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: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2007 11:55:48 -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 #3 from ubizjak at gmail dot com 2007-06-13 11:55 -------
(In reply to comment #2)
> > Sorry about the breakage. Does it work for you if you change the testcase as follows?:
>
> Yes it will fix it but note there is still a bug in the ia64 back-end anyways
> so this bug should not be closed as being fixed after the patch gets applied.
No, it is correct fix. We should avoid % modifiers in target-independant tests.
The failure is simply due to the fact that %q is not supported in ia64 (please
look in config/ia64/ia64.c, around line 4500).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32274