OSDN Git Service

Merged with libbbid branch at revision 126349.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / func-vararg-alternate-d32.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 _Decimal32
7 #define ONE 1.0df
8 #define THREE 3.0df
9 #define SEVEN 7.0df
10 #define ELEVEN 11.0df
11 #define INTS 1
12
13 #include "func-vararg-alternate.h"
14
15 int
16 main ()
17 {
18   doit ();
19   return 0;
20 }