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/51782] -ftree-sra: Missing address-space information leads to wrong


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

--- Comment #12 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-17 14:53:06 UTC ---
Author: rguenth
Date: Tue Jan 17 14:52:57 2012
New Revision: 183249

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183249
Log:
2012-01-17  Richard Guenther  <rguenther@suse.de>

    PR middle-end/51782
    * expr.c (expand_assignment): Take address-space information
    from the address operand of MEM_REF and TARGET_MEM_REF.
    (expand_expr_real_1): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c


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