c++/9190: [3.4 regression] [parser] Access control looks for names the wrong way
lerdsuwa@gcc.gnu.org
lerdsuwa@gcc.gnu.org
Mon Jan 13 05:17:00 GMT 2003
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
More information about the Gcc-bugs
mailing list