1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -march=k8" } */
3 /* { dg-final { scan-assembler "sbb" } } */
5 extern void abort (void);
7 /* Conditional increment is best done using sbb $-1, val. */
8 int t
[]={0,0,0,0,1,1,1,1,1,1};
22 for (i
=0;i
<10000000;i
++)