tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.
commitf88203b0110a3f85a5bf4c908dabe7f698653b67
authorNathan Froyd <froydnj@codesourcery.com>
Wed, 12 May 2010 15:29:51 +0000 (12 15:29 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Wed, 12 May 2010 15:29:51 +0000 (12 15:29 +0000)
tree674958f9fa698bfd9971b8e167ef2c2deddadc4d
parentb34fd25c83e4a098405b5d520a260fb3ac32b14e
tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.

* tree.c (build_constructor): Compute TREE_CONSTANT for the
resultant constructor.
(build_constructor_single): Don't set TREE_CONSTANT.
(build_constructor_from_list): Don't compute TREE_CONSTANT.

From-SVN: r159325
gcc/ChangeLog
gcc/tree.c