[PATCH] Disable vtable verification with LTO

2019-09-04 Thread Caroline Tice via gcc-patches
Vtable verification currently does not work properly with LTO. Fixing this will be non-trivial, and I currently do not have the time do this. Until this can be fixed, we should not allow users to specify both vtable verification and link-time optimization. The attached patch checks to see if

Re: [PATCH] Disable vtable verification with LTO

2019-09-04 Thread Jeff Law
On 9/4/19 3:59 PM, Caroline Tice via gcc-patches wrote: > Vtable verification currently does not work properly with LTO. Fixing > this will be non-trivial, and I currently do not have the time do > this. Until this can be fixed, we should not allow users to specify > both vtable verification and