This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/17380] [4.0.0 Regression] Bad diagnostic and ICE on valid code...
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2004 01:29:38 -0000
- Subject: [Bug java/17380] [4.0.0 Regression] Bad diagnostic and ICE on valid code...
- References: <20040909181504.17380.daney@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-15 01:29 -------
Here's a reduced invalid testcase that crashes the compiler:
=============================
class A
{
class B
{
void foo()
{
bar();
}
}
static final int i = 0;
}
=============================
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-09-15 01:29:37
date| |
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17380