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/79197] [5/6 Regression] ICE in extract_insn in gcc/recog.c:2311


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

--- Comment #17 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 15 07:02:15 2017
New Revision: 245467

URL: https://gcc.gnu.org/viewcvs?rev=245467&root=gcc&view=rev
Log:
        Backported from mainline
        2017-02-02  Jakub Jelinek  <jakub@redhat.com>

        PR target/79197
        * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to
...
        (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
        conditions on a single line.

        * gcc.target/powerpc/pr79197.c: New test.
        * gcc.c-torture/compile/pr79197.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr79197.c
    branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79197.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/rs6000/rs6000.md
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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