Changeset 914844e for tests/errors/.expect/completeType.nast.x64.txt
- Timestamp:
- Nov 24, 2020, 3:50:17 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 53e28a7
- Parents:
- 18fe0fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/errors/.expect/completeType.nast.x64.txt
r18fe0fe r914844e 13 13 function 14 14 ... with parameters 15 intrinsicpointer to instance of type DT (not function type)15 pointer to instance of type DT (not function type) 16 16 ... returning 17 _retval__operator_deref: reference to instance of type DT (not function type) 18 ... with attributes: 19 Attribute with name: unused 17 reference to instance of type DT (not function type) 20 18 21 22 ... to arguments 23 Variable Expression: x: pointer to instance of struct A with body 0 19 ... to arguments 20 Variable Expression: x: pointer to instance of struct B with body 24 21 25 22 ... to: nothing 26 23 (types: 27 void 24 void 28 25 ) 29 Environment: -> instance of struct A with body 0(no widening)26 Environment:( _99_2_DT ) -> instance of struct B with body (no widening) 30 27 31 28 … … 36 33 function 37 34 ... with parameters 38 intrinsicpointer to instance of type DT (not function type)35 pointer to instance of type DT (not function type) 39 36 ... returning 40 _retval__operator_deref: reference to instance of type DT (not function type) 41 ... with attributes: 42 Attribute with name: unused 37 reference to instance of type DT (not function type) 43 38 44 45 ... to arguments 46 Variable Expression: x: pointer to instance of struct B with body 1 39 ... to arguments 40 Variable Expression: x: pointer to instance of struct A without body 47 41 48 42 ... to: nothing 49 43 (types: 50 void 44 void 51 45 ) 52 Environment: -> instance of struct B with body 1(no widening)46 Environment:( _99_2_DT ) -> instance of struct A without body (no widening) 53 47 54 48 55 49 56 errors/completeType.cfa:35:1 error: No reasonable alternatives forexpression Applying untyped:50 errors/completeType.cfa:35:1 error: Invalid application of existing declaration(s) in expression Applying untyped: 57 51 Name: foo 58 52 ...to: 59 53 Name: v 60 54 61 errors/completeType.cfa:36:1 error: No reasonable alternatives forexpression Applying untyped:55 errors/completeType.cfa:36:1 error: Invalid application of existing declaration(s) in expression Applying untyped: 62 56 Name: baz 63 57 ...to: 64 58 Name: v 65 59 66 errors/completeType.cfa:37:1 error: No reasonable alternatives forexpression Applying untyped:60 errors/completeType.cfa:37:1 error: Invalid application of existing declaration(s) in expression Applying untyped: 67 61 Name: quux 68 62 ...to: 69 63 Name: v 70 64 71 errors/completeType.cfa:59:1 error: No reasonable alternatives forexpression Applying untyped:65 errors/completeType.cfa:59:1 error: Invalid application of existing declaration(s) in expression Applying untyped: 72 66 Name: baz 73 67 ...to: 74 68 Name: y 75 69 76 errors/completeType.cfa:60:1 error: No reasonable alternatives forexpression Applying untyped:70 errors/completeType.cfa:60:1 error: Invalid application of existing declaration(s) in expression Applying untyped: 77 71 Name: quux 78 72 ...to: … … 94 88 instance of type T (not function type) 95 89 ... returning 96 _retval__operator_assign: instance of type T (not function type) 97 ... with attributes: 98 Attribute with name: unused 99 90 instance of type T (not function type) 100 91 101 92 ?{}: pointer to function … … 121 112 ... returning nothing 122 113 123 ... to arguments114 ... to arguments 124 115 Variable Expression: z: pointer to instance of type T (not function type) 116 with 1 pending inference slots 125 117 126 118 (types: 127 void 119 void 128 120 ) 129 Environment: -> instance of type T (not function type) (no widening)121 Environment:( _118_0_T ) -> instance of type T (not function type) (no widening) 130 122 131 123 Could not satisfy assertion: 132 124 ?=?: pointer to function 133 125 ... with parameters 134 reference to instance of type _11 0_0_T (not function type)135 instance of type _11 0_0_T (not function type)126 reference to instance of type _118_0_T (not function type) 127 instance of type _118_0_T (not function type) 136 128 ... returning 137 _retval__operator_assign: instance of type _110_0_T (not function type) 138 ... with attributes: 139 Attribute with name: unused 129 instance of type _118_0_T (not function type) 140 130 141
Note: See TracChangeset
for help on using the changeset viewer.