re PR middle-end/24135 (nonlocal goto from nested function gets 'undefined symbol...
authorRichard Henderson <rth@redhat.com>
Mon, 3 Oct 2005 20:57:45 +0000 (13:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 3 Oct 2005 20:57:45 +0000 (13:57 -0700)
commit1718a2aa9b1715961e514331aea0f5aacc611580
tree81e9e5184f6f865cedc0d6d7a7a0898ce3083a1a
parentbb13c3502be2c6eda1771e10f95f615b71d4d026
re PR middle-end/24135 (nonlocal goto from nested function gets 'undefined symbol' in assembler)

        PR 24135
        * tree-nested.c (convert_nl_goto_reference): Lookup a translation
        before creating a new one.

From-SVN: r104911
gcc/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr24135.c [new file with mode: 0644]
gcc/tree-nested.c