This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 37a7b2e8a73 libstdc++: Remove unnecessary header from <memory> new 3a34f1f56ad Fix wrong array type conversion with different storage orde new b492e3a0d80 Fix thinko in operator_bitwise_xor::op1_range new ed8d7ecac11 Daily bump.
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/ChangeLog | 9 ++++ gcc/DATESTAMP | 2 +- gcc/range-op.cc | 3 ++ gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/gnat.dg/opt100.adb | 13 +++++ gcc/testsuite/gnat.dg/opt100_pkg.adb | 17 +++++++ gcc/testsuite/gnat.dg/opt100_pkg.ads | 23 +++++++++ gcc/testsuite/gnat.dg/sso18.adb | 21 ++++++++ gcc/tree-loop-distribution.cc | 7 ++- libstdc++-v3/ChangeLog | 94 ++++++++++++++++++++++++++++++++++++ 10 files changed, 196 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt100.adb create mode 100644 gcc/testsuite/gnat.dg/opt100_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/opt100_pkg.ads create mode 100644 gcc/testsuite/gnat.dg/sso18.adb