This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: HEAD regression: All java tests are failing with an ICE when optimized
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Andrew Haley <aph at redhat dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>, Ranjit Mathew <rmathew at gmail dot com>, java at gcc dot gnu dot org
- Date: Thu, 7 Apr 2005 14:58:21 -0400
- Subject: Re: HEAD regression: All java tests are failing with an ICE when optimized
- References: <16979.56464.585148.100604@cuddles.cambridge.redhat.com> <4253E1AB.3030803@gmail.com> <16981.29967.21329.260624@cuddles.cambridge.redhat.com>
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.
-- Pinski