[Bug tree-optimization/77705] Optimize away some static constructors
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 23 09:44:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77705
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-09-23
CC| |hubicka at gcc dot gnu.org,
| |rguenth at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. I would like to see us moving towards keeping the individual static
ctor functions separate and registered in the varpool (and leave building of
the actual CTOR function wrapping them eventually to IPA). This would allow
to run early opts over them and then eventually turn them into static
initialization.
More information about the Gcc-bugs
mailing list