This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 11e4b8bcc66 ipa: Fix pritting of symtab_node type: Fix 'static_assert' [...]
new 0d95edd38ff ada: Catch Constraint_Errors on non-scalar streaming attributes
new 6ee8ebe0f17 ada: Get rid of Sy/Sm mixing (Chars)
new 65dec7e0e4d ada: Add System.Traceback.Symbolic.Calling_Entity
new e95656d9840 ada: Fix visibility issue in nested instance with use claus [...]
new bd03df4cac5 ada: Incorrect warning redundant parens on in
new cc2a4ebe88e ada: Get rid of Sy/Sm mixing (Default_Expression)
new 64a6f143a1b ada: Remove dependence on secondary stack for type with con [...]
new 2c7a70ef2dd ada: Fix incorrect static string concatenation with null le [...]
new 3e7ea99b431 ada: Make Long_Long_Float'Write deterministic
new 966d132b0a5 ada: Remove exception handler in Check_Vanishing_Fields
new 77691b9ff59 ada: Add ctor call after address clause
new 280d165843e ada: Get rid of unused node/entity fields (Set_ only)
new ebfc39db7fe ada: Move constant declaration
new 96ac78a1b9d ada: Add missing runtime procedure for CHERI
new 7a6df736e18 ada: Get rid of unused node/entity fields (neither set nor get)
new 3b28ad158eb ada: Remove outdated comment
new 256263b1d90 ada: Get rid of Sy/Sm mixing (Actions)
new 987d94ebf0b ada: Tidy up code dealing with visibility in instances of f [...]
new f5836f73b10 ada: Direct attribute definition for constructors
new a740ac2bf81 ada: Avoid triggering ghost context errors on prefixed names
new 6a331103e78 ada: Avoid Ignored ghost code behavior in Codepeer_Mode
new 43ce88299a4 ada: Fix Put_Image for Multiway_Trees
new fbdaed53ea4 ada: Remove workaround for a freezing issue with address of [...]
new 1c484bd921b ada: Fix spurious check on 'Put_Image for an array of characters
new d5c0cf67b5d ada: Reject nonconfirming size clauses on objects of floati [...]
new 39ba3bb9131 ada: Get rid of Sy/Sm mixing (Expression)
new e818a8e8bf0 ada: Tweak Is_Predefined_File_Name
new 2c77eeb8d82 ada: Fix another incorrectly nested procedure
new 4ff0bd5f987 ada: Crash on call to a dispatching op with if_expr and tag [...]
new 2671814409b ada: Fix box accepted as second association of a generic fo [...]
new 0c320ec602c ada: Keep source locations for inlined subprograms from pre [...]
new 4d98d5e454b ada: Preserve AST structure when copying tree with discrete types
new 48d09de92b0 ada: Decouple compile-time evaluation from if_statement sou [...]
new efa7ec80d97 ada: Decouple compile-time evaluation from while loop sourc [...]
new c22f8e1c410 ada: Adjust outdated reference in comment
new fd7b43f5f4a ada: Restore alignment check for address clause given with [...]
new 85b6344379e ada: Guard compile-time evaluator against rewritten if-expressions
new 7a25badc5dd Fix 'libgomp.c/pr122281.c' for non-USM offloading execution [...]
The 38 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 | 5 -
gcc/ada/atree.adb | 82 +++---
gcc/ada/checks.adb | 7 +-
gcc/ada/cstand.adb | 12 +-
.../gnat_rm/representation_clauses_and_pragmas.rst | 3 +-
gcc/ada/einfo-utils.adb | 15 +-
gcc/ada/einfo.ads | 40 +--
gcc/ada/errout.adb | 27 +-
gcc/ada/erroutc.adb | 49 +++-
gcc/ada/exp_aggr.adb | 7 +-
gcc/ada/exp_attr.adb | 47 ++-
gcc/ada/exp_ch11.adb | 4 +-
gcc/ada/exp_ch3.adb | 30 +-
gcc/ada/exp_ch4.adb | 68 ++---
gcc/ada/exp_ch6.adb | 70 ++---
gcc/ada/exp_ch6.ads | 6 +-
gcc/ada/exp_ch7.adb | 87 ++++--
gcc/ada/exp_dbug.ads | 19 ++
gcc/ada/exp_strm.adb | 8 +
gcc/ada/exp_unst.adb | 2 +
gcc/ada/exp_util.adb | 326 ++++++++++++---------
gcc/ada/fname.adb | 13 -
gcc/ada/freeze.adb | 3 +-
gcc/ada/gen_il-fields.ads | 11 +-
gcc/ada/gen_il-gen-gen_entities.adb | 7 +-
gcc/ada/gen_il-gen-gen_nodes.adb | 38 +--
gcc/ada/gen_il-gen.adb | 47 +--
gcc/ada/gen_il-gen.ads | 12 +-
gcc/ada/gen_il-internals.adb | 2 +
gcc/ada/ghost.adb | 8 +
gcc/ada/gnat_rm.texi | 5 +-
gcc/ada/gnat_ugn.texi | 4 +-
gcc/ada/inline.adb | 32 --
gcc/ada/libgnat/a-cbmutr.adb | 4 +-
gcc/ada/libgnat/a-cimutr.adb | 4 +-
gcc/ada/libgnat/a-comutr.adb | 4 +-
gcc/ada/libgnat/s-dwalin.adb | 27 +-
gcc/ada/libgnat/s-dwalin.ads | 11 +-
gcc/ada/libgnat/s-stratt.adb | 17 ++
gcc/ada/libgnat/s-stratt.ads | 2 +
gcc/ada/libgnat/s-stratt__cheri.adb | 17 ++
gcc/ada/libgnat/s-trasym.adb | 4 +
gcc/ada/libgnat/s-trasym.ads | 3 +
gcc/ada/libgnat/s-trasym__dwarf.adb | 164 +++++++----
gcc/ada/par-ch12.adb | 2 +-
gcc/ada/par-ch13.adb | 158 +++++-----
gcc/ada/par-ch6.adb | 64 +++-
gcc/ada/par-endh.adb | 28 +-
gcc/ada/par.adb | 10 +
gcc/ada/rtsfind.ads | 2 +
gcc/ada/sem_attr.adb | 156 ++++------
gcc/ada/sem_aux.adb | 3 -
gcc/ada/sem_ch12.adb | 119 ++++----
gcc/ada/sem_ch13.adb | 116 ++++----
gcc/ada/sem_ch3.adb | 15 +
gcc/ada/sem_ch6.adb | 181 ++++++------
gcc/ada/sem_ch7.adb | 7 +-
gcc/ada/sem_ch8.adb | 18 +-
gcc/ada/sem_disp.adb | 50 ----
gcc/ada/sem_prag.adb | 2 -
gcc/ada/sem_res.adb | 28 +-
gcc/ada/sem_util.adb | 163 ++++++++---
gcc/ada/sem_util.ads | 22 +-
gcc/ada/sinfo.ads | 68 +----
gcc/ada/snames.adb-tmpl | 9 +
gcc/ada/snames.ads-tmpl | 7 +-
gcc/ada/sprint.adb | 4 +-
gcc/ada/style.adb | 14 +-
gcc/ada/treepr.adb | 2 +
libgomp/testsuite/libgomp.c/pr122281.c | 2 +-
70 files changed, 1448 insertions(+), 1155 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 binutils-gdb.
from 12ef7d5b7b0 Remove call to abort in the DGB debug format printing code, [...]
new 5b7bb3412e6 Clean up "return -1" in gdb.rust
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:
gdb/testsuite/gdb.rust/completion.exp | 4 ++--
gdb/testsuite/gdb.rust/dwindex.exp | 4 ++--
gdb/testsuite/gdb.rust/finish.exp | 4 ++--
gdb/testsuite/gdb.rust/fnfield.exp | 4 ++--
gdb/testsuite/gdb.rust/generics.exp | 4 ++--
gdb/testsuite/gdb.rust/main-crash.exp | 4 ++--
gdb/testsuite/gdb.rust/methods.exp | 4 ++--
gdb/testsuite/gdb.rust/modules.exp | 4 ++--
gdb/testsuite/gdb.rust/onetwoeight.exp | 6 +++---
gdb/testsuite/gdb.rust/pp.exp | 4 ++--
gdb/testsuite/gdb.rust/rawids.exp | 4 ++--
gdb/testsuite/gdb.rust/rust-start.exp | 4 ++--
gdb/testsuite/gdb.rust/rust-style.exp | 4 ++--
gdb/testsuite/gdb.rust/simple.exp | 4 ++--
gdb/testsuite/gdb.rust/traits.exp | 4 ++--
gdb/testsuite/gdb.rust/unicode.exp | 4 ++--
gdb/testsuite/gdb.rust/union.exp | 4 ++--
gdb/testsuite/gdb.rust/unsized.exp | 4 ++--
gdb/testsuite/gdb.rust/unsized2.exp | 4 ++--
gdb/testsuite/gdb.rust/watch.exp | 4 ++--
20 files changed, 41 insertions(+), 41 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 543b517b3ac AVR: Fix gcc.target/avr/torture/pr92606.c that failed witho [...]
new 11e4b8bcc66 ipa: Fix pritting of symtab_node type: Fix 'static_assert' [...]
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/symtab.cc | 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 binutils-gdb.
from f5bee9f31b2 Sync top-level with GCC
new 12ef7d5b7b0 Remove call to abort in the DGB debug format printing code, [...]
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:
binutils/prdbg.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 d7ff7435b47 arc: Fix wrong vector ordering on big-endian architecture
new 543b517b3ac AVR: Fix gcc.target/avr/torture/pr92606.c that failed witho [...]
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/avr/torture/pr92606.c | 8 ++++----
1 file changed, 4 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 c10bd8ce54b docs: fmv: Update Function multi-versioning documentation [...]
new e2cbcd1b27c Fix gimple_copy for OpenMP atomic load/store [PR122281, PR105001]
new d7ff7435b47 arc: Fix wrong vector ordering on big-endian architecture
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/arc/simdext.md | 14 ++++++----
gcc/gimple.cc | 22 ++++++++++++++++
gcc/testsuite/gcc.target/arc/movv2hi-be.c | 32 +++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr122281.c | 43 +++++++++++++++++++++++++++++++
4 files changed, 106 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/movv2hi-be.c
create mode 100644 libgomp/testsuite/libgomp.c/pr122281.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 0d0028f8df9 RISC-V: Fix the ABI of empty unions and zero length array i [...]
new c10bd8ce54b docs: fmv: Update Function multi-versioning documentation [...]
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/doc/extend.texi | 133 +++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 117 insertions(+), 16 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 binutils-gdb.
from ef442f8e7f1 libsframe: use sframe_decoder_get_funcdesc_v2 in dumper
new f5bee9f31b2 Sync top-level with GCC
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:
Makefile.def | 11 ++++++-----
configure | 5 +++++
configure.ac | 5 +++++
3 files changed, 16 insertions(+), 5 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 ec7cc280c10 Ada: Add testcase for missed loop vectorization on x86-64/Windows
new 643112df90a aarch64: Add missing fmv features.
new 7d6fc99bd0d AArch64: Fix mv-cmpu-features.C test that fails on older gl [...]
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/aarch64/aarch64-option-extensions.def | 12 +++++++++--
gcc/config/aarch64/aarch64.cc | 2 ++
gcc/testsuite/g++.target/aarch64/mv-cpu-features.C | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/fmv_priority.in | 23 +++++++++++-----------
gcc/testsuite/gcc.target/aarch64/fmv_priority1.c | 22 ++++++++++-----------
gcc/testsuite/gcc.target/aarch64/fmv_priority2.c | 8 ++++++--
6 files changed, 49 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.