This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ PATCH] c++/78495 inherited ctor and inivis-ref parm


On 01/20/2017 08:45 AM, Jason Merrill wrote:

Hmm, I would guess that if we're going to do this we need to also use
forward_parm in maybe_thunk_body.

Apparently not needed. maybe_thunk_body is called after we've genericized the parent ctor. That ctor's parms have been bashed to reference and have DECL_BY_REFERENCE set appropriately. The clone's parms have also been bashed, but do not have DECL_BY_REFERENCE set.

For POD struct (which remain as struct T) the backend machinery already DTRT.

nathan

--
Nathan Sidwell


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]