This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32274] FAIL: gcc.dg/vect/pr32224.c
- From: "dorit at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2007 08:41:51 -0000
- Subject: [Bug target/32274] FAIL: gcc.dg/vect/pr32224.c
- References: <bug-32274-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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