diff --git a/libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc index 5c019bd9524622e7ddf706eb94b9382ea8357041..2e9d4019edbee0c9f82fb89fa270f2b74c65ded1 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc @@ -1,5 +1,5 @@ // { dg-options "-O2" } -// { dg-do compile } +// { dg-do compile { target c++11 } } // Bug 110807 // Copy list initialisation of a vector<bool> raises a warning with -O2