GCC defaults to -std=gnu++17 now anyway, and using it explicitly in the dg-options directive prevents running these tests with different modes such as -std=c++17 or -std=gnu++20.
Tested powerpc64le-linux. Committed to trunk.
Jonathan Wakely via Gcc-patches Mon, 10 May 2021 08:30:02 -0700
GCC defaults to -std=gnu++17 now anyway, and using it explicitly in the dg-options directive prevents running these tests with different modes such as -std=c++17 or -std=gnu++20.
Tested powerpc64le-linux. Committed to trunk.