diff --git a/libgomp/testsuite/libgomp.c/target-31.c b/libgomp/testsuite/libgomp.c/target-31.c index 8e63d286b43..1123b7ea561 100644 --- a/libgomp/testsuite/libgomp.c/target-31.c +++ b/libgomp/testsuite/libgomp.c/target-31.c @@ -76,7 +76,7 @@ main () m[1] += 3 * b; } use (&a, &b, &c, &d, e, f, g, h); - #pragma omp parallel firstprivate (u1, u2) + #pragma omp parallel firstprivate (u1, u2) private (i) { int w = omp_get_thread_num (); int x = 19;