Disallow -fvtable-verify and -flto to be used together.
authorCaroline Tice <cmtice@google.com>
Wed, 4 Sep 2019 22:33:27 +0000 (15:33 -0700)
committerCaroline Tice <ctice@gcc.gnu.org>
Wed, 4 Sep 2019 22:33:27 +0000 (15:33 -0700)
commit9eb730b8391794c7d451c7fde661b18ccacfbc3a
tree90fabb2998007c9e7aed70f6e622082d68cc2fb5
parentdb9d22747831cd595b6e909a588a1c87ead2a698
Disallow -fvtable-verify and -flto to be used together.

Vtable verification currently does not work properly with
link time optimization.  Until this can be fixed users should
not be allowed to specify both options together.

2019-09-04  Caroline Tice  <cmtice@google.com>

        *  opts.c (finish_options):  Disallow -fvtable-verify and -flto to be
           specified together.

From-SVN: r275388
gcc/ChangeLog
gcc/opts.c