On Fri, Mar 31, 2017 at 09:07:14AM -0600, Jeff Law wrote: > On 03/31/2017 12:36 AM, Jakub Jelinek wrote: > > Hi! > > > > I'd like to ping two patches: > > > > PR c++/79572 > > - ubsan instrumentation of reference binding to NULL if the reference > > is folded into INTEGER_CST with REFERENCE_TYPE > > http://gcc.gnu.org/ml/gcc-patches/2017-03/msg01255.html > Just one question here -- we're working with pure trees or perhaps generic, > not gimple here, right? Assuming that is true, this is OK.
It is invoked during genericization, i.e. when the C++ FE trees are lowered into generic. Jakub