r133694 - in /branches/gimple-tuples-branch/gcc...
olegr@gcc.gnu.org
olegr@gcc.gnu.org
Fri Mar 28 18:51:00 GMT 2008
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
More information about the Gcc-cvs
mailing list