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

ADTarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since ca59826 was b5cff2b, checked in by Aaron Moss <a3moss@…>, 5 years ago

Fix tests after symbol table merge

  • Property mode set to 100644
File size: 861 bytes
Line 
1warning: self assignment of expression: Generated Cast of:
2  Variable Expression: j: signed int
3... to:
4  reference to signed int
5warning: self assignment of expression: Generated Cast of:
6  Variable Expression: s: instance of struct S with body 1
7... to:
8  reference to instance of struct S with body 1
9warning: self assignment of expression: Generated Cast of:
10  Member Expression, with field:
11    i: signed int
12  ... from aggregate:
13    Variable Expression: s: instance of struct S with body 1
14... to:
15  reference to signed int
16warning: self assignment of expression: Generated Cast of:
17  Member Expression, with field:
18    i: signed int
19  ... from aggregate:
20    Member Expression, with field:
21      s: instance of struct S with body 1
22    ... from aggregate:
23      Variable Expression: t: instance of struct T with body 1
24... to:
25  reference to signed int
Note: See TracBrowser for help on using the repository browser.