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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr60156.c
blob
1e8204c99c765764c1c4e1b4b0df1b9a8d12bd9f
1
/* PR c/60156 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wpedantic" } */
4
5
int
6
main
(
int
argc
,
char
*
argv
[], ...)
/* { dg-warning "declared as variadic function" } */
7
{
8
return
0
;
9
}