https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68960
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Feb 11 09:13:42 2016 New Revision: 233327 URL: https://gcc.gnu.org/viewcvs?rev=233327&root=gcc&view=rev Log: Backported from mainline 2016-01-07 Jakub Jelinek <ja...@redhat.com> PR middle-end/68960 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy it and DECL_ALIGN too. * testsuite/libgomp.c/pr68960.c: New test. Added: branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/pr68960.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/gimple-expr.c branches/gcc-4_9-branch/libgomp/ChangeLog