This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5fa3d4c88f vect: Fix operand swapping on complex multiplication detect [...] new 9e10fc177be Ada: Fix visibility problem for implicit actual of formal s [...]
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/ada/sem_ch12.adb | 34 +++++++++++++++------- gcc/testsuite/gnat.dg/specs/generic_inst3.ads | 3 ++ gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.adb | 14 +++++++++ gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.ads | 8 +++++ gcc/testsuite/gnat.dg/specs/generic_inst3_pkg2.ads | 9 ++++++ .../gnat.dg/specs/generic_inst3_pkg3-child.ads | 9 ++++++ gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3.ads | 11 +++++++ 7 files changed, 77 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.adb create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg2.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3-child.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3.ads