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
/
noncompile
/
pr71265.c
blob
69507b5ade72fceed8f8a4c62ef755636e926b3f
1
/* PR c/71265 */
2
/* { dg-do compile } */
3
/* { dg-additional-options "-Wno-old-style-definition" } */
4
5
void
ID
(
ID
)
6
int
ID
[
__func__
];
/* { dg-error "size of array .ID. has non-integer type" } */
7
{
8
}