aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23/ext-floating10.C
blob: f5563fedd8271a455d24ded78ac756bf6b8225b2 (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 && float128_runtime } } }
// { dg-options "" }
// { dg-add-options float128 }

#ifndef WIDTH
#ifndef __STDCPP_FLOAT128_T__
#error Unexpected
#endif
#define WIDTH 128
#endif

#include "ext-floating7.C"