From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7654 invoked by alias); 22 Apr 2002 06:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7628 invoked by uid 71); 22 Apr 2002 06:06:01 -0000 Date: Sun, 21 Apr 2002 23:06:00 -0000 Message-ID: <20020422060601.7627.qmail@sources.redhat.com> To: davem@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "David S. Miller" Subject: Re: target/6383: boehm-gc busted on all sparc64 targets Reply-To: "David S. Miller" X-SW-Source: 2002-04/txt/msg01097.txt.bz2 List-Id: The following reply was made to PR target/6383; it has been noted by GNATS. From: "David S. Miller" To: jsturm@one-point.com Cc: gcc-gnats@gcc.gnu.org, rth@redhat.com, tromey@redhat.com, gcc-bugs@gcc.gnu.org Subject: Re: target/6383: boehm-gc busted on all sparc64 targets Date: Sun, 21 Apr 2002 22:52:48 -0700 (PDT) From: Jeff Sturm Date: Mon, 22 Apr 2002 00:41:33 -0400 (EDT) Doh... DYNAMIC_LOADING isn't defined for sparc64-solaris. There's part of your problem. With the patch below I can run gctest. I'll try some Java code once the build finishes. (This must've gotten reverted at the last gc import, I'm fairly certain it used to work.) If people don't mind I'm going to check in Jeff's fix for Solaris and a fix I have for the sparc64-linux-gnu boehm-gc failures so we can close this bug. Thanks for tracking this down and testing your fix Jeff. I suspected that lack of DYNAMIC_LOADING for solaris sparc64 was bogus and I had noted it to tromey the other evening.