https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89236
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #7 from kargl at gcc dot gnu.org --- (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".