This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 275de3505e6 Fix internal error on function call returning extension of [...] new 12f061566c4 ada: Fix unsupported dispatching constructor call new 36ddb5230f5 Fix internal error on function call returning extension of [...]
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/einfo-utils.adb | 2 +- gcc/ada/einfo.ads | 2 +- gcc/ada/exp_ch3.adb | 101 +++++++++-- gcc/ada/exp_ch6.adb | 258 ++++++++++++++++++++++++--- gcc/ada/exp_ch6.ads | 3 +- gcc/ada/exp_intr.adb | 45 ----- gcc/ada/sem_ch6.adb | 185 +++++++++++-------- 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 ++ 10 files changed, 498 insertions(+), 161 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