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++/80290] [6/7/8/9 Regression] g++ uses unreasonable amount of memory compiling nested string maps


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

--- Comment #30 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Wed Jun 27 03:05:17 2018
New Revision: 262174

URL: https://gcc.gnu.org/viewcvs?rev=262174&root=gcc&view=rev
Log:
        PR c++/80290 - memory-hog with std::pair.

        * pt.c (type_unification_real): Skip non-dependent conversion
        check for a nested list argument.
        (braced_init_depth): New.

Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/pt.c

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