[Bug sanitizer/78651] Incorrect exception handling when catch clause uses local class and PIC and sanitizer are active
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 19 20:49:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78651
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Mar 19 20:48:39 2018
New Revision: 258664
URL: https://gcc.gnu.org/viewcvs?rev=258664&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dwarf2asm.c
More information about the Gcc-bugs
mailing list