The attached patch fixes the following gcc compatibility issues:
1.-ffast-math does not set the __FINITE_MATH_ONLY__ preprocessor symbol
to 1, while llvm-gcc does do so.
2. -ffinite-math-only does not set the __FINITE_MATH_ONLY__ preprocessor
symbol to 1, while llvm-gcc does do so.
patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
