aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c/pr70680-1.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-20re PR middle-end/70680 (OpenMP SIMD linear variable privatized too eagerly)Jakub Jelinek1-0/+75
PR middle-end/70680 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for implicitly linear or lastprivate iterator on the outer context. * testsuite/libgomp.c/pr70680-1.c: New test. * testsuite/libgomp.c/pr70680-2.c: New test. From-SVN: r235232