c++/5281: some syntax is no longer accepted by g++ 3.0.3

jianhua.zhou@informix.com jianhua.zhou@informix.com
Fri Jan 4 16:26:00 GMT 2002


>Number:         5281
>Category:       c++
>Synopsis:       some syntax is no longer accepted by g++ 3.0.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 04 16:26:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jianhua Zhou
>Release:        g++ 3.0.3
>Organization:
>Environment:
gcc/g++ 3.0.3
>Description:
The follwing statement is no longer accepted by the new
g++ 3.0.3:

the OIOnihout is a class.

friend OIOnihout;

is not accepted by new g++ 3.0.3, and have to say:

friend class OIOnihout;

Do you have any option to make it work on g++ 3.0.3?

Thanks!

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the Gcc-bugs mailing list