This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r133694 - in /branches/gimple-tuples-branch/gcc...
- From: olegr at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 28 Mar 2008 18:51:26 -0000
- Subject: r133694 - in /branches/gimple-tuples-branch/gcc...
Author: olegr
Date: Fri Mar 28 18:51:26 2008
New Revision: 133694
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133694
Log:
2008-03-28 Oleg Ryjkov <olegr@google.com>
* tree-eh.c (replace_goto_queue_1): Do a deep copy of the replacement
sequence.
(maybe_record_in_goto_queue): Set is_label flag when recording
GIMPLE_GOTOs.
(do_return_redirection, do_return_redirection): Changed to set
cont_stmt.
(lower_try_finally_onedest): Fix the code that assumes that gotos
themselves(instead of the labels) are recorded in the goto_queue.
(lower_try_finally_copy): Likewise.
(lower_try_finally_switch): Likewise, also fix the VEC_* operations.
* gimple.h (gimple_build_switch): Fixed comment.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/tree-eh.c