From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4459 invoked by alias); 25 May 2003 22:57:45 -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 4447 invoked by uid 48); 25 May 2003 22:57:44 -0000 Date: Sun, 25 May 2003 23:06:00 -0000 Message-ID: <20030525225744.4446.qmail@sources.redhat.com> From: "pinskia@physics.uc.edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20021112035602.8544.otmar.struwe@web.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/8544] Inner interface's are not know inside package's X-Bugzilla-Reason: CC X-SW-Source: 2003-05/txt/msg02698.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544 pinskia@physics.uc.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-05-25 22:57:44 date| | ------- Additional Comments From pinskia@physics.uc.edu 2003-05-25 22:57 ------- Confirmed on mainline (20030525): tin:~/src/gnu/gcctest>gcj -C test_pack/*.java test_pack/DisplayRenderer.java:15: error: Type `LineCache' not found in the declaration of the local variable `lineCache'. LineCache lineCache; ^ 1 error tin:~/src/gnu/gcctest>javac test_pack/*.java tin:~/src/gnu/gcctest> ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.