Changeset 0cd168f for tests/array-collections
- Timestamp:
- Dec 20, 2024, 9:43:21 PM (10 months ago)
- Branches:
- master
- Children:
- 28c2c9d5
- Parents:
- 0bf03ba2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/array-collections/array-raii.hfa
r0bf03ba2 r0cd168f 59 59 } 60 60 } 61 #pragma GCC diagnostic push 62 #pragma GCC diagnostic ignored "-Wuninitialized" 61 63 void case1() { 62 64 ADECL1(x, float, 5) … … 68 70 checkzero(x[0].f, x[1].f, x[2].f, x[3].f, x[4].f); 69 71 } 72 #pragma GCC diagnostic pop 70 73 71 74 writeJunkOnStack(5);
Note:
See TracChangeset
for help on using the changeset viewer.