------- Comment #4 from fxcoudert at gmail dot com 2007-03-07 21:09 ------- Subject: Re: MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow)
> In gfc_conv_intrinsic_function, expr->rank is 0 for minval > and 1 for minloc (which is bogus). It's not bogus. The MINLOC is an array of rank 1, that's correct. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067