public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-9069] restrict gcc.dg/pr107554.c to 64bit platforms
@ 2023-01-26  7:23 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2023-01-26  7:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6484fc2bf682ccf50c11675773cf72d32a079426

commit r12-9069-g6484fc2bf682ccf50c11675773cf72d32a079426
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Nov 14 08:08:26 2022 +0100

    restrict gcc.dg/pr107554.c to 64bit platforms
    
    The following avoids exceeding the maximum object size on 32bit
    platforms.
    
            * gcc.dg/pr107554.c: Restrict to lp64.
    
    (cherry picked from commit e7ebdf51ea514ad0b2272ecfa97d6ec72a527e40)

Diff:
---
 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

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

only message in thread, other threads:[~2023-01-26  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  7:23 [gcc r12-9069] 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).