This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Reset DECL_TOO_LATE for copy of decl
- From: Jason Merrill <jason at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Aug 2003 17:17:23 -0400
- Subject: Re: [tree-ssa] Reset DECL_TOO_LATE for copy of decl
- References: <20030819210812.GA26513@atrey.karlin.mff.cuni.cz>
On Tue, 19 Aug 2003 23:08:12 +0200, Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> wrote:
> DECL_TOO_LATE should be cleared for labels in copy of inlined functions,
> as otherwise we get bogus
> "jump to `...' invalidly jumps into binding contour" errors.
When I've gotten those errors working on the tree-ssa branch, they haven't
been bogus. Where are you seeing them?
Jason