This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129778 - in /branches/gimple-tuples-branch/gcc...
- From: aldyh at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 30 Oct 2007 19:13:32 -0000
- Subject: r129778 - in /branches/gimple-tuples-branch/gcc...
Author: aldyh
Date: Tue Oct 30 19:13:31 2007
New Revision: 129778
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129778
Log:
* cp/cp-gimplify.c (gimplify_cp_loop): Tuplify.
(gimplify_for_stmt): Same.
(gimplify_switch_stmt): Same.
(cp_gimplify_expr): [FOR_STMT]: Do not call gimplify_for_stmt. Return
GS_OK.
[WHILE_STMT]: Return GS_OK.
[SWITCH_STMT]: Same.
[CONTINUE_STMT]: Same.
[BREAK_STMT]: Same.
(cp_genericize): Set gimple_body() of cloned functions when needed.
* gimplify.c (get_tmp_var_for): Remove reference to IS_FORMAL in
opening comment.
(gimplify_return_expr): Return GS_ERROR if we have errored.
(gimplify_statement_list): Handle case where voidify_wrapper returns a
temporary.
(gimplify_call_expr): Return gracefully on error.
(gimplify_cond_expr): Same.
* gimple.h (gimple_call_return_type): Do not error on methods.
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/gimple.h
branches/gimple-tuples-branch/gcc/gimplify.c