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
/
Warray-bounds-74.c
blob
c59a876e0736327a0e163f3bb7905901afeca9d8
1
/* Verify that -Warray-bounds suppression via #pragma GCC diagnostic
2
works at any call site in an inlining stack
3
{ dg-do compile }
4
{ dg-options "-O2 -Wall" } */
5
6
#define IGNORE
'4'
7
#include
"Warray-bounds-71.h"