aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2010-01-06 22:55:52 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2010-01-06 22:55:52 +0000
commit41bcd5a9fdbb3f11d83e0f974cfbb522237f2b53 (patch)
tree39e679991dfe7f1dc5568ccb6b0d9479c7ec965f /libstdc++-v3/ChangeLog
parente67271bd6571e2a3c6adc842350571e59b5a1f86 (diff)
downloadgcc-41bcd5a9fdbb3f11d83e0f974cfbb522237f2b53.zip
gcc-41bcd5a9fdbb3f11d83e0f974cfbb522237f2b53.tar.gz
gcc-41bcd5a9fdbb3f11d83e0f974cfbb522237f2b53.tar.bz2
re PR libstdc++/42491 (performance/30_threads/future/polling.cc fails at compile time)
2010-01-06 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/42491 * scripts/check_performance (CXX): Add -std=gnu++0x. * testsuite/performance/30_threads/future/polling.cc: Mark up as using threads. From-SVN: r155681
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8083c4b..02c19c1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-06 Benjamin Kosnik <bkoz@redhat.com>
+
+ PR libstdc++/42491
+ * scripts/check_performance (CXX): Add -std=gnu++0x.
+ * testsuite/performance/30_threads/future/polling.cc: Mark up as
+ using threads.
+
2010-01-06 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: