comparison gcc/testsuite/gcc.dg/builtin-bswap-7.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
3 /* { dg-require-effective-target lp64 } */ 3 /* { dg-require-effective-target lp64 } */
4 /* { dg-options "-O -fdump-rtl-combine" } */ 4 /* { dg-options "-O -fdump-rtl-combine" } */
5 5
6 /* The branch cost setting prevents the return value from being 6 /* The branch cost setting prevents the return value from being
7 calculated with arithmetic instead of doing a compare. */ 7 calculated with arithmetic instead of doing a compare. */
8 /* { dg-additional-options "-mbranch-cost=0" { target s390x-*-* } } */ 8 /* { dg-additional-options "-mbranch-cost=0" { target branch_cost } } */
9 9
10 #include <stdint.h> 10 #include <stdint.h>
11 11
12 #define BS(X) __builtin_bswap64(X) 12 #define BS(X) __builtin_bswap64(X)
13 13