From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2439 invoked by alias); 27 Jun 2006 05:01:18 -0000 Received: (qmail 2417 invoked by uid 22791); 27 Jun 2006 05:01:17 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (204.127.192.81) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Jun 2006 05:01:12 +0000 Received: from [192.168.2.22] (c-24-6-19-150.hsd1.ca.comcast.net[24.6.19.150]) by comcast.net (rwcrmhc11) with SMTP id <20060627050109m1100arnphe>; Tue, 27 Jun 2006 05:01:10 +0000 In-Reply-To: <44A004CB.6060604@redhat.com> References: <4496CF73.7000507@redhat.com> <449848BF.8070503@redhat.com> <4499B5E8.4060601@redhat.com> <44A004CB.6060604@redhat.com> Mime-Version: 1.0 (Apple Message framework v746.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2A14EE9F-3386-40DD-8BEA-A3E3BCB38933@physics.uc.edu> Cc: Keith Seitz , Java Patch List Content-Transfer-Encoding: 7bit From: Andrew Pinski Subject: Re: [RFA] Boehm GC support addition for debugging Date: Tue, 27 Jun 2006 05:01:00 -0000 To: Bryce McKinlay , gcc mailing list X-Mailer: Apple Mail (2.746.3) X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00489.txt.bz2 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