Re: C++ PATCHes to mangling of sizeof... and fold-expressions

2016-07-18 Thread Jason Merrill
On Fri, Jul 15, 2016 at 12:52 PM, Jason Merrill wrote: > Similarly, 71711 shows that we never implemented mangling of C++17 > fold-expressions, or partial instantiation of them. ...but this patch didn't implement demangling. So here's that part. commit 6854c5ef05271835dd489d3668284d927ec8b394 Au

C++ PATCHes to mangling of sizeof... and fold-expressions

2016-07-15 Thread Jason Merrill
Investigating the ICE in 71814, I found that we never implemented the specified mangling for sizeof...; sZ for a simple sizeof...(pack) and sP for a more complicated form involving an alias template. So the first patch implements mangling and demangling those forms. Similarly, 71711 shows that we