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++/78649] [5/6/7 Regression] ICE on invalid C++ code on x86_64-linux-gnu (internal compiler error: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in build_value_init_noctor, at cp/init.c:380)


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-12-02
                 CC|                            |jakub at gcc dot gnu.org
            Summary|ICE on invalid C++ code on  |[5/6/7 Regression] ICE on
                   |x86_64-linux-gnu (internal  |invalid C++ code on
                   |compiler error: tree check: |x86_64-linux-gnu (internal
                   |expected class ‘type’, have |compiler error: tree check:
                   |‘exceptional’ (error_mark)  |expected class ‘type’, have
                   |in build_value_init_noctor, |‘exceptional’ (error_mark)
                   |at cp/init.c:380)           |in build_value_init_noctor,
                   |                            |at cp/init.c:380)
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started to ICE with either r175765 or r175764, r175761 accepts it.

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