]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/ChangeLog
sem_prag.adb (Get_SPARK_Mode_Id): Handle the case where the pragma may appear without...
[thirdparty/gcc.git] / gcc / ada / ChangeLog
index 61fd991bef2d8bdb0cc6fba08b753d041d55ec4f..52e373235c77978ab26c4d493567c7da3a9d6dd7 100644 (file)
@@ -1,3 +1,21 @@
+2013-09-10  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * sem_prag.adb (Get_SPARK_Mode_Id): Handle the
+       case where the pragma may appear without an argument.
+       (Analyze_Global_List): Add expanded_name to the list of constructs
+       that denote a single item.
+       (Collect_Global_List): Add expanded_name to the list of constructs
+       that denote a single item.
+
+2013-09-10  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * exp_ch4.adb (Apply_Accessibility_Check): Add local constant
+       Pool_Id and local variables Fin_Call and Free_Stmt. Finalize
+       and deallocate a heap-allocated class-wide object after it
+       has been determined that it violates the accessibility rules.
+       * rtsfind.ads: Add new RTU_Id for System.Memory. Add new RE_Id
+       and entry in RE_Unit_Table for RE_Free.
+
 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
            Iain Sandoe  <iain@codesourcery.com>