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
/
torture
/
pr94479.c
blob
3189cd16234885f26cf3b79aead5a75de4448dd2
1
/* { dg-do compile } */
2
/* { dg-require-stack-check "specific" } */
3
/* { dg-additional-options "-fpermissive -fstack-check -w" } */
4
/* { dg-require-effective-target alloca } */
5
6
int
a
;
7
struct
b
{
8
char
c
;
9
void
*
d
;
10
};
11
struct
b
e
() {
12
struct
b f
[] = {{},
""
,
f
,
a
};
13
}