public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Surya Kumari Jangala <jskumari@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3805] testsuite: Fix failure in test pr105586.c [PR107171]
Date: Tue,  8 Nov 2022 12:35:53 +0000 (GMT)	[thread overview]
Message-ID: <20221108123553.41F753858403@sourceware.org> (raw)

https://gcc.gnu.org/g:7ca912b46e0eb45ebefeb0eda4c28afe1513d272

commit r13-3805-g7ca912b46e0eb45ebefeb0eda4c28afe1513d272
Author: Surya Kumari Jangala <jskumari@linux.ibm.com>
Date:   Thu Oct 13 09:18:15 2022 -0500

    testsuite: Fix failure in test pr105586.c [PR107171]
    
    The test pr105586.c fails on a big endian system when run in 32bit
    mode. The failure occurs as the test case does not guard against
    unsupported __int128.
    
    2022-10-13  Surya Kumari Jangala  <jskumari@linux.ibm.com>
    
    gcc/testsuite/
            PR testsuite/107171
            * gcc.target/powerpc/pr105586.c: Guard against unsupported
            __int128.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr105586.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr105586.c b/gcc/testsuite/gcc.target/powerpc/pr105586.c
index bd397f58bc0..3f88a09983b 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr105586.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr105586.c
@@ -1,4 +1,5 @@
 /* { dg-options "-mdejagnu-tune=power4 -O2 -fcompare-debug -fno-if-conversion -fno-guess-branch-probability" } */
+/* { dg-require-effective-target int128 } */
 
 extern int bar(int i);

                 reply	other threads:[~2022-11-08 12:35 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=20221108123553.41F753858403@sourceware.org \
    --to=jskumari@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).