This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9dadc9ccdda arm: vld1_types_x4 ACLE intrinsics
new 27521a2f4f7 c++: __class_type_info and modules [PR113038]
The 1 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/cp/name-lookup.cc | 16 +++++++++++++---
gcc/testsuite/g++.dg/modules/pr106304_b.C | 1 +
2 files changed, 14 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_size-cpu2017rate/llvm-arm-master-Oz
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-cpu2017rate/llvm-arm-master-Oz.
was b6dd39a onsuccess: #87: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/backup/tcwg_bmk-code_size-cpu2017rate/llvm-arm-master-Oz
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-cpu2017rate/llvm-arm-master-Oz.
at b6dd39a onsuccess: #87: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1d506c26d97 Update copyright year range in header of all files managed by GDB
new 98138c62cd7 gdb/testsuite: fix failure in gdb.python/py-inferior.exp
The 1 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:
gdb/testsuite/gdb.python/py-inferior.exp | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d14ef0987de testsuite: Make bitint early vect test more accurate
new 95440171d0e c: Avoid _BitInt indexes > sizetype in ARRAY_REFs [PR113315]
The 1 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/c/c-typeck.cc | 4 ++++
gcc/testsuite/gcc.dg/bitint-65.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/bitint-66.c | 12 ++++++++++++
3 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/bitint-65.c
create mode 100644 gcc/testsuite/gcc.dg/bitint-66.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0e3d2ff621 c++: cand_parms_match and reversed candidates
new 6cb155a6cf3 middle-end: make memory analysis for early break more deter [...]
new 411de96dbf2 middle-end: maintain LCSSA form when peeled vector iteratio [...]
new 99c0a540d66 middle-end: thread through existing LCSSA variable for alte [...]
new e79c5855ab3 middle-end: fill in reduction PHI for all alt exits [PR113178]
new a8dbae45926 middle-end: remove more usages of single_exit
new d14ef0987de testsuite: Make bitint early vect test more accurate
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:
gcc/doc/sourcebuild.texi | 12 +++++
.../g++.dg/vect/vect-early-break_4-pr113137.cc | 15 ++++++
.../g++.dg/vect/vect-early-break_5-pr113137.cc | 13 +++++
.../gcc.dg/vect/vect-early-break_100-pr113287.c | 25 +++++----
.../gcc.dg/vect/vect-early-break_101-pr113178.c | 22 ++++++++
.../gcc.dg/vect/vect-early-break_102-pr113178.c | 19 +++++++
.../gcc.dg/vect/vect-early-break_103-pr113135.c | 14 +++++
.../gcc.dg/vect/vect-early-break_95-pr113137.c | 17 +++++++
.../vect/vect-early-break_96-pr113136.c} | 6 ++-
.../gcc.dg/vect/vect-early-break_97-pr113172.c | 12 +++++
.../gcc.dg/vect/vect-early-break_98-pr113237.c | 20 ++++++++
.../gcc.dg/vect/vect-early-break_99-pr113287.c | 9 +++-
gcc/testsuite/lib/target-supports.exp | 9 ++++
gcc/tree-vect-data-refs.cc | 43 +++++++---------
gcc/tree-vect-loop-manip.cc | 59 ++++++++++++++++++----
gcc/tree-vect-loop.cc | 17 +++++--
16 files changed, 260 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/vect-early-break_4-pr113137.cc
create mode 100644 gcc/testsuite/g++.dg/vect/vect-early-break_5-pr113137.cc
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_101-pr113178.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_102-pr113178.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_103-pr113135.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_95-pr113137.c
copy gcc/testsuite/{gcc.target/gcn/pr113163.c => gcc.dg/vect/vect-early-break_96-p [...]
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_97-pr113172.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_98-pr113237.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2.
was f285398 onsuccess: #119: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/backup/tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2.
at f285398 onsuccess: #119: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5a85786a90 Make __getrandom_nocancel set errno and add a _nostatus version
new 9fd2ceb55d debug/getwd_chk.c: warning should be emitted for the __getwd [...]
The 1 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:
debug/getwd_chk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 846794ead29 Objective-C, Darwin: Fix a regression in handling bad receivers.
new a0e3d2ff621 c++: cand_parms_match and reversed candidates
The 1 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/cp/call.cc | 76 ++++++++++++++++++++-------
gcc/cp/class.cc | 32 +++++------
gcc/cp/cp-tree.h | 1 +
gcc/testsuite/g++.dg/cpp2a/concepts-memfun4.C | 10 ++--
4 files changed, 73 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 549ea1487a5 AVR: Work around "sequence of 3 consecutive punctuation cha [...]
new 4e6f7a3d5c8 Darwin, powerpc: Fix bootstrap.
new 846794ead29 Objective-C, Darwin: Fix a regression in handling bad receivers.
The 2 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/config/rs6000/host-darwin.cc | 2 +-
gcc/objc/objc-next-runtime-abi-02.cc | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 3c30f4ad6 Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
new 829667bf2 Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
The 1 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:
.../b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/jira/description | 5 +++++
gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/jira/yaml | 5 +++++
gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/status.txt | 5 +++++
.../tcwg_gnu_cross_check_gcc/master-arm/details.txt | 10 +++++-----
.../master-arm/reproduction_instructions.txt | 4 ++--
.../tcwg_gnu_cross_check_gcc/master-arm}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/master-arm/status.txt | 4 ++--
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 4 ++--
9 files changed, 26 insertions(+), 11 deletions(-)
copy gcc/sha1/{6e9ee44d96e5bda8808dd9d8ccf58d2525383f6b => b5476e4c881b0d2bfbbfb84 [...]
copy gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/{tcwg_gnu_native_check_gcc [...]
copy {binutils/sha1/f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 => gcc/sha1/b5476e4c8 [...]
copy gcc/sha1/{1d82fc2e6824bf83159389729c31a942f7b91b04 => b5476e4c881b0d2bfbbfb84 [...]
copy {binutils/sha1/f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 => gcc/sha1/b5476e4c8 [...]
copy gcc/sha1/{1d82fc2e6824bf83159389729c31a942f7b91b04 => b5476e4c881b0d2bfbbfb84 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 5edd189d1 Cygwin: path.cc: fix comment starting with // but ending in */
new 241b50a7a Cygwin: Clarifications in 3.5 changes doc
The 1 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:
winsup/doc/new-features.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 5edd189d1 Cygwin: path.cc: fix comment starting with // but ending in */
new 241b50a7a Cygwin: Clarifications in 3.5 changes doc
The 1 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:
winsup/doc/new-features.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 71966e25ac5 libstdc++: Fix incorrect PR number in comment
new 928c204030f AVR: Work around "sequence of 3 consecutive punctuation cha [...]
The 1 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/config/avr/avr.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 3953861a768 Daily bump.
new 90f44ef2a94 AVR: Work around "sequence of 3 consecutive punctuation cha [...]
The 1 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/config/avr/avr.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b811d9feff Bump BASE-VER to 14.0.1 now that we are in stage4.
new 549ea1487a5 AVR: Work around "sequence of 3 consecutive punctuation cha [...]
The 1 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/config/avr/avr.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 24533fc4d Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
new 3c30f4ad6 Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
The 1 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:
.../tcwg_gnu_cross_check_gcc/master-arm/build_url | 2 +-
.../{tcwg_gcc_check => tcwg_gnu_cross_check_gcc}/master-arm/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => b5476e4c881b0d2bfbbfb84 [...]
copy gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/{tcwg_gcc_check => tcwg_gnu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f2b65a4471 x86-64/cet: Make CET feature check specific to Linux/x86
new 5a85786a90 Make __getrandom_nocancel set errno and add a _nostatus version
The 1 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:
malloc/malloc.c | 4 +++-
sysdeps/generic/not-cancel.h | 2 ++
sysdeps/mach/hurd/not-cancel.h | 7 ++++++-
sysdeps/unix/sysv/linux/not-cancel.h | 8 ++++++++
4 files changed, 19 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c05beab4ae2 varasm: Fix up process_pending_assemble_externals [PR113182]
new 2b811d9feff Bump BASE-VER to 14.0.1 now that we are in stage4.
The 1 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/BASE-VER | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from f1e199d27 Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
new 24533fc4d Add entry b5476e4c881b0d2bfbbfb84ee38d791123acf8e1 from https [...]
The 1 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:
.../b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/jira/description | 5 +++++
gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/jira/yaml | 5 +++++
gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/status.txt | 5 +++++
.../tcwg_gnu_native_check_gcc/master-arm/details.txt | 10 +++++-----
.../master-arm/reproduction_instructions.txt | 4 ++--
.../tcwg_gnu_native_check_gcc/master-arm}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/master-arm/status.txt | 4 ++--
.../tcwg_gnu_native_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 ++--
9 files changed, 26 insertions(+), 11 deletions(-)
copy gcc/sha1/{3c834d85f2ec42c60995c2b678196a06cb744959 => b5476e4c881b0d2bfbbfb84 [...]
copy gcc/sha1/b5476e4c881b0d2bfbbfb84ee38d791123acf8e1/{tcwg_gcc_check => tcwg_gnu [...]
copy {binutils/sha1/f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 => gcc/sha1/b5476e4c8 [...]
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => b5476e4c881b0d2bfbbfb84 [...]
copy {binutils/sha1/f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 => gcc/sha1/b5476e4c8 [...]
copy gcc/sha1/{2a46e0e7e20e6e9095708704ac0180859e258b7d => b5476e4c881b0d2bfbbfb84 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.