This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36fd961ba73 tree-optimization/123755 - more (len-)masked call fixes new 34217930444 Ada: Fix iterator filter ignored on enumeration type with clause new e7853d31dd7 Ada: Fix prefixed-view notation rejected for discriminated [...]
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/exp_ch5.adb | 13 ++++++++----- gcc/ada/sem_ch4.adb | 33 ++++++++++++++++++++------------- gcc/testsuite/gnat.dg/iter7.adb | 15 +++++++++++++++ gcc/testsuite/gnat.dg/prefix4.adb | 14 ++++++++++++++ gcc/testsuite/gnat.dg/prefix4_pkg.ads | 13 +++++++++++++ 5 files changed, 70 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/iter7.adb create mode 100644 gcc/testsuite/gnat.dg/prefix4.adb create mode 100644 gcc/testsuite/gnat.dg/prefix4_pkg.ads