This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2a2bd96d0d2 libstdc++: fix a dangling reference crash in ranges::is_per [...]
new e22962538f6 jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
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/jit/jit-playback.cc | 1 +
gcc/jit/jit-result.cc | 1 +
gcc/plugin.cc | 1 +
gcc/system.h | 2 +-
4 files changed, 4 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 a5626289a62 x86: Support x86 Zhaoxin PadLock XMODX instructions
new 4fed821ed67 [gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8
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/cli/cli-decode.c | 12 +++++++++---
1 file changed, 9 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 1c8e6734d2d RISC-V: Make VXRM as global register [PR118103]
new 89f007c2a62 libstdc++: Add comment about use of always_inline attribute [...]
new 6e758f378a6 libstdc++: Handle exceptions in std::ostream::sentry destructor
new 2a2bd96d0d2 libstdc++: fix a dangling reference crash in ranges::is_per [...]
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:
libstdc++-v3/include/bits/hashtable_policy.h | 2 +
libstdc++-v3/include/bits/ostream.h | 48 +++++++++++++++++----
libstdc++-v3/include/bits/ranges_algo.h | 7 ++-
.../25_algorithms/is_permutation/constrained.cc | 13 ++++++
.../27_io/basic_ostream/exceptions/char/lwg4188.cc | 50 ++++++++++++++++++++++
.../basic_ostream/exceptions/wchar_t/lwg4188.cc | 50 ++++++++++++++++++++++
6 files changed, 160 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/lwg4188.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/l [...]
--
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 ea4278b1ced aarch64: Fix bootstrap with --enable-checking=release [PR118771]
new d790f0137c6 [testsuite] tolerate later success [PR108357]
new 1c8e6734d2d RISC-V: Make VXRM as global register [PR118103]
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.cc | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr108357.c | 7 +++-
.../gcc.target/riscv/rvv/base/pr118103-2.c | 40 ++++++++++++++++++++
.../gcc.target/riscv/rvv/base/pr118103-run-2.c | 44 ++++++++++++++++++++++
4 files changed, 92 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr118103-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr118103-run-2.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 5fdcbe487df Honor dump options for C/C++ '-fdump-tree-original'
new ea4278b1ced aarch64: Fix bootstrap with --enable-checking=release [PR118771]
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/aarch64/aarch64.cc | 3 +++
1 file changed, 3 insertions(+)
--
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 f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
new 5fdcbe487df Honor dump options for C/C++ '-fdump-tree-original'
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-gimplify.cc | 2 +-
gcc/c-family/c-pretty-print.cc | 29 +++++++++++++++++++++++-----
gcc/c-family/c-pretty-print.h | 6 ++++--
gcc/testsuite/c-c++-common/goacc/pr92793-1.c | 21 ++++++++++----------
4 files changed, 39 insertions(+), 19 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 fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
new 0b2f34ca19e c++: Properly support null pointer constants in conditional [...]
new f5ef1f9e858 c++: ICE with unparsed noexcept [PR117106]
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/cp/call.cc | 3 +-
gcc/cp/pt.cc | 16 ++++---
gcc/testsuite/g++.dg/conversion/op8.C | 75 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept89.C | 9 ++++
gcc/testsuite/g++.dg/cpp0x/noexcept90.C | 12 ++++++
5 files changed, 109 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/op8.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept89.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept90.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 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
new 6c8e6d6feba c++: Allow constexpr reads from volatile std::nullptr_t obj [...]
new 801fb71f836 c++: Use cplus_decl_attributes rather than decl_attributes [...]
new fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
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/cp/constexpr.cc | 3 ++-
gcc/cp/decl.cc | 5 ++---
gcc/cp/decl2.cc | 3 ++-
gcc/cp/init.cc | 1 -
gcc/testsuite/g++.dg/asan/pr118763.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.C | 10 ++++++++++
gcc/testsuite/g++.dg/gomp/attrs-3.C | 6 +++---
9 files changed, 70 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr118763.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.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-14
in repository gcc.
from 373e2dbc5d9 Daily bump.
new 4d4c5ec93d6 Fortran: Fix error recovery for bad component arrayspecs [P [...]
new 1cd744a6828 Fortran: FIx ICE in associate with elemental function [PR118750]
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/class.cc | 2 +-
gcc/fortran/decl.cc | 19 ++++++++++++++++---
gcc/fortran/resolve.cc | 2 +-
gcc/testsuite/gfortran.dg/associate_72.f90 | 26 ++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr108434.f90 | 10 +++++++++-
5 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_72.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 gcc.
from 6aa3329b343 [gcn] Fix the output amdhsa.version
new 4931a637479 tree-optimization/115538 - possible wrong-code with SLP conversion
new 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829]
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-decl.cc | 21 +++-------
gcc/testsuite/gfortran.dg/derived_init_7.f90 | 58 ++++++++++++++++++++++++++++
gcc/tree-vect-generic.cc | 6 +--
gcc/tree-vect-slp.cc | 19 +++++++++
gcc/tree-vect-stmts.cc | 38 +++++++++++++-----
gcc/tree-vectorizer.h | 4 +-
6 files changed, 116 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/derived_init_7.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 gcc.
from bad9a7303a4 LoongArch: Correct the mode for mask{eq,ne}z
new 8561e4e2903 [GCN] Handle generic ISA names in libgomp's plugin-gcn.c
new 6aa3329b343 [gcn] Fix the output amdhsa.version
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/gcn/gcn.cc | 17 +++--
gcc/config/gcn/gen-gcn-device-macros.awk | 4 +-
libgomp/plugin/plugin-gcn.c | 118 ++++++++++++++++++++++++-------
3 files changed, 106 insertions(+), 33 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 075ddb5226c [ifcombine] avoid creating out-of-bounds BIT_FIELD_REFs [PR118514]
new bad9a7303a4 LoongArch: Correct the mode for mask{eq,ne}z
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/loongarch/loongarch.md | 10 +++-------
1 file changed, 3 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 b5a29a93ee2 [gcn] Add gfx9-generic and generic-associated gfx*
new 075ddb5226c [ifcombine] avoid creating out-of-bounds BIT_FIELD_REFs [PR118514]
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/gimple-fold.cc | 11 ++---------
gcc/testsuite/gcc.dg/field-merge-25.c | 15 +++++++++++++++
gcc/tree-eh.cc | 25 +++++++++++++------------
gcc/tree-eh.h | 1 +
4 files changed, 31 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/field-merge-25.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 fa5544625d5 [gcn] Fix gfx906's sramecc setting
new b5a29a93ee2 [gcn] Add gfx9-generic and generic-associated gfx*
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-devices.def | 202 ++++++++++++++++++++++++++++++++++++++---
gcc/config/gcn/gcn-tables.opt | 45 +++++++++
gcc/doc/invoke.texi | 53 +++++++++++
3 files changed, 289 insertions(+), 11 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 7722b65f877 [testsuite] [sparc] select ultrasparc for fsmuld test
new fa5544625d5 [gcn] Fix gfx906's sramecc setting
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-devices.def | 2 +-
gcc/config/gcn/gcn.cc | 3 ++-
2 files changed, 3 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 bbd450a9e2a Automatic date update in version.in
new d958b412375 gas: suppress use of ISSPACE() / ISBLANK()
new a5626289a62 x86: Support x86 Zhaoxin PadLock XMODX instructions
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:
gas/NEWS | 2 +
gas/config/tc-i386.c | 5 +-
gas/doc/c-i386.texi | 4 +-
gas/read.h | 4 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/padlockxmodx.d | 13 +
gas/testsuite/gas/i386/padlockxmodx.s | 9 +
opcodes/i386-dis.c | 2 +
opcodes/i386-gen.c | 3 +
opcodes/i386-init.h | 1388 +++++------
opcodes/i386-mnem.h | 4350 +++++++++++++++++----------------
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 4 +
opcodes/i386-tbl.h | 3354 ++++++++++++-------------
14 files changed, 4614 insertions(+), 4528 deletions(-)
create mode 100644 gas/testsuite/gas/i386/padlockxmodx.d
create mode 100644 gas/testsuite/gas/i386/padlockxmodx.s
--
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 d3ff498c478 ira: Add a target hook for callee-saved register cost scale
new 670f83c0b9f [testsuite] [sparc] use -mtune in alignment tuning test
new 9a551d634fd [testsuite] [sparc] skip sparc-ret-1 with -mfix-ut699
new d1061212e4a [testsuite] [sparc] skip tls tests if emulated
new 7722b65f877 [testsuite] [sparc] select ultrasparc for fsmuld test
The 4 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.target/sparc/niagara7-align.c | 2 +-
gcc/testsuite/gcc.target/sparc/sparc-ret-1.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-int16.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-int32.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-int8.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-uint16.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-uint32.c | 1 +
gcc/testsuite/gcc.target/sparc/tls-ld-uint8.c | 1 +
gcc/testsuite/gcc.target/sparc/vis3move-3.c | 3 ++-
9 files changed, 10 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 5378627142f Daily bump.
new d3ff498c478 ira: Add a target hook for callee-saved register cost scale
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/i386/i386.cc | 11 +++++++++++
gcc/doc/tm.texi | 8 ++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/ira-color.cc | 3 +--
gcc/target.def | 12 ++++++++++++
gcc/targhooks.cc | 8 ++++++++
gcc/targhooks.h | 1 +
7 files changed, 43 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-14
in repository gcc.
from ca652aebd30 Fortran: host association issue with symbol in COMMON block [...]
new 373e2dbc5d9 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 | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
4 files changed, 38 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 releases/gcc-13
in repository gcc.
from 92ac7b6721d Daily bump.
new b058bd24ba0 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 releases/gcc-12
in repository gcc.
from 14de2b63c9f Daily bump.
new a2d7edba5dc 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 ba585064781 [PATCH] RISC-V: Move UNSPEC_SSP_SET and UNSPEC_SSP_TEST to [...]
new 5378627142f 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 | 73 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++
gcc/testsuite/ChangeLog | 52 +++++++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 8 ++++++
5 files changed, 142 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 binutils-2_44-branch
in repository binutils-gdb.
from 4dd38ad458a Automatic date update in version.in
new e69678c7187 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-16-branch
in repository binutils-gdb.
from 74023881d21 Automatic date update in version.in
new 8d4e87af568 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.