Version: 9.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: franwade33 at googlemail dot com
Target Milestone: ---
If you have a non-type template argument
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90799
--- Comment #2 from franwade33 at googlemail dot com ---
It throws a different compiler error if you give the template parameter (Move
`bool is_noexcept` to the start of the template list and call
`is_noexcept_function(foo)`). To my knowledge
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: franwade33 at googlemail dot com
Target Milestone: ---
On gcc 12.0.1, the following gives an internal compiler error:
// g++-12 -std=c++17 -O1
// g++-12