From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26422 invoked by alias); 15 Sep 2004 01:29:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26396 invoked by uid 48); 15 Sep 2004 01:29:38 -0000 Date: Wed, 15 Sep 2004 01:29:00 -0000 Message-ID: <20040915012938.26395.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040909181504.17380.daney@gcc.gnu.org> References: <20040909181504.17380.daney@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17380] [4.0.0 Regression] Bad diagnostic and ICE on valid code... X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg01646.txt.bz2 List-Id: ------- 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