https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86542
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jul 17 10:54:52 2018 New Revision: 262815 URL: https://gcc.gnu.org/viewcvs?rev=262815&root=gcc&view=rev Log: PR middle-end/86542 * omp-low.c (create_task_copyfn): Copy over also fields corresponding to _looptemp_ clauses, other than the first two. * testsuite/libgomp.c++/pr86542.C: New test. Added: trunk/libgomp/testsuite/libgomp.c++/pr86542.C Modified: trunk/gcc/ChangeLog trunk/gcc/omp-low.c trunk/libgomp/ChangeLog