Re: [PATCH] Fix PR58300, issue with -fvtable-verify=preinit

2013-09-07 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix PR58300, issue with -fvtable-verify=preinit

2013-09-06 Thread Paolo Carlini
Hi, On 09/06/2013 12:35 AM, Caroline Tice wrote: This fixes a bug where using -fvtable-verify=preinit sometimes causes an ICE. In particular, when the preinit flag was used, the vtable verification constructor initialization function was being written to the assembly file before it was being ch

[PATCH] Fix PR58300, issue with -fvtable-verify=preinit

2013-09-05 Thread Caroline Tice
This fixes a bug where using -fvtable-verify=preinit sometimes causes an ICE. In particular, when the preinit flag was used, the vtable verification constructor initialization function was being written to the assembly file before it was being checked with cgraph_process_new_functions. This somet