From: Tim Shen Date: Sat, 6 Dec 2014 11:31:12 +0000 (+0000) Subject: Fix ChangeLog format. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00d6d5b1e748269b91a8c512911e937d49cbaea9;p=gcc.git Fix ChangeLog format. From-SVN: r218444 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 450f1c87351..29b1a7c7a7d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -776,9 +776,9 @@ 2014-10-23 Tim Shen 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.