1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-store_ccp" } */
8 findbestextension (int blah
, int blah2
)
11 defval
= def_val (board
[blah2
]);
17 /* The argument to "foo" should be a variable, not a constant. */
18 /* { dg-final { scan-tree-dump-times "foo .defval" 1 "store_ccp"} } */
19 /* { dg-final { cleanup-tree-dump "store_ccp" } } */