This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bfa8b37da8 Fix memory leak in pass_x86_cse new 1b6d733c981 LoongArch: Don't mix lock-free and locking 16B atomics
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/config.in | 6 +++ gcc/config/loongarch/linux.h | 4 ++ gcc/config/loongarch/loongarch-opts.h | 4 ++ gcc/config/loongarch/loongarch-protos.h | 1 + gcc/config/loongarch/loongarch.cc | 36 ++++++++++++++++++ gcc/config/loongarch/sync.md | 34 +++++------------ gcc/configure | 32 ++++++++++++++++ gcc/configure.ac | 6 +++ libatomic/Makefile.am | 6 ++- libatomic/Makefile.in | 12 +++--- .../{linux/arm/init.c => loongarch/host-config.h} | 43 +++++++++++++++++----- libatomic/configure | 18 ++++++++- libatomic/configure.ac | 2 + libatomic/configure.tgt | 24 ++++++++++++ 14 files changed, 186 insertions(+), 42 deletions(-) copy libatomic/config/{linux/arm/init.c => loongarch/host-config.h} (50%)