-
- Downloads
omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at...
omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at the start of second worksharing loop in a scan. * omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at the start of second worksharing loop in a scan. For nowait, don't emit GOMP_loop_end_nowait at the end of first worksharing loop in a scan even if there are conditional lastprivates, and do emit GOMP_loop_end_nowait at the end of second worksharing loop. * testsuite/libgomp.c/scan-9.c: New test. * testsuite/libgomp.c/scan-10.c: New test. From-SVN: r273095
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/omp-expand.c 5 additions, 2 deletionsgcc/omp-expand.c
- libgomp/ChangeLog 5 additions, 0 deletionslibgomp/ChangeLog
- libgomp/testsuite/libgomp.c/scan-10.c 116 additions, 0 deletionslibgomp/testsuite/libgomp.c/scan-10.c
- libgomp/testsuite/libgomp.c/scan-9.c 116 additions, 0 deletionslibgomp/testsuite/libgomp.c/scan-9.c
Loading
Please register or sign in to comment