This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/32274] FAIL: gcc.dg/vect/pr32224.c



------- Comment #1 from dorit at il dot ibm dot com  2007-06-13 08:41 -------
Sorry about the breakage. Does it work for you if you change the testcase as
follows?:

Index: pr32224.c
===================================================================
--- pr32224.c   (revision 125641)
+++ pr32224.c   (working copy)
@@ -10,7 +10,7 @@

   for (i = 0; i < count; i++)
   {
-    __asm__ ("bswap %q0": "=r" (*__dst):"0" (*(__src)));
+    __asm__ ("checkme": "=r" (*__dst):"0" (*(__src)));
     __src++;
   }
 }


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]