[Bug go/52358] New: math FAILs on Solaris 8 and 9

ro at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 23 17:29:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52358

             Bug #: 52358
           Summary: math FAILs on Solaris 8 and 9
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org
              Host: *-*-solaris2.[89]
            Target: *-*-solaris2.[89]
             Build: *-*-solaris2.[89]


Thelibgo math test FAILs on Solaris 8 and 9, both SPARC and x86.  The failure 
mode is different, though:

* On SPARC, I get

--- FAIL: math_test.TestLdexp (0.00 seconds)
    ???:1: Ldexp(-1, -1075) = 0, want -0
FAIL
FAIL: math

* On x86, I get this instead:

Undefined                       first referenced
 symbol                             in file
cosl                                _gotest_.o
expl                                _gotest_.o
logl                                _gotest_.o
sinl                                _gotest_.o
tanl                                _gotest_.o
acosl                               _gotest_.o
asinl                               _gotest_.o
atanl                               _gotest_.o
atan2l                              _gotest_.o
expm1l                              _gotest_.o
ldexpl                              _gotest_.o
log10l                              _gotest_.o
log1pl                              _gotest_.o
ld: fatal: Symbol referencing errors. No output written to a.out
collect2: error: ld returned 1 exit status
FAIL: math

  Rainer



More information about the Gcc-bugs mailing list