diff options
-rw-r--r-- | gcc/testsuite/g++.dg/cpp23/ext-floating2.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/cpp23/ext-floating2.C b/gcc/testsuite/g++.dg/cpp23/ext-floating2.C index 41e9a54..6ae5c6c 100644 --- a/gcc/testsuite/g++.dg/cpp23/ext-floating2.C +++ b/gcc/testsuite/g++.dg/cpp23/ext-floating2.C @@ -1,6 +1,10 @@ // P1467R9 - Extended floating-point types and standard names. // { dg-do compile { target c++23 } } // { dg-options "" } +// { dg-add-options float16 } +// { dg-add-options float32 } +// { dg-add-options float64 } +// { dg-add-options float128 } #include "ext-floating.h" |