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