source: src/Tests/Expect-e/MiscError.txt @ 68cd1ce

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 68cd1ce was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 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
RevLine 
[51b7345]1Error: Can't choose between alternatives for expression Cast of:
2  Name: b
3
4to:
5  nothing
6Alternatives are:        Cost ( 0, 0, 1 ):         Cast of:
[b1d6dd5]7          Variable Expression: b: signed int
[51b7345]8
9        to:
10          nothing
11(types:
12)
13        Environment:
14
15        Cost ( 0, 0, 1 ):         Cast of:
[b1d6dd5]16          Variable Expression: b: float
[51b7345]17
18        to:
19          nothing
20(types:
21)
22        Environment:
23
24
25Error: Can't choose between alternatives for expression Cast of:
26  Name: b
27
28to:
29  nothing
30Alternatives are:        Cost ( 0, 0, 1 ):         Cast of:
[b1d6dd5]31          Variable Expression: b: signed int
[51b7345]32
33        to:
34          nothing
35(types:
36)
37        Environment:
38
39        Cost ( 0, 0, 1 ):         Cast of:
[b1d6dd5]40          Variable Expression: b: float
[51b7345]41
42        to:
43          nothing
44(types:
45)
46        Environment:
47
48
49Error: Can't choose between alternatives for expression Cast of:
50  Comma Expression:
51    Name: a
52
53    Name: b
54
55to:
56  nothing
57Alternatives are:        Cost ( 0, 0, 1 ):         Cast of:
58          Comma Expression:
[b1d6dd5]59            Variable Expression: a: signed int
[51b7345]60
[b1d6dd5]61            Variable Expression: b: signed int
[51b7345]62
63        to:
64          nothing
65(types:
66)
67        Environment:
68
69        Cost ( 0, 0, 1 ):         Cast of:
70          Comma Expression:
[b1d6dd5]71            Variable Expression: a: signed int
[51b7345]72
[b1d6dd5]73            Variable Expression: b: float
[51b7345]74
75        to:
76          nothing
77(types:
78)
79        Environment:
80
81
82Error: Ambiguous expression in sizeof operand: Name: b
83
Note: See TracBrowser for help on using the repository browser.