[Bug libfortran/33038] Unsatisfied symbol lroundl in file libgfortran.sl

2007-08-14 Thread fxcoudert at gcc dot gnu dot org


-- 

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



[Bug libfortran/33038] Unsatisfied symbol lroundl in file libgfortran.sl

2007-08-09 Thread dave at hiauly1 dot hia dot nrc dot ca


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



[Bug libfortran/33038] Unsatisfied symbol lroundl in file libgfortran.sl

2007-08-09 Thread pinskia at gcc dot gnu dot org


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



[Bug libfortran/33038] Unsatisfied symbol lroundl in file libgfortran.sl

2007-08-09 Thread dave at hiauly1 dot hia dot nrc dot ca


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



[Bug libfortran/33038] Unsatisfied symbol lroundl in file libgfortran.sl

2007-08-09 Thread fxcoudert at gcc dot gnu dot org


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