summaryrefslogtreecommitdiff
path: root/gcc/ada/tree_io.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:36:24 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:36:24 +0000
commit4949ddd585dfca397363f1ffd0a76e769da50331 (patch)
tree275adb1503ca3ea11102cee669ab69591c42a362 /gcc/ada/tree_io.ads
parent2ff55065e125bf8b532dfd898e65c9eac6939ca9 (diff)
downloadgcc-4949ddd585dfca397363f1ffd0a76e769da50331.tar.gz
2014-07-18 Arnaud Charlet <charlet@adacore.com>
* gnat_ugn.texi: Doc clarification. * sem_ch13.adb (Kill_Rep_Clause): Use Replace not Rewrite. * sem_ch13.ads: Minor comment update. 2014-07-18 Robert Dewar <dewar@adacore.com> * repinfo.ads: Minor comment fix. 2014-07-18 Robert Dewar <dewar@adacore.com> * par-prag.adb: Add dummy entry for Default_Scalar_Storage_Order. * sem_prag.adb: Add dummy implementation of Default_Scalar_Storage_Order. * snames.ads-tmpl: Add dummy entry for Default_Scalar_Storage_Order pragma. 2014-07-18 Robert Dewar <dewar@adacore.com> * opt.adb (Tree_Read): Read Address_Is_Private, Ignore_Rep_Clauses, Ignore_Style_Check_Pragmas, Multiple_Unit_Index. (Tree_Write): Corresponding writes * opt.ads: Minor comment reformatting and fixes. * tree_io.ads: Increment ASIS_Version_Number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212790 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/tree_io.ads')
-rw-r--r--gcc/ada/tree_io.ads7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ada/tree_io.ads b/gcc/ada/tree_io.ads
index bab7f9e6a4a..75816be2d11 100644
--- a/gcc/ada/tree_io.ads
+++ b/gcc/ada/tree_io.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -47,7 +47,7 @@ package Tree_IO is
Tree_Format_Error : exception;
-- Raised if a format error is detected in the input file
- ASIS_Version_Number : constant := 33;
+ ASIS_Version_Number : constant := 34;
-- ASIS Version. This is used to check for consistency between the compiler
-- used to generate trees and an ASIS application that is reading the
-- trees. It must be incremented whenever a change is made to the tree
@@ -64,6 +64,9 @@ package Tree_IO is
-- the hierarchy of child units
-- 33 Add copying subtrees for rewriting infix calls of operator
-- functions for the corresponding original nodes.
+ -- 34 Add read/write of Address_Is_Private, Ignore_Rep_Clauses,
+ -- Ignore_Style_Check_Pragmas, Multiple_Unit_Index. Also this
+ -- is the version where rep clauses are removed by -gnatI.
procedure Tree_Read_Initialize (Desc : File_Descriptor);
-- Called to initialize reading of a tree file. This call must be made