out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 7 Jan 2008 21:03:46 +0000 (21:03 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 7 Jan 2008 21:03:46 +0000 (21:03 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/out-of-bounds-1.c

index 6090e05..d6d359f 100644 (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.
index 14c4591..8cdf643 100644 (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)
 {