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:
parent
e0a402b3e2
commit
3757009af7
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue