aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr45946.c
blob: 81cd36026adbe507a01ac662165c2c0dca6ad899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-require-effective-target dfp } */
/* { dg-options "-std=gnu99 -Os -fno-omit-frame-pointer" } */

void
__attribute__((noinline))
bar (_Decimal128, _Decimal128, _Decimal128, _Decimal128, _Decimal128,
     _Decimal128, _Decimal128, _Decimal128, _Decimal128);

void
foo (void)
{
  bar (0, 0, 0, 0, 0, 0, 0, 0, 0);
}