Commit 10856918 by Nathan Sidwell Committed by Nathan Sidwell

fix typoed PR number

From-SVN: r92317
parent b54a07e8
2004-12-17 Nathan Sidwell <nathan@codesourcery.com> 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 * class.c (add_method): Do not push conversion operators into a
binding level. binding level.
......
2004-12-17 Nathan Sidwell <nathan@codesourcery.com> 2004-12-17 Nathan Sidwell <nathan@codesourcery.com>
PR c++/17821 PR c++/18721
* g++.dg/lookup/conv-5.C: New. * g++.dg/lookup/conv-5.C: New.
2004-12-16 Ziemowit Laski <zlaski@apple.com> 2004-12-16 Ziemowit Laski <zlaski@apple.com>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// Copyright (C) 2004 Free Software Foundation, Inc. // Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 17 Dec 2004 <nathan@codesourcery.com> // 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> // Origin: Mikael Kilpel?inen <belz@kolumbus.fi>
struct A { struct A {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment