fix PR number
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 19 Sep 2003 10:00:23 +0000 (10:00 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 19 Sep 2003 10:00:23 +0000 (10:00 +0000)
From-SVN: r71564

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

index a94120fec3eacac2f50ca3d41df5f61d1ca4ed72..15bf1a6f0c7dc213106828650d871edf50f4d603 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 ce668dda6a2e7fcb8b9fe901bbe6ed5ebb3b4384..2b1e5663464750f82737a86eed7afd6384aa8b6e 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 15ede590f40ce7a30a29136ecaa5941a829e258f..0c9dad647d2c0ee9ed93fb9b51ee22877ad3e430 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;