This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 41e2077fa2b libgomp: Simplify 'parse_stacksize' call in 'libgomp/env.c: [...] new f2763f36c1c Add missing dg-do directive new 7d9296d0dfb Ada: Fix generic formal subprogram with implicit default wr [...] new 84d9fde22d5 Ada: Fix instantiation failure for package with formal pack [...]
The 3 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 | 107 +++++++++++++-------- gcc/testsuite/gnat.dg/specs/generic_inst3.ads | 2 + .../gnat.dg/specs/generic_inst4-child1.ads | 6 ++ .../gnat.dg/specs/generic_inst4-child2.ads | 5 + gcc/testsuite/gnat.dg/specs/generic_inst4.ads | 5 + gcc/testsuite/gnat.dg/specs/generic_inst5.ads | 14 +++ gcc/testsuite/gnat.dg/specs/generic_inst5_pkg1.ads | 9 ++ gcc/testsuite/gnat.dg/specs/generic_inst5_pkg2.ads | 7 ++ 8 files changed, 113 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst4-child1.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst4-child2.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst4.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst5.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst5_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst5_pkg2.ads