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

2009-04-13 Thread msieweke at broadcom dot com
signedTo: unassigned at gcc dot gnu dot org ReportedBy: msieweke at broadcom dot com GCC build triplet: i386-gnu-linux GCC host triplet: i386-gnu-linux GCC target triplet: mipsisa32-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39755

[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 - fixe