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
Hello,
> 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?
in one of the tests in testsuite (don't remember exactly which one :-( )
with my LOOP_EXPR removal patch. But the message obviously was bogus
-- besides that it was clear from the dumps, if it was not, it would not
go away with this patch.
Zdenek