]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/exp_aggr.adb
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 May 2009 15:15:25 +0000 (17:15 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 6 May 2009 15:15:25 +0000 (17:15 +0200)
commit1f11033528b5b35ecc84eb4afa53c64509eb542c
tree4e4050eefd76a022915565778c7256ae331239ab
parente0bf7d650ca008463f43269a57cc2cf602bca20b
[multiple changes]

2009-05-06  Robert Dewar  <dewar@adacore.com>

* sem_attr.adb: Add processing for Standard'Compiler_Version

2009-05-06  Arnaud Charlet  <charlet@adacore.com>

* exp_ch5.adb, exp_util.adb, exp_attr.adb, sem_util.adb, sem_res.adb,
targparm.adb, targparm.ads, exp_ch4.adb, exp_ch6.adb, exp_disp.adb,
opt.ads, exp_aggr.adb, exp_intr.adb, sem_disp.adb, exp_ch3.adb
(Tagged_Type_Expansion): New flag.
Replace use of VM_Target related to tagged types expansion by
Tagged_Type_Expansion, since tagged type expansion is not necessarily
linked to VM targets.

From-SVN: r147182
17 files changed:
gcc/ada/ChangeLog
gcc/ada/exp_aggr.adb
gcc/ada/exp_attr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch4.adb
gcc/ada/exp_ch5.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_disp.adb
gcc/ada/exp_intr.adb
gcc/ada/exp_util.adb
gcc/ada/opt.ads
gcc/ada/sem_attr.adb
gcc/ada/sem_disp.adb
gcc/ada/sem_res.adb
gcc/ada/sem_util.adb
gcc/ada/targparm.adb
gcc/ada/targparm.ads
This page took 0.06154 seconds and 5 git commands to generate.