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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
gomp
/
schedule-1.f90
blob
3d64294282b06f0978a46bc58392d5e6bd873170
1
integer
::
i
2
!$omp do schedule(static, 1)
3
do
i
=
1
,
10
4
end do
5
!$omp do schedule(static, 0) ! { dg-warning "must be positive" }
6
do
i
=
1
,
10
7
end do
8
!$omp do schedule(static, -7) ! { dg-warning "must be positive" }
9
do
i
=
1
,
10
10
end do
11
end