[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/11928] [3.3.1/3.4 regression] c++ typedef handling



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

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


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-08-29 01:35 -------
The regression in PR 11928 was introduced or exposed with this patch:

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

2003-06-17  Mark Mitchell  <mark@codesourcery.com>

        PR c++/11105
        * cp-tree.h (DECL_CONV_FN_TYPE): New method.
        * mangle.c (struct globals): Remove internal_mangling_p.
        (write_unqualified_name): Use DECL_CONV_FN_TYPE.
        (write_template_parm): Don't write out the level number.
        (conv_type_names): New variable.
        (hash_type): New function.
        (compare_type): Likewise.
        (mangle_conv_op_name_for_type): Don't try to mangle conversion
        operator names.
        * search.c (lookup_conversion_operator): New function.
        (lookup_fnfields_1): Use it.

The regression hunt took place on i686-pc-linux-gnu using the submitter's
test case (test.cc) with CVS mainline.  The 3.3 version of the patch
introduced or exposed the same problem on the branch.



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.



Reply to: