Changeset 0cd168f
- Timestamp:
- Dec 20, 2024, 9:43:21 PM (4 weeks ago)
- Branches:
- master
- Children:
- 28c2c9d5
- Parents:
- 0bf03ba2
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r0bf03ba2 r0cd168f 53 53 alloc \ 54 54 array \ 55 array-collections/array-raii-c \56 array-collections/array-raii-cfa \57 55 array-collections/boxed \ 58 56 array-collections/boxed% \ -
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.