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
/
fmt_tab_2.f90
blob
17acf86fb8ea53039d31f19c35f24eaa522b7bb8
1
! { dg-do compile }
2
! { dg-options "-std=f2003" }
3
! PR fortran/32987
4
program
TestFormat
5
write
(*,
10
)
! { dg-error "FORMAT label 10 at .1. not defined" }
6
10
format
(
'Hello '
,
'bug!'
)
! { dg-error "Extension: Tab character in format" }
7
end