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/53120] [4.5, 4.6, 4.7, 4.8 Regression]: ICE exposing strict_low_part / in/out operand thinko -fno-tree-sra


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

--- Comment #3 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-04-25 22:31:40 UTC ---
Author: hp
Date: Wed Apr 25 22:31:36 2012
New Revision: 186843

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186843
Log:
    PR target/53120
    * config/cris/cris.md ("*andhi_lowpart_v32")
    ("*andqi_lowpart_v32"): Change first input-only operand from
    a (match_operand ...) to (match_dup 0).  Drop alternatives with
    const_int-matching constraints for redundancy.
    ("*andhi_lowpart_non_v32", "*andqi_lowpart_non_v32"): Ditto.  Drop
    three-operand alternative.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/cris/cris.md


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