This is the mail archive of the gcc-patches@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]

[C++ Patch] PR 58607


Hi,

this 4.9 Regression is just and ICE on invalid, but I think it points to a (minor) matter or principle: the body of a constexpr constructor may have, possibly nested, BIND_EXPRs, but in any case there should be no BIND_EXPR_VARS (for this specific testcase the VAR_DECL has the TREE_TYPE == error mark_node, unsurprisingly)

Tested x86_64-linux.

Thanks,
Paolo.

///////////////////////

Attachment: CL_58607
Description: Text document

Attachment: patch_58607
Description: Text document


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