https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52571
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=48127,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=49379,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=52614
--- Comment #15 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to [email protected] from comment #14)
> Uncommoning things I think might well be slightly harder than trivial. A
> ctor is allowed to dynamically load a shared library, that defines a symbol,
> maybe, conditional on the environment. But with proper escape analysis,
> seems like one can figure it all out, just be careful with the edge cases.
What changes need to be made to the escape analysis to make it "proper"?