repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] Merge stores of D-register values with different modes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
init_flag_12.f90
blob
5844398d5342e51ad5bc08b496a731ba26a117d7
1
! { dg-do compile }
2
! { dg-options "-fno-automatic -finit-local-zero" }
3
!
4
! PR 55907: [4.7/4.8/4.9 Regression] ICE with -fno-automatic -finit-local-zero
5
!
6
! Contributed by J.R. Garcia <garcia.espinosa.jr@gmail.com>
7
8
subroutine
cchaine
(
i
)
9
implicit none
10
integer
::
i
11
character
(
len
=
i
) ::
chaine
12
write
(*,*)
chaine
13
end subroutine