[Bug c++/63362] The c++11 triviality-traits need front-end help
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 1 17:21:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63362
--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> ---
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-bugs
mailing list