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/25212] [4.1/4.2 Regression] unrecognizable insn for facerec with odd optimization set



------- Comment #6 from amodra at gcc dot gnu dot org  2005-12-07 16:07 -------
Subject: Bug 25212

Author: amodra
Date: Wed Dec  7 16:07:08 2005
New Revision: 108167

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108167
Log:
        PR target/25212
        * config/rs6000/rs6000.c (legitimate_indexed_address_p): Relax
        tests further when !strict && reload_in_progress.
        (print_operand): Check that both operands of indexed address are regs.
        (print_operand_address): Likewise.
        * config/rs6000/rs6000.h (INT_REG_OK_FOR_INDEX_P): Simplify.
        (INT_REG_OK_FOR_BASE_P): Correct.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/config/rs6000/rs6000.h


-- 


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


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