source: tests/warnings/.expect/self-assignment.oast.txt@ db614d0

ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum stuck-waitfor-destruct
Last change on this file since db614d0 was cd6a6ff, checked in by Thierry Delisle <tdelisle@…>, 5 years ago

Improved coverage of deterministic_output to be much finer grain.

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[17129659]1warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of:
[1feb535f]2 Variable Expression: j: signed int
[cd6a6ff]3 with resolved type:
4 signed int
[1feb535f]5... to:
6 reference to signed int
[cd6a6ff]7with resolved type:
8 reference to signed int
[17129659]9warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of:
[107b01a]10 Variable Expression: s: instance of struct S with body 1
[cd6a6ff]11 with resolved type:
12 instance of struct S with body 1
[1feb535f]13... to:
[107b01a]14 reference to instance of struct S with body 1
[cd6a6ff]15with resolved type:
16 reference to instance of struct S with body 1
[17129659]17warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of:
[107b01a]18 Member Expression, with field:
[1feb535f]19 i: signed int
[107b01a]20 ... from aggregate:
21 Variable Expression: s: instance of struct S with body 1
[cd6a6ff]22 with resolved type:
23 instance of struct S with body 1
24 with resolved type:
25 signed int
[1feb535f]26... to:
27 reference to signed int
[cd6a6ff]28with resolved type:
29 reference to signed int
[17129659]30warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of:
[107b01a]31 Member Expression, with field:
[1feb535f]32 i: signed int
[107b01a]33 ... from aggregate:
34 Member Expression, with field:
35 s: instance of struct S with body 1
36 ... from aggregate:
37 Variable Expression: t: instance of struct T with body 1
[cd6a6ff]38 with resolved type:
39 instance of struct T with body 1
40 with resolved type:
41 instance of struct S with body 1
42 with resolved type:
43 signed int
[1feb535f]44... to:
45 reference to signed int
[cd6a6ff]46with resolved type:
47 reference to signed int
[66812dd]48warnings/self-assignment.cfa: In function '_X4mainFi___1':
49warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled
Note: See TracBrowser for help on using the repository browser.