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 libstdc++/65042] gcc5 has a template depth problem that was fine in gcc4


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |redi at gcc dot gnu.org
          Component|c++                         |libstdc++

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Verified that even with 2.5 years old cc1plus we still trigger the
instantiation limit, so it indeed is some changes in libstdc++.  Guess you can
try -ftemplate-depth=20 etc. in 4.9 to see how close to the limit you were
before.


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