Commit c6f5c273 by Dorit Nuzman Committed by Dorit Nuzman

re PR testsuite/32274 (FAIL: gcc.dg/vect/pr32224.c)

        PR target/32274
        * gcc.dg/vect/pr32224.c: Fix.

From-SVN: r125703
parent 3c95201d
2007-06-14 Dorit Nuzman <dorit@il.ibm.com>
PR target/32274
* gcc.dg/vect/pr32224.c: Fix.
2007-06-13 Eric Christopher <echristo@apple.com>
* gcc.target/i386/ssefn-1.c: Add -march=i386.
......@@ -10,7 +10,7 @@ gmpz_export (void *data)
for (i = 0; i < count; i++)
{
__asm__ ("bswap %q0": "=r" (*__dst):"0" (*(__src)));
__asm__ ("checkme": "=r" (*__dst):"0" (*(__src)));
__src++;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment