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]

[Bug c++/32106] [4.3 regression] ICE after name-clash between struct and namespace



------- Comment #2 from reichelt at gcc dot gnu dot org  2007-07-11 22:21 -------
Just for the record:
The bug disappeared between 2007-06-23 and 2007-07-02.

I'd guess this was fixed by

2007-07-01  Ollie Wild  <aaw@google.com>

        * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
        (select_decl): Remove function.
        (unqualified_namespace_lookup): Populate binding by calling
        ambiguous_decl.  Remove select_decl call.
        (lookup_qualified_name): Remove select_decl call.
        * decl.c (lookup_and_check_tag): Check for ambiguous references.
        * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
        generation when name lookup is ambiguous.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32106


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