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/85945] [6/7 Regression] ICE in resolve_subreg_use, at lower-subreg.c:751


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

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

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

        PR target/85945
        * lower-subreg.c (find_decomposable_subregs): Don't decompose float
        subregs of multi-word pseudos unless the float mode has word size.

        * gcc.c-torture/compile/pr85945.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr85945.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/lower-subreg.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]