This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3584aab37f5 testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.c
new 3aaafd64807 Update gcc .po files
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/po/be.po | 9391 +++++++++++++++++++++++++------------------------
gcc/po/da.po | 9447 +++++++++++++++++++++++++------------------------
gcc/po/de.po | 9403 +++++++++++++++++++++++++------------------------
gcc/po/el.po | 9377 +++++++++++++++++++++++++------------------------
gcc/po/es.po | 9447 +++++++++++++++++++++++++------------------------
gcc/po/fi.po | 9403 +++++++++++++++++++++++++------------------------
gcc/po/fr.po | 9407 +++++++++++++++++++++++++------------------------
gcc/po/hr.po | 10325 +++++++++++++++++++++++++++---------------------------
gcc/po/id.po | 9428 +++++++++++++++++++++++++------------------------
gcc/po/ja.po | 9399 +++++++++++++++++++++++++------------------------
gcc/po/ka.po | 9355 +++++++++++++++++++++++++------------------------
gcc/po/nl.po | 9384 +++++++++++++++++++++++++------------------------
gcc/po/ru.po | 9439 +++++++++++++++++++++++++------------------------
gcc/po/sr.po | 9421 +++++++++++++++++++++++++------------------------
gcc/po/sv.po | 9649 +++++++++++++++++++++++++-------------------------
gcc/po/tr.po | 9446 +++++++++++++++++++++++++------------------------
gcc/po/uk.po | 9428 +++++++++++++++++++++++++------------------------
gcc/po/vi.po | 9415 +++++++++++++++++++++++++------------------------
gcc/po/zh_CN.po | 9407 +++++++++++++++++++++++++------------------------
gcc/po/zh_TW.po | 9411 +++++++++++++++++++++++++------------------------
20 files changed, 96411 insertions(+), 92971 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 linux.
from b6ea1680d0ac Merge tag 'v6.15-p6' of git://git.kernel.org/pub/scm/linux [...]
new bbc9462f0cb0 kernel: param: rename locate_module_kobject
new 1c7777feb0e2 kernel: refactor lookup_or_create_module_kobject()
new 7c76c813cfc4 kernel: globalize lookup_or_create_module_kobject()
new f95bbfe18512 drivers: base: handle module_kobject creation
new 3929527918ff Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/s [...]
new be3f1938d3e6 btrfs: fix COW handling in run_delalloc_nocow()
new 48c1d1bb525b btrfs: fix the inode leak in btrfs_iget()
new e08e49d986f8 btrfs: adjust subpage bit start based on sectorsize
new 7a13c14ee59d Merge tag 'for-6.15-rc4-tag' of git://git.kernel.org/pub/s [...]
The 9 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/base/module.c | 13 +++++--------
fs/btrfs/extent_io.c | 2 +-
fs/btrfs/inode.c | 13 ++++++++-----
include/linux/module.h | 2 ++
kernel/params.c | 47 ++++++++++++++++++++++-------------------------
5 files changed, 38 insertions(+), 39 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 devel/omp/gcc-14
in repository gcc.
from 97067daf1d8 OpenMP: testsuite fixup for g++.dg/gomp/adjust-args-7.C
new 9a06e4d6a11 OpenMP: need_device_ptr and need_device_addr support for ad [...]
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/parser.cc | 7 +-
gcc/fortran/trans-openmp.cc | 44 ++++--
gcc/gimplify.cc | 88 +++++++++--
gcc/testsuite/c-c++-common/gomp/adjust-args-10.c | 2 +
gcc/testsuite/g++.dg/gomp/adjust-args-1.C | 6 +-
gcc/testsuite/g++.dg/gomp/adjust-args-17.C | 44 ++++++
gcc/testsuite/gcc.dg/gomp/adjust-args-3.c | 47 ++++++
gcc/testsuite/gfortran.dg/gomp/adjust-args-14.f90 | 2 +-
libgomp/libgomp.texi | 1 +
libgomp/testsuite/libgomp.c++/need-device-ptr.C | 175 +++++++++++++++++++++
.../testsuite/libgomp.c-c++-common/dispatch-3.c | 35 +++++
.../adjust-args-array-descriptor.f90 | 89 +++++++++++
.../testsuite/libgomp.fortran/need-device-ptr.f90 | 132 ++++++++++++++++
13 files changed, 633 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/adjust-args-17.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/adjust-args-3.c
create mode 100644 libgomp/testsuite/libgomp.c++/need-device-ptr.C
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/dispatch-3.c
create mode 100644 libgomp/testsuite/libgomp.fortran/adjust-args-array-descriptor.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/need-device-ptr.f90
--
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 fd9d35f68ea testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.c
new 30432ffd922 c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]
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/pt.cc | 20 +++++++++++++-------
gcc/testsuite/g++.dg/cpp2a/lambda-targ15.C | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ15.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-15
in repository gcc.
from c9d4d3ba15c testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.c
new f685d317738 Always reflect lower bits from mask in subranges.
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.dg/pr119712.c | 27 +++++++++++
gcc/testsuite/gcc.dg/pr83072-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-value-5.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp122.c | 4 +-
gcc/value-range.cc | 64 ++++++++++++-------------
gcc/value-range.h | 1 -
6 files changed, 61 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr119712.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-14
in repository gcc.
from 51d76593947 Fix GNAT build failure for x86/FreeBSD
new fd9d35f68ea testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.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/aarch64/pr115258.c | 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 releases/gcc-15
in repository gcc.
from 670250c904d c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]
new c9d4d3ba15c testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.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/aarch64/pr115258.c | 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 05ea8baf6ff c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]
new 3584aab37f5 testsuite: Force -mcmodel=small for gcc.target/aarch64/pr115258.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/aarch64/pr115258.c | 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 releases/gcc-15
in repository gcc.
from 01ebce59db2 Fix GNAT build failure for x86/FreeBSD
new 670250c904d c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]
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/pt.cc | 20 +++++++++++++-------
gcc/testsuite/g++.dg/cpp2a/lambda-targ15.C | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ15.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 5f44fcdfe18 tree-optimization/119960 - add validity checking to SLP scheduling
new 05ea8baf6ff c++: UNBOUND_CLASS_TEMPLATE context substitution [PR119981]
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/pt.cc | 20 +++++++++++++-------
gcc/testsuite/g++.dg/cpp2a/lambda-targ15.C | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-targ15.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.