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/81340] ICE in compute_bb_dataflow, at var-tracking.c:6877


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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Jul 28 11:56:47 2017
New Revision: 250660

URL: https://gcc.gnu.org/viewcvs?rev=250660&root=gcc&view=rev
Log:
Set DECL_VALUE_EXPR after a debug stmt is generated (PR sanitizer/81340).

2017-07-28  Martin Liska  <mliska@suse.cz>

        PR sanitizer/81340
        * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
        gimple_build_debug_bind.
2017-07-28  Martin Liska  <mliska@suse.cz>

        PR sanitizer/81340
        * g++.dg/asan/pr81340.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/asan/pr81340.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/sanopt.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]