This is the mail archive of the gcc-bugs@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++/2922: [2003-01-02] parser:two-phase name lookup not working


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


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