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]

r254022 - in /trunk/gcc: cp/ChangeLog cp/tree.c...


Author: jason
Date: Mon Oct 23 19:06:37 2017
New Revision: 254022

URL: https://gcc.gnu.org/viewcvs?rev=254022&root=gcc&view=rev
Log:
	PR c++/77369 - wrong noexcept handling in C++14 and below

	* tree.c (strip_typedefs): Canonicalize TYPE_RAISES_EXCEPTIONS.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/noexcept31.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c
    trunk/gcc/testsuite/g++.dg/cpp1z/noexcept-type13.C


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