The functions nan, nanf, nanl should be C99 built-in functions rather than just being built-in in the __builtin_ form.
They were wrongly C90 built-ins, changed to be __builtin_ only to fix bug 14635. At that time bug 14649 meant they shouldn't be C99 built-ins, but bug 14649 has been fixed so they now can be C99 built-ins. -- Summary: nan should be C99 built-in Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19984