This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 576dd2f7ef0 ipa/123416 - fix IPA modref summary merging after inlining
new 945cdc58c4c gcc: migrate from CONST_CAST2 macro to const_cast<>() [PR123892]
new 0ef6df1db19 diagnostics: conditionally include afunix.h
new a53c5c42c6c libgomp, amdgcn, nvptx: Improve omp_target_is_accessible [P [...]
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/collect2.cc | 33 +++---
gcc/config.in | 6 ++
gcc/config/sparc/driver-sparc.cc | 5 +-
gcc/configure | 38 ++++++-
gcc/configure.ac | 15 +++
gcc/diagnostics/sarif-sink.cc | 7 ++
gcc/gcc-ar.cc | 5 +-
gcc/gcc.cc | 2 +-
gcc/toplev.cc | 3 +-
gcc/tree-nested.cc | 2 +-
include/cuda/cuda.h | 9 ++
libgomp/libgomp-plugin.h | 1 +
libgomp/libgomp.h | 1 +
libgomp/libgomp.texi | 14 ++-
libgomp/plugin/cuda-lib.def | 1 +
libgomp/plugin/plugin-gcn.c | 111 +++++++++++++++++++++
libgomp/plugin/plugin-nvptx.c | 69 +++++++++++--
libgomp/target.c | 18 +++-
.../libgomp.c-c++-common/target-is-accessible-1.c | 77 ++++++++++++--
.../libgomp.c-c++-common/target-is-accessible-2.c | 5 +
.../libgomp.c-c++-common/target-is-accessible-3.c | 4 +
.../libgomp.c-c++-common/target-is-accessible-4.c | 28 ++++++
.../libgomp.c-c++-common/target-is-accessible-5.c | 33 ++++++
.../libgomp.fortran/target-is-accessible-1.f90 | 93 +++++++++++++----
24 files changed, 509 insertions(+), 71 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-3.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-4.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-accessible-5.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 bcbd673600 posix: avoid a cast in regex syntax bit definitions
new 0e47414ce8 Don't include <bits/openat2.h> directly (bug 33848)
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:
sysdeps/unix/sysv/linux/openat2.c | 1 -
1 file changed, 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 a08ac15e8cc c++: Fix UB in eval_data_member_spec [PR123920]
new 576dd2f7ef0 ipa/123416 - fix IPA modref summary merging after inlining
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-modref.cc | 2 +-
gcc/testsuite/gcc.dg/torture/pr123416.c | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr123416.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 bb4791c336e Ada: Fix couple of small accessibility glitches
new 31ca0008418 c++: Don't call cpp_translate_string on NULL string [PR123918]
new a08ac15e8cc c++: Fix UB in eval_data_member_spec [PR123920]
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/reflect.cc | 8 +++-----
gcc/cp/semantics.cc | 5 ++++-
2 files changed, 7 insertions(+), 6 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 c88be070dce Revert "LoongArch: Fix PR122097 (2)."
new bb4791c336e Ada: Fix couple of small accessibility glitches
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/checks.adb | 8 ++++++--
gcc/ada/exp_ch4.adb | 11 +++++------
gcc/ada/sem_util.adb | 7 +++++++
3 files changed, 18 insertions(+), 8 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 f84ed64925e Daily bump.
new 77527ecae92 LoongArch: rework copysign and xorsign implementation
new c88be070dce Revert "LoongArch: Fix PR122097 (2)."
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/config/loongarch/lasx.md | 53 ---------------------
gcc/config/loongarch/loongarch.cc | 87 ++++++-----------------------------
gcc/config/loongarch/lsx.md | 53 ---------------------
gcc/config/loongarch/predicates.md | 16 +++++++
gcc/config/loongarch/simd.md | 94 +++++++++++++++++++++++++-------------
5 files changed, 92 insertions(+), 211 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 glibc.
from 364426a59e elf: Add test case for LD_PROFILE/LD_PROFILE_OUTPUT interaction
new bcbd673600 posix: avoid a cast in regex syntax bit definitions
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:
posix/regex.h | 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 linux.
from dee65f79364c Merge tag 'lsm-pr-20260202' of git://git.kernel.org/pub/sc [...]
new 43151f812886 cgroup/dmem: fix NULL pointer dereference when setting max
new 592a68212c56 cgroup/dmem: avoid rcu warning when unregister region
new 99a2ef500906 cgroup/dmem: avoid pool UAF
new 6bd9ed02871f Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel. [...]
The 4 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:
kernel/cgroup/dmem.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 63 insertions(+), 7 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-15
in repository gcc.
from 36d1b6216e4 debug/123886 - remove GTY((skip)) from external_die_map entry
new bea4d9ac4a2 Daily bump.
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/ChangeLog | 121 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 80 ++++++++++++++++++++++++++++++++
3 files changed, 202 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 releases/gcc-14
in repository gcc.
from ed5f89a2062 middle-end/123887 - trapping conditional operand turned unc [...]
new ba974fbe6b4 Daily bump.
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/ChangeLog | 19 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
3 files changed, 36 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.