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/68363] [4.9/5/6 Regression] ICE: in recog_memoized, at recog.h:167 with RTL checking with -mfix-cortex-a53-835769 @ aarch64


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

--- Comment #2 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Mon Nov 23 14:56:03 2015
New Revision: 230760

URL: https://gcc.gnu.org/viewcvs?rev=230760&root=gcc&view=rev
Log:
[AArch64] PR target/68363 Check that argument is real INSN in
aarch64_madd_needs_nop

        PR target/68363
        * config/aarch64/aarch64.c (aarch64_madd_needs_nop): Reject arguments
        that are not INSN_P.

        * gcc.target/aarch64/pr68363_1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/aarch64/pr68363_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c
    trunk/gcc/testsuite/ChangeLog

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