This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] goto <bb x>
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Andrew Macleod <amacleod at redhat dot com>
- Cc: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Tue, 16 Dec 2003 09:07:45 -0500
- Subject: Re: [tree-ssa] goto <bb x>
- Organization: Red Hat Canada
- References: <1071583235.31157.2955.camel@p4>
On Tue, 2003-12-16 at 09:00, Andrew MacLeod wrote:
> Would it be possible to check the first stmt of a target block and use
> that label in the goto if we aren't dumping the bb info? (If there is a
> label there.). Im finding it difficult to work with in this case.
>
Yes, please. I ran into this last week and it's pretty confusing. It
doesn't look like a hard thing to fix.
Diego.