From: ienkovich Date: Fri, 5 Feb 2016 14:41:00 +0000 (+0000) Subject: gcc/ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b969894078ac2fadf348af5c337d6d08ec3585;p=thirdparty%2Fgcc.git gcc/ 2016-02-05 Ilya Enkovich PR target/69369 Revert r232560: 2016-01-19 Jan Hubicka * cgraphunit.c (cgraph_node::reset): Clear thunk info and instrumented_version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233177 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d41eaefdf40..3357d85ff437 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2016-02-05 Ilya Enkovich + + PR target/69369 + Revert r232560: + 2016-01-19 Jan Hubicka + + * cgraphunit.c (cgraph_node::reset): Clear thunk info and + instrumented_version. + 2016-01-05 Jeremy Bennett * doc/invoke.texi (Optimize Options): In table of --param options diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index b95c172adbd8..2c49d7b0ac53 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -366,14 +366,12 @@ cgraph_node::reset (void) memset (&local, 0, sizeof (local)); memset (&global, 0, sizeof (global)); memset (&rtl, 0, sizeof (rtl)); - memset (&thunk, 0, sizeof (cgraph_thunk_info)); analyzed = false; definition = false; alias = false; transparent_alias = false; weakref = false; cpp_implicit_alias = false; - instrumented_version = NULL; remove_callees (); remove_all_references ();