This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249445 - in /trunk: gcc/ChangeLog gcc/gimplify...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2017 10:58:00 -0000
- Subject: r249445 - in /trunk: gcc/ChangeLog gcc/gimplify...
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