cp-tree.h (cp_fully_fold_init): Declare.
authorJakub Jelinek <jakub@redhat.com>
Thu, 20 Dec 2018 17:31:05 +0000 (18:31 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 20 Dec 2018 17:31:05 +0000 (18:31 +0100)
commit50867d20f4356714df1392a35240db8712c878f4
tree57a59d9550395c76e35e6a4d6133c5f8ab8c0f5f
parent69c5fdcf6eaee5e20073aa76152ef7b402619998
cp-tree.h (cp_fully_fold_init): Declare.

* cp-tree.h (cp_fully_fold_init): Declare.
* cp-gimplify.c (cp_fully_fold_init): New function.
* typeck2.c (split_nonconstant_init, store_init_value): Use it
instead of cp_fully_fold.

From-SVN: r267305
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c
gcc/cp/cp-tree.h
gcc/cp/typeck2.c