ADTarm-ehenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 4a359e2 was
4a359e2,
checked in by Thierry Delisle <tdelisle@…>, 3 years ago
|
Fixed expected output for new-ast self-assignment warning
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[17129659] | 1 | warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of: |
---|
[1feb535f] | 2 | Variable Expression: j: signed int |
---|
| 3 | ... to: |
---|
| 4 | reference to signed int |
---|
[17129659] | 5 | warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of: |
---|
[4a359e2] | 6 | Variable Expression: s: instance of struct S with body |
---|
[1feb535f] | 7 | ... to: |
---|
[4a359e2] | 8 | reference to instance of struct S with body |
---|
[17129659] | 9 | warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of: |
---|
[107b01a] | 10 | Member Expression, with field: |
---|
[1feb535f] | 11 | i: signed int |
---|
[107b01a] | 12 | ... from aggregate: |
---|
[4a359e2] | 13 | Variable Expression: s: instance of struct S with body |
---|
[1feb535f] | 14 | ... to: |
---|
| 15 | reference to signed int |
---|
[17129659] | 16 | warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of: |
---|
[107b01a] | 17 | Member Expression, with field: |
---|
[1feb535f] | 18 | i: signed int |
---|
[107b01a] | 19 | ... from aggregate: |
---|
| 20 | Member Expression, with field: |
---|
[4a359e2] | 21 | s: instance of struct S with body |
---|
[107b01a] | 22 | ... from aggregate: |
---|
[4a359e2] | 23 | Variable Expression: t: instance of struct T with body |
---|
[1feb535f] | 24 | ... to: |
---|
| 25 | reference to signed int |
---|
[66812dd] | 26 | warnings/self-assignment.cfa: In function '_X4mainFi___1': |
---|
| 27 | warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled |
---|
Note: See
TracBrowser
for help on using the repository browser.