diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2013-05-14 13:54:49 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2013-05-14 13:54:49 +0000 |
commit | fc7721ee68a02651b6d8d4b2958fe02c7b02342a (patch) | |
tree | 9dd4b06919cfff11739444ffb3b520b7762ad9c3 /gcc/cp/ChangeLog | |
parent | dd787b0c00f8c10239b08685826946433fc40f22 (diff) | |
download | gcc-fc7721ee68a02651b6d8d4b2958fe02c7b02342a.zip gcc-fc7721ee68a02651b6d8d4b2958fe02c7b02342a.tar.gz gcc-fc7721ee68a02651b6d8d4b2958fe02c7b02342a.tar.bz2 |
re PR c++/53903 ([C++11] Incompatible exception-specification allowed if member explicitly-defaulted after first declaration)
/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.
From-SVN: r198886
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index aca1ece..9c09c13 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +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. + 2013-05-14 Jason Merrill <jason@redhat.com> PR c++/56998 |