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

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since a8b27c6 was c2c6177, checked in by Aaron Moss <a3moss@…>, 6 years ago

Fix tests for std::vector change

  • Property mode set to 100644
File size: 570 bytes
RevLine 
[50377a4]1castError.c:7:1 error: Cannot choose between 3 alternatives for expression
2Cast of:
[4efe4d1]3  Name: f
[50377a4]4... to:
5  charAlternatives are:
6Cost ( 1, 0, 0, 0 ): Cast of:
[c2c6177]7     Variable Expression: f: function
8       accepting unspecified arguments
9     ... returning nothing
10
[50377a4]11   ... to:
12     char
13 (types:
14   char
15 )
16 Environment:
17
18Cost ( 1, 0, 0, 0 ): Cast of:
[0e04f59]19     Variable Expression: f: double
[50377a4]20   ... to:
21     char
22 (types:
23   char
24 )
25 Environment:
26
27Cost ( 1, 0, 0, 0 ): Cast of:
[c2c6177]28     Variable Expression: f: signed int
[50377a4]29   ... to:
30     char
31 (types:
32   char
33 )
34 Environment:
[4efe4d1]35
36
Note: See TracBrowser for help on using the repository browser.