gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constructors...
authorRichard Biener <rguenther@suse.de>
Mon, 22 Sep 2014 12:49:16 +0000 (12:49 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 22 Sep 2014 12:49:16 +0000 (12:49 +0000)
commit931002b26597b93aff99d78043b1e838a59861ce
treeacdd7e883c4ced4c323d5ab78864125f759c3e79
parent1a849e50d72a16045c089dae9773abb972faed12
gimplify.c (gimplify_init_constructor): Do not leave non-GIMPLE vector constructors around.

2014-09-22  Richard Biener  <rguenther@suse.de>

* gimplify.c (gimplify_init_constructor): Do not leave
non-GIMPLE vector constructors around.
* tree-cfg.c (verify_gimple_assign_single): Verify that
CONSTRUCTORs have gimple elements.

From-SVN: r215461
gcc/ChangeLog
gcc/gimplify.c
gcc/tree-cfg.c