http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48676

Kazumoto Kojima <kkojima at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.04.19 05:07:20
          Component|c                           |testsuite
     Ever Confirmed|0                           |1

--- Comment #1 from Kazumoto Kojima <kkojima at gcc dot gnu.org> 2011-04-19 
05:07:20 UTC ---
Does the patch below work for you?

--- ORIG/trunk/gcc/testsuite/gcc.dg/torture/pr37868.c    2009-11-25
09:25:00.000000000 +0900
+++ trunk/gcc/testsuite/gcc.dg/torture/pr37868.c    2011-04-19
14:02:12.000000000 +0900
@@ -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)

Reply via email to