------- Comment #5 from ubizjak at gmail dot com 2008-11-13 18:07 -------
We are checking for certain function calls, so following should work too:
Index: quad-sse.c
===================================================================
--- quad-sse.c (revision 141824)
+++ 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)" } } */
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |ubizjak at gmail dot com
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-11-13 18:07:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37517