[gfortran,patch] Fix intrinsics used as actual arguments

FX Coudert fxcoudert@gmail.com
Sun Oct 8 18:56:00 GMT 2006


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: c99.diff
Type: application/octet-stream
Size: 1268 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20061008/1ef8fc9f/attachment.obj>


More information about the Gcc-patches mailing list