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/52530] [4.8 regression] Many 64-bit execution failures on Solaris 10/11 with Sun as


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

--- Comment #9 from uros at gcc dot gnu.org 2012-03-09 18:01:56 UTC ---
Author: uros
Date: Fri Mar  9 18:01:47 2012
New Revision: 185148

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185148
Log:
    PR target/52530
    * config/i386/i386.c (ix86_print_operand): Handle 'E' operand modifier.
    (ix86_print_operand_address): Handle UNSPEC_LEA_ADDR. Do not fallback
    to set code to 'q'.
    * config/i386/i386.md (UNSPEC_LEA_ADDR): New unspec.
    (*movdi_internal_rex64): Use %E operand modifier for lea.
    (*movsi_internal): Ditto.
    (*lea_1): Ditto.
    (*lea<mode>_2): Ditto.
    (*lea_{3,4,5,6}_zext): Ditto.
    (*tls_global_dynamic_32_gnu): Ditto.
    (*tls_global_dynamic_64): Ditto.
    (*tls_dynamic_gnu2_lea_32): Ditto.
    (*tls_dynamic_gnu2_lea_64): Ditto.
    (pro_epilogue_adjust_stack_<mode>_add): Ditto.


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


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