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:
parent
dc055f6f73
commit
ceaa2d5019
@ -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>
|
2007-09-12 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR target/32338
|
PR target/32338
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
/* PR middle-end/32912 */
|
/* PR middle-end/32912 */
|
||||||
/* { dg-do run } */
|
/* { dg-do run } */
|
||||||
/* { dg-options "-O2 -w" } */
|
/* { dg-options "-O2 -w" } */
|
||||||
|
/* { dg-options "-O2 -w -fno-common" { target hppa*-*-hpux* } } */
|
||||||
|
|
||||||
extern void abort (void);
|
extern void abort (void);
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@ extern void abort (void);
|
|||||||
|
|
||||||
typedef int __m128i __attribute__ ((__vector_size__ (16)));
|
typedef int __m128i __attribute__ ((__vector_size__ (16)));
|
||||||
|
|
||||||
__m128i a, b, c, d, e, f;
|
|
||||||
|
|
||||||
__m128i
|
__m128i
|
||||||
foo (void)
|
foo (void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user