r234667 - in /trunk/gcc: cp/ChangeLog cp/decl.c...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Fri Apr 1 12:10:00 GMT 2016


Author: nathan
Date: Fri Apr  1 12:10:17 2016
New Revision: 234667

URL: https://gcc.gnu.org/viewcvs?rev=234667&root=gcc&view=rev
Log:
	PR c++/68475
	* decl.c (check_redeclaration_exception_specification): Check
	regardless of -fno-exceptions.
	* typeck2.c (merge_exception_specifiers): Relax assert by checking
	flag_exceptions too.

	* g++.dg/g++.dg/cpp0x/noexcept29.C: New.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/noexcept29.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/cp/typeck2.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list