This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 22b8806a627 ada: Fix alignment violation for mix of aligned and misalig [...]
new 8b7a779b85d Fortran: Fix out of bounds access in structure constructor' [...]
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/fortran/trans-array.cc | 10 ++++++----
.../gfortran.dg/asan/array_constructor_1.f90 | 23 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/asan/array_constructor_1.f90
--
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 72e85d46472 tree-optimization/120780: Support object size for containin [...]
new 9930876ed78 libstdc++: construct bitset from string_view (P2697) [PR119742]
new 53242a56844 AArch64: place branch instruction rules together
new cfb1a083e16 AArch64: reformat branch instruction rules
new 2cc9b03a846 AArch64: rename branch instruction rules
new 70905bad8ea AArch64: add constants for branch displacements
new 6cc3cdddeb3 AArch64: make `far_branch` attribute a boolean
new 2e021e34ea1 AArch64: recognize `+cmpbr` option
new bda03ce9125 AArch64: precommit test for CMPBR instructions
new 2e95ef6ca3e AArch64: rules for CMPBR instructions
new 44b9769593a AArch64: make rules for CBZ/TBZ higher priority
The 10 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-option-extensions.def | 2 +
gcc/config/aarch64/aarch64-protos.h | 2 +
gcc/config/aarch64/aarch64-simd.md | 2 +-
gcc/config/aarch64/aarch64-sme.md | 2 +-
gcc/config/aarch64/aarch64.cc | 39 +-
gcc/config/aarch64/aarch64.h | 3 +
gcc/config/aarch64/aarch64.md | 570 +++---
gcc/config/aarch64/constraints.md | 18 +
gcc/config/aarch64/iterators.md | 30 +
gcc/doc/invoke.texi | 3 +
gcc/testsuite/gcc.target/aarch64/cmpbr.c | 1824 ++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 14 +-
libstdc++-v3/include/bits/version.def | 8 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/bitset | 82 +-
libstdc++-v3/testsuite/20_util/bitset/cons/1.cc | 1 +
libstdc++-v3/testsuite/20_util/bitset/cons/6282.cc | 5 +-
.../testsuite/20_util/bitset/cons/string_view.cc | 132 ++
.../20_util/bitset/cons/string_view_wide.cc | 8 +
19 files changed, 2500 insertions(+), 255 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/cmpbr.c
create mode 100644 libstdc++-v3/testsuite/20_util/bitset/cons/string_view.cc
create mode 100644 libstdc++-v3/testsuite/20_util/bitset/cons/string_view_wide.cc
--
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 349da53f13d x86: Emit label only for __mcount_loc section
new 72e85d46472 tree-optimization/120780: Support object size for containin [...]
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.dg/builtin-dynamic-object-size-pr120780.c | 233 +++++++++++++++++++++
gcc/tree-object-size.cc | 90 +++++++-
2 files changed, 322 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-dynamic-object-size-pr120780.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 47c745545 Cygwin: console: Call set_input_mode() after changing disable [...]
new 284048f5c Cygwin: dlsym: fetch module list via EnumProcessModules
new 3ca80d1ac Cygwin: format_process_maps: avoid crashing PID when fetching [...]
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:
winsup/cygwin/autoload.cc | 2 ++
winsup/cygwin/dlfcn.cc | 35 +++++++++++------------------------
winsup/cygwin/fhandler/process.cc | 33 ++++++++++++++++++++++++++++++---
winsup/cygwin/release/3.6.4 | 4 ++++
4 files changed, 47 insertions(+), 27 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 99f9e90160c Add -Wauto-profile warning
new 349da53f13d x86: Emit label only for __mcount_loc section
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/i386/i386.cc | 52 +++++++++++++++++------------
gcc/testsuite/gcc.target/i386/pr120936-1.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-10.c | 23 +++++++++++++
gcc/testsuite/gcc.target/i386/pr120936-11.c | 19 +++++++++++
gcc/testsuite/gcc.target/i386/pr120936-12.c | 23 +++++++++++++
gcc/testsuite/gcc.target/i386/pr120936-2.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-3.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-4.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-5.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-6.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-7.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-8.c | 18 ++++++++++
gcc/testsuite/gcc.target/i386/pr120936-9.c | 19 +++++++++++
gcc/testsuite/gcc.target/i386/pr93492-3.c | 2 +-
gcc/testsuite/gcc.target/i386/pr93492-5.c | 2 +-
15 files changed, 261 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-10.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-11.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-12.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-8.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr120936-9.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-15
in repository gcc.
from 2498cbbcdb2 Fixup dropping REG_EQUAL note in ext-dce
new 4ea7021613c ada: Fix wrong conversion of controlled array with represen [...]
new c9c6392fcbc ada: Fix assertion failure on finalizable aggregate
new 181d76171cc ada: Fix crash with Finalizable in corner case
new 36b77268eec ada: Fix crash with Finalizable in corner case
new ce51aec0583 ada: Fix missing finalization with conditional expression i [...]
new 81645c63e92 ada: Refine sanity check in Insert_Actions
new a30e425255a ada: Fix missing error on too large Component_Size not mult [...]
new aa622ab8239 ada: Fix wrong finalization of constrained subtype of uncon [...]
new 22b8806a627 ada: Fix alignment violation for mix of aligned and misalig [...]
The 9 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/exp_aggr.adb | 21 +++++++----
gcc/ada/exp_ch4.adb | 28 +++++++++------
gcc/ada/exp_ch6.adb | 9 +++--
gcc/ada/exp_ch7.adb | 26 +++++++++-----
gcc/ada/exp_util.adb | 22 ++++++------
gcc/ada/gcc-interface/decl.cc | 16 ++++++---
gcc/ada/gcc-interface/trans.cc | 79 +++++++++++++++++++++++++++++-------------
7 files changed, 134 insertions(+), 67 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 d21bfd170f9 c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471]
new a58d7df7cf9 ada: Fix wrong conversion of controlled array with represen [...]
new 4f2863c82b2 ada: Fix missing error on too large Component_Size not mult [...]
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/ada/exp_ch4.adb | 28 +++++++++++++++++-----------
gcc/ada/gcc-interface/decl.cc | 16 +++++++++++-----
2 files changed, 28 insertions(+), 16 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-13
in repository gcc.
from 78ce4720d13 c++: Fix up cp_build_array_ref COND_EXPR handling [PR120471]
new 73b173d915f ada: Fix missing error on too large Component_Size not mult [...]
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/gcc-interface/decl.cc | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 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 a52484f1ac3 Fix division by zero in ipa-cp.cc:update_profiling_info
new d52b0327a17 Make inliner loop hints more agressive
new 99f9e90160c Add -Wauto-profile warning
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/auto-profile.cc | 788 +++++++++++++++++++++++++++++++++++++++++++--------
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 7 +-
gcc/ipa-fnsummary.cc | 12 +-
4 files changed, 690 insertions(+), 121 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 main
in repository llvm-lnt.
from 5b02472 Bump SQLAlchemy==1.3.24 to support lnt on Windows (#33)
new fab0b1d Fix lnt startup crash on Windows (#32)
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:
lnt/tests/nt.py | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.