On Wed, Jan 10, 2018 at 11:25 AM, Jakub Jelinek <ja...@redhat.com> wrote: > On Wed, Jan 10, 2018 at 10:46:06AM -0500, Jason Merrill wrote: >> >> This patch moves the warning tiny bit earlier (from build_cxx_call to the >> >> caller) where we still have information about the original parsed >> >> arguments before conversions to the builtin argument types. >> >> OK. > > Is that an ack for the whole patch and docs can be handled incrementally > (e.g. if Martin volunteers), or shall that be documented first? > Though, even before this patch memcpy ((char *) whatever, ...) > already disabled the warning and wasn't documented either.
The docs can follow on. Jason