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 target/82267] x32: unnecessary address-size prefixes. Why isn't -maddress-mode=long the default?


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Sep 26 13:59:18 2017
New Revision: 253202

URL: https://gcc.gnu.org/viewcvs?rev=253202&root=gcc&view=rev
Log:
        PR target/82267
        * config/i386/i386.c (ix86_print_operand_address_as): Only test
        REGNO (base) == SP_REG if base is a REG.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c

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