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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr20950.f
blob
942696c618fa66f16bd82ebb9fc327248df8333d
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"
)
call
abort
9
end