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:
parent
9131ad6747
commit
61eca8d71b
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user