]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: fix g++.dg/pr112822.C
authorJason Merrill <jason@redhat.com>
Wed, 13 Dec 2023 02:33:11 +0000 (21:33 -0500)
committerJason Merrill <jason@redhat.com>
Wed, 13 Dec 2023 16:00:28 +0000 (11:00 -0500)
gcc/testsuite/ChangeLog:

* g++.dg/pr112822.C: Require C++17.

gcc/testsuite/g++.dg/pr112822.C

index a8557522467d72ae069beee92506b0f572a6615f..9949fbb08acff80dfc8da6bbe431c41c31c65af2 100644 (file)
@@ -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.  */