This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249378 - in /branches/gcc-6-branch/gcc: cp/Cha...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 19 Jun 2017 16:21:40 -0000
- Subject: r249378 - in /branches/gcc-6-branch/gcc: cp/Cha...
Author: jason
Date: Mon Jun 19 16:21:40 2017
New Revision: 249378
URL: https://gcc.gnu.org/viewcvs?rev=249378&root=gcc&view=rev
Log:
PR c++/70844 - -Wuseless-cast and inheriting constructor.
* method.c (forward_parm): Suppress warn_useless_cast.
Added:
branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/inh-ctor27.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/method.c