Re: [PATCH] c++: Implement mangling of RAW_DATA_CST [PR118278]

2025-01-15 Thread Jason Merrill
On 1/3/25 3:52 AM, Jakub Jelinek wrote: Hi! As the following testcases show (mangle80.C only after reversion of the temporary reversion of C++ large array speedup commit), RAW_DATA_CST can be seen during mangling of some templates and we ICE because the mangler doesn't handle it. The following

[PATCH] c++: Implement mangling of RAW_DATA_CST [PR118278]

2025-01-03 Thread Jakub Jelinek
Hi! As the following testcases show (mangle80.C only after reversion of the temporary reversion of C++ large array speedup commit), RAW_DATA_CST can be seen during mangling of some templates and we ICE because the mangler doesn't handle it. The following patch handles it and mangles it the same a