This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d44341d9952 2017-10-20 Bob Duff duff@adacore.com new 22a8377023d gcc/ada/
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/ChangeLog | 32 +++ gcc/ada/exp_ch9.adb | 32 ++- gcc/ada/libgnarl/s-osinte__linux.ads | 3 + gcc/ada/libgnarl/s-taprop__linux.adb | 269 ++++------------------- gcc/ada/libgnarl/s-taprop__posix.adb | 242 ++++----------------- gcc/ada/libgnarl/s-tpopmo.adb | 283 +++++++++++++++++++++++++ gcc/ada/sem_ch8.adb | 8 +- gcc/ada/sem_util.adb | 24 ++- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gnat.dg/sync_iface_call.adb | 34 +++ gcc/testsuite/gnat.dg/sync_iface_call_pkg.ads | 21 ++ gcc/testsuite/gnat.dg/sync_iface_call_pkg2.adb | 8 + gcc/testsuite/gnat.dg/sync_iface_call_pkg2.ads | 7 + 13 files changed, 515 insertions(+), 454 deletions(-) create mode 100644 gcc/ada/libgnarl/s-tpopmo.adb create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call.adb create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg.ads create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg2.adb create mode 100644 gcc/testsuite/gnat.dg/sync_iface_call_pkg2.ads