https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94525
Bug ID: 94525 Summary: internal compiler error when function is "noexcept with templatized parameter". Product: gcc Version: 10.0 URL: https://godbolt.org/z/Rcowz5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: twelvevolt at yandex dot ru Target Milestone: --- Created attachment 48233 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48233&action=edit code that produces error The error appears when noexcept accepts templatized parameter. 78 line of the attached Code.cpp file. Compiled with "g++ Code.cpp -std=c++2a -o prog"