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 middle-end/30151] [4.3 Regression] /usr/ccs/bin/ld: Duplicate symbol "global destructors keyed to _ZNSt3tr112_GLOBAL__N_16ignoreE"



------- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca  2007-08-31 01:53 -------
Subject: Re:  [4.3 Regression] /usr/ccs/bin/ld: Duplicate symbol "global
destructors keyed to _ZNSt3tr112_GLOBAL__N_16i

> Was this fixed?

No, there are still duplicate symbol failures as reported in comment #6.
However, this patch improved the situation:

2007-08-11  Jan Hubicka  <jh@suse.cz>

        * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
        (cgraph_process_new_functions): Honor previous value of
        disregard_inline_limits.
        * ipa-inline.c (compute_inline_parameters): Likewise.

Dave


-- 


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


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