https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236

--- Comment #8 from MarkEggleston <mark.eggleston at codethink dot com> ---
(In reply to kargl from comment #7)
> (In reply to MarkEggleston from comment #0)
> > Created attachment 45626 [details]
> > Add GNU extension notes to DIM, MOD, MODULO, MAX and MIN
> > 
> > Missing notes regarding GNU extension.
> > 
> > The second parameters of DIM, MOD and MODULO require the addition of:
> > 
> > (As a GNU extension, arguments of different kinds are permitted.)
> > 
> > The kind of the return types of these intrinsics and MAX and MIN, are
> > dependent on the larger of the kinds of the input parameters hence the
> > addition of:
> > 
> > (As a GNU extension, kind is the largest kind of the input parameters.)
> > 
> > Patch is attached.
> > 
> > For trunk and currently supported compilers.
> 
> A minor nit.  Fortran subprograms do not have input parameters
> in the sense of C.  Instead of "input parameters", it would
> be better to use "actual arguments".

I'll change the wording.

Reply via email to