This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from d6da7c7e084 testsuite/97797 - adjust GIMPLE tests for sizetype new 4cbbe6c067c Fix internal error with Shift_Right operator on signed type new 013d180227a Fix segfault on elaboration of empty 1-element array at -O new 46b6825161d Fix biased integer arithmetic
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/ada/gcc-interface/trans.c | 56 ++++++++++------------------------------ gcc/ada/gcc-interface/utils.c | 2 +- gcc/testsuite/gnat.dg/bias2.adb | 33 +++++++++++++++++++++++ gcc/testsuite/gnat.dg/opt89.adb | 18 +++++++++++++ gcc/testsuite/gnat.dg/shift1.adb | 15 +++++++++++ 5 files changed, 81 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/bias2.adb create mode 100644 gcc/testsuite/gnat.dg/opt89.adb create mode 100644 gcc/testsuite/gnat.dg/shift1.adb