r138071 - in /branches/gimple-tuples-branch/gcc...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Wed Jul 23 01:28:00 GMT 2008
Author: aldyh
Date: Wed Jul 23 01:28:05 2008
New Revision: 138071
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138071
Log:
+ * gimplify.c (gimple_do_not_emit_location_p): New.
+ (gimple_set_do_not_emit_location): New.
+ (annotate_one_with_location): Do not annotate if
+ gimple_do_not_emit_location_p.
+ (gimplify_cond_expr): Do not optimize if the COND_EXPR and
+ GOTO_EXPR have different locations.
+ Do not emit location information for some GIMPLE_COND's.
cp/
+ * cp-gimplify.c (gimplify_if_stmt): Set location on newly created
+ COND_EXPR.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/cp/cp-gimplify.c
branches/gimple-tuples-branch/gcc/gimplify.c
More information about the Gcc-cvs
mailing list