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/79559] [5/6 Regression] ICE in ix86_print_operand, at config/i386/i386.c:18189


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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue May 30 07:59:29 2017
New Revision: 248644

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

        PR target/79559
        * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
        instead of gcc_assert for K, r and R code checks.  Formatting fixes.

        * gcc.target/i386/pr79559.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr79559.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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