Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / tree-ssa / pr15791-4.C
blob82be2e33a9a320efaa48b2c9e1fcc259a55366a3
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-gimple" } */
4 int f(int i, int j)
6     int b[2][2];
7     if (&b[1][i] == &b[0][j])
8       return 1;
9     return 0;
12 /* { dg-final { scan-tree-dump-times "i == j" 0 "gimple" } } */
13 /* { dg-final { cleanup-tree-dump "gimple" } } */