[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 12:48:37 +0000 (14:48 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 Aug 2011 12:48:37 +0000 (14:48 +0200)
commit499769ec33c515c433e407ee25729018457ed295
treec6e6b59ced72e2b75ef882519a53e462c94ac52b
parentaa1e353a7a34599e90bf9b62b3a463914e242a6c
[multiple changes]

2011-08-02  Javier Miranda  <miranda@adacore.com>

* sem_ch3.adb (Check_Anonymous_Access_Components): Create extra formals
associated with anonymous access to subprograms.

2011-08-02  Geert Bosch  <bosch@adacore.com>

* opt.ads
(Preprocessing_Symbol_Defs): Move from Prepcomp.Symbol_Definitions.
(Preprocessing_Symbol_Last): Move from Prepcomp.Last_Definition.
* prepcomp.adb (Symbol_Definitions, Last_Definition): Move to opt.ads
(Add_Symbol_Definition): Move to switch-c.adb
(Process_Command_Line_Symbol_Definitions): Adjust references to above.
* prepcomp.ads: Remove dependency on Ada.Unchecked_Deallocation.
(Add_Symbol_Definition): Move to switch-c.adb.
* sem_ch13.adb, sem_prag.adb: Add dependency on Warnsw.
* sem_warn.adb
(Set_Dot_Warning_Switch, Set_GNAT_Mode_Warnings, Set_Warning_Switch):
Move to warnsw.adb.
* sem_warn.ads (Warn_On_Record_Holes, Warn_On_Overridden_Size,
Set_Dot_Warning_Switch, Set_GNAT_Mode_Warnings, Set_Warning_Switch):
Move to warnsw.adb.
* switch-c.adb: Replace dependency on Prepcomp and Sem_Warn by Warnsw.
(Add_Symbol_Definition): Moved from Prepcomp.
* switch-c.ads: Update copyright notice. Use String_List instead of
Argument_List, removing dependency on System.OS_Lib.

From-SVN: r177140
13 files changed:
gcc/ada/ChangeLog
gcc/ada/opt.ads
gcc/ada/prepcomp.adb
gcc/ada/prepcomp.ads
gcc/ada/sem_ch13.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_prag.adb
gcc/ada/sem_warn.adb
gcc/ada/sem_warn.ads
gcc/ada/switch-c.adb
gcc/ada/switch-c.ads
gcc/ada/warnsw.adb [new file with mode: 0644]
gcc/ada/warnsw.ads [new file with mode: 0644]