This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcjx status
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Depending on planetary alignments, the crash is either
Ranjit> in the CALL_EXPR that calls _Jv_InitClass or in the
Ranjit> CALL_EXPR that calls _Jv_ThrowBadArrayIndex. The Tree-
Ranjit> SSA operands processing code crashes with a SIGSEGV
Ranjit> on these statements.
I thought you tracked this down to sharing the ADDR_EXPR nodes...?
Or was that just a hypothesis?
Tom