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: http://review.tizen.org/git/?a=commitdiff_plain;h=d5fdc62c3fe523b1104bcccaa3f66f7fa5298d9f;p=platform%2Fupstream%2Fgcc.git * gcc.dg/torture/pr37868.c: Skip on the SPARC. From-SVN: r142390 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a1623c9..2d8b273 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. 2008-12-02 Jason Merrill diff --git a/gcc/testsuite/gcc.dg/torture/pr37868.c b/gcc/testsuite/gcc.dg/torture/pr37868.c index 85c2b50..50fa903 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);