r215772 - in /trunk/gcc: cp/ChangeLog cp/method...

jason@gcc.gnu.org jason@gcc.gnu.org
Wed Oct 1 17:21:00 GMT 2014


Author: jason
Date: Wed Oct  1 17:21:08 2014
New Revision: 215772

URL: https://gcc.gnu.org/viewcvs?rev=215772&root=gcc&view=rev
Log:
	PR c++/63362
	* method.c (constructible_expr): Handle value-init of non-class.
	* parser.c (cp_parser_trait_expr): Allow pack expansion.
	* pt.c (tsubst_copy_and_build): Handle pack expansion.

Added:
    trunk/gcc/testsuite/g++.dg/ext/is_trivially_constructible3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/method.c
    trunk/gcc/cp/parser.c
    trunk/gcc/cp/pt.c



More information about the Gcc-cvs mailing list