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
fix pr/45972
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
bounds_check_fail_1.f90
blob
d3eb271c328eed36dfd68642584e58b9e8a5155e
1
! { dg-do run }
2
! { dg-options "-fbounds-check" }
3
! { dg-shouldfail "foo" }
4
integer
x
(
1
)
5
x
(
2
) =
x
(
1
)
! { dg-warning "out of bounds" }
6
end
7
! { dg-output "Index '2' of dimension 1 of array 'x' above upper bound of 1" }