This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac166595405 libstdc++: Use _Drop_iter<_CharT> for formattable concept c [...] new 225d13c01d4 expr: Handle RAW_DATA_CST in store_constructor [PR121831] new 29a8ce3b0bb bitint: Fix up lowering optimization of .*_OVERFLOW ifns [P [...] new 2bb8cd3609f testsuite: Only scan for known file extensions in lto.exp
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/expr.cc | 90 +++++++++++++++++++++++++++++++---- gcc/gimple-lower-bitint.cc | 52 ++++++++++++++++++-- gcc/testsuite/g++.dg/lto/pr121831_0.C | 17 +++++++ gcc/testsuite/g++.dg/lto/pr121831_1.C | 64 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-126.c | 26 ++++++++++ gcc/testsuite/lib/lto.exp | 4 +- 6 files changed, 240 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr121831_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr121831_1.C create mode 100644 gcc/testsuite/gcc.dg/bitint-126.c