Changeset bae0d35 for tests/warnings
- Timestamp:
- Jun 7, 2021, 2:09:12 PM (13 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr
- Children:
- 5a46e09
- Parents:
- 82f4063 (diff), 53692b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests/warnings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/warnings/.expect/self-assignment.nast.txt
r82f4063 rbae0d35 1 warnings/self-assignment.cfa:34:25: warning: Compiled 1 2 warnings/self-assignment.cfa:29:1 warning: self assignment of expression: Generated Cast of: 2 3 Variable Expression: j: signed int … … 46 47 ... with resolved type: 47 48 reference to signed int 48 warnings/self-assignment.cfa: In function '_X4mainFi___1':49 warnings/self-assignment.cfa:36:9: note: #pragma message: Compiled -
tests/warnings/self-assignment.cfa
r82f4063 rbae0d35 10 10 // Created On : Thu Mar 1 13:53:57 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S un Sep 27 09:24:34 202013 // Update Count : 612 // Last Modified On : Sat Jun 5 10:08:56 2021 13 // Update Count : 7 14 14 // 15 15 … … 32 32 t.s.i = t.s.i; 33 33 34 #pragma message( "Compiled" ) // force non-empty .expect file 34 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.