This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5b2e7afb135 libgomp.fortran/metadirective-1.f90: Expect 'error:' for nv [...]
new 6ccf845d9fa RISC-V: Avoid division by zero in check_builtin_call [PR120436].
new 0f73ae763c0 vect: Remove non-SLP paths in strided slp/elementwise.
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/riscv/riscv-vector-builtins-shapes.cc | 4 ++
gcc/config/riscv/riscv-vector-builtins.h | 40 +-----------------
gcc/testsuite/gcc.target/riscv/rvv/base/pr120436.c | 16 +++++++
gcc/tree-vect-stmts.cc | 49 ++++++++--------------
4 files changed, 39 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr120436.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 releases/gcc-15
in repository gcc.
from 772dc2841ca Daily bump.
new c38760cdb2a libgomp.fortran/metadirective-1.f90: Expect 'error:' for nv [...]
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:
libgomp/testsuite/libgomp.fortran/metadirective-1.f90 | 9 ++++++++-
1 file changed, 8 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.
unknown user pushed a change to branch master
in repository gcc.
from 06b9c58c70a c++: modules and using-directives
new 5b2e7afb135 libgomp.fortran/metadirective-1.f90: Expect 'error:' for nv [...]
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:
libgomp/testsuite/libgomp.fortran/metadirective-1.f90 | 9 ++++++++-
1 file changed, 8 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ee623fdffda Further rs_code_align support refinement
new f2172071e6b elfedit: segv with --enable-x86-feature
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/elfedit.c | 13 ++++++++++++-
1 file changed, 12 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.
unknown user pushed a change to branch master
in repository gcc.
from d4a2f9ba6ec RISC-V: Add test cases for avg_floor vaadd implementation
new 06b9c58c70a c++: modules and using-directives
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/module.cc | 71 ++++++++++++++++++++++
gcc/cp/name-lookup.cc | 24 +++++++-
gcc/cp/name-lookup.h | 1 +
gcc/cp/parser.cc | 6 ++
gcc/testsuite/g++.dg/modules/namespace-10_a.C | 11 ++++
gcc/testsuite/g++.dg/modules/namespace-10_b.C | 9 +++
gcc/testsuite/g++.dg/modules/namespace-10_c.C | 6 ++
gcc/testsuite/g++.dg/modules/namespace-11_a.C | 11 ++++
gcc/testsuite/g++.dg/modules/namespace-11_b.C | 9 +++
.../modules/{warn-spec-2_b.C => namespace-11_c.C} | 8 +--
gcc/testsuite/g++.dg/modules/namespace-8_a.C | 12 ++++
.../modules/{namespace-7_b.C => namespace-8_b.C} | 2 +-
gcc/testsuite/g++.dg/modules/namespace-9_a.C | 11 ++++
.../modules/{operator-2_b.C => namespace-9_b.C} | 6 +-
14 files changed, 174 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-10_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-10_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-10_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-11_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-11_b.C
copy gcc/testsuite/g++.dg/modules/{warn-spec-2_b.C => namespace-11_c.C} (54%)
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-8_a.C
copy gcc/testsuite/g++.dg/modules/{namespace-7_b.C => namespace-8_b.C} (85%)
create mode 100644 gcc/testsuite/g++.dg/modules/namespace-9_a.C
copy gcc/testsuite/g++.dg/modules/{operator-2_b.C => namespace-9_b.C} (53%)
--
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 a4dc4001999 Do not recompute profile when entry block has afdo count of 0
new 17f7b625062 Handle auto-fdo 0 more carefully
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/cgraph.cc | 9 ++++++++-
gcc/ipa-cp.cc | 8 ++++++--
gcc/profile-count.cc | 30 +++++++++++++++++-------------
3 files changed, 31 insertions(+), 16 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 staging
in repository glibc.
at 27cc947dce generic: Add missing parameter name to __getrandom_early_init
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 gcc.
from 33ee574a744 aarch64: Enable newly implemented features for FUJITSU-MONAKA
new a4dc4001999 Do not recompute profile when entry block has afdo count of 0
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/predict.cc | 6 ++++--
1 file changed, 4 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 binutils-gdb.
from 1c96b468be5 Call restore_original_signal_state after GDB forks.
new ee623fdffda Further rs_code_align support refinement
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:
gas/config/tc-aarch64.c | 8 ++++++--
gas/config/tc-arm.c | 12 +++++++-----
gas/config/tc-epiphany.c | 8 ++++++--
gas/config/tc-i386.c | 6 ++++--
gas/config/tc-metag.c | 8 ++++++--
gas/config/tc-nds32.c | 8 ++++++--
gas/config/tc-ppc.c | 6 ++++--
7 files changed, 39 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.