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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48767.c
blob
66cb34885d04405100dfd3783d9695728aa42c59
1
/* PR target/48767 */
2
3
void
4
foo
(
__builtin_va_list ap
)
5
{
6
__builtin_va_arg
(
ap
,
void
);
7
}