summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a05049c747a..f1e10263148 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -18,8 +18,8 @@
2018-08-27 Martin Liska <mliska@suse.cz>
* call.c (build_call_a): Use new function
- fndecl_built_in_p and remove check for FUNCTION_DECL if
- possible.
+ fndecl_built_in_p and remove check for FUNCTION_DECL if
+ possible.
(build_cxx_call): Likewise.
* constexpr.c (constexpr_fn_retval): Likewise.
(cxx_eval_builtin_function_call): Likewise.
@@ -334,9 +334,9 @@
2018-07-31 Martin Liska <mliska@suse.cz>
- PR c++/86653
+ PR c++/86653
* parser.c (cp_parser_condition): Initialize non_constant_p
- to false.
+ to false.
2018-07-28 David Malcolm <dmalcolm@redhat.com>
@@ -3583,7 +3583,7 @@
2018-01-10 Paolo Carlini <paolo.carlini@oracle.com>
* parser.c (cp_parser_std_attribute_spec): When
- token_pair::require_open / require_close return false simply
+ token_pair::require_open / require_close return false simply
return error_mark_node, avoid duplicate cp_parser_error about
expected '(' / ')', respectively.