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 tree-optimization/50569] [4.6/4.7 regression] unaligned memory accesses generated for memcpy


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50569

--- Comment #16 from Jiangning Liu <liujiangning at gcc dot gnu.org> 2012-06-12 09:24:21 UTC ---
Author: liujiangning
Date: Tue Jun 12 09:24:11 2012
New Revision: 188431

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188431
Log:
2011-06-12  Jiangning Liu  <jiangning.liu@arm.com>                              

    Backport r182252 from mainline
    2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>

    PR tree-optimization/50569
    * tree-sra.c (build_ref_for_model): Replicate a chain of
    * COMPONENT_REFs
    in the expression of MODEL instead of just the last one.

2011-06-12  Jiangning Liu  <jiangning.liu@arm.com>                              

    Backport r182252 from mainline
    2011-12-12  Eric Botcazou  <ebotcazou@adacore.com>

    PR tree-optimization/50569
    * gcc.c-torture/execute/20111212-1.c: New test.


Added:
   
branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111212-1.c
Modified:
    branches/ARM/embedded-4_6-branch/gcc/ChangeLog.arm
    branches/ARM/embedded-4_6-branch/gcc/testsuite/ChangeLog.arm
    branches/ARM/embedded-4_6-branch/gcc/tree-sra.c


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