This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: PR 23902 -- fix scalar mask for minval/maxval/sum/product
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Thomas Koenig <Thomas dot Koenig at online dot de>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 25 Feb 2006 15:30:39 +0100
- Subject: Re: PR 23902 -- fix scalar mask for minval/maxval/sum/product
- References: <20060221230548.GA2989@meiner.onlinehome.de> <44002C25.9050903@wanadoo.fr>
On Sat, Feb 25, 2006 at 11:06:29AM +0100, Paul Thomas wrote:
Hi Paul,
> :REVIEWMAIL:
>
> OK.
>
> Thanks
Committed, thanks.
> Paul
>
> PS What are the other issues and are you going to take them on?
minloc/maxloc, where handled by the front end, plus all the library
versions of minloc/maxloc/minval/maxval/sum/product with a scalar mask
(and possibly a few more).
I'm looking into these. I assume this will keep me busy for some time :-)
Thomas