This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212415 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 09 Jul 2014 22:44:43 -0000
- Subject: r212415 - in /trunk/gcc: cp/ChangeLog cp/decl.c...
Author: paolo
Date: Wed Jul 9 22:44:42 2014
New Revision: 212415
URL: https://gcc.gnu.org/viewcvs?rev=212415&root=gcc&view=rev
Log:
/cp
2014-07-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60686
* decl.c (grokdeclarator): Adjust error messages about 'explicit'
outside class declaration, in friend declaration, and neither on
constructor nor conversion operator.
/testsuite
2014-07-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/60686
* g++.dg/cpp0x/explicit8.C: New.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/explicit8.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog