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
/
bounds_check_fail_3.f90
blob
0c38a83b67e5dbc29c09d161c8e54f238f995784
1
! { dg-do run }
2
! { dg-options "-fbounds-check" }
3
! { dg-shouldfail "foo" }
4
integer
x
(
10
),
m
,
n
5
x
= (/ (
i
,
i
=
1
,
10
) /)
6
m
= -
3
7
n
= -
2
8
x
(
7
:
1
:
m
) =
x
(
6
:
2
:
n
)
9
if
(
any
(
x
/= (/
2
,
2
,
3
,
4
,
5
,
6
,
6
,
8
,
9
,
10
/)))
STOP
1
10
x
(
8
:
1
:
m
) =
x
(
5
:
2
:
n
)
11
end
12
! { dg-output "line 10 .* bound mismatch .* dimension 1 .* array \'x\' \\\(3/2\\\)" }