This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] for -O2 -finline-functions tramp3d breakage
- From: Diego Novillo <dnovillo at acm dot org>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: richard dot guenther at gmail dot com, gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 Apr 2007 15:39:08 -0400
- Subject: Re: [patch] for -O2 -finline-functions tramp3d breakage
- References: <20070427192945.GA6852@atrey.karlin.mff.cuni.cz>
Zdenek Dvorak wrote on 04/27/07 15:29:
> * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
> if it claims to be available.
> * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
> edge is redirected.
> (perform_tree_ssa_dce): Always free postdominators.
OK.