This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/25527] [gomp] segfault in main.omp_fn.0 with -O2
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2006 16:47:35 -0000
- Subject: [Bug other/25527] [gomp] segfault in main.omp_fn.0 with -O2
- References: <bug-25527-11916@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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