PR c++/55652
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2012 14:35:12 +0000 (14:35 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Dec 2012 14:35:12 +0000 (14:35 +0000)
commite2ae6969bad411fe7b4c508d15b5a70934acd7df
tree8d6601148fa8b78c438d3dac7314309e33870e31
parent80050dd328c92132ae0f7753370771b3589b8938
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194479 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/noexcept19.C [new file with mode: 0644]