This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 4aae279dc74 Daily bump. new fba3068ec15 middle-end/100786 - constant folding from incompatible alias new d55db847de8 tree-optimization/103361 - fix unroll-and-jam direction vec [...] new 4ebdbc7660e middle-end/104786 - ICE with asm and VLA new 05639c8bcc3 debug: fix switch lowering debug info new 4be43dbbed4 tree-optimization/105070 - annotate bit cluster tests with [...]
The 5 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/cfgexpand.c | 4 +++- gcc/gimple-fold.c | 4 +++- gcc/gimple-loop-jam.c | 4 ++-- gcc/testsuite/g++.dg/torture/pr103361.C | 18 ++++++++++++++++ gcc/testsuite/gcc.dg/pr104786.c | 8 +++++++ gcc/testsuite/gcc.dg/torture/pr100786.c | 9 ++++++++ gcc/tree-data-ref.c | 2 +- gcc/tree-switch-conversion.c | 37 ++++++++++++++++++++------------- gcc/tree-switch-conversion.h | 11 +++++----- 9 files changed, 72 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr103361.C create mode 100644 gcc/testsuite/gcc.dg/pr104786.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100786.c