aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2005-02-14 12:01:15 +0000
committerAlexandre Oliva <aoliva@redhat.com>2005-02-14 12:01:15 +0000
commitc25b756f55fb46bc85168b4ec28ac666ee9eb156 (patch)
treea349501139d54b3f88650641cacf655a514a2bd1 /gcc/cp/ChangeLog
parent66e712ec188213ab2a5f174cc50ceb3c1fb1434a (diff)
gcc/cp/ChangeLog:
PR c++/17816 * decl.c (redeclaration_error_message): Report redefinition of pure virtual function. gcc/testsuite/ChangeLog: PR c++/17816 * g++.dg/other/redecl2.C: New. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@95008 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7e39ce13ba3..777f520179a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-14 Alexandre Oliva <aoliva@redhat.com>
+
+ PR c++/17816
+ * decl.c (redeclaration_error_message): Report redefinition of
+ pure virtual function.
+
2005-02-11 Nathan Sidwell <nathan@codesourcery.com>
PR c++/19891