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] tree-ssa-dce.c: Don't let an explicit GOTO_EXPR slipthrough.


On Wed, 2004-10-27 at 00:42, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to teach DCE not to let an explicit GOTO_EXPR slip
> through.
> 
> All of simple GOTO_EXPRs are represented implicitly.  If we have an
> "if" statement checking for a simple GOTO_EXPR, we might as well turn
> that into gcc_assert.

What do we do with a GOTO to an external label? I thought we had to keep
them around for that.

Andrew


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