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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr67854.c
blob
af994c64582d9173be8030e464d74bbdf1e356a6
1
/* PR c/67854 */
2
/* { dg-do compile } */
3
4
#include <stdbool.h>
5
#include <stdarg.h>
6
7
void
8
foo
(
va_list
ap
)
9
{
10
va_arg
(
ap
,
bool
);
/* { dg-warning "is promoted to .int. when passed through" } */
11
}