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
Avoid expicit builtion list in tree-ssa-dce
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
analyzer
/
fold-string-to-char.c
blob
4eb08c072902bc8bd465190de830cebc1cb602af
1
#include
"../../gcc.dg/analyzer/analyzer-decls.h"
2
3
void
test_1
(
void
)
4
{
5
char
str
[] =
"Hello"
;
6
char
*
ptr
=
str
;
7
__analyzer_eval
(
ptr
[
0
] ==
'H'
);
/* { dg-warning "TRUE" } */
8
}