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

Re: [patch] Darwin test suite fixes


Brooks Moses wrote:
Andreas Tobler wrote:
Index: gcc.target/i386/980211-1.c
===================================================================
--- gcc.target/i386/980211-1.c    (revision 125559)
+++ gcc.target/i386/980211-1.c    (working copy)
[...]
@@ -17,7 +17,7 @@
 foo (long double x, long double y)
 {
   long double z = x / y;
-  if (__signbitl (x) && __signbitl (z))
+  if (__signbitl0 (x) && __signbitl (z))

You missed the second __signbitl there.

Thanks,


late night patches .....

Andreas


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