[Bug java/17380] [4.0.0 Regression] Bad diagnostic and ICE on valid code...
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 15 01:29:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list