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
Line 
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:
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
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:
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
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:
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
82Error: Ambiguous expression in sizeof operand: Name: b
83
Note: See TracBrowser for help on using the repository browser.