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]

r249386 - in /trunk/gcc: cp/ChangeLog cp/conste...


Author: jason
Date: Mon Jun 19 20:55:21 2017
New Revision: 249386

URL: https://gcc.gnu.org/viewcvs?rev=249386&root=gcc&view=rev
Log:
	PR c++/80829 - ICE with constexpr copy of base subobject.

	* constexpr.c (clear_no_implicit_zero): New.
	(cxx_eval_call_expression): Call it.

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


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