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