2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>

* Complete last commit.

From-SVN: r202529
This commit is contained in:
Paolo Carlini 2013-09-12 14:20:55 +00:00 committed by Paolo Carlini
parent 2dc6ed8700
commit c564f42db6
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
* parser.c (cp_parser_postfix_dot_deref_expression): Likewise.
(cp_parser_postfix_expression): Pass the proper location to
cp_parser_postfix_dot_deref_expression.
* cp-tree.h (finish_pseudo_destructor_expr): Declare.
2013-09-10 Jan Hubicka <jh@suse.cz>
Paolo Carlini <paolo.carlini@oracle.com>

View file

@ -5734,7 +5734,7 @@ extern tree finish_call_expr (tree, vec<tree, va_gc> **, bool,
bool, tsubst_flags_t);
extern tree finish_increment_expr (tree, enum tree_code);
extern tree finish_this_expr (void);
extern tree finish_pseudo_destructor_expr (tree, tree, tree);
extern tree finish_pseudo_destructor_expr (tree, tree, tree, location_t);
extern tree finish_unary_op_expr (location_t, enum tree_code, tree,
tsubst_flags_t);
extern tree finish_compound_literal (tree, tree, tsubst_flags_t);