OSDN Git Service

fix PR number
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 2003 10:00:23 +0000 (10:00 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Sep 2003 10:00:23 +0000 (10:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71564 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/memtmpl2.C

index a94120f..15bf1a6 100644 (file)
@@ -1,6 +1,6 @@
 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
 
-       PR c++/12232
+       PR c++/12332
        * pt.c (instantiate_class_template): Increment
        processing_template_decl around the tsubst of a template member
        function.
index ce668dd..2b1e566 100644 (file)
@@ -1,6 +1,6 @@
 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
 
-       PR c++/12232
+       PR c++/12332
        * g++.dg/template/memtmpl2.C: New test.
 
 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
index 15ede59..0c9dad6 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2003 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 18 Sep 2003 <nathan@codesourcery.com>
 
-// PR c++/12232. ICE
+// PR c++/12332. ICE
 
 template <unsigned D> class TPL;