[Bug lto/60461] [4.9 Regression] LTO linking error at -Os (and above) on x86_64-linux-gnu
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 13 10:27:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60461
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|rguenth at gcc dot gnu.org |jamborm at gcc dot gnu.org
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Looks like rebuild_cgraph_edges isn't reliably performed for functions
modified by IPA SRA (depends on visiting order). It would be best if
IPA SRA (and ipa_modify_call_arguments) kept IPA references and callgraph
edges up-to-date.
More information about the Gcc-bugs
mailing list