https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92446
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org,
| |jason at gcc dot gnu.org,
| |mpolacek at gcc dot gnu.org
Summary|[C++20] template argument |[10, C++20] template
|deduction fails for custom |argument deduction fails
|non-type parameters |for custom non-type
| |parameters
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Used to be rejected as unsupported before r26578, then started to ICE, the ICE
got fixed in r267108, but it is still rejected afterwards.