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/68214] gcc.dg/cwsc1.c fails on arm-none-eabi


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

--- Comment #4 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri Dec  4 09:44:42 2015
New Revision: 231252

URL: https://gcc.gnu.org/viewcvs?rev=231252&root=gcc&view=rev
Log:
[ARM] PR target/68214: Delete IP-reg-clobbering call-through-mem patterns

        PR target/68214
        * config/arm/arm.md (*call_mem): Delete pattern.
        (*call_value_mem): Likewise.
        * config/arm/arm.c (output_call_mem): Delete.
        * config/arm/arm-protos.h (output_call_mem): Delete prototype.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm-protos.h
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm.md

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