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/13512] not implemented interface methods of abstract classes not found


------- 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


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