OSDN Git Service

2008-07-31 Ed Schonberg <schonberg@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / sem_ch10.adb
1 ------------------------------------------------------------------------------
2 --                                                                          --
3 --                         GNAT COMPILER COMPONENTS                         --
4 --                                                                          --
5 --                             S E M _ C H 1 0                              --
6 --                                                                          --
7 --                                 B o d y                                  --
8 --                                                                          --
9 --          Copyright (C) 1992-2008, Free Software Foundation, Inc.         --
10 --                                                                          --
11 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
12 -- terms of the  GNU General Public License as published  by the Free Soft- --
13 -- ware  Foundation;  either version 3,  or (at your option) any later ver- --
14 -- sion.  GNAT is distributed in the hope that it will be useful, but WITH- --
15 -- OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY --
16 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
17 -- for  more details.  You should have  received  a copy of the GNU General --
18 -- Public License  distributed with GNAT; see file COPYING3.  If not, go to --
19 -- http://www.gnu.org/licenses for a complete copy of the license.          --
20 --                                                                          --
21 -- GNAT was originally developed  by the GNAT team at  New York University. --
22 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
23 --                                                                          --
24 ------------------------------------------------------------------------------
25
26 with Atree;    use Atree;
27 with Debug;    use Debug;
28 with Einfo;    use Einfo;
29 with Errout;   use Errout;
30 with Exp_Util; use Exp_Util;
31 with Elists;   use Elists;
32 with Fname;    use Fname;
33 with Fname.UF; use Fname.UF;
34 with Freeze;   use Freeze;
35 with Impunit;  use Impunit;
36 with Inline;   use Inline;
37 with Lib;      use Lib;
38 with Lib.Load; use Lib.Load;
39 with Lib.Xref; use Lib.Xref;
40 with Namet;    use Namet;
41 with Nlists;   use Nlists;
42 with Nmake;    use Nmake;
43 with Opt;      use Opt;
44 with Output;   use Output;
45 with Restrict; use Restrict;
46 with Rident;   use Rident;
47 with Rtsfind;  use Rtsfind;
48 with Sem;      use Sem;
49 with Sem_Ch3;  use Sem_Ch3;
50 with Sem_Ch6;  use Sem_Ch6;
51 with Sem_Ch7;  use Sem_Ch7;
52 with Sem_Ch8;  use Sem_Ch8;
53 with Sem_Dist; use Sem_Dist;
54 with Sem_Prag; use Sem_Prag;
55 with Sem_Util; use Sem_Util;
56 with Sem_Warn; use Sem_Warn;
57 with Stand;    use Stand;
58 with Sinfo;    use Sinfo;
59 with Sinfo.CN; use Sinfo.CN;
60 with Sinput;   use Sinput;
61 with Snames;   use Snames;
62 with Style;    use Style;
63 with Stylesw;  use Stylesw;
64 with Tbuild;   use Tbuild;
65 with Uname;    use Uname;
66
67 package body Sem_Ch10 is
68
69    -----------------------
70    -- Local Subprograms --
71    -----------------------
72
73    procedure Analyze_Context (N : Node_Id);
74    --  Analyzes items in the context clause of compilation unit
75
76    procedure Build_Limited_Views (N : Node_Id);
77    --  Build and decorate the list of shadow entities for a package mentioned
78    --  in a limited_with clause. If the package was not previously analyzed
79    --  then it also performs a basic decoration of the real entities; this
80    --  is required to do not pass non-decorated entities to the back-end.
81    --  Implements Ada 2005 (AI-50217).
82
83    procedure Check_Body_Needed_For_SAL (Unit_Name : Entity_Id);
84    --  Check whether the source for the body of a compilation unit must
85    --  be included in a standalone library.
86
87    procedure Check_Private_Child_Unit (N : Node_Id);
88    --  If a with_clause mentions a private child unit, the compilation
89    --  unit must be a member of the same family, as described in 10.1.2.
90
91    procedure Check_Stub_Level (N : Node_Id);
92    --  Verify that a stub is declared immediately within a compilation unit,
93    --  and not in an inner frame.
94
95    procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id);
96    --  When a child unit appears in a context clause, the implicit withs on
97    --  parents are made explicit, and with clauses are inserted in the context
98    --  clause before the one for the child. If a parent in the with_clause
99    --  is a renaming, the implicit with_clause is on the renaming whose name
100    --  is mentioned in the with_clause, and not on the package it renames.
101    --  N is the compilation unit whose list of context items receives the
102    --  implicit with_clauses.
103
104    function Get_Parent_Entity (Unit : Node_Id) return Entity_Id;
105    --  Get defining entity of parent unit of a child unit. In most cases this
106    --  is the defining entity of the unit, but for a child instance whose
107    --  parent needs a body for inlining, the instantiation node of the parent
108    --  has not yet been rewritten as a package declaration, and the entity has
109    --  to be retrieved from the Instance_Spec of the unit.
110
111    procedure Implicit_With_On_Parent (Child_Unit : Node_Id; N : Node_Id);
112    --  If the main unit is a child unit, implicit withs are also added for
113    --  all its ancestors.
114
115    function In_Chain (E : Entity_Id) return Boolean;
116    --  Check that the shadow entity is not already in the homonym chain, for
117    --  example through a limited_with clause in a parent unit.
118
119    procedure Install_Context_Clauses (N : Node_Id);
120    --  Subsidiary to Install_Context and Install_Parents. Process only with_
121    --  and use_clauses for current unit and its library unit if any.
122
123    procedure Install_Limited_Context_Clauses (N : Node_Id);
124    --  Subsidiary to Install_Context. Process only limited with_clauses
125    --  for current unit. Implements Ada 2005 (AI-50217).
126
127    procedure Install_Limited_Withed_Unit (N : Node_Id);
128    --  Place shadow entities for a limited_with package in the visibility
129    --  structures for the current compilation. Implements Ada 2005 (AI-50217).
130
131    procedure Install_Withed_Unit
132      (With_Clause     : Node_Id;
133       Private_With_OK : Boolean := False);
134    --  If the unit is not a child unit, make unit immediately visible.
135    --  The caller ensures that the unit is not already currently installed.
136    --  The flag Private_With_OK is set true in Install_Private_With_Clauses,
137    --  which is called when compiling the private part of a package, or
138    --  installing the private declarations of a parent unit.
139
140    procedure Install_Parents (Lib_Unit : Node_Id; Is_Private : Boolean);
141    --  This procedure establishes the context for the compilation of a child
142    --  unit. If Lib_Unit is a child library spec then the context of the parent
143    --  is installed, and the parent itself made immediately visible, so that
144    --  the child unit is processed in the declarative region of the parent.
145    --  Install_Parents makes a recursive call to itself to ensure that all
146    --  parents are loaded in the nested case. If Lib_Unit is a library body,
147    --  the only effect of Install_Parents is to install the private decls of
148    --  the parents, because the visible parent declarations will have been
149    --  installed as part of the context of the corresponding spec.
150
151    procedure Install_Siblings (U_Name : Entity_Id; N : Node_Id);
152    --  In the compilation of a child unit, a child of any of the  ancestor
153    --  units is directly visible if it is visible, because the parent is in
154    --  an enclosing scope. Iterate over context to find child units of U_Name
155    --  or of some ancestor of it.
156
157    function Is_Child_Spec (Lib_Unit : Node_Id) return Boolean;
158    --  Lib_Unit is a library unit which may be a spec or a body. Is_Child_Spec
159    --  returns True if Lib_Unit is a library spec which is a child spec, i.e.
160    --  a library spec that has a parent. If the call to Is_Child_Spec returns
161    --  True, then Parent_Spec (Lib_Unit) is non-Empty and points to the
162    --  compilation unit for the parent spec.
163    --
164    --  Lib_Unit can also be a subprogram body that acts as its own spec. If
165    --  the Parent_Spec is  non-empty, this is also a child unit.
166
167    procedure Remove_Context_Clauses (N : Node_Id);
168    --  Subsidiary of previous one. Remove use_ and with_clauses
169
170    procedure Remove_Limited_With_Clause (N : Node_Id);
171    --  Remove from visibility the shadow entities introduced for a package
172    --  mentioned in a limited_with clause. Implements Ada 2005 (AI-50217).
173
174    procedure Remove_Parents (Lib_Unit : Node_Id);
175    --  Remove_Parents checks if Lib_Unit is a child spec. If so then the parent
176    --  contexts established by the corresponding call to Install_Parents are
177    --  removed. Remove_Parents contains a recursive call to itself to ensure
178    --  that all parents are removed in the nested case.
179
180    procedure Remove_Unit_From_Visibility (Unit_Name : Entity_Id);
181    --  Reset all visibility flags on unit after compiling it, either as a
182    --  main unit or as a unit in the context.
183
184    procedure Unchain (E : Entity_Id);
185    --  Remove single entity from visibility list
186
187    procedure Analyze_Proper_Body (N : Node_Id; Nam : Entity_Id);
188    --  Common processing for all stubs (subprograms, tasks, packages, and
189    --  protected cases). N is the stub to be analyzed. Once the subunit
190    --  name is established, load and analyze. Nam is the non-overloadable
191    --  entity for which the proper body provides a completion. Subprogram
192    --  stubs are handled differently because they can be declarations.
193
194    procedure sm;
195    --  A dummy procedure, for debugging use, called just before analyzing the
196    --  main unit (after dealing with any context clauses).
197
198    --------------------------
199    -- Limited_With_Clauses --
200    --------------------------
201
202    --  Limited_With clauses are the mechanism chosen for Ada05 to support
203    --  mutually recursive types declared in different units. A limited_with
204    --  clause that names package P in the context of unit U makes the types
205    --  declared in the visible part of P available within U, but with the
206    --  restriction that these types can only be used as incomplete types.
207    --  The limited_with clause does not impose a semantic dependence on P,
208    --  and it is possible for two packages to have limited_with_clauses on
209    --  each other without creating an elaboration circularity.
210
211    --  To support this feature, the analysis of a limited_with clause must
212    --  create an abbreviated view of the package, without performing any
213    --  semantic analysis on it. This "package abstract" contains shadow
214    --  types that are in one-one correspondence with the real types in the
215    --  package, and that have the properties of incomplete types.
216
217    --  The implementation creates two element lists: one to chain the shadow
218    --  entities, and one to chain the corresponding type entities in the tree
219    --  of the package. Links between corresponding entities in both chains
220    --  allow the compiler to select the proper view of a given type, depending
221    --  on the context. Note that in contrast with the handling of private
222    --  types, the limited view and the non-limited view of a type are treated
223    --  as separate entities, and no entity exchange needs to take place, which
224    --  makes the implementation must simpler than could be feared.
225
226    ------------------------------
227    -- Analyze_Compilation_Unit --
228    ------------------------------
229
230    procedure Analyze_Compilation_Unit (N : Node_Id) is
231       Unit_Node     : constant Node_Id := Unit (N);
232       Lib_Unit      : Node_Id          := Library_Unit (N);
233       Spec_Id       : Entity_Id;
234       Main_Cunit    : constant Node_Id := Cunit (Main_Unit);
235       Par_Spec_Name : Unit_Name_Type;
236       Unum          : Unit_Number_Type;
237
238       procedure Check_Redundant_Withs
239         (Context_Items      : List_Id;
240          Spec_Context_Items : List_Id := No_List);
241       --  Determine whether the context list of a compilation unit contains
242       --  redundant with clauses. When checking body clauses against spec
243       --  clauses, set Context_Items to the context list of the body and
244       --  Spec_Context_Items to that of the spec. Parent packages are not
245       --  examined for documentation purposes.
246
247       procedure Generate_Parent_References (N : Node_Id; P_Id : Entity_Id);
248       --  Generate cross-reference information for the parents of child units.
249       --  N is a defining_program_unit_name, and P_Id is the immediate parent.
250
251       ---------------------------
252       -- Check_Redundant_Withs --
253       ---------------------------
254
255       procedure Check_Redundant_Withs
256         (Context_Items      : List_Id;
257          Spec_Context_Items : List_Id := No_List)
258       is
259          Clause : Node_Id;
260
261          procedure Process_Body_Clauses
262           (Context_List      : List_Id;
263            Clause            : Node_Id;
264            Used              : in out Boolean;
265            Used_Type_Or_Elab : in out Boolean);
266          --  Examine the context clauses of a package body, trying to match
267          --  the name entity of Clause with any list element. If the match
268          --  occurs on a use package clause, set Used to True, for a use
269          --  type clause, pragma Elaborate or pragma Elaborate_All, set
270          --  Used_Type_Or_Elab to True.
271
272          procedure Process_Spec_Clauses
273           (Context_List : List_Id;
274            Clause       : Node_Id;
275            Used         : in out Boolean;
276            Withed       : in out Boolean;
277            Exit_On_Self : Boolean := False);
278          --  Examine the context clauses of a package spec, trying to match
279          --  the name entity of Clause with any list element. If the match
280          --  occurs on a use package clause, set Used to True, for a with
281          --  package clause other than Clause, set Withed to True. Limited
282          --  with clauses, implicitly generated with clauses and withs
283          --  having pragmas Elaborate or Elaborate_All applied to them are
284          --  skipped. Exit_On_Self is used to control the search loop and
285          --  force an exit whenever Clause sees itself in the search.
286
287          --------------------------
288          -- Process_Body_Clauses --
289          --------------------------
290
291          procedure Process_Body_Clauses
292           (Context_List      : List_Id;
293            Clause            : Node_Id;
294            Used              : in out Boolean;
295            Used_Type_Or_Elab : in out Boolean)
296          is
297             Nam_Ent   : constant Entity_Id := Entity (Name (Clause));
298             Cont_Item : Node_Id;
299             Prag_Unit : Node_Id;
300             Subt_Mark : Node_Id;
301             Use_Item  : Node_Id;
302
303             function Same_Unit (N : Node_Id; P : Entity_Id) return Boolean;
304             --  In an expanded name in a use clause, if the prefix is a
305             --  renamed package, the entity is set to the original package
306             --  as a result, when checking whether the package appears in a
307             --  previous with_clause, the renaming has to be taken into
308             --  account, to prevent spurious or incorrect warnings. The
309             --  common case is the use of Text_IO.
310
311             ---------------
312             -- Same_Unit --
313             ---------------
314
315             function Same_Unit (N : Node_Id; P : Entity_Id) return Boolean is
316             begin
317                return Entity (N) = P
318                  or else
319                    (Present (Renamed_Object (P))
320                      and then Entity (N) = Renamed_Object (P));
321             end Same_Unit;
322
323          --  Start of processing for Process_Body_Clauses
324
325          begin
326             Used := False;
327             Used_Type_Or_Elab := False;
328
329             Cont_Item := First (Context_List);
330             while Present (Cont_Item) loop
331
332                --  Package use clause
333
334                if Nkind (Cont_Item) = N_Use_Package_Clause
335                  and then not Used
336                then
337                   --  Search through use clauses
338
339                   Use_Item := First (Names (Cont_Item));
340                   while Present (Use_Item) and then not Used loop
341
342                      --  Case of a direct use of the one we are looking for
343
344                      if Entity (Use_Item) = Nam_Ent then
345                         Used := True;
346
347                      --  Handle nested case, as in "with P; use P.Q.R"
348
349                      else
350                         declare
351                            UE : Node_Id;
352
353                         begin
354                            --  Loop through prefixes looking for match
355
356                            UE := Use_Item;
357                            while Nkind (UE) = N_Expanded_Name loop
358                               if Same_Unit (Prefix (UE), Nam_Ent) then
359                                  Used := True;
360                                  exit;
361                               end if;
362
363                               UE := Prefix (UE);
364                            end loop;
365                         end;
366                      end if;
367
368                      Next (Use_Item);
369                   end loop;
370
371                --  USE TYPE clause
372
373                elsif Nkind (Cont_Item) = N_Use_Type_Clause
374                  and then not Used_Type_Or_Elab
375                then
376                   Subt_Mark := First (Subtype_Marks (Cont_Item));
377                   while Present (Subt_Mark)
378                     and then not Used_Type_Or_Elab
379                   loop
380                      if Same_Unit (Prefix (Subt_Mark), Nam_Ent) then
381                         Used_Type_Or_Elab := True;
382                      end if;
383
384                      Next (Subt_Mark);
385                   end loop;
386
387                --  Pragma Elaborate or Elaborate_All
388
389                elsif Nkind (Cont_Item) = N_Pragma
390                  and then
391                    (Pragma_Name (Cont_Item) = Name_Elaborate
392                       or else
393                     Pragma_Name (Cont_Item) = Name_Elaborate_All)
394                  and then not Used_Type_Or_Elab
395                then
396                   Prag_Unit :=
397                     First (Pragma_Argument_Associations (Cont_Item));
398                   while Present (Prag_Unit)
399                     and then not Used_Type_Or_Elab
400                   loop
401                      if Entity (Expression (Prag_Unit)) = Nam_Ent then
402                         Used_Type_Or_Elab := True;
403                      end if;
404
405                      Next (Prag_Unit);
406                   end loop;
407                end if;
408
409                Next (Cont_Item);
410             end loop;
411          end Process_Body_Clauses;
412
413          --------------------------
414          -- Process_Spec_Clauses --
415          --------------------------
416
417          procedure Process_Spec_Clauses
418           (Context_List : List_Id;
419            Clause       : Node_Id;
420            Used         : in out Boolean;
421            Withed       : in out Boolean;
422            Exit_On_Self : Boolean := False)
423          is
424             Nam_Ent   : constant Entity_Id := Entity (Name (Clause));
425             Cont_Item : Node_Id;
426             Use_Item  : Node_Id;
427
428          begin
429             Used := False;
430             Withed := False;
431
432             Cont_Item := First (Context_List);
433             while Present (Cont_Item) loop
434
435                --  Stop the search since the context items after Cont_Item
436                --  have already been examined in a previous iteration of
437                --  the reverse loop in Check_Redundant_Withs.
438
439                if Exit_On_Self
440                  and Cont_Item = Clause
441                then
442                   exit;
443                end if;
444
445                --  Package use clause
446
447                if Nkind (Cont_Item) = N_Use_Package_Clause
448                  and then not Used
449                then
450                   Use_Item := First (Names (Cont_Item));
451                   while Present (Use_Item) and then not Used loop
452                      if Entity (Use_Item) = Nam_Ent then
453                         Used := True;
454                      end if;
455
456                      Next (Use_Item);
457                   end loop;
458
459                --  Package with clause. Avoid processing self, implicitly
460                --  generated with clauses or limited with clauses. Note
461                --  that we examine with clauses having pragmas Elaborate
462                --  or Elaborate_All applied to them due to cases such as:
463                --
464                --     with Pack;
465                --     with Pack;
466                --     pragma Elaborate (Pack);
467                --
468                --  In this case, the second with clause is redundant since
469                --  the pragma applies only to the first "with Pack;".
470
471                elsif Nkind (Cont_Item) = N_With_Clause
472                  and then not Implicit_With (Cont_Item)
473                  and then not Limited_Present (Cont_Item)
474                  and then Cont_Item /= Clause
475                  and then Entity (Name (Cont_Item)) = Nam_Ent
476                then
477                   Withed := True;
478                end if;
479
480                Next (Cont_Item);
481             end loop;
482          end Process_Spec_Clauses;
483
484       --  Start of processing for Check_Redundant_Withs
485
486       begin
487          Clause := Last (Context_Items);
488          while Present (Clause) loop
489
490             --  Avoid checking implicitly generated with clauses, limited
491             --  with clauses or withs that have pragma Elaborate or
492             --  Elaborate_All applied.
493
494             if Nkind (Clause) = N_With_Clause
495               and then not Implicit_With (Clause)
496               and then not Limited_Present (Clause)
497               and then not Elaborate_Present (Clause)
498             then
499                --  Package body-to-spec check
500
501                if Present (Spec_Context_Items) then
502                   declare
503                      Used_In_Body      : Boolean := False;
504                      Used_In_Spec      : Boolean := False;
505                      Used_Type_Or_Elab : Boolean := False;
506                      Withed_In_Spec    : Boolean := False;
507
508                   begin
509                      Process_Spec_Clauses
510                       (Context_List => Spec_Context_Items,
511                        Clause       => Clause,
512                        Used         => Used_In_Spec,
513                        Withed       => Withed_In_Spec);
514
515                      Process_Body_Clauses
516                       (Context_List      => Context_Items,
517                        Clause            => Clause,
518                        Used              => Used_In_Body,
519                        Used_Type_Or_Elab => Used_Type_Or_Elab);
520
521                      --  "Type Elab" refers to the presence of either a use
522                      --  type clause, pragmas Elaborate or Elaborate_All.
523
524                      --  +---------------+---------------------------+------+
525                      --  | Spec          | Body                      | Warn |
526                      --  +--------+------+--------+------+-----------+------+
527                      --  | Withed | Used | Withed | Used | Type Elab |      |
528                      --  |   X    |      |   X    |      |           |  X   |
529                      --  |   X    |      |   X    |  X   |           |      |
530                      --  |   X    |      |   X    |      |     X     |      |
531                      --  |   X    |      |   X    |  X   |     X     |      |
532                      --  |   X    |  X   |   X    |      |           |  X   |
533                      --  |   X    |  X   |   X    |      |     X     |      |
534                      --  |   X    |  X   |   X    |  X   |           |  X   |
535                      --  |   X    |  X   |   X    |  X   |     X     |      |
536                      --  +--------+------+--------+------+-----------+------+
537
538                      if (Withed_In_Spec
539                            and then not Used_Type_Or_Elab)
540                              and then
541                                ((not Used_In_Spec
542                                    and then not Used_In_Body)
543                                      or else
544                                        Used_In_Spec)
545                      then
546                         Error_Msg_N ("?redundant with clause in body", Clause);
547                      end if;
548
549                      Used_In_Body := False;
550                      Used_In_Spec := False;
551                      Used_Type_Or_Elab := False;
552                      Withed_In_Spec := False;
553                   end;
554
555                --  Standalone package spec or body check
556
557                else
558                   declare
559                      Dont_Care : Boolean := False;
560                      Withed    : Boolean := False;
561
562                   begin
563                      --  The mechanism for examining the context clauses of a
564                      --  package spec can be applied to package body clauses.
565
566                      Process_Spec_Clauses
567                       (Context_List => Context_Items,
568                        Clause       => Clause,
569                        Used         => Dont_Care,
570                        Withed       => Withed,
571                        Exit_On_Self => True);
572
573                      if Withed then
574                         Error_Msg_N ("?redundant with clause", Clause);
575                      end if;
576                   end;
577                end if;
578             end if;
579
580             Prev (Clause);
581          end loop;
582       end Check_Redundant_Withs;
583
584       --------------------------------
585       -- Generate_Parent_References --
586       --------------------------------
587
588       procedure Generate_Parent_References (N : Node_Id; P_Id : Entity_Id) is
589          Pref   : Node_Id;
590          P_Name : Entity_Id := P_Id;
591
592       begin
593          Pref := Name (Parent (Defining_Entity (N)));
594
595          if Nkind (Pref) = N_Expanded_Name then
596
597             --  Done already, if the unit has been compiled indirectly as
598             --  part of the closure of its context because of inlining.
599
600             return;
601          end if;
602
603          while Nkind (Pref) = N_Selected_Component loop
604             Change_Selected_Component_To_Expanded_Name (Pref);
605             Set_Entity (Pref, P_Name);
606             Set_Etype (Pref, Etype (P_Name));
607             Generate_Reference (P_Name, Pref, 'r');
608             Pref   := Prefix (Pref);
609             P_Name := Scope (P_Name);
610          end loop;
611
612          --  The guard here on P_Name is to handle the error condition where
613          --  the parent unit is missing because the file was not found.
614
615          if Present (P_Name) then
616             Set_Entity (Pref, P_Name);
617             Set_Etype (Pref, Etype (P_Name));
618             Generate_Reference (P_Name, Pref, 'r');
619             Style.Check_Identifier (Pref, P_Name);
620          end if;
621       end Generate_Parent_References;
622
623    --  Start of processing for Analyze_Compilation_Unit
624
625    begin
626       Process_Compilation_Unit_Pragmas (N);
627
628       --  If the unit is a subunit whose parent has not been analyzed (which
629       --  indicates that the main unit is a subunit, either the current one or
630       --  one of its descendents) then the subunit is compiled as part of the
631       --  analysis of the parent, which we proceed to do. Basically this gets
632       --  handled from the top down and we don't want to do anything at this
633       --  level (i.e. this subunit will be handled on the way down from the
634       --  parent), so at this level we immediately return. If the subunit
635       --  ends up not analyzed, it means that the parent did not contain a
636       --  stub for it, or that there errors were detected in some ancestor.
637
638       if Nkind (Unit_Node) = N_Subunit
639         and then not Analyzed (Lib_Unit)
640       then
641          Semantics (Lib_Unit);
642
643          if not Analyzed (Proper_Body (Unit_Node)) then
644             if Serious_Errors_Detected > 0 then
645                Error_Msg_N ("subunit not analyzed (errors in parent unit)", N);
646             else
647                Error_Msg_N ("missing stub for subunit", N);
648             end if;
649          end if;
650
651          return;
652       end if;
653
654       --  Analyze context (this will call Sem recursively for with'ed units)
655
656       Analyze_Context (N);
657
658       --  If the unit is a package body, the spec is already loaded and must
659       --  be analyzed first, before we analyze the body.
660
661       if Nkind (Unit_Node) = N_Package_Body then
662
663          --  If no Lib_Unit, then there was a serious previous error, so
664          --  just ignore the entire analysis effort
665
666          if No (Lib_Unit) then
667             return;
668
669          else
670             Semantics (Lib_Unit);
671             Check_Unused_Withs (Get_Cunit_Unit_Number (Lib_Unit));
672
673             --  Verify that the library unit is a package declaration
674
675             if not Nkind_In (Unit (Lib_Unit), N_Package_Declaration,
676                                               N_Generic_Package_Declaration)
677             then
678                Error_Msg_N
679                  ("no legal package declaration for package body", N);
680                return;
681
682             --  Otherwise, the entity in the declaration is visible. Update
683             --  the version to reflect dependence of this body on the spec.
684
685             else
686                Spec_Id := Defining_Entity (Unit (Lib_Unit));
687                Set_Is_Immediately_Visible (Spec_Id, True);
688                Version_Update (N, Lib_Unit);
689
690                if Nkind (Defining_Unit_Name (Unit_Node)) =
691                                              N_Defining_Program_Unit_Name
692                then
693                   Generate_Parent_References (Unit_Node, Scope (Spec_Id));
694                end if;
695             end if;
696          end if;
697
698       --  If the unit is a subprogram body, then we similarly need to analyze
699       --  its spec. However, things are a little simpler in this case, because
700       --  here, this analysis is done only for error checking and consistency
701       --  purposes, so there's nothing else to be done.
702
703       elsif Nkind (Unit_Node) = N_Subprogram_Body then
704          if Acts_As_Spec (N) then
705
706             --  If the subprogram body is a child unit, we must create a
707             --  declaration for it, in order to properly load the parent(s).
708             --  After this, the original unit does not acts as a spec, because
709             --  there is an explicit one. If this unit appears in a context
710             --  clause, then an implicit with on the parent will be added when
711             --  installing the context. If this is the main unit, there is no
712             --  Unit_Table entry for the declaration (it has the unit number
713             --  of the main unit) and code generation is unaffected.
714
715             Unum := Get_Cunit_Unit_Number (N);
716             Par_Spec_Name := Get_Parent_Spec_Name (Unit_Name (Unum));
717
718             if Par_Spec_Name /= No_Unit_Name then
719                Unum :=
720                  Load_Unit
721                    (Load_Name  => Par_Spec_Name,
722                     Required   => True,
723                     Subunit    => False,
724                     Error_Node => N);
725
726                if Unum /= No_Unit then
727
728                   --  Build subprogram declaration and attach parent unit to it
729                   --  This subprogram declaration does not come from source,
730                   --  Nevertheless the backend must generate debugging info for
731                   --  it, and this must be indicated explicitly. We also mark
732                   --  the body entity as a child unit now, to prevent a
733                   --  cascaded error if the spec entity cannot be entered
734                   --  in its scope.
735
736                   declare
737                      Loc : constant Source_Ptr := Sloc (N);
738                      SCS : constant Boolean :=
739                              Get_Comes_From_Source_Default;
740
741                   begin
742                      Set_Comes_From_Source_Default (False);
743                      Lib_Unit :=
744                        Make_Compilation_Unit (Loc,
745                          Context_Items => New_Copy_List (Context_Items (N)),
746                          Unit =>
747                            Make_Subprogram_Declaration (Sloc (N),
748                              Specification =>
749                                Copy_Separate_Tree
750                                  (Specification (Unit_Node))),
751                          Aux_Decls_Node =>
752                            Make_Compilation_Unit_Aux (Loc));
753
754                      Set_Library_Unit (N, Lib_Unit);
755                      Set_Parent_Spec (Unit (Lib_Unit), Cunit (Unum));
756                      Semantics (Lib_Unit);
757
758                      --  Now that a separate declaration exists, the body
759                      --  of the child unit does not act as spec any longer.
760
761                      Set_Acts_As_Spec (N, False);
762                      Set_Is_Child_Unit (Defining_Entity (Unit_Node));
763                      Set_Debug_Info_Needed (Defining_Entity (Unit (Lib_Unit)));
764                      Set_Comes_From_Source_Default (SCS);
765                   end;
766                end if;
767             end if;
768
769          --  Here for subprogram with separate declaration
770
771          else
772             Semantics (Lib_Unit);
773             Check_Unused_Withs (Get_Cunit_Unit_Number (Lib_Unit));
774             Version_Update (N, Lib_Unit);
775          end if;
776
777          if Nkind (Defining_Unit_Name (Specification (Unit_Node))) =
778                                              N_Defining_Program_Unit_Name
779          then
780             Generate_Parent_References (
781               Specification (Unit_Node),
782                 Scope (Defining_Entity (Unit (Lib_Unit))));
783          end if;
784       end if;
785
786       --  If it is a child unit, the parent must be elaborated first
787       --  and we update version, since we are dependent on our parent.
788
789       if Is_Child_Spec (Unit_Node) then
790
791          --  The analysis of the parent is done with style checks off
792
793          declare
794             Save_Style_Check : constant Boolean := Style_Check;
795             Save_C_Restrict  : constant Save_Cunit_Boolean_Restrictions :=
796                                  Cunit_Boolean_Restrictions_Save;
797
798          begin
799             if not GNAT_Mode then
800                Style_Check := False;
801             end if;
802
803             Semantics (Parent_Spec (Unit_Node));
804             Version_Update (N, Parent_Spec (Unit_Node));
805             Style_Check := Save_Style_Check;
806             Cunit_Boolean_Restrictions_Restore (Save_C_Restrict);
807          end;
808       end if;
809
810       --  With the analysis done, install the context. Note that we can't
811       --  install the context from the with clauses as we analyze them, because
812       --  each with clause must be analyzed in a clean visibility context, so
813       --  we have to wait and install them all at once.
814
815       Install_Context (N);
816
817       if Is_Child_Spec (Unit_Node) then
818
819          --  Set the entities of all parents in the program_unit_name
820
821          Generate_Parent_References (
822            Unit_Node, Get_Parent_Entity (Unit (Parent_Spec (Unit_Node))));
823       end if;
824
825       --  All components of the context: with-clauses, library unit, ancestors
826       --  if any, (and their context)  are analyzed and installed.
827
828       --  Call special debug routine sm if this is the main unit
829
830       if Current_Sem_Unit = Main_Unit then
831          sm;
832       end if;
833
834       --  Now analyze the unit (package, subprogram spec, body) itself
835
836       Analyze (Unit_Node);
837
838       if Warn_On_Redundant_Constructs then
839          Check_Redundant_Withs (Context_Items (N));
840
841          if Nkind (Unit_Node) = N_Package_Body then
842             Check_Redundant_Withs
843               (Context_Items      => Context_Items (N),
844                Spec_Context_Items => Context_Items (Lib_Unit));
845          end if;
846       end if;
847
848       --  The above call might have made Unit_Node an N_Subprogram_Body from
849       --  something else, so propagate any Acts_As_Spec flag.
850
851       if Nkind (Unit_Node) = N_Subprogram_Body
852         and then Acts_As_Spec (Unit_Node)
853       then
854          Set_Acts_As_Spec (N);
855       end if;
856
857       --  Register predefined units in Rtsfind
858
859       declare
860          Unum : constant Unit_Number_Type := Get_Source_Unit (Sloc (N));
861       begin
862          if Is_Predefined_File_Name (Unit_File_Name (Unum)) then
863             Set_RTU_Loaded (Unit_Node);
864          end if;
865       end;
866
867       --  Treat compilation unit pragmas that appear after the library unit
868
869       if Present (Pragmas_After (Aux_Decls_Node (N))) then
870          declare
871             Prag_Node : Node_Id := First (Pragmas_After (Aux_Decls_Node (N)));
872          begin
873             while Present (Prag_Node) loop
874                Analyze (Prag_Node);
875                Next (Prag_Node);
876             end loop;
877          end;
878       end if;
879
880       --  Generate distribution stubs if requested and no error
881
882       if N = Main_Cunit
883         and then (Distribution_Stub_Mode = Generate_Receiver_Stub_Body
884                     or else
885                   Distribution_Stub_Mode = Generate_Caller_Stub_Body)
886         and then not Fatal_Error (Main_Unit)
887       then
888          if Is_RCI_Pkg_Spec_Or_Body (N) then
889
890             --  Regular RCI package
891
892             Add_Stub_Constructs (N);
893
894          elsif (Nkind (Unit_Node) = N_Package_Declaration
895                  and then Is_Shared_Passive (Defining_Entity
896                                               (Specification (Unit_Node))))
897            or else (Nkind (Unit_Node) = N_Package_Body
898                      and then
899                        Is_Shared_Passive (Corresponding_Spec (Unit_Node)))
900          then
901             --  Shared passive package
902
903             Add_Stub_Constructs (N);
904
905          elsif Nkind (Unit_Node) = N_Package_Instantiation
906            and then
907              Is_Remote_Call_Interface
908                (Defining_Entity (Specification (Instance_Spec (Unit_Node))))
909          then
910             --  Instantiation of a RCI generic package
911
912             Add_Stub_Constructs (N);
913          end if;
914       end if;
915
916       --  Remove unit from visibility, so that environment is clean for
917       --  the next compilation, which is either the main unit or some
918       --  other unit in the context.
919
920       if Nkind_In (Unit_Node, N_Package_Declaration,
921                               N_Package_Renaming_Declaration,
922                               N_Subprogram_Declaration)
923         or else Nkind (Unit_Node) in N_Generic_Declaration
924         or else
925           (Nkind (Unit_Node) = N_Subprogram_Body
926             and then Acts_As_Spec (Unit_Node))
927       then
928          Remove_Unit_From_Visibility (Defining_Entity (Unit_Node));
929
930       --  If the unit is an instantiation whose body will be elaborated for
931       --  inlining purposes, use the proper entity of the instance. The
932       --  entity may be missing if the instantiation was illegal.
933
934       elsif Nkind (Unit_Node) = N_Package_Instantiation
935         and then not Error_Posted (Unit_Node)
936         and then Present (Instance_Spec (Unit_Node))
937       then
938          Remove_Unit_From_Visibility
939            (Defining_Entity (Instance_Spec (Unit_Node)));
940
941       elsif Nkind (Unit_Node) = N_Package_Body
942         or else (Nkind (Unit_Node) = N_Subprogram_Body
943                   and then not Acts_As_Spec (Unit_Node))
944       then
945          --  Bodies that are not the main unit are compiled if they are generic
946          --  or contain generic or inlined units. Their analysis brings in the
947          --  context of the corresponding spec (unit declaration) which must be
948          --  removed as well, to return the compilation environment to its
949          --  proper state.
950
951          Remove_Context (Lib_Unit);
952          Set_Is_Immediately_Visible (Defining_Entity (Unit (Lib_Unit)), False);
953       end if;
954
955       --  Last step is to deinstall the context we just installed as well as
956       --  the unit just compiled.
957
958       Remove_Context (N);
959
960       --  If this is the main unit and we are generating code, we must check
961       --  that all generic units in the context have a body if they need it,
962       --  even if they have not been instantiated. In the absence of .ali files
963       --  for generic units, we must force the load of the body, just to
964       --  produce the proper error if the body is absent. We skip this
965       --  verification if the main unit itself is generic.
966
967       if Get_Cunit_Unit_Number (N) = Main_Unit
968         and then Operating_Mode = Generate_Code
969         and then Expander_Active
970       then
971          --  Check whether the source for the body of the unit must be included
972          --  in a standalone library.
973
974          Check_Body_Needed_For_SAL (Cunit_Entity (Main_Unit));
975
976          --  Indicate that the main unit is now analyzed, to catch possible
977          --  circularities between it and generic bodies. Remove main unit from
978          --  visibility. This might seem superfluous, but the main unit must
979          --  not be visible in the generic body expansions that follow.
980
981          Set_Analyzed (N, True);
982          Set_Is_Immediately_Visible (Cunit_Entity (Main_Unit), False);
983
984          declare
985             Item  : Node_Id;
986             Nam   : Entity_Id;
987             Un    : Unit_Number_Type;
988
989             Save_Style_Check : constant Boolean := Style_Check;
990             Save_C_Restrict  : constant Save_Cunit_Boolean_Restrictions :=
991                                  Cunit_Boolean_Restrictions_Save;
992
993          begin
994             Item := First (Context_Items (N));
995             while Present (Item) loop
996
997                --  Check for explicit with clause
998
999                if Nkind (Item) = N_With_Clause
1000                  and then not Implicit_With (Item)
1001
1002                   --  Ada 2005 (AI-50217): Ignore limited-withed units
1003
1004                  and then not Limited_Present (Item)
1005                then
1006                   Nam := Entity (Name (Item));
1007
1008                   --  Compile generic subprogram, unless it is intrinsic or
1009                   --  imported so no body is required, or generic package body
1010                   --  if the package spec requires a body.
1011
1012                   if (Is_Generic_Subprogram (Nam)
1013                        and then not Is_Intrinsic_Subprogram (Nam)
1014                        and then not Is_Imported (Nam))
1015                     or else (Ekind (Nam) = E_Generic_Package
1016                               and then Unit_Requires_Body (Nam))
1017                   then
1018                      Style_Check := False;
1019
1020                      if Present (Renamed_Object (Nam)) then
1021                         Un :=
1022                            Load_Unit
1023                              (Load_Name  => Get_Body_Name
1024                                               (Get_Unit_Name
1025                                                 (Unit_Declaration_Node
1026                                                   (Renamed_Object (Nam)))),
1027                               Required   => False,
1028                               Subunit    => False,
1029                               Error_Node => N,
1030                               Renamings  => True);
1031                      else
1032                         Un :=
1033                           Load_Unit
1034                             (Load_Name  => Get_Body_Name
1035                                              (Get_Unit_Name (Item)),
1036                              Required   => False,
1037                              Subunit    => False,
1038                              Error_Node => N,
1039                              Renamings  => True);
1040                      end if;
1041
1042                      if Un = No_Unit then
1043                         Error_Msg_NE
1044                           ("body of generic unit& not found", Item, Nam);
1045                         exit;
1046
1047                      elsif not Analyzed (Cunit (Un))
1048                        and then Un /= Main_Unit
1049                        and then not Fatal_Error (Un)
1050                      then
1051                         Style_Check := False;
1052                         Semantics (Cunit (Un));
1053                      end if;
1054                   end if;
1055                end if;
1056
1057                Next (Item);
1058             end loop;
1059
1060             Style_Check := Save_Style_Check;
1061             Cunit_Boolean_Restrictions_Restore (Save_C_Restrict);
1062          end;
1063       end if;
1064
1065       --  Deal with creating elaboration Boolean if needed. We create an
1066       --  elaboration boolean only for units that come from source since
1067       --  units manufactured by the compiler never need elab checks.
1068
1069       if Comes_From_Source (N)
1070         and then Nkind_In (Unit_Node, N_Package_Declaration,
1071                                       N_Generic_Package_Declaration,
1072                                       N_Subprogram_Declaration,
1073                                       N_Generic_Subprogram_Declaration)
1074       then
1075          declare
1076             Loc  : constant Source_Ptr       := Sloc (N);
1077             Unum : constant Unit_Number_Type := Get_Source_Unit (Loc);
1078
1079          begin
1080             Spec_Id := Defining_Entity (Unit_Node);
1081             Generate_Definition (Spec_Id);
1082
1083             --  See if an elaboration entity is required for possible access
1084             --  before elaboration checking. Note that we must allow for this
1085             --  even if -gnatE is not set, since a client may be compiled in
1086             --  -gnatE mode and reference the entity.
1087
1088             --  These entities are also used by the binder to prevent multiple
1089             --  attempts to execute the elaboration code for the library case
1090             --  where the elaboration routine might otherwise be called more
1091             --  than once.
1092
1093             --  Case of units which do not require elaboration checks
1094
1095             if
1096                --  Pure units do not need checks
1097
1098                  Is_Pure (Spec_Id)
1099
1100                --  Preelaborated units do not need checks
1101
1102                  or else Is_Preelaborated (Spec_Id)
1103
1104                --  No checks needed if pragma Elaborate_Body present
1105
1106                  or else Has_Pragma_Elaborate_Body (Spec_Id)
1107
1108                --  No checks needed if unit does not require a body
1109
1110                  or else not Unit_Requires_Body (Spec_Id)
1111
1112                --  No checks needed for predefined files
1113
1114                  or else Is_Predefined_File_Name (Unit_File_Name (Unum))
1115
1116                --  No checks required if no separate spec
1117
1118                  or else Acts_As_Spec (N)
1119             then
1120                --  This is a case where we only need the entity for
1121                --  checking to prevent multiple elaboration checks.
1122
1123                Set_Elaboration_Entity_Required (Spec_Id, False);
1124
1125             --  Case of elaboration entity is required for access before
1126             --  elaboration checking (so certainly we must build it!)
1127
1128             else
1129                Set_Elaboration_Entity_Required (Spec_Id, True);
1130             end if;
1131
1132             Build_Elaboration_Entity (N, Spec_Id);
1133          end;
1134       end if;
1135
1136       --  Freeze the compilation unit entity. This for sure is needed because
1137       --  of some warnings that can be output (see Freeze_Subprogram), but may
1138       --  in general be required. If freezing actions result, place them in the
1139       --  compilation unit actions list, and analyze them.
1140
1141       declare
1142          Loc : constant Source_Ptr := Sloc (N);
1143          L   : constant List_Id :=
1144                  Freeze_Entity (Cunit_Entity (Current_Sem_Unit), Loc);
1145       begin
1146          while Is_Non_Empty_List (L) loop
1147             Insert_Library_Level_Action (Remove_Head (L));
1148          end loop;
1149       end;
1150
1151       Set_Analyzed (N);
1152
1153       if Nkind (Unit_Node) = N_Package_Declaration
1154         and then Get_Cunit_Unit_Number (N) /= Main_Unit
1155         and then Expander_Active
1156       then
1157          declare
1158             Save_Style_Check : constant Boolean := Style_Check;
1159             Save_Warning     : constant Warning_Mode_Type := Warning_Mode;
1160             Options          : Style_Check_Options;
1161
1162          begin
1163             Save_Style_Check_Options (Options);
1164             Reset_Style_Check_Options;
1165             Opt.Warning_Mode := Suppress;
1166             Check_Body_For_Inlining (N, Defining_Entity (Unit_Node));
1167
1168             Reset_Style_Check_Options;
1169             Set_Style_Check_Options (Options);
1170             Style_Check := Save_Style_Check;
1171             Warning_Mode := Save_Warning;
1172          end;
1173       end if;
1174
1175       --  If we are generating obsolescent warnings, then here is where we
1176       --  generate them for the with'ed items. The reason for this special
1177       --  processing is that the normal mechanism of generating the warnings
1178       --  for referenced entities does not work for context clause references.
1179       --  That's because when we first analyze the context, it is too early to
1180       --  know if the with'ing unit is itself obsolescent (which suppresses
1181       --  the warnings).
1182
1183       if not GNAT_Mode and then Warn_On_Obsolescent_Feature then
1184
1185          --  Push current compilation unit as scope, so that the test for
1186          --  being within an obsolescent unit will work correctly.
1187
1188          Push_Scope (Defining_Entity (Unit_Node));
1189
1190          --  Loop through context items to deal with with clauses
1191
1192          declare
1193             Item : Node_Id;
1194             Nam  : Node_Id;
1195             Ent  : Entity_Id;
1196
1197          begin
1198             Item := First (Context_Items (N));
1199             while Present (Item) loop
1200                if Nkind (Item) = N_With_Clause
1201
1202                   --  Suppress this check in limited-withed units. Further work
1203                   --  needed here if we decide to incorporate this check on
1204                   --  limited-withed units.
1205
1206                  and then not Limited_Present (Item)
1207                then
1208                   Nam := Name (Item);
1209                   Ent := Entity (Nam);
1210
1211                   if Is_Obsolescent (Ent) then
1212                      Output_Obsolescent_Entity_Warnings (Nam, Ent);
1213                   end if;
1214                end if;
1215
1216                Next (Item);
1217             end loop;
1218          end;
1219
1220          --  Remove temporary install of current unit as scope
1221
1222          Pop_Scope;
1223       end if;
1224    end Analyze_Compilation_Unit;
1225
1226    ---------------------
1227    -- Analyze_Context --
1228    ---------------------
1229
1230    procedure Analyze_Context (N : Node_Id) is
1231       Ukind : constant Node_Kind := Nkind (Unit (N));
1232       Item  : Node_Id;
1233
1234    begin
1235       --  First process all configuration pragmas at the start of the context
1236       --  items. Strictly these are not part of the context clause, but that
1237       --  is where the parser puts them. In any case for sure we must analyze
1238       --  these before analyzing the actual context items, since they can have
1239       --  an effect on that analysis (e.g. pragma Ada_2005 may allow a unit to
1240       --  be with'ed as a result of changing categorizations in Ada 2005).
1241
1242       Item := First (Context_Items (N));
1243       while Present (Item)
1244         and then Nkind (Item) = N_Pragma
1245         and then Pragma_Name (Item) in Configuration_Pragma_Names
1246       loop
1247          Analyze (Item);
1248          Next (Item);
1249       end loop;
1250
1251       --  This is the point at which we capture the configuration settings
1252       --  for the unit. At the moment only the Optimize_Alignment setting
1253       --  needs to be captured. Probably more later ???
1254
1255       if Optimize_Alignment_Local then
1256          Set_OA_Setting (Current_Sem_Unit, 'L');
1257       else
1258          Set_OA_Setting (Current_Sem_Unit, Optimize_Alignment);
1259       end if;
1260
1261       --  Loop through actual context items. This is done in two passes:
1262
1263       --  a) The first pass analyzes non-limited with-clauses and also any
1264       --     configuration pragmas (we need to get the latter analyzed right
1265       --     away, since they can affect processing of subsequent items.
1266
1267       --  b) The second pass analyzes limited_with clauses (Ada 2005: AI-50217)
1268
1269       while Present (Item) loop
1270
1271          --  For with clause, analyze the with clause, and then update
1272          --  the version, since we are dependent on a unit that we with.
1273
1274          if Nkind (Item) = N_With_Clause
1275            and then not Limited_Present (Item)
1276          then
1277             --  Skip analyzing with clause if no unit, nothing to do (this
1278             --  happens for a with that references a non-existent unit)
1279
1280             if Present (Library_Unit (Item)) then
1281                Analyze (Item);
1282             end if;
1283
1284             if not Implicit_With (Item) then
1285                Version_Update (N, Library_Unit (Item));
1286             end if;
1287
1288          --  Skip pragmas. Configuration pragmas at the start were handled in
1289          --  the loop above, and remaining pragmas are not processed until we
1290          --  actually install the context (see Install_Context). We delay the
1291          --  analysis of these pragmas to make sure that we have installed all
1292          --  the implicit with's on parent units.
1293
1294          --  Skip use clauses at this stage, since we don't want to do any
1295          --  installing of potentially use visible entities until we we
1296          --  actually install the complete context (in Install_Context).
1297          --  Otherwise things can get installed in the wrong context.
1298
1299          else
1300             null;
1301          end if;
1302
1303          Next (Item);
1304       end loop;
1305
1306       --  Second pass: examine all limited_with clauses. All other context
1307       --  items are ignored in this pass.
1308
1309       Item := First (Context_Items (N));
1310       while Present (Item) loop
1311          if Nkind (Item) = N_With_Clause
1312            and then Limited_Present (Item)
1313          then
1314             --  No need to check errors on implicitly generated limited-with
1315             --  clauses.
1316
1317             if not Implicit_With (Item) then
1318
1319                --  Verify that the illegal contexts given in 10.1.2 (18/2)
1320                --  are properly rejected, including renaming declarations.
1321
1322                if not Nkind_In (Ukind, N_Package_Declaration,
1323                                        N_Subprogram_Declaration)
1324                  and then Ukind not in N_Generic_Declaration
1325                  and then Ukind not in N_Generic_Instantiation
1326                then
1327                   Error_Msg_N ("limited with_clause not allowed here", Item);
1328
1329                --  Check wrong use of a limited with clause applied to the
1330                --  compilation unit containing the limited-with clause.
1331
1332                --      limited with P.Q;
1333                --      package P.Q is ...
1334
1335                elsif Unit (Library_Unit (Item)) = Unit (N) then
1336                   Error_Msg_N ("wrong use of limited-with clause", Item);
1337
1338                --  Check wrong use of limited-with clause applied to some
1339                --  immediate ancestor.
1340
1341                elsif Is_Child_Spec (Unit (N)) then
1342                   declare
1343                      Lib_U : constant Entity_Id := Unit (Library_Unit (Item));
1344                      P     : Node_Id;
1345
1346                   begin
1347                      P := Parent_Spec (Unit (N));
1348                      loop
1349                         if Unit (P) = Lib_U then
1350                            Error_Msg_N ("limited with_clause of immediate "
1351                                         & "ancestor not allowed", Item);
1352                            exit;
1353                         end if;
1354
1355                         exit when not Is_Child_Spec (Unit (P));
1356                         P := Parent_Spec (Unit (P));
1357                      end loop;
1358                   end;
1359                end if;
1360
1361                --  Check if the limited-withed unit is already visible through
1362                --  some context clause of the current compilation unit or some
1363                --  ancestor of the current compilation unit.
1364
1365                declare
1366                   Lim_Unit_Name : constant Node_Id := Name (Item);
1367                   Comp_Unit     : Node_Id;
1368                   It            : Node_Id;
1369                   Unit_Name     : Node_Id;
1370
1371                begin
1372                   Comp_Unit := N;
1373                   loop
1374                      It := First (Context_Items (Comp_Unit));
1375                      while Present (It) loop
1376                         if Item /= It
1377                           and then Nkind (It) = N_With_Clause
1378                           and then not Limited_Present (It)
1379                           and then
1380                             Nkind_In (Unit (Library_Unit (It)),
1381                                        N_Package_Declaration,
1382                                        N_Package_Renaming_Declaration)
1383                         then
1384                            if Nkind (Unit (Library_Unit (It))) =
1385                                                       N_Package_Declaration
1386                            then
1387                               Unit_Name := Name (It);
1388                            else
1389                               Unit_Name := Name (Unit (Library_Unit (It)));
1390                            end if;
1391
1392                            --  Check if the named package (or some ancestor)
1393                            --  leaves visible the full-view of the unit given
1394                            --  in the limited-with clause
1395
1396                            loop
1397                               if Designate_Same_Unit (Lim_Unit_Name,
1398                                                       Unit_Name)
1399                               then
1400                                  Error_Msg_Sloc := Sloc (It);
1401                                  Error_Msg_N
1402                                    ("simultaneous visibility of limited "
1403                                     & "and unlimited views not allowed",
1404                                     Item);
1405                                  Error_Msg_NE
1406                                    ("\unlimited view visible through "
1407                                     & "context clause #",
1408                                     Item, It);
1409                                  exit;
1410
1411                               elsif Nkind (Unit_Name) = N_Identifier then
1412                                  exit;
1413                               end if;
1414
1415                               Unit_Name := Prefix (Unit_Name);
1416                            end loop;
1417                         end if;
1418
1419                         Next (It);
1420                      end loop;
1421
1422                      exit when not Is_Child_Spec (Unit (Comp_Unit));
1423
1424                      Comp_Unit := Parent_Spec (Unit (Comp_Unit));
1425                   end loop;
1426                end;
1427             end if;
1428
1429             --  Skip analyzing with clause if no unit, see above
1430
1431             if Present (Library_Unit (Item)) then
1432                Analyze (Item);
1433             end if;
1434
1435             --  A limited_with does not impose an elaboration order, but
1436             --  there is a semantic dependency for recompilation purposes.
1437
1438             if not Implicit_With (Item) then
1439                Version_Update (N, Library_Unit (Item));
1440             end if;
1441
1442             --  Pragmas and use clauses and with clauses other than limited
1443             --  with's are ignored in this pass through the context items.
1444
1445          else
1446             null;
1447          end if;
1448
1449          Next (Item);
1450       end loop;
1451    end Analyze_Context;
1452
1453    -------------------------------
1454    -- Analyze_Package_Body_Stub --
1455    -------------------------------
1456
1457    procedure Analyze_Package_Body_Stub (N : Node_Id) is
1458       Id   : constant Entity_Id := Defining_Identifier (N);
1459       Nam  : Entity_Id;
1460
1461    begin
1462       --  The package declaration must be in the current declarative part
1463
1464       Check_Stub_Level (N);
1465       Nam := Current_Entity_In_Scope (Id);
1466
1467       if No (Nam) or else not Is_Package_Or_Generic_Package (Nam) then
1468          Error_Msg_N ("missing specification for package stub", N);
1469
1470       elsif Has_Completion (Nam)
1471         and then Present (Corresponding_Body (Unit_Declaration_Node (Nam)))
1472       then
1473          Error_Msg_N ("duplicate or redundant stub for package", N);
1474
1475       else
1476          --  Indicate that the body of the package exists. If we are doing
1477          --  only semantic analysis, the stub stands for the body. If we are
1478          --  generating code, the existence of the body will be confirmed
1479          --  when we load the proper body.
1480
1481          Set_Has_Completion (Nam);
1482          Set_Scope (Defining_Entity (N), Current_Scope);
1483          Generate_Reference (Nam, Id, 'b');
1484          Analyze_Proper_Body (N, Nam);
1485       end if;
1486    end Analyze_Package_Body_Stub;
1487
1488    -------------------------
1489    -- Analyze_Proper_Body --
1490    -------------------------
1491
1492    procedure Analyze_Proper_Body (N : Node_Id; Nam : Entity_Id) is
1493       Subunit_Name      : constant Unit_Name_Type := Get_Unit_Name (N);
1494       Unum              : Unit_Number_Type;
1495
1496       procedure Optional_Subunit;
1497       --  This procedure is called when the main unit is a stub, or when we
1498       --  are not generating code. In such a case, we analyze the subunit if
1499       --  present, which is user-friendly and in fact required for ASIS, but
1500       --  we don't complain if the subunit is missing.
1501
1502       ----------------------
1503       -- Optional_Subunit --
1504       ----------------------
1505
1506       procedure Optional_Subunit is
1507          Comp_Unit : Node_Id;
1508
1509       begin
1510          --  Try to load subunit, but ignore any errors that occur during
1511          --  the loading of the subunit, by using the special feature in
1512          --  Errout to ignore all errors. Note that Fatal_Error will still
1513          --  be set, so we will be able to check for this case below.
1514
1515          if not ASIS_Mode then
1516             Ignore_Errors_Enable := Ignore_Errors_Enable + 1;
1517          end if;
1518
1519          Unum :=
1520            Load_Unit
1521              (Load_Name  => Subunit_Name,
1522               Required   => False,
1523               Subunit    => True,
1524               Error_Node => N);
1525
1526          if not ASIS_Mode then
1527             Ignore_Errors_Enable := Ignore_Errors_Enable - 1;
1528          end if;
1529
1530          --  All done if we successfully loaded the subunit
1531
1532          if Unum /= No_Unit
1533            and then (not Fatal_Error (Unum) or else Try_Semantics)
1534          then
1535             Comp_Unit := Cunit (Unum);
1536
1537             --  If the file was empty or seriously mangled, the unit
1538             --  itself may be missing.
1539
1540             if No (Unit (Comp_Unit)) then
1541                Error_Msg_N
1542                  ("subunit does not contain expected proper body", N);
1543
1544             elsif Nkind (Unit (Comp_Unit)) /= N_Subunit then
1545                Error_Msg_N
1546                  ("expected SEPARATE subunit, found child unit",
1547                   Cunit_Entity (Unum));
1548             else
1549                Set_Corresponding_Stub (Unit (Comp_Unit), N);
1550                Analyze_Subunit (Comp_Unit);
1551                Set_Library_Unit (N, Comp_Unit);
1552             end if;
1553
1554          elsif Unum = No_Unit
1555            and then Present (Nam)
1556          then
1557             if Is_Protected_Type (Nam) then
1558                Set_Corresponding_Body (Parent (Nam), Defining_Identifier (N));
1559             else
1560                Set_Corresponding_Body (
1561                  Unit_Declaration_Node (Nam), Defining_Identifier (N));
1562             end if;
1563          end if;
1564       end Optional_Subunit;
1565
1566    --  Start of processing for Analyze_Proper_Body
1567
1568    begin
1569       --  If the subunit is already loaded, it means that the main unit
1570       --  is a subunit, and that the current unit is one of its parents
1571       --  which was being analyzed to provide the needed context for the
1572       --  analysis of the subunit. In this case we analyze the subunit and
1573       --  continue with the parent, without looking a subsequent subunits.
1574
1575       if Is_Loaded (Subunit_Name) then
1576
1577          --  If the proper body is already linked to the stub node,
1578          --  the stub is in a generic unit and just needs analyzing.
1579
1580          if Present (Library_Unit (N)) then
1581             Set_Corresponding_Stub (Unit (Library_Unit (N)), N);
1582             Analyze_Subunit (Library_Unit (N));
1583
1584          --  Otherwise we must load the subunit and link to it
1585
1586          else
1587             --  Load the subunit, this must work, since we originally
1588             --  loaded the subunit earlier on. So this will not really
1589             --  load it, just give access to it.
1590
1591             Unum :=
1592               Load_Unit
1593                 (Load_Name  => Subunit_Name,
1594                  Required   => True,
1595                  Subunit    => False,
1596                  Error_Node => N);
1597
1598             --  And analyze the subunit in the parent context (note that we
1599             --  do not call Semantics, since that would remove the parent
1600             --  context). Because of this, we have to manually reset the
1601             --  compiler state to Analyzing since it got destroyed by Load.
1602
1603             if Unum /= No_Unit then
1604                Compiler_State := Analyzing;
1605
1606                --  Check that the proper body is a subunit and not a child
1607                --  unit. If the unit was previously loaded, the error will
1608                --  have been emitted when copying the generic node, so we
1609                --  just return to avoid cascaded errors.
1610
1611                if Nkind (Unit (Cunit (Unum))) /= N_Subunit then
1612                   return;
1613                end if;
1614
1615                Set_Corresponding_Stub (Unit (Cunit (Unum)), N);
1616                Analyze_Subunit (Cunit (Unum));
1617                Set_Library_Unit (N, Cunit (Unum));
1618             end if;
1619          end if;
1620
1621       --  If the main unit is a subunit, then we are just performing semantic
1622       --  analysis on that subunit, and any other subunits of any parent unit
1623       --  should be ignored, except that if we are building trees for ASIS
1624       --  usage we want to annotate the stub properly.
1625
1626       elsif Nkind (Unit (Cunit (Main_Unit))) = N_Subunit
1627         and then Subunit_Name /= Unit_Name (Main_Unit)
1628       then
1629          if ASIS_Mode then
1630             Optional_Subunit;
1631          end if;
1632
1633          --  But before we return, set the flag for unloaded subunits. This
1634          --  will suppress junk warnings of variables in the same declarative
1635          --  part (or a higher level one) that are in danger of looking unused
1636          --  when in fact there might be a declaration in the subunit that we
1637          --  do not intend to load.
1638
1639          Unloaded_Subunits := True;
1640          return;
1641
1642       --  If the subunit is not already loaded, and we are generating code,
1643       --  then this is the case where compilation started from the parent,
1644       --  and we are generating code for an entire subunit tree. In that
1645       --  case we definitely need to load the subunit.
1646
1647       --  In order to continue the analysis with the rest of the parent,
1648       --  and other subunits, we load the unit without requiring its
1649       --  presence, and emit a warning if not found, rather than terminating
1650       --  the compilation abruptly, as for other missing file problems.
1651
1652       elsif Original_Operating_Mode = Generate_Code then
1653
1654          --  If the proper body is already linked to the stub node,
1655          --  the stub is in a generic unit and just needs analyzing.
1656
1657          --  We update the version. Although we are not technically
1658          --  semantically dependent on the subunit, given our approach
1659          --  of macro substitution of subunits, it makes sense to
1660          --  include it in the version identification.
1661
1662          if Present (Library_Unit (N)) then
1663             Set_Corresponding_Stub (Unit (Library_Unit (N)), N);
1664             Analyze_Subunit (Library_Unit (N));
1665             Version_Update (Cunit (Main_Unit), Library_Unit (N));
1666
1667          --  Otherwise we must load the subunit and link to it
1668
1669          else
1670             Unum :=
1671               Load_Unit
1672                 (Load_Name  => Subunit_Name,
1673                  Required   => False,
1674                  Subunit    => True,
1675                  Error_Node => N);
1676
1677             if Original_Operating_Mode = Generate_Code
1678               and then Unum = No_Unit
1679             then
1680                Error_Msg_Unit_1 := Subunit_Name;
1681                Error_Msg_File_1 :=
1682                  Get_File_Name (Subunit_Name, Subunit => True);
1683                Error_Msg_N
1684                  ("subunit$$ in file{ not found?", N);
1685                Subunits_Missing := True;
1686             end if;
1687
1688             --  Load_Unit may reset Compiler_State, since it may have been
1689             --  necessary to parse an additional units, so we make sure
1690             --  that we reset it to the Analyzing state.
1691
1692             Compiler_State := Analyzing;
1693
1694             if Unum /= No_Unit then
1695                if Debug_Flag_L then
1696                   Write_Str ("*** Loaded subunit from stub. Analyze");
1697                   Write_Eol;
1698                end if;
1699
1700                declare
1701                   Comp_Unit : constant Node_Id := Cunit (Unum);
1702
1703                begin
1704                   --  Check for child unit instead of subunit
1705
1706                   if Nkind (Unit (Comp_Unit)) /= N_Subunit then
1707                      Error_Msg_N
1708                        ("expected SEPARATE subunit, found child unit",
1709                         Cunit_Entity (Unum));
1710
1711                   --  OK, we have a subunit
1712
1713                   else
1714                      --  Set corresponding stub (even if errors)
1715
1716                      Set_Corresponding_Stub (Unit (Comp_Unit), N);
1717
1718                      --  Analyze the unit if semantics active
1719
1720                      if not Fatal_Error (Unum) or else Try_Semantics then
1721                         Analyze_Subunit (Comp_Unit);
1722                      end if;
1723
1724                      --  Set the library unit pointer in any case
1725
1726                      Set_Library_Unit (N, Comp_Unit);
1727
1728                      --  We update the version. Although we are not technically
1729                      --  semantically dependent on the subunit, given our
1730                      --  approach of macro substitution of subunits, it makes
1731                      --  sense to include it in the version identification.
1732
1733                      Version_Update (Cunit (Main_Unit), Comp_Unit);
1734                   end if;
1735                end;
1736             end if;
1737          end if;
1738
1739          --  The remaining case is when the subunit is not already loaded and
1740          --  we are not generating code. In this case we are just performing
1741          --  semantic analysis on the parent, and we are not interested in
1742          --  the subunit. For subprograms, analyze the stub as a body. For
1743          --  other entities the stub has already been marked as completed.
1744
1745       else
1746          Optional_Subunit;
1747       end if;
1748    end Analyze_Proper_Body;
1749
1750    ----------------------------------
1751    -- Analyze_Protected_Body_Stub --
1752    ----------------------------------
1753
1754    procedure Analyze_Protected_Body_Stub (N : Node_Id) is
1755       Nam : Entity_Id := Current_Entity_In_Scope (Defining_Identifier (N));
1756
1757    begin
1758       Check_Stub_Level (N);
1759
1760       --  First occurrence of name may have been as an incomplete type
1761
1762       if Present (Nam) and then Ekind (Nam) = E_Incomplete_Type then
1763          Nam := Full_View (Nam);
1764       end if;
1765
1766       if No (Nam)
1767         or else not Is_Protected_Type (Etype (Nam))
1768       then
1769          Error_Msg_N ("missing specification for Protected body", N);
1770       else
1771          Set_Scope (Defining_Entity (N), Current_Scope);
1772          Set_Has_Completion (Etype (Nam));
1773          Generate_Reference (Nam, Defining_Identifier (N), 'b');
1774          Analyze_Proper_Body (N, Etype (Nam));
1775       end if;
1776    end Analyze_Protected_Body_Stub;
1777
1778    ----------------------------------
1779    -- Analyze_Subprogram_Body_Stub --
1780    ----------------------------------
1781
1782    --  A subprogram body stub can appear with or without a previous
1783    --  specification. If there is one, the analysis of the body will
1784    --  find it and verify conformance.  The formals appearing in the
1785    --  specification of the stub play no role, except for requiring an
1786    --  additional conformance check. If there is no previous subprogram
1787    --  declaration, the stub acts as a spec, and provides the defining
1788    --  entity for the subprogram.
1789
1790    procedure Analyze_Subprogram_Body_Stub (N : Node_Id) is
1791       Decl : Node_Id;
1792
1793    begin
1794       Check_Stub_Level (N);
1795
1796       --  Verify that the identifier for the stub is unique within this
1797       --  declarative part.
1798
1799       if Nkind_In (Parent (N), N_Block_Statement,
1800                                N_Package_Body,
1801                                N_Subprogram_Body)
1802       then
1803          Decl := First (Declarations (Parent (N)));
1804          while Present (Decl)
1805            and then Decl /= N
1806          loop
1807             if Nkind (Decl) = N_Subprogram_Body_Stub
1808               and then (Chars (Defining_Unit_Name (Specification (Decl))) =
1809                         Chars (Defining_Unit_Name (Specification (N))))
1810             then
1811                Error_Msg_N ("identifier for stub is not unique", N);
1812             end if;
1813
1814             Next (Decl);
1815          end loop;
1816       end if;
1817
1818       --  Treat stub as a body, which checks conformance if there is a previous
1819       --  declaration, or else introduces entity and its signature.
1820
1821       Analyze_Subprogram_Body (N);
1822       Analyze_Proper_Body (N, Empty);
1823    end Analyze_Subprogram_Body_Stub;
1824
1825    ---------------------
1826    -- Analyze_Subunit --
1827    ---------------------
1828
1829    --  A subunit is compiled either by itself (for semantic checking)
1830    --  or as part of compiling the parent (for code generation). In
1831    --  either case, by the time we actually process the subunit, the
1832    --  parent has already been installed and analyzed. The node N is
1833    --  a compilation unit, whose context needs to be treated here,
1834    --  because we come directly here from the parent without calling
1835    --  Analyze_Compilation_Unit.
1836
1837    --  The compilation context includes the explicit context of the
1838    --  subunit, and the context of the parent, together with the parent
1839    --  itself. In order to compile the current context, we remove the
1840    --  one inherited from the parent, in order to have a clean visibility
1841    --  table. We restore the parent context before analyzing the proper
1842    --  body itself. On exit, we remove only the explicit context of the
1843    --  subunit.
1844
1845    procedure Analyze_Subunit (N : Node_Id) is
1846       Lib_Unit : constant Node_Id   := Library_Unit (N);
1847       Par_Unit : constant Entity_Id := Current_Scope;
1848
1849       Lib_Spec        : Node_Id := Library_Unit (Lib_Unit);
1850       Num_Scopes      : Int := 0;
1851       Use_Clauses     : array (1 .. Scope_Stack.Last) of Node_Id;
1852       Enclosing_Child : Entity_Id := Empty;
1853       Svg             : constant Suppress_Array := Scope_Suppress;
1854
1855       procedure Analyze_Subunit_Context;
1856       --  Capture names in use clauses of the subunit. This must be done
1857       --  before re-installing parent declarations, because items in the
1858       --  context must not be hidden by declarations local to the parent.
1859
1860       procedure Re_Install_Parents (L : Node_Id; Scop : Entity_Id);
1861       --  Recursive procedure to restore scope of all ancestors of subunit,
1862       --  from outermost in. If parent is not a subunit, the call to install
1863       --  context installs context of spec and (if parent is a child unit)
1864       --  the context of its parents as well. It is confusing that parents
1865       --  should be treated differently in both cases, but the semantics are
1866       --  just not identical.
1867
1868       procedure Re_Install_Use_Clauses;
1869       --  As part of the removal of the parent scope, the use clauses are
1870       --  removed, to be reinstalled when the context of the subunit has
1871       --  been analyzed. Use clauses may also have been affected by the
1872       --  analysis of the context of the subunit, so they have to be applied
1873       --  again, to insure that the compilation environment of the rest of
1874       --  the parent unit is identical.
1875
1876       procedure Remove_Scope;
1877       --  Remove current scope from scope stack, and preserve the list
1878       --  of use clauses in it, to be reinstalled after context is analyzed.
1879
1880       -----------------------------
1881       -- Analyze_Subunit_Context --
1882       -----------------------------
1883
1884       procedure Analyze_Subunit_Context is
1885          Item      :  Node_Id;
1886          Nam       :  Node_Id;
1887          Unit_Name : Entity_Id;
1888
1889       begin
1890          Analyze_Context (N);
1891
1892          --  Make withed units immediately visible. If child unit, make the
1893          --  ultimate parent immediately visible.
1894
1895          Item := First (Context_Items (N));
1896          while Present (Item) loop
1897             if Nkind (Item) = N_With_Clause then
1898
1899                --  Protect frontend against previous errors in context clauses
1900
1901                if Nkind (Name (Item)) /= N_Selected_Component then
1902                   if Error_Posted (Item) then
1903                      null;
1904
1905                   else
1906                      Unit_Name := Entity (Name (Item));
1907                      while Is_Child_Unit (Unit_Name) loop
1908                         Set_Is_Visible_Child_Unit (Unit_Name);
1909                         Unit_Name := Scope (Unit_Name);
1910                      end loop;
1911
1912                      if not Is_Immediately_Visible (Unit_Name) then
1913                         Set_Is_Immediately_Visible (Unit_Name);
1914                         Set_Context_Installed (Item);
1915                      end if;
1916                   end if;
1917                end if;
1918
1919             elsif Nkind (Item) = N_Use_Package_Clause then
1920                Nam := First (Names (Item));
1921                while Present (Nam) loop
1922                   Analyze (Nam);
1923                   Next (Nam);
1924                end loop;
1925
1926             elsif Nkind (Item) = N_Use_Type_Clause then
1927                Nam := First (Subtype_Marks (Item));
1928                while Present (Nam) loop
1929                   Analyze (Nam);
1930                   Next (Nam);
1931                end loop;
1932             end if;
1933
1934             Next (Item);
1935          end loop;
1936
1937          --  Reset visibility of withed units. They will be made visible
1938          --  again when we install the subunit context.
1939
1940          Item := First (Context_Items (N));
1941          while Present (Item) loop
1942             if Nkind (Item) = N_With_Clause
1943
1944                --  Protect frontend against previous errors in context clauses
1945
1946               and then Nkind (Name (Item)) /= N_Selected_Component
1947               and then not Error_Posted (Item)
1948             then
1949                Unit_Name := Entity (Name (Item));
1950                while Is_Child_Unit (Unit_Name) loop
1951                   Set_Is_Visible_Child_Unit (Unit_Name, False);
1952                   Unit_Name := Scope (Unit_Name);
1953                end loop;
1954
1955                if Context_Installed (Item) then
1956                   Set_Is_Immediately_Visible (Unit_Name, False);
1957                   Set_Context_Installed (Item, False);
1958                end if;
1959             end if;
1960
1961             Next (Item);
1962          end loop;
1963       end Analyze_Subunit_Context;
1964
1965       ------------------------
1966       -- Re_Install_Parents --
1967       ------------------------
1968
1969       procedure Re_Install_Parents (L : Node_Id; Scop : Entity_Id) is
1970          E : Entity_Id;
1971
1972       begin
1973          if Nkind (Unit (L)) = N_Subunit then
1974             Re_Install_Parents (Library_Unit (L), Scope (Scop));
1975          end if;
1976
1977          Install_Context (L);
1978
1979          --  If the subunit occurs within a child unit, we must restore the
1980          --  immediate visibility of any siblings that may occur in context.
1981
1982          if Present (Enclosing_Child) then
1983             Install_Siblings (Enclosing_Child, L);
1984          end if;
1985
1986          Push_Scope (Scop);
1987
1988          if Scop /= Par_Unit then
1989             Set_Is_Immediately_Visible (Scop);
1990          end if;
1991
1992          --  Make entities in scope visible again. For child units, restore
1993          --  visibility only if they are actually in context.
1994
1995          E := First_Entity (Current_Scope);
1996          while Present (E) loop
1997             if not Is_Child_Unit (E)
1998               or else Is_Visible_Child_Unit (E)
1999             then
2000                Set_Is_Immediately_Visible (E);
2001             end if;
2002
2003             Next_Entity (E);
2004          end loop;
2005
2006          --  A subunit appears within a body, and for a nested subunits
2007          --  all the parents are bodies. Restore full visibility of their
2008          --  private entities.
2009
2010          if Ekind (Scop) = E_Package
2011            or else Ekind (Scop) = E_Generic_Package
2012          then
2013             Set_In_Package_Body (Scop);
2014             Install_Private_Declarations (Scop);
2015          end if;
2016       end Re_Install_Parents;
2017
2018       ----------------------------
2019       -- Re_Install_Use_Clauses --
2020       ----------------------------
2021
2022       procedure Re_Install_Use_Clauses is
2023          U  : Node_Id;
2024       begin
2025          for J in reverse 1 .. Num_Scopes loop
2026             U := Use_Clauses (J);
2027             Scope_Stack.Table (Scope_Stack.Last - J + 1).First_Use_Clause := U;
2028             Install_Use_Clauses (U, Force_Installation => True);
2029          end loop;
2030       end Re_Install_Use_Clauses;
2031
2032       ------------------
2033       -- Remove_Scope --
2034       ------------------
2035
2036       procedure Remove_Scope is
2037          E : Entity_Id;
2038
2039       begin
2040          Num_Scopes := Num_Scopes + 1;
2041          Use_Clauses (Num_Scopes) :=
2042            Scope_Stack.Table (Scope_Stack.Last).First_Use_Clause;
2043
2044          E := First_Entity (Current_Scope);
2045          while Present (E) loop
2046             Set_Is_Immediately_Visible (E, False);
2047             Next_Entity (E);
2048          end loop;
2049
2050          if Is_Child_Unit (Current_Scope) then
2051             Enclosing_Child := Current_Scope;
2052          end if;
2053
2054          Pop_Scope;
2055       end Remove_Scope;
2056
2057    --  Start of processing for Analyze_Subunit
2058
2059    begin
2060       if not Is_Empty_List (Context_Items (N)) then
2061
2062          --  Save current use clauses
2063
2064          Remove_Scope;
2065          Remove_Context (Lib_Unit);
2066
2067          --  Now remove parents and their context, including enclosing
2068          --  subunits and the outer parent body which is not a subunit.
2069
2070          if Present (Lib_Spec) then
2071             Remove_Context (Lib_Spec);
2072
2073             while Nkind (Unit (Lib_Spec)) = N_Subunit loop
2074                Lib_Spec := Library_Unit (Lib_Spec);
2075                Remove_Scope;
2076                Remove_Context (Lib_Spec);
2077             end loop;
2078
2079             if Nkind (Unit (Lib_Unit)) = N_Subunit then
2080                Remove_Scope;
2081             end if;
2082
2083             if Nkind (Unit (Lib_Spec)) = N_Package_Body then
2084                Remove_Context (Library_Unit (Lib_Spec));
2085             end if;
2086          end if;
2087
2088          Set_Is_Immediately_Visible (Par_Unit, False);
2089
2090          Analyze_Subunit_Context;
2091
2092          Re_Install_Parents (Lib_Unit, Par_Unit);
2093          Set_Is_Immediately_Visible (Par_Unit);
2094
2095          --  If the context includes a child unit of the parent of the
2096          --  subunit, the parent will have been removed from visibility,
2097          --  after compiling that cousin in the context. The visibility
2098          --  of the parent must be restored now. This also applies if the
2099          --  context includes another subunit of the same parent which in
2100          --  turn includes a child unit in its context.
2101
2102          if Ekind (Par_Unit) = E_Package
2103            or else Ekind (Par_Unit) = E_Generic_Package
2104          then
2105             if not Is_Immediately_Visible (Par_Unit)
2106               or else (Present (First_Entity (Par_Unit))
2107                         and then not Is_Immediately_Visible
2108                                       (First_Entity (Par_Unit)))
2109             then
2110                Set_Is_Immediately_Visible   (Par_Unit);
2111                Install_Visible_Declarations (Par_Unit);
2112                Install_Private_Declarations (Par_Unit);
2113             end if;
2114          end if;
2115
2116          Re_Install_Use_Clauses;
2117          Install_Context (N);
2118
2119          --  Restore state of suppress flags for current body
2120
2121          Scope_Suppress := Svg;
2122
2123          --  If the subunit is within a child unit, then siblings of any
2124          --  parent unit that appear in the context clause of the subunit
2125          --  must also be made immediately visible.
2126
2127          if Present (Enclosing_Child) then
2128             Install_Siblings (Enclosing_Child, N);
2129          end if;
2130
2131       end if;
2132
2133       Analyze (Proper_Body (Unit (N)));
2134       Remove_Context (N);
2135
2136       --  The subunit may contain a with_clause on a sibling of some
2137       --  ancestor. Removing the context will remove from visibility those
2138       --  ancestor child units, which must be restored to the visibility
2139       --  they have in the enclosing body.
2140
2141       if Present (Enclosing_Child) then
2142          declare
2143             C : Entity_Id;
2144          begin
2145             C := Current_Scope;
2146             while Present (C)
2147               and then Is_Child_Unit (C)
2148             loop
2149                Set_Is_Immediately_Visible (C);
2150                Set_Is_Visible_Child_Unit (C);
2151                C := Scope (C);
2152             end loop;
2153          end;
2154       end if;
2155    end Analyze_Subunit;
2156
2157    ----------------------------
2158    -- Analyze_Task_Body_Stub --
2159    ----------------------------
2160
2161    procedure Analyze_Task_Body_Stub (N : Node_Id) is
2162       Nam : Entity_Id := Current_Entity_In_Scope (Defining_Identifier (N));
2163       Loc : constant Source_Ptr := Sloc (N);
2164
2165    begin
2166       Check_Stub_Level (N);
2167
2168       --  First occurrence of name may have been as an incomplete type
2169
2170       if Present (Nam) and then Ekind (Nam) = E_Incomplete_Type then
2171          Nam := Full_View (Nam);
2172       end if;
2173
2174       if No (Nam)
2175         or else not Is_Task_Type (Etype (Nam))
2176       then
2177          Error_Msg_N ("missing specification for task body", N);
2178       else
2179          Set_Scope (Defining_Entity (N), Current_Scope);
2180          Generate_Reference (Nam, Defining_Identifier (N), 'b');
2181          Set_Has_Completion (Etype (Nam));
2182          Analyze_Proper_Body (N, Etype (Nam));
2183
2184          --  Set elaboration flag to indicate that entity is callable.
2185          --  This cannot be done in the expansion of the body  itself,
2186          --  because the proper body is not in a declarative part. This
2187          --  is only done if expansion is active, because the context
2188          --  may be generic and the flag not defined yet.
2189
2190          if Expander_Active then
2191             Insert_After (N,
2192               Make_Assignment_Statement (Loc,
2193                 Name =>
2194                   Make_Identifier (Loc,
2195                     New_External_Name (Chars (Etype (Nam)), 'E')),
2196                  Expression => New_Reference_To (Standard_True, Loc)));
2197          end if;
2198
2199       end if;
2200    end Analyze_Task_Body_Stub;
2201
2202    -------------------------
2203    -- Analyze_With_Clause --
2204    -------------------------
2205
2206    --  Analyze the declaration of a unit in a with clause. At end,
2207    --  label the with clause with the defining entity for the unit.
2208
2209    procedure Analyze_With_Clause (N : Node_Id) is
2210
2211       --  Retrieve the original kind of the unit node, before analysis.
2212       --  If it is a subprogram instantiation, its analysis below will
2213       --  rewrite as the declaration of the wrapper package. If the same
2214       --  instantiation appears indirectly elsewhere in the context, it
2215       --  will have been analyzed already.
2216
2217       Unit_Kind : constant Node_Kind :=
2218                     Nkind (Original_Node (Unit (Library_Unit (N))));
2219       Nam       : constant Node_Id := Name (N);
2220       E_Name    : Entity_Id;
2221       Par_Name  : Entity_Id;
2222       Pref      : Node_Id;
2223       U         : Node_Id;
2224
2225       Intunit : Boolean;
2226       --  Set True if the unit currently being compiled is an internal unit
2227
2228       Save_Style_Check : constant Boolean := Opt.Style_Check;
2229       Save_C_Restrict  : constant Save_Cunit_Boolean_Restrictions :=
2230                            Cunit_Boolean_Restrictions_Save;
2231
2232    begin
2233       U := Unit (Library_Unit (N));
2234
2235       --  Several actions are skipped for dummy packages (those supplied for
2236       --  with's where no matching file could be found). Such packages are
2237       --  identified by the Sloc value being set to No_Location.
2238
2239       if Limited_Present (N) then
2240
2241          --  Ada 2005 (AI-50217): Build visibility structures but do not
2242          --  analyze the unit.
2243
2244          if Sloc (U) /= No_Location then
2245             Build_Limited_Views (N);
2246          end if;
2247
2248          return;
2249       end if;
2250
2251       --  We reset ordinary style checking during the analysis of a with'ed
2252       --  unit, but we do NOT reset GNAT special analysis mode (the latter
2253       --  definitely *does* apply to with'ed units).
2254
2255       if not GNAT_Mode then
2256          Style_Check := False;
2257       end if;
2258
2259       --  If the library unit is a predefined unit, and we are in high
2260       --  integrity mode, then temporarily reset Configurable_Run_Time_Mode
2261       --  for the analysis of the with'ed unit. This mode does not prevent
2262       --  explicit with'ing of run-time units.
2263
2264       if Configurable_Run_Time_Mode
2265         and then
2266           Is_Predefined_File_Name
2267             (Unit_File_Name (Get_Source_Unit (Unit (Library_Unit (N)))))
2268       then
2269          Configurable_Run_Time_Mode := False;
2270          Semantics (Library_Unit (N));
2271          Configurable_Run_Time_Mode := True;
2272
2273       else
2274          Semantics (Library_Unit (N));
2275       end if;
2276
2277       Intunit := Is_Internal_File_Name (Unit_File_Name (Current_Sem_Unit));
2278
2279       if Sloc (U) /= No_Location then
2280
2281          --  Check restrictions, except that we skip the check if this is an
2282          --  internal unit unless we are compiling the internal unit as the
2283          --  main unit. We also skip this for dummy packages.
2284
2285          Check_Restriction_No_Dependence (Nam, N);
2286
2287          if not Intunit or else Current_Sem_Unit = Main_Unit then
2288             Check_Restricted_Unit (Unit_Name (Get_Source_Unit (U)), N);
2289          end if;
2290
2291          --  Deal with special case of GNAT.Current_Exceptions which interacts
2292          --  with the optimization of local raise statements into gotos.
2293
2294          if Nkind (Nam) = N_Selected_Component
2295            and then Nkind (Prefix (Nam)) = N_Identifier
2296            and then Chars (Prefix (Nam)) = Name_Gnat
2297            and then (Chars (Selector_Name (Nam)) = Name_Most_Recent_Exception
2298                        or else
2299                      Chars (Selector_Name (Nam)) = Name_Exception_Traces)
2300          then
2301             Check_Restriction (No_Exception_Propagation, N);
2302             Special_Exception_Package_Used := True;
2303          end if;
2304
2305          --  Check for inappropriate with of internal implementation unit if we
2306          --  are currently compiling the main unit and the main unit is itself
2307          --  not an internal unit. We do not issue this message for implicit
2308          --  with's generated by the compiler itself.
2309
2310          if Implementation_Unit_Warnings
2311            and then Current_Sem_Unit = Main_Unit
2312            and then not Intunit
2313            and then not Implicit_With (N)
2314            and then not GNAT_Mode
2315          then
2316             declare
2317                U_Kind : constant Kind_Of_Unit :=
2318                           Get_Kind_Of_Unit (Get_Source_Unit (U));
2319
2320             begin
2321                if U_Kind = Implementation_Unit then
2322                   Error_Msg_F ("& is an internal 'G'N'A'T unit?", Name (N));
2323                   Error_Msg_F
2324                     ("\use of this unit is non-portable " &
2325                      "and version-dependent?",
2326                      Name (N));
2327
2328                elsif U_Kind = Ada_05_Unit
2329                  and then Ada_Version < Ada_05
2330                  and then Warn_On_Ada_2005_Compatibility
2331                then
2332                   Error_Msg_N ("& is an Ada 2005 unit?", Name (N));
2333                end if;
2334             end;
2335          end if;
2336       end if;
2337
2338       --  Semantic analysis of a generic unit is performed on a copy of
2339       --  the original tree. Retrieve the entity on  which semantic info
2340       --  actually appears.
2341
2342       if Unit_Kind in N_Generic_Declaration then
2343          E_Name := Defining_Entity (U);
2344
2345       --  Note: in the following test, Unit_Kind is the original Nkind, but in
2346       --  the case of an instantiation, semantic analysis above will have
2347       --  replaced the unit by its instantiated version. If the instance body
2348       --  has been generated, the instance now denotes the body entity. For
2349       --  visibility purposes we need the entity of its spec.
2350
2351       elsif (Unit_Kind = N_Package_Instantiation
2352               or else Nkind (Original_Node (Unit (Library_Unit (N)))) =
2353                                                   N_Package_Instantiation)
2354         and then Nkind (U) = N_Package_Body
2355       then
2356          E_Name := Corresponding_Spec (U);
2357
2358       elsif Unit_Kind = N_Package_Instantiation
2359         and then Nkind (U) = N_Package_Instantiation
2360       then
2361          --  If the instance has not been rewritten as a package declaration,
2362          --  then it appeared already in a previous with clause. Retrieve
2363          --  the entity from the previous instance.
2364
2365          E_Name := Defining_Entity (Specification (Instance_Spec (U)));
2366
2367       elsif Unit_Kind in N_Subprogram_Instantiation then
2368
2369          --  Instantiation node is replaced with a wrapper package. Retrieve
2370          --  the visible subprogram created by the instance from corresponding
2371          --  attribute of the wrapper.
2372
2373          E_Name := Related_Instance (Defining_Entity (U));
2374
2375       elsif Unit_Kind = N_Package_Renaming_Declaration
2376         or else Unit_Kind in N_Generic_Renaming_Declaration
2377       then
2378          E_Name := Defining_Entity (U);
2379
2380       elsif Unit_Kind = N_Subprogram_Body
2381         and then Nkind (Name (N)) = N_Selected_Component
2382         and then not Acts_As_Spec (Library_Unit (N))
2383       then
2384          --  For a child unit that has no spec, one has been created and
2385          --  analyzed. The entity required is that of the spec.
2386
2387          E_Name := Corresponding_Spec (U);
2388
2389       else
2390          E_Name := Defining_Entity (U);
2391       end if;
2392
2393       if Nkind (Name (N)) = N_Selected_Component then
2394
2395          --  Child unit in a with clause
2396
2397          Change_Selected_Component_To_Expanded_Name (Name (N));
2398       end if;
2399
2400       --  Restore style checks and restrictions
2401
2402       Style_Check := Save_Style_Check;
2403       Cunit_Boolean_Restrictions_Restore (Save_C_Restrict);
2404
2405       --  Record the reference, but do NOT set the unit as referenced, we want
2406       --  to consider the unit as unreferenced if this is the only reference
2407       --  that occurs.
2408
2409       Set_Entity_With_Style_Check (Name (N), E_Name);
2410       Generate_Reference (E_Name, Name (N), 'w', Set_Ref => False);
2411
2412       if Is_Child_Unit (E_Name) then
2413          Pref     := Prefix (Name (N));
2414          Par_Name := Scope (E_Name);
2415          while Nkind (Pref) = N_Selected_Component loop
2416             Change_Selected_Component_To_Expanded_Name (Pref);
2417             Set_Entity_With_Style_Check (Pref, Par_Name);
2418
2419             Generate_Reference (Par_Name, Pref);
2420             Pref := Prefix (Pref);
2421
2422             --  If E_Name is the dummy entity for a nonexistent unit, its scope
2423             --  is set to Standard_Standard, and no attempt should be made to
2424             --  further unwind scopes.
2425
2426             if Par_Name /= Standard_Standard then
2427                Par_Name := Scope (Par_Name);
2428             end if;
2429          end loop;
2430
2431          if Present (Entity (Pref))
2432            and then not Analyzed (Parent (Parent (Entity (Pref))))
2433          then
2434             --  If the entity is set without its unit being compiled, the
2435             --  original parent is a renaming, and Par_Name is the renamed
2436             --  entity. For visibility purposes, we need the original entity,
2437             --  which must be analyzed now because Load_Unit directly retrieves
2438             --  the renamed unit, and the renaming declaration itself has not
2439             --  been analyzed.
2440
2441             Analyze (Parent (Parent (Entity (Pref))));
2442             pragma Assert (Renamed_Object (Entity (Pref)) = Par_Name);
2443             Par_Name := Entity (Pref);
2444          end if;
2445
2446          Set_Entity_With_Style_Check (Pref, Par_Name);
2447          Generate_Reference (Par_Name, Pref);
2448       end if;
2449
2450       --  If the withed unit is System, and a system extension pragma is
2451       --  present, compile the extension now, rather than waiting for a
2452       --  visibility check on a specific entity.
2453
2454       if Chars (E_Name) = Name_System
2455         and then Scope (E_Name) = Standard_Standard
2456         and then Present (System_Extend_Unit)
2457         and then Present_System_Aux (N)
2458       then
2459          --  If the extension is not present, an error will have been emitted
2460
2461          null;
2462       end if;
2463
2464       --  Ada 2005 (AI-262): Remove from visibility the entity corresponding
2465       --  to private_with units; they will be made visible later (just before
2466       --  the private part is analyzed)
2467
2468       if Private_Present (N) then
2469          Set_Is_Immediately_Visible (E_Name, False);
2470       end if;
2471    end Analyze_With_Clause;
2472
2473    ------------------------------
2474    -- Check_Private_Child_Unit --
2475    ------------------------------
2476
2477    procedure Check_Private_Child_Unit (N : Node_Id) is
2478       Lib_Unit   : constant Node_Id := Unit (N);
2479       Item       : Node_Id;
2480       Curr_Unit  : Entity_Id;
2481       Sub_Parent : Node_Id;
2482       Priv_Child : Entity_Id;
2483       Par_Lib    : Entity_Id;
2484       Par_Spec   : Node_Id;
2485
2486       function Is_Private_Library_Unit (Unit : Entity_Id) return Boolean;
2487       --  Returns true if and only if the library unit is declared with
2488       --  an explicit designation of private.
2489
2490       function Is_Private_Library_Unit (Unit : Entity_Id) return Boolean is
2491          Comp_Unit : constant Node_Id := Parent (Unit_Declaration_Node (Unit));
2492
2493       begin
2494          return Private_Present (Comp_Unit);
2495       end Is_Private_Library_Unit;
2496
2497    --  Start of processing for Check_Private_Child_Unit
2498
2499    begin
2500       if Nkind_In (Lib_Unit, N_Package_Body, N_Subprogram_Body) then
2501          Curr_Unit := Defining_Entity (Unit (Library_Unit (N)));
2502          Par_Lib   := Curr_Unit;
2503
2504       elsif Nkind (Lib_Unit) = N_Subunit then
2505
2506          --  The parent is itself a body. The parent entity is to be found in
2507          --  the corresponding spec.
2508
2509          Sub_Parent := Library_Unit (N);
2510          Curr_Unit  := Defining_Entity (Unit (Library_Unit (Sub_Parent)));
2511
2512          --  If the parent itself is a subunit, Curr_Unit is the entity
2513          --  of the enclosing body, retrieve the spec entity which is
2514          --  the proper ancestor we need for the following tests.
2515
2516          if Ekind (Curr_Unit) = E_Package_Body then
2517             Curr_Unit := Spec_Entity (Curr_Unit);
2518          end if;
2519
2520          Par_Lib    := Curr_Unit;
2521
2522       else
2523          Curr_Unit := Defining_Entity (Lib_Unit);
2524
2525          Par_Lib := Curr_Unit;
2526          Par_Spec  := Parent_Spec (Lib_Unit);
2527
2528          if No (Par_Spec) then
2529             Par_Lib := Empty;
2530          else
2531             Par_Lib := Defining_Entity (Unit (Par_Spec));
2532          end if;
2533       end if;
2534
2535       --  Loop through context items
2536
2537       Item := First (Context_Items (N));
2538       while Present (Item) loop
2539
2540          --  Ada 2005 (AI-262): Allow private_with of a private child package
2541          --  in public siblings
2542
2543          if Nkind (Item) = N_With_Clause
2544             and then not Implicit_With (Item)
2545             and then not Limited_Present (Item)
2546             and then Is_Private_Descendant (Entity (Name (Item)))
2547          then
2548             Priv_Child := Entity (Name (Item));
2549
2550             declare
2551                Curr_Parent  : Entity_Id := Par_Lib;
2552                Child_Parent : Entity_Id := Scope (Priv_Child);
2553                Prv_Ancestor : Entity_Id := Child_Parent;
2554                Curr_Private : Boolean   := Is_Private_Library_Unit (Curr_Unit);
2555
2556             begin
2557                --  If the child unit is a public child then locate the nearest
2558                --  private ancestor. Child_Parent will then be set to the
2559                --  parent of that ancestor.
2560
2561                if not Is_Private_Library_Unit (Priv_Child) then
2562                   while Present (Prv_Ancestor)
2563                     and then not Is_Private_Library_Unit (Prv_Ancestor)
2564                   loop
2565                      Prv_Ancestor := Scope (Prv_Ancestor);
2566                   end loop;
2567
2568                   if Present (Prv_Ancestor) then
2569                      Child_Parent := Scope (Prv_Ancestor);
2570                   end if;
2571                end if;
2572
2573                while Present (Curr_Parent)
2574                  and then Curr_Parent /= Standard_Standard
2575                  and then Curr_Parent /= Child_Parent
2576                loop
2577                   Curr_Private :=
2578                     Curr_Private or else Is_Private_Library_Unit (Curr_Parent);
2579                   Curr_Parent := Scope (Curr_Parent);
2580                end loop;
2581
2582                if No (Curr_Parent) then
2583                   Curr_Parent := Standard_Standard;
2584                end if;
2585
2586                if Curr_Parent /= Child_Parent then
2587                   if Ekind (Priv_Child) = E_Generic_Package
2588                     and then Chars (Priv_Child) in Text_IO_Package_Name
2589                     and then Chars (Scope (Scope (Priv_Child))) = Name_Ada
2590                   then
2591                      Error_Msg_NE
2592                        ("& is a nested package, not a compilation unit",
2593                        Name (Item), Priv_Child);
2594
2595                   else
2596                      Error_Msg_N
2597                        ("unit in with clause is private child unit!", Item);
2598                      Error_Msg_NE
2599                        ("\current unit must also have parent&!",
2600                         Item, Child_Parent);
2601                   end if;
2602
2603                elsif Curr_Private
2604                  or else Private_Present (Item)
2605                  or else Nkind_In (Lib_Unit, N_Package_Body, N_Subunit)
2606                  or else (Nkind (Lib_Unit) = N_Subprogram_Body
2607                             and then not Acts_As_Spec (Parent (Lib_Unit)))
2608                then
2609                   null;
2610
2611                else
2612                   Error_Msg_NE
2613                     ("current unit must also be private descendant of&",
2614                      Item, Child_Parent);
2615                end if;
2616             end;
2617          end if;
2618
2619          Next (Item);
2620       end loop;
2621
2622    end Check_Private_Child_Unit;
2623
2624    ----------------------
2625    -- Check_Stub_Level --
2626    ----------------------
2627
2628    procedure Check_Stub_Level (N : Node_Id) is
2629       Par  : constant Node_Id   := Parent (N);
2630       Kind : constant Node_Kind := Nkind (Par);
2631
2632    begin
2633       if Nkind_In (Kind, N_Package_Body,
2634                          N_Subprogram_Body,
2635                          N_Task_Body,
2636                          N_Protected_Body)
2637         and then Nkind_In (Parent (Par), N_Compilation_Unit, N_Subunit)
2638       then
2639          null;
2640
2641       --  In an instance, a missing stub appears at any level. A warning
2642       --  message will have been emitted already for the missing file.
2643
2644       elsif not In_Instance then
2645          Error_Msg_N ("stub cannot appear in an inner scope", N);
2646
2647       elsif Expander_Active then
2648          Error_Msg_N ("missing proper body", N);
2649       end if;
2650    end Check_Stub_Level;
2651
2652    ------------------------
2653    -- Expand_With_Clause --
2654    ------------------------
2655
2656    procedure Expand_With_Clause (Item : Node_Id; Nam : Node_Id; N : Node_Id) is
2657       Loc   : constant Source_Ptr := Sloc (Nam);
2658       Ent   : constant Entity_Id := Entity (Nam);
2659       Withn : Node_Id;
2660       P     : Node_Id;
2661
2662       function Build_Unit_Name (Nam : Node_Id) return Node_Id;
2663       --  Build name to be used in implicit with_clause. In most cases this
2664       --  is the source name, but if renamings are present we must make the
2665       --  original unit visible, not the one it renames. The entity in the
2666       --  use clause is the renamed unit, but the identifier is the one from
2667       --  the source, which allows us to recover the unit renaming.
2668
2669       ---------------------
2670       -- Build_Unit_Name --
2671       ---------------------
2672
2673       function Build_Unit_Name (Nam : Node_Id) return Node_Id is
2674          Ent      : Entity_Id;
2675          Renaming : Entity_Id;
2676          Result   : Node_Id;
2677
2678       begin
2679          if Nkind (Nam) = N_Identifier then
2680
2681             --  If the parent unit P in the name of the with_clause for P.Q
2682             --  is a renaming of package R, then the entity of the parent is
2683             --  set to R, but the identifier retains Chars (P) to be consistent
2684             --  with the source (see details in lib-load). However, the
2685             --  implicit_with_clause for the parent must make the entity for
2686             --  P visible, because P.Q may be used as a prefix within the
2687             --  current unit. The entity for P is the current_entity with that
2688             --  name, because the package renaming declaration for it has just
2689             --  been analyzed. Note that this case can only happen if P.Q has
2690             --  already appeared in a previous with_clause in a related unit,
2691             --  such as the library body of the current unit.
2692
2693             if Chars (Nam) /= Chars (Entity (Nam)) then
2694                Renaming := Current_Entity (Nam);
2695                pragma Assert (Renamed_Entity (Renaming) = Entity (Nam));
2696                return New_Occurrence_Of (Renaming, Loc);
2697
2698             else
2699                return New_Occurrence_Of (Entity (Nam), Loc);
2700             end if;
2701
2702          else
2703             Ent := Entity (Nam);
2704
2705             if Present (Entity (Selector_Name (Nam)))
2706               and then Chars (Entity (Selector_Name (Nam))) /= Chars (Ent)
2707               and then
2708                 Nkind (Unit_Declaration_Node (Entity (Selector_Name (Nam))))
2709                   = N_Package_Renaming_Declaration
2710             then
2711
2712                --  The name in the with_clause is of the form A.B.C, and B
2713                --  is given by a renaming declaration. In that case we may
2714                --  not have analyzed the unit for B, but replaced it directly
2715                --  in lib-load with the unit it renames. We have to make A.B
2716                --  visible, so analyze the declaration for B now, in case it
2717                --  has not been done yet.
2718
2719                Ent :=  Entity (Selector_Name (Nam));
2720                Analyze
2721                  (Parent
2722                    (Unit_Declaration_Node (Entity (Selector_Name (Nam)))));
2723             end if;
2724
2725             Result :=
2726               Make_Expanded_Name (Loc,
2727                 Chars  => Chars (Entity (Nam)),
2728                 Prefix => Build_Unit_Name (Prefix (Nam)),
2729                 Selector_Name => New_Occurrence_Of (Ent, Loc));
2730             Set_Entity (Result, Ent);
2731             return Result;
2732          end if;
2733       end Build_Unit_Name;
2734
2735    --  Start of processing for Expand_With_Clause
2736
2737    begin
2738       New_Nodes_OK := New_Nodes_OK + 1;
2739       Withn :=
2740         Make_With_Clause (Loc,
2741           Name => Build_Unit_Name (Nam));
2742
2743       P := Parent (Unit_Declaration_Node (Ent));
2744       Set_Library_Unit       (Withn, P);
2745       Set_Corresponding_Spec (Withn, Ent);
2746       Set_First_Name         (Withn, True);
2747       Set_Implicit_With      (Withn, True);
2748
2749       --  If the unit is a package declaration, a private_with_clause on a
2750       --  child unit implies that the implicit with on the parent is also
2751       --  private.
2752
2753       if Nkind (Unit (N)) = N_Package_Declaration then
2754          Set_Private_Present (Withn, Private_Present (Item));
2755       end if;
2756
2757       Prepend (Withn, Context_Items (N));
2758       Mark_Rewrite_Insertion (Withn);
2759       Install_Withed_Unit (Withn);
2760
2761       if Nkind (Nam) = N_Expanded_Name then
2762          Expand_With_Clause (Item, Prefix (Nam), N);
2763       end if;
2764
2765       New_Nodes_OK := New_Nodes_OK - 1;
2766    end Expand_With_Clause;
2767
2768    -----------------------
2769    -- Get_Parent_Entity --
2770    -----------------------
2771
2772    function Get_Parent_Entity (Unit : Node_Id) return Entity_Id is
2773    begin
2774       if Nkind (Unit) = N_Package_Body
2775         and then Nkind (Original_Node (Unit)) = N_Package_Instantiation
2776       then
2777          return Defining_Entity
2778                  (Specification (Instance_Spec (Original_Node (Unit))));
2779       elsif Nkind (Unit) = N_Package_Instantiation then
2780          return Defining_Entity (Specification (Instance_Spec (Unit)));
2781       else
2782          return Defining_Entity (Unit);
2783       end if;
2784    end Get_Parent_Entity;
2785
2786    -----------------------------
2787    -- Implicit_With_On_Parent --
2788    -----------------------------
2789
2790    procedure Implicit_With_On_Parent
2791      (Child_Unit : Node_Id;
2792       N          : Node_Id)
2793    is
2794       Loc    : constant Source_Ptr := Sloc (N);
2795       P      : constant Node_Id    := Parent_Spec (Child_Unit);
2796       P_Unit : Node_Id             := Unit (P);
2797       P_Name : constant Entity_Id  := Get_Parent_Entity (P_Unit);
2798       Withn  : Node_Id;
2799
2800       function Build_Ancestor_Name (P : Node_Id) return Node_Id;
2801       --  Build prefix of child unit name. Recurse if needed
2802
2803       function Build_Unit_Name return Node_Id;
2804       --  If the unit is a child unit, build qualified name with all ancestors
2805
2806       -------------------------
2807       -- Build_Ancestor_Name --
2808       -------------------------
2809
2810       function Build_Ancestor_Name (P : Node_Id) return Node_Id is
2811          P_Ref  : constant Node_Id :=
2812                    New_Reference_To (Defining_Entity (P), Loc);
2813          P_Spec : Node_Id := P;
2814
2815       begin
2816          --  Ancestor may have been rewritten as a package body. Retrieve
2817          --  the original spec to trace earlier ancestors.
2818
2819          if Nkind (P) = N_Package_Body
2820            and then Nkind (Original_Node (P)) = N_Package_Instantiation
2821          then
2822             P_Spec := Original_Node (P);
2823          end if;
2824
2825          if No (Parent_Spec (P_Spec)) then
2826             return P_Ref;
2827          else
2828             return
2829               Make_Selected_Component (Loc,
2830                 Prefix => Build_Ancestor_Name (Unit (Parent_Spec (P_Spec))),
2831                 Selector_Name => P_Ref);
2832          end if;
2833       end Build_Ancestor_Name;
2834
2835       ---------------------
2836       -- Build_Unit_Name --
2837       ---------------------
2838
2839       function Build_Unit_Name return Node_Id is
2840          Result : Node_Id;
2841       begin
2842          if No (Parent_Spec (P_Unit)) then
2843             return New_Reference_To (P_Name, Loc);
2844          else
2845             Result :=
2846               Make_Expanded_Name (Loc,
2847                 Chars  => Chars (P_Name),
2848                 Prefix => Build_Ancestor_Name (Unit (Parent_Spec (P_Unit))),
2849                 Selector_Name => New_Reference_To (P_Name, Loc));
2850             Set_Entity (Result, P_Name);
2851             return Result;
2852          end if;
2853       end Build_Unit_Name;
2854
2855    --  Start of processing for Implicit_With_On_Parent
2856
2857    begin
2858       --  The unit of the current compilation may be a package body that
2859       --  replaces an instance node. In this case we need the original instance
2860       --  node to construct the proper parent name.
2861
2862       if Nkind (P_Unit) = N_Package_Body
2863         and then Nkind (Original_Node (P_Unit)) = N_Package_Instantiation
2864       then
2865          P_Unit := Original_Node (P_Unit);
2866       end if;
2867
2868       --  We add the implicit with if the child unit is the current unit being
2869       --  compiled. If the current unit is a body, we do not want to add an
2870       --  implicit_with a second time to the corresponding spec.
2871
2872       if Nkind (Child_Unit) = N_Package_Declaration
2873         and then Child_Unit /= Unit (Cunit (Current_Sem_Unit))
2874       then
2875          return;
2876       end if;
2877
2878       New_Nodes_OK := New_Nodes_OK + 1;
2879       Withn := Make_With_Clause (Loc, Name => Build_Unit_Name);
2880
2881       Set_Library_Unit          (Withn, P);
2882       Set_Corresponding_Spec    (Withn, P_Name);
2883       Set_First_Name            (Withn, True);
2884       Set_Implicit_With         (Withn, True);
2885
2886       --  Node is placed at the beginning of the context items, so that
2887       --  subsequent use clauses on the parent can be validated.
2888
2889       Prepend (Withn, Context_Items (N));
2890       Mark_Rewrite_Insertion (Withn);
2891       Install_Withed_Unit (Withn);
2892
2893       if Is_Child_Spec (P_Unit) then
2894          Implicit_With_On_Parent (P_Unit, N);
2895       end if;
2896
2897       New_Nodes_OK := New_Nodes_OK - 1;
2898    end Implicit_With_On_Parent;
2899
2900    --------------
2901    -- In_Chain --
2902    --------------
2903
2904    function In_Chain (E : Entity_Id) return Boolean is
2905       H : Entity_Id;
2906
2907    begin
2908       H := Current_Entity (E);
2909       while Present (H) loop
2910          if H = E then
2911             return True;
2912          else
2913             H := Homonym (H);
2914          end if;
2915       end loop;
2916
2917       return False;
2918    end In_Chain;
2919
2920    ---------------------
2921    -- Install_Context --
2922    ---------------------
2923
2924    procedure Install_Context (N : Node_Id) is
2925       Lib_Unit : constant Node_Id := Unit (N);
2926
2927    begin
2928       Install_Context_Clauses (N);
2929
2930       if Is_Child_Spec (Lib_Unit) then
2931          Install_Parents (Lib_Unit, Private_Present (Parent (Lib_Unit)));
2932       end if;
2933
2934       Install_Limited_Context_Clauses (N);
2935    end Install_Context;
2936
2937    -----------------------------
2938    -- Install_Context_Clauses --
2939    -----------------------------
2940
2941    procedure Install_Context_Clauses (N : Node_Id) is
2942       Lib_Unit      : constant Node_Id := Unit (N);
2943       Item          : Node_Id;
2944       Uname_Node    : Entity_Id;
2945       Check_Private : Boolean := False;
2946       Decl_Node     : Node_Id;
2947       Lib_Parent    : Entity_Id;
2948
2949    begin
2950       --  First skip configuration pragmas at the start of the context. They
2951       --  are not technically part of the context clause, but that's where the
2952       --  parser puts them. Note they were analyzed in Analyze_Context.
2953
2954       Item := First (Context_Items (N));
2955       while Present (Item)
2956         and then Nkind (Item) = N_Pragma
2957         and then Pragma_Name (Item) in Configuration_Pragma_Names
2958       loop
2959          Next (Item);
2960       end loop;
2961
2962       --  Loop through the actual context clause items. We process everything
2963       --  except Limited_With clauses in this routine. Limited_With clauses
2964       --  are separately installed (see Install_Limited_Context_Clauses).
2965
2966       while Present (Item) loop
2967
2968          --  Case of explicit WITH clause
2969
2970          if Nkind (Item) = N_With_Clause
2971            and then not Implicit_With (Item)
2972          then
2973             if Limited_Present (Item) then
2974
2975                --  Limited withed units will be installed later
2976
2977                goto Continue;
2978
2979             --  If Name (Item) is not an entity name, something is wrong, and
2980             --  this will be detected in due course, for now ignore the item
2981
2982             elsif not Is_Entity_Name (Name (Item)) then
2983                goto Continue;
2984
2985             elsif No (Entity (Name (Item))) then
2986                Set_Entity (Name (Item), Any_Id);
2987                goto Continue;
2988             end if;
2989
2990             Uname_Node := Entity (Name (Item));
2991
2992             if Is_Private_Descendant (Uname_Node) then
2993                Check_Private := True;
2994             end if;
2995
2996             Install_Withed_Unit (Item);
2997
2998             Decl_Node := Unit_Declaration_Node (Uname_Node);
2999
3000             --  If the unit is a subprogram instance, it appears nested within
3001             --  a package that carries the parent information.
3002
3003             if Is_Generic_Instance (Uname_Node)
3004               and then Ekind (Uname_Node) /= E_Package
3005             then
3006                Decl_Node := Parent (Parent (Decl_Node));
3007             end if;
3008
3009             if Is_Child_Spec (Decl_Node) then
3010                if Nkind (Name (Item)) = N_Expanded_Name then
3011                   Expand_With_Clause (Item, Prefix (Name (Item)), N);
3012                else
3013                   --  If not an expanded name, the child unit must be a
3014                   --  renaming, nothing to do.
3015
3016                   null;
3017                end if;
3018
3019             elsif Nkind (Decl_Node) = N_Subprogram_Body
3020               and then not Acts_As_Spec (Parent (Decl_Node))
3021               and then Is_Child_Spec (Unit (Library_Unit (Parent (Decl_Node))))
3022             then
3023                Implicit_With_On_Parent
3024                  (Unit (Library_Unit (Parent (Decl_Node))), N);
3025             end if;
3026
3027             --  Check license conditions unless this is a dummy unit
3028
3029             if Sloc (Library_Unit (Item)) /= No_Location then
3030                License_Check : declare
3031
3032                   Withu : constant Unit_Number_Type :=
3033                             Get_Source_Unit (Library_Unit (Item));
3034
3035                   Withl : constant License_Type :=
3036                             License (Source_Index (Withu));
3037
3038                   Unitl : constant License_Type :=
3039                            License (Source_Index (Current_Sem_Unit));
3040
3041                   procedure License_Error;
3042                   --  Signal error of bad license
3043
3044                   -------------------
3045                   -- License_Error --
3046                   -------------------
3047
3048                   procedure License_Error is
3049                   begin
3050                      Error_Msg_N
3051                        ("?license of with'ed unit & may be inconsistent",
3052                         Name (Item));
3053                   end License_Error;
3054
3055                --  Start of processing for License_Check
3056
3057                begin
3058                   --  Exclude license check if withed unit is an internal unit.
3059                   --  This situation arises e.g. with the GPL version of GNAT.
3060
3061                   if Is_Internal_File_Name (Unit_File_Name (Withu)) then
3062                      null;
3063
3064                      --  Otherwise check various cases
3065                   else
3066                      case Unitl is
3067                         when Unknown =>
3068                            null;
3069
3070                         when Restricted =>
3071                            if Withl = GPL then
3072                               License_Error;
3073                            end if;
3074
3075                         when GPL =>
3076                            if Withl = Restricted then
3077                               License_Error;
3078                            end if;
3079
3080                         when Modified_GPL =>
3081                            if Withl = Restricted or else Withl = GPL then
3082                               License_Error;
3083                            end if;
3084
3085                         when Unrestricted =>
3086                            null;
3087                      end case;
3088                   end if;
3089                end License_Check;
3090             end if;
3091
3092          --  Case of USE PACKAGE clause
3093
3094          elsif Nkind (Item) = N_Use_Package_Clause then
3095             Analyze_Use_Package (Item);
3096
3097          --  Case of USE TYPE clause
3098
3099          elsif Nkind (Item) = N_Use_Type_Clause then
3100             Analyze_Use_Type (Item);
3101
3102          --  case of PRAGMA
3103
3104          elsif Nkind (Item) = N_Pragma then
3105             Analyze (Item);
3106          end if;
3107
3108       <<Continue>>
3109          Next (Item);
3110       end loop;
3111
3112       if Is_Child_Spec (Lib_Unit) then
3113
3114          --  The unit also has implicit withs on its own parents
3115
3116          if No (Context_Items (N)) then
3117             Set_Context_Items (N, New_List);
3118          end if;
3119
3120          Implicit_With_On_Parent (Lib_Unit, N);
3121       end if;
3122
3123       --  If the unit is a body, the context of the specification must also
3124       --  be installed.
3125
3126       if Nkind (Lib_Unit) = N_Package_Body
3127         or else (Nkind (Lib_Unit) = N_Subprogram_Body
3128                    and then not Acts_As_Spec (N))
3129       then
3130          Install_Context (Library_Unit (N));
3131
3132          if Is_Child_Spec (Unit (Library_Unit (N))) then
3133
3134             --  If the unit is the body of a public child unit, the private
3135             --  declarations of the parent must be made visible. If the child
3136             --  unit is private, the private declarations have been installed
3137             --  already in the call to Install_Parents for the spec. Installing
3138             --  private declarations must be done for all ancestors of public
3139             --  child units. In addition, sibling units mentioned in the
3140             --  context clause of the body are directly visible.
3141
3142             declare
3143                Lib_Spec : Node_Id;
3144                P        : Node_Id;
3145                P_Name   : Entity_Id;
3146
3147             begin
3148                Lib_Spec := Unit (Library_Unit (N));
3149                while Is_Child_Spec (Lib_Spec) loop
3150                   P      := Unit (Parent_Spec (Lib_Spec));
3151                   P_Name := Defining_Entity (P);
3152
3153                   if not (Private_Present (Parent (Lib_Spec)))
3154                     and then not In_Private_Part (P_Name)
3155                   then
3156                      Install_Private_Declarations (P_Name);
3157                      Install_Private_With_Clauses (P_Name);
3158                      Set_Use (Private_Declarations (Specification (P)));
3159                   end if;
3160
3161                   Lib_Spec := P;
3162                end loop;
3163             end;
3164          end if;
3165
3166          --  For a package body, children in context are immediately visible
3167
3168          Install_Siblings (Defining_Entity (Unit (Library_Unit (N))), N);
3169       end if;
3170
3171       if Nkind_In (Lib_Unit, N_Generic_Package_Declaration,
3172                              N_Generic_Subprogram_Declaration,
3173                              N_Package_Declaration,
3174                              N_Subprogram_Declaration)
3175       then
3176          if Is_Child_Spec (Lib_Unit) then
3177             Lib_Parent := Defining_Entity (Unit (Parent_Spec (Lib_Unit)));
3178             Set_Is_Private_Descendant
3179               (Defining_Entity (Lib_Unit),
3180                Is_Private_Descendant (Lib_Parent)
3181                  or else Private_Present (Parent (Lib_Unit)));
3182
3183          else
3184             Set_Is_Private_Descendant
3185               (Defining_Entity (Lib_Unit),
3186                Private_Present (Parent (Lib_Unit)));
3187          end if;
3188       end if;
3189
3190       if Check_Private then
3191          Check_Private_Child_Unit (N);
3192       end if;
3193    end Install_Context_Clauses;
3194
3195    -------------------------------------
3196    -- Install_Limited_Context_Clauses --
3197    -------------------------------------
3198
3199    procedure Install_Limited_Context_Clauses (N : Node_Id) is
3200       Item : Node_Id;
3201
3202       procedure Check_Renamings (P : Node_Id; W : Node_Id);
3203       --  Check that the unlimited view of a given compilation_unit is not
3204       --  already visible through "use + renamings".
3205
3206       procedure Check_Private_Limited_Withed_Unit (Item : Node_Id);
3207       --  Check that if a limited_with clause of a given compilation_unit
3208       --  mentions a descendant of a private child of some library unit,
3209       --  then the given compilation_unit shall be the declaration of a
3210       --  private descendant of that library unit, or a public descendant
3211       --  of such. The code is analogous to that of Check_Private_Child_Unit
3212       --  but we cannot use entities on the limited with_clauses because
3213       --  their units have not been analyzed, so we have to climb the tree
3214       --  of ancestors looking for private keywords.
3215
3216       procedure Expand_Limited_With_Clause
3217         (Comp_Unit : Node_Id;
3218          Nam       : Node_Id;
3219          N         : Node_Id);
3220       --  If a child unit appears in a limited_with clause, there are implicit
3221       --  limited_with clauses on all parents that are not already visible
3222       --  through a regular with clause. This procedure creates the implicit
3223       --  limited with_clauses for the parents and loads the corresponding
3224       --  units. The shadow entities are created when the inserted clause is
3225       --  analyzed. Implements Ada 2005 (AI-50217).
3226
3227       ---------------------
3228       -- Check_Renamings --
3229       ---------------------
3230
3231       procedure Check_Renamings (P : Node_Id; W : Node_Id) is
3232          Item   : Node_Id;
3233          Spec   : Node_Id;
3234          WEnt   : Entity_Id;
3235          Nam    : Node_Id;
3236          E      : Entity_Id;
3237          E2     : Entity_Id;
3238
3239       begin
3240          pragma Assert (Nkind (W) = N_With_Clause);
3241
3242          --  Protect the frontend against previous critical errors
3243
3244          case Nkind (Unit (Library_Unit (W))) is
3245             when N_Subprogram_Declaration         |
3246                  N_Package_Declaration            |
3247                  N_Generic_Subprogram_Declaration |
3248                  N_Generic_Package_Declaration    =>
3249                null;
3250
3251             when others =>
3252                return;
3253          end case;
3254
3255          --  Check "use + renamings"
3256
3257          WEnt := Defining_Unit_Name (Specification (Unit (Library_Unit (W))));
3258          Spec := Specification (Unit (P));
3259
3260          Item := First (Visible_Declarations (Spec));
3261          while Present (Item) loop
3262
3263             --  Look only at use package clauses
3264
3265             if Nkind (Item) = N_Use_Package_Clause then
3266
3267                --  Traverse the list of packages
3268
3269                Nam := First (Names (Item));
3270                while Present (Nam) loop
3271                   E := Entity (Nam);
3272
3273                   pragma Assert (Present (Parent (E)));
3274
3275                   if Nkind (Parent (E)) = N_Package_Renaming_Declaration
3276                     and then Renamed_Entity (E) = WEnt
3277                   then
3278                      --  The unlimited view is visible through use clause and
3279                      --  renamings. There is not need to generate the error
3280                      --  message here because Is_Visible_Through_Renamings
3281                      --  takes care of generating the precise error message.
3282
3283                      return;
3284
3285                   elsif Nkind (Parent (E)) = N_Package_Specification then
3286
3287                      --  The use clause may refer to a local package.
3288                      --  Check all the enclosing scopes.
3289
3290                      E2 := E;
3291                      while E2 /= Standard_Standard
3292                        and then E2 /= WEnt
3293                      loop
3294                         E2 := Scope (E2);
3295                      end loop;
3296
3297                      if E2 = WEnt then
3298                         Error_Msg_N
3299                           ("unlimited view visible through use clause ", W);
3300                         return;
3301                      end if;
3302                   end if;
3303
3304                   Next (Nam);
3305                end loop;
3306             end if;
3307
3308             Next (Item);
3309          end loop;
3310
3311          --  Recursive call to check all the ancestors
3312
3313          if Is_Child_Spec (Unit (P)) then
3314             Check_Renamings (P => Parent_Spec (Unit (P)), W => W);
3315          end if;
3316       end Check_Renamings;
3317
3318       ---------------------------------------
3319       -- Check_Private_Limited_Withed_Unit --
3320       ---------------------------------------
3321
3322       procedure Check_Private_Limited_Withed_Unit (Item : Node_Id) is
3323          Curr_Parent  : Node_Id;
3324          Child_Parent : Node_Id;
3325          Curr_Private : Boolean;
3326
3327       begin
3328          --  Compilation unit of the parent of the withed library unit
3329
3330          Child_Parent := Library_Unit (Item);
3331
3332          --  If the child unit is a public child, then locate its nearest
3333          --  private ancestor, if any; Child_Parent will then be set to
3334          --  the parent of that ancestor.
3335
3336          if not Private_Present (Library_Unit (Item)) then
3337             while Present (Child_Parent)
3338               and then not Private_Present (Child_Parent)
3339             loop
3340                Child_Parent := Parent_Spec (Unit (Child_Parent));
3341             end loop;
3342
3343             if No (Child_Parent) then
3344                return;
3345             end if;
3346          end if;
3347
3348          Child_Parent := Parent_Spec (Unit (Child_Parent));
3349
3350          --  Traverse all the ancestors of the current compilation
3351          --  unit to check if it is a descendant of named library unit.
3352
3353          Curr_Parent := Parent (Item);
3354          Curr_Private := Private_Present (Curr_Parent);
3355
3356          while Present (Parent_Spec (Unit (Curr_Parent)))
3357            and then Curr_Parent /= Child_Parent
3358          loop
3359             Curr_Parent := Parent_Spec (Unit (Curr_Parent));
3360             Curr_Private := Curr_Private or else Private_Present (Curr_Parent);
3361          end loop;
3362
3363          if Curr_Parent /= Child_Parent then
3364             Error_Msg_N
3365               ("unit in with clause is private child unit!", Item);
3366             Error_Msg_NE
3367               ("\current unit must also have parent&!",
3368                Item, Defining_Unit_Name (Specification (Unit (Child_Parent))));
3369
3370          elsif Private_Present (Parent (Item))
3371             or else Curr_Private
3372             or else Private_Present (Item)
3373             or else Nkind_In (Unit (Parent (Item)), N_Package_Body,
3374                                                         N_Subprogram_Body,
3375                                                         N_Subunit)
3376          then
3377             --  Current unit is private, of descendant of a private unit.
3378
3379             null;
3380
3381          else
3382             Error_Msg_NE
3383               ("current unit must also be private descendant of&",
3384                Item, Defining_Unit_Name (Specification (Unit (Child_Parent))));
3385          end if;
3386       end Check_Private_Limited_Withed_Unit;
3387
3388       --------------------------------
3389       -- Expand_Limited_With_Clause --
3390       --------------------------------
3391
3392       procedure Expand_Limited_With_Clause
3393         (Comp_Unit : Node_Id;
3394          Nam       : Node_Id;
3395          N         : Node_Id)
3396       is
3397          Loc   : constant Source_Ptr := Sloc (Nam);
3398          Unum  : Unit_Number_Type;
3399          Withn : Node_Id;
3400
3401          function Previous_Withed_Unit (W : Node_Id) return Boolean;
3402          --  Returns true if the context already includes a with_clause for
3403          --  this unit. If the with_clause is non-limited, the unit is fully
3404          --  visible and an implicit limited_with should not be created. If
3405          --  there is already a limited_with clause for W, a second one is
3406          --  simply redundant.
3407
3408          --------------------------
3409          -- Previous_Withed_Unit --
3410          --------------------------
3411
3412          function Previous_Withed_Unit (W : Node_Id) return Boolean is
3413             Item : Node_Id;
3414
3415          begin
3416             --  A limited with_clause cannot appear in the same context_clause
3417             --  as a nonlimited with_clause which mentions the same library.
3418
3419             Item := First (Context_Items (Comp_Unit));
3420             while Present (Item) loop
3421                if Nkind (Item) = N_With_Clause
3422                  and then Library_Unit (Item) = Library_Unit (W)
3423                then
3424                   return True;
3425                end if;
3426
3427                Next (Item);
3428             end loop;
3429
3430             return False;
3431          end Previous_Withed_Unit;
3432
3433       --  Start of processing for Expand_Limited_With_Clause
3434
3435       begin
3436          New_Nodes_OK := New_Nodes_OK + 1;
3437
3438          if Nkind (Nam) = N_Identifier then
3439
3440             --  Create node for name of withed unit
3441
3442             Withn :=
3443               Make_With_Clause (Loc,
3444                 Name => New_Copy (Nam));
3445
3446          else pragma Assert (Nkind (Nam) = N_Selected_Component);
3447             Withn :=
3448               Make_With_Clause (Loc,
3449                 Name => Make_Selected_Component (Loc,
3450                   Prefix        => New_Copy_Tree (Prefix (Nam)),
3451                   Selector_Name => New_Copy (Selector_Name (Nam))));
3452             Set_Parent (Withn, Parent (N));
3453          end if;
3454
3455          Set_Limited_Present (Withn);
3456          Set_First_Name      (Withn);
3457          Set_Implicit_With   (Withn);
3458
3459          Unum :=
3460            Load_Unit
3461              (Load_Name  => Get_Spec_Name (Get_Unit_Name (Nam)),
3462               Required   => True,
3463               Subunit    => False,
3464               Error_Node => Nam);
3465
3466          --  Do not generate a limited_with_clause on the current unit.
3467          --  This path is taken when a unit has a limited_with clause on
3468          --  one of its child units.
3469
3470          if Unum = Current_Sem_Unit then
3471             return;
3472          end if;
3473
3474          Set_Library_Unit (Withn, Cunit (Unum));
3475          Set_Corresponding_Spec
3476            (Withn, Specification (Unit (Cunit (Unum))));
3477
3478          if not Previous_Withed_Unit (Withn) then
3479             Prepend (Withn, Context_Items (Parent (N)));
3480             Mark_Rewrite_Insertion (Withn);
3481
3482             --  Add implicit limited_with_clauses for parents of child units
3483             --  mentioned in limited_with clauses.
3484
3485             if Nkind (Nam) = N_Selected_Component then
3486                Expand_Limited_With_Clause (Comp_Unit, Prefix (Nam), N);
3487             end if;
3488
3489             Analyze (Withn);
3490
3491             if not Limited_View_Installed (Withn) then
3492                Install_Limited_Withed_Unit (Withn);
3493             end if;
3494          end if;
3495
3496          New_Nodes_OK := New_Nodes_OK - 1;
3497       end Expand_Limited_With_Clause;
3498
3499    --  Start of processing for Install_Limited_Context_Clauses
3500
3501    begin
3502       Item := First (Context_Items (N));
3503       while Present (Item) loop
3504          if Nkind (Item) = N_With_Clause
3505            and then Limited_Present (Item)
3506          then
3507             if Nkind (Name (Item)) = N_Selected_Component then
3508                Expand_Limited_With_Clause
3509                  (Comp_Unit => N, Nam => Prefix (Name (Item)), N => Item);
3510             end if;
3511
3512             Check_Private_Limited_Withed_Unit (Item);
3513
3514             if not Implicit_With (Item)
3515               and then Is_Child_Spec (Unit (N))
3516             then
3517                Check_Renamings (Parent_Spec (Unit (N)), Item);
3518             end if;
3519
3520             --  A unit may have a limited with on itself if it has a limited
3521             --  with_clause on one of its child units. In that case it is
3522             --  already being compiled and it makes no sense to install its
3523             --  limited view.
3524
3525             --  If the item is a limited_private_with_clause, install it if the
3526             --  current unit is a body or if it is a private child. Otherwise
3527             --  the private clause is installed before analyzing the private
3528             --  part of the current unit.
3529
3530             if Library_Unit (Item) /= Cunit (Current_Sem_Unit)
3531               and then not Limited_View_Installed (Item)
3532             then
3533                if not Private_Present (Item)
3534                  or else Private_Present (N)
3535                  or else Nkind_In (Unit (N), N_Package_Body,
3536                                              N_Subprogram_Body,
3537                                              N_Subunit)
3538                then
3539                   Install_Limited_Withed_Unit (Item);
3540                end if;
3541             end if;
3542
3543          --  All items other than Limited_With clauses are ignored (they were
3544          --  installed separately early on by Install_Context_Clause).
3545
3546          else
3547             null;
3548          end if;
3549
3550          Next (Item);
3551       end loop;
3552
3553       --  Ada 2005 (AI-412): Examine the visible declarations of a package
3554       --  spec, looking for incomplete subtype declarations of incomplete
3555       --  types visible through a limited with clause.
3556
3557       if Ada_Version >= Ada_05
3558         and then Analyzed (N)
3559         and then Nkind (Unit (N)) = N_Package_Declaration
3560       then
3561          declare
3562             Decl         : Node_Id;
3563             Def_Id       : Entity_Id;
3564             Non_Lim_View : Entity_Id;
3565
3566          begin
3567             Decl := First (Visible_Declarations (Specification (Unit (N))));
3568             while Present (Decl) loop
3569                if Nkind (Decl) = N_Subtype_Declaration
3570                  and then
3571                    Ekind (Defining_Identifier (Decl)) = E_Incomplete_Subtype
3572                  and then
3573                    From_With_Type (Defining_Identifier (Decl))
3574                then
3575                   Def_Id := Defining_Identifier (Decl);
3576                   Non_Lim_View := Non_Limited_View (Def_Id);
3577
3578                   if not Is_Incomplete_Type (Non_Lim_View) then
3579
3580                      --  Convert an incomplete subtype declaration into a
3581                      --  corresponding non-limited view subtype declaration.
3582                      --  This is usually the case when analyzing a body that
3583                      --  has regular with-clauses, when the spec has limited
3584                      --  ones.
3585
3586                      --  If the non-limited view is still incomplete, it is
3587                      --  the dummy entry already created, and the declaration
3588                      --  cannot be reanalyzed. This is the case when installing
3589                      --  a parent unit that has limited with-clauses.
3590
3591                      Set_Subtype_Indication (Decl,
3592                        New_Reference_To (Non_Lim_View, Sloc (Def_Id)));
3593                      Set_Etype (Def_Id, Non_Lim_View);
3594                      Set_Ekind (Def_Id, Subtype_Kind (Ekind (Non_Lim_View)));
3595                      Set_Analyzed (Decl, False);
3596
3597                      --  Reanalyze the declaration, suppressing the call to
3598                      --  Enter_Name to avoid duplicate names.
3599
3600                      Analyze_Subtype_Declaration
3601                       (N    => Decl,
3602                        Skip => True);
3603                   end if;
3604                end if;
3605
3606                Next (Decl);
3607             end loop;
3608          end;
3609       end if;
3610    end Install_Limited_Context_Clauses;
3611
3612    ---------------------
3613    -- Install_Parents --
3614    ---------------------
3615
3616    procedure Install_Parents (Lib_Unit : Node_Id; Is_Private : Boolean) is
3617       P      : Node_Id;
3618       E_Name : Entity_Id;
3619       P_Name : Entity_Id;
3620       P_Spec : Node_Id;
3621
3622    begin
3623       P := Unit (Parent_Spec (Lib_Unit));
3624       P_Name := Get_Parent_Entity (P);
3625
3626       if Etype (P_Name) = Any_Type then
3627          return;
3628       end if;
3629
3630       if Ekind (P_Name) = E_Generic_Package
3631         and then not Nkind_In (Lib_Unit, N_Generic_Subprogram_Declaration,
3632                                          N_Generic_Package_Declaration)
3633         and then Nkind (Lib_Unit) not in N_Generic_Renaming_Declaration
3634       then
3635          Error_Msg_N
3636            ("child of a generic package must be a generic unit", Lib_Unit);
3637
3638       elsif not Is_Package_Or_Generic_Package (P_Name) then
3639          Error_Msg_N
3640            ("parent unit must be package or generic package", Lib_Unit);
3641          raise Unrecoverable_Error;
3642
3643       elsif Present (Renamed_Object (P_Name)) then
3644          Error_Msg_N ("parent unit cannot be a renaming", Lib_Unit);
3645          raise Unrecoverable_Error;
3646
3647       --  Verify that a child of an instance is itself an instance, or the
3648       --  renaming of one. Given that an instance that is a unit is replaced
3649       --  with a package declaration, check against the original node. The
3650       --  parent may be currently being instantiated, in which case it appears
3651       --  as a declaration, but the generic_parent is already established
3652       --  indicating that we deal with an instance.
3653
3654       elsif Nkind (Original_Node (P)) = N_Package_Instantiation then
3655          if Nkind (Lib_Unit) in N_Renaming_Declaration
3656            or else Nkind (Original_Node (Lib_Unit)) in N_Generic_Instantiation
3657            or else
3658              (Nkind (Lib_Unit) = N_Package_Declaration
3659                 and then Present (Generic_Parent (Specification (Lib_Unit))))
3660          then
3661             null;
3662          else
3663             Error_Msg_N
3664               ("child of an instance must be an instance or renaming",
3665                 Lib_Unit);
3666          end if;
3667       end if;
3668
3669       --  This is the recursive call that ensures all parents are loaded
3670
3671       if Is_Child_Spec (P) then
3672          Install_Parents (P,
3673            Is_Private or else Private_Present (Parent (Lib_Unit)));
3674       end if;
3675
3676       --  Now we can install the context for this parent
3677
3678       Install_Context_Clauses (Parent_Spec (Lib_Unit));
3679       Install_Limited_Context_Clauses (Parent_Spec (Lib_Unit));
3680       Install_Siblings (P_Name, Parent (Lib_Unit));
3681
3682       --  The child unit is in the declarative region of the parent. The parent
3683       --  must therefore appear in the scope stack and be visible, as when
3684       --  compiling the corresponding body. If the child unit is private or it
3685       --  is a package body, private declarations must be accessible as well.
3686       --  Use declarations in the parent must also be installed. Finally, other
3687       --  child units of the same parent that are in the context are
3688       --  immediately visible.
3689
3690       --  Find entity for compilation unit, and set its private descendant
3691       --  status as needed.
3692
3693       E_Name := Defining_Entity (Lib_Unit);
3694
3695       Set_Is_Child_Unit (E_Name);
3696
3697       Set_Is_Private_Descendant (E_Name,
3698          Is_Private_Descendant (P_Name)
3699            or else Private_Present (Parent (Lib_Unit)));
3700
3701       P_Spec := Specification (Unit_Declaration_Node (P_Name));
3702       Push_Scope (P_Name);
3703
3704       --  Save current visibility of unit
3705
3706       Scope_Stack.Table (Scope_Stack.Last).Previous_Visibility :=
3707         Is_Immediately_Visible (P_Name);
3708       Set_Is_Immediately_Visible (P_Name);
3709       Install_Visible_Declarations (P_Name);
3710       Set_Use (Visible_Declarations (P_Spec));
3711
3712       --  If the parent is a generic unit, its formal part may contain formal
3713       --  packages and use clauses for them.
3714
3715       if Ekind (P_Name) = E_Generic_Package then
3716          Set_Use (Generic_Formal_Declarations (Parent (P_Spec)));
3717       end if;
3718
3719       if Is_Private
3720         or else Private_Present (Parent (Lib_Unit))
3721       then
3722          Install_Private_Declarations (P_Name);
3723          Install_Private_With_Clauses (P_Name);
3724          Set_Use (Private_Declarations (P_Spec));
3725       end if;
3726    end Install_Parents;
3727
3728    ----------------------------------
3729    -- Install_Private_With_Clauses --
3730    ----------------------------------
3731
3732    procedure Install_Private_With_Clauses (P : Entity_Id) is
3733       Decl   : constant Node_Id := Unit_Declaration_Node (P);
3734       Item   : Node_Id;
3735
3736    begin
3737       if Debug_Flag_I then
3738          Write_Str ("install private with clauses of ");
3739          Write_Name (Chars (P));
3740          Write_Eol;
3741       end if;
3742
3743       if Nkind (Parent (Decl)) = N_Compilation_Unit then
3744          Item := First (Context_Items (Parent (Decl)));
3745          while Present (Item) loop
3746             if Nkind (Item) = N_With_Clause
3747               and then Private_Present (Item)
3748             then
3749                if Limited_Present (Item) then
3750                   if not Limited_View_Installed (Item) then
3751                      Install_Limited_Withed_Unit (Item);
3752                   end if;
3753                else
3754                   Install_Withed_Unit (Item, Private_With_OK => True);
3755                end if;
3756             end if;
3757
3758             Next (Item);
3759          end loop;
3760       end if;
3761    end Install_Private_With_Clauses;
3762
3763    ----------------------
3764    -- Install_Siblings --
3765    ----------------------
3766
3767    procedure Install_Siblings (U_Name : Entity_Id; N : Node_Id) is
3768       Item : Node_Id;
3769       Id   : Entity_Id;
3770       Prev : Entity_Id;
3771
3772    begin
3773       --  Iterate over explicit with clauses, and check whether the scope of
3774       --  each entity is an ancestor of the current unit, in which case it is
3775       --  immediately visible.
3776
3777       Item := First (Context_Items (N));
3778       while Present (Item) loop
3779
3780          --  Do not install private_with_clauses declaration, unless
3781          --  unit is itself a private child unit, or is a body.
3782          --  Note that for a subprogram body the private_with_clause does
3783          --  not take effect until after the specification.
3784
3785          if Nkind (Item) /= N_With_Clause
3786            or else Implicit_With (Item)
3787            or else Limited_Present (Item)
3788          then
3789             null;
3790
3791          elsif not Private_Present (Item)
3792            or else Private_Present (N)
3793            or else Nkind (Unit (N)) = N_Package_Body
3794          then
3795             Id := Entity (Name (Item));
3796
3797             if Is_Child_Unit (Id)
3798               and then Is_Ancestor_Package (Scope (Id), U_Name)
3799             then
3800                Set_Is_Immediately_Visible (Id);
3801
3802                --  Check for the presence of another unit in the context,
3803                --  that may be inadvertently hidden by the child.
3804
3805                Prev := Current_Entity (Id);
3806
3807                if Present (Prev)
3808                  and then Is_Immediately_Visible (Prev)
3809                  and then not Is_Child_Unit (Prev)
3810                then
3811                   declare
3812                      Clause : Node_Id;
3813
3814                   begin
3815                      Clause := First (Context_Items (N));
3816                      while Present (Clause) loop
3817                         if Nkind (Clause) = N_With_Clause
3818                           and then Entity (Name (Clause)) = Prev
3819                         then
3820                            Error_Msg_NE
3821                               ("child unit& hides compilation unit " &
3822                                "with the same name?",
3823                                  Name (Item), Id);
3824                            exit;
3825                         end if;
3826
3827                         Next (Clause);
3828                      end loop;
3829                   end;
3830                end if;
3831
3832             --  The With_Clause may be on a grand-child or one of its further
3833             --  descendants, which makes a child immediately visible. Examine
3834             --  ancestry to determine whether such a child exists. For example,
3835             --  if current unit is A.C, and with_clause is on A.X.Y.Z, then X
3836             --  is immediately visible.
3837
3838             elsif Is_Child_Unit (Id) then
3839                declare
3840                   Par : Entity_Id;
3841
3842                begin
3843                   Par := Scope (Id);
3844                   while Is_Child_Unit (Par) loop
3845                      if Is_Ancestor_Package (Scope (Par), U_Name) then
3846                         Set_Is_Immediately_Visible (Par);
3847                         exit;
3848                      end if;
3849
3850                      Par := Scope (Par);
3851                   end loop;
3852                end;
3853             end if;
3854
3855          --  If the item is a private with-clause on a child unit, the parent
3856          --  may have been installed already, but the child unit must remain
3857          --  invisible until installed in a private part or body.
3858
3859          elsif Private_Present (Item) then
3860             Id := Entity (Name (Item));
3861
3862             if Is_Child_Unit (Id) then
3863                Set_Is_Visible_Child_Unit (Id, False);
3864             end if;
3865          end if;
3866
3867          Next (Item);
3868       end loop;
3869    end Install_Siblings;
3870
3871    ---------------------------------
3872    -- Install_Limited_Withed_Unit --
3873    ---------------------------------
3874
3875    procedure Install_Limited_Withed_Unit (N : Node_Id) is
3876       P_Unit           : constant Entity_Id := Unit (Library_Unit (N));
3877       E                : Entity_Id;
3878       P                : Entity_Id;
3879       Is_Child_Package : Boolean := False;
3880       Lim_Header       : Entity_Id;
3881       Lim_Typ          : Entity_Id;
3882
3883       procedure Check_Body_Required;
3884       --  A unit mentioned in a limited with_clause may not be mentioned in
3885       --  a regular with_clause, but must still be included in the current
3886       --  partition. We need to determine whether the unit needs a body, so
3887       --  that the binder can determine the name of the file to be compiled.
3888       --  Checking whether a unit needs a body can be done without semantic
3889       --  analysis, by examining the nature of the declarations in the package.
3890
3891       function Has_Limited_With_Clause
3892         (C_Unit : Entity_Id;
3893          Pack   : Entity_Id) return Boolean;
3894       --  Determine whether any package in the ancestor chain starting with
3895       --  C_Unit has a limited with clause for package Pack.
3896
3897       function Has_With_Clause
3898         (C_Unit     : Node_Id;
3899          Pack       : Entity_Id;
3900          Is_Limited : Boolean := False) return Boolean;
3901       --  Determine whether compilation unit C_Unit contains a with clause
3902       --  for package Pack. Use flag Is_Limited to designate desired clause
3903       --  kind. This is a subsidiary routine to Has_Limited_With_Clause.
3904
3905       function Is_Visible_Through_Renamings (P : Entity_Id) return Boolean;
3906       --  Check if some package installed though normal with-clauses has a
3907       --  renaming declaration of package P. AARM 10.1.2(21/2).
3908
3909       -------------------------
3910       -- Check_Body_Required --
3911       -------------------------
3912
3913       --  ??? misses pragma Import on subprograms
3914       --  ??? misses pragma Import on renamed subprograms
3915
3916       procedure Check_Body_Required is
3917          PA : constant List_Id :=
3918                 Pragmas_After (Aux_Decls_Node (Parent (P_Unit)));
3919
3920          procedure Check_Declarations (Spec : Node_Id);
3921          --  Recursive procedure that does the work and checks nested packages
3922
3923          ------------------------
3924          -- Check_Declarations --
3925          ------------------------
3926
3927          procedure Check_Declarations (Spec : Node_Id) is
3928             Decl             : Node_Id;
3929             Incomplete_Decls : constant Elist_Id := New_Elmt_List;
3930
3931          begin
3932             --  Search for Elaborate Body pragma
3933
3934             Decl := First (Visible_Declarations (Spec));
3935             while Present (Decl)
3936               and then Nkind (Decl) = N_Pragma
3937             loop
3938                if Get_Pragma_Id (Decl) = Pragma_Elaborate_Body then
3939                   Set_Body_Required (Library_Unit (N));
3940                   return;
3941                end if;
3942
3943                Next (Decl);
3944             end loop;
3945
3946             --  Look for declarations that require the presence of a body
3947
3948             while Present (Decl) loop
3949
3950                --  Subprogram that comes from source means body required
3951                --  This is where a test for Import is missing ???
3952
3953                if Comes_From_Source (Decl)
3954                  and then (Nkind_In (Decl, N_Subprogram_Declaration,
3955                                            N_Generic_Subprogram_Declaration))
3956                then
3957                   Set_Body_Required (Library_Unit (N));
3958                   return;
3959
3960                --  Package declaration of generic package declaration. We need
3961                --  to recursively examine nested declarations.
3962
3963                elsif Nkind_In (Decl, N_Package_Declaration,
3964                                      N_Generic_Package_Declaration)
3965                then
3966                   Check_Declarations (Specification (Decl));
3967                end if;
3968
3969                Next (Decl);
3970             end loop;
3971
3972             --  Same set of tests for private part. In addition to subprograms
3973             --  detect the presence of Taft Amendment types (incomplete types
3974             --  completed in the body).
3975
3976             Decl := First (Private_Declarations (Spec));
3977             while Present (Decl) loop
3978                if Comes_From_Source (Decl)
3979                  and then (Nkind_In (Decl, N_Subprogram_Declaration,
3980                                            N_Generic_Subprogram_Declaration))
3981                then
3982                   Set_Body_Required (Library_Unit (N));
3983
3984                elsif Nkind_In (Decl, N_Package_Declaration,
3985                                      N_Generic_Package_Declaration)
3986                then
3987                   Check_Declarations (Specification (Decl));
3988
3989                --  Collect incomplete type declarations for separate pass
3990
3991                elsif Nkind (Decl) = N_Incomplete_Type_Declaration then
3992                   Append_Elmt (Decl, Incomplete_Decls);
3993                end if;
3994
3995                Next (Decl);
3996             end loop;
3997
3998             --  Now check incomplete declarations to locate Taft amendment
3999             --  types. This can be done by examining the defining identifiers
4000             --  of  type declarations without real semantic analysis.
4001
4002             declare
4003                Inc : Elmt_Id;
4004
4005             begin
4006                Inc := First_Elmt (Incomplete_Decls);
4007                while Present (Inc) loop
4008                   Decl := Next (Node (Inc));
4009                   while Present (Decl) loop
4010                      if Nkind (Decl) = N_Full_Type_Declaration
4011                        and then Chars (Defining_Identifier (Decl)) =
4012                                 Chars (Defining_Identifier (Node (Inc)))
4013                      then
4014                         exit;
4015                      end if;
4016
4017                      Next (Decl);
4018                   end loop;
4019
4020                   --  If no completion, this is a TAT, and a body is needed
4021
4022                   if No (Decl) then
4023                      Set_Body_Required (Library_Unit (N));
4024                      return;
4025                   end if;
4026
4027                   Next_Elmt (Inc);
4028                end loop;
4029             end;
4030          end Check_Declarations;
4031
4032       --  Start of processing for Check_Body_Required
4033
4034       begin
4035          --  If this is an imported package (Java and CIL usage) no body is
4036          --  needed. Scan list of pragmas that may follow a compilation unit
4037          --  to look for a relevant pragma Import.
4038
4039          if Present (PA) then
4040             declare
4041                Prag : Node_Id;
4042
4043             begin
4044                Prag := First (PA);
4045                while Present (Prag) loop
4046                   if Nkind (Prag) = N_Pragma
4047                     and then Get_Pragma_Id (Prag) = Pragma_Import
4048                   then
4049                      return;
4050                   end if;
4051
4052                   Next (Prag);
4053                end loop;
4054             end;
4055          end if;
4056
4057          Check_Declarations (Specification (P_Unit));
4058       end Check_Body_Required;
4059
4060       -----------------------------
4061       -- Has_Limited_With_Clause --
4062       -----------------------------
4063
4064       function Has_Limited_With_Clause
4065         (C_Unit : Entity_Id;
4066          Pack   : Entity_Id) return Boolean
4067       is
4068          Par      : Entity_Id;
4069          Par_Unit : Node_Id;
4070
4071       begin
4072          Par := C_Unit;
4073          while Present (Par) loop
4074             if Ekind (Par) /= E_Package then
4075                exit;
4076             end if;
4077
4078             --  Retrieve the Compilation_Unit node for Par and determine if
4079             --  its context clauses contain a limited with for Pack.
4080
4081             Par_Unit := Parent (Parent (Parent (Par)));
4082
4083             if Nkind (Par_Unit) = N_Package_Declaration then
4084                Par_Unit := Parent (Par_Unit);
4085             end if;
4086
4087             if Has_With_Clause (Par_Unit, Pack, True) then
4088                return True;
4089             end if;
4090
4091             --  If there are more ancestors, climb up the tree, otherwise
4092             --  we are done.
4093
4094             if Is_Child_Unit (Par) then
4095                Par := Scope (Par);
4096             else
4097                exit;
4098             end if;
4099          end loop;
4100
4101          return False;
4102       end Has_Limited_With_Clause;
4103
4104       ---------------------
4105       -- Has_With_Clause --
4106       ---------------------
4107
4108       function Has_With_Clause
4109         (C_Unit     : Node_Id;
4110          Pack       : Entity_Id;
4111          Is_Limited : Boolean := False) return Boolean
4112       is
4113          Item : Node_Id;
4114          Nam  : Entity_Id;
4115
4116       begin
4117          if Present (Context_Items (C_Unit)) then
4118             Item := First (Context_Items (C_Unit));
4119             while Present (Item) loop
4120                if Nkind (Item) = N_With_Clause then
4121
4122                   --  Retrieve the entity of the imported compilation unit
4123
4124                   if Nkind (Name (Item)) = N_Selected_Component then
4125                      Nam := Entity (Selector_Name (Name (Item)));
4126                   else
4127                      Nam := Entity (Name (Item));
4128                   end if;
4129
4130                   if Nam = Pack
4131                     and then
4132                       ((Is_Limited and then Limited_Present (Item))
4133                           or else
4134                        (not Is_Limited and then not Limited_Present (Item)))
4135                   then
4136                      return True;
4137                   end if;
4138                end if;
4139
4140                Next (Item);
4141             end loop;
4142          end if;
4143
4144          return False;
4145       end Has_With_Clause;
4146
4147       ----------------------------------
4148       -- Is_Visible_Through_Renamings --
4149       ----------------------------------
4150
4151       function Is_Visible_Through_Renamings (P : Entity_Id) return Boolean is
4152          Kind     : constant Node_Kind :=
4153                       Nkind (Unit (Cunit (Current_Sem_Unit)));
4154          Aux_Unit : Node_Id;
4155          Item     : Node_Id;
4156          Decl     : Entity_Id;
4157
4158       begin
4159          --  Example of the error detected by this subprogram:
4160
4161          --  package P is
4162          --    type T is ...
4163          --  end P;
4164
4165          --  with P;
4166          --  package Q is
4167          --     package Ren_P renames P;
4168          --  end Q;
4169
4170          --  with Q;
4171          --  package R is ...
4172
4173          --  limited with P; -- ERROR
4174          --  package R.C is ...
4175
4176          Aux_Unit := Cunit (Current_Sem_Unit);
4177
4178          loop
4179             Item := First (Context_Items (Aux_Unit));
4180             while Present (Item) loop
4181                if Nkind (Item) = N_With_Clause
4182                  and then not Limited_Present (Item)
4183                  and then Nkind (Unit (Library_Unit (Item))) =
4184                                                   N_Package_Declaration
4185                then
4186                   Decl :=
4187                     First (Visible_Declarations
4188                             (Specification (Unit (Library_Unit (Item)))));
4189                   while Present (Decl) loop
4190                      if Nkind (Decl) = N_Package_Renaming_Declaration
4191                        and then Entity (Name (Decl)) = P
4192                      then
4193                         --  Generate the error message only if the current unit
4194                         --  is a package declaration; in case of subprogram
4195                         --  bodies and package bodies we just return true to
4196                         --  indicate that the limited view must not be
4197                         --  installed.
4198
4199                         if Kind = N_Package_Declaration then
4200                            Error_Msg_N
4201                              ("simultaneous visibility of the limited and " &
4202                               "unlimited views not allowed", N);
4203                            Error_Msg_Sloc := Sloc (Item);
4204                            Error_Msg_NE
4205                              ("\\  unlimited view of & visible through the " &
4206                               "context clause #", N, P);
4207                            Error_Msg_Sloc := Sloc (Decl);
4208                            Error_Msg_NE ("\\  and the renaming #", N, P);
4209                         end if;
4210
4211                         return True;
4212                      end if;
4213
4214                      Next (Decl);
4215                   end loop;
4216                end if;
4217
4218                Next (Item);
4219             end loop;
4220
4221             if Present (Library_Unit (Aux_Unit)) then
4222                if Aux_Unit = Library_Unit (Aux_Unit) then
4223
4224                   --  Aux_Unit is a body that acts as a spec. Clause has
4225                   --  already been flagged as illegal.
4226
4227                   return False;
4228
4229                else
4230                   Aux_Unit := Library_Unit (Aux_Unit);
4231                end if;
4232             else
4233                Aux_Unit := Parent_Spec (Unit (Aux_Unit));
4234             end if;
4235
4236             exit when No (Aux_Unit);
4237          end loop;
4238
4239          return False;
4240       end Is_Visible_Through_Renamings;
4241
4242    --  Start of processing for Install_Limited_Withed_Unit
4243
4244    begin
4245       pragma Assert (not Limited_View_Installed (N));
4246
4247       --  In case of limited with_clause on subprograms, generics, instances,
4248       --  or renamings, the corresponding error was previously posted and we
4249       --  have nothing to do here. If the file is missing altogether, it has
4250       --  no source location.
4251
4252       if Nkind (P_Unit) /= N_Package_Declaration
4253         or else Sloc (P_Unit) = No_Location
4254       then
4255          return;
4256       end if;
4257
4258       P := Defining_Unit_Name (Specification (P_Unit));
4259
4260       --  Handle child packages
4261
4262       if Nkind (P) = N_Defining_Program_Unit_Name then
4263          Is_Child_Package := True;
4264          P := Defining_Identifier (P);
4265       end if;
4266
4267       --  Do not install the limited-view if the full-view is already visible
4268       --  through renaming declarations.
4269
4270       if Is_Visible_Through_Renamings (P) then
4271          return;
4272       end if;
4273
4274       --  Do not install the limited view if this is the unit being analyzed.
4275       --  This unusual case will happen when a unit has a limited_with clause
4276       --  on one of its children. The compilation of the child forces the
4277       --  load of the parent which tries to install the limited view of the
4278       --  child again. Installing the limited view must also be disabled
4279       --  when compiling the body of the child unit.
4280
4281       if P = Cunit_Entity (Current_Sem_Unit)
4282         or else
4283          (Nkind (Unit (Cunit (Current_Sem_Unit))) = N_Package_Body
4284             and then P = Main_Unit_Entity)
4285       then
4286          return;
4287       end if;
4288
4289       --  This scenario is similar to the one above, the difference is that
4290       --  the compilation of sibling Par.Sib forces the load of parent Par
4291       --  which tries to install the limited view of Lim_Pack [1]. However
4292       --  Par.Sib has a with clause for Lim_Pack [2] in its body, and thus
4293       --  needs the non-limited views of all entities from Lim_Pack.
4294
4295       --     limited with Lim_Pack;   --  [1]
4296       --     package Par is ...           package Lim_Pack is ...
4297
4298       --                                  with Lim_Pack;  --  [2]
4299       --     package Par.Sib is ...       package body Par.Sib is ...
4300
4301       --  In this case Main_Unit_Entity is the spec of Par.Sib and Current_
4302       --  Sem_Unit is the body of Par.Sib.
4303
4304       if Ekind (P) = E_Package
4305         and then Ekind (Main_Unit_Entity) = E_Package
4306         and then Is_Child_Unit (Main_Unit_Entity)
4307
4308          --  The body has a regular with clause
4309
4310         and then Nkind (Unit (Cunit (Current_Sem_Unit))) = N_Package_Body
4311         and then Has_With_Clause (Cunit (Current_Sem_Unit), P)
4312
4313          --  One of the ancestors has a limited with clause
4314
4315         and then Nkind (Parent (Parent (Main_Unit_Entity))) =
4316                    N_Package_Specification
4317         and then Has_Limited_With_Clause (Scope (Main_Unit_Entity), P)
4318       then
4319          return;
4320       end if;
4321
4322       --  A common use of the limited-with is to have a limited-with
4323       --  in the package spec, and a normal with in its package body.
4324       --  For example:
4325
4326       --       limited with X;  -- [1]
4327       --       package A is ...
4328
4329       --       with X;          -- [2]
4330       --       package body A is ...
4331
4332       --  The compilation of A's body installs the context clauses found at [2]
4333       --  and then the context clauses of its specification (found at [1]). As
4334       --  a consequence, at [1] the specification of X has been analyzed and it
4335       --  is immediately visible. According to the semantics of limited-with
4336       --  context clauses we don't install the limited view because the full
4337       --  view of X supersedes its limited view.
4338
4339       if Analyzed (P_Unit)
4340         and then
4341           (Is_Immediately_Visible (P)
4342             or else
4343               (Is_Child_Package and then Is_Visible_Child_Unit (P)))
4344       then
4345          return;
4346       end if;
4347
4348       if Debug_Flag_I then
4349          Write_Str ("install limited view of ");
4350          Write_Name (Chars (P));
4351          Write_Eol;
4352       end if;
4353
4354       --  If the unit has not been analyzed and the limited view has not been
4355       --  already installed then we install it.
4356
4357       if not Analyzed (P_Unit) then
4358          if not In_Chain (P) then
4359
4360             --  Minimum decoration
4361
4362             Set_Ekind (P, E_Package);
4363             Set_Etype (P, Standard_Void_Type);
4364             Set_Scope (P, Standard_Standard);
4365
4366             if Is_Child_Package then
4367                Set_Is_Child_Unit (P);
4368                Set_Is_Visible_Child_Unit (P);
4369                Set_Scope (P, Defining_Entity (Unit (Parent_Spec (P_Unit))));
4370             end if;
4371
4372             --  Place entity on visibility structure
4373
4374             Set_Homonym (P, Current_Entity (P));
4375             Set_Current_Entity (P);
4376
4377             if Debug_Flag_I then
4378                Write_Str ("   (homonym) chain ");
4379                Write_Name (Chars (P));
4380                Write_Eol;
4381             end if;
4382
4383             --  Install the incomplete view. The first element of the limited
4384             --  view is a header (an E_Package entity) used to reference the
4385             --  first shadow entity in the private part of the package.
4386
4387             Lim_Header := Limited_View (P);
4388             Lim_Typ    := First_Entity (Lim_Header);
4389
4390             while Present (Lim_Typ)
4391               and then Lim_Typ /= First_Private_Entity (Lim_Header)
4392             loop
4393                Set_Homonym (Lim_Typ, Current_Entity (Lim_Typ));
4394                Set_Current_Entity (Lim_Typ);
4395
4396                if Debug_Flag_I then
4397                   Write_Str ("   (homonym) chain ");
4398                   Write_Name (Chars (Lim_Typ));
4399                   Write_Eol;
4400                end if;
4401
4402                Next_Entity (Lim_Typ);
4403             end loop;
4404          end if;
4405
4406       --  If the unit appears in a previous regular with_clause, the regular
4407       --  entities of the public part of the withed package must be replaced
4408       --  by the shadow ones.
4409
4410       --  This code must be kept synchronized with the code that replaces the
4411       --  shadow entities by the real entities (see body of Remove_Limited
4412       --  With_Clause); otherwise the contents of the homonym chains are not
4413       --  consistent.
4414
4415       else
4416          --  Hide all the type entities of the public part of the package to
4417          --  avoid its usage. This is needed to cover all the subtype decla-
4418          --  rations because we do not remove them from the homonym chain.
4419
4420          E := First_Entity (P);
4421          while Present (E) and then E /= First_Private_Entity (P) loop
4422             if Is_Type (E) then
4423                Set_Was_Hidden (E, Is_Hidden (E));
4424                Set_Is_Hidden (E);
4425             end if;
4426
4427             Next_Entity (E);
4428          end loop;
4429
4430          --  Replace the real entities by the shadow entities of the limited
4431          --  view. The first element of the limited view is a header that is
4432          --  used to reference the first shadow entity in the private part
4433          --  of the package. Successive elements are the limited views of the
4434          --  type (including regular incomplete types) declared in the package.
4435
4436          Lim_Header := Limited_View (P);
4437
4438          Lim_Typ := First_Entity (Lim_Header);
4439          while Present (Lim_Typ)
4440            and then Lim_Typ /= First_Private_Entity (Lim_Header)
4441          loop
4442             pragma Assert (not In_Chain (Lim_Typ));
4443
4444             --  Do not unchain nested packages and child units
4445
4446             if Ekind (Lim_Typ) /= E_Package
4447               and then not Is_Child_Unit (Lim_Typ)
4448             then
4449                declare
4450                   Prev : Entity_Id;
4451
4452                begin
4453                   Prev := Current_Entity (Lim_Typ);
4454                   E := Prev;
4455
4456                   --  Replace E in the homonyms list, so that the limited
4457                   --  view becomes available.
4458
4459                   if E = Non_Limited_View (Lim_Typ) then
4460                      Set_Homonym (Lim_Typ, Homonym (Prev));
4461                      Set_Current_Entity (Lim_Typ);
4462
4463                   else
4464                      loop
4465                         E := Homonym (Prev);
4466
4467                         --  E may have been removed when installing a
4468                         --  previous limited_with_clause.
4469
4470                         exit when No (E);
4471
4472                         exit when E = Non_Limited_View (Lim_Typ);
4473
4474                         Prev := Homonym (Prev);
4475                      end loop;
4476
4477                      if Present (E) then
4478                         Set_Homonym (Lim_Typ, Homonym (Homonym (Prev)));
4479                         Set_Homonym (Prev, Lim_Typ);
4480                      end if;
4481                   end if;
4482                end;
4483
4484                if Debug_Flag_I then
4485                   Write_Str ("   (homonym) chain ");
4486                   Write_Name (Chars (Lim_Typ));
4487                   Write_Eol;
4488                end if;
4489             end if;
4490
4491             Next_Entity (Lim_Typ);
4492          end loop;
4493       end if;
4494
4495       --  The package must be visible while the limited-with clause is active
4496       --  because references to the type P.T must resolve in the usual way.
4497       --  In addition, we remember that the limited-view has been installed to
4498       --  uninstall it at the point of context removal.
4499
4500       Set_Is_Immediately_Visible (P);
4501       Set_Limited_View_Installed (N);
4502
4503       --  If unit has not been analyzed in some previous context, check
4504       --  (imperfectly ???) whether it might need a body.
4505
4506       if not Analyzed (P_Unit) then
4507          Check_Body_Required;
4508       end if;
4509
4510       --  If the package in the limited_with clause is a child unit, the
4511       --  clause is unanalyzed and appears as a selected component. Recast
4512       --  it as an expanded name so that the entity can be properly set. Use
4513       --  entity of parent, if available, for higher ancestors in the name.
4514
4515       if Nkind (Name (N)) = N_Selected_Component then
4516          declare
4517             Nam : Node_Id;
4518             Ent : Entity_Id;
4519
4520          begin
4521             Nam := Name (N);
4522             Ent := P;
4523             while Nkind (Nam) = N_Selected_Component
4524               and then Present (Ent)
4525             loop
4526                Change_Selected_Component_To_Expanded_Name (Nam);
4527
4528                --  Set entity of parent identifiers if the unit is a child
4529                --  unit. This ensures that the tree is properly formed from
4530                --  semantic point of view (e.g. for ASIS queries).
4531
4532                Set_Entity (Nam, Ent);
4533
4534                Nam := Prefix (Nam);
4535                Ent := Scope (Ent);
4536
4537                --  Set entity of last ancestor
4538
4539                if Nkind (Nam) = N_Identifier then
4540                   Set_Entity (Nam, Ent);
4541                end if;
4542             end loop;
4543          end;
4544       end if;
4545
4546       Set_Entity (Name (N), P);
4547       Set_From_With_Type (P);
4548    end Install_Limited_Withed_Unit;
4549
4550    -------------------------
4551    -- Install_Withed_Unit --
4552    -------------------------
4553
4554    procedure Install_Withed_Unit
4555      (With_Clause     : Node_Id;
4556       Private_With_OK : Boolean := False)
4557    is
4558       Uname : constant Entity_Id := Entity (Name (With_Clause));
4559       P     : constant Entity_Id := Scope (Uname);
4560
4561    begin
4562       --  Ada 2005 (AI-262): Do not install the private withed unit if we are
4563       --  compiling a package declaration and the Private_With_OK flag was not
4564       --  set by the caller. These declarations will be installed later (before
4565       --  analyzing the private part of the package).
4566
4567       if Private_Present (With_Clause)
4568         and then Nkind (Unit (Parent (With_Clause))) = N_Package_Declaration
4569         and then not (Private_With_OK)
4570       then
4571          return;
4572       end if;
4573
4574       if Debug_Flag_I then
4575          if Private_Present (With_Clause) then
4576             Write_Str ("install private withed unit ");
4577          else
4578             Write_Str ("install withed unit ");
4579          end if;
4580
4581          Write_Name (Chars (Uname));
4582          Write_Eol;
4583       end if;
4584
4585       --  We do not apply the restrictions to an internal unit unless
4586       --  we are compiling the internal unit as a main unit. This check
4587       --  is also skipped for dummy units (for missing packages).
4588
4589       if Sloc (Uname) /= No_Location
4590         and then (not Is_Internal_File_Name (Unit_File_Name (Current_Sem_Unit))
4591                     or else Current_Sem_Unit = Main_Unit)
4592       then
4593          Check_Restricted_Unit
4594            (Unit_Name (Get_Source_Unit (Uname)), With_Clause);
4595       end if;
4596
4597       if P /= Standard_Standard then
4598
4599          --  If the unit is not analyzed after analysis of the with clause and
4600          --  it is an instantiation then it awaits a body and is the main unit.
4601          --  Its appearance in the context of some other unit indicates a
4602          --  circular dependency (DEC suite perversity).
4603
4604          if not Analyzed (Uname)
4605            and then Nkind (Parent (Uname)) = N_Package_Instantiation
4606          then
4607             Error_Msg_N
4608               ("instantiation depends on itself", Name (With_Clause));
4609
4610          elsif not Is_Visible_Child_Unit (Uname) then
4611             Set_Is_Visible_Child_Unit (Uname);
4612
4613             --  If the child unit appears in the context of its parent, it is
4614             --  immediately visible.
4615
4616             if In_Open_Scopes (Scope (Uname)) then
4617                Set_Is_Immediately_Visible (Uname);
4618             end if;
4619
4620             if Is_Generic_Instance (Uname)
4621               and then Ekind (Uname) in Subprogram_Kind
4622             then
4623                --  Set flag as well on the visible entity that denotes the
4624                --  instance, which renames the current one.
4625
4626                Set_Is_Visible_Child_Unit
4627                  (Related_Instance
4628                    (Defining_Entity (Unit (Library_Unit (With_Clause)))));
4629             end if;
4630
4631             --  The parent unit may have been installed already, and may have
4632             --  appeared in a use clause.
4633
4634             if In_Use (Scope (Uname)) then
4635                Set_Is_Potentially_Use_Visible (Uname);
4636             end if;
4637
4638             Set_Context_Installed (With_Clause);
4639          end if;
4640
4641       elsif not Is_Immediately_Visible (Uname) then
4642          if not Private_Present (With_Clause)
4643            or else Private_With_OK
4644          then
4645             Set_Is_Immediately_Visible (Uname);
4646          end if;
4647
4648          Set_Context_Installed (With_Clause);
4649       end if;
4650
4651       --   A with-clause overrides a with-type clause: there are no restric-
4652       --   tions on the use of package entities.
4653
4654       if Ekind (Uname) = E_Package then
4655          Set_From_With_Type (Uname, False);
4656       end if;
4657
4658       --  Ada 2005 (AI-377): it is illegal for a with_clause to name a child
4659       --  unit if there is a visible homograph for it declared in the same
4660       --  declarative region. This pathological case can only arise when an
4661       --  instance I1 of a generic unit G1 has an explicit child unit I1.G2,
4662       --  G1 has a generic child also named G2, and the context includes with_
4663       --  clauses for both I1.G2 and for G1.G2, making an implicit declaration
4664       --  of I1.G2 visible as well. If the child unit is named Standard, do
4665       --  not apply the check to the Standard package itself.
4666
4667       if Is_Child_Unit (Uname)
4668         and then Is_Visible_Child_Unit (Uname)
4669         and then Ada_Version >= Ada_05
4670       then
4671          declare
4672             Decl1 : constant Node_Id  := Unit_Declaration_Node (P);
4673             Decl2 : Node_Id;
4674             P2    : Entity_Id;
4675             U2    : Entity_Id;
4676
4677          begin
4678             U2 := Homonym (Uname);
4679             while Present (U2)
4680               and then U2 /= Standard_Standard
4681            loop
4682                P2 := Scope (U2);
4683                Decl2  := Unit_Declaration_Node (P2);
4684
4685                if Is_Child_Unit (U2)
4686                  and then Is_Visible_Child_Unit (U2)
4687                then
4688                   if Is_Generic_Instance (P)
4689                     and then Nkind (Decl1) = N_Package_Declaration
4690                     and then Generic_Parent (Specification (Decl1)) = P2
4691                   then
4692                      Error_Msg_N ("illegal with_clause", With_Clause);
4693                      Error_Msg_N
4694                        ("\child unit has visible homograph" &
4695                            " (RM 8.3(26), 10.1.1(19))",
4696                          With_Clause);
4697                      exit;
4698
4699                   elsif Is_Generic_Instance (P2)
4700                     and then Nkind (Decl2) = N_Package_Declaration
4701                     and then Generic_Parent (Specification (Decl2)) = P
4702                   then
4703                      --  With_clause for child unit of instance appears before
4704                      --  in the context. We want to place the error message on
4705                      --  it, not on the generic child unit itself.
4706
4707                      declare
4708                         Prev_Clause : Node_Id;
4709
4710                      begin
4711                         Prev_Clause := First (List_Containing (With_Clause));
4712                         while Entity (Name (Prev_Clause)) /= U2 loop
4713                            Next (Prev_Clause);
4714                         end loop;
4715
4716                         pragma Assert (Present (Prev_Clause));
4717                         Error_Msg_N ("illegal with_clause", Prev_Clause);
4718                         Error_Msg_N
4719                           ("\child unit has visible homograph" &
4720                               " (RM 8.3(26), 10.1.1(19))",
4721                             Prev_Clause);
4722                         exit;
4723                      end;
4724                   end if;
4725                end if;
4726
4727                U2 := Homonym (U2);
4728             end loop;
4729          end;
4730       end if;
4731    end Install_Withed_Unit;
4732
4733    -------------------
4734    -- Is_Child_Spec --
4735    -------------------
4736
4737    function Is_Child_Spec (Lib_Unit : Node_Id) return Boolean is
4738       K : constant Node_Kind := Nkind (Lib_Unit);
4739
4740    begin
4741       return (K in N_Generic_Declaration              or else
4742               K in N_Generic_Instantiation            or else
4743               K in N_Generic_Renaming_Declaration     or else
4744               K =  N_Package_Declaration              or else
4745               K =  N_Package_Renaming_Declaration     or else
4746               K =  N_Subprogram_Declaration           or else
4747               K =  N_Subprogram_Renaming_Declaration)
4748         and then Present (Parent_Spec (Lib_Unit));
4749    end Is_Child_Spec;
4750
4751    -----------------------
4752    -- Load_Needed_Body --
4753    -----------------------
4754
4755    --  N is a generic unit named in a with clause, or else it is a unit that
4756    --  contains a generic unit or an inlined function. In order to perform an
4757    --  instantiation, the body of the unit must be present. If the unit itself
4758    --  is generic, we assume that an instantiation follows, and load & analyze
4759    --  the body unconditionally. This forces analysis of the spec as well.
4760
4761    --  If the unit is not generic, but contains a generic unit, it is loaded on
4762    --  demand, at the point of instantiation (see ch12).
4763
4764    procedure Load_Needed_Body (N : Node_Id; OK : out Boolean) is
4765       Body_Name : Unit_Name_Type;
4766       Unum      : Unit_Number_Type;
4767
4768       Save_Style_Check : constant Boolean := Opt.Style_Check;
4769       --  The loading and analysis is done with style checks off
4770
4771    begin
4772       if not GNAT_Mode then
4773          Style_Check := False;
4774       end if;
4775
4776       Body_Name := Get_Body_Name (Get_Unit_Name (Unit (N)));
4777       Unum :=
4778         Load_Unit
4779           (Load_Name  => Body_Name,
4780            Required   => False,
4781            Subunit    => False,
4782            Error_Node => N,
4783            Renamings  => True);
4784
4785       if Unum = No_Unit then
4786          OK := False;
4787
4788       else
4789          Compiler_State := Analyzing; -- reset after load
4790
4791          if not Fatal_Error (Unum) or else Try_Semantics then
4792             if Debug_Flag_L then
4793                Write_Str ("*** Loaded generic body");
4794                Write_Eol;
4795             end if;
4796
4797             Semantics (Cunit (Unum));
4798          end if;
4799
4800          OK := True;
4801       end if;
4802
4803       Style_Check := Save_Style_Check;
4804    end Load_Needed_Body;
4805
4806    -------------------------
4807    -- Build_Limited_Views --
4808    -------------------------
4809
4810    procedure Build_Limited_Views (N : Node_Id) is
4811       Unum : constant Unit_Number_Type := Get_Source_Unit (Library_Unit (N));
4812       P    : constant Entity_Id        := Cunit_Entity (Unum);
4813
4814       Spec     : Node_Id;            --  To denote a package specification
4815       Lim_Typ  : Entity_Id;          --  To denote shadow entities
4816       Comp_Typ : Entity_Id;          --  To denote real entities
4817
4818       Lim_Header     : Entity_Id;          --  Package entity
4819       Last_Lim_E     : Entity_Id := Empty; --  Last limited entity built
4820       Last_Pub_Lim_E : Entity_Id;          --  To set the first private entity
4821
4822       procedure Decorate_Incomplete_Type
4823         (E    : Entity_Id;
4824          Scop : Entity_Id);
4825       --  Add attributes of an incomplete type to a shadow entity. The same
4826       --  attributes are placed on the real entity, so that gigi receives
4827       --  a consistent view.
4828
4829       procedure Decorate_Package_Specification (P : Entity_Id);
4830       --  Add attributes of a package entity to the entity in a package
4831       --  declaration
4832
4833       procedure Decorate_Tagged_Type
4834         (Loc  : Source_Ptr;
4835          T    : Entity_Id;
4836          Scop : Entity_Id);
4837       --  Set basic attributes of tagged type T, including its class_wide type.
4838       --  The parameters Loc, Scope are used to decorate the class_wide type.
4839
4840       procedure Build_Chain
4841         (Scope      : Entity_Id;
4842          First_Decl : Node_Id);
4843       --  Construct list of shadow entities and attach it to entity of
4844       --  package that is mentioned in a limited_with clause.
4845
4846       function New_Internal_Shadow_Entity
4847         (Kind       : Entity_Kind;
4848          Sloc_Value : Source_Ptr;
4849          Id_Char    : Character) return Entity_Id;
4850       --  Build a new internal entity and append it to the list of shadow
4851       --  entities available through the limited-header
4852
4853       ------------------------------
4854       -- Decorate_Incomplete_Type --
4855       ------------------------------
4856
4857       procedure Decorate_Incomplete_Type
4858         (E    : Entity_Id;
4859          Scop : Entity_Id)
4860       is
4861       begin
4862          Set_Ekind             (E, E_Incomplete_Type);
4863          Set_Scope             (E, Scop);
4864          Set_Etype             (E, E);
4865          Set_Is_First_Subtype  (E, True);
4866          Set_Stored_Constraint (E, No_Elist);
4867          Set_Full_View         (E, Empty);
4868          Init_Size_Align       (E);
4869       end Decorate_Incomplete_Type;
4870
4871       --------------------------
4872       -- Decorate_Tagged_Type --
4873       --------------------------
4874
4875       procedure Decorate_Tagged_Type
4876         (Loc  : Source_Ptr;
4877          T    : Entity_Id;
4878          Scop : Entity_Id)
4879       is
4880          CW : Entity_Id;
4881
4882       begin
4883          Decorate_Incomplete_Type (T, Scop);
4884          Set_Is_Tagged_Type (T);
4885
4886          --  Build corresponding class_wide type, if not previously done
4887
4888          --  Note: The class-wide entity is shared by the limited-view
4889          --  and the full-view.
4890
4891          if No (Class_Wide_Type (T)) then
4892             CW := Make_Defining_Identifier (Loc,  New_Internal_Name ('S'));
4893
4894             --  Set parent to be the same as the parent of the tagged type.
4895             --  We need a parent field set, and it is supposed to point to
4896             --  the declaration of the type. The tagged type declaration
4897             --  essentially declares two separate types, the tagged type
4898             --  itself and the corresponding class-wide type, so it is
4899             --  reasonable for the parent fields to point to the declaration
4900             --  in both cases.
4901
4902             Set_Parent (CW, Parent (T));
4903
4904             --  Set remaining fields of classwide type
4905
4906             Set_Ekind                     (CW, E_Class_Wide_Type);
4907             Set_Etype                     (CW, T);
4908             Set_Scope                     (CW, Scop);
4909             Set_Is_Tagged_Type            (CW);
4910             Set_Is_First_Subtype          (CW, True);
4911             Init_Size_Align               (CW);
4912             Set_Has_Unknown_Discriminants (CW, True);
4913             Set_Class_Wide_Type           (CW, CW);
4914             Set_Equivalent_Type           (CW, Empty);
4915             Set_From_With_Type            (CW, From_With_Type (T));
4916
4917             --  Link type to its class-wide type
4918
4919             Set_Class_Wide_Type           (T, CW);
4920          end if;
4921       end Decorate_Tagged_Type;
4922
4923       ------------------------------------
4924       -- Decorate_Package_Specification --
4925       ------------------------------------
4926
4927       procedure Decorate_Package_Specification (P : Entity_Id) is
4928       begin
4929          --  Place only the most basic attributes
4930
4931          Set_Ekind (P, E_Package);
4932          Set_Etype (P, Standard_Void_Type);
4933       end Decorate_Package_Specification;
4934
4935       --------------------------------
4936       -- New_Internal_Shadow_Entity --
4937       --------------------------------
4938
4939       function New_Internal_Shadow_Entity
4940         (Kind       : Entity_Kind;
4941          Sloc_Value : Source_Ptr;
4942          Id_Char    : Character) return Entity_Id
4943       is
4944          E : constant Entity_Id :=
4945                Make_Defining_Identifier (Sloc_Value,
4946                  Chars => New_Internal_Name (Id_Char));
4947
4948       begin
4949          Set_Ekind       (E, Kind);
4950          Set_Is_Internal (E, True);
4951
4952          if Kind in Type_Kind then
4953             Init_Size_Align (E);
4954          end if;
4955
4956          Append_Entity (E, Lim_Header);
4957          Last_Lim_E := E;
4958          return E;
4959       end New_Internal_Shadow_Entity;
4960
4961       -----------------
4962       -- Build_Chain --
4963       -----------------
4964
4965       procedure Build_Chain
4966         (Scope         : Entity_Id;
4967          First_Decl    : Node_Id)
4968       is
4969          Analyzed_Unit : constant Boolean := Analyzed (Cunit (Unum));
4970          Is_Tagged     : Boolean;
4971          Decl          : Node_Id;
4972
4973       begin
4974          Decl := First_Decl;
4975          while Present (Decl) loop
4976
4977             --  For each library_package_declaration in the environment, there
4978             --  is an implicit declaration of a *limited view* of that library
4979             --  package. The limited view of a package contains:
4980
4981             --   * For each nested package_declaration, a declaration of the
4982             --     limited view of that package, with the same defining-
4983             --     program-unit name.
4984
4985             --   * For each type_declaration in the visible part, an incomplete
4986             --     type-declaration with the same defining_identifier, whose
4987             --     completion is the type_declaration. If the type_declaration
4988             --     is tagged, then the incomplete_type_declaration is tagged
4989             --     incomplete.
4990
4991             --     The partial view is tagged if the declaration has the
4992             --     explicit keyword, or else if it is a type extension, both
4993             --     of which can be ascertained syntactically.
4994
4995             if Nkind (Decl) = N_Full_Type_Declaration then
4996                Is_Tagged :=
4997                   (Nkind (Type_Definition (Decl)) = N_Record_Definition
4998                     and then Tagged_Present (Type_Definition (Decl)))
4999                  or else
5000                    (Nkind (Type_Definition (Decl)) = N_Derived_Type_Definition
5001                      and then
5002                        Present
5003                          (Record_Extension_Part (Type_Definition (Decl))));
5004
5005                Comp_Typ := Defining_Identifier (Decl);
5006
5007                if not Analyzed_Unit then
5008                   if Is_Tagged then
5009                      Decorate_Tagged_Type (Sloc (Decl), Comp_Typ, Scope);
5010                   else
5011                      Decorate_Incomplete_Type (Comp_Typ, Scope);
5012                   end if;
5013                end if;
5014
5015                --  Create shadow entity for type
5016
5017                Lim_Typ := New_Internal_Shadow_Entity
5018                  (Kind       => Ekind (Comp_Typ),
5019                   Sloc_Value => Sloc (Comp_Typ),
5020                   Id_Char    => 'Z');
5021
5022                Set_Chars  (Lim_Typ, Chars (Comp_Typ));
5023                Set_Parent (Lim_Typ, Parent (Comp_Typ));
5024                Set_From_With_Type (Lim_Typ);
5025
5026                if Is_Tagged then
5027                   Decorate_Tagged_Type (Sloc (Decl), Lim_Typ, Scope);
5028                else
5029                   Decorate_Incomplete_Type (Lim_Typ, Scope);
5030                end if;
5031
5032                Set_Non_Limited_View (Lim_Typ, Comp_Typ);
5033
5034             elsif Nkind_In (Decl, N_Private_Type_Declaration,
5035                                   N_Incomplete_Type_Declaration,
5036                                   N_Task_Type_Declaration,
5037                                   N_Protected_Type_Declaration)
5038             then
5039                Comp_Typ := Defining_Identifier (Decl);
5040
5041                Is_Tagged :=
5042                  Nkind_In (Decl, N_Private_Type_Declaration,
5043                                  N_Incomplete_Type_Declaration)
5044                  and then Tagged_Present (Decl);
5045
5046                if not Analyzed_Unit then
5047                   if Is_Tagged then
5048                      Decorate_Tagged_Type (Sloc (Decl), Comp_Typ, Scope);
5049                   else
5050                      Decorate_Incomplete_Type (Comp_Typ, Scope);
5051                   end if;
5052                end if;
5053
5054                Lim_Typ  := New_Internal_Shadow_Entity
5055                  (Kind       => Ekind (Comp_Typ),
5056                   Sloc_Value => Sloc (Comp_Typ),
5057                   Id_Char    => 'Z');
5058
5059                Set_Chars  (Lim_Typ, Chars (Comp_Typ));
5060                Set_Parent (Lim_Typ, Parent (Comp_Typ));
5061                Set_From_With_Type (Lim_Typ);
5062
5063                if Is_Tagged then
5064                   Decorate_Tagged_Type (Sloc (Decl), Lim_Typ, Scope);
5065                else
5066                   Decorate_Incomplete_Type (Lim_Typ, Scope);
5067                end if;
5068
5069                Set_Non_Limited_View (Lim_Typ, Comp_Typ);
5070
5071             elsif Nkind (Decl) = N_Private_Extension_Declaration then
5072                Comp_Typ := Defining_Identifier (Decl);
5073
5074                if not Analyzed_Unit then
5075                   Decorate_Tagged_Type (Sloc (Decl), Comp_Typ, Scope);
5076                end if;
5077
5078                --  Create shadow entity for type
5079
5080                Lim_Typ := New_Internal_Shadow_Entity
5081                  (Kind       => Ekind (Comp_Typ),
5082                   Sloc_Value => Sloc (Comp_Typ),
5083                   Id_Char    => 'Z');
5084
5085                Set_Chars  (Lim_Typ, Chars (Comp_Typ));
5086                Set_Parent (Lim_Typ, Parent (Comp_Typ));
5087                Set_From_With_Type (Lim_Typ);
5088
5089                Decorate_Tagged_Type (Sloc (Decl), Lim_Typ, Scope);
5090                Set_Non_Limited_View (Lim_Typ, Comp_Typ);
5091
5092             elsif Nkind (Decl) = N_Package_Declaration then
5093
5094                --  Local package
5095
5096                declare
5097                   Spec : constant Node_Id := Specification (Decl);
5098
5099                begin
5100                   Comp_Typ := Defining_Unit_Name (Spec);
5101
5102                   if not Analyzed (Cunit (Unum)) then
5103                      Decorate_Package_Specification (Comp_Typ);
5104                      Set_Scope (Comp_Typ, Scope);
5105                   end if;
5106
5107                   Lim_Typ  := New_Internal_Shadow_Entity
5108                     (Kind       => Ekind (Comp_Typ),
5109                      Sloc_Value => Sloc (Comp_Typ),
5110                      Id_Char    => 'Z');
5111
5112                   Decorate_Package_Specification (Lim_Typ);
5113                   Set_Scope (Lim_Typ, Scope);
5114
5115                   Set_Chars  (Lim_Typ, Chars (Comp_Typ));
5116                   Set_Parent (Lim_Typ, Parent (Comp_Typ));
5117                   Set_From_With_Type (Lim_Typ);
5118
5119                   --  Note: The non_limited_view attribute is not used
5120                   --  for local packages.
5121
5122                   Build_Chain
5123                     (Scope      => Lim_Typ,
5124                      First_Decl => First (Visible_Declarations (Spec)));
5125                end;
5126             end if;
5127
5128             Next (Decl);
5129          end loop;
5130       end Build_Chain;
5131
5132    --  Start of processing for Build_Limited_Views
5133
5134    begin
5135       pragma Assert (Limited_Present (N));
5136
5137       --  A library_item mentioned in a limited_with_clause is a package
5138       --  declaration, not a subprogram declaration, generic declaration,
5139       --  generic instantiation, or package renaming declaration.
5140
5141       case Nkind (Unit (Library_Unit (N))) is
5142          when N_Package_Declaration =>
5143             null;
5144
5145          when N_Subprogram_Declaration =>
5146             Error_Msg_N ("subprograms not allowed in "
5147                          & "limited with_clauses", N);
5148             return;
5149
5150          when N_Generic_Package_Declaration |
5151               N_Generic_Subprogram_Declaration =>
5152             Error_Msg_N ("generics not allowed in "
5153                          & "limited with_clauses", N);
5154             return;
5155
5156          when N_Generic_Instantiation =>
5157             Error_Msg_N ("generic instantiations not allowed in "
5158                          & "limited with_clauses", N);
5159             return;
5160
5161          when N_Generic_Renaming_Declaration =>
5162             Error_Msg_N ("generic renamings not allowed in "
5163                          & "limited with_clauses", N);
5164             return;
5165
5166          when N_Subprogram_Renaming_Declaration =>
5167             Error_Msg_N ("renamed subprograms not allowed in "
5168                          & "limited with_clauses", N);
5169             return;
5170
5171          when N_Package_Renaming_Declaration =>
5172             Error_Msg_N ("renamed packages not allowed in "
5173                          & "limited with_clauses", N);
5174             return;
5175
5176          when others =>
5177             raise Program_Error;
5178       end case;
5179
5180       --  Check if the chain is already built
5181
5182       Spec := Specification (Unit (Library_Unit (N)));
5183
5184       if Limited_View_Installed (Spec) then
5185          return;
5186       end if;
5187
5188       Set_Ekind (P, E_Package);
5189
5190       --  Build the header of the limited_view
5191
5192       Lim_Header :=
5193         Make_Defining_Identifier (Sloc (N),
5194           Chars => New_Internal_Name (Id_Char => 'Z'));
5195       Set_Ekind (Lim_Header, E_Package);
5196       Set_Is_Internal (Lim_Header);
5197       Set_Limited_View (P, Lim_Header);
5198
5199       --  Create the auxiliary chain. All the shadow entities are appended to
5200       --  the list of entities of the limited-view header
5201
5202       Build_Chain
5203         (Scope      => P,
5204          First_Decl => First (Visible_Declarations (Spec)));
5205
5206       --  Save the last built shadow entity. It is needed later to set the
5207       --  reference to the first shadow entity in the private part
5208
5209       Last_Pub_Lim_E := Last_Lim_E;
5210
5211       --  Ada 2005 (AI-262): Add the limited view of the private declarations
5212       --  Required to give support to limited-private-with clauses
5213
5214       Build_Chain (Scope      => P,
5215                    First_Decl => First (Private_Declarations (Spec)));
5216
5217       if Last_Pub_Lim_E /= Empty then
5218          Set_First_Private_Entity (Lim_Header,
5219                                    Next_Entity (Last_Pub_Lim_E));
5220       else
5221          Set_First_Private_Entity (Lim_Header,
5222                                    First_Entity (P));
5223       end if;
5224
5225       Set_Limited_View_Installed (Spec);
5226    end Build_Limited_Views;
5227
5228    -------------------------------
5229    -- Check_Body_Needed_For_SAL --
5230    -------------------------------
5231
5232    procedure Check_Body_Needed_For_SAL (Unit_Name : Entity_Id) is
5233
5234       function Entity_Needs_Body (E : Entity_Id) return Boolean;
5235       --  Determine whether use of entity E might require the presence of its
5236       --  body. For a package this requires a recursive traversal of all nested
5237       --  declarations.
5238
5239       ---------------------------
5240       -- Entity_Needed_For_SAL --
5241       ---------------------------
5242
5243       function Entity_Needs_Body (E : Entity_Id) return Boolean is
5244          Ent : Entity_Id;
5245
5246       begin
5247          if Is_Subprogram (E)
5248            and then Has_Pragma_Inline (E)
5249          then
5250             return True;
5251
5252          elsif Ekind (E) = E_Generic_Function
5253            or else Ekind (E) = E_Generic_Procedure
5254          then
5255             return True;
5256
5257          elsif Ekind (E) = E_Generic_Package
5258            and then
5259              Nkind (Unit_Declaration_Node (E)) = N_Generic_Package_Declaration
5260            and then Present (Corresponding_Body (Unit_Declaration_Node (E)))
5261          then
5262             return True;
5263
5264          elsif Ekind (E) = E_Package
5265            and then
5266              Nkind (Unit_Declaration_Node (E)) = N_Package_Declaration
5267            and then Present (Corresponding_Body (Unit_Declaration_Node (E)))
5268          then
5269             Ent := First_Entity (E);
5270             while Present (Ent) loop
5271                if Entity_Needs_Body (Ent) then
5272                   return True;
5273                end if;
5274
5275                Next_Entity (Ent);
5276             end loop;
5277
5278             return False;
5279
5280          else
5281             return False;
5282          end if;
5283       end Entity_Needs_Body;
5284
5285    --  Start of processing for Check_Body_Needed_For_SAL
5286
5287    begin
5288       if Ekind (Unit_Name) = E_Generic_Package
5289         and then
5290           Nkind (Unit_Declaration_Node (Unit_Name)) =
5291                                             N_Generic_Package_Declaration
5292         and then
5293           Present (Corresponding_Body (Unit_Declaration_Node (Unit_Name)))
5294       then
5295          Set_Body_Needed_For_SAL (Unit_Name);
5296
5297       elsif Ekind (Unit_Name) = E_Generic_Procedure
5298         or else Ekind (Unit_Name) = E_Generic_Function
5299       then
5300          Set_Body_Needed_For_SAL (Unit_Name);
5301
5302       elsif Is_Subprogram (Unit_Name)
5303         and then Nkind (Unit_Declaration_Node (Unit_Name)) =
5304                                             N_Subprogram_Declaration
5305         and then Has_Pragma_Inline (Unit_Name)
5306       then
5307          Set_Body_Needed_For_SAL (Unit_Name);
5308
5309       elsif Ekind (Unit_Name) = E_Subprogram_Body then
5310          Check_Body_Needed_For_SAL
5311            (Corresponding_Spec (Unit_Declaration_Node (Unit_Name)));
5312
5313       elsif Ekind (Unit_Name) = E_Package
5314         and then Entity_Needs_Body (Unit_Name)
5315       then
5316          Set_Body_Needed_For_SAL (Unit_Name);
5317
5318       elsif Ekind (Unit_Name) = E_Package_Body
5319         and then Nkind (Unit_Declaration_Node (Unit_Name)) = N_Package_Body
5320       then
5321          Check_Body_Needed_For_SAL
5322            (Corresponding_Spec (Unit_Declaration_Node (Unit_Name)));
5323       end if;
5324    end Check_Body_Needed_For_SAL;
5325
5326    --------------------
5327    -- Remove_Context --
5328    --------------------
5329
5330    procedure Remove_Context (N : Node_Id) is
5331       Lib_Unit : constant Node_Id := Unit (N);
5332
5333    begin
5334       --  If this is a child unit, first remove the parent units
5335
5336       if Is_Child_Spec (Lib_Unit) then
5337          Remove_Parents (Lib_Unit);
5338       end if;
5339
5340       Remove_Context_Clauses (N);
5341    end Remove_Context;
5342
5343    ----------------------------
5344    -- Remove_Context_Clauses --
5345    ----------------------------
5346
5347    procedure Remove_Context_Clauses (N : Node_Id) is
5348       Item      : Node_Id;
5349       Unit_Name : Entity_Id;
5350
5351    begin
5352       --  Ada 2005 (AI-50217): We remove the context clauses in two phases:
5353       --  limited-views first and regular-views later (to maintain the
5354       --  stack model).
5355
5356       --  First Phase: Remove limited_with context clauses
5357
5358       Item := First (Context_Items (N));
5359       while Present (Item) loop
5360
5361          --  We are interested only in with clauses which got installed
5362          --  on entry.
5363
5364          if Nkind (Item) = N_With_Clause
5365            and then Limited_Present (Item)
5366            and then Limited_View_Installed (Item)
5367          then
5368             Remove_Limited_With_Clause (Item);
5369          end if;
5370
5371          Next (Item);
5372       end loop;
5373
5374       --  Second Phase: Loop through context items and undo regular
5375       --  with_clauses and use_clauses.
5376
5377       Item := First (Context_Items (N));
5378       while Present (Item) loop
5379
5380          --  We are interested only in with clauses which got installed on
5381          --  entry, as indicated by their Context_Installed flag set
5382
5383          if Nkind (Item) = N_With_Clause
5384            and then Limited_Present (Item)
5385            and then Limited_View_Installed (Item)
5386          then
5387             null;
5388
5389          elsif Nkind (Item) = N_With_Clause
5390             and then Context_Installed (Item)
5391          then
5392             --  Remove items from one with'ed unit
5393
5394             Unit_Name := Entity (Name (Item));
5395             Remove_Unit_From_Visibility (Unit_Name);
5396             Set_Context_Installed (Item, False);
5397
5398          elsif Nkind (Item) = N_Use_Package_Clause then
5399             End_Use_Package (Item);
5400
5401          elsif Nkind (Item) = N_Use_Type_Clause then
5402             End_Use_Type (Item);
5403          end if;
5404
5405          Next (Item);
5406       end loop;
5407    end Remove_Context_Clauses;
5408
5409    --------------------------------
5410    -- Remove_Limited_With_Clause --
5411    --------------------------------
5412
5413    procedure Remove_Limited_With_Clause (N : Node_Id) is
5414       P_Unit     : constant Entity_Id := Unit (Library_Unit (N));
5415       E          : Entity_Id;
5416       P          : Entity_Id;
5417       Lim_Header : Entity_Id;
5418       Lim_Typ    : Entity_Id;
5419       Prev       : Entity_Id;
5420
5421    begin
5422       pragma Assert (Limited_View_Installed (N));
5423
5424       --  In case of limited with_clause on subprograms, generics, instances,
5425       --  or renamings, the corresponding error was previously posted and we
5426       --  have nothing to do here.
5427
5428       if Nkind (P_Unit) /= N_Package_Declaration then
5429          return;
5430       end if;
5431
5432       P := Defining_Unit_Name (Specification (P_Unit));
5433
5434       --  Handle child packages
5435
5436       if Nkind (P) = N_Defining_Program_Unit_Name then
5437          P := Defining_Identifier (P);
5438       end if;
5439
5440       if Debug_Flag_I then
5441          Write_Str ("remove limited view of ");
5442          Write_Name (Chars (P));
5443          Write_Str (" from visibility");
5444          Write_Eol;
5445       end if;
5446
5447       --  Prepare the removal of the shadow entities from visibility. The
5448       --  first element of the limited view is a header (an E_Package
5449       --  entity) that is used to reference the first shadow entity in the
5450       --  private part of the package
5451
5452       Lim_Header := Limited_View (P);
5453       Lim_Typ    := First_Entity (Lim_Header);
5454
5455       --  Remove package and shadow entities from visibility if it has not
5456       --  been analyzed
5457
5458       if not Analyzed (P_Unit) then
5459          Unchain (P);
5460          Set_Is_Immediately_Visible (P, False);
5461
5462          while Present (Lim_Typ) loop
5463             Unchain (Lim_Typ);
5464             Next_Entity (Lim_Typ);
5465          end loop;
5466
5467       --  Otherwise this package has already appeared in the closure and its
5468       --  shadow entities must be replaced by its real entities. This code
5469       --  must be kept synchronized with the complementary code in Install
5470       --  Limited_Withed_Unit.
5471
5472       else
5473          --  Real entities that are type or subtype declarations were hidden
5474          --  from visibility at the point of installation of the limited-view.
5475          --  Now we recover the previous value of the hidden attribute.
5476
5477          E := First_Entity (P);
5478          while Present (E) and then E /= First_Private_Entity (P) loop
5479             if Is_Type (E) then
5480                Set_Is_Hidden (E, Was_Hidden (E));
5481             end if;
5482
5483             Next_Entity (E);
5484          end loop;
5485
5486          while Present (Lim_Typ)
5487            and then Lim_Typ /= First_Private_Entity (Lim_Header)
5488          loop
5489             --  Nested packages and child units were not unchained
5490
5491             if Ekind (Lim_Typ) /= E_Package
5492               and then not Is_Child_Unit (Non_Limited_View (Lim_Typ))
5493             then
5494                --  Handle incomplete types of the real view. For this purpose
5495                --  we traverse the list of visible entities to look for an
5496                --  incomplete type in the real-view associated with Lim_Typ.
5497
5498                E := First_Entity (P);
5499                while Present (E) and then E /= First_Private_Entity (P) loop
5500                   exit when Ekind (E) = E_Incomplete_Type
5501                     and then Present (Full_View (E))
5502                     and then Full_View (E) = Lim_Typ;
5503
5504                   Next_Entity (E);
5505                end loop;
5506
5507                --  If the previous search was not successful then the entity
5508                --  to be restored in the homonym list is the non-limited view
5509
5510                if E = First_Private_Entity (P) then
5511                   E := Non_Limited_View (Lim_Typ);
5512                end if;
5513
5514                pragma Assert (not In_Chain (E));
5515
5516                Prev := Current_Entity (Lim_Typ);
5517
5518                if Prev = Lim_Typ then
5519                   Set_Current_Entity (E);
5520
5521                else
5522                   while Present (Prev)
5523                     and then Homonym (Prev) /= Lim_Typ
5524                   loop
5525                      Prev := Homonym (Prev);
5526                   end loop;
5527
5528                   if Present (Prev) then
5529                      Set_Homonym (Prev, E);
5530                   end if;
5531                end if;
5532
5533                --  We must also set the next homonym entity of the real entity
5534                --  to handle the case in which the next homonym was a shadow
5535                --  entity.
5536
5537                Set_Homonym (E, Homonym (Lim_Typ));
5538             end if;
5539
5540             Next_Entity (Lim_Typ);
5541          end loop;
5542       end if;
5543
5544       --  Indicate that the limited view of the package is not installed
5545
5546       Set_From_With_Type         (P, False);
5547       Set_Limited_View_Installed (N, False);
5548    end Remove_Limited_With_Clause;
5549
5550    --------------------
5551    -- Remove_Parents --
5552    --------------------
5553
5554    procedure Remove_Parents (Lib_Unit : Node_Id) is
5555       P      : Node_Id;
5556       P_Name : Entity_Id;
5557       P_Spec : Node_Id := Empty;
5558       E      : Entity_Id;
5559       Vis    : constant Boolean :=
5560                  Scope_Stack.Table (Scope_Stack.Last).Previous_Visibility;
5561
5562    begin
5563       if Is_Child_Spec (Lib_Unit) then
5564          P_Spec := Parent_Spec (Lib_Unit);
5565
5566       elsif Nkind (Lib_Unit) = N_Package_Body
5567         and then Nkind (Original_Node (Lib_Unit)) = N_Package_Instantiation
5568       then
5569          P_Spec := Parent_Spec (Original_Node (Lib_Unit));
5570       end if;
5571
5572       if Present (P_Spec) then
5573
5574          P := Unit (P_Spec);
5575          P_Name := Get_Parent_Entity (P);
5576          Remove_Context_Clauses (P_Spec);
5577          End_Package_Scope (P_Name);
5578          Set_Is_Immediately_Visible (P_Name, Vis);
5579
5580          --  Remove from visibility the siblings as well, which are directly
5581          --  visible while the parent is in scope.
5582
5583          E := First_Entity (P_Name);
5584          while Present (E) loop
5585             if Is_Child_Unit (E) then
5586                Set_Is_Immediately_Visible (E, False);
5587             end if;
5588
5589             Next_Entity (E);
5590          end loop;
5591
5592          Set_In_Package_Body (P_Name, False);
5593
5594          --  This is the recursive call to remove the context of any
5595          --  higher level parent. This recursion ensures that all parents
5596          --  are removed in the reverse order of their installation.
5597
5598          Remove_Parents (P);
5599       end if;
5600    end Remove_Parents;
5601
5602    ---------------------------------
5603    -- Remove_Private_With_Clauses --
5604    ---------------------------------
5605
5606    procedure Remove_Private_With_Clauses (Comp_Unit : Node_Id) is
5607       Item : Node_Id;
5608
5609       function In_Regular_With_Clause (E : Entity_Id) return Boolean;
5610       --  Check whether a given unit appears in a regular with_clause.
5611       --  Used to determine whether a private_with_clause, implicit or
5612       --  explicit, should be ignored.
5613
5614       ----------------------------
5615       -- In_Regular_With_Clause --
5616       ----------------------------
5617
5618       function In_Regular_With_Clause (E : Entity_Id) return Boolean
5619       is
5620          Item : Node_Id;
5621
5622       begin
5623          Item := First (Context_Items (Comp_Unit));
5624          while Present (Item) loop
5625             if Nkind (Item) = N_With_Clause
5626               and then Entity (Name (Item)) = E
5627               and then not Private_Present (Item)
5628             then
5629                return True;
5630             end if;
5631             Next (Item);
5632          end loop;
5633
5634          return False;
5635       end In_Regular_With_Clause;
5636
5637    --  Start of processing for Remove_Private_With_Clauses
5638
5639    begin
5640       Item := First (Context_Items (Comp_Unit));
5641       while Present (Item) loop
5642          if Nkind (Item) = N_With_Clause
5643            and then Private_Present (Item)
5644          then
5645             --  If private_with_clause is redundant, remove it from
5646             --  context, as a small optimization to subsequent handling
5647             --  of private_with clauses in other nested packages..
5648
5649             if In_Regular_With_Clause (Entity (Name (Item))) then
5650                declare
5651                   Nxt : constant Node_Id := Next (Item);
5652                begin
5653                   Remove (Item);
5654                   Item := Nxt;
5655                end;
5656
5657             elsif Limited_Present (Item) then
5658                if not Limited_View_Installed (Item) then
5659                   Remove_Limited_With_Clause (Item);
5660                end if;
5661
5662                Next (Item);
5663
5664             else
5665                Remove_Unit_From_Visibility (Entity (Name (Item)));
5666                Set_Context_Installed (Item, False);
5667                Next (Item);
5668             end if;
5669
5670          else
5671             Next (Item);
5672          end if;
5673       end loop;
5674    end Remove_Private_With_Clauses;
5675
5676    ---------------------------------
5677    -- Remove_Unit_From_Visibility --
5678    ---------------------------------
5679
5680    procedure Remove_Unit_From_Visibility (Unit_Name : Entity_Id) is
5681       P : constant Entity_Id := Scope (Unit_Name);
5682
5683    begin
5684       if Debug_Flag_I then
5685          Write_Str ("remove unit ");
5686          Write_Name (Chars (Unit_Name));
5687          Write_Str (" from visibility");
5688          Write_Eol;
5689       end if;
5690
5691       if P /= Standard_Standard then
5692          Set_Is_Visible_Child_Unit (Unit_Name, False);
5693       end if;
5694
5695       Set_Is_Potentially_Use_Visible (Unit_Name, False);
5696       Set_Is_Immediately_Visible     (Unit_Name, False);
5697    end Remove_Unit_From_Visibility;
5698
5699    --------
5700    -- sm --
5701    --------
5702
5703    procedure sm is
5704    begin
5705       null;
5706    end sm;
5707
5708    -------------
5709    -- Unchain --
5710    -------------
5711
5712    procedure Unchain (E : Entity_Id) is
5713       Prev : Entity_Id;
5714
5715    begin
5716       Prev := Current_Entity (E);
5717
5718       if No (Prev) then
5719          return;
5720
5721       elsif Prev = E then
5722          Set_Name_Entity_Id (Chars (E), Homonym (E));
5723
5724       else
5725          while Present (Prev)
5726            and then Homonym (Prev) /= E
5727          loop
5728             Prev := Homonym (Prev);
5729          end loop;
5730
5731          if Present (Prev) then
5732             Set_Homonym (Prev, Homonym (E));
5733          end if;
5734       end if;
5735
5736       if Debug_Flag_I then
5737          Write_Str ("   (homonym) unchain ");
5738          Write_Name (Chars (E));
5739          Write_Eol;
5740       end if;
5741    end Unchain;
5742
5743 end Sem_Ch10;