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 bootstrap/66252] [6 regression] bootstrap comparison failures on sparc-linux


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

--- Comment #9 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Thu Jun 11 15:58:32 2015
New Revision: 224385

URL: https://gcc.gnu.org/viewcvs?rev=224385&root=gcc&view=rev
Log:
        PR bootstrap/66252
        * config/sparc/sparc.c (hard_regno_mode_classes): Add ??? comment.
        * config/sparc/sparc.md (zero_extendsidi2_insn_sp32): Use single order.
        (*addx_extend_sp32): Fix pasto.
        (*subx_extend): Rename into...
        (*subx_extend_sp32): ...this.
        (*adddi3_extend_sp32): Add earlyclobber.
        (*subdi3_insn_sp32): Likewise.
        (*subdi3_extend_sp32): Likewise.
        (*and_not_di_sp32): Likewise.
        (*or_not_di_sp32): Likewise.
        (*xor_not_di_sp32): Likewise.
        (*negdi2_sp32): Likewise.
        (*one_cmpldi2_sp32): Likewise.

Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/sparc/sparc.c
    branches/gcc-5-branch/gcc/config/sparc/sparc.md


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