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++/68309] [5/6 Regression] ICE: Segmentation fault


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Dec 14 20:54:17 2015
New Revision: 231632

URL: https://gcc.gnu.org/viewcvs?rev=231632&root=gcc&view=rev
Log:
        PR c++/68309
gcc/
        * hash-table.h: Add copy constructor.
        * hash-map.h: Add copy constructor.
gcc/cp/
        * pt.c (instantiate_decl): Copy local_specializations for nested
        function.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/hash-map.h
    trunk/gcc/hash-table.h

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