public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-21 23:12 davem
  0 siblings, 0 replies; 7+ messages in thread
From: davem @ 2002-04-21 23:12 UTC (permalink / raw)
  To: davem, davem, gcc-bugs, gcc-prs, rth, tromey

Synopsis: boehm-gc busted on all sparc64 targets

State-Changed-From-To: analyzed->closed
State-Changed-By: davem
State-Changed-When: Sun Apr 21 23:12:13 2002
State-Changed-Why:
    Fixed by http://gcc.gnu.org/ml/gcc-patches/2002-04/msg01245.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6383


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-22  8:46 Jeff Sturm
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Sturm @ 2002-04-22  8:46 UTC (permalink / raw)
  To: davem; +Cc: gcc-prs

The following reply was made to PR target/6383; it has been noted by GNATS.

From: Jeff Sturm <jsturm@one-point.com>
To: "David S. Miller" <davem@redhat.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: Mon, 22 Apr 2002 11:40:35 -0400 (EDT)

 On Sun, 21 Apr 2002, David S. Miller wrote:
 > 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.
 
 I checked that the solaris breakage is from the last gc import.  I'm not
 too keen about blindly importing each new release for this sort of reason.
 I don't have a better suggestion though, except making gcc the official
 repository for boehm-gc, as had been discussed at one time.
 
 ISTR there was another (java?) PR related to this one.  I haven't tried a
 full testsuite, but at least simple Java programs are now running for me
 on sparc64.
 
 Thanks for taking care of this.
 
 Jeff
 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-21 23:06 David S. Miller
  0 siblings, 0 replies; 7+ messages in thread
From: David S. Miller @ 2002-04-21 23:06 UTC (permalink / raw)
  To: davem; +Cc: gcc-prs

The following reply was made to PR target/6383; it has been noted by GNATS.

From: "David S. Miller" <davem@redhat.com>
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 <jsturm@one-point.com>
    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.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-21 21:46 Jeff Sturm
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Sturm @ 2002-04-21 21:46 UTC (permalink / raw)
  To: davem; +Cc: gcc-prs

The following reply was made to PR target/6383; it has been noted by GNATS.

From: Jeff Sturm <jsturm@one-point.com>
To: davem@redhat.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: Mon, 22 Apr 2002 00:41:33 -0400 (EDT)

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6383
 
 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.)
 
 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
 
 	* gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
 
 Index: gcconfig.h
 ===================================================================
 RCS file: /cvs/gcc/gcc/boehm-gc/include/private/gcconfig.h,v
 retrieving revision 1.11.2.5
 diff -u -p -r1.11.2.5 gcconfig.h
 --- gcconfig.h	17 Apr 2002 19:51:32 -0000	1.11.2.5
 +++ gcconfig.h	22 Apr 2002 04:21:31 -0000
 @@ -777,9 +777,7 @@
  #       define GETPAGESIZE()  sysconf(_SC_PAGESIZE)
  		/* getpagesize() appeared to be missing from at least one */
  		/* Solaris 5.4 installation.  Weird.			  */
 -#       if CPP_WORDSZ == 32
 -#	  define DYNAMIC_LOADING
 -#    	endif
 +#	define DYNAMIC_LOADING
  #   endif
  #   ifdef SUNOS4
  #	define OS_TYPE "SUNOS4"
 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-21  4:00 davem
  0 siblings, 0 replies; 7+ messages in thread
From: davem @ 2002-04-21  4:00 UTC (permalink / raw)
  To: davem, davem, gcc-bugs, gcc-prs, rth, tromey

Synopsis: boehm-gc busted on all sparc64 targets

State-Changed-From-To: open->analyzed
State-Changed-By: davem
State-Changed-When: Sun Apr 21 04:00:31 2002
State-Changed-Why:
    STACKBOTTOM defined incorrectly, after I get some data
    from some FreeBSD and Solaris people, I should be able
    to check in a fix

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6383


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-19 21:40 davem
  0 siblings, 0 replies; 7+ messages in thread
From: davem @ 2002-04-19 21:40 UTC (permalink / raw)
  To: davem, davem, gcc-bugs, gcc-prs, nobody, rth, tromey

Synopsis: boehm-gc busted on all sparc64 targets

Responsible-Changed-From-To: unassigned->davem
Responsible-Changed-By: davem
Responsible-Changed-When: Fri Apr 19 21:40:29 2002
Responsible-Changed-Why:
    Mine

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6383


^ permalink raw reply	[flat|nested] 7+ messages in thread

* target/6383: boehm-gc busted on all sparc64 targets
@ 2002-04-19 21:16 davem
  0 siblings, 0 replies; 7+ messages in thread
From: davem @ 2002-04-19 21:16 UTC (permalink / raw)
  To: gcc-gnats; +Cc: rth, tromey


>Number:         6383
>Category:       target
>Synopsis:       boehm-gc busted on all sparc64 targets
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 19 21:16:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     davem@redhat.com
>Release:        gcc-3.1 CVS
>Organization:
>Environment:
sparc64-linux-gnu
>Description:
boehm-gc doesn't seem to work on any sparc64 target
At a minimum Solaris and Linux sparc64 are both
broken currently.
>How-To-Repeat:
Build in boehm-gc, run testsuite, boehm-gc test
fails.
>Fix:
gcconfig.h needs some tweaks
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-04-22 15:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-21 23:12 target/6383: boehm-gc busted on all sparc64 targets davem
  -- strict thread matches above, loose matches on Subject: below --
2002-04-22  8:46 Jeff Sturm
2002-04-21 23:06 David S. Miller
2002-04-21 21:46 Jeff Sturm
2002-04-21  4:00 davem
2002-04-19 21:40 davem
2002-04-19 21:16 davem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).