This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc198521cd3 libstdc++: Skip time zone format testing for COW std::string
new 74e691a8e31 [AutoFDO] Profile merging for clone test
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/auto-profile.cc | 20 +++++++++++++++-
gcc/pass_manager.h | 1 +
gcc/testsuite/gcc.dg/tree-prof/clone-merge-1.c | 32 ++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/clone-merge-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 master
in repository gcc.
from 9788a1e2482 OpenMP: Fix regressions in metadirective-target-device-2.c [...]
new fc198521cd3 libstdc++: Skip time zone format testing for COW std::string
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/testsuite/std/time/format/empty_spec.cc | 4 ++++
1 file changed, 4 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 d045eb13b0b libstdc++: Make system_clock::to_time_t always_inline [PR99832]
new 9788a1e2482 OpenMP: Fix regressions in metadirective-target-device-2.c [...]
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/omp-general.cc | 14 ++++++++++----
1 file changed, 10 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 gcc.
from 8537e485107 libstdc++: sstream from string_view (P2495R3) [PR119741]
new d045eb13b0b libstdc++: Make system_clock::to_time_t always_inline [PR99832]
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.h | 2 ++
libstdc++-v3/testsuite/20_util/system_clock/99832.cc | 14 ++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 libstdc++-v3/testsuite/20_util/system_clock/99832.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 cygwin-3_6-branch
in repository newlib.
from e16a5aa3f Cygwin: bump DLL version to 3.6.3
new 69e6562fd Cygwin: do retrieve AzureAD users' information again
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:
winsup/cygwin/uinfo.cc | 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 e73a6d98278 libstdc++: Implement P0849R8 auto(x) library changes
new 8537e485107 libstdc++: sstream from string_view (P2495R3) [PR119741]
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/version.def | 11 +-
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/sstream | 198 ++++++++++++++++++--
.../basic_istringstream/cons/char/string_view.cc | 195 ++++++++++++++++++++
.../cons/wchar_t/string_view.cc | 3 +
.../basic_ostringstream/cons/char/string_view.cc | 194 +++++++++++++++++++
.../cons/wchar_t/string_view.cc | 3 +
.../27_io/basic_stringbuf/cons/char/string_view.cc | 205 +++++++++++++++++++++
.../basic_stringbuf/cons/wchar_t/string_view.cc | 3 +
.../basic_stringstream/cons/char/string_view.cc | 204 ++++++++++++++++++++
.../basic_stringstream/cons/wchar_t/string_view.cc | 3 +
11 files changed, 1010 insertions(+), 19 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istringstream/cons/char/stri [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istringstream/cons/wchar_t/s [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char/stri [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/wchar_t/s [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/string_view.cc
create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/strin [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringstream/cons/char/strin [...]
create mode 100644 libstdc++-v3/testsuite/27_io/basic_stringstream/cons/wchar_t/st [...]
--
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 0292e066d5e c++: constexpr prvalues vs genericize [PR120502]
new e73a6d98278 libstdc++: Implement P0849R8 auto(x) library changes
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/c++config | 6 ++++
libstdc++-v3/include/bits/iterator_concepts.h | 13 ++-------
libstdc++-v3/include/bits/ranges_base.h | 40 +++++++++++++--------------
3 files changed, 28 insertions(+), 31 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 main
in repository newlib.
from 972872c0d RISC-V: strcmp [speed optimized]: optimize mismatch logic for [...]
new 86a05d66c Cygwin: do retrieve AzureAD users' information again
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:
winsup/cygwin/uinfo.cc | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.