Hello,
# TCWG CI
- Flakiness in gdb.base/gdb-sigterm.exp causes false positives on tcwg_check_gdb--master-arm-precommit, so started investigating its failures.
- Investigated regressions reported by the CI:
- GCC regression GNU-935: Not a real regression, just already existing failures being reported for a new version of the C++ standard.
- linux-next regression GNU-936: Fixed in the newest linux-next tree.
- GCC regression GNU-962: Opened GCC bug 111802 ("New analyser diagram failures since commit b365e9d57ad4").
- GCC regression GNU-965: Arm already opened GCC bug 111784 ("[14 Regression] aarch64: ldp_stp_{15,16,17,18}.c test failures since r14-4579.") about this issue.
- GCC regression GNU-966: This problem has been fixed in trunk.
- linux-next regression GNU-967: A patch was sent to fix the error.
# [GNU-767] Support changing SVE vector length in remote debugging
- Working on adapting gdbserver's regcache to support registers with a variable size.
- Also enabling the target description XML to express vector register sizes in terms of another register.