This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 56778b69ce5 expansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR around n [...] new dcd5601c2b7 sccvn: Don't use SCALAR_INT_TYPE_MODE on BLKmode BITINT_TYP [...] new df1cd90e32b gimple-ssa-warn-restrict: Only use type range from NOP_EXPR [...] new ee2aa93e9cd lower-bitint: Don't use m_loads for loads used in GIMPLE_AS [...]
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/gimple-lower-bitint.cc | 3 ++- gcc/gimple-ssa-warn-restrict.cc | 3 ++- gcc/testsuite/gcc.dg/bitint-73.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/bitint-74.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/bitint-75.c | 11 +++++++++++ gcc/tree-ssa-sccvn.cc | 20 ++++++++++++++++---- 6 files changed, 65 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-73.c create mode 100644 gcc/testsuite/gcc.dg/bitint-74.c create mode 100644 gcc/testsuite/gcc.dg/bitint-75.c