This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 58d0ef7989 po: Incorporate translations
new 1944817240 Makeconfig: The hash character # confuses old make, use $(di [...]
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:
Makeconfig | 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 65f044a3ef6 genpreds.cc: Do not use rawmemchr for insn_constraint_len
new bdfb5cc5aa6 tree-optimization/121202 - fix vector stmt placement
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/pr121202.c | 11 +++++++++++
gcc/tree-vect-slp.cc | 6 +++++-
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr121202.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 9023bcd0d68 OpenMP: Fix implicit 'declare target' for <ostream>
new e28f90fcc8d ada: exp_util.adb: prevent infinite loop in case of broken code
new 633f73c006f ada: Fix wrong indirect access to bit-packed array in itera [...]
new c6b571c6c7c ada: Tune recent change for bit-packed arrays to help GNATp [...]
new 2b05983ca27 ada: Fix assertion failure on aggregate with controlled component
new 0bccb1eb755 ada: Remove obsolete code from Safe_Unchecked_Type_Conversion
new 381d0146e71 ada: Fix generation of Initialize and Adjust calls
The 6 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/einfo.ads | 4 +++
gcc/ada/exp_ch7.adb | 24 +++++++-------
gcc/ada/exp_util.adb | 66 ++++++-------------------------------
gcc/ada/exp_util.ads | 10 ------
gcc/ada/gen_il-fields.ads | 1 +
gcc/ada/gen_il-gen-gen_entities.adb | 1 +
gcc/ada/sem_ch3.adb | 20 ++++++-----
gcc/ada/sem_util.adb | 60 ++++++++++++---------------------
8 files changed, 61 insertions(+), 125 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 akhuettel/wip
in repository glibc.
at 964154d8cf Makeconfig: The hash character # confuses old make, use $(di [...]
This branch includes the following new commits:
new 964154d8cf Makeconfig: The hash character # confuses old make, use $(di [...]
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.
--
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 585ade15412 ada: Nested use_type_clause with "all" cancels use_type_cla [...]
new 65f044a3ef6 genpreds.cc: Do not use rawmemchr for insn_constraint_len
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/genpreds.cc | 7 ++++++-
1 file changed, 6 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 devel/omp/gcc-15
in repository gcc.
from facd61f0b57 ChangeLog.omp bump
new fe9faa20d37 Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx. [...]
new 33c7505fda0 nvptx: Support '-mptx=5.0'
new aed9e682c0f nvptx: Support '-march=sm_61'
new a1c99e0a33c GCN, nvptx offloading: Restrain 'WARNING: program timed out [...]
new 5b9cd5086db ChangeLog.omp bump
The 5 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.omp | 29 ++++++++++
gcc/DATESTAMP.omp | 2 +-
gcc/config.gcc | 1 +
gcc/config/nvptx/gen-multilib-matches-tests | 67 ++++++++++++++++++++--
gcc/config/nvptx/nvptx-gen.h | 1 +
gcc/config/nvptx/nvptx-gen.opt | 3 +
gcc/config/nvptx/nvptx-opts.h | 1 +
gcc/config/nvptx/nvptx-sm.def | 1 +
gcc/config/nvptx/nvptx.cc | 6 ++
gcc/config/nvptx/nvptx.h | 1 +
gcc/config/nvptx/nvptx.opt | 7 ++-
gcc/doc/invoke.texi | 2 +
gcc/testsuite/ChangeLog.omp | 16 ++++++
gcc/testsuite/gcc.target/nvptx/march-map=sm_61.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_62.c | 4 +-
.../nvptx/{march=sm_52.c => march=sm_61.c} | 6 +-
.../gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} | 6 +-
libgomp/ChangeLog.omp | 32 +++++++++++
libgomp/testsuite/libgomp.c++/pr119692-1-4.C | 2 +-
libgomp/testsuite/libgomp.c++/pr119692-1-5.C | 2 +-
libgomp/testsuite/libgomp.c++/target-cdtor-1.C | 17 ++++--
libgomp/testsuite/libgomp.c++/target-cdtor-2.C | 17 ++++--
.../libgomp.c++/target-exceptions-bad_cast-1.C | 2 +-
.../libgomp.c++/target-exceptions-bad_cast-2.C | 2 +-
...e-variant-3-sm37.c => declare-variant-3-sm61.c} | 4 +-
libgomp/testsuite/libgomp.c/declare-variant-3.h | 8 +++
.../libgomp.oacc-c++/exceptions-bad_cast-1.C | 2 +-
.../libgomp.oacc-c++/exceptions-bad_cast-2.C | 2 +-
28 files changed, 208 insertions(+), 39 deletions(-)
copy gcc/testsuite/gcc.target/nvptx/{march=sm_52.c => march=sm_61.c} (74%)
copy gcc/testsuite/gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} (71%)
copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm37.c => declare-variant-3-sm [...]
--
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 ae008187137 libstdc++: Fix obvious mistake in inplace_vector::assign_ra [...]
new 574bdf8e215 ada: Improved support for mutably tagged types
new 3d1f1416180 ada: Ensure Expression_Copy has a parent before analysis
new 84468c33ffc ada: Add Unique_Component_Name function for use by CCG.
new 83219c97fab ada: exp_util.adb: prevent infinite loop in case of broken code
new 2bcb3683f3b ada: Capacity determination for container aggregate with co [...]
new 9ffa0e4301d ada: Replace "not Present" test with "No" test
new b14337e3777 ada: Fix wrong indirect access to bit-packed array in itera [...]
new 7e533dbd8ce ada: Tune check for restriction No_Relative_Delay and call [...]
new c543be28e2e ada: Expand continue procedure calls for GNATprove
new 918adccdf1f ada: Tune recent change for bit-packed arrays to help GNATp [...]
new e7291bda238 ada: Adding support to defer the addition of extra formals
new 15cd3770ac1 ada: Fix unnecessary extra RE_Activation_Chain_Access with [...]
new 06728901a03 ada: Fix assertion failure on aggregate with controlled component
new cdbd7946acc ada: Additional condition for Capacity discriminant on boun [...]
new 4de3be28bab ada: Wrong dispatch on result in presence of dependent expression
new 6a3abaf005f ada: Remove obsolete code from Safe_Unchecked_Type_Conversion
new 6037cf8093e ada: Fix generation of Initialize and Adjust calls
new 3289f1a3744 ada: Fix crash when creating extra formals for aliased types
new 45e5196e8bf ada: Add destructors extension
new 69bbc3a2b3f ada: Fix minor issues in comments
new beb6c12a417 ada: Only fold array attributes in SPARK when prefix is saf [...]
new 585ade15412 ada: Nested use_type_clause with "all" cancels use_type_cla [...]
The 22 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/aspects.ads | 7 +
gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 68 ++
gcc/ada/einfo.ads | 58 +-
gcc/ada/exp_aggr.adb | 108 +-
gcc/ada/exp_attr.adb | 404 ++++---
gcc/ada/exp_ch3.adb | 57 +-
gcc/ada/exp_ch4.adb | 10 +-
gcc/ada/exp_ch6.adb | 1265 ++++++++++++----------
gcc/ada/exp_ch6.ads | 4 +
gcc/ada/exp_ch7.adb | 168 ++-
gcc/ada/exp_ch9.adb | 44 +-
gcc/ada/exp_ch9.ads | 9 +-
gcc/ada/exp_disp.adb | 87 +-
gcc/ada/exp_disp.ads | 3 -
gcc/ada/exp_put_image.adb | 343 +++---
gcc/ada/exp_spark.adb | 24 +
gcc/ada/exp_strm.adb | 35 +-
gcc/ada/exp_util.adb | 66 +-
gcc/ada/exp_util.ads | 10 -
gcc/ada/freeze.adb | 48 +-
gcc/ada/gen_il-fields.ads | 6 +
gcc/ada/gen_il-gen-gen_entities.adb | 7 +
gcc/ada/gen_il-gen-gen_nodes.adb | 9 +-
gcc/ada/gen_il-internals.adb | 2 +
gcc/ada/gnat_rm.texi | 138 ++-
gcc/ada/libgnat/a-cbhama.adb | 2 +-
gcc/ada/libgnat/a-cbhama.ads | 2 +-
gcc/ada/sem_attr.adb | 42 +
gcc/ada/sem_aux.adb | 88 +-
gcc/ada/sem_aux.ads | 14 +
gcc/ada/sem_ch13.adb | 162 ++-
gcc/ada/sem_ch3.adb | 34 +-
gcc/ada/sem_ch4.adb | 4 +
gcc/ada/sem_ch5.adb | 9 +-
gcc/ada/sem_ch6.adb | 786 +++++++++++++-
gcc/ada/sem_ch6.ads | 160 +++
gcc/ada/sem_ch8.adb | 10 +-
gcc/ada/sem_ch9.adb | 6 +
gcc/ada/sem_disp.adb | 49 +
gcc/ada/sem_res.adb | 4 +-
gcc/ada/sem_util.adb | 83 +-
gcc/ada/sem_util.ads | 20 +-
gcc/ada/sinfo.ads | 36 +-
gcc/ada/snames.ads-tmpl | 1 +
44 files changed, 3216 insertions(+), 1276 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 f924db6ae96 Daily bump.
new 84508585618 rs6000: Add TARGET_FLOAT128_HW guard for quad-precision insns
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/rs6000/rs6000.md | 6 +++---
gcc/config/rs6000/vsx.md | 14 +++++++-------
gcc/testsuite/gcc.target/powerpc/float128-cmp2-runnable.c | 3 +--
3 files changed, 11 insertions(+), 12 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 7698f886e1f Fix gcc.dg/vect/slp-28.c
new ae008187137 libstdc++: Fix obvious mistake in inplace_vector::assign_ra [...]
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/include/std/inplace_vector | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.