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]

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


Author: aldyh
Date: Thu Jul 12 16:24:17 2007
New Revision: 126593

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126593
Log:
+       * gimple-ir.c (gs_build_switch_1): Fix spacing.
+       Allocate one more tree.
+       (gs_build_switch): Set labels starting at 1.
+       (walk_tree_seq): New.
+       (walk_tree_tuple): New.
+       * gimple-ir.h: Add prototypes for walk_tree_tuple and walk_tree_seq.
+       * gimplify.c (check_pointer_types_r): Uncomment.
+       (gimplify_body): Walk gimple sequence with check_pointer_types_r.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple-ir.c
    branches/gimple-tuples-branch/gcc/gimple-ir.h
    branches/gimple-tuples-branch/gcc/gimplify.c


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