https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110025
Bug ID: 110025 Summary: ICE with default-argument for template-param with decltype and auto. Product: gcc Version: 13.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jehelset at gmail dot com Target Milestone: --- Compiler ICE when using decltype(auto(variable-template<earlier-template-param>)) as default-argument of a template-param: https://godbolt.org/z/M9qrvTj8P