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 f4a966a91d2 x86: optimize {,V}PEXTR{D,Q} with immediate of 0
new 50de502a4f8 [gdb/tdep] Fix gdb.base/watchpoint-running.exp on {arm,ppc6 [...]
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/aarch64-linux-nat.c | 32 ++++++++------------------------
gdb/arm-linux-nat.c | 14 ++++++++++++++
gdb/linux-nat.c | 6 ++++++
gdb/linux-nat.h | 6 ++++++
gdb/ppc-linux-nat.c | 15 +++++++++++++++
5 files changed, 49 insertions(+), 24 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 a84fe222029 testsuite: check that generated .sarif files validate again [...]
new ffaa806c302 Add builtin_unreachable processing for fast_vrp.
new 68532d3c637 Change fast VRP algorithm
new 747a0601719 Print "Global Exported" to dump_file from set_range_info.
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/gimple-range.cc | 292 ++++++++++++++++++---------------------------------
gcc/gimple-range.h | 8 +-
gcc/tree-ssanames.cc | 42 +++++---
gcc/tree-vrp.cc | 77 +++++++-------
4 files changed, 168 insertions(+), 251 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 09ca26cd247 libstdc++: Qualify calls in <bits/stl_uninitialized.h> to p [...]
new 9f4fdc3aceb diagnostics: fixes to SARIF output [PR109360]
new a84fe222029 testsuite: check that generated .sarif files validate again [...]
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/diagnostic-format-sarif.cc | 75 +-
gcc/doc/install.texi | 5 +
gcc/testsuite/lib/sarif-schema-2.1.0.json | 3370 +++++++++++++++++++++++++++++
gcc/testsuite/lib/scansarif.exp | 23 +
gcc/testsuite/lib/target-supports.exp | 12 +
libcpp/include/rich-location.h | 2 +
6 files changed, 3466 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/lib/sarif-schema-2.1.0.json
--
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 87860ef6f46 x86/APX: fix disassembly of byte register operands
new fa2c4239f1a x86: optimize left-shift-by-1
new f4a966a91d2 x86: optimize {,V}PEXTR{D,Q} with immediate of 0
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:
gas/config/tc-i386.c | 117 +++++++++++++++++++++++++
gas/testsuite/gas/i386/optimize-1.d | 4 +
gas/testsuite/gas/i386/optimize-1.s | 5 ++
gas/testsuite/gas/i386/optimize-1a.d | 4 +
gas/testsuite/gas/i386/optimize-2.d | 24 +++++
gas/testsuite/gas/i386/optimize-2.s | 33 +++++++
gas/testsuite/gas/i386/optimize-2b.d | 24 +++++
gas/testsuite/gas/i386/optimize-4.d | 4 +
gas/testsuite/gas/i386/optimize-5.d | 4 +
gas/testsuite/gas/i386/x86-64-optimize-1.d | 24 +++++
gas/testsuite/gas/i386/x86-64-optimize-1.s | 30 +++++++
gas/testsuite/gas/i386/x86-64-optimize-pextr.d | 29 ++++++
gas/testsuite/gas/i386/x86-64-optimize-pextr.l | 41 +++++++++
gas/testsuite/gas/i386/x86-64-optimize-pextr.s | 27 ++++++
gas/testsuite/gas/i386/x86-64.exp | 2 +
opcodes/i386-opc.tbl | 68 +++++++-------
opcodes/i386-tbl.h | 68 +++++++-------
17 files changed, 440 insertions(+), 68 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-pextr.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-pextr.l
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-pextr.s
--
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 30fca2ce1da Daily bump.
new 85d32e6f75e Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP scheduling
new 65e25860f49 tree-optimization/115508 - fix ICE with SLP scheduling and [...]
new 272e8c90af5 tree-optimization/115278 - fix DSE in if-conversion wrt volatiles
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/testsuite/g++.dg/vect/pr115278.cc | 38 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr115508.c | 15 +++++++++++++
gcc/tree-if-conv.cc | 4 +++-
gcc/tree-vect-slp.cc | 29 ++++++++++++++----------
4 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr115278.cc
create mode 100644 gcc/testsuite/gcc.target/i386/pr115508.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 release/2.39/master
in repository glibc.
from 198632a05f NEWS: update list of fixed CVEs in 2.39
new 7f9f25f255 Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
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:
sysdeps/unix/sysv/linux/dl-sysdep.c | 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 releases/gcc-11
in repository gcc.
from dae4d8ee395 Daily bump.
new a43c9bea7bd middle-end/114734 - wrong code with expand_call_mem_ref
new b6a029286d5 tree-optimization/114027 - conditional reduction chain
new 70ebb2ecbbc tree-optimization/114027 - fix testcase
new 7e4dedbf9ff tree-optimization/112793 - SLP of constant/external code-ge [...]
new 33e6997ef0e debug/112718 - reset all type units with -ffat-lto-objects
new ffaa61eb15d tree-optimization/112505 - bit-precision induction vectorization
new 20fe647365a tree-optimization/112495 - alias versioning and address spaces
new ce653fa6836 tree-optimization/111445 - simple_iv simplification fault
new 80ded4e8f87 debug/111080 - avoid outputting debug info for unused restr [...]
new bae5dcf29c6 tree-optimization/111039 - abnormals and bit test merging
new 8d7ff01933c tree-optimization/111070 - fix ICE with recent ifcombine fix
new 0d0f181dedb middle-end/110176 - wrong zext (bool) <= (int) 4294967295u folding
The 12 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/dwarf2out.c | 19 ++++-----
gcc/internal-fn.c | 9 ++++-
gcc/match.pd | 12 +++---
gcc/testsuite/g++.dg/vect/pr112793.cc | 32 +++++++++++++++
gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c | 18 +++++++++
gcc/testsuite/gcc.dg/debug/pr112718.c | 12 ++++++
gcc/testsuite/gcc.dg/pr111039.c | 15 +++++++
.../tic6x/abi-align-1.c => gcc.dg/pr111070.c} | 3 +-
gcc/testsuite/gcc.dg/torture/pr110176.c | 46 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr111445.c | 29 ++++++++++++++
gcc/testsuite/gcc.dg/vect/pr112505.c | 14 +++++++
gcc/testsuite/gcc.dg/vect/pr114027.c | 26 ++++++++++++
gcc/testsuite/gcc.target/i386/pr112495.c | 12 ++++++
gcc/tree-data-ref.c | 7 ++++
gcc/tree-scalar-evolution.c | 3 +-
gcc/tree-ssa-ifcombine.c | 10 +++++
gcc/tree-vect-loop.c | 20 +++++++---
gcc/tree-vect-slp.c | 16 ++++----
18 files changed, 269 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr112793.cc
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/pr111080.c
create mode 100644 gcc/testsuite/gcc.dg/debug/pr112718.c
create mode 100644 gcc/testsuite/gcc.dg/pr111039.c
copy gcc/testsuite/{gcc.target/tic6x/abi-align-1.c => gcc.dg/pr111070.c} (84%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr110176.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr111445.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr112505.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr114027.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr112495.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 f906b107634 libstdc++: Fix __cpp_lib_chrono for old std::string ABI
new bb7d052adce libstdc++: Add [[deprecated]] to std::wstring_convert and s [...]
new 577225a268a libstdc++: Add deprecation warnings to <strstream> types
new c3e237338eb libstdc++: Undeprecate std::pmr::polymorphic_allocator::des [...]
new 466ee78e3e9 libstdc++: Make std::any_cast<void> ill-formed (LWG 3305)
new 09ca26cd247 libstdc++: Qualify calls in <bits/stl_uninitialized.h> to p [...]
The 5 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/backward/backward_warning.h | 12 ++++++++----
libstdc++-v3/include/backward/strstream | 20 ++++++++++++++++----
libstdc++-v3/include/bits/locale_conv.h | 5 +++--
libstdc++-v3/include/bits/memory_resource.h | 1 -
libstdc++-v3/include/bits/stl_uninitialized.h | 8 ++++----
libstdc++-v3/include/std/any | 8 ++++++++
libstdc++-v3/testsuite/20_util/any/misc/lwg3305.cc | 15 +++++++++++++++
.../22_locale/codecvt/codecvt_utf16/79980.cc | 1 +
.../22_locale/codecvt/codecvt_utf8/79980.cc | 1 +
.../22_locale/codecvt/codecvt_utf8_utf16/79511.cc | 1 +
.../testsuite/22_locale/conversions/buffer/1.cc | 1 +
.../testsuite/22_locale/conversions/buffer/2.cc | 1 +
.../testsuite/22_locale/conversions/buffer/3.cc | 2 ++
.../conversions/buffer/requirements/typedefs.cc | 2 +-
.../testsuite/22_locale/conversions/string/1.cc | 1 +
.../testsuite/22_locale/conversions/string/2.cc | 1 +
.../testsuite/22_locale/conversions/string/3.cc | 1 +
.../testsuite/22_locale/conversions/string/66441.cc | 1 +
.../conversions/string/requirements/typedefs-2.cc | 1 +
.../conversions/string/requirements/typedefs.cc | 1 +
20 files changed, 68 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/any/misc/lwg3305.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 f49267e1636 sh: Make *minus_plus_one work after RA
new e2fb245b07f libstdc++: Initialize base in test allocator's constructor
new 510ce5eed69 libstdc++: Fix std::to_array for trivial-ish types [PR115522]
new f906b107634 libstdc++: Fix __cpp_lib_chrono for old std::string ABI
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/version.def | 1 +
libstdc++-v3/include/bits/version.h | 2 +-
libstdc++-v3/include/std/array | 8 ++++--
.../23_containers/array/creation/115522.cc | 33 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/time/syn_c++20.cc | 11 ++++++--
libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +-
6 files changed, 51 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/array/creation/115522.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 fbe4dd20b9f ada: Fix internal error on protected type with -gnatc -gnatR
new f49267e1636 sh: Make *minus_plus_one work after RA
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/sh/sh.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.