ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
Last change
on this file since 3cfe27f was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | Error: Can't choose between alternatives for expression Cast of:
|
---|
2 | Name: b
|
---|
3 |
|
---|
4 | to:
|
---|
5 | nothing
|
---|
6 | Alternatives are: Cost ( 0, 0, 1 ): Cast of:
|
---|
7 | Variable Expression: b: signed int
|
---|
8 |
|
---|
9 | to:
|
---|
10 | nothing
|
---|
11 | (types:
|
---|
12 | )
|
---|
13 | Environment:
|
---|
14 |
|
---|
15 | Cost ( 0, 0, 1 ): Cast of:
|
---|
16 | Variable Expression: b: float
|
---|
17 |
|
---|
18 | to:
|
---|
19 | nothing
|
---|
20 | (types:
|
---|
21 | )
|
---|
22 | Environment:
|
---|
23 |
|
---|
24 |
|
---|
25 | Error: Can't choose between alternatives for expression Cast of:
|
---|
26 | Name: b
|
---|
27 |
|
---|
28 | to:
|
---|
29 | nothing
|
---|
30 | Alternatives are: Cost ( 0, 0, 1 ): Cast of:
|
---|
31 | Variable Expression: b: signed int
|
---|
32 |
|
---|
33 | to:
|
---|
34 | nothing
|
---|
35 | (types:
|
---|
36 | )
|
---|
37 | Environment:
|
---|
38 |
|
---|
39 | Cost ( 0, 0, 1 ): Cast of:
|
---|
40 | Variable Expression: b: float
|
---|
41 |
|
---|
42 | to:
|
---|
43 | nothing
|
---|
44 | (types:
|
---|
45 | )
|
---|
46 | Environment:
|
---|
47 |
|
---|
48 |
|
---|
49 | Error: Can't choose between alternatives for expression Cast of:
|
---|
50 | Comma Expression:
|
---|
51 | Name: a
|
---|
52 |
|
---|
53 | Name: b
|
---|
54 |
|
---|
55 | to:
|
---|
56 | nothing
|
---|
57 | Alternatives are: Cost ( 0, 0, 1 ): Cast of:
|
---|
58 | Comma Expression:
|
---|
59 | Variable Expression: a: signed int
|
---|
60 |
|
---|
61 | Variable Expression: b: signed int
|
---|
62 |
|
---|
63 | to:
|
---|
64 | nothing
|
---|
65 | (types:
|
---|
66 | )
|
---|
67 | Environment:
|
---|
68 |
|
---|
69 | Cost ( 0, 0, 1 ): Cast of:
|
---|
70 | Comma Expression:
|
---|
71 | Variable Expression: a: signed int
|
---|
72 |
|
---|
73 | Variable Expression: b: float
|
---|
74 |
|
---|
75 | to:
|
---|
76 | nothing
|
---|
77 | (types:
|
---|
78 | )
|
---|
79 | Environment:
|
---|
80 |
|
---|
81 |
|
---|
82 | Error: Ambiguous expression in sizeof operand: Name: b
|
---|
83 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.