This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7f4ba5480e0 testsuite: i386: Restrict gcc.target/i386/fhardened-1.c etc [...] new cb70a49b30f Remove 'libgrust/libproc_macro_internal' from 'gcc/rust/Mak [...] new f7c8fa7280c Inline 'gcc/rust/Make-lang.in:RUST_LDFLAGS' into single user new 24d92f65f9e Add 'gcc/rust/Make-lang.in:LIBPROC_MACRO_INTERNAL' new e3fda76af4f Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' into single user new 3e1e73fc995 build: Check for cargo when building rust language new 85002f8085c middle-end: adjust loop upper bounds when peeling for gaps [...]
The 6 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: config/acx.m4 | 11 ++ configure | 117 +++++++++++++++++++++ configure.ac | 18 ++++ gcc/rust/Make-lang.in | 9 +- .../gcc.dg/vect/vect-early-break_124-pr114403.c | 77 ++++++++++++++ .../gcc.dg/vect/vect-early-break_125-pr114403.c | 36 +++++++ gcc/tree-vect-loop.cc | 19 ++-- 7 files changed, 274 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_124-pr114403.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_125-pr114403.c