This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 286cc2e8a9f Fix missing defination of PTA_CLDEMOTE, PTA_MOVDIRI, PTA_MO [...] new c797c85aedb Fix segfault on elaboration of empty 1-element array at -O new d8157e053f3 Fix biased integer arithmetic
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/ada/gcc-interface/trans.c | 54 +++++++++-------------------------------- gcc/ada/gcc-interface/utils.c | 2 +- gcc/testsuite/gnat.dg/bias2.adb | 33 +++++++++++++++++++++++++ gcc/testsuite/gnat.dg/opt89.adb | 18 ++++++++++++++ 4 files changed, 64 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/bias2.adb create mode 100644 gcc/testsuite/gnat.dg/opt89.adb