[Bug c/39755] inline memcpy() incorrectly optimized on MIPS target

2009-04-16 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-16 15:56 --- Try bisecting the changes to cherry-pick the one fixing the bug. Fixed in GCC 3.4. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/39755] inline memcpy() incorrectly optimized on MIPS target

2009-04-16 Thread msieweke at broadcom dot com
--- Comment #2 from msieweke at broadcom dot com 2009-04-16 15:06 --- As mentioned in the original report, the bug doesn't exist in GCC 4.x.x. It has since been tested with GCC 3.4.4, where the bug is fixed. GCC 3.2.x - broken GCC 3.3.x - broken GCC 3.4.x - fixed GCC 4.x.x - fixed For a

[Bug c/39755] inline memcpy() incorrectly optimized on MIPS target

2009-04-14 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-04-14 10:13 --- GCC 3.2.1 is no longer maintained, please reproduce with at least GCC 4.3.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added