Commit 37144e84 by Jonathan Wakely Committed by Jonathan Wakely

Adjust DG directives in libstdc++ Profile Mode test

	* testsuite/ext/profile/all.cc: Use effective target instead of
	-std=gnu++11. Use dg-additional-options instead of repeating options.

From-SVN: r239536
parent 8fe79e73
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/ext/profile/all.cc: Use effective target instead of
-std=gnu++11. Use dg-additional-options instead of repeating options.
* testsuite/20_util/bind/ref_neg.cc: Use effective target instead of
-std=gnu++11. Add -fno-show-columns to dg-options. Use dg-prune-output
instead of dg-excess-errors.
......
// { dg-options "-std=gnu++11 -O0" }
// { dg-options "-std=gnu++11 -O0 -D_GLIBCXX_PROFILE_NO_THREADS" { target { ! tls_native } } }
// { dg-do compile }
// { dg-options "-O0" }
// { dg-additional-options "-D_GLIBCXX_PROFILE_NO_THREADS" { target { ! tls_native } } }
// { dg-do compile { target c++11 } }
// { dg-require-profile-mode "" }
// -*- C++ -*-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment