[Bug middle-end/21602] builtin memmove could be memcpy if src and dst don't alias

2010-08-30 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-08-30 13:46 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/21602] builtin memmove could be memcpy if src and dst don't alias

2010-08-30 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-08-30 13:46 --- Subject: Bug 21602 Author: rguenth Date: Mon Aug 30 13:46:31 2010 New Revision: 163646 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=163646 Log: 2010-08-30 Richard Guenther rguent...@suse.de PR

[Bug middle-end/21602] builtin memmove could be memcpy if src and dst don't alias

2010-05-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-05-09 16:54 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/21602] builtin memmove could be memcpy is src and dst don't alias

2005-05-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16 02:19 --- Confirmed. -- What|Removed |Added Severity|normal