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 inline-asm/84941] [6/7 Regression] internal compiler error: in reg_overlap_mentioned_p, at rtlanal.c:1870 (reg_overlap_mentioned_p()/match_asm_constraints_1())


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

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jun 25 17:37:02 2018
New Revision: 262082

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

        PR inline-asm/84941
        * function.c (match_asm_constraints_1): Don't do the optimization
        if input isn't a REG, SUBREG, MEM or constant.

        * gcc.dg/pr84941.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/pr84941.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/function.c
    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]