Changeset a5e2786f for tests/array-collections/array-raii.hfa
- Timestamp:
- Dec 22, 2024, 4:48:31 PM (9 months ago)
- Branches:
- master
- Children:
- 43299af
- Parents:
- 5a02308 (diff), 28c2c9d5 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array-collections/array-raii.hfa
r5a02308 ra5e2786f 59 59 } 60 60 } 61 #pragma GCC diagnostic push 62 #pragma GCC diagnostic ignored "-Wuninitialized" 63 #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" 61 64 void case1() { 62 65 ADECL1(x, float, 5) … … 68 71 checkzero(x[0].f, x[1].f, x[2].f, x[3].f, x[4].f); 69 72 } 73 #pragma GCC diagnostic pop 70 74 71 75 writeJunkOnStack(5);
Note:
See TracChangeset
for help on using the changeset viewer.