r208077 - in /trunk/gcc/ada: ChangeLog sem_prag...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Feb 24 16:32:00 GMT 2014
Author: charlet
Date: Mon Feb 24 16:32:04 2014
New Revision: 208077
URL: http://gcc.gnu.org/viewcvs?rev=208077&root=gcc&view=rev
Log:
2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
* sem_prag.adb (Analyze_Global_Item): Move the check concerning
the use of volatile objects as global items in a function to
the variable related checks section.
* sem_util.adb (Async_Readers_Enabled): Directly call
Has_Enabled_Property.
(Async_Writers_Enabled): Directly call Has_Enabled_Property.
(Effective_Reads_Enabled): Directly call Has_Enabled_Property.
(Effective_Writes_Enabled): Directly call Has_Enabled_Property.
(Has_Enabled_Property): Rename formal parameter State_Id to Item_Id.
Update the comment on usage. State_Has_Enabled_Property how handles
the original logic of the routine. Add processing for variables.
(State_Has_Enabled_Property): New routine.
(Variable_Has_Enabled_Property): New routine.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/sem_prag.adb
trunk/gcc/ada/sem_util.adb
More information about the Gcc-cvs
mailing list