]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix location of dependent member CALL_EXPR.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Sep 2019 03:27:26 +0000 (03:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Sep 2019 03:27:26 +0000 (03:27 +0000)
commit3ade7ad7cb9599d0411b8c94f58bd61b7b5aaefc
tree9f494615c8781d86a08879a86565c5968dcf07a2
parent84b8339521ff9792a9dfa2a6fcdc6f9d8907c031
Fix location of dependent member CALL_EXPR.

The break here was skipping over the code that sets EXPR_LOCATION on the
call expressions, for no good reason.

* parser.c (cp_parser_postfix_expression): Do set location of
dependent member call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276112 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c