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++/79654] [7 Regression] ICE on invalid c++ code in register_dtor_fn in cp/decl.c:7877


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Yeah, I'd prefer both patches (of course just a single testcase).  For the
decomp, there is really nothing wrong with the artificial var's type, and there
could be other places lurking which are upset about error_mark_node type on
decls.

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