This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129726 - in /branches/gimple-tuples-branch/gcc...
- From: aldyh at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2007 18:11:39 -0000
- Subject: r129726 - in /branches/gimple-tuples-branch/gcc...
Author: aldyh
Date: Mon Oct 29 18:11:38 2007
New Revision: 129726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129726
Log:
* tree-gimple.h (build_gimple_eh_filter_tree): Remove.
* gimplify.c (build_gimple_eh_filter_tree): Move from here...
* cp/cp-gimplify.c: ...to here.
(cp_gimplify_init_expr): Convert to tuples.
(gimplify_must_not_throw_expr): Make function return a
gimplify_status and convert to tuples.
(cp_gimplify_expr): Convert MUST_NOT_THROW_EXPR, INIT_EXPR, and
USING_STMT to tuples.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/cp/cp-gimplify.c
branches/gimple-tuples-branch/gcc/gimplify.c
branches/gimple-tuples-branch/gcc/tree-gimple.h