[Bug c++/11617] [3.4 regression] g++ does not report missing member functions

janis187 at us dot ibm dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 23 23:18:00 GMT 2003


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

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


janis187 at us dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


------- Additional Comments From janis187 at us dot ibm dot com  2003-07-23 23:18 -------
The regression in PR 11617 was introduced or exposed by this patch:

--- gcc/gcc/cp/ChangeLog ---

2003-07-14  Mark Mitchell  <mark@codesourcery.com>

        PR c++/7019
        * cp-tree.h (lookup_qualified_name): Adjust prototype.
        * decl.c (lookup_qualified_name): Add complain parameter.  Adjust
        call to is_aggr_type.
        * parser.c (cp_parser_lookup_name): Adjust call to
        lookup_qualified_name.
        * pt.c (tsubst_qualified_id): Likewise.
        (tsubst_copy_and_build): Likewise.
        * semantics.c (finish_qualified_id_expr): Deal with erroneous
        expressions.

The regression hunt took place on i686-pc-linux-gnu and used the small
test case from Comment #2.



More information about the Gcc-bugs mailing list