This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: SIGSEGV in jc1



Jeff Sturm writes:

> It seems this class has already been parsed as a side effect of
> compiling some other class.

Right, it's been defined, parsed and type completed enough to assist
the class(es) that (in)directly depends on it. It might also be
further type completed for code generation. There are mechanisms in
place preventing classes from being parsed twice. It fails in this
case and some debug might be necessary. Can someone file a PR please?
I'll need the exact file order...

./A


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