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 other/25527] [gomp] segfault in main.omp_fn.0 with -O2



------- 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


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