This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 436ce7a3510 Fix internal error on function call returning extension of [...] new 8f80b9f0904 Fix internal error on function call returning extension of [...]
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/exp_ch6.adb | 158 ++++++++++++++------------- gcc/ada/exp_ch6.ads | 3 +- gcc/testsuite/gnat.dg/bip_prim_func2.adb | 23 ++++ gcc/testsuite/gnat.dg/bip_prim_func2_pkg.adb | 23 ++++ gcc/testsuite/gnat.dg/bip_prim_func2_pkg.ads | 17 +++ 5 files changed, 147 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/bip_prim_func2.adb create mode 100644 gcc/testsuite/gnat.dg/bip_prim_func2_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/bip_prim_func2_pkg.ads