This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e8a0350a15 ada: Fix missing call to Finalize_Protection for simple pro [...]
new dd0197fb4cd MATCH: Optimize COND_ADD_LEN reduction pattern
new 277456180ea MATCH: Optimize COND_ADD reduction pattern
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/match.pd | 22 ++++++++++++++--
.../riscv/rvv/autovec/cond/cond_reduc-1.c | 29 ++++++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/cond/pr111594.c | 22 ++++++++++++++++
3 files changed, 71 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_reduc-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/pr111594.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 f563971b5b elf: Add dummy declaration of _dl_audit_objclose for !SHARED
new fd134feba3 Document CVE-2023-4806 and CVE-2023-5156 in NEWS
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:
NEWS | 9 +++++++++
1 file changed, 9 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 d324984f9fa RISC-V: Support FP round auto-vectorization
new 92361698288 ada: Clarify RM references that justify a constraint check
new 3b426e21d88 ada: Dimensional analysis when used with elementary functions
new 4a91264af42 ada: Make minor corrections to CUDA-related comments
new 08ba004510a ada: Define CHERI exception types
new 8e8e3a00db4 ada: Add CHERI variant of System.Stream_Attributes
new 0787c56c487 ada: Fix conversions between addresses and integers
new 198e643b35d ada: Update personality function for CHERI purecap
new 2e135bdb28d ada: Fix missing finalization of extended return object on [...]
new 52a7e4c75f1 ada: Crash processing the accessibility level of an actual [...]
new a1c78073051 ada: Fix unnesting generated loops with nested finalization [...]
new f6367fc211e ada: Fix deferred constant wrongly rejected
new 6e8a0350a15 ada: Fix missing call to Finalize_Protection for simple pro [...]
The 12 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:
.../doc/gnat_ugn/gnat_and_program_execution.rst | 12 +++
gcc/ada/einfo.ads | 8 +-
gcc/ada/exp_ch5.adb | 7 +-
gcc/ada/exp_ch6.adb | 28 +++--
gcc/ada/exp_ch7.adb | 113 +++++++++++++++++----
gcc/ada/exp_prag.adb | 8 +-
gcc/ada/exp_unst.ads | 7 +-
gcc/ada/exp_util.adb | 38 ++++++-
gcc/ada/gnat_ugn.texi | 19 +++-
gcc/ada/libgnat/a-tags.adb | 5 +-
gcc/ada/libgnat/i-cheri.ads | 16 +++
gcc/ada/libgnat/s-putima.adb | 6 +-
.../libgnat/{s-stratt.adb => s-stratt__cheri.adb} | 36 ++-----
gcc/ada/raise-gcc.c | 39 ++++++-
gcc/ada/rtsfind.ads | 1 -
gcc/ada/sem_ch3.adb | 6 +-
16 files changed, 261 insertions(+), 88 deletions(-)
copy gcc/ada/libgnat/{s-stratt.adb => s-stratt__cheri.adb} (97%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.