------- Comment #5 from paolo dot carlini at oracle dot com 2010-05-09 01:20 ------- Maybe I was not clear enough: **any** segmentation fault is a bug in the compiler. It must **never** seg fault, no matter which is the input. Thus, the point is simply that a segmentation must be reported as a C++ (or C, Fortran, whatever) bug, not as library bug. If you see a seg fault, first double check that you can reproduce the problem also with a recent compiler, reduce the testcase as much as possible (maybe also helping yourself with "delta"), and file a front-end bug. Thanks!
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44045