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/24997] [4.1/4.2 regression] ICE with -ftree-vectorize



------- Comment #11 from amodra at gcc dot gnu dot org  2005-11-28 03:52 -------
Subject: Bug 24997

Author: amodra
Date: Mon Nov 28 03:52:01 2005
New Revision: 107591

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107591
Log:
        PR target/24997
        * config/rs6000/rs6000.c (legitimate_indexed_address_p): Allow pattern
        generated by reload.
        * config/rs6000/predicates.md (indexed_or_indirect_operand): Use
        indexed_or_indirect_address.
        (indexed_or_indirect_address): Don't test for base reg.  Call
        address_operand last.  Make it a special predicate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/predicates.md
    trunk/gcc/config/rs6000/rs6000.c


-- 


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


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