PR c++/70844 - -Wuseless-cast and inheriting constructor.
authorJason Merrill <jason@redhat.com>
Sun, 18 Jun 2017 04:25:15 +0000 (00:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 18 Jun 2017 04:25:15 +0000 (00:25 -0400)
commit5ebcc5477a59dbe51c7e1130a2b751a2a1d89574
tree168d552a3d488de5b1d9debb8a918f975d0e69c5
parent28ab5c5ea9510b1937d4bd0e9343372d67f83610
PR c++/70844 - -Wuseless-cast and inheriting constructor.

* method.c (forward_parm): Suppress warn_useless_cast.

From-SVN: r249344
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/g++.dg/cpp0x/inh-ctor27.C [new file with mode: 0644]