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++/37276] Trouble with some (C99?) math builtins and namespace std



------- Comment #7 from paolo dot carlini at oracle dot com  2008-08-29 16:01 -------
The strict c++98 standard, without GNU extensions, doesn't know anything about
atanh - there isn't a single mention in the entire Standard - therefore I don't
see why any difference is wanted. Even less I see why we want Seg-faults at
run-time. Even less, why we want that in the C++0x era, when C99 math
facilities are on a par with C89 ones.


-- 


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


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