This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76cc794dfc8 S/390: Allow immediates in loc expander new be939b3f59f S/390: Add loc patterns for QImode and HImode new 25f6b309bc3 Fix printf call in symtab.c. new 8818a5202f3 Do not use %zu format in libcpp.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 4 +++ gcc/config/s390/s390.md | 38 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 +++ .../gcc.target/s390/ifcvt-one-insn-bool.c | 24 ++++++++++++++ .../gcc.target/s390/ifcvt-one-insn-char.c | 26 +++++++++++++++ libcpp/ChangeLog | 9 +++++ libcpp/symtab.c | 3 +- 7 files changed, 108 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-one-insn-bool.c create mode 100644 gcc/testsuite/gcc.target/s390/ifcvt-one-insn-char.c