This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/13512] not implemented interface methods of abstract classes not found
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2003 18:34:53 -0000
- Subject: [Bug java/13512] not implemented interface methods of abstract classes not found
- References: <20031230114059.13512.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 18:34 -------
This is fixed for 3.4 for sure (are you sure you had rechecked it right?).
No error messages:
[omni:~/src/gccPRs/pr12217] pinskia% vi p/E.java
[omni:~/src/gccPRs/pr12217] pinskia% vi q/F.java
[omni:~/src/gccPRs/pr12217] pinskia% vi G.java
[omni:~/src/gccPRs/pr12217] pinskia% ~/fsf-clean-nocheck/bin/gcj q/F.java -C
[omni:~/src/gccPRs/pr12217] pinskia% ~/fsf-clean-nocheck/bin/gcj p/E.java -C
[omni:~/src/gccPRs/pr12217] pinskia% ~/fsf-clean-nocheck/bin/gcj -C G.java
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |rejects-valid
Resolution| |FIXED
Target Milestone|--- |3.4.0
Version|3.4.0 |3.3.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13512