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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
do_check_11.f90
blob
87850cf40eb37a356df333dcfec80fbe3accef8d
1
! { dg-do run }
2
! { dg-options "-fcheck=do" }
3
! { dg-shouldfail "DO check" }
4
!
5
program
test
6
implicit none
7
integer
(
1
) ::
i
8
do
i
=
HUGE
(
i
)-
10
,
HUGE
(
i
)
9
print
*,
i
10
end do
11
end program
test
12
! { dg-output "Fortran runtime error: Loop iterates infinitely" }