This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: latent bug in unreachable code removal?
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: latent bug in unreachable code removal?
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 17 Jul 2001 08:56:46 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <20010717143936.D2867@atrey.karlin.mff.cuni.cz>
On Tue, Jul 17, 2001 at 02:39:36PM +0200, Jan Hubicka wrote:
> 3) make edge from each nested function call to each such label.
Um, we already do this. This is the stuff pertaining to
nonlocal_goto_handler_labels.
r~