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/50945] [4.7 regression] ICE on floating-point move with -msoft-float


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

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-11-02 20:03:32 UTC ---
Author: ebotcazou
Date: Wed Nov  2 20:03:27 2011
New Revision: 180791

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180791
Log:
    PR target/50945
    * config/sparc/sparc.md (movsf_insn): Reindent constraints.
    (movdf_insn_sp32): Likewise.  Remove redundant G constraint.
    (movdf_insn_sp64): Likewise.
    (DFmode splitter): Do not test TARGET_FPU.
    (movtf_insn_sp32): Reindent constraints.
    (movtf_insn_sp32_no_fpu): Likewise.
    (movtf_insn_sp64): Likewise.
    (movtf_insn_sp64_hq): Likewise.
    (movtf_insn_sp64_no_fpu): Likewise.

Added:
    trunk/gcc/testsuite/gcc.target/sparc/20111102-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc.md
    trunk/gcc/testsuite/ChangeLog


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