This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Boehm GC support addition for debugging
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Bryce McKinlay <mckinlay at redhat dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- Cc: Keith Seitz <keiths at redhat dot com>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 26 Jun 2006 22:02:06 -0700
- Subject: Re: [RFA] Boehm GC support addition for debugging
- References: <4496CF73.7000507@redhat.com> <449848BF.8070503@redhat.com> <4499B5E8.4060601@redhat.com> <44A004CB.6060604@redhat.com>
On Jun 26, 2006, at 9:01 AM, Bryce McKinlay wrote:
Otherwise, this is fine.
No it is not, it broke bootstrap on powerpc-darwin:
/Users/regress/tbox/svn-gcc/libjava/boehm.cc: In function 'void
_Jv_SuspendThread(_Jv_Thread_t*)':
/Users/regress/tbox/svn-gcc/libjava/boehm.cc:679: error:
'GC_suspend_thread' was not declared in this scope
/Users/regress/tbox/svn-gcc/libjava/boehm.cc: In function 'void
_Jv_ResumeThread(_Jv_Thread_t*)':
/Users/regress/tbox/svn-gcc/libjava/boehm.cc:685: error:
'GC_resume_thread' was not declared in this scope
This is the fourth patch to libjava in the last two weeks which have
caused a bootstrap
failure on powerpc-darwin (and sometimes on other targets) so maybe
it might be time to step
back for a second before approving/applying patches.
Thanks,
Andrew Pinski