https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67258
Avi Kivity <a...@cloudius-systems.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a...@cloudius-systems.com --- Comment #1 from Avi Kivity <a...@cloudius-systems.com> --- I bisected a similar problem (with boost unit-tests) to: commit 6365c92707e013c1bc7c262bd762ac8bfacbdda3 Author: hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu Jan 15 23:11:49 2015 +0000 PR ipa/64612 * ipa-inline-transform.c (can_remove_node_now_p): Fix handling of comdat locals. (inline_call): Fix removal of aliases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219696 138bc75d-0d04-0410-961f-82ee72b054a4 Strangely this is one commit after the commit that introduces -fsanitize=vptr, so maybe it's unrelated and the previous commit is guilty.