nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / initialization_18.f90
blob4e26e1b9ec0a3faaddd920a23a672ee6e9e19837
1 ! { dg-do compile }
2 ! { dg-options "-std=f95 -Wall" }
4 ! PR fortran/34915
5 ! Testcase contributed by Al Greynolds via comp.lang.fortran.
8 character(*),dimension(3),parameter :: a=(/'a() ','b(,) ','c(,,)'/)
9 integer,dimension(3),parameter :: l=len_trim(a)
10 end