[Ada] Adjust growth factor from 1/32 to 1/2 for Unbounded_String
[gcc.git] / gcc / ada / ChangeLog
1 2018-07-16 Nicolas Roche <roche@adacore.com>
2
3 * libgnat/a-strunb.adb, libgnat/a-strunb__shared.adb: Adjust growth
4 factor from 1/32 to 1/2 for Unbounded_String.
5
6 2018-07-13 Eric Botcazou <ebotcazou@adacore.com>
7
8 * gcc-interface/lang.opt (funsigned-char): New option.
9 * gcc-interface/misc.c (gnat_handle_option): Accept it.
10 * gcc-interface/utils.c (finish_character_type): Tweak comment.
11
12 2018-07-07 Eric Botcazou <ebotcazou@adacore.com>
13
14 * gcc-interface/decl.c (gnat_to_gnu_entity): Add GNAT_DECL local
15 variable and use it throughout.
16 <E_Variable>: If the nominal subtype of the object is unconstrained,
17 compute the Ada size separately and put in on the padding type if the
18 size is not fixed.
19 <E_Record_Type>: Minor tweak.
20 * gcc-interface/misc.c (gnat_type_max_size): Rename max_size_unit
21 into max_size_unit throughout.
22
23 2018-07-07 Eric Botcazou <ebotcazou@adacore.com>
24
25 * gcc-interface/gigi.h (add_decl_expr): Adjust prototype.
26 * gcc-interface/decl.c (gnat_to_gnu_entity): Remove useless test.
27 * gcc-interface/trans.c (add_stmt_with_node): Remove exceptions.
28 (add_decl_expr): Change type of second parameter and rename it.
29 (renaming_from_instantiation_p): New function moved from...
30 (set_expr_location_from_node): Test for exceptions here and add one
31 for actual subtypes built for unconstrained composite actuals.
32 * gcc-interface/utils.c (renaming_from_instantiation_p): ...here.
33
34 2018-07-07 Eric Botcazou <ebotcazou@adacore.com>
35
36 * gcc-interface/trans.c (lvalue_required_p): Remove ALIASED parameter
37 and adjust recursive calls.
38 (Identifier_to_gnu): Adjust calls to lvalue_required_p.
39 (gnat_to_gnu): Likewise.
40
41 2018-07-07 Eric Botcazou <ebotcazou@adacore.com>
42
43 * gcc-interface/decl.c (gnat_to_gnu_param): Minor tweak.
44 (gnat_to_gnu_subprog_type): New pure_flag local variable. Set it for
45 a pure Ada function with a by-ref In parameter. Propagate it onto the
46 function type by means of the TYPE_QUAL_RESTRICT flag.
47 * gcc-interface/utils.c (finish_subprog_decl): Set DECL_PURE_P if the
48 function type has the TYPE_QUAL_RESTRICT flag set.
49
50 2018-07-06 Jim Wilson <jimw@sifive.com>
51
52 * Makefile.rtl: Add riscv*-linux* support.
53 * libgnarl/s-linux__riscv.ads: New.
54 * libgnat/system-linux-riscv.ads: New.
55
56 * Make-generated.in (treeprs.ads): Use $(GNATMAKE) instead of gnatmake.
57 (einfo.h, sinfo.h, stamp-snames, stamp-nmake): Likewise.
58 * gcc-interface/Makefile.in (xoscons): Likewise.
59
60 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
61
62 * libgnat/system-rtems.ads (Frontend_Exceptions): Set to False.
63 (ZCX_By_Default): Set to True.
64
65 2018-07-02 Martin Liska <mliska@suse.cz>
66
67 * gnatvsn.ads: Bump Library_Version to 9.
68
69 2018-06-12 Eric Botcazou <ebotcazou@adacore.com>
70
71 * gcc-interface/ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from
72 using TYPE_LANG_FLAG_4 to using TYPE_LANG_FLAG_0.
73 (TYPE_ALIGN_OK): Move around.
74 (TYPE_PADDING_FOR_COMPONENT): Remove superfluous parentheses.
75 * gcc-interface/decl.c (change_qualified_type): Move to...
76 (gnat_to_gnu_entity): Adjust comment.
77 * gcc-interface/gigi.h (change_qualified_type): ...here; make inline.
78 (ceil_pow2): Use ceil_log2.
79 * gcc-interface/utils.c (finish_subprog_decl): Add couple of comments
80 and do not set TREE_SIDE_EFFECTS.
81 (handle_noreturn_attribute): Use change_qualified_type.
82
83 2018-06-12 Eric Botcazou <ebotcazou@adacore.com>
84
85 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Do not get
86 the expression of a dispatch table that is not being defined.
87 <E_Record_Subtype>: Remove obsolete kludge.
88
89 2018-06-12 Eric Botcazou <ebotcazou@adacore.com>
90
91 * gcc-interface/decl.c (warn_on_field_placement): Use specific wording
92 for discriminants.
93 (warn_on_list_placement): New static function.
94 (components_to_record): Use it to warn on multiple fields in list.
95
96 2018-06-12 Eric Botcazou <ebotcazou@adacore.com>
97
98 * gcc-interface/decl.c (variant_desc): Add AUX field.
99 (gnat_to_gnu_entity) <discrete_type>: Do not call compute_record_mode
100 directly.
101 (reverse_sort_field_list): New static function.
102 (components_to_record): Place the variant part at the beginning of the
103 field list when there is an obvious order of increasing position.
104 (build_variant_list): Initialize it.
105 (create_variant_part_from): Do not call compute_record_mode directly.
106 (copy_and_substitute_in_layout): Likewise. Always sort the fields with
107 fixed position in order of increasing position, in the record and all
108 the variants, in any. Call reverse_sort_field_list.
109 * gcc-interface/utils.c (make_packable_type): Compute the sizes before
110 calling finish_record_type. Do not call compute_record_mode directly.
111 (finish_record_type): Overhaul final processing depending on REP_LEVEL
112 and call finish_bitfield_layout if it is equal to one or two.
113
114 2018-06-11 Eric Botcazou <ebotcazou@adacore.com>
115
116 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Reuse the
117 existing fields of a dummy fat pointer type, if any. Clear the
118 TYPE_DECL_SUPPRESS_DEBUG on the fat pointer type after completing it.
119
120 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
121
122 * contracts.adb (Process_Body_Postconditions): Expand only checked
123 postconditions.
124 (Process_Contract_Cases_For): Expand only checked contract cases.
125 (Process_Inherited_Preconditions): Ignored class-wide preconditions are
126 partially expanded because some of their semantic checks are tied to
127 the expansion.
128 (Process_Preconditions_For): Expand only checked preconditions.
129 (Process_Spec_Postconditions): Expand only checked preconditions.
130 Ignored class-wide preconditions are partially expanded because some of
131 their semantic checks are tied to the expansion.
132 * exp_prag.adb (Expand_N_Pragma): Suppress the expansion of ignored
133 assertion pragmas.
134 * exp_util.adb (Add_Inherited_Invariants): Code clean up.
135 * sem_util.adb (Propagate_Invariant_Attributes): Code clean up.
136
137 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
138
139 * exp_ch9.adb, exp_unst.adb, inline.adb, libgnat/a-ciorma.adb,
140 libgnat/a-ciormu.adb, libgnat/a-ciorse.adb, libgnat/a-coorma.adb,
141 libgnat/a-coormu.adb, libgnat/a-coorse.adb, sem_prag.adb: Minor
142 reformatting.
143
144 2018-06-11 Gary Dismukes <dismukes@adacore.com>
145
146 * exp_unst.ads, exp_unst.adb: Typo fixes and minor reformatting.
147
148 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
149
150 * exp_ch6.adb (Add_Unconstrained_Actuals_To_Build_In_Place_Call): Do
151 not add any actuals when the size of the object is known, and the
152 caller will allocate it.
153 (Build_Heap_Allocator): Rename to Build_Heap_Or_Pool_Allocator to
154 better illustrate its functionality. Update the comment on the
155 generated code. Generate a branch for the heap and pool cases where
156 the object is not necessarity controlled.
157 (Expand_N_Extended_Return_Statement): Expand the extended return
158 statement into four branches depending the requested mode if the caller
159 will not allocate the object on its side.
160 (Make_Build_In_Place_Call_In_Allocator): Do not allocate a controlled
161 object on the caller side because this will violate the semantics of
162 finalizable types. Instead notify the function to allocate the object
163 on the heap or a user-defined storage pool.
164 (Needs_BIP_Alloc_Form): A build-in-place function needs to be notified
165 which of the four modes to employ when returning a limited controlled
166 result.
167 * exp_util.adb (Build_Allocate_Deallocate_Proc): Remove a redundant
168 guard which is already covered in Needs_Finalization.
169
170 2018-06-11 Olivier Hainque <hainque@adacore.com>
171
172 * libgnat/s-excmac*.ads: Factorize Unwind_Action definitions ...
173 * libgnat/a-exexpr.adb: ... Here, then add comments describing the
174 major datastructures associated with the current exception raised.
175 (Setup_Current_Excep): Accept a "Phase" argument conveying the
176 unwinding phase during which this subprogram is called. For an Ada
177 exception, don't update the current exception buffer from the raised
178 exception object during SEARCH_PHASE, as this is redundant with the
179 call now issued just before propagation starts.
180 (Propagate_GCC_Exception): Move call to Setup_Current_Excep ahead of
181 the unwinding start, conveying Phase 0.
182 (Unhandled_Except_Handler): Pass UA_CLEANUP_PHASE as the Phase value on
183 the call to Setup_Current_Excep.
184 * raise-gcc.c (personality_body): Pass uw_phases as the Phase argument
185 on calls to Setup_Current_Excep.
186
187 2018-06-11 Ed Schonberg <schonberg@adacore.com>
188
189 * exp_unst.ads, exp_unst.adb (Needs_Fat_Pointer,
190 Build_Access_Type_Decl): New subprograms to handle uplevel references
191 to formals of an unconstrained array type. The activation record
192 component for these is an access type, and the reference is rewritten
193 as an explicit derefenrence of that component.
194
195 2018-06-11 Bob Duff <duff@adacore.com>
196
197 * libgnat/a-ciorma.adb, libgnat/a-ciormu.adb, libgnat/a-ciorse.adb,
198 libgnat/a-coorma.adb, libgnat/a-coormu.adb, libgnat/a-coorse.adb:
199 (Element): Add code to detect dangling cursors in some cases.
200
201 2018-06-11 Yannick Moy <moy@adacore.com>
202
203 * sem_ch6.adb (Build_Subprogram_Declaration): Mark parameters as coming
204 from source.
205
206 2018-06-11 Ed Schonberg <schonberg@adacore.com>
207
208 * sem_ch13.adb (Build_Predicate_Functions): For a derived type, ensure
209 that its parent is already frozen so that its predicate function, if
210 any, has already been constructed.
211
212 2018-06-11 Yannick Moy <moy@adacore.com>
213
214 * sem_prag.adb (Check_Mode_Restriction_In_Enclosing_Context): Adapt for
215 possible task unit as the enclosing context.
216
217 2018-06-11 Eric Botcazou <ebotcazou@adacore.com>
218
219 * gnat1drv.adb: Remove use clause for Repinfo.
220 (Gnat1drv): Beef up comment about the interplay between -gnatc and
221 back-end annotations. Use full qualified name for List_Rep_Info.
222
223 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
224
225 * libgnat/g-arrspl.ads: Add pragma Preelaborate.
226
227 2018-06-11 Arnaud Charlet <charlet@adacore.com>
228
229 * exp_ch4.adb (Expand_Record_Equality): Remove extraneous "True and
230 then" and general logical "ada" in codepeer mode.
231
232 2018-06-11 Javier Miranda <miranda@adacore.com>
233
234 * exp_ch9.adb (Expand_N_Protected_Body): Add missing handling of
235 N_Call_Marker nodes.
236
237 2018-06-11 Arnaud Charlet <charlet@adacore.com>
238
239 * exp_ch3.adb, exp_unst.adb, inline.adb, sem_prag.adb: Minor
240 reformatting.
241
242 2018-06-11 Yannick Moy <moy@adacore.com>
243
244 * doc/gnat_rm/implementation_defined_pragmas.rst: Add Suppressible
245 argument to Assertion_Policy
246 * gnat_rm.texi: Regenerate.
247
248 2018-06-11 Yannick Moy <moy@adacore.com>
249
250 * gnat1drv.adb: Do not check representation information in CodePeer and
251 GNATprove modes, as these modes call a special backend instead of gigi,
252 so do not have the information.
253
254 2018-06-11 Yannick Moy <moy@adacore.com>
255
256 * inline.adb (Build_Body_To_Inline): Consider case of extended return
257 of unconstrained type as one case where inlining is not supported.
258 (Expand_Inlined_Call): Remove special case for body as extended return
259 of unconstrained type.
260
261 2018-06-11 Yannick Moy <moy@adacore.com>
262
263 * sem_prag.adb (Analyze_Part_Of): Only allow Part_Of on non-generic
264 unit.
265 (Check_Missing_Part_Of): Do not force Part_Of on generic unit.
266
267 2018-06-11 Piotr Trojanek <trojanek@adacore.com>
268
269 * sem_ch13.adb (Analyze_Aspect_Specifications): Don't split AND THEN
270 expressions in Pre/Post contracts while in GNATprove_Mode.
271
272 2018-06-11 Piotr Trojanek <trojanek@adacore.com>
273
274 * sem_util.adb (Is_Potentially_Unevaluated): Fix detection of contracts
275 with AND THEN expressions broken down into individual conjuncts.
276
277 2018-06-11 Ed Schonberg <schonberg@adacore.com>
278
279 * exp_ch7.adb (Check_Unnesting_Elaboration_Code): Add guard.
280
281 2018-06-11 Ed Schonberg <schonberg@adacore.com>
282
283 * exp_unst.adb (Visit_Node): Skip generic associations.
284
285 2018-06-11 Arnaud Charlet <charlet@adacore.com>
286
287 * libgnat/memtrack.adb (fwrite): Remove second definition.
288
289 2018-06-11 Javier Miranda <miranda@adacore.com>
290
291 * sinfo.ads (Is_Dynamic_Coextension): Adding documentation.
292 (Is_Static_Coextension): Adding documentation.
293 * sinfo.adb (Is_Dynamic_Coextension): Extending the assertion.
294 (Is_Static_Coextension): Extending the assertion.
295 * sem_util.adb (Mark_Allocator): Clear Is_Static_Coextension when
296 setting flag Is_Dynamic_Coextension (and vice versa).
297
298 2018-06-11 Ed Schonberg <schonberg@adacore.com>
299
300 * exp_unst.adb (Search_Subprograms): Handle explicitly stubs at the top
301 level of a compilation unit, becuase they may contain nested
302 subprograms that need an activation record.
303
304 2018-06-11 Arnaud Charlet <charlet@adacore.com>
305
306 * Makefile.rtl: Compile Ada files with $(ADAC) instead of $(CC).
307
308 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
309
310 * exp_ch11.adb, exp_unst.adb, inline.adb, sem_ch12.adb, sem_util.adb:
311 Minor reformatting.
312 * sinfo.ads: Fix a typo.
313
314 2018-06-11 Ed Schonberg <schonberg@adacore.com>
315
316 * inline.adb (Expand_Inlined_Call): If no optimization level is
317 specified, the expansion of a call to an Inline_Always function is
318 fully performed in the front-end even on a target that support back-end
319 inlining.
320
321 2018-06-11 Arnaud Charlet <charlet@adacore.com>
322
323 * bindgen.adb (Gen_Adainit): Protect reference to System.Parameters
324 with Sec_Stack_Used.
325
326 2018-06-11 Hristian Kirtchev <kirtchev@adacore.com>
327
328 * sem_ch8.adb (Find_Direct_Name): Mode the declaration of
329 Is_Assignment_LHS further in. Use predicate
330 Needs_Variable_Reference_Marker to determine whether to create a
331 variable marker.
332 (Find_Expanded_Name): Mode the declaration of Is_Assignment_LHS further
333 in. Use predicate Needs_Variable_Reference_Marker to determine whether
334 to create a variable marker.
335 * sem_elab.adb (Build_Variable_Reference_Marker): Remove the various
336 checks that determine whether the identifier or expanded name is a
337 suitable variable reference. The checks are now performed by
338 Needs_Variable_Reference_Marker.
339 * sem_res.adb (Resolve_Actuals): Use predicate
340 Needs_Variable_Reference_Marker to determine whether to create a
341 variable marker.
342 * sem_util.adb (Needs_Variable_Reference_Marker): New routine.
343 * sem_util.ads (Needs_Variable_Reference_Marker): New routine.
344
345 2018-06-11 Valentine Reboul <reboul@adacore.com>
346
347 * doc/gnat_rm.rst, doc/gnat_ugn.rst: Rename "GPL Edition" into
348 "Community Edition".
349
350 2018-06-11 Ed Schonberg <schonberg@adacore.com>
351
352 * sem_ch12.adb (Install_Body): In order to determine the placement of
353 the freeze node for an instance of a generic nested within another
354 instance, take into account that the outer instance may be declared in
355 the visible part of a package and the inner intance may be in the
356 private part of the same package.
357
358 2018-06-11 Eric Botcazou <ebotcazou@adacore.com>
359
360 * errout.adb (Special_Msg_Delete): Remove handling of Atomic and VFA.
361
362 2018-06-11 Nicolas Roche <roche@adacore.com>
363
364 * libgnat/s-valuti.adb (Bad_Value): Ensure that we do not generate a
365 stack overflow while raising a constraint error.
366
367 2018-06-11 Eric Botcazou <ebotcazou@adacore.com>
368
369 * repinfo.ads (Rep_Value): Use a single line.
370 * repinfo.adb (Rep_Value): Likewise.
371 (List_Attr): Do not use string concatenation.
372
373 2018-06-11 Ed Schonberg <schonberg@adacore.com>
374
375 * exp_unst.adb (Visit_Node): Check reference to formal parameter of
376 current procedure, because the bounds of its type may be uplevel
377 references.
378
379 2018-06-02 Eric Botcazou <ebotcazou@adacore.com>
380
381 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: If this is
382 not a definition, retrieve the expression only if it's a compile-time
383 known value if we are just annotating types.
384
385 * gcc-interface/utils.c (convert): Do not try to upcast properly for a
386 conversion between tagged types in type_annotate_only mode.
387
388 2018-06-02 Eric Botcazou <ebotcazou@adacore.com>
389
390 * gcc-interface/ada-tree.h (TYPE_PADDING_FOR_COMPONENT): New macro.
391 * gcc-interface/decl.c (gnat_to_gnu_component_type): Cache the padding
392 type built for an aliased component with variable size.
393
394 2018-05-31 Pierre-Marie de Rodat <derodat@adacore.com>
395
396 * doc/gnat_ugn/project-manager-figure.png: Delete.
397
398 2018-05-31 Pierre-Marie de Rodat <derodat@adacore.com>
399
400 * vxworks-arm-link.spec, vxworks-e500-link.spec,
401 vxworks-gnat-crtbe-link.spec, vxworks-smp-arm-link.spec,
402 vxworks-smp-e500-link.spec, vxworks-smp-ppc-link.spec,
403 vxworks-smp-x86-link.spec: New files.
404
405 2018-05-31 Pierre-Marie de Rodat <derodat@adacore.com>
406
407 * gnatvsn.adb: Re-center the copyright header.
408 * indepsw-darwin.adb: Adjust the starting copyright year to 2011.
409
410 2018-05-31 Fedor Rybin <frybin@adacore.com>
411
412 * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in
413 gnattest section on user guide.
414
415 2018-05-31 Ed Schonberg <schonberg@adacore.com>
416
417 * sem_res.adb (Resolve_String_Literal): If the type is a string type
418 whose component subtype has a static predicate, ensure that the
419 predicate is applied to each character by expanding the string into the
420 equivalent aggregate. This is also done if the component subtype is
421 constrained.
422
423 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
424
425 * gcc-interface/trans.c (Call_to_gnu): Remove obsolete code.
426
427 2018-05-31 Piotr Trojanek <trojanek@adacore.com>
428
429 * sem_ch6.adb (Check_Missing_Return): Handle procedures with no
430 explicit spec.
431
432 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
433
434 * gcc-interface/trans.c (Call_to_gnu): In the by-reference case, if
435 the type of the parameter is an unconstrained array type, convert
436 to the type of the actual before the type of the formal only if the
437 conversion was suppressed earlier. Use in_param and gnu_actual_type
438 local variables throughout, and uniform spelling for In Out or Out.
439 Also remove dead code in the component-by-reference case.
440
441 2018-05-31 Frederic Konrad <konrad@adacore.com>
442
443 * tracebak.c (STOP_FRAME): Harden condition.
444 (is_return_from, EXTRA_STOP_CONDITION): New helpers for VxWorks in RTP
445 mode.
446
447 2018-05-31 Ed Schonberg <schonberg@adacore.com>
448
449 * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
450 check to a call to a build-in-place function, given that the return
451 object is limited and cannot be copied.
452
453 2018-05-31 Olivier Hainque <hainque@adacore.com>
454
455 * libgnat/s-atopri.ads: Update comment on __atomic_compare_exchange
456 builtins.
457
458 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
459
460 * gcc-interface/trans.c (Call_to_gnu): If this is a function call and
461 there is no target, also create a temporary for the return value for
462 an allocator if the type is an unconstrained record type with default
463 discriminant.
464
465 2018-05-31 Hristian Kirtchev <kirtchev@adacore.com>
466
467 * exp_ch7.adb (Find_Transient_Context): An iteration scheme is a valid
468 boudary for a transient scope.
469
470 2018-05-31 Valentine Reboul <reboul@adacore.com>
471
472 * gnatvsn.ads: Rename "GPL" version to "Community".
473
474 2018-05-31 Ed Schonberg <schonberg@adacore.com>
475
476 * einfo.ads: Improve documentation for the Is_Unsigned_Type entity
477 flag.
478
479 2018-05-31 Piotr Trojanek <trojanek@adacore.com>
480
481 * sem_prag.adb (Analyze_Pragma): Replace call to Unique_Defining_Entity
482 with a semantically equivalent call to Defining_Entity.
483
484 2018-05-31 Piotr Trojanek <trojanek@adacore.com>
485
486 * sem_prag.adb (Analyze_Pragma): Set Etype on the rewritten
487 Max_Queue_Length expression.
488
489 2018-05-31 Sergey Rybin <rybin@adacore.com>
490
491 * doc/gnat_ugn/gnat_and_program_execution.rst: gnatelim does not need
492 that the main unit to be built before the call, now it computes the
493 closure of the main unit itself.
494 * gnat_ugn.texi: Regenerate.
495
496 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
497
498 * repinfo.adb (List_Structural_Record_Layout): Set First to false
499 after having listed the fields of the parent type, if any.
500
501 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
502
503 * gcc-interface/decl.c (gnat_to_gnu_entity) <discrete_type>: Do not
504 deal with the ___XP suffix for packed array types here...
505 <E_Array_Subtype>: ...or here when processing the implementation type
506 but when processing the original type instead. Do not reuse the DECL
507 of the implementation type for the original type. Tidy up.
508
509 2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
510
511 * einfo.ads (Object_Size_Clause): Declare.
512 * einfo.adb (Object_Size_Clause): New function.
513 * gcc-interface/utils.c (maybe_pad_type): Test Has_Size_Clause before
514 retrieving Size_Clause and post the warning on the object size clause
515 if Has_Object_Size_Clause is true.
516
517 2018-05-31 Javier Miranda <miranda@adacore.com>
518
519 * sem_util.ads, sem_util.adb (Find_Primitive_Eq): New subprogram.
520 * exp_ch4.adb (Expand_Composite_Equality): Use the new subprogram
521 Find_Primitive_Eq to search for the primitive of types whose underlying
522 type is a tagged type.
523
524 2018-05-31 Yannick Moy <moy@adacore.com>
525
526 * sem_prag.adb (Analyze_Pragma.Check_Loop_Pragma_Placement): Inverse
527 order of treatment between nodes recognized as loop pragmas (or
528 generated from one) and block statements.
529
530 2018-05-31 Doug Rupp <rupp@adacore.com>
531
532 * libgnat/s-osprim__posix2008.adb (Clock): Implement using
533 clock_gettime.
534
535 2018-05-31 Ed Schonberg <schonberg@adacore.com>
536
537 * exp_unst.ads, exp_unst.adb (In_Synchronized_Unit): New predicate to
538 mark subprograms that cannot be eliminated because they must be treated
539 as reachable from outside the current unit. This includes entry bodies
540 and protected operations.
541
542 2018-05-31 Ed Schonberg <schonberg@adacore.com>
543
544 * exp_ch4.adb (Expand_Modular_Addition, Expand_Modular_Subtraction):
545 Convert all operands of the generated code to Standard.Unsigned, to
546 prevent spurious visibility errors. This is needed when the generated
547 expansion involves a modular index type of an array type, and the index
548 type is not immediately visible.
549
550 2018-05-30 Piotr Trojanek <trojanek@adacore.com>
551
552 * einfo.ads (Package_Instantiation): Update comment after a routine
553 that uses this field has been renamed.
554
555 2018-05-30 Ed Schonberg <schonberg@adacore.com>
556
557 * exp_ch11.adb (Replace_Raise_By_Goto): The transfomation is legal even
558 if the local raise statement includes a string expression. This
559 expression might be picked up by an outer handler or discarded, but
560 plays no role in this transformation.
561
562 2018-05-30 Hristian Kirtchev <kirtchev@adacore.com>
563
564 * exp_aggr.adb, exp_unst.adb, freeze.adb, libgnat/a-direct.adb: Minor
565 reformatting.
566
567 2018-05-30 Ed Schonberg <schonberg@adacore.com>
568
569 * exp_unst.adb (Visit_Node): Handle the semantic Procedure_To_Call
570 field in relevant nodes: Allocate, Free, and return statements.
571
572 2018-05-30 Ed Schonberg <schonberg@adacore.com>
573
574 * exp_unst.adb (Visit_Node): Do not traverse a Component_Association
575 that has not been analyzed, as will be the case for a nested aggregate
576 that is expanded into individual assignments.
577
578 2018-05-30 Justin Squirek <squirek@adacore.com>
579
580 * aspects.adb, aspects.ads: Register new aspect.
581 * par-prag.adb (Prag): Register new pragma.
582 * sem_ch13.adb (Analyze_Aspect_Specifications): Add processing for new
583 aspect similar to Aspect_Max_Queue_Length.
584 * sem_prag.adb, sem_prag.ads (Analyze_Pragma): Register new pragma and
585 set it to use the same processing as Pragma_Max_Queue_Length.
586 * snames.ads-tmpl: Move definition of Name_Max_Entry_Queue_Depth so
587 that it can be processed as a pragma in addition to a restriction and
588 add an entry for the pragma itself.
589
590 2018-05-30 Ed Schonberg <schonberg@adacore.com>
591
592 * freeze.adb (Freeze_Object_Declaration): A pragma Thread_Local_Storage
593 is now legal on a variable of composite type initialized with an
594 aggregate that is fully static and requires no elaboration code.
595 * exp_aggr.adb (Convert_To_Positional): Recognize additional cases of
596 nested aggregates that are compile-time static, so they can be used to
597 initialize variables declared with Threqd_Local_Storage.
598 * doc/gnat_rm/implementation_defined_pragmas.rst: Add documentation on
599 Thread_Local_Storage.
600 * gnat_rm.texi: Regenerate.
601
602 2018-05-30 Yannick Moy <moy@adacore.com>
603
604 * sem_util.adb (Policy_In_Effect): Take into account CodePeer and
605 GNATprove modes.
606
607 2018-05-30 Justin Squirek <squirek@adacore.com>
608
609 * libgnat/a-direct.adb, libgnat/a-direct.ads (Name_Case_Equivalence):
610 Add implementation.
611 (Start_Search): Modify to use Start_Search_Internal
612 (Start_Search_Internal): Add to break out an extra flag for searching
613 case insensative due to the potential for directories within the same
614 OS to allow different casing schemes.
615 * sysdep.c (__gnat_name_case_equivalence): Add as a default fallback
616 for when the more precise solution fails.
617
618 2018-05-30 Hristian Kirtchev <kirtchev@adacore.com>
619
620 * checks.adb, exp_ch5.adb, exp_ch7.adb, exp_unst.adb, sem_eval.adb:
621 Minor reformatting.
622
623 2018-05-30 Pascal Obry <obry@adacore.com>
624
625 * libgnat/g-comlin.ads (Value_Callback, Define_Switch): New.
626 * libgnat/g-comlin.adb: Add corresponding implementation.
627
628 2018-05-30 Gary Dismukes <dismukes@adacore.com>
629
630 * sem_res.adb, sem_util.adb: Fix several typos.
631
632 2018-05-30 Olivier Hainque <hainque@adacore.com>
633
634 * vx_crtbegin_attr.c (CTOR_ATTRIBUTE, DTOR_ATTRIBUTE): Empty.
635 (eh_registration_ctors, eh_registration_tors): New static variables,
636 forced in a .ctors/.dtors section, respectively, with priority.
637
638 2018-05-30 Bob Duff <duff@adacore.com>
639
640 * aspects.ads, contracts.adb, exp_util.adb, expander.adb, expander.ads,
641 freeze.adb, inline.adb, lib-xref.adb, sem.ads, sem_aggr.adb,
642 sem_attr.adb, sem_ch13.adb, sem_ch3.adb, sem_ch5.adb, sem_ch6.adb,
643 sem_ch8.adb, sem_dim.adb, sem_elab.adb, sem_res.adb, sem_res.ads,
644 sinfo.ads: Spell preanalysis, preanalyze correctly.
645
646 2018-05-30 Bob Duff <duff@adacore.com>
647
648 * libgnat/g-sestin.ads: Rework documentation comments.
649
650 2018-05-30 Piotr Trojanek <trojanek@adacore.com>
651
652 * errout.adb, exp_aggr.adb, exp_ch7.adb, exp_util.adb, lib.adb,
653 sem_ch13.adb, sem_ch4.adb, sem_res.adb, sem_util.adb
654 (Has_Original_Node): Refactor to use Is_Rewrite_Substitution.
655
656 2018-05-30 Piotr Trojanek <trojanek@adacore.com>
657
658 * sem_prag.adb (Analyze_Pragma): Remove conjuncts that are always true.
659
660 2018-05-30 Hristian Kirtchev <kirtchev@adacore.com>
661
662 * sem_util.adb (Is_Atomic_Object): Cleaned up. Split the entity logic
663 in a separate routine.
664 (Is_Atomic_Object_Entity): New routine.
665 (Is_Atomic_Prefix): Cleaned up.
666 (Is_Synchronized_Object): Check that the object is atomic, or its type
667 is atomic.
668 (Object_Has_Atomic_Components): Removed.
669 * sem_util.ads (Is_Atomic_Object): Reword the comment on usage.
670 (Is_Atomic_Object_Entity): New routine.
671
672 2018-05-30 Ed Schonberg <schonberg@adacore.com>
673
674 * sem_ch3.adb (Access_Subprogram_Declaration): The flag
675 Needs_Activation_Record is only needed on a subprogram type, not on a
676 pointer to such.
677 * sem_res.adb (Resolve_Selected_Component): If the context type and the
678 component type are anonymous access to subprograms, use the component
679 type to obtain the proper value of Needs_Activation_Record flag for the
680 expression.
681
682 2018-05-30 Eric Botcazou <ebotcazou@adacore.com>
683
684 * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Add
685 comment about the memset case.
686
687 2018-05-30 Bob Duff <duff@adacore.com>
688
689 * exp_ch5.adb (Expand_Formal_Container_Element_Loop): Remove the code
690 to analyze the Elmt_Decl, because it gets analyzed in the wrong scope.
691 We need to analyze it as part of analyzing the block, so that if the
692 call to Element that initializes Elmt_Decl returns on the secondary
693 stack, the block will ss_mark/ss_release. This block is inside the
694 loop; we don't want to leak memory until the loop exits. The purpose
695 of analyzing Elmt_Decl first was to catch the error of modifying it,
696 which is illegal because it's a loop parameter. The above causes us to
697 miss that error. Therefore, we add a flag Is_Loop_Parameter, and set
698 it on the Element entity, so we end up with an E_Variable node with the
699 flag set.
700 * einfo.ads, einfo.adb (Is_Loop_Parameter): New flag.
701 * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Give the "assignment to loop
702 parameter not allowed" error if Is_Loop_Parameter.
703 * sem_util.adb (Is_Variable): Return False if Is_Loop_Parameter, to
704 trigger the call to Diagnose_Non_Variable_Lhs.
705
706 2018-05-30 Arnaud Charlet <charlet@adacore.com>
707
708 * checks.adb (Apply_Scalar_Range_Check):
709 * sem_eval.adb (Check_Non_Static_Context, Out_Of_Range): Ignore out of
710 range values for System.Priority in CodePeer mode since the actual
711 target compiler may provide a wider range.
712
713 2018-05-30 Ed Schonberg <schonberg@adacore.com>
714
715 * exp_unst.adb: Search specification of main unit as well, for
716 unnesting.
717
718 2018-05-30 Ed Schonberg <schonberg@adacore.com>
719
720 * exp_ch7.adb (Check_Unnesting_Elaboration_Code): The statement part of
721 a package body that is a compilation unit may contain blocks that
722 declare local subprograms. In Subprogram_Unnesting Mode such
723 subprograms must be handled as nested inside the (implicit) elaboration
724 procedure that executes that statement part. To handle properly uplevel
725 references we construct that subprogram explicitly, to contain blocks
726 and inner subprograms, The statement part of the compilation unit
727 becomes a call to this subprogram. This is only done if blocks are
728 present in the statement list of the body.
729
730 2018-05-30 Bob Duff <duff@adacore.com>
731
732 * exp_ch7.adb: Minor comment fix.
733
734 2018-05-30 Ed Schonberg <schonberg@adacore.com>
735
736 * exp_unst.adb (Visit_Node): Handle properly subprogram instantiations
737 that have no corresponding body and appear as attributes of the
738 corresponding wrapper package declaration.
739 (Register_Subprogram): New subprogram, used for subprogram bodies and
740 for subprogram instantiations to enter callable entity into Subp table.
741
742 2018-05-30 Hristian Kirtchev <kirtchev@adacore.com>
743
744 * libgnat/s-secsta.adb: Reimplement the secondary stack support.
745 * libgnat/s-secsta.ads: Update the documentation of all routines in the
746 public part of the package. Reimplement the private part of the
747 package to account for the new secondary stack structure. Add types
748 and subprograms for testing purposes. Add several documentation
749 sections.
750
751 2018-05-30 Hristian Kirtchev <kirtchev@adacore.com>
752
753 * exp_aggr.adb, exp_ch3.adb, exp_ch4.adb, exp_ch7.adb, exp_unst.adb,
754 exp_util.adb, exp_util.ads, libgnat/a-calcon.adb, libgnat/a-calcon.ads,
755 libgnat/s-os_lib.adb, repinfo.adb, sem_ch3.adb, sem_disp.adb,
756 sem_disp.ads, sem_util.adb: Minor reformatting.
757
758 2018-05-30 Arnaud Charlet <charlet@adacore.com>
759
760 * gcc-interface/Makefile.in: Move special flags for Ada runtime files
761 from here...
762 * Makefile.rtl: ... to here. Update comments. Protect call to
763 "GCC_FOR_TARGET" in case target_os isn't defined.
764
765 2018-05-30 Arnaud Charlet <charlet@adacore.com>
766
767 * gcc-interface/Makefile.in: Move target pair settings from here...
768 * Makefile.rtl: ... to here.
769 (setup-rts): New target.
770
771 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
772
773 * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
774 List of All Switches): Replace "modules" with "units".
775 (Subprogram Inlining Control): Likewise.
776 * gnat_ugn.texi: Regenerate.
777 * usage.adb (Usage): Fix description of -gnatn switch.
778
779 2018-05-29 Arnaud Charlet <charlet@adacore.com>
780
781 * gcc-interface/Makefile.in: Fix typos.
782
783 2018-05-29 Ed Schonberg <schonberg@adacore.com>
784
785 * exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
786 the finalizer procedure in the At_End handler, for use in LLVM
787 generation.
788
789 2018-05-29 Javier Miranda <miranda@adacore.com>
790
791 * exp_ch4.adb (Expand_N_Op_Eq, Expand_Composite_Equality): Use the new
792 subprogram Inherits_From_Tagged_Full_View to identify more reliably
793 untagged private types completed with a derivation of an untagged
794 private whose full view is a tagged type.
795 * sem_util.ads, sem_util.adb (Inherits_From_Tagged_Full_View): New
796 subprogram.
797 (Collect_Primitive_Operations): Handle untagged private types completed
798 with a derivation of an untagged private type whose full view is a
799 tagged type. In such case, collecting the list of primitives we may
800 find two equality primitives: one associated with the untagged private
801 and another associated with the ultimate tagged type (and we must
802 remove from the returned list this latter one).
803
804 2018-05-29 Ed Schonberg <schonberg@adacore.com>
805
806 * exp_unst.adb (Visit_Node): Handle statement sequences that include an
807 At_End handler.
808
809 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
810
811 * repinfo.adb (List_Entities): Also recurse into blocks without label.
812
813 2018-05-29 Ed Schonberg <schonberg@adacore.com>
814
815 * exp_ch6.adb (Expand_N_Subprogram_Body): Do not generate push/pop for
816 exceptions if subprogram unnesting is in effect, because these branch
817 nodes are relevant only in the presence of nested subprograms.
818
819 2018-05-29 Ed Schonberg <schonberg@adacore.com>
820
821 * libgnat/s-fatgen.adb (Succ, Pred): Raise Constraint_Error
822 unconditionally when applied to the largest positive (resp. largest
823 negative) value of a floating-point type.
824
825 2018-05-29 Ed Schonberg <schonberg@adacore.com>
826
827 * einfo.ads, einfo.adb: Clarify use of Activation_Record_Component:
828 discriminants and exceptions are never components of such. The flag
829 Needs_Activation_Record is set on subprogram types, not on access to
830 them.
831
832 2018-05-29 Ed Schonberg <schonberg@adacore.com>
833
834 * sem_ch3.adb: Set scope of component of subtype.
835
836 2018-05-29 Ed Schonberg <schonberg@adacore.com>
837
838 * exp_unst.adb (Visit_Node): Exclude selected components whose prefix
839 carry no type. Such selected components appear in unit names that are
840 child units, both in the specification and possibly in an end label for
841 the unit, and they do not contain any relevant uplevel references.
842
843 2018-05-29 Arnaud Charlet <charlet@adacore.com>
844
845 * libgnat/a-calend.ads, libgnat/a-calend.adb (Epoch_Offset): Make it a
846 function.
847
848 2018-05-29 Olivier Hainque <hainque@adacore.com>
849
850 * libgnat/system-vxworks7-ppc-rtp.ads: New file.
851 * libgnat/system-vxworks7-ppc-kernel.ads: New file.
852 * libgnat/system-vxworks7-e500-rtp.ads: New file.
853 * libgnat/system-vxworks7-e500-kernel.ads: New file.
854 * libgnat/system-vxworks7-x86-rtp.ads: New file.
855 * libgnat/system-vxworks-ppc64-kernel.ads: Rename as ...
856 * libgnat/system-vxworks7-ppc64-kernel.ads: and adjust name of
857 gnat-crtbe link spec to use the vx7 variant.
858
859 2018-05-29 Olivier Hainque <hainque@adacore.com>
860
861 * vx_crtbegin.inc: Use a consistent naming convention for the
862 registration/deregistration functions across RTP or kernel. Remove the
863 ctor/dtor attribute setting based on RTP/kernel, expect the optional
864 attribute extension to be provided by includers instead.
865 * vx_crtbegin.c: Mere inclusion of vx_crtbegin.inc with empty attribute
866 extension for the registration/deregistration functions.
867 * vx_crtbegin_attr.c: New file. Include vx_crtbegin.inc with explicit
868 constructor/destructor attribute extensions.
869 * vx_crtbegin_array.c: New file. Include vx_crtbegin.inc with empty
870 attribute extensions and declare _ctors/_dtors arrays.
871 * vx_crtbegin_auto.c: Remove.
872 * libgnat/system-vxworks7-aarch64-rtp-smp.ads: Use
873 vxworks7-gnat-crtbe-link.spec.
874 * libgnat/system-vxworks7-aarch64.ads: Likewise.
875 * libgnat/system-vxworks7-e500-rtp-smp.ads: Likewise.
876 * libgnat/system-vxworks7-ppc-rtp-smp.ads: Likewise.
877 * libgnat/system-vxworks7-ppc64-rtp-smp.ads: Likewise.
878 * libgnat/system-vxworks7-x86-kernel.ads: Likewise.
879 * libgnat/system-vxworks7-x86-rtp-smp.ads: Likewise.
880 * libgnat/system-vxworks7-x86_64-kernel.ads: Likewise.
881 * libgnat/system-vxworks7-x86_64-rtp-smp.ads: Likewise.
882
883 2018-05-29 Piotr Trojanek <trojanek@adacore.com>
884
885 * ali.adb: Minor reformatting.
886
887 2018-05-29 Joel Brobecker <brobecker@adacore.com>
888
889 * doc/gnat_ugn/platform_specific_information.rst: Update package
890 requirements for 32bit GNAT on x86_64-linux.
891 * gnat_ugn.texi: Regenerate.
892
893 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
894
895 * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Debugging
896 Control): Adjust description of -gnatRj.
897 * gnat_ugn.texi: Regenerate.
898 * opt.ads (List_Representation_Info_To_JSON): Likewise.
899 * repinfo.adb (List_Rep_Info): Do not automatically create a file
900 if List_Representation_Info_To_JSON is true.
901 * switch-c.adb (Scan_Front_End_Switches) <R>: Remove incompatibility
902 check between -gnatRj and -gnatRs.
903 * usage.adb (Usage): Adjust description of -gnatRj.
904
905 2018-05-29 Pascal Obry <obry@adacore.com>
906
907 * libgnat/s-os_lib.adb (Normalize_Pathname): Fix handling of ".." in
908 the root directory.
909
910 2018-05-29 Pascal Obry <obry@adacore.com>
911
912 * libgnat/s-os_lib.adb: Minor reformatting.
913
914 2018-05-29 Doug Rupp <rupp@adacore.com>
915
916 * libgnat/a-calend.adb (Epoch_Offset): Move from body to ...
917 * libgnat/a-calend.ads (Epoch_Offset): to private part of spec
918 * libgnat/a-calcon.ads (To_Unix_Nano_Time): New function spec.
919 * libgnat/a-calcon.adb (To_Unix_Nano_Time): New function body.
920
921 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
922
923 * repinfo.ads (JSON format): Document new pair for components.
924 * repinfo.adb (Derived_Discriminant): New function.
925 (List_Structural_Record_Layout): Add Outer_Ent parameter and pass it
926 in recursive calls. If the record type is the parent of an extension,
927 find and list the derived discriminant from the extension, if any.
928 (List_Component_Layout): List the Discriminant_Number in JSON mode.
929 (List_Record_Info): Adjust call to List_Structural_Record_Layout.
930
931 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
932
933 * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Alphabetical
934 List of All Switches): Document -gnatRj.
935 (Debugging Control): Likewise.
936 * gnat_ugn.texi: Regenerate.
937 * opt.ads (List_Representation_Info_To_JSON): New boolean variable.
938 * osint-c.adb (Create_Repinfo_File): Use the .json instead of .rep
939 extension if List_Representation_Info_To_JSON is true.
940 * repinfo.ads: Document the JSON output format.
941 * repinfo.adb (List_Location): New procedure.
942 (List_Array_Info): Add support for JSON output.
943 (List_Entities): Likewise.
944 (Unop): Likewise.
945 (Binop): Likewise.
946 (Print_Expr): Likewise.
947 (List_Linker_Section): Likewise.
948 (List_Mechanisms): Likewise.
949 (List_Name): Likewise.
950 (List_Object_Info): Likewise.
951 (List_Record_Info): Likewise.
952 (List_Component_Layout): Likewise. Add Indent parameter.
953 (List_Structural_Record_Layout): New procedure.
954 (List_Attr): Add support for JSON output.
955 (List_Type_Info): Likewise.
956 (Write_Unknown_Val): Likewise.
957 * switch-c.adb (Scan_Front_End_Switches) <R>: Deal with 'j'.
958 * usage.adb (Usage): List -gnatRj.
959
960 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
961
962 * repinfo.adb (List_Component_Layout): New procedure extracted from...
963 (List_Record_Layout): ...here. Invoke it.
964
965 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
966
967 * repinfo.adb (Write_Unknown_Val): New procedure.
968 (List_GCC_Expression): Call it.
969 (List_Record_Layout): Likewise.
970 (Write_Val): Likewise.
971
972 2018-05-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
973
974 * exp_ch4.adb (Expand_N_Op_Abs): Clear Do_Overflow_Check when inserting
975 code to do check.
976
977 2018-05-29 Arnaud Charlet <charlet@adacore.com>
978
979 * lib-writ.adb (Write_ALI): Do not use new function from s-casuti yet.
980 This breaks build of cross compilers with older versions of GNAT, so
981 better avoid it.
982
983 2018-05-29 Doug Rupp <rupp@adacore.com>
984
985 * libgnarl/s-taprop.ads (Monotonic_Clock): Refine documentation to
986 reflect reality.
987
988 2018-05-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
989
990 * exp_ch4.adb (Expand_N_Op_Abs): Always do range check against 'First.
991
992 2018-05-29 Eric Botcazou <ebotcazou@adacore.com>
993
994 * repinfo.adb (List_Entities): Do not list the Linker_Section for
995 subprograms here...
996 (List_Mechanisms): ...but here instead. Use consistent name output
997 and formatting conventions.
998
999 2018-05-29 Bob Duff <duff@adacore.com>
1000
1001 * lib-writ.adb (Write_ALI): Cleanup: avoid use of global var; call new
1002 To_Lower function.
1003 * libgnat/s-casuti.ads, libgnat/s-casuti.adb (To_Upper, To_Lower,
1004 To_Mixed): New functions.
1005 * osint.adb: Cleanup: use Is_Directory_Separator, which correctly
1006 allows both '\' and '/' on Windows.
1007
1008 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1009
1010 * repinfo.ads: Minor fixes and tweaks in comments.
1011
1012 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1013
1014 * repinfo.adb (List_GCC_Expression): Remove Valop and replace calls to
1015 it with calls to Unop.
1016
1017 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1018
1019 * repinfo.ads (TCode): Adjust range.
1020 (Truth_Andif_Expr): Remove.
1021 (Truth_Orif_Expr): Likewise.
1022 (Truth_And_Expr .. Dynamic_Val): Adjust value.
1023 * repinfo.adb (Print_Expr): Remove handling of Truth_{And,Or}if_Expr.
1024 (Rep_Value): Likewise.
1025 * repinfo.h (Truth_Andif_Expr): Remove.
1026 (Truth_Orif_Expr): Likewise.
1027 (Truth_And_Expr .. Dynamic_Val): Adjust value.
1028 * gcc-interface/decl.c (annotate_value) <TRUTH_ANDIF_EXPR>: Fall
1029 through to TRUTH_AND_EXPR case.
1030 <TRUTH_ORIF_EXPR>: Fall through to TRUTH_OR_EXPR case.
1031
1032 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1033
1034 * exp_unst.adb (Visit_Node): For indexed components and attribute
1035 references, examine index expressions or associated expressions as well
1036 to record uplevel references.
1037 (Vist_Node): For function and procedure calls, if a formal is an
1038 unconstrained array and the actual is constrained, check whether bounds
1039 of actual have uplevel references.
1040
1041 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1042
1043 * einfo.ads, einfo.adb: Exceptions can be uplevel references, and thus
1044 they can appear as components of activation records.
1045 * exp_unst.adb (Visit_Node): A reference to an exception may be an
1046 uplevel reference.
1047
1048 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1049
1050 * exp_ch4.adb (Expand_Composite_Equality): Compute whether the size
1051 depends on a discriminant manually instead of using the predicate
1052 Size_Depends_On_Discriminant in the array type case.
1053
1054 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1055
1056 * exp_unst.adb (Check_Static_Type): For a record subtype, check
1057 discriminant constraints as well.
1058 (Visit_Node): For a selected component, check type of prefix, as is
1059 done for indexed components and slices.
1060
1061 2018-05-28 Javier Miranda <miranda@adacore.com>
1062
1063 * exp_ch4.adb (Real_Range_Check): Add a temporary to store the integer
1064 value when converting a float value to a fixed-point value. This is
1065 required for CCG because it handles fixed-point types by means of
1066 unsigned integer type variables. The range check is now performed using
1067 the integer value stored in this temporary.
1068
1069 2018-05-28 Yannick Moy <moy@adacore.com>
1070
1071 * sem_util.adb (Is_OK_Volatile_Context): Add attributes First, Last and
1072 Length as valid non-interfering contexts for SPARK.
1073
1074 2018-05-28 Claire Dross <dross@adacore.com>
1075
1076 * sem_disp.ads, sem_disp.adb (Inheritance_Utilities): Package for
1077 generic inheritance utilities.
1078 (Generic_Inherited_Subprograms): Generic version of
1079 Inherited_Subprograms, generic in Find_Dispatching_Type function.
1080 (Generic_Is_Overriding_Subprogram): Generic version of
1081 Is_Overriding_Subprogram, generic in Find_Dispatching_Type function.
1082 (Inherited_Subprograms): Instance of Generic_Inherited_Subprograms with
1083 Sem_Disp.Find_Dispatching_Type.
1084 (Is_Overriding_Subprogram): Instance of
1085 Generic_Is_Overriding_Subprogram with Sem_Disp.Find_Dispatching_Type.
1086 (Inheritance_Utilities_Inst): Instance of Inheritance_Utilities
1087 with Sem_Disp.Find_Dispatching_Type.
1088
1089 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1090
1091 * exp_ch4.adb (Expand_Composite_Equality): For a composite (or FP)
1092 component type, do not expand array equality using the unconstrained
1093 base type, except for the case where the bounds of the type depend on a
1094 discriminant.
1095
1096 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1097
1098 * einfo.ads, einfo.adb (Needs_Activation_Record): New flag on
1099 access-to-subprogram types, to indicate that an indirect call through
1100 such a type requires an activation record when compiling for LLVM.
1101 * sem_ch3.adb (Access_Subprogram_Declaration): Set new flag as needed.
1102
1103 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1104
1105 * exp_ch4.adb (Real_Range_Check): Specialize float-to-fixed conversions
1106 when bounds of fixed type are static, to remove some spuerfluous
1107 implicit conversions and provide an accurate result when converting
1108 back and forth between the fixed point type and a floating point type.
1109
1110 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1111
1112 * exp_unst.adb (Unnest_Subprogram): Prevent creation of empty
1113 activation records.
1114
1115 2018-05-28 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1116
1117 * exp_unst.adb (Check_Static_Type): Add argument to indicate node to be
1118 replaced, if any; all callers changed.
1119 (Note_Uplevel_Ref): Likewise. Also replace reference to deferred
1120 constant with private view so we take the address of that entity.
1121 (Note_Uplevel_Bound): Add argument to indicate node to be replaced, if
1122 any; all callers changed. Handle N_Indexed_Component like
1123 N_Attribute_Reference. Add N_Type_Conversion case.
1124 (Visit_Node): Indexed references can be uplevel if the type isn't
1125 static.
1126 (Unnest_Subprograms): Don't rewrite if no reference given. If call has
1127 been relocated, set first_named pointer in original node as well.
1128
1129 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1130
1131 * exp_aggr.adb (Flatten): Copy tree of expression in a component
1132 association with a range or a set of discrete choices, rather than
1133 relocating the node. This avoids inconsistencies in the tree when
1134 handling nested subprograms with uplevel references for LLVM.
1135
1136 2018-05-28 Arnaud Charlet <charlet@adacore.com>
1137
1138 * exp_util.adb (Possible_Bit_Aligned_Component): Always return False in
1139 codepeer mode.
1140
1141 2018-05-28 Arnaud Charlet <charlet@adacore.com>
1142
1143 * exp_unst.adb: Fix typo.
1144
1145 2018-05-28 Bob Duff <duff@adacore.com>
1146
1147 * libgnat/a-convec.adb (Query_Element): Minor cleanup: remove an
1148 unnecessary use of 'Unrestricted_Access.
1149
1150 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
1151
1152 * repinfo.adb (Expr_Value_S): New routine.
1153 (List_Linker_Section): Properly extract the value of the section
1154 argument.
1155
1156 2018-05-28 Patrick Bernardi <bernardi@adacore.com>
1157
1158 * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update the
1159 description of the -D binder switch to reflect current usage.
1160 * gnat_ugn.texi: Regenerate.
1161
1162 2018-05-28 Gary Dismukes <dismukes@adacore.com>
1163
1164 * exp_ch3.adb: Minor reformatting
1165
1166 2018-05-28 Justin Squirek <squirek@adacore.com>
1167
1168 * exp_ch3.adb
1169 (Build_Initialization_Call): Add logic to pass the appropriate actual to match
1170 new formal.
1171 (Init_Formals): Add new formal *_skip_null_excluding_check
1172 * exp_util.adb, exp_util.ads
1173 (Enclosing_Init_Proc): Added to fetch the enclosing Init_Proc from the current
1174 scope.
1175 (Inside_Init_Proc): Refactored to use Enclosing_Init_Proc
1176 (Needs_Conditional_Null_Excluding_Check): Added to factorize the predicate
1177 used to determine how to generate an Init_Proc for a given type.
1178 (Needs_Constant_Address): Minor reformatting
1179 * sem_res.adb
1180 (Resolve_Null): Add logic to generate a conditional check in certain cases
1181
1182 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
1183
1184 * exp_aggr.adb, gnatlink.adb, sem_ch6.adb, sem_res.adb, sem_util.adb:
1185 Minor reformatting.
1186
1187 2018-05-28 Hristian Kirtchev <kirtchev@adacore.com>
1188
1189 * sem_prag.adb (Process_Atomic_Independent_Shared_Volatile): Include
1190 the declarations of single concurrent types because they fall in the
1191 category of full type and object declarations.
1192
1193 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1194
1195 * repinfo.adb (Compute_Max_Length): Skip _Parent component.
1196 (List_Record_Layout): Likewise.
1197
1198 2018-05-28 Ed Schonberg <schonberg@adacore.com>
1199
1200 * sem_util.adb (Is_Function_Result): Add a warning if a postcondition
1201 includes a call to function to which it applies. This may mean an
1202 omission of an attribute reference 'Result, in particular if the
1203 function is pqrameterless.
1204
1205 2018-05-28 Justin Squirek <squirek@adacore.com>
1206
1207 * sem_ch8.adb (Find_Expanded_Name): Add extra guard to make sure the
1208 misresolved package name is not a case of mistaken identity.
1209
1210 2018-05-28 Yannick Moy <moy@adacore.com>
1211
1212 * sem_res.adb (Resolve_Range): Re-resolve the low bound of a range in
1213 GNATprove mode, as the order of resolution (low then high) means that
1214 all the information is not available when resolving the low bound the
1215 first time.
1216
1217 2018-05-28 Eric Botcazou <ebotcazou@adacore.com>
1218
1219 * repinfo.adb (List_Array_Info): Start with an explicit blank line and
1220 end with the linker section, if any.
1221 (List_Entities): Do not output the linker section for record types,
1222 array types and variables.
1223 (Print_Expr): Factor out common processing for unary operators and
1224 special values. Adjust and reorder the various cases.
1225 (List_Object_Info): End with the linker section, if any.
1226 (List_Record_Info): Likewise.
1227 (List_Type_Info): Do not start with a blank line.
1228
1229 2018-05-25 Nicolas Roche <roche@adacore.com>
1230
1231 * libgnat/s-valrea.adb (Scan_Real): Abort computation once it is sure
1232 that the result will be either -infinite or +infinite.
1233
1234 2018-05-25 Patrick Bernardi <bernardi@adacore.com>
1235
1236 * libgnat/s-parame.ads, libgnat/s-parame__vxworks.ads,
1237 libgnat/s-parame__ae653.ads, libgnat/s-parame__hpux.ads (Size_Type):
1238 Expand range of type to match the address space of the target.
1239 (Task_Storage_Size): Remove unused type.
1240
1241 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1242
1243 * sem_res.adb (Set_Mixed_Mode_Operand): If the operand is an expression
1244 of a fixed point type and the parent is a multiplying operation,
1245 resolve the operand with its own type because the context will impose a
1246 resulting type on the result of the multiplication by means of
1247 approriate conversion.
1248
1249 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
1250
1251 * exp_ch3.adb (Default_Initialize_Object): Ensure that the analysis of
1252 the in-place initialization aggregate created for pragmas
1253 Initialize_Scalars or Normalize_Scalars is performed with checks
1254 suppressed.
1255
1256 2018-05-25 Arnaud Charlet <charlet@adacore.com>
1257
1258 * exp_aggr.adb (Convert_To_Positional): Bump default for
1259 Max_Others_Replicate to 32. Update comments.
1260 * osint.ads (Unknown_Attributes): No longer pretend this is a constant.
1261 (No_File_Info_Cache): Initialize separately.
1262 * osint.adb (No_File_Info_Cache): Update initializer.
1263
1264 2018-05-25 Javier Miranda <miranda@adacore.com>
1265
1266 * sem_res.adb (Resolve_Membership_Op): Allow the use of the membership
1267 test when the left operand is a class-wide interface and the right
1268 operand is not a class-wide type.
1269 * exp_ch4.adb (Tagged_Membership): Adding support for interface as the
1270 left operand.
1271
1272 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1273
1274 * exp_aggr.adb (Flatten): A quantified expression cannot be duplicated
1275 in an others clause to prevent visibility issues with the generated
1276 loop variable.
1277 (Component_OK_For_Backend): Return false for a quantified expression.
1278 (Check_Static_Component): Ditto.
1279
1280 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
1281
1282 * libgnat/s-secsta.adb (SS_Allocate): Reimplemented.
1283 (SS_Allocate_Dynamic): New routine. The allocation logic is now split
1284 into three distring cases rather than in one loop which attempts to
1285 handle all three cases. This rewrite eliminates an issue where the last
1286 frame of the stack cannot be freed, thus causing the memory range of a
1287 new frame to approach the overflow point of the memory index type.
1288 Since the overflow is logically treated as a
1289 too-much-memory-on-the-stack scenario, it causes a bogus Storage_Error.
1290 (SS_Allocate_Static): New routine. The routine factorizes the static
1291 secondary stack-related code from the former SS_Allocate.
1292
1293 2018-05-25 Sergey Rybin <rybin@adacore.com>
1294
1295 * doc/gnat_ugn/gnat_and_program_execution.rst: Add description of '-U'
1296 option for gnatelim.
1297
1298 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1299
1300 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not create
1301 Class_Wide_Clone_Body when analyzing a subprogram_body_stub: the clone
1302 is created when the proper body of the stub is analyzed.
1303 * sem_util.adb (ZBuild_Class_Wide_Clone_Body): If the subprogram body
1304 is the proper body of a subunit, the cloned body must be inserted in
1305 the declarative list that contains the stub.
1306
1307 2018-05-25 Justin Squirek <squirek@adacore.com>
1308
1309 * exp_ch6.adb (Expand_Simple_Function_Return): Add guard in check to
1310 generate code for 6.5(8-10) so that we don't get an assertion error
1311 when dealing with an incomplete return type.
1312
1313 2018-05-25 Arnaud Charlet <charlet@adacore.com>
1314
1315 * pprint.adb (Expression_Name): Strip too long expressions to avoid
1316 carrying very large strings.
1317
1318 2018-05-25 Patrick Bernardi <bernardi@adacore.com>
1319
1320 * switch-b.adb (Scan_Binder_Switches): binder switch -Q accepts Natural
1321 numbers.
1322
1323 2018-05-25 Doug Rupp <rupp@adacore.com>
1324
1325 * tracebak.c (aarch64-linux): Implement.
1326
1327 2018-05-25 Justin Squirek <squirek@adacore.com>
1328
1329 * sem_ch8.adb: Minor reformatting.
1330
1331 2018-05-25 Piotr Trojanek <trojanek@adacore.com>
1332
1333 * sem_util.adb (Iterate_Call_Parameters): Fix code convention and
1334 assertions.
1335
1336 2018-05-25 Hristian Kirtchev <kirtchev@adacore.com>
1337
1338 * einfo.adb, einfo.ads, exp_ch3.adb, exp_ch8.adb, exp_unst.adb,
1339 pprint.adb, sem_ch12.adb, sem_ch3.adb, sem_prag.adb, sem_util.adb:
1340 Minor reformatting.
1341
1342 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1343
1344 * sem_ch12.adb (Instance_Exists): New function, subsidiary of
1345 Validate_Derived_Type_Instance, to verify that all interfaces
1346 implemented by the formal type are also implemented by the actual. The
1347 verification is complicated when an interface of the formal is declared
1348 in a generic unit and the actual is declared in an instance of it.
1349 There is currently no mechanism to relate an interface declared within
1350 a generic to the corresponding interface in an instance, so we must
1351 traverse the list of interfaces of the actual, looking for a name
1352 match, and verifying that that interface is declared in an instance.
1353
1354 2018-05-25 Piotr Trojanek <trojanek@adacore.com>
1355
1356 * sem_util.adb (Iterate_Call_Parameters): Rewrite with extra
1357 assertions; replace function versions of Next_Formal/Next_Actual with
1358 their procedural versions (which are more concise).
1359
1360 2018-05-25 Doug Rupp <rupp@adacore.com>
1361
1362 * libgnarl/s-osinte__aix.ads, libgnarl/s-osinte__android.ads,
1363 libgnarl/s-osinte__darwin.ads, libgnarl/s-osinte__freebsd.ads,
1364 libgnarl/s-osinte__hpux.ads, libgnarl/s-osinte__kfreebsd-gnu.ads,
1365 libgnarl/s-osinte__linux.ads, libgnarl/s-osinte__lynxos178e.ads,
1366 libgnarl/s-osinte__qnx.ads, libgnarl/s-osinte__rtems.ads
1367 (Relative_Timed_Wait): Remove.
1368 * libgnarl/s-tpopmo.adb (Timed_Sleep, Timed_Delay): Rewrite to allow
1369 for incremental looping. Remove references to Rel_Time and
1370 Relative_Timed_Wait.
1371 * libgnat/s-osprim__posix.adb, libgnat/s-osprim__posix2008.adb
1372 (Timed_Delay): Make separate.
1373 * libgnat/s-optide.adb: New separate procedure.
1374 * libgnat/s-osprim.ads (Max_System_Delay): New constant.
1375 * libgnat/s-osprim__lynxos.ads (Max_Sensible_Delay): Set to 6 months.
1376 (Max_System_Delay): New constant.
1377
1378 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1379
1380 * sem_ch12.adb (Validate_Derived_Type_Instance): Verify that the actual
1381 for a formal derived type implements all the interfaces declared for
1382 the formal.
1383
1384 2018-05-25 Yannick Moy <moy@adacore.com>
1385
1386 * sem_prag.adb (Check_Applicable_Policy): Deal specially with CodePeer
1387 and GNATprove modes when applicable policy is Ignore.
1388
1389 2018-05-25 Eric Botcazou <ebotcazou@adacore.com>
1390
1391 * freeze.adb (Freeze_Enumeration_Type): Do not give integer size to a
1392 boolean type with convention C.
1393 * libgnat/i-cexten.ads (bool): Change to boolean with convention C.
1394 * gcc-interface/decl.c (gnat_to_gnu_entity): Add new local variable
1395 FOREIGN and use it throughout the function.
1396 <E_Enumeration_Type>: Set precision 1 on boolean types with foreign
1397 convention.
1398 <E_Enumeration_Subtype>: Likewise for subtypes.
1399 <E_Record_Type>: Force the size of a storage unit on empty classes.
1400 * gcc-interface/utils.c (make_type_from_size) <BOOLEAN_TYPE>: Skip
1401 boolean types with precision 1 if the size is the expected one.
1402
1403 2018-05-25 Arnaud Charlet <charlet@adacore.com>
1404
1405 * pprint.adb (Expression_Name): Do not print non ASCII characters.
1406
1407 2018-05-25 Bob Duff <duff@adacore.com>
1408
1409 * libgnat/a-strunb__shared.ads, libgnat/a-stwiun__shared.ads,
1410 libgnat/a-stzunb__shared.ads: (Initialize, Adjust): Add pragma Inline.
1411
1412 2018-05-25 Bob Duff <duff@adacore.com>
1413
1414 * sem_util.ads: Minor comment fix.
1415
1416 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1417
1418 * exp_unst.adb (Visit_Node): Restrict check for uplevel references in
1419 prefixes of array attributes, to prefixes that are entity names whose
1420 type is constrained.
1421 (Note_Uplevel_Bound): Verify that the bound is declared in an enclosing
1422 subprogram, as itype created for loops in pre/postcondition may appear
1423 in loops at the library level.
1424
1425 2018-05-25 Ed Schonberg <schonberg@adacore.com>
1426
1427 * sem_ch13.adb (Build_Predicate_Functions): The predicate function
1428 declaration is inserted into the tree and analyzed at that point, so
1429 should not be reinserted when the body is constructed. Inside a
1430 generic, ensure that the body is not inserted twice in the tree.
1431
1432 2018-05-25 Yannick Moy <moy@adacore.com>
1433
1434 * sem_prag.adb (Check_Grouping): Modify test to ignore statements and
1435 declarations not coming from source.
1436
1437 2018-05-25 Fedor Rybin <frybin@adacore.com>
1438
1439 * doc/gnat_ugn/gnat_utility_programs.rst: Document new switch
1440 --copy-environment for gnattest.
1441
1442 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
1443
1444 * sem_elab.adb (Non_Private_View): Simplify by removing a local Result
1445 variable.
1446 * sem_prag.adb (Get_Base_Subprogram): Same as above.
1447
1448 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
1449
1450 * fe.h (Set_Normalized_First_Bit): Declare.
1451 (Set_Normalized_Position): Likewise.
1452 * repinfo.adb (List_Record_Layout): Do not use irregular output for a
1453 variable position. Fix minor spacing issue.
1454 * gcc-interface/decl.c (annotate_rep): If a field has a variable
1455 offset, compute the normalized position and annotate it in addition to
1456 the bit offset.
1457
1458 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
1459
1460 * gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu):
1461 Constify and rename variables. Fix formatting.
1462 (gnat_to_gnu) <N_Exception_Handler>: Minor tweak.
1463 <N_Raise_Statement>: Likewise.
1464
1465 2018-05-24 Javier Miranda <miranda@adacore.com>
1466
1467 * exp_ch8.adb (Build_Body_For_Renaming): Adding support to build the
1468 body of a variant record equality renaming.
1469 (Expand_N_Subprogram_Renaming_Declaration): Adapt the code to the new
1470 implementation of Build_Body_For_Renaming.
1471 * exp_ch3.ads (Build_Variant_Record_Equality): New library level
1472 function that factorizes the functionality needed by
1473 Build_Body_For_Renaming and Expand_Freeze_Record_Type to build the body
1474 of a variant record equality subprogram.
1475 * exp_ch3.adb (Build_Variant_Record_Equality): New subprogram.
1476 (Build_Variant_Record_Equality): New local procedure of
1477 Expand_Freeze_Record_Type containing all the code specific for freezing
1478 the record type that cannot be place in the new library level function.
1479
1480 2018-05-24 Ed Schonberg <schonberg@adacore.com>
1481
1482 * einfo.ads, einfo.adb (Is_Activation_Record): New flag on
1483 in_parameters, used when unesting subprograms for LLVM, to indicate
1484 that a generated parameter carries the activation record from the
1485 enclosing subprogram.
1486 * exp_unst.adb (Check_Static_Type): Handle array attributes of types
1487 whose bounds may contain up-level references that need to be added to
1488 an activation recoord.
1489 (Add_Extra_Formal): Set Is_Activation_Record on new formal.
1490
1491 2018-05-24 Yannick Moy <moy@adacore.com>
1492
1493 * pprint.adb (Expression_Image): Improve the printing of expressions,
1494 by taking more cases into account, in particular qualified expressions
1495 and aggregates. Also count more the number of parentheses to close
1496 after the expression.
1497
1498 2018-05-24 Javier Miranda <miranda@adacore.com>
1499
1500 * sem_ch3.adb (Is_Visible_Component): For untagged types add missing
1501 check for renamed discriminants.
1502 * sem_ch4.adb (Analyze_Overloaded_Selected_Component,
1503 Analyze_Selected_Component, Check_Misspelled_Selector): For calls to
1504 Is_Visible_Component pass the associated selector node to allow
1505 checking renamed discriminants on untagged types.
1506
1507 2018-05-24 Ed Schonberg <schonberg@adacore.com>
1508
1509 * sem_ch8.adb (Analyze_Use_Type): Do not assign the Prev_Use_Clause
1510 link to a use_type clause if this would cause an infinite loop in the
1511 machinery that detects redundant use clauses. This may happen when the
1512 redundant clauses appear in the context of a child unit and the context
1513 of its parent.
1514
1515 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
1516
1517 * sinfo.ads: Fix grammar in comment.
1518
1519 2018-05-24 Justin Squirek <squirek@adacore.com>
1520
1521 * einfo.ads, einfo.adb (Append_Entity): Modified to use Link_Entities
1522 and manage doubly-linked entity chain.
1523 (Nested_Scenarios): Removed entity field used for optimization during
1524 elaboration to make room for the new field Prev_Entity.
1525 (Link_Entities): Added to replace redundant calls to Set_Next_Entity
1526 and Set_Prev_Entity as well as centralize changes to the entity chain.
1527 (Predicated_Parent): Modified to use Node38.
1528 (Prev_Entity): Added to fetch new node field Prev_Entity in all entity
1529 types.
1530 (Remove_Entity): Moved from sem_util.
1531 (Set_Nested_Scenarios): Deleted.
1532 (Set_Predicated_Parent): Modified to use Node38.
1533 (Set_Prev_Entity): Added to set Prev_Entity field.
1534 (Set_Validated_Object): Modified to use Node38.
1535 (Unlink_Next_Entity): Added to process Prev_Entity when an unlinking
1536 action is required.
1537 (Validated_Object): Modified to use Node38.
1538 (Write_Field36_Name): Remove Nested_Scenarios, Validated_Object, and
1539 predicated parent cases.
1540 (Write_Field38_Name): Add predicated parent and Validated_Object cases.
1541 * sem_ch3.adb (Process_Subtype): Add guard to protect against
1542 inappropriate marking of Predicated_Parent to non-itype subtypes.
1543 (Make_Class_Wide_Type): Preserve Prev_Entity field and set in new type.
1544 (Copy_And_Swap): Add setting of Prev_Entity.
1545 (Build_derived_Record_Type): Replace Set_Next_Entity w/ Link_Entities.
1546 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Replace Set_Next_Entity
1547 w/ Link_Entities.
1548 (New_Overloaded_Entity): Remove block created to search for previous
1549 entities in the entity chain with relevant calls to Prev_Entity as well
1550 as replace duplicated code from Remove_Entity_And_Homonym with a call
1551 to that subprogram.
1552 * sem_ch7.adb (Exchange_Declarations): Replace Set_Next_Entity w/
1553 Link_Entities.
1554 * sem_elab.adb (Find_And_Process_Nested_Scenarios): Remove global and
1555 initial subprogram declarations related to Nested_Scenarios.
1556 (Process_Nested_Scenarios): Deleted.
1557 (Save_Scenario): Deleted.
1558 (Traverse_Body): Remove optimization for Nested_Scenarios so as to free
1559 node space in the entity tree.
1560 * sem_util.adb, sem_util.ads (Remove_Entity): Moved to einfo.
1561 (Remove_Entity_And_Homonym): Added to separate functionality of
1562 Remove_Entity from the homonym chain directly.
1563 * exp_attr.adb (Expand_N_Attribute_Reference): Replace Set_Next_Entity
1564 w/ Link_Entities and Unlink_Next_Entity.
1565 * exp_ch3.adb (Expand_N_Object_Declaration): Replace Set_Next_Entity w/
1566 Link_Entities.
1567 * exp_ch6.adb (Replace_Renaming_Declaration_Id): Replace
1568 Set_Next_Entity w/ Link_Entities.
1569 * exp_disp.adb (Expand_Dispatching_Call): Replace Set_Next_Entity w/
1570 Link_Entities and Unlink_Next_Entity.
1571 * exp_spark.adb (Expand_SPARK_N_Object_Renaming_Declaration): Replace
1572 call to Remove_Entity with its new incarnation.
1573 * exp_util.adb (New_Class_Wide_Subtype): Add setting of Prev_Entity.
1574 * freeze.adb (Freeze_Record_Type): Replace Set_Next_Entity w/
1575 Link_Entities.
1576
1577 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1578
1579 * sem_ch10.adb (Expand_Limited_With_Clause): Update the call to
1580 Install_Limited_Withed_Unit.
1581 (Expand_With_Clause): Update the call to Install_Withed_Unit.
1582 (Implicit_With_On_Parent): Update the call to Install_Withed_Unit.
1583 (Install_Context_Clauses): Update the call to Install_Withed_Unit.
1584 (Install_Limited_Context_Clauses): Update the calls to
1585 Install_Limited_Withed_Unit.
1586 (Install_Limited_Withed_Unit): Renamed to better illustrate its
1587 purpose.
1588 (Install_Private_With_Clauses): Update the calls to Install_Withed_Unit
1589 and Install_Limited_Withed_Unit.
1590 (Install_With_Clause): Uninstall a limited with clause if a [private]
1591 with clause is given for the same package.
1592 (Install_Withed_Unit): Renamed to better illustrate its purpose.
1593 (Remove_Limited_With_Unit): New routine.
1594
1595 2018-05-24 Eric Botcazou <ebotcazou@adacore.com>
1596
1597 * raise-gcc.c (__gnat_SEH_error_handler): Remove prototype.
1598 (__gnat_personality_seh0): Adjust and beef up comments, and
1599 fix formatting throughout.
1600 (__gnat_adjust_context): Deal minimally with version 2.
1601 * seh_init.c (__gnat_map_SEH): Fix formatting.
1602 (_gnat_SEH_error_handler): Adjust comments.
1603 (__gnat_install_SEH_handler): Fix formatting.
1604
1605 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1606
1607 * exp_ch7.adb, sem_ch3.adb, sem_res.adb: Minor reformatting.
1608
1609 2018-05-24 Ed Schonberg <schonberg@adacore.com>
1610
1611 * exp_aggr.adb (Flatten): Add a warning on an others clause in an array
1612 aggregate with static bounds when named associations cover all index
1613 positions and the others clause is redundant.
1614
1615 2018-05-24 Raphael Amiard <amiard@adacore.com>
1616
1617 * libgnat/a-cohama.ads: Add documentation.
1618
1619 2018-05-24 Raphael Amiard <amiard@adacore.com>
1620
1621 * libgnat/a-convec.ads: Add documentation.
1622
1623 2018-05-24 Justin Squirek <squirek@adacore.com>
1624
1625 * exp_ch3.adb (Expand_N_Object_Declaration): Ignore raising an error in
1626 expansion for limited tagged types when the node to be expanded is a
1627 raise expression due to it not representing a valid object.
1628 * exp_ch5.adb (Expand_N_Assignment_Statement): Add exception to error
1629 message regarding assignments to limited types to ignore genereated
1630 code.
1631
1632 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1633
1634 * exp_util.adb (New_Class_Wide_Subtype): Capture and restore relevant
1635 Ghost-related attributes of the class-wide subtype because the copy
1636 clobbers them.
1637
1638 2018-05-24 Justin Squirek <squirek@adacore.com>
1639
1640 * sem_res.adb (Resolve_Entity_Name): Add guard to protect against
1641 marking use clauses as effective when the reference appears within
1642 generated code.
1643
1644 2018-05-24 Cyrille Comar <comar@adacore.com>
1645
1646 * doc/gnat_rm/the_gnat_library.rst: Fix typos.
1647 * gnat_rm.texi: Regenerate.
1648
1649 2018-05-24 Bob Duff <duff@adacore.com>
1650
1651 * exp_ch7.adb (Expand_Cleanup_Actions): Create a mark unconditionally
1652 for build-in-place functions with a caller-unknown-size result.
1653 (Create_Finalizer): For build-in-place functions with a
1654 caller-unknown-size result, check at run time whether we need to
1655 release the secondary stack.
1656
1657 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1658
1659 * sem_prag.adb (Analyze_Pragma): Use the full view of an internally
1660 generated incomplete type.
1661
1662 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1663
1664 * expander.adb (Expand): Update the save and restore of the Ghost
1665 region.
1666 * exp_ch3.adb (Freeze_Type): Likewise.
1667 * exp_disp.adb (Make_DT): Likewise.
1668 * exp_util.adb (Build_DIC_Procedure_Body): Likewise.
1669 (Build_DIC_Procedure_Declaration): Likewise.
1670 (Build_Invariant_Procedure_Body): Likewise.
1671 (Build_Invariant_Procedure_Declaration): Likewise.
1672 (Make_Predicate_Call): Likewise.
1673 * freeze.adb (Add_To_Result): Insert the freeze action of a living
1674 entity prior to the start of the enclosing ignored Ghost region.
1675 (Freeze_Entity): Update the save and restore of the Ghost region.
1676 * ghost.adb (Install_Ghost_Mode): Reimplemented.
1677 (Install_Ghost_Region): New routine.
1678 (Mark_And_Set_Ghost_Assignment): Install a region rather than a mode.
1679 (Mark_And_Set_Ghost_Body): Likewise.
1680 (Mark_And_Set_Ghost_Completion): Likewise.
1681 (Mark_And_Set_Ghost_Declaration): Likewise.
1682 (Mark_And_Set_Ghost_Instantiation): Likewise.
1683 (Mark_And_Set_Ghost_Procedure_Call): Likewise.
1684 (Name_To_Ghost_Mode): New routine.
1685 (Restore_Ghost_Region): New routine.
1686 * ghost.ads (Install_Ghost_Region): New routine.
1687 (Restore_Ghost_Region): New routine.
1688 * opt.ads: Add new global variable Ignored_Ghost_Region.
1689 * rtsfind.adb (Load_RTU): Update the save and restore of the Ghost
1690 region. Install a clean region.
1691 * sem.adb (Analyze): Likewise.
1692 (Do_Analyze): Likewise.
1693 * sem_ch3.adb (Analyze_Object_Declaration): Likewise
1694 (Derive_Progenitor_Subprograms): Use local variable Iface_Alias to
1695 capture the ultimate alias of the current primitive.
1696 (Process_Full_View): Update the save and restore of the Ghost region.
1697 Do not inherit DIC and invariant procedures.
1698 * sem_ch5.adb (Analyze_Assignment): Update the save and restore of the
1699 Ghost region.
1700 * sem_ch6.adb (Analyze_Procedure_Call): Likewise.
1701 (Analyze_Subprogram_Body_Helper): Likewise.
1702 * sem_ch7.adb (Analyze_Package_Body_Helper): Likewise.
1703 * sem_ch12.adb (Analyze_Package_Instantiation): Likewise.
1704 (Analyze_Subprogram_Instantiation): Likewise.
1705 (Instantiate_Package_Body): Likewise.
1706 (Instantiate_Subprogram_Body): Likewise.
1707 * sem_ch13.adb (Build_Predicate_Functions): Likewise.
1708 (Build_Predicate_Function_Declaration): Likewise.
1709 * sem_disp.adb
1710 (Add_Dispatching_Operation): Do not consider DIC and invariant
1711 procedures.
1712 (Check_Dispatching_Operation): Use Add_Dispatching_Operation to collect
1713 a dispatching subprogram.
1714 (Check_Operation_From_Private_View): Likewise.
1715 (Override_Dispatching_Operation): Likewise.
1716 * sem_prag.adb (Analyze_Contract_Cases_In_Decl_Part): Update the save
1717 and restore of the Ghost region.
1718 (Analyze_Initial_Condition_In_Decl_Part): Likewise.
1719 (Analyze_Pragma): Update the save and restore of the Ghost region.
1720 (Analyze_Pre_Post_Condition_In_Decl_Part): Likewise.
1721 * sem_util.adb (Is_Suitable_Primitive): New routine.
1722 * sem_util.ads (Is_Suitable_Primitive): New routine.
1723 * sinfo.ads: Update the section of Ghost regions.
1724
1725 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
1726
1727 * doc/gnat_rm/implementation_defined_pragmas.rst (Contract_Cases):
1728 Change "condition" to "case guard" after renaming in the contract
1729 grammar.
1730 * gnat_rm.texi: Regenerate.
1731
1732 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1733
1734 * exp_util.adb (Expand_Static_Predicates_In_Choices): Indicate that the
1735 construct with discrete choices no longer contains a subtype with
1736 predicates since the expansion already handled this case.
1737
1738 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1739
1740 * freeze.adb (Wrap_Imported_Subprogram): Generate an unchecked
1741 conversion to the return type to avoid a side effect where an imported
1742 relocated function generates a new anonymous access type, whose
1743 accessibility level does not agree with with that of the wrapper.
1744
1745 2018-05-24 Javier Miranda <miranda@adacore.com>
1746
1747 * sem_util.adb (Abstract_Interface_List): Add missing support for
1748 private types whose full view is a synchronized type.
1749 * sem_ch3.adb (Build_Derived_Private_Type): Skip building the full
1750 derivation of a private type parent type is a task type with
1751 discriminants as gigi does not use such type directly.
1752
1753 2018-05-24 Hristian Kirtchev <kirtchev@adacore.com>
1754
1755 * sem_elab.adb (Build_Variable_Reference_Marker): Do not create a
1756 variable marker when the reference appears in the formal part of a
1757 compilation unit instance because there is no place to insert it.
1758 (In_Compilation_Instance_Formal_Part): New routine.
1759
1760 2018-05-24 Piotr Trojanek <trojanek@adacore.com>
1761
1762 * layout.ads, repinfo.ads: Fix references to renamed Backend_Layout
1763 configuration parameter.
1764
1765 2018-05-24 Doug Rupp <rupp@adacore.com>
1766
1767 * argv-lynxos178-raven-cert.c: New file.
1768 * libgnat/system-lynxos178-x86.ads: New file.
1769
1770 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1771
1772 * exp_disp.adb, freeze.adb, gnat1drv.adb, sem_ch5.adb, sem_spark.adb:
1773 Minor reformattings.
1774
1775 2018-05-23 Pascal Obry <obry@adacore.com>
1776
1777 * adaint.c (win32_wait): Properly free the handle/pid lists when
1778 WaitForMultipleObjects fails (return WAIT_FAILED).
1779
1780 2018-05-23 Pascal Obry <obry@adacore.com>
1781
1782 * adaint.c (win32_wait): Add missing parentheses.
1783
1784 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1785
1786 * exp_ch3.adb (Check_Large_Modular_Array): Moved to Freeze.
1787 (Expand_N_Object_Declaration): Do not check for a large modular array
1788 here.
1789 * freeze.adb (Check_Large_Modular_Array): Moved from Exp_Ch3.
1790 (Freeze_Object_Declaration): Code cleanup. Check for a large modular
1791 array.
1792 * sem_ch3.adb: Minor reformatting.
1793
1794 2018-05-23 Ed Schonberg <schonberg@adacore.com>
1795
1796 * einfo.ads: New attribute on types: Predicated_Parent, to simplify the
1797 retrieval of the applicable predicate function to an itype created for
1798 a constrained array component.
1799 * einfo.adb: Subprograms for Predicated_Parent.
1800 (Predicate_Function): Use new attribute.
1801 * exp_util.adb (Make_Predicate_Call): If the predicate function is not
1802 available for a subtype, retrieve it from the base type, which may have
1803 been frozen after the subtype declaration and not captured by the
1804 subtype declaration.
1805 * sem_aggr.adb (Resolve_Array_Aggregate): An Others association is
1806 legal within a generated initiqlization procedure, as may happen with a
1807 predicate check on a component, when the predicate function applies to
1808 the base type of the component.
1809 * sem_ch3.adb (Analyze_Subtype_Declaration): Clean up inheritance of
1810 predicates for subtype declarations and for subtype indications in
1811 other contexts.
1812 (Process_Subtype): Likewise. Handle properly the case of a private type
1813 with unknown discriminants whose full view is an unconstrained array.
1814 Use Predicated_Parent to indicate source of predicate function on an
1815 itype whose parent is itself an itype.
1816 (Complete_Private_Subtype): If the private view has unknown
1817 discriminants and the full view is an unconstrained array, set base
1818 type of completion to the full view of parent.
1819 (Inherit_Predicate_Flags): Prevent double assignment of predicate
1820 function and flags.
1821 (Build_Subtype): For a constrained array component, propagate predicate
1822 information from original component type declaration.
1823
1824 2018-05-23 Boris Yakobowski <yakobowski@adacore.com>
1825
1826 * libgnat/a-ngelfu.ads (Arctanh, Arccoth): Fix faulty preconditions.
1827
1828 2018-05-23 Arnaud Charlet <charlet@adacore.com>
1829
1830 * checks.adb (Minimize_Eliminate_Overflows): Default initialize Lo and
1831 Hi.
1832 * sem_elab.adb: Make "out" parameters instead of "in out" when
1833 relevant.
1834
1835 2018-05-23 Bob Duff <duff@adacore.com>
1836
1837 * gnatbind.adb (List_Applicable_Restrictions): Add
1838 No_Implementation_Restrictions to the list of restrictions not to list.
1839 Remove double negative "not No_Restriction_List". Comment the
1840 commentary that is output, so it won't cause errors if used directly in
1841 a gnat.adc.
1842
1843 2018-05-23 Ed Schonberg <schonberg@adacore.com>
1844
1845 * sem_prag.adb (Inherit_Class_Wide_Pre): Refine legality check on
1846 class-wide precondition on a type extension when ancestor does not have
1847 a class-wide precondition. Previously the compiler accepted such a
1848 precondition when the ancestor had a class-wide postcondition.
1849
1850 2018-05-23 Javier Miranda <miranda@adacore.com>
1851
1852 * sem_attr.adb (Valid_Scalars): Do not invoke Error_Attr_P to report
1853 the warning on occurrences of this attribute whose evaluation is always
1854 true (since that subprogram aborts processing the attribute). In
1855 addition, replace the node by its boolean result 'True' (required
1856 because the backend has no knowledge of this attribute).
1857
1858 2018-05-23 Bob Duff <duff@adacore.com>
1859
1860 * libgnat/a-convec.adb: (Insert, Insert_Space): Suppress warnings. The
1861 code in question is not reachable in the case where Count_Type'Last is
1862 out of range.
1863
1864 2018-05-23 Yannick Moy <moy@adacore.com>
1865
1866 * doc/gnat_rm/implementation_defined_pragmas.rst: Clarify meaning of
1867 local pragma Warnings Off without On.
1868 * gnat_rm.texi: Regenerate.
1869
1870 2018-05-23 Olivier Hainque <hainque@adacore.com>
1871
1872 * libgnat/g-excact.ads (Is_Foreign_Exception): New predicate.
1873 * libgnat/g-excact.adb: Implement.
1874
1875 2018-05-23 Ed Schonberg <schonberg@adacore.com>
1876
1877 * sem_ch5.adb (Analyze_Iterator_Specification): If a subtype indication
1878 is present, verify its legality when the domain of iteration is a
1879 GNAT-specific formal container, as is already done for arrays and
1880 predefined containers.
1881
1882 2018-05-23 Yannick Moy <moy@adacore.com>
1883
1884 * sem_util.adb (Enclosing_Declaration): Fix the case of a named number
1885 declaration, which was not taken into account.
1886
1887 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1888
1889 * debug.adb: Switch -gnatd_s is now used to stop elaboration checks on
1890 synchronized suspension.
1891 * rtsfind.ads: Add entries for units Ada.Synchronous_Barriers and
1892 Ada.Synchronous_Task_Control and routines Suspend_Until_True and
1893 Wait_For_Release.
1894 * sem_elab.adb: Document switch -gnatd_s.
1895 (In_Task_Body): New routine.
1896 (Is_Potential_Scenario): Code cleanup. Stop the traversal of a task
1897 body when the current construct denotes a synchronous suspension call,
1898 and restriction No_Entry_Calls_In_Elaboration_Code or switch -gnatd_s
1899 is in effect.
1900 (Is_Synchronous_Suspension_Call): New routine.
1901 * switch-c.adb (Scan_Front_End_Switches): Switch -gnatJ now sets switch
1902 -gnatd_s.
1903
1904 2018-05-23 Javier Miranda <miranda@adacore.com>
1905
1906 * exp_disp.adb (Make_DT): Restrict the initialization of
1907 External_Tag and Expanded_Name to an empty string to the case where
1908 both pragmas apply (i.e. No_Tagged_Streams and Discard_Names), since
1909 restricted runtimes are compiled with pragma Discard_Names.
1910 * doc/gnat_rm/implementation_defined_pragmas.rst,
1911 doc/gnat_rm/implementation_defined_characteristics.rst: Add
1912 documentation.
1913 * gnat_rm.texi: Regenerate.
1914
1915 2018-05-23 Maroua Maalej <maalej@adacore.com>
1916
1917 * sem_spark.adb: Fix of some permission rules of pointers in SPARK.
1918
1919 2018-05-23 Ed Schonberg <schonberg@adacore.com>
1920
1921 * sem_ch5.adb (Preanalyze_Range): The pre-analysis of the domain of
1922 iteration of an Ada2012 loop is performed to determine the type of the
1923 domain, but full analysis is performed once the loop is rewritten as a
1924 while-loop during expansion. The pre-analysis suppresses expansion; it
1925 must also suppress the generation of freeze nodes, which may otherwise
1926 appear in the wrong scope before rewritting.
1927
1928 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1929
1930 * sem_elab.adb: Update the section on suppressing elaboration warnings.
1931
1932 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1933
1934 * einfo.adb (Is_Elaboration_Checks_OK_Id): Use predicate
1935 Is_Elaboration_Target.
1936 (Is_Elaboration_Target): New routine.
1937 (Is_Elaboration_Warnings_OK_Id): Use predicate Is_Elaboration_Target.
1938 (Set_Is_Elaboration_Checks_OK_Id): Use predicate Is_Elaboration_Target.
1939 (Set_Is_Elaboration_Warnings_OK_Id): Use predicate
1940 Is_Elaboration_Target.
1941 * einfo.ads: Add new synthesized attribute Is_Elaboration_Target along
1942 with occurrences in nodes.
1943 (Is_Elaboration_Target): New routine.
1944 * sem_prag.adb (Analyze_Pragma): Suppress elaboration warnings when an
1945 elaboration target is subject to pragma Warnings (Off, ...).
1946
1947 2018-05-23 Eric Botcazou <ebotcazou@adacore.com>
1948
1949 * repinfo.adb (List_Type_Info): Remove obsolete stuff.
1950
1951 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
1952
1953 * einfo.adb: Flag304 is now Is_Elaboration_Warnings_OK_Id.
1954 (Is_Elaboration_Warnings_OK_Id): New routine.
1955 (Set_Is_Elaboration_Warnings_OK_Id): New routine.
1956 (Write_Entity_Flags): Output Flag304.
1957 * einfo.ads: Add new attribute Is_Elaboration_Warnings_OK_Id along with
1958 occurrences in entities.
1959 (Is_Elaboration_Warnings_OK_Id): New routine along with pragma Inline.
1960 (Set_Is_Elaboration_Warnings_OK_Id): New routine along with pragma
1961 Inline.
1962 * sem_attr.adb (Analyze_Access_Attribute): Capture the state of
1963 elaboration warnings.
1964 * sem_ch3.adb (Analyze_Object_Declaration): Capture the state of
1965 elaboration warnings.
1966 * sem_ch6.adb (Analyze_Abstract_Subprogram_Declaration): Capture the
1967 state of elaboration warnings.
1968 (Analyze_Subprogram_Body_Helper): Capture the state of elaboration
1969 warnings.
1970 (Analyze_Subprogram_Declaration): Capture the state of elaboration
1971 warnings.
1972 * sem_ch9.adb (Analyze_Entry_Declaration): Capture the state of
1973 elaboration warnings.
1974 (Analyze_Single_Task_Declaration): Capture the state of elaboration
1975 warnings.
1976 (Analyze_Task_Type_Declaration): Capture the state of elaboration
1977 warnings.
1978 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Capture the state
1979 of elaboration warnings.
1980 (Analyze_Generic_Subprogram_Declaration): Capture the state of
1981 elaboration warnings.
1982 * sem_elab.adb: Add a section on suppressing elaboration warnings.
1983 Type Processing_Attributes includes component Suppress_Warnings
1984 intended to suppress any elaboration warnings along a path in the
1985 graph. Update Initial_State to include a value for this component.
1986 Types Target_Attributes and Task_Attriutes include component
1987 Elab_Warnings_OK to indicate whether the target or task has elaboration
1988 warnings enabled. component Elab_Warnings_OK.
1989 (Build_Access_Marker): Propagate attribute
1990 Is_Elaboration_Warnings_OK_Node from the attribute to the generated
1991 call marker.
1992 (Extract_Instantiation_Attributes): Set the value for Elab_Warnings_OK.
1993 (Extract_Target_Attributes): Set the value for Elab_Warnings_OK.
1994 (Extract_Task_Attributes): Set the value for Elab_Warnings_OK.
1995 (Process_Conditional_ABE_Access): Suppress futher elaboration warnings
1996 when already in this mode or when the attribute or target have warnings
1997 suppressed.
1998 (Process_Conditional_ABE_Activation_Impl): Do not emit any diagnostics
1999 if warnings are suppressed.
2000 (Process_Conditional_ABE_Call): Suppress further elaboration warnings
2001 when already in this mode, or the target or call have warnings
2002 suppressed.
2003 (Process_Conditional_ABE_Call_Ada): Do not emit any diagnostics if
2004 warnings are suppressed.
2005 (Process_Conditional_ABE_Call_SPARK): Do not emit any diagnostics if
2006 warnings are suppressed.
2007 (Process_Conditional_ABE_Instantiation): Suppress further elaboration
2008 warnings when already in this mode or when the instantiation has
2009 warnings suppressed.
2010 (Process_Conditional_ABE_Instantiation_Ada): Do not emit any
2011 diagnostics if warnings are suppressed.
2012 (Process_Conditional_ABE_Variable_Assignment_Ada): Use the more
2013 specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
2014 (Process_Conditional_ABE_Variable_Assignment_SPARK): Use the more
2015 specific Is_Elaboration_Warnings_OK_Id rather than Warnings_Off.
2016 (Process_Task_Object): Suppress further elaboration warnings when
2017 already in this mode, or when the object, activation call, or task type
2018 have warnings suppressed. Update the processing state to indicate that
2019 the path goes through a task body.
2020 * sinfo.adb (Is_Elaboration_Warnings_OK_Node): Accept attribute
2021 references.
2022 (Set_Is_Elaboration_Warnings_OK_Node): Accept attribute references.
2023 * sinfo.ads: Attribute Is_Elaboration_Warnings_OK_Node now applies to
2024 attribute references.
2025
2026 2018-05-23 Piotr Trojanek <trojanek@adacore.com>
2027
2028 * einfo.ads: Minor reformatting.
2029
2030 2018-05-23 Ed Schonberg <schonberg@adacore.com>
2031
2032 * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
2033 anonymous_access_to_ subprogram formal, apply a conversion to force an
2034 accsssibility check that will fail statically, enforcing 3.10.2 (13).
2035
2036 2018-05-23 Daniel Mercier <mercier@adacore.com>
2037
2038 * gnat1drv.adb: Turn off length expansion in CodePeer mode.
2039
2040 2018-05-23 Bob Duff <duff@adacore.com>
2041
2042 * freeze.adb: (Check_Address_Clause): Deal with build-in-place
2043 aggregates in addition to build-in-place calls.
2044
2045 2018-05-23 Bob Duff <duff@adacore.com>
2046
2047 * einfo.ads: Minor reformatting.
2048 * sem_ch3.adb: Likewise.
2049 * sinfo.ads: Likewise.
2050
2051 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
2052
2053 * exp_ch3.adb (Default_Initialize_Object): Do not optimize scalar array
2054 initialization when the component type has predicates.
2055 * exp_ch4.adb (Expand_N_Allocator): Do not optimize scalar array
2056 allocation when the component type has predicates.
2057
2058 2018-05-23 Hristian Kirtchev <kirtchev@adacore.com>
2059
2060 * einfo.adb, exp_disp.adb, sem_ch3.adb, sem_ch6.adb, sem_prag.adb:
2061 Minor reformatting.
2062
2063 2018-05-22 Justin Squirek <squirek@adacore.com>
2064
2065 * sem_ch6.adb (Analyze_Expression_Function): Propagate flags from the
2066 original function spec into the generated function spec due to
2067 expansion of expression functions during analysis.
2068 (Analyze_Subprogram_Body_Helper): Modify check on formal parameter
2069 references from the body to the subprogram spec in the case of
2070 expression functions because of inconsistances related to having a
2071 generated body.
2072 * libgnarl/s-osinte__android.ads: Flag parameters as unused.
2073 * libgnarl/s-osinte__lynxos178e.ads: Likewise.
2074 * libgnarl/s-osinte__qnx.adb: Likewise.
2075 * libgnarl/s-osinte__qnx.ads: Likewise.
2076
2077 2018-05-22 Doug Rupp <rupp@adacore.com>
2078
2079 * init.c (HAVE_ADJUST_CONTEXT_FOR_RAISE): Don't define on VxWorks7 for
2080 AArch64.
2081
2082 2018-05-22 Olivier Hainque <hainque@adacore.com>
2083
2084 * libgnat/a-except.adb (Exception_Propagation.Propagate_Exception):
2085 Expect an Exception_Occurence object, not an Access.
2086 (Complete_And_Propagate_Occurrence): Adjust accordingly.
2087 (Raise_From_Signal_Handler): Likewise.
2088 (Reraise_Occurrence_No_Defer): If we have a Machine_Occurrence
2089 available in the provided occurrence object, just re-propagate the
2090 latter as a bare "raise;" would do.
2091 * libgnat/a-exexpr.adb (Propagate_Exception): Adjust to spec change.
2092 * libgnat/a-exstat.adb (String_To_EO): Initialize X.Machine_Occurrence
2093 to null, to mark that the occurrence we're crafting from the stream
2094 contents is not being propagated (yet).
2095
2096 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2097
2098 * exp_aggr.adb (Initialize_Ctrl_Record_Component): Insert the generated
2099 code for a transient component in line with the rest of the
2100 initialization code, rather than before the aggregate. This ensures
2101 that the component has proper visibility of the discriminants.
2102
2103 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
2104
2105 * adaint.c: Reorganize QNX-specific macros, use syspage to retreive the
2106 number of CPUs.
2107
2108 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
2109
2110 * sigtramp-qnx.c: Properly restore link register in signal trampoline.
2111
2112 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2113
2114 * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Strip away any
2115 conversions before extracting the value of the expression.
2116 * exp_ch3.adb (Default_Initialize_Object): Optimize the default
2117 initialization of an array of scalars.
2118 (Get_Simple_Init_Val): Add processing for array types. Remove the
2119 processing of strings because this case is already handled by the array
2120 case.
2121 (Needs_Simple_Initialization): Moved to Sem_Util.
2122 (Simple_Init_Array_Type): New routine.
2123 (Simple_Init_Initialize_Scalars_Type): Reimplemented to use the new
2124 facilities from Sem_Util.
2125 (Simple_Initialization_OK): New routine.
2126 * exp_ch3.ads (Needs_Simple_Initialization): Moved to Sem_Util.
2127 * exp_ch4.adb (Expand_N_Allocator): Optimize the default allocation of
2128 an array of scalars.
2129 * sem_prag.adb (Analyze_Float_Value): New routine.
2130 (Analyze_Integer_Value): New routine.
2131 (Analyze_Pragma): Reimplement the analysis of pragma Initialize_Scalars
2132 to handled the extended form of the pragma.
2133 (Analyze_Type_Value_Pair): New routine.
2134 * sem_util.adb: Add invalid value-related data structures.
2135 (Examine_Array_Bounds): New routine.
2136 (Has_Static_Array_Bounds): Reimplemented.
2137 (Has_Static_Non_Empty_Array_Bounds): New routine.
2138 (Invalid_Scalar_Value): New routine.
2139 (Needs_Simple_Initialization): Moved from Exp_Ch3.
2140 (Set_Invalid_Scalar_Value): New routines.
2141 * sem_util.ads (Has_Static_Non_Empty_Array_Bounds): New routine.
2142 (Invalid_Scalar_Value): New routine.
2143 (Needs_Simple_Initialization): Moved from Exp_Ch3.
2144 (Set_Invalid_Scalar_Value): New routines.
2145 * snames.ads-tmpl: Add names for the salar type families used by pragma
2146 Initialize_Scalars.
2147
2148 2018-05-22 Javier Miranda <miranda@adacore.com>
2149
2150 * exp_disp.adb (Make_DT): Initialize the External_Tag with an empty
2151 string when pragma No_Tagged_Streams is applicable to the tagged type,
2152 and initialize the Expanded_Name with an empty string when pragma
2153 Discard_Names is applicable to the tagged type.
2154
2155 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2156
2157 * sem_ch6.adb (Check_Conformance): Add RM reference for rule that a
2158 formal subprogram is never subtype conformqnt, and thus cannot be the
2159 prefix of 'Access. Reject as well the attribute when applied to a
2160 renaming of a formal subprogram.
2161
2162 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2163
2164 * exp_ch3.adb (Build_Array_Init_Proc): Update the call to
2165 Needs_Simple_Initialization.
2166 (Build_Init_Statements): Update the call to Get_Simple_Init_Val.
2167 (Check_Subtype_Bounds): Renamed to Extract_Subtype_Bounds. Update the
2168 profile and comment on usage.
2169 (Default_Initialize_Object): Do not use New_Copy_Tree to set the proper
2170 Sloc of a value obtained from aspect Default_Value because this could
2171 potentially replicate large trees. The proper Sloc is now set in
2172 Get_Simple_Init_Val.
2173 (Get_Simple_Init_Val): Reorganized by breaking the various cases into
2174 separate routines. Eliminate the use of global variables.
2175 (Init_Component): Update the call to Get_Simple_Init_Val.
2176 (Needs_Simple_Initialization): Update the parameter profile and all
2177 uses of T.
2178 (Simple_Init_Defaulted_Type): Copy the value of aspect Default_Value
2179 and set the proper Sloc.
2180 * exp_ch3.ads (Get_Simple_Init_Val): Update the parameter profile and
2181 comment on usage.
2182 (Needs_Simple_Initialization): Update the parameter profile.
2183
2184 2018-05-22 Patrick Bernardi <bernardi@adacore.com>
2185
2186 * sem_ch3.adb (Build_Discriminant_Constraints): Raise an error if the
2187 user tries to use a subtype indication as a discriminant constraint.
2188
2189 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2190
2191 * exp_ch4.ads, exp_ch4.adb, exp_util.adb, expander.adb: Remove mention
2192 of N_Reduction_Expression and N_Reduction_Expression_Parameter.
2193 * par-ch4.adb: Remove parsing routines for reduction expressions.
2194 * sem.adb, sinfo.ads, sinfo.adb, sem_ch4.ads, sem_ch4.adb, sem_res.adb,
2195 sem_spark.adb, sprint.adb: Remove analysis routines for reduction
2196 expressions.
2197
2198 2018-05-22 Arnaud Charlet <charlet@adacore.com>
2199
2200 * sem_ch8.adb (Check_Frozen_Renaming): Do not emit error in
2201 Relaxed_RM_Semantics mode.
2202
2203 2018-05-22 Arnaud Charlet <charlet@adacore.com>
2204
2205 * comperr.adb (Delete_SCIL_Files): Take into account
2206 N_Generic_Package_Renaming_Declaration.
2207
2208 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2209
2210 * sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is
2211 private, use the full view if available, because it may include renamed
2212 discriminants whose values are stored in the corresponding
2213 Stored_Constraint.
2214
2215 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2216
2217 * einfo.ads, einfo.adb: New attribute Hidden_In_Formal_Instance,
2218 defined on packages that are actuals for formal packages, in order to
2219 set/reset the visibility of the formals of a formal package with given
2220 actuals, when there are subsequent uses of those formals in the
2221 enclosing generic, as required by RN 12.7 (10).
2222 * atree.ads, atree.adb: Add operations for Elist30.
2223 * atree.h: Add Elist30.
2224 * sem_ch12.adb (Analyze_Formal_Package_Instantiation): Collect formals
2225 that are not defaulted and are thus not visible within the current
2226 instance.
2227 (Check_Formal_Packages): Reset visibility of formals of a formal
2228 package that are not defaulted, on exit from current instance.
2229
2230 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2231
2232 * sem_prag.adb (Analyze_Input_Output): Emit an error when a non-null,
2233 non-'Result output appears in the output list of a function.
2234
2235 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2236
2237 * exp_attr.adb (Build_Array_VS_Func): Reimplemented.
2238 (Build_Record_VS_Func): Reimplemented.
2239 (Expand_N_Attribute): Reimplement the handling of attribute
2240 'Valid_Scalars.
2241 * sem_attr.adb (Analyze_Attribute): Reimplement the handling of
2242 attribute 'Valid_Scalars.
2243 * sem_util.adb (Scalar_Part_Present): Reimplemented.
2244 (Validated_View): New routine.
2245 * sem_util.ads (Scalar_Part_Present): Update the parameter profile and
2246 comment on usage.
2247 (Validated_View): New routine.
2248 * doc/gnat_rm/implementation_defined_attributes.rst: Update the
2249 documentation of attribute 'Valid_Scalars.
2250 * gnat_rm.texi: Regenerate.
2251
2252 2018-05-22 Bob Duff <duff@adacore.com>
2253
2254 * binde.adb: (Choose): Ignore a pragma Elaborate_Body that appears in
2255 the spec of a SAL_Interface package.
2256
2257 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2258
2259 * freeze.adb (Freeze_Entity): When analyzing delayed aspects of an
2260 entity E within a generic unit, indicate that there are no remaining
2261 delayed aspects after invoking Analyze_Aspects_At_Freeze_Point. The
2262 entity E is not frozen yet but the aspects should not be reanalyzed at
2263 the freeze point, which may be outside of the generic and may not have
2264 the proper visibility.
2265
2266 2018-05-22 Bob Duff <duff@adacore.com>
2267
2268 * doc/gnat_ugn/gnat_utility_programs.rst: Add documentation for
2269 the new --split-line-before-record, --indent-named-statements and
2270 --no-align-modes gnatpp switches.
2271
2272 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2273
2274 * sem_prag.adb (Process_Compile_Time_Warning_Or_Error): Handle properly
2275 a second argument that is a constant of a given string value.
2276
2277 2018-05-22 Doug Rupp <rupp@adacore.com>
2278
2279 * sigtramp-vxworks-target.inc: Align stack to 128bits on AArch64.
2280
2281 2018-05-22 Jerome Lambourg <lambourg@adacore.com>
2282
2283 * sigtramp-qnx.c: Fix stack alignment issue in the signal trampoline.
2284
2285 2018-05-22 Ed Schonberg <schonberg@adacore.com>
2286
2287 * freeze.adb (Freeze_Fixed_Point_Type): If the first subtype has
2288 delayed aspects, analyze them now, os that the representation of the
2289 type (size, bounds) can be computed and validated.
2290
2291 2018-05-22 Olivier Hainque <hainque@adacore.com>
2292
2293 * libgnat/s-dwalin.adb (Enable_Cache): Skip symbols outside of the
2294 executable code section boundaries.
2295
2296 2018-05-22 Javier Miranda <miranda@adacore.com>
2297
2298 * locales.c: New implementation for the Ada.Locales package.
2299 * libgnat/a-locale.ads: Remove comment indicating that this is not
2300 implemented.
2301 * doc/gnat_rm/standard_library_routines.rst: Remove comment indicating
2302 that this is not implemented.
2303 * gnat_rm.texi: Regenerate.
2304
2305 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2306
2307 * exp_ch5.adb, freeze.adb, pprint.adb, sem_ch4.adb, sem_res.adb: Minor
2308 reformattings.
2309
2310 2018-05-22 Justin Squirek <squirek@adacore.com>
2311
2312 * sem_ch12.adb (In_Same_Declarative_Part): Moved to sem_util.
2313 (Freeze_Subprogram_Body, Install_Body): Modify calls to
2314 In_Same_Declarative_Part.
2315 * sem_prag.adb (Analyze_Pragma-Pragma_Pure_Function): Add check to
2316 verify pragma declaration is within the same declarative list with
2317 corresponding error message.
2318 * sem_util.adb, sem_util.ads (In_Same_Declarative_Part): Moved from
2319 sem_ch12.adb and generalized to be useful outside the scope of
2320 freezing.
2321
2322 2018-05-22 Hristian Kirtchev <kirtchev@adacore.com>
2323
2324 * sem_ch6.adb (Analyze_Subprogram_Declaration): Set the proper
2325 categorization of the unit after processing the aspects in case one of
2326 its aspects is converted into a categorization pragma.
2327
2328 2018-05-21 Ed Schonberg <schonberg@adacore.com>
2329
2330 * freeze.adb (Warn_Overlay): Do not emit a wawrning on an object
2331 declaration with an explicit address clause and a type with default
2332 initialization, if the declaration carries an aspect
2333 Suppress_Initialization.
2334
2335 2018-05-21 Daniel Mercier <mercier@adacore.com>
2336
2337 * pprint.adb: Use mixed case for attribute names.
2338
2339 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2340
2341 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Rename the call to
2342 Analyze_Aspect_Specifications_On_Body_Or_Stub.
2343 (Analyze_Subprogram_Body_Helper): Rename the calls to
2344 Analyze_Aspect_Specifications_On_Body_Or_Stub.
2345 * sem_ch9.adb (Analyze_Entry_Body): Rename the call to
2346 Analyze_Aspect_Specifications_On_Body_Or_Stub.
2347 * sem_ch10.adb: Add with and use clause for Sem_Ch13.
2348 (Analyze_Package_Body_Stub): Add constant Id. Decorate the package stub
2349 prior to analyzing its aspects.
2350 (Analyze_Protected_Body_Stub): Add constant Id. Decorate the package
2351 stub prior to analyzing its aspects. Save and restore the configuration
2352 switches.
2353 (Analyze_Task_Body_Stub): Add constant Id. Decorate the package stub
2354 prior to analyzing its aspects.
2355 * sem_ch13.adb (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
2356 to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
2357 * sem_ch13.ads (Analyze_Aspect_Specifications_On_Body_Or_Stub): Renamed
2358 to Analyze_Aspects_On_Subprogram_Body_Or_Stub.
2359 * sem_prag.adb: Code reformatting.
2360 (Analyze_Refined_Depends_Global_Post): Consider task body stubs.
2361
2362 2018-05-21 Jerome Lambourg <lambourg@adacore.com>
2363
2364 * gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build
2365 for QNX.
2366
2367 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2368
2369 * exp_cg.adb: Remove with and use clause for Exp_Disp.
2370 * exp_ch9.adb: Remove with and use clause for Exp_Disp.
2371 * exp_disp.adb (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
2372 (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
2373 (Is_Predefined_Internal_Operation): Moved to Sem_Util.
2374 * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved to Sem_Util.
2375 (Is_Predefined_Interface_Primitive): Moved to Sem_Util.
2376 (Is_Predefined_Internal_Operation): Moved to Sem_Util.
2377 * exp_dist.adb: Remove with and use clause for Exp_Disp.
2378 * freeze.adb: Remove with and use clause for Exp_Disp.
2379 * sem_cat.adb: Remove with and use clause for Exp_Disp.
2380 * sem_ch6.adb: Remove with and use clause for Exp_Disp.
2381 * sem_ch12.adb: Remove with and use clause for Exp_Disp.
2382 * sem_elab.adb (Check_Overriding_Primitive): Do not process predefined
2383 primitives.
2384 * sem_util.adb: Remove with and use clause for Exp_Disp.
2385 (Is_Predefined_Dispatching_Operation): Moved from Exp_Disp.
2386 (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
2387 (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
2388 * sem_util.ads (Is_Predefined_Dispatching_Operation): Moved from
2389 Exp_Disp.
2390 (Is_Predefined_Interface_Primitive): Moved from Exp_Disp.
2391 (Is_Predefined_Internal_Operation): Moved from Exp_Disp.
2392
2393 2018-05-21 Ed Schonberg <schonberg@adacore.com>
2394
2395 * sem_res.adb (Valid_Conversion): Improve error message on an illegal
2396 type conversion whose expression has a limited view of a type.
2397
2398 2018-05-21 Ed Schonberg <schonberg@adacore.com>
2399
2400 * exp_ch5.adb (Build_Formal_Container_Iteration): If source has
2401 explicit name for iterator loop, preserve that name in expanded
2402 construct, for possible use in exit statements.
2403
2404 2018-05-21 Javier Miranda <miranda@adacore.com>
2405
2406 * sem_ch4.adb (Analyze_Membership_Op): Avoid compiler crash when the
2407 spec of a unit has Ada 2012 membership tests with multiple choices and
2408 the unit body is not compiled under Ada 2012 mode.
2409
2410 2018-05-21 Doug Rupp <rupp@adacore.com>
2411
2412 * sigtramp-vxworks-target.inc: Set cfa_reg properly from sigcontext
2413 pregs.
2414 (CFI_COMMON_REGS): Restore LR jic probed from prologue.
2415 (REGNO_PC_OFFSET): Change to correct value for Aarch64.
2416
2417 2018-05-21 Jose Ruiz <ruiz@adacore.com>
2418
2419 * doc/gnat_ugn/gnat_utility_programs.rst, exp_attr.adb,
2420 libgnarl/s-tassta.adb: Minor typo fixes
2421
2422 2018-05-21 Ed Schonberg <schonberg@adacore.com>
2423
2424 * sem_ch4.adb (Analyze_One_Call): Recognize complex cases where an
2425 indexed call originally in prefix forn is itself the prefix of a
2426 further call.
2427
2428 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
2429
2430 * sem_eval.adb (Is_Null_Range): Clarify access to the full view of a
2431 type.
2432 (Not_Null_Range): Same as above.
2433
2434 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2435
2436 * exp_ch3.adb: Minor reformatting.
2437 * exp_ch6.adb: Likewise.
2438 * freeze.adb: Likewise.
2439 * inline.adb: Likewise.
2440 * sem_util.adb: Likewise.
2441
2442 2018-05-21 Yannick Moy <moy@adacore.com>
2443
2444 * inline.adb (Expand_Inlined_Call.Process_Formals): Use a type
2445 conversion instead of an unchecked type conversion when inlining a
2446 return statement, unless type qualification is required (for character
2447 and string literal) or no check can result from the conversion (for
2448 access types).
2449 * opt.ads: Update comment.
2450
2451 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2452
2453 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Install the elaboration
2454 model of the compilation unit spec, if any.
2455 * sem_ch7.adb (Analyze_Package_Body_Helper): Install the elaboration
2456 model of the compilation unit spec, if any.
2457 * sem_ch10.adb (Analyze_Subunit): Install the elaboration model of the
2458 parent compilation unit spec, if any.
2459 * sem_elab.adb (Check_Elaboration_Scenarios): Restore the elaboration
2460 model of the main unit.
2461 (Is_Same_Unit): The routine now uses Unit_Entity.
2462 (Is_Subunit): Removed.
2463 (Normalize_Unit): Removed.
2464 (Unit_Entity): New routine.
2465 * sem_prag.adb (Analyze_Pragma): Reimplement the handling of pragma
2466 Elaboration_Checks. The analysis now ensures that the pragma appears at
2467 the configuration level, and on the initial declaration of a unit.
2468 Other placements are either flagged as illegal, or ignored.
2469 (Check_Duplicate_Elaboration_Checks_Pragma): New routine.
2470 (Ignore_Elaboration_Checks_Pragma): New routine.
2471 * sem_util.adb (Install_Elaboration_Model): New routine.
2472 * sem_util.ads (Install_Elaboration_Model): New routine.
2473 * doc/gnat_rm/implementation_defined_pragmas.rst: Update the
2474 documentation of pragma Elaboration_Checks.
2475 * gnat_rm.texi: Regenerate.
2476
2477 2018-05-21 Olivier Hainque <hainque@adacore.com>
2478
2479 * libgnat/s-trasym__dwarf.adb (Executable_Name): Return argv[0] instead
2480 of empty string when argv[0] couldn't be found on PATH.
2481 (Enable_Cache): Raise Program_Error instead of attempting a null
2482 pointer dereference when the Exec_Module initialization failed.
2483
2484 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
2485
2486 * libgnarl/a-reatim.ads (Clock_Time): Remove External aspect.
2487 * libgnarl/a-taside.ads (Tasking_State): Likewise.
2488 * libgnat/a-calend.ads (Clock_Time): Likewise.
2489
2490 2018-05-21 Yannick Moy <moy@adacore.com>
2491
2492 * sem_ch6.adb (Analyze_Procedure_Call): Refine test to recognize prefix
2493 call notation in inlined call in GNATprove mode.
2494
2495 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2496
2497 * einfo.adb (Is_External_State): An abstract state is also external
2498 when it is declared with option "synchronous".
2499 * einfo.ads: Update the documentation of synthesized attribute
2500 Is_External_State.
2501 * sem_util.adb (Find_Simple_Properties): New routine.
2502 (Is_Enabled_External_Property): New routine.
2503 (State_Has_Enabled_Property): Reimplemented. The two flavors of option
2504 External have precedence over option Synchronous when determining
2505 whether a property is in effect.
2506
2507 2018-05-21 Yannick Moy <moy@adacore.com>
2508
2509 * sem_eval.adb (Static_Length): Take into account case of variable of
2510 subtype string literal.
2511
2512 2018-05-21 Olivier Hainque <hainque@adacore.com>
2513
2514 * libgnat/s-objrea.ads (Get_Memory_Bounds): Rename as Get_Xcode_Bounds.
2515 (Object_Section): Rename Flag_Alloc component as Flag_Xcode.
2516 * libgnat/s-objrea.adb (Get_Xcode_Bounds): Adjust to new subprogram and
2517 component name.
2518 (Get_Section, ELF case): Set Flag_Xcode from SHF_EXECINSTR.
2519 * libgnat/s-dwalin.adb (Open): Adjust to the Get_Memory_Bounds name
2520 change.
2521
2522 2018-05-21 Olivier Hainque <hainque@adacore.com>
2523
2524 * libgnat/s-dwalin.ads (Dwarf_Context): Change type of Load_Address to
2525 Address, and type of Low, High to Storage_Offset.
2526 (Low): Rename as Low_Address and convey that the return value is a
2527 runtime reference accounting for a load address.
2528 * libgnat/s-dwalin.adb (Read_Aranges_Entry): Adjust to the
2529 address/offset type changes.
2530 (Aranges_Lookup): Likewise.
2531 (Symbolic_Address): Likewise.
2532 (Symbolic_Traceback): Likewise.
2533 (Dump_Cache): Likewise.
2534 (Is_Inside): Likewise.
2535 (Open): Likewise.
2536 (Set_Load_Address): Likewise.
2537 (Low_Address): Likewise, and account for C.Load_Address.
2538 * libgnat/s-trasym__dwarf.adb (Lt): Use Low_Address instead of Low.
2539 (Multi_Module_Symbolic_Traceback): Compare address in traceback
2540 with module Low_Address instead of Low.
2541
2542 2018-05-21 Olivier Hainque <hainque@adacore.com>
2543
2544 * libgnat/s-dwalin.ads (Dwarf_Context): Rename Load_Slide as
2545 Load_Address.
2546 * libgnat/s-dwalin.adb (Is_Inside): Adjust accordingly.
2547 (Set_Load_Address): Likewise.
2548 (Symbolic_Traceback): Likewise.
2549
2550 2018-05-21 Olivier Hainque <hainque@adacore.com>
2551
2552 * libgnat/s-trasym__dwarf.adb (Add_Module_To_Cache): Expect a
2553 Load_Address argument and pass it down to Init_Module.
2554 * libgnat/s-tsmona__linux.adb (Build_Cache_For_All_Modules): Pass
2555 lm.l_addr as the Load_Address to Add_Module_To_Cache.
2556
2557 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
2558
2559 * einfo.adb (Has_Discriminants): Stronger assertion.
2560 (Set_Has_Discriminants): Stronger assertion.
2561 * sem_ch13.adb (Push_Scope_And_Install_Discriminants): Adapt to respect
2562 the stronger assertion on Has_Discriminant.
2563 (Uninstall_Discriminants_And_Pop_Scope): Same as above.
2564 * sem_util.adb (New_Copy_Tree): Same as above.
2565 * sem_ch7.adb (Generate_Parent_References): Prevent calls to
2566 Has_Discriminant on non-type entities that might happen when the
2567 compiled code has errors.
2568 * sem_ch3.adb (Derived_Type_Declaration): Only call
2569 Set_Has_Discriminant on type entities.
2570
2571 2018-05-21 Arnaud Charlet <charlet@adacore.com>
2572
2573 * exp_unst.adb (Unnest_Subprogram): Unnest all subprograms relevant for
2574 code generation.
2575
2576 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
2577
2578 * lib.ads: Fix typo in enumeration in comment.
2579
2580 2018-05-21 Ed Schonberg <schonberg@adacore.com>
2581
2582 * sem_attr.adb (Analyze_Attribute, case Scalar_Storage_Order): The
2583 attribute reference is legal within a generic unit when the prefix is a
2584 formal private type.
2585
2586 2018-05-21 Hristian Kirtchev <kirtchev@adacore.com>
2587
2588 * exp_ch7.adb (Establish_Transient_Scope): Code cleanup. Do not
2589 delegate the secondary stack management when there is no suitable
2590 transient context, and the transient scope was intended to manage the
2591 secondary stack because this causes premature reclamation. Change the
2592 transient scope creation logic by special casing assignment statements
2593 of controlled components for type initialization procedures.
2594 (Find_Node_To_Be_Wrapped): Renamed to Find_Transient_Context. Update
2595 the comment on usage.
2596 (Find_Transient_Context): Change the initinte loop into a while loop.
2597 Iterations schemes and iterator specifications are not valid transient
2598 contexts because they rely on special processing. Assignment statements
2599 are now treated as a normal transient context, special cases are
2600 handled by the caller. Add special processing for pragma Check.
2601 (Is_OK_Construct): Removed. Its functionality has been merged in
2602 routine Find_Transient_Context.
2603 * sem_ch5.adb (Check_Call): Reimplemented. Add code to properly
2604 retrieve the subprogram being invoked. Use a more accurate predicate
2605 (Requires_Transient_Scope) to determine that the function will emply
2606 the secondary stack.
2607
2608 2018-05-21 Piotr Trojanek <trojanek@adacore.com>
2609
2610 * ada_get_targ.adb: Fix subprogram body headers.
2611 * adabkend.adb: Likewise.
2612 * checks.adb: Likewise.
2613 * exp_ch3.adb: Likewise.
2614 * exp_ch5.adb: Likewise.
2615 * exp_ch9.adb: Likewise.
2616 * exp_dist.adb: Likewise.
2617 * exp_tss.adb: Likewise.
2618 * inline.adb: Likewise.
2619 * lib-writ.adb: Likewise.
2620 * lib-xref-spark_specific.adb: Likewise.
2621 * libgnarl/s-osinte__darwin.adb: Likewise.
2622 * libgnarl/s-stusta.adb: Likewise.
2623 * libgnarl/s-taprop__solaris.adb: Likewise.
2624 * libgnarl/s-tposen.adb: Likewise.
2625 * libgnarl/s-vxwext__kernel-smp.adb: Likewise.
2626 * libgnarl/s-vxwext__kernel.adb: Likewise.
2627 * libgnat/a-btgbso.adb: Likewise.
2628 * libgnat/a-cfdlli.adb: Likewise.
2629 * libgnat/a-cfhama.adb: Likewise.
2630 * libgnat/a-cfinve.adb: Likewise.
2631 * libgnat/a-cimutr.adb: Likewise.
2632 * libgnat/a-coboho.adb: Likewise.
2633 * libgnat/a-cofove.adb: Likewise.
2634 * libgnat/a-cofuve.adb: Likewise.
2635 * libgnat/a-comutr.adb: Likewise.
2636 * libgnat/a-exexda.adb: Likewise.
2637 * libgnat/a-tags.adb: Likewise.
2638 * libgnat/a-tideau.adb: Likewise.
2639 * libgnat/a-wtdeau.adb: Likewise.
2640 * libgnat/a-ztdeau.adb: Likewise.
2641 * libgnat/g-alleve.adb: Likewise.
2642 * libgnat/s-excdeb.adb: Likewise.
2643 * libgnat/s-parint.adb: Likewise.
2644 * libgnat/s-shasto.adb: Likewise.
2645 * libgnat/s-traceb__hpux.adb: Likewise.
2646 * prepcomp.adb: Likewise.
2647 * sem_ch4.adb: Likewise.
2648 * sem_ch6.adb: Likewise.
2649 * sem_dist.adb: Likewise.
2650 * sem_prag.adb: Likewise.
2651 * sem_util.adb: Likewise.
2652 * sinfo.adb: Likewise.
2653 * switch.adb: Likewise.
2654
2655 2018-05-04 John Marino <gnugcc@marino.st>
2656
2657 PR ada/85635
2658 * link.c (BSD platforms): Add missing backslash.
2659
2660 2018-04-27 Eric Botcazou <ebotcazou@adacore.com>
2661
2662 PR ada/85540
2663 * init.c (__gnat_handle_vms_condition): Add missing parentheses.
2664
2665 2018-04-25 Eric Botcazou <ebotcazou@adacore.com>
2666
2667 PR ada/85007
2668 * gnat_ugn.texi: Regenerate.
2669
2670 2018-03-23 Eric Botcazou <ebotcazou@adacore.com>
2671
2672 PR ada/85007
2673 * gnatlink.adb (Gnatlink): Remove handling of -b switch.
2674 * doc/gnat_ugn/building_executable_programs_with_gnat.rst (gnatlink):
2675 Remove documentation of -b switch.
2676
2677 2018-03-23 Eric Botcazou <ebotcazou@adacore.com>
2678
2679 PR ada/85036
2680 * gnatlink.adb (Process_Args): Drop existing link switches if multiple
2681 switches are passed for --LINK.
2682
2683 2018-03-12 Eric Botcazou <ebotcazou@adacore.com>
2684
2685 PR ada/82813
2686 * gcc-interface/misc.c (gnat_post_options): Disable string overflow
2687 warnings.
2688
2689 2018-03-10 Eric Botcazou <ebotcazou@adacore.com>
2690
2691 * gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
2692 Consider only entities for objects.
2693
2694 2018-03-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
2695
2696 * gcc-interface/Makefile.in (OSCONS_CPP): Remove redundant
2697 $(GNATLIBCFLAGS).
2698 (OSCONS_EXTRACT): Add $(GNATLIBCFLAGS_FOR_C).
2699
2700 2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
2701
2702 * gcc-interface/trans.c (convert_with_check): Fix typo in the condition
2703 guarding the overflow check emitted for the upper bound of a floating-
2704 point conversion.
2705
2706 2018-03-06 Eric Botcazou <ebotcazou@adacore.com>
2707
2708 * gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.
2709
2710 2018-02-28 Eric Botcazou <ebotcazou@adacore.com>
2711
2712 * libgnat/i-cexten.ads (Float_128): New type.
2713
2714 2018-02-02 Eric Botcazou <ebotcazou@adacore.com>
2715
2716 * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
2717 false if the component type is a pointer.
2718
2719 2018-01-11 Gary Dismukes <dismukes@adacore.com>
2720
2721 * exp_ch3.adb (Default_Initialize_Object): Call New_Copy_Tree on the
2722 result of Get_Simple_Init_Value and pass the source location of the
2723 object declaration's object_definition.
2724
2725 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2726
2727 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Handle
2728 properly object declarations with initializations that are
2729 build-in-place function calls, when there is an address specification,
2730 either as an aspect specification or an explicit attribute
2731 specification clause, for the initialized object.
2732 * freeze.adb (Check_Address_Clause): Do not remove side-effects from
2733 initial expressions in the case of a build-in-place call.
2734
2735 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
2736
2737 * sem_eval.adb (Is_Null_Range): Retrieve the full view when called on a
2738 private (sub)type; refactor to avoid early return statement.
2739 (Not_Null_Range): Same as above.
2740
2741 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2742
2743 * freeze.adb (Freeze_Entity): Ensure that a Ghost type is not
2744 concurrent, nor effectively volatile.
2745 * ghost.adb (Check_Ghost_Type): New routine.
2746 * ghost.ads (Check_Ghost_Type): New routine.
2747 * sem_util.adb (Is_Declaration): Reimplemented. The routine can now
2748 consider specific subsets of declarations.
2749 (Is_Declaration_Other_Than_Renaming): Removed. Its functionality is
2750 replicated by Is_Declaration.
2751 * sem_util.ads (Is_Declaration): New parameter profile. Update the
2752 comment on usage.
2753 (Is_Declaration_Other_Than_Renaming): Removed.
2754
2755 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2756
2757 * sem_ch5.adb (Analyze_Assignment): Assignments to variables that act
2758 as Part_Of consituents of single protected types are illegal when they
2759 take place inside a protected function.
2760 (Diagnose_Non_Variable_Lhs): Use Within_Function to check for an
2761 enclosing function.
2762 (Is_Protected_Part_Of_Constituent): New routine.
2763 (Within_Function): New routine.
2764
2765 2018-01-11 Arnaud Charlet <charlet@adacore.com>
2766
2767 Bump copyright notices to 2018.
2768
2769 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2770
2771 * binde.adb, par-ch6.adb, par-ch9.adb, sem_ch12.adb, sem_ch13.adb:
2772 Minor reformatting.
2773
2774 2018-01-11 Justin Squirek <squirek@adacore.com>
2775
2776 * par-ch6.adb (Scan_Body_Or_Expression_Function): Add additional check
2777 to make sure a given expression function is properly parenthesized.
2778
2779 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2780
2781 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Check the
2782 categorization of a subprogram body which does not complete a previous
2783 declaration.
2784
2785 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2786
2787 * sem_ch10.adb (Check_Private_Child_Unit): Ensure that the enclosing
2788 scope of package Ada is Standard.
2789
2790 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2791
2792 * sem_ch13.adb (Replace_Type_Ref): Handle properly reference to a
2793 subcomponent of the current entity when building the body for a dynamic
2794 predicate function for a record with composite subcomponents.
2795
2796 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2797
2798 * exp_aggr.adb (Convert_Aggr_In_Object_Decl): Update the call to
2799 Establish_Transient_Scope.
2800 (Convert_To_Assignments): Update the call to Establish_Transient_Scope.
2801 (Expand_Array_Aggregate): Update the call to Establish_Transient_Scope.
2802 * exp_ch6.adb (Expand_Call_Helper): Update the call to
2803 Establish_Transient_Scope.
2804 (Make_Build_In_Place_Call_In_Object_Declaration): Update the call to
2805 Establish_Transient_Scope.
2806 * exp_ch7.adb (Establish_Transient_Scope): Restructured. Delegate the
2807 management of the secondary stack to an enclosing scope if there is no
2808 suitable construct to wrap, and the transient scope was intended to
2809 manage the secondary stack.
2810 (Find_Node_To_Be_Wrapped): Restructured. A case_statement_alternative
2811 is a valid boundary for a transient expression which comes from the
2812 statements of the alternative, otherwise alternatives cannot be
2813 wrapped. Assignments of controlled objects which have controlled
2814 actions suppressed now stop the traversal as there is no point in
2815 looking for an enclosing construct. Add several N_xxx_Body choices to
2816 the termination conditions for completeness.
2817 * exp_ch7.ads (Establish_Transient_Scope): Update the parameter profile
2818 and the associated comment on usage.
2819 * exp_smem.adb (Add_Shared_Var_Lock_Procs): Update the call to
2820 Establish_Transient_Scope.
2821 (Add_Write_After): Update the call to Establish_Transient_Scope.
2822 * sem_res.adb (Check_Initialization_Call): Removed.
2823 (Resolve_Actuals): Account for additional cases where finalization
2824 actions are required by utilizing predicate Needs_Finalization rather
2825 than Is_Controlled.
2826 (Resolve_Call): Type initialization procedures can now utilize
2827 transient scopes to manage the secondary stack, thus preventing leaks
2828 during initialization. Remove the previous kludgy algorithm which
2829 attempts to manage the secondary stack at the object creation site.
2830
2831 2018-01-11 Jerome Lambourg <lambourg@adacore.com>
2832
2833 * libgnat/g-soliop__qnx.ads: New.
2834 * adaint.c, adaint.h, cstreams.c, s-oscons-tmplt.c, sysdep.c: Update
2835 for QNX.
2836
2837 2018-01-11 Bob Duff <duff@adacore.com>
2838
2839 * par-ch9.adb (P_Protected_Operation_Declaration_Opt): Give an error if
2840 a null procedure occurs in a protected definition.
2841
2842 2018-01-11 Bob Duff <duff@adacore.com>
2843
2844 * binderr.ads, namet.ads: Minor reformatting.
2845
2846 2018-01-11 Bob Duff <duff@adacore.com>
2847
2848 * doc/gnat_ugn/gnat_utility_programs.rst: Improve documentation of
2849 xml2gnat.
2850
2851 2018-01-11 Bob Duff <duff@adacore.com>
2852
2853 * binde.adb (Force_Elab_Order): Give an error if there are duplicate
2854 unit names.
2855
2856 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2857
2858 * sem_ch6.adb (Freeze_Expr_Types): If an access value is the
2859 controlling argument of a dispatching call. freeze the corresponding
2860 designated type.
2861
2862 2018-01-11 Ben Brosgol <brosgol@adacore.com>
2863
2864 * doc/Makefile: Add Sphinx option -W to treat warnings as errors.
2865
2866 2018-01-11 Ben Brosgol <brosgol@adacore.com>
2867
2868 * doc/gnat_rm/implementation_defined_aspects.rst: Minor type/wording
2869 corrections.
2870 * gnat_rm.texi: Regenerate.
2871
2872 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2873
2874 * sem_ch12.adb (Check_Fixed_Point_Type): Do not apply check if the
2875 formsl type corresponding to the actual fixed point type is private,
2876 because in this case there can be no suspicious arithmetic operations
2877 in the generic unless they reference a formal subprogram. Clarify
2878 warning.
2879
2880 2018-01-11 Javier Miranda <miranda@adacore.com>
2881
2882 * exp_util.adb (Remove_Side_Effects): No action done for functions
2883 returning class-wide types since it requires generating code using
2884 'reference and the CCG target has no secondary stack.
2885 * gnat1drv.adb: Disable building static dispatch tables when generating
2886 C code.
2887
2888 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
2889
2890 * libgnat/a-direio.ads, libgnat/a-sequio.ads, libgnat/a-ststio.ads,
2891 libgnat/a-textio.ads, libgnat/a-witeio.ads, libgnat/a-ztexio.ads
2892 (File_Type): Add Default_Initial_Condition aspect.
2893
2894 2018-01-11 Pascal Obry <obry@adacore.com>
2895
2896 * libgnat/s-os_lib.adb (Normalize_Pathname): New implementation.
2897
2898 2018-01-11 Bob Duff <duff@adacore.com>
2899
2900 * doc/gnat_ugn/gnat_utility_programs.rst: Rewrite gnatpp documentation
2901 to match what the Libadalang-based version does.
2902 * doc/gnat_ugn/about_this_guide.rst: Update reference.
2903
2904 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2905
2906 * sem_res.adb (Uses_SS): A controlled type requires the secondary stack
2907 if it contains at least one component declaration employing a function
2908 call returning on the secondary stack.
2909
2910 2018-01-11 Yannick Moy <moy@adacore.com>
2911
2912 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
2913 Update description of restriction SPARK_05 with SPARK 2014.
2914 * gnat_rm.texi: Regenerate.
2915
2916 2018-01-11 Vasiliy Fofanov <fofanov@adacore.com>
2917
2918 * doc/gnat_ugn/gnat_utility_programs.rst: Fix layout.
2919
2920 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2921
2922 * exp_aggr.adb, exp_ch9.adb, exp_util.adb, sem_aggr.adb, sem_ch3.adb,
2923 sem_res.adb, sem_util.adb: Minor reformatting.
2924
2925 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2926
2927 * sem_prag.adb (Analyze_Pragma, case Predicate): Indicate that the type
2928 has a delayed aspect which must be processed at the point the type is
2929 frozen. This mimics what is done when the predicate is provided by a
2930 source aspect.
2931
2932 2018-01-11 Doug Rupp <rupp@adacore.com>
2933
2934 * init.c (vxworks): Add macro checks for __aarch64__.
2935
2936 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2937
2938 * exp_util.adb (Add_Failure_Expression): New routine.
2939 (Make_Predicate_Check): Reimplement the handling of Predicate_Failure.
2940 * sem_util.adb (Is_Current_Instance): Code cleanup.
2941
2942 2018-01-11 Patrick Bernardi <bernardi@adacore.com>
2943
2944 * libgnat/s-parame*.adb, libgnat/s-parame*.ads: Remove unneeded
2945 Default_Sec_Stack_Size.
2946 * libgnat/s-secsta.adb (SS_Allocate): Handle the fixed secondary stack
2947 limit check so that the integer index does not overflow. Check the
2948 dynamic stack allocation does not cause the secondary stack pointer to
2949 overflow.
2950 (SS_Info): Align colons.
2951 (SS_Init): Cover the case when bootstraping with an old compiler that
2952 does not set Default_SS_Size.
2953
2954 2018-01-11 Ed Schonberg <schonberg@adacore.com>
2955
2956 * sem_ch3.adb (Add_Internal_Interface_Entities): When checking the
2957 legality of an inherited operation that may require overriding, ignore
2958 primitive_wrappers that correspond to explicit operations that override
2959 an interface primitive.
2960 * exp_util.adb (Build_Class_Wide_Expression, Replace_Entity): If the
2961 operation to which the class-wide expression applies is a protected op.
2962 with a primitive_wrapper, verify that the updated inherited expression
2963 does not contain an internal call to a protected function. This
2964 completes the implementation of AI12-0166.
2965
2966 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
2967
2968 * ali.adb: Document the remaining letters available for ALI lines.
2969 (Scan_ALI): A with clause is internal when it is encoded on a 'Z' line.
2970 * ali.ads: Update type With_Record. Field
2971 Implicit_With_From_Instantiation is no longer in use. Add field
2972 Implicit_With.
2973 * csinfo.adb (CSinfo): Remove the setup for attribute
2974 Implicit_With_From_Instantiation.
2975 * lib-writ.adb (Collect_Withs): Correct the logic which marks a unit as
2976 either implicitly or explicitly withed.
2977 (Is_Implicit_With_Clause): New routine.
2978 (Write_ALI): Rename array Implicit_With to Has_Implicit_With to avoid
2979 confusion with the with clause attribute by the same name.
2980 (Write_With_Lines): Update the emission of 'W', 'Y', and 'Z' headers.
2981 * rtsfind.adb (Maybe_Add_With): Code cleanup.
2982 * sem_ch8.adb (Present_System_Aux): Code cleanup.
2983 * sem_ch10.adb (Expand_With_Clause): Mark the with clause as generated
2984 for a parent unit.
2985 (Implicit_With_On_Parent): Mark the with clause as generated for a
2986 parent unit.
2987 * sem_ch12.adb (Inherit_Context): With clauses inherited by an
2988 instantiation are no longer marked as Implicit_With_From_Instantiation
2989 because they are already marked as implicit.
2990 * sem_elab.adb (Ensure_Prior_Elaboration_Static): Remove the kludge
2991 which marks implicit with clauses as related to an instantiation.
2992 * sinfo.adb (Implicit_With_From_Instantiation): Removed.
2993 (Parent_With): New routine.
2994 (Set_Implicit_With_From_Instantiation): Removed.
2995 (Set_Parent_With): New routine.
2996 * sinfo.ads: Update the documentation of attribute Implicit_With.
2997 Remove attribute Implicit_With_From_Instantiation along with
2998 occurrences in nodes. Add attribute Parent_With along with occurrences
2999 in nodes.
3000 (Implicit_With_From_Instantiation): Removed along with pragma Inline.
3001 (Parent_With): New routine along with pragma Inline.
3002 (Set_Implicit_With_From_Instantiation): Removed along with pragma Inline.
3003 (Set_Parent_With): New routine along with pragma Inline.
3004
3005 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
3006
3007 * sem_util.adb (Find_Enclosing_Scope): Return the unique defining
3008 entity when the enclosing construct is a body.
3009
3010 2018-01-11 Patrick Bernardi <bernardi@adacore.com>
3011
3012 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Simplified
3013 Secondary_Stack_Size handling as a pragma is now generated for the
3014 corresponding aspect instead of an attribute. Pragma expression is
3015 relocated instead of evaluated. Discriminant of the corresponding
3016 record type is referenced rather than the type discriminant.
3017 (Create_Secondary_Stack_For_Task, Make_Task_Create_Call): Update
3018 Secondary_Stack_Size rep item checks to only look for the pragma rep.
3019 * sem_ch13.adb (Analyze_One_Aspect): Transform
3020 Aspect_Secondary_Stack_Size into a pragma instead of an attribute
3021 because the attribute does not have visibility on a task type's
3022 discriminants when the type's definition is expanded.
3023 (Analyze_Attribute_Definition_Clause): Remove handling of
3024 Attribute_Secondary_Stack_Size.
3025 * snames.adb-tmpl, snames.ads-tmpl: Remove
3026 Attribute_Secondary_Stack_Size, no longer used.
3027
3028 2018-01-11 Justin Squirek <squirek@adacore.com>
3029
3030 * sem_ch8.adb: Minor comment fix.
3031
3032 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
3033
3034 * exp_ch4.adb (Process_Action): Do not abandon the inspection of an
3035 individual action because the action may denote a complex expression,
3036 such as a case statement, which in turn may contain additional
3037 transient objects.
3038
3039 2018-01-11 Ed Schonberg <schonberg@adacore.com>
3040
3041 * sem_aggr.adb (Resolve_Iterated_Component_Association): Perform
3042 analysis on a copy of the expression with a copy of the index variable,
3043 because full expansion will rewrite construct into a loop with the
3044 original loop variable.
3045 * exp_aggr.adb (Gen_Assign): Defer analysis and resolution if the
3046 expression is an iterated component association. Full analysis takes
3047 place when construct is rewritten as a loop.
3048 (In_Place_Assign_OK, Safe_Component): An iterated_component_association
3049 is not safe for in-place assignment.
3050 * sem_util.adb (Remove_Entity): Handle properly the case of an isolated
3051 entity with no homonym and no other entity in the scope.
3052
3053 2018-01-11 Justin Squirek <squirek@adacore.com>
3054
3055 * sem_prag.adb (Analyze_Pragma:Pragma_Loop_Variant): Modify error
3056 message to be printed on the pragma argument identifier.
3057
3058 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
3059
3060 * exp_util.adb (Build_Invariant_Procedure_Declaration): Set the last
3061 entity of the generated invariant procedure in order to construct a
3062 proper entity chain.
3063
3064 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
3065
3066 * sem_ch13.adb (Build_Predicate_Functions): Fix minor issues in
3067 comment.
3068
3069 2018-01-11 Arnaud Charlet <charlet@adacore.com>
3070
3071 * einfo.ads, einfo.adb (Activation_Record_Component,
3072 Set_Activation_Record_Component, Set_Is_Uplevel_Referenced_Entity):
3073 Allow E_Discriminant.
3074
3075 2018-01-10 Eric Botcazou <ebotcazou@adacore.com>
3076
3077 * gcc-interface/decl.c (gnat_to_gnu_component_type): Apply the check
3078 for atomic access once the component size is taken into account and
3079 also do it if the component type is Atomic or Volatile_Full_Access.
3080
3081 2018-01-04 Eric Botcazou <ebotcazou@adacore.com>
3082
3083 * gnatvsn.ads: Bump copyright year.
3084
3085 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
3086 Alan Hayward <alan.hayward@arm.com>
3087 David Sherwood <david.sherwood@arm.com>
3088
3089 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_BITSIZE
3090 as polynomial.
3091
3092 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
3093 Alan Hayward <alan.hayward@arm.com>
3094 David Sherwood <david.sherwood@arm.com>
3095
3096 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_PRECISION
3097 as polynomial.
3098
3099 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
3100 Alan Hayward <alan.hayward@arm.com>
3101 David Sherwood <david.sherwood@arm.com>
3102
3103 * gcc-interface/utils.c (gnat_types_compatible_p): Handle
3104 polynomial TYPE_VECTOR_SUBPARTS.
3105
3106 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
3107 Alan Hayward <alan.hayward@arm.com>
3108 David Sherwood <david.sherwood@arm.com>
3109
3110 * gcc-interface/misc.c (enumerate_modes): Handle polynomial
3111 GET_MODE_NUNITS.
3112
3113 2018-01-03 Jakub Jelinek <jakub@redhat.com>
3114
3115 Update copyright years.
3116
3117 * gnat_ugn.texi: Bump @copying's copyright year.
3118 * gnat_rm.texi: Likewise.
3119 \f
3120 Copyright (C) 2018 Free Software Foundation, Inc.
3121
3122 Copying and distribution of this file, with or without modification,
3123 are permitted in any medium without royalty provided the copyright
3124 notice and this notice are preserved.