OSDN Git Service

2009-07-13 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / freeze.adb
1 ------------------------------------------------------------------------------
2 --                                                                          --
3 --                         GNAT COMPILER COMPONENTS                         --
4 --                                                                          --
5 --                               F R E E Z E                                --
6 --                                                                          --
7 --                                 B o d y                                  --
8 --                                                                          --
9 --          Copyright (C) 1992-2009, 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.                                     --
17 --                                                                          --
18 -- You should have received a copy of the GNU General Public License along  --
19 -- with this program; see file COPYING3.  If not see                        --
20 -- <http://www.gnu.org/licenses/>.                                          --
21 --                                                                          --
22 -- GNAT was originally developed  by the GNAT team at  New York University. --
23 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
24 --                                                                          --
25 ------------------------------------------------------------------------------
26
27 with Atree;    use Atree;
28 with Debug;    use Debug;
29 with Einfo;    use Einfo;
30 with Elists;   use Elists;
31 with Errout;   use Errout;
32 with Exp_Ch3;  use Exp_Ch3;
33 with Exp_Ch7;  use Exp_Ch7;
34 with Exp_Disp; use Exp_Disp;
35 with Exp_Pakd; use Exp_Pakd;
36 with Exp_Util; use Exp_Util;
37 with Exp_Tss;  use Exp_Tss;
38 with Layout;   use Layout;
39 with Namet;    use Namet;
40 with Nlists;   use Nlists;
41 with Nmake;    use Nmake;
42 with Opt;      use Opt;
43 with Restrict; use Restrict;
44 with Rident;   use Rident;
45 with Sem;      use Sem;
46 with Sem_Aux;  use Sem_Aux;
47 with Sem_Cat;  use Sem_Cat;
48 with Sem_Ch6;  use Sem_Ch6;
49 with Sem_Ch7;  use Sem_Ch7;
50 with Sem_Ch8;  use Sem_Ch8;
51 with Sem_Ch13; use Sem_Ch13;
52 with Sem_Eval; use Sem_Eval;
53 with Sem_Mech; use Sem_Mech;
54 with Sem_Prag; use Sem_Prag;
55 with Sem_Res;  use Sem_Res;
56 with Sem_Util; use Sem_Util;
57 with Sinfo;    use Sinfo;
58 with Snames;   use Snames;
59 with Stand;    use Stand;
60 with Targparm; use Targparm;
61 with Tbuild;   use Tbuild;
62 with Ttypes;   use Ttypes;
63 with Uintp;    use Uintp;
64 with Urealp;   use Urealp;
65
66 package body Freeze is
67
68    -----------------------
69    -- Local Subprograms --
70    -----------------------
71
72    procedure Adjust_Esize_For_Alignment (Typ : Entity_Id);
73    --  Typ is a type that is being frozen. If no size clause is given,
74    --  but a default Esize has been computed, then this default Esize is
75    --  adjusted up if necessary to be consistent with a given alignment,
76    --  but never to a value greater than Long_Long_Integer'Size. This
77    --  is used for all discrete types and for fixed-point types.
78
79    procedure Build_And_Analyze_Renamed_Body
80      (Decl  : Node_Id;
81       New_S : Entity_Id;
82       After : in out Node_Id);
83    --  Build body for a renaming declaration, insert in tree and analyze
84
85    procedure Check_Address_Clause (E : Entity_Id);
86    --  Apply legality checks to address clauses for object declarations,
87    --  at the point the object is frozen.
88
89    procedure Check_Strict_Alignment (E : Entity_Id);
90    --  E is a base type. If E is tagged or has a component that is aliased
91    --  or tagged or contains something this is aliased or tagged, set
92    --  Strict_Alignment.
93
94    procedure Check_Unsigned_Type (E : Entity_Id);
95    pragma Inline (Check_Unsigned_Type);
96    --  If E is a fixed-point or discrete type, then all the necessary work
97    --  to freeze it is completed except for possible setting of the flag
98    --  Is_Unsigned_Type, which is done by this procedure. The call has no
99    --  effect if the entity E is not a discrete or fixed-point type.
100
101    procedure Freeze_And_Append
102      (Ent    : Entity_Id;
103       Loc    : Source_Ptr;
104       Result : in out List_Id);
105    --  Freezes Ent using Freeze_Entity, and appends the resulting list of
106    --  nodes to Result, modifying Result from No_List if necessary.
107
108    procedure Freeze_Enumeration_Type (Typ : Entity_Id);
109    --  Freeze enumeration type. The Esize field is set as processing
110    --  proceeds (i.e. set by default when the type is declared and then
111    --  adjusted by rep clauses. What this procedure does is to make sure
112    --  that if a foreign convention is specified, and no specific size
113    --  is given, then the size must be at least Integer'Size.
114
115    procedure Freeze_Static_Object (E : Entity_Id);
116    --  If an object is frozen which has Is_Statically_Allocated set, then
117    --  all referenced types must also be marked with this flag. This routine
118    --  is in charge of meeting this requirement for the object entity E.
119
120    procedure Freeze_Subprogram (E : Entity_Id);
121    --  Perform freezing actions for a subprogram (create extra formals,
122    --  and set proper default mechanism values). Note that this routine
123    --  is not called for internal subprograms, for which neither of these
124    --  actions is needed (or desirable, we do not want for example to have
125    --  these extra formals present in initialization procedures, where they
126    --  would serve no purpose). In this call E is either a subprogram or
127    --  a subprogram type (i.e. an access to a subprogram).
128
129    function Is_Fully_Defined (T : Entity_Id) return Boolean;
130    --  True if T is not private and has no private components, or has a full
131    --  view. Used to determine whether the designated type of an access type
132    --  should be frozen when the access type is frozen. This is done when an
133    --  allocator is frozen, or an expression that may involve attributes of
134    --  the designated type. Otherwise freezing the access type does not freeze
135    --  the designated type.
136
137    procedure Process_Default_Expressions
138      (E     : Entity_Id;
139       After : in out Node_Id);
140    --  This procedure is called for each subprogram to complete processing
141    --  of default expressions at the point where all types are known to be
142    --  frozen. The expressions must be analyzed in full, to make sure that
143    --  all error processing is done (they have only been pre-analyzed). If
144    --  the expression is not an entity or literal, its analysis may generate
145    --  code which must not be executed. In that case we build a function
146    --  body to hold that code. This wrapper function serves no other purpose
147    --  (it used to be called to evaluate the default, but now the default is
148    --  inlined at each point of call).
149
150    procedure Set_Component_Alignment_If_Not_Set (Typ : Entity_Id);
151    --  Typ is a record or array type that is being frozen. This routine
152    --  sets the default component alignment from the scope stack values
153    --  if the alignment is otherwise not specified.
154
155    procedure Check_Debug_Info_Needed (T : Entity_Id);
156    --  As each entity is frozen, this routine is called to deal with the
157    --  setting of Debug_Info_Needed for the entity. This flag is set if
158    --  the entity comes from source, or if we are in Debug_Generated_Code
159    --  mode or if the -gnatdV debug flag is set. However, it never sets
160    --  the flag if Debug_Info_Off is set. This procedure also ensures that
161    --  subsidiary entities have the flag set as required.
162
163    procedure Undelay_Type (T : Entity_Id);
164    --  T is a type of a component that we know to be an Itype.
165    --  We don't want this to have a Freeze_Node, so ensure it doesn't.
166    --  Do the same for any Full_View or Corresponding_Record_Type.
167
168    procedure Warn_Overlay
169      (Expr : Node_Id;
170       Typ  : Entity_Id;
171       Nam  : Node_Id);
172    --  Expr is the expression for an address clause for entity Nam whose type
173    --  is Typ. If Typ has a default initialization, and there is no explicit
174    --  initialization in the source declaration, check whether the address
175    --  clause might cause overlaying of an entity, and emit a warning on the
176    --  side effect that the initialization will cause.
177
178    -------------------------------
179    -- Adjust_Esize_For_Alignment --
180    -------------------------------
181
182    procedure Adjust_Esize_For_Alignment (Typ : Entity_Id) is
183       Align : Uint;
184
185    begin
186       if Known_Esize (Typ) and then Known_Alignment (Typ) then
187          Align := Alignment_In_Bits (Typ);
188
189          if Align > Esize (Typ)
190            and then Align <= Standard_Long_Long_Integer_Size
191          then
192             Set_Esize (Typ, Align);
193          end if;
194       end if;
195    end Adjust_Esize_For_Alignment;
196
197    ------------------------------------
198    -- Build_And_Analyze_Renamed_Body --
199    ------------------------------------
200
201    procedure Build_And_Analyze_Renamed_Body
202      (Decl  : Node_Id;
203       New_S : Entity_Id;
204       After : in out Node_Id)
205    is
206       Body_Node : constant Node_Id := Build_Renamed_Body (Decl, New_S);
207    begin
208       Insert_After (After, Body_Node);
209       Mark_Rewrite_Insertion (Body_Node);
210       Analyze (Body_Node);
211       After := Body_Node;
212    end Build_And_Analyze_Renamed_Body;
213
214    ------------------------
215    -- Build_Renamed_Body --
216    ------------------------
217
218    function Build_Renamed_Body
219      (Decl  : Node_Id;
220       New_S : Entity_Id) return Node_Id
221    is
222       Loc : constant Source_Ptr := Sloc (New_S);
223       --  We use for the source location of the renamed body, the location
224       --  of the spec entity. It might seem more natural to use the location
225       --  of the renaming declaration itself, but that would be wrong, since
226       --  then the body we create would look as though it was created far
227       --  too late, and this could cause problems with elaboration order
228       --  analysis, particularly in connection with instantiations.
229
230       N          : constant Node_Id := Unit_Declaration_Node (New_S);
231       Nam        : constant Node_Id := Name (N);
232       Old_S      : Entity_Id;
233       Spec       : constant Node_Id := New_Copy_Tree (Specification (Decl));
234       Actuals    : List_Id := No_List;
235       Call_Node  : Node_Id;
236       Call_Name  : Node_Id;
237       Body_Node  : Node_Id;
238       Formal     : Entity_Id;
239       O_Formal   : Entity_Id;
240       Param_Spec : Node_Id;
241
242       Pref : Node_Id := Empty;
243       --  If the renamed entity is a primitive operation given in prefix form,
244       --  the prefix is the target object and it has to be added as the first
245       --  actual in the generated call.
246
247    begin
248       --  Determine the entity being renamed, which is the target of the call
249       --  statement. If the name is an explicit dereference, this is a renaming
250       --  of a subprogram type rather than a subprogram. The name itself is
251       --  fully analyzed.
252
253       if Nkind (Nam) = N_Selected_Component then
254          Old_S := Entity (Selector_Name (Nam));
255
256       elsif Nkind (Nam) = N_Explicit_Dereference then
257          Old_S := Etype (Nam);
258
259       elsif Nkind (Nam) = N_Indexed_Component then
260          if Is_Entity_Name (Prefix (Nam)) then
261             Old_S := Entity (Prefix (Nam));
262          else
263             Old_S := Entity (Selector_Name (Prefix (Nam)));
264          end if;
265
266       elsif Nkind (Nam) = N_Character_Literal then
267          Old_S := Etype (New_S);
268
269       else
270          Old_S := Entity (Nam);
271       end if;
272
273       if Is_Entity_Name (Nam) then
274
275          --  If the renamed entity is a predefined operator, retain full name
276          --  to ensure its visibility.
277
278          if Ekind (Old_S) = E_Operator
279            and then Nkind (Nam) = N_Expanded_Name
280          then
281             Call_Name := New_Copy (Name (N));
282          else
283             Call_Name := New_Reference_To (Old_S, Loc);
284          end if;
285
286       else
287          if Nkind (Nam) = N_Selected_Component
288            and then Present (First_Formal (Old_S))
289            and then
290              (Is_Controlling_Formal (First_Formal (Old_S))
291                 or else Is_Class_Wide_Type (Etype (First_Formal (Old_S))))
292          then
293
294             --  Retrieve the target object, to be added as a first actual
295             --  in the call.
296
297             Call_Name := New_Occurrence_Of (Old_S, Loc);
298             Pref := Prefix (Nam);
299
300          else
301             Call_Name := New_Copy (Name (N));
302          end if;
303
304          --  The original name may have been overloaded, but
305          --  is fully resolved now.
306
307          Set_Is_Overloaded (Call_Name, False);
308       end if;
309
310       --  For simple renamings, subsequent calls can be expanded directly as
311       --  called to the renamed entity. The body must be generated in any case
312       --  for calls they may appear elsewhere.
313
314       if (Ekind (Old_S) = E_Function
315            or else Ekind (Old_S) = E_Procedure)
316         and then Nkind (Decl) = N_Subprogram_Declaration
317       then
318          Set_Body_To_Inline (Decl, Old_S);
319       end if;
320
321       --  The body generated for this renaming is an internal artifact, and
322       --  does not  constitute a freeze point for the called entity.
323
324       Set_Must_Not_Freeze (Call_Name);
325
326       Formal := First_Formal (Defining_Entity (Decl));
327
328       if Present (Pref) then
329          declare
330             Pref_Type : constant Entity_Id := Etype (Pref);
331             Form_Type : constant Entity_Id := Etype (First_Formal (Old_S));
332
333          begin
334
335             --  The controlling formal may be an access parameter, or the
336             --  actual may be an access value, so adjust accordingly.
337
338             if Is_Access_Type (Pref_Type)
339               and then not Is_Access_Type (Form_Type)
340             then
341                Actuals := New_List
342                  (Make_Explicit_Dereference (Loc, Relocate_Node (Pref)));
343
344             elsif Is_Access_Type (Form_Type)
345               and then not Is_Access_Type (Pref)
346             then
347                Actuals := New_List
348                  (Make_Attribute_Reference (Loc,
349                    Attribute_Name => Name_Access,
350                    Prefix => Relocate_Node (Pref)));
351             else
352                Actuals := New_List (Pref);
353             end if;
354          end;
355
356       elsif Present (Formal) then
357          Actuals := New_List;
358
359       else
360          Actuals := No_List;
361       end if;
362
363       if Present (Formal) then
364          while Present (Formal) loop
365             Append (New_Reference_To (Formal, Loc), Actuals);
366             Next_Formal (Formal);
367          end loop;
368       end if;
369
370       --  If the renamed entity is an entry, inherit its profile. For other
371       --  renamings as bodies, both profiles must be subtype conformant, so it
372       --  is not necessary to replace the profile given in the declaration.
373       --  However, default values that are aggregates are rewritten when
374       --  partially analyzed, so we recover the original aggregate to insure
375       --  that subsequent conformity checking works. Similarly, if the default
376       --  expression was constant-folded, recover the original expression.
377
378       Formal := First_Formal (Defining_Entity (Decl));
379
380       if Present (Formal) then
381          O_Formal := First_Formal (Old_S);
382          Param_Spec := First (Parameter_Specifications (Spec));
383
384          while Present (Formal) loop
385             if Is_Entry (Old_S) then
386
387                if Nkind (Parameter_Type (Param_Spec)) /=
388                                                     N_Access_Definition
389                then
390                   Set_Etype (Formal, Etype (O_Formal));
391                   Set_Entity (Parameter_Type (Param_Spec), Etype (O_Formal));
392                end if;
393
394             elsif Nkind (Default_Value (O_Formal)) = N_Aggregate
395               or else Nkind (Original_Node (Default_Value (O_Formal))) /=
396                                            Nkind (Default_Value (O_Formal))
397             then
398                Set_Expression (Param_Spec,
399                  New_Copy_Tree (Original_Node (Default_Value (O_Formal))));
400             end if;
401
402             Next_Formal (Formal);
403             Next_Formal (O_Formal);
404             Next (Param_Spec);
405          end loop;
406       end if;
407
408       --  If the renamed entity is a function, the generated body contains a
409       --  return statement. Otherwise, build a procedure call. If the entity is
410       --  an entry, subsequent analysis of the call will transform it into the
411       --  proper entry or protected operation call. If the renamed entity is
412       --  a character literal, return it directly.
413
414       if Ekind (Old_S) = E_Function
415         or else Ekind (Old_S) = E_Operator
416         or else (Ekind (Old_S) = E_Subprogram_Type
417                   and then Etype (Old_S) /= Standard_Void_Type)
418       then
419          Call_Node :=
420            Make_Simple_Return_Statement (Loc,
421               Expression =>
422                 Make_Function_Call (Loc,
423                   Name => Call_Name,
424                   Parameter_Associations => Actuals));
425
426       elsif Ekind (Old_S) = E_Enumeration_Literal then
427          Call_Node :=
428            Make_Simple_Return_Statement (Loc,
429               Expression => New_Occurrence_Of (Old_S, Loc));
430
431       elsif Nkind (Nam) = N_Character_Literal then
432          Call_Node :=
433            Make_Simple_Return_Statement (Loc,
434              Expression => Call_Name);
435
436       else
437          Call_Node :=
438            Make_Procedure_Call_Statement (Loc,
439              Name => Call_Name,
440              Parameter_Associations => Actuals);
441       end if;
442
443       --  Create entities for subprogram body and formals
444
445       Set_Defining_Unit_Name (Spec,
446         Make_Defining_Identifier (Loc, Chars => Chars (New_S)));
447
448       Param_Spec := First (Parameter_Specifications (Spec));
449
450       while Present (Param_Spec) loop
451          Set_Defining_Identifier (Param_Spec,
452            Make_Defining_Identifier (Loc,
453              Chars => Chars (Defining_Identifier (Param_Spec))));
454          Next (Param_Spec);
455       end loop;
456
457       Body_Node :=
458         Make_Subprogram_Body (Loc,
459           Specification => Spec,
460           Declarations => New_List,
461           Handled_Statement_Sequence =>
462             Make_Handled_Sequence_Of_Statements (Loc,
463               Statements => New_List (Call_Node)));
464
465       if Nkind (Decl) /= N_Subprogram_Declaration then
466          Rewrite (N,
467            Make_Subprogram_Declaration (Loc,
468              Specification => Specification (N)));
469       end if;
470
471       --  Link the body to the entity whose declaration it completes. If
472       --  the body is analyzed when the renamed entity is frozen, it may
473       --  be necessary to restore the proper scope (see package Exp_Ch13).
474
475       if Nkind (N) =  N_Subprogram_Renaming_Declaration
476         and then Present (Corresponding_Spec (N))
477       then
478          Set_Corresponding_Spec (Body_Node, Corresponding_Spec (N));
479       else
480          Set_Corresponding_Spec (Body_Node, New_S);
481       end if;
482
483       return Body_Node;
484    end Build_Renamed_Body;
485
486    --------------------------
487    -- Check_Address_Clause --
488    --------------------------
489
490    procedure Check_Address_Clause (E : Entity_Id) is
491       Addr : constant Node_Id   := Address_Clause (E);
492       Expr : Node_Id;
493       Decl : constant Node_Id   := Declaration_Node (E);
494       Typ  : constant Entity_Id := Etype (E);
495
496    begin
497       if Present (Addr) then
498          Expr := Expression (Addr);
499
500          --  If we have no initialization of any kind, then we don't need to
501          --  place any restrictions on the address clause, because the object
502          --  will be elaborated after the address clause is evaluated. This
503          --  happens if the declaration has no initial expression, or the type
504          --  has no implicit initialization, or the object is imported.
505
506          --  The same holds for all initialized scalar types and all access
507          --  types. Packed bit arrays of size up to 64 are represented using a
508          --  modular type with an initialization (to zero) and can be processed
509          --  like other initialized scalar types.
510
511          --  If the type is controlled, code to attach the object to a
512          --  finalization chain is generated at the point of declaration,
513          --  and therefore the elaboration of the object cannot be delayed:
514          --  the address expression must be a constant.
515
516          if (No (Expression (Decl))
517               and then not Needs_Finalization (Typ)
518               and then
519                 (not Has_Non_Null_Base_Init_Proc (Typ)
520                   or else Is_Imported (E)))
521
522            or else
523              (Present (Expression (Decl))
524                and then Is_Scalar_Type (Typ))
525
526            or else
527              Is_Access_Type (Typ)
528
529            or else
530              (Is_Bit_Packed_Array (Typ)
531                and then
532                  Is_Modular_Integer_Type (Packed_Array_Type (Typ)))
533          then
534             null;
535
536          --  Otherwise, we require the address clause to be constant because
537          --  the call to the initialization procedure (or the attach code) has
538          --  to happen at the point of the declaration.
539          --  Actually the IP call has been moved to the freeze actions
540          --  anyway, so maybe we can relax this restriction???
541
542          else
543             Check_Constant_Address_Clause (Expr, E);
544
545             --  Has_Delayed_Freeze was set on E when the address clause was
546             --  analyzed. Reset the flag now unless freeze actions were
547             --  attached to it in the mean time.
548
549             if No (Freeze_Node (E)) then
550                Set_Has_Delayed_Freeze (E, False);
551             end if;
552          end if;
553
554          if not Error_Posted (Expr)
555            and then not Needs_Finalization (Typ)
556          then
557             Warn_Overlay (Expr, Typ, Name (Addr));
558          end if;
559       end if;
560    end Check_Address_Clause;
561
562    -----------------------------
563    -- Check_Compile_Time_Size --
564    -----------------------------
565
566    procedure Check_Compile_Time_Size (T : Entity_Id) is
567
568       procedure Set_Small_Size (T : Entity_Id; S : Uint);
569       --  Sets the compile time known size (32 bits or less) in the Esize
570       --  field, of T checking for a size clause that was given which attempts
571       --  to give a smaller size.
572
573       function Size_Known (T : Entity_Id) return Boolean;
574       --  Recursive function that does all the work
575
576       function Static_Discriminated_Components (T : Entity_Id) return Boolean;
577       --  If T is a constrained subtype, its size is not known if any of its
578       --  discriminant constraints is not static and it is not a null record.
579       --  The test is conservative and doesn't check that the components are
580       --  in fact constrained by non-static discriminant values. Could be made
581       --  more precise ???
582
583       --------------------
584       -- Set_Small_Size --
585       --------------------
586
587       procedure Set_Small_Size (T : Entity_Id; S : Uint) is
588       begin
589          if S > 32 then
590             return;
591
592          elsif Has_Size_Clause (T) then
593             if RM_Size (T) < S then
594                Error_Msg_Uint_1 := S;
595                Error_Msg_NE
596                  ("size for & too small, minimum allowed is ^",
597                   Size_Clause (T), T);
598
599             elsif Unknown_Esize (T) then
600                Set_Esize (T, S);
601             end if;
602
603          --  Set sizes if not set already
604
605          else
606             if Unknown_Esize (T) then
607                Set_Esize (T, S);
608             end if;
609
610             if Unknown_RM_Size (T) then
611                Set_RM_Size (T, S);
612             end if;
613          end if;
614       end Set_Small_Size;
615
616       ----------------
617       -- Size_Known --
618       ----------------
619
620       function Size_Known (T : Entity_Id) return Boolean is
621          Index : Entity_Id;
622          Comp  : Entity_Id;
623          Ctyp  : Entity_Id;
624          Low   : Node_Id;
625          High  : Node_Id;
626
627       begin
628          if Size_Known_At_Compile_Time (T) then
629             return True;
630
631          --  Always True for scalar types. This is true even for generic formal
632          --  scalar types. We used to return False in the latter case, but the
633          --  size is known at compile time, even in the template, we just do
634          --  not know the exact size but that's not the point of this routine.
635
636          elsif Is_Scalar_Type (T)
637            or else Is_Task_Type (T)
638          then
639             return True;
640
641          --  Array types
642
643          elsif Is_Array_Type (T) then
644
645             --  String literals always have known size, and we can set it
646
647             if Ekind (T) = E_String_Literal_Subtype then
648                Set_Small_Size (T, Component_Size (T)
649                                * String_Literal_Length (T));
650                return True;
651
652             --  Unconstrained types never have known at compile time size
653
654             elsif not Is_Constrained (T) then
655                return False;
656
657             --  Don't do any recursion on type with error posted, since we may
658             --  have a malformed type that leads us into a loop.
659
660             elsif Error_Posted (T) then
661                return False;
662
663             --  Otherwise if component size unknown, then array size unknown
664
665             elsif not Size_Known (Component_Type (T)) then
666                return False;
667             end if;
668
669             --  Check for all indexes static, and also compute possible size
670             --  (in case it is less than 32 and may be packable).
671
672             declare
673                Esiz : Uint := Component_Size (T);
674                Dim  : Uint;
675
676             begin
677                Index := First_Index (T);
678                while Present (Index) loop
679                   if Nkind (Index) = N_Range then
680                      Get_Index_Bounds (Index, Low, High);
681
682                   elsif Error_Posted (Scalar_Range (Etype (Index))) then
683                      return False;
684
685                   else
686                      Low  := Type_Low_Bound (Etype (Index));
687                      High := Type_High_Bound (Etype (Index));
688                   end if;
689
690                   if not Compile_Time_Known_Value (Low)
691                     or else not Compile_Time_Known_Value (High)
692                     or else Etype (Index) = Any_Type
693                   then
694                      return False;
695
696                   else
697                      Dim := Expr_Value (High) - Expr_Value (Low) + 1;
698
699                      if Dim >= 0 then
700                         Esiz := Esiz * Dim;
701                      else
702                         Esiz := Uint_0;
703                      end if;
704                   end if;
705
706                   Next_Index (Index);
707                end loop;
708
709                Set_Small_Size (T, Esiz);
710                return True;
711             end;
712
713          --  Access types always have known at compile time sizes
714
715          elsif Is_Access_Type (T) then
716             return True;
717
718          --  For non-generic private types, go to underlying type if present
719
720          elsif Is_Private_Type (T)
721            and then not Is_Generic_Type (T)
722            and then Present (Underlying_Type (T))
723          then
724             --  Don't do any recursion on type with error posted, since we may
725             --  have a malformed type that leads us into a loop.
726
727             if Error_Posted (T) then
728                return False;
729             else
730                return Size_Known (Underlying_Type (T));
731             end if;
732
733          --  Record types
734
735          elsif Is_Record_Type (T) then
736
737             --  A class-wide type is never considered to have a known size
738
739             if Is_Class_Wide_Type (T) then
740                return False;
741
742             --  A subtype of a variant record must not have non-static
743             --  discriminanted components.
744
745             elsif T /= Base_Type (T)
746               and then not Static_Discriminated_Components (T)
747             then
748                return False;
749
750             --  Don't do any recursion on type with error posted, since we may
751             --  have a malformed type that leads us into a loop.
752
753             elsif Error_Posted (T) then
754                return False;
755             end if;
756
757             --  Now look at the components of the record
758
759             declare
760                --  The following two variables are used to keep track of the
761                --  size of packed records if we can tell the size of the packed
762                --  record in the front end. Packed_Size_Known is True if so far
763                --  we can figure out the size. It is initialized to True for a
764                --  packed record, unless the record has discriminants. The
765                --  reason we eliminate the discriminated case is that we don't
766                --  know the way the back end lays out discriminated packed
767                --  records. If Packed_Size_Known is True, then Packed_Size is
768                --  the size in bits so far.
769
770                Packed_Size_Known : Boolean :=
771                                      Is_Packed (T)
772                                        and then not Has_Discriminants (T);
773
774                Packed_Size : Uint := Uint_0;
775
776             begin
777                --  Test for variant part present
778
779                if Has_Discriminants (T)
780                  and then Present (Parent (T))
781                  and then Nkind (Parent (T)) = N_Full_Type_Declaration
782                  and then Nkind (Type_Definition (Parent (T))) =
783                             N_Record_Definition
784                  and then not Null_Present (Type_Definition (Parent (T)))
785                  and then Present (Variant_Part
786                             (Component_List (Type_Definition (Parent (T)))))
787                then
788                   --  If variant part is present, and type is unconstrained,
789                   --  then we must have defaulted discriminants, or a size
790                   --  clause must be present for the type, or else the size
791                   --  is definitely not known at compile time.
792
793                   if not Is_Constrained (T)
794                     and then
795                       No (Discriminant_Default_Value
796                            (First_Discriminant (T)))
797                     and then Unknown_Esize (T)
798                   then
799                      return False;
800                   end if;
801                end if;
802
803                --  Loop through components
804
805                Comp := First_Component_Or_Discriminant (T);
806                while Present (Comp) loop
807                   Ctyp := Etype (Comp);
808
809                   --  We do not know the packed size if there is a component
810                   --  clause present (we possibly could, but this would only
811                   --  help in the case of a record with partial rep clauses.
812                   --  That's because in the case of full rep clauses, the
813                   --  size gets figured out anyway by a different circuit).
814
815                   if Present (Component_Clause (Comp)) then
816                      Packed_Size_Known := False;
817                   end if;
818
819                   --  We need to identify a component that is an array where
820                   --  the index type is an enumeration type with non-standard
821                   --  representation, and some bound of the type depends on a
822                   --  discriminant.
823
824                   --  This is because gigi computes the size by doing a
825                   --  substitution of the appropriate discriminant value in
826                   --  the size expression for the base type, and gigi is not
827                   --  clever enough to evaluate the resulting expression (which
828                   --  involves a call to rep_to_pos) at compile time.
829
830                   --  It would be nice if gigi would either recognize that
831                   --  this expression can be computed at compile time, or
832                   --  alternatively figured out the size from the subtype
833                   --  directly, where all the information is at hand ???
834
835                   if Is_Array_Type (Etype (Comp))
836                     and then Present (Packed_Array_Type (Etype (Comp)))
837                   then
838                      declare
839                         Ocomp  : constant Entity_Id :=
840                                    Original_Record_Component (Comp);
841                         OCtyp  : constant Entity_Id := Etype (Ocomp);
842                         Ind    : Node_Id;
843                         Indtyp : Entity_Id;
844                         Lo, Hi : Node_Id;
845
846                      begin
847                         Ind := First_Index (OCtyp);
848                         while Present (Ind) loop
849                            Indtyp := Etype (Ind);
850
851                            if Is_Enumeration_Type (Indtyp)
852                              and then Has_Non_Standard_Rep (Indtyp)
853                            then
854                               Lo := Type_Low_Bound  (Indtyp);
855                               Hi := Type_High_Bound (Indtyp);
856
857                               if Is_Entity_Name (Lo)
858                                 and then Ekind (Entity (Lo)) = E_Discriminant
859                               then
860                                  return False;
861
862                               elsif Is_Entity_Name (Hi)
863                                 and then Ekind (Entity (Hi)) = E_Discriminant
864                               then
865                                  return False;
866                               end if;
867                            end if;
868
869                            Next_Index (Ind);
870                         end loop;
871                      end;
872                   end if;
873
874                   --  Clearly size of record is not known if the size of one of
875                   --  the components is not known.
876
877                   if not Size_Known (Ctyp) then
878                      return False;
879                   end if;
880
881                   --  Accumulate packed size if possible
882
883                   if Packed_Size_Known then
884
885                      --  We can only deal with elementary types, since for
886                      --  non-elementary components, alignment enters into the
887                      --  picture, and we don't know enough to handle proper
888                      --  alignment in this context. Packed arrays count as
889                      --  elementary if the representation is a modular type.
890
891                      if Is_Elementary_Type (Ctyp)
892                        or else (Is_Array_Type (Ctyp)
893                                 and then Present (Packed_Array_Type (Ctyp))
894                                 and then Is_Modular_Integer_Type
895                                            (Packed_Array_Type (Ctyp)))
896                      then
897                         --  If RM_Size is known and static, then we can
898                         --  keep accumulating the packed size.
899
900                         if Known_Static_RM_Size (Ctyp) then
901
902                            --  A little glitch, to be removed sometime ???
903                            --  gigi does not understand zero sizes yet.
904
905                            if RM_Size (Ctyp) = Uint_0 then
906                               Packed_Size_Known := False;
907
908                            --  Normal case where we can keep accumulating the
909                            --  packed array size.
910
911                            else
912                               Packed_Size := Packed_Size + RM_Size (Ctyp);
913                            end if;
914
915                         --  If we have a field whose RM_Size is not known then
916                         --  we can't figure out the packed size here.
917
918                         else
919                            Packed_Size_Known := False;
920                         end if;
921
922                      --  If we have a non-elementary type we can't figure out
923                      --  the packed array size (alignment issues).
924
925                      else
926                         Packed_Size_Known := False;
927                      end if;
928                   end if;
929
930                   Next_Component_Or_Discriminant (Comp);
931                end loop;
932
933                if Packed_Size_Known then
934                   Set_Small_Size (T, Packed_Size);
935                end if;
936
937                return True;
938             end;
939
940          --  All other cases, size not known at compile time
941
942          else
943             return False;
944          end if;
945       end Size_Known;
946
947       -------------------------------------
948       -- Static_Discriminated_Components --
949       -------------------------------------
950
951       function Static_Discriminated_Components
952         (T : Entity_Id) return Boolean
953       is
954          Constraint : Elmt_Id;
955
956       begin
957          if Has_Discriminants (T)
958            and then Present (Discriminant_Constraint (T))
959            and then Present (First_Component (T))
960          then
961             Constraint := First_Elmt (Discriminant_Constraint (T));
962             while Present (Constraint) loop
963                if not Compile_Time_Known_Value (Node (Constraint)) then
964                   return False;
965                end if;
966
967                Next_Elmt (Constraint);
968             end loop;
969          end if;
970
971          return True;
972       end Static_Discriminated_Components;
973
974    --  Start of processing for Check_Compile_Time_Size
975
976    begin
977       Set_Size_Known_At_Compile_Time (T, Size_Known (T));
978    end Check_Compile_Time_Size;
979
980    -----------------------------
981    -- Check_Debug_Info_Needed --
982    -----------------------------
983
984    procedure Check_Debug_Info_Needed (T : Entity_Id) is
985    begin
986       if Debug_Info_Off (T) then
987          return;
988
989       elsif Comes_From_Source (T)
990         or else Debug_Generated_Code
991         or else Debug_Flag_VV
992         or else Needs_Debug_Info (T)
993       then
994          Set_Debug_Info_Needed (T);
995       end if;
996    end Check_Debug_Info_Needed;
997
998    ----------------------------
999    -- Check_Strict_Alignment --
1000    ----------------------------
1001
1002    procedure Check_Strict_Alignment (E : Entity_Id) is
1003       Comp  : Entity_Id;
1004
1005    begin
1006       if Is_Tagged_Type (E) or else Is_Concurrent_Type (E) then
1007          Set_Strict_Alignment (E);
1008
1009       elsif Is_Array_Type (E) then
1010          Set_Strict_Alignment (E, Strict_Alignment (Component_Type (E)));
1011
1012       elsif Is_Record_Type (E) then
1013          if Is_Limited_Record (E) then
1014             Set_Strict_Alignment (E);
1015             return;
1016          end if;
1017
1018          Comp := First_Component (E);
1019
1020          while Present (Comp) loop
1021             if not Is_Type (Comp)
1022               and then (Strict_Alignment (Etype (Comp))
1023                          or else Is_Aliased (Comp))
1024             then
1025                Set_Strict_Alignment (E);
1026                return;
1027             end if;
1028
1029             Next_Component (Comp);
1030          end loop;
1031       end if;
1032    end Check_Strict_Alignment;
1033
1034    -------------------------
1035    -- Check_Unsigned_Type --
1036    -------------------------
1037
1038    procedure Check_Unsigned_Type (E : Entity_Id) is
1039       Ancestor : Entity_Id;
1040       Lo_Bound : Node_Id;
1041       Btyp     : Entity_Id;
1042
1043    begin
1044       if not Is_Discrete_Or_Fixed_Point_Type (E) then
1045          return;
1046       end if;
1047
1048       --  Do not attempt to analyze case where range was in error
1049
1050       if Error_Posted (Scalar_Range (E)) then
1051          return;
1052       end if;
1053
1054       --  The situation that is non trivial is something like
1055
1056       --     subtype x1 is integer range -10 .. +10;
1057       --     subtype x2 is x1 range 0 .. V1;
1058       --     subtype x3 is x2 range V2 .. V3;
1059       --     subtype x4 is x3 range V4 .. V5;
1060
1061       --  where Vn are variables. Here the base type is signed, but we still
1062       --  know that x4 is unsigned because of the lower bound of x2.
1063
1064       --  The only way to deal with this is to look up the ancestor chain
1065
1066       Ancestor := E;
1067       loop
1068          if Ancestor = Any_Type or else Etype (Ancestor) = Any_Type then
1069             return;
1070          end if;
1071
1072          Lo_Bound := Type_Low_Bound (Ancestor);
1073
1074          if Compile_Time_Known_Value (Lo_Bound) then
1075
1076             if Expr_Rep_Value (Lo_Bound) >= 0 then
1077                Set_Is_Unsigned_Type (E, True);
1078             end if;
1079
1080             return;
1081
1082          else
1083             Ancestor := Ancestor_Subtype (Ancestor);
1084
1085             --  If no ancestor had a static lower bound, go to base type
1086
1087             if No (Ancestor) then
1088
1089                --  Note: the reason we still check for a compile time known
1090                --  value for the base type is that at least in the case of
1091                --  generic formals, we can have bounds that fail this test,
1092                --  and there may be other cases in error situations.
1093
1094                Btyp := Base_Type (E);
1095
1096                if Btyp = Any_Type or else Etype (Btyp) = Any_Type then
1097                   return;
1098                end if;
1099
1100                Lo_Bound := Type_Low_Bound (Base_Type (E));
1101
1102                if Compile_Time_Known_Value (Lo_Bound)
1103                  and then Expr_Rep_Value (Lo_Bound) >= 0
1104                then
1105                   Set_Is_Unsigned_Type (E, True);
1106                end if;
1107
1108                return;
1109             end if;
1110          end if;
1111       end loop;
1112    end Check_Unsigned_Type;
1113
1114    -------------------------
1115    -- Is_Atomic_Aggregate --
1116    -------------------------
1117
1118    function  Is_Atomic_Aggregate
1119      (E   : Entity_Id;
1120       Typ : Entity_Id) return Boolean
1121    is
1122       Loc   : constant Source_Ptr := Sloc (E);
1123       New_N : Node_Id;
1124       Par   : Node_Id;
1125       Temp  : Entity_Id;
1126
1127    begin
1128       Par := Parent (E);
1129
1130       --  Array may be qualified, so find outer context.
1131
1132       if Nkind (Par) = N_Qualified_Expression then
1133          Par := Parent (Par);
1134       end if;
1135
1136       if Nkind_In (Par, N_Object_Declaration, N_Assignment_Statement)
1137         and then Comes_From_Source (Par)
1138       then
1139          Temp :=
1140            Make_Defining_Identifier (Loc,
1141              New_Internal_Name ('T'));
1142
1143          New_N :=
1144            Make_Object_Declaration (Loc,
1145              Defining_Identifier => Temp,
1146              Object_Definition   => New_Occurrence_Of (Typ, Loc),
1147              Expression          => Relocate_Node (E));
1148          Insert_Before (Par, New_N);
1149          Analyze (New_N);
1150
1151          Set_Expression (Par, New_Occurrence_Of (Temp, Loc));
1152          return True;
1153
1154       else
1155          return False;
1156       end if;
1157    end Is_Atomic_Aggregate;
1158
1159    ----------------
1160    -- Freeze_All --
1161    ----------------
1162
1163    --  Note: the easy coding for this procedure would be to just build a
1164    --  single list of freeze nodes and then insert them and analyze them
1165    --  all at once. This won't work, because the analysis of earlier freeze
1166    --  nodes may recursively freeze types which would otherwise appear later
1167    --  on in the freeze list. So we must analyze and expand the freeze nodes
1168    --  as they are generated.
1169
1170    procedure Freeze_All (From : Entity_Id; After : in out Node_Id) is
1171       Loc   : constant Source_Ptr := Sloc (After);
1172       E     : Entity_Id;
1173       Decl  : Node_Id;
1174
1175       procedure Freeze_All_Ent (From : Entity_Id; After : in out Node_Id);
1176       --  This is the internal recursive routine that does freezing of entities
1177       --  (but NOT the analysis of default expressions, which should not be
1178       --  recursive, we don't want to analyze those till we are sure that ALL
1179       --  the types are frozen).
1180
1181       --------------------
1182       -- Freeze_All_Ent --
1183       --------------------
1184
1185       procedure Freeze_All_Ent
1186         (From  : Entity_Id;
1187          After : in out Node_Id)
1188       is
1189          E     : Entity_Id;
1190          Flist : List_Id;
1191          Lastn : Node_Id;
1192
1193          procedure Process_Flist;
1194          --  If freeze nodes are present, insert and analyze, and reset cursor
1195          --  for next insertion.
1196
1197          -------------------
1198          -- Process_Flist --
1199          -------------------
1200
1201          procedure Process_Flist is
1202          begin
1203             if Is_Non_Empty_List (Flist) then
1204                Lastn := Next (After);
1205                Insert_List_After_And_Analyze (After, Flist);
1206
1207                if Present (Lastn) then
1208                   After := Prev (Lastn);
1209                else
1210                   After := Last (List_Containing (After));
1211                end if;
1212             end if;
1213          end Process_Flist;
1214
1215       --  Start or processing for Freeze_All_Ent
1216
1217       begin
1218          E := From;
1219          while Present (E) loop
1220
1221             --  If the entity is an inner package which is not a package
1222             --  renaming, then its entities must be frozen at this point. Note
1223             --  that such entities do NOT get frozen at the end of the nested
1224             --  package itself (only library packages freeze).
1225
1226             --  Same is true for task declarations, where anonymous records
1227             --  created for entry parameters must be frozen.
1228
1229             if Ekind (E) = E_Package
1230               and then No (Renamed_Object (E))
1231               and then not Is_Child_Unit (E)
1232               and then not Is_Frozen (E)
1233             then
1234                Push_Scope (E);
1235                Install_Visible_Declarations (E);
1236                Install_Private_Declarations (E);
1237
1238                Freeze_All (First_Entity (E), After);
1239
1240                End_Package_Scope (E);
1241
1242             elsif Ekind (E) in Task_Kind
1243               and then
1244                 (Nkind (Parent (E)) = N_Task_Type_Declaration
1245                    or else
1246                  Nkind (Parent (E)) = N_Single_Task_Declaration)
1247             then
1248                Push_Scope (E);
1249                Freeze_All (First_Entity (E), After);
1250                End_Scope;
1251
1252             --  For a derived tagged type, we must ensure that all the
1253             --  primitive operations of the parent have been frozen, so that
1254             --  their addresses will be in the parent's dispatch table at the
1255             --  point it is inherited.
1256
1257             elsif Ekind (E) = E_Record_Type
1258               and then Is_Tagged_Type (E)
1259               and then Is_Tagged_Type (Etype (E))
1260               and then Is_Derived_Type (E)
1261             then
1262                declare
1263                   Prim_List : constant Elist_Id :=
1264                                Primitive_Operations (Etype (E));
1265
1266                   Prim : Elmt_Id;
1267                   Subp : Entity_Id;
1268
1269                begin
1270                   Prim  := First_Elmt (Prim_List);
1271
1272                   while Present (Prim) loop
1273                      Subp := Node (Prim);
1274
1275                      if Comes_From_Source (Subp)
1276                        and then not Is_Frozen (Subp)
1277                      then
1278                         Flist := Freeze_Entity (Subp, Loc);
1279                         Process_Flist;
1280                      end if;
1281
1282                      Next_Elmt (Prim);
1283                   end loop;
1284                end;
1285             end if;
1286
1287             if not Is_Frozen (E) then
1288                Flist := Freeze_Entity (E, Loc);
1289                Process_Flist;
1290             end if;
1291
1292             --  If an incomplete type is still not frozen, this may be a
1293             --  premature freezing because of a body declaration that follows.
1294             --  Indicate where the freezing took place.
1295
1296             --  If the freezing is caused by the end of the current declarative
1297             --  part, it is a Taft Amendment type, and there is no error.
1298
1299             if not Is_Frozen (E)
1300               and then Ekind (E) = E_Incomplete_Type
1301             then
1302                declare
1303                   Bod : constant Node_Id := Next (After);
1304
1305                begin
1306                   if (Nkind (Bod) = N_Subprogram_Body
1307                         or else Nkind (Bod) = N_Entry_Body
1308                         or else Nkind (Bod) = N_Package_Body
1309                         or else Nkind (Bod) = N_Protected_Body
1310                         or else Nkind (Bod) = N_Task_Body
1311                         or else Nkind (Bod) in N_Body_Stub)
1312                      and then
1313                        List_Containing (After) = List_Containing (Parent (E))
1314                   then
1315                      Error_Msg_Sloc := Sloc (Next (After));
1316                      Error_Msg_NE
1317                        ("type& is frozen# before its full declaration",
1318                          Parent (E), E);
1319                   end if;
1320                end;
1321             end if;
1322
1323             Next_Entity (E);
1324          end loop;
1325       end Freeze_All_Ent;
1326
1327    --  Start of processing for Freeze_All
1328
1329    begin
1330       Freeze_All_Ent (From, After);
1331
1332       --  Now that all types are frozen, we can deal with default expressions
1333       --  that require us to build a default expression functions. This is the
1334       --  point at which such functions are constructed (after all types that
1335       --  might be used in such expressions have been frozen).
1336
1337       --  We also add finalization chains to access types whose designated
1338       --  types are controlled. This is normally done when freezing the type,
1339       --  but this misses recursive type definitions where the later members
1340       --  of the recursion introduce controlled components.
1341
1342       --  Loop through entities
1343
1344       E := From;
1345       while Present (E) loop
1346          if Is_Subprogram (E) then
1347
1348             if not Default_Expressions_Processed (E) then
1349                Process_Default_Expressions (E, After);
1350             end if;
1351
1352             if not Has_Completion (E) then
1353                Decl := Unit_Declaration_Node (E);
1354
1355                if Nkind (Decl) = N_Subprogram_Renaming_Declaration then
1356                   Build_And_Analyze_Renamed_Body (Decl, E, After);
1357
1358                elsif Nkind (Decl) = N_Subprogram_Declaration
1359                  and then Present (Corresponding_Body (Decl))
1360                  and then
1361                    Nkind (Unit_Declaration_Node (Corresponding_Body (Decl)))
1362                                           = N_Subprogram_Renaming_Declaration
1363                then
1364                   Build_And_Analyze_Renamed_Body
1365                     (Decl, Corresponding_Body (Decl), After);
1366                end if;
1367             end if;
1368
1369          elsif Ekind (E) in Task_Kind
1370            and then
1371              (Nkind (Parent (E)) = N_Task_Type_Declaration
1372                 or else
1373               Nkind (Parent (E)) = N_Single_Task_Declaration)
1374          then
1375             declare
1376                Ent : Entity_Id;
1377             begin
1378                Ent := First_Entity (E);
1379
1380                while Present (Ent) loop
1381
1382                   if Is_Entry (Ent)
1383                     and then not Default_Expressions_Processed (Ent)
1384                   then
1385                      Process_Default_Expressions (Ent, After);
1386                   end if;
1387
1388                   Next_Entity (Ent);
1389                end loop;
1390             end;
1391
1392          elsif Is_Access_Type (E)
1393            and then Comes_From_Source (E)
1394            and then Ekind (Directly_Designated_Type (E)) = E_Incomplete_Type
1395            and then Needs_Finalization (Designated_Type (E))
1396            and then No (Associated_Final_Chain (E))
1397          then
1398             Build_Final_List (Parent (E), E);
1399          end if;
1400
1401          Next_Entity (E);
1402       end loop;
1403    end Freeze_All;
1404
1405    -----------------------
1406    -- Freeze_And_Append --
1407    -----------------------
1408
1409    procedure Freeze_And_Append
1410      (Ent    : Entity_Id;
1411       Loc    : Source_Ptr;
1412       Result : in out List_Id)
1413    is
1414       L : constant List_Id := Freeze_Entity (Ent, Loc);
1415    begin
1416       if Is_Non_Empty_List (L) then
1417          if Result = No_List then
1418             Result := L;
1419          else
1420             Append_List (L, Result);
1421          end if;
1422       end if;
1423    end Freeze_And_Append;
1424
1425    -------------------
1426    -- Freeze_Before --
1427    -------------------
1428
1429    procedure Freeze_Before (N : Node_Id; T : Entity_Id) is
1430       Freeze_Nodes : constant List_Id := Freeze_Entity (T, Sloc (N));
1431    begin
1432       if Is_Non_Empty_List (Freeze_Nodes) then
1433          Insert_Actions (N, Freeze_Nodes);
1434       end if;
1435    end Freeze_Before;
1436
1437    -------------------
1438    -- Freeze_Entity --
1439    -------------------
1440
1441    function Freeze_Entity (E : Entity_Id; Loc : Source_Ptr) return List_Id is
1442       Test_E : Entity_Id := E;
1443       Comp   : Entity_Id;
1444       F_Node : Node_Id;
1445       Result : List_Id;
1446       Indx   : Node_Id;
1447       Formal : Entity_Id;
1448       Atype  : Entity_Id;
1449
1450       Has_Default_Initialization : Boolean := False;
1451       --  This flag gets set to true for a variable with default initialization
1452
1453       procedure Check_Current_Instance (Comp_Decl : Node_Id);
1454       --  Check that an Access or Unchecked_Access attribute with a prefix
1455       --  which is the current instance type can only be applied when the type
1456       --  is limited.
1457
1458       function After_Last_Declaration return Boolean;
1459       --  If Loc is a freeze_entity that appears after the last declaration
1460       --  in the scope, inhibit error messages on late completion.
1461
1462       procedure Freeze_Record_Type (Rec : Entity_Id);
1463       --  Freeze each component, handle some representation clauses, and freeze
1464       --  primitive operations if this is a tagged type.
1465
1466       ----------------------------
1467       -- After_Last_Declaration --
1468       ----------------------------
1469
1470       function After_Last_Declaration return Boolean is
1471          Spec : constant Node_Id := Parent (Current_Scope);
1472       begin
1473          if Nkind (Spec) = N_Package_Specification then
1474             if Present (Private_Declarations (Spec)) then
1475                return Loc >= Sloc (Last (Private_Declarations (Spec)));
1476             elsif Present (Visible_Declarations (Spec)) then
1477                return Loc >= Sloc (Last (Visible_Declarations (Spec)));
1478             else
1479                return False;
1480             end if;
1481          else
1482             return False;
1483          end if;
1484       end After_Last_Declaration;
1485
1486       ----------------------------
1487       -- Check_Current_Instance --
1488       ----------------------------
1489
1490       procedure Check_Current_Instance (Comp_Decl : Node_Id) is
1491
1492          Rec_Type : constant Entity_Id :=
1493                       Scope (Defining_Identifier (Comp_Decl));
1494
1495          Decl : constant Node_Id := Parent (Rec_Type);
1496
1497          function Process (N : Node_Id) return Traverse_Result;
1498          --  Process routine to apply check to given node
1499
1500          -------------
1501          -- Process --
1502          -------------
1503
1504          function Process (N : Node_Id) return Traverse_Result is
1505          begin
1506             case Nkind (N) is
1507                when N_Attribute_Reference =>
1508                   if (Attribute_Name (N) = Name_Access
1509                         or else
1510                       Attribute_Name (N) = Name_Unchecked_Access)
1511                     and then Is_Entity_Name (Prefix (N))
1512                     and then Is_Type (Entity (Prefix (N)))
1513                     and then Entity (Prefix (N)) = E
1514                   then
1515                      Error_Msg_N
1516                        ("current instance must be a limited type", Prefix (N));
1517                      return Abandon;
1518                   else
1519                      return OK;
1520                   end if;
1521
1522                when others => return OK;
1523             end case;
1524          end Process;
1525
1526          procedure Traverse is new Traverse_Proc (Process);
1527
1528       --  Start of processing for Check_Current_Instance
1529
1530       begin
1531          --  In Ada95, the (imprecise) rule is that the current instance of a
1532          --  limited type is aliased. In Ada2005, limitedness must be explicit:
1533          --  either a tagged type, or a limited record.
1534
1535          if Is_Limited_Type (Rec_Type)
1536            and then (Ada_Version < Ada_05 or else Is_Tagged_Type (Rec_Type))
1537          then
1538             return;
1539
1540          elsif Nkind (Decl) = N_Full_Type_Declaration
1541            and then Limited_Present (Type_Definition (Decl))
1542          then
1543             return;
1544
1545          else
1546             Traverse (Comp_Decl);
1547          end if;
1548       end Check_Current_Instance;
1549
1550       ------------------------
1551       -- Freeze_Record_Type --
1552       ------------------------
1553
1554       procedure Freeze_Record_Type (Rec : Entity_Id) is
1555          Comp : Entity_Id;
1556          IR   : Node_Id;
1557          ADC  : Node_Id;
1558          Prev : Entity_Id;
1559
1560          Junk : Boolean;
1561          pragma Warnings (Off, Junk);
1562
1563          Unplaced_Component : Boolean := False;
1564          --  Set True if we find at least one component with no component
1565          --  clause (used to warn about useless Pack pragmas).
1566
1567          Placed_Component : Boolean := False;
1568          --  Set True if we find at least one component with a component
1569          --  clause (used to warn about useless Bit_Order pragmas, and also
1570          --  to detect cases where Implicit_Packing may have an effect).
1571
1572          All_Scalar_Components : Boolean := True;
1573          --  Set False if we encounter a component of a non-scalar type
1574
1575          Scalar_Component_Total_RM_Size : Uint := Uint_0;
1576          Scalar_Component_Total_Esize   : Uint := Uint_0;
1577          --  Accumulates total RM_Size values and total Esize values of all
1578          --  scalar components. Used for processing of Implicit_Packing.
1579
1580          function Check_Allocator (N : Node_Id) return Node_Id;
1581          --  If N is an allocator, possibly wrapped in one or more level of
1582          --  qualified expression(s), return the inner allocator node, else
1583          --  return Empty.
1584
1585          procedure Check_Itype (Typ : Entity_Id);
1586          --  If the component subtype is an access to a constrained subtype of
1587          --  an already frozen type, make the subtype frozen as well. It might
1588          --  otherwise be frozen in the wrong scope, and a freeze node on
1589          --  subtype has no effect. Similarly, if the component subtype is a
1590          --  regular (not protected) access to subprogram, set the anonymous
1591          --  subprogram type to frozen as well, to prevent an out-of-scope
1592          --  freeze node at some eventual point of call. Protected operations
1593          --  are handled elsewhere.
1594
1595          ---------------------
1596          -- Check_Allocator --
1597          ---------------------
1598
1599          function Check_Allocator (N : Node_Id) return Node_Id is
1600             Inner : Node_Id;
1601          begin
1602             Inner := N;
1603             loop
1604                if Nkind (Inner) = N_Allocator then
1605                   return Inner;
1606                elsif Nkind (Inner) = N_Qualified_Expression then
1607                   Inner := Expression (Inner);
1608                else
1609                   return Empty;
1610                end if;
1611             end loop;
1612          end Check_Allocator;
1613
1614          -----------------
1615          -- Check_Itype --
1616          -----------------
1617
1618          procedure Check_Itype (Typ : Entity_Id) is
1619             Desig : constant Entity_Id := Designated_Type (Typ);
1620
1621          begin
1622             if not Is_Frozen (Desig)
1623               and then Is_Frozen (Base_Type (Desig))
1624             then
1625                Set_Is_Frozen (Desig);
1626
1627                --  In addition, add an Itype_Reference to ensure that the
1628                --  access subtype is elaborated early enough. This cannot be
1629                --  done if the subtype may depend on discriminants.
1630
1631                if Ekind (Comp) = E_Component
1632                  and then Is_Itype (Etype (Comp))
1633                  and then not Has_Discriminants (Rec)
1634                then
1635                   IR := Make_Itype_Reference (Sloc (Comp));
1636                   Set_Itype (IR, Desig);
1637
1638                   if No (Result) then
1639                      Result := New_List (IR);
1640                   else
1641                      Append (IR, Result);
1642                   end if;
1643                end if;
1644
1645             elsif Ekind (Typ) = E_Anonymous_Access_Subprogram_Type
1646               and then Convention (Desig) /= Convention_Protected
1647             then
1648                Set_Is_Frozen (Desig);
1649             end if;
1650          end Check_Itype;
1651
1652       --  Start of processing for Freeze_Record_Type
1653
1654       begin
1655          --  If this is a subtype of a controlled type, declared without a
1656          --  constraint, the _controller may not appear in the component list
1657          --  if the parent was not frozen at the point of subtype declaration.
1658          --  Inherit the _controller component now.
1659
1660          if Rec /= Base_Type (Rec)
1661            and then Has_Controlled_Component (Rec)
1662          then
1663             if Nkind (Parent (Rec)) = N_Subtype_Declaration
1664               and then Is_Entity_Name (Subtype_Indication (Parent (Rec)))
1665             then
1666                Set_First_Entity (Rec, First_Entity (Base_Type (Rec)));
1667
1668             --  If this is an internal type without a declaration, as for
1669             --  record component, the base type may not yet be frozen, and its
1670             --  controller has not been created. Add an explicit freeze node
1671             --  for the itype, so it will be frozen after the base type. This
1672             --  freeze node is used to communicate with the expander, in order
1673             --  to create the controller for the enclosing record, and it is
1674             --  deleted afterwards (see exp_ch3). It must not be created when
1675             --  expansion is off, because it might appear in the wrong context
1676             --  for the back end.
1677
1678             elsif Is_Itype (Rec)
1679               and then Has_Delayed_Freeze (Base_Type (Rec))
1680               and then
1681                 Nkind (Associated_Node_For_Itype (Rec)) =
1682                                                      N_Component_Declaration
1683               and then Expander_Active
1684             then
1685                Ensure_Freeze_Node (Rec);
1686             end if;
1687          end if;
1688
1689          --  Freeze components and embedded subtypes
1690
1691          Comp := First_Entity (Rec);
1692          Prev := Empty;
1693          while Present (Comp) loop
1694
1695             --  First handle the (real) component case
1696
1697             if Ekind (Comp) = E_Component
1698               or else Ekind (Comp) = E_Discriminant
1699             then
1700                declare
1701                   CC : constant Node_Id := Component_Clause (Comp);
1702
1703                begin
1704                   --  Freezing a record type freezes the type of each of its
1705                   --  components. However, if the type of the component is
1706                   --  part of this record, we do not want or need a separate
1707                   --  Freeze_Node. Note that Is_Itype is wrong because that's
1708                   --  also set in private type cases. We also can't check for
1709                   --  the Scope being exactly Rec because of private types and
1710                   --  record extensions.
1711
1712                   if Is_Itype (Etype (Comp))
1713                     and then Is_Record_Type (Underlying_Type
1714                                              (Scope (Etype (Comp))))
1715                   then
1716                      Undelay_Type (Etype (Comp));
1717                   end if;
1718
1719                   Freeze_And_Append (Etype (Comp), Loc, Result);
1720
1721                   --  Check for error of component clause given for variable
1722                   --  sized type. We have to delay this test till this point,
1723                   --  since the component type has to be frozen for us to know
1724                   --  if it is variable length. We omit this test in a generic
1725                   --  context, it will be applied at instantiation time.
1726
1727                   if Present (CC) then
1728                      Placed_Component := True;
1729
1730                      if Inside_A_Generic then
1731                         null;
1732
1733                      elsif not
1734                        Size_Known_At_Compile_Time
1735                          (Underlying_Type (Etype (Comp)))
1736                      then
1737                         Error_Msg_N
1738                           ("component clause not allowed for variable " &
1739                            "length component", CC);
1740                      end if;
1741
1742                   else
1743                      Unplaced_Component := True;
1744                   end if;
1745
1746                   --  Case of component requires byte alignment
1747
1748                   if Must_Be_On_Byte_Boundary (Etype (Comp)) then
1749
1750                      --  Set the enclosing record to also require byte align
1751
1752                      Set_Must_Be_On_Byte_Boundary (Rec);
1753
1754                      --  Check for component clause that is inconsistent with
1755                      --  the required byte boundary alignment.
1756
1757                      if Present (CC)
1758                        and then Normalized_First_Bit (Comp) mod
1759                                   System_Storage_Unit /= 0
1760                      then
1761                         Error_Msg_N
1762                           ("component & must be byte aligned",
1763                            Component_Name (Component_Clause (Comp)));
1764                      end if;
1765                   end if;
1766
1767                   --  If component clause is present, then deal with the non-
1768                   --  default bit order case for Ada 95 mode. The required
1769                   --  processing for Ada 2005 mode is handled separately after
1770                   --  processing all components.
1771
1772                   --  We only do this processing for the base type, and in
1773                   --  fact that's important, since otherwise if there are
1774                   --  record subtypes, we could reverse the bits once for
1775                   --  each subtype, which would be incorrect.
1776
1777                   if Present (CC)
1778                     and then Reverse_Bit_Order (Rec)
1779                     and then Ekind (E) = E_Record_Type
1780                     and then Ada_Version <= Ada_95
1781                   then
1782                      declare
1783                         CFB : constant Uint    := Component_Bit_Offset (Comp);
1784                         CSZ : constant Uint    := Esize (Comp);
1785                         CLC : constant Node_Id := Component_Clause (Comp);
1786                         Pos : constant Node_Id := Position (CLC);
1787                         FB  : constant Node_Id := First_Bit (CLC);
1788
1789                         Storage_Unit_Offset : constant Uint :=
1790                                                 CFB / System_Storage_Unit;
1791
1792                         Start_Bit : constant Uint :=
1793                                       CFB mod System_Storage_Unit;
1794
1795                      begin
1796                         --  Cases where field goes over storage unit boundary
1797
1798                         if Start_Bit + CSZ > System_Storage_Unit then
1799
1800                            --  Allow multi-byte field but generate warning
1801
1802                            if Start_Bit mod System_Storage_Unit = 0
1803                              and then CSZ mod System_Storage_Unit = 0
1804                            then
1805                               Error_Msg_N
1806                                 ("multi-byte field specified with non-standard"
1807                                  & " Bit_Order?", CLC);
1808
1809                               if Bytes_Big_Endian then
1810                                  Error_Msg_N
1811                                    ("bytes are not reversed "
1812                                     & "(component is big-endian)?", CLC);
1813                               else
1814                                  Error_Msg_N
1815                                    ("bytes are not reversed "
1816                                     & "(component is little-endian)?", CLC);
1817                               end if;
1818
1819                            --  Do not allow non-contiguous field
1820
1821                            else
1822                               Error_Msg_N
1823                                 ("attempt to specify non-contiguous field "
1824                                  & "not permitted", CLC);
1825                               Error_Msg_N
1826                                 ("\caused by non-standard Bit_Order "
1827                                  & "specified", CLC);
1828                               Error_Msg_N
1829                                 ("\consider possibility of using "
1830                                  & "Ada 2005 mode here", CLC);
1831                            end if;
1832
1833                         --  Case where field fits in one storage unit
1834
1835                         else
1836                            --  Give warning if suspicious component clause
1837
1838                            if Intval (FB) >= System_Storage_Unit
1839                              and then Warn_On_Reverse_Bit_Order
1840                            then
1841                               Error_Msg_N
1842                                 ("?Bit_Order clause does not affect " &
1843                                  "byte ordering", Pos);
1844                               Error_Msg_Uint_1 :=
1845                                 Intval (Pos) + Intval (FB) /
1846                                   System_Storage_Unit;
1847                               Error_Msg_N
1848                                 ("?position normalized to ^ before bit " &
1849                                  "order interpreted", Pos);
1850                            end if;
1851
1852                            --  Here is where we fix up the Component_Bit_Offset
1853                            --  value to account for the reverse bit order.
1854                            --  Some examples of what needs to be done are:
1855
1856                            --    First_Bit .. Last_Bit     Component_Bit_Offset
1857                            --      old          new          old       new
1858
1859                            --     0 .. 0       7 .. 7         0         7
1860                            --     0 .. 1       6 .. 7         0         6
1861                            --     0 .. 2       5 .. 7         0         5
1862                            --     0 .. 7       0 .. 7         0         4
1863
1864                            --     1 .. 1       6 .. 6         1         6
1865                            --     1 .. 4       3 .. 6         1         3
1866                            --     4 .. 7       0 .. 3         4         0
1867
1868                            --  The general rule is that the first bit is
1869                            --  is obtained by subtracting the old ending bit
1870                            --  from storage_unit - 1.
1871
1872                            Set_Component_Bit_Offset
1873                              (Comp,
1874                               (Storage_Unit_Offset * System_Storage_Unit) +
1875                                 (System_Storage_Unit - 1) -
1876                                   (Start_Bit + CSZ - 1));
1877
1878                            Set_Normalized_First_Bit
1879                              (Comp,
1880                                 Component_Bit_Offset (Comp) mod
1881                                   System_Storage_Unit);
1882                         end if;
1883                      end;
1884                   end if;
1885                end;
1886             end if;
1887
1888             --  Gather data for possible Implicit_Packing later
1889
1890             if not Is_Scalar_Type (Etype (Comp)) then
1891                All_Scalar_Components := False;
1892             else
1893                Scalar_Component_Total_RM_Size :=
1894                  Scalar_Component_Total_RM_Size + RM_Size (Etype (Comp));
1895                Scalar_Component_Total_Esize :=
1896                  Scalar_Component_Total_Esize + Esize (Etype (Comp));
1897             end if;
1898
1899             --  If the component is an Itype with Delayed_Freeze and is either
1900             --  a record or array subtype and its base type has not yet been
1901             --  frozen, we must remove this from the entity list of this
1902             --  record and put it on the entity list of the scope of its base
1903             --  type. Note that we know that this is not the type of a
1904             --  component since we cleared Has_Delayed_Freeze for it in the
1905             --  previous loop. Thus this must be the Designated_Type of an
1906             --  access type, which is the type of a component.
1907
1908             if Is_Itype (Comp)
1909               and then Is_Type (Scope (Comp))
1910               and then Is_Composite_Type (Comp)
1911               and then Base_Type (Comp) /= Comp
1912               and then Has_Delayed_Freeze (Comp)
1913               and then not Is_Frozen (Base_Type (Comp))
1914             then
1915                declare
1916                   Will_Be_Frozen : Boolean := False;
1917                   S              : Entity_Id;
1918
1919                begin
1920                   --  We have a pretty bad kludge here. Suppose Rec is subtype
1921                   --  being defined in a subprogram that's created as part of
1922                   --  the freezing of Rec'Base. In that case, we know that
1923                   --  Comp'Base must have already been frozen by the time we
1924                   --  get to elaborate this because Gigi doesn't elaborate any
1925                   --  bodies until it has elaborated all of the declarative
1926                   --  part. But Is_Frozen will not be set at this point because
1927                   --  we are processing code in lexical order.
1928
1929                   --  We detect this case by going up the Scope chain of Rec
1930                   --  and seeing if we have a subprogram scope before reaching
1931                   --  the top of the scope chain or that of Comp'Base. If we
1932                   --  do, then mark that Comp'Base will actually be frozen. If
1933                   --  so, we merely undelay it.
1934
1935                   S := Scope (Rec);
1936                   while Present (S) loop
1937                      if Is_Subprogram (S) then
1938                         Will_Be_Frozen := True;
1939                         exit;
1940                      elsif S = Scope (Base_Type (Comp)) then
1941                         exit;
1942                      end if;
1943
1944                      S := Scope (S);
1945                   end loop;
1946
1947                   if Will_Be_Frozen then
1948                      Undelay_Type (Comp);
1949                   else
1950                      if Present (Prev) then
1951                         Set_Next_Entity (Prev, Next_Entity (Comp));
1952                      else
1953                         Set_First_Entity (Rec, Next_Entity (Comp));
1954                      end if;
1955
1956                      --  Insert in entity list of scope of base type (which
1957                      --  must be an enclosing scope, because still unfrozen).
1958
1959                      Append_Entity (Comp, Scope (Base_Type (Comp)));
1960                   end if;
1961                end;
1962
1963             --  If the component is an access type with an allocator as default
1964             --  value, the designated type will be frozen by the corresponding
1965             --  expression in init_proc. In order to place the freeze node for
1966             --  the designated type before that for the current record type,
1967             --  freeze it now.
1968
1969             --  Same process if the component is an array of access types,
1970             --  initialized with an aggregate. If the designated type is
1971             --  private, it cannot contain allocators, and it is premature
1972             --  to freeze the type, so we check for this as well.
1973
1974             elsif Is_Access_Type (Etype (Comp))
1975               and then Present (Parent (Comp))
1976               and then Present (Expression (Parent (Comp)))
1977             then
1978                declare
1979                   Alloc : constant Node_Id :=
1980                             Check_Allocator (Expression (Parent (Comp)));
1981
1982                begin
1983                   if Present (Alloc) then
1984
1985                      --  If component is pointer to a classwide type, freeze
1986                      --  the specific type in the expression being allocated.
1987                      --  The expression may be a subtype indication, in which
1988                      --  case freeze the subtype mark.
1989
1990                      if Is_Class_Wide_Type
1991                           (Designated_Type (Etype (Comp)))
1992                      then
1993                         if Is_Entity_Name (Expression (Alloc)) then
1994                            Freeze_And_Append
1995                              (Entity (Expression (Alloc)), Loc, Result);
1996                         elsif
1997                           Nkind (Expression (Alloc)) = N_Subtype_Indication
1998                         then
1999                            Freeze_And_Append
2000                             (Entity (Subtype_Mark (Expression (Alloc))),
2001                               Loc, Result);
2002                         end if;
2003
2004                      elsif Is_Itype (Designated_Type (Etype (Comp))) then
2005                         Check_Itype (Etype (Comp));
2006
2007                      else
2008                         Freeze_And_Append
2009                           (Designated_Type (Etype (Comp)), Loc, Result);
2010                      end if;
2011                   end if;
2012                end;
2013
2014             elsif Is_Access_Type (Etype (Comp))
2015               and then Is_Itype (Designated_Type (Etype (Comp)))
2016             then
2017                Check_Itype (Etype (Comp));
2018
2019             elsif Is_Array_Type (Etype (Comp))
2020               and then Is_Access_Type (Component_Type (Etype (Comp)))
2021               and then Present (Parent (Comp))
2022               and then Nkind (Parent (Comp)) = N_Component_Declaration
2023               and then Present (Expression (Parent (Comp)))
2024               and then Nkind (Expression (Parent (Comp))) = N_Aggregate
2025               and then Is_Fully_Defined
2026                  (Designated_Type (Component_Type (Etype (Comp))))
2027             then
2028                Freeze_And_Append
2029                  (Designated_Type
2030                    (Component_Type (Etype (Comp))), Loc, Result);
2031             end if;
2032
2033             Prev := Comp;
2034             Next_Entity (Comp);
2035          end loop;
2036
2037          --  Deal with pragma Bit_Order
2038
2039          if Reverse_Bit_Order (Rec) and then Base_Type (Rec) = Rec then
2040             if not Placed_Component then
2041                ADC :=
2042                  Get_Attribute_Definition_Clause (Rec, Attribute_Bit_Order);
2043                Error_Msg_N
2044                  ("?Bit_Order specification has no effect", ADC);
2045                Error_Msg_N
2046                  ("\?since no component clauses were specified", ADC);
2047
2048             --  Here is where we do Ada 2005 processing for bit order (the Ada
2049             --  95 case was already taken care of above).
2050
2051             elsif Ada_Version >= Ada_05 then
2052                Adjust_Record_For_Reverse_Bit_Order (Rec);
2053             end if;
2054          end if;
2055
2056          --  Set OK_To_Reorder_Components depending on debug flags
2057
2058          if Rec = Base_Type (Rec)
2059            and then Convention (Rec) = Convention_Ada
2060          then
2061             if (Has_Discriminants (Rec) and then Debug_Flag_Dot_V)
2062                   or else
2063                (not Has_Discriminants (Rec) and then Debug_Flag_Dot_R)
2064             then
2065                Set_OK_To_Reorder_Components (Rec);
2066             end if;
2067          end if;
2068
2069          --  Check for useless pragma Pack when all components placed. We only
2070          --  do this check for record types, not subtypes, since a subtype may
2071          --  have all its components placed, and it still makes perfectly good
2072          --  sense to pack other subtypes or the parent type. We do not give
2073          --  this warning if Optimize_Alignment is set to Space, since the
2074          --  pragma Pack does have an effect in this case (it always resets
2075          --  the alignment to one).
2076
2077          if Ekind (Rec) = E_Record_Type
2078            and then Is_Packed (Rec)
2079            and then not Unplaced_Component
2080            and then Optimize_Alignment /= 'S'
2081          then
2082             --  Reset packed status. Probably not necessary, but we do it so
2083             --  that there is no chance of the back end doing something strange
2084             --  with this redundant indication of packing.
2085
2086             Set_Is_Packed (Rec, False);
2087
2088             --  Give warning if redundant constructs warnings on
2089
2090             if Warn_On_Redundant_Constructs then
2091                Error_Msg_N
2092                  ("?pragma Pack has no effect, no unplaced components",
2093                   Get_Rep_Pragma (Rec, Name_Pack));
2094             end if;
2095          end if;
2096
2097          --  If this is the record corresponding to a remote type, freeze the
2098          --  remote type here since that is what we are semantically freezing.
2099          --  This prevents the freeze node for that type in an inner scope.
2100
2101          --  Also, Check for controlled components and unchecked unions.
2102          --  Finally, enforce the restriction that access attributes with a
2103          --  current instance prefix can only apply to limited types.
2104
2105          if Ekind (Rec) = E_Record_Type then
2106             if Present (Corresponding_Remote_Type (Rec)) then
2107                Freeze_And_Append
2108                  (Corresponding_Remote_Type (Rec), Loc, Result);
2109             end if;
2110
2111             Comp := First_Component (Rec);
2112             while Present (Comp) loop
2113                if Has_Controlled_Component (Etype (Comp))
2114                  or else (Chars (Comp) /= Name_uParent
2115                            and then Is_Controlled (Etype (Comp)))
2116                  or else (Is_Protected_Type (Etype (Comp))
2117                            and then Present
2118                              (Corresponding_Record_Type (Etype (Comp)))
2119                            and then Has_Controlled_Component
2120                              (Corresponding_Record_Type (Etype (Comp))))
2121                then
2122                   Set_Has_Controlled_Component (Rec);
2123                   exit;
2124                end if;
2125
2126                if Has_Unchecked_Union (Etype (Comp)) then
2127                   Set_Has_Unchecked_Union (Rec);
2128                end if;
2129
2130                if Has_Per_Object_Constraint (Comp) then
2131
2132                   --  Scan component declaration for likely misuses of current
2133                   --  instance, either in a constraint or a default expression.
2134
2135                   Check_Current_Instance (Parent (Comp));
2136                end if;
2137
2138                Next_Component (Comp);
2139             end loop;
2140          end if;
2141
2142          Set_Component_Alignment_If_Not_Set (Rec);
2143
2144          --  For first subtypes, check if there are any fixed-point fields with
2145          --  component clauses, where we must check the size. This is not done
2146          --  till the freeze point, since for fixed-point types, we do not know
2147          --  the size until the type is frozen. Similar processing applies to
2148          --  bit packed arrays.
2149
2150          if Is_First_Subtype (Rec) then
2151             Comp := First_Component (Rec);
2152
2153             while Present (Comp) loop
2154                if Present (Component_Clause (Comp))
2155                  and then (Is_Fixed_Point_Type (Etype (Comp))
2156                              or else
2157                            Is_Bit_Packed_Array (Etype (Comp)))
2158                then
2159                   Check_Size
2160                     (Component_Name (Component_Clause (Comp)),
2161                      Etype (Comp),
2162                      Esize (Comp),
2163                      Junk);
2164                end if;
2165
2166                Next_Component (Comp);
2167             end loop;
2168          end if;
2169
2170          --  Generate warning for applying C or C++ convention to a record
2171          --  with discriminants. This is suppressed for the unchecked union
2172          --  case, since the whole point in this case is interface C. We also
2173          --  do not generate this within instantiations, since we will have
2174          --  generated a message on the template.
2175
2176          if Has_Discriminants (E)
2177            and then not Is_Unchecked_Union (E)
2178            and then (Convention (E) = Convention_C
2179                        or else
2180                      Convention (E) = Convention_CPP)
2181            and then Comes_From_Source (E)
2182            and then not In_Instance
2183            and then not Has_Warnings_Off (E)
2184            and then not Has_Warnings_Off (Base_Type (E))
2185          then
2186             declare
2187                Cprag : constant Node_Id := Get_Rep_Pragma (E, Name_Convention);
2188                A2    : Node_Id;
2189
2190             begin
2191                if Present (Cprag) then
2192                   A2 := Next (First (Pragma_Argument_Associations (Cprag)));
2193
2194                   if Convention (E) = Convention_C then
2195                      Error_Msg_N
2196                        ("?variant record has no direct equivalent in C", A2);
2197                   else
2198                      Error_Msg_N
2199                        ("?variant record has no direct equivalent in C++", A2);
2200                   end if;
2201
2202                   Error_Msg_NE
2203                     ("\?use of convention for type& is dubious", A2, E);
2204                end if;
2205             end;
2206          end if;
2207
2208          --  See if Implicit_Packing would work
2209
2210          if not Is_Packed (Rec)
2211            and then not Placed_Component
2212            and then Has_Size_Clause (Rec)
2213            and then All_Scalar_Components
2214            and then not Has_Discriminants (Rec)
2215            and then Esize (Rec) < Scalar_Component_Total_Esize
2216            and then Esize (Rec) >= Scalar_Component_Total_RM_Size
2217          then
2218             --  If implicit packing enabled, do it
2219
2220             if Implicit_Packing then
2221                Set_Is_Packed (Rec);
2222
2223                --  Otherwise flag the size clause
2224
2225             else
2226                declare
2227                   Sz : constant Node_Id := Size_Clause (Rec);
2228                begin
2229                   Error_Msg_NE --  CODEFIX
2230                     ("size given for& too small", Sz, Rec);
2231                   Error_Msg_N --  CODEFIX
2232                     ("\use explicit pragma Pack "
2233                      & "or use pragma Implicit_Packing", Sz);
2234                end;
2235             end if;
2236          end if;
2237       end Freeze_Record_Type;
2238
2239    --  Start of processing for Freeze_Entity
2240
2241    begin
2242       --  We are going to test for various reasons why this entity need not be
2243       --  frozen here, but in the case of an Itype that's defined within a
2244       --  record, that test actually applies to the record.
2245
2246       if Is_Itype (E) and then Is_Record_Type (Scope (E)) then
2247          Test_E := Scope (E);
2248       elsif Is_Itype (E) and then Present (Underlying_Type (Scope (E)))
2249         and then Is_Record_Type (Underlying_Type (Scope (E)))
2250       then
2251          Test_E := Underlying_Type (Scope (E));
2252       end if;
2253
2254       --  Do not freeze if already frozen since we only need one freeze node
2255
2256       if Is_Frozen (E) then
2257          return No_List;
2258
2259       --  It is improper to freeze an external entity within a generic because
2260       --  its freeze node will appear in a non-valid context. The entity will
2261       --  be frozen in the proper scope after the current generic is analyzed.
2262
2263       elsif Inside_A_Generic and then External_Ref_In_Generic (Test_E) then
2264          return No_List;
2265
2266       --  Do not freeze a global entity within an inner scope created during
2267       --  expansion. A call to subprogram E within some internal procedure
2268       --  (a stream attribute for example) might require freezing E, but the
2269       --  freeze node must appear in the same declarative part as E itself.
2270       --  The two-pass elaboration mechanism in gigi guarantees that E will
2271       --  be frozen before the inner call is elaborated. We exclude constants
2272       --  from this test, because deferred constants may be frozen early, and
2273       --  must be diagnosed (e.g. in the case of a deferred constant being used
2274       --  in a default expression). If the enclosing subprogram comes from
2275       --  source, or is a generic instance, then the freeze point is the one
2276       --  mandated by the language, and we freeze the entity. A subprogram that
2277       --  is a child unit body that acts as a spec does not have a spec that
2278       --  comes from source, but can only come from source.
2279
2280       elsif In_Open_Scopes (Scope (Test_E))
2281         and then Scope (Test_E) /= Current_Scope
2282         and then Ekind (Test_E) /= E_Constant
2283       then
2284          declare
2285             S : Entity_Id := Current_Scope;
2286
2287          begin
2288             while Present (S) loop
2289                if Is_Overloadable (S) then
2290                   if Comes_From_Source (S)
2291                     or else Is_Generic_Instance (S)
2292                     or else Is_Child_Unit (S)
2293                   then
2294                      exit;
2295                   else
2296                      return No_List;
2297                   end if;
2298                end if;
2299
2300                S := Scope (S);
2301             end loop;
2302          end;
2303
2304       --  Similarly, an inlined instance body may make reference to global
2305       --  entities, but these references cannot be the proper freezing point
2306       --  for them, and in the absence of inlining freezing will take place in
2307       --  their own scope. Normally instance bodies are analyzed after the
2308       --  enclosing compilation, and everything has been frozen at the proper
2309       --  place, but with front-end inlining an instance body is compiled
2310       --  before the end of the enclosing scope, and as a result out-of-order
2311       --  freezing must be prevented.
2312
2313       elsif Front_End_Inlining
2314         and then In_Instance_Body
2315         and then Present (Scope (Test_E))
2316       then
2317          declare
2318             S : Entity_Id := Scope (Test_E);
2319
2320          begin
2321             while Present (S) loop
2322                if Is_Generic_Instance (S) then
2323                   exit;
2324                else
2325                   S := Scope (S);
2326                end if;
2327             end loop;
2328
2329             if No (S) then
2330                return No_List;
2331             end if;
2332          end;
2333       end if;
2334
2335       --  Here to freeze the entity
2336
2337       Result := No_List;
2338       Set_Is_Frozen (E);
2339
2340       --  Case of entity being frozen is other than a type
2341
2342       if not Is_Type (E) then
2343
2344          --  If entity is exported or imported and does not have an external
2345          --  name, now is the time to provide the appropriate default name.
2346          --  Skip this if the entity is stubbed, since we don't need a name
2347          --  for any stubbed routine.
2348
2349          if (Is_Imported (E) or else Is_Exported (E))
2350            and then No (Interface_Name (E))
2351            and then Convention (E) /= Convention_Stubbed
2352          then
2353             Set_Encoded_Interface_Name
2354               (E, Get_Default_External_Name (E));
2355
2356          --  If entity is an atomic object appearing in a declaration and
2357          --  the expression is an aggregate, assign it to a temporary to
2358          --  ensure that the actual assignment is done atomically rather
2359          --  than component-wise (the assignment to the temp may be done
2360          --  component-wise, but that is harmless).
2361
2362          elsif Is_Atomic (E)
2363            and then Nkind (Parent (E)) = N_Object_Declaration
2364            and then Present (Expression (Parent (E)))
2365            and then Nkind (Expression (Parent (E))) = N_Aggregate
2366            and then
2367              Is_Atomic_Aggregate (Expression (Parent (E)), Etype (E))
2368          then
2369             null;
2370          end if;
2371
2372          --  For a subprogram, freeze all parameter types and also the return
2373          --  type (RM 13.14(14)). However skip this for internal subprograms.
2374          --  This is also the point where any extra formal parameters are
2375          --  created since we now know whether the subprogram will use a
2376          --  foreign convention.
2377
2378          if Is_Subprogram (E) then
2379             if not Is_Internal (E) then
2380                declare
2381                   F_Type    : Entity_Id;
2382                   R_Type    : Entity_Id;
2383                   Warn_Node : Node_Id;
2384
2385                begin
2386                   --  Loop through formals
2387
2388                   Formal := First_Formal (E);
2389                   while Present (Formal) loop
2390                      F_Type := Etype (Formal);
2391                      Freeze_And_Append (F_Type, Loc, Result);
2392
2393                      if Is_Private_Type (F_Type)
2394                        and then Is_Private_Type (Base_Type (F_Type))
2395                        and then No (Full_View (Base_Type (F_Type)))
2396                        and then not Is_Generic_Type (F_Type)
2397                        and then not Is_Derived_Type (F_Type)
2398                      then
2399                         --  If the type of a formal is incomplete, subprogram
2400                         --  is being frozen prematurely. Within an instance
2401                         --  (but not within a wrapper package) this is an
2402                         --  artifact of our need to regard the end of an
2403                         --  instantiation as a freeze point. Otherwise it is
2404                         --  a definite error.
2405
2406                         if In_Instance then
2407                            Set_Is_Frozen (E, False);
2408                            return No_List;
2409
2410                         elsif not After_Last_Declaration
2411                           and then not Freezing_Library_Level_Tagged_Type
2412                         then
2413                            Error_Msg_Node_1 := F_Type;
2414                            Error_Msg
2415                              ("type& must be fully defined before this point",
2416                                Loc);
2417                         end if;
2418                      end if;
2419
2420                      --  Check suspicious parameter for C function. These tests
2421                      --  apply only to exported/imported subprograms.
2422
2423                      if Warn_On_Export_Import
2424                        and then Comes_From_Source (E)
2425                        and then (Convention (E) = Convention_C
2426                                    or else
2427                                  Convention (E) = Convention_CPP)
2428                        and then (Is_Imported (E) or else Is_Exported (E))
2429                        and then Convention (E) /= Convention (Formal)
2430                        and then not Has_Warnings_Off (E)
2431                        and then not Has_Warnings_Off (F_Type)
2432                        and then not Has_Warnings_Off (Formal)
2433                      then
2434                         Error_Msg_Qual_Level := 1;
2435
2436                         --  Check suspicious use of fat C pointer
2437
2438                         if Is_Access_Type (F_Type)
2439                           and then Esize (F_Type) > Ttypes.System_Address_Size
2440                         then
2441                            Error_Msg_N
2442                              ("?type of & does not correspond "
2443                               & "to C pointer!", Formal);
2444
2445                         --  Check suspicious return of boolean
2446
2447                         elsif Root_Type (F_Type) = Standard_Boolean
2448                           and then Convention (F_Type) = Convention_Ada
2449                           and then not Has_Warnings_Off (F_Type)
2450                           and then not Has_Size_Clause (F_Type)
2451                         then
2452                            Error_Msg_N
2453                              ("?& is an 8-bit Ada Boolean, "
2454                               & "use char in C!", Formal);
2455
2456                         --  Check suspicious tagged type
2457
2458                         elsif (Is_Tagged_Type (F_Type)
2459                                 or else (Is_Access_Type (F_Type)
2460                                            and then
2461                                              Is_Tagged_Type
2462                                                (Designated_Type (F_Type))))
2463                           and then Convention (E) = Convention_C
2464                         then
2465                            Error_Msg_N
2466                              ("?& involves a tagged type which does not "
2467                               & "correspond to any C type!", Formal);
2468
2469                         --  Check wrong convention subprogram pointer
2470
2471                         elsif Ekind (F_Type) = E_Access_Subprogram_Type
2472                           and then not Has_Foreign_Convention (F_Type)
2473                         then
2474                            Error_Msg_N
2475                              ("?subprogram pointer & should "
2476                               & "have foreign convention!", Formal);
2477                            Error_Msg_Sloc := Sloc (F_Type);
2478                            Error_Msg_NE
2479                              ("\?add Convention pragma to declaration of &#",
2480                               Formal, F_Type);
2481                         end if;
2482
2483                         Error_Msg_Qual_Level := 0;
2484                      end if;
2485
2486                      --  Check for unconstrained array in exported foreign
2487                      --  convention case.
2488
2489                      if Has_Foreign_Convention (E)
2490                        and then not Is_Imported (E)
2491                        and then Is_Array_Type (F_Type)
2492                        and then not Is_Constrained (F_Type)
2493                        and then Warn_On_Export_Import
2494                      then
2495                         Error_Msg_Qual_Level := 1;
2496
2497                         --  If this is an inherited operation, place the
2498                         --  warning on the derived type declaration, rather
2499                         --  than on the original subprogram.
2500
2501                         if Nkind (Original_Node (Parent (E))) =
2502                           N_Full_Type_Declaration
2503                         then
2504                            Warn_Node := Parent (E);
2505
2506                            if Formal = First_Formal (E) then
2507                               Error_Msg_NE
2508                                 ("?in inherited operation&", Warn_Node, E);
2509                            end if;
2510                         else
2511                            Warn_Node := Formal;
2512                         end if;
2513
2514                         Error_Msg_NE
2515                           ("?type of argument& is unconstrained array",
2516                            Warn_Node, Formal);
2517                         Error_Msg_NE
2518                           ("?foreign caller must pass bounds explicitly",
2519                            Warn_Node, Formal);
2520                         Error_Msg_Qual_Level := 0;
2521                      end if;
2522
2523                      if not From_With_Type (F_Type) then
2524                         if Is_Access_Type (F_Type) then
2525                            F_Type := Designated_Type (F_Type);
2526                         end if;
2527
2528                         --  If the formal is an anonymous_access_to_subprogram
2529                         --  freeze the  subprogram type as well, to prevent
2530                         --  scope anomalies in gigi, because there is no other
2531                         --  clear point at which it could be frozen.
2532
2533                         if Is_Itype (Etype (Formal))
2534                           and then Ekind (F_Type) = E_Subprogram_Type
2535                         then
2536                            Freeze_And_Append (F_Type, Loc, Result);
2537                         end if;
2538                      end if;
2539
2540                      Next_Formal (Formal);
2541                   end loop;
2542
2543                   --  Case of function: similar checks on return type
2544
2545                   if Ekind (E) = E_Function then
2546
2547                      --  Freeze return type
2548
2549                      R_Type := Etype (E);
2550                      Freeze_And_Append (R_Type, Loc, Result);
2551
2552                      --  Check suspicious return type for C function
2553
2554                      if Warn_On_Export_Import
2555                        and then (Convention (E) = Convention_C
2556                                    or else
2557                                  Convention (E) = Convention_CPP)
2558                        and then (Is_Imported (E) or else Is_Exported (E))
2559                      then
2560                         --  Check suspicious return of fat C pointer
2561
2562                         if Is_Access_Type (R_Type)
2563                           and then Esize (R_Type) > Ttypes.System_Address_Size
2564                           and then not Has_Warnings_Off (E)
2565                           and then not Has_Warnings_Off (R_Type)
2566                         then
2567                            Error_Msg_N
2568                              ("?return type of& does not "
2569                               & "correspond to C pointer!", E);
2570
2571                         --  Check suspicious return of boolean
2572
2573                         elsif Root_Type (R_Type) = Standard_Boolean
2574                           and then Convention (R_Type) = Convention_Ada
2575                           and then not Has_Warnings_Off (E)
2576                           and then not Has_Warnings_Off (R_Type)
2577                           and then not Has_Size_Clause (R_Type)
2578                         then
2579                            Error_Msg_N
2580                              ("?return type of & is an 8-bit "
2581                               & "Ada Boolean, use char in C!", E);
2582
2583                         --  Check suspicious return tagged type
2584
2585                         elsif (Is_Tagged_Type (R_Type)
2586                                 or else (Is_Access_Type (R_Type)
2587                                            and then
2588                                              Is_Tagged_Type
2589                                                (Designated_Type (R_Type))))
2590                           and then Convention (E) = Convention_C
2591                           and then not Has_Warnings_Off (E)
2592                           and then not Has_Warnings_Off (R_Type)
2593                         then
2594                            Error_Msg_N
2595                              ("?return type of & does not "
2596                               & "correspond to C type!", E);
2597
2598                         --  Check return of wrong convention subprogram pointer
2599
2600                         elsif Ekind (R_Type) = E_Access_Subprogram_Type
2601                           and then not Has_Foreign_Convention (R_Type)
2602                           and then not Has_Warnings_Off (E)
2603                           and then not Has_Warnings_Off (R_Type)
2604                         then
2605                            Error_Msg_N
2606                              ("?& should return a foreign "
2607                               & "convention subprogram pointer", E);
2608                            Error_Msg_Sloc := Sloc (R_Type);
2609                            Error_Msg_NE
2610                              ("\?add Convention pragma to declaration of& #",
2611                               E, R_Type);
2612                         end if;
2613                      end if;
2614
2615                      --  Give warning for suspicous return of a result of an
2616                      --  unconstrained array type in a foreign convention
2617                      --  function.
2618
2619                      if Has_Foreign_Convention (E)
2620
2621                        --  We are looking for a return of unconstrained array
2622
2623                        and then Is_Array_Type (R_Type)
2624                        and then not Is_Constrained (R_Type)
2625
2626                        --  Exclude imported routines, the warning does not
2627                        --  belong on the import, but on the routine definition.
2628
2629                        and then not Is_Imported (E)
2630
2631                        --  Exclude VM case, since both .NET and JVM can handle
2632                        --  return of unconstrained arrays without a problem.
2633
2634                        and then VM_Target = No_VM
2635
2636                        --  Check that general warning is enabled, and that it
2637                        --  is not suppressed for this particular case.
2638
2639                        and then Warn_On_Export_Import
2640                        and then not Has_Warnings_Off (E)
2641                        and then not Has_Warnings_Off (R_Type)
2642                      then
2643                         Error_Msg_N
2644                           ("?foreign convention function& should not " &
2645                            "return unconstrained array!", E);
2646                      end if;
2647                   end if;
2648                end;
2649             end if;
2650
2651             --  Must freeze its parent first if it is a derived subprogram
2652
2653             if Present (Alias (E)) then
2654                Freeze_And_Append (Alias (E), Loc, Result);
2655             end if;
2656
2657             --  We don't freeze internal subprograms, because we don't normally
2658             --  want addition of extra formals or mechanism setting to happen
2659             --  for those. However we do pass through predefined dispatching
2660             --  cases, since extra formals may be needed in some cases, such as
2661             --  for the stream 'Input function (build-in-place formals).
2662
2663             if not Is_Internal (E)
2664               or else Is_Predefined_Dispatching_Operation (E)
2665             then
2666                Freeze_Subprogram (E);
2667             end if;
2668
2669          --  Here for other than a subprogram or type
2670
2671          else
2672             --  If entity has a type, and it is not a generic unit, then
2673             --  freeze it first (RM 13.14(10)).
2674
2675             if Present (Etype (E))
2676               and then Ekind (E) /= E_Generic_Function
2677             then
2678                Freeze_And_Append (Etype (E), Loc, Result);
2679             end if;
2680
2681             --  Special processing for objects created by object declaration
2682
2683             if Nkind (Declaration_Node (E)) = N_Object_Declaration then
2684
2685                --  Abstract type allowed only for C++ imported variables or
2686                --  constants.
2687
2688                --  Note: we inhibit this check for objects that do not come
2689                --  from source because there is at least one case (the
2690                --  expansion of x'class'input where x is abstract) where we
2691                --  legitimately generate an abstract object.
2692
2693                if Is_Abstract_Type (Etype (E))
2694                  and then Comes_From_Source (Parent (E))
2695                  and then not (Is_Imported (E)
2696                                  and then Is_CPP_Class (Etype (E)))
2697                then
2698                   Error_Msg_N ("type of object cannot be abstract",
2699                                Object_Definition (Parent (E)));
2700
2701                   if Is_CPP_Class (Etype (E)) then
2702                      Error_Msg_NE ("\} may need a cpp_constructor",
2703                        Object_Definition (Parent (E)), Etype (E));
2704                   end if;
2705                end if;
2706
2707                --  For object created by object declaration, perform required
2708                --  categorization (preelaborate and pure) checks. Defer these
2709                --  checks to freeze time since pragma Import inhibits default
2710                --  initialization and thus pragma Import affects these checks.
2711
2712                Validate_Object_Declaration (Declaration_Node (E));
2713
2714                --  If there is an address clause, check that it is valid
2715
2716                Check_Address_Clause (E);
2717
2718                --  If the object needs any kind of default initialization, an
2719                --  error must be issued if No_Default_Initialization applies.
2720                --  The check doesn't apply to imported objects, which are not
2721                --  ever default initialized, and is why the check is deferred
2722                --  until freezing, at which point we know if Import applies.
2723                --  Deferred constants are also exempted from this test because
2724                --  their completion is explicit, or through an import pragma.
2725
2726                if Ekind (E) = E_Constant
2727                  and then Present (Full_View (E))
2728                then
2729                   null;
2730
2731                elsif Comes_From_Source (E)
2732                  and then not Is_Imported (E)
2733                  and then not Has_Init_Expression (Declaration_Node (E))
2734                  and then
2735                    ((Has_Non_Null_Base_Init_Proc (Etype (E))
2736                       and then not No_Initialization (Declaration_Node (E))
2737                       and then not Is_Value_Type (Etype (E))
2738                       and then not Suppress_Init_Proc (Etype (E)))
2739                     or else
2740                       (Needs_Simple_Initialization (Etype (E))
2741                         and then not Is_Internal (E)))
2742                then
2743                   Has_Default_Initialization := True;
2744                   Check_Restriction
2745                     (No_Default_Initialization, Declaration_Node (E));
2746                end if;
2747
2748                --  Check that a Thread_Local_Storage variable does not have
2749                --  default initialization, and any explicit initialization must
2750                --  either be the null constant or a static constant.
2751
2752                if Has_Pragma_Thread_Local_Storage (E) then
2753                   declare
2754                      Decl : constant Node_Id := Declaration_Node (E);
2755                   begin
2756                      if Has_Default_Initialization
2757                        or else
2758                          (Has_Init_Expression (Decl)
2759                             and then
2760                              (No (Expression (Decl))
2761                                 or else not
2762                                   (Is_Static_Expression (Expression (Decl))
2763                                      or else
2764                                    Nkind (Expression (Decl)) = N_Null)))
2765                      then
2766                         Error_Msg_NE
2767                           ("Thread_Local_Storage variable& is "
2768                            & "improperly initialized", Decl, E);
2769                         Error_Msg_NE
2770                           ("\only allowed initialization is explicit "
2771                            & "NULL or static expression", Decl, E);
2772                      end if;
2773                   end;
2774                end if;
2775
2776                --  For imported objects, set Is_Public unless there is also an
2777                --  address clause, which means that there is no external symbol
2778                --  needed for the Import (Is_Public may still be set for other
2779                --  unrelated reasons). Note that we delayed this processing
2780                --  till freeze time so that we can be sure not to set the flag
2781                --  if there is an address clause. If there is such a clause,
2782                --  then the only purpose of the Import pragma is to suppress
2783                --  implicit initialization.
2784
2785                if Is_Imported (E)
2786                  and then No (Address_Clause (E))
2787                then
2788                   Set_Is_Public (E);
2789                end if;
2790
2791                --  For convention C objects of an enumeration type, warn if
2792                --  the size is not integer size and no explicit size given.
2793                --  Skip warning for Boolean, and Character, assume programmer
2794                --  expects 8-bit sizes for these cases.
2795
2796                if (Convention (E) = Convention_C
2797                     or else
2798                    Convention (E) = Convention_CPP)
2799                  and then Is_Enumeration_Type (Etype (E))
2800                  and then not Is_Character_Type (Etype (E))
2801                  and then not Is_Boolean_Type (Etype (E))
2802                  and then Esize (Etype (E)) < Standard_Integer_Size
2803                  and then not Has_Size_Clause (E)
2804                then
2805                   Error_Msg_Uint_1 := UI_From_Int (Standard_Integer_Size);
2806                   Error_Msg_N
2807                     ("?convention C enumeration object has size less than ^",
2808                      E);
2809                   Error_Msg_N ("\?use explicit size clause to set size", E);
2810                end if;
2811             end if;
2812
2813             --  Check that a constant which has a pragma Volatile[_Components]
2814             --  or Atomic[_Components] also has a pragma Import (RM C.6(13)).
2815
2816             --  Note: Atomic[_Components] also sets Volatile[_Components]
2817
2818             if Ekind (E) = E_Constant
2819               and then (Has_Volatile_Components (E) or else Is_Volatile (E))
2820               and then not Is_Imported (E)
2821             then
2822                --  Make sure we actually have a pragma, and have not merely
2823                --  inherited the indication from elsewhere (e.g. an address
2824                --  clause, which is not good enough in RM terms!)
2825
2826                if Has_Rep_Pragma (E, Name_Atomic)
2827                     or else
2828                   Has_Rep_Pragma (E, Name_Atomic_Components)
2829                then
2830                   Error_Msg_N
2831                     ("stand alone atomic constant must be " &
2832                      "imported (RM C.6(13))", E);
2833
2834                elsif Has_Rep_Pragma (E, Name_Volatile)
2835                        or else
2836                      Has_Rep_Pragma (E, Name_Volatile_Components)
2837                then
2838                   Error_Msg_N
2839                     ("stand alone volatile constant must be " &
2840                      "imported (RM C.6(13))", E);
2841                end if;
2842             end if;
2843
2844             --  Static objects require special handling
2845
2846             if (Ekind (E) = E_Constant or else Ekind (E) = E_Variable)
2847               and then Is_Statically_Allocated (E)
2848             then
2849                Freeze_Static_Object (E);
2850             end if;
2851
2852             --  Remaining step is to layout objects
2853
2854             if Ekind (E) = E_Variable
2855                  or else
2856                Ekind (E) = E_Constant
2857                  or else
2858                Ekind (E) = E_Loop_Parameter
2859                  or else
2860                Is_Formal (E)
2861             then
2862                Layout_Object (E);
2863             end if;
2864          end if;
2865
2866       --  Case of a type or subtype being frozen
2867
2868       else
2869          --  We used to check here that a full type must have preelaborable
2870          --  initialization if it completes a private type specified with
2871          --  pragma Preelaborable_Intialization, but that missed cases where
2872          --  the types occur within a generic package, since the freezing
2873          --  that occurs within a containing scope generally skips traversal
2874          --  of a generic unit's declarations (those will be frozen within
2875          --  instances). This check was moved to Analyze_Package_Specification.
2876
2877          --  The type may be defined in a generic unit. This can occur when
2878          --  freezing a generic function that returns the type (which is
2879          --  defined in a parent unit). It is clearly meaningless to freeze
2880          --  this type. However, if it is a subtype, its size may be determi-
2881          --  nable and used in subsequent checks, so might as well try to
2882          --  compute it.
2883
2884          if Present (Scope (E))
2885            and then Is_Generic_Unit (Scope (E))
2886          then
2887             Check_Compile_Time_Size (E);
2888             return No_List;
2889          end if;
2890
2891          --  Deal with special cases of freezing for subtype
2892
2893          if E /= Base_Type (E) then
2894
2895             --  Before we do anything else, a specialized test for the case of
2896             --  a size given for an array where the array needs to be packed,
2897             --  but was not so the size cannot be honored. This would of course
2898             --  be caught by the backend, and indeed we don't catch all cases.
2899             --  The point is that we can give a better error message in those
2900             --  cases that we do catch with the circuitry here. Also if pragma
2901             --  Implicit_Packing is set, this is where the packing occurs.
2902
2903             --  The reason we do this so early is that the processing in the
2904             --  automatic packing case affects the layout of the base type, so
2905             --  it must be done before we freeze the base type.
2906
2907             if Is_Array_Type (E) then
2908                declare
2909                   Lo, Hi : Node_Id;
2910                   Ctyp   : constant Entity_Id := Component_Type (E);
2911
2912                begin
2913                   --  Check enabling conditions. These are straightforward
2914                   --  except for the test for a limited composite type. This
2915                   --  eliminates the rare case of a array of limited components
2916                   --  where there are issues of whether or not we can go ahead
2917                   --  and pack the array (since we can't freely pack and unpack
2918                   --  arrays if they are limited).
2919
2920                   --  Note that we check the root type explicitly because the
2921                   --  whole point is we are doing this test before we have had
2922                   --  a chance to freeze the base type (and it is that freeze
2923                   --  action that causes stuff to be inherited).
2924
2925                   if Present (Size_Clause (E))
2926                     and then Known_Static_Esize (E)
2927                     and then not Is_Packed (E)
2928                     and then not Has_Pragma_Pack (E)
2929                     and then Number_Dimensions (E) = 1
2930                     and then not Has_Component_Size_Clause (E)
2931                     and then Known_Static_Esize (Ctyp)
2932                     and then not Is_Limited_Composite (E)
2933                     and then not Is_Packed (Root_Type (E))
2934                     and then not Has_Component_Size_Clause (Root_Type (E))
2935                   then
2936                      Get_Index_Bounds (First_Index (E), Lo, Hi);
2937
2938                      if Compile_Time_Known_Value (Lo)
2939                        and then Compile_Time_Known_Value (Hi)
2940                        and then Known_Static_RM_Size (Ctyp)
2941                        and then RM_Size (Ctyp) < 64
2942                      then
2943                         declare
2944                            Lov  : constant Uint      := Expr_Value (Lo);
2945                            Hiv  : constant Uint      := Expr_Value (Hi);
2946                            Len  : constant Uint      := UI_Max
2947                                                          (Uint_0,
2948                                                           Hiv - Lov + 1);
2949                            Rsiz : constant Uint      := RM_Size (Ctyp);
2950                            SZ   : constant Node_Id   := Size_Clause (E);
2951                            Btyp : constant Entity_Id := Base_Type (E);
2952
2953                         --  What we are looking for here is the situation where
2954                         --  the RM_Size given would be exactly right if there
2955                         --  was a pragma Pack (resulting in the component size
2956                         --  being the same as the RM_Size). Furthermore, the
2957                         --  component type size must be an odd size (not a
2958                         --  multiple of storage unit)
2959
2960                         begin
2961                            if RM_Size (E) = Len * Rsiz
2962                              and then Rsiz mod System_Storage_Unit /= 0
2963                            then
2964                               --  For implicit packing mode, just set the
2965                               --  component size silently.
2966
2967                               if Implicit_Packing then
2968                                  Set_Component_Size       (Btyp, Rsiz);
2969                                  Set_Is_Bit_Packed_Array  (Btyp);
2970                                  Set_Is_Packed            (Btyp);
2971                                  Set_Has_Non_Standard_Rep (Btyp);
2972
2973                                  --  Otherwise give an error message
2974
2975                               else
2976                                  Error_Msg_NE
2977                                    ("size given for& too small", SZ, E);
2978                                  Error_Msg_N
2979                                    ("\use explicit pragma Pack "
2980                                     & "or use pragma Implicit_Packing", SZ);
2981                               end if;
2982                            end if;
2983                         end;
2984                      end if;
2985                   end if;
2986                end;
2987             end if;
2988
2989             --  If ancestor subtype present, freeze that first. Note that this
2990             --  will also get the base type frozen.
2991
2992             Atype := Ancestor_Subtype (E);
2993
2994             if Present (Atype) then
2995                Freeze_And_Append (Atype, Loc, Result);
2996
2997             --  Otherwise freeze the base type of the entity before freezing
2998             --  the entity itself (RM 13.14(15)).
2999
3000             elsif E /= Base_Type (E) then
3001                Freeze_And_Append (Base_Type (E), Loc, Result);
3002             end if;
3003
3004          --  For a derived type, freeze its parent type first (RM 13.14(15))
3005
3006          elsif Is_Derived_Type (E) then
3007             Freeze_And_Append (Etype (E), Loc, Result);
3008             Freeze_And_Append (First_Subtype (Etype (E)), Loc, Result);
3009          end if;
3010
3011          --  For array type, freeze index types and component type first
3012          --  before freezing the array (RM 13.14(15)).
3013
3014          if Is_Array_Type (E) then
3015             declare
3016                Ctyp : constant Entity_Id := Component_Type (E);
3017
3018                Non_Standard_Enum : Boolean := False;
3019                --  Set true if any of the index types is an enumeration type
3020                --  with a non-standard representation.
3021
3022             begin
3023                Freeze_And_Append (Ctyp, Loc, Result);
3024
3025                Indx := First_Index (E);
3026                while Present (Indx) loop
3027                   Freeze_And_Append (Etype (Indx), Loc, Result);
3028
3029                   if Is_Enumeration_Type (Etype (Indx))
3030                     and then Has_Non_Standard_Rep (Etype (Indx))
3031                   then
3032                      Non_Standard_Enum := True;
3033                   end if;
3034
3035                   Next_Index (Indx);
3036                end loop;
3037
3038                --  Processing that is done only for base types
3039
3040                if Ekind (E) = E_Array_Type then
3041
3042                   --  Propagate flags for component type
3043
3044                   if Is_Controlled (Component_Type (E))
3045                     or else Has_Controlled_Component (Ctyp)
3046                   then
3047                      Set_Has_Controlled_Component (E);
3048                   end if;
3049
3050                   if Has_Unchecked_Union (Component_Type (E)) then
3051                      Set_Has_Unchecked_Union (E);
3052                   end if;
3053
3054                   --  If packing was requested or if the component size was set
3055                   --  explicitly, then see if bit packing is required. This
3056                   --  processing is only done for base types, since all the
3057                   --  representation aspects involved are type-related. This
3058                   --  is not just an optimization, if we start processing the
3059                   --  subtypes, they interfere with the settings on the base
3060                   --  type (this is because Is_Packed has a slightly different
3061                   --  meaning before and after freezing).
3062
3063                   declare
3064                      Csiz : Uint;
3065                      Esiz : Uint;
3066
3067                   begin
3068                      if (Is_Packed (E) or else Has_Pragma_Pack (E))
3069                        and then not Has_Atomic_Components (E)
3070                        and then Known_Static_RM_Size (Ctyp)
3071                      then
3072                         Csiz := UI_Max (RM_Size (Ctyp), 1);
3073
3074                      elsif Known_Component_Size (E) then
3075                         Csiz := Component_Size (E);
3076
3077                      elsif not Known_Static_Esize (Ctyp) then
3078                         Csiz := Uint_0;
3079
3080                      else
3081                         Esiz := Esize (Ctyp);
3082
3083                         --  We can set the component size if it is less than
3084                         --  16, rounding it up to the next storage unit size.
3085
3086                         if Esiz <= 8 then
3087                            Csiz := Uint_8;
3088                         elsif Esiz <= 16 then
3089                            Csiz := Uint_16;
3090                         else
3091                            Csiz := Uint_0;
3092                         end if;
3093
3094                         --  Set component size up to match alignment if it
3095                         --  would otherwise be less than the alignment. This
3096                         --  deals with cases of types whose alignment exceeds
3097                         --  their size (padded types).
3098
3099                         if Csiz /= 0 then
3100                            declare
3101                               A : constant Uint := Alignment_In_Bits (Ctyp);
3102                            begin
3103                               if Csiz < A then
3104                                  Csiz := A;
3105                               end if;
3106                            end;
3107                         end if;
3108                      end if;
3109
3110                      --  Case of component size that may result in packing
3111
3112                      if 1 <= Csiz and then Csiz <= 64 then
3113                         declare
3114                            Ent         : constant Entity_Id :=
3115                                            First_Subtype (E);
3116                            Pack_Pragma : constant Node_Id :=
3117                                            Get_Rep_Pragma (Ent, Name_Pack);
3118                            Comp_Size_C : constant Node_Id :=
3119                                            Get_Attribute_Definition_Clause
3120                                              (Ent, Attribute_Component_Size);
3121                         begin
3122                            --  Warn if we have pack and component size so that
3123                            --  the pack is ignored.
3124
3125                            --  Note: here we must check for the presence of a
3126                            --  component size before checking for a Pack pragma
3127                            --  to deal with the case where the array type is a
3128                            --  derived type whose parent is currently private.
3129
3130                            if Present (Comp_Size_C)
3131                              and then Has_Pragma_Pack (Ent)
3132                            then
3133                               Error_Msg_Sloc := Sloc (Comp_Size_C);
3134                               Error_Msg_NE
3135                                 ("?pragma Pack for& ignored!",
3136                                  Pack_Pragma, Ent);
3137                               Error_Msg_N
3138                                 ("\?explicit component size given#!",
3139                                  Pack_Pragma);
3140                            end if;
3141
3142                            --  Set component size if not already set by a
3143                            --  component size clause.
3144
3145                            if not Present (Comp_Size_C) then
3146                               Set_Component_Size (E, Csiz);
3147                            end if;
3148
3149                            --  Check for base type of 8, 16, 32 bits, where an
3150                            --  unsigned subtype has a length one less than the
3151                            --  base type (e.g. Natural subtype of Integer).
3152
3153                            --  In such cases, if a component size was not set
3154                            --  explicitly, then generate a warning.
3155
3156                            if Has_Pragma_Pack (E)
3157                              and then not Present (Comp_Size_C)
3158                              and then
3159                                (Csiz = 7 or else Csiz = 15 or else Csiz = 31)
3160                              and then Esize (Base_Type (Ctyp)) = Csiz + 1
3161                            then
3162                               Error_Msg_Uint_1 := Csiz;
3163
3164                               if Present (Pack_Pragma) then
3165                                  Error_Msg_N
3166                                    ("?pragma Pack causes component size "
3167                                     & "to be ^!", Pack_Pragma);
3168                                  Error_Msg_N
3169                                    ("\?use Component_Size to set "
3170                                     & "desired value!", Pack_Pragma);
3171                               end if;
3172                            end if;
3173
3174                            --  Actual packing is not needed for 8, 16, 32, 64.
3175                            --  Also not needed for 24 if alignment is 1.
3176
3177                            if        Csiz = 8
3178                              or else Csiz = 16
3179                              or else Csiz = 32
3180                              or else Csiz = 64
3181                              or else (Csiz = 24 and then Alignment (Ctyp) = 1)
3182                            then
3183                               --  Here the array was requested to be packed,
3184                               --  but the packing request had no effect, so
3185                               --  Is_Packed is reset.
3186
3187                               --  Note: semantically this means that we lose
3188                               --  track of the fact that a derived type
3189                               --  inherited a pragma Pack that was non-
3190                               --  effective, but that seems fine.
3191
3192                               --  We regard a Pack pragma as a request to set
3193                               --  a representation characteristic, and this
3194                               --  request may be ignored.
3195
3196                               Set_Is_Packed (Base_Type (E), False);
3197
3198                               --  In all other cases, packing is indeed needed
3199
3200                            else
3201                               Set_Has_Non_Standard_Rep (Base_Type (E));
3202                               Set_Is_Bit_Packed_Array  (Base_Type (E));
3203                               Set_Is_Packed            (Base_Type (E));
3204                            end if;
3205                         end;
3206                      end if;
3207                   end;
3208
3209                --  Processing that is done only for subtypes
3210
3211                else
3212                   --  Acquire alignment from base type
3213
3214                   if Unknown_Alignment (E) then
3215                      Set_Alignment (E, Alignment (Base_Type (E)));
3216                      Adjust_Esize_Alignment (E);
3217                   end if;
3218                end if;
3219
3220                --  For bit-packed arrays, check the size
3221
3222                if Is_Bit_Packed_Array (E)
3223                  and then Known_RM_Size (E)
3224                then
3225                   declare
3226                      SizC : constant Node_Id := Size_Clause (E);
3227
3228                      Discard : Boolean;
3229                      pragma Warnings (Off, Discard);
3230
3231                   begin
3232                      --  It is not clear if it is possible to have no size
3233                      --  clause at this stage, but it is not worth worrying
3234                      --  about. Post error on the entity name in the size
3235                      --  clause if present, else on the type entity itself.
3236
3237                      if Present (SizC) then
3238                         Check_Size (Name (SizC), E, RM_Size (E), Discard);
3239                      else
3240                         Check_Size (E, E, RM_Size (E), Discard);
3241                      end if;
3242                   end;
3243                end if;
3244
3245                --  If any of the index types was an enumeration type with
3246                --  a non-standard rep clause, then we indicate that the
3247                --  array type is always packed (even if it is not bit packed).
3248
3249                if Non_Standard_Enum then
3250                   Set_Has_Non_Standard_Rep (Base_Type (E));
3251                   Set_Is_Packed            (Base_Type (E));
3252                end if;
3253
3254                Set_Component_Alignment_If_Not_Set (E);
3255
3256                --  If the array is packed, we must create the packed array
3257                --  type to be used to actually implement the type. This is
3258                --  only needed for real array types (not for string literal
3259                --  types, since they are present only for the front end).
3260
3261                if Is_Packed (E)
3262                  and then Ekind (E) /= E_String_Literal_Subtype
3263                then
3264                   Create_Packed_Array_Type (E);
3265                   Freeze_And_Append (Packed_Array_Type (E), Loc, Result);
3266
3267                   --  Size information of packed array type is copied to the
3268                   --  array type, since this is really the representation. But
3269                   --  do not override explicit existing size values. If the
3270                   --  ancestor subtype is constrained the packed_array_type
3271                   --  will be inherited from it, but the size may have been
3272                   --  provided already, and must not be overridden either.
3273
3274                   if not Has_Size_Clause (E)
3275                     and then
3276                       (No (Ancestor_Subtype (E))
3277                         or else not Has_Size_Clause (Ancestor_Subtype (E)))
3278                   then
3279                      Set_Esize     (E, Esize     (Packed_Array_Type (E)));
3280                      Set_RM_Size   (E, RM_Size   (Packed_Array_Type (E)));
3281                   end if;
3282
3283                   if not Has_Alignment_Clause (E) then
3284                      Set_Alignment (E, Alignment (Packed_Array_Type (E)));
3285                   end if;
3286                end if;
3287
3288                --  For non-packed arrays set the alignment of the array to the
3289                --  alignment of the component type if it is unknown. Skip this
3290                --  in atomic case (atomic arrays may need larger alignments).
3291
3292                if not Is_Packed (E)
3293                  and then Unknown_Alignment (E)
3294                  and then Known_Alignment (Ctyp)
3295                  and then Known_Static_Component_Size (E)
3296                  and then Known_Static_Esize (Ctyp)
3297                  and then Esize (Ctyp) = Component_Size (E)
3298                  and then not Is_Atomic (E)
3299                then
3300                   Set_Alignment (E, Alignment (Component_Type (E)));
3301                end if;
3302             end;
3303
3304          --  For a class-wide type, the corresponding specific type is
3305          --  frozen as well (RM 13.14(15))
3306
3307          elsif Is_Class_Wide_Type (E) then
3308             Freeze_And_Append (Root_Type (E), Loc, Result);
3309
3310             --  If the base type of the class-wide type is still incomplete,
3311             --  the class-wide remains unfrozen as well. This is legal when
3312             --  E is the formal of a primitive operation of some other type
3313             --  which is being frozen.
3314
3315             if not Is_Frozen (Root_Type (E)) then
3316                Set_Is_Frozen (E, False);
3317                return Result;
3318             end if;
3319
3320             --  If the Class_Wide_Type is an Itype (when type is the anonymous
3321             --  parent of a derived type) and it is a library-level entity,
3322             --  generate an itype reference for it. Otherwise, its first
3323             --  explicit reference may be in an inner scope, which will be
3324             --  rejected by the back-end.
3325
3326             if Is_Itype (E)
3327               and then Is_Compilation_Unit (Scope (E))
3328             then
3329                declare
3330                   Ref : constant Node_Id := Make_Itype_Reference (Loc);
3331
3332                begin
3333                   Set_Itype (Ref, E);
3334                   if No (Result) then
3335                      Result := New_List (Ref);
3336                   else
3337                      Append (Ref, Result);
3338                   end if;
3339                end;
3340             end if;
3341
3342             --  The equivalent type associated with a class-wide subtype needs
3343             --  to be frozen to ensure that its layout is done. Class-wide
3344             --  subtypes are currently only frozen on targets requiring
3345             --  front-end layout (see New_Class_Wide_Subtype and
3346             --  Make_CW_Equivalent_Type in exp_util.adb).
3347
3348             if Ekind (E) = E_Class_Wide_Subtype
3349               and then Present (Equivalent_Type (E))
3350             then
3351                Freeze_And_Append (Equivalent_Type (E), Loc, Result);
3352             end if;
3353
3354          --  For a record (sub)type, freeze all the component types (RM
3355          --  13.14(15). We test for E_Record_(sub)Type here, rather than using
3356          --  Is_Record_Type, because we don't want to attempt the freeze for
3357          --  the case of a private type with record extension (we will do that
3358          --  later when the full type is frozen).
3359
3360          elsif Ekind (E) = E_Record_Type
3361            or else Ekind (E) = E_Record_Subtype
3362          then
3363             Freeze_Record_Type (E);
3364
3365          --  For a concurrent type, freeze corresponding record type. This
3366          --  does not correspond to any specific rule in the RM, but the
3367          --  record type is essentially part of the concurrent type.
3368          --  Freeze as well all local entities. This includes record types
3369          --  created for entry parameter blocks, and whatever local entities
3370          --  may appear in the private part.
3371
3372          elsif Is_Concurrent_Type (E) then
3373             if Present (Corresponding_Record_Type (E)) then
3374                Freeze_And_Append
3375                  (Corresponding_Record_Type (E), Loc, Result);
3376             end if;
3377
3378             Comp := First_Entity (E);
3379             while Present (Comp) loop
3380                if Is_Type (Comp) then
3381                   Freeze_And_Append (Comp, Loc, Result);
3382
3383                elsif (Ekind (Comp)) /= E_Function then
3384                   if Is_Itype (Etype (Comp))
3385                     and then Underlying_Type (Scope (Etype (Comp))) = E
3386                   then
3387                      Undelay_Type (Etype (Comp));
3388                   end if;
3389
3390                   Freeze_And_Append (Etype (Comp), Loc, Result);
3391                end if;
3392
3393                Next_Entity (Comp);
3394             end loop;
3395
3396          --  Private types are required to point to the same freeze node as
3397          --  their corresponding full views. The freeze node itself has to
3398          --  point to the partial view of the entity (because from the partial
3399          --  view, we can retrieve the full view, but not the reverse).
3400          --  However, in order to freeze correctly, we need to freeze the full
3401          --  view. If we are freezing at the end of a scope (or within the
3402          --  scope of the private type), the partial and full views will have
3403          --  been swapped, the full view appears first in the entity chain and
3404          --  the swapping mechanism ensures that the pointers are properly set
3405          --  (on scope exit).
3406
3407          --  If we encounter the partial view before the full view (e.g. when
3408          --  freezing from another scope), we freeze the full view, and then
3409          --  set the pointers appropriately since we cannot rely on swapping to
3410          --  fix things up (subtypes in an outer scope might not get swapped).
3411
3412          elsif Is_Incomplete_Or_Private_Type (E)
3413            and then not Is_Generic_Type (E)
3414          then
3415             --  The construction of the dispatch table associated with library
3416             --  level tagged types forces freezing of all the primitives of the
3417             --  type, which may cause premature freezing of the partial view.
3418             --  For example:
3419
3420             --     package Pkg is
3421             --        type T is tagged private;
3422             --        type DT is new T with private;
3423             --        procedure Prim (X : in out T; Y : in out DT'class);
3424             --     private
3425             --        type T is tagged null record;
3426             --        Obj : T;
3427             --        type DT is new T with null record;
3428             --     end;
3429
3430             --  In this case the type will be frozen later by the usual
3431             --  mechanism: an object declaration, an instantiation, or the
3432             --  end of a declarative part.
3433
3434             if Is_Library_Level_Tagged_Type (E)
3435               and then not Present (Full_View (E))
3436             then
3437                Set_Is_Frozen (E, False);
3438                return Result;
3439
3440             --  Case of full view present
3441
3442             elsif Present (Full_View (E)) then
3443
3444                --  If full view has already been frozen, then no further
3445                --  processing is required
3446
3447                if Is_Frozen (Full_View (E)) then
3448
3449                   Set_Has_Delayed_Freeze (E, False);
3450                   Set_Freeze_Node (E, Empty);
3451                   Check_Debug_Info_Needed (E);
3452
3453                --  Otherwise freeze full view and patch the pointers so that
3454                --  the freeze node will elaborate both views in the back-end.
3455
3456                else
3457                   declare
3458                      Full : constant Entity_Id := Full_View (E);
3459
3460                   begin
3461                      if Is_Private_Type (Full)
3462                        and then Present (Underlying_Full_View (Full))
3463                      then
3464                         Freeze_And_Append
3465                           (Underlying_Full_View (Full), Loc, Result);
3466                      end if;
3467
3468                      Freeze_And_Append (Full, Loc, Result);
3469
3470                      if Has_Delayed_Freeze (E) then
3471                         F_Node := Freeze_Node (Full);
3472
3473                         if Present (F_Node) then
3474                            Set_Freeze_Node (E, F_Node);
3475                            Set_Entity (F_Node, E);
3476
3477                         else
3478                            --  {Incomplete,Private}_Subtypes with Full_Views
3479                            --  constrained by discriminants.
3480
3481                            Set_Has_Delayed_Freeze (E, False);
3482                            Set_Freeze_Node (E, Empty);
3483                         end if;
3484                      end if;
3485                   end;
3486
3487                   Check_Debug_Info_Needed (E);
3488                end if;
3489
3490                --  AI-117 requires that the convention of a partial view be the
3491                --  same as the convention of the full view. Note that this is a
3492                --  recognized breach of privacy, but it's essential for logical
3493                --  consistency of representation, and the lack of a rule in
3494                --  RM95 was an oversight.
3495
3496                Set_Convention (E, Convention (Full_View (E)));
3497
3498                Set_Size_Known_At_Compile_Time (E,
3499                  Size_Known_At_Compile_Time (Full_View (E)));
3500
3501                --  Size information is copied from the full view to the
3502                --  incomplete or private view for consistency.
3503
3504                --  We skip this is the full view is not a type. This is very
3505                --  strange of course, and can only happen as a result of
3506                --  certain illegalities, such as a premature attempt to derive
3507                --  from an incomplete type.
3508
3509                if Is_Type (Full_View (E)) then
3510                   Set_Size_Info (E, Full_View (E));
3511                   Set_RM_Size   (E, RM_Size (Full_View (E)));
3512                end if;
3513
3514                return Result;
3515
3516             --  Case of no full view present. If entity is derived or subtype,
3517             --  it is safe to freeze, correctness depends on the frozen status
3518             --  of parent. Otherwise it is either premature usage, or a Taft
3519             --  amendment type, so diagnosis is at the point of use and the
3520             --  type might be frozen later.
3521
3522             elsif E /= Base_Type (E)
3523               or else Is_Derived_Type (E)
3524             then
3525                null;
3526
3527             else
3528                Set_Is_Frozen (E, False);
3529                return No_List;
3530             end if;
3531
3532          --  For access subprogram, freeze types of all formals, the return
3533          --  type was already frozen, since it is the Etype of the function.
3534          --  Formal types can be tagged Taft amendment types, but otherwise
3535          --  they cannot be incomplete.
3536
3537          elsif Ekind (E) = E_Subprogram_Type then
3538             Formal := First_Formal (E);
3539
3540             while Present (Formal) loop
3541                if Ekind (Etype (Formal)) = E_Incomplete_Type
3542                  and then No (Full_View (Etype (Formal)))
3543                  and then not Is_Value_Type (Etype (Formal))
3544                then
3545                   if Is_Tagged_Type (Etype (Formal)) then
3546                      null;
3547                   else
3548                      Error_Msg_NE
3549                        ("invalid use of incomplete type&", E, Etype (Formal));
3550                   end if;
3551                end if;
3552
3553                Freeze_And_Append (Etype (Formal), Loc, Result);
3554                Next_Formal (Formal);
3555             end loop;
3556
3557             Freeze_Subprogram (E);
3558
3559          --  For access to a protected subprogram, freeze the equivalent type
3560          --  (however this is not set if we are not generating code or if this
3561          --  is an anonymous type used just for resolution).
3562
3563          elsif Is_Access_Protected_Subprogram_Type (E) then
3564             if Present (Equivalent_Type (E)) then
3565                Freeze_And_Append (Equivalent_Type (E), Loc, Result);
3566             end if;
3567          end if;
3568
3569          --  Generic types are never seen by the back-end, and are also not
3570          --  processed by the expander (since the expander is turned off for
3571          --  generic processing), so we never need freeze nodes for them.
3572
3573          if Is_Generic_Type (E) then
3574             return Result;
3575          end if;
3576
3577          --  Some special processing for non-generic types to complete
3578          --  representation details not known till the freeze point.
3579
3580          if Is_Fixed_Point_Type (E) then
3581             Freeze_Fixed_Point_Type (E);
3582
3583             --  Some error checks required for ordinary fixed-point type. Defer
3584             --  these till the freeze-point since we need the small and range
3585             --  values. We only do these checks for base types
3586
3587             if Is_Ordinary_Fixed_Point_Type (E)
3588               and then E = Base_Type (E)
3589             then
3590                if Small_Value (E) < Ureal_2_M_80 then
3591                   Error_Msg_Name_1 := Name_Small;
3592                   Error_Msg_N
3593                     ("`&''%` too small, minimum allowed is 2.0'*'*(-80)", E);
3594
3595                elsif Small_Value (E) > Ureal_2_80 then
3596                   Error_Msg_Name_1 := Name_Small;
3597                   Error_Msg_N
3598                     ("`&''%` too large, maximum allowed is 2.0'*'*80", E);
3599                end if;
3600
3601                if Expr_Value_R (Type_Low_Bound (E)) < Ureal_M_10_36 then
3602                   Error_Msg_Name_1 := Name_First;
3603                   Error_Msg_N
3604                     ("`&''%` too small, minimum allowed is -10.0'*'*36", E);
3605                end if;
3606
3607                if Expr_Value_R (Type_High_Bound (E)) > Ureal_10_36 then
3608                   Error_Msg_Name_1 := Name_Last;
3609                   Error_Msg_N
3610                     ("`&''%` too large, maximum allowed is 10.0'*'*36", E);
3611                end if;
3612             end if;
3613
3614          elsif Is_Enumeration_Type (E) then
3615             Freeze_Enumeration_Type (E);
3616
3617          elsif Is_Integer_Type (E) then
3618             Adjust_Esize_For_Alignment (E);
3619
3620          elsif Is_Access_Type (E) then
3621
3622             --  Check restriction for standard storage pool
3623
3624             if No (Associated_Storage_Pool (E)) then
3625                Check_Restriction (No_Standard_Storage_Pools, E);
3626             end if;
3627
3628             --  Deal with error message for pure access type. This is not an
3629             --  error in Ada 2005 if there is no pool (see AI-366).
3630
3631             if Is_Pure_Unit_Access_Type (E)
3632               and then (Ada_Version < Ada_05
3633                          or else not No_Pool_Assigned (E))
3634             then
3635                Error_Msg_N ("named access type not allowed in pure unit", E);
3636
3637                if Ada_Version >= Ada_05 then
3638                   Error_Msg_N
3639                     ("\would be legal if Storage_Size of 0 given?", E);
3640
3641                elsif No_Pool_Assigned (E) then
3642                   Error_Msg_N
3643                     ("\would be legal in Ada 2005?", E);
3644
3645                else
3646                   Error_Msg_N
3647                     ("\would be legal in Ada 2005 if "
3648                      & "Storage_Size of 0 given?", E);
3649                end if;
3650             end if;
3651          end if;
3652
3653          --  Case of composite types
3654
3655          if Is_Composite_Type (E) then
3656
3657             --  AI-117 requires that all new primitives of a tagged type must
3658             --  inherit the convention of the full view of the type. Inherited
3659             --  and overriding operations are defined to inherit the convention
3660             --  of their parent or overridden subprogram (also specified in
3661             --  AI-117), which will have occurred earlier (in Derive_Subprogram
3662             --  and New_Overloaded_Entity). Here we set the convention of
3663             --  primitives that are still convention Ada, which will ensure
3664             --  that any new primitives inherit the type's convention. Class-
3665             --  wide types can have a foreign convention inherited from their
3666             --  specific type, but are excluded from this since they don't have
3667             --  any associated primitives.
3668
3669             if Is_Tagged_Type (E)
3670               and then not Is_Class_Wide_Type (E)
3671               and then Convention (E) /= Convention_Ada
3672             then
3673                declare
3674                   Prim_List : constant Elist_Id := Primitive_Operations (E);
3675                   Prim      : Elmt_Id;
3676                begin
3677                   Prim := First_Elmt (Prim_List);
3678                   while Present (Prim) loop
3679                      if Convention (Node (Prim)) = Convention_Ada then
3680                         Set_Convention (Node (Prim), Convention (E));
3681                      end if;
3682
3683                      Next_Elmt (Prim);
3684                   end loop;
3685                end;
3686             end if;
3687          end if;
3688
3689          --  Now that all types from which E may depend are frozen, see if the
3690          --  size is known at compile time, if it must be unsigned, or if
3691          --  strict alignment is required
3692
3693          Check_Compile_Time_Size (E);
3694          Check_Unsigned_Type (E);
3695
3696          if Base_Type (E) = E then
3697             Check_Strict_Alignment (E);
3698          end if;
3699
3700          --  Do not allow a size clause for a type which does not have a size
3701          --  that is known at compile time
3702
3703          if Has_Size_Clause (E)
3704            and then not Size_Known_At_Compile_Time (E)
3705          then
3706             --  Suppress this message if errors posted on E, even if we are
3707             --  in all errors mode, since this is often a junk message
3708
3709             if not Error_Posted (E) then
3710                Error_Msg_N
3711                  ("size clause not allowed for variable length type",
3712                   Size_Clause (E));
3713             end if;
3714          end if;
3715
3716          --  Remaining process is to set/verify the representation information,
3717          --  in particular the size and alignment values. This processing is
3718          --  not required for generic types, since generic types do not play
3719          --  any part in code generation, and so the size and alignment values
3720          --  for such types are irrelevant.
3721
3722          if Is_Generic_Type (E) then
3723             return Result;
3724
3725          --  Otherwise we call the layout procedure
3726
3727          else
3728             Layout_Type (E);
3729          end if;
3730
3731          --  End of freeze processing for type entities
3732       end if;
3733
3734       --  Here is where we logically freeze the current entity. If it has a
3735       --  freeze node, then this is the point at which the freeze node is
3736       --  linked into the result list.
3737
3738       if Has_Delayed_Freeze (E) then
3739
3740          --  If a freeze node is already allocated, use it, otherwise allocate
3741          --  a new one. The preallocation happens in the case of anonymous base
3742          --  types, where we preallocate so that we can set First_Subtype_Link.
3743          --  Note that we reset the Sloc to the current freeze location.
3744
3745          if Present (Freeze_Node (E)) then
3746             F_Node := Freeze_Node (E);
3747             Set_Sloc (F_Node, Loc);
3748
3749          else
3750             F_Node := New_Node (N_Freeze_Entity, Loc);
3751             Set_Freeze_Node (E, F_Node);
3752             Set_Access_Types_To_Process (F_Node, No_Elist);
3753             Set_TSS_Elist (F_Node, No_Elist);
3754             Set_Actions (F_Node, No_List);
3755          end if;
3756
3757          Set_Entity (F_Node, E);
3758
3759          if Result = No_List then
3760             Result := New_List (F_Node);
3761          else
3762             Append (F_Node, Result);
3763          end if;
3764
3765          --  A final pass over record types with discriminants. If the type
3766          --  has an incomplete declaration, there may be constrained access
3767          --  subtypes declared elsewhere, which do not depend on the discrimi-
3768          --  nants of the type, and which are used as component types (i.e.
3769          --  the full view is a recursive type). The designated types of these
3770          --  subtypes can only be elaborated after the type itself, and they
3771          --  need an itype reference.
3772
3773          if Ekind (E) = E_Record_Type
3774            and then Has_Discriminants (E)
3775          then
3776             declare
3777                Comp : Entity_Id;
3778                IR   : Node_Id;
3779                Typ  : Entity_Id;
3780
3781             begin
3782                Comp := First_Component (E);
3783
3784                while Present (Comp) loop
3785                   Typ  := Etype (Comp);
3786
3787                   if Ekind (Comp) = E_Component
3788                     and then Is_Access_Type (Typ)
3789                     and then Scope (Typ) /= E
3790                     and then Base_Type (Designated_Type (Typ)) = E
3791                     and then Is_Itype (Designated_Type (Typ))
3792                   then
3793                      IR := Make_Itype_Reference (Sloc (Comp));
3794                      Set_Itype (IR, Designated_Type (Typ));
3795                      Append (IR, Result);
3796                   end if;
3797
3798                   Next_Component (Comp);
3799                end loop;
3800             end;
3801          end if;
3802       end if;
3803
3804       --  When a type is frozen, the first subtype of the type is frozen as
3805       --  well (RM 13.14(15)). This has to be done after freezing the type,
3806       --  since obviously the first subtype depends on its own base type.
3807
3808       if Is_Type (E) then
3809          Freeze_And_Append (First_Subtype (E), Loc, Result);
3810
3811          --  If we just froze a tagged non-class wide record, then freeze the
3812          --  corresponding class-wide type. This must be done after the tagged
3813          --  type itself is frozen, because the class-wide type refers to the
3814          --  tagged type which generates the class.
3815
3816          if Is_Tagged_Type (E)
3817            and then not Is_Class_Wide_Type (E)
3818            and then Present (Class_Wide_Type (E))
3819          then
3820             Freeze_And_Append (Class_Wide_Type (E), Loc, Result);
3821          end if;
3822       end if;
3823
3824       Check_Debug_Info_Needed (E);
3825
3826       --  Special handling for subprograms
3827
3828       if Is_Subprogram (E) then
3829
3830          --  If subprogram has address clause then reset Is_Public flag, since
3831          --  we do not want the backend to generate external references.
3832
3833          if Present (Address_Clause (E))
3834            and then not Is_Library_Level_Entity (E)
3835          then
3836             Set_Is_Public (E, False);
3837
3838          --  If no address clause and not intrinsic, then for imported
3839          --  subprogram in main unit, generate descriptor if we are in
3840          --  Propagate_Exceptions mode.
3841
3842          elsif Propagate_Exceptions
3843            and then Is_Imported (E)
3844            and then not Is_Intrinsic_Subprogram (E)
3845            and then Convention (E) /= Convention_Stubbed
3846          then
3847             if Result = No_List then
3848                Result := Empty_List;
3849             end if;
3850          end if;
3851       end if;
3852
3853       return Result;
3854    end Freeze_Entity;
3855
3856    -----------------------------
3857    -- Freeze_Enumeration_Type --
3858    -----------------------------
3859
3860    procedure Freeze_Enumeration_Type (Typ : Entity_Id) is
3861    begin
3862       --  By default, if no size clause is present, an enumeration type with
3863       --  Convention C is assumed to interface to a C enum, and has integer
3864       --  size. This applies to types. For subtypes, verify that its base
3865       --  type has no size clause either.
3866
3867       if Has_Foreign_Convention (Typ)
3868         and then not Has_Size_Clause (Typ)
3869         and then not Has_Size_Clause (Base_Type (Typ))
3870         and then Esize (Typ) < Standard_Integer_Size
3871       then
3872          Init_Esize (Typ, Standard_Integer_Size);
3873
3874       else
3875          --  If the enumeration type interfaces to C, and it has a size clause
3876          --  that specifies less than int size, it warrants a warning. The
3877          --  user may intend the C type to be an enum or a char, so this is
3878          --  not by itself an error that the Ada compiler can detect, but it
3879          --  it is a worth a heads-up. For Boolean and Character types we
3880          --  assume that the programmer has the proper C type in mind.
3881
3882          if Convention (Typ) = Convention_C
3883            and then Has_Size_Clause (Typ)
3884            and then Esize (Typ) /= Esize (Standard_Integer)
3885            and then not Is_Boolean_Type (Typ)
3886            and then not Is_Character_Type (Typ)
3887          then
3888             Error_Msg_N
3889               ("C enum types have the size of a C int?", Size_Clause (Typ));
3890          end if;
3891
3892          Adjust_Esize_For_Alignment (Typ);
3893       end if;
3894    end Freeze_Enumeration_Type;
3895
3896    -----------------------
3897    -- Freeze_Expression --
3898    -----------------------
3899
3900    procedure Freeze_Expression (N : Node_Id) is
3901       In_Spec_Exp : constant Boolean := In_Spec_Expression;
3902       Typ         : Entity_Id;
3903       Nam         : Entity_Id;
3904       Desig_Typ   : Entity_Id;
3905       P           : Node_Id;
3906       Parent_P    : Node_Id;
3907
3908       Freeze_Outside : Boolean := False;
3909       --  This flag is set true if the entity must be frozen outside the
3910       --  current subprogram. This happens in the case of expander generated
3911       --  subprograms (_Init_Proc, _Input, _Output, _Read, _Write) which do
3912       --  not freeze all entities like other bodies, but which nevertheless
3913       --  may reference entities that have to be frozen before the body and
3914       --  obviously cannot be frozen inside the body.
3915
3916       function In_Exp_Body (N : Node_Id) return Boolean;
3917       --  Given an N_Handled_Sequence_Of_Statements node N, determines whether
3918       --  it is the handled statement sequence of an expander-generated
3919       --  subprogram (init proc, stream subprogram, or renaming as body).
3920       --  If so, this is not a freezing context.
3921
3922       -----------------
3923       -- In_Exp_Body --
3924       -----------------
3925
3926       function In_Exp_Body (N : Node_Id) return Boolean is
3927          P  : Node_Id;
3928          Id : Entity_Id;
3929
3930       begin
3931          if Nkind (N) = N_Subprogram_Body then
3932             P := N;
3933          else
3934             P := Parent (N);
3935          end if;
3936
3937          if Nkind (P) /= N_Subprogram_Body then
3938             return False;
3939
3940          else
3941             Id := Defining_Unit_Name (Specification (P));
3942
3943             if Nkind (Id) = N_Defining_Identifier
3944               and then (Is_Init_Proc (Id)              or else
3945                         Is_TSS (Id, TSS_Stream_Input)  or else
3946                         Is_TSS (Id, TSS_Stream_Output) or else
3947                         Is_TSS (Id, TSS_Stream_Read)   or else
3948                         Is_TSS (Id, TSS_Stream_Write)  or else
3949                         Nkind (Original_Node (P)) =
3950                           N_Subprogram_Renaming_Declaration)
3951             then
3952                return True;
3953             else
3954                return False;
3955             end if;
3956          end if;
3957       end In_Exp_Body;
3958
3959    --  Start of processing for Freeze_Expression
3960
3961    begin
3962       --  Immediate return if freezing is inhibited. This flag is set by the
3963       --  analyzer to stop freezing on generated expressions that would cause
3964       --  freezing if they were in the source program, but which are not
3965       --  supposed to freeze, since they are created.
3966
3967       if Must_Not_Freeze (N) then
3968          return;
3969       end if;
3970
3971       --  If expression is non-static, then it does not freeze in a default
3972       --  expression, see section "Handling of Default Expressions" in the
3973       --  spec of package Sem for further details. Note that we have to
3974       --  make sure that we actually have a real expression (if we have
3975       --  a subtype indication, we can't test Is_Static_Expression!)
3976
3977       if In_Spec_Exp
3978         and then Nkind (N) in N_Subexpr
3979         and then not Is_Static_Expression (N)
3980       then
3981          return;
3982       end if;
3983
3984       --  Freeze type of expression if not frozen already
3985
3986       Typ := Empty;
3987
3988       if Nkind (N) in N_Has_Etype then
3989          if not Is_Frozen (Etype (N)) then
3990             Typ := Etype (N);
3991
3992          --  Base type may be an derived numeric type that is frozen at
3993          --  the point of declaration, but first_subtype is still unfrozen.
3994
3995          elsif not Is_Frozen (First_Subtype (Etype (N))) then
3996             Typ := First_Subtype (Etype (N));
3997          end if;
3998       end if;
3999
4000       --  For entity name, freeze entity if not frozen already. A special
4001       --  exception occurs for an identifier that did not come from source.
4002       --  We don't let such identifiers freeze a non-internal entity, i.e.
4003       --  an entity that did come from source, since such an identifier was
4004       --  generated by the expander, and cannot have any semantic effect on
4005       --  the freezing semantics. For example, this stops the parameter of
4006       --  an initialization procedure from freezing the variable.
4007
4008       if Is_Entity_Name (N)
4009         and then not Is_Frozen (Entity (N))
4010         and then (Nkind (N) /= N_Identifier
4011                    or else Comes_From_Source (N)
4012                    or else not Comes_From_Source (Entity (N)))
4013       then
4014          Nam := Entity (N);
4015       else
4016          Nam := Empty;
4017       end if;
4018
4019       --  For an allocator freeze designated type if not frozen already
4020
4021       --  For an aggregate whose component type is an access type, freeze the
4022       --  designated type now, so that its freeze does not appear within the
4023       --  loop that might be created in the expansion of the aggregate. If the
4024       --  designated type is a private type without full view, the expression
4025       --  cannot contain an allocator, so the type is not frozen.
4026
4027       --  For a function, we freeze the entity when the subprogram declaration
4028       --  is frozen, but a function call may appear in an initialization proc.
4029       --  before the declaration is frozen. We need to generate the extra
4030       --  formals, if any, to ensure that the expansion of the call includes
4031       --  the proper actuals.
4032
4033       Desig_Typ := Empty;
4034
4035       case Nkind (N) is
4036          when N_Allocator =>
4037             Desig_Typ := Designated_Type (Etype (N));
4038
4039          when N_Aggregate =>
4040             if Is_Array_Type (Etype (N))
4041               and then Is_Access_Type (Component_Type (Etype (N)))
4042             then
4043                Desig_Typ := Designated_Type (Component_Type (Etype (N)));
4044             end if;
4045
4046          when N_Selected_Component |
4047             N_Indexed_Component    |
4048             N_Slice                =>
4049
4050             if Is_Access_Type (Etype (Prefix (N))) then
4051                Desig_Typ := Designated_Type (Etype (Prefix (N)));
4052             end if;
4053
4054          when N_Identifier =>
4055             if Present (Nam)
4056               and then Ekind (Nam) = E_Function
4057               and then Nkind (Parent (N)) = N_Function_Call
4058             then
4059                Create_Extra_Formals (Nam);
4060             end if;
4061
4062          when others =>
4063             null;
4064       end case;
4065
4066       if Desig_Typ /= Empty
4067         and then (Is_Frozen (Desig_Typ)
4068                    or else (not Is_Fully_Defined (Desig_Typ)))
4069       then
4070          Desig_Typ := Empty;
4071       end if;
4072
4073       --  All done if nothing needs freezing
4074
4075       if No (Typ)
4076         and then No (Nam)
4077         and then No (Desig_Typ)
4078       then
4079          return;
4080       end if;
4081
4082       --  Loop for looking at the right place to insert the freeze nodes,
4083       --  exiting from the loop when it is appropriate to insert the freeze
4084       --  node before the current node P.
4085
4086       --  Also checks som special exceptions to the freezing rules. These cases
4087       --  result in a direct return, bypassing the freeze action.
4088
4089       P := N;
4090       loop
4091          Parent_P := Parent (P);
4092
4093          --  If we don't have a parent, then we are not in a well-formed tree.
4094          --  This is an unusual case, but there are some legitimate situations
4095          --  in which this occurs, notably when the expressions in the range of
4096          --  a type declaration are resolved. We simply ignore the freeze
4097          --  request in this case. Is this right ???
4098
4099          if No (Parent_P) then
4100             return;
4101          end if;
4102
4103          --  See if we have got to an appropriate point in the tree
4104
4105          case Nkind (Parent_P) is
4106
4107             --  A special test for the exception of (RM 13.14(8)) for the case
4108             --  of per-object expressions (RM 3.8(18)) occurring in component
4109             --  definition or a discrete subtype definition. Note that we test
4110             --  for a component declaration which includes both cases we are
4111             --  interested in, and furthermore the tree does not have explicit
4112             --  nodes for either of these two constructs.
4113
4114             when N_Component_Declaration =>
4115
4116                --  The case we want to test for here is an identifier that is
4117                --  a per-object expression, this is either a discriminant that
4118                --  appears in a context other than the component declaration
4119                --  or it is a reference to the type of the enclosing construct.
4120
4121                --  For either of these cases, we skip the freezing
4122
4123                if not In_Spec_Expression
4124                  and then Nkind (N) = N_Identifier
4125                  and then (Present (Entity (N)))
4126                then
4127                   --  We recognize the discriminant case by just looking for
4128                   --  a reference to a discriminant. It can only be one for
4129                   --  the enclosing construct. Skip freezing in this case.
4130
4131                   if Ekind (Entity (N)) = E_Discriminant then
4132                      return;
4133
4134                   --  For the case of a reference to the enclosing record,
4135                   --  (or task or protected type), we look for a type that
4136                   --  matches the current scope.
4137
4138                   elsif Entity (N) = Current_Scope then
4139                      return;
4140                   end if;
4141                end if;
4142
4143             --  If we have an enumeration literal that appears as the choice in
4144             --  the aggregate of an enumeration representation clause, then
4145             --  freezing does not occur (RM 13.14(10)).
4146
4147             when N_Enumeration_Representation_Clause =>
4148
4149                --  The case we are looking for is an enumeration literal
4150
4151                if (Nkind (N) = N_Identifier or Nkind (N) = N_Character_Literal)
4152                  and then Is_Enumeration_Type (Etype (N))
4153                then
4154                   --  If enumeration literal appears directly as the choice,
4155                   --  do not freeze (this is the normal non-overloaded case)
4156
4157                   if Nkind (Parent (N)) = N_Component_Association
4158                     and then First (Choices (Parent (N))) = N
4159                   then
4160                      return;
4161
4162                   --  If enumeration literal appears as the name of function
4163                   --  which is the choice, then also do not freeze. This
4164                   --  happens in the overloaded literal case, where the
4165                   --  enumeration literal is temporarily changed to a function
4166                   --  call for overloading analysis purposes.
4167
4168                   elsif Nkind (Parent (N)) = N_Function_Call
4169                      and then
4170                        Nkind (Parent (Parent (N))) = N_Component_Association
4171                      and then
4172                        First (Choices (Parent (Parent (N)))) = Parent (N)
4173                   then
4174                      return;
4175                   end if;
4176                end if;
4177
4178             --  Normally if the parent is a handled sequence of statements,
4179             --  then the current node must be a statement, and that is an
4180             --  appropriate place to insert a freeze node.
4181
4182             when N_Handled_Sequence_Of_Statements =>
4183
4184                --  An exception occurs when the sequence of statements is for
4185                --  an expander generated body that did not do the usual freeze
4186                --  all operation. In this case we usually want to freeze
4187                --  outside this body, not inside it, and we skip past the
4188                --  subprogram body that we are inside.
4189
4190                if In_Exp_Body (Parent_P) then
4191
4192                   --  However, we *do* want to freeze at this point if we have
4193                   --  an entity to freeze, and that entity is declared *inside*
4194                   --  the body of the expander generated procedure. This case
4195                   --  is recognized by the scope of the type, which is either
4196                   --  the spec for some enclosing body, or (in the case of
4197                   --  init_procs, for which there are no separate specs) the
4198                   --  current scope.
4199
4200                   declare
4201                      Subp : constant Node_Id := Parent (Parent_P);
4202                      Cspc : Entity_Id;
4203
4204                   begin
4205                      if Nkind (Subp) = N_Subprogram_Body then
4206                         Cspc := Corresponding_Spec (Subp);
4207
4208                         if (Present (Typ) and then Scope (Typ) = Cspc)
4209                              or else
4210                            (Present (Nam) and then Scope (Nam) = Cspc)
4211                         then
4212                            exit;
4213
4214                         elsif Present (Typ)
4215                           and then Scope (Typ) = Current_Scope
4216                           and then Current_Scope = Defining_Entity (Subp)
4217                         then
4218                            exit;
4219                         end if;
4220                      end if;
4221                   end;
4222
4223                   --  If not that exception to the exception, then this is
4224                   --  where we delay the freeze till outside the body.
4225
4226                   Parent_P := Parent (Parent_P);
4227                   Freeze_Outside := True;
4228
4229                --  Here if normal case where we are in handled statement
4230                --  sequence and want to do the insertion right there.
4231
4232                else
4233                   exit;
4234                end if;
4235
4236             --  If parent is a body or a spec or a block, then the current node
4237             --  is a statement or declaration and we can insert the freeze node
4238             --  before it.
4239
4240             when N_Package_Specification |
4241                  N_Package_Body          |
4242                  N_Subprogram_Body       |
4243                  N_Task_Body             |
4244                  N_Protected_Body        |
4245                  N_Entry_Body            |
4246                  N_Block_Statement       => exit;
4247
4248             --  The expander is allowed to define types in any statements list,
4249             --  so any of the following parent nodes also mark a freezing point
4250             --  if the actual node is in a list of statements or declarations.
4251
4252             when N_Exception_Handler          |
4253                  N_If_Statement               |
4254                  N_Elsif_Part                 |
4255                  N_Case_Statement_Alternative |
4256                  N_Compilation_Unit_Aux       |
4257                  N_Selective_Accept           |
4258                  N_Accept_Alternative         |
4259                  N_Delay_Alternative          |
4260                  N_Conditional_Entry_Call     |
4261                  N_Entry_Call_Alternative     |
4262                  N_Triggering_Alternative     |
4263                  N_Abortable_Part             |
4264                  N_Freeze_Entity              =>
4265
4266                exit when Is_List_Member (P);
4267
4268             --  Note: The N_Loop_Statement is a special case. A type that
4269             --  appears in the source can never be frozen in a loop (this
4270             --  occurs only because of a loop expanded by the expander), so we
4271             --  keep on going. Otherwise we terminate the search. Same is true
4272             --  of any entity which comes from source. (if they have predefined
4273             --  type, that type does not appear to come from source, but the
4274             --  entity should not be frozen here).
4275
4276             when N_Loop_Statement =>
4277                exit when not Comes_From_Source (Etype (N))
4278                  and then (No (Nam) or else not Comes_From_Source (Nam));
4279
4280             --  For all other cases, keep looking at parents
4281
4282             when others =>
4283                null;
4284          end case;
4285
4286          --  We fall through the case if we did not yet find the proper
4287          --  place in the free for inserting the freeze node, so climb!
4288
4289          P := Parent_P;
4290       end loop;
4291
4292       --  If the expression appears in a record or an initialization procedure,
4293       --  the freeze nodes are collected and attached to the current scope, to
4294       --  be inserted and analyzed on exit from the scope, to insure that
4295       --  generated entities appear in the correct scope. If the expression is
4296       --  a default for a discriminant specification, the scope is still void.
4297       --  The expression can also appear in the discriminant part of a private
4298       --  or concurrent type.
4299
4300       --  If the expression appears in a constrained subcomponent of an
4301       --  enclosing record declaration, the freeze nodes must be attached to
4302       --  the outer record type so they can eventually be placed in the
4303       --  enclosing declaration list.
4304
4305       --  The other case requiring this special handling is if we are in a
4306       --  default expression, since in that case we are about to freeze a
4307       --  static type, and the freeze scope needs to be the outer scope, not
4308       --  the scope of the subprogram with the default parameter.
4309
4310       --  For default expressions and other spec expressions in generic units,
4311       --  the Move_Freeze_Nodes mechanism (see sem_ch12.adb) takes care of
4312       --  placing them at the proper place, after the generic unit.
4313
4314       if (In_Spec_Exp and not Inside_A_Generic)
4315         or else Freeze_Outside
4316         or else (Is_Type (Current_Scope)
4317                   and then (not Is_Concurrent_Type (Current_Scope)
4318                              or else not Has_Completion (Current_Scope)))
4319         or else Ekind (Current_Scope) = E_Void
4320       then
4321          declare
4322             Loc          : constant Source_Ptr := Sloc (Current_Scope);
4323             Freeze_Nodes : List_Id := No_List;
4324             Pos          : Int := Scope_Stack.Last;
4325
4326          begin
4327             if Present (Desig_Typ) then
4328                Freeze_And_Append (Desig_Typ, Loc, Freeze_Nodes);
4329             end if;
4330
4331             if Present (Typ) then
4332                Freeze_And_Append (Typ, Loc, Freeze_Nodes);
4333             end if;
4334
4335             if Present (Nam) then
4336                Freeze_And_Append (Nam, Loc, Freeze_Nodes);
4337             end if;
4338
4339             --  The current scope may be that of a constrained component of
4340             --  an enclosing record declaration, which is above the current
4341             --  scope in the scope stack.
4342
4343             if Is_Record_Type (Scope (Current_Scope)) then
4344                Pos := Pos - 1;
4345             end if;
4346
4347             if Is_Non_Empty_List (Freeze_Nodes) then
4348                if No (Scope_Stack.Table (Pos).Pending_Freeze_Actions) then
4349                   Scope_Stack.Table (Pos).Pending_Freeze_Actions :=
4350                       Freeze_Nodes;
4351                else
4352                   Append_List (Freeze_Nodes, Scope_Stack.Table
4353                                    (Pos).Pending_Freeze_Actions);
4354                end if;
4355             end if;
4356          end;
4357
4358          return;
4359       end if;
4360
4361       --  Now we have the right place to do the freezing. First, a special
4362       --  adjustment, if we are in spec-expression analysis mode, these freeze
4363       --  actions must not be thrown away (normally all inserted actions are
4364       --  thrown away in this mode. However, the freeze actions are from static
4365       --  expressions and one of the important reasons we are doing this
4366       --  special analysis is to get these freeze actions. Therefore we turn
4367       --  off the In_Spec_Expression mode to propagate these freeze actions.
4368       --  This also means they get properly analyzed and expanded.
4369
4370       In_Spec_Expression := False;
4371
4372       --  Freeze the designated type of an allocator (RM 13.14(13))
4373
4374       if Present (Desig_Typ) then
4375          Freeze_Before (P, Desig_Typ);
4376       end if;
4377
4378       --  Freeze type of expression (RM 13.14(10)). Note that we took care of
4379       --  the enumeration representation clause exception in the loop above.
4380
4381       if Present (Typ) then
4382          Freeze_Before (P, Typ);
4383       end if;
4384
4385       --  Freeze name if one is present (RM 13.14(11))
4386
4387       if Present (Nam) then
4388          Freeze_Before (P, Nam);
4389       end if;
4390
4391       --  Restore In_Spec_Expression flag
4392
4393       In_Spec_Expression := In_Spec_Exp;
4394    end Freeze_Expression;
4395
4396    -----------------------------
4397    -- Freeze_Fixed_Point_Type --
4398    -----------------------------
4399
4400    --  Certain fixed-point types and subtypes, including implicit base types
4401    --  and declared first subtypes, have not yet set up a range. This is
4402    --  because the range cannot be set until the Small and Size values are
4403    --  known, and these are not known till the type is frozen.
4404
4405    --  To signal this case, Scalar_Range contains an unanalyzed syntactic range
4406    --  whose bounds are unanalyzed real literals. This routine will recognize
4407    --  this case, and transform this range node into a properly typed range
4408    --  with properly analyzed and resolved values.
4409
4410    procedure Freeze_Fixed_Point_Type (Typ : Entity_Id) is
4411       Rng   : constant Node_Id    := Scalar_Range (Typ);
4412       Lo    : constant Node_Id    := Low_Bound (Rng);
4413       Hi    : constant Node_Id    := High_Bound (Rng);
4414       Btyp  : constant Entity_Id  := Base_Type (Typ);
4415       Brng  : constant Node_Id    := Scalar_Range (Btyp);
4416       BLo   : constant Node_Id    := Low_Bound (Brng);
4417       BHi   : constant Node_Id    := High_Bound (Brng);
4418       Small : constant Ureal      := Small_Value (Typ);
4419       Loval : Ureal;
4420       Hival : Ureal;
4421       Atype : Entity_Id;
4422
4423       Actual_Size : Nat;
4424
4425       function Fsize (Lov, Hiv : Ureal) return Nat;
4426       --  Returns size of type with given bounds. Also leaves these
4427       --  bounds set as the current bounds of the Typ.
4428
4429       -----------
4430       -- Fsize --
4431       -----------
4432
4433       function Fsize (Lov, Hiv : Ureal) return Nat is
4434       begin
4435          Set_Realval (Lo, Lov);
4436          Set_Realval (Hi, Hiv);
4437          return Minimum_Size (Typ);
4438       end Fsize;
4439
4440    --  Start of processing for Freeze_Fixed_Point_Type
4441
4442    begin
4443       --  If Esize of a subtype has not previously been set, set it now
4444
4445       if Unknown_Esize (Typ) then
4446          Atype := Ancestor_Subtype (Typ);
4447
4448          if Present (Atype) then
4449             Set_Esize (Typ, Esize (Atype));
4450          else
4451             Set_Esize (Typ, Esize (Base_Type (Typ)));
4452          end if;
4453       end if;
4454
4455       --  Immediate return if the range is already analyzed. This means that
4456       --  the range is already set, and does not need to be computed by this
4457       --  routine.
4458
4459       if Analyzed (Rng) then
4460          return;
4461       end if;
4462
4463       --  Immediate return if either of the bounds raises Constraint_Error
4464
4465       if Raises_Constraint_Error (Lo)
4466         or else Raises_Constraint_Error (Hi)
4467       then
4468          return;
4469       end if;
4470
4471       Loval := Realval (Lo);
4472       Hival := Realval (Hi);
4473
4474       --  Ordinary fixed-point case
4475
4476       if Is_Ordinary_Fixed_Point_Type (Typ) then
4477
4478          --  For the ordinary fixed-point case, we are allowed to fudge the
4479          --  end-points up or down by small. Generally we prefer to fudge up,
4480          --  i.e. widen the bounds for non-model numbers so that the end points
4481          --  are included. However there are cases in which this cannot be
4482          --  done, and indeed cases in which we may need to narrow the bounds.
4483          --  The following circuit makes the decision.
4484
4485          --  Note: our terminology here is that Incl_EP means that the bounds
4486          --  are widened by Small if necessary to include the end points, and
4487          --  Excl_EP means that the bounds are narrowed by Small to exclude the
4488          --  end-points if this reduces the size.
4489
4490          --  Note that in the Incl case, all we care about is including the
4491          --  end-points. In the Excl case, we want to narrow the bounds as
4492          --  much as permitted by the RM, to give the smallest possible size.
4493
4494          Fudge : declare
4495             Loval_Incl_EP : Ureal;
4496             Hival_Incl_EP : Ureal;
4497
4498             Loval_Excl_EP : Ureal;
4499             Hival_Excl_EP : Ureal;
4500
4501             Size_Incl_EP  : Nat;
4502             Size_Excl_EP  : Nat;
4503
4504             Model_Num     : Ureal;
4505             First_Subt    : Entity_Id;
4506             Actual_Lo     : Ureal;
4507             Actual_Hi     : Ureal;
4508
4509          begin
4510             --  First step. Base types are required to be symmetrical. Right
4511             --  now, the base type range is a copy of the first subtype range.
4512             --  This will be corrected before we are done, but right away we
4513             --  need to deal with the case where both bounds are non-negative.
4514             --  In this case, we set the low bound to the negative of the high
4515             --  bound, to make sure that the size is computed to include the
4516             --  required sign. Note that we do not need to worry about the
4517             --  case of both bounds negative, because the sign will be dealt
4518             --  with anyway. Furthermore we can't just go making such a bound
4519             --  symmetrical, since in a twos-complement system, there is an
4520             --  extra negative value which could not be accommodated on the
4521             --  positive side.
4522
4523             if Typ = Btyp
4524               and then not UR_Is_Negative (Loval)
4525               and then Hival > Loval
4526             then
4527                Loval := -Hival;
4528                Set_Realval (Lo, Loval);
4529             end if;
4530
4531             --  Compute the fudged bounds. If the number is a model number,
4532             --  then we do nothing to include it, but we are allowed to backoff
4533             --  to the next adjacent model number when we exclude it. If it is
4534             --  not a model number then we straddle the two values with the
4535             --  model numbers on either side.
4536
4537             Model_Num := UR_Trunc (Loval / Small) * Small;
4538
4539             if Loval = Model_Num then
4540                Loval_Incl_EP := Model_Num;
4541             else
4542                Loval_Incl_EP := Model_Num - Small;
4543             end if;
4544
4545             --  The low value excluding the end point is Small greater, but
4546             --  we do not do this exclusion if the low value is positive,
4547             --  since it can't help the size and could actually hurt by
4548             --  crossing the high bound.
4549
4550             if UR_Is_Negative (Loval_Incl_EP) then
4551                Loval_Excl_EP := Loval_Incl_EP + Small;
4552
4553                --  If the value went from negative to zero, then we have the
4554                --  case where Loval_Incl_EP is the model number just below
4555                --  zero, so we want to stick to the negative value for the
4556                --  base type to maintain the condition that the size will
4557                --  include signed values.
4558
4559                if Typ = Btyp
4560                  and then UR_Is_Zero (Loval_Excl_EP)
4561                then
4562                   Loval_Excl_EP := Loval_Incl_EP;
4563                end if;
4564
4565             else
4566                Loval_Excl_EP := Loval_Incl_EP;
4567             end if;
4568
4569             --  Similar processing for upper bound and high value
4570
4571             Model_Num := UR_Trunc (Hival / Small) * Small;
4572
4573             if Hival = Model_Num then
4574                Hival_Incl_EP := Model_Num;
4575             else
4576                Hival_Incl_EP := Model_Num + Small;
4577             end if;
4578
4579             if UR_Is_Positive (Hival_Incl_EP) then
4580                Hival_Excl_EP := Hival_Incl_EP - Small;
4581             else
4582                Hival_Excl_EP := Hival_Incl_EP;
4583             end if;
4584
4585             --  One further adjustment is needed. In the case of subtypes, we
4586             --  cannot go outside the range of the base type, or we get
4587             --  peculiarities, and the base type range is already set. This
4588             --  only applies to the Incl values, since clearly the Excl values
4589             --  are already as restricted as they are allowed to be.
4590
4591             if Typ /= Btyp then
4592                Loval_Incl_EP := UR_Max (Loval_Incl_EP, Realval (BLo));
4593                Hival_Incl_EP := UR_Min (Hival_Incl_EP, Realval (BHi));
4594             end if;
4595
4596             --  Get size including and excluding end points
4597
4598             Size_Incl_EP := Fsize (Loval_Incl_EP, Hival_Incl_EP);
4599             Size_Excl_EP := Fsize (Loval_Excl_EP, Hival_Excl_EP);
4600
4601             --  No need to exclude end-points if it does not reduce size
4602
4603             if Fsize (Loval_Incl_EP, Hival_Excl_EP) = Size_Excl_EP then
4604                Loval_Excl_EP := Loval_Incl_EP;
4605             end if;
4606
4607             if Fsize (Loval_Excl_EP, Hival_Incl_EP) = Size_Excl_EP then
4608                Hival_Excl_EP := Hival_Incl_EP;
4609             end if;
4610
4611             --  Now we set the actual size to be used. We want to use the
4612             --  bounds fudged up to include the end-points but only if this
4613             --  can be done without violating a specifically given size
4614             --  size clause or causing an unacceptable increase in size.
4615
4616             --  Case of size clause given
4617
4618             if Has_Size_Clause (Typ) then
4619
4620                --  Use the inclusive size only if it is consistent with
4621                --  the explicitly specified size.
4622
4623                if Size_Incl_EP <= RM_Size (Typ) then
4624                   Actual_Lo   := Loval_Incl_EP;
4625                   Actual_Hi   := Hival_Incl_EP;
4626                   Actual_Size := Size_Incl_EP;
4627
4628                --  If the inclusive size is too large, we try excluding
4629                --  the end-points (will be caught later if does not work).
4630
4631                else
4632                   Actual_Lo   := Loval_Excl_EP;
4633                   Actual_Hi   := Hival_Excl_EP;
4634                   Actual_Size := Size_Excl_EP;
4635                end if;
4636
4637             --  Case of size clause not given
4638
4639             else
4640                --  If we have a base type whose corresponding first subtype
4641                --  has an explicit size that is large enough to include our
4642                --  end-points, then do so. There is no point in working hard
4643                --  to get a base type whose size is smaller than the specified
4644                --  size of the first subtype.
4645
4646                First_Subt := First_Subtype (Typ);
4647
4648                if Has_Size_Clause (First_Subt)
4649                  and then Size_Incl_EP <= Esize (First_Subt)
4650                then
4651                   Actual_Size := Size_Incl_EP;
4652                   Actual_Lo   := Loval_Incl_EP;
4653                   Actual_Hi   := Hival_Incl_EP;
4654
4655                --  If excluding the end-points makes the size smaller and
4656                --  results in a size of 8,16,32,64, then we take the smaller
4657                --  size. For the 64 case, this is compulsory. For the other
4658                --  cases, it seems reasonable. We like to include end points
4659                --  if we can, but not at the expense of moving to the next
4660                --  natural boundary of size.
4661
4662                elsif Size_Incl_EP /= Size_Excl_EP
4663                  and then
4664                     (Size_Excl_EP = 8  or else
4665                      Size_Excl_EP = 16 or else
4666                      Size_Excl_EP = 32 or else
4667                      Size_Excl_EP = 64)
4668                then
4669                   Actual_Size := Size_Excl_EP;
4670                   Actual_Lo   := Loval_Excl_EP;
4671                   Actual_Hi   := Hival_Excl_EP;
4672
4673                --  Otherwise we can definitely include the end points
4674
4675                else
4676                   Actual_Size := Size_Incl_EP;
4677                   Actual_Lo   := Loval_Incl_EP;
4678                   Actual_Hi   := Hival_Incl_EP;
4679                end if;
4680
4681                --  One pathological case: normally we never fudge a low bound
4682                --  down, since it would seem to increase the size (if it has
4683                --  any effect), but for ranges containing single value, or no
4684                --  values, the high bound can be small too large. Consider:
4685
4686                --    type t is delta 2.0**(-14)
4687                --      range 131072.0 .. 0;
4688
4689                --  That lower bound is *just* outside the range of 32 bits, and
4690                --  does need fudging down in this case. Note that the bounds
4691                --  will always have crossed here, since the high bound will be
4692                --  fudged down if necessary, as in the case of:
4693
4694                --    type t is delta 2.0**(-14)
4695                --      range 131072.0 .. 131072.0;
4696
4697                --  So we detect the situation by looking for crossed bounds,
4698                --  and if the bounds are crossed, and the low bound is greater
4699                --  than zero, we will always back it off by small, since this
4700                --  is completely harmless.
4701
4702                if Actual_Lo > Actual_Hi then
4703                   if UR_Is_Positive (Actual_Lo) then
4704                      Actual_Lo   := Loval_Incl_EP - Small;
4705                      Actual_Size := Fsize (Actual_Lo, Actual_Hi);
4706
4707                   --  And of course, we need to do exactly the same parallel
4708                   --  fudge for flat ranges in the negative region.
4709
4710                   elsif UR_Is_Negative (Actual_Hi) then
4711                      Actual_Hi := Hival_Incl_EP + Small;
4712                      Actual_Size := Fsize (Actual_Lo, Actual_Hi);
4713                   end if;
4714                end if;
4715             end if;
4716
4717             Set_Realval (Lo, Actual_Lo);
4718             Set_Realval (Hi, Actual_Hi);
4719          end Fudge;
4720
4721       --  For the decimal case, none of this fudging is required, since there
4722       --  are no end-point problems in the decimal case (the end-points are
4723       --  always included).
4724
4725       else
4726          Actual_Size := Fsize (Loval, Hival);
4727       end if;
4728
4729       --  At this stage, the actual size has been calculated and the proper
4730       --  required bounds are stored in the low and high bounds.
4731
4732       if Actual_Size > 64 then
4733          Error_Msg_Uint_1 := UI_From_Int (Actual_Size);
4734          Error_Msg_N
4735            ("size required (^) for type& too large, maximum allowed is 64",
4736             Typ);
4737          Actual_Size := 64;
4738       end if;
4739
4740       --  Check size against explicit given size
4741
4742       if Has_Size_Clause (Typ) then
4743          if Actual_Size > RM_Size (Typ) then
4744             Error_Msg_Uint_1 := RM_Size (Typ);
4745             Error_Msg_Uint_2 := UI_From_Int (Actual_Size);
4746             Error_Msg_NE
4747               ("size given (^) for type& too small, minimum allowed is ^",
4748                Size_Clause (Typ), Typ);
4749
4750          else
4751             Actual_Size := UI_To_Int (Esize (Typ));
4752          end if;
4753
4754       --  Increase size to next natural boundary if no size clause given
4755
4756       else
4757          if Actual_Size <= 8 then
4758             Actual_Size := 8;
4759          elsif Actual_Size <= 16 then
4760             Actual_Size := 16;
4761          elsif Actual_Size <= 32 then
4762             Actual_Size := 32;
4763          else
4764             Actual_Size := 64;
4765          end if;
4766
4767          Init_Esize (Typ, Actual_Size);
4768          Adjust_Esize_For_Alignment (Typ);
4769       end if;
4770
4771       --  If we have a base type, then expand the bounds so that they extend to
4772       --  the full width of the allocated size in bits, to avoid junk range
4773       --  checks on intermediate computations.
4774
4775       if Base_Type (Typ) = Typ then
4776          Set_Realval (Lo, -(Small * (Uint_2 ** (Actual_Size - 1))));
4777          Set_Realval (Hi,  (Small * (Uint_2 ** (Actual_Size - 1) - 1)));
4778       end if;
4779
4780       --  Final step is to reanalyze the bounds using the proper type
4781       --  and set the Corresponding_Integer_Value fields of the literals.
4782
4783       Set_Etype (Lo, Empty);
4784       Set_Analyzed (Lo, False);
4785       Analyze (Lo);
4786
4787       --  Resolve with universal fixed if the base type, and the base type if
4788       --  it is a subtype. Note we can't resolve the base type with itself,
4789       --  that would be a reference before definition.
4790
4791       if Typ = Btyp then
4792          Resolve (Lo, Universal_Fixed);
4793       else
4794          Resolve (Lo, Btyp);
4795       end if;
4796
4797       --  Set corresponding integer value for bound
4798
4799       Set_Corresponding_Integer_Value
4800         (Lo, UR_To_Uint (Realval (Lo) / Small));
4801
4802       --  Similar processing for high bound
4803
4804       Set_Etype (Hi, Empty);
4805       Set_Analyzed (Hi, False);
4806       Analyze (Hi);
4807
4808       if Typ = Btyp then
4809          Resolve (Hi, Universal_Fixed);
4810       else
4811          Resolve (Hi, Btyp);
4812       end if;
4813
4814       Set_Corresponding_Integer_Value
4815         (Hi, UR_To_Uint (Realval (Hi) / Small));
4816
4817       --  Set type of range to correspond to bounds
4818
4819       Set_Etype (Rng, Etype (Lo));
4820
4821       --  Set Esize to calculated size if not set already
4822
4823       if Unknown_Esize (Typ) then
4824          Init_Esize (Typ, Actual_Size);
4825       end if;
4826
4827       --  Set RM_Size if not already set. If already set, check value
4828
4829       declare
4830          Minsiz : constant Uint := UI_From_Int (Minimum_Size (Typ));
4831
4832       begin
4833          if RM_Size (Typ) /= Uint_0 then
4834             if RM_Size (Typ) < Minsiz then
4835                Error_Msg_Uint_1 := RM_Size (Typ);
4836                Error_Msg_Uint_2 := Minsiz;
4837                Error_Msg_NE
4838                  ("size given (^) for type& too small, minimum allowed is ^",
4839                   Size_Clause (Typ), Typ);
4840             end if;
4841
4842          else
4843             Set_RM_Size (Typ, Minsiz);
4844          end if;
4845       end;
4846    end Freeze_Fixed_Point_Type;
4847
4848    ------------------
4849    -- Freeze_Itype --
4850    ------------------
4851
4852    procedure Freeze_Itype (T : Entity_Id; N : Node_Id) is
4853       L : List_Id;
4854
4855    begin
4856       Set_Has_Delayed_Freeze (T);
4857       L := Freeze_Entity (T, Sloc (N));
4858
4859       if Is_Non_Empty_List (L) then
4860          Insert_Actions (N, L);
4861       end if;
4862    end Freeze_Itype;
4863
4864    --------------------------
4865    -- Freeze_Static_Object --
4866    --------------------------
4867
4868    procedure Freeze_Static_Object (E : Entity_Id) is
4869
4870       Cannot_Be_Static : exception;
4871       --  Exception raised if the type of a static object cannot be made
4872       --  static. This happens if the type depends on non-global objects.
4873
4874       procedure Ensure_Expression_Is_SA (N : Node_Id);
4875       --  Called to ensure that an expression used as part of a type definition
4876       --  is statically allocatable, which means that the expression type is
4877       --  statically allocatable, and the expression is either static, or a
4878       --  reference to a library level constant.
4879
4880       procedure Ensure_Type_Is_SA (Typ : Entity_Id);
4881       --  Called to mark a type as static, checking that it is possible
4882       --  to set the type as static. If it is not possible, then the
4883       --  exception Cannot_Be_Static is raised.
4884
4885       -----------------------------
4886       -- Ensure_Expression_Is_SA --
4887       -----------------------------
4888
4889       procedure Ensure_Expression_Is_SA (N : Node_Id) is
4890          Ent : Entity_Id;
4891
4892       begin
4893          Ensure_Type_Is_SA (Etype (N));
4894
4895          if Is_Static_Expression (N) then
4896             return;
4897
4898          elsif Nkind (N) = N_Identifier then
4899             Ent := Entity (N);
4900
4901             if Present (Ent)
4902               and then Ekind (Ent) = E_Constant
4903               and then Is_Library_Level_Entity (Ent)
4904             then
4905                return;
4906             end if;
4907          end if;
4908
4909          raise Cannot_Be_Static;
4910       end Ensure_Expression_Is_SA;
4911
4912       -----------------------
4913       -- Ensure_Type_Is_SA --
4914       -----------------------
4915
4916       procedure Ensure_Type_Is_SA (Typ : Entity_Id) is
4917          N : Node_Id;
4918          C : Entity_Id;
4919
4920       begin
4921          --  If type is library level, we are all set
4922
4923          if Is_Library_Level_Entity (Typ) then
4924             return;
4925          end if;
4926
4927          --  We are also OK if the type already marked as statically allocated,
4928          --  which means we processed it before.
4929
4930          if Is_Statically_Allocated (Typ) then
4931             return;
4932          end if;
4933
4934          --  Mark type as statically allocated
4935
4936          Set_Is_Statically_Allocated (Typ);
4937
4938          --  Check that it is safe to statically allocate this type
4939
4940          if Is_Scalar_Type (Typ) or else Is_Real_Type (Typ) then
4941             Ensure_Expression_Is_SA (Type_Low_Bound (Typ));
4942             Ensure_Expression_Is_SA (Type_High_Bound (Typ));
4943
4944          elsif Is_Array_Type (Typ) then
4945             N := First_Index (Typ);
4946             while Present (N) loop
4947                Ensure_Type_Is_SA (Etype (N));
4948                Next_Index (N);
4949             end loop;
4950
4951             Ensure_Type_Is_SA (Component_Type (Typ));
4952
4953          elsif Is_Access_Type (Typ) then
4954             if Ekind (Designated_Type (Typ)) = E_Subprogram_Type then
4955
4956                declare
4957                   F : Entity_Id;
4958                   T : constant Entity_Id := Etype (Designated_Type (Typ));
4959
4960                begin
4961                   if T /= Standard_Void_Type then
4962                      Ensure_Type_Is_SA (T);
4963                   end if;
4964
4965                   F := First_Formal (Designated_Type (Typ));
4966
4967                   while Present (F) loop
4968                      Ensure_Type_Is_SA (Etype (F));
4969                      Next_Formal (F);
4970                   end loop;
4971                end;
4972
4973             else
4974                Ensure_Type_Is_SA (Designated_Type (Typ));
4975             end if;
4976
4977          elsif Is_Record_Type (Typ) then
4978             C := First_Entity (Typ);
4979             while Present (C) loop
4980                if Ekind (C) = E_Discriminant
4981                  or else Ekind (C) = E_Component
4982                then
4983                   Ensure_Type_Is_SA (Etype (C));
4984
4985                elsif Is_Type (C) then
4986                   Ensure_Type_Is_SA (C);
4987                end if;
4988
4989                Next_Entity (C);
4990             end loop;
4991
4992          elsif Ekind (Typ) = E_Subprogram_Type then
4993             Ensure_Type_Is_SA (Etype (Typ));
4994
4995             C := First_Formal (Typ);
4996             while Present (C) loop
4997                Ensure_Type_Is_SA (Etype (C));
4998                Next_Formal (C);
4999             end loop;
5000
5001          else
5002             raise Cannot_Be_Static;
5003          end if;
5004       end Ensure_Type_Is_SA;
5005
5006    --  Start of processing for Freeze_Static_Object
5007
5008    begin
5009       Ensure_Type_Is_SA (Etype (E));
5010
5011    exception
5012       when Cannot_Be_Static =>
5013
5014          --  If the object that cannot be static is imported or exported,
5015          --  then we give an error message saying that this object cannot
5016          --  be imported or exported.
5017
5018          if Is_Imported (E) then
5019             Error_Msg_N
5020               ("& cannot be imported (local type is not constant)", E);
5021
5022          --  Otherwise must be exported, something is wrong if compiler
5023          --  is marking something as statically allocated which cannot be).
5024
5025          else pragma Assert (Is_Exported (E));
5026             Error_Msg_N
5027               ("& cannot be exported (local type is not constant)", E);
5028          end if;
5029    end Freeze_Static_Object;
5030
5031    -----------------------
5032    -- Freeze_Subprogram --
5033    -----------------------
5034
5035    procedure Freeze_Subprogram (E : Entity_Id) is
5036       Retype : Entity_Id;
5037       F      : Entity_Id;
5038
5039    begin
5040       --  Subprogram may not have an address clause unless it is imported
5041
5042       if Present (Address_Clause (E)) then
5043          if not Is_Imported (E) then
5044             Error_Msg_N
5045               ("address clause can only be given " &
5046                "for imported subprogram",
5047                Name (Address_Clause (E)));
5048          end if;
5049       end if;
5050
5051       --  Reset the Pure indication on an imported subprogram unless an
5052       --  explicit Pure_Function pragma was present. We do this because
5053       --  otherwise it is an insidious error to call a non-pure function from
5054       --  pure unit and have calls mysteriously optimized away. What happens
5055       --  here is that the Import can bypass the normal check to ensure that
5056       --  pure units call only pure subprograms.
5057
5058       if Is_Imported (E)
5059         and then Is_Pure (E)
5060         and then not Has_Pragma_Pure_Function (E)
5061       then
5062          Set_Is_Pure (E, False);
5063       end if;
5064
5065       --  For non-foreign convention subprograms, this is where we create
5066       --  the extra formals (for accessibility level and constrained bit
5067       --  information). We delay this till the freeze point precisely so
5068       --  that we know the convention!
5069
5070       if not Has_Foreign_Convention (E) then
5071          Create_Extra_Formals (E);
5072          Set_Mechanisms (E);
5073
5074          --  If this is convention Ada and a Valued_Procedure, that's odd
5075
5076          if Ekind (E) = E_Procedure
5077            and then Is_Valued_Procedure (E)
5078            and then Convention (E) = Convention_Ada
5079            and then Warn_On_Export_Import
5080          then
5081             Error_Msg_N
5082               ("?Valued_Procedure has no effect for convention Ada", E);
5083             Set_Is_Valued_Procedure (E, False);
5084          end if;
5085
5086       --  Case of foreign convention
5087
5088       else
5089          Set_Mechanisms (E);
5090
5091          --  For foreign conventions, warn about return of an
5092          --  unconstrained array.
5093
5094          --  Note: we *do* allow a return by descriptor for the VMS case,
5095          --  though here there is probably more to be done ???
5096
5097          if Ekind (E) = E_Function then
5098             Retype := Underlying_Type (Etype (E));
5099
5100             --  If no return type, probably some other error, e.g. a
5101             --  missing full declaration, so ignore.
5102
5103             if No (Retype) then
5104                null;
5105
5106             --  If the return type is generic, we have emitted a warning
5107             --  earlier on, and there is nothing else to check here. Specific
5108             --  instantiations may lead to erroneous behavior.
5109
5110             elsif Is_Generic_Type (Etype (E)) then
5111                null;
5112
5113             --  Display warning if returning unconstrained array
5114
5115             elsif Is_Array_Type (Retype)
5116               and then not Is_Constrained (Retype)
5117
5118               --  Exclude cases where descriptor mechanism is set, since the
5119               --  VMS descriptor mechanisms allow such unconstrained returns.
5120
5121               and then Mechanism (E) not in Descriptor_Codes
5122
5123               --  Check appropriate warning is enabled (should we check for
5124               --  Warnings (Off) on specific entities here, probably so???)
5125
5126               and then Warn_On_Export_Import
5127
5128                --  Exclude the VM case, since return of unconstrained arrays
5129                --  is properly handled in both the JVM and .NET cases.
5130
5131               and then VM_Target = No_VM
5132             then
5133                Error_Msg_N
5134                 ("?foreign convention function& should not return " &
5135                   "unconstrained array", E);
5136                return;
5137             end if;
5138          end if;
5139
5140          --  If any of the formals for an exported foreign convention
5141          --  subprogram have defaults, then emit an appropriate warning since
5142          --  this is odd (default cannot be used from non-Ada code)
5143
5144          if Is_Exported (E) then
5145             F := First_Formal (E);
5146             while Present (F) loop
5147                if Warn_On_Export_Import
5148                  and then Present (Default_Value (F))
5149                then
5150                   Error_Msg_N
5151                     ("?parameter cannot be defaulted in non-Ada call",
5152                      Default_Value (F));
5153                end if;
5154
5155                Next_Formal (F);
5156             end loop;
5157          end if;
5158       end if;
5159
5160       --  For VMS, descriptor mechanisms for parameters are allowed only for
5161       --  imported/exported subprograms. Moreover, the NCA descriptor is not
5162       --  allowed for parameters of exported subprograms.
5163
5164       if OpenVMS_On_Target then
5165          if Is_Exported (E) then
5166             F := First_Formal (E);
5167             while Present (F) loop
5168                if Mechanism (F) = By_Descriptor_NCA then
5169                   Error_Msg_N
5170                     ("'N'C'A' descriptor for parameter not permitted", F);
5171                   Error_Msg_N
5172                     ("\can only be used for imported subprogram", F);
5173                end if;
5174
5175                Next_Formal (F);
5176             end loop;
5177
5178          elsif not Is_Imported (E) then
5179             F := First_Formal (E);
5180             while Present (F) loop
5181                if Mechanism (F) in Descriptor_Codes then
5182                   Error_Msg_N
5183                     ("descriptor mechanism for parameter not permitted", F);
5184                   Error_Msg_N
5185                     ("\can only be used for imported/exported subprogram", F);
5186                end if;
5187
5188                Next_Formal (F);
5189             end loop;
5190          end if;
5191       end if;
5192
5193       --  Pragma Inline_Always is disallowed for dispatching subprograms
5194       --  because the address of such subprograms is saved in the dispatch
5195       --  table to support dispatching calls, and dispatching calls cannot
5196       --  be inlined. This is consistent with the restriction against using
5197       --  'Access or 'Address on an Inline_Always subprogram.
5198
5199       if Is_Dispatching_Operation (E)
5200         and then Has_Pragma_Inline_Always (E)
5201       then
5202          Error_Msg_N
5203            ("pragma Inline_Always not allowed for dispatching subprograms", E);
5204       end if;
5205
5206       --  Because of the implicit representation of inherited predefined
5207       --  operators in the front-end, the overriding status of the operation
5208       --  may be affected when a full view of a type is analyzed, and this is
5209       --  not captured by the analysis of the corresponding type declaration.
5210       --  Therefore the correctness of a not-overriding indicator must be
5211       --  rechecked when the subprogram is frozen.
5212
5213       if Nkind (E) = N_Defining_Operator_Symbol
5214         and then not Error_Posted (Parent (E))
5215       then
5216          Check_Overriding_Indicator (E, Empty, Is_Primitive (E));
5217       end if;
5218    end Freeze_Subprogram;
5219
5220    ----------------------
5221    -- Is_Fully_Defined --
5222    ----------------------
5223
5224    function Is_Fully_Defined (T : Entity_Id) return Boolean is
5225    begin
5226       if Ekind (T) = E_Class_Wide_Type then
5227          return Is_Fully_Defined (Etype (T));
5228
5229       elsif Is_Array_Type (T) then
5230          return Is_Fully_Defined (Component_Type (T));
5231
5232       elsif Is_Record_Type (T)
5233         and not Is_Private_Type (T)
5234       then
5235          --  Verify that the record type has no components with private types
5236          --  without completion.
5237
5238          declare
5239             Comp : Entity_Id;
5240
5241          begin
5242             Comp := First_Component (T);
5243
5244             while Present (Comp) loop
5245                if not Is_Fully_Defined (Etype (Comp)) then
5246                   return False;
5247                end if;
5248
5249                Next_Component (Comp);
5250             end loop;
5251             return True;
5252          end;
5253
5254       else
5255          return not Is_Private_Type (T)
5256            or else Present (Full_View (Base_Type (T)));
5257       end if;
5258    end Is_Fully_Defined;
5259
5260    ---------------------------------
5261    -- Process_Default_Expressions --
5262    ---------------------------------
5263
5264    procedure Process_Default_Expressions
5265      (E     : Entity_Id;
5266       After : in out Node_Id)
5267    is
5268       Loc    : constant Source_Ptr := Sloc (E);
5269       Dbody  : Node_Id;
5270       Formal : Node_Id;
5271       Dcopy  : Node_Id;
5272       Dnam   : Entity_Id;
5273
5274    begin
5275       Set_Default_Expressions_Processed (E);
5276
5277       --  A subprogram instance and its associated anonymous subprogram share
5278       --  their signature. The default expression functions are defined in the
5279       --  wrapper packages for the anonymous subprogram, and should not be
5280       --  generated again for the instance.
5281
5282       if Is_Generic_Instance (E)
5283         and then Present (Alias (E))
5284         and then Default_Expressions_Processed (Alias (E))
5285       then
5286          return;
5287       end if;
5288
5289       Formal := First_Formal (E);
5290       while Present (Formal) loop
5291          if Present (Default_Value (Formal)) then
5292
5293             --  We work with a copy of the default expression because we
5294             --  do not want to disturb the original, since this would mess
5295             --  up the conformance checking.
5296
5297             Dcopy := New_Copy_Tree (Default_Value (Formal));
5298
5299             --  The analysis of the expression may generate insert actions,
5300             --  which of course must not be executed. We wrap those actions
5301             --  in a procedure that is not called, and later on eliminated.
5302             --  The following cases have no side-effects, and are analyzed
5303             --  directly.
5304
5305             if Nkind (Dcopy) = N_Identifier
5306               or else Nkind (Dcopy) = N_Expanded_Name
5307               or else Nkind (Dcopy) = N_Integer_Literal
5308               or else (Nkind (Dcopy) = N_Real_Literal
5309                         and then not Vax_Float (Etype (Dcopy)))
5310               or else Nkind (Dcopy) = N_Character_Literal
5311               or else Nkind (Dcopy) = N_String_Literal
5312               or else Known_Null (Dcopy)
5313               or else (Nkind (Dcopy) = N_Attribute_Reference
5314                         and then
5315                        Attribute_Name (Dcopy) = Name_Null_Parameter)
5316             then
5317
5318                --  If there is no default function, we must still do a full
5319                --  analyze call on the default value, to ensure that all error
5320                --  checks are performed, e.g. those associated with static
5321                --  evaluation. Note: this branch will always be taken if the
5322                --  analyzer is turned off (but we still need the error checks).
5323
5324                --  Note: the setting of parent here is to meet the requirement
5325                --  that we can only analyze the expression while attached to
5326                --  the tree. Really the requirement is that the parent chain
5327                --  be set, we don't actually need to be in the tree.
5328
5329                Set_Parent (Dcopy, Declaration_Node (Formal));
5330                Analyze (Dcopy);
5331
5332                --  Default expressions are resolved with their own type if the
5333                --  context is generic, to avoid anomalies with private types.
5334
5335                if Ekind (Scope (E)) = E_Generic_Package then
5336                   Resolve (Dcopy);
5337                else
5338                   Resolve (Dcopy, Etype (Formal));
5339                end if;
5340
5341                --  If that resolved expression will raise constraint error,
5342                --  then flag the default value as raising constraint error.
5343                --  This allows a proper error message on the calls.
5344
5345                if Raises_Constraint_Error (Dcopy) then
5346                   Set_Raises_Constraint_Error (Default_Value (Formal));
5347                end if;
5348
5349             --  If the default is a parameterless call, we use the name of
5350             --  the called function directly, and there is no body to build.
5351
5352             elsif Nkind (Dcopy) = N_Function_Call
5353               and then No (Parameter_Associations (Dcopy))
5354             then
5355                null;
5356
5357             --  Else construct and analyze the body of a wrapper procedure
5358             --  that contains an object declaration to hold the expression.
5359             --  Given that this is done only to complete the analysis, it
5360             --  simpler to build a procedure than a function which might
5361             --  involve secondary stack expansion.
5362
5363             else
5364                Dnam :=
5365                  Make_Defining_Identifier (Loc, New_Internal_Name ('D'));
5366
5367                Dbody :=
5368                  Make_Subprogram_Body (Loc,
5369                    Specification =>
5370                      Make_Procedure_Specification (Loc,
5371                        Defining_Unit_Name => Dnam),
5372
5373                    Declarations => New_List (
5374                      Make_Object_Declaration (Loc,
5375                        Defining_Identifier =>
5376                          Make_Defining_Identifier (Loc,
5377                            New_Internal_Name ('T')),
5378                          Object_Definition =>
5379                            New_Occurrence_Of (Etype (Formal), Loc),
5380                          Expression => New_Copy_Tree (Dcopy))),
5381
5382                    Handled_Statement_Sequence =>
5383                      Make_Handled_Sequence_Of_Statements (Loc,
5384                        Statements => New_List));
5385
5386                Set_Scope (Dnam, Scope (E));
5387                Set_Assignment_OK (First (Declarations (Dbody)));
5388                Set_Is_Eliminated (Dnam);
5389                Insert_After (After, Dbody);
5390                Analyze (Dbody);
5391                After := Dbody;
5392             end if;
5393          end if;
5394
5395          Next_Formal (Formal);
5396       end loop;
5397    end Process_Default_Expressions;
5398
5399    ----------------------------------------
5400    -- Set_Component_Alignment_If_Not_Set --
5401    ----------------------------------------
5402
5403    procedure Set_Component_Alignment_If_Not_Set (Typ : Entity_Id) is
5404    begin
5405       --  Ignore if not base type, subtypes don't need anything
5406
5407       if Typ /= Base_Type (Typ) then
5408          return;
5409       end if;
5410
5411       --  Do not override existing representation
5412
5413       if Is_Packed (Typ) then
5414          return;
5415
5416       elsif Has_Specified_Layout (Typ) then
5417          return;
5418
5419       elsif Component_Alignment (Typ) /= Calign_Default then
5420          return;
5421
5422       else
5423          Set_Component_Alignment
5424            (Typ, Scope_Stack.Table
5425                   (Scope_Stack.Last).Component_Alignment_Default);
5426       end if;
5427    end Set_Component_Alignment_If_Not_Set;
5428
5429    ------------------
5430    -- Undelay_Type --
5431    ------------------
5432
5433    procedure Undelay_Type (T : Entity_Id) is
5434    begin
5435       Set_Has_Delayed_Freeze (T, False);
5436       Set_Freeze_Node (T, Empty);
5437
5438       --  Since we don't want T to have a Freeze_Node, we don't want its
5439       --  Full_View or Corresponding_Record_Type to have one either.
5440
5441       --  ??? Fundamentally, this whole handling is a kludge. What we really
5442       --  want is to be sure that for an Itype that's part of record R and is a
5443       --  subtype of type T, that it's frozen after the later of the freeze
5444       --  points of R and T. We have no way of doing that directly, so what we
5445       --  do is force most such Itypes to be frozen as part of freezing R via
5446       --  this procedure and only delay the ones that need to be delayed
5447       --  (mostly the designated types of access types that are defined as part
5448       --  of the record).
5449
5450       if Is_Private_Type (T)
5451         and then Present (Full_View (T))
5452         and then Is_Itype (Full_View (T))
5453         and then Is_Record_Type (Scope (Full_View (T)))
5454       then
5455          Undelay_Type (Full_View (T));
5456       end if;
5457
5458       if Is_Concurrent_Type (T)
5459         and then Present (Corresponding_Record_Type (T))
5460         and then Is_Itype (Corresponding_Record_Type (T))
5461         and then Is_Record_Type (Scope (Corresponding_Record_Type (T)))
5462       then
5463          Undelay_Type (Corresponding_Record_Type (T));
5464       end if;
5465    end Undelay_Type;
5466
5467    ------------------
5468    -- Warn_Overlay --
5469    ------------------
5470
5471    procedure Warn_Overlay
5472      (Expr : Node_Id;
5473       Typ  : Entity_Id;
5474       Nam  : Entity_Id)
5475    is
5476       Ent : constant Entity_Id := Entity (Nam);
5477       --  The object to which the address clause applies
5478
5479       Init : Node_Id;
5480       Old  : Entity_Id := Empty;
5481       Decl : Node_Id;
5482
5483    begin
5484       --  No warning if address clause overlay warnings are off
5485
5486       if not Address_Clause_Overlay_Warnings then
5487          return;
5488       end if;
5489
5490       --  No warning if there is an explicit initialization
5491
5492       Init := Original_Node (Expression (Declaration_Node (Ent)));
5493
5494       if Present (Init) and then Comes_From_Source (Init) then
5495          return;
5496       end if;
5497
5498       --  We only give the warning for non-imported entities of a type for
5499       --  which a non-null base init proc is defined, or for objects of access
5500       --  types with implicit null initialization, or when Initialize_Scalars
5501       --  applies and the type is scalar or a string type (the latter being
5502       --  tested for because predefined String types are initialized by inline
5503       --  code rather than by an init_proc).
5504
5505       if Present (Expr)
5506         and then not Is_Imported (Ent)
5507         and then (Has_Non_Null_Base_Init_Proc (Typ)
5508                     or else Is_Access_Type (Typ)
5509                     or else (Init_Or_Norm_Scalars
5510                               and then (Is_Scalar_Type (Typ)
5511                                          or else Is_String_Type (Typ))))
5512       then
5513          if Nkind (Expr) = N_Attribute_Reference
5514            and then Is_Entity_Name (Prefix (Expr))
5515          then
5516             Old := Entity (Prefix (Expr));
5517
5518          elsif Is_Entity_Name (Expr)
5519            and then Ekind (Entity (Expr)) = E_Constant
5520          then
5521             Decl := Declaration_Node (Entity (Expr));
5522
5523             if Nkind (Decl) = N_Object_Declaration
5524               and then Present (Expression (Decl))
5525               and then Nkind (Expression (Decl)) = N_Attribute_Reference
5526               and then Is_Entity_Name (Prefix (Expression (Decl)))
5527             then
5528                Old := Entity (Prefix (Expression (Decl)));
5529
5530             elsif Nkind (Expr) = N_Function_Call then
5531                return;
5532             end if;
5533
5534          --  A function call (most likely to To_Address) is probably not an
5535          --  overlay, so skip warning. Ditto if the function call was inlined
5536          --  and transformed into an entity.
5537
5538          elsif Nkind (Original_Node (Expr)) = N_Function_Call then
5539             return;
5540          end if;
5541
5542          Decl := Next (Parent (Expr));
5543
5544          --  If a pragma Import follows, we assume that it is for the current
5545          --  target of the address clause, and skip the warning.
5546
5547          if Present (Decl)
5548            and then Nkind (Decl) = N_Pragma
5549            and then Pragma_Name (Decl) = Name_Import
5550          then
5551             return;
5552          end if;
5553
5554          if Present (Old) then
5555             Error_Msg_Node_2 := Old;
5556             Error_Msg_N
5557               ("default initialization of & may modify &?",
5558                Nam);
5559          else
5560             Error_Msg_N
5561               ("default initialization of & may modify overlaid storage?",
5562                Nam);
5563          end if;
5564
5565          --  Add friendly warning if initialization comes from a packed array
5566          --  component.
5567
5568          if Is_Record_Type (Typ)  then
5569             declare
5570                Comp : Entity_Id;
5571
5572             begin
5573                Comp := First_Component (Typ);
5574
5575                while Present (Comp) loop
5576                   if Nkind (Parent (Comp)) = N_Component_Declaration
5577                     and then Present (Expression (Parent (Comp)))
5578                   then
5579                      exit;
5580                   elsif Is_Array_Type (Etype (Comp))
5581                      and then Present (Packed_Array_Type (Etype (Comp)))
5582                   then
5583                      Error_Msg_NE
5584                        ("\packed array component& " &
5585                         "will be initialized to zero?",
5586                         Nam, Comp);
5587                      exit;
5588                   else
5589                      Next_Component (Comp);
5590                   end if;
5591                end loop;
5592             end;
5593          end if;
5594
5595          Error_Msg_N
5596            ("\use pragma Import for & to " &
5597             "suppress initialization (RM B.1(24))?",
5598             Nam);
5599       end if;
5600    end Warn_Overlay;
5601
5602 end Freeze;