out-of-bounds-1.c: Don't use -mstrict-align for Darwin.

2008-01-07  Jack Howarth  <howarth@bromo.med.uc.edu>

	* gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.

From-SVN: r131384
This commit is contained in:
Jack Howarth 2008-01-07 21:03:46 +00:00 committed by Janis Johnson
parent 5252f8477f
commit dcc0807467
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-01-07 Jack Howarth <howarth@bromo.med.uc.edu>
* gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
PR testsuite/34575
* gcc.target/powerpc/popcount-1.c: Skip on darwin.
* gcc.target/powerpc/parity-1.c: Likewise.

View file

@ -3,7 +3,7 @@
/* { dg-do compile } */
/* { dg-options "-O -g" } */
/* { dg-options "-O -g -mstrict-align" { target powerpc*-*-* } } */
/* { dg-options "-O -g -mstrict-align" { target { powerpc*-*-linux* powerpc*-*-elf* } } } */
void ProjectOverlay(const float localTextureAxis[2], char *lump)
{