aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-17 20:58:44 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-17 20:58:44 +0100
commit6fbf26cc575cd5d50acc63a0d935744399230435 (patch)
treed8f2894140af8c196de2caa44400b1be713f3d49 /libstdc++-v3/ChangeLog
parent18a20f3f25a5cfeefa9534face2d882a3acd95dc (diff)
downloadgcc-6fbf26cc575cd5d50acc63a0d935744399230435.zip
gcc-6fbf26cc575cd5d50acc63a0d935744399230435.tar.gz
gcc-6fbf26cc575cd5d50acc63a0d935744399230435.tar.bz2
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
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a6736b3..387026f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.