diff options
-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 808a7ce6167..99aade6824a 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 7d824260ff0..acb0ce9af9b 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))); |