Commit 68442fac by Nathan Sidwell Committed by Nathan Sidwell

fix PR number

From-SVN: r71564
parent 3501ba24
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.
......
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>
......
......@@ -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;
......
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