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 58600


Hi,

some time ago I looked a bit into this issue: from the diagnostic point of view, we can probably do better, but we can safely avoid a couple of ICEs by simply checking the second argument for error_mark_node and by using get_attribute_name instead of TREE_PURPOSE for an attribute which may or may not be a C++11 attribute.

Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_58600
Description: Text document

Attachment: patch_58600
Description: Text document


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