This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 0697a1a4264 c++: non-templated friends [PR105852]
new d4cbcb9e45c tree-optimization/108950 - widen-sum reduction ICE
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/testsuite/gcc.dg/vect/pr108950.c | 13 +++++++++++++
gcc/tree-vect-loop.c | 19 ++++++++++++-------
gcc/tree-vect-patterns.c | 4 +++-
3 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr108950.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 153eafaa0b7 genmatch: fixup get_out_file
new a8302d2a466 tree-ssa-ccp, wide-int: Fix up handling of [LR]ROTATE_EXPR [...]
new c2cf2dc988e testsuite: Add further testcase for already fixed PR [PR109778]
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/testsuite/gcc.c-torture/execute/pr109778.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/lto/pr109778_0.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/lto/pr109778_1.c | 7 +++++++
gcc/tree-ssa-ccp.cc | 6 ++++--
gcc/wide-int.h | 11 +++++++----
5 files changed, 66 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr109778.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr109778_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr109778_1.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 master
in repository toolchain/ci/interesting-commits.
from 327d946b Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 from https [...]
new ca885b84 Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 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_gcc_check/master-arm/build_url | 2 +-
.../tcwg_gcc_check/master-arm/summary.txt | 20 ++++++++++----------
.../tcwg_gcc_check/status.txt | 22 +++++++++++-----------
3 files changed, 22 insertions(+), 22 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 af84cb1f3e1 aarch64: Avoid hard-coding specific register allocations
new 2ed6dd975d1 genmatch: clean up emit_func
new 425198bb5d2 genmatch: clean up showUsage
new 153eafaa0b7 genmatch: fixup get_out_file
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/genmatch.cc | 159 ++++++++++++++++++++++++++++----------------------------
1 file changed, 79 insertions(+), 80 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 6747aea0 Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 from https [...]
new 327d946b Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 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_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/summary.txt | 26 ++++++++++----------
.../tcwg_gcc_check/status.txt | 28 +++++++++++-----------
3 files changed, 28 insertions(+), 28 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 26803e0ee5f Daily bump.
new 5e24077cbe7 rs6000: Fix predicate for const vector in sldoi_to_mov [PR109069]
new 6bc2cf17eb9 rs6000: Guard power9-vector for vsx_scalar_cmp_exp_qp_* [PR108758]
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/altivec.md | 14 +++-
gcc/config/rs6000/predicates.md | 37 ++++++++++
gcc/config/rs6000/rs6000-builtins.def | 26 +++----
gcc/testsuite/gcc.target/powerpc/pr109069-1.c | 25 +++++++
gcc/testsuite/gcc.target/powerpc/pr109069-2-run.c | 50 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr109069-2.c | 12 ++++
gcc/testsuite/gcc.target/powerpc/pr109069-2.h | 83 +++++++++++++++++++++++
7 files changed, 231 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr109069-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr109069-2-run.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr109069-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr109069-2.h
--
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 06ba6be6299 alpha-vms reloc sanity check
new 55a75aae9d9 stack overflow in debug_write_type
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:
binutils/debug.c | 7 ++++++-
1 file changed, 6 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 edc44bcd Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 from https [...]
new 6747aea0 Add entry d6654a4be3ba44c0d57be7c8a51d76d9721345e1 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_gcc_check/master-arm/build_url | 2 +-
.../tcwg_gcc_check/master-arm/summary.txt | 20 ++++++++++----------
.../tcwg_gcc_check/status.txt | 22 +++++++++++-----------
3 files changed, 22 insertions(+), 22 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 4ea5fe97223 rs6000: Guard power9-vector for vsx_scalar_cmp_exp_qp_* [PR108758]
new a4308f9d432 Fix ICE related to implicit access attributes for VLA argum [...]
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-family/c-attribs.cc | 28 ++++++++++++++++------------
gcc/c-family/c-warn.cc | 2 ++
gcc/testsuite/gcc.dg/pr105660-1.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/pr105660-2.c | 12 ++++++++++++
4 files changed, 43 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105660-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr105660-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.