This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
patch that FIXED regression PR c++/8116 (still broken on 3.2 branch)
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: gcc at gcc dot gnu dot org, nathan at codesourcery dot com
- Date: Mon, 23 Dec 2002 11:48:02 -0800
- Subject: patch that FIXED regression PR c++/8116 (still broken on 3.2 branch)
The patch that fixed the regression reported in PR c++/8116
was fixed with the following patch to the mainline:
2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
PR c++/7718
* pt.c (tsubst_decl): Remove assert.
PR 8116 is a duplicate of PR 7718. They are both
regressions from GCC 3.0.4 that still exist on the 3.2
branch. PR 7718 was not recognized as a regression.
I've added this information to GNATS, but didn't change
anything to note the duplicate PRs.
Janis