This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/81788] address of a local variable escapes too early
- From: "msebor at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Aug 2017 04:08:33 +0000
- Subject: [Bug tree-optimization/81788] address of a local variable escapes too early
- Auto-submitted: auto-generated
- References: <bug-81788-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81788
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
Dupe of bug 23384 sounds right. The aliasing pass is documented as flow
insensitive so I suspected this was a known limitation. Thanks for confirming
that.
*** This bug has been marked as a duplicate of bug 23384 ***