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:
parent
18a20f3f25
commit
6fbf26cc57
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user