2 /* { dg-require-effective-target ctzl } */
3 /* { dg-options "-O2 -fdump-tree-optimized" } */
5 #define PREC (__CHAR_BIT__ * __SIZEOF_LONG__)
8 __attribute__ ((noinline
, noclone
))
9 foo (unsigned long b
) {
24 if (foo(96) != PREC
- 5)
31 /* { dg-final { scan-tree-dump-times "__builtin_ctz|\\.CTZ" 1 "optimized" } } */