1 /* { dg-do compile } */
2 /* { dg-options "-Os -fdump-tree-optimized" } */
4 unsigned long foobar(unsigned long ns
)
11 /* This test was originally introduced to test that we transform
12 to ns % 10000. See the discussion of PR 32044 why we do not do
14 /* { dg-final { scan-tree-dump-times "%" 0 "optimized" } } */
15 /* { dg-final { scan-tree-dump-times "/" 0 "optimized" } } */
16 /* { dg-final { cleanup-tree-dump "optimized" } } */