comparison gcc/testsuite/c-c++-common/dfp/func-vararg-alternate-d64.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* Simple test of vararg passing for problematic types with and without
2 double values passed between them. */
3
4 #define DTYPE _Decimal64
5 #define ONE 1.0dd
6 #define THREE 3.0dd
7 #define SEVEN 7.0dd
8 #define ELEVEN 11.0dd
9 #define INTS 2
10
11 #include "func-vararg-alternate.h"
12
13 int
14 main ()
15 {
16 doit ();
17
18 FINISH
19 }