This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b07f8a30115 fold: Fix `a * 1j` if a has side effects [PR116454]
new a98dd536b10 Update LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook
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:
lto-plugin/lto-plugin.c | 53 +++++++++++++++++++++++++++++--------------------
1 file changed, 31 insertions(+), 22 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 4e905bd353f fix single argument static_assert
new b07f8a30115 fold: Fix `a * 1j` if a has side effects [PR116454]
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/fold-const.cc | 32 +++++++++++++++++++++----------
gcc/testsuite/gcc.dg/torture/pr116454-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116454-2.c | 12 ++++++++++++
3 files changed, 50 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116454-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116454-2.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 313aa733e22 PR target/116365: Add user-friendly arguments to --param aa [...]
new 4e905bd353f fix single argument 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:
libcpp/lex.cc | 3 ++-
1 file changed, 2 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 master
in repository glibc.
from 7f04bb4e49 Add more tests of getline
new 55cd51d971 Test mkdirat use of mode argument
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:
io/tst-mkdirat.c | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 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 bcb33b12370 Do not emit a redundant DW_TAG_lexical_block for inlined su [...]
new 76c29548b3d RISC-V: Enable -gvariable-location-views by default
new 313aa733e22 PR target/116365: Add user-friendly arguments to --param aa [...]
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-opts.h | 17 +++++++++++++++++
gcc/config/aarch64/aarch64.cc | 14 +++++++-------
gcc/config/aarch64/aarch64.opt | 22 +++++++++++++++++++++-
gcc/doc/invoke.texi | 14 ++++++--------
gcc/dwarf2out.cc | 12 ++++++++----
gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c | 3 +++
gcc/testsuite/gcc.dg/debug/dwarf2/inline6.c | 7 ++++++-
.../gcc.target/aarch64/autovec_param_asimd-only.c | 4 ++++
.../gcc.target/aarch64/autovec_param_default.c | 4 ++++
.../aarch64/autovec_param_prefer-asimd.c | 4 ++++
.../gcc.target/aarch64/autovec_param_prefer-sve.c | 4 ++++
.../gcc.target/aarch64/autovec_param_sve-only.c | 4 ++++
gcc/testsuite/gcc.target/aarch64/neoverse_v1_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/neoverse_v1_3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/cond_asrd_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_4.c | 2 +-
.../gcc.target/aarch64/sve/cond_unary_5.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/cond_uxt_5.c | 2 +-
.../gcc.target/aarch64/sve/cond_xorsign_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/pr98268-1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/pr98268-2.c | 2 +-
gcc/toplev.cc | 12 +++++++++---
22 files changed, 106 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_asimd-only.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_default.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_prefer-asimd.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_prefer-sve.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/autovec_param_sve-only.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 9bbad368513 PR tree-optimization/101390: Vectorize modulo operator
new bcb33b12370 Do not emit a redundant DW_TAG_lexical_block for inlined su [...]
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/dwarf2out.cc | 15 ++++++++++++---
gcc/testsuite/gcc.dg/debug/dwarf2/inline7.c | 20 ++++++++++++++++++++
2 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/inline7.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 gdb-15-branch
in repository binutils-gdb.
from 731a801b1e5 Automatic date update in version.in
new de553d417e1 [gdb] Handle ^C during disassembly
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/arch-utils.c | 7 ++++++-
gdb/disasm.c | 7 ++++++-
gdb/event-top.h | 25 +++++++++++++++++++++++++
gdb/gdb_bfd.c | 23 -----------------------
4 files changed, 37 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 677756dc5 Add entry a7d6f7327e9211fbb4a800c06d00c4555dbffcec from https [...]
new d7436fbc2 Add entry a7d6f7327e9211fbb4a800c06d00c4555dbffcec from https [...]
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:
.../a7d6f7327e9211fbb4a800c06d00c4555dbffcec/commit-log.txt | 2 +-
.../jira/description | 6 +++++-
.../a7d6f7327e9211fbb4a800c06d00c4555dbffcec/jira/summary | 2 +-
gcc/sha1/a7d6f7327e9211fbb4a800c06d00c4555dbffcec/jira/yaml | 8 ++++++--
.../a7d6f7327e9211fbb4a800c06d00c4555dbffcec/status.txt | 4 ++++
.../details.txt | 13 ++++++-------
.../reproduction_instructions.txt | 4 ++--
.../master-thumb_m3_softfp_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
10 files changed, 31 insertions(+), 16 deletions(-)
copy gcc/sha1/a7d6f7327e9211fbb4a800c06d00c4555dbffcec/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/a7d6f7327e9211fbb4a800c06d00c4555dbffcec/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => a7d6f7327e9211fbb4a800c [...]
copy gcc/sha1/a7d6f7327e9211fbb4a800c06d00c4555dbffcec/tcwg_gnu_embed_check_gcc/{m [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 41b3d1161 Add entry a7d6f7327e9211fbb4a800c06d00c4555dbffcec from https [...]
new 677756dc5 Add entry a7d6f7327e9211fbb4a800c06d00c4555dbffcec from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m3_softfp_eabi}/build_url | 2 +-
.../master-thumb_m3_softfp_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/a7d6f7327e9211fbb4a800c06d00c4555dbffcec/{tcwg_bootstrap_check/maste [...]
--
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 50f8a39878d [gdb] Add const to catch gdb_exception
new 573d8bb08bf [gdb/symtab] Return correct reader for top-level CU in cook [...]
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/dwarf2/read.c | 35 +++++++++-------
...znolink.exp => dw2-inter-cu-forth-and-back.exp} | 49 ++++++++++++----------
2 files changed, 48 insertions(+), 36 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{dwznolink.exp => dw2-inter-cu-forth-and-back.exp} (55%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.