[Bug libfortran/25378] [Fortran 2003] maxloc for all-false mask
pault at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 8 21:44:00 GMT 2006
------- Comment #2 from pault at gcc dot gnu dot org 2006-03-08 21:44 -------
I have a patch which is just now regtesting. It does the obvious:
set initial index = 0
if (the max/min condition is met or index = 0)
{
set index to the current position
update the value for comparison
}
This has been done in trans-intrinsic.c and in the library. Have updated the
present testcases; I do not see a need for any more.
Will submit in the morning.
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25378
More information about the Gcc-bugs
mailing list