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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
char_decl_1.f90
blob
3bef08342eed7effe1b476a62bff871542f6f9c8
1
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
5
program
f
6
character
*
1
,
c
7
end program
f