Restrict test to LP64.

gcc/testsuite/ChangeLog:

	PR testsuite/95886
	* gcc.target/i386/memcpy-pr95886.c: Restrict test to LP64.
This commit is contained in:
Martin Sebor 2020-07-23 14:08:22 -06:00
parent 25bce75c77
commit 8598657c60

View File

@ -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 };