This is the mail archive of the gcc-patches@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]

PR target/32274: obvious fix to testcase


The new testcase I recently added breaks on ia64. I committed the following
fix, as obvious.

dorit

      * gcc.dg/vect/pr32224.c: Fix.

Index: gcc.dg/vect/pr32224.c
===================================================================
--- gcc.dg/vect/pr32224.c       (revision 125702)
+++ gcc.dg/vect/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++;
   }
 }


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