https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80725
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P2
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-05-12
Target Milestone|--- |7.2
Summary|s390x ICE on alsa-lib |[7/8 Regression] s390x ICE
| |on alsa-lib
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r246456. Perhaps the problem is that there are now 2 identical
patterns with different predicates, where that %f8 satisfies
nonimmediate_operand, but not address_operand and the constraint checking
doesn't verify what the predicate checks.