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 3058756d409 Daily bump.
new a914d51e8ae Daily bump.
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/DATESTAMP | 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 fe0fa2bb61b [RISC-V][SH][PR rtl-optimization/67731] Improve logical IOR [...]
new 8d634d45189 Daily bump.
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/ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 18 ++++++++++++++
gcc/cp/ChangeLog | 7 ++++++
gcc/fortran/ChangeLog | 6 +++++
gcc/testsuite/ChangeLog | 40 ++++++++++++++++++++++++++++++
6 files changed, 138 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 3ae28d07763 libsframe: use sf_fde_tbl data structure internally for the [...]
new 8e9bfa66d8b Automatic date update in version.in
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:
bfd/version.h | 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 gdb-17-branch
in repository binutils-gdb.
from 009231c2614 Automatic date update in version.in
new 055ce285a1e Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from 2af95f8893f Automatic date update in version.in
new 69897077237 Automatic date update in version.in
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:
bfd/version.h | 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 63632889651 [RISC-V] Reorder ready queue slightly to avoid unnecessary [...]
new fe0fa2bb61b [RISC-V][SH][PR rtl-optimization/67731] Improve logical IOR [...]
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/simplify-rtx.cc | 57 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr67731.c | 25 ++++++++++++++
gcc/testsuite/gcc.target/sh/pr67731.c | 25 ++++++++++++++
3 files changed, 107 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr67731.c
create mode 100644 gcc/testsuite/gcc.target/sh/pr67731.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 ac3eeb987ad [PR rtl-optimization/122321][RISC-V] Bounds check another a [...]
new 63632889651 [RISC-V] Reorder ready queue slightly to avoid unnecessary [...]
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:
.../gnu-sparse-big.tar => gcc/.simplify-rtx.cc.swo | Bin 5120 -> 4096 bytes
gcc/config/riscv/riscv-protos.h | 5 +
gcc/config/riscv/riscv-vsetvl.cc | 8 +-
gcc/config/riscv/riscv.cc | 150 +++++++++++++++++++++
gcc/config/riscv/vector.md | 2 +
5 files changed, 161 insertions(+), 4 deletions(-)
copy libgo/go/archive/tar/testdata/gnu-sparse-big.tar => gcc/.simplify-rtx.cc.swo (75%)
--
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 fad7547a501 c++/modules: Stream BASELINK_OPTYPE [PR122381]
new 696bfbab0a4 Fortran: fix TRANSFER of subarray component references [PR122386]
new 31d3f96b790 Fortran: IS_CONTIGUOUS and pointers to non-contiguous targe [...]
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/fortran/dependency.cc | 6 +-
gcc/fortran/trans-expr.cc | 24 +++-
gcc/fortran/trans-intrinsic.cc | 29 ++++-
gcc/testsuite/gfortran.dg/is_contiguous_5.f90 | 126 +++++++++++++++++++++
...rray_subref.f90 => transfer_array_subref_2.f90} | 14 ++-
5 files changed, 181 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/is_contiguous_5.f90
copy gcc/testsuite/gfortran.dg/{transfer_array_subref.f90 => transfer_array_subref [...]
--
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 llvm-lnt.
from f89e20a Pull LNT image from ghcr.io in the Docker Compose file (#127)
new dad2c2b test_suite.py: Make --build-dir work with --build and not jus [...]
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:
lnt/tests/test_suite.py | 23 ++++++-----
tests/runtest/test_suite-build-dir.shtest | 65 +++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 12 deletions(-)
create mode 100644 tests/runtest/test_suite-build-dir.shtest
--
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 users/amara/build-dir-with-build
in repository llvm-lnt.
at 464c602 test_suite.py: Make --build-dir work with --build and not jus [...]
This branch includes the following new commits:
new 464c602 test_suite.py: Make --build-dir work with --build and not jus [...]
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.