This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab96073df00 MAINTAINERS: Add myself for write after approval new ff99d05f40f configure, make: Fix up --enable-link-serialization new 13d47c37a2c reassoc: Optimize in reassoc x < 0 && y < 0 to (x | y) < 0 [...] new 24ea113f75c widening_mul: Fix up ICE caused by my signed multiplication [...]
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/configure | 7 ++- gcc/configure.ac | 7 ++- gcc/testsuite/gcc.c-torture/compile/pr98629.c | 11 +++++ gcc/testsuite/gcc.c-torture/execute/pr95731.c | 40 +++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr95731.c | 22 ++++++++++ gcc/tree-ssa-math-opts.c | 35 +++++++++------ gcc/tree-ssa-reassoc.c | 62 +++++++++++++++++++++------ 7 files changed, 156 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98629.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr95731.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95731.c