view gcc/testsuite/gfortran.dg/pr93835.f08 @ 152:2b5abeee2509

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

! {dg-do run }
!
! PR fortran/93835 - the following code resulted in an ICE
!
program p
  if (any(findloc(shape(1), 1) .ne. 0)) stop 1
end