On Wed, Nov 23, 2016 at 9:31 AM, Jakub Jelinek wrote:
> On Wed, Nov 23, 2016 at 09:11:02AM -0500, Jason Merrill wrote:
>> On Tue, Nov 22, 2016 at 3:45 PM, Jakub Jelinek wrote:
>> > As mentioned in the PR, another option I see is special case
>> > REFERENCE_REF_P INDIRECT_REFs and MEM_REFs into wh
On Wed, Nov 23, 2016 at 09:11:02AM -0500, Jason Merrill wrote:
> On Tue, Nov 22, 2016 at 3:45 PM, Jakub Jelinek wrote:
> > As mentioned in the PR, another option I see is special case
> > REFERENCE_REF_P INDIRECT_REFs and MEM_REFs into which they are gimplified
> > in cp_genericize_r by not changi
On Tue, Nov 22, 2016 at 3:45 PM, Jakub Jelinek wrote:
> As mentioned in the PR, another option I see is special case
> REFERENCE_REF_P INDIRECT_REFs and MEM_REFs into which they are gimplified
> in cp_genericize_r by not changing is_invisiref_parm decls if they are
> already wrapped in those.
Tha