repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
char_length_4.f90
blob
13a9b781bbe5294fc2aef868c1a03560879188e4
1
! { dg-do compile }
2
! tests the fix for PR31540, in which the character lengths in
3
! parentheses were not resolved.
4
!
5
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
6
!
7
subroutine
pfb
()
8
implicit none
9
external
pfname1
,
pfname2
10
character
((
136
))
pfname1
11
character
((
129
+
7
))
pfname2
12
return
13
end