[Bug other/25527] [gomp] segfault in main.omp_fn.0 with -O2

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 27 16:47:00 GMT 2006



------- Comment #6 from reichelt at gcc dot gnu dot org  2006-01-27 16:47 -------
Even shorter testcase:

=============================
#include<sstream>

int main()
{
    std::ostringstream s;
    return 0;
}
=============================


-- 


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



More information about the Gcc-bugs mailing list