This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-java problem with inner classes
- To: apbianco at cygnus dot com
- Subject: gcc-java problem with inner classes
- From: Vladislav Malyshkin <mal at mail1 dot nai dot net>
- Date: Mon, 21 Aug 2000 09:44:56 -0400
- CC: gcc-bugs at gcc dot gnu dot org
Alexandre,
there is still a problem with inner classes,
(I reported this in http://gcc.gnu.org/ml/gcc-bugs/2000-08/msg00232.html )
after your patch http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00516.html
applied. Now an error message is different.
rpm -q gcc-java
gcc-java-2.96-53
[mal@eth0_extrenal tgcc]$ gcj -c Y.java Y2.java
Y2.java:4: Cannot find file for class Y$UU.
As far as I remember inner classes support was added to gcc-java.
Can this bug be fixed before RedHat release.
Vladislav