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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr48767.c
blob
f504fe0030bf0bd213730d1aeebd6a837b010192
1
/* PR target/48767 */
2
3
void
4
foo
(
__builtin_va_list ap
)
5
{
6
__builtin_va_arg
(
ap
,
void
);
/* { dg-error "second argument to .va_arg. is of incomplete type .void." } */
7
}