source: src/Tests/Expect-f/CastError.txt @ b1d6dd5

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 b1d6dd5 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: 614 bytes
Line 
1Error: Can't choose between alternatives for expression Cast of:
2  Name: f
3
4to:
5  char
6Alternatives are:        Cost ( 1, 0, 0 ):         Cast of:
7          Variable Expression: f: signed int
8
9        to:
10          char
11(types:
12            char
13)
14        Environment:
15
16        Cost ( 1, 0, 0 ):         Cast of:
17          Variable Expression: f: double
18
19        to:
20          char
21(types:
22            char
23)
24        Environment:
25
26
27Error: No reasonable alternatives for expression Cast of:
28  Name: f
29
30to:
31  pointer to function
32        accepting unspecified arguments
33      returning
34        signed int
35
36
Note: See TracBrowser for help on using the repository browser.