Commit 387b0507 by John David Anglin Committed by John David Anglin

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
parent 7cd4d5dd
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.
/* { 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)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment