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

Reply via email to