]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/58726 (wrong code at -Os on x86_64-linux-gnu (affecting trunk...
authorJakub Jelinek <jakub@redhat.com>
Wed, 4 Dec 2013 11:25:06 +0000 (12:25 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 4 Dec 2013 11:25:06 +0000 (12:25 +0100)
commit5bf51f2f731c28ea9b45e170fc36a2b0d51ba9b2
treecf6f9692b6ef691ad0b472370f553e0b1c441595
parent77381ee7de541021dccd0030a757fc38f369993b
re PR rtl-optimization/58726 (wrong code at -Os on x86_64-linux-gnu (affecting trunk/4.7/4.6, but not 4.8))

PR rtl-optimization/58726
* combine.c (force_to_mode): Fix comment typo.  Don't destructively
modify x for ROTATE, ROTATERT and IF_THEN_ELSE.

* gcc.c-torture/execute/pr58726.c: New test.

From-SVN: r205664
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr58726.c [new file with mode: 0644]