This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/10161: Parse error with xscale_be-g++ compiler for code which works well with g++
- From: sriram dot subramoney at wipro dot com
- To: gcc-gnats at gcc dot gnu dot org
- Cc: sriram dot subramoney at wipro dot com
- Date: 20 Mar 2003 06:42:32 -0000
- Subject: c++/10161: Parse error with xscale_be-g++ compiler for code which works well with g++
- Reply-to: sriram dot subramoney at wipro dot com
>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: