r129444 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Thu Oct 18 16:13:00 GMT 2007
Author: aldyh
Date: Thu Oct 18 16:13:56 2007
New Revision: 129444
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129444
Log:
* gimple.c (gimple_size): Handle GIMPLE_WITH_CLEANUP_EXPR.
* gimple.h (struct gimple_statement_catch): Make handler a structure,
not a pointer.
(struct gimple_statement_eh_filter): Make failure a structure, not a
pointer.
document EH_FILTER_MUST_NOT_THROW subcode flag.
(gimple_catch_handler): Handler is now a struct.
(gimple_catch_set_handler): Same.
(gimple_eh_filter_failure): Failure is now a struct.
(gimple_eh_filter_set_failure): Same.
(gimple_eh_filter_must_not_throw): New.
(gimple_eh_filter_set_must_not_throw): New.
(gsi_next): Update comment.
(gsi_prev): Same.
* tree-cfg.c (verify_types_in_gimple_seq_2): Handle GIMPLE_EH_FILTER.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple.c
branches/gimple-tuples-branch/gcc/gimple.h
branches/gimple-tuples-branch/gcc/tree-cfg.c
More information about the Gcc-cvs
mailing list