- Timestamp:
- Feb 19, 2019, 11:27:07 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 97e8d1e
- Parents:
- f8de4e4
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/castError.txt
rf8de4e4 rb9afb1e 1 castError.cfa: 7:1 error: Cannot choose between 3 alternatives for expression2 Cast of:1 castError.cfa:21:1 error: Cannot choose between 3 alternatives for expression 2 Explicit Cast of: 3 3 Name: f 4 4 ... to: 5 5 char Alternatives are: 6 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Cast of:6 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit 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 ): Cast of:18 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit 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 ): Cast of:27 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit 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 expression 38 Generated Cast of: 39 Comma Expression: 40 constant expression (3 3: signed int) 41 Name: v 42 ... 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 char 47 ... to: nothing 48 (types: 49 void 50 ) 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 int 57 ... to: nothing 58 (types: 59 void 60 ) 61 Environment: 62 63 -
tests/raii/.expect/ctor-autogen-ERR1.txt
rf8de4e4 rb9afb1e 1 raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Cast of:1 raii/ctor-autogen.cfa:102:1 error: Unique best alternative includes deleted identifier in Generated Cast of: 2 2 Application of 3 3 Deleted Expression … … 27 27 28 28 ... to arguments 29 Cast of:29 Generated Cast of: 30 30 Member Expression, with field: 31 31 x: signed int 32 32 ... from aggregate: 33 Cast of:33 Generated Cast of: 34 34 Variable Expression: m: reference to instance of struct Managed with body 1 35 35 ... to: … … 37 37 ... to: 38 38 reference to signed int 39 Cast of:39 Generated Cast of: 40 40 constant expression (0 0: zero_t) 41 41 ... to: … … 48 48 49 49 ... to arguments 50 Cast of:50 Generated Cast of: 51 51 Variable Expression: x: instance of struct Managed with body 1 52 52 ... to: -
tests/warnings/.expect/self-assignment.txt
rf8de4e4 rb9afb1e 1 warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Cast of:1 warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of: 2 2 Variable Expression: j: signed int 3 3 ... to: 4 4 reference to signed int 5 warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Cast of:5 warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of: 6 6 Variable Expression: s: instance of struct S with body 1 7 7 ... to: 8 8 reference to instance of struct S with body 1 9 warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Cast of:9 warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of: 10 10 Member Expression, with field: 11 11 i: signed int … … 14 14 ... to: 15 15 reference to signed int 16 warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Cast of:16 warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of: 17 17 Member Expression, with field: 18 18 i: signed int
Note: See TracChangeset
for help on using the changeset viewer.