On 04/02/2015 08:51 AM, Ilya Enkovich wrote:
Ping. Patch doesn't affect not instrumented code.
Thanks,
Ilya
2015-03-18 15:19 GMT+03:00 Ilya Enkovich <enkovich....@gmail.com>:
Hi,
This patch disables attempts to expand instrumentation thunks which appear when
we create specialized function versions. Problem was found during SPEC2006
insatrumentation with '-Ofast -flto'. Unfortunately I couldn't make a small
reproducer. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for trunk?
Thanks,
Ilya
--
2015-03-18 Ilya Enkovich <ilya.enkov...@intel.com>
* cgraphunit.c (cgraph_node::expand_thunk): Don't expand
instrumentation thunks.
So is it the case that these instrumentation thunks have a gimple body
and thus will be expanded elsewhere? Or are you trying to solve some
different problem?
Jeff