2014-07-30 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / gcc / ada / ChangeLog
blob3fac0296dbbb362da5562eff786c40095166e302
1 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3         * a-crdlli.ads: Place declaration of Empty_List after full type
4         declaration for Curosr, to prevent freezing error.
6 2014-07-30  Robert Dewar  <dewar@adacore.com>
8         * get_targ.adb: Minor code reorganization.
9         * prj-proc.adb, prj-proc.ads, get_targ.ads, sem_ch6.adb: Minor
10         reformatting.
12 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
14         * a-cbhase.adb: a-cbhase.adb (Insert): Raise Constraint_Error,
15         not Program_Error, when attempting to remove an element not in
16         the set. This is the given semantics for all set containers.
18 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
20         * a-rbtgbo.adb: -rbtgbo.adb (Delete_Node_Sans_Free): If
21         element is not present in tree return rather than violating
22         an assertion. Constraint_Error will be raised in the caller if
23         element is not in the container.
25 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
27         * set_targ.adb (Read_Target_Dependent_Values): New subprogram.
28         (elab body): Add provision for default target config file.
29         * get_targ.ads, get_targ.adb (Get_Back_End_Config_File): New subprogram.
31 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
33         * a-cbhase.adb (Delete): Raise Constraint_Error, not Program_Error,
34         when attempting to remove an element not in the set. This is
35         the given semantics for all set containers.
36         * a-cborse.adb (Delete): Attempt removal first, to check for
37         tampering, before checking whether this is an attempt to
38         delete a  non-existing element, and in fthe latter case raise
39         Constraint_Error.
41 2014-07-30  Vincent Celier  <celier@adacore.com>
43         * prj-proc.adb (Recursive_Process): Do not create a new
44         Project_Id if the project is already in the list of projects of
45         the tree.
47 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
49         * sem_ch6.adb (Analyze_Function_Return): Reject a return expression
50         whose type is an incomplete formal type.
51         (Analyze_Return_Type): Reject a return type that is an untagged
52         imcomplete formal type.
53         (Process_Formals): Reject a formal parameter whose type is an
54         untagged formal incomplete type.
55         * sem_res.adb (Resolve_Actuals): Reject an actual whose type is
56         an untagged formal incomplete type.
58 2014-07-30  Robert Dewar  <dewar@adacore.com>
60         * gnat_ugn.texi: Minor spelling correction.
61         * makeutl.adb: Minor code reorganization.
62         * exp_ch4.adb, exp_aggr.adb, exp_ch3.adb: Minor reformatting.
64 2014-07-30  Robert Dewar  <dewar@adacore.com>
66         * einfo.ads (Has_Unchecked_Union): Document that this is used
67         to check for illegal Valid_Scalars attribute references.
68         * exp_attr.adb (Build_Record_VS_Func): New function
69         (Expand_N_Attribute_Reference, case Valid_Scalars): Call this
70         function.
71         * gnat_rm.texi: Document 'Valid_Scalars cannot be applied to
72         Unchecked_Union Add note on 'Valid_Scalars generating a lot
73         of code.
74         * sem_attr.adb (Analyze_Attribute, case Valid_Scalars): Give
75         error on attempt to apply Valid_Scalars to Unchecked_Union type.
77 2014-07-30  Steve Baird  <baird@adacore.com>
79         * exp_ch4.adb (Expand_N_Indexed_Component): Disable optimized handling
80         of A(I..J)(K) in CodePeer_Mode.
82 2014-07-30  Ben Brosgol  <brosgol@adacore.com>
84         * gnat_ugn.texi: Fix typo.
86 2014-07-30  Thomas Quinot  <quinot@adacore.com>
88         * lib-writ.ads: document format change.
90 2014-07-30  Pascal Obry  <obry@adacore.com>
92         * prj-util.adb (For_Interface_Sources): Do not
93         include sources from withed externally built projects.
95 2014-07-30  Robert Dewar  <dewar@adacore.com>
97         * lib.adb: Minor reformatting.
98         * prj-util.adb: Minor reformatting.
100 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
102         * exp_aggr.adb (Build_Record_Aggr_Code): For an array component
103         that depends on discriminants, and which is given by an others
104         clause, create an explicit subtype with the discriminant values
105         of the enclosing aggregate, because the backend cannot otherwise
106         retrieve the actual bounds of the array.
108 2014-07-30  Fedor Rybin  <frybin@adacore.com>
110         * gnat_ugn.texi: Improve gnattest documentation.
112 2014-07-30  Pascal Obry  <obry@adacore.com>
114         * makeutl.adb (Insert_Project_Sources): Properly handle sources
115         that are aggregated. We want to include sources not only part
116         of libraries but also if part of an aggregated project from an
117         aggregate library.
118         * prj.adb (For_Project_And_Aggregated_Context): Properly check
119         state of root project.
121 2014-07-30  Thomas Quinot  <quinot@adacore.com>
123         * lib-load.ads: Minor reformatting.
124         * sinfo.ads (Library_Unit): Update comment.
125         * lib.ads (Notes): Simplify. The Unit component in Notes_Entry
126         is redundant. Instead used the pragma Node_Id directly as the
127         element type.
129 2014-07-30  Thomas Quinot  <quinot@adacore.com>
131         * lib.adb (Store_Note): Store only notes that do not come from
132         an instance, and that are in the extended main source unit.
133         * lib-writ (Write_Unit_Information): Annotations from subunits
134         must be emitted along with those for the main unit, and they
135         must carry a specific file name.
136         * ali.ads (Notes_Record): Use a File_Name_Type instead of a
137         Unit_Id for the source file containing the pragma, as in the
138         case of annotations from subunits we might not have a readily
139         available unit id.
140         * ali.adb (Scan_ALI): Account for above change in data structure.
142 2014-07-30  Vincent Celier  <celier@adacore.com>
144         * makeutl.adb (Insert_Project_Sources): When the library project
145         is an aggregate Stand-Alone Library, insert in the queue the
146         Ada interface units, with Closure set to True;
148 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
150         * sem_util.adb: Fix minor typo.
151         * makeutl.adb: Minor reformatting.
153 2014-07-30  Robert Dewar  <dewar@adacore.com>
155         * exp_ch7.adb, checks.adb, makeutl.adb, makeutl.ads: Minor reformatting.
157 2014-07-30  Yannick Moy  <moy@adacore.com>
159         * checks.ads: Fix typo in comment.
161 2014-07-30  Pierre-Marie Derodat  <derodat@adacore.com>
163         * sem_util.adb (Set_Debug_Info_Needed): For scalar types, recurse on
164         entities that materialize range bounds, if any.
166 2014-07-30  Vincent Celier  <celier@adacore.com>
168         * projects.texi: Minor spelling fix.
170 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
172         * checks.adb (Make_Bignum_Block): Use the new secondary stack
173         build routines to manage the mark.
174         * exp_ch7.adb (Create_Finalizer, Expand_Cleanup_Actions):
175         Use the new secodary stack build routines to manage the mark.
176         (Insert_Actions_In_Scope_Around): Add new formal parameter
177         Manage_SS along with comment on its usage. Code and comment
178         reformatting. Mark and release the secondary stack when the
179         context warrants it.
180         (Make_Transient_Block): Update the call
181         to Insert_Actions_In_Scope_Around to account for parameter Manage_SS.
182         (Wrap_Transient_Declaration): Remove local variable
183         Uses_SS. Ensure that the secondary stack is marked and released
184         when the related object declaration appears in a library level
185         package or package body. Code and comment reformatting.
186         * exp_util.ads, exp_util.adb (Build_SS_Mark_Call): New routine.
187         (Build_SS_Release_Call): New routine.
189 2014-07-30  Steve Baird  <baird@adacore.com>
191         * exp_attr.adb: Revert previous change, not needed after all.
193 2014-07-30  Vincent Celier  <celier@adacore.com>
195         * makeutl.adb (Queue.Insert_Project_Sources): Insert with
196         Closure => True for interfaces of Stand-Alone Libraries.
197         * makeutl.ads (Source_Info (Format => Gprbuild)): Add new
198         Boolean component Closure, defaulted to False.
200 2014-07-30  Yannick Moy  <moy@adacore.com>
202         * sem_res.adb: Fix typo in error message.
204 2014-07-30  Robert Dewar  <dewar@adacore.com>
206         * sem_ch3.adb (Process_Range_Expr_In_Decl): Use _FIRST/_LAST
207         as name suffixes rather than L/H for subtype bounds.
208         * tbuild.ads: Minor comment improvements and fixes
209         (Make_External_Name): Document that suffix can start with an
210         underscore.
212 2014-07-30  Bob Duff  <duff@adacore.com>
214         * gnat_ugn.texi: Document --rep-clauses switch.
216 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
218         * sem_ch13.adb (Analyze_Aspect_Specifications): Default_Value and
219         Default_Component_Value can only be specified for scalar type or
220         arrays of scalar types respectively.  This legality check must
221         be performed at the point the aspect is analyzed, in order to
222         reject aspect specifications that apply to a partial view.
224 2014-07-30  Thomas Quinot  <quinot@adacore.com>
226         * freeze.adb: Minor reformatting.
228 2014-07-30  Robert Dewar  <dewar@adacore.com>
230         * exp_attr.adb (Expand_Attribute, case First/Last): Don't expand in
231         codepeer mode.
233 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
235         * freeze.adb (Check_Expression_Function): At the freeze point
236         of an expression function, verify that the expression in the
237         function does not contain references to any deferred constants
238         that have no completion yet.
239         (Freeze_Expression, Freeze_Before): call
240         Check_Expression_Function.
241         * a-ciorse.ads: Add Reference_Control_Type to detect tampering.
242         * a-ciorse.adb: Add Adjust and Finalize routines for
243         Reference_Control_Type. Use it in the construction of Reference
244         and Constant_Reference values.
246 2014-07-30  Robert Dewar  <dewar@adacore.com>
248         * exp_aggr.adb: Update comments.
249         * a-chtgbo.adb, a-chtgbo.ads, a-cbhase.adb, a-cbhase.ads: Minor
250         reformatting.
252 2014-07-30  Robert Dewar  <dewar@adacore.com>
254         * cstand.adb (New_Standard_Entity): New version takes name
255         string to call Make_Name.
256         (Create_Standard): Use this routine to set name before setting other
257         fields.
259 2014-07-30  Robert Dewar  <dewar@adacore.com>
261         * exp_attr.adb (Expand_Attribute, case First): Rewrite simple
262         entity reference.
263         (Expand_Attribute, case Last): Ditto.
264         * exp_ch3.adb (Constrain_Index): New calling sequence for
265         Process_Range_Expr_In_Decl.
266         (Expand_N_Object_Declaration): Avoid setting Is_Known_Valid in one
267         problematical case.
268         * sem_ch3.adb (Constrain_Index): New calling sequence for
269         Process_Range_Expr_In_Decl.
270         (Set_Scalar_Range_For_Subtype): ditto.
271         (Process_Range_Expr_In_Decl): Create constants to hold bounds for
272         subtype.
273         * sem_ch3.ads (Process_Range_Expr_In_Decl): Add Subtyp parameter.
274         * sem_eval.adb (Compile_Time_Compare): Make sure we use base
275         types if we are not assuming no invalid values.
277 2014-07-30  Robert Dewar  <dewar@adacore.com>
279         * clean.adb: Minor reformatting.
280         * opt.ads: Minor fix to incorrect comment.
282 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
284         * a-chtgbo.ads, a-chtgbo.adb (Delete_Node_At_Index): New
285         subprogram, used by bounded hashed sets, to delete a node at
286         a given index, whose element may have been improperly updated
287         through a Reference_Preserving key.
288         * a-cbhase.ads: Add Reference_Control_Type to package Generic_Keys.
289         * a-cbhase.adb: Add Adjust and Finalize routines for
290         Reference_Control_Type.
291         (Delete, Insert): Raise Program_Error, not Constraint_Error,
292         when operation is illegal.
293         (Reference_Preserving_Key): Build aggregate for Reference_Control_Type
294         * a-cmbutr.ads: Add Reference_Control_Type to detect tampering. Add
295         private with_clause for Ada.Finalization.
296         * a-cbmutr.adb: Add Adjust and Finalize routines for
297         Reference_Control_Type. Use it in the construction of Reference
298         and Constant_Reference values.
300 2014-07-30  Robert Dewar  <dewar@adacore.com>
302         * sem_ch3.adb, sem_ch3.ads: Minor code reorganization.
304 2014-07-30  Pascal Obry  <obry@adacore.com>
306         * clean.adb (Clean_Project): Properly check for directory
307         existence before trying to enter it.
309 2014-07-30  Robert Dewar  <dewar@adacore.com>
311         * sem_ch3.ads, prj.ads, prj-nmsc.adb: Minor reformatting.
313 2014-07-30  Robert Dewar  <dewar@adacore.com>
315         * par-ch5.adb (P_Sequence_Of_Statements): Properly handle
316         missing semicolon after name.
318 2014-07-30  Pascal Obry  <obry@adacore.com>
320         * prj.ads (Gprinstall_Flags): New constant.
321         * prj-nmsc.adb (Check_Library_Attributes): Do not fails for
322         missing library dir if Directories_Must_Exist_In_Projects
323         is false.
325 2014-07-30  Bob Duff  <duff@adacore.com>
327         * a-except-2005.adb, a-except.adb: Remove obsolete comments.
328         * s-traceb.ads: Updagte comments.
330 2014-07-30  Robert Dewar  <dewar@adacore.com>
332         * checks.adb, a-cihase.adb, a-cihase.ads, a-chtgop.adb, a-chtgop.ads,
333         a-except.adb, a-except-2005.adb, a-cborse.adb, a-cborse.ads,
334         a-exexda.adb, a-elchha.adb, exp_aggr.adb, a-cohase.adb: Minor
335         reformatting.
337 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
339         * a-chtgop.ads, a-chtgop.adb (Delete_Node_At_Index): New
340         subprogram, used by all versions of hashed sets, to delete a node
341         whose element has been improperly updated through a Reference_
342         Preserving key.
343         * a-cohase.adb: Remove Delete_Node, use new common procedure
344         Delete_Node_At_Index.
345         * a-cihase.ads: Add Reference_Control_Type to package Generic_Keys.
346         * a-cihase.adb: Add Adjust and Finalize routines for
347         Reference_Control_Type.
348         (Reference_Preserving_Key): Build aggregate for
349         Reference_Control_Type
351 2014-07-30  Yannick Moy  <moy@adacore.com>
353         * checks.adb, checks.ads (Determine_Range_R): New procedure to
354         determine the possible range of a floating-point expression.
356 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
358         * a-cborse.ads: Add Reference_Control_Type to package Generic_Keys.
359         * a-cborse.adb: Add Adjust and Finalize routines for
360         Reference_Control_Type.
361         (Reference_Preserving_Key): Build aggregate for
362         Reference_Control_Type.
363         (Delete): Check for tampering, and raise Program_Error (not
364         Constraint_Error) when attempting to delete an element not in
365         the set.
366         (Insert): Ditto.
368 2014-07-30  Bob Duff  <duff@adacore.com>
370         * a-elchha.adb, a-except-2005.adb, a-except.adb, a-exexda.adb,
371         * a-exextr.adb, a-exstat.adb, exp_intr.ads, s-tassta.adb:
372         Exception_Information is used to produce useful debugging
373         information for the programmer. However, it was also used to
374         implement the stream attributes for type Exception_Occurrence. The
375         latter requires a stable and portable interface, which meant
376         that we couldn't include a symbolic traceback. A separate set of
377         routines was used to provide symbolic tracebacks under program
378         control (i.e. not automatically). The goal of this ticket is
379         to provide such automatic tracebacks, so the change here is to
380         split the two functionalities: Exception_Information gives the
381         maximally useful information for debugging (i.e. it now includes
382         a symbolic traceback when a decorator is set, and it can be
383         improved freely in the future without disturbing streaming).
384         Untailored_Exception_Information always uses hexadecimal addresses
385         in the traceback, has a stable and portable output, and is now
386         used for streaming.
388 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
390         * exp_aggr.adb (Expand_Array_Aggregate): Add missing test
391         on the target of the assignment to find out whether it
392         can be directly done by the back-end.
393         * exp_util.adb (Is_Possibly_Unaligned_Slice): Remove obscure test.
395 2014-07-30  Robert Dewar  <dewar@adacore.com>
397         * inline.adb, a-coorse.adb, a-coorse.ads, a-cohase.adb, a-cohase.ads,
398         a-tasatt.adb: Minor reformatting.
400 2014-07-30  Robert Dewar  <dewar@adacore.com>
402         * exp_ch4.adb: Minor reformatting.
404 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
406         * a-coorse.adb, a-coorse.ads (Generic_Keys): Add a
407         Reference_Control_Type to generic package, to keep additional
408         information for Reference_Types that manipulate keys. Add Adjust and
409         Finalize procedures for this type.
410         (Finalize): When finalizing a reference_preserving_key, verify
411         that the key of the new value is equivalent to the key of the
412         original element, raise Program_Error otherwise.
413         (Insert): Detect tampering.
414         (Reference_Preserving_Key): Build proper Reference_Control_Type,
415         and update Busy and Lock bits to detect tampering.
416         * a-cohase.ads: Keep with-clause private.
418 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
420         * exp_ch4.adb (Expand_N_Op_Eq): Emit a warning when the operands
421         of an equality are of an Unchecked_Union type and lack inferable
422         discriminants.
424 2014-07-30  Bob Duff  <duff@adacore.com>
426         * g-exctra.adb, g-exctra.ads, s-exctra.adb, s-exctra.ads, Makefile.rtl,
427         g-trasym.adb, g-trasym.ads, s-trasym.adb, s-trasym.ads: Move
428         GNAT.Traceback.Symbolic and GNAT.Exception_Traces into the System
429         hierarchy (System.Traceback.Symbolic and System.Exception_Traces), so
430         we can call them from the runtimes. Leave renamings in place under GNAT.
432 2014-07-30  Yannick Moy  <moy@adacore.com>
434         * inline.adb (Check_And_Build_Body_To_Inline): Include code for
435         inlining in GNATprove mode.
437 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
439         * a-cohase.adb, a-cohase.ads (Generic_Keys): Add a
440         Reference_Control_Type to generic package, to keep additional
441         information for Reference_Types that manipulate keys. Add Adjust and
442         Finalize procedures for this type.
443         (Delete_Node): New procedure called when finalizing a
444         Reference_Control_Type, to remove a node whose element has been
445         improperly updated through a Reference.
446         (Insert): Detect tampering.
447         (Reference_Preserving_Key): Build proper Reference_Control_Type,
448         and update Busy and Lock bits to detect tampering.
450 2014-07-30  Bob Duff  <duff@adacore.com>
452         * exp_intr.ads: Minor comment fix.
454 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
456         * exp_prag.adb, a-tags.ads: Minor typo fixes.
458 2014-07-30  Bob Duff  <duff@adacore.com>
460         * a-excach.adb, a-excach-cert.adb, a-except-2005.ads,
461         a-except.ads, g-traceb.adb, memtrack.adb,
462         s-traceb.adb, s-traceb.ads, s-traceb-hpux.adb, s-traceb-mastop.adb:
463         Cleanup: Make the three versions of System.Traceback.Call_Chain
464         have the same interface. Use an array for the Traceback parameter
465         instead of an Address.  This will enable reduction in code
466         duplication.
468 2014-07-30  Pat Rogers  <rogers@adacore.com>
470         * gnat_ugn.texi: Corrected minor textual error in description
471         of switch -gnatwl.
473 2014-07-30  Bob Duff  <duff@adacore.com>
475         * Makefile.rtl: Sort file names.
477 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
479         * a-tasatt.adb: Complete previous change: kill spurious warning
480         on e.g. sparc, and make sure we only use the fast path when the
481         alignment is compatible.
483 2014-07-30  Yannick Moy  <moy@adacore.com>
485         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Mark new Spec_Id as
486         coming from source.
488 2014-07-30  Yannick Moy  <moy@adacore.com>
490         * inline.adb (Build_Body_To_Inline): Issue more precise messages
491         for declarations that prevent inlining.
492         (Cannot_Inline): Change usual start of message to refer to contextual
493         analysis in GNATprove mode.
494         * sem_res.adb (Resolve_Call): Change usual start of message to
495         refer to contextual analysis in GNATprove mode, when inlining
496         not possible.
498 2014-07-30  Robert Dewar  <dewar@adacore.com>
500         * sem_res.adb, sem_ch6.adb: Minor code reorganization.
501         * inline.adb: Minor reformatting.
503 2014-07-30  Javier Miranda  <miranda@adacore.com>
505         * a-tags.ads: Add comments.
507 2014-07-30  Pat Rogers  <rogers@adacore.com>
509         * gnat_rm.texi: Minor word error.
511 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
513         * exp_prag.adb (Expand_Old): Insert declarationss of temporaries
514         created to capture the value of the prefix of 'Old at the
515         beginning of the current declarative part, to prevent data flow
516         anomalies in the postcondition procedure that will follow.
518 2014-07-30  Yannick Moy  <moy@adacore.com>
520         * debug.adb: Retire debug flag -gnatdQ.
521         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Check SPARK_Mode
522         on decl, not on body.  Ignore predicate functions.
523         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove use of
524         debug flag -gnatdQ.  Correctly analyze SPARK_Mode on decl and
525         body when generating a decl for a body on which SPARK_Mode aspect
526         is given.
527         * sem_prag.adb (Analyze_Pragma|SPARK_Mode): Reorder tests for
528         attaching pragma to entity, to account for declaration not coming
529         from source.
530         * sem_res.adb (Resolve_Call): Issue warning and flag subprogram
531         as not always inlined in GNATprove mode, when called in an
532         assertion context.
534 2014-07-30  Vincent Celier  <celier@adacore.com>
536         * debug.adb: Minor comment update.
538 2014-07-30  Robert Dewar  <dewar@adacore.com>
540         * s-tasuti.adb, s-tassta.adb: Minor reformatting.
541         * sprint.adb (Sprint_Node): Handle N_Contract case.
542         * exp_prag.adb: Minor reformatting.
543         * freeze.adb (Freeze_Entity): Check useless postcondition for
544         No_Return subprogram.
545         * sem_prag.adb: Minor reformatting.
547 2014-07-30  Javier Miranda  <miranda@adacore.com>
549         * a-tags.ads: Complete comments about performance.
551 2014-07-30  Fedor Rybin  <frybin@adacore.com>
553         * gnat_ugn.texi: Adding description for --exit-status option to
554         gnattest section.  Fixing index entry of --passed-tests option
555         in gnattest section.
557 2014-07-30  Javier Miranda  <miranda@adacore.com>
559         * Makefile.rtl, gnat_rm.texi, i-cpp.adb, i-cpp.ads, impunit.adb,
560         rtsfind.ads: Remove references to package Interfaces.CPP since this
561         package is no longer needed.
563 2014-07-30  Bob Duff  <duff@adacore.com>
565         * s-taasde.adb (Timer_Queue): Don't use a
566         build-in-place function call to initialize the Timer_Queue.
567         * s-traent.adb, s-traent.ads, s-traent-vms.adb, s-traent-vms.ads:
568         Turn off polling in these units, because otherwise we get
569         elaboration circularities with Ada.Exceptions when the -gnatP
570         switch is used.
571         * s-tassta.adb (Create_Task): Make sure independent tasks
572         are created with Parent = Environment_Task. This was not true,
573         for example, in s-interr.adb, when Interrupt_Manager does "new
574         Server_Task"; the Server_Task had Parent = Interrupt_Manager,
575         which is wrong because the master is determined by the access
576         type, which is at library level.
577         * s-tasuti.adb (Make_Independent): Avoid setting Parent; it is
578         now set correctly by Create_Task.
579         (Make_Passive): Remove the workaround for the race condition in
580         Make_Independent.
581         * frontend.adb (Frontend): Revert to previous method of detecting
582         temporary configuration pragma files, recognizing such files by
583         ".tmp" in the name. This is more general than detecting pragmas
584         Source_File_Name_Project, because it allows any tool to use
585         this naming convention, no matter the content of the file.
586         * gnat_ugn.texi: Document this naming convention.
588 2014-07-30  Robert Dewar  <dewar@adacore.com>
590         * exp_ch7.adb, s-tataat.adb, s-tataat.ads, s-parame-vms-alpha.ads,
591         inline.adb, s-parame-hpux.ads, exp_smem.adb, s-tasini.adb,
592         s-tasini.ads, s-parame-vms-ia64.ads, s-parame.ads, s-taskin.ads,
593         s-parame-vxworks.ads, a-tasatt.adb, a-tasatt.ads: Minor reformatting.
594         * a-suenco.adb (Convert): Handle overlong encodings in UTF8-UTF8
595         conversion.
597 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
599         * sem_ch5.adb: Improve error recovery.
600         * inline.adb (Build_Body_To_Inline): Set Full_Analysis to false
601         before analyzing the body, so that in GNATprove mode there is
602         no light expansion. Whatever expansion is required by SPARK will
603         be performed when analysing the inlined code.
605 2014-07-30  Bob Duff  <duff@adacore.com>
607         * s-tataat.adb, s-tataat.ads, a-tasatt.adb: Minor comment fixes.
609 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
611         * sem_ch5.adb (Analyze_Loop_Statement): If loop has a label,
612         verify that it is not hidden by an inner implicit declaration.
614 2014-07-30  Thomas Quinot  <quinot@adacore.com>
616         * sem.ads (Scope_Table_Entry): New component Locked_Shared_Objects.
617         * sem_ch8.adb (Push_Scope): Initialize Locked_Shared_Objects.
618         * exp_smem.adb (Add_Shared_Var_Lock_Procs): Handle the case where
619         the call returns an unconstrained type: in this case there is
620         already a transient scope, and we should not establish a new one.
621         * exp_ch7.adb (Insert_Actions_In_Scope_Around): New formal Clean. If
622         True, also insert cleanup actions in the tree.
623         (Wrap_Transient_Declaration): Call Insert_Actions_In_Scope_Around
624         with Clean set True.
626 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
628         * s-taskin.ads (Direct_Index, Direct_Index_Range,
629         Direct_Attribute_Element, Direct_Attribute_Array,
630         Direct_Index_Vector, Direct_Attributes, Is_Defined,
631         Indirect_Attributes): Removed.  (Atomic_Address,
632         Attribute_Array, Attributes): New.
633         * s-tasini.ads, s-tasini.adb (Proc_T, Initialize_Attributes,
634         Finalize_Attributes_Link, Initialize_Attributes_Link): Removed.
635         (Finalize_Attributes): Reimplement.
636         * s-tassta.adb (Create_Task): Remove call to
637         Initialize_Attributes_Link (Free_Task, Vulnerable_Free_Task):
638         Replace Finalize_Attributes_Link by Finalize_Attributes.
639         * a-tasatt.ads, a-tasatt.adb, s-tataat.ads, s-tataat.adb:
640         Reimplement from scratch, using a simpler and more efficient
641         implementation.
642         * s-tporft.adb (Register_Foreign_Thread): Remove now obsolete comment.
643         * s-parame.ads, s-parame-hpux.ads,
644         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads,
645         * s-parame-vxworks.ads (Max_Attribute_Count): New, replace
646         Default_Attribute_Count.
648 2014-07-30  Olivier Hainque  <hainque@adacore.com>
650         * vxworks-ppc-link.spec: New file. Extra link
651         instructions for ppc-vxworks.
652         * vxworks-crtbe-link.spec: Likewise, for ZCX related support.
653         * system-vxworks-ppc.ads: Adjust linker options to use spec files.
654         * system-vxworks-arm.ads: Likewise.
655         * gcc-interface/Makefile.in: Enable .spec files.
657 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
659         * sem_aggr.adb: Minor comment reformatting.
661 2014-07-30  Robert Dewar  <dewar@adacore.com>
663         * sem_util.ads, sem_util.adb (Is_Junk_Name): Removed.
664         * sem_warn.adb (Has_Junk_Name): New function
665         (Check_References): Use Has_Junk_Name to delete junk warnings
666         (Check_Unset_Reference): ditto.
667         (Warn_On_Unreferenced_Entity): ditto.
668         (Warn_On_Useless_Assignment): ditto.
670 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
672         * checks.adb (Insert_Valid_Check): Do not check for the packed
673         array type of a prefix that is an access type.
675 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
677         * sem_attr.adb (Eval_Attribute): Evaluate the GNAT attribute
678         Unconstrained_Array even if prefix is not frozen yet, as can
679         occur with a private subtype used as a generic actual.
681 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
683         * sem_attr.adb: Minor reformatting.
685 2014-07-30  Pat Rogers  <rogers@adacore.com>
687         * gnat_rm.texi: Corrected minor wording error in description
688         of No_Exception_Registration.
690 2014-07-30  Yannick Moy  <moy@adacore.com>
692         * einfo.ads, einfo.adb: New flag Is_Inlined_Always for use in GNATprove
693         mode. Realphabetize two subprograms.
694         * inline.adb (Cannot_Inline): Use Is_Inlined_Always in GNATprove mode.
695         (Can_Be_Inlined_In_GNATprove_Mode): Adapt to possible Empty Body_Id.
696         (Check_And_Build_Body_To_Inline): Use Is_Inlined_Always in GNATprove
697         mode.
698         (Expand_Inline_Call): Use Is_Inlined_Always in GNATprove mode.
699         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not use
700         Is_Inline in GNATprove mode.
701         (Analyze_Subprogram_Specification):
702         Set Is_Inlined_Always at subprogram entity creation.
703         * sem_res.adb (Resolve_Call): Do not deal with inlining during
704         pre-analysis.  Issue warning on call to possibly inlined
705         subprogram when body not seen.
707 2014-07-30  Yannick Moy  <moy@adacore.com>
709         * lib-xref.adb (Generate_Reference): Add special
710         case for compiler-generated formals in GNATprove mode.
712 2014-07-30  Yannick Moy  <moy@adacore.com>
714         * sem_ch6.adb: Add comments.
716 2014-07-30  Thomas Quinot  <quinot@adacore.com>
718         * s-os_lib.ads (GM_Time_Of): Clarify documentation.
720 2014-07-30  Robert Dewar  <dewar@adacore.com>
722         * sem_aggr.adb, sem_res.adb: Minor reformatting.
724 2014-07-30  Thomas Quinot  <quinot@adacore.com>
726         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
727         Bit_Order): Set Reverse_Bit_Order on the base type of the
728         specified first subtype.
730 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
732         * inline.adb (Expand_Inlined_Call): Use a renaming declaration
733         to capture the value of actuals of a limited type rather than
734         an object declaration, to prevent spurious errors when analyzing
735         the inlined body.
737 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
739         * sem_ch4.adb (Analyze_Type_Conversion): Treat an inlined body
740         as an instance, and inhibit semantic checks on already analyzed
741         code to prevent spurious errors.
743 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
745         * a-exctra.ads ("="): New function, to restore compatibility.
747 2014-07-30  Pascal Obry  <obry@adacore.com>
749         * adaint.c (__gnat_to_os_time): Set isdst to -1 for the mktime
750         routine to use the OS dst setting.
752 2014-07-30  Pat Rogers  <rogers@adacore.com>
754         * gnat_ugn.texi: Minor correction to description of -gnatw.K.
756 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
758         * sem_util.adb (Wrong_Type): Disable some checks equally within
759         instances and within inlined bodies, to suppress spurious type
760         errors on already analyzed code.
761         * sem_aggr.adb (Check_Expr_OK_In_Limited_Aggregate): Expression
762         is legal in an inlined body, juts as it is in an instance body.
764 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
766         * sem_res.adb (Resolve_Unchecked_Conversion): Within an inlined
767         body the operand of an unchecked conversion may be a literal, in
768         which case its type is the target type of the conversion. This
769         is in contrast to conversions in other contexts, where the
770         operand cannot be a literal and must be resolvable independent
771         of the context.
773 2014-07-30  Pierre-Marie Derodat  <derodat@adacore.com>
775         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a
776         mere scalar constant instead of a reference for a renaming of
777         scalar literal.
778         * gcc-interface/utils.c (renaming_from_generic_instantiation_p): New.
779         * gcc-interface/gigi.h (renaming_from_generic_instantiation_p): New.
781 2014-07-30  Robert Dewar  <dewar@adacore.com>
783         * s-tasuti.adb, s-tasuti.ads, einfo.ads, sem_prag.adb, s-taasde.adb,
784         g-socthi-vms.adb, s-taprop-mingw.adb, s-interr.adb, s-interr-hwint.adb,
785         g-decstr.adb, s-tasdeb-vms.adb, g-expect-vms.adb, makeutl.adb,
786         s-interr-vms.adb, g-socthi.adb, exp_aggr.adb, s-tasdeb.adb,
787         g-awk.adb, gnatls.adb, s-taspri-posix.ads, g-catiio.adb,
788         s-interr-sigaction.adb, s-os_lib.adb, s-fileio.adb: Minor reformatting
789         & code reorganization.
791 2014-07-30  Bob Duff  <duff@adacore.com>
793         * s-tassta.adb, sem_util.ads: Minor reformatting.
795 2014-07-30  Yannick Moy  <moy@adacore.com>
797         * inline.adb (Build_Body_To_Inline): Detect when
798         subprogram has multiple returns, or not a single last return
799         statement, in GNATprove mode.
800         (Cannot_Inline): Simplify logic to handle case of GNATprove
801         inlining first.
803 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
805         * sem_ch6.adb: Stubs are not subject to inlining.
807 2014-07-30  Bob Duff  <duff@adacore.com>
809         * s-tasuti.ads, s-tasuti.adb (Make_Independent): Change this
810         from a procedure to a function, so that it can more easily be
811         called before the "begin" of a task.
812         * s-taasde.ads (Delay_Block): Make this type immutably limited,
813         so we can use a build-in-place function call to initialize
814         Timer_Queue in the body.
815         * a-rttiev.adb, s-asthan-vms-alpha.adb, s-asthan-vms-ia64.adb,
816         * s-interr.adb, s-interr-hwint.adb, s-interr-sigaction.adb,
817         * s-interr-vms.adb, s-taasde.adb: Each independent task now calls
818         Make_Independent before reaching its "begin", to avoid race
819         conditions. This causes the activating task to wait until after
820         Make_Independent is complete before proceeding.  In addition,
821         we initialize data structures used by independent tasks before
822         activating those tasks, to avoid possible use of uninitialized data.
823         * s-interr.ads, s-intman.ads, s-taspri-posix.ads, s-tasdeb.ads:
824         Minor comment fixes.
826 2014-07-30  Bob Duff  <duff@adacore.com>
828         * a-exctra.ads, s-traent-vms.ads, s-traent.ads (Tracebacks_Array): Move
829         the declaration of Tracebacks_Array from Ada.Exceptions.Traceback to
830         System.Traceback_Entries (s-traent.ads and s-traent-vms.ads).  Add
831         subtypes renaming Tracebacks_Array in Ada.Exceptions.Traceback.
832         * g-debpoo.adb: Refer to Tracebacks_Array in its new home.
834 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
836         * a-tasatt.adb: Remove old comments.
838 2014-07-30  Yannick Moy  <moy@adacore.com>
840         * einfo.ads (Is_Inlined): Document new use in GNATprove mode.
841         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Add comments
842         to explain rationale for inlining or not in GNATprove mode.
843         (Expand_Inlined_Call): In GNATprove mode, set Is_Inlined flag
844         to False when inlining is not possible.
845         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set Is_Inlined
846         flag to indicate that subprogram is fully inlined. To be reversed
847         if inlining problem is found.
848         * sem_res.adb (Resolve_Call): Set Is_Inlined flag to False when
849         call in potentially unevaluated context.
851 2014-07-30  Jose Ruiz  <ruiz@adacore.com>
853         * s-tarest.adb, s-tarest.ads: Fix comments.
855 2014-07-30  Robert Dewar  <dewar@adacore.com>
857         * exp_attr.adb, checks.adb, sem_util.adb, sem_util.ads, sem_attr.adb:
858         Change No_Scalar_Parts predicate to Scalar_Part_Present and
859         invert sense of test. This avoids the "not No_xxx" situation
860         which is always ugly.
862 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
864         * inline.adb (Expand_Inlined_Call): When generating code for
865         an internal subprogram the expansion uses the location of the
866         call, so that gdb can skip over it. In GNATprove mode we want to
867         preserve slocs of original subprogram when expanding an inlined
868         call, to obtain better warnings, even though subprogram appears
869         not to come from source if it is the inlining of a subprogram
870         body without a previous spec.
872 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
874         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Reject array
875         types with atomic components.
877 2014-07-30  Thomas Quinot  <quinot@adacore.com>
879         * Make-generated.in: Remove now unnecessary targets after s-oscons
880         reorg.
882 2014-07-30  Yannick Moy  <moy@adacore.com>
884         * sem_res.adb (Resolve_Call): Use ultimate alias
885         of callee when available.
887 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
889         * sem_ch6.adb (Analyze_Expression_Function): To check whether
890         an expression function is a completion, use the specification of
891         the previous declaration, not its entity, which may be internally
892         generated in an inlined context.
894 2014-07-30  Doug Rupp  <rupp@adacore.com>
896         * adaint.c (__gnat_tmp_name) [__ANDROID__]: Default to putting
897         temp files in /cache directory unless overridden by TMPDIR.
899 2014-07-30  Jose Ruiz  <ruiz@adacore.com>
901         * s-tassta.adb, s-tarest.adb (Initialize, Create_Task,
902         Create_Restricted_Task): Remove redundant check. Number_Of_CPUs returns
903         type CPU, so it can never be greater than CPU_Range'Last.
905 2014-07-30  Bob Duff  <duff@adacore.com>
907         * s-taskin.ads: Minor comment fix.
909 2014-07-30  Thomas Quinot  <quinot@adacore.com>
911         * g-socket.adb: Remove now useless WITH, USE, and USE TYPE
912         clauses.
914 2014-07-30  Yannick Moy  <moy@adacore.com>
916         * debug.adb: Free debug flag dQ used for frontend inlining in
917         GNATprove mode..
918         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove test of
919         debug flag..
921 2014-07-30  Thomas Quinot  <quinot@adacore.com>
923         * Make-generated.in: Remove generation of s-oscons.ads, only
924         generate the xoscons utility, in runtime-agnostic rules.
925         * gcc-interface/Makefile.in: Clean up rules. Remove VMS parts,
926         no longer supported.
928 2014-07-30  Bob Duff  <duff@adacore.com>
930         * exp_ch6.adb (Add_Task_Actuals_To_Build_In_Place_Call): New
931         parameter Chain to be used in the allocator case.
932         (Make_Build_In_Place_Call_In_Allocator): If the allocated object
933         has tasks, wrap the code in a block that will activate them,
934         including the usual finalization code to kill them off in case
935         of exception or abort.
937 2014-07-30  Robert Dewar  <dewar@adacore.com>
939         * treepr.adb, treepr.ads; Reorganize documentation for new pp routines
940         Remove renamings (don't work for gdb).
941         (par): New synonym for p (avoid gdb ambiguities).
942         * inline.adb, sem_ch6.adb, sem_ch13.adb: Minor reformatting.
944 2014-07-30  Bob Duff  <duff@adacore.com>
946         * exp_ch9.ads, sem_prag.adb, exp_ch4.adb, sem_ch13.adb: Minor comment
947         fixes.
948         * treepr.ads, treepr.adb (ppp): Make this debugging routine
949         accept any type covered by Union_Id.
951 2014-07-30  Robert Dewar  <dewar@adacore.com>
953         * sem_ch4.adb (Analyze_If_Expression): Resolve condition before
954         analyzing branches.
955         * sem_eval.adb (Out_Of_Range): Check for statically unevaluated
956         expression case.
958 2014-07-30  Robert Dewar  <dewar@adacore.com>
960         * sem_ch13.adb (Analyze_Aspect, predicate cases): Diagnose use
961         of predicate aspect on entity other than a type.
963 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
965         * sem_ch6.adb (Body_Has_Contract): New predicate to determine
966         when a subprogram body without a previous spec cannot be inlined
967         in GNATprove mode, because it includes aspects or pragmas that
968         generate a SPARK contract clause.
969         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): A subprogram
970         instance cannot be inlined.
972 2014-07-30  Robert Dewar  <dewar@adacore.com>
974         * debug.adb: Document that d7 suppresses compilation time output.
975         * errout.adb (Write_Header): Include compilation time in
976         header output.
977         * exp_intr.adb (Expand_Intrinsic_Call): Add
978         Compilation_Date/Compilation_Time (Expand_Source_Info): Expand
979         Compilation_Date/Compilation_Time.
980         * g-souinf.ads (Compilation_Date): New function
981         (Compilation_Time): New function.
982         * gnat1drv.adb (Gnat1drv): Set Opt.Compilation_Time.
983         * gnat_rm.texi (Compilation_Date): New function
984         (Compilation_Time): New function.
985         * opt.ads (Compilation_Time): New variable.
986         * s-os_lib.ads, s-os_lib.adb (Current_Time_String): New function.
987         * sem_intr.adb (Compilation_Date): New function.
988         (Compilation_Time): New function.
989         * snames.ads-tmpl (Name_Compilation_Date): New entry.
990         (Name_Compilation_Time): New entry.
992 2014-07-30  Yannick Moy  <moy@adacore.com>
994         * inline.adb: Add comment.
996 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
998         * par-ch4.adb (Is_Parameterless_Attribute): 'Result is a
999         parameterless attribute, and a postondition can mention an
1000         indexed component or a slice whose prefix is an attribute
1001         reference F'Result.
1003 2014-07-30  Robert Dewar  <dewar@adacore.com>
1005         * sprint.adb (Sprint_Node_Actual, case Object_Declaration):
1006         Avoid bomb when printing package Standard.
1008 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
1010         * sem_elab.adb (Check_Internal_Call_Continue): If an elaboration
1011         entity is created at this point, ensure that the name of the
1012         flag is unique, because the subprogram may be overloaded and
1013         other homonyms may also have elaboration flags created on the fly.
1015 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
1017         * sem_attr.adb (Analyze_Array_Component_Update): New routine.
1018         (Analyze_Attribute): Major cleanup of attribute
1019         'Update. The logic is now split into two distinct routines
1020         depending on the type of the prefix. The use of <> is now illegal
1021         in attribute 'Update.
1022         (Analyze_Record_Component_Update): New routine.
1023         (Check_Component_Reference): Removed.
1024         (Resolve_Attribute): Remove the return statement and ??? comment
1025         following the processing for attribute 'Update. As a result,
1026         the attribute now freezes its prefix.
1028 2014-07-30  Javier Miranda  <miranda@adacore.com>
1030         * exp_ch4.adb (Apply_Accessibility_Check): Do
1031         not call Base_Address() in VM targets.
1033 2014-07-30  Yannick Moy  <moy@adacore.com>
1035         * gnat1drv.adb (Adjust_Global_Switches): Set
1036         Ineffective_Inline_Warnings to True in GNATprove mode.
1037         * inline.adb (Cannot_Inline): Prepare new semantics for GNATprove
1038         mode of inlining.
1039         * opt.ads (Ineffective_Inline_Warnings): Add comment that
1040         describes use in GNATprove mode.
1041         * sem_prag.adb (Analyze_Pragma|SPARK_Mode): Ignore
1042         pragma when applied to the special body created for inlining.
1044 2014-07-30  Robert Dewar  <dewar@adacore.com>
1046         * inline.adb, exp_ch4.adb, sinput.adb, sem_ch6.adb, sem_ch13.adb:
1047         Minor reformatting.
1049 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
1051         * aspects.ads Add a comment explaining why SPARK 2014 aspects are
1052         not delayed. Update the delay status of most SPARK 2014 aspects.
1053         * sem_ch13.adb (Analyze_Aspect_Specifications): Update all calls
1054         to Decorate_Aspect_And_Pragma and Insert_Delayed_Pragma to refert
1055         to Decorate and Insert_Pragma. Add various comments concerning
1056         the delay status of several SPARK 2014 aspects. The insertion
1057         of Refined_State now uses routine Insert_After_SPARK_Mode.
1058         (Decorate): New routine.
1059         (Decorate_Aspect_And_Pragma): Removed.
1060         (Insert_Delayed_Pragma): Removed.
1061         (Insert_Pragma): New routine.
1063 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
1065         * inline.adb (Expand_Inlined_Call): In GNATprove mode, emit
1066         only a warning, not an error on an attempt to inline a recursive
1067         subprogram.
1069 2014-07-30  Robert Dewar  <dewar@adacore.com>
1071         * g-forstr.adb: Minor code reorganization (use J rather than I
1072         as a variable name).
1073         * gnat_rm.texi, sem_prag.adb, sem_util.adb, sem_ch13.adb,
1074         g-forstr.ads: Minor reformatting.
1076 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
1078         * sprint.adb (Set_Debug_Sloc): Also reset the end location if
1079         we are debugging the generated code.
1081 2014-07-30  Yannick Moy  <moy@adacore.com>
1083         * sinput.ads, sinput.adb (Comes_From_Inlined_Body): New function that
1084         returns True for source pointer for an inlined body.
1086 2014-07-30  Javier Miranda  <miranda@adacore.com>
1088         * exp_ch4.adb (Apply_Accessibility_Check): Add
1089         missing calls to Base_Address().
1091 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
1093         * sem_ch6.adb (Hanalyze_Subprogram_Body_Helper): In GNATprove
1094         mode, subprogram bodies without a previous declaration are also
1095         candidates for front-end inlining.
1097 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
1099         * aspects.ads Aspects Async_Readers, Async_Writers,
1100         Effective_Reads and Effective_Writes do not need to be delayed.
1101         * sem_ch13.adb (Analyze_Aspect_Specifications): Propagate the
1102         optional Boolean expression when generating the corresponding
1103         pragma for an external property aspect.
1104         * sem_prag.adb (Analyze_External_Property_In_Decl_Part): Remove
1105         local constant Obj. Add local constant Obj_Id. Reimplement the
1106         check which ensures that the related variable is in fact volatile.
1107         (Analyze_Pragma): Reimplement the analysis of external property pragmas.
1108         * sem_util.adb (Is_Enabled): New routine.
1109         (Variable_Has_Enabled_Property): Reimplement the detection of
1110         an enabled external property.
1112 2014-07-30  Sergey Rybin  <rybin@adacore.com frybin>
1114         * gnat_ugn.texi, vms_data.ads: gnatstub: describe generating subunits
1115         for body stubs.
1117 2014-07-30  Pascal Obry  <obry@adacore.com>
1119         * g-forstr.adb, g-forstr.ads: New.
1120         * gnat_rm.texi, impunit.adb Makefile.rtl: Add new unit
1121         GNAT.Formatted_String.
1123 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
1125         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): New predicate.
1126         (Expand_Array_Aggregate): Also enable in-place expansion for
1127         code generated by the compiler.  For an object declaration,
1128         set the kind of the object in addition to its type.  If an
1129         in-place assignment is to be generated and it can be directly
1130         done by the back-end, do not expand the aggregate.
1131         * fe.h (Is_Others_Aggregate): Declare.
1132         * gcc-interface/trans.c
1133         (gnat_to_gnu) <N_Assignment_Statement>: Add support for an
1134         aggregate with a single Others choice on the RHS by means of
1135         __builtin_memset.  Tidy up.
1137 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
1139         * gnat_rm.texi: minor reformatting.
1141 2014-07-30  Yannick Moy  <moy@adacore.com>
1143         * sem_ch6.adb (Analyze_Subprogram_Helper_Body): Remove body to inline
1144         in SPARK_Mode Off.
1146 2014-07-30  Robert Dewar  <dewar@adacore.com>
1148         * gnat_rm.texi: Document additional implementation-defined use
1149         of Constrained.
1151 2014-07-30  Robert Dewar  <dewar@adacore.com>
1153         * prj-proc.adb, prj-strt.adb: Update comments.
1155 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
1157         * sinfo.ads, einfo.ads, checks.ads: Minor typo fix and reformatting.
1159 2014-07-30  Vincent Celier  <celier@adacore.com>
1161         * prj-proc.adb (Imported_Or_Extended_Project_From): New Boolean
1162         parameter No_Extending, defaulted to False. When No_Extending
1163         is True, do not look for an extending project.
1164         (Expression): For a variable reference that is not for the current
1165         project, get its Id calling Imported_Or_Extended_Project_From
1166         with No_Extending set to True.
1167         * prj-strt.adb (Parse_Variable_Reference): If a referenced
1168         variable is not found in the current project, check if it is
1169         defined in one of the projects it extends.
1171 2014-07-30  Robert Dewar  <dewar@adacore.com>
1173         * sem_util.adb (Predicate_Tests_On_Arguments): Omit tests for
1174         some additional cases of internally generated routines.
1176 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
1178         * sem_ch10.adb (Analyze_Proper_Body): When compiling for ASIS,
1179         if the compilation unit is a subunit, extend optional processing
1180         to all subunits of the current one. This allows gnatstub to
1181         supress generation of spurious bodies.
1183 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
1185         * a-cbmutr.adb (Insert_Child): Use local variable First to keep
1186         track of the initial element's index within the tree.
1188 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1190         * a-cbmutr.adb (Allocate_Node): Remove the two parameter version.
1191         (Insert_Child): Add local variable First. Capture the index of the
1192         first node being created to ensure correct cursor construction
1193         later on. Use the three parameter version of Allocate_Node
1194         when creating multiple children as this method allows aspect
1195         Default_Value to take effect (if applicable).
1197 2014-07-29  Eric Botcazou  <ebotcazou@adacore.com>
1199         * exp_aggr.adb (Safe_Slice_Assignment): Remove.
1200         (Expand_Array_Aggregate): For a safe slice assignment, just set
1201         the target and use the common code path.
1203 2014-07-29  Robert Dewar  <dewar@adacore.com>
1205         * sem_util.adb, sem_util.ads, sem_res.adb, exp_ch6.adb: Invert
1206         predicate No_Predicate_Test_On_Arguments, new name is
1207         Predicate_Tests_On_Arguments (with the opposite sense).
1209 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1211         * sem_attr.adb (Resolve_Attribute): Clean up the code for
1212         attribute 'Access. Do not generate an elaboration flag for a
1213         stand alone expression function. The expression of an expression
1214         function is now frozen when the expression function appears as
1215         the prefix of attribute 'Access.
1216         * sem_ch6.adb (Analyze_Expression_Function): Remove local
1217         variable New_Decl and update all references to it after the
1218         rewriting has taken place. Establish the linkages between the
1219         generated spec and body.
1221 2014-07-29  Robert Dewar  <dewar@adacore.com>
1223         * sem_prag.adb (ip, rv): Prevent from being optimized away.
1224         * gnatls.adb (gnatls): Set E_Fatal exit status if ali file not found.
1225         * s-imgllb.adb, s-imgllw.adb, s-imgwiu.adb, s-imgbiu.adb: Minor
1226         reformatting.
1228 2014-07-29  Vincent Celier  <celier@adacore.com>
1230         * prj-pp.adb: Minor comment update.
1231         * frontend.adb: If a target dependency info file has been read
1232         through switch -gnateT= add it to the dependencies of the source
1233         being compiled.
1235 2014-07-29  Robert Dewar  <dewar@adacore.com>
1237         * sem_ch3.adb, prj.adb: Minor reformatting.
1239 2014-07-29  Vincent Celier  <celier@adacore.com>
1241         * prj-pp.adb (Pretty_Print.Output_Project_File): New
1242         procedure to output project file names between quotes without
1243         concatenation, even if the line is too long.
1244         (Pretty_Print): Use Output_Project_File for project being extended and
1245         project imported.
1247 2014-07-29  Vincent Celier  <celier@adacore.com>
1249         * gnat_ugn.texi: Document that configuration pragmas files are
1250         added to the dependencies, unless they contain only pragmas
1251         Source_File_Name_Project.
1253 2014-07-29  Robert Dewar  <dewar@adacore.com>
1255         * frontend.adb: Minor reformatting.
1257 2014-07-29  Robert Dewar  <dewar@adacore.com>
1259         * exp_ch6.adb (Add_Call_By_Copy_Code): Minor reformatting
1260         (Expand_Actuals): Make sure predicate checks are properly applied
1261         for the case of OUT or IN OUT parameters.
1262         * sem_res.adb: Minor reformatting (Resolve_Actuals): Skip
1263         predicate tests on arguments for Finalize
1264         * sem_util.adb (No_Predicate_Test_On_Arguments): Returns True
1265         if predicate tests on subprogram arguments should be skipped.
1266         * sem_util.ads (No_Predicate_Test_On_Arguments): New function
1268 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1270         * sem_ch3.adb (Analyze_Object_Declaration): If there is an address
1271         clause for the object and the expression is an aggregate, defer
1272         resolution and expansion of the aggregate until the freeze point
1273         of the entity.
1274         * sem_aggr.adb (Resolve_Aggregate): An others_clause is legal if
1275         the parent node is an N_Reference generated during expansion.
1277 2014-07-29  Vincent Celier  <celier@adacore.com>
1279         * prj.adb (Add_To_Buffer): Effectively double the size of the buffer.
1281 2014-07-29  Robert Dewar  <dewar@adacore.com>
1283         * frontend.adb, inline.adb, sem_util.adb, sem_res.adb,
1284         prepcomp.ads: Minor reformatting and code clean up.
1285         * exp_ch6.adb (Expand_Actuals): Generate predicate test
1286         unconditionally for case of OUT or IN OUT actual (before this
1287         was generated only for certain subcases, which is wrong, the
1288         test is always needed).
1290 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1292         * sem_ch3.adb: Move Has_Defaulted_Discriminants to sem_util.
1293         * sem_ch4.adb (Analyze_Allocator): Defer resolution of expression
1294         until context type is available.
1295         * sem_res.adb (Resolve_Allocator): In the case of a qualified
1296         expression, complete resolution of expression.
1297         (Check_Aliased_Parameter): New procedure within Resolve_Actuals,
1298         to apply Ada2012 checks on aliased formals, as well as
1299         accesibility checks when the context of the call is an allocator
1300         or a qualified expression.
1301         * sem_util.ads, sem_util.adb (Has_Defaulted_Discriminants):
1302         Moved here from sem_ch3.
1303         (Object_Access_Level): Handle properly aliased formals and
1304         aggregates.
1305         * exp_ch6.adb (Expand_Call): Remove check on aliased parameters,
1306         now properly performed in sem_res (Resolve_Actuals,
1307         Check_Aliased_Parameter).
1309 2014-07-29  Yannick Moy  <moy@adacore.com>
1311         * debug.adb Enable GNATprove inlining under debug flag -gnatdQ for now.
1312         * inline.ads, inline.adb (Can_Be_Inlined_In_GNATprove_Mode): New
1313         function to decide when a subprogram can be inlined in GNATprove mode.
1314         (Check_And_Build_Body_To_Inline): Include GNATprove_Mode as a
1315         condition for possible inlining.
1316         * sem_ch10.adb (Analyze_Compilation_Unit): Remove special case
1317         for Inline_Always in GNATprove mode.
1318         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Build inlined
1319         body for subprograms in GNATprove mode, under debug flag -gnatdQ.
1320         * sem_prag.adb Minor change in comments.
1321         * sem_res.adb (Resolve_Call): Only perform GNATprove inlining
1322         inside subprograms marked as SPARK_Mode On.
1323         * sinfo.ads: Minor typo fix.
1325 2014-07-29  Vincent Celier  <celier@adacore.com>
1327         * frontend.adb: Add dependency on gnat.adc when taken into account
1328         and on non-temporary configuration pragmas files specified in
1329         switches -gnatec.
1330         * prepcomp.ads, prepcomp.adb (Add_Dependency): New procedure to add
1331         dependencies on configuration pragmas files.
1333 2014-07-29  Pat Rogers  <rogers@adacore.com>
1335         * gnat_ugn.texi: Minor clarification to the explanation for the
1336         GNATtest -v switch.
1338 2014-07-29  Robert Dewar  <dewar@adacore.com>
1340         * types.ads (Mechanism_Type): Change range back to -18 .. Int'Last with
1341         documentation that explains the need for this extended range
1342         (use by C_Pass_By_Copy).
1344 2014-07-29  Robert Dewar  <dewar@adacore.com>
1346         * gnat_rm.texi, sem_prag.adb: Minor reformatting.
1348 2014-07-29  Sergey Rybin  <rybin@adacore.com frybin>
1350         * gnat_ugn.texi: gnatmetric: clarify documentation for cyclomatic
1351         complexity metrics.
1353 2014-07-29  Thomas Quinot  <quinot@adacore.com>
1355         PR ada/60652
1356         * s-oscons-tmplt.c: For Linux, define _BSD_SOURCE in order for
1357         CRTSCTS to be visible.
1359 2014-07-29  Bob Duff  <duff@adacore.com>
1361         * g-trasym.adb, g-trasym.ads: Code cleanup.
1363 2014-07-29  Doug Rupp  <rupp@adacore.com>
1365         * sigtramp-vxworks.c: Minor reformatting.
1367 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1369         * gnat_rm.texi: No doc needed for Ada2012 aspect
1370         Implicit_dereference.
1372 2014-07-29  Robert Dewar  <dewar@adacore.com>
1374         * sem_attr.adb (Attribute_12): New array
1375         (Analyze_Attribute): Check impl-defined Ada 2012 attributes.
1376         (Check_Ada_2012_Attribute): Removed.
1378 2014-07-29  Doug Rupp  <rupp@adacore.com>
1380         * init.c (vxworks6): Call sigtramp for RTP (as well as DKM) for ARM,
1381         PPC, and e500.
1382         * sigtramp-vxworks.c: New file.
1383         * sigtramp-armvxw.c, sigtramp-ppcvxw.c: removed files.
1385 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1387         * lib-xref.adb (Output_Refs, Check_Type_Reference): For a
1388         derived array type, add information about component type, which
1389         was previously missing in ali file.
1390         * gnat_rm.texi: Add documentation for Atomic_Always_Lock_Free.
1392 2014-07-29  Thomas Quinot  <quinot@adacore.com>
1394         * sem_ch3.adb (Constrain_Corresponding_Record): For the case
1395         of the subtype created for a record component, do not mark
1396         the subtype as frozen. For one thing, this is anomalous (in
1397         particular, the base type might not itself be frozen yet);
1398         furthermore, proper freezing of the subtype must happen in any
1399         case. So, we just mark the subtype as requiring delayed freezing
1400         (and we'll actually freeze it when generating the init_proc of
1401         the enclosing record).
1402         Also change the name of the constrained record subtype (append a
1403         'C' so that it is clearly different from the unconstrained record
1404         type, "related_idV") to make debugging easier.
1405         (Process_Full_View): When creating a full subtype for a pending
1406         private subtype, re-establish the scope of the private subtype
1407         so that we get proper visibility on outer discriminants.
1408         * exp_ch3.adb (Build_Init_Statements): Freeze any component
1409         subtype that is not frozen yet.
1411 2014-07-29  Vincent Celier  <celier@adacore.com>
1413         * prj-proc.adb (Recursive_Process): Always initialize the
1414         environment when the project is an aggregate project, even when
1415         it is not the root tree.
1416 2014-07-29  Robert Dewar  <dewar@adacore.com>
1418         * exp_ch5.adb, exp_ch9.adb: Minor comment additions.
1419         * gnat_rm.texi: Complete list of implementation aspects.
1420         * aspects.ads: Minor comment clarification.
1422 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1424         * exp_ch5.adb (Expand_N_Assignment_Statement): If the target type
1425         is a null-excluding access type, do not generate a constraint
1426         check if Suppress_Assignment_Checks is set on assignment node.
1427         * exp_ch9.adb (Build_Simple_Entry_Call): If actual is an out
1428         parameter of a null-excluding access type, there is access check
1429         on entry, so set Suppress_Assignment_Checks on generated statement
1430         that assigns actual to parameter block.
1431         * sinfo.ads: Document additional use of Suppress_Assignment_Checks.
1433 2014-07-29  Robert Dewar  <dewar@adacore.com>
1435         * gnat_rm.texi: Change theta to @ in documentation of aspect
1436         Dimension_System.
1438 2014-07-29  Robert Dewar  <dewar@adacore.com>
1440         * sem_attr.adb (Uneval_Old_Msg): Flags Uneval_Old_Accept/Warn
1441         are now on pragma.
1442         * sem_ch13.adb (Analyze_Aspect_Specifications): Remove setting
1443         of Uneval_Old_*
1444         * sem_prag.adb (Analyze_Pragma): Set Uneval_Old_* flags
1445         * sinfo.ads, sinfo.adb: Move Uneval_Old_Accept/Warn to N_Pragma node.
1447 2014-07-29  Javier Miranda  <miranda@adacore.com>
1449         * types.ads Update documentation on how to add new reason codes
1450         for exceptions.
1451         (RT_Exception_Code): Keep values ordered by their
1452         reason code.  Required by the .NET backend.
1453         (RT_CE_Exceptions): Subtype declaration removed.
1454         (RT_PE_Exceptions): Subtype declaration removed.
1455         (RT_SE_Exceptions): Subtype declaration removed.
1456         (Kind): New mapping table of RT_Exception_Codes.
1457         * exp_ch11.adb (Get_RT_Exception_Entity): Updated to use the
1458         new mapping table.
1459         * tbuild.adb (Make_Raise_Storage_Error): Updated to use the new
1460         mapping table.  (Make_Raise_Program_Error): Updated to use the
1461         new mapping table.
1462         (Make_Raise_Storage_Error): Updated to use the new mapping table.
1463         * a-except.adb Keep Rcheck_CE_xxx entities ordered according to
1464         their reason code.
1466 2014-07-29  Thomas Quinot  <quinot@adacore.com>
1468         * gnat_rm.texi: Document internal attributes used for PolyORB/DSA
1469         distributed stubs generation.
1470         * exp_ch3.adb: Minor reformatting.
1472 2014-07-29  Yannick Moy  <moy@adacore.com>
1474         * sinfo.ads: Document constraint between frontend and GNATprove.
1476 2014-07-29  Robert Dewar  <dewar@adacore.com>
1478         * a-except.adb: Minor comment clarification.
1480 2014-07-29  Robert Dewar  <dewar@adacore.com>
1482         * gnat_rm.texi: Complete list of implementation attributes.
1483         * snames.ads-tmpl: Clean up list of impl-defined attributes.
1485 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1487         * freeze.adb (Freeze_Record_Type): Perform various
1488         volatility-related checks.
1490 2014-07-29  Robert Dewar  <dewar@adacore.com>
1492         * sem_ch3.adb, sem_eval.adb: Minor reformatting.
1494 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1496         * sem_attr.adb: sem_attr.adb (Access_Attribute): Handle properly
1497         the case where the attribute reference appears in a nested scope
1498         from that of the subprogram prefix.
1499         * sem_attr.adb: Minor reformatting.
1501 2014-07-29  Robert Dewar  <dewar@adacore.com>
1503         * gnat_ugn.texi: Clarify documentation of Initialize_Scalar
1504         initialization options.
1506 2014-07-29  Robert Dewar  <dewar@adacore.com>
1508         * sinfo.ads: Minor comment addition.
1510 2014-07-29  Bob Duff  <duff@adacore.com>
1512         * sem_eval.adb, sem_ch13.adb: Minor reformatting.
1514 2014-07-29  Doug Rupp  <rupp@adacore.com>
1516         * init.c: Complete previous change.
1518 2014-07-29  Robert Dewar  <dewar@adacore.com>
1520         * exp_ch4.adb (Expand_N_If_Expression): Deal with unconstrained
1521         array case.
1523 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1525         * sem_attr.adb (Access_Attribute): If the prefix is a subprogram
1526         and the completion will appear in the same declarative part,
1527         create elaboration flag.
1528         * exp_util.adb (Set_Elaboration_Flag): If the subprogram body
1529         is a completion of a declaration in the same declarative part,
1530         and the subprogram has had its address taken, add elaboration
1531         check inside the subprogram body, to detect elaboration errors
1532         that may occur through indirect calls.
1534 2014-07-29  Doug Rupp  <rupp@adacore.com>
1536         * sigtramp-armvxw.c: Enhance to handle RTP trampolining.
1537         * init.c: Remove guard on sigtramp for ARM VxWorks RTP.
1539 2014-07-29  Vincent Celier  <celier@adacore.com>
1541         * switch-c.adb (Scan_Front_End_Switches): Do not fail when two
1542         runtime directorie specified with two switches --RTS= designate
1543         the same directory, even when there are no literarily the same.
1545 2014-07-29  Robert Dewar  <dewar@adacore.com>
1547         * gnat_ugn.texi: Minor documentation clarification.
1548         * switch-c.adb: Minor reformatting.
1550 2014-07-29  Robert Dewar  <dewar@adacore.com>
1552         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
1553         Fix incorrect RTE call which caused bomb if pragma was in
1554         configuration pragma file.
1556 2014-07-29  Jerome Lambourg  <lambourg@adacore.com>
1558         * expect.c (__gnat_expect_poll): Fix typo in previous change.
1559         * g-expect.adb: Update comments.
1561 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
1563         * s-parame-hpux.ads, s-parame-vms-ia64.ads, s-parame.ads
1564         (Default_Attribute_Count): Bump to 16 on native platforms.
1566 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1568         * sem_res.adb: Add guard to front-end inlining for SPARK.
1570 2014-07-29  Robert Dewar  <dewar@adacore.com>
1572         * sem_ch10.adb, debug.adb, sem_prag.adb, sem_res.adb, sem_ch6.adb:
1573         Minor reformatting.
1575 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1577         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Build body to
1578         inline in GNATprove mode when subprogran is marked Inline_Always.
1579         * sem_res.adb (Resolve_Call): Expand call in place in GNATProve
1580         mode if body to inline is available.
1581         * sem_prag.adb (Analyze_Pragma, case Inline_Always): Make pragma
1582         effective in GNATprove mode.
1583         * sem_ch10.adb (Analyze_Compilation_Unit): Call
1584         Check_Package_Body_For_Inlining in GNATprove mode, so that body
1585         containing subprograms with Inline_Always can be available before
1586         calls to them.
1588 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1590         * inline.ads, inline.adb, sem_ch10.adb: Rename Check_Body_For_Inlining
1591         to Check_Package_Body_For_Inlining, to prevent confusion with other
1592         inlining subprograms.
1594 2014-07-29  Robert Dewar  <dewar@adacore.com>
1596         * opt.ads: Minor comment update.
1597         * sem_attr.adb (Uneval_Old_Msg): Deal with case of aspect, where
1598         we want setting of Uneval_Old at time of encountering the aspect.
1599         * sem_ch13.adb (Analyze_Aspect_Specifications): Capture setting
1600         of Opt.Uneval_Old.
1601         * sinfo.adb (Uneval_Old_Accept): New function (Uneval_Old_Warn):
1602         New function (Set_Uneval_Old_Accept): New procedure.
1603         (Set_Uneval_Old_Warn): New procedure.
1604         * sinfo.ads: Uneval_Old_Accept: New flag Uneval_Old_Warn: New flag.
1606 2014-07-29  Robert Dewar  <dewar@adacore.com>
1608         * sinfo.ads, inline.adb, inline.ads, sem_ch6.adb: Minor reformatting.
1609         * snames.ads-tmpl: Minor reformatting.
1610         * xsnamest.adb (XSnamesT): Remove special casing of Name_Error
1611         to give <Error>.  Not clear why this was there, but the compiler
1612         sources do not reference Name_Error, and this interfered with
1613         the circuits for pragma Unevaluated_Use_Of_Old.
1615 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1617         * sem_prag.adb (Process_Atomic_Shared_Volatile): Allow volatile
1618         types in SPARK 2014 (again).
1619         * sem_res.adb (Is_OK_Volatile_Context): New routine.
1620         (Resolve_Entity_Name): Ensure that a volatile object with
1621         enabled properties Async_Writers or Effectire_Reads appears in
1622         a non-interfering context.
1624 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1626         * sem_ch6.adb: Move Build_Body_To_Inline,
1627         Check_And_Buid_Body_To_Inline, and Cannot_Inline to package Inline.
1628         * exp_ch6.adb: Mode Expand_Inlined_Body to package Inline.
1629         * inline.ads, inline.adb: Package now contains subprograms that
1630         implement front-end inlining.  No functional changes, no test
1631         needed.
1633 2014-07-29  Robert Dewar  <dewar@adacore.com>
1635         * exp_dbug.adb, g-expect.adb, sem_elab.adb: Minor typo fix.
1637 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1639         * sem_ch6.adb (Analyze_Return_Type): Reject a return type that
1640         is a limited view when the context is a package body, because
1641         there is no subsequent place at which the non-limited view may
1642         become visible.
1643         (Process_Formals): Ditto.
1644         * sinfo.ads, par-ch3.adb: Minor reformatting.
1646 2014-07-29  Jerome Lambourg  <lambourg@adacore.com>
1648         * expect.c (__gnat_expect_poll): New parameter dead_process
1649         used to return the dead process among the array of file
1650         descriptors. The Windows, VMS and HPUX implementations now
1651         properly report the dead process via this parameter. Other unixes
1652         don't need it.
1653         * g-expect.adb (Poll): Adapt to the C profile.
1654         (Expect_Internal): Use the new parameter to properly close the
1655         File Descriptor.  This then can be properly reported by the
1656         function First_Dead_Process as is expected.
1658 2014-07-29  Robert Dewar  <dewar@adacore.com>
1660         * gnat_ugn.texi: Minor clarification of -gnatQ switch.
1662 2014-07-29  Robert Dewar  <dewar@adacore.com>
1664         * einfo.adb (Derived_Type_Link): New function
1665         (Set_Derived_Type_Link): New procedure.
1666         (Write_Field31_Name): Output Derived_Type_Link.
1667         * einfo.ads: New field Derived_Type_Link.
1668         * exp_ch6.adb (Expand_Call): Warn if change of representation
1669         needed on call.
1670         * sem_ch13.adb: Minor addition of ??? comment.
1671         (Rep_Item_Too_Late): Warn on case that is legal but could cause an
1672         expensive implicit conversion.
1673         * sem_ch3.adb (Build_Derived_Type): Set Derived_Type_Link if needed.
1675 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1677         * exp_ch3.adb (Build_Init_Procedure): Renamed Local_DF_Id
1678         to DF_Id. Add new local variable DF_Call. Do not perform any
1679         elaboration-related checks on the call to the partial finalization
1680         routine within an init proc to avoid generating bogus elaboration
1681         warnings on expansion-related code.
1682         * sem_elab.adb (Check_A_Call): Move constant Access_Case to
1683         the top level of the routine.  Ensure that Output_Calls takes
1684         into account flags -gnatel and -gnatwl when emitting warnings
1685         or info messages.
1686         (Check_Internal_Call_Continue): Update the call to Output_Calls.
1687         (Elab_Warning): Moved to the top level of routine Check_A_Call.
1688         (Emit): New routines.
1689         (Output_Calls): Add new formal parameter Check_Elab_Flag along with a
1690         comment on usage. Output all warnings or info messages only when the
1691         caller context demands it and the proper elaboration flag is set.
1693 2014-07-29  Yannick Moy  <moy@adacore.com>
1695         * sem_attr.adb (Analyze_Attribute/Attribute_Old):
1696         Check rule about Old appearing in potentially unevaluated
1697         expression everywhere, not only in Post.
1699 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
1701         * sem_prag.adb: Update comment.
1702         * a-except.adb, a-except-2005.adb: Minor editing.
1704 2014-07-29  Pierre-Marie Derodat  <derodat@adacore.com>
1706         * exp_dbug.adb (Debug_Renaming_Declaration):
1707         Do not create renaming entities for renamings of non-packed
1708         objects and for exceptions.
1710 2014-07-29  Robert Dewar  <dewar@adacore.com>
1712         * sem_ch3.adb, sinfo.ads, types.ads, sem_prag.adb, a-except-2005.adb,
1713         sem_ch6.adb, par-ch3.adb: Minor reformatting.
1715 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1717         * sem_ch6.adb (Check_Return_Subtype_Indication): Reject a return
1718         subtype indication in an extended return statement when the
1719         return value is an ancestor of the return type of the function,
1720         and that return type is a null record extension.
1722 2014-07-29  Thomas Quinot  <quinot@adacore.com>
1724         * sem_ch13.adb (Rep_Item_Too_Late): Specialize/clarify error
1725         message produced for the case of a type-related representation
1726         item that is made illegal by 13.10(1).
1727         * gnat_rm.texi (Scalar_Storage_Order): Minor change in
1728         documentation.
1730 2014-07-29  Robert Dewar  <dewar@adacore.com>
1732         * gnat_ugn.texi: Add section on Wide_Wide_Character encodings.
1733         * erroutc.adb (Output_Error_Msgs): Take wide characters into
1734         account in computing position of error flags.
1735         * sinput.adb (Get_Column_Number): Take wide characters into
1736         account.
1738 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1740         * par-ch3.adb (P_Access_Type_Definition): The subtype indication
1741         in an access type definition can carry a null_exclusion indicator.
1742         * sem_ch3.adb (Access_Type_Declaration): If the subtype indication
1743         carries a null_exclusion indicator, verify that the subtype
1744         indication denotes an access type, and create a null-excluding
1745         subtype for it.
1746         * sinfo.ads, sinfo.adb: New attribute Null_Excluding_Subtype,
1747         defined on N_Access_To_Object_Definition to indicate that the
1748         subtype indication carries a null_exclusion indicator.
1750 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1752         * exp_ch6.adb (Add_Extra_Actual): Do not construct
1753         the extra actual by name, generate a reference instead.
1755 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
1757         * sem_prag.adb (Analyze_Pragma): Do not crash analyzing
1758         Allow_Integer_Address if already set.
1759         * a-except-2005.adb (Rcheck_PE_Stream_Operation_Not_Allowed):
1760         Fix order, for consistency with Rmsg_xx declarations.
1762 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1764         * sem_ch4.adb (Complete_Object_Operation): If the type of the
1765         candidate subprogram is a limited view, use non-limited view
1766         when available.
1768 2014-07-29  Robert Dewar  <dewar@adacore.com>
1770         * sem_ch13.adb: Minor change in RM reference.
1771         * sem_mech.ads: Minor reformatting.
1772         * einfo.ads: Minor comment fix.
1773         * types.ads: Minor correction to range given for Mechanism_Type.
1774         * exp_ch6.adb (Add_Invariant_And_Predicate_Checks): Do not
1775         check predicate on way out for OUT or IN OUT parameters.
1776         * par-ch3.adb (P_Constraint_Opt): Handle missing RANGE keyword
1777         better (P_Range_Constraint): Corresponding fix.
1778         * checks.ads: Minor comment clarification.
1780 2014-07-29  Gary Dismukes  <dismukes@adacore.com>
1782         * sem_ch8.adb (Analyze_Object_Renaming): Set the Is_Volatile
1783         and Treat_As_Volatile flags based on whether the renamed object
1784         is a volatile object.
1786 2014-07-29  Olivier Hainque  <hainque@adacore.com>
1788         * g-debpoo.adb
1789         (Default_Alignment): Rename as Storage_Alignment. This is not
1790         a "default" that can be overriden. Augment comment to clarify
1791         intent and document why we need to manage alignment padding.
1792         (Header_Offset): Set to Header'Object_Size instead of 'Size
1793         rounded up to Storage_Alignment. Storage_Alignment on the
1794         allocation header is not required by our internals so was
1795         overkill. 'Object_Size is enough to ensure proper alignment
1796         of the header address when substracted from a storage address
1797         aligned on Storage_Alignment.
1798         (Minimum_Allocation): Rename as Extra_Allocation, conveying that
1799         this is always added on top of the incoming allocation requests.
1800         (Align): New function, to perform alignment rounding operations.
1801         (Allocate): Add comments on the Storage_Address computation
1802         scheme and adjust so that the alignment padding applies to that
1803         (Storage_Address) only.
1805 2014-07-29  Robert Dewar  <dewar@adacore.com>
1807         * exp_ch3.adb (Default_Initialize_Object): Remove incorrect
1808         pragma Unreferenced.
1809         * cstand.adb (Create_Standard): Use E_Array_Type for standard
1810         string types. Make sure index of Any_String/Any_Array is in a list.
1811         * errout.adb: Minor reformatting.
1813 2014-07-29  Robert Dewar  <dewar@adacore.com>
1815         * gnat_ugn.texi: Clean up and correct documentation of warnings.
1816         * usage.adb: Minor corrections to make sure warnings are properly
1817         documented.
1818         * warnsw.adb (Set_Warning_Switch): Remove redundant return statement.
1819         (WA_Warnings): Add Warn_On_Suspicious_Modulus_Value.
1821 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1823         * exp_ch3.adb (Expand_N_Object_Declaration): The dummy block
1824         created to match internal sequence numbers between compilations
1825         with/without abort must have its type properly set.
1827 2014-07-29  Robert Dewar  <dewar@adacore.com>
1829         * ali.adb (Initialize_ALI): Initialize SSO_Default_Specified
1830         (Scan_ALI): Set SSO_Default in ALIs_Record (Scan_ALI): Set
1831         SSO_Default_Specified.
1832         * ali.ads (ALIs_Record): Add field SSO_Default
1833         (SSO_Default_Specified): New global switch.
1834         * bcheck.adb (Check_Consistent_SSO_Default): New procedure
1835         (Check_Configuration_Consistency): Call this procedure
1836         * einfo.adb (SSO_Set_High_By_Default): New
1837         function (SSO_Set_Low_By_Default): New function
1838         (Set_SSO_Set_High_By_Default): New procedure
1839         (Set_SSO_Set_Low_By_Default): New procedure (Write_Entity_Flags):
1840         List new flags
1841         * einfo.ads (SSO_Set_Low_By_Default): New flag
1842         (SSO_Set_High_By_Default): New flag
1843         * freeze.adb (Set_SSO_From_Default): New procedure
1844         (Freeze_Array_Type): Call Set_SSO_From_Default
1845         (Freeze_Record_Type): Call Set_SSO_From_Default
1846         * gnat_rm.texi: Document pragma Default_Scalar_Storage_Order
1847         * lib-writ.adb (Write_ALI): Set OL/OH in P line as needed
1848         * lib-writ.ads: Add OL/OH parameters to P line
1849         * opt.adb: Set Default_SSO, Default_SSO_Config as appropriate
1850         * opt.ads (Default_SSO): New global switch (Default_SSO_Config):
1851         New global switch
1852         * repinfo.adb (List_Scalar_Storage_Order): List SSO when it is
1853         set by default using pragma Default_Scalar_Storage_Order.
1854         * sem.ads (Scope_Stack_Entry): Add component Save_Default_SSO
1855         * sem_ch13.adb (Inherit_Delayed_Rep_Aspects):
1856         Clear SSO defaults when explicit SSO is inherited.
1857         (Analyze_Attribute_Definition_Clause): Clear SSO defaults when
1858         explicit SSO is specified.
1859         (Inherit_Aspects_At_Freeze_Point):
1860         Clear SSO default when inheriting SSO.
1861         * sem_ch3.adb (Set_Default_SSO): New procedure
1862         (Analyze_Private_Extension_Declaration): Set defualt SSO
1863         (Array_Type_Declaration): ditto (Build_Derived_Array_Type): ditto
1864         (Build_Derived_Private_Type): ditto (Build_Derived_Record_Type):
1865         ditto (Build_Derived_Type): ditto (Make_Class_Wide_Type): ditto
1866         (Record_Type_Declaration): ditto
1867         * sem_ch8.adb (Pop_Scope): Restore Default_SSO (Push_Scope):
1868         Save Default_SSO
1869         * sem_prag.adb (Analyze_Pragma, case
1870         Default_Scalar_Storage_Order): Set Default_SSO
1872 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1874         * sem_ch6.adb (Valid_Operator_Definition): Verify that
1875         all parameter have mode IN. This check must be done here for
1876         subprogram instantiations that have operator names, because their
1877         analysis does not follow the same path as that for subprogram
1878         declarations.
1880 2014-07-29  Robert Dewar  <dewar@adacore.com>
1882         * freeze.adb (Freeze_Entity, Concurrent_Type case): Add a guard
1883         to make sure that the Etype of a component of the corresponding
1884         record type is present before trying to freeze it.
1885         * sem_ch5.adb: Minor reformatting.
1887 2014-07-29  Robert Dewar  <dewar@adacore.com>
1889         * exp_attr.adb, types.ads, types.h, exp_ch11.adb, a-except.adb,
1890         a-except-2005.adb: Add new reason code PE_Stream_Operation_Not_Allowed,
1891         and then use it when a stream operation is used from a library generic
1892         when the restriction (No_Streams) is active.
1894 2014-07-29  Thomas Quinot  <quinot@adacore.com>
1896         * projects.texi: Fix minor typo.
1898 2014-07-29  Yannick Moy  <moy@adacore.com>
1900         * sem_attr.adb (Analyze_Attribute): Fix generation of warning.
1902 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
1904         * sem_ch5.adb (Check_Unreachable_Code): Do not remove code in
1905         CodePeer mode.
1907 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1909         * exp_ch7.adb (Find_Last_Init): Add local variable
1910         Deep_Init_Found. Check the statement immediately following the
1911         declaration if [Deep_]Initialization was not found.
1913 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
1915         * exp_util.adb (Is_Aliased): It appears that
1916         'reference-d and renamed objects still play some role in Boolean
1917         expression with actions and cannot be finalized immediately.
1919 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1921         * exp_dbug.adb (Qualify_Needed):  For debugging purposes,
1922         Loop names are not part of the full qualification of entity names.
1924 2014-07-29  Robert Dewar  <dewar@adacore.com>
1926         * einfo.adb (Has_Protected): Test base type.
1927         * sem_ch4.adb (Analyze_Allocator): Reorganize code to make sure
1928         that we always properly check No_Protected_Type_Allocators.
1930 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
1932         * sem_util.ads, sem_util.adb (Defining_Entity): Now applies to
1933         loop declarations as well.
1934         * exp_ch5.adb (Expand_Loop_Statement): Apply Qualify_Entity_Names
1935         to an iterator loop, because it may contain local renaming
1936         declarations that require debugging information.
1938 2014-07-29  Robert Dewar  <dewar@adacore.com>
1940         * sem_util.ads, exp_util.adb, sem_attr.adb: Minor reformatting.
1942 2014-07-29  Robert Dewar  <dewar@adacore.com>
1944         * einfo.ads, einfo.adb (Static_Real_Or_String_Predicate): New function
1945         (Set_Static_Real_Or_String_Predicate): New procedure
1946         * sem_ch13.adb (Build_Predicate_Functions): Accomodate static
1947         string predicates (Is_Predicate_Static): Handle static string
1948         predicates.
1949         * sem_eval.adb (Real_Or_String_Static_Predicate_Matches):
1950         New procedure (Check_Expression_Against_Static_Predicate):
1951         Deal with static string predicates, now fully implemented
1952         (Eval_Relational_Op): Allow string equality/inequality as static
1953         if not comes from source.
1955 2014-07-29  Robert Dewar  <dewar@adacore.com>
1957         * sem_aggr.adb, exp_ch5.adb, sem_ch5.adb, exp_util.adb, einfo.adb,
1958         einfo.ads, sem_util.adb, sem_attr.adb, sem_case.adb, sem_eval.adb,
1959         sem_eval.ads, sem_ch13.adb: General cleanup of static predicate
1960         handling. Change name of Discrete_Predicate to
1961         Discrete_Static_Predicate, and replace testing of the presence of this
1962         field by testing the flag Has_Static_Expression.
1964 2014-07-29  Robert Dewar  <dewar@adacore.com>
1966         * gnat_rm.texi: Document pragma Unevaluated_Use_Of_Old.
1967         * opt.adb: Handle Uneval_Old.
1968         * opt.ads (Uneval_Old, Uneval_Old_Config): New variables.
1969         * par-prag.adb: Add dummy entry for pragma Unevaluated_Use_Of_Old.
1970         * sem.ads (Save_Uneval_Old): New field in Scope_Stack_Entry.
1971         * sem_attr.adb (Uneval_Old_Msg): New procedure.
1972         * sem_ch8.adb (Push_Scope): Save Uneval_Old.
1973         (Pop_Scope): Restore Uneval_Old.
1974         * sem_prag.adb (Analyze_Pragma, case Unevaluated_Use_Of_Old):
1975         Implemented.
1976         * snames.ads-tmpl: Add entries for pragma Unevaluated_Use_Of_Old
1977         Add entries for Name_Warn, Name_Allow.
1979 2014-07-29  Robert Dewar  <dewar@adacore.com>
1981         * sem_aggr.adb (Resolve_Array_Aggregate): Change Is_Static_Range
1982         to Is_OK_Static_Range.
1983         * sem_attr.adb (Eval_Attribute): Make sure we properly flag
1984         static attributes (Eval_Attribute, case Size): Handle size of
1985         zero properly (Eval_Attribute, case Value_Size): Handle size of
1986         zero properly.
1987         * sem_ch13.adb: Minor reformatting.
1988         * sem_ch3.adb (Process_Range_Expr_In_Decl): Change
1989         Is_Static_Range to Is_OK_Static_Range.
1990         * sem_eval.adb (Eval_Case_Expression): Total rewrite, was
1991         wrong in several ways (Is_Static_Range): Moved here from spec
1992         (Is_Static_Subtype): Moved here from spec Change some incorrect
1993         Is_Static_Subtype calls to Is_OK_Static_Subtype.
1994         * sem_eval.ads: Add comments to section on
1995         Is_Static_Expression/Raises_Constraint_Error (Is_OK_Static_Range):
1996         Add clarifying comments (Is_Static_Range): Moved to body
1997         (Is_Statically_Unevaluated): New function.
1998         * sem_util.ads, sem_util.adb (Is_Preelaborable_Expression): Change
1999         Is_Static_Range to Is_OK_Static_Range.
2000         * sinfo.ads: Additional commments for Is_Static_Expression noting
2001         that clients should almost always use Is_OK_Static_Expression
2002         instead. Many other changes throughout front end units to obey
2003         this rule.
2004         * tbuild.ads, tbuild.adb (New_Occurrence_Of): Set Is_Static_Expression
2005         for enumeration literal.
2006         * exp_ch5.adb, sem_intr.adb, sem_ch5.adb, exp_attr.adb, exp_ch9.adb,
2007         lib-writ.adb, sem_ch9.adb, einfo.ads, checks.adb, checks.ads,
2008         sem_prag.adb, sem_ch12.adb, freeze.adb, sem_res.adb, exp_ch4.adb,
2009         exp_ch6.adb, sem_ch4.adb, sem_ch6.adb, exp_aggr.adb, sem_cat.adb:
2010         Replace all occurrences of Is_Static_Expression by
2011         Is_OK_Static_Expression.
2013 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
2015         * exp_ch4.adb (Process_Transient_Object): Remove constant
2016         In_Cond_Expr, use its initialization expression in place.
2017         * exp_ch7.adb (Process_Declarations): There is no need to check
2018         that a transient object being hooked is controlled as it would
2019         not have been hooked in the first place.
2020         * exp_util.adb (Is_Aliased): 'Reference-d or renamed transient
2021         objects are not considered aliased when the related context is
2022         a Boolean expression_with_actions.
2023         (Requires_Cleanup_Actions): There is no need to check that a transient
2024         object being hooked is controlled as it would not have been hooked in
2025         the first place.
2027 2014-07-29  Robert Dewar  <dewar@adacore.com>
2029         * errout.adb: Minor reformatting.
2031 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
2033         * exp_ch3.adb (Default_Initialize_Object): Add new variables
2034         Abrt_Blk and Dummy. Generate a dummy temporary when aborts are
2035         not allowed to ensure the symmetrical generation of symbols.
2036         * exp_ch7.adb (Build_Object_Declarations): Remove variables A_Expr
2037         and E_Decl. Add new variables Decl and Dummy. Generate a dummy
2038         temporary when aborts are not allowed to ensure symmertrical
2039         generation of symbols.
2040         * exp_intr.adb (Expand_Unc_Deallocation): Add new variable
2041         Dummy. Generate a dummy temporary when aborts are not allowed
2042         to ensure symmertrical generation of symbols.
2044 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
2046         * exp_dbug.adb (Debug_Renaming_Declaration): For an object
2047         renaming, indicate that the renamed entity itself needs debug
2048         information. This is necessary if that entity is a temporary,
2049         e.g. part of the expansion of an explicit dereference in an
2050         iterator.
2052 2014-07-29  Thomas Quinot  <quinot@adacore.com>
2054         * errout.adb (Set_Error_Posted): When propagating flag to
2055         an enclosing named association, also propagate to the parent
2056         of that node, so that named and positional associations are
2057         treated consistently.
2059 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
2061         * sem_attr.adb (Resolve_Attribute, case 'Update):  Set
2062         Do_Range_Check properly on array component expressions that
2063         have a scalar type. In GNATprove mode, only checks on scalar
2064         components must be marked by the front-end.
2066 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
2068         * sem_res.adb (Resolve_Type_Conversion): If the type of the
2069         expression is a limited view, use the non-limited view when
2070         available.
2072 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
2074         * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
2075         case statement as coming from a conditional expression.
2076         (Expand_N_If_Expression): Mark the generated if statement as
2077         coming from a conditional expression.
2078         * exp_ch5.adb (Expand_N_Case_Statement): Do not process controlled
2079         objects found in case statement alternatives when the case
2080         statement is actually a case expression.
2081         (Expand_N_If_Statement):
2082         Do not process controlled objects found in an if statement when
2083         the if statement is actually an if expression.
2084         * sinfo.adb (From_Conditional_Expression): New routine.
2085         (Set_From_Conditional_Expression): New routine.
2086         * sinfo.ads Add new semantic flag From_Conditional_Expression and
2087         update related nodes.
2088         (From_Conditional_Expression): New routine along with pragma Inline.
2089         (Set_From_Conditional_Expression): New routine along with pragma Inline.
2091 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
2093         * exp_ch7.adb (Build_BIP_Cleanup_Stmts): Remove
2094         formal parameter Obj_Id and update the comment on usage. Renamed
2095         Obj_Typ to Func_Typ and update all occurrences.
2096         (Find_Last_Init): Remove formal parameter Decl and update the comment
2097         on usage.
2098         Remove local constants Obj_Id and Obj_Typ. Remove local variables
2099         Init_Typ and Is_Conc. Remove the extraction of the initialization type.
2100         (Find_Last_Init_In_Block): Remove formal parameter
2101         Init_Typ and update the comment on usage.
2102         (Is_Init_Call): Remove formal parameter Init_Typ and update the comment
2103         on usage. Check whether the procedure call is an initialization
2104         procedure of either the object type or the initialization type.
2105         (Is_Init_Proc_Of): New routine.
2106         (Process_Object_Declaration): Obj_Id and Obj_Typ are now global to this
2107         routine. Add new variable Init_Typ. Add circuitry to extract the object
2108         type as well as the initialization type.
2110 2014-07-29  Robert Dewar  <dewar@adacore.com>
2112         * sem_case.adb: Minor reformatting.
2113         * sem_aux.ads: Minor reformatting.
2115 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
2117         * sinfo.adb (Set_Else_Actions, Set_Then_Actions): Set parent
2118         pointer on these fields, even though they are semantic, because
2119         subsequent analysis and expansion of action nades may require
2120         exploring the tree, for example to locate a node to be wrapped
2121         when a function with controlled result is called.
2123 2014-07-29  Claire Dross  <dross@adacore.com>
2125         * sem_aux.adb (Get_Binary_Nkind): Use case on
2126         Name_Id instead of an intermediate string.
2127         (Get_Unary_Nkind): Use case on Name_Id instead of an intermediate
2128         string.
2130 2014-07-29  Sergey Rybin  <rybin@adacore.com frybin>
2132         * gnat_ugn.texi (gnatelim, gnatstub, gnatmetric): Add note
2133         about processing sources with preprocessor directives.
2135 2014-07-24  Martin Liska  <mliska@suse.cz>
2137         * gcc-interface/trans.c (finalize_nrv): Adjust function call.
2138         * gcc-interface/utils.c (rest_of_subprog_body_compilation): Likewise.
2139         (gnat_write_global_declarations): Likewise.
2141 2014-07-19  David Wohlferd  <dw@LimeGreenSocks.com>
2143         * gnat_rm.texi: Clean up for makeinfo 5.2.
2145 2014-07-19  David Wohlferd  <dw@LimeGreenSocks.com>
2147         * gnat_rm.texi (Machine Code Insertions): Clean up.
2149 2014-07-18  Robert Dewar  <dewar@adacore.com>
2151         * exp_ch7.adb: Minor reformatting.
2153 2014-07-18  Claire Dross  <dross@adacore.com>
2155         * sem_aux.ads (Get_Binary_Nkind): New function that returns
2156         the Node_Kind value of an entity defining a binary operator.
2157         (Get_Unary_Nkind): New function that returns the Node_Kind value
2158         of an entity defining a unary operator.
2160 2014-07-18  Pascal Obry  <obry@adacore.com>
2162         * sysdep.c: comment update.
2163         * adaint.c (__gnat_fputwc): Use wchar_t on a limited set of
2164         platforms where it is known to be supported.
2166 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2168         * sem_dist.adb (Process_Remote_AST_Declaration): Need
2169         to set Fat_Type's Ekind in order to be able to use its
2170         Corresponding_Remote_Type attribute.
2172 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2174         * einfo.adb Last_Aggregate_Assignment is now Node 30.
2175         (Last_Aggregate_Assignment): Include
2176         constants in the assertion. Update the underlying node.
2177         (Set_Last_Aggregate_Assignment): Include constants in the
2178         assertion. Update the underlying node.  (Write_Field11_Name):
2179         Remove the entry for Last_Aggregate_Assignment.
2180         (Write_Field30_Name): Add an entry for Last_Aggregate_Assignment.
2181         * einfo.ads Update the node designation and usage of attribute
2182         Last_Aggregate_Assignment.
2183         * exp_aggr.adb (Expand_Array_Aggregate): Store the last
2184         assignment statement used to initialize a controlled object.
2185         (Late_Expansion): Store the last assignment statement used to
2186         initialize a controlled record or an array of controlled objects.
2187         * exp_ch3.adb (Expand_N_Object_Declaration): Default
2188         initialization of objects is now performed in a separate routine.
2189         (Default_Initialize_Object): New routine.
2190         * exp_ch7.adb (Build_BIP_Cleanup_Stmts): Add formal parameter
2191         Obj_Id. Update the comment on usage.
2192         (Find_Last_Init): Remove formal parameter Typ. Update comment on usage.
2193         Reimplement the logic.  (Find_Last_Init_In_Block): New routine.
2194         (Is_Init_Call): Add formal parameter Init_Typ. Update the
2195         comment on usage.  Account for the type init proc when trying
2196         to determine whether a statement is an initialization call.
2197         (Make_Adjust_Call): Rename formal parameter For_Parent to
2198         Skip_Self. Update all occurrences of For_Parent. Account for
2199         non-tagged types. Update the call to Make_Call.
2200         (Make_Call): Rename formal parameter For_Parent to Skip_Self. Update
2201         comment on usage. Update all occurrences of For_Parent.
2202         (Make_Final_Call): Rename formal parameter For_Parent to
2203         Skip_Self. Update all occurrences of For_Parent. Account
2204         for non-tagged types. Update the call to Make_Call.
2205         (Process_Object_Declaration): Most variables and constants are
2206         now local to the routine.
2207         * exp_ch7.ads (Make_Adjust_Call): Rename formal parameter
2208         For_Parent to Skip_Self. Update the comment on usage.
2209         (Make_Final_Call): Rename formal parameter For_Parent to
2210         Skip_Self. Update the comment on usage.
2212 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2214         * sem_ch9.adb (Analyze_Requeue): The entry being referenced
2215         can be a procedure that is implemented by entry, and have a
2216         formal that is a synchronized interface.  It does not have to
2217         be declared as a protected operation.
2219 2014-07-18  Robert Dewar  <dewar@adacore.com>
2221         * gnat_rm.texi: Remove mention of obsolete attributes
2222         Max[_Interrupt]_Priority, which have never been implemented
2223         (or at the very least were removed long ago if they ever were
2224         implemented.  Add documentation of Max[_Interrupt]_Priority
2225         constants in package System.
2226         * ttypes.ads: Document actual handling of package System,
2227         rather than a historical fantasy version.  Remove mention of
2228         non-existent attributes Max[_Interrupt]_Priority.
2230 2014-07-18  Pascal Obry  <obry@adacore.com>
2232         * a-witeio.adb (Put): No 16-bit character output when text
2233         translation is disabled.
2234         * i-cstrea.ads: Code clean up.
2236 2014-07-18  Robert Dewar  <dewar@adacore.com>
2238         * gnat_rm.texi: Document that Wchar_T_Size and Word_Size are
2239         static attributes.
2241 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
2243         * a-witeio.adb, initialize.c: Update comments. Minor clean ups.
2245 2014-07-18  Pascal Obry  <obry@adacore.com>
2247         * adaint.c: Do not include wchar.h on VxWorks.
2248         * mingw32.h: Remove obsolete definition.
2250 2014-07-18  Pascal Obry  <obry@adacore.com>
2252         * a-textio.adb, a-witeio.adb, a-ztexio.adb: Use C_Streams Default_Text.
2253         * i-cstrea.ads (Content_Encoding): Moved here, add convention C.
2254         * s-ficobl.ads (Content_Encoding): Moved to C_Streams.
2255         * s-fileio.adb (Open): Adjust to use Content_Encoding from C_Streams.
2257 2014-07-18  Pascal Obry  <obry@adacore.com>
2259         * a-textio.adb: Rename Is_Text_File to Text_Encoding.
2260         * a-ztexio.adb: Likewise.
2261         * a-witeio.adb: Likewise.
2262         (Open): Pass file's translation mode to set_text_mode.
2263         * s-ficobl.ads (Content_Encoding): New type.
2264         (Text_Content_Encoding): New subtype.
2265         (AFCB): Rename Is_Text_File to Text_Encoding.
2266         * s-fileio.adb (Open): Handles new text_translation
2267         values. Remove Is_Text_File which is equivalent to Text_Encoding
2268         in Text_Content_Encoding.
2269         * adaint.h (__gnat_set_mode): New routine.
2270         * sysdep.c (__gnat_set_wide_text_mode): Removed.
2271         (__gnat_set_mode): New routine.
2273 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
2275         * gcc-interface/decl.c, gcc-interface/trans.c,
2276         gcc-interface/utils.c (Is_Packed_Array_Type): Renamed 
2277         Is_Packed_Array_Impl_Type.
2279 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
2281         * sem_util.adb: Minor typo correction.
2283 2014-07-18  Ben Brosgol  <brosgol@adacore.com>
2285         * gnat_rm.texi: Complete previous change.
2287 2014-07-18  Pascal Obry  <obry@adacore.com>
2289         * s-fileio.adb: Minor style fix.
2291 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2293         * sem_ch13.adb (Analyze_Aspect_Specifications): Detect improper
2294         specification of stream attributes for subtypes that are not
2295         first subtypes, to prevent malformed rep_item chains in the case
2296         of such illegal specifications for discriminated private subtypes.
2297         (Check_Overloaded_Name): Verify that the name is an entity name
2298         before other checks.
2300 2014-07-18  Pascal Obry  <obry@adacore.com>
2302         * adaint.c (__gnat_fputwc) Do not disable on cross-build.
2304 2014-07-18  Robert Dewar  <dewar@adacore.com>
2306         * sem_prag.adb, sem_attr.adb,
2307         sem_aggr.adb, sinfo.ads, sem_eval.ads: Minor reformatting.
2309 2014-07-18  Pascal Obry  <obry@adacore.com>
2311         * sysdep.c (__gnat_wide_text_translation_required): Removed from here.
2312         * initialize.c (__gnat_wide_text_translation_required): Defined here.
2314 2014-07-18  Pascal Obry  <obry@adacore.com>
2316         * adaint.c (__gnat_fputwc): New routine.
2317         * s-crtl.ads (fputwc): Now imported as __gnat_fputwc.
2319 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2321         * einfo.adb: Flag 270 is now used as Stores_Attribute_Old_Prefix.
2322         (Set_Stores_Attribute_Old_Prefix): New routine.
2323         (Stores_Attribute_Old_Prefix): New routine.
2324         (Write_Entity_Flags):
2325         Output flag Stores_Attribute_Old_Prefix.
2326         * einfo.ads Add new flag Stores_Attribute_Old_Prefix along with
2327         comment on usage.
2328         (Set_Stores_Attribute_Old_Prefix): New routine
2329         along with pragma Inline.
2330         (Stores_Attribute_Old_Prefix): New
2331         routine along with pragma Inline.
2332         * exp_attr.adb (Expand_N_Attribute_Reference): Mark the generated
2333         constant which captures the result of attribute 'Old's prefix.
2334         * sem_util.adb (In_Assertion_Expression_Pragma): Recognize a
2335         relocated expression which acted as a prefix of attribute 'Old.
2337 2014-07-18  Bob Duff  <duff@adacore.com>
2339         * s-spsufi.adb (Finalize_And_Deallocate): Set Subpool.Owner to
2340         null before dispatching to Deallocate_Subpool.
2341         * s-stposu.ads (Default_Subpool_For_Pool): Change mode of
2342         parameter of Default_Subpool_For_Pool to 'in out'.
2343         * s-stposu.adb (Set_Pool_Of_Subpool): Use raise expression. Add
2344         a message to the raise.
2345         * sem_util.adb: Minor reformatting.
2347 2014-07-18  Robert Dewar  <dewar@adacore.com>
2349         * sem_util.adb (Check_Expression_Against_Static_Predicate):
2350         Mark expression as non-static if it fails static predicate check,
2351         and issue additional warning.
2353 2014-07-18  Pascal Obry  <obry@adacore.com>
2355         * a-witeio.adb (Put): Control translation based on
2356         wide_text_translation_required.
2357         * adaint.c (CurrentCCSEncoding): New variable.
2358         * initialize.c (__gnat_initialize): On Windows initialize
2359         CurrentCCSEncoding based on values in GNAT_CCS_ENCODING
2360         environment variable.
2361         * mingw32.h (CurrentCCSEncoding): New external.
2362         (__gnat_wide_text_translation_required): Likewise.
2363         * sysdep.c (wide_text_translation_required): New variable.
2364         (__gnat_set_wide_text_mode): Set mode based on CurrentCCSEncoding.
2366 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2368         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
2369         variable Refined_States.  Add global variable Matched_Items.
2370         (Check_Dependency_Clause): Account for dependency
2371         clauses utilizing states with visible null refinements.
2372         (Is_Null_Refined_State): New routine.
2373         (Match_Items): Record each successfully matched item of pragma Depends.
2374         (Record_Item): New routine.
2376 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2378         * sem_attr.adb (Analyze_Attribute, case 'Update): Set
2379         Do_Range_Check flag on a dynamic index expression used in a
2380         component association in the argument of Update.
2382 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
2384         * einfo.ads, sem_eval.ads, sem_ch13.adb: Minor reformatting.
2386 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2388         * exp_ch6.adb (Expand_Simple_Function_Return): Redo the marking
2389         of enclosing blocks, loops and the enclosing function using a
2390         parent-based traversal.
2391         * exp_util.adb (Wrap_Statements_In_Block): Suppress the secondary
2392         stack reclamation if the iterator loop contains a return statement
2393         that uses the stack.
2394         * sem_ch5.adb (Analyze_Loop_Statement): There is no need to
2395         patch up the scope stack as the secondary stack management now
2396         takes into account the enclosing function of the iterator loop.
2398 2014-07-18  Robert Dewar  <dewar@adacore.com>
2400         * sem_ch3.adb, g-memdum.ads, i-cstrea.ads: Minor reformatting.
2402 2014-07-18  Robert Dewar  <dewar@adacore.com>
2404         * einfo.adb (Has_Static_Predicate): New function.
2405         (Set_Has_Static_Predicate): New procedure.
2406         * einfo.ads (Has_Static_Predicate): New flag.
2407         * sem_ch13.adb (Is_Predicate_Static): New function
2408         (Build_Predicate_Functions): Use Is_Predicate_Static to reorganize
2409         (Add_Call): Minor change in Sloc of generated expression
2410         (Add_Predicates): Remove setting of Static_Pred, no longer used.
2411         * sem_ch4.adb (Has_Static_Predicate): Removed this function,
2412         replace by use of the entity flag Has_Static_Predicate_Aspect.
2413         * sem_eval.adb (Eval_Static_Predicate_Check): Check real case
2414         and issue warning that predicate is not checked for now.
2415         * sem_eval.ads (Eval_Static_Predicate_Check): Fix comments in
2416         spec.
2417         * sem_util.adb (Check_Expression_Against_Static_Predicate):
2418         Carry out check for any case where there is a static predicate,
2419         and output appropriate message.
2420         * sinfo.ads: Minor comment corrections.
2422 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2424         * exp_ch3.adb (Expand_Freeze_Record_Type): If the type is derived
2425         from an untagged private type whose full view is tagged, the type
2426         is marked tagged for layout reasons, but it has no dispatch table,
2427         so Set_All_DT_Position must not be called.
2428         * exp_ch13.adb: If the freeze node is for a type internal to a
2429         record declaration, as is the case for a class-wide subtype
2430         of a parent component, the relevant scope is the scope of the
2431         enclosing record.
2433 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2435         * g-memdum.adb, g-memdum.ads: Code clean ups.
2437 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2439         * sem_prag.adb (Check_Dependency_Clause):
2440         Update the comment on usage. Reimplement the mechanism which
2441         attempts to match a single clause of Depends against one or
2442         more clauses of Refined_Depends.
2443         (Input_Match): Removed.
2444         (Inputs_Match): Removed.
2445         (Is_Self_Referential): Removed.
2446         (Normalize_Clause): Update the call to Split_Multiple_Outputs.
2447         (Normalize_Outputs): Rename variable Split to New_Claue and update
2448         all its occurrences.
2449         (Report_Extra_Clauses): Update the comment on usage.
2450         (Split_Multiple_Outputs): Renamed to Normalize_Outputs.
2452 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
2454         * i-cstrea.ads: Minor reformatting.
2456 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2458         * exp_util.adb (Wrap_Statements_In_Block): Propagate both
2459         secondary stack-related flags to the generated block.
2460         * sem_ch5.adb (Analyze_Loop_Statement): Update the scope chain
2461         once the loop is relocated in a block.
2463 2014-07-18  Robert Dewar  <dewar@adacore.com>
2465         * repinfo.ads: Add documentation on handling of back annotation
2466         for dynamic case.
2468 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2470         * sinfo.ads, sinfo.adb (Incomplete_View): New semantic attribute
2471         of full type declaration, denotes previous declaration for
2472         incomplete view of the type.
2473         * sem_ch3.adb (Analyze_Full_Type_Declaration): Set Incomplete_View
2474         of declaration if one is present.
2475         (Replace_Type): When constructing the signature of an inherited
2476         operation, handle properly the case where the operation has a
2477         formal whose type is an incomplete view.
2478         * sem_util.adb (Collect_Primitive_Operations): Handle properly
2479         the case of an operation declared after an incomplete declaration
2480         for a type T and before the full declaration of T.
2482 2014-07-18  Pascal Obry  <obry@adacore.com>
2484         * i-cstrea.ads: Add documentation for set_wide_text_mode.
2486 2014-07-18  Robert Dewar  <dewar@adacore.com>
2488         * a-witeio.adb: Minor code reorganization.
2489         * i-cstrea.ads: Add comment.
2491 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2493         * s-oscons-tmplt.c (NAME_MAX): Minor cleaup and comment
2494         clarifications.
2496 2014-07-18  Robert Dewar  <dewar@adacore.com>
2498         * g-memdum.adb, g-memdum.ads, exp_strm.adb: Minor reformatting.
2500 2014-07-18  Pascal Obry  <obry@adacore.com>
2502         * s-crtl.ads, i-cstrea.ads (fputwc): New routine.
2503         * a-witeio.adb (Put): On platforms where there is translation
2504         done by the OS output the raw text.
2505         (New_Line): Use Put above to properly handle the LM wide characters.
2507 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2509         * g-memdum.adb, g-memdum.ads (Dump): New parameter Prefix, defaulted
2510         to Absolute_Address.
2512 2014-07-18  Eric Botcazou  <ebotcazou@adacore.com>
2514         * opt.ads (Suppress_Back_Annotation): Remove as unused.
2515         * fe.h (Back_Annotate_Rep_Info): Likewise.
2516         (Global_Discard_Names): Likewise.
2518 2014-07-18  Robert Dewar  <dewar@adacore.com>
2520         * sem_ch13.adb (Is_Type_Ref): Check that type name is not
2521         parenthesized.
2523 2014-07-18  Vincent Celier  <celier@adacore.com>
2525         * s-osinte-vms.ads: Fix style errors.
2527 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2529         * s-oscons-tmplt.c (_POSIX_SOURCE): Define in order to get
2530         NAME_MAX and PATH_MAX.
2532 2014-07-18  Bob Duff  <duff@adacore.com>
2534         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function,
2535         Build_Record_Or_Elementary_Output_Procedure): For Input and
2536         Output attributes, do not read/write the discriminants if they
2537         have default values; that will be done by Read/Write.
2539 2014-07-18  Robert Dewar  <dewar@adacore.com>
2541         * sem_aggr.adb, exp_ch5.adb, sem_ch3.adb, layout.adb, sem_type.adb,
2542         exp_util.adb, exp_attr.adb, einfo.adb, einfo.ads, exp_pakd.adb,
2543         checks.adb, exp_pakd.ads, freeze.adb, sem_util.adb, exp_dbug.adb,
2544         exp_dbug.ads, exp_ch4.adb, sem_ch8.adb, exp_aggr.adb, sem_eval.adb,
2545         sem_ch13.adb: Change name Packed_Array_Type to Packed_Array_Impl_Type.
2547 2014-07-18  Robert Dewar  <dewar@adacore.com>
2549         * lib-writ.adb, makeutl.adb, ali.ads: Minor reformatting.
2551 2014-07-18  Vincent Celier  <celier@adacore.com>
2553         * lib-writ.ads: Update documentation about the D lines.
2555 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2557         * sem_ch13.adb (Replace_Type_References_Generic): Use type entity
2558         as a parameter, rather than its Chars field, in order to locate
2559         freeze node of type. If the predicate or invariant has references
2560         to types other than the one to which the contract applies, these
2561         types must be frozen, and the corresponding predicate functions
2562         created, before that freeze node.
2564 2014-07-18  Robert Dewar  <dewar@adacore.com>
2566         * freeze.adb, einfo.ads, einfo.adb: Minor code reorganization.
2567         * par_sco.adb: Minor reformatting.
2569 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
2571         * exp_ch4.adb (Real_Range_Check): Turn off
2572         the Do_Range_Check flag on the conversion's current Expression
2573         argument rather than on the originally captured Operand node,
2574         as Expression may reflect a rewriting (as in conversions to a
2575         fixed-point type).
2577 2014-07-18  Vincent Celier  <celier@adacore.com>
2579         * ali.adb (Scan_ALI): Set Sdep_Record.Unit_Name, when the unit
2580         is not a subunit.
2581         * ali.ads (Sdep_Record): New component Unit_Name.
2582         * lib-writ.adb (Write_ALI): Write the unit name in D lines.
2583         * makeutl.adb (Check_Source_Info_In_ALI): Return False if a
2584         dependent unit is in a project and the source file name is not
2585         one of its sources.
2587 2014-07-18  Bob Duff  <duff@adacore.com>
2589         * s-addima.ads: Minor: add comment.
2591 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2593         * freeze.adb (Check_Component_Storage_Order): Fix enforcement
2594         of nesting rules for composites with different SSOs.
2596 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2598         * par_sco.adb (Is_Logical_Operator): An If_Expression is not
2599         a proper logical operator.
2600         (Has_Decision): An If_Expression indicates the presence of a decision
2601         although it is not a logical operator.
2603 2014-07-18  Robert Dewar  <dewar@adacore.com>
2605         * gnat_ugn.texi: Remove note that -gnatR not allowed with -gnatc.
2606         * switch-c.adb: Remove prohibition of -gnatR and -gnatc together.
2608 2014-07-18  Eric Botcazou  <ebotcazou@adacore.com>
2610         * sem_ch13.adb (Kill_Rep_Clause): Clear Comes_From_Source flag
2611         on the null statement.
2613 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2615         * adaint.c: Minor comment rewording.
2616         * socket.c: Define macros _REENTRANT and _THREAD_SAFE so that
2617         use of errno in this file is thread safe.
2619 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
2621         * gnat_ugn.texi: Doc clarification.
2622         * sem_ch13.adb (Kill_Rep_Clause): Use Replace not Rewrite.
2623         * sem_ch13.ads: Minor comment update.
2625 2014-07-18  Robert Dewar  <dewar@adacore.com>
2627         * repinfo.ads: Minor comment fix.
2629 2014-07-18  Robert Dewar  <dewar@adacore.com>
2631         * par-prag.adb: Add dummy entry for Default_Scalar_Storage_Order.
2632         * sem_prag.adb: Add dummy implementation of
2633         Default_Scalar_Storage_Order.
2634         * snames.ads-tmpl: Add dummy entry for
2635         Default_Scalar_Storage_Order pragma.
2637 2014-07-18  Robert Dewar  <dewar@adacore.com>
2639         * opt.adb (Tree_Read): Read Address_Is_Private,
2640         Ignore_Rep_Clauses, Ignore_Style_Check_Pragmas, Multiple_Unit_Index.
2641         (Tree_Write): Corresponding writes
2642         * opt.ads: Minor comment reformatting and fixes.
2643         * tree_io.ads: Increment ASIS_Version_Number.
2645 2014-07-18  Robert Dewar  <dewar@adacore.com>
2647         * sem_attr.adb, s-os_lib.ads, prj-tree.adb: Minor reformatting.
2648         * types.h: Fix typo.
2650 2014-07-18  Robert Dewar  <dewar@adacore.com>
2652         * freeze.adb (Check_Address_Clause): Use Kill_Rep_Clause (no
2653         functional change).
2654         * gnat_ugn.texi: Document that -gnatI removes rep clauses from
2655         ASIS trees.
2656         * sem_ch13.adb (Kill_Rep_Clause): New procedure
2657         (Analyze_Attribute_Definition_Clause): Use
2658         Kill_Rep_Clause. This is just a cleanup, no functional effect.
2659         (Analyze_Enumeration_Representation_Clause):
2660         Use Kill_Rep_Clause. This means that enum rep
2661         clauses are now properly removed from -gnatct trees.
2662         (Analyze_Record_Representation_Clause): Same change.
2663         * sem_ch13.ads (Kill_Rep_Clause): New procedure.
2665 2014-07-18  Pascal Obry  <obry@adacore.com>
2667         * s-os_lib.ads, s-os_lib.adb (GM_Time_Of): New routine to create an
2668         OS_Time from time parts.
2669         * adaint.h, adaint.c (__gnat_to_os_time): New routine.
2671 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2673         * sem_ch4.adb (Try_Container_Indexing): Refine previous patch for
2674         indexing over containers that are derived types: check whether
2675         signature of found operation has the correct first parameter
2676         before retrieving directly a primitive operation.
2678 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2680         * sem_attr.adb (Analyze_Attribute, case 'Update): Set
2681         Do_Range_Check flag on dynamic bounds of a range used in a
2682         component association in the argument of Update.
2684 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2686         * adaint.c: #define _REENTRANT and _THREAD_SAFE in order for
2687         accesses to errno(3) to be thread safe.
2689 2014-07-18  Vincent Celier  <celier@adacore.com>
2691         * prj-tree.adb (Imported_Or_Extended_Project_Of): For each non
2692         limited imported project that is an extending project, return
2693         a project being extended if it has the expected name.
2695 2014-07-18  Pascal Obry  <obry@adacore.com>
2697         * s-os_lib.ads, s-os_lib.adb (Set_File_Last_Modify_Time_Stamp): New
2698         routine to set the last modification time stamp for the given file.
2699         * gnatchop.adb (File_Time_Stamp): Removed.
2700         (Write_Unit): Use
2701         Set_File_Last_Modify_Time_Stamp instead of ad-hoc implementation.
2703 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2705         * sem_aggr.adb (Aggregate_Constraint_Checks): Moved to sem_util.
2706         * sem_util.ads, sem_util.adb (Aggregate_Constraint_Checks):
2707         Moved here, so it can be shared with the resolution of 'Update,
2708         whose argument shares some features with aggregates.
2709         * sem_attr.adb (Resolve_Attribute, case 'Update): Apply
2710         Aggregate_Constraint_Checks with the expression of each
2711         association, so that the Do_Range_Check flag is set when needed.
2713 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2715         * sem_ch4.adb (Try_Container_Indexing):  If the container
2716         type is a derived type, the value of the inherited  aspect is
2717         the Reference operation declared for the parent type. However,
2718         Reference is also a primitive operation of the new type, and
2719         the inherited operation has a different signature. We retrieve
2720         the right one from the list of primitive operations of the
2721         derived type.
2723 2014-07-18  Vincent Celier  <celier@adacore.com>
2725         * debug.adb: Update comment.
2727 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2729         * exp_util.adb (Needs_Finalization): There is no reason why a
2730         C type should not benefit from finalization actions.
2732 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2734         * s-oscons-tmplt.c (NAME_MAX): Fix definition for Solaris
2735         (FILENAME_MAX): Remove unneeded definition.
2737 2014-07-18  Robert Dewar  <dewar@adacore.com>
2739         * exp_attr.adb, debug.adb: Update comments.
2741 2014-07-18  Vincent Celier  <celier@adacore.com>
2743         * par-ch4.adb (Simple_Expression): Add missing style check
2744         for binary adding operators.
2745         (Term): Add missing style check for multiplying operators.
2747 2014-07-18  Robert Dewar  <dewar@adacore.com>
2749         * impunit.adb: Minor comment correction.
2750         * widechar.adb, s-wchcon.ads: Minor comment corrections.
2752 2014-07-18  Robert Dewar  <dewar@adacore.com>
2754         * sem_ch13.adb (Build_Discrete_Static_Predicate): New name
2755         for Build_Static_Predicate (Build_Predicate_Functions):
2756         Don't try to build discrete predicate for real type.
2757         (Build_Predicate_Functions): Report attempt to use
2758         Static_Predicate function on real type as unimplemented.
2759         * sem_util.adb (Check_Expression_Against_Static_Predicate):
2760         Add guard to prevent blow up on predicate for real type.
2762 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2764         * einfo.adb (Set_Static_Predicate): Simplify assertion to handle
2765         properly static predicate on enumeration types and modular types
2766         (not subtypes).
2768 2014-07-18  Pierre-Marie Derodat  <derodat@adacore.com>
2770         * scos.ads (SCO_Unit_Table_Entry): Add a field to keep track of
2771         the corresponding source file index.
2772         * get_scos.ads (Get_SCOs): Add a default value for it.
2773         * par_sco.adb (SCO_Record): Fill the corresponding value.
2774         * scos.h: New.
2776 2014-07-18  Vincent Celier  <celier@adacore.com>
2778         * a-strunb-shared.adb, s-auxdec.ads, s-rannum.adb, atree.ads,
2779         urealp.adb, vms_data.ads, lib.ads, s-auxdec-vms_64.ads: Minor
2780         reformatting.
2781         * gnat_ugn.texi: Add documentation for new gnatmem switch -t.
2783 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2785         * g-sercom.ads (Set): document possible data loss.
2787 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2789         * exp_attr.adb (Expand_N_Attribute_Reference, cases Input,
2790         Output, Read, Write): If the restriction No_Streams is active,
2791         replace each occurrence of a stream attribute by an explicit
2792         Raise statement.
2794 2014-07-18  Robert Dewar  <dewar@adacore.com>
2796         * par_sco.adb, a-reatim.ads, exp_attr.adb, sem_util.adb: Minor
2797         reformatting.
2799 2014-07-18  Robert Dewar  <dewar@adacore.com>
2801         * einfo.ads, einfo.adb (Has_Out_Or_In_Out_Parameter): New flag and
2802         function.
2803         (Set_Has_Out_Or_In_Out_Parameter): New procedure.
2804         * sem_ch6.adb (Set_Formal_Mode): Set Has_Out_Or_In_Out_Parameter flag.
2805         * sem_res.adb (Resolve_Call): Error if call of Ada 2012 function
2806         with OUT or IN OUT from earlier Ada mode (e.g. Ada 2005)
2808 2014-07-18  Robert Dewar  <dewar@adacore.com>
2810         * bcheck.adb (Check_Consistent_Restrictions):
2811         Remove obsolete code checking for violation of
2812         No_Standard_Allocators_After_Elaboration (main program)
2813         * bindgen.adb (Gen_Adainit): Handle
2814         No_Standard_Allocators_After_Elaboration
2815         (Gen_Output_File_Ada): ditto.
2816         * exp_ch4.adb (Expand_N_Allocator): Handle
2817         No_Standard_Allocators_After_Elaboration.
2818         * Makefile.rtl: Add entry for s-elaall
2819         * rtsfind.ads: Add entry for Check_Standard_Allocator.
2820         * s-elaall.ads, s-elaall.adb: New files.
2821         * sem_ch4.adb (Analyze_Allocator): Handle
2822         No_Standard_Allocators_After_Elaboration.
2824 2014-07-18  Robert Dewar  <dewar@adacore.com>
2826         * lib.adb, lib.ads, lib-writ.adb, lib-writ.ads, ali.adb,
2827         ali.ads, lib-load.adb: Remove Lib.Has_Allocator and all uses.
2828         Remove AB parameter from ali files and all uses.
2829         Remove Allocator_In_Body and all uses.
2831 2014-07-18  Robert Dewar  <dewar@adacore.com>
2833         * g-expect-vms.adb: Add comment.
2835 2014-07-18  Thomas Quinot  <quinot@adacore.com>
2837         * par_sco.adb (Is_Logical_Operation): return True for
2838         N_If_Expression.
2840 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2842         * sem_attr.adb (Resolve_Attribute, case 'Update): Do full
2843         analysis and resolution of each choice in the associations within
2844         the argument of Update, because they may be variable names.
2846 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2848         * exp_attr.adb (Expand_Loop_Entry_Attribute): Insert any condition
2849         actions before the generated if statement.
2851 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
2853         * gnat_ugn.texi Enhance the documentation of
2854         switches -gnateA and -gnateV.
2856 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
2858         * sem_util.adb (Build_Default_Subtype): Add missing condition
2859         so that code matches description: use the full view of the base
2860         only if the base is private and the subtype is not.
2862 2014-07-17  Gary Dismukes  <dismukes@adacore.com>
2864         * exp_disp.adb: Minor reformatting.
2865         * exp_disp.adb: Minor code reorganization.
2867 2014-07-17  Thomas Quinot  <quinot@adacore.com>
2869         * gnat_rm.texi, freeze.adb (Check_Component_Storage_Order): Do not
2870         require an explicit SSO attribute definition clause on a composite type
2871         just because one of its components has one.
2873 2014-07-17  Robert Dewar  <dewar@adacore.com>
2875         * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Rewrite
2876         attribute out of existence if the enclosing pragma is ignored.
2877         * sem_util.adb: Minor reformatting.
2879 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
2881         * exp_aggr.adb (Expand_Array_Aggregate): Handle properly an
2882         array aggregate expanded into assignments when it appears as a
2883         local declaration in an inlined body.
2885 2014-07-17  Doug Rupp  <rupp@adacore.com>
2887         * init.c [__ANDROID__]: Modify for ZCX.
2888         * exp_aggr.adb: Minor reformatting
2889         * sigtramp-armvxw.c, sigtramp-ppcvxw.c: Update comments.
2891 2014-07-17  Robert Dewar  <dewar@adacore.com>
2893         * a-strunb-shared.ads, a-stwiun-shared.ads, a-stzunb-shared.ads,
2894         exp_ch7.adb, g-pehage.ads, g-socket.ads, gnat_ugn.texi, gnat_ugx.texi,
2895         scng.adb: Remove incorrect usage "allow to" and "allows to".
2897 2014-07-17  Robert Dewar  <dewar@adacore.com>
2899         * exp_dist.adb: Minor reformatting.
2901 2014-07-17  Bob Duff  <duff@adacore.com>
2903         * gnat_ugn.texi: Improve documentation of Unrestricted_Access.
2905 2014-07-17  Robert Dewar  <dewar@adacore.com>
2907         * sem_ch13.adb (Build_Invariant_Procedure): Add variable Nam
2908         (Add_Invariants): Set Nam to Name_Type_Invariant if from aspect.
2910 2014-07-17  Thomas Quinot  <quinot@adacore.com>
2912         * exp_pakd.adb (Create_Packed_Array_Type.Install_PAT): For a
2913         non-bit-packed array, propagate Reverse_Storage_Order to the
2914         packed array type.
2916 2014-07-17  Javier Miranda  <miranda@adacore.com>
2918         * exp_disp.adb: Fix comment.
2919         * exp_pakd.adb: Minor reformatting.
2921 2014-07-17  Robert Dewar  <dewar@adacore.com>
2923         * bindgen.adb (Gen_Elab_Calls): Skip reference to elab
2924         entity if none exists (Gen_Elab_Calls): Complain if clash with
2925         No_Multiple_Elaboration.
2926         * s-rident.ads, restrict.ads: Add restriction No_Multiple_Elaboration.
2927         * sem_util.adb (Build_Elaboration_Entity): Skip building entity
2928         if not needed.
2929         * gnat_rm.texi: Document restriction No_Multiple_Elaboration.
2930         * sem_ch4.adb: Minor comment updates.
2932 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
2934         * exp_ch9.adb (Buid_Protected_Subprogram_Call): Preserve type
2935         of function call for later use when shared passive objects
2936         are involved.
2938 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
2940         * par-ch13.adb (Get_Aspect_Specifications):
2941         Catch a case where the argument of SPARK aspect Refined_State
2942         is not properly parenthesized.
2944 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
2946         * exp_ch6.adb (Expand_Ctrl_Function_Call): Do not extend
2947         the lifetime of a reference to an Ada 2012 container element.
2948         (Is_Element_Reference): New routine.
2950 2014-07-17  Robert Dewar  <dewar@adacore.com>
2952         * ali.ads: Minor comment fix.
2953         * lib-writ.adb: Minor reformatting.
2955 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
2957         * sem_ch10.adb (Analyze_Proper_Body): When analyzing a subunit
2958         in ASIS mode, load another subunit only if it a subunit of the
2959         current one, not a sibling that has been reached through the
2960         analysis of an ancestor. This allows the construction of the
2961         ASIS tree for the subunit even when sibling subunits have errors.
2963 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
2965         * sem_ch3.adb (Analyze_Declarations): Remove the guard which
2966         prevents the analysis of various contracts when the associated
2967         construct is erroneous.
2968         * sem_util.adb (Save_SPARK_Mode_And_Set): Do not query the
2969         SPARK_Pragma of an illegal or a partially decorated construct.
2971 2014-07-17  Robert Dewar  <dewar@adacore.com>
2973         * s-imguns.ads: Minor reformatting.
2975 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
2977         * exp_ch7.adb (Build_Finalization_Master): Move all local
2978         variables to the proper code section. When looking for an existing
2979         finalization master, inspect the ultimate ancestor type of the
2980         full view.
2981         * sem_util.ads, sem_util.adb (Root_Type_Of_Full_View): New routine.
2983 2014-07-17  Robert Dewar  <dewar@adacore.com>
2985         * aspects.ads, aspects.adb: Add entries for aspect Annotate.
2986         * gnat_rm.texi: Document Entity argument for pragma Annotate and
2987         Annotate aspect.
2988         * sem_ch13.adb (Analyze_Aspect_Specification): Add processing
2989         for Annotate aspect.
2990         * sem_prag.adb (Analyze_Pragma, case Annotate): Allow optional
2991         Entity argument at end.
2992         * sinfo.ads (N_Aspect_Specification): Add note on Annotate aspect.
2994 2014-07-17  Tristan Gingold  <gingold@adacore.com>
2996         * s-imguns.ads: Fix minor typo.
2998 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3000         * sprint.adb: Minor reformatting.
3002 2014-07-17  Robert Dewar  <dewar@adacore.com>
3004         * sprint.adb (Write_Itype): Print proper header for string
3005         literal subtype.
3007 2014-07-17  Steve Baird  <baird@adacore.com>
3009         * sinfo.ads, sem_scil.ads: Improve comments, minor reformatting.
3011 2014-07-17  Vincent Celier  <celier@adacore.com>
3013         * gnatbind.adb: Change in message "try ... for more information".
3015 2014-07-17  Robert Dewar  <dewar@adacore.com>
3017         * sprint.adb: Code clean up.
3019 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3021         * exp_ch7.adb (Find_Last_Init): Relocate local variables to
3022         the relevant code section. Add new local constant Obj_Id. When
3023         a limited controlled object is initialized by a function call,
3024         the build-in-place object access function call acts as the last
3025         initialization statement.
3026         * exp_util.adb (Is_Object_Access_BIP_Func_Call): New routine.
3027         (Is_Secondary_Stack_BIP_Func_Call): Code reformatting.
3028         * exp_util.ads (Is_Object_Access_BIP_Func_Call): New routine.
3030 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
3032         * sem_ch8.adb (Analyze_Generic_Renaming): For generic subprograms,
3033         propagate intrinsic flag to renamed entity, to allow e.g. renaming
3034         of Unchecked_Conversion.
3035         * sem_ch3.adb (Analyze_Declarations): Do not analyze contracts
3036         if the declaration has errors.
3038 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
3040         * a-rbtgbk.adb: a-rbtgbk.adb (Generic_Insert_Post): Check whether
3041         container is busy before checking whether capacity allows for
3042         a further insertion. Insertion in a busy container that is full
3043         raises Program_Error rather than Capacity_Error. Previous to that
3044         patch which exception was raised varied among container types.
3046 2014-07-17  Robert Dewar  <dewar@adacore.com>
3048         * g-comlin.ads, g-comlin.adb: Minor clean up.
3050 2014-07-17  Bob Duff  <duff@adacore.com>
3052         * gnat_ugn.texi: Update gnatpp doc.
3054 2014-07-17  Robert Dewar  <dewar@adacore.com>
3056         * gnat_rm.texi: Document new restriction No_Long_Long_Integers.
3057         * exp_ch4.adb (Make_Array_Comparison_Op): Add note that we
3058         could do this by actually expanding a real generic.
3059         * a-tags.ads: Add comments about performance.
3060         * sprint.adb (Sprint_Node_Actual, case N_Object_Declaration):
3061         Print Etype of defining identifier, rather than the object
3062         definition. More information.
3064 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3066         * exp_dist.adb: Minor documentation clarification.
3068 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3070         * exp_util.adb (Is_Aliased): Revert previous change.
3072 2014-07-17  Vincent Celier  <celier@adacore.com>
3074         * g-comlin.adb (Try_Help): New procedure.
3075         (Getopt): Use new procedure Try_Help.
3076         * g-comlin.ads (Try_Help): New procedure.
3078 2014-07-17  Bob Duff  <duff@adacore.com>
3080         * gnat_ugn.texi: Minor update.
3082 2014-07-17  Robert Dewar  <dewar@adacore.com>
3084         * gnat_rm.texi: Improve documentation of Unrestricted_Access.
3085         * sinfo.ads: Document restriction on aggregates (must expand to
3086         assignments if one or more assignments needs expansion, e.g. for
3087         controlled types).
3088         * sem_ch13.adb: All warning messages regarding bit order should
3089         be info: messages.
3090         * gnat_ugn.texi: Minor correction of missing @ on @code
3092 2014-07-17  Robert Dewar  <dewar@adacore.com>
3094         * restrict.ads (Implementation_Restriction): Add No_Long_Long_Integer.
3095         * s-rident.ads (Partition_Boolean_Restrictions): Add
3096         No_Long_Long_Integer.
3097         * sem_ch3.adb (Modular_Type_Declaration): Size must be <=
3098         Long_Integer'Size if restriction No_Long_Long_Integer is active.
3099         (Signed_Integer_Type_Declaration): Do not allow Long_Long_Integer
3100         as the implicit base type for a signed integer type declaration
3101         if restriction No_Long_Long_Integer is active.
3102         * sem_util.ads, sem_util.adb (Set_Entity_With_Checks): Include check for
3103         No_Long_Long_Integer.
3105 2014-07-17  Robert Dewar  <dewar@adacore.com>
3107         * sem_ch3.adb, a-ztexio.ads, exp_imgv.adb, casing.adb, casing.ads,
3108         einfo.ads, checks.adb, sem_ch12.adb, a-textio.ads, freeze.adb,
3109         repinfo.adb, exp_ch6.adb, sem_ch4.adb, a-witeio.ads, sem_ch8.adb,
3110         sem_warn.adb, exp_aggr.adb, exp_dist.adb, par-tchk.adb, s-fatgen.adb,
3111         treepr.adb, lib-xref.adb: Remove the word kludge from ada sources.
3113 2014-07-17  Robert Dewar  <dewar@adacore.com>
3115         * debug.adb: Remove -gnatdQ.
3116         * exp_disp.adb: Remove -gnatdQ.
3117         * a-ztenio.ads, a-wtinio.ads, a-wtmoio.ads, a-ztcoau.ads, a-tiinio.ads,
3118         a-wtfiio.ads, a-timoio.ads, sem_ch12.adb, a-tifiio.ads, a-ztinio.ads,
3119         rtsfind.adb, rtsfind.ads, a-ztmoio.ads, a-wtdeio.ads, a-ztfiio.ads,
3120         a-tideio.ads, a-wtflio.ads, a-ztdeio.ads, sem_ch8.adb, a-tiflio.ads,
3121         sprint.adb, a-ztflio.ads, snames.ads-tmpl, a-wtenio.ads,
3122         a-tienio.ads: Rename Text_IO_Kludge to Text_IO_Special_Unit.
3124 2014-07-17  Robert Dewar  <dewar@adacore.com>
3126         * back_end.adb: Minor reformatting and comment additions.
3127         * checks.ads, checks.adb (Duplicated_Tag_Checks_Suppressed): New
3128         function.
3129         * exp_disp.adb (Make_DT): Use Duplicated_Tag_Checks_Suppressed.
3130         (Make_VM_TSD): Use Duplicated_Tag_Checks_Suppressed.
3131         * gnat_rm.texi: Document new check Duplicated_Tag_Checks_Suppressed.
3132         * gnat_ugn.texi: Additional documentation for Duplicated_Tag_Check.
3133         * snames.ads-tmpl (Duplicated_Tag_Checks_Suppressed): New check.
3134         * types.ads (Duplicated_Tag_Checks_Suppressed): New check.
3136 2014-07-17  Robert Dewar  <dewar@adacore.com>
3138         * gnat_rm.texi: Minor comment updates.
3140 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
3142         * sem_util.adb (Make_Explicit_Dereference): If the expression
3143         being dereferenced is a generalized indexing, reset the overloaded
3144         flag on the generalized indexing call, consistent with the
3145         resetting of the flag on the original indexed component.
3147 2014-07-17  Robert Dewar  <dewar@adacore.com>
3149         * gnat_ugn.texi: Document advise not to mix -gnatV? and
3150         optimization.
3152 2014-07-17  Robert Dewar  <dewar@adacore.com>
3154         * checks.adb (Insert_Valid_Check): Don't insist on a name
3155         for the prefix when we make calls to Force_Evaluation and
3156         Duplicate_Subexpr_No_Checks.
3157         * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
3158         (Remove_Side_Effects): Handle all volatile references right
3159         (Side_Effect_Free): Volatile reference is never side effect free
3160         * sinfo.ads (N_Attribute_Reference): Add comments explaining
3161         that in the tree, the prefix can be a general expression.
3163 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3165         * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
3166         Analyze_Subprogram_Contract): Add comments on SPARK_Mode save/restore.
3167         * sem_ch7.adb (Analyze_Package_Body_Contract,
3168         Analyze_Package_Contract): Add comments on SPARK_Mode save/restore.
3170 2014-07-17  Robert Dewar  <dewar@adacore.com>
3172         * exp_ch7.ads, exp_util.ads: Document Insert_Action_After,
3173         Store_After_Actions_In_Scope.
3175 2014-07-17  Robert Dewar  <dewar@adacore.com>
3177         * sem_aux.ads: Minor comment addition.
3179 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
3181         * sem_res.adb (Make_Call_Into_Operator): If the call is already
3182         a rewriting of an operator node, there are no actuals to be
3183         propagated from original node to rewritten node when in ASIS mode.
3185 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3187         * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
3188         Analyze_Subprogram_Contract): Add new local variable Mode. Save
3189         and restore the SPARK mode of the related construct in a
3190         stack-like fashion.
3191         * sem_ch7.adb (Analyze_Package_Body_Contract,
3192         Analyze_Package_Contract): Add new local variable Mode. Save and
3193         restore the SPARK mode of the related construct in a stack-like fashion.
3194         * sem_util.adb Remove with and use clause for Opt.
3195         (Restore_SPARK_Mode): New routine.
3196         (Save_SPARK_Mode_And_Set): New routine.
3197         * sem_util.ads Add with and use clause for Opt.
3198         (Restore_SPARK_Mode): New routine.
3199         (Save_SPARK_Mode_And_Set): New routine.
3201 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3203         * exp_util.adb (Is_Aliased): Transient objects
3204         within an expression with actions cannot be considered aliased.
3206 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3208         * sem.ads (Scope_Stack_Entry): Reorganize storage of action lists;
3209         introduce a new list (cleanup actions) for each (transient) scope.
3210         * sinfo.ads, sinfo.adb (Cleanup_Actions): New attribute for
3211         N_Block_Statement
3212         * exp_ch7.ads (Store_Cleanup_Actions_In_Scope): New subprogram.
3213         * exp_ch7.adb (Store_Actions_In_Scope): New subprogram, common
3214         processing for Store_xxx_Actions_In_Scope.
3215         (Build_Cleanup_Statements): Allow for a list of additional
3216         cleanup statements to be passed by the caller.
3217         (Expand_Cleanup_Actions): Take custom cleanup actions associated
3218         with an N_Block_Statement into account.
3219         (Insert_Actions_In_Scope_Around): Account for Scope_Stack_Entry
3220         reorganization (refactoring only, no behaviour change).
3221         (Make_Transient_Block): Add assertion to ensure that the current
3222         scope is indeed a block (namely, the entity for the transient
3223         block being constructed syntactically, which has already been
3224         established as a scope).  If cleanup actions are present in the
3225         transient scope, transfer them now to the transient block.
3226         * exp_ch6.adb (Expand_Protected_Subprogram_Call): Freeze the
3227         called function while it is still present as the name in a call
3228         in the tree. This may not be the case later on if the call is
3229         rewritten into a transient block.
3230         * exp_smem.adb (Add_Shared_Var_Lock_Procs): The post-actions
3231         inserted after calling a protected operation on a shared passive
3232         protected must be performed in a block finalizer, not just
3233         inserted in the tree, so that they are executed even in case of
3234         a normal (RETURN) or abnormal (exception) transfer of control
3235         outside of the current scope.
3236         * exp_smem.ads (Add_Shared_Var_Lock_Procs): Update documentation
3237         * sem_ch8.adb, expander.adb, exp_ch11.adb: Adjust for
3238         Scope_Stack_Entry reorganization.
3240 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3242         * exp_disp.adb (Make_DT, Make_VM_TSD): Do not omit Check_TSD
3243         call for types that do not have an explicit attribute definition
3244         clause for External_Tag, as their default tag may clash with an
3245         explicit tag defined for some other type.
3247 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
3249         * exp_util.adb (Is_Controlled_Function_Call): Recognize a
3250         controlled function call with multiple actual parameters that
3251         appears in Object.Operation form.
3253 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3255         * einfo.ads, einfo.adb (Has_External_Tag_Rep_Clause): Remove
3256         entity flag.
3257         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
3258         External_Tag): No need to set entity flag.
3259         * sem_aux.ads, sem_aux.adb (Has_External_Tag_Rep_Clause):
3260         Reimplement correctly in terms of Has_Rep_Item.
3262 2014-07-17  Thomas Quinot  <quinot@adacore.com>
3264         * exp_ch7.adb (Establish_Transient_Scope.Find_Node_To_Be_Wrapped):
3265         Start examining the tree at the node passed to
3266         Establish_Transient_Scope (not its parent).
3267         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
3268         The access type for the variable storing the reference to
3269         the call must be declared and frozen prior to establishing a
3270         transient scope.
3271         * exp_ch9.adb: Minor reformatting.
3273 2014-07-17  Pascal Obry  <obry@adacore.com>
3275         * s-os_lib.ads: Minor comment update.
3277 2014-07-17  Tristan Gingold  <gingold@adacore.com>
3279         * sysdep.c: Add ATTRIBUTE_UNUSED to avoid warnings.  Fix some
3280         indentation.
3281         * socket.c: Remove #warning to avoid warning.
3282         * expect.c: Indent some preprocessor directives to clarify
3283         nested if.  Do not use wait.h on PikeOS.  Add ATTRIBUTE_UNUSED
3284         to remove warnings.
3285         * env.c: Fix indentation.  Port to PikeOS.
3286         * gsocket.h: Port to PikeOS.  Remove #warning.
3287         * terminals.c: Port to PikeOS.  Fix indentation of the stubs.
3288         Add ATTRIBUTE_UNUSED to stubs arguments.  Fix return statement
3289         of stubbed __gnat_setup_parent_communication.
3290         * adaint.c: Port to PikeOS.  Reindent some preprocessor
3291         directives to clarify nested if.  Fix indentation.  Add missing
3292         ATTRIBUTE_UNUSED.
3294 2014-07-17  Robert Dewar  <dewar@adacore.com>
3296         * sem_attr.adb: Minor reformatting.
3298 2014-07-17  Robert Dewar  <dewar@adacore.com>
3300         * exp_ch7.adb, exp_ch7.ads, sinfo.ads: Minor reformatting.
3302 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
3304         * sem_case.adb (Check_Choice_Set): If the case expression is the
3305         expression in a predicate, do not recheck coverage against itself,
3306         to prevent spurious errors.
3307         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Indicate that
3308         expression comes from an aspect specification, to prevent spurious
3309         errors when expression is a case expression in a predicate.
3311 2014-07-17  Pascal Obry  <obry@adacore.com>
3313         * adaint.c, adaint.h (__gnat_set_executable): Add mode parameter.
3314         * s-os_lib.ads, s-os_lib.adb (Set_Executable): Add Mode parameter.
3316 2014-07-17  Vincent Celier  <celier@adacore.com>
3318         * gnatchop.adb, make.adb, gnatbind.adb, clean.adb, gprep.adb,
3319         gnatxref.adb, gnatls.adb, gnatfind.adb, gnatname.adb: Do not output
3320         the usage for an erroneous invocation of a gnat tool.
3322 2014-07-16  Vincent Celier  <celier@adacore.com>
3324         * gnatls.adb: Get the target parameters only if -nostdinc was
3325         not specified.
3327 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3329         * checks.adb (Insert_Valid_Check): If the expression is a packed
3330         component of a modular type of the right size the data is always
3331         valid. This os particularly useful if the component is part of
3332         a volatile variable.
3334 2014-07-16  Robert Dewar  <dewar@adacore.com>
3336         * gnat_rm.texi, sinfo.ads, freeze.adb, exp_aggr.adb: Minor reformatting
3338 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3340         * exp_ch7.ads: Minor documentation fix.
3342 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3344         * sem_ch3.adb (Find_Type_Name): Diagnose properly
3345         a private extension completion that is an interface definition
3346         with an interface list.
3348 2014-07-16  Arnaud Charlet  <charlet@adacore.com>
3350         * gnatls.adb (Gnatls): Code clean ups.
3352 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3354         * sinfo.ads, sinfo.adb (N_Compound_Statement): New node kind.
3355         * sem.adb (Analyze): Handle N_Compound_Statement.
3356         * sprint.adb (Sprint_Node_Actual): Ditto.
3357         * sem_ch5.ads, sem_ch5.adb (Analyze_Compound_Statement): New
3358         procedure to handle N_Compound_Statement.
3359         * exp_aggr.adb (Collect_Initialization_Statements):
3360         Use a proper compound statement node, instead of a bogus
3361         expression-with-actions with a NULL statement as its expression,
3362         to wrap collected initialization statements.
3363         * freeze.ads, freeze.adb
3364         (Explode_Initialization_Compound_Statement): New public procedure,
3365         lifted from Freeze_Entity.
3366         (Freeze_Entity): When freezing
3367         an object with captured initialization statements and without
3368         delayed freezing, explode compount statement.
3369         * sem_ch4.adb (Analyze_Expression_With_Actions): Remove special
3370         case that used to handle bogus EWAs with NULL statement as
3371         the expression.
3372         * exp_ch13.adb (Expand_N_Freeze_Entity): For an object with
3373         delayed freezing and captured initialization statements, explode
3374         compound statement.
3376 2014-07-16  Gary Dismukes  <dismukes@adacore.com>
3378         * g-rewdat.adb, g-rewdat.ads: Minor reformatting.
3380 2014-07-16  Doug Rupp  <rupp@adacore.com>
3382         * s-interr-hwint.adb: Casing error on parameter.
3384 2014-07-16  Pascal Obry  <obry@adacore.com>
3386         * Makefile.rtl: Add g-rewdat.o dependencies in
3387         GNATRTL_NONTASKING_OBJS.
3389 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3391         * sem_case.adb: Code clean up.
3393 2014-07-16  Vincent Celier  <celier@adacore.com>
3395         * make.adb: Do not read gnat.adc when gnatmake is invoked
3396         with -gnatA.
3398 2014-07-16  Pascal Obry  <obry@adacore.com>
3400         * gnat_rm.texi, impunit.adb, g-rewdat.adb, g-rewdat.ads: Initial
3401         implementation of GNAT.Rewrite_Data.
3403 2014-07-16  Vincent Celier  <celier@adacore.com>
3405         * gnatls.adb (Normalize): New function.
3406         (Gnatls): Get the target parameters. On targets other than VMS,
3407         normalize the path names in the source search path, the object search
3408         path and the project search path.
3410 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3412         * sem_case.adb: Avoid self-checking of case expressions in
3413         dynamic predicates.
3415 2014-07-16  Robert Dewar  <dewar@adacore.com>
3417         * gnat_rm.texi: Document effect of Suppress_Initialization on tags and
3418         discriminants.
3420 2014-07-16  Eric Botcazou  <ebotcazou@adacore.com>
3422         * switch-b.adb (Scan_Binder_Switches): Add missing guard.
3424 2014-07-16  Ben Brosgol  <brosgol@adacore.com>
3426         * gnat_ugn.texi: Fix typo.
3428 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3430         * exp_ch4.adb (Expand_N_Case_Expression): Do not expand case
3431         expression if it is the specification of a subtype predicate:
3432         it will be expanded when the return statement is analyzed, or
3433         when a static predicate is transformed into a static expression
3434         for evaluation by the front-end.
3435         * sem_ch13.adb (Get_RList): If the expression for a static
3436         predicate is a case expression, extract the alternatives of the
3437         branches with a True value to create the required statically
3438         evaluable expression.
3440 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3442         * exp_prag.adb (Expand_Pragma_Check): Use the location of the
3443         expression, not the location of the aspect, for all generated
3444         code, so that in particular the call to raise_assert_failure
3445         gets the sloc of the associated condition.
3446         * exp_ch6.adb
3447         (Expand_Subprogram_Contract.Build_Postconditions_Procedure):
3448         Set an explicit End_Label on the handled sequence of statements
3449         for the _Postconditions procedure so that the implicit return
3450         statement does not erroneously get associated with code generated
3451         for the last condition in postconditions.
3453 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3455         * ug_words: Fix name of VMS synonym for -gnatw.z (SIZE_ALIGNMENT,
3456         not SIZE_ALIGN) and -gnatw.Z (NOSIZE_ALIGNMENT, not NOSIZE_ALIGN).
3457         * vms_data.ads: Add missing spaces in VMS synonyms for -gnatw.z /
3458         -gnatw.Z.
3460 2014-07-16  Robert Dewar  <dewar@adacore.com>
3462         * sem_ch3.adb, sem_prag.adb, sem_util.adb, sem_res.adb, sem_ch13.adb:
3463         Minor code reorganization (use Is_Access_Type, not in Access_Kind).
3464         * exp_ch3.adb: Minor code reorganization, use Is_Access_Type,
3465         not in Access_Kind.
3466         * par-ch4.adb (At_Start_Of_Attribute): New function
3467         (P_Simple_Expression): Better msg for bad attribute prefix.
3468         * scans.ads: Minor reformatting.
3470 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3472         * sem_attr.adb (Resolve_Attribute, case 'Update): If choice is a
3473         static constant, check that in belongs to the corresponding index
3474         subtype, to produce the proer warning when expansion is disabled.
3476 2014-07-16  Robert Dewar  <dewar@adacore.com>
3478         * freeze.adb (Freeze_Entity): Warn on incompatible size/alignment.
3479         * gnat_ugn.texi: Document -gnatw.z and -gnatw.Z.
3480         * ug_words: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for -gnatw.z/-gnatw.Z
3481         * usage.adb: Add lines for -gnatw.z/-gnatw.Z.
3482         * vms_data.ads: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for
3483         -gnatw.z/-gnatw.Z
3484         * warnsw.adb: Set Warn_On_Size_Alignment appropriately.
3485         * warnsw.ads (Warn_On_Size_Alignment): New flag Minor
3486         reformatting.
3488 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
3490         * exp_ch7.adb (Process_Declarations): Reinstate the check on
3491         a hook object to ensure that the related transient declaration
3492         is finalizable.
3493         * exp_util.adb (Is_Aliased): Do not consider expresison with
3494         actions as a special context.
3495         (Requires_Cleanup_Actions): Reinstate the check on a hook object to
3496         ensure that the related transient declaration is finalizable.
3498 2014-07-16  Robert Dewar  <dewar@adacore.com>
3500         * checks.ads, checks.adb (Allocation_Checks_Suppressed): New function.
3501         * snames.ads-tmpl: Add Allocation_Check to list of check names.
3502         * types.ads: Add Allocation_Check to list of check names.
3504 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3506         * sem_util.adb (Enter_Name): replace bogus test for presence of
3507         Corresponding_Remote_Type with correct test on Ekind.
3508         * sem_res.adb (Valid_Conversion): ditto; also clarify validity
3509         of calls to Corresponding_ Remote_Type (documentation fix).
3511 2014-07-16  Robert Dewar  <dewar@adacore.com>
3513         * gnat_rm.texi: Document illegal case of Unrestricted_Access.
3514         * sem_attr.adb (Analyze_Access_Attribute): Set_Non_Aliased_Prefix
3515         where it applies.
3516         (Resolve_Attribute, case Access): Flag illegal Unrestricted_Access use.
3517         * sinfo.ads, sinfo.adb (Non_Aliased_Prefix): New flag.
3519 2014-07-16  Robert Dewar  <dewar@adacore.com>
3521         * gnat_ugn.texi: Document binder switch -Ra.
3522         * gnatbind.adb (List_Closure_Display): Implement -Ra switch
3523         (List_Closure_All).
3524         * opt.ads (List_Closure_All): New switch.
3525         * switch-b.adb (Scan_Binder_Switches): Recognize -Ra to set
3526         List_Closure_All.
3528 2014-07-16  Ben Brosgol  <brosgol@adacore.com>
3530         * gnat_rm.texi: Minor edits, to make case consistent in names
3531         of types and fields.
3533 2014-07-16  Robert Dewar  <dewar@adacore.com>
3535         * gnat_rm.texi: Document erroneous mixing of thin pointers and
3536         unrestricted access
3537         * gnat_ugn.texi: Add note on size of access types about thin
3538         pointers and the use of attribute Unrestricted_Access.
3540 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3542         * a-cbdlli.ads, a-cbdlli.adb, a-cbhama.ads, a-cbhama.adb,
3543         * a-cbhase.ads, a-cbhase.adb, a-cborma.ads, a-cborma.adb,
3544         * a-cborse.ads, a-cborse.adb, a-cobove.ads a-cobove.adb: Add Control
3545         machinery to detect tampering on bounded vectors.
3547 2014-07-16  Robert Dewar  <dewar@adacore.com>
3549         * gnat_rm.texi: Document that leading/trailing asterisks are
3550         now implied for the pattern match string for pragma Warnings
3551         and Warning_As_Error.
3552         * sem_prag.adb (Acquire_Warning_Match_String): New procedure.
3553         (Analyze_Pragma, case Warning_As_Error): Call
3554         Acquire_Warning_Match_String.
3555         (Analyze_Pragma, case Warnings): Call Acquire_Warning_Match_String.
3557 2014-07-16  Bob Duff  <duff@adacore.com>
3559         * gnat_ugn.texi: Document need for project file
3560         for --incremental switch for gnat2xml.
3562 2014-07-16  Robert Dewar  <dewar@adacore.com>
3564         * gnat_rm.texi: Fix example of non-packable components in packed
3565         records section.
3567 2014-07-16  Robert Dewar  <dewar@adacore.com>
3569         * s-tpoben.adb, s-tasren.adb, s-interr.adb, s-interr-hwint.adb,
3570         s-shasto.adb, s-interr-vms.adb, s-interr-sigaction.adb: Avoid use of
3571         upper case in exception messages.
3573 2014-07-16  Robert Dewar  <dewar@adacore.com>
3575         * snames.ads-tmpl, sem_attr.adb, exp_attr.adb: Same_Storage attribute
3576         is renamed Has_Same_Storage.
3577         * gnat_rm.texi: Document missing SPARK pragmas and attributes.
3578         * sem_prag.adb: Minor comment fix (use LOCAL_NAME in syntax
3579         descriptions).
3581 2014-07-16  Robert Dewar  <dewar@adacore.com>
3583         * exp_util.adb, sem_attr.adb, exp_ch4.adb, a-cohase.ads,
3584         a-coinho-shared.adb, a-coinho-shared.ads: Minor reformatting.
3586 2014-07-16  Robert Dewar  <dewar@adacore.com>
3588         * gnat_ugn.texi: Add note that integrated
3589         preprocessing cannot be applied to configuration pragma files.
3591 2014-07-16  Yannick Moy  <moy@adacore.com>
3593         * sem_attr.adb (Analyze_Attribute/cases Pred
3594         and Succ): Always enable range check on fixed-point types if
3595         not suppressed for the type.
3597 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
3599         * sem_util.adb (State_Has_Enabled_Property):
3600         Account for an external property denoted by an others choice.
3602 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
3604         * exp_ch4.ads, exp_ch4.adb (Find_Hook_Context): Relocated to Exp_Util.
3605         * exp_ch7.adb (Process_Declarations): There is no need to check
3606         that a transient object being hooked is controlled as it would
3607         not have been hooked in the first place.
3608         * exp_ch9.adb Remove with and use clause for Exp_Ch4.
3609         * exp_util.adb (Find_Hook_Context): Relocated from Exp_Ch4.
3610         (Is_Aliased): A renaming of a transient controlled object is
3611         not considered aliasing when it occurs within an expression
3612         with actions.
3613         (Requires_Cleanup_Actions): There is no need to
3614         check that a transient object being hooked is controlled as it
3615         would not have been hooked in the first place.
3616         * exp_util.ads (Find_Hook_Context): Relocated from Exp_Ch4.
3618 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
3620         * sem_ch13.adb (Insert_After_SPARK_Mode): Moved to
3621         the outer level of routine Analyze_Aspect_Specifications. Ensure
3622         that the corresponding pragmas of aspects Initial_Condition and
3623         Initializes are inserted after pragma SPARK_Mode.
3625 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3627         * sem_attr.adb (Analyze_Attribute, case 'Update): Handle
3628         properly a choice list with more than one choice, where each
3629         is an aggregate denoting a sequence of array indices for a
3630         multidimentional array. For SPARK use.
3632 2014-07-16  Vadim Godunko  <godunko@adacore.com>
3634         * a-coinho-shared.adb (Adjust): Create
3635         copy of internal shared object and element when source container
3636         is locked.
3637         (Copy): Likewise.
3638         (Query_Element): Likewise.
3639         (Update_Element): Likewise.
3640         (Constant_Reference): Likewise. Raise Constraint_Error on attempt
3641         to get reference for empty holder.
3642         (Reference): Likewise.
3644 2014-07-16  Thomas Quinot  <quinot@adacore.com>
3646         * exp_ch4.adb (Find_Hook_Context): New subprogram, extracted
3647         from Process_Transient_Oject.
3648         * exp_ch4.ads: Ditto.
3649         * exp_ch9.adb (Build_Class_Wide_Master): Insert the _master
3650         declaration as an action on the topmost enclosing expression,
3651         not on a possibly conditional subexpreession.
3653 2014-07-16  Vadim Godunko  <godunko@adacore.com>
3655         * a-coinho.adb, a-coinho-shared.adb, a-coinho.ads, a-coinho-shared.ads:
3656         Fix parameter mode of Update_Element.
3658 2014-07-16  Robert Dewar  <dewar@adacore.com>
3660         * a-coinho.adb, a-coinho-shared.adb, a-coinho-shared.ads: Minor
3661         reformatting.
3663 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3665         * a-cohase.ads: Type Iterator must be controlled, so that the
3666         tampering bit is properly set through an iteration.
3667         * a-cohase.adb: Add Finalize operation for type Iterator.
3669 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3671         * a-coinho-shared.adb, a-coinho-shared.ads: Proper structures for
3672         tampering checks.
3674 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
3676         * a-coinho-shared.adb: Fix spurious accessibility check.
3678 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
3680         * gcc-interface/utils.c (process_attributes): Use set_decl_tls_model.
3682 2014-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3684         PR ada/61505
3685         * gnat_rm.texi: Fix errors with makeinfo 5.1.
3687 2014-06-14  Arnaud Charlet  <charlet@adacore.com>
3689         PR ada/61505
3690         * gnat_rm.texi: Attempt to fix error with makeinfo 5.1.
3692 2014-06-13  Yannick Moy  <moy@adacore.com>
3694         * exp_attr.adb: Fix typo in comment.
3695         * gnat1drv.adb (Adjust_Global_Switches): Force float overflow
3696         checking in GNATprove_Mode.
3698 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3700         * a-coinho-shared.adb, a-coinho-shared.ads: Update shared version.
3702 2014-06-13  Robert Dewar  <dewar@adacore.com>
3704         * sem_ch3.adb, sem_ch9.adb, a-coinho.adb, a-coinho.ads: Minor
3705         reformatting.
3707 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
3709         * sem_prag.adb (Analyze_Pragma): Add local
3710         variable Missing_Parentheses. Emit an error when a state
3711         declaration with options appears without parentheses. Add a
3712         guard to prevent a bogus error when a state declaration may be
3713         interpreted as an option if a previous declaration with options
3714         was not parenthesized.
3716 2014-06-13  Robert Dewar  <dewar@adacore.com>
3718         * checks.adb: Validate_Alignment_Check_Warnings: New procedure
3719         (Apply_Address_Clause_Check): Make Aligment_Warnings table entry.
3720         * checks.ads (Alignment_Warnings_Record): New type.
3721         (Alignment_Warnings): New table
3722         (Validate_Alignment_Check_Warnings): New procedure.
3723         * errout.adb (Delete_Warning_And_Continuations): New procedure
3724         (Error_Msg_Internal): Set Warning_Msg (Delete_Warning): Handle
3725         Warnings_Treated_As_Errors (Finalize): Minor reformatting
3726         * errout.ads (Warning_Msg): New variable
3727         (Delete_Warning_And_Continuations): New procedure
3728         * erroutc.adb (Delete_Msg): Handle Warnings_Treated_As_Errors count.
3729         * gnat1drv.adb (Post_Compilation_Validation_Checks): New procedure.
3731 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3733         * a-coinho.adb, a-coinho.ads: Add Reference machinery.
3735 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
3737         * errout.adb (SPARK_Msg_N): New routine.
3738         (SPARK_Msg_NE): New routine.
3739         * errout.ads Add a section on SPARK-related error routines.
3740         (SPARK_Msg_N): New routine.
3741         (SPARK_Msg_NE): New routine.
3742         * sem_ch13.adb (Analyze_Aspect_Specifications): Ensure that
3743         pragma Abstract_State is always inserted after SPARK_Mode.
3744         (Insert_After_SPARK_Mode): New routine.
3745         * sem_prag.adb (Analyze_Abstract_State,
3746         Analyze_Constituent, Analyze_External_Property,
3747         Analyze_External_Property_In_Decl_Part, Analyze_Global_Item,
3748         Analyze_Global_List, Analyze_Initialization_Item,
3749         Analyze_Initialization_Item_With_Inputs, Analyze_Input_Item,
3750         Analyze_Input_List, Analyze_Input_Output, Analyze_Part_Of,
3751         Analyze_Pragma, Analyze_Refined_Depends_In_Decl_Part,
3752         Analyze_Refined_Global_In_Decl_Part,
3753         Analyze_Refined_State_In_Decl_Part, Analyze_Refinement_Clause,
3754         Check_Aspect_Specification_Order, Check_Constituent_Usage,
3755         Check_Declaration_Order, Check_Dependency_Clause,
3756         Check_Duplicate_Mode, Check_Duplicate_Option,
3757         Check_Duplicate_Property, Check_External_Properties,
3758         Check_External_Property, Check_Function_Return,
3759         Check_Matching_Constituent, Check_Matching_State,
3760         Check_Mode_Restriction_In_Enclosing_Context,
3761         Check_Mode_Restriction_In_Function, Check_Refined_Global_Item,
3762         Check_State_And_Constituent_Use, Create_Or_Modify_Clause,
3763         Has_Extra_Parentheses, Inconsistent_Mode_Error,
3764         Match_Error, Propagate_Part_Of, Report_Extra_Clauses,
3765         Report_Extra_Constituents_In_List, Report_Extra_Inputs,
3766         Report_Unrefined_States, Report_Unused_Constituents,
3767         Report_Unused_States, Role_Error, Usage_Error):
3768         Convert Error_Msg_XXX calls to SPARK_Msg_XXX calls
3769         to report semantic errors only when SPARK_Mode is on.
3770         (Analyze_Depends_In_Decl_Part): Do not check the syntax of
3771         pragma Depends explicitly, this is now done by the analysis.
3772         (Analyze_Global_In_Decl_List): Do not check the syntax of
3773         pragma Global explicitly, this is now done by the analysis.
3774         (Analyze_Initializes_In_Decl_Part): Do not check the syntax of
3775         pragma Initializes explicitly, this is now done by the analysis.
3776         (Analyze_Part_Of): Do not check the syntax of the encapsulating
3777         state, this is now done by the analysis.
3778         (Analyze_Pragma): Do
3779         not check the syntax of a state declaration, this is now done
3780         by the analysis.
3781         (Analyze_Refined_Depends_In_Decl_Part): Do not
3782         check the syntax of pragma Refined_Depends explicitly, this is now
3783         done by the analysis.
3784         (Analyze_Refined_Global_In_Decl_Part): Do
3785         not check the syntax of pragma Refined_Global explicitly, this is
3786         now done by the analysis.
3787         (Analyze_Refined_State_In_Decl_Part):
3788         Do not check the syntax of pragma Refined_State explicitly, this
3789         is now done by the analysis.
3790         (Check_Dependence_List_Syntax): Removed.
3791         (Check_Global_List_Syntax): Removed.
3792         (Check_Initialization_List_Syntax): Removed.
3793         (Check_Item_Syntax): Removed.
3794         (Check_Missing_Part_Of): Do not consider items from an instance.
3795         (Check_Refinement_List_Syntax): Removed.
3796         (Check_State_Declaration_Syntax): Removed.
3797         (Collect_Global_List): Do not raise Program_Error when the input is
3798         malformed.
3799         (Process_Global_List): Do not raise Program_Error when the input
3800         is malformed.
3801         * sem_ch13.adb: Minor reformatting.
3803 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3805         * sem_ch3.adb (Find_Type_Name): Diagnose a private type completion
3806         that is an interface definition with an interface list.
3807         (Process_Full_View): Move error message on missmatched interfaces
3808         between views to the declaration of full view, for clarity.
3809         * sem_ch9.adb (Check_Interfaces): Move error message to full view,
3810         for clarity.
3812 2014-06-13  Robert Dewar  <dewar@adacore.com>
3814         * exp_attr.adb (Expand_N_Attribute_Reference, case Pred/Succ): Change
3815         reason to Overflow.
3817 2014-06-13  Robert Dewar  <dewar@adacore.com>
3819         * makeutl.adb: Minor reformatting.
3821 2014-06-13  Gail Schenker  <schenker@adacore.com>
3823         * debug.adb, sem_eval.adb (Why_Not_Static): Remove temporary code and
3824         associated flag (d.z), no longer needed.
3826 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3828         * sem_ch13.adb (Analyze_Aspect_Specifications): For Import and
3829         Export aspects, do not check whether a corresponding Convention
3830         aspect has been specified. Convention is optional in Ada2012,
3831         and defaults to Convention_Ada.
3833 2014-06-13  Eric Botcazou  <ebotcazou@adacore.com>
3835         * checks.adb (Apply_Address_Clause_Check): Only issue the new
3836         warning if the propagation warning is issued.
3838 2014-06-13  Thomas Quinot  <quinot@adacore.com>
3840         * exp_ch4.adb: Minor reformatting.
3842 2014-06-13  Robert Dewar  <dewar@adacore.com>
3844         * exp_attr.adb (Expand_N_Attribute_Reference, case Pred):
3845         Handle float range check case (Expand_N_Attribute_Reference,
3846         case Succ): Handle float range check case.
3847         * sem_attr.adb (Analyze_Attribute, case Pred/Succ): Handle float
3848         range check case.
3850 2014-06-13  Vincent Celier  <celier@adacore.com>
3852         * makeutl.ads (Compute_Builder_Switches): Change name of
3853         parameter Root_Environment to Env.
3854         * prj-conf.adb (Check_Switches): Call Locate_Runtime with the
3855         Env parameter of procedure Get_Or_Create_Configuration_File.
3856         (Locate_Runtime): Call Find_Rts_In_Path with the Project_Path
3857         of new parameter Env.
3858         * prj-conf.ads (Locate_Runtime): New parameter Env of type
3859         Prj.Tree.Environment.
3861 2014-06-13  Robert Dewar  <dewar@adacore.com>
3863         * gnat_rm.texi: Minor comment clarification for Check_Float_Overflow.
3865 2014-06-13  Robert Dewar  <dewar@adacore.com>
3867         * exp_attr.adb, exp_ch9.adb, lib-writ.adb, g-comlin.adb: Minor
3868         reformatting.
3869         * sem_attr.adb: Minor code reformatting and simplification.
3870         * checks.adb: Fix minor typo.
3872 2014-06-13  Emmanuel Briot  <briot@adacore.com>
3874         * g-comlin.adb (Get_Argument): fix expansion
3875         of command line arguments (e.g. "*.adb") when using a custom
3876         parser. The parser was not passed to the recursive call, and
3877         thus we were trying to do the expansion on the default command
3878         line parser.
3880 2014-06-13  Thomas Quinot  <quinot@adacore.com>
3882         * exp_ch9.adb: Minor reformatting.
3884 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3886         * exp_attr.adb (Expand_N_Attribute_Reference, case 'Old):
3887         To determine whether the attribute should be expanded, examine
3888         whether the enclosing postcondition pragma is to be checked,
3889         rather than using the internal flag Assertions_Enabled.
3891 2014-06-13  Ben Brosgol  <brosgol@adacore.com>
3893         * gnat_rm.texi: Minor fixes.
3894         * gnat_ugn.texi: Added a missing "@itemize".
3896 2014-06-13  Robert Dewar  <dewar@adacore.com>
3898         * debug.adb: Remove -gnatd.1 flag documentation.
3899         * layout.adb (Layout_Type): Remove special handling of size
3900         for anonymous access type.
3901         * sem_ch3.adb (Replace_Type): Remove special handling of size
3902         for anonymous access type.
3904 2014-06-13  Robert Dewar  <dewar@adacore.com>
3906         * debug.adb: Document debug flag -gnatd.1.
3907         * layout.adb (Layout_Type): Size change for anonymous access
3908         types under -gnatd.1.
3909         * sem_ch3.adb (Replace_Type): Size change for anonymous access
3910         types under -gnatd.1.
3912 2014-06-13  Robert Dewar  <dewar@adacore.com>
3914         * layout.adb (Layout_Type): Anonymous access types designating
3915         unconstrained arrays are always thin pointers.
3916         * sem_ch3.adb (Replace_Type): Anonymous access types designating
3917         unconstrained arrays are always thin pointers.
3919 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
3921         * sem_attr.adb (Analyze_Attribute): Use Check_Parameterless_Call
3922         to resolve the prefix of an attribute that is an entity name
3923         and may be a parameterless call.  Minor code reorganization.
3925 2014-06-13  Robert Dewar  <dewar@adacore.com>
3927         * lib.ads, lib.adb, lib-writ.adb, lib-load.adb (Is_Compiler_Unit):
3928         Removed.
3929         * opt.ads (Compiler_Unit): New flag.
3930         * par-ch5.adb (Test_Statement_Required): Call Check_Compiler_Unit
3931         for null statement sequence (not allowed in compiler unit).
3932         * par-prag.adb (Prag): Handle Compiler_Unit[_Warning] during
3933         parsing.
3934         * restrict.ads, restrict.adb (Check_Compiler_Unit): New version and new
3935         calling sequence.
3936         * sem_ch11.adb, sem_ch3.adb, sem_ch4.adb: New calling sequence for
3937         Check_Compiler_Unit.
3938         * sem_ch6.adb (Analyze_Extended_Return_Statement): Call
3939         Check_Compiler_Unit (this construct is not allowed in compiler
3940         units).
3941         * sem_prag.adb (Analyze_Pragma, case Compiler_Unit[_Warning]):
3942         Set Opt.Compiler_Unit.
3944 2014-06-13  Geert Bosch  <bosch@adacore.com>
3946         * gnat_rm.texi, s-tasinf-solaris.ads, sem_prag.adb, gnat_ugn.texi,
3947         s-tasinf-mingw.ads, s-tasinf.ads, s-tasinf-linux.ads,
3948         s-tasinf-vxworks.ads: Make Task_Info pragma and package obsolescent.
3950 2014-06-13  Robert Dewar  <dewar@adacore.com>
3952         * s-tasini.adb, s-tarest.adb, s-taprob.adb: Minor reformatting.
3954 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
3956         * freeze.adb (Freeze_Entity): Remove the check concerning volatile
3957         types in SPARK as it is poorly placed and poorly formulated. The
3958         check was flagging ALL volatile entities as illegal in SPARK.
3959         * sem_prag.adb (Process_Atomic_Shared_Volatile): Flag volatile
3960         types as illegal in SPARK.
3962 2014-06-13  Robert Dewar  <dewar@adacore.com>
3964         * sem_cat.adb: Minor reformatting.
3966 2014-06-13  Yannick Moy  <moy@adacore.com>
3968         * sem_prag.adb (Analyze_Pragma/Post_Class): Fix typo.
3970 2014-06-13  Arnaud Charlet  <charlet@adacore.com>
3972         * gnat_rm.texi: Add detail on SPARK_05 restriction.
3974 2014-06-13  Bob Duff  <duff@adacore.com>
3976         * s-solita.adb (Get_Sec_Stack_Addr, Init_Tasking_Soft_Links):
3977         Add assertions requiring the secondary stack to be initialized.
3978         * s-solita.ads (Init_Tasking_Soft_Links): Comment.
3979         * s-taprob.adb, s-tarest.adb, s-tasini.adb (elab code): Make sure the
3980         secondary stack is initialized before calling Init_Tasking_Soft_Links,
3981         by adding pragmas Elaborate_Body.
3983 2014-06-13  Thomas Quinot  <quinot@adacore.com>
3985         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Remove temporary
3986         kludge disabling new legality check.
3988 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
3990         * freeze.adb (Freeze_Record_Type): Remove checks related to SPARK
3991         volatile types.
3992         (Freeze_Type): Volatile types are now illegal in SPARK.
3994 2014-06-13  Robert Dewar  <dewar@adacore.com>
3996         * aspects.ads, aspects.adb: Add aspect Thread_Local_Storage.
3997         * gnat_rm.texi: Document aspect Thread_Local_Storage.
3999 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
4001         * sem_cat.adb (Validate_Static_Object_Name): A constant whose
4002         value is a temporary that renames an aggregate is legal in a
4003         preelaborated unit. Illegalities, if any will be detected in
4004         the aggregate components.
4006 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
4008         * einfo.ads: Minor reformatting an comment expansion.
4010 2014-06-13  Robert Dewar  <dewar@adacore.com>
4012         * back_end.ads, back_end.adb: Make_Id, Make_SC, Set_RND are moved to
4013         Tbuild.
4014         * tbuild.ads, tbuild.adb: Make_Id, Make_SC, Set_RND are moved here from
4015         Back_End.
4016         * gnat1drv.adb: Make_Id, Make_SC, Set_RND are moved to Tbuild
4017         * sem_warn.adb: Minor reformatting.
4019 2014-06-13  Doug Rupp  <rupp@adacore.com>
4021         * adaint.c (__gnat_open_new_temp) [VMS]: Open binary
4022         files with rfm=udf.
4024 2014-06-13  Yannick Moy  <moy@adacore.com>
4026         * sem_warn.adb (Check_Unset_References): Take
4027         case of Refined_Post into account in Within_Postcondition check.
4029 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
4031         * freeze.adb (Freeze_Record_Type): Volatile types are not allowed in
4032         SPARK.
4034 2014-06-13  Yannick Moy  <moy@adacore.com>
4036         * sem_ch13.adb (Analyze_Aspect_Specifications/Aspect_Import,
4037         Aspect_Export): Consider that variables may be set outside the program.
4039 2014-06-13  Robert Dewar  <dewar@adacore.com>
4041         * back_end.adb (Make_Id): New function.
4042         (Make_SC): New function.
4043         (Set_RND): New procedure.
4044         * back_end.ads (Make_Id): New function.
4045         (Make_SC): New function.
4046         (Set_RND): New procedure.
4047         * einfo.ads: Minor comment updates.
4048         * frontend.adb: Move Atree.Initialize call to Gnat1drv.
4049         * gnat1drv.adb (Gnat1drv): New calling sequence for
4050         Get_Target_Parameters.
4051         (Gnat1drv): Move Atree.Initialize here from Frontend.
4052         * targparm.adb (Get_Target_Parameters): New calling
4053         sequence (Get_Target_Parameters): Handle pragma Restriction
4054         (No_Dependence,..)
4055         * targparm.ads (Get_Target_Parameters): New calling sequence.
4057 2014-06-13  Gary Dismukes  <dismukes@adacore.com>
4059         * sem_prag.adb (Process_Import_Or_Interface): Exit the homonym
4060         loop if the pragma does not come from source, so that an implicit
4061         pragma Import only applies to the first declaration, avoiding
4062         possible conflicts with earlier explicit and implicit declarations
4063         due to multiple Provide_Shift_Operators pragmas.
4064         (Set_Imported): Remove previous fix that bypassed pragma duplication
4065         error.
4066         * gnat_rm.texi: Change 'equivalent' to 'similar' in description
4067         of Provide_Shift_Operators.
4069 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
4071         * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Pass
4072         string pointer directly to set_decl_section_name.
4074 2014-06-11  Robert Dewar  <dewar@adacore.com>
4076         * sem_ch13.adb: Minor reformatting.
4078 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4080         * sem_prag.adb (Check_Clause_Syntax): Add new
4081         local variable Outputs. Account for the case where multiple
4082         output items appear as an aggregate.
4084 2014-06-11  Robert Dewar  <dewar@adacore.com>
4086         * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
4087         with ?j? not ??.
4089 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4091         * einfo.ads: Minor reformatting.
4093 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4095         * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
4096         new variable First_Node. Update the position after all insertions have
4097         taken place to First_Node.
4099 2014-06-11  Robert Dewar  <dewar@adacore.com>
4101         * debug.adb: Remove debug flag -gnatd.1, no longer needed.
4102         * layout.adb (Layout_Type): Remove test of -gnatd.1.
4104 2014-06-11  Robert Dewar  <dewar@adacore.com>
4106         * sem_ch13.adb: Minor reformatting.
4108 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4110         * sem_prag.adb (Check_Clause_Syntax): Add new
4111         local variable Outputs. Account for the case where multiple
4112         output items appear as an aggregate.
4114 2014-06-11  Robert Dewar  <dewar@adacore.com>
4116         * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
4117         with ?j? not ??.
4119 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4121         * einfo.ads: Minor reformatting.
4123 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4125         * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
4126         new variable First_Node. Update the position after all insertions have
4127         taken place to First_Node.
4129 2014-06-11  Robert Dewar  <dewar@adacore.com>
4131         * debug.adb: Remove debug flag -gnatd.1, no longer needed.
4132         * layout.adb (Layout_Type): Remove test of -gnatd.1.
4134 2014-06-11  Thomas Quinot  <quinot@adacore.com>
4136         * freeze.ads: Minor reformatting.
4137         * checks.adb (Determine_Range): Do not attempt to determine
4138         the range of a deferred constant whose full view has not been
4139         seen yet.
4140         * sem_res.adb (Resolve): Remove undesirable guard against
4141         resolving expressions from expression functions.
4143 2014-06-11  Robert Dewar  <dewar@adacore.com>
4145         * debug.adb (Debug_Flag_Dot_1): Set to enable fix for anonymous
4146         access types.
4147         * layout.adb (Layout_Type): Make anonymous access types for
4148         subprogram formal types and return types always thin. For now
4149         only enabled if -gnatd.1 set.
4151 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4153         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
4154         rule for stream attributes of interface types (RM 13.13.2 (38/3)):
4155         subprogram must be a null procedure.
4157 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4159         * sem_prag.adb (Analyze_Input_Item): Allow formal
4160         parameters to appear as input_items in an initialization_list
4161         of pragma Initializes. Encapsulation now applies to states and
4162         variables only (as it should). Add RM references to key errors.
4163         * sem_prag.adb (Set_Imported): Suppress errors
4164         about preceding Imports when the pragma does not come from source,
4165         which can happen through use of pragma Provide_Shift_Operators.
4167 2014-06-11  Thomas Quinot  <quinot@adacore.com>
4169         * sem_ch3.adb: Minor reformatting.
4170         * einfo.ads (Full_View): Minor comment update.
4172 2014-06-11  Robert Dewar  <dewar@adacore.com>
4174         * einfo.adb (Is_Independent): New flag.
4175         * einfo.ads (Is_Independent): New flag.
4176         (Has_Independent_Components): Clean up and fix comments.
4177         * sem_prag.adb (Fix_Error): Deal with changing argument
4178         [of] to entity [for].
4179         (Analyze_Pragma, case Independent): Set Is_Independent flag
4180         (Analyze_Pragma, case Independent_Components): Set Is_Independent flag
4181         in all components of specified record.
4183 2014-06-11  Thomas Quinot  <quinot@adacore.com>
4185         * sem_ch12.adb (Analyze_Formal_Decimal_Fixed_Point_Type):
4186         Set proper Etype on bounds of dummy type created for analysis
4187         of the generic.
4189 2014-06-11  Robert Dewar  <dewar@adacore.com>
4191         * debug.adb: Minor comment fix (add missing section of dot
4192         numeric flags).
4194 2014-06-11  Robert Dewar  <dewar@adacore.com>
4196         * gnat_rm.texi, switch-c.adb, sem_prag.adb, a-tgdico.ads, par-prag.adb,
4197         opt.ads, a-finali.ads, snames.ads-tmpl: Remove all traces of
4198         pragma/aspects Pure_05 Pure_12 Preelaborate_05.
4199         * errout.adb (Output_Messages): Avoid duplicate output for
4200         library level instance.
4201         * sem_elab.adb (Is_Call_Of_Generic_Formal): Moved to outer level
4202         (Check_Elab_Call): Add call to Is_Call_Of_Generic_Formal
4203         * exp_ch4.adb (Expand_N_Op_Expon): New interface for Exp_Modular.
4204         * s-expmod.ads, s-expmod.adb (Exp_Modular): Change interface to
4205         accomodate largest modulus value.
4206         * gnat_ugn.texi: Minor updates.
4208 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4210         * sem_ch12.adb (Instantiate_Package_Body): Do not attempt to
4211         load body of generic package or its parent, if body is optional
4212         and the unit does not require a body.
4214 2014-06-11  Robert Dewar  <dewar@adacore.com>
4216         * gnat_rm.texi: Document System.Unsigned_Types.
4217         * impunit.adb: System.Unsigned_Types (s-unstyp.ads) is user accessible.
4218         * s-unstyp.ads: Update comments (this is now user available unit).
4220 2014-06-11  Robert Dewar  <dewar@adacore.com>
4222         * make.adb, sem_res.adb: Minor reformatting.
4224 2014-06-11  Thomas Quinot  <quinot@adacore.com>
4226         * a-astaco.ads, a-tags.ads, s-excdeb.ads, a-tgdico.ads, a-stmaco.ads,
4227         a-except-2005.ads, s-except.ads, a-taside.ads, a-dynpri.ads,
4228         a-chahan.ads, a-sytaco.ads, s-stalib.ads, a-strmap.ads: Change pragmas
4229         Preelaborate_05 to just Preelaborate in runtime units, and similarly
4230         change Pure_05 to just Pure.
4232 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4234         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not attempt
4235         analysis if error has been posted on subprogram body.
4237 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4239         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
4240         rule given in RM 13.1 (8/1) for operational attributes to stream
4241         attributes: the attribute must apply to a first subtype. Fixes
4242         missing errors in ACATS test bdd2004.
4244 2014-06-11  Robert Dewar  <dewar@adacore.com>
4246         * exp_ch3.adb (Build_Record_Init_Proc): Don't build for variant
4247         record type if restriction No_Implicit_Conditionals is active.
4248         (Expand_N_Object_Declaration): Don't allow default initialization
4249         for variant record type if restriction No_Implicit_Condition is active.
4250         (Build_Variant_Record_Equality): Don't build for variant
4251         record type if restriction No_Implicit_Conditionals is active.
4252         * exp_ch4.adb (Expand_N_Op_Eq): Error if variant records with
4253         No_Implicit_Conditionals.
4254         * sem_aux.ads, sem_aux.adb (Has_Variant_Part): New function.
4256 2014-06-11  Ramon Fernandez  <fernandez@adacore.com>
4258         * i-cstrin.ads: Update comments.
4260 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4262         * sem_res.adb (Resolve_Selected_Component): Handle properly a
4263         selected component whose prefix is overloaded, when none of the
4264         interpretations matches the expected type.
4266 2014-06-11  Bob Duff  <duff@adacore.com>
4268         * make.adb (Wait_For_Available_Slot): Give a more
4269         informative error message; if the ALI file is not found, print
4270         the full path of what it's looking for.
4272 2014-06-11  Sergey Rybin  <rybin@adacore.com frybin>
4274         * gnat_ugn.texi, vms_data.ads: add description of gnatstub -W<par>
4275         option to specify the result file encoding.
4277 2014-06-11  Robert Dewar  <dewar@adacore.com>
4279         * errout.ads, sem_ch12.adb: Minor reformatting.
4280         * debug.adb, erroutc.adb: Remove -gnatd.q debug switch.
4281         * lib-xref.adb: Minor reformatting.
4282         * restrict.adb: Minor code reorganization (put routines in
4283         alpha order).
4285 2014-06-11  Yannick Moy  <moy@adacore.com>
4287         * einfo.ads: Minor typo in comment
4289 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4291         * sinfo.ads, sinfo.adb: New attribute Uninitialized_Variable, for
4292         formal private types and private type extensions, to indicate
4293         variable in a generic unit whose uninitialized use suggest that
4294         actual type should be fully initialized.
4295         Needs_Initialized_Actual:  removed, functionaity replaced by
4296         the above.
4297         * lib-xref.adb (Generate_Reference): Generate a reference for
4298         variables of a formal type when the unit is not the main unit,
4299         to enable appropriate warnings in an instance.
4300         * sem_ch12.adb (Check_Ininialized_Type): Improve warning on use
4301         of variable in a generic unit that suggests that actual type
4302         should be full initialized.
4303         * sem_warn.adb; (May_Need_Initialized_Actual): Make into procedure
4304         and do not emot warning, which now only appears in an instance.
4306 2014-06-11  Eric Botcazou  <ebotcazou@adacore.com>
4308         * gnat_ugn.texi: Fix minor typo.
4310 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
4312         * sem_ch3.adb Add with and use clause for Sem_Ch10.
4313         (Analyze_Declarations): Code reformatting. Analyze the contract
4314         of a subprogram body stub at the end of the declarative region.
4315         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Spec_Id is
4316         now a variable. Do not process the body if its contract is not
4317         available. Account for subprogram body stubs when extracting
4318         the corresponding spec.
4319         * sem_ch6.ads (Analyze_Subprogram_Contract): Update the comment
4320         on usage.
4321         * sem_ch10.ads, sem_ch10.adb (Analyze_Subprogram_Body_Stub_Contract):
4322         New routine.
4323         * sem_prag.adb (Analyze_Depends_In_Decl_Part):
4324         Account for subprogram body stubs when extracting the
4325         corresponding spec.
4326         (Analyze_Global_In_Decl_List):
4327         Account for subprogram body stubs when extracting the
4328         corresponding spec.
4329         (Analyze_Refined_Depends_In_Decl_Part):
4330         Use Find_Related_Subprogram_Or_Body to retrieve the declaration
4331         of the related body. Spec_Is now a variable. Account for
4332         subprogram body stubs when extracting the corresponding spec.
4333         (Analyze_Refined_Global_In_Decl_Part): Use
4334         Find_Related_Subprogram_Or_Body to retrieve the declaration
4335         of the related body. Spec_Is now a variable. Account for
4336         subprogram body stubs when extracting the corresponding spec.
4337         (Collect_Subprogram_Inputs_Output): Account for subprogram body
4338         stubs when extracting the corresponding spec.
4340 2014-06-11  Vincent Celier  <celier@adacore.com>
4342         * gnatcmd.adb (Process_Link): Do not invoke gnatlink with
4343         -lgnarl or -lgnat.
4345 2014-06-11  Robert Dewar  <dewar@adacore.com>
4347         * debug.adb: Add debug flag -gnatd.q.
4348         * erroutc.adb (Prescan_Message): Bomb if untagged warning with
4349         -gnatd.q set.
4350         * styleg.adb (Check_Xtra_Parens): Message should be a style
4351         message.
4352         * sem_aggr.adb, sem_ch3.adb, exp_ch9.adb, checks.adb, sem_prag.adb,
4353         par-endh.adb, eval_fat.adb, freeze.adb, sem_util.adb, sem_attr.adb,
4354         sem_elab.adb, sem_ch6.adb, sem_warn.adb, sem_cat.adb,
4355         sem_ch13.adb, lib-xref.adb: Add remaining warning tags.
4357 2014-06-11  Ben Brosgol  <brosgol@adacore.com>
4359         * gnat_rm.texi: Revised chapter on Implementation Defined
4360         Characteristics.
4362 2014-06-11  Geert Bosch  <bosch@adacore.com>
4364         * s-exctab.adb: avoid race conditions in exception registration.
4366 2014-06-11  Robert Dewar  <dewar@adacore.com>
4368         * errout.adb (Warn_Insertion): New function.
4369         (Error_Msg): Use Warn_Insertion and Prescan_Message.
4370         (Error_Msg_Internal): Set Info field of error object.
4371         (Error_Msg_NEL): Use Prescan_Message.
4372         (Set_Msg_Text): Don't store info: at start of message.
4373         (Skip_Msg_Insertion_Warning): New name for Set_Msg_Insertion_Warning.
4374         (Skip_Msg_Insertion_Warning): Now just skips warning insertion.
4375         * errout.ads: Document new ?$? and >$> insertion sequences
4376         Document use of "(style)" and "info: "
4377         * erroutc.adb (dmsg): Print several missing fields
4378         (Get_Warning_Tag): Handle -gnatel case (?$?)  (Output_Msg_Text):
4379         Deal with new tagging of info messages
4380         * erroutc.ads: Is_Info_Msg: New global (Error_Msg_Object):
4381         Add field Info (Prescan_Message): New procedure, this procedure
4382         replaces the old Test_Style_Warning_Serious_Unconditional_Msg
4383         * errutil.adb, exp_util.adb, par-ch7.adb, sem_ch13.adb, sem_ch7.adb,
4384         sem_elab.adb: Follow new rules for info message (info belongs
4385         only at the start of a message, and only in the first message,
4386         not in any of the continuations).
4387         * gnat_ugn.texi: Document full set of warning tags.
4389 2014-06-11  Gary Dismukes  <dismukes@adacore.com>
4391         * sem_util.adb: Minor typo fix.
4393 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
4395         * sem_warn.adb (Check_References): Do not emit spurious warnings
4396         on uninitialzed variable of a formal private type if variable
4397         is not read.
4399 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
4401         * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Use
4402         set_decl_section_name accessor.
4404 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
4406         * gcc-interface/utils.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
4407         (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
4408         (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
4410 2014-05-21  Robert Dewar  <dewar@adacore.com>
4412         * layout.adb: Minor reformatting.
4413         * sem_prag.adb (Analyze_Pragma, case Inspection_Point): Call
4414         dummy procedure ip.
4416 2014-05-21  Robert Dewar  <dewar@adacore.com>
4418         * restrict.ads (Implementation_Restriction): Add entry for
4419         No_Fixed_IO.
4420         * rtsfind.ads: Add entries for Fixed_IO and Decimal_IO in
4421         Ada.[Wide_[Wide_]Text_IO.
4422         * s-rident.ads (Restriction_Id): Add entry for No_Fixed_IO.
4423         * sem_attr.adb (Analyze_Attribute): Disallow fixed point types
4424         for Img, Image, Value, Wide_Image, Wide_Value, Wide_Wide_Image,
4425         Wide_Wide_Value if restriction No_Fixed_IO is set.
4426         * sem_util.adb (Set_Entity_Checks): Check restriction No_Fixed_IO.
4428 2014-05-21  Robert Dewar  <dewar@adacore.com>
4430         * gnatcmd.adb: Minor error msg changes (no upper case letter
4431         at start).
4432         * sem_ch12.adb, sem_ch5.adb, sem_res.adb, sem_util.adb: Minor
4433         reformatting.
4435 2014-05-21  Robert Dewar  <dewar@adacore.com>
4437         * debug.adb: Debug flag -gnatd.G inhibits static elab tracing
4438         via generic formals.
4439         * sem_elab.adb (Is_Call_Of_Generic_Formal): Return False if
4440         -gnatd.G is set.
4442 2014-05-21  Thomas Quinot  <quinot@adacore.com>
4444         * exp_pakd.adb (Revert_Storage_Order): Renamed from Byte_Swap to
4445         more accurately describe that this subprogram needs to come into
4446         play also in cases where no byte swapping is involved, because
4447         it also takes care of some required shifts (left-justification
4448         of values).
4450 2014-05-21  Thomas Quinot  <quinot@adacore.com>
4452         * freeze.adb (Check_Component_Storage_Order): Indicate whether
4453         a Scalar_Storage_Order attribute definition is present for the
4454         component's type.
4455         (Freeze_Record_Type): Suppress junk warnings
4456         about purportedly junk Bit_Order / Scalar_Storage_Order attribute
4457         definitions.
4459 2014-05-21  Robert Dewar  <dewar@adacore.com>
4461         * sem_ch8.adb (Analyze_Subprogram_Renaming): Put back call
4462         to Kill_Elaboration_Checks.
4464 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
4466         * layout.adb (Assoc_Add): Suppress the optimization of the (E
4467         - C1) + C2 case, when the expression type is unsigned and C1 <
4468         C2, to avoid creating a negative literal when folding.
4470 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
4472         * freeze.adb (Freeze_Record_Type): Update the use of
4473         Is_SPARK_Volatile.
4474         * sem_ch3.adb (Analyze_Object_Contract): Update the use of
4475         Is_SPARK_Volatile.
4476         (Process_Discriminants): Update the use of Is_SPARK_Volatile.
4477         * sem_ch5.adb (Analyze_Iterator_Specification): Update the use
4478         of Is_SPARK_Volatile.
4479         (Analyze_Loop_Parameter_Specification):
4480         Update the use of Is_SPARK_Volatile.
4481         * sem_ch6.adb (Process_Formals): Catch an illegal use of an IN
4482         formal parameter when its type is volatile.
4483         * sem_prag.adb (Analyze_Global_Item): Update the use of
4484         Is_SPARK_Volatile.
4485         * sem_res.adb (Resolve_Entity_Name): Correct the guard which
4486         determines whether an entity is a volatile source SPARK object.
4487         * sem_util.adb (Has_Enabled_Property): Accout for external
4488         properties being set on objects other than abstract states
4489         and variables. An example would be a formal parameter.
4490         (Is_SPARK_Volatile): New routine.
4491         (Is_SPARK_Volatile_Object):
4492         Remove the entity-specific tests. Call routine Is_SPARK_Volatile
4493         when checking entities and/or types.
4494         * sem_util.ads (Is_SPARK_Volatile): New routine.
4496 2014-05-21  Robert Dewar  <dewar@adacore.com>
4498         * sem_warn.adb: Minor fix to warning messages (use ?? instead
4499         of ?).
4501 2014-05-21  Vincent Celier  <celier@adacore.com>
4503         * gnatcmd.adb (GNATCmd): For platforms other than VMS, recognize
4504         switch --version and --help.
4506 2014-05-21  Robert Dewar  <dewar@adacore.com>
4508         * sem_elab.adb (Is_Call_Of_Generic_Formal): New function.
4510 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4512         * sem_ch5.adb (Analyze_Iterator_Specification): Set type of
4513         iterator variable when the domain of iteration is a formal
4514         container and this is an element iterator.
4516 2014-05-21  Bob Duff  <duff@adacore.com>
4518         * sem_ch12.adb: Minor reformatting.
4520 2014-05-21  Robert Dewar  <dewar@adacore.com>
4522         * sinfo.ads, sem_ch12.adb, sem_warn.adb: Minor reformatting.
4524 2014-05-21  Robert Dewar  <dewar@adacore.com>
4526         * sem_elab.adb: Minor reformatting.
4527         * s-taprop.ads: Minor comment fix.
4528         * sem_ch8.adb (Analyze_Subprogram_Renaming): Remove call to
4529         Kill_Elaboration_Checks.
4530         * errout.adb, erroutc.adb: Minor reformatting.
4532 2014-05-21  Thomas Quinot  <quinot@adacore.com>
4534         * exp_pakd.adb (Byte_Swap): Handle the case of a sub-byte
4535         component. No byte swapping occurs, but this procedure also takes
4536         care of appropriately justifying the argument.
4538 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
4540         * sem_ch6.adb: sem_ch6.adb (Analyze_Aspects_On_Body_Or_Stub):
4541         New routine.
4542         (Analyze_Subprogram_Body_Helper): Move the
4543         analysis of aspect specifications and the processing of the
4544         subprogram body contract after inlining has taken place.
4545         (Diagnose_Misplaced_Aspect_Specifications): Removed.
4547 2014-05-21  Javier Miranda  <miranda@adacore.com>
4549         * sem_ch3.adb (Build_Derived_Record_Type): Revert previous change.
4551 2014-05-21  Robert Dewar  <dewar@adacore.com>
4553         * sem_eval.ads, sem_eval.adb (Why_Not_Static): Messages are not
4554         continuations any more.
4556 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4558         * sinfo.ads, sinfo.adb: New flag Needs_Initialized_Actual,
4559         present in formal_Private_Definitions and on private extension
4560         declarations of a formal derived type. Set when the use of the
4561         formal type in a generic suggests that the actual should be a
4562         fully initialized type.
4563         * sem_warn.adb (May_Need_Initialized_Actual): new subprogram
4564         to indicate that an entity of a generic type has default
4565         initialization, and that the corresponing actual type in any
4566         subsequent instantiation should be fully initialized.
4567         * sem_ch12.adb (Check_Initialized_Type): new subprogram,
4568         to emit a warning if the actual for a generic type on which
4569         Needs_Initialized_Actual is set is not a fully initialized type.
4571 2014-05-21  Robert Dewar  <dewar@adacore.com>
4573         * sem_elab.adb, prj-dect.adb: Minor reformatting.
4575 2014-05-21  Robert Dewar  <dewar@adacore.com>
4577         * erroutc.ads: Minor comment addition.
4579 2014-05-21  Robert Dewar  <dewar@adacore.com>
4581         * errout.ads: Add documentation for use of >*> tag.
4582         * restrict.adb: Make sure we use >*> tag for restriction warnings.
4584 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
4586         * debug.adb: Add case of illegal overriding_indicator for a
4587         protected subprogram body to description of -gnatd.E switch.
4588         * sem_ch6.adb (Verify_Overriding_Indicator): Issue error message
4589         for cases of giving overriding_indicators on protected subprogram
4590         bodies, but change this to a warning if -gnatd.E is enabled. No
4591         longer give a style warning about missing indicators on protected
4592         subprogram bodies.
4594 2014-05-21  Robert Dewar  <dewar@adacore.com>
4596         * prj.ads, sem_ch12.adb, prj.adb, exp_pakd.adb,
4597         sem_elab.ads: Minor reformatting.
4598         * erroutc.adb, erroutc.ads (Warning_Specifically_Suppressed): Make Tag
4599         parameter optional.
4601 2014-05-21  Pascal Obry  <obry@adacore.com>
4603         * prj-dect.adb: Allow package Install in aggregate project.
4605 2014-05-21  Robert Dewar  <dewar@adacore.com>
4607         * sem_ch13.adb (Analyze_Aspect_Specifications):
4608         Insert_Delayed_Pragma is now used for the case of Attach_Handler.
4609         * sem_prag.adb: Minor comment improvements.
4611 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4613         * sem_ch12.adb (Install_Body): When checking whether freezing of
4614         instantiation must be delayed, verify that the common enclosing
4615         subprogram to generic and instance is in fact an overloadable
4616         entity.
4618 2014-05-21  Vincent Celier  <celier@adacore.com>
4620         * makeutl.adb (Mains.Complete_Mains.Do_Complete): Look for all
4621         mains with the same name and fail if there is more than one.
4622         * prj.ads, prj.adb (Find_All_Sources): New function
4624 2014-05-21  Robert Dewar  <dewar@adacore.com>
4626         * sem_ch13.adb: Minor reformatting.
4627         * lib-xref-spark_specific.adb, sem_util.adb: Minor reformatting.
4628         * sem_prag.adb: Minor error message improvement.
4630 2014-05-21  Yannick Moy  <moy@adacore.com>
4632         * lib-xref-spark_specific.adb, lib-xref.ads, lib-xref.adb
4633         (Enclosing_Subprogram_Or_Package): Only return a library-level
4634         package.
4636 2014-05-21  Javier Miranda  <miranda@adacore.com>
4638         * sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base
4639         to the full view of the parent type when processing a derived type
4640         which is the full view of a private type not defined in a generic
4641         unit which is derived from a private type with discriminants
4642         whose full view is a non-tagged record type.
4644 2014-05-21  Javier Miranda  <miranda@adacore.com>
4646         * exp_ch4.adb (Expand_Allocator_Expression.Apply_Accessibility_Check):
4647         Complete previous patch.
4649 2014-05-21  Thomas Quinot  <quinot@adacore.com>
4651         PR ada/9535
4652         * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
4653         Provide a behaviour more consistent with underlying datagram
4654         socket: do not attempt to loop over Send_Socket/Receive_Socket
4655         iterating along the buffer.
4657 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
4659         * freeze.adb (Freeze_Record_Type): Ensure that a discriminated
4660         or a tagged type is not labelled as volatile. Ensure that a
4661         non-volatile type has no volatile components.
4662         * sem_ch3.adb (Analyze_Object_Contract): Add local constant
4663         Obj_Typ. Code reformatting.  Ensure that a discriminated or
4664         tagged object is not labelled as volatile.
4665         * sem_prag.adb (Process_Atomic_Shared_Volatile): Ensure that
4666         pragma Volatile applies to a full type declaration or an object
4667         declaration when SPARK mode is on.
4669 2014-05-21  Sergey Rybin  <rybin@adacore.com frybin>
4671         * gnat_ugn.texi: For ASIS tools, reword the paragraph about
4672         providing options needed for compiling the argument source for
4673         the situation when a project file can be used as a tool parameter.
4675 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
4677         * gnat_rm.texi: Minor typo fix.
4679 2014-05-21  Robert Dewar  <dewar@adacore.com>
4681         * stand.adb (Tree_Read): Read missing entities.
4682         (Tree_Write): Write missing entities.
4684 2014-05-21  Ben Brosgol  <brosgol@adacore.com>
4686         * gnat_ugn.texi: Wordsmithing edits to Coupling Metrics Control
4687         section in gnatmetric chapter.
4689 2014-05-21  Robert Dewar  <dewar@adacore.com>
4691         * exp_ch6.adb (Expand_Actuals): Spec moved here, since not used
4692         outside Exp_Ch6 (Expand_Actuals): Deal with proper insertion of
4693         post-call copy write back (see detailed comment in code).
4694         * exp_ch6.ads (Expand_Actuals): Moved to body, not used outside
4695         Exp_Ch6.
4696         * tbuild.ads: Minor reformatting.
4698 2014-05-21  Robert Dewar  <dewar@adacore.com>
4700         * stand.ads: Add warning about adding new entities and
4701         Tree_Read/Tree_Write.
4703 2014-05-21  Robert Dewar  <dewar@adacore.com>
4705         * sem_util.adb (Set_Entity_With_Checks): Don't complain about
4706         references to restricted entities within the units in which they
4707         are declared.
4709 2014-05-21  Robert Dewar  <dewar@adacore.com>
4711         * gnat1drv.adb (Check_Bad_Body): Use Source_File_Is_Body to
4712         simplify the needed test, and also deal with failure to catch
4713         situations with non-standard names.
4714         * sinput-l.ads, sinput-l.adb (Source_File_Is_No_Body): New function
4715         (Source_File_Is_Subunit): Removed, no longer used.
4717 2014-05-21  Javier Miranda  <miranda@adacore.com>
4719         * exp_ch4.adb
4720         (Expand_Allocator_Expression.Apply_Accessibility_Check): for a
4721         renaming of an access to interface object there is no need to
4722         generate extra code to reference the tag.
4724 2014-05-21  Robert Dewar  <dewar@adacore.com>
4726         * errout.adb, erroutc.adb, erroutc.ads: Allow warning tag in pragma
4727         Warnings (Off, string).
4729 2014-05-21  Robert Dewar  <dewar@adacore.com>
4731         * osint.adb: Fix three error messages to say invalid instead
4732         of erroneous.
4733         * par-ch4.adb, exp_aggr.adb, sem_attr.adb, sem_aux.adb, sem_ch3.adb,
4734         sem_ch5.adb, sem_ch6.adb, sem_ch7.adb, sem_dim.adb, sem_res.adb,
4735         sem_util.adb, sem_util.ads: Fix incorrect use of erroneous in comments.
4737 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4739         * freeze.adb, sem_ch13.adb, sem_ch13.ads, sem_ch9.adb,
4740         sem_ch9.ads: Move discriminant manipulation routines for analysis of
4741         aspect specifications from sem_ch9 to sem_ch13, where they belong.
4743 2014-05-21  Robert Dewar  <dewar@adacore.com>
4745         * gnat_ugn.texi: Clearly document -gnatw.g (GNAT warnings).
4746         Clearly document -gnatyg (GNAT style switches).
4747         * usage.adb: Add line line for -gnatw.g (GNAT warnings) More
4748         detail for line for -gnatyg (GNAT style switches) -gnatw.d/D is
4749         available for VMS after all.
4750         * warnsw.adb: Reorganize to eliminate duplicated code
4751         (Restore_Warnings): Add a couple of missing entries
4752         (Save_Warnings): Add a couple of missing entries.
4753         * warnsw.ads: Add missing entries to Warning_Record (not clear
4754         what the impact is).
4756 2014-05-21  Robert Dewar  <dewar@adacore.com>
4758         * errout.adb (Set_Msg_Insertion_Warning): Handle ?*? (restriction
4759         warning) case.
4760         * errout.ads: Document ?*? (restriction warning) insertion.
4761         * erroutc.adb (Get_Warning_Tag): Deal with ?*? (restriction
4762         warning) case.
4763         * erroutc.ads: Document use of * for restriction warning tag.
4764         * restrict.adb (Restriction_Msg): Tag with ?*? instead of ??.
4766 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4768         * sem_ch9.adb (Push_Scope_And_Install_Discriminants): Do not
4769         make discriminants immediately visible when analyzing an aspect
4770         of a subtype declaration.
4771         (Uninstall_Discriminants): Do not apply to the entity in a
4772         subtype declaration.
4774 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4776         * sem_util.adb: Code clean up.
4778 2014-05-21  Eric Botcazou  <ebotcazou@adacore.com>
4780         * gnat_ugn.texi: Document -Werror.
4782 2014-05-21  Bob Duff  <duff@adacore.com>
4784         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object):
4785         This was returning False if the Object is a constant view. Fix
4786         it to return True in that case, because it might be a view of
4787         a variable.
4788         (Has_Discriminant_Dependent_Constraint): Fix latent
4789         bug; this function was crashing when passed a discriminant.
4791 2014-05-21  Robert Dewar  <dewar@adacore.com>
4793         * gnat_ugn.texi: Remove misplaced section that is now obsolete.
4794         * s-arit64.adb: Minor code reorganization.
4795         * sem_prag.adb: Minor comment fix (remove erroneous use of the
4796         term erroneous).
4798 2014-05-21  Robert Dewar  <dewar@adacore.com>
4800         * g-table.adb, g-dyntab.adb (Reallocate): Fix possible overflow in
4801         computing new table size.
4803 2014-05-21  Robert Dewar  <dewar@adacore.com>
4805         * einfo.ads: Minor reformatting.
4806         * ceinfo.adb: Deal with slight format change of einfo.ads.
4808 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4810         * sem_prag.adb (Analyze_Part_Of): Further work on the proper
4811         implementation of the SPARK 2014 rule concerning private child
4812         units (LRM 7.2.6).
4814 2014-05-21  Vincent Celier  <celier@adacore.com>
4816         * makeusg.adb: Add switch -d to usage.
4818 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
4820         * sem_util.adb (Find_Actual): If an actual that is the prefix
4821         of an enclosing prefixed call has been rewritten, use Nkind
4822         and Sloc to identify the corresponding formal, when handling
4823         deferred references.
4825 2014-05-21  Robert Dewar  <dewar@adacore.com>
4827         * debug.adb: Document -gnatd.z switch.
4828         * sem_eval.adb (Why_Non_Static): Test -gnatd.z switch.
4830 2014-05-21  Robert Dewar  <dewar@adacore.com>
4832         * einfo.ads (Can_Never_Be_Null): Minor comment update.
4833         * sem_prag.adb (Check_Arg_Is_Task_Dispatching_Policy): Minor
4834         error message change.
4835         * s-arit64.adb ("abs"): New function. Use expression functions
4836         for the simple conversions and arithmetic.
4838 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4840         * gcc-interface/trans.c (Subprogram_Body_to_gnu): Rework comment and
4841         set function_start_locus.
4843 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4845         * utils.c (gnat_write_global_declarations): Adjust the flags put on
4846         dummy_global.
4848 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4850         * gcc-interface/decl.c (change_qualified_type): New static function.
4851         (gnat_to_gnu_entity): Use it throughout to add qualifiers on types.
4852         <E_Array_Type>: Set TYPE_VOLATILE on the array type directly.
4853         <E_Array_Subtype>: Likewise.
4854         Do not set flags on an UNCONSTRAINED_ARRAY_TYPE directly.
4855         (gnat_to_gnu_component_type): Likewise.
4856         (gnat_to_gnu_param): Likewise.
4858 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4860         * fe.h (Set_Present_Expr): Move around.
4861         (End_Location): New macro.
4862         * gcc-interface/trans.c (Case_Statement_to_gnu): Use End_Location.
4864 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4866         * gcc-interface/decl.c (gnat_to_gnu_entity): Use Underlying_Type in
4867         lieu of more verbose construct.
4868         * gcc-interface/trans.c (Call_to_gnu): Likewise.
4869         (gnat_to_gnu): Likewise.  Remove obsolete code.
4871 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4873         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Do not
4874         consider that regular packed arrays can never be superflat.
4876 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
4878         * gcc-interface/ada-tree.h: Remove usage of variable_size gty
4879         annotation.
4880         * gcc-interface/decl.c (annotate_value): Adjust.
4881         * gcc-interface/trans.c (Attribute_to_gnu): Likewise.
4882         (push_range_check_info): Likewise.
4883         (Loop_Statement_to_gnu): Likewise.
4884         (Subprogram_Body_to_gnu): Likewise.
4885         (Compilation_Unit_to_gnu): Likewise.
4886         (start_stmt_group): Likewise.
4887         * gcc-interface/utils.c (init_gnat_utils): Likewise.
4888         (gnat_pushlevel): Likewise.
4889         (maybe_pad_type): Likewise.
4891 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
4893         * seh_init.c: Fix copyright year.
4895 2014-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4897         * seh_init.c (__gnat_map_SEH): Compile also when __CYGWIN__ and __SEH__
4898         are defined.  Move include windows.h before system.h.
4899         * s-oscons-tmplt.c (DTR_CONTROL_ENABLE, RTS_CONTROL_ENABLE): Compile
4900         also when __CYGWIN__ is defined.  Include windef.h before winbase.h.
4902 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
4904         * gcc-interface/decl.c (gnat_to_gnu_entity): Convert integer_one_node
4905         to the appropriate type.
4906         * gcc-interface/trans.c (gnat_to_gnu): Likewise.
4907         (pos_to_constructor): Likewise.
4909 2014-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4911         * gcc-interface/decl.c (annotate_value): Fix thinko in latest change.
4913 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
4914             Mike Stump  <mikestump@comcast.net>
4915             Richard Sandiford  <rdsandiford@googlemail.com>
4917         * gcc-interface/cuintp.c (UI_From_gnu): Use wide-int interfaces.
4918         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_SIGN.
4919         (annotate_value): Use wide-int interfaces.
4920         * gcc-interface/utils.c (get_nonnull_operand): Use tree_fits_uhwi_p.
4922 2014-04-28  Richard Henderson  <rth@redhat.com>
4924         * gcc-interface/Makefile.in: Support aarch64-linux.
4926 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
4928         * exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix,
4929         add 'Suffix' parameter and adjust comment.
4930         (Get_External_Name_With_Suffix): Delete.
4931         * exp_dbug.adb (Get_External_Name_With_Suffix): Merge into...
4932         (Get_External_Name): ...here.  Add 'False' default to Has_Suffix, add
4933         'Suffix' parameter.
4934         (Get_Encoded_Name): Remove 2nd argument in call to Get_External_Name.
4935         Call Get_External_Name instead of Get_External_Name_With_Suffix.
4936         (Get_Secondary_DT_External_Name): Likewise.
4937         * exp_cg.adb (Write_Call_Info): Likewise.
4938         * exp_disp.adb (Export_DT): Likewise.
4939         (Import_DT): Likewise.
4940         * comperr.ads (Compiler_Abort): Remove Code parameter and add From_GCC
4941         parameter with False default.
4942         * comperr.adb (Compiler_Abort): Likewise.  Adjust accordingly.
4943         * types.h (Fat_Pointer): Rename into...
4944         (String_Pointer): ...this.  Add comment on interfacing rules.
4945         * fe.h (Compiler_Abort): Adjust for above renaming.
4946         (Error_Msg_N): Likewise.
4947         (Error_Msg_NE): Likewise.
4948         (Get_External_Name): Likewise.  Add third parameter.
4949         (Get_External_Name_With_Suffix): Delete.
4950         * gcc-interface/decl.c (STDCALL_PREFIX): Define.
4951         (create_concat_name): Adjust call to Get_External_Name, remove call to
4952         Get_External_Name_With_Suffix, use STDCALL_PREFIX, adjust for renaming.
4953         * gcc-interface/trans.c (post_error): Likewise.
4954         (post_error_ne): Likewise.
4955         * gcc-interface/misc.c (internal_error_function): Likewise.
4957 2014-04-28  Richard Biener  <rguenther@suse.de>
4959         PR middle-end/60092
4960         * gcc-interface/utils.c: Define flag_isoc11.
4962 2014-04-26  Eric Botcazou  <ebotcazou@adacore.com>
4964         * gnatvsn.ads (Library_Version): Bump to 4.10.
4966 2014-04-23  Eric Botcazou  <ebotcazou@adacore.com>
4968         Revert
4969         2014-04-22  Richard Henderson  <rth@redhat.com>
4971         * gcc-interface/Makefile.in: Support aarch64-linux.
4973         2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
4975         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
4976         (Error_Msg_N): Likewise.
4977         (Error_Msg_NE): Likewise.
4978         (Get_External_Name_With_Suffix): Likewise.
4979         * types.h (Fat_Pointer): Delete.
4980         (String_Pointer): New type.
4981         (DECLARE_STRING_POINTER): New macro.
4982         * gcc-interface/decl.c (create_concat_name): Adjust.
4983         * gcc-interface/trans.c (post_error): Likewise.
4984         (post_error_ne): Likewise.
4985         * gcc-interface/misc.c (internal_error_function): Likewise.
4987 2014-04-22  Richard Henderson  <rth@redhat.com>
4989         * gcc-interface/Makefile.in: Support aarch64-linux.
4991         * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
4992         (__gnat_alternate_stack): Enable for all linux except ia64.
4994 2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
4996         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
4997         (Error_Msg_N): Likewise.
4998         (Error_Msg_NE): Likewise.
4999         (Get_External_Name_With_Suffix): Likewise.
5000         * types.h (Fat_Pointer): Delete.
5001         (String_Pointer): New type.
5002         (DECLARE_STRING_POINTER): New macro.
5003         * gcc-interface/decl.c (create_concat_name): Adjust.
5004         * gcc-interface/trans.c (post_error): Likewise.
5005         (post_error_ne): Likewise.
5006         * gcc-interface/misc.c (internal_error_function): Likewise.
5008 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
5009             Pierre-Marie de Rodat  <derodat@adacore.com>
5011         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a mere
5012         scalar constant instead of a reference for renaming of scalar literal.
5013         Do not create a new object for constant renaming except for a function
5014         call.  Make sure a VAR_DECL is created for the renaming pointer.
5015         * gcc-interface/trans.c (constant_decl_with_initializer_p): New.
5016         (fold_constant_decl_in_expr): New function.
5017         (Identifier_to_gnu): Use constant_decl_with_initializer_p.
5018         For a constant renaming, try to fold a constant DECL in the result.
5019         (lvalue_required_p) <N_Object_Renaming_Declaration>: Always return 1.
5020         (Identifier_to_gnu): Reference the renamed object of constant renaming
5021         pointers directly.
5022         * gcc-interface/utils.c (invalidate_global_renaming_pointers): Do not
5023         invalidate constant renaming pointers.
5025 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
5027         * gcc-interface/utils.c (type_for_vector_element_p): New predicate.
5028         (build_vector_type_for_size): New function.
5029         (build_vector_type_for_array): Likewise.
5030         (unchecked_convert): Build an intermediate vector type to convert
5031         from a generic array type to a vector type.
5032         (handle_vector_size_attribute): Reimplement.
5033         (handle_vector_type_attribute): Likewise.
5035 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
5037         * gcc-interface/decl.c (prepend_one_attribute_pragma): Call
5038         Is_OK_Static_Expression in lieu of Is_Static_Expression to
5039         detect valid arguments.
5041 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
5043         * gcc-interface/trans.c (gnat_gimplify_stmt): Propagate loop hints.
5045 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
5047         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_IDENTIFIER.
5048         (components_to_record): Likewise.
5049         * gcc-interface/utils.c (make_aligning_type): Likewise.
5050         (maybe_pad_type): Likewise.
5051         (finish_record_type): Likewise.
5052         (rest_of_record_type_compilation): Likewise.
5054 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
5056         * snames.ads-tmpl (Name_Ivdep): New pragma-related name.
5057         * sem_prag.adb (Analyze_Pragma) <Pragma_Loop_Optimize>: Add support
5058         for Ivdep hint.
5059         * gnat_rm.texi (Implementation Defined Pragmas): Document new Ivdep
5060         hint for Loop_Optimize.
5061         * gnat_ugn.texi (Vectorization of loops): Mention new Ivdep hint.
5062         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
5063         with new Ivdep hint.
5064         * gcc-interface/ada-tree.h (LOOP_STMT_IVDEP): New macro.
5065         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
5066         with new Ivdep hint.
5067         (gnat_gimplify_stmt) <LOOP_STMT>: Propagate loop hints.
5069 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
5070             Robert Dewar  <dewar@adacore.com>
5072         * opt.ads (Suppress_Back_Annotation): Remove as unused.
5073         * fe.h (Back_Annotate_Rep_Info): Likewise.
5074         (Global_Discard_Names): Likewise.
5075         (List_Representation_Info): Declare.
5076         * types.h (Uint_Minus_1): Likewise.
5077         * repinfo.ads: Document back-annotation change.
5078         * gcc-interface/gigi.h (init_gnat_decl): Declare.
5079         (destroy_gnat_decl): Likewise.
5080         * gcc-interface/decl.c (annotate_value): Do not create the cache of
5081         annotated values here but...
5082         <CALL_EXPR>: Only inline the call if -gnatR3 is specified or we are
5083         in ASIS mode.
5084         (init_gnat_decl): ...here instead.  New function.
5085         (destroy_gnat_decl): Likewise.
5086         * gcc-interface/trans.c (gigi): Call {init|destroy}_gnat_decl.
5087         * gcc-interface/utils.c (init_gnat_utils): Minor reformatting.
5089 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
5091         * gcc-interface/decl.c (create_field_decl_from): Finalize non-constant
5092         offset for the field, if any.
5094 2014-04-09  Eric Botcazou  <ebotcazou@adacore.com>
5095             Svante Signell  <svante.signell@gmail.com>
5097         PR ada/54040
5098         PR ada/59346
5099         * s-osinte-x32.adb: New file.
5100         * s-linux.ads (Time): New section.
5101         * s-linux-alpha.ads (Time): Likewise.
5102         * s-linux-android.ads (Time: Likewise.
5103         * s-linux-hppa.ads (Time): Likewise.
5104         * s-linux-mipsel.ads (Time): Likewise.
5105         * s-linux-sparc.ads (Time): Likewise.
5106         * s-linux-x32.ads (Time): Likewise.
5107         * s-osprim-x32.ads (timespec): Adjust.
5108         (Clock): Likewise.
5109         (To_Timespec): Likewise.
5110         * s-osinte-linux.ads (Time): Define local subtypes for those defined
5111         in System.Linux.
5112         * s-taprop-linux.adb (Monotonic_Clock): Do not define timeval.
5113         * s-osinte-hpux.ads (timespec): Revert POSIX breakage.
5114         * s-osinte-kfreebsd-gnu.ads (timespec): Likewise.
5115         * s-osinte-solaris-posix.ads (timespec): Likewise.
5116         * s-osinte-posix.adb (To_Timespec): Likewise.
5117         * gcc-interface/Makefile.in (x32/Linux): Use s-osinte-x32.adb.
5119 2014-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5121         PR ada/60411
5122         * gcc-interface/Makefile.in (arm% linux-android): Switch to EHABI.
5123         * s-linux-android.ads: New file.
5124         * s-intman-android.adb: Likewise.
5125         * s-osinte-android.ads: Adjust.
5126         * sigtramp-armdroid.c: Likewise.
5127         * sigtramp.h: Add Android support.
5129 2014-04-07  Eric Botcazou  <ebotcazou@adacore.com>
5131         * gcc-interface/Makefile.in (alpha-vms): Add missing line.
5133 2014-03-30  Eric Botcazou  <ebotcazou@adacore.com>
5135         PR ada/60703
5136         * system-linux-alpha.ads: Adjust for Ada 2005.
5137         * system-linux-mips.ads: Likewise.
5138         * system-linux-mips64el.ads: Likewise.
5139         * system-linux-mipsel.ads: Likewise.
5140         * system-linux-s390.ads: Likewise.
5141         * system-linux-s390x.ads: Likewise.
5142         * system-linux-sparc.ads: Likewise.
5143         * system-linux-sparcv9.ads: Likewise.
5144         * system-rtems.ads: Likewise.
5145         * system-vxworks-arm.ads: Likewise.
5147 2014-03-16  Andreas Schwab  <schwab@linux-m68k.org>
5149         PR ada/39172
5150         * gcc-interface/Makefile.in (target_cpu_default): Revert
5151         2013-10-11 change.
5153 2014-03-13  Eric Botcazou  <ebotcazou@adacore.com>
5155         PR ada/51483
5156         * cstand.adb (Register_Float_Type): Add 'precision' parameter and use
5157         it to set the RM size.  Use directly 'size' for the Esize.
5158         (Create_Back_End_Float_Types): Adjust call to above.
5159         * get_targ.ads (Register_Type_Proc): Add 'precision' parameter.
5160         * set_targ.ads (FPT_Mode_Entry): Add 'precision' component.
5161         (Write_Target_Dependent_Values): Adjust comment.
5162         * set_targ.adb (Register_Float_Type): Add 'precision' parameter and
5163         deal with it.
5164         (Write_Target_Dependent_Values): Write the precision in lieu of size.
5165         (Initialization): Read the precision in lieu of size and compute the
5166         size from the precision and the alignment.
5167         * gcc-interface/gigi.h (enumerate_modes): Add integer parameter.
5168         * gcc-interface/misc.c (enumerate_modes): Likewise.  Do not register
5169         types for vector modes, pass the size in addition to the precision.
5171 2014-03-10  Eric Botcazou  <ebotcazou@adacore.com>
5173         * gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
5175 2014-03-07  Doug Rupp  <rupp@adacore.com>
5177         PR ada/60411
5178         * system-linux-armel.ads (Backend_Overflow_Checks): Set to True.
5179         (Support_64_Bit_Divides): Removed, no longer used.
5180         (ZCX_By_Default): Enabled.
5182 2014-02-25  Doug Rupp  <rupp@adacore.com>
5184         * gcc-interface/Makefile.in (arm-linux):
5185         (EH_MECHANISM): Use ARM unwinder (-arm)
5186         (LIBGNAT_TARGET_PAIRS: Override defaults with a-exexpr-gcc.adb and
5187         s-excmac-arm.ads.
5188         (EXTRA_LIBGNAT_OBJS): Add raise-gcc.o
5189         (EXTRA_GNATRTL_NONTASKING_OBJS): Add g-cppexc.o s-excmac.o.
5190         (arm-wrs-vxworks): Add EH_MECHANISM=-gcc for kernel mode.
5191         (EXTRA_LIBGNAT_OBJS): Add sigtramp-armvxw.o
5192         Add dependencies for sigtramp-armvxw.o.
5194 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
5196         * gcc-interface/trans.c (Pragma_to_gnu): Deal with Warning_As_Error.
5198 2014-02-25  Robert Dewar  <dewar@adacore.com>
5200         * rtsfind.adb (Is_RTE): Protect against entity with no scope
5201         field (previously this call blew up on the Standard entity).
5202         * sem_attr.adb (Analyze_Attribute, case Access): Remove
5203         test for No_Abort_Statements, this is now handled in
5204         Set_Entity_With_Checks.
5205         * exp_ch6.adb, sem_ch10.adb, sem_ch4.adb, sem_ch8.adb, sem_res.adb:
5206         Change name Set_Entity_With_Style_Check => Set_Entity_With_Checks.
5207         * sem_util.ads, sem_util.adb: Change name Set_Entity_With_Style_Check =>
5208         Set_Entity_With_Checks.
5209         (Set_Entity_With_Checks): Add checks for No_Dynamic_Attachment,
5210         Add checks for No_Abort_Statements.
5212 2014-02-25  Robert Dewar  <dewar@adacore.com>
5214         * exp_ch9.adb (Expand_Entry_Barrier): Add comment that call to
5215         Check_Restriction is OK.
5217 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5219         * sem_ch3.adb (Process_Full_View): Better error message when
5220         the full view of  a private type without discriminants is an
5221         unconstrained type.
5222         * sem_ch7.adb (Uninstall_Declarations): Ditto.
5224 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
5226         * sigtramp-armvxw.c: Also restore r0.
5228 2014-02-25  Robert Dewar  <dewar@adacore.com>
5230         * errout.adb (Error_Msg_Internal): Warning_Msg_Char set
5231         unconditionally (Set_Msg_Insertion_Warning): Warning_Msg_Char
5232         set unconditionally.
5233         * erroutc.adb (Get_Warning_Tag): Does not give a leading space
5234         any more (Output_Msg_Text): Rewritten with new convention on
5235         output of warnings that are treated as errors.
5236         * erroutc.ads (Error_Msg_Object): Warn_Chr is always set even
5237         if Warn is False.
5238         * gnat_rm.texi: Updates to documentation on pragma
5239         Warning_As_Error.
5240         * warnsw.adb (Set_Dot_Warning_Switch): -gnatw.e should not
5241         set Warning_Doc_Switch.
5242         * lib-writ.ads: Add documentation note on ALI file generation
5243         for C.
5244         * exp_ch6.adb (Expand_Call): Remove check for No_Abort_Statements
5245         (belongs in Sem).
5246         * sem_attr.adb (Resolve_Attribute, case Access):
5247         Abort_Task'Access violates the No_Abort_Statements restriction.
5248         * sem_res.adb (Resolve_Call): Check restriction
5249         No_Abort_Statements for call to Abort_Task or a renaming of it.
5251 2014-02-25  Robert Dewar  <dewar@adacore.com>
5253         * sem_ch3.adb (Array_Type_Declaration): Check for case of using
5254         type name as index.
5255         * lib.ads: Minor reformatting.
5256         * einfo.ads: Minor reformatting.
5258 2014-02-25  Doug Rupp  <rupp@adacore.com>
5260         * sem_mech.adb (Set_Mechanisms): For convention Fortran on VMS
5261         use Short_Descriptor(S) as the argument passing mechanism.
5263 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
5265         * sigtramp-ppcvxw.c (CFI_COMMON_REGS): Also include r0.
5267 2014-02-25  Robert Dewar  <dewar@adacore.com>
5269         * atree.ads (Warnings_Treated_As_Errors): New variable.
5270         * errout.adb (Error_Msg_Internal): Set Warn_Err flag in
5271         error object (Initialize): Initialize Warnings_As_Errors_Count
5272         (Write_Error_Summary): Include count of warnings treated as errors.
5273         * erroutc.adb (Warning_Treated_As_Error): New function.
5274         (Matches): Function moved to outer level of package.
5275         * erroutc.ads (Error_Msg_Object): Add Warn_Err flag.
5276         (Warning_Treated_As_Error): New function.
5277         * gnat_rm.texi: Document pragma Treat_Warning_As_Error.
5278         * opt.adb: Add handling of Warnings_As_Errors_Count[_Config].
5279         * opt.ads (Config_Switches_Type): Add entry for
5280         Warnings_As_Errors_Count.
5281         (Warnings_As_Errors_Count): New variable.
5282         (Warnings_As_Errors): New array.
5283         * par-prag.adb: Add dummy entry for Warning_As_Error.
5284         * sem_prag.adb (Analyze_Pragma): Implement new pragma
5285         Warning_As_Error.
5286         * snames.ads-tmpl: Add entries for Warning_As_Error pragma.
5288 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
5290         * sigtramp.h: Fix minor inaccuracy.
5292 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
5294         * gnat_ugn.texi: Added description of kill command.
5296 2014-02-25  Robert Dewar  <dewar@adacore.com>
5298         * gnat_rm.texi (Address_Clauses): Add a section discussing the
5299         problem of address clauses causing unexpected initialization,
5300         including the effect of Initialize_Scalars.
5302 2014-02-25  Robert Dewar  <dewar@adacore.com>
5304         * errout.adb: Various changes for better msgs for anonmous access
5305         subprogram types.
5306         * erroutc.ads, erroutc.adb (Buffer_Ends_With): Version with character
5307         argument.
5308         (Buffer_Remove): Version with character argument.
5309         * sem_attr.adb (Resolve_Attribute, case Access): Better handling
5310         of mismatching conventions for access-to-subprogram case.
5311         * sem_prag.adb (Set_Convention_From_Pragma): Deal with anonymous
5312         access types in record.
5313         * sem_util.ads, sem_util.adb (Set_Convention): Handle anonymous access
5314         types, including in records.
5316 2014-02-25  Doug Rupp  <rupp@adacore.com>
5318         * sigtramp-ppcvxw.c, sigtramp.h, sigtramp-armvxw.c: Comment
5319         enhancements and corrections.
5321 2014-02-25  Robert Dewar  <dewar@adacore.com>
5323         * gnat_rm.texi: New section "Conventions and Anonymous Access Types"
5325 2014-02-25  Robert Dewar  <dewar@adacore.com>
5327         * gnat_rm.texi: First set of documentation additions for
5328         predefined RM units.
5329         * checks.adb: Minor reformatting.
5330         * sem_elab.adb (Check_Task_Activation): Minor fix to error
5331         message.
5332         * sem_util.adb: Minor reformatting.
5334 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
5336         * usage.adb (Usage): Add help on -gnateC.
5337         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnateC.
5338         * opt.ads (Generate_CodePeer_Messages): New flag.
5339         * gnat_ugn.texi: Document new switch -gnateC.
5341 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
5343         * gnat_rm.texi: Corrected minor typos in Implementation Defined
5344         Aspects.
5345         * opt.ads: Minor reformatting.
5347 2014-02-25  Robert Dewar  <dewar@adacore.com>
5349         * binde.adb: Change messages to mention -gnatel instead of -gnatwl.
5350         * gnat_ugn.texi: Update documentation of -gnatwl Add documentation
5351         of -gnatel/-gnateL.
5352         * opt.ads (Warn_Info_Messages): New flag.
5353         * sem_elab.adb: Use Elab_Warnings, Elab_Info_Messages to control
5354         messages.
5355         * sem_prag.adb: Use Elab_Warnings, Elab_Info_Messages to control
5356         messages.
5357         * switch-m.ad, switch-c.adb: Recognize new -gnatel/EL switches.
5358         * usage.adb: Add documentation of -gnatel/-gnateL Update
5359         documentation of -gnatwl/-gnatwL.
5360         * warnsw.adb: New handling of Elab_Warnings, Elab_Info_Messages
5361         * warnsw.ads (Elab_Info_Messages): New field in Warning_Record
5363 2014-02-25  Robert Dewar  <dewar@adacore.com>
5365         * einfo.ads, einfo.adb (Has_Shift_Operator): New flag.
5366         * gnat_rm.texi: Document pragma Provide_Shift_Operators.
5367         * interfac.ads: Minor code reorganization (add pragma
5368         Compiler_Unit_Warning).
5369         * par-prag.adb: Add dummy entry for Provide_Shift_Operators.
5370         * sem_ch3.adb (Build_Derived_Numeric_Type): Copy
5371         Has_Shift_Operator flag.
5372         * sem_intr.adb (Check_Intrinsic_Subprogram): Make sure
5373         Check_Shift is always called (Check_Shift): Set Has_Shift_Operator.
5374         * sem_prag.adb: Implement pragma Provide_Shift_Operators.
5375         * snames.ads-tmpl: Add entries for pragma Provide_Shift_Operators
5376         Add entry for Name_Amount.
5377         * checks.adb (Selected_Range_Checks): When checking for a null
5378         range, make sure we use the base type, and not the subtype for
5379         deciding a range is null.
5380         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Check
5381         for suspicious loop bound which is outside the range of the
5382         loop subtype.
5383         * gnat_ugn.texi: Add documentation section "Determining the
5384         Chosen Elaboration Order"
5385         * sem_ch13.adb (UC_Entry): Add field Act_Unit
5386         (Validate_Unchecked_Conversion): Store Act_Unit
5387         (Validate_Unchecked_Conversions): Test Warnings_Off in Act_Unit
5388         * treepr.adb: Minor reformatting.
5390 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
5392         * usage.adb: Minor: fix typo.
5394 2014-02-25  Robert Dewar  <dewar@adacore.com>
5396         * lib.ads, s-bitops.adb, s-bitops.ads, s-conca5.adb, gnat_rm.texi,
5397         s-conca5.ads, s-conca7.adb, s-conca7.ads, s-crc32.adb, s-crc32.ads,
5398         s-conca9.adb, s-conca9.ads, g-dyntab.adb, s-crtl.ads, g-dyntab.ads,
5399         s-excdeb.adb, s-addope.adb, s-addope.ads, s-carun8.adb, s-carun8.ads,
5400         g-htable.adb, g-htable.ads, g-hesora.adb, g-hesora.ads, s-conca2.adb,
5401         s-conca2.ads, a-comlin.adb, a-chlat1.ads, a-comlin.ads, errout.ads,
5402         a-except.adb, s-conca4.adb, a-except.ads, s-conca4.ads, s-conca6.adb,
5403         s-conca6.ads, g-spchge.adb, g-spchge.ads, g-u3spch.adb, g-u3spch.ads,
5404         a-strhas.ads, restrict.adb, aspects.adb, aspects.ads, s-conca8.adb,
5405         s-conca8.ads, back_end.adb, par-prag.adb, g-byorma.adb, g-byorma.ads,
5406         a-elchha.adb, a-elchha.ads, g-speche.adb, g-speche.ads, s-casuti.adb,
5407         s-assert.adb, s-casuti.ads, s-assert.ads, a-clrefi.adb, a-clrefi.ads,
5408         s-conca3.adb, s-conca3.ads, a-ioexce.ads: Implement pragma
5409         Compiler_Unit_Warning, change Compiler_Unit everywhere to
5410         Compiler_Unit_Warning.
5412 2014-02-25  Sergey Rybin  <rybin@adacore.com frybin>
5414         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Do not normalize
5415         in ASIS mode aggregates that are used as aspect definitions.
5417 2014-02-25  Robert Dewar  <dewar@adacore.com>
5419         * exp_ch7.adb, sem_util.adb, sem_util.ads, exp_ch6.adb: Minor
5420         reformatting.
5422 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5424         * freeze.adb (Freeze_Entity): If the return type of a function
5425         is a limited view, and the non-limited view has not been seen yet,
5426         defer freezing to some later point.
5428 2014-02-25  Robert Dewar  <dewar@adacore.com>
5430         * sem_ch3.adb: Minor reformatting.
5432 2014-02-25  Robert Dewar  <dewar@adacore.com>
5434         * s-excdeb.ads, s-except.ads, s-exctab.adb, s-exctab.ads, s-finmas.ads,
5435         s-htable.adb, s-htable.ads, s-imenne.adb, s-imenne.ads, s-imgenu.adb,
5436         s-imgenu.ads, s-mastop.adb, s-mastop.ads, s-memory-vms_64.adb,
5437         s-memory-vms_64.ads, s-memory.adb, s-memory.ads, s-os_lib.adb,
5438         s-os_lib.ads, s-parame.adb, s-parame.ads, s-purexc.ads, s-restri.adb,
5439         s-restri.ads, s-rident.ads, s-secsta.adb, s-secsta.ads, s-soflin.adb,
5440         s-soflin.ads, s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
5441         s-sopco5.adb, s-sopco5.ads, s-spsufi.ads, s-stache.adb, s-stache.ads,
5442         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads, s-strcom.adb,
5443         s-strcom.ads, s-strhas.adb, s-string.adb, s-string.ads, s-strops.adb,
5444         s-strops.ads, s-ststop.adb, s-ststop.ads, s-traceb.adb, s-traceb.ads,
5445         s-traent.adb, s-traent.ads, s-unstyp.ads, s-utf_32.adb, s-utf_32.ads,
5446         s-wchcnv.adb, s-wchcnv.ads, s-wchcon.adb, s-wchcon.ads, s-wchjis.adb,
5447         s-wchjis.ads, sem_ch11.adb, sem_ch4.adb, sem_ch5.adb, sem_prag.adb,
5448         snames.ads-tmpl: Change Compiler_Unit everywhere to
5449         Compiler_Unit_Warning.
5451 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
5453         * exp_ch6.adb (Add_Or_Save_Precondition): New routine.
5454         (Collect_Body_Postconditions_In_Decls): New routine.
5455         (Collect_Body_Postconditions_Of_Kind): Factor out code. Handle
5456         postcondition aspects or pragmas that appear on a subprogram
5457         body stub.
5458         (Collect_Spec_Preconditions): Factor out code. Handle
5459         precondition aspects or pragmas that appear on a subprogram
5460         body stub.
5461         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The analysis of
5462         aspects that apply to a subprogram body stub is no longer delayed,
5463         the aspects are analyzed on the spot.
5464         (SPARK_Aspect_Error):
5465         Aspects that apply to a subprogram declaration cannot appear in
5466         a subunit.
5467         * sem_ch10.adb Remove with and use clause for Sem_Ch13.
5468         (Analyze_Proper_Body): Add local variable Comp_Unit. Unum
5469         is now a local variable. Code cleanup. Analysis related to
5470         the aspects of a subprogram body stub is now carried out by
5471         Analyze_Subprogram_Body_Helper. Do not propagate the aspects
5472         and/or pragmas of a subprogram body stub to the proper body
5473         as this is no longer needed. Do not analyze the aspects of a
5474         subprogram stub when the corresponding source unit is missing.
5475         (Analyze_Protected_Body_Stub): Flag the illegal use of aspects
5476         on a stub.
5477         (Analyze_Task_Body_Stub): Flag the illegal use of
5478         aspects on a stub.
5479         (Optional_Subunit): Add local variable Unum.
5480         * sem_ch13.adb (Insert_Delayed_Pragma): Do not analyze a generated
5481         pragma when it applies to a subprogram body stub.
5482         * sem_prag.adb (Analyze_Pragma): Pragmas Contract_Cases,
5483         Depends and Global can now apply to a subprogram body stub as
5484         long as it acts as its own spec.
5485         (Analyze_Refined_Pragma):
5486         Code reformatting. Refinement pragmas cannot apply to a subunit.
5488 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
5490         * einfo.ads Update the usage of flag
5491         Uses_Sec_Stack. Uses_Sec_Stack now applies to E_Loop entities.
5492         * exp_ch5.adb (Expand_Iterator_Loop): The temporary for a cursor
5493         now starts with the letter 'C'. This makes reading expanded
5494         code easier.
5495         * exp_ch7.adb (Establish_Transient_Scope): Add local variable
5496         Iter_Loop. Signal that an Ada 2012 iterator loop requires
5497         secondary stack management when creating a transient scope for
5498         an element reference.
5499         * exp_util.adb (Process_Statements_For_Controlled_Objects):
5500         When wrapping the statements of a loop, pass the E_Loop entity
5501         to the wrapping machinery.
5502         (Wrap_Statements_In_Block): Add
5503         formal parameter Scop along with comment on usage. Add local
5504         variables Block_Id, Block_Nod and Iter_Loop. Mark the generated
5505         block as requiring secondary stack management when the block is
5506         created inside an Ada 2012 iterator loop. This ensures that any
5507         reference objects are reclaimed on each iteration of the loop.
5508         * sem_ch5.adb (Analyze_Loop_Statement): Mark the generated block
5509         tasked with the handling of container iterators as requiring
5510         secondary stack management. This ensures that iterators are
5511         reclaimed when the loop terminates or is exited in any fashion.
5512         * sem_util.adb (Add_Block_Identifier): New routine.
5513         (Find_Enclosing_Iterator_Loop): New routine.
5514         * sem_util.ads (Add_Block_Identifier): New routine.
5515         (Find_Enclosing_Iterator_Loop): New routine.
5517 2014-02-25  Robert Dewar  <dewar@adacore.com>
5519         * sinfo.ads: Minor reformatting.
5521 2014-02-25  Tristan Gingold  <gingold@adacore.com>
5523         * s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix.
5525 2014-02-25  Pascal Obry  <obry@adacore.com>
5527         * sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code.
5529 2014-02-25  Tristan Gingold  <gingold@adacore.com>
5531         * sem_ch10.adb: Minor comment fix.
5533 2014-02-25  Bob Duff  <duff@adacore.com>
5535         * s-tasdeb.adb: Misc cleanup of this package,
5536         including printing addresses in hexadecimal.
5537         (Write): Fix minor bug when taking 'Address of an empty string.
5539 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5541         * sem_prag.adb (Analyze_Part_Of): Reject state refinement in a
5542         public child unit when it does not refer to the abstract state
5543         of a public ancestor.
5545 2014-02-25  Yannick Moy  <moy@adacore.com>
5547         * sem_prag.adb (Analyze_Pragma/Pragma_Validity_Checks): Ignore pragma
5548         Validity_Checks in GNATprove and CodePeer modes.
5550 2014-02-25  Pascal Obry  <obry@adacore.com>
5552         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add package Install's
5553         Artifacts attribute.
5555 2014-02-25  Yannick Moy  <moy@adacore.com>
5557         * sem_prag.adb: Minor reformatting to get consistent messages.
5559 2014-02-25  Robert Dewar  <dewar@adacore.com>
5561         * checks.adb: Minor reformatting.
5562         * sinfo.ads (Do_Range_Check): Document that this flag is never
5563         passed to the back end.
5565 2014-02-25  Yannick Moy  <moy@adacore.com>
5567         * sem_ch3.adb, sem_ch5.adb, sem_ch9.adb, sem_prag.adb, sem_attr.adb,
5568         sem_ch6.adb: Remove useless references to SPARK RM in error messages.
5570 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
5572         * sem_res.adb (Appears_In_Check): New routine.
5573         (Resolve_Entity_Name): Remove local variables Prev and
5574         Usage_OK. Par is now a constant. Remove the parent chain traversal
5575         as the placement of a volatile object with enabled property
5576         Async_Writers and/or Effective_Reads must appear immediately
5577         within a legal construct.
5579 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
5581         * checks.adb (Apply_Selected_Range_Checks):
5582         Alphabetize local constants and variables. Add comments.
5583         Always insert a range check that requires runtime evaluation into
5584         the tree.
5586 2014-02-25  Robert Dewar  <dewar@adacore.com>
5588         * sem_attr.adb, sem_ch6.adb, par-ch3.adb: Minor reformatting.
5590 2014-02-25  Bob Duff  <duff@adacore.com>
5592         * s-tassta.adb (Finalize_Global_Tasks): Limit the number of loop
5593         iterations while waiting for independent tasks to terminate;
5594         if an independent task does not terminate, we do not want to
5595         hang here. In that case, the thread will be terminated when the
5596         process exits.
5597         * s-taprop-linux.adb (Abort_Task): Fix Assert to allow for ESRCH.
5599 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5601         * sem_prag.adb (Check_SPARK_Aspect_For_ASIS): New subprogram,
5602         used to perform pre-analysis of the expression for SPARK
5603         aspects that have a non-standard syntax, such as GLobal and
5604         Initializes. The procedure applies to the original expression
5605         in an aspect specification, prior to the analysis of the
5606         corresponding pragma, in order to provide semantic information
5607         for ASIS navigation purposes.
5608         (Analyze_Global_In_Decl_List, Analyze_Initializes_In_Decl_Part):
5609         Call new subprogram.
5611 2014-02-25  Yannick Moy  <moy@adacore.com>
5613         * sem_prag.adb: Remove obsolete reference to SPARK RM in error message.
5615 2014-02-25  Doug Rupp  <rupp@adacore.com>
5617         * init.c (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Enable for ARM.
5618         (__gnat_adjust_context_for_raise): Bump the PC by 2.
5620 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5622         * par-ch3.adb (P_Basic_Declarative_Items): In the case of a
5623         misplaced IS, add a statement sequence to improper body only if
5624         one has not been parsed already.
5626 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
5628         * sem_attr.adb (Analyze_Attribute, case 'Update): Check for
5629         mismatch when multidimensional array is updated with a single
5630         index.
5632 2014-02-25  Yannick Moy  <moy@adacore.com>
5634         * sem_ch3.adb, sem_ch5.adb, sem_prag.adb, sem_attr.adb, errout.ads,
5635         sem_ch6.adb: Mark most references to SPARK RM in error messages
5636         for removal.
5638 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5640         * par-ch3.adb (P_Basic_Declarative_Items): If an improper body
5641         appears in a list of basic declarations, complete the tree with
5642         an empty statement list, to prevent cascaded errors and crashes
5643         if semantic analysis is attempted.
5645 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5647         * g-sercom-mingw.adb (Open): Fix incorrect test for error return
5648         value.
5649         * erroutc.adb: Minor reformatting.
5651 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
5653         * sem_prag.adb (Check_Clause_Syntax): Account
5654         for a solitary input item in a dependency list.
5656 2014-02-24  Yannick Moy  <moy@adacore.com>
5658         * gnat1drv.adb (Adjust_Global_Switches): Do not
5659         use validity checks at all in GNATprove_Mode.
5661 2014-02-24  Robert Dewar  <dewar@adacore.com>
5663         * g-sercom-mingw.adb, g-sercom-linux.adb, sem_prag.adb, freeze.adb,
5664         atree.adb, atree.ads: Minor reformatting.
5666 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
5668         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not enforce
5669         global and dependence refinement when SPARK_Mode is off.
5670         * sem_ch7.adb (Analyze_Package_Body_Contract): Do not enforce
5671         state refinement when SPARK_Mode is off.
5672         * sem_ch13.adb (Analyze_Aspect_Specifications): Add local
5673         variable Decl. Insert the generated pragma for Refined_State
5674         after a potential pragma SPARK_Mode.
5675         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add local
5676         constant Deps. Remove local variable Expr. Check the syntax
5677         of pragma Depends when SPARK_Mode is off. Factor out the
5678         processing for extra parenthesis around individual clauses.
5679         (Analyze_Global_In_Decl_List): Items is now a constant. Check
5680         the syntax of pragma Global when SPARK_Mode is off.
5681         (Analyze_Initializes_In_Decl_Part): Check the syntax of pragma
5682         Initializes when SPARK_Mode is off.
5683         (Analyze_Part_Of): Check
5684         the syntax of the encapsulating state when SPARK_Mode is off.
5685         (Analyze_Pragma): Check the syntax of pragma Abstract_State when
5686         SPARK_Mode is off. Move the declaration order check with respect
5687         to pragma Initializes to the end of the processing. Do not verify
5688         the declaration order for pragma Initial_Condition when SPARK_Mode
5689         is off. Do not complain about a useless package refinement when
5690         SPARK_Mode is off.
5691         (Analyze_Refined_Depends_In_Decl_Part): Refs
5692         is now a constant. Check the syntax of pragma Refined_Depends
5693         when SPARK_Mode is off.
5694         (Analyze_Refined_Global_In_Decl_Part):
5695         Check the syntax of pragma Refined_Global when SPARK_Mode is off.
5696         (Analyze_Refined_State_In_Decl_Part): Check the syntax of pragma
5697         Refined_State when SPARK_Mode is off.
5698         (Check_Dependence_List_Syntax): New routine.
5699         (Check_Global_List_Syntax): New routine.
5700         (Check_Initialization_List_Syntax): New routine.
5701         (Check_Item_Syntax): New routine.
5702         (Check_State_Declaration_Syntax): New routine.
5703         (Check_Refinement_List_Syntax): New routine.
5704         (Has_Extra_Parentheses): Moved to the top level of Sem_Prag.
5706 2014-02-24  Robert Dewar  <dewar@adacore.com>
5708         * a-tags.adb, s-os_lib.adb: Minor reformatting.
5710 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5712         * g-sercom-mingw.adb, g-sercom-linux.adb (Raise_Error): Include
5713         strerror message, not just numeric errno value.
5715 2014-02-24  Doug Rupp  <rupp@adacore.com>
5717         * raise-gcc.c (exception_class_eq): Make endian neutral.
5719 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5721         * atree.ads, atree,adb (Copy_Separate_Tree): Remove Syntax_Only
5722         flag, and reset Etype and Analyzed attributes unconditionally
5723         when copying a tree that may be partly analyzed.
5724         * freeze.adb: Change calls to Copy_Separate_Tree accordingly.
5725         * sem_ch6.adb (Check_Inline_Pragma): If the Inline pragma appears
5726         within a subprogram body and applies to it, remove it from the
5727         body before making a copy of it, to prevent spurious errors when
5728         analyzing the copied body.
5730 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5732         * s-os_lib.adb (Errno_Message): Do not depend on Integer'Image.
5733         * s-oscons-tmplt.c: On VxWorks, include adaint.h only after
5734         vxWorks.h has been included.  Also ensure that file attributes
5735         related definitions are output even in cases where socket support
5736         is not enabled.
5737         * a-tags.adb: Code clean up.
5738         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Use -iquote
5739         instead of -I to add the main ada source directory to the header
5740         search path, in order to avoid conflict between our own "types.h"
5741         and VxWork's <types.h>.
5743 2014-02-24  Robert Dewar  <dewar@adacore.com>
5745         * atree.ads, atree.adb (Copy_Separate_Tree): Add Syntax_Only parameter.
5746         * debug.adb: Remove documentation of -gnatd.X, no longer used.
5747         * freeze.adb (Wrap_Imported_Subprogram): Fixed and activated.
5749 2014-02-24  Bob Duff  <duff@adacore.com>
5751         * gnat_ugn.texi: Improve documentation of gnatpp.
5753 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5755         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vms.ads,
5756         g-socthi-vxworks.adb, g-socthi-vxworks.ads, g-stseme.adb,
5757         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi.adb,
5758         g-socthi.ads, g-socket.adb (Host_Error_Message): Return a string, not
5759         a chars_ptr, because on Windows this is a renaming of
5760         Socket_Error_Message.
5762 2014-02-24  Robert Dewar  <dewar@adacore.com>
5764         * a-direct.adb, sem_ch5.adb, a-cfdlli.adb, a-cfhase.adb, a-tags.adb,
5765         s-filatt.ads, a-cforma.adb, sem_ch6.adb, g-socthi-mingw.adb,
5766         a-cfhama.adb, a-cforse.adb, a-cofove.adb: Minor reformatting and code
5767         reorganization.
5769 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5771         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Make sure
5772         that the source directory containing s-oscons-tmplt.c is on the
5773         include path, so that all internal header files are available.
5775 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5777         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): If the
5778         domain of iteration is an attribute reference 'Old, this is an
5779         Ada 2012 iterator and the loop must be rewritten as such.
5781 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5783         * s-fileio.adb (Errno_Message): Remove, use shared version from
5784         s-os_lib instead.
5785         * s-crtrun.ads, Makefile.rtl: Remove now unused unit.
5786         * g-stseme (Socket_Error_Message): Reimplement in terms of new
5787         s-os_lib function.
5788         * g-socthi.ads, g-socthi.adb: Change profile of
5789         Socket_Error_Message to return String to allow the above.
5790         * g-socket.adb, g-socthi-mingw.adb, g-socthi-mingw.ads,
5791         * g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
5792         * g-socthi-vxworks.ads: Update to account for the above profile
5793         change.
5794         * a-tags.adb: Use strlen builtin binding provided by s-crtl.
5795         * s-crtl.ads (strncpy): New procedure.
5796         * s-os_lib.adb (Copy_Attributes): Import just once (strncpy):
5797         Use import from s-crtl.
5798         * a-envvar.adb, osint.adb: Use imports of C runtime functions
5799         from s-crtl instead of re-importing locally.
5801 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
5803         * sem_prag.adb (Analyze_Global_Item): Emit the
5804         variable related checks concerning volatile objects only when
5805         SPARK_Mode is on.
5807 2014-02-24  Robert Dewar  <dewar@adacore.com>
5809         * sem_ch5.adb (Analyze_Iterator_Specification): use
5810         Error_Msg_Ada_2012_Feature.
5812 2014-02-24  Jose Ruiz  <ruiz@adacore.com>
5814         * s-rident.ads (Profile_Info): For Ravenscar, the restrictions
5815         No_Local_Timing_Events and No_Specific_Termination_Handlers
5816         must be set, according to the Ravenscar profile definition
5817         in D.13(6/3).
5819 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5821         * sem_ch6.adb (Analyze_Expression_Function): If this is a
5822         completion, freeze return type and its designated type if needed.
5824 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5826         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
5827         'Address): When moving initialization statements to a freeze
5828         entity, keep them under a single node (i.e. do not unwrap
5829         expressions with actions), and set the Initialization_Statements
5830         attribute again so that processing of a later pragma Import can
5831         still remove them.
5833 2014-02-24  Claire Dross  <dross@adacore.com>
5835         * a-cfdlli.adb, a-cfdlli.ads, a-cfhama.adb, a-cfhama.ads,
5836         a-cfhase.adb, a-cfhase.ads, a-cforma.adb, a-cforma.ads,
5837         a-cforse.adb, a-cforse.ads, a-cofove.adb, a-cofove.ads: Rename
5838         Left/Right to First_To_Previous/Current_To_Last.
5840 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5842         * adaint.h (struct file_attributes): New component "error"
5843         (__gnat_error_attributes): Accessor for the above.
5844         * adaint.c (__gnat_error_attributes): New subprogram
5845         (__gnat_stat): Fix returned value (expect errno value)
5846         (__gnat_stat_to_attr): Add management of error component (set to
5847         stat errno value, except for missing files where it is set to 0,
5848         and exists is set to 0).
5849         * osint.ads (File_Attributes_Size): Update per change above,
5850         also clarify documentation.
5851         * s-filatt.ads: New file, binding to file attributes related
5852         functions.
5853         * Makefile.rtl (s-filatt): New runtime unit.
5854         * s-crtl.ads (strlen): Expose binding to GCC builtin (falls back
5855         to library function if not available on target).
5856         * s-os_lib.ads, s-os_lib.adb (Errno_Message): New subprogram.
5857         * s-oscons-tmplt.c (SIZEOF_struct_file_attributes,
5858         SIZEOF_struct_dirent_alloc): New constants.
5859         * Make-generated.in (s-oscons.ads): Now requires adaint.h.
5860         * a-direct.adb (Fetch_Next_Entry): Fix incorrect buffer sizes.
5861         Perform appropriate error checking if stat fails (do not just
5862         ignore existing files if stat fails)
5863         * gcc-interface/Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Update
5864         dependencies.
5866 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
5868         * sem_prag.adb (Analyze_Global_Item): Move the check concerning
5869         the use of volatile objects as global items in a function to
5870         the variable related checks section.
5871         * sem_util.adb (Async_Readers_Enabled): Directly call
5872         Has_Enabled_Property.
5873         (Async_Writers_Enabled): Directly call Has_Enabled_Property.
5874         (Effective_Reads_Enabled): Directly call Has_Enabled_Property.
5875         (Effective_Writes_Enabled): Directly call Has_Enabled_Property.
5876         (Has_Enabled_Property): Rename formal parameter State_Id to Item_Id.
5877         Update the comment on usage. State_Has_Enabled_Property how handles
5878         the original logic of the routine. Add processing for variables.
5879         (State_Has_Enabled_Property): New routine.
5880         (Variable_Has_Enabled_Property): New routine.
5882 2014-02-24  Robert Dewar  <dewar@adacore.com>
5884         * sinfo.ads, sem_ch12.adb, sem_res.adb, sem_ch4.adb, par-ch12.adb:
5885         Minor reformatting.
5886         * atree.ads, atree.adb (Node35): New function.
5887         (Set_Node35): New procedure.
5888         * debug.adb: Define new debug flag -gnatd.X.
5889         * einfo.ads, einfo.adb (Import_Pragma): New field.
5890         * freeze.adb (Wrap_Imported_Procedure): New procedure (not
5891         really active yet, has to be activated with -gnatd.X.
5892         * sem_prag.adb (Set_Imported): Set new Import_Pragma
5893         field (Set_Imported): Don't set Is_Public (see
5894         Freeze.Wrap_Imported_Subprogram)
5895         * par-ch3.adb (P_Component_List): Handle unexpected null component.
5897 2014-02-24  Yannick Moy  <moy@adacore.com>
5899         * sem_ch3.adb: Correct reference to SPARK RM in error messages.
5900         * gnat_rm.texi: Correct documentation of attribute Update.
5902 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5904         * sem_ch5.adb (Analyze_Iterator_Specification): Reject container
5905         iterator in older versions of Ada.
5907 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
5909         * sem_ch5.adb, sem_aux.ads, sem_ch12.adb, gnat_ugn.texi, par.adb,
5910         par-ch12.adb: Change spelling 'parametrization' to 'parameterization'.
5912 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5914         * sinfo.ads, sinfo.adb: New attribute Generalized_Indexing, for
5915         indexed_components that are instances of Ada 2012 container
5916         indexing operations. Analysis and resolution of such nodes
5917         is performed on the attribute, and the original source is
5918         preserved for ASIS operations. If expansion is enabled, the
5919         indexed component is replaced by the value of this attribute,
5920         which is in a call to an Indexing aspect, in most case wrapped
5921         in a dereference operation.
5922         * sem_ch4.adb (Analyze_Indexed_Component): Create
5923         Generalized_Indexing attribute when appropriate.
5924         (Analyze_Call): If prefix is not overloadable and has an indexing
5925         aspect, transform into an indexed component so it can be analyzed
5926         as a potential container indexing.
5927         (Analyze_Expression): If node is an indexed component with a
5928         Generalized_ Indexing, do not re-analyze.
5929         * sem_res.adb (Resolve_Generalized_Indexing): Complete resolution
5930         of an indexed_component that has been transformed into a container
5931         indexing operation.
5932         (Resolve_Indexed_Component): Call the above when required.
5933         (Resolve): Do not insert an explicit dereference operation on
5934         an indexed_component whose type has an implicit dereference:
5935         the operation is inserted when resolving the related
5936         Generalized_Indexing.
5938 2014-02-24  Olivier Ramonat  <ramonat@adacore.com>
5940         * gnat_rm.texi, gnat_ugn.texi: Replace Ada Compiler by Ada Development
5941         Environment.
5943 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
5945         * sem_prag.adb (Check_Constituent_Usage): Remove leading spaces in
5946         error messages.
5947         (Inconsistent_Mode_Error): Remove leading spaces in error messages.
5948         Merge the expected and available mode errors.
5949         (Report_Unused_Constituents): Remove leading spaces in error messages.
5950         (Report_Unused_States): Remove leading spaces in error messages.
5952 2014-02-24  Thomas Quinot  <quinot@adacore.com>
5954         * par_sco.adb (Traverse_One): Refine categorization of statement
5955         SCOs.
5957 2014-02-24  Robert Dewar  <dewar@adacore.com>
5959         * aspects.ads, aspects.adb: Remove aspects Ada_2005 and Ada_2012,
5960         Pure_05, Pure_12 and Preelaborate_05.
5961         * gnat_rm.texi: Update accordingly.
5962         * sem_prag.adb: Document one argument form of Ada_05/Ada_2005
5963         pragmas Document one argument form of Ada_12/Ada_2012 pragmas
5964         Recognize one argument form of these pragmas only in GNAT mode
5965         (-gnatg).
5967 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
5969         * s-dimmks.ads: Replace symbol for temperature, previously the
5970         Greek letter Theta, by the ASCII @ sign.
5971         * s-diflio.ads: ditto.
5973 2014-02-24  Robert Dewar  <dewar@adacore.com>
5975         * exp_ch4.adb: Minor code reorganization (use OR for boolean
5976         variables).
5977         * sem_ch3.adb, sem_prag.adb, freeze.adb: Minor reformatting.
5979 2014-02-24  Ben Brosgol  <brosgol@adacore.com>
5981         * gnat_ugn.texi, projects.texi: Added the necessary conditionalization
5982         so that references to gnatmem and ASIS tools do not appear in the FSF
5983         edition of the GNAT User's Guide.
5985 2014-02-24  Yannick Moy  <moy@adacore.com>
5987         * freeze.adb (Freeze_Entity): Do not issue warning
5988         for pre/post being ignored on imported subprogram in GNATprove
5989         mode.
5991 2014-02-24  Robert Dewar  <dewar@adacore.com>
5993         * exp_ch5.adb, sem_ch5.adb, sem_type.adb, sem_res.adb, sem_attr.adb,
5994         stand.ads, sem_eval.adb: Minor reformatting.
5996 2014-02-24  Yannick Moy  <moy@adacore.com>
5998         * sem_prag.adb: Minor rewording in error message.
6000 2014-02-24  Johannes Kanig  <kanig@adacore.com>
6002         * exp_util.adb (Expand_Subtype_From_Expr): Do not expand subtypes in
6003         GNATprove_mode, gnat2why doesn't need nor use these types.
6005 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
6007         * exp_ch4.adb (Expand_N_Op_Expon): On the AAMP
6008         target, in the case of signed integer exponentiation that uses a
6009         run-time routine, always select the Exp_* versions, since overflow
6010         checking is automatically done by AAMP arithmetic instructions.
6012 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
6014         * sem_ch13.adb (Analyze_Aspect_Specifications):
6015         When the related context is a package instace, insert pragma
6016         Abstract_State after all internally-generated renamings related
6017         to the instance "header".
6019 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
6021         * sem_ch3.adb (Analyze_Declarations): Analyze Contract of abstract
6022         subprograms.
6023         * sem_disp.adb (Check_Dispatching_Context): A non-dispatching
6024         call to an abstract subprogram is legal if it appears in a
6025         pre/postcondition of another abstract operation.
6027 2014-02-24  Sergey Rybin  <rybin@adacore.com frybin>
6029         * gnat_ugn.texi: Misc updates.
6031 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
6033         * exp_prag.adb (Expand_Old): Set the type of the generated temporary.
6035 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
6037         * layout.adb (Layout_Variant_Record): Instantiate
6038         Generic_Check_Choices and call Check_Choices before calling
6039         Build_Discr_Checking_Funcs, since we need Others_Discrete_Choices
6040         set to prevent generating incorrect discriminant-checking
6041         functions for 'others' variants (functions that unconditionally
6042         return True rather than accounting for the values covered by the
6043         'others' choice).
6044         * sem_eval.ads (Subtypes_Statically_Compatible): Add formal
6045         Formal_Derived_Matching.
6046         (Subtypes_Statically_Match): Add formal Formal_Derived_Matching.
6047         * sem_eval.adb (Subtypes_Statically_Compatible): Pass new
6048         Formal_Derived_Matching formal to Subtypes_Statically_Match.
6049         (Subtypes_Statically_Match): Suppress the Object_Size matching
6050         test in the case where Formal_Derived_Matching is True.
6051         * sem_ch12.adb (Validate_Derived_Type_Instance): Pass
6052         True for Formal_Derived_Matching_Formal on the call to
6053         Subtypes_Statically_Compatible.
6055 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
6057         * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS): Robustify.
6059 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
6061         * gcc-interface/utils2.c (build_simple_component_ref): Fix formatting.
6062         Look through a conversion between original and packable version to get
6063         the base object.
6064         (build_component_ref): Rework comment and fix formatting.
6066 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
6068         * gnat_ugn.texi, vms_data.ads (gnatelim): Add description of
6069         project-specific options.
6071 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6073         * a-cbdlli.adb (Insert): When capacity exceeded, raise Capacity_Error,
6074         not Constraint_Error.
6075         * a-cbmutr.adb (Append_Child, Insert_Child, Prepend_Child): Ditto.
6076         * sem_ch5.adb: Code clean up.
6078 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
6080         * sem_prag.adb (Usage_Error): Remove local
6081         constant Typ. Remove the specialized diagnostics for unconstrained
6082         or tagged items as those are not part of the explicit input set
6083         of the related subprogram and should not be flagged.
6085 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6087         * sem_attr.adb: Add guard to preserve all errors.
6089 2014-02-20  Vincent Celier  <celier@adacore.com>
6091         * switch-m.adb (Normalize_Compiler_Switches): Take into account
6092         switches that are recorded in ALI files: -gnateA, -gnateE,
6093         -gnateF, -gnateinn, -gnateu, -gnateV and -gnateY.
6095 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6097         * sem_ch5.adb (Analyze_Iterator_Specification): Check legality
6098         of an element iterator form over a formal container with an
6099         Iterable aspect.
6100         * exp_ch5.adb (Build_Formal_Container_Iteration): Utility
6101         to create declaration and loop statements for both forms of
6102         container iterators.
6103         (Expand_Formal_Container_Element_Iterator): New procedure
6104         to handle loops of the form  "for E of C" when C is a formal
6105         container.
6106         (Expand_Formal_Container_Iterator): Code cleanup.
6108 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
6110         * sem_prag.adb (Add_Item_To_Name_Buffer): New routine.
6111         (Analyze_Contract_Case): Remove the use of
6112         "may". Replace "aspect Contract_Cases" to avoid categorization
6113         of aspect vs pragma.
6114         (Analyze_External_Property_In_Decl_Part): Remove the use of "formal".
6115         (Analyze_Global_Item): Remove
6116         the use of "formal", specify the subprogram.  Split the
6117         error message about a state with visible refinement into
6118         two. Remove the use of "global" from "volatile global item".
6119         (Analyze_Initialization_Item): Ensure that the SPARK RM reference
6120         is on one line.
6121         (Analyze_Input_Output): Update the call to
6122         Check_Mode. Specify the duplicated item. Reword the error
6123         message concerning an input of a null output list. Use "\"
6124         for error message continuation.
6125         (Analyze_Part_Of): Remove
6126         the use of "may". Use "\" for error message continuation.
6127         (Analyze_Refined_Depends_In_Decl_Part): Update the error
6128         message concerning a useless refinement to match the format
6129         of Refined_Global.
6130         (Analyze_Refined_Global_In_Decl_Part): Reword the error message
6131         concerning a useless refinement.
6132         (Analyze_Refinement_Clause): Use "\" for error message continuation.
6133         (Check_Constituent_Usage): Use "\" for error message continuation.
6134         (Check_Dependency_Clause): Use "\" for error message continuation.
6135         (Check_Matching_Constituent): Use "\" for error message continuation.
6136         (Check_Missing_Part_Of): Use "\" for error message continuation.
6137         (Check_Mode): Renamed to
6138         Check_Role. Update the comment on usage. Redo the error reporting
6139         to use Role_Error.
6140         (Check_Mode_Restriction_In_Enclosing_Context): Use "\" for error
6141         message continuation.
6142         (Find_Mode): Renamed to Find_Role. Update the parameter profile along
6143         with comment on usage. Update all occurrences of Is_Input and Is_Output.
6144         (Inconsistent_Mode_Error): Use "\" for error message continuation.
6145         (Input_Match): Use "\" for error message continuation.
6146         (Role_Error): New routine.
6147         (Set_Convention_From_Pragma): Use "\" for error message continuation.
6148         (Usage_Error): Add local variable Error_Msg. Build specialized error
6149         message showcasing the offending item kind. Redo the diagnostics for
6150         unconstrained types.
6152 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6154         * exp_util.adb (Is_Iterated_Container): Use high-level primitives
6155         to determine whether a type is a container type, rather than
6156         examining only its type declaration, so that subtypes and derived
6157         types are handled properly.
6159 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
6161         * gnat_ugn.texi: gnatmetric: add description of project-specific
6162         options.
6164 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6166         * sem_attr.adb (Analyze_Attribute, case 'Update): Verify that
6167         all choices in an association for a record type have the same
6168         type, as is done for record aggregates.
6170 2014-02-20  Robert Dewar  <dewar@adacore.com>
6172         * a-cborma.adb, a-cbhama.adb, a-cbdlli.adb, a-cbmutr.adb: Use pragma
6173         Unmodified rather than Warnings (Off). Make comments
6174         uniform in the four affected units.
6176 2014-02-20  Robert Dewar  <dewar@adacore.com>
6178         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
6179         Object_Size): For non-scalar types allow any value that is a
6180         multiple of 8.
6181         * gnat_rm.texi: Document Object_Size for composites more clearly.
6183 2014-02-20  Yannick Moy  <moy@adacore.com>
6185         * sem_util.ads, sem_util.adb (Default_Initialization): Remove function.
6187 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6189         * stand.ads: Raise_Type: new predefined entity, used as the type
6190         of a Raise_Expression prior to resolution.
6191         * cstand.adb: Build entity for Raise_Type.
6192         * sem_ch11.adb (Analyze_Raise_Expression): use Raise_Type as the
6193         initial type of the node.
6194         * sem_type.adb (Covers): Raise_Type is compatible with all
6195         other types.
6196         * sem_res.adb (Resolve): Remove special handling of Any_Type on
6197         Raise_Expression nodes.
6198         (Resolve_Raise_Expression): Signal ambiguity if the type of the
6199         context is still Raise_Type.
6201 2014-02-20  Robert Dewar  <dewar@adacore.com>
6203         * sem_ch12.adb (Validate_Access_Type_Instance): Add message if
6204         mismatching predicates.
6205         * sem_ch6.adb (Check_Conformance): Give better messages on
6206         predicate mismatch.
6207         * sem_eval.adb (Predicates_Match): Move to spec.
6208         * sem_eval.ads (Predicates_Match): Moved here from body.
6210 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6212         * a-cbmutr.adb: Use default value in Insert_Child.
6214 2014-02-20  Vincent Celier  <celier@adacore.com>
6216         * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call
6217         Stringt.Initialize in all project aware tools.
6219 2014-02-20  Doug Rupp  <rupp@adacore.com>
6221         * gnat_ugn.texi: Document gnatbind -X option.
6222         * vms_data.ads: Minor warnings documentation reformatting.
6224 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6226         * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant
6227         procedure for a base type.
6229 2014-02-20  Robert Dewar  <dewar@adacore.com>
6231         * sem_ch4.adb (Analyze_Case_Expression): Get type from first
6232         expression with type info.
6233         * sem_ch13.adb: Minor reformatting.
6234         * sem_eval.adb (Subtypes_Statically_Match): Make sure we return
6235         False if predicates do not match on the two types.
6237 2014-02-20  Arnaud Charlet  <charlet@adacore.com>
6239         * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]):
6240         In Relaxed_RM_Semantics mode, allow any static integer value,
6241         for compatibility with other compilers.
6243 2014-02-20  Vincent Celier  <celier@adacore.com>
6245         * errutil.adb (Initialize): Properly initialize entry in table
6246         Warnings when warnings are suppressed.
6248 2014-02-20  Robert Dewar  <dewar@adacore.com>
6250         * s-os_lib.ads: Add warning about non-portability of Rename_File.
6251         * sem_util.ads, sem_util.adb (Is_Junk_Name): New function.
6252         * sem_warn.adb: Use Is_Junk_Name to suppress some warnings.
6253         * gnat_ugn.texi: Document no warnings on junk variable names.
6254         * layout.adb: Minor code reorganization (use Ekind_In).
6255         * stringt.adb: Move initialization of Null_String_Id to Initialize
6256         routine.
6258 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6260         * sem_ch13.adb: Initialize optional Element_Id.
6262 2014-02-20  Robert Dewar  <dewar@adacore.com>
6264         * s-os_lib.ads (Rename_File): Minor commment addition.
6266 2014-02-20  Thomas Quinot  <quinot@adacore.com>
6268         * einfo.ads: Minor reformatting.
6270 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
6272         * aspects.adb (Exchange_Aspects): New routine.
6273         * aspects.ads (Exchange_Aspects): New routine.
6274         * atree.adb (Rewrite): Do not check whether the save node has
6275         aspects as it never will, instead check the node about to be clobbered.
6276         * einfo.adb (Write_Field25_Name): Abstract_States can appear in
6277         entities of generic packages.
6278         * sem_ch6.adb (Analyze_Expression_Function): Fix the parent
6279         pointer of an aspect specification list after rewriting takes place.
6280         * sem_ch7.adb (Analyze_Package_Body_Helper): Swap the aspect
6281         specifications of the generic template and the copy used for analysis.
6282         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Swap
6283         the aspect specifications of the generic template and the
6284         copy used for analysis.
6285         (Analyze_Package_Instantiation): Propagate the aspect specifications
6286         from the generic template to the instantiation.
6287         (Build_Instance_Compilation_Unit_Nodes): Propagate the aspect
6288         specifications from the generic template to the instantiation.
6289         * sem_ch13.adb (Analyze_Aspect_Specifications): Handle aspects
6290         Abstract_State, Initializes and Initial_Condition when they
6291         apply to a package instantiation.
6293 2014-02-20  Robert Dewar  <dewar@adacore.com>
6295         * stringt.adb: Add call to Initialize in package initialization.
6297 2014-02-20  Robert Dewar  <dewar@adacore.com>
6299         * a-crbtgk.adb, a-cihama.adb, a-coinve.adb, a-ciorse.adb, a-crbtgo.adb,
6300         a-cidlli.adb, a-cimutr.adb, a-cihase.adb, a-cohama.adb, a-coorse.adb,
6301         a-chtgke.adb, a-chtgop.adb, a-comutr.adb, a-ciorma.adb, a-cobove.adb,
6302         a-convec.adb, a-cohase.adb, a-chtgbk.adb, a-chtgbo.adb: Minor
6303         reformatting.
6305 2014-02-20  Bob Duff  <duff@adacore.com>
6307         * s-os_lib.ads: Minor: Remove incorrect comment.
6309 2014-02-20  Robert Dewar  <dewar@adacore.com>
6311         * sem_elab.adb (Check_Elab_Assign): Clearer warning message.
6313 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6315         * a-cborma.adb (Assign): When creating a node without a specified
6316         element, insert an uninitialized element in the map, because
6317         the instance may provide an element type with a default
6318         initialization, e.g a scalar with a Default_Value aspect.
6319         * a-cbhama.adb (Assign_Key): Remove useless Allocate procedure.
6320         (Insert): In the version without explicit element, provide an
6321         uninitialized element, as above.
6322         * a-cbdlli.adb (Append): In the version without explicit element,
6323         provide an uninitalized element, as above.
6324         (Allocate): Remove unused version.
6326 2014-02-20  Robert Dewar  <dewar@adacore.com>
6328         * sem_elab.adb: Minor code reorganization (use Nkind_In).
6329         * stringt.adb: Remove temporary pragma Warnings (Off).
6330         * stringt.ads: Add pragma Elaborate_Body to ensure initialization
6331         of Null_String_Id.
6333 2014-02-20  Matthew Heaney  <heaney@adacore.com>
6335         * a-chtgbk.adb (Replace): Use correct offset when calculating bucket
6336         index.
6338 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
6340         * sem_ch5.adb (Analyze_Iterator_Specification): Initialize
6341         properly the cursor type for subsequent volatile testing in SPARK
6342         mode, when domain is a formal container with an Iterabe aspect.
6344 2014-02-20  Robert Dewar  <dewar@adacore.com>
6346         * errout.adb (Set_Warnings_Mode_Off): Add Reason argument.
6347         (Set_Specific_Warning_Off): Add Reason argument.
6348         * errout.ads (Set_Warnings_Mode_Off): Add Reason argument.
6349         (Set_Specific_Warning_Off): Add Reason argument.
6350         * erroutc.adb (Warnings_Entry): Add Reason field
6351         (Specific_Warning_Entry): Add Reason field.
6352         (Warnings_Suppressed): return String_Id for Reason.
6353         (Warning_Specifically_Suppressed): return String_Id for Reason.
6354         * erroutc.ads (Warnings_Entry): Add Reason field.
6355         (Specific_Warning_Entry): Add Reason field.
6356         (Set_Specific_Warning_Off): Add Reason argument.
6357         (Set_Warnings_Mode_Off): Add Reason argument.
6358         (Warnings_Suppressed): return String_Id for Reason.
6359         (Warning_Specifically_Suppressed): return String_Id for Reason.
6360         * errutil.adb (Warnings_Suppressed): returns String_Id for Reason
6361         (Warning_Specifically_Suppressed): returns String_Id for Reason
6362         * gnat_rm.texi: Document that Warning parameter is string literal
6363         or a concatenation of string literals.
6364         * par-prag.adb: New handling for Reason argument.
6365         * sem_prag.adb (Analyze_Pragma, case Warning): New handling
6366         for Reason argument.
6367         * sem_util.ads, sem_util.adb (Get_Reason_String): New procedure.
6368         * sem_warn.ads (Warnings_Off_Entry): Add reason field.
6369         * stringt.adb: Set Null_String_Id.
6370         * stringt.ads (Null_String_Id): New constant.
6372 2014-02-20  Robert Dewar  <dewar@adacore.com>
6374         * einfo.ads: Minor comment addition: Etype of package is
6375         Standard_Void_Type.
6376         * checks.adb, exp_aggr.adb, exp_atag.adb, exp_attr.adb, exp_ch13.adb,
6377         exp_ch2.adb, exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb,
6378         exp_ch7.adb, exp_ch9.adb, exp_dbug.adb, exp_disp.adb, exp_imgv.adb,
6379         exp_intr.adb, exp_prag.adb, exp_sel.adb, exp_strm.adb, exp_util.adb,
6380         freeze.adb, rtsfind.adb, sem_aggr.adb, sem_attr.adb, sem_ch10.adb,
6381         sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb,
6382         sem_ch6.adb, sem_ch8.adb, sem_dim.adb, sem_prag.adb, sem_res.adb,
6383         sem_util.adb, tbuild.adb, tbuild.ads: Remove New_Reference_To.
6384         Replace all calls with calls to New_Occurrence_Of.
6386 2014-02-20  Robert Dewar  <dewar@adacore.com>
6388         * par-util.adb (Ignore, case of right paren): Make this a
6389         serious error.
6391 2014-02-19  Robert Dewar  <dewar@adacore.com>
6393         * sem_ch5.adb, sem_prag.adb, sem_attr.adb: Minor reformatting.
6394         * debug.adb: Remove -gnatd.X switch, no longer used.
6395         * styleg.adb (Check_Then): Remove check of -gnatd.X, check is
6396         now always made.
6398 2014-02-19  Bob Duff  <duff@adacore.com>
6400         * g-socket.ads: Minor: Correct some comments.
6402 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6404         * sem_ch5.adb: Inhibit iterator rewriting in ASIS mode.
6406 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
6408         * sem_ch13.adb (Analyze_Aspect_Specifications): Do not generate
6409         an error on out of range priorities if Relaxed_RM_Semantics.
6410         * sem_prag.adb (Analyze_Pragma): Ditto.
6412 2014-02-19  Bob Duff  <duff@adacore.com>
6414         * sem_attr.adb (Resolve_Attribute): Detect the case of F'Access
6415         where F denotes the renaming of an enumeration literal, and
6416         issue a specialized error message.
6418 2014-02-19  Matthew Heaney  <heaney@adacore.com>
6420         * a-chtgop.ads (Checked_Index): New operation.
6421         (Next): Changed mode of hash table.
6422         * a-chtgop.adb (Adjust, Delete_Node_Sans_Free): Detect tampering
6423         (Generic_Read, Reserve_Capacity): Ditto.
6424         (Generic_Equal): Detect tampering.
6425         (Next): Changed mode of hash table, detect tampering.
6426         * a-chtgke.ads (Checked_Index, Checked_Equivalent_Keys): New
6427         operation.
6428         (Find): Changed mode of hash table.
6429         * a-chtgke.adb (Checked_Equivalent_Keys): New operation
6430         (Delete_Key_Sans_Free, Generic_Conditional_Insert): Detect
6431         tampering.
6432         (Find): Changed mode of hash table, check for tampering.
6433         (Generic_Replace_Element): Check for tampering.
6434         * a-chtgbk.ads (Checked_Index, Checked_Equivalent_Keys): New operation.
6435         * a-chtgbk.adb (Checked_Index, Checked_Equivalent_Keys): New
6436         operation (Delete_Key_Sans_Free, Generic_Conditional_Insert):
6437         Detect tampering.
6438         (Find, Generic_Replace_Element): Check for tampering.
6439         * a-chtgbo.ads (Checked_Index): New operation.
6440         * a-chtgbo.adb (Checked_Index): New operation
6441         (Delete_Node_Sans_Free, Generic_Equal): Detect tampering.
6442         (Generic_Read, Next): Ditto.
6443         * a-cohase.adb, a-cihase.adb (Is_In): Changed mode of hash
6444         table (Difference, Intersection): Use variable view of
6445         source, detect tampering (Find, Is_Subset, Overlap): Use
6446         variable view of container (Symmetric_Difference, Union):
6447         Detect tampering (Vet): Use Checked_Index to detect tampering
6448         (Constant_Reference, Element, Find): Use variable view of
6449         container.
6450         (Update_Element_Preserving_Key): Detect tampering.
6451         * a-cbhase.adb (Difference, Find, Is_In): Use variable view
6452         of container.
6453         (Is_Subset): Ditto.
6454         (Equivalent_Sets, Overlap): Use Node's Next component.
6455         (Vet): Use Checked_Index to detect tampering.
6456         (Constant_Reference, Element, Find): Use variable view of container.
6457         (Update_Element_Preserving_Key): Detect tampering.
6458         * a-cohama.adb, a-cihama.adb, a-cbhama.adb (Constant_Reference,
6459         Element, Find): Use variable view of container.
6460         (Reference): Rename hash table component.
6461         (Vet): Use Checked_Index to detect tampering.
6463 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
6465         * adabkend.adb (Scan_Compiler_Arguments): Add missing handling
6466         of -nostdinc.
6468 2014-02-19  Thomas Quinot  <quinot@adacore.com>
6470         * tbuild.adb (New_Occurrence_Of, New_Rerefence_To): Guard
6471         against calls without Def_Id.
6473 2014-02-19  Claire Dross  <dross@adacore.com>
6475         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads, a-cforse.ads,
6476         a-cofove.ads: Add global annotations to subprograms.
6478 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6480         * sem_prag.adb (Analyze_Initial_Condition_In_Decl_Part): Remove
6481         constants Errors, Pack_Id and Pack_Init. Remove variable Vars.
6482         Initial_Condition no longer requires the presence of pragma
6483         Initialized. Do not try to diagnose whether all variables mentioned in
6484         pragma Initializes also appear in Initial_Condition.
6485         (Collect_Variables): Removed.
6486         (Match_Variable): Removed.
6487         (Match_Variables): Removed.
6488         (Report_Unused_Variables): Removed.
6490 2014-02-19  Thomas Quinot  <quinot@adacore.com>
6492         * gnat_rm.texi (pragma Stream_Convert): Minor rewording.
6494 2014-02-19  Robert Dewar  <dewar@adacore.com>
6496         * sem_util.adb, sem_util.ads, prj-conf.adb, s-os_lib.adb: Minor
6497         reformatting.
6499 2014-02-19  Vincent Celier  <celier@adacore.com>
6501         * prj-part.adb (Parse_Single_Project): Use the fully resolved
6502         project path, with all symbolic links resolved, to check if the
6503         same project is imported with a different unresolved path.
6504         * prj-tree.ads (Project_Name_And_Node): Component Canonical_Path
6505         changed to Resolved_Path to reflect that all symbolic links
6506         are resolved.
6508 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6510         * sem_util.ads, sem_util.adb (Get_Cursor_Type): Moved to sem_util
6511         from sem_ch13, for use elsewhere.
6512         * sem_ch13.adb (Get_Cursor_Type): Moved to sem_util.
6513         * sem_ch5.adb (Analyze_Iterator_Specification): Set properly the
6514         cursor type on the loop variable when the iteration is over o
6515         formal container.
6517 2014-02-19  Vincent Celier  <celier@adacore.com>
6519         * prj-conf.adb (Add_Default_GNAT_Naming_Scheme): Add declaration
6520         for an empty Target (Check_Target): Never fail when an empty
6521         target is declared in the configuration project.
6523 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6525         * sem_prag.adb (Check_Arg_Is_Local_Name): Argument is local if
6526         the pragma comes fron a predicate aspect and the context is a
6527         record declaration within the scope that declares the type.
6529 2014-02-19  Robert Dewar  <dewar@adacore.com>
6531         * gnat_rm.texi: Minor clarifications.
6532         * expander.adb, sem_aggr.adb: Add comments.
6534 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6536         * sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that
6537         applies to a subprogram body, the name is the current scope,
6538         rather than being declared in the current scope.
6539         (Analyze_Pragma, case No_Return): Handle properly a No_Return
6540         aspect applied to a subprogram body.
6542 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6544         * sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution
6545         of overloaded subprograms, and fix bug in handling of primitive
6546         operation Element.
6548 2014-02-19  Pascal Obry  <obry@adacore.com>
6550         * s-os_lib.adb: Minor reformatting.
6552 2014-02-19  Yannick Moy  <moy@adacore.com>
6554         * expander.adb (Expand): Do nothing inside generics.
6555         * sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside
6556         generics.
6558 2014-02-19  Yannick Moy  <moy@adacore.com>
6560         * exp_ch2.adb: Remove useless 'with' of unit Uintp.
6562 2014-02-19  Robert Dewar  <dewar@adacore.com>
6564         * sem_ch3.adb, style.adb, sem_prag.adb, sem_ch13.adb: Minor reformatting
6565         * a-sequio.adb: Remove useless pragma Extensions_Allowed (no
6566         longer needed).
6568 2014-02-19  Claire Dross  <dross@adacore.com>
6570         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads,
6571         a-cforse.ads, a-cofove.ads: Add Iterable aspect to formal containers.
6573 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6575         * sem_ch3.adb (Analyze_Declarations): Analyze
6576         a package contract at the end of the private declarations (if
6577         applicable), otherwise analyze it and the end of the visible
6578         declarations.
6580 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6582         * style.adb (Missing_Overriding): If subprogram is an
6583         instantiation, place warning on the instance node itself,
6584         without mention of the original generic. Do not emit message
6585         if explicit Ada version is older than the introduction of the
6586         overriding indicator.
6588 2014-02-19  Yannick Moy  <moy@adacore.com>
6590         * gnat_rm.texi: Doc clarifications.
6592 2014-02-19  Yannick Moy  <moy@adacore.com>
6594         * exp_util.adb (Remove_Side_Effects): Do not remove side-effects
6595         inside a generic.
6597 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6599         * sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from
6600         specified First primitive, rather than by name.
6601         (Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it,
6602         and extend error checking for missing primitives and incorrect
6603         signatures.
6605 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6607         * sem_ch3.adb (Check_Pragma_Implemented): Detect additional
6608         errors when a Synchronization aspect on an overriding protected
6609         operation does not match the given aspect on the overridden
6610         operation of an ancestor interface.
6612 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6614         * sem_prag.adb (Check_Loop_Pragma_Grouping): New routine.
6615         (Check_Loop_Pragma_Placement): Update
6616         comment on usage. Remove local variables Orig_Stmt and
6617         Within_Same_Sequence. Check that the current Loop_Invariant or
6618         Loop_Variant pragma is grouped together with other such pragmas.
6619         (Is_Loop_Pragma): New routine.
6620         (Prev_In_Loop): Removed.
6622 2014-02-19  Robert Dewar  <dewar@adacore.com>
6624         * par-ch6.adb (P_Return): For extended return, end column lines
6625         up with RETURN.
6626         * par.adb: Minor documentation clarification.
6628 2014-02-19  Yannick Moy  <moy@adacore.com>
6630         * sem_prag.adb (Check_Loop_Pragma_Placement): Add check
6631         that Loop_Invariant and Loop_Variant appear consecutively.
6632         * gnat_rm.texi Update documentation of Loop_Invariant and
6633         Loop_Variant pragmas.
6635 2014-02-19  Robert Dewar  <dewar@adacore.com>
6637         * debug.adb: Document -gnatd.X.
6638         * par-ch5.adb (P_If_Statement): Always check THEN, even if not
6639         first token
6640         (Check_Then_Column): Ditto.
6641         * styleg.adb (Check_Then): Allow THEN on line after IF.
6642         (Check_Then): Check THEN placement under control of -gnatd.X
6643         * styleg.ads (Check_Then): Now called even if THEN is not first
6644         token on line.
6645         * stylesw.ads (Style_Check_If_Then_Layout): Document new
6646         relaxed rules.
6647         * gnat_ugn.texi: For -gnatyi, THEN can now be on line after IF.
6649 2014-02-19  Robert Dewar  <dewar@adacore.com>
6651         * a-cfhama.adb, a-cfhase.adb, a-cforse.adb, a-cofove.adb, a-ngcefu.adb,
6652         a-teioed.adb, a-wtedit.adb, a-ztedit.adb, exp_ch5.adb, inline.adb,
6653         prj-pp.adb, prj-tree.adb, sem_ch12.adb, sem_ch8.adb,
6654         vms_conv.adb: Fix bad layout of IF statements
6656 2014-02-19  Robert Dewar  <dewar@adacore.com>
6658         * exp_util.adb (Side_Effect_Free): Scalar if expressions can be SEF.
6660 2014-02-19  Robert Dewar  <dewar@adacore.com>
6662         * exp_util.adb: Update comments.
6664 2014-02-19  Doug Rupp  <rupp@adacore.com>
6666         * bindgen.adb (Gen_Adainit) [VMS] New global Float_Format.
6667         * init.c (__gl_float_format): [VMS] New global.
6668         (__gnat_set_features): Call FP_CONTROL to set FPSR for the float
6669         representation in effect.
6671 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6673         * exp_ch6.adb Add with and use clause for Exp_Prag.
6674         (Expand_Contract_Cases): Relocated to Exp_Prag.
6675         * exp_ch6.ads (Expand_Contract_Cases): Relocated to Exp_Prag.
6676         * exp_prag.adb Add with and use clauses for Checks and Validsw.
6677         (Expand_Contract_Cases): Relocated from Exp_Ch6. Update the
6678         structure of the expanded code to showcase the evaluation of
6679         attribute 'Old prefixes. Add local variable Old_Evals. Expand
6680         any attribute 'Old references found within a consequence. Add
6681         circuitry to evaluate the prefixes of attribute 'Old that
6682         belong to a selected consequence.
6683         (Expand_Old_In_Consequence): New routine.
6684         * exp_prag.ads (Expand_Contract_Cases): Relocated from Exp_Ch6.
6685         * sem_attr.adb (Check_Use_In_Contract_Cases): Warn that a
6686         potentially unevaluated prefix is always evaluated.
6688 2014-02-19  Robert Dewar  <dewar@adacore.com>
6690         * exp_attr.adb (Expand_Min_Max_Attribute): Use Insert_Declaration
6691         (Expand_Min_Max_Attribute): Use Matching_Standard_Type.
6692         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove special
6693         handling for the case of Modify_Tree_For_C, this approach did
6694         not work.
6695         * exp_util.adb (Matching_Standard_Type): New function
6696         (Side_Effect_Free): New top level functions (from
6697         Remove_Side_Effects).
6698         * exp_util.ads (Side_Effect_Free): New top level functions
6699         (moved from body).
6700         * sinfo.ads: Minor comment updates.
6702 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6704         * exp_ch6.adb (Expand_Simple_Function_Return): If return
6705         type is unconstrained and uses the secondary stack, mark the
6706         enclosing function accordingly, to ensure that the value is not
6707         prematurely removed.
6709 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6711         * par.adb Alphabetize the routines in Par.Sync.
6712         (Resync_Past_Malformed_Aspect): New routine.
6713         * par-ch13.adb (Get_Aspect_Specifications): Alphabetize local
6714         variables. Code and comment reformatting. Detect missing
6715         parentheses on aspects [Refined_]Global and [Refined_]Depends
6716         with a non-null definition.
6717         * par-sync.adb: Alphabetize all routines in this separate unit.
6718         (Resync_Past_Malformed_Aspect): New routine.
6720 2014-02-19  Robert Dewar  <dewar@adacore.com>
6722         * sem_eval.ads, sem_eval.adb (Subtypes_Statically_Match): Return False
6723         if Esize values do not match.
6725 2014-02-19  Yannick Moy  <moy@adacore.com>
6727         * sinfo.ads: Minor comment update.
6729 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6731         * atree.ads: Minor reformatting (change Entity_Info to Einfo).
6733 2014-02-19  Thomas Quinot  <quinot@adacore.com>
6735         * exp_ch7.adb (Find_Node_To_Be_Wrapped): An assignment statement
6736         that has the No_Ctrl_Actions flag is a suitable node to be
6737         wrapped if the assigned expression has no finalization actions.
6738         * sem_eval.adb (Eval_Entity_Name): For a compile time known
6739         boolean value, mark the corresponding condition SCO as constant.
6741 2014-02-19  Robert Dewar  <dewar@adacore.com>
6743         * exp_util.adb: Minor reformatting.
6744         * exp_util.ads (Matching_Standard_Type): New function.
6745         * exp_ch7.adb: Minor reformatting.
6747 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6749         * sem_ch13.adb (Get_Cursor_Type): Use scope of iterable type
6750         to find declaration for Cursor, to handle properly the case of
6751         a discriminated iterable type.
6753 2014-02-19  Vincent Celier  <celier@adacore.com>
6755         * gnatcmd.adb (GNATCmd): Always replace the object dirs of
6756         imported library projects with the library ALI dirs, when setting
6757         the object paths.
6758         * prj-env.ads (Ada_Objects_Path): Correct comments about
6759         argument Including_Libraries.
6761 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
6763         * gnat_rm.texi: Minor spelling fixes.
6765 2014-02-19  Doug Rupp  <rupp@adacore.com>
6767         * init.c: Remove unneeded code.
6768         * fe.h (Float_Format): New macro
6769         * gcc-interface/trans.c (gigi): On VMS, set vms_float_format.
6771 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6773         * sem_prag.adb (Check_Refined_Global_Item):
6774         A state or variable acts as a constituent only it is part of an
6775         encapsulating state and the state has visible refinement.
6777 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6779         * sem_ch6.adb (Analyze_Subprogram_Contract): Do not warn on a
6780         postcondition for a function when the expression does not mention
6781         'Result but the function has in-out parameters.
6783 2014-02-19  Robert Dewar  <dewar@adacore.com>
6785         * gnat_rm.texi: Add documentation on Value_Size forcing biased
6786         representation.
6788 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6790         * lib-xref.ads Remove the small table of letter and symbol usage as we
6791         already have one.
6793 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6795         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Emit specific error
6796         messages depending on the offending misplaced aspect specifications.
6797         (Diagnose_Misplaced_Aspect_Specifications): New routine.
6799 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6801         * sem_ch13.adb (Get_Cursor): Utility to retrieve cursor type
6802         for iterable aspect primitives.
6803         (Resolve_Iterable_Operation): Use expected signature of iterable
6804         aspect to resolve primitive when overloading is present.
6805         (Validate_Iterable_Aspect, Analyze_Aspects_At_Freeze_Point): use it.
6806         (Check_Signature): Removed.
6808 2014-02-19  Yannick Moy  <moy@adacore.com>
6810         * sem_ch10.adb (Analyze_Proper_Body): Issue error on missing
6811         subunit in GNATprove_Mode.
6812         * sinfo.ads (GNATprove_Mode): Document error issued in GNATprove_Mode.
6814 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6816         * lib-xref.ads Alphabetize the contents of table
6817         Xref_Entity_Letters. Add an entry in table Xref_Entity_Letters
6818         for E_Abstract_State. List all letters and symbols in use.
6819         * sem_prag.adb (Analyze_Abstract_State): Update all calls
6820         to Create_Abstract_State to reflect the new signature.
6821         (Create_Abstract_State): Change subprogram profile and update
6822         the comment on usage. Use the proper location of the state
6823         declaration when creating a new abstract state entity. Do not
6824         generate an external name, but simply reuse the name coming from
6825         the state declaration.
6827 2014-02-19  Robert Dewar  <dewar@adacore.com>
6829         * exp_ch4.adb (Expand_N_Expression_With_Actions): Make sure
6830         declarations get properly inserted in Modify_Tree_For_C mode.
6831         * sinfo.ads: Minor comment addition.
6833 2014-02-19  Robert Dewar  <dewar@adacore.com>
6835         * par-ch9.adb, exp_ch5.adb, sem_ch5.adb, exp_attr.adb, sem_util.adb,
6836         sem_util.ads, sem_ch13.adb, sem_ch13.ads: Minor reformatting.
6838 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6840         * style.adb (Missing_Overriding): Warning does not apply in
6841         language versions prior to Ada 2005.
6842         * snames.ads-tmpl: Add Name_Iterable and Attribute_Iterable.
6843         * sem_attr.adb: Add Attribute_Iterable where needed.
6844         * exp_attr.adb: ditto.
6845         * exp_ch5.adb (Expand_Formal_Container_Loop): New procedure to
6846         handle loops and quantified expressions over types that have an
6847         iterable aspect.  Called from Expand_Iterator_Loop.
6848         * sem_ch5.adb (Analyze_Iterator_Specification): Recognize types
6849         with Iterable aspect.
6850         * sem_ch13.adb (Validate_Iterable_Aspect): Verify that the
6851         subprograms specified in the Iterable aspect have the proper
6852         signature involving container and cursor.
6853         (Check_Aspect_At_Freeze_Point): Analyze value of iterable aspect.
6854         * sem_ch13.ads (Validate_Iterable_Aspect): New subprogram.
6855         * sem_util.ads, sem_util.adb (Get_Iterable_Type_Primitive):
6856         New procedure to retrieve one of the primitives First, Last,
6857         or Has_Element, from the value of the iterable aspect of a
6858         formal container.
6859         (Is_Container_Element): Predicate to recognize expressions
6860         that denote an element of one of the predefined containers,
6861         for possible optimization.  This subprogram is not currently
6862         used, pending ARG discussions on the legality of the proposed
6863         optimization. Worth preserving for eventual use.
6864         (Is_Iterator): Recognize formal container types.
6865         * aspects.ads, aspects.adb: Add Aspect_Iterable where needed.
6867 2014-02-19  Robert Dewar  <dewar@adacore.com>
6869         * exp_attr.adb (Expand_Min_Max_Attribute): New procedure
6870         (Expand_N_Attribute_Reference): Use this procedure for Min and Max.
6871         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove object
6872         declarations from list of actions.
6873         * output.ads, output.adb (Delete_Last_Char): New procedure.
6874         * sinfo.ads: Document handling of Mod and expression with actions
6875         in Modify_Tree_For_C mode.
6877 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
6879         * par-ch9.adb (P_Task): Add a null statement to produce a
6880         well-formed task body when due to a previous syntax error the
6881         statement list is empty.
6883 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
6885         * sem_prag.adb (Check_Dependency_Clause): Account
6886         for the case where a state with a non-null refinement matches a
6887         null output list. Comment reformatting.
6888         (Inputs_Match): Copy a solitary input to avoid an assertion failure
6889         when trying to match the same input in multiple clauses.
6891 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
6893         * sem_attr.adb: Minor typo fix.
6895 2014-02-18  Robert Dewar  <dewar@adacore.com>
6897         * cstand.adb (Build_Signed_Integer_Type): Minor change of formal
6898         from Int to Nat (Build_Unsigned_Integer_Type): New procedure
6899         (Create_Standard): Create new unsigned types.
6900         * exp_ch4.adb (Expand_N_Op_Mod): Expand mod in Modify_Tree_For_C
6901         mode (Expand_N_Reference): Removed, problematic and not needed
6902         for now.
6903         * exp_ch4.ads (Expand_N_Reference): Removed, problematic and
6904         not needed for now.
6905         * exp_util.ads, exp_util.adb (Power_Of_Two): New function.
6906         * expander.adb: Remove call to Expand_N_Reference (problematic,
6907         and not needed now).
6908         * sem_aux.ads, sem_aux.adb (Corresponding_Unsigned_Type): New function.
6909         * stand.adb: Read and write unsigned type entities.
6910         * stand.ads: Add new unsigned types.
6912 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
6914         * sem_ch4.adb (Analyze_Call): Do not mark a function call
6915         as being inside an assertion expression as the flag is now removed.
6916         (Check_Ghost_Subprogram_Call): Do not query the
6917         In_Assertion_Expression flag as it is now removed, instead use
6918         a predicate function.
6919         * sem_elab.adb (Check_Internal_Call_Continue): Do not query the
6920         In_Assertion_Expression flag as it is now removed, instead use
6921         a predicate function.
6922         * sem_prag.ads: Add new table Assertion_Expression_Pragma.
6923         * sem_util.adb Add with and use clause for Sem_Prag.
6924         (In_Assertion_Expression_Pragma): New routine.
6925         * sem_util.ads (In_Assertion_Expression_Pragma): New routine.
6926         * sinfo.adb (In_Assertion_Expression): Removed.
6927         (Set_In_Assertion_Expression): Removed.
6928         * sinfo.ads Remove flag In_Assertion_Expression along with its
6929         use in nodes.
6930         (In_Assertion_Expression): Removed along with
6931         pragma Inline.  (Set_In_Assertion_Expression): Removed along
6932         with pragma Inline.
6934 2014-02-18  Sergey Rybin  <rybin@adacore.com frybin>
6936         * gnat_ugn.texi: gnatpp section: add note that '-j' cannot be
6937         used together with '-r', '-rf' or '-rnb' options.
6939 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
6941         * sem_attr.adb (Analyze_Attribute): Comment
6942         and code reformatting. Use separate routines to check the
6943         legality of attribute 'Old in certain pragmas. Verify
6944         the use of 'Old, 'Result and locally declared entities
6945         within the prefix of 'Old.
6946         (Check_References_In_Prefix): New routine.
6947         (Check_Use_In_Contract_Cases): New routine.
6948         (Check_Use_In_Test_Case): New routine.
6950 2014-02-18  Vincent Celier  <celier@adacore.com>
6952         * sem_aux.adb (Is_By_Reference_Type): For each components of
6953         a record type, check also if the component is volatile as it
6954         may have an aspect that makes it volatile. If it is, then the
6955         record type is a by reference type.
6957 2014-02-18  Robert Dewar  <dewar@adacore.com>
6959         * exp_attr.adb: Minor reformatting.
6960         * exp_ch4.ads, exp_ch4.adb (Expand_N_Reference): New procedure.
6961         * exp_util.adb (Remove_Side_Effects): Add conditional expressions
6962         as another case where we don't generate N_Reference nodes for
6963         primitive types.
6964         * expander.adb (Expand): Add call to Expand_N_Reference.
6966 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
6968         * sem_prag.adb (Analyze_Refined_Pragma): Remove
6969         local variable Pack_Spec. Refinement pragmas may now apply to
6970         bodies of both visible and private subprograms.
6972 2014-02-06  Robert Dewar  <dewar@adacore.com>
6974         * exp_attr.adb (Expand_Loop_Entry_Attribute):
6975         Minor change (Attr => N) (Expand_Pred_Succ): New name
6976         Expand_Pred_Succ_Attribute (Expand_N_Attribute_Reference, case
6977         Max): Expand into if expression if Modify_Tree_For_C mode.
6978         (Expand_N_Attribute_Reference, case Min): ditto
6979         * sinfo.ads: Modify_Tree_For_C takes care of expanding Min and
6980         Max attributes.
6982 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
6984         * sem_ch3.adb (Analyze_Object_Declaration): Do not generate
6985         predicate check if this is an internal declaration with
6986         No_Initialization set, as for an expanded aggregate component.
6988 2014-02-06  Doug Rupp  <rupp@adacore.com>
6990         * init.c (__gnat_default_resignal_p) [VMS]: Test for and resignal
6991         conditions with severity of "SUCCESS" or "INFORMATIONAL".
6993 2014-02-06  Yannick Moy  <moy@adacore.com>
6995         * sem_prag.adb (Analyze_Pragma): Analyze pragma
6996         Debug rewritten node before rewriting it as a null statement in
6997         GNATprove mode.
6999 2014-02-06  Robert Dewar  <dewar@adacore.com>
7001         * sem_attr.adb (Min_Max): New procedure.
7002         (Max_Alignment_For_Allocation_Max_Size_In_Storage_Elements): New
7003         procedure.
7005 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
7007         * gnat_ugn.texi, vms_data.ads: Add documentation of '-t' option for
7008         gnatmetric/gnatpp.
7010 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7012         * sem_prag.adb (Analyze_Abstract_State): Update
7013         all calls to Create_Abstract_State to pass the proper state
7014         "declaration".
7015         (Create_Abstract_State): Add new formal parameter
7016         State_Decl along with comment on usage. Establish a link between
7017         the abstract state entity and the state declaration.
7019 2014-02-06  Robert Dewar  <dewar@adacore.com>
7021         * sem_attr.adb (Analyze_Attribute, case Max): Check for improper
7022         comparison of unordered enumeration type.
7023         (Analyze_Attribute, case Max): Check for improper comparison of
7024         unordered enumeration type.
7025         * sem_res.adb (Bad_Unordered_Enumeration_Reference): Moved to
7026         sem_util.adb.
7027         * sem_util.ads, sem_util.adb (Bad_Unordered_Enumeration_Reference):
7028         Moved here from Sem_Res.
7030 2014-02-06  Robert Dewar  <dewar@adacore.com>
7032         * sem_ch3.adb, sem_prag.adb, sem_res.adb, lib-xref.adb: Minor
7033         reformatting.
7035 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7037         * sem_ch6.adb (Process_Formals): Error message reformatting.
7039 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7041         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Add local
7042         variable Spec. Do not inherit the null indicator from the
7043         subprogram body when generating the spec.
7045 2014-02-06  Robert Dewar  <dewar@adacore.com>
7047         * casing.adb (Determine_Casing): Consider SPARK_Mode to be
7048         mixed case.
7050 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
7052         * exp_ch6.adb (Is_Build_In_Place_Function): Predicate is false
7053         when the function has a foreign convention, but not if only the
7054         limited return type has such a convention.
7056 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7058         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Remove local
7059         variable Spec. Comment reformatting. Use Copy_Separate_Tree
7060         rather than New_Copy_Tree when building the corresponding
7061         subprogram declaration.
7063 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7065         * sem_prag.adb (Analyze_Global_Item): Remove
7066         the mode-related checks on abstract states with enabled external
7067         properties.
7068         (Property_Error): Removed.
7070 2014-02-06  Javier Miranda  <miranda@adacore.com>
7072         * lib-xref.adb (Generate_Reference): When
7073         generating the reference to the first private entity take care
7074         of handling swapped entities.
7076 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
7078         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
7079         gnatmetric.
7081 2014-02-06  Robert Dewar  <dewar@adacore.com>
7083         * exp_ch4.adb (Expand_N_Shift_Left): Handle shift counts greater
7084         than the word size when operating in Modify_Tree_For_C mode.
7085         * sinfo.ads: Add documentation section on Modify_Tree_For_C mode.
7087 2014-02-06  Robert Dewar  <dewar@adacore.com>
7089         * erroutc.adb (Warning_Specifically_Suppressed.Matches):
7090         compare is case insensitive.
7091         * gnat_rm.texi: Document that string compare for Warnings Off
7092         is now case insensitive.
7094 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
7096         * gnat_rm.texi: Small wording tweak.
7098 2014-02-06  Pascal Obry  <obry@adacore.com>
7100         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Included_Patterns
7101         and Included_Artifact_Patterns attribute definitions.
7103 2014-02-06  Yannick Moy  <moy@adacore.com>
7105         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set
7106         SPARK_Mode pragma component for all subprograms, including stubs.
7108 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7110         * sem_ch10.adb (Analyze_Package_Body_Stub): Maintain
7111         the configuration options of the enclosing context in a
7112         stack-like fasion.
7113         (Analyze_Subprogram_Body_Stub): Maintain the
7114         configuration options of the enclosing context in a stack-like
7115         fashion.
7117 2014-02-06  Robert Dewar  <dewar@adacore.com>
7119         * debug.adb: -gnatd.u sets Modify_Tree_For C
7120         * exp_ch4.adb (Expand_N_Op_Rotate_Left): Expand out
7121         if Modify_Tree_For_C (Expand_N_Op_Rotate_Right): ditto.
7122         (Expand_N_Op_Arithmetic_Right_Shift): ditto.
7123         * exp_intr.adb (Expand_Shift): Call expander so we do
7124         Modify_Tree_For_C expansions.
7125         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
7126         if -gnatd.u set.
7128 2014-02-06  Fedor Rybin  <frybin@adacore.com>
7130         * prj-proc.ads (Tree_Loaded_Callback): new type Callback used
7131         after the phase 1 of the processing of each aggregated project
7132         to get access to project trees of aggregated projects.
7133         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded
7134         If specified, On_New_Tree_Loaded is called after each aggregated
7135         project has been processed succesfully.
7136         (Process): new parameter On_New_Tree_Loaded.
7137         * prj-proc.adb (Process_Aggregated_Projects): On_New_Tree_Loaded
7138         callback added after processing of each aggregated project.
7139         (Recursive_Process): new parameter On_New_Tree_Loaded.
7140         (Process): new parameter On_New_Tree_Loaded.
7141         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded.
7142         * prj-conf.ads (Parse_Project_And_Apply_Config): new parameter
7143         On_New_Tree_Loaded.
7144         * prj-conf.adb (Parse_Project_And_Apply_Config): new parameter
7145         On_New_Tree_Loaded.
7147 2014-02-06  Bob Duff  <duff@adacore.com>
7149         * gnat_ugn.texi: Implement --insert-blank-lines and
7150         --preserve-blank-lines switches.
7152 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
7154         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
7155         gnatelim.
7157 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
7159         * gnat_rm.texi (Pragma Optimize_Alignment): Document the effect
7160         of the pragma on individual objects.
7162 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7164         * einfo.adb Node29 is now used as BIP_Initialization_Call.
7165         (BIP_Initialization_Call): New routine.
7166         (Set_BIP_Initialization_Call): New routine.
7167         (Write_Field29_Name): Add an entry for constants and variables.
7168         * einfo.ads Add new attribute BIP_Initialization_Call and update
7169         its usage in nodes.
7170         (BIP_Initialization_Call): New routine along with pragma Inline.
7171         (Set_BIP_Initialization_Call): New routine along with pragma Inline.
7172         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
7173         Add local declaration Res_Decl. Capture the build-in-place
7174         initialization call when the related object declaration has
7175         created a transient block.
7176         * exp_ch7.adb (Process_Transient_Objects): Add local variable
7177         Fin_Insrt. Recognize a scenario where an object declaration acts
7178         as a transient context and is initialized by a build-in-place
7179         function call.
7181 2014-02-06  Pascal Obry  <obry@adacore.com>
7183         * prj-util.adb (For_Interface_Sources): Fix handling of required
7184         bodies for aggregate libs.
7186 2014-02-06  Robert Dewar  <dewar@adacore.com>
7188         * nlists.ads: Minor comment clarifications.
7190 2014-02-06  Robert Dewar  <dewar@adacore.com>
7192         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
7193         if gnatd.V set.
7194         * opt.ads (Modify_Tree_For_C): New flag.
7195         * output.ads, output.adb (Last_Char): New function.
7197 2014-02-06  Pascal Obry  <obry@adacore.com>
7199         * projects.texi, prj-env.adb (Initialize_Default_Project_Path): Add
7200         share/gpr for cross-builds.
7202 2014-02-06  Robert Dewar  <dewar@adacore.com>
7204         * exp_util.ads, checks.adb, sem_prag.adb, prj-util.adb, sem_ch13.adb:
7205         Minor reformatting and code clean ups.
7207 2014-02-06  Pascal Obry  <obry@adacore.com>
7209         * prj-util.adb (For_Interface_Sources): Skip non compilable languages.
7210         * prj.ads: Minor typo fix in comment.
7212 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7214         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add
7215         local variable Expr. Flag clauses with extra parenthesis as this
7216         is not allowed by the syntax of the pragma. Code reformatting.
7218 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7220         * exp_attr.adb (Expand_N_Attribute_Reference): Alphabetize
7221         variables. Rename variabme Tnn to Temp. Do not create a temporary
7222         if assertions are disabled. Find enclosing routine _Postconditions
7223         and insert the temporary that captures the value of the prefix
7224         before the routine.
7225         * exp_ch6.adb (Build_Postconditions_Procedure):
7226         Insert the generated _Postconditions routine
7227         before the first source declaration of the related
7228         subprogram.
7229         (Insert_After_Last_Declaration): Removed.
7230         (Insert_Before_First_Source_Declaration): New routine.
7232 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
7234         * exp_util.adb, exp_util.ads (Within_Internal_Subprogram):
7235         Utility to determine whether current expansion is for the body
7236         of a predefined primitive operation.
7237         (Make_Predicate_Check): Use Within_Internal_Subpgram
7238         * checks.adb (Apply_Predicate_Check): Use
7239         Within_Internal_Subprogram
7240         * sem_ch13.adb (Freeze_Entity_Checks): Ditto.
7242 2014-02-06  Pascal Obry  <obry@adacore.com>
7244         * prj.ads, prj-util.adb: Minor reformatting.
7246 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
7248         * exp_ch6.adb (Expand_Subprogram_Contract, Append_Enabled_Item):
7249         Take into account the Split_PPC flag to ensure that conjuncts
7250         in a composite postcondition aspect are tested in source order.
7252 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7254         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Flag illegal
7255         use of SPARK_Mode.
7256         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Flag
7257         illegal use of SPARK_Mode.
7258         (Instantiate_Subprogram_Body): Flag illegal use of SPARK_Mode.
7259         * sem_prag.adb (Analyze_Pragma): Code reformatting.
7260         * sem_util.adb Add with and use clause for Aspects.
7261         (Check_SPARK_Mode_In_Generic): New routine.
7262         * sem_util.ads (Check_SPARK_Mode_In_Generic): New routine.
7264 2014-02-06  Thomas Quinot  <quinot@adacore.com>
7266         * a-calend.adb (Formatting_Operations.Split): Ensure that
7267         Time_Error is raised for invalid time values.
7269 2014-02-06  Arnaud Charlet  <charlet@adacore.com>
7271         * sem_prag.adb (Analyze_Pragma): Rewrite as a null statement
7272         in GNATprove_Mode.
7274 2014-02-06  Robert Dewar  <dewar@adacore.com>
7276         * einfo.ads, einfo.adb (Is_Discriminant_Check_Function): New flag.
7277         * exp_ch3.adb (Build_Dcheck_Function): Set
7278         Is_Discriminant_Check_Function.
7280 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7282         * exp_ch7.adb (Is_Subprogram_Call): Inspect
7283         the original tree in certain cases where a construct has been
7284         factored out and replaced by a reference to a temporary.
7286 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
7288         * sem_ch3.adb (Process_Full_View): Fix typo in the order of
7289         parameters when propagating predicate function to full view.
7290         (Find_Type_Of_Object): Freeze base type of object type to catch
7291         premature use of discriminated private type without a full view.
7293 2014-02-06  Robert Dewar  <dewar@adacore.com>
7295         * sprint.adb: Minor reformatting.
7297 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7299         * exp_ch4.adb (Process_Transient_Object): Add local variable
7300         Temp_Ins. When the transient object is initialized by an
7301         aggregate, the hook must capture the object after the last
7302         component assignment takes place.
7303         * exp_ch7.adb (Detect_Subprogram_Call): Expose the subprogram to
7304         routine Is_Subprogram_Call.
7305         (Is_Subprogram_Call): Inspect an
7306         aggregate that has been heavily expanded for subprogram calls.
7307         (Process_Transient_Objects): Add local variables Expr, Ptr_Id
7308         and Temp_Ins.  Remove the nested declare block and adjust the
7309         indentation. When the transient object is initialized by an
7310         aggregate, the hook must capture the object after the last
7311         component assignment takes place.
7313 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7315         * sem_prag.adb (Analyze_Global_Item): Detect illegal uses of
7316         external states with enabled properties that do not match the
7317         global mode.
7318         (Property_Error): New routine.
7319         * sem_res.adb (Property_Error): New routine.
7320         (Resolve_Actuals): Detect illegal uses of external variables with
7321         enabled properties in procedure calls that do not match the mode of
7322         the corresponding formal parameter.
7324 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
7326         * sem_util.adb (Has_Enabled_Property): Rename
7327         formal parameter Prop_Nam to Property. Update the comment on usage
7328         and all occurrences in the body. Add local variable Prop_Nam. When
7329         inspecting a property with an expression, the property name
7330         appears as the first choice of the component association.
7332 2014-02-04  Robert Dewar  <dewar@adacore.com>
7334         * exp_ch5.adb, einfo.ads, freeze.adb, sem_ch8.adb: Minor reformatting.
7336 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
7338         * sem_aggr.adb: Change "runtime" to "run time" in warning message,
7339         for consistency with other messages.
7341 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
7343         * exp_ch5.adb  (Expand_Iterator_Loop):  For a container element
7344         iterator, indicate that the element is a constant if the container
7345         type does not have a variable indexing aspect.
7346         * sem_ch8.adb (Analyze_Object_Renaming): If the entity is already
7347         marked as constant, do not reset its Ekind, to ensure that
7348         container elements in an element loop are not modified if the
7349         container (e.g. a hashed set) only has a constant indexing aspect.
7351 2014-02-04  Arnaud Charlet  <charlet@adacore.com>
7353         * g-souinf.ads: Subprograms in this unit are actually not pure.
7354         * freeze.adb (Freeze_Subprogram): Do not reset Is_Pure for Intrinsics.
7355         * einfo.ads (Is_Pure): Update doc to match implementation.
7357 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
7359         * exp_ch13.adb: Minor spelling fix.
7361 2014-02-04  Robert Dewar  <dewar@adacore.com>
7363         * opt.ads: Minor comment update.
7365 2014-02-04  Robert Dewar  <dewar@adacore.com>
7367         * exp_ch4.adb (Expand_N_Expression_With_Actions): Use Rewrite
7368         instead of Replace.
7370 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
7372         * sem_aggr.adb (Resolve_Array_Aggregate): Suppress warnings
7373         on null expressions if component type is non-null, when the
7374         corresponding association covers an empty range of index values.
7376 2014-02-04  Robert Dewar  <dewar@adacore.com>
7378         * sinfo.ads: Further comments on N_Expression_With_Actions node.
7380 2014-02-04  Hristian Kirtchev  <kirtchev@adacore.com>
7382         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
7383         variables Out_Items and Ref_Global. Remove local constant
7384         Body_Id along with dummy variables D1, D2, D3, D4, D5, D6, D7
7385         and D8. Remove the useless collection of global items as this
7386         was a leftover from an earlier version of the routine. Move
7387         several routines out to avoid deep nesting and indentation.
7388         (Inputs_Match): Add formal parameter Dep_Clause. Rename formal
7389         parameter Do_Checks to Post_Errors. Update the comment on usage.
7390         (Is_Matching_Input): Renamed to Input_Match. Add formal parameters
7391         Ref_Inputs and Do_Checks. Rename formal parameter Do_Checks
7392         to Post_Errors. Update the comment on usage. Account for the
7393         case where a self referential state may have a null input_list.
7394         (Is_Self_Referential): New routine.
7396 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
7398         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the
7399         entity renames an expression, as in the case of an object of
7400         an unconstrained type initialized by a function call, defer the
7401         rewriting of the expression to the expander.
7402         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case
7403         'Alignment): If the entity renames an expression, introduce
7404         temporary to capture value, and rewrite original declaration to
7405         use temporary.
7407 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
7409         * g-comlin.adb: Minor typo fix.
7411 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
7413         * freeze.adb (Freeze_All): Types derived from a formal
7414         access_to_classwide type do not have a finalization master.
7416 2014-02-04  Robert Dewar  <dewar@adacore.com>
7418         * sprint.adb: Minor reformatting.
7420 2014-02-04  Robert Dewar  <dewar@adacore.com>
7422         * exp_ch4.adb (Expand_N_Expression_With_Actions): Eliminate
7423         cases where Actions is a null list.
7424         * sinfo.ads (N_Expression_With_Actions): Actions can be
7425         temporarily empty during semantic analysis, but must be non-empty
7426         in the final expanded tree.
7428 2014-01-31  Robert Dewar  <dewar@adacore.com>
7430         * exp_ch9.adb: Minor reformatting.
7432 2014-01-31  Emmanuel Briot  <briot@adacore.com>
7434         * g-comlin.adb (Set_Command_Line): Take the switches
7435         configuration from the Command_Line_Config.
7437 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
7439         * sem_prag.adb (Analyze_Refinement_Clause): Guard against a malformed
7440         refinement clause.
7442 2014-01-31  Vincent Celier  <celier@adacore.com>
7444         * projects.texi: Add more documentation about others used as an
7445         index in indexed attributes.
7447 2014-01-31  Robert Dewar  <dewar@adacore.com>
7449         * gnat_ugn.texi: Minor update.
7450         * gnat_rm.texi: Add example to Restriction_Warnings documentation.
7451         * exp_util.adb: Minor reformatting.
7453 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
7455         * exp_ch9.adb (Expand_Entry_Barrier): Warn if the barrier
7456         depends on data that is not private to the protected object,
7457         and potentially modifiable in unsynchronized fashion.
7459 2014-01-31  Yannick Moy  <moy@adacore.com>
7461         * erroutc.adb (Validate_Specific_Warnings): Remove special case for
7462         GNATprove_Mode.
7464 2014-01-31  Robert Dewar  <dewar@adacore.com>
7466         * prj-attr.ads (First_Attribute_Of): Returns Empty_Attribute
7467         for Unknown_Package.
7468         * sem_ch6.adb, sem_attr.adb: Minor comment addition.
7470 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
7472         * exp_util.adb (Build_Allocate_Deallocate_Proc): Rewrite
7473         the logic that generates a runtime check to determine the
7474         controlled status of the object about to be allocated or
7475         deallocated. Class-wide types now always use a runtime check
7476         even if they appear as generic actuals.
7477         (Find_Object): Detect
7478         a special case that involves interface class-wide types because
7479         the object appears as a complex expression.
7481 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
7483         * sem_ch6.adb (Process_Formals): In Ada2012 mode, place
7484         subprogram with an incomplete untagged formals on the list of
7485         private dependents, to verify that the type is properly completed
7486         in the private part.
7487         * sem_attr.adb: Code clean up.
7489 2014-01-31  Robert Dewar  <dewar@adacore.com>
7491         * exp_ch6.adb: Minor reformatting.
7493 2014-01-31  Vincent Celier  <celier@adacore.com>
7495         * prj-attr.adb (First_Attribute_Of): Return Unknown_Attribute
7496         when Pkg is unknown.
7498 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
7500         * sem_res.adb (Resolve_Entity_Name): Comment
7501         reformatting. Allow volatile objects in various generated checks.
7503 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
7505         * sem_attr.adb (Analyze_Attribute, case 'Update): For a record
7506         component association, set the etype of the identifier, for
7507         SPARK use.
7509 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
7511         * exp_ch6.adb (Has_Visibility_Of_Subprogram): If type is not
7512         declared in a package, not checks can apply to the subprogram.
7514 2014-01-31  Robert Dewar  <dewar@adacore.com>
7516         * erroutc.adb (Validate_Specific_Warnings): Warnings are
7517         controlled -gnatw.W.
7518         * gnat_ugn.texi: Document new warnings controlled by -gnatw.w.
7519         * opt.ads (Warn_On_Warnings_Off): Now controls more cases.
7521 2014-01-31  Arnaud Charlet  <charlet@adacore.com>
7523         * exp_disp.adb: Update comments.
7525 2014-01-31  Yannick Moy  <moy@adacore.com>
7527         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
7528         Save_Global_References): Guard access to expression in aspect.
7530 2014-01-31  Yannick Moy  <moy@adacore.com>
7532         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode):
7533         Issue an error when the pragma is applied to a generic unit,
7534         a generic declaration, or inside a generic.
7536 2014-01-31  Yannick Moy  <moy@adacore.com>
7538         * sem_ch8.adb (Analyze_Subprogram_Renaming): Set SPARK_Mode on renaming
7539         entity.
7541 2014-01-31  Robert Dewar  <dewar@adacore.com>
7543         * exp_ch9.adb, s-tassta.adb, s-tposen.adb, s-tposen.ads: Minor
7544         reformatting.
7546 2014-01-31  Tristan Gingold  <gingold@adacore.com>
7548         * exp_disp.adb: Add a historic note.
7550 2014-01-31  Robert Dewar  <dewar@adacore.com>
7552         * sem_warn.adb (Warn_On_Useless_Assignments): Add call to
7553         Process_Deferred_References.
7555 2014-01-31  Yannick Moy  <moy@adacore.com>
7557         * erroutc.adb (Validate_Specific_Warnings): Do not issue a message for
7558         ineffective pragma Warnings(Off) in GNATprove_Mode.
7560 2014-01-31  Bob Duff  <duff@adacore.com>
7562         * s-taskin.ads: Minor comment fix.
7563         * s-tassta.adb (Abort_Dependents): Don't abort all dependents;
7564         just direct dependents. If this is actually an abort, each task
7565         will take care of aborting its dependents, so all dependents will
7566         get aborted, as before. However, when this is called the second
7567         time from Vulnerable_Complete_Master "for convenience" (i.e. to
7568         kill off tasks waiting at terminate alternatives), aborting
7569         indirect dependents is wrong, because it causes some unrelated
7570         tasks to get aborted.
7572 2014-01-31  Robert Dewar  <dewar@adacore.com>
7574         * sem_ch4.adb: Minor reformatting.
7576 2014-01-31  Robert Dewar  <dewar@adacore.com>
7578         * exp_ch2.adb: New calling sequence for Is_LHS.
7579         * frontend.adb: Add call to Process_Deferred_References.
7580         * lib-xref.ads, lib-xref.adb (Process_Deferred_References): New.
7581         (Deferred_References): New table.
7582         * sem_ch8.adb (Find_Direct_Name): Make deferred reference table
7583         entries.
7584         (Find_Expanded_Name): Ditto.
7585         * sem_res.adb: New calling sequence for Is_LHS.
7586         * sem_util.ads, sem_util.adb (Is_LHS): New calling sequence.
7587         * sem_warn.adb: Call Process_Deferred_References before issuing
7588         warnings.
7590 2014-01-31  Tristan Gingold  <gingold@adacore.com>
7592         * exp_util.adb (Corresponding_Runtime_Package): Restrict the
7593         use of System_Tasking_Protected_Objects_Single_Entry.
7594         * exp_ch9.adb (Build_Simple_Entry_Call): Remove Mode parameter
7595         of Protected_Single_Entry_Call.
7596         (Expand_N_Timed_Entry_Call): Remove single_entry case.
7597         * exp_disp.adb (Make_Disp_Asynchronous_Select_Body): Remove
7598         single_entry case.
7599         (Make_Disp_Timed_Select_Body): Likewise.
7600         * rtsfind.ads (RE_Timed_Protected_Single_Entry_Call): Remove.
7601         * s-tposen.adb (Send_Program_Error, PO_Do_Or_Queue): Remove
7602         Self_Id parameter.
7603         (Wakeup_Entry_Caller): Remove Self_ID and New_State parameters.
7604         (Wait_For_Completion_With_Timeout): Remove.
7605         (Protected_Single_Entry_Call): Remove Mode parameter
7606         (always Simple_Call).
7607         (Service_Entry): Remove Self_Id constant (not used anymore).
7608         (Timed_Protected_Single_Entry_Call): Remove.
7609         * s-tposen.ads (Timed_Protected_Single_Entry_Call): Remove.
7610         (Protected_Single_Entry_Call): Remove Mode parameter.
7612 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7614         * einfo.adb (Get_Pragma): Handle the retrieval of pragma Refined_Post.
7615         * einfo.ads (Get_Pragma): Update the comment on special pragmas
7616         handled by this routine.
7617         * sem_prag.adb (Analyze_Pragma): Add a legal pragma Refined_Post
7618         to the contract of the related subprogram body.
7619         * sem_util.adb (Add_Contract_Item): Handle the insertion of
7620         pragma Refined_Post into the contract of a subprogram body.
7621         * sinfo.ads Update the documentation of node N_Contract.
7622         * sem_res.adb (Resolve_Entity_Name): Add a guard
7623         to detect abstract states and variables only when checking the
7624         SPARK 2014 rules concerning volatile object placement.
7626 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
7628         * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): within an instance,
7629         null is compatible with any access type.
7631 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7633         * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
7634         placement is not in a package.
7636 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7638         * sem_util.adb (Has_Enabled_Property): Compare the character field of
7639         the sole property.
7641 2014-01-29  Robert Dewar  <dewar@adacore.com>
7643         * sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
7644         vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
7645         sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
7647 2014-01-29  Robert Dewar  <dewar@adacore.com>
7649         * sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
7650         * sem_warn.adb (Check_References): Suppress warnings if inside
7651         Initial_Condition pragma.
7653 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7655         * sem_prag.adb (Check_Missing_Part_Of): List all values of
7656         State_Space_Kind for readability reasons. Do not emit an error on
7657         a private item when the enclosing package lacks aspect/pragma
7658         Abstract_State. Do not emit an error on a private package
7659         instantiation when the corresponding generic template lacks
7660         visible state.
7661         (Has_Visible_State): New routine.
7662         * sem_util.adb (Find_Placement_In_State_Space): The visible
7663         declarations of any kind of child units in general act as proper
7664         placement location.
7666 2014-01-29  Robert Dewar  <dewar@adacore.com>
7668         * a-except-2005.adb, a-except.adb, a-excpol-abort.adb, a-exstat.adb,
7669         ali.adb, a-numaux.ads, a-numaux-darwin.ads, a-numaux-libc-x86.ads,
7670         a-numaux-vms.ads, a-numaux-vxworks.ads, a-numaux-x86.ads, aspects.ads,
7671         a-taside.adb, a-teioed.adb, a-textio.adb, a-textio.ads, atree.adb,
7672         atree.ads, a-witeio.adb, a-witeio.ads, a-wtedit.adb, a-ztedit.adb,
7673         a-ztexio.adb, bcheck.adb, binde.adb, checks.adb, comperr.adb,
7674         cstand.adb, debug_a.adb, einfo.ads, errout.adb, erroutc.adb,
7675         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb, exp_ch3.adb,
7676         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb, exp_dbug.adb,
7677         exp_disp.adb, exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_util.adb,
7678         freeze.adb, frontend.adb, g-comlin.ads, g-mbdira.adb, gnat1drv.adb,
7679         gprep.adb, g-spipat.adb, i-cpp.ads, i-vxwork.ads, i-vxwork-x86.ads,
7680         krunch.ads, layout.adb, lib-load.adb, lib-writ.adb, lib-writ.ads,
7681         live.adb, namet.ads, osint.adb, osint-c.adb, output.ads, par.adb,
7682         par-ch10.adb, par-ch13.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
7683         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-prag.adb,
7684         par-sync.adb, par-tchk.adb, par-util.adb, prj.adb, repinfo.adb,
7685         rtsfind.adb, s-arit64.adb, s-asthan-vms-alpha.adb,
7686         s-asthan-vms-ia64.adb, s-bignum.adb, scans.adb, scng.adb, s-dimmks.ads,
7687         sem_aggr.adb, sem_attr.adb, sem_aux.adb, sem_cat.adb, sem_ch10.adb,
7688         sem_ch12.adb, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb,
7689         sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_disp.adb, sem_elab.adb,
7690         sem_elim.adb, sem_eval.adb, sem_intr.adb, sem_prag.adb, sem_res.adb,
7691         sem_type.adb, sem_util.adb, sem_warn.adb, set_targ.adb, s-fatgen.adb,
7692         s-fatgen.ads, s-fileio.adb, s-imgcha.adb, s-imgrea.adb, sinfo.ads,
7693         sinput-c.adb, snames.ads-tmpl, s-os_lib.adb, sprint.adb,
7694         s-regpat.adb, s-secsta.adb, s-stalib.ads,
7695         s-stchop.adb, s-stoele.ads, stand.ads, s-taprop-solaris.adb,
7696         s-tasdeb-vms.adb, s-tasini.adb, s-tassta.adb, s-valdec.adb,
7697         s-valuti.adb, s-wchjis.adb, s-wchwts.adb, system.ads, system-vms_64.ads,
7698         system-vms-ia64.ads, treepr.adb, types.ads, uintp.adb, uname.adb,
7699         urealp.adb, usage.adb, vxaddr2line.adb: Minor reformatting.
7701 2014-01-29  Robert Dewar  <dewar@adacore.com>
7703         * expander.adb: Minor reformatting.
7705 2014-01-29  Javier Miranda  <miranda@adacore.com>
7707         * exp_ch3.adb (Predefined_Primitive_Bodies): Adding documentation to
7708         previous patch.
7710 2014-01-29  Javier Miranda  <miranda@adacore.com>
7712         * exp_ch3.adb (Predefined_Primitive_Bodies): Complete the code
7713         that checks if an interface types defines the predefined "="
7714         function because the compiler was erroneously not generating the
7715         predefined "=" primitive as soon as the name of some interface
7716         primitive is "=" (formals were not checked).
7718 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
7720         * expander.adb (Expander): In GNATprove mode, do not process
7721         transient scopes: they are in general not created in this mode,
7722         and an attempt to examine them will lead to constraint errors when
7723         processing configuration pragmas that have analyzable expressions.
7725 2014-01-29  Vincent Celier  <celier@adacore.com>
7727         * clean.adb (Gnatclean): Fail if main project is an aggregate
7728         project or if there is an aggregate library project in the
7729         project tree.
7730         * gnatcmd.adb: Fail if the main project is an aggregate project
7731         or if there is an aggegate library project in the project tree.
7732         * make.adb (Initialize): : Fail if main project is an aggregate
7733         project or if there is an aggregate library project in the
7734         project tree.
7735         * makeutl.ads (Aggregate_Libraries_In): New Boolean function.
7736         * prj-makr.adb (Initialize): Fail if the main project is an
7737         aggregate project or an aggregate library project.
7739 2014-01-29  Vincent Celier  <celier@adacore.com>
7741         * prj-part.adb (Check_Import_Aggregate): New procedure
7742         to check if an imported project is an aggregate project.
7743         (Parse_Single_Project): Call Check_Import_Aggregate
7744         * projects.texi: Document that aggregate projects cannot be
7745         extended or imported.
7747 2014-01-29  Robert Dewar  <dewar@adacore.com>
7749         * exp_ch9.adb, sem_ch7.ads, s-regexp.adb, sem_ch13.adb: Minor
7750         reformatting and code clean up.
7751         * gnat_ugn.texi: Add documentation section on Atomic Variables
7752         and Optimization.
7754 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7756         * einfo.adb Flag264 is now unused.
7757         (Has_Body_References): Removed.
7758         (Set_Has_Body_References): Removed.
7759         (Write_Entity_Flags): Remove the output for flag Has_Body_References.
7760         * einfo.ads Update the comment on usage of attribute
7761         Body_References. Remove attribute Has_Body_References and its
7762         usage in nodes.
7763         (Has_Body_References): Removed along with pragma Inline.
7764         (Set_Has_Body_References): Removed along with pragma Inline.
7765         * sem_prag.adb (Analyze_Global_Item): Move the call to
7766         Record_Possible_Body_Reference in the state related checks
7767         section. Add a comment intended function.
7768         (Analyze_Input_Output): Move the call to Record_Possible_Body_Reference
7769         in the state related checks section. Add a comment intended function.
7770         (Analyze_Refinement_Clause): Cleanup the illegal body reference
7771         reporting. Add a comment on timing of error reporting.
7772         (Record_Possible_Body_Reference): Reimplement the routine.
7774 2014-01-29  Vincent Celier  <celier@adacore.com>
7776         * makeutl.adb (Mains.Find_File_Add_Extension): Only look for specs for
7777         unit-based languages.
7778         (Mains.Complete_Mains.Do_Complete): Use the source file project
7779         tree when calling Find_File_Add_Extension. Use the correct
7780         project name when reporting an error.
7782 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
7784         * aspects.adb Add an entry for aspect Part_Of in table
7785         Canonical_Aspect.
7786         * aspects.ads Add an entry for aspect Part_Of in tables Aspect_Id,
7787         Aspect_Argument, Aspect_Names and Aspect_Delay.
7788         * atree.h Define Elist9.
7789         * atree.adb (Elist9): New routine.
7790         (Set_Elist9): New routine.
7791         * atree.ads (Elist9): New routine.
7792         (Set_Elist9): New routine.
7793         * einfo.adb Add Part_Of_Constituents and Encapsulating_State to
7794         the list of node usage.  Remove Refined_State from the list of
7795         node usage.
7796         (Encapsulating_State): New routine.
7797         (Get_Pragma):
7798         Handle pragma Part_Of; (Part_Of_Constituents): New routine.
7799         (Refined_State): Removed.
7800         (Set_Encapsulating_State): New routine.
7801         (Set_Part_Of_Constituents): New routine.
7802         (Set_Refined_State): Removed.
7803         (Write_Field9_Name): Add an entry
7804         for Part_Of_Constituents (Write_Field10_Name): Add an entry for
7805         Encapsulating_State. Remove the entry for Refined_State.
7806         * einfo.ads Add new attributes Encapsulating_State
7807         and Part_Of_Constituents alond with their usage in
7808         entities. Remove attribute Refined_State along with its
7809         usage in entities.
7810         (Encapsulating_State): New routine and
7811         pragma Inline.  (Get_Pragma): Update the comment on usage.
7812         (Part_Of_Constituents): New routine and pragma Inline.
7813         (Refined_State): Removed along with pragma Inline.
7814         (Set_Encapsulating_State): New routine and pragma Inline.
7815         (Set_Part_Of_Constituents): New routine and pragma Inline.
7816         (Set_Refined_State): Removed along with pragma Inline.
7817         * par-prag.adb Pragma Part_Of does not need any special processing
7818         by the parser.
7819         * sem_ch3.adb (Analyze_Declarations): Remove local variables
7820         Body_Id and Prag. Call separate routines to analyze the
7821         contract of a package [body].
7822         (Analyze_Object_Contract):
7823         Update the comment on usage. Remove local variables
7824         Items and Nam. Use Get_Pragma rather than traversing the
7825         classification list.  Verify whether the lack of indicator
7826         Part_Of agrees with the placement of the variable in state space.
7827         (Analyze_Object_Declaration): Initialize the encapsulating state
7828         of a variable.  (Requires_State_Refinement): Moved to sem_util.
7829         * sem_ch7.adb (Analyze_Package_Body_Contract): New routine.
7830         (Analyze_Package_Contract): New routine.
7831         * sem_ch7.ads (Analyze_Package_Body_Contract): New routine.
7832         (Analyze_Package_Contract): New routine.
7833         * sem_ch10.adb (Decorate_State): Initialize the encapsulating
7834         state and Part_Of constituents.
7835         * sem_ch13.adb (Analyze_Aspect_Specifications):
7836         Add processing for aspect Part_Of. Update all
7837         calls to Decorate_Delayed_Aspect_And_Pragma.
7838         (Check_Aspect_At_Freeze_Point): Aspect Part_Of does
7839         not need any special processing at freeze time.
7840         (Decorate_Delayed_Aspect_And_Pragma): Renamed to
7841         Decorate_Aspect_And_Pragma.  Add formal parameter Delayed and
7842         update the associated comment.
7843         * sem_prag.adb Add an entry for pragma Part_Of in table Sig_Flags.
7844         (Analyze_Abstract_State): Add new global variable State_Id. Remove
7845         local constants Errors and Loc. Remove local variables Is_Null
7846         and State_Nam. Create the entity of the abstract state on the
7847         spot, before all remaining checks are performed. Verify that a
7848         missing Part_Of option agrees with the placement of the abstract
7849         state within the state space.
7850         (Analyze_Depends_In_Decl_Part):
7851         Add new global variables Constits_Seen and States_Seen. Check
7852         that a state and a corresponding constituent do not appear
7853         in pragma [Refined_]Depends.
7854         (Analyze_Global_In_Decl_Part):
7855         Add new global variables Constits_Seen and States_Seen. Check
7856         that a state and a corresponding constituent do not appear
7857         in pragma [Refined_]Global.
7858         (Analyze_Global_Item):
7859         Remove the now obsolete code that deals with Part_Of.
7860         Add the entity of the global item to the list of processed
7861         items.  (Analyze_Initializes_In_Decl_Part): Add new global
7862         variables Constits_Seen and States_Seen. Check that a state
7863         and a corresponding constituent do not appear in pragma
7864         Initializes.
7865         (Analyze_Initialization_Item): Add the entity
7866         of the initialization item to the list of processed items.
7867         (Analyze_Input_Item): Add the entity of the initialization
7868         item to the list of processed items.
7869         (Analyze_Input_Output):
7870         Remove the now obsolete code that deals with Part_Of.  Add the
7871         entity of the input/output to the list of processed items.
7872         (Analyze_Part_Of): New routine.
7873         (Analyze_Part_Of_Option): Remove
7874         local constant Par_State. Add local constant Encaps and local
7875         variables Encaps_Id and Legal. Use Analyze_Part of to analyze
7876         the option. Turn the related state into a Part_Of constituent
7877         if the option is legal.
7878         (Analyze_Pragma): Add processing
7879         for pragma Part_Of.
7880         (Analyze_Refined_State_In_Decl_Part):
7881         Remove global constants Pack_Body and Spec_Id. Remove
7882         global variables Abstr_States and Hidden_States. Add new
7883         global variables Available_States, Body_Id, Body_States and
7884         Spec_Id. Add new local constant Body_Decl. Reimplement the
7885         logic that extracts the states available for refinement from
7886         the related package and the body hidden states of the said
7887         package.
7888         (Analyze_Refinement_Clause): Add local variable Part_Of_Constits.
7889         (Check_Applicable_Policy): Alphabetize body.
7890         (Check_Dependency_Clause): Replace Refined_State
7891         with Encapsulating_State.
7892         (Check_Matching_Constituent):
7893         Reimplement the logic that determines whether an item is a valid
7894         / invalid constituent of the current refined state. Return when
7895         a construct does not denote a valid abstract state. Extract the
7896         list of Part_Of constituents for further analysis. Check that all
7897         Part_Of constituents of a state have been used in its refinement.
7898         (Check_Matching_State): Update the comment on usage. Operate
7899         on the list of available states.
7900         (Check_Missing_Part_Of): New routine.
7901         (Check_Refined_Global_Item): Replace Refined_State
7902         with Encapsulating_State.
7903         (Check_State_And_Constituent_Use): New routine.
7904         (Create_Abstract_State): New routine.
7905         (Is_Matching_Input): Replace Refined_State with Encapsulating_State.
7906         (Is_Part_Of): Removed.
7907         (Collect_Body_States): New routine.
7908         (Collect_Constituent): Replace Refined_State with Encapsulating_State.
7909         (Collect_Hidden_States): Removed.
7910         (Report_Unrefined_States): Change the profile of the procedure along
7911         with the comment on usage.
7912         (Report_Unused_Constituents): New routine.
7913         (Report_Unused_Hidden_States): Removed.
7914         (Report_Unused_States): New routine.
7915         * sem_prag.ads (Check_Missing_Part_Of): New routine.
7916         * sem_util.adb (Add_Contract_Item): Pragma Part_Of can now
7917         appear in the classification pragmas of a package instantiation
7918         or a variable.
7919         (Find_Placement_In_State_Space): New routine.
7920         (Is_Child): Removed.
7921         (Is_Child_Or_Sibling): Remove formal
7922         parameter Private_Child. Remove the private child checks.
7923         (Requires_State_Refinement): Moved from sem_ch3.
7924         * sem_util.ads Add new type State_Space_Kind along with
7925         comment on its usage and values.
7926         (Add_Contract_Item): Update the comment on usage.
7927         (Find_Body_Discriminal): Alphabetize spec.
7928         (Find_Placement_In_State_Space): New routine.
7929         (Is_Child_Or_Sibling): Remove formal parameter Private_Child
7930         and update the comment on usage.
7931         (Requires_State_Refinement): Moved from sem_ch3.
7932         * sinfo.ads: Update the documentation of N_Contract.
7933         * snames.ads-tmpl The predefined name for Part_Of is now used
7934         to denote a pragma. Add Pragma_Id for Part_Of.
7936 2014-01-29  Emmanuel Briot  <briot@adacore.com>
7938         * s-regexp.adb (Create_Secondary_Table): Automatically grow the state
7939         machine as needed.
7940         (Dump): New subprogram.
7942 2014-01-29  Tristan Gingold  <gingold@adacore.com>
7944         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Add
7945         Expand_Entry_Declaration to factorize code.
7947 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
7949         * checks.adb: minor clarification.
7950         * sem_ch7.adb (Declare_Inherited_Private_Subprograms): Limit
7951         search for primitive operations to the entities that immediately
7952         follow the type declaration.
7954 2014-01-29  Tristan Gingold  <gingold@adacore.com>
7956         * exp_ch9.adb (Build_Protected_Entry): Do not call
7957         Complete_Entry_Body anymore.
7958         * rtsfind.ads (RE_Complete_Single_Entry_Body): Remove.
7959         * s-tposen.ads, s-tposen.adb (Complete_Single_Entry_Body): Remove.
7961 2014-01-29  Pierre-Marie Derodat  <derodat@adacore.com>
7963         * s-os_lib.adb, s-os_lib.ads (Normalize_Pathname): Return an empty
7964         string when the Name input bigger than allowed. Adapt the function
7965         specification.
7967 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
7969         * checks.adb (Install_Null_Excluding_Check): Do not emit warning
7970         if expression is within a case_expression of if_expression.
7972 2014-01-29  Robert Dewar  <dewar@adacore.com>
7974         * exp_ch9.adb, inline.ads: Minor reformatting.
7976 2014-01-29  Tristan Gingold  <gingold@adacore.com>
7978         * exp_ch9.adb (Is_Exception_Safe): Return true if no exceptions.
7980 2014-01-29  Yannick Moy  <moy@adacore.com>
7982         * inline.ads (Pending_Body_Info): Add SPARK_Mode and
7983         SPARK_Mode_Pragma components to be able to analyze generic
7984         instance.
7985         * sem_ch12.adb (Analyze_Package_Instantiation,
7986         Inline_Instance_Body, Need_Subprogram_Instance_Body,
7987         Load_Parent_Of_Generic): Pass in SPARK_Mode from instantiation
7988         for future analysis of the instance.
7989         (Instantiate_Package_Body,
7990         Instantiate_Subprogram_Body, Set_Instance_Inv): Set SPARK_Mode
7991         from instantiation to analyze the instance.
7993 2014-01-29  Robert Dewar  <dewar@adacore.com>
7995         * sem_ch7.adb, sem_prag.adb, sem_ch4.adb, sem_ch6.adb: Minor code
7996         reorganization.
7998 2014-01-29  Yannick Moy  <moy@adacore.com>
8000         * gnat_rm.texi: Update description of SPARK_Mode pragma.
8002 2014-01-29  Tristan Gingold  <gingold@adacore.com>
8004         * exp_ch9.adb (Expand_N_Protected_Body): Remove Num_Entries.
8006 2014-01-29  Thomas Quinot  <quinot@adacore.com>
8008         * sem_ch4.adb (Find_Component_In_Instance): Update comment.
8010 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
8012         * exp_util.adb (Build_Task_Image_Prefix): Indicate that the
8013         resulting string is an internal entity. and thus requires no
8014         initialization. This is relevant when Initialize_ Scalars is
8015         enabled, because the resultant spurious initialization may lead to
8016         secondary stack anomalies that produce a mangled name for a task.
8018 2014-01-29  Yannick Moy  <moy@adacore.com>
8020         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode
8021         not inherited from spec anymore. Check consistency
8022         rules after processing of declarations.
8023         * sem_ch7.adb (Analyze_Package_Body_Helper): SPARK_Mode not inherited
8024         from spec anymore. Check consistency rules after processing of
8025         declarations.
8026         (Analyze_Package_Declaration): Set SPARK_Mode only for non-generic
8027         packages.
8028         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode): Implement new
8029         consistency rules.
8031 2014-01-27  Robert Dewar  <dewar@adacore.com>
8033         * sem_res.adb (Resolve_Comparison_Op): Add type name/location
8034         to unordered msg.
8035         (Resolve_Range): Add type name/location to unordered msg.
8037 2014-01-27  Claire Dross  <dross@adacore.com>
8039         * a-cofove.adb/s (Copy): Add precondition so that Copy (Source,
8040         Capacity) is only called with Capacity >= Length (Source) and
8041         Capacity in Capacity_Range.
8042         * a-cfdlli.adb/s, a-cfhase.adb/s, a-cfhama.adb/s, a-cforse.adb/s,
8043         a-cforma.adb/s (Copy): Add precondition so that Copy (Source, Capacity)
8044         is only called with Capacity >= Source.Capacity. Raise Capacity_Error
8045         in the code is this is not the case.
8047 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8049         * sem_ch4.adb (Analyze_Selected_Component): Fix handling of
8050         selected component in an instance where the component of the
8051         actual is not visibile at instantiation.
8053 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8055         * sem_ch6.adb: sem_ch6.adb (Set_Actual_Subtypes): If the type
8056         has a dynamic predicate, generate freeze node for Actual_Subtype
8057         at once, because the declaration of the corresponding predicate
8058         function will make reference to it.
8060 2014-01-27  Tristan Gingold  <gingold@adacore.com>
8062         * exp_ch7.adb, exp_ch9.adb: Adjust comments.
8064 2014-01-27  Robert Dewar  <dewar@adacore.com>
8066         * exp_ch4.adb (Expand_N_Op_Expon): Remove unsigned type test
8067         for 2**X optimization.
8069 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8071         * a-suenst.adb: strings.utf_encoding.strings (Decode): Check
8072         explicitly whether value is in range of Character, because the
8073         library is typically compiled with range checks disabled, and
8074         we cannot rely on the implicit check on the argument of 'Val.
8076 2014-01-27  Vincent Celier  <celier@adacore.com>
8078         * a-ciorma.adb, a-cihama.adb (Assign): Copy the Source to the Target,
8079         not the Target to itself.
8081 2014-01-27  Robert Dewar  <dewar@adacore.com>
8083         * vms_conv.ads, ali.adb, sem_ch6.ads, opt.ads, vms_cmds.ads: Minor
8084         changes to avoid incorrect use of unordered enum types.
8086 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8088         * sem_ch4.adb: Minor reformatting.
8090 2014-01-27  Robert Dewar  <dewar@adacore.com>
8092         * scn.adb (Check_End_Of_Line): Removed.
8093         (Error_Long_Line): Removed.
8094         (Determine_License): Use versions of above routines from Scanner.
8095         * scng.adb (Check_End_Of_Line): Moved to spec.
8096         (Error_Long_Line): Removed, no longer used.
8097         * scng.ads (Check_End_Of_Line): Moved here from body.
8099 2014-01-27  Tristan Gingold  <gingold@adacore.com>
8101         * exp_ch7.adb (Build_Cleanup_Statements): Call
8102         Build_Protected_Subprogram_Call_Cleanup to insert the cleanup
8103         for protected body.
8104         * exp_ch9.adb (Build_Protected_Subprogram_Body): Likewise.
8105          Remove Service_Name variable.
8106         (Build_Protected_SUbprogam_Call_Cleanup): New procedure that
8107         factorize code from the above subprograms.
8108         * exp_ch9.ads (Build_Protected_Subprogram_Call_Cleanup): New procedure.
8110 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
8112         * einfo.adb (Has_Option): Reimplemented.
8113         * sem_prag.adb (Analyze_Refinement_Clause): Add global
8114         variables AR_Constit, AW_Constit, ER_Constit, EW_Constit,
8115         External_Constit_Seen and State. Add local variables Body_Ref,
8116         Body_Ref_Elmt and Extra_State. Reimplement part of the logic to
8117         avoid a cumbersome while pool. Verify the legality of an external
8118         state and relevant properties.
8119         (Check_External_Property): New routine.
8120         (Check_Matching_State): Remove parameter profile
8121         and update comment on usage.
8122         (Collect_Constituent): Store the
8123         relevant external property of a constituent.
8124         * sem_util.adb (Async_Readers_Enabled): Update the call to
8125         Has_Enabled_Property.
8126         (Async_Writers_Enabled): Update the call to Has_Enabled_Property.
8127         (Effective_Reads_Enabled): Update the call to Has_Enabled_Property.
8128         (Effective_Writes_Enabled): Update the call to Has_Enabled_Property.
8129         (Has_Enabled_Property): Rename formal parameter Extern to State_Id.
8130         Update comment on usage. Reimplement the logic to recognize the various
8131         formats of properties.
8133 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8135         * par-ch5.adb: Minor reformatting.
8137 2014-01-27  Tristan Gingold  <gingold@adacore.com>
8139         * s-tposen.ads: Harmonize style and comments.
8141 2014-01-27  Vincent Celier  <celier@adacore.com>
8143         * projects.texi: Document that shared library projects, by
8144         default, cannot import projects that are not shared library
8145         projects.
8147 2014-01-27  Robert Dewar  <dewar@adacore.com>
8149         * sem_ch8.adb (Find_Selected_Component): Use Replace instead
8150         of Rewrite.
8152 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8154         * a-suenco.adb, a-suenst.adb (Decode): Raise encoding error if
8155         any other exception is raised.
8156         (Convert): If both Input_Scheme and Output_Scheme are UTF_8 it is
8157         still necessary to perform a conversion in order to remove overlong
8158         encodings.
8160 2014-01-27  Robert Dewar  <dewar@adacore.com>
8162         * exp_smem.adb: Minor reformatting.
8164 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8166         * a-calfor.ads: Fix incorrect reference to operator "-" in comment.
8168 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8170         * sem_res.adb (Make_Call_Into_Operator): In ASIS mode, relocate
8171         nodes for operands to the original node for the call, to preserve
8172         Original_Node pointers within the resolved operands, given that
8173         they may have been rewritten as well. Previous approach copied
8174         the operands into a new tree and lost those pointers.
8176 2014-01-27  Claire Dross  <dross@adacore.com>
8179         * a-cofove.adb, a-cofove.ads: Add Strict_Equal function to the API.
8181 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8183         * sem_util.adb (Check_Internal_Protected_Use): A call through
8184         an anonymous access parameter of the current protected function
8185         is not a potential modification of the current object.
8187 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8189         * a-cobove.adb (Reserve_Capacity): Procedure raises
8190         Capacity_Error, not Constraint_Error, when request cannot be
8191         satisfied.
8193 2014-01-27  Vincent Celier  <celier@adacore.com>
8195         * a-coorma.adb, a-cohama.adb (Assign): Copy the Source to the Target,
8196         not the Target to itself.
8198 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8200         * exp_ch4.adb (Expand_Concatenate): If the target of the
8201         concatenation is a library-level entity, always use the off-line
8202         version of concatenation, regardless of optimization level. This
8203         is space-efficient, and prevents linking problems when some
8204         units are compiled with different optimization levels.
8206 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8208         * sem_ch5.adb: Code clean up.
8210 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8212         * par-ch5.adb (P_Iterator_Specification): Improve error recovery
8213         when an array or container iterator includes a subtype indication,
8214         which is only legal in an element iterator.
8216 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8218         * exp_ch7.adb: Minor reformatting.
8220 2014-01-27  Robert Dewar  <dewar@adacore.com>
8222         * opt.adb (SPARK_Mode): Default for library units is None rather
8223         than Off.
8224         * opt.ads: Remove AUTO from SPARK_Mode_Type SPARK_Mode_Type is
8225         no longer ordered.
8226         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Remove AUTO
8227         possibility.
8228         * snames.ads-tmpl (Name_Auto): Removed, no longer used.
8230 2014-01-27  Robert Dewar  <dewar@adacore.com>
8232         * par-ch5.adb (P_Sequence_Of_Statements): Make entry in
8233         Suspicious_Labels table if we have identifier; followed by loop
8234         or block.
8235         * par-endh.adb (Evaluate_End_Entry): Search Suspicious_Labels table.
8236         * par.adb (Suspicious_Labels): New table.
8238 2014-01-27  Robert Dewar  <dewar@adacore.com>
8240         * exp_aggr.adb (Check_Bounds): Reason is range check, not
8241         length check.
8243 2014-01-27  Yannick Moy  <moy@adacore.com>
8245         * get_spark_xrefs.adb (Get_SPARK_Xrefs): Accept new type 'c' for
8246         reference.
8247         * lib-xref-spark_specific.adb (Is_Global_Constant): Remove useless
8248         function now.
8249         (Add_SPARK_Xrefs): Include references to constants.
8250         * spark_xrefs.ads Document new character 'c' for references to
8251         constants.
8253 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8255         * exp_smem.adb (Add_Write_After): For a function call, insert write as
8256         an after action in a transient scope.
8258 2014-01-27  Thomas Quinot  <quinot@adacore.com>
8260         * exp_smem.adb (Expand_Shared_Passive_Variable): For a reference
8261         to a shared variable as an OUT formal in a call to an init proc,
8262         the 'Read call must be emitted after, not before, the call.
8264 2014-01-27  Robert Dewar  <dewar@adacore.com>
8266         * gnat_rm.texi: Remove mention of AUTO mode for SPARK_Mode pragma.
8268 2014-01-27  Robert Dewar  <dewar@adacore.com>
8270         * a-wichha.adb (Character_Set_Version): Change to output proper
8271         value.
8273 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
8275         * einfo.adb (Is_Input_Only_State): Removed.
8276         (Is_Non_Volatile_State): Removed.
8277         (Is_Output_State): Removed.
8278         * einfo.ads (Is_Input_Only_State): Remove attribute and
8279         subprogram. Update related entity.
8280         (Is_Non_Volatile_State):
8281         Remove attribute and subprogram. Update related entity.
8282         (Is_Output_State): Removed attribute and subprogram. Update
8283         related entity.
8284         * exp_ch6.adb (Expand_Subprogram_Contract): Update comment on
8285         generated code.
8286         * sem_ch3.adb (Analyze_Declarations): Analyze the contract of
8287         an object, not just variables.
8288         (Analyze_Object_Contract): New routine.
8289         (Analyze_Variable_Contract): Removed.
8290         (Process_Discriminants): Detect an illegal use of volatile
8291         discriminant in SPARK mode.
8292         * sem_ch5.adb (Analyze_Iterator_Specification):
8293         Detect an illegal use of volatile loop variable.
8294         (Analyze_Loop_Parameter_Specification): Detect an illegal use
8295         of volatile loop variable.
8296         * sem_ch6.adb (Process_Formals): Update the volatile object
8297         detection. Detect an illegal formal of mode IN OUT or OUT in
8298         SPARK mode. Enhance the error messages with references.
8299         * sem_ch12.adb (Instantiate_Object): Update the volatile object
8300         detection. Enhance the error messages with references.
8301         * sem_prag.adb (Analyze_Abstract_State): Enhance the error
8302         messages with references.
8303         (Analyze_Contract_Case): Enhance the error messages with references.
8304         (Analyze_External_Property): Call Check_Duplicate_Property to process
8305         an external property.
8306         (Analyze_External_Property_In_Decl_Part): New routine.
8307         (Analyze_External_State_In_Decl_Part): Removed.
8308         (Analyze_Global_Item): Detect an illegal
8309         use of a volatile constant. Detect an illegal use
8310         of a variable with enabled Effective_Reads. Enhance
8311         the error messages with references. Remove obsolete
8312         checks concerning Input_Only and Output_Only states.
8313         (Analyze_Initialization_Item): Enhance the error messages
8314         with references.
8315         (Analyze_Initializes_In_Decl_Part): Do not
8316         collect the states and variables when the initialization list
8317         is null.
8318         (Analyze_Input_Item): Enhance the error messages with references.
8319         (Analyze_Input_Output): Enhance the error messages with references.
8320         (Analyze_Pragma): Enhance the error messages with references.
8321         (Analyze_Refinement_Clause): Code reformatting.
8322         (Analyze_Refined_Depends_In_Decl_Part):
8323         Rename global variable Global to Reg_Global and update all
8324         occurrences. Add local variables D7 and D8. Update the error
8325         messages with references. Update the call to Collect_Global_Items.
8326         (Analyze_Refined_Global_In_Decl_Part): Add local variables
8327         Has_Proof_In_State, Proof_In_Constits and Proof_In_Items. Update
8328         the call to Collect_Global_Items.  Account for a Proof_In state
8329         in null / useless refinement checks. Verify the coverage of
8330         Proof_In states.
8331         (Check_Dependency_Clause): Remove local variable
8332         Out_Constits. Remove the retrieval and removal of constituents
8333         for an Output_Only state. Remove the reporting of unused
8334         Output_Only state constituents.
8335         (Check_Duplicate_Mode): Enhance
8336         the error message with a reference.
8337         (Check_Duplicate_Property): New routine.
8338         (Check_Duplicate_Option): Enhance the error message with a reference.
8339         (Check_External_Properties): Enhance the error message with a reference.
8340         (Check_Function_Return): Enhance the error message with a reference.
8341         (Check_In_Out_States): Update
8342         comment on usage. Add a specialized error message for Proof_In
8343         constituents. Enhance the error message with a reference.
8344         (Check_Input_States): Update comment on usage. Account for
8345         possible Proof_In constituents. Enhance the error message
8346         with a areference.
8347         (Check_Matching_Constituent): Enhance the error message with a
8348         reference.
8349         (Check_Matching_State): Enchance the error message with a reference.
8350         (Check_Mode): Add local variable From_Global. Update the call to
8351         Find_Mode.  Emit more precise error messages concerning extra items
8352         (Check_Mode_Restriction_In_Enclosing_Context): Consider
8353         pragma Refined_Global.  Enhance the error message with a
8354         reference.
8355         (Check_Mode_Restriction_In_Function): Enhance the error message with
8356         a reference.
8357         (Check_Output_States): Update comment on usage. Add local variable
8358         Posted.  Account for possible Proof_In constituents. Produce a detailed
8359         list of missing constituents.
8360         (Check_Proof_In_States): New routine.
8361         (Check_Refined_Global_Item): Handle Proof_In
8362         constituents. Enchance the error message with a reference.
8363         (Collect_Global_Items): Add formal parameters Proof_In_Items
8364         and Has_Proof_In_State. Update the comment on usage. Account
8365         for Proof_In items.
8366         (Create_Or_Modify_Clause): Enchance
8367         the error message with a reference.
8368         (Find_Mode): Add
8369         formal parameter From_Global. Update the comment on usage.
8370         Detect when the mode is governed by pragma [Refined_]Global.
8371         (Output_Constituents): Removed.
8372         (Report_Extra_Constituents):
8373         Report extra Proof_In constituents.
8374         (Report_Unused_Constituents): Removed.
8375         (Usage_Error): Code reformatting. Enhance the error
8376         messages with reference.
8377         * sem_prag.ads (Analyze_External_Property_In_Decl_Part): New routine.
8378         (Analyze_External_State_In_Decl_Part): Removed.
8379         * sem_res.adb (Resolve_Actuals): Update the volatile object
8380         detection. Enhance the error message with a reference.
8381         (Resolve_Entity_Name): Update the volatile object
8382         detection. Enhance the error message with a reference.
8383         * sem_util.adb (Is_Refined_State): Add a guard to avoid a crash.
8384         (Is_SPARK_Volatile_Object): New routine.
8385         (Has_Volatile_Component): New routine.
8386         * sem_util.ads (Is_Delegate): Alphabetized.
8387         (Is_SPARK_Volatile_Object): New routine.
8388         (Has_Volatile_Component): New routine.
8389         * snames.ads-tmpl: Remove names Name_Input_Only and Name_Output_Only.
8391 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
8393         * sem_attr.adb: Resolve fully prefix of 'Update.
8395 2014-01-27  Ben Brosgol  <brosgol@adacore.com>
8397         * gnat_rm.texi: Minor clarifications.
8399 2014-01-27  Robert Dewar  <dewar@adacore.com>
8401         * sem_elab.adb (Check_Internal_Call_Continue): Avoid complaining
8402         about call that is generated as part of an Initial_Condition
8403         check.
8404         * sem_prag.adb: Minor spelling correction.
8406 2014-01-27  Robert Dewar  <dewar@adacore.com>
8408         * sem_prag.adb (Set_Convention_From_Pragma): Check that
8409         convention Ghost can only apply to functions.
8410         * einfo.ads, einfo.adb (Is_Ghost_Subprogram): Add clarifying comment.
8412 2014-01-27  Robert Dewar  <dewar@adacore.com>
8414         * gnat_ugn.texi: Add Short_Enums to documentation of
8415         -gnatet/-gnateT.
8417 2014-01-27  Robert Dewar  <dewar@adacore.com>
8419         * sem_prag.adb (Analyze_Input_Item): Correct check for input
8420         item in same package.
8421         * sem_util.ads, sem_util.adb (Within_Scope): New function.
8423 2014-01-26  Arnaud Charlet  <charlet@adacore.com>
8425         * a-intnam-lynxos.ads, mlib-tgt-specific-lynxos.adb,
8426         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
8427         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-tpopsp-lynxos.adb,
8428         system-lynxos-ppc.ads, system-lynxos-x86.ads: Removed, no longer
8429         maintained.
8431 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
8433         * gcc-interface/Makefile.in: Fix oversight.
8435 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
8437         * gcc-interface/utils.c (convert_to_fat_pointer): Un-obfuscate the
8438         conversion from a thin pointer with a shifted value.
8439         * gcc-interface/utils2.c (gnat_build_constructor): Propagate the
8440         read-only flag from the values onto the result.
8441         (gnat_invariant_expr): Accept read-only CONSTRUCTORs.
8443 2014-01-25  Tristan Gingold  <gingold@adacore.com>
8445         * gcc-interface/decl.c (gnat_to_gnu_entity): Always build a variable
8446         for E_Variable with a pragma Linker_Section.
8448 2014-01-25  Robert Dewar  <dewar@adacore.com>
8450         * gcc-interface/decl.c (gnat_to_gnu_param): Make sure an Out parameter
8451         with Default_Value aspect is passed in by copy.
8453 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
8455         * set_targ.adb: Set Short_Enums.
8456         * gcc-interface/lang.opt (fshort-enums): New option.
8457         * gcc-interface/misc.c (gnat_handle_option): Handle it.
8458         (gnat_post_options): Do not modify the global settings.
8460 2014-01-24  Robert Dewar  <dewar@adacore.com>
8462         * g-rannum.ads, g-rannum.adb (Random_Ordinary_Fixed): New generic
8463         function.
8464         (Random_Decimal_Fixed): New generic function.
8465         * s-rannum.ads: Minor comment clarifications.
8467 2014-01-24  Robert Dewar  <dewar@adacore.com>
8469         * back_end.adb: Remove Short_Enums handling (handled in
8470         Ttypes/Get_Targ now) Minor added comments.
8471         * freeze.adb: Change name Short_Enums_On_Target to
8472         Target_Short_Enums.
8473         * get_targ.ads, get_targ.adb (Get_Short_Enums): New function.
8474         * opt.ads: Minor comment updates.
8475         * sem_ch13.adb: Change name Short_Enums_On_Target to
8476         Target_Short_Enums.
8477         * set_targ.adb: Set Short_Enums from gcc back end.
8478         * set_targ.ads (Short_Enums): New variable.
8479         * targparm.ads, targparm.adb: Remove Short_Enums entries (handled in
8480         Ttypes/Get_Targ now).
8481         * ttypes.ads (Target_Short_Enums): New constant boolean switch
8483 2014-01-24  Pascal Obry  <obry@adacore.com>
8485         * g-sercom-mingw.adb: Fix serial port name for port number > 10.
8487 2014-01-24  Gary Dismukes  <dismukes@adacore.com>
8489         * exp_disp.adb (Expand_Dispatching_Call): Call Unqualify on Param when
8490         comparing it with Ctrl_Arg, since Ctrl_Arg may have had qualification
8491         stripped off.
8493 2014-01-24  Robert Dewar  <dewar@adacore.com>
8495         * sinfo.ads, make.adb, prj-env.adb: Minor reformatting.
8497 2014-01-24  Vincent Celier  <celier@adacore.com>
8499         * prj.adb (Add_Aggregated_Project): Do not add a project in
8500         the list if it is already there.
8502 2014-01-24  Yannick Moy  <moy@adacore.com>
8504         * lib-xref-spark_specific.adb (Enclosing_Subprogram_Or_Package):
8505         Correct the search for a subrogram declaration to which a pragma is
8506         attached.
8508 2014-01-24  Bob Duff  <duff@adacore.com>
8510         * gnat_ugn.texi: Document --decimal-grouping and
8511         --based-grouping switches in gnatpp.
8513 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8515         * sinfo.ads: Documentation update.
8517 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8519         * sem_ch3.adb (Constant_Redeclaration): New declaration is
8520         illegal if previous one has an initial expression that is an
8521         aggregate expanded into assignments.
8523 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8525         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Small
8526         code reorganization to remove spurious warning on a loop with
8527         an array element iterator that has a null range.
8529 2014-01-24  Vincent Celier  <celier@adacore.com>
8531         * make.adb (Binding_Phase): When setting the Ada paths, use
8532         the library ALI dir, not the object dir in libraries.
8534 2014-01-24  Yannick Moy  <moy@adacore.com>
8536         * sinfo.ads: Add documentation of check flag fields.
8538 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8540         * sem_res.adb (Resolve_Actuals): If an actual is a view
8541         conversion of a discriminated object, and the formal type is
8542         discriminated and constrained, apply a discriminant check to
8543         the object itself.
8545 2014-01-24  Robert Dewar  <dewar@adacore.com>
8547         * prj.adb, prj-env.adb, back_end.adb: Add comment, minor code clean ups.
8549 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8551         * sem_ch3.adb (Analyze_Declarations): At the end of an
8552         appropriate declarative part, call Freeze_All from the first
8553         declaration in the scope, not from the first unfrozen one. This
8554         is necessary to apply visibility checks to entities with delayed
8555         aspects. Otherwise, in the presence of instantiations and cleanups
8556         that they may generate, the delayed aspects may be analyzed too
8557         late and produce spurious visibility errors.
8558         * sem_attr.adb: Place etype on range.
8559         * sem_ch6.adb: Documentation expression functions.
8561 2014-01-24  Robert Dewar  <dewar@adacore.com>
8563         * exp_ch7.adb: Minor change of Indices to Indexes (preferred
8564         terminology in compiler).
8566 2014-01-24  Robert Dewar  <dewar@adacore.com>
8568         * scans.ads: Remove Tok_Raise from Sterm, Eterm, After_SM
8569         categories, now that Ada 95 supports raise expressions.
8571 2014-01-24  Robert Dewar  <dewar@adacore.com>
8573         * freeze.adb (Freeze_Enumeration_Type): Use new target parameter
8574         Short_Enums_On_Target.
8575         * sem_ch13.adb (Set_Enum_Esize): Take Short_Enums_On_Target
8576         into account.
8577         * targparm.ads, targparm.adb: Add new target parameter Short_Enums.
8579 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8581         * sem_ch5.adb (Analyze_Iterator_Specification): If subtype
8582         indication is given explicity, check that it matches the array
8583         component type or the container element type of the domain
8584         of iteration.
8586 2014-01-24  Tristan Gingold  <gingold@adacore.com>
8588         * back_end.adb (Scan_Compiler_Arguments): Set Short_Enums_On_Target.
8589         * gcc-interface/misc.c (flag_short_enums): Declare.
8590         (gnat_post_options): Set it.
8592 2014-01-24  Vincent Celier  <celier@adacore.com>
8594         * prj-env.adb (Ada_Objects_Path): Use Ada_Objects_Path_No_Libs
8595         to cache the result when Including_Libraries is False.
8596         * prj-env.ads (Ada_Objects_Path): Update documentation
8597         * prj.adb (Free (Project_Id)): Also free Ada_Objects_Path_No_Libs
8598         (Get_Object_Directory): Return the Library_Ali_Dir only when
8599         when Including_Libraries is True.
8600         * prj.ads (Get_Object_Directory): Fix and complete documentation
8601         (Project_Data): New component Ada_Objects_Path_No_Libs
8603 2014-01-24  Robert Dewar  <dewar@adacore.com>
8605         * checks.adb (Expr_Known_Valid): Result of fpt operator never
8606         considered valid.
8608 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
8610         * back_end.adb: Minor fix in comment.
8612 2014-01-24  Javier Miranda  <miranda@adacore.com>
8614         * sem_ch3.adb (Check_Abstract_Overriding): Code reestructuration
8615         required to report the error in case of task types.
8617 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8619         * sem_attr.adb: Additional index checking.
8621 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8623         * sem_attr.adb (Analyze_Attribute, case 'Update): Analyze
8624         expressions in each component association, and for records note
8625         the entity in each association choice, for subsequent resolution.
8626         (Resolve_Attribute, case 'Update): Complete resolution of
8627         expressions in each component association.
8629 2014-01-24  Robert Dewar  <dewar@adacore.com>
8631         * sem.adb (Sem): Avoid premature reference to Current_Sem_Unit
8632         (this was causing Is_Main_Unit_Or_Main_Unit_Spec to be set wrong,
8633         leading to wrong handling of SPARK_Mode for library units).
8635 2014-01-24  Robert Dewar  <dewar@adacore.com>
8637         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set SPARK_Mode
8638         on generic instances (do not consider them to be internally
8639         generated)
8641 2014-01-24  Doug Rupp  <rupp@adacore.com>
8643         * s-osinte-android.ads (pthread_sigmask): Import sigprocmask
8644         vice pthread_sigmask.
8646 2014-01-24  Vincent Celier  <celier@adacore.com>
8648         * prj.adb (Debug_Output (Str, Str2)): Output if verbosity is
8649         not default.
8651 2014-01-24  Vincent Celier  <celier@adacore.com>
8653         * prj-ext.adb (Add): Do not output anything when Silent is True,
8654         whatever the verbosity. When Source is From_External_Attribute,
8655         set the corresponding environment variable if it is not already set.
8656         * prj-ext.ads (Add): New Boolean parameter Silent, defaulted
8657         to False
8658         * prj-proc.adb (Process_Expression_For_Associative_Array):
8659         For attribute External, call Prj.Ext.Add with Silent set to
8660         True for the child environment, to avoid useless output in non
8661         default verbosity.
8663 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8665         * sem_res.adb (Set_Slice_Subtype): Handle properly a discrete
8666         range given by a subtype indication, and force evaluation of
8667         the bounds, as for a simple range.
8668         * exp_util.adb (Evaluate_Slice_Bounds): Utility to force evaluation
8669         of bounds of slice for various kinds of discrete ranges.
8670         (Evaluate_Name, Evaluate_Subtype_From_Expr): use
8671         Evaluate_Slice_Bounds.
8673 2014-01-24  Bob Duff  <duff@adacore.com>
8675         * s-taskin.ads (Activator): Make this Atomic, because
8676         Activation_Is_Complete reads it, and that can be called
8677         from any task. Previously, this component was only
8678         modified by the activator before activation, and by
8679         Self after activation.
8680         * a-taside.ads, a-taside.adb (Environment_Task,
8681         Activation_Is_Complete): Implement these missing functions.
8683 2014-01-24  Doug Rupp  <rupp@adacore.com>
8685         * init.c: Add a handler section for Android.
8687 2014-01-24  Arnaud Charlet  <charlet@adacore.com>
8689         * i-cexten.ads (Unsigned_33..64, Unsigned_33..64): New types.
8691 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8693         * sem_ch4.adb (Operator_Check): If one operand is a
8694         Raise_Expression, set its type to that of the other operand.
8695         * sem_res.adb (Resolve_Raise_Expression): new procedure.
8696         (Resolve_Actuals): For an actual that is a Raise_Expression,
8697         set the type to that of the formal.
8698         * sem_type.adb (Find_Unique_Type): If one of the operands is a
8699         Raise_Expression, return type of the other operand.
8701 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8703         * sem_aggr.adb (Resolve_Record_Aggregate): If a scalar
8704         component of the record has a type with a default aspect, and
8705         the corresponding aggregate component is initiaized with a box,
8706         use the default value in the rewritten aggregate.
8708 2014-01-24  Tristan Gingold  <gingold@adacore.com>
8710         * s-interr.ads, s-interr.adb, s-interr-hwint.adb, s-interr-vms.adb,
8711         s-interr-sigaction.adb,
8712         s-interr-dummy.adb (Install_Restricted_Handlers): Add Prio parameter.
8713         * exp_ch9.adb (Make_Initialize_Protection): Add Prio parameter
8714         to the call to Install_Restricted_Handlers.
8716 2014-01-24  Emmanuel Briot  <briot@adacore.com>
8718         * prj-nmsc.adb (Check_File): Add protection when the source is
8719         not fully initialized.
8721 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
8723         * sem_util.adb (Is_Post_State): In a postcondition, a selected
8724         component that denotes an implicit dereference is a reference
8725         to the post state of the subprogram.
8727 2014-01-24  Robert Dewar  <dewar@adacore.com>
8729         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode OFF
8730         for generated subprograms.
8731         (Analyze_Subprogram_Specification): Ditto.
8733 2014-01-24  Vincent Celier  <celier@adacore.com>
8735         * prj-dect.adb (Check_Attribute_Allowed): Detect more forbidden
8736         attributes in package Builder of aggregate and aggregate library
8737         projects.
8738         * prj-nmsc.adb (Process_Naming_Scheme.Check.Check_Aggregate):
8739         Remove procedure (Process_Naming_Scheme.Check.Check_Aggregated):
8740         Remove parameters.  Change error message from "... externally
8741         build library ..." to "... externally built project ...".
8742         (Process_Naming_Scheme.Check): Do not do any check in aggregate
8743         project, as attribute Library_Dir and Library_Name have already
8744         been detected as forbidden.
8746 2014-01-24  Vincent Celier  <celier@adacore.com>
8748         * prj-env.adb (Find_Project): If cached project path is not in
8749         project directory, look in current directory first and use cached
8750         project path only if project is not found in project directory.
8752 2014-01-24  Robert Dewar  <dewar@adacore.com>
8754         * sem_util.adb, lib-xref.adb: Correct false positive warnings.
8756 2014-01-24  Vincent Celier  <celier@adacore.com>
8758         * projects.texi: Document that aggregate projects are only
8759         supported by gprbuild, but not by gnatmake.  Document that the
8760         only attribute Switches in package Binder of aggregate projects
8761         will be ignored if its index is not others.  Document that
8762         attribute Global_Config_File is allowed in package Binder of
8763         aggregate projects.
8765 2014-01-24  Robert Dewar  <dewar@adacore.com>
8767         * sem_prag.adb: Minor code reorganization.
8768         * sem_util.adb: Minor fix of potential latent bug in Is_LHS.
8770 2014-01-24  Pascal Obry  <obry@adacore.com>
8772         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Excluded_Patterns
8773         attribute definition.
8775 2014-01-24  Vincent Celier  <celier@adacore.com>
8777         * makeutl.adb (Queue.Insert_No_Roots): In gprbuild, do not put
8778         in the Queue the same source (same path, same multi-source index)
8779         from the same project file, to avoid compiling several times
8780         the same source.
8782 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
8784         * einfo.ads (First_Rep_Item): Remove obsolete stuff.
8785         (Has_Gigi_Rep_Item): Likewise.
8786         * sem_prag.adb (Analyze_Pragma) <Pragma_Linker_Section>: Do not set
8787         Has_Gigi_Rep_Item for objects.
8788         * gcc-interface/decl.c (prepend_one_attribute_to): Rename into...
8789         (prepend_one_attribute): ...this.
8790         (prepend_one_attribute_pragma): New function extracted from...
8791         (prepend_attributes): ...here.  Swap the parameters for consistency.
8792         (gnat_to_gnu_entity): Adjust calls to prepend_one_attribute_to and to
8793         prepend_attributes.
8794         <object>: Deal with a pragma Linker_Section on a constant
8795         or variable.  <E_Function>: Deal with a pragma Linker_Section
8796         on a subprogram.
8797         (get_minimal_subprog_decl): Adjust calls to prepend_one_attribute_to.
8799 2014-01-24  Vincent Celier  <celier@adacore.com>
8801         * opt.ads: Minor comment update.
8803 2014-01-24  Robert Dewar  <dewar@adacore.com>
8805         * sem_prag.adb (Analyze_Input_Output): Add missing error check
8806         for junk operand.
8807         * sem_util.adb (Is_Refined_State): Add defense against junk
8808         tree from error.
8810 2014-01-24  Pascal Obry  <obry@adacore.com>
8812         * projects.texi: Removes Build_Slaves attribute documentation.
8814 2014-01-23  Robert Dewar  <dewar@adacore.com>
8816         * opt.adb (Register_Opt_Config_Switches): Save SPARK_Mode_Pragma
8817         setting.
8819 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
8821         * sem_util.adb (Is_Potentially_Unevaluated): Predicate only
8822         applies to expressions that come from source.
8823         * sem_attr.adb (Analyze_Attribute, case 'Old): Improve error
8824         message.
8825         (Analyze_Attribute, case 'Loop_Entry): Apply SPARK 2014 legality
8826         rule regarding potentially unevaluated expressions, to prefix
8827         of attribute.
8829 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
8831         * exp_util.adb (Make_Invqriant_Call): If type of expression is
8832         a private extension, get invariant from base type.
8834 2014-01-23  Robert Dewar  <dewar@adacore.com>
8836         * sem_util.adb, sem_attr.adb: Minor reformatting.
8838 2014-01-23  Robert Dewar  <dewar@adacore.com>
8840         * opt.adb (Save_Opt_Config_Switches): Save SPARK_Mode_Pragma
8841         (Restore_Opt_Config_Switches): Restore SPARK_Mode_Pragma.
8842         * sem.adb (Semantics): Remove save/restore of
8843         SPARK_Mode[_Pragma]. Not needed since already done in
8844         Save/Restore_Opt_Config_Switches.
8846 2014-01-23  Robert Dewar  <dewar@adacore.com>
8848         * gnat_rm.texi, einfo.adb, einfo.ads, sem_prag.adb, gnat_ugn.texi,
8849         freeze.adb, repinfo.adb, aspects.adb, aspects.ads, sem_ch13.adb:
8850         Linker_Section enhancements.
8852 2014-01-23  Tristan Gingold  <gingold@adacore.com>
8854         * gnat_rm.texi: Minor editing.
8856 2014-01-23  Robert Dewar  <dewar@adacore.com>
8858         * opt.adb (Set_Opt_Config_Switches): Reset SPARK mode for
8859         with'ed internal units.
8860         * sem.adb (Semantics): Save and restore SPARK_Mode[_Pragma].
8862 2014-01-23  Javier Miranda  <miranda@adacore.com>
8864         * lib-xref.adb (Generate_Reference): As part of processing the
8865         "end-of-spec" reference generate an extra reference to the first
8866         private entity of the package.
8867         * xr_tabls.adb (Add_Reference): No action needed for the extra
8868         'E' reference associated; similar to the processing of the
8869         'e' reference.
8871 2014-01-23  Bob Duff  <duff@adacore.com>
8873         * gnat_ugn.texi: Change "--&pp off" to "--!pp off".
8875 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
8877         * sem_util.ads, sem_util.adb (Is_Potentially_Unevaluated): new
8878         predicate to implement rule given in 6.1.1 (20/3).
8879         * sem_attr.adb (Analyze_Attribute, case 'Old): Reject prefix of
8880         'Old in a postcondition, if it is potentially unevaluated and
8881         it is not an entity name.
8883 2014-01-23  Bob Duff  <duff@adacore.com>
8885         * gnat_ugn.texi: Document the new "--&pp off" feature of gnatpp.
8887 2014-01-23  Robert Dewar  <dewar@adacore.com>
8889         * gnatlink.adb (Gnatlink): Fix problem of generating bad name
8890         msg on VMS.
8892 2014-01-23  Bob Duff  <duff@adacore.com>
8894         * g-dynhta.ads: Minor comment fix.
8896 2014-01-23  Yannick Moy  <moy@adacore.com>
8898         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Inherit SPARK_Mode
8899         from spec on body only when not already inherited on spec. Set
8900         SPARK_Mode from context on body without previous spec.  *
8901         * sem_prag.adb (Analyze_Pragma): Check placement of pragma on
8902         library-level entities.  Correct retrieval of entity from
8903         declaration, for cases where the declaration is not a unit.
8904         * sem_ch12.adb (Instantiate_Object): Avoid
8905         calling Is_Volatile_Object on an empty node.
8907 2014-01-23  Robert Dewar  <dewar@adacore.com>
8909         * gnatlink.adb (Gnatlink): Check for suspicious executable file
8910         names on windows.
8912 2014-01-23  Robert Dewar  <dewar@adacore.com>
8914         * a-ngelfu.ads: Remove bad uses of AND which should be AND THEN.
8915         * sem_res.adb (Check_No_Direct_Boolean_Operators): Don't give
8916         style errors in instances.
8917         * g-dynhta.ads (Static_HTable): Comment updates.
8919 2014-01-23  Vincent Celier  <celier@adacore.com>
8921         * prj-conf.adb (Get_Or_Create_Configuration_File): Do not attempt
8922         to find a configuration project file when Config_File_Name is
8923         No_Configuration_File.
8924         * prj-conf.ads (No_Configuration_File): New constant String.
8925         * prj-pars.adb (Parse): Call Get_Or_Create_Configuration_File
8926         with Config_File_Name set to No_Configuration_File, so that
8927         no existing configuration project file will be used, and the
8928         configuration project will be only created in memory when
8929         Add_Default_GNAT_Naming_Scheme is called.
8930         * projects.texi: Minor reformatting.
8932 2014-01-23  Vincent Celier  <celier@adacore.com>
8934         * prj-conf.adb (Get_Or_Create_Configuration_File): Never parse
8935         a config project file if On_Load_Config is not null.
8936         * prj-pars.adb: Minor comment changes.
8938 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
8940         * lib-xref.adb (Output_References): Output progenitors of
8941         synchronized tagged types, for source navigation.
8943 2014-01-23  Robert Dewar  <dewar@adacore.com>
8945         * exp_util.adb, sinfo.adb, sinfo.ads, sem.adb, sem_res.adb,
8946         expander.adb, exp_ch11.adb, exp_ch11.ads, sem_ch11.adb, sem_ch11.ads,
8947         sprint.adb, sprint.ads: Remove unused node N_Subprogram_Info.
8949 2014-01-23  Emmanuel Briot  <briot@adacore.com>
8951         * prj-conf.adb (Get_Or_Create_Configuration_File): call
8952         On_Load_Config later.
8954 2014-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
8956         * sem_ch3.adb (Analyze_Declarations): Do not
8957         generate the spec of the late primitive in ASIS mode. Add two
8958         comments to explain the special cases when the expansion is
8959         not performed.
8961 2014-01-23  Robert Dewar  <dewar@adacore.com>
8963         * sem_util.adb (Note_Possible_Modification): Fix error of
8964         misbehaving for implicit dereference cases in -gnatc mode.
8966 2014-01-23  Emmanuel Briot  <briot@adacore.com>
8968         * prj-pars.adb: Minor reformatting.
8970 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
8972         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): A subprogram
8973         body generated for an expression function within a protected body
8974         needs a set of renaming declarations if the expression function
8975         comes from source.
8977 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
8979         * lib-xref.adb (Get_Type_Reference): In semantics-only mode,
8980         list interface progenitor of a tagged concurrent type, for better
8981         source navigation.
8983 2014-01-22  Robert Dewar  <dewar@adacore.com>
8985         * lib.adb (In_Extended_Main_Code_Unit): Return False for
8986         Standard_Location.
8987         (In_Extended_Main_Source_Unit): Return False for Standard_Location.
8988         * lib.ads (In_Extended_Main_Code_Unit): Add documentation on
8989         treatment of Slocs No_Location and Standard_Location.
8990         * restrict.adb (Check_Restriction_No_Dependence): Explicitly
8991         check for entity with Standard_Location Sloc, rather than relying
8992         on Lib routines to do that.
8993         * sem_res.adb (Resolve_Call): Implement SPARK_05 restriction
8994         that a call cannot occur before a later occuring body within
8995         the same unit.
8997 2014-01-22  Thomas Quinot  <quinot@adacore.com>
8999         * rtsfind.adb: Update comment.
9001 2014-01-22  Hristian Kirtchev  <kirtchev@adacore.com>
9003         * sem_aux.ads, sem_aux.adb (Is_Body): New routine.
9004         * sem_ch3.adb (Analyze_Declarations): Add local variable
9005         Body_Seen. Generate the spec of a late controlled
9006         primitive body that is about to freeze its related type.
9007         (Handle_Late_Controlled_Primitive): New routine.
9009 2014-01-22  Robert Dewar  <dewar@adacore.com>
9011         * a-stream.adb: Minor reformatting.
9013 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
9015         * sem_ch8.adb (From_Actual_Package): Introduce a recursive
9016         sub-procedure Declared_In_Actual to handle properly the visibility
9017         of actuals in actual packages, that are themselves actuals to a
9018         actual package of the current instance. This mimics properly the
9019         visibility of formals of formal packages declared with a box,
9020         within the corresponding generic unit.
9022 2014-01-22  Robert Dewar  <dewar@adacore.com>
9024         * checks.adb: Do not assume that a volatile variable is valid.
9026 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9028         * g-catiio.ads (Image, Value): Clarify that these functions
9029         operate in the local time zone.  Minor documentation update.
9031 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9033         * csets.adb, csets.ads, opt.ads: Minor documentation fixes.
9035 2014-01-22  Robert Dewar  <dewar@adacore.com>
9037         * sem_aux.adb, sem_aux.ads, sem_ch3.adb (Has_Unconstrained_Elements):
9038         Moved to sem_aux.adb.
9040 2014-01-22  Robert Dewar  <dewar@adacore.com>
9042         * vms_data.ads: Minor reformatting.
9044 2014-01-22  Robert Dewar  <dewar@adacore.com>
9046         * debug.adb: Document messages affected by -gnatd.E including
9047         the new ones that relate to late definition of equality.
9048         * sem_ch6.adb (Check_Untagged_Equality): In Ada 2012 mode, if
9049         debug flag -gnatd.E is set, then generate warnings rather than
9050         errors.
9051         (Check_Untagged_Equality): In earlier versions of Ada,
9052         generate warnings if Warn_On_Ada_2012_Incompatibility flag is set.
9054 2014-01-22  Robert Dewar  <dewar@adacore.com>
9056         * sem_prag.adb (Usage_Error): Output additional messages for
9057         unconstrained OUT parameters lacking an input dependency.
9059 2014-01-22  Robert Dewar  <dewar@adacore.com>
9061         * sem_ch4.adb: Minor reformatting.
9063 2014-01-22  Robert Dewar  <dewar@adacore.com>
9065         * restrict.ads: Minor reformatting.
9066         * sem_res.adb (Resolve_Call): Check for SPARK_05 restriction that
9067         forbids a call from within a subprogram to the same subprogram.
9069 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9071         * a-stream.ads (Read_SEA, Write_SEA): New subprograms, optimized
9072         stream attributes for Stream_Element_Array.
9073         * a-stream.adb (Read_SEA, Write_SEA): Bodies for the above.
9074         * rtsfind.adb (Check_CRT): Do not reject a reference to an entity
9075         defined in the current scope.
9077 2014-01-22  Robert Dewar  <dewar@adacore.com>
9079         * debug.adb, exp_ch4.adb, erroutc.adb: Minor reformatting.
9081 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9083         * sem_ch7.adb, sem_ch8.adb, exp_ch3.adb: Minor reformatting.
9085 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9087         * sem_ch3.adb (Analyze_Object_Declaration): For a constant
9088         declaration initialized with a function call, whose type
9089         has variable size, need to remove side effects so that the
9090         initialization expression becomes a dereference of a temporary
9091         reference to the function result.
9093 2014-01-22  Yannick Moy  <moy@adacore.com>
9095         * errout.adb (Initialize): Remove trick to add dummy entry
9096         in Warnings table.
9097         * erroutc.adb (Set_Warnings_Mode_Off,
9098         Set_Warnings_Mode_On): Do nothing if warnings are suppressed by
9099         command line switch.
9100         * opt.ads (Warning_Mode): Document behavior
9101         wrt pragma Warnings, in normal mode and in GNATprove_Mode.
9103 2014-01-22  Robert Dewar  <dewar@adacore.com>
9105         * sem_ch3.adb, errout.adb, erroutc.adb: Minor reformatting.
9107 2014-01-22  Robert Dewar  <dewar@adacore.com>
9109         * sem_ch13.adb (Check_Pool_Size_Clash): New procedure
9110         (Analyze_Attribute_Definition_Clause, case Storage_Pool): call
9111         Check_Pool_Size_Clash (Analyze_Attribute_Definition_Clause,
9112         case Storage_Size): call Check_Pool_Size_Clash.
9114 2014-01-22  Robert Dewar  <dewar@adacore.com>
9116         * sem_ch3.adb, exp_util.adb, sem_dim.adb, sem_elab.adb, sem_ch8.adb,
9117         sem_eval.ads: Minor reformatting.
9119 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9121         * sem_eval.adb (Compile_Time_Known_Bounds): Return False for
9122         Any_Composite to prevent cascaded errors.
9124 2014-01-22  Yannick Moy  <moy@adacore.com>
9126         * errout.adb (Initialize): Do not insert special entry in Warnings
9127         table in GNATprove_Mode.
9128         * erroutc.adb (Set_Warnings_Mode_On): Add info in Warnings table in
9129         GNATprove_Mode.
9130         * gnat1drv.adb (Adjust_Global_Switches): Do not suppress frontend
9131         warnings anymore.
9133 2014-01-22  Robert Dewar  <dewar@adacore.com>
9135         * sem_prag.adb (Analyze_Initializes_In_Decl_Part): Handle null
9136         initializes case.
9138 2014-01-22  Robert Dewar  <dewar@adacore.com>
9140         * snames.ads-tmpl: Update header.
9142 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9144         * exp_util.adb (Insert_Actions): When inserting actions on a
9145         short circuit operator that has already been analyzed, do not park
9146         actions in node; instead introduce an N_Expression_With_Actions
9147         and insert actions immediately.
9148         Add guard for unexpected case of climbing up through statement
9149         in Actions list of an N_Expression_With_Actions.
9150         * sem_elab.adb (Insert_Elab_Check): Remove complex
9151         specialized circuitry for the case where the context is already
9152         analyzed, as it is not needed and introduces irregularities in
9153         finalization. Instead rely on the above change to Insert_Actions
9154         to ensure that late insertion on short circuit operators works
9155         as expected.
9157 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
9159         * sem_ch4.adb (Operator_Check): Improve error message when an
9160         operand of concatenation is an access type.
9162 2014-01-22  Thomas Quinot  <quinot@adacore.com>
9164         * sem_dim.adb (Analyze_Dimension_Identifier): Add guard against
9165         cascaded error.
9167 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
9169         * sem_ch8.adb (Find_Selected_Component): Handle properly the case
9170         of an expanded name in a proper body, whose prefix is a package
9171         in the context of the proper body, when there is a homonym of
9172         the package declared in the parent unit.
9174 2014-01-22  Robert Dewar  <dewar@adacore.com>
9176         * sem_warn.adb (Check_Use_Clause): Don't give no entities used
9177         msg if errors found.
9178         (Check_One_Unit): Same change.
9180 2014-01-22  Robert Dewar  <dewar@adacore.com>
9182         * ug_words: Add missing/wrong entries for VMS warning switches.
9183         * sem_prag.adb (Check_Duplicate_Pragma): Avoid flagging parent type.
9185 2014-01-22  Jerome Guitton  <guitton@adacore.com>
9187         * mlib-tgt-specific-vxworks.adb (Get_Target_Suffix): Replace xscale by
9188         arm.
9190 2014-01-22  Robert Dewar  <dewar@adacore.com>
9192         * gnat_rm.texi, gnat_ugn.texi: Document passive task optimization
9194 2014-01-22  Eric Botcazou  <ebotcazou@adacore.com>
9196         * gcc-interface/Makefile.in: Minor fixes.
9198 2014-01-21  Robert Dewar  <dewar@adacore.com>
9200         * par-ch4.adb (P_If_Expression): Rewritten to improve error recovery.
9201         * par-ch5.adb (P_Condition): New version with expression prescanned.
9202         * par.adb (P_Condition): New version with expression prescanned.
9204 2014-01-21  Robert Dewar  <dewar@adacore.com>
9206         * gnat_rm.texi: Document that Allow_Integer_Address is ignored
9207         if Address is not a private type.
9208         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
9209         Ignore pragma if System.Address is not a private type.
9211 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9213         * namet.ads (Name_Len): Initialize to 0 to avoid accessing an
9214         uninitialized value.
9216 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9218         * gnat_rm.texi (Scalar_Storage_Order): Update documentation.
9220 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9222         * sem_ch12.adb (Set_Instance_Env): In Ada 2012 mode, preserve
9223         the value of Assertions_Enabled flag when compiling an instance of
9224         an internal unit. This facilitates the use of pre/postconditions
9225         in generic internal units, such as the new elementary function
9226         libraries.
9228 2014-01-21  Robert Dewar  <dewar@adacore.com>
9230         * exp_aggr.adb: Minor reformatting.
9231         * sem_attr.adb: Minor reformatting.
9232         * sem_res.adb: Minor comment addition.
9233         * einfo.adb: Minor comment updates.
9234         * freeze.adb: Minor reformatting and code reorganization.
9236 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9238         * par-ch4.adb (P_If_Expression): Handle more gracefully an
9239         elsif clause that does not have an else part.
9241 2014-01-21  Robert Dewar  <dewar@adacore.com>
9243         * checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting.
9244         * gcc-interface/Makefile.in: clean up target pairs.
9246 2014-01-21  Pascal Obry  <obry@adacore.com>
9248         * projects.texi: Minor typo fix.
9250 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9252         * freeze.adb (Check_Component_Storage_Order): If a record type
9253         has an explicit Scalar_Storage_Order attribute definition clause,
9254         reject any component that itself is of a composite type and does
9255         not have one.
9257 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9259         * sem_ch10.adb (Generate_Parent_Reference): Make public so it
9260         can be used to generate proper cross-reference information for
9261         the parent units of proper bodies.
9263 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9265         * exp_pakd.adb (Expand_Packed_Element_Set,
9266         Expand_Packed_Element_Reference): No byte swapping required in
9267         the front-end for the case of a reverse storage order array,
9268         as this is now handled uniformly in the back-end.  However we
9269         still need to swap back an extracted element if it is itself a
9270         nested composite with reverse storage order.
9272 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
9274         * sem_prag.adb (Analyze_External_Property): Add processing for "others".
9275         (Analyze_Pragma): Update the grammar of pragma Abstract_State to
9276         include "others".
9278 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9280         * gnat_ugn.texi: Minor updates.
9282 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9284         * exp_pakd.adb: Update comment, minor reformatting.
9286 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
9288         * sem_ch3.adb (Analyze_Variable_Contract): Trigger the volatile
9289         object check when SPARK_Mode is on.
9290         * sem_ch6.adb (Process_Formals): Trigger the volatile object
9291         check when SPARK_Mode is on.
9292         * sem_ch12.adb (Instantiate_Object): Trigger the volatile object
9293         check when SPARK_Mode is on.
9294         * sem_ch13.adb (Analyze_Aspect_Specifications): Insert the
9295         corresponding pragma of aspect SPARK_Mode in the visible
9296         declarations of a package declaration.
9297         * sem_prag.adb (Analyze_Pragma): Trigger the volatile object
9298         check when SPARK_Mode is on.
9299         * sem_res.adb (Resolve_Actuals): Trigger the volatile object
9300         check when SPARK_Mode is on.
9301         (Resolve_Entity_Name): Trigger
9302         the volatile object check when SPARK_Mode is on.
9304 2014-01-21  Robert Dewar  <dewar@adacore.com>
9306         * sem_ch3.adb, sem_prag.adb, sem_prag.ads, sem_ch12.adb, sem_res.adb,
9307         sem_ch6.adb, a-except-2005.adb: Minor reformatting.
9309 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9311         * exp_ch3.adb (Expand_N_Object_Declaration): When a class-wide
9312         object is declared, it is rewritten as a renaming of an dynamic
9313         expression that wraps the initial value.  The renaming declaration
9314         is first given an internal name, to prevent collisions with the
9315         entity already declared, and then the name is modified to reflect
9316         the original one. the modification of the name must preserve
9317         the source location of the original, to prevent spurious errors
9318         when compiling with style checks if the declaration involves
9319         more than one entity.
9321 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
9323         * aspects.adb Add entries for Async_Readers, Async_Writers,
9324         Effective_Reads and Effective_Writes in table Canonical_Aspect.
9325         * aspects.ads Add entries for Async_Readers, Async_Writers,
9326         Effective_Reads and Effective_Writes in tables Aspect_Id,
9327         Aspect_Names, Aspect_Delay and Implementation_Defined_Aspect.
9328         * atree.adb (Ekind_In): New version with 8 parameters.
9329         (Node34): New routine.
9330         (Set_Node34): New routine.
9331         * atree.ads (Ekind_In): New version with 8 parameters.
9332         (Node34): New routine.
9333         (Set_Node34): New routine.
9334         * einfo.adb Contract is now Node34.
9335         (Contract): Update the assertion and node usage.
9336         (Get_Pragma): Include pragmas Async_Readers, Async_Writers,
9337         Effective_Reads and Effective_Writes.
9338         (Set_Contract): Update the assertion and node usage.
9339         (Write_Field24_Name): Remove the output for a contract.
9340         (Write_Field34_Name): Add output for a contract.
9341         * einfo.ads Contract is now Node34. Update the comment on
9342         attribute usage and related node structures.
9343         (Get_Pragma): Update the comment on usage.
9344         * par-prag.adb (Prag): Pragmas Async_Readers, Async_Writers,
9345         Effective_Reads and Effective_Writes do not require special
9346         processing by the parser.
9347         * sem_ch3.adb (Analyze_Variable_Contract): New routine.
9348         (Analyze_Declarations): Analyze the contract of a variable at
9349         the end of the declarative region.
9350         (Analyze_Object_Declaration): Create a contract for a variable.
9351         * sem_ch6.adb (Analyze_Subprogram_Contract): Update the retrieval
9352         of classification pragmas.
9353         (Process_Formals): Detect an illegal
9354         use of a volatile object as a formal in a function.
9355         * sem_ch12.adb (Instantiate_Object): Detect an illegal use of
9356         a volatile object as an actual in generic instantiation.
9357         * sem_prag.adb Add entries for Async_Readers, Async_Writers,
9358         Effective_Reads and Effective_Writes in table Sig_Flags.
9359         (Analyze_External_State_In_Decl_Part): New routine.
9360         (Analyze_Global_Item): Detect an illegal use of a volatile object
9361         as a global item of a function.
9362         (Analyze_Pragma): Reimplement
9363         pragma Abstract_State. Add support for pragmas Async_Readers,
9364         Async_Writers, Effective_Reads and Effective_Writes.
9365         (Check_External_Properties): New routine.
9366         * sem_prag.ads (Analyze_External_State_In_Decl_Part): New routine.
9367         (Check_External_Properties): New routine.
9368         * sem_res.adb (Resolve_Actuals): Detect an illegal use of a
9369         volatile object as an actual in a call.
9370         (Resolve_Entity_Name):
9371         Add local variables Par, Prev and Usage_OK. Detect illegal
9372         contexts of volatile objects.
9373         * sem_util.adb (Add_Contract_Item): Add support for
9374         pragmas associated with the contract of a variable.
9375         (Async_Readers_Enabled): New routine.
9376         (Async_Writers_Enabled): New routine.
9377         (Effective_Reads_Enabled): New routine.
9378         (Effective_Writes_Enabled): New routine.
9379         (Has_Enabled_Property):
9380         New routine.
9381         (Is_Unchecked_Conversion_Instance): New routine.
9382         (Is_Volatile_Object): Add support for entities that may denote
9383         a volatile object.
9384         * sem_util.ads (Add_Contract_Item): Update the
9385         comment on usage.
9386         (Async_Readers_Enabled): New routine.
9387         (Async_Writers_Enabled): New routine.
9388         (Effective_Reads_Enabled): New routine.
9389         (Effective_Writes_Enabled): New routine.
9390         (Is_Unchecked_Conversion_Instance): New routine.
9391         * sinfo.ads Update the comment on the structure of N_Contract.
9392         * snames.ads-tmpl Add predefined names for Async_Readers,
9393         Async_Writers, Effective_Reads and Effective_Writes. Add
9394         pragma ids for Async_Readers, Async_Writers, Effective_Reads
9395         and Effective_Writes.
9397 2014-01-21  Robert Dewar  <dewar@adacore.com>
9399         * exp_ch4.adb (Eval_Op_Expon): Use CRT_Safe_Compile_Time_Known_Value
9400         * sem_eval.adb (Compile_Time_Known_Value): Remove special
9401         handling of CRT mode (CRT_Safe_Compile_Time_Known_Value): New
9402         function (Eval_Op_Expon): Add CRT_Safe in call to Test_Foldable
9403         (Test_Foldable): Add CRT_Safe parameter
9404         * sem_eval.ads (Compile_Time_Known_Value): Remove special
9405         handling of CRT mode.
9406         (CRT_Safe_Compile_Time_Known_Value): New function.
9408 2014-01-21  Robert Dewar  <dewar@adacore.com>
9410         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Fix problem
9411         with pragma or aspect that applies to package spec or subprogram
9412         spec.
9414 2014-01-21  Robert Dewar  <dewar@adacore.com>
9416         * exp_aggr.adb: Minor reformatting.
9418 2014-01-21  Johannes Kanig  <kanig@adacore.com>
9420         * gnat1drv.adb (Gnat1drv) remove obsolete reference to -gnatd.H.
9422 2014-01-21  Bob Duff  <duff@adacore.com>
9424         * gnat_ugn.texi: Document the "checks" attribute in gnat2xml.
9426 2014-01-21  Steve Baird  <baird@adacore.com>
9428         * gnat_rm.texi: Improve description of SPARK_Mode pragma.
9430 2014-01-21  Vincent Celier  <celier@adacore.com>
9432         * prj-part.adb (Parse_Single_Project): Accept to extend a project
9433         if it has only be imported by an project being extended. When a
9434         project that has only been imported by a project being extended
9435         is imported by another project that is not being extended,
9436         reset the previous indication, so that it will be an error if
9437         this project is extended later.
9438         * prj-tree.adb (Create_Project): Include component From_Extended
9439         in table Projects_HT
9440         * prj-tree.ads (Project_Name_And_Node): New Boolean component
9441         From_Extended
9443 2014-01-21  Robert Dewar  <dewar@adacore.com>
9445         * atree.ads, atree.adb: Add Node33 and Set_Node33.
9446         * einfo.ads, einfo.adb (SPARK_Pragma): New field (SPARK_Aux_Pragma):
9447         New field (SPARK_Pragma_Inherited): New flag
9448         (SPARK_Aux_Pragma_Inherited): New flag (SPARK_Mode_Pragmas):
9449         Removed.
9450         * lib.ads, lib.adb: Remove SPARK_Mode_Pragma, no longer used.
9451         * opt.ads (SPARK_Mode_Pragma): New global variable.
9452         * sem.ads: Add Save_SPARK_Mode_Pragma field to Scope_Stack_Entry.
9453         * sem_ch3.adb: Use new SPARK_Mode data structures.
9454         * sem_ch6.adb: Set SPARK_Mode fields in subprogram specs and bodies.
9455         * sem_ch7.adb: Set SPARK_Mode fields in package spec and body entities.
9456         * sem_ch8.adb (Push_Scope): Save SPARK_Mode_Pragma.
9457         (Pop_Scope): Restore SPARK_Mode_Pragma.
9458         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Rewrite for
9459         new data structures.
9461 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9463         * back_end.adb: Undo previous change, not needed. Minor reformatting.
9465 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9467         * exp_ch5.adb: Fix comment.
9468         * switch-c.adb: Minor comment update.
9469         * exp_ch3.adb: Minor reformatting.
9471 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9473         * back_end.adb (Scan_Compiler_Arguments): Do not store object
9474         filename in gnatprove mode.
9476 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9478         * sinfo.ads (No_Ctrl_Actions): Clarify documentation (flag also
9479         suppresses usage of primitive _assign for tagged types).
9480         * exp_aggr.adb (Build_Array_Aggr_Code.Gen_Assign): Set
9481         No_Ctrl_Actions for a tagged type that does not require
9482         finalization, as we want to disable usage of _assign (which
9483         may cause undesirable discriminant checks on an uninitialized,
9484         invalid target).
9486 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9488         * sem_prag.adb: Reject invariant'class on completion.
9490 2014-01-21  Javier Miranda  <miranda@adacore.com>
9492         * exp_ch3.adb (Build_Init_Procedure): For
9493         derivations of interfaces, do not move the the initialization
9494         of the _parent field since such assignment is not generated.
9496 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9498         * sem_res.adb (Rewrite_Renamed_Operator): Do not replace entity
9499         with the operator it renames if we are within an expression of
9500         a pre/postcondition, because the expression will be reanalyzed
9501         at a later point, and the analysis of the renaming may affect
9502         the visibility of the operator when in an instance.
9504 2014-01-21  Robert Dewar  <dewar@adacore.com>
9506         * sinfo.ads, sinfo.adb: Change Do_Discriminant_Check to use new Flag1.
9507         Add this flag to type conversion nodes and assignment nodes.
9508         * treepr.adb: Deal properly with Flag 1,2,3.
9509         * treeprs.adt: Minor comment update.
9511 2014-01-21  Robert Dewar  <dewar@adacore.com>
9513         * sem_eval.adb (Compile_Time_Known_Value): Add Ignore_CRT
9514         parameter.
9515         * sem_eval.ads (Compile_Time_Known_Value): Add Ignore_CRT
9516         parameter, completely rewrite spec.
9518 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9520         * sem_ch10.adb (Install_Withed_Unit): If the unit is a subprogram
9521         instance that is inlined, it may have been rewritten as a wrapper
9522         package. In that case the unit that must be made visible is the
9523         related instance of the package.
9525 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9527         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Refine
9528         previous change in codepeer mode.
9530 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9532         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Always add
9533         call to Abort_Undefer, as expected by the runtime.
9534         * s-tasren.adb (Local_Complete_Rendezvous): Replace
9535         Defer_Abort_Nestable by Defer_Abort, since we do not expect abort to be
9536         deferred at this point. Update comments.
9538 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9540         * exp_ch4.adb, exp_ch5.adb, checks.adb: Minor reformatting.
9542 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9544         * switch-c.adb, usage.adb, gnat_ugn.texi: Mark -gnates as internal,
9545         remove from doc.
9547 2014-01-21  Robert Dewar  <dewar@adacore.com>
9549         * switch-c.adb, usage.adb, atree.adb, atree.ads: Minor reformatting.
9551 2014-01-21  Thomas Quinot  <quinot@adacore.com>
9553         * atree.adb, atree.ads (Num_Extension_Nodes): Switch to Node_Id, since
9554         this is value is used in Node_Id arithmetic operations.
9555         (Copy_Node, Exchange_Entities): Use loops indexed by Num_Extension_Nodes
9556         instead of hard-coded unrolled code.
9558 2014-01-21  Yannick Moy  <moy@adacore.com>
9560         * gnat1drv.adb: Minor code cleanup, removing useless code.
9562 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
9564         * opt.ads (SPARK_Switches_File_Name): New.
9565         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnates=xxx *
9566         * usage.adb (Usage): Document -gnates, in gnatprove mode only.
9567         * gnat_ugn.texi: Document -gnates.
9569 2014-01-21  Yannick Moy  <moy@adacore.com>
9571         * errout.adb (Special_Msg_Delete): Update comment. Remove
9572         special case for GNATprove which should not ignore mismatch
9573         in sizes for representation clauses.
9574         * sem_prag.adb (Analyze_Pragma): Remove special case for GNATprove
9575         which should not ignore pragma Pack.
9577 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9579         * sem_ch4.adb: Code clean up.
9581 2014-01-21  Steve Baird  <baird@adacore.com>
9583         * gnat_rm.texi: Improve GNAT RM description of SPARK_Mode pragma.
9585 2014-01-21  Robert Dewar  <dewar@adacore.com>
9587         * gcc-interface/gigi.h: Get Flags array address.
9588         * gcc-interface/trans.c: Acquire Flags array address.
9589         * atree.adb: Add support for Flags array and Flag0,1,2,3.
9590         * atree.ads: Add support for Flags array and Flag0,1,2,3.
9591         * atree.h: Add support for Flags array and Flag0,1,2,3.
9592         * back_end.adb: Pass Flags array address to gigi.
9594 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9596         * sem_ch8.adb (Attribute_Renaming): Transfer original attribute
9597         reference to generated body so that legality checks on stream
9598         attributes are properly applied. If type is tagged and already
9599         frozen, insert generated body at the point of the renaming
9600         declaration.
9602 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
9604         * sem_ch12.adb: Code clean up.
9605         * sem_ch8.adb: Minor reformatting
9607 2014-01-20  Robert Dewar  <dewar@adacore.com>
9609         * checks.adb: Check SPARK_Mode instead of GNATProve_Mode for
9610         converting warnings on inevitable exceptions to errors.
9611         * exp_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
9612         converting warnings on inevitable exceptions to errors.
9613         * opt.adb (SPARK_Mode_Config): Handled like other config flags
9614         * opt.ads (SPARK_Mode_Type): Moved here from types (renamed from
9615         SPARK_Mode_Id) (SPARK_Mode_Type): Add pragma Ordered, remove
9616         SPARK_ from names (SPARK_Mode): New flag (SPARK_Mode_Config):
9617         New flag (Config_Switches_Type): Add SPARK_Mode field
9618         * sem.adb: Minor code reorganization (remove unnecessary with)
9619         * sem.ads (Scope_Stack_Entry): Add Save_SPARK_Mode field
9620         * sem_aggr.adb: Check SPARK_Mode instead of GNATProve_Mode for
9621         converting warnings on inevitable exceptions to errors.
9622         * sem_attr.adb: Check SPARK_Mode instead of GNATProve_Mode for
9623         converting warnings on inevitable exceptions to errors.
9624         * sem_ch3.adb: Check SPARK_Mode instead of GNATProve_Mode for
9625         converting warnings on inevitable exceptions to errors.
9626         * sem_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
9627         converting warnings on inevitable exceptions to errors.
9628         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Reset SPARK_Mode
9629         from spec if needed
9630         * sem_ch7.adb (Analyze_Package_Body_Helper): Reset SPARK_Mode
9631         from spec if needed
9632         * sem_ch8.adb (Push_Scope): Save SPARK_Mode (Pop_Scope):
9633         Restore SPARK_Mode
9634         * sem_elab.adb: Check SPARK_Mode instead of GNATProve_Mode for
9635         converting warnings on inevitable exceptions to errors.
9636         * sem_prag.adb (Get_SPARK_Mode_From_Pragma): New function
9637         (Get_SPARK_Mode_Id): Removed (Get_SPARK_Mode_Type): New name
9638         of Get_SPARK_Mode_Id
9639         * sem_prag.ads (Get_SPARK_Mode_From_Pragma): New function
9640         * sem_res.adb: Check SPARK_Mode instead of GNATProve_Mode for
9641         converting warnings on inevitable exceptions to errors.
9642         * sem_util.adb: Check SPARK_Mode instead of GNATProve_Mode for
9643         converting warnings on inevitable exceptions to errors.
9644         * types.ads (SPARK_Mode_Id): Moved to opt.ads and renamed
9645         SPARK_Mode_Type
9647 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9649         * sem_ch13.adb: Add semantic information to rewritten type
9650         reference.
9652 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9654         * exp_ch5.adb (Expand_N_Assignment_Statement): If both sides
9655         are of a type with unknown discriminants, convert both to the
9656         underlying view of the type, so that the proper constraint check
9657         can be applied to the right-hand side.
9659 2014-01-20  Robert Dewar  <dewar@adacore.com>
9661         * atree.adb (Copy_Node): Fix failure to copy last component
9662         (Exchange_Entities): Fix failure to exchange last entity
9664 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9666         * sem_ch12.adb: Code clean up.
9668 2014-01-20  Robert Dewar  <dewar@adacore.com>
9670         * gnat_rm.texi, sem_ch4.adb: Minor reformatting.
9672 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9674         * sem_ch4.adb (Analyze_Quantified_Expression): If after
9675         pre-analysis  the loop parameter specification has been
9676         rewritten as a iterator specification, propagate the change to
9677         the quantified expression, for ASIS navigtion needs.
9679 2014-01-20  Vincent Celier  <celier@adacore.com>
9681         * par-ch10.adb: Minor error message change: escape [ and ].
9683 2014-01-20  Robert Dewar  <dewar@adacore.com>
9685         * checks.adb: Make warnings on exceptions into errors in GNATprove mode.
9686         * errout.adb: Implement [ and ] insertion characters.
9687         * errout.ads: Document new [ and ] insertion characters.
9688         * sem_ch12.adb, restrict.adb, frontend.adb, exp_ch7.adb: Minor
9689         addition of ??? comment.
9690         * lib-xref.adb, exp_util.adb, gnat1drv.adb: Minor reformatting
9691         * exp_ch4.adb, sem_ch3.adb, sem_ch4.adb, sem_ch6.adb, sem_elab.adb,
9692         sem_eval.adb, sem_res.adb, sem_util.adb, sem_attr.adb, sem_aggr.adb:
9693         Make warnings on exceptions into errors in GNATprove mode.
9694         * sem_dim.adb: Minor reformatting throughout Quote [ and ]
9695         in error messages.
9697 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9699         * sem_ch13.adb: Code clean up.
9701 2014-01-20  Robert Dewar  <dewar@adacore.com>
9703         * errout.ads, errout.adb: Implement >? >x? >X? sequences in error
9704         messages.
9705         * sem_ch6.adb (Check_Statement_Sequence): Missing return is an
9706         error in GNATprove mode.
9708 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9710         * par-ch4.adb (Is_Parameterless_Attribute): The Ada2012 attribute
9711         reference 'Old takes no parameters, and thus can appear as a
9712         prefix of a slice.
9714 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
9716         * exp_aggr.adb: Fix minor typos.
9718 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9720         * sem_attr.adb (Analyze_Attribute, case 'Constrained): In an
9721         instance the attribute is legal, and its value is determined
9722         statically if the type has no discriminants. This choice is
9723         more useful than rechecking the legality rule in the instance,
9724         is consistent with older usage, and is also consistent with all
9725         existing tests.
9727 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
9729         * sem_cat.adb (Validate_Static_Object_Name): Change error into
9730         warning in Relaxed_Semantic_Mode.
9732 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9734         * sem_attr.adb: Code and comments cleanup.
9736 2014-01-20  Yannick Moy  <moy@adacore.com>
9738         * debug.adb Free debug flags -gnatd.D, -gnatd.G and -gnatd.V *
9739         * errout.adb (Compilation_Errors): Remove special handling in
9740         GNATprove mode.
9741         * gnat1drv.adb (Adjust_Global_Switches): Remove handling of the
9742         removed debug flags.
9743         * gnat_rm.texi: Initial documentation for Abstract_State, Depends,
9744         Global, Initial_Condition, Initializes and Refined_State pragmas and
9745         aspects.
9746         * opt.ads (Frame_Condition_Mode, Formal_Extensions,
9747         SPARK_Strict_Mode): Remove global flags.
9748         * sem_ch3.adb (Analyze_Object_Declaration): Check of no hidden state
9749         always performed now, on packages declaring a null state.
9750         (Signed_Integer_Type_Declaration): Remove ill-designed attempt
9751         at providing pedantic mode for bounds of integer types.
9752         * sem_ch4.adb (Analyze_Quantified_Expression): Warning on suspicious
9753         "some" quantified expression now issued under control of -gnatw.t,
9754         like the other warning on unused bound variable.
9755         * sem_prag.adb (Check_Precondition_Postcondition): Remove useless test
9756         on removed flag.
9757         (Analyze_Pragma): Remove tests for SPARK 2014
9758         pragmas, not officially allowed by GNAT.
9760 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9762         * sem_prag.adb (Analyze_Pragma): Ensure that
9763         the sole argument of pragmas Abstract_State, Contract_Cases,
9764         Depends, Global and Initializes in in aggregate form.
9765         (Analyze_Refined_Pragma): Ensure that the sole argument of
9766         pragmas Refined_Depends, Refined_Global and Refined_State is in
9767         aggregate form.
9768         (Ensure_Aggregate_Form): New routine.
9770 2014-01-20  Doug Rupp  <rupp@adacore.com>
9772         * sem_attr.adb (Analyze_Attribute): case
9773         Attribute_Constrained => treat all prefixes as legal for Declib
9774         compatibility.
9776 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9778         * sem_prag.adb (Check_Mode): Reimplement the routine.
9779         (Find_Mode): New routine.
9781 2014-01-20  Robert Dewar  <dewar@adacore.com>
9783         * sem_ch4.adb (Operator_Check): Handle additional
9784         Allow_Integer_Address cases.
9786 2014-01-20  Robert Dewar  <dewar@adacore.com>
9788         * gnat_rm.texi (Allow_Integer_Address): Remove note about not
9789         allowed if address is non-private, no longer true.
9790         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
9791         Remove check for address being private, causes difficulty when
9792         pragma used in gnat.adc file and is not needed, since we guard
9793         this in Address_Integer_Convert_OK.
9794         * exp_ch7.adb: Minor reformatting.
9795         * sem_ch4.adb: Handle operator operands in Allow_Integer_Address mode.
9797 2014-01-20  Robert Dewar  <dewar@adacore.com>
9799         * checks.adb (Apply_Range_Check): Remove gnatprove special
9800         casing of exponentiation.
9801         * sem_res.adb (Resolve_Op_Expon): Apply range check to right
9802         operand for integer case to check range against Natural.
9804 2014-01-20  Robert Dewar  <dewar@adacore.com>
9806         * s-tataat.adb: Minor reformatting.
9808 2014-01-20  Robert Dewar  <dewar@adacore.com>
9810         * einfo.adb (Is_Descendent_Of_Address): Now applies to all
9811         entities, and also fix documentation to remove mention of visible
9812         integer type, since this is not what the implementation does.
9813         * einfo.ads (Is_Descendent_Of_Address): Now applies to all
9814         entities, and also fix documentation to remove mention of visible
9815         integer type, since this is not what the implementation does.
9816         * gnat_rm.texi: Minor clarification of Allow_Integer_Address
9817         function.
9818         * sem_ch4.adb (Analyze_One_Call): Handle Allow_Integer_Address
9819         case for parameter type check.
9820         * sem_res.adb (Resolve): Use new function
9821         Address_Integer_Convert_OK.
9822         * sem_type.adb: Minor code reorganization (use Ekind_In) Minor
9823         reformatting throughout.
9824         * sem_util.adb (Address_Integer_Convert_OK): New function.
9825         * sem_util.ads: Minor reformatting (put specs in alpha order)
9826         (Address_Integer_Convert_OK): New function.
9828 2014-01-20  Thomas Quinot  <quinot@adacore.com>
9830         * exp_ch7.adb (Wrap_Transient_Expression):
9831         Insertion extra conditional expression only if
9832         Opt.Suppress_Control_Flow_Optimizations is set.
9834 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
9836         * s-tataat.adb (Initialize_Attributes): Abort might already be
9837         deferred in Create_Task.
9839 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9841         * checks.adb (Apply_Scalar_Range_Check): Flag
9842         the exponent as requiring a range check when the expression is
9843         an exponentiation.
9845 2014-01-20  Fedor Rybin  <frybin@adacore.com>
9847         * gnat_ugn.texi: Documenting --passed-tests option for gnattest.
9849 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9851         * sem_util.adb (Default_Initialization): New routine.
9852         * sem_util.ads: Add new type Default_Initialization_Kind.
9853         (Default_Initialization): New routine.
9855 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9857         * sem_prag.adb (Check_Mode): Correct all error
9858         message logic dealing with in/in out parameters that may appear
9859         as inputs or have a self reference.
9861 2014-01-20  Robert Dewar  <dewar@adacore.com>
9863         * exp_ch9.adb, checks.adb, exp_intr.adb: Minor reformatting.
9864         * sem_res.adb (Resolve): Fix error causing infinite loop for
9865         integer used as address. Allow addresses as integers.
9867 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
9869         * s-osinte-linux.ads (struct_sigaction): Fix rep clause.
9871 2014-01-20  Bob Duff  <duff@adacore.com>
9873         * par-ch8.adb (P_Use_Type_Clause): Detect syntax
9874         error when "use all" is not followed by "type".
9876 2014-01-20  Bob Duff  <duff@adacore.com>
9878         * exp_intr.adb (Expand_Unc_Deallocation): Remove warning on abort
9879         followed by free.
9881 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9883         * checks.adb (Apply_Address_Clause_Check): If there is an
9884         alignment check on the expression in an address clause, and there
9885         is no local exception propagation, add an additional explanatory
9886         message to clarify the cause of previous warning.
9888 2014-01-20  Robert Dewar  <dewar@adacore.com>
9890         * exp_ch7.adb: Minor reformatting.
9891         * opt.ads: Minor comment updates.
9892         * sem.adb: Minor name change Is_Main_Unit =>
9893         Is_Main_Unit_Or_Main_Unit_Spec.
9894         * sem_ch6.adb: Minor reformatting and code reorganization.
9896 2014-01-20  Bob Duff  <duff@adacore.com>
9898         * gnat_ugn.texi: Update gnatpp switches.
9900 2014-01-20  Thomas Quinot  <quinot@adacore.com>
9902         * exp_ch9.adb: Minor comment edit.
9904 2014-01-20  Robert Dewar  <dewar@adacore.com>
9906         * gnat_rm.texi: Document that Allow_Integer_Address is permitted
9907         only if System.Address is a private type.
9908         * opt.ads (Allow_Integer_Address): No longer set by -gnates.
9909         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
9910         Allowed only if type System.Address is private, since otherwise
9911         it makes no sense.
9912         * sem_res.adb: Fix failure to properly Analyze unchecked
9913         conversions that were introduced by Allow_Integer_Address.
9914         * switch-c.adb: Remove -gnates switch.
9915         * usage.adb: Remove -gnates switch.
9916         * gnat_ugn.texi: Remove documentation of -gnates flag.
9918 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9920         * sem_ch6.adb (Analyze_Expression_Function): Pre-analyze and
9921         resolve expression to perform proper name capture.
9923 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9925         * sem.adb (Semantics): When saving/restoring configuration
9926         switches, the spec of a pre- defined unit that is the main unit
9927         must be treated as a predefined unit as well.
9929 2014-01-20  Thomas Quinot  <quinot@adacore.com>
9931         * exp_ch7.adb (Wrap_Transient_Expression): For a Boolean
9932         expression, insert an extra conditional expression when saving
9933         the value of the expression, for the benefit of control flow
9934         graph based coverage analysis.
9935         * exp_ch3.adb: Minor reformatting.
9937 2014-01-20  Robert Dewar  <dewar@adacore.com>
9939         * gnat1drv.adb: Set Allow_Integer_Address in relaxed semantics mode.
9940         * gnat_rm.texi: Document pragma Allow_Integer_Address.
9941         * gnat_ugn.texi: Document pragma Allow_Integer_Address, -gnates.
9942         * opt.ads: New flag Allow_Integer_Address.
9943         * par-prag.adb: Dummy entry for pragma Allow_Integer_Address.
9944         * sem_ch5.adb: Minor reformatting.
9945         * sem_prag.adb: Implement pragma Allow_Integer_Address.
9946         * sem_res.adb (Resolve): Allow integer address value if
9947         switch set.
9948         * sem_util.adb: Minor reformatting.
9949         * snames.ads-tmpl: Add entry for pragma Allow_Integer_Address.
9950         * switch-c.adb: Recognize flag -gnates.
9951         * usage.adb: Document flag -gnates.
9953 2014-01-20  Thomas Quinot  <quinot@adacore.com>
9955         * s-tadeca.adb: Fix minor typos in comment.
9957 2014-01-20  Pascal Obry  <obry@adacore.com>
9959         * s-win32.ads (FreeLibrary): New import.
9961 2014-01-20  Robert Dewar  <dewar@adacore.com>
9963         * sem_res.adb, sem_cat.adb: Minor reformatting.
9964         * sem_ch11.adb (Analyze_Raise_Statement): Only give warning about
9965         assigning to OUT parameters for the current subprogram scope.
9966         * exp_ch4.adb: Minor reformatting.
9968 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
9970         * exp_ch4.adb (Process_Transient_Object,
9971         Find_Enclosing_Contexts): If the top-level if-expression that
9972         generated the transient object is an actual in a call, the proper
9973         Hook_Context is a construct enclosing the call.
9974         * einfo.ads: Indicate that Related_Expression is used to link a
9975         loop variable to the container expression over which the loop
9976         takes place.
9977         (Analyze_Iterator_Specification): Set the Related_Expression of
9978         the loop variable in a container element iterator.
9979         (Note_Possible_Modification): If the variable is the loop
9980         variable in a container element iterator, indicate that the
9981         enclosing container is also modified.
9983 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
9985         * aspects.adb (Move_Or_Merge_Aspects): Reimplemented.
9987 2014-01-20  Robert Dewar  <dewar@adacore.com>
9989         * s-taasde.ads, gnat_ugn.texi, s-tadeca.adb, sem_res.adb, s-tadeca.ads:
9990         Minor reformatting and code clean up.
9992 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
9994         * sem_cat.adb (Validate_Object_Declaration): Relax semantics
9995         of objects of private type if Relaxed_RM_Semantics.
9997 2014-01-20  Claire Dross  <dross@adacore.com>
9999         * a-cofove.ads (Vector): Capacity discriminant
10000         should be in range of the index.
10002 2014-01-20  Thomas Quinot  <quinot@adacore.com>
10004         * a-caldel.ads(To_Duration), s-taasde.ads(Time_Enqueue):
10005         Clarify specs s-tadeca.adb(Enqueue_Calendar): Compensate for
10006         possible difference between epoch of Ada.Calendar clock and Ada
10007         real-time/tasking clock.
10008         * s-taprop-posix.adb: Minor comment fix.
10010 2014-01-20  Doug Rupp  <rupp@adacore.com>
10012         * sysdep.c [vxworks]: Remove Vxworks version noise for RTP.
10014 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10016         * exp_attr.adb (Expand_N_Attribute_Reference): Generate validity
10017         checks on the prefix of attribute 'Old.
10018         * sem_ch3.adb (Process_Range_Expr_In_Decl): Suppress the
10019         generation of validity checks on a range that belongs to the
10020         iteration scheme of a quantified expression.
10021         * sem_ch5.adb (One_Bound): Suppress the generation of validity
10022         checks on a bound that belongs to the iteration scheme of a
10023         quantified expression, generate the check in all other cases.
10025 2014-01-20  Bob Duff  <duff@adacore.com>
10027         * gnat_ugn.texi: Enable --pp-new by default. Minor reorganization.
10029 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
10031         * sem_res.adb (Resolve): When compiling a predefined unit, ignore
10032         interpretations that do not come from other predefined units,
10033         to prevent spurious ambiguities in the presence of user-defined
10034         operators in the context of (an instance of) a predefined unit.
10036 2014-01-20  Robert Dewar  <dewar@adacore.com>
10038         * gnat_rm.texi: Document that Loop_Variant is included in
10039         Statement_Assertions.
10040         * sem_prag.adb (Check_Kind): Add Loop_Variant to
10041         Statement_Assertions (Check_Applicable_Policy): Add Loop_Variant
10042         to Statement_Assertions.
10044 2014-01-20  Doug Rupp  <rupp@adacore.com>
10046         * sysdep.c (__gnat_is_file_not_found_error) [vxworks6]: Add case
10047         for errno ENOENT from RTP on NFS mounted file system.
10049 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
10051         * sem_util.adb (Check_Function_Writable_Actuals): 1) Do not
10052         examine code that does not come from source. The check does not
10053         apply to code generated for constraint checks, and such code may
10054         generate spurious error messages when compiled with expansion
10055         disabled (as in a generic unit) because side effects may not
10056         have been removed.
10057         2) Make error messages more explicit: indicate the component
10058         of the  construct whose value is indeterminate because of a
10059         call to a function with in-out parameter in another component,
10060         when there is no mandated order of execution between the two
10061         components (actuals, aggregate components, alternatives).
10063 2014-01-20  Robert Dewar  <dewar@adacore.com>
10065         * gnat_rm.texi: Minor cleanup.
10067 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10069         * sem_attr.adb (Analyze_Attribute): Attributes 'Old and 'Result
10070         can now apply to a refined postcondition.
10071         * sem_ch6.adb (Analyze_Subprogram_Contract): Remove local
10072         variable Result_Seen. Add variables Case_Prag, Post_Prag,
10073         Seen_In_Case and Seen_In_Post. Update the mechanism that detects
10074         whether postconditions and/or constract-cases mention attribute
10075         'Result and introduce a post-state when applied to functions.
10076         (Check_Result_And_Post_State): Removed.
10077         * sem_prag.adb (Analyze_Pragma): Add local variable
10078         Result_Seen. Verify that the expression of pragma Refined_Post
10079         mentions attribute 'Result and introduces a post-state.
10080         * sem_util.ads, sem_util.adb (Check_Result_And_Post_State): New routine.
10082 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10084         * exp_ch7.adb (Is_Subprogram_Call): New routine.
10085         (Process_Transient_Objects): Make variable Must_Hook global with
10086         respect to all locally declared subprograms. Search the context
10087         for at least one subprogram call.
10088         (Requires_Hooking): Removed.
10090 2014-01-20  Claire Dross  <dross@adacore.com>
10092         * a-cfdlli.ads a-cfhama.ads a-cfhase.ads a-cforma.ads
10093         * a-cforse.ads a-cofove.ads: Add pragma Annotate (GNATprove,
10094         External_Axiomatization);
10096 2014-01-20  Robert Dewar  <dewar@adacore.com>
10098         * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Allow
10099         Loop_Entry in Assert, Assert_And_Cut, and Assume pragmas.
10100         * sem_prag.adb (Analyze_Pragma, case Assert[_And_Cut], Assume):
10101         Allow Loop_Entry to be used in these pragmas if they appear in
10102         an appropriate context.
10103         (Placement_Error): Specialize error
10104         message for pragma Assert[_And_Cut] or pragma Assume containing
10105         Loop_Entry attribute.
10106         * a-exexpr-gcc.adb, sinput.adb: Minor reformatting.
10107         * s-excmac-arm.ads, s-except.ads, s-excmac-gcc.ads: Minor reformatting
10108         and code clean ups.
10110 2014-01-20  Robert Dewar  <dewar@adacore.com>
10112         * gnat1drv.adb: Minor comment update.
10114 2014-01-20  Tristan Gingold  <gingold@adacore.com>
10116         * raise-gcc.c (PERSONALITY_FUNCTION/arm): Remove unused
10117         variables, comment out unused code.
10118         * a-exexpr-gcc.adb: Move declarations to s-excmac-gcc.ads
10119         * s-excmac-gcc.ads: New file, extracted from a-exexpr-gcc.adb
10120         * s-excmac-arm.ads: New file.
10122 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10124         * exp_ch4.adb (Expand_N_Slice): Remove constant D and variables
10125         Drange and Index_Typ. Remove the circuitry which creates a
10126         range check to compare the index type of the array against the
10127         discrete_range.
10128         * sem_res.adb (Resolve_Slice): Add local variable Dexpr. Update
10129         the circuitry which creates a range check to handle a
10130         discrete_range denoted by a subtype indication.
10132 2014-01-20  Pierre-Marie Derodat  <derodat@adacore.com>
10134         * sinput.adb, sinput.ads (Sloc_Range): Traverse the tree of original
10135         nodes to get the original sloc range.
10137 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10139         * sem_prag.adb (Analyze_Pragma): Use Defining_Entity to obtain the
10140         entity of a [library level] package.
10142 2014-01-20  Tristan Gingold  <gingold@adacore.com>
10144         * raise-gcc.c (exception_class_eq): New function.
10145         (is_handled_by): Use it to compare exception classes.
10146         (PERSONALITY_STORAGE): Define.  (continue_unwind): New function to
10147         be called to return URC_CONTINUE_UNWIND.
10148         (personality_body): New function, extracted from PERSONALITY_ROUTINE.
10149         (PERSONALITY_ROUTINE): Add an implementation for the ARM unwinder.
10151 2014-01-20  Robert Dewar  <dewar@adacore.com>
10153         * opt.ads: Minor comment update.
10155 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10157         * exp_ch4.adb (Expand_N_Slice): Relocate some variables and
10158         constants to the "Local variables" area. Add new constant D. Add
10159         new variables Drange and Index_Typ.  Rename Pfx to Rep and Ptp
10160         to Pref_Typ and update all occurrences. Add circuitry to extract
10161         the discrete_range and the index type and build a range check.
10163 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
10165         * gnat1drv.adb (Adjust_Global_Switches): Enable
10166         Treat_Categorization_Errors_As_Warnings when Relaxed_RM_Semantics
10167         is set.
10169 2014-01-20  Thomas Quinot  <quinot@adacore.com>
10171         * sem_ch5.adb, sem_ch4.adb: Minor reformatting.
10173 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10175         * sem_ch13.adb (Analyze_Aspect_Specifications):
10176         When aspect SPARK_Mode appears on a package body, insert the
10177         generated pragma at the top of the body declarations.
10179 2014-01-20  Robert Dewar  <dewar@adacore.com>
10181         * sem_aggr.adb, exp_prag.adb, sem_aux.adb, sinfo.ads, sem_ch10.adb,
10182         checks.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, g-arrspl.adb,
10183         expander.adb, gnat1drv.adb, exp_ch4.adb, sem_ch6.adb,
10184         sem_ch8.adb, exp_dist.adb: Minor reformatting.
10186 2014-01-20  Yannick Moy  <moy@adacore.com>
10188         * gnat1drv.adb (Gnat1drv): Call Write_ALI with Object=True in GNATprove
10189         mode.
10191 2014-01-20  Pascal Obry  <obry@adacore.com>
10193         * g-arrspl.ads (Slice_Set): New definition (will use a copy on
10194         write scheme).
10195         * g-arrspl.adb: Adapt all routine to this new implementation.
10196         (Set): Copy the Slice_Set definition before reusing it.
10198 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
10200         * sem_prag.adb (Process_Import_Or_Interface): In
10201         Relaxed_RM_Semantics, support old Ada 83 style of pragma Import.
10202         (Analyze_Pragma): Ditto for pragma Export.
10203         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Handle old pragma
10204         Import style.
10206 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10208         * einfo.ads: E_Abstract_State is now part of the entities that
10209         can be overloaded. Update type Overloadable_Kind to reflect the
10210         inclusion of abstract states.
10211         * sem_ch6.adb (New_Overloaded_Entity): A function can now
10212         overload an abstract state.
10213         * sem_prag.adb (Analyze_Constituent): Handle the overloading
10214         of states by functions. Use Entity_Of to obtain the entity of
10215         a constituent.  (Analyze_Global_Item): Handle the overloading of
10216         states by functions.
10217         (Analyze_Initialization_Item): Handle the
10218         overloading of states by functions.  Use Entity_Of to obtain the
10219         entity of an item.
10220         (Analyze_Input_Item): Handle the overloading
10221         of states by functions. Use Entity_Of to obtain the entity of an item.
10222         (Analyze_Input_Output): Handle the overloading of states by functions.
10223         (Analyze_Refinement_Clause): Handle the overloading
10224         of states by functions.  Use Entity_Of to obtain the entity of an item.
10225         (Appears_In): Use Entity_Of to obtain the entity of an element.
10226         (Check_Usage): Use Entity_Of to obtain the entity of
10227         an item. Add a guard to prevent a crash due to a previous error.
10228         (Resolve_State): New routine.
10230 2014-01-20  Yannick Moy  <moy@adacore.com>
10232         * spark_xrefs.ads, debug.adb, gnat1drv.adb, errout.adb, errout.ads,
10233         opt.ads: Minor comments updates.
10235 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
10237         * einfo.adb (Non_Limited_View): Applies to abstract states.
10238         (Set_From_Limited_With): Applies to abstract states.
10239         (Set_Non_Limited_View): Applies to abstract states.
10240         (Write_Field17): Output the non-limited view of an abstract state.
10241         * einfo.ads: Update the comment on usage and occurrences in
10242         nodes for attributes From_Limited_With and Non_Limited_View.
10243         * sem_aux.adb (Available_View): This routine can now handle
10244         abstract states.
10245         * sem_aux.ads (Available_View): This routine can now handle
10246         abstract states. Update the comment on usage.
10247         * sem_ch8.adb (Find_Expanded_Name): Handle abstract views
10248         of states and variables.
10249         (In_Pragmas_Depends_Or_Global): New routine.
10250         * sem_ch10.adb (Build_Limited_Views): Implement
10251         abstract (limited) views of variables and states.
10252         (Build_Shadow_Entity): This routine is now a procedure. Add
10253         formal parameter Shadow. Update the comment on usage. Add
10254         context-specific decoration for states and variables.
10255         (Decorate_State): New routine.  (Decorate_Variable): New routine.
10256         (Find_And_Process_States): New routine.
10257         (Process_Declarations): Renamed to Process_Declarations_And_States.
10258         (Process_Declarations_And_States): Add formal parameters
10259         Pack and Create_Abstract_Views. Update the comment on usage.
10260         (Process_States): New routine.
10261         * sem_prag.adb (Check_Dependency_Clause): Handle abstract
10262         views of states and variables. Match the abstract view of a state
10263         against its corresponding non-abstract view.
10264         (Is_Matching_Input):
10265         Handle abstract views of states and variables. Match the abstract
10266         view of a state against its corresponding non-abstract view.
10267         (Process_Global_Item): Handle abstract views of states and
10268         variables.
10270 2014-01-20  Bob Duff  <duff@adacore.com>
10272         * sem_ch10.adb (Expand_With_Clause): Don't
10273         recurse on the prefix if the current with-ed name refers to a
10274         package that renames its own parent, eg "package P.Q renames P;".
10276 2014-01-20  Yannick Moy  <moy@adacore.com>
10278         * exp_spark.adb (Expand_SPARK_Call): Remove procedure.
10279         * opt.adb, opt.ads (Full_Expander_Active): Remove function.
10280         * checks.adb, exp_ch6.adb, exp_ch9.adb, exp_disp.adb, sem_aggr.adb,
10281         * sem_ch10.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb,
10282         * sem_disp.adb, sem_res.adb Replace Full_Expander_Active by
10283         Expander_Active.
10285 2014-01-20  Yannick Moy  <moy@adacore.com>
10287         * sinfo.ads Update documentation of GNATprove mode.
10289 2014-01-20  Yannick Moy  <moy@adacore.com>
10291         * adabkend.adb, ali-util.adb, errout.adb, exp_ch7.adb,
10292         * exp_dbug.adb, freeze.adb, lib-xref.adb, restrict.adb,
10293         * sem_attr.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb,
10294         * sem_prag.adb, sem_res.adb, sem_util.adb Rename SPARK_Mode into
10295         GNATprove_Mode.
10296         * sem_ch13.adb: Remove blank.
10297         * exp_spark.adb, exp_spark.ads (Expand_SPARK_Call): Only replace
10298         subprograms by alias for renamings, not for inherited primitive
10299         operations.
10300         * exp_util.adb (Expand_Subtype_From_Expr): Apply the expansion
10301         in GNATprove mode.
10302         (Remove_Side_Effects): Apply the removal in
10303         GNATprove mode, for the full analysis of expressions.
10304         * expander.adb (Expand): Call the light SPARK expansion in GNATprove
10305         mode.
10306         (Expander_Mode_Restore, Expander_Mode_Save_And_Set): Ignore
10307         save/restore actions for Expander_Active flag in GNATprove mode,
10308         similar to what is done in ASIS mode.
10309         * frontend.adb (Frontend): Generic bodies are instantiated in
10310         GNATprove mode.
10311         * gnat1drv.adb (Adjust_Global_Switches): Set operating
10312         mode to Check_Semantics in GNATprove mode, although a light
10313         expansion is still performed.
10314         (Gnat1drv): Set Back_End_Mode to
10315         Declarations_Only in GNATprove mode, and later on special case
10316         the GNATprove mode to continue analysis anyway.
10317         * lib-writ.adb (Write_ALI): Always generate ALI files in
10318         GNATprove mode.
10319         * opt.adb, opt.ads (Full_Expander_Active): Make it equivalent to
10320         Expander_Active.
10321         (SPARK_Mode): Renamed as GNATprove_Mode.
10322         * sem_aggr.adb (Aggregate_Constraint_Checks): Add checks in the
10323         tree in GNATprove_Mode.
10324         * sem_ch12.adb (Analyze_Package_Instantiation): Always instantiate
10325         body in GNATprove mode.
10326         (Need_Subprogram_Instance_Body): Always instantiate body in GNATprove
10327         mode.
10328         * sem_ch3.adb (Constrain_Index, Process_Range_Expr_In_Decl):
10329         Make sure side effects are removed in GNATprove mode.
10331 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
10333         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Robustify tests
10334         for aliased objects with an unconstrained nominal subtype.
10335         * gcc-interface/trans.c (Call_to_gnu): Likewise.
10336         (gnat_to_gnu) <case N_Op_Not>: Robustify test for private type.
10337         <case N_Op_Minus>: Remove useless code.
10338         (Exception_Handler_to_gnu_zcx): Minor tweaks.
10340 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
10342         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Record_Subtype>:
10343         Tidy up.  For a subtype with discriminants and variant part, if a
10344         variant is statically selected and the fields all have a constant
10345         position, put them in order of increasing position.  Likewise if
10346         no variant part but representation clause is present.
10347         * gcc-interface/utils.c (make_packable_type): Robustify.
10348         (maybe_pad_type): Use local variable and tidy up condition.  If no
10349         alignment is specified, use the original one.
10350         (create_type_stub_decl): Minor tweak.
10351         (convert) <case VECTOR_CST>: Fix typo.
10352         <case CONSTRUCTOR>: Deal with padding types around the same type.
10353         Do not punt on missing fields.
10354         (unchecked_convert): Call finish_record_type to lay out the special
10355         record types made for conversions from/to problematic integer types.
10356         Bump the alignment of CONSTRUCTORs before converting them to a more
10357         aligned type.
10359 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
10361         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Component>: Remove
10362         obsolete code for type_annotate_only mode, simplify code and slightly
10363         improve wording of comments.
10365 2014-01-12  Eric Botcazou  <ebotcazou@adacore.com>
10367         PR ada/59772
10368         * gcc-interface/cuintp.c (build_cst_from_int): Use 32-bit integer type
10369         as intermediate type.
10370         (UI_To_gnu): Likewise.
10372 2014-01-03  Eric Botcazou  <ebotcazou@adacore.com>
10374         * gnatvsn.ads (Current_Year): Bump to 2014.
10376 2014-01-02  Tobias Burnus  <burnus@net-b.de>
10378         * gnat_ugn.texi: Bump @copying's copyright year.
10380 Copyright (C) 2014 Free Software Foundation, Inc.
10382 Copying and distribution of this file, with or without modification,
10383 are permitted in any medium without royalty provided the copyright
10384 notice and this notice are preserved.