aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.ads
diff options
context:
space:
mode:
authorEd Schonberg <schonberg@adacore.com>2009-04-29 13:20:27 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-29 15:20:27 +0200
commiteb9cb0fc5e0c945f8f2bc0d3acaf4fbba7acfe6b (patch)
treec48d51fc9f53affdb580ed2ce609b90d8439b495 /gcc/ada/exp_ch9.ads
parent7f7d37cbf136d4d43dec8d70b0d8308bd3cc4459 (diff)
exp_ch9.ads, [...] (Build_Wrapper_Spec): Use source line of primitive operation...
2009-04-29 Ed Schonberg <schonberg@adacore.com> * exp_ch9.ads, exp_ch9.adb (Build_Wrapper_Spec): Use source line of primitive operation, rather than source line of synchronized type, when building the wrapper for a primitive operation that overrides an operation inherited from a progenitor, to improve the error message on duplicate declarations. * sem_ch3.adb (Process_Full_View): Use new signature of Build_Wrapper_Spec. From-SVN: r146961
Diffstat (limited to 'gcc/ada/exp_ch9.ads')
-rw-r--r--gcc/ada/exp_ch9.ads9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/exp_ch9.ads b/gcc/ada/exp_ch9.ads
index 1cfa74d3635..8e795e12c0f 100644
--- a/gcc/ada/exp_ch9.ads
+++ b/gcc/ada/exp_ch9.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2008, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2009, 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- --
@@ -154,8 +154,7 @@ package Exp_Ch9 is
-- Build_Task_Allocate_Block.
function Build_Wrapper_Spec
- (Loc : Source_Ptr;
- Subp_Id : Entity_Id;
+ (Subp_Id : Entity_Id;
Obj_Typ : Entity_Id;
Formals : List_Id) return Node_Id;
-- Ada 2005 (AI-345): Build the specification of a primitive operation
@@ -203,7 +202,9 @@ package Exp_Ch9 is
-- routine to make sure Complete_Master is called on exit).
procedure Expand_Access_Protected_Subprogram_Type (N : Node_Id);
- -- Build Equivalent_Type for an Access_to_protected_Subprogram
+ -- Build Equivalent_Type for an Access_To_Protected_Subprogram.
+ -- Equivalent_Type is a record type with two components: a pointer
+ -- to the protected object, and a pointer to the operation itself.
procedure Expand_Accept_Declarations (N : Node_Id; Ent : Entity_Id);
-- Expand declarations required for accept statement. See bodies of