This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 260252e7dc0 Improve static and AFDO profile combination
new fba2f081523 PR modula2/120673: Mutually dependent types crash the compiler
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/m2/gm2-compiler/M2GCCDeclare.mod | 94 +++++++++++++++++++++--------
gcc/m2/gm2-compiler/M2MetaError.mod | 37 ++++--------
gcc/m2/gm2-compiler/P2SymBuild.mod | 31 ++++++----
gcc/testsuite/gm2/pim/fail/badmodvar.mod | 7 +++
gcc/testsuite/gm2/pim/fail/cyclictypes.mod | 13 ++++
gcc/testsuite/gm2/pim/fail/cyclictypes2.mod | 9 +++
gcc/testsuite/gm2/pim/fail/cyclictypes4.mod | 13 ++++
7 files changed, 140 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/fail/badmodvar.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/cyclictypes.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/cyclictypes2.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/cyclictypes4.mod
--
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 b96854116d0 gdb: add Timur Golubovich to gdb/MAINTAINERS
new fc616d4278f gdb/record: Support csrrci instruction in risc-v
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/riscv-tdep.c | 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 3622898cf31 [gdb/testsuite] Set interactive-mode to on
new b96854116d0 gdb: add Timur Golubovich to gdb/MAINTAINERS
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/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 4ff09eb3422 c++,coroutines: Handle await expressions in assume attributes.
new 3d1d893a00d Add testcase for AFDO early inlining and indirect call promotion
new 30e8f97a25f Fix cgraph_node::apply_scale
new 260252e7dc0 Improve static and AFDO profile combination
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/auto-profile.cc | 244 ++++++++++++++-------
gcc/cgraph.cc | 9 +-
.../gcc.dg/tree-prof/afdo-vpt-earlyinline.c | 32 +++
3 files changed, 199 insertions(+), 86 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/afdo-vpt-earlyinline.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 a22ed565879 [PATCH v1] RISC-V: Use scratch reg for loop control
new 4ff09eb3422 c++,coroutines: Handle await expressions in assume attributes.
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/coroutines.cc | 13 +++++++++++
gcc/testsuite/g++.dg/coroutines/assume.C | 40 ++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/coroutines/assume.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 ac62ff8ed05 c++: correct __is_trivially_destructible nargs [PR120678]
new a22ed565879 [PATCH v1] RISC-V: Use scratch reg for loop control
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/sync.md | 11 +++++------
gcc/testsuite/gcc.target/riscv/zalrsc.c | 14 ++++++++++++++
2 files changed, 19 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zalrsc.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 cygwin-3_6-branch
in repository newlib.
from b4acca9b2 Cygwin: Fix compatibility with w32api headers v13
new 156aa34b3 Cygwin: signal: Prevent unexpected crash on frequent SIGSEGV
new 8201c57dd Cygwin: signal: Revert _cygtls::inside_kernel() change
new b57c6c013 Cygwin: signal: Enable the signal mask earlier
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:
winsup/cygwin/exceptions.cc | 49 ++++++++++++++++++++++++++++++++---
winsup/cygwin/local_includes/cygtls.h | 3 ++-
winsup/cygwin/local_includes/ntdll.h | 3 ++-
winsup/cygwin/mm/cygheap.cc | 13 ++++++++--
winsup/cygwin/release/3.6.4 | 5 ++++
5 files changed, 65 insertions(+), 8 deletions(-)
create mode 100644 winsup/cygwin/release/3.6.4
--
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 d1b27eeda3 malloc: Sort tests-exclude-largetcache in Makefile
new 1164979474 Update advisory GLIBC-SA-2025-0003 and GLIBC-SA-2025-0004
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:
advisories/GLIBC-SA-2025-0003 | 4 ++++
advisories/GLIBC-SA-2025-0004 | 3 +++
2 files changed, 7 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 75ffef5c6fa crc: Fix up ICE from optimize_crc_loop [PR120677]
new a5933118f34 c++: modules and #pragma diagnostic
new ac62ff8ed05 c++: correct __is_trivially_destructible nargs [PR120678]
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/cp/cp-trait.def | 2 +-
gcc/cp/module.cc | 177 ++++++++++++++++++++++++++-
gcc/diagnostic.h | 10 ++
gcc/testsuite/g++.dg/modules/warn-spec-3_a.C | 20 +++
gcc/testsuite/g++.dg/modules/warn-spec-3_b.C | 7 ++
gcc/testsuite/g++.dg/modules/warn-spec-3_c.C | 12 ++
libcpp/include/line-map.h | 4 +
libcpp/line-map.cc | 11 ++
8 files changed, 241 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/warn-spec-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/warn-spec-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/warn-spec-3_c.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.