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
2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assumed_charlen_dummy.f90
blob
04f0b9faaded773405f1f5ec4a322e1673193dbd
1
! { dg-do compile }
2
! Test the fix for PR fortran/39893.
3
! Original testcase provided by Deji Akingunola.
4
! Reduced testcase provided by Dominique d'Humieres.
5
!
6
SUBROUTINE
XAUTOGET
()
7
CHARACTER
*(*)
DICBA
! { dg-error "Entity with assumed character" }
8
DATA
DICBA
/
"CLIP"
/
9
RETURN
10
END