aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / whole_file_28.f90
blob681b123f4ee83847243e29e997cd8c8e39a1c67e
1 ! { dg-do compile }
2 ! Test the fix for the problem described in PR45077 comments #4 and #5.
4 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6 module iso_red
7 type, public :: varying_string
8 character(LEN=1), dimension(:), allocatable :: chars
9 end type varying_string
10 end module iso_red