mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:31:48 +08:00
* tree.c (reconstruct_complex_type): Preserve attributes.
From-SVN: r154007
This commit is contained in:
parent
67dc1f24dc
commit
b5fcfe893c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user