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
/
compile
/
pr18712.c
blob
7d53aaae877f878d806707fe527538a4556302f3
1
void
*
eintr_source
(
void
*
arg
)
2
{
3
int
ts
=
0
;
4
5
if
(
arg
)
6
foo
();
7
8
while
(
1
)
9
{
10
if
(
arg
)
11
foo
();
12
13
foo1
(&
ts
);
14
}
15
16
return
0
;
17
}