From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28173 invoked by alias); 23 Dec 2002 19:46:14 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 28166 invoked from network); 23 Dec 2002 19:46:12 -0000 Received: from unknown (HELO e35.co.us.ibm.com) (32.97.110.133) by 209.249.29.67 with SMTP; 23 Dec 2002 19:46:12 -0000 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.194.24]) by e35.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id gBNJjUmV092340; Mon, 23 Dec 2002 14:45:30 -0500 Received: from dyn9-47-17-68.beaverton.ibm.com (dyn9-47-17-68.beaverton.ibm.com [9.47.17.68]) by westrelay03.boulder.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id gBNJjTUt098694; Mon, 23 Dec 2002 12:45:29 -0700 Received: (from janis@localhost) by dyn9-47-17-68.beaverton.ibm.com (8.9.3/8.9.3) id LAA09727; Mon, 23 Dec 2002 11:48:02 -0800 Date: Mon, 23 Dec 2002 12:58:00 -0000 From: Janis Johnson To: gcc@gcc.gnu.org, nathan@codesourcery.com Subject: patch that FIXED regression PR c++/8116 (still broken on 3.2 branch) Message-ID: <20021223114802.A9715@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-12/txt/msg01365.txt.bz2 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 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