repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ignore VOID when trying to if-convert phi-nodes
[smatch.git]
/
validation
/
fp-vs-ptrcast.c
blob
817aee5c909ffc56ab895bf4af93aac7054373a3
1
float
*
f01
(
void
*
p
)
2
{
3
return
p
;
4
}
5
6
/*
7
* check-name: fp-vs-ptrcast
8
* check-command: test-linearize -Wno-decl $file
9
* check-output-ignore
10
*
11
* check-output-excludes: fpcast
12
* check-output-contains: ptrcast
13
*/