Fix invalid dg-do directive

* testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do
	directive and use effective target instead of dg-options.

From-SVN: r239548
This commit is contained in:
Jonathan Wakely 2016-08-17 20:58:44 +01:00 committed by Jonathan Wakely
parent 18a20f3f25
commit 6fbf26cc57
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2016-08-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do
directive and use effective target instead of dg-options.
* testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Use effective target
instead of -std in dg-options.
* testsuite/20_util/hash/chi2_q_bit_string_set.cc: Likewise.

View File

@ -1,5 +1,4 @@
// { dg-options "-std=gnu++11" }
// { dg-do compile}
// { dg-do compile { target c++11 } }
// Copyright (C) 2011-2016 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free