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 middle-end/82145] [8 regression] i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/pr81766.c fails


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Sep 15 08:30:28 2017
New Revision: 252791

URL: https://gcc.gnu.org/viewcvs?rev=252791&root=gcc&view=rev
Log:
        PR target/82145
        * postreload.c (reload_cse_simplify_operands): Skip
        NOTE_INSN_DELETED_LABEL similarly to skipping CODE_LABEL.

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

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr82145.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/postreload.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]