]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dwarf2asm.cc
re PR sanitizer/78651 (Incorrect exception handling when catch clause uses local...
authorJakub Jelinek <jakub@redhat.com>
Mon, 19 Mar 2018 20:48:39 +0000 (21:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 19 Mar 2018 20:48:39 +0000 (21:48 +0100)
commit90841d4302e804d0eafdd5e9565cda2d5ec166a8
tree2286cf5c0c8f1f2a2519f241c46d9aa30c7b090a
parent359ea407e98009b6734ace47175c840a30ca4271
re PR sanitizer/78651 (Incorrect exception handling when catch clause uses local class and PIC and sanitizer are active)

PR sanitizer/78651
* dwarf2asm.c: Include fold-const.c.
(dw2_output_indirect_constant_1): Set DECL_INITIAL (decl) to ADDR_EXPR
of decl rather than decl itself.

From-SVN: r258664
gcc/ChangeLog
gcc/dwarf2asm.c