]> gcc.gnu.org Git - gcc.git/commit
exp_ch7.ads, [...] (Find_Final_List): If the access type is anonymous, use finalizati...
authorEd Schonberg <schonberg@adacore.com>
Fri, 6 Apr 2007 09:20:23 +0000 (11:20 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 6 Apr 2007 09:20:23 +0000 (11:20 +0200)
commitafe4375b43ca2a4b57c992ab6dc6f242ddd5e124
tree7328de656b70856fbc6fb23c83bc83e6f2c17b4c
parentdee4682a7ad30b0e642d755e02168d7db25c6d67
exp_ch7.ads, [...] (Find_Final_List): If the access type is anonymous, use finalization list of enclosing dynamic scope.

2007-04-06  Ed Schonberg  <schonberg@adacore.com>
    Bob Duff  <duff@adacore.com>
    Cyrille Comar  <comar@adacore.com>

* exp_ch7.ads, exp_ch7.adb (Find_Final_List): If the access type is
anonymous, use finalization list of enclosing dynamic scope.
(Expand_N_Package_Declaration): For a library package declaration
without a corresponding body, generate RACW subprogram bodies in the
spec (just as we do for the task activation call).
(Convert_View): Split Is_Abstract flag into Is_Abstract_Subprogram and
Is_Abstract_Type. Make sure these are called only when appropriate.
Remove all code for DSP option
(CW_Or_Controlled_Type): new subprogram.

From-SVN: r123563
gcc/ada/exp_ch7.adb
gcc/ada/exp_ch7.ads
This page took 0.056361 seconds and 5 git commands to generate.