------- Comment #4 from paolo dot carlini at oracle dot com 2008-08-29 14:18 ------- >From the "outside", without looking deeper, I agree it seems a front-end issue. The following seg-faults only when built with the C++ compiler:
inline double atanh(double __x) { return __builtin_atanh(__x); } int main() { atanh(.3); return 0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37276