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


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