This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r167834 - in /trunk/gcc: cp/ChangeLog cp/decl.c...


Author: jason
Date: Wed Dec 15 00:35:17 2010
New Revision: 167834

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167834
Log:
	PR c++/46930
	* decl.c (grokdeclarator): Reject uninitialized constexpr
	static data member.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ex1.C
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-static5.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]