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
/
widechar_10.f90
blob
19f0ab33edbcaa84590df68491672ff14df86d86
1
! { dg-do compile }
2
! { dg-options "-pedantic" }
3
! PR fortran/36534
4
CHARACTER
(
kind
=
4
,
len
=*)
MY_STRING4
(
1
:
3
)
5
PARAMETER
(
MY_STRING4
= (/
"A"
,
"B"
,
"C"
/) )
6
end