source: src/tests/.expect/castError.txt@ fe26fbf

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since fe26fbf was 66f8528, checked in by Rob Schluntz <rschlunt@…>, 9 years ago

Merge branch 'master' into tuples

Conflicts:

src/ResolvExpr/CommonType.cc
src/tests/.expect/32/extension.txt
src/tests/.expect/32/gccExtensions.txt
src/tests/.expect/64/declarationSpecifier.txt
src/tests/.expect/64/extension.txt
src/tests/.expect/64/gccExtensions.txt
src/tests/.expect/castError.txt
src/tests/Makefile.am

  • Property mode set to 100644
File size: 704 bytes
Line 
1Error: Can't choose between 3 alternatives for expression Cast of:
2 Name: f
3
4to:
5 char
6Alternatives are: Cost ( 1, 0, 0 ): Cast of:
7 Variable Expression: f: function
8 accepting unspecified arguments
9 returning
10 nothing
11
12
13 to:
14 char
15(types:
16 char
17)
18 Environment:
19
20 Cost ( 1, 0, 0 ): Cast of:
21 Variable Expression: f: signed int
22
23 to:
24 char
25(types:
26 char
27)
28 Environment:
29
30 Cost ( 1, 0, 0 ): Cast of:
31 Variable Expression: f: double
32
33 to:
34 char
35(types:
36 char
37)
38 Environment:
39
40
41make: *** [castError] Error 1
Note: See TracBrowser for help on using the repository browser.