Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.target / i386 / pr60516.c
blob575c8b61d1ee703b8ff069a61e20656d3b14d167
1 /* PR target/60516 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 struct S { char c[65536]; };
7 __attribute__((ms_abi, thiscall)) void
8 foo (void *x, struct S y)
12 __attribute__((ms_abi, fastcall)) void
13 bar (void *x, void *y, struct S z)
17 __attribute__((ms_abi, stdcall)) void
18 baz (struct S x)