This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Are ICEs par for the course on HEAD?
- From: Roger Sayle <roger at eyesopen dot com>
- To: Bernd Jendrissek <berndj at prism dot co dot za>, Zack Weinberg <zack at codesourcery dot com>, <gcc at gcc dot gnu dot org>
- Date: Thu, 12 Sep 2002 19:45:56 -0600 (MDT)
- Subject: Re: Are ICEs par for the course on HEAD?
Hi Bernd and Zack,
> > /mnt/disk/src/gcc/libjava/interpret.cc: In member function `void
> > _Jv_InterpMethod::run(void*, ffi_raw*)':
> > /mnt/disk/src/gcc/libjava/interpret.cc:3187: internal compiler error:
> > RTL check: expected code `reg', have `subreg' in split_2, at
> > insn-recog.c:48229
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
>
> This is a real bug; thank you for reporting it. (People trying to
> reproduce it should make sure they have configured with at least
> --enable-checking=rtl.)
Interestingly, after being in the tree for nearly two months, this
problem was (hopefully) fixed on mainline just a few hours ago.
http://gcc.gnu.org/ml/gcc-patches/2002-09/msg00748.html
[Just in case people have trouble trying to reproduce it :>]
Roger
--