aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr99036.f90
bloba6e396f6f71c1212ffa5671d433712fa5fcd8c14
1 ! { dg-do compile }
2 ! PR fortran/99036 - ICE in gfc_current_interface_head
3 ! Contributed by G. Steinmetz
5 module m
6 contains
7 module procedure s ! { dg-error "must be in a generic module interface" }
8 end
9 end