testsuite: address Jakub's comments on vect-early-break_1-PR113808.f90
Rename pr to lowercase and drop lastprivate. gcc/testsuite/ChangeLog: PR tree-optimization/113808 * gfortran.dg/vect/vect-early-break_1-PR113808.f90: Moved to... * gfortran.dg/vect/vect-early-break_1-pr113808.f90: ...here.
This commit is contained in:
parent
969bc5805e
commit
70b9dd8b38
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ program main
|
|||
integer :: n, i,k
|
||||
n = 11
|
||||
do i = 1, n,2
|
||||
!$omp simd lastprivate(k)
|
||||
!$omp simd
|
||||
do k = 1, i + 41
|
||||
if (k > 11 + 41 .or. k < 1) error stop
|
||||
end do
|
Loading…
Add table
Reference in a new issue