re PR fortran/35994 (MAXLOC and MINLOC off by one with mask)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 24 Apr 2008 03:48:00 +0000 (03:48 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 24 Apr 2008 03:48:00 +0000 (03:48 +0000)
commit4e77ad242f46c1dcbebca2fc2f63ec4f40269d46
tree04b41bfc43f3809c60b588173402eaaa2104427a
parente50b376d61f67af4baff5522d865ba7630eef454
re PR fortran/35994 (MAXLOC and MINLOC off by one with mask)

2008-04-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

PR fortran/35994
* trans-instrinsic.c (gfc_conv_intrinsic_minmaxloc): Correctly adjust
loop counter offset.

Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
From-SVN: r134615
gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c