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
/
pr26781-2.c
blob
47168fdc63b0499254af1dd596ca957939a26767
1
void
zconfdump
(
__SIZE_TYPE__ i
)
2
{
3
for
(;;)
4
{
5
char
__a0
;
6
__a0
= (
"
\"\\
"
)[
i
];
7
if
(
__a0
)
8
return
;
9
}
10
}
11