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 afa69f83c6f Daily bump.
new 9c8e20a8425 OpenMP/C++: Avoid ICE for BIND_EXPR with empty BIND_EXPR_BL [...]
new cf619d4a366 libgomp.c-c++-common/metadirective-1.c: Expect 'error:' for [...]
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/cp/semantics.cc | 8 ++++----
gcc/testsuite/g++.dg/gomp/target-4.C | 22 ++++++++++++++++++++++
.../libgomp.c-c++-common/metadirective-1.c | 8 +++++++-
3 files changed, 33 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/target-4.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 binutils-gdb.
from 2c29fd2026b [gdb] Factor out compare_pointers
new 5bd7ac079ae gas: sframe: handle .cfi_same_value
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:
gas/gen-sframe.c | 61 ++++++++++++++++++++--
...i-sframe-common-10.d => cfi-sframe-common-11.d} | 2 +-
...i-sframe-common-10.s => cfi-sframe-common-11.s} | 10 ++--
gas/testsuite/gas/cfi-sframe/cfi-sframe.exp | 1 +
4 files changed, 65 insertions(+), 9 deletions(-)
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-10.d => cfi-sframe-common-11. [...]
copy gas/testsuite/gas/cfi-sframe/{cfi-sframe-common-10.s => cfi-sframe-common-11. [...]
--
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 88d3ddbe2 Cygwin: dll_init: use SIZE_T instead of DWORD for size
new dd10a32cd Cygwin: Revise release note
new e16a5aa3f Cygwin: bump DLL version to 3.6.3
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/include/cygwin/version.h | 2 +-
winsup/cygwin/release/3.6.2 | 13 +++++++++++--
2 files changed, 12 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 45b849d05b7 OpenMP/C++: Avoid ICE for BIND_EXPR with empty BIND_EXPR_BL [...]
new 97e8cd9295d libstdc++: Run in_place constructor test for std::indirect [...]
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/memory/indirect/ctor.cc | 3 ++-
1 file changed, 2 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 gcc.
from f59ff19bc3d c++: add -fdump-lang-tinst
new 45b849d05b7 OpenMP/C++: Avoid ICE for BIND_EXPR with empty BIND_EXPR_BL [...]
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/cp/semantics.cc | 8 ++++----
gcc/testsuite/g++.dg/gomp/target-4.C | 22 ++++++++++++++++++++++
2 files changed, 26 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/target-4.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-13
in repository gcc.
from a0fe50437ec s390: Fix tf_to_fprx2
new c884148d3cb asan: Don't fold some strlens with -fsanitize=address [PR110676]
new d0f2b0711f2 c++: vtable referring to "unavailable" virtual fn [PR116606]
new 17dcde03ec2 c++: Disable deprecated/unavailable diagnostics when creati [...]
new c1e55bcc107 doloop: Fix up doloop df use [PR116799]
new 65724317b26 gimple-fold: Avoid ICEs with bogus declarations like const [...]
new af5d43648bd cselib: For CALL_INSNs to const/pure fns invalidate memory [...]
new ffac0a49a88 cselib: Fix up previous patch for SPARC [PR117239]
new b0502fbcee2 alias: Perform offset arithmetics in poly_offset_int rather [...]
new b70fba168fb i386: Change RTL representation of bt[lq] [PR118623]
new 5e72938390f c++: Fix explicit instantiation of const variable templates [...]
The 10 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/alias.cc | 68 +++++++--
gcc/config/i386/i386.md | 52 +++----
gcc/cp/decl.cc | 7 +-
gcc/cp/decl2.cc | 3 +-
gcc/cp/method.cc | 6 +
gcc/cselib.cc | 169 +++++++++++++++++++--
gcc/gimple-fold.cc | 81 ++++++++--
gcc/loop-doloop.cc | 20 ++-
gcc/testsuite/g++.dg/cpp1y/var-templ87.C | 43 ++++++
gcc/testsuite/g++.dg/ext/attr-unavailable-13.C | 8 +
gcc/testsuite/g++.dg/torture/pr113994.C | 31 ++++
gcc/testsuite/g++.dg/warn/deprecated-19.C | 22 +++
gcc/testsuite/gcc.c-torture/compile/pr117358.c | 17 +++
gcc/testsuite/gcc.c-torture/execute/pr116799.c | 41 +++++
gcc/testsuite/gcc.c-torture/execute/pr118623.c | 23 +++
.../gcc.dg/asan/{pr105396.c => pr110676.c} | 13 +-
gcc/testsuite/gcc.dg/pr117239.c | 42 +++++
17 files changed, 569 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ87.C
create mode 100644 gcc/testsuite/g++.dg/ext/attr-unavailable-13.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr113994.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-19.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr117358.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr116799.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr118623.c
copy gcc/testsuite/gcc.dg/asan/{pr105396.c => pr110676.c} (55%)
create mode 100644 gcc/testsuite/gcc.dg/pr117239.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-13
in repository gcc.
from bde3ca83ffe c++: format attribute redeclaration [PR116954]
new a0fe50437ec s390: Fix tf_to_fprx2
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/s390/vector.md | 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 glibc.
from 4f4c4fcde7 Turn on -Wfree-labels by default if available
new 99c70ae6e9 manual: Document getopt_long_only with single letter options [...]
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/getopt.texi | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 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 gcc.
from caf804b1795 libstdc++: Implement C++26 std::indirect [PR119152]
new d424245c7ab c++: add cxx_dump_pretty_printer
new f59ff19bc3d c++: add -fdump-lang-tinst
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/cp/cp-objcp-common.cc | 2 +
gcc/cp/cp-tree.h | 24 ++++++++++
gcc/cp/error.cc | 27 +++++++++++
gcc/cp/pt.cc | 111 +++++++++++++++++++++++++++++++++++++++-------
gcc/doc/invoke.texi | 72 ++++++++++++++++++++----------
5 files changed, 195 insertions(+), 41 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 545433e9bd3 libstdc++: Implement C++26 function_ref [PR119126]
new caf804b1795 libstdc++: Implement C++26 std::indirect [PR119152]
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/doc/doxygen/stdheader.cc | 1 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/indirect.h | 459 +++++++++++++++++++++
libstdc++-v3/include/bits/version.def | 9 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/memory | 5 +
libstdc++-v3/testsuite/std/memory/indirect/copy.cc | 121 ++++++
.../testsuite/std/memory/indirect/copy_alloc.cc | 228 ++++++++++
libstdc++-v3/testsuite/std/memory/indirect/ctor.cc | 203 +++++++++
.../testsuite/std/memory/indirect/incomplete.cc | 38 ++
.../testsuite/std/memory/indirect/invalid_neg.cc | 28 ++
libstdc++-v3/testsuite/std/memory/indirect/move.cc | 144 +++++++
.../testsuite/std/memory/indirect/move_alloc.cc | 296 +++++++++++++
.../testsuite/std/memory/indirect/relops.cc | 82 ++++
15 files changed, 1626 insertions(+)
create mode 100644 libstdc++-v3/include/bits/indirect.h
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/copy.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/copy_alloc.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/ctor.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/incomplete.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/invalid_neg.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/move.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/move_alloc.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/relops.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.