https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80679
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-checking --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #1) > The trunk ICEs. But that is just checking turned on. Here is the ICE: ``` <source>:12:9: internal compiler error: in comptypes, at cp/typeck.cc:1684 12 | Call(Method<void (int)>(), int()); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 0x266c94c internal_error(char const*, ...) ???:0 0xa57369 fancy_abort(char const*, int, char const*) ???:0 0xcb492f more_specialized_fn(tree_node*, tree_node*, int) ???:0 0xa860c9 build_new_function_call(tree_node*, vec<tree_node*, va_gc, vl_embed>**, int) ???:0 ```