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++/49569] [4.7 regression] -std=gnu++0x causes segmentation fault


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49569

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-01 00:04:02 UTC ---
Author: jason
Date: Fri Jul  1 00:03:58 2011
New Revision: 175738

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175738
Log:
    PR c++/49569
    * method.c (implicitly_declare_fn): Set DECL_PARM_LEVEL and
    DECL_PARM_INDEX on rhs parm.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/regress/ctor1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/method.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]