This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d4123d PR libgcc/71400 * libgcov-driver-system.c (__gcov_error_fil [...] new bab7186 libstdc++/71320 Add or remove file permissions correctly new e4b9253 * c-typeck.c (comptypes_internal): Handle comparisons of IN [...] new 99ffa689 [1/3][ARM] Keep ctz expressions together until after reload new 93377bf [2/3][AArch64] Keep CTZ components together until after reload
The 4 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 | 11 ++++++ gcc/c/ChangeLog | 6 +++ gcc/c/c-typeck.c | 24 +++++++++-- gcc/config/aarch64/aarch64.md | 25 +++++++----- gcc/config/arm/arm.md | 25 ++++++------ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/c-c++-common/attr-may-alias-1.c | 26 ++++++++++++ gcc/testsuite/c-c++-common/attr-may-alias-2.c | 17 ++++++++ gcc/testsuite/gcc.dg/pr39464.c | 8 ++-- libstdc++-v3/ChangeLog | 8 ++++ libstdc++-v3/src/filesystem/ops.cc | 22 +++++++++++ .../{create_directory.cc => permissions.cc} | 46 ++++++++-------------- 12 files changed, 168 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/attr-may-alias-1.c create mode 100644 gcc/testsuite/c-c++-common/attr-may-alias-2.c copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.c [...]