This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/26084] ICE (segfault) on C++ OpenMP code
- From: "martin at mpa-garching dot mpg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 14:37:20 -0000
- Subject: [Bug middle-end/26084] ICE (segfault) on C++ OpenMP code
- References: <bug-26084-2736@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from martin at mpa-garching dot mpg dot de 2006-03-22 14:37 -------
(In reply to comment #15)
> Fixed.
Unfortunately the unreduced testcase still fails with -O:
/scratch>g++ -O -v -fopenmp bug.ii
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /scratch/gcc/configure --quiet
--prefix=/afs/mpa/data/martin/ugcc --enable-languages=c++,fortran
--with-gmp=/usr/local/appl/gmp-4.1.4 --enable-checking=release
--without-makeinfo --disable-tls
Thread model: posix
gcc version 4.2.0 20060322 (experimental)
/afs/mpa/data/martin/ugcc/libexec/gcc/i686-pc-linux-gnu/4.2.0/cc1plus
-fpreprocessed bug.ii -quiet -dumpbase bug.ii -mtune=generic -auxbase bug -O
-version -fopenmp -o /tmp/ccaWAsuo.s
GNU C++ version 4.2.0 20060322 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 4.2.0 20060322 (experimental).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 3f3a7467532fa739fdc8d9d9e4c52ff9
/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 = float]':
/afs/mpa/data/martin/planck/LevelS/Healpix_cxx/alm_map_tools.cc:644: internal
compiler error: in add_stmt_to_eh_region_fn, at tree-eh.c:100
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Should I open a new PR, or should this one be reopened?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26084