Re: [PATCH] Preserve user alignment on decls (PR middle-end/68960)

2016-01-05 Thread Jeff Law
On 01/05/2016 11:25 AM, Jakub Jelinek wrote: Hi! When a VAR_DECL is copied (e.g. for OpenMP/OpenACC privatization, or when moving SESE region to another function), copy_var_decl only preserves user alignment on types, but not on decls. Fixed thusly, bootstrapped/regtested on x86_64-linux and i6

[PATCH] Preserve user alignment on decls (PR middle-end/68960)

2016-01-05 Thread Jakub Jelinek
Hi! When a VAR_DECL is copied (e.g. for OpenMP/OpenACC privatization, or when moving SESE region to another function), copy_var_decl only preserves user alignment on types, but not on decls. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-01-05 Jakub Jeli