This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae7e4af964e Daily bump. new 4c4d0af4c94 cris: Don't default to -mmul-bug-workaround new a58401d2e6d cris: For expanded movsi, don't match operands we know will [...] new 27e35bc4910 cris: Remove CRIS v32 ACR artefacts new 9a7f14ef9b6 cris: Don't discriminate against ALL_REGS in TARGET_REGISTE [...] new 07a6c52c4cd cris: Reload using special-regs before general-regs new 756eabacfcd Declare std::array members with attribute const [PR101831].
The 6 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/cris/constraints.md | 7 +++- gcc/config/cris/cris.cc | 36 ++++++++--------- gcc/config/cris/cris.h | 46 ++++++++++------------ gcc/config/cris/cris.md | 33 +++++++++++----- gcc/doc/invoke.texi | 2 +- libstdc++-v3/include/std/array | 16 ++++---- .../23_containers/array/capacity/empty.cc | 18 +++++++++ .../23_containers/array/capacity/max_size.cc | 18 +++++++++ .../testsuite/23_containers/array/capacity/size.cc | 18 +++++++++ .../23_containers/array/iterators/begin_end.cc | 39 ++++++++++++++++++ 10 files changed, 171 insertions(+), 62 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/array/iterators/begin_end.cc