This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6a116728e27 arm: correctly handle misaligned MEMs on MVE [PR105463] new 9a79854be0a Introduce tests for hardbool Machine_Attribute for Ada new 6aaa1d57391 ada: gcc-if: build proper String_Pointer for Get_External_Name new 04c0a88aabe Avoid visiting newly-created blocks in harden-conditionals
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/ada/gcc-interface/decl.cc | 3 +- gcc/gimple-harden-conditionals.cc | 417 +++++++++++++++++++------------------ gcc/testsuite/gnat.dg/hardbool.adb | 46 ++++ gcc/testsuite/gnat.dg/hardbool.ads | 22 ++ 4 files changed, 290 insertions(+), 198 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/hardbool.adb create mode 100644 gcc/testsuite/gnat.dg/hardbool.ads