------- Comment #19 from jb at gcc dot gnu dot org 2007-06-27 14:49 ------- gfortran does inline most array intrinsics, but only if the result is a scalar. For most array intrinsics this isn't that much of a problem since usually one uses the variant that returns a scalar, but MINLOC is different in that usually one wants to use the version that returns an array. If one implements this I guess it would be straightforward to replicate the solution to many other array intrinsics as well.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067