re PR c++/68357 (FAIL: g++.dg/other/darwin-cfstring1.C -std=* (internal compiler...
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Jan 2016 19:52:53 +0000 (20:52 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Jan 2016 19:52:53 +0000 (20:52 +0100)
commit476805aea386cdaa54edbf84767ceb04e53afeac
tree410f121ec8a03bc8d37b0b90bda3c7a5e8b5f49e
parentf1d591e8a6b82935ec9767b3da52daa89d22f7a1
re PR c++/68357 (FAIL: g++.dg/other/darwin-cfstring1.C  -std=* (internal compiler error) on x86_64-apple-darwin1(0|4|5))

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.

From-SVN: r232843
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c