This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 932b764be40 c++: extract_call_expr and C++20 rewritten ops
new c684053fc0f cobol: Improve binary-to-string conversion.
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/cobol/cbldiag.h | 4 +-
gcc/cobol/parse.y | 4 +-
gcc/cobol/scan.l | 2 +-
gcc/cobol/scan_ante.h | 2 +-
gcc/cobol/show_parse.h | 2 +-
gcc/cobol/util.cc | 4 +-
libgcobol/Makefile.am | 1 +
libgcobol/Makefile.in | 4 +-
libgcobol/libgcobol.cc | 68 ++------
libgcobol/stringbin.cc | 330 +++++++++++++++++++++++++++++++++++++
libgcobol/{gmath.h => stringbin.h} | 16 +-
11 files changed, 365 insertions(+), 72 deletions(-)
create mode 100644 libgcobol/stringbin.cc
copy libgcobol/{gmath.h => stringbin.h} (81%)
--
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 b163ea73dcd libstdc++: Switch gcc.gnu.org installation docs to https
new 932b764be40 c++: extract_call_expr and C++20 rewritten ops
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/call.cc | 22 ----------------------
1 file changed, 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 dff57d76ad3 c++: Implement C++26 P1061R10 - Structured Bindings can int [...]
new b163ea73dcd libstdc++: Switch gcc.gnu.org installation docs to 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:
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/xml/manual/build_hacking.xml | 2 +-
2 files changed, 2 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 97b6ffe44b9 Move struct plugin_data_struct to plugin.c
new 1d4757b724a ldlang.c: Don't include "elf-bfd.h" twice
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:
ld/ldlang.c | 4 ----
1 file changed, 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 851cbdca884 aarch64: Mark SME functions as .variant_pcs [PR121414]
new dff57d76ad3 c++: Implement C++26 P1061R10 - Structured Bindings can int [...]
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-cppbuiltin.cc | 2 +-
gcc/cp/constexpr.cc | 8 +-
gcc/cp/decl.cc | 241 ++++++++++++++--
gcc/cp/parser.cc | 81 +++++-
gcc/cp/pt.cc | 117 +++++++-
gcc/testsuite/g++.dg/cpp26/decomp13.C | 52 ++++
gcc/testsuite/g++.dg/cpp26/decomp14.C | 474 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp15.C | 474 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp16.C | 240 ++++++++++++++++
gcc/testsuite/g++.dg/cpp26/decomp17.C | 28 ++
gcc/testsuite/g++.dg/cpp26/decomp18.C | 109 ++++++++
gcc/testsuite/g++.dg/cpp26/decomp19.C | 46 ++++
gcc/testsuite/g++.dg/cpp26/decomp20.C | 53 ++++
gcc/testsuite/g++.dg/cpp26/decomp21.C | 103 +++++++
gcc/testsuite/g++.dg/cpp26/feat-cxx26.C | 4 +-
15 files changed, 1990 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp13.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp14.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp15.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp16.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp17.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp18.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp19.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp20.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/decomp21.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 8e3239e3e92 Remove MODE_COMPOSITE_P test from simplify_gen_subreg [PR120718]
new 851cbdca884 aarch64: Mark SME functions as .variant_pcs [PR121414]
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 | 37 ++++++++++++++++++-----
gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c | 27 +++++++++++++++++
2 files changed, 56 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/pr121414_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.
unknown user pushed a change to branch users/aburgess/try-watchpoint-api-changes
in repository binutils-gdb.
at 21c90ca166e gdb/aarch64: restore in-order watchpoint matching
This branch includes the following new commits:
new 21c90ca166e gdb/aarch64: restore in-order watchpoint matching
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.
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 267411c9e1c i386: Fix invalid RTX mode in the unnamed rotate splitter.
new 921c1ce8c32 libgomp.texi: Document omp(x)::allocator::*, restructure me [...]
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/libgomp.texi | 179 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 112 insertions(+), 67 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 158b142e801 gdb: change default initialization for register numbers on x86
new bdee5542023 Update obsolete autoconf macros
new 97b6ffe44b9 Move struct plugin_data_struct to plugin.c
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:
bfd/archive.c | 1 -
bfd/bfd.m4 | 21 ++++++++++-----------
bfd/elflink.c | 1 -
bfd/format.c | 1 -
bfd/plugin.c | 13 ++++++++++---
bfd/plugin.h | 11 ++---------
binutils/ar.c | 4 ++--
binutils/configure.ac | 6 +++---
binutils/nm.c | 5 +++--
binutils/objcopy.c | 3 ++-
gas/acinclude.m4 | 32 ++++++++++++++++----------------
gprof/configure.ac | 3 ++-
ld/ldfile.c | 1 -
ld/ldmain.c | 1 -
libctf/configure.ac | 8 ++++----
opcodes/configure.ac | 6 +++---
16 files changed, 57 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.