This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6123cb8bfc3 libstdc++: implement P3044R2 - sub-string_view from string [...]
new 8641223df92 testsuite: Escape \r in dg-regexp test names
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/testsuite/lib/gcc-defs.exp | 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 45f3501bdaa switchconv: Fix up inbound checks for switch types wider th [...]
new 475933164f6 libstdc++: implement P3044R2 - sub-string_view from string [...]
new 6123cb8bfc3 libstdc++: implement P3044R2 - sub-string_view from string [...]
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/basic_string.h | 19 ++++++++
libstdc++-v3/include/bits/cow_string.h | 19 ++++++++
libstdc++-v3/include/bits/version.def | 8 ++++
libstdc++-v3/include/bits/version.h | 10 +++++
libstdc++-v3/include/std/string | 1 +
libstdc++-v3/include/std/string_view | 10 ++++-
.../basic_string/operations/subview/char.cc | 46 +++++++++++++++++++
.../basic_string/operations/subview/wchar_t.cc | 46 +++++++++++++++++++
.../basic_string_view/operations/subview/char.cc | 51 ++++++++++++++++++++++
.../operations/subview/wchar_t.cc | 51 ++++++++++++++++++++++
10 files changed, 260 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operations/subvi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operations/subvi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...]
--
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 243736b98f1 a68: set LVERSION for Algol 68 and fix guard [PR algol68/122964]
new d597daf3a83 Return true when a value_relation is added.
new 45f3501bdaa switchconv: Fix up inbound checks for switch types wider th [...]
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/gimple-range-fold.cc | 45 ++++---
gcc/gimple-range-fold.h | 8 +-
gcc/gimple-range-path.cc | 18 +--
gcc/testsuite/gcc.c-torture/execute/pr122943.c | 130 ++++++++++++++++++++
gcc/testsuite/gcc.dg/pr122898.c | 56 +++++++++
gcc/tree-switch-conversion.cc | 16 ++-
gcc/value-relation.cc | 164 +++++++++++--------------
gcc/value-relation.h | 16 +--
8 files changed, 324 insertions(+), 129 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr122943.c
create mode 100644 gcc/testsuite/gcc.dg/pr122898.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 9d775818e30 vect: fix ICE when duplicate dummy IV PHIs are still in CFG [...]
new 243736b98f1 a68: set LVERSION for Algol 68 and fix guard [PR algol68/122964]
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/dwarf2out.cc | 9 ++++-----
1 file changed, 4 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 gcc.
from e919b4cf61b Ada: Remove an old Makefile kludge
new 9d775818e30 vect: fix ICE when duplicate dummy IV PHIs are still in CFG [...]
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/testsuite/gcc.dg/vect/pr122969.c | 16 ++++++++++++++++
gcc/tree-vect-loop-manip.cc | 13 +++++++++----
2 files changed, 25 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr122969.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 glibc.
from 56d0e2cca1 Use Linux 6.18 in build-many-glibcs.py
new f28a11e43f time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVE
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:
NEWS | 3 +++
include/time.h | 12 ++++++++++
manual/time.texi | 13 ++++++++++
sysdeps/unix/sysv/linux/timespec_get.c | 9 ++-----
sysdeps/unix/sysv/linux/timespec_getres.c | 10 ++------
time/time.h | 5 ++++
time/timespec_get.c | 7 +-----
time/timespec_getres.c | 7 +-----
time/tst-timespec_get.c | 24 ++++++++++---------
time/tst-timespec_getres.c | 40 ++++++++++++++++++-------------
10 files changed, 76 insertions(+), 54 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 114a19fae9b i386: Generate 3-byte NOP for -mnop-mcount -m16
new e919b4cf61b Ada: Remove an old Makefile kludge
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/ada/gcc-interface/Makefile.in | 5 -----
1 file changed, 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 releases/gcc-14
in repository gcc.
from e205f3a1d39 Daily bump.
new 57f1f6bc2fd lto/122515: Avoid using SSIZE_MAX
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/lto/lto-common.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 master
in repository gcc.
from 413a7f7d934 c++: fix typo
new 114a19fae9b i386: Generate 3-byte NOP for -mnop-mcount -m16
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 | 12 +++++++++---
gcc/testsuite/gcc.target/i386/nop-mcount-m16.c | 13 +++++++++++++
gcc/testsuite/gcc.target/i386/nop-mcount.c | 6 +++---
3 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/nop-mcount-m16.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-15
in repository gcc.
from 254c8705753 Daily bump.
new b0e3253dc99 lto/122515: Avoid using SSIZE_MAX
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/lto/lto-common.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.