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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr46884.f
blob
54ae57d5c76eedeb1a7a812d86cfe0f09d5435e9
1
C PR fortran/46884
2
C { dg-do compile }
3
C { dg-options "" }
4
SUBROUTINE
F
5
IMPLICIT
CHARACTER*12
(
C
)
6
CALL
G
(
C1
)
7
CALL
H
(
C1
(
1
:
4
))
8
END