Changes in tests/.expect/castError.txt [b9afb1e:08222c7]
- File:
-
- 1 edited
-
tests/.expect/castError.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/castError.txt
rb9afb1e r08222c7 1 castError.cfa: 21:1 error: Cannot choose between 3 alternatives for expression2 ExplicitCast of:1 castError.cfa:7:1 error: Cannot choose between 3 alternatives for expression 2 Cast of: 3 3 Name: f 4 4 ... to: 5 5 char Alternatives are: 6 Cost ( 1, 0, 0, 0 , 0, 0, 0 ): ExplicitCast of:6 Cost ( 1, 0, 0, 0 ): Cast of: 7 7 Variable Expression: f: function 8 8 accepting unspecified arguments … … 16 16 Environment: 17 17 18 Cost ( 1, 0, 0, 0 , 0, 0, 0 ): ExplicitCast of:18 Cost ( 1, 0, 0, 0 ): Cast of: 19 19 Variable Expression: f: double 20 20 ... to: … … 25 25 Environment: 26 26 27 Cost ( 1, 0, 0, 0 , 0, 0, 0 ): ExplicitCast of:27 Cost ( 1, 0, 0, 0 ): Cast of: 28 28 Variable Expression: f: signed int 29 29 ... to: … … 35 35 36 36 37 castError.cfa:26:1 error: Cannot choose between 2 alternatives for expression38 Generated Cast of:39 Comma Expression:40 constant expression (3 3: signed int)41 Name: v42 ... to: nothing Alternatives are:43 Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:44 Comma Expression:45 constant expression (3 3: signed int)46 Variable Expression: v: unsigned char47 ... to: nothing48 (types:49 void50 )51 Environment:52 53 Cost ( 0, 0, 2, 0, 0, 0, 0 ): Generated Cast of:54 Comma Expression:55 constant expression (3 3: signed int)56 Variable Expression: v: signed short int57 ... to: nothing58 (types:59 void60 )61 Environment:62 63
Note:
See TracChangeset
for help on using the changeset viewer.