]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc
std_c++0x_neg.cc: Add -std=c++98.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 8_c_compatibility / cmath / pow_cmath.cc
index d5886c077c563d3e21becf5664e86a15750c9578..245a8a5929bcf2d5fb467743e2d58b1c78ebb927 100644 (file)
@@ -17,6 +17,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
+// { dg-options "-std=c++98" }
+
 #include <cmath>
 using std::pow;
 #include <tr1/cmath>