aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/stackalign/return-3.c
blob: dd2c2e8b452cf9bb9ebc36e03782ab683139f571 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-skip-if "" { ! { ilp32 && dfp } } { "*" } { "" } } */
/* { dg-options "-msse -std=gnu99 -mpreferred-stack-boundary=2" } */
/* { dg-require-effective-target sse } */

/* This compile only test is to detect an assertion failure in stack branch
   development.  */
_Decimal128 test (void)
{
  return 1234123412341234.123412341234dl;
}