source: tests/.expect/init1.txt @ 03a4c73

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

Regenerated tests after add of 'with resolved type'

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