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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
implied_do_2.f90
blob
5078ac804d329d91ad9496d367914939926ac9df
1
! { dg-do compile }
2
! PR fortran/56667
3
program
error_message
4
implicit none
5
integer
::
ir
6
write
(*,*) (
ir
,
ir
=
1
,
10
! { dg-error "Expected a right parenthesis" }
7
end program
error_message