From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24054 invoked by alias); 27 Oct 2006 01:23:26 -0000 Received: (qmail 24009 invoked by uid 48); 27 Oct 2006 01:23:14 -0000 Date: Fri, 27 Oct 2006 01:23:00 -0000 Message-ID: <20061027012314.24008.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/29607] [DR 224] [4.1/4.2 Regression] dependent name with base classes In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "debian-gcc at lists dot debian dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg02291.txt.bz2 List-Id: ------- Comment #9 from debian-gcc at lists dot debian dot org 2006-10-27 01:23 ------- one of those patches introduces the regression on the 4.1 branch Matthias r117852 | rguenth | 2006-10-18 11:18:07 +0200 (Wed, 18 Oct 2006) | 16 lines 2006-10-18 Richard Guenther PR C++/25878 Backport from mainline: 2006-08-25 Nathan Sidwell PR c++/27787 * decl.c (make_typename_type): Only try and resolve it when context is not dependent. Refactor. * decl2.c (check_classfn): Push to class scope before looking * for the function. * g++.dg/template/typename10.C: New. * g++.dg/template/lookup4.C: Remove bogus error marker. ------------------------------------------------------------------------ r117821 | rguenth | 2006-10-17 10:27:26 +0200 (Tue, 17 Oct 2006) | 14 lines 2006-10-17 Richard Guenther Backport from mainline: 2006-09-07 Andrew Pinski PR C++/28906 * init.c (build_new_1): Build a distinct type copy for the array type that was returned from build_cplus_array_type. * g++.dg/other/array3.C: New test. * g++.dg/other/array4.C: New test. * g++.dg/other/array5.C: New test. -- debian-gcc at lists dot debian dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu dot | |org, pinskia at gcc dot gnu | |dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29607