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:
Marek Polacek 2024-11-15 00:02:44 -05:00
parent e0a402b3e2
commit 3757009af7

View file

@ -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>