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 3f5a4b71b7b c++: non-dep decltype folding of concept-id C<Ts...> [PR123676]
new 0734fefe21c d: Fix root modules have no file location set [PR122817]
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/d/d-lang.cc | 2 ++
gcc/testsuite/gdc.dg/pr122817.d | 4 ++++
2 files changed, 6 insertions(+)
create mode 100644 gcc/testsuite/gdc.dg/pr122817.d
--
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 fe050fa9d12 Remove impossible speculation in ipa_polymorphic_call_conte [...]
new a321508c1b9 d: Fix root modules have no file location set [PR122817]
new 078b0a2be26 C: Do not warn for calls to .ACCESS_WITH_SIZE when -Wbad-fu [...]
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/c/c-typeck.cc | 3 ++-
gcc/d/d-lang.cc | 2 ++
gcc/testsuite/gcc.dg/pointer-counted-by-pr123500.c | 13 +++++++++++++
gcc/testsuite/gdc.dg/pr122817.d | 4 ++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pointer-counted-by-pr123500.c
create mode 100644 gcc/testsuite/gdc.dg/pr122817.d
--
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 linux.
from fcb70a56f4d8 Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub [...]
new 61ceaf236115 vfio: Prevent from pinned DMABUF importers to attach to VF [...]
new 1f97d9dcf536 Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/ [...]
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:
drivers/vfio/pci/vfio_pci_dmabuf.c | 12 ++++++++++++
1 file changed, 12 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 0e240e22ce4 build: Unifiy 32 and 64-bit linker options
new fe050fa9d12 Remove impossible speculation in ipa_polymorphic_call_conte [...]
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/ipa-polymorphic-call.cc | 13 ++++++++++++-
1 file changed, 12 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 ef652d7bd4f ipa/116296 - avoid overflow in modref_access_node::contains
new f75fe68437e build: Only use --fatal-warnings if assembler supports it
new 5fc4e333b42 build: Unify 32 and 64-bit assembler handling
new 0e240e22ce4 build: Unifiy 32 and 64-bit linker options
The 3 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/acinclude.m4 | 41 +++++++---
gcc/configure | 240 +++++++++++++++++++++++++------------------------------
gcc/configure.ac | 198 ++++++++++++++++++---------------------------
3 files changed, 215 insertions(+), 264 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 binutils-gdb.
from 7e8aebc9d3f gdb/python: use gdbpy_is_value_object in more places
new 45df08bfcda ld: testsuite: Simplify emulation check in libgot tests
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:
ld/testsuite/ld-i386/binutils.exp | 4 +---
ld/testsuite/ld-x86-64/binutils.exp | 8 ++------
ld/testsuite/lib/ld-lib.exp | 11 +++++++++++
3 files changed, 14 insertions(+), 9 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 c7892c53bbf Daily bump.
new 6222df121a9 c++: leaky uid-sensitive constexpr evaluation [PR122494, PR123814]
new 5f1146eb484 c++: non-dep decltype folding of concept-id C<Ts...> [PR123676]
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/constexpr.cc | 11 ++++++++
gcc/cp/pt.cc | 3 ++-
gcc/testsuite/g++.dg/cpp2a/concepts-decltype5.C | 10 ++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr122494.C | 24 +++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr123814.C | 34 +++++++++++++++++++++++++
5 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-decltype5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr122494.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr123814.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 858392b691d testsuite: arm: Add another expected output in vdupq_n_f32.c
new b227c79c433 debug/123376 - mangle decls referenced in initializers early
new ef652d7bd4f ipa/116296 - avoid overflow in modref_access_node::contains
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/dwarf2out.cc | 12 ++++--------
gcc/ipa-modref-tree.cc | 15 ++++++++++-----
gcc/testsuite/g++.dg/lto/pr123376_0.C | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116296.c | 9 +++++++++
4 files changed, 42 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr123376_0.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116296.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 0accf2b4dff forwprop: Pun with integer type if needed [PR123799].
new 858392b691d testsuite: arm: Add another expected output in vdupq_n_f32.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/testsuite/gcc.target/arm/mve/intrinsics/vdupq_n_f32.c | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.