re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)
authorJason Merrill <jason@redhat.com>
Fri, 26 Jun 2015 21:31:08 +0000 (17:31 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 26 Jun 2015 21:31:08 +0000 (17:31 -0400)
commit9579e906e237d5d6b08732331140e2c239b23ae1
treefe2219853540182866efd8b37ff2f5aa3c3b4565
parent7498239e97b1cb7c049e0f39481af7c812f894ab
re PR c++/66684 (ICE in merge_exception_specifiers, at cp/typeck2.c:2114)

PR c++/66684
* typeck2.c (merge_exception_specifiers): Allow different
noexcept-specifiers if we've had errors.

From-SVN: r225086
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/g++.dg/cpp0x/noexcept28.C [new file with mode: 0644]