/cp
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2013 13:54:49 +0000 (13:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2013 13:54:49 +0000 (13:54 +0000)
commit36ad1400910e2a8baabb1abcb8cee847aa6d0a7c
tree9dd4b06919cfff11739444ffb3b520b7762ad9c3
parent6c4553507f3f851523885d5fbef09de24b1e4be9
/cp
2013-05-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/53903
* method.c (defaulted_late_check): Check for compatible exception
specification out of class explicitly defaulted functions too.

/testsuite
2013-05-14  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/53903
* g++.dg/cpp0x/defaulted43.C: New.

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