[Bug c++/83817] [7/8 Regression] internal compiler error: tree check: expected call_expr, have aggr_init_expr in tsubst_copy_and_build, at cp/pt.c:17822
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 15 17:36:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83817
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Seems this is only a checking ICE, CALL_FROM_THUNK_P and AGGR_INIT_FROM_THUNK_P
macros are defined the same when not checking.
More information about the Gcc-bugs
mailing list