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 lto/45475] target use in libcpp breaks LTO bootstrap


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

--- Comment #11 from Bernhard Reutner-Fischer <aldot at gcc dot gnu.org> 2011-02-01 19:44:13 UTC ---
(In reply to comment #10)
> *** Bug 47578 has been marked as a duplicate of this bug. ***

bug 47578 above stumbled across TS_OPTIMIZE. Quote from proposed patch there:
DECL_FUNCTION_SPECIFIC_OPTIMIZATION is already handled in
lto_input_ts_function_decl_tree_pointers and
lto_output_ts_function_decl_tree_pointers, respectively. So, under the
assumption that TS_OPTIMIZE means function-specific-opts and as such only ever
applies to fn-decls, remove the redundant sorry().

gcc/ChangeLog:

2010-02-01  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

    * lto-streamer-in.c (lto_input_tree_pointers): Do not handle
      TS_OPTIMIZATION.
    * lto-streamer-out.c (lto_output_tree_pointers): Ditto.


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