re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)
authorJakub Jelinek <jakub@redhat.com>
Tue, 18 Nov 2008 23:01:35 +0000 (00:01 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 18 Nov 2008 23:01:35 +0000 (00:01 +0100)
commit890154a8b65532d96f4853ca32d98b6e555ffa21
treea106c282f6a5c669c8fba459b5fb1a5822731d18
parent042fed7915f1e924be61128d6409ad3eee2fe0a2
re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)

PR tree-optimization/38051
* gcc.c-torture/execute/pr38051.c (buf): Remove aligned attribute.
(buf2): Removed.
(main): Only run on little endian targets with
sizeof (long) == sizeof (void *).  Use just one buffer, align the
pointers at runtime.

From-SVN: r141983
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr38051.c