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