aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/treeprs.adt
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-01-21 09:01:05 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-01-21 09:01:05 +0100
commit8d81fb4ea24ba78622991141b9ad2f36bea1ec84 (patch)
treefb8bbd826828d0725d3c0eee2dbf21fdf86f3ebc /gcc/ada/treeprs.adt
parent6b6041ec651c69871cc4c8d0ba3621c575b97e75 (diff)
downloadgcc-8d81fb4ea24ba78622991141b9ad2f36bea1ec84.zip
gcc-8d81fb4ea24ba78622991141b9ad2f36bea1ec84.tar.gz
gcc-8d81fb4ea24ba78622991141b9ad2f36bea1ec84.tar.bz2
[multiple changes]
2014-01-21 Javier Miranda <miranda@adacore.com> * exp_ch3.adb (Build_Init_Procedure): For derivations of interfaces, do not move the the initialization of the _parent field since such assignment is not generated. 2014-01-21 Ed Schonberg <schonberg@adacore.com> * sem_res.adb (Rewrite_Renamed_Operator): Do not replace entity with the operator it renames if we are within an expression of a pre/postcondition, because the expression will be reanalyzed at a later point, and the analysis of the renaming may affect the visibility of the operator when in an instance. 2014-01-21 Robert Dewar <dewar@adacore.com> * sinfo.ads, sinfo.adb: Change Do_Discriminant_Check to use new Flag1. Add this flag to type conversion nodes and assignment nodes. * treepr.adb: Deal properly with Flag 1,2,3. * treeprs.adt: Minor comment update. 2014-01-21 Robert Dewar <dewar@adacore.com> * sem_eval.adb (Compile_Time_Known_Value): Add Ignore_CRT parameter. * sem_eval.ads (Compile_Time_Known_Value): Add Ignore_CRT parameter, completely rewrite spec. 2014-01-21 Ed Schonberg <schonberg@adacore.com> * sem_ch10.adb (Install_Withed_Unit): If the unit is a subprogram instance that is inlined, it may have been rewritten as a wrapper package. In that case the unit that must be made visible is the related instance of the package. 2014-01-21 Arnaud Charlet <charlet@adacore.com> * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Refine previous change in codepeer mode. From-SVN: r206874
Diffstat (limited to 'gcc/ada/treeprs.adt')
-rw-r--r--gcc/ada/treeprs.adt5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/treeprs.adt b/gcc/ada/treeprs.adt
index 8543fba..b65d6c2 100644
--- a/gcc/ada/treeprs.adt
+++ b/gcc/ada/treeprs.adt
@@ -6,7 +6,7 @@
-- --
-- T e m p l a t e --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, 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- --
@@ -50,6 +50,9 @@ package Treeprs is
-- could never occur in a field name, so they also mark the end of the
-- previous name.
+ -- Note the following definitions do not include Flag0. This will have to
+ -- be addressed if we ever need to use Flag0 (it's not currently used).
+
subtype Fchar is Character range '#' .. '9';
F_Field1 : constant Fchar := '#'; -- Character'Val (16#23#)