repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR testsuite/52641
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
ssa-ccp-13.c
blob
d35adee514d6078f5221ad3f00ea4da85495f4b7
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
4
static const char
f
[
3
] =
"?"
;
5
6
int
foo
()
7
{
8
int
i
=
0
;
9
return
f
[
i
] !=
'?'
;
10
}
11
12
/* { dg-final { scan-tree-dump "return 0;" "optimized" } } */
13
/* { dg-final { cleanup-tree-dump "optimized" } } */
14