This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ab429ea91d5 [PATCH v2] RISC-V: Fix type of CFA during stack probe [PR122114]
new 867f777cee9 widening_mul: Reset flow sensitive info in maybe_optimize_g [...]
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/i386/pr122104.c | 12 ++++++++++++
gcc/tree-ssa-math-opts.cc | 1 +
2 files changed, 13 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr122104.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 70639fc6067 Ada: Fix ineffective "use all" clause for type declared in [...]
new 4b4d5fc649a [PR target/118945][PATCH v3] RISC-V: Add 'prefer_agnostic' [...]
new e037693f668 [RISC-V][PR target/122147] Avoid creating (subreg (mem)) in [...]
new ab429ea91d5 [PATCH v2] RISC-V: Fix type of CFA during stack probe [PR122114]
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/config/riscv/predicates.md | 7 ++++++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv-v.cc | 12 ++++------
gcc/config/riscv/riscv-vsetvl.cc | 5 ++--
gcc/config/riscv/riscv.cc | 26 +++++++++++++++++---
gcc/testsuite/gcc.target/riscv/pr122114.c | 22 +++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr122147.c | 14 +++++++++++
.../gcc.target/riscv/rvv/autovec/pr118945-1.c | 15 ++++++++++++
.../gcc.target/riscv/rvv/autovec/pr118945-2.c | 28 ++++++++++++++++++++++
9 files changed, 117 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr122114.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr122147.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr118945-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr118945-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 68073785e85 testsuite: Add 2 new tests
new 70639fc6067 Ada: Fix ineffective "use all" clause for type declared in [...]
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/ada/sem_ch7.adb | 104 ++++++++++++++++++++++++++++++++----
gcc/testsuite/gnat.dg/use_type1.adb | 16 ++++++
gcc/testsuite/gnat.dg/use_type2.adb | 15 ++++++
3 files changed, 124 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/use_type1.adb
create mode 100644 gcc/testsuite/gnat.dg/use_type2.adb
--
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 f256a13f8ae c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior [...]
new 68073785e85 testsuite: Add 2 new tests
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:
.../g++.dg/cpp2a/{constexpr-new23.C => constexpr-new28.C} | 11 +++++++++--
.../g++.dg/cpp2a/{constexpr-new4.C => constexpr-new29.C} | 6 +++---
2 files changed, 12 insertions(+), 5 deletions(-)
copy gcc/testsuite/g++.dg/cpp2a/{constexpr-new23.C => constexpr-new28.C} (79%)
copy gcc/testsuite/g++.dg/cpp2a/{constexpr-new4.C => constexpr-new29.C} (87%)
--
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 a8ecf458044 c++/modules: Handle naming external TU-local entities in ADL
new 5ee5a05da06 c++: concepts and conversions, take 2 [PR122127]
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/cp/pt.cc | 7 +++++--
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template18.C | 11 +++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template18.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 806d5417e0c c++: Fix ICE with struct in function parameter containing a [...]
new a8ecf458044 c++/modules: Handle naming external TU-local entities in ADL
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/c-family/c.opt | 4 +
gcc/c-family/c.opt.urls | 3 +
gcc/cp/cp-tree.h | 3 +-
gcc/cp/module.cc | 112 +++++++++++++++++++++++----
gcc/cp/name-lookup.cc | 58 +++++++++++---
gcc/cp/name-lookup.h | 16 +++-
gcc/doc/invoke.texi | 28 ++++++-
gcc/testsuite/g++.dg/modules/adl-6_c.C | 5 +-
gcc/testsuite/g++.dg/modules/internal-14_c.C | 2 +-
gcc/testsuite/g++.dg/modules/internal-15_a.C | 28 +++++++
gcc/testsuite/g++.dg/modules/internal-15_b.C | 13 ++++
11 files changed, 241 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/internal-15_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/internal-15_b.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 binutils-gdb.
from c572eb343a2 opcodes: PR 33384 invalid disassembler option message
new 025c45fdaca elf: Define ABI_64_P in elf-bfd.h
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:
bfd/elf-bfd.h | 3 +++
bfd/elfxx-mips.c | 4 ----
bfd/elfxx-sparc.c | 3 ---
bfd/elfxx-tilegx.c | 3 ---
bfd/elfxx-x86.h | 3 ---
5 files changed, 3 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.