Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision 0bf03ba22468e758a0594078343f9671379485c3)
+++ tests/Makefile.am	(revision 0cd168feb19ad0f03ac91f3787a06e392f60a55e)
@@ -53,6 +53,4 @@
 	alloc \
 	array \
-	array-collections/array-raii-c \
-	array-collections/array-raii-cfa \
 	array-collections/boxed \
 		array-collections/boxed% \
Index: tests/array-collections/array-raii.hfa
===================================================================
--- tests/array-collections/array-raii.hfa	(revision 0bf03ba22468e758a0594078343f9671379485c3)
+++ tests/array-collections/array-raii.hfa	(revision 0cd168feb19ad0f03ac91f3787a06e392f60a55e)
@@ -59,4 +59,6 @@
         }
     }
+  #pragma GCC diagnostic push
+  #pragma GCC diagnostic ignored "-Wuninitialized"
     void case1() {
         ADECL1(x, float, 5)
@@ -68,4 +70,5 @@
         checkzero(x[0].f, x[1].f, x[2].f, x[3].f, x[4].f);
     }
+  #pragma GCC diagnostic pop
 
     writeJunkOnStack(5);
