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

[Bug target/32274] FAIL: gcc.dg/vect/pr32224.c



------- 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


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