This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14593] [tree-ssa] bcopy is mysteriously replaced with memcpy
- From: "kazu at cs dot umass dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2004 04:34:06 -0000
- Subject: [Bug optimization/14593] [tree-ssa] bcopy is mysteriously replaced with memcpy
- References: <20040316043253.14593.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From kazu at cs dot umass dot edu 2004-03-16 04:34 -------
Note that on this testcase, bcopy must stay as is because
source and destination of bcopy overlap.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14593