On Wed, May 27, 2020 at 8:26 AM Richard Biener via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > On Wed, May 27, 2020 at 3:33 PM Eric Botcazou <botca...@adacore.com> wrote: > > > > > Please use int128 effective target rather than lp64 in the tests that need > > > __int128 type. > > > > OK, thanks, adjusted locally. > > OK.
I am checking in this as an obvious fix. -- H.J.
From 4d80ebea98cda52c57da8353a4da47029eea88b4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hjl.to...@gmail.com> Date: Thu, 28 May 2020 07:07:13 -0700 Subject: [PATCH] gcc.dg/builtin-bswap-10.c: Check "! int128" Check "! int128" instead of ilp32 since ILP32 targets can support int128. gcc/testsuite/ * gcc.dg/builtin-bswap-10.c: Check "! int128" instead of ilp32 --- gcc/testsuite/gcc.dg/builtin-bswap-10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/builtin-bswap-10.c b/gcc/testsuite/gcc.dg/builtin-bswap-10.c index 6c8a39f17d0..6c69bcd70d8 100644 --- a/gcc/testsuite/gcc.dg/builtin-bswap-10.c +++ b/gcc/testsuite/gcc.dg/builtin-bswap-10.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { ilp32 } } } */ +/* { dg-do compile { target { ! int128 } } } */ /* { dg-options "" } */ /* { dg-final { scan-assembler "__builtin_" } } */ -- 2.26.2