This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217841 - in /trunk/gcc/ada: ChangeLog a-calend...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 20 Nov 2014 11:28:12 -0000
- Subject: r217841 - in /trunk/gcc/ada: ChangeLog a-calend...
Author: charlet
Date: Thu Nov 20 11:28:12 2014
New Revision: 217841
URL: https://gcc.gnu.org/viewcvs?rev=217841&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/a-calend.ads
trunk/gcc/ada/a-reatim.ads
trunk/gcc/ada/a-stream.ads
trunk/gcc/ada/inline.adb
trunk/gcc/ada/interfac.ads
trunk/gcc/ada/namet.adb
trunk/gcc/ada/namet.ads
trunk/gcc/ada/s-crtl.ads
trunk/gcc/ada/s-taskin.ads
trunk/gcc/ada/sem_prag.adb
trunk/gcc/ada/sem_util.adb
trunk/gcc/ada/sinfo.ads