From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10413 invoked by alias); 23 Nov 2005 12:15:31 -0000 Received: (qmail 10383 invoked by uid 48); 23 Nov 2005 12:15:30 -0000 Date: Wed, 23 Nov 2005 12:15:00 -0000 Subject: [Bug java/24999] New: [4.0.2 regression] symbol lookup failure X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "bero at arklinux dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2005-q4/txt/msg00386.txt.bz2 List-Id: Running gcj -C org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java in the attached test code results in ./org/eclipse/jdt/internal/compiler/lookup/TagBits.java: In class 'org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding': ./org/eclipse/jdt/internal/compiler/lookup/TagBits.java: In constructor '(org.eclipse.jdt.internal.compiler.lookup.ClassScope,org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding,org.eclipse.jdt.internal.compiler.ast.CaseStatement)': ./org/eclipse/jdt/internal/compiler/lookup/TagBits.java:20: error: Undefined variable or class name: 'ASTNode.Bit3'. final int IsNestedType = ASTNode.Bit3; ^ 1 error ASTNode.Bit3 is defined though, and the same command on the same code works with 4.0.1. -- Summary: [4.0.2 regression] symbol lookup failure Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bero at arklinux dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24999