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
/
pr34127.c
blob
10d41acaf52f5a5c5e82404344ea08291b3599c5
1
static void
2
whichtable
(
char
**
pfmt
)
3
{
4
--*
pfmt
;
5
}
6
void
prepare_s
(
const char
*
fmt
)
7
{
8
whichtable
((
char
**)&
fmt
);
9
}