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]

r194479 - in /trunk/gcc: cp/ChangeLog cp/typeck...


Author: jakub
Date: Thu Dec 13 14:35:12 2012
New Revision: 194479

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194479
Log:
	PR c++/55652
	* typeck2.c (merge_exception_specifiers): Don't call operand_equal_p
	if noex is NULL.

	* g++.dg/cpp0x/noexcept19.C: New test.

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


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