source: src/Tests/Expect-e/Tuple.txt @ b1d6dd5

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since b1d6dd5 was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 5.2 KB
Line 
1Error: No reasonable alternatives for expression Applying untyped:
2    Name: ?=?
3...to:
4    Address of:
5      Member Expression, with field:
6        f2: signed int
7      from aggregate:
8        Applying untyped:
9            Name: *?
10        ...to:
11            Variable Expression: _dst: pointer to instance of struct inner
12    Member Expression, with field:
13      f2: signed int
14    from aggregate:
15      Variable Expression: _src: instance of struct inner
16
17Error: No reasonable alternatives for expression Applying untyped:
18    Name: ?=?
19...to:
20    Address of:
21      Member Expression, with field:
22        f3: signed int
23      from aggregate:
24        Applying untyped:
25            Name: *?
26        ...to:
27            Variable Expression: _dst: pointer to instance of struct inner
28    Member Expression, with field:
29      f3: signed int
30    from aggregate:
31      Variable Expression: _src: instance of struct inner
32
33Error: No reasonable alternatives for expression Applying untyped:
34    Name: ?=?
35...to:
36    Address of:
37      Member Expression, with field:
38        f1: signed int
39      from aggregate:
40        Applying untyped:
41            Name: *?
42        ...to:
43            Variable Expression: _dst: pointer to instance of struct outer
44    Member Expression, with field:
45      f1: signed int
46    from aggregate:
47      Variable Expression: _src: instance of struct outer
48
49Error: No reasonable alternatives for expression Applying untyped:
50    Name: ?=?
51...to:
52    Address of:
53      Member Expression, with field:
54        f4: double
55      from aggregate:
56        Applying untyped:
57            Name: *?
58        ...to:
59            Variable Expression: _dst: pointer to instance of struct outer
60    Member Expression, with field:
61      f4: double
62    from aggregate:
63      Variable Expression: _src: instance of struct outer
64
65Error: No reasonable alternatives for expression Applying untyped:
66    Name: ?=?
67...to:
68    Address of:
69      Variable Expression: x: short signed int
70    Variable Expression: w: signed int
71
72Error: No reasonable alternatives for expression Applying untyped:
73    Name: f
74...to:
75constant expression 17 signed int
76Error: No reasonable alternatives for expression Applying untyped:
77    Name: f
78...to:
79constant expression 17 signed int
80Error: No reasonable alternatives for expression Applying untyped:
81    Name: ?=?
82...to:
83    Address of:
84      Name: r
85    Tuple:
86              Name: x
87
88              Name: y
89
90              Name: z
91
92
93Error: No reasonable alternatives for expression Name: 1
94
95Error: No reasonable alternatives for expression Applying untyped:
96    Name: ?=?
97...to:
98    Address of:
99      Variable Expression: a: signed int
100constant expression 3 signed int
101Error: No reasonable alternatives for expression Applying untyped:
102    Name: ?=?
103...to:
104    Address of:
105      Tuple:
106                  Name: a
107
108                  Name: b
109
110    Tuple:
111      constant expression 4.6 double
112
113Error: No reasonable alternatives for expression Applying untyped:
114    Name: ?=?
115...to:
116    Address of:
117      Variable Expression: c: signed int
118constant expression 3 signed int
119Error: No reasonable alternatives for expression Applying untyped:
120    Name: ?=?
121...to:
122    Address of:
123      Tuple:
124                  Name: a
125
126                  Name: b
127
128                  Tuple:
129                          Name: c
130
131
132    Tuple:
133      constant expression 2 signed int
134              Tuple:
135                      Name: a
136
137                      Name: b
138
139
140
141Error: No reasonable alternatives for expression Name: ?!=?
142
143Error: No reasonable alternatives for expression Applying untyped:
144    Name: ?=?
145...to:
146    Address of:
147      Name: t1
148    Tuple:
149              Name: a
150
151              Name: b
152
153
154Error: No reasonable alternatives for expression Applying untyped:
155    Name: ?=?
156...to:
157    Address of:
158      Name: t2
159    Tuple:
160              Name: a
161
162              Name: b
163
164
165Error: No reasonable alternatives for expression Name: ?+=?
166
167Error: No reasonable alternatives for expression Applying untyped:
168    Name: ?=?
169...to:
170    Address of:
171      Tuple:
172                  Name: c
173
174                  Name: d
175
176    Name: t1
177
178Error: No reasonable alternatives for expression Applying untyped:
179    Name: ?=?
180...to:
181    Address of:
182      Name: t1
183    Tuple:
184              Name: c
185
186              Name: d
187
188
189Error: No reasonable alternatives for expression Applying untyped:
190    Name: ?=?
191...to:
192    Address of:
193      Name: t2
194    Tuple:
195              Name: c
196
197              Name: d
198
199
200Error: No reasonable alternatives for expression Address of:
201  Tuple:
202    constant expression 3 signed int
203    constant expression 4 signed int
204
205Error: No reasonable alternatives for expression Applying untyped:
206    Name: ?=?
207...to:
208    Address of:
209      Name: s
210    Tuple:
211      constant expression 11 signed int
212      constant expression 12 signed int
213      constant expression 13 signed int
214      constant expression 3.14159 double
215
216Error: No reasonable alternatives for expression Name: 0
217
218Error: No reasonable alternatives for expression Name: 0
219
220Error: No reasonable alternatives for expression Applying untyped:
221    Name: ?=?
222...to:
223    Address of:
224      Name: sp
225    Name: sp
226
227Error: No reasonable alternatives for expression Name: 0
228
Note: See TracBrowser for help on using the repository browser.