]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/inline.adb
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 11:28:12 +0000 (12:28 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 20 Nov 2014 11:28:12 +0000 (12:28 +0100)
commit697b781a68a969edaf76da0275c2decb8626a891
tree40f72d8c13f2e4c30a8f7ec61386ea674f317aa6
parent39f0fa29d043e4b05c2eb43b2b811303e60dba4f
[multiple changes]

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.

From-SVN: r217841
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