https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82093

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #1)
> Thanks for that, can be fixed by:
> --- a/gcc/testsuite/gfortran.dg/vect/pr70043.f90
> +++ b/gcc/testsuite/gfortran.dg/vect/pr70043.f90
> @@ -6,7 +6,7 @@ subroutine fn1(a, b)
>    real(8), intent(in) ::  b(100)
>    real(8), intent(inout) :: a(100)
>    real(8) c
> -  do i=0,100
> +  do i=0,99

No, but by do i =1,100.  We need to check if r233933 still fails with that and
r233934 doesn't.  Let me do that.

Reply via email to