[llvm-commits] [llvm-gcc-4.2] r63322 - /llvm-gcc-4.2/trunk/gcc/config/i386/i386.c

Eli Friedman eli.friedman at gmail.com
Thu Jan 29 10:51:31 PST 2009


On Thu, Jan 29, 2009 at 10:40 AM, Chris Lattner <clattner at apple.com> wrote:
> Since the program is already non-portable (at least to macs) and C99 doesn't
> require this

Sort of... the standard defines a macro "math_errhandling" in math.h
which allows dealing with this portably.  That said, it appears the
glibc math.h doesn't define it, so likely nobody cares...

-Eli



More information about the llvm-commits mailing list