https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91670
--- Comment #2 from ctice at gcc dot gnu.org --- Author: ctice Date: Fri Sep 6 14:54:48 2019 New Revision: 275460 URL: https://gcc.gnu.org/viewcvs?rev=275460&root=gcc&view=rev Log: Fix testcase to not use LTO with -fvtable-verify. 2019-09-05 Caroline Tice <cmt...@google.com> PR testsuite/91670 * g++.dg/ubsan/pr59415.C: Disable LTO, since test uses -fvtable-verify, and the two options are no longer allowed together. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/g++.dg/ubsan/pr59415.C