OSDN Git Service

2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 21:38:47 +0000 (21:38 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 21:38:47 +0000 (21:38 +0000)
        PR testsuite/31578
        * gcc.dg/gnu89-init-4.c: Change to a compile only test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123854 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/gnu89-init-4.c

index 94dfeab..2e85f48 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR testsuite/31578
+       * gcc.dg/gnu89-init-4.c: Change to a compile only test.
+
 2007-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        * gfortran.dg/warnings_are_errors_1.f90: Add -std=f95 to options.
 2007-04-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        * gfortran.dg/warnings_are_errors_1.f90: Add -std=f95 to options.
@@ -21,7 +26,7 @@
 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR C/31520
 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR C/31520
-       * testsuite/gcc.dg/gnu89-init-4.c: New testcase.
+       * gcc.dg/gnu89-init-4.c: New testcase.
 
 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
 
 
 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
 
index 4ccfbd1..15e9cdb 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for GNU extensions to compound literals are giving the correct array bounds */
 /* Test for GNU extensions to compound literals are giving the correct array bounds */
-/* { dg-do run } */
+/* { dg-do compile } */
 /* { dg-options "-std=gnu89 -W -Wall -O2" } */
 
 int a[] = (int[4]){1, 1, 2};
 /* { dg-options "-std=gnu89 -W -Wall -O2" } */
 
 int a[] = (int[4]){1, 1, 2};