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++/70869] [6/7 Regression] internal compiler error: Segmentation fault on array of pointer to function members


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

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Jul  7 18:45:43 2016
New Revision: 238124

URL: https://gcc.gnu.org/viewcvs?rev=238124&root=gcc&view=rev
Log:
        PR c++/70869
        PR c++/71054
        * cp-gimplify.c (cp_genericize_r): For DECL_EXPR for non-static
        artificial vars, genericize their initializers.

        * g++.dg/cpp0x/pr70869.C: New test.
        * g++.dg/cpp0x/pr71054.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/pr70869.C
    trunk/gcc/testsuite/g++.dg/cpp0x/pr71054.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]