https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68357
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jan 26 19:52:53 2016 New Revision: 232843 URL: https://gcc.gnu.org/viewcvs?rev=232843&root=gcc&view=rev Log: 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. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/cp-gimplify.c