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
i386: Support cstorebf4 with native bf16 comi
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr20950.f
blob
8b8beb81bc6d8ad5f40d26e7e0bfb30ebe36fb05
1
!
PR libfortran
/
20950
2
!
Original bug
-
report by Walt Brainerd
,
The Fortran Company
3
! {
dg
-
do
run
}
4
! {
dg
-
options
"-std=legacy"
}
5
!
6
character*20 c
7
inquire
(
33
,
sequential
=
c
)
8
if
(
c
.
ne
.
"UNKNOWN"
)
STOP
1
9
end