https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65409
--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Mon Mar 16 10:28:39 2015 New Revision: 221454 URL: https://gcc.gnu.org/viewcvs?rev=221454&root=gcc&view=rev Log: PR middle-end/65409 * expr.c (store_field): Do not do a direct block copy if the source is a PARALLEL with BLKmode. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/pr65049.C - copied unchanged from r221453, trunk/gcc/testsuite/g++.dg/pr65049.C Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/expr.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog