------- 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",
IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (current_class))),
jcf->filename);
}
CLASS_PARSED_P (current_class) = 1;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20502
