public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-9069] restrict gcc.dg/pr107554.c to 64bit platforms
Date: Thu, 26 Jan 2023 07:23:35 +0000 (GMT)	[thread overview]
Message-ID: <20230126072335.95CDF3858D28@sourceware.org> (raw)

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

                 reply	other threads:[~2023-01-26  7:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230126072335.95CDF3858D28@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).