From: Jason Merrill Date: Wed, 13 Dec 2023 02:33:11 +0000 (-0500) Subject: testsuite: fix g++.dg/pr112822.C X-Git-Tag: basepoints/gcc-15~3635 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2b269ce30d77dbfc6c28c75887c330d4698b132;p=thirdparty%2Fgcc.git testsuite: fix g++.dg/pr112822.C gcc/testsuite/ChangeLog: * g++.dg/pr112822.C: Require C++17. --- diff --git a/gcc/testsuite/g++.dg/pr112822.C b/gcc/testsuite/g++.dg/pr112822.C index a8557522467d..9949fbb08acf 100644 --- a/gcc/testsuite/g++.dg/pr112822.C +++ b/gcc/testsuite/g++.dg/pr112822.C @@ -1,6 +1,7 @@ /* PR tree-optimization/112822 */ /* { dg-do compile { target c++17 } } */ /* { dg-options "-w -O2" } */ +// { dg-do compile { target c++17 } } /* Verify we do not ICE on the following noisy creduced test case. */