diff options
| author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-07 21:03:46 +0000 |
|---|---|---|
| committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-07 21:03:46 +0000 |
| commit | 1975e3783809be03e1afae0eb3a64a354b9152bc (patch) | |
| tree | a5ca250bcd94a4e5624275f62363d599e7e05dc2 | |
| parent | 8acc24a84c4080df151f2bf61775047238b5a3d2 (diff) | |
| download | ppe42-gcc-1975e3783809be03e1afae0eb3a64a354b9152bc.tar.gz ppe42-gcc-1975e3783809be03e1afae0eb3a64a354b9152bc.zip | |
2008-01-07 Jack Howarth <howarth@bromo.med.uc.edu>
* gcc.dg/out-of-bounds-1.c: Don't use -mstrict-align for Darwin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131384 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/out-of-bounds-1.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6090e05ea40..d6d359f4d83 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/out-of-bounds-1.c b/gcc/testsuite/gcc.dg/out-of-bounds-1.c index 14c4591a40a..8cdf643eb96 100644 --- a/gcc/testsuite/gcc.dg/out-of-bounds-1.c +++ b/gcc/testsuite/gcc.dg/out-of-bounds-1.c @@ -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) { |

