This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/61410] strcat overwrites destination string when compiling with optimizations
- From: "glisse at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 04 Jun 2014 09:35:15 +0000
- Subject: [Bug tree-optimization/61410] strcat overwrites destination string when compiling with optimizations
- Auto-submitted: auto-generated
- References: <bug-61410-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61410
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |tree-optimization
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
This seems already fixed in 4.8 (there is probably a dup somewhere), and I
believe it is too late for the last release of the 4.7 branch.