This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c95f3fa Do not simplify "(and (reg) (const bit)" to if_then_else. new 8d022ef Fix runtime error: left shift of negative value (PR new 81c0bae PR rtl-optimization/78575 * config/i386/i386.c (timode_scal [...] new 607381a PR rtl-optimization/78547 * emit-rtl.c (unshare_all_rtl): M [...]
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 | 27 +++++++++++++++++++ gcc/config/i386/i386.c | 60 +++++++++++++++++++++++++++++------------- gcc/emit-rtl.c | 8 ++++++ gcc/sreal.c | 20 +++++++++++--- gcc/sreal.h | 9 ++++--- gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/gcc.dg/pr78547.c | 18 +++++++++++++ gcc/testsuite/gcc.dg/pr78575.c | 16 +++++++++++ 8 files changed, 141 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr78547.c create mode 100644 gcc/testsuite/gcc.dg/pr78575.c