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++/84585] [6/7/8 Regression] internal compiler error: in get_local_decls, at cp/name-lookup.c:3654


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |error-recovery
   Last reconfirmed|                            |2018-02-27
                 CC|                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|internal compiler error: in |[6/7/8 Regression] internal
                   |get_local_decls, at         |compiler error: in
                   |cp/name-lookup.c:3654       |get_local_decls, at
                   |                            |cp/name-lookup.c:3654
   Target Milestone|---                         |6.5

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started to ICE with r208624.
Slightly tweaked testcase:
template <typename a> void b() {[](auto = template <;{a c(auto){}}}

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