------- Comment #30 from fxcoudert at gcc dot gnu dot org 2006-12-06 10:55 ------- Subject: Bug 29810
Author: fxcoudert Date: Wed Dec 6 10:55:37 2006 New Revision: 119577 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119577 Log: PR libfortran/29810 * intrinsics/c99_functions.c (fmodf, fmodl, floorl): New functions. * c99_protos.h (fmodf, fmodl, floorl): New prototypes. * configure.ac: Check for fmodf, fmod and fmodl. * configure: Regenerate. * config.h.in: Regenerate. * aclocal.m4: Regenerate with correct autoconf version (1.9.6). * Makefile.in: Likewise. Modified: branches/gcc-4_1-branch/libgfortran/ChangeLog branches/gcc-4_1-branch/libgfortran/Makefile.in branches/gcc-4_1-branch/libgfortran/aclocal.m4 branches/gcc-4_1-branch/libgfortran/c99_protos.h branches/gcc-4_1-branch/libgfortran/config.h.in branches/gcc-4_1-branch/libgfortran/configure branches/gcc-4_1-branch/libgfortran/configure.ac branches/gcc-4_1-branch/libgfortran/intrinsics/c99_functions.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29810