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 51265


Hi,

this is a 4.6/4.7 Regression (the ICE happens also in C++98 mode with __decltype).

The problem manifest itself as unhandled PTRMEM_CST in finish_decltype_type, and I'm avoiding it by just handling it like INTEGER_CST. Is it the correct/best thing to do? Anyway patch passes testing on x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_51265
Description: Text document

Attachment: patch_51265
Description: Text document


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