2014-11-20 Robert Dewar <dewar@adacore.com>
commitbfc82eed47c9422ec60aa37596d1975dccc1c72c
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 2014 11:28:12 +0000 (20 11:28 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Nov 2014 11:28:12 +0000 (20 11:28 +0000)
tree40f72d8c13f2e4c30a8f7ec61386ea674f317aa6
parentf4f2bf516a716e5be2051c4781d28da797eb0e5d
2014-11-20  Robert Dewar  <dewar@adacore.com>

* a-stream.ads, a-reatim.ads, a-calend.ads, sinfo.ads, s-crtl.ads,
interfac.ads, s-taskin.ads: Minor reformatting.

2014-11-20  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_prag.adb (Analyze_Pragma): Extensions_Visible can now
apply to an expression function.
* sem_util.adb (Extensions_Visible_Status): Add special processing
for expression functions.

2014-11-20  Hristian Kirtchev  <kirtchev@adacore.com>

* inline.adb (Build_Body_To_Inline): Remove meaningless aspects
and pragmas.
(Generate_Subprogram_Body): Remove meaningless aspects and pragmas.
(Remove_Aspects_And_Pragmas): New routine.
(Remove_Pragmas): Removed.
* namet.ads, namet.adb (Nam_In): New versions of the routine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217841 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/ada/ChangeLog
gcc/ada/a-calend.ads
gcc/ada/a-reatim.ads
gcc/ada/a-stream.ads
gcc/ada/inline.adb
gcc/ada/interfac.ads
gcc/ada/namet.adb
gcc/ada/namet.ads
gcc/ada/s-crtl.ads
gcc/ada/s-taskin.ads
gcc/ada/sem_prag.adb
gcc/ada/sem_util.adb
gcc/ada/sinfo.ads