From: Kaz Kojima Date: Tue, 19 Apr 2011 21:58:41 +0000 (+0000) Subject: re PR testsuite/48676 ([sh] Unaligned userspace access in gcc.dg/torture/pr37868.c) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61eca8d71b276c84155b88d7fca656c49ff73b98;p=gcc.git re PR testsuite/48676 ([sh] Unaligned userspace access in gcc.dg/torture/pr37868.c) PR testsuite/48676 * gcc.dg/torture/pr37868.c: Skip on sh*-*-*. From-SVN: r172738 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0d47ecfb65d..b6de528e4ae 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-04-19 Kaz Kojima + + PR testsuite/48676 + * gcc.dg/torture/pr37868.c: Skip on sh*-*-*. + 2011-04-19 Jakub Jelinek PR target/48678 diff --git a/gcc/testsuite/gcc.dg/torture/pr37868.c b/gcc/testsuite/gcc.dg/torture/pr37868.c index 1f89dff2fff..c5df71b5aa5 100644 --- a/gcc/testsuite/gcc.dg/torture/pr37868.c +++ b/gcc/testsuite/gcc.dg/torture/pr37868.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-fno-strict-aliasing" } */ -/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ +/* { dg-skip-if "unaligned access" { sparc*-*-* sh*-*-* } "*" "" } */ extern void abort (void); #if (__SIZEOF_INT__ <= 2)