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 a8512a65874 [PATCH] PR modula2/120912: Request for a procedure to obtai [...]
new e1828db8e75 tree-optimization/120924 - up --param uninit-max-chain-len
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/params.opt | 2 +-
gcc/testsuite/gcc.dg/uninit-pr120924.c | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr120924.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 9892d6c4d75 Remove non-SLP path from vectorizable_live_operation
new ed6a9cfc4af libstdc++: Optimize _Utf_iterator for size
new bc3de0014aa libstdc++: Implement reverse iteration for _Utf_view
new 6f5d89063d7 libstdc++: Fix hash<__int128> test for x32 [PR121150]
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:
libstdc++-v3/include/bits/unicode.h | 150 ++++++++++++++++++++++++--
libstdc++-v3/testsuite/20_util/hash/int128.cc | 4 +-
libstdc++-v3/testsuite/ext/unicode/view.cc | 75 ++++++++-----
3 files changed, 191 insertions(+), 38 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 cf9a479e3f9 tree-optimization/120924 - up --param uninit-max-chain-len
new 9892d6c4d75 Remove non-SLP path from vectorizable_live_operation
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/tree-vect-loop.cc | 115 ++++++++++++++++++--------------------------------
1 file changed, 40 insertions(+), 75 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 newlib.
from ae64eddce libc/include/sys/stat.h: Adjust for RTEMS MIPS
new 73600d682 Cygwin: sys/termios.h: define struct winsize before using it
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:
winsup/cygwin/include/sys/termios.h | 13 ++++++-------
winsup/cygwin/release/3.6.5 | 5 ++++-
2 files changed, 10 insertions(+), 8 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 cygwin-3_6-branch
in repository newlib.
from 5fb125d01 newlib: fclose: Use sfp lock while fp lock is active
new d0d90851f Cygwin: sys/termios.h: define struct winsize before using it
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:
winsup/cygwin/include/sys/termios.h | 13 ++++++-------
winsup/cygwin/release/3.6.5 | 5 ++++-
2 files changed, 10 insertions(+), 8 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 newlib.
from ae64eddce libc/include/sys/stat.h: Adjust for RTEMS MIPS
new 73600d682 Cygwin: sys/termios.h: define struct winsize before using it
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:
winsup/cygwin/include/sys/termios.h | 13 ++++++-------
winsup/cygwin/release/3.6.5 | 5 ++++-
2 files changed, 10 insertions(+), 8 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-15
in repository gcc.
from b37d0b2f620 tree-optimization/121059 - fixup loop mask query
new a8512a65874 [PATCH] PR modula2/120912: Request for a procedure to obtai [...]
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-libs-iso/IOChanUtils.def | 8 ++++++++
gcc/m2/gm2-libs-iso/IOChanUtils.mod | 12 +++++++++++-
2 files changed, 19 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-15
in repository gcc.
from f0a86bbc82a [PATCH] [PR modula2/117203] Followup add Delete procedure function
new aa28a331e9f tree-optimization/121035 - handle stray VN values without e [...]
new 185a8bae0f2 tree-optimization/121049 - avoid loop masking with even/odd [...]
new b37d0b2f620 tree-optimization/121059 - fixup loop mask query
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/internal-fn.cc | 27 +++++++++++
gcc/internal-fn.h | 1 +
gcc/testsuite/gcc.dg/pr121035.c | 94 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr121049.c | 25 ++++++++++
gcc/testsuite/gcc.dg/vect/pr121059.c | 24 +++++++++
gcc/tree-ssa-pre.cc | 21 ++++----
gcc/tree-vect-stmts.cc | 24 +++++++--
7 files changed, 201 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr121035.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121049.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121059.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 9e330977385 libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]
new 92491369652 ada: Array aggregates of mutably tagged objects (part 2)
new 02c6ea42352 ada: Elaboration entity must not be ghost in ghost generic [...]
new 607d45e7a5f ada: Incorrect resolution of prefixed calls with overriding [...]
new ac357a72ddc ada: Do not inline function returning on the secondary stack
new 8c828583366 ada: Back out change to Tbuild.Unchecked_Convert_To
new e94fe9439a6 ada: Spurious actual/formal matching check failure for form [...]
new cf9a479e3f9 tree-optimization/120924 - up --param uninit-max-chain-len
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/ada/einfo.ads | 18 ++++++-
gcc/ada/exp_aggr.adb | 68 +++++++------------------
gcc/ada/exp_ch6.adb | 6 +++
gcc/ada/gen_il-fields.ads | 1 +
gcc/ada/gen_il-gen-gen_entities.adb | 2 +
gcc/ada/inline.adb | 11 ++++
gcc/ada/sem_ch12.adb | 17 ++++++-
gcc/ada/sem_ch4.adb | 34 ++++++++-----
gcc/ada/sem_ch6.adb | 91 +++++++++++++++++++++++-----------
gcc/ada/sem_util.adb | 18 +++++++
gcc/ada/tbuild.adb | 6 +--
gcc/params.opt | 2 +-
gcc/testsuite/gcc.dg/uninit-pr120924.c | 34 +++++++++++++
13 files changed, 210 insertions(+), 98 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr120924.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.