------- Comment #6 from howarth at nitro dot med dot uc dot edu 2008-11-13 23:40 ------- I can confirm that...
Index: gcc/testsuite/gcc.target/i386/quad-sse.c =================================================================== --- gcc/testsuite/gcc.target/i386/quad-sse.c (revision 141837) +++ gcc/testsuite/gcc.target/i386/quad-sse.c (working copy) @@ -18,4 +18,4 @@ return __builtin_copysignq (x, y); } -/* { dg-final { scan-assembler-not "call" } } */ +/* { dg-final { scan-assembler-not "call.*(neg|fabs|copysign)" } } */ ...does eliminate the failures in the quad-sse.c testcase on i686-apple-darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37517