This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, i386, Pointer Bounds Checker 18/x] Expand instrumented builtin function calls


On 10/03/14 02:47, Ilya Enkovich wrote:
Since we still don't have a final decision about how instrumented builtin functions would look like, I replace this patch with a new one which assumes we don't instrument them for now.  It only has an additional init for va_start and also makes sure there is no instrumented builtin calls.  All instrumented builtins related codes will go into a separate series.

Thanks,
Ilya
--
2014-10-03  Ilya Enkovich  <ilya.enkovich@intel.com>

	* builtins.c: Include tree-chkp.h and rtl-chkp.h.
	(std_expand_builtin_va_start): Init bounds for va_list.
	(expand_builtin): Do not allow instrumented calls.
OK. Obviously we'll want to return to the builtins at some point in the relatively new future ;-)

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]