From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16537 invoked by alias); 25 Feb 2004 04:44:24 -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 16527 invoked by uid 48); 25 Feb 2004 04:44:23 -0000 Date: Wed, 25 Feb 2004 04:44:00 -0000 Message-ID: <20040225044423.16526.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040225005221.14281.s_gccbugzilla@nedprod.com> References: <20040225005221.14281.s_gccbugzilla@nedprod.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14281] Regression in v3.4: friend class not working X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg02373.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-25 04:44 ------- This is not a bug, ICC 6.0 rejects this code (but only when strict mode is turned on): pr14281.cc pr14281.cc(1): error #308: class "B::X" is inaccessible template struct A : public T::X {}; ^ detected during instantiation of class "A [with T=B]" at line 9 compilation aborted for pr14281.cc (code 2) -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14281