https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63209
--- Comment #3 from Yvan Roux <yroux at gcc dot gnu.org> --- Author: yroux Date: Mon Oct 6 12:40:10 2014 New Revision: 215932 URL: https://gcc.gnu.org/viewcvs?rev=215932&root=gcc&view=rev Log: /gcc/ 2014-10-06 Yvan Roux <yvan.r...@linaro.org> Backport from trunk r215136. 2014-09-10 Xinliang David Li <davi...@google.com> PR target/63209 * config/arm/arm.md (movcond_addsi): Handle case where source and target operands are the same. /gcc/testsuite/ 2014-10-06 Yvan Roux <yvan.r...@linaro.org> Backport from trunk r215136. 2014-09-10 Xinliang David Li <davi...@google.com> PR target/63209 * gcc.c-torture/execute/pr63209.c: New test. Added: branches/linaro/gcc-4_9-branch/gcc/testsuite/gcc.c-torture/execute/pr63209.c Modified: branches/linaro/gcc-4_9-branch/gcc/ChangeLog.linaro branches/linaro/gcc-4_9-branch/gcc/config/arm/arm.md branches/linaro/gcc-4_9-branch/gcc/testsuite/ChangeLog.linaro