- File:
-
- 1 edited
-
tests/.expect/init1-ERROR.oast.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/init1-ERROR.oast.txt
r5c028ac rcd6a6ff 1 1 error: No reasonable alternatives for expression Untyped Init Expression 2 Name: rx InitAlternative: reference to signed int 2 Name: cpx InitAlternative: pointer to float 3 error: No reasonable alternatives for expression Untyped Init Expression 4 Name: crx InitAlternative: reference to float 3 5 error: No reasonable alternatives for expression Untyped Init Expression 4 6 Name: px InitAlternative: pointer to signed int 5 7 error: No reasonable alternatives for expression Untyped Init Expression 6 Name: crx InitAlternative: reference to float 7 error: No reasonable alternatives for expression Untyped Init Expression 8 Name: cpx InitAlternative: pointer to float 8 Name: rx InitAlternative: reference to signed int 9 9 init1.cfa:104:1 error: No reasonable alternatives for expression Generated Cast of: 10 10 Name: rx 11 11 ... to: 12 reference to signed int 13 with resolved type: 12 14 reference to signed int 13 15 init1.cfa:107:1 error: No reasonable alternatives for expression Applying untyped: … … 16 18 Generated Cast of: 17 19 Variable Expression: _retval_f_py: pointer to signed int 20 with resolved type: 21 pointer to signed int 18 22 ... to: 23 reference to pointer to signed int 24 with resolved type: 19 25 reference to pointer to signed int 20 26 Name: px … … 24 30 ... to: 25 31 reference to float 32 with resolved type: 33 reference to float 26 34 init1.cfa:117:1 error: No reasonable alternatives for expression Applying untyped: 27 35 Name: ?{} … … 29 37 Generated Cast of: 30 38 Variable Expression: _retval_f_py2: pointer to float 39 with resolved type: 40 pointer to float 31 41 ... to: 42 reference to pointer to float 43 with resolved type: 32 44 reference to pointer to float 33 45 Name: cpx … … 37 49 ... to: 38 50 reference to instance of type T (not function type) 51 with resolved type: 52 reference to instance of type T (not function type) 39 53 init1.cfa:128:1 error: No reasonable alternatives for expression Applying untyped: 40 54 Name: ?{} … … 42 56 Generated Cast of: 43 57 Variable Expression: _retval_anycvt: pointer to instance of type T (not function type) 58 with resolved type: 59 pointer to instance of type T (not function type) 44 60 ... to: 61 reference to pointer to instance of type T (not function type) 62 with resolved type: 45 63 reference to pointer to instance of type T (not function type) 46 64 Name: s
Note:
See TracChangeset
for help on using the changeset viewer.