On 01/16/15 04:09, Ilya Enkovich wrote:
Hi,
In early SRA some_callers_have_mismatched_arguments_p function is called for
function, all its thunks and aliases, but actually cannot handle function with
thunks because assumes call_stmt for call_edge is not NULL. This patch rejects
functions with thunks instead of ICE.
Bootstrapped and checked on x86_64-unknown-linux-gnu. Fixes faults revealed by
the first patch in the series. OK for trunk?
Thanks,
Ilya
--
2015-01-16 Ilya Enkovich <ilya.enkov...@intel.com>
* tree-sra.c (some_callers_have_mismatched_arguments_p): Allow thunk
callers.
OK.
jeff