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/52698] -maddress-mode=long doesn't work


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

--- Comment #8 from uros at gcc dot gnu.org 2012-03-27 15:36:41 UTC ---
Author: uros
Date: Tue Mar 27 15:36:34 2012
New Revision: 185883

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185883
Log:
    PR target/52698
    * config/i386/i386-protos.h (ix86_legitimize_reload_address):
    New prototype.
    * config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
    * config/i386/i386.c: Include reload.h.
    (ix86_legitimize_reload_address): New function.

testsuite/ChangeLog:

    PR target/52698
    * gcc.target/i386/pr52698.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr52698.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386-protos.h
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.h
    trunk/gcc/testsuite/ChangeLog


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