This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e373a57b07d testsuite: Make profopt-execute also copy profile data for [...] new 3ec1d59c170 final: Fix out of bounds access for invalid asm operands [P [...] new d1b30abe522 slsr: Use the correct type to try to convert to for inserti [...] new 4626921de24 libphobos: Bump soname to version 7 [PR122800]
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/final.cc | 22 +++++++++--- gcc/gimple-ssa-strength-reduction.cc | 5 +-- gcc/testsuite/c-c++-common/asm-invalid-operand-1.c | 11 ++++++ gcc/testsuite/g++.dg/torture/pr123820-1.C | 41 ++++++++++++++++++++++ libphobos/configure | 2 +- libphobos/configure.ac | 2 +- 6 files changed, 74 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/asm-invalid-operand-1.c create mode 100644 gcc/testsuite/g++.dg/torture/pr123820-1.C