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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign_4.f
blob
3277f7c74a2413670624727d75dbc8495c26a28d
1
! {
dg
-
do
compile
}
2
!
Option passed
to
avoid excess errors from obsolete warning
3
! {
dg
-
options
"-w"
}
4
!
PR17423
5
program
testit
6
c
7
assign
12
to
i
8
write
(*,
i
)
9
0012
format
(
" **** ASSIGN FORMAT NUMBER TO INTEGER VARIABLE ****"
)
10
end
11