]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 23 Jan 2014 16:36:41 +0000 (17:36 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 23 Jan 2014 16:36:41 +0000 (17:36 +0100)
commit53c53f6dc8715875e50215077ff53612d08b3de2
tree50378523b7bf6843de025ee2dc6af4cf8d7017c7
parentea15e254ea970653f092da0993d99b15b1f2283b
[multiple changes]

2014-01-23  Robert Dewar  <dewar@adacore.com>

* exp_util.adb, sinfo.adb, sinfo.ads, sem.adb, sem_res.adb,
expander.adb, exp_ch11.adb, exp_ch11.ads, sem_ch11.adb, sem_ch11.ads,
sprint.adb, sprint.ads: Remove unused node N_Subprogram_Info.

2014-01-23  Emmanuel Briot  <briot@adacore.com>

* prj-conf.adb (Get_Or_Create_Configuration_File): call
On_Load_Config later.

2014-01-23  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch3.adb (Analyze_Declarations): Do not
generate the spec of the late primitive in ASIS mode. Add two
comments to explain the special cases when the expansion is
not performed.

2014-01-23  Robert Dewar  <dewar@adacore.com>

* sem_util.adb (Note_Possible_Modification): Fix error of
misbehaving for implicit dereference cases in -gnatc mode.

2014-01-23  Emmanuel Briot  <briot@adacore.com>

* prj-pars.adb: Minor reformatting.

From-SVN: r206980
17 files changed:
gcc/ada/ChangeLog
gcc/ada/exp_ch11.adb
gcc/ada/exp_ch11.ads
gcc/ada/exp_util.adb
gcc/ada/expander.adb
gcc/ada/prj-conf.adb
gcc/ada/prj-pars.adb
gcc/ada/sem.adb
gcc/ada/sem_ch11.adb
gcc/ada/sem_ch11.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_res.adb
gcc/ada/sem_util.adb
gcc/ada/sinfo.adb
gcc/ada/sinfo.ads
gcc/ada/sprint.adb
gcc/ada/sprint.ads