This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix intrinsics for kind=1 and kind=2, m4 generation
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Thomas Koenig <Thomas dot Koenig at online dot de>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sun, 18 Feb 2007 22:39:52 -0800
- Subject: Re: [patch] Fix intrinsics for kind=1 and kind=2, m4 generation
- References: <20070216215703.GA22408@meiner.onlinehome.de>
On Fri, Feb 16, 2007 at 10:57:03PM +0100, Thomas Koenig wrote:
> :ADDPATCH fortran:
>
> Hello world,
>
> this fixes some intrinsics for which kind=1 and kind=2 integer types
> were missing by generating the missing functions from m4 templates.
> The type coercion for minval and maxval is removed.
>
> Also, the m4 generation errors are fixed by explicitly placing
> the generated files into $(srcdir), where they belong.
>
> OK for trunk? What about 4.2?
>
> Thomas
>
I've read the patch and believe it does the correct thing.
OK for mainline and 4.2 after a few days.
--
steve