]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/45094 ([arm] wrong instructions for dword move in some cases)
authorYao Qi <yao@codesourcery.com>
Wed, 18 Aug 2010 12:33:43 +0000 (12:33 +0000)
committerYao Qi <qiyao@gcc.gnu.org>
Wed, 18 Aug 2010 12:33:43 +0000 (12:33 +0000)
commit8019fcfb557001db4ef756511b6ff49f21392724
treeac089ea9b53f1acf174025fc054bf01f2921e86e
parent38e3c1e18ef02280cfbb384b3a6375f7dd789519
re PR target/45094 ([arm] wrong instructions for dword move in some cases)

gcc/
        PR target/45094
        * config/arm/arm.c (output_move_double): Fix typo generating
        instructions ('ldr'->'str').

gcc/testsuite/

        PR target/45094
        * gcc.target/arm/pr45094.c: New test.

From-SVN: r163338
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr45094.c [new file with mode: 0644]