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:
parent
5252f8477f
commit
dcc0807467
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue