From 4140075a72a38b0949d0c9c28658ffaab62d1d9b Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Thu, 13 Sep 2007 03:45:16 +0000 Subject: [PATCH] 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: r128456 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/pr32912-1.c | 1 + gcc/testsuite/gcc.dg/pr32912-2.c | 2 -- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8a8ed97c10d2..86a0d88d6a05 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 Richard Guenther PR middle-end/33382 diff --git a/gcc/testsuite/gcc.dg/pr32912-1.c b/gcc/testsuite/gcc.dg/pr32912-1.c index 2f9e8593e292..1ceb77ad43cd 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 3ea81da789cb..6f028744c600 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) { -- 2.47.2