------- Comment #4 from jakub at gcc dot gnu dot org 2007-05-30 13:49 ------- Subject: Bug 31769
Author: jakub Date: Wed May 30 13:49:06 2007 New Revision: 125185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125185 Log: PR tree-optimization/31769 * except.c (duplicate_eh_regions): Clear prev_try if ERT_MUST_NOT_THROW region is inside of ERT_TRY region. * g++.dg/gomp/pr31769.C: New test. Added: branches/gcc-4_2-branch/gcc/testsuite/g++.dg/gomp/pr31769.C Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/except.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31769