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: [gfortran,patch] Fix intrinsics used as actual arguments


Indeed, I missed that. A bit weird, why aren't they with the others?

Because the reworking of the library was waiting for 4.3. But I'm moving that part now.


I fail to see how that can change anything, given

beeba% grep "HAVE_ACOSH" config.h
#define HAVE_ACOSH 1
/* #undef HAVE_ACOSHF */
/* #undef HAVE_ACOSHL */

Hum, I thought you had neither HAVE_ACOSHF nor HAVE_ACOSH, hence my first patch. But in any case, there's also a need to prevent c99_prototypes to be included.


So, let's try again. Bootstrapped on x86_64-linux, commited as rev. 117560 .Does it work?


2006-10-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>


        * intrinsics/hyper.c: Remove file.
        * intrinsics/c99_functions.c: Add fallback functions asinhf,
        acoshf and atanhf.
        * Makefile.am: Remove file intrinsics/hyper.c.
        * Makefile.in: Regenerate.


Attachment: c99.diff
Description: Binary data


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