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 middle-end/26823] ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-eh.c:100



------- Comment #4 from martin at mpa-garching dot mpg dot de  2006-04-14 10:24 -------
Hi Jakub,

with your patch, the testcase passes for me.
Unfortunately the unreduced testcase of PR26084 still causes
an ICE, but this time only with "-O" switched on.

martin@linux:~/Desktop> g++  -m32 -c -O -fopenmp bug.ii
/afs/mpa/data/martin/planck/LevelS/Healpix_cxx/alm_map_tools.cc: In function
?void alm2map_der1(const Alm<xcomplex<T> >&, const std::vector<ringpair,
std::allocator<ringpair> >&, T*, T*, T*) [with T = double]?:
/afs/mpa/data/martin/planck/LevelS/Healpix_cxx/alm_map_tools.cc:644: internal
compiler error: Segmentation fault

I'm beginning to think that this testcase exposes at least 4 different
gcc bugs :(


-- 


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


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