OSDN Git Service

PR testsuite/33153
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2007 00:43:04 +0000 (00:43 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2007 00:43:04 +0000 (00:43 +0000)
* gcc.dg/pr32912-1.c: Add -fno-common to options on hppa*-*-hpux*.
* gcc.dg/pr32912-2.c: Delete declaration of a, b, c, d, e and f.

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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr32912-1.c
gcc/testsuite/gcc.dg/pr32912-2.c

index 977c2a5..d982b9b 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-12  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
+
+       PR testsuite/33153
+       * gcc.dg/pr32912-1.c: Add -fno-common to options on hppa*-*-hpux*.
+       * gcc.dg/pr32912-2.c: Delete declaration of a, b, c, d, e and f.
+
 2007-09-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/32338
index 2f9e859..1ceb77a 100644 (file)
@@ -1,6 +1,7 @@
 /* PR middle-end/32912 */
 /* { dg-do run } */
 /* { dg-options "-O2 -w" } */
+/* { dg-options "-O2 -w -fno-common" { target hppa*-*-hpux* } } */
 
 extern void abort (void);
 
index 3ea81da..6f02874 100644 (file)
@@ -5,8 +5,6 @@ extern void abort (void);
 
 typedef int __m128i __attribute__ ((__vector_size__ (16)));
 
-__m128i a, b, c, d, e, f;
-
 __m128i
 foo (void)
 {