Re: [C++ PATCH] Add mangling for P0217R3 decompositions at namespace scope

2016-11-15 Thread Jason Merrill
OK. On Tue, Nov 15, 2016 at 9:12 AM, Jakub Jelinek wrote: > Hi! > > On the following testcase we ICE, because the underlying artificial decls > have NULL DECL_NAME (intentional), thus mangling is not able to figure out > what to do. This patch attempts to follow the > http://sourcerytools.com/pi

[C++ PATCH] Add mangling for P0217R3 decompositions at namespace scope

2016-11-15 Thread Jakub Jelinek
Hi! On the following testcase we ICE, because the underlying artificial decls have NULL DECL_NAME (intentional), thus mangling is not able to figure out what to do. This patch attempts to follow the http://sourcerytools.com/pipermail/cxx-abi-dev/2016-August/002951.html proposal (and for error rec