From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9774 invoked by alias); 3 Feb 2004 14:34:15 -0000 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 Received: (qmail 9753 invoked by uid 48); 3 Feb 2004 14:34:14 -0000 Date: Tue, 03 Feb 2004 14:34:00 -0000 Message-ID: <20040203143414.9752.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030819225102.11987.bangerth@dealii.org> References: <20030819225102.11987.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11987] [3.4/3.5 regression] Accepts-invalid with inherited nested type X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00344.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-02-03 14:34 ------- Your knowledge in this area is certainly better than mine, so I trust your judgment. As one datapoint, though, here is what icc says about my testcase: g/x> icc -c x.cc -Xc -ansi x.cc(10): error: "Y::I" is not a class template Y::I::I () {} // note: I is nested type in X, not Y! ^ W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11987