projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea6977
)
gcc.dg/builtin-bswap-10.c: Check "! int128"
author
H.J. Lu
<hjl.tools@gmail.com>
Thu, 28 May 2020 14:07:13 +0000
(07:07 -0700)
committer
H.J. Lu
<hjl.tools@gmail.com>
Thu, 28 May 2020 14:07:13 +0000
(07:07 -0700)
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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/builtin-bswap-10.c
b/gcc/testsuite/gcc.dg/builtin-bswap-10.c
index 6c8a39f17d0678d4c4cdd7f874e83aa827fe35c5..6c69bcd70d85c37a8d95675152a11f78c4139510 100644
(file)
--- 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_" } } */