This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libgcj/186: Solaris and Infinity



>Number:         186
>Category:       libgcj
>Synopsis:       Solaris and Infinity
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tromey
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 28 23:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]