This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, libfortran] Fix for PR 19016


Thomas Koenig wrote:
> 2005-04-12  Thomas Koenig  <Thomas.Koenig@online.de>
> 
> 	PR libfortran/19106

Ok to commit after you ...

> --- 25,36 ----
>      m(1, 1) = .false.
>      m(1, 2) = .false.
>      b = minloc (a, 1, m)
> +    print *,b
> +    if (b(1) .ne. 2) call abort
> +    if (b(2) .ne. 2) call abort
> +    if (b(3) .ne. 3) call abort
> +    b = minloc (a, 1, m .and. tr)
> +    print *,b
>      if (b(1) .ne. 2) call abort
>      if (b(2) .ne. 2) call abort
>      if (b(3) .ne. 3) call abort

... remove those print statements.

If you find equally simple fixes, please commit them under the obviously
correct rule.

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]