source: tests/.expect/init1-ERROR.nast.txt @ cd6a6ff

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since cd6a6ff was cd6a6ff, checked in by Thierry Delisle <tdelisle@…>, 3 years ago

Improved coverage of deterministic_output to be much finer grain.

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[5c028ac]1init1.cfa:56:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
[ee858bf]2  Name: rx  InitAlternative: reference to signed int
[5c028ac]3init1.cfa:57:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
[ee858bf]4  Name: px  InitAlternative: pointer to signed int
[5c028ac]5init1.cfa:60:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
[ee858bf]6  Name: crx  InitAlternative: reference to float
[5c028ac]7init1.cfa:61:1 error: Invalid application of existing declaration(s) in expression Untyped Init Expression
[ee858bf]8  Name: cpx  InitAlternative: pointer to float
[bb87dd0]9init1.cfa:104:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
[ee858bf]10  Name: rx
11... to:
12  reference to signed int
[cd6a6ff]13... with resolved type:
14  reference to signed int
[5c028ac]15init1.cfa:107:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
[ee858bf]16  Name: ?{}
17...to:
18  Generated Cast of:
19    Variable Expression: _retval_f_py: pointer to signed int
[cd6a6ff]20    ... with resolved type:
21      pointer to signed int
[ee858bf]22  ... to:
23    reference to pointer to signed int
[cd6a6ff]24  ... with resolved type:
25    reference to pointer to signed int
[ee858bf]26  Name: px
27
[bb87dd0]28init1.cfa:114:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
[ee858bf]29  Name: crx
30... to:
31  reference to float
[cd6a6ff]32... with resolved type:
33  reference to float
[5c028ac]34init1.cfa:117:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
[ee858bf]35  Name: ?{}
36...to:
37  Generated Cast of:
38    Variable Expression: _retval_f_py2: pointer to float
[cd6a6ff]39    ... with resolved type:
40      pointer to float
[ee858bf]41  ... to:
42    reference to pointer to float
[cd6a6ff]43  ... with resolved type:
44    reference to pointer to float
[ee858bf]45  Name: cpx
46
[bb87dd0]47init1.cfa:124:1 error: Invalid application of existing declaration(s) in expression Generated Cast of:
[ee858bf]48  Name: s
49... to:
50  reference to instance of type T (not function type)
[cd6a6ff]51... with resolved type:
52  reference to instance of type T (not function type)
[5c028ac]53init1.cfa:128:1 error: Invalid application of existing declaration(s) in expression Applying untyped:
[ee858bf]54  Name: ?{}
55...to:
56  Generated Cast of:
57    Variable Expression: _retval_anycvt: pointer to instance of type T (not function type)
[cd6a6ff]58    ... with resolved type:
59      pointer to instance of type T (not function type)
[ee858bf]60  ... to:
61    reference to pointer to instance of type T (not function type)
[cd6a6ff]62  ... with resolved type:
63    reference to pointer to instance of type T (not function type)
[ee858bf]64  Name: s
65
Note: See TracBrowser for help on using the repository browser.