This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f2ccfb2d0b2 [MAINTAINERS] Update my email address and step down as arm [...] new 48530efdccc bitint: Handle m_bitfld_load cast in outer m_cast_condition [...] new 1baec8deb01 fold-const: Handle NON_LVALUE_EXPR in native_encode_initial [...]
The 2 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/fold-const.cc | 2 ++ gcc/gimple-lower-bitint.cc | 20 +++++++++++++++++++- gcc/testsuite/g++.dg/cpp2a/bit-cast16.C | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/bitint-103.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/bitint-104.c | 17 +++++++++++++++++ 5 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast16.C create mode 100644 gcc/testsuite/gcc.dg/bitint-103.c create mode 100644 gcc/testsuite/gcc.dg/bitint-104.c