libm: Exclude -Woverflow from -Werror in s_csqrtl.c for gcc47/i386.
commitd8c83a8624c57648e5ece23a94e26340832744d6
authorSascha Wildner <saw@online.de>
Sun, 20 Jan 2013 02:15:59 +0000 (20 03:15 +0100)
committerSascha Wildner <saw@online.de>
Tue, 5 Feb 2013 19:55:01 +0000 (5 20:55 +0100)
tree52dad7f4562a3b21c70f0e0818fec61e23f54b3a
parentc06d54ec4d64cac02631af7af5668d43d2f6abd1
libm: Exclude -Woverflow from -Werror in s_csqrtl.c for gcc47/i386.

The issue is that a long double in gcc47 on i386 doesn't seem to be
able to hold LDBL_MAX. At least a warning is generated. Cause
unknown, might be a bug in gcc (or our gcc's configuration).

gcc47 on FreeBSD/i386 does not show this behavior (no warning
generated at least).

Until we have a better clue, don't turn this warning into an error,
even if -Werror is specified, so that building can go on.

FreeBSD-testing: tuxillo
lib/libm/complex/s_csqrtl.c