Commit b5fcfe89 by Jason Merrill Committed by Jason Merrill

* tree.c (reconstruct_complex_type): Preserve attributes.

From-SVN: r154007
parent 67dc1f24
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment