This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch ping
- From: Jeff Law <law at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, Jason Merrill <jason at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 Mar 2017 09:07:14 -0600
- Subject: Re: Patch ping
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=law at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 45DAB6AAC6
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 45DAB6AAC6
- References: <20170331063658.GA17462@tucnak>
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.
If instead we are working with gimple, then consider renaming "stmt" in
ubsan_maybe_instrument_reference -- when I see "stmt" I think a gimple
statement, not a tree:-)
jeff