]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 30 Aug 2011 13:41:24 +0000 (15:41 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 30 Aug 2011 13:41:24 +0000 (15:41 +0200)
commitc01817d2e03b80c93d4be08927d4573777c5e129
tree1880ea83ac066801135cc69321359f40a3523cb9
parent996c8821a235a2313d3574d0815044847f7b5c14
[multiple changes]

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

* sem_ch3.adb (Add_Internal_Interface_Entities): If serious errors have
been reported and a subprogram covering an interface primitive is not
found then skip generating the internal entity. Done to avoid crashing
the frontend.
(Check_Abstract_Overriding): Change text of error of wrong formal of
protected subprogram or entry. Done for consistency to emit exactly the
same error reported by Check_Synchronized_Overriding. In addition, the
error is restricted to protected types (bug found working on AI05-0090)

2011-08-30  Yannick Moy  <moy@adacore.com>

* exp_aggr.adb, exp_ch11.adb, exp_prag.adb: Remove early exit during
expansion in Alfa mode.
* exp_ch6.adb, exp_ch6.ads (Expand_Actuals): Make subprogram public.
* exp_light.adb, exp_light.ads: New package defining light expansion.
* expander.adb (Expand): Call light expansion in Alfa mode
* exp_ch6_light.adb, exp_ch6_light.ads: Light expansion of chapter 6
constructs.
* exp_ch7_light.adb, exp_ch7_light.ads: Light expansion of chapter 7
constructs.
* exp_attr_light.adb, exp_attr_light.ads: Light expansion of attributes
* gnat1drv.adb (Adjust_Global_Switches): Comment

2011-08-30  Yannick Moy  <moy@adacore.com>

* lib-xref-alfa.adb: Minor refactoring.

2011-08-30  Yannick Moy  <moy@adacore.com>

* exp_ch9.adb (Expand_Entry_Barrier): Do not perform expansion in Alfa
mode.
* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not perform
expansion in Alfa mode.
* sem_ch9.adb (Analyze_Entry_Body): Do not perform expansion in Alfa
mode.

2011-08-30  Robert Dewar  <dewar@adacore.com>

* debug_a.adb: Update comment.

From-SVN: r178304
22 files changed:
gcc/ada/ChangeLog
gcc/ada/debug_a.adb
gcc/ada/exp_aggr.adb
gcc/ada/exp_attr_light.adb [new file with mode: 0644]
gcc/ada/exp_attr_light.ads [new file with mode: 0644]
gcc/ada/exp_ch11.adb
gcc/ada/exp_ch6.adb
gcc/ada/exp_ch6.ads
gcc/ada/exp_ch6_light.adb [new file with mode: 0644]
gcc/ada/exp_ch6_light.ads [new file with mode: 0644]
gcc/ada/exp_ch7_light.adb [new file with mode: 0644]
gcc/ada/exp_ch7_light.ads [new file with mode: 0644]
gcc/ada/exp_ch9.adb
gcc/ada/exp_light.adb [new file with mode: 0644]
gcc/ada/exp_light.ads [new file with mode: 0644]
gcc/ada/exp_prag.adb
gcc/ada/expander.adb
gcc/ada/gnat1drv.adb
gcc/ada/lib-xref-alfa.adb
gcc/ada/sem_ch3.adb
gcc/ada/sem_ch6.adb
gcc/ada/sem_ch9.adb