From: Eric Botcazou Date: Wed, 3 Dec 2008 11:18:32 +0000 (+0000) Subject: * gcc.dg/torture/pr37868.c: Skip on the SPARC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f;p=gcc.git * gcc.dg/torture/pr37868.c: Skip on the SPARC. From-SVN: r142390 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a1623c9be97..2d8b273879a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-03 Eric Botcazou + + * gcc.dg/torture/pr37868.c: Skip on the SPARC. + 2008-12-03 Eric Botcazou * gcc.c-torture/compile/20081203-1.c: New test. diff --git a/gcc/testsuite/gcc.dg/torture/pr37868.c b/gcc/testsuite/gcc.dg/torture/pr37868.c index 85c2b5072ae..50fa903008f 100644 --- a/gcc/testsuite/gcc.dg/torture/pr37868.c +++ b/gcc/testsuite/gcc.dg/torture/pr37868.c @@ -1,5 +1,6 @@ /* { dg-do run } */ /* { dg-options "-fno-strict-aliasing" } */ +/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ extern void abort (void);