This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r134793 - in /branches/gimple-tuples-branch/gcc...


Author: espindola
Date: Tue Apr 29 14:43:45 2008
New Revision: 134793

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134793
Log:
2008-04-29  Doug Kwan  <dougkwan@google.com>

       * tree-eh.c (lower_catch): Fix bug of accessing sub-statements
       uinsg gimple_catch_handler.  Fix bug of mixing up GIMPLE_GOTO and
       GIMPLE_LABEL in statement building.
       (lower_cleanup): Fix bug of mixing up gimple_try_clean and
       gimple_try_eval.
       (lower_cleanup): Use gimple codes instead of tree codes in switch
       statement.
       (tree-cfg.c): Add code to generate EH edges of GIMPLE_ASSIGN.
       * cp/decl2 (File): Include "gimple.h"
       (cp_write_global_declarations): Use gimple_body instead of
       DECL_SAVED_TREE.
       * Make-lang.in (cp/decl2.o): Add $(GIMPLE_H)


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/Make-lang.in
    branches/gimple-tuples-branch/gcc/cp/decl2.c
    branches/gimple-tuples-branch/gcc/tree-cfg.c
    branches/gimple-tuples-branch/gcc/tree-eh.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]