diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2011-04-23 17:44:24 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2011-04-23 17:44:24 +0000 |
commit | d2b897f4b599df21e5469bb020c3b44811dced57 (patch) | |
tree | a9e86e253578178fb0e8e831a7483726c37e5f50 /gcc | |
parent | 7ee28a74717d519edcefcc1e81916ba437b46357 (diff) | |
download | gcc-d2b897f4b599df21e5469bb020c3b44811dced57.zip gcc-d2b897f4b599df21e5469bb020c3b44811dced57.tar.gz gcc-d2b897f4b599df21e5469bb020c3b44811dced57.tar.bz2 |
pr48616.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.
* gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.
From-SVN: r172899
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr48616.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dfb9929..2cf73c7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-04-23 John David Anglin <dave.anglin@nrc-cnrc.ca> + + * gcc.dg/pr48616.c (dg-options): Add -fno-common to options on + hppa*-*-hpux*. + 2011-04-23 Tobias Burnus <burnus@net-b.de> PR fortran/18918 diff --git a/gcc/testsuite/gcc.dg/pr48616.c b/gcc/testsuite/gcc.dg/pr48616.c index 8c8ec2c..6a908d6 100644 --- a/gcc/testsuite/gcc.dg/pr48616.c +++ b/gcc/testsuite/gcc.dg/pr48616.c @@ -1,6 +1,7 @@ /* PR tree-optimization/48616 */ /* { dg-do run } */ /* { dg-options "-O2 -ftree-vectorize" } */ +/* { dg-options "-O2 -ftree-vectorize -fno-common" { target hppa*-*-hpux* } } */ extern void abort (void); int a[4] __attribute__((aligned (32))); |