Re: [PATCH, PR 66521] Fix bootstrap segfault with vtable verification enabled

2015-07-31 Thread Jeff Law
On 07/28/2015 11:11 AM, Caroline Tice wrote: I believe the following patch fixes a problem with bootstrap failures on some architectures with vtable verification enabled. The problem was related to a change in name mangling, where classes with anonymous namespaces get "" as their DECL_ASSEMBLER_

[PATCH, PR 66521] Fix bootstrap segfault with vtable verification enabled

2015-07-28 Thread Caroline Tice
I believe the following patch fixes a problem with bootstrap failures on some architectures with vtable verification enabled. The problem was related to a change in name mangling, where classes with anonymous namespaces get "" as their DECL_ASSEMBLER_NAME, rather than the real mangled name. This