aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77583.f90
blobc2ee074429777132890346c7b29162a9f5131f18
1 ! { dg-do compile }
3 ! PR fortran/77583 - ICE in pp_quoted_string, at pretty-print.c:966
4 ! Contributed by Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de>
6 pure subroutine sub(s)
7 contains
8 pure subroutine s ! { dg-error "conflicts with DUMMY argument" }
9 end
10 end