http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ghazi at gcc dot gnu.org --- Comment #46 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-27 17:18:55 UTC --- Another note, about std::nextafter, std::nexttoward, & co: I see mpfr provides an mpfr_nexttoward, which likely could be exploited in builtins.c pretty easily. Kaveh, do you have any plan about those?