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]

r182806 - in /trunk/gcc: cp/ChangeLog cp/semant...


Author: dodji
Date: Mon Jan  2 17:00:13 2012
New Revision: 182806

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182806
Log:
PR c++/51462 - ICE in cx_check_missing_mem_inits

gcc/cp/

	PR c++/51462
	* semantics.c (cx_check_missing_mem_inits): Don't assert in case
	of error.

gcc/testsuite/

	PR c++/51462
	* g++.dg/cpp0x/constexpr-99.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-99.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/semantics.c
    trunk/gcc/testsuite/ChangeLog


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