testsuite: Add dg-do compile target c++17 directive for testcase [PR112822]
Add dg-do compile target directive that limits the test case to being built on c++17 compiles or greater. 2023-12-13 Peter Bergner <bergner@linux.ibm.com> gcc/testsuite/ PR tree-optimization/112822 * g++.dg/pr112822.C: Add dg-do compile target c++17 directive.
This commit is contained in:
parent
d702387b1b
commit
373a85a826
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* PR tree-optimization/112822 */
|
||||
/* { dg-do compile { target c++17 } } */
|
||||
/* { dg-options "-w -O2" } */
|
||||
|
||||
/* Verify we do not ICE on the following noisy creduced test case. */
|
||||
|
|
Loading…
Add table
Reference in a new issue