From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23318 invoked by alias); 11 Mar 2003 15:56:02 -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 23282 invoked by uid 71); 11 Mar 2003 15:56:01 -0000 Date: Tue, 11 Mar 2003 15:56:00 -0000 Message-ID: <20030311155601.23281.qmail@sources.redhat.com> To: gdr@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Volker Reichelt Subject: Re: c++/2455: [2003-01-01]Segfault in cc1plus on mutually inclusive namespaces Reply-To: Volker Reichelt X-SW-Source: 2003-03/txt/msg00574.txt.bz2 List-Id: The following reply was made to PR c++/2455; it has been noted by GNATS. From: Volker Reichelt To: Erwin.Unruh@fujitsu-siemens.com, gcc-gnats@gcc.gnu.org, Andreas.Krakowczyk@fujitsu-siemens.com, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c++/2455: [2003-01-01]Segfault in cc1plus on mutually inclusive namespaces Date: Tue, 11 Mar 2003 16:51:47 +0100 (CET) Just for the record: The problem with the mutually inclusive namespaces has been fixed on mainline (which will become gcc 3.4). I.e. the reduced testcase now compiles without problems. The original example, however, does not compile because the new parser adheres closer to the C++ standard. This means the code needs to be fixed. Regards, Volker http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2455