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]

r220469 - in /branches/c++-concepts: ChangeLog....


Author: blzut3
Date: Fri Feb  6 04:53:19 2015
New Revision: 220469

URL: https://gcc.gnu.org/viewcvs?rev=220469&root=gcc&view=rev
Log:
2015-02-05  Braden Obrzut  <admin@maniacsvault.net>

	* gcc/cp/constexpr.c (potential_constant_expression_1): Readded missing
	cases from previous merge from trunk.
	* gcc/cp/cxx-pretty-print.c (pp_cxx_trait_expression): Restored
	CPTK_IS_CONVERTIBLE_TO for the time being since the constraint code
	relies on it.
	* gcc/cp/semantics.c (finish_trait_expr): Likewise.
	* gcc/testsuite/g++.dg/concepts/req9.C: New test.


Added:
    branches/c++-concepts/gcc/testsuite/g++.dg/concepts/req9.C
Modified:
    branches/c++-concepts/ChangeLog.concepts
    branches/c++-concepts/gcc/cp/constexpr.c
    branches/c++-concepts/gcc/cp/cxx-pretty-print.c
    branches/c++-concepts/gcc/cp/semantics.c


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