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]

Re: c++/9190: [3.4 regression] [parser] Access control looks for names the wrong way


Old Synopsis: [3.4 regression] Access control looks for names the wrong way
New Synopsis: [3.4 regression] [parser] Access control looks for names the wrong way

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Thu Jan  9 06:08:40 2003
State-Changed-Why:
    Confirmed.  It's a parser issue.  It fails to realize that
    B<N>::Inner::f() is template parameter dependent.  So the
    name lookup for Inner and f (and access control) should not be done there yet.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9190


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