Re: [C++ Patch] PR 51265
OK, just adjust the comment to add "or non-type template parameter". Jason
[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 x8