On 08/18/14 09:03, Ilya Enkovich wrote:
Hi,This patch adds support for va_arg_pack and va_arg_pack_len for instrumented functions into inliner. There are two things to do: 1) ignore bounds args when computing va_arg_pack_len 2) remove bounds args when expanding va_arg_pack in not instrumented call. Thanks, Ilya -- 2014-08-15 Ilya Enkovich <ilya.enkov...@intel.com> * tree-inline.c (copy_bb): Properly handle bounds in va_arg_pack and va_arg_pack_len.
OK. Jeff