public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <20021112035602.8544.otmar.struwe@web.de>
@ 2003-05-25 23:06 ` pinskia@physics.uc.edu
  2004-01-20 21:18 ` richardl at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 23:06 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <20021112035602.8544.otmar.struwe@web.de>
  2003-05-25 23:06 ` [Bug java/8544] Inner interface's are not know inside package's pinskia@physics.uc.edu
@ 2004-01-20 21:18 ` richardl at redhat dot com
  2004-01-21  0:43 ` tromey at gcc dot gnu dot org
  2004-08-12 19:45 ` sopwith at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: richardl at redhat dot com @ 2004-01-20 21:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From richardl at redhat dot com  2004-01-20 21:18 -------
This bug precludes the use of java.util.Map.Entry, which is a J2SE class library
that follows this pattern.

I can confirm that this happens on a recent build: 

[richardl@andrew cms]$ gij -version
gij (GNU libgcj) version 3.5.0 20040119 (experimental)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <20021112035602.8544.otmar.struwe@web.de>
  2003-05-25 23:06 ` [Bug java/8544] Inner interface's are not know inside package's pinskia@physics.uc.edu
  2004-01-20 21:18 ` richardl at redhat dot com
@ 2004-01-21  0:43 ` tromey at gcc dot gnu dot org
  2004-08-12 19:45 ` sopwith at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-01-21  0:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-01-21 00:43 -------
FYI, you can work around this by writing "StyledText.LineCache"
instead of just "LineCache".  I realize this isn't always feasible though.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <20021112035602.8544.otmar.struwe@web.de>
                   ` (2 preceding siblings ...)
  2004-01-21  0:43 ` tromey at gcc dot gnu dot org
@ 2004-08-12 19:45 ` sopwith at redhat dot com
  3 siblings, 0 replies; 6+ messages in thread
From: sopwith at redhat dot com @ 2004-08-12 19:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sopwith at redhat dot com  2004-08-12 19:45 -------
I'm still running into this with gcj-3.4.1 while building eclipse.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <bug-8544-3766@http.gcc.gnu.org/bugzilla/>
  2005-11-11 12:12 ` jakub at gcc dot gnu dot org
@ 2007-01-09 20:46 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-01-09 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tromey at gcc dot gnu dot org  2007-01-09 20:44 -------
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug java/8544] Inner interface's are not know inside package's
       [not found] <bug-8544-3766@http.gcc.gnu.org/bugzilla/>
@ 2005-11-11 12:12 ` jakub at gcc dot gnu dot org
  2007-01-09 20:46 ` tromey at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-11-11 12:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2005-11-11 12:12 -------
*** Bug 24792 has been marked as a duplicate of this bug. ***


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8544


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-09 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021112035602.8544.otmar.struwe@web.de>
2003-05-25 23:06 ` [Bug java/8544] Inner interface's are not know inside package's pinskia@physics.uc.edu
2004-01-20 21:18 ` richardl at redhat dot com
2004-01-21  0:43 ` tromey at gcc dot gnu dot org
2004-08-12 19:45 ` sopwith at redhat dot com
     [not found] <bug-8544-3766@http.gcc.gnu.org/bugzilla/>
2005-11-11 12:12 ` jakub at gcc dot gnu dot org
2007-01-09 20:46 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).