]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ada/ChangeLog
[Ada] Minor tweak to -gnatR output
[thirdparty/gcc.git] / gcc / ada / ChangeLog
CommitLineData
87b5a4e8 12019-07-23 Eric Botcazou <ebotcazou@adacore.com>
2
3 * repinfo.adb (List_Component_Layout): Pass Decimal to UI_Write.
4 (Write_Val): Likewise.
5
441fbb64 62019-07-23 Ed Schonberg <schonberg@adacore.com>
7
8 * aspects.ads: New table Operational_Aspect, used to distinguish
9 between aspects that are view-specific, such as those related to
10 iterators, and representation aspects that apply to all views of
11 a type.
12 * aspects.adb (Find_Aspect): If the aspect being sought is
13 operational, do not ecamine the full view of a private type to
14 retrieve it.
15 * sem_ch5.adb (Analyze_Iterator_Specification): Improve error
16 message when the intended domain of iteration does not implement
17 the required iterator aspects.
18
583f62e9 192019-07-23 Yannick Moy <moy@adacore.com>
20
21 * sem_spark.ads (Is_Local_Context): New function.
22 * sem_spark.adb (Check_Declaration): Issue errors on violations
23 of SPARK RM 3.10(4)
24 (Process_Path): Do not issue error on borrow/observe during
25 elaboration, as these are caught by the new rule.
26
ec154f5b 272019-07-23 Yannick Moy <moy@adacore.com>
28
29 * exp_ch7.adb (Create_Finalizer): Force finalizer not to be
30 Ghost enabled.
31 * exp_dbug.adb (Get_External_Name): Explain special case of
32 Ghost finalizer.
33
e1598796 342019-07-22 Eric Botcazou <ebotcazou@adacore.com>
35
36 * repinfo.adb (List_Entities): Also list compiled-generated
37 types present as Etype of objects.
38
da90894a 392019-07-22 Eric Botcazou <ebotcazou@adacore.com>
40
41 * sinfo.ads: Update the documentation about the
42 Do_Division_Check, Do_Overflow_Check and Do_Range_Check flags.
43
bb8b9752 442019-07-22 Eric Botcazou <ebotcazou@adacore.com>
45
46 * exp_ch4.adb (Expand_N_Type_Conversion): Beef up comment.
47 (Fixup_Universal_Fixed_Operation): Set the base type instead of
48 the type of the enclosing type conversion on the operation.
49
aeb4eb17 502019-07-22 Ed Schonberg <schonberg@adacore.com>
51
52 * exp_ch4.adb (Expand_N_In): Do not suggest the use of attribute
53 'Valid as a replacement for a range check on a discrete type
54 when the bounds of the range are given by type conversions,
55 because in such a case there are distinct types involved and the
56 subbested attribute replacement would be misplaced.
57
30cf324b 582019-07-22 Yannick Moy <moy@adacore.com>
59
60 * sem_spark.adb (Get_Root_Object, Is_Path_Expression,
61 Is_Subpath_Expression): Add parameter Is_Traversal to adapt
62 these functions to the case of paths returned from a traversal
63 function.
64 (Read_Indexes): Handle the case of an if-expression or
65 case-expression.
66 (Check_Statement): Check Emit_Messages only when issuing an
67 error message. This is important as Emit_Messages may store the
68 information that an error was detected.
69
72c474b5 702019-07-22 Eric Botcazou <ebotcazou@adacore.com>
71
72 * checks.adb (Apply_Type_Conversion_Checks): Do not set
73 Do_Range_Check flag on conversions from fixed-point types
74 either.
75 * exp_attr.adb: Add use and with clause for Expander.
76 (Expand_N_Attribute_Reference) <Fixed_Value, Integer_Value>: Set
77 the Conversion_OK flag and do not generate overflow/range checks
78 manually.
79 * exp_ch4.adb (Expand_N_Qualified_Expression): Remove
80 superfluous clearing of Do_Range_Check flag.
81 (Discrete_Range_Check): New procedure to generate a range check
82 for discrete types.
83 (Real_Range_Check): Remove redundant local variable and adjust.
84 Remove useless shortcut. Clear Do_Range_Check flag on all
85 paths.
86 (Expand_N_Type_Conversion): Remove redundant test on
87 Conversion_OK. Call Discrete_Range_Check to generate range
88 checks on discrete types. Remove obsolete code for
89 float-to-integer conversions. Add code to generate range checks
90 for conversions involving fixed-point types.
91
39cdd055 922019-07-22 Eric Botcazou <ebotcazou@adacore.com>
93
94 * sprint.ads: Fix pasto in comment.
95
9af8c78a 962019-07-22 Javier Miranda <miranda@adacore.com>
97
98 * sem_res.adb (Resolve_Actuals): Replace code that displaces the
99 pointer to an allocated object to reference its secondary
100 dispatch table by a type conversion (which takes care of
101 handling all cases).
102
0ff5a502 1032019-07-22 Eric Botcazou <ebotcazou@adacore.com>
104
105 * sprint.adb (Sprint_Node_Actual)
106 <N_Decimal_Fixed_Point_Definition>: Swap a couple of spaces.
107 (Write_Itype): Minor consistency fixes throughout. Add support
108 for printing ordinary and decimal fixed-point types and
109 subtypes.
110
8c6eab72 1112019-07-22 Eric Botcazou <ebotcazou@adacore.com>
112
113 * exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
114
76ed386d 1152019-07-22 Ed Schonberg <schonberg@adacore.com>
116
117 * libgnat/s-valboo.ads, libgnat/s-valcha.ads,
118 libgnat/s-valdec.ads, libgnat/s-valenu.ads,
119 libgnat/s-valint.ads, libgnat/s-vallld.ads,
120 libgnat/s-vallli.ads, libgnat/s-valllu.ads,
121 libgnat/s-valrea.ads, libgnat/s-valuns.ads,
122 libgnat/s-valwch.ads: Change categorization of packages that
123 implement attribute 'Value from Pure to Preelaborate, to prevent
124 undesirable optimizations when the evaluation of the attribute
125 raises Constraint_Error, but subsequent use of the result of
126 this evsaluation is removed by a subsequent optimization.
127
e869060d 1282019-07-22 Ed Schonberg <schonberg@adacore.com>
129
130 * sem_warn.adb (Check_References): Do not emit s warning on a
131 referenced entity with no explicit assignment if the type of the
132 entity has Preelaborable_Initialixation, such as
133 Exception_Occurrence.
134
9bf70d94 1352019-07-22 Javier Miranda <miranda@adacore.com>
136
137 * exp_ch4.adb (Size_In_Storage_Elements): Improve the expansion
138 to handle array indexes that are modular type.
139 (Expand_N_Allocator): For 32-bit targets improve the generation
140 of the runtime check associated with large arrays supporting
141 arrays initialized with a qualified expression.
142 * libgnat/s-imenne.adb (Image_Enumeration_8,
143 Image_Enumeration_16, Image_Enumeration_32): Define the index of
144 Index_Table with range Natural'First .. Names'Length since in
145 the worst case all the literals of the enumeration type would be
146 single letter literals and the Table built by the frontend would
147 have as many components as the length of the names string. As a
148 result of this enhancement, the internal tables declared using
149 Index_Table have a length closer to the real needs, thus
150 avoiding the declaration of large arrays on 32-bit CCG targets.
151
b0da310b 1522019-07-22 Yannick Moy <moy@adacore.com>
153
154 * sem_ch3.adb (Constrain_Access): Issue a message about ignored
155 constraint.
156
592e600a 1572019-07-22 Eric Botcazou <ebotcazou@adacore.com>
158
159 * sem_ch8.adb (End_Use_Type): Reset the In_Use flag on the
160 class-wide type if the type is tagged.
161 (Use_One_Type): Add commentary on the handling of the class-wide
162 type.
163
c1eeb1c6 1642019-07-22 Eric Botcazou <ebotcazou@adacore.com>
165
166 * einfo.ads (Is_For_Access_Subtype): Delete.
167 (Set_Is_For_Access_Subtype): Likewise.
168 * einfo.adb (Is_For_Access_Subtype): Likewise.
169 (Set_Is_For_Access_Subtype): Likewise.
170 (Write_Entity_Flags): Do not write Is_For_Access_Subtype.
171 * exp_ch4.adb (Expand_N_Selected_Component): Do not deal with
172 it.
173 * exp_spark.adb (Expand_SPARK_N_Selected_Component): Likewise.
174 * sem_ch4.adb (Analyze_Explicit_Dereference): Likewise.
175 * sem_ch3.adb (Build_Discriminated_Subtype): Do not build a
176 special private subtype for access-to-record subtypes.
177
3eb44c27 1782019-07-22 Eric Botcazou <ebotcazou@adacore.com>
179
180 * sem_ch3.adb (Complete_Private_Subtype): Rework the setting of
181 the Etype of the full view for full base types that cannot
182 contain any discriminant. Remove code and comment about it in
183 the main path.
184
9c6c2b81 1852019-07-22 Ed Schonberg <schonberg@adacore.com>
186
187 * sem_ch3.adb (Convert_Bound): Subsidiary of
188 Floating_Point_Type_Declaration, to handle properly range
189 specifications with bounds that may include static constants of
190 a given type rather than real literals.
191
d5dbc1bb 1922019-07-22 Eric Botcazou <ebotcazou@adacore.com>
193
194 * sem_aggr.adb (Rewrite_Bound): Be prepared for discriminals
195 too.
196 (Rewrite_Range;): Minor tweak.
197 (Resolve_Record_Aggregate): For a component with default
198 initialization whose expression is an array aggregate, also
199 rewrite the bounds of the component associations, if any.
200
37f1cae9 2012019-07-22 Gary Dismukes <dismukes@adacore.com>
202
203 * exp_ch5.adb (Expand_N_Case_Statement): In the case where a
204 case statement is rewritten as an equivalent if statement,
205 inherit the From_Condition_Expression flag from the case
206 statement.
207
e6368760 2082019-07-22 Eric Botcazou <ebotcazou@adacore.com>
209
210 * sem_ch8.adb (Check_Constrained_Object): Further extend the
211 special optimization to all limited types.
212
9b8341e7 2132019-07-22 Eric Botcazou <ebotcazou@adacore.com>
214
215 * exp_attr.adb (Expand_N_Attribute_Reference)
216 <Attribute_Enum_Val>: Set No_Truncation on the
217 N_Unchecked_Type_Conversion built around the argument passed to
218 the attribute.
219
f930ed43 2202019-07-22 Nicolas Roche <roche@adacore.com>
221
222 * libgnat/s-valrea.adb (Scan_Real): Ignore non significative
223 digits to avoid converging to infinity in some cases.
224
3474a75e 2252019-07-22 Eric Botcazou <ebotcazou@adacore.com>
226
227 * libgnat/g-encstr.adb (Encode_Wide_String): Fix oversight.
228 (Encode_Wide_Wide_String): Likewise.
229
a7f20f4b 2302019-07-22 Eric Botcazou <ebotcazou@adacore.com>
231
232 * sem_warn.adb (Find_Var): Bail out for a function call with an
233 Out or In/Out parameter.
234
a51cd2a2 2352019-07-22 Nicolas Roche <roche@adacore.com>
236
237 * terminals.c (__gnat_tty_waitpid): Support both blocking and
238 not blocking mode.
239 * libgnat/g-exptty.ads (Is_Process_Running): New function.
240 * libgnat/g-exptty.adb (Close): Don't try to interrupt/terminate
241 a process if it is already dead.
242
36167f09 2432019-07-22 Ed Schonberg <schonberg@adacore.com>
244
245 * freeze.adb (Freeze_Fixed_Point_Type): When freezing a
246 fixed-point subtype, check whether the parent type declarastion
247 includes an aspect specification for the 'Small type attribute,
248 and inherit the specified value.
249
b5293e2d 2502019-07-22 Javier Miranda <miranda@adacore.com>
251
252 * freeze.adb (Freeze_Subprogram): Check that C++ constructors
253 must have external or link name.
254
7c48993c 2552019-07-22 Ed Schonberg <schonberg@adacore.com>
256
257 * sem_res.adb (Resolve_Selected_Component): If the prefix has a
258 deferred reference, generate the correct reference now, to
259 indicate that the previous assignment is used. This prevents
260 spurious warnings on useless assignments when compiling with all
261 warnings enabled. when there is a subsequent call in the same
262 stqtement list, in which the prefix of the selected component is
263 the actual for an out parameter.
264
0b87f8cf 2652019-07-22 Eric Botcazou <ebotcazou@adacore.com>
266
267 * exp_attr.adb (Expand_Loop_Entry_Attribute): Copy the condition
268 of a while loop instead of simply relocating it.
269
0c41e160 2702019-07-18 Arnaud Charlet <charlet@adacore.com>
271
272 * Makefile.rtl, expect.c, env.c, aux-io.c, mkdir.c, initialize.c,
273 cstreams.c, raise.c, tracebak.c, adadecode.c, init.c, raise-gcc.c,
274 argv.c, adaint.c, adaint.h, ctrl_c.c, sysdep.c, rtinit.c, cio.c,
275 seh_init.c, exit.c, targext.c: Introduce a "STANDALONE" mode where C
276 runtime files do not have any dependency on GCC include files.
277 Remove unnecessary includes.
278 Remove remaining references to VMS in runtime C file.
279 * runtime.h: new File.
280
0e972d45 2812019-07-13 Andreas Schwab <schwab@linux-m68k.org>
282
283 * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
284
77fe13f0 2852019-07-11 Piotr Trojanek <trojanek@adacore.com>
286
287 * lib-writ.adb (Ensure_System_Dependency,
288 Up_To_Date_ALI_File_Exists, Write_ALI): Replace low-level access
289 to table with a high-level query.
290
56903255 2912019-07-11 Piotr Trojanek <trojanek@adacore.com>
292
293 * checks.adb: Fix typo in comment.
294 * sem.adb (Semantics): Avoid repeated calls to
295 In_Extended_Main_Source_Unit by reusing an already-cached
296 result.
297 * sem_util.adb (First_Global): Fix style.
298
85f6c73a 2992019-07-11 Yannick Moy <moy@adacore.com>
300
301 * sem_res.adb (Resolve_Call): Do not perform dimensionality
302 checking on inlined bodies.
303
5083f119 3042019-07-11 Yannick Moy <moy@adacore.com>
305
306 * debug.adb: Flip meaning of debug switch -gnatdF.
307
f237e5eb 3082019-07-11 Yannick Moy <moy@adacore.com>
309
310 * sem_eval.adb (Is_Same_Value): Add special case for rewritten
311 Loop_Entry attribute.
312
1e5359c0 3132019-07-11 Claire Dross <dross@adacore.com>
314
315 * gnat1drv.adb: SPARK checking rules for pointer aliasing are
316 moved to GNATprove backend.
317 * sem_spark.ads, sem_spark.adb (Sem_SPARK): Is now a generic
318 unit. Takes as parameters:
319 - Retysp which is used to query the most underlying type
320 visible in SPARK. We do not introduce aliasing checks for
321 types which are not visibly deep.
322 - Component_Is_Visible_In_SPARK is used to avoid doing pointer
323 aliasing checks on components which are not visible in SPARK.
324 - Emit_Messages returns True in the second phase of SPARK
325 analysis. Error messages for failed aliasing checks are only
326 output in this case.
327 Additionally, errors on constructs not supported in SPARK are
328 removed as duplicates of marking errors. Components are stored
329 in the permission map using their original component to avoid
330 inconsistencies between components of different views of the
331 same type.
332 (Check_Expression): Handle delta constraints.
333 (Is_Deep): Exported so that we can check for SPARK restrictions
334 on deep types inside SPARK semantic checkings.
335 (Is_Traversal_Function): Exported so that we can check for SPARK
336 restrictions on traversal functions inside SPARK semantic
337 checkings.
338 (Check_Call_Statement, Read_Indexes): Check wether we are
339 dealing with a subprogram pointer type before querying called
340 entity.
341 (Is_Subpath_Expression): Image attribute can appear inside a
342 path.
343 (Check_Loop_Statement): Correct order of statements in the loop.
344 (Check_Node): Ignore raise nodes.
345 (Check_Statement): Use Last_Non_Pragma to get the object
346 declaration in an extended return statement.
347
fb7f0b28 3482019-07-11 Patrick Bernardi <bernardi@adacore.com>
349
350 * bindgen.adb (Gen_Main): Do not generate a reference to
351 Ada_Main_Program_Name when the Minimal_Binder flag is set.
352 (Gen_Output_File_Ada): Do not output GNAT_Version and
353 Ada_Main_Program_Name info if Minimal_Binder flag is set.
354 * bindusg.adb: Add documentation for new -minimal switch.
355 * gnatbind.adb (Scan_Bind_Arg): Scan -minimal switch.
356 * opt.ads: Add new global flag Minimal_Binder to indicate if the
357 binder should not produce global variables.
358 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
359 Update documentation with new binder -minimal switch.
360 * gnat_ugn.texi: Regenerate.
361
6e0725a9 3622019-07-11 Eric Botcazou <ebotcazou@adacore.com>
363
364 * Makefile.rtl: Add warning note about compilation flags and
365 capitalize.
366
263dcfe9 3672019-07-11 Ed Schonberg <schonberg@adacore.com>
368
369 * exp_ch9.adb (Expand_N_Protected_Type_Declaaration): New
370 subsidiary routine Replace_Access_Definition, to handle properly
371 a protected type PT one of whose private components is of type
372 access PT.
373
dc001f3e 3742019-07-11 Dmitriy Anisimkov <anisimko@adacore.com>
375
376 * libgnat/g-socket.ads (Level_Type): Add enumerators for
377 IP_Protocol_For_ICMP, IP_Protocol_For_IGMP,
378 IP_Protocol_For_RAW_Level.
379 * libgnat/g-socket.adb (Levels): Handle them.
380 * s-oscons-tmplt.c: Import socket protocols defined in
381 netinet/in.h.
382
3bcff314 3832019-07-11 Claire Dross <dross@adacore.com>
384
385 * libgnat/a-cfhama.adb, libgnat/a-cfhase.adb (Free): Do not
386 reset the Has_Element flag if no element is freed.
387
8e22ede8 3882019-07-11 Arnaud Charlet <charlet@adacore.com>
389
390 * errno.c: Remove obsolete support for MaRTE OS.
391
180bd06b 3922019-07-11 Ed Schonberg <schonberg@adacore.com>
393
394 * exp_ch4.adb (Expand_N_Type_Conversion): If a predicate check
395 is generated, analyze it with range check suppressed, because
396 that check has been previously applied.
397 * exp_ch5.adb (Expand_N_Assignment_Statement): If the RHS is a
398 type conversion to the type of the LHS, do not apply a predicate
399 check to the RHS because it will have been generated already
400 during its expansion.
401 * exp_ch6.adb (Can_Fold_Predicate_Call): Extend processing to
402 handle a predicate check on a constant entity whose value is
403 static.
404
32859955 4052019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
406
407 * bindo.adb: Remove the documentation of switch -d_N because it
408 is no longer in use.
409 * bindo-graphs.ads, bindo-graphs.adb (Is_Spec_Before_Body_Edge):
410 New routine.
411 * bindo-writers.adb (Write_Dependency_Edge): Add the missing
412 case of a spec-before-body edge.
413
0595f8ff 4142019-07-11 Dmitriy Anisimkov <anisimko@adacore.com>
415
416 * libgnat/g-socket.ads (Mode_Type): Add a Socket_Raw enumerator.
417 * libgnat/g-socket.adb (Modes): Handle Socket_Raw.
418
af7bae25 4192019-07-11 Justin Squirek <squirek@adacore.com>
420
421 * exp_ch9.adb (Build_Private_Protected_Declaration): Add
422 exception for the moving of pragmas to internally generated
423 specs for pragma Unreferenced.
424
87259588 4252019-07-11 Bob Duff <duff@adacore.com>
426
427 * doc/gnat_ugn/gnat_utility_programs.rst: Fix inconsistent
428 documentation for gnatmetric.
429 * gnat_ugn.texi: Regenerate.
430
2d95f0f8 4312019-07-11 Bob Duff <duff@adacore.com>
432
433 * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
434 --spaces-only switch.
435
814e7b6e 4362019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
437
438 * sem_util.adb (Null_Status): Assume that an erroneous construct
439 has an undefined null status.
440
53904d64 4412019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
442
443 * checks.adb, exp_ch6.adb, gnat1drv.adb, sem_aux.adb,
444 sem_ch2.adb, sem_ch8.adb, sem_res.adb: Minor reformatting.
445
21dccd5f 4462019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
447
448 * sem_ch8.adb (Analyze_Object_Renaming): Obtain the object being
449 renamed using routine Get_Object_Name which takes care of
450 various name forms.
451 (Get_Object_Name): New routine.
452
3da5e0d4 4532019-07-11 Ed Schonberg <schonberg@adacore.com>
454
455 * exp_ch6.adb (Can_Fold_Predicate_Call): New function,
456 subsidiary of Expand_Call_Helper, to compute statically a
457 predicate check when the argument is a static integer.
458
3d95efc8 4592019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
460
461 * sem_res.adb (Resolve_Op_Not): Do not rewrite an equality
462 operator into a function call when the operator is intrinsic.
463
8c93b71c 4642019-07-11 Thomas Quinot <quinot@adacore.com>
465
466 * sem_prag.adb (Analyze_Pragma, case pragma Check): Do not call
467 Set_SCO_Pragma_Enabled for the dynamic predicate case.
468
001b1b6a 4692019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
470
471 * exp_util.ads, exp_util.adb (Needs_Finalization): Move to
472 Sem_Util.
473 * sem_ch9.adb (Analyze_Protected_Definition): Code cleanup. Mark
474 the protected type as having controlled components when it
475 contains at least one such component.
476 * sem_util.ads, sem_util.adb (Needs_Finalization): New
477 function.
478
5dc190e5 4792019-07-11 Eric Botcazou <ebotcazou@adacore.com>
480
481 * alloc.ads (Rep_JSON_Table_Initial): New constant.
482 (Rep_JSON_Table_Increment): Likewise.
483 * debug.adb: Document -gnatd_j switch.
484 * gcc-interface/Make-lang.in (GNAT_ADA_OBJS): Add
485 repinfo-input.o.
486 * gnat1drv.adb: Add with clause for Repinfo.Input.
487 Add with and use clauses for Sinput.
488 (Read_JSON_Files_For_Repinfo): New procedure.
489 (Gnat1drv1): Deal with -gnatd_j switch.
490 * repinfo-input.ad[sb]: New unit.
491 * snames.ads-tmpl (Name_Discriminant): New constant.
492 (Name_Operands): Likewise.
493
b1118eb8 4942019-07-11 Justin Squirek <squirek@adacore.com>
495
496 * checks.adb (Apply_Accessibility_Check): Add check for constant
497 folded conditions on accessibility checks.
498
ef0b2206 4992019-07-11 Arnaud Charlet <charlet@adacore.com>
500
501 * libgnarl/g-thread.ads, libgnarl/g-thread.adb (Get_Thread):
502 Update comments. Add new version taking a Task_Id.
503
12b1c23b 5042019-07-11 Hristian Kirtchev <kirtchev@adacore.com>
505
506 * bindo.adb: Update the section of switches and debugging
507 elaboration issues.
508 * bindo.ads: Add type Elaboration_Phase.
509 * bindo-augmentors.adb: Add use clause for
510 Bindo.Writers.Phase_Writers.
511 (Augment_Library_Graph): Signal the start and end of the
512 aubmentation phase.
513 * bindo-builders.adb: Add with and use clause for Bindo.Writers.
514 Add use clause for Bindo.Writers.Phase_Writers.
515 (Build_Invocation_Graph): Signal the start and end of the
516 invocation graph construction phase.
517 (Build_Library_Graph): Signal the start and end of the library
518 graph construction phase.
519 * bindo-diagnostics.adb: Add use clause for
520 Bindo.Writers.Phase_Writers.
521 (Diagnose_Cycle): Signal the start and end of the cycle
522 diagnostic phase.
523 * bindo-elaborators.adb: Add use clause for
524 Bindo.Writers.Phase_Writers.
525 (Elaborate_Units): Signal the start and end of the unit
526 elaboration phase.
527 * bindo-graphs.adb: Add use clause for
528 Bindo.Writers.Phase_Writers.
529 (Find_Components): Signal the start and end of the component
530 discovery phase.
531 (Find_Cycles): Signal the start and end of the cycle discovery
532 phase.
533 * bindo-units.adb: Add with and use clause for Bindo.Writers.
534 Add use clause for Bindo.Writers.Phase_Writers.
535 (Collect_Elaborable_Units): Signal the start and end of the unit
536 collection phase.
537 * bindo-validators.adb: Add with and use clause for
538 Bindo.Writers. Add use clause for Bindo.Writers.Phase_Writers.
539 (Validate_Cycles, Validate_Elaboration_Order,
540 Validate_Invocation_Graph, Validate_Library_Graph): Signal the
541 start and end of the libray graph validation phase.
542 * bindo-writers.ads, bindo-writers.adb: Add new nested package
543 Phase_Writers.
544 * debug.adb: Update the documentation of switch d_S.
545
d7569e04 5462019-07-11 Yannick Moy <moy@adacore.com>
547
548 * sem_res.adb (Check_Argument_Order): Special case calls to
549 operators.
550
604c5bca 5512019-07-10 Dmitriy Anisimkov <anisimko@adacore.com>
552
553 * libgnat/s-ststop.adb: Remove System.Strings.Stream_Ops
554 dependence on System.Streams.Stream_IO.
555
ce9565a8 5562019-07-10 Ed Schonberg <schonberg@adacore.com>
557
558 * sem_ch2.adb (Analyze_Integer_Literal): Preserve the type of
559 the literal if prior analysis determined that its type is a
560 modular integer type.
561
e97ee616 5622019-07-10 Doug Rupp <rupp@adacore.com>
563
564 * init.c: Do not attempt to re-arm guard page on x86_64-vx7(r2).
565
c0e85bb6 5662019-07-10 Ed Schonberg <schonberg@adacore.com>
567
568 * sem_ch8.adb (Check_Constrained_Object): A record that is
569 limited because of the presence of a limited component is
570 constrained, and no subtype indiciation needs to be created for
571 it, just as is the case for declared limited records.
572
94654315 5732019-07-10 Yannick Moy <moy@adacore.com>
574
575 * sem_aux.adb, sem_aux.ads (Is_Protected_Operation): New
576 function to determine if a subprogram is protected.
577 * sem_spark.adb (Setup_Protected_Components): New procedure to
578 add protected components to the environment.
579 (Check_Callable_Body): Call the new Setup_Protected_Components.
580 (Check_Package_Spec): Merge local environment with enclosing one
581 when done.
582
9ac24568 5832019-07-10 Claire Dross <dross@adacore.com>
584
585 * sem_spark.adb (Check_Expression): Allow digits constraints as
586 input.
587 (Illegal_Global_Usage): Pass in the entity.
588 (Is_Subpath_Expression): New function to allow different nodes
589 as inner parts of a path expression.
590 (Read_Indexes): Allow concatenation and aggregates with box
591 expressions. Allow attributes Update and Loop_Entry.
592 (Check_Expression): Allow richer membership test.
593 (Check_Node): Ignore bodies of generics.
594 (Get_Root_Object): Allow concatenation and attributes.
595
95266217 5962019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
597
598 * sem_ch6.adb (Check_Discriminant_Conformance): Use Find_Type to
599 discover the type of a full view discriminant.
600
f9d615a1 6012019-07-10 Arnaud Charlet <charlet@adacore.com>
602
603 * doc/gnat_ugn/gnat_and_program_execution.rst: Improve gnatmem's
604 doc for the depth switch.
605
55d7c660 6062019-07-10 Bob Duff <duff@adacore.com>
607
608 * doc/gnat_ugn/gnat_utility_programs.rst: Document gnatpp's
609 --source-line-breaks switch.
610
e94f4600 6112019-07-10 Justin Squirek <squirek@adacore.com>
612
613 * doc/gnat_rm/implementation_defined_attributes.rst: Add mention
614 of 'Image attribute with 'Img's entry to mention additional
615 added 2012 usage of Obj'Image.
616 * doc/gnat_rm/implementation_defined_pragmas.rst: Correct
617 mispelling of Async_Writers.
618 * gnat_rm.texi: Regenerate.
619 * sem_prag.adb (Analyze_Pragma): Correct mispelling of
620 Async_Writers.
621 * sem_util.adb (State_Has_Enabled_Property): Correct mispelling
622 of Async_Writers.
623
2bf00b7f 6242019-07-10 Simon Buist <buist@adacore.com>
625
626 * sem_util.ads (Child_Prefix): New constant.
627 * sem_util.adb (Unique_Name): Add a special prefix to child
628 units that have a nested subprogram or package.
629
9dda714b 6302019-07-10 Arnaud Charlet <charlet@adacore.com>
631
632 * sfn_scan.adb (Scan_SFN_Pragmas): Add pragma Assert.
633
fd8a528d 6342019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
635
636 * sem_ch3.adb (Check_Nonoverridable_Aspects): Correct the
637 spelling in certain error messages.
638 (Check_Pragma_Implemented): Correct the spelling in certain
639 error messages.
640
97f0aa19 6412019-07-10 Eric Botcazou <ebotcazou@adacore.com>
642
643 * Makefile.rtl (GNATRTL_NONTASKING_OBJS): Add g-brapre.
644 * libgnat/g-brapre.ads: New package specification.
645 * doc/gnat_rm/the_gnat_library.rst: Document it.
646 * gnat_rm.texi: Regenerate.
647
d2506f16 6482019-07-10 Yannick Moy <moy@adacore.com>
649
650 * osint-c.adb (Set_File_Name): Always add extension for multiple
651 units per file mode.
652
c6db401c 6532019-07-10 Corentin Gay <gay@adacore.com>
654
655 * sysdep.c: Put include directive for 'vxWorks.h' before any
656 other VxWorks headers.
657
344c2639 6582019-07-10 Eric Botcazou <ebotcazou@adacore.com>
659
660 * doc/gnat_rm/implementation_defined_attributes.rst
661 (Scalar_Storage_Order): Minor tweaks. Add note about debuggers.
662 * gnat_rm.texi: Regenerate.
663
8a9900a9 6642019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
665
666 * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
667 assignments to the temporary result as being OK because the
668 expansion of case expressions is correct by construction.
669 (Is_Copy_Type): Update the predicate to match the comment
670 within.
671
8c21443b 6722019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
673
674 * bindo-graphs.adb, bindo.adb, debug.adb, exp_ch6.adb,
675 sem_ch10.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb,
676 sem_ch6.adb, sem_ch7.adb, sem_res.adb, sem_spark.adb,
677 sem_util.adb, warnsw.ads: Minor reformatting.
678
2e7929f0 6792019-07-10 Joffrey Huguet <huguet@adacore.com>
680
681 * libgnat/a-strbou.ads, libgnat/a-strfix.ads,
682 libgnat/a-strunb.ads, libgnat/a-strunb__shared.ads: Add global
683 contracts, contract cases, preconditions and postconditions to
684 procedures and functions.
685
87d55fe2 6862019-07-10 Doug Rupp <rupp@adacore.com>
687
688 * sysdep.c (__gnat_is_file_not_found_error): Reformulate to also
689 work for vxworks7r2 SR0610.
690
82d7e1f4 6912019-07-10 Doug Rupp <rupp@adacore.com>
692
693 * env.c (__gnat_environ): Reformulate to also work for
694 vxworks7r2 SR0610.
695
7f6066e1 6962019-07-10 Patrick Bernardi <bernardi@adacore.com>
697
698 * Makefile.rtl: Handle vxworks7r2 ppc target
699
6523468f 7002019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
701
702 * bindo.adb: Update the section on switches.
703 * bindo-graphs.adb
704 (Add_Cycle, Add_Vertex_And_Complement): Remove.
705 (Create): The graph no longer needs a set of recorded cycles
706 because the cycles are not rediscovered in permuted forms.
707 (Cycle_End_Vertices): New routine.
708 (Destroy): The graph no longer needs a set of recorded cycles
709 because the cycles are not rediscovered in permuted forms.
710 (Destroy_Library_Graph_Vertex): Move to the library level.
711 (Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge):
712 Remove.
713 (Find_Cycles_From_Successor, Find_Cycles_From_Vertex,
714 Find_Cycles_In_Component, Has_Elaborate_All_Edge): New routines.
715 (Insert_And_Sort): Remove.
716 (Is_Elaborate_Body_Edge): Use predicate
717 Is_Vertex_With_Elaborate_Body.
718 (Is_Recorded_Cycle): Remove.
719 (Is_Vertex_With_Elaborate_Body): New routine.
720 (Normalize_And_Add_Cycle): Remove.
721 (Precedence): Rename to xxx_Precedence, where xxx relates to the
722 input. These versions better reflect the desired input
723 precedence.
724 (Record_Cycle): New routine.
725 (Remove_Vertex_And_Complement, Set_Is_Recorded_Cycle): Remove.
726 (Trace_xxx): Update all versions to use debug switch -d_t.
727 (Trace_Component): New routine.
728 (Trace_Eol): Removed.
729 (Trace_Vertex): Do not output the component as this information
730 is already available when the component is traced.
731 (Unvisit, Visit): New routine.
732 * bindo-graphs.ads: Add new instance LGV_Lists. Remove instance
733 RC_Sets. Update the structure of type Library_Graph_Attributes
734 to remove the set of recorded cycles.
735 (Destroy_Library_Graph_Vertex): Move to the library level.
736 * bindo-writers.adb (Write_Component_Vertices): Output
737 information about the number of vertices.
738 * debug.adb: Document the use of binder switch -d_t. Update the
739 use of binder switch -d_T.
740
9eaacd61 7412019-07-10 Yannick Moy <moy@adacore.com>
742
743 * sem_spark.adb (Get_Root_Object): Replace precondition by error
744 message.
745 (Read_Indexes): Replace precondition by error message.
746 (Check_Callable_Body): Check only traversal function returns an
747 anonymous access type.
748 (Check_Expression): Issue error on unexpected expression as
749 path.
750 * sem_util.adb (First_Global): Fix access to global on
751 entry/task.
752
2ac657bd 7532019-07-10 Javier Miranda <miranda@adacore.com>
754
755 * exp_ch6.adb (Is_Class_Wide_Interface_Type): New subprogram.
756 (Expand_Call_Helper): Handle non-limited views when we check if
757 any formal is a class-wide interface type.
758 * exp_disp.adb (Expand_Interface_Actuals): Handle non-limited
759 views when we look for interface type formals to force "this"
760 displacement.
761
d3fb378d 7622019-07-10 Ed Schonberg <schonberg@adacore.com>
763
764 * sem_res.adb (Resolve_Equality_Op): Do not replace the resolved
765 operator by its alias if expander is not active, because the
766 operand type may not be frozen yet and its inherited operations
767 have not yet been created.
768
ab8418a3 7692019-07-10 Hristian Kirtchev <kirtchev@adacore.com>
770
771 * bindo-elaborators.adb (Elaborate_Units): Set attribute
772 Elab_Position of all elaborated units.
773 (Set_Unit_Elaboration_Positions): New routine.
774
6e618828 7752019-07-10 Gary Dismukes <dismukes@adacore.com>
776
777 * exp_util.adb: Reformatting and a typo fix.
778
97f6f798 7792019-07-10 Yannick Moy <moy@adacore.com>
780
781 * exp_util.adb (Remove_Side_Effects): Prefer renamings for
782 objects of possible owning type in GNATprove mode.
783
89c67bd9 7842019-07-09 Ed Schonberg <schonberg@adacore.com>
785
786 * sem_ch3.adb (Analyze_Object_Declaration): If the object type
787 is a composite type that has a dynamic predicate and, the
788 expression in the declaration is an aggregate, the generated
789 predicate check must appear after the expanded code for the
790 aggregate, which will appear after the rewritten object
791 declarastion.
792
fb739c45 7932019-07-09 Justin Squirek <squirek@adacore.com>
794
795 * sem_eval.adb (Expr_Value_E): Add conditional to correctly
796 handle constant enumerated character types.
797
54b39f26 7982019-07-09 Eric Botcazou <ebotcazou@adacore.com>
799
800 * libgnarl/s-osinte__mingw.ads (CRITICAL_SECTION): Use proper
801 type for SpinCount component.
802
9b57fc30 8032019-07-09 Justin Squirek <squirek@adacore.com>
804
805 * exp_ch4.adb (Expand_N_Allocator): Add conditional to detect
806 the presence of anoymous access type allocators and issue a
807 warning if the appropriate warning flag is enabled.
808 * warnsw.ads: Add new warning flag for anonymous allocators
809 * warnsw.adb (All_Warnings, Restore_Warnings, Save_Warnings,
810 Set_Underscore_Warning_Switch): Register new flags.
811 (WA_Warnings): Register new flag as an "all warnings" switch
812 * usage.adb,
813 doc/gnat_ugn/building_executable_programs_with_gnat.rst:
814 Document new warning switches -gnatw_a and -gnatw_A.
815 * gnat_ugn.texi: Regenerate.
816
2463fa93 8172019-07-09 Ed Schonberg <schonberg@adacore.com>
818
819 * sem_ch4.adb (Diagnose_Call): Improve error recovery when a
820 local subprogram name hides a possible candidate name declared
821 in a child package in the context of the current unit.
822 * sem_ch6.adb (Process_Formals): Protect against malformed
823 formal types when the parameter type does not denote an entity.
824
7389bee5 8252019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
826
827 * bindo-augmentors.adb (Visit_Elaboration_Root): Do not start a
828 DFS from an elaboration root whose corresponding unit lacks
829 elaboration code. This behavior mimics that of the old
830 elaboration order mechanism.
831 * bindo-graphs.adb (Find_All_Cycles_Through_Vertex): Move the
832 vertex tracing within the functional branches of the routine.
833 This prevents spurious trace output.
834 (Has_No_Elaboration_Code): New routine.
835 (Trace_Cycle, Trace_Edge): Update the various Ids to use the
836 "standard" trace format.
837 * bindo-graphs.ads (Has_No_Elaboration_Code): New routine.
838 * bindo-units.ads, bindo-units.adb (Has_No_Elaboration_Code):
839 New routine.
840
06d78d4c 8412019-07-09 Piotr Trojanek <trojanek@adacore.com>
842
843 * ali.ads, bindo-graphs.adb, bindo-validators.adb, clean.adb,
844 doc/gnat_ugn/elaboration_order_handling_in_gnat.rst, einfo.ads,
845 exp_aggr.adb, exp_ch13.adb, exp_ch4.adb, exp_ch5.adb,
846 exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_pakd.adb,
847 fname-uf.ads, gnatlink.adb, inline.adb, lib.ads, make.adb,
848 namet.ads, opt.ads, par-ch4.adb, par-ch6.adb, par-labl.adb,
849 prep.adb, sem_aggr.adb, sem_ch13.adb, sem_ch4.adb, sem_ch5.adb,
850 sem_ch6.adb, sem_ch6.ads, sem_ch7.adb, sem_ch8.adb, sem_dim.adb,
851 sem_disp.adb, sem_prag.adb, sem_res.adb, sem_warn.adb,
852 sinfo.ads: Replace ". " with ". ". Minor reformatting and typo
853 corrections.
854 * gnat_ugn.texi: Generate.
855
7ed20965 8562019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
857
858 * bindo.ads: Move type Precedence_Kind from the private to the
859 visible part of the unit.
860 * bindo-augmentors.adb: Remove the use of global data as it is
861 bad practice.
862 (Augment_Library_Graph): Update the parameter profile.
863 (Is_Visited, Set_Is_Visited): Remove.
864 (Visit_Elaboration_Root, Visit_Elaboration_Roots): Update the
865 parameter profile and comment on usage.
866 (Visit_Vertex): Likewise. Also keep track of which invocation
867 edge activates a task.
868 * bindo-augmentors.ads (Augment_Library_Graph): Update the
869 parameter profile and comment on usage.
870 * bindo-builders.adb (Create_Forced_Edge,
871 Create_Spec_And_Body_Edge, Create_With_Edge): Update the call to
872 Add_Edge.
873 * bindo-diagnostics.adb: Add with end use clauses for Restrict
874 and Rident.
875 (Output_Dynamic_Model_Suggestions): Remove.
876 (Output_Invocation_Related_Suggestions): New routine.
877 (Output_Suggestions): Output all invocation-related suggestions
878 together.
879 * bindo-elaborators.adb: Remove types Comparator_Ptr and
880 Predicate_Ptr.
881 (Find_Best_Vertex): Update the parameter profile.
882 * bindo-graphs.adb (Activates_Task): New routine.
883 (Add_Body_Before_Spec_Edge): Update the call to
884 Add_Edge_With_Return.
885 (Add_Edge): Update the parameter profile and the call to
886 Add_Edge_With_Return.
887 (Add_Edge_With_Return): Update the parameter profile and comment
888 on usage.
889 (At_Least_One_Edge_Satisfies): New routine.
890 (Contains_Elaborate_All_Edge): Reimplement.
891 (Contains_Static_Successor_Edge, Contains_Task_Activation): New
892 routine.
893 (Contains_Weak_Static_Successor): Remove.
894 (Is_Static_Successor_Edge): New routine.
895 * bindo-graphs.ads: Add types LGE_Predicate_Ptr,
896 LGV_Comparator_Ptr, and LGV_Predicate_Ptr. Update type
897 Library_Graph_Edge_Attributes to capture whether an invocation
898 edge activates a task. Update the value of
899 No_Library_Graph_Edge_Attributes.
900 (Activates_Task): Update the parameter profile and comment on
901 usage.
902 (Contains_Static_Successor_Edge, Contains_Task_Activation): New
903 routines.
904 (Contains_Weak_Static_Successor): Remove.
905 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst:
906 Update the documentation to reflect the new task-related advice.
907 * gnat_ugn.texi: Regenerate.
908
247527b7 9092019-07-09 Piotr Trojanek <trojanek@adacore.com>
910
911 * exp_util.adb (Containing_Package_With_Ext_Axioms): Replace
912 low-level Ekind test with a high-level wrapper.
913
1d7a9954 9142019-07-09 Arnaud Charlet <charlet@adacore.com>
915
916 * libgnat/s-memory.adb: Disable calls to Abort defer/undefer
917 when ZCX_By_Default.
918
7667b40a 9192019-07-09 Javier Miranda <miranda@adacore.com>
920
921 * sem_ch13.adb (Rep_Item_Too_Early): Representation clauses are
922 not allowed for a derivation of a generic type. Extend the
923 current test to check that none of the parents is a generic
924 type.
925
98eb8111 9262019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
927
928 * exp_ch9.adb, exp_util.adb, repinfo.adb, sem_ch12.adb,
929 sem_prag.adb, sem_res.adb, sem_spark.adb, sem_util.adb: Minor
930 reformatting.
931
5ffa473a 9322019-07-09 Ed Schonberg <schonberg@adacore.com>
933
934 * sem_res.adb (Resolve_Equality_Op): If the node was overloaded,
935 set properly the entity to which the node has been resolved. The
936 original entity is the first one found during analysis, and is
937 not necessarily the resolved one.
938 (Resolve_Op_Not): If the argument of negation is an overloaded
939 equality operation, call its resolution directly given that the
940 context type does not participate in overload resolution.
941
f7197450 9422019-07-09 Hristian Kirtchev <kirtchev@adacore.com>
943
944 * bindo.adb: Remove with and use clauses for Debug. Add with
945 and use clauses for Opt.
946 (Find_Elaboration_Order): Enable the v4.0 elaboration order. The
947 v3.0 mechanism is now available under binder switch -H.
948 * bindusg.adb (Display): Enable switch -H.
949 * debug.adb: Free compiler switch -gnatd_G. Free binder switch
950 -d_N.
951 * sem_elab.adb: Update the section on switches to remove
952 -gnatd_G.
953 (Invocation_Graph_Recording_OK): The invocation graph is now
954 unconditionally recorded in ALI files.
955 * switch-b.adb (Scan_Binder_Switches): Scan switch -H.
956 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
957 Update the documentation on compiler switches related to
958 elaboration. Update the documentation on binder switches to
959 include switch -H.
960 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
961 the documentation on elaboration order handling in GNAT.
962 * gnat_ugn.texi: Regenerate.
963
a2c6c634 9642019-07-09 Eric Botcazou <ebotcazou@adacore.com>
965
966 * repinfo.adb (List_Entities): Disregard formals altogether.
967 (List_Name): Properly escape the double quote in the JSON
968 output.
969
3933efcf 9702019-07-09 Javier Miranda <miranda@adacore.com>
971
972 * exp_util.adb (Remove_Side_Effects): Preserve the
973 Do_Range_Check flag.
974
2166bdef 9752019-07-09 Yannick Moy <moy@adacore.com>
976
977 * sinfo.ads: Refine comment for Do_Range_Check.
978
dbf9a3d7 9792019-07-09 Yannick Moy <moy@adacore.com>
980
981 * exp_spark.adb (Expand_SPARK_N_Attribute_Reference): Expand
982 attribute reference on Enum_Rep.
983
44e00a56 9842019-07-09 Ed Schonberg <schonberg@adacore.com>
985
986 * sem_ch12.adb (Instantiate_Formal_Package): Handle properly the
987 case where the actual for a formal package in an instance is the
988 current instance of an enclosing generic package.
989 (Check_Formal_Packages): If the formal package declaration is
990 box-initialized or lacks associations altogether, no internal
991 instance was created to verify conformance, and there is no
992 validating package to remove from tree.
993
3e4e7139 9942019-07-09 Yannick Moy <moy@adacore.com>
995
996 * freeze.adb (Build_Renamed_Body): Do not set body to inline in
997 GNATprove mode.
998
8235b943 9992019-07-09 Yannick Moy <moy@adacore.com>
1000
1001 * exp_util.adb (Expand_Subtype_From_Expr): Still expand the type
1002 of static expressions in GNATprove_Mode.
1003 * sem_ch3.adb (Analyze_Object_Declaration): Remove obsolete
1004 special case for GNATprove_Mode.
1005
cf9af2fa 10062019-07-09 Piotr Trojanek <trojanek@adacore.com>
1007
1008 * doc/gnat_rm/the_gnat_library.rst,
1009 doc/gnat_ugn/building_executable_programs_with_gnat.rst,
1010 erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
1011 libgnat/g-regexp.ads, libgnat/g-regpat.ads,
1012 libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
1013 libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
1014 * gnat_rm.texi, gnat_ugn.texi: Regenerate.
1015
a080baa9 10162019-07-09 Yannick Moy <moy@adacore.com>
1017
1018 * sem_spark.adb (Check_Expression): Handle correctly implicit
1019 assignments as part of allocators and (extension) aggregates.
1020 (Get_Root_Object): Adapt for new path expressions.
1021 (Is_Path_Expression): Return True for (extension) aggregate.
1022
d9b7ae15 10232019-07-09 Piotr Trojanek <trojanek@adacore.com>
1024
1025 * einfo.ads: Fix a typo.
1026
4c24efa6 10272019-07-09 Ed Schonberg <schonberg@adacore.com>
1028
1029 * sem_util.adb (Scope_Within_Or_Same): Handle properly task
1030 bodies and protected bodies, so that local variables within have
1031 their proper scopes after these constructs have been rewritten
1032 during expansion. This patch resembles but is not identical to
1033 the code in Scope_Within.
1034
6c334e66 10352019-07-09 Arnaud Charlet <charlet@adacore.com>
1036
1037 * gnat1drv.adb (Adjust_Global_Switches): Set
1038 Dynamic_Elaboration_Checks to True in CodePeer mode.
1039
82c20af0 10402019-07-09 Yannick Moy <moy@adacore.com>
1041
1042 * sem_spark.adb (Get_Perm_Or_Tree): Issue an error when
1043 encountering unknown global variable.
1044
a42b8e6a 10452019-07-09 Yannick Moy <moy@adacore.com>
1046
1047 * sem_spark.adb (Check_Expression): Change signature to take an
1048 Extended_Checking_Mode, for handling read permission checking of
1049 sub-expressions in an assignment.
1050 (Check_Parameter_Or_Global): Adapt to new behavior of
1051 Check_Expression for mode Assign.
1052 (Check_Safe_Pointers): Do not analyze generic bodies.
1053 (Check_Assignment): Separate checking of the target of an
1054 assignment.
1055
5fb4f6e3 10562019-07-09 Eric Botcazou <ebotcazou@adacore.com>
1057
1058 * repinfo.ads (JSON format): Adjust.
1059 * repinfo.adb (Need_Blank_Line): Rename to...
1060 (Need_Separator): ...this.
1061 (Blank_Line): Rename to...
1062 (Write_Separator): ...this and add JSON specific handling.
1063 (List_Array_Info): Adjust to above renaming.
1064 (List_Object_Info): Likewise.
1065 (List_Record_Info): Likewise.
1066 (List_Subprogram_Info): Likewise.
1067 (List_Type_Info): Likewise.
1068 (List_Entities): Do not set Need_Blank_Line.
1069 (List_Rep_Info): Set Need_Separator and add JSON specific
1070 handling. Output a single JSON stream in the normal case.
1071
b389ec1e 10722019-07-09 Arnaud Charlet <charlet@adacore.com>
1073
1074 * doc/gnat_ugn/the_gnat_compilation_model.rst: Update doc on
1075 -fdump-ada-spec now that we generate Ada 2012.
1076 * gnat_ugn.texi: Regenerate.
1077
5acb3702 10782019-07-08 Eric Botcazou <ebotcazou@adacore.com>
1079
1080 * repinfo.adb (List_Common_Type_Info): New procedure extracted
1081 from...
1082 (List_Type_Info): ...here. Call it for the common information,
1083 start with a blank line and output the linker section at the
1084 end, if any.
1085 (List_Mechanisms): Rename to...
1086 (List_Subprogram_Info): ...this.
1087 (List_Array_Info): Call List_Common_Type_Info.
1088 (List_Entities): Adjust to above change and renaming.
1089 (List_Record_Info): Call List_Common_Type_Info.
1090
6eb57612 10912019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1092
1093 * libgnat/g-sercom.ads
1094 (Serial_Port_Descriptor): New type.
1095 (Serial_Port): Add a comment, make it hold a
1096 Serial_Port_Descriptor.
1097 (To_Ada, To_C): New procedures.
1098 (Port_Data, Port_Data_Access): Remove types.
1099 * libgnat/g-sercom.adb (To_Ada): New stub.
1100 * libgnat/g-sercom__linux.adb, libgnat/g-sercom__mingw.adb:
1101 Update implementations accordingly.
1102 * s-oscons-tmplt.c: Bind Serial_Port_Descriptor to
1103 System.Win32.HANDLE on Windows, and to Interfaces.C.int on
1104 Linux. Add "Interfaces.C." prefix for other basic integer type
1105 bindings.
1106 * xoscons.adb (Output_Info): Remove the "Interfaces.C." prefix
1107 for subtypes generation.
1108
08da2ad9 11092019-07-08 Arnaud Charlet <charlet@adacore.com>
1110
1111 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1112 Update documentation on No_Exceptions restriction.
1113 * gnat_rm.texi: Regenerate.
1114
89b07420 11152019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1116
1117 * libgnat/s-os_lib.adb: Do not call __gnat_kill for Invalid_Pid.
1118
0cc34fed 11192019-07-08 Piotr Trojanek <trojanek@adacore.com>
1120
1121 * sem_util.adb (Enclosing_Package_Or_Subprogram): Do not expect
1122 package and subprogram bodies.
1123
46299a06 11242019-07-08 Bob Duff <duff@adacore.com>
1125
1126 * doc/gnat_ugn/gnat_utility_programs.rst: Remove documentation
1127 of ignored GNATpp switch.
1128
4475d2f0 11292019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1130
1131 * doc/gnat_rm/implementation_defined_pragmas.rst:
1132 Update the documentation of pragma Initialize_Scalars.
1133 * gnat_rm.texi: Regenerate.
1134
b282b25b 11352019-07-08 Javier Miranda <miranda@adacore.com>
1136
1137 * exp_ch4.adb (Tagged_Membership): Fix regression silently
1138 introduced in r260738 that erroneouslusy causes the evaluation
1139 to True of the membership test when the left operand of the
1140 membership test is a class-wide interface object and the right
1141 operand is a type that implements such interface type.
1142
703ee0e0 11432019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1144
1145 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
1146 register an address clause when its prefix denotes a generic
1147 formal object.
1148
e6b4414e 11492019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1150
1151 * bindo-diagnostics.adb (Diagnose_Cycle): Capture the presence
1152 of an Elaborate_All edge before iterating over the edges of the
1153 cycle.
1154 (Output_Elaborate_Body_Transition): Update the parameter profile
1155 and the comment on usage. Add a missing case where the edge is
1156 within the context of an Elaborate_All.
1157 (Output_Transition): Update the call to
1158 Output_Elaborate_Body_Transition.
1159 * bindo-graphs.ads, bindo-graphs.adb
1160 (Contains_Elaborate_All_Edge): New routine.
1161
5a4de65a 11622019-07-08 Piotr Trojanek <trojanek@adacore.com>
1163
1164 * lib-xref-spark_specific.adb (Create_Heap): Set dummy Etype for
1165 the fake __HEAP entity.
1166
42253061 11672019-07-08 Daniel Mercier <mercier@adacore.com>
1168
1169 * gnat1drv.adb: Suppress warnings on memory representation in
1170 CodePeer compiler mode.
1171
a7c8fd7e 11722019-07-08 Nicolas Roche <roche@adacore.com>
1173
1174 * rtinit.c (__gnat_runtime_initialize): Remove dependency on
1175 CommandLineToArgvW.
1176
89c9dd55 11772019-07-08 Doug Rupp <rupp@adacore.com>
1178
1179 * Makefile.rtl: Handle vxworks7r2 in x86_64 and x86 vxworks7.
1180
944903c8 11812019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1182
1183 * Makefile.rtl: Use g-sercom__linux.adb for all linuxes.
1184
e51a140c 11852019-07-08 Yannick Moy <moy@adacore.com>
1186
1187 * expander.adb (Expand): Do not reset Analyzed flag always.
1188 * sem_eval.adb (Fold_Ureal): Mark node as analyzed.
1189
f117e449 11902019-07-08 Ed Schonberg <schonberg@adacore.com>
1191
1192 * exp_ch9.adb (Expand_N_Timed_Entry_Call): Do not insert twice
1193 the assignment statement that computes the delay value, to
1194 prevent improper tree sharing when the value is a type
1195 conversion and Float_Overflow checks are enabled.
1196
f5cb3a59 11972019-07-08 Hristian Kirtchev <kirtchev@adacore.com>
1198
1199 * bindo.adb: Update the section on terminology to include new
1200 concepts. Update the section on switches to include new
1201 entries.
1202 * bindo.ads: Add type Precedence_Kind.
1203 * bindo-builders.adb: Add with and use clauses for Debug and
1204 Bindo.Validators. Add use clauses for
1205 Bindo.Validators.Invocation_Graph_Validators and
1206 Bindo.Validators.Library_Graph_Validators.
1207 (Build_Invocation_Graph): Validate the graph immediately after
1208 it was built.
1209 (Build_Library_Graph): Update the parameter profile. The
1210 creation of the graph is now elaboration model-agnostic.
1211 Validate the graph immediately after it was built.
1212 (Create_With_Edge): Create regular with edges for Elaborate and
1213 Elaborate_All edges when the appropriate debug switches are in
1214 effect.
1215 * bindo-builders.ads (Build_Library_Graph): Update the parameter
1216 profile.
1217 * bindo-diagnostics.adb (Diagnose_Cycle): Track the presence of
1218 an Elaborate_All edge throughout the inspection of the cycle's
1219 edges.
1220 (Output_Dynamic_Model_Suggestions): Output the suggestion only
1221 when the cycle contains at least one weak edge where the
1222 successor was statically elaborated.
1223 (Output_Elaborate_Body_Transition, Output_Forced_Transition,
1224 Output_With_Transition): Update the assertions.
1225 * bindo-elaborators.adb: Remove use clauses for
1226 Bindo.Validators.Invocation_Graph_Validators and
1227 Bindo.Validators.Library_Graph_Validators. Remove strings
1228 Add_To_All_Candidates_Msg and Add_To_Comp_Candidates_Msg.
1229 Remove type String_Ptr.
1230 (Add_Vertex, Add_Vertex_If_Elaborable, Create_All_Candidates_Set
1231 Create_Component_Candidates_Set): Remove.
1232 (Create_Component_Vertex_Sets, Create_Vertex_Sets): New routine.
1233 (Elaborate_Component): Update the parameter profile and the
1234 comment on usage. Reimplement the elaboration of a component.
1235 The algorithm will now attempt to elaborate as many vertices
1236 possible. If this is not possible, and a weakly elaborable
1237 vertex is available use unit was compiled using the dynamic
1238 model, the algorithm will elaborate it.
1239 (Elaborate_Library_Graph): Reimplement the elaboration of the
1240 graph. The algorithm will now attempt to elaborate as many
1241 vertices along with their components as possible. If this is not
1242 possible, and a weakly elaborable vertex is available use unit
1243 was compiled using the dynamic model, the algorithm will
1244 elaborate it along with its component.
1245 (Elaborate_Units): Merge with the functionality of
1246 Elaborate_Units_Common.
1247 (Elaborate_Units_Common, Elaborate_Units_Dynamic,
1248 Elaborate_Units_Static): Remove.
1249 (Elaborate_Vertex): Update the parameter profile and the comment
1250 on usage. Reimplemented.
1251 (Find_Best_Candidate): Remove.
1252 (Find_Best_Elaborable_Vertex, Find_Best_Vertex,
1253 Find_Best_Weakly_Elaborable_Vertex, Has_Elaborable_Body,
1254 Insert_Elaborable_Successor, Insert_Vertex): New routines.
1255 (Is_Better_Candidate): Remove.
1256 (Is_Better_Elaborable_Vertex,
1257 Is_Better_Weakly_Elaborable_Vertex,
1258 Is_Suitable_Elaborable_Vertex,
1259 Is_Suitable_Weakly_Elaborable_Vertex): New routines.
1260 (Trace_Candidate_Vertices): Remove.
1261 (Trace_Component): Output the number of strong and weak
1262 predecessors.
1263 (Trace_Unelaborated_Vertices): Remove.
1264 (Trace_Vertex): Output the number of strong and weak
1265 predecessors.
1266 (Trace_Vertices): New routine.
1267 (Update_Successor, Update_Successors): Update the parameter
1268 profile and the comment on usage.
1269 * bindo-graphs.adb: Remove type Precedence_Kind.
1270 (Add_Edge_With_Return): Update the increment of pending
1271 predecessors.
1272 (Add_Vertex): Provide default values for strong and weak
1273 predecessors.
1274 (Complementary_Vertex): Move the initial declaration to the
1275 spec. Update the parameter profile and the comment on usage.
1276 (Contains_Weak_Static_Successor): New routine.
1277 (Create): Update the parameter profile. The creation of the
1278 graph is now elaboration model-agnostic.
1279 (Decrement_Pending_Predecessors): Update the parameter profile
1280 and the comment on usage. Reimplemented.
1281 (Delete_Edge): Update the decrement of pending predecesors.
1282 (Has_Elaborate_Body): Do not treat a vertex as being subject to
1283 Elaborate_Body when a debug switch is in effect.
1284 (Increment_Pending_Predecessors): Update the parameter profile
1285 and the comment on usage. Reimplemented.
1286 (Is_Elaborable_Component): Reimplemented.
1287 (Is_Elaborable_Vertex): Move the initial declaration to the
1288 spec. Reimplemented.
1289 (Is_Elaborate_Body_Pair): New routine.
1290 (Is_Dynamically_Elaborated): Update the parameter profile.
1291 Reimplemented.
1292 (Is_Weakly_Elaborable_Vertex): New routine.
1293 (Pending_Predecessors): Removed.
1294 (Pending_Predecessors_For_Elaboration,
1295 Pending_Strong_Predecessors, Pending_Weak_Predecessors,
1296 Update_Pending_Predecessors): New routines.
1297 (Update_Pending_Predecessors_Of_Components): Update the
1298 increment of pending predecessors.
1299 * bindo-graphs.ads: Update the components of type
1300 Component_Attributes. Update the components of type
1301 Library_Graph_Attributes. Update the components of type
1302 Library_Graph_Vertex_Attributes. Update the initialization of
1303 No_Component_Attributes. Update the initialization of
1304 No_Library_Graph_Vertex_Attributes.
1305 (Complementary_Vertex, Contains_Weak_Static_Successor): New
1306 routines.
1307 (Create): Update the parameter profile and the comment on usage.
1308 (Decrement_Pending_Predecessors, Is_Dynamically_Elaborated):
1309 Update the parameter profile and the comment on usage.
1310 (Is_Elaborate_Body_Pair, Is_Weakly_Elaborable_Vertex): New
1311 routines.
1312 (Pending_Predecessors): Removed.
1313 (Pending_Predecessors_For_Elaboration,
1314 Pending_Strong_Predecessors, Pending_Weak_Predecessors): New
1315 routines.
1316 * bindo-writers.adb (Write_Components): Moved from the spec.
1317 (Write_Component): Output the strong and weak predecessors.
1318 (Write_Library_Graph): Output the components as part of the
1319 graph.
1320 (Write_Library_Graph_Vertex): Output the strong and weak
1321 predecessors.
1322 * bindo-writers.ads (Write_Components): Moved to the body.
1323 * debug.adb: Add and document new GNATbind switches -d_a, -d_b,
1324 -d_e.
1325 * bindo-validators.adb: Minor reformattings.
1326
7b8ca6b2 13272019-07-08 Bob Duff <duff@adacore.com>
1328
1329 * libgnat/g-sercom.ads, libgnat/g-sercom__linux.adb (Data_Rate):
1330 Support additional data rates.
1331
364c746f 13322019-07-08 Olivier Hainque <hainque@adacore.com>
1333
1334 * gcc-interface/trans.c (Compilation_Unit_to_gnu): Don't request
1335 DECL_ARTIFICIAL_P on elab proc declarations.
1336
2dbfbbb2 13372019-07-08 Eric Botcazou <ebotcazou@adacore.com>
1338
1339 * repinfo.adb (List_Record_Info): Declare Incomplete_Layout and
1340 Not_In_Extended_Main local exceptions.
1341 (List_Structural_Record_Layout): For an extension, raise the
1342 former if the parent subtype has not been built and the latter
1343 if it is not declared in the main source unit. Fall back to the
1344 flat layout if either exception has been raised.
1345
3e05bbec 13462019-07-08 Ed Schonberg <schonberg@adacore.com>
1347
1348 * libgnat/a-strfix.adb (Delete): The RM describes the semantics
1349 of Delete as equivalent to that of Replace_String with a null
1350 argument. As a result, deleting a null string that starts past
1351 the end of its argument is a noop and must not raise
1352 Index_Error.
1353
c98aac61 13542019-07-08 Javier Miranda <miranda@adacore.com>
1355
1356 * exp_disp.adb (Register_Primitive): When registering a
1357 primitive in the secondary dispatch table, handle primitive
1358 inherited through several levels of type derivation (required to
1359 properly handle inherited 'null' primitive).
1360
221b67b6 13612019-07-08 Bob Duff <duff@adacore.com>
1362
1363 * doc/gnat_ugn/gnat_utility_programs.rst: Document handling of
1364 preprocessor directives in GNATpp.
1365
aed4e06a 13662019-07-08 Javier Miranda <miranda@adacore.com>
1367
1368 * gnat1drv.adb (Post_Compilation_Validation_Checks:
1369 Validate_Compile_Time_Warning_Errors is now located in sem_prag
1370 (instead of sem_ch13).
1371 * sem_ch13.ads (Validate_Compile_Time_Warning_Error,
1372 Validate_Compile_Time_Warning_Errors): Move to sem_prag.
1373 * sem_ch13.adb
1374 (Compile_Time_Warnings_Errors): Move to sem_prag.
1375 (Initialize): Remove initialization of table
1376 Compile_Time_Warning_Errors.
1377 (Validate_Compile_Time_Warning_Error,
1378 Validate_Compile_Time_Warning_Errors): Move to sem_prag.
1379 * sem_prag.ads (Validate_Compile_Time_Warning_Errors): New
1380 procedure.
1381 * sem_prag.adb (Initialize): Initialize table
1382 Compile_Time_Warning_Errors.
1383
b9bd5934 13842019-07-08 Ed Schonberg <schonberg@adacore.com>
1385
1386 * sem_ch13.adb (Analyze_Aspect_Specifications): For a
1387 pre/postcondition of a generic subprogram declaration, do not
1388 use Relocate_Node on the aspect expression to construct the
1389 corresponding attribute specification, to prevent tree anomalies
1390 when the expression is a call with named actual parameters.
1391
63bb17d8 13922019-07-08 Javier Miranda <miranda@adacore.com>
1393
1394 * sem_attr.adb (Analyze_Attribute [Attribute_Size]): For pragmas
1395 used to report user defined compile time warning or errors
1396 handle 'Size for types with known static RM size.
1397
1979cbfe 13982019-07-08 Justin Squirek <squirek@adacore.com>
1399
1400 * exp_imgv.adb (Build_Enumeration_Image_Tables): Default SSO for
1401 the building of image tables.
1402 (Expand_Image_Attribute): Minor cleanup.
1403
bcb0a375 14042019-07-08 Dmitriy Anisimkov <anisimko@adacore.com>
1405
1406 * libgnat/g-socket.ads, libgnat/g-socket.adb: Improve
1407 documentation.
1408 (Get_Socket_Option, Set_Socket_Option): Remove default value for
1409 the Level formal.
1410
429822c1 14112019-07-08 Ed Schonberg <schonberg@adacore.com>
1412
1413 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): For an
1414 unanalized aspect in a generic context that has not been
1415 analyzed yet, if the aspect applies to a type, place the type on
1416 the scope stack to make its components visible, before checking
1417 conformance with the version of the expression analyzed at the
1418 freeze point.
1419
e1415398 14202019-07-05 Justin Squirek <squirek@adacore.com>
1421
1422 * checks.adb (Apply_Accessibility_Check): Add logic to fetch the
1423 function result accessibility level if one is required within
1424 the generated check.
1425 * exp_ch6.adb (Needs_Result_Accessibility_Level): Modify
1426 controlling elsif block to handle more cases such as anonymous
1427 access results and disable checking for coextensions.
1428
dad9e9f8 14292019-07-05 Ed Schonberg <schonberg@adacore.com>
1430
1431 * sem_ch9.adb (Analyze_Accept_Statement): If this is an illegal
1432 accept statement for an enclosing entry abandon analysis to
1433 prevent scope mismatches and potential infinite loops in
1434 compiler.
1435
627d0751 14362019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1437
1438 * ali.adb (For_Each_Invocation_Construct,
1439 For_Each_Invocation_Relation): New version.
1440 (Scan_ALI): Initialize field Invocation_Graph_Encoding.
1441 (Set_Invocation_Graph_Encoding): Update the setting of the
1442 invocation graph encoding.
1443 * ali.ads: Move field Invocation_Graph_Encoding from Unit_Record
1444 to ALI_Record because the encoding applies to the whole ALI,
1445 rather than one of the units (spec or body) for which the ALI
1446 file was created.
1447 (For_Each_Invocation_Construct, For_Each_Invocation_Relation):
1448 New version.
1449 * bindo.adb: Update the section on switches. Complete the
1450 section of debugging elaboration order issues.
1451 (Find_Elaboration_Order): Prepare the routine for the switch
1452 from the old to the new elaboration order mechanism.
1453 * bindo-diagnostics.adb (Find_And_Output_Invocation_Paths):
1454 Manage a visited set used by Visit_Vertex.
1455 (Output_All_Cycles_Suggestions,
1456 Output_Dynamic_Model_Suggestions): Clarify the nature of the
1457 suggested switch.
1458 (Output_Elaborate_Body_Transition): Update the diagnostic to
1459 emit a better message.
1460 (Output_Forced_Suggestions, Output_Full_Encoding_Suggestions):
1461 Clarify the nature of the suggested switch.
1462 (Visit_Vertex): Update the parameter profile to add a set of
1463 invokers visited during the transition. This set prevents
1464 infinite exploration of the graph in case the invocations are
1465 recursive.
1466 * bindo-elaborators.adb: Add a use clause for
1467 Bindo.Writers.Dependency_Writers.
1468 (Elaborate_Units_Common): Output the library graph after it has
1469 been augmented with invocation edges. Output just the components
1470 instead of outputting the whole library graph again.
1471 (Elaborate_Units_Dynamic, Elaborate_Units_Static): Output the
1472 dependencies as expressed in the library graph.
1473 * bindo-units.adb (Invocation_Graph_Encoding): Update the
1474 extraction of the invocation graph encoding.
1475 * bindo-writers.adb: Add with and use clauses for Binderr and
1476 Butil.
1477 (palgc, plgc): New debug routine.
1478 (Write_Components): Moved to the spec. Add a header for the
1479 output.
1480 (Write_Dependencies, Write_Dependencies_Of_Vertex,
1481 Write_Dependency_Edge): New routine.
1482 (Write_Elaboration_Order): Update the logic to follow the format
1483 of Binde's order output.
1484 (Write_Library_Graph): Do not output the components every time
1485 the graph is written.
1486 (Write_Unit): Output the invocation graph encoding of the unit.
1487 Output the invocation constructs and relations for the unit
1488 only.
1489 * bindo-writers.ads (Write_Components): Moved from the body.
1490 (Write_Dependencies): New routine.
1491 * bindusg.adb: Prepare the routine for the switch from the old
1492 to the new elaboration order mechanism.
1493 * debug.adb: Binder switch -d_O is now not associated with any
1494 functionality.
1495 * einfo.adb (Is_Elaboration_Target): The attribute applies to
1496 packages, as specified by the comment on the attribute usage.
1497 * opt.ads: Add a global flag which controls the choice between
1498 the new and the legacy elaboration order mechanism.
1499 * sem_elab.adb: Add Package_Target to type Target_Kind.
1500 (Build_Elaborate_Body_Procedure, Build_Elaborate_Procedure,
1501 Build_Elaborate_Spec_Procedure, Check_Elaboration_Scenarios,
1502 Check_SPARK_Model_In_Effect): Use Main_Unit_Entity to obtain the
1503 entity of the main unit.
1504 (Create_Package_Rep): New routine.
1505 (Create_Target_Rep): Add processing for packages.
1506 (Declaration_Placement_Of_Node, Has_Prior_Elaboration): Use
1507 Main_Unit_Entity to obtain the entity of the main
1508 unit.
1509 (Invocation_Graph_Recording_OK): Prepare the routine for the
1510 switch from the old to the new elaboration order mechanism.
1511 (Main_Unit_Entity): New routine.
1512 (Meet_Elaboration_Requirement,
1513 Process_Conditional_ABE_Variable_Reference): Use
1514 Main_Unit_Entity to obtain the entity of the main unit.
1515 (Process_Invocation_Instantiation): New routine.
1516 (Process_Invocation_Scenario): Add processing for
1517 instantiations.
1518 * switch-b.adb (Scan_Binder_Switches): Prepare the routine for
1519 the switch from the old to the new elaboration order mechanism.
1520
30fb27b1 15212019-07-05 Joffrey Huguet <huguet@adacore.com>
1522
1523 * libgnat/a-textio.adb: Add abstract state refinment.
1524 * libgnat/a-textio.ads: Add File_System abstract state. Add
1525 global contracts, contract cases, preconditions and
1526 postconditions to procedures and functions.
1527 (Set_Input, Set_Output, Set_Error, Standard_Input,
1528 Standard_Output, Standard_Error, Current_Input, Current_Output,
1529 Current_Error): Turn SPARK_Mode off.
1530 (Get_Line): Turn SPARK_Mode off on Get_Line functions.
1531 * libgnat/a-tideio.ads, libgnat/a-tienio.ads,
1532 libgnat/a-tifiio.ads, libgnat/a-tiflio.ads,
1533 libgnat/a-tiinio.ads, libgnat/a-timoio.ads: Add global
1534 contracts, contract cases, preconditions and postconditions to
1535 procedures and functions.
1536
ce99fc8a 15372019-07-05 Arnaud Charlet <charlet@adacore.com>
1538
1539 * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
1540 installing from the command line on Windows. Remove obsolete
1541 part.
1542 * gnat_ugn.texi: Regenerate.
1543
26ea5003 15442019-07-05 Vasiliy Fofanov <fofanov@adacore.com>
1545
1546 * libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
1547 the correct one. Also capitalize references to False
1548 throughout.
1549
c9c81835 15502019-07-05 Eric Botcazou <ebotcazou@adacore.com>
1551
1552 * exp_ch4.adb (Expand_N_Indexed_Component): Do not expand actual
1553 parameters of function calls here either.
1554
50948c8a 15552019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1556
1557 * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
1558 exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
1559 libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
1560 sem_util.adb: Minor reformatting.
1561
a9fa50ab 15622019-07-05 Ed Schonberg <schonberg@adacore.com>
1563
1564 * sem_ch13.adb (Build_Predicate_Functions): If a subtype that
1565 carries a static predicate aspect is frozen immediately after
1566 its declaration, ensure that the generated function body created
1567 for predicate checking is inserted after the corresponding
1568 subprogram declaration, which is created at the point the
1569 declaration is elaborated.
1570
ee4e1dd7 15712019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1572
1573 * exp_ch7.adb (Cleanup_Record): Use the underlying type when
1574 checking for components with tasks.
1575
2028580f 15762019-07-05 Arnaud Charlet <charlet@adacore.com>
1577
1578 * libgnarl/s-osinte__linux.ads: Link with -lrt before -lpthread.
1579
ec1e481f 15802019-07-05 Ed Schonberg <schonberg@adacore.com>
1581
1582 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Add explicit
1583 range checks when the index type of the bit-packed array is an
1584 enumeration type with a non-standard representation,
1585
ae60396a 15862019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1587
1588 * sem_res.adb (Is_Control_Flow_Statement): Delay statements
1589 contain an expression, which in turn may have side effects and
1590 affect the infinite recursion. As a result, delay statements
1591 should not be treated specially.
1592
d33025f2 15932019-07-05 Arnaud Charlet <charlet@adacore.com>
1594
1595 * libgnarl/s-linux.ads, libgnarl/s-linux__alpha.ads,
1596 libgnarl/s-linux__android.ads, libgnarl/s-linux__hppa.ads,
1597 libgnarl/s-linux__mips.ads, libgnarl/s-linux__riscv.ads,
1598 libgnarl/s-linux__sparc.ads: Fix typos in comments.
1599
51f2c7f9 16002019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1601
1602 * sem_res.adb (Check_Infinite_Recursion): Reimplemented.
1603 (Enclosing_Declaration_Or_Statement,
1604 Invoked_With_Different_Arguments, Is_Conditional_Statement,
1605 Is_Control_Flow_Statement, Is_Immediately_Within_Body,
1606 Is_Raise_Idiom, Is_Raise_Statement, Is_Sole_Statement,
1607 Preceded_By_Control_Flow_Statement,
1608 Within_Conditional_Statement): New routines.
1609
0e6f6ee1 16102019-07-05 Javier Miranda <miranda@adacore.com>
1611
1612 * exp_ch4.adb (Expand_N_Type_Conversion): Do not apply an
1613 accessibility check when the conversion is an access to
1614 class-wide interface type and it is an actual parameter.
1615 * exp_ch6.adb (Expand_Call_Helper): Add documentation on the
1616 accessibility level of an anonymous allocator defining the value
1617 of an access parameter.
1618 * sem_util.ads, sem_util.adb (Dynamic_Accessibility_Level): Add
1619 support for an anonymous allocator whose type is that of a
1620 stand-alone object of an anonymous access to object type.
1621
f28a3d6c 16222019-07-05 Piotr Trojanek <trojanek@adacore.com>
1623
1624 * einfo.ads, sem_res.adb: Typo fixes in comments.
1625
2d8a0eb3 16262019-07-05 Bob Duff <duff@adacore.com>
1627
1628 * exp_ch6.adb (Is_Build_In_Place_Function): Narrow the check for
1629 Has_Foreign_Convention to the imported case only. If a
1630 build-in-place function is exported, and called from Ada code,
1631 build-in-place protocols should be used.
1632
6eddee84 16332019-07-05 Ed Schonberg <schonberg@adacore.com>
1634
1635 * sem_util.adb (Encloing_Subprogram): If Enclosing_Dynamic_Scope
1636 is a loop, continue climbing the scope stack to find the
1637 enclosing subprogram.
1638 (Gather_Components): Handle properly a choice in a record
1639 aggregate that is given by a subtype with a static predicate.
1640
249e38a7 16412019-07-05 Javier Miranda <miranda@adacore.com>
1642
1643 * debug.adb (-gnatd.K): Leave available this switch.
1644 * contracts.adb (Build_And_Analyze_Contract_Only_Subprograms):
1645 Remove.
1646 * scil_ll.ads, scil_ll.adb (Contract_Only_Body_Flag,
1647 Contract_Only_Body_Nodes, Get_Contract_Only_Body,
1648 Is_Contract_Only_Body, Set_Contract_Only_Body): Remove.
1649
33ae0c9f 16502019-07-05 Pierre-Marie de Rodat <derodat@adacore.com>
1651
1652 * libgnat/a-strunb.ads: Import documentation from the RM
1653
70f9c8aa 16542019-07-05 Pierre-Marie de Rodat <derodat@adacore.com>
1655
1656 * libgnat/a-strfix.ads: Import documentation from the RM
1657
1bc68ac2 16582019-07-05 Yannick Moy <moy@adacore.com>
1659
1660 * adabkend.adb (Scan_Back_End_Switches): Accept -Og and -Ofast
1661 switches.
1662
2500be2f 16632019-07-05 Hristian Kirtchev <kirtchev@adacore.com>
1664
1665 * ali.adb: Relocate types Invocation_Construct_Record,
1666 Invocation_Relation_Record, and Invocation_Signature_Record to
1667 the body of ALI. Relocate tables Invocation_Constructs,
1668 Invocation_Relations, and Invocation_Signatures to the body of
1669 ALI. Remove type Body_Placement_Codes. Add new types
1670 Declaration_Placement_Codes, and
1671 Invocation_Graph_Encoding_Codes. Update the literals of type
1672 Invocation_Graph_Line_Codes.
1673 (Add_Invocation_Construct): Update the parameter profile. Add an
1674 invocation construct built from all attributes provided.
1675 (Add_Invocation_Relation): Update the parameter profile. Add an
1676 invocation relation built from all attributes provided.
1677 (Body_Placement): New routine.
1678 (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
1679 Removed.
1680 (Code_To_Declaration_Placement_Kind,
1681 Code_To_Invocation_Graph_Encoding_Kind, Column,
1682 Declaration_Placement_Kind_To_Code, Extra,
1683 For_Each_Invocation_Construct, For_Each_Invocation_Relation,
1684 Invocation_Graph_Encoding,
1685 Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
1686 Locations, Name): New routine.
1687 (Scan_Invocation_Construct_Line): Reimplement the scanning
1688 mechanism.
1689 (Scan_Invocation_Graph_Attributes_Line): New routine.
1690 (Scan_Invocation_Graph_Line): Use a case statement to dispatch.
1691 (Scan_Invocation_Relation_Line): Reimplement the scanning
1692 mechanism.
1693 (Scope): New routine.
1694 (Set_Invocation_Graph_Encoding, Signature, Spec_Placement,
1695 Target): New routine.
1696 * ali.ads: Add new type Invocation_Graph_Encoding_Kind. Add
1697 component Invocation_Graph_Encoding to type Unit_Record.
1698 Relocate various types and data structures to the body of ALI.
1699 (Add_Invocation_Construct, Add_Invocation_Relation): Update the
1700 parameter profile.
1701 (Body_Placement): New routine.
1702 (Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind):
1703 Removed.
1704 (Code_To_Declaration_Placement_Kind,
1705 Code_To_Invocation_Graph_Encoding_Kind, Column,
1706 Declaration_Placement_Kind_To_Code, Extra,
1707 For_Each_Invocation_Construct, For_Each_Invocation_Relation,
1708 Invocation_Graph_Encoding,
1709 Invocation_Graph_Encoding_Kind_To_Code, Invoker, Kind, Line,
1710 Locations, Name, Scope, Set_Invocation_Graph_Encoding,
1711 Signature, Spec_Placement, Target): New routine.
1712 * bindo.adb: Add with clause for Binde. Add with and use
1713 clauses for Debug. Update the documentation. Add new switches.
1714 (Find_Elaboration_Order): Dispatch to the proper elaboration
1715 mechanism.
1716 * bindo-augmentors.adb:
1717 Remove with and use clauses for GNAT and GNAT.Sets. Remove
1718 membership set VS. Update the parameter profiles of most
1719 routines to use better parameter names. Update the
1720 implementation of most routine to use the new parameter names.
1721 Remove various redundant assertions.
1722 * bindo-builders.adb: Use better names for instantiated data
1723 structures. Update all references to these names. Update the
1724 parameter profiles of most routines to use better parameter
1725 names. Update the implementation of most routine to use the new
1726 parameter names.
1727 (Build_Library_Graph): Update the parameter profile. Update the
1728 call to Create.
1729 (Create_Vertex): Reimplemented.
1730 (Declaration_Placement_Vertex): New routine.
1731 * bindo-builders.ads (Build_Library_Graph): Update the parameter
1732 profile and comment on usage.
1733 * bindo-diagnostics.adb: Almost a new unit.
1734 * bindo-diagnostics.ads: Add a use clause for
1735 Bindo.Graphs.Invocation_Graphs. Remove package
1736 Cycle_Diagnostics.
1737 (Diagnose_Circularities): New routine.
1738 * bindo-elaborators.adb: Remove the with and use clauses for
1739 Binderr and GNAT.Sets. Remove the use clause for
1740 Bindo.Diagnostics.Cycle_Diagnostics. Remove membership set VS.
1741 Update the parameter profiles of most routines to use better
1742 parameter names. Update the implementation of most routine to
1743 use the new parameter names. (Elaborate_Units_Common): Update
1744 the parameter profile. Pass an infication to the library graph
1745 builder whether the dynamic model is in effect.
1746 (Elaborate_Units_Dynamic, Elaborate_Units_Static): Use
1747 Diagnose_Circularities to provide diagnostics.
1748 (Update_Successor): Use routine In_Same_Component to determine
1749 whether the predecessor and successor reside in different
1750 components.
1751 * bindo-graphs.adb: Add with and use clauses for Butil, Debug,
1752 Output, and Bindo.Writers. Remove with and use clauses for
1753 GNAT.Lists. Update the parameter profiles of most routines to
1754 use better parameter names. Update the implementation of most
1755 routine to use the new parameter names. Remove various
1756 redundant assertions. Remove doubly linked list EL. Add new
1757 type Precedence_Kind.
1758 (Add_Cycle): New routine.
1759 (Add_Vertex): Update the parameter profile. Update the creation
1760 of vertex attributes.
1761 (Add_Vertex_And_Complement, Body_Vertex, Column,
1762 Complementary_Vertex, Copy_Cycle_Path, Cycle_Kind_Of): New
1763 routines.
1764 (Destroy_Invocation_Graph_Edge, Destroy_Library_Graph_Cycle,
1765 Destroy_Library_Graph_Edge, Extra, File_Name,
1766 Find_All_Cycles_Through_Vertex, Find_All_Cycles_With_Edge,
1767 Find_Cycles, Find_First_Lower_Precedence_Cycle,
1768 Get_LGC_Attributes, Has_Next, Hash_Library_Graph_Cycle,
1769 Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
1770 Highest_Precedence_Edge, In_Same_Component, Insert_And_Sort,
1771 Invocation_Edge_Count, Invocation_Graph_Encoding,
1772 Is_Cycle_Initiating_Edge, Is_Cyclic_Edge,
1773 Is_Cyclic_Elaborate_All_Edge, Is_Cyclic_Elaborate_Body_Edge,
1774 Is_Cyclic_Elaborate_Edge, Is_Cyclic_Forced_Edge,
1775 Is_Cyclic_Invocation_Edge, Is_Cyclic_With_Edge,
1776 Is_Dynamically_Elaborated, Is_Elaborate_All_Edge,
1777 Is_Elaborate_Body_Edge, Is_Elaborate_Edge: New routines.
1778 (Is_Existing_Predecessor_Successor_Relation): Removed.
1779 (Is_Forced_Edge, Is_Invocation_Edge, Is_Recorded_Cycle,
1780 Is_Recorded_Edge, Is_With_Edge, Iterate_Edges_Of_Cycle, Kind,
1781 Length): New routine.
1782 (Lib_Vertex): Removed.
1783 (Line, Links_Vertices_In_Same_Component,
1784 Maximum_Invocation_Edge_Count, Next, Normalize_And_Add_Cycle,
1785 Normalize_Cycle_Path, Number_Of_Cycles, Path, Precedence,
1786 Remove_Vertex_And_Complement, Sequence_Next_Cycle): New routines.
1787 (Sequence_Next_IGE_Id): Renamed to Sequence_Next_Edge.
1788 (Sequence_Next_IGV_Id): Renamed to Sequence_Next_Vertex.
1789 (Sequence_Next_LGE_Id): Renamed to Sequence_Next_Edge.
1790 (Sequence_Next_LGV_Id): Renamed to Sequence_Next_Vertex.
1791 (Set_Is_Existing_Predecessor_Successor_Relation): Removed.
1792 (Set_Is_Recorded_Cycle, Set_Is_Recorded_Edge,
1793 Set_LGC_Attributes, Spec_Vertex, Trace_Cycle, Trace_Edge,
1794 Trace_Eol, Trace_Vertex): New routines.
1795 * bindo-graphs.ads: Add with and use clauses for Types and
1796 GNAT.Lists. Update the parameter profiles of most routines to
1797 use better parameter names. Update the implementation of most
1798 routine to use the new parameter names. Add the new
1799 instantiated data structures IGE_Lists, IGV_Sets, LGC_Lists,
1800 LGE_Lists, LGE_Sets, LGV_Sets, and RC_Sets. Add new type
1801 Library_Graph_Cycle_Id along with an empty and initial value.
1802 Remove component Lib_Vertex and add new components Body_Vertex
1803 and Spec_Vertex to type Invocation_Graph_Vertex_Attributes. Add
1804 new type Library_Graph_Cycle_Kind. Add new iterators
1805 All_Cycle_Iterator and Edges_Of_Cycle_Iterator. Add new type
1806 Library_Graph_Cycle_Attributes. Add new components
1807 Cycle_Attributes, Cycles, and Dynamically_Elaborated to type
1808 Library_Graph_Attributes.
1809 (Body_Vertex, Column, Destroy_Invocation_Graph_Edge,
1810 Destroy_Library_Graph_Cycle_Attributes,
1811 Destroy_Library_Graph_Edge, Extra, File_Name, Find_Cycles,
1812 Has_Elaborate_All_Cycle, Has_Next, Hash_Library_Graph_Cycle,
1813 Hash_Library_Graph_Cycle_Attributes, Highest_Precedence_Cycle,
1814 In_Same_Component, Invocation_Edge_Count,
1815 Invocation_Graph_Encoding, Is_Dynamically_Elaborated,
1816 Is_Elaborate_All_Edge, Is_Elaborate_Body_Edge,
1817 Is_Elaborate_Edge, Is_Forced_Edge, Is_Invocation_Edge,
1818 Is_With_Edge, Iterate_All_Cycles, Iterate_Edges_Of_Cycle, Kind):
1819 New routines.
1820 (Length, Lib_Vertex, (Line, Next, Number_Of_Cycles, Present,
1821 Same_Library_Graph_Cycle_Attributes, Spec_Vertex): New routines.
1822 * bindo-units.adb (File_Name, Invocation_Graph_Encoding): New
1823 routines.
1824 * bindo-units.ads: Add new instantiated data structure
1825 Unit_Sets.
1826 (File_Name, Invocation_Graph_Encoding): New routine.
1827 * bindo-validators.adb: Remove with and use clauses for GNAT and
1828 GNAT.Sets. Remove membership set US. Update the parameter
1829 profiles of most routines to use better parameter names. Update
1830 the implementation of most routine to use the new parameter
1831 names.
1832 (Validate_Cycle, Validate_Cycle_Path, Validate_Cycles,
1833 Validate_Invocation_Graph_Vertex): Remove the validation of
1834 component Lib_Vertex. Add the validation of components
1835 Body_Vertex and Spec_Vertex.
1836 (Write_Error): New routine.
1837 * bindo-validators.ads (Validate_Cycles): New routine.
1838 * bindo-writers.adb: Update the parameter profiles of most
1839 routines to use better parameter names. Update the
1840 implementation of most routine to use the new parameter names.
1841 (Write_Cycle, Write_Cyclic_Edge, Write_Cycles): New routines.
1842 (Write_Invocation_Graph_Vertex): Remove the output of component
1843 Lib_Vertex. Add the output of components Body_Vertex and
1844 Spec_Vertex.
1845 * bindo-writers.ads (Write_Cycles): New routine.
1846 * debug.adb: Use binder switches -d_C and -d_P, add
1847 documentation on their usage.
1848 * gnatbind.adb: Remove with and use clauses for Binde. Delegate
1849 the choice of elaboration mechanism to Bindo.
1850 * lib-writ.adb (Column, Extra, Invoker, Kind, Line, Locations,
1851 Name, Placement, Scope, Signature, Target): Removed.
1852 (Write_Invocation_Graph): Moved at the top level.
1853 (Write_Invocation_Graph_Attributes): New routine.
1854 (Write_Invocation_Relation, Write_Invocation_Signature): Moved
1855 at the top level.
1856 * lib-writ.ads: Add a documentation section on invocation graph
1857 attributes.
1858 * sem_elab.adb (Body_Placement_Of): New routine.
1859 (Declare_Invocation_Construct): Update the call to
1860 Add_Invocation_Construct.
1861 (Declaration_Placement_Of_Node): New routine.
1862 (Get_Invocation_Attributes): Correct the retrieval of the
1863 enclosing subprogram where the postcondition procedure lives.
1864 (Placement_Of, Placement_Of_Node): Removed.
1865 (Record_Invocation_Graph): Record the encoding format used.
1866 (Record_Invocation_Graph_Encoding): New routine.
1867 (Record_Invocation_Relation): Update the call to
1868 Add_Invocation_Relation.
1869 (Spec_Placement_Of): Removed.
1870 * libgnat/g-lists.ads, libgnat/g-lists.adb (Equal): New routine.
1871
164597c5 18722019-07-05 Ed Schonberg <schonberg@adacore.com>
1873
1874 * checks.adb (Apply_Predicate_Check): Except within the
1875 subprogram body that defines the formal, do not apply predicate
1876 check on a formal IN parameter: such a check is redundant and
1877 its expansion can lead to out-of-scope references when it is
1878 originates in a function call in a precondition,
1879
572a4bc5 18802019-07-05 Yannick Moy <moy@adacore.com>
1881
1882 * sem_res.adb (Resolve_Call): Cannot inline in quantified
1883 expressions.
1884 * sem_util.adb, sem_util.ads (In_Quantified_Expression): New
1885 function.
1886
2c3ad474 18872019-07-05 Bob Duff <duff@adacore.com>
1888
1889 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
1890 Fix typo.
1891 * gnat_rm.texi: Regenerate.
1892
2f67af4c 18932019-07-05 Bob Duff <duff@adacore.com>
1894
1895 * exp_attr.adb (Input): Take the No_Stream_Optimizations
1896 restriction into account.
1897
1cb1fd0f 18982019-07-05 Claire Dross <dross@adacore.com>
1899
1900 * libgnat/a-cofove.ads, libgnat/a-cofove.adb: Definite formal
1901 vectors are now always bounded so that they do not need to be
1902 limited anymore.
1903
d2d09f3e 19042019-07-05 Dmitriy Anisimkov <anisimko@adacore.com>
1905
1906 * libgnat/g-traceb.ads, libgnat/g-traceb.adb (Call_Chain): New
1907 function.
1908
14e0bfed 19092019-07-04 James Clarke <jrtc27@debian.org>
1910
1911 * libgnarl/s-osinte__kfreebsd-gnu.ads (clockid_t): Make type
1912 definition public.
1913 (CLOCK_REALTIME): Make value public.
1914
ecd07d3b 19152019-07-04 Javier Miranda <miranda@adacore.com>
1916
1917 * exp_tss.adb (Init_Proc): Adding missing support for access to
1918 subprograms and access to protected subprograms of non-default
1919 C++ constructors.
1920
e0ff1639 19212019-07-04 Eric Botcazou <ebotcazou@adacore.com>
1922
1923 * gnat1drv.adb (Adjust_Global_Switches): Use proper interface to
1924 set the validity settings in CodePeer mode.
1925 * par-load.adb (Load): Remove all code dealing with validity
1926 settings.
1927 * validsw.ads (Validity_Check_Copies): Alphabetize.
1928 * validsw.adb (Reset_Validity_Check_Options): Set all options to
1929 off.
1930 (Save_Validity_Check_Options): Save all options.
1931
40bff3a0 19322019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
1933
1934 * exp_ch3.adb, exp_ch4.adb, exp_ch4.ads, exp_ch5.adb,
1935 exp_ch7.adb, exp_ch9.adb, exp_ch11.adb, exp_unst.adb,
1936 rtsfind.ads, sem_attr.adb, sem_ch10.adb, sem_ch12.adb,
1937 sem_ch13.adb, sem_dim.adb, sem_disp.adb, xref_lib.adb: Minor
1938 reformatting.
1939
0ebaade4 19402019-07-04 Joffrey Huguet <huguet@adacore.com>
1941
1942 * libgnarl/a-taside.ads: Add assertion policy to ignore
1943 preconditions.
1944 (Abort_Task, Is_Terminated, Is_Callable): Add preconditions.
1945
f14a590b 19462019-07-04 Eric Botcazou <ebotcazou@adacore.com>
1947
1948 * doc/gnat_rm/implementation_defined_pragmas.rst: Fix
1949 capitalization and parenthesis glitches.
1950 * gnat_rm.texi: Regenerate.
1951
f5388f99 19522019-07-04 Ed Schonberg <schonberg@adacore.com>
1953
1954 * sem_ch10.adb (Remove_Context_Clauses): Handle properly the
1955 removal of a limited_with_clause which appears in the library
1956 unit oF the main unit, when some other unit in the context has a
1957 regular with_clause on the same unit, to prevent spurious
1958 visibility errors in the subsequent analysis of pending instance
1959 bodies.
1960
c930bc82 19612019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
1962
1963 * sem_elab.adb: Add new type Elaboration_Phase_Status along with
1964 a global to keep track of the elaboration phase status.
1965 Initialize all internal data structures to Nil for services
1966 Elaborated_Units, Internal_Representation, and Scenario_Storage.
1967 (Build_Call_Marker): Do not create a call marker when the
1968 elaboration phase is not active.
1969 (Build_Variable_Reference_Marker): Do not create a call marker
1970 when the elaboration phase is not active.
1971 (Check_Elaboration_Scenarios): Destroy all internal structures
1972 when the elaboration phase does not have to run. Do not execute
1973 when the elaboration phase is not active.
1974 (Elaboration_Phase_Active): New routine.
1975 (Finalize_All_Data_Structures): New routine.
1976 (Initialize): Initialize all internal data structures and signal
1977 that the elaboration phase has started.
1978 (Initialize_All_Data_Structures): New routine.
1979 (Initialize_Elaborated_Units): Initialize all internal data
1980 structures.
1981 (Initialize_Internal_Representation): Initialize all internal
1982 data structures.
1983 (Initialize_Scenario_Storage): Initialize all internal data
1984 structures.
1985 (Kill_Elaboration_Scenario): Do not execute when the elaboration
1986 phase is not active.
1987 (Set_Elaboration_Phase): New routine.
1988 (Update_Elaboration_Scenario): Do not execute when the
1989 elaboration phase is not active.
1990
39dec7f4 19912019-07-04 Gary Dismukes <dismukes@adacore.com>
1992
1993 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The special
1994 treatment of calling Mask_Unfrozen_Types must also be done in
1995 the case of an Ignored_Ghost_Entity, because Expander_Active is
1996 False in that case.
1997
92b004be 19982019-07-04 Yannick Moy <moy@adacore.com>
1999
2000 * sem_prag.adb (Check_Library_Level_Entity): Update for new rule
2001 on SPARK_Mode.
2002
12795e1c 20032019-07-04 Justin Squirek <squirek@adacore.com>
2004
2005 * sem_disp.adb (Check_Controlling_Formals): Obtain the full view
2006 before type comparison.
2007
63fe3141 20082019-07-04 Ed Schonberg <schonberg@adacore.com>
2009
2010 * exp_ch4.ads, exp_ch4.adb (Build_Eq_Call): New visible
2011 subprogram, extracted from Expand_Composite_Equality, to handle
2012 properly the composition of equality for variant record types.
2013 * exp_ch3.adb (MAke_Eq_If): Use Build_Eq_Call for each
2014 component, to handle properly the case of a component with a
2015 user-defined equality. Revert to predefined equality if the
2016 user-defined operation is abstract, to maintain compatibility
2017 with older versions,
2018
17fa952a 20192019-07-04 Justin Squirek <squirek@adacore.com>
2020
2021 * exp_ch3.adb (Build_Initialization_Call): Fixup
2022 *_skip_null_excluding_check argument to handle new default.
2023 (Init_Formals): Make *_skip_null_excluding_check formal default
2024 to False
2025 * exp_ch4.adb (Expand_N_Allocator): Add comment to note heavy
2026 code duplication
2027
cf32543d 20282019-07-04 Bob Duff <duff@adacore.com>
2029
2030 * sem_ch3.adb (Access_Definition): Do not create a master unless
2031 Tasking_Allowed. Otherwise, this fails on restricted runtimes.
2032
eb4dbf20 20332019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2034
2035 * sem_util.adb (Propagate_DIC_Attributes): Do not propagate the
2036 Default_Initial_Condition attributes to an incomplete type.
2037
25ddc6ba 20382019-07-04 Ed Schonberg <schonberg@adacore.com>
2039
2040 * sem_attr.adb (Check_Array_Type): An array type attribute such
2041 as 'First can be applied to an unconstrained array tyope when
2042 the attribute reference appears within an aspect specification
2043 and the prefix is a current instance, given that the prefix of
2044 the attribute will become a formal of the subprogram that
2045 implements the aspect (typically a predicate check).
2046
74a5962a 20472019-07-04 Piotr Trojanek <trojanek@adacore.com>
2048
2049 * sem_util.adb (Yields_Synchronized_Object): Fix typos in
2050 comments.
2051
c65d33a8 20522019-07-04 Yannick Moy <moy@adacore.com>
2053
2054 * sem_util.adb (Yields_Synchronized_Object): Adapt to new SPARK
2055 rule.
2056
afd77d39 20572019-07-04 Yannick Moy <moy@adacore.com>
2058
2059 * sem_spark.adb (Check_Statement): Only check permission of
2060 object in extended return when it is of a deep type.
2061
2281b807 20622019-07-04 Justin Squirek <squirek@adacore.com>
2063
2064 * sem_ch12.adb (Perform_Appropriate_Analysis): Added for
2065 selecting which type of analysis based on wheither the
2066 instantiation is a generic at the library-level. In which case
2067 expansion during analysis.
2068 (Preanalyze_Actuals): Modify calls to Analyze to use the new
2069 routine.
2070
542b3e26 20712019-07-04 Ed Schonberg <schonberg@adacore.com>
2072
2073 * exp_unst.adb: Handle conditional expressions.
2074
7754aad4 20752019-07-04 Yannick Moy <moy@adacore.com>
2076
2077 * sem_spark.adb (Check_Package_Spec, Check_Package_Body): Only
2078 analyze parts of the code marked in SPARK.
2079
3843c1bd 20802019-07-04 Hristian Kirtchev <kirtchev@adacore.com>
2081
2082 * erroutc.adb, exp_aggr.adb, inline.adb, opt.adb, sem_ch3.adb:
2083 Minor reformatting.
2084
5bc0f990 20852019-07-04 Yannick Moy <moy@adacore.com>
2086
2087 * sem_spark.adb (Explanation, Get_Expl): New functions to get
2088 the explanation for a permission mismatch.
2089 (Perm_Error, Perm_Mismatch, Perm_Error_Loop_Exit): Take
2090 explanation into account for issuing a more precise error
2091 message.
2092 (Set_Perm_Prefixes, Set_Perm_Extensions,
2093 Set_Perm_Extensions_Move): Pass suitable argument for the
2094 explanation node.
2095
11903e68 20962019-07-04 Arnaud Charlet <charlet@adacore.com>
2097
2098 * exp_aggr.adb (In_Place_Assign_OK): Moved to top level and add
2099 support for record aggregates.
2100 (Component_Check): Use Is_CCG_Supported_Aggregate instead of a
2101 similar local predicate.
2102 (Convert_To_Assignments): Take advantage of In_Place_Assign_OK
2103 predicate when possible.
2104 (Is_CCG_Supported_Aggregate): Return False for records with
2105 representation clauses and fix the logic for dealing with nested
2106 aggregates.
2107
b0c19ea3 21082019-07-04 Piotr Trojanek <trojanek@adacore.com>
2109
2110 * opt.adb (Set_Config_Switches): Keep assertions policy as
2111 enabled when analysing internal units in GNATprove mode.
2112
90f2b146 21132019-07-04 Arnaud Charlet <charlet@adacore.com>
2114
2115 * exp_ch4.adb (Expand_Short_Circuit_Operator): Strip
2116 N_Variable_Reference_Marker when checking for the presence of
2117 actions.
2118
39ecad34 21192019-07-04 Arnaud Charlet <charlet@adacore.com>
2120
2121 * exp_aggr.adb (Check_Component): Take into account type
2122 conversions.
2123
c0e899f1 21242019-07-04 Dmitriy Anisimkov <anisimko@adacore.com>
2125
2126 * doc/gnat_ugn/platform_specific_information.rst: Document
2127 Windows socket timeout particularity.
2128 * gnat_ugn.texi: Regenerate.
2129 * gsocket.h: Include versionhelpers.h.
2130 * socket.c (__gnat_minus_500ms): New function.
2131 * libgnat/g-sothco.ads (Minus_500ms_Windows_Timeout): New
2132 imported function.
2133 * libgnat/g-socket.adb (Set_Socket_Option): Refactor to remove
2134 500ms from the requested timeout only on old Windows version.
2135
363b1a8e 21362019-07-04 Thomas Quinot <quinot@adacore.com>
2137
2138 * get_scos.adb: Remove bogus, dead code.
2139
4ae0a9ce 21402019-07-04 Ed Schonberg <schonberg@adacore.com>
2141
2142 * sem_dim.adb (Analyze_Dimension_Array_Aggregate): If the
2143 component is an entity name, its dimensions are those of its
2144 type.
2145
d60fa3c9 21462019-07-03 Bob Duff <duff@adacore.com>
2147
2148 * doc/gnat_ugn/gnat_utility_programs.rst: Document new flags in
2149 GNATpp.
2150
877ad320 21512019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2152
2153 * binde.adb: Remove with clause for System.OS_Lib.
2154 (Force_Elab_Order): Refactor the majority of the code in Butil.
2155 Use the new forced units iterator to obtain unit names.
2156 * bindo-builders.adb: Add with and use clauses for Binderr,
2157 Butil, Opt, Output, Types, GNAT, and GNAT.Dynamic_HTables. Add
2158 a hash table which maps units to line number in the forced
2159 elaboration order file.
2160 (Add_Unit): New routine.
2161 (Build_Library_Graph): Create forced edges between pairs of
2162 units listed in the forced elaboration order file.
2163 (Create_Forced_Edge, Create_Forced_Edges, Destroy_Line_Number,
2164 Duplicate_Unit_Error, Hash_Unit, Internal_Unit_Info,
2165 Is_Duplicate_Unit, Missing_Unit_Info): New routines.
2166 * bindo-graphs.adb (Is_Internal_Unit, Is_Predefined_Unit):
2167 Refactor some of the behavior to Bindo-Units.
2168 * bindo-graphs.ads: Enable the enumeration literal for forced
2169 edges.
2170 * bindo-units.adb, bindo-units.ads (Is_Internal_Unit,
2171 Is_Predefined_Unit): New routines.
2172 * butil.adb: Add with and use clauses for Opt, GNAT, and
2173 System.OS_Lib. Add with clause for Unchecked_Deallocation.
2174 (Has_Next, Iterate_Forced_Units, Next, Parse_Next_Unit_Name,
2175 Read_Forced_Elab_Order_File): New routines.
2176 * butil.ads: Add with and use clauses for Types. Add new
2177 iterator over the units listed in the forced elaboration order
2178 file.
2179 (Has_Next, Iterate_Forced_Units, Next): New routine.
2180 * namet.adb, namet.ads (Present): New routine.
2181
01e6eb2f 21822019-07-03 Bob Duff <duff@adacore.com>
2183
2184 * sem_ch3.adb (Access_Definition): The code was creating a
2185 master in the case where the designated type is a class-wide
2186 interface type. Create a master in the noninterface case as
2187 well. That is, create a master for all limited class-wide types.
2188
9ad42832 21892019-07-03 Yannick Moy <moy@adacore.com>
2190
2191 * erroutc.adb (Sloc_In_Range): New function to determine whether
2192 the range of a pragma Warnings covers a location, taking
2193 instantiations into account.
2194
f2a8d64e 21952019-07-03 Johannes Kanig <kanig@adacore.com>
2196
2197 * osint.ads, osint.adb (Get_First_Main_File_Name): New routine
2198 to access the first file provided on the command line.
2199
d4f28933 22002019-07-03 Ed Schonberg <schonberg@adacore.com>
2201
2202 * inline.adb (Process_Formals_In_Aspects): New procedure within
2203 Expand_Inlined_Call, to perform a replacement of references to
2204 formals that appear in aspect specifications within the body
2205 being inlined.
2206
23e7fc9b 22072019-07-03 Justin Squirek <squirek@adacore.com>
2208
2209 * sem_ch8.adb (Analyze_Object_Renaming): Add call to search for
2210 the appropriate actual subtype of the object renaming being
2211 analyzed.
2212 (Check_Constrained_Object): Minor cleanup.
2213
f8e6d133 22142019-07-03 Yannick Moy <moy@adacore.com>
2215
2216 * sem_spark.adb (Get_Observed_Or_Borrowed_Expr): New function to
2217 return go through traversal function call.
2218 (Check_Type): Consistently use underlying type.
2219 (Get_Perm): Adapt for case of elaboration code where variables
2220 are not declared in the environment. Remove incorrect handling
2221 of borrow and observe.
2222
d044ba5c 22232019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2224
2225 * inline.adb (Build_Return_Object_Formal): New routine.
2226 (Can_Split_Unconstrained_Function): Code clean up.
2227 (Copy_Formals,Copy_Return_Object): New routines.
2228 (Split_Unconstrained_Function): Code clean up and refactoring.
2229
8699de72 22302019-07-03 Gary Dismukes <dismukes@adacore.com>
2231
2232 * bindo-augmentors.adb, bindo-augmentors.ads,
2233 bindo-builders.ads, bindo-elaborators.adb, sem_ch12.adb,
2234 sem_ch13.adb, sem_spark.adb, sinfo.ads: Minor editorial
2235 corrections and reformatting.
2236
2ccf6539 22372019-07-03 Bob Duff <duff@adacore.com>
2238
2239 * sem_warn.adb (Check_Infinite_Loop_Warning): Avoid the warning
2240 if an Iterator_Specification is present.
2241
17b5260d 22422019-07-03 Bob Duff <duff@adacore.com>
2243
2244 * doc/gnat_ugn/gnat_utility_programs.rst: Document default
2245 new-line behavior.
2246
5f71d12c 22472019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2248
2249 * ali.adb: Add with and use clauses for GNAT,
2250 GNAT.Dynamic_HTables, and Snames. Add a map from invocation
2251 signature records to invocation signature ids. Add various
2252 encodings of invocation-related attributes. Sort and update
2253 table Known_ALI_Lines.
2254 (Add_Invocation_Construct, Add_Invocation_Relation,
2255 Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
2256 Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
2257 Code_To_Invocation_Graph_Line_Kind, Destroy, Hash): New
2258 routines.
2259 (Initialize_ALI): Sort the initialization sequence. Add
2260 initialization for all invocation-related tables.
2261 (Invocation_Construct_Kind_To_Code,
2262 Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
2263 Invocation_Signature_Of, Present): New routines.
2264 (Scan_ALI): Add the default values for invocation-related ids.
2265 Scan invocation graph lines.
2266 (Scan_Invocation_Graph_Line): New routine.
2267 * ali.ads: Add with clause for GNAT.Dynamic_Tables. Add types
2268 for invocation constructs, relations, and signatures. Add
2269 tables for invocation constructs, relations, and signatures.
2270 Update Unit_Record to capture invocation-related ids. Relocate
2271 table Unit_Id_Tables and subtypes Unit_Id_Table, Unit_Id_Array
2272 from Binde.
2273 (Add_Invocation_Construct, Add_Invocation_Relation,
2274 Body_Placement_Kind_To_Code, Code_To_Body_Placement_Kind,
2275 Code_To_Invocation_Construct_Kind, Code_To_Invocation_Kind,
2276 Code_To_Invocation_Graph_Line_Kind,
2277 Invocation_Construct_Kind_To_Code,
2278 Invocation_Graph_Line_Kind_To_Code, Invocation_Kind_To_Code,
2279 Invocation_Signature_Of, Present): New routines.
2280 * binde.adb: Add with and use clause for Types. Add use clause
2281 for ALI.Unit_Id_Tables;
2282 * binde.ads: Relocate table Unit_Id_Tables and subtypes
2283 Unit_Id_Table, Unit_Id_Array to ALI.
2284 * bindgen.adb: Remove with and use clause for ALI.
2285 * bindgen.ads: Remove with and use clause for Binde. Add with
2286 and use clause for ALI.
2287 * bindo.adb, bindo.ads, bindo-augmentors.adb,
2288 bindo-augmentors.ads, bindo-builders.adb, bindo-builders.ads,
2289 bindo-diagnostics.adb, bindo-diagnostics.ads,
2290 bindo-elaborators.adb, bindo-elaborators.ads, bindo-graphs.adb,
2291 bindo-graphs.ads, bindo-units.adb, bindo-units.ads,
2292 bindo-validators.adb, bindo-validators.ads, bindo-writers.adb,
2293 bindo-writers.ads: New units.
2294 * debug.adb: Use and describe GNAT debug switches -gnatd_F and
2295 -gnatd_G. Add GNATbind debug switches in the ranges dA .. dZ,
2296 d.a .. d.z, d.A .. d.Z, d.1 .. d.9, d_a .. d_z, d_A .. d_Z, and
2297 d_1 .. d_9. Use and describe GNATbind debug switches -d_A,
2298 -d_I, -d_L, -d_N, -d_O, -d_T, and -d_V.
2299 * exp_util.adb, exp_util.ads (Exceptions_OK): Relocate to
2300 Sem_Util.
2301 * gnatbind.adb: Add with and use clause for Bindo. Use the new
2302 Bindo elaboration order only when -d_N is in effect.
2303 * lib-writ.adb
2304 (Column, Extra, Invoker, Kind, Line, Locations, Name, Placement,
2305 Scope, Signature, Target): New routines.
2306 (Write_ALI): Output all invocation-related data.
2307 (Write_Invocation_Graph): New routine.
2308 * lib-writ.ads: Document the invocation graph ALI line.
2309 * namet.adb, namet.ads (Present): New routines.
2310 * sem_ch8.adb (Find_Direct_Name): Capture the status of
2311 elaboration checks and warnings of an identifier.
2312 (Find_Expanded_Name): Capture the status of elaboration checks
2313 and warnings of an expanded name.
2314 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Ensure
2315 that invocation graph-related data within the body of the main
2316 unit is encoded in the ALI file.
2317 (Analyze_Generic_Subprogram_Declaration): Ensure that invocation
2318 graph-related data within the body of the main unit is encoded
2319 in the ALI file.
2320 (Analyze_Package_Instantiation): Perform minimal decoration of
2321 the instance entity.
2322 (Analyze_Subprogram_Instantiation): Perform minimal decoration
2323 of the instance entity.
2324 * sem_elab.adb: Perform heavy refactoring of all code. The unit
2325 is now split into "services" which specialize in one area of ABE
2326 checks. Add processing in order to capture invocation-graph
2327 related attributes of the main unit, and encode them in the ALI
2328 file. The Processing phase can now operate in multiple modes,
2329 all described by type Processing_Kind. Scenarios and targets
2330 are now distinct at the higher level, and carry their own
2331 representations. This eliminates the need to constantly
2332 recompute their attributes, and offers the various processors a
2333 uniform interface. The various initial states of the Processing
2334 phase are now encoded using type Processing_In_State, and
2335 xxx_State constants.
2336 * sem_elab.ads: Update the literals of type
2337 Enclosing_Level_Kind. Add Inline pragmas on several routines.
2338 * sem_prag.adb (Process_Inline): Ensure that invocation
2339 graph-related data within the body of the main unit is encoded
2340 in the ALI file.
2341 * sem_util.adb (Enclosing_Generic_Body, Enclosing_Generic_Unit):
2342 Code clean up.
2343 (Exceptions_OK): Relocated from Sem_Util.
2344 (Mark_Save_Invocation_Graph_Of_Body): New routine.
2345 * sem_util.ads (Exceptions_OK): Relocated from Sem_Util.
2346 (Mark_Save_Invocation_Graph_Of_Body): New routine.
2347 * sinfo.adb (Is_Elaboration_Checks_OK_Node): Now applicable to
2348 N_Variable_Reference_Marker.
2349 (Is_Elaboration_Warnings_OK_Node): Now applicable to
2350 N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
2351 (Is_Read): Use Flag4.
2352 (Is_SPARK_Mode_On_Node): New applicable to
2353 N_Variable_Reference_Marker.
2354 (Is_Write): Use Flag5.
2355 (Save_Invocation_Graph_Of_Body): New routine.
2356 (Set_Is_Elaboration_Checks_OK_Node): Now applicable to
2357 N_Variable_Reference_Marker.
2358 (Set_Is_Elaboration_Warnings_OK_Node): Now applicable to
2359 N_Expanded_Name, N_Identifier, N_Variable_Reference_Marker.
2360 (Set_Is_SPARK_Mode_On_Node): New applicable to
2361 N_Variable_Reference_Marker.
2362 (Set_Save_Invocation_Graph_Of_Body): New routine.
2363 * sinfo.ads: Update the documentation of attributes
2364 Is_Elaboration_Checks_OK_Node, Is_Elaboration_Warnings_OK_Node,
2365 Is_SPARK_Mode_On_Node. Update the flag usage of attributes
2366 Is_Read, Is_Write. Add attribute Save_Invocation_Graph_Of_Body
2367 and update its occurrence in nodes.
2368 (Save_Invocation_Graph_Of_Body): New routine along with pragma
2369 Inline.
2370 (Set_Save_Invocation_Graph_Of_Body): New routine along with
2371 pragma Inline.
2372 * switch-b.adb (Scan_Binder_Switches): Refactor the scanning of
2373 debug switches.
2374 (Scan_Debug_Switches): New routine.
2375 * libgnat/g-dynhta.adb, libgnat/g-dynhta.ads (Contains): New routine.
2376 * libgnat/g-graphs.adb (Associate_Vertices): Update the use of
2377 Component_Vertex_Iterator.
2378 (Contains_Component, Contains_Edge, Contains_Vertex, Has_Next):
2379 Reimplemented.
2380 (Iterate_Component_Vertices): New routine.
2381 (Iterate_Vertices): Removed.
2382 (Next): Update the parameter profile.
2383 (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
2384 routines.
2385 * libgnat/g-graphs.ads: Update the initialization of
2386 No_Component. Add type Component_Vertex_Iterator. Remove type
2387 Vertex_Iterator.
2388 (Has_Next): Add new versions and remove old ones.
2389 (Iterate_Component_Vertices): New routine.
2390 (Iterate_Vertices): Removed.
2391 (Next): Add new versions and remove old ones.
2392 (Number_Of_Component_Vertices, Number_Of_Outgoing_Edges): New
2393 routines.
2394 * libgnat/g-sets.adb (Contains): Reimplemented.
2395 * gcc-interface/Make-lang.in (GNATBIND_OBJS): Add
2396 GNAT.Dynamic_HTables, GNAT.Graphs and Bindo units.
2397 * rtsfind.ads: Remove extra space.
2398
df177848 23992019-07-03 Yannick Moy <moy@adacore.com>
2400
2401 * sem_spark.adb: Add support for locally borrowing and observing
2402 a path.
2403 (Get_Root_Object): Add parameter Through_Traversal to denote
2404 when we are interesting in getting to the traversed parameter.
2405 (Is_Prefix_Or_Almost): New function to support detection of
2406 illegal access to borrowed or observed paths.
2407 (Check_Pragma): Add analysis of assertion pragmas.
2408
f3f142ac 24092019-07-03 Ed Schonberg <schonberg@adacore.com>
2410
2411 * sem_ch13.adb (Build_Predicate_Functions): In a generic context
2412 we do not build the bodies of predicate fuctions, but the
2413 expression in a static predicate must be elaborated to allow
2414 case coverage checking within the generic unit.
2415 (Build_Discrete_Static_Predicate): In a generic context, return
2416 without building function body once the
2417 Static_Discrete_Predicate expression for the type has been
2418 constructed.
2419
99d90c85 24202019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2421
2422 * bindgen.adb, inline.adb, layout.adb, sem_ch12.adb,
2423 sem_ch13.adb, sem_ch7.adb, styleg.adb: Minor reformatting.
2424
800597f6 24252019-07-03 Bob Duff <duff@adacore.com>
2426
2427 * par-ch3.adb (P_Defining_Identifier): Call
2428 Check_Defining_Identifier_Casing.
2429 * style.ads, styleg.ads, styleg.adb
2430 (Check_Defining_Identifier_Casing): New procedure to check for
2431 mixed-case defining identifiers.
2432 * stylesw.ads, stylesw.adb (Style_Check_Mixed_Case_Decls): New
2433 flag for checking for mixed-case defining identifiers.
2434 * doc/gnat_ugn/building_executable_programs_with_gnat.rst:
2435 Document new feature.
2436 * gnat_ugn.texi: Regenerate.
2437
2c75027a 24382019-07-03 Eric Botcazou <ebotcazou@adacore.com>
2439
2440 * doc/gnat_ugn/building_executable_programs_with_gnat.rst
2441 (Warning message control): Document that -gnatw.z/Z apply to
2442 array types.
2443 * freeze.adb (Freeze_Entity): Give -gnatw.z warning for array
2444 types as well, but not if the specified alignment is the minimum
2445 one.
2446 * gnat_ugn.texi: Regenerate.
2447
08237d0d 24482019-07-03 Bob Duff <duff@adacore.com>
2449
2450 * einfo.ads, exp_util.adb, layout.ads, sinfo.ads: Spell "laid"
2451 correctly.
2452
0396441f 24532019-07-03 Ed Schonberg <schonberg@adacore.com>
2454
2455 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): No error
2456 message on attribute applied to a renaming when the renamed
2457 object is an aggregate (from code reading).
2458 (Check_Aspect_At_End_Of_Declarations): In a generic context
2459 where freeze nodes are not generated, the original expression
2460 for an aspect may need to be analyzed to precent spurious
2461 conformance errors when compared with the expression that is
2462 anakyzed at the end of the current declarative list.
2463
c8406f30 24642019-07-03 Eric Botcazou <ebotcazou@adacore.com>
2465
2466 * layout.adb (Layout_Type): Do not set the component size of an
2467 array with a scalar component if the component type is
2468 overaligned.
2469
c38b32ea 24702019-07-03 Ed Schonberg <schonberg@adacore.com>
2471
2472 * inline.adb (Make_Loop_Labels_Unique): New procedure to modify
2473 the source code of subprograms that are inlined by the
2474 front-end, to prevent accidental duplication between loop labels
2475 in the inlined code and the code surrounding the inlined call.
2476
6d6f134e 24772019-07-03 Hristian Kirtchev <kirtchev@adacore.com>
2478
2479 * doc/gnat_ugn/elaboration_order_handling_in_gnat.rst: Update
2480 the section on resolving elaboration circularities to eliminate
2481 certain combinations of switches which together do not produce
2482 the desired effect and confuse users.
2483 * gnat_ugn.texi: Regenerate.
2484
f3e16ef4 24852019-07-03 Arnaud Charlet <charlet@adacore.com>
2486
2487 * bindgen.adb (Gen_Main): Disable generation of reference to
2488 Ada_Main_Program_Name for CCG.
2489 * bindusg.adb (Display): Add -G to the command-line usage for
2490 gnatbind.
2491 * opt.ads (Generate_C_Code): Update comment.
2492 * switch-b.adb (Scan_Binder_Switches): Add handling for -G.
2493
f4a31b16 24942019-07-03 Arnaud Charlet <charlet@adacore.com>
2495
2496 * sem_ch7.adb (Has_Referencer): Do not consider inlined
2497 subprograms when generating C code, which allows us to generate
2498 static inline subprograms.
2499
2f65e9f7 25002019-07-03 Justin Squirek <squirek@adacore.com>
2501
2502 * sem_ch6.adb (Check_Conformance): Add expression checking for
2503 constant modifiers in anonymous access types (in addition to
2504 "non-null" types) so that they are considered "matching" for
2505 subsequent conformance tests.
2506
c336ed70 25072019-07-03 Arnaud Charlet <charlet@adacore.com>
2508
2509 * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst:
2510 Clarify wording on No_Multiple_Elaboration.
2511 * gnat_rm.texi: Regenerate.
2512
78611c86 25132019-07-03 Ed Schonberg <schonberg@adacore.com>
2514
2515 * sem_ch8.adb (Find_Selected_Component): If the prefix is the
2516 current instance of a type or subtype, complete the resolution
2517 of the name by finding the component of the type denoted by the
2518 selector name.
2519
5a87a4d9 25202019-07-03 Eric Botcazou <ebotcazou@adacore.com>
2521
2522 * doc/gnat_rm/interfacing_to_other_languages.rst (Interfacing to C):
2523 Document that boolean types with convention C now map to C99 bool.
2524 * gnat_rm.texi: Regenerate.
2525
371c539c 25262019-07-03 Javier Miranda <miranda@adacore.com>
2527
2528 * exp_attr.adb (Expand_Min_Max_Attribute): Code cleanup:
2529 removing code that it is now never executed in the CCG compiler
2530 (dead code).
2531
89d2d652 25322019-07-02 Iain Sandoe <iain@sandoe.co.uk>
2533
2534 * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for
2535 PPC Darwin.
2536
d21e66fb 25372019-07-01 Ed Schonberg <schonberg@adacore.com>
2538
2539 * sem_ch12.adb (Is_Defaulted): New predicate in
2540 Check_Formal_Package_Intance, to skip the conformance of checks
2541 on parameters of a formal package that are defaulted,
2542
7a42b778 25432019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2544
2545 * checks.adb, exp_ch9.adb, exp_unst.adb, sem_ch4.adb,
2546 sem_prag.adb, sem_spark.adb: Minor reformatting.
2547
fc8ae496 25482019-07-01 Ed Schonberg <schonberg@adacore.com>
2549
2550 * sem_attr.adb (Analyze_Attribute, case Enum_Rep): Allow prefix
2551 of attribute to be an attribute reference of a discrete type.
2552
9d27ea41 25532019-07-01 Eric Botcazou <ebotcazou@adacore.com>
2554
2555 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Move up
2556 handling of Has_Pragma_Inline_Always and deal with
2557 Has_Pragma_No_Inline.
2558
bcb8dcf3 25592019-07-01 Ed Schonberg <schonberg@adacore.com>
2560
2561 * sem_ch3.adb (Build_Derived_Record_Type): If the parent type is
2562 declared as a subtype of a private type with an inherited
2563 discriminant constraint, its generated full base appears as a
2564 record subtype, so we need to retrieve its oen base type so that
2565 the inherited constraint can be applied to it.
2566
d087b9ca 25672019-07-01 Yannick Moy <moy@adacore.com>
2568
2569 * sem_spark.adb: Completely rework the algorithm for ownership
2570 checking, as the rules in SPARK RM have changed a lot.
2571 * sem_spark.ads: Update comments.
2572
fe48ee0a 25732019-07-01 Dmitriy Anisimkov <anisimko@adacore.com>
2574
2575 * gsocket.h (Has_Sockaddr_Len): Use the offset of sin_family offset in
2576 the sockaddr_in structure to determine the existence of length field
2577 before the sin_family.
2578
b20f7e2c 25792019-07-01 Ed Schonberg <schonberg@adacore.com>
2580
2581 * sem_prag.adb (Analyze_Pragma, case Weak_External): Pragma only
2582 applies to entities with run-time addresses, not to types.
2583
374fdf94 25842019-07-01 Piotr Trojanek <trojanek@adacore.com>
2585
2586 * einfo.adb, sem_ch7.adb, sem_prag.adb, sem_util.adb: Update
2587 references to the SPARK RM after the removal of Rule 7.1.4(5).
2588
bf13a79d 25892019-07-01 Piotr Trojanek <trojanek@adacore.com>
2590
2591 * sysdep.c: Cleanup references to LynuxWorks in docs and
2592 comments.
2593
866fa2d0 25942019-07-01 Ed Schonberg <schonberg@adacore.com>
2595
2596 * checks.adb (Insert_Valid_Check): Do not apply validity check
2597 to variable declared within a protected object that uses the
2598 Lock_Free implementation, to prevent unwarranted constant
2599 folding, because entities within such an object msut be treated
2600 as volatile.
2601
bcb5ab83 26022019-07-01 Eric Botcazou <ebotcazou@adacore.com>
2603
2604 * exp_ch9.adb (Check_Inlining): Deal with Has_Pragma_No_Inline.
2605
2db33bd6 26062019-07-01 Ed Schonberg <schonberg@adacore.com>
2607
2608 * exp_unst.adb (Visit_Node, Check_Static_Type): Improve the
2609 handling of private and incomplete types whose full view is an
2610 access type, to detect additional uplevel references in dynamic
2611 bounds. This is relevant to N_Free_Statement among others that
2612 manipulate types whose full viww may be an access type.
2613
6b4f0b7d 26142019-07-01 Pat Rogers <rogers@adacore.com>
2615
2616 * doc/gnat_rm/representation_clauses_and_pragmas.rst: Correct
2617 size indicated for R as a component of an array.
2618 * gnat_rm.texi: Regenerate.
2619
cdee70d7 26202019-07-01 Justin Squirek <squirek@adacore.com>
2621
2622 * libgnat/s-win32.ads: Add definition for ULONG, modify
2623 OVERLAPPED type, and add appropriate pragmas.
2624
2cf822b7 26252019-07-01 Bob Duff <duff@adacore.com>
2626
2627 * gnat1drv.adb (gnat1drv): Call Write_ALI if the main unit is
2628 ignored-ghost.
2629
0a1ece97 26302019-07-01 Yannick Moy <moy@adacore.com>
2631
2632 * sem_ch4.adb (Operator_Check): Refine error message.
2633
ee4279ef 26342019-07-01 Piotr Trojanek <trojanek@adacore.com>
2635
2636 * libgnat/a-calend.ads: Revert "Global => null" contracts on
2637 non-pure routines.
2638
2c6b4ada 26392019-07-01 Piotr Trojanek <trojanek@adacore.com>
2640
2641 * exp_attr.adb, libgnat/g-graphs.ads: Fix typos in comments:
2642 componant -> component.
2643
175c4526 26442019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2645
2646 * libgnat/g-graphs.adb: Use type Directed_Graph rather than
2647 Instance in various routines.
2648 * libgnat/g-graphs.ads: Change type Instance to Directed_Graph.
2649 Update various routines that mention the type.
2650
a0d15509 26512019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2652
2653 * libgnat/g-sets.adb: Use type Membership_Set rathern than
2654 Instance in various routines.
2655 * libgnat/g-sets.ads: Change type Instance to Membership_Set.
2656 Update various routines that mention the type.
2657
205a23a3 26582019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2659
2660 * libgnat/g-lists.adb: Use type Doubly_Linked_List rather than
2661 Instance in various routines.
2662 * libgnat/g-lists.ads: Change type Instance to
2663 Doubly_Linked_List. Update various routines that mention the
2664 type.
2665
17fdf8c2 26662019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2667
2668 * libgnat/g-dynhta.adb: Use type Dynamic_Hash_Table rather than
2669 Instance in various routines.
2670 * libgnat/g-dynhta.ads: Change type Instance to
2671 Dynamic_Hash_Table. Update various routines that mention the
2672 type.
2673
216ffc64 26742019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2675
2676 * exp_attr.adb, exp_ch7.adb, exp_unst.adb, sem_ch3.adb,
2677 sem_util.adb, uintp.adb, uintp.ads: Minor reformatting.
2678
5051fe35 26792019-07-01 Javier Miranda <miranda@adacore.com>
2680
2681 * exp_attr.adb (Expand_Min_Max_Attribute): Disable expansion of
2682 'Min/'Max on integer, enumeration, fixed point and floating
2683 point types since the CCG backend now provides in file
2684 standard.h routines to support it.
2685
830a2a71 26862019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2687
2688 * impunit.adb: Add GNAT.Graphs to list Non_Imp_File_Names_95.
2689 * Makefile.rtl, gcc-interface/Make-lang.in: Register unit
2690 GNAT.Graphs.
2691 * libgnat/g-dynhta.adb: Various minor cleanups (use Present
2692 rather than direct comparisons).
2693 (Delete): Reimplement to use Delete_Node.
2694 (Delete_Node): New routine.
2695 (Destroy_Bucket): Invoke the provided destructor.
2696 (Present): New routines.
2697 * libgnat/g-dynhta.ads: Add new generic formal Destroy_Value.
2698 Use better names for the components of iterators.
2699 * libgnat/g-graphs.adb, libgnat/g-graphs.ads: New unit.
2700 * libgnat/g-lists.adb: Various minor cleanups (use Present
2701 rather than direct comparisons).
2702 (Delete_Node): Invoke the provided destructor.
2703 (Present): New routine.
2704 * libgnat/g-lists.ads: Add new generic formal Destroy_Element.
2705 Use better names for the components of iterators.
2706 (Present): New routine.
2707 * libgnat/g-sets.adb, libgnat/g-sets.ads (Destroy, Preset,
2708 Reset): New routines.
2709
b0111d94 27102019-07-01 Dmitriy Anisimkov <anisimko@adacore.com>
2711
2712 * libgnat/g-sothco.adb (Get_Address): Fix the case when AF_INET6
2713 is not defined.
2714
7362896b 27152019-07-01 Ed Schonberg <schonberg@adacore.com>
2716
2717 * exp_attr.adb (Expand_Attribute_Reference, case Invalid_Value):
2718 Resolve result of call to Get_Simple_Init_Val, which may be a
2719 conversion of a literal.
2720
0dae8dc2 27212019-07-01 Hristian Kirtchev <kirtchev@adacore.com>
2722
2723 * freeze.adb (Freeze_Expression): Remove the horrible useless
2724 name hiding of N. Insert the freeze nodes generated by the
2725 expression prior to the expression when the nearest enclosing
2726 scope is transient.
2727
487da8ff 27282019-07-01 Pierre-Marie de Rodat <derodat@adacore.com>
2729
2730 * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Fix
2731 formatting issues in the -gnatR section.
2732 * gnat_ugn.texi: Regenerate.
2733
1d79fa18 27342019-06-30 Iain Sandoe <iain@sandoe.co.uk>
2735
2736 * gnatlink.adb (Link_Step): Remove duplicate -static-libgcc switches.
2737 Push -shared-libgcc explicitly, when it is the target default (unless
2738 overidden by the static flag).
2739 When the user has put an instance of shared/static-libgcc do not push
2740 a duplicate of this.
2741
a850edcd 27422019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2743
2744 * gcc-interface/decl.c (gnat_to_gnu_entity): Beep up comment on SAVED,
2745 and tweak comment on the assertion about the scopes of Itypes. Do not
2746 skip the regular processing for Itypes that are E_Record_Subtype with
2747 a Cloned_Subtype. Get the Cloned_Subtype for every E_Record_Subtype
2748 if the type is dummy and hasn't got its own freeze node.
2749 <E_Record_Subtype>: Save again the DECL of the Cloned_Subtype, if any.
2750 <E_Access_Subtype>: Save again the DECL of the equivalent type.
2751 (Gigi_Equivalent_Type) <E_Access_Subtype>: New case.
2752
b1e46fb1 27532019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2754
2755 * gcc-interface/utils.c (unchecked_convert): Tweak comment. Only skip
2756 dereferences when padding to have the same size on both sides. Do it
2757 for destination types with self-referential size too.
2758
07e38949 27592019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2760
2761 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the
2762 type requires strict alignment, then set the RM size to the type size.
2763 Rework handling of alignment and sizes of tagged types in ASIS mode.
2764 (validate_size): Rename local variable and remove special handling for
2765 strict-alignment types.
2766 * gcc-interface/utils.c (finish_record_type): Constify local variables
2767 and use properly typed constants.
2768
f4409741 27692019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2770
2771 * gcc-interface/decl.c (gnat_to_gnu_field): Rework error messages for
2772 fields requiring strict alignment, add explicit test on Storage_Unit
2773 for position and size, and mention type alignment for position.
2774
5882c515 27752019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2776
2777 * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_GIMPLIFIED on
2778 the main variant of a type, if any.
2779
d0de0a27 27802019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2781
2782 * gcc-interface/decl.c (set_nonaliased_component_on_array_type): Add
2783 missing guard for the presence of TYPE_CANONICAL.
2784 (set_reverse_storage_order_on_array_type): Likewise.
2785
2074c859 27862019-06-29 Eric Botcazou <ebotcazou@adacore.com>
2787
2788 * gcc-interface/gigi.h (make_packable_type): Remove default value.
2789 (value_factor_p): Tweak prototype.
2790 * gcc-interface/decl.c (gnat_to_gnu_entity): Add comment.
2791 (gnat_to_gnu_component_type): Likewise.
2792 (gnat_to_gnu_field): Likewise. Fetch the position of the field earlier
2793 and simplify the condition under which the type is packed. Declare
2794 local variable is_bitfield. Pass 1 as max_align to make_packable_type
2795 if it is set to true.
2796 (copy_and_substitute_in_layout): Pass 0 to make_packable_type.
2797 * gcc-interface/utils.c (make_packable_array_type): New function.
2798 (make_packable_type): Use it to rewrite the type of array field.
2799 (maybe_pad_type): Pass align parameter to make_packable_type.
2800 (create_field_decl): Minor tweaks.
2801 (value_factor_p): Assert that FACTOR is a power of 2 and replace the
2802 modulo computation by a masking operation.
2803
83c6da22 28042019-06-25 Eric Botcazou <ebotcazou@adacore.com>
2805
2806 * gcc-interface/decl.c (gnat_to_gnu_entity): Remove superfluous test
2807 in previous change.
2808 * gcc-interface/gigi.h (maybe_character_type): Fix formatting.
2809 (maybe_character_value): Likewise.
2810
aaabc7bc 28112019-06-24 Jan Hubicka <jh@suse.cz>
2812
2813 * gcc-interface/decl.c (gnat_to_gnu_entity): Check that
2814 type is array or integer prior checking string flag.
83c6da22 2815 * gcc-interface/gigi.h (maybe_character_type): Likewise.
2816 (maybe_character_value): Likewise.
aaabc7bc 2817
5fe09a56 28182019-06-24 Martin Sebor <msebor@redhat.com>
2819
2820 * gcc-interface/utils.c (handle_nonnull_attribute): Quote attribute
2821 name.
2822
bd9331d6 28232019-06-18 Arnaud Charlet <charlet@adacore.com>
2824
83c6da22 2825 PR ada/80590
bd9331d6 2826 * sem_ch5.adb (Analyze_Loop_Statement): Avoid exception propagation
2827 during normal processing.
2828
8a5a7d1c 28292019-06-17 Arnaud Charlet <charlet@adacore.com>
2830
83c6da22 2831 PR ada/80590
8a5a7d1c 2832 * exp_ch9.adb (Expand_N_Delay_Relative_Statement): Swap the two
2833 conditions to avoid a unnecessary exception propagation in the default
2834 case.
2835
580934f6 28362019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2837
2838 * gcc-interface/utils.c (handle_stack_protect_attribute): Move around.
2839
c8956236 28402019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2841
2842 * doc/gnat_rm/implementation_defined_pragmas.rst (Machine_Attribute):
2843 Document additional optional parameters.
2844 * sem_prag.adb (Analyze_Pragma) <Pragma_Machine_Attribute>: Accept
2845 more than one optional parameter.
2846 * gcc-interface/decl.c (prepend_one_attribute_pragma): Alphabetize
2847 the list of supported pragmas. Simplify the handling of parameters
2848 and add support for more than one optional parameter.
2849 * gcc-interface/utils.c (attr_cold_hot_exclusions): New constant.
2850 (gnat_internal_attribute_table): Add entry for no_icf, noipa, flatten,
2851 used, cold, hot, target and target_clones.
2852 (begin_subprog_body): Do not create the RTL for the subprogram here.
2853 (handle_noicf_attribute): New static function.
2854 (handle_noipa_attribute): Likewise.
2855 (handle_flatten_attribute): Likewise.
2856 (handle_used_attribute): Likewise.
2857 (handle_cold_attribute): Likewise.
2858 (handle_hot_attribute): Likewise.
2859 (handle_target_attribute): Likewise.
2860 (handle_target_clones_attribute): Likewise.
2861
62b762c2 28622019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2863
2864 * gcc-interface/trans.c (lvalue_required_for_attribute_p): Return 0
2865 for 'Size too.
2866 (Identifier_to_gnu): Use the actual subtype for a reference to a
2867 packed array in a return statement.
2868 (Attribute_to_gnu) <Attr_Size>: Do not strip VIEW_CONVERT_EXPRs from
2869 the prefix in every case.
2870
336a61a3 28712019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2872
2873 * gcc-interface/trans.c (gnat_to_gnu): Remove superfluous tests on
2874 Backend_Overflow_Checks_On_Target and rework comments.
2875
983c5b5e 28762019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2877
2878 * gcc-interface/trans.c (walk_nesting_tree): New static function.
2879 (finalize_nrv): Use it to walk the entire nesting tree.
2880
96b4b84e 28812019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2882
2883 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Remove
2884 obsolete test on Is_For_Access_Subtype.
2885
0b74284e 28862019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2887
2888 * gcc-interface/decl.c (components_to_record): Set a name on the type
2889 created for the REP part, if any.
2890 * gcc-interface/utils.c (finish_record_type): Only take the maximum
2891 when merging sizes for a variant part at offset 0.
2892 (merge_sizes): Rename has_rep parameter into max.
2893
689dab9d 28942019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2895
2896 * gcc-interface/utils.c (gnat_internal_attribute_table): Add support
2897 for stack_protect attribute.
2898 (handle_stack_protect_attribute): New static function.
2899
804f7d39 29002019-05-28 Eric Botcazou <ebotcazou@adacore.com>
2901
2902 * gcc-interface/decl.c (intrin_arglists_compatible_p): Do not return
2903 false if the internal builtin uses a variable list.
2904
f07f94cc 29052019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2906
2907 * gcc-interface/trans.c (Call_to_gnu): Do not initialize the temporary
2908 created out of addressability concerns if it's for the _Init parameter
2909 of an initialization procedure.
2910
abfd658b 29112019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2912
2913 * gcc-interface/ada-builtin-types.def: New file.
2914 * gcc-interface/ada-builtins.def: Likewise.
2915 * gcc-interface/ada-tree.h (BUILT_IN_LIKELY): New macro.
2916 (BUILT_IN_UNLIKELY): Likewise.
2917 * gcc-interface/trans.c (independent_iterations_p): Initialize the
2918 auto-vector to 16 elements.
2919 (Call_to_gnu): Remove local variable and change the vector of actual
2920 parameters to an auto-vector. Do not convert actual parameters to
2921 the argument type for front-end built-in functions. Add support for
2922 front-end built-in functions.
2923 (build_noreturn_cond): Use internal instead of built-in function.
2924 * gcc-interface/utils.c (c_builtin_type): Include ada-builtin-types.def
2925 (install_builtin_function_types): Likewise.
2926 (install_builtin_functions): Include ada-builtins.def first.
2927
caab73a2 29282019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2929
2930 * gcc-interface/utils.c (maybe_pad_type): Issue the warning for the
2931 specific case of component types preferably.
2932
f1ca2388 29332019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2934
2935 * gcc-interface/trans.c (Identifier_to_gnu): Minor tweaks.
2936 (gnat_to_gnu): Do not convert the result if it is a reference to an
2937 unconstrained array used as the prefix of an attribute reference that
2938 requires an lvalue.
2939
e3f3573c 29402019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2941
2942 * gcc-interface/trans.c (Gigi_Types_Compatible): New predicate.
2943 (Identifier_to_gnu): Use it to assert that the type of the identifier
2944 and that of its entity are compatible for gigi. Rename a couple of
2945 local variables and separate the processing of the result type.
2946
2306cd17 29472019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2948
2949 * gcc-interface/trans.c (Call_to_gnu): Use the unpadded type when
2950 putting back an intermediate conversion the type of the actuals.
2951
6e4e9378 29522019-05-27 Eric Botcazou <ebotcazou@adacore.com>
2953
2954 * gcc-interface/trans.c (gnat_to_gnu) <Shift operations>: Convert the
2955 count to the unsigned version of its base type before proceeding.
2956
85b9be9b 29572019-05-16 Martin Sebor <msebor@redhat.com>
2958
3d6be0d5 2959 * gcc-interface/trans.c (check_inlining_for_nested_subprog): Quote
2960 reserved names.
85b9be9b 2961
65d973ca 29622019-05-08 Arnaud Charlet <charlet@adacore.com>
2963
2964 * standard.ads.h: New file.
2965
ff628b99 29662019-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2967
2968 * gcc-interface/Makefile.in (install-gcc-specs): Use foreach.
2969 Honor DESTDIR.
2970
ebd761d4 29712019-04-29 Michael K. Darling <darlingm@gmail.com>
2972
2973 * gnatvsn.ads: Bump Library_Version to 10.
2974
5f260823 29752019-04-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2976 Bernd Edlinger <bernd.edlinger@hotmail.de>
2977 Jakub Jelinek <jakub@redhat.com>
2978
2979 PR target/89093
2980 * raise-gcc.c (TARGET_ATTRIBUTE): Define.
2981 (continue_unwind, personality_body, PERSONALITY_FUNCTION): Add
2982 TARGET_ATTRIBUTE.
2983
d7ca95c0 29842019-04-07 Eric Botcazou <ebotcazou@adacore.com>
2985
2986 * libgnat/i-cexten.ads (CFloat_128): New type.
2987
26b21081 29882019-03-22 Dmitriy Anisimkov <anisimko@adacore.com>
2989
2990 PR ada/89583
2991 * libgnat/g-socket.adb (Bind_Socket, Connect_Socket,
2992 Send_Socket): Fix the computation of structure lengths passed to
2993 low level routines.
2994 (Is_IPv6_Address): Fix the number of expected colons.
2995
2f6d557f 29962019-03-11 Martin Liska <mliska@suse.cz>
2997
d325ee67 2998 * gcc-interface/misc.c (gnat_post_options): Wrap option name in string
2999 format message and fix GNU coding style.
2f6d557f 3000
c1ad6672 30012019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3002
3003 * gcc-interface/trans.c (gnat_to_gnu) <N_Aggregate>: Minor tweak.
3004 * gcc-interface/utils.c (convert): Do not pad when doing an unchecked
3005 conversion here. Use TREE_CONSTANT throughout the function.
3006 (unchecked_convert): Also pad if the source is a CONSTRUCTOR and the
3007 destination is a more aligned array type or a larger aggregate type,
3008 but not between original and packable versions of a type.
3009
62a6ebbd 30102019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3011
3012 * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepared for an
3013 operand with VOID_TYPE.
3014
da383d19 30152019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3016
3017 * gcc-interface/trans.c (elaborate_all_entities): Do not elaborate the
3018 entities of a package renaming another one.
3019
09c123a0 30202019-02-08 Eric Botcazou <ebotcazou@adacore.com>
3021
3022 * gcc-interface/trans.c (Regular_Loop_to_gnu): Replace tests on
3023 individual flag_unswitch_loops and flag_tree_loop_vectorize switches
3024 with test on global optimize switch.
3025 (Raise_Error_to_gnu): Likewise.
3026
a9dd7273 30272019-02-07 Eric Botcazou <ebotcazou@adacore.com>
3028
3029 * libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.
3030
4836c4f1 30312019-02-06 Arnaud Charlet <charlet@adacore.com>
3032
3033 * libgnarl/s-linux__x32.ads: Resync list of signals with s-linux.ads
3034
6b56937c 30352019-01-27 Eric Botcazou <ebotcazou@adacore.com>
3036
3037 * repinfo.adb (List_Component_Layout): Remove superfluous space for
3038 zero-sized field.
3039 * gcc-interface/ada-tree.h (TYPE_IS_EXTRA_SUBTYPE_P): New macro.
3040 * gcc-interface/gigi.h (create_extra_subtype): Declare.
3041 * gcc-interface/decl.c (TYPE_ARRAY_SIZE_LIMIT): Likewise.
3042 (update_n_elem): New function.
3043 (gnat_to_gnu_entity): Use create_extra_subtype to create extra subtypes
3044 instead of doing it manually.
3045 <E_Array_Type>: Use update_n_elem to compute the maximum size. Use the
3046 index type instead of base type for the bounds. Set TYPE_ARRAY_MAX_SIZE
3047 of the array to the maximum size.
3048 <E_Array_Subtype>: Create an extra subtype using the index type of the
3049 base array type for self-referential bounds. Use update_n_elem to
3050 compute the maximum size. Set TYPE_ARRAY_MAX_SIZE of the array to the
3051 maximum size.
3052 (gnat_to_gnu_field): Clear DECL_NONADDRESSABLE_P on discriminants.
3053 * gcc-interface/misc.c (gnat_get_alias_set): Return the alias set of
3054 the base type for an extra subtype.
3055 (gnat_type_max_size): Remove obsolete code.
3056 * gcc-interface/trans.c (Attribute_to_gnu): Minor tweak.
3057 (can_be_lower_p): Deal with pathological types.
3058 * gcc-interface/utils.c (create_extra_subtype): New function.
3059 (create_field_decl): Minor tweak.
3060 (max_size) <tcc_reference>: Compute a better value by using the extra
3061 subtypes on the self-referential bounds.
3062 <tcc_binary>: Rewrite. Deal with "negative value" in unsigned types.
3063 <tcc_expression>: Likewise.
3064 * gcc-interface/utils2.c (compare_arrays): Retrieve the original bounds
3065 of the arrays upfront. Swap only if the second length is not constant.
3066 Use comparisons on the original bounds consistently for the null tests.
3067 (build_binary_op): Use TYPE_IS_EXTRA_SUBTYPE_P macro.
3068 (build_allocator): Minor tweak.
3069
ecb2c722 30702019-01-27 Eric Botcazou <ebotcazou@adacore.com>
3071
3072 * gcc-interface/decl.c (array_type_has_nonaliased_component): Return
3073 the same value for every dimension of a multidimensional array type.
3074
10f25579 30752019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3076
3077 * gcc-interface/trans.c (Regular_Loop_to_gnu): Use the SLOC of the
3078 iteration scheme, if present, throughout the translation.
3079
aced6683 30802019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3081
3082 * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>: Use
3083 DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the size to be assigned
3084 by a call to memset if the LHS is a DECL.
3085
18b4b30e 30862019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3087
3088 * gcc-interface/trans.c (struct loop_info_d): Remove artificial field.
3089 (Loop_Statement_to_gnu): Do not set it.
3090
6dce35b7 30912019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3092
3093 * gcc-interface/trans.c (Iterate_Acc_Clause_Arg): Fix formatting.
3094 (Acc_gnat_to_gnu): Likewise.
3095 (Acc_Data_to_gnu): Likewise.
3096 (Acc_Var_to_gnu): Likewise.
3097 (Acc_Reduc_to_gnu): Likewise.
3098 (Acc_Size_List_to_gnu): Likewise.
3099 (Pragma_to_gnu) <Pragma_Acc_Loop>: Likewise.
3100 <Pragma_Acc_Data>): Likewise.
3101 (find_loop_for): Remove default value for parameters.
3102 * gcc-interface/trans.c (gnat_to_gnu) <N_Op_And>: Merge into...
3103 <N_Op_Eq>): ...this.
3104
f8cd11ee 31052019-01-26 Eric Botcazou <ebotcazou@adacore.com>
3106
3107 * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
3108 the sign bit instead of on the sign of the value.
3109 <PLUS_EXPR>: Turn addition of negative constant into subtraction.
3110 <MULT_EXPR>: Add test for degenerate case.
3111 <BIT_AND_EXPR>: Simplify.
3112
9a3c51d9 31132019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
3114
3115 * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
3116
07c11f2b 31172019-01-09 Sandra Loosemore <sandra@codesourcery.com>
3118
3119 PR other/16615
07c11f2b 3120 * exp_ch11.adb: Change "can not" to "cannot".
3121 * sem_ch4.adb: Likewise.
3122
f4d3c071 31232019-01-09 Sandra Loosemore <sandra@codesourcery.com>
3124
3125 PR other/16615
f4d3c071 3126 * exp_ch9.adb: Mechanically replace "can not" with "cannot".
3127 * libgnat/s-regpat.ads: Likewise.
3128 * par-ch4.adb: Likewise.
3129 * set_targ.adb: Likewise.
3130 * types.ads: Likewise.
3131
902071d1 31322019-01-08 Justin Squirek <squirek@adacore.com>
3133
3134 Revert:
902071d1 3135 2018-07-31 Justin Squirek <squirek@adacore.com>
3136
76fb0465 3137 * lib-writ.adb (Write_With_Lines): Modfiy the generation
3138 of dependencies within ali files so that source unit
3139 bodies are properly listed even if said bodies are
3140 missing. Perform legacy behavior in GNATprove mode.
3141 * lib-writ.ads: Modify documentation to reflect current
3142 behavior.
902071d1 3143
3144 and:
902071d1 3145 2018-09-26 Justin Squirek <squirek@adacore.com>
3146
76fb0465 3147 * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
3148 documentation and an extra conditional check for RCI
3149 units so that generated ali files will list the spec
3150 only instead of a body when a body is not found.
902071d1 3151
65a33d4a 31522019-01-04 Eric Botcazou <ebotcazou@adacore.com>
3153
3154 * gnatvsn.ads: Bump copyright year.
3155
3d8932fd 31562019-01-01 Jakub Jelinek <jakub@redhat.com>
8e8f6434 3157
fbd26352 3158 Update copyright years.
3159
277184bc 3160 * gnat_ugn.texi: Bump @copying's copyright year.
3161 * gnat_rm.texi: Likewise.
7dfbd804 3162\f
3d8932fd 3163Copyright (C) 2019 Free Software Foundation, Inc.
7dfbd804 3164
3165Copying and distribution of this file, with or without modification,
3166are permitted in any medium without royalty provided the copyright
3167notice and this notice are preserved.