PR c++/68357
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jan 2016 19:52:53 +0000 (19:52 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jan 2016 19:52:53 +0000 (19:52 +0000)
commit1b8c43abf91cf0922c8ce40e4481112c59d4560f
tree410f121ec8a03bc8d37b0b90bda3c7a5e8b5f49e
parentb5a12ddb4aed41ad691503d6984ce411ed445d54
PR c++/68357
* cp-gimplify.c (cp_fold): If some operand folds to error_mark_node,
return error_mark_node instead of building trees with error_mark_node
operands.

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