This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 57da0797a73 c, c++: Fix up excess precision handling of scalar_to_vecto [...] new 9a0e5b68a36 Fix recent thinko in operand_equal_p
The 1 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/fold-const.c | 18 ++++-------------- gcc/testsuite/gnat.dg/opt99.adb | 15 +++++++++++++++ gcc/testsuite/gnat.dg/opt99_pkg1.adb | 10 ++++++++++ gcc/testsuite/gnat.dg/opt99_pkg1.ads | 19 +++++++++++++++++++ gcc/testsuite/gnat.dg/opt99_pkg2.ads | 13 +++++++++++++ 5 files changed, 61 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt99.adb create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg1.adb create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg2.ads