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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
960419-1.c
blob
68bd2b97dd12debcb55c1c53e3930df4db14945d
1
static int
i
;
2
3
void
4
check
(
x
)
5
int
x
;
6
{
7
if
(!
x
)
8
abort
();
9
}
10
11
main
()
12
{
13
int
*
p
= &
i
;
14
15
check
(
p
!= (
void
*)
0
);
16
exit
(
0
);
17
}