repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr15791-5.C
blob
06ce523a7ae6ed2452d65c8c5cc777699cb14b9e
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple" } */
3
4
int foo(int i, int j)
5
{
6
char g[16];
7
if (&g[i] == &g[j])
8
return 1;
9
return 0;
10
}
11
12
/* { dg-final { scan-tree-dump-times "i == j" 1 "gimple" } } */
13
/* { dg-final { cleanup-tree-dump "gimple" } } */