summaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.fortran/loop-transforms/unroll-7b.f90
blob: 60866ef33fd84a77f9daddd60cbf670b8d54d58c (plain)
1
2
3
4
5
6
7
! { dg-additional-options "-O0 -g -cpp" }
! { dg-do run }

! Check an unroll factor that does not divide the number of iterations
! of the loops in the test implementation.
#define UNROLL_FACTOR 3
#include "unroll-7.f90"