PR c++/80384 - ICE with dependent noexcept-specifier
authorJason Merrill <jason@redhat.com>
Fri, 9 Jun 2017 20:13:38 +0000 (16:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Jun 2017 20:13:38 +0000 (16:13 -0400)
commit55c5c0ad3c32a5c9e5be4a606b9c9925f5416046
treedc56334445825e69cbe60b54cc6959e8883f9911
parent948d0d9137b8df8320cae815fd8b8aba86bcc160
PR c++/80384 - ICE with dependent noexcept-specifier

* pt.c (dependent_type_p_r) [FUNCTION_TYPE]: Check for dependent
noexcept-specifier.

From-SVN: r249078
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C [new file with mode: 0644]