------- Comment #3 from jason at gcc dot gnu dot org 2010-05-14 19:59 ------- Subject: Bug 44127
Author: jason Date: Fri May 14 19:59:32 2010 New Revision: 159410 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159410 Log: PR c++/44127 gcc: * gimplify.c (gimplify_seq_add_stmt): No longer static. * gimple.h: Declare it. * gimple.c (gimple_build_eh_filter): No ops. gcc/cp: * cp-gimplify.c (gimplify_must_not_throw_expr): Use gimple_build_eh_must_not_throw. Added: branches/gcc-4_5-branch/gcc/testsuite/g++.dg/eh/terminate1.C Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/cp/ChangeLog branches/gcc-4_5-branch/gcc/cp/cp-gimplify.c branches/gcc-4_5-branch/gcc/gimple.c branches/gcc-4_5-branch/gcc/gimple.h branches/gcc-4_5-branch/gcc/gimplify.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44127