Commit 61eca8d7 by Kaz Kojima

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
parent 9131ad67
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> 2011-04-19 Jakub Jelinek <jakub@redhat.com>
PR target/48678 PR target/48678
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-fno-strict-aliasing" } */ /* { dg-options "-fno-strict-aliasing" } */
/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ /* { dg-skip-if "unaligned access" { sparc*-*-* sh*-*-* } "*" "" } */
extern void abort (void); extern void abort (void);
#if (__SIZEOF_INT__ <= 2) #if (__SIZEOF_INT__ <= 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment