This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ab785f9a390 Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXP [...]
new aff63ac1109 testsuite: gm2: Remove timeout overrides [PR114886]
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:
.../pim/run/pass/coroutines-pim-run-pass.exp | 7 -----
.../gm2/examples/map/pass/examples-map-pass.exp | 5 ----
gcc/testsuite/gm2/iso/run/pass/iso-run-pass.exp | 6 ----
.../pimlib/base/run/pass/pimlib-base-run-pass.exp | 6 ----
.../run/pass/halma/projects-iso-run-pass-halma.exp | 7 -----
.../pass/run/switches-whole-program-pass-run.exp | 4 ---
gcc/testsuite/lib/gm2-torture.exp | 28 ------------------
gcc/testsuite/lib/gm2.exp | 34 ----------------------
8 files changed, 97 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 6c6b70f0720 gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) [...]
new 667c19de86b middle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR
new ab785f9a390 Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXP [...]
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/c/gimple-parser.cc | 35 +++++++++++++++++++++++++++++++++++
gcc/optabs-tree.cc | 8 ++++++--
gcc/testsuite/gcc.dg/gimplefe-53.c | 16 ++++++++++++++++
3 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-53.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-12
in repository gcc.
from bb78099d262 LoongArch: Fix eh_return epilogue for normal returns.
new e8482b86ef5 match.pd: Only merge truncation with conversion for -fno-si [...]
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/match.pd | 1 +
.../aarch64/no_merge_trunc_signed_zero.c | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/no_merge_trunc_signed_zero.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-13
in repository gcc.
from 6335baaf31c [PATCH v3] RISC-V: Add split pattern to generate SFB instru [...]
new 13bf9232fc1 match.pd: Only merge truncation with conversion for -fno-si [...]
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/match.pd | 1 +
.../aarch64/no_merge_trunc_signed_zero.c | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/no_merge_trunc_signed_zero.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 6d4593a178b Fix pretty printers regexp for GDB output
new 6c6b70f0720 gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) [...]
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/gimple-ssa-sprintf.cc | 20 +++++++------
gcc/testsuite/gcc.dg/pr114876.c | 34 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 12 ++++----
3 files changed, 51 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114876.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-13
in repository gcc.
from 440a612dbad target/111600 - avoid deep recursion in access diagnostics
new 6335baaf31c [PATCH v3] RISC-V: Add split pattern to generate SFB instru [...]
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.md | 32 ++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr113095.c | 21 ++++++++++++++
.../branchless-cond.c => gcc.target/riscv/sfb.c} | 10 +++----
3 files changed, 57 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr113095.c
copy gcc/testsuite/{gcc.dg/tree-ssa/branchless-cond.c => gcc.target/riscv/sfb.c} (59%)
--
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 04ef92a62af vect: Adjust vect_transform_reduction assertion [PR114883]
new 6d4593a178b Fix pretty printers regexp for GDB output
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/testsuite/lib/gdb-test.exp | 12 +++++++++---
1 file changed, 9 insertions(+), 3 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 e976bef1579 Fortran: Fix regression caused by r14-9752 [PR114959]
new 7a00c459cbb libstdc++: Do not apply localized formatting to NaN and inf [...]
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/format | 2 +-
libstdc++-v3/testsuite/std/format/functions/format.cc | 8 ++++++++
2 files changed, 9 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 releases/gcc-13
in repository gcc.
from 88f22217521 LoongArch: Fix eh_return epilogue for normal returns.
new 440a612dbad target/111600 - avoid deep recursion in access diagnostics
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/gimple-ssa-warn-access.cc | 51 +++++++++++++++++++++++++++----------------
1 file changed, 32 insertions(+), 19 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 af925ba8e2b libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd
new a795a7b6702 vect: Adjust vect_transform_reduction assertion [PR114883]
new e976bef1579 Fortran: Fix regression caused by r14-9752 [PR114959]
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/fortran/trans-expr.cc | 28 +++++++++++-------
gcc/fortran/trans-stmt.cc | 5 ++--
gcc/testsuite/gfortran.dg/pr114883.f90 | 53 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr114959.f90 | 33 +++++++++++++++++++++
gcc/tree-vect-loop.cc | 3 +-
5 files changed, 109 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr114883.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr114959.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.