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
PR c/29467
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
char_decl_2.f90
blob
ffce6b158e26e7532de365d8b84a03002e5c750a
1
! { dg-do run }
2
character
(
kind
=
kind
(
"a"
)) ::
u
3
if
(
kind
(
u
) /=
kind
(
"a"
))
call
abort
4
end