-
- Downloads
libstdc++: Remove dg-options "-std=gnu++20" from std::format tests
The testsuite will automatically select C++20 for these tests now, and removing the hardcoded -std option allows them to be tested for C++23 and C++26 as well. libstdc++-v3/ChangeLog: * testsuite/std/format/arguments/args.cc: Remove dg-options. * testsuite/std/format/arguments/lwg3810.cc: Likewise. * testsuite/std/format/error.cc: Likewise. * testsuite/std/format/format_string.cc: Likewise. * testsuite/std/format/formatter/concept.cc: Likewise. * testsuite/std/format/formatter/ext_float.cc: Likewise. * testsuite/std/format/formatter/requirements.cc: Likewise. * testsuite/std/format/functions/107871.cc: Likewise. * testsuite/std/format/functions/format.cc: Likewise. * testsuite/std/format/functions/format_to.cc: Likewise. * testsuite/std/format/functions/format_to_n.cc: Likewise. * testsuite/std/format/functions/size.cc: Likewise. * testsuite/std/format/functions/vformat_to.cc: Likewise. * testsuite/std/format/parse_ctx.cc: Likewise. * testsuite/std/format/string.cc: Likewise. * testsuite/std/format/string_neg.cc: Likewise. * testsuite/std/format/functions/format_c++23.cc: Removed.
Showing
- libstdc++-v3/testsuite/std/format/arguments/args.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/arguments/args.cc
- libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/arguments/lwg3810.cc
- libstdc++-v3/testsuite/std/format/error.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/error.cc
- libstdc++-v3/testsuite/std/format/format_string.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/format_string.cc
- libstdc++-v3/testsuite/std/format/formatter/concept.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/formatter/concept.cc
- libstdc++-v3/testsuite/std/format/formatter/ext_float.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/formatter/ext_float.cc
- libstdc++-v3/testsuite/std/format/formatter/requirements.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/formatter/requirements.cc
- libstdc++-v3/testsuite/std/format/functions/107871.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/107871.cc
- libstdc++-v3/testsuite/std/format/functions/format.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/format.cc
- libstdc++-v3/testsuite/std/format/functions/format_c++23.cc 0 additions, 5 deletionslibstdc++-v3/testsuite/std/format/functions/format_c++23.cc
- libstdc++-v3/testsuite/std/format/functions/format_to.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/format_to.cc
- libstdc++-v3/testsuite/std/format/functions/format_to_n.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/format_to_n.cc
- libstdc++-v3/testsuite/std/format/functions/size.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/size.cc
- libstdc++-v3/testsuite/std/format/functions/vformat_to.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/functions/vformat_to.cc
- libstdc++-v3/testsuite/std/format/parse_ctx.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/parse_ctx.cc
- libstdc++-v3/testsuite/std/format/string.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/string.cc
- libstdc++-v3/testsuite/std/format/string_neg.cc 0 additions, 1 deletionlibstdc++-v3/testsuite/std/format/string_neg.cc
Loading
Please register or sign in to comment