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
/
pr82875.c
blob
52f1de7736747ce8bb1ee054d9e3df6347c21c8c
1
/* PR middle-end/82875 */
2
/* { dg-do compile } */
3
/* { dg-options "-ftree-ter" } */
4
/* { dg-require-effective-target alloca } */
5
6
const int
a
=
100
;
7
8
void
9
foo
(
void
)
10
{
11
int
c
[
a
];
12
}