This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a470433732e tree-optimization/114166 - vectorize to lowered form with w [...] new 3ae6b582d62 Fix wrong optimization of complex boolean expression
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/testsuite/gnat.dg/opt106.adb | 11 ++++++++++ gcc/testsuite/gnat.dg/opt106_pkg1.adb | 39 +++++++++++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/opt106_pkg1.ads | 16 ++++++++++++++ gcc/testsuite/gnat.dg/opt106_pkg2.adb | 11 ++++++++++ gcc/testsuite/gnat.dg/opt106_pkg2.ads | 8 +++++++ gcc/vr-values.cc | 11 ++++++---- 6 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/opt106.adb create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.adb create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.adb create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.ads