diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-02-14 07:15:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-02-14 07:15:35 +0100 |
commit | 45f41865ff05c95063563c5c0e2e4306c40f08a7 (patch) | |
tree | 8eb32a64dbd1fd610d6b8ec9aceff9719e62f75f /gcc/tree.c | |
parent | 1380aca7e6219817086aaacf9b264cf4b5a84727 (diff) | |
download | gcc-45f41865ff05c95063563c5c0e2e4306c40f08a7.zip gcc-45f41865ff05c95063563c5c0e2e4306c40f08a7.tar.gz gcc-45f41865ff05c95063563c5c0e2e4306c40f08a7.tar.bz2 |
re PR c/52181 (merge_decls doesn't handle DECL_USER_ALIGN properly)
PR c/52181
* c-decl.c (merge_decls): Copy DECL_USER_ALIGN bit from olddecl to
newdecl.
* decl.c (duplicate_decls): If olddecl has bigger DECL_ALIGN than
newdecl, copy DECL_ALIGN to newdecl and or DECL_USER_ALIGN bits.
* c-c++-common/pr52181.c: New test.
From-SVN: r184193
Diffstat (limited to 'gcc/tree.c')
0 files changed, 0 insertions, 0 deletions