summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-07-21 07:13:42 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2016-07-21 07:13:42 +0000
commitd2807f5a64b35f42d1fd293d755421c570e74bb7 (patch)
treea1dc96088e20f2098888ad1ee124a5b9697970b8 /gcc/cp/ChangeLog
parent5e192a1ab70fd4e8f502b9c50e382e7df4be73b0 (diff)
downloadgcc-d2807f5a64b35f42d1fd293d755421c570e74bb7.tar.gz
PR c++/71941
* cp-gimplify.c (cp_genericize): For nested cp_genericize calls save/restore bc_label array. * g++.dg/gomp/pr71941.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@238580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8fda96acb8a..f78b2ce0ab5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2016-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/71941
+ * cp-gimplify.c (cp_genericize): For nested cp_genericize calls
+ save/restore bc_label array.
+
2016-07-21 Patrick Palka <ppalka@gcc.gnu.org>
PR c++/70822