Re: [C++ PATCH] Fix ICE on misplaced attribute (PR c++/52671)

2012-03-22 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix ICE on misplaced attribute (PR c++/52671)

2012-03-22 Thread Jakub Jelinek
Hi! The recent change to move the warning about misplaced attributes resulted in ICE on the following testcase. The problem is that the ENUMERAL_TYPE doesn't have type lang specific initialized and so CLASSTYPE_TEMPLATE_INSTANTIATION macro segfaults. Fixed thusly, bootstrapped/regtested on x86_64