From: John David Anglin Date: Thu, 13 Sep 2007 00:43:04 +0000 (+0000) Subject: re PR testsuite/33153 (FAIL: gcc.dg/pr32912-[12].c (test for excess errors)) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ceaa2d5019c290d814e0856531e9b45cbff6b90b;p=gcc.git re PR testsuite/33153 (FAIL: gcc.dg/pr32912-[12].c (test for excess errors)) 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: r128454 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 977c2a50eed..d982b9bbaf0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2007-09-12 John David Anglin + + 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 PR target/32338 diff --git a/gcc/testsuite/gcc.dg/pr32912-1.c b/gcc/testsuite/gcc.dg/pr32912-1.c index 2f9e8593e29..1ceb77ad43c 100644 --- a/gcc/testsuite/gcc.dg/pr32912-1.c +++ b/gcc/testsuite/gcc.dg/pr32912-1.c @@ -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); diff --git a/gcc/testsuite/gcc.dg/pr32912-2.c b/gcc/testsuite/gcc.dg/pr32912-2.c index 3ea81da789c..6f028744c60 100644 --- a/gcc/testsuite/gcc.dg/pr32912-2.c +++ b/gcc/testsuite/gcc.dg/pr32912-2.c @@ -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) {