public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/1172: Solaris and Infinity
@ 2000-12-20 12:22 joerg.brunsmann
  0 siblings, 0 replies; only message in thread
From: joerg.brunsmann @ 2000-12-20 12:22 UTC (permalink / raw)
  To: java-gnats

>Number:         1172
>Category:       libgcj
>Synopsis:       Solaris and Infinity
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tromey
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:16:52 PST 2000
>Closed-Date:    Fri Mar 31 08:42:29 PST 2000
>Last-Modified:  Fri Mar 31 08:50:00 PST 2000
>Originator:     joerg.brunsmann@fernuni-hagen.de
>Release:        unknown-1.0
>Organization:
>Environment:
Sparc/Solaris 2.7
>Description:
In java.lang.Double you see:

 public static final double NEGATIVE_INFINITY = -1.0d/0.0d;
 public static final double POSITIVE_INFINITY = 1.0d/0.0d;

In the generated Double.h you see:

 static const jdouble NEGATIVE_INFINITY = -Infinity;
 static const jdouble POSITIVE_INFINITY = Infinity;

The compilation of libgcj stops because of the unknown
symbol 'Infinity' on Solaris. Only commenting out helps.
>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR libgcj/186

State-Changed-From-To: open->feedback
State-Changed-By: tromey
State-Changed-When: Thu Mar 30 11:10:46 2000
State-Changed-Why:
    I checked in a fix for this:
    
    http://gcc.gnu.org/ml/gcc-patches/2000-03/msg01016.html
    
    Can you try it out and get back to me?
    If not, tell me and I will close the PR.

From: tromey@cygnus.com
To: java-gnats@sourceware.cygnus.com, joerg.brunsmann@fernuni-hagen.de,
  tromey@cygnus.com
Cc:  
Subject: Re: libgcj/186
Date: 30 Mar 2000 19:10:46 -0000

 Synopsis: Solaris and Infinity
 
 State-Changed-From-To: open->feedback
 State-Changed-By: tromey
 State-Changed-When: Thu Mar 30 11:10:46 2000
 State-Changed-Why:
     I checked in a fix for this:
     
     http://gcc.gnu.org/ml/gcc-patches/2000-03/msg01016.html
     
     Can you try it out and get back to me?
     If not, tell me and I will close the PR.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=186&database=java

From: Joerg Brunsmann <joerg.brunsmann@FernUni-Hagen.de>
To: tromey@cygnus.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/186
Date: Fri, 31 Mar 2000 10:58:10 +0200

 >     Can you try it out and get back to me?
 >     If not, tell me and I will close the PR.
 
 The generated Double.h now contains:
 
   static const jdouble NEGATIVE_INFINITY;
   static const jdouble POSITIVE_INFINITY;
 
 and compiles on sparc/Solaris 2.7
State-Changed-From-To: feedback->closed
State-Changed-By: tromey
State-Changed-When: Fri Mar 31 08:42:29 2000
State-Changed-Why:
    Fix confirmed by reporter.

From: tromey@cygnus.com
To: java-gnats@sourceware.cygnus.com, joerg.brunsmann@fernuni-hagen.de,
  tromey@cygnus.com
Cc:  
Subject: Re: libgcj/186
Date: 31 Mar 2000 16:42:29 -0000

 Synopsis: Solaris and Infinity
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: tromey
 State-Changed-When: Fri Mar 31 08:42:29 2000
 State-Changed-Why:
     Fix confirmed by reporter.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=186&database=java
>Unformatted:



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:22 libgcj/1172: Solaris and Infinity joerg.brunsmann

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).