* asan.c (report_error_func): Set DECL_IGNORED_P, don't touch
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Nov 2012 13:12:36 +0000 (13:12 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Nov 2012 13:12:36 +0000 (13:12 +0000)
commit523709e1c88b3be88728bdaa14538ae7d2d09b67
tree189cadabd870c389164b97f6b6f4bda080479655
parentd47aa3d701a80344779a8525708da694b0a340a7
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193532 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/asan.c