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