This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5050287acd diagnostics: introduce xml::doctypedecl to avoid hardcoding html
new 7407891a3d7 libstdc++: Use std::conditional_t instead of lambda to sele [...]
new 37fe7e7069c libstdc++: Add more tests for semaphores
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:
libstdc++-v3/include/bits/semaphore_base.h | 22 ++++++----------------
libstdc++-v3/include/std/semaphore | 4 ++--
libstdc++-v3/testsuite/30_threads/semaphore/1.cc | 22 ++++++++++++++++++++++
libstdc++-v3/testsuite/30_threads/semaphore/3.cc | 19 +++++++++++++++++++
.../testsuite/30_threads/semaphore/cons_neg.cc | 12 ++++++++++++
5 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/3.cc
create mode 100644 libstdc++-v3/testsuite/30_threads/semaphore/cons_neg.cc
--
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 3655b4c4ae2 cselim: Update the vop manually for cond_if_else_store replacement
new cda7145fa9e text-art: allow wrapper_widget to have no child
new 0401957b86f selftest.h: fix sort order of decls
new 1233d79c193 diagnostics: move xml defs to a new xml.cc
new d5050287acd diagnostics: introduce xml::doctypedecl to avoid hardcoding html
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/Makefile.in | 1 +
gcc/diagnostic-format-html.cc | 332 +++-----------------------------------
gcc/selftest-run-tests.cc | 1 +
gcc/selftest.h | 15 +-
gcc/text-art/widget.cc | 10 ++
gcc/text-art/widget.h | 11 +-
gcc/xml.cc | 367 ++++++++++++++++++++++++++++++++++++++++++
gcc/xml.h | 8 +
8 files changed, 422 insertions(+), 323 deletions(-)
create mode 100644 gcc/xml.cc
--
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 09795c5612 AArch64: Fix builderror with GCC 12.1/12.2
new 62fba6d980 manual: Add a comparative example of 'clock_nanosleep' use
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:
manual/time.texi | 13 +++++++++++++
1 file changed, 13 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 e37eb8578c5 [committed] Fix compromised ARC test
new 29b2cb40ee8 libstdc++: Adjust effective-target requirements for <barrie [...]
new 3655b4c4ae2 cselim: Update the vop manually for cond_if_else_store replacement
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/tree-ssa-phiopt.cc | 15 ++++++++++++---
libstdc++-v3/testsuite/30_threads/barrier/1.cc | 3 ++-
libstdc++-v3/testsuite/30_threads/barrier/2.cc | 2 +-
libstdc++-v3/testsuite/30_threads/semaphore/1.cc | 2 ++
libstdc++-v3/testsuite/30_threads/semaphore/2.cc | 1 +
libstdc++-v3/testsuite/30_threads/semaphore/cons.cc | 2 ++
.../testsuite/30_threads/semaphore/least_max_value_neg.cc | 4 ++--
.../testsuite/30_threads/semaphore/try_acquire.cc | 3 ++-
8 files changed, 24 insertions(+), 8 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 users/keiths/try-allow_fork_tests
in repository binutils-gdb.
at d8b79a1f24f gdb testsuite: Introduce allow_fork_tests and use it throughout
This branch includes the following new commits:
new d8b79a1f24f gdb testsuite: Introduce allow_fork_tests and use it throughout
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 master
in repository binutils-gdb.
from 831b11eab51 gdb: prevent assertion after 'set debug breakpoint on'
new 21b25b168dc Fix regression with DW_AT_bit_offset handling
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/dwarf2/attribute.c | 16 +++++
gdb/dwarf2/attribute.h | 19 ++++++
gdb/dwarf2/read.c | 71 +++-------------------
.../{static-link.exp => negative-bit-offset.exp} | 17 +++---
.../foo.adb => negative-bit-offset/prog.adb} | 20 +++---
5 files changed, 63 insertions(+), 80 deletions(-)
copy gdb/testsuite/gdb.ada/{static-link.exp => negative-bit-offset.exp} (67%)
copy gdb/testsuite/gdb.ada/{mod_from_name/foo.adb => negative-bit-offset/prog.adb} (71%)
--
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 7f1f81d6b2f gdb/configure: Fix POSIX non-compliance
new 831b11eab51 gdb: prevent assertion after 'set debug breakpoint on'
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/breakpoint.c | 20 +++++--
gdb/breakpoint.h | 4 +-
.../{frame-unwind-disable.c => break-dbg.cc} | 11 +++-
gdb/testsuite/gdb.base/break-dbg.exp | 70 ++++++++++++++++++++++
4 files changed, 97 insertions(+), 8 deletions(-)
copy gdb/testsuite/gdb.base/{frame-unwind-disable.c => break-dbg.cc} (88%)
create mode 100644 gdb/testsuite/gdb.base/break-dbg.exp
--
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 e9770f7889e Make default_gdb_exit resilient to failed closes
new 7f1f81d6b2f gdb/configure: Fix POSIX non-compliance
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/configure | 39 ++++++++++++++++-----------------------
gdb/configure.ac | 32 +++++++++++++-------------------
2 files changed, 29 insertions(+), 42 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-15
in repository gcc.
from a69ab79c1ab gcn: Update --with-arch= for newer archs
new 649bde867ae ada: Fix for validity checking of limited scalar types
new 855fe362549 ada: Fix internal error on allocator involving interface type
new 1189522245b ada: Incorrect unresolved operator name in an instantiation
new cb3e76508b1 ada: Fix wrong initialization of library-level object by co [...]
new e0777e78bed ada: Fix libgpr2 build failure with compiler built with assertions
new f59d33ad52c ada: Constant_Indexing used when context requires a variable
The 6 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 | 15 +-
gcc/ada/exp_aggr.adb | 3 +-
gcc/ada/exp_attr.adb | 4 +-
gcc/ada/exp_ch4.adb | 9 +-
gcc/ada/exp_ch5.adb | 24 +-
gcc/ada/exp_util.adb | 35 +-
gcc/ada/exp_util.ads | 18 +-
gcc/ada/sem_ch10.adb | 2 +
gcc/ada/sem_ch4.adb | 911 +++++++++++++++++++++++++++++++++++++--------------
9 files changed, 742 insertions(+), 279 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.