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/80725] [7 Regression] s390x ICE on alsa-lib


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

--- Comment #6 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
Author: krebbel
Date: Mon May 29 07:54:13 2017
New Revision: 248557

URL: https://gcc.gnu.org/viewcvs?rev=248557&root=gcc&view=rev
Log:
S/390: Fix PR80725.

gcc/ChangeLog:

2017-05-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

        Backport from mainline
        2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

        PR target/80725
        * config/s390/s390.c (s390_check_qrst_address): Check incoming
        address against address_operand predicate.
        * config/s390/s390.md ("*indirect_jump"): Swap alternatives.

gcc/testsuite/ChangeLog:

2017-05-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

        Backport from mainline
        2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

        * gcc.target/s390/pr80725.c: New test.


Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.target/s390/pr80725.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/s390/s390.c
    branches/gcc-7-branch/gcc/config/s390/s390.md
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

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