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
This commit is contained in:
Kaz Kojima 2011-04-19 21:58:41 +00:00
parent 9131ad6747
commit 61eca8d71b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-19 Kaz Kojima <kkojima@gcc.gnu.org>
PR testsuite/48676
* gcc.dg/torture/pr37868.c: Skip on sh*-*-*.
2011-04-19 Jakub Jelinek <jakub@redhat.com>
PR target/48678

View File

@ -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)