public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] restrict gcc.dg/pr107554.c to 64bit platforms
@ 2022-11-14  7:09 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2022-11-14  7:09 UTC (permalink / raw)
  To: gcc-patches

The following avoids exceeding the maximum object size on 32bit
platforms.

Pushed.

	* gcc.dg/pr107554.c: Restrict to lp64.
---
 gcc/testsuite/gcc.dg/pr107554.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr107554.c b/gcc/testsuite/gcc.dg/pr107554.c
index 8bbe6b07ae9..61ef2bcd90a 100644
--- a/gcc/testsuite/gcc.dg/pr107554.c
+++ b/gcc/testsuite/gcc.dg/pr107554.c
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lp64 } } */
 /* { dg-options "-O -foptimize-strlen" } */
 
 #define ELEMS 0x40000000
-- 
2.35.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  7:09 [PATCH] restrict gcc.dg/pr107554.c to 64bit platforms Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).