aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23/ext-floating9.C
blob: f0118da30ccbcbfd0150670e0ff586fd9d51cab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// P1467R9 - Extended floating-point types and standard names.
// { dg-do run { target { c++23 && float64_runtime } } }
// { dg-options "" }
// { dg-add-options float64 }

#ifndef WIDTH
#ifndef __STDCPP_FLOAT64_T__
#error Unexpected
#endif
#define WIDTH 64
#endif

#include "ext-floating7.C"