[MLton-commit] r7364
    Wesley Terpstra 
    wesley at mlton.org
       
    Sat Nov  7 08:24:26 PST 2009
    
    
  
This mips special case isn't needed for gcc4.3 and gcc4.4 miscompiles more code than just this. Therefore disabling fpclassify doesn't help that much.
----------------------------------------------------------------------
U   mlton/trunk/runtime/platform/linux.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/platform/linux.h
===================================================================
--- mlton/trunk/runtime/platform/linux.h	2009-11-04 15:27:22 UTC (rev 7363)
+++ mlton/trunk/runtime/platform/linux.h	2009-11-07 16:24:24 UTC (rev 7364)
@@ -36,11 +36,7 @@
 #else
 #define HAS_FEROUND TRUE
 #endif
-#if defined(__mips__)
-#define HAS_FPCLASSIFY FALSE
-#else
 #define HAS_FPCLASSIFY TRUE
-#endif
 #define HAS_MSG_DONTWAIT TRUE
 #define HAS_REMAP TRUE
 #define HAS_SIGALTSTACK TRUE
    
    
More information about the MLton-commit
mailing list