[Bug c++/124708] ICE in contract on current trunk
waffl3x at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 10 19:23:45 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124708
Alex <waffl3x at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Keywords| |ice-on-valid-code
Last reconfirmed| |2026-08-10
CC| |waffl3x at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |waffl3x at gcc dot gnu.org
--- Comment #1 from Alex <waffl3x at gcc dot gnu.org> ---
Confirmed.
template <typename... Ts>
void f(Ts...) pre(true) {}
template void f<>();
More information about the Gcc-bugs
mailing list