]> git.ipfire.org Git - thirdparty/gcc.git/commit
* cp-tree.h (cp_fully_fold_init): Declare.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Dec 2018 17:31:05 +0000 (17:31 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Dec 2018 17:31:05 +0000 (17:31 +0000)
commitd560f985964751111d3b1cceed04ae50580d7570
tree57a59d9550395c76e35e6a4d6133c5f8ab8c0f5f
parent48d9b2fcda3fe86de204f8dc0c02a05f3057a93b
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267305 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c
gcc/cp/cp-tree.h
gcc/cp/typeck2.c