[Ada] Lib.Write: avoid use of System.Case_Util
[gcc.git] / gcc / ada / ChangeLog
1 2018-05-29 Arnaud Charlet <charlet@adacore.com>
2
3 * lib-writ.adb (Write_ALI): Do not use new function from s-casuti yet.
4 This breaks build of cross compilers with older versions of GNAT, so
5 better avoid it.
6
7 2018-05-29 Doug Rupp <rupp@adacore.com>
8
9 * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
10 reflect reality.
11
12 2018-05-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13
14 * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
15
16 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
17
18 * repinfo.adb (List_Entities): Do not list the Linker_Section for
19 subprograms here...
20 (List_Mechanisms): ...but here instead. Use consistent name output
21 and formatting conventions.
22
23 2018-05-29 Bob Duff <duff@adacore.com>
24
25 * lib-writ.adb (Write_ALI): Cleanup: avoid use of global var; call new
26 To_Lower function.
27 * libgnat/s-casuti.ads, libgnat/s-casuti.adb (To_Upper, To_Lower,
28 To_Mixed): New functions.
29 * osint.adb: Cleanup: use Is_Directory_Separator, which correctly
30 allows both '\' and '/' on Windows.
31
32 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
33
34 * repinfo.ads: Minor fixes and tweaks in comments.
35
36 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
37
38 * repinfo.adb (List_GCC_Expression): Remove Valop and replace calls to
39 it with calls to Unop.
40
41 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
42
43 * repinfo.ads (TCode): Adjust range.
44 (Truth_Andif_Expr): Remove.
45 (Truth_Orif_Expr): Likewise.
46 (Truth_And_Expr .. Dynamic_Val): Adjust value.
47 * repinfo.adb (Print_Expr): Remove handling of Truth_{And,Or}if_Expr.
48 (Rep_Value): Likewise.
49 * repinfo.h (Truth_Andif_Expr): Remove.
50 (Truth_Orif_Expr): Likewise.
51 (Truth_And_Expr .. Dynamic_Val): Adjust value.
52 * gcc-interface/decl.c (annotate_value) <TRUTH_ANDIF_EXPR>: Fall
53 through to TRUTH_AND_EXPR case.
54 <TRUTH_ORIF_EXPR>: Fall through to TRUTH_OR_EXPR case.
55
56 2018-05-28 Ed Schonberg <schonberg@adacore.com>
57
58 * exp_unst.adb (Visit_Node): For indexed components and attribute
59 references, examine index expressions or associated expressions as well
60 to record uplevel references.
61 (Vist_Node): For function and procedure calls, if a formal is an
62 unconstrained array and the actual is constrained, check whether bounds
63 of actual have uplevel references.
64
65 2018-05-28 Ed Schonberg <schonberg@adacore.com>
66
67 * einfo.ads, einfo.adb: Exceptions can be uplevel references, and thus
68 they can appear as components of activation records.
69 * exp_unst.adb (Visit_Node): A reference to an exception may be an
70 uplevel reference.
71
72 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
73
74 * exp_ch4.adb (Expand_Composite_Equality): Compute whether the size
75 depends on a discriminant manually instead of using the predicate
76 Size_Depends_On_Discriminant in the array type case.
77
78 2018-05-28 Ed Schonberg <schonberg@adacore.com>
79
80 * exp_unst.adb (Check_Static_Type): For a record subtype, check
81 discriminant constraints as well.
82 (Visit_Node): For a selected component, check type of prefix, as is
83 done for indexed components and slices.
84
85 2018-05-28 Javier Miranda <miranda@adacore.com>
86
87 * exp_ch4.adb (Real_Range_Check): Add a temporary to store the integer
88 value when converting a float value to a fixed-point value. This is
89 required for CCG because it handles fixed-point types by means of
90 unsigned integer type variables. The range check is now performed using
91 the integer value stored in this temporary.
92
93 2018-05-28 Yannick Moy <moy@adacore.com>
94
95 * sem_util.adb (Is_OK_Volatile_Context): Add attributes First, Last and
96 Length as valid non-interfering contexts for SPARK.
97
98 2018-05-28 Claire Dross <dross@adacore.com>
99
100 * sem_disp.ads, sem_disp.adb (Inheritance_Utilities): Package for
101 generic inheritance utilities.
102 (Generic_Inherited_Subprograms): Generic version of
103 Inherited_Subprograms, generic in Find_Dispatching_Type function.
104 (Generic_Is_Overriding_Subprogram): Generic version of
105 Is_Overriding_Subprogram, generic in Find_Dispatching_Type function.
106 (Inherited_Subprograms): Instance of Generic_Inherited_Subprograms with
107 Sem_Disp.Find_Dispatching_Type.
108 (Is_Overriding_Subprogram): Instance of
109 Generic_Is_Overriding_Subprogram with Sem_Disp.Find_Dispatching_Type.
110 (Inheritance_Utilities_Inst): Instance of Inheritance_Utilities
111 with Sem_Disp.Find_Dispatching_Type.
112
113 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
114
115 * exp_ch4.adb (Expand_Composite_Equality): For a composite (or FP)
116 component type, do not expand array equality using the unconstrained
117 base type, except for the case where the bounds of the type depend on a
118 discriminant.
119
120 2018-05-28 Ed Schonberg <schonberg@adacore.com>
121
122 * einfo.ads, einfo.adb (Needs_Activation_Record): New flag on
123 access-to-subprogram types, to indicate that an indirect call through
124 such a type requires an activation record when compiling for LLVM.
125 * sem_ch3.adb (Access_Subprogram_Declaration): Set new flag as needed.
126
127 2018-05-28 Ed Schonberg <schonberg@adacore.com>
128
129 * exp_ch4.adb (Real_Range_Check): Specialize float-to-fixed conversions
130 when bounds of fixed type are static, to remove some spuerfluous
131 implicit conversions and provide an accurate result when converting
132 back and forth between the fixed point type and a floating point type.
133
134 2018-05-28 Ed Schonberg <schonberg@adacore.com>
135
136 * exp_unst.adb (Unnest_Subprogram): Prevent creation of empty
137 activation records.
138
139 2018-05-28 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
140
141 * exp_unst.adb (Check_Static_Type): Add argument to indicate node to be
142 replaced, if any; all callers changed.
143 (Note_Uplevel_Ref): Likewise. Also replace reference to deferred
144 constant with private view so we take the address of that entity.
145 (Note_Uplevel_Bound): Add argument to indicate node to be replaced, if
146 any; all callers changed. Handle N_Indexed_Component like
147 N_Attribute_Reference. Add N_Type_Conversion case.
148 (Visit_Node): Indexed references can be uplevel if the type isn't
149 static.
150 (Unnest_Subprograms): Don't rewrite if no reference given. If call has
151 been relocated, set first_named pointer in original node as well.
152
153 2018-05-28 Ed Schonberg <schonberg@adacore.com>
154
155 * exp_aggr.adb (Flatten): Copy tree of expression in a component
156 association with a range or a set of discrete choices, rather than
157 relocating the node. This avoids inconsistencies in the tree when
158 handling nested subprograms with uplevel references for LLVM.
159
160 2018-05-28 Arnaud Charlet <charlet@adacore.com>
161
162 * exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
163 codepeer mode.
164
165 2018-05-28 Arnaud Charlet <charlet@adacore.com>
166
167 * exp_unst.adb: Fix typo.
168
169 2018-05-28 Bob Duff <duff@adacore.com>
170
171 * libgnat/a-convec.adb (Query_Element): Minor cleanup: remove an
172 unnecessary use of 'Unrestricted_Access.
173
174 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
175
176 * repinfo.adb (Expr_Value_S): New routine.
177 (List_Linker_Section): Properly extract the value of the section
178 argument.
179
180 2018-05-28 Patrick Bernardi <bernardi@adacore.com>
181
182 * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update the
183 description of the -D binder switch to reflect current usage.
184 * gnat_ugn.texi: Regenerate.
185
186 2018-05-28 Gary Dismukes <dismukes@adacore.com>
187
188 * exp_ch3.adb: Minor reformatting
189
190 2018-05-28 Justin Squirek <squirek@adacore.com>
191
192 * exp_ch3.adb
193 (Build_Initialization_Call): Add logic to pass the appropriate actual to match
194 new formal.
195 (Init_Formals): Add new formal *_skip_null_excluding_check
196 * exp_util.adb, exp_util.ads
197 (Enclosing_Init_Proc): Added to fetch the enclosing Init_Proc from the current
198 scope.
199 (Inside_Init_Proc): Refactored to use Enclosing_Init_Proc
200 (Needs_Conditional_Null_Excluding_Check): Added to factorize the predicate
201 used to determine how to generate an Init_Proc for a given type.
202 (Needs_Constant_Address): Minor reformatting
203 * sem_res.adb
204 (Resolve_Null): Add logic to generate a conditional check in certain cases
205
206 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
207
208 * exp_aggr.adb, gnatlink.adb, sem_ch6.adb, sem_res.adb, sem_util.adb:
209 Minor reformatting.
210
211 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
212
213 * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Include
214 the declarations of single concurrent types because they fall in the
215 category of full type and object declarations.
216
217 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
218
219 * repinfo.adb (Compute_Max_Length): Skip _Parent component.
220 (List_Record_Layout): Likewise.
221
222 2018-05-28 Ed Schonberg <schonberg@adacore.com>
223
224 * sem_util.adb (Is_Function_Result): Add a warning if a postcondition
225 includes a call to function to which it applies. This may mean an
226 omission of an attribute reference 'Result, in particular if the
227 function is pqrameterless.
228
229 2018-05-28 Justin Squirek <squirek@adacore.com>
230
231 * sem_ch8.adb (Find_Expanded_Name): Add extra guard to make sure the
232 misresolved package name is not a case of mistaken identity.
233
234 2018-05-28 Yannick Moy <moy@adacore.com>
235
236 * sem_res.adb (Resolve_Range): Re-resolve the low bound of a range in
237 GNATprove mode, as the order of resolution (low then high) means that
238 all the information is not available when resolving the low bound the
239 first time.
240
241 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
242
243 * repinfo.adb (List_Array_Info): Start with an explicit blank line and
244 end with the linker section, if any.
245 (List_Entities): Do not output the linker section for record types,
246 array types and variables.
247 (Print_Expr): Factor out common processing for unary operators and
248 special values. Adjust and reorder the various cases.
249 (List_Object_Info): End with the linker section, if any.
250 (List_Record_Info): Likewise.
251 (List_Type_Info): Do not start with a blank line.
252
253 2018-05-25 Nicolas Roche <roche@adacore.com>
254
255 * libgnat/s-valrea.adb (Scan_Real): Abort computation once it is sure
256 that the result will be either -infinite or +infinite.
257
258 2018-05-25 Patrick Bernardi <bernardi@adacore.com>
259
260 * libgnat/s-parame.ads, libgnat/s-parame__vxworks.ads,
261 libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads (Size_Type):
262 Expand range of type to match the address space of the target.
263 (Task_Storage_Size): Remove unused type.
264
265 2018-05-25 Ed Schonberg <schonberg@adacore.com>
266
267 * sem_res.adb (Set_Mixed_Mode_Operand): If the operand is an expression
268 of a fixed point type and the parent is a multiplying operation,
269 resolve the operand with its own type because the context will impose a
270 resulting type on the result of the multiplication by means of
271 approriate conversion.
272
273 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
274
275 * exp_ch3.adb (Default_Initialize_Object): Ensure that the analysis of
276 the in-place initialization aggregate created for pragmas
277 Initialize_Scalars or Normalize_Scalars is performed with checks
278 suppressed.
279
280 2018-05-25 Arnaud Charlet <charlet@adacore.com>
281
282 * exp_aggr.adb (Convert_To_Positional): Bump default for
283 Max_Others_Replicate to 32. Update comments.
284 * osint.ads (Unknown_Attributes): No longer pretend this is a constant.
285 (No_File_Info_Cache): Initialize separately.
286 * osint.adb (No_File_Info_Cache): Update initializer.
287
288 2018-05-25 Javier Miranda <miranda@adacore.com>
289
290 * sem_res.adb (Resolve_Membership_Op): Allow the use of the membership
291 test when the left operand is a class-wide interface and the right
292 operand is not a class-wide type.
293 * exp_ch4.adb (Tagged_Membership): Adding support for interface as the
294 left operand.
295
296 2018-05-25 Ed Schonberg <schonberg@adacore.com>
297
298 * exp_aggr.adb (Flatten): A quantified expression cannot be duplicated
299 in an others clause to prevent visibility issues with the generated
300 loop variable.
301 (Component_OK_For_Backend): Return false for a quantified expression.
302 (Check_Static_Component): Ditto.
303
304 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
305
306 * libgnat/s-secsta.adb (SS_Allocate): Reimplemented.
307 (SS_Allocate_Dynamic): New routine. The allocation logic is now split
308 into three distring cases rather than in one loop which attempts to
309 handle all three cases. This rewrite eliminates an issue where the last
310 frame of the stack cannot be freed, thus causing the memory range of a
311 new frame to approach the overflow point of the memory index type.
312 Since the overflow is logically treated as a
313 too-much-memory-on-the-stack scenario, it causes a bogus Storage_Error.
314 (SS_Allocate_Static): New routine. The routine factorizes the static
315 secondary stack-related code from the former SS_Allocate.
316
317 2018-05-25 Sergey Rybin <rybin@adacore.com>
318
319 * doc/gnat_ugn/gnat_and_program_execution.rst: Add description of '-U'
320 option for gnatelim.
321
322 2018-05-25 Ed Schonberg <schonberg@adacore.com>
323
324 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not create
325 Class_Wide_Clone_Body when analyzing a subprogram_body_stub: the clone
326 is created when the proper body of the stub is analyzed.
327 * sem_util.adb (ZBuild_Class_Wide_Clone_Body): If the subprogram body
328 is the proper body of a subunit, the cloned body must be inserted in
329 the declarative list that contains the stub.
330
331 2018-05-25 Justin Squirek <squirek@adacore.com>
332
333 * exp_ch6.adb (Expand_Simple_Function_Return): Add guard in check to
334 generate code for 6.5(8-10) so that we don't get an assertion error
335 when dealing with an incomplete return type.
336
337 2018-05-25 Arnaud Charlet <charlet@adacore.com>
338
339 * pprint.adb (Expression_Name): Strip too long expressions to avoid
340 carrying very large strings.
341
342 2018-05-25 Patrick Bernardi <bernardi@adacore.com>
343
344 * switch-b.adb (Scan_Binder_Switches): binder switch -Q accepts Natural
345 numbers.
346
347 2018-05-25 Doug Rupp <rupp@adacore.com>
348
349 * tracebak.c (aarch64-linux): Implement.
350
351 2018-05-25 Justin Squirek <squirek@adacore.com>
352
353 * sem_ch8.adb: Minor reformatting.
354
355 2018-05-25 Piotr Trojanek <trojanek@adacore.com>
356
357 * sem_util.adb (Iterate_Call_Parameters): Fix code convention and
358 assertions.
359
360 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
361
362 * einfo.adb, einfo.ads, exp_ch3.adb, exp_ch8.adb, exp_unst.adb,
363 pprint.adb, sem_ch12.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
364 Minor reformatting.
365
366 2018-05-25 Ed Schonberg <schonberg@adacore.com>
367
368 * sem_ch12.adb (Instance_Exists): New function, subsidiary of
369 Validate_Derived_Type_Instance, to verify that all interfaces
370 implemented by the formal type are also implemented by the actual. The
371 verification is complicated when an interface of the formal is declared
372 in a generic unit and the actual is declared in an instance of it.
373 There is currently no mechanism to relate an interface declared within
374 a generic to the corresponding interface in an instance, so we must
375 traverse the list of interfaces of the actual, looking for a name
376 match, and verifying that that interface is declared in an instance.
377
378 2018-05-25 Piotr Trojanek <trojanek@adacore.com>
379
380 * sem_util.adb (Iterate_Call_Parameters): Rewrite with extra
381 assertions; replace function versions of Next_Formal/Next_Actual with
382 their procedural versions (which are more concise).
383
384 2018-05-25 Doug Rupp <rupp@adacore.com>
385
386 * libgnarl/s-osinte__aix.ads, libgnarl/s-osinte__android.ads,
387 libgnarl/s-osinte__darwin.ads, libgnarl/s-osinte__freebsd.ads,
388 libgnarl/s-osinte__hpux.ads, libgnarl/s-osinte__kfreebsd-gnu.ads,
389 libgnarl/s-osinte__linux.ads, libgnarl/s-osinte__lynxos178e.ads,
390 libgnarl/s-osinte__qnx.ads, libgnarl/s-osinte__rtems.ads
391 (Relative_Timed_Wait): Remove.
392 * libgnarl/s-tpopmo.adb (Timed_Sleep, Timed_Delay): Rewrite to allow
393 for incremental looping. Remove references to Rel_Time and
394 Relative_Timed_Wait.
395 * libgnat/s-osprim__posix.adb, libgnat/s-osprim__posix2008.adb
396 (Timed_Delay): Make separate.
397 * libgnat/s-optide.adb: New separate procedure.
398 * libgnat/s-osprim.ads (Max_System_Delay): New constant.
399 * libgnat/s-osprim__lynxos.ads (Max_Sensible_Delay): Set to 6 months.
400 (Max_System_Delay): New constant.
401
402 2018-05-25 Ed Schonberg <schonberg@adacore.com>
403
404 * sem_ch12.adb (Validate_Derived_Type_Instance): Verify that the actual
405 for a formal derived type implements all the interfaces declared for
406 the formal.
407
408 2018-05-25 Yannick Moy <moy@adacore.com>
409
410 * sem_prag.adb (Check_Applicable_Policy): Deal specially with CodePeer
411 and GNATprove modes when applicable policy is Ignore.
412
413 2018-05-25 Eric Botcazou <ebotcazou@adacore.com>
414
415 * freeze.adb (Freeze_Enumeration_Type): Do not give integer size to a
416 boolean type with convention C.
417 * libgnat/i-cexten.ads (bool): Change to boolean with convention C.
418 * gcc-interface/decl.c (gnat_to_gnu_entity): Add new local variable
419 FOREIGN and use it throughout the function.
420 <E_Enumeration_Type>: Set precision 1 on boolean types with foreign
421 convention.
422 <E_Enumeration_Subtype>: Likewise for subtypes.
423 <E_Record_Type>: Force the size of a storage unit on empty classes.
424 * gcc-interface/utils.c (make_type_from_size) <BOOLEAN_TYPE>: Skip
425 boolean types with precision 1 if the size is the expected one.
426
427 2018-05-25 Arnaud Charlet <charlet@adacore.com>
428
429 * pprint.adb (Expression_Name): Do not print non ASCII characters.
430
431 2018-05-25 Bob Duff <duff@adacore.com>
432
433 * libgnat/a-strunb__shared.ads, libgnat/a-stwiun__shared.ads,
434 libgnat/a-stzunb__shared.ads: (Initialize, Adjust): Add pragma Inline.
435
436 2018-05-25 Bob Duff <duff@adacore.com>
437
438 * sem_util.ads: Minor comment fix.
439
440 2018-05-25 Ed Schonberg <schonberg@adacore.com>
441
442 * exp_unst.adb (Visit_Node): Restrict check for uplevel references in
443 prefixes of array attributes, to prefixes that are entity names whose
444 type is constrained.
445 (Note_Uplevel_Bound): Verify that the bound is declared in an enclosing
446 subprogram, as itype created for loops in pre/postcondition may appear
447 in loops at the library level.
448
449 2018-05-25 Ed Schonberg <schonberg@adacore.com>
450
451 * sem_ch13.adb (Build_Predicate_Functions): The predicate function
452 declaration is inserted into the tree and analyzed at that point, so
453 should not be reinserted when the body is constructed. Inside a
454 generic, ensure that the body is not inserted twice in the tree.
455
456 2018-05-25 Yannick Moy <moy@adacore.com>
457
458 * sem_prag.adb (Check_Grouping): Modify test to ignore statements and
459 declarations not coming from source.
460
461 2018-05-25 Fedor Rybin <frybin@adacore.com>
462
463 * doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
464 --copy-environment for gnattest.
465
466 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
467
468 * sem_elab.adb (Non_Private_View): Simplify by removing a local Result
469 variable.
470 * sem_prag.adb (Get_Base_Subprogram): Same as above.
471
472 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
473
474 * fe.h (Set_Normalized_First_Bit): Declare.
475 (Set_Normalized_Position): Likewise.
476 * repinfo.adb (List_Record_Layout): Do not use irregular output for a
477 variable position. Fix minor spacing issue.
478 * gcc-interface/decl.c (annotate_rep): If a field has a variable
479 offset, compute the normalized position and annotate it in addition to
480 the bit offset.
481
482 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
483
484 * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu):
485 Constify and rename variables. Fix formatting.
486 (gnat_to_gnu) <N_Exception_Handler>: Minor tweak.
487 <N_Raise_Statement>: Likewise.
488
489 2018-05-24 Javier Miranda <miranda@adacore.com>
490
491 * exp_ch8.adb (Build_Body_For_Renaming): Adding support to build the
492 body of a variant record equality renaming.
493 (Expand_N_Subprogram_Renaming_Declaration): Adapt the code to the new
494 implementation of Build_Body_For_Renaming.
495 * exp_ch3.ads (Build_Variant_Record_Equality): New library level
496 function that factorizes the functionality needed by
497 Build_Body_For_Renaming and Expand_Freeze_Record_Type to build the body
498 of a variant record equality subprogram.
499 * exp_ch3.adb (Build_Variant_Record_Equality): New subprogram.
500 (Build_Variant_Record_Equality): New local procedure of
501 Expand_Freeze_Record_Type containing all the code specific for freezing
502 the record type that cannot be place in the new library level function.
503
504 2018-05-24 Ed Schonberg <schonberg@adacore.com>
505
506 * einfo.ads, einfo.adb (Is_Activation_Record): New flag on
507 in_parameters, used when unesting subprograms for LLVM, to indicate
508 that a generated parameter carries the activation record from the
509 enclosing subprogram.
510 * exp_unst.adb (Check_Static_Type): Handle array attributes of types
511 whose bounds may contain up-level references that need to be added to
512 an activation recoord.
513 (Add_Extra_Formal): Set Is_Activation_Record on new formal.
514
515 2018-05-24 Yannick Moy <moy@adacore.com>
516
517 * pprint.adb (Expression_Image): Improve the printing of expressions,
518 by taking more cases into account, in particular qualified expressions
519 and aggregates. Also count more the number of parentheses to close
520 after the expression.
521
522 2018-05-24 Javier Miranda <miranda@adacore.com>
523
524 * sem_ch3.adb (Is_Visible_Component): For untagged types add missing
525 check for renamed discriminants.
526 * sem_ch4.adb (Analyze_Overloaded_Selected_Component,
527 Analyze_Selected_Component, Check_Misspelled_Selector): For calls to
528 Is_Visible_Component pass the associated selector node to allow
529 checking renamed discriminants on untagged types.
530
531 2018-05-24 Ed Schonberg <schonberg@adacore.com>
532
533 * sem_ch8.adb (Analyze_Use_Type): Do not assign the Prev_Use_Clause
534 link to a use_type clause if this would cause an infinite loop in the
535 machinery that detects redundant use clauses. This may happen when the
536 redundant clauses appear in the context of a child unit and the context
537 of its parent.
538
539 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
540
541 * sinfo.ads: Fix grammar in comment.
542
543 2018-05-24 Justin Squirek <squirek@adacore.com>
544
545 * einfo.ads, einfo.adb (Append_Entity): Modified to use Link_Entities
546 and manage doubly-linked entity chain.
547 (Nested_Scenarios): Removed entity field used for optimization during
548 elaboration to make room for the new field Prev_Entity.
549 (Link_Entities): Added to replace redundant calls to Set_Next_Entity
550 and Set_Prev_Entity as well as centralize changes to the entity chain.
551 (Predicated_Parent): Modified to use Node38.
552 (Prev_Entity): Added to fetch new node field Prev_Entity in all entity
553 types.
554 (Remove_Entity): Moved from sem_util.
555 (Set_Nested_Scenarios): Deleted.
556 (Set_Predicated_Parent): Modified to use Node38.
557 (Set_Prev_Entity): Added to set Prev_Entity field.
558 (Set_Validated_Object): Modified to use Node38.
559 (Unlink_Next_Entity): Added to process Prev_Entity when an unlinking
560 action is required.
561 (Validated_Object): Modified to use Node38.
562 (Write_Field36_Name): Remove Nested_Scenarios, Validated_Object, and
563 predicated parent cases.
564 (Write_Field38_Name): Add predicated parent and Validated_Object cases.
565 * sem_ch3.adb (Process_Subtype): Add guard to protect against
566 inappropriate marking of Predicated_Parent to non-itype subtypes.
567 (Make_Class_Wide_Type): Preserve Prev_Entity field and set in new type.
568 (Copy_And_Swap): Add setting of Prev_Entity.
569 (Build_derived_Record_Type): Replace Set_Next_Entity w/ Link_Entities.
570 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Replace Set_Next_Entity
571 w/ Link_Entities.
572 (New_Overloaded_Entity): Remove block created to search for previous
573 entities in the entity chain with relevant calls to Prev_Entity as well
574 as replace duplicated code from Remove_Entity_And_Homonym with a call
575 to that subprogram.
576 * sem_ch7.adb (Exchange_Declarations): Replace Set_Next_Entity w/
577 Link_Entities.
578 * sem_elab.adb (Find_And_Process_Nested_Scenarios): Remove global and
579 initial subprogram declarations related to Nested_Scenarios.
580 (Process_Nested_Scenarios): Deleted.
581 (Save_Scenario): Deleted.
582 (Traverse_Body): Remove optimization for Nested_Scenarios so as to free
583 node space in the entity tree.
584 * sem_util.adb, sem_util.ads (Remove_Entity): Moved to einfo.
585 (Remove_Entity_And_Homonym): Added to separate functionality of
586 Remove_Entity from the homonym chain directly.
587 * exp_attr.adb (Expand_N_Attribute_Reference): Replace Set_Next_Entity
588 w/ Link_Entities and Unlink_Next_Entity.
589 * exp_ch3.adb (Expand_N_Object_Declaration): Replace Set_Next_Entity w/
590 Link_Entities.
591 * exp_ch6.adb (Replace_Renaming_Declaration_Id): Replace
592 Set_Next_Entity w/ Link_Entities.
593 * exp_disp.adb (Expand_Dispatching_Call): Replace Set_Next_Entity w/
594 Link_Entities and Unlink_Next_Entity.
595 * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration): Replace
596 call to Remove_Entity with its new incarnation.
597 * exp_util.adb (New_Class_Wide_Subtype): Add setting of Prev_Entity.
598 * freeze.adb (Freeze_Record_Type): Replace Set_Next_Entity w/
599 Link_Entities.
600
601 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
602
603 * sem_ch10.adb (Expand_Limited_With_Clause): Update the call to
604 Install_Limited_Withed_Unit.
605 (Expand_With_Clause): Update the call to Install_Withed_Unit.
606 (Implicit_With_On_Parent): Update the call to Install_Withed_Unit.
607 (Install_Context_Clauses): Update the call to Install_Withed_Unit.
608 (Install_Limited_Context_Clauses): Update the calls to
609 Install_Limited_Withed_Unit.
610 (Install_Limited_Withed_Unit): Renamed to better illustrate its
611 purpose.
612 (Install_Private_With_Clauses): Update the calls to Install_Withed_Unit
613 and Install_Limited_Withed_Unit.
614 (Install_With_Clause): Uninstall a limited with clause if a [private]
615 with clause is given for the same package.
616 (Install_Withed_Unit): Renamed to better illustrate its purpose.
617 (Remove_Limited_With_Unit): New routine.
618
619 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
620
621 * raise-gcc.c (__gnat_SEH_error_handler): Remove prototype.
622 (__gnat_personality_seh0): Adjust and beef up comments, and
623 fix formatting throughout.
624 (__gnat_adjust_context): Deal minimally with version 2.
625 * seh_init.c (__gnat_map_SEH): Fix formatting.
626 (_gnat_SEH_error_handler): Adjust comments.
627 (__gnat_install_SEH_handler): Fix formatting.
628
629 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
630
631 * exp_ch7.adb, sem_ch3.adb, sem_res.adb: Minor reformatting.
632
633 2018-05-24 Ed Schonberg <schonberg@adacore.com>
634
635 * exp_aggr.adb (Flatten): Add a warning on an others clause in an array
636 aggregate with static bounds when named associations cover all index
637 positions and the others clause is redundant.
638
639 2018-05-24 Raphael Amiard <amiard@adacore.com>
640
641 * libgnat/a-cohama.ads: Add documentation.
642
643 2018-05-24 Raphael Amiard <amiard@adacore.com>
644
645 * libgnat/a-convec.ads: Add documentation.
646
647 2018-05-24 Justin Squirek <squirek@adacore.com>
648
649 * exp_ch3.adb (Expand_N_Object_Declaration): Ignore raising an error in
650 expansion for limited tagged types when the node to be expanded is a
651 raise expression due to it not representing a valid object.
652 * exp_ch5.adb (Expand_N_Assignment_Statement): Add exception to error
653 message regarding assignments to limited types to ignore genereated
654 code.
655
656 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
657
658 * exp_util.adb (New_Class_Wide_Subtype): Capture and restore relevant
659 Ghost-related attributes of the class-wide subtype because the copy
660 clobbers them.
661
662 2018-05-24 Justin Squirek <squirek@adacore.com>
663
664 * sem_res.adb (Resolve_Entity_Name): Add guard to protect against
665 marking use clauses as effective when the reference appears within
666 generated code.
667
668 2018-05-24 Cyrille Comar <comar@adacore.com>
669
670 * doc/gnat_rm/the_gnat_library.rst: Fix typos.
671 * gnat_rm.texi: Regenerate.
672
673 2018-05-24 Bob Duff <duff@adacore.com>
674
675 * exp_ch7.adb (Expand_Cleanup_Actions): Create a mark unconditionally
676 for build-in-place functions with a caller-unknown-size result.
677 (Create_Finalizer): For build-in-place functions with a
678 caller-unknown-size result, check at run time whether we need to
679 release the secondary stack.
680
681 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
682
683 * sem_prag.adb (Analyze_Pragma): Use the full view of an internally
684 generated incomplete type.
685
686 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
687
688 * expander.adb (Expand): Update the save and restore of the Ghost
689 region.
690 * exp_ch3.adb (Freeze_Type): Likewise.
691 * exp_disp.adb (Make_DT): Likewise.
692 * exp_util.adb (Build_DIC_Procedure_Body): Likewise.
693 (Build_DIC_Procedure_Declaration): Likewise.
694 (Build_Invariant_Procedure_Body): Likewise.
695 (Build_Invariant_Procedure_Declaration): Likewise.
696 (Make_Predicate_Call): Likewise.
697 * freeze.adb (Add_To_Result): Insert the freeze action of a living
698 entity prior to the start of the enclosing ignored Ghost region.
699 (Freeze_Entity): Update the save and restore of the Ghost region.
700 * ghost.adb (Install_Ghost_Mode): Reimplemented.
701 (Install_Ghost_Region): New routine.
702 (Mark_And_Set_Ghost_Assignment): Install a region rather than a mode.
703 (Mark_And_Set_Ghost_Body): Likewise.
704 (Mark_And_Set_Ghost_Completion): Likewise.
705 (Mark_And_Set_Ghost_Declaration): Likewise.
706 (Mark_And_Set_Ghost_Instantiation): Likewise.
707 (Mark_And_Set_Ghost_Procedure_Call): Likewise.
708 (Name_To_Ghost_Mode): New routine.
709 (Restore_Ghost_Region): New routine.
710 * ghost.ads (Install_Ghost_Region): New routine.
711 (Restore_Ghost_Region): New routine.
712 * opt.ads: Add new global variable Ignored_Ghost_Region.
713 * rtsfind.adb (Load_RTU): Update the save and restore of the Ghost
714 region. Install a clean region.
715 * sem.adb (Analyze): Likewise.
716 (Do_Analyze): Likewise.
717 * sem_ch3.adb (Analyze_Object_Declaration): Likewise
718 (Derive_Progenitor_Subprograms): Use local variable Iface_Alias to
719 capture the ultimate alias of the current primitive.
720 (Process_Full_View): Update the save and restore of the Ghost region.
721 Do not inherit DIC and invariant procedures.
722 * sem_ch5.adb (Analyze_Assignment): Update the save and restore of the
723 Ghost region.
724 * sem_ch6.adb (Analyze_Procedure_Call): Likewise.
725 (Analyze_Subprogram_Body_Helper): Likewise.
726 * sem_ch7.adb (Analyze_Package_Body_Helper): Likewise.
727 * sem_ch12.adb (Analyze_Package_Instantiation): Likewise.
728 (Analyze_Subprogram_Instantiation): Likewise.
729 (Instantiate_Package_Body): Likewise.
730 (Instantiate_Subprogram_Body): Likewise.
731 * sem_ch13.adb (Build_Predicate_Functions): Likewise.
732 (Build_Predicate_Function_Declaration): Likewise.
733 * sem_disp.adb
734 (Add_Dispatching_Operation): Do not consider DIC and invariant
735 procedures.
736 (Check_Dispatching_Operation): Use Add_Dispatching_Operation to collect
737 a dispatching subprogram.
738 (Check_Operation_From_Private_View): Likewise.
739 (Override_Dispatching_Operation): Likewise.
740 * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part): Update the save
741 and restore of the Ghost region.
742 (Analyze_Initial_Condition_In_Decl_Part): Likewise.
743 (Analyze_Pragma): Update the save and restore of the Ghost region.
744 (Analyze_Pre_Post_Condition_In_Decl_Part): Likewise.
745 * sem_util.adb (Is_Suitable_Primitive): New routine.
746 * sem_util.ads (Is_Suitable_Primitive): New routine.
747 * sinfo.ads: Update the section of Ghost regions.
748
749 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
750
751 * doc/gnat_rm/implementation_defined_pragmas.rst (Contract_Cases):
752 Change "condition" to "case guard" after renaming in the contract
753 grammar.
754 * gnat_rm.texi: Regenerate.
755
756 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
757
758 * exp_util.adb (Expand_Static_Predicates_In_Choices): Indicate that the
759 construct with discrete choices no longer contains a subtype with
760 predicates since the expansion already handled this case.
761
762 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
763
764 * freeze.adb (Wrap_Imported_Subprogram): Generate an unchecked
765 conversion to the return type to avoid a side effect where an imported
766 relocated function generates a new anonymous access type, whose
767 accessibility level does not agree with with that of the wrapper.
768
769 2018-05-24 Javier Miranda <miranda@adacore.com>
770
771 * sem_util.adb (Abstract_Interface_List): Add missing support for
772 private types whose full view is a synchronized type.
773 * sem_ch3.adb (Build_Derived_Private_Type): Skip building the full
774 derivation of a private type parent type is a task type with
775 discriminants as gigi does not use such type directly.
776
777 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
778
779 * sem_elab.adb (Build_Variable_Reference_Marker): Do not create a
780 variable marker when the reference appears in the formal part of a
781 compilation unit instance because there is no place to insert it.
782 (In_Compilation_Instance_Formal_Part): New routine.
783
784 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
785
786 * layout.ads, repinfo.ads: Fix references to renamed Backend_Layout
787 configuration parameter.
788
789 2018-05-24 Doug Rupp <rupp@adacore.com>
790
791 * argv-lynxos178-raven-cert.c: New file.
792 * libgnat/system-lynxos178-x86.ads: New file.
793
794 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
795
796 * exp_disp.adb, freeze.adb, gnat1drv.adb, sem_ch5.adb, sem_spark.adb:
797 Minor reformattings.
798
799 2018-05-23 Pascal Obry <obry@adacore.com>
800
801 * adaint.c (win32_wait): Properly free the handle/pid lists when
802 WaitForMultipleObjects fails (return WAIT_FAILED).
803
804 2018-05-23 Pascal Obry <obry@adacore.com>
805
806 * adaint.c (win32_wait): Add missing parentheses.
807
808 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
809
810 * exp_ch3.adb (Check_Large_Modular_Array): Moved to Freeze.
811 (Expand_N_Object_Declaration): Do not check for a large modular array
812 here.
813 * freeze.adb (Check_Large_Modular_Array): Moved from Exp_Ch3.
814 (Freeze_Object_Declaration): Code cleanup. Check for a large modular
815 array.
816 * sem_ch3.adb: Minor reformatting.
817
818 2018-05-23 Ed Schonberg <schonberg@adacore.com>
819
820 * einfo.ads: New attribute on types: Predicated_Parent, to simplify the
821 retrieval of the applicable predicate function to an itype created for
822 a constrained array component.
823 * einfo.adb: Subprograms for Predicated_Parent.
824 (Predicate_Function): Use new attribute.
825 * exp_util.adb (Make_Predicate_Call): If the predicate function is not
826 available for a subtype, retrieve it from the base type, which may have
827 been frozen after the subtype declaration and not captured by the
828 subtype declaration.
829 * sem_aggr.adb (Resolve_Array_Aggregate): An Others association is
830 legal within a generated initiqlization procedure, as may happen with a
831 predicate check on a component, when the predicate function applies to
832 the base type of the component.
833 * sem_ch3.adb (Analyze_Subtype_Declaration): Clean up inheritance of
834 predicates for subtype declarations and for subtype indications in
835 other contexts.
836 (Process_Subtype): Likewise. Handle properly the case of a private type
837 with unknown discriminants whose full view is an unconstrained array.
838 Use Predicated_Parent to indicate source of predicate function on an
839 itype whose parent is itself an itype.
840 (Complete_Private_Subtype): If the private view has unknown
841 discriminants and the full view is an unconstrained array, set base
842 type of completion to the full view of parent.
843 (Inherit_Predicate_Flags): Prevent double assignment of predicate
844 function and flags.
845 (Build_Subtype): For a constrained array component, propagate predicate
846 information from original component type declaration.
847
848 2018-05-23 Boris Yakobowski <yakobowski@adacore.com>
849
850 * libgnat/a-ngelfu.ads (Arctanh, Arccoth): Fix faulty preconditions.
851
852 2018-05-23 Arnaud Charlet <charlet@adacore.com>
853
854 * checks.adb (Minimize_Eliminate_Overflows): Default initialize Lo and
855 Hi.
856 * sem_elab.adb: Make "out" parameters instead of "in out" when
857 relevant.
858
859 2018-05-23 Bob Duff <duff@adacore.com>
860
861 * gnatbind.adb (List_Applicable_Restrictions): Add
862 No_Implementation_Restrictions to the list of restrictions not to list.
863 Remove double negative "not No_Restriction_List". Comment the
864 commentary that is output, so it won't cause errors if used directly in
865 a gnat.adc.
866
867 2018-05-23 Ed Schonberg <schonberg@adacore.com>
868
869 * sem_prag.adb (Inherit_Class_Wide_Pre): Refine legality check on
870 class-wide precondition on a type extension when ancestor does not have
871 a class-wide precondition. Previously the compiler accepted such a
872 precondition when the ancestor had a class-wide postcondition.
873
874 2018-05-23 Javier Miranda <miranda@adacore.com>
875
876 * sem_attr.adb (Valid_Scalars): Do not invoke Error_Attr_P to report
877 the warning on occurrences of this attribute whose evaluation is always
878 true (since that subprogram aborts processing the attribute). In
879 addition, replace the node by its boolean result 'True' (required
880 because the backend has no knowledge of this attribute).
881
882 2018-05-23 Bob Duff <duff@adacore.com>
883
884 * libgnat/a-convec.adb: (Insert, Insert_Space): Suppress warnings. The
885 code in question is not reachable in the case where Count_Type'Last is
886 out of range.
887
888 2018-05-23 Yannick Moy <moy@adacore.com>
889
890 * doc/gnat_rm/implementation_defined_pragmas.rst: Clarify meaning of
891 local pragma Warnings Off without On.
892 * gnat_rm.texi: Regenerate.
893
894 2018-05-23 Olivier Hainque <hainque@adacore.com>
895
896 * libgnat/g-excact.ads (Is_Foreign_Exception): New predicate.
897 * libgnat/g-excact.adb: Implement.
898
899 2018-05-23 Ed Schonberg <schonberg@adacore.com>
900
901 * sem_ch5.adb (Analyze_Iterator_Specification): If a subtype indication
902 is present, verify its legality when the domain of iteration is a
903 GNAT-specific formal container, as is already done for arrays and
904 predefined containers.
905
906 2018-05-23 Yannick Moy <moy@adacore.com>
907
908 * sem_util.adb (Enclosing_Declaration): Fix the case of a named number
909 declaration, which was not taken into account.
910
911 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
912
913 * debug.adb: Switch -gnatd_s is now used to stop elaboration checks on
914 synchronized suspension.
915 * rtsfind.ads: Add entries for units Ada.Synchronous_Barriers and
916 Ada.Synchronous_Task_Control and routines Suspend_Until_True and
917 Wait_For_Release.
918 * sem_elab.adb: Document switch -gnatd_s.
919 (In_Task_Body): New routine.
920 (Is_Potential_Scenario): Code cleanup. Stop the traversal of a task
921 body when the current construct denotes a synchronous suspension call,
922 and restriction No_Entry_Calls_In_Elaboration_Code or switch -gnatd_s
923 is in effect.
924 (Is_Synchronous_Suspension_Call): New routine.
925 * switch-c.adb (Scan_Front_End_Switches): Switch -gnatJ now sets switch
926 -gnatd_s.
927
928 2018-05-23 Javier Miranda <miranda@adacore.com>
929
930 * exp_disp.adb (Make_DT): Restrict the initialization of
931 External_Tag and Expanded_Name to an empty string to the case where
932 both pragmas apply (i.e. No_Tagged_Streams and Discard_Names), since
933 restricted runtimes are compiled with pragma Discard_Names.
934 * doc/gnat_rm/implementation_defined_pragmas.rst,
935 doc/gnat_rm/implementation_defined_characteristics.rst: Add
936 documentation.
937 * gnat_rm.texi: Regenerate.
938
939 2018-05-23 Maroua Maalej <maalej@adacore.com>
940
941 * sem_spark.adb: Fix of some permission rules of pointers in SPARK.
942
943 2018-05-23 Ed Schonberg <schonberg@adacore.com>
944
945 * sem_ch5.adb (Preanalyze_Range): The pre-analysis of the domain of
946 iteration of an Ada2012 loop is performed to determine the type of the
947 domain, but full analysis is performed once the loop is rewritten as a
948 while-loop during expansion. The pre-analysis suppresses expansion; it
949 must also suppress the generation of freeze nodes, which may otherwise
950 appear in the wrong scope before rewritting.
951
952 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
953
954 * sem_elab.adb: Update the section on suppressing elaboration warnings.
955
956 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
957
958 * einfo.adb (Is_Elaboration_Checks_OK_Id): Use predicate
959 Is_Elaboration_Target.
960 (Is_Elaboration_Target): New routine.
961 (Is_Elaboration_Warnings_OK_Id): Use predicate Is_Elaboration_Target.
962 (Set_Is_Elaboration_Checks_OK_Id): Use predicate Is_Elaboration_Target.
963 (Set_Is_Elaboration_Warnings_OK_Id): Use predicate
964 Is_Elaboration_Target.
965 * einfo.ads: Add new synthesized attribute Is_Elaboration_Target along
966 with occurrences in nodes.
967 (Is_Elaboration_Target): New routine.
968 * sem_prag.adb (Analyze_Pragma): Suppress elaboration warnings when an
969 elaboration target is subject to pragma Warnings (Off, ...).
970
971 2018-05-23 Eric Botcazou <ebotcazou@adacore.com>
972
973 * repinfo.adb (List_Type_Info): Remove obsolete stuff.
974
975 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
976
977 * einfo.adb: Flag304 is now Is_Elaboration_Warnings_OK_Id.
978 (Is_Elaboration_Warnings_OK_Id): New routine.
979 (Set_Is_Elaboration_Warnings_OK_Id): New routine.
980 (Write_Entity_Flags): Output Flag304.
981 * einfo.ads: Add new attribute Is_Elaboration_Warnings_OK_Id along with
982 occurrences in entities.
983 (Is_Elaboration_Warnings_OK_Id): New routine along with pragma Inline.
984 (Set_Is_Elaboration_Warnings_OK_Id): New routine along with pragma
985 Inline.
986 * sem_attr.adb (Analyze_Access_Attribute): Capture the state of
987 elaboration warnings.
988 * sem_ch3.adb (Analyze_Object_Declaration): Capture the state of
989 elaboration warnings.
990 * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Capture the
991 state of elaboration warnings.
992 (Analyze_Subprogram_Body_Helper): Capture the state of elaboration
993 warnings.
994 (Analyze_Subprogram_Declaration): Capture the state of elaboration
995 warnings.
996 * sem_ch9.adb (Analyze_Entry_Declaration): Capture the state of
997 elaboration warnings.
998 (Analyze_Single_Task_Declaration): Capture the state of elaboration
999 warnings.
1000 (Analyze_Task_Type_Declaration): Capture the state of elaboration
1001 warnings.
1002 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Capture the state
1003 of elaboration warnings.
1004 (Analyze_Generic_Subprogram_Declaration): Capture the state of
1005 elaboration warnings.
1006 * sem_elab.adb: Add a section on suppressing elaboration warnings.
1007 Type Processing_Attributes includes component Suppress_Warnings
1008 intended to suppress any elaboration warnings along a path in the
1009 graph. Update Initial_State to include a value for this component.
1010 Types Target_Attributes and Task_Attriutes include component
1011 Elab_Warnings_OK to indicate whether the target or task has elaboration
1012 warnings enabled. component Elab_Warnings_OK.
1013 (Build_Access_Marker): Propagate attribute
1014 Is_Elaboration_Warnings_OK_Node from the attribute to the generated
1015 call marker.
1016 (Extract_Instantiation_Attributes): Set the value for Elab_Warnings_OK.
1017 (Extract_Target_Attributes): Set the value for Elab_Warnings_OK.
1018 (Extract_Task_Attributes): Set the value for Elab_Warnings_OK.
1019 (Process_Conditional_ABE_Access): Suppress futher elaboration warnings
1020 when already in this mode or when the attribute or target have warnings
1021 suppressed.
1022 (Process_Conditional_ABE_Activation_Impl): Do not emit any diagnostics
1023 if warnings are suppressed.
1024 (Process_Conditional_ABE_Call): Suppress further elaboration warnings
1025 when already in this mode, or the target or call have warnings
1026 suppressed.
1027 (Process_Conditional_ABE_Call_Ada): Do not emit any diagnostics if
1028 warnings are suppressed.
1029 (Process_Conditional_ABE_Call_SPARK): Do not emit any diagnostics if
1030 warnings are suppressed.
1031 (Process_Conditional_ABE_Instantiation): Suppress further elaboration
1032 warnings when already in this mode or when the instantiation has
1033 warnings suppressed.
1034 (Process_Conditional_ABE_Instantiation_Ada): Do not emit any
1035 diagnostics if warnings are suppressed.
1036 (Process_Conditional_ABE_Variable_Assignment_Ada): Use the more
1037 specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
1038 (Process_Conditional_ABE_Variable_Assignment_SPARK): Use the more
1039 specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
1040 (Process_Task_Object): Suppress further elaboration warnings when
1041 already in this mode, or when the object, activation call, or task type
1042 have warnings suppressed. Update the processing state to indicate that
1043 the path goes through a task body.
1044 * sinfo.adb (Is_Elaboration_Warnings_OK_Node): Accept attribute
1045 references.
1046 (Set_Is_Elaboration_Warnings_OK_Node): Accept attribute references.
1047 * sinfo.ads: Attribute Is_Elaboration_Warnings_OK_Node now applies to
1048 attribute references.
1049
1050 2018-05-23 Piotr Trojanek <trojanek@adacore.com>
1051
1052 * einfo.ads: Minor reformatting.
1053
1054 2018-05-23 Ed Schonberg <schonberg@adacore.com>
1055
1056 * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
1057 anonymous_access_to_ subprogram formal, apply a conversion to force an
1058 accsssibility check that will fail statically, enforcing 3.10.2 (13).
1059
1060 2018-05-23 Daniel Mercier <mercier@adacore.com>
1061
1062 * gnat1drv.adb: Turn off length expansion in CodePeer mode.
1063
1064 2018-05-23 Bob Duff <duff@adacore.com>
1065
1066 * freeze.adb: (Check_Address_Clause): Deal with build-in-place
1067 aggregates in addition to build-in-place calls.
1068
1069 2018-05-23 Bob Duff <duff@adacore.com>
1070
1071 * einfo.ads: Minor reformatting.
1072 * sem_ch3.adb: Likewise.
1073 * sinfo.ads: Likewise.
1074
1075 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1076
1077 * exp_ch3.adb (Default_Initialize_Object): Do not optimize scalar array
1078 initialization when the component type has predicates.
1079 * exp_ch4.adb (Expand_N_Allocator): Do not optimize scalar array
1080 allocation when the component type has predicates.
1081
1082 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1083
1084 * einfo.adb, exp_disp.adb, sem_ch3.adb, sem_ch6.adb, sem_prag.adb:
1085 Minor reformatting.
1086
1087 2018-05-22 Justin Squirek <squirek@adacore.com>
1088
1089 * sem_ch6.adb (Analyze_Expression_Function): Propagate flags from the
1090 original function spec into the generated function spec due to
1091 expansion of expression functions during analysis.
1092 (Analyze_Subprogram_Body_Helper): Modify check on formal parameter
1093 references from the body to the subprogram spec in the case of
1094 expression functions because of inconsistances related to having a
1095 generated body.
1096 * libgnarl/s-osinte__android.ads: Flag parameters as unused.
1097 * libgnarl/s-osinte__lynxos178e.ads: Likewise.
1098 * libgnarl/s-osinte__qnx.adb: Likewise.
1099 * libgnarl/s-osinte__qnx.ads: Likewise.
1100
1101 2018-05-22 Doug Rupp <rupp@adacore.com>
1102
1103 * init.c (HAVE_ADJUST_CONTEXT_FOR_RAISE): Don't define on VxWorks7 for
1104 AArch64.
1105
1106 2018-05-22 Olivier Hainque <hainque@adacore.com>
1107
1108 * libgnat/a-except.adb (Exception_Propagation.Propagate_Exception):
1109 Expect an Exception_Occurence object, not an Access.
1110 (Complete_And_Propagate_Occurrence): Adjust accordingly.
1111 (Raise_From_Signal_Handler): Likewise.
1112 (Reraise_Occurrence_No_Defer): If we have a Machine_Occurrence
1113 available in the provided occurrence object, just re-propagate the
1114 latter as a bare "raise;" would do.
1115 * libgnat/a-exexpr.adb (Propagate_Exception): Adjust to spec change.
1116 * libgnat/a-exstat.adb (String_To_EO): Initialize X.Machine_Occurrence
1117 to null, to mark that the occurrence we're crafting from the stream
1118 contents is not being propagated (yet).
1119
1120 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1121
1122 * exp_aggr.adb (Initialize_Ctrl_Record_Component): Insert the generated
1123 code for a transient component in line with the rest of the
1124 initialization code, rather than before the aggregate. This ensures
1125 that the component has proper visibility of the discriminants.
1126
1127 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
1128
1129 * adaint.c: Reorganize QNX-specific macros, use syspage to retreive the
1130 number of CPUs.
1131
1132 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
1133
1134 * sigtramp-qnx.c: Properly restore link register in signal trampoline.
1135
1136 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1137
1138 * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Strip away any
1139 conversions before extracting the value of the expression.
1140 * exp_ch3.adb (Default_Initialize_Object): Optimize the default
1141 initialization of an array of scalars.
1142 (Get_Simple_Init_Val): Add processing for array types. Remove the
1143 processing of strings because this case is already handled by the array
1144 case.
1145 (Needs_Simple_Initialization): Moved to Sem_Util.
1146 (Simple_Init_Array_Type): New routine.
1147 (Simple_Init_Initialize_Scalars_Type): Reimplemented to use the new
1148 facilities from Sem_Util.
1149 (Simple_Initialization_OK): New routine.
1150 * exp_ch3.ads (Needs_Simple_Initialization): Moved to Sem_Util.
1151 * exp_ch4.adb (Expand_N_Allocator): Optimize the default allocation of
1152 an array of scalars.
1153 * sem_prag.adb (Analyze_Float_Value): New routine.
1154 (Analyze_Integer_Value): New routine.
1155 (Analyze_Pragma): Reimplement the analysis of pragma Initialize_Scalars
1156 to handled the extended form of the pragma.
1157 (Analyze_Type_Value_Pair): New routine.
1158 * sem_util.adb: Add invalid value-related data structures.
1159 (Examine_Array_Bounds): New routine.
1160 (Has_Static_Array_Bounds): Reimplemented.
1161 (Has_Static_Non_Empty_Array_Bounds): New routine.
1162 (Invalid_Scalar_Value): New routine.
1163 (Needs_Simple_Initialization): Moved from Exp_Ch3.
1164 (Set_Invalid_Scalar_Value): New routines.
1165 * sem_util.ads (Has_Static_Non_Empty_Array_Bounds): New routine.
1166 (Invalid_Scalar_Value): New routine.
1167 (Needs_Simple_Initialization): Moved from Exp_Ch3.
1168 (Set_Invalid_Scalar_Value): New routines.
1169 * snames.ads-tmpl: Add names for the salar type families used by pragma
1170 Initialize_Scalars.
1171
1172 2018-05-22 Javier Miranda <miranda@adacore.com>
1173
1174 * exp_disp.adb (Make_DT): Initialize the External_Tag with an empty
1175 string when pragma No_Tagged_Streams is applicable to the tagged type,
1176 and initialize the Expanded_Name with an empty string when pragma
1177 Discard_Names is applicable to the tagged type.
1178
1179 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1180
1181 * sem_ch6.adb (Check_Conformance): Add RM reference for rule that a
1182 formal subprogram is never subtype conformqnt, and thus cannot be the
1183 prefix of 'Access. Reject as well the attribute when applied to a
1184 renaming of a formal subprogram.
1185
1186 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1187
1188 * exp_ch3.adb (Build_Array_Init_Proc): Update the call to
1189 Needs_Simple_Initialization.
1190 (Build_Init_Statements): Update the call to Get_Simple_Init_Val.
1191 (Check_Subtype_Bounds): Renamed to Extract_Subtype_Bounds. Update the
1192 profile and comment on usage.
1193 (Default_Initialize_Object): Do not use New_Copy_Tree to set the proper
1194 Sloc of a value obtained from aspect Default_Value because this could
1195 potentially replicate large trees. The proper Sloc is now set in
1196 Get_Simple_Init_Val.
1197 (Get_Simple_Init_Val): Reorganized by breaking the various cases into
1198 separate routines. Eliminate the use of global variables.
1199 (Init_Component): Update the call to Get_Simple_Init_Val.
1200 (Needs_Simple_Initialization): Update the parameter profile and all
1201 uses of T.
1202 (Simple_Init_Defaulted_Type): Copy the value of aspect Default_Value
1203 and set the proper Sloc.
1204 * exp_ch3.ads (Get_Simple_Init_Val): Update the parameter profile and
1205 comment on usage.
1206 (Needs_Simple_Initialization): Update the parameter profile.
1207
1208 2018-05-22 Patrick Bernardi <bernardi@adacore.com>
1209
1210 * sem_ch3.adb (Build_Discriminant_Constraints): Raise an error if the
1211 user tries to use a subtype indication as a discriminant constraint.
1212
1213 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1214
1215 * exp_ch4.ads, exp_ch4.adb, exp_util.adb, expander.adb: Remove mention
1216 of N_Reduction_Expression and N_Reduction_Expression_Parameter.
1217 * par-ch4.adb: Remove parsing routines for reduction expressions.
1218 * sem.adb, sinfo.ads, sinfo.adb, sem_ch4.ads, sem_ch4.adb, sem_res.adb,
1219 sem_spark.adb, sprint.adb: Remove analysis routines for reduction
1220 expressions.
1221
1222 2018-05-22 Arnaud Charlet <charlet@adacore.com>
1223
1224 * sem_ch8.adb (Check_Frozen_Renaming): Do not emit error in
1225 Relaxed_RM_Semantics mode.
1226
1227 2018-05-22 Arnaud Charlet <charlet@adacore.com>
1228
1229 * comperr.adb (Delete_SCIL_Files): Take into account
1230 N_Generic_Package_Renaming_Declaration.
1231
1232 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1233
1234 * sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is
1235 private, use the full view if available, because it may include renamed
1236 discriminants whose values are stored in the corresponding
1237 Stored_Constraint.
1238
1239 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1240
1241 * einfo.ads, einfo.adb: New attribute Hidden_In_Formal_Instance,
1242 defined on packages that are actuals for formal packages, in order to
1243 set/reset the visibility of the formals of a formal package with given
1244 actuals, when there are subsequent uses of those formals in the
1245 enclosing generic, as required by RN 12.7 (10).
1246 * atree.ads, atree.adb: Add operations for Elist30.
1247 * atree.h: Add Elist30.
1248 * sem_ch12.adb (Analyze_Formal_Package_Instantiation): Collect formals
1249 that are not defaulted and are thus not visible within the current
1250 instance.
1251 (Check_Formal_Packages): Reset visibility of formals of a formal
1252 package that are not defaulted, on exit from current instance.
1253
1254 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1255
1256 * sem_prag.adb (Analyze_Input_Output): Emit an error when a non-null,
1257 non-'Result output appears in the output list of a function.
1258
1259 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1260
1261 * exp_attr.adb (Build_Array_VS_Func): Reimplemented.
1262 (Build_Record_VS_Func): Reimplemented.
1263 (Expand_N_Attribute): Reimplement the handling of attribute
1264 'Valid_Scalars.
1265 * sem_attr.adb (Analyze_Attribute): Reimplement the handling of
1266 attribute 'Valid_Scalars.
1267 * sem_util.adb (Scalar_Part_Present): Reimplemented.
1268 (Validated_View): New routine.
1269 * sem_util.ads (Scalar_Part_Present): Update the parameter profile and
1270 comment on usage.
1271 (Validated_View): New routine.
1272 * doc/gnat_rm/implementation_defined_attributes.rst: Update the
1273 documentation of attribute 'Valid_Scalars.
1274 * gnat_rm.texi: Regenerate.
1275
1276 2018-05-22 Bob Duff <duff@adacore.com>
1277
1278 * binde.adb: (Choose): Ignore a pragma Elaborate_Body that appears in
1279 the spec of a SAL_Interface package.
1280
1281 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1282
1283 * freeze.adb (Freeze_Entity): When analyzing delayed aspects of an
1284 entity E within a generic unit, indicate that there are no remaining
1285 delayed aspects after invoking Analyze_Aspects_At_Freeze_Point. The
1286 entity E is not frozen yet but the aspects should not be reanalyzed at
1287 the freeze point, which may be outside of the generic and may not have
1288 the proper visibility.
1289
1290 2018-05-22 Bob Duff <duff@adacore.com>
1291
1292 * doc/gnat_ugn/gnat_utility_programs.rst: Add documentation for
1293 the new --split-line-before-record, --indent-named-statements and
1294 --no-align-modes gnatpp switches.
1295
1296 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1297
1298 * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Handle properly
1299 a second argument that is a constant of a given string value.
1300
1301 2018-05-22 Doug Rupp <rupp@adacore.com>
1302
1303 * sigtramp-vxworks-target.inc: Align stack to 128bits on AArch64.
1304
1305 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
1306
1307 * sigtramp-qnx.c: Fix stack alignment issue in the signal trampoline.
1308
1309 2018-05-22 Ed Schonberg <schonberg@adacore.com>
1310
1311 * freeze.adb (Freeze_Fixed_Point_Type): If the first subtype has
1312 delayed aspects, analyze them now, os that the representation of the
1313 type (size, bounds) can be computed and validated.
1314
1315 2018-05-22 Olivier Hainque <hainque@adacore.com>
1316
1317 * libgnat/s-dwalin.adb (Enable_Cache): Skip symbols outside of the
1318 executable code section boundaries.
1319
1320 2018-05-22 Javier Miranda <miranda@adacore.com>
1321
1322 * locales.c: New implementation for the Ada.Locales package.
1323 * libgnat/a-locale.ads: Remove comment indicating that this is not
1324 implemented.
1325 * doc/gnat_rm/standard_library_routines.rst: Remove comment indicating
1326 that this is not implemented.
1327 * gnat_rm.texi: Regenerate.
1328
1329 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1330
1331 * exp_ch5.adb, freeze.adb, pprint.adb, sem_ch4.adb, sem_res.adb: Minor
1332 reformattings.
1333
1334 2018-05-22 Justin Squirek <squirek@adacore.com>
1335
1336 * sem_ch12.adb (In_Same_Declarative_Part): Moved to sem_util.
1337 (Freeze_Subprogram_Body, Install_Body): Modify calls to
1338 In_Same_Declarative_Part.
1339 * sem_prag.adb (Analyze_Pragma-Pragma_Pure_Function): Add check to
1340 verify pragma declaration is within the same declarative list with
1341 corresponding error message.
1342 * sem_util.adb, sem_util.ads (In_Same_Declarative_Part): Moved from
1343 sem_ch12.adb and generalized to be useful outside the scope of
1344 freezing.
1345
1346 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
1347
1348 * sem_ch6.adb (Analyze_Subprogram_Declaration): Set the proper
1349 categorization of the unit after processing the aspects in case one of
1350 its aspects is converted into a categorization pragma.
1351
1352 2018-05-21 Ed Schonberg <schonberg@adacore.com>
1353
1354 * freeze.adb (Warn_Overlay): Do not emit a wawrning on an object
1355 declaration with an explicit address clause and a type with default
1356 initialization, if the declaration carries an aspect
1357 Suppress_Initialization.
1358
1359 2018-05-21 Daniel Mercier <mercier@adacore.com>
1360
1361 * pprint.adb: Use mixed case for attribute names.
1362
1363 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1364
1365 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Rename the call to
1366 Analyze_Aspect_Specifications_On_Body_Or_Stub.
1367 (Analyze_Subprogram_Body_Helper): Rename the calls to
1368 Analyze_Aspect_Specifications_On_Body_Or_Stub.
1369 * sem_ch9.adb (Analyze_Entry_Body): Rename the call to
1370 Analyze_Aspect_Specifications_On_Body_Or_Stub.
1371 * sem_ch10.adb: Add with and use clause for Sem_Ch13.
1372 (Analyze_Package_Body_Stub): Add constant Id. Decorate the package stub
1373 prior to analyzing its aspects.
1374 (Analyze_Protected_Body_Stub): Add constant Id. Decorate the package
1375 stub prior to analyzing its aspects. Save and restore the configuration
1376 switches.
1377 (Analyze_Task_Body_Stub): Add constant Id. Decorate the package stub
1378 prior to analyzing its aspects.
1379 * sem_ch13.adb (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
1380 to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
1381 * sem_ch13.ads (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
1382 to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
1383 * sem_prag.adb: Code reformatting.
1384 (Analyze_Refined_Depends_Global_Post): Consider task body stubs.
1385
1386 2018-05-21 Jerome Lambourg <lambourg@adacore.com>
1387
1388 * gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build
1389 for QNX.
1390
1391 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1392
1393 * exp_cg.adb: Remove with and use clause for Exp_Disp.
1394 * exp_ch9.adb: Remove with and use clause for Exp_Disp.
1395 * exp_disp.adb (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
1396 (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
1397 (Is_Predefined_Internal_Operation): Moved to Sem_Util.
1398 * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
1399 (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
1400 (Is_Predefined_Internal_Operation): Moved to Sem_Util.
1401 * exp_dist.adb: Remove with and use clause for Exp_Disp.
1402 * freeze.adb: Remove with and use clause for Exp_Disp.
1403 * sem_cat.adb: Remove with and use clause for Exp_Disp.
1404 * sem_ch6.adb: Remove with and use clause for Exp_Disp.
1405 * sem_ch12.adb: Remove with and use clause for Exp_Disp.
1406 * sem_elab.adb (Check_Overriding_Primitive): Do not process predefined
1407 primitives.
1408 * sem_util.adb: Remove with and use clause for Exp_Disp.
1409 (Is_Predefined_Dispatching_Operation): Moved from Exp_Disp.
1410 (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
1411 (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
1412 * sem_util.ads (Is_Predefined_Dispatching_Operation): Moved from
1413 Exp_Disp.
1414 (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
1415 (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
1416
1417 2018-05-21 Ed Schonberg <schonberg@adacore.com>
1418
1419 * sem_res.adb (Valid_Conversion): Improve error message on an illegal
1420 type conversion whose expression has a limited view of a type.
1421
1422 2018-05-21 Ed Schonberg <schonberg@adacore.com>
1423
1424 * exp_ch5.adb (Build_Formal_Container_Iteration): If source has
1425 explicit name for iterator loop, preserve that name in expanded
1426 construct, for possible use in exit statements.
1427
1428 2018-05-21 Javier Miranda <miranda@adacore.com>
1429
1430 * sem_ch4.adb (Analyze_Membership_Op): Avoid compiler crash when the
1431 spec of a unit has Ada 2012 membership tests with multiple choices and
1432 the unit body is not compiled under Ada 2012 mode.
1433
1434 2018-05-21 Doug Rupp <rupp@adacore.com>
1435
1436 * sigtramp-vxworks-target.inc: Set cfa_reg properly from sigcontext
1437 pregs.
1438 (CFI_COMMON_REGS): Restore LR jic probed from prologue.
1439 (REGNO_PC_OFFSET): Change to correct value for Aarch64.
1440
1441 2018-05-21 Jose Ruiz <ruiz@adacore.com>
1442
1443 * doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
1444 libgnarl/s-tassta.adb: Minor typo fixes
1445
1446 2018-05-21 Ed Schonberg <schonberg@adacore.com>
1447
1448 * sem_ch4.adb (Analyze_One_Call): Recognize complex cases where an
1449 indexed call originally in prefix forn is itself the prefix of a
1450 further call.
1451
1452 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
1453
1454 * sem_eval.adb (Is_Null_Range): Clarify access to the full view of a
1455 type.
1456 (Not_Null_Range): Same as above.
1457
1458 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1459
1460 * exp_ch3.adb: Minor reformatting.
1461 * exp_ch6.adb: Likewise.
1462 * freeze.adb: Likewise.
1463 * inline.adb: Likewise.
1464 * sem_util.adb: Likewise.
1465
1466 2018-05-21 Yannick Moy <moy@adacore.com>
1467
1468 * inline.adb (Expand_Inlined_Call.Process_Formals): Use a type
1469 conversion instead of an unchecked type conversion when inlining a
1470 return statement, unless type qualification is required (for character
1471 and string literal) or no check can result from the conversion (for
1472 access types).
1473 * opt.ads: Update comment.
1474
1475 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1476
1477 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Install the elaboration
1478 model of the compilation unit spec, if any.
1479 * sem_ch7.adb (Analyze_Package_Body_Helper): Install the elaboration
1480 model of the compilation unit spec, if any.
1481 * sem_ch10.adb (Analyze_Subunit): Install the elaboration model of the
1482 parent compilation unit spec, if any.
1483 * sem_elab.adb (Check_Elaboration_Scenarios): Restore the elaboration
1484 model of the main unit.
1485 (Is_Same_Unit): The routine now uses Unit_Entity.
1486 (Is_Subunit): Removed.
1487 (Normalize_Unit): Removed.
1488 (Unit_Entity): New routine.
1489 * sem_prag.adb (Analyze_Pragma): Reimplement the handling of pragma
1490 Elaboration_Checks. The analysis now ensures that the pragma appears at
1491 the configuration level, and on the initial declaration of a unit.
1492 Other placements are either flagged as illegal, or ignored.
1493 (Check_Duplicate_Elaboration_Checks_Pragma): New routine.
1494 (Ignore_Elaboration_Checks_Pragma): New routine.
1495 * sem_util.adb (Install_Elaboration_Model): New routine.
1496 * sem_util.ads (Install_Elaboration_Model): New routine.
1497 * doc/gnat_rm/implementation_defined_pragmas.rst: Update the
1498 documentation of pragma Elaboration_Checks.
1499 * gnat_rm.texi: Regenerate.
1500
1501 2018-05-21 Olivier Hainque <hainque@adacore.com>
1502
1503 * libgnat/s-trasym__dwarf.adb (Executable_Name): Return argv[0] instead
1504 of empty string when argv[0] couldn't be found on PATH.
1505 (Enable_Cache): Raise Program_Error instead of attempting a null
1506 pointer dereference when the Exec_Module initialization failed.
1507
1508 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
1509
1510 * libgnarl/a-reatim.ads (Clock_Time): Remove External aspect.
1511 * libgnarl/a-taside.ads (Tasking_State): Likewise.
1512 * libgnat/a-calend.ads (Clock_Time): Likewise.
1513
1514 2018-05-21 Yannick Moy <moy@adacore.com>
1515
1516 * sem_ch6.adb (Analyze_Procedure_Call): Refine test to recognize prefix
1517 call notation in inlined call in GNATprove mode.
1518
1519 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1520
1521 * einfo.adb (Is_External_State): An abstract state is also external
1522 when it is declared with option "synchronous".
1523 * einfo.ads: Update the documentation of synthesized attribute
1524 Is_External_State.
1525 * sem_util.adb (Find_Simple_Properties): New routine.
1526 (Is_Enabled_External_Property): New routine.
1527 (State_Has_Enabled_Property): Reimplemented. The two flavors of option
1528 External have precedence over option Synchronous when determining
1529 whether a property is in effect.
1530
1531 2018-05-21 Yannick Moy <moy@adacore.com>
1532
1533 * sem_eval.adb (Static_Length): Take into account case of variable of
1534 subtype string literal.
1535
1536 2018-05-21 Olivier Hainque <hainque@adacore.com>
1537
1538 * libgnat/s-objrea.ads (Get_Memory_Bounds): Rename as Get_Xcode_Bounds.
1539 (Object_Section): Rename Flag_Alloc component as Flag_Xcode.
1540 * libgnat/s-objrea.adb (Get_Xcode_Bounds): Adjust to new subprogram and
1541 component name.
1542 (Get_Section, ELF case): Set Flag_Xcode from SHF_EXECINSTR.
1543 * libgnat/s-dwalin.adb (Open): Adjust to the Get_Memory_Bounds name
1544 change.
1545
1546 2018-05-21 Olivier Hainque <hainque@adacore.com>
1547
1548 * libgnat/s-dwalin.ads (Dwarf_Context): Change type of Load_Address to
1549 Address, and type of Low, High to Storage_Offset.
1550 (Low): Rename as Low_Address and convey that the return value is a
1551 runtime reference accounting for a load address.
1552 * libgnat/s-dwalin.adb (Read_Aranges_Entry): Adjust to the
1553 address/offset type changes.
1554 (Aranges_Lookup): Likewise.
1555 (Symbolic_Address): Likewise.
1556 (Symbolic_Traceback): Likewise.
1557 (Dump_Cache): Likewise.
1558 (Is_Inside): Likewise.
1559 (Open): Likewise.
1560 (Set_Load_Address): Likewise.
1561 (Low_Address): Likewise, and account for C.Load_Address.
1562 * libgnat/s-trasym__dwarf.adb (Lt): Use Low_Address instead of Low.
1563 (Multi_Module_Symbolic_Traceback): Compare address in traceback
1564 with module Low_Address instead of Low.
1565
1566 2018-05-21 Olivier Hainque <hainque@adacore.com>
1567
1568 * libgnat/s-dwalin.ads (Dwarf_Context): Rename Load_Slide as
1569 Load_Address.
1570 * libgnat/s-dwalin.adb (Is_Inside): Adjust accordingly.
1571 (Set_Load_Address): Likewise.
1572 (Symbolic_Traceback): Likewise.
1573
1574 2018-05-21 Olivier Hainque <hainque@adacore.com>
1575
1576 * libgnat/s-trasym__dwarf.adb (Add_Module_To_Cache): Expect a
1577 Load_Address argument and pass it down to Init_Module.
1578 * libgnat/s-tsmona__linux.adb (Build_Cache_For_All_Modules): Pass
1579 lm.l_addr as the Load_Address to Add_Module_To_Cache.
1580
1581 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
1582
1583 * einfo.adb (Has_Discriminants): Stronger assertion.
1584 (Set_Has_Discriminants): Stronger assertion.
1585 * sem_ch13.adb (Push_Scope_And_Install_Discriminants): Adapt to respect
1586 the stronger assertion on Has_Discriminant.
1587 (Uninstall_Discriminants_And_Pop_Scope): Same as above.
1588 * sem_util.adb (New_Copy_Tree): Same as above.
1589 * sem_ch7.adb (Generate_Parent_References): Prevent calls to
1590 Has_Discriminant on non-type entities that might happen when the
1591 compiled code has errors.
1592 * sem_ch3.adb (Derived_Type_Declaration): Only call
1593 Set_Has_Discriminant on type entities.
1594
1595 2018-05-21 Arnaud Charlet <charlet@adacore.com>
1596
1597 * exp_unst.adb (Unnest_Subprogram): Unnest all subprograms relevant for
1598 code generation.
1599
1600 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
1601
1602 * lib.ads: Fix typo in enumeration in comment.
1603
1604 2018-05-21 Ed Schonberg <schonberg@adacore.com>
1605
1606 * sem_attr.adb (Analyze_Attribute, case Scalar_Storage_Order): The
1607 attribute reference is legal within a generic unit when the prefix is a
1608 formal private type.
1609
1610 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1611
1612 * exp_ch7.adb (Establish_Transient_Scope): Code cleanup. Do not
1613 delegate the secondary stack management when there is no suitable
1614 transient context, and the transient scope was intended to manage the
1615 secondary stack because this causes premature reclamation. Change the
1616 transient scope creation logic by special casing assignment statements
1617 of controlled components for type initialization procedures.
1618 (Find_Node_To_Be_Wrapped): Renamed to Find_Transient_Context. Update
1619 the comment on usage.
1620 (Find_Transient_Context): Change the initinte loop into a while loop.
1621 Iterations schemes and iterator specifications are not valid transient
1622 contexts because they rely on special processing. Assignment statements
1623 are now treated as a normal transient context, special cases are
1624 handled by the caller. Add special processing for pragma Check.
1625 (Is_OK_Construct): Removed. Its functionality has been merged in
1626 routine Find_Transient_Context.
1627 * sem_ch5.adb (Check_Call): Reimplemented. Add code to properly
1628 retrieve the subprogram being invoked. Use a more accurate predicate
1629 (Requires_Transient_Scope) to determine that the function will emply
1630 the secondary stack.
1631
1632 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
1633
1634 * ada_get_targ.adb: Fix subprogram body headers.
1635 * adabkend.adb: Likewise.
1636 * checks.adb: Likewise.
1637 * exp_ch3.adb: Likewise.
1638 * exp_ch5.adb: Likewise.
1639 * exp_ch9.adb: Likewise.
1640 * exp_dist.adb: Likewise.
1641 * exp_tss.adb: Likewise.
1642 * inline.adb: Likewise.
1643 * lib-writ.adb: Likewise.
1644 * lib-xref-spark_specific.adb: Likewise.
1645 * libgnarl/s-osinte__darwin.adb: Likewise.
1646 * libgnarl/s-stusta.adb: Likewise.
1647 * libgnarl/s-taprop__solaris.adb: Likewise.
1648 * libgnarl/s-tposen.adb: Likewise.
1649 * libgnarl/s-vxwext__kernel-smp.adb: Likewise.
1650 * libgnarl/s-vxwext__kernel.adb: Likewise.
1651 * libgnat/a-btgbso.adb: Likewise.
1652 * libgnat/a-cfdlli.adb: Likewise.
1653 * libgnat/a-cfhama.adb: Likewise.
1654 * libgnat/a-cfinve.adb: Likewise.
1655 * libgnat/a-cimutr.adb: Likewise.
1656 * libgnat/a-coboho.adb: Likewise.
1657 * libgnat/a-cofove.adb: Likewise.
1658 * libgnat/a-cofuve.adb: Likewise.
1659 * libgnat/a-comutr.adb: Likewise.
1660 * libgnat/a-exexda.adb: Likewise.
1661 * libgnat/a-tags.adb: Likewise.
1662 * libgnat/a-tideau.adb: Likewise.
1663 * libgnat/a-wtdeau.adb: Likewise.
1664 * libgnat/a-ztdeau.adb: Likewise.
1665 * libgnat/g-alleve.adb: Likewise.
1666 * libgnat/s-excdeb.adb: Likewise.
1667 * libgnat/s-parint.adb: Likewise.
1668 * libgnat/s-shasto.adb: Likewise.
1669 * libgnat/s-traceb__hpux.adb: Likewise.
1670 * prepcomp.adb: Likewise.
1671 * sem_ch4.adb: Likewise.
1672 * sem_ch6.adb: Likewise.
1673 * sem_dist.adb: Likewise.
1674 * sem_prag.adb: Likewise.
1675 * sem_util.adb: Likewise.
1676 * sinfo.adb: Likewise.
1677 * switch.adb: Likewise.
1678
1679 2018-05-04 John Marino <gnugcc@marino.st>
1680
1681 PR ada/85635
1682 * link.c (BSD platforms): Add missing backslash.
1683
1684 2018-04-27 Eric Botcazou <ebotcazou@adacore.com>
1685
1686 PR ada/85540
1687 * init.c (__gnat_handle_vms_condition): Add missing parentheses.
1688
1689 2018-04-25 Eric Botcazou <ebotcazou@adacore.com>
1690
1691 PR ada/85007
1692 * gnat_ugn.texi: Regenerate.
1693
1694 2018-03-23 Eric Botcazou <ebotcazou@adacore.com>
1695
1696 PR ada/85007
1697 * gnatlink.adb (Gnatlink): Remove handling of -b switch.
1698 * doc/gnat_ugn/building_executable_programs_with_gnat.rst (gnatlink):
1699 Remove documentation of -b switch.
1700
1701 2018-03-23 Eric Botcazou <ebotcazou@adacore.com>
1702
1703 PR ada/85036
1704 * gnatlink.adb (Process_Args): Drop existing link switches if multiple
1705 switches are passed for --LINK.
1706
1707 2018-03-12 Eric Botcazou <ebotcazou@adacore.com>
1708
1709 PR ada/82813
1710 * gcc-interface/misc.c (gnat_post_options): Disable string overflow
1711 warnings.
1712
1713 2018-03-10 Eric Botcazou <ebotcazou@adacore.com>
1714
1715 * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
1716 Consider only entities for objects.
1717
1718 2018-03-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
1719
1720 * gcc-interface/Makefile.in (OSCONS_CPP): Remove redundant
1721 $(GNATLIBCFLAGS).
1722 (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS_FOR_C).
1723
1724 2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
1725
1726 * gcc-interface/trans.c (convert_with_check): Fix typo in the condition
1727 guarding the overflow check emitted for the upper bound of a floating-
1728 point conversion.
1729
1730 2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
1731
1732 * gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.
1733
1734 2018-02-28 Eric Botcazou <ebotcazou@adacore.com>
1735
1736 * libgnat/i-cexten.ads (Float_128): New type.
1737
1738 2018-02-02 Eric Botcazou <ebotcazou@adacore.com>
1739
1740 * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
1741 false if the component type is a pointer.
1742
1743 2018-01-11 Gary Dismukes <dismukes@adacore.com>
1744
1745 * exp_ch3.adb (Default_Initialize_Object): Call New_Copy_Tree on the
1746 result of Get_Simple_Init_Value and pass the source location of the
1747 object declaration's object_definition.
1748
1749 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1750
1751 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Handle
1752 properly object declarations with initializations that are
1753 build-in-place function calls, when there is an address specification,
1754 either as an aspect specification or an explicit attribute
1755 specification clause, for the initialized object.
1756 * freeze.adb (Check_Address_Clause): Do not remove side-effects from
1757 initial expressions in the case of a build-in-place call.
1758
1759 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
1760
1761 * sem_eval.adb (Is_Null_Range): Retrieve the full view when called on a
1762 private (sub)type; refactor to avoid early return statement.
1763 (Not_Null_Range): Same as above.
1764
1765 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1766
1767 * freeze.adb (Freeze_Entity): Ensure that a Ghost type is not
1768 concurrent, nor effectively volatile.
1769 * ghost.adb (Check_Ghost_Type): New routine.
1770 * ghost.ads (Check_Ghost_Type): New routine.
1771 * sem_util.adb (Is_Declaration): Reimplemented. The routine can now
1772 consider specific subsets of declarations.
1773 (Is_Declaration_Other_Than_Renaming): Removed. Its functionality is
1774 replicated by Is_Declaration.
1775 * sem_util.ads (Is_Declaration): New parameter profile. Update the
1776 comment on usage.
1777 (Is_Declaration_Other_Than_Renaming): Removed.
1778
1779 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1780
1781 * sem_ch5.adb (Analyze_Assignment): Assignments to variables that act
1782 as Part_Of consituents of single protected types are illegal when they
1783 take place inside a protected function.
1784 (Diagnose_Non_Variable_Lhs): Use Within_Function to check for an
1785 enclosing function.
1786 (Is_Protected_Part_Of_Constituent): New routine.
1787 (Within_Function): New routine.
1788
1789 2018-01-11 Arnaud Charlet <charlet@adacore.com>
1790
1791 Bump copyright notices to 2018.
1792
1793 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1794
1795 * binde.adb, par-ch6.adb, par-ch9.adb, sem_ch12.adb, sem_ch13.adb:
1796 Minor reformatting.
1797
1798 2018-01-11 Justin Squirek <squirek@adacore.com>
1799
1800 * par-ch6.adb (Scan_Body_Or_Expression_Function): Add additional check
1801 to make sure a given expression function is properly parenthesized.
1802
1803 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1804
1805 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Check the
1806 categorization of a subprogram body which does not complete a previous
1807 declaration.
1808
1809 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1810
1811 * sem_ch10.adb (Check_Private_Child_Unit): Ensure that the enclosing
1812 scope of package Ada is Standard.
1813
1814 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1815
1816 * sem_ch13.adb (Replace_Type_Ref): Handle properly reference to a
1817 subcomponent of the current entity when building the body for a dynamic
1818 predicate function for a record with composite subcomponents.
1819
1820 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1821
1822 * exp_aggr.adb (Convert_Aggr_In_Object_Decl): Update the call to
1823 Establish_Transient_Scope.
1824 (Convert_To_Assignments): Update the call to Establish_Transient_Scope.
1825 (Expand_Array_Aggregate): Update the call to Establish_Transient_Scope.
1826 * exp_ch6.adb (Expand_Call_Helper): Update the call to
1827 Establish_Transient_Scope.
1828 (Make_Build_In_Place_Call_In_Object_Declaration): Update the call to
1829 Establish_Transient_Scope.
1830 * exp_ch7.adb (Establish_Transient_Scope): Restructured. Delegate the
1831 management of the secondary stack to an enclosing scope if there is no
1832 suitable construct to wrap, and the transient scope was intended to
1833 manage the secondary stack.
1834 (Find_Node_To_Be_Wrapped): Restructured. A case_statement_alternative
1835 is a valid boundary for a transient expression which comes from the
1836 statements of the alternative, otherwise alternatives cannot be
1837 wrapped. Assignments of controlled objects which have controlled
1838 actions suppressed now stop the traversal as there is no point in
1839 looking for an enclosing construct. Add several N_xxx_Body choices to
1840 the termination conditions for completeness.
1841 * exp_ch7.ads (Establish_Transient_Scope): Update the parameter profile
1842 and the associated comment on usage.
1843 * exp_smem.adb (Add_Shared_Var_Lock_Procs): Update the call to
1844 Establish_Transient_Scope.
1845 (Add_Write_After): Update the call to Establish_Transient_Scope.
1846 * sem_res.adb (Check_Initialization_Call): Removed.
1847 (Resolve_Actuals): Account for additional cases where finalization
1848 actions are required by utilizing predicate Needs_Finalization rather
1849 than Is_Controlled.
1850 (Resolve_Call): Type initialization procedures can now utilize
1851 transient scopes to manage the secondary stack, thus preventing leaks
1852 during initialization. Remove the previous kludgy algorithm which
1853 attempts to manage the secondary stack at the object creation site.
1854
1855 2018-01-11 Jerome Lambourg <lambourg@adacore.com>
1856
1857 * libgnat/g-soliop__qnx.ads: New.
1858 * adaint.c, adaint.h, cstreams.c, s-oscons-tmplt.c, sysdep.c: Update
1859 for QNX.
1860
1861 2018-01-11 Bob Duff <duff@adacore.com>
1862
1863 * par-ch9.adb (P_Protected_Operation_Declaration_Opt): Give an error if
1864 a null procedure occurs in a protected definition.
1865
1866 2018-01-11 Bob Duff <duff@adacore.com>
1867
1868 * binderr.ads, namet.ads: Minor reformatting.
1869
1870 2018-01-11 Bob Duff <duff@adacore.com>
1871
1872 * doc/gnat_ugn/gnat_utility_programs.rst: Improve documentation of
1873 xml2gnat.
1874
1875 2018-01-11 Bob Duff <duff@adacore.com>
1876
1877 * binde.adb (Force_Elab_Order): Give an error if there are duplicate
1878 unit names.
1879
1880 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1881
1882 * sem_ch6.adb (Freeze_Expr_Types): If an access value is the
1883 controlling argument of a dispatching call. freeze the corresponding
1884 designated type.
1885
1886 2018-01-11 Ben Brosgol <brosgol@adacore.com>
1887
1888 * doc/Makefile: Add Sphinx option -W to treat warnings as errors.
1889
1890 2018-01-11 Ben Brosgol <brosgol@adacore.com>
1891
1892 * doc/gnat_rm/implementation_defined_aspects.rst: Minor type/wording
1893 corrections.
1894 * gnat_rm.texi: Regenerate.
1895
1896 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1897
1898 * sem_ch12.adb (Check_Fixed_Point_Type): Do not apply check if the
1899 formsl type corresponding to the actual fixed point type is private,
1900 because in this case there can be no suspicious arithmetic operations
1901 in the generic unless they reference a formal subprogram. Clarify
1902 warning.
1903
1904 2018-01-11 Javier Miranda <miranda@adacore.com>
1905
1906 * exp_util.adb (Remove_Side_Effects): No action done for functions
1907 returning class-wide types since it requires generating code using
1908 'reference and the CCG target has no secondary stack.
1909 * gnat1drv.adb: Disable building static dispatch tables when generating
1910 C code.
1911
1912 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
1913
1914 * libgnat/a-direio.ads, libgnat/a-sequio.ads, libgnat/a-ststio.ads,
1915 libgnat/a-textio.ads, libgnat/a-witeio.ads, libgnat/a-ztexio.ads
1916 (File_Type): Add Default_Initial_Condition aspect.
1917
1918 2018-01-11 Pascal Obry <obry@adacore.com>
1919
1920 * libgnat/s-os_lib.adb (Normalize_Pathname): New implementation.
1921
1922 2018-01-11 Bob Duff <duff@adacore.com>
1923
1924 * doc/gnat_ugn/gnat_utility_programs.rst: Rewrite gnatpp documentation
1925 to match what the Libadalang-based version does.
1926 * doc/gnat_ugn/about_this_guide.rst: Update reference.
1927
1928 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1929
1930 * sem_res.adb (Uses_SS): A controlled type requires the secondary stack
1931 if it contains at least one component declaration employing a function
1932 call returning on the secondary stack.
1933
1934 2018-01-11 Yannick Moy <moy@adacore.com>
1935
1936 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1937 Update description of restriction SPARK_05 with SPARK 2014.
1938 * gnat_rm.texi: Regenerate.
1939
1940 2018-01-11 Vasiliy Fofanov <fofanov@adacore.com>
1941
1942 * doc/gnat_ugn/gnat_utility_programs.rst: Fix layout.
1943
1944 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1945
1946 * exp_aggr.adb, exp_ch9.adb, exp_util.adb, sem_aggr.adb, sem_ch3.adb,
1947 sem_res.adb, sem_util.adb: Minor reformatting.
1948
1949 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1950
1951 * sem_prag.adb (Analyze_Pragma, case Predicate): Indicate that the type
1952 has a delayed aspect which must be processed at the point the type is
1953 frozen. This mimics what is done when the predicate is provided by a
1954 source aspect.
1955
1956 2018-01-11 Doug Rupp <rupp@adacore.com>
1957
1958 * init.c (vxworks): Add macro checks for __aarch64__.
1959
1960 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1961
1962 * exp_util.adb (Add_Failure_Expression): New routine.
1963 (Make_Predicate_Check): Reimplement the handling of Predicate_Failure.
1964 * sem_util.adb (Is_Current_Instance): Code cleanup.
1965
1966 2018-01-11 Patrick Bernardi <bernardi@adacore.com>
1967
1968 * libgnat/s-parame*.adb, libgnat/s-parame*.ads: Remove unneeded
1969 Default_Sec_Stack_Size.
1970 * libgnat/s-secsta.adb (SS_Allocate): Handle the fixed secondary stack
1971 limit check so that the integer index does not overflow. Check the
1972 dynamic stack allocation does not cause the secondary stack pointer to
1973 overflow.
1974 (SS_Info): Align colons.
1975 (SS_Init): Cover the case when bootstraping with an old compiler that
1976 does not set Default_SS_Size.
1977
1978 2018-01-11 Ed Schonberg <schonberg@adacore.com>
1979
1980 * sem_ch3.adb (Add_Internal_Interface_Entities): When checking the
1981 legality of an inherited operation that may require overriding, ignore
1982 primitive_wrappers that correspond to explicit operations that override
1983 an interface primitive.
1984 * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity): If the
1985 operation to which the class-wide expression applies is a protected op.
1986 with a primitive_wrapper, verify that the updated inherited expression
1987 does not contain an internal call to a protected function. This
1988 completes the implementation of AI12-0166.
1989
1990 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
1991
1992 * ali.adb: Document the remaining letters available for ALI lines.
1993 (Scan_ALI): A with clause is internal when it is encoded on a 'Z' line.
1994 * ali.ads: Update type With_Record. Field
1995 Implicit_With_From_Instantiation is no longer in use. Add field
1996 Implicit_With.
1997 * csinfo.adb (CSinfo): Remove the setup for attribute
1998 Implicit_With_From_Instantiation.
1999 * lib-writ.adb (Collect_Withs): Correct the logic which marks a unit as
2000 either implicitly or explicitly withed.
2001 (Is_Implicit_With_Clause): New routine.
2002 (Write_ALI): Rename array Implicit_With to Has_Implicit_With to avoid
2003 confusion with the with clause attribute by the same name.
2004 (Write_With_Lines): Update the emission of 'W', 'Y', and 'Z' headers.
2005 * rtsfind.adb (Maybe_Add_With): Code cleanup.
2006 * sem_ch8.adb (Present_System_Aux): Code cleanup.
2007 * sem_ch10.adb (Expand_With_Clause): Mark the with clause as generated
2008 for a parent unit.
2009 (Implicit_With_On_Parent): Mark the with clause as generated for a
2010 parent unit.
2011 * sem_ch12.adb (Inherit_Context): With clauses inherited by an
2012 instantiation are no longer marked as Implicit_With_From_Instantiation
2013 because they are already marked as implicit.
2014 * sem_elab.adb (Ensure_Prior_Elaboration_Static): Remove the kludge
2015 which marks implicit with clauses as related to an instantiation.
2016 * sinfo.adb (Implicit_With_From_Instantiation): Removed.
2017 (Parent_With): New routine.
2018 (Set_Implicit_With_From_Instantiation): Removed.
2019 (Set_Parent_With): New routine.
2020 * sinfo.ads: Update the documentation of attribute Implicit_With.
2021 Remove attribute Implicit_With_From_Instantiation along with
2022 occurrences in nodes. Add attribute Parent_With along with occurrences
2023 in nodes.
2024 (Implicit_With_From_Instantiation): Removed along with pragma Inline.
2025 (Parent_With): New routine along with pragma Inline.
2026 (Set_Implicit_With_From_Instantiation): Removed along with pragma Inline.
2027 (Set_Parent_With): New routine along with pragma Inline.
2028
2029 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2030
2031 * sem_util.adb (Find_Enclosing_Scope): Return the unique defining
2032 entity when the enclosing construct is a body.
2033
2034 2018-01-11 Patrick Bernardi <bernardi@adacore.com>
2035
2036 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Simplified
2037 Secondary_Stack_Size handling as a pragma is now generated for the
2038 corresponding aspect instead of an attribute. Pragma expression is
2039 relocated instead of evaluated. Discriminant of the corresponding
2040 record type is referenced rather than the type discriminant.
2041 (Create_Secondary_Stack_For_Task, Make_Task_Create_Call): Update
2042 Secondary_Stack_Size rep item checks to only look for the pragma rep.
2043 * sem_ch13.adb (Analyze_One_Aspect): Transform
2044 Aspect_Secondary_Stack_Size into a pragma instead of an attribute
2045 because the attribute does not have visibility on a task type's
2046 discriminants when the type's definition is expanded.
2047 (Analyze_Attribute_Definition_Clause): Remove handling of
2048 Attribute_Secondary_Stack_Size.
2049 * snames.adb-tmpl, snames.ads-tmpl: Remove
2050 Attribute_Secondary_Stack_Size, no longer used.
2051
2052 2018-01-11 Justin Squirek <squirek@adacore.com>
2053
2054 * sem_ch8.adb: Minor comment fix.
2055
2056 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2057
2058 * exp_ch4.adb (Process_Action): Do not abandon the inspection of an
2059 individual action because the action may denote a complex expression,
2060 such as a case statement, which in turn may contain additional
2061 transient objects.
2062
2063 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2064
2065 * sem_aggr.adb (Resolve_Iterated_Component_Association): Perform
2066 analysis on a copy of the expression with a copy of the index variable,
2067 because full expansion will rewrite construct into a loop with the
2068 original loop variable.
2069 * exp_aggr.adb (Gen_Assign): Defer analysis and resolution if the
2070 expression is an iterated component association. Full analysis takes
2071 place when construct is rewritten as a loop.
2072 (In_Place_Assign_OK, Safe_Component): An iterated_component_association
2073 is not safe for in-place assignment.
2074 * sem_util.adb (Remove_Entity): Handle properly the case of an isolated
2075 entity with no homonym and no other entity in the scope.
2076
2077 2018-01-11 Justin Squirek <squirek@adacore.com>
2078
2079 * sem_prag.adb (Analyze_Pragma:Pragma_Loop_Variant): Modify error
2080 message to be printed on the pragma argument identifier.
2081
2082 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2083
2084 * exp_util.adb (Build_Invariant_Procedure_Declaration): Set the last
2085 entity of the generated invariant procedure in order to construct a
2086 proper entity chain.
2087
2088 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
2089
2090 * sem_ch13.adb (Build_Predicate_Functions): Fix minor issues in
2091 comment.
2092
2093 2018-01-11 Arnaud Charlet <charlet@adacore.com>
2094
2095 * einfo.ads, einfo.adb (Activation_Record_Component,
2096 Set_Activation_Record_Component, Set_Is_Uplevel_Referenced_Entity):
2097 Allow E_Discriminant.
2098
2099 2018-01-10 Eric Botcazou <ebotcazou@adacore.com>
2100
2101 * gcc-interface/decl.c (gnat_to_gnu_component_type): Apply the check
2102 for atomic access once the component size is taken into account and
2103 also do it if the component type is Atomic or Volatile_Full_Access.
2104
2105 2018-01-04 Eric Botcazou <ebotcazou@adacore.com>
2106
2107 * gnatvsn.ads: Bump copyright year.
2108
2109 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2110 Alan Hayward <alan.hayward@arm.com>
2111 David Sherwood <david.sherwood@arm.com>
2112
2113 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_BITSIZE
2114 as polynomial.
2115
2116 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2117 Alan Hayward <alan.hayward@arm.com>
2118 David Sherwood <david.sherwood@arm.com>
2119
2120 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_PRECISION
2121 as polynomial.
2122
2123 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2124 Alan Hayward <alan.hayward@arm.com>
2125 David Sherwood <david.sherwood@arm.com>
2126
2127 * gcc-interface/utils.c (gnat_types_compatible_p): Handle
2128 polynomial TYPE_VECTOR_SUBPARTS.
2129
2130 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2131 Alan Hayward <alan.hayward@arm.com>
2132 David Sherwood <david.sherwood@arm.com>
2133
2134 * gcc-interface/misc.c (enumerate_modes): Handle polynomial
2135 GET_MODE_NUNITS.
2136
2137 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2138
2139 Update copyright years.
2140
2141 * gnat_ugn.texi: Bump @copying's copyright year.
2142 * gnat_rm.texi: Likewise.
2143 \f
2144 Copyright (C) 2018 Free Software Foundation, Inc.
2145
2146 Copying and distribution of this file, with or without modification,
2147 are permitted in any medium without royalty provided the copyright
2148 notice and this notice are preserved.