projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bce75
)
Restrict test to LP64.
author
Martin Sebor
<msebor@redhat.com>
Thu, 23 Jul 2020 20:08:22 +0000
(14:08 -0600)
committer
Martin Sebor
<msebor@redhat.com>
Thu, 23 Jul 2020 20:10:14 +0000
(14:10 -0600)
gcc/testsuite/ChangeLog:
PR testsuite/95886
* gcc.target/i386/memcpy-pr95886.c: Restrict test to LP64.
gcc/testsuite/gcc.target/i386/memcpy-pr95886.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c
b/gcc/testsuite/gcc.target/i386/memcpy-pr95886.c
index c0a04d27fac0db21fc5c43edb296915927b37d71..ddfdfd2bc782f0be4e9c7c0fdace8fcbaba2cd69 100644
(file)
--- a/
gcc/testsuite/gcc.target/i386/memcpy-pr95886.c
+++ b/
gcc/testsuite/gcc.target/i386/memcpy-pr95886.c
@@
-1,6
+1,7
@@
/* PR middle-end/95886 - suboptimal memcpy with embedded zero bytes
{ dg-do compile }
- { dg-options "-O2 -Wall -fdump-rtl-expand" } */
+ { dg-options "-O2 -Wall -fdump-rtl-expand" }
+ { dg-require-effective-target lp64 } */
const char a1234567890[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };