This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/8544] Inner interface's are not know inside package's


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]