aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr48723.c
blob: ad102090e9f9e3d830106047780d49238ea02534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-fstack-check -mavx" } */

struct S0
{
  int f0, f1, f2, f3;
} g_106;

struct S0
func_99 ()
{
  return (g_106);
}