https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118245
Nathaniel Shead <nshead at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[14/15 Regression] ICE: in |[14 Regression] ICE: in
|convert_nontype_argument, |convert_nontype_argument,
|Passing a lambda as a |Passing a lambda as a
|template argument and base |template argument and base
|class |class
--- Comment #10 from Nathaniel Shead <nshead at gcc dot gnu.org> ---
This is fixed for GCC 15. Unfortunately this patch isn't appropriate for
backporting as it will cause ABI changes without also backporting the fix for
PR107741 (r15-7147-g685c458fb4775c).
Instead I'll probably end up reverting the changes to parser.cc in
r14-9232-g3685fae23bb008 since the modules testcases are less important, unless
I can find a way to fix it while keeping the existing ABI behaviour.