c++/2922: [2003-01-02] parser:two-phase name lookup not working

neil@gcc.gnu.org neil@gcc.gnu.org
Thu Jan 2 19:13:00 GMT 2003


Old Synopsis: parser:two-phase name lookup not working
New Synopsis: [2003-01-02] parser:two-phase name lookup not working

State-Changed-From-To: suspended->analyzed
State-Changed-By: neil
State-Changed-When: Thu Jan  2 11:13:02 2003
State-Changed-Why:
    New parser gives:
    
    f(char)
    f(int)
    f(char)
    f(char)
    
    which is better but we still have one f(int), which I understand is wrong according to the DR referenced above.

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



More information about the Gcc-prs mailing list