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/49721] convert_memory_address_addr_space may generate invalid new insns


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

--- Comment #36 from Yvan Roux <yroux at gcc dot gnu.org> ---
Author: yroux
Date: Thu Nov 13 14:00:48 2014
New Revision: 217497

URL: https://gcc.gnu.org/viewcvs?rev=217497&root=gcc&view=rev
Log:
2014-11-13  Yvan Roux  <yvan.roux@linaro.org>

    Backport from trunk r216229, r216230.
    2014-10-14  Andrew Pinski  <apinski@cavium.com>

    * explow.c (convert_memory_address_addr_space): Rename to ...
    (convert_memory_address_addr_space_1): This.  Add in_const argument.
    Inside a CONST RTL, permute the conversion and addition of constant
    for zero and sign extended pointers.
    (convert_memory_address_addr_space): New function.

    2014-10-14  Andrew Pinski  <apinski@cavium.com>

    Revert:
    2011-08-19  H.J. Lu  <hongjiu.lu@intel.com>

        PR middle-end/49721
        * explow.c (convert_memory_address_addr_space): Also permute the
        conversion and addition of constant for zero-extend.


Modified:
    branches/linaro/gcc-4_9-branch/gcc/ChangeLog.linaro
    branches/linaro/gcc-4_9-branch/gcc/explow.c


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