sem_case.adb, [...]: Replace use of Heap_Sort_A (passing'Unrestricted_Access of neste...
authorBob Duff <duff@adacore.com>
Mon, 15 Oct 2007 13:55:27 +0000 (15:55 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 15 Oct 2007 13:55:27 +0000 (15:55 +0200)
commitd4731b80de2a377fdbfa24dec34b15b5b680691c
tree4b05e6da4711a3ed03e4096c21cd8542543f6ae5
parent28eba57cf2cbcbce62d2551b53e057a76a5f1d89
sem_case.adb, [...]: Replace use of Heap_Sort_A (passing'Unrestricted_Access of nested subprograms...

2007-10-15  Bob Duff  <duff@adacore.com>

* sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
(passing'Unrestricted_Access of nested subprograms to Sort) with use of
the generic Heap_Sort_G, in order to avoid trampolines.

From-SVN: r129327
gcc/ada/lib-sort.adb
gcc/ada/sem_case.adb
gcc/ada/sem_ch13.adb