This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/65409] [4.8/4.9/5 Regression] ICE in store_field


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65409

--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Mon Mar 16 10:30:29 2015
New Revision: 221456

URL: https://gcc.gnu.org/viewcvs?rev=221456&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_8-branch/gcc/testsuite/g++.dg/pr65049.C
      - copied unchanged from r221454, trunk/gcc/testsuite/g++.dg/pr65049.C
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/expr.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]