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
2014-07-12 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
fmt_error_6.f90
blob
a974c04f31f55eab4105ff4cf559eb970da447c8
1
! { dg-do compile }
2
! { dg-options }
3
! PR37988 Edit descriptor checking (compile time) for "<Holerith>T)"
4
! Test case derived from the reporter.
5
8001
FORMAT
(//,
' SIGNIFICANCE LEVEL ='
,
F7
.
4
,
21
H ONE
-
SIDED AT THE LEFT
)
! { dg-error "required with T descriptor" }
6
end