https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81186

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Wed Jul 26 08:52:37 2017
New Revision: 250561

URL: https://gcc.gnu.org/viewcvs?rev=250561&root=gcc&view=rev
Log:
Move non-local goto expansion after parm_birth_insn (PR sanitize/81186).

2017-07-26  Martin Liska  <mli...@suse.cz>

        PR sanitize/81186
        * function.c (expand_function_start): Make expansion of
        nonlocal_goto_save_area after parm_birth_insn.
2017-07-26  Martin Liska  <mli...@suse.cz>

        PR sanitize/81186
        * gcc.dg/asan/pr81186.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/asan/pr81186.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to