parser.c (cp_parser_postfix_expression): Fix flags passed to build_new_method_call.
authorJason Merrill <jason@redhat.com>
Thu, 14 Apr 2011 15:00:24 +0000 (11:00 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 14 Apr 2011 15:00:24 +0000 (11:00 -0400)
commitc2aa8dc92665461b3a02d22db401f5736b0a1d43
tree1be31cfd9da2adf5291a16c14d9c49603d93e964
parente2a009c710b96a3dcb81eba7ff574fd53f68fea5
parser.c (cp_parser_postfix_expression): Fix flags passed to build_new_method_call.

* parser.c (cp_parser_postfix_expression): Fix flags passed to
build_new_method_call.
* semantics.c (finish_call_expr): Likewise.

From-SVN: r172435
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/cp/semantics.c