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