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
This commit is contained in:
John David Anglin 2007-09-29 03:23:47 +00:00 committed by John David Anglin
parent 7cd4d5ddf4
commit 387b050778
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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)));