On Tue, Aug 30, 2011 at 10:46 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > Hello! > > The gcc.target/i386/fma-compile.c test did not escape [ and ] > correctly. Unfortunately, this problem terminated dejagnu testing > early, hiding the problem with -mfma target attribute handling. > > Attached patch fixes both problems. > > 2011-08-30 Uros Bizjak <ubiz...@gmail.com> > > * config/i386/i386.c (ix86_valid_target_attribute_inner_p): > Handle FMA option. > > testsuite/ChangeLog: > > 2011-08-30 Uros Bizjak <ubiz...@gmail.com> > > * gcc.target/i386/fma-compile.c: Escape [ and ] correctly. > > Tested on x86_64-pc-linux-gnu {,-m32}, committed to mainline. >
It is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50240 Thanks. -- H.J.