Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / tree-ssa / 20030917-1.c
blobde3b5c122e01b76792fe62b11ddb360cd5186269
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-store_ccp" } */
5 extern int board[];
7 void
8 findbestextension (int blah, int blah2)
10 int defval;
11 defval = def_val (board[blah2]);
12 if (blah)
13 defval = 0;
14 foo (defval);
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" } } */