re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / init_flag_12.f90
blob5844398d5342e51ad5bc08b496a731ba26a117d7
1 ! { dg-do compile }
2 ! { dg-options "-fno-automatic -finit-local-zero" }
4 ! PR 55907: [4.7/4.8/4.9 Regression] ICE with -fno-automatic -finit-local-zero
6 ! Contributed by J.R. Garcia <garcia.espinosa.jr@gmail.com>
8 subroutine cchaine (i)
9 implicit none
10 integer :: i
11 character(len=i) :: chaine
12 write(*,*) chaine
13 end subroutine