public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-9449] testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560]
@ 2023-04-20  7:48 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-04-20  7:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5

commit r12-9449-g3907147aa9bf51ae2bc5d8ddd5bf8d6ddfdf4bf5
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Apr 20 09:43:04 2023 +0200

    testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560]
    
    The testcase needs to be restricted to int128 effective targets,
    it expectedly fails on i386 and other 32-bit targets.
    
    2023-04-20  Jakub Jelinek  <jakub@redhat.com>
    
            PR c++/108099
            PR testsuite/109560
            * g++.dg/ext/int128-8.C: Require int128 effective target.
    
    (cherry picked from commit bd4a1a547242a924663712ac7a13799433cdf476)

Diff:
---
 gcc/testsuite/g++.dg/ext/int128-8.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/ext/int128-8.C b/gcc/testsuite/g++.dg/ext/int128-8.C
index 14bbc49f5c3..7e909d50873 100644
--- a/gcc/testsuite/g++.dg/ext/int128-8.C
+++ b/gcc/testsuite/g++.dg/ext/int128-8.C
@@ -1,5 +1,5 @@
 // PR c++/108099
-// { dg-do compile { target c++11 } }
+// { dg-do compile { target { c++11 && int128 } } }
 // { dg-options "" }
 
 using u128 = unsigned __int128_t;

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

only message in thread, other threads:[~2023-04-20  7:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20  7:48 [gcc r12-9449] testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560] Jakub Jelinek

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).