aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Shen <timshen@gcc.gnu.org>2014-12-06 11:31:12 +0000
committerTim Shen <timshen@gcc.gnu.org>2014-12-06 11:31:12 +0000
commit00d6d5b1e748269b91a8c512911e937d49cbaea9 (patch)
tree7727a5acc85067fb42ecd66910279a519bb2c996
parent909c02814b71c4fe38708f632d79619e991c9674 (diff)
downloadgcc-00d6d5b1e748269b91a8c512911e937d49cbaea9.zip
gcc-00d6d5b1e748269b91a8c512911e937d49cbaea9.tar.gz
gcc-00d6d5b1e748269b91a8c512911e937d49cbaea9.tar.bz2
Fix ChangeLog format.
From-SVN: r218444
-rw-r--r--libstdc++-v3/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 450f1c8..29b1a7c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -776,9 +776,9 @@
2014-10-23 Tim Shen <timshen@google.com>
PR libstdc++/63497
- include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
+ * include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
unused parameter.
- include/bits/regex_executor.tcc (_Executor::_M_dfs,
+ * include/bits/regex_executor.tcc (_Executor::_M_dfs,
_Executor::_M_word_boundary): Avoid dereferecing _M_current at _M_end
or other invalid position.