re PR rtl-optimization/57860 (wrong code for bitwise ops with long long literal on...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Aug 2013 09:24:52 +0000 (11:24 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Aug 2013 09:24:52 +0000 (11:24 +0200)
commitd15774b6318e7d7b1781eed30a1e3703bc450b98
tree4c922b264117547b3c17e43e8b175d98d71033bf
parent11729fa7a08b3b36007ab2754dad18ce73f1a69c
re PR rtl-optimization/57860 (wrong code for bitwise ops with long long literal on x86_64-linux (32-bit mode))

PR rtl-optimization/57860
PR rtl-optimization/57861
PR rtl-optimization/57875
PR rtl-optimization/57876
PR rtl-optimization/57877
* gcc.c-torture/execute/pr57860.c: New test.
* gcc.c-torture/execute/pr57861.c: New test.
* gcc.c-torture/execute/pr57875.c: New test.
* gcc.c-torture/execute/pr57876.c: New test.
* gcc.c-torture/execute/pr57877.c: New test.

From-SVN: r202018
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr57860.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/pr57861.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/pr57875.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/pr57876.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/pr57877.c [new file with mode: 0644]