This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r249078 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...


Author: jason
Date: Fri Jun  9 20:13:38 2017
New Revision: 249078

URL: https://gcc.gnu.org/viewcvs?rev=249078&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:
    trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]