aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2015-03-15 23:49:02 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2015-03-15 23:49:02 +0000
commit550a2a5dcf0c58cf94b4a2a6049a25d05a298dc4 (patch)
tree0861e2f7cddf0a6f2d449e6c41a900f54d1f6155
parent066f561449cf00fa19fdee8f7ffc45fecb7c0237 (diff)
downloadgcc-550a2a5dcf0c58cf94b4a2a6049a25d05a298dc4.zip
gcc-550a2a5dcf0c58cf94b4a2a6049a25d05a298dc4.tar.gz
gcc-550a2a5dcf0c58cf94b4a2a6049a25d05a298dc4.tar.bz2
pr65270-1.c: Add -fno-common to dg-options on hppa*-*-hpux*.
* gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on hppa*-*-hpux*. * gcc.dg/torture/pr65270-2.c: Likewise. From-SVN: r221441
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr65270-1.c1
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr65270-2.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b4e8ac8..4c5d995 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-15 John David Anglin <danglin@gcc.gnu.org>
+
+ * gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on
+ hppa*-*-hpux*.
+ * gcc.dg/torture/pr65270-2.c: Likewise.
+
2015-03-14 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/61138
diff --git a/gcc/testsuite/gcc.dg/torture/pr65270-1.c b/gcc/testsuite/gcc.dg/torture/pr65270-1.c
index ae6dc3b..8874607 100644
--- a/gcc/testsuite/gcc.dg/torture/pr65270-1.c
+++ b/gcc/testsuite/gcc.dg/torture/pr65270-1.c
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
struct a
{
diff --git a/gcc/testsuite/gcc.dg/torture/pr65270-2.c b/gcc/testsuite/gcc.dg/torture/pr65270-2.c
index d5b8f1c..277571c 100644
--- a/gcc/testsuite/gcc.dg/torture/pr65270-2.c
+++ b/gcc/testsuite/gcc.dg/torture/pr65270-2.c
@@ -1,4 +1,5 @@
/* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
struct a
{