This is the mail archive of the gcc-patches@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]

Re: [patch] Call fold_expr_cond during final_cleanup (PR 20139)


On Fri, Jul 08, 2005 at 07:12:06AM -0700, Kazu Hirata wrote:
> p < q is always true even when x is NaN (see

s/true/false/.  Which had me confused for a moment what you thought
you were doing.  ;-)

> 	* tree-cfg.c (remove_bb): Check in_ssa_p before calling
> 	release_defs.
> 	* tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
> 	fold_cond_expr_cond.
> 	* tree-ssanames.c (release_defs): Assert in_ssa_p.
> 	* tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.

Ok.


r~


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