r173981 - in /trunk/gcc: cp/ChangeLog cp/typeck...
jason@gcc.gnu.org
jason@gcc.gnu.org
Fri May 20 20:40:00 GMT 2011
Author: jason
Date: Fri May 20 20:39:59 2011
New Revision: 173981
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173981
Log:
DR 1073
PR c++/49082
* typeck.c (comp_except_specs): noexcept(false) is not compatible
with throw(type-list).
* typeck2.c (merge_exception_specifiers): noexcept(false)
beats any more limited specification.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/typeck.c
trunk/gcc/cp/typeck2.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept02.C
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept03.C
trunk/gcc/testsuite/g++.dg/cpp0x/noexcept08.C
More information about the Gcc-cvs
mailing list