[lno] ICE in tree-ssa-loop-ivopts.c:545
Richard Guenther
rguenth@tat.physik.uni-tuebingen.de
Tue Feb 10 15:55:00 GMT 2004
On Tue, 10 Feb 2004, Richard Guenther wrote:
> Hi!
>
> I just decided to give lno a try and experience the following ICE
> compiling the testcase at
> http://www.tat.physik.uni-tuebingen.de/~rguenth/gcc/tramp3d-v2.cpp.gz
> with -O2 -ftree-loop-optimize on ia32 linux:
>
> GNU C++ version 3.5-tree-ssa-lno 20040210 (merged 20040120)
> (i686-pc-linux-gnu)
> compiled by GNU C version 3.3.3 20040201 (prerelease).
> GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=129002
> /net/bellatrix/home/rguenth/ix86/gccssa-lno-100204/bin/../lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../include/c++/3.5-tree-ssa-lno/bits/stl_uninitialized.h:
> In function `_ForwardIterator
> std::__uninitialized_fill_n_aux(_ForwardIterator, _Size, const _Tp&,
> __false_type) [with _ForwardIterator =
> __gnu_cxx::__normal_iterator<Interval<3>*, __gnu_norm::vector<Interval<3>,
> std::allocator<Interval<3> > > >, _Size = unsigned int, _Tp =
> Interval<3>]':
> /net/bellatrix/home/rguenth/ix86/gccssa-lno-100204/bin/../lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa-lno/../../../../include/c++/3.5-tree-ssa-lno/bits/stl_uninitialized.h:187:
> internal compiler error: in for_each_index, at tree-ssa-loop-ivopts.c:545
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
TREE_CODE is RESULT_DECL, which is not handled in the switch.
Richard.
--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/
More information about the Gcc
mailing list