https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20502
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-17
15:54 ---
Subject: Bug 20502
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-03-17 15:54:24
Modified files:
gcc/java : ChangeLog jcf-parse.c
Log message:
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17
00:01 ---
Confirmed.
--
What|Removed |Added
Last reconfirmed|2005-03-16 19:01:19 |2005-03-17
--- Additional Comments From mckinlay at redhat dot com 2005-03-16 19:33
---
I wonder why this check doesn't catch it (jcf-parse.c):
if (CLASS_PARSED_P (current_class))
{
/* FIXME - where was first time */
fatal_error ("reading class %s for the second time from %s",
--- Additional Comments From mckinlay at redhat dot com 2005-03-16 19:01
---
I think in general, if a .jar is valid for the VM, then we should do our best to
compile it without an error. So - we should just ignore (well, issue a warning
perhaps) duplicately-named class files in a jar.
-