This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249482 - in /branches/gcc-7-branch: gcc/Change...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2017 22:19:38 -0000
- Subject: r249482 - in /branches/gcc-7-branch: gcc/Change...
Author: jakub
Date: Wed Jun 21 22:19:38 2017
New Revision: 249482
URL: https://gcc.gnu.org/viewcvs?rev=249482&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:
branches/gcc-7-branch/libgomp/testsuite/libgomp.c++/pr81130.C
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/gimplify.c
branches/gcc-7-branch/libgomp/ChangeLog