aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/ChangeLog2
-rw-r--r--gcc/testsuite/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5dbfab4..60aaf36 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -19,7 +19,7 @@ Sun Sep 7 13:15:14 CEST 2003 Jan Hubicka <jh@suse.cz>
2003-09-06 Mark Mitchell <mark@codesourcery.com>
- PR c++/11687
+ PR c++/11867
* call.c (standard_conversion): Improve comments.
(perform_direct_initialization): Make sure we return an expression
of the correct type.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index fbd5f57..11de2d9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,6 @@
2003-09-06 Mark Mitchell <mark@codesourcery.com>
- PR c++/11687
+ PR c++/11867
* g++.dg/expr/static_cast5.C: New test.
2003-09-06 Andrew Pinski <pinskia@physics.uc.edu>