This is the mail archive of the gcc-bugs@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]

[Bug c++/78495] [7 regression][new inheriting ctors] invisible-ref parm has address taken


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78495

--- Comment #3 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Fri Jan 20 17:53:44 2017
New Revision: 244728

URL: https://gcc.gnu.org/viewcvs?rev=244728&root=gcc&view=rev
Log:
        PR c++/78495 - wrong code inherited ctor and invisi-ref parm
        * cp-gimplify.c (cp_generize_r): Don't skip thunks.

        PR c++/79495
        * g++.dg/cpp1z/inh-ctor38.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp1z/inh-ctor38.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-gimplify.c
    trunk/gcc/testsuite/ChangeLog

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