diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2007-09-29 03:23:47 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2007-09-29 03:23:47 +0000 |
commit | 387b05077888ce040a6263a62e0aaef63570ccfb (patch) | |
tree | 6806cadb0da072a1a5d7693b36703b43714e4953 /gcc/testsuite | |
parent | 7cd4d5ddf4dc76f660c93a39e4e1021971e94516 (diff) | |
download | gcc-387b05077888ce040a6263a62e0aaef63570ccfb.zip gcc-387b05077888ce040a6263a62e0aaef63570ccfb.tar.gz gcc-387b05077888ce040a6263a62e0aaef63570ccfb.tar.bz2 |
fold-bitand-4.c: Add -fno-common to options on hppa*-*-hpux*.
* gcc.dg/fold-bitand-4.c: Add -fno-common to options on hppa*-*-hpux*.
From-SVN: r128880
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/fold-bitand-4.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 808a7ce..99aade6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-09-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.dg/fold-bitand-4.c: Add -fno-common to options on hppa*-*-hpux*. + 2007-09-28 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/array-init-1.c: Add -mtune=i686 for 32bit x86 targets. diff --git a/gcc/testsuite/gcc.dg/fold-bitand-4.c b/gcc/testsuite/gcc.dg/fold-bitand-4.c index 7d82426..acb0ce9 100644 --- a/gcc/testsuite/gcc.dg/fold-bitand-4.c +++ b/gcc/testsuite/gcc.dg/fold-bitand-4.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fdump-tree-original" } */ +/* { dg-options "-fdump-tree-original -fno-common" { target hppa*-*-hpux* } } */ typedef char char4[4] __attribute__ ((aligned (4))); char4 c4[4] __attribute__ ((aligned (16))); |