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
/
Wlarger-than2.c
blob
eac67f48b5a972684575858767d5c83c19e42ee5
1
/* { dg-do compile } */
2
/* { dg-options "-Wlarger-than=8" } */
3
static void
foo
(
void
)
4
{
5
char
buf
[
9
];
/* { dg-warning "size of.*9 bytes" } */
6
}
7