This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6c11f24532c aarch64: Bypass hidden attribute warnings in MinGW
new 234da38a0e6 amdgcn: Fix build failure (PR117657)
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/gcn/gcn-valu.md | 7 ++++---
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from 3f28c4f1df9 ada: Rename Within_Case_Or_If_Expression predicate
new 5181d982c34 Support weak references
new 9da72a62eca aarch64: Add debugging information
new e39e523c844 aarch64: Add minimal C++ support
new fef211ff733 aarch64: Exclude symbols using GOT from code models
new 71381ecc1ed aarch64: Multiple adjustments to support the SMALL code mod [...]
new 55788176f1e aarch64: Extend the offset limit in "symbol + offset" from [...]
new 961c5041092 Add LTO support
new 6c11f24532c aarch64: Bypass hidden attribute warnings in MinGW
The 8 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.gcc | 1 +
gcc/config/aarch64/aarch64-coff.h | 22 ++++---------
gcc/config/aarch64/aarch64.cc | 30 +++++++++++++++--
gcc/config/aarch64/cygming.h | 69 ++++++++++++++++++++++++++++++++++++---
gcc/config/i386/cygming.h | 16 ++++-----
gcc/config/i386/i386-protos.h | 2 --
gcc/config/mingw/winnt-dll.cc | 4 +--
gcc/config/mingw/winnt.cc | 33 ++++++++++++-------
gcc/config/mingw/winnt.h | 7 ++--
libgcc/config.host | 1 +
libgcc/config/aarch64/t-mingw | 2 ++
libiberty/simple-object-coff.c | 4 ++-
12 files changed, 142 insertions(+), 49 deletions(-)
create mode 100644 libgcc/config/aarch64/t-mingw
--
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 a3271e0613a fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]
new 7387bd77db5 ada: Cleanup in expansion of aggregates in object declarati [...]
new e93d6851291 ada: Small fix in expansion of array aggregates handled by [...]
new 3f28c4f1df9 ada: Rename Within_Case_Or_If_Expression predicate
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/ada/checks.adb | 2 +-
gcc/ada/exp_aggr.adb | 71 ++++++++++++++--------------------------
gcc/ada/exp_ch3.adb | 24 +++-----------
gcc/ada/exp_util.adb | 12 +++----
gcc/ada/exp_util.ads | 6 ++--
gcc/ada/freeze.adb | 6 ++++
gcc/ada/sem_ch3.adb | 92 +++++++---------------------------------------------
7 files changed, 57 insertions(+), 156 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 4bfae8a6f38 Remove Debian from SECURITY.txt
new 8aa254d7a5d fortran: Add tests covering inline MINLOC/MAXLOC with DIM [ [...]
new a3271e0613a fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]
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/trans-intrinsic.cc | 227 +++++++----
gcc/testsuite/gfortran.dg/ieee/maxloc_nan_2.f90 | 64 +++
gcc/testsuite/gfortran.dg/ieee/minloc_nan_2.f90 | 64 +++
gcc/testsuite/gfortran.dg/maxloc_bounds_1.f90 | 4 +-
gcc/testsuite/gfortran.dg/maxloc_bounds_2.f90 | 4 +-
gcc/testsuite/gfortran.dg/maxloc_bounds_3.f90 | 4 +-
gcc/testsuite/gfortran.dg/maxloc_with_dim_1.f90 | 201 +++++++++
.../gfortran.dg/maxloc_with_dim_and_mask_1.f90 | 452 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/minloc_with_dim_1.f90 | 201 +++++++++
.../gfortran.dg/minloc_with_dim_and_mask_1.f90 | 452 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/minmaxloc_19.f90 | 182 +++++++++
11 files changed, 1777 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/ieee/maxloc_nan_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/ieee/minloc_nan_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/maxloc_with_dim_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/maxloc_with_dim_and_mask_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/minloc_with_dim_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/minloc_with_dim_and_mask_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_19.f90
--
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 cb45bd59481 RISC-V: Don't report warnings when linking different privil [...]
new f5e259f32f0 [gdb/contrib] Fix shellcheck warnings in spellcheck.sh
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/contrib/spellcheck.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 387dba05e42 Avoid repeated calls to temporarily_undo_changes [PR117297]
new a18592e1c30 RISC-V: Load VLS perm indices directly from memory.
new 4bfae8a6f38 Remove Debian from SECURITY.txt
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:
SECURITY.txt | 1 -
gcc/config/riscv/riscv-v.cc | 22 ++++++++++++++++++++--
.../gcc.target/riscv/rvv/autovec/vls/merge-1.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vls/merge-2.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vls/merge-3.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vls/merge-4.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vls/merge-5.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vls/merge-6.c | 2 ++
8 files changed, 32 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.
unknown user pushed a change to branch master
in repository newlib.
from 9da0ac405 libgloss: cris: Correct lcrt0.c for C23
new dbb8069df Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
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/cygwin/release/3.5.5 | 3 +++
winsup/cygwin/syscalls.cc | 10 ++++++----
2 files changed, 9 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 9da0ac405 libgloss: cris: Correct lcrt0.c for C23
new dbb8069df Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
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/cygwin/release/3.5.5 | 3 +++
winsup/cygwin/syscalls.cc | 10 ++++++----
2 files changed, 9 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 cygwin-3_5-branch
in repository newlib.
from b9060e06a Cygwin: Change pthread_sigqueue() to accept thread id
new 22474a6e5 Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
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/cygwin/release/3.5.5 | 3 +++
winsup/cygwin/syscalls.cc | 10 ++++++----
2 files changed, 9 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 master
in repository gcc.
from 694613a7f9a expand: Fix up ICE on VCE from _Complex types to _BitInt [P [...]
new 387dba05e42 Avoid repeated calls to temporarily_undo_changes [PR117297]
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/fwprop.cc | 30 ++++++++++++++++--------------
gcc/recog.cc | 39 +++++++++++++--------------------------
gcc/recog.h | 31 +++++++++++++++++++++++++++++--
gcc/rtl-ssa/changes.cc | 26 +++++++++++++++++---------
gcc/rtl-ssa/insns.cc | 3 +--
5 files changed, 76 insertions(+), 53 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.