This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12748] New: ICE with -pg
- From: "rguenth at tat dot physik dot uni-tuebingen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2003 19:30:31 -0000
- Subject: [Bug c++/12748] New: ICE with -pg
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12748
Summary: ICE with -pg
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rguenth at tat dot physik dot uni-tuebingen dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
The POOMA based testcase (sorry for it being so large) at
http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/Bench.ii.gz
compiled with
g++-3.4 -c Bench.ii -ftemplate-depth-60 -fno-exceptions -O2 -march=athlon
-funroll-loops -ftime-report -pg -g
yields the following ICE:
/home/rguenth/src/pooma-bib/r2/src/Array/ArrayOperators.h: In function `typename
MakeReturn<BinaryNode<OpEQ, typename CreateLeaf<Array<D1, T1, E1> >::Leaf_t,
typename CreateLeaf<T2>::Leaf_t> >::Expression_t operator==(const Array<D1, T1,
E1>&, const T2&) [with int D1 = 1, T1 = double, E1 = MultiPatchView<GridTag,
Brick, 1>, T2 = double]':
/home/rguenth/src/pooma-bib/r2/src/Array/ArrayOperators.h:800: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
but not, when omitting -pg. It does even ICE with just -O0 -pg.