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

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

From-SVN: r125703
This commit is contained in:
Dorit Nuzman 2007-06-14 09:39:31 +00:00 committed by Dorit Nuzman
parent 3c95201d6f
commit c6f5c27317
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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++;
}
}