This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249829 - in /trunk/gcc: ChangeLog config/s390/...
- From: krebbel at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 30 Jun 2017 06:45:56 -0000
- Subject: r249829 - in /trunk/gcc: ChangeLog config/s390/...
Author: krebbel
Date: Fri Jun 30 06:45:51 2017
New Revision: 249829
URL: https://gcc.gnu.org/viewcvs?rev=249829&root=gcc&view=rev
Log:
S/390: Adjust to the recent branch probability changes.
This fixes the bootstrap failure triggered by the recent changes wrt
branch probabilities aka emit_cmp_and_jump_insns does not accept
integers as branch probability anymore.
gcc/ChangeLog:
2017-06-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/s390/s390.c (s390_expand_setmem): Adjust to the new data
type for branch probabilities.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/s390/s390.c