This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 158acb68058 libstdc++: Make more _Safe_iterator functions in constexpr [...]
new 18c306b1f42 libstdc++: Fix chrono::parse to read from wide strings [PR123147]
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/include/bits/chrono_io.h | 8 ++++----
libstdc++-v3/testsuite/std/time/parse/parse.cc | 14 ++++++++++++++
2 files changed, 18 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 binutils-gdb.
from f0970f5c25e bfin: avoid gcc extension using __VA_ARGS__
new 4e05bdc73a0 Re: asan: alpha-vms: mmember access within null pointer
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/bfdio.c | 2 +-
bfd/vms-lib.c | 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 gcc.
from 5f39aa74f22 c++: lambda template arg in abbreviated template [PR117034]
new 158acb68058 libstdc++: Make more _Safe_iterator functions in constexpr [...]
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/include/debug/helper_functions.h | 4 ++--
libstdc++-v3/include/debug/safe_iterator.h | 18 +++++++++++++++---
2 files changed, 17 insertions(+), 5 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 glibc.
from 342f456ff5 hurd/i386: Remove stale __GNUC_PREREQ (6, 0) test from tls.h
new 5116301943 build-many-glibcs.py: Fix s390x-linux-gnu.
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:
scripts/build-many-glibcs.py | 1 +
1 file changed, 1 insertion(+)
--
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 b2956f49b85 Daily bump.
new f23af8c6915 Fix comment for VECTOR_BOOL_MODE
new abb54c2cbb1 dwarf: Save bit stride information for array type entry [PR121964]
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/dwarf2out.cc | 22 ++++++++++++++++++++++
gcc/machmode.def | 12 ++++++------
.../g++.target/aarch64/dwarf-bit-stride-func.C | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.C | 16 ++++++++++++++++
.../g++.target/aarch64/dwarf-bit-stride-pragma.C | 17 +++++++++++++++++
.../g++.target/aarch64/sve/dwarf-bit-stride.C | 15 +++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-func.c | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.c | 14 ++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-pragma.c | 17 +++++++++++++++++
.../gcc.target/aarch64/sve/dwarf-bit-stride.c | 15 +++++++++++++++
10 files changed, 154 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-func.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma-sme.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dwarf-bit-stride.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-func.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma-sme.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dwarf-bit-stride.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 main
in repository newlib.
from 9fac993ba m68k-atari-elf: specs file declares environ as undefined.
new fc6569a75 Cygwin: Drop __MINGW64_VERSION_MAJOR version conditionals
new 4d83d6573 Cygwin: Update the "building cygwin" FAQ
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:
winsup/cygwin/local_includes/ntdll.h | 31 -------------------------------
winsup/cygwin/sec/auth.cc | 19 -------------------
winsup/doc/faq-programming.xml | 22 +++++++++++-----------
3 files changed, 11 insertions(+), 61 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 7044071f07d OpenMP: uses_allocators with ';'-separated list
new d19b95ca96f c++: Fix injected-class-name lookup with multiple bases [PR122509]
new 93c0642bb54 c++: Fix ICE with functional cast to reference in template [...]
new fb4f6d2cc4a c++: Handle error_mark_node in mark_used and mark_single_function
new 5f39aa74f22 c++: lambda template arg in abbreviated template [PR117034]
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/cp/decl2.cc | 6 ++
gcc/cp/parser.cc | 106 +++++++++++----------
gcc/cp/typeck2.cc | 2 +-
gcc/testsuite/g++.dg/DRs/dr3061.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/initlist31.C | 2 +-
.../g++.dg/cpp2a/lambda-template-pr117034.C | 12 +++
gcc/testsuite/g++.dg/tc1/dr176-2.C | 13 +++
gcc/testsuite/g++.dg/template/implicit-func-cast.C | 9 ++
8 files changed, 98 insertions(+), 54 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-template-pr117034.C
create mode 100644 gcc/testsuite/g++.dg/tc1/dr176-2.C
create mode 100644 gcc/testsuite/g++.dg/template/implicit-func-cast.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 116e0ce7fd5 libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc
new 8a6d371add9 xtensa: Make the definition of xtensa_cstoresi_operator mor [...]
new 7044071f07d OpenMP: uses_allocators with ';'-separated list
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/c/c-parser.cc | 13 +++++
gcc/config/xtensa/predicates.md | 4 +-
gcc/cp/parser.cc | 14 +++++
gcc/fortran/openmp.cc | 24 +++++++--
.../c-c++-common/gomp/uses_allocators-8.c | 59 ++++++++++++++++++++++
gcc/tree-pretty-print.cc | 9 ++--
.../libgomp.fortran/uses_allocators-7.f90 | 20 ++++++--
7 files changed, 128 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/uses_allocators-8.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 1eb6a757b06 c++: Fix stabilization of bitfields [PR122772]
new 116e0ce7fd5 libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.cc
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/src/c++11/mutex.cc | 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-15
in repository gcc.
from 924d7a76143 Daily bump.
new 4740853c9f1 Fix comment for VECTOR_BOOL_MODE
new ba39d22f0b3 dwarf: Save bit stride information for array type entry [PR121964]
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/dwarf2out.cc | 22 ++++++++++++++++++++++
gcc/machmode.def | 12 ++++++------
.../g++.target/aarch64/dwarf-bit-stride-func.C | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.C | 16 ++++++++++++++++
.../g++.target/aarch64/dwarf-bit-stride-pragma.C | 17 +++++++++++++++++
.../g++.target/aarch64/sve/dwarf-bit-stride.C | 15 +++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-func.c | 16 ++++++++++++++++
.../aarch64/dwarf-bit-stride-pragma-sme.c | 14 ++++++++++++++
.../gcc.target/aarch64/dwarf-bit-stride-pragma.c | 17 +++++++++++++++++
.../gcc.target/aarch64/sve/dwarf-bit-stride.c | 15 +++++++++++++++
10 files changed, 154 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-func.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma-sme.C
create mode 100644 gcc/testsuite/g++.target/aarch64/dwarf-bit-stride-pragma.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dwarf-bit-stride.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-func.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma-sme.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/dwarf-bit-stride-pragma.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/dwarf-bit-stride.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.