- File:
-
- 1 edited
-
tests/warnings/.expect/self-assignment.nast.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/warnings/.expect/self-assignment.nast.txt
rcd6a6ff r4a359e2 1 1 warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of: 2 2 Variable Expression: j: signed int 3 ... with resolved type:4 signed int5 3 ... to: 6 reference to signed int7 ... with resolved type:8 4 reference to signed int 9 5 warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of: 10 6 Variable Expression: s: instance of struct S with body 11 ... with resolved type:12 instance of struct S with body13 7 ... to: 14 reference to instance of struct S with body15 ... with resolved type:16 8 reference to instance of struct S with body 17 9 warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of: … … 20 12 ... from aggregate: 21 13 Variable Expression: s: instance of struct S with body 22 ... with resolved type:23 instance of struct S with body24 ... with resolved type:25 signed int26 14 ... to: 27 reference to signed int28 ... with resolved type:29 15 reference to signed int 30 16 warnings/self-assignment.cfa:32:1 warning: self assignment of expression: Generated Cast of: … … 36 22 ... from aggregate: 37 23 Variable Expression: t: instance of struct T with body 38 ... with resolved type:39 instance of struct T with body40 ... with resolved type:41 instance of struct S with body42 ... with resolved type:43 signed int44 24 ... to: 45 reference to signed int46 ... with resolved type:47 25 reference to signed int 48 26 warnings/self-assignment.cfa: In function '_X4mainFi___1':
Note:
See TracChangeset
for help on using the changeset viewer.