From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22969 invoked by alias); 10 Mar 2003 16:16:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 22955 invoked by uid 71); 10 Mar 2003 16:16:00 -0000 Date: Mon, 10 Mar 2003 16:16:00 -0000 Message-ID: <20030310161600.22954.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/10016 Reply-To: Wolfgang Bangerth X-SW-Source: 2003-03/txt/msg00484.txt.bz2 List-Id: The following reply was made to PR c++/10016; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/10016 Date: Mon, 10 Mar 2003 10:09:13 -0600 (CST) If someone wants to try backporting this to 3.3 or 3.2: the patch appeared in this timeframe test/x> ../../bin/gcc-2002-12-25/bin/c++ -c 10016.cc test/x> ../../bin/gcc-2003-01-05/bin/c++ -c 10016.cc 10016.cc: In member function `int B::f()': 10016.cc:5: error: `int A::foo' is private 10016.cc:11: error: within this context That's also the timeframe in which the new parser was merged, but it might also be unrelated. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth/