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 bootstrap/62300] [5 Regression] internal compiler error: in as_a, at is-a.h:192


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

--- Comment #5 from dmalcolm at gcc dot gnu.org ---
Author: dmalcolm
Date: Fri Aug 29 03:12:01 2014
New Revision: 214714

URL: https://gcc.gnu.org/viewcvs?rev=214714&root=gcc&view=rev
Log:
    PR bootstrap/62300
    * function.c (assign_parm_setup_reg): Remove erroneous checked
    cast to rtx_insn * on result of gen_extend_insn in favor of
    introducing a new local rtx "pat".


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c


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