This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30013] Multiple flaws in decimal floating-point arithmetic conversions fixed



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-29 02:13 -------
> /* strtold is declared in <stdlib.h> only for C99.  */
> extern long double strtold (const char *, char **);
> #define STR_TO_BFP strtold

Well use -std=gnu99 then.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30013


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]