Fix typo.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Sep 2003 19:21:05 +0000 (19:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 7 Sep 2003 19:21:05 +0000 (19:21 +0000)
From-SVN: r71177

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 5dbfab44205bd053b807d2bd72484b7a2979827c..60aaf369e5fcafb7b82dd4f3ad8811a008593d81 100644 (file)
@@ -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.
index fbd5f57f1907d58a9e0df7fe3a81a29f310ea4a9..11de2d92f36f933d67a7ac2ef7430635927293b6 100644 (file)
@@ -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>