mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 09:50:43 +08:00
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:
parent
7cd4d5ddf4
commit
387b050778
@ -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.
|
||||
|
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user