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
This commit is contained in:
John David Anglin 2007-09-13 00:43:04 +00:00 committed by John David Anglin
parent dc055f6f73
commit ceaa2d5019
3 changed files with 7 additions and 2 deletions

View 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

View 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);

View 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)
{