aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2007-09-13 00:43:04 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2007-09-13 00:43:04 +0000
commitceaa2d5019c290d814e0856531e9b45cbff6b90b (patch)
treea300b6a3dec31504bba132f5295c37a14c6a356d /gcc
parentdc055f6f736a3a9b3ef687a6f1a0dba8cfb18776 (diff)
downloadgcc-ceaa2d5019c290d814e0856531e9b45cbff6b90b.zip
gcc-ceaa2d5019c290d814e0856531e9b45cbff6b90b.tar.gz
gcc-ceaa2d5019c290d814e0856531e9b45cbff6b90b.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/pr32912-1.c1
-rw-r--r--gcc/testsuite/gcc.dg/pr32912-2.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 977c2a5..d982b9b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/pr32912-1.c b/gcc/testsuite/gcc.dg/pr32912-1.c
index 2f9e859..1ceb77a 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 3ea81da..6f02874 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)
{