Re: [PATCH, v2.2] Support for adding and stripping location_t wrapper nodes

2017-11-30 Thread Jason Merrill
On Thu, Nov 30, 2017 at 1:26 PM, David Malcolm wrote: > +/* Test if EXP is merely a wrapper node, added to express a location_t > + on behalf of the node's child (e.g. by maybe_wrap_with_location). > + > + A wrapper node has code NON_LVALUE_EXPR or VIEW_CONVERT_EXPR, and the > + same type as

[PATCH, v2.2] Support for adding and stripping location_t wrapper nodes

2017-11-30 Thread David Malcolm
On Thu, 2017-11-30 at 12:36 -0500, Jason Merrill wrote: > On Thu, Nov 30, 2017 at 12:16 PM, David Malcolm > wrote: > > On Thu, 2017-11-16 at 10:58 +0100, Richard Biener wrote: > > > On Wed, Nov 15, 2017 at 4:33 PM, David Malcolm > > om> > > > wrote: > > > > On Wed, 2017-11-15 at 12:11 +0100, Rich