-
- Downloads
re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)
PR c++/36523 * cgraphunit.c (cgraph_process_new_functions): Don't clear node->needed and node->reachable. * cgraphbuild.c (record_reference): Handle OMP_PARALLEL and OMP_TASK. * omp-low.c (delete_omp_context): Call finalize_task_copyfn. (expand_task_call): Don't call expand_task_copyfn. (expand_task_copyfn): Renamed to... (finalize_task_copyfn): ... this. * testsuite/libgomp.c++/task-7.C: New function. From-SVN: r136977
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraphbuild.c 18 additions, 0 deletionsgcc/cgraphbuild.c
- gcc/cgraphunit.c 0 additions, 1 deletiongcc/cgraphunit.c
- gcc/omp-low.c 34 additions, 32 deletionsgcc/omp-low.c
- libgomp/ChangeLog 3 additions, 0 deletionslibgomp/ChangeLog
- libgomp/testsuite/libgomp.c++/task-7.C 18 additions, 0 deletionslibgomp/testsuite/libgomp.c++/task-7.C
Loading
Please register or sign in to comment