diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2015-12-28 20:38:31 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2015-12-28 20:38:31 +0000 |
commit | cf1a404e3e3fb5d830fb653ba1ec50165b001516 (patch) | |
tree | aa41a851bda814b5cbcfea3384d34e8ecfff765a /gcc | |
parent | 5d57fdc1097999f0bdd3958c413b25560be196c4 (diff) | |
download | gcc-cf1a404e3e3fb5d830fb653ba1ec50165b001516.zip gcc-cf1a404e3e3fb5d830fb653ba1ec50165b001516.tar.gz gcc-cf1a404e3e3fb5d830fb653ba1ec50165b001516.tar.bz2 |
pr67609.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*.
From-SVN: r231977
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr67609.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 949eeea..28945b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-12-28 John David Anglin <danglin@gcc.gnu.org> + + * gcc.dg/torture/pr67609.c: Add -fno-common option on hppa*-*-hpux*. + 2015-12-28 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * gcc.target/powerpc/p9-lxvx-stxvx-1.c: New. diff --git a/gcc/testsuite/gcc.dg/torture/pr67609.c b/gcc/testsuite/gcc.dg/torture/pr67609.c index 817857d..bd60610 100644 --- a/gcc/testsuite/gcc.dg/torture/pr67609.c +++ b/gcc/testsuite/gcc.dg/torture/pr67609.c @@ -1,4 +1,5 @@ /* { dg-do run } */ +/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ typedef union { |