This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Java failures [Re: 75 GCC HEAD regressions, 0 new, with yourpatch on 2005-04-20T14:39:10Z.]
James E Wilson writes:
> Andrew Haley wrote:
> > * postreload-gcse.c (hash_scan_set): Removve bogus assertion.
>
> I agree with Roger here, we need to add code to handle REG_EG_REGION
> notes here instead of just dropping the gcc_assert call. See my 2 week
> old message on the gcc list when this first came up
> http://gcc.gnu.org/ml/gcc/2005-04/msg00643.html
Well, of course I'm not going to disagree with you, but I removed the
assertion because it totally broke the Java front end.
Andrew.