https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80384
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Sat Jun 17 02:33:10 2017 New Revision: 249326 URL: https://gcc.gnu.org/viewcvs?rev=249326&root=gcc&view=rev Log: PR c++/80384 - ICE with dependent noexcept-specifier * pt.c (dependent_type_p_r) [FUNCTION_TYPE]: Check for dependent noexcept-specifier. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C Modified: branches/gcc-7-branch/gcc/cp/ChangeLog branches/gcc-7-branch/gcc/cp/pt.c