This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HEAD regression: All java tests are failing with an ICE when optimized
Andrew Pinski writes:
>
> On Apr 7, 2005, at 1:59 PM, Andrew Haley wrote:
>
> > So maybe it is a front end bug. I'm working on it now.
>
> Note I really doubt this is a front-end bug as exception handling
> is lowered on the tree and then expanded from the tree tables to
> the rtl table during expand time.
Oh, right. I wonder why this happens only with Java?
Andrew.