[Bug rtl-optimization/41455] memcpy not tail called if it's a struct assignment

2017-11-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41455 Andrew Pinski changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment #

[Bug rtl-optimization/41455] memcpy not tail called if it's a struct assignment

2012-06-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41455 Richard Guenther changed: What|Removed |Added Target|arm-elf |arm-elf, x86_64-*-* Last reconfirmed

[Bug rtl-optimization/41455] memcpy not tail called if it's a struct assignment

2009-12-14 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41455

[Bug rtl-optimization/41455] memcpy not tail called if it's a struct assignment

2009-09-23 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2009-09-24 06:29 --- Confirmed with trunk Because Tail calling is now done at the tree level. I remember me or someone fixing this by detecting block moves in tree-tail-call.c and then set up the flags accordingly. IIRC the same problem