public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5105] testsuite: Enable pr108308.c test on all int32 targets [PR108308]
Date: Wed, 11 Jan 2023 12:08:52 +0000 (GMT)	[thread overview]
Message-ID: <20230111120852.ECD4D3858D38@sourceware.org> (raw)

https://gcc.gnu.org/g:b39c1bea5bae9aee1df25cab1064f983b9ec6941

commit r13-5105-gb39c1bea5bae9aee1df25cab1064f983b9ec6941
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Jan 11 13:06:14 2023 +0100

    testsuite: Enable pr108308.c test on all int32 targets [PR108308]
    
    This test seems to rely on 32-bit int (and uses a wider constant
    which shouldn't fit into int), I've initially enabled it on ilp32+lp64
    target, but apparently it works on llp64 too, so I've changed it to
    int32.
    
    2023-01-11  Jakub Jelinek  <jakub@redhat.com>
    
            PR target/108308
            * gcc.dg/pr108308.c: Use int32 target rather than { ilp32 || lp64 }.

Diff:
---
 gcc/testsuite/gcc.dg/pr108308.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr108308.c b/gcc/testsuite/gcc.dg/pr108308.c
index c22762690ac..d5cc37d9f12 100644
--- a/gcc/testsuite/gcc.dg/pr108308.c
+++ b/gcc/testsuite/gcc.dg/pr108308.c
@@ -1,5 +1,5 @@
 /* PR target/108308 */
-/* { dg-do run { target { ilp32 || lp64 } } } */
+/* { dg-do run { target int32 } } */
 /* { dg-options "-Os -fno-tree-ccp" } */
 
 int a = 1, *d = &a, f = 2766708631, h;

                 reply	other threads:[~2023-01-11 12:08 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=20230111120852.ECD4D3858D38@sourceware.org \
    --to=jakub@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).