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++/17042] [3.5 regression] Duplicated symbol in assembly output


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-16 17:34 -------
Using Phil's regression hunter (the hard way)
between 2004-07-29 and 2004-07-30 is when this broke.
Caused most likely by:
2004-07-29  Mark Mitchell  <mark@codesourcery.com>
        
        * cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define.
        (lang_decl_flags): Narrow the width of "languages".  Add
        repo_available_p.
        (DECL_NEEDED_P): Remove. 
        (FOR_EACH_CLONE): New macro.
        (DECL_REPO_AVAILABLE_P): Likewise.
        (DECL_TINFO_P): Likewise.
        (set_linkage_according_to_type): Declare.
        (import_export_vtable): Remove.
        (import_export_tinfo): Likewise.
        ....

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


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


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