OSDN Git Service

Merged with libbbid branch at revision 126349.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / func-vararg-alternate-d128.c
1 /* { dg-options "-std=gnu99" } */
2
3 /* Simple test of vararg passing for problematic types with and without
4    double values passed between them.  */
5
6 #define DTYPE _Decimal128
7 #define ONE 1.0dl
8 #define THREE 3.0dl
9 #define SEVEN 7.0dl
10 #define ELEVEN 11.0dl
11 #define INTS 4
12
13 #include "func-vararg-alternate.h"
14
15 int
16 main ()
17 {
18   doit ();
19   return 0;
20 }