re PR rtl-optimization/81423 (Wrong code at -O2)
authorJakub Jelinek <jakub@redhat.com>
Sat, 14 Oct 2017 08:34:11 +0000 (10:34 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 14 Oct 2017 08:34:11 +0000 (10:34 +0200)
commit5c20e429775e6b72b42a3c7b3c3be77f535d4bb6
tree637e59c2b47a60b2a46615698414db955b33a82d
parenta0bf6cf784e56448d81d144f83eaaf90a9fe83b7
re PR rtl-optimization/81423 (Wrong code at -O2)

PR rtl-optimization/81423
* gcc.c-torture/execute/pr81423.c (foo): Add missing cast.  Change L
suffixes to LL.
(main): Punt if either long long isn't 64-bit or int isn't 32-bit.

From-SVN: r253749
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr81423.c