This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c396d01 Error message on target attribute on power target (PR target/79906) new 343a3a7 Fix PR80082: LDRD erronously used for 64bit load on ARMv7-R
The 1 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 | 12 ++++++++++++ gcc/config/arm/arm-isa.h | 3 ++- gcc/config/arm/arm-protos.h | 4 ++-- gcc/config/arm/arm.c | 7 +++---- gcc/config/arm/arm.h | 2 +- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c | 15 +++++++++++++++ 8 files changed, 56 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_10.c create mode 100644 gcc/testsuite/gcc.target/arm/atomic_loaddi_11.c