summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtin-bswap-10.c
blob: 6c69bcd70d85c37a8d95675152a11f78c4139510 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target { ! int128 } } } */
/* { dg-options "" } */
/* { dg-final { scan-assembler "__builtin_" } } */

int foo (int x)
{
  return __builtin_bswap128 (x); /* { dg-warning "implicit declaration" } */
}