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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
BUG2.c
blob
6dc30be65023d2f5ef0bf2bd364b7af73fdcf350
1
BUG2
(
p
)
int
*
p
;
2
{
3
int
a
=
0
;
4
if
(*
p
==
a
)
5
return
0
;
6
else
7
return
1
;
8
}