This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4cec7bc79db Darwin: Recognise -weak_framework in the driver [PR116237].
new ac8a87c4e34 compiler: don't assume that ATTRIBUTE_UNUSED is defined
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/lex.h | 8 +++++++-
2 files changed, 8 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 devel/fortran_unsigned
in repository gcc.
from ef35d21d921 Implement dshift[lr], ibclr, ibset and ibits.
new 95f108c0d6e Add some rudimentary documentation.
new 58cbd148ed2 Add test case for B, Z and O descriptors.
new d5c05281bac Min, MAX and ishft(c).
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/fortran/check.cc | 53 ++++++++++++++++++++----
gcc/fortran/gfortran.texi | 68 +++++++++++++++++++++++++++++++
gcc/fortran/invoke.texi | 5 ++-
gcc/fortran/simplify.cc | 20 ++++++---
gcc/testsuite/gfortran.dg/unsigned_10.f90 | 56 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/unsigned_11.f90 | 23 +++++++++++
gcc/testsuite/gfortran.dg/unsigned_12.f90 | 18 ++++++++
gcc/testsuite/gfortran.dg/unsigned_13.f90 | 18 ++++++++
8 files changed, 246 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/unsigned_10.f90
create mode 100644 gcc/testsuite/gfortran.dg/unsigned_11.f90
create mode 100644 gcc/testsuite/gfortran.dg/unsigned_12.f90
create mode 100644 gcc/testsuite/gfortran.dg/unsigned_13.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 master
in repository gcc.
from d1fc9816df8 c++: erroneous partial spec vs primary tmpl [PR116064]
new 4cec7bc79db Darwin: Recognise -weak_framework in the driver [PR116237].
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/darwin.h | 2 ++
gcc/config/darwin.opt | 4 ++++
2 files changed, 6 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 glibc.
from 6396e10b20 powerpc: Regenerate ULPs for soft-fp
new 934ba77add nptl: Reorder semaphore release in tst-cancel7
new bea2ad022d nptl: Fix stray process left by tst-cancel7 blocking testing
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:
nptl/tst-cancel7.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 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 165e3e7c3ba Don't call clean_symbol_name in create_tmp_var_name [PR116219]
new 38900247f38 Partially support streaming of poly_int for offloading.
new d1fc9816df8 c++: erroneous partial spec vs primary tmpl [PR116064]
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/error.cc | 6 ++-
gcc/cp/pt.cc | 2 +-
gcc/data-streamer-in.cc | 12 ++----
gcc/data-streamer.cc | 8 ++++
gcc/data-streamer.h | 49 +++++++++++++++++++++--
gcc/lto-streamer-in.cc | 5 +++
gcc/lto-streamer-out.cc | 3 ++
gcc/poly-int.h | 4 ++
gcc/testsuite/g++.dg/template/permissive-error2.C | 15 +++++++
gcc/tree-streamer-in.cc | 33 ++++++++++++++-
10 files changed, 121 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/permissive-error2.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 f1bfba3a9b3 OpenMP: Constructors and destructors for "declare target" s [...]
new 165e3e7c3ba Don't call clean_symbol_name in create_tmp_var_name [PR116219]
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/gimple-expr.cc | 16 ++++++----------
gcc/gimplify.cc | 2 +-
2 files changed, 7 insertions(+), 11 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 82cd63a63ea c++: Implement CWG2387 - Linkage of const-qualified variabl [...]
new f1bfba3a9b3 OpenMP: Constructors and destructors for "declare target" s [...]
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/builtins.def | 4 +
gcc/cp/decl2.cc | 229 +++++++++++++++++----
gcc/fortran/f95-lang.cc | 9 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/lang.opt | 4 +
gcc/fortran/options.cc | 12 ++
gcc/fortran/trans-decl.cc | 9 +
gcc/gimple-fold.cc | 20 ++
gcc/omp-builtins.def | 4 +
gcc/tree.cc | 6 +-
.../static-aggr-constructor-destructor-1.C | 72 +++++++
.../static-aggr-constructor-destructor-2.C | 50 +++++
.../static-aggr-constructor-destructor-3.C | 36 ++++
.../target-is-initial-host-2.c | 43 ++++
.../libgomp.c-c++-common/target-is-initial-host.c | 42 ++++
.../libgomp.fortran/target-is-initial-host-2.f90 | 37 ++++
.../libgomp.fortran/target-is-initial-host.f | 35 ++++
.../libgomp.fortran/target-is-initial-host.f90 | 35 ++++
18 files changed, 608 insertions(+), 40 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/static-aggr-constructor-destructor-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/static-aggr-constructor-destructor-2.C
create mode 100644 libgomp/testsuite/libgomp.c++/static-aggr-constructor-destructor-3.C
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-initial-host-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-is-initial-host.c
create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-initial-host-2.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-initial-host.f
create mode 100644 libgomp/testsuite/libgomp.fortran/target-is-initial-host.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 master
in repository linux.
from d4560686726f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new d3911f1639e6 power: supply: rt5033: Bring back i2c_set_clientdata
new b34ce4a59cfe power: supply: axp288_charger: Fix constant_charge_voltage writes
new 81af7f2342d1 power: supply: axp288_charger: Round constant_charge_volta [...]
new bf9d5cb58875 power: supply: qcom_battmgr: return EAGAIN when firmware s [...]
new d6cca7631a4b power: supply: qcom_battmgr: Ignore extra __le32 in info payload
new 94a8ee195daf Merge tag 'for-v6.11-rc' of git://git.kernel.org/pub/scm/l [...]
new 33eb1e5db351 btrfs: factor out stripe length calculation into a helper
new 63447b7dd40c btrfs: scrub: update last_physical after scrubbing one stripe
new 872617a0896f btrfs: implement launder_folio for clearing dirty page reserve
new 30479f31d44d btrfs: fix qgroup reserve leaks in cow_file_range
new 1e7bec1f7d65 btrfs: emit a warning about space cache v1 being deprecated
new e0391e92f9ab btrfs: fix double inode unlock for direct IO sync writes
new 12653ec36112 btrfs: avoid using fixed char array size for tree names
new 6a0e38264012 Merge tag 'for-6.11-rc2-tag' of git://git.kernel.org/pub/s [...]
The 14 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/power/supply/axp288_charger.c | 22 +++++++++++-----------
drivers/power/supply/qcom_battmgr.c | 12 +++++++-----
drivers/power/supply/rt5033_battery.c | 1 +
fs/btrfs/file.c | 5 ++++-
fs/btrfs/inode.c | 10 ++++++++++
fs/btrfs/print-tree.c | 2 +-
fs/btrfs/scrub.c | 25 +++++++++++++++++++------
fs/btrfs/super.c | 5 ++++-
8 files changed, 57 insertions(+), 25 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 2c6174402ea aarch64/testsuite: Add testcases for recently fixed PRs
new 82cd63a63ea c++: Implement CWG2387 - Linkage of const-qualified variabl [...]
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/decl.cc | 2 ++
gcc/testsuite/g++.dg/DRs/dr2387-aux.cc | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/DRs/dr2387.C | 22 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2387-aux.cc
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2387.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 aa689684d2b libgomp.c-c++-common/target-link-2.c: Fix test on multi-dev [...]
new 2c6174402ea aarch64/testsuite: Add testcases for recently fixed PRs
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/{i386 => aarch64}/pr116258.c | 9 ++++++---
gcc/testsuite/gcc.target/aarch64/sve/pr116259-1.c | 12 ++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
copy gcc/testsuite/gcc.target/{i386 => aarch64}/pr116258.c (53%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr116259-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.