re PR c++/67184 (Missed optimization with C++11 final specifier)
commit99e4ed786384cceafd7db5dbe21d1d36bcaa35a6
authorJakub Jelinek <jakub@redhat.com>
Fri, 5 Jul 2019 20:51:44 +0000 (5 22:51 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 5 Jul 2019 20:51:44 +0000 (5 22:51 +0200)
treefd558d4e8269bdf2f630216464760fbb710a7056
parent9eb5f744ae21f805a1e5b80aabc6d86306f3b3d7
re PR c++/67184 (Missed optimization with C++11 final specifier)

PR c++/67184
PR c++/69445
* call.c (build_new_method_call_1): Remove set but not used variable
binfo.

From-SVN: r273149
gcc/cp/ChangeLog
gcc/cp/call.c