aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c/pr46193.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-29Handle mix/max pointer reductions in parloopsTom de Vries1-0/+67
2015-08-29 Tom de Vries <tom@codesourcery.com> PR tree-optimization/46193 * omp-low.c (omp_reduction_init): Handle pointer type for min or max clause. * gcc.dg/autopar/pr46193.c: New test. * testsuite/libgomp.c/pr46193.c: New test. From-SVN: r227315