]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Jul 2009 13:48:01 +0000 (15:48 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 20 Jul 2009 13:48:01 +0000 (15:48 +0200)
commit1be9633f758e6174e0ff31c609713a4783f2f865
treea5c0986274b127523543650173708766c06a3b4c
parent4755cce9e215a2b6298563bc74c024406aa47df0
[multiple changes]

2009-07-20  Gary Dismukes  <dismukes@adacore.com>

* exp_prag.adb (Expand_Pragma_Import_Export_Exception): When compiling
for VMS, only rewrite the first component of the associated exception's
aggregate init (as 'V'), and eliminate the bogus rewrites of the second
and third components  that were being replaced with 'M' and 'S'.

2009-07-20  Arnaud Charlet  <charlet@adacore.com>

* gnat1drv.adb (Gnat1drv): Suppress access checks in CodePeer mode.
Also do not generate error when parsing a spec in CodePeer mode.

2009-07-20  Javier Miranda  <miranda@adacore.com>

* checks.adb (Apply_Access_Check): Avoid checks on availability of
runtime function Offset_To_Top_Ptr when compiling with no tagged
types expansion.
* exp_ch3.adb (Build_Init_Procedure): Leave open the possibility of
adding code to the init proc when compiling for VM backends.

2009-07-20  Vincent Celier  <celier@adacore.com>

* switch-m.adb (Normalize_Compiler_Switches): Take into account
switches -gnatw.?

2009-07-20  Thomas Quinot  <quinot@adacore.com>

* sem_dist.adb, exp_dist.adb: Minor reformatting

* Make-generated.in: New file.

* gcc-interface/Make-lang.in: Use Make-generated.in fragment.

From-SVN: r149819
gcc/ada/ChangeLog
gcc/ada/Make-generated.in [new file with mode: 0644]
gcc/ada/checks.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_dist.adb
gcc/ada/exp_prag.adb
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gnat1drv.adb
gcc/ada/sem_dist.adb
gcc/ada/switch-m.adb