public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/33038]  New: Unsatisfied symbol "lroundl" in file libgfortran.sl
@ 2007-08-09 14:37 danglin at gcc dot gnu dot org
  2007-08-09 17:58 ` [Bug libfortran/33038] " dave at hiauly1 dot hia dot nrc dot ca
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-08-09 14:37 UTC (permalink / raw)
  To: gcc-bugs

/test/gnu/gcc/objdir/gcc/testsuite/gfortran/../../
/test/gnu/gcc/gcc/gcc/testsui
te/gfortran.dg/PR19754_2.f90   -O1   -pedantic-errors 
-L/test/gnu/gcc/objdir/hp
pa64-hp-hpux11.11/./libgfortran/.libs
-L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11
/./libgfortran/.libs -L/test/gnu/gcc/objdir/hppa64-hp-hpux11.11/./libiberty 
-lm
   -o ./PR19754_2.exe    (timeout = 300)
ld: (Warning) Unsatisfied symbol "lroundl" in file
/test/gnu/gcc/objdir/hppa64-h
p-hpux11.11/./libgfortran/.libs/libgfortran.sl
1 warnings.
output is:
ld: (Warning) Unsatisfied symbol "lroundl" in file
/test/gnu/gcc/objdir/hppa64-h
p-hpux11.11/./libgfortran/.libs/libgfortran.sl
1 warnings.

FAIL: gfortran.dg/PR19754_2.f90  -O1  (test for excess errors)

I see in the build log:
checking for lroundl in -lm... no


-- 
           Summary: Unsatisfied symbol "lroundl" in file libgfortran.sl
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa64-hp-hpux11.11
  GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11


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


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

* [Bug libfortran/33038] Unsatisfied symbol "lroundl" in file libgfortran.sl
  2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
@ 2007-08-09 17:58 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-08-09 18:41 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-08-09 17:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca  2007-08-09 17:57 -------
Subject: Re:   New: Unsatisfied symbol "lroundl" in file libgfortran.sl

The symbol is from misc_specifics.o.

Dave


-- 


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


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

* [Bug libfortran/33038] Unsatisfied symbol "lroundl" in file libgfortran.sl
  2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
  2007-08-09 17:58 ` [Bug libfortran/33038] " dave at hiauly1 dot hia dot nrc dot ca
@ 2007-08-09 18:41 ` pinskia at gcc dot gnu dot org
  2007-08-09 18:42 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-09 18:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-08-09 18:41 -------
http://gcc.gnu.org/ml/fortran/2007-08/msg00119.html
http://gcc.gnu.org/ml/fortran/2007-08/msg00122.html


-- 


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


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

* [Bug libfortran/33038] Unsatisfied symbol "lroundl" in file libgfortran.sl
  2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
  2007-08-09 17:58 ` [Bug libfortran/33038] " dave at hiauly1 dot hia dot nrc dot ca
  2007-08-09 18:41 ` pinskia at gcc dot gnu dot org
@ 2007-08-09 18:42 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-08-09 21:51 ` fxcoudert at gcc dot gnu dot org
  2007-08-14 13:45 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-08-09 18:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2007-08-09 18:41 -------
Subject: Re:   New: Unsatisfied symbol "lroundl" in file libgfortran.sl

> The symbol is from misc_specifics.o.

It looks like lroundl there is an implementation using roundl.  There
is an implementation of roundl using ceill, but ceill isn't available.

Dave


-- 


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


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

* [Bug libfortran/33038] Unsatisfied symbol "lroundl" in file libgfortran.sl
  2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-08-09 18:42 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-08-09 21:51 ` fxcoudert at gcc dot gnu dot org
  2007-08-14 13:45 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-09 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-09 21:51 -------
(In reply to comment #3)
> It looks like lroundl there is an implementation using roundl.  There
> is an implementation of roundl using ceill, but ceill isn't available.

This has been fixed since, sorry for the breakage. I've just build a
hppa2.0w-hp-hpux11.31 compiler since, and it works OK.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libfortran/33038] Unsatisfied symbol "lroundl" in file libgfortran.sl
  2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-08-09 21:51 ` fxcoudert at gcc dot gnu dot org
@ 2007-08-14 13:45 ` fxcoudert at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2007-08-14 13:45 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-08-14 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09 14:37 [Bug libfortran/33038] New: Unsatisfied symbol "lroundl" in file libgfortran.sl danglin at gcc dot gnu dot org
2007-08-09 17:58 ` [Bug libfortran/33038] " dave at hiauly1 dot hia dot nrc dot ca
2007-08-09 18:41 ` pinskia at gcc dot gnu dot org
2007-08-09 18:42 ` dave at hiauly1 dot hia dot nrc dot ca
2007-08-09 21:51 ` fxcoudert at gcc dot gnu dot org
2007-08-14 13:45 ` fxcoudert at gcc dot gnu dot org

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