This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava test suite keeps getting stuck
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> At this point I'm starting to think that we should just bite
Bryce> the bullet and link libgcj against libstdc++, at least if we
Bryce> can be fairly confident that the ABI for libstdc++ is going to
Bryce> remain fairly stable.
My understanding is that with the new EH code, we no longer need the
EH support in libsupc++.
It would be worth experimenting on the trunk to see if we need
libsupc++ at all any more. It is possible we could arrange things so
that we don't need libsupc++ at all.
Furthermore, my understanding is that the new EH code is going to be
merged to the branch.
Tom