re PR tree-optimization/78482 (wrong code at -O3 in both 32-bit and 64-bit modes...
authorJakub Jelinek <jakub@redhat.com>
Wed, 23 Nov 2016 19:50:23 +0000 (20:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 23 Nov 2016 19:50:23 +0000 (20:50 +0100)
commit871a2c6c8bb82158a9ab4a54a3e8114a098641ea
tree344678b6b00fc7c8149c80c8f5a7ff30427f3971
parentc39dad64b8b3df3da912134d339ef5fe5c45fad0
re PR tree-optimization/78482 (wrong code at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu)

PR tree-optimization/78482
* gcc.dg/torture/pr78482.c (c, d): Use signed char instead of char.
(bar): New function.
(main): Call bar instead of printf.

From-SVN: r242794
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr78482.c