This is the mail archive of the gcc-prs@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++/8932: g++ 3.2 error parsing a scoped friend declaration


>Number:         8932
>Category:       c++
>Synopsis:       g++ 3.2 error parsing a scoped friend declaration
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 13 12:26:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     sebor@roguewave.com
>Release:        3.2
>Organization:
>Environment:

>Description:
This is still failing in 3.2. The problem was first reported against 2.95.2. It was analyzed by Martin v. Loewis as a known parser limitation but, AFAIK, we never entered in GNATS.

Regards
Martin

$ cat t.cpp; g++ --version; g++ -c t.cpp; echo $?

template <class T>
struct A { };


template <class T>
struct B
{
    friend class ::A<T>;
};
g++ (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

t.cpp:9: parse error before `;' token
1
>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]