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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-parm-omit-1.c
blob
83d1b5082869c3ca206c6e93c47a23dce2a397cf
1
/* Test omitted parameter names not in C11: -pedantic-errors. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
void
f
(
int
) { }
/* { dg-error "omitting parameter names" } */