fd13214279dba40a35024cb72a43f84f1427b934
[gcc.git] / gcc / ada / ChangeLog
1 2014-07-17 Robert Dewar <dewar@adacore.com>
2
3 * g-comlin.ads, g-comlin.adb: Minor clean up.
4
5 2014-07-17 Bob Duff <duff@adacore.com>
6
7 * gnat_ugn.texi: Update gnatpp doc.
8
9 2014-07-17 Robert Dewar <dewar@adacore.com>
10
11 * gnat_rm.texi: Document new restriction No_Long_Long_Integers.
12 * exp_ch4.adb (Make_Array_Comparison_Op): Add note that we
13 could do this by actually expanding a real generic.
14 * a-tags.ads: Add comments about performance.
15 * sprint.adb (Sprint_Node_Actual, case N_Object_Declaration):
16 Print Etype of defining identifier, rather than the object
17 definition. More information.
18
19 2014-07-17 Thomas Quinot <quinot@adacore.com>
20
21 * exp_dist.adb: Minor documentation clarification.
22
23 2014-07-17 Hristian Kirtchev <kirtchev@adacore.com>
24
25 * exp_util.adb (Is_Aliased): Revert previous change.
26
27 2014-07-17 Vincent Celier <celier@adacore.com>
28
29 * g-comlin.adb (Try_Help): New procedure.
30 (Getopt): Use new procedure Try_Help.
31 * g-comlin.ads (Try_Help): New procedure.
32
33 2014-07-17 Bob Duff <duff@adacore.com>
34
35 * gnat_ugn.texi: Minor update.
36
37 2014-07-17 Robert Dewar <dewar@adacore.com>
38
39 * gnat_rm.texi: Improve documentation of Unrestricted_Access.
40 * sinfo.ads: Document restriction on aggregates (must expand to
41 assignments if one or more assignments needs expansion, e.g. for
42 controlled types).
43 * sem_ch13.adb: All warning messages regarding bit order should
44 be info: messages.
45 * gnat_ugn.texi: Minor correction of missing @ on @code
46
47 2014-07-17 Robert Dewar <dewar@adacore.com>
48
49 * restrict.ads (Implementation_Restriction): Add No_Long_Long_Integer.
50 * s-rident.ads (Partition_Boolean_Restrictions): Add
51 No_Long_Long_Integer.
52 * sem_ch3.adb (Modular_Type_Declaration): Size must be <=
53 Long_Integer'Size if restriction No_Long_Long_Integer is active.
54 (Signed_Integer_Type_Declaration): Do not allow Long_Long_Integer
55 as the implicit base type for a signed integer type declaration
56 if restriction No_Long_Long_Integer is active.
57 * sem_util.ads, sem_util.adb (Set_Entity_With_Checks): Include check for
58 No_Long_Long_Integer.
59
60 2014-07-17 Robert Dewar <dewar@adacore.com>
61
62 * sem_ch3.adb, a-ztexio.ads, exp_imgv.adb, casing.adb, casing.ads,
63 einfo.ads, checks.adb, sem_ch12.adb, a-textio.ads, freeze.adb,
64 repinfo.adb, exp_ch6.adb, sem_ch4.adb, a-witeio.ads, sem_ch8.adb,
65 sem_warn.adb, exp_aggr.adb, exp_dist.adb, par-tchk.adb, s-fatgen.adb,
66 treepr.adb, lib-xref.adb: Remove the word kludge from ada sources.
67
68 2014-07-17 Robert Dewar <dewar@adacore.com>
69
70 * debug.adb: Remove -gnatdQ.
71 * exp_disp.adb: Remove -gnatdQ.
72 * a-ztenio.ads, a-wtinio.ads, a-wtmoio.ads, a-ztcoau.ads, a-tiinio.ads,
73 a-wtfiio.ads, a-timoio.ads, sem_ch12.adb, a-tifiio.ads, a-ztinio.ads,
74 rtsfind.adb, rtsfind.ads, a-ztmoio.ads, a-wtdeio.ads, a-ztfiio.ads,
75 a-tideio.ads, a-wtflio.ads, a-ztdeio.ads, sem_ch8.adb, a-tiflio.ads,
76 sprint.adb, a-ztflio.ads, snames.ads-tmpl, a-wtenio.ads,
77 a-tienio.ads: Rename Text_IO_Kludge to Text_IO_Special_Unit.
78
79 2014-07-17 Robert Dewar <dewar@adacore.com>
80
81 * back_end.adb: Minor reformatting and comment additions.
82 * checks.ads, checks.adb (Duplicated_Tag_Checks_Suppressed): New
83 function.
84 * exp_disp.adb (Make_DT): Use Duplicated_Tag_Checks_Suppressed.
85 (Make_VM_TSD): Use Duplicated_Tag_Checks_Suppressed.
86 * gnat_rm.texi: Document new check Duplicated_Tag_Checks_Suppressed.
87 * gnat_ugn.texi: Additional documentation for Duplicated_Tag_Check.
88 * snames.ads-tmpl (Duplicated_Tag_Checks_Suppressed): New check.
89 * types.ads (Duplicated_Tag_Checks_Suppressed): New check.
90
91 2014-07-17 Robert Dewar <dewar@adacore.com>
92
93 * gnat_rm.texi: Minor comment updates.
94
95 2014-07-17 Ed Schonberg <schonberg@adacore.com>
96
97 * sem_util.adb (Make_Explicit_Dereference): If the expression
98 being dereferenced is a generalized indexing, reset the overloaded
99 flag on the generalized indexing call, consistent with the
100 resetting of the flag on the original indexed component.
101
102 2014-07-17 Robert Dewar <dewar@adacore.com>
103
104 * gnat_ugn.texi: Document advise not to mix -gnatV? and
105 optimization.
106
107 2014-07-17 Robert Dewar <dewar@adacore.com>
108
109 * checks.adb (Insert_Valid_Check): Don't insist on a name
110 for the prefix when we make calls to Force_Evaluation and
111 Duplicate_Subexpr_No_Checks.
112 * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
113 (Remove_Side_Effects): Handle all volatile references right
114 (Side_Effect_Free): Volatile reference is never side effect free
115 * sinfo.ads (N_Attribute_Reference): Add comments explaining
116 that in the tree, the prefix can be a general expression.
117
118 2014-07-17 Hristian Kirtchev <kirtchev@adacore.com>
119
120 * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
121 Analyze_Subprogram_Contract): Add comments on SPARK_Mode save/restore.
122 * sem_ch7.adb (Analyze_Package_Body_Contract,
123 Analyze_Package_Contract): Add comments on SPARK_Mode save/restore.
124
125 2014-07-17 Robert Dewar <dewar@adacore.com>
126
127 * exp_ch7.ads, exp_util.ads: Document Insert_Action_After,
128 Store_After_Actions_In_Scope.
129
130 2014-07-17 Robert Dewar <dewar@adacore.com>
131
132 * sem_aux.ads: Minor comment addition.
133
134 2014-07-17 Ed Schonberg <schonberg@adacore.com>
135
136 * sem_res.adb (Make_Call_Into_Operator): If the call is already
137 a rewriting of an operator node, there are no actuals to be
138 propagated from original node to rewritten node when in ASIS mode.
139
140 2014-07-17 Hristian Kirtchev <kirtchev@adacore.com>
141
142 * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
143 Analyze_Subprogram_Contract): Add new local variable Mode. Save
144 and restore the SPARK mode of the related construct in a
145 stack-like fashion.
146 * sem_ch7.adb (Analyze_Package_Body_Contract,
147 Analyze_Package_Contract): Add new local variable Mode. Save and
148 restore the SPARK mode of the related construct in a stack-like fashion.
149 * sem_util.adb Remove with and use clause for Opt.
150 (Restore_SPARK_Mode): New routine.
151 (Save_SPARK_Mode_And_Set): New routine.
152 * sem_util.ads Add with and use clause for Opt.
153 (Restore_SPARK_Mode): New routine.
154 (Save_SPARK_Mode_And_Set): New routine.
155
156 2014-07-17 Hristian Kirtchev <kirtchev@adacore.com>
157
158 * exp_util.adb (Is_Aliased): Transient objects
159 within an expression with actions cannot be considered aliased.
160
161 2014-07-17 Thomas Quinot <quinot@adacore.com>
162
163 * sem.ads (Scope_Stack_Entry): Reorganize storage of action lists;
164 introduce a new list (cleanup actions) for each (transient) scope.
165 * sinfo.ads, sinfo.adb (Cleanup_Actions): New attribute for
166 N_Block_Statement
167 * exp_ch7.ads (Store_Cleanup_Actions_In_Scope): New subprogram.
168 * exp_ch7.adb (Store_Actions_In_Scope): New subprogram, common
169 processing for Store_xxx_Actions_In_Scope.
170 (Build_Cleanup_Statements): Allow for a list of additional
171 cleanup statements to be passed by the caller.
172 (Expand_Cleanup_Actions): Take custom cleanup actions associated
173 with an N_Block_Statement into account.
174 (Insert_Actions_In_Scope_Around): Account for Scope_Stack_Entry
175 reorganization (refactoring only, no behaviour change).
176 (Make_Transient_Block): Add assertion to ensure that the current
177 scope is indeed a block (namely, the entity for the transient
178 block being constructed syntactically, which has already been
179 established as a scope). If cleanup actions are present in the
180 transient scope, transfer them now to the transient block.
181 * exp_ch6.adb (Expand_Protected_Subprogram_Call): Freeze the
182 called function while it is still present as the name in a call
183 in the tree. This may not be the case later on if the call is
184 rewritten into a transient block.
185 * exp_smem.adb (Add_Shared_Var_Lock_Procs): The post-actions
186 inserted after calling a protected operation on a shared passive
187 protected must be performed in a block finalizer, not just
188 inserted in the tree, so that they are executed even in case of
189 a normal (RETURN) or abnormal (exception) transfer of control
190 outside of the current scope.
191 * exp_smem.ads (Add_Shared_Var_Lock_Procs): Update documentation
192 * sem_ch8.adb, expander.adb, exp_ch11.adb: Adjust for
193 Scope_Stack_Entry reorganization.
194
195 2014-07-17 Thomas Quinot <quinot@adacore.com>
196
197 * exp_disp.adb (Make_DT, Make_VM_TSD): Do not omit Check_TSD
198 call for types that do not have an explicit attribute definition
199 clause for External_Tag, as their default tag may clash with an
200 explicit tag defined for some other type.
201
202 2014-07-17 Hristian Kirtchev <kirtchev@adacore.com>
203
204 * exp_util.adb (Is_Controlled_Function_Call): Recognize a
205 controlled function call with multiple actual parameters that
206 appears in Object.Operation form.
207
208 2014-07-17 Thomas Quinot <quinot@adacore.com>
209
210 * einfo.ads, einfo.adb (Has_External_Tag_Rep_Clause): Remove
211 entity flag.
212 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
213 External_Tag): No need to set entity flag.
214 * sem_aux.ads, sem_aux.adb (Has_External_Tag_Rep_Clause):
215 Reimplement correctly in terms of Has_Rep_Item.
216
217 2014-07-17 Thomas Quinot <quinot@adacore.com>
218
219 * exp_ch7.adb (Establish_Transient_Scope.Find_Node_To_Be_Wrapped):
220 Start examining the tree at the node passed to
221 Establish_Transient_Scope (not its parent).
222 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
223 The access type for the variable storing the reference to
224 the call must be declared and frozen prior to establishing a
225 transient scope.
226 * exp_ch9.adb: Minor reformatting.
227
228 2014-07-17 Pascal Obry <obry@adacore.com>
229
230 * s-os_lib.ads: Minor comment update.
231
232 2014-07-17 Tristan Gingold <gingold@adacore.com>
233
234 * sysdep.c: Add ATTRIBUTE_UNUSED to avoid warnings. Fix some
235 indentation.
236 * socket.c: Remove #warning to avoid warning.
237 * expect.c: Indent some preprocessor directives to clarify
238 nested if. Do not use wait.h on PikeOS. Add ATTRIBUTE_UNUSED
239 to remove warnings.
240 * env.c: Fix indentation. Port to PikeOS.
241 * gsocket.h: Port to PikeOS. Remove #warning.
242 * terminals.c: Port to PikeOS. Fix indentation of the stubs.
243 Add ATTRIBUTE_UNUSED to stubs arguments. Fix return statement
244 of stubbed __gnat_setup_parent_communication.
245 * adaint.c: Port to PikeOS. Reindent some preprocessor
246 directives to clarify nested if. Fix indentation. Add missing
247 ATTRIBUTE_UNUSED.
248
249 2014-07-17 Robert Dewar <dewar@adacore.com>
250
251 * sem_attr.adb: Minor reformatting.
252
253 2014-07-17 Robert Dewar <dewar@adacore.com>
254
255 * exp_ch7.adb, exp_ch7.ads, sinfo.ads: Minor reformatting.
256
257 2014-07-17 Ed Schonberg <schonberg@adacore.com>
258
259 * sem_case.adb (Check_Choice_Set): If the case expression is the
260 expression in a predicate, do not recheck coverage against itself,
261 to prevent spurious errors.
262 * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Indicate that
263 expression comes from an aspect specification, to prevent spurious
264 errors when expression is a case expression in a predicate.
265
266 2014-07-17 Pascal Obry <obry@adacore.com>
267
268 * adaint.c, adaint.h (__gnat_set_executable): Add mode parameter.
269 * s-os_lib.ads, s-os_lib.adb (Set_Executable): Add Mode parameter.
270
271 2014-07-17 Vincent Celier <celier@adacore.com>
272
273 * gnatchop.adb, make.adb, gnatbind.adb, clean.adb, gprep.adb,
274 gnatxref.adb, gnatls.adb, gnatfind.adb, gnatname.adb: Do not output
275 the usage for an erroneous invocation of a gnat tool.
276
277 2014-07-16 Vincent Celier <celier@adacore.com>
278
279 * gnatls.adb: Get the target parameters only if -nostdinc was
280 not specified.
281
282 2014-07-16 Ed Schonberg <schonberg@adacore.com>
283
284 * checks.adb (Insert_Valid_Check): If the expression is a packed
285 component of a modular type of the right size the data is always
286 valid. This os particularly useful if the component is part of
287 a volatile variable.
288
289 2014-07-16 Robert Dewar <dewar@adacore.com>
290
291 * gnat_rm.texi, sinfo.ads, freeze.adb, exp_aggr.adb: Minor reformatting
292
293 2014-07-16 Thomas Quinot <quinot@adacore.com>
294
295 * exp_ch7.ads: Minor documentation fix.
296
297 2014-07-16 Ed Schonberg <schonberg@adacore.com>
298
299 * sem_ch3.adb (Find_Type_Name): Diagnose properly
300 a private extension completion that is an interface definition
301 with an interface list.
302
303 2014-07-16 Arnaud Charlet <charlet@adacore.com>
304
305 * gnatls.adb (Gnatls): Code clean ups.
306
307 2014-07-16 Thomas Quinot <quinot@adacore.com>
308
309 * sinfo.ads, sinfo.adb (N_Compound_Statement): New node kind.
310 * sem.adb (Analyze): Handle N_Compound_Statement.
311 * sprint.adb (Sprint_Node_Actual): Ditto.
312 * sem_ch5.ads, sem_ch5.adb (Analyze_Compound_Statement): New
313 procedure to handle N_Compound_Statement.
314 * exp_aggr.adb (Collect_Initialization_Statements):
315 Use a proper compound statement node, instead of a bogus
316 expression-with-actions with a NULL statement as its expression,
317 to wrap collected initialization statements.
318 * freeze.ads, freeze.adb
319 (Explode_Initialization_Compound_Statement): New public procedure,
320 lifted from Freeze_Entity.
321 (Freeze_Entity): When freezing
322 an object with captured initialization statements and without
323 delayed freezing, explode compount statement.
324 * sem_ch4.adb (Analyze_Expression_With_Actions): Remove special
325 case that used to handle bogus EWAs with NULL statement as
326 the expression.
327 * exp_ch13.adb (Expand_N_Freeze_Entity): For an object with
328 delayed freezing and captured initialization statements, explode
329 compound statement.
330
331 2014-07-16 Gary Dismukes <dismukes@adacore.com>
332
333 * g-rewdat.adb, g-rewdat.ads: Minor reformatting.
334
335 2014-07-16 Doug Rupp <rupp@adacore.com>
336
337 * s-interr-hwint.adb: Casing error on parameter.
338
339 2014-07-16 Pascal Obry <obry@adacore.com>
340
341 * Makefile.rtl: Add g-rewdat.o dependencies in
342 GNATRTL_NONTASKING_OBJS.
343
344 2014-07-16 Ed Schonberg <schonberg@adacore.com>
345
346 * sem_case.adb: Code clean up.
347
348 2014-07-16 Vincent Celier <celier@adacore.com>
349
350 * make.adb: Do not read gnat.adc when gnatmake is invoked
351 with -gnatA.
352
353 2014-07-16 Pascal Obry <obry@adacore.com>
354
355 * gnat_rm.texi, impunit.adb, g-rewdat.adb, g-rewdat.ads: Initial
356 implementation of GNAT.Rewrite_Data.
357
358 2014-07-16 Vincent Celier <celier@adacore.com>
359
360 * gnatls.adb (Normalize): New function.
361 (Gnatls): Get the target parameters. On targets other than VMS,
362 normalize the path names in the source search path, the object search
363 path and the project search path.
364
365 2014-07-16 Ed Schonberg <schonberg@adacore.com>
366
367 * sem_case.adb: Avoid self-checking of case expressions in
368 dynamic predicates.
369
370 2014-07-16 Robert Dewar <dewar@adacore.com>
371
372 * gnat_rm.texi: Document effect of Suppress_Initialization on tags and
373 discriminants.
374
375 2014-07-16 Eric Botcazou <ebotcazou@adacore.com>
376
377 * switch-b.adb (Scan_Binder_Switches): Add missing guard.
378
379 2014-07-16 Ben Brosgol <brosgol@adacore.com>
380
381 * gnat_ugn.texi: Fix typo.
382
383 2014-07-16 Ed Schonberg <schonberg@adacore.com>
384
385 * exp_ch4.adb (Expand_N_Case_Expression): Do not expand case
386 expression if it is the specification of a subtype predicate:
387 it will be expanded when the return statement is analyzed, or
388 when a static predicate is transformed into a static expression
389 for evaluation by the front-end.
390 * sem_ch13.adb (Get_RList): If the expression for a static
391 predicate is a case expression, extract the alternatives of the
392 branches with a True value to create the required statically
393 evaluable expression.
394
395 2014-07-16 Thomas Quinot <quinot@adacore.com>
396
397 * exp_prag.adb (Expand_Pragma_Check): Use the location of the
398 expression, not the location of the aspect, for all generated
399 code, so that in particular the call to raise_assert_failure
400 gets the sloc of the associated condition.
401 * exp_ch6.adb
402 (Expand_Subprogram_Contract.Build_Postconditions_Procedure):
403 Set an explicit End_Label on the handled sequence of statements
404 for the _Postconditions procedure so that the implicit return
405 statement does not erroneously get associated with code generated
406 for the last condition in postconditions.
407
408 2014-07-16 Thomas Quinot <quinot@adacore.com>
409
410 * ug_words: Fix name of VMS synonym for -gnatw.z (SIZE_ALIGNMENT,
411 not SIZE_ALIGN) and -gnatw.Z (NOSIZE_ALIGNMENT, not NOSIZE_ALIGN).
412 * vms_data.ads: Add missing spaces in VMS synonyms for -gnatw.z /
413 -gnatw.Z.
414
415 2014-07-16 Robert Dewar <dewar@adacore.com>
416
417 * sem_ch3.adb, sem_prag.adb, sem_util.adb, sem_res.adb, sem_ch13.adb:
418 Minor code reorganization (use Is_Access_Type, not in Access_Kind).
419 * exp_ch3.adb: Minor code reorganization, use Is_Access_Type,
420 not in Access_Kind.
421 * par-ch4.adb (At_Start_Of_Attribute): New function
422 (P_Simple_Expression): Better msg for bad attribute prefix.
423 * scans.ads: Minor reformatting.
424
425 2014-07-16 Ed Schonberg <schonberg@adacore.com>
426
427 * sem_attr.adb (Resolve_Attribute, case 'Update): If choice is a
428 static constant, check that in belongs to the corresponding index
429 subtype, to produce the proer warning when expansion is disabled.
430
431 2014-07-16 Robert Dewar <dewar@adacore.com>
432
433 * freeze.adb (Freeze_Entity): Warn on incompatible size/alignment.
434 * gnat_ugn.texi: Document -gnatw.z and -gnatw.Z.
435 * ug_words: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for -gnatw.z/-gnatw.Z
436 * usage.adb: Add lines for -gnatw.z/-gnatw.Z.
437 * vms_data.ads: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for
438 -gnatw.z/-gnatw.Z
439 * warnsw.adb: Set Warn_On_Size_Alignment appropriately.
440 * warnsw.ads (Warn_On_Size_Alignment): New flag Minor
441 reformatting.
442
443 2014-07-16 Hristian Kirtchev <kirtchev@adacore.com>
444
445 * exp_ch7.adb (Process_Declarations): Reinstate the check on
446 a hook object to ensure that the related transient declaration
447 is finalizable.
448 * exp_util.adb (Is_Aliased): Do not consider expresison with
449 actions as a special context.
450 (Requires_Cleanup_Actions): Reinstate the check on a hook object to
451 ensure that the related transient declaration is finalizable.
452
453 2014-07-16 Robert Dewar <dewar@adacore.com>
454
455 * checks.ads, checks.adb (Allocation_Checks_Suppressed): New function.
456 * snames.ads-tmpl: Add Allocation_Check to list of check names.
457 * types.ads: Add Allocation_Check to list of check names.
458
459 2014-07-16 Thomas Quinot <quinot@adacore.com>
460
461 * sem_util.adb (Enter_Name): replace bogus test for presence of
462 Corresponding_Remote_Type with correct test on Ekind.
463 * sem_res.adb (Valid_Conversion): ditto; also clarify validity
464 of calls to Corresponding_ Remote_Type (documentation fix).
465
466 2014-07-16 Robert Dewar <dewar@adacore.com>
467
468 * gnat_rm.texi: Document illegal case of Unrestricted_Access.
469 * sem_attr.adb (Analyze_Access_Attribute): Set_Non_Aliased_Prefix
470 where it applies.
471 (Resolve_Attribute, case Access): Flag illegal Unrestricted_Access use.
472 * sinfo.ads, sinfo.adb (Non_Aliased_Prefix): New flag.
473
474 2014-07-16 Robert Dewar <dewar@adacore.com>
475
476 * gnat_ugn.texi: Document binder switch -Ra.
477 * gnatbind.adb (List_Closure_Display): Implement -Ra switch
478 (List_Closure_All).
479 * opt.ads (List_Closure_All): New switch.
480 * switch-b.adb (Scan_Binder_Switches): Recognize -Ra to set
481 List_Closure_All.
482
483 2014-07-16 Ben Brosgol <brosgol@adacore.com>
484
485 * gnat_rm.texi: Minor edits, to make case consistent in names
486 of types and fields.
487
488 2014-07-16 Robert Dewar <dewar@adacore.com>
489
490 * gnat_rm.texi: Document erroneous mixing of thin pointers and
491 unrestricted access
492 * gnat_ugn.texi: Add note on size of access types about thin
493 pointers and the use of attribute Unrestricted_Access.
494
495 2014-07-16 Ed Schonberg <schonberg@adacore.com>
496
497 * a-cbdlli.ads, a-cbdlli.adb, a-cbhama.ads, a-cbhama.adb,
498 * a-cbhase.ads, a-cbhase.adb, a-cborma.ads, a-cborma.adb,
499 * a-cborse.ads, a-cborse.adb, a-cobove.ads a-cobove.adb: Add Control
500 machinery to detect tampering on bounded vectors.
501
502 2014-07-16 Robert Dewar <dewar@adacore.com>
503
504 * gnat_rm.texi: Document that leading/trailing asterisks are
505 now implied for the pattern match string for pragma Warnings
506 and Warning_As_Error.
507 * sem_prag.adb (Acquire_Warning_Match_String): New procedure.
508 (Analyze_Pragma, case Warning_As_Error): Call
509 Acquire_Warning_Match_String.
510 (Analyze_Pragma, case Warnings): Call Acquire_Warning_Match_String.
511
512 2014-07-16 Bob Duff <duff@adacore.com>
513
514 * gnat_ugn.texi: Document need for project file
515 for --incremental switch for gnat2xml.
516
517 2014-07-16 Robert Dewar <dewar@adacore.com>
518
519 * gnat_rm.texi: Fix example of non-packable components in packed
520 records section.
521
522 2014-07-16 Robert Dewar <dewar@adacore.com>
523
524 * s-tpoben.adb, s-tasren.adb, s-interr.adb, s-interr-hwint.adb,
525 s-shasto.adb, s-interr-vms.adb, s-interr-sigaction.adb: Avoid use of
526 upper case in exception messages.
527
528 2014-07-16 Robert Dewar <dewar@adacore.com>
529
530 * snames.ads-tmpl, sem_attr.adb, exp_attr.adb: Same_Storage attribute
531 is renamed Has_Same_Storage.
532 * gnat_rm.texi: Document missing SPARK pragmas and attributes.
533 * sem_prag.adb: Minor comment fix (use LOCAL_NAME in syntax
534 descriptions).
535
536 2014-07-16 Robert Dewar <dewar@adacore.com>
537
538 * exp_util.adb, sem_attr.adb, exp_ch4.adb, a-cohase.ads,
539 a-coinho-shared.adb, a-coinho-shared.ads: Minor reformatting.
540
541 2014-07-16 Robert Dewar <dewar@adacore.com>
542
543 * gnat_ugn.texi: Add note that integrated
544 preprocessing cannot be applied to configuration pragma files.
545
546 2014-07-16 Yannick Moy <moy@adacore.com>
547
548 * sem_attr.adb (Analyze_Attribute/cases Pred
549 and Succ): Always enable range check on fixed-point types if
550 not suppressed for the type.
551
552 2014-07-16 Hristian Kirtchev <kirtchev@adacore.com>
553
554 * sem_util.adb (State_Has_Enabled_Property):
555 Account for an external property denoted by an others choice.
556
557 2014-07-16 Hristian Kirtchev <kirtchev@adacore.com>
558
559 * exp_ch4.ads, exp_ch4.adb (Find_Hook_Context): Relocated to Exp_Util.
560 * exp_ch7.adb (Process_Declarations): There is no need to check
561 that a transient object being hooked is controlled as it would
562 not have been hooked in the first place.
563 * exp_ch9.adb Remove with and use clause for Exp_Ch4.
564 * exp_util.adb (Find_Hook_Context): Relocated from Exp_Ch4.
565 (Is_Aliased): A renaming of a transient controlled object is
566 not considered aliasing when it occurs within an expression
567 with actions.
568 (Requires_Cleanup_Actions): There is no need to
569 check that a transient object being hooked is controlled as it
570 would not have been hooked in the first place.
571 * exp_util.ads (Find_Hook_Context): Relocated from Exp_Ch4.
572
573 2014-07-16 Hristian Kirtchev <kirtchev@adacore.com>
574
575 * sem_ch13.adb (Insert_After_SPARK_Mode): Moved to
576 the outer level of routine Analyze_Aspect_Specifications. Ensure
577 that the corresponding pragmas of aspects Initial_Condition and
578 Initializes are inserted after pragma SPARK_Mode.
579
580 2014-07-16 Ed Schonberg <schonberg@adacore.com>
581
582 * sem_attr.adb (Analyze_Attribute, case 'Update): Handle
583 properly a choice list with more than one choice, where each
584 is an aggregate denoting a sequence of array indices for a
585 multidimentional array. For SPARK use.
586
587 2014-07-16 Vadim Godunko <godunko@adacore.com>
588
589 * a-coinho-shared.adb (Adjust): Create
590 copy of internal shared object and element when source container
591 is locked.
592 (Copy): Likewise.
593 (Query_Element): Likewise.
594 (Update_Element): Likewise.
595 (Constant_Reference): Likewise. Raise Constraint_Error on attempt
596 to get reference for empty holder.
597 (Reference): Likewise.
598
599 2014-07-16 Thomas Quinot <quinot@adacore.com>
600
601 * exp_ch4.adb (Find_Hook_Context): New subprogram, extracted
602 from Process_Transient_Oject.
603 * exp_ch4.ads: Ditto.
604 * exp_ch9.adb (Build_Class_Wide_Master): Insert the _master
605 declaration as an action on the topmost enclosing expression,
606 not on a possibly conditional subexpreession.
607
608 2014-07-16 Vadim Godunko <godunko@adacore.com>
609
610 * a-coinho.adb, a-coinho-shared.adb, a-coinho.ads, a-coinho-shared.ads:
611 Fix parameter mode of Update_Element.
612
613 2014-07-16 Robert Dewar <dewar@adacore.com>
614
615 * a-coinho.adb, a-coinho-shared.adb, a-coinho-shared.ads: Minor
616 reformatting.
617
618 2014-07-16 Ed Schonberg <schonberg@adacore.com>
619
620 * a-cohase.ads: Type Iterator must be controlled, so that the
621 tampering bit is properly set through an iteration.
622 * a-cohase.adb: Add Finalize operation for type Iterator.
623
624 2014-07-16 Ed Schonberg <schonberg@adacore.com>
625
626 * a-coinho-shared.adb, a-coinho-shared.ads: Proper structures for
627 tampering checks.
628
629 2014-07-16 Ed Schonberg <schonberg@adacore.com>
630
631 * a-coinho-shared.adb: Fix spurious accessibility check.
632
633 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
634
635 * gcc-interface/utils.c (process_attributes): Use set_decl_tls_model.
636
637 2014-06-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
638
639 PR ada/61505
640 * gnat_rm.texi: Fix errors with makeinfo 5.1.
641
642 2014-06-14 Arnaud Charlet <charlet@adacore.com>
643
644 PR ada/61505
645 * gnat_rm.texi: Attempt to fix error with makeinfo 5.1.
646
647 2014-06-13 Yannick Moy <moy@adacore.com>
648
649 * exp_attr.adb: Fix typo in comment.
650 * gnat1drv.adb (Adjust_Global_Switches): Force float overflow
651 checking in GNATprove_Mode.
652
653 2014-06-13 Ed Schonberg <schonberg@adacore.com>
654
655 * a-coinho-shared.adb, a-coinho-shared.ads: Update shared version.
656
657 2014-06-13 Robert Dewar <dewar@adacore.com>
658
659 * sem_ch3.adb, sem_ch9.adb, a-coinho.adb, a-coinho.ads: Minor
660 reformatting.
661
662 2014-06-13 Hristian Kirtchev <kirtchev@adacore.com>
663
664 * sem_prag.adb (Analyze_Pragma): Add local
665 variable Missing_Parentheses. Emit an error when a state
666 declaration with options appears without parentheses. Add a
667 guard to prevent a bogus error when a state declaration may be
668 interpreted as an option if a previous declaration with options
669 was not parenthesized.
670
671 2014-06-13 Robert Dewar <dewar@adacore.com>
672
673 * checks.adb: Validate_Alignment_Check_Warnings: New procedure
674 (Apply_Address_Clause_Check): Make Aligment_Warnings table entry.
675 * checks.ads (Alignment_Warnings_Record): New type.
676 (Alignment_Warnings): New table
677 (Validate_Alignment_Check_Warnings): New procedure.
678 * errout.adb (Delete_Warning_And_Continuations): New procedure
679 (Error_Msg_Internal): Set Warning_Msg (Delete_Warning): Handle
680 Warnings_Treated_As_Errors (Finalize): Minor reformatting
681 * errout.ads (Warning_Msg): New variable
682 (Delete_Warning_And_Continuations): New procedure
683 * erroutc.adb (Delete_Msg): Handle Warnings_Treated_As_Errors count.
684 * gnat1drv.adb (Post_Compilation_Validation_Checks): New procedure.
685
686 2014-06-13 Ed Schonberg <schonberg@adacore.com>
687
688 * a-coinho.adb, a-coinho.ads: Add Reference machinery.
689
690 2014-06-13 Hristian Kirtchev <kirtchev@adacore.com>
691
692 * errout.adb (SPARK_Msg_N): New routine.
693 (SPARK_Msg_NE): New routine.
694 * errout.ads Add a section on SPARK-related error routines.
695 (SPARK_Msg_N): New routine.
696 (SPARK_Msg_NE): New routine.
697 * sem_ch13.adb (Analyze_Aspect_Specifications): Ensure that
698 pragma Abstract_State is always inserted after SPARK_Mode.
699 (Insert_After_SPARK_Mode): New routine.
700 * sem_prag.adb (Analyze_Abstract_State,
701 Analyze_Constituent, Analyze_External_Property,
702 Analyze_External_Property_In_Decl_Part, Analyze_Global_Item,
703 Analyze_Global_List, Analyze_Initialization_Item,
704 Analyze_Initialization_Item_With_Inputs, Analyze_Input_Item,
705 Analyze_Input_List, Analyze_Input_Output, Analyze_Part_Of,
706 Analyze_Pragma, Analyze_Refined_Depends_In_Decl_Part,
707 Analyze_Refined_Global_In_Decl_Part,
708 Analyze_Refined_State_In_Decl_Part, Analyze_Refinement_Clause,
709 Check_Aspect_Specification_Order, Check_Constituent_Usage,
710 Check_Declaration_Order, Check_Dependency_Clause,
711 Check_Duplicate_Mode, Check_Duplicate_Option,
712 Check_Duplicate_Property, Check_External_Properties,
713 Check_External_Property, Check_Function_Return,
714 Check_Matching_Constituent, Check_Matching_State,
715 Check_Mode_Restriction_In_Enclosing_Context,
716 Check_Mode_Restriction_In_Function, Check_Refined_Global_Item,
717 Check_State_And_Constituent_Use, Create_Or_Modify_Clause,
718 Has_Extra_Parentheses, Inconsistent_Mode_Error,
719 Match_Error, Propagate_Part_Of, Report_Extra_Clauses,
720 Report_Extra_Constituents_In_List, Report_Extra_Inputs,
721 Report_Unrefined_States, Report_Unused_Constituents,
722 Report_Unused_States, Role_Error, Usage_Error):
723 Convert Error_Msg_XXX calls to SPARK_Msg_XXX calls
724 to report semantic errors only when SPARK_Mode is on.
725 (Analyze_Depends_In_Decl_Part): Do not check the syntax of
726 pragma Depends explicitly, this is now done by the analysis.
727 (Analyze_Global_In_Decl_List): Do not check the syntax of
728 pragma Global explicitly, this is now done by the analysis.
729 (Analyze_Initializes_In_Decl_Part): Do not check the syntax of
730 pragma Initializes explicitly, this is now done by the analysis.
731 (Analyze_Part_Of): Do not check the syntax of the encapsulating
732 state, this is now done by the analysis.
733 (Analyze_Pragma): Do
734 not check the syntax of a state declaration, this is now done
735 by the analysis.
736 (Analyze_Refined_Depends_In_Decl_Part): Do not
737 check the syntax of pragma Refined_Depends explicitly, this is now
738 done by the analysis.
739 (Analyze_Refined_Global_In_Decl_Part): Do
740 not check the syntax of pragma Refined_Global explicitly, this is
741 now done by the analysis.
742 (Analyze_Refined_State_In_Decl_Part):
743 Do not check the syntax of pragma Refined_State explicitly, this
744 is now done by the analysis.
745 (Check_Dependence_List_Syntax): Removed.
746 (Check_Global_List_Syntax): Removed.
747 (Check_Initialization_List_Syntax): Removed.
748 (Check_Item_Syntax): Removed.
749 (Check_Missing_Part_Of): Do not consider items from an instance.
750 (Check_Refinement_List_Syntax): Removed.
751 (Check_State_Declaration_Syntax): Removed.
752 (Collect_Global_List): Do not raise Program_Error when the input is
753 malformed.
754 (Process_Global_List): Do not raise Program_Error when the input
755 is malformed.
756 * sem_ch13.adb: Minor reformatting.
757
758 2014-06-13 Ed Schonberg <schonberg@adacore.com>
759
760 * sem_ch3.adb (Find_Type_Name): Diagnose a private type completion
761 that is an interface definition with an interface list.
762 (Process_Full_View): Move error message on missmatched interfaces
763 between views to the declaration of full view, for clarity.
764 * sem_ch9.adb (Check_Interfaces): Move error message to full view,
765 for clarity.
766
767 2014-06-13 Robert Dewar <dewar@adacore.com>
768
769 * exp_attr.adb (Expand_N_Attribute_Reference, case Pred/Succ): Change
770 reason to Overflow.
771
772 2014-06-13 Robert Dewar <dewar@adacore.com>
773
774 * makeutl.adb: Minor reformatting.
775
776 2014-06-13 Gail Schenker <schenker@adacore.com>
777
778 * debug.adb, sem_eval.adb (Why_Not_Static): Remove temporary code and
779 associated flag (d.z), no longer needed.
780
781 2014-06-13 Ed Schonberg <schonberg@adacore.com>
782
783 * sem_ch13.adb (Analyze_Aspect_Specifications): For Import and
784 Export aspects, do not check whether a corresponding Convention
785 aspect has been specified. Convention is optional in Ada2012,
786 and defaults to Convention_Ada.
787
788 2014-06-13 Eric Botcazou <ebotcazou@adacore.com>
789
790 * checks.adb (Apply_Address_Clause_Check): Only issue the new
791 warning if the propagation warning is issued.
792
793 2014-06-13 Thomas Quinot <quinot@adacore.com>
794
795 * exp_ch4.adb: Minor reformatting.
796
797 2014-06-13 Robert Dewar <dewar@adacore.com>
798
799 * exp_attr.adb (Expand_N_Attribute_Reference, case Pred):
800 Handle float range check case (Expand_N_Attribute_Reference,
801 case Succ): Handle float range check case.
802 * sem_attr.adb (Analyze_Attribute, case Pred/Succ): Handle float
803 range check case.
804
805 2014-06-13 Vincent Celier <celier@adacore.com>
806
807 * makeutl.ads (Compute_Builder_Switches): Change name of
808 parameter Root_Environment to Env.
809 * prj-conf.adb (Check_Switches): Call Locate_Runtime with the
810 Env parameter of procedure Get_Or_Create_Configuration_File.
811 (Locate_Runtime): Call Find_Rts_In_Path with the Project_Path
812 of new parameter Env.
813 * prj-conf.ads (Locate_Runtime): New parameter Env of type
814 Prj.Tree.Environment.
815
816 2014-06-13 Robert Dewar <dewar@adacore.com>
817
818 * gnat_rm.texi: Minor comment clarification for Check_Float_Overflow.
819
820 2014-06-13 Robert Dewar <dewar@adacore.com>
821
822 * exp_attr.adb, exp_ch9.adb, lib-writ.adb, g-comlin.adb: Minor
823 reformatting.
824 * sem_attr.adb: Minor code reformatting and simplification.
825 * checks.adb: Fix minor typo.
826
827 2014-06-13 Emmanuel Briot <briot@adacore.com>
828
829 * g-comlin.adb (Get_Argument): fix expansion
830 of command line arguments (e.g. "*.adb") when using a custom
831 parser. The parser was not passed to the recursive call, and
832 thus we were trying to do the expansion on the default command
833 line parser.
834
835 2014-06-13 Thomas Quinot <quinot@adacore.com>
836
837 * exp_ch9.adb: Minor reformatting.
838
839 2014-06-13 Ed Schonberg <schonberg@adacore.com>
840
841 * exp_attr.adb (Expand_N_Attribute_Reference, case 'Old):
842 To determine whether the attribute should be expanded, examine
843 whether the enclosing postcondition pragma is to be checked,
844 rather than using the internal flag Assertions_Enabled.
845
846 2014-06-13 Ben Brosgol <brosgol@adacore.com>
847
848 * gnat_rm.texi: Minor fixes.
849 * gnat_ugn.texi: Added a missing "@itemize".
850
851 2014-06-13 Robert Dewar <dewar@adacore.com>
852
853 * debug.adb: Remove -gnatd.1 flag documentation.
854 * layout.adb (Layout_Type): Remove special handling of size
855 for anonymous access type.
856 * sem_ch3.adb (Replace_Type): Remove special handling of size
857 for anonymous access type.
858
859 2014-06-13 Robert Dewar <dewar@adacore.com>
860
861 * debug.adb: Document debug flag -gnatd.1.
862 * layout.adb (Layout_Type): Size change for anonymous access
863 types under -gnatd.1.
864 * sem_ch3.adb (Replace_Type): Size change for anonymous access
865 types under -gnatd.1.
866
867 2014-06-13 Robert Dewar <dewar@adacore.com>
868
869 * layout.adb (Layout_Type): Anonymous access types designating
870 unconstrained arrays are always thin pointers.
871 * sem_ch3.adb (Replace_Type): Anonymous access types designating
872 unconstrained arrays are always thin pointers.
873
874 2014-06-13 Ed Schonberg <schonberg@adacore.com>
875
876 * sem_attr.adb (Analyze_Attribute): Use Check_Parameterless_Call
877 to resolve the prefix of an attribute that is an entity name
878 and may be a parameterless call. Minor code reorganization.
879
880 2014-06-13 Robert Dewar <dewar@adacore.com>
881
882 * lib.ads, lib.adb, lib-writ.adb, lib-load.adb (Is_Compiler_Unit):
883 Removed.
884 * opt.ads (Compiler_Unit): New flag.
885 * par-ch5.adb (Test_Statement_Required): Call Check_Compiler_Unit
886 for null statement sequence (not allowed in compiler unit).
887 * par-prag.adb (Prag): Handle Compiler_Unit[_Warning] during
888 parsing.
889 * restrict.ads, restrict.adb (Check_Compiler_Unit): New version and new
890 calling sequence.
891 * sem_ch11.adb, sem_ch3.adb, sem_ch4.adb: New calling sequence for
892 Check_Compiler_Unit.
893 * sem_ch6.adb (Analyze_Extended_Return_Statement): Call
894 Check_Compiler_Unit (this construct is not allowed in compiler
895 units).
896 * sem_prag.adb (Analyze_Pragma, case Compiler_Unit[_Warning]):
897 Set Opt.Compiler_Unit.
898
899 2014-06-13 Geert Bosch <bosch@adacore.com>
900
901 * gnat_rm.texi, s-tasinf-solaris.ads, sem_prag.adb, gnat_ugn.texi,
902 s-tasinf-mingw.ads, s-tasinf.ads, s-tasinf-linux.ads,
903 s-tasinf-vxworks.ads: Make Task_Info pragma and package obsolescent.
904
905 2014-06-13 Robert Dewar <dewar@adacore.com>
906
907 * s-tasini.adb, s-tarest.adb, s-taprob.adb: Minor reformatting.
908
909 2014-06-13 Hristian Kirtchev <kirtchev@adacore.com>
910
911 * freeze.adb (Freeze_Entity): Remove the check concerning volatile
912 types in SPARK as it is poorly placed and poorly formulated. The
913 check was flagging ALL volatile entities as illegal in SPARK.
914 * sem_prag.adb (Process_Atomic_Shared_Volatile): Flag volatile
915 types as illegal in SPARK.
916
917 2014-06-13 Robert Dewar <dewar@adacore.com>
918
919 * sem_cat.adb: Minor reformatting.
920
921 2014-06-13 Yannick Moy <moy@adacore.com>
922
923 * sem_prag.adb (Analyze_Pragma/Post_Class): Fix typo.
924
925 2014-06-13 Arnaud Charlet <charlet@adacore.com>
926
927 * gnat_rm.texi: Add detail on SPARK_05 restriction.
928
929 2014-06-13 Bob Duff <duff@adacore.com>
930
931 * s-solita.adb (Get_Sec_Stack_Addr, Init_Tasking_Soft_Links):
932 Add assertions requiring the secondary stack to be initialized.
933 * s-solita.ads (Init_Tasking_Soft_Links): Comment.
934 * s-taprob.adb, s-tarest.adb, s-tasini.adb (elab code): Make sure the
935 secondary stack is initialized before calling Init_Tasking_Soft_Links,
936 by adding pragmas Elaborate_Body.
937
938 2014-06-13 Thomas Quinot <quinot@adacore.com>
939
940 * sem_ch13.adb (Analyze_Stream_TSS_Definition): Remove temporary
941 kludge disabling new legality check.
942
943 2014-06-13 Hristian Kirtchev <kirtchev@adacore.com>
944
945 * freeze.adb (Freeze_Record_Type): Remove checks related to SPARK
946 volatile types.
947 (Freeze_Type): Volatile types are now illegal in SPARK.
948
949 2014-06-13 Robert Dewar <dewar@adacore.com>
950
951 * aspects.ads, aspects.adb: Add aspect Thread_Local_Storage.
952 * gnat_rm.texi: Document aspect Thread_Local_Storage.
953
954 2014-06-13 Ed Schonberg <schonberg@adacore.com>
955
956 * sem_cat.adb (Validate_Static_Object_Name): A constant whose
957 value is a temporary that renames an aggregate is legal in a
958 preelaborated unit. Illegalities, if any will be detected in
959 the aggregate components.
960
961 2014-06-13 Ed Schonberg <schonberg@adacore.com>
962
963 * einfo.ads: Minor reformatting an comment expansion.
964
965 2014-06-13 Robert Dewar <dewar@adacore.com>
966
967 * back_end.ads, back_end.adb: Make_Id, Make_SC, Set_RND are moved to
968 Tbuild.
969 * tbuild.ads, tbuild.adb: Make_Id, Make_SC, Set_RND are moved here from
970 Back_End.
971 * gnat1drv.adb: Make_Id, Make_SC, Set_RND are moved to Tbuild
972 * sem_warn.adb: Minor reformatting.
973
974 2014-06-13 Doug Rupp <rupp@adacore.com>
975
976 * adaint.c (__gnat_open_new_temp) [VMS]: Open binary
977 files with rfm=udf.
978
979 2014-06-13 Yannick Moy <moy@adacore.com>
980
981 * sem_warn.adb (Check_Unset_References): Take
982 case of Refined_Post into account in Within_Postcondition check.
983
984 2014-06-13 Hristian Kirtchev <kirtchev@adacore.com>
985
986 * freeze.adb (Freeze_Record_Type): Volatile types are not allowed in
987 SPARK.
988
989 2014-06-13 Yannick Moy <moy@adacore.com>
990
991 * sem_ch13.adb (Analyze_Aspect_Specifications/Aspect_Import,
992 Aspect_Export): Consider that variables may be set outside the program.
993
994 2014-06-13 Robert Dewar <dewar@adacore.com>
995
996 * back_end.adb (Make_Id): New function.
997 (Make_SC): New function.
998 (Set_RND): New procedure.
999 * back_end.ads (Make_Id): New function.
1000 (Make_SC): New function.
1001 (Set_RND): New procedure.
1002 * einfo.ads: Minor comment updates.
1003 * frontend.adb: Move Atree.Initialize call to Gnat1drv.
1004 * gnat1drv.adb (Gnat1drv): New calling sequence for
1005 Get_Target_Parameters.
1006 (Gnat1drv): Move Atree.Initialize here from Frontend.
1007 * targparm.adb (Get_Target_Parameters): New calling
1008 sequence (Get_Target_Parameters): Handle pragma Restriction
1009 (No_Dependence,..)
1010 * targparm.ads (Get_Target_Parameters): New calling sequence.
1011
1012 2014-06-13 Gary Dismukes <dismukes@adacore.com>
1013
1014 * sem_prag.adb (Process_Import_Or_Interface): Exit the homonym
1015 loop if the pragma does not come from source, so that an implicit
1016 pragma Import only applies to the first declaration, avoiding
1017 possible conflicts with earlier explicit and implicit declarations
1018 due to multiple Provide_Shift_Operators pragmas.
1019 (Set_Imported): Remove previous fix that bypassed pragma duplication
1020 error.
1021 * gnat_rm.texi: Change 'equivalent' to 'similar' in description
1022 of Provide_Shift_Operators.
1023
1024 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
1025
1026 * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Pass
1027 string pointer directly to set_decl_section_name.
1028
1029 2014-06-11 Robert Dewar <dewar@adacore.com>
1030
1031 * sem_ch13.adb: Minor reformatting.
1032
1033 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1034
1035 * sem_prag.adb (Check_Clause_Syntax): Add new
1036 local variable Outputs. Account for the case where multiple
1037 output items appear as an aggregate.
1038
1039 2014-06-11 Robert Dewar <dewar@adacore.com>
1040
1041 * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
1042 with ?j? not ??.
1043
1044 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1045
1046 * einfo.ads: Minor reformatting.
1047
1048 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1049
1050 * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
1051 new variable First_Node. Update the position after all insertions have
1052 taken place to First_Node.
1053
1054 2014-06-11 Robert Dewar <dewar@adacore.com>
1055
1056 * debug.adb: Remove debug flag -gnatd.1, no longer needed.
1057 * layout.adb (Layout_Type): Remove test of -gnatd.1.
1058
1059 2014-06-11 Robert Dewar <dewar@adacore.com>
1060
1061 * sem_ch13.adb: Minor reformatting.
1062
1063 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1064
1065 * sem_prag.adb (Check_Clause_Syntax): Add new
1066 local variable Outputs. Account for the case where multiple
1067 output items appear as an aggregate.
1068
1069 2014-06-11 Robert Dewar <dewar@adacore.com>
1070
1071 * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
1072 with ?j? not ??.
1073
1074 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1075
1076 * einfo.ads: Minor reformatting.
1077
1078 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1079
1080 * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
1081 new variable First_Node. Update the position after all insertions have
1082 taken place to First_Node.
1083
1084 2014-06-11 Robert Dewar <dewar@adacore.com>
1085
1086 * debug.adb: Remove debug flag -gnatd.1, no longer needed.
1087 * layout.adb (Layout_Type): Remove test of -gnatd.1.
1088
1089 2014-06-11 Thomas Quinot <quinot@adacore.com>
1090
1091 * freeze.ads: Minor reformatting.
1092 * checks.adb (Determine_Range): Do not attempt to determine
1093 the range of a deferred constant whose full view has not been
1094 seen yet.
1095 * sem_res.adb (Resolve): Remove undesirable guard against
1096 resolving expressions from expression functions.
1097
1098 2014-06-11 Robert Dewar <dewar@adacore.com>
1099
1100 * debug.adb (Debug_Flag_Dot_1): Set to enable fix for anonymous
1101 access types.
1102 * layout.adb (Layout_Type): Make anonymous access types for
1103 subprogram formal types and return types always thin. For now
1104 only enabled if -gnatd.1 set.
1105
1106 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1107
1108 * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
1109 rule for stream attributes of interface types (RM 13.13.2 (38/3)):
1110 subprogram must be a null procedure.
1111
1112 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1113
1114 * sem_prag.adb (Analyze_Input_Item): Allow formal
1115 parameters to appear as input_items in an initialization_list
1116 of pragma Initializes. Encapsulation now applies to states and
1117 variables only (as it should). Add RM references to key errors.
1118 * sem_prag.adb (Set_Imported): Suppress errors
1119 about preceding Imports when the pragma does not come from source,
1120 which can happen through use of pragma Provide_Shift_Operators.
1121
1122 2014-06-11 Thomas Quinot <quinot@adacore.com>
1123
1124 * sem_ch3.adb: Minor reformatting.
1125 * einfo.ads (Full_View): Minor comment update.
1126
1127 2014-06-11 Robert Dewar <dewar@adacore.com>
1128
1129 * einfo.adb (Is_Independent): New flag.
1130 * einfo.ads (Is_Independent): New flag.
1131 (Has_Independent_Components): Clean up and fix comments.
1132 * sem_prag.adb (Fix_Error): Deal with changing argument
1133 [of] to entity [for].
1134 (Analyze_Pragma, case Independent): Set Is_Independent flag
1135 (Analyze_Pragma, case Independent_Components): Set Is_Independent flag
1136 in all components of specified record.
1137
1138 2014-06-11 Thomas Quinot <quinot@adacore.com>
1139
1140 * sem_ch12.adb (Analyze_Formal_Decimal_Fixed_Point_Type):
1141 Set proper Etype on bounds of dummy type created for analysis
1142 of the generic.
1143
1144 2014-06-11 Robert Dewar <dewar@adacore.com>
1145
1146 * debug.adb: Minor comment fix (add missing section of dot
1147 numeric flags).
1148
1149 2014-06-11 Robert Dewar <dewar@adacore.com>
1150
1151 * gnat_rm.texi, switch-c.adb, sem_prag.adb, a-tgdico.ads, par-prag.adb,
1152 opt.ads, a-finali.ads, snames.ads-tmpl: Remove all traces of
1153 pragma/aspects Pure_05 Pure_12 Preelaborate_05.
1154 * errout.adb (Output_Messages): Avoid duplicate output for
1155 library level instance.
1156 * sem_elab.adb (Is_Call_Of_Generic_Formal): Moved to outer level
1157 (Check_Elab_Call): Add call to Is_Call_Of_Generic_Formal
1158 * exp_ch4.adb (Expand_N_Op_Expon): New interface for Exp_Modular.
1159 * s-expmod.ads, s-expmod.adb (Exp_Modular): Change interface to
1160 accomodate largest modulus value.
1161 * gnat_ugn.texi: Minor updates.
1162
1163 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1164
1165 * sem_ch12.adb (Instantiate_Package_Body): Do not attempt to
1166 load body of generic package or its parent, if body is optional
1167 and the unit does not require a body.
1168
1169 2014-06-11 Robert Dewar <dewar@adacore.com>
1170
1171 * gnat_rm.texi: Document System.Unsigned_Types.
1172 * impunit.adb: System.Unsigned_Types (s-unstyp.ads) is user accessible.
1173 * s-unstyp.ads: Update comments (this is now user available unit).
1174
1175 2014-06-11 Robert Dewar <dewar@adacore.com>
1176
1177 * make.adb, sem_res.adb: Minor reformatting.
1178
1179 2014-06-11 Thomas Quinot <quinot@adacore.com>
1180
1181 * a-astaco.ads, a-tags.ads, s-excdeb.ads, a-tgdico.ads, a-stmaco.ads,
1182 a-except-2005.ads, s-except.ads, a-taside.ads, a-dynpri.ads,
1183 a-chahan.ads, a-sytaco.ads, s-stalib.ads, a-strmap.ads: Change pragmas
1184 Preelaborate_05 to just Preelaborate in runtime units, and similarly
1185 change Pure_05 to just Pure.
1186
1187 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1188
1189 * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not attempt
1190 analysis if error has been posted on subprogram body.
1191
1192 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1193
1194 * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
1195 rule given in RM 13.1 (8/1) for operational attributes to stream
1196 attributes: the attribute must apply to a first subtype. Fixes
1197 missing errors in ACATS test bdd2004.
1198
1199 2014-06-11 Robert Dewar <dewar@adacore.com>
1200
1201 * exp_ch3.adb (Build_Record_Init_Proc): Don't build for variant
1202 record type if restriction No_Implicit_Conditionals is active.
1203 (Expand_N_Object_Declaration): Don't allow default initialization
1204 for variant record type if restriction No_Implicit_Condition is active.
1205 (Build_Variant_Record_Equality): Don't build for variant
1206 record type if restriction No_Implicit_Conditionals is active.
1207 * exp_ch4.adb (Expand_N_Op_Eq): Error if variant records with
1208 No_Implicit_Conditionals.
1209 * sem_aux.ads, sem_aux.adb (Has_Variant_Part): New function.
1210
1211 2014-06-11 Ramon Fernandez <fernandez@adacore.com>
1212
1213 * i-cstrin.ads: Update comments.
1214
1215 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1216
1217 * sem_res.adb (Resolve_Selected_Component): Handle properly a
1218 selected component whose prefix is overloaded, when none of the
1219 interpretations matches the expected type.
1220
1221 2014-06-11 Bob Duff <duff@adacore.com>
1222
1223 * make.adb (Wait_For_Available_Slot): Give a more
1224 informative error message; if the ALI file is not found, print
1225 the full path of what it's looking for.
1226
1227 2014-06-11 Sergey Rybin <rybin@adacore.com frybin>
1228
1229 * gnat_ugn.texi, vms_data.ads: add description of gnatstub -W<par>
1230 option to specify the result file encoding.
1231
1232 2014-06-11 Robert Dewar <dewar@adacore.com>
1233
1234 * errout.ads, sem_ch12.adb: Minor reformatting.
1235 * debug.adb, erroutc.adb: Remove -gnatd.q debug switch.
1236 * lib-xref.adb: Minor reformatting.
1237 * restrict.adb: Minor code reorganization (put routines in
1238 alpha order).
1239
1240 2014-06-11 Yannick Moy <moy@adacore.com>
1241
1242 * einfo.ads: Minor typo in comment
1243
1244 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1245
1246 * sinfo.ads, sinfo.adb: New attribute Uninitialized_Variable, for
1247 formal private types and private type extensions, to indicate
1248 variable in a generic unit whose uninitialized use suggest that
1249 actual type should be fully initialized.
1250 Needs_Initialized_Actual: removed, functionaity replaced by
1251 the above.
1252 * lib-xref.adb (Generate_Reference): Generate a reference for
1253 variables of a formal type when the unit is not the main unit,
1254 to enable appropriate warnings in an instance.
1255 * sem_ch12.adb (Check_Ininialized_Type): Improve warning on use
1256 of variable in a generic unit that suggests that actual type
1257 should be full initialized.
1258 * sem_warn.adb; (May_Need_Initialized_Actual): Make into procedure
1259 and do not emot warning, which now only appears in an instance.
1260
1261 2014-06-11 Eric Botcazou <ebotcazou@adacore.com>
1262
1263 * gnat_ugn.texi: Fix minor typo.
1264
1265 2014-06-11 Hristian Kirtchev <kirtchev@adacore.com>
1266
1267 * sem_ch3.adb Add with and use clause for Sem_Ch10.
1268 (Analyze_Declarations): Code reformatting. Analyze the contract
1269 of a subprogram body stub at the end of the declarative region.
1270 * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Spec_Id is
1271 now a variable. Do not process the body if its contract is not
1272 available. Account for subprogram body stubs when extracting
1273 the corresponding spec.
1274 * sem_ch6.ads (Analyze_Subprogram_Contract): Update the comment
1275 on usage.
1276 * sem_ch10.ads, sem_ch10.adb (Analyze_Subprogram_Body_Stub_Contract):
1277 New routine.
1278 * sem_prag.adb (Analyze_Depends_In_Decl_Part):
1279 Account for subprogram body stubs when extracting the
1280 corresponding spec.
1281 (Analyze_Global_In_Decl_List):
1282 Account for subprogram body stubs when extracting the
1283 corresponding spec.
1284 (Analyze_Refined_Depends_In_Decl_Part):
1285 Use Find_Related_Subprogram_Or_Body to retrieve the declaration
1286 of the related body. Spec_Is now a variable. Account for
1287 subprogram body stubs when extracting the corresponding spec.
1288 (Analyze_Refined_Global_In_Decl_Part): Use
1289 Find_Related_Subprogram_Or_Body to retrieve the declaration
1290 of the related body. Spec_Is now a variable. Account for
1291 subprogram body stubs when extracting the corresponding spec.
1292 (Collect_Subprogram_Inputs_Output): Account for subprogram body
1293 stubs when extracting the corresponding spec.
1294
1295 2014-06-11 Vincent Celier <celier@adacore.com>
1296
1297 * gnatcmd.adb (Process_Link): Do not invoke gnatlink with
1298 -lgnarl or -lgnat.
1299
1300 2014-06-11 Robert Dewar <dewar@adacore.com>
1301
1302 * debug.adb: Add debug flag -gnatd.q.
1303 * erroutc.adb (Prescan_Message): Bomb if untagged warning with
1304 -gnatd.q set.
1305 * styleg.adb (Check_Xtra_Parens): Message should be a style
1306 message.
1307 * sem_aggr.adb, sem_ch3.adb, exp_ch9.adb, checks.adb, sem_prag.adb,
1308 par-endh.adb, eval_fat.adb, freeze.adb, sem_util.adb, sem_attr.adb,
1309 sem_elab.adb, sem_ch6.adb, sem_warn.adb, sem_cat.adb,
1310 sem_ch13.adb, lib-xref.adb: Add remaining warning tags.
1311
1312 2014-06-11 Ben Brosgol <brosgol@adacore.com>
1313
1314 * gnat_rm.texi: Revised chapter on Implementation Defined
1315 Characteristics.
1316
1317 2014-06-11 Geert Bosch <bosch@adacore.com>
1318
1319 * s-exctab.adb: avoid race conditions in exception registration.
1320
1321 2014-06-11 Robert Dewar <dewar@adacore.com>
1322
1323 * errout.adb (Warn_Insertion): New function.
1324 (Error_Msg): Use Warn_Insertion and Prescan_Message.
1325 (Error_Msg_Internal): Set Info field of error object.
1326 (Error_Msg_NEL): Use Prescan_Message.
1327 (Set_Msg_Text): Don't store info: at start of message.
1328 (Skip_Msg_Insertion_Warning): New name for Set_Msg_Insertion_Warning.
1329 (Skip_Msg_Insertion_Warning): Now just skips warning insertion.
1330 * errout.ads: Document new ?$? and >$> insertion sequences
1331 Document use of "(style)" and "info: "
1332 * erroutc.adb (dmsg): Print several missing fields
1333 (Get_Warning_Tag): Handle -gnatel case (?$?) (Output_Msg_Text):
1334 Deal with new tagging of info messages
1335 * erroutc.ads: Is_Info_Msg: New global (Error_Msg_Object):
1336 Add field Info (Prescan_Message): New procedure, this procedure
1337 replaces the old Test_Style_Warning_Serious_Unconditional_Msg
1338 * errutil.adb, exp_util.adb, par-ch7.adb, sem_ch13.adb, sem_ch7.adb,
1339 sem_elab.adb: Follow new rules for info message (info belongs
1340 only at the start of a message, and only in the first message,
1341 not in any of the continuations).
1342 * gnat_ugn.texi: Document full set of warning tags.
1343
1344 2014-06-11 Gary Dismukes <dismukes@adacore.com>
1345
1346 * sem_util.adb: Minor typo fix.
1347
1348 2014-06-11 Ed Schonberg <schonberg@adacore.com>
1349
1350 * sem_warn.adb (Check_References): Do not emit spurious warnings
1351 on uninitialzed variable of a formal private type if variable
1352 is not read.
1353
1354 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
1355
1356 * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Use
1357 set_decl_section_name accessor.
1358
1359 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
1360
1361 * gcc-interface/utils.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
1362 (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
1363 (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
1364
1365 2014-05-21 Robert Dewar <dewar@adacore.com>
1366
1367 * layout.adb: Minor reformatting.
1368 * sem_prag.adb (Analyze_Pragma, case Inspection_Point): Call
1369 dummy procedure ip.
1370
1371 2014-05-21 Robert Dewar <dewar@adacore.com>
1372
1373 * restrict.ads (Implementation_Restriction): Add entry for
1374 No_Fixed_IO.
1375 * rtsfind.ads: Add entries for Fixed_IO and Decimal_IO in
1376 Ada.[Wide_[Wide_]Text_IO.
1377 * s-rident.ads (Restriction_Id): Add entry for No_Fixed_IO.
1378 * sem_attr.adb (Analyze_Attribute): Disallow fixed point types
1379 for Img, Image, Value, Wide_Image, Wide_Value, Wide_Wide_Image,
1380 Wide_Wide_Value if restriction No_Fixed_IO is set.
1381 * sem_util.adb (Set_Entity_Checks): Check restriction No_Fixed_IO.
1382
1383 2014-05-21 Robert Dewar <dewar@adacore.com>
1384
1385 * gnatcmd.adb: Minor error msg changes (no upper case letter
1386 at start).
1387 * sem_ch12.adb, sem_ch5.adb, sem_res.adb, sem_util.adb: Minor
1388 reformatting.
1389
1390 2014-05-21 Robert Dewar <dewar@adacore.com>
1391
1392 * debug.adb: Debug flag -gnatd.G inhibits static elab tracing
1393 via generic formals.
1394 * sem_elab.adb (Is_Call_Of_Generic_Formal): Return False if
1395 -gnatd.G is set.
1396
1397 2014-05-21 Thomas Quinot <quinot@adacore.com>
1398
1399 * exp_pakd.adb (Revert_Storage_Order): Renamed from Byte_Swap to
1400 more accurately describe that this subprogram needs to come into
1401 play also in cases where no byte swapping is involved, because
1402 it also takes care of some required shifts (left-justification
1403 of values).
1404
1405 2014-05-21 Thomas Quinot <quinot@adacore.com>
1406
1407 * freeze.adb (Check_Component_Storage_Order): Indicate whether
1408 a Scalar_Storage_Order attribute definition is present for the
1409 component's type.
1410 (Freeze_Record_Type): Suppress junk warnings
1411 about purportedly junk Bit_Order / Scalar_Storage_Order attribute
1412 definitions.
1413
1414 2014-05-21 Robert Dewar <dewar@adacore.com>
1415
1416 * sem_ch8.adb (Analyze_Subprogram_Renaming): Put back call
1417 to Kill_Elaboration_Checks.
1418
1419 2014-05-21 Gary Dismukes <dismukes@adacore.com>
1420
1421 * layout.adb (Assoc_Add): Suppress the optimization of the (E
1422 - C1) + C2 case, when the expression type is unsigned and C1 <
1423 C2, to avoid creating a negative literal when folding.
1424
1425 2014-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1426
1427 * freeze.adb (Freeze_Record_Type): Update the use of
1428 Is_SPARK_Volatile.
1429 * sem_ch3.adb (Analyze_Object_Contract): Update the use of
1430 Is_SPARK_Volatile.
1431 (Process_Discriminants): Update the use of Is_SPARK_Volatile.
1432 * sem_ch5.adb (Analyze_Iterator_Specification): Update the use
1433 of Is_SPARK_Volatile.
1434 (Analyze_Loop_Parameter_Specification):
1435 Update the use of Is_SPARK_Volatile.
1436 * sem_ch6.adb (Process_Formals): Catch an illegal use of an IN
1437 formal parameter when its type is volatile.
1438 * sem_prag.adb (Analyze_Global_Item): Update the use of
1439 Is_SPARK_Volatile.
1440 * sem_res.adb (Resolve_Entity_Name): Correct the guard which
1441 determines whether an entity is a volatile source SPARK object.
1442 * sem_util.adb (Has_Enabled_Property): Accout for external
1443 properties being set on objects other than abstract states
1444 and variables. An example would be a formal parameter.
1445 (Is_SPARK_Volatile): New routine.
1446 (Is_SPARK_Volatile_Object):
1447 Remove the entity-specific tests. Call routine Is_SPARK_Volatile
1448 when checking entities and/or types.
1449 * sem_util.ads (Is_SPARK_Volatile): New routine.
1450
1451 2014-05-21 Robert Dewar <dewar@adacore.com>
1452
1453 * sem_warn.adb: Minor fix to warning messages (use ?? instead
1454 of ?).
1455
1456 2014-05-21 Vincent Celier <celier@adacore.com>
1457
1458 * gnatcmd.adb (GNATCmd): For platforms other than VMS, recognize
1459 switch --version and --help.
1460
1461 2014-05-21 Robert Dewar <dewar@adacore.com>
1462
1463 * sem_elab.adb (Is_Call_Of_Generic_Formal): New function.
1464
1465 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1466
1467 * sem_ch5.adb (Analyze_Iterator_Specification): Set type of
1468 iterator variable when the domain of iteration is a formal
1469 container and this is an element iterator.
1470
1471 2014-05-21 Bob Duff <duff@adacore.com>
1472
1473 * sem_ch12.adb: Minor reformatting.
1474
1475 2014-05-21 Robert Dewar <dewar@adacore.com>
1476
1477 * sinfo.ads, sem_ch12.adb, sem_warn.adb: Minor reformatting.
1478
1479 2014-05-21 Robert Dewar <dewar@adacore.com>
1480
1481 * sem_elab.adb: Minor reformatting.
1482 * s-taprop.ads: Minor comment fix.
1483 * sem_ch8.adb (Analyze_Subprogram_Renaming): Remove call to
1484 Kill_Elaboration_Checks.
1485 * errout.adb, erroutc.adb: Minor reformatting.
1486
1487 2014-05-21 Thomas Quinot <quinot@adacore.com>
1488
1489 * exp_pakd.adb (Byte_Swap): Handle the case of a sub-byte
1490 component. No byte swapping occurs, but this procedure also takes
1491 care of appropriately justifying the argument.
1492
1493 2014-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1494
1495 * sem_ch6.adb: sem_ch6.adb (Analyze_Aspects_On_Body_Or_Stub):
1496 New routine.
1497 (Analyze_Subprogram_Body_Helper): Move the
1498 analysis of aspect specifications and the processing of the
1499 subprogram body contract after inlining has taken place.
1500 (Diagnose_Misplaced_Aspect_Specifications): Removed.
1501
1502 2014-05-21 Javier Miranda <miranda@adacore.com>
1503
1504 * sem_ch3.adb (Build_Derived_Record_Type): Revert previous change.
1505
1506 2014-05-21 Robert Dewar <dewar@adacore.com>
1507
1508 * sem_eval.ads, sem_eval.adb (Why_Not_Static): Messages are not
1509 continuations any more.
1510
1511 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1512
1513 * sinfo.ads, sinfo.adb: New flag Needs_Initialized_Actual,
1514 present in formal_Private_Definitions and on private extension
1515 declarations of a formal derived type. Set when the use of the
1516 formal type in a generic suggests that the actual should be a
1517 fully initialized type.
1518 * sem_warn.adb (May_Need_Initialized_Actual): new subprogram
1519 to indicate that an entity of a generic type has default
1520 initialization, and that the corresponing actual type in any
1521 subsequent instantiation should be fully initialized.
1522 * sem_ch12.adb (Check_Initialized_Type): new subprogram,
1523 to emit a warning if the actual for a generic type on which
1524 Needs_Initialized_Actual is set is not a fully initialized type.
1525
1526 2014-05-21 Robert Dewar <dewar@adacore.com>
1527
1528 * sem_elab.adb, prj-dect.adb: Minor reformatting.
1529
1530 2014-05-21 Robert Dewar <dewar@adacore.com>
1531
1532 * erroutc.ads: Minor comment addition.
1533
1534 2014-05-21 Robert Dewar <dewar@adacore.com>
1535
1536 * errout.ads: Add documentation for use of >*> tag.
1537 * restrict.adb: Make sure we use >*> tag for restriction warnings.
1538
1539 2014-05-21 Gary Dismukes <dismukes@adacore.com>
1540
1541 * debug.adb: Add case of illegal overriding_indicator for a
1542 protected subprogram body to description of -gnatd.E switch.
1543 * sem_ch6.adb (Verify_Overriding_Indicator): Issue error message
1544 for cases of giving overriding_indicators on protected subprogram
1545 bodies, but change this to a warning if -gnatd.E is enabled. No
1546 longer give a style warning about missing indicators on protected
1547 subprogram bodies.
1548
1549 2014-05-21 Robert Dewar <dewar@adacore.com>
1550
1551 * prj.ads, sem_ch12.adb, prj.adb, exp_pakd.adb,
1552 sem_elab.ads: Minor reformatting.
1553 * erroutc.adb, erroutc.ads (Warning_Specifically_Suppressed): Make Tag
1554 parameter optional.
1555
1556 2014-05-21 Pascal Obry <obry@adacore.com>
1557
1558 * prj-dect.adb: Allow package Install in aggregate project.
1559
1560 2014-05-21 Robert Dewar <dewar@adacore.com>
1561
1562 * sem_ch13.adb (Analyze_Aspect_Specifications):
1563 Insert_Delayed_Pragma is now used for the case of Attach_Handler.
1564 * sem_prag.adb: Minor comment improvements.
1565
1566 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1567
1568 * sem_ch12.adb (Install_Body): When checking whether freezing of
1569 instantiation must be delayed, verify that the common enclosing
1570 subprogram to generic and instance is in fact an overloadable
1571 entity.
1572
1573 2014-05-21 Vincent Celier <celier@adacore.com>
1574
1575 * makeutl.adb (Mains.Complete_Mains.Do_Complete): Look for all
1576 mains with the same name and fail if there is more than one.
1577 * prj.ads, prj.adb (Find_All_Sources): New function
1578
1579 2014-05-21 Robert Dewar <dewar@adacore.com>
1580
1581 * sem_ch13.adb: Minor reformatting.
1582 * lib-xref-spark_specific.adb, sem_util.adb: Minor reformatting.
1583 * sem_prag.adb: Minor error message improvement.
1584
1585 2014-05-21 Yannick Moy <moy@adacore.com>
1586
1587 * lib-xref-spark_specific.adb, lib-xref.ads, lib-xref.adb
1588 (Enclosing_Subprogram_Or_Package): Only return a library-level
1589 package.
1590
1591 2014-05-21 Javier Miranda <miranda@adacore.com>
1592
1593 * sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base
1594 to the full view of the parent type when processing a derived type
1595 which is the full view of a private type not defined in a generic
1596 unit which is derived from a private type with discriminants
1597 whose full view is a non-tagged record type.
1598
1599 2014-05-21 Javier Miranda <miranda@adacore.com>
1600
1601 * exp_ch4.adb (Expand_Allocator_Expression.Apply_Accessibility_Check):
1602 Complete previous patch.
1603
1604 2014-05-21 Thomas Quinot <quinot@adacore.com>
1605
1606 PR ada/9535
1607 * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
1608 Provide a behaviour more consistent with underlying datagram
1609 socket: do not attempt to loop over Send_Socket/Receive_Socket
1610 iterating along the buffer.
1611
1612 2014-05-21 Hristian Kirtchev <kirtchev@adacore.com>
1613
1614 * freeze.adb (Freeze_Record_Type): Ensure that a discriminated
1615 or a tagged type is not labelled as volatile. Ensure that a
1616 non-volatile type has no volatile components.
1617 * sem_ch3.adb (Analyze_Object_Contract): Add local constant
1618 Obj_Typ. Code reformatting. Ensure that a discriminated or
1619 tagged object is not labelled as volatile.
1620 * sem_prag.adb (Process_Atomic_Shared_Volatile): Ensure that
1621 pragma Volatile applies to a full type declaration or an object
1622 declaration when SPARK mode is on.
1623
1624 2014-05-21 Sergey Rybin <rybin@adacore.com frybin>
1625
1626 * gnat_ugn.texi: For ASIS tools, reword the paragraph about
1627 providing options needed for compiling the argument source for
1628 the situation when a project file can be used as a tool parameter.
1629
1630 2014-05-21 Gary Dismukes <dismukes@adacore.com>
1631
1632 * gnat_rm.texi: Minor typo fix.
1633
1634 2014-05-21 Robert Dewar <dewar@adacore.com>
1635
1636 * stand.adb (Tree_Read): Read missing entities.
1637 (Tree_Write): Write missing entities.
1638
1639 2014-05-21 Ben Brosgol <brosgol@adacore.com>
1640
1641 * gnat_ugn.texi: Wordsmithing edits to Coupling Metrics Control
1642 section in gnatmetric chapter.
1643
1644 2014-05-21 Robert Dewar <dewar@adacore.com>
1645
1646 * exp_ch6.adb (Expand_Actuals): Spec moved here, since not used
1647 outside Exp_Ch6 (Expand_Actuals): Deal with proper insertion of
1648 post-call copy write back (see detailed comment in code).
1649 * exp_ch6.ads (Expand_Actuals): Moved to body, not used outside
1650 Exp_Ch6.
1651 * tbuild.ads: Minor reformatting.
1652
1653 2014-05-21 Robert Dewar <dewar@adacore.com>
1654
1655 * stand.ads: Add warning about adding new entities and
1656 Tree_Read/Tree_Write.
1657
1658 2014-05-21 Robert Dewar <dewar@adacore.com>
1659
1660 * sem_util.adb (Set_Entity_With_Checks): Don't complain about
1661 references to restricted entities within the units in which they
1662 are declared.
1663
1664 2014-05-21 Robert Dewar <dewar@adacore.com>
1665
1666 * gnat1drv.adb (Check_Bad_Body): Use Source_File_Is_Body to
1667 simplify the needed test, and also deal with failure to catch
1668 situations with non-standard names.
1669 * sinput-l.ads, sinput-l.adb (Source_File_Is_No_Body): New function
1670 (Source_File_Is_Subunit): Removed, no longer used.
1671
1672 2014-05-21 Javier Miranda <miranda@adacore.com>
1673
1674 * exp_ch4.adb
1675 (Expand_Allocator_Expression.Apply_Accessibility_Check): for a
1676 renaming of an access to interface object there is no need to
1677 generate extra code to reference the tag.
1678
1679 2014-05-21 Robert Dewar <dewar@adacore.com>
1680
1681 * errout.adb, erroutc.adb, erroutc.ads: Allow warning tag in pragma
1682 Warnings (Off, string).
1683
1684 2014-05-21 Robert Dewar <dewar@adacore.com>
1685
1686 * osint.adb: Fix three error messages to say invalid instead
1687 of erroneous.
1688 * par-ch4.adb, exp_aggr.adb, sem_attr.adb, sem_aux.adb, sem_ch3.adb,
1689 sem_ch5.adb, sem_ch6.adb, sem_ch7.adb, sem_dim.adb, sem_res.adb,
1690 sem_util.adb, sem_util.ads: Fix incorrect use of erroneous in comments.
1691
1692 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1693
1694 * freeze.adb, sem_ch13.adb, sem_ch13.ads, sem_ch9.adb,
1695 sem_ch9.ads: Move discriminant manipulation routines for analysis of
1696 aspect specifications from sem_ch9 to sem_ch13, where they belong.
1697
1698 2014-05-21 Robert Dewar <dewar@adacore.com>
1699
1700 * gnat_ugn.texi: Clearly document -gnatw.g (GNAT warnings).
1701 Clearly document -gnatyg (GNAT style switches).
1702 * usage.adb: Add line line for -gnatw.g (GNAT warnings) More
1703 detail for line for -gnatyg (GNAT style switches) -gnatw.d/D is
1704 available for VMS after all.
1705 * warnsw.adb: Reorganize to eliminate duplicated code
1706 (Restore_Warnings): Add a couple of missing entries
1707 (Save_Warnings): Add a couple of missing entries.
1708 * warnsw.ads: Add missing entries to Warning_Record (not clear
1709 what the impact is).
1710
1711 2014-05-21 Robert Dewar <dewar@adacore.com>
1712
1713 * errout.adb (Set_Msg_Insertion_Warning): Handle ?*? (restriction
1714 warning) case.
1715 * errout.ads: Document ?*? (restriction warning) insertion.
1716 * erroutc.adb (Get_Warning_Tag): Deal with ?*? (restriction
1717 warning) case.
1718 * erroutc.ads: Document use of * for restriction warning tag.
1719 * restrict.adb (Restriction_Msg): Tag with ?*? instead of ??.
1720
1721 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1722
1723 * sem_ch9.adb (Push_Scope_And_Install_Discriminants): Do not
1724 make discriminants immediately visible when analyzing an aspect
1725 of a subtype declaration.
1726 (Uninstall_Discriminants): Do not apply to the entity in a
1727 subtype declaration.
1728
1729 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1730
1731 * sem_util.adb: Code clean up.
1732
1733 2014-05-21 Eric Botcazou <ebotcazou@adacore.com>
1734
1735 * gnat_ugn.texi: Document -Werror.
1736
1737 2014-05-21 Bob Duff <duff@adacore.com>
1738
1739 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object):
1740 This was returning False if the Object is a constant view. Fix
1741 it to return True in that case, because it might be a view of
1742 a variable.
1743 (Has_Discriminant_Dependent_Constraint): Fix latent
1744 bug; this function was crashing when passed a discriminant.
1745
1746 2014-05-21 Robert Dewar <dewar@adacore.com>
1747
1748 * gnat_ugn.texi: Remove misplaced section that is now obsolete.
1749 * s-arit64.adb: Minor code reorganization.
1750 * sem_prag.adb: Minor comment fix (remove erroneous use of the
1751 term erroneous).
1752
1753 2014-05-21 Robert Dewar <dewar@adacore.com>
1754
1755 * g-table.adb, g-dyntab.adb (Reallocate): Fix possible overflow in
1756 computing new table size.
1757
1758 2014-05-21 Robert Dewar <dewar@adacore.com>
1759
1760 * einfo.ads: Minor reformatting.
1761 * ceinfo.adb: Deal with slight format change of einfo.ads.
1762
1763 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1764
1765 * sem_prag.adb (Analyze_Part_Of): Further work on the proper
1766 implementation of the SPARK 2014 rule concerning private child
1767 units (LRM 7.2.6).
1768
1769 2014-05-21 Vincent Celier <celier@adacore.com>
1770
1771 * makeusg.adb: Add switch -d to usage.
1772
1773 2014-05-21 Ed Schonberg <schonberg@adacore.com>
1774
1775 * sem_util.adb (Find_Actual): If an actual that is the prefix
1776 of an enclosing prefixed call has been rewritten, use Nkind
1777 and Sloc to identify the corresponding formal, when handling
1778 deferred references.
1779
1780 2014-05-21 Robert Dewar <dewar@adacore.com>
1781
1782 * debug.adb: Document -gnatd.z switch.
1783 * sem_eval.adb (Why_Non_Static): Test -gnatd.z switch.
1784
1785 2014-05-21 Robert Dewar <dewar@adacore.com>
1786
1787 * einfo.ads (Can_Never_Be_Null): Minor comment update.
1788 * sem_prag.adb (Check_Arg_Is_Task_Dispatching_Policy): Minor
1789 error message change.
1790 * s-arit64.adb ("abs"): New function. Use expression functions
1791 for the simple conversions and arithmetic.
1792
1793 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1794
1795 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Rework comment and
1796 set function_start_locus.
1797
1798 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1799
1800 * utils.c (gnat_write_global_declarations): Adjust the flags put on
1801 dummy_global.
1802
1803 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1804
1805 * gcc-interface/decl.c (change_qualified_type): New static function.
1806 (gnat_to_gnu_entity): Use it throughout to add qualifiers on types.
1807 <E_Array_Type>: Set TYPE_VOLATILE on the array type directly.
1808 <E_Array_Subtype>: Likewise.
1809 Do not set flags on an UNCONSTRAINED_ARRAY_TYPE directly.
1810 (gnat_to_gnu_component_type): Likewise.
1811 (gnat_to_gnu_param): Likewise.
1812
1813 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1814
1815 * fe.h (Set_Present_Expr): Move around.
1816 (End_Location): New macro.
1817 * gcc-interface/trans.c (Case_Statement_to_gnu): Use End_Location.
1818
1819 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1820
1821 * gcc-interface/decl.c (gnat_to_gnu_entity): Use Underlying_Type in
1822 lieu of more verbose construct.
1823 * gcc-interface/trans.c (Call_to_gnu): Likewise.
1824 (gnat_to_gnu): Likewise. Remove obsolete code.
1825
1826 2014-05-18 Eric Botcazou <ebotcazou@adacore.com>
1827
1828 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Do not
1829 consider that regular packed arrays can never be superflat.
1830
1831 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
1832
1833 * gcc-interface/ada-tree.h: Remove usage of variable_size gty
1834 annotation.
1835 * gcc-interface/decl.c (annotate_value): Adjust.
1836 * gcc-interface/trans.c (Attribute_to_gnu): Likewise.
1837 (push_range_check_info): Likewise.
1838 (Loop_Statement_to_gnu): Likewise.
1839 (Subprogram_Body_to_gnu): Likewise.
1840 (Compilation_Unit_to_gnu): Likewise.
1841 (start_stmt_group): Likewise.
1842 * gcc-interface/utils.c (init_gnat_utils): Likewise.
1843 (gnat_pushlevel): Likewise.
1844 (maybe_pad_type): Likewise.
1845
1846 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
1847
1848 * seh_init.c: Fix copyright year.
1849
1850 2014-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1851
1852 * seh_init.c (__gnat_map_SEH): Compile also when __CYGWIN__ and __SEH__
1853 are defined. Move include windows.h before system.h.
1854 * s-oscons-tmplt.c (DTR_CONTROL_ENABLE, RTS_CONTROL_ENABLE): Compile
1855 also when __CYGWIN__ is defined. Include windef.h before winbase.h.
1856
1857 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1858
1859 * gcc-interface/decl.c (gnat_to_gnu_entity): Convert integer_one_node
1860 to the appropriate type.
1861 * gcc-interface/trans.c (gnat_to_gnu): Likewise.
1862 (pos_to_constructor): Likewise.
1863
1864 2014-05-13 Eric Botcazou <ebotcazou@adacore.com>
1865
1866 * gcc-interface/decl.c (annotate_value): Fix thinko in latest change.
1867
1868 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
1869 Mike Stump <mikestump@comcast.net>
1870 Richard Sandiford <rdsandiford@googlemail.com>
1871
1872 * gcc-interface/cuintp.c (UI_From_gnu): Use wide-int interfaces.
1873 * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_SIGN.
1874 (annotate_value): Use wide-int interfaces.
1875 * gcc-interface/utils.c (get_nonnull_operand): Use tree_fits_uhwi_p.
1876
1877 2014-04-28 Richard Henderson <rth@redhat.com>
1878
1879 * gcc-interface/Makefile.in: Support aarch64-linux.
1880
1881 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
1882
1883 * exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix,
1884 add 'Suffix' parameter and adjust comment.
1885 (Get_External_Name_With_Suffix): Delete.
1886 * exp_dbug.adb (Get_External_Name_With_Suffix): Merge into...
1887 (Get_External_Name): ...here. Add 'False' default to Has_Suffix, add
1888 'Suffix' parameter.
1889 (Get_Encoded_Name): Remove 2nd argument in call to Get_External_Name.
1890 Call Get_External_Name instead of Get_External_Name_With_Suffix.
1891 (Get_Secondary_DT_External_Name): Likewise.
1892 * exp_cg.adb (Write_Call_Info): Likewise.
1893 * exp_disp.adb (Export_DT): Likewise.
1894 (Import_DT): Likewise.
1895 * comperr.ads (Compiler_Abort): Remove Code parameter and add From_GCC
1896 parameter with False default.
1897 * comperr.adb (Compiler_Abort): Likewise. Adjust accordingly.
1898 * types.h (Fat_Pointer): Rename into...
1899 (String_Pointer): ...this. Add comment on interfacing rules.
1900 * fe.h (Compiler_Abort): Adjust for above renaming.
1901 (Error_Msg_N): Likewise.
1902 (Error_Msg_NE): Likewise.
1903 (Get_External_Name): Likewise. Add third parameter.
1904 (Get_External_Name_With_Suffix): Delete.
1905 * gcc-interface/decl.c (STDCALL_PREFIX): Define.
1906 (create_concat_name): Adjust call to Get_External_Name, remove call to
1907 Get_External_Name_With_Suffix, use STDCALL_PREFIX, adjust for renaming.
1908 * gcc-interface/trans.c (post_error): Likewise.
1909 (post_error_ne): Likewise.
1910 * gcc-interface/misc.c (internal_error_function): Likewise.
1911
1912 2014-04-28 Richard Biener <rguenther@suse.de>
1913
1914 PR middle-end/60092
1915 * gcc-interface/utils.c: Define flag_isoc11.
1916
1917 2014-04-26 Eric Botcazou <ebotcazou@adacore.com>
1918
1919 * gnatvsn.ads (Library_Version): Bump to 4.10.
1920
1921 2014-04-23 Eric Botcazou <ebotcazou@adacore.com>
1922
1923 Revert
1924 2014-04-22 Richard Henderson <rth@redhat.com>
1925
1926 * gcc-interface/Makefile.in: Support aarch64-linux.
1927
1928 2014-04-22 Eric Botcazou <ebotcazou@adacore.com>
1929
1930 * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
1931 (Error_Msg_N): Likewise.
1932 (Error_Msg_NE): Likewise.
1933 (Get_External_Name_With_Suffix): Likewise.
1934 * types.h (Fat_Pointer): Delete.
1935 (String_Pointer): New type.
1936 (DECLARE_STRING_POINTER): New macro.
1937 * gcc-interface/decl.c (create_concat_name): Adjust.
1938 * gcc-interface/trans.c (post_error): Likewise.
1939 (post_error_ne): Likewise.
1940 * gcc-interface/misc.c (internal_error_function): Likewise.
1941
1942 2014-04-22 Richard Henderson <rth@redhat.com>
1943
1944 * gcc-interface/Makefile.in: Support aarch64-linux.
1945
1946 * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
1947 (__gnat_alternate_stack): Enable for all linux except ia64.
1948
1949 2014-04-22 Eric Botcazou <ebotcazou@adacore.com>
1950
1951 * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
1952 (Error_Msg_N): Likewise.
1953 (Error_Msg_NE): Likewise.
1954 (Get_External_Name_With_Suffix): Likewise.
1955 * types.h (Fat_Pointer): Delete.
1956 (String_Pointer): New type.
1957 (DECLARE_STRING_POINTER): New macro.
1958 * gcc-interface/decl.c (create_concat_name): Adjust.
1959 * gcc-interface/trans.c (post_error): Likewise.
1960 (post_error_ne): Likewise.
1961 * gcc-interface/misc.c (internal_error_function): Likewise.
1962
1963 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
1964 Pierre-Marie de Rodat <derodat@adacore.com>
1965
1966 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a mere
1967 scalar constant instead of a reference for renaming of scalar literal.
1968 Do not create a new object for constant renaming except for a function
1969 call. Make sure a VAR_DECL is created for the renaming pointer.
1970 * gcc-interface/trans.c (constant_decl_with_initializer_p): New.
1971 (fold_constant_decl_in_expr): New function.
1972 (Identifier_to_gnu): Use constant_decl_with_initializer_p.
1973 For a constant renaming, try to fold a constant DECL in the result.
1974 (lvalue_required_p) <N_Object_Renaming_Declaration>: Always return 1.
1975 (Identifier_to_gnu): Reference the renamed object of constant renaming
1976 pointers directly.
1977 * gcc-interface/utils.c (invalidate_global_renaming_pointers): Do not
1978 invalidate constant renaming pointers.
1979
1980 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
1981
1982 * gcc-interface/utils.c (type_for_vector_element_p): New predicate.
1983 (build_vector_type_for_size): New function.
1984 (build_vector_type_for_array): Likewise.
1985 (unchecked_convert): Build an intermediate vector type to convert
1986 from a generic array type to a vector type.
1987 (handle_vector_size_attribute): Reimplement.
1988 (handle_vector_type_attribute): Likewise.
1989
1990 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
1991
1992 * gcc-interface/decl.c (prepend_one_attribute_pragma): Call
1993 Is_OK_Static_Expression in lieu of Is_Static_Expression to
1994 detect valid arguments.
1995
1996 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
1997
1998 * gcc-interface/trans.c (gnat_gimplify_stmt): Propagate loop hints.
1999
2000 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
2001
2002 * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_IDENTIFIER.
2003 (components_to_record): Likewise.
2004 * gcc-interface/utils.c (make_aligning_type): Likewise.
2005 (maybe_pad_type): Likewise.
2006 (finish_record_type): Likewise.
2007 (rest_of_record_type_compilation): Likewise.
2008
2009 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
2010
2011 * snames.ads-tmpl (Name_Ivdep): New pragma-related name.
2012 * sem_prag.adb (Analyze_Pragma) <Pragma_Loop_Optimize>: Add support
2013 for Ivdep hint.
2014 * gnat_rm.texi (Implementation Defined Pragmas): Document new Ivdep
2015 hint for Loop_Optimize.
2016 * gnat_ugn.texi (Vectorization of loops): Mention new Ivdep hint.
2017 * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
2018 with new Ivdep hint.
2019 * gcc-interface/ada-tree.h (LOOP_STMT_IVDEP): New macro.
2020 * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
2021 with new Ivdep hint.
2022 (gnat_gimplify_stmt) <LOOP_STMT>: Propagate loop hints.
2023
2024 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
2025 Robert Dewar <dewar@adacore.com>
2026
2027 * opt.ads (Suppress_Back_Annotation): Remove as unused.
2028 * fe.h (Back_Annotate_Rep_Info): Likewise.
2029 (Global_Discard_Names): Likewise.
2030 (List_Representation_Info): Declare.
2031 * types.h (Uint_Minus_1): Likewise.
2032 * repinfo.ads: Document back-annotation change.
2033 * gcc-interface/gigi.h (init_gnat_decl): Declare.
2034 (destroy_gnat_decl): Likewise.
2035 * gcc-interface/decl.c (annotate_value): Do not create the cache of
2036 annotated values here but...
2037 <CALL_EXPR>: Only inline the call if -gnatR3 is specified or we are
2038 in ASIS mode.
2039 (init_gnat_decl): ...here instead. New function.
2040 (destroy_gnat_decl): Likewise.
2041 * gcc-interface/trans.c (gigi): Call {init|destroy}_gnat_decl.
2042 * gcc-interface/utils.c (init_gnat_utils): Minor reformatting.
2043
2044 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
2045
2046 * gcc-interface/decl.c (create_field_decl_from): Finalize non-constant
2047 offset for the field, if any.
2048
2049 2014-04-09 Eric Botcazou <ebotcazou@adacore.com>
2050 Svante Signell <svante.signell@gmail.com>
2051
2052 PR ada/54040
2053 PR ada/59346
2054 * s-osinte-x32.adb: New file.
2055 * s-linux.ads (Time): New section.
2056 * s-linux-alpha.ads (Time): Likewise.
2057 * s-linux-android.ads (Time: Likewise.
2058 * s-linux-hppa.ads (Time): Likewise.
2059 * s-linux-mipsel.ads (Time): Likewise.
2060 * s-linux-sparc.ads (Time): Likewise.
2061 * s-linux-x32.ads (Time): Likewise.
2062 * s-osprim-x32.ads (timespec): Adjust.
2063 (Clock): Likewise.
2064 (To_Timespec): Likewise.
2065 * s-osinte-linux.ads (Time): Define local subtypes for those defined
2066 in System.Linux.
2067 * s-taprop-linux.adb (Monotonic_Clock): Do not define timeval.
2068 * s-osinte-hpux.ads (timespec): Revert POSIX breakage.
2069 * s-osinte-kfreebsd-gnu.ads (timespec): Likewise.
2070 * s-osinte-solaris-posix.ads (timespec): Likewise.
2071 * s-osinte-posix.adb (To_Timespec): Likewise.
2072 * gcc-interface/Makefile.in (x32/Linux): Use s-osinte-x32.adb.
2073
2074 2014-04-08 Eric Botcazou <ebotcazou@adacore.com>
2075
2076 PR ada/60411
2077 * gcc-interface/Makefile.in (arm% linux-android): Switch to EHABI.
2078 * s-linux-android.ads: New file.
2079 * s-intman-android.adb: Likewise.
2080 * s-osinte-android.ads: Adjust.
2081 * sigtramp-armdroid.c: Likewise.
2082 * sigtramp.h: Add Android support.
2083
2084 2014-04-07 Eric Botcazou <ebotcazou@adacore.com>
2085
2086 * gcc-interface/Makefile.in (alpha-vms): Add missing line.
2087
2088 2014-03-30 Eric Botcazou <ebotcazou@adacore.com>
2089
2090 PR ada/60703
2091 * system-linux-alpha.ads: Adjust for Ada 2005.
2092 * system-linux-mips.ads: Likewise.
2093 * system-linux-mips64el.ads: Likewise.
2094 * system-linux-mipsel.ads: Likewise.
2095 * system-linux-s390.ads: Likewise.
2096 * system-linux-s390x.ads: Likewise.
2097 * system-linux-sparc.ads: Likewise.
2098 * system-linux-sparcv9.ads: Likewise.
2099 * system-rtems.ads: Likewise.
2100 * system-vxworks-arm.ads: Likewise.
2101
2102 2014-03-16 Andreas Schwab <schwab@linux-m68k.org>
2103
2104 PR ada/39172
2105 * gcc-interface/Makefile.in (target_cpu_default): Revert
2106 2013-10-11 change.
2107
2108 2014-03-13 Eric Botcazou <ebotcazou@adacore.com>
2109
2110 PR ada/51483
2111 * cstand.adb (Register_Float_Type): Add 'precision' parameter and use
2112 it to set the RM size. Use directly 'size' for the Esize.
2113 (Create_Back_End_Float_Types): Adjust call to above.
2114 * get_targ.ads (Register_Type_Proc): Add 'precision' parameter.
2115 * set_targ.ads (FPT_Mode_Entry): Add 'precision' component.
2116 (Write_Target_Dependent_Values): Adjust comment.
2117 * set_targ.adb (Register_Float_Type): Add 'precision' parameter and
2118 deal with it.
2119 (Write_Target_Dependent_Values): Write the precision in lieu of size.
2120 (Initialization): Read the precision in lieu of size and compute the
2121 size from the precision and the alignment.
2122 * gcc-interface/gigi.h (enumerate_modes): Add integer parameter.
2123 * gcc-interface/misc.c (enumerate_modes): Likewise. Do not register
2124 types for vector modes, pass the size in addition to the precision.
2125
2126 2014-03-10 Eric Botcazou <ebotcazou@adacore.com>
2127
2128 * gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
2129
2130 2014-03-07 Doug Rupp <rupp@adacore.com>
2131
2132 PR ada/60411
2133 * system-linux-armel.ads (Backend_Overflow_Checks): Set to True.
2134 (Support_64_Bit_Divides): Removed, no longer used.
2135 (ZCX_By_Default): Enabled.
2136
2137 2014-02-25 Doug Rupp <rupp@adacore.com>
2138
2139 * gcc-interface/Makefile.in (arm-linux):
2140 (EH_MECHANISM): Use ARM unwinder (-arm)
2141 (LIBGNAT_TARGET_PAIRS: Override defaults with a-exexpr-gcc.adb and
2142 s-excmac-arm.ads.
2143 (EXTRA_LIBGNAT_OBJS): Add raise-gcc.o
2144 (EXTRA_GNATRTL_NONTASKING_OBJS): Add g-cppexc.o s-excmac.o.
2145 (arm-wrs-vxworks): Add EH_MECHANISM=-gcc for kernel mode.
2146 (EXTRA_LIBGNAT_OBJS): Add sigtramp-armvxw.o
2147 Add dependencies for sigtramp-armvxw.o.
2148
2149 2014-02-25 Eric Botcazou <ebotcazou@adacore.com>
2150
2151 * gcc-interface/trans.c (Pragma_to_gnu): Deal with Warning_As_Error.
2152
2153 2014-02-25 Robert Dewar <dewar@adacore.com>
2154
2155 * rtsfind.adb (Is_RTE): Protect against entity with no scope
2156 field (previously this call blew up on the Standard entity).
2157 * sem_attr.adb (Analyze_Attribute, case Access): Remove
2158 test for No_Abort_Statements, this is now handled in
2159 Set_Entity_With_Checks.
2160 * exp_ch6.adb, sem_ch10.adb, sem_ch4.adb, sem_ch8.adb, sem_res.adb:
2161 Change name Set_Entity_With_Style_Check => Set_Entity_With_Checks.
2162 * sem_util.ads, sem_util.adb: Change name Set_Entity_With_Style_Check =>
2163 Set_Entity_With_Checks.
2164 (Set_Entity_With_Checks): Add checks for No_Dynamic_Attachment,
2165 Add checks for No_Abort_Statements.
2166
2167 2014-02-25 Robert Dewar <dewar@adacore.com>
2168
2169 * exp_ch9.adb (Expand_Entry_Barrier): Add comment that call to
2170 Check_Restriction is OK.
2171
2172 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2173
2174 * sem_ch3.adb (Process_Full_View): Better error message when
2175 the full view of a private type without discriminants is an
2176 unconstrained type.
2177 * sem_ch7.adb (Uninstall_Declarations): Ditto.
2178
2179 2014-02-25 Eric Botcazou <ebotcazou@adacore.com>
2180
2181 * sigtramp-armvxw.c: Also restore r0.
2182
2183 2014-02-25 Robert Dewar <dewar@adacore.com>
2184
2185 * errout.adb (Error_Msg_Internal): Warning_Msg_Char set
2186 unconditionally (Set_Msg_Insertion_Warning): Warning_Msg_Char
2187 set unconditionally.
2188 * erroutc.adb (Get_Warning_Tag): Does not give a leading space
2189 any more (Output_Msg_Text): Rewritten with new convention on
2190 output of warnings that are treated as errors.
2191 * erroutc.ads (Error_Msg_Object): Warn_Chr is always set even
2192 if Warn is False.
2193 * gnat_rm.texi: Updates to documentation on pragma
2194 Warning_As_Error.
2195 * warnsw.adb (Set_Dot_Warning_Switch): -gnatw.e should not
2196 set Warning_Doc_Switch.
2197 * lib-writ.ads: Add documentation note on ALI file generation
2198 for C.
2199 * exp_ch6.adb (Expand_Call): Remove check for No_Abort_Statements
2200 (belongs in Sem).
2201 * sem_attr.adb (Resolve_Attribute, case Access):
2202 Abort_Task'Access violates the No_Abort_Statements restriction.
2203 * sem_res.adb (Resolve_Call): Check restriction
2204 No_Abort_Statements for call to Abort_Task or a renaming of it.
2205
2206 2014-02-25 Robert Dewar <dewar@adacore.com>
2207
2208 * sem_ch3.adb (Array_Type_Declaration): Check for case of using
2209 type name as index.
2210 * lib.ads: Minor reformatting.
2211 * einfo.ads: Minor reformatting.
2212
2213 2014-02-25 Doug Rupp <rupp@adacore.com>
2214
2215 * sem_mech.adb (Set_Mechanisms): For convention Fortran on VMS
2216 use Short_Descriptor(S) as the argument passing mechanism.
2217
2218 2014-02-25 Eric Botcazou <ebotcazou@adacore.com>
2219
2220 * sigtramp-ppcvxw.c (CFI_COMMON_REGS): Also include r0.
2221
2222 2014-02-25 Robert Dewar <dewar@adacore.com>
2223
2224 * atree.ads (Warnings_Treated_As_Errors): New variable.
2225 * errout.adb (Error_Msg_Internal): Set Warn_Err flag in
2226 error object (Initialize): Initialize Warnings_As_Errors_Count
2227 (Write_Error_Summary): Include count of warnings treated as errors.
2228 * erroutc.adb (Warning_Treated_As_Error): New function.
2229 (Matches): Function moved to outer level of package.
2230 * erroutc.ads (Error_Msg_Object): Add Warn_Err flag.
2231 (Warning_Treated_As_Error): New function.
2232 * gnat_rm.texi: Document pragma Treat_Warning_As_Error.
2233 * opt.adb: Add handling of Warnings_As_Errors_Count[_Config].
2234 * opt.ads (Config_Switches_Type): Add entry for
2235 Warnings_As_Errors_Count.
2236 (Warnings_As_Errors_Count): New variable.
2237 (Warnings_As_Errors): New array.
2238 * par-prag.adb: Add dummy entry for Warning_As_Error.
2239 * sem_prag.adb (Analyze_Pragma): Implement new pragma
2240 Warning_As_Error.
2241 * snames.ads-tmpl: Add entries for Warning_As_Error pragma.
2242
2243 2014-02-25 Eric Botcazou <ebotcazou@adacore.com>
2244
2245 * sigtramp.h: Fix minor inaccuracy.
2246
2247 2014-02-25 Ben Brosgol <brosgol@adacore.com>
2248
2249 * gnat_ugn.texi: Added description of kill command.
2250
2251 2014-02-25 Robert Dewar <dewar@adacore.com>
2252
2253 * gnat_rm.texi (Address_Clauses): Add a section discussing the
2254 problem of address clauses causing unexpected initialization,
2255 including the effect of Initialize_Scalars.
2256
2257 2014-02-25 Robert Dewar <dewar@adacore.com>
2258
2259 * errout.adb: Various changes for better msgs for anonmous access
2260 subprogram types.
2261 * erroutc.ads, erroutc.adb (Buffer_Ends_With): Version with character
2262 argument.
2263 (Buffer_Remove): Version with character argument.
2264 * sem_attr.adb (Resolve_Attribute, case Access): Better handling
2265 of mismatching conventions for access-to-subprogram case.
2266 * sem_prag.adb (Set_Convention_From_Pragma): Deal with anonymous
2267 access types in record.
2268 * sem_util.ads, sem_util.adb (Set_Convention): Handle anonymous access
2269 types, including in records.
2270
2271 2014-02-25 Doug Rupp <rupp@adacore.com>
2272
2273 * sigtramp-ppcvxw.c, sigtramp.h, sigtramp-armvxw.c: Comment
2274 enhancements and corrections.
2275
2276 2014-02-25 Robert Dewar <dewar@adacore.com>
2277
2278 * gnat_rm.texi: New section "Conventions and Anonymous Access Types"
2279
2280 2014-02-25 Robert Dewar <dewar@adacore.com>
2281
2282 * gnat_rm.texi: First set of documentation additions for
2283 predefined RM units.
2284 * checks.adb: Minor reformatting.
2285 * sem_elab.adb (Check_Task_Activation): Minor fix to error
2286 message.
2287 * sem_util.adb: Minor reformatting.
2288
2289 2014-02-25 Arnaud Charlet <charlet@adacore.com>
2290
2291 * usage.adb (Usage): Add help on -gnateC.
2292 * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnateC.
2293 * opt.ads (Generate_CodePeer_Messages): New flag.
2294 * gnat_ugn.texi: Document new switch -gnateC.
2295
2296 2014-02-25 Ben Brosgol <brosgol@adacore.com>
2297
2298 * gnat_rm.texi: Corrected minor typos in Implementation Defined
2299 Aspects.
2300 * opt.ads: Minor reformatting.
2301
2302 2014-02-25 Robert Dewar <dewar@adacore.com>
2303
2304 * binde.adb: Change messages to mention -gnatel instead of -gnatwl.
2305 * gnat_ugn.texi: Update documentation of -gnatwl Add documentation
2306 of -gnatel/-gnateL.
2307 * opt.ads (Warn_Info_Messages): New flag.
2308 * sem_elab.adb: Use Elab_Warnings, Elab_Info_Messages to control
2309 messages.
2310 * sem_prag.adb: Use Elab_Warnings, Elab_Info_Messages to control
2311 messages.
2312 * switch-m.ad, switch-c.adb: Recognize new -gnatel/EL switches.
2313 * usage.adb: Add documentation of -gnatel/-gnateL Update
2314 documentation of -gnatwl/-gnatwL.
2315 * warnsw.adb: New handling of Elab_Warnings, Elab_Info_Messages
2316 * warnsw.ads (Elab_Info_Messages): New field in Warning_Record
2317
2318 2014-02-25 Robert Dewar <dewar@adacore.com>
2319
2320 * einfo.ads, einfo.adb (Has_Shift_Operator): New flag.
2321 * gnat_rm.texi: Document pragma Provide_Shift_Operators.
2322 * interfac.ads: Minor code reorganization (add pragma
2323 Compiler_Unit_Warning).
2324 * par-prag.adb: Add dummy entry for Provide_Shift_Operators.
2325 * sem_ch3.adb (Build_Derived_Numeric_Type): Copy
2326 Has_Shift_Operator flag.
2327 * sem_intr.adb (Check_Intrinsic_Subprogram): Make sure
2328 Check_Shift is always called (Check_Shift): Set Has_Shift_Operator.
2329 * sem_prag.adb: Implement pragma Provide_Shift_Operators.
2330 * snames.ads-tmpl: Add entries for pragma Provide_Shift_Operators
2331 Add entry for Name_Amount.
2332 * checks.adb (Selected_Range_Checks): When checking for a null
2333 range, make sure we use the base type, and not the subtype for
2334 deciding a range is null.
2335 * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Check
2336 for suspicious loop bound which is outside the range of the
2337 loop subtype.
2338 * gnat_ugn.texi: Add documentation section "Determining the
2339 Chosen Elaboration Order"
2340 * sem_ch13.adb (UC_Entry): Add field Act_Unit
2341 (Validate_Unchecked_Conversion): Store Act_Unit
2342 (Validate_Unchecked_Conversions): Test Warnings_Off in Act_Unit
2343 * treepr.adb: Minor reformatting.
2344
2345 2014-02-25 Arnaud Charlet <charlet@adacore.com>
2346
2347 * usage.adb: Minor: fix typo.
2348
2349 2014-02-25 Robert Dewar <dewar@adacore.com>
2350
2351 * lib.ads, s-bitops.adb, s-bitops.ads, s-conca5.adb, gnat_rm.texi,
2352 s-conca5.ads, s-conca7.adb, s-conca7.ads, s-crc32.adb, s-crc32.ads,
2353 s-conca9.adb, s-conca9.ads, g-dyntab.adb, s-crtl.ads, g-dyntab.ads,
2354 s-excdeb.adb, s-addope.adb, s-addope.ads, s-carun8.adb, s-carun8.ads,
2355 g-htable.adb, g-htable.ads, g-hesora.adb, g-hesora.ads, s-conca2.adb,
2356 s-conca2.ads, a-comlin.adb, a-chlat1.ads, a-comlin.ads, errout.ads,
2357 a-except.adb, s-conca4.adb, a-except.ads, s-conca4.ads, s-conca6.adb,
2358 s-conca6.ads, g-spchge.adb, g-spchge.ads, g-u3spch.adb, g-u3spch.ads,
2359 a-strhas.ads, restrict.adb, aspects.adb, aspects.ads, s-conca8.adb,
2360 s-conca8.ads, back_end.adb, par-prag.adb, g-byorma.adb, g-byorma.ads,
2361 a-elchha.adb, a-elchha.ads, g-speche.adb, g-speche.ads, s-casuti.adb,
2362 s-assert.adb, s-casuti.ads, s-assert.ads, a-clrefi.adb, a-clrefi.ads,
2363 s-conca3.adb, s-conca3.ads, a-ioexce.ads: Implement pragma
2364 Compiler_Unit_Warning, change Compiler_Unit everywhere to
2365 Compiler_Unit_Warning.
2366
2367 2014-02-25 Sergey Rybin <rybin@adacore.com frybin>
2368
2369 * sem_prag.adb (Analyze_Depends_In_Decl_Part): Do not normalize
2370 in ASIS mode aggregates that are used as aspect definitions.
2371
2372 2014-02-25 Robert Dewar <dewar@adacore.com>
2373
2374 * exp_ch7.adb, sem_util.adb, sem_util.ads, exp_ch6.adb: Minor
2375 reformatting.
2376
2377 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2378
2379 * freeze.adb (Freeze_Entity): If the return type of a function
2380 is a limited view, and the non-limited view has not been seen yet,
2381 defer freezing to some later point.
2382
2383 2014-02-25 Robert Dewar <dewar@adacore.com>
2384
2385 * sem_ch3.adb: Minor reformatting.
2386
2387 2014-02-25 Robert Dewar <dewar@adacore.com>
2388
2389 * s-excdeb.ads, s-except.ads, s-exctab.adb, s-exctab.ads, s-finmas.ads,
2390 s-htable.adb, s-htable.ads, s-imenne.adb, s-imenne.ads, s-imgenu.adb,
2391 s-imgenu.ads, s-mastop.adb, s-mastop.ads, s-memory-vms_64.adb,
2392 s-memory-vms_64.ads, s-memory.adb, s-memory.ads, s-os_lib.adb,
2393 s-os_lib.ads, s-parame.adb, s-parame.ads, s-purexc.ads, s-restri.adb,
2394 s-restri.ads, s-rident.ads, s-secsta.adb, s-secsta.ads, s-soflin.adb,
2395 s-soflin.ads, s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
2396 s-sopco5.adb, s-sopco5.ads, s-spsufi.ads, s-stache.adb, s-stache.ads,
2397 s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads, s-strcom.adb,
2398 s-strcom.ads, s-strhas.adb, s-string.adb, s-string.ads, s-strops.adb,
2399 s-strops.ads, s-ststop.adb, s-ststop.ads, s-traceb.adb, s-traceb.ads,
2400 s-traent.adb, s-traent.ads, s-unstyp.ads, s-utf_32.adb, s-utf_32.ads,
2401 s-wchcnv.adb, s-wchcnv.ads, s-wchcon.adb, s-wchcon.ads, s-wchjis.adb,
2402 s-wchjis.ads, sem_ch11.adb, sem_ch4.adb, sem_ch5.adb, sem_prag.adb,
2403 snames.ads-tmpl: Change Compiler_Unit everywhere to
2404 Compiler_Unit_Warning.
2405
2406 2014-02-25 Hristian Kirtchev <kirtchev@adacore.com>
2407
2408 * exp_ch6.adb (Add_Or_Save_Precondition): New routine.
2409 (Collect_Body_Postconditions_In_Decls): New routine.
2410 (Collect_Body_Postconditions_Of_Kind): Factor out code. Handle
2411 postcondition aspects or pragmas that appear on a subprogram
2412 body stub.
2413 (Collect_Spec_Preconditions): Factor out code. Handle
2414 precondition aspects or pragmas that appear on a subprogram
2415 body stub.
2416 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The analysis of
2417 aspects that apply to a subprogram body stub is no longer delayed,
2418 the aspects are analyzed on the spot.
2419 (SPARK_Aspect_Error):
2420 Aspects that apply to a subprogram declaration cannot appear in
2421 a subunit.
2422 * sem_ch10.adb Remove with and use clause for Sem_Ch13.
2423 (Analyze_Proper_Body): Add local variable Comp_Unit. Unum
2424 is now a local variable. Code cleanup. Analysis related to
2425 the aspects of a subprogram body stub is now carried out by
2426 Analyze_Subprogram_Body_Helper. Do not propagate the aspects
2427 and/or pragmas of a subprogram body stub to the proper body
2428 as this is no longer needed. Do not analyze the aspects of a
2429 subprogram stub when the corresponding source unit is missing.
2430 (Analyze_Protected_Body_Stub): Flag the illegal use of aspects
2431 on a stub.
2432 (Analyze_Task_Body_Stub): Flag the illegal use of
2433 aspects on a stub.
2434 (Optional_Subunit): Add local variable Unum.
2435 * sem_ch13.adb (Insert_Delayed_Pragma): Do not analyze a generated
2436 pragma when it applies to a subprogram body stub.
2437 * sem_prag.adb (Analyze_Pragma): Pragmas Contract_Cases,
2438 Depends and Global can now apply to a subprogram body stub as
2439 long as it acts as its own spec.
2440 (Analyze_Refined_Pragma):
2441 Code reformatting. Refinement pragmas cannot apply to a subunit.
2442
2443 2014-02-25 Hristian Kirtchev <kirtchev@adacore.com>
2444
2445 * einfo.ads Update the usage of flag
2446 Uses_Sec_Stack. Uses_Sec_Stack now applies to E_Loop entities.
2447 * exp_ch5.adb (Expand_Iterator_Loop): The temporary for a cursor
2448 now starts with the letter 'C'. This makes reading expanded
2449 code easier.
2450 * exp_ch7.adb (Establish_Transient_Scope): Add local variable
2451 Iter_Loop. Signal that an Ada 2012 iterator loop requires
2452 secondary stack management when creating a transient scope for
2453 an element reference.
2454 * exp_util.adb (Process_Statements_For_Controlled_Objects):
2455 When wrapping the statements of a loop, pass the E_Loop entity
2456 to the wrapping machinery.
2457 (Wrap_Statements_In_Block): Add
2458 formal parameter Scop along with comment on usage. Add local
2459 variables Block_Id, Block_Nod and Iter_Loop. Mark the generated
2460 block as requiring secondary stack management when the block is
2461 created inside an Ada 2012 iterator loop. This ensures that any
2462 reference objects are reclaimed on each iteration of the loop.
2463 * sem_ch5.adb (Analyze_Loop_Statement): Mark the generated block
2464 tasked with the handling of container iterators as requiring
2465 secondary stack management. This ensures that iterators are
2466 reclaimed when the loop terminates or is exited in any fashion.
2467 * sem_util.adb (Add_Block_Identifier): New routine.
2468 (Find_Enclosing_Iterator_Loop): New routine.
2469 * sem_util.ads (Add_Block_Identifier): New routine.
2470 (Find_Enclosing_Iterator_Loop): New routine.
2471
2472 2014-02-25 Robert Dewar <dewar@adacore.com>
2473
2474 * sinfo.ads: Minor reformatting.
2475
2476 2014-02-25 Tristan Gingold <gingold@adacore.com>
2477
2478 * s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix.
2479
2480 2014-02-25 Pascal Obry <obry@adacore.com>
2481
2482 * sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code.
2483
2484 2014-02-25 Tristan Gingold <gingold@adacore.com>
2485
2486 * sem_ch10.adb: Minor comment fix.
2487
2488 2014-02-25 Bob Duff <duff@adacore.com>
2489
2490 * s-tasdeb.adb: Misc cleanup of this package,
2491 including printing addresses in hexadecimal.
2492 (Write): Fix minor bug when taking 'Address of an empty string.
2493
2494 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2495
2496 * sem_prag.adb (Analyze_Part_Of): Reject state refinement in a
2497 public child unit when it does not refer to the abstract state
2498 of a public ancestor.
2499
2500 2014-02-25 Yannick Moy <moy@adacore.com>
2501
2502 * sem_prag.adb (Analyze_Pragma/Pragma_Validity_Checks): Ignore pragma
2503 Validity_Checks in GNATprove and CodePeer modes.
2504
2505 2014-02-25 Pascal Obry <obry@adacore.com>
2506
2507 * prj-attr.adb, projects.texi, snames.ads-tmpl: Add package Install's
2508 Artifacts attribute.
2509
2510 2014-02-25 Yannick Moy <moy@adacore.com>
2511
2512 * sem_prag.adb: Minor reformatting to get consistent messages.
2513
2514 2014-02-25 Robert Dewar <dewar@adacore.com>
2515
2516 * checks.adb: Minor reformatting.
2517 * sinfo.ads (Do_Range_Check): Document that this flag is never
2518 passed to the back end.
2519
2520 2014-02-25 Yannick Moy <moy@adacore.com>
2521
2522 * sem_ch3.adb, sem_ch5.adb, sem_ch9.adb, sem_prag.adb, sem_attr.adb,
2523 sem_ch6.adb: Remove useless references to SPARK RM in error messages.
2524
2525 2014-02-25 Hristian Kirtchev <kirtchev@adacore.com>
2526
2527 * sem_res.adb (Appears_In_Check): New routine.
2528 (Resolve_Entity_Name): Remove local variables Prev and
2529 Usage_OK. Par is now a constant. Remove the parent chain traversal
2530 as the placement of a volatile object with enabled property
2531 Async_Writers and/or Effective_Reads must appear immediately
2532 within a legal construct.
2533
2534 2014-02-25 Hristian Kirtchev <kirtchev@adacore.com>
2535
2536 * checks.adb (Apply_Selected_Range_Checks):
2537 Alphabetize local constants and variables. Add comments.
2538 Always insert a range check that requires runtime evaluation into
2539 the tree.
2540
2541 2014-02-25 Robert Dewar <dewar@adacore.com>
2542
2543 * sem_attr.adb, sem_ch6.adb, par-ch3.adb: Minor reformatting.
2544
2545 2014-02-25 Bob Duff <duff@adacore.com>
2546
2547 * s-tassta.adb (Finalize_Global_Tasks): Limit the number of loop
2548 iterations while waiting for independent tasks to terminate;
2549 if an independent task does not terminate, we do not want to
2550 hang here. In that case, the thread will be terminated when the
2551 process exits.
2552 * s-taprop-linux.adb (Abort_Task): Fix Assert to allow for ESRCH.
2553
2554 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2555
2556 * sem_prag.adb (Check_SPARK_Aspect_For_ASIS): New subprogram,
2557 used to perform pre-analysis of the expression for SPARK
2558 aspects that have a non-standard syntax, such as GLobal and
2559 Initializes. The procedure applies to the original expression
2560 in an aspect specification, prior to the analysis of the
2561 corresponding pragma, in order to provide semantic information
2562 for ASIS navigation purposes.
2563 (Analyze_Global_In_Decl_List, Analyze_Initializes_In_Decl_Part):
2564 Call new subprogram.
2565
2566 2014-02-25 Yannick Moy <moy@adacore.com>
2567
2568 * sem_prag.adb: Remove obsolete reference to SPARK RM in error message.
2569
2570 2014-02-25 Doug Rupp <rupp@adacore.com>
2571
2572 * init.c (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Enable for ARM.
2573 (__gnat_adjust_context_for_raise): Bump the PC by 2.
2574
2575 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2576
2577 * par-ch3.adb (P_Basic_Declarative_Items): In the case of a
2578 misplaced IS, add a statement sequence to improper body only if
2579 one has not been parsed already.
2580
2581 2014-02-25 Ed Schonberg <schonberg@adacore.com>
2582
2583 * sem_attr.adb (Analyze_Attribute, case 'Update): Check for
2584 mismatch when multidimensional array is updated with a single
2585 index.
2586
2587 2014-02-25 Yannick Moy <moy@adacore.com>
2588
2589 * sem_ch3.adb, sem_ch5.adb, sem_prag.adb, sem_attr.adb, errout.ads,
2590 sem_ch6.adb: Mark most references to SPARK RM in error messages
2591 for removal.
2592
2593 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2594
2595 * par-ch3.adb (P_Basic_Declarative_Items): If an improper body
2596 appears in a list of basic declarations, complete the tree with
2597 an empty statement list, to prevent cascaded errors and crashes
2598 if semantic analysis is attempted.
2599
2600 2014-02-24 Thomas Quinot <quinot@adacore.com>
2601
2602 * g-sercom-mingw.adb (Open): Fix incorrect test for error return
2603 value.
2604 * erroutc.adb: Minor reformatting.
2605
2606 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2607
2608 * sem_prag.adb (Check_Clause_Syntax): Account
2609 for a solitary input item in a dependency list.
2610
2611 2014-02-24 Yannick Moy <moy@adacore.com>
2612
2613 * gnat1drv.adb (Adjust_Global_Switches): Do not
2614 use validity checks at all in GNATprove_Mode.
2615
2616 2014-02-24 Robert Dewar <dewar@adacore.com>
2617
2618 * g-sercom-mingw.adb, g-sercom-linux.adb, sem_prag.adb, freeze.adb,
2619 atree.adb, atree.ads: Minor reformatting.
2620
2621 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2622
2623 * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not enforce
2624 global and dependence refinement when SPARK_Mode is off.
2625 * sem_ch7.adb (Analyze_Package_Body_Contract): Do not enforce
2626 state refinement when SPARK_Mode is off.
2627 * sem_ch13.adb (Analyze_Aspect_Specifications): Add local
2628 variable Decl. Insert the generated pragma for Refined_State
2629 after a potential pragma SPARK_Mode.
2630 * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add local
2631 constant Deps. Remove local variable Expr. Check the syntax
2632 of pragma Depends when SPARK_Mode is off. Factor out the
2633 processing for extra parenthesis around individual clauses.
2634 (Analyze_Global_In_Decl_List): Items is now a constant. Check
2635 the syntax of pragma Global when SPARK_Mode is off.
2636 (Analyze_Initializes_In_Decl_Part): Check the syntax of pragma
2637 Initializes when SPARK_Mode is off.
2638 (Analyze_Part_Of): Check
2639 the syntax of the encapsulating state when SPARK_Mode is off.
2640 (Analyze_Pragma): Check the syntax of pragma Abstract_State when
2641 SPARK_Mode is off. Move the declaration order check with respect
2642 to pragma Initializes to the end of the processing. Do not verify
2643 the declaration order for pragma Initial_Condition when SPARK_Mode
2644 is off. Do not complain about a useless package refinement when
2645 SPARK_Mode is off.
2646 (Analyze_Refined_Depends_In_Decl_Part): Refs
2647 is now a constant. Check the syntax of pragma Refined_Depends
2648 when SPARK_Mode is off.
2649 (Analyze_Refined_Global_In_Decl_Part):
2650 Check the syntax of pragma Refined_Global when SPARK_Mode is off.
2651 (Analyze_Refined_State_In_Decl_Part): Check the syntax of pragma
2652 Refined_State when SPARK_Mode is off.
2653 (Check_Dependence_List_Syntax): New routine.
2654 (Check_Global_List_Syntax): New routine.
2655 (Check_Initialization_List_Syntax): New routine.
2656 (Check_Item_Syntax): New routine.
2657 (Check_State_Declaration_Syntax): New routine.
2658 (Check_Refinement_List_Syntax): New routine.
2659 (Has_Extra_Parentheses): Moved to the top level of Sem_Prag.
2660
2661 2014-02-24 Robert Dewar <dewar@adacore.com>
2662
2663 * a-tags.adb, s-os_lib.adb: Minor reformatting.
2664
2665 2014-02-24 Thomas Quinot <quinot@adacore.com>
2666
2667 * g-sercom-mingw.adb, g-sercom-linux.adb (Raise_Error): Include
2668 strerror message, not just numeric errno value.
2669
2670 2014-02-24 Doug Rupp <rupp@adacore.com>
2671
2672 * raise-gcc.c (exception_class_eq): Make endian neutral.
2673
2674 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2675
2676 * atree.ads, atree,adb (Copy_Separate_Tree): Remove Syntax_Only
2677 flag, and reset Etype and Analyzed attributes unconditionally
2678 when copying a tree that may be partly analyzed.
2679 * freeze.adb: Change calls to Copy_Separate_Tree accordingly.
2680 * sem_ch6.adb (Check_Inline_Pragma): If the Inline pragma appears
2681 within a subprogram body and applies to it, remove it from the
2682 body before making a copy of it, to prevent spurious errors when
2683 analyzing the copied body.
2684
2685 2014-02-24 Thomas Quinot <quinot@adacore.com>
2686
2687 * s-os_lib.adb (Errno_Message): Do not depend on Integer'Image.
2688 * s-oscons-tmplt.c: On VxWorks, include adaint.h only after
2689 vxWorks.h has been included. Also ensure that file attributes
2690 related definitions are output even in cases where socket support
2691 is not enabled.
2692 * a-tags.adb: Code clean up.
2693 * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Use -iquote
2694 instead of -I to add the main ada source directory to the header
2695 search path, in order to avoid conflict between our own "types.h"
2696 and VxWork's <types.h>.
2697
2698 2014-02-24 Robert Dewar <dewar@adacore.com>
2699
2700 * atree.ads, atree.adb (Copy_Separate_Tree): Add Syntax_Only parameter.
2701 * debug.adb: Remove documentation of -gnatd.X, no longer used.
2702 * freeze.adb (Wrap_Imported_Subprogram): Fixed and activated.
2703
2704 2014-02-24 Bob Duff <duff@adacore.com>
2705
2706 * gnat_ugn.texi: Improve documentation of gnatpp.
2707
2708 2014-02-24 Thomas Quinot <quinot@adacore.com>
2709
2710 * g-stheme.adb, g-socthi-vms.adb, g-socthi-vms.ads,
2711 g-socthi-vxworks.adb, g-socthi-vxworks.ads, g-stseme.adb,
2712 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi.adb,
2713 g-socthi.ads, g-socket.adb (Host_Error_Message): Return a string, not
2714 a chars_ptr, because on Windows this is a renaming of
2715 Socket_Error_Message.
2716
2717 2014-02-24 Robert Dewar <dewar@adacore.com>
2718
2719 * a-direct.adb, sem_ch5.adb, a-cfdlli.adb, a-cfhase.adb, a-tags.adb,
2720 s-filatt.ads, a-cforma.adb, sem_ch6.adb, g-socthi-mingw.adb,
2721 a-cfhama.adb, a-cforse.adb, a-cofove.adb: Minor reformatting and code
2722 reorganization.
2723
2724 2014-02-24 Thomas Quinot <quinot@adacore.com>
2725
2726 * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Make sure
2727 that the source directory containing s-oscons-tmplt.c is on the
2728 include path, so that all internal header files are available.
2729
2730 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2731
2732 * sem_ch5.adb (Analyze_Loop_Parameter_Specification): If the
2733 domain of iteration is an attribute reference 'Old, this is an
2734 Ada 2012 iterator and the loop must be rewritten as such.
2735
2736 2014-02-24 Thomas Quinot <quinot@adacore.com>
2737
2738 * s-fileio.adb (Errno_Message): Remove, use shared version from
2739 s-os_lib instead.
2740 * s-crtrun.ads, Makefile.rtl: Remove now unused unit.
2741 * g-stseme (Socket_Error_Message): Reimplement in terms of new
2742 s-os_lib function.
2743 * g-socthi.ads, g-socthi.adb: Change profile of
2744 Socket_Error_Message to return String to allow the above.
2745 * g-socket.adb, g-socthi-mingw.adb, g-socthi-mingw.ads,
2746 * g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
2747 * g-socthi-vxworks.ads: Update to account for the above profile
2748 change.
2749 * a-tags.adb: Use strlen builtin binding provided by s-crtl.
2750 * s-crtl.ads (strncpy): New procedure.
2751 * s-os_lib.adb (Copy_Attributes): Import just once (strncpy):
2752 Use import from s-crtl.
2753 * a-envvar.adb, osint.adb: Use imports of C runtime functions
2754 from s-crtl instead of re-importing locally.
2755
2756 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2757
2758 * sem_prag.adb (Analyze_Global_Item): Emit the
2759 variable related checks concerning volatile objects only when
2760 SPARK_Mode is on.
2761
2762 2014-02-24 Robert Dewar <dewar@adacore.com>
2763
2764 * sem_ch5.adb (Analyze_Iterator_Specification): use
2765 Error_Msg_Ada_2012_Feature.
2766
2767 2014-02-24 Jose Ruiz <ruiz@adacore.com>
2768
2769 * s-rident.ads (Profile_Info): For Ravenscar, the restrictions
2770 No_Local_Timing_Events and No_Specific_Termination_Handlers
2771 must be set, according to the Ravenscar profile definition
2772 in D.13(6/3).
2773
2774 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2775
2776 * sem_ch6.adb (Analyze_Expression_Function): If this is a
2777 completion, freeze return type and its designated type if needed.
2778
2779 2014-02-24 Thomas Quinot <quinot@adacore.com>
2780
2781 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
2782 'Address): When moving initialization statements to a freeze
2783 entity, keep them under a single node (i.e. do not unwrap
2784 expressions with actions), and set the Initialization_Statements
2785 attribute again so that processing of a later pragma Import can
2786 still remove them.
2787
2788 2014-02-24 Claire Dross <dross@adacore.com>
2789
2790 * a-cfdlli.adb, a-cfdlli.ads, a-cfhama.adb, a-cfhama.ads,
2791 a-cfhase.adb, a-cfhase.ads, a-cforma.adb, a-cforma.ads,
2792 a-cforse.adb, a-cforse.ads, a-cofove.adb, a-cofove.ads: Rename
2793 Left/Right to First_To_Previous/Current_To_Last.
2794
2795 2014-02-24 Thomas Quinot <quinot@adacore.com>
2796
2797 * adaint.h (struct file_attributes): New component "error"
2798 (__gnat_error_attributes): Accessor for the above.
2799 * adaint.c (__gnat_error_attributes): New subprogram
2800 (__gnat_stat): Fix returned value (expect errno value)
2801 (__gnat_stat_to_attr): Add management of error component (set to
2802 stat errno value, except for missing files where it is set to 0,
2803 and exists is set to 0).
2804 * osint.ads (File_Attributes_Size): Update per change above,
2805 also clarify documentation.
2806 * s-filatt.ads: New file, binding to file attributes related
2807 functions.
2808 * Makefile.rtl (s-filatt): New runtime unit.
2809 * s-crtl.ads (strlen): Expose binding to GCC builtin (falls back
2810 to library function if not available on target).
2811 * s-os_lib.ads, s-os_lib.adb (Errno_Message): New subprogram.
2812 * s-oscons-tmplt.c (SIZEOF_struct_file_attributes,
2813 SIZEOF_struct_dirent_alloc): New constants.
2814 * Make-generated.in (s-oscons.ads): Now requires adaint.h.
2815 * a-direct.adb (Fetch_Next_Entry): Fix incorrect buffer sizes.
2816 Perform appropriate error checking if stat fails (do not just
2817 ignore existing files if stat fails)
2818 * gcc-interface/Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Update
2819 dependencies.
2820
2821 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2822
2823 * sem_prag.adb (Analyze_Global_Item): Move the check concerning
2824 the use of volatile objects as global items in a function to
2825 the variable related checks section.
2826 * sem_util.adb (Async_Readers_Enabled): Directly call
2827 Has_Enabled_Property.
2828 (Async_Writers_Enabled): Directly call Has_Enabled_Property.
2829 (Effective_Reads_Enabled): Directly call Has_Enabled_Property.
2830 (Effective_Writes_Enabled): Directly call Has_Enabled_Property.
2831 (Has_Enabled_Property): Rename formal parameter State_Id to Item_Id.
2832 Update the comment on usage. State_Has_Enabled_Property how handles
2833 the original logic of the routine. Add processing for variables.
2834 (State_Has_Enabled_Property): New routine.
2835 (Variable_Has_Enabled_Property): New routine.
2836
2837 2014-02-24 Robert Dewar <dewar@adacore.com>
2838
2839 * sinfo.ads, sem_ch12.adb, sem_res.adb, sem_ch4.adb, par-ch12.adb:
2840 Minor reformatting.
2841 * atree.ads, atree.adb (Node35): New function.
2842 (Set_Node35): New procedure.
2843 * debug.adb: Define new debug flag -gnatd.X.
2844 * einfo.ads, einfo.adb (Import_Pragma): New field.
2845 * freeze.adb (Wrap_Imported_Procedure): New procedure (not
2846 really active yet, has to be activated with -gnatd.X.
2847 * sem_prag.adb (Set_Imported): Set new Import_Pragma
2848 field (Set_Imported): Don't set Is_Public (see
2849 Freeze.Wrap_Imported_Subprogram)
2850 * par-ch3.adb (P_Component_List): Handle unexpected null component.
2851
2852 2014-02-24 Yannick Moy <moy@adacore.com>
2853
2854 * sem_ch3.adb: Correct reference to SPARK RM in error messages.
2855 * gnat_rm.texi: Correct documentation of attribute Update.
2856
2857 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2858
2859 * sem_ch5.adb (Analyze_Iterator_Specification): Reject container
2860 iterator in older versions of Ada.
2861
2862 2014-02-24 Gary Dismukes <dismukes@adacore.com>
2863
2864 * sem_ch5.adb, sem_aux.ads, sem_ch12.adb, gnat_ugn.texi, par.adb,
2865 par-ch12.adb: Change spelling 'parametrization' to 'parameterization'.
2866
2867 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2868
2869 * sinfo.ads, sinfo.adb: New attribute Generalized_Indexing, for
2870 indexed_components that are instances of Ada 2012 container
2871 indexing operations. Analysis and resolution of such nodes
2872 is performed on the attribute, and the original source is
2873 preserved for ASIS operations. If expansion is enabled, the
2874 indexed component is replaced by the value of this attribute,
2875 which is in a call to an Indexing aspect, in most case wrapped
2876 in a dereference operation.
2877 * sem_ch4.adb (Analyze_Indexed_Component): Create
2878 Generalized_Indexing attribute when appropriate.
2879 (Analyze_Call): If prefix is not overloadable and has an indexing
2880 aspect, transform into an indexed component so it can be analyzed
2881 as a potential container indexing.
2882 (Analyze_Expression): If node is an indexed component with a
2883 Generalized_ Indexing, do not re-analyze.
2884 * sem_res.adb (Resolve_Generalized_Indexing): Complete resolution
2885 of an indexed_component that has been transformed into a container
2886 indexing operation.
2887 (Resolve_Indexed_Component): Call the above when required.
2888 (Resolve): Do not insert an explicit dereference operation on
2889 an indexed_component whose type has an implicit dereference:
2890 the operation is inserted when resolving the related
2891 Generalized_Indexing.
2892
2893 2014-02-24 Olivier Ramonat <ramonat@adacore.com>
2894
2895 * gnat_rm.texi, gnat_ugn.texi: Replace Ada Compiler by Ada Development
2896 Environment.
2897
2898 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2899
2900 * sem_prag.adb (Check_Constituent_Usage): Remove leading spaces in
2901 error messages.
2902 (Inconsistent_Mode_Error): Remove leading spaces in error messages.
2903 Merge the expected and available mode errors.
2904 (Report_Unused_Constituents): Remove leading spaces in error messages.
2905 (Report_Unused_States): Remove leading spaces in error messages.
2906
2907 2014-02-24 Thomas Quinot <quinot@adacore.com>
2908
2909 * par_sco.adb (Traverse_One): Refine categorization of statement
2910 SCOs.
2911
2912 2014-02-24 Robert Dewar <dewar@adacore.com>
2913
2914 * aspects.ads, aspects.adb: Remove aspects Ada_2005 and Ada_2012,
2915 Pure_05, Pure_12 and Preelaborate_05.
2916 * gnat_rm.texi: Update accordingly.
2917 * sem_prag.adb: Document one argument form of Ada_05/Ada_2005
2918 pragmas Document one argument form of Ada_12/Ada_2012 pragmas
2919 Recognize one argument form of these pragmas only in GNAT mode
2920 (-gnatg).
2921
2922 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2923
2924 * s-dimmks.ads: Replace symbol for temperature, previously the
2925 Greek letter Theta, by the ASCII @ sign.
2926 * s-diflio.ads: ditto.
2927
2928 2014-02-24 Robert Dewar <dewar@adacore.com>
2929
2930 * exp_ch4.adb: Minor code reorganization (use OR for boolean
2931 variables).
2932 * sem_ch3.adb, sem_prag.adb, freeze.adb: Minor reformatting.
2933
2934 2014-02-24 Ben Brosgol <brosgol@adacore.com>
2935
2936 * gnat_ugn.texi, projects.texi: Added the necessary conditionalization
2937 so that references to gnatmem and ASIS tools do not appear in the FSF
2938 edition of the GNAT User's Guide.
2939
2940 2014-02-24 Yannick Moy <moy@adacore.com>
2941
2942 * freeze.adb (Freeze_Entity): Do not issue warning
2943 for pre/post being ignored on imported subprogram in GNATprove
2944 mode.
2945
2946 2014-02-24 Robert Dewar <dewar@adacore.com>
2947
2948 * exp_ch5.adb, sem_ch5.adb, sem_type.adb, sem_res.adb, sem_attr.adb,
2949 stand.ads, sem_eval.adb: Minor reformatting.
2950
2951 2014-02-24 Yannick Moy <moy@adacore.com>
2952
2953 * sem_prag.adb: Minor rewording in error message.
2954
2955 2014-02-24 Johannes Kanig <kanig@adacore.com>
2956
2957 * exp_util.adb (Expand_Subtype_From_Expr): Do not expand subtypes in
2958 GNATprove_mode, gnat2why doesn't need nor use these types.
2959
2960 2014-02-24 Gary Dismukes <dismukes@adacore.com>
2961
2962 * exp_ch4.adb (Expand_N_Op_Expon): On the AAMP
2963 target, in the case of signed integer exponentiation that uses a
2964 run-time routine, always select the Exp_* versions, since overflow
2965 checking is automatically done by AAMP arithmetic instructions.
2966
2967 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2968
2969 * sem_ch13.adb (Analyze_Aspect_Specifications):
2970 When the related context is a package instace, insert pragma
2971 Abstract_State after all internally-generated renamings related
2972 to the instance "header".
2973
2974 2014-02-24 Ed Schonberg <schonberg@adacore.com>
2975
2976 * sem_ch3.adb (Analyze_Declarations): Analyze Contract of abstract
2977 subprograms.
2978 * sem_disp.adb (Check_Dispatching_Context): A non-dispatching
2979 call to an abstract subprogram is legal if it appears in a
2980 pre/postcondition of another abstract operation.
2981
2982 2014-02-24 Sergey Rybin <rybin@adacore.com frybin>
2983
2984 * gnat_ugn.texi: Misc updates.
2985
2986 2014-02-24 Hristian Kirtchev <kirtchev@adacore.com>
2987
2988 * exp_prag.adb (Expand_Old): Set the type of the generated temporary.
2989
2990 2014-02-24 Gary Dismukes <dismukes@adacore.com>
2991
2992 * layout.adb (Layout_Variant_Record): Instantiate
2993 Generic_Check_Choices and call Check_Choices before calling
2994 Build_Discr_Checking_Funcs, since we need Others_Discrete_Choices
2995 set to prevent generating incorrect discriminant-checking
2996 functions for 'others' variants (functions that unconditionally
2997 return True rather than accounting for the values covered by the
2998 'others' choice).
2999 * sem_eval.ads (Subtypes_Statically_Compatible): Add formal
3000 Formal_Derived_Matching.
3001 (Subtypes_Statically_Match): Add formal Formal_Derived_Matching.
3002 * sem_eval.adb (Subtypes_Statically_Compatible): Pass new
3003 Formal_Derived_Matching formal to Subtypes_Statically_Match.
3004 (Subtypes_Statically_Match): Suppress the Object_Size matching
3005 test in the case where Formal_Derived_Matching is True.
3006 * sem_ch12.adb (Validate_Derived_Type_Instance): Pass
3007 True for Formal_Derived_Matching_Formal on the call to
3008 Subtypes_Statically_Compatible.
3009
3010 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
3011
3012 * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS): Robustify.
3013
3014 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
3015
3016 * gcc-interface/utils2.c (build_simple_component_ref): Fix formatting.
3017 Look through a conversion between original and packable version to get
3018 the base object.
3019 (build_component_ref): Rework comment and fix formatting.
3020
3021 2014-02-20 Sergey Rybin <rybin@adacore.com frybin>
3022
3023 * gnat_ugn.texi, vms_data.ads (gnatelim): Add description of
3024 project-specific options.
3025
3026 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3027
3028 * a-cbdlli.adb (Insert): When capacity exceeded, raise Capacity_Error,
3029 not Constraint_Error.
3030 * a-cbmutr.adb (Append_Child, Insert_Child, Prepend_Child): Ditto.
3031 * sem_ch5.adb: Code clean up.
3032
3033 2014-02-20 Hristian Kirtchev <kirtchev@adacore.com>
3034
3035 * sem_prag.adb (Usage_Error): Remove local
3036 constant Typ. Remove the specialized diagnostics for unconstrained
3037 or tagged items as those are not part of the explicit input set
3038 of the related subprogram and should not be flagged.
3039
3040 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3041
3042 * sem_attr.adb: Add guard to preserve all errors.
3043
3044 2014-02-20 Vincent Celier <celier@adacore.com>
3045
3046 * switch-m.adb (Normalize_Compiler_Switches): Take into account
3047 switches that are recorded in ALI files: -gnateA, -gnateE,
3048 -gnateF, -gnateinn, -gnateu, -gnateV and -gnateY.
3049
3050 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3051
3052 * sem_ch5.adb (Analyze_Iterator_Specification): Check legality
3053 of an element iterator form over a formal container with an
3054 Iterable aspect.
3055 * exp_ch5.adb (Build_Formal_Container_Iteration): Utility
3056 to create declaration and loop statements for both forms of
3057 container iterators.
3058 (Expand_Formal_Container_Element_Iterator): New procedure
3059 to handle loops of the form "for E of C" when C is a formal
3060 container.
3061 (Expand_Formal_Container_Iterator): Code cleanup.
3062
3063 2014-02-20 Hristian Kirtchev <kirtchev@adacore.com>
3064
3065 * sem_prag.adb (Add_Item_To_Name_Buffer): New routine.
3066 (Analyze_Contract_Case): Remove the use of
3067 "may". Replace "aspect Contract_Cases" to avoid categorization
3068 of aspect vs pragma.
3069 (Analyze_External_Property_In_Decl_Part): Remove the use of "formal".
3070 (Analyze_Global_Item): Remove
3071 the use of "formal", specify the subprogram. Split the
3072 error message about a state with visible refinement into
3073 two. Remove the use of "global" from "volatile global item".
3074 (Analyze_Initialization_Item): Ensure that the SPARK RM reference
3075 is on one line.
3076 (Analyze_Input_Output): Update the call to
3077 Check_Mode. Specify the duplicated item. Reword the error
3078 message concerning an input of a null output list. Use "\"
3079 for error message continuation.
3080 (Analyze_Part_Of): Remove
3081 the use of "may". Use "\" for error message continuation.
3082 (Analyze_Refined_Depends_In_Decl_Part): Update the error
3083 message concerning a useless refinement to match the format
3084 of Refined_Global.
3085 (Analyze_Refined_Global_In_Decl_Part): Reword the error message
3086 concerning a useless refinement.
3087 (Analyze_Refinement_Clause): Use "\" for error message continuation.
3088 (Check_Constituent_Usage): Use "\" for error message continuation.
3089 (Check_Dependency_Clause): Use "\" for error message continuation.
3090 (Check_Matching_Constituent): Use "\" for error message continuation.
3091 (Check_Missing_Part_Of): Use "\" for error message continuation.
3092 (Check_Mode): Renamed to
3093 Check_Role. Update the comment on usage. Redo the error reporting
3094 to use Role_Error.
3095 (Check_Mode_Restriction_In_Enclosing_Context): Use "\" for error
3096 message continuation.
3097 (Find_Mode): Renamed to Find_Role. Update the parameter profile along
3098 with comment on usage. Update all occurrences of Is_Input and Is_Output.
3099 (Inconsistent_Mode_Error): Use "\" for error message continuation.
3100 (Input_Match): Use "\" for error message continuation.
3101 (Role_Error): New routine.
3102 (Set_Convention_From_Pragma): Use "\" for error message continuation.
3103 (Usage_Error): Add local variable Error_Msg. Build specialized error
3104 message showcasing the offending item kind. Redo the diagnostics for
3105 unconstrained types.
3106
3107 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3108
3109 * exp_util.adb (Is_Iterated_Container): Use high-level primitives
3110 to determine whether a type is a container type, rather than
3111 examining only its type declaration, so that subtypes and derived
3112 types are handled properly.
3113
3114 2014-02-20 Sergey Rybin <rybin@adacore.com frybin>
3115
3116 * gnat_ugn.texi: gnatmetric: add description of project-specific
3117 options.
3118
3119 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3120
3121 * sem_attr.adb (Analyze_Attribute, case 'Update): Verify that
3122 all choices in an association for a record type have the same
3123 type, as is done for record aggregates.
3124
3125 2014-02-20 Robert Dewar <dewar@adacore.com>
3126
3127 * a-cborma.adb, a-cbhama.adb, a-cbdlli.adb, a-cbmutr.adb: Use pragma
3128 Unmodified rather than Warnings (Off). Make comments
3129 uniform in the four affected units.
3130
3131 2014-02-20 Robert Dewar <dewar@adacore.com>
3132
3133 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
3134 Object_Size): For non-scalar types allow any value that is a
3135 multiple of 8.
3136 * gnat_rm.texi: Document Object_Size for composites more clearly.
3137
3138 2014-02-20 Yannick Moy <moy@adacore.com>
3139
3140 * sem_util.ads, sem_util.adb (Default_Initialization): Remove function.
3141
3142 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3143
3144 * stand.ads: Raise_Type: new predefined entity, used as the type
3145 of a Raise_Expression prior to resolution.
3146 * cstand.adb: Build entity for Raise_Type.
3147 * sem_ch11.adb (Analyze_Raise_Expression): use Raise_Type as the
3148 initial type of the node.
3149 * sem_type.adb (Covers): Raise_Type is compatible with all
3150 other types.
3151 * sem_res.adb (Resolve): Remove special handling of Any_Type on
3152 Raise_Expression nodes.
3153 (Resolve_Raise_Expression): Signal ambiguity if the type of the
3154 context is still Raise_Type.
3155
3156 2014-02-20 Robert Dewar <dewar@adacore.com>
3157
3158 * sem_ch12.adb (Validate_Access_Type_Instance): Add message if
3159 mismatching predicates.
3160 * sem_ch6.adb (Check_Conformance): Give better messages on
3161 predicate mismatch.
3162 * sem_eval.adb (Predicates_Match): Move to spec.
3163 * sem_eval.ads (Predicates_Match): Moved here from body.
3164
3165 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3166
3167 * a-cbmutr.adb: Use default value in Insert_Child.
3168
3169 2014-02-20 Vincent Celier <celier@adacore.com>
3170
3171 * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call
3172 Stringt.Initialize in all project aware tools.
3173
3174 2014-02-20 Doug Rupp <rupp@adacore.com>
3175
3176 * gnat_ugn.texi: Document gnatbind -X option.
3177 * vms_data.ads: Minor warnings documentation reformatting.
3178
3179 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3180
3181 * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant
3182 procedure for a base type.
3183
3184 2014-02-20 Robert Dewar <dewar@adacore.com>
3185
3186 * sem_ch4.adb (Analyze_Case_Expression): Get type from first
3187 expression with type info.
3188 * sem_ch13.adb: Minor reformatting.
3189 * sem_eval.adb (Subtypes_Statically_Match): Make sure we return
3190 False if predicates do not match on the two types.
3191
3192 2014-02-20 Arnaud Charlet <charlet@adacore.com>
3193
3194 * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]):
3195 In Relaxed_RM_Semantics mode, allow any static integer value,
3196 for compatibility with other compilers.
3197
3198 2014-02-20 Vincent Celier <celier@adacore.com>
3199
3200 * errutil.adb (Initialize): Properly initialize entry in table
3201 Warnings when warnings are suppressed.
3202
3203 2014-02-20 Robert Dewar <dewar@adacore.com>
3204
3205 * s-os_lib.ads: Add warning about non-portability of Rename_File.
3206 * sem_util.ads, sem_util.adb (Is_Junk_Name): New function.
3207 * sem_warn.adb: Use Is_Junk_Name to suppress some warnings.
3208 * gnat_ugn.texi: Document no warnings on junk variable names.
3209 * layout.adb: Minor code reorganization (use Ekind_In).
3210 * stringt.adb: Move initialization of Null_String_Id to Initialize
3211 routine.
3212
3213 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3214
3215 * sem_ch13.adb: Initialize optional Element_Id.
3216
3217 2014-02-20 Robert Dewar <dewar@adacore.com>
3218
3219 * s-os_lib.ads (Rename_File): Minor commment addition.
3220
3221 2014-02-20 Thomas Quinot <quinot@adacore.com>
3222
3223 * einfo.ads: Minor reformatting.
3224
3225 2014-02-20 Hristian Kirtchev <kirtchev@adacore.com>
3226
3227 * aspects.adb (Exchange_Aspects): New routine.
3228 * aspects.ads (Exchange_Aspects): New routine.
3229 * atree.adb (Rewrite): Do not check whether the save node has
3230 aspects as it never will, instead check the node about to be clobbered.
3231 * einfo.adb (Write_Field25_Name): Abstract_States can appear in
3232 entities of generic packages.
3233 * sem_ch6.adb (Analyze_Expression_Function): Fix the parent
3234 pointer of an aspect specification list after rewriting takes place.
3235 * sem_ch7.adb (Analyze_Package_Body_Helper): Swap the aspect
3236 specifications of the generic template and the copy used for analysis.
3237 * sem_ch12.adb (Analyze_Generic_Package_Declaration): Swap
3238 the aspect specifications of the generic template and the
3239 copy used for analysis.
3240 (Analyze_Package_Instantiation): Propagate the aspect specifications
3241 from the generic template to the instantiation.
3242 (Build_Instance_Compilation_Unit_Nodes): Propagate the aspect
3243 specifications from the generic template to the instantiation.
3244 * sem_ch13.adb (Analyze_Aspect_Specifications): Handle aspects
3245 Abstract_State, Initializes and Initial_Condition when they
3246 apply to a package instantiation.
3247
3248 2014-02-20 Robert Dewar <dewar@adacore.com>
3249
3250 * stringt.adb: Add call to Initialize in package initialization.
3251
3252 2014-02-20 Robert Dewar <dewar@adacore.com>
3253
3254 * a-crbtgk.adb, a-cihama.adb, a-coinve.adb, a-ciorse.adb, a-crbtgo.adb,
3255 a-cidlli.adb, a-cimutr.adb, a-cihase.adb, a-cohama.adb, a-coorse.adb,
3256 a-chtgke.adb, a-chtgop.adb, a-comutr.adb, a-ciorma.adb, a-cobove.adb,
3257 a-convec.adb, a-cohase.adb, a-chtgbk.adb, a-chtgbo.adb: Minor
3258 reformatting.
3259
3260 2014-02-20 Bob Duff <duff@adacore.com>
3261
3262 * s-os_lib.ads: Minor: Remove incorrect comment.
3263
3264 2014-02-20 Robert Dewar <dewar@adacore.com>
3265
3266 * sem_elab.adb (Check_Elab_Assign): Clearer warning message.
3267
3268 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3269
3270 * a-cborma.adb (Assign): When creating a node without a specified
3271 element, insert an uninitialized element in the map, because
3272 the instance may provide an element type with a default
3273 initialization, e.g a scalar with a Default_Value aspect.
3274 * a-cbhama.adb (Assign_Key): Remove useless Allocate procedure.
3275 (Insert): In the version without explicit element, provide an
3276 uninitialized element, as above.
3277 * a-cbdlli.adb (Append): In the version without explicit element,
3278 provide an uninitalized element, as above.
3279 (Allocate): Remove unused version.
3280
3281 2014-02-20 Robert Dewar <dewar@adacore.com>
3282
3283 * sem_elab.adb: Minor code reorganization (use Nkind_In).
3284 * stringt.adb: Remove temporary pragma Warnings (Off).
3285 * stringt.ads: Add pragma Elaborate_Body to ensure initialization
3286 of Null_String_Id.
3287
3288 2014-02-20 Matthew Heaney <heaney@adacore.com>
3289
3290 * a-chtgbk.adb (Replace): Use correct offset when calculating bucket
3291 index.
3292
3293 2014-02-20 Ed Schonberg <schonberg@adacore.com>
3294
3295 * sem_ch5.adb (Analyze_Iterator_Specification): Initialize
3296 properly the cursor type for subsequent volatile testing in SPARK
3297 mode, when domain is a formal container with an Iterabe aspect.
3298
3299 2014-02-20 Robert Dewar <dewar@adacore.com>
3300
3301 * errout.adb (Set_Warnings_Mode_Off): Add Reason argument.
3302 (Set_Specific_Warning_Off): Add Reason argument.
3303 * errout.ads (Set_Warnings_Mode_Off): Add Reason argument.
3304 (Set_Specific_Warning_Off): Add Reason argument.
3305 * erroutc.adb (Warnings_Entry): Add Reason field
3306 (Specific_Warning_Entry): Add Reason field.
3307 (Warnings_Suppressed): return String_Id for Reason.
3308 (Warning_Specifically_Suppressed): return String_Id for Reason.
3309 * erroutc.ads (Warnings_Entry): Add Reason field.
3310 (Specific_Warning_Entry): Add Reason field.
3311 (Set_Specific_Warning_Off): Add Reason argument.
3312 (Set_Warnings_Mode_Off): Add Reason argument.
3313 (Warnings_Suppressed): return String_Id for Reason.
3314 (Warning_Specifically_Suppressed): return String_Id for Reason.
3315 * errutil.adb (Warnings_Suppressed): returns String_Id for Reason
3316 (Warning_Specifically_Suppressed): returns String_Id for Reason
3317 * gnat_rm.texi: Document that Warning parameter is string literal
3318 or a concatenation of string literals.
3319 * par-prag.adb: New handling for Reason argument.
3320 * sem_prag.adb (Analyze_Pragma, case Warning): New handling
3321 for Reason argument.
3322 * sem_util.ads, sem_util.adb (Get_Reason_String): New procedure.
3323 * sem_warn.ads (Warnings_Off_Entry): Add reason field.
3324 * stringt.adb: Set Null_String_Id.
3325 * stringt.ads (Null_String_Id): New constant.
3326
3327 2014-02-20 Robert Dewar <dewar@adacore.com>
3328
3329 * einfo.ads: Minor comment addition: Etype of package is
3330 Standard_Void_Type.
3331 * checks.adb, exp_aggr.adb, exp_atag.adb, exp_attr.adb, exp_ch13.adb,
3332 exp_ch2.adb, exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb,
3333 exp_ch7.adb, exp_ch9.adb, exp_dbug.adb, exp_disp.adb, exp_imgv.adb,
3334 exp_intr.adb, exp_prag.adb, exp_sel.adb, exp_strm.adb, exp_util.adb,
3335 freeze.adb, rtsfind.adb, sem_aggr.adb, sem_attr.adb, sem_ch10.adb,
3336 sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb,
3337 sem_ch6.adb, sem_ch8.adb, sem_dim.adb, sem_prag.adb, sem_res.adb,
3338 sem_util.adb, tbuild.adb, tbuild.ads: Remove New_Reference_To.
3339 Replace all calls with calls to New_Occurrence_Of.
3340
3341 2014-02-20 Robert Dewar <dewar@adacore.com>
3342
3343 * par-util.adb (Ignore, case of right paren): Make this a
3344 serious error.
3345
3346 2014-02-19 Robert Dewar <dewar@adacore.com>
3347
3348 * sem_ch5.adb, sem_prag.adb, sem_attr.adb: Minor reformatting.
3349 * debug.adb: Remove -gnatd.X switch, no longer used.
3350 * styleg.adb (Check_Then): Remove check of -gnatd.X, check is
3351 now always made.
3352
3353 2014-02-19 Bob Duff <duff@adacore.com>
3354
3355 * g-socket.ads: Minor: Correct some comments.
3356
3357 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3358
3359 * sem_ch5.adb: Inhibit iterator rewriting in ASIS mode.
3360
3361 2014-02-19 Arnaud Charlet <charlet@adacore.com>
3362
3363 * sem_ch13.adb (Analyze_Aspect_Specifications): Do not generate
3364 an error on out of range priorities if Relaxed_RM_Semantics.
3365 * sem_prag.adb (Analyze_Pragma): Ditto.
3366
3367 2014-02-19 Bob Duff <duff@adacore.com>
3368
3369 * sem_attr.adb (Resolve_Attribute): Detect the case of F'Access
3370 where F denotes the renaming of an enumeration literal, and
3371 issue a specialized error message.
3372
3373 2014-02-19 Matthew Heaney <heaney@adacore.com>
3374
3375 * a-chtgop.ads (Checked_Index): New operation.
3376 (Next): Changed mode of hash table.
3377 * a-chtgop.adb (Adjust, Delete_Node_Sans_Free): Detect tampering
3378 (Generic_Read, Reserve_Capacity): Ditto.
3379 (Generic_Equal): Detect tampering.
3380 (Next): Changed mode of hash table, detect tampering.
3381 * a-chtgke.ads (Checked_Index, Checked_Equivalent_Keys): New
3382 operation.
3383 (Find): Changed mode of hash table.
3384 * a-chtgke.adb (Checked_Equivalent_Keys): New operation
3385 (Delete_Key_Sans_Free, Generic_Conditional_Insert): Detect
3386 tampering.
3387 (Find): Changed mode of hash table, check for tampering.
3388 (Generic_Replace_Element): Check for tampering.
3389 * a-chtgbk.ads (Checked_Index, Checked_Equivalent_Keys): New operation.
3390 * a-chtgbk.adb (Checked_Index, Checked_Equivalent_Keys): New
3391 operation (Delete_Key_Sans_Free, Generic_Conditional_Insert):
3392 Detect tampering.
3393 (Find, Generic_Replace_Element): Check for tampering.
3394 * a-chtgbo.ads (Checked_Index): New operation.
3395 * a-chtgbo.adb (Checked_Index): New operation
3396 (Delete_Node_Sans_Free, Generic_Equal): Detect tampering.
3397 (Generic_Read, Next): Ditto.
3398 * a-cohase.adb, a-cihase.adb (Is_In): Changed mode of hash
3399 table (Difference, Intersection): Use variable view of
3400 source, detect tampering (Find, Is_Subset, Overlap): Use
3401 variable view of container (Symmetric_Difference, Union):
3402 Detect tampering (Vet): Use Checked_Index to detect tampering
3403 (Constant_Reference, Element, Find): Use variable view of
3404 container.
3405 (Update_Element_Preserving_Key): Detect tampering.
3406 * a-cbhase.adb (Difference, Find, Is_In): Use variable view
3407 of container.
3408 (Is_Subset): Ditto.
3409 (Equivalent_Sets, Overlap): Use Node's Next component.
3410 (Vet): Use Checked_Index to detect tampering.
3411 (Constant_Reference, Element, Find): Use variable view of container.
3412 (Update_Element_Preserving_Key): Detect tampering.
3413 * a-cohama.adb, a-cihama.adb, a-cbhama.adb (Constant_Reference,
3414 Element, Find): Use variable view of container.
3415 (Reference): Rename hash table component.
3416 (Vet): Use Checked_Index to detect tampering.
3417
3418 2014-02-19 Arnaud Charlet <charlet@adacore.com>
3419
3420 * adabkend.adb (Scan_Compiler_Arguments): Add missing handling
3421 of -nostdinc.
3422
3423 2014-02-19 Thomas Quinot <quinot@adacore.com>
3424
3425 * tbuild.adb (New_Occurrence_Of, New_Rerefence_To): Guard
3426 against calls without Def_Id.
3427
3428 2014-02-19 Claire Dross <dross@adacore.com>
3429
3430 * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads, a-cforse.ads,
3431 a-cofove.ads: Add global annotations to subprograms.
3432
3433 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3434
3435 * sem_prag.adb (Analyze_Initial_Condition_In_Decl_Part): Remove
3436 constants Errors, Pack_Id and Pack_Init. Remove variable Vars.
3437 Initial_Condition no longer requires the presence of pragma
3438 Initialized. Do not try to diagnose whether all variables mentioned in
3439 pragma Initializes also appear in Initial_Condition.
3440 (Collect_Variables): Removed.
3441 (Match_Variable): Removed.
3442 (Match_Variables): Removed.
3443 (Report_Unused_Variables): Removed.
3444
3445 2014-02-19 Thomas Quinot <quinot@adacore.com>
3446
3447 * gnat_rm.texi (pragma Stream_Convert): Minor rewording.
3448
3449 2014-02-19 Robert Dewar <dewar@adacore.com>
3450
3451 * sem_util.adb, sem_util.ads, prj-conf.adb, s-os_lib.adb: Minor
3452 reformatting.
3453
3454 2014-02-19 Vincent Celier <celier@adacore.com>
3455
3456 * prj-part.adb (Parse_Single_Project): Use the fully resolved
3457 project path, with all symbolic links resolved, to check if the
3458 same project is imported with a different unresolved path.
3459 * prj-tree.ads (Project_Name_And_Node): Component Canonical_Path
3460 changed to Resolved_Path to reflect that all symbolic links
3461 are resolved.
3462
3463 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3464
3465 * sem_util.ads, sem_util.adb (Get_Cursor_Type): Moved to sem_util
3466 from sem_ch13, for use elsewhere.
3467 * sem_ch13.adb (Get_Cursor_Type): Moved to sem_util.
3468 * sem_ch5.adb (Analyze_Iterator_Specification): Set properly the
3469 cursor type on the loop variable when the iteration is over o
3470 formal container.
3471
3472 2014-02-19 Vincent Celier <celier@adacore.com>
3473
3474 * prj-conf.adb (Add_Default_GNAT_Naming_Scheme): Add declaration
3475 for an empty Target (Check_Target): Never fail when an empty
3476 target is declared in the configuration project.
3477
3478 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3479
3480 * sem_prag.adb (Check_Arg_Is_Local_Name): Argument is local if
3481 the pragma comes fron a predicate aspect and the context is a
3482 record declaration within the scope that declares the type.
3483
3484 2014-02-19 Robert Dewar <dewar@adacore.com>
3485
3486 * gnat_rm.texi: Minor clarifications.
3487 * expander.adb, sem_aggr.adb: Add comments.
3488
3489 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3490
3491 * sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that
3492 applies to a subprogram body, the name is the current scope,
3493 rather than being declared in the current scope.
3494 (Analyze_Pragma, case No_Return): Handle properly a No_Return
3495 aspect applied to a subprogram body.
3496
3497 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3498
3499 * sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution
3500 of overloaded subprograms, and fix bug in handling of primitive
3501 operation Element.
3502
3503 2014-02-19 Pascal Obry <obry@adacore.com>
3504
3505 * s-os_lib.adb: Minor reformatting.
3506
3507 2014-02-19 Yannick Moy <moy@adacore.com>
3508
3509 * expander.adb (Expand): Do nothing inside generics.
3510 * sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside
3511 generics.
3512
3513 2014-02-19 Yannick Moy <moy@adacore.com>
3514
3515 * exp_ch2.adb: Remove useless 'with' of unit Uintp.
3516
3517 2014-02-19 Robert Dewar <dewar@adacore.com>
3518
3519 * sem_ch3.adb, style.adb, sem_prag.adb, sem_ch13.adb: Minor reformatting
3520 * a-sequio.adb: Remove useless pragma Extensions_Allowed (no
3521 longer needed).
3522
3523 2014-02-19 Claire Dross <dross@adacore.com>
3524
3525 * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads,
3526 a-cforse.ads, a-cofove.ads: Add Iterable aspect to formal containers.
3527
3528 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3529
3530 * sem_ch3.adb (Analyze_Declarations): Analyze
3531 a package contract at the end of the private declarations (if
3532 applicable), otherwise analyze it and the end of the visible
3533 declarations.
3534
3535 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3536
3537 * style.adb (Missing_Overriding): If subprogram is an
3538 instantiation, place warning on the instance node itself,
3539 without mention of the original generic. Do not emit message
3540 if explicit Ada version is older than the introduction of the
3541 overriding indicator.
3542
3543 2014-02-19 Yannick Moy <moy@adacore.com>
3544
3545 * gnat_rm.texi: Doc clarifications.
3546
3547 2014-02-19 Yannick Moy <moy@adacore.com>
3548
3549 * exp_util.adb (Remove_Side_Effects): Do not remove side-effects
3550 inside a generic.
3551
3552 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3553
3554 * sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from
3555 specified First primitive, rather than by name.
3556 (Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it,
3557 and extend error checking for missing primitives and incorrect
3558 signatures.
3559
3560 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3561
3562 * sem_ch3.adb (Check_Pragma_Implemented): Detect additional
3563 errors when a Synchronization aspect on an overriding protected
3564 operation does not match the given aspect on the overridden
3565 operation of an ancestor interface.
3566
3567 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3568
3569 * sem_prag.adb (Check_Loop_Pragma_Grouping): New routine.
3570 (Check_Loop_Pragma_Placement): Update
3571 comment on usage. Remove local variables Orig_Stmt and
3572 Within_Same_Sequence. Check that the current Loop_Invariant or
3573 Loop_Variant pragma is grouped together with other such pragmas.
3574 (Is_Loop_Pragma): New routine.
3575 (Prev_In_Loop): Removed.
3576
3577 2014-02-19 Robert Dewar <dewar@adacore.com>
3578
3579 * par-ch6.adb (P_Return): For extended return, end column lines
3580 up with RETURN.
3581 * par.adb: Minor documentation clarification.
3582
3583 2014-02-19 Yannick Moy <moy@adacore.com>
3584
3585 * sem_prag.adb (Check_Loop_Pragma_Placement): Add check
3586 that Loop_Invariant and Loop_Variant appear consecutively.
3587 * gnat_rm.texi Update documentation of Loop_Invariant and
3588 Loop_Variant pragmas.
3589
3590 2014-02-19 Robert Dewar <dewar@adacore.com>
3591
3592 * debug.adb: Document -gnatd.X.
3593 * par-ch5.adb (P_If_Statement): Always check THEN, even if not
3594 first token
3595 (Check_Then_Column): Ditto.
3596 * styleg.adb (Check_Then): Allow THEN on line after IF.
3597 (Check_Then): Check THEN placement under control of -gnatd.X
3598 * styleg.ads (Check_Then): Now called even if THEN is not first
3599 token on line.
3600 * stylesw.ads (Style_Check_If_Then_Layout): Document new
3601 relaxed rules.
3602 * gnat_ugn.texi: For -gnatyi, THEN can now be on line after IF.
3603
3604 2014-02-19 Robert Dewar <dewar@adacore.com>
3605
3606 * a-cfhama.adb, a-cfhase.adb, a-cforse.adb, a-cofove.adb, a-ngcefu.adb,
3607 a-teioed.adb, a-wtedit.adb, a-ztedit.adb, exp_ch5.adb, inline.adb,
3608 prj-pp.adb, prj-tree.adb, sem_ch12.adb, sem_ch8.adb,
3609 vms_conv.adb: Fix bad layout of IF statements
3610
3611 2014-02-19 Robert Dewar <dewar@adacore.com>
3612
3613 * exp_util.adb (Side_Effect_Free): Scalar if expressions can be SEF.
3614
3615 2014-02-19 Robert Dewar <dewar@adacore.com>
3616
3617 * exp_util.adb: Update comments.
3618
3619 2014-02-19 Doug Rupp <rupp@adacore.com>
3620
3621 * bindgen.adb (Gen_Adainit) [VMS] New global Float_Format.
3622 * init.c (__gl_float_format): [VMS] New global.
3623 (__gnat_set_features): Call FP_CONTROL to set FPSR for the float
3624 representation in effect.
3625
3626 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3627
3628 * exp_ch6.adb Add with and use clause for Exp_Prag.
3629 (Expand_Contract_Cases): Relocated to Exp_Prag.
3630 * exp_ch6.ads (Expand_Contract_Cases): Relocated to Exp_Prag.
3631 * exp_prag.adb Add with and use clauses for Checks and Validsw.
3632 (Expand_Contract_Cases): Relocated from Exp_Ch6. Update the
3633 structure of the expanded code to showcase the evaluation of
3634 attribute 'Old prefixes. Add local variable Old_Evals. Expand
3635 any attribute 'Old references found within a consequence. Add
3636 circuitry to evaluate the prefixes of attribute 'Old that
3637 belong to a selected consequence.
3638 (Expand_Old_In_Consequence): New routine.
3639 * exp_prag.ads (Expand_Contract_Cases): Relocated from Exp_Ch6.
3640 * sem_attr.adb (Check_Use_In_Contract_Cases): Warn that a
3641 potentially unevaluated prefix is always evaluated.
3642
3643 2014-02-19 Robert Dewar <dewar@adacore.com>
3644
3645 * exp_attr.adb (Expand_Min_Max_Attribute): Use Insert_Declaration
3646 (Expand_Min_Max_Attribute): Use Matching_Standard_Type.
3647 * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove special
3648 handling for the case of Modify_Tree_For_C, this approach did
3649 not work.
3650 * exp_util.adb (Matching_Standard_Type): New function
3651 (Side_Effect_Free): New top level functions (from
3652 Remove_Side_Effects).
3653 * exp_util.ads (Side_Effect_Free): New top level functions
3654 (moved from body).
3655 * sinfo.ads: Minor comment updates.
3656
3657 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3658
3659 * exp_ch6.adb (Expand_Simple_Function_Return): If return
3660 type is unconstrained and uses the secondary stack, mark the
3661 enclosing function accordingly, to ensure that the value is not
3662 prematurely removed.
3663
3664 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3665
3666 * par.adb Alphabetize the routines in Par.Sync.
3667 (Resync_Past_Malformed_Aspect): New routine.
3668 * par-ch13.adb (Get_Aspect_Specifications): Alphabetize local
3669 variables. Code and comment reformatting. Detect missing
3670 parentheses on aspects [Refined_]Global and [Refined_]Depends
3671 with a non-null definition.
3672 * par-sync.adb: Alphabetize all routines in this separate unit.
3673 (Resync_Past_Malformed_Aspect): New routine.
3674
3675 2014-02-19 Robert Dewar <dewar@adacore.com>
3676
3677 * sem_eval.ads, sem_eval.adb (Subtypes_Statically_Match): Return False
3678 if Esize values do not match.
3679
3680 2014-02-19 Yannick Moy <moy@adacore.com>
3681
3682 * sinfo.ads: Minor comment update.
3683
3684 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3685
3686 * atree.ads: Minor reformatting (change Entity_Info to Einfo).
3687
3688 2014-02-19 Thomas Quinot <quinot@adacore.com>
3689
3690 * exp_ch7.adb (Find_Node_To_Be_Wrapped): An assignment statement
3691 that has the No_Ctrl_Actions flag is a suitable node to be
3692 wrapped if the assigned expression has no finalization actions.
3693 * sem_eval.adb (Eval_Entity_Name): For a compile time known
3694 boolean value, mark the corresponding condition SCO as constant.
3695
3696 2014-02-19 Robert Dewar <dewar@adacore.com>
3697
3698 * exp_util.adb: Minor reformatting.
3699 * exp_util.ads (Matching_Standard_Type): New function.
3700 * exp_ch7.adb: Minor reformatting.
3701
3702 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3703
3704 * sem_ch13.adb (Get_Cursor_Type): Use scope of iterable type
3705 to find declaration for Cursor, to handle properly the case of
3706 a discriminated iterable type.
3707
3708 2014-02-19 Vincent Celier <celier@adacore.com>
3709
3710 * gnatcmd.adb (GNATCmd): Always replace the object dirs of
3711 imported library projects with the library ALI dirs, when setting
3712 the object paths.
3713 * prj-env.ads (Ada_Objects_Path): Correct comments about
3714 argument Including_Libraries.
3715
3716 2014-02-19 Gary Dismukes <dismukes@adacore.com>
3717
3718 * gnat_rm.texi: Minor spelling fixes.
3719
3720 2014-02-19 Doug Rupp <rupp@adacore.com>
3721
3722 * init.c: Remove unneeded code.
3723 * fe.h (Float_Format): New macro
3724 * gcc-interface/trans.c (gigi): On VMS, set vms_float_format.
3725
3726 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3727
3728 * sem_prag.adb (Check_Refined_Global_Item):
3729 A state or variable acts as a constituent only it is part of an
3730 encapsulating state and the state has visible refinement.
3731
3732 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3733
3734 * sem_ch6.adb (Analyze_Subprogram_Contract): Do not warn on a
3735 postcondition for a function when the expression does not mention
3736 'Result but the function has in-out parameters.
3737
3738 2014-02-19 Robert Dewar <dewar@adacore.com>
3739
3740 * gnat_rm.texi: Add documentation on Value_Size forcing biased
3741 representation.
3742
3743 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3744
3745 * lib-xref.ads Remove the small table of letter and symbol usage as we
3746 already have one.
3747
3748 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3749
3750 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Emit specific error
3751 messages depending on the offending misplaced aspect specifications.
3752 (Diagnose_Misplaced_Aspect_Specifications): New routine.
3753
3754 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3755
3756 * sem_ch13.adb (Get_Cursor): Utility to retrieve cursor type
3757 for iterable aspect primitives.
3758 (Resolve_Iterable_Operation): Use expected signature of iterable
3759 aspect to resolve primitive when overloading is present.
3760 (Validate_Iterable_Aspect, Analyze_Aspects_At_Freeze_Point): use it.
3761 (Check_Signature): Removed.
3762
3763 2014-02-19 Yannick Moy <moy@adacore.com>
3764
3765 * sem_ch10.adb (Analyze_Proper_Body): Issue error on missing
3766 subunit in GNATprove_Mode.
3767 * sinfo.ads (GNATprove_Mode): Document error issued in GNATprove_Mode.
3768
3769 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3770
3771 * lib-xref.ads Alphabetize the contents of table
3772 Xref_Entity_Letters. Add an entry in table Xref_Entity_Letters
3773 for E_Abstract_State. List all letters and symbols in use.
3774 * sem_prag.adb (Analyze_Abstract_State): Update all calls
3775 to Create_Abstract_State to reflect the new signature.
3776 (Create_Abstract_State): Change subprogram profile and update
3777 the comment on usage. Use the proper location of the state
3778 declaration when creating a new abstract state entity. Do not
3779 generate an external name, but simply reuse the name coming from
3780 the state declaration.
3781
3782 2014-02-19 Robert Dewar <dewar@adacore.com>
3783
3784 * exp_ch4.adb (Expand_N_Expression_With_Actions): Make sure
3785 declarations get properly inserted in Modify_Tree_For_C mode.
3786 * sinfo.ads: Minor comment addition.
3787
3788 2014-02-19 Robert Dewar <dewar@adacore.com>
3789
3790 * par-ch9.adb, exp_ch5.adb, sem_ch5.adb, exp_attr.adb, sem_util.adb,
3791 sem_util.ads, sem_ch13.adb, sem_ch13.ads: Minor reformatting.
3792
3793 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3794
3795 * style.adb (Missing_Overriding): Warning does not apply in
3796 language versions prior to Ada 2005.
3797 * snames.ads-tmpl: Add Name_Iterable and Attribute_Iterable.
3798 * sem_attr.adb: Add Attribute_Iterable where needed.
3799 * exp_attr.adb: ditto.
3800 * exp_ch5.adb (Expand_Formal_Container_Loop): New procedure to
3801 handle loops and quantified expressions over types that have an
3802 iterable aspect. Called from Expand_Iterator_Loop.
3803 * sem_ch5.adb (Analyze_Iterator_Specification): Recognize types
3804 with Iterable aspect.
3805 * sem_ch13.adb (Validate_Iterable_Aspect): Verify that the
3806 subprograms specified in the Iterable aspect have the proper
3807 signature involving container and cursor.
3808 (Check_Aspect_At_Freeze_Point): Analyze value of iterable aspect.
3809 * sem_ch13.ads (Validate_Iterable_Aspect): New subprogram.
3810 * sem_util.ads, sem_util.adb (Get_Iterable_Type_Primitive):
3811 New procedure to retrieve one of the primitives First, Last,
3812 or Has_Element, from the value of the iterable aspect of a
3813 formal container.
3814 (Is_Container_Element): Predicate to recognize expressions
3815 that denote an element of one of the predefined containers,
3816 for possible optimization. This subprogram is not currently
3817 used, pending ARG discussions on the legality of the proposed
3818 optimization. Worth preserving for eventual use.
3819 (Is_Iterator): Recognize formal container types.
3820 * aspects.ads, aspects.adb: Add Aspect_Iterable where needed.
3821
3822 2014-02-19 Robert Dewar <dewar@adacore.com>
3823
3824 * exp_attr.adb (Expand_Min_Max_Attribute): New procedure
3825 (Expand_N_Attribute_Reference): Use this procedure for Min and Max.
3826 * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove object
3827 declarations from list of actions.
3828 * output.ads, output.adb (Delete_Last_Char): New procedure.
3829 * sinfo.ads: Document handling of Mod and expression with actions
3830 in Modify_Tree_For_C mode.
3831
3832 2014-02-19 Ed Schonberg <schonberg@adacore.com>
3833
3834 * par-ch9.adb (P_Task): Add a null statement to produce a
3835 well-formed task body when due to a previous syntax error the
3836 statement list is empty.
3837
3838 2014-02-19 Hristian Kirtchev <kirtchev@adacore.com>
3839
3840 * sem_prag.adb (Check_Dependency_Clause): Account
3841 for the case where a state with a non-null refinement matches a
3842 null output list. Comment reformatting.
3843 (Inputs_Match): Copy a solitary input to avoid an assertion failure
3844 when trying to match the same input in multiple clauses.
3845
3846 2014-02-19 Gary Dismukes <dismukes@adacore.com>
3847
3848 * sem_attr.adb: Minor typo fix.
3849
3850 2014-02-18 Robert Dewar <dewar@adacore.com>
3851
3852 * cstand.adb (Build_Signed_Integer_Type): Minor change of formal
3853 from Int to Nat (Build_Unsigned_Integer_Type): New procedure
3854 (Create_Standard): Create new unsigned types.
3855 * exp_ch4.adb (Expand_N_Op_Mod): Expand mod in Modify_Tree_For_C
3856 mode (Expand_N_Reference): Removed, problematic and not needed
3857 for now.
3858 * exp_ch4.ads (Expand_N_Reference): Removed, problematic and
3859 not needed for now.
3860 * exp_util.ads, exp_util.adb (Power_Of_Two): New function.
3861 * expander.adb: Remove call to Expand_N_Reference (problematic,
3862 and not needed now).
3863 * sem_aux.ads, sem_aux.adb (Corresponding_Unsigned_Type): New function.
3864 * stand.adb: Read and write unsigned type entities.
3865 * stand.ads: Add new unsigned types.
3866
3867 2014-02-18 Hristian Kirtchev <kirtchev@adacore.com>
3868
3869 * sem_ch4.adb (Analyze_Call): Do not mark a function call
3870 as being inside an assertion expression as the flag is now removed.
3871 (Check_Ghost_Subprogram_Call): Do not query the
3872 In_Assertion_Expression flag as it is now removed, instead use
3873 a predicate function.
3874 * sem_elab.adb (Check_Internal_Call_Continue): Do not query the
3875 In_Assertion_Expression flag as it is now removed, instead use
3876 a predicate function.
3877 * sem_prag.ads: Add new table Assertion_Expression_Pragma.
3878 * sem_util.adb Add with and use clause for Sem_Prag.
3879 (In_Assertion_Expression_Pragma): New routine.
3880 * sem_util.ads (In_Assertion_Expression_Pragma): New routine.
3881 * sinfo.adb (In_Assertion_Expression): Removed.
3882 (Set_In_Assertion_Expression): Removed.
3883 * sinfo.ads Remove flag In_Assertion_Expression along with its
3884 use in nodes.
3885 (In_Assertion_Expression): Removed along with
3886 pragma Inline. (Set_In_Assertion_Expression): Removed along
3887 with pragma Inline.
3888
3889 2014-02-18 Sergey Rybin <rybin@adacore.com frybin>
3890
3891 * gnat_ugn.texi: gnatpp section: add note that '-j' cannot be
3892 used together with '-r', '-rf' or '-rnb' options.
3893
3894 2014-02-18 Hristian Kirtchev <kirtchev@adacore.com>
3895
3896 * sem_attr.adb (Analyze_Attribute): Comment
3897 and code reformatting. Use separate routines to check the
3898 legality of attribute 'Old in certain pragmas. Verify
3899 the use of 'Old, 'Result and locally declared entities
3900 within the prefix of 'Old.
3901 (Check_References_In_Prefix): New routine.
3902 (Check_Use_In_Contract_Cases): New routine.
3903 (Check_Use_In_Test_Case): New routine.
3904
3905 2014-02-18 Vincent Celier <celier@adacore.com>
3906
3907 * sem_aux.adb (Is_By_Reference_Type): For each components of
3908 a record type, check also if the component is volatile as it
3909 may have an aspect that makes it volatile. If it is, then the
3910 record type is a by reference type.
3911
3912 2014-02-18 Robert Dewar <dewar@adacore.com>
3913
3914 * exp_attr.adb: Minor reformatting.
3915 * exp_ch4.ads, exp_ch4.adb (Expand_N_Reference): New procedure.
3916 * exp_util.adb (Remove_Side_Effects): Add conditional expressions
3917 as another case where we don't generate N_Reference nodes for
3918 primitive types.
3919 * expander.adb (Expand): Add call to Expand_N_Reference.
3920
3921 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
3922
3923 * sem_prag.adb (Analyze_Refined_Pragma): Remove
3924 local variable Pack_Spec. Refinement pragmas may now apply to
3925 bodies of both visible and private subprograms.
3926
3927 2014-02-06 Robert Dewar <dewar@adacore.com>
3928
3929 * exp_attr.adb (Expand_Loop_Entry_Attribute):
3930 Minor change (Attr => N) (Expand_Pred_Succ): New name
3931 Expand_Pred_Succ_Attribute (Expand_N_Attribute_Reference, case
3932 Max): Expand into if expression if Modify_Tree_For_C mode.
3933 (Expand_N_Attribute_Reference, case Min): ditto
3934 * sinfo.ads: Modify_Tree_For_C takes care of expanding Min and
3935 Max attributes.
3936
3937 2014-02-06 Ed Schonberg <schonberg@adacore.com>
3938
3939 * sem_ch3.adb (Analyze_Object_Declaration): Do not generate
3940 predicate check if this is an internal declaration with
3941 No_Initialization set, as for an expanded aggregate component.
3942
3943 2014-02-06 Doug Rupp <rupp@adacore.com>
3944
3945 * init.c (__gnat_default_resignal_p) [VMS]: Test for and resignal
3946 conditions with severity of "SUCCESS" or "INFORMATIONAL".
3947
3948 2014-02-06 Yannick Moy <moy@adacore.com>
3949
3950 * sem_prag.adb (Analyze_Pragma): Analyze pragma
3951 Debug rewritten node before rewriting it as a null statement in
3952 GNATprove mode.
3953
3954 2014-02-06 Robert Dewar <dewar@adacore.com>
3955
3956 * sem_attr.adb (Min_Max): New procedure.
3957 (Max_Alignment_For_Allocation_Max_Size_In_Storage_Elements): New
3958 procedure.
3959
3960 2014-02-06 Sergey Rybin <rybin@adacore.com frybin>
3961
3962 * gnat_ugn.texi, vms_data.ads: Add documentation of '-t' option for
3963 gnatmetric/gnatpp.
3964
3965 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
3966
3967 * sem_prag.adb (Analyze_Abstract_State): Update
3968 all calls to Create_Abstract_State to pass the proper state
3969 "declaration".
3970 (Create_Abstract_State): Add new formal parameter
3971 State_Decl along with comment on usage. Establish a link between
3972 the abstract state entity and the state declaration.
3973
3974 2014-02-06 Robert Dewar <dewar@adacore.com>
3975
3976 * sem_attr.adb (Analyze_Attribute, case Max): Check for improper
3977 comparison of unordered enumeration type.
3978 (Analyze_Attribute, case Max): Check for improper comparison of
3979 unordered enumeration type.
3980 * sem_res.adb (Bad_Unordered_Enumeration_Reference): Moved to
3981 sem_util.adb.
3982 * sem_util.ads, sem_util.adb (Bad_Unordered_Enumeration_Reference):
3983 Moved here from Sem_Res.
3984
3985 2014-02-06 Robert Dewar <dewar@adacore.com>
3986
3987 * sem_ch3.adb, sem_prag.adb, sem_res.adb, lib-xref.adb: Minor
3988 reformatting.
3989
3990 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
3991
3992 * sem_ch6.adb (Process_Formals): Error message reformatting.
3993
3994 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
3995
3996 * sem_ch3.adb (Handle_Late_Controlled_Primitive): Add local
3997 variable Spec. Do not inherit the null indicator from the
3998 subprogram body when generating the spec.
3999
4000 2014-02-06 Robert Dewar <dewar@adacore.com>
4001
4002 * casing.adb (Determine_Casing): Consider SPARK_Mode to be
4003 mixed case.
4004
4005 2014-02-06 Ed Schonberg <schonberg@adacore.com>
4006
4007 * exp_ch6.adb (Is_Build_In_Place_Function): Predicate is false
4008 when the function has a foreign convention, but not if only the
4009 limited return type has such a convention.
4010
4011 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4012
4013 * sem_ch3.adb (Handle_Late_Controlled_Primitive): Remove local
4014 variable Spec. Comment reformatting. Use Copy_Separate_Tree
4015 rather than New_Copy_Tree when building the corresponding
4016 subprogram declaration.
4017
4018 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4019
4020 * sem_prag.adb (Analyze_Global_Item): Remove
4021 the mode-related checks on abstract states with enabled external
4022 properties.
4023 (Property_Error): Removed.
4024
4025 2014-02-06 Javier Miranda <miranda@adacore.com>
4026
4027 * lib-xref.adb (Generate_Reference): When
4028 generating the reference to the first private entity take care
4029 of handling swapped entities.
4030
4031 2014-02-06 Sergey Rybin <rybin@adacore.com frybin>
4032
4033 * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
4034 gnatmetric.
4035
4036 2014-02-06 Robert Dewar <dewar@adacore.com>
4037
4038 * exp_ch4.adb (Expand_N_Shift_Left): Handle shift counts greater
4039 than the word size when operating in Modify_Tree_For_C mode.
4040 * sinfo.ads: Add documentation section on Modify_Tree_For_C mode.
4041
4042 2014-02-06 Robert Dewar <dewar@adacore.com>
4043
4044 * erroutc.adb (Warning_Specifically_Suppressed.Matches):
4045 compare is case insensitive.
4046 * gnat_rm.texi: Document that string compare for Warnings Off
4047 is now case insensitive.
4048
4049 2014-02-06 Eric Botcazou <ebotcazou@adacore.com>
4050
4051 * gnat_rm.texi: Small wording tweak.
4052
4053 2014-02-06 Pascal Obry <obry@adacore.com>
4054
4055 * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Included_Patterns
4056 and Included_Artifact_Patterns attribute definitions.
4057
4058 2014-02-06 Yannick Moy <moy@adacore.com>
4059
4060 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set
4061 SPARK_Mode pragma component for all subprograms, including stubs.
4062
4063 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4064
4065 * sem_ch10.adb (Analyze_Package_Body_Stub): Maintain
4066 the configuration options of the enclosing context in a
4067 stack-like fasion.
4068 (Analyze_Subprogram_Body_Stub): Maintain the
4069 configuration options of the enclosing context in a stack-like
4070 fashion.
4071
4072 2014-02-06 Robert Dewar <dewar@adacore.com>
4073
4074 * debug.adb: -gnatd.u sets Modify_Tree_For C
4075 * exp_ch4.adb (Expand_N_Op_Rotate_Left): Expand out
4076 if Modify_Tree_For_C (Expand_N_Op_Rotate_Right): ditto.
4077 (Expand_N_Op_Arithmetic_Right_Shift): ditto.
4078 * exp_intr.adb (Expand_Shift): Call expander so we do
4079 Modify_Tree_For_C expansions.
4080 * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
4081 if -gnatd.u set.
4082
4083 2014-02-06 Fedor Rybin <frybin@adacore.com>
4084
4085 * prj-proc.ads (Tree_Loaded_Callback): new type Callback used
4086 after the phase 1 of the processing of each aggregated project
4087 to get access to project trees of aggregated projects.
4088 (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded
4089 If specified, On_New_Tree_Loaded is called after each aggregated
4090 project has been processed succesfully.
4091 (Process): new parameter On_New_Tree_Loaded.
4092 * prj-proc.adb (Process_Aggregated_Projects): On_New_Tree_Loaded
4093 callback added after processing of each aggregated project.
4094 (Recursive_Process): new parameter On_New_Tree_Loaded.
4095 (Process): new parameter On_New_Tree_Loaded.
4096 (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded.
4097 * prj-conf.ads (Parse_Project_And_Apply_Config): new parameter
4098 On_New_Tree_Loaded.
4099 * prj-conf.adb (Parse_Project_And_Apply_Config): new parameter
4100 On_New_Tree_Loaded.
4101
4102 2014-02-06 Bob Duff <duff@adacore.com>
4103
4104 * gnat_ugn.texi: Implement --insert-blank-lines and
4105 --preserve-blank-lines switches.
4106
4107 2014-02-06 Sergey Rybin <rybin@adacore.com frybin>
4108
4109 * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
4110 gnatelim.
4111
4112 2014-02-06 Eric Botcazou <ebotcazou@adacore.com>
4113
4114 * gnat_rm.texi (Pragma Optimize_Alignment): Document the effect
4115 of the pragma on individual objects.
4116
4117 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4118
4119 * einfo.adb Node29 is now used as BIP_Initialization_Call.
4120 (BIP_Initialization_Call): New routine.
4121 (Set_BIP_Initialization_Call): New routine.
4122 (Write_Field29_Name): Add an entry for constants and variables.
4123 * einfo.ads Add new attribute BIP_Initialization_Call and update
4124 its usage in nodes.
4125 (BIP_Initialization_Call): New routine along with pragma Inline.
4126 (Set_BIP_Initialization_Call): New routine along with pragma Inline.
4127 * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
4128 Add local declaration Res_Decl. Capture the build-in-place
4129 initialization call when the related object declaration has
4130 created a transient block.
4131 * exp_ch7.adb (Process_Transient_Objects): Add local variable
4132 Fin_Insrt. Recognize a scenario where an object declaration acts
4133 as a transient context and is initialized by a build-in-place
4134 function call.
4135
4136 2014-02-06 Pascal Obry <obry@adacore.com>
4137
4138 * prj-util.adb (For_Interface_Sources): Fix handling of required
4139 bodies for aggregate libs.
4140
4141 2014-02-06 Robert Dewar <dewar@adacore.com>
4142
4143 * nlists.ads: Minor comment clarifications.
4144
4145 2014-02-06 Robert Dewar <dewar@adacore.com>
4146
4147 * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
4148 if gnatd.V set.
4149 * opt.ads (Modify_Tree_For_C): New flag.
4150 * output.ads, output.adb (Last_Char): New function.
4151
4152 2014-02-06 Pascal Obry <obry@adacore.com>
4153
4154 * projects.texi, prj-env.adb (Initialize_Default_Project_Path): Add
4155 share/gpr for cross-builds.
4156
4157 2014-02-06 Robert Dewar <dewar@adacore.com>
4158
4159 * exp_util.ads, checks.adb, sem_prag.adb, prj-util.adb, sem_ch13.adb:
4160 Minor reformatting and code clean ups.
4161
4162 2014-02-06 Pascal Obry <obry@adacore.com>
4163
4164 * prj-util.adb (For_Interface_Sources): Skip non compilable languages.
4165 * prj.ads: Minor typo fix in comment.
4166
4167 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4168
4169 * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add
4170 local variable Expr. Flag clauses with extra parenthesis as this
4171 is not allowed by the syntax of the pragma. Code reformatting.
4172
4173 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4174
4175 * exp_attr.adb (Expand_N_Attribute_Reference): Alphabetize
4176 variables. Rename variabme Tnn to Temp. Do not create a temporary
4177 if assertions are disabled. Find enclosing routine _Postconditions
4178 and insert the temporary that captures the value of the prefix
4179 before the routine.
4180 * exp_ch6.adb (Build_Postconditions_Procedure):
4181 Insert the generated _Postconditions routine
4182 before the first source declaration of the related
4183 subprogram.
4184 (Insert_After_Last_Declaration): Removed.
4185 (Insert_Before_First_Source_Declaration): New routine.
4186
4187 2014-02-06 Ed Schonberg <schonberg@adacore.com>
4188
4189 * exp_util.adb, exp_util.ads (Within_Internal_Subprogram):
4190 Utility to determine whether current expansion is for the body
4191 of a predefined primitive operation.
4192 (Make_Predicate_Check): Use Within_Internal_Subpgram
4193 * checks.adb (Apply_Predicate_Check): Use
4194 Within_Internal_Subprogram
4195 * sem_ch13.adb (Freeze_Entity_Checks): Ditto.
4196
4197 2014-02-06 Pascal Obry <obry@adacore.com>
4198
4199 * prj.ads, prj-util.adb: Minor reformatting.
4200
4201 2014-02-06 Ed Schonberg <schonberg@adacore.com>
4202
4203 * exp_ch6.adb (Expand_Subprogram_Contract, Append_Enabled_Item):
4204 Take into account the Split_PPC flag to ensure that conjuncts
4205 in a composite postcondition aspect are tested in source order.
4206
4207 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4208
4209 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Flag illegal
4210 use of SPARK_Mode.
4211 * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Flag
4212 illegal use of SPARK_Mode.
4213 (Instantiate_Subprogram_Body): Flag illegal use of SPARK_Mode.
4214 * sem_prag.adb (Analyze_Pragma): Code reformatting.
4215 * sem_util.adb Add with and use clause for Aspects.
4216 (Check_SPARK_Mode_In_Generic): New routine.
4217 * sem_util.ads (Check_SPARK_Mode_In_Generic): New routine.
4218
4219 2014-02-06 Thomas Quinot <quinot@adacore.com>
4220
4221 * a-calend.adb (Formatting_Operations.Split): Ensure that
4222 Time_Error is raised for invalid time values.
4223
4224 2014-02-06 Arnaud Charlet <charlet@adacore.com>
4225
4226 * sem_prag.adb (Analyze_Pragma): Rewrite as a null statement
4227 in GNATprove_Mode.
4228
4229 2014-02-06 Robert Dewar <dewar@adacore.com>
4230
4231 * einfo.ads, einfo.adb (Is_Discriminant_Check_Function): New flag.
4232 * exp_ch3.adb (Build_Dcheck_Function): Set
4233 Is_Discriminant_Check_Function.
4234
4235 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4236
4237 * exp_ch7.adb (Is_Subprogram_Call): Inspect
4238 the original tree in certain cases where a construct has been
4239 factored out and replaced by a reference to a temporary.
4240
4241 2014-02-06 Ed Schonberg <schonberg@adacore.com>
4242
4243 * sem_ch3.adb (Process_Full_View): Fix typo in the order of
4244 parameters when propagating predicate function to full view.
4245 (Find_Type_Of_Object): Freeze base type of object type to catch
4246 premature use of discriminated private type without a full view.
4247
4248 2014-02-06 Robert Dewar <dewar@adacore.com>
4249
4250 * sprint.adb: Minor reformatting.
4251
4252 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4253
4254 * exp_ch4.adb (Process_Transient_Object): Add local variable
4255 Temp_Ins. When the transient object is initialized by an
4256 aggregate, the hook must capture the object after the last
4257 component assignment takes place.
4258 * exp_ch7.adb (Detect_Subprogram_Call): Expose the subprogram to
4259 routine Is_Subprogram_Call.
4260 (Is_Subprogram_Call): Inspect an
4261 aggregate that has been heavily expanded for subprogram calls.
4262 (Process_Transient_Objects): Add local variables Expr, Ptr_Id
4263 and Temp_Ins. Remove the nested declare block and adjust the
4264 indentation. When the transient object is initialized by an
4265 aggregate, the hook must capture the object after the last
4266 component assignment takes place.
4267
4268 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4269
4270 * sem_prag.adb (Analyze_Global_Item): Detect illegal uses of
4271 external states with enabled properties that do not match the
4272 global mode.
4273 (Property_Error): New routine.
4274 * sem_res.adb (Property_Error): New routine.
4275 (Resolve_Actuals): Detect illegal uses of external variables with
4276 enabled properties in procedure calls that do not match the mode of
4277 the corresponding formal parameter.
4278
4279 2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
4280
4281 * sem_util.adb (Has_Enabled_Property): Rename
4282 formal parameter Prop_Nam to Property. Update the comment on usage
4283 and all occurrences in the body. Add local variable Prop_Nam. When
4284 inspecting a property with an expression, the property name
4285 appears as the first choice of the component association.
4286
4287 2014-02-04 Robert Dewar <dewar@adacore.com>
4288
4289 * exp_ch5.adb, einfo.ads, freeze.adb, sem_ch8.adb: Minor reformatting.
4290
4291 2014-02-04 Gary Dismukes <dismukes@adacore.com>
4292
4293 * sem_aggr.adb: Change "runtime" to "run time" in warning message,
4294 for consistency with other messages.
4295
4296 2014-02-04 Ed Schonberg <schonberg@adacore.com>
4297
4298 * exp_ch5.adb (Expand_Iterator_Loop): For a container element
4299 iterator, indicate that the element is a constant if the container
4300 type does not have a variable indexing aspect.
4301 * sem_ch8.adb (Analyze_Object_Renaming): If the entity is already
4302 marked as constant, do not reset its Ekind, to ensure that
4303 container elements in an element loop are not modified if the
4304 container (e.g. a hashed set) only has a constant indexing aspect.
4305
4306 2014-02-04 Arnaud Charlet <charlet@adacore.com>
4307
4308 * g-souinf.ads: Subprograms in this unit are actually not pure.
4309 * freeze.adb (Freeze_Subprogram): Do not reset Is_Pure for Intrinsics.
4310 * einfo.ads (Is_Pure): Update doc to match implementation.
4311
4312 2014-02-04 Gary Dismukes <dismukes@adacore.com>
4313
4314 * exp_ch13.adb: Minor spelling fix.
4315
4316 2014-02-04 Robert Dewar <dewar@adacore.com>
4317
4318 * opt.ads: Minor comment update.
4319
4320 2014-02-04 Robert Dewar <dewar@adacore.com>
4321
4322 * exp_ch4.adb (Expand_N_Expression_With_Actions): Use Rewrite
4323 instead of Replace.
4324
4325 2014-02-04 Ed Schonberg <schonberg@adacore.com>
4326
4327 * sem_aggr.adb (Resolve_Array_Aggregate): Suppress warnings
4328 on null expressions if component type is non-null, when the
4329 corresponding association covers an empty range of index values.
4330
4331 2014-02-04 Robert Dewar <dewar@adacore.com>
4332
4333 * sinfo.ads: Further comments on N_Expression_With_Actions node.
4334
4335 2014-02-04 Hristian Kirtchev <kirtchev@adacore.com>
4336
4337 * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
4338 variables Out_Items and Ref_Global. Remove local constant
4339 Body_Id along with dummy variables D1, D2, D3, D4, D5, D6, D7
4340 and D8. Remove the useless collection of global items as this
4341 was a leftover from an earlier version of the routine. Move
4342 several routines out to avoid deep nesting and indentation.
4343 (Inputs_Match): Add formal parameter Dep_Clause. Rename formal
4344 parameter Do_Checks to Post_Errors. Update the comment on usage.
4345 (Is_Matching_Input): Renamed to Input_Match. Add formal parameters
4346 Ref_Inputs and Do_Checks. Rename formal parameter Do_Checks
4347 to Post_Errors. Update the comment on usage. Account for the
4348 case where a self referential state may have a null input_list.
4349 (Is_Self_Referential): New routine.
4350
4351 2014-02-04 Ed Schonberg <schonberg@adacore.com>
4352
4353 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the
4354 entity renames an expression, as in the case of an object of
4355 an unconstrained type initialized by a function call, defer the
4356 rewriting of the expression to the expander.
4357 * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case
4358 'Alignment): If the entity renames an expression, introduce
4359 temporary to capture value, and rewrite original declaration to
4360 use temporary.
4361
4362 2014-02-04 Gary Dismukes <dismukes@adacore.com>
4363
4364 * g-comlin.adb: Minor typo fix.
4365
4366 2014-02-04 Ed Schonberg <schonberg@adacore.com>
4367
4368 * freeze.adb (Freeze_All): Types derived from a formal
4369 access_to_classwide type do not have a finalization master.
4370
4371 2014-02-04 Robert Dewar <dewar@adacore.com>
4372
4373 * sprint.adb: Minor reformatting.
4374
4375 2014-02-04 Robert Dewar <dewar@adacore.com>
4376
4377 * exp_ch4.adb (Expand_N_Expression_With_Actions): Eliminate
4378 cases where Actions is a null list.
4379 * sinfo.ads (N_Expression_With_Actions): Actions can be
4380 temporarily empty during semantic analysis, but must be non-empty
4381 in the final expanded tree.
4382
4383 2014-01-31 Robert Dewar <dewar@adacore.com>
4384
4385 * exp_ch9.adb: Minor reformatting.
4386
4387 2014-01-31 Emmanuel Briot <briot@adacore.com>
4388
4389 * g-comlin.adb (Set_Command_Line): Take the switches
4390 configuration from the Command_Line_Config.
4391
4392 2014-01-31 Hristian Kirtchev <kirtchev@adacore.com>
4393
4394 * sem_prag.adb (Analyze_Refinement_Clause): Guard against a malformed
4395 refinement clause.
4396
4397 2014-01-31 Vincent Celier <celier@adacore.com>
4398
4399 * projects.texi: Add more documentation about others used as an
4400 index in indexed attributes.
4401
4402 2014-01-31 Robert Dewar <dewar@adacore.com>
4403
4404 * gnat_ugn.texi: Minor update.
4405 * gnat_rm.texi: Add example to Restriction_Warnings documentation.
4406 * exp_util.adb: Minor reformatting.
4407
4408 2014-01-31 Ed Schonberg <schonberg@adacore.com>
4409
4410 * exp_ch9.adb (Expand_Entry_Barrier): Warn if the barrier
4411 depends on data that is not private to the protected object,
4412 and potentially modifiable in unsynchronized fashion.
4413
4414 2014-01-31 Yannick Moy <moy@adacore.com>
4415
4416 * erroutc.adb (Validate_Specific_Warnings): Remove special case for
4417 GNATprove_Mode.
4418
4419 2014-01-31 Robert Dewar <dewar@adacore.com>
4420
4421 * prj-attr.ads (First_Attribute_Of): Returns Empty_Attribute
4422 for Unknown_Package.
4423 * sem_ch6.adb, sem_attr.adb: Minor comment addition.
4424
4425 2014-01-31 Hristian Kirtchev <kirtchev@adacore.com>
4426
4427 * exp_util.adb (Build_Allocate_Deallocate_Proc): Rewrite
4428 the logic that generates a runtime check to determine the
4429 controlled status of the object about to be allocated or
4430 deallocated. Class-wide types now always use a runtime check
4431 even if they appear as generic actuals.
4432 (Find_Object): Detect
4433 a special case that involves interface class-wide types because
4434 the object appears as a complex expression.
4435
4436 2014-01-31 Ed Schonberg <schonberg@adacore.com>
4437
4438 * sem_ch6.adb (Process_Formals): In Ada2012 mode, place
4439 subprogram with an incomplete untagged formals on the list of
4440 private dependents, to verify that the type is properly completed
4441 in the private part.
4442 * sem_attr.adb: Code clean up.
4443
4444 2014-01-31 Robert Dewar <dewar@adacore.com>
4445
4446 * exp_ch6.adb: Minor reformatting.
4447
4448 2014-01-31 Vincent Celier <celier@adacore.com>
4449
4450 * prj-attr.adb (First_Attribute_Of): Return Unknown_Attribute
4451 when Pkg is unknown.
4452
4453 2014-01-31 Hristian Kirtchev <kirtchev@adacore.com>
4454
4455 * sem_res.adb (Resolve_Entity_Name): Comment
4456 reformatting. Allow volatile objects in various generated checks.
4457
4458 2014-01-31 Ed Schonberg <schonberg@adacore.com>
4459
4460 * sem_attr.adb (Analyze_Attribute, case 'Update): For a record
4461 component association, set the etype of the identifier, for
4462 SPARK use.
4463
4464 2014-01-31 Ed Schonberg <schonberg@adacore.com>
4465
4466 * exp_ch6.adb (Has_Visibility_Of_Subprogram): If type is not
4467 declared in a package, not checks can apply to the subprogram.
4468
4469 2014-01-31 Robert Dewar <dewar@adacore.com>
4470
4471 * erroutc.adb (Validate_Specific_Warnings): Warnings are
4472 controlled -gnatw.W.
4473 * gnat_ugn.texi: Document new warnings controlled by -gnatw.w.
4474 * opt.ads (Warn_On_Warnings_Off): Now controls more cases.
4475
4476 2014-01-31 Arnaud Charlet <charlet@adacore.com>
4477
4478 * exp_disp.adb: Update comments.
4479
4480 2014-01-31 Yannick Moy <moy@adacore.com>
4481
4482 * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
4483 Save_Global_References): Guard access to expression in aspect.
4484
4485 2014-01-31 Yannick Moy <moy@adacore.com>
4486
4487 * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode):
4488 Issue an error when the pragma is applied to a generic unit,
4489 a generic declaration, or inside a generic.
4490
4491 2014-01-31 Yannick Moy <moy@adacore.com>
4492
4493 * sem_ch8.adb (Analyze_Subprogram_Renaming): Set SPARK_Mode on renaming
4494 entity.
4495
4496 2014-01-31 Robert Dewar <dewar@adacore.com>
4497
4498 * exp_ch9.adb, s-tassta.adb, s-tposen.adb, s-tposen.ads: Minor
4499 reformatting.
4500
4501 2014-01-31 Tristan Gingold <gingold@adacore.com>
4502
4503 * exp_disp.adb: Add a historic note.
4504
4505 2014-01-31 Robert Dewar <dewar@adacore.com>
4506
4507 * sem_warn.adb (Warn_On_Useless_Assignments): Add call to
4508 Process_Deferred_References.
4509
4510 2014-01-31 Yannick Moy <moy@adacore.com>
4511
4512 * erroutc.adb (Validate_Specific_Warnings): Do not issue a message for
4513 ineffective pragma Warnings(Off) in GNATprove_Mode.
4514
4515 2014-01-31 Bob Duff <duff@adacore.com>
4516
4517 * s-taskin.ads: Minor comment fix.
4518 * s-tassta.adb (Abort_Dependents): Don't abort all dependents;
4519 just direct dependents. If this is actually an abort, each task
4520 will take care of aborting its dependents, so all dependents will
4521 get aborted, as before. However, when this is called the second
4522 time from Vulnerable_Complete_Master "for convenience" (i.e. to
4523 kill off tasks waiting at terminate alternatives), aborting
4524 indirect dependents is wrong, because it causes some unrelated
4525 tasks to get aborted.
4526
4527 2014-01-31 Robert Dewar <dewar@adacore.com>
4528
4529 * sem_ch4.adb: Minor reformatting.
4530
4531 2014-01-31 Robert Dewar <dewar@adacore.com>
4532
4533 * exp_ch2.adb: New calling sequence for Is_LHS.
4534 * frontend.adb: Add call to Process_Deferred_References.
4535 * lib-xref.ads, lib-xref.adb (Process_Deferred_References): New.
4536 (Deferred_References): New table.
4537 * sem_ch8.adb (Find_Direct_Name): Make deferred reference table
4538 entries.
4539 (Find_Expanded_Name): Ditto.
4540 * sem_res.adb: New calling sequence for Is_LHS.
4541 * sem_util.ads, sem_util.adb (Is_LHS): New calling sequence.
4542 * sem_warn.adb: Call Process_Deferred_References before issuing
4543 warnings.
4544
4545 2014-01-31 Tristan Gingold <gingold@adacore.com>
4546
4547 * exp_util.adb (Corresponding_Runtime_Package): Restrict the
4548 use of System_Tasking_Protected_Objects_Single_Entry.
4549 * exp_ch9.adb (Build_Simple_Entry_Call): Remove Mode parameter
4550 of Protected_Single_Entry_Call.
4551 (Expand_N_Timed_Entry_Call): Remove single_entry case.
4552 * exp_disp.adb (Make_Disp_Asynchronous_Select_Body): Remove
4553 single_entry case.
4554 (Make_Disp_Timed_Select_Body): Likewise.
4555 * rtsfind.ads (RE_Timed_Protected_Single_Entry_Call): Remove.
4556 * s-tposen.adb (Send_Program_Error, PO_Do_Or_Queue): Remove
4557 Self_Id parameter.
4558 (Wakeup_Entry_Caller): Remove Self_ID and New_State parameters.
4559 (Wait_For_Completion_With_Timeout): Remove.
4560 (Protected_Single_Entry_Call): Remove Mode parameter
4561 (always Simple_Call).
4562 (Service_Entry): Remove Self_Id constant (not used anymore).
4563 (Timed_Protected_Single_Entry_Call): Remove.
4564 * s-tposen.ads (Timed_Protected_Single_Entry_Call): Remove.
4565 (Protected_Single_Entry_Call): Remove Mode parameter.
4566
4567 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4568
4569 * einfo.adb (Get_Pragma): Handle the retrieval of pragma Refined_Post.
4570 * einfo.ads (Get_Pragma): Update the comment on special pragmas
4571 handled by this routine.
4572 * sem_prag.adb (Analyze_Pragma): Add a legal pragma Refined_Post
4573 to the contract of the related subprogram body.
4574 * sem_util.adb (Add_Contract_Item): Handle the insertion of
4575 pragma Refined_Post into the contract of a subprogram body.
4576 * sinfo.ads Update the documentation of node N_Contract.
4577 * sem_res.adb (Resolve_Entity_Name): Add a guard
4578 to detect abstract states and variables only when checking the
4579 SPARK 2014 rules concerning volatile object placement.
4580
4581 2014-01-29 Ed Schonberg <schonberg@adacore.com>
4582
4583 * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): within an instance,
4584 null is compatible with any access type.
4585
4586 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4587
4588 * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
4589 placement is not in a package.
4590
4591 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4592
4593 * sem_util.adb (Has_Enabled_Property): Compare the character field of
4594 the sole property.
4595
4596 2014-01-29 Robert Dewar <dewar@adacore.com>
4597
4598 * sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
4599 vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
4600 sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
4601
4602 2014-01-29 Robert Dewar <dewar@adacore.com>
4603
4604 * sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
4605 * sem_warn.adb (Check_References): Suppress warnings if inside
4606 Initial_Condition pragma.
4607
4608 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4609
4610 * sem_prag.adb (Check_Missing_Part_Of): List all values of
4611 State_Space_Kind for readability reasons. Do not emit an error on
4612 a private item when the enclosing package lacks aspect/pragma
4613 Abstract_State. Do not emit an error on a private package
4614 instantiation when the corresponding generic template lacks
4615 visible state.
4616 (Has_Visible_State): New routine.
4617 * sem_util.adb (Find_Placement_In_State_Space): The visible
4618 declarations of any kind of child units in general act as proper
4619 placement location.
4620
4621 2014-01-29 Robert Dewar <dewar@adacore.com>
4622
4623 * a-except-2005.adb, a-except.adb, a-excpol-abort.adb, a-exstat.adb,
4624 ali.adb, a-numaux.ads, a-numaux-darwin.ads, a-numaux-libc-x86.ads,
4625 a-numaux-vms.ads, a-numaux-vxworks.ads, a-numaux-x86.ads, aspects.ads,
4626 a-taside.adb, a-teioed.adb, a-textio.adb, a-textio.ads, atree.adb,
4627 atree.ads, a-witeio.adb, a-witeio.ads, a-wtedit.adb, a-ztedit.adb,
4628 a-ztexio.adb, bcheck.adb, binde.adb, checks.adb, comperr.adb,
4629 cstand.adb, debug_a.adb, einfo.ads, errout.adb, erroutc.adb,
4630 eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb, exp_ch3.adb,
4631 exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb, exp_dbug.adb,
4632 exp_disp.adb, exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_util.adb,
4633 freeze.adb, frontend.adb, g-comlin.ads, g-mbdira.adb, gnat1drv.adb,
4634 gprep.adb, g-spipat.adb, i-cpp.ads, i-vxwork.ads, i-vxwork-x86.ads,
4635 krunch.ads, layout.adb, lib-load.adb, lib-writ.adb, lib-writ.ads,
4636 live.adb, namet.ads, osint.adb, osint-c.adb, output.ads, par.adb,
4637 par-ch10.adb, par-ch13.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
4638 par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-prag.adb,
4639 par-sync.adb, par-tchk.adb, par-util.adb, prj.adb, repinfo.adb,
4640 rtsfind.adb, s-arit64.adb, s-asthan-vms-alpha.adb,
4641 s-asthan-vms-ia64.adb, s-bignum.adb, scans.adb, scng.adb, s-dimmks.ads,
4642 sem_aggr.adb, sem_attr.adb, sem_aux.adb, sem_cat.adb, sem_ch10.adb,
4643 sem_ch12.adb, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb,
4644 sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_disp.adb, sem_elab.adb,
4645 sem_elim.adb, sem_eval.adb, sem_intr.adb, sem_prag.adb, sem_res.adb,
4646 sem_type.adb, sem_util.adb, sem_warn.adb, set_targ.adb, s-fatgen.adb,
4647 s-fatgen.ads, s-fileio.adb, s-imgcha.adb, s-imgrea.adb, sinfo.ads,
4648 sinput-c.adb, snames.ads-tmpl, s-os_lib.adb, sprint.adb,
4649 s-regpat.adb, s-secsta.adb, s-stalib.ads,
4650 s-stchop.adb, s-stoele.ads, stand.ads, s-taprop-solaris.adb,
4651 s-tasdeb-vms.adb, s-tasini.adb, s-tassta.adb, s-valdec.adb,
4652 s-valuti.adb, s-wchjis.adb, s-wchwts.adb, system.ads, system-vms_64.ads,
4653 system-vms-ia64.ads, treepr.adb, types.ads, uintp.adb, uname.adb,
4654 urealp.adb, usage.adb, vxaddr2line.adb: Minor reformatting.
4655
4656 2014-01-29 Robert Dewar <dewar@adacore.com>
4657
4658 * expander.adb: Minor reformatting.
4659
4660 2014-01-29 Javier Miranda <miranda@adacore.com>
4661
4662 * exp_ch3.adb (Predefined_Primitive_Bodies): Adding documentation to
4663 previous patch.
4664
4665 2014-01-29 Javier Miranda <miranda@adacore.com>
4666
4667 * exp_ch3.adb (Predefined_Primitive_Bodies): Complete the code
4668 that checks if an interface types defines the predefined "="
4669 function because the compiler was erroneously not generating the
4670 predefined "=" primitive as soon as the name of some interface
4671 primitive is "=" (formals were not checked).
4672
4673 2014-01-29 Ed Schonberg <schonberg@adacore.com>
4674
4675 * expander.adb (Expander): In GNATprove mode, do not process
4676 transient scopes: they are in general not created in this mode,
4677 and an attempt to examine them will lead to constraint errors when
4678 processing configuration pragmas that have analyzable expressions.
4679
4680 2014-01-29 Vincent Celier <celier@adacore.com>
4681
4682 * clean.adb (Gnatclean): Fail if main project is an aggregate
4683 project or if there is an aggregate library project in the
4684 project tree.
4685 * gnatcmd.adb: Fail if the main project is an aggregate project
4686 or if there is an aggegate library project in the project tree.
4687 * make.adb (Initialize): : Fail if main project is an aggregate
4688 project or if there is an aggregate library project in the
4689 project tree.
4690 * makeutl.ads (Aggregate_Libraries_In): New Boolean function.
4691 * prj-makr.adb (Initialize): Fail if the main project is an
4692 aggregate project or an aggregate library project.
4693
4694 2014-01-29 Vincent Celier <celier@adacore.com>
4695
4696 * prj-part.adb (Check_Import_Aggregate): New procedure
4697 to check if an imported project is an aggregate project.
4698 (Parse_Single_Project): Call Check_Import_Aggregate
4699 * projects.texi: Document that aggregate projects cannot be
4700 extended or imported.
4701
4702 2014-01-29 Robert Dewar <dewar@adacore.com>
4703
4704 * exp_ch9.adb, sem_ch7.ads, s-regexp.adb, sem_ch13.adb: Minor
4705 reformatting and code clean up.
4706 * gnat_ugn.texi: Add documentation section on Atomic Variables
4707 and Optimization.
4708
4709 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4710
4711 * einfo.adb Flag264 is now unused.
4712 (Has_Body_References): Removed.
4713 (Set_Has_Body_References): Removed.
4714 (Write_Entity_Flags): Remove the output for flag Has_Body_References.
4715 * einfo.ads Update the comment on usage of attribute
4716 Body_References. Remove attribute Has_Body_References and its
4717 usage in nodes.
4718 (Has_Body_References): Removed along with pragma Inline.
4719 (Set_Has_Body_References): Removed along with pragma Inline.
4720 * sem_prag.adb (Analyze_Global_Item): Move the call to
4721 Record_Possible_Body_Reference in the state related checks
4722 section. Add a comment intended function.
4723 (Analyze_Input_Output): Move the call to Record_Possible_Body_Reference
4724 in the state related checks section. Add a comment intended function.
4725 (Analyze_Refinement_Clause): Cleanup the illegal body reference
4726 reporting. Add a comment on timing of error reporting.
4727 (Record_Possible_Body_Reference): Reimplement the routine.
4728
4729 2014-01-29 Vincent Celier <celier@adacore.com>
4730
4731 * makeutl.adb (Mains.Find_File_Add_Extension): Only look for specs for
4732 unit-based languages.
4733 (Mains.Complete_Mains.Do_Complete): Use the source file project
4734 tree when calling Find_File_Add_Extension. Use the correct
4735 project name when reporting an error.
4736
4737 2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
4738
4739 * aspects.adb Add an entry for aspect Part_Of in table
4740 Canonical_Aspect.
4741 * aspects.ads Add an entry for aspect Part_Of in tables Aspect_Id,
4742 Aspect_Argument, Aspect_Names and Aspect_Delay.
4743 * atree.h Define Elist9.
4744 * atree.adb (Elist9): New routine.
4745 (Set_Elist9): New routine.
4746 * atree.ads (Elist9): New routine.
4747 (Set_Elist9): New routine.
4748 * einfo.adb Add Part_Of_Constituents and Encapsulating_State to
4749 the list of node usage. Remove Refined_State from the list of
4750 node usage.
4751 (Encapsulating_State): New routine.
4752 (Get_Pragma):
4753 Handle pragma Part_Of; (Part_Of_Constituents): New routine.
4754 (Refined_State): Removed.
4755 (Set_Encapsulating_State): New routine.
4756 (Set_Part_Of_Constituents): New routine.
4757 (Set_Refined_State): Removed.
4758 (Write_Field9_Name): Add an entry
4759 for Part_Of_Constituents (Write_Field10_Name): Add an entry for
4760 Encapsulating_State. Remove the entry for Refined_State.
4761 * einfo.ads Add new attributes Encapsulating_State
4762 and Part_Of_Constituents alond with their usage in
4763 entities. Remove attribute Refined_State along with its
4764 usage in entities.
4765 (Encapsulating_State): New routine and
4766 pragma Inline. (Get_Pragma): Update the comment on usage.
4767 (Part_Of_Constituents): New routine and pragma Inline.
4768 (Refined_State): Removed along with pragma Inline.
4769 (Set_Encapsulating_State): New routine and pragma Inline.
4770 (Set_Part_Of_Constituents): New routine and pragma Inline.
4771 (Set_Refined_State): Removed along with pragma Inline.
4772 * par-prag.adb Pragma Part_Of does not need any special processing
4773 by the parser.
4774 * sem_ch3.adb (Analyze_Declarations): Remove local variables
4775 Body_Id and Prag. Call separate routines to analyze the
4776 contract of a package [body].
4777 (Analyze_Object_Contract):
4778 Update the comment on usage. Remove local variables
4779 Items and Nam. Use Get_Pragma rather than traversing the
4780 classification list. Verify whether the lack of indicator
4781 Part_Of agrees with the placement of the variable in state space.
4782 (Analyze_Object_Declaration): Initialize the encapsulating state
4783 of a variable. (Requires_State_Refinement): Moved to sem_util.
4784 * sem_ch7.adb (Analyze_Package_Body_Contract): New routine.
4785 (Analyze_Package_Contract): New routine.
4786 * sem_ch7.ads (Analyze_Package_Body_Contract): New routine.
4787 (Analyze_Package_Contract): New routine.
4788 * sem_ch10.adb (Decorate_State): Initialize the encapsulating
4789 state and Part_Of constituents.
4790 * sem_ch13.adb (Analyze_Aspect_Specifications):
4791 Add processing for aspect Part_Of. Update all
4792 calls to Decorate_Delayed_Aspect_And_Pragma.
4793 (Check_Aspect_At_Freeze_Point): Aspect Part_Of does
4794 not need any special processing at freeze time.
4795 (Decorate_Delayed_Aspect_And_Pragma): Renamed to
4796 Decorate_Aspect_And_Pragma. Add formal parameter Delayed and
4797 update the associated comment.
4798 * sem_prag.adb Add an entry for pragma Part_Of in table Sig_Flags.
4799 (Analyze_Abstract_State): Add new global variable State_Id. Remove
4800 local constants Errors and Loc. Remove local variables Is_Null
4801 and State_Nam. Create the entity of the abstract state on the
4802 spot, before all remaining checks are performed. Verify that a
4803 missing Part_Of option agrees with the placement of the abstract
4804 state within the state space.
4805 (Analyze_Depends_In_Decl_Part):
4806 Add new global variables Constits_Seen and States_Seen. Check
4807 that a state and a corresponding constituent do not appear
4808 in pragma [Refined_]Depends.
4809 (Analyze_Global_In_Decl_Part):
4810 Add new global variables Constits_Seen and States_Seen. Check
4811 that a state and a corresponding constituent do not appear
4812 in pragma [Refined_]Global.
4813 (Analyze_Global_Item):
4814 Remove the now obsolete code that deals with Part_Of.
4815 Add the entity of the global item to the list of processed
4816 items. (Analyze_Initializes_In_Decl_Part): Add new global
4817 variables Constits_Seen and States_Seen. Check that a state
4818 and a corresponding constituent do not appear in pragma
4819 Initializes.
4820 (Analyze_Initialization_Item): Add the entity
4821 of the initialization item to the list of processed items.
4822 (Analyze_Input_Item): Add the entity of the initialization
4823 item to the list of processed items.
4824 (Analyze_Input_Output):
4825 Remove the now obsolete code that deals with Part_Of. Add the
4826 entity of the input/output to the list of processed items.
4827 (Analyze_Part_Of): New routine.
4828 (Analyze_Part_Of_Option): Remove
4829 local constant Par_State. Add local constant Encaps and local
4830 variables Encaps_Id and Legal. Use Analyze_Part of to analyze
4831 the option. Turn the related state into a Part_Of constituent
4832 if the option is legal.
4833 (Analyze_Pragma): Add processing
4834 for pragma Part_Of.
4835 (Analyze_Refined_State_In_Decl_Part):
4836 Remove global constants Pack_Body and Spec_Id. Remove
4837 global variables Abstr_States and Hidden_States. Add new
4838 global variables Available_States, Body_Id, Body_States and
4839 Spec_Id. Add new local constant Body_Decl. Reimplement the
4840 logic that extracts the states available for refinement from
4841 the related package and the body hidden states of the said
4842 package.
4843 (Analyze_Refinement_Clause): Add local variable Part_Of_Constits.
4844 (Check_Applicable_Policy): Alphabetize body.
4845 (Check_Dependency_Clause): Replace Refined_State
4846 with Encapsulating_State.
4847 (Check_Matching_Constituent):
4848 Reimplement the logic that determines whether an item is a valid
4849 / invalid constituent of the current refined state. Return when
4850 a construct does not denote a valid abstract state. Extract the
4851 list of Part_Of constituents for further analysis. Check that all
4852 Part_Of constituents of a state have been used in its refinement.
4853 (Check_Matching_State): Update the comment on usage. Operate
4854 on the list of available states.
4855 (Check_Missing_Part_Of): New routine.
4856 (Check_Refined_Global_Item): Replace Refined_State
4857 with Encapsulating_State.
4858 (Check_State_And_Constituent_Use): New routine.
4859 (Create_Abstract_State): New routine.
4860 (Is_Matching_Input): Replace Refined_State with Encapsulating_State.
4861 (Is_Part_Of): Removed.
4862 (Collect_Body_States): New routine.
4863 (Collect_Constituent): Replace Refined_State with Encapsulating_State.
4864 (Collect_Hidden_States): Removed.
4865 (Report_Unrefined_States): Change the profile of the procedure along
4866 with the comment on usage.
4867 (Report_Unused_Constituents): New routine.
4868 (Report_Unused_Hidden_States): Removed.
4869 (Report_Unused_States): New routine.
4870 * sem_prag.ads (Check_Missing_Part_Of): New routine.
4871 * sem_util.adb (Add_Contract_Item): Pragma Part_Of can now
4872 appear in the classification pragmas of a package instantiation
4873 or a variable.
4874 (Find_Placement_In_State_Space): New routine.
4875 (Is_Child): Removed.
4876 (Is_Child_Or_Sibling): Remove formal
4877 parameter Private_Child. Remove the private child checks.
4878 (Requires_State_Refinement): Moved from sem_ch3.
4879 * sem_util.ads Add new type State_Space_Kind along with
4880 comment on its usage and values.
4881 (Add_Contract_Item): Update the comment on usage.
4882 (Find_Body_Discriminal): Alphabetize spec.
4883 (Find_Placement_In_State_Space): New routine.
4884 (Is_Child_Or_Sibling): Remove formal parameter Private_Child
4885 and update the comment on usage.
4886 (Requires_State_Refinement): Moved from sem_ch3.
4887 * sinfo.ads: Update the documentation of N_Contract.
4888 * snames.ads-tmpl The predefined name for Part_Of is now used
4889 to denote a pragma. Add Pragma_Id for Part_Of.
4890
4891 2014-01-29 Emmanuel Briot <briot@adacore.com>
4892
4893 * s-regexp.adb (Create_Secondary_Table): Automatically grow the state
4894 machine as needed.
4895 (Dump): New subprogram.
4896
4897 2014-01-29 Tristan Gingold <gingold@adacore.com>
4898
4899 * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Add
4900 Expand_Entry_Declaration to factorize code.
4901
4902 2014-01-29 Ed Schonberg <schonberg@adacore.com>
4903
4904 * checks.adb: minor clarification.
4905 * sem_ch7.adb (Declare_Inherited_Private_Subprograms): Limit
4906 search for primitive operations to the entities that immediately
4907 follow the type declaration.
4908
4909 2014-01-29 Tristan Gingold <gingold@adacore.com>
4910
4911 * exp_ch9.adb (Build_Protected_Entry): Do not call
4912 Complete_Entry_Body anymore.
4913 * rtsfind.ads (RE_Complete_Single_Entry_Body): Remove.
4914 * s-tposen.ads, s-tposen.adb (Complete_Single_Entry_Body): Remove.
4915
4916 2014-01-29 Pierre-Marie Derodat <derodat@adacore.com>
4917
4918 * s-os_lib.adb, s-os_lib.ads (Normalize_Pathname): Return an empty
4919 string when the Name input bigger than allowed. Adapt the function
4920 specification.
4921
4922 2014-01-29 Ed Schonberg <schonberg@adacore.com>
4923
4924 * checks.adb (Install_Null_Excluding_Check): Do not emit warning
4925 if expression is within a case_expression of if_expression.
4926
4927 2014-01-29 Robert Dewar <dewar@adacore.com>
4928
4929 * exp_ch9.adb, inline.ads: Minor reformatting.
4930
4931 2014-01-29 Tristan Gingold <gingold@adacore.com>
4932
4933 * exp_ch9.adb (Is_Exception_Safe): Return true if no exceptions.
4934
4935 2014-01-29 Yannick Moy <moy@adacore.com>
4936
4937 * inline.ads (Pending_Body_Info): Add SPARK_Mode and
4938 SPARK_Mode_Pragma components to be able to analyze generic
4939 instance.
4940 * sem_ch12.adb (Analyze_Package_Instantiation,
4941 Inline_Instance_Body, Need_Subprogram_Instance_Body,
4942 Load_Parent_Of_Generic): Pass in SPARK_Mode from instantiation
4943 for future analysis of the instance.
4944 (Instantiate_Package_Body,
4945 Instantiate_Subprogram_Body, Set_Instance_Inv): Set SPARK_Mode
4946 from instantiation to analyze the instance.
4947
4948 2014-01-29 Robert Dewar <dewar@adacore.com>
4949
4950 * sem_ch7.adb, sem_prag.adb, sem_ch4.adb, sem_ch6.adb: Minor code
4951 reorganization.
4952
4953 2014-01-29 Yannick Moy <moy@adacore.com>
4954
4955 * gnat_rm.texi: Update description of SPARK_Mode pragma.
4956
4957 2014-01-29 Tristan Gingold <gingold@adacore.com>
4958
4959 * exp_ch9.adb (Expand_N_Protected_Body): Remove Num_Entries.
4960
4961 2014-01-29 Thomas Quinot <quinot@adacore.com>
4962
4963 * sem_ch4.adb (Find_Component_In_Instance): Update comment.
4964
4965 2014-01-29 Ed Schonberg <schonberg@adacore.com>
4966
4967 * exp_util.adb (Build_Task_Image_Prefix): Indicate that the
4968 resulting string is an internal entity. and thus requires no
4969 initialization. This is relevant when Initialize_ Scalars is
4970 enabled, because the resultant spurious initialization may lead to
4971 secondary stack anomalies that produce a mangled name for a task.
4972
4973 2014-01-29 Yannick Moy <moy@adacore.com>
4974
4975 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode
4976 not inherited from spec anymore. Check consistency
4977 rules after processing of declarations.
4978 * sem_ch7.adb (Analyze_Package_Body_Helper): SPARK_Mode not inherited
4979 from spec anymore. Check consistency rules after processing of
4980 declarations.
4981 (Analyze_Package_Declaration): Set SPARK_Mode only for non-generic
4982 packages.
4983 * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode): Implement new
4984 consistency rules.
4985
4986 2014-01-27 Robert Dewar <dewar@adacore.com>
4987
4988 * sem_res.adb (Resolve_Comparison_Op): Add type name/location
4989 to unordered msg.
4990 (Resolve_Range): Add type name/location to unordered msg.
4991
4992 2014-01-27 Claire Dross <dross@adacore.com>
4993
4994 * a-cofove.adb/s (Copy): Add precondition so that Copy (Source,
4995 Capacity) is only called with Capacity >= Length (Source) and
4996 Capacity in Capacity_Range.
4997 * a-cfdlli.adb/s, a-cfhase.adb/s, a-cfhama.adb/s, a-cforse.adb/s,
4998 a-cforma.adb/s (Copy): Add precondition so that Copy (Source, Capacity)
4999 is only called with Capacity >= Source.Capacity. Raise Capacity_Error
5000 in the code is this is not the case.
5001
5002 2014-01-27 Thomas Quinot <quinot@adacore.com>
5003
5004 * sem_ch4.adb (Analyze_Selected_Component): Fix handling of
5005 selected component in an instance where the component of the
5006 actual is not visibile at instantiation.
5007
5008 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5009
5010 * sem_ch6.adb: sem_ch6.adb (Set_Actual_Subtypes): If the type
5011 has a dynamic predicate, generate freeze node for Actual_Subtype
5012 at once, because the declaration of the corresponding predicate
5013 function will make reference to it.
5014
5015 2014-01-27 Tristan Gingold <gingold@adacore.com>
5016
5017 * exp_ch7.adb, exp_ch9.adb: Adjust comments.
5018
5019 2014-01-27 Robert Dewar <dewar@adacore.com>
5020
5021 * exp_ch4.adb (Expand_N_Op_Expon): Remove unsigned type test
5022 for 2**X optimization.
5023
5024 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5025
5026 * a-suenst.adb: strings.utf_encoding.strings (Decode): Check
5027 explicitly whether value is in range of Character, because the
5028 library is typically compiled with range checks disabled, and
5029 we cannot rely on the implicit check on the argument of 'Val.
5030
5031 2014-01-27 Vincent Celier <celier@adacore.com>
5032
5033 * a-ciorma.adb, a-cihama.adb (Assign): Copy the Source to the Target,
5034 not the Target to itself.
5035
5036 2014-01-27 Robert Dewar <dewar@adacore.com>
5037
5038 * vms_conv.ads, ali.adb, sem_ch6.ads, opt.ads, vms_cmds.ads: Minor
5039 changes to avoid incorrect use of unordered enum types.
5040
5041 2014-01-27 Thomas Quinot <quinot@adacore.com>
5042
5043 * sem_ch4.adb: Minor reformatting.
5044
5045 2014-01-27 Robert Dewar <dewar@adacore.com>
5046
5047 * scn.adb (Check_End_Of_Line): Removed.
5048 (Error_Long_Line): Removed.
5049 (Determine_License): Use versions of above routines from Scanner.
5050 * scng.adb (Check_End_Of_Line): Moved to spec.
5051 (Error_Long_Line): Removed, no longer used.
5052 * scng.ads (Check_End_Of_Line): Moved here from body.
5053
5054 2014-01-27 Tristan Gingold <gingold@adacore.com>
5055
5056 * exp_ch7.adb (Build_Cleanup_Statements): Call
5057 Build_Protected_Subprogram_Call_Cleanup to insert the cleanup
5058 for protected body.
5059 * exp_ch9.adb (Build_Protected_Subprogram_Body): Likewise.
5060 Remove Service_Name variable.
5061 (Build_Protected_SUbprogam_Call_Cleanup): New procedure that
5062 factorize code from the above subprograms.
5063 * exp_ch9.ads (Build_Protected_Subprogram_Call_Cleanup): New procedure.
5064
5065 2014-01-27 Hristian Kirtchev <kirtchev@adacore.com>
5066
5067 * einfo.adb (Has_Option): Reimplemented.
5068 * sem_prag.adb (Analyze_Refinement_Clause): Add global
5069 variables AR_Constit, AW_Constit, ER_Constit, EW_Constit,
5070 External_Constit_Seen and State. Add local variables Body_Ref,
5071 Body_Ref_Elmt and Extra_State. Reimplement part of the logic to
5072 avoid a cumbersome while pool. Verify the legality of an external
5073 state and relevant properties.
5074 (Check_External_Property): New routine.
5075 (Check_Matching_State): Remove parameter profile
5076 and update comment on usage.
5077 (Collect_Constituent): Store the
5078 relevant external property of a constituent.
5079 * sem_util.adb (Async_Readers_Enabled): Update the call to
5080 Has_Enabled_Property.
5081 (Async_Writers_Enabled): Update the call to Has_Enabled_Property.
5082 (Effective_Reads_Enabled): Update the call to Has_Enabled_Property.
5083 (Effective_Writes_Enabled): Update the call to Has_Enabled_Property.
5084 (Has_Enabled_Property): Rename formal parameter Extern to State_Id.
5085 Update comment on usage. Reimplement the logic to recognize the various
5086 formats of properties.
5087
5088 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5089
5090 * par-ch5.adb: Minor reformatting.
5091
5092 2014-01-27 Tristan Gingold <gingold@adacore.com>
5093
5094 * s-tposen.ads: Harmonize style and comments.
5095
5096 2014-01-27 Vincent Celier <celier@adacore.com>
5097
5098 * projects.texi: Document that shared library projects, by
5099 default, cannot import projects that are not shared library
5100 projects.
5101
5102 2014-01-27 Robert Dewar <dewar@adacore.com>
5103
5104 * sem_ch8.adb (Find_Selected_Component): Use Replace instead
5105 of Rewrite.
5106
5107 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5108
5109 * a-suenco.adb, a-suenst.adb (Decode): Raise encoding error if
5110 any other exception is raised.
5111 (Convert): If both Input_Scheme and Output_Scheme are UTF_8 it is
5112 still necessary to perform a conversion in order to remove overlong
5113 encodings.
5114
5115 2014-01-27 Robert Dewar <dewar@adacore.com>
5116
5117 * exp_smem.adb: Minor reformatting.
5118
5119 2014-01-27 Thomas Quinot <quinot@adacore.com>
5120
5121 * a-calfor.ads: Fix incorrect reference to operator "-" in comment.
5122
5123 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5124
5125 * sem_res.adb (Make_Call_Into_Operator): In ASIS mode, relocate
5126 nodes for operands to the original node for the call, to preserve
5127 Original_Node pointers within the resolved operands, given that
5128 they may have been rewritten as well. Previous approach copied
5129 the operands into a new tree and lost those pointers.
5130
5131 2014-01-27 Claire Dross <dross@adacore.com>
5132
5133
5134 * a-cofove.adb, a-cofove.ads: Add Strict_Equal function to the API.
5135
5136 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5137
5138 * sem_util.adb (Check_Internal_Protected_Use): A call through
5139 an anonymous access parameter of the current protected function
5140 is not a potential modification of the current object.
5141
5142 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5143
5144 * a-cobove.adb (Reserve_Capacity): Procedure raises
5145 Capacity_Error, not Constraint_Error, when request cannot be
5146 satisfied.
5147
5148 2014-01-27 Vincent Celier <celier@adacore.com>
5149
5150 * a-coorma.adb, a-cohama.adb (Assign): Copy the Source to the Target,
5151 not the Target to itself.
5152
5153 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5154
5155 * exp_ch4.adb (Expand_Concatenate): If the target of the
5156 concatenation is a library-level entity, always use the off-line
5157 version of concatenation, regardless of optimization level. This
5158 is space-efficient, and prevents linking problems when some
5159 units are compiled with different optimization levels.
5160
5161 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5162
5163 * sem_ch5.adb: Code clean up.
5164
5165 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5166
5167 * par-ch5.adb (P_Iterator_Specification): Improve error recovery
5168 when an array or container iterator includes a subtype indication,
5169 which is only legal in an element iterator.
5170
5171 2014-01-27 Thomas Quinot <quinot@adacore.com>
5172
5173 * exp_ch7.adb: Minor reformatting.
5174
5175 2014-01-27 Robert Dewar <dewar@adacore.com>
5176
5177 * opt.adb (SPARK_Mode): Default for library units is None rather
5178 than Off.
5179 * opt.ads: Remove AUTO from SPARK_Mode_Type SPARK_Mode_Type is
5180 no longer ordered.
5181 * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Remove AUTO
5182 possibility.
5183 * snames.ads-tmpl (Name_Auto): Removed, no longer used.
5184
5185 2014-01-27 Robert Dewar <dewar@adacore.com>
5186
5187 * par-ch5.adb (P_Sequence_Of_Statements): Make entry in
5188 Suspicious_Labels table if we have identifier; followed by loop
5189 or block.
5190 * par-endh.adb (Evaluate_End_Entry): Search Suspicious_Labels table.
5191 * par.adb (Suspicious_Labels): New table.
5192
5193 2014-01-27 Robert Dewar <dewar@adacore.com>
5194
5195 * exp_aggr.adb (Check_Bounds): Reason is range check, not
5196 length check.
5197
5198 2014-01-27 Yannick Moy <moy@adacore.com>
5199
5200 * get_spark_xrefs.adb (Get_SPARK_Xrefs): Accept new type 'c' for
5201 reference.
5202 * lib-xref-spark_specific.adb (Is_Global_Constant): Remove useless
5203 function now.
5204 (Add_SPARK_Xrefs): Include references to constants.
5205 * spark_xrefs.ads Document new character 'c' for references to
5206 constants.
5207
5208 2014-01-27 Thomas Quinot <quinot@adacore.com>
5209
5210 * exp_smem.adb (Add_Write_After): For a function call, insert write as
5211 an after action in a transient scope.
5212
5213 2014-01-27 Thomas Quinot <quinot@adacore.com>
5214
5215 * exp_smem.adb (Expand_Shared_Passive_Variable): For a reference
5216 to a shared variable as an OUT formal in a call to an init proc,
5217 the 'Read call must be emitted after, not before, the call.
5218
5219 2014-01-27 Robert Dewar <dewar@adacore.com>
5220
5221 * gnat_rm.texi: Remove mention of AUTO mode for SPARK_Mode pragma.
5222
5223 2014-01-27 Robert Dewar <dewar@adacore.com>
5224
5225 * a-wichha.adb (Character_Set_Version): Change to output proper
5226 value.
5227
5228 2014-01-27 Hristian Kirtchev <kirtchev@adacore.com>
5229
5230 * einfo.adb (Is_Input_Only_State): Removed.
5231 (Is_Non_Volatile_State): Removed.
5232 (Is_Output_State): Removed.
5233 * einfo.ads (Is_Input_Only_State): Remove attribute and
5234 subprogram. Update related entity.
5235 (Is_Non_Volatile_State):
5236 Remove attribute and subprogram. Update related entity.
5237 (Is_Output_State): Removed attribute and subprogram. Update
5238 related entity.
5239 * exp_ch6.adb (Expand_Subprogram_Contract): Update comment on
5240 generated code.
5241 * sem_ch3.adb (Analyze_Declarations): Analyze the contract of
5242 an object, not just variables.
5243 (Analyze_Object_Contract): New routine.
5244 (Analyze_Variable_Contract): Removed.
5245 (Process_Discriminants): Detect an illegal use of volatile
5246 discriminant in SPARK mode.
5247 * sem_ch5.adb (Analyze_Iterator_Specification):
5248 Detect an illegal use of volatile loop variable.
5249 (Analyze_Loop_Parameter_Specification): Detect an illegal use
5250 of volatile loop variable.
5251 * sem_ch6.adb (Process_Formals): Update the volatile object
5252 detection. Detect an illegal formal of mode IN OUT or OUT in
5253 SPARK mode. Enhance the error messages with references.
5254 * sem_ch12.adb (Instantiate_Object): Update the volatile object
5255 detection. Enhance the error messages with references.
5256 * sem_prag.adb (Analyze_Abstract_State): Enhance the error
5257 messages with references.
5258 (Analyze_Contract_Case): Enhance the error messages with references.
5259 (Analyze_External_Property): Call Check_Duplicate_Property to process
5260 an external property.
5261 (Analyze_External_Property_In_Decl_Part): New routine.
5262 (Analyze_External_State_In_Decl_Part): Removed.
5263 (Analyze_Global_Item): Detect an illegal
5264 use of a volatile constant. Detect an illegal use
5265 of a variable with enabled Effective_Reads. Enhance
5266 the error messages with references. Remove obsolete
5267 checks concerning Input_Only and Output_Only states.
5268 (Analyze_Initialization_Item): Enhance the error messages
5269 with references.
5270 (Analyze_Initializes_In_Decl_Part): Do not
5271 collect the states and variables when the initialization list
5272 is null.
5273 (Analyze_Input_Item): Enhance the error messages with references.
5274 (Analyze_Input_Output): Enhance the error messages with references.
5275 (Analyze_Pragma): Enhance the error messages with references.
5276 (Analyze_Refinement_Clause): Code reformatting.
5277 (Analyze_Refined_Depends_In_Decl_Part):
5278 Rename global variable Global to Reg_Global and update all
5279 occurrences. Add local variables D7 and D8. Update the error
5280 messages with references. Update the call to Collect_Global_Items.
5281 (Analyze_Refined_Global_In_Decl_Part): Add local variables
5282 Has_Proof_In_State, Proof_In_Constits and Proof_In_Items. Update
5283 the call to Collect_Global_Items. Account for a Proof_In state
5284 in null / useless refinement checks. Verify the coverage of
5285 Proof_In states.
5286 (Check_Dependency_Clause): Remove local variable
5287 Out_Constits. Remove the retrieval and removal of constituents
5288 for an Output_Only state. Remove the reporting of unused
5289 Output_Only state constituents.
5290 (Check_Duplicate_Mode): Enhance
5291 the error message with a reference.
5292 (Check_Duplicate_Property): New routine.
5293 (Check_Duplicate_Option): Enhance the error message with a reference.
5294 (Check_External_Properties): Enhance the error message with a reference.
5295 (Check_Function_Return): Enhance the error message with a reference.
5296 (Check_In_Out_States): Update
5297 comment on usage. Add a specialized error message for Proof_In
5298 constituents. Enhance the error message with a reference.
5299 (Check_Input_States): Update comment on usage. Account for
5300 possible Proof_In constituents. Enhance the error message
5301 with a areference.
5302 (Check_Matching_Constituent): Enhance the error message with a
5303 reference.
5304 (Check_Matching_State): Enchance the error message with a reference.
5305 (Check_Mode): Add local variable From_Global. Update the call to
5306 Find_Mode. Emit more precise error messages concerning extra items
5307 (Check_Mode_Restriction_In_Enclosing_Context): Consider
5308 pragma Refined_Global. Enhance the error message with a
5309 reference.
5310 (Check_Mode_Restriction_In_Function): Enhance the error message with
5311 a reference.
5312 (Check_Output_States): Update comment on usage. Add local variable
5313 Posted. Account for possible Proof_In constituents. Produce a detailed
5314 list of missing constituents.
5315 (Check_Proof_In_States): New routine.
5316 (Check_Refined_Global_Item): Handle Proof_In
5317 constituents. Enchance the error message with a reference.
5318 (Collect_Global_Items): Add formal parameters Proof_In_Items
5319 and Has_Proof_In_State. Update the comment on usage. Account
5320 for Proof_In items.
5321 (Create_Or_Modify_Clause): Enchance
5322 the error message with a reference.
5323 (Find_Mode): Add
5324 formal parameter From_Global. Update the comment on usage.
5325 Detect when the mode is governed by pragma [Refined_]Global.
5326 (Output_Constituents): Removed.
5327 (Report_Extra_Constituents):
5328 Report extra Proof_In constituents.
5329 (Report_Unused_Constituents): Removed.
5330 (Usage_Error): Code reformatting. Enhance the error
5331 messages with reference.
5332 * sem_prag.ads (Analyze_External_Property_In_Decl_Part): New routine.
5333 (Analyze_External_State_In_Decl_Part): Removed.
5334 * sem_res.adb (Resolve_Actuals): Update the volatile object
5335 detection. Enhance the error message with a reference.
5336 (Resolve_Entity_Name): Update the volatile object
5337 detection. Enhance the error message with a reference.
5338 * sem_util.adb (Is_Refined_State): Add a guard to avoid a crash.
5339 (Is_SPARK_Volatile_Object): New routine.
5340 (Has_Volatile_Component): New routine.
5341 * sem_util.ads (Is_Delegate): Alphabetized.
5342 (Is_SPARK_Volatile_Object): New routine.
5343 (Has_Volatile_Component): New routine.
5344 * snames.ads-tmpl: Remove names Name_Input_Only and Name_Output_Only.
5345
5346 2014-01-27 Ed Schonberg <schonberg@adacore.com>
5347
5348 * sem_attr.adb: Resolve fully prefix of 'Update.
5349
5350 2014-01-27 Ben Brosgol <brosgol@adacore.com>
5351
5352 * gnat_rm.texi: Minor clarifications.
5353
5354 2014-01-27 Robert Dewar <dewar@adacore.com>
5355
5356 * sem_elab.adb (Check_Internal_Call_Continue): Avoid complaining
5357 about call that is generated as part of an Initial_Condition
5358 check.
5359 * sem_prag.adb: Minor spelling correction.
5360
5361 2014-01-27 Robert Dewar <dewar@adacore.com>
5362
5363 * sem_prag.adb (Set_Convention_From_Pragma): Check that
5364 convention Ghost can only apply to functions.
5365 * einfo.ads, einfo.adb (Is_Ghost_Subprogram): Add clarifying comment.
5366
5367 2014-01-27 Robert Dewar <dewar@adacore.com>
5368
5369 * gnat_ugn.texi: Add Short_Enums to documentation of
5370 -gnatet/-gnateT.
5371
5372 2014-01-27 Robert Dewar <dewar@adacore.com>
5373
5374 * sem_prag.adb (Analyze_Input_Item): Correct check for input
5375 item in same package.
5376 * sem_util.ads, sem_util.adb (Within_Scope): New function.
5377
5378 2014-01-26 Arnaud Charlet <charlet@adacore.com>
5379
5380 * a-intnam-lynxos.ads, mlib-tgt-specific-lynxos.adb,
5381 s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
5382 s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-tpopsp-lynxos.adb,
5383 system-lynxos-ppc.ads, system-lynxos-x86.ads: Removed, no longer
5384 maintained.
5385
5386 2014-01-25 Eric Botcazou <ebotcazou@adacore.com>
5387
5388 * gcc-interface/Makefile.in: Fix oversight.
5389
5390 2014-01-25 Eric Botcazou <ebotcazou@adacore.com>
5391
5392 * gcc-interface/utils.c (convert_to_fat_pointer): Un-obfuscate the
5393 conversion from a thin pointer with a shifted value.
5394 * gcc-interface/utils2.c (gnat_build_constructor): Propagate the
5395 read-only flag from the values onto the result.
5396 (gnat_invariant_expr): Accept read-only CONSTRUCTORs.
5397
5398 2014-01-25 Tristan Gingold <gingold@adacore.com>
5399
5400 * gcc-interface/decl.c (gnat_to_gnu_entity): Always build a variable
5401 for E_Variable with a pragma Linker_Section.
5402
5403 2014-01-25 Robert Dewar <dewar@adacore.com>
5404
5405 * gcc-interface/decl.c (gnat_to_gnu_param): Make sure an Out parameter
5406 with Default_Value aspect is passed in by copy.
5407
5408 2014-01-24 Eric Botcazou <ebotcazou@adacore.com>
5409
5410 * set_targ.adb: Set Short_Enums.
5411 * gcc-interface/lang.opt (fshort-enums): New option.
5412 * gcc-interface/misc.c (gnat_handle_option): Handle it.
5413 (gnat_post_options): Do not modify the global settings.
5414
5415 2014-01-24 Robert Dewar <dewar@adacore.com>
5416
5417 * g-rannum.ads, g-rannum.adb (Random_Ordinary_Fixed): New generic
5418 function.
5419 (Random_Decimal_Fixed): New generic function.
5420 * s-rannum.ads: Minor comment clarifications.
5421
5422 2014-01-24 Robert Dewar <dewar@adacore.com>
5423
5424 * back_end.adb: Remove Short_Enums handling (handled in
5425 Ttypes/Get_Targ now) Minor added comments.
5426 * freeze.adb: Change name Short_Enums_On_Target to
5427 Target_Short_Enums.
5428 * get_targ.ads, get_targ.adb (Get_Short_Enums): New function.
5429 * opt.ads: Minor comment updates.
5430 * sem_ch13.adb: Change name Short_Enums_On_Target to
5431 Target_Short_Enums.
5432 * set_targ.adb: Set Short_Enums from gcc back end.
5433 * set_targ.ads (Short_Enums): New variable.
5434 * targparm.ads, targparm.adb: Remove Short_Enums entries (handled in
5435 Ttypes/Get_Targ now).
5436 * ttypes.ads (Target_Short_Enums): New constant boolean switch
5437
5438 2014-01-24 Pascal Obry <obry@adacore.com>
5439
5440 * g-sercom-mingw.adb: Fix serial port name for port number > 10.
5441
5442 2014-01-24 Gary Dismukes <dismukes@adacore.com>
5443
5444 * exp_disp.adb (Expand_Dispatching_Call): Call Unqualify on Param when
5445 comparing it with Ctrl_Arg, since Ctrl_Arg may have had qualification
5446 stripped off.
5447
5448 2014-01-24 Robert Dewar <dewar@adacore.com>
5449
5450 * sinfo.ads, make.adb, prj-env.adb: Minor reformatting.
5451
5452 2014-01-24 Vincent Celier <celier@adacore.com>
5453
5454 * prj.adb (Add_Aggregated_Project): Do not add a project in
5455 the list if it is already there.
5456
5457 2014-01-24 Yannick Moy <moy@adacore.com>
5458
5459 * lib-xref-spark_specific.adb (Enclosing_Subprogram_Or_Package):
5460 Correct the search for a subrogram declaration to which a pragma is
5461 attached.
5462
5463 2014-01-24 Bob Duff <duff@adacore.com>
5464
5465 * gnat_ugn.texi: Document --decimal-grouping and
5466 --based-grouping switches in gnatpp.
5467
5468 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5469
5470 * sinfo.ads: Documentation update.
5471
5472 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5473
5474 * sem_ch3.adb (Constant_Redeclaration): New declaration is
5475 illegal if previous one has an initial expression that is an
5476 aggregate expanded into assignments.
5477
5478 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5479
5480 * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Small
5481 code reorganization to remove spurious warning on a loop with
5482 an array element iterator that has a null range.
5483
5484 2014-01-24 Vincent Celier <celier@adacore.com>
5485
5486 * make.adb (Binding_Phase): When setting the Ada paths, use
5487 the library ALI dir, not the object dir in libraries.
5488
5489 2014-01-24 Yannick Moy <moy@adacore.com>
5490
5491 * sinfo.ads: Add documentation of check flag fields.
5492
5493 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5494
5495 * sem_res.adb (Resolve_Actuals): If an actual is a view
5496 conversion of a discriminated object, and the formal type is
5497 discriminated and constrained, apply a discriminant check to
5498 the object itself.
5499
5500 2014-01-24 Robert Dewar <dewar@adacore.com>
5501
5502 * prj.adb, prj-env.adb, back_end.adb: Add comment, minor code clean ups.
5503
5504 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5505
5506 * sem_ch3.adb (Analyze_Declarations): At the end of an
5507 appropriate declarative part, call Freeze_All from the first
5508 declaration in the scope, not from the first unfrozen one. This
5509 is necessary to apply visibility checks to entities with delayed
5510 aspects. Otherwise, in the presence of instantiations and cleanups
5511 that they may generate, the delayed aspects may be analyzed too
5512 late and produce spurious visibility errors.
5513 * sem_attr.adb: Place etype on range.
5514 * sem_ch6.adb: Documentation expression functions.
5515
5516 2014-01-24 Robert Dewar <dewar@adacore.com>
5517
5518 * exp_ch7.adb: Minor change of Indices to Indexes (preferred
5519 terminology in compiler).
5520
5521 2014-01-24 Robert Dewar <dewar@adacore.com>
5522
5523 * scans.ads: Remove Tok_Raise from Sterm, Eterm, After_SM
5524 categories, now that Ada 95 supports raise expressions.
5525
5526 2014-01-24 Robert Dewar <dewar@adacore.com>
5527
5528 * freeze.adb (Freeze_Enumeration_Type): Use new target parameter
5529 Short_Enums_On_Target.
5530 * sem_ch13.adb (Set_Enum_Esize): Take Short_Enums_On_Target
5531 into account.
5532 * targparm.ads, targparm.adb: Add new target parameter Short_Enums.
5533
5534 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5535
5536 * sem_ch5.adb (Analyze_Iterator_Specification): If subtype
5537 indication is given explicity, check that it matches the array
5538 component type or the container element type of the domain
5539 of iteration.
5540
5541 2014-01-24 Tristan Gingold <gingold@adacore.com>
5542
5543 * back_end.adb (Scan_Compiler_Arguments): Set Short_Enums_On_Target.
5544 * gcc-interface/misc.c (flag_short_enums): Declare.
5545 (gnat_post_options): Set it.
5546
5547 2014-01-24 Vincent Celier <celier@adacore.com>
5548
5549 * prj-env.adb (Ada_Objects_Path): Use Ada_Objects_Path_No_Libs
5550 to cache the result when Including_Libraries is False.
5551 * prj-env.ads (Ada_Objects_Path): Update documentation
5552 * prj.adb (Free (Project_Id)): Also free Ada_Objects_Path_No_Libs
5553 (Get_Object_Directory): Return the Library_Ali_Dir only when
5554 when Including_Libraries is True.
5555 * prj.ads (Get_Object_Directory): Fix and complete documentation
5556 (Project_Data): New component Ada_Objects_Path_No_Libs
5557
5558 2014-01-24 Robert Dewar <dewar@adacore.com>
5559
5560 * checks.adb (Expr_Known_Valid): Result of fpt operator never
5561 considered valid.
5562
5563 2014-01-24 Eric Botcazou <ebotcazou@adacore.com>
5564
5565 * back_end.adb: Minor fix in comment.
5566
5567 2014-01-24 Javier Miranda <miranda@adacore.com>
5568
5569 * sem_ch3.adb (Check_Abstract_Overriding): Code reestructuration
5570 required to report the error in case of task types.
5571
5572 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5573
5574 * sem_attr.adb: Additional index checking.
5575
5576 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5577
5578 * sem_attr.adb (Analyze_Attribute, case 'Update): Analyze
5579 expressions in each component association, and for records note
5580 the entity in each association choice, for subsequent resolution.
5581 (Resolve_Attribute, case 'Update): Complete resolution of
5582 expressions in each component association.
5583
5584 2014-01-24 Robert Dewar <dewar@adacore.com>
5585
5586 * sem.adb (Sem): Avoid premature reference to Current_Sem_Unit
5587 (this was causing Is_Main_Unit_Or_Main_Unit_Spec to be set wrong,
5588 leading to wrong handling of SPARK_Mode for library units).
5589
5590 2014-01-24 Robert Dewar <dewar@adacore.com>
5591
5592 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set SPARK_Mode
5593 on generic instances (do not consider them to be internally
5594 generated)
5595
5596 2014-01-24 Doug Rupp <rupp@adacore.com>
5597
5598 * s-osinte-android.ads (pthread_sigmask): Import sigprocmask
5599 vice pthread_sigmask.
5600
5601 2014-01-24 Vincent Celier <celier@adacore.com>
5602
5603 * prj.adb (Debug_Output (Str, Str2)): Output if verbosity is
5604 not default.
5605
5606 2014-01-24 Vincent Celier <celier@adacore.com>
5607
5608 * prj-ext.adb (Add): Do not output anything when Silent is True,
5609 whatever the verbosity. When Source is From_External_Attribute,
5610 set the corresponding environment variable if it is not already set.
5611 * prj-ext.ads (Add): New Boolean parameter Silent, defaulted
5612 to False
5613 * prj-proc.adb (Process_Expression_For_Associative_Array):
5614 For attribute External, call Prj.Ext.Add with Silent set to
5615 True for the child environment, to avoid useless output in non
5616 default verbosity.
5617
5618 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5619
5620 * sem_res.adb (Set_Slice_Subtype): Handle properly a discrete
5621 range given by a subtype indication, and force evaluation of
5622 the bounds, as for a simple range.
5623 * exp_util.adb (Evaluate_Slice_Bounds): Utility to force evaluation
5624 of bounds of slice for various kinds of discrete ranges.
5625 (Evaluate_Name, Evaluate_Subtype_From_Expr): use
5626 Evaluate_Slice_Bounds.
5627
5628 2014-01-24 Bob Duff <duff@adacore.com>
5629
5630 * s-taskin.ads (Activator): Make this Atomic, because
5631 Activation_Is_Complete reads it, and that can be called
5632 from any task. Previously, this component was only
5633 modified by the activator before activation, and by
5634 Self after activation.
5635 * a-taside.ads, a-taside.adb (Environment_Task,
5636 Activation_Is_Complete): Implement these missing functions.
5637
5638 2014-01-24 Doug Rupp <rupp@adacore.com>
5639
5640 * init.c: Add a handler section for Android.
5641
5642 2014-01-24 Arnaud Charlet <charlet@adacore.com>
5643
5644 * i-cexten.ads (Unsigned_33..64, Unsigned_33..64): New types.
5645
5646 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5647
5648 * sem_ch4.adb (Operator_Check): If one operand is a
5649 Raise_Expression, set its type to that of the other operand.
5650 * sem_res.adb (Resolve_Raise_Expression): new procedure.
5651 (Resolve_Actuals): For an actual that is a Raise_Expression,
5652 set the type to that of the formal.
5653 * sem_type.adb (Find_Unique_Type): If one of the operands is a
5654 Raise_Expression, return type of the other operand.
5655
5656 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5657
5658 * sem_aggr.adb (Resolve_Record_Aggregate): If a scalar
5659 component of the record has a type with a default aspect, and
5660 the corresponding aggregate component is initiaized with a box,
5661 use the default value in the rewritten aggregate.
5662
5663 2014-01-24 Tristan Gingold <gingold@adacore.com>
5664
5665 * s-interr.ads, s-interr.adb, s-interr-hwint.adb, s-interr-vms.adb,
5666 s-interr-sigaction.adb,
5667 s-interr-dummy.adb (Install_Restricted_Handlers): Add Prio parameter.
5668 * exp_ch9.adb (Make_Initialize_Protection): Add Prio parameter
5669 to the call to Install_Restricted_Handlers.
5670
5671 2014-01-24 Emmanuel Briot <briot@adacore.com>
5672
5673 * prj-nmsc.adb (Check_File): Add protection when the source is
5674 not fully initialized.
5675
5676 2014-01-24 Ed Schonberg <schonberg@adacore.com>
5677
5678 * sem_util.adb (Is_Post_State): In a postcondition, a selected
5679 component that denotes an implicit dereference is a reference
5680 to the post state of the subprogram.
5681
5682 2014-01-24 Robert Dewar <dewar@adacore.com>
5683
5684 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode OFF
5685 for generated subprograms.
5686 (Analyze_Subprogram_Specification): Ditto.
5687
5688 2014-01-24 Vincent Celier <celier@adacore.com>
5689
5690 * prj-dect.adb (Check_Attribute_Allowed): Detect more forbidden
5691 attributes in package Builder of aggregate and aggregate library
5692 projects.
5693 * prj-nmsc.adb (Process_Naming_Scheme.Check.Check_Aggregate):
5694 Remove procedure (Process_Naming_Scheme.Check.Check_Aggregated):
5695 Remove parameters. Change error message from "... externally
5696 build library ..." to "... externally built project ...".
5697 (Process_Naming_Scheme.Check): Do not do any check in aggregate
5698 project, as attribute Library_Dir and Library_Name have already
5699 been detected as forbidden.
5700
5701 2014-01-24 Vincent Celier <celier@adacore.com>
5702
5703 * prj-env.adb (Find_Project): If cached project path is not in
5704 project directory, look in current directory first and use cached
5705 project path only if project is not found in project directory.
5706
5707 2014-01-24 Robert Dewar <dewar@adacore.com>
5708
5709 * sem_util.adb, lib-xref.adb: Correct false positive warnings.
5710
5711 2014-01-24 Vincent Celier <celier@adacore.com>
5712
5713 * projects.texi: Document that aggregate projects are only
5714 supported by gprbuild, but not by gnatmake. Document that the
5715 only attribute Switches in package Binder of aggregate projects
5716 will be ignored if its index is not others. Document that
5717 attribute Global_Config_File is allowed in package Binder of
5718 aggregate projects.
5719
5720 2014-01-24 Robert Dewar <dewar@adacore.com>
5721
5722 * sem_prag.adb: Minor code reorganization.
5723 * sem_util.adb: Minor fix of potential latent bug in Is_LHS.
5724
5725 2014-01-24 Pascal Obry <obry@adacore.com>
5726
5727 * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Excluded_Patterns
5728 attribute definition.
5729
5730 2014-01-24 Vincent Celier <celier@adacore.com>
5731
5732 * makeutl.adb (Queue.Insert_No_Roots): In gprbuild, do not put
5733 in the Queue the same source (same path, same multi-source index)
5734 from the same project file, to avoid compiling several times
5735 the same source.
5736
5737 2014-01-24 Eric Botcazou <ebotcazou@adacore.com>
5738
5739 * einfo.ads (First_Rep_Item): Remove obsolete stuff.
5740 (Has_Gigi_Rep_Item): Likewise.
5741 * sem_prag.adb (Analyze_Pragma) <Pragma_Linker_Section>: Do not set
5742 Has_Gigi_Rep_Item for objects.
5743 * gcc-interface/decl.c (prepend_one_attribute_to): Rename into...
5744 (prepend_one_attribute): ...this.
5745 (prepend_one_attribute_pragma): New function extracted from...
5746 (prepend_attributes): ...here. Swap the parameters for consistency.
5747 (gnat_to_gnu_entity): Adjust calls to prepend_one_attribute_to and to
5748 prepend_attributes.
5749 <object>: Deal with a pragma Linker_Section on a constant
5750 or variable. <E_Function>: Deal with a pragma Linker_Section
5751 on a subprogram.
5752 (get_minimal_subprog_decl): Adjust calls to prepend_one_attribute_to.
5753
5754 2014-01-24 Vincent Celier <celier@adacore.com>
5755
5756 * opt.ads: Minor comment update.
5757
5758 2014-01-24 Robert Dewar <dewar@adacore.com>
5759
5760 * sem_prag.adb (Analyze_Input_Output): Add missing error check
5761 for junk operand.
5762 * sem_util.adb (Is_Refined_State): Add defense against junk
5763 tree from error.
5764
5765 2014-01-24 Pascal Obry <obry@adacore.com>
5766
5767 * projects.texi: Removes Build_Slaves attribute documentation.
5768
5769 2014-01-23 Robert Dewar <dewar@adacore.com>
5770
5771 * opt.adb (Register_Opt_Config_Switches): Save SPARK_Mode_Pragma
5772 setting.
5773
5774 2014-01-23 Ed Schonberg <schonberg@adacore.com>
5775
5776 * sem_util.adb (Is_Potentially_Unevaluated): Predicate only
5777 applies to expressions that come from source.
5778 * sem_attr.adb (Analyze_Attribute, case 'Old): Improve error
5779 message.
5780 (Analyze_Attribute, case 'Loop_Entry): Apply SPARK 2014 legality
5781 rule regarding potentially unevaluated expressions, to prefix
5782 of attribute.
5783
5784 2014-01-23 Ed Schonberg <schonberg@adacore.com>
5785
5786 * exp_util.adb (Make_Invqriant_Call): If type of expression is
5787 a private extension, get invariant from base type.
5788
5789 2014-01-23 Robert Dewar <dewar@adacore.com>
5790
5791 * sem_util.adb, sem_attr.adb: Minor reformatting.
5792
5793 2014-01-23 Robert Dewar <dewar@adacore.com>
5794
5795 * opt.adb (Save_Opt_Config_Switches): Save SPARK_Mode_Pragma
5796 (Restore_Opt_Config_Switches): Restore SPARK_Mode_Pragma.
5797 * sem.adb (Semantics): Remove save/restore of
5798 SPARK_Mode[_Pragma]. Not needed since already done in
5799 Save/Restore_Opt_Config_Switches.
5800
5801 2014-01-23 Robert Dewar <dewar@adacore.com>
5802
5803 * gnat_rm.texi, einfo.adb, einfo.ads, sem_prag.adb, gnat_ugn.texi,
5804 freeze.adb, repinfo.adb, aspects.adb, aspects.ads, sem_ch13.adb:
5805 Linker_Section enhancements.
5806
5807 2014-01-23 Tristan Gingold <gingold@adacore.com>
5808
5809 * gnat_rm.texi: Minor editing.
5810
5811 2014-01-23 Robert Dewar <dewar@adacore.com>
5812
5813 * opt.adb (Set_Opt_Config_Switches): Reset SPARK mode for
5814 with'ed internal units.
5815 * sem.adb (Semantics): Save and restore SPARK_Mode[_Pragma].
5816
5817 2014-01-23 Javier Miranda <miranda@adacore.com>
5818
5819 * lib-xref.adb (Generate_Reference): As part of processing the
5820 "end-of-spec" reference generate an extra reference to the first
5821 private entity of the package.
5822 * xr_tabls.adb (Add_Reference): No action needed for the extra
5823 'E' reference associated; similar to the processing of the
5824 'e' reference.
5825
5826 2014-01-23 Bob Duff <duff@adacore.com>
5827
5828 * gnat_ugn.texi: Change "--&pp off" to "--!pp off".
5829
5830 2014-01-23 Ed Schonberg <schonberg@adacore.com>
5831
5832 * sem_util.ads, sem_util.adb (Is_Potentially_Unevaluated): new
5833 predicate to implement rule given in 6.1.1 (20/3).
5834 * sem_attr.adb (Analyze_Attribute, case 'Old): Reject prefix of
5835 'Old in a postcondition, if it is potentially unevaluated and
5836 it is not an entity name.
5837
5838 2014-01-23 Bob Duff <duff@adacore.com>
5839
5840 * gnat_ugn.texi: Document the new "--&pp off" feature of gnatpp.
5841
5842 2014-01-23 Robert Dewar <dewar@adacore.com>
5843
5844 * gnatlink.adb (Gnatlink): Fix problem of generating bad name
5845 msg on VMS.
5846
5847 2014-01-23 Bob Duff <duff@adacore.com>
5848
5849 * g-dynhta.ads: Minor comment fix.
5850
5851 2014-01-23 Yannick Moy <moy@adacore.com>
5852
5853 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Inherit SPARK_Mode
5854 from spec on body only when not already inherited on spec. Set
5855 SPARK_Mode from context on body without previous spec. *
5856 * sem_prag.adb (Analyze_Pragma): Check placement of pragma on
5857 library-level entities. Correct retrieval of entity from
5858 declaration, for cases where the declaration is not a unit.
5859 * sem_ch12.adb (Instantiate_Object): Avoid
5860 calling Is_Volatile_Object on an empty node.
5861
5862 2014-01-23 Robert Dewar <dewar@adacore.com>
5863
5864 * gnatlink.adb (Gnatlink): Check for suspicious executable file
5865 names on windows.
5866
5867 2014-01-23 Robert Dewar <dewar@adacore.com>
5868
5869 * a-ngelfu.ads: Remove bad uses of AND which should be AND THEN.
5870 * sem_res.adb (Check_No_Direct_Boolean_Operators): Don't give
5871 style errors in instances.
5872 * g-dynhta.ads (Static_HTable): Comment updates.
5873
5874 2014-01-23 Vincent Celier <celier@adacore.com>
5875
5876 * prj-conf.adb (Get_Or_Create_Configuration_File): Do not attempt
5877 to find a configuration project file when Config_File_Name is
5878 No_Configuration_File.
5879 * prj-conf.ads (No_Configuration_File): New constant String.
5880 * prj-pars.adb (Parse): Call Get_Or_Create_Configuration_File
5881 with Config_File_Name set to No_Configuration_File, so that
5882 no existing configuration project file will be used, and the
5883 configuration project will be only created in memory when
5884 Add_Default_GNAT_Naming_Scheme is called.
5885 * projects.texi: Minor reformatting.
5886
5887 2014-01-23 Vincent Celier <celier@adacore.com>
5888
5889 * prj-conf.adb (Get_Or_Create_Configuration_File): Never parse
5890 a config project file if On_Load_Config is not null.
5891 * prj-pars.adb: Minor comment changes.
5892
5893 2014-01-23 Ed Schonberg <schonberg@adacore.com>
5894
5895 * lib-xref.adb (Output_References): Output progenitors of
5896 synchronized tagged types, for source navigation.
5897
5898 2014-01-23 Robert Dewar <dewar@adacore.com>
5899
5900 * exp_util.adb, sinfo.adb, sinfo.ads, sem.adb, sem_res.adb,
5901 expander.adb, exp_ch11.adb, exp_ch11.ads, sem_ch11.adb, sem_ch11.ads,
5902 sprint.adb, sprint.ads: Remove unused node N_Subprogram_Info.
5903
5904 2014-01-23 Emmanuel Briot <briot@adacore.com>
5905
5906 * prj-conf.adb (Get_Or_Create_Configuration_File): call
5907 On_Load_Config later.
5908
5909 2014-01-23 Hristian Kirtchev <kirtchev@adacore.com>
5910
5911 * sem_ch3.adb (Analyze_Declarations): Do not
5912 generate the spec of the late primitive in ASIS mode. Add two
5913 comments to explain the special cases when the expansion is
5914 not performed.
5915
5916 2014-01-23 Robert Dewar <dewar@adacore.com>
5917
5918 * sem_util.adb (Note_Possible_Modification): Fix error of
5919 misbehaving for implicit dereference cases in -gnatc mode.
5920
5921 2014-01-23 Emmanuel Briot <briot@adacore.com>
5922
5923 * prj-pars.adb: Minor reformatting.
5924
5925 2014-01-22 Ed Schonberg <schonberg@adacore.com>
5926
5927 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): A subprogram
5928 body generated for an expression function within a protected body
5929 needs a set of renaming declarations if the expression function
5930 comes from source.
5931
5932 2014-01-22 Ed Schonberg <schonberg@adacore.com>
5933
5934 * lib-xref.adb (Get_Type_Reference): In semantics-only mode,
5935 list interface progenitor of a tagged concurrent type, for better
5936 source navigation.
5937
5938 2014-01-22 Robert Dewar <dewar@adacore.com>
5939
5940 * lib.adb (In_Extended_Main_Code_Unit): Return False for
5941 Standard_Location.
5942 (In_Extended_Main_Source_Unit): Return False for Standard_Location.
5943 * lib.ads (In_Extended_Main_Code_Unit): Add documentation on
5944 treatment of Slocs No_Location and Standard_Location.
5945 * restrict.adb (Check_Restriction_No_Dependence): Explicitly
5946 check for entity with Standard_Location Sloc, rather than relying
5947 on Lib routines to do that.
5948 * sem_res.adb (Resolve_Call): Implement SPARK_05 restriction
5949 that a call cannot occur before a later occuring body within
5950 the same unit.
5951
5952 2014-01-22 Thomas Quinot <quinot@adacore.com>
5953
5954 * rtsfind.adb: Update comment.
5955
5956 2014-01-22 Hristian Kirtchev <kirtchev@adacore.com>
5957
5958 * sem_aux.ads, sem_aux.adb (Is_Body): New routine.
5959 * sem_ch3.adb (Analyze_Declarations): Add local variable
5960 Body_Seen. Generate the spec of a late controlled
5961 primitive body that is about to freeze its related type.
5962 (Handle_Late_Controlled_Primitive): New routine.
5963
5964 2014-01-22 Robert Dewar <dewar@adacore.com>
5965
5966 * a-stream.adb: Minor reformatting.
5967
5968 2014-01-22 Ed Schonberg <schonberg@adacore.com>
5969
5970 * sem_ch8.adb (From_Actual_Package): Introduce a recursive
5971 sub-procedure Declared_In_Actual to handle properly the visibility
5972 of actuals in actual packages, that are themselves actuals to a
5973 actual package of the current instance. This mimics properly the
5974 visibility of formals of formal packages declared with a box,
5975 within the corresponding generic unit.
5976
5977 2014-01-22 Robert Dewar <dewar@adacore.com>
5978
5979 * checks.adb: Do not assume that a volatile variable is valid.
5980
5981 2014-01-22 Thomas Quinot <quinot@adacore.com>
5982
5983 * g-catiio.ads (Image, Value): Clarify that these functions
5984 operate in the local time zone. Minor documentation update.
5985
5986 2014-01-22 Thomas Quinot <quinot@adacore.com>
5987
5988 * csets.adb, csets.ads, opt.ads: Minor documentation fixes.
5989
5990 2014-01-22 Robert Dewar <dewar@adacore.com>
5991
5992 * sem_aux.adb, sem_aux.ads, sem_ch3.adb (Has_Unconstrained_Elements):
5993 Moved to sem_aux.adb.
5994
5995 2014-01-22 Robert Dewar <dewar@adacore.com>
5996
5997 * vms_data.ads: Minor reformatting.
5998
5999 2014-01-22 Robert Dewar <dewar@adacore.com>
6000
6001 * debug.adb: Document messages affected by -gnatd.E including
6002 the new ones that relate to late definition of equality.
6003 * sem_ch6.adb (Check_Untagged_Equality): In Ada 2012 mode, if
6004 debug flag -gnatd.E is set, then generate warnings rather than
6005 errors.
6006 (Check_Untagged_Equality): In earlier versions of Ada,
6007 generate warnings if Warn_On_Ada_2012_Incompatibility flag is set.
6008
6009 2014-01-22 Robert Dewar <dewar@adacore.com>
6010
6011 * sem_prag.adb (Usage_Error): Output additional messages for
6012 unconstrained OUT parameters lacking an input dependency.
6013
6014 2014-01-22 Robert Dewar <dewar@adacore.com>
6015
6016 * sem_ch4.adb: Minor reformatting.
6017
6018 2014-01-22 Robert Dewar <dewar@adacore.com>
6019
6020 * restrict.ads: Minor reformatting.
6021 * sem_res.adb (Resolve_Call): Check for SPARK_05 restriction that
6022 forbids a call from within a subprogram to the same subprogram.
6023
6024 2014-01-22 Thomas Quinot <quinot@adacore.com>
6025
6026 * a-stream.ads (Read_SEA, Write_SEA): New subprograms, optimized
6027 stream attributes for Stream_Element_Array.
6028 * a-stream.adb (Read_SEA, Write_SEA): Bodies for the above.
6029 * rtsfind.adb (Check_CRT): Do not reject a reference to an entity
6030 defined in the current scope.
6031
6032 2014-01-22 Robert Dewar <dewar@adacore.com>
6033
6034 * debug.adb, exp_ch4.adb, erroutc.adb: Minor reformatting.
6035
6036 2014-01-22 Thomas Quinot <quinot@adacore.com>
6037
6038 * sem_ch7.adb, sem_ch8.adb, exp_ch3.adb: Minor reformatting.
6039
6040 2014-01-22 Thomas Quinot <quinot@adacore.com>
6041
6042 * sem_ch3.adb (Analyze_Object_Declaration): For a constant
6043 declaration initialized with a function call, whose type
6044 has variable size, need to remove side effects so that the
6045 initialization expression becomes a dereference of a temporary
6046 reference to the function result.
6047
6048 2014-01-22 Yannick Moy <moy@adacore.com>
6049
6050 * errout.adb (Initialize): Remove trick to add dummy entry
6051 in Warnings table.
6052 * erroutc.adb (Set_Warnings_Mode_Off,
6053 Set_Warnings_Mode_On): Do nothing if warnings are suppressed by
6054 command line switch.
6055 * opt.ads (Warning_Mode): Document behavior
6056 wrt pragma Warnings, in normal mode and in GNATprove_Mode.
6057
6058 2014-01-22 Robert Dewar <dewar@adacore.com>
6059
6060 * sem_ch3.adb, errout.adb, erroutc.adb: Minor reformatting.
6061
6062 2014-01-22 Robert Dewar <dewar@adacore.com>
6063
6064 * sem_ch13.adb (Check_Pool_Size_Clash): New procedure
6065 (Analyze_Attribute_Definition_Clause, case Storage_Pool): call
6066 Check_Pool_Size_Clash (Analyze_Attribute_Definition_Clause,
6067 case Storage_Size): call Check_Pool_Size_Clash.
6068
6069 2014-01-22 Robert Dewar <dewar@adacore.com>
6070
6071 * sem_ch3.adb, exp_util.adb, sem_dim.adb, sem_elab.adb, sem_ch8.adb,
6072 sem_eval.ads: Minor reformatting.
6073
6074 2014-01-22 Thomas Quinot <quinot@adacore.com>
6075
6076 * sem_eval.adb (Compile_Time_Known_Bounds): Return False for
6077 Any_Composite to prevent cascaded errors.
6078
6079 2014-01-22 Yannick Moy <moy@adacore.com>
6080
6081 * errout.adb (Initialize): Do not insert special entry in Warnings
6082 table in GNATprove_Mode.
6083 * erroutc.adb (Set_Warnings_Mode_On): Add info in Warnings table in
6084 GNATprove_Mode.
6085 * gnat1drv.adb (Adjust_Global_Switches): Do not suppress frontend
6086 warnings anymore.
6087
6088 2014-01-22 Robert Dewar <dewar@adacore.com>
6089
6090 * sem_prag.adb (Analyze_Initializes_In_Decl_Part): Handle null
6091 initializes case.
6092
6093 2014-01-22 Robert Dewar <dewar@adacore.com>
6094
6095 * snames.ads-tmpl: Update header.
6096
6097 2014-01-22 Thomas Quinot <quinot@adacore.com>
6098
6099 * exp_util.adb (Insert_Actions): When inserting actions on a
6100 short circuit operator that has already been analyzed, do not park
6101 actions in node; instead introduce an N_Expression_With_Actions
6102 and insert actions immediately.
6103 Add guard for unexpected case of climbing up through statement
6104 in Actions list of an N_Expression_With_Actions.
6105 * sem_elab.adb (Insert_Elab_Check): Remove complex
6106 specialized circuitry for the case where the context is already
6107 analyzed, as it is not needed and introduces irregularities in
6108 finalization. Instead rely on the above change to Insert_Actions
6109 to ensure that late insertion on short circuit operators works
6110 as expected.
6111
6112 2014-01-22 Ed Schonberg <schonberg@adacore.com>
6113
6114 * sem_ch4.adb (Operator_Check): Improve error message when an
6115 operand of concatenation is an access type.
6116
6117 2014-01-22 Thomas Quinot <quinot@adacore.com>
6118
6119 * sem_dim.adb (Analyze_Dimension_Identifier): Add guard against
6120 cascaded error.
6121
6122 2014-01-22 Ed Schonberg <schonberg@adacore.com>
6123
6124 * sem_ch8.adb (Find_Selected_Component): Handle properly the case
6125 of an expanded name in a proper body, whose prefix is a package
6126 in the context of the proper body, when there is a homonym of
6127 the package declared in the parent unit.
6128
6129 2014-01-22 Robert Dewar <dewar@adacore.com>
6130
6131 * sem_warn.adb (Check_Use_Clause): Don't give no entities used
6132 msg if errors found.
6133 (Check_One_Unit): Same change.
6134
6135 2014-01-22 Robert Dewar <dewar@adacore.com>
6136
6137 * ug_words: Add missing/wrong entries for VMS warning switches.
6138 * sem_prag.adb (Check_Duplicate_Pragma): Avoid flagging parent type.
6139
6140 2014-01-22 Jerome Guitton <guitton@adacore.com>
6141
6142 * mlib-tgt-specific-vxworks.adb (Get_Target_Suffix): Replace xscale by
6143 arm.
6144
6145 2014-01-22 Robert Dewar <dewar@adacore.com>
6146
6147 * gnat_rm.texi, gnat_ugn.texi: Document passive task optimization
6148
6149 2014-01-22 Eric Botcazou <ebotcazou@adacore.com>
6150
6151 * gcc-interface/Makefile.in: Minor fixes.
6152
6153 2014-01-21 Robert Dewar <dewar@adacore.com>
6154
6155 * par-ch4.adb (P_If_Expression): Rewritten to improve error recovery.
6156 * par-ch5.adb (P_Condition): New version with expression prescanned.
6157 * par.adb (P_Condition): New version with expression prescanned.
6158
6159 2014-01-21 Robert Dewar <dewar@adacore.com>
6160
6161 * gnat_rm.texi: Document that Allow_Integer_Address is ignored
6162 if Address is not a private type.
6163 * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
6164 Ignore pragma if System.Address is not a private type.
6165
6166 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6167
6168 * namet.ads (Name_Len): Initialize to 0 to avoid accessing an
6169 uninitialized value.
6170
6171 2014-01-21 Thomas Quinot <quinot@adacore.com>
6172
6173 * gnat_rm.texi (Scalar_Storage_Order): Update documentation.
6174
6175 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6176
6177 * sem_ch12.adb (Set_Instance_Env): In Ada 2012 mode, preserve
6178 the value of Assertions_Enabled flag when compiling an instance of
6179 an internal unit. This facilitates the use of pre/postconditions
6180 in generic internal units, such as the new elementary function
6181 libraries.
6182
6183 2014-01-21 Robert Dewar <dewar@adacore.com>
6184
6185 * exp_aggr.adb: Minor reformatting.
6186 * sem_attr.adb: Minor reformatting.
6187 * sem_res.adb: Minor comment addition.
6188 * einfo.adb: Minor comment updates.
6189 * freeze.adb: Minor reformatting and code reorganization.
6190
6191 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6192
6193 * par-ch4.adb (P_If_Expression): Handle more gracefully an
6194 elsif clause that does not have an else part.
6195
6196 2014-01-21 Robert Dewar <dewar@adacore.com>
6197
6198 * checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting.
6199 * gcc-interface/Makefile.in: clean up target pairs.
6200
6201 2014-01-21 Pascal Obry <obry@adacore.com>
6202
6203 * projects.texi: Minor typo fix.
6204
6205 2014-01-21 Thomas Quinot <quinot@adacore.com>
6206
6207 * freeze.adb (Check_Component_Storage_Order): If a record type
6208 has an explicit Scalar_Storage_Order attribute definition clause,
6209 reject any component that itself is of a composite type and does
6210 not have one.
6211
6212 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6213
6214 * sem_ch10.adb (Generate_Parent_Reference): Make public so it
6215 can be used to generate proper cross-reference information for
6216 the parent units of proper bodies.
6217
6218 2014-01-21 Thomas Quinot <quinot@adacore.com>
6219
6220 * exp_pakd.adb (Expand_Packed_Element_Set,
6221 Expand_Packed_Element_Reference): No byte swapping required in
6222 the front-end for the case of a reverse storage order array,
6223 as this is now handled uniformly in the back-end. However we
6224 still need to swap back an extracted element if it is itself a
6225 nested composite with reverse storage order.
6226
6227 2014-01-21 Hristian Kirtchev <kirtchev@adacore.com>
6228
6229 * sem_prag.adb (Analyze_External_Property): Add processing for "others".
6230 (Analyze_Pragma): Update the grammar of pragma Abstract_State to
6231 include "others".
6232
6233 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6234
6235 * gnat_ugn.texi: Minor updates.
6236
6237 2014-01-21 Thomas Quinot <quinot@adacore.com>
6238
6239 * exp_pakd.adb: Update comment, minor reformatting.
6240
6241 2014-01-21 Hristian Kirtchev <kirtchev@adacore.com>
6242
6243 * sem_ch3.adb (Analyze_Variable_Contract): Trigger the volatile
6244 object check when SPARK_Mode is on.
6245 * sem_ch6.adb (Process_Formals): Trigger the volatile object
6246 check when SPARK_Mode is on.
6247 * sem_ch12.adb (Instantiate_Object): Trigger the volatile object
6248 check when SPARK_Mode is on.
6249 * sem_ch13.adb (Analyze_Aspect_Specifications): Insert the
6250 corresponding pragma of aspect SPARK_Mode in the visible
6251 declarations of a package declaration.
6252 * sem_prag.adb (Analyze_Pragma): Trigger the volatile object
6253 check when SPARK_Mode is on.
6254 * sem_res.adb (Resolve_Actuals): Trigger the volatile object
6255 check when SPARK_Mode is on.
6256 (Resolve_Entity_Name): Trigger
6257 the volatile object check when SPARK_Mode is on.
6258
6259 2014-01-21 Robert Dewar <dewar@adacore.com>
6260
6261 * sem_ch3.adb, sem_prag.adb, sem_prag.ads, sem_ch12.adb, sem_res.adb,
6262 sem_ch6.adb, a-except-2005.adb: Minor reformatting.
6263
6264 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6265
6266 * exp_ch3.adb (Expand_N_Object_Declaration): When a class-wide
6267 object is declared, it is rewritten as a renaming of an dynamic
6268 expression that wraps the initial value. The renaming declaration
6269 is first given an internal name, to prevent collisions with the
6270 entity already declared, and then the name is modified to reflect
6271 the original one. the modification of the name must preserve
6272 the source location of the original, to prevent spurious errors
6273 when compiling with style checks if the declaration involves
6274 more than one entity.
6275
6276 2014-01-21 Hristian Kirtchev <kirtchev@adacore.com>
6277
6278 * aspects.adb Add entries for Async_Readers, Async_Writers,
6279 Effective_Reads and Effective_Writes in table Canonical_Aspect.
6280 * aspects.ads Add entries for Async_Readers, Async_Writers,
6281 Effective_Reads and Effective_Writes in tables Aspect_Id,
6282 Aspect_Names, Aspect_Delay and Implementation_Defined_Aspect.
6283 * atree.adb (Ekind_In): New version with 8 parameters.
6284 (Node34): New routine.
6285 (Set_Node34): New routine.
6286 * atree.ads (Ekind_In): New version with 8 parameters.
6287 (Node34): New routine.
6288 (Set_Node34): New routine.
6289 * einfo.adb Contract is now Node34.
6290 (Contract): Update the assertion and node usage.
6291 (Get_Pragma): Include pragmas Async_Readers, Async_Writers,
6292 Effective_Reads and Effective_Writes.
6293 (Set_Contract): Update the assertion and node usage.
6294 (Write_Field24_Name): Remove the output for a contract.
6295 (Write_Field34_Name): Add output for a contract.
6296 * einfo.ads Contract is now Node34. Update the comment on
6297 attribute usage and related node structures.
6298 (Get_Pragma): Update the comment on usage.
6299 * par-prag.adb (Prag): Pragmas Async_Readers, Async_Writers,
6300 Effective_Reads and Effective_Writes do not require special
6301 processing by the parser.
6302 * sem_ch3.adb (Analyze_Variable_Contract): New routine.
6303 (Analyze_Declarations): Analyze the contract of a variable at
6304 the end of the declarative region.
6305 (Analyze_Object_Declaration): Create a contract for a variable.
6306 * sem_ch6.adb (Analyze_Subprogram_Contract): Update the retrieval
6307 of classification pragmas.
6308 (Process_Formals): Detect an illegal
6309 use of a volatile object as a formal in a function.
6310 * sem_ch12.adb (Instantiate_Object): Detect an illegal use of
6311 a volatile object as an actual in generic instantiation.
6312 * sem_prag.adb Add entries for Async_Readers, Async_Writers,
6313 Effective_Reads and Effective_Writes in table Sig_Flags.
6314 (Analyze_External_State_In_Decl_Part): New routine.
6315 (Analyze_Global_Item): Detect an illegal use of a volatile object
6316 as a global item of a function.
6317 (Analyze_Pragma): Reimplement
6318 pragma Abstract_State. Add support for pragmas Async_Readers,
6319 Async_Writers, Effective_Reads and Effective_Writes.
6320 (Check_External_Properties): New routine.
6321 * sem_prag.ads (Analyze_External_State_In_Decl_Part): New routine.
6322 (Check_External_Properties): New routine.
6323 * sem_res.adb (Resolve_Actuals): Detect an illegal use of a
6324 volatile object as an actual in a call.
6325 (Resolve_Entity_Name):
6326 Add local variables Par, Prev and Usage_OK. Detect illegal
6327 contexts of volatile objects.
6328 * sem_util.adb (Add_Contract_Item): Add support for
6329 pragmas associated with the contract of a variable.
6330 (Async_Readers_Enabled): New routine.
6331 (Async_Writers_Enabled): New routine.
6332 (Effective_Reads_Enabled): New routine.
6333 (Effective_Writes_Enabled): New routine.
6334 (Has_Enabled_Property):
6335 New routine.
6336 (Is_Unchecked_Conversion_Instance): New routine.
6337 (Is_Volatile_Object): Add support for entities that may denote
6338 a volatile object.
6339 * sem_util.ads (Add_Contract_Item): Update the
6340 comment on usage.
6341 (Async_Readers_Enabled): New routine.
6342 (Async_Writers_Enabled): New routine.
6343 (Effective_Reads_Enabled): New routine.
6344 (Effective_Writes_Enabled): New routine.
6345 (Is_Unchecked_Conversion_Instance): New routine.
6346 * sinfo.ads Update the comment on the structure of N_Contract.
6347 * snames.ads-tmpl Add predefined names for Async_Readers,
6348 Async_Writers, Effective_Reads and Effective_Writes. Add
6349 pragma ids for Async_Readers, Async_Writers, Effective_Reads
6350 and Effective_Writes.
6351
6352 2014-01-21 Robert Dewar <dewar@adacore.com>
6353
6354 * exp_ch4.adb (Eval_Op_Expon): Use CRT_Safe_Compile_Time_Known_Value
6355 * sem_eval.adb (Compile_Time_Known_Value): Remove special
6356 handling of CRT mode (CRT_Safe_Compile_Time_Known_Value): New
6357 function (Eval_Op_Expon): Add CRT_Safe in call to Test_Foldable
6358 (Test_Foldable): Add CRT_Safe parameter
6359 * sem_eval.ads (Compile_Time_Known_Value): Remove special
6360 handling of CRT mode.
6361 (CRT_Safe_Compile_Time_Known_Value): New function.
6362
6363 2014-01-21 Robert Dewar <dewar@adacore.com>
6364
6365 * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Fix problem
6366 with pragma or aspect that applies to package spec or subprogram
6367 spec.
6368
6369 2014-01-21 Robert Dewar <dewar@adacore.com>
6370
6371 * exp_aggr.adb: Minor reformatting.
6372
6373 2014-01-21 Johannes Kanig <kanig@adacore.com>
6374
6375 * gnat1drv.adb (Gnat1drv) remove obsolete reference to -gnatd.H.
6376
6377 2014-01-21 Bob Duff <duff@adacore.com>
6378
6379 * gnat_ugn.texi: Document the "checks" attribute in gnat2xml.
6380
6381 2014-01-21 Steve Baird <baird@adacore.com>
6382
6383 * gnat_rm.texi: Improve description of SPARK_Mode pragma.
6384
6385 2014-01-21 Vincent Celier <celier@adacore.com>
6386
6387 * prj-part.adb (Parse_Single_Project): Accept to extend a project
6388 if it has only be imported by an project being extended. When a
6389 project that has only been imported by a project being extended
6390 is imported by another project that is not being extended,
6391 reset the previous indication, so that it will be an error if
6392 this project is extended later.
6393 * prj-tree.adb (Create_Project): Include component From_Extended
6394 in table Projects_HT
6395 * prj-tree.ads (Project_Name_And_Node): New Boolean component
6396 From_Extended
6397
6398 2014-01-21 Robert Dewar <dewar@adacore.com>
6399
6400 * atree.ads, atree.adb: Add Node33 and Set_Node33.
6401 * einfo.ads, einfo.adb (SPARK_Pragma): New field (SPARK_Aux_Pragma):
6402 New field (SPARK_Pragma_Inherited): New flag
6403 (SPARK_Aux_Pragma_Inherited): New flag (SPARK_Mode_Pragmas):
6404 Removed.
6405 * lib.ads, lib.adb: Remove SPARK_Mode_Pragma, no longer used.
6406 * opt.ads (SPARK_Mode_Pragma): New global variable.
6407 * sem.ads: Add Save_SPARK_Mode_Pragma field to Scope_Stack_Entry.
6408 * sem_ch3.adb: Use new SPARK_Mode data structures.
6409 * sem_ch6.adb: Set SPARK_Mode fields in subprogram specs and bodies.
6410 * sem_ch7.adb: Set SPARK_Mode fields in package spec and body entities.
6411 * sem_ch8.adb (Push_Scope): Save SPARK_Mode_Pragma.
6412 (Pop_Scope): Restore SPARK_Mode_Pragma.
6413 * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Rewrite for
6414 new data structures.
6415
6416 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6417
6418 * back_end.adb: Undo previous change, not needed. Minor reformatting.
6419
6420 2014-01-21 Thomas Quinot <quinot@adacore.com>
6421
6422 * exp_ch5.adb: Fix comment.
6423 * switch-c.adb: Minor comment update.
6424 * exp_ch3.adb: Minor reformatting.
6425
6426 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6427
6428 * back_end.adb (Scan_Compiler_Arguments): Do not store object
6429 filename in gnatprove mode.
6430
6431 2014-01-21 Thomas Quinot <quinot@adacore.com>
6432
6433 * sinfo.ads (No_Ctrl_Actions): Clarify documentation (flag also
6434 suppresses usage of primitive _assign for tagged types).
6435 * exp_aggr.adb (Build_Array_Aggr_Code.Gen_Assign): Set
6436 No_Ctrl_Actions for a tagged type that does not require
6437 finalization, as we want to disable usage of _assign (which
6438 may cause undesirable discriminant checks on an uninitialized,
6439 invalid target).
6440
6441 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6442
6443 * sem_prag.adb: Reject invariant'class on completion.
6444
6445 2014-01-21 Javier Miranda <miranda@adacore.com>
6446
6447 * exp_ch3.adb (Build_Init_Procedure): For
6448 derivations of interfaces, do not move the the initialization
6449 of the _parent field since such assignment is not generated.
6450
6451 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6452
6453 * sem_res.adb (Rewrite_Renamed_Operator): Do not replace entity
6454 with the operator it renames if we are within an expression of
6455 a pre/postcondition, because the expression will be reanalyzed
6456 at a later point, and the analysis of the renaming may affect
6457 the visibility of the operator when in an instance.
6458
6459 2014-01-21 Robert Dewar <dewar@adacore.com>
6460
6461 * sinfo.ads, sinfo.adb: Change Do_Discriminant_Check to use new Flag1.
6462 Add this flag to type conversion nodes and assignment nodes.
6463 * treepr.adb: Deal properly with Flag 1,2,3.
6464 * treeprs.adt: Minor comment update.
6465
6466 2014-01-21 Robert Dewar <dewar@adacore.com>
6467
6468 * sem_eval.adb (Compile_Time_Known_Value): Add Ignore_CRT
6469 parameter.
6470 * sem_eval.ads (Compile_Time_Known_Value): Add Ignore_CRT
6471 parameter, completely rewrite spec.
6472
6473 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6474
6475 * sem_ch10.adb (Install_Withed_Unit): If the unit is a subprogram
6476 instance that is inlined, it may have been rewritten as a wrapper
6477 package. In that case the unit that must be made visible is the
6478 related instance of the package.
6479
6480 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6481
6482 * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Refine
6483 previous change in codepeer mode.
6484
6485 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6486
6487 * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Always add
6488 call to Abort_Undefer, as expected by the runtime.
6489 * s-tasren.adb (Local_Complete_Rendezvous): Replace
6490 Defer_Abort_Nestable by Defer_Abort, since we do not expect abort to be
6491 deferred at this point. Update comments.
6492
6493 2014-01-21 Thomas Quinot <quinot@adacore.com>
6494
6495 * exp_ch4.adb, exp_ch5.adb, checks.adb: Minor reformatting.
6496
6497 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6498
6499 * switch-c.adb, usage.adb, gnat_ugn.texi: Mark -gnates as internal,
6500 remove from doc.
6501
6502 2014-01-21 Robert Dewar <dewar@adacore.com>
6503
6504 * switch-c.adb, usage.adb, atree.adb, atree.ads: Minor reformatting.
6505
6506 2014-01-21 Thomas Quinot <quinot@adacore.com>
6507
6508 * atree.adb, atree.ads (Num_Extension_Nodes): Switch to Node_Id, since
6509 this is value is used in Node_Id arithmetic operations.
6510 (Copy_Node, Exchange_Entities): Use loops indexed by Num_Extension_Nodes
6511 instead of hard-coded unrolled code.
6512
6513 2014-01-21 Yannick Moy <moy@adacore.com>
6514
6515 * gnat1drv.adb: Minor code cleanup, removing useless code.
6516
6517 2014-01-21 Arnaud Charlet <charlet@adacore.com>
6518
6519 * opt.ads (SPARK_Switches_File_Name): New.
6520 * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnates=xxx *
6521 * usage.adb (Usage): Document -gnates, in gnatprove mode only.
6522 * gnat_ugn.texi: Document -gnates.
6523
6524 2014-01-21 Yannick Moy <moy@adacore.com>
6525
6526 * errout.adb (Special_Msg_Delete): Update comment. Remove
6527 special case for GNATprove which should not ignore mismatch
6528 in sizes for representation clauses.
6529 * sem_prag.adb (Analyze_Pragma): Remove special case for GNATprove
6530 which should not ignore pragma Pack.
6531
6532 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6533
6534 * sem_ch4.adb: Code clean up.
6535
6536 2014-01-21 Steve Baird <baird@adacore.com>
6537
6538 * gnat_rm.texi: Improve GNAT RM description of SPARK_Mode pragma.
6539
6540 2014-01-21 Robert Dewar <dewar@adacore.com>
6541
6542 * gcc-interface/gigi.h: Get Flags array address.
6543 * gcc-interface/trans.c: Acquire Flags array address.
6544 * atree.adb: Add support for Flags array and Flag0,1,2,3.
6545 * atree.ads: Add support for Flags array and Flag0,1,2,3.
6546 * atree.h: Add support for Flags array and Flag0,1,2,3.
6547 * back_end.adb: Pass Flags array address to gigi.
6548
6549 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6550
6551 * sem_ch8.adb (Attribute_Renaming): Transfer original attribute
6552 reference to generated body so that legality checks on stream
6553 attributes are properly applied. If type is tagged and already
6554 frozen, insert generated body at the point of the renaming
6555 declaration.
6556
6557 2014-01-21 Ed Schonberg <schonberg@adacore.com>
6558
6559 * sem_ch12.adb: Code clean up.
6560 * sem_ch8.adb: Minor reformatting
6561
6562 2014-01-20 Robert Dewar <dewar@adacore.com>
6563
6564 * checks.adb: Check SPARK_Mode instead of GNATProve_Mode for
6565 converting warnings on inevitable exceptions to errors.
6566 * exp_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
6567 converting warnings on inevitable exceptions to errors.
6568 * opt.adb (SPARK_Mode_Config): Handled like other config flags
6569 * opt.ads (SPARK_Mode_Type): Moved here from types (renamed from
6570 SPARK_Mode_Id) (SPARK_Mode_Type): Add pragma Ordered, remove
6571 SPARK_ from names (SPARK_Mode): New flag (SPARK_Mode_Config):
6572 New flag (Config_Switches_Type): Add SPARK_Mode field
6573 * sem.adb: Minor code reorganization (remove unnecessary with)
6574 * sem.ads (Scope_Stack_Entry): Add Save_SPARK_Mode field
6575 * sem_aggr.adb: Check SPARK_Mode instead of GNATProve_Mode for
6576 converting warnings on inevitable exceptions to errors.
6577 * sem_attr.adb: Check SPARK_Mode instead of GNATProve_Mode for
6578 converting warnings on inevitable exceptions to errors.
6579 * sem_ch3.adb: Check SPARK_Mode instead of GNATProve_Mode for
6580 converting warnings on inevitable exceptions to errors.
6581 * sem_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
6582 converting warnings on inevitable exceptions to errors.
6583 * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Reset SPARK_Mode
6584 from spec if needed
6585 * sem_ch7.adb (Analyze_Package_Body_Helper): Reset SPARK_Mode
6586 from spec if needed
6587 * sem_ch8.adb (Push_Scope): Save SPARK_Mode (Pop_Scope):
6588 Restore SPARK_Mode
6589 * sem_elab.adb: Check SPARK_Mode instead of GNATProve_Mode for
6590 converting warnings on inevitable exceptions to errors.
6591 * sem_prag.adb (Get_SPARK_Mode_From_Pragma): New function
6592 (Get_SPARK_Mode_Id): Removed (Get_SPARK_Mode_Type): New name
6593 of Get_SPARK_Mode_Id
6594 * sem_prag.ads (Get_SPARK_Mode_From_Pragma): New function
6595 * sem_res.adb: Check SPARK_Mode instead of GNATProve_Mode for
6596 converting warnings on inevitable exceptions to errors.
6597 * sem_util.adb: Check SPARK_Mode instead of GNATProve_Mode for
6598 converting warnings on inevitable exceptions to errors.
6599 * types.ads (SPARK_Mode_Id): Moved to opt.ads and renamed
6600 SPARK_Mode_Type
6601
6602 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6603
6604 * sem_ch13.adb: Add semantic information to rewritten type
6605 reference.
6606
6607 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6608
6609 * exp_ch5.adb (Expand_N_Assignment_Statement): If both sides
6610 are of a type with unknown discriminants, convert both to the
6611 underlying view of the type, so that the proper constraint check
6612 can be applied to the right-hand side.
6613
6614 2014-01-20 Robert Dewar <dewar@adacore.com>
6615
6616 * atree.adb (Copy_Node): Fix failure to copy last component
6617 (Exchange_Entities): Fix failure to exchange last entity
6618
6619 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6620
6621 * sem_ch12.adb: Code clean up.
6622
6623 2014-01-20 Robert Dewar <dewar@adacore.com>
6624
6625 * gnat_rm.texi, sem_ch4.adb: Minor reformatting.
6626
6627 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6628
6629 * sem_ch4.adb (Analyze_Quantified_Expression): If after
6630 pre-analysis the loop parameter specification has been
6631 rewritten as a iterator specification, propagate the change to
6632 the quantified expression, for ASIS navigtion needs.
6633
6634 2014-01-20 Vincent Celier <celier@adacore.com>
6635
6636 * par-ch10.adb: Minor error message change: escape [ and ].
6637
6638 2014-01-20 Robert Dewar <dewar@adacore.com>
6639
6640 * checks.adb: Make warnings on exceptions into errors in GNATprove mode.
6641 * errout.adb: Implement [ and ] insertion characters.
6642 * errout.ads: Document new [ and ] insertion characters.
6643 * sem_ch12.adb, restrict.adb, frontend.adb, exp_ch7.adb: Minor
6644 addition of ??? comment.
6645 * lib-xref.adb, exp_util.adb, gnat1drv.adb: Minor reformatting
6646 * exp_ch4.adb, sem_ch3.adb, sem_ch4.adb, sem_ch6.adb, sem_elab.adb,
6647 sem_eval.adb, sem_res.adb, sem_util.adb, sem_attr.adb, sem_aggr.adb:
6648 Make warnings on exceptions into errors in GNATprove mode.
6649 * sem_dim.adb: Minor reformatting throughout Quote [ and ]
6650 in error messages.
6651
6652 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6653
6654 * sem_ch13.adb: Code clean up.
6655
6656 2014-01-20 Robert Dewar <dewar@adacore.com>
6657
6658 * errout.ads, errout.adb: Implement >? >x? >X? sequences in error
6659 messages.
6660 * sem_ch6.adb (Check_Statement_Sequence): Missing return is an
6661 error in GNATprove mode.
6662
6663 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6664
6665 * par-ch4.adb (Is_Parameterless_Attribute): The Ada2012 attribute
6666 reference 'Old takes no parameters, and thus can appear as a
6667 prefix of a slice.
6668
6669 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
6670
6671 * exp_aggr.adb: Fix minor typos.
6672
6673 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6674
6675 * sem_attr.adb (Analyze_Attribute, case 'Constrained): In an
6676 instance the attribute is legal, and its value is determined
6677 statically if the type has no discriminants. This choice is
6678 more useful than rechecking the legality rule in the instance,
6679 is consistent with older usage, and is also consistent with all
6680 existing tests.
6681
6682 2014-01-20 Arnaud Charlet <charlet@adacore.com>
6683
6684 * sem_cat.adb (Validate_Static_Object_Name): Change error into
6685 warning in Relaxed_Semantic_Mode.
6686
6687 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6688
6689 * sem_attr.adb: Code and comments cleanup.
6690
6691 2014-01-20 Yannick Moy <moy@adacore.com>
6692
6693 * debug.adb Free debug flags -gnatd.D, -gnatd.G and -gnatd.V *
6694 * errout.adb (Compilation_Errors): Remove special handling in
6695 GNATprove mode.
6696 * gnat1drv.adb (Adjust_Global_Switches): Remove handling of the
6697 removed debug flags.
6698 * gnat_rm.texi: Initial documentation for Abstract_State, Depends,
6699 Global, Initial_Condition, Initializes and Refined_State pragmas and
6700 aspects.
6701 * opt.ads (Frame_Condition_Mode, Formal_Extensions,
6702 SPARK_Strict_Mode): Remove global flags.
6703 * sem_ch3.adb (Analyze_Object_Declaration): Check of no hidden state
6704 always performed now, on packages declaring a null state.
6705 (Signed_Integer_Type_Declaration): Remove ill-designed attempt
6706 at providing pedantic mode for bounds of integer types.
6707 * sem_ch4.adb (Analyze_Quantified_Expression): Warning on suspicious
6708 "some" quantified expression now issued under control of -gnatw.t,
6709 like the other warning on unused bound variable.
6710 * sem_prag.adb (Check_Precondition_Postcondition): Remove useless test
6711 on removed flag.
6712 (Analyze_Pragma): Remove tests for SPARK 2014
6713 pragmas, not officially allowed by GNAT.
6714
6715 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6716
6717 * sem_prag.adb (Analyze_Pragma): Ensure that
6718 the sole argument of pragmas Abstract_State, Contract_Cases,
6719 Depends, Global and Initializes in in aggregate form.
6720 (Analyze_Refined_Pragma): Ensure that the sole argument of
6721 pragmas Refined_Depends, Refined_Global and Refined_State is in
6722 aggregate form.
6723 (Ensure_Aggregate_Form): New routine.
6724
6725 2014-01-20 Doug Rupp <rupp@adacore.com>
6726
6727 * sem_attr.adb (Analyze_Attribute): case
6728 Attribute_Constrained => treat all prefixes as legal for Declib
6729 compatibility.
6730
6731 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6732
6733 * sem_prag.adb (Check_Mode): Reimplement the routine.
6734 (Find_Mode): New routine.
6735
6736 2014-01-20 Robert Dewar <dewar@adacore.com>
6737
6738 * sem_ch4.adb (Operator_Check): Handle additional
6739 Allow_Integer_Address cases.
6740
6741 2014-01-20 Robert Dewar <dewar@adacore.com>
6742
6743 * gnat_rm.texi (Allow_Integer_Address): Remove note about not
6744 allowed if address is non-private, no longer true.
6745 * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
6746 Remove check for address being private, causes difficulty when
6747 pragma used in gnat.adc file and is not needed, since we guard
6748 this in Address_Integer_Convert_OK.
6749 * exp_ch7.adb: Minor reformatting.
6750 * sem_ch4.adb: Handle operator operands in Allow_Integer_Address mode.
6751
6752 2014-01-20 Robert Dewar <dewar@adacore.com>
6753
6754 * checks.adb (Apply_Range_Check): Remove gnatprove special
6755 casing of exponentiation.
6756 * sem_res.adb (Resolve_Op_Expon): Apply range check to right
6757 operand for integer case to check range against Natural.
6758
6759 2014-01-20 Robert Dewar <dewar@adacore.com>
6760
6761 * s-tataat.adb: Minor reformatting.
6762
6763 2014-01-20 Robert Dewar <dewar@adacore.com>
6764
6765 * einfo.adb (Is_Descendent_Of_Address): Now applies to all
6766 entities, and also fix documentation to remove mention of visible
6767 integer type, since this is not what the implementation does.
6768 * einfo.ads (Is_Descendent_Of_Address): Now applies to all
6769 entities, and also fix documentation to remove mention of visible
6770 integer type, since this is not what the implementation does.
6771 * gnat_rm.texi: Minor clarification of Allow_Integer_Address
6772 function.
6773 * sem_ch4.adb (Analyze_One_Call): Handle Allow_Integer_Address
6774 case for parameter type check.
6775 * sem_res.adb (Resolve): Use new function
6776 Address_Integer_Convert_OK.
6777 * sem_type.adb: Minor code reorganization (use Ekind_In) Minor
6778 reformatting throughout.
6779 * sem_util.adb (Address_Integer_Convert_OK): New function.
6780 * sem_util.ads: Minor reformatting (put specs in alpha order)
6781 (Address_Integer_Convert_OK): New function.
6782
6783 2014-01-20 Thomas Quinot <quinot@adacore.com>
6784
6785 * exp_ch7.adb (Wrap_Transient_Expression):
6786 Insertion extra conditional expression only if
6787 Opt.Suppress_Control_Flow_Optimizations is set.
6788
6789 2014-01-20 Arnaud Charlet <charlet@adacore.com>
6790
6791 * s-tataat.adb (Initialize_Attributes): Abort might already be
6792 deferred in Create_Task.
6793
6794 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6795
6796 * checks.adb (Apply_Scalar_Range_Check): Flag
6797 the exponent as requiring a range check when the expression is
6798 an exponentiation.
6799
6800 2014-01-20 Fedor Rybin <frybin@adacore.com>
6801
6802 * gnat_ugn.texi: Documenting --passed-tests option for gnattest.
6803
6804 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6805
6806 * sem_util.adb (Default_Initialization): New routine.
6807 * sem_util.ads: Add new type Default_Initialization_Kind.
6808 (Default_Initialization): New routine.
6809
6810 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6811
6812 * sem_prag.adb (Check_Mode): Correct all error
6813 message logic dealing with in/in out parameters that may appear
6814 as inputs or have a self reference.
6815
6816 2014-01-20 Robert Dewar <dewar@adacore.com>
6817
6818 * exp_ch9.adb, checks.adb, exp_intr.adb: Minor reformatting.
6819 * sem_res.adb (Resolve): Fix error causing infinite loop for
6820 integer used as address. Allow addresses as integers.
6821
6822 2014-01-20 Arnaud Charlet <charlet@adacore.com>
6823
6824 * s-osinte-linux.ads (struct_sigaction): Fix rep clause.
6825
6826 2014-01-20 Bob Duff <duff@adacore.com>
6827
6828 * par-ch8.adb (P_Use_Type_Clause): Detect syntax
6829 error when "use all" is not followed by "type".
6830
6831 2014-01-20 Bob Duff <duff@adacore.com>
6832
6833 * exp_intr.adb (Expand_Unc_Deallocation): Remove warning on abort
6834 followed by free.
6835
6836 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6837
6838 * checks.adb (Apply_Address_Clause_Check): If there is an
6839 alignment check on the expression in an address clause, and there
6840 is no local exception propagation, add an additional explanatory
6841 message to clarify the cause of previous warning.
6842
6843 2014-01-20 Robert Dewar <dewar@adacore.com>
6844
6845 * exp_ch7.adb: Minor reformatting.
6846 * opt.ads: Minor comment updates.
6847 * sem.adb: Minor name change Is_Main_Unit =>
6848 Is_Main_Unit_Or_Main_Unit_Spec.
6849 * sem_ch6.adb: Minor reformatting and code reorganization.
6850
6851 2014-01-20 Bob Duff <duff@adacore.com>
6852
6853 * gnat_ugn.texi: Update gnatpp switches.
6854
6855 2014-01-20 Thomas Quinot <quinot@adacore.com>
6856
6857 * exp_ch9.adb: Minor comment edit.
6858
6859 2014-01-20 Robert Dewar <dewar@adacore.com>
6860
6861 * gnat_rm.texi: Document that Allow_Integer_Address is permitted
6862 only if System.Address is a private type.
6863 * opt.ads (Allow_Integer_Address): No longer set by -gnates.
6864 * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
6865 Allowed only if type System.Address is private, since otherwise
6866 it makes no sense.
6867 * sem_res.adb: Fix failure to properly Analyze unchecked
6868 conversions that were introduced by Allow_Integer_Address.
6869 * switch-c.adb: Remove -gnates switch.
6870 * usage.adb: Remove -gnates switch.
6871 * gnat_ugn.texi: Remove documentation of -gnates flag.
6872
6873 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6874
6875 * sem_ch6.adb (Analyze_Expression_Function): Pre-analyze and
6876 resolve expression to perform proper name capture.
6877
6878 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6879
6880 * sem.adb (Semantics): When saving/restoring configuration
6881 switches, the spec of a pre- defined unit that is the main unit
6882 must be treated as a predefined unit as well.
6883
6884 2014-01-20 Thomas Quinot <quinot@adacore.com>
6885
6886 * exp_ch7.adb (Wrap_Transient_Expression): For a Boolean
6887 expression, insert an extra conditional expression when saving
6888 the value of the expression, for the benefit of control flow
6889 graph based coverage analysis.
6890 * exp_ch3.adb: Minor reformatting.
6891
6892 2014-01-20 Robert Dewar <dewar@adacore.com>
6893
6894 * gnat1drv.adb: Set Allow_Integer_Address in relaxed semantics mode.
6895 * gnat_rm.texi: Document pragma Allow_Integer_Address.
6896 * gnat_ugn.texi: Document pragma Allow_Integer_Address, -gnates.
6897 * opt.ads: New flag Allow_Integer_Address.
6898 * par-prag.adb: Dummy entry for pragma Allow_Integer_Address.
6899 * sem_ch5.adb: Minor reformatting.
6900 * sem_prag.adb: Implement pragma Allow_Integer_Address.
6901 * sem_res.adb (Resolve): Allow integer address value if
6902 switch set.
6903 * sem_util.adb: Minor reformatting.
6904 * snames.ads-tmpl: Add entry for pragma Allow_Integer_Address.
6905 * switch-c.adb: Recognize flag -gnates.
6906 * usage.adb: Document flag -gnates.
6907
6908 2014-01-20 Thomas Quinot <quinot@adacore.com>
6909
6910 * s-tadeca.adb: Fix minor typos in comment.
6911
6912 2014-01-20 Pascal Obry <obry@adacore.com>
6913
6914 * s-win32.ads (FreeLibrary): New import.
6915
6916 2014-01-20 Robert Dewar <dewar@adacore.com>
6917
6918 * sem_res.adb, sem_cat.adb: Minor reformatting.
6919 * sem_ch11.adb (Analyze_Raise_Statement): Only give warning about
6920 assigning to OUT parameters for the current subprogram scope.
6921 * exp_ch4.adb: Minor reformatting.
6922
6923 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6924
6925 * exp_ch4.adb (Process_Transient_Object,
6926 Find_Enclosing_Contexts): If the top-level if-expression that
6927 generated the transient object is an actual in a call, the proper
6928 Hook_Context is a construct enclosing the call.
6929 * einfo.ads: Indicate that Related_Expression is used to link a
6930 loop variable to the container expression over which the loop
6931 takes place.
6932 (Analyze_Iterator_Specification): Set the Related_Expression of
6933 the loop variable in a container element iterator.
6934 (Note_Possible_Modification): If the variable is the loop
6935 variable in a container element iterator, indicate that the
6936 enclosing container is also modified.
6937
6938 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6939
6940 * aspects.adb (Move_Or_Merge_Aspects): Reimplemented.
6941
6942 2014-01-20 Robert Dewar <dewar@adacore.com>
6943
6944 * s-taasde.ads, gnat_ugn.texi, s-tadeca.adb, sem_res.adb, s-tadeca.ads:
6945 Minor reformatting and code clean up.
6946
6947 2014-01-20 Arnaud Charlet <charlet@adacore.com>
6948
6949 * sem_cat.adb (Validate_Object_Declaration): Relax semantics
6950 of objects of private type if Relaxed_RM_Semantics.
6951
6952 2014-01-20 Claire Dross <dross@adacore.com>
6953
6954 * a-cofove.ads (Vector): Capacity discriminant
6955 should be in range of the index.
6956
6957 2014-01-20 Thomas Quinot <quinot@adacore.com>
6958
6959 * a-caldel.ads(To_Duration), s-taasde.ads(Time_Enqueue):
6960 Clarify specs s-tadeca.adb(Enqueue_Calendar): Compensate for
6961 possible difference between epoch of Ada.Calendar clock and Ada
6962 real-time/tasking clock.
6963 * s-taprop-posix.adb: Minor comment fix.
6964
6965 2014-01-20 Doug Rupp <rupp@adacore.com>
6966
6967 * sysdep.c [vxworks]: Remove Vxworks version noise for RTP.
6968
6969 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
6970
6971 * exp_attr.adb (Expand_N_Attribute_Reference): Generate validity
6972 checks on the prefix of attribute 'Old.
6973 * sem_ch3.adb (Process_Range_Expr_In_Decl): Suppress the
6974 generation of validity checks on a range that belongs to the
6975 iteration scheme of a quantified expression.
6976 * sem_ch5.adb (One_Bound): Suppress the generation of validity
6977 checks on a bound that belongs to the iteration scheme of a
6978 quantified expression, generate the check in all other cases.
6979
6980 2014-01-20 Bob Duff <duff@adacore.com>
6981
6982 * gnat_ugn.texi: Enable --pp-new by default. Minor reorganization.
6983
6984 2014-01-20 Ed Schonberg <schonberg@adacore.com>
6985
6986 * sem_res.adb (Resolve): When compiling a predefined unit, ignore
6987 interpretations that do not come from other predefined units,
6988 to prevent spurious ambiguities in the presence of user-defined
6989 operators in the context of (an instance of) a predefined unit.
6990
6991 2014-01-20 Robert Dewar <dewar@adacore.com>
6992
6993 * gnat_rm.texi: Document that Loop_Variant is included in
6994 Statement_Assertions.
6995 * sem_prag.adb (Check_Kind): Add Loop_Variant to
6996 Statement_Assertions (Check_Applicable_Policy): Add Loop_Variant
6997 to Statement_Assertions.
6998
6999 2014-01-20 Doug Rupp <rupp@adacore.com>
7000
7001 * sysdep.c (__gnat_is_file_not_found_error) [vxworks6]: Add case
7002 for errno ENOENT from RTP on NFS mounted file system.
7003
7004 2014-01-20 Ed Schonberg <schonberg@adacore.com>
7005
7006 * sem_util.adb (Check_Function_Writable_Actuals): 1) Do not
7007 examine code that does not come from source. The check does not
7008 apply to code generated for constraint checks, and such code may
7009 generate spurious error messages when compiled with expansion
7010 disabled (as in a generic unit) because side effects may not
7011 have been removed.
7012 2) Make error messages more explicit: indicate the component
7013 of the construct whose value is indeterminate because of a
7014 call to a function with in-out parameter in another component,
7015 when there is no mandated order of execution between the two
7016 components (actuals, aggregate components, alternatives).
7017
7018 2014-01-20 Robert Dewar <dewar@adacore.com>
7019
7020 * gnat_rm.texi: Minor cleanup.
7021
7022 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7023
7024 * sem_attr.adb (Analyze_Attribute): Attributes 'Old and 'Result
7025 can now apply to a refined postcondition.
7026 * sem_ch6.adb (Analyze_Subprogram_Contract): Remove local
7027 variable Result_Seen. Add variables Case_Prag, Post_Prag,
7028 Seen_In_Case and Seen_In_Post. Update the mechanism that detects
7029 whether postconditions and/or constract-cases mention attribute
7030 'Result and introduce a post-state when applied to functions.
7031 (Check_Result_And_Post_State): Removed.
7032 * sem_prag.adb (Analyze_Pragma): Add local variable
7033 Result_Seen. Verify that the expression of pragma Refined_Post
7034 mentions attribute 'Result and introduces a post-state.
7035 * sem_util.ads, sem_util.adb (Check_Result_And_Post_State): New routine.
7036
7037 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7038
7039 * exp_ch7.adb (Is_Subprogram_Call): New routine.
7040 (Process_Transient_Objects): Make variable Must_Hook global with
7041 respect to all locally declared subprograms. Search the context
7042 for at least one subprogram call.
7043 (Requires_Hooking): Removed.
7044
7045 2014-01-20 Claire Dross <dross@adacore.com>
7046
7047 * a-cfdlli.ads a-cfhama.ads a-cfhase.ads a-cforma.ads
7048 * a-cforse.ads a-cofove.ads: Add pragma Annotate (GNATprove,
7049 External_Axiomatization);
7050
7051 2014-01-20 Robert Dewar <dewar@adacore.com>
7052
7053 * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Allow
7054 Loop_Entry in Assert, Assert_And_Cut, and Assume pragmas.
7055 * sem_prag.adb (Analyze_Pragma, case Assert[_And_Cut], Assume):
7056 Allow Loop_Entry to be used in these pragmas if they appear in
7057 an appropriate context.
7058 (Placement_Error): Specialize error
7059 message for pragma Assert[_And_Cut] or pragma Assume containing
7060 Loop_Entry attribute.
7061 * a-exexpr-gcc.adb, sinput.adb: Minor reformatting.
7062 * s-excmac-arm.ads, s-except.ads, s-excmac-gcc.ads: Minor reformatting
7063 and code clean ups.
7064
7065 2014-01-20 Robert Dewar <dewar@adacore.com>
7066
7067 * gnat1drv.adb: Minor comment update.
7068
7069 2014-01-20 Tristan Gingold <gingold@adacore.com>
7070
7071 * raise-gcc.c (PERSONALITY_FUNCTION/arm): Remove unused
7072 variables, comment out unused code.
7073 * a-exexpr-gcc.adb: Move declarations to s-excmac-gcc.ads
7074 * s-excmac-gcc.ads: New file, extracted from a-exexpr-gcc.adb
7075 * s-excmac-arm.ads: New file.
7076
7077 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7078
7079 * exp_ch4.adb (Expand_N_Slice): Remove constant D and variables
7080 Drange and Index_Typ. Remove the circuitry which creates a
7081 range check to compare the index type of the array against the
7082 discrete_range.
7083 * sem_res.adb (Resolve_Slice): Add local variable Dexpr. Update
7084 the circuitry which creates a range check to handle a
7085 discrete_range denoted by a subtype indication.
7086
7087 2014-01-20 Pierre-Marie Derodat <derodat@adacore.com>
7088
7089 * sinput.adb, sinput.ads (Sloc_Range): Traverse the tree of original
7090 nodes to get the original sloc range.
7091
7092 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7093
7094 * sem_prag.adb (Analyze_Pragma): Use Defining_Entity to obtain the
7095 entity of a [library level] package.
7096
7097 2014-01-20 Tristan Gingold <gingold@adacore.com>
7098
7099 * raise-gcc.c (exception_class_eq): New function.
7100 (is_handled_by): Use it to compare exception classes.
7101 (PERSONALITY_STORAGE): Define. (continue_unwind): New function to
7102 be called to return URC_CONTINUE_UNWIND.
7103 (personality_body): New function, extracted from PERSONALITY_ROUTINE.
7104 (PERSONALITY_ROUTINE): Add an implementation for the ARM unwinder.
7105
7106 2014-01-20 Robert Dewar <dewar@adacore.com>
7107
7108 * opt.ads: Minor comment update.
7109
7110 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7111
7112 * exp_ch4.adb (Expand_N_Slice): Relocate some variables and
7113 constants to the "Local variables" area. Add new constant D. Add
7114 new variables Drange and Index_Typ. Rename Pfx to Rep and Ptp
7115 to Pref_Typ and update all occurrences. Add circuitry to extract
7116 the discrete_range and the index type and build a range check.
7117
7118 2014-01-20 Arnaud Charlet <charlet@adacore.com>
7119
7120 * gnat1drv.adb (Adjust_Global_Switches): Enable
7121 Treat_Categorization_Errors_As_Warnings when Relaxed_RM_Semantics
7122 is set.
7123
7124 2014-01-20 Thomas Quinot <quinot@adacore.com>
7125
7126 * sem_ch5.adb, sem_ch4.adb: Minor reformatting.
7127
7128 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7129
7130 * sem_ch13.adb (Analyze_Aspect_Specifications):
7131 When aspect SPARK_Mode appears on a package body, insert the
7132 generated pragma at the top of the body declarations.
7133
7134 2014-01-20 Robert Dewar <dewar@adacore.com>
7135
7136 * sem_aggr.adb, exp_prag.adb, sem_aux.adb, sinfo.ads, sem_ch10.adb,
7137 checks.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, g-arrspl.adb,
7138 expander.adb, gnat1drv.adb, exp_ch4.adb, sem_ch6.adb,
7139 sem_ch8.adb, exp_dist.adb: Minor reformatting.
7140
7141 2014-01-20 Yannick Moy <moy@adacore.com>
7142
7143 * gnat1drv.adb (Gnat1drv): Call Write_ALI with Object=True in GNATprove
7144 mode.
7145
7146 2014-01-20 Pascal Obry <obry@adacore.com>
7147
7148 * g-arrspl.ads (Slice_Set): New definition (will use a copy on
7149 write scheme).
7150 * g-arrspl.adb: Adapt all routine to this new implementation.
7151 (Set): Copy the Slice_Set definition before reusing it.
7152
7153 2014-01-20 Arnaud Charlet <charlet@adacore.com>
7154
7155 * sem_prag.adb (Process_Import_Or_Interface): In
7156 Relaxed_RM_Semantics, support old Ada 83 style of pragma Import.
7157 (Analyze_Pragma): Ditto for pragma Export.
7158 * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Handle old pragma
7159 Import style.
7160
7161 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7162
7163 * einfo.ads: E_Abstract_State is now part of the entities that
7164 can be overloaded. Update type Overloadable_Kind to reflect the
7165 inclusion of abstract states.
7166 * sem_ch6.adb (New_Overloaded_Entity): A function can now
7167 overload an abstract state.
7168 * sem_prag.adb (Analyze_Constituent): Handle the overloading
7169 of states by functions. Use Entity_Of to obtain the entity of
7170 a constituent. (Analyze_Global_Item): Handle the overloading of
7171 states by functions.
7172 (Analyze_Initialization_Item): Handle the
7173 overloading of states by functions. Use Entity_Of to obtain the
7174 entity of an item.
7175 (Analyze_Input_Item): Handle the overloading
7176 of states by functions. Use Entity_Of to obtain the entity of an item.
7177 (Analyze_Input_Output): Handle the overloading of states by functions.
7178 (Analyze_Refinement_Clause): Handle the overloading
7179 of states by functions. Use Entity_Of to obtain the entity of an item.
7180 (Appears_In): Use Entity_Of to obtain the entity of an element.
7181 (Check_Usage): Use Entity_Of to obtain the entity of
7182 an item. Add a guard to prevent a crash due to a previous error.
7183 (Resolve_State): New routine.
7184
7185 2014-01-20 Yannick Moy <moy@adacore.com>
7186
7187 * spark_xrefs.ads, debug.adb, gnat1drv.adb, errout.adb, errout.ads,
7188 opt.ads: Minor comments updates.
7189
7190 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com>
7191
7192 * einfo.adb (Non_Limited_View): Applies to abstract states.
7193 (Set_From_Limited_With): Applies to abstract states.
7194 (Set_Non_Limited_View): Applies to abstract states.
7195 (Write_Field17): Output the non-limited view of an abstract state.
7196 * einfo.ads: Update the comment on usage and occurrences in
7197 nodes for attributes From_Limited_With and Non_Limited_View.
7198 * sem_aux.adb (Available_View): This routine can now handle
7199 abstract states.
7200 * sem_aux.ads (Available_View): This routine can now handle
7201 abstract states. Update the comment on usage.
7202 * sem_ch8.adb (Find_Expanded_Name): Handle abstract views
7203 of states and variables.
7204 (In_Pragmas_Depends_Or_Global): New routine.
7205 * sem_ch10.adb (Build_Limited_Views): Implement
7206 abstract (limited) views of variables and states.
7207 (Build_Shadow_Entity): This routine is now a procedure. Add
7208 formal parameter Shadow. Update the comment on usage. Add
7209 context-specific decoration for states and variables.
7210 (Decorate_State): New routine. (Decorate_Variable): New routine.
7211 (Find_And_Process_States): New routine.
7212 (Process_Declarations): Renamed to Process_Declarations_And_States.
7213 (Process_Declarations_And_States): Add formal parameters
7214 Pack and Create_Abstract_Views. Update the comment on usage.
7215 (Process_States): New routine.
7216 * sem_prag.adb (Check_Dependency_Clause): Handle abstract
7217 views of states and variables. Match the abstract view of a state
7218 against its corresponding non-abstract view.
7219 (Is_Matching_Input):
7220 Handle abstract views of states and variables. Match the abstract
7221 view of a state against its corresponding non-abstract view.
7222 (Process_Global_Item): Handle abstract views of states and
7223 variables.
7224
7225 2014-01-20 Bob Duff <duff@adacore.com>
7226
7227 * sem_ch10.adb (Expand_With_Clause): Don't
7228 recurse on the prefix if the current with-ed name refers to a
7229 package that renames its own parent, eg "package P.Q renames P;".
7230
7231 2014-01-20 Yannick Moy <moy@adacore.com>
7232
7233 * exp_spark.adb (Expand_SPARK_Call): Remove procedure.
7234 * opt.adb, opt.ads (Full_Expander_Active): Remove function.
7235 * checks.adb, exp_ch6.adb, exp_ch9.adb, exp_disp.adb, sem_aggr.adb,
7236 * sem_ch10.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb,
7237 * sem_disp.adb, sem_res.adb Replace Full_Expander_Active by
7238 Expander_Active.
7239
7240 2014-01-20 Yannick Moy <moy@adacore.com>
7241
7242 * sinfo.ads Update documentation of GNATprove mode.
7243
7244 2014-01-20 Yannick Moy <moy@adacore.com>
7245
7246 * adabkend.adb, ali-util.adb, errout.adb, exp_ch7.adb,
7247 * exp_dbug.adb, freeze.adb, lib-xref.adb, restrict.adb,
7248 * sem_attr.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb,
7249 * sem_prag.adb, sem_res.adb, sem_util.adb Rename SPARK_Mode into
7250 GNATprove_Mode.
7251 * sem_ch13.adb: Remove blank.
7252 * exp_spark.adb, exp_spark.ads (Expand_SPARK_Call): Only replace
7253 subprograms by alias for renamings, not for inherited primitive
7254 operations.
7255 * exp_util.adb (Expand_Subtype_From_Expr): Apply the expansion
7256 in GNATprove mode.
7257 (Remove_Side_Effects): Apply the removal in
7258 GNATprove mode, for the full analysis of expressions.
7259 * expander.adb (Expand): Call the light SPARK expansion in GNATprove
7260 mode.
7261 (Expander_Mode_Restore, Expander_Mode_Save_And_Set): Ignore
7262 save/restore actions for Expander_Active flag in GNATprove mode,
7263 similar to what is done in ASIS mode.
7264 * frontend.adb (Frontend): Generic bodies are instantiated in
7265 GNATprove mode.
7266 * gnat1drv.adb (Adjust_Global_Switches): Set operating
7267 mode to Check_Semantics in GNATprove mode, although a light
7268 expansion is still performed.
7269 (Gnat1drv): Set Back_End_Mode to
7270 Declarations_Only in GNATprove mode, and later on special case
7271 the GNATprove mode to continue analysis anyway.
7272 * lib-writ.adb (Write_ALI): Always generate ALI files in
7273 GNATprove mode.
7274 * opt.adb, opt.ads (Full_Expander_Active): Make it equivalent to
7275 Expander_Active.
7276 (SPARK_Mode): Renamed as GNATprove_Mode.
7277 * sem_aggr.adb (Aggregate_Constraint_Checks): Add checks in the
7278 tree in GNATprove_Mode.
7279 * sem_ch12.adb (Analyze_Package_Instantiation): Always instantiate
7280 body in GNATprove mode.
7281 (Need_Subprogram_Instance_Body): Always instantiate body in GNATprove
7282 mode.
7283 * sem_ch3.adb (Constrain_Index, Process_Range_Expr_In_Decl):
7284 Make sure side effects are removed in GNATprove mode.
7285
7286 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
7287
7288 * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Robustify tests
7289 for aliased objects with an unconstrained nominal subtype.
7290 * gcc-interface/trans.c (Call_to_gnu): Likewise.
7291 (gnat_to_gnu) <case N_Op_Not>: Robustify test for private type.
7292 <case N_Op_Minus>: Remove useless code.
7293 (Exception_Handler_to_gnu_zcx): Minor tweaks.
7294
7295 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
7296
7297 * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Record_Subtype>:
7298 Tidy up. For a subtype with discriminants and variant part, if a
7299 variant is statically selected and the fields all have a constant
7300 position, put them in order of increasing position. Likewise if
7301 no variant part but representation clause is present.
7302 * gcc-interface/utils.c (make_packable_type): Robustify.
7303 (maybe_pad_type): Use local variable and tidy up condition. If no
7304 alignment is specified, use the original one.
7305 (create_type_stub_decl): Minor tweak.
7306 (convert) <case VECTOR_CST>: Fix typo.
7307 <case CONSTRUCTOR>: Deal with padding types around the same type.
7308 Do not punt on missing fields.
7309 (unchecked_convert): Call finish_record_type to lay out the special
7310 record types made for conversions from/to problematic integer types.
7311 Bump the alignment of CONSTRUCTORs before converting them to a more
7312 aligned type.
7313
7314 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
7315
7316 * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Component>: Remove
7317 obsolete code for type_annotate_only mode, simplify code and slightly
7318 improve wording of comments.
7319
7320 2014-01-12 Eric Botcazou <ebotcazou@adacore.com>
7321
7322 PR ada/59772
7323 * gcc-interface/cuintp.c (build_cst_from_int): Use 32-bit integer type
7324 as intermediate type.
7325 (UI_To_gnu): Likewise.
7326
7327 2014-01-03 Eric Botcazou <ebotcazou@adacore.com>
7328
7329 * gnatvsn.ads (Current_Year): Bump to 2014.
7330
7331 2014-01-02 Tobias Burnus <burnus@net-b.de>
7332
7333 * gnat_ugn.texi: Bump @copying's copyright year.
7334 \f
7335 Copyright (C) 2014 Free Software Foundation, Inc.
7336
7337 Copying and distribution of this file, with or without modification,
7338 are permitted in any medium without royalty provided the copyright
7339 notice and this notice are preserved.