https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71941
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Jul 21 07:13:42 2016 New Revision: 238580 URL: https://gcc.gnu.org/viewcvs?rev=238580&root=gcc&view=rev Log: 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. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/gomp/pr71941.C Modified: branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/cp-gimplify.c branches/gcc-6-branch/gcc/testsuite/ChangeLog