]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/33153 (FAIL: gcc.dg/pr32912-[12].c (test for excess errors))
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 13 Sep 2007 03:45:16 +0000 (03:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 13 Sep 2007 03:45:16 +0000 (03:45 +0000)
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.

From-SVN: r128456

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

index 8a8ed97c10d295c2b2129dd8a23075f15dfcf776..86a0d88d6a05a3d80034e1ca66dad2ab2618649c 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  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/33382
index 2f9e8593e292ce7ea0288f77c57cd173ad0b2888..1ceb77ad43cd8853b66b7b4ba2b559200b6f777f 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 3ea81da789cbe7bf6a71bc77468c087496d69949..6f028744c60034331a5eeaf5da3de75d510aa589 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)
 {