* sem_util.adb (Find_Placement_In_State_Space): Assume that the default
placement is not in a package.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207268
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
+
+ * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
+ placement is not in a package.
+
2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
* sem_util.adb (Has_Enabled_Property): Compare the character field of
begin
-- Assume that the item does not appear in the state space of a package
- Pack_Id := Empty;
+ Placement := Not_In_Package;
+ Pack_Id := Empty;
-- Climb the scope stack and examine the enclosing context