1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=atom" } */
4 extern void exit (int);
15 cy
= cx
/ 6; if (cy
!= cz
) exit (1);
16 cy
= cx
% 6; if (cy
!= cz
) exit (1);
21 /* { dg-final { scan-assembler-times "divb" 1 } } */
22 /* { dg-final { scan-assembler-not "divw" } } */