2016-09-07 Richard Biener <rguenther@suse.de>
PR c/77450
* c-c++-common/vector-subscript-8.c: Move ..
* gcc.dg/pr77450.c: ... here.
From-SVN: r240025
+2016-09-07 Richard Biener <rguenther@suse.de>
+
+ PR c/77450
+ * c-c++-common/vector-subscript-8.c: Move ..
+ * gcc.dg/pr77450.c: ... here.
+
2016-09-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/77393
+++ /dev/null
-/* { dg-do compile } */
-
-typedef int V __attribute__((vector_size(4)));
-
-void
-foo(void)
-{
- (V){ 0 }[0] = 0;
-}
--- /dev/null
+/* { dg-do compile } */
+/* { dg-options "-std=gnu90" } */
+
+typedef int V __attribute__((vector_size(4)));
+
+void
+foo(void)
+{
+ (V){ 0 }[0] = 0;
+}