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++/11871] [3.4 Regression] Koenig lookup regression


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mueller at kde dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at codesourcery dot
                   |                            |com


------- Additional Comments From mueller at kde dot org  2003-08-10 20:13 -------
regression hunting shows that this commit introduced the regression: 
 
2003-07-29  Nathan Sidwell  <nathan@codesourcery.com> 
 
       PR c++/9447 
       * decl.c (add_binding): Add bval local variable. 
       (push_class_level_binding): Likewise. Allow a USING_DECL to be 
       pushed. 
       * decl2.c (do_class_using_decl):  The type of a using decl is 
       unknown. 
       * parser.c (cp_parser_postfix_expression): Refactor unqualified-id 
       function call lookup code. 
       * pt.c (tsubst): A USING_DECL will have unknown type. 
       (tsubst_copy_and_build): Allow a using decl. 
       (type_dependent_expression_p): A USING_DECL will make it 
       dependent. 
       * semantics.c (finish_member_declaration): Push a dependent using 
       declaration.


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