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/24036] [e500] ICE in subreg_offset_representable_p, at rtlanal.c:3143



------- Comment #7 from jsm28 at gcc dot gnu dot org  2006-12-01 02:25 -------
Subject: Bug 24036

Author: jsm28
Date: Fri Dec  1 02:25:22 2006
New Revision: 119395

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119395
Log:
2006-12-01  Joseph Myers  <joseph@codesourcery.com>
            David Edelsohn  <edelsohn@gnu.org>

        PR target/24036
        * doc/tm.texi (HARD_REGNO_NREGS_HAS_PADDING,
        HARD_REGNO_NREGS_WITH_PADDING): Document new target macros.
        * defaults.h (HARD_REGNO_NREGS_HAS_PADDING,
        HARD_REGNO_NREGS_WITH_PADDING): Define.
        * config/i386/i386.h (HARD_REGNO_NREGS_HAS_PADDING,
        HARD_REGNO_NREGS_WITH_PADDING): Define.
        * rtlanal.c (subreg_regno_offset, subreg_offset_representable_p):
        Use new macros to detect modes with holes; do not look at integer
        units.
        (subreg_offset_representable_p): Check for and disallow cases
        where the modes use different numbers of bits from registers.
        * config/rs6000/rs6000.c (rs6000_emit_move): Handle TFmode
        constant for soft-float.
        (rs6000_hard_regno_nregs): Use UNITS_PER_FP_WORD for e500 GPRs
        containing doubles.
        (rs6000_split_multireg_move): Use DFmode reg_mode for TFmode moves
        in E500 double case.
        * config/rs6000/rs6000.md (movtf): Allow soft-float.
        (movtf_softfloat): New.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.h
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/rs6000/rs6000.md
    trunk/gcc/defaults.h
    trunk/gcc/doc/tm.texi
    trunk/gcc/rtlanal.c


-- 


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


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