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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
func-args-2.c
blob
a537f8956a64750f93dd187a0c4dbd96540f7300
1
/* PR c/27420 */
2
/* { dg-do compile } */
3
/* { dg-options "-w" } */
4
5
void
foo
();
6
void
foo
(
struct
A a
) {}
/* { dg-error "incomplete type" } */