summaryrefslogtreecommitdiff
path: root/gcc/ada/a-tgdico.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-11 12:37:07 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-11 12:37:07 +0000
commitc5d641ca061d33272d12a51f1d169e1dbb045a14 (patch)
tree87a8b227d47c0d341a4fb98206bd08b7e94fb625 /gcc/ada/a-tgdico.ads
parentde0ea09bf28e6ee4ced7830536fbabb9b6ee6ce8 (diff)
downloadgcc-c5d641ca061d33272d12a51f1d169e1dbb045a14.tar.gz
2014-06-11 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi, switch-c.adb, sem_prag.adb, a-tgdico.ads, par-prag.adb, opt.ads, a-finali.ads, snames.ads-tmpl: Remove all traces of pragma/aspects Pure_05 Pure_12 Preelaborate_05. * errout.adb (Output_Messages): Avoid duplicate output for library level instance. * sem_elab.adb (Is_Call_Of_Generic_Formal): Moved to outer level (Check_Elab_Call): Add call to Is_Call_Of_Generic_Formal * exp_ch4.adb (Expand_N_Op_Expon): New interface for Exp_Modular. * s-expmod.ads, s-expmod.adb (Exp_Modular): Change interface to accomodate largest modulus value. * gnat_ugn.texi: Minor updates. 2014-06-11 Ed Schonberg <schonberg@adacore.com> * sem_ch12.adb (Instantiate_Package_Body): Do not attempt to load body of generic package or its parent, if body is optional and the unit does not require a body. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-tgdico.ads')
-rw-r--r--gcc/ada/a-tgdico.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/a-tgdico.ads b/gcc/ada/a-tgdico.ads
index a79c1aa522c..6da900183dc 100644
--- a/gcc/ada/a-tgdico.ads
+++ b/gcc/ada/a-tgdico.ads
@@ -27,7 +27,3 @@ function Ada.Tags.Generic_Dispatching_Constructor
Params : not null access Parameters) return T'Class;
pragma Preelaborate (Generic_Dispatching_Constructor);
pragma Import (Intrinsic, Generic_Dispatching_Constructor);
--- Note: the reason that we use Preelaborate_05 here is so that this will
--- compile fine during the normal build procedures. In Ada 2005 mode (which
--- is required for this package anyway), this will be treated as Preelaborate
--- so everything will be fine.