view gcc/testsuite/gfortran.dg/implicit_7.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

! { dg-do compile }
! PR 24643
! This tests a case where the compiler used to ICE in an early
! incarnation of the patch
ylocal=1
ybtable=ylocal(1:2)  ! { dg-error "Unclassifiable" }
end