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++/72774] [7 Regression] ICE on invalid C++ code on x86_64-linux-gnu (tree check: expected tree that contains ‘decl minimal’ structure, have ‘tree_list’ in consider_binding_level, at cp/name-lookup.c:4721)


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-08-02
      Known to work|                            |6.1.0
   Target Milestone|---                         |7.0
            Summary|ICE on invalid C++ code on  |[7 Regression] ICE on
                   |x86_64-linux-gnu (tree      |invalid C++ code on
                   |check: expected tree that   |x86_64-linux-gnu (tree
                   |contains ‘decl minimal’     |check: expected tree that
                   |structure, have ‘tree_list’ |contains ‘decl minimal’
                   |in consider_binding_level,  |structure, have ‘tree_list’
                   |at cp/name-lookup.c:4721)   |in consider_binding_level,
                   |                            |at cp/name-lookup.c:4721)
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed, 6.1 works.

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