fix typoed PR number
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 17 Dec 2004 16:02:12 +0000 (16:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 17 Dec 2004 16:02:12 +0000 (16:02 +0000)
From-SVN: r92317

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/conv-5.C

index 241e62a..eb6cb4f 100644 (file)
@@ -1,6 +1,6 @@
 2004-12-17  Nathan Sidwell  <nathan@codesourcery.com>
 
-       PR c++/17821
+       PR c++/18721
        * class.c (add_method): Do not push conversion operators into a
        binding level.
 
index 82ae764..3cdd567 100644 (file)
@@ -1,6 +1,6 @@
 2004-12-17  Nathan Sidwell  <nathan@codesourcery.com>
 
-       PR c++/17821
+       PR c++/18721
        * g++.dg/lookup/conv-5.C: New.
 
 2004-12-16  Ziemowit Laski  <zlaski@apple.com>
index e238e90..f8df710 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2004 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 17 Dec 2004 <nathan@codesourcery.com>
 
-// PR 17821. bogus error
+// PR 18721. bogus error
 // Origin:  Mikael Kilpel?inen <belz@kolumbus.fi>
 
 struct A {