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 debug/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655

--- Comment #22 from Alan Modra <amodra at gcc dot gnu.org> ---
Author: amodra
Date: Mon Oct 20 11:54:22 2014
New Revision: 216462

URL: https://gcc.gnu.org/viewcvs?rev=216462&root=gcc&view=rev
Log:
    PR debug/60655
    * simplify-rtx.c (simplify_plus_minus): Delete unused "input_ops".
    Increase "ops" array size.  Correct array size tests.  Init
    n_constants in loop.  Break out of innermost loop when finding
    a trivial CONST expression.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/simplify-rtx.c


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