This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/81186] SIGSEGV when using Address Sanitizer with nested functions


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  <mliska@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  <mliska@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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]