This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1425cbaac1a 2019-01-22 Richard Biener rguenther@suse.de new 9e73df6b9ea PR rtl-optimization/49429 PR target/49454 PR rtl-optimiz [...] new 786a3490641 PR target/88905 * optabs.c (add_equal_note): Add op0_mode [...] new 8167e4bd8d1 PR rtl-optimization/88904 * cfgcleanup.c (thread_jump): V [...]
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 | 21 +++++++++++++++ gcc/cfgcleanup.c | 12 +++++---- gcc/expr.c | 17 ++++++------ gcc/optabs.c | 30 +++++++++++---------- gcc/testsuite/ChangeLog | 15 +++++++++++ gcc/testsuite/gcc.c-torture/execute/pr88904.c | 38 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr88905.c | 21 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr86334.c | 21 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr88906.c | 21 +++++++++++++++ 9 files changed, 169 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr88904.c create mode 100644 gcc/testsuite/gcc.dg/pr88905.c create mode 100644 gcc/testsuite/gcc.target/i386/pr86334.c create mode 100644 gcc/testsuite/gcc.target/i386/pr88906.c