This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/68357] [6 Regression] FAIL: g++.dg/other/darwin-cfstring1.C -std=* (internal compiler error) on x86_64-apple-darwin1(0|4|5)


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]