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/26255] [4.0 regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:391



------- Comment #10 from danglin at gcc dot gnu dot org  2006-02-17 22:19 -------
Subject: Bug 26255

Author: danglin
Date: Fri Feb 17 22:19:05 2006
New Revision: 111214

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111214
Log:
        PR target/26255
        * pa.md: Create separate HI and QI move patterns for 32-bit and 64-bit
        with hardware float support, and software float support.  Add fcpy
        alternative to hardware patterns.  Add alternatives to copy between
        general and floating-point registers to the 32-bit pattern.
        * pa.c (pa_secondary_reload): Don't abort if reload tries to find a
        secondary reload to load a QI or HI mode constant into a floating
        point register. 
        * pa32-regs.h (VALID_FP_MODE_P): Allow QImode and HImode.
        * pa64-regs.h (VALID_FP_MODE_P): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.md
    trunk/gcc/config/pa/pa32-regs.h
    trunk/gcc/config/pa/pa64-regs.h


-- 


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


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