------- Comment #5 from reichelt at gcc dot gnu dot org 2006-01-27 16:25
-------
I can reproduce the problem on x86_64-unknown-linux-gnu
with the following testcase:
=======================================
#include<iostream>
#include<complex>
int main()
{
std::complex<int> c;
std::cout << c << std::endl;
}
=======================================
It crashes when compiled with "-fopenmp -O -m32",
but runs fine if I leave out any of these options.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored, wrong-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25527