* tree.c (reconstruct_complex_type): Preserve attributes.

From-SVN: r154007
This commit is contained in:
Jason Merrill 2009-11-07 22:47:44 -05:00 committed by Jason Merrill
parent 67dc1f24dc
commit b5fcfe893c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-11-07 Jason Merrill <jason@redhat.com>
* tree.c (reconstruct_complex_type): Preserve attributes.
2009-11-07 Richard Guenther <rguenther@suse.de>
* tree-ssa-structalias.c (build_succ_graph): Feed stores

View File

@ -9214,7 +9214,8 @@ reconstruct_complex_type (tree type, tree bottom)
else
return bottom;
return build_qualified_type (outer, TYPE_QUALS (type));
return build_type_attribute_qual_variant (outer, TYPE_ATTRIBUTES (type),
TYPE_QUALS (type));
}
/* Returns a vector tree node given a mode (integer, vector, or BLKmode) and