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
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr48723.c
blob
222c075fbf7e0d5cfabd0ffbbe971260256e7ae4
1
/* { dg-do compile } */
2
/* { dg-require-stack-check "" } */
3
/* { dg-options "-fstack-check -mavx" } */
4
5
struct
S0
6
{
7
int
f0
,
f1
,
f2
,
f3
;
8
}
g_106
;
9
10
struct
S0
11
func_99
()
12
{
13
return
(
g_106
);
14
}