]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/bind/socket.cc
Use effective-target instead of -std options
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / bind / socket.cc
index 243d2e8c85074962443170d60d9efe007873dfa1..8a4fde4460ef59a8ca2c9e76ddf9a3b550140071 100644 (file)
@@ -20,8 +20,7 @@
 // Verify that calls to bind() in BSD sockets API do not match std::bind()
 // (this is a GNU extension)
 
-// { dg-do compile }
-// { dg-options "-std=gnu++11" }
+// { dg-do compile { target c++11 } }
 
 #include <functional>