This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2541c9d9105 Restrict gcc.dg/rtl/aarch64/pr113295-1.c to aarch64 new 5e7a176e88a bitint: Handle VIEW_CONVERT_EXPRs between large/huge BITINT [...] new d8b74d0b1ce Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more
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/builtins.cc | 2 +- gcc/combine.cc | 2 +- gcc/config/i386/constraints.md | 2 +- gcc/config/i386/i386.md | 4 +- gcc/config/i386/predicates.md | 4 +- gcc/double-int.cc | 4 +- gcc/genattrtab.cc | 4 +- gcc/genautomata.cc | 6 +- gcc/gimple-lower-bitint.cc | 74 +++++++++--- gcc/ipa-strub.cc | 2 +- gcc/loop-iv.cc | 2 +- gcc/objc/objc-encoding.cc | 4 +- gcc/pretty-print.cc | 13 +- gcc/rtlanal.cc | 2 +- gcc/testsuite/gcc.dg/bitint-93.c | 253 +++++++++++++++++++++++++++++++++++++++ gcc/tree-ssa-structalias.cc | 5 +- gcc/tree.cc | 2 +- gcc/tree.h | 2 +- gcc/wide-int.cc | 3 +- 19 files changed, 342 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-93.c