From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11427 invoked by alias); 20 Mar 2003 06:46: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 11376 invoked by uid 71); 20 Mar 2003 06:46:00 -0000 Resent-Date: 20 Mar 2003 06:46:00 -0000 Resent-Message-ID: <20030320064600.11375.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, sriram.subramoney@wipro.com Resent-Reply-To: gcc-gnats@gcc.gnu.org, sriram.subramoney@wipro.com Received: (qmail 9369 invoked by uid 48); 20 Mar 2003 06:42:32 -0000 Message-Id: <20030320064232.9368.qmail@sources.redhat.com> Date: Thu, 20 Mar 2003 06:46:00 -0000 From: sriram.subramoney@wipro.com Reply-To: sriram.subramoney@wipro.com To: gcc-gnats@gcc.gnu.org Cc: sriram.subramoney@wipro.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: sriram.subramoney@wipro.com Subject: c++/10161: Parse error with xscale_be-g++ compiler for code which works well with g++ X-SW-Source: 2003-03/txt/msg01321.txt.bz2 List-Id: >Number: 10161 >Category: c++ >Synopsis: Parse error with xscale_be-g++ compiler for code which works well with g++ >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: rejects-legal >Submitter-Id: net >Arrival-Date: Thu Mar 20 06:46:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Sriram N.S. >Release: unknown-1.0 >Organization: >Environment: >Description: Parse error was reported by xscale_be-g++ compiler for a class definition similar to the following. Compilation for the same code using the g++ compiler gets thru' without any error. Whether any compiler option is to be used in this case ??. Class S { public: int E1(const S &s) const; int E2(const S &s) const { return E3(); } ... } >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: