https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81130
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 21 10:58:00 2017 New Revision: 249445 URL: https://gcc.gnu.org/viewcvs?rev=249445&root=gcc&view=rev Log: PR c++/81130 * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types with ctors/dtors if GOVD_SHARED is set. * testsuite/libgomp.c++/pr81130.C: New test. Added: trunk/libgomp/testsuite/libgomp.c++/pr81130.C Modified: trunk/gcc/ChangeLog trunk/gcc/gimplify.c trunk/libgomp/ChangeLog