https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92746
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:edabbec31e3bfc9a9757f80c8610706ed00e5a1a commit r10-5938-gedabbec31e3bfc9a9757f80c8610706ed00e5a1a Author: Jason Merrill <ja...@redhat.com> Date: Mon Jan 13 18:13:46 2020 -0500 PR c++/92746 - ICE with noexcept of function concept check. Another place that needs to specially handle Concepts TS function-style concepts. * except.c (check_noexcept_r): Handle concept-check.