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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wlarger-than4.c
blob
dd936c671cde75c54f2f970fab063611c949b265
1
/* PR 90983/manual documents `-Wno-stack-usage` flag, but it is unrecognized
2
{ dg-do compile }
3
{ dg-options "-Wall -Wlarger-than=123 -Wno-larger-than" } */
4
5
char
a
[
1234
];