[Bug c++/39786] [4.3/4.4 Regression] Qualified name lookup through different numbers of using directives
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 3 20:45:00 GMT 2009
------- Comment #3 from jason at gcc dot gnu dot org 2009-11-03 20:45 -------
This test now passes with 4.5, presumably because of
2009-10-28 Jason Merrill <jason@redhat.com>
Core issue 812, 861
* name-lookup.c (set_decl_namespace): Deal properly with inline
namespaces.
(qualified_lookup_using_namespace): Overhaul.
* pt.c (print_candidates): Handle getting an OVERLOAD.
I suppose I could apply the qualified_lookup_using_namespace hunk to 4.3 and
4.4.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
Known to fail|4.1.2 4.3.2 4.4.0 4.5.0 |4.1.2 4.3.2 4.4.0
Known to work|3.3.6 |3.3.6 4.5.0
Last reconfirmed|2009-04-17 09:14:10 |2009-11-03 20:45:45
date| |
Summary|[4.3/4.4/4.5 Regression] |[4.3/4.4 Regression]
|Qualified name lookup |Qualified name lookup
|through different numbers of|through different numbers of
|using directives |using directives
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39786
More information about the Gcc-bugs
mailing list