asan.c (report_error_func): Set DECL_IGNORED_P, don't touch DECL_ASSEMBLER_NAME.
authorJakub Jelinek <jakub@redhat.com>
Thu, 15 Nov 2012 13:12:36 +0000 (14:12 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Nov 2012 13:12:36 +0000 (14:12 +0100)
commit671e554d87635473d6bc7afd72c9108d49fed404
tree189cadabd870c389164b97f6b6f4bda080479655
parent8b7ec4233d44691e89d0b624ceb54b7707987537
asan.c (report_error_func): Set DECL_IGNORED_P, don't touch DECL_ASSEMBLER_NAME.

* asan.c (report_error_func): Set DECL_IGNORED_P, don't touch
DECL_ASSEMBLER_NAME.
(asan_init_func): Likewise.
(asan_finish_file): Use void * instead of __asan_global * as
type of __asan_{,un}register_globals.  Set DECL_IGNORED_P on
the decls.

From-SVN: r193532
gcc/ChangeLog
gcc/asan.c