This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dce0d564d74 libstdc++: Fix pretty printer lookup for class templates [P [...]
new 43afcb3a83c [PR85072, LRA]: Set a limit for considering other reload ps [...]
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/doc/invoke.texi | 8 ++++++++
gcc/lra-assigns.cc | 23 +++++++++++++++++++++--
gcc/params.opt | 8 ++++++++
3 files changed, 37 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 f5978fc4f17 Fix miscompilation of gnatbind with profiled bootstrap
new dce0d564d74 libstdc++: Fix pretty printer lookup for class templates [P [...]
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/python/libstdcxx/v6/printers.py | 6 +++++-
1 file changed, 5 insertions(+), 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 binutils-gdb.
from 67d6b595d8d Print more template parameters with ptype
new f14bbacae00 gdb/guile: remove support for Guile < 2.2
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/guile/scm-ports.c | 768 --------------------------------------------------
1 file changed, 768 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 1eb2aeed08c libgomp: Fix offload_target with additional sources
new f5978fc4f17 Fix miscompilation of gnatbind with profiled bootstrap
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/tree-ssa-loop-niter.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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 8641223df92 testsuite: Escape \r in dg-regexp test names
new 1eb2aeed08c libgomp: Fix offload_target with additional sources
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/testsuite/lib/libgomp.exp | 4 +++-
1 file changed, 3 insertions(+), 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 binutils-gdb.
from 94c0142f434 [gdb/testsuite] Fix ERROR: can't read _line_unit_advertised [...]
new 67d6b595d8d Print more template parameters with ptype
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/c-typeprint.c | 32 ++++++++----------
gdb/printcmd.c | 39 ++++++++++++----------
gdb/testsuite/gdb.cp/temargs.exp | 4 +++
.../gdb.dwarf2/missing-type-name-for-templates.exp | 2 +-
gdb/value.h | 21 ++++++++++--
5 files changed, 60 insertions(+), 38 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 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.