mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
testsuite: fix g++.dg/tree-ssa/pr58483.C
This test mistakenly used two dg-do compile. Since it passes in C++11 as well, we can run it in C++11 and up. gcc/testsuite/ChangeLog: * g++.dg/tree-ssa/pr58483.C: Run in C++11 and up.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// { dg-do compile { target c++14 } }
|
||||
// { dg-do compile }
|
||||
// { dg-do compile { target c++11 } }
|
||||
// { dg-options "-O1 -fdump-tree-optimized" }
|
||||
#include<vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user