Commit ceaa2d50 by John David Anglin Committed by John David Anglin

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
parent dc055f6f
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
/* PR middle-end/32912 */
/* { dg-do run } */
/* { dg-options "-O2 -w" } */
/* { dg-options "-O2 -w -fno-common" { target hppa*-*-hpux* } } */
extern void abort (void);
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment