This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/10161: Parse error with xscale_be-g++ compiler for code which works well with g++


>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]