This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 27ebd2a55cd openmp: Fix diagnostics typo [PR118993]
new 9e4c57f7a69 tree-optimization/118973 - stray abnormal edge after DCE
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/g++.dg/torture/pr118973.C | 10 ++++++++++
gcc/tree-ssa-dce.cc | 8 ++++----
2 files changed, 14 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr118973.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 91ffca6e8 Add entry 3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b from https [...]
new 8a7e38a2d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../jira/summary | 2 +-
.../jira/yaml | 6 +++---
.../status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 6 +++---
.../reproduction_instructions.txt | 20 --------------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 2 +-
10 files changed, 14 insertions(+), 34 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 4dcd3c77497 RISC-V: Fix .cfi_offset directive when push/pop in zcmp
new 206cb6c1058 analyzer: Handle nonnull_if_nonzero attribute [PR117023]
new 0d590d21586 Use nonnull_if_nonzero attribute rather than nonnull on var [...]
new 27ebd2a55cd openmp: Fix diagnostics typo [PR118993]
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/analyzer/sm-malloc.cc | 99 +++++++++++-----
gcc/builtin-attrs.def | 29 +++++
gcc/builtins.def | 46 ++++----
gcc/gimplify.cc | 2 +-
.../c-c++-common/analyzer/call-summaries-malloc.c | 2 +-
gcc/testsuite/c-c++-common/analyzer/strncpy-1.c | 4 +-
gcc/testsuite/c-c++-common/gomp/allocate-18.c | 8 +-
gcc/testsuite/c-c++-common/ubsan/nonnull-1.c | 3 +-
.../gcc.dg/Wbuiltin-declaration-mismatch-14.c | 10 +-
.../gcc.dg/Wbuiltin-declaration-mismatch-15.c | 10 +-
gcc/testsuite/gcc.dg/Wnonnull-2.c | 110 ++++++++++++++----
gcc/testsuite/gcc.dg/Wnonnull-3.c | 124 ++++++++++++++++++---
gcc/testsuite/gcc.dg/builtins-nonnull.c | 12 ++
gcc/testsuite/gcc.dg/nonnull-11.c | 56 ++++++++++
gcc/testsuite/gcc.dg/nonnull-3.c | 10 +-
gcc/testsuite/gcc.dg/tree-ssa/pr78154.c | 33 +++++-
gcc/testsuite/gfortran.dg/gomp/allocate-clause.f90 | 8 +-
17 files changed, 453 insertions(+), 113 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/nonnull-11.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-14
in repository gcc.
from fd386b345a0 Daily bump.
new 2456fd2c73d tree-optimization/112859 - bogus loop distribution
new a3871eead45 tree-optimization/112859 - add comment
new c886bd9ab21 tree-optimization/114052 - consider infinite sub-loops when [...]
new 95c98c5368a tree-optimization/115494 - PRE PHI translation and ranges
new fbecb7df974 tree-optimization/116906 - unsafe PRE with never executed edges
new a42b180b4b4 tree-optimization/117424 - invalid LIM of trapping ref
new 7c36056ede3 rtl-optimization/118662 - wrong combination of vector sign-extends
The 7 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/combine.cc | 5 +++
gcc/testsuite/gcc.dg/pr114052-1.c | 40 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116906-1.c | 43 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} | 28 ++++++++++-----
gcc/testsuite/gcc.dg/torture/pr112859.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr115347.c | 21 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr115494.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr118662.c | 18 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.c | 18 ++++++++++
gcc/tree-eh.cc | 9 +++--
gcc/tree-loop-distribution.cc | 31 ++++++++++-------
gcc/tree-ssa-loop-niter.cc | 9 ++++-
gcc/tree-ssa-pre.cc | 20 ++++++-----
13 files changed, 259 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114052-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr116906-1.c
copy gcc/testsuite/gcc.dg/{pr78185.c => pr116906-2.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr112859.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115347.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr115494.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118662.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-25.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 7cfb2c8839c Daily bump.
new 4dcd3c77497 RISC-V: Fix .cfi_offset directive when push/pop in zcmp
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/riscv/riscv.cc | 13 +++++++++++--
gcc/testsuite/gcc.target/riscv/zcmp_push_gpr.c | 12 ++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_push_gpr.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 binutils-2_41-branch
in repository binutils-gdb.
from 94c65b893a7 s390: Add arch15 Concurrent-Functions Facility insns
new 9f5d411c201 LoongArch/GAS: Add support for branch relaxation
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:
gas/config/tc-loongarch.c | 236 ++++++++++++++++++++----
gas/testsuite/gas/loongarch/la_branch_relax_1.d | 64 +++++++
gas/testsuite/gas/loongarch/la_branch_relax_1.s | 33 ++++
gas/testsuite/gas/loongarch/la_branch_relax_2.d | 40 ++++
gas/testsuite/gas/loongarch/la_branch_relax_2.s | 23 +++
include/opcode/loongarch.h | 12 ++
6 files changed, 367 insertions(+), 41 deletions(-)
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.d
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_1.s
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.d
create mode 100644 gas/testsuite/gas/loongarch/la_branch_relax_2.s
--
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 6f0d15ee8 Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 from https [...]
new 91ffca6e8 Add entry 3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b 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:
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b/jira/summary | 2 +-
.../3b9b8d6cfdf59337f4b7ce10ce92a98044b2657b/jira/yaml | 4 ++--
.../reproduction_instructions.txt | 15 ---------------
5 files changed, 5 insertions(+), 20 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 bcedcc3f4 Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
new 6f0d15ee8 Add entry ccaa39a268bef2a1d8880022696ff2dcaa6af941 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:
.../commit-log.txt | 2 +-
.../jira/description | 4 ++--
.../jira/summary | 2 +-
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/jira/yaml | 6 +++---
.../ccaa39a268bef2a1d8880022696ff2dcaa6af941/status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 16 +++-------------
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 2 +-
10 files changed, 14 insertions(+), 39 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 81c6d438a Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 from https [...]
new bcedcc3f4 Add entry 2d55c0161562f96d2230cd132b494a5d06352a23 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:
.../{gcc-15-7163-g2d55c016156 => gcc-15-7163-g2d55c0161562} | 0
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/commit-log.txt | 2 +-
.../2d55c0161562f96d2230cd132b494a5d06352a23/jira/description | 6 +++++-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/jira/summary | 2 +-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/jira/yaml | 8 ++++++--
.../2d55c0161562f96d2230cd132b494a5d06352a23/status-summary.txt | 2 +-
gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/status.txt | 4 ++++
.../gnu-aarch64-master-O2_LTO/details.txt | 2 ++
.../gnu-aarch64-master-O2_LTO}/reproduction_instructions.txt | 0
.../gnu-aarch64-master-O2_LTO}/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO}/status.txt | 6 +++---
.../tcwg_bmk-code_size-spec2k6/status-summary.txt | 2 +-
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
13 files changed, 29 insertions(+), 11 deletions(-)
copy gcc/basepoints/{gcc-15-7163-g2d55c016156 => gcc-15-7163-g2d55c0161562} (100%)
create mode 100644 gcc/sha1/2d55c0161562f96d2230cd132b494a5d06352a23/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy gcc/sha1/{5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e => 2d55c0161562f96d2230cd1 [...]
copy gcc/sha1/{5a1ef1cfac005370d0a5a0f85798724cb2c9cf5e/tcwg_bmk-code_size-spec2k6 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.