summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr41993.c
blob: 890e365615905ae5fb72a53b5e5f2ea357fe9920 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-mavx -mvzeroupper" { target { i?86-*-* x86_64-*-* } } } */

short retframe_short (void *rframe)
{
  __builtin_return (rframe);
}