This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,Fortran] PR40863 [4.5 Regression] Build failure in libgfortran


On Mon, Jul 27, 2009 at 09:26, Tobias Burnus<burnus@net-b.de> wrote:
> c) My recent patch forgot to update gfortran.map; while doing
> ? so, I added some other functions which were missing.

Unless I'm misunderstanding something, shouldn't the symbols below
belong to the GFORTRAN_C99_1.1 symbol node rather than 1.0?

Index: gfortran.map
===================================================================
--- gfortran.map	(revision 150103)
+++ gfortran.map	(working copy)
@@ -1206,13 +1206,20 @@ GFORTRAN_C99_1.0 {
     jnf;
     lgamma;
     lgammaf;
+    llround;
+    llroundf;
+    llroundl;
     log10f;
     log10l;
     logf;
+    lround;
+    lroundf;
+    lroundl;
     nextafterf;
     powf;
     round;
     roundf;
+    roundl;
     scalbn;
     scalbnf;
     sinf;


-- 
Janne Blomqvist


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