2014-10-10 Robert Dewar <dewar@adacore.com>
[official-gcc.git] / gcc / ada / ChangeLog
blob5d50356a7f40d1a8c0d3a0d773dbb3ca45602d10
1 2014-10-10  Robert Dewar  <dewar@adacore.com>
3         * exp_util.ads, sem_ch12.adb, exp_util.adb, i-fortra.ads: Minor code
4         reorganization.
6 2014-09-22  Eric Botcazou  <ebotcazou@adacore.com>
8         * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust comment.
9         * gcc-interface/utils.c (gnat_write_global_declarations): Fix typo.
11 2014-09-15  Jakub Jelinek  <jakub@redhat.com>
13         * gcc-interface/Make-lang.in (check_acats_numbers0,
14         check_acats_numbers1, check_acats_numbers2, check_acats_numbers3,
15         check_acats_numbers4, check_acats_numbers5, check_acats_numbers6,
16         check_acats_numbers, check_acats_subdirs): New variables.
17         (check_acats_targets): Use $(check_acats_subdirs).
18         (check-acats, check-acats%): Rewritten so that for parallelized
19         testing each job runs all the chapters files, with
20         GCC_RUNTEST_PARALLELIZE_DIR set in environment.  Prepare the support
21         directory sequentially and share it.
22         (check-acats-subtargets): Always print just check-acats.
24 2014-08-25  Martin Liska  <mliska@suse.cz>
26         * gcc-interface/utils.c (rest_of_subprog_body_compilation): Adjust to
27         new cgraph interface.
28         (gnat_write_global_declarations): Likewise.
30 2014-08-13  Sylvestre Ledru  <sylvestre@debian.org>
32         * 9drpc.adb: Fix a typo
33         * s-interr.ads: Likewise
34         * s-taskin.ads: Likewise
35         * s-traces.ads: Likewise
36         * sysdep.c: Likewise
38 2014-08-12  Joel Sherrill <joel.sherrill@oarcorp.com>
40         * socket.c: For RTEMS, use correct prototype of gethostbyname_r().
41         * gsocket.h Add include of <unistd.h> on RTEMS.
43 2014-08-11  Joel Sherrill <joel.sherrill@oarcorp.com>
45         * s-osinte-rtems.adb: Correct formatting of line in license block.
47 2014-08-04  Claire Dross  <dross@adacore.com>
49         * exp_util.adb (Get_First_Parent_With_Ext_Axioms_For_Entity):
50         For an instance, look at the scope before the generic parent.
52 2014-08-04  Yannick Moy  <moy@adacore.com>
54         * lib-writ.ads: Update comments.
55         * sem_disp.ads, sem_disp.adb (Inherited_Subprograms): Add
56         parameters to filter inherited subprograms.
58 2014-08-04  Robert Dewar  <dewar@adacore.com>
60         * gnat_rm.texi: Add section on use of address clause for memory
61         mapped I/O.
63 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
65         * sem_ch3.adb (Analyze_Subtype_Declaration): A subtype, in
66         particular the subtype created for a generic actual, inherits
67         invariant information from the base type.
69 2014-08-04  Robert Dewar  <dewar@adacore.com>
71         * aspects.ads, aspects.adb: Add entries for aspect Obsolescent.
72         * gnat_rm.texi: Add documentation for aspect Obsolescent.
73         * sem_ch13.adb (Analyze_Aspect_Specifications): Implement aspect
74         Obsolescent.
75         (Check_Aspect_At_Freeze_Point): Add dummy entry for pragma Obsolescent.
76         * s-osprim-mingw.adb: Minor reformatting.
77         * sem_res.adb (Is_Atomic_Ref_With_Address): New function
78         (Resolve_Indexed_Component): Rework warnings for non-atomic access
79         (Resolve_Selected_Component): Add warnings for non-atomic access.
81 2014-08-04  Doug Rupp  <rupp@adacore.com>
83         * g-calend.adb (timeval_to_duration, duration_to_timeval): Change sec
84         formal to long_long.
85         * g-calend.ads (timeval): Bump up size to accomodate sec type.
86         * s-taprop-linux.adb (timeval_to_duration): Change sec formal to
87         long_long
88         * s-osprim-posix.adb (timeval): Bump up size to accomodate
89         new sec type.
90         (timeval_to_duration): Change sec formal to Long_Long_Integer
91         * s-osinte-darwin.adb (timeval): Bump up
92         size to accomodate new sec type.
93         (timeval_to_duration): Change sec formal to long_long
94         * s-osinte-android.adb: Likewise.
95         * cal.c (__gnat_timeal_to_duration, __gnat_duration_to_timeval): Change
96         sec formal from long to long long.
98 2014-08-04  Robert Dewar  <dewar@adacore.com>
100         * sem_res.adb (Resolve_Qualified_Expression): Make sure
101         Do_Range_Check flag gets set.
103 2014-08-04  Robert Dewar  <dewar@adacore.com>
105         * einfo.ads, einfo.adb (Is_Standard_String_Type): New function.
106         * exp_ch3.adb (Build_Array_Init_Proc): Use
107         Is_Standard_String_Type.
108         (Expand_Freeze_Array_Type): ditto.
109         (Get_Simple_Init_Val): ditto.
110         (Needs_Simple_Initialization): ditto.
111         * sem_eval.adb (Eval_String_Literal): Use Is_Standard_String_Type.
112         * sem_warn.adb (Is_Suspicious_Type): Use Is_Standard_String_Type.
114 2014-08-04  Pascal Obry  <obry@adacore.com>
116         * adaint.c (__gnat_try_lock): Use _tcscpy and _tcscat instead of
117         _stprintf which insert garbage into the wfull_path buffer.
119 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
121         * cal.c: Remove old VMS/nucleus code. Remove obsolete vxworks
122         code.
123         * fe.h: Minor reformatting.
125 2014-08-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
127         * cstreams.c: (_LARGEFILE_SOURCE): Guard definition.
129 2014-08-04  Robert Dewar  <dewar@adacore.com>
131         * par-ch13.adb (Get_Aspect_Specifications): Improve error
132         recovery, fixing a -gnatQ bomb.
134 2014-08-04  Yannick Moy  <moy@adacore.com>
136         * sem_ch3.adb (Analyze_Object_Declaration): In GNATprove mode,
137         do not generate two Itypes with the same name for an array
138         definition.
139         * sinfo.ads: Expand doc on GNATprove mode.
141 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
143         * exp_ch3.adb (Expand_Freeze_Record_Type): Set the finalization
144         master and storage pool attributes on the root type of an
145         anonymous access type.
146         * exp_ch4.adb (Expand_N_Allocator): Set the finalization master
147         and storage pool attributes on the root type of an anonymous
148         access type.
150 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
152         * exp_ch3.adb: Minor reformatting.
153         * tb-alvms.c, tb-alvxw.c, tb-ivms.c: Removed.
154         * tracebak.c: Remove use of above files.
155         * gcc-interface/Makefile.in: Update dependencies.
157 2014-08-04  Pierre-Marie Derodat  <derodat@adacore.com>
159         * gcc-interface/utils.c (gnat_set_type_context): Also set the
160         context for parallel types' TYPE_STUB_DECL.  Do not change
161         anything if the context is already set for them.
162         (gnat_pushdecl): Update the comment for calls to
163         gnat_set_type_context to mention parallel types.
164         (add_parallel_type): When adding a context-less parallel type to
165         a type that has a context, propagate the context from the latter
166         type to the former.
167         (process_deferred_decl_context): Call gnat_set_type_context
168         rather than manually setting the type context.
169         (build_unc_object_type): Call gnat_set_type_context on the
170         template type.
172 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
174         * exp_ch5.adb (Expand_N_Case_Statement): If a choice is a
175         subtype indication and the case statement has only two choices,
176         replace subtype indication with its range, because the resulting
177         membership test cannot have a subtype indication as an operand.
179 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
181         * exp_ch3.adb: Update comments, minor reformatting.
183 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
185         * sem_ch3.adb (Analyze_Declarations): Explain why the bodies of
186         the default initial condition procedures are build here.
187         * sem_util.adb (Build_Default_Init_Cond_Procedure): Wrap the
188         analyzed argument of pragma Default_Initial_Condition in some
189         dummy code as GNATprove mode disables assertions, but still
190         needs to see the argument.
192 2014-08-04  Robert Dewar  <dewar@adacore.com>
194         * exp_ch6.adb, sem_util.adb: Minor reformatting.
196 2014-08-04  Olivier Hainque  <hainque@adacore.com>
198         * a-comutr.ads: Set Root_Node_Type'Alignment to
199         Standard'Maximum_Alignment, so that it is at least as large as
200         the max default for Tree_Node_Type'Alignment.
202 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
204         * exp_ch3.adb (Freeze_Type): Remove the generation and inheritance
205         of the default initial condition procedure [body].
206         * sem_ch3.adb (Analyze_Declarations): Create the bodies of
207         all default initial condition procedures at the end of private
208         declaration analysis.
209         * sem_util.adb (Build_Default_Init_Cond_Procedure_Bodies): New
210         routine.
211         (Build_Default_Init_Cond_Procedure_Body): Merged in the
212         processing of routine Build_Default_Init_Cond_Procedure_Bodies.
213         * sem_util.ads (Build_Default_Init_Cond_Procedure_Bodies):
214         New routine.
215         (Build_Default_Init_Cond_Procedure_Body): Removed.
217 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
219         * sem_elab.adb (Check_Elab_Call): Do not check a call to a
220         postcondtion.
221         * exp_ch6.adb (Expand_Call): Clarify handling of inserted
222         postcondition call.
224 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
226         * sem_prag.adb (Analyze_Pragma): Ensure that an
227         internally generated spec for a stand alone body is recognized
228         as a proper context for pragma SPARK_Mode.
230 2014-08-04  Robert Dewar  <dewar@adacore.com>
232         * erroutc.adb (Delete_Msg): Do not decrement Warnings_Treated_As_Errors.
234 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
236         * adabkend.adb (Scan_Back_End_Switches): Ignore extra -o
237         when -gnatO has already been specified, for compatibility
238         with gcc driver.
239         (Scan_Compiler_Args): Do not call Set_Output_Object_File_Name in
240         codepeer mode.
241         * g-expect.ads: Fix typo.
243 2014-08-04  Thomas Quinot  <quinot@adacore.com>
245         * exp_ch4.adb (Insert_Dereference_Action): the actual Size
246         must account for the bounds template if the designated type is
247         an unconstrained array.
249 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
251         * a-cfhama.adb, a-cfhase.adb, a-cforma.adb, a-cforse.adb Add
252         SPARK_Mode in the body.
253         * sem_ch7.adb (Analyze_Package_Body_Helper): Restore the original
254         way to verify the consistency of SPARK_Mode between a spec and
255         a body.
256         * sem_ch12.adb (Analyze_Package_Instantiation): Remove the call
257         to Set_Ignore_Pragma_SPARK_Mode. Set flag Ignore_Pragma_SPARK_Mode
258         manually.
259         (Analyze_Subprogram_Instantiation): Remove the call to
260         Set_Ignore_Pragma_SPARK_Mode. Set flag Ignore_Pragma_SPARK_Mode
261         manually.
262         * sem_prag.adb (Analyze_Pragma): Remove local variable
263         Inst_Id. SPARK_Mode can no longer be applied to a package or
264         subprogram instantiation.
265         * sem_util.adb, sem_util.ads (Set_Ignore_Pragma_SPARK_Mode):
266         Removed.
268 2014-08-04  Robert Dewar  <dewar@adacore.com>
270         * sem_prag.adb, osint.adb, osint.ads: Minor reformatting.
272 2014-08-04  Yannick Moy  <moy@adacore.com>
274         * sem_ch3.adb (Derive_Type_Declaration,
275         Process_Discriminants): Remove SPARK-specific legality checks.
277 2014-08-04  Thomas Quinot  <quinot@adacore.com>
279         * g-sechas.ads, g-sechas.adb (HMAC_Initial_Context): New subprogram.
280         * gnat_rm.texi (GNAT.MD5/SHA1/SHA224/SHA256/SHA512): Document support
281         for HMAC.
283 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
285         * sem_ch7.adb (Analyze_Package_Body_Helper): When verifying the
286         compatibility of SPARK_Mode between a spec and a body, use the
287         SPARK_Mode of the public part.
288         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Use
289         the already available routine to exchange the aspects between
290         the template and its copy. Analyze the aspects of copy to
291         ensure that the corresponding pragmas perform their semantic
292         effects.  The partial analysis of aspects is no longer needed.
293         (Analyze_Package_Instantiation): Save and restore the SPARK_Mode
294         of the context.
295         (Analyze_Subprogram_Instantiation): Save and restore the SPARK_Mode of
296         the context.
297         * sem_prag.adb (Analyze_Pragma): Do not bypass a subprogram
298         instantiation which does not come from source.
300 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
302         * a-cfhama.ads, a-cfhase.ads, a-cforma.ads, a-cforse.ads Add
303         SPARK_Mode pragmas to the public and private part of the unit.
304         * sem_ch3.adb (Derive_Type_Declaration): Ensure that a derived
305         type cannot have discriminants if the parent type already has
306         discriminants.
307         (Process_Discriminants): Ensure that the type of a discriminant is
308         discrete.
309         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The check on
310         SPARK_Mode compatibility between a spec and a body can now be
311         safely performed while processing a generic.
312         * sem_ch7.adb (Analyze_Package_Body_Helper): The check on
313         SPARK_Mode compatibility between a spec and a body can now be
314         safely performed while processing a generic.
315         * sem_prag.adb (Analyze_Pragma): Pragma SPARK_Mode can now be
316         safely analyzed when processing a generic.
318 2014-08-04  Nicolas Roche  <roche@adacore.com>
320         * g-dirope.adb: Minor reformating.
322 2014-08-04  Robert Dewar  <dewar@adacore.com>
324         * sem_ch6.adb: Minor reformatting.
326 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
328         * sem_prag.adb (Analyze_Pragma, case Assert and related pragmas):
329         Before normalizing these pragmas into a pragma Check, preanalyze
330         the optional Message argument, (which is subsequently copied)
331         so that it has the proper semantic information for ASIS use.
332         * sem_case.adb: Initialize flag earlier.
333         * osint.adb, osint.ads (Find_File): Add parameter Full_Name, used when
334         the full source path of a configuration file is requested.
335         (Read_Source_File): Use Full_Name parameter..
337 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
339         * opt.ads Alphabetize various global flags. New flag
340         Ignore_Pragma_SPARK_Mode along with a comment on usage.
341         * sem_ch6.adb (Analyze_Generic_Subprogram_Body):
342         Pragma SPARK_Mode is now allowed in generic units.
343         (Analyze_Subprogram_Body_Helper): Do not verify the compatibility
344         between the SPARK_Mode of a spec and that of a body when inside
345         a generic.
346         * sem_ch7.adb (Analyze_Package_Body_Helper): Do not verify the
347         compatibility between the SPARK_Mode of a spec and that of a
348         body when inside a generic.
349         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration):
350         Pragma SPARK_Mode is now allowed in generic units.
351         (Analyze_Package_Instantiation): Save and restore the value of
352         flag Ignore_ Pragma_SPARK_Mode in a stack-like fasion. Set
353         the governing SPARK_Mode before analyzing the instance.
354         (Analyze_Subprogram_Instantiation): Save and restore the value
355         of flag Ignore_ Pragma_SPARK_Mode in a stack-like fasion. Set
356         the governing SPARK_Mode before analyzing the instance.
357         * sem_ch13.adb (Analyze_Aspect_Specifications): Emulate the
358         placement of a source pragma when inserting the generated pragma
359         for aspect SPARK_Mode.
360         * sem_prag.adb (Analyze_Pragma): Reimplement the handling of
361         pragma SPARK_Mode to allow for generics and their respective
362         instantiations.
363         * sem_util.ads, sem_util.adb (Check_SPARK_Mode_In_Generic): Removed.
364         (Set_Ignore_Pragma_SPARK_Mode): New routine.
366 2014-08-04  Eric Botcazou  <ebotcazou@adacore.com>
368         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Component>: Deal with
369         renaming discriminants in tagged types first.
370         * gcc-interface/trans.c (gnat_to_gnu) <N_Selected_Component>: Test
371         the underlying type of the prefix.
372         (Pragma_to_gnu, case Pragma_Warning): Ignore Reason => "..."
373         (process_freeze_entity): Reset the nodes of all the view of a type,
374         if any.
376 2014-08-04  Doug Rupp  <rupp@adacore.com>
377             Olivier Hainque  <hainque@adacore.com>
379         * gcc-interface/Makefile.in (x86 VxWorks): Add filter-out for vxworks7
380         and remove incorrect EH_MECHANISM macros.
381         Add sigtramp.h to EXTRA_LIBGNAT_SRCS when we add sigtramp-vxworks.o to
382         EXTRA_LIBGNAT_OBJS.
384 2014-08-04  Robert Dewar  <dewar@adacore.com>
386         * exp_attr.adb (Expand_N_Attribute_Reference): Make sure prefix
387         of constructed 'Valid attribute in -gnatVa mode does not appear
388         to come from source.
389         * sem_attr.adb (Analyze_Access_Attribute): Don't set
390         Never_Set_In_Source for non-source reference.
391         * sem_util.adb: Minor reformatting.
392         * sem_warn.adb (Check_References): Don't check Address_Taken,
393         not necessary, see comment.
395 2014-08-04  Robert Dewar  <dewar@adacore.com>
397         * sem_util.adb, sem_case.adb: Minor reformatting.
399 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
401         * exp_ch9.adb (Extract_Entry): If the synchronized object is a
402         limited view, replace with non-limited view, which is available
403         at the point of an entry call.
405 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
407         * exp_ch6.adb (Expand_Call): If the call is to a function in
408         a run-time unit that is marked Inline_Always, we must suppress
409         debugging information on it, so that the code that is eventually
410         inlined will not affect debugging of the user program.
412 2014-08-04  Robert Dewar  <dewar@adacore.com>
414         * inline.adb, einfo.ads, s-tassta.adb, s-tarest.adb: Minor comment
415         fixes.
417 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
419         * sem_prag.adb (Process_Import_Or_Interface): Handle properly
420         an aspect Import that specifies a False value.
422 2014-08-04  Robert Dewar  <dewar@adacore.com>
424         * gnat_rm.texi: Add section on aspect Invariant'Class.
426 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
428         * sem_case.adb (Check_Choice_Set): New flag Predicate_Error,
429         for better control of cascaded error messages when some choice
430         in a case statement over a predicated type violates the given
431         static predicate.
433 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
435         * sem_ch3.adb (Build_Derived_Type): Modify the
436         inheritance of the rep chain to ensure that a non-tagged type's
437         items are not clobbered during the inheritance.
439 2014-08-04  Robert Dewar  <dewar@adacore.com>
441         * sem_ch3.adb, einfo.ads: Minor reformatting.
443 2014-08-04  Yannick Moy  <moy@adacore.com>
445         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Fix
446         detection of subprograms that cannot be inlined in GNATprove mode.
448 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
450         * einfo.adb: Add guard to Returns_Limited_View.
452 2014-08-04  Jose Ruiz  <ruiz@adacore.com>
454         * s-tassta.adb, s-tarest.adb (Task_Wrapper): Force maximum alignment of
455         the secondary stack to respect the alignments of the returned objects.
457 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
459         * einfo.ads, einfo.adb (Returns_Limited_View): New flag defined
460         on function entities whose return type is a limited view.
461         * freeze.adb (Freeze_Entity): Use Returns_Limited_View to determine
462         where to place the freeze node for a function that returns the
463         limited view of a type, when the function is called and frozen
464         in a different unit.
466 2014-08-04  Eric Botcazou  <ebotcazou@adacore.com>
468         * sem_ch3.adb (Build_Derived_Private_Type): Minor code
469         refactoring.
471 2014-08-04  Robert Dewar  <dewar@adacore.com>
473         * gnat_ugn.texi: Clarify documentation on assertions.
475 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
477         * sem_aggr.adb (Resolve_Record_Aggregate, Get_Value): Warn
478         if a component association has a box initialization when the
479         component type has no default initialization, either through an
480         initial value, an aspect, or an implicit initialization procedure.
482 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
484         * freeze.adb: Code clean up.
486 2014-08-04  Thomas Quinot  <quinot@adacore.com>
488         * sem_ch5.adb: Minor reformatting.
490 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
492         * freeze.adb (Late_Freeze_Subprogram): Following AI05-151,
493         a function can return a limited view of a type declared
494         elsewhere. In that case the function cannot be frozen at the end
495         of its enclosing package. If its first use is in a different unit,
496         it cannot be frozen there, but if the call is legal the full view
497         of the return type is available and the subprogram can now be
498         frozen. However the freeze node cannot be inserted at the point
499         of call, but rather must go in the package holding the function,
500         so that the backend can process it in the proper context.
502 2014-08-04  Robert Dewar  <dewar@adacore.com>
504         * exp_ch5.adb, sem_ch5.adb, einfo.ads: Minor reformatting.
506 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
508         * sem_ch4.adb (Operator_Check): Refine previous change.
510 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
512         * sem_scil.ads: Improve comments.
513         * sem_ch4.adb (Analyze_Equality_Op): Add support for
514         Allow_Integer_Address (equality between Address and Integer).
516 2014-08-04  Yannick Moy  <moy@adacore.com>
518         * a-cfhama.adb, a-cforse.adb: Minor fixes to avoid using prefix
519         notation on untagged objects.
520         * sem.ads: Update comment.
521         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Do
522         not inline subprograms declared in the visible part of a package.
524 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
526         * exp_ch5.adb: minor reformatting.
527         * einfo.ads, einfo.adb (Is_Processed_Transient): Applies to loop
528         parameters.
530 2014-08-04  Thomas Quinot  <quinot@adacore.com>
532         * s-fatgen.adb: Minor reformatting.
534 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
536         * exp_util.adb (Is_Possibly_Unaligned_Object): Always return
537         False on .NET.
539 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
541         * sem_ch5.adb (Analyze_Loop_Statement): Set properly the kind of
542         the loop parameter for element iterators over containers and
543         arrays, so that improper uses of it are detected in the loop
544         body when expansion is disabled.
545         * exp_ch5.adb (Expand_Iterator_Loop): The entity kind of the
546         generated cursor is that of the analyzed loop parameter.
548 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
550         * exp_ch3.adb (Build_CPP_Init_Procedure): Remove
551         Flag_Decl. Do not analyze the declaration of the flag as it is
552         not part of the tree yet, instead add it to the freeze actions
553         of the C++ type.
555 2014-08-04  Robert Dewar  <dewar@adacore.com>
557         * checks.adb (Apply_Scalar_Range_Check): Make sure we handle
558         case of OUT and IN OUT parameter correctly (where Source_Typ is
559         set), we were missing one case where a check must be applied.
561 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
563         * sem_ch8.adb (Build_Class_Wide_Wrapper): Update the comment on
564         the generated code. Instead of hiding the renaming and using the
565         wrapper as the proper association, have the subprogram renaming
566         alias the wrapper.
567         (Build_Spec): The entity of the wrapper is
568         now derived from the entity of the related primitive.
570 2014-08-04  Emmanuel Briot  <briot@adacore.com>
572         * s-regpat.adb: s-regpat.adb (Parse): fix incorrect link when
573         using non-capturing groups.
575 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
577         * inline.adb (Build_Body_To_Inline): Remove Unmodified and
578         related pragmas before copying the original body, to prevent
579         spurious errors when the pragmas apply to formals that will not
580         appear in the inlined body.
582 2014-08-04  Robert Dewar  <dewar@adacore.com>
584         * exp_prag.adb, sem_ch7.adb, einfo.adb, sem_prag.adb, sem_util.adb,
585         exp_ch3.adb: Minor reformatting.
587 2014-08-04  Robert Dewar  <dewar@adacore.com>
589         * prj-strt.adb, prj-strt.ads, sem_attr.adb: Minor reformatting.
591 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
593         * aspects.adb Add an entry in table Canonical_Aspect for
594         Default_Initial_Condition.
595         * aspects.ads Add an entry in tables Aspect_Id, Aspect_Argument,
596         Aspect_Names and Aspect_Delay for Default_Initial_Condition.
597         * einfo.adb Flag3 is now Has_Default_Init_Cond. Flag132
598         is now Is_Default_Init_Cond_ Procedure. Flag133 is now
599         Has_Inherited_Default_Init_Cond.
600         (Default_Init_Cond_Procedure): New routine.
601         (Has_Default_Init_Cond): New routine.
602         (Has_Inherited_Default_Init_Cond): New routine.
603         (Is_Default_Init_Cond_Procedure): New routine.
604         (Set_Default_Init_Cond_Procedure): New routine.
605         (Set_Has_Default_Init_Cond): New routine.
606         (Set_Has_Inherited_Default_Init_Cond): New routine.
607         (Set_Is_Default_Init_Cond_Procedure): New routine.
608         (Write_Entity_Flags): Output all the new flags.
609         * einfo.ads New attributes Default_Init_Cond_Procedure,
610         Has_Inherited_Default_Init_Cond and Is_Default_Init_Cond_Procedure
611         along with usage in nodes.
612         (Default_Init_Cond_Procedure): New routine.
613         (Has_Default_Init_Cond): New routine and pragma Inline.
614         (Has_Inherited_Default_Init_Cond): New routine and
615         pragma Inline.
616         (Is_Default_Init_Cond_Procedure): New routine and
617         pragma Inline.
618         (Set_Default_Init_Cond_Procedure): New routine.
619         (Set_Has_Default_Init_Cond): New routine and pragma Inline.
620         (Set_Has_Inherited_Default_Init_Cond): New routine and pragma Inline.
621         (Set_Is_Default_Init_Cond_Procedure): New routine and pragma Inline.
622         * exp_ch3.adb (Expand_N_Object_Declaration): New constant
623         Next_N. Generate a call to the default initial condition procedure
624         if the object's type is subject to the pragma.  (Freeze_Type):
625         Generate the body of the default initial condition procedure or
626         inherit the spec from a parent type.
627         * exp_ch7.adb Add with and use clause for Exp_Prag.
628         (Expand_Pragma_Initial_Condition): Removed.
629         * exp_prag.ads, exp_prag.adb (Expand_Pragma_Initial_Condition): New
630         routine.
631         * par-prag.adb (Prag): Pragma Default_Initial_Condition does
632         not need special treatment by the parser.
633         * sem_ch3.adb (Build_Derived_Record_Type): Propagate the
634         attributes related to pragma Default_Initial_Condition to the
635         derived type.
636         (Process_Full_View): Propagate the attributes
637         related to pragma Default_Initial_Condition to the full view.
638         * sem_ch7.adb (Analyze_Package_Specification): Build the
639         declaration of the default initial condition procedure for all
640         types that qualify or inherit the one from the parent type.
641         * sem_ch13.adb (Analyze_Aspect_Specifications):
642         Add processing for aspect Default_Initial_Condition.
643         (Check_Aspect_At_Freeze_Point): Aspect
644         Default_Initial_Condition does not require delayed analysis.
645         (Replace_Type_References_Generic): Moved to spec.
646         * sem_ch13.ads (Replace_Type_References_Generic): Moved from body.
647         * sem_prag.adb Add an entry in table Sif_Glags for
648         Default_Initial_Condition.
649         (Analyze_Pragma): Pragma
650         Default_Initial_Condition is now part of assertion
651         policy. Add processing for pragma Default_Initial_Condition.
652         (Is_Valid_Assertion_Kind): Pragma Default_Initial_Condition is
653         now recognized as a proper assertion policy.
654         * sem_util.ads, sem_util.adb (Build_Default_Init_Cond_Call): New
655         routine.
656         (Build_Default_Init_Cond_Procedure_Body): New routine.
657         (Build_Default_Init_Cond_Procedure_Declaration): New routine.
658         (Inherit_Default_Init_Cond_Procedure): New routine.
659         * snames.ads-tmpl Add new predefined name and pragma id for
660         Default_Initial_Condition.
662 2014-08-04  Vincent Celier  <celier@adacore.com>
664         * prj-dect.adb (Parse_Case_Construction): It is no longer
665         an error if the variable for a case construction is not
666         typed, only if the variable value is not a single string. Call
667         Parse_Choice_List and End_Case_Construction with the new parameter
668         to indicate that the variable is typed.
669         * prj-strt.adb (End_Case_Construction): Only check the labels
670         if the variable is typed.  If the variable is not typed,
671         issue a warning when there is no "when others" allternative.
672         (Parse_Choice_List): Manage the labels only if the variable
673         is typed.
674         * prj-strt.ads (End_Case_Construction): New Boolean parameter
675         String_Type.
676         (Parse_Choice_List): Ditto.
678 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
680         * sem_ch5.adb: Additional fix to Check_Predicate_Use.
682 2014-08-04  Vincent Celier  <celier@adacore.com>
684         * projects.texi: Update documentation of case constructions with
685         variables that are not typed.
687 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
689         * sem_ch8.adb (Build_Class_Wide_Wrapper): If the operator carries
690         an Eliminated pragma, indicate that the wrapper is also to be
691         eliminated, to prevent spurious errors when using gnatelim on
692         programs that include box-initialization of equality operators
693         (consequence of AI05-071)..
695 2014-08-04  Robert Dewar  <dewar@adacore.com>
697         * checks.adb (Activate_Overflow_Check): Handle floating-point
698         case correctly.
699         * checks.ads (Activate_Overflow_Check): Clarify handling of
700         floating-point cases.
701         * exp_util.adb (Check_Float_Op_Overflow): Reset Do_Overflow_Check
702         flag if we generate an explicit overflow check (for
703         Check_Float_Overflow mode).
705 2014-08-04  Robert Dewar  <dewar@adacore.com>
707         * prj-proc.adb, prj-part.adb, prj-strt.adb, prj.adb, prj.ads,
708         prj-attr.adb, prj-attr.ads: Minor reformatting.
710 2014-08-04  Yannick Moy  <moy@adacore.com>
712         * expander.adb (Expand): Always perform special
713         expansion in GNATprove mode, even when doing pre-analysis.
715 2014-08-04  Thomas Quinot  <quinot@adacore.com>
717         * repinfo.adb (List_Scalar_Storage_Order): List bit order if
718         not default. Also list bit order if SSO is specified. Do not
719         assume that bit order is always equal to scalar storage order.
721 2014-08-04  Thomas Quinot  <quinot@adacore.com>
723         * freeze.adb (Set_SSO_From_Default): Do not set scalar storage
724         order to reverse SSO for a type that has an explicit native
725         Bit_Order.
727 2014-08-04  Doug Rupp  <rupp@adacore.com>
729         * cal.c: Macro check for VxWorks7.
730         * init.c (getpid): Likewise.
731         * mkdir.c (__gnat_mkdir): Likewise.
732         * sysdep.c (__gnat_is_file_not_found_error): Likewise.
734 2014-08-04  Gary Dismukes  <dismukes@adacore.com>
736         * exp_ch3.adb (Expand_N_Object_Declaration): Inhibit generation
737         of an invariant check in the case where No_Initialization is set,
738         since the object is uninitialized.
740 2014-08-04  Thomas Quinot  <quinot@adacore.com>
742         * snames.ads-tmpl (Default_Scalar_Storage_Order): Now an attribute
743         name, in addition to a pragma name.
744         * snames.adb-tmpl (Get_Pragma_Id, Is_Configuration_Pragma_Name,
745         Is_Pragma_Name): Adjust accordingly.
746         * sem_attr.ads, sem_attr.adb, exp_attr.adb
747         (Attribute_Default_Scalar_Storage_Order): Add handling of new
748         attribute.
749         * gnat_rm.texi: Document the above.
751 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
753         * exp_util.adb (Check_Float_Op_Overflow): No-op in codepeer
754         mode for now, to revert to previous behavior.
755         * checks.adb: Revert previous change, no longer needed.
757 2014-08-04  Robert Dewar  <dewar@adacore.com>
759         * gnat1drv.adb (Adjust_Global_Switches): Don't set
760         Check_Float_Overflow if Machine_Oveflows_On_Target is True.
761         * sem_prag.adb (Analyze_Pragma, case Check_Float_Overflow): Don't
762         set Check_Float_Overflow if Machine_Oveflows_On_Target is True.
763         * switch-c.adb (Scan_Front_End_Switches): Don't set
764         Check_Float_Overflow if Machine_Oveflows_On_Target is True.
766 2014-08-04  Vincent Celier  <celier@adacore.com>
768         * prj-attr.adb: Add new default indications for
769         attributes Object_Dir, Exec_Dir, Source_Dirs and Target.
770         (Attribute_Default_Of): New function (Initialize): Set the
771         default for those attributes that have one specified.
772         * prj-attr.ads (Attribute_Data): New component Default.
773         * prj-proc.adb (Expression): Take into account the new defaults
774         for attributes Object_Dir, Exec_Dir and Source_Dirs.
775         * prj-strt.adb (Attribute_Reference): Set the default for
776         the attribute.
777         * prj-tree.ads, prj-tree.adb (Default_Of): New function.
778         (Set_Default_Of): New procedure.
779         * prj.adb (The_Dot_String): New global Name_Id variable,
780         initialized in procedure Initialize.
781         (Dot_String): New function
782         (Initialize): Initialize The_Dot_String.
783         (Reset): Create the string list Shared.Dot_String_List.
784         * prj.ads (Attribute_Default_Value): New enumeration type.
785         (Project_Qualifier): Change enumeration value Dry to Abstract_Project.
786         (Dot_String): New function.
787         (Shared_Project_Tree_Data): New string list component Dot_String_List.
788         * projects.texi: Document new defaults for attribute Object_Dir,
789         Exec_Dir and Source_Dirs.
791 2014-08-04  Robert Dewar  <dewar@adacore.com>
793         * sem_ch12.adb: Minor reformatting.
795 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
797         * exp_util.adb, checks.adb (Check_Float_Op_Overflow): Add special
798         expansion in CodePeer_Mode.
799         (Selected_Range_Checks): Add handling of overflow checks in
800         CodePeer_Mode.
802 2014-08-04  Robert Dewar  <dewar@adacore.com>
804         * exp_attr.adb (Expand_N_Attribute_Reference, case Pred):
805         Remove special test for Float'First, no longer required.
806         (Expand_N_Attribute_Reference, case Succ): Remove special test
807         for Float'First, no longer required.
808         * s-fatgen.adb (Pred): return infinity unchanged.
809         (Succ): ditto.
811 2014-08-04  Claire Dross  <dross@adacore.com>
813         * sem_ch12.adb (Analyze_Associations): Defaults should only be
814         used if there is no explicit match.
815         * exp_util.adb (Get_First_Parent_With_Ext_Axioms_For_Entity):
816         Also check for pragma external_axiomatization on generic units.
818 2014-08-04  Robert Dewar  <dewar@adacore.com>
820         * checks.adb (Activate_Overflow_Check): Remove
821         Check_Float_Overflow processing.
822         (Apply_Scalar_Range_Check): Ditto.
823         (Generate_Range_Check): Ditto.
824         * exp_ch4.adb (Expand_N_Op_Add): Add call to
825         Check_Float_Op_Overflow.
826         (Expand_N_Op_Divide): ditto.
827         (Expand_N_Op_Multiply): ditto.
828         (Expand_N_Op_Subtract): ditto.
829         * exp_util.ads, exp_util.adb (Check_Float_Op_Overflow): New procedure.
830         * sem_attr.adb (Analyze_Attribute, case Pred): Make sure
831         Do_Range_Check is set for floating-point case in -gnatc or
832         GNATprove mode.
833         (Analyze_Attribute, case Succ): Make sure
834         Do_Range_Check is set for floating-point case in -gnatc or
835         GNATprove mode.
836         * sem_res.adb (Resolve_Type_Conversion): Make sure Do_Range_Check
837         flag is set for real to integer conversion in GNATprove or
838         -gnatc mode.
840 2014-08-04  Gary Dismukes  <dismukes@adacore.com>
842         * sem_ch13.adb (Analyze_Aspect_Specifications): Resolve
843         the expression of an Import or Export aspect as type Boolean
844         and require it to be static. Add ??? comment. Also, set the
845         Is_Exported flag when appropriate.
847 2014-08-04  Robert Dewar  <dewar@adacore.com>
849         * exp_ch4.adb: Minor reformatting.
850         * exp_attr.adb: Minor reformatting.
852 2014-08-04  Thomas Quinot  <quinot@adacore.com>
854         * s-fatgen.ads, s-fatgen.adb (S, P): New visible type declarations
855         (Unaligned_Valid): Remove now unused subprogram.
856         * exp_attr.adb (Expand_N_Attribute_Reference, case
857         Attribute_Valid): If the prefix is in reverse SSO or potentially
858         unaligned, copy it using a byte copy operation to a temporary
859         variable.
860         * einfo.adb: Minor comment fix.
862 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
864         * freeze.adb (Freeze_Entity): Do not freeze formal subprograms.
866 2014-08-04  Robert Dewar  <dewar@adacore.com>
868         * s-imgrea.adb (Image_Floating_Point): Don't add space before +Inf.
869         * s-fatgen.adb (Pred): Handle Float'First.
870         (Succ): Handle Float'Last.
872 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
874         * sem_util.adb (Is_Potentially_Unevaluated): If the original
875         node of a parent node in the tree is a short-circuit operation,
876         the node is potentially unevaluated.
878 2014-08-04  Robert Dewar  <dewar@adacore.com>
880         * sem_res.adb (Resolve_Type_Conversion): Set Do_Range_Check on
881         conversion from a real type to an integer type.
883 2014-08-04  Yannick Moy  <moy@adacore.com>
885         * sem_aggr.adb, sem_ch3.adb, sem_ch5.adb, sem_ch7.adb, sem_ch9.adb,
886         sem_ch12.adb, sem_util.adb, sem_util.ads, sem_res.adb, sem_attr.adb,
887         exp_ch6.adb, sem_ch4.adb, restrict.adb, restrict.ads, sem_ch6.adb,
888         sem_ch8.adb, sem_ch11.adb: Update some subprogram names to refer to
889         SPARK_05 instead of SPARK.
891 2014-08-04  Robert Dewar  <dewar@adacore.com>
893         * sem.ads: Minor reformatting.
894         * sem_ch13.adb (Analyze_Aspect_External_Or_Link_Name): Minor
895         reformatting.
896         (Analyze_Aspect_Specifications, case Convention): Put External_Name
897         before Link_Name when constructing pragma.
899 2014-08-04  Yannick Moy  <moy@adacore.com>
901         * sem.adb, sem.ads (In_Default_Expr): Global flag that is set
902         to True during analysis of a default component expression.
903         (Semantics): Save and restore In_Default_Expr around analysis.
904         * sem_ch3.adb, sem_ch3.ads (Analyze_Component_Declaration):
905         Call new wrapper Preanalyze_Default_Expression.
906         (Preanalyze_Default_Expression): New wrapper on
907         Preanalyze_Spec_Expression which sets and restores In_Default_Expr.
908         * sem_res.adb (Resolve_Call): Mark calls inside default
909         expressions as not inlined in GNATprove mode.
911 2014-08-04  Robert Dewar  <dewar@adacore.com>
913         * exp_ch4.adb: Minor reformatting.
915 2014-08-04  Olivier Hainque  <hainque@adacore.com>
917         * link.c: remove const on __gnat_objlist_file_supported for AIX
919 2014-08-04  Robert Dewar  <dewar@adacore.com>
921         * sem_util.ads: Minor addition of comment.
923 2014-08-04  Vincent Celier  <celier@adacore.com>
925         * prj-dect.adb (Check_Package_Allowed): Allow package IDE in
926         all projects, including aggregate and aggregate library projects.
928 2014-08-04  Yannick Moy  <moy@adacore.com>
930         * back_end.adb (Call_Back_End): Do not call gigi in GNATprove mode.
932 2014-08-04  Robert Dewar  <dewar@adacore.com>
934         * sem_eval.adb (Test_In_Range): Always in range for
935         Is_Known_Valid target type, where input type has smaller or
936         equal size and does not have biased rep.
938 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
940         * sem_attr.adb (Eval_Attribute): Constrained is not treated as
941         a static attribute, and the Static flag must not be set on it
942         during resolution. It may be constant-folded during expansion,
943         but if expansion is disabled it is not a static expression.
945 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
947         * sem_ch8.adb (Build_Class_Wide_Wrapper): Mark the primitive as
948         referenced once resolution has taken place.
950 2014-08-04  Gary Dismukes  <dismukes@adacore.com>
952         * exp_ch4.adb (Expand_N_Type_Conversion): Don't
953         compare access levels in the case where the target type is the
954         anonymous type of an access discriminant, since the level of
955         such types is defined based on context. Add comment.
957 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
959         * sem_ch8.adb (Build_Class_Wide_Wrapper): Handle various special
960         cases related to equality.  Remove the special processing
961         for dispatching abstract subprograms as it is not needed.
962         (Interpretation_Error): Add a specialized error message for
963         predefined operators.
964         (Is_Intrinsic_Equality): New routine.
965         (Is_Suitable_Candidate): New routine.
967 2014-08-04  Gary Dismukes  <dismukes@adacore.com>
969         * checks.adb: Minor comment reformatting.
971 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
973         * restrict.adb (Check_Restriction): For checked max_parameter
974         restrictions reset Violated flag, so that subsequent violations
975         are properly detected.
977 2014-08-04  Robert Dewar  <dewar@adacore.com>
979         * sem_ch3.adb (Check_Initialization): Fix bad test of GNATprove
980         mode.
981         (Process_Discriminants): Fix bad test of GNATprove mode
983 2014-08-04  Hristian Kirtchev  <kirtchev@adacore.com>
985         * sem_ch12.adb (Instantiate_Formal_Subprogram):
986         Move variable to their own section. Propagate the source
987         location of a formal parameter to the corresponding formal of
988         the subprogram renaming declaration. Code reformatting.
990 2014-08-04  Arnaud Charlet  <charlet@adacore.com>
992         * g-trasym-vms-ia64.adb, g-trasym-vms-alpha.adb: Removed.
994 2014-08-04  Ed Schonberg  <schonberg@adacore.com>
996         * exp_aggr.adb (Expand_Array_Aggregate): Do not attempt expansion
997         if error already detected.  We may reach this point in spite of
998         previous errors when compiling with -gnatq, to force all possible
999         errors (this is the usual ACATS mode).
1001 2014-08-04  Gary Dismukes  <dismukes@adacore.com>
1003         * checks.adb (Generate_Range_Check): For the case of converting
1004         a base type with a larger range to a smaller target subtype, only
1005         use unchecked conversions of bounds in the range check followed
1006         by conversion in the case where both types are discrete. In other
1007         cases, convert to the target base type and save in a temporary
1008         followed by the range check.
1009         (Convert_And_Check_Range): New procedure factoring code to save
1010         conversion to a temporary followed by a range check (called two
1011         places in Generate_Range_Check).
1012         * exp_ch4.adb (Expand_N_Type_Conversion): Relax previous
1013         check-in, to generate range checks for conversions between
1014         any floating-point types rather than limiting it to matching
1015         base types.
1017 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
1019         * gcc-interface/trans.c: Use hash_set instead of pointer_set.
1021 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1023         * restrict.adb (Update_Restrictions): For restrictions with a
1024         maximum parameter (e.g. number of protected entries in Ravenscar)
1025         do not compute the maximum of the violation over several objects,
1026         because the restriction is per-object.
1027         (Check_Restriction): After possible message, reset the value
1028         of of a checked max_parameter restriction to zero, to prevent
1029         cascaded errors.
1030         * sem_ch3.adb (Build_Derived_Private_Type): Use base of parent
1031         (sub)type to determine whether derived type should be on the
1032         list of private dependents of a type whose full view may become
1033         visible subsequently.
1035 2014-08-01  Olivier Hainque  <hainque@adacore.com>
1037         * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS, native): use
1038         $(CXX) instead of ../../xg++ to feed CXX.
1039         (CXX_LFLAGS): Remove. Now unused as the proper flags
1040         are expected to be included in the CXX variable.
1042 2014-08-01  Pierre-Marie Derodat  <derodat@adacore.com>
1044         * gcc-interface/decl.c (elaborate_expression_1): Return the new
1045         variable when debug info is needed and the expression is not
1046         constant.  Tag as external only new variables that are global.
1047         (gnat_to_gnu_entity): Call it after the GNU declaration is saved.
1048         * gcc-interface/trans.c (Attribute_to_gnu): Do not cache
1049         attributes for IN array parameters when their actual subtype
1050         needs debug info.
1051         (Compilation_Unit_to_gnu): Call it to process all remaining nodes.
1052         * gcc-interface/gigi.h (process_deferred_decl_context): New.
1053         * gcc-interface/utils.c (gnat_write_global_declarations): Do not
1054         emit debug info for ignored global declarations.
1055         (struct deferred_decl_context_node,
1056         add_deferred_decl_context, add_deferred_type_context,
1057         compute_deferred_decl_context, defer_or_set_type_context,
1058         deferred_decl_context_queue, get_debug_scope,
1059         get_global_context, process_deferred_decl_context): New.
1060         (gnat_pushdecl): Re-implement the DECL_CONTEXT and TYPE_CONTEXT
1061         computation machinery to rely on the GNAT Scope attribute.
1063 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1065         * gcc-interface/utils2.c (build_simple_component_ref): Add guard.
1067 2014-08-01  Robert Dewar  <dewar@adacore.com>
1069         * sem_ch8.adb, opt.ads Minor comment updates.
1071 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1073         * exp_intr.adb (Expand_Unc_Deallocation): Request a renaming
1074         from the side effects removal machinery.
1075         * exp_util.adb (Duplicate_Subexpr): Add formal parameter
1076         Renaming_Req. Update the nested call to Remove_Side_Effects.
1077         (Duplicate_Subexpr_No_Checks): Add formal parameter
1078         Renaming_Req. Update the nested call to Remove_Side_Effects.
1079         (Duplicate_Subexpr_Move_Checks): Add formal parameter
1080         Renaming_Req. Update the nested call to Remove_Side_Effects.
1081         (Remove_Side_Effects): Add formal parameter Renaming_Req. Generate
1082         an object renaming declaration when the caller requests it.
1083         * exp_util.ads (Duplicate_Subexpr): Add formal
1084         parameter Renaming_Req. Update comment on usage.
1085         (Duplicate_Subexpr_No_Checks): Add formal parameter Renaming_Req.
1086         (Duplicate_Subexpr_Move_Checks): Add formal parameter
1087         Renaming_Req.
1089 2014-08-01  Bob Duff  <duff@adacore.com>
1091         * gnat_ugn.texi: Minor updates.
1093 2014-08-01  Robert Dewar  <dewar@adacore.com>
1095         * atree.adb: Minor reformatting.
1097 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1099         * exp_aggr.adb (Init_Hidden_Discriminants): If some ancestor is a
1100         private extension, get stored constraint, if any, from full view.
1102 2014-08-01  Robert Dewar  <dewar@adacore.com>
1104         * opt.ads (No_Elab_Code_All_Pragma): New global variable.
1105         * sem_ch10.adb (Check_No_Elab_Code_All): New procedure
1106         (Analyze_Compilation_Unit): Call Check_No_Elab_Code_All
1107         (Analyze_Subunit_Context): Call Check_No_Elab_Code_All.
1108         * sem_prag.adb (Analyze_Pragma, case No_Elaboration_Code_All):
1109         Remove code for checking with's, now in sem_ch10.adb, set
1110         Opt.No_Elab_Code_All_Pragma.
1112 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1114         * sem_ch3.adb (Copy_And_Build): Copy the declaration for
1115         access types as well and adjust the subtype mark if there are
1116         no constraints.
1118 2014-08-01  Robert Dewar  <dewar@adacore.com>
1120         * sem_eval.adb (Test_In_Range): Return Unknown if error posted.
1122 2014-08-01  Robert Dewar  <dewar@adacore.com>
1124         * sem_ch3.adb, einfo.ads, exp_ch4.adb: Code clean ups.
1126 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1128         * einfo.ads (Has_Private_Ancestor): Remove obsolete usage.
1129         * exp_ch4.adb (Expand_Composite_Equality): Add conversion
1130         of the actuals in the case of untagged record types too.
1131         * sem_ch3.adb (Build_Full_Derivation): New procedure to create the
1132         full derivation of a derived private type, extracted from...
1133         (Copy_And_Build): In the case of record types and most
1134         enumeration types, copy the original declaration.  Build the
1135         full derivation according to the approach extracted from...
1136         (Build_Derived_Private_Type): ...here.  Call Build_Full_Derivation
1137         to create the full derivation in all existing cases and also
1138         create it in the no-discriminants/discriminants case instead of
1139         deriving directly from the full view.
1140         (Is_Visible_Component): Remove obsolete code.
1141         * sem_aggr.adb (Resolve_Record_Aggregate): Likewise.
1143 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1145         * fe.h (GNAT_Mode): New.
1146         * gcc-interface/decl.c (gnat_to_gnu_entity): Do not error out on
1147         reverse SSO in GNAT mode.
1149 2014-08-01  Thomas Quinot  <quinot@adacore.com>
1151         * freeze.adb: Minor reformatting.
1153 2014-08-01  Thomas Quinot  <quinot@adacore.com>
1155         * exp_ch3.adb (Default_Initialize_Object): Do not generate
1156         default initialization for an imported object.
1158 2014-08-01  Olivier Hainque  <hainque@adacore.com>
1160         * seh_init.c (__gnat_map_SEH): Cast argument of IsBadCodePtr
1161         to the expected FARPROC type instead of void *.
1162         * adaint.c (f2t): Expect __time64_t * as second argument, in line with
1163         other datastructures.
1164         (__gnat_file_time_name_attr): Adjust accordingly.
1165         (__gnat_check_OWNER_ACL): Declare pSD as PSECURITY_DESCRIPTOR,
1166         in line with uses.
1167         (__gnat_check_OWNER_ACL): Declare AccessMode
1168         parameter as ACCESS_MODE instead of DWORD, in line with callers
1169         and uses.
1170         (__gnat_set_executable): Add ATTRIBUTE_UNUSED on mode,
1171         unused on win32.  Correct cast of "args" on call to spawnvp.
1172         (add_handle): Cast realloc calls into their destination types.
1173         (win32_wait): Remove declaration and initialization of unused variable.
1174         (__gnat_locate_exec_on_path): Cast alloca calls
1175         into their destination types.
1176         * initialize.c (append_arg, __gnat_initialize): Cast xmalloc calls into
1177         their destination types.
1179 2014-08-01  Gary Dismukes  <dismukes@adacore.com>
1181         * exp_ch4.adb (Expand_N_Type_Conversion): Expand
1182         range checks for conversions between floating-point subtypes
1183         when the target and source types are the same.
1185 2014-08-01  Robert Dewar  <dewar@adacore.com>
1187         * exp_aggr.adb: Minor reformatting.
1189 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1191         * sem_ch13.adb (Check_Indexing_Functions): Initialize
1192         Indexing_Found.
1194 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1196         * gnat1drv.adb (Gnat1drv): In gnatprove mode, we now write the
1197         ALI file before we call the backend (so that gnat2why can append
1198         to it).
1200 2014-08-01  Thomas Quinot  <quinot@adacore.com>
1202         * exp_pakd.adb (Expand_Bit_Packed_Element_Set,
1203         Expand_Packed_Element_Reference): Pass additional Rev_SSO
1204         parameter indicating whether the packed array type has reverse
1205         scalar storage order to the s-pack* Set/Get routines.
1206         * s-pack*.ad* (Get, Set, GetU, SetU): New formal Rev_SSO
1207         indicating reverse scalar storage order.
1209 2014-08-01  Robert Dewar  <dewar@adacore.com>
1211         * sem_ch3.adb (Check_Initialization): Set Do_Range_Check
1212         for initial component value in -gnatc or GNATprove mode.
1213         (Process_Discriminants): Same fix for default discriminant values.
1214         * sem_eval.adb (Test_In_Range): Improve accuracy of results by
1215         checking subtypes.
1217 2014-08-01  Robert Dewar  <dewar@adacore.com>
1219         * sinfo.ads: Minor comment clarification.
1221 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1223         * sem_ch13.adb (Analyze_Aspect_Specifications): Code
1224         reformatting. Store the generated pragma Import in the related
1225         subprogram as routine Wrap_Imported_Subprogram will need it later.
1226         * sem_prag.adb (Is_Unconstrained_Or_Tagged_Item): An item of
1227         a private type with discriminants is considered to fall in the
1228         category of unconstrained or tagged items.
1230 2014-08-01  Arnaud charlet  <charlet@adacore.com>
1232         * s-os_lib.adb (Open_Append): New functions to open a file for
1233         appending. This binds to the already existing (but not used)
1234         __gnat_open_append.
1235         * osint.ads, osint.adb (Open_File_To_Append_And_Check): New procedure
1236         to open a file for appending.
1237         * osint-c.ads, osint-c.adb (Open_Output_Library_Info): New procedure
1238         to open the ALI file for appending.
1240 2014-08-01  Robert Dewar  <dewar@adacore.com>
1242         * sem_ch8.adb: Minor reformatting.
1244 2014-08-01  Yannick Moy  <moy@adacore.com>
1246         * sem_ch13.adb (Insert_Pragma): Add special case for precondition
1247         pragmas from aspects, which need to be inserted in proper order.
1249 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1251         * exp_aggr.adb (Expand_Record_Aggregate, Init_Hidden_Discriminants):
1252         Handle properly a type extension that constrains a discriminated
1253         derived type that renames other discriminants of an ancestor.
1255 2014-08-01  Thomas Quinot  <quinot@adacore.com>
1257         * s-pack06.adb, s-pack10.adb, s-pack03.ads, s-pack12.adb, s-pack14.ads,
1258         s-pack25.adb: Fix minor inconsistencies and typos.
1260 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1262         * sem_ch8.adb (Analyze_Subprogram_Renaming): Alphabetize
1263         globals and move certain variables to the "local
1264         variable" section. Call Build_Class_Wide_Wrapper when
1265         renaming a default actual subprogram with a class-wide actual.
1266         (Build_Class_Wide_Wrapper): New routine.
1267         (Check_Class_Wide_Actual): Removed.
1268         (Find_Renamed_Entity): Code reformatting.
1269         (Has_Class_Wide_Actual): Alphabetize. Change the
1270         logic of the predicate as the renamed name may not necessarely
1271         denote the correct subprogram.
1273 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1275         * sem_ch7.adb: Fix minor oversight in condition.
1277 2014-08-01  Bob Duff  <duff@adacore.com>
1279         * projects.texi: Minor documentation improvements.
1281 2014-08-01  Robert Dewar  <dewar@adacore.com>
1283         * aspects.ads, aspects.adb: Add aspect No_Elaboration_Code_All.
1284         * gnat_rm.texi: Document No_Elaboration_Code_All pragma and aspect.
1285         * lib-load.adb: Initialize No_Elab_Code_All field.
1286         * lib-writ.adb: Initialize No_Elab_Code_All.
1287         * lib.ads, lib.adb: New field No_Elab_Code_All.
1288         * par-prag.adb: Add dummy entry for pragma No_Elaboration_Code_All.
1289         * restrict.ads, restrict.adb: Restriction No_Elaboration_Code_All no
1290         longer exists.
1291         * sem_ch10.adb (Analyze_Context): Processing for
1292         No_Elaboration_Code_All removed.
1293         (Generate_Parent_References): Moved to Sem_Util.
1294         * sem_prag.adb: Add processing for pragma No_Elaboration_Code_All.
1295         * sem_util.ads, sem_util.adb (Get_Parent_Entity): Moved here from
1296         Sem_Ch10.
1297         * snames.ads-tmpl: Add entry for pragma No_Elaboration_Code_All.
1298         * targparm.adb: Minor comment updates Add comments on ignoring
1299         pragma No_Elaboration_Code_All.
1301 2014-08-01  Nicolas Roche  <roche@adacore.com>
1303         * adaint.c (__gnat_set_close_on_exec): Ensure that
1304         we can unset "close_on_exec" flag.
1306 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1308         * exp_ch9.adb (Build_Wrapper_Spec, Replicate_Formals): When building
1309         the parameter specs of the wrapper program for a primitive operation
1310         of a synchronized type that implements an interface, copy the
1311         null_exclusion indicator as well.
1313 2014-08-01  Robert Dewar  <dewar@adacore.com>
1315         * sem_eval.ads: Minor reformatting.
1317 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1319         * exp_ch3.adb (Build_Initialization_Call): Call Underlying_Type
1320         to go down the chain of private derivations.
1321         * freeze.adb (Freeze_Entity): Fix typo in comment.
1323 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1325         * sem_ch3.adb (Access_Type_Declaration): If designated type is
1326         a limited view, create a master entity (as is already done for
1327         class-wide types) in case the full view designates a type that
1328         contains tasks.
1329         * sem_ch8.adb (Find_Selected_Component): If prefix is a dereference
1330         and the designated type is a limited view, use the non-limited
1331         view if available.
1333 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1335         * gcc-interface/ada-tree.h (DECL_BY_DESCRIPTOR_P): Delete.
1336         (DECL_FUNCTION_STUB): Likewise.
1337         (SET_DECL_FUNCTION_STUB): Likewise.
1338         (DECL_PARM_ALT_TYPE): Likewise.
1339         (SET_DECL_PARM_ALT_TYPE): Likewise.
1340         (TYPE_VAX_FLOATING_POINT_P): Delete.
1341         (TYPE_DIGITS_VALUE): Likewise.
1342         (SET_TYPE_DIGITS_VALUE): Likewise.
1343         * gcc-interface/gigi.h (standard_datatypes): Remove ADT_malloc32_decl.
1344         (malloc32_decl): Delete.
1345         (build_vms_descriptor): Likewise.
1346         (build_vms_descriptor32): Likewise.
1347         (fill_vms_descriptor): Likewise.
1348         (convert_vms_descriptor): Likewise.
1349         (TARGET_ABI_OPEN_VMS): Likewise.
1350         (TARGET_MALLOC64): Likewise.
1351         * gcc-interface/decl.c (add_parallel_type_for_packed_array): New.
1352         (gnat_to_gnu_entity): Call it to add the original type as a parallel
1353         type to the implementation type of a packed array type.
1354         <E_Procedure>: Remove now obsolete kludge.
1355         <E_Exception>: Delete obsolete comment.
1356         <object>: Small tweak.
1357         <E_Subprogram_Type>: Remove support for stub subprograms, as well as
1358         for the descriptor passing mechanism.
1359         (gnat_to_gnu_param): Likewise.
1360         * gcc-interface/misc.c (gnat_init_gcc_fp): Remove special case.
1361         (gnat_print_type): Adjust.
1362         * gcc-interface/trans.c (gigi): Remove obsolete initializations.
1363         (vms_builtin_establish_handler_decl): Delete.
1364         (gnat_vms_condition_handler_decl): Likewise.
1365         (establish_gnat_vms_condition_handler): Likewise.
1366         (build_function_stub): Likewise.
1367         (Subprogram_Body_to_gnu): Do not call above functions.
1368         (Call_to_gnu): Remove support for the descriptor passing mechanism.
1369         * gcc-interface/utils.c (make_descriptor_field): Delete.
1370         (build_vms_descriptor32): Likewise.
1371         (build_vms_descriptor): Likewise.
1372         (fill_vms_descriptor): Likewise.
1373         (convert_vms_descriptor64): Likewise.
1374         (convert_vms_descriptor32): Likewise.
1375         (convert_vms_descriptor): Likewise.
1376         * gcc-interface/utils.c (unchecked_convert): Likewise.
1377         * gcc-interface/utils2.c (maybe_wrap_malloc): Remove obsolete stuff.
1379 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1381         * gcc-interface/trans.c (gigi): Use gnat_to_gnu_type for the exception
1382         type and get_unpadded_type for the longest FP type.
1383         (Attribute_to_gnu) <Machine>: Compare the precision of the types.
1384         (convert_with_check): Adjust formatting and remove FIXME.
1386 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1388         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>:
1389         Do not convert the RM bounds to the base type.
1390         (E_Floating_Point_Subtype): Likewise.
1391         (E_Array_Subtype): Convert the bounds to the base type.
1392         * gcc-interface/trans.c (get_type_length): New function.
1393         (Attribute_to_gnu) <Range_Length>: Call it.
1394         <Length>: Likewise.
1395         (Loop_Statement_to_gnu): Convert the bounds to the base type.
1396         (gnat_to_gnu) <N_In>: Likewise.
1397         * gcc-interface/utils.c (make_type_from_size): Do not convert the RM
1398         bounds to the base type.
1399         (create_range_type): Likewise.
1400         (convert): Convert the bounds to the base type for biased types.
1401         * gcc-interface/utils2.c (compare_arrays): Convert the bounds to the
1402         base type.
1404 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1406         * gcc-interface/trans.c (gnat_to_gnu) <N_Selected_Component>: Remove
1407         incorrect implicit type derivation.
1408         * gcc-interface/utils.c (max_size) <tcc_reference>: Convert the bounds
1409         to the base type.
1411 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1413         * sem_attr.adb (Analyze_Attribute): Preanalyze and resolve the
1414         prefix of attribute Loop_Entry.
1415         * sem_prag.adb (Analyze_Pragma): Verify the placement of pragma
1416         Loop_Variant with respect to an enclosing loop (if any).
1417         (Contains_Loop_Entry): Update the parameter profile and all
1418         calls to this routine.
1419         * sem_res.adb (Resolve_Call): Code reformatting. Do not ask
1420         for the corresponding body before determining the nature of the
1421         ultimate alias's declarative node.
1423 2014-08-01  Robert Dewar  <dewar@adacore.com>
1425         * gnat1drv.adb, sem_ch4.adb: Minor reformatting.
1427 2014-08-01  Robert Dewar  <dewar@adacore.com>
1429         * sem_eval.adb (Rewrite_In_Raise_CE): Don't try to reuse inner
1430         constraint error node since it is a list member.
1432 2014-08-01  Robert Dewar  <dewar@adacore.com>
1434         * sem_warn.adb: Minor reformatting.
1436 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1438         * einfo.adb (Underlying_Type): Return the underlying full view
1439         of a private type if present.
1440         * freeze.adb (Freeze_Entity):
1441         Build a single freeze node for partial, full and underlying full
1442         views, if any.
1443         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Private_Type>: Add a
1444         missing guard before the access to the Underlying_Full_View.
1445         * gcc-interface/trans.c (process_freeze_entity): Deal with underlying
1446         full view if present.
1447         * gcc-interface/utils.c (make_dummy_type): Avoid superfluous work.
1449 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1451         * sem_res.adb (Resolve_Entry_Call): When an entry has
1452         preconditions, the entry call is wrapped in a procedure call
1453         that incorporates the precondition checks. To prevent a double
1454         expansion, with possible duplication of extra formals, that
1455         procedure call must only be pre-analyzed and resolved. Expansion
1456         takes place upon return to the caller Resolve_Call.
1458 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1460         * sem_res.adb (Resolve_Call): Do not perform
1461         GNATprove-specific inlining while within a generic.
1463 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1465         * sem_ch4.adb (Analyze_Case_Expression): Handle properly a
1466         case expression with incompatible alternatives, when the first
1467         alternative is overloaded.
1469 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1471         * sem_res.adb (Check_Parameterless_Call): Use Relocate_Node
1472         to create the name of the parameterless call, rather than
1473         New_Copy, to preserve the tree structure when the name is a
1474         complex expression, e.g. a selected component that denotes a
1475         protected operation, whose prefix is itself a selected component.
1477 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1479         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Use
1480         Unit_Declaration_Node to retrieve body when inlining, to handle
1481         properly subprogram child units.
1483 2014-08-01  Robert Dewar  <dewar@adacore.com>
1485         * sem_attr.adb: Minor reformatting.
1487 2014-08-01  Vincent Celier  <celier@adacore.com>
1489         * debug.adb: Minor documentation addition for -dn switch.
1491 2014-08-01  Robert Dewar  <dewar@adacore.com>
1493         * sem_aggr.adb, exp_ch9.adb, sem_prag.adb, sem_util.adb,
1494         sem_attr.adb, sem_eval.ads, sem_cat.adb, sem_ch13.adb: Improve
1495         documentation of Is_Static_Expression vs Is_OK_Static_Expression.
1496         In several places, use the Is_OK version as suggested by the spec.
1498 2014-08-01  Vincent Celier  <celier@adacore.com>
1500         * gnatcmd.adb: Revert last change which was not correct.
1502 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1504         * freeze.adb (Find_Constant): Ensure that the constant being
1505         inspected is still an object declaration (i.e. not a renaming).
1507 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1509         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): a)
1510         An attribute_reference to Loop_Entry denotes an iterator
1511         specification: its prefix is an object, as is the case for 'Old.
1512         b) If the domain of iteration is an expression whose type has
1513         the Iterable aspect defined, this is an iterator specification.
1515 2014-08-01  Robert Dewar  <dewar@adacore.com>
1517         * gnatcmd.adb: Minor reformatting.
1519 2014-08-01  Robert Dewar  <dewar@adacore.com>
1521         * atree.ads (Info_Messages): New counter.
1522         * err_vars.ads: Minor comment update.
1523         * errout.adb (Delete_Warning_And_Continuations): Deal
1524         with new Info_Messages counter.
1525         (Error_Msg_Internal): ditto.
1526         (Delete_Warning): ditto.
1527         (Initialize): ditto.
1528         (Write_Error_Summary): ditto.
1529         (Output_Messages): ditto.
1530         (To_Be_Removed): ditto.
1531         * erroutc.adb (Delete_Msg): Deal with Info_Messages counter.
1532         (Compilation_Errors): ditto.
1533         * errutil.adb (Error_Msg): Deal with Info_Messages counter.
1534         (Finalize): ditto.
1535         (Initialize): ditto.
1536         * sem_prag.adb (Analyze_Pragma): Minor comment addition.
1537         * gnat_ugn.texi: Document that -gnatwe does not affect info
1538         messages.
1540 2014-08-01  Robert Dewar  <dewar@adacore.com>
1542         * debug.adb: Document debug switch -gnatd.Z.
1543         * sem.adb (Semantics): Force expansion on in no or configurable
1544         run time mode.
1546 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1548         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): An
1549         unchecked conversion denotes an iterator specification. Such a
1550         conversion will be inserted in the context of an inlined call
1551         when needed, and its argument is always an object.
1553 2014-08-01  Robert Dewar  <dewar@adacore.com>
1555         * make.adb, makeutl.ads: Minor reformatting.
1556         * debug.adb, opt.ads: Clarify documentation of Front_End_Inlining and
1557         Back_End_Inlining.
1559 2014-08-01  Tristan Gingold  <gingold@adacore.com>
1561         * gnatcmd.adb (GNATCmd): Set AAMP_On_Target using command name.
1563 2014-08-01  Javier Miranda  <miranda@adacore.com>
1565         * gnat1drv.adb (Adjust_Global_Switches): Reverse meaning of
1566         -gnatd.z.
1567         * debug.adb: Updating documentation.
1568         * exp_ch6.adb (Expand_Call): Remove assertion.
1570 2014-08-01  Robert Dewar  <dewar@adacore.com>
1572         * sem_aggr.adb, sem_ch3.adb, sem_ch5.adb, sem_util.adb,
1573         sem_res.adb: Minor reformatting.
1575 2014-08-01  Vincent Celier  <celier@adacore.com>
1577         * make.adb (Initialize): Set Keep_Temporary_Files to True when
1578         -dn is specified.
1579         * makeusg.adb: Add line for new switch --keep-temp-files.
1580         * makeutl.ads (Keep_Temp_Files_Option): New constant String.
1581         * opt.ads (Keep_Temporary_Files): Document that it is also used
1582         by gnatmake and gprbuild.
1583         * switch-m.adb: Recognize new switch --keep-temp-files.
1585 2014-08-01  Tristan Gingold  <gingold@adacore.com>
1587         * sem_ch9.adb (Analyze_Task_Type_Declaration): Move code from ...
1588         * exp_ch9.adb (Make_Task_Create_Call): ... here.
1590 2014-08-01  Vincent Celier  <celier@adacore.com>
1592         * gnat1drv.adb: Do not try to get the target parameters when
1593         invoked with -gnats.
1595 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1597         * exp_ch7.adb (Find_Last_Init): Nothing to do for an object
1598         declaration subject to No_Initialization.
1600 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1602         * sem_aggr.adb (Resolve_Array_Aggregate): Reject choice that
1603         is a subtype with dynamic predicates, or a non-static subtype
1604         with predicates.
1605         * sem_ch3.adb (Analyze_Number_Declaration): Reject qualified
1606         expression if subtype has a dynamic predicate.
1607         (Constrain_Index): Reject subtype indication if subtype mark
1608         has predicates.
1609         (Inerit_Predicate_Flags): Inherit Has_Predicates as well.
1610         (Make_Index): If index is a subtype indication, itype inhereits
1611         predicate flags for subsequent testing.
1612         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): New
1613         procedure Check_Predicate_Use, to reject illegal uses of domains
1614         of iteration that have dynamic predicates.
1615         * sem_res.adb (Resolve_Slice): Reject slices given by a subtype
1616         indication to which a predicate applies.
1617         * sem_util.adb (Bad_Predicated_Subtype_Use): Add guard to
1618         prevent cascaded errors when subtype is invalid.
1620 2014-08-01  Robert Dewar  <dewar@adacore.com>
1622         * sem_ch10.adb: Minor reformatting.
1624 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1626         * sem_ch6.adb (Same_Generic_Actual): Make function symmetric,
1627         because either type may be a subtype of the other.
1629 2014-08-01  Vincent Celier  <celier@adacore.com>
1631         * makeusg.adb: Add documentation for debug switch -dn.
1633 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1635         * sem_dim.adb (Process_Minus, Process_Divide): Label dimension
1636         expression with standard operator and type, for pretty-printing
1637         use, when in ASIS_Mode. When generating code dimensional analysis
1638         is not involved and dimension expressions are handled statically,
1639         and other operators are resolved in the usual way.
1641 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1643         * sem_ch3.adb (Build_Derived_Record_Type): Remove setting of
1644         Parent_Subtype in ASIS mode, leads to several failures.
1645         * sem_ch4.adb (Analyze_Selected_Component): In an instance,
1646         if the prefix is a type extension, check whether component is
1647         declared in the parent type, possibly in a parent unit. Needed
1648         in ASIS mode when Parent_Subtype is not set.
1650 2014-08-01  Robert Dewar  <dewar@adacore.com>
1652         * sem_prag.adb: Minor reformatting.
1653         * s-regpat.adb: Minor reformatting.
1654         * sem_ch3.adb (Analyze_Object_Declaration): Do not set
1655         Treat_As_Volatile on constants.
1657 2014-08-01  Tristan Gingold  <gingold@adacore.com>
1659         * exp_ch9.adb (Make_Task_Create_Call): Improve error message.
1661 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1663         * sem_ch10.adb (Analyze_Compilation_Unit): Do not place a
1664         warning on a with_clause created for the renaming of a parent
1665         unit in an explicit with_clause.
1667 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1669         * sem_ch13.adb (Analyze_Aspect_Specifications, case Aspect_Import):
1670         Set Is_Imported flag at once, to simplify subsequent legality
1671         checks. Reject the aspect on an object whose declaration has an
1672         explicit initial value.
1673         * sem_prag.adb (Process_Import_Or_Interface): Use original node
1674         to check legality of an initial value for an imported entity.
1675         Set Is_Imported flag in case of error to prevent cascaded errors.
1676         Do not set the Is_Imported flag if the pragma comes from an
1677         aspect, because it is already done when analyzing the aspect.
1679 2014-08-01  Emmanuel Briot  <briot@adacore.com>
1681         * g-regpat.adb (Parse): Add support for non-capturing parenthesis.
1683 2014-08-01  Robert Dewar  <dewar@adacore.com>
1685         * sem_ch7.adb, einfo.adb, einfo.ads, sem_ch13.adb: Minor change of
1686         identifier name.
1688 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1690         * sem_ch3.adb (Analyze_Object_Contract): Enable the volatility
1691         checks when the related variable comes from source.
1692         * sem_res.adb (Resolve_Actuals): Enable the volatility checks
1693         when the related actual parameter comes from source. Update comment.
1694         * freeze.adb (Freeze_Record_Type): Do not freeze the designated
1695         type of an array of pointers when the designated type is
1696         class-wide and its root type is the record being currently frozen.
1698 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1700         * sem_ch5.adb (Analyze_Iterator_Specification): Preserve Ekind
1701         of renaming declaration created for domain of iteration.
1702         * sem_aggr.adb (Resolve_Array_Aggregate): Better placement
1703         for error messages on aggregates whose index subtypes have
1704         predicates. The new placement avoids posting messages on previous
1705         subtype declarations rather than on the aggregate itself.
1706         * sem_disp.adb (Is_Inherited_Public_Operation): New predicate for
1707         Add_Dispatching_Operation, to handle properly the overriding of
1708         the predefined operations on controlled types, when the partial
1709         view of a type is not visibly controlled.
1711 2014-08-01  Ben Brosgol  <brosgol@adacore.com>
1713         * gnat_ugn.texi: Add tutorial on portable fixed-point types as an
1714         appendix.
1716 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1718         * einfo.adb (Is_Hidden_Non_Overridden_Subprogram): Remove the
1719         assertion check as the attribute is defined for all entities.
1720         (Set_Is_Hidden_Non_Overridden_Subprogram): Remove the assertion
1721         check as the attribute is defined for all entities.
1722         * einfo.ads Update the documentation of attribute
1723         Is_Hidden_Non_Overridden_Subprogram.
1724         * sem_ch7.adb (Install_Package_Entity): No need to check the
1725         entity kind of the Id.
1726         * sem_ch13.adb (Hide_Matching_Homograph): Update the comment on
1727         usage. Ensure that the homographs are of the same entity kind
1728         and not fully conformant.
1729         (Hide_Non_Overridden_Subprograms): Update the comment on usage.
1731 2014-08-01  Robert Dewar  <dewar@adacore.com>
1733         * inline.adb: Minor code reorganization.
1734         * sem_ch12.adb, s-tasdeb.ads: Minor reformatting.
1736 2014-08-01  Robert Dewar  <dewar@adacore.com>
1738         * inline.adb, s-os_lib.ads: Minor reformatting.
1740 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1742         * s-tasdeb.ads, s-tasdeb.adb (Master_Hook, Master_Completed_Hook): New.
1743         * s-tassta.adb (Task_Wrapper, Vulnerable_Complete_Master): Call new
1744         hooks.
1746 2014-08-01  Yannick Moy  <moy@adacore.com>
1748         * inline.adb (Cannot_Inline): Issue info message instead of
1749         warning for subprograms not inlined in GNATprove mode.
1750         * sem_res.adb (Resolve_Call): Take body into account for deciding
1751         whether subprogram can be inlined in GNATprove mode or not.
1753 2014-08-01  Claire Dross  <dross@adacore.com>
1755         * exp_util.ads (Get_First_Parent_With_Ext_Axioms_For_Entity): Renaming
1756         of Get_First_Parent_With_External_Axiomatization_For_Entity for
1757         shorter.
1758         * sem_ch12.adb (Analyze_Associations): Only call Build_Wrapper
1759         for parameters of packages with external axiomatization.
1761 2014-08-01  Robert Dewar  <dewar@adacore.com>
1763         * sem_res.adb: Minor comment addition.
1765 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1767         * s-crtl.ads, i-cstrea.ads, adaint.c, adaint.h, osint.adb,
1768         s-fileio.adb (__gnat_fopen, __gnat_freopen): Remove vms_form parameter,
1769         no longer used.
1770         * s-os_lib.ads: Minor reformatting.
1772 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1774         * exp_attr.adb (Is_Inline_Floating_Point_Attribute): Restore more
1775         completely previous code since only GCC back-ends are prepared
1776         to handle e.g. 'Machine attribute.
1777         * targparm.adb, targparm.ads: Remove remaining refs and
1778         handling of OpenVMS_On_Target, VAX_Float_On_Target and
1779         RTX_RTSS_Kernel_Module_On_Target.
1780         * hostparm.ads (OpenVMS, Max_Debug_Name_Length): Removed,
1781         no longer used.
1783 2014-08-01  Robert Dewar  <dewar@adacore.com>
1785         * exp_dist.adb, exp_attr.adb: Minor reformatting.
1786         * sem_ch3.adb, mlib-tgt-specific-hpux.adb, a-direct.ads,
1787         a-synbar-posix.adb, exp_ch9.adb, sem_ch10.adb, sem_prag.adb,
1788         sem_ch12.adb, sem.ads, sem_res.adb, s-exctra.adb, s-soflin.ads,
1789         g-alveop.ads, sem_ch8.adb, vxaddr2line.adb, sem_cat.ads: Remove
1790         improper use of shall.
1792 2014-08-01  Robert Dewar  <dewar@adacore.com>
1794         * sem_aggr.adb, exp_atag.adb, layout.adb, nlists.adb, nlists.ads,
1795         exp_attr.adb, exp_ch9.adb, par-ch12.adb, exp_aggr.adb,
1796         exp_ch3.adb: Minor reformatting & code reorganization.
1798 2014-08-01  Robert Dewar  <dewar@adacore.com>
1800         * gnat_rm.texi: Remove VMS specific rules for pragma Ident.
1801         * Makefile.rtl, adaint.c, gnat_rm.texi, s-asthan.adb, s-asthan.ads,
1802         s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
1803         s-po32gl.adb, s-po32gl.ads, s-vaflop.adb, s-vaflop.ads, s-vmexta.adb,
1804         s-vmexta.ads, sem_vfpt.adb, sem_vfpt.ads, socket.c: Remove VMS specific
1805         code.
1806         * gcc-interface/decl.c, gcc-interface/Makefile.in,
1807         gcc-interface/Make-lang.in: Ditto. Also remove refs to rTX.
1809 2014-08-01  Pascal Obry  <obry@adacore.com>
1811         * s-os_lib.ads: Rename File_Size to Large_File_Size.
1813 2014-08-01  Robert Dewar  <dewar@adacore.com>
1815         * a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
1816         a-numaux-darwin.adb, a-numaux-darwin.ads, a-numaux.ads,
1817         a-numaux-libc-x86.ads: Fix bad package header comments.
1818         * elists.ads, elists.adb (Append_New_Elmt): New procedure.
1819         * gnat_rm.texi, a-calend.adb, gnatcmd.adb, einfo.adb, einfo.ads,
1820         checks.adb, sem_prag.adb, sem_prag.ads, rtsfind.ads, freeze.adb,
1821         sem_util.adb, sem_attr.adb, exp_dbug.adb, exp_dbug.ads, gnat1drv.adb,
1822         targparm.adb, targparm.ads, exp_ch6.adb, switch-b.adb, s-shasto.ads,
1823         stand.ads, s-auxdec.ads, opt.adb, opt.ads, mlib-tgt.ads, s-fatgen.adb,
1824         s-fatgen.ads, system.ads, snames.ads-tmpl, s-stalib.ads,
1825         s-os_lib.adb: Remove VMS-specific code.
1827 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1829         * exp_attr.adb (Is_Inline_Floating_Point_Attribute): Revert to
1830         previous state in CodePeer_Mode.
1832 2014-08-01  Robert Dewar  <dewar@adacore.com>
1834         * hostparm.ads: Put back definition of OpenVMS as False to aid
1835         the transition process.
1836         * sem_ch7.adb: Minor reformatting.
1837         * prj-env.adb: Minor code fix.
1838         * gnat_rm.texi: Complete previous change.
1839         * sem_ch3.adb: Minor reformatting.
1840         * sem_ch6.adb: Minor reformatting.
1841         * sem_elab.adb: Minor reformatting.
1842         * exp_strm.adb: Complete previous change.
1844 2014-08-01  Vincent Celier  <celier@adacore.com>
1846         * sem_warn.adb (Warn_On_Unreferenced_Entity): Do not issue a
1847         warning when a constant is unreferenced and its type has pragma
1848         Unreferenced_Objects.
1850 2014-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
1852         * einfo.adb: Flag2 is now known as
1853         Is_Hidden_Non_Overridden_Subprogram.
1854         (Is_Hidden_Non_Overridden_Subprogram): New routine.
1855         (Set_Is_Hidden_Non_Overridden_Subprogram): New routine.
1856         (Write_Entity_Fields): Output Flag2.
1857         * einfo.ads: New attribute Is_Hidden_Non_Overridden_Subprogram
1858         along with occurrences in entities.
1859         (Is_Hidden_Non_Overridden_Subprogram): New routine and pragma Inline.
1860         (Set_Is_Hidden_Non_Overridden_Subprogram): New routine
1861         and pragma Inline.
1862         * sem_ch7.adb (Install_Package_Entity): Do not enter implicitly
1863         declared non-overriden homographs into visibility.
1864         * sem_ch13.adb (Freeze_Entity_Checks): Hide all
1865         implicitly declared non-overriden homographs.
1866         (Hide_Non_Overridden_Subprograms): New routine.
1868 2014-08-01  Robert Dewar  <dewar@adacore.com>
1870         * snames.ads-tmpl, s-os_lib.adb, s-os_lib.ads, s-fileio.adb: Remove
1871         VMS-specific code.
1872         * prj-conf.adb: Minor reformatting.
1873         * xr_tabls.adb (Read_File): Restore code which was enabled on
1874         non VMS platforms before.
1875         * prj-env.adb (Initialize_Default_Project_Path): Ditto.
1876         * sem_ch5.adb: Minor reformatting.
1877         * lib-writ.adb, lib-writ.ads, bindgen.adb, sem_vfpt.adb,
1878         sem_vfpt.ads, ali.adb, ali.ads, opt.ads, bcheck.adb, exp_strm.adb:
1879         Remove VMS-specific code.
1881 2014-08-01  Vincent Celier  <celier@adacore.com>
1883         * make.adb (Await_Compile): Remove loop that was only needed
1884         for VMS.
1886 2014-08-01  Robert Dewar  <dewar@adacore.com>
1888         * a-calcon.ads, a-direct.adb, a-dirval-mingw.adb, a-dirval.adb,
1889         a-dirval.ads, a-except-2005.adb, a-excpol-abort.adb,
1890         a-numaux-darwin.ads, a-numaux.ads, bindgen.adb, bindusg.adb,
1891         einfo.adb, einfo.ads, err_vars.ads, errout.ads, errutil.adb,
1892         exp_ch3.adb, exp_ch4.adb, exp_ch7.adb, exp_ch7.ads, fname-uf.adb,
1893         fname.adb, fname.ads, freeze.adb, g-debpoo.adb, g-dirope.ads,
1894         g-excact.ads, g-expect.ads, g-socket.adb, g-socket.ads, g-sothco.ads,
1895         g-traceb.ads, gnat_rm.texi, gnatlink.adb, gnatls.adb, i-cstrea.adb,
1896         krunch.adb, krunch.ads, layout.adb, lib-util.adb, make.adb,
1897         mlib.adb, osint-b.adb, osint-b.ads, osint-c.adb, osint.adb,
1898         osint.ads, output.ads, par.adb, prj-conf.adb, prj-env.adb,
1899         prj-makr.adb, prj-nmsc.adb, prj.adb, prj.ads, repinfo.adb, rtsfind.adb,
1900         rtsfind.ads, s-excmac-gcc.ads, s-fatgen.adb, s-mastop.ads,
1901         s-parame-ae653.ads, s-parame-hpux.ads, s-parame-vxworks.ads,
1902         s-parame.ads, s-soflin.ads, s-stoele.adb, s-tasini.adb,
1903         s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-mingw.ads,
1904         s-taspri-posix-noaltstack.ads, s-taspri-posix.ads,
1905         s-taspri-solaris.ads, s-taspri-vxworks.ads, s-trasym.ads,
1906         sem_ch12.adb, sem_ch4.adb, sem_eval.adb, sem_intr.adb, sem_mech.adb,
1907         sem_mech.ads, sem_prag.adb, sem_res.adb, sem_util.adb, sem_util.ads,
1908         sinfo.adb, sinfo.ads, sinput-c.adb, symbols.ads, targparm.adb,
1909         treepr.adb, types.ads, xr_tabls.adb, xr_tabls.ads: Remove VMS
1910         specific code and comments.
1912 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1914         * sem_ch5.adb (Analyze_Iterator_Specification): New procedure
1915         Check_Reverse_Iteration, to verify the legality of the Reverse
1916         indicator on various container types, and to detect illegal
1917         reverse iterations on containers that only supoort forward
1918         iteration.
1920 2014-08-01  Vincent Celier  <celier@adacore.com>
1922         * gnatcmd.adb: Remove the VMS specific stuff.  Integrate in
1923         procedure GNATCmd the relevant declarations from packages VMS_Cmds
1924         and VMS_Conv.
1925         * gnatcmd.ads: Update comments to remove any trace of VMS
1927 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
1929         * sem_ch12.adb: sem_ch12.adb (Build_Wrapper): Capture entity for
1930         defaulted actual that is an operator, before building wrapper
1931         for it in GNATprove mode. Restrict construction of wrapper to
1932         actuals that are operators.
1934 2014-08-01  Vincent Celier  <celier@adacore.com>
1936         * vms_conv.adb, vms_conv.ads, vms_data.ads, vms_cmds.ads: Remove VMS
1937         specific packages no longer needed.
1939 2014-08-01  Pascal Obry  <obry@adacore.com>
1941         * s-os_lib.ads (System.CRTL): Move with clause to body.
1942         (File_Size): New type.
1943         (File_Length64): Use it.
1944         (File_Length): Restore previous spec returning a Long_Integer.
1945         * s-os_lib.adb (System.CRTL): Move with clause here.
1947 2014-08-01  Vincent Celier  <celier@adacore.com>
1949         * mlib-prj.adb: Update comments to remove any mention of VMS.
1951 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
1953         * ug_words, xgnatugn.adb, gcc-interface/Make-lang.in: Remove
1954         xgnatugn.adb and ug_words.
1956 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
1958         * exp_attr.adb (Expand_N_Attribute_Reference): Check whether
1959         expansion can be avoid for Machine, Model and Rounding.
1960         (Is_Inline_Floating_Point_Attribute): Return true for Machine
1961         & Model, as well as Rounding if wrapped in a conversion to an
1962         integer type.
1963         * sem_res.adb (Simplify_Type_Conversion): Deal with Rounding as well.
1964         * gcc-interface/gigi.h (fp_arith_may_widen): Declare.
1965         * gcc-interface/utils.c (fp_arith_may_widen): New global variable.
1966         * gcc-interface/misc.c (enumerate_modes): Compute it.
1967         * gcc-interface/trans.c (FP_ARITH_MAY_WIDEN): Delete.
1968         (lvalue_required_for_attribute_p): Deal with Descriptor_Size,
1969         Machine and Model.
1970         (Attribute_to_gnu) <Attr_Model>: New case.
1971         <Attr_Machine>): Likewise.
1972         (convert_with_check): Test
1973         fp_arith_may_widen variable.
1975 2014-08-01  Pascal Obry  <obry@adacore.com>
1977         * adaint.h (GNAT_FOPEN): New definition for Windows.
1978         (GNAT_OPEN): Likewise.
1979         (GNAT_STAT): Likewise.
1980         (GNAT_FSTAT): Likewise.
1981         (GNAT_LSTAT): Likewise.
1982         (GNAT_STRUCT_STAT): Likewise.
1983         * adaint.c (__gnat_stat): Fix computation of file size for
1984         Windows.
1986 2014-08-01  Vincent Celier  <celier@adacore.com>
1988         * Makefile.rtl: Minor comment update.
1990 2014-08-01  Vincent Celier  <celier@adacore.com>
1992         * Make-generated.in: Remove dependencies for vms-help.
1994 2014-08-01  Gary Dismukes  <dismukes@adacore.com>
1996         * makeutl.ads, opt.ads: Minor grammar fixes.
1997         * makeutl.adb: Minor code reorganization.
1999 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
2001         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in,
2002         gnatsym.adb: Remove gnatsym (VMS only tool).
2004 2014-08-01  Ben Brosgol  <brosgol@adacore.com>
2006         * gnat_ugn.texi, projects.texi, xgnatugn.adb: Removed all VMS
2007         conditionalization from gnat_ugn.texi and projects.texi, and updated
2008         (considerably simplified) xgnatugn.adb, to be removed soon.
2010 2014-08-01  Vincent Celier  <celier@adacore.com>
2012         * debug.adb: Remove doc for gnatmake/gprbuild switch -ds.
2013         * make.adb (List_Bad_Compilations): Use Opt.No_Exit_Message
2014         instead of Debug.Debug_Flag_S.
2015         * makeutl.adb (Finish_Program, Fail_Program): Use Opt flag
2016         No_Exit_Message instead of Debug.Debug_Flag_S to suppress exit
2017         error messages.
2018         * makeutl.ads (No_Exit_Message_Option): New constant string
2019         for switch --no-exit-message.
2020         * opt.ads (No_Exit_Message): New Boolean flag, defaulted to False.
2021         * switch-m.adb (Scan_Make_Switches): Recognize new switch
2022         --no-exit-message.
2024 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
2026         * exp_vfpt.adb, exp_vfpt.ads: Removed, no longer used.
2027         * gcc-interface/Make-lang.in: Remove exp_vfpt.o
2029 2014-08-01  Javier Miranda  <miranda@adacore.com>
2031         * inline.ads (Inlined_Calls, Backend_Calls,
2032         Backend_Inlined_Subps, Backend_Not_Inlined_Subps): Declarations
2033         moved to inline.adb (Cannot_Inline): Update documentation.
2034         (Check_And_Build_Body_To_Inline): Renamed.
2035         (List_Inlining_Info): Subprogram moved here from package exp_ch6.
2036         * inline.adb (Check_Inlining_Restrictions): New local variable.
2037         (Inlined_Calls, Backend_Calls, Backend_Inlined_Subps,
2038         Backend_Not_Inlined_Subps): Declarations moved here
2039         from inline.ads (Number_Of_Statements): Removed.
2040         (Remove_Pragmas): Avoid duplicated version of this subprogram.
2041         (Build_Body_To_Inline): Code cleanup.
2042         (Build_Body_To_Inline.Has_Excluded_Statament): Removed.
2043         (Check_And_Build_Body_To_Inline): Renamed. Code cleanup.
2044         (Check_Body_To_Inline): Removed.
2045         (Generate_Body_To_Inline): Renamed as Generate_Subprogram_Body.
2046         (Has_Excluded_Declaration): No action if not
2047         Check_Inlining_Restrictions.
2048         (Has_Excluded_Statement): No action if not Check_Inlining_Restrictions.
2049         (Initialize): Initialize the lists of inlined calls and subprograms.
2050         (List_Inlining_Info): Subprogram moved here from package exp_ch6.
2051         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Update call
2052         to Check_And_Build_Body_To_Inline since it has been renamed as
2053         Check_And_Split_Unconstrained_Function
2054         * exp_ch6.ad[sb] (List_Inlining_Info): Subprogram moved to
2055         package inline.
2056         * gnat1drv.adb Update call to Inline.List_Inlining_Info.
2058 2014-08-01  Vincent Celier  <celier@adacore.com>
2060         * debug.adb: Add documentation for new debug switch -ds.
2061         * make.adb (List_Bad_Compilations): Do not issue any message
2062         when switch -ds is specified.
2063         * makeutl.adb (Fail_Program): Do not issue any message when
2064         -ds is specified.
2065         (Finish_Program): Ditto.
2067 2014-08-01  Robert Dewar  <dewar@adacore.com>
2069         * s-exnint.adb, s-exnint.ads, s-wwdwch.ads, s-carsi8.ads,
2070         s-casi32.ads, indepsw.adb, a-timoau.ads, s-explli.adb, s-explli.ads,
2071         s-casi16.ads, s-powtab.ads, g-wistsp.ads, a-ztmoau.adb,
2072         indepsw-gnu.adb, s-imgllb.ads, types.adb, gnat.ads, s-proinf.adb,
2073         indepsw-aix.adb, s-caun64.ads, s-imgllw.ads, s-traces-default.adb,
2074         s-vxwork-x86.ads, s-expllu.adb, s-exnlli.adb, s-exnlli.ads,
2075         s-traces.adb, widechar.ads, stand.adb, s-expint.adb,
2076         s-tratas-default.adb, s-expint.ads, s-geveop.ads, s-caun32.ads,
2077         s-expuns.adb, s-mantis.adb, s-mantis.ads, s-caun16.ads, s-tasinf.adb,
2078         s-memcop.ads, s-dsaser.ads, s-imgbiu.ads, a-szmzco.ads, g-strspl.ads,
2079         s-casi64.ads, g-zstspl.ads, indepsw-mingw.adb, tree_io.adb,
2080         s-boarop.ads, uname.ads, s-fore.adb, s-fore.ads, g-timsta.adb,
2081         g-timsta.ads, s-assert.adb, s-vector.ads, s-tratas.adb,
2082         s-tratas.ads: Minor fix to copyright notices.
2084 2014-08-01  Eric Botcazou  <ebotcazou@adacore.com>
2086         * sinfo.ads: Remove long obsolete comment.
2087 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
2089         * sem_util.adb: Add guard to setting of No_Predicate_On_Actual.
2090         * sem_ch3.adb: Minor reformatting.
2092 2014-08-01  Pascal Obry  <obry@adacore.com>
2094         * cstreams.c: Only enable large file support on know supported
2095         platforms. Add missing defines/includes.
2097 2014-08-01  Ed Schonberg  <schonberg@adacore.com>
2099         * einfo.ads, einfo.adb New flags No_Predicate_On_Actual and
2100         No_Dynamic_Predicate_On_Actual, to enforce the generic contract
2101         on generic units that contain constructs that forbid subtypes
2102         with predicates.
2103         * sem_ch3.adb (Analyze_Subtype_Declaration, Process_Subtype):
2104         Inherit flags indicating the presence of predicates in subtype
2105         declarations with and without constraints.
2106         (Inherit_Predicate_Flags): Utility for the above.
2107         * sem_util.adb (Bad_Predicated_Subtype_Use): In a generic context,
2108         indicate that the actual cannot have predicates, and preserve
2109         warning. In an instance, report error if actual has predicates
2110         and the construct appears in a package declaration.
2111         * sem_ch12.adb (Diagnose_Predicated_Actual): Report error
2112         for an actual with predicates, if the corresponding formal
2113         carries No_Predicate_On_Actual or (in the case of a loop)
2114         No_Dynamic_Predicate_On_Actual.
2115         * sem_ch13.adb (Build_Predicate_Functions); Do not build a
2116         Static_Predicate function if the type is non-static (in the
2117         presence of previous errors),
2118         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Set flag
2119         No_Dynamic_Predicate_On_Actual in a generic context, to enforce
2120         generic contract on actuals that cannot have predicates.
2122 2014-08-01  Pascal Obry  <obry@adacore.com>
2124         * a-direct.adb (C_Size): Returns an int64.
2125         * osint.adb (System.CRTL): New with clause.
2126         (File_Length.Internal): Returns an int64.
2127         * s-os_lib.ads (File_Length): Returns an int64.
2129 2014-08-01  Robert Dewar  <dewar@adacore.com>
2131         * gnatchop.adb, gnatcmd.adb, make.adb, mlib-prj.adb, bindgen.adb,
2132         mlib.ads, butil.adb, clean.adb, binde.adb, gnatls.adb, gnatname.adb,
2133         osint.adb, krunch.adb: Minor reformatting.
2135 2014-08-01  Robert Dewar  <dewar@adacore.com>
2137         * inline.adb, inline.ads, fe.h, einfo.adb, einfo.ads, sem_util.adb,
2138         sem_util.ads, exp_ch4.adb, exp_ch11.adb, exp_ch6.adb, cstand.adb,
2139         sem_mech.adb, sem_ch6.adb, sem_ch8.adb, sem_ch11.adb, snames.ads-tmpl:
2140         Remove VMS-specific code.
2141         * gcc-interface/decl.c, gcc-interface/trans.c: Ditto.
2143 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
2145         * binde.adb, bindgen.adb, butil.adb, clean.adb, gnatbind.adb,
2146         gnatchop.adb, gnatcmd.adb, gnatls.adb, gnatname.adb, krunch.adb,
2147         make.adb, makeutl.adb, memtrack.adb, mlib-prj.adb, mlib.adb,
2148         mlib.ads, tempdir.adb: Remove VMS handling.
2150 2014-08-01  Pascal Obry  <obry@adacore.com>
2152         * adaint.h, adaint.c (__gnat_file_length): Returns an __int64.
2153         (__gnat_named_file_length): Likewise.
2154         (__gnat_file_length_attr): Likewise.
2155         * a-direct.adb (C_Size): Use size_t as returned type.
2156         * osint.adb (File_Length): Adjust spec for Internal routine
2157         (returns size_t).
2158         * s-os_lib.adb (File_Length): Now returns a CRTL.size_t.
2159         (System.CRTL): With claused moved to spec.
2160         * s-os_lib.ads (System.CRTL): With clause moved to here.
2162 2014-08-01  Pascal Obry  <obry@adacore.com>
2164         * adaint.h, adaint.c (__gnat_open): Added.
2165         * s-crtl.ads (open): Import __gnat_open for large file support.
2167 2014-08-01  Robert Dewar  <dewar@adacore.com>
2169         * sem_case.adb (Dup_Choice): Improve message for integer constants.
2171 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
2173         * gnatlink.adb: Remove special handling of VMS, RTX and JVM.
2175 2014-08-01  Pascal Obry  <obry@adacore.com>
2177         * adaint.h (GNAT_OPEN): Defines as open64 where supported.
2178         * adaint.c (GNAT_OPEN): Uses new macro where needed.
2180 2014-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2182         * gcc-interface/utils.c (lookup_and_insert_pad_type): New function
2183         extracted from...
2184         (maybe_pad_type): ...here.  Call it to canonicalize the pad type.
2185         * gcc-interface/gigi.h: Update comment.
2187 2014-07-31  Javier Miranda  <miranda@adacore.com>
2189         * debug.adb Remove documentation of -gnatd.k (no longer needed).
2190         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Code cleanup.
2191         * inline.ads (Backend_Inlined_Subps): New
2192         Elist.  (Backend_Not_Inlined_Subps): New Elist.
2193         (Has_Excluded_Declaration): Declaration previously located in
2194         * inline.adb (Has_Excluded_Statement): Declaration previously
2195         located in inline.adb
2196         * inline.adb (Has_Single_Return): Moved out of
2197         Build_Body_To_Inline to avoid having duplicated code.
2198         (Number_Of_Statements): New subprogram.
2199         (Register_Backend_Inlined_Subprogram): New subprogram.
2200         (Register_Backend_Not_Inlined_Subprogram): New subprogram.
2201         (Add_Inlined_Subprogram): Register backend inlined subprograms and
2202         also register subprograms that cannot be inlined by the backend.
2203         (Has_Excluded_Declaration): Moved out of Build_Body_To_Inline
2204         to avoid having duplicated code.  Replace occurrences of
2205         Debug_Flag_Dot_K by Back_End_Inlining.
2206         * sem_res.adb (Resolve_Call): Code cleanup.
2207         * exp_ch6.adb (Expand_Call): Complete previous patch. Replace
2208         occurrence of Debug_Flag_Dot_K by Back_End_Inlining.
2209         (List_Inlining_Info): Add listing of subprograms passed to the
2210         backend and listing of subprograms that cannot be inlined by
2211         the backend.
2212         * sem_ch12.adb, sem_ch3.adb Replace occurrences of
2213         Debug_Flag_Dot_K by Back_End_Inlining.
2215 2014-07-31  Robert Dewar  <dewar@adacore.com>
2217         * nlists.ads: Minor code fix (remove unwise Inline for
2218         List_Length).
2220 2014-07-31  Arnaud Charlet  <charlet@adacore.com>
2222         * einfo.adb: Remove VMS specific code.
2223         * exp_attr.adb: Remove VAX specific code.
2224         * set_targ.adb: Remove handling of VAX_Float.
2225         * sem_vfpt.adb: Remove references to Vax_Native.
2226         * sem_attr.adb (Is_VAX_Float): Remove ref to VAX_Native.
2228 2014-07-31  Robert Dewar  <dewar@adacore.com>
2230         * sem_ch4.adb: Minor reformatting.
2232 2014-07-31  Arnaud Charlet  <charlet@adacore.com>
2234         * gcc-interface/trans.c, gcc-interface/misc.c: Remove references
2235         to VMS. Misc clean ups.
2236         * gcc-interface/Makefile.in (gnatlib-shared-vms): Remove.
2238 2014-07-31  Robert Dewar  <dewar@adacore.com>
2240         * cstand.adb, einfo.adb, einfo.ads, errout.adb, exp_attr.adb,
2241         exp_prag.adb, frontend.adb, interfac.ads,
2242         par-prag.adb, s-auxdec.ads, s-filofl.ads, s-fishfl.ads, s-fvadfl.ads,
2243         s-fvaffl.ads, s-fvagfl.ads, s-vaflop.ads, sem_attr.adb, sem_attr.ads,
2244         sem_ch13.adb, sem_ch3.adb, sem_ch8.adb, sem_prag.adb, snames.adb-tmpl,
2245         snames.ads-tmpl: Remove obsolete VMS-specific code.
2247 2014-07-31  Robert Dewar  <dewar@adacore.com>
2249         * sem_ch3.adb, sem_ch13.adb: Minor reformatting.
2251 2014-07-31  Arnaud Charlet  <charlet@adacore.com>
2253         * a-intnam-linux.ads: Minor: update obsolete comments.
2254         * s-taasde.adb: Minor: fix comment header.
2256 2014-07-31  Arnaud Charlet  <charlet@adacore.com>
2258         * s-auxdec-vms-ia64.adb, s-parame-vms-alpha.ads, s-asthan-vms-alpha.adb,
2259         s-tpopde-vms.adb, s-mastop-vms.adb, s-tpopde-vms.ads, s-taprop-vms.adb,
2260         mlib-tgt-vms_common.adb, mlib-tgt-vms_common.ads, s-inmaop-vms.adb,
2261         g-enblsp-vms-alpha.adb, s-ransee-vms.adb, s-osprim-vms.adb,
2262         s-osprim-vms.ads, g-socthi-vms.adb, g-socthi-vms.ads, system-vms_64.ads,
2263         s-osinte-vms.adb, s-osinte-vms.ads, g-eacodu-vms.adb,
2264         s-vaflop-vms-alpha.adb, s-parame-vms-ia64.ads, a-dirval-vms.adb,
2265         a-caldel-vms.adb, mlib-tgt-specific-vms-alpha.adb, s-tasdeb-vms.adb,
2266         symbols-vms.adb, a-intnam-vms.ads, g-expect-vms.adb,
2267         symbols-processing-vms-alpha.adb, mlib-tgt-specific-vms-ia64.adb,
2268         s-traent-vms.adb, s-traent-vms.ads, i-cstrea-vms.adb, a-numaux-vms.ads,
2269         symbols-processing-vms-ia64.adb, s-interr-vms.adb, s-memory-vms_64.adb,
2270         s-memory-vms_64.ads, g-enblsp-vms-ia64.adb, s-taspri-vms.ads,
2271         s-auxdec-vms_64.ads, s-intman-vms.adb, s-intman-vms.ads,
2272         s-tpopsp-vms.adb, s-asthan-vms-ia64.adb, a-calend-vms.adb,
2273         a-calend-vms.ads, system-vms-ia64.ads, s-auxdec-vms-alpha.adb: Removed.
2274         * namet.h (Is_Non_Ada_Error): Remove.
2276 2014-07-31  Robert Dewar  <dewar@adacore.com>
2278         * exp_util.adb, lib-writ.adb, sem_ch12.adb, s-direio.adb: Minor
2279         reformatting.
2281 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2283         * exp_attr.adb (Expand_Loop_Entry_Attribute): Update the comment
2284         which demonstrates the expansion of while loops subject to
2285         attribute 'Loop_Entry. The condition of a while loop along with
2286         related condition actions is now wrapped in a function.  Instead
2287         of repeating the condition, the expansion now calls the function.
2289 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2291         * sem_case.adb (Check_Against_Predicate): Correct off-by-one
2292         error when reporting of missing values in a case statement for
2293         a type with a static predicate.
2294         (Check_Choices): Reject a choice given by a subtype to which a
2295         Dynamic_Predicate applies.
2296         * sem_ch3.adb (Analyze_Subtype_Declaration): Inherit
2297         Has_Dynamic_Predicate_Aspect flag from parent.
2299 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2301         * sem_ch13.adb (Analyze_Aspect_Specifications): A predicate
2302         cannot apply to a subtype of an incomplete type.
2303         (Is_Static_Choice): Treat an Others_Clause as static. The
2304         staticness of the expression and of the range are checked
2305         elsewhere.
2307 2014-07-31  Pascal Obry  <obry@adacore.com>
2309         * adaint.h (__gnat_ftell64): Added.
2310         (__gnat_fseek64): Added.
2311         (__int64): Added.
2312         * cstreams.c (__int64): Removed.
2314 2014-07-31  Pascal Obry  <obry@adacore.com>
2316         * a-stream.ads (Stream_Element_Offset): Now a signed 64bit type.
2317         * i-cstrea.ads, s-crtl.ads (fseek64): Offset is always a 64bit value.
2318         (ftell64): Always returns a 64bit value.
2319         * cstreams.c (int64): New definition.
2320         (_FILE_OFFSET_BITS): Set to 64 to enable 64bit offset support.
2321         (__gnat_ftell64): Always returns a 64bit value. The implemenation now
2322         uses ftello() on UNIX.
2323         (__gnat_fseek64): Offset is always a 64bit value. The
2324         implementation now uses fseeko() on UNIX.
2325         * a-ststio.adb, s-direio.adb (Set_Position): Simplify code,
2326         always use fseek64 to set the offset.
2327         (Size): Simplify code, always use fseek64/ftell64.
2328         * s-direio.ads (Count): Now an int64.
2329         * g-socket.ads (Vector_Element): Adjust definition for Length
2330         to be a size_t. This matches the C definition and avoid using
2331         a 64bit integer on 32bit platforms now that Count is always 64bit.
2332         * g-socthi-mingw.adb (Ada.Streams): Removed as not used anymore.
2333         (C_Recvmsg): Change some conversion to account for change in
2334         Vector_Element.
2335         (C_Sendmsg): Likewise.
2337 2014-07-31  Robert Dewar  <dewar@adacore.com>
2339         * cstand.adb (Create_Standard): Remove handling of -gnatdm flag.
2340         * debug.adb: Remove documentation of -gnatdm flag.
2341         * gnat1drv.adb (Adjust_Global_Switches): Remove handling of
2342         -gnatdm flag.
2344 2014-07-31  Arnaud Charlet  <charlet@adacore.com>
2346         * lib-writ.adb (Write_Unit_Information): Fix case where U =
2347         No_Unit.
2349 2014-07-31  Claire Dross  <dross@adacore.com>
2351         * exp_util.adb, exp_util.ads
2352         (Get_First_Parent_With_External_Axiomatization_For_Entity):
2353         New routine to find the first parent of an entity with
2354         a pragma Annotate (GNATprove, External_Axiomatization).
2355         (Has_Annotate_Pragma_For_External_Axiomatization): New function
2356         to check if a package has a pragma Annotate (GNATprove,
2357         External_Axiomatization).
2358         * einfo.ads, einfo.adb (Is_Generic_Actual_Subprogram): New
2359         flag on the entity for the declaration created for a formal
2360         subprogram in an instance. This is a renaming declaration,
2361         or in GNATprove_Mode the declaration of an expression function
2362         that captures the axiomatization of the actual.
2363         * sem_ch6.adb (Analyze_Expression_Function): For a
2364         Generic_Actual_Subprogram, place body immediately after the
2365         declaration because it may be used in a subsequent declaration
2366         in the instance.
2367         * sem_ch12.adb (Build_Wrapper): Add code to handle instances where
2368         the actual is a function, not an operator. Handle functions with
2369         one and two parameters and binary and unary operators.
2371 2014-07-31  Pascal Obry  <obry@adacore.com>
2373         * cstreams.c (__gnat_is_regular_file_fd): Removed.
2374         * adaint.c (__gnat_is_regular_file_fd): Added.
2376 2014-07-31  Robert Dewar  <dewar@adacore.com>
2378         * exp_strm.adb: Minor reformatting.
2380 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2382         * sem_ch12.adb (Build_Wrapper): New procedure, subsidiary to
2383         Analyze_Associations, to create a wrapper around operators that
2384         are actuals to formal subprograms. This is done in GNATProve
2385         mode in order to propagate the contracts of the operators to
2386         the body of the instance.
2388 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2390         * sem_attr.adb (Analyze_Attribute, case 'Old):  The reference is
2391         legal if within an aspect specification for a generic subprogram.
2393 2014-07-31  Javier Miranda  <miranda@adacore.com>
2395         * gnat1drv.adb (Back_End_Inlining): Set to false if
2396         Suppress_All_Inlining is set.
2397         * debug.adb: Adding documentation for -gnatd.z.
2398         * inline.adb (Add_Inlined_Body): Extend the -gnatn2
2399         processing to -gnatn1 for calls to Inline_Always routines.
2400         (Add_Inlined_Subprogram): Remove previous patch.
2402 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2404         * sem_ch13.adb (Check_One_Function): Apply properly the static
2405         semantic rules for indexing aspects and the functions they denote.
2407 2014-07-31  Javier Miranda  <miranda@adacore.com>
2409         * debug.adb: Complete documentation of -gnatd.z.
2411 2014-07-31  Bob Duff  <duff@adacore.com>
2413         * gnat_ugn.texi: Minor doc fixes.
2415 2014-07-31  Robert Dewar  <dewar@adacore.com>
2417         * sem_aggr.adb (Resolve_Array_Aggregate): Fix posting of missing
2418         index value.
2420 2014-07-31  Tristan Gingold  <gingold@adacore.com>
2422         * s-unstyp.ads (Packed_Byte): Make this type universal aliasing.
2423         (Packed_Bytes1): Make component aliased.
2425 2014-07-31  Robert Dewar  <dewar@adacore.com>
2427         * s-unstyp.ads, s-fileio.adb: Minor reformatting.
2429 2014-07-31  Robert Dewar  <dewar@adacore.com>
2431         * inline.adb, gnat1drv.adb, exp_ch6.adb, s-fileio.adb: Minor
2432         reformatting.
2434 2014-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2436         * gcc-interface/utils2.c ((build_binary_op): Don't set TREE_THIS_NOTRAP
2437         on array references here, now done more selectively in trans.c.
2439 2014-07-31  Doug Rupp  <rupp@adacore.com>
2441         * gcc-interface/misc.c (gnat_init_gcc_fp(): Set flag_errno_math to 0.
2443 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2445         * sem_util.adb (Is_Effectively_Volatile): New routine.
2447 2014-07-31  Fedor Rybin  <frybin@adacore.com>
2449         * gnat_ugn.texi: Document --test-duration option for gnattest.
2451 2014-07-31  Javier Miranda  <miranda@adacore.com>
2452             Eric Botcazou  <ebotcazou@adacore.com>
2454         * opt.ads (Back_End_Inlining): New variable which controls
2455         activation of inlining by back-end expansion.
2456         * gnat1drv.adb (Adjust_Global_Switches): Initialize Back_End_Inlining
2457         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not build
2458         the body to be inlined by the frontend if Back_End_Inlining
2459         is enabled.
2460         * exp_ch6.adb (Register_Backend_Call): Moved to inline.adb.
2461         (Expand_Call): If backend inlining is enabled let the backend to
2462         handle inlined subprograms.
2463         * inline.ads (Register_Backend_Call): Moved here from exp_ch6
2464         * inline.adb (Register_Backend_Call): Moved here from exp_ch6.
2465         (Add_Inlined_Subprogram): Add subprograms when Back_End_Inlining is set.
2466         (Must_Inline): Do not return Inline_Call if Back_End_Inlining is
2467         enabled.
2468         * debug.adb Document -gnatd.z
2469         * fe.h Import Back_End_Inlining variable.
2470         * gcc-interface/utils.c (create_subprog_decl): If Back_End_Inlining is
2471         enabled then declare attribute "always inline"
2472         * gcc-interface/decl.c, gcc-interface/trans.c,
2473         gcc-interface/gigi.h: Add handling of Inline_Always pragma.
2475 2014-07-31  Robert Dewar  <dewar@adacore.com>
2477         * a-ngelfu.ads: Minor comment fix.
2479 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2481         * freeze.adb (Freeze_Record_Type): Replace all calls to
2482         Is_SPARK_Volatile with Is_Effectively_Volatile and update
2483         related comments.
2484         * sem_ch3.adb (Analyze_Object_Contract, Process_Discriminants):
2485         Replace all calls to Is_SPARK_Volatile with
2486         Is_Effectively_Volatile and update related comments.
2487         * sem_ch5.adb (Analyze_Iterator_Specification,
2488         Analyze_Loop_Parameter_Specification): Replace all calls to
2489         Is_SPARK_Volatile with Is_Effectively_Volatile and update
2490         related comments.
2491         * sem_ch6.adb (Process_Formals): Replace all calls to
2492         Is_SPARK_Volatile with Is_Effectively_Volatile and update
2493         related comments.
2494         * sem_ch12.adb (Instantiate_Object): Replace the call to
2495         Is_SPARK_Volatile_Object with Is_Effectively_Volatile_Object
2496         and update related comment.
2497         * sem_prag.adb (Analyze_External_Property_In_Decl_Part,
2498         Analyze_Global_Item): Replace all calls to Is_SPARK_Volatile
2499         with Is_Effectively_Volatile and update related comments.
2500         * sem_res.adb (Resolve_Actuals, Resolve_Entity_Name): Replace
2501         all calls to Is_SPARK_Volatile with Is_Effectively_Volatile and
2502         update related comments.
2503         * sem_util.adb (Has_Enabled_Property,
2504         Variable_Has_Enabled_Property): Replace all calls
2505         to Is_SPARK_Volatile with Is_Effectively_Volatile and
2506         update related comments.
2507         (Is_Effectively_Volatile): New routine.
2508         (Is_Effectively_Volatile_Object): New routine.
2509         (Is_SPARK_Volatile): Removed.
2510         (Is_SPARK_Volatile_Object): Removed.
2511         * sem_util.ads (Is_Effectively_Volatile): New routine.
2512         (Is_Effectively_Volatile_Object): New routine.
2513         (Is_SPARK_Volatile): Removed.
2514         (Is_SPARK_Volatile_Object): Removed.
2516 2014-07-31  Pascal Obry  <obry@adacore.com>
2518         * s-fileio.adb (Open): Make sure a shared file gets inserted into
2519         the global list atomically. This ensures that the file descriptor
2520         won't be freed because another tasks is closing the file.
2522 2014-07-31  Robert Dewar  <dewar@adacore.com>
2524         * sem_ch3.adb (Process_Range_Expr_In_Decl): Add comments on
2525         generation of _FIRST and _LAST variables even in GNATprove_Mode.
2526         * gnat_ugn.texi: Minor editing.
2527         * sem_prag.adb (Ensure_Aggregate_Form): Make sure generated
2528         aggregate is marked Comes_From_Source if argument is CFS.
2530 2014-07-31  Pascal Obry  <obry@adacore.com>
2532         * s-fileio.adb: Remove obsolete comment.
2534 2014-07-31  Vincent Celier  <celier@adacore.com>
2536         * a-strbou.ads ("=" (Bounded_String, Bounded_String): Add
2537         overriding keyword before function to avoid error when compiler
2538         is called with -gnatyO (check overriding indicators).
2540 2014-07-31  Tucker Taft  <taft@adacore.com>
2542         * gnat_ugn.texi: Add a paragraph pointing the reader
2543         to the "plugins" example.
2545 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2547         * freeze.adb (Freeze_Expression): Document the
2548         purpose of the parent chain traversal.
2550 2014-07-31  Robert Dewar  <dewar@adacore.com>
2552         * checks.ads, checks.adb (Activate_Overflow_Check): Do not set flag for
2553         unconstrained fpt ops.
2555 2014-07-31  Pascal Obry  <obry@adacore.com>
2557         * s-fileio.adb (Open): Make sure a shared file gets inserted into
2558         the global list atomically. This ensures that the file descriptor
2559         won't be freed because another tasks is closing the file.
2561 2014-07-31  Vincent Celier  <celier@adacore.com>
2563         * projects.texi: Minor spelling error fix.
2565 2014-07-31  Robert Dewar  <dewar@adacore.com>
2567         * gnat_rm.texi: Document No_Elaboration_Code_All restriction.
2568         * lib-writ.adb, lib-load.adb: Initialize No_Elab_Code field in unit
2569         information.
2570         * lib.ads, lib.adb (No_Elab_Code): New field in unit information.
2571         * restrict.adb (Process_Restriction_Synonyms): Add handling
2572         of No_Elaboration_Code_All.
2573         * restrict.ads (Process_Restriction_Synonyms): Now handles
2574         No_Elaboration_Code_All.
2575         * sem_ch10.adb (Analyze_Context): Enforce transitive with for
2576         No_Elaboration_Code_All.
2577         * sem_prag.adb (Process_Restrictions_Or_Restriction_Warnings):
2578         Handle setting of No_Elab_Code in unit information. Handle
2579         No_Elaboration_Code_All.
2580         * snames.ads-tmpl (Name_No_Elaboration_Code): New name for
2581         pragma processing.
2582         (Name_No_Elaboration_Code_All): New name for pragma processing.
2584 2014-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2586         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Reject array
2587         types with a null range and use the Esize of the component
2588         instead of its RM_Size to identify appropriate values.
2590 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2592         * freeze.adb Add with and use clause for Aspects.
2593         (Freeze_Expression): Emit an error when a volatile constant lacks
2594         Boolean aspect Import.
2595         (Has_Boolean_Aspect_Import): New routine.
2597 2014-07-31  Gary Dismukes  <dismukes@adacore.com>
2599         * exp_util.adb: Minor reformatting.
2601 2014-07-31  Vincent Celier  <celier@adacore.com>
2603         * errutil.adb (Error_Msg): Make sure that all components of
2604         the error message object are initialized.
2606 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2608         * sem_ch4.adb (Try_Container_Indexing): If the container type is
2609         class-wide, use specific type to locate iteration primitives.
2610         * sem_ch13.adb (Check_Indexing_Functions): Add legality checks for
2611         rules in RM 4.1.6 (Illegal_Indexing): New diagnostic procedure.
2612         Minor error message reformating.
2613         * exp_ch5.adb (Expand_Iterator_Loop): Handle properly Iterator
2614         aspect for a derived type.
2616 2014-07-31  Robert Dewar  <dewar@adacore.com>
2618         * debug.adb: Document debug flag d.X.
2620 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2622         * sem_util.ads (Find_Specific_Type): Moved here from exp_disp.adb.
2623         * sem_util.adb (Find_Specific_Type): If type is untagged private,
2624         retrieve full view so that primitive operations can be located.
2625         * exp_disp.adb Move Find_Specific_Type to sem_util.
2626         * exp_ch4.adb (Expand_N_Op_Eq): If operands are class-wide, use
2627         Find_Specific_Type to locate primitive equality.
2628         * exp_util.adb (Make_CW_Equivalent_Type): A class_wide equivalent
2629         type does not require initialization.
2630         * exp_attr.adb (Compile_Stream_Body_In_Scope): Within an instance
2631         body all visibility is established, and the enclosing package
2632         declarations must not be installed.
2634 2014-07-31  Yannick Moy  <moy@adacore.com>
2636         * sem_parg.adb, sem_prag.ads (Collect_Subprogram_Inputs_Outputs):
2637         Make subprogram public.
2639 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2641         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): New
2642         predicate Discriminated_Size, to distinguish between private
2643         components that depend on discriminants from those whose size
2644         depends on some other non-static expression.
2646 2014-07-31  Nicolas Setton  <setton@adacore.com>
2648         * g-exptty.adb (Close): Fix binding to Waitpid: use the
2649         tty version.
2651 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2653         * sem_ch3.adb (Make_Index): Reject properly the use of 'Length
2654         in a discrete range, when 'range was probably intended.
2656 2014-07-31  Robert Dewar  <dewar@adacore.com>
2658         * sem_warn.adb, sem_warn.ads (Has_Junk_Name): Moved from body to spec.
2660 2014-07-31  Robert Dewar  <dewar@adacore.com>
2662         * frontend.adb: Minor reformatting.
2663         * sem.adb: Minor reformatting.
2664         * sem_ch6.adb (Analyze_Null_Procedure): Set proper sloc for
2665         identifiers on rewrite.
2666         * par.adb: Minor comment updates.
2667         * a-ngelfu.adb (Cos): Minor simplification.
2668         * par-ch13.adb (Get_Aspect_Specifications): Improve messages
2669         and recovery for bad aspect.
2670         * exp_ch3.adb: Code clean up.
2671         * sem_util.ads: Minor comment correction.
2672         * sem_ch13.adb (Check_Array_Type): Properly handle large types.
2673         * sem_ch3.adb: Code clean up.
2674         * binderr.ads: Minor comment correction.
2676 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2678         * exp_disp.adb (Expand_Interface_Conversion): A call whose
2679         prefix is a static conversion to an interface type that is not
2680         class-wide is not dispatching.
2682 2014-07-31  Robert Dewar  <dewar@adacore.com>
2684         * inline.adb, s-traceb.adb, s-traceb-hpux.adb, memtrack.adb,
2685         s-traceb-mastop.adb: Minor reformatting.
2687 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2689         * exp_ch3.adb (Expand_Record_Extension): In ASIS_Mode perform
2690         expansion, to handle properly visibility of selected components
2691         in instance bodies.
2693 2014-07-31  Robert Dewar  <dewar@adacore.com>
2695         * par-ch13.adb (Get_Aspect_Specifications): Set Inside_Depends.
2696         * par-ch2.adb (P_Pragma): Set Inside_Depends.
2697         * par-ch4.adb (P_Simple_Expression): Pass Inside_Depends to
2698         Check_Unary_Plus_Or_Minus.
2699         * scans.ads (Inside_Depends): New flag.
2700         * scng.adb (Scan): Pass Inside_Depends to Check_Arrow.
2701         * style.ads: Add Inside_Depends parameter to Check_Arrow Add
2702         Inside_Depends parameter to Check_Unary_Plus_Or_Minus.
2703         * styleg.adb (Check_Arrow): Handle Inside_Depends case.
2704         (Check_Unary_Plus_Or_Minus): Handle Inside_Depends case.
2705         * styleg.ads: Add Inside_Depends parameter to Check_Arrow Add.
2706         Inside_Depends parameter to Check_Unary_Plus_Or_Minus.
2708 2014-07-31  Javier Miranda  <miranda@adacore.com>
2710         * s-vaflop.adb Move the body of function T_To_G before
2711         T_To_D. Required for frontend inlining.
2712         * inline.adb (Has_Excluded_Contract): New subprogram used to
2713         check if a subprogram inlined by the frontend has contracts
2714         which cannot be inlined.
2716 2014-07-31  Bob Duff  <duff@adacore.com>
2718         * s-traceb.adb, s-traceb-hpux.adb, s-traceb-mastop.adb:
2719         (Call_Chain): Add 1 to number of frames to skip, to account for
2720         the fact that there's one more frame on the stack.
2721         * gcc-interface/Makefile.in (s-traceb.o): Adjust rules.
2723 2014-07-31  Robert Dewar  <dewar@adacore.com>
2725         * checks.adb (Enable_Overflow_Check): More precise setting of
2726         Do_Overflow_Check flag for division.
2728 2014-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2730         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Reject packed
2731         array types with implementation type.
2733 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2735         * sem_ch10.adb (Process_State): Remove local variable Name. Add
2736         local variable Decl. Partially declare an abstract state by
2737         generating an entity and storing it in the state declaration.
2738         * sem_prag.adb (Create_Abstract_State): Fully declare a
2739         semi-declared abstract state.
2741 2014-07-31  Robert Dewar  <dewar@adacore.com>
2743         * prj-nmsc.adb: Minor reformatting.
2745 2014-07-31  Bob Duff  <duff@adacore.com>
2747         * s-tasdeb.adb (System.Tasking.Debug): Remove
2748         all usage of the secondary stack from this package.
2750 2014-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2752         * freeze.adb (Freeze_Expression): Update the loop in charge
2753         of finding a proper insertion place for freeze nodes to handle
2754         N_Expression_With_Actions nodes.
2756 2014-07-31  Robert Dewar  <dewar@adacore.com>
2758         * sem_util.adb, a-ngelfu.ads, prj-nmsc.adb, prj-conf.adb: Minor
2759         reformatting.
2761 2014-07-31  Pascal Obry  <obry@adacore.com>
2763         * prj-nmsc.adb: Minor reformatting.
2765 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2767         * sem_util.adb (Has_Preelaborable_Initialization): Check that
2768         type is tagged before checking whether a user-defined Initialize
2769         procedure is present.
2771 2014-07-31  Gary Dismukes  <dismukes@adacore.com>
2773         * a-ngelfu.ads (Sqrt): Augment postcondition.
2775 2014-07-31  Pascal Obry  <obry@adacore.com>
2777         * prj-nmsc.adb (Check_Library_Attributes): An aggegate library
2778         directory and ALI directory must be different than all object
2779         and library directories of aggregated projects.
2781 2014-07-31  Vincent Celier  <celier@adacore.com>
2783         * prj-pars.adb, prj-conf.ads, prj-conf.adb (Locate_Runtime): Move spec
2784         to package body, as it is not called from outside. Remove argument
2785         Project_Tree, no longer used. When runtime cannot be found,
2786         call Raise_Invalid_Config instead of failing the program.
2788 2014-07-31  Robert Dewar  <dewar@adacore.com>
2790         * bindgen.adb (Gen_Output_File_Ada): Generate pragma Suppress
2791         (Overflow_Check).
2792         * gnatlink.adb (Process_Args): Remove generation of -gnato0,
2793         no longer needed.
2795 2014-07-31  Robert Dewar  <dewar@adacore.com>
2797         * gnat_ugn.texi: Document new switch -gnato0.
2798         * sem_ch3.ads: Minor reformatting.
2799         * gnatlink.adb (Process_Args): Compile bind file with -gnato0
2800         (we do not want overflow checks when incrementing elaboration
2801         counters).
2802         * einfo.ads: Minor reformatting.
2804 2014-07-31  Robert Dewar  <dewar@adacore.com>
2806         * exp_ch5.adb, freeze.adb, exp_ch3.adb: Minor comment correction.
2807         * s-arit64.adb: Minor reformatting.
2809 2014-07-31  Robert Dewar  <dewar@adacore.com>
2811         * gnat1drv.adb (Adjust_Global_Switches): Default for overflow
2812         checking is enabled except in GNAT_Mode.
2813         * switch-c.adb (Scan_Front_End_Switches): Implement -gnato0
2814         (suppress overflow checks).
2816 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2818         * exp_ch3.adb (Expand_Freeze_Record_Type): Do not build an
2819         invariant procedure for an internally generated subtype that is
2820         created for an object of a class-wide type.
2822 2014-07-31  Vincent Celier  <celier@adacore.com>
2824         * prj-nmsc.adb, errutil.adb: Make code similar to Errout.
2826 2014-07-31  Gary Dismukes  <dismukes@adacore.com>
2828         * gnat_rm.texi, sem_aux.ads, einfo.ads, sem_util.ads, sem_ch6.adb,
2829         exp_disp.adb: Minor reformatting.
2831 2014-07-31  Robert Dewar  <dewar@adacore.com>
2833         * exp_ch5.adb, sem_ch3.adb, exp_ch7.adb, exp_util.adb, exp_ch9.adb,
2834         sem_ch7.adb, checks.adb, s-exctra.adb, exp_ch6.adb, exp_disp.adb,
2835         exp_dist.adb, sem_ch13.adb, exp_strm.adb, exp_ch3.adb: Minor
2836         reformatting.
2838 2014-07-31  Robert Dewar  <dewar@adacore.com>
2840         * sem_ch13.adb: Minor reformatting.
2842 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2844         * exp_ch3.adb (Build_Invariant_Checks): If the enclosing record
2845         is an unchecked_union, warn that invariants will not be checked
2846         on components that have them.
2848 2014-07-31  Robert Dewar  <dewar@adacore.com>
2850         * freeze.adb (Freeze_Entity): Check for error of
2851         Type_Invariant'Class applied to a untagged type.
2852         * sem_ch6.adb (Analyze_Null_Procedure): Unconditionally rewrite
2853         as null body, so that we perform error checks even if expansion
2854         is off.
2856 2014-07-31  Ed Schonberg  <schonberg@adacore.com>
2858         * sem_ch13.adb (Build_Invariant_Procedure): If body of procedure
2859         is already present, nothing to do.
2860         * exp_ch3.adb (Build_Component_Invariant_Call): For an access
2861         component, check whether the access type has an invariant before
2862         checking the designated type.
2863         (Build_Record_Invariant_Proc): Change suffix of generated
2864         name to prevent ambiguity when record type has invariants
2865         in addition to those of components, and two subprograms are
2866         constructed. Consistent with handling of array types.
2867         (Insert_Component_Invariant_Checks): Build invariant procedure
2868         body when one has not been created yet, in the case of composite
2869         types that are completions and whose full declarations carry
2870         invariants.
2872 2014-07-30  Thomas Quinot  <quinot@adacore.com>
2874         * gnat_rm.texi: Minor doc fixes.
2876 2014-07-30  Robert Dewar  <dewar@adacore.com>
2878         * a-rbtgbo.adb, sem_ch13.adb: Minor reformatting.
2880 2014-07-30  Vincent Celier  <celier@adacore.com>
2882         * errutil.adb (Set_Msg_Text): Process tilde ('~'): no processing
2883         of error message.
2884         * prj-nmsc.adb (Locate_Directory): Use a tilde ('~') in the
2885         message to report that a directory cannot be created, to avoid
2886         processing of the directory path that may contains special
2887         insertion characters.
2889 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2891         * a-crdlli.ads: Place declaration of Empty_List after full type
2892         declaration for Curosr, to prevent freezing error.
2894 2014-07-30  Robert Dewar  <dewar@adacore.com>
2896         * get_targ.adb: Minor code reorganization.
2897         * prj-proc.adb, prj-proc.ads, get_targ.ads, sem_ch6.adb: Minor
2898         reformatting.
2900 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2902         * a-cbhase.adb: a-cbhase.adb (Insert): Raise Constraint_Error,
2903         not Program_Error, when attempting to remove an element not in
2904         the set. This is the given semantics for all set containers.
2906 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2908         * a-rbtgbo.adb (Delete_Node_Sans_Free): If
2909         element is not present in tree return rather than violating
2910         an assertion. Constraint_Error will be raised in the caller if
2911         element is not in the container.
2913 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
2915         * set_targ.adb (Read_Target_Dependent_Values): New subprogram.
2916         (elab body): Add provision for default target config file.
2917         * get_targ.ads, get_targ.adb (Get_Back_End_Config_File): New subprogram.
2919 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2921         * a-cbhase.adb (Delete): Raise Constraint_Error, not Program_Error,
2922         when attempting to remove an element not in the set. This is
2923         the given semantics for all set containers.
2924         * a-cborse.adb (Delete): Attempt removal first, to check for
2925         tampering, before checking whether this is an attempt to
2926         delete a  non-existing element, and in fthe latter case raise
2927         Constraint_Error.
2929 2014-07-30  Vincent Celier  <celier@adacore.com>
2931         * prj-proc.adb (Recursive_Process): Do not create a new
2932         Project_Id if the project is already in the list of projects of
2933         the tree.
2935 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2937         * sem_ch6.adb (Analyze_Function_Return): Reject a return expression
2938         whose type is an incomplete formal type.
2939         (Analyze_Return_Type): Reject a return type that is an untagged
2940         imcomplete formal type.
2941         (Process_Formals): Reject a formal parameter whose type is an
2942         untagged formal incomplete type.
2943         * sem_res.adb (Resolve_Actuals): Reject an actual whose type is
2944         an untagged formal incomplete type.
2946 2014-07-30  Robert Dewar  <dewar@adacore.com>
2948         * gnat_ugn.texi: Minor spelling correction.
2949         * makeutl.adb: Minor code reorganization.
2950         * exp_ch4.adb, exp_aggr.adb, exp_ch3.adb: Minor reformatting.
2952 2014-07-30  Robert Dewar  <dewar@adacore.com>
2954         * einfo.ads (Has_Unchecked_Union): Document that this is used
2955         to check for illegal Valid_Scalars attribute references.
2956         * exp_attr.adb (Build_Record_VS_Func): New function
2957         (Expand_N_Attribute_Reference, case Valid_Scalars): Call this
2958         function.
2959         * gnat_rm.texi: Document 'Valid_Scalars cannot be applied to
2960         Unchecked_Union Add note on 'Valid_Scalars generating a lot
2961         of code.
2962         * sem_attr.adb (Analyze_Attribute, case Valid_Scalars): Give
2963         error on attempt to apply Valid_Scalars to Unchecked_Union type.
2965 2014-07-30  Steve Baird  <baird@adacore.com>
2967         * exp_ch4.adb (Expand_N_Indexed_Component): Disable optimized handling
2968         of A(I..J)(K) in CodePeer_Mode.
2970 2014-07-30  Ben Brosgol  <brosgol@adacore.com>
2972         * gnat_ugn.texi: Fix typo.
2974 2014-07-30  Thomas Quinot  <quinot@adacore.com>
2976         * lib-writ.ads: document format change.
2978 2014-07-30  Pascal Obry  <obry@adacore.com>
2980         * prj-util.adb (For_Interface_Sources): Do not
2981         include sources from withed externally built projects.
2983 2014-07-30  Robert Dewar  <dewar@adacore.com>
2985         * lib.adb: Minor reformatting.
2986         * prj-util.adb: Minor reformatting.
2988 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
2990         * exp_aggr.adb (Build_Record_Aggr_Code): For an array component
2991         that depends on discriminants, and which is given by an others
2992         clause, create an explicit subtype with the discriminant values
2993         of the enclosing aggregate, because the backend cannot otherwise
2994         retrieve the actual bounds of the array.
2996 2014-07-30  Fedor Rybin  <frybin@adacore.com>
2998         * gnat_ugn.texi: Improve gnattest documentation.
3000 2014-07-30  Pascal Obry  <obry@adacore.com>
3002         * makeutl.adb (Insert_Project_Sources): Properly handle sources
3003         that are aggregated. We want to include sources not only part
3004         of libraries but also if part of an aggregated project from an
3005         aggregate library.
3006         * prj.adb (For_Project_And_Aggregated_Context): Properly check
3007         state of root project.
3009 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3011         * lib-load.ads: Minor reformatting.
3012         * sinfo.ads (Library_Unit): Update comment.
3013         * lib.ads (Notes): Simplify. The Unit component in Notes_Entry
3014         is redundant. Instead used the pragma Node_Id directly as the
3015         element type.
3017 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3019         * lib.adb (Store_Note): Store only notes that do not come from
3020         an instance, and that are in the extended main source unit.
3021         * lib-writ (Write_Unit_Information): Annotations from subunits
3022         must be emitted along with those for the main unit, and they
3023         must carry a specific file name.
3024         * ali.ads (Notes_Record): Use a File_Name_Type instead of a
3025         Unit_Id for the source file containing the pragma, as in the
3026         case of annotations from subunits we might not have a readily
3027         available unit id.
3028         * ali.adb (Scan_ALI): Account for above change in data structure.
3030 2014-07-30  Vincent Celier  <celier@adacore.com>
3032         * makeutl.adb (Insert_Project_Sources): When the library project
3033         is an aggregate Stand-Alone Library, insert in the queue the
3034         Ada interface units, with Closure set to True;
3036 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
3038         * sem_util.adb: Fix minor typo.
3039         * makeutl.adb: Minor reformatting.
3041 2014-07-30  Robert Dewar  <dewar@adacore.com>
3043         * exp_ch7.adb, checks.adb, makeutl.adb, makeutl.ads: Minor reformatting.
3045 2014-07-30  Yannick Moy  <moy@adacore.com>
3047         * checks.ads: Fix typo in comment.
3049 2014-07-30  Pierre-Marie Derodat  <derodat@adacore.com>
3051         * sem_util.adb (Set_Debug_Info_Needed): For scalar types, recurse on
3052         entities that materialize range bounds, if any.
3054 2014-07-30  Vincent Celier  <celier@adacore.com>
3056         * projects.texi: Minor spelling fix.
3058 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3060         * checks.adb (Make_Bignum_Block): Use the new secondary stack
3061         build routines to manage the mark.
3062         * exp_ch7.adb (Create_Finalizer, Expand_Cleanup_Actions):
3063         Use the new secodary stack build routines to manage the mark.
3064         (Insert_Actions_In_Scope_Around): Add new formal parameter
3065         Manage_SS along with comment on its usage. Code and comment
3066         reformatting. Mark and release the secondary stack when the
3067         context warrants it.
3068         (Make_Transient_Block): Update the call
3069         to Insert_Actions_In_Scope_Around to account for parameter Manage_SS.
3070         (Wrap_Transient_Declaration): Remove local variable
3071         Uses_SS. Ensure that the secondary stack is marked and released
3072         when the related object declaration appears in a library level
3073         package or package body. Code and comment reformatting.
3074         * exp_util.ads, exp_util.adb (Build_SS_Mark_Call): New routine.
3075         (Build_SS_Release_Call): New routine.
3077 2014-07-30  Steve Baird  <baird@adacore.com>
3079         * exp_attr.adb: Revert previous change, not needed after all.
3081 2014-07-30  Vincent Celier  <celier@adacore.com>
3083         * makeutl.adb (Queue.Insert_Project_Sources): Insert with
3084         Closure => True for interfaces of Stand-Alone Libraries.
3085         * makeutl.ads (Source_Info (Format => Gprbuild)): Add new
3086         Boolean component Closure, defaulted to False.
3088 2014-07-30  Yannick Moy  <moy@adacore.com>
3090         * sem_res.adb: Fix typo in error message.
3092 2014-07-30  Robert Dewar  <dewar@adacore.com>
3094         * sem_ch3.adb (Process_Range_Expr_In_Decl): Use _FIRST/_LAST
3095         as name suffixes rather than L/H for subtype bounds.
3096         * tbuild.ads: Minor comment improvements and fixes
3097         (Make_External_Name): Document that suffix can start with an
3098         underscore.
3100 2014-07-30  Bob Duff  <duff@adacore.com>
3102         * gnat_ugn.texi: Document --rep-clauses switch.
3104 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3106         * sem_ch13.adb (Analyze_Aspect_Specifications): Default_Value and
3107         Default_Component_Value can only be specified for scalar type or
3108         arrays of scalar types respectively.  This legality check must
3109         be performed at the point the aspect is analyzed, in order to
3110         reject aspect specifications that apply to a partial view.
3112 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3114         * freeze.adb: Minor reformatting.
3116 2014-07-30  Robert Dewar  <dewar@adacore.com>
3118         * exp_attr.adb (Expand_Attribute, case First/Last): Don't expand in
3119         codepeer mode.
3121 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3123         * freeze.adb (Check_Expression_Function): At the freeze point
3124         of an expression function, verify that the expression in the
3125         function does not contain references to any deferred constants
3126         that have no completion yet.
3127         (Freeze_Expression, Freeze_Before): call
3128         Check_Expression_Function.
3129         * a-ciorse.ads: Add Reference_Control_Type to detect tampering.
3130         * a-ciorse.adb: Add Adjust and Finalize routines for
3131         Reference_Control_Type. Use it in the construction of Reference
3132         and Constant_Reference values.
3134 2014-07-30  Robert Dewar  <dewar@adacore.com>
3136         * exp_aggr.adb: Update comments.
3137         * a-chtgbo.adb, a-chtgbo.ads, a-cbhase.adb, a-cbhase.ads: Minor
3138         reformatting.
3140 2014-07-30  Robert Dewar  <dewar@adacore.com>
3142         * cstand.adb (New_Standard_Entity): New version takes name
3143         string to call Make_Name.
3144         (Create_Standard): Use this routine to set name before setting other
3145         fields.
3147 2014-07-30  Robert Dewar  <dewar@adacore.com>
3149         * exp_attr.adb (Expand_Attribute, case First): Rewrite simple
3150         entity reference.
3151         (Expand_Attribute, case Last): Ditto.
3152         * exp_ch3.adb (Constrain_Index): New calling sequence for
3153         Process_Range_Expr_In_Decl.
3154         (Expand_N_Object_Declaration): Avoid setting Is_Known_Valid in one
3155         problematical case.
3156         * sem_ch3.adb (Constrain_Index): New calling sequence for
3157         Process_Range_Expr_In_Decl.
3158         (Set_Scalar_Range_For_Subtype): ditto.
3159         (Process_Range_Expr_In_Decl): Create constants to hold bounds for
3160         subtype.
3161         * sem_ch3.ads (Process_Range_Expr_In_Decl): Add Subtyp parameter.
3162         * sem_eval.adb (Compile_Time_Compare): Make sure we use base
3163         types if we are not assuming no invalid values.
3165 2014-07-30  Robert Dewar  <dewar@adacore.com>
3167         * clean.adb: Minor reformatting.
3168         * opt.ads: Minor fix to incorrect comment.
3170 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3172         * a-chtgbo.ads, a-chtgbo.adb (Delete_Node_At_Index): New
3173         subprogram, used by bounded hashed sets, to delete a node at
3174         a given index, whose element may have been improperly updated
3175         through a Reference_Preserving key.
3176         * a-cbhase.ads: Add Reference_Control_Type to package Generic_Keys.
3177         * a-cbhase.adb: Add Adjust and Finalize routines for
3178         Reference_Control_Type.
3179         (Delete, Insert): Raise Program_Error, not Constraint_Error,
3180         when operation is illegal.
3181         (Reference_Preserving_Key): Build aggregate for Reference_Control_Type
3182         * a-cmbutr.ads: Add Reference_Control_Type to detect tampering. Add
3183         private with_clause for Ada.Finalization.
3184         * a-cbmutr.adb: Add Adjust and Finalize routines for
3185         Reference_Control_Type. Use it in the construction of Reference
3186         and Constant_Reference values.
3188 2014-07-30  Robert Dewar  <dewar@adacore.com>
3190         * sem_ch3.adb, sem_ch3.ads: Minor code reorganization.
3192 2014-07-30  Pascal Obry  <obry@adacore.com>
3194         * clean.adb (Clean_Project): Properly check for directory
3195         existence before trying to enter it.
3197 2014-07-30  Robert Dewar  <dewar@adacore.com>
3199         * sem_ch3.ads, prj.ads, prj-nmsc.adb: Minor reformatting.
3201 2014-07-30  Robert Dewar  <dewar@adacore.com>
3203         * par-ch5.adb (P_Sequence_Of_Statements): Properly handle
3204         missing semicolon after name.
3206 2014-07-30  Pascal Obry  <obry@adacore.com>
3208         * prj.ads (Gprinstall_Flags): New constant.
3209         * prj-nmsc.adb (Check_Library_Attributes): Do not fails for
3210         missing library dir if Directories_Must_Exist_In_Projects
3211         is false.
3213 2014-07-30  Bob Duff  <duff@adacore.com>
3215         * a-except-2005.adb, a-except.adb: Remove obsolete comments.
3216         * s-traceb.ads: Updagte comments.
3218 2014-07-30  Robert Dewar  <dewar@adacore.com>
3220         * checks.adb, a-cihase.adb, a-cihase.ads, a-chtgop.adb, a-chtgop.ads,
3221         a-except.adb, a-except-2005.adb, a-cborse.adb, a-cborse.ads,
3222         a-exexda.adb, a-elchha.adb, exp_aggr.adb, a-cohase.adb: Minor
3223         reformatting.
3225 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3227         * a-chtgop.ads, a-chtgop.adb (Delete_Node_At_Index): New
3228         subprogram, used by all versions of hashed sets, to delete a node
3229         whose element has been improperly updated through a Reference_
3230         Preserving key.
3231         * a-cohase.adb: Remove Delete_Node, use new common procedure
3232         Delete_Node_At_Index.
3233         * a-cihase.ads: Add Reference_Control_Type to package Generic_Keys.
3234         * a-cihase.adb: Add Adjust and Finalize routines for
3235         Reference_Control_Type.
3236         (Reference_Preserving_Key): Build aggregate for
3237         Reference_Control_Type
3239 2014-07-30  Yannick Moy  <moy@adacore.com>
3241         * checks.adb, checks.ads (Determine_Range_R): New procedure to
3242         determine the possible range of a floating-point expression.
3244 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3246         * a-cborse.ads: Add Reference_Control_Type to package Generic_Keys.
3247         * a-cborse.adb: Add Adjust and Finalize routines for
3248         Reference_Control_Type.
3249         (Reference_Preserving_Key): Build aggregate for
3250         Reference_Control_Type.
3251         (Delete): Check for tampering, and raise Program_Error (not
3252         Constraint_Error) when attempting to delete an element not in
3253         the set.
3254         (Insert): Ditto.
3256 2014-07-30  Bob Duff  <duff@adacore.com>
3258         * a-elchha.adb, a-except-2005.adb, a-except.adb, a-exexda.adb,
3259         * a-exextr.adb, a-exstat.adb, exp_intr.ads, s-tassta.adb:
3260         Exception_Information is used to produce useful debugging
3261         information for the programmer. However, it was also used to
3262         implement the stream attributes for type Exception_Occurrence. The
3263         latter requires a stable and portable interface, which meant
3264         that we couldn't include a symbolic traceback. A separate set of
3265         routines was used to provide symbolic tracebacks under program
3266         control (i.e. not automatically). The goal of this ticket is
3267         to provide such automatic tracebacks, so the change here is to
3268         split the two functionalities: Exception_Information gives the
3269         maximally useful information for debugging (i.e. it now includes
3270         a symbolic traceback when a decorator is set, and it can be
3271         improved freely in the future without disturbing streaming).
3272         Untailored_Exception_Information always uses hexadecimal addresses
3273         in the traceback, has a stable and portable output, and is now
3274         used for streaming.
3276 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
3278         * exp_aggr.adb (Expand_Array_Aggregate): Add missing test
3279         on the target of the assignment to find out whether it
3280         can be directly done by the back-end.
3281         * exp_util.adb (Is_Possibly_Unaligned_Slice): Remove obscure test.
3283 2014-07-30  Robert Dewar  <dewar@adacore.com>
3285         * inline.adb, a-coorse.adb, a-coorse.ads, a-cohase.adb, a-cohase.ads,
3286         a-tasatt.adb: Minor reformatting.
3288 2014-07-30  Robert Dewar  <dewar@adacore.com>
3290         * exp_ch4.adb: Minor reformatting.
3292 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3294         * a-coorse.adb, a-coorse.ads (Generic_Keys): Add a
3295         Reference_Control_Type to generic package, to keep additional
3296         information for Reference_Types that manipulate keys. Add Adjust and
3297         Finalize procedures for this type.
3298         (Finalize): When finalizing a reference_preserving_key, verify
3299         that the key of the new value is equivalent to the key of the
3300         original element, raise Program_Error otherwise.
3301         (Insert): Detect tampering.
3302         (Reference_Preserving_Key): Build proper Reference_Control_Type,
3303         and update Busy and Lock bits to detect tampering.
3304         * a-cohase.ads: Keep with-clause private.
3306 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3308         * exp_ch4.adb (Expand_N_Op_Eq): Emit a warning when the operands
3309         of an equality are of an Unchecked_Union type and lack inferable
3310         discriminants.
3312 2014-07-30  Bob Duff  <duff@adacore.com>
3314         * g-exctra.adb, g-exctra.ads, s-exctra.adb, s-exctra.ads, Makefile.rtl,
3315         g-trasym.adb, g-trasym.ads, s-trasym.adb, s-trasym.ads: Move
3316         GNAT.Traceback.Symbolic and GNAT.Exception_Traces into the System
3317         hierarchy (System.Traceback.Symbolic and System.Exception_Traces), so
3318         we can call them from the runtimes. Leave renamings in place under GNAT.
3320 2014-07-30  Yannick Moy  <moy@adacore.com>
3322         * inline.adb (Check_And_Build_Body_To_Inline): Include code for
3323         inlining in GNATprove mode.
3325 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3327         * a-cohase.adb, a-cohase.ads (Generic_Keys): Add a
3328         Reference_Control_Type to generic package, to keep additional
3329         information for Reference_Types that manipulate keys. Add Adjust and
3330         Finalize procedures for this type.
3331         (Delete_Node): New procedure called when finalizing a
3332         Reference_Control_Type, to remove a node whose element has been
3333         improperly updated through a Reference.
3334         (Insert): Detect tampering.
3335         (Reference_Preserving_Key): Build proper Reference_Control_Type,
3336         and update Busy and Lock bits to detect tampering.
3338 2014-07-30  Bob Duff  <duff@adacore.com>
3340         * exp_intr.ads: Minor comment fix.
3342 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
3344         * exp_prag.adb, a-tags.ads: Minor typo fixes.
3346 2014-07-30  Bob Duff  <duff@adacore.com>
3348         * a-excach.adb, a-excach-cert.adb, a-except-2005.ads,
3349         a-except.ads, g-traceb.adb, memtrack.adb,
3350         s-traceb.adb, s-traceb.ads, s-traceb-hpux.adb, s-traceb-mastop.adb:
3351         Cleanup: Make the three versions of System.Traceback.Call_Chain
3352         have the same interface. Use an array for the Traceback parameter
3353         instead of an Address.  This will enable reduction in code
3354         duplication.
3356 2014-07-30  Pat Rogers  <rogers@adacore.com>
3358         * gnat_ugn.texi: Corrected minor textual error in description
3359         of switch -gnatwl.
3361 2014-07-30  Bob Duff  <duff@adacore.com>
3363         * Makefile.rtl: Sort file names.
3365 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
3367         * a-tasatt.adb: Complete previous change: kill spurious warning
3368         on e.g. sparc, and make sure we only use the fast path when the
3369         alignment is compatible.
3371 2014-07-30  Yannick Moy  <moy@adacore.com>
3373         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Mark new Spec_Id as
3374         coming from source.
3376 2014-07-30  Yannick Moy  <moy@adacore.com>
3378         * inline.adb (Build_Body_To_Inline): Issue more precise messages
3379         for declarations that prevent inlining.
3380         (Cannot_Inline): Change usual start of message to refer to contextual
3381         analysis in GNATprove mode.
3382         * sem_res.adb (Resolve_Call): Change usual start of message to
3383         refer to contextual analysis in GNATprove mode, when inlining
3384         not possible.
3386 2014-07-30  Robert Dewar  <dewar@adacore.com>
3388         * sem_res.adb, sem_ch6.adb: Minor code reorganization.
3389         * inline.adb: Minor reformatting.
3391 2014-07-30  Javier Miranda  <miranda@adacore.com>
3393         * a-tags.ads: Add comments.
3395 2014-07-30  Pat Rogers  <rogers@adacore.com>
3397         * gnat_rm.texi: Minor word error.
3399 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3401         * exp_prag.adb (Expand_Old): Insert declarationss of temporaries
3402         created to capture the value of the prefix of 'Old at the
3403         beginning of the current declarative part, to prevent data flow
3404         anomalies in the postcondition procedure that will follow.
3406 2014-07-30  Yannick Moy  <moy@adacore.com>
3408         * debug.adb: Retire debug flag -gnatdQ.
3409         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Check SPARK_Mode
3410         on decl, not on body.  Ignore predicate functions.
3411         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove use of
3412         debug flag -gnatdQ.  Correctly analyze SPARK_Mode on decl and
3413         body when generating a decl for a body on which SPARK_Mode aspect
3414         is given.
3415         * sem_prag.adb (Analyze_Pragma|SPARK_Mode): Reorder tests for
3416         attaching pragma to entity, to account for declaration not coming
3417         from source.
3418         * sem_res.adb (Resolve_Call): Issue warning and flag subprogram
3419         as not always inlined in GNATprove mode, when called in an
3420         assertion context.
3422 2014-07-30  Vincent Celier  <celier@adacore.com>
3424         * debug.adb: Minor comment update.
3426 2014-07-30  Robert Dewar  <dewar@adacore.com>
3428         * s-tasuti.adb, s-tassta.adb: Minor reformatting.
3429         * sprint.adb (Sprint_Node): Handle N_Contract case.
3430         * exp_prag.adb: Minor reformatting.
3431         * freeze.adb (Freeze_Entity): Check useless postcondition for
3432         No_Return subprogram.
3433         * sem_prag.adb: Minor reformatting.
3435 2014-07-30  Javier Miranda  <miranda@adacore.com>
3437         * a-tags.ads: Complete comments about performance.
3439 2014-07-30  Fedor Rybin  <frybin@adacore.com>
3441         * gnat_ugn.texi: Adding description for --exit-status option to
3442         gnattest section.  Fixing index entry of --passed-tests option
3443         in gnattest section.
3445 2014-07-30  Javier Miranda  <miranda@adacore.com>
3447         * Makefile.rtl, gnat_rm.texi, i-cpp.adb, i-cpp.ads, impunit.adb,
3448         rtsfind.ads: Remove references to package Interfaces.CPP since this
3449         package is no longer needed.
3451 2014-07-30  Bob Duff  <duff@adacore.com>
3453         * s-taasde.adb (Timer_Queue): Don't use a
3454         build-in-place function call to initialize the Timer_Queue.
3455         * s-traent.adb, s-traent.ads, s-traent-vms.adb, s-traent-vms.ads:
3456         Turn off polling in these units, because otherwise we get
3457         elaboration circularities with Ada.Exceptions when the -gnatP
3458         switch is used.
3459         * s-tassta.adb (Create_Task): Make sure independent tasks
3460         are created with Parent = Environment_Task. This was not true,
3461         for example, in s-interr.adb, when Interrupt_Manager does "new
3462         Server_Task"; the Server_Task had Parent = Interrupt_Manager,
3463         which is wrong because the master is determined by the access
3464         type, which is at library level.
3465         * s-tasuti.adb (Make_Independent): Avoid setting Parent; it is
3466         now set correctly by Create_Task.
3467         (Make_Passive): Remove the workaround for the race condition in
3468         Make_Independent.
3469         * frontend.adb (Frontend): Revert to previous method of detecting
3470         temporary configuration pragma files, recognizing such files by
3471         ".tmp" in the name. This is more general than detecting pragmas
3472         Source_File_Name_Project, because it allows any tool to use
3473         this naming convention, no matter the content of the file.
3474         * gnat_ugn.texi: Document this naming convention.
3476 2014-07-30  Robert Dewar  <dewar@adacore.com>
3478         * exp_ch7.adb, s-tataat.adb, s-tataat.ads, s-parame-vms-alpha.ads,
3479         inline.adb, s-parame-hpux.ads, exp_smem.adb, s-tasini.adb,
3480         s-tasini.ads, s-parame-vms-ia64.ads, s-parame.ads, s-taskin.ads,
3481         s-parame-vxworks.ads, a-tasatt.adb, a-tasatt.ads: Minor reformatting.
3482         * a-suenco.adb (Convert): Handle overlong encodings in UTF8-UTF8
3483         conversion.
3485 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3487         * sem_ch5.adb: Improve error recovery.
3488         * inline.adb (Build_Body_To_Inline): Set Full_Analysis to false
3489         before analyzing the body, so that in GNATprove mode there is
3490         no light expansion. Whatever expansion is required by SPARK will
3491         be performed when analysing the inlined code.
3493 2014-07-30  Bob Duff  <duff@adacore.com>
3495         * s-tataat.adb, s-tataat.ads, a-tasatt.adb: Minor comment fixes.
3497 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3499         * sem_ch5.adb (Analyze_Loop_Statement): If loop has a label,
3500         verify that it is not hidden by an inner implicit declaration.
3502 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3504         * sem.ads (Scope_Table_Entry): New component Locked_Shared_Objects.
3505         * sem_ch8.adb (Push_Scope): Initialize Locked_Shared_Objects.
3506         * exp_smem.adb (Add_Shared_Var_Lock_Procs): Handle the case where
3507         the call returns an unconstrained type: in this case there is
3508         already a transient scope, and we should not establish a new one.
3509         * exp_ch7.adb (Insert_Actions_In_Scope_Around): New formal Clean. If
3510         True, also insert cleanup actions in the tree.
3511         (Wrap_Transient_Declaration): Call Insert_Actions_In_Scope_Around
3512         with Clean set True.
3514 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
3516         * s-taskin.ads (Direct_Index, Direct_Index_Range,
3517         Direct_Attribute_Element, Direct_Attribute_Array,
3518         Direct_Index_Vector, Direct_Attributes, Is_Defined,
3519         Indirect_Attributes): Removed.  (Atomic_Address,
3520         Attribute_Array, Attributes): New.
3521         * s-tasini.ads, s-tasini.adb (Proc_T, Initialize_Attributes,
3522         Finalize_Attributes_Link, Initialize_Attributes_Link): Removed.
3523         (Finalize_Attributes): Reimplement.
3524         * s-tassta.adb (Create_Task): Remove call to
3525         Initialize_Attributes_Link (Free_Task, Vulnerable_Free_Task):
3526         Replace Finalize_Attributes_Link by Finalize_Attributes.
3527         * a-tasatt.ads, a-tasatt.adb, s-tataat.ads, s-tataat.adb:
3528         Reimplement from scratch, using a simpler and more efficient
3529         implementation.
3530         * s-tporft.adb (Register_Foreign_Thread): Remove now obsolete comment.
3531         * s-parame.ads, s-parame-hpux.ads,
3532         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads,
3533         * s-parame-vxworks.ads (Max_Attribute_Count): New, replace
3534         Default_Attribute_Count.
3536 2014-07-30  Olivier Hainque  <hainque@adacore.com>
3538         * vxworks-ppc-link.spec: New file. Extra link
3539         instructions for ppc-vxworks.
3540         * vxworks-crtbe-link.spec: Likewise, for ZCX related support.
3541         * system-vxworks-ppc.ads: Adjust linker options to use spec files.
3542         * system-vxworks-arm.ads: Likewise.
3543         * gcc-interface/Makefile.in: Enable .spec files.
3545 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3547         * sem_aggr.adb: Minor comment reformatting.
3549 2014-07-30  Robert Dewar  <dewar@adacore.com>
3551         * sem_util.ads, sem_util.adb (Is_Junk_Name): Removed.
3552         * sem_warn.adb (Has_Junk_Name): New function
3553         (Check_References): Use Has_Junk_Name to delete junk warnings
3554         (Check_Unset_Reference): ditto.
3555         (Warn_On_Unreferenced_Entity): ditto.
3556         (Warn_On_Useless_Assignment): ditto.
3558 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3560         * checks.adb (Insert_Valid_Check): Do not check for the packed
3561         array type of a prefix that is an access type.
3563 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3565         * sem_attr.adb (Eval_Attribute): Evaluate the GNAT attribute
3566         Unconstrained_Array even if prefix is not frozen yet, as can
3567         occur with a private subtype used as a generic actual.
3569 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
3571         * sem_attr.adb: Minor reformatting.
3573 2014-07-30  Pat Rogers  <rogers@adacore.com>
3575         * gnat_rm.texi: Corrected minor wording error in description
3576         of No_Exception_Registration.
3578 2014-07-30  Yannick Moy  <moy@adacore.com>
3580         * einfo.ads, einfo.adb: New flag Is_Inlined_Always for use in GNATprove
3581         mode. Realphabetize two subprograms.
3582         * inline.adb (Cannot_Inline): Use Is_Inlined_Always in GNATprove mode.
3583         (Can_Be_Inlined_In_GNATprove_Mode): Adapt to possible Empty Body_Id.
3584         (Check_And_Build_Body_To_Inline): Use Is_Inlined_Always in GNATprove
3585         mode.
3586         (Expand_Inline_Call): Use Is_Inlined_Always in GNATprove mode.
3587         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Do not use
3588         Is_Inline in GNATprove mode.
3589         (Analyze_Subprogram_Specification):
3590         Set Is_Inlined_Always at subprogram entity creation.
3591         * sem_res.adb (Resolve_Call): Do not deal with inlining during
3592         pre-analysis.  Issue warning on call to possibly inlined
3593         subprogram when body not seen.
3595 2014-07-30  Yannick Moy  <moy@adacore.com>
3597         * lib-xref.adb (Generate_Reference): Add special
3598         case for compiler-generated formals in GNATprove mode.
3600 2014-07-30  Yannick Moy  <moy@adacore.com>
3602         * sem_ch6.adb: Add comments.
3604 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3606         * s-os_lib.ads (GM_Time_Of): Clarify documentation.
3608 2014-07-30  Robert Dewar  <dewar@adacore.com>
3610         * sem_aggr.adb, sem_res.adb: Minor reformatting.
3612 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3614         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
3615         Bit_Order): Set Reverse_Bit_Order on the base type of the
3616         specified first subtype.
3618 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3620         * inline.adb (Expand_Inlined_Call): Use a renaming declaration
3621         to capture the value of actuals of a limited type rather than
3622         an object declaration, to prevent spurious errors when analyzing
3623         the inlined body.
3625 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3627         * sem_ch4.adb (Analyze_Type_Conversion): Treat an inlined body
3628         as an instance, and inhibit semantic checks on already analyzed
3629         code to prevent spurious errors.
3631 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
3633         * a-exctra.ads ("="): New function, to restore compatibility.
3635 2014-07-30  Pascal Obry  <obry@adacore.com>
3637         * adaint.c (__gnat_to_os_time): Set isdst to -1 for the mktime
3638         routine to use the OS dst setting.
3640 2014-07-30  Pat Rogers  <rogers@adacore.com>
3642         * gnat_ugn.texi: Minor correction to description of -gnatw.K.
3644 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3646         * sem_util.adb (Wrong_Type): Disable some checks equally within
3647         instances and within inlined bodies, to suppress spurious type
3648         errors on already analyzed code.
3649         * sem_aggr.adb (Check_Expr_OK_In_Limited_Aggregate): Expression
3650         is legal in an inlined body, juts as it is in an instance body.
3652 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3654         * sem_res.adb (Resolve_Unchecked_Conversion): Within an inlined
3655         body the operand of an unchecked conversion may be a literal, in
3656         which case its type is the target type of the conversion. This
3657         is in contrast to conversions in other contexts, where the
3658         operand cannot be a literal and must be resolvable independent
3659         of the context.
3661 2014-07-30  Pierre-Marie Derodat  <derodat@adacore.com>
3663         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a
3664         mere scalar constant instead of a reference for a renaming of
3665         scalar literal.
3666         * gcc-interface/utils.c (renaming_from_generic_instantiation_p): New.
3667         * gcc-interface/gigi.h (renaming_from_generic_instantiation_p): New.
3669 2014-07-30  Robert Dewar  <dewar@adacore.com>
3671         * s-tasuti.adb, s-tasuti.ads, einfo.ads, sem_prag.adb, s-taasde.adb,
3672         g-socthi-vms.adb, s-taprop-mingw.adb, s-interr.adb, s-interr-hwint.adb,
3673         g-decstr.adb, s-tasdeb-vms.adb, g-expect-vms.adb, makeutl.adb,
3674         s-interr-vms.adb, g-socthi.adb, exp_aggr.adb, s-tasdeb.adb,
3675         g-awk.adb, gnatls.adb, s-taspri-posix.ads, g-catiio.adb,
3676         s-interr-sigaction.adb, s-os_lib.adb, s-fileio.adb: Minor reformatting
3677         & code reorganization.
3679 2014-07-30  Bob Duff  <duff@adacore.com>
3681         * s-tassta.adb, sem_util.ads: Minor reformatting.
3683 2014-07-30  Yannick Moy  <moy@adacore.com>
3685         * inline.adb (Build_Body_To_Inline): Detect when
3686         subprogram has multiple returns, or not a single last return
3687         statement, in GNATprove mode.
3688         (Cannot_Inline): Simplify logic to handle case of GNATprove
3689         inlining first.
3691 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3693         * sem_ch6.adb: Stubs are not subject to inlining.
3695 2014-07-30  Bob Duff  <duff@adacore.com>
3697         * s-tasuti.ads, s-tasuti.adb (Make_Independent): Change this
3698         from a procedure to a function, so that it can more easily be
3699         called before the "begin" of a task.
3700         * s-taasde.ads (Delay_Block): Make this type immutably limited,
3701         so we can use a build-in-place function call to initialize
3702         Timer_Queue in the body.
3703         * a-rttiev.adb, s-asthan-vms-alpha.adb, s-asthan-vms-ia64.adb,
3704         * s-interr.adb, s-interr-hwint.adb, s-interr-sigaction.adb,
3705         * s-interr-vms.adb, s-taasde.adb: Each independent task now calls
3706         Make_Independent before reaching its "begin", to avoid race
3707         conditions. This causes the activating task to wait until after
3708         Make_Independent is complete before proceeding.  In addition,
3709         we initialize data structures used by independent tasks before
3710         activating those tasks, to avoid possible use of uninitialized data.
3711         * s-interr.ads, s-intman.ads, s-taspri-posix.ads, s-tasdeb.ads:
3712         Minor comment fixes.
3714 2014-07-30  Bob Duff  <duff@adacore.com>
3716         * a-exctra.ads, s-traent-vms.ads, s-traent.ads (Tracebacks_Array): Move
3717         the declaration of Tracebacks_Array from Ada.Exceptions.Traceback to
3718         System.Traceback_Entries (s-traent.ads and s-traent-vms.ads).  Add
3719         subtypes renaming Tracebacks_Array in Ada.Exceptions.Traceback.
3720         * g-debpoo.adb: Refer to Tracebacks_Array in its new home.
3722 2014-07-30  Arnaud Charlet  <charlet@adacore.com>
3724         * a-tasatt.adb: Remove old comments.
3726 2014-07-30  Yannick Moy  <moy@adacore.com>
3728         * einfo.ads (Is_Inlined): Document new use in GNATprove mode.
3729         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): Add comments
3730         to explain rationale for inlining or not in GNATprove mode.
3731         (Expand_Inlined_Call): In GNATprove mode, set Is_Inlined flag
3732         to False when inlining is not possible.
3733         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set Is_Inlined
3734         flag to indicate that subprogram is fully inlined. To be reversed
3735         if inlining problem is found.
3736         * sem_res.adb (Resolve_Call): Set Is_Inlined flag to False when
3737         call in potentially unevaluated context.
3739 2014-07-30  Jose Ruiz  <ruiz@adacore.com>
3741         * s-tarest.adb, s-tarest.ads: Fix comments.
3743 2014-07-30  Robert Dewar  <dewar@adacore.com>
3745         * exp_attr.adb, checks.adb, sem_util.adb, sem_util.ads, sem_attr.adb:
3746         Change No_Scalar_Parts predicate to Scalar_Part_Present and
3747         invert sense of test. This avoids the "not No_xxx" situation
3748         which is always ugly.
3750 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3752         * inline.adb (Expand_Inlined_Call): When generating code for
3753         an internal subprogram the expansion uses the location of the
3754         call, so that gdb can skip over it. In GNATprove mode we want to
3755         preserve slocs of original subprogram when expanding an inlined
3756         call, to obtain better warnings, even though subprogram appears
3757         not to come from source if it is the inlining of a subprogram
3758         body without a previous spec.
3760 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
3762         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Reject array
3763         types with atomic components.
3765 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3767         * Make-generated.in: Remove now unnecessary targets after s-oscons
3768         reorg.
3770 2014-07-30  Yannick Moy  <moy@adacore.com>
3772         * sem_res.adb (Resolve_Call): Use ultimate alias
3773         of callee when available.
3775 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3777         * sem_ch6.adb (Analyze_Expression_Function): To check whether
3778         an expression function is a completion, use the specification of
3779         the previous declaration, not its entity, which may be internally
3780         generated in an inlined context.
3782 2014-07-30  Doug Rupp  <rupp@adacore.com>
3784         * adaint.c (__gnat_tmp_name) [__ANDROID__]: Default to putting
3785         temp files in /cache directory unless overridden by TMPDIR.
3787 2014-07-30  Jose Ruiz  <ruiz@adacore.com>
3789         * s-tassta.adb, s-tarest.adb (Initialize, Create_Task,
3790         Create_Restricted_Task): Remove redundant check. Number_Of_CPUs returns
3791         type CPU, so it can never be greater than CPU_Range'Last.
3793 2014-07-30  Bob Duff  <duff@adacore.com>
3795         * s-taskin.ads: Minor comment fix.
3797 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3799         * g-socket.adb: Remove now useless WITH, USE, and USE TYPE
3800         clauses.
3802 2014-07-30  Yannick Moy  <moy@adacore.com>
3804         * debug.adb: Free debug flag dQ used for frontend inlining in
3805         GNATprove mode..
3806         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Remove test of
3807         debug flag..
3809 2014-07-30  Thomas Quinot  <quinot@adacore.com>
3811         * Make-generated.in: Remove generation of s-oscons.ads, only
3812         generate the xoscons utility, in runtime-agnostic rules.
3813         * gcc-interface/Makefile.in: Clean up rules. Remove VMS parts,
3814         no longer supported.
3816 2014-07-30  Bob Duff  <duff@adacore.com>
3818         * exp_ch6.adb (Add_Task_Actuals_To_Build_In_Place_Call): New
3819         parameter Chain to be used in the allocator case.
3820         (Make_Build_In_Place_Call_In_Allocator): If the allocated object
3821         has tasks, wrap the code in a block that will activate them,
3822         including the usual finalization code to kill them off in case
3823         of exception or abort.
3825 2014-07-30  Robert Dewar  <dewar@adacore.com>
3827         * treepr.adb, treepr.ads; Reorganize documentation for new pp routines
3828         Remove renamings (don't work for gdb).
3829         (par): New synonym for p (avoid gdb ambiguities).
3830         * inline.adb, sem_ch6.adb, sem_ch13.adb: Minor reformatting.
3832 2014-07-30  Bob Duff  <duff@adacore.com>
3834         * exp_ch9.ads, sem_prag.adb, exp_ch4.adb, sem_ch13.adb: Minor comment
3835         fixes.
3836         * treepr.ads, treepr.adb (ppp): Make this debugging routine
3837         accept any type covered by Union_Id.
3839 2014-07-30  Robert Dewar  <dewar@adacore.com>
3841         * sem_ch4.adb (Analyze_If_Expression): Resolve condition before
3842         analyzing branches.
3843         * sem_eval.adb (Out_Of_Range): Check for statically unevaluated
3844         expression case.
3846 2014-07-30  Robert Dewar  <dewar@adacore.com>
3848         * sem_ch13.adb (Analyze_Aspect, predicate cases): Diagnose use
3849         of predicate aspect on entity other than a type.
3851 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3853         * sem_ch6.adb (Body_Has_Contract): New predicate to determine
3854         when a subprogram body without a previous spec cannot be inlined
3855         in GNATprove mode, because it includes aspects or pragmas that
3856         generate a SPARK contract clause.
3857         * inline.adb (Can_Be_Inlined_In_GNATprove_Mode): A subprogram
3858         instance cannot be inlined.
3860 2014-07-30  Robert Dewar  <dewar@adacore.com>
3862         * debug.adb: Document that d7 suppresses compilation time output.
3863         * errout.adb (Write_Header): Include compilation time in
3864         header output.
3865         * exp_intr.adb (Expand_Intrinsic_Call): Add
3866         Compilation_Date/Compilation_Time (Expand_Source_Info): Expand
3867         Compilation_Date/Compilation_Time.
3868         * g-souinf.ads (Compilation_Date): New function
3869         (Compilation_Time): New function.
3870         * gnat1drv.adb (Gnat1drv): Set Opt.Compilation_Time.
3871         * gnat_rm.texi (Compilation_Date): New function
3872         (Compilation_Time): New function.
3873         * opt.ads (Compilation_Time): New variable.
3874         * s-os_lib.ads, s-os_lib.adb (Current_Time_String): New function.
3875         * sem_intr.adb (Compilation_Date): New function.
3876         (Compilation_Time): New function.
3877         * snames.ads-tmpl (Name_Compilation_Date): New entry.
3878         (Name_Compilation_Time): New entry.
3880 2014-07-30  Yannick Moy  <moy@adacore.com>
3882         * inline.adb: Add comment.
3884 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3886         * par-ch4.adb (Is_Parameterless_Attribute): 'Result is a
3887         parameterless attribute, and a postondition can mention an
3888         indexed component or a slice whose prefix is an attribute
3889         reference F'Result.
3891 2014-07-30  Robert Dewar  <dewar@adacore.com>
3893         * sprint.adb (Sprint_Node_Actual, case Object_Declaration):
3894         Avoid bomb when printing package Standard.
3896 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3898         * sem_elab.adb (Check_Internal_Call_Continue): If an elaboration
3899         entity is created at this point, ensure that the name of the
3900         flag is unique, because the subprogram may be overloaded and
3901         other homonyms may also have elaboration flags created on the fly.
3903 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3905         * sem_attr.adb (Analyze_Array_Component_Update): New routine.
3906         (Analyze_Attribute): Major cleanup of attribute
3907         'Update. The logic is now split into two distinct routines
3908         depending on the type of the prefix. The use of <> is now illegal
3909         in attribute 'Update.
3910         (Analyze_Record_Component_Update): New routine.
3911         (Check_Component_Reference): Removed.
3912         (Resolve_Attribute): Remove the return statement and ??? comment
3913         following the processing for attribute 'Update. As a result,
3914         the attribute now freezes its prefix.
3916 2014-07-30  Javier Miranda  <miranda@adacore.com>
3918         * exp_ch4.adb (Apply_Accessibility_Check): Do
3919         not call Base_Address() in VM targets.
3921 2014-07-30  Yannick Moy  <moy@adacore.com>
3923         * gnat1drv.adb (Adjust_Global_Switches): Set
3924         Ineffective_Inline_Warnings to True in GNATprove mode.
3925         * inline.adb (Cannot_Inline): Prepare new semantics for GNATprove
3926         mode of inlining.
3927         * opt.ads (Ineffective_Inline_Warnings): Add comment that
3928         describes use in GNATprove mode.
3929         * sem_prag.adb (Analyze_Pragma|SPARK_Mode): Ignore
3930         pragma when applied to the special body created for inlining.
3932 2014-07-30  Robert Dewar  <dewar@adacore.com>
3934         * inline.adb, exp_ch4.adb, sinput.adb, sem_ch6.adb, sem_ch13.adb:
3935         Minor reformatting.
3937 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3939         * aspects.ads Add a comment explaining why SPARK 2014 aspects are
3940         not delayed. Update the delay status of most SPARK 2014 aspects.
3941         * sem_ch13.adb (Analyze_Aspect_Specifications): Update all calls
3942         to Decorate_Aspect_And_Pragma and Insert_Delayed_Pragma to refert
3943         to Decorate and Insert_Pragma. Add various comments concerning
3944         the delay status of several SPARK 2014 aspects. The insertion
3945         of Refined_State now uses routine Insert_After_SPARK_Mode.
3946         (Decorate): New routine.
3947         (Decorate_Aspect_And_Pragma): Removed.
3948         (Insert_Delayed_Pragma): Removed.
3949         (Insert_Pragma): New routine.
3951 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3953         * inline.adb (Expand_Inlined_Call): In GNATprove mode, emit
3954         only a warning, not an error on an attempt to inline a recursive
3955         subprogram.
3957 2014-07-30  Robert Dewar  <dewar@adacore.com>
3959         * g-forstr.adb: Minor code reorganization (use J rather than I
3960         as a variable name).
3961         * gnat_rm.texi, sem_prag.adb, sem_util.adb, sem_ch13.adb,
3962         g-forstr.ads: Minor reformatting.
3964 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
3966         * sprint.adb (Set_Debug_Sloc): Also reset the end location if
3967         we are debugging the generated code.
3969 2014-07-30  Yannick Moy  <moy@adacore.com>
3971         * sinput.ads, sinput.adb (Comes_From_Inlined_Body): New function that
3972         returns True for source pointer for an inlined body.
3974 2014-07-30  Javier Miranda  <miranda@adacore.com>
3976         * exp_ch4.adb (Apply_Accessibility_Check): Add
3977         missing calls to Base_Address().
3979 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
3981         * sem_ch6.adb (Hanalyze_Subprogram_Body_Helper): In GNATprove
3982         mode, subprogram bodies without a previous declaration are also
3983         candidates for front-end inlining.
3985 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3987         * aspects.ads Aspects Async_Readers, Async_Writers,
3988         Effective_Reads and Effective_Writes do not need to be delayed.
3989         * sem_ch13.adb (Analyze_Aspect_Specifications): Propagate the
3990         optional Boolean expression when generating the corresponding
3991         pragma for an external property aspect.
3992         * sem_prag.adb (Analyze_External_Property_In_Decl_Part): Remove
3993         local constant Obj. Add local constant Obj_Id. Reimplement the
3994         check which ensures that the related variable is in fact volatile.
3995         (Analyze_Pragma): Reimplement the analysis of external property pragmas.
3996         * sem_util.adb (Is_Enabled): New routine.
3997         (Variable_Has_Enabled_Property): Reimplement the detection of
3998         an enabled external property.
4000 2014-07-30  Sergey Rybin  <rybin@adacore.com frybin>
4002         * gnat_ugn.texi, vms_data.ads: gnatstub: describe generating subunits
4003         for body stubs.
4005 2014-07-30  Pascal Obry  <obry@adacore.com>
4007         * g-forstr.adb, g-forstr.ads: New.
4008         * gnat_rm.texi, impunit.adb Makefile.rtl: Add new unit
4009         GNAT.Formatted_String.
4011 2014-07-30  Eric Botcazou  <ebotcazou@adacore.com>
4013         * exp_aggr.adb (Aggr_Assignment_OK_For_Backend): New predicate.
4014         (Expand_Array_Aggregate): Also enable in-place expansion for
4015         code generated by the compiler.  For an object declaration,
4016         set the kind of the object in addition to its type.  If an
4017         in-place assignment is to be generated and it can be directly
4018         done by the back-end, do not expand the aggregate.
4019         * fe.h (Is_Others_Aggregate): Declare.
4020         * gcc-interface/trans.c
4021         (gnat_to_gnu) <N_Assignment_Statement>: Add support for an
4022         aggregate with a single Others choice on the RHS by means of
4023         __builtin_memset.  Tidy up.
4025 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
4027         * gnat_rm.texi: minor reformatting.
4029 2014-07-30  Yannick Moy  <moy@adacore.com>
4031         * sem_ch6.adb (Analyze_Subprogram_Helper_Body): Remove body to inline
4032         in SPARK_Mode Off.
4034 2014-07-30  Robert Dewar  <dewar@adacore.com>
4036         * gnat_rm.texi: Document additional implementation-defined use
4037         of Constrained.
4039 2014-07-30  Robert Dewar  <dewar@adacore.com>
4041         * prj-proc.adb, prj-strt.adb: Update comments.
4043 2014-07-30  Gary Dismukes  <dismukes@adacore.com>
4045         * sinfo.ads, einfo.ads, checks.ads: Minor typo fix and reformatting.
4047 2014-07-30  Vincent Celier  <celier@adacore.com>
4049         * prj-proc.adb (Imported_Or_Extended_Project_From): New Boolean
4050         parameter No_Extending, defaulted to False. When No_Extending
4051         is True, do not look for an extending project.
4052         (Expression): For a variable reference that is not for the current
4053         project, get its Id calling Imported_Or_Extended_Project_From
4054         with No_Extending set to True.
4055         * prj-strt.adb (Parse_Variable_Reference): If a referenced
4056         variable is not found in the current project, check if it is
4057         defined in one of the projects it extends.
4059 2014-07-30  Robert Dewar  <dewar@adacore.com>
4061         * sem_util.adb (Predicate_Tests_On_Arguments): Omit tests for
4062         some additional cases of internally generated routines.
4064 2014-07-30  Ed Schonberg  <schonberg@adacore.com>
4066         * sem_ch10.adb (Analyze_Proper_Body): When compiling for ASIS,
4067         if the compilation unit is a subunit, extend optional processing
4068         to all subunits of the current one. This allows gnatstub to
4069         supress generation of spurious bodies.
4071 2014-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
4073         * a-cbmutr.adb (Insert_Child): Use local variable First to keep
4074         track of the initial element's index within the tree.
4076 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4078         * a-cbmutr.adb (Allocate_Node): Remove the two parameter version.
4079         (Insert_Child): Add local variable First. Capture the index of the
4080         first node being created to ensure correct cursor construction
4081         later on. Use the three parameter version of Allocate_Node
4082         when creating multiple children as this method allows aspect
4083         Default_Value to take effect (if applicable).
4085 2014-07-29  Eric Botcazou  <ebotcazou@adacore.com>
4087         * exp_aggr.adb (Safe_Slice_Assignment): Remove.
4088         (Expand_Array_Aggregate): For a safe slice assignment, just set
4089         the target and use the common code path.
4091 2014-07-29  Robert Dewar  <dewar@adacore.com>
4093         * sem_util.adb, sem_util.ads, sem_res.adb, exp_ch6.adb: Invert
4094         predicate No_Predicate_Test_On_Arguments, new name is
4095         Predicate_Tests_On_Arguments (with the opposite sense).
4097 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4099         * sem_attr.adb (Resolve_Attribute): Clean up the code for
4100         attribute 'Access. Do not generate an elaboration flag for a
4101         stand alone expression function. The expression of an expression
4102         function is now frozen when the expression function appears as
4103         the prefix of attribute 'Access.
4104         * sem_ch6.adb (Analyze_Expression_Function): Remove local
4105         variable New_Decl and update all references to it after the
4106         rewriting has taken place. Establish the linkages between the
4107         generated spec and body.
4109 2014-07-29  Robert Dewar  <dewar@adacore.com>
4111         * sem_prag.adb (ip, rv): Prevent from being optimized away.
4112         * gnatls.adb (gnatls): Set E_Fatal exit status if ali file not found.
4113         * s-imgllb.adb, s-imgllw.adb, s-imgwiu.adb, s-imgbiu.adb: Minor
4114         reformatting.
4116 2014-07-29  Vincent Celier  <celier@adacore.com>
4118         * prj-pp.adb: Minor comment update.
4119         * frontend.adb: If a target dependency info file has been read
4120         through switch -gnateT= add it to the dependencies of the source
4121         being compiled.
4123 2014-07-29  Robert Dewar  <dewar@adacore.com>
4125         * sem_ch3.adb, prj.adb: Minor reformatting.
4127 2014-07-29  Vincent Celier  <celier@adacore.com>
4129         * prj-pp.adb (Pretty_Print.Output_Project_File): New
4130         procedure to output project file names between quotes without
4131         concatenation, even if the line is too long.
4132         (Pretty_Print): Use Output_Project_File for project being extended and
4133         project imported.
4135 2014-07-29  Vincent Celier  <celier@adacore.com>
4137         * gnat_ugn.texi: Document that configuration pragmas files are
4138         added to the dependencies, unless they contain only pragmas
4139         Source_File_Name_Project.
4141 2014-07-29  Robert Dewar  <dewar@adacore.com>
4143         * frontend.adb: Minor reformatting.
4145 2014-07-29  Robert Dewar  <dewar@adacore.com>
4147         * exp_ch6.adb (Add_Call_By_Copy_Code): Minor reformatting
4148         (Expand_Actuals): Make sure predicate checks are properly applied
4149         for the case of OUT or IN OUT parameters.
4150         * sem_res.adb: Minor reformatting (Resolve_Actuals): Skip
4151         predicate tests on arguments for Finalize
4152         * sem_util.adb (No_Predicate_Test_On_Arguments): Returns True
4153         if predicate tests on subprogram arguments should be skipped.
4154         * sem_util.ads (No_Predicate_Test_On_Arguments): New function
4156 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4158         * sem_ch3.adb (Analyze_Object_Declaration): If there is an address
4159         clause for the object and the expression is an aggregate, defer
4160         resolution and expansion of the aggregate until the freeze point
4161         of the entity.
4162         * sem_aggr.adb (Resolve_Aggregate): An others_clause is legal if
4163         the parent node is an N_Reference generated during expansion.
4165 2014-07-29  Vincent Celier  <celier@adacore.com>
4167         * prj.adb (Add_To_Buffer): Effectively double the size of the buffer.
4169 2014-07-29  Robert Dewar  <dewar@adacore.com>
4171         * frontend.adb, inline.adb, sem_util.adb, sem_res.adb,
4172         prepcomp.ads: Minor reformatting and code clean up.
4173         * exp_ch6.adb (Expand_Actuals): Generate predicate test
4174         unconditionally for case of OUT or IN OUT actual (before this
4175         was generated only for certain subcases, which is wrong, the
4176         test is always needed).
4178 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4180         * sem_ch3.adb: Move Has_Defaulted_Discriminants to sem_util.
4181         * sem_ch4.adb (Analyze_Allocator): Defer resolution of expression
4182         until context type is available.
4183         * sem_res.adb (Resolve_Allocator): In the case of a qualified
4184         expression, complete resolution of expression.
4185         (Check_Aliased_Parameter): New procedure within Resolve_Actuals,
4186         to apply Ada2012 checks on aliased formals, as well as
4187         accesibility checks when the context of the call is an allocator
4188         or a qualified expression.
4189         * sem_util.ads, sem_util.adb (Has_Defaulted_Discriminants):
4190         Moved here from sem_ch3.
4191         (Object_Access_Level): Handle properly aliased formals and
4192         aggregates.
4193         * exp_ch6.adb (Expand_Call): Remove check on aliased parameters,
4194         now properly performed in sem_res (Resolve_Actuals,
4195         Check_Aliased_Parameter).
4197 2014-07-29  Yannick Moy  <moy@adacore.com>
4199         * debug.adb Enable GNATprove inlining under debug flag -gnatdQ for now.
4200         * inline.ads, inline.adb (Can_Be_Inlined_In_GNATprove_Mode): New
4201         function to decide when a subprogram can be inlined in GNATprove mode.
4202         (Check_And_Build_Body_To_Inline): Include GNATprove_Mode as a
4203         condition for possible inlining.
4204         * sem_ch10.adb (Analyze_Compilation_Unit): Remove special case
4205         for Inline_Always in GNATprove mode.
4206         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Build inlined
4207         body for subprograms in GNATprove mode, under debug flag -gnatdQ.
4208         * sem_prag.adb Minor change in comments.
4209         * sem_res.adb (Resolve_Call): Only perform GNATprove inlining
4210         inside subprograms marked as SPARK_Mode On.
4211         * sinfo.ads: Minor typo fix.
4213 2014-07-29  Vincent Celier  <celier@adacore.com>
4215         * frontend.adb: Add dependency on gnat.adc when taken into account
4216         and on non-temporary configuration pragmas files specified in
4217         switches -gnatec.
4218         * prepcomp.ads, prepcomp.adb (Add_Dependency): New procedure to add
4219         dependencies on configuration pragmas files.
4221 2014-07-29  Pat Rogers  <rogers@adacore.com>
4223         * gnat_ugn.texi: Minor clarification to the explanation for the
4224         GNATtest -v switch.
4226 2014-07-29  Robert Dewar  <dewar@adacore.com>
4228         * types.ads (Mechanism_Type): Change range back to -18 .. Int'Last with
4229         documentation that explains the need for this extended range
4230         (use by C_Pass_By_Copy).
4232 2014-07-29  Robert Dewar  <dewar@adacore.com>
4234         * gnat_rm.texi, sem_prag.adb: Minor reformatting.
4236 2014-07-29  Sergey Rybin  <rybin@adacore.com frybin>
4238         * gnat_ugn.texi: gnatmetric: clarify documentation for cyclomatic
4239         complexity metrics.
4241 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4243         PR ada/60652
4244         * s-oscons-tmplt.c: For Linux, define _BSD_SOURCE in order for
4245         CRTSCTS to be visible.
4247 2014-07-29  Bob Duff  <duff@adacore.com>
4249         * g-trasym.adb, g-trasym.ads: Code cleanup.
4251 2014-07-29  Doug Rupp  <rupp@adacore.com>
4253         * sigtramp-vxworks.c: Minor reformatting.
4255 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4257         * gnat_rm.texi: No doc needed for Ada2012 aspect
4258         Implicit_dereference.
4260 2014-07-29  Robert Dewar  <dewar@adacore.com>
4262         * sem_attr.adb (Attribute_12): New array
4263         (Analyze_Attribute): Check impl-defined Ada 2012 attributes.
4264         (Check_Ada_2012_Attribute): Removed.
4266 2014-07-29  Doug Rupp  <rupp@adacore.com>
4268         * init.c (vxworks6): Call sigtramp for RTP (as well as DKM) for ARM,
4269         PPC, and e500.
4270         * sigtramp-vxworks.c: New file.
4271         * sigtramp-armvxw.c, sigtramp-ppcvxw.c: removed files.
4273 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4275         * lib-xref.adb (Output_Refs, Check_Type_Reference): For a
4276         derived array type, add information about component type, which
4277         was previously missing in ali file.
4278         * gnat_rm.texi: Add documentation for Atomic_Always_Lock_Free.
4280 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4282         * sem_ch3.adb (Constrain_Corresponding_Record): For the case
4283         of the subtype created for a record component, do not mark
4284         the subtype as frozen. For one thing, this is anomalous (in
4285         particular, the base type might not itself be frozen yet);
4286         furthermore, proper freezing of the subtype must happen in any
4287         case. So, we just mark the subtype as requiring delayed freezing
4288         (and we'll actually freeze it when generating the init_proc of
4289         the enclosing record).
4290         Also change the name of the constrained record subtype (append a
4291         'C' so that it is clearly different from the unconstrained record
4292         type, "related_idV") to make debugging easier.
4293         (Process_Full_View): When creating a full subtype for a pending
4294         private subtype, re-establish the scope of the private subtype
4295         so that we get proper visibility on outer discriminants.
4296         * exp_ch3.adb (Build_Init_Statements): Freeze any component
4297         subtype that is not frozen yet.
4299 2014-07-29  Vincent Celier  <celier@adacore.com>
4301         * prj-proc.adb (Recursive_Process): Always initialize the
4302         environment when the project is an aggregate project, even when
4303         it is not the root tree.
4304 2014-07-29  Robert Dewar  <dewar@adacore.com>
4306         * exp_ch5.adb, exp_ch9.adb: Minor comment additions.
4307         * gnat_rm.texi: Complete list of implementation aspects.
4308         * aspects.ads: Minor comment clarification.
4310 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4312         * exp_ch5.adb (Expand_N_Assignment_Statement): If the target type
4313         is a null-excluding access type, do not generate a constraint
4314         check if Suppress_Assignment_Checks is set on assignment node.
4315         * exp_ch9.adb (Build_Simple_Entry_Call): If actual is an out
4316         parameter of a null-excluding access type, there is access check
4317         on entry, so set Suppress_Assignment_Checks on generated statement
4318         that assigns actual to parameter block.
4319         * sinfo.ads: Document additional use of Suppress_Assignment_Checks.
4321 2014-07-29  Robert Dewar  <dewar@adacore.com>
4323         * gnat_rm.texi: Change theta to @ in documentation of aspect
4324         Dimension_System.
4326 2014-07-29  Robert Dewar  <dewar@adacore.com>
4328         * sem_attr.adb (Uneval_Old_Msg): Flags Uneval_Old_Accept/Warn
4329         are now on pragma.
4330         * sem_ch13.adb (Analyze_Aspect_Specifications): Remove setting
4331         of Uneval_Old_*
4332         * sem_prag.adb (Analyze_Pragma): Set Uneval_Old_* flags
4333         * sinfo.ads, sinfo.adb: Move Uneval_Old_Accept/Warn to N_Pragma node.
4335 2014-07-29  Javier Miranda  <miranda@adacore.com>
4337         * types.ads Update documentation on how to add new reason codes
4338         for exceptions.
4339         (RT_Exception_Code): Keep values ordered by their
4340         reason code.  Required by the .NET backend.
4341         (RT_CE_Exceptions): Subtype declaration removed.
4342         (RT_PE_Exceptions): Subtype declaration removed.
4343         (RT_SE_Exceptions): Subtype declaration removed.
4344         (Kind): New mapping table of RT_Exception_Codes.
4345         * exp_ch11.adb (Get_RT_Exception_Entity): Updated to use the
4346         new mapping table.
4347         * tbuild.adb (Make_Raise_Storage_Error): Updated to use the new
4348         mapping table.  (Make_Raise_Program_Error): Updated to use the
4349         new mapping table.
4350         (Make_Raise_Storage_Error): Updated to use the new mapping table.
4351         * a-except.adb Keep Rcheck_CE_xxx entities ordered according to
4352         their reason code.
4354 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4356         * gnat_rm.texi: Document internal attributes used for PolyORB/DSA
4357         distributed stubs generation.
4358         * exp_ch3.adb: Minor reformatting.
4360 2014-07-29  Yannick Moy  <moy@adacore.com>
4362         * sinfo.ads: Document constraint between frontend and GNATprove.
4364 2014-07-29  Robert Dewar  <dewar@adacore.com>
4366         * a-except.adb: Minor comment clarification.
4368 2014-07-29  Robert Dewar  <dewar@adacore.com>
4370         * gnat_rm.texi: Complete list of implementation attributes.
4371         * snames.ads-tmpl: Clean up list of impl-defined attributes.
4373 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4375         * freeze.adb (Freeze_Record_Type): Perform various
4376         volatility-related checks.
4378 2014-07-29  Robert Dewar  <dewar@adacore.com>
4380         * sem_ch3.adb, sem_eval.adb: Minor reformatting.
4382 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4384         * sem_attr.adb: sem_attr.adb (Access_Attribute): Handle properly
4385         the case where the attribute reference appears in a nested scope
4386         from that of the subprogram prefix.
4387         * sem_attr.adb: Minor reformatting.
4389 2014-07-29  Robert Dewar  <dewar@adacore.com>
4391         * gnat_ugn.texi: Clarify documentation of Initialize_Scalar
4392         initialization options.
4394 2014-07-29  Robert Dewar  <dewar@adacore.com>
4396         * sinfo.ads: Minor comment addition.
4398 2014-07-29  Bob Duff  <duff@adacore.com>
4400         * sem_eval.adb, sem_ch13.adb: Minor reformatting.
4402 2014-07-29  Doug Rupp  <rupp@adacore.com>
4404         * init.c: Complete previous change.
4406 2014-07-29  Robert Dewar  <dewar@adacore.com>
4408         * exp_ch4.adb (Expand_N_If_Expression): Deal with unconstrained
4409         array case.
4411 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4413         * sem_attr.adb (Access_Attribute): If the prefix is a subprogram
4414         and the completion will appear in the same declarative part,
4415         create elaboration flag.
4416         * exp_util.adb (Set_Elaboration_Flag): If the subprogram body
4417         is a completion of a declaration in the same declarative part,
4418         and the subprogram has had its address taken, add elaboration
4419         check inside the subprogram body, to detect elaboration errors
4420         that may occur through indirect calls.
4422 2014-07-29  Doug Rupp  <rupp@adacore.com>
4424         * sigtramp-armvxw.c: Enhance to handle RTP trampolining.
4425         * init.c: Remove guard on sigtramp for ARM VxWorks RTP.
4427 2014-07-29  Vincent Celier  <celier@adacore.com>
4429         * switch-c.adb (Scan_Front_End_Switches): Do not fail when two
4430         runtime directorie specified with two switches --RTS= designate
4431         the same directory, even when there are no literarily the same.
4433 2014-07-29  Robert Dewar  <dewar@adacore.com>
4435         * gnat_ugn.texi: Minor documentation clarification.
4436         * switch-c.adb: Minor reformatting.
4438 2014-07-29  Robert Dewar  <dewar@adacore.com>
4440         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
4441         Fix incorrect RTE call which caused bomb if pragma was in
4442         configuration pragma file.
4444 2014-07-29  Jerome Lambourg  <lambourg@adacore.com>
4446         * expect.c (__gnat_expect_poll): Fix typo in previous change.
4447         * g-expect.adb: Update comments.
4449 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
4451         * s-parame-hpux.ads, s-parame-vms-ia64.ads, s-parame.ads
4452         (Default_Attribute_Count): Bump to 16 on native platforms.
4454 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4456         * sem_res.adb: Add guard to front-end inlining for SPARK.
4458 2014-07-29  Robert Dewar  <dewar@adacore.com>
4460         * sem_ch10.adb, debug.adb, sem_prag.adb, sem_res.adb, sem_ch6.adb:
4461         Minor reformatting.
4463 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4465         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Build body to
4466         inline in GNATprove mode when subprogran is marked Inline_Always.
4467         * sem_res.adb (Resolve_Call): Expand call in place in GNATProve
4468         mode if body to inline is available.
4469         * sem_prag.adb (Analyze_Pragma, case Inline_Always): Make pragma
4470         effective in GNATprove mode.
4471         * sem_ch10.adb (Analyze_Compilation_Unit): Call
4472         Check_Package_Body_For_Inlining in GNATprove mode, so that body
4473         containing subprograms with Inline_Always can be available before
4474         calls to them.
4476 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4478         * inline.ads, inline.adb, sem_ch10.adb: Rename Check_Body_For_Inlining
4479         to Check_Package_Body_For_Inlining, to prevent confusion with other
4480         inlining subprograms.
4482 2014-07-29  Robert Dewar  <dewar@adacore.com>
4484         * opt.ads: Minor comment update.
4485         * sem_attr.adb (Uneval_Old_Msg): Deal with case of aspect, where
4486         we want setting of Uneval_Old at time of encountering the aspect.
4487         * sem_ch13.adb (Analyze_Aspect_Specifications): Capture setting
4488         of Opt.Uneval_Old.
4489         * sinfo.adb (Uneval_Old_Accept): New function (Uneval_Old_Warn):
4490         New function (Set_Uneval_Old_Accept): New procedure.
4491         (Set_Uneval_Old_Warn): New procedure.
4492         * sinfo.ads: Uneval_Old_Accept: New flag Uneval_Old_Warn: New flag.
4494 2014-07-29  Robert Dewar  <dewar@adacore.com>
4496         * sinfo.ads, inline.adb, inline.ads, sem_ch6.adb: Minor reformatting.
4497         * snames.ads-tmpl: Minor reformatting.
4498         * xsnamest.adb (XSnamesT): Remove special casing of Name_Error
4499         to give <Error>.  Not clear why this was there, but the compiler
4500         sources do not reference Name_Error, and this interfered with
4501         the circuits for pragma Unevaluated_Use_Of_Old.
4503 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4505         * sem_prag.adb (Process_Atomic_Shared_Volatile): Allow volatile
4506         types in SPARK 2014 (again).
4507         * sem_res.adb (Is_OK_Volatile_Context): New routine.
4508         (Resolve_Entity_Name): Ensure that a volatile object with
4509         enabled properties Async_Writers or Effectire_Reads appears in
4510         a non-interfering context.
4512 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4514         * sem_ch6.adb: Move Build_Body_To_Inline,
4515         Check_And_Buid_Body_To_Inline, and Cannot_Inline to package Inline.
4516         * exp_ch6.adb: Mode Expand_Inlined_Body to package Inline.
4517         * inline.ads, inline.adb: Package now contains subprograms that
4518         implement front-end inlining.  No functional changes, no test
4519         needed.
4521 2014-07-29  Robert Dewar  <dewar@adacore.com>
4523         * exp_dbug.adb, g-expect.adb, sem_elab.adb: Minor typo fix.
4525 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4527         * sem_ch6.adb (Analyze_Return_Type): Reject a return type that
4528         is a limited view when the context is a package body, because
4529         there is no subsequent place at which the non-limited view may
4530         become visible.
4531         (Process_Formals): Ditto.
4532         * sinfo.ads, par-ch3.adb: Minor reformatting.
4534 2014-07-29  Jerome Lambourg  <lambourg@adacore.com>
4536         * expect.c (__gnat_expect_poll): New parameter dead_process
4537         used to return the dead process among the array of file
4538         descriptors. The Windows, VMS and HPUX implementations now
4539         properly report the dead process via this parameter. Other unixes
4540         don't need it.
4541         * g-expect.adb (Poll): Adapt to the C profile.
4542         (Expect_Internal): Use the new parameter to properly close the
4543         File Descriptor.  This then can be properly reported by the
4544         function First_Dead_Process as is expected.
4546 2014-07-29  Robert Dewar  <dewar@adacore.com>
4548         * gnat_ugn.texi: Minor clarification of -gnatQ switch.
4550 2014-07-29  Robert Dewar  <dewar@adacore.com>
4552         * einfo.adb (Derived_Type_Link): New function
4553         (Set_Derived_Type_Link): New procedure.
4554         (Write_Field31_Name): Output Derived_Type_Link.
4555         * einfo.ads: New field Derived_Type_Link.
4556         * exp_ch6.adb (Expand_Call): Warn if change of representation
4557         needed on call.
4558         * sem_ch13.adb: Minor addition of ??? comment.
4559         (Rep_Item_Too_Late): Warn on case that is legal but could cause an
4560         expensive implicit conversion.
4561         * sem_ch3.adb (Build_Derived_Type): Set Derived_Type_Link if needed.
4563 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4565         * exp_ch3.adb (Build_Init_Procedure): Renamed Local_DF_Id
4566         to DF_Id. Add new local variable DF_Call. Do not perform any
4567         elaboration-related checks on the call to the partial finalization
4568         routine within an init proc to avoid generating bogus elaboration
4569         warnings on expansion-related code.
4570         * sem_elab.adb (Check_A_Call): Move constant Access_Case to
4571         the top level of the routine.  Ensure that Output_Calls takes
4572         into account flags -gnatel and -gnatwl when emitting warnings
4573         or info messages.
4574         (Check_Internal_Call_Continue): Update the call to Output_Calls.
4575         (Elab_Warning): Moved to the top level of routine Check_A_Call.
4576         (Emit): New routines.
4577         (Output_Calls): Add new formal parameter Check_Elab_Flag along with a
4578         comment on usage. Output all warnings or info messages only when the
4579         caller context demands it and the proper elaboration flag is set.
4581 2014-07-29  Yannick Moy  <moy@adacore.com>
4583         * sem_attr.adb (Analyze_Attribute/Attribute_Old):
4584         Check rule about Old appearing in potentially unevaluated
4585         expression everywhere, not only in Post.
4587 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
4589         * sem_prag.adb: Update comment.
4590         * a-except.adb, a-except-2005.adb: Minor editing.
4592 2014-07-29  Pierre-Marie Derodat  <derodat@adacore.com>
4594         * exp_dbug.adb (Debug_Renaming_Declaration):
4595         Do not create renaming entities for renamings of non-packed
4596         objects and for exceptions.
4598 2014-07-29  Robert Dewar  <dewar@adacore.com>
4600         * sem_ch3.adb, sinfo.ads, types.ads, sem_prag.adb, a-except-2005.adb,
4601         sem_ch6.adb, par-ch3.adb: Minor reformatting.
4603 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4605         * sem_ch6.adb (Check_Return_Subtype_Indication): Reject a return
4606         subtype indication in an extended return statement when the
4607         return value is an ancestor of the return type of the function,
4608         and that return type is a null record extension.
4610 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4612         * sem_ch13.adb (Rep_Item_Too_Late): Specialize/clarify error
4613         message produced for the case of a type-related representation
4614         item that is made illegal by 13.10(1).
4615         * gnat_rm.texi (Scalar_Storage_Order): Minor change in
4616         documentation.
4618 2014-07-29  Robert Dewar  <dewar@adacore.com>
4620         * gnat_ugn.texi: Add section on Wide_Wide_Character encodings.
4621         * erroutc.adb (Output_Error_Msgs): Take wide characters into
4622         account in computing position of error flags.
4623         * sinput.adb (Get_Column_Number): Take wide characters into
4624         account.
4626 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4628         * par-ch3.adb (P_Access_Type_Definition): The subtype indication
4629         in an access type definition can carry a null_exclusion indicator.
4630         * sem_ch3.adb (Access_Type_Declaration): If the subtype indication
4631         carries a null_exclusion indicator, verify that the subtype
4632         indication denotes an access type, and create a null-excluding
4633         subtype for it.
4634         * sinfo.ads, sinfo.adb: New attribute Null_Excluding_Subtype,
4635         defined on N_Access_To_Object_Definition to indicate that the
4636         subtype indication carries a null_exclusion indicator.
4638 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4640         * exp_ch6.adb (Add_Extra_Actual): Do not construct
4641         the extra actual by name, generate a reference instead.
4643 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
4645         * sem_prag.adb (Analyze_Pragma): Do not crash analyzing
4646         Allow_Integer_Address if already set.
4647         * a-except-2005.adb (Rcheck_PE_Stream_Operation_Not_Allowed):
4648         Fix order, for consistency with Rmsg_xx declarations.
4650 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4652         * sem_ch4.adb (Complete_Object_Operation): If the type of the
4653         candidate subprogram is a limited view, use non-limited view
4654         when available.
4656 2014-07-29  Robert Dewar  <dewar@adacore.com>
4658         * sem_ch13.adb: Minor change in RM reference.
4659         * sem_mech.ads: Minor reformatting.
4660         * einfo.ads: Minor comment fix.
4661         * types.ads: Minor correction to range given for Mechanism_Type.
4662         * exp_ch6.adb (Add_Invariant_And_Predicate_Checks): Do not
4663         check predicate on way out for OUT or IN OUT parameters.
4664         * par-ch3.adb (P_Constraint_Opt): Handle missing RANGE keyword
4665         better (P_Range_Constraint): Corresponding fix.
4666         * checks.ads: Minor comment clarification.
4668 2014-07-29  Gary Dismukes  <dismukes@adacore.com>
4670         * sem_ch8.adb (Analyze_Object_Renaming): Set the Is_Volatile
4671         and Treat_As_Volatile flags based on whether the renamed object
4672         is a volatile object.
4674 2014-07-29  Olivier Hainque  <hainque@adacore.com>
4676         * g-debpoo.adb
4677         (Default_Alignment): Rename as Storage_Alignment. This is not
4678         a "default" that can be overriden. Augment comment to clarify
4679         intent and document why we need to manage alignment padding.
4680         (Header_Offset): Set to Header'Object_Size instead of 'Size
4681         rounded up to Storage_Alignment. Storage_Alignment on the
4682         allocation header is not required by our internals so was
4683         overkill. 'Object_Size is enough to ensure proper alignment
4684         of the header address when substracted from a storage address
4685         aligned on Storage_Alignment.
4686         (Minimum_Allocation): Rename as Extra_Allocation, conveying that
4687         this is always added on top of the incoming allocation requests.
4688         (Align): New function, to perform alignment rounding operations.
4689         (Allocate): Add comments on the Storage_Address computation
4690         scheme and adjust so that the alignment padding applies to that
4691         (Storage_Address) only.
4693 2014-07-29  Robert Dewar  <dewar@adacore.com>
4695         * exp_ch3.adb (Default_Initialize_Object): Remove incorrect
4696         pragma Unreferenced.
4697         * cstand.adb (Create_Standard): Use E_Array_Type for standard
4698         string types. Make sure index of Any_String/Any_Array is in a list.
4699         * errout.adb: Minor reformatting.
4701 2014-07-29  Robert Dewar  <dewar@adacore.com>
4703         * gnat_ugn.texi: Clean up and correct documentation of warnings.
4704         * usage.adb: Minor corrections to make sure warnings are properly
4705         documented.
4706         * warnsw.adb (Set_Warning_Switch): Remove redundant return statement.
4707         (WA_Warnings): Add Warn_On_Suspicious_Modulus_Value.
4709 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4711         * exp_ch3.adb (Expand_N_Object_Declaration): The dummy block
4712         created to match internal sequence numbers between compilations
4713         with/without abort must have its type properly set.
4715 2014-07-29  Robert Dewar  <dewar@adacore.com>
4717         * ali.adb (Initialize_ALI): Initialize SSO_Default_Specified
4718         (Scan_ALI): Set SSO_Default in ALIs_Record (Scan_ALI): Set
4719         SSO_Default_Specified.
4720         * ali.ads (ALIs_Record): Add field SSO_Default
4721         (SSO_Default_Specified): New global switch.
4722         * bcheck.adb (Check_Consistent_SSO_Default): New procedure
4723         (Check_Configuration_Consistency): Call this procedure
4724         * einfo.adb (SSO_Set_High_By_Default): New
4725         function (SSO_Set_Low_By_Default): New function
4726         (Set_SSO_Set_High_By_Default): New procedure
4727         (Set_SSO_Set_Low_By_Default): New procedure (Write_Entity_Flags):
4728         List new flags
4729         * einfo.ads (SSO_Set_Low_By_Default): New flag
4730         (SSO_Set_High_By_Default): New flag
4731         * freeze.adb (Set_SSO_From_Default): New procedure
4732         (Freeze_Array_Type): Call Set_SSO_From_Default
4733         (Freeze_Record_Type): Call Set_SSO_From_Default
4734         * gnat_rm.texi: Document pragma Default_Scalar_Storage_Order
4735         * lib-writ.adb (Write_ALI): Set OL/OH in P line as needed
4736         * lib-writ.ads: Add OL/OH parameters to P line
4737         * opt.adb: Set Default_SSO, Default_SSO_Config as appropriate
4738         * opt.ads (Default_SSO): New global switch (Default_SSO_Config):
4739         New global switch
4740         * repinfo.adb (List_Scalar_Storage_Order): List SSO when it is
4741         set by default using pragma Default_Scalar_Storage_Order.
4742         * sem.ads (Scope_Stack_Entry): Add component Save_Default_SSO
4743         * sem_ch13.adb (Inherit_Delayed_Rep_Aspects):
4744         Clear SSO defaults when explicit SSO is inherited.
4745         (Analyze_Attribute_Definition_Clause): Clear SSO defaults when
4746         explicit SSO is specified.
4747         (Inherit_Aspects_At_Freeze_Point):
4748         Clear SSO default when inheriting SSO.
4749         * sem_ch3.adb (Set_Default_SSO): New procedure
4750         (Analyze_Private_Extension_Declaration): Set defualt SSO
4751         (Array_Type_Declaration): ditto (Build_Derived_Array_Type): ditto
4752         (Build_Derived_Private_Type): ditto (Build_Derived_Record_Type):
4753         ditto (Build_Derived_Type): ditto (Make_Class_Wide_Type): ditto
4754         (Record_Type_Declaration): ditto
4755         * sem_ch8.adb (Pop_Scope): Restore Default_SSO (Push_Scope):
4756         Save Default_SSO
4757         * sem_prag.adb (Analyze_Pragma, case
4758         Default_Scalar_Storage_Order): Set Default_SSO
4760 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4762         * sem_ch6.adb (Valid_Operator_Definition): Verify that
4763         all parameter have mode IN. This check must be done here for
4764         subprogram instantiations that have operator names, because their
4765         analysis does not follow the same path as that for subprogram
4766         declarations.
4768 2014-07-29  Robert Dewar  <dewar@adacore.com>
4770         * freeze.adb (Freeze_Entity, Concurrent_Type case): Add a guard
4771         to make sure that the Etype of a component of the corresponding
4772         record type is present before trying to freeze it.
4773         * sem_ch5.adb: Minor reformatting.
4775 2014-07-29  Robert Dewar  <dewar@adacore.com>
4777         * exp_attr.adb, types.ads, types.h, exp_ch11.adb, a-except.adb,
4778         a-except-2005.adb: Add new reason code PE_Stream_Operation_Not_Allowed,
4779         and then use it when a stream operation is used from a library generic
4780         when the restriction (No_Streams) is active.
4782 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4784         * projects.texi: Fix minor typo.
4786 2014-07-29  Yannick Moy  <moy@adacore.com>
4788         * sem_attr.adb (Analyze_Attribute): Fix generation of warning.
4790 2014-07-29  Arnaud Charlet  <charlet@adacore.com>
4792         * sem_ch5.adb (Check_Unreachable_Code): Do not remove code in
4793         CodePeer mode.
4795 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4797         * exp_ch7.adb (Find_Last_Init): Add local variable
4798         Deep_Init_Found. Check the statement immediately following the
4799         declaration if [Deep_]Initialization was not found.
4801 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4803         * exp_util.adb (Is_Aliased): It appears that
4804         'reference-d and renamed objects still play some role in Boolean
4805         expression with actions and cannot be finalized immediately.
4807 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4809         * exp_dbug.adb (Qualify_Needed):  For debugging purposes,
4810         Loop names are not part of the full qualification of entity names.
4812 2014-07-29  Robert Dewar  <dewar@adacore.com>
4814         * einfo.adb (Has_Protected): Test base type.
4815         * sem_ch4.adb (Analyze_Allocator): Reorganize code to make sure
4816         that we always properly check No_Protected_Type_Allocators.
4818 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4820         * sem_util.ads, sem_util.adb (Defining_Entity): Now applies to
4821         loop declarations as well.
4822         * exp_ch5.adb (Expand_Loop_Statement): Apply Qualify_Entity_Names
4823         to an iterator loop, because it may contain local renaming
4824         declarations that require debugging information.
4826 2014-07-29  Robert Dewar  <dewar@adacore.com>
4828         * sem_util.ads, exp_util.adb, sem_attr.adb: Minor reformatting.
4830 2014-07-29  Robert Dewar  <dewar@adacore.com>
4832         * einfo.ads, einfo.adb (Static_Real_Or_String_Predicate): New function
4833         (Set_Static_Real_Or_String_Predicate): New procedure
4834         * sem_ch13.adb (Build_Predicate_Functions): Accomodate static
4835         string predicates (Is_Predicate_Static): Handle static string
4836         predicates.
4837         * sem_eval.adb (Real_Or_String_Static_Predicate_Matches):
4838         New procedure (Check_Expression_Against_Static_Predicate):
4839         Deal with static string predicates, now fully implemented
4840         (Eval_Relational_Op): Allow string equality/inequality as static
4841         if not comes from source.
4843 2014-07-29  Robert Dewar  <dewar@adacore.com>
4845         * sem_aggr.adb, exp_ch5.adb, sem_ch5.adb, exp_util.adb, einfo.adb,
4846         einfo.ads, sem_util.adb, sem_attr.adb, sem_case.adb, sem_eval.adb,
4847         sem_eval.ads, sem_ch13.adb: General cleanup of static predicate
4848         handling. Change name of Discrete_Predicate to
4849         Discrete_Static_Predicate, and replace testing of the presence of this
4850         field by testing the flag Has_Static_Expression.
4852 2014-07-29  Robert Dewar  <dewar@adacore.com>
4854         * gnat_rm.texi: Document pragma Unevaluated_Use_Of_Old.
4855         * opt.adb: Handle Uneval_Old.
4856         * opt.ads (Uneval_Old, Uneval_Old_Config): New variables.
4857         * par-prag.adb: Add dummy entry for pragma Unevaluated_Use_Of_Old.
4858         * sem.ads (Save_Uneval_Old): New field in Scope_Stack_Entry.
4859         * sem_attr.adb (Uneval_Old_Msg): New procedure.
4860         * sem_ch8.adb (Push_Scope): Save Uneval_Old.
4861         (Pop_Scope): Restore Uneval_Old.
4862         * sem_prag.adb (Analyze_Pragma, case Unevaluated_Use_Of_Old):
4863         Implemented.
4864         * snames.ads-tmpl: Add entries for pragma Unevaluated_Use_Of_Old
4865         Add entries for Name_Warn, Name_Allow.
4867 2014-07-29  Robert Dewar  <dewar@adacore.com>
4869         * sem_aggr.adb (Resolve_Array_Aggregate): Change Is_Static_Range
4870         to Is_OK_Static_Range.
4871         * sem_attr.adb (Eval_Attribute): Make sure we properly flag
4872         static attributes (Eval_Attribute, case Size): Handle size of
4873         zero properly (Eval_Attribute, case Value_Size): Handle size of
4874         zero properly.
4875         * sem_ch13.adb: Minor reformatting.
4876         * sem_ch3.adb (Process_Range_Expr_In_Decl): Change
4877         Is_Static_Range to Is_OK_Static_Range.
4878         * sem_eval.adb (Eval_Case_Expression): Total rewrite, was
4879         wrong in several ways (Is_Static_Range): Moved here from spec
4880         (Is_Static_Subtype): Moved here from spec Change some incorrect
4881         Is_Static_Subtype calls to Is_OK_Static_Subtype.
4882         * sem_eval.ads: Add comments to section on
4883         Is_Static_Expression/Raises_Constraint_Error (Is_OK_Static_Range):
4884         Add clarifying comments (Is_Static_Range): Moved to body
4885         (Is_Statically_Unevaluated): New function.
4886         * sem_util.ads, sem_util.adb (Is_Preelaborable_Expression): Change
4887         Is_Static_Range to Is_OK_Static_Range.
4888         * sinfo.ads: Additional commments for Is_Static_Expression noting
4889         that clients should almost always use Is_OK_Static_Expression
4890         instead. Many other changes throughout front end units to obey
4891         this rule.
4892         * tbuild.ads, tbuild.adb (New_Occurrence_Of): Set Is_Static_Expression
4893         for enumeration literal.
4894         * exp_ch5.adb, sem_intr.adb, sem_ch5.adb, exp_attr.adb, exp_ch9.adb,
4895         lib-writ.adb, sem_ch9.adb, einfo.ads, checks.adb, checks.ads,
4896         sem_prag.adb, sem_ch12.adb, freeze.adb, sem_res.adb, exp_ch4.adb,
4897         exp_ch6.adb, sem_ch4.adb, sem_ch6.adb, exp_aggr.adb, sem_cat.adb:
4898         Replace all occurrences of Is_Static_Expression by
4899         Is_OK_Static_Expression.
4901 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4903         * exp_ch4.adb (Process_Transient_Object): Remove constant
4904         In_Cond_Expr, use its initialization expression in place.
4905         * exp_ch7.adb (Process_Declarations): There is no need to check
4906         that a transient object being hooked is controlled as it would
4907         not have been hooked in the first place.
4908         * exp_util.adb (Is_Aliased): 'Reference-d or renamed transient
4909         objects are not considered aliased when the related context is
4910         a Boolean expression_with_actions.
4911         (Requires_Cleanup_Actions): There is no need to check that a transient
4912         object being hooked is controlled as it would not have been hooked in
4913         the first place.
4915 2014-07-29  Robert Dewar  <dewar@adacore.com>
4917         * errout.adb: Minor reformatting.
4919 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4921         * exp_ch3.adb (Default_Initialize_Object): Add new variables
4922         Abrt_Blk and Dummy. Generate a dummy temporary when aborts are
4923         not allowed to ensure the symmetrical generation of symbols.
4924         * exp_ch7.adb (Build_Object_Declarations): Remove variables A_Expr
4925         and E_Decl. Add new variables Decl and Dummy. Generate a dummy
4926         temporary when aborts are not allowed to ensure symmertrical
4927         generation of symbols.
4928         * exp_intr.adb (Expand_Unc_Deallocation): Add new variable
4929         Dummy. Generate a dummy temporary when aborts are not allowed
4930         to ensure symmertrical generation of symbols.
4932 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4934         * exp_dbug.adb (Debug_Renaming_Declaration): For an object
4935         renaming, indicate that the renamed entity itself needs debug
4936         information. This is necessary if that entity is a temporary,
4937         e.g. part of the expansion of an explicit dereference in an
4938         iterator.
4940 2014-07-29  Thomas Quinot  <quinot@adacore.com>
4942         * errout.adb (Set_Error_Posted): When propagating flag to
4943         an enclosing named association, also propagate to the parent
4944         of that node, so that named and positional associations are
4945         treated consistently.
4947 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4949         * sem_attr.adb (Resolve_Attribute, case 'Update):  Set
4950         Do_Range_Check properly on array component expressions that
4951         have a scalar type. In GNATprove mode, only checks on scalar
4952         components must be marked by the front-end.
4954 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
4956         * sem_res.adb (Resolve_Type_Conversion): If the type of the
4957         expression is a limited view, use the non-limited view when
4958         available.
4960 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4962         * exp_ch4.adb (Expand_N_Case_Expression): Mark the generated
4963         case statement as coming from a conditional expression.
4964         (Expand_N_If_Expression): Mark the generated if statement as
4965         coming from a conditional expression.
4966         * exp_ch5.adb (Expand_N_Case_Statement): Do not process controlled
4967         objects found in case statement alternatives when the case
4968         statement is actually a case expression.
4969         (Expand_N_If_Statement):
4970         Do not process controlled objects found in an if statement when
4971         the if statement is actually an if expression.
4972         * sinfo.adb (From_Conditional_Expression): New routine.
4973         (Set_From_Conditional_Expression): New routine.
4974         * sinfo.ads Add new semantic flag From_Conditional_Expression and
4975         update related nodes.
4976         (From_Conditional_Expression): New routine along with pragma Inline.
4977         (Set_From_Conditional_Expression): New routine along with pragma Inline.
4979 2014-07-29  Hristian Kirtchev  <kirtchev@adacore.com>
4981         * exp_ch7.adb (Build_BIP_Cleanup_Stmts): Remove
4982         formal parameter Obj_Id and update the comment on usage. Renamed
4983         Obj_Typ to Func_Typ and update all occurrences.
4984         (Find_Last_Init): Remove formal parameter Decl and update the comment
4985         on usage.
4986         Remove local constants Obj_Id and Obj_Typ. Remove local variables
4987         Init_Typ and Is_Conc. Remove the extraction of the initialization type.
4988         (Find_Last_Init_In_Block): Remove formal parameter
4989         Init_Typ and update the comment on usage.
4990         (Is_Init_Call): Remove formal parameter Init_Typ and update the comment
4991         on usage. Check whether the procedure call is an initialization
4992         procedure of either the object type or the initialization type.
4993         (Is_Init_Proc_Of): New routine.
4994         (Process_Object_Declaration): Obj_Id and Obj_Typ are now global to this
4995         routine. Add new variable Init_Typ. Add circuitry to extract the object
4996         type as well as the initialization type.
4998 2014-07-29  Robert Dewar  <dewar@adacore.com>
5000         * sem_case.adb: Minor reformatting.
5001         * sem_aux.ads: Minor reformatting.
5003 2014-07-29  Ed Schonberg  <schonberg@adacore.com>
5005         * sinfo.adb (Set_Else_Actions, Set_Then_Actions): Set parent
5006         pointer on these fields, even though they are semantic, because
5007         subsequent analysis and expansion of action nades may require
5008         exploring the tree, for example to locate a node to be wrapped
5009         when a function with controlled result is called.
5011 2014-07-29  Claire Dross  <dross@adacore.com>
5013         * sem_aux.adb (Get_Binary_Nkind): Use case on
5014         Name_Id instead of an intermediate string.
5015         (Get_Unary_Nkind): Use case on Name_Id instead of an intermediate
5016         string.
5018 2014-07-29  Sergey Rybin  <rybin@adacore.com frybin>
5020         * gnat_ugn.texi (gnatelim, gnatstub, gnatmetric): Add note
5021         about processing sources with preprocessor directives.
5023 2014-07-24  Martin Liska  <mliska@suse.cz>
5025         * gcc-interface/trans.c (finalize_nrv): Adjust function call.
5026         * gcc-interface/utils.c (rest_of_subprog_body_compilation): Likewise.
5027         (gnat_write_global_declarations): Likewise.
5029 2014-07-19  David Wohlferd  <dw@LimeGreenSocks.com>
5031         * gnat_rm.texi: Clean up for makeinfo 5.2.
5033 2014-07-19  David Wohlferd  <dw@LimeGreenSocks.com>
5035         * gnat_rm.texi (Machine Code Insertions): Clean up.
5037 2014-07-18  Robert Dewar  <dewar@adacore.com>
5039         * exp_ch7.adb: Minor reformatting.
5041 2014-07-18  Claire Dross  <dross@adacore.com>
5043         * sem_aux.ads (Get_Binary_Nkind): New function that returns
5044         the Node_Kind value of an entity defining a binary operator.
5045         (Get_Unary_Nkind): New function that returns the Node_Kind value
5046         of an entity defining a unary operator.
5048 2014-07-18  Pascal Obry  <obry@adacore.com>
5050         * sysdep.c: comment update.
5051         * adaint.c (__gnat_fputwc): Use wchar_t on a limited set of
5052         platforms where it is known to be supported.
5054 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5056         * sem_dist.adb (Process_Remote_AST_Declaration): Need
5057         to set Fat_Type's Ekind in order to be able to use its
5058         Corresponding_Remote_Type attribute.
5060 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5062         * einfo.adb Last_Aggregate_Assignment is now Node 30.
5063         (Last_Aggregate_Assignment): Include
5064         constants in the assertion. Update the underlying node.
5065         (Set_Last_Aggregate_Assignment): Include constants in the
5066         assertion. Update the underlying node.  (Write_Field11_Name):
5067         Remove the entry for Last_Aggregate_Assignment.
5068         (Write_Field30_Name): Add an entry for Last_Aggregate_Assignment.
5069         * einfo.ads Update the node designation and usage of attribute
5070         Last_Aggregate_Assignment.
5071         * exp_aggr.adb (Expand_Array_Aggregate): Store the last
5072         assignment statement used to initialize a controlled object.
5073         (Late_Expansion): Store the last assignment statement used to
5074         initialize a controlled record or an array of controlled objects.
5075         * exp_ch3.adb (Expand_N_Object_Declaration): Default
5076         initialization of objects is now performed in a separate routine.
5077         (Default_Initialize_Object): New routine.
5078         * exp_ch7.adb (Build_BIP_Cleanup_Stmts): Add formal parameter
5079         Obj_Id. Update the comment on usage.
5080         (Find_Last_Init): Remove formal parameter Typ. Update comment on usage.
5081         Reimplement the logic.  (Find_Last_Init_In_Block): New routine.
5082         (Is_Init_Call): Add formal parameter Init_Typ. Update the
5083         comment on usage.  Account for the type init proc when trying
5084         to determine whether a statement is an initialization call.
5085         (Make_Adjust_Call): Rename formal parameter For_Parent to
5086         Skip_Self. Update all occurrences of For_Parent. Account for
5087         non-tagged types. Update the call to Make_Call.
5088         (Make_Call): Rename formal parameter For_Parent to Skip_Self. Update
5089         comment on usage. Update all occurrences of For_Parent.
5090         (Make_Final_Call): Rename formal parameter For_Parent to
5091         Skip_Self. Update all occurrences of For_Parent. Account
5092         for non-tagged types. Update the call to Make_Call.
5093         (Process_Object_Declaration): Most variables and constants are
5094         now local to the routine.
5095         * exp_ch7.ads (Make_Adjust_Call): Rename formal parameter
5096         For_Parent to Skip_Self. Update the comment on usage.
5097         (Make_Final_Call): Rename formal parameter For_Parent to
5098         Skip_Self. Update the comment on usage.
5100 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5102         * sem_ch9.adb (Analyze_Requeue): The entry being referenced
5103         can be a procedure that is implemented by entry, and have a
5104         formal that is a synchronized interface.  It does not have to
5105         be declared as a protected operation.
5107 2014-07-18  Robert Dewar  <dewar@adacore.com>
5109         * gnat_rm.texi: Remove mention of obsolete attributes
5110         Max[_Interrupt]_Priority, which have never been implemented
5111         (or at the very least were removed long ago if they ever were
5112         implemented.  Add documentation of Max[_Interrupt]_Priority
5113         constants in package System.
5114         * ttypes.ads: Document actual handling of package System,
5115         rather than a historical fantasy version.  Remove mention of
5116         non-existent attributes Max[_Interrupt]_Priority.
5118 2014-07-18  Pascal Obry  <obry@adacore.com>
5120         * a-witeio.adb (Put): No 16-bit character output when text
5121         translation is disabled.
5122         * i-cstrea.ads: Code clean up.
5124 2014-07-18  Robert Dewar  <dewar@adacore.com>
5126         * gnat_rm.texi: Document that Wchar_T_Size and Word_Size are
5127         static attributes.
5129 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
5131         * a-witeio.adb, initialize.c: Update comments. Minor clean ups.
5133 2014-07-18  Pascal Obry  <obry@adacore.com>
5135         * adaint.c: Do not include wchar.h on VxWorks.
5136         * mingw32.h: Remove obsolete definition.
5138 2014-07-18  Pascal Obry  <obry@adacore.com>
5140         * a-textio.adb, a-witeio.adb, a-ztexio.adb: Use C_Streams Default_Text.
5141         * i-cstrea.ads (Content_Encoding): Moved here, add convention C.
5142         * s-ficobl.ads (Content_Encoding): Moved to C_Streams.
5143         * s-fileio.adb (Open): Adjust to use Content_Encoding from C_Streams.
5145 2014-07-18  Pascal Obry  <obry@adacore.com>
5147         * a-textio.adb: Rename Is_Text_File to Text_Encoding.
5148         * a-ztexio.adb: Likewise.
5149         * a-witeio.adb: Likewise.
5150         (Open): Pass file's translation mode to set_text_mode.
5151         * s-ficobl.ads (Content_Encoding): New type.
5152         (Text_Content_Encoding): New subtype.
5153         (AFCB): Rename Is_Text_File to Text_Encoding.
5154         * s-fileio.adb (Open): Handles new text_translation
5155         values. Remove Is_Text_File which is equivalent to Text_Encoding
5156         in Text_Content_Encoding.
5157         * adaint.h (__gnat_set_mode): New routine.
5158         * sysdep.c (__gnat_set_wide_text_mode): Removed.
5159         (__gnat_set_mode): New routine.
5161 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
5163         * gcc-interface/decl.c, gcc-interface/trans.c,
5164         gcc-interface/utils.c (Is_Packed_Array_Type): Renamed 
5165         Is_Packed_Array_Impl_Type.
5167 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
5169         * sem_util.adb: Minor typo correction.
5171 2014-07-18  Ben Brosgol  <brosgol@adacore.com>
5173         * gnat_rm.texi: Complete previous change.
5175 2014-07-18  Pascal Obry  <obry@adacore.com>
5177         * s-fileio.adb: Minor style fix.
5179 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5181         * sem_ch13.adb (Analyze_Aspect_Specifications): Detect improper
5182         specification of stream attributes for subtypes that are not
5183         first subtypes, to prevent malformed rep_item chains in the case
5184         of such illegal specifications for discriminated private subtypes.
5185         (Check_Overloaded_Name): Verify that the name is an entity name
5186         before other checks.
5188 2014-07-18  Pascal Obry  <obry@adacore.com>
5190         * adaint.c (__gnat_fputwc) Do not disable on cross-build.
5192 2014-07-18  Robert Dewar  <dewar@adacore.com>
5194         * sem_prag.adb, sem_attr.adb,
5195         sem_aggr.adb, sinfo.ads, sem_eval.ads: Minor reformatting.
5197 2014-07-18  Pascal Obry  <obry@adacore.com>
5199         * sysdep.c (__gnat_wide_text_translation_required): Removed from here.
5200         * initialize.c (__gnat_wide_text_translation_required): Defined here.
5202 2014-07-18  Pascal Obry  <obry@adacore.com>
5204         * adaint.c (__gnat_fputwc): New routine.
5205         * s-crtl.ads (fputwc): Now imported as __gnat_fputwc.
5207 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5209         * einfo.adb: Flag 270 is now used as Stores_Attribute_Old_Prefix.
5210         (Set_Stores_Attribute_Old_Prefix): New routine.
5211         (Stores_Attribute_Old_Prefix): New routine.
5212         (Write_Entity_Flags):
5213         Output flag Stores_Attribute_Old_Prefix.
5214         * einfo.ads Add new flag Stores_Attribute_Old_Prefix along with
5215         comment on usage.
5216         (Set_Stores_Attribute_Old_Prefix): New routine
5217         along with pragma Inline.
5218         (Stores_Attribute_Old_Prefix): New
5219         routine along with pragma Inline.
5220         * exp_attr.adb (Expand_N_Attribute_Reference): Mark the generated
5221         constant which captures the result of attribute 'Old's prefix.
5222         * sem_util.adb (In_Assertion_Expression_Pragma): Recognize a
5223         relocated expression which acted as a prefix of attribute 'Old.
5225 2014-07-18  Bob Duff  <duff@adacore.com>
5227         * s-spsufi.adb (Finalize_And_Deallocate): Set Subpool.Owner to
5228         null before dispatching to Deallocate_Subpool.
5229         * s-stposu.ads (Default_Subpool_For_Pool): Change mode of
5230         parameter of Default_Subpool_For_Pool to 'in out'.
5231         * s-stposu.adb (Set_Pool_Of_Subpool): Use raise expression. Add
5232         a message to the raise.
5233         * sem_util.adb: Minor reformatting.
5235 2014-07-18  Robert Dewar  <dewar@adacore.com>
5237         * sem_util.adb (Check_Expression_Against_Static_Predicate):
5238         Mark expression as non-static if it fails static predicate check,
5239         and issue additional warning.
5241 2014-07-18  Pascal Obry  <obry@adacore.com>
5243         * a-witeio.adb (Put): Control translation based on
5244         wide_text_translation_required.
5245         * adaint.c (CurrentCCSEncoding): New variable.
5246         * initialize.c (__gnat_initialize): On Windows initialize
5247         CurrentCCSEncoding based on values in GNAT_CCS_ENCODING
5248         environment variable.
5249         * mingw32.h (CurrentCCSEncoding): New external.
5250         (__gnat_wide_text_translation_required): Likewise.
5251         * sysdep.c (wide_text_translation_required): New variable.
5252         (__gnat_set_wide_text_mode): Set mode based on CurrentCCSEncoding.
5254 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5256         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
5257         variable Refined_States.  Add global variable Matched_Items.
5258         (Check_Dependency_Clause): Account for dependency
5259         clauses utilizing states with visible null refinements.
5260         (Is_Null_Refined_State): New routine.
5261         (Match_Items): Record each successfully matched item of pragma Depends.
5262         (Record_Item): New routine.
5264 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5266         * sem_attr.adb (Analyze_Attribute, case 'Update): Set
5267         Do_Range_Check flag on a dynamic index expression used in a
5268         component association in the argument of Update.
5270 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
5272         * einfo.ads, sem_eval.ads, sem_ch13.adb: Minor reformatting.
5274 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5276         * exp_ch6.adb (Expand_Simple_Function_Return): Redo the marking
5277         of enclosing blocks, loops and the enclosing function using a
5278         parent-based traversal.
5279         * exp_util.adb (Wrap_Statements_In_Block): Suppress the secondary
5280         stack reclamation if the iterator loop contains a return statement
5281         that uses the stack.
5282         * sem_ch5.adb (Analyze_Loop_Statement): There is no need to
5283         patch up the scope stack as the secondary stack management now
5284         takes into account the enclosing function of the iterator loop.
5286 2014-07-18  Robert Dewar  <dewar@adacore.com>
5288         * sem_ch3.adb, g-memdum.ads, i-cstrea.ads: Minor reformatting.
5290 2014-07-18  Robert Dewar  <dewar@adacore.com>
5292         * einfo.adb (Has_Static_Predicate): New function.
5293         (Set_Has_Static_Predicate): New procedure.
5294         * einfo.ads (Has_Static_Predicate): New flag.
5295         * sem_ch13.adb (Is_Predicate_Static): New function
5296         (Build_Predicate_Functions): Use Is_Predicate_Static to reorganize
5297         (Add_Call): Minor change in Sloc of generated expression
5298         (Add_Predicates): Remove setting of Static_Pred, no longer used.
5299         * sem_ch4.adb (Has_Static_Predicate): Removed this function,
5300         replace by use of the entity flag Has_Static_Predicate_Aspect.
5301         * sem_eval.adb (Eval_Static_Predicate_Check): Check real case
5302         and issue warning that predicate is not checked for now.
5303         * sem_eval.ads (Eval_Static_Predicate_Check): Fix comments in
5304         spec.
5305         * sem_util.adb (Check_Expression_Against_Static_Predicate):
5306         Carry out check for any case where there is a static predicate,
5307         and output appropriate message.
5308         * sinfo.ads: Minor comment corrections.
5310 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5312         * exp_ch3.adb (Expand_Freeze_Record_Type): If the type is derived
5313         from an untagged private type whose full view is tagged, the type
5314         is marked tagged for layout reasons, but it has no dispatch table,
5315         so Set_All_DT_Position must not be called.
5316         * exp_ch13.adb: If the freeze node is for a type internal to a
5317         record declaration, as is the case for a class-wide subtype
5318         of a parent component, the relevant scope is the scope of the
5319         enclosing record.
5321 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5323         * g-memdum.adb, g-memdum.ads: Code clean ups.
5325 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5327         * sem_prag.adb (Check_Dependency_Clause):
5328         Update the comment on usage. Reimplement the mechanism which
5329         attempts to match a single clause of Depends against one or
5330         more clauses of Refined_Depends.
5331         (Input_Match): Removed.
5332         (Inputs_Match): Removed.
5333         (Is_Self_Referential): Removed.
5334         (Normalize_Clause): Update the call to Split_Multiple_Outputs.
5335         (Normalize_Outputs): Rename variable Split to New_Claue and update
5336         all its occurrences.
5337         (Report_Extra_Clauses): Update the comment on usage.
5338         (Split_Multiple_Outputs): Renamed to Normalize_Outputs.
5340 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
5342         * i-cstrea.ads: Minor reformatting.
5344 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5346         * exp_util.adb (Wrap_Statements_In_Block): Propagate both
5347         secondary stack-related flags to the generated block.
5348         * sem_ch5.adb (Analyze_Loop_Statement): Update the scope chain
5349         once the loop is relocated in a block.
5351 2014-07-18  Robert Dewar  <dewar@adacore.com>
5353         * repinfo.ads: Add documentation on handling of back annotation
5354         for dynamic case.
5356 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5358         * sinfo.ads, sinfo.adb (Incomplete_View): New semantic attribute
5359         of full type declaration, denotes previous declaration for
5360         incomplete view of the type.
5361         * sem_ch3.adb (Analyze_Full_Type_Declaration): Set Incomplete_View
5362         of declaration if one is present.
5363         (Replace_Type): When constructing the signature of an inherited
5364         operation, handle properly the case where the operation has a
5365         formal whose type is an incomplete view.
5366         * sem_util.adb (Collect_Primitive_Operations): Handle properly
5367         the case of an operation declared after an incomplete declaration
5368         for a type T and before the full declaration of T.
5370 2014-07-18  Pascal Obry  <obry@adacore.com>
5372         * i-cstrea.ads: Add documentation for set_wide_text_mode.
5374 2014-07-18  Robert Dewar  <dewar@adacore.com>
5376         * a-witeio.adb: Minor code reorganization.
5377         * i-cstrea.ads: Add comment.
5379 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5381         * s-oscons-tmplt.c (NAME_MAX): Minor cleaup and comment
5382         clarifications.
5384 2014-07-18  Robert Dewar  <dewar@adacore.com>
5386         * g-memdum.adb, g-memdum.ads, exp_strm.adb: Minor reformatting.
5388 2014-07-18  Pascal Obry  <obry@adacore.com>
5390         * s-crtl.ads, i-cstrea.ads (fputwc): New routine.
5391         * a-witeio.adb (Put): On platforms where there is translation
5392         done by the OS output the raw text.
5393         (New_Line): Use Put above to properly handle the LM wide characters.
5395 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5397         * g-memdum.adb, g-memdum.ads (Dump): New parameter Prefix, defaulted
5398         to Absolute_Address.
5400 2014-07-18  Eric Botcazou  <ebotcazou@adacore.com>
5402         * opt.ads (Suppress_Back_Annotation): Remove as unused.
5403         * fe.h (Back_Annotate_Rep_Info): Likewise.
5404         (Global_Discard_Names): Likewise.
5406 2014-07-18  Robert Dewar  <dewar@adacore.com>
5408         * sem_ch13.adb (Is_Type_Ref): Check that type name is not
5409         parenthesized.
5411 2014-07-18  Vincent Celier  <celier@adacore.com>
5413         * s-osinte-vms.ads: Fix style errors.
5415 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5417         * s-oscons-tmplt.c (_POSIX_SOURCE): Define in order to get
5418         NAME_MAX and PATH_MAX.
5420 2014-07-18  Bob Duff  <duff@adacore.com>
5422         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function,
5423         Build_Record_Or_Elementary_Output_Procedure): For Input and
5424         Output attributes, do not read/write the discriminants if they
5425         have default values; that will be done by Read/Write.
5427 2014-07-18  Robert Dewar  <dewar@adacore.com>
5429         * sem_aggr.adb, exp_ch5.adb, sem_ch3.adb, layout.adb, sem_type.adb,
5430         exp_util.adb, exp_attr.adb, einfo.adb, einfo.ads, exp_pakd.adb,
5431         checks.adb, exp_pakd.ads, freeze.adb, sem_util.adb, exp_dbug.adb,
5432         exp_dbug.ads, exp_ch4.adb, sem_ch8.adb, exp_aggr.adb, sem_eval.adb,
5433         sem_ch13.adb: Change name Packed_Array_Type to Packed_Array_Impl_Type.
5435 2014-07-18  Robert Dewar  <dewar@adacore.com>
5437         * lib-writ.adb, makeutl.adb, ali.ads: Minor reformatting.
5439 2014-07-18  Vincent Celier  <celier@adacore.com>
5441         * lib-writ.ads: Update documentation about the D lines.
5443 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5445         * sem_ch13.adb (Replace_Type_References_Generic): Use type entity
5446         as a parameter, rather than its Chars field, in order to locate
5447         freeze node of type. If the predicate or invariant has references
5448         to types other than the one to which the contract applies, these
5449         types must be frozen, and the corresponding predicate functions
5450         created, before that freeze node.
5452 2014-07-18  Robert Dewar  <dewar@adacore.com>
5454         * freeze.adb, einfo.ads, einfo.adb: Minor code reorganization.
5455         * par_sco.adb: Minor reformatting.
5457 2014-07-18  Gary Dismukes  <dismukes@adacore.com>
5459         * exp_ch4.adb (Real_Range_Check): Turn off
5460         the Do_Range_Check flag on the conversion's current Expression
5461         argument rather than on the originally captured Operand node,
5462         as Expression may reflect a rewriting (as in conversions to a
5463         fixed-point type).
5465 2014-07-18  Vincent Celier  <celier@adacore.com>
5467         * ali.adb (Scan_ALI): Set Sdep_Record.Unit_Name, when the unit
5468         is not a subunit.
5469         * ali.ads (Sdep_Record): New component Unit_Name.
5470         * lib-writ.adb (Write_ALI): Write the unit name in D lines.
5471         * makeutl.adb (Check_Source_Info_In_ALI): Return False if a
5472         dependent unit is in a project and the source file name is not
5473         one of its sources.
5475 2014-07-18  Bob Duff  <duff@adacore.com>
5477         * s-addima.ads: Minor: add comment.
5479 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5481         * freeze.adb (Check_Component_Storage_Order): Fix enforcement
5482         of nesting rules for composites with different SSOs.
5484 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5486         * par_sco.adb (Is_Logical_Operator): An If_Expression is not
5487         a proper logical operator.
5488         (Has_Decision): An If_Expression indicates the presence of a decision
5489         although it is not a logical operator.
5491 2014-07-18  Robert Dewar  <dewar@adacore.com>
5493         * gnat_ugn.texi: Remove note that -gnatR not allowed with -gnatc.
5494         * switch-c.adb: Remove prohibition of -gnatR and -gnatc together.
5496 2014-07-18  Eric Botcazou  <ebotcazou@adacore.com>
5498         * sem_ch13.adb (Kill_Rep_Clause): Clear Comes_From_Source flag
5499         on the null statement.
5501 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5503         * adaint.c: Minor comment rewording.
5504         * socket.c: Define macros _REENTRANT and _THREAD_SAFE so that
5505         use of errno in this file is thread safe.
5507 2014-07-18  Arnaud Charlet  <charlet@adacore.com>
5509         * gnat_ugn.texi: Doc clarification.
5510         * sem_ch13.adb (Kill_Rep_Clause): Use Replace not Rewrite.
5511         * sem_ch13.ads: Minor comment update.
5513 2014-07-18  Robert Dewar  <dewar@adacore.com>
5515         * repinfo.ads: Minor comment fix.
5517 2014-07-18  Robert Dewar  <dewar@adacore.com>
5519         * par-prag.adb: Add dummy entry for Default_Scalar_Storage_Order.
5520         * sem_prag.adb: Add dummy implementation of
5521         Default_Scalar_Storage_Order.
5522         * snames.ads-tmpl: Add dummy entry for
5523         Default_Scalar_Storage_Order pragma.
5525 2014-07-18  Robert Dewar  <dewar@adacore.com>
5527         * opt.adb (Tree_Read): Read Address_Is_Private,
5528         Ignore_Rep_Clauses, Ignore_Style_Check_Pragmas, Multiple_Unit_Index.
5529         (Tree_Write): Corresponding writes
5530         * opt.ads: Minor comment reformatting and fixes.
5531         * tree_io.ads: Increment ASIS_Version_Number.
5533 2014-07-18  Robert Dewar  <dewar@adacore.com>
5535         * sem_attr.adb, s-os_lib.ads, prj-tree.adb: Minor reformatting.
5536         * types.h: Fix typo.
5538 2014-07-18  Robert Dewar  <dewar@adacore.com>
5540         * freeze.adb (Check_Address_Clause): Use Kill_Rep_Clause (no
5541         functional change).
5542         * gnat_ugn.texi: Document that -gnatI removes rep clauses from
5543         ASIS trees.
5544         * sem_ch13.adb (Kill_Rep_Clause): New procedure
5545         (Analyze_Attribute_Definition_Clause): Use
5546         Kill_Rep_Clause. This is just a cleanup, no functional effect.
5547         (Analyze_Enumeration_Representation_Clause):
5548         Use Kill_Rep_Clause. This means that enum rep
5549         clauses are now properly removed from -gnatct trees.
5550         (Analyze_Record_Representation_Clause): Same change.
5551         * sem_ch13.ads (Kill_Rep_Clause): New procedure.
5553 2014-07-18  Pascal Obry  <obry@adacore.com>
5555         * s-os_lib.ads, s-os_lib.adb (GM_Time_Of): New routine to create an
5556         OS_Time from time parts.
5557         * adaint.h, adaint.c (__gnat_to_os_time): New routine.
5559 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5561         * sem_ch4.adb (Try_Container_Indexing): Refine previous patch for
5562         indexing over containers that are derived types: check whether
5563         signature of found operation has the correct first parameter
5564         before retrieving directly a primitive operation.
5566 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5568         * sem_attr.adb (Analyze_Attribute, case 'Update): Set
5569         Do_Range_Check flag on dynamic bounds of a range used in a
5570         component association in the argument of Update.
5572 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5574         * adaint.c: #define _REENTRANT and _THREAD_SAFE in order for
5575         accesses to errno(3) to be thread safe.
5577 2014-07-18  Vincent Celier  <celier@adacore.com>
5579         * prj-tree.adb (Imported_Or_Extended_Project_Of): For each non
5580         limited imported project that is an extending project, return
5581         a project being extended if it has the expected name.
5583 2014-07-18  Pascal Obry  <obry@adacore.com>
5585         * s-os_lib.ads, s-os_lib.adb (Set_File_Last_Modify_Time_Stamp): New
5586         routine to set the last modification time stamp for the given file.
5587         * gnatchop.adb (File_Time_Stamp): Removed.
5588         (Write_Unit): Use
5589         Set_File_Last_Modify_Time_Stamp instead of ad-hoc implementation.
5591 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5593         * sem_aggr.adb (Aggregate_Constraint_Checks): Moved to sem_util.
5594         * sem_util.ads, sem_util.adb (Aggregate_Constraint_Checks):
5595         Moved here, so it can be shared with the resolution of 'Update,
5596         whose argument shares some features with aggregates.
5597         * sem_attr.adb (Resolve_Attribute, case 'Update): Apply
5598         Aggregate_Constraint_Checks with the expression of each
5599         association, so that the Do_Range_Check flag is set when needed.
5601 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5603         * sem_ch4.adb (Try_Container_Indexing):  If the container
5604         type is a derived type, the value of the inherited  aspect is
5605         the Reference operation declared for the parent type. However,
5606         Reference is also a primitive operation of the new type, and
5607         the inherited operation has a different signature. We retrieve
5608         the right one from the list of primitive operations of the
5609         derived type.
5611 2014-07-18  Vincent Celier  <celier@adacore.com>
5613         * debug.adb: Update comment.
5615 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5617         * exp_util.adb (Needs_Finalization): There is no reason why a
5618         C type should not benefit from finalization actions.
5620 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5622         * s-oscons-tmplt.c (NAME_MAX): Fix definition for Solaris
5623         (FILENAME_MAX): Remove unneeded definition.
5625 2014-07-18  Robert Dewar  <dewar@adacore.com>
5627         * exp_attr.adb, debug.adb: Update comments.
5629 2014-07-18  Vincent Celier  <celier@adacore.com>
5631         * par-ch4.adb (Simple_Expression): Add missing style check
5632         for binary adding operators.
5633         (Term): Add missing style check for multiplying operators.
5635 2014-07-18  Robert Dewar  <dewar@adacore.com>
5637         * impunit.adb: Minor comment correction.
5638         * widechar.adb, s-wchcon.ads: Minor comment corrections.
5640 2014-07-18  Robert Dewar  <dewar@adacore.com>
5642         * sem_ch13.adb (Build_Discrete_Static_Predicate): New name
5643         for Build_Static_Predicate (Build_Predicate_Functions):
5644         Don't try to build discrete predicate for real type.
5645         (Build_Predicate_Functions): Report attempt to use
5646         Static_Predicate function on real type as unimplemented.
5647         * sem_util.adb (Check_Expression_Against_Static_Predicate):
5648         Add guard to prevent blow up on predicate for real type.
5650 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5652         * einfo.adb (Set_Static_Predicate): Simplify assertion to handle
5653         properly static predicate on enumeration types and modular types
5654         (not subtypes).
5656 2014-07-18  Pierre-Marie Derodat  <derodat@adacore.com>
5658         * scos.ads (SCO_Unit_Table_Entry): Add a field to keep track of
5659         the corresponding source file index.
5660         * get_scos.ads (Get_SCOs): Add a default value for it.
5661         * par_sco.adb (SCO_Record): Fill the corresponding value.
5662         * scos.h: New.
5664 2014-07-18  Vincent Celier  <celier@adacore.com>
5666         * a-strunb-shared.adb, s-auxdec.ads, s-rannum.adb, atree.ads,
5667         urealp.adb, vms_data.ads, lib.ads, s-auxdec-vms_64.ads: Minor
5668         reformatting.
5669         * gnat_ugn.texi: Add documentation for new gnatmem switch -t.
5671 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5673         * g-sercom.ads (Set): document possible data loss.
5675 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5677         * exp_attr.adb (Expand_N_Attribute_Reference, cases Input,
5678         Output, Read, Write): If the restriction No_Streams is active,
5679         replace each occurrence of a stream attribute by an explicit
5680         Raise statement.
5682 2014-07-18  Robert Dewar  <dewar@adacore.com>
5684         * par_sco.adb, a-reatim.ads, exp_attr.adb, sem_util.adb: Minor
5685         reformatting.
5687 2014-07-18  Robert Dewar  <dewar@adacore.com>
5689         * einfo.ads, einfo.adb (Has_Out_Or_In_Out_Parameter): New flag and
5690         function.
5691         (Set_Has_Out_Or_In_Out_Parameter): New procedure.
5692         * sem_ch6.adb (Set_Formal_Mode): Set Has_Out_Or_In_Out_Parameter flag.
5693         * sem_res.adb (Resolve_Call): Error if call of Ada 2012 function
5694         with OUT or IN OUT from earlier Ada mode (e.g. Ada 2005)
5696 2014-07-18  Robert Dewar  <dewar@adacore.com>
5698         * bcheck.adb (Check_Consistent_Restrictions):
5699         Remove obsolete code checking for violation of
5700         No_Standard_Allocators_After_Elaboration (main program)
5701         * bindgen.adb (Gen_Adainit): Handle
5702         No_Standard_Allocators_After_Elaboration
5703         (Gen_Output_File_Ada): ditto.
5704         * exp_ch4.adb (Expand_N_Allocator): Handle
5705         No_Standard_Allocators_After_Elaboration.
5706         * Makefile.rtl: Add entry for s-elaall
5707         * rtsfind.ads: Add entry for Check_Standard_Allocator.
5708         * s-elaall.ads, s-elaall.adb: New files.
5709         * sem_ch4.adb (Analyze_Allocator): Handle
5710         No_Standard_Allocators_After_Elaboration.
5712 2014-07-18  Robert Dewar  <dewar@adacore.com>
5714         * lib.adb, lib.ads, lib-writ.adb, lib-writ.ads, ali.adb,
5715         ali.ads, lib-load.adb: Remove Lib.Has_Allocator and all uses.
5716         Remove AB parameter from ali files and all uses.
5717         Remove Allocator_In_Body and all uses.
5719 2014-07-18  Robert Dewar  <dewar@adacore.com>
5721         * g-expect-vms.adb: Add comment.
5723 2014-07-18  Thomas Quinot  <quinot@adacore.com>
5725         * par_sco.adb (Is_Logical_Operation): return True for
5726         N_If_Expression.
5728 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5730         * sem_attr.adb (Resolve_Attribute, case 'Update): Do full
5731         analysis and resolution of each choice in the associations within
5732         the argument of Update, because they may be variable names.
5734 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5736         * exp_attr.adb (Expand_Loop_Entry_Attribute): Insert any condition
5737         actions before the generated if statement.
5739 2014-07-18  Hristian Kirtchev  <kirtchev@adacore.com>
5741         * gnat_ugn.texi Enhance the documentation of
5742         switches -gnateA and -gnateV.
5744 2014-07-18  Ed Schonberg  <schonberg@adacore.com>
5746         * sem_util.adb (Build_Default_Subtype): Add missing condition
5747         so that code matches description: use the full view of the base
5748         only if the base is private and the subtype is not.
5750 2014-07-17  Gary Dismukes  <dismukes@adacore.com>
5752         * exp_disp.adb: Minor reformatting.
5753         * exp_disp.adb: Minor code reorganization.
5755 2014-07-17  Thomas Quinot  <quinot@adacore.com>
5757         * gnat_rm.texi, freeze.adb (Check_Component_Storage_Order): Do not
5758         require an explicit SSO attribute definition clause on a composite type
5759         just because one of its components has one.
5761 2014-07-17  Robert Dewar  <dewar@adacore.com>
5763         * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Rewrite
5764         attribute out of existence if the enclosing pragma is ignored.
5765         * sem_util.adb: Minor reformatting.
5767 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
5769         * exp_aggr.adb (Expand_Array_Aggregate): Handle properly an
5770         array aggregate expanded into assignments when it appears as a
5771         local declaration in an inlined body.
5773 2014-07-17  Doug Rupp  <rupp@adacore.com>
5775         * init.c [__ANDROID__]: Modify for ZCX.
5776         * exp_aggr.adb: Minor reformatting
5777         * sigtramp-armvxw.c, sigtramp-ppcvxw.c: Update comments.
5779 2014-07-17  Robert Dewar  <dewar@adacore.com>
5781         * a-strunb-shared.ads, a-stwiun-shared.ads, a-stzunb-shared.ads,
5782         exp_ch7.adb, g-pehage.ads, g-socket.ads, gnat_ugn.texi, gnat_ugx.texi,
5783         scng.adb: Remove incorrect usage "allow to" and "allows to".
5785 2014-07-17  Robert Dewar  <dewar@adacore.com>
5787         * exp_dist.adb: Minor reformatting.
5789 2014-07-17  Bob Duff  <duff@adacore.com>
5791         * gnat_ugn.texi: Improve documentation of Unrestricted_Access.
5793 2014-07-17  Robert Dewar  <dewar@adacore.com>
5795         * sem_ch13.adb (Build_Invariant_Procedure): Add variable Nam
5796         (Add_Invariants): Set Nam to Name_Type_Invariant if from aspect.
5798 2014-07-17  Thomas Quinot  <quinot@adacore.com>
5800         * exp_pakd.adb (Create_Packed_Array_Type.Install_PAT): For a
5801         non-bit-packed array, propagate Reverse_Storage_Order to the
5802         packed array type.
5804 2014-07-17  Javier Miranda  <miranda@adacore.com>
5806         * exp_disp.adb: Fix comment.
5807         * exp_pakd.adb: Minor reformatting.
5809 2014-07-17  Robert Dewar  <dewar@adacore.com>
5811         * bindgen.adb (Gen_Elab_Calls): Skip reference to elab
5812         entity if none exists (Gen_Elab_Calls): Complain if clash with
5813         No_Multiple_Elaboration.
5814         * s-rident.ads, restrict.ads: Add restriction No_Multiple_Elaboration.
5815         * sem_util.adb (Build_Elaboration_Entity): Skip building entity
5816         if not needed.
5817         * gnat_rm.texi: Document restriction No_Multiple_Elaboration.
5818         * sem_ch4.adb: Minor comment updates.
5820 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
5822         * exp_ch9.adb (Buid_Protected_Subprogram_Call): Preserve type
5823         of function call for later use when shared passive objects
5824         are involved.
5826 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5828         * par-ch13.adb (Get_Aspect_Specifications):
5829         Catch a case where the argument of SPARK aspect Refined_State
5830         is not properly parenthesized.
5832 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5834         * exp_ch6.adb (Expand_Ctrl_Function_Call): Do not extend
5835         the lifetime of a reference to an Ada 2012 container element.
5836         (Is_Element_Reference): New routine.
5838 2014-07-17  Robert Dewar  <dewar@adacore.com>
5840         * ali.ads: Minor comment fix.
5841         * lib-writ.adb: Minor reformatting.
5843 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
5845         * sem_ch10.adb (Analyze_Proper_Body): When analyzing a subunit
5846         in ASIS mode, load another subunit only if it a subunit of the
5847         current one, not a sibling that has been reached through the
5848         analysis of an ancestor. This allows the construction of the
5849         ASIS tree for the subunit even when sibling subunits have errors.
5851 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5853         * sem_ch3.adb (Analyze_Declarations): Remove the guard which
5854         prevents the analysis of various contracts when the associated
5855         construct is erroneous.
5856         * sem_util.adb (Save_SPARK_Mode_And_Set): Do not query the
5857         SPARK_Pragma of an illegal or a partially decorated construct.
5859 2014-07-17  Robert Dewar  <dewar@adacore.com>
5861         * s-imguns.ads: Minor reformatting.
5863 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5865         * exp_ch7.adb (Build_Finalization_Master): Move all local
5866         variables to the proper code section. When looking for an existing
5867         finalization master, inspect the ultimate ancestor type of the
5868         full view.
5869         * sem_util.ads, sem_util.adb (Root_Type_Of_Full_View): New routine.
5871 2014-07-17  Robert Dewar  <dewar@adacore.com>
5873         * aspects.ads, aspects.adb: Add entries for aspect Annotate.
5874         * gnat_rm.texi: Document Entity argument for pragma Annotate and
5875         Annotate aspect.
5876         * sem_ch13.adb (Analyze_Aspect_Specification): Add processing
5877         for Annotate aspect.
5878         * sem_prag.adb (Analyze_Pragma, case Annotate): Allow optional
5879         Entity argument at end.
5880         * sinfo.ads (N_Aspect_Specification): Add note on Annotate aspect.
5882 2014-07-17  Tristan Gingold  <gingold@adacore.com>
5884         * s-imguns.ads: Fix minor typo.
5886 2014-07-17  Thomas Quinot  <quinot@adacore.com>
5888         * sprint.adb: Minor reformatting.
5890 2014-07-17  Robert Dewar  <dewar@adacore.com>
5892         * sprint.adb (Write_Itype): Print proper header for string
5893         literal subtype.
5895 2014-07-17  Steve Baird  <baird@adacore.com>
5897         * sinfo.ads, sem_scil.ads: Improve comments, minor reformatting.
5899 2014-07-17  Vincent Celier  <celier@adacore.com>
5901         * gnatbind.adb: Change in message "try ... for more information".
5903 2014-07-17  Robert Dewar  <dewar@adacore.com>
5905         * sprint.adb: Code clean up.
5907 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5909         * exp_ch7.adb (Find_Last_Init): Relocate local variables to
5910         the relevant code section. Add new local constant Obj_Id. When
5911         a limited controlled object is initialized by a function call,
5912         the build-in-place object access function call acts as the last
5913         initialization statement.
5914         * exp_util.adb (Is_Object_Access_BIP_Func_Call): New routine.
5915         (Is_Secondary_Stack_BIP_Func_Call): Code reformatting.
5916         * exp_util.ads (Is_Object_Access_BIP_Func_Call): New routine.
5918 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
5920         * sem_ch8.adb (Analyze_Generic_Renaming): For generic subprograms,
5921         propagate intrinsic flag to renamed entity, to allow e.g. renaming
5922         of Unchecked_Conversion.
5923         * sem_ch3.adb (Analyze_Declarations): Do not analyze contracts
5924         if the declaration has errors.
5926 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
5928         * a-rbtgbk.adb: a-rbtgbk.adb (Generic_Insert_Post): Check whether
5929         container is busy before checking whether capacity allows for
5930         a further insertion. Insertion in a busy container that is full
5931         raises Program_Error rather than Capacity_Error. Previous to that
5932         patch which exception was raised varied among container types.
5934 2014-07-17  Robert Dewar  <dewar@adacore.com>
5936         * g-comlin.ads, g-comlin.adb: Minor clean up.
5938 2014-07-17  Bob Duff  <duff@adacore.com>
5940         * gnat_ugn.texi: Update gnatpp doc.
5942 2014-07-17  Robert Dewar  <dewar@adacore.com>
5944         * gnat_rm.texi: Document new restriction No_Long_Long_Integers.
5945         * exp_ch4.adb (Make_Array_Comparison_Op): Add note that we
5946         could do this by actually expanding a real generic.
5947         * a-tags.ads: Add comments about performance.
5948         * sprint.adb (Sprint_Node_Actual, case N_Object_Declaration):
5949         Print Etype of defining identifier, rather than the object
5950         definition. More information.
5952 2014-07-17  Thomas Quinot  <quinot@adacore.com>
5954         * exp_dist.adb: Minor documentation clarification.
5956 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
5958         * exp_util.adb (Is_Aliased): Revert previous change.
5960 2014-07-17  Vincent Celier  <celier@adacore.com>
5962         * g-comlin.adb (Try_Help): New procedure.
5963         (Getopt): Use new procedure Try_Help.
5964         * g-comlin.ads (Try_Help): New procedure.
5966 2014-07-17  Bob Duff  <duff@adacore.com>
5968         * gnat_ugn.texi: Minor update.
5970 2014-07-17  Robert Dewar  <dewar@adacore.com>
5972         * gnat_rm.texi: Improve documentation of Unrestricted_Access.
5973         * sinfo.ads: Document restriction on aggregates (must expand to
5974         assignments if one or more assignments needs expansion, e.g. for
5975         controlled types).
5976         * sem_ch13.adb: All warning messages regarding bit order should
5977         be info: messages.
5978         * gnat_ugn.texi: Minor correction of missing @ on @code
5980 2014-07-17  Robert Dewar  <dewar@adacore.com>
5982         * restrict.ads (Implementation_Restriction): Add No_Long_Long_Integer.
5983         * s-rident.ads (Partition_Boolean_Restrictions): Add
5984         No_Long_Long_Integer.
5985         * sem_ch3.adb (Modular_Type_Declaration): Size must be <=
5986         Long_Integer'Size if restriction No_Long_Long_Integer is active.
5987         (Signed_Integer_Type_Declaration): Do not allow Long_Long_Integer
5988         as the implicit base type for a signed integer type declaration
5989         if restriction No_Long_Long_Integer is active.
5990         * sem_util.ads, sem_util.adb (Set_Entity_With_Checks): Include check for
5991         No_Long_Long_Integer.
5993 2014-07-17  Robert Dewar  <dewar@adacore.com>
5995         * sem_ch3.adb, a-ztexio.ads, exp_imgv.adb, casing.adb, casing.ads,
5996         einfo.ads, checks.adb, sem_ch12.adb, a-textio.ads, freeze.adb,
5997         repinfo.adb, exp_ch6.adb, sem_ch4.adb, a-witeio.ads, sem_ch8.adb,
5998         sem_warn.adb, exp_aggr.adb, exp_dist.adb, par-tchk.adb, s-fatgen.adb,
5999         treepr.adb, lib-xref.adb: Remove the word kludge from ada sources.
6001 2014-07-17  Robert Dewar  <dewar@adacore.com>
6003         * debug.adb: Remove -gnatdQ.
6004         * exp_disp.adb: Remove -gnatdQ.
6005         * a-ztenio.ads, a-wtinio.ads, a-wtmoio.ads, a-ztcoau.ads, a-tiinio.ads,
6006         a-wtfiio.ads, a-timoio.ads, sem_ch12.adb, a-tifiio.ads, a-ztinio.ads,
6007         rtsfind.adb, rtsfind.ads, a-ztmoio.ads, a-wtdeio.ads, a-ztfiio.ads,
6008         a-tideio.ads, a-wtflio.ads, a-ztdeio.ads, sem_ch8.adb, a-tiflio.ads,
6009         sprint.adb, a-ztflio.ads, snames.ads-tmpl, a-wtenio.ads,
6010         a-tienio.ads: Rename Text_IO_Kludge to Text_IO_Special_Unit.
6012 2014-07-17  Robert Dewar  <dewar@adacore.com>
6014         * back_end.adb: Minor reformatting and comment additions.
6015         * checks.ads, checks.adb (Duplicated_Tag_Checks_Suppressed): New
6016         function.
6017         * exp_disp.adb (Make_DT): Use Duplicated_Tag_Checks_Suppressed.
6018         (Make_VM_TSD): Use Duplicated_Tag_Checks_Suppressed.
6019         * gnat_rm.texi: Document new check Duplicated_Tag_Checks_Suppressed.
6020         * gnat_ugn.texi: Additional documentation for Duplicated_Tag_Check.
6021         * snames.ads-tmpl (Duplicated_Tag_Checks_Suppressed): New check.
6022         * types.ads (Duplicated_Tag_Checks_Suppressed): New check.
6024 2014-07-17  Robert Dewar  <dewar@adacore.com>
6026         * gnat_rm.texi: Minor comment updates.
6028 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
6030         * sem_util.adb (Make_Explicit_Dereference): If the expression
6031         being dereferenced is a generalized indexing, reset the overloaded
6032         flag on the generalized indexing call, consistent with the
6033         resetting of the flag on the original indexed component.
6035 2014-07-17  Robert Dewar  <dewar@adacore.com>
6037         * gnat_ugn.texi: Document advise not to mix -gnatV? and
6038         optimization.
6040 2014-07-17  Robert Dewar  <dewar@adacore.com>
6042         * checks.adb (Insert_Valid_Check): Don't insist on a name
6043         for the prefix when we make calls to Force_Evaluation and
6044         Duplicate_Subexpr_No_Checks.
6045         * exp_util.adb (Is_Volatile_Reference): Handle all cases properly
6046         (Remove_Side_Effects): Handle all volatile references right
6047         (Side_Effect_Free): Volatile reference is never side effect free
6048         * sinfo.ads (N_Attribute_Reference): Add comments explaining
6049         that in the tree, the prefix can be a general expression.
6051 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
6053         * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
6054         Analyze_Subprogram_Contract): Add comments on SPARK_Mode save/restore.
6055         * sem_ch7.adb (Analyze_Package_Body_Contract,
6056         Analyze_Package_Contract): Add comments on SPARK_Mode save/restore.
6058 2014-07-17  Robert Dewar  <dewar@adacore.com>
6060         * exp_ch7.ads, exp_util.ads: Document Insert_Action_After,
6061         Store_After_Actions_In_Scope.
6063 2014-07-17  Robert Dewar  <dewar@adacore.com>
6065         * sem_aux.ads: Minor comment addition.
6067 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
6069         * sem_res.adb (Make_Call_Into_Operator): If the call is already
6070         a rewriting of an operator node, there are no actuals to be
6071         propagated from original node to rewritten node when in ASIS mode.
6073 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
6075         * sem_ch6.adb (Analyze_Subprogram_Body_Contract,
6076         Analyze_Subprogram_Contract): Add new local variable Mode. Save
6077         and restore the SPARK mode of the related construct in a
6078         stack-like fashion.
6079         * sem_ch7.adb (Analyze_Package_Body_Contract,
6080         Analyze_Package_Contract): Add new local variable Mode. Save and
6081         restore the SPARK mode of the related construct in a stack-like fashion.
6082         * sem_util.adb Remove with and use clause for Opt.
6083         (Restore_SPARK_Mode): New routine.
6084         (Save_SPARK_Mode_And_Set): New routine.
6085         * sem_util.ads Add with and use clause for Opt.
6086         (Restore_SPARK_Mode): New routine.
6087         (Save_SPARK_Mode_And_Set): New routine.
6089 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
6091         * exp_util.adb (Is_Aliased): Transient objects
6092         within an expression with actions cannot be considered aliased.
6094 2014-07-17  Thomas Quinot  <quinot@adacore.com>
6096         * sem.ads (Scope_Stack_Entry): Reorganize storage of action lists;
6097         introduce a new list (cleanup actions) for each (transient) scope.
6098         * sinfo.ads, sinfo.adb (Cleanup_Actions): New attribute for
6099         N_Block_Statement
6100         * exp_ch7.ads (Store_Cleanup_Actions_In_Scope): New subprogram.
6101         * exp_ch7.adb (Store_Actions_In_Scope): New subprogram, common
6102         processing for Store_xxx_Actions_In_Scope.
6103         (Build_Cleanup_Statements): Allow for a list of additional
6104         cleanup statements to be passed by the caller.
6105         (Expand_Cleanup_Actions): Take custom cleanup actions associated
6106         with an N_Block_Statement into account.
6107         (Insert_Actions_In_Scope_Around): Account for Scope_Stack_Entry
6108         reorganization (refactoring only, no behaviour change).
6109         (Make_Transient_Block): Add assertion to ensure that the current
6110         scope is indeed a block (namely, the entity for the transient
6111         block being constructed syntactically, which has already been
6112         established as a scope).  If cleanup actions are present in the
6113         transient scope, transfer them now to the transient block.
6114         * exp_ch6.adb (Expand_Protected_Subprogram_Call): Freeze the
6115         called function while it is still present as the name in a call
6116         in the tree. This may not be the case later on if the call is
6117         rewritten into a transient block.
6118         * exp_smem.adb (Add_Shared_Var_Lock_Procs): The post-actions
6119         inserted after calling a protected operation on a shared passive
6120         protected must be performed in a block finalizer, not just
6121         inserted in the tree, so that they are executed even in case of
6122         a normal (RETURN) or abnormal (exception) transfer of control
6123         outside of the current scope.
6124         * exp_smem.ads (Add_Shared_Var_Lock_Procs): Update documentation
6125         * sem_ch8.adb, expander.adb, exp_ch11.adb: Adjust for
6126         Scope_Stack_Entry reorganization.
6128 2014-07-17  Thomas Quinot  <quinot@adacore.com>
6130         * exp_disp.adb (Make_DT, Make_VM_TSD): Do not omit Check_TSD
6131         call for types that do not have an explicit attribute definition
6132         clause for External_Tag, as their default tag may clash with an
6133         explicit tag defined for some other type.
6135 2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
6137         * exp_util.adb (Is_Controlled_Function_Call): Recognize a
6138         controlled function call with multiple actual parameters that
6139         appears in Object.Operation form.
6141 2014-07-17  Thomas Quinot  <quinot@adacore.com>
6143         * einfo.ads, einfo.adb (Has_External_Tag_Rep_Clause): Remove
6144         entity flag.
6145         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
6146         External_Tag): No need to set entity flag.
6147         * sem_aux.ads, sem_aux.adb (Has_External_Tag_Rep_Clause):
6148         Reimplement correctly in terms of Has_Rep_Item.
6150 2014-07-17  Thomas Quinot  <quinot@adacore.com>
6152         * exp_ch7.adb (Establish_Transient_Scope.Find_Node_To_Be_Wrapped):
6153         Start examining the tree at the node passed to
6154         Establish_Transient_Scope (not its parent).
6155         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
6156         The access type for the variable storing the reference to
6157         the call must be declared and frozen prior to establishing a
6158         transient scope.
6159         * exp_ch9.adb: Minor reformatting.
6161 2014-07-17  Pascal Obry  <obry@adacore.com>
6163         * s-os_lib.ads: Minor comment update.
6165 2014-07-17  Tristan Gingold  <gingold@adacore.com>
6167         * sysdep.c: Add ATTRIBUTE_UNUSED to avoid warnings.  Fix some
6168         indentation.
6169         * socket.c: Remove #warning to avoid warning.
6170         * expect.c: Indent some preprocessor directives to clarify
6171         nested if.  Do not use wait.h on PikeOS.  Add ATTRIBUTE_UNUSED
6172         to remove warnings.
6173         * env.c: Fix indentation.  Port to PikeOS.
6174         * gsocket.h: Port to PikeOS.  Remove #warning.
6175         * terminals.c: Port to PikeOS.  Fix indentation of the stubs.
6176         Add ATTRIBUTE_UNUSED to stubs arguments.  Fix return statement
6177         of stubbed __gnat_setup_parent_communication.
6178         * adaint.c: Port to PikeOS.  Reindent some preprocessor
6179         directives to clarify nested if.  Fix indentation.  Add missing
6180         ATTRIBUTE_UNUSED.
6182 2014-07-17  Robert Dewar  <dewar@adacore.com>
6184         * sem_attr.adb: Minor reformatting.
6186 2014-07-17  Robert Dewar  <dewar@adacore.com>
6188         * exp_ch7.adb, exp_ch7.ads, sinfo.ads: Minor reformatting.
6190 2014-07-17  Ed Schonberg  <schonberg@adacore.com>
6192         * sem_case.adb (Check_Choice_Set): If the case expression is the
6193         expression in a predicate, do not recheck coverage against itself,
6194         to prevent spurious errors.
6195         * sem_ch13.adb (Check_Aspect_At_End_Of_Declarations): Indicate that
6196         expression comes from an aspect specification, to prevent spurious
6197         errors when expression is a case expression in a predicate.
6199 2014-07-17  Pascal Obry  <obry@adacore.com>
6201         * adaint.c, adaint.h (__gnat_set_executable): Add mode parameter.
6202         * s-os_lib.ads, s-os_lib.adb (Set_Executable): Add Mode parameter.
6204 2014-07-17  Vincent Celier  <celier@adacore.com>
6206         * gnatchop.adb, make.adb, gnatbind.adb, clean.adb, gprep.adb,
6207         gnatxref.adb, gnatls.adb, gnatfind.adb, gnatname.adb: Do not output
6208         the usage for an erroneous invocation of a gnat tool.
6210 2014-07-16  Vincent Celier  <celier@adacore.com>
6212         * gnatls.adb: Get the target parameters only if -nostdinc was
6213         not specified.
6215 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6217         * checks.adb (Insert_Valid_Check): If the expression is a packed
6218         component of a modular type of the right size the data is always
6219         valid. This os particularly useful if the component is part of
6220         a volatile variable.
6222 2014-07-16  Robert Dewar  <dewar@adacore.com>
6224         * gnat_rm.texi, sinfo.ads, freeze.adb, exp_aggr.adb: Minor reformatting
6226 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6228         * exp_ch7.ads: Minor documentation fix.
6230 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6232         * sem_ch3.adb (Find_Type_Name): Diagnose properly
6233         a private extension completion that is an interface definition
6234         with an interface list.
6236 2014-07-16  Arnaud Charlet  <charlet@adacore.com>
6238         * gnatls.adb (Gnatls): Code clean ups.
6240 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6242         * sinfo.ads, sinfo.adb (N_Compound_Statement): New node kind.
6243         * sem.adb (Analyze): Handle N_Compound_Statement.
6244         * sprint.adb (Sprint_Node_Actual): Ditto.
6245         * sem_ch5.ads, sem_ch5.adb (Analyze_Compound_Statement): New
6246         procedure to handle N_Compound_Statement.
6247         * exp_aggr.adb (Collect_Initialization_Statements):
6248         Use a proper compound statement node, instead of a bogus
6249         expression-with-actions with a NULL statement as its expression,
6250         to wrap collected initialization statements.
6251         * freeze.ads, freeze.adb
6252         (Explode_Initialization_Compound_Statement): New public procedure,
6253         lifted from Freeze_Entity.
6254         (Freeze_Entity): When freezing
6255         an object with captured initialization statements and without
6256         delayed freezing, explode compount statement.
6257         * sem_ch4.adb (Analyze_Expression_With_Actions): Remove special
6258         case that used to handle bogus EWAs with NULL statement as
6259         the expression.
6260         * exp_ch13.adb (Expand_N_Freeze_Entity): For an object with
6261         delayed freezing and captured initialization statements, explode
6262         compound statement.
6264 2014-07-16  Gary Dismukes  <dismukes@adacore.com>
6266         * g-rewdat.adb, g-rewdat.ads: Minor reformatting.
6268 2014-07-16  Doug Rupp  <rupp@adacore.com>
6270         * s-interr-hwint.adb: Casing error on parameter.
6272 2014-07-16  Pascal Obry  <obry@adacore.com>
6274         * Makefile.rtl: Add g-rewdat.o dependencies in
6275         GNATRTL_NONTASKING_OBJS.
6277 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6279         * sem_case.adb: Code clean up.
6281 2014-07-16  Vincent Celier  <celier@adacore.com>
6283         * make.adb: Do not read gnat.adc when gnatmake is invoked
6284         with -gnatA.
6286 2014-07-16  Pascal Obry  <obry@adacore.com>
6288         * gnat_rm.texi, impunit.adb, g-rewdat.adb, g-rewdat.ads: Initial
6289         implementation of GNAT.Rewrite_Data.
6291 2014-07-16  Vincent Celier  <celier@adacore.com>
6293         * gnatls.adb (Normalize): New function.
6294         (Gnatls): Get the target parameters. On targets other than VMS,
6295         normalize the path names in the source search path, the object search
6296         path and the project search path.
6298 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6300         * sem_case.adb: Avoid self-checking of case expressions in
6301         dynamic predicates.
6303 2014-07-16  Robert Dewar  <dewar@adacore.com>
6305         * gnat_rm.texi: Document effect of Suppress_Initialization on tags and
6306         discriminants.
6308 2014-07-16  Eric Botcazou  <ebotcazou@adacore.com>
6310         * switch-b.adb (Scan_Binder_Switches): Add missing guard.
6312 2014-07-16  Ben Brosgol  <brosgol@adacore.com>
6314         * gnat_ugn.texi: Fix typo.
6316 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6318         * exp_ch4.adb (Expand_N_Case_Expression): Do not expand case
6319         expression if it is the specification of a subtype predicate:
6320         it will be expanded when the return statement is analyzed, or
6321         when a static predicate is transformed into a static expression
6322         for evaluation by the front-end.
6323         * sem_ch13.adb (Get_RList): If the expression for a static
6324         predicate is a case expression, extract the alternatives of the
6325         branches with a True value to create the required statically
6326         evaluable expression.
6328 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6330         * exp_prag.adb (Expand_Pragma_Check): Use the location of the
6331         expression, not the location of the aspect, for all generated
6332         code, so that in particular the call to raise_assert_failure
6333         gets the sloc of the associated condition.
6334         * exp_ch6.adb
6335         (Expand_Subprogram_Contract.Build_Postconditions_Procedure):
6336         Set an explicit End_Label on the handled sequence of statements
6337         for the _Postconditions procedure so that the implicit return
6338         statement does not erroneously get associated with code generated
6339         for the last condition in postconditions.
6341 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6343         * ug_words: Fix name of VMS synonym for -gnatw.z (SIZE_ALIGNMENT,
6344         not SIZE_ALIGN) and -gnatw.Z (NOSIZE_ALIGNMENT, not NOSIZE_ALIGN).
6345         * vms_data.ads: Add missing spaces in VMS synonyms for -gnatw.z /
6346         -gnatw.Z.
6348 2014-07-16  Robert Dewar  <dewar@adacore.com>
6350         * sem_ch3.adb, sem_prag.adb, sem_util.adb, sem_res.adb, sem_ch13.adb:
6351         Minor code reorganization (use Is_Access_Type, not in Access_Kind).
6352         * exp_ch3.adb: Minor code reorganization, use Is_Access_Type,
6353         not in Access_Kind.
6354         * par-ch4.adb (At_Start_Of_Attribute): New function
6355         (P_Simple_Expression): Better msg for bad attribute prefix.
6356         * scans.ads: Minor reformatting.
6358 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6360         * sem_attr.adb (Resolve_Attribute, case 'Update): If choice is a
6361         static constant, check that in belongs to the corresponding index
6362         subtype, to produce the proer warning when expansion is disabled.
6364 2014-07-16  Robert Dewar  <dewar@adacore.com>
6366         * freeze.adb (Freeze_Entity): Warn on incompatible size/alignment.
6367         * gnat_ugn.texi: Document -gnatw.z and -gnatw.Z.
6368         * ug_words: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for -gnatw.z/-gnatw.Z
6369         * usage.adb: Add lines for -gnatw.z/-gnatw.Z.
6370         * vms_data.ads: VMS synonyms (WARNINGS=[NO]SIZE_ALIGN) for
6371         -gnatw.z/-gnatw.Z
6372         * warnsw.adb: Set Warn_On_Size_Alignment appropriately.
6373         * warnsw.ads (Warn_On_Size_Alignment): New flag Minor
6374         reformatting.
6376 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
6378         * exp_ch7.adb (Process_Declarations): Reinstate the check on
6379         a hook object to ensure that the related transient declaration
6380         is finalizable.
6381         * exp_util.adb (Is_Aliased): Do not consider expresison with
6382         actions as a special context.
6383         (Requires_Cleanup_Actions): Reinstate the check on a hook object to
6384         ensure that the related transient declaration is finalizable.
6386 2014-07-16  Robert Dewar  <dewar@adacore.com>
6388         * checks.ads, checks.adb (Allocation_Checks_Suppressed): New function.
6389         * snames.ads-tmpl: Add Allocation_Check to list of check names.
6390         * types.ads: Add Allocation_Check to list of check names.
6392 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6394         * sem_util.adb (Enter_Name): replace bogus test for presence of
6395         Corresponding_Remote_Type with correct test on Ekind.
6396         * sem_res.adb (Valid_Conversion): ditto; also clarify validity
6397         of calls to Corresponding_ Remote_Type (documentation fix).
6399 2014-07-16  Robert Dewar  <dewar@adacore.com>
6401         * gnat_rm.texi: Document illegal case of Unrestricted_Access.
6402         * sem_attr.adb (Analyze_Access_Attribute): Set_Non_Aliased_Prefix
6403         where it applies.
6404         (Resolve_Attribute, case Access): Flag illegal Unrestricted_Access use.
6405         * sinfo.ads, sinfo.adb (Non_Aliased_Prefix): New flag.
6407 2014-07-16  Robert Dewar  <dewar@adacore.com>
6409         * gnat_ugn.texi: Document binder switch -Ra.
6410         * gnatbind.adb (List_Closure_Display): Implement -Ra switch
6411         (List_Closure_All).
6412         * opt.ads (List_Closure_All): New switch.
6413         * switch-b.adb (Scan_Binder_Switches): Recognize -Ra to set
6414         List_Closure_All.
6416 2014-07-16  Ben Brosgol  <brosgol@adacore.com>
6418         * gnat_rm.texi: Minor edits, to make case consistent in names
6419         of types and fields.
6421 2014-07-16  Robert Dewar  <dewar@adacore.com>
6423         * gnat_rm.texi: Document erroneous mixing of thin pointers and
6424         unrestricted access
6425         * gnat_ugn.texi: Add note on size of access types about thin
6426         pointers and the use of attribute Unrestricted_Access.
6428 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6430         * a-cbdlli.ads, a-cbdlli.adb, a-cbhama.ads, a-cbhama.adb,
6431         * a-cbhase.ads, a-cbhase.adb, a-cborma.ads, a-cborma.adb,
6432         * a-cborse.ads, a-cborse.adb, a-cobove.ads a-cobove.adb: Add Control
6433         machinery to detect tampering on bounded vectors.
6435 2014-07-16  Robert Dewar  <dewar@adacore.com>
6437         * gnat_rm.texi: Document that leading/trailing asterisks are
6438         now implied for the pattern match string for pragma Warnings
6439         and Warning_As_Error.
6440         * sem_prag.adb (Acquire_Warning_Match_String): New procedure.
6441         (Analyze_Pragma, case Warning_As_Error): Call
6442         Acquire_Warning_Match_String.
6443         (Analyze_Pragma, case Warnings): Call Acquire_Warning_Match_String.
6445 2014-07-16  Bob Duff  <duff@adacore.com>
6447         * gnat_ugn.texi: Document need for project file
6448         for --incremental switch for gnat2xml.
6450 2014-07-16  Robert Dewar  <dewar@adacore.com>
6452         * gnat_rm.texi: Fix example of non-packable components in packed
6453         records section.
6455 2014-07-16  Robert Dewar  <dewar@adacore.com>
6457         * s-tpoben.adb, s-tasren.adb, s-interr.adb, s-interr-hwint.adb,
6458         s-shasto.adb, s-interr-vms.adb, s-interr-sigaction.adb: Avoid use of
6459         upper case in exception messages.
6461 2014-07-16  Robert Dewar  <dewar@adacore.com>
6463         * snames.ads-tmpl, sem_attr.adb, exp_attr.adb: Same_Storage attribute
6464         is renamed Has_Same_Storage.
6465         * gnat_rm.texi: Document missing SPARK pragmas and attributes.
6466         * sem_prag.adb: Minor comment fix (use LOCAL_NAME in syntax
6467         descriptions).
6469 2014-07-16  Robert Dewar  <dewar@adacore.com>
6471         * exp_util.adb, sem_attr.adb, exp_ch4.adb, a-cohase.ads,
6472         a-coinho-shared.adb, a-coinho-shared.ads: Minor reformatting.
6474 2014-07-16  Robert Dewar  <dewar@adacore.com>
6476         * gnat_ugn.texi: Add note that integrated
6477         preprocessing cannot be applied to configuration pragma files.
6479 2014-07-16  Yannick Moy  <moy@adacore.com>
6481         * sem_attr.adb (Analyze_Attribute/cases Pred
6482         and Succ): Always enable range check on fixed-point types if
6483         not suppressed for the type.
6485 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
6487         * sem_util.adb (State_Has_Enabled_Property):
6488         Account for an external property denoted by an others choice.
6490 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
6492         * exp_ch4.ads, exp_ch4.adb (Find_Hook_Context): Relocated to Exp_Util.
6493         * exp_ch7.adb (Process_Declarations): There is no need to check
6494         that a transient object being hooked is controlled as it would
6495         not have been hooked in the first place.
6496         * exp_ch9.adb Remove with and use clause for Exp_Ch4.
6497         * exp_util.adb (Find_Hook_Context): Relocated from Exp_Ch4.
6498         (Is_Aliased): A renaming of a transient controlled object is
6499         not considered aliasing when it occurs within an expression
6500         with actions.
6501         (Requires_Cleanup_Actions): There is no need to
6502         check that a transient object being hooked is controlled as it
6503         would not have been hooked in the first place.
6504         * exp_util.ads (Find_Hook_Context): Relocated from Exp_Ch4.
6506 2014-07-16  Hristian Kirtchev  <kirtchev@adacore.com>
6508         * sem_ch13.adb (Insert_After_SPARK_Mode): Moved to
6509         the outer level of routine Analyze_Aspect_Specifications. Ensure
6510         that the corresponding pragmas of aspects Initial_Condition and
6511         Initializes are inserted after pragma SPARK_Mode.
6513 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6515         * sem_attr.adb (Analyze_Attribute, case 'Update): Handle
6516         properly a choice list with more than one choice, where each
6517         is an aggregate denoting a sequence of array indices for a
6518         multidimentional array. For SPARK use.
6520 2014-07-16  Vadim Godunko  <godunko@adacore.com>
6522         * a-coinho-shared.adb (Adjust): Create
6523         copy of internal shared object and element when source container
6524         is locked.
6525         (Copy): Likewise.
6526         (Query_Element): Likewise.
6527         (Update_Element): Likewise.
6528         (Constant_Reference): Likewise. Raise Constraint_Error on attempt
6529         to get reference for empty holder.
6530         (Reference): Likewise.
6532 2014-07-16  Thomas Quinot  <quinot@adacore.com>
6534         * exp_ch4.adb (Find_Hook_Context): New subprogram, extracted
6535         from Process_Transient_Oject.
6536         * exp_ch4.ads: Ditto.
6537         * exp_ch9.adb (Build_Class_Wide_Master): Insert the _master
6538         declaration as an action on the topmost enclosing expression,
6539         not on a possibly conditional subexpreession.
6541 2014-07-16  Vadim Godunko  <godunko@adacore.com>
6543         * a-coinho.adb, a-coinho-shared.adb, a-coinho.ads, a-coinho-shared.ads:
6544         Fix parameter mode of Update_Element.
6546 2014-07-16  Robert Dewar  <dewar@adacore.com>
6548         * a-coinho.adb, a-coinho-shared.adb, a-coinho-shared.ads: Minor
6549         reformatting.
6551 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6553         * a-cohase.ads: Type Iterator must be controlled, so that the
6554         tampering bit is properly set through an iteration.
6555         * a-cohase.adb: Add Finalize operation for type Iterator.
6557 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6559         * a-coinho-shared.adb, a-coinho-shared.ads: Proper structures for
6560         tampering checks.
6562 2014-07-16  Ed Schonberg  <schonberg@adacore.com>
6564         * a-coinho-shared.adb: Fix spurious accessibility check.
6566 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
6568         * gcc-interface/utils.c (process_attributes): Use set_decl_tls_model.
6570 2014-06-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6572         PR ada/61505
6573         * gnat_rm.texi: Fix errors with makeinfo 5.1.
6575 2014-06-14  Arnaud Charlet  <charlet@adacore.com>
6577         PR ada/61505
6578         * gnat_rm.texi: Attempt to fix error with makeinfo 5.1.
6580 2014-06-13  Yannick Moy  <moy@adacore.com>
6582         * exp_attr.adb: Fix typo in comment.
6583         * gnat1drv.adb (Adjust_Global_Switches): Force float overflow
6584         checking in GNATprove_Mode.
6586 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6588         * a-coinho-shared.adb, a-coinho-shared.ads: Update shared version.
6590 2014-06-13  Robert Dewar  <dewar@adacore.com>
6592         * sem_ch3.adb, sem_ch9.adb, a-coinho.adb, a-coinho.ads: Minor
6593         reformatting.
6595 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
6597         * sem_prag.adb (Analyze_Pragma): Add local
6598         variable Missing_Parentheses. Emit an error when a state
6599         declaration with options appears without parentheses. Add a
6600         guard to prevent a bogus error when a state declaration may be
6601         interpreted as an option if a previous declaration with options
6602         was not parenthesized.
6604 2014-06-13  Robert Dewar  <dewar@adacore.com>
6606         * checks.adb: Validate_Alignment_Check_Warnings: New procedure
6607         (Apply_Address_Clause_Check): Make Aligment_Warnings table entry.
6608         * checks.ads (Alignment_Warnings_Record): New type.
6609         (Alignment_Warnings): New table
6610         (Validate_Alignment_Check_Warnings): New procedure.
6611         * errout.adb (Delete_Warning_And_Continuations): New procedure
6612         (Error_Msg_Internal): Set Warning_Msg (Delete_Warning): Handle
6613         Warnings_Treated_As_Errors (Finalize): Minor reformatting
6614         * errout.ads (Warning_Msg): New variable
6615         (Delete_Warning_And_Continuations): New procedure
6616         * erroutc.adb (Delete_Msg): Handle Warnings_Treated_As_Errors count.
6617         * gnat1drv.adb (Post_Compilation_Validation_Checks): New procedure.
6619 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6621         * a-coinho.adb, a-coinho.ads: Add Reference machinery.
6623 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
6625         * errout.adb (SPARK_Msg_N): New routine.
6626         (SPARK_Msg_NE): New routine.
6627         * errout.ads Add a section on SPARK-related error routines.
6628         (SPARK_Msg_N): New routine.
6629         (SPARK_Msg_NE): New routine.
6630         * sem_ch13.adb (Analyze_Aspect_Specifications): Ensure that
6631         pragma Abstract_State is always inserted after SPARK_Mode.
6632         (Insert_After_SPARK_Mode): New routine.
6633         * sem_prag.adb (Analyze_Abstract_State,
6634         Analyze_Constituent, Analyze_External_Property,
6635         Analyze_External_Property_In_Decl_Part, Analyze_Global_Item,
6636         Analyze_Global_List, Analyze_Initialization_Item,
6637         Analyze_Initialization_Item_With_Inputs, Analyze_Input_Item,
6638         Analyze_Input_List, Analyze_Input_Output, Analyze_Part_Of,
6639         Analyze_Pragma, Analyze_Refined_Depends_In_Decl_Part,
6640         Analyze_Refined_Global_In_Decl_Part,
6641         Analyze_Refined_State_In_Decl_Part, Analyze_Refinement_Clause,
6642         Check_Aspect_Specification_Order, Check_Constituent_Usage,
6643         Check_Declaration_Order, Check_Dependency_Clause,
6644         Check_Duplicate_Mode, Check_Duplicate_Option,
6645         Check_Duplicate_Property, Check_External_Properties,
6646         Check_External_Property, Check_Function_Return,
6647         Check_Matching_Constituent, Check_Matching_State,
6648         Check_Mode_Restriction_In_Enclosing_Context,
6649         Check_Mode_Restriction_In_Function, Check_Refined_Global_Item,
6650         Check_State_And_Constituent_Use, Create_Or_Modify_Clause,
6651         Has_Extra_Parentheses, Inconsistent_Mode_Error,
6652         Match_Error, Propagate_Part_Of, Report_Extra_Clauses,
6653         Report_Extra_Constituents_In_List, Report_Extra_Inputs,
6654         Report_Unrefined_States, Report_Unused_Constituents,
6655         Report_Unused_States, Role_Error, Usage_Error):
6656         Convert Error_Msg_XXX calls to SPARK_Msg_XXX calls
6657         to report semantic errors only when SPARK_Mode is on.
6658         (Analyze_Depends_In_Decl_Part): Do not check the syntax of
6659         pragma Depends explicitly, this is now done by the analysis.
6660         (Analyze_Global_In_Decl_List): Do not check the syntax of
6661         pragma Global explicitly, this is now done by the analysis.
6662         (Analyze_Initializes_In_Decl_Part): Do not check the syntax of
6663         pragma Initializes explicitly, this is now done by the analysis.
6664         (Analyze_Part_Of): Do not check the syntax of the encapsulating
6665         state, this is now done by the analysis.
6666         (Analyze_Pragma): Do
6667         not check the syntax of a state declaration, this is now done
6668         by the analysis.
6669         (Analyze_Refined_Depends_In_Decl_Part): Do not
6670         check the syntax of pragma Refined_Depends explicitly, this is now
6671         done by the analysis.
6672         (Analyze_Refined_Global_In_Decl_Part): Do
6673         not check the syntax of pragma Refined_Global explicitly, this is
6674         now done by the analysis.
6675         (Analyze_Refined_State_In_Decl_Part):
6676         Do not check the syntax of pragma Refined_State explicitly, this
6677         is now done by the analysis.
6678         (Check_Dependence_List_Syntax): Removed.
6679         (Check_Global_List_Syntax): Removed.
6680         (Check_Initialization_List_Syntax): Removed.
6681         (Check_Item_Syntax): Removed.
6682         (Check_Missing_Part_Of): Do not consider items from an instance.
6683         (Check_Refinement_List_Syntax): Removed.
6684         (Check_State_Declaration_Syntax): Removed.
6685         (Collect_Global_List): Do not raise Program_Error when the input is
6686         malformed.
6687         (Process_Global_List): Do not raise Program_Error when the input
6688         is malformed.
6689         * sem_ch13.adb: Minor reformatting.
6691 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6693         * sem_ch3.adb (Find_Type_Name): Diagnose a private type completion
6694         that is an interface definition with an interface list.
6695         (Process_Full_View): Move error message on missmatched interfaces
6696         between views to the declaration of full view, for clarity.
6697         * sem_ch9.adb (Check_Interfaces): Move error message to full view,
6698         for clarity.
6700 2014-06-13  Robert Dewar  <dewar@adacore.com>
6702         * exp_attr.adb (Expand_N_Attribute_Reference, case Pred/Succ): Change
6703         reason to Overflow.
6705 2014-06-13  Robert Dewar  <dewar@adacore.com>
6707         * makeutl.adb: Minor reformatting.
6709 2014-06-13  Gail Schenker  <schenker@adacore.com>
6711         * debug.adb, sem_eval.adb (Why_Not_Static): Remove temporary code and
6712         associated flag (d.z), no longer needed.
6714 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6716         * sem_ch13.adb (Analyze_Aspect_Specifications): For Import and
6717         Export aspects, do not check whether a corresponding Convention
6718         aspect has been specified. Convention is optional in Ada2012,
6719         and defaults to Convention_Ada.
6721 2014-06-13  Eric Botcazou  <ebotcazou@adacore.com>
6723         * checks.adb (Apply_Address_Clause_Check): Only issue the new
6724         warning if the propagation warning is issued.
6726 2014-06-13  Thomas Quinot  <quinot@adacore.com>
6728         * exp_ch4.adb: Minor reformatting.
6730 2014-06-13  Robert Dewar  <dewar@adacore.com>
6732         * exp_attr.adb (Expand_N_Attribute_Reference, case Pred):
6733         Handle float range check case (Expand_N_Attribute_Reference,
6734         case Succ): Handle float range check case.
6735         * sem_attr.adb (Analyze_Attribute, case Pred/Succ): Handle float
6736         range check case.
6738 2014-06-13  Vincent Celier  <celier@adacore.com>
6740         * makeutl.ads (Compute_Builder_Switches): Change name of
6741         parameter Root_Environment to Env.
6742         * prj-conf.adb (Check_Switches): Call Locate_Runtime with the
6743         Env parameter of procedure Get_Or_Create_Configuration_File.
6744         (Locate_Runtime): Call Find_Rts_In_Path with the Project_Path
6745         of new parameter Env.
6746         * prj-conf.ads (Locate_Runtime): New parameter Env of type
6747         Prj.Tree.Environment.
6749 2014-06-13  Robert Dewar  <dewar@adacore.com>
6751         * gnat_rm.texi: Minor comment clarification for Check_Float_Overflow.
6753 2014-06-13  Robert Dewar  <dewar@adacore.com>
6755         * exp_attr.adb, exp_ch9.adb, lib-writ.adb, g-comlin.adb: Minor
6756         reformatting.
6757         * sem_attr.adb: Minor code reformatting and simplification.
6758         * checks.adb: Fix minor typo.
6760 2014-06-13  Emmanuel Briot  <briot@adacore.com>
6762         * g-comlin.adb (Get_Argument): fix expansion
6763         of command line arguments (e.g. "*.adb") when using a custom
6764         parser. The parser was not passed to the recursive call, and
6765         thus we were trying to do the expansion on the default command
6766         line parser.
6768 2014-06-13  Thomas Quinot  <quinot@adacore.com>
6770         * exp_ch9.adb: Minor reformatting.
6772 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6774         * exp_attr.adb (Expand_N_Attribute_Reference, case 'Old):
6775         To determine whether the attribute should be expanded, examine
6776         whether the enclosing postcondition pragma is to be checked,
6777         rather than using the internal flag Assertions_Enabled.
6779 2014-06-13  Ben Brosgol  <brosgol@adacore.com>
6781         * gnat_rm.texi: Minor fixes.
6782         * gnat_ugn.texi: Added a missing "@itemize".
6784 2014-06-13  Robert Dewar  <dewar@adacore.com>
6786         * debug.adb: Remove -gnatd.1 flag documentation.
6787         * layout.adb (Layout_Type): Remove special handling of size
6788         for anonymous access type.
6789         * sem_ch3.adb (Replace_Type): Remove special handling of size
6790         for anonymous access type.
6792 2014-06-13  Robert Dewar  <dewar@adacore.com>
6794         * debug.adb: Document debug flag -gnatd.1.
6795         * layout.adb (Layout_Type): Size change for anonymous access
6796         types under -gnatd.1.
6797         * sem_ch3.adb (Replace_Type): Size change for anonymous access
6798         types under -gnatd.1.
6800 2014-06-13  Robert Dewar  <dewar@adacore.com>
6802         * layout.adb (Layout_Type): Anonymous access types designating
6803         unconstrained arrays are always thin pointers.
6804         * sem_ch3.adb (Replace_Type): Anonymous access types designating
6805         unconstrained arrays are always thin pointers.
6807 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6809         * sem_attr.adb (Analyze_Attribute): Use Check_Parameterless_Call
6810         to resolve the prefix of an attribute that is an entity name
6811         and may be a parameterless call.  Minor code reorganization.
6813 2014-06-13  Robert Dewar  <dewar@adacore.com>
6815         * lib.ads, lib.adb, lib-writ.adb, lib-load.adb (Is_Compiler_Unit):
6816         Removed.
6817         * opt.ads (Compiler_Unit): New flag.
6818         * par-ch5.adb (Test_Statement_Required): Call Check_Compiler_Unit
6819         for null statement sequence (not allowed in compiler unit).
6820         * par-prag.adb (Prag): Handle Compiler_Unit[_Warning] during
6821         parsing.
6822         * restrict.ads, restrict.adb (Check_Compiler_Unit): New version and new
6823         calling sequence.
6824         * sem_ch11.adb, sem_ch3.adb, sem_ch4.adb: New calling sequence for
6825         Check_Compiler_Unit.
6826         * sem_ch6.adb (Analyze_Extended_Return_Statement): Call
6827         Check_Compiler_Unit (this construct is not allowed in compiler
6828         units).
6829         * sem_prag.adb (Analyze_Pragma, case Compiler_Unit[_Warning]):
6830         Set Opt.Compiler_Unit.
6832 2014-06-13  Geert Bosch  <bosch@adacore.com>
6834         * gnat_rm.texi, s-tasinf-solaris.ads, sem_prag.adb, gnat_ugn.texi,
6835         s-tasinf-mingw.ads, s-tasinf.ads, s-tasinf-linux.ads,
6836         s-tasinf-vxworks.ads: Make Task_Info pragma and package obsolescent.
6838 2014-06-13  Robert Dewar  <dewar@adacore.com>
6840         * s-tasini.adb, s-tarest.adb, s-taprob.adb: Minor reformatting.
6842 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
6844         * freeze.adb (Freeze_Entity): Remove the check concerning volatile
6845         types in SPARK as it is poorly placed and poorly formulated. The
6846         check was flagging ALL volatile entities as illegal in SPARK.
6847         * sem_prag.adb (Process_Atomic_Shared_Volatile): Flag volatile
6848         types as illegal in SPARK.
6850 2014-06-13  Robert Dewar  <dewar@adacore.com>
6852         * sem_cat.adb: Minor reformatting.
6854 2014-06-13  Yannick Moy  <moy@adacore.com>
6856         * sem_prag.adb (Analyze_Pragma/Post_Class): Fix typo.
6858 2014-06-13  Arnaud Charlet  <charlet@adacore.com>
6860         * gnat_rm.texi: Add detail on SPARK_05 restriction.
6862 2014-06-13  Bob Duff  <duff@adacore.com>
6864         * s-solita.adb (Get_Sec_Stack_Addr, Init_Tasking_Soft_Links):
6865         Add assertions requiring the secondary stack to be initialized.
6866         * s-solita.ads (Init_Tasking_Soft_Links): Comment.
6867         * s-taprob.adb, s-tarest.adb, s-tasini.adb (elab code): Make sure the
6868         secondary stack is initialized before calling Init_Tasking_Soft_Links,
6869         by adding pragmas Elaborate_Body.
6871 2014-06-13  Thomas Quinot  <quinot@adacore.com>
6873         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Remove temporary
6874         kludge disabling new legality check.
6876 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
6878         * freeze.adb (Freeze_Record_Type): Remove checks related to SPARK
6879         volatile types.
6880         (Freeze_Type): Volatile types are now illegal in SPARK.
6882 2014-06-13  Robert Dewar  <dewar@adacore.com>
6884         * aspects.ads, aspects.adb: Add aspect Thread_Local_Storage.
6885         * gnat_rm.texi: Document aspect Thread_Local_Storage.
6887 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6889         * sem_cat.adb (Validate_Static_Object_Name): A constant whose
6890         value is a temporary that renames an aggregate is legal in a
6891         preelaborated unit. Illegalities, if any will be detected in
6892         the aggregate components.
6894 2014-06-13  Ed Schonberg  <schonberg@adacore.com>
6896         * einfo.ads: Minor reformatting an comment expansion.
6898 2014-06-13  Robert Dewar  <dewar@adacore.com>
6900         * back_end.ads, back_end.adb: Make_Id, Make_SC, Set_RND are moved to
6901         Tbuild.
6902         * tbuild.ads, tbuild.adb: Make_Id, Make_SC, Set_RND are moved here from
6903         Back_End.
6904         * gnat1drv.adb: Make_Id, Make_SC, Set_RND are moved to Tbuild
6905         * sem_warn.adb: Minor reformatting.
6907 2014-06-13  Doug Rupp  <rupp@adacore.com>
6909         * adaint.c (__gnat_open_new_temp) [VMS]: Open binary
6910         files with rfm=udf.
6912 2014-06-13  Yannick Moy  <moy@adacore.com>
6914         * sem_warn.adb (Check_Unset_References): Take
6915         case of Refined_Post into account in Within_Postcondition check.
6917 2014-06-13  Hristian Kirtchev  <kirtchev@adacore.com>
6919         * freeze.adb (Freeze_Record_Type): Volatile types are not allowed in
6920         SPARK.
6922 2014-06-13  Yannick Moy  <moy@adacore.com>
6924         * sem_ch13.adb (Analyze_Aspect_Specifications/Aspect_Import,
6925         Aspect_Export): Consider that variables may be set outside the program.
6927 2014-06-13  Robert Dewar  <dewar@adacore.com>
6929         * back_end.adb (Make_Id): New function.
6930         (Make_SC): New function.
6931         (Set_RND): New procedure.
6932         * back_end.ads (Make_Id): New function.
6933         (Make_SC): New function.
6934         (Set_RND): New procedure.
6935         * einfo.ads: Minor comment updates.
6936         * frontend.adb: Move Atree.Initialize call to Gnat1drv.
6937         * gnat1drv.adb (Gnat1drv): New calling sequence for
6938         Get_Target_Parameters.
6939         (Gnat1drv): Move Atree.Initialize here from Frontend.
6940         * targparm.adb (Get_Target_Parameters): New calling
6941         sequence (Get_Target_Parameters): Handle pragma Restriction
6942         (No_Dependence,..)
6943         * targparm.ads (Get_Target_Parameters): New calling sequence.
6945 2014-06-13  Gary Dismukes  <dismukes@adacore.com>
6947         * sem_prag.adb (Process_Import_Or_Interface): Exit the homonym
6948         loop if the pragma does not come from source, so that an implicit
6949         pragma Import only applies to the first declaration, avoiding
6950         possible conflicts with earlier explicit and implicit declarations
6951         due to multiple Provide_Shift_Operators pragmas.
6952         (Set_Imported): Remove previous fix that bypassed pragma duplication
6953         error.
6954         * gnat_rm.texi: Change 'equivalent' to 'similar' in description
6955         of Provide_Shift_Operators.
6957 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
6959         * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Pass
6960         string pointer directly to set_decl_section_name.
6962 2014-06-11  Robert Dewar  <dewar@adacore.com>
6964         * sem_ch13.adb: Minor reformatting.
6966 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
6968         * sem_prag.adb (Check_Clause_Syntax): Add new
6969         local variable Outputs. Account for the case where multiple
6970         output items appear as an aggregate.
6972 2014-06-11  Robert Dewar  <dewar@adacore.com>
6974         * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
6975         with ?j? not ??.
6977 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
6979         * einfo.ads: Minor reformatting.
6981 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
6983         * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
6984         new variable First_Node. Update the position after all insertions have
6985         taken place to First_Node.
6987 2014-06-11  Robert Dewar  <dewar@adacore.com>
6989         * debug.adb: Remove debug flag -gnatd.1, no longer needed.
6990         * layout.adb (Layout_Type): Remove test of -gnatd.1.
6992 2014-06-11  Robert Dewar  <dewar@adacore.com>
6994         * sem_ch13.adb: Minor reformatting.
6996 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
6998         * sem_prag.adb (Check_Clause_Syntax): Add new
6999         local variable Outputs. Account for the case where multiple
7000         output items appear as an aggregate.
7002 2014-06-11  Robert Dewar  <dewar@adacore.com>
7004         * sem_warn.adb (Output_Obsolescent_Entity_Warnings): Tag warning
7005         with ?j? not ??.
7007 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7009         * einfo.ads: Minor reformatting.
7011 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
7013         * a-cbdlli.adb, a-cdlili.adb, a-cidlli.adb, a-crdlli.adb (Insert): Add
7014         new variable First_Node. Update the position after all insertions have
7015         taken place to First_Node.
7017 2014-06-11  Robert Dewar  <dewar@adacore.com>
7019         * debug.adb: Remove debug flag -gnatd.1, no longer needed.
7020         * layout.adb (Layout_Type): Remove test of -gnatd.1.
7022 2014-06-11  Thomas Quinot  <quinot@adacore.com>
7024         * freeze.ads: Minor reformatting.
7025         * checks.adb (Determine_Range): Do not attempt to determine
7026         the range of a deferred constant whose full view has not been
7027         seen yet.
7028         * sem_res.adb (Resolve): Remove undesirable guard against
7029         resolving expressions from expression functions.
7031 2014-06-11  Robert Dewar  <dewar@adacore.com>
7033         * debug.adb (Debug_Flag_Dot_1): Set to enable fix for anonymous
7034         access types.
7035         * layout.adb (Layout_Type): Make anonymous access types for
7036         subprogram formal types and return types always thin. For now
7037         only enabled if -gnatd.1 set.
7039 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7041         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
7042         rule for stream attributes of interface types (RM 13.13.2 (38/3)):
7043         subprogram must be a null procedure.
7045 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
7047         * sem_prag.adb (Analyze_Input_Item): Allow formal
7048         parameters to appear as input_items in an initialization_list
7049         of pragma Initializes. Encapsulation now applies to states and
7050         variables only (as it should). Add RM references to key errors.
7051         * sem_prag.adb (Set_Imported): Suppress errors
7052         about preceding Imports when the pragma does not come from source,
7053         which can happen through use of pragma Provide_Shift_Operators.
7055 2014-06-11  Thomas Quinot  <quinot@adacore.com>
7057         * sem_ch3.adb: Minor reformatting.
7058         * einfo.ads (Full_View): Minor comment update.
7060 2014-06-11  Robert Dewar  <dewar@adacore.com>
7062         * einfo.adb (Is_Independent): New flag.
7063         * einfo.ads (Is_Independent): New flag.
7064         (Has_Independent_Components): Clean up and fix comments.
7065         * sem_prag.adb (Fix_Error): Deal with changing argument
7066         [of] to entity [for].
7067         (Analyze_Pragma, case Independent): Set Is_Independent flag
7068         (Analyze_Pragma, case Independent_Components): Set Is_Independent flag
7069         in all components of specified record.
7071 2014-06-11  Thomas Quinot  <quinot@adacore.com>
7073         * sem_ch12.adb (Analyze_Formal_Decimal_Fixed_Point_Type):
7074         Set proper Etype on bounds of dummy type created for analysis
7075         of the generic.
7077 2014-06-11  Robert Dewar  <dewar@adacore.com>
7079         * debug.adb: Minor comment fix (add missing section of dot
7080         numeric flags).
7082 2014-06-11  Robert Dewar  <dewar@adacore.com>
7084         * gnat_rm.texi, switch-c.adb, sem_prag.adb, a-tgdico.ads, par-prag.adb,
7085         opt.ads, a-finali.ads, snames.ads-tmpl: Remove all traces of
7086         pragma/aspects Pure_05 Pure_12 Preelaborate_05.
7087         * errout.adb (Output_Messages): Avoid duplicate output for
7088         library level instance.
7089         * sem_elab.adb (Is_Call_Of_Generic_Formal): Moved to outer level
7090         (Check_Elab_Call): Add call to Is_Call_Of_Generic_Formal
7091         * exp_ch4.adb (Expand_N_Op_Expon): New interface for Exp_Modular.
7092         * s-expmod.ads, s-expmod.adb (Exp_Modular): Change interface to
7093         accomodate largest modulus value.
7094         * gnat_ugn.texi: Minor updates.
7096 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7098         * sem_ch12.adb (Instantiate_Package_Body): Do not attempt to
7099         load body of generic package or its parent, if body is optional
7100         and the unit does not require a body.
7102 2014-06-11  Robert Dewar  <dewar@adacore.com>
7104         * gnat_rm.texi: Document System.Unsigned_Types.
7105         * impunit.adb: System.Unsigned_Types (s-unstyp.ads) is user accessible.
7106         * s-unstyp.ads: Update comments (this is now user available unit).
7108 2014-06-11  Robert Dewar  <dewar@adacore.com>
7110         * make.adb, sem_res.adb: Minor reformatting.
7112 2014-06-11  Thomas Quinot  <quinot@adacore.com>
7114         * a-astaco.ads, a-tags.ads, s-excdeb.ads, a-tgdico.ads, a-stmaco.ads,
7115         a-except-2005.ads, s-except.ads, a-taside.ads, a-dynpri.ads,
7116         a-chahan.ads, a-sytaco.ads, s-stalib.ads, a-strmap.ads: Change pragmas
7117         Preelaborate_05 to just Preelaborate in runtime units, and similarly
7118         change Pure_05 to just Pure.
7120 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7122         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not attempt
7123         analysis if error has been posted on subprogram body.
7125 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7127         * sem_ch13.adb (Analyze_Stream_TSS_Definition): Apply legality
7128         rule given in RM 13.1 (8/1) for operational attributes to stream
7129         attributes: the attribute must apply to a first subtype. Fixes
7130         missing errors in ACATS test bdd2004.
7132 2014-06-11  Robert Dewar  <dewar@adacore.com>
7134         * exp_ch3.adb (Build_Record_Init_Proc): Don't build for variant
7135         record type if restriction No_Implicit_Conditionals is active.
7136         (Expand_N_Object_Declaration): Don't allow default initialization
7137         for variant record type if restriction No_Implicit_Condition is active.
7138         (Build_Variant_Record_Equality): Don't build for variant
7139         record type if restriction No_Implicit_Conditionals is active.
7140         * exp_ch4.adb (Expand_N_Op_Eq): Error if variant records with
7141         No_Implicit_Conditionals.
7142         * sem_aux.ads, sem_aux.adb (Has_Variant_Part): New function.
7144 2014-06-11  Ramon Fernandez  <fernandez@adacore.com>
7146         * i-cstrin.ads: Update comments.
7148 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7150         * sem_res.adb (Resolve_Selected_Component): Handle properly a
7151         selected component whose prefix is overloaded, when none of the
7152         interpretations matches the expected type.
7154 2014-06-11  Bob Duff  <duff@adacore.com>
7156         * make.adb (Wait_For_Available_Slot): Give a more
7157         informative error message; if the ALI file is not found, print
7158         the full path of what it's looking for.
7160 2014-06-11  Sergey Rybin  <rybin@adacore.com frybin>
7162         * gnat_ugn.texi, vms_data.ads: add description of gnatstub -W<par>
7163         option to specify the result file encoding.
7165 2014-06-11  Robert Dewar  <dewar@adacore.com>
7167         * errout.ads, sem_ch12.adb: Minor reformatting.
7168         * debug.adb, erroutc.adb: Remove -gnatd.q debug switch.
7169         * lib-xref.adb: Minor reformatting.
7170         * restrict.adb: Minor code reorganization (put routines in
7171         alpha order).
7173 2014-06-11  Yannick Moy  <moy@adacore.com>
7175         * einfo.ads: Minor typo in comment
7177 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7179         * sinfo.ads, sinfo.adb: New attribute Uninitialized_Variable, for
7180         formal private types and private type extensions, to indicate
7181         variable in a generic unit whose uninitialized use suggest that
7182         actual type should be fully initialized.
7183         Needs_Initialized_Actual:  removed, functionaity replaced by
7184         the above.
7185         * lib-xref.adb (Generate_Reference): Generate a reference for
7186         variables of a formal type when the unit is not the main unit,
7187         to enable appropriate warnings in an instance.
7188         * sem_ch12.adb (Check_Ininialized_Type): Improve warning on use
7189         of variable in a generic unit that suggests that actual type
7190         should be full initialized.
7191         * sem_warn.adb; (May_Need_Initialized_Actual): Make into procedure
7192         and do not emot warning, which now only appears in an instance.
7194 2014-06-11  Eric Botcazou  <ebotcazou@adacore.com>
7196         * gnat_ugn.texi: Fix minor typo.
7198 2014-06-11  Hristian Kirtchev  <kirtchev@adacore.com>
7200         * sem_ch3.adb Add with and use clause for Sem_Ch10.
7201         (Analyze_Declarations): Code reformatting. Analyze the contract
7202         of a subprogram body stub at the end of the declarative region.
7203         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Spec_Id is
7204         now a variable. Do not process the body if its contract is not
7205         available. Account for subprogram body stubs when extracting
7206         the corresponding spec.
7207         * sem_ch6.ads (Analyze_Subprogram_Contract): Update the comment
7208         on usage.
7209         * sem_ch10.ads, sem_ch10.adb (Analyze_Subprogram_Body_Stub_Contract):
7210         New routine.
7211         * sem_prag.adb (Analyze_Depends_In_Decl_Part):
7212         Account for subprogram body stubs when extracting the
7213         corresponding spec.
7214         (Analyze_Global_In_Decl_List):
7215         Account for subprogram body stubs when extracting the
7216         corresponding spec.
7217         (Analyze_Refined_Depends_In_Decl_Part):
7218         Use Find_Related_Subprogram_Or_Body to retrieve the declaration
7219         of the related body. Spec_Is now a variable. Account for
7220         subprogram body stubs when extracting the corresponding spec.
7221         (Analyze_Refined_Global_In_Decl_Part): Use
7222         Find_Related_Subprogram_Or_Body to retrieve the declaration
7223         of the related body. Spec_Is now a variable. Account for
7224         subprogram body stubs when extracting the corresponding spec.
7225         (Collect_Subprogram_Inputs_Output): Account for subprogram body
7226         stubs when extracting the corresponding spec.
7228 2014-06-11  Vincent Celier  <celier@adacore.com>
7230         * gnatcmd.adb (Process_Link): Do not invoke gnatlink with
7231         -lgnarl or -lgnat.
7233 2014-06-11  Robert Dewar  <dewar@adacore.com>
7235         * debug.adb: Add debug flag -gnatd.q.
7236         * erroutc.adb (Prescan_Message): Bomb if untagged warning with
7237         -gnatd.q set.
7238         * styleg.adb (Check_Xtra_Parens): Message should be a style
7239         message.
7240         * sem_aggr.adb, sem_ch3.adb, exp_ch9.adb, checks.adb, sem_prag.adb,
7241         par-endh.adb, eval_fat.adb, freeze.adb, sem_util.adb, sem_attr.adb,
7242         sem_elab.adb, sem_ch6.adb, sem_warn.adb, sem_cat.adb,
7243         sem_ch13.adb, lib-xref.adb: Add remaining warning tags.
7245 2014-06-11  Ben Brosgol  <brosgol@adacore.com>
7247         * gnat_rm.texi: Revised chapter on Implementation Defined
7248         Characteristics.
7250 2014-06-11  Geert Bosch  <bosch@adacore.com>
7252         * s-exctab.adb: avoid race conditions in exception registration.
7254 2014-06-11  Robert Dewar  <dewar@adacore.com>
7256         * errout.adb (Warn_Insertion): New function.
7257         (Error_Msg): Use Warn_Insertion and Prescan_Message.
7258         (Error_Msg_Internal): Set Info field of error object.
7259         (Error_Msg_NEL): Use Prescan_Message.
7260         (Set_Msg_Text): Don't store info: at start of message.
7261         (Skip_Msg_Insertion_Warning): New name for Set_Msg_Insertion_Warning.
7262         (Skip_Msg_Insertion_Warning): Now just skips warning insertion.
7263         * errout.ads: Document new ?$? and >$> insertion sequences
7264         Document use of "(style)" and "info: "
7265         * erroutc.adb (dmsg): Print several missing fields
7266         (Get_Warning_Tag): Handle -gnatel case (?$?)  (Output_Msg_Text):
7267         Deal with new tagging of info messages
7268         * erroutc.ads: Is_Info_Msg: New global (Error_Msg_Object):
7269         Add field Info (Prescan_Message): New procedure, this procedure
7270         replaces the old Test_Style_Warning_Serious_Unconditional_Msg
7271         * errutil.adb, exp_util.adb, par-ch7.adb, sem_ch13.adb, sem_ch7.adb,
7272         sem_elab.adb: Follow new rules for info message (info belongs
7273         only at the start of a message, and only in the first message,
7274         not in any of the continuations).
7275         * gnat_ugn.texi: Document full set of warning tags.
7277 2014-06-11  Gary Dismukes  <dismukes@adacore.com>
7279         * sem_util.adb: Minor typo fix.
7281 2014-06-11  Ed Schonberg  <schonberg@adacore.com>
7283         * sem_warn.adb (Check_References): Do not emit spurious warnings
7284         on uninitialzed variable of a formal private type if variable
7285         is not read.
7287 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
7289         * gcc-interface/utils.c (process_attributes) <ATTR_LINK_SECTION>: Use
7290         set_decl_section_name accessor.
7292 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
7294         * gcc-interface/utils.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
7295         (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
7296         (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
7298 2014-05-21  Robert Dewar  <dewar@adacore.com>
7300         * layout.adb: Minor reformatting.
7301         * sem_prag.adb (Analyze_Pragma, case Inspection_Point): Call
7302         dummy procedure ip.
7304 2014-05-21  Robert Dewar  <dewar@adacore.com>
7306         * restrict.ads (Implementation_Restriction): Add entry for
7307         No_Fixed_IO.
7308         * rtsfind.ads: Add entries for Fixed_IO and Decimal_IO in
7309         Ada.[Wide_[Wide_]Text_IO.
7310         * s-rident.ads (Restriction_Id): Add entry for No_Fixed_IO.
7311         * sem_attr.adb (Analyze_Attribute): Disallow fixed point types
7312         for Img, Image, Value, Wide_Image, Wide_Value, Wide_Wide_Image,
7313         Wide_Wide_Value if restriction No_Fixed_IO is set.
7314         * sem_util.adb (Set_Entity_Checks): Check restriction No_Fixed_IO.
7316 2014-05-21  Robert Dewar  <dewar@adacore.com>
7318         * gnatcmd.adb: Minor error msg changes (no upper case letter
7319         at start).
7320         * sem_ch12.adb, sem_ch5.adb, sem_res.adb, sem_util.adb: Minor
7321         reformatting.
7323 2014-05-21  Robert Dewar  <dewar@adacore.com>
7325         * debug.adb: Debug flag -gnatd.G inhibits static elab tracing
7326         via generic formals.
7327         * sem_elab.adb (Is_Call_Of_Generic_Formal): Return False if
7328         -gnatd.G is set.
7330 2014-05-21  Thomas Quinot  <quinot@adacore.com>
7332         * exp_pakd.adb (Revert_Storage_Order): Renamed from Byte_Swap to
7333         more accurately describe that this subprogram needs to come into
7334         play also in cases where no byte swapping is involved, because
7335         it also takes care of some required shifts (left-justification
7336         of values).
7338 2014-05-21  Thomas Quinot  <quinot@adacore.com>
7340         * freeze.adb (Check_Component_Storage_Order): Indicate whether
7341         a Scalar_Storage_Order attribute definition is present for the
7342         component's type.
7343         (Freeze_Record_Type): Suppress junk warnings
7344         about purportedly junk Bit_Order / Scalar_Storage_Order attribute
7345         definitions.
7347 2014-05-21  Robert Dewar  <dewar@adacore.com>
7349         * sem_ch8.adb (Analyze_Subprogram_Renaming): Put back call
7350         to Kill_Elaboration_Checks.
7352 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
7354         * layout.adb (Assoc_Add): Suppress the optimization of the (E
7355         - C1) + C2 case, when the expression type is unsigned and C1 <
7356         C2, to avoid creating a negative literal when folding.
7358 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
7360         * freeze.adb (Freeze_Record_Type): Update the use of
7361         Is_SPARK_Volatile.
7362         * sem_ch3.adb (Analyze_Object_Contract): Update the use of
7363         Is_SPARK_Volatile.
7364         (Process_Discriminants): Update the use of Is_SPARK_Volatile.
7365         * sem_ch5.adb (Analyze_Iterator_Specification): Update the use
7366         of Is_SPARK_Volatile.
7367         (Analyze_Loop_Parameter_Specification):
7368         Update the use of Is_SPARK_Volatile.
7369         * sem_ch6.adb (Process_Formals): Catch an illegal use of an IN
7370         formal parameter when its type is volatile.
7371         * sem_prag.adb (Analyze_Global_Item): Update the use of
7372         Is_SPARK_Volatile.
7373         * sem_res.adb (Resolve_Entity_Name): Correct the guard which
7374         determines whether an entity is a volatile source SPARK object.
7375         * sem_util.adb (Has_Enabled_Property): Accout for external
7376         properties being set on objects other than abstract states
7377         and variables. An example would be a formal parameter.
7378         (Is_SPARK_Volatile): New routine.
7379         (Is_SPARK_Volatile_Object):
7380         Remove the entity-specific tests. Call routine Is_SPARK_Volatile
7381         when checking entities and/or types.
7382         * sem_util.ads (Is_SPARK_Volatile): New routine.
7384 2014-05-21  Robert Dewar  <dewar@adacore.com>
7386         * sem_warn.adb: Minor fix to warning messages (use ?? instead
7387         of ?).
7389 2014-05-21  Vincent Celier  <celier@adacore.com>
7391         * gnatcmd.adb (GNATCmd): For platforms other than VMS, recognize
7392         switch --version and --help.
7394 2014-05-21  Robert Dewar  <dewar@adacore.com>
7396         * sem_elab.adb (Is_Call_Of_Generic_Formal): New function.
7398 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7400         * sem_ch5.adb (Analyze_Iterator_Specification): Set type of
7401         iterator variable when the domain of iteration is a formal
7402         container and this is an element iterator.
7404 2014-05-21  Bob Duff  <duff@adacore.com>
7406         * sem_ch12.adb: Minor reformatting.
7408 2014-05-21  Robert Dewar  <dewar@adacore.com>
7410         * sinfo.ads, sem_ch12.adb, sem_warn.adb: Minor reformatting.
7412 2014-05-21  Robert Dewar  <dewar@adacore.com>
7414         * sem_elab.adb: Minor reformatting.
7415         * s-taprop.ads: Minor comment fix.
7416         * sem_ch8.adb (Analyze_Subprogram_Renaming): Remove call to
7417         Kill_Elaboration_Checks.
7418         * errout.adb, erroutc.adb: Minor reformatting.
7420 2014-05-21  Thomas Quinot  <quinot@adacore.com>
7422         * exp_pakd.adb (Byte_Swap): Handle the case of a sub-byte
7423         component. No byte swapping occurs, but this procedure also takes
7424         care of appropriately justifying the argument.
7426 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
7428         * sem_ch6.adb: sem_ch6.adb (Analyze_Aspects_On_Body_Or_Stub):
7429         New routine.
7430         (Analyze_Subprogram_Body_Helper): Move the
7431         analysis of aspect specifications and the processing of the
7432         subprogram body contract after inlining has taken place.
7433         (Diagnose_Misplaced_Aspect_Specifications): Removed.
7435 2014-05-21  Javier Miranda  <miranda@adacore.com>
7437         * sem_ch3.adb (Build_Derived_Record_Type): Revert previous change.
7439 2014-05-21  Robert Dewar  <dewar@adacore.com>
7441         * sem_eval.ads, sem_eval.adb (Why_Not_Static): Messages are not
7442         continuations any more.
7444 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7446         * sinfo.ads, sinfo.adb: New flag Needs_Initialized_Actual,
7447         present in formal_Private_Definitions and on private extension
7448         declarations of a formal derived type. Set when the use of the
7449         formal type in a generic suggests that the actual should be a
7450         fully initialized type.
7451         * sem_warn.adb (May_Need_Initialized_Actual): new subprogram
7452         to indicate that an entity of a generic type has default
7453         initialization, and that the corresponing actual type in any
7454         subsequent instantiation should be fully initialized.
7455         * sem_ch12.adb (Check_Initialized_Type): new subprogram,
7456         to emit a warning if the actual for a generic type on which
7457         Needs_Initialized_Actual is set is not a fully initialized type.
7459 2014-05-21  Robert Dewar  <dewar@adacore.com>
7461         * sem_elab.adb, prj-dect.adb: Minor reformatting.
7463 2014-05-21  Robert Dewar  <dewar@adacore.com>
7465         * erroutc.ads: Minor comment addition.
7467 2014-05-21  Robert Dewar  <dewar@adacore.com>
7469         * errout.ads: Add documentation for use of >*> tag.
7470         * restrict.adb: Make sure we use >*> tag for restriction warnings.
7472 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
7474         * debug.adb: Add case of illegal overriding_indicator for a
7475         protected subprogram body to description of -gnatd.E switch.
7476         * sem_ch6.adb (Verify_Overriding_Indicator): Issue error message
7477         for cases of giving overriding_indicators on protected subprogram
7478         bodies, but change this to a warning if -gnatd.E is enabled. No
7479         longer give a style warning about missing indicators on protected
7480         subprogram bodies.
7482 2014-05-21  Robert Dewar  <dewar@adacore.com>
7484         * prj.ads, sem_ch12.adb, prj.adb, exp_pakd.adb,
7485         sem_elab.ads: Minor reformatting.
7486         * erroutc.adb, erroutc.ads (Warning_Specifically_Suppressed): Make Tag
7487         parameter optional.
7489 2014-05-21  Pascal Obry  <obry@adacore.com>
7491         * prj-dect.adb: Allow package Install in aggregate project.
7493 2014-05-21  Robert Dewar  <dewar@adacore.com>
7495         * sem_ch13.adb (Analyze_Aspect_Specifications):
7496         Insert_Delayed_Pragma is now used for the case of Attach_Handler.
7497         * sem_prag.adb: Minor comment improvements.
7499 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7501         * sem_ch12.adb (Install_Body): When checking whether freezing of
7502         instantiation must be delayed, verify that the common enclosing
7503         subprogram to generic and instance is in fact an overloadable
7504         entity.
7506 2014-05-21  Vincent Celier  <celier@adacore.com>
7508         * makeutl.adb (Mains.Complete_Mains.Do_Complete): Look for all
7509         mains with the same name and fail if there is more than one.
7510         * prj.ads, prj.adb (Find_All_Sources): New function
7512 2014-05-21  Robert Dewar  <dewar@adacore.com>
7514         * sem_ch13.adb: Minor reformatting.
7515         * lib-xref-spark_specific.adb, sem_util.adb: Minor reformatting.
7516         * sem_prag.adb: Minor error message improvement.
7518 2014-05-21  Yannick Moy  <moy@adacore.com>
7520         * lib-xref-spark_specific.adb, lib-xref.ads, lib-xref.adb
7521         (Enclosing_Subprogram_Or_Package): Only return a library-level
7522         package.
7524 2014-05-21  Javier Miranda  <miranda@adacore.com>
7526         * sem_ch3.adb (Build_Derived_Record_Type): Initialize Parent_Base
7527         to the full view of the parent type when processing a derived type
7528         which is the full view of a private type not defined in a generic
7529         unit which is derived from a private type with discriminants
7530         whose full view is a non-tagged record type.
7532 2014-05-21  Javier Miranda  <miranda@adacore.com>
7534         * exp_ch4.adb (Expand_Allocator_Expression.Apply_Accessibility_Check):
7535         Complete previous patch.
7537 2014-05-21  Thomas Quinot  <quinot@adacore.com>
7539         PR ada/9535
7540         * g-socket.adb (Read and Write for Datagram_Socket_Stream_Type):
7541         Provide a behaviour more consistent with underlying datagram
7542         socket: do not attempt to loop over Send_Socket/Receive_Socket
7543         iterating along the buffer.
7545 2014-05-21  Hristian Kirtchev  <kirtchev@adacore.com>
7547         * freeze.adb (Freeze_Record_Type): Ensure that a discriminated
7548         or a tagged type is not labelled as volatile. Ensure that a
7549         non-volatile type has no volatile components.
7550         * sem_ch3.adb (Analyze_Object_Contract): Add local constant
7551         Obj_Typ. Code reformatting.  Ensure that a discriminated or
7552         tagged object is not labelled as volatile.
7553         * sem_prag.adb (Process_Atomic_Shared_Volatile): Ensure that
7554         pragma Volatile applies to a full type declaration or an object
7555         declaration when SPARK mode is on.
7557 2014-05-21  Sergey Rybin  <rybin@adacore.com frybin>
7559         * gnat_ugn.texi: For ASIS tools, reword the paragraph about
7560         providing options needed for compiling the argument source for
7561         the situation when a project file can be used as a tool parameter.
7563 2014-05-21  Gary Dismukes  <dismukes@adacore.com>
7565         * gnat_rm.texi: Minor typo fix.
7567 2014-05-21  Robert Dewar  <dewar@adacore.com>
7569         * stand.adb (Tree_Read): Read missing entities.
7570         (Tree_Write): Write missing entities.
7572 2014-05-21  Ben Brosgol  <brosgol@adacore.com>
7574         * gnat_ugn.texi: Wordsmithing edits to Coupling Metrics Control
7575         section in gnatmetric chapter.
7577 2014-05-21  Robert Dewar  <dewar@adacore.com>
7579         * exp_ch6.adb (Expand_Actuals): Spec moved here, since not used
7580         outside Exp_Ch6 (Expand_Actuals): Deal with proper insertion of
7581         post-call copy write back (see detailed comment in code).
7582         * exp_ch6.ads (Expand_Actuals): Moved to body, not used outside
7583         Exp_Ch6.
7584         * tbuild.ads: Minor reformatting.
7586 2014-05-21  Robert Dewar  <dewar@adacore.com>
7588         * stand.ads: Add warning about adding new entities and
7589         Tree_Read/Tree_Write.
7591 2014-05-21  Robert Dewar  <dewar@adacore.com>
7593         * sem_util.adb (Set_Entity_With_Checks): Don't complain about
7594         references to restricted entities within the units in which they
7595         are declared.
7597 2014-05-21  Robert Dewar  <dewar@adacore.com>
7599         * gnat1drv.adb (Check_Bad_Body): Use Source_File_Is_Body to
7600         simplify the needed test, and also deal with failure to catch
7601         situations with non-standard names.
7602         * sinput-l.ads, sinput-l.adb (Source_File_Is_No_Body): New function
7603         (Source_File_Is_Subunit): Removed, no longer used.
7605 2014-05-21  Javier Miranda  <miranda@adacore.com>
7607         * exp_ch4.adb
7608         (Expand_Allocator_Expression.Apply_Accessibility_Check): for a
7609         renaming of an access to interface object there is no need to
7610         generate extra code to reference the tag.
7612 2014-05-21  Robert Dewar  <dewar@adacore.com>
7614         * errout.adb, erroutc.adb, erroutc.ads: Allow warning tag in pragma
7615         Warnings (Off, string).
7617 2014-05-21  Robert Dewar  <dewar@adacore.com>
7619         * osint.adb: Fix three error messages to say invalid instead
7620         of erroneous.
7621         * par-ch4.adb, exp_aggr.adb, sem_attr.adb, sem_aux.adb, sem_ch3.adb,
7622         sem_ch5.adb, sem_ch6.adb, sem_ch7.adb, sem_dim.adb, sem_res.adb,
7623         sem_util.adb, sem_util.ads: Fix incorrect use of erroneous in comments.
7625 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7627         * freeze.adb, sem_ch13.adb, sem_ch13.ads, sem_ch9.adb,
7628         sem_ch9.ads: Move discriminant manipulation routines for analysis of
7629         aspect specifications from sem_ch9 to sem_ch13, where they belong.
7631 2014-05-21  Robert Dewar  <dewar@adacore.com>
7633         * gnat_ugn.texi: Clearly document -gnatw.g (GNAT warnings).
7634         Clearly document -gnatyg (GNAT style switches).
7635         * usage.adb: Add line line for -gnatw.g (GNAT warnings) More
7636         detail for line for -gnatyg (GNAT style switches) -gnatw.d/D is
7637         available for VMS after all.
7638         * warnsw.adb: Reorganize to eliminate duplicated code
7639         (Restore_Warnings): Add a couple of missing entries
7640         (Save_Warnings): Add a couple of missing entries.
7641         * warnsw.ads: Add missing entries to Warning_Record (not clear
7642         what the impact is).
7644 2014-05-21  Robert Dewar  <dewar@adacore.com>
7646         * errout.adb (Set_Msg_Insertion_Warning): Handle ?*? (restriction
7647         warning) case.
7648         * errout.ads: Document ?*? (restriction warning) insertion.
7649         * erroutc.adb (Get_Warning_Tag): Deal with ?*? (restriction
7650         warning) case.
7651         * erroutc.ads: Document use of * for restriction warning tag.
7652         * restrict.adb (Restriction_Msg): Tag with ?*? instead of ??.
7654 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7656         * sem_ch9.adb (Push_Scope_And_Install_Discriminants): Do not
7657         make discriminants immediately visible when analyzing an aspect
7658         of a subtype declaration.
7659         (Uninstall_Discriminants): Do not apply to the entity in a
7660         subtype declaration.
7662 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7664         * sem_util.adb: Code clean up.
7666 2014-05-21  Eric Botcazou  <ebotcazou@adacore.com>
7668         * gnat_ugn.texi: Document -Werror.
7670 2014-05-21  Bob Duff  <duff@adacore.com>
7672         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object):
7673         This was returning False if the Object is a constant view. Fix
7674         it to return True in that case, because it might be a view of
7675         a variable.
7676         (Has_Discriminant_Dependent_Constraint): Fix latent
7677         bug; this function was crashing when passed a discriminant.
7679 2014-05-21  Robert Dewar  <dewar@adacore.com>
7681         * gnat_ugn.texi: Remove misplaced section that is now obsolete.
7682         * s-arit64.adb: Minor code reorganization.
7683         * sem_prag.adb: Minor comment fix (remove erroneous use of the
7684         term erroneous).
7686 2014-05-21  Robert Dewar  <dewar@adacore.com>
7688         * g-table.adb, g-dyntab.adb (Reallocate): Fix possible overflow in
7689         computing new table size.
7691 2014-05-21  Robert Dewar  <dewar@adacore.com>
7693         * einfo.ads: Minor reformatting.
7694         * ceinfo.adb: Deal with slight format change of einfo.ads.
7696 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7698         * sem_prag.adb (Analyze_Part_Of): Further work on the proper
7699         implementation of the SPARK 2014 rule concerning private child
7700         units (LRM 7.2.6).
7702 2014-05-21  Vincent Celier  <celier@adacore.com>
7704         * makeusg.adb: Add switch -d to usage.
7706 2014-05-21  Ed Schonberg  <schonberg@adacore.com>
7708         * sem_util.adb (Find_Actual): If an actual that is the prefix
7709         of an enclosing prefixed call has been rewritten, use Nkind
7710         and Sloc to identify the corresponding formal, when handling
7711         deferred references.
7713 2014-05-21  Robert Dewar  <dewar@adacore.com>
7715         * debug.adb: Document -gnatd.z switch.
7716         * sem_eval.adb (Why_Non_Static): Test -gnatd.z switch.
7718 2014-05-21  Robert Dewar  <dewar@adacore.com>
7720         * einfo.ads (Can_Never_Be_Null): Minor comment update.
7721         * sem_prag.adb (Check_Arg_Is_Task_Dispatching_Policy): Minor
7722         error message change.
7723         * s-arit64.adb ("abs"): New function. Use expression functions
7724         for the simple conversions and arithmetic.
7726 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7728         * gcc-interface/trans.c (Subprogram_Body_to_gnu): Rework comment and
7729         set function_start_locus.
7731 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7733         * utils.c (gnat_write_global_declarations): Adjust the flags put on
7734         dummy_global.
7736 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7738         * gcc-interface/decl.c (change_qualified_type): New static function.
7739         (gnat_to_gnu_entity): Use it throughout to add qualifiers on types.
7740         <E_Array_Type>: Set TYPE_VOLATILE on the array type directly.
7741         <E_Array_Subtype>: Likewise.
7742         Do not set flags on an UNCONSTRAINED_ARRAY_TYPE directly.
7743         (gnat_to_gnu_component_type): Likewise.
7744         (gnat_to_gnu_param): Likewise.
7746 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7748         * fe.h (Set_Present_Expr): Move around.
7749         (End_Location): New macro.
7750         * gcc-interface/trans.c (Case_Statement_to_gnu): Use End_Location.
7752 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7754         * gcc-interface/decl.c (gnat_to_gnu_entity): Use Underlying_Type in
7755         lieu of more verbose construct.
7756         * gcc-interface/trans.c (Call_to_gnu): Likewise.
7757         (gnat_to_gnu): Likewise.  Remove obsolete code.
7759 2014-05-18  Eric Botcazou  <ebotcazou@adacore.com>
7761         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Do not
7762         consider that regular packed arrays can never be superflat.
7764 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
7766         * gcc-interface/ada-tree.h: Remove usage of variable_size gty
7767         annotation.
7768         * gcc-interface/decl.c (annotate_value): Adjust.
7769         * gcc-interface/trans.c (Attribute_to_gnu): Likewise.
7770         (push_range_check_info): Likewise.
7771         (Loop_Statement_to_gnu): Likewise.
7772         (Subprogram_Body_to_gnu): Likewise.
7773         (Compilation_Unit_to_gnu): Likewise.
7774         (start_stmt_group): Likewise.
7775         * gcc-interface/utils.c (init_gnat_utils): Likewise.
7776         (gnat_pushlevel): Likewise.
7777         (maybe_pad_type): Likewise.
7779 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
7781         * seh_init.c: Fix copyright year.
7783 2014-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7785         * seh_init.c (__gnat_map_SEH): Compile also when __CYGWIN__ and __SEH__
7786         are defined.  Move include windows.h before system.h.
7787         * s-oscons-tmplt.c (DTR_CONTROL_ENABLE, RTS_CONTROL_ENABLE): Compile
7788         also when __CYGWIN__ is defined.  Include windef.h before winbase.h.
7790 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
7792         * gcc-interface/decl.c (gnat_to_gnu_entity): Convert integer_one_node
7793         to the appropriate type.
7794         * gcc-interface/trans.c (gnat_to_gnu): Likewise.
7795         (pos_to_constructor): Likewise.
7797 2014-05-13  Eric Botcazou  <ebotcazou@adacore.com>
7799         * gcc-interface/decl.c (annotate_value): Fix thinko in latest change.
7801 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
7802             Mike Stump  <mikestump@comcast.net>
7803             Richard Sandiford  <rdsandiford@googlemail.com>
7805         * gcc-interface/cuintp.c (UI_From_gnu): Use wide-int interfaces.
7806         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_SIGN.
7807         (annotate_value): Use wide-int interfaces.
7808         * gcc-interface/utils.c (get_nonnull_operand): Use tree_fits_uhwi_p.
7810 2014-04-28  Richard Henderson  <rth@redhat.com>
7812         * gcc-interface/Makefile.in: Support aarch64-linux.
7814 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
7816         * exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix,
7817         add 'Suffix' parameter and adjust comment.
7818         (Get_External_Name_With_Suffix): Delete.
7819         * exp_dbug.adb (Get_External_Name_With_Suffix): Merge into...
7820         (Get_External_Name): ...here.  Add 'False' default to Has_Suffix, add
7821         'Suffix' parameter.
7822         (Get_Encoded_Name): Remove 2nd argument in call to Get_External_Name.
7823         Call Get_External_Name instead of Get_External_Name_With_Suffix.
7824         (Get_Secondary_DT_External_Name): Likewise.
7825         * exp_cg.adb (Write_Call_Info): Likewise.
7826         * exp_disp.adb (Export_DT): Likewise.
7827         (Import_DT): Likewise.
7828         * comperr.ads (Compiler_Abort): Remove Code parameter and add From_GCC
7829         parameter with False default.
7830         * comperr.adb (Compiler_Abort): Likewise.  Adjust accordingly.
7831         * types.h (Fat_Pointer): Rename into...
7832         (String_Pointer): ...this.  Add comment on interfacing rules.
7833         * fe.h (Compiler_Abort): Adjust for above renaming.
7834         (Error_Msg_N): Likewise.
7835         (Error_Msg_NE): Likewise.
7836         (Get_External_Name): Likewise.  Add third parameter.
7837         (Get_External_Name_With_Suffix): Delete.
7838         * gcc-interface/decl.c (STDCALL_PREFIX): Define.
7839         (create_concat_name): Adjust call to Get_External_Name, remove call to
7840         Get_External_Name_With_Suffix, use STDCALL_PREFIX, adjust for renaming.
7841         * gcc-interface/trans.c (post_error): Likewise.
7842         (post_error_ne): Likewise.
7843         * gcc-interface/misc.c (internal_error_function): Likewise.
7845 2014-04-28  Richard Biener  <rguenther@suse.de>
7847         PR middle-end/60092
7848         * gcc-interface/utils.c: Define flag_isoc11.
7850 2014-04-26  Eric Botcazou  <ebotcazou@adacore.com>
7852         * gnatvsn.ads (Library_Version): Bump to 4.10.
7854 2014-04-23  Eric Botcazou  <ebotcazou@adacore.com>
7856         Revert
7857         2014-04-22  Richard Henderson  <rth@redhat.com>
7859         * gcc-interface/Makefile.in: Support aarch64-linux.
7861         2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
7863         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
7864         (Error_Msg_N): Likewise.
7865         (Error_Msg_NE): Likewise.
7866         (Get_External_Name_With_Suffix): Likewise.
7867         * types.h (Fat_Pointer): Delete.
7868         (String_Pointer): New type.
7869         (DECLARE_STRING_POINTER): New macro.
7870         * gcc-interface/decl.c (create_concat_name): Adjust.
7871         * gcc-interface/trans.c (post_error): Likewise.
7872         (post_error_ne): Likewise.
7873         * gcc-interface/misc.c (internal_error_function): Likewise.
7875 2014-04-22  Richard Henderson  <rth@redhat.com>
7877         * gcc-interface/Makefile.in: Support aarch64-linux.
7879         * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
7880         (__gnat_alternate_stack): Enable for all linux except ia64.
7882 2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
7884         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
7885         (Error_Msg_N): Likewise.
7886         (Error_Msg_NE): Likewise.
7887         (Get_External_Name_With_Suffix): Likewise.
7888         * types.h (Fat_Pointer): Delete.
7889         (String_Pointer): New type.
7890         (DECLARE_STRING_POINTER): New macro.
7891         * gcc-interface/decl.c (create_concat_name): Adjust.
7892         * gcc-interface/trans.c (post_error): Likewise.
7893         (post_error_ne): Likewise.
7894         * gcc-interface/misc.c (internal_error_function): Likewise.
7896 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7897             Pierre-Marie de Rodat  <derodat@adacore.com>
7899         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a mere
7900         scalar constant instead of a reference for renaming of scalar literal.
7901         Do not create a new object for constant renaming except for a function
7902         call.  Make sure a VAR_DECL is created for the renaming pointer.
7903         * gcc-interface/trans.c (constant_decl_with_initializer_p): New.
7904         (fold_constant_decl_in_expr): New function.
7905         (Identifier_to_gnu): Use constant_decl_with_initializer_p.
7906         For a constant renaming, try to fold a constant DECL in the result.
7907         (lvalue_required_p) <N_Object_Renaming_Declaration>: Always return 1.
7908         (Identifier_to_gnu): Reference the renamed object of constant renaming
7909         pointers directly.
7910         * gcc-interface/utils.c (invalidate_global_renaming_pointers): Do not
7911         invalidate constant renaming pointers.
7913 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7915         * gcc-interface/utils.c (type_for_vector_element_p): New predicate.
7916         (build_vector_type_for_size): New function.
7917         (build_vector_type_for_array): Likewise.
7918         (unchecked_convert): Build an intermediate vector type to convert
7919         from a generic array type to a vector type.
7920         (handle_vector_size_attribute): Reimplement.
7921         (handle_vector_type_attribute): Likewise.
7923 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7925         * gcc-interface/decl.c (prepend_one_attribute_pragma): Call
7926         Is_OK_Static_Expression in lieu of Is_Static_Expression to
7927         detect valid arguments.
7929 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7931         * gcc-interface/trans.c (gnat_gimplify_stmt): Propagate loop hints.
7933 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
7935         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_IDENTIFIER.
7936         (components_to_record): Likewise.
7937         * gcc-interface/utils.c (make_aligning_type): Likewise.
7938         (maybe_pad_type): Likewise.
7939         (finish_record_type): Likewise.
7940         (rest_of_record_type_compilation): Likewise.
7942 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
7944         * snames.ads-tmpl (Name_Ivdep): New pragma-related name.
7945         * sem_prag.adb (Analyze_Pragma) <Pragma_Loop_Optimize>: Add support
7946         for Ivdep hint.
7947         * gnat_rm.texi (Implementation Defined Pragmas): Document new Ivdep
7948         hint for Loop_Optimize.
7949         * gnat_ugn.texi (Vectorization of loops): Mention new Ivdep hint.
7950         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
7951         with new Ivdep hint.
7952         * gcc-interface/ada-tree.h (LOOP_STMT_IVDEP): New macro.
7953         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
7954         with new Ivdep hint.
7955         (gnat_gimplify_stmt) <LOOP_STMT>: Propagate loop hints.
7957 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
7958             Robert Dewar  <dewar@adacore.com>
7960         * opt.ads (Suppress_Back_Annotation): Remove as unused.
7961         * fe.h (Back_Annotate_Rep_Info): Likewise.
7962         (Global_Discard_Names): Likewise.
7963         (List_Representation_Info): Declare.
7964         * types.h (Uint_Minus_1): Likewise.
7965         * repinfo.ads: Document back-annotation change.
7966         * gcc-interface/gigi.h (init_gnat_decl): Declare.
7967         (destroy_gnat_decl): Likewise.
7968         * gcc-interface/decl.c (annotate_value): Do not create the cache of
7969         annotated values here but...
7970         <CALL_EXPR>: Only inline the call if -gnatR3 is specified or we are
7971         in ASIS mode.
7972         (init_gnat_decl): ...here instead.  New function.
7973         (destroy_gnat_decl): Likewise.
7974         * gcc-interface/trans.c (gigi): Call {init|destroy}_gnat_decl.
7975         * gcc-interface/utils.c (init_gnat_utils): Minor reformatting.
7977 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
7979         * gcc-interface/decl.c (create_field_decl_from): Finalize non-constant
7980         offset for the field, if any.
7982 2014-04-09  Eric Botcazou  <ebotcazou@adacore.com>
7983             Svante Signell  <svante.signell@gmail.com>
7985         PR ada/54040
7986         PR ada/59346
7987         * s-osinte-x32.adb: New file.
7988         * s-linux.ads (Time): New section.
7989         * s-linux-alpha.ads (Time): Likewise.
7990         * s-linux-android.ads (Time: Likewise.
7991         * s-linux-hppa.ads (Time): Likewise.
7992         * s-linux-mipsel.ads (Time): Likewise.
7993         * s-linux-sparc.ads (Time): Likewise.
7994         * s-linux-x32.ads (Time): Likewise.
7995         * s-osprim-x32.ads (timespec): Adjust.
7996         (Clock): Likewise.
7997         (To_Timespec): Likewise.
7998         * s-osinte-linux.ads (Time): Define local subtypes for those defined
7999         in System.Linux.
8000         * s-taprop-linux.adb (Monotonic_Clock): Do not define timeval.
8001         * s-osinte-hpux.ads (timespec): Revert POSIX breakage.
8002         * s-osinte-kfreebsd-gnu.ads (timespec): Likewise.
8003         * s-osinte-solaris-posix.ads (timespec): Likewise.
8004         * s-osinte-posix.adb (To_Timespec): Likewise.
8005         * gcc-interface/Makefile.in (x32/Linux): Use s-osinte-x32.adb.
8007 2014-04-08  Eric Botcazou  <ebotcazou@adacore.com>
8009         PR ada/60411
8010         * gcc-interface/Makefile.in (arm% linux-android): Switch to EHABI.
8011         * s-linux-android.ads: New file.
8012         * s-intman-android.adb: Likewise.
8013         * s-osinte-android.ads: Adjust.
8014         * sigtramp-armdroid.c: Likewise.
8015         * sigtramp.h: Add Android support.
8017 2014-04-07  Eric Botcazou  <ebotcazou@adacore.com>
8019         * gcc-interface/Makefile.in (alpha-vms): Add missing line.
8021 2014-03-30  Eric Botcazou  <ebotcazou@adacore.com>
8023         PR ada/60703
8024         * system-linux-alpha.ads: Adjust for Ada 2005.
8025         * system-linux-mips.ads: Likewise.
8026         * system-linux-mips64el.ads: Likewise.
8027         * system-linux-mipsel.ads: Likewise.
8028         * system-linux-s390.ads: Likewise.
8029         * system-linux-s390x.ads: Likewise.
8030         * system-linux-sparc.ads: Likewise.
8031         * system-linux-sparcv9.ads: Likewise.
8032         * system-rtems.ads: Likewise.
8033         * system-vxworks-arm.ads: Likewise.
8035 2014-03-16  Andreas Schwab  <schwab@linux-m68k.org>
8037         PR ada/39172
8038         * gcc-interface/Makefile.in (target_cpu_default): Revert
8039         2013-10-11 change.
8041 2014-03-13  Eric Botcazou  <ebotcazou@adacore.com>
8043         PR ada/51483
8044         * cstand.adb (Register_Float_Type): Add 'precision' parameter and use
8045         it to set the RM size.  Use directly 'size' for the Esize.
8046         (Create_Back_End_Float_Types): Adjust call to above.
8047         * get_targ.ads (Register_Type_Proc): Add 'precision' parameter.
8048         * set_targ.ads (FPT_Mode_Entry): Add 'precision' component.
8049         (Write_Target_Dependent_Values): Adjust comment.
8050         * set_targ.adb (Register_Float_Type): Add 'precision' parameter and
8051         deal with it.
8052         (Write_Target_Dependent_Values): Write the precision in lieu of size.
8053         (Initialization): Read the precision in lieu of size and compute the
8054         size from the precision and the alignment.
8055         * gcc-interface/gigi.h (enumerate_modes): Add integer parameter.
8056         * gcc-interface/misc.c (enumerate_modes): Likewise.  Do not register
8057         types for vector modes, pass the size in addition to the precision.
8059 2014-03-10  Eric Botcazou  <ebotcazou@adacore.com>
8061         * gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
8063 2014-03-07  Doug Rupp  <rupp@adacore.com>
8065         PR ada/60411
8066         * system-linux-armel.ads (Backend_Overflow_Checks): Set to True.
8067         (Support_64_Bit_Divides): Removed, no longer used.
8068         (ZCX_By_Default): Enabled.
8070 2014-02-25  Doug Rupp  <rupp@adacore.com>
8072         * gcc-interface/Makefile.in (arm-linux):
8073         (EH_MECHANISM): Use ARM unwinder (-arm)
8074         (LIBGNAT_TARGET_PAIRS: Override defaults with a-exexpr-gcc.adb and
8075         s-excmac-arm.ads.
8076         (EXTRA_LIBGNAT_OBJS): Add raise-gcc.o
8077         (EXTRA_GNATRTL_NONTASKING_OBJS): Add g-cppexc.o s-excmac.o.
8078         (arm-wrs-vxworks): Add EH_MECHANISM=-gcc for kernel mode.
8079         (EXTRA_LIBGNAT_OBJS): Add sigtramp-armvxw.o
8080         Add dependencies for sigtramp-armvxw.o.
8082 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
8084         * gcc-interface/trans.c (Pragma_to_gnu): Deal with Warning_As_Error.
8086 2014-02-25  Robert Dewar  <dewar@adacore.com>
8088         * rtsfind.adb (Is_RTE): Protect against entity with no scope
8089         field (previously this call blew up on the Standard entity).
8090         * sem_attr.adb (Analyze_Attribute, case Access): Remove
8091         test for No_Abort_Statements, this is now handled in
8092         Set_Entity_With_Checks.
8093         * exp_ch6.adb, sem_ch10.adb, sem_ch4.adb, sem_ch8.adb, sem_res.adb:
8094         Change name Set_Entity_With_Style_Check => Set_Entity_With_Checks.
8095         * sem_util.ads, sem_util.adb: Change name Set_Entity_With_Style_Check =>
8096         Set_Entity_With_Checks.
8097         (Set_Entity_With_Checks): Add checks for No_Dynamic_Attachment,
8098         Add checks for No_Abort_Statements.
8100 2014-02-25  Robert Dewar  <dewar@adacore.com>
8102         * exp_ch9.adb (Expand_Entry_Barrier): Add comment that call to
8103         Check_Restriction is OK.
8105 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8107         * sem_ch3.adb (Process_Full_View): Better error message when
8108         the full view of  a private type without discriminants is an
8109         unconstrained type.
8110         * sem_ch7.adb (Uninstall_Declarations): Ditto.
8112 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
8114         * sigtramp-armvxw.c: Also restore r0.
8116 2014-02-25  Robert Dewar  <dewar@adacore.com>
8118         * errout.adb (Error_Msg_Internal): Warning_Msg_Char set
8119         unconditionally (Set_Msg_Insertion_Warning): Warning_Msg_Char
8120         set unconditionally.
8121         * erroutc.adb (Get_Warning_Tag): Does not give a leading space
8122         any more (Output_Msg_Text): Rewritten with new convention on
8123         output of warnings that are treated as errors.
8124         * erroutc.ads (Error_Msg_Object): Warn_Chr is always set even
8125         if Warn is False.
8126         * gnat_rm.texi: Updates to documentation on pragma
8127         Warning_As_Error.
8128         * warnsw.adb (Set_Dot_Warning_Switch): -gnatw.e should not
8129         set Warning_Doc_Switch.
8130         * lib-writ.ads: Add documentation note on ALI file generation
8131         for C.
8132         * exp_ch6.adb (Expand_Call): Remove check for No_Abort_Statements
8133         (belongs in Sem).
8134         * sem_attr.adb (Resolve_Attribute, case Access):
8135         Abort_Task'Access violates the No_Abort_Statements restriction.
8136         * sem_res.adb (Resolve_Call): Check restriction
8137         No_Abort_Statements for call to Abort_Task or a renaming of it.
8139 2014-02-25  Robert Dewar  <dewar@adacore.com>
8141         * sem_ch3.adb (Array_Type_Declaration): Check for case of using
8142         type name as index.
8143         * lib.ads: Minor reformatting.
8144         * einfo.ads: Minor reformatting.
8146 2014-02-25  Doug Rupp  <rupp@adacore.com>
8148         * sem_mech.adb (Set_Mechanisms): For convention Fortran on VMS
8149         use Short_Descriptor(S) as the argument passing mechanism.
8151 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
8153         * sigtramp-ppcvxw.c (CFI_COMMON_REGS): Also include r0.
8155 2014-02-25  Robert Dewar  <dewar@adacore.com>
8157         * atree.ads (Warnings_Treated_As_Errors): New variable.
8158         * errout.adb (Error_Msg_Internal): Set Warn_Err flag in
8159         error object (Initialize): Initialize Warnings_As_Errors_Count
8160         (Write_Error_Summary): Include count of warnings treated as errors.
8161         * erroutc.adb (Warning_Treated_As_Error): New function.
8162         (Matches): Function moved to outer level of package.
8163         * erroutc.ads (Error_Msg_Object): Add Warn_Err flag.
8164         (Warning_Treated_As_Error): New function.
8165         * gnat_rm.texi: Document pragma Treat_Warning_As_Error.
8166         * opt.adb: Add handling of Warnings_As_Errors_Count[_Config].
8167         * opt.ads (Config_Switches_Type): Add entry for
8168         Warnings_As_Errors_Count.
8169         (Warnings_As_Errors_Count): New variable.
8170         (Warnings_As_Errors): New array.
8171         * par-prag.adb: Add dummy entry for Warning_As_Error.
8172         * sem_prag.adb (Analyze_Pragma): Implement new pragma
8173         Warning_As_Error.
8174         * snames.ads-tmpl: Add entries for Warning_As_Error pragma.
8176 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
8178         * sigtramp.h: Fix minor inaccuracy.
8180 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
8182         * gnat_ugn.texi: Added description of kill command.
8184 2014-02-25  Robert Dewar  <dewar@adacore.com>
8186         * gnat_rm.texi (Address_Clauses): Add a section discussing the
8187         problem of address clauses causing unexpected initialization,
8188         including the effect of Initialize_Scalars.
8190 2014-02-25  Robert Dewar  <dewar@adacore.com>
8192         * errout.adb: Various changes for better msgs for anonmous access
8193         subprogram types.
8194         * erroutc.ads, erroutc.adb (Buffer_Ends_With): Version with character
8195         argument.
8196         (Buffer_Remove): Version with character argument.
8197         * sem_attr.adb (Resolve_Attribute, case Access): Better handling
8198         of mismatching conventions for access-to-subprogram case.
8199         * sem_prag.adb (Set_Convention_From_Pragma): Deal with anonymous
8200         access types in record.
8201         * sem_util.ads, sem_util.adb (Set_Convention): Handle anonymous access
8202         types, including in records.
8204 2014-02-25  Doug Rupp  <rupp@adacore.com>
8206         * sigtramp-ppcvxw.c, sigtramp.h, sigtramp-armvxw.c: Comment
8207         enhancements and corrections.
8209 2014-02-25  Robert Dewar  <dewar@adacore.com>
8211         * gnat_rm.texi: New section "Conventions and Anonymous Access Types"
8213 2014-02-25  Robert Dewar  <dewar@adacore.com>
8215         * gnat_rm.texi: First set of documentation additions for
8216         predefined RM units.
8217         * checks.adb: Minor reformatting.
8218         * sem_elab.adb (Check_Task_Activation): Minor fix to error
8219         message.
8220         * sem_util.adb: Minor reformatting.
8222 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
8224         * usage.adb (Usage): Add help on -gnateC.
8225         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnateC.
8226         * opt.ads (Generate_CodePeer_Messages): New flag.
8227         * gnat_ugn.texi: Document new switch -gnateC.
8229 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
8231         * gnat_rm.texi: Corrected minor typos in Implementation Defined
8232         Aspects.
8233         * opt.ads: Minor reformatting.
8235 2014-02-25  Robert Dewar  <dewar@adacore.com>
8237         * binde.adb: Change messages to mention -gnatel instead of -gnatwl.
8238         * gnat_ugn.texi: Update documentation of -gnatwl Add documentation
8239         of -gnatel/-gnateL.
8240         * opt.ads (Warn_Info_Messages): New flag.
8241         * sem_elab.adb: Use Elab_Warnings, Elab_Info_Messages to control
8242         messages.
8243         * sem_prag.adb: Use Elab_Warnings, Elab_Info_Messages to control
8244         messages.
8245         * switch-m.ad, switch-c.adb: Recognize new -gnatel/EL switches.
8246         * usage.adb: Add documentation of -gnatel/-gnateL Update
8247         documentation of -gnatwl/-gnatwL.
8248         * warnsw.adb: New handling of Elab_Warnings, Elab_Info_Messages
8249         * warnsw.ads (Elab_Info_Messages): New field in Warning_Record
8251 2014-02-25  Robert Dewar  <dewar@adacore.com>
8253         * einfo.ads, einfo.adb (Has_Shift_Operator): New flag.
8254         * gnat_rm.texi: Document pragma Provide_Shift_Operators.
8255         * interfac.ads: Minor code reorganization (add pragma
8256         Compiler_Unit_Warning).
8257         * par-prag.adb: Add dummy entry for Provide_Shift_Operators.
8258         * sem_ch3.adb (Build_Derived_Numeric_Type): Copy
8259         Has_Shift_Operator flag.
8260         * sem_intr.adb (Check_Intrinsic_Subprogram): Make sure
8261         Check_Shift is always called (Check_Shift): Set Has_Shift_Operator.
8262         * sem_prag.adb: Implement pragma Provide_Shift_Operators.
8263         * snames.ads-tmpl: Add entries for pragma Provide_Shift_Operators
8264         Add entry for Name_Amount.
8265         * checks.adb (Selected_Range_Checks): When checking for a null
8266         range, make sure we use the base type, and not the subtype for
8267         deciding a range is null.
8268         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Check
8269         for suspicious loop bound which is outside the range of the
8270         loop subtype.
8271         * gnat_ugn.texi: Add documentation section "Determining the
8272         Chosen Elaboration Order"
8273         * sem_ch13.adb (UC_Entry): Add field Act_Unit
8274         (Validate_Unchecked_Conversion): Store Act_Unit
8275         (Validate_Unchecked_Conversions): Test Warnings_Off in Act_Unit
8276         * treepr.adb: Minor reformatting.
8278 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
8280         * usage.adb: Minor: fix typo.
8282 2014-02-25  Robert Dewar  <dewar@adacore.com>
8284         * lib.ads, s-bitops.adb, s-bitops.ads, s-conca5.adb, gnat_rm.texi,
8285         s-conca5.ads, s-conca7.adb, s-conca7.ads, s-crc32.adb, s-crc32.ads,
8286         s-conca9.adb, s-conca9.ads, g-dyntab.adb, s-crtl.ads, g-dyntab.ads,
8287         s-excdeb.adb, s-addope.adb, s-addope.ads, s-carun8.adb, s-carun8.ads,
8288         g-htable.adb, g-htable.ads, g-hesora.adb, g-hesora.ads, s-conca2.adb,
8289         s-conca2.ads, a-comlin.adb, a-chlat1.ads, a-comlin.ads, errout.ads,
8290         a-except.adb, s-conca4.adb, a-except.ads, s-conca4.ads, s-conca6.adb,
8291         s-conca6.ads, g-spchge.adb, g-spchge.ads, g-u3spch.adb, g-u3spch.ads,
8292         a-strhas.ads, restrict.adb, aspects.adb, aspects.ads, s-conca8.adb,
8293         s-conca8.ads, back_end.adb, par-prag.adb, g-byorma.adb, g-byorma.ads,
8294         a-elchha.adb, a-elchha.ads, g-speche.adb, g-speche.ads, s-casuti.adb,
8295         s-assert.adb, s-casuti.ads, s-assert.ads, a-clrefi.adb, a-clrefi.ads,
8296         s-conca3.adb, s-conca3.ads, a-ioexce.ads: Implement pragma
8297         Compiler_Unit_Warning, change Compiler_Unit everywhere to
8298         Compiler_Unit_Warning.
8300 2014-02-25  Sergey Rybin  <rybin@adacore.com frybin>
8302         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Do not normalize
8303         in ASIS mode aggregates that are used as aspect definitions.
8305 2014-02-25  Robert Dewar  <dewar@adacore.com>
8307         * exp_ch7.adb, sem_util.adb, sem_util.ads, exp_ch6.adb: Minor
8308         reformatting.
8310 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8312         * freeze.adb (Freeze_Entity): If the return type of a function
8313         is a limited view, and the non-limited view has not been seen yet,
8314         defer freezing to some later point.
8316 2014-02-25  Robert Dewar  <dewar@adacore.com>
8318         * sem_ch3.adb: Minor reformatting.
8320 2014-02-25  Robert Dewar  <dewar@adacore.com>
8322         * s-excdeb.ads, s-except.ads, s-exctab.adb, s-exctab.ads, s-finmas.ads,
8323         s-htable.adb, s-htable.ads, s-imenne.adb, s-imenne.ads, s-imgenu.adb,
8324         s-imgenu.ads, s-mastop.adb, s-mastop.ads, s-memory-vms_64.adb,
8325         s-memory-vms_64.ads, s-memory.adb, s-memory.ads, s-os_lib.adb,
8326         s-os_lib.ads, s-parame.adb, s-parame.ads, s-purexc.ads, s-restri.adb,
8327         s-restri.ads, s-rident.ads, s-secsta.adb, s-secsta.ads, s-soflin.adb,
8328         s-soflin.ads, s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
8329         s-sopco5.adb, s-sopco5.ads, s-spsufi.ads, s-stache.adb, s-stache.ads,
8330         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads, s-strcom.adb,
8331         s-strcom.ads, s-strhas.adb, s-string.adb, s-string.ads, s-strops.adb,
8332         s-strops.ads, s-ststop.adb, s-ststop.ads, s-traceb.adb, s-traceb.ads,
8333         s-traent.adb, s-traent.ads, s-unstyp.ads, s-utf_32.adb, s-utf_32.ads,
8334         s-wchcnv.adb, s-wchcnv.ads, s-wchcon.adb, s-wchcon.ads, s-wchjis.adb,
8335         s-wchjis.ads, sem_ch11.adb, sem_ch4.adb, sem_ch5.adb, sem_prag.adb,
8336         snames.ads-tmpl: Change Compiler_Unit everywhere to
8337         Compiler_Unit_Warning.
8339 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
8341         * exp_ch6.adb (Add_Or_Save_Precondition): New routine.
8342         (Collect_Body_Postconditions_In_Decls): New routine.
8343         (Collect_Body_Postconditions_Of_Kind): Factor out code. Handle
8344         postcondition aspects or pragmas that appear on a subprogram
8345         body stub.
8346         (Collect_Spec_Preconditions): Factor out code. Handle
8347         precondition aspects or pragmas that appear on a subprogram
8348         body stub.
8349         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The analysis of
8350         aspects that apply to a subprogram body stub is no longer delayed,
8351         the aspects are analyzed on the spot.
8352         (SPARK_Aspect_Error):
8353         Aspects that apply to a subprogram declaration cannot appear in
8354         a subunit.
8355         * sem_ch10.adb Remove with and use clause for Sem_Ch13.
8356         (Analyze_Proper_Body): Add local variable Comp_Unit. Unum
8357         is now a local variable. Code cleanup. Analysis related to
8358         the aspects of a subprogram body stub is now carried out by
8359         Analyze_Subprogram_Body_Helper. Do not propagate the aspects
8360         and/or pragmas of a subprogram body stub to the proper body
8361         as this is no longer needed. Do not analyze the aspects of a
8362         subprogram stub when the corresponding source unit is missing.
8363         (Analyze_Protected_Body_Stub): Flag the illegal use of aspects
8364         on a stub.
8365         (Analyze_Task_Body_Stub): Flag the illegal use of
8366         aspects on a stub.
8367         (Optional_Subunit): Add local variable Unum.
8368         * sem_ch13.adb (Insert_Delayed_Pragma): Do not analyze a generated
8369         pragma when it applies to a subprogram body stub.
8370         * sem_prag.adb (Analyze_Pragma): Pragmas Contract_Cases,
8371         Depends and Global can now apply to a subprogram body stub as
8372         long as it acts as its own spec.
8373         (Analyze_Refined_Pragma):
8374         Code reformatting. Refinement pragmas cannot apply to a subunit.
8376 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
8378         * einfo.ads Update the usage of flag
8379         Uses_Sec_Stack. Uses_Sec_Stack now applies to E_Loop entities.
8380         * exp_ch5.adb (Expand_Iterator_Loop): The temporary for a cursor
8381         now starts with the letter 'C'. This makes reading expanded
8382         code easier.
8383         * exp_ch7.adb (Establish_Transient_Scope): Add local variable
8384         Iter_Loop. Signal that an Ada 2012 iterator loop requires
8385         secondary stack management when creating a transient scope for
8386         an element reference.
8387         * exp_util.adb (Process_Statements_For_Controlled_Objects):
8388         When wrapping the statements of a loop, pass the E_Loop entity
8389         to the wrapping machinery.
8390         (Wrap_Statements_In_Block): Add
8391         formal parameter Scop along with comment on usage. Add local
8392         variables Block_Id, Block_Nod and Iter_Loop. Mark the generated
8393         block as requiring secondary stack management when the block is
8394         created inside an Ada 2012 iterator loop. This ensures that any
8395         reference objects are reclaimed on each iteration of the loop.
8396         * sem_ch5.adb (Analyze_Loop_Statement): Mark the generated block
8397         tasked with the handling of container iterators as requiring
8398         secondary stack management. This ensures that iterators are
8399         reclaimed when the loop terminates or is exited in any fashion.
8400         * sem_util.adb (Add_Block_Identifier): New routine.
8401         (Find_Enclosing_Iterator_Loop): New routine.
8402         * sem_util.ads (Add_Block_Identifier): New routine.
8403         (Find_Enclosing_Iterator_Loop): New routine.
8405 2014-02-25  Robert Dewar  <dewar@adacore.com>
8407         * sinfo.ads: Minor reformatting.
8409 2014-02-25  Tristan Gingold  <gingold@adacore.com>
8411         * s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix.
8413 2014-02-25  Pascal Obry  <obry@adacore.com>
8415         * sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code.
8417 2014-02-25  Tristan Gingold  <gingold@adacore.com>
8419         * sem_ch10.adb: Minor comment fix.
8421 2014-02-25  Bob Duff  <duff@adacore.com>
8423         * s-tasdeb.adb: Misc cleanup of this package,
8424         including printing addresses in hexadecimal.
8425         (Write): Fix minor bug when taking 'Address of an empty string.
8427 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8429         * sem_prag.adb (Analyze_Part_Of): Reject state refinement in a
8430         public child unit when it does not refer to the abstract state
8431         of a public ancestor.
8433 2014-02-25  Yannick Moy  <moy@adacore.com>
8435         * sem_prag.adb (Analyze_Pragma/Pragma_Validity_Checks): Ignore pragma
8436         Validity_Checks in GNATprove and CodePeer modes.
8438 2014-02-25  Pascal Obry  <obry@adacore.com>
8440         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add package Install's
8441         Artifacts attribute.
8443 2014-02-25  Yannick Moy  <moy@adacore.com>
8445         * sem_prag.adb: Minor reformatting to get consistent messages.
8447 2014-02-25  Robert Dewar  <dewar@adacore.com>
8449         * checks.adb: Minor reformatting.
8450         * sinfo.ads (Do_Range_Check): Document that this flag is never
8451         passed to the back end.
8453 2014-02-25  Yannick Moy  <moy@adacore.com>
8455         * sem_ch3.adb, sem_ch5.adb, sem_ch9.adb, sem_prag.adb, sem_attr.adb,
8456         sem_ch6.adb: Remove useless references to SPARK RM in error messages.
8458 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
8460         * sem_res.adb (Appears_In_Check): New routine.
8461         (Resolve_Entity_Name): Remove local variables Prev and
8462         Usage_OK. Par is now a constant. Remove the parent chain traversal
8463         as the placement of a volatile object with enabled property
8464         Async_Writers and/or Effective_Reads must appear immediately
8465         within a legal construct.
8467 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
8469         * checks.adb (Apply_Selected_Range_Checks):
8470         Alphabetize local constants and variables. Add comments.
8471         Always insert a range check that requires runtime evaluation into
8472         the tree.
8474 2014-02-25  Robert Dewar  <dewar@adacore.com>
8476         * sem_attr.adb, sem_ch6.adb, par-ch3.adb: Minor reformatting.
8478 2014-02-25  Bob Duff  <duff@adacore.com>
8480         * s-tassta.adb (Finalize_Global_Tasks): Limit the number of loop
8481         iterations while waiting for independent tasks to terminate;
8482         if an independent task does not terminate, we do not want to
8483         hang here. In that case, the thread will be terminated when the
8484         process exits.
8485         * s-taprop-linux.adb (Abort_Task): Fix Assert to allow for ESRCH.
8487 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8489         * sem_prag.adb (Check_SPARK_Aspect_For_ASIS): New subprogram,
8490         used to perform pre-analysis of the expression for SPARK
8491         aspects that have a non-standard syntax, such as GLobal and
8492         Initializes. The procedure applies to the original expression
8493         in an aspect specification, prior to the analysis of the
8494         corresponding pragma, in order to provide semantic information
8495         for ASIS navigation purposes.
8496         (Analyze_Global_In_Decl_List, Analyze_Initializes_In_Decl_Part):
8497         Call new subprogram.
8499 2014-02-25  Yannick Moy  <moy@adacore.com>
8501         * sem_prag.adb: Remove obsolete reference to SPARK RM in error message.
8503 2014-02-25  Doug Rupp  <rupp@adacore.com>
8505         * init.c (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Enable for ARM.
8506         (__gnat_adjust_context_for_raise): Bump the PC by 2.
8508 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8510         * par-ch3.adb (P_Basic_Declarative_Items): In the case of a
8511         misplaced IS, add a statement sequence to improper body only if
8512         one has not been parsed already.
8514 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
8516         * sem_attr.adb (Analyze_Attribute, case 'Update): Check for
8517         mismatch when multidimensional array is updated with a single
8518         index.
8520 2014-02-25  Yannick Moy  <moy@adacore.com>
8522         * sem_ch3.adb, sem_ch5.adb, sem_prag.adb, sem_attr.adb, errout.ads,
8523         sem_ch6.adb: Mark most references to SPARK RM in error messages
8524         for removal.
8526 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8528         * par-ch3.adb (P_Basic_Declarative_Items): If an improper body
8529         appears in a list of basic declarations, complete the tree with
8530         an empty statement list, to prevent cascaded errors and crashes
8531         if semantic analysis is attempted.
8533 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8535         * g-sercom-mingw.adb (Open): Fix incorrect test for error return
8536         value.
8537         * erroutc.adb: Minor reformatting.
8539 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8541         * sem_prag.adb (Check_Clause_Syntax): Account
8542         for a solitary input item in a dependency list.
8544 2014-02-24  Yannick Moy  <moy@adacore.com>
8546         * gnat1drv.adb (Adjust_Global_Switches): Do not
8547         use validity checks at all in GNATprove_Mode.
8549 2014-02-24  Robert Dewar  <dewar@adacore.com>
8551         * g-sercom-mingw.adb, g-sercom-linux.adb, sem_prag.adb, freeze.adb,
8552         atree.adb, atree.ads: Minor reformatting.
8554 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8556         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not enforce
8557         global and dependence refinement when SPARK_Mode is off.
8558         * sem_ch7.adb (Analyze_Package_Body_Contract): Do not enforce
8559         state refinement when SPARK_Mode is off.
8560         * sem_ch13.adb (Analyze_Aspect_Specifications): Add local
8561         variable Decl. Insert the generated pragma for Refined_State
8562         after a potential pragma SPARK_Mode.
8563         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add local
8564         constant Deps. Remove local variable Expr. Check the syntax
8565         of pragma Depends when SPARK_Mode is off. Factor out the
8566         processing for extra parenthesis around individual clauses.
8567         (Analyze_Global_In_Decl_List): Items is now a constant. Check
8568         the syntax of pragma Global when SPARK_Mode is off.
8569         (Analyze_Initializes_In_Decl_Part): Check the syntax of pragma
8570         Initializes when SPARK_Mode is off.
8571         (Analyze_Part_Of): Check
8572         the syntax of the encapsulating state when SPARK_Mode is off.
8573         (Analyze_Pragma): Check the syntax of pragma Abstract_State when
8574         SPARK_Mode is off. Move the declaration order check with respect
8575         to pragma Initializes to the end of the processing. Do not verify
8576         the declaration order for pragma Initial_Condition when SPARK_Mode
8577         is off. Do not complain about a useless package refinement when
8578         SPARK_Mode is off.
8579         (Analyze_Refined_Depends_In_Decl_Part): Refs
8580         is now a constant. Check the syntax of pragma Refined_Depends
8581         when SPARK_Mode is off.
8582         (Analyze_Refined_Global_In_Decl_Part):
8583         Check the syntax of pragma Refined_Global when SPARK_Mode is off.
8584         (Analyze_Refined_State_In_Decl_Part): Check the syntax of pragma
8585         Refined_State when SPARK_Mode is off.
8586         (Check_Dependence_List_Syntax): New routine.
8587         (Check_Global_List_Syntax): New routine.
8588         (Check_Initialization_List_Syntax): New routine.
8589         (Check_Item_Syntax): New routine.
8590         (Check_State_Declaration_Syntax): New routine.
8591         (Check_Refinement_List_Syntax): New routine.
8592         (Has_Extra_Parentheses): Moved to the top level of Sem_Prag.
8594 2014-02-24  Robert Dewar  <dewar@adacore.com>
8596         * a-tags.adb, s-os_lib.adb: Minor reformatting.
8598 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8600         * g-sercom-mingw.adb, g-sercom-linux.adb (Raise_Error): Include
8601         strerror message, not just numeric errno value.
8603 2014-02-24  Doug Rupp  <rupp@adacore.com>
8605         * raise-gcc.c (exception_class_eq): Make endian neutral.
8607 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8609         * atree.ads, atree,adb (Copy_Separate_Tree): Remove Syntax_Only
8610         flag, and reset Etype and Analyzed attributes unconditionally
8611         when copying a tree that may be partly analyzed.
8612         * freeze.adb: Change calls to Copy_Separate_Tree accordingly.
8613         * sem_ch6.adb (Check_Inline_Pragma): If the Inline pragma appears
8614         within a subprogram body and applies to it, remove it from the
8615         body before making a copy of it, to prevent spurious errors when
8616         analyzing the copied body.
8618 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8620         * s-os_lib.adb (Errno_Message): Do not depend on Integer'Image.
8621         * s-oscons-tmplt.c: On VxWorks, include adaint.h only after
8622         vxWorks.h has been included.  Also ensure that file attributes
8623         related definitions are output even in cases where socket support
8624         is not enabled.
8625         * a-tags.adb: Code clean up.
8626         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Use -iquote
8627         instead of -I to add the main ada source directory to the header
8628         search path, in order to avoid conflict between our own "types.h"
8629         and VxWork's <types.h>.
8631 2014-02-24  Robert Dewar  <dewar@adacore.com>
8633         * atree.ads, atree.adb (Copy_Separate_Tree): Add Syntax_Only parameter.
8634         * debug.adb: Remove documentation of -gnatd.X, no longer used.
8635         * freeze.adb (Wrap_Imported_Subprogram): Fixed and activated.
8637 2014-02-24  Bob Duff  <duff@adacore.com>
8639         * gnat_ugn.texi: Improve documentation of gnatpp.
8641 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8643         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vms.ads,
8644         g-socthi-vxworks.adb, g-socthi-vxworks.ads, g-stseme.adb,
8645         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi.adb,
8646         g-socthi.ads, g-socket.adb (Host_Error_Message): Return a string, not
8647         a chars_ptr, because on Windows this is a renaming of
8648         Socket_Error_Message.
8650 2014-02-24  Robert Dewar  <dewar@adacore.com>
8652         * a-direct.adb, sem_ch5.adb, a-cfdlli.adb, a-cfhase.adb, a-tags.adb,
8653         s-filatt.ads, a-cforma.adb, sem_ch6.adb, g-socthi-mingw.adb,
8654         a-cfhama.adb, a-cforse.adb, a-cofove.adb: Minor reformatting and code
8655         reorganization.
8657 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8659         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Make sure
8660         that the source directory containing s-oscons-tmplt.c is on the
8661         include path, so that all internal header files are available.
8663 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8665         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): If the
8666         domain of iteration is an attribute reference 'Old, this is an
8667         Ada 2012 iterator and the loop must be rewritten as such.
8669 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8671         * s-fileio.adb (Errno_Message): Remove, use shared version from
8672         s-os_lib instead.
8673         * s-crtrun.ads, Makefile.rtl: Remove now unused unit.
8674         * g-stseme (Socket_Error_Message): Reimplement in terms of new
8675         s-os_lib function.
8676         * g-socthi.ads, g-socthi.adb: Change profile of
8677         Socket_Error_Message to return String to allow the above.
8678         * g-socket.adb, g-socthi-mingw.adb, g-socthi-mingw.ads,
8679         * g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
8680         * g-socthi-vxworks.ads: Update to account for the above profile
8681         change.
8682         * a-tags.adb: Use strlen builtin binding provided by s-crtl.
8683         * s-crtl.ads (strncpy): New procedure.
8684         * s-os_lib.adb (Copy_Attributes): Import just once (strncpy):
8685         Use import from s-crtl.
8686         * a-envvar.adb, osint.adb: Use imports of C runtime functions
8687         from s-crtl instead of re-importing locally.
8689 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8691         * sem_prag.adb (Analyze_Global_Item): Emit the
8692         variable related checks concerning volatile objects only when
8693         SPARK_Mode is on.
8695 2014-02-24  Robert Dewar  <dewar@adacore.com>
8697         * sem_ch5.adb (Analyze_Iterator_Specification): use
8698         Error_Msg_Ada_2012_Feature.
8700 2014-02-24  Jose Ruiz  <ruiz@adacore.com>
8702         * s-rident.ads (Profile_Info): For Ravenscar, the restrictions
8703         No_Local_Timing_Events and No_Specific_Termination_Handlers
8704         must be set, according to the Ravenscar profile definition
8705         in D.13(6/3).
8707 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8709         * sem_ch6.adb (Analyze_Expression_Function): If this is a
8710         completion, freeze return type and its designated type if needed.
8712 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8714         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
8715         'Address): When moving initialization statements to a freeze
8716         entity, keep them under a single node (i.e. do not unwrap
8717         expressions with actions), and set the Initialization_Statements
8718         attribute again so that processing of a later pragma Import can
8719         still remove them.
8721 2014-02-24  Claire Dross  <dross@adacore.com>
8723         * a-cfdlli.adb, a-cfdlli.ads, a-cfhama.adb, a-cfhama.ads,
8724         a-cfhase.adb, a-cfhase.ads, a-cforma.adb, a-cforma.ads,
8725         a-cforse.adb, a-cforse.ads, a-cofove.adb, a-cofove.ads: Rename
8726         Left/Right to First_To_Previous/Current_To_Last.
8728 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8730         * adaint.h (struct file_attributes): New component "error"
8731         (__gnat_error_attributes): Accessor for the above.
8732         * adaint.c (__gnat_error_attributes): New subprogram
8733         (__gnat_stat): Fix returned value (expect errno value)
8734         (__gnat_stat_to_attr): Add management of error component (set to
8735         stat errno value, except for missing files where it is set to 0,
8736         and exists is set to 0).
8737         * osint.ads (File_Attributes_Size): Update per change above,
8738         also clarify documentation.
8739         * s-filatt.ads: New file, binding to file attributes related
8740         functions.
8741         * Makefile.rtl (s-filatt): New runtime unit.
8742         * s-crtl.ads (strlen): Expose binding to GCC builtin (falls back
8743         to library function if not available on target).
8744         * s-os_lib.ads, s-os_lib.adb (Errno_Message): New subprogram.
8745         * s-oscons-tmplt.c (SIZEOF_struct_file_attributes,
8746         SIZEOF_struct_dirent_alloc): New constants.
8747         * Make-generated.in (s-oscons.ads): Now requires adaint.h.
8748         * a-direct.adb (Fetch_Next_Entry): Fix incorrect buffer sizes.
8749         Perform appropriate error checking if stat fails (do not just
8750         ignore existing files if stat fails)
8751         * gcc-interface/Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Update
8752         dependencies.
8754 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8756         * sem_prag.adb (Analyze_Global_Item): Move the check concerning
8757         the use of volatile objects as global items in a function to
8758         the variable related checks section.
8759         * sem_util.adb (Async_Readers_Enabled): Directly call
8760         Has_Enabled_Property.
8761         (Async_Writers_Enabled): Directly call Has_Enabled_Property.
8762         (Effective_Reads_Enabled): Directly call Has_Enabled_Property.
8763         (Effective_Writes_Enabled): Directly call Has_Enabled_Property.
8764         (Has_Enabled_Property): Rename formal parameter State_Id to Item_Id.
8765         Update the comment on usage. State_Has_Enabled_Property how handles
8766         the original logic of the routine. Add processing for variables.
8767         (State_Has_Enabled_Property): New routine.
8768         (Variable_Has_Enabled_Property): New routine.
8770 2014-02-24  Robert Dewar  <dewar@adacore.com>
8772         * sinfo.ads, sem_ch12.adb, sem_res.adb, sem_ch4.adb, par-ch12.adb:
8773         Minor reformatting.
8774         * atree.ads, atree.adb (Node35): New function.
8775         (Set_Node35): New procedure.
8776         * debug.adb: Define new debug flag -gnatd.X.
8777         * einfo.ads, einfo.adb (Import_Pragma): New field.
8778         * freeze.adb (Wrap_Imported_Procedure): New procedure (not
8779         really active yet, has to be activated with -gnatd.X.
8780         * sem_prag.adb (Set_Imported): Set new Import_Pragma
8781         field (Set_Imported): Don't set Is_Public (see
8782         Freeze.Wrap_Imported_Subprogram)
8783         * par-ch3.adb (P_Component_List): Handle unexpected null component.
8785 2014-02-24  Yannick Moy  <moy@adacore.com>
8787         * sem_ch3.adb: Correct reference to SPARK RM in error messages.
8788         * gnat_rm.texi: Correct documentation of attribute Update.
8790 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8792         * sem_ch5.adb (Analyze_Iterator_Specification): Reject container
8793         iterator in older versions of Ada.
8795 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
8797         * sem_ch5.adb, sem_aux.ads, sem_ch12.adb, gnat_ugn.texi, par.adb,
8798         par-ch12.adb: Change spelling 'parametrization' to 'parameterization'.
8800 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8802         * sinfo.ads, sinfo.adb: New attribute Generalized_Indexing, for
8803         indexed_components that are instances of Ada 2012 container
8804         indexing operations. Analysis and resolution of such nodes
8805         is performed on the attribute, and the original source is
8806         preserved for ASIS operations. If expansion is enabled, the
8807         indexed component is replaced by the value of this attribute,
8808         which is in a call to an Indexing aspect, in most case wrapped
8809         in a dereference operation.
8810         * sem_ch4.adb (Analyze_Indexed_Component): Create
8811         Generalized_Indexing attribute when appropriate.
8812         (Analyze_Call): If prefix is not overloadable and has an indexing
8813         aspect, transform into an indexed component so it can be analyzed
8814         as a potential container indexing.
8815         (Analyze_Expression): If node is an indexed component with a
8816         Generalized_ Indexing, do not re-analyze.
8817         * sem_res.adb (Resolve_Generalized_Indexing): Complete resolution
8818         of an indexed_component that has been transformed into a container
8819         indexing operation.
8820         (Resolve_Indexed_Component): Call the above when required.
8821         (Resolve): Do not insert an explicit dereference operation on
8822         an indexed_component whose type has an implicit dereference:
8823         the operation is inserted when resolving the related
8824         Generalized_Indexing.
8826 2014-02-24  Olivier Ramonat  <ramonat@adacore.com>
8828         * gnat_rm.texi, gnat_ugn.texi: Replace Ada Compiler by Ada Development
8829         Environment.
8831 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8833         * sem_prag.adb (Check_Constituent_Usage): Remove leading spaces in
8834         error messages.
8835         (Inconsistent_Mode_Error): Remove leading spaces in error messages.
8836         Merge the expected and available mode errors.
8837         (Report_Unused_Constituents): Remove leading spaces in error messages.
8838         (Report_Unused_States): Remove leading spaces in error messages.
8840 2014-02-24  Thomas Quinot  <quinot@adacore.com>
8842         * par_sco.adb (Traverse_One): Refine categorization of statement
8843         SCOs.
8845 2014-02-24  Robert Dewar  <dewar@adacore.com>
8847         * aspects.ads, aspects.adb: Remove aspects Ada_2005 and Ada_2012,
8848         Pure_05, Pure_12 and Preelaborate_05.
8849         * gnat_rm.texi: Update accordingly.
8850         * sem_prag.adb: Document one argument form of Ada_05/Ada_2005
8851         pragmas Document one argument form of Ada_12/Ada_2012 pragmas
8852         Recognize one argument form of these pragmas only in GNAT mode
8853         (-gnatg).
8855 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8857         * s-dimmks.ads: Replace symbol for temperature, previously the
8858         Greek letter Theta, by the ASCII @ sign.
8859         * s-diflio.ads: ditto.
8861 2014-02-24  Robert Dewar  <dewar@adacore.com>
8863         * exp_ch4.adb: Minor code reorganization (use OR for boolean
8864         variables).
8865         * sem_ch3.adb, sem_prag.adb, freeze.adb: Minor reformatting.
8867 2014-02-24  Ben Brosgol  <brosgol@adacore.com>
8869         * gnat_ugn.texi, projects.texi: Added the necessary conditionalization
8870         so that references to gnatmem and ASIS tools do not appear in the FSF
8871         edition of the GNAT User's Guide.
8873 2014-02-24  Yannick Moy  <moy@adacore.com>
8875         * freeze.adb (Freeze_Entity): Do not issue warning
8876         for pre/post being ignored on imported subprogram in GNATprove
8877         mode.
8879 2014-02-24  Robert Dewar  <dewar@adacore.com>
8881         * exp_ch5.adb, sem_ch5.adb, sem_type.adb, sem_res.adb, sem_attr.adb,
8882         stand.ads, sem_eval.adb: Minor reformatting.
8884 2014-02-24  Yannick Moy  <moy@adacore.com>
8886         * sem_prag.adb: Minor rewording in error message.
8888 2014-02-24  Johannes Kanig  <kanig@adacore.com>
8890         * exp_util.adb (Expand_Subtype_From_Expr): Do not expand subtypes in
8891         GNATprove_mode, gnat2why doesn't need nor use these types.
8893 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
8895         * exp_ch4.adb (Expand_N_Op_Expon): On the AAMP
8896         target, in the case of signed integer exponentiation that uses a
8897         run-time routine, always select the Exp_* versions, since overflow
8898         checking is automatically done by AAMP arithmetic instructions.
8900 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8902         * sem_ch13.adb (Analyze_Aspect_Specifications):
8903         When the related context is a package instace, insert pragma
8904         Abstract_State after all internally-generated renamings related
8905         to the instance "header".
8907 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
8909         * sem_ch3.adb (Analyze_Declarations): Analyze Contract of abstract
8910         subprograms.
8911         * sem_disp.adb (Check_Dispatching_Context): A non-dispatching
8912         call to an abstract subprogram is legal if it appears in a
8913         pre/postcondition of another abstract operation.
8915 2014-02-24  Sergey Rybin  <rybin@adacore.com frybin>
8917         * gnat_ugn.texi: Misc updates.
8919 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
8921         * exp_prag.adb (Expand_Old): Set the type of the generated temporary.
8923 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
8925         * layout.adb (Layout_Variant_Record): Instantiate
8926         Generic_Check_Choices and call Check_Choices before calling
8927         Build_Discr_Checking_Funcs, since we need Others_Discrete_Choices
8928         set to prevent generating incorrect discriminant-checking
8929         functions for 'others' variants (functions that unconditionally
8930         return True rather than accounting for the values covered by the
8931         'others' choice).
8932         * sem_eval.ads (Subtypes_Statically_Compatible): Add formal
8933         Formal_Derived_Matching.
8934         (Subtypes_Statically_Match): Add formal Formal_Derived_Matching.
8935         * sem_eval.adb (Subtypes_Statically_Compatible): Pass new
8936         Formal_Derived_Matching formal to Subtypes_Statically_Match.
8937         (Subtypes_Statically_Match): Suppress the Object_Size matching
8938         test in the case where Formal_Derived_Matching is True.
8939         * sem_ch12.adb (Validate_Derived_Type_Instance): Pass
8940         True for Formal_Derived_Matching_Formal on the call to
8941         Subtypes_Statically_Compatible.
8943 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
8945         * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS): Robustify.
8947 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
8949         * gcc-interface/utils2.c (build_simple_component_ref): Fix formatting.
8950         Look through a conversion between original and packable version to get
8951         the base object.
8952         (build_component_ref): Rework comment and fix formatting.
8954 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
8956         * gnat_ugn.texi, vms_data.ads (gnatelim): Add description of
8957         project-specific options.
8959 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
8961         * a-cbdlli.adb (Insert): When capacity exceeded, raise Capacity_Error,
8962         not Constraint_Error.
8963         * a-cbmutr.adb (Append_Child, Insert_Child, Prepend_Child): Ditto.
8964         * sem_ch5.adb: Code clean up.
8966 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
8968         * sem_prag.adb (Usage_Error): Remove local
8969         constant Typ. Remove the specialized diagnostics for unconstrained
8970         or tagged items as those are not part of the explicit input set
8971         of the related subprogram and should not be flagged.
8973 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
8975         * sem_attr.adb: Add guard to preserve all errors.
8977 2014-02-20  Vincent Celier  <celier@adacore.com>
8979         * switch-m.adb (Normalize_Compiler_Switches): Take into account
8980         switches that are recorded in ALI files: -gnateA, -gnateE,
8981         -gnateF, -gnateinn, -gnateu, -gnateV and -gnateY.
8983 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
8985         * sem_ch5.adb (Analyze_Iterator_Specification): Check legality
8986         of an element iterator form over a formal container with an
8987         Iterable aspect.
8988         * exp_ch5.adb (Build_Formal_Container_Iteration): Utility
8989         to create declaration and loop statements for both forms of
8990         container iterators.
8991         (Expand_Formal_Container_Element_Iterator): New procedure
8992         to handle loops of the form  "for E of C" when C is a formal
8993         container.
8994         (Expand_Formal_Container_Iterator): Code cleanup.
8996 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
8998         * sem_prag.adb (Add_Item_To_Name_Buffer): New routine.
8999         (Analyze_Contract_Case): Remove the use of
9000         "may". Replace "aspect Contract_Cases" to avoid categorization
9001         of aspect vs pragma.
9002         (Analyze_External_Property_In_Decl_Part): Remove the use of "formal".
9003         (Analyze_Global_Item): Remove
9004         the use of "formal", specify the subprogram.  Split the
9005         error message about a state with visible refinement into
9006         two. Remove the use of "global" from "volatile global item".
9007         (Analyze_Initialization_Item): Ensure that the SPARK RM reference
9008         is on one line.
9009         (Analyze_Input_Output): Update the call to
9010         Check_Mode. Specify the duplicated item. Reword the error
9011         message concerning an input of a null output list. Use "\"
9012         for error message continuation.
9013         (Analyze_Part_Of): Remove
9014         the use of "may". Use "\" for error message continuation.
9015         (Analyze_Refined_Depends_In_Decl_Part): Update the error
9016         message concerning a useless refinement to match the format
9017         of Refined_Global.
9018         (Analyze_Refined_Global_In_Decl_Part): Reword the error message
9019         concerning a useless refinement.
9020         (Analyze_Refinement_Clause): Use "\" for error message continuation.
9021         (Check_Constituent_Usage): Use "\" for error message continuation.
9022         (Check_Dependency_Clause): Use "\" for error message continuation.
9023         (Check_Matching_Constituent): Use "\" for error message continuation.
9024         (Check_Missing_Part_Of): Use "\" for error message continuation.
9025         (Check_Mode): Renamed to
9026         Check_Role. Update the comment on usage. Redo the error reporting
9027         to use Role_Error.
9028         (Check_Mode_Restriction_In_Enclosing_Context): Use "\" for error
9029         message continuation.
9030         (Find_Mode): Renamed to Find_Role. Update the parameter profile along
9031         with comment on usage. Update all occurrences of Is_Input and Is_Output.
9032         (Inconsistent_Mode_Error): Use "\" for error message continuation.
9033         (Input_Match): Use "\" for error message continuation.
9034         (Role_Error): New routine.
9035         (Set_Convention_From_Pragma): Use "\" for error message continuation.
9036         (Usage_Error): Add local variable Error_Msg. Build specialized error
9037         message showcasing the offending item kind. Redo the diagnostics for
9038         unconstrained types.
9040 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9042         * exp_util.adb (Is_Iterated_Container): Use high-level primitives
9043         to determine whether a type is a container type, rather than
9044         examining only its type declaration, so that subtypes and derived
9045         types are handled properly.
9047 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
9049         * gnat_ugn.texi: gnatmetric: add description of project-specific
9050         options.
9052 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9054         * sem_attr.adb (Analyze_Attribute, case 'Update): Verify that
9055         all choices in an association for a record type have the same
9056         type, as is done for record aggregates.
9058 2014-02-20  Robert Dewar  <dewar@adacore.com>
9060         * a-cborma.adb, a-cbhama.adb, a-cbdlli.adb, a-cbmutr.adb: Use pragma
9061         Unmodified rather than Warnings (Off). Make comments
9062         uniform in the four affected units.
9064 2014-02-20  Robert Dewar  <dewar@adacore.com>
9066         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
9067         Object_Size): For non-scalar types allow any value that is a
9068         multiple of 8.
9069         * gnat_rm.texi: Document Object_Size for composites more clearly.
9071 2014-02-20  Yannick Moy  <moy@adacore.com>
9073         * sem_util.ads, sem_util.adb (Default_Initialization): Remove function.
9075 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9077         * stand.ads: Raise_Type: new predefined entity, used as the type
9078         of a Raise_Expression prior to resolution.
9079         * cstand.adb: Build entity for Raise_Type.
9080         * sem_ch11.adb (Analyze_Raise_Expression): use Raise_Type as the
9081         initial type of the node.
9082         * sem_type.adb (Covers): Raise_Type is compatible with all
9083         other types.
9084         * sem_res.adb (Resolve): Remove special handling of Any_Type on
9085         Raise_Expression nodes.
9086         (Resolve_Raise_Expression): Signal ambiguity if the type of the
9087         context is still Raise_Type.
9089 2014-02-20  Robert Dewar  <dewar@adacore.com>
9091         * sem_ch12.adb (Validate_Access_Type_Instance): Add message if
9092         mismatching predicates.
9093         * sem_ch6.adb (Check_Conformance): Give better messages on
9094         predicate mismatch.
9095         * sem_eval.adb (Predicates_Match): Move to spec.
9096         * sem_eval.ads (Predicates_Match): Moved here from body.
9098 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9100         * a-cbmutr.adb: Use default value in Insert_Child.
9102 2014-02-20  Vincent Celier  <celier@adacore.com>
9104         * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call
9105         Stringt.Initialize in all project aware tools.
9107 2014-02-20  Doug Rupp  <rupp@adacore.com>
9109         * gnat_ugn.texi: Document gnatbind -X option.
9110         * vms_data.ads: Minor warnings documentation reformatting.
9112 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9114         * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant
9115         procedure for a base type.
9117 2014-02-20  Robert Dewar  <dewar@adacore.com>
9119         * sem_ch4.adb (Analyze_Case_Expression): Get type from first
9120         expression with type info.
9121         * sem_ch13.adb: Minor reformatting.
9122         * sem_eval.adb (Subtypes_Statically_Match): Make sure we return
9123         False if predicates do not match on the two types.
9125 2014-02-20  Arnaud Charlet  <charlet@adacore.com>
9127         * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]):
9128         In Relaxed_RM_Semantics mode, allow any static integer value,
9129         for compatibility with other compilers.
9131 2014-02-20  Vincent Celier  <celier@adacore.com>
9133         * errutil.adb (Initialize): Properly initialize entry in table
9134         Warnings when warnings are suppressed.
9136 2014-02-20  Robert Dewar  <dewar@adacore.com>
9138         * s-os_lib.ads: Add warning about non-portability of Rename_File.
9139         * sem_util.ads, sem_util.adb (Is_Junk_Name): New function.
9140         * sem_warn.adb: Use Is_Junk_Name to suppress some warnings.
9141         * gnat_ugn.texi: Document no warnings on junk variable names.
9142         * layout.adb: Minor code reorganization (use Ekind_In).
9143         * stringt.adb: Move initialization of Null_String_Id to Initialize
9144         routine.
9146 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9148         * sem_ch13.adb: Initialize optional Element_Id.
9150 2014-02-20  Robert Dewar  <dewar@adacore.com>
9152         * s-os_lib.ads (Rename_File): Minor commment addition.
9154 2014-02-20  Thomas Quinot  <quinot@adacore.com>
9156         * einfo.ads: Minor reformatting.
9158 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
9160         * aspects.adb (Exchange_Aspects): New routine.
9161         * aspects.ads (Exchange_Aspects): New routine.
9162         * atree.adb (Rewrite): Do not check whether the save node has
9163         aspects as it never will, instead check the node about to be clobbered.
9164         * einfo.adb (Write_Field25_Name): Abstract_States can appear in
9165         entities of generic packages.
9166         * sem_ch6.adb (Analyze_Expression_Function): Fix the parent
9167         pointer of an aspect specification list after rewriting takes place.
9168         * sem_ch7.adb (Analyze_Package_Body_Helper): Swap the aspect
9169         specifications of the generic template and the copy used for analysis.
9170         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Swap
9171         the aspect specifications of the generic template and the
9172         copy used for analysis.
9173         (Analyze_Package_Instantiation): Propagate the aspect specifications
9174         from the generic template to the instantiation.
9175         (Build_Instance_Compilation_Unit_Nodes): Propagate the aspect
9176         specifications from the generic template to the instantiation.
9177         * sem_ch13.adb (Analyze_Aspect_Specifications): Handle aspects
9178         Abstract_State, Initializes and Initial_Condition when they
9179         apply to a package instantiation.
9181 2014-02-20  Robert Dewar  <dewar@adacore.com>
9183         * stringt.adb: Add call to Initialize in package initialization.
9185 2014-02-20  Robert Dewar  <dewar@adacore.com>
9187         * a-crbtgk.adb, a-cihama.adb, a-coinve.adb, a-ciorse.adb, a-crbtgo.adb,
9188         a-cidlli.adb, a-cimutr.adb, a-cihase.adb, a-cohama.adb, a-coorse.adb,
9189         a-chtgke.adb, a-chtgop.adb, a-comutr.adb, a-ciorma.adb, a-cobove.adb,
9190         a-convec.adb, a-cohase.adb, a-chtgbk.adb, a-chtgbo.adb: Minor
9191         reformatting.
9193 2014-02-20  Bob Duff  <duff@adacore.com>
9195         * s-os_lib.ads: Minor: Remove incorrect comment.
9197 2014-02-20  Robert Dewar  <dewar@adacore.com>
9199         * sem_elab.adb (Check_Elab_Assign): Clearer warning message.
9201 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9203         * a-cborma.adb (Assign): When creating a node without a specified
9204         element, insert an uninitialized element in the map, because
9205         the instance may provide an element type with a default
9206         initialization, e.g a scalar with a Default_Value aspect.
9207         * a-cbhama.adb (Assign_Key): Remove useless Allocate procedure.
9208         (Insert): In the version without explicit element, provide an
9209         uninitialized element, as above.
9210         * a-cbdlli.adb (Append): In the version without explicit element,
9211         provide an uninitalized element, as above.
9212         (Allocate): Remove unused version.
9214 2014-02-20  Robert Dewar  <dewar@adacore.com>
9216         * sem_elab.adb: Minor code reorganization (use Nkind_In).
9217         * stringt.adb: Remove temporary pragma Warnings (Off).
9218         * stringt.ads: Add pragma Elaborate_Body to ensure initialization
9219         of Null_String_Id.
9221 2014-02-20  Matthew Heaney  <heaney@adacore.com>
9223         * a-chtgbk.adb (Replace): Use correct offset when calculating bucket
9224         index.
9226 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
9228         * sem_ch5.adb (Analyze_Iterator_Specification): Initialize
9229         properly the cursor type for subsequent volatile testing in SPARK
9230         mode, when domain is a formal container with an Iterabe aspect.
9232 2014-02-20  Robert Dewar  <dewar@adacore.com>
9234         * errout.adb (Set_Warnings_Mode_Off): Add Reason argument.
9235         (Set_Specific_Warning_Off): Add Reason argument.
9236         * errout.ads (Set_Warnings_Mode_Off): Add Reason argument.
9237         (Set_Specific_Warning_Off): Add Reason argument.
9238         * erroutc.adb (Warnings_Entry): Add Reason field
9239         (Specific_Warning_Entry): Add Reason field.
9240         (Warnings_Suppressed): return String_Id for Reason.
9241         (Warning_Specifically_Suppressed): return String_Id for Reason.
9242         * erroutc.ads (Warnings_Entry): Add Reason field.
9243         (Specific_Warning_Entry): Add Reason field.
9244         (Set_Specific_Warning_Off): Add Reason argument.
9245         (Set_Warnings_Mode_Off): Add Reason argument.
9246         (Warnings_Suppressed): return String_Id for Reason.
9247         (Warning_Specifically_Suppressed): return String_Id for Reason.
9248         * errutil.adb (Warnings_Suppressed): returns String_Id for Reason
9249         (Warning_Specifically_Suppressed): returns String_Id for Reason
9250         * gnat_rm.texi: Document that Warning parameter is string literal
9251         or a concatenation of string literals.
9252         * par-prag.adb: New handling for Reason argument.
9253         * sem_prag.adb (Analyze_Pragma, case Warning): New handling
9254         for Reason argument.
9255         * sem_util.ads, sem_util.adb (Get_Reason_String): New procedure.
9256         * sem_warn.ads (Warnings_Off_Entry): Add reason field.
9257         * stringt.adb: Set Null_String_Id.
9258         * stringt.ads (Null_String_Id): New constant.
9260 2014-02-20  Robert Dewar  <dewar@adacore.com>
9262         * einfo.ads: Minor comment addition: Etype of package is
9263         Standard_Void_Type.
9264         * checks.adb, exp_aggr.adb, exp_atag.adb, exp_attr.adb, exp_ch13.adb,
9265         exp_ch2.adb, exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb,
9266         exp_ch7.adb, exp_ch9.adb, exp_dbug.adb, exp_disp.adb, exp_imgv.adb,
9267         exp_intr.adb, exp_prag.adb, exp_sel.adb, exp_strm.adb, exp_util.adb,
9268         freeze.adb, rtsfind.adb, sem_aggr.adb, sem_attr.adb, sem_ch10.adb,
9269         sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb,
9270         sem_ch6.adb, sem_ch8.adb, sem_dim.adb, sem_prag.adb, sem_res.adb,
9271         sem_util.adb, tbuild.adb, tbuild.ads: Remove New_Reference_To.
9272         Replace all calls with calls to New_Occurrence_Of.
9274 2014-02-20  Robert Dewar  <dewar@adacore.com>
9276         * par-util.adb (Ignore, case of right paren): Make this a
9277         serious error.
9279 2014-02-19  Robert Dewar  <dewar@adacore.com>
9281         * sem_ch5.adb, sem_prag.adb, sem_attr.adb: Minor reformatting.
9282         * debug.adb: Remove -gnatd.X switch, no longer used.
9283         * styleg.adb (Check_Then): Remove check of -gnatd.X, check is
9284         now always made.
9286 2014-02-19  Bob Duff  <duff@adacore.com>
9288         * g-socket.ads: Minor: Correct some comments.
9290 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9292         * sem_ch5.adb: Inhibit iterator rewriting in ASIS mode.
9294 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
9296         * sem_ch13.adb (Analyze_Aspect_Specifications): Do not generate
9297         an error on out of range priorities if Relaxed_RM_Semantics.
9298         * sem_prag.adb (Analyze_Pragma): Ditto.
9300 2014-02-19  Bob Duff  <duff@adacore.com>
9302         * sem_attr.adb (Resolve_Attribute): Detect the case of F'Access
9303         where F denotes the renaming of an enumeration literal, and
9304         issue a specialized error message.
9306 2014-02-19  Matthew Heaney  <heaney@adacore.com>
9308         * a-chtgop.ads (Checked_Index): New operation.
9309         (Next): Changed mode of hash table.
9310         * a-chtgop.adb (Adjust, Delete_Node_Sans_Free): Detect tampering
9311         (Generic_Read, Reserve_Capacity): Ditto.
9312         (Generic_Equal): Detect tampering.
9313         (Next): Changed mode of hash table, detect tampering.
9314         * a-chtgke.ads (Checked_Index, Checked_Equivalent_Keys): New
9315         operation.
9316         (Find): Changed mode of hash table.
9317         * a-chtgke.adb (Checked_Equivalent_Keys): New operation
9318         (Delete_Key_Sans_Free, Generic_Conditional_Insert): Detect
9319         tampering.
9320         (Find): Changed mode of hash table, check for tampering.
9321         (Generic_Replace_Element): Check for tampering.
9322         * a-chtgbk.ads (Checked_Index, Checked_Equivalent_Keys): New operation.
9323         * a-chtgbk.adb (Checked_Index, Checked_Equivalent_Keys): New
9324         operation (Delete_Key_Sans_Free, Generic_Conditional_Insert):
9325         Detect tampering.
9326         (Find, Generic_Replace_Element): Check for tampering.
9327         * a-chtgbo.ads (Checked_Index): New operation.
9328         * a-chtgbo.adb (Checked_Index): New operation
9329         (Delete_Node_Sans_Free, Generic_Equal): Detect tampering.
9330         (Generic_Read, Next): Ditto.
9331         * a-cohase.adb, a-cihase.adb (Is_In): Changed mode of hash
9332         table (Difference, Intersection): Use variable view of
9333         source, detect tampering (Find, Is_Subset, Overlap): Use
9334         variable view of container (Symmetric_Difference, Union):
9335         Detect tampering (Vet): Use Checked_Index to detect tampering
9336         (Constant_Reference, Element, Find): Use variable view of
9337         container.
9338         (Update_Element_Preserving_Key): Detect tampering.
9339         * a-cbhase.adb (Difference, Find, Is_In): Use variable view
9340         of container.
9341         (Is_Subset): Ditto.
9342         (Equivalent_Sets, Overlap): Use Node's Next component.
9343         (Vet): Use Checked_Index to detect tampering.
9344         (Constant_Reference, Element, Find): Use variable view of container.
9345         (Update_Element_Preserving_Key): Detect tampering.
9346         * a-cohama.adb, a-cihama.adb, a-cbhama.adb (Constant_Reference,
9347         Element, Find): Use variable view of container.
9348         (Reference): Rename hash table component.
9349         (Vet): Use Checked_Index to detect tampering.
9351 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
9353         * adabkend.adb (Scan_Compiler_Arguments): Add missing handling
9354         of -nostdinc.
9356 2014-02-19  Thomas Quinot  <quinot@adacore.com>
9358         * tbuild.adb (New_Occurrence_Of, New_Rerefence_To): Guard
9359         against calls without Def_Id.
9361 2014-02-19  Claire Dross  <dross@adacore.com>
9363         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads, a-cforse.ads,
9364         a-cofove.ads: Add global annotations to subprograms.
9366 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9368         * sem_prag.adb (Analyze_Initial_Condition_In_Decl_Part): Remove
9369         constants Errors, Pack_Id and Pack_Init. Remove variable Vars.
9370         Initial_Condition no longer requires the presence of pragma
9371         Initialized. Do not try to diagnose whether all variables mentioned in
9372         pragma Initializes also appear in Initial_Condition.
9373         (Collect_Variables): Removed.
9374         (Match_Variable): Removed.
9375         (Match_Variables): Removed.
9376         (Report_Unused_Variables): Removed.
9378 2014-02-19  Thomas Quinot  <quinot@adacore.com>
9380         * gnat_rm.texi (pragma Stream_Convert): Minor rewording.
9382 2014-02-19  Robert Dewar  <dewar@adacore.com>
9384         * sem_util.adb, sem_util.ads, prj-conf.adb, s-os_lib.adb: Minor
9385         reformatting.
9387 2014-02-19  Vincent Celier  <celier@adacore.com>
9389         * prj-part.adb (Parse_Single_Project): Use the fully resolved
9390         project path, with all symbolic links resolved, to check if the
9391         same project is imported with a different unresolved path.
9392         * prj-tree.ads (Project_Name_And_Node): Component Canonical_Path
9393         changed to Resolved_Path to reflect that all symbolic links
9394         are resolved.
9396 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9398         * sem_util.ads, sem_util.adb (Get_Cursor_Type): Moved to sem_util
9399         from sem_ch13, for use elsewhere.
9400         * sem_ch13.adb (Get_Cursor_Type): Moved to sem_util.
9401         * sem_ch5.adb (Analyze_Iterator_Specification): Set properly the
9402         cursor type on the loop variable when the iteration is over o
9403         formal container.
9405 2014-02-19  Vincent Celier  <celier@adacore.com>
9407         * prj-conf.adb (Add_Default_GNAT_Naming_Scheme): Add declaration
9408         for an empty Target (Check_Target): Never fail when an empty
9409         target is declared in the configuration project.
9411 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9413         * sem_prag.adb (Check_Arg_Is_Local_Name): Argument is local if
9414         the pragma comes fron a predicate aspect and the context is a
9415         record declaration within the scope that declares the type.
9417 2014-02-19  Robert Dewar  <dewar@adacore.com>
9419         * gnat_rm.texi: Minor clarifications.
9420         * expander.adb, sem_aggr.adb: Add comments.
9422 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9424         * sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that
9425         applies to a subprogram body, the name is the current scope,
9426         rather than being declared in the current scope.
9427         (Analyze_Pragma, case No_Return): Handle properly a No_Return
9428         aspect applied to a subprogram body.
9430 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9432         * sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution
9433         of overloaded subprograms, and fix bug in handling of primitive
9434         operation Element.
9436 2014-02-19  Pascal Obry  <obry@adacore.com>
9438         * s-os_lib.adb: Minor reformatting.
9440 2014-02-19  Yannick Moy  <moy@adacore.com>
9442         * expander.adb (Expand): Do nothing inside generics.
9443         * sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside
9444         generics.
9446 2014-02-19  Yannick Moy  <moy@adacore.com>
9448         * exp_ch2.adb: Remove useless 'with' of unit Uintp.
9450 2014-02-19  Robert Dewar  <dewar@adacore.com>
9452         * sem_ch3.adb, style.adb, sem_prag.adb, sem_ch13.adb: Minor reformatting
9453         * a-sequio.adb: Remove useless pragma Extensions_Allowed (no
9454         longer needed).
9456 2014-02-19  Claire Dross  <dross@adacore.com>
9458         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads,
9459         a-cforse.ads, a-cofove.ads: Add Iterable aspect to formal containers.
9461 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9463         * sem_ch3.adb (Analyze_Declarations): Analyze
9464         a package contract at the end of the private declarations (if
9465         applicable), otherwise analyze it and the end of the visible
9466         declarations.
9468 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9470         * style.adb (Missing_Overriding): If subprogram is an
9471         instantiation, place warning on the instance node itself,
9472         without mention of the original generic. Do not emit message
9473         if explicit Ada version is older than the introduction of the
9474         overriding indicator.
9476 2014-02-19  Yannick Moy  <moy@adacore.com>
9478         * gnat_rm.texi: Doc clarifications.
9480 2014-02-19  Yannick Moy  <moy@adacore.com>
9482         * exp_util.adb (Remove_Side_Effects): Do not remove side-effects
9483         inside a generic.
9485 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9487         * sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from
9488         specified First primitive, rather than by name.
9489         (Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it,
9490         and extend error checking for missing primitives and incorrect
9491         signatures.
9493 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9495         * sem_ch3.adb (Check_Pragma_Implemented): Detect additional
9496         errors when a Synchronization aspect on an overriding protected
9497         operation does not match the given aspect on the overridden
9498         operation of an ancestor interface.
9500 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9502         * sem_prag.adb (Check_Loop_Pragma_Grouping): New routine.
9503         (Check_Loop_Pragma_Placement): Update
9504         comment on usage. Remove local variables Orig_Stmt and
9505         Within_Same_Sequence. Check that the current Loop_Invariant or
9506         Loop_Variant pragma is grouped together with other such pragmas.
9507         (Is_Loop_Pragma): New routine.
9508         (Prev_In_Loop): Removed.
9510 2014-02-19  Robert Dewar  <dewar@adacore.com>
9512         * par-ch6.adb (P_Return): For extended return, end column lines
9513         up with RETURN.
9514         * par.adb: Minor documentation clarification.
9516 2014-02-19  Yannick Moy  <moy@adacore.com>
9518         * sem_prag.adb (Check_Loop_Pragma_Placement): Add check
9519         that Loop_Invariant and Loop_Variant appear consecutively.
9520         * gnat_rm.texi Update documentation of Loop_Invariant and
9521         Loop_Variant pragmas.
9523 2014-02-19  Robert Dewar  <dewar@adacore.com>
9525         * debug.adb: Document -gnatd.X.
9526         * par-ch5.adb (P_If_Statement): Always check THEN, even if not
9527         first token
9528         (Check_Then_Column): Ditto.
9529         * styleg.adb (Check_Then): Allow THEN on line after IF.
9530         (Check_Then): Check THEN placement under control of -gnatd.X
9531         * styleg.ads (Check_Then): Now called even if THEN is not first
9532         token on line.
9533         * stylesw.ads (Style_Check_If_Then_Layout): Document new
9534         relaxed rules.
9535         * gnat_ugn.texi: For -gnatyi, THEN can now be on line after IF.
9537 2014-02-19  Robert Dewar  <dewar@adacore.com>
9539         * a-cfhama.adb, a-cfhase.adb, a-cforse.adb, a-cofove.adb, a-ngcefu.adb,
9540         a-teioed.adb, a-wtedit.adb, a-ztedit.adb, exp_ch5.adb, inline.adb,
9541         prj-pp.adb, prj-tree.adb, sem_ch12.adb, sem_ch8.adb,
9542         vms_conv.adb: Fix bad layout of IF statements
9544 2014-02-19  Robert Dewar  <dewar@adacore.com>
9546         * exp_util.adb (Side_Effect_Free): Scalar if expressions can be SEF.
9548 2014-02-19  Robert Dewar  <dewar@adacore.com>
9550         * exp_util.adb: Update comments.
9552 2014-02-19  Doug Rupp  <rupp@adacore.com>
9554         * bindgen.adb (Gen_Adainit) [VMS] New global Float_Format.
9555         * init.c (__gl_float_format): [VMS] New global.
9556         (__gnat_set_features): Call FP_CONTROL to set FPSR for the float
9557         representation in effect.
9559 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9561         * exp_ch6.adb Add with and use clause for Exp_Prag.
9562         (Expand_Contract_Cases): Relocated to Exp_Prag.
9563         * exp_ch6.ads (Expand_Contract_Cases): Relocated to Exp_Prag.
9564         * exp_prag.adb Add with and use clauses for Checks and Validsw.
9565         (Expand_Contract_Cases): Relocated from Exp_Ch6. Update the
9566         structure of the expanded code to showcase the evaluation of
9567         attribute 'Old prefixes. Add local variable Old_Evals. Expand
9568         any attribute 'Old references found within a consequence. Add
9569         circuitry to evaluate the prefixes of attribute 'Old that
9570         belong to a selected consequence.
9571         (Expand_Old_In_Consequence): New routine.
9572         * exp_prag.ads (Expand_Contract_Cases): Relocated from Exp_Ch6.
9573         * sem_attr.adb (Check_Use_In_Contract_Cases): Warn that a
9574         potentially unevaluated prefix is always evaluated.
9576 2014-02-19  Robert Dewar  <dewar@adacore.com>
9578         * exp_attr.adb (Expand_Min_Max_Attribute): Use Insert_Declaration
9579         (Expand_Min_Max_Attribute): Use Matching_Standard_Type.
9580         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove special
9581         handling for the case of Modify_Tree_For_C, this approach did
9582         not work.
9583         * exp_util.adb (Matching_Standard_Type): New function
9584         (Side_Effect_Free): New top level functions (from
9585         Remove_Side_Effects).
9586         * exp_util.ads (Side_Effect_Free): New top level functions
9587         (moved from body).
9588         * sinfo.ads: Minor comment updates.
9590 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9592         * exp_ch6.adb (Expand_Simple_Function_Return): If return
9593         type is unconstrained and uses the secondary stack, mark the
9594         enclosing function accordingly, to ensure that the value is not
9595         prematurely removed.
9597 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9599         * par.adb Alphabetize the routines in Par.Sync.
9600         (Resync_Past_Malformed_Aspect): New routine.
9601         * par-ch13.adb (Get_Aspect_Specifications): Alphabetize local
9602         variables. Code and comment reformatting. Detect missing
9603         parentheses on aspects [Refined_]Global and [Refined_]Depends
9604         with a non-null definition.
9605         * par-sync.adb: Alphabetize all routines in this separate unit.
9606         (Resync_Past_Malformed_Aspect): New routine.
9608 2014-02-19  Robert Dewar  <dewar@adacore.com>
9610         * sem_eval.ads, sem_eval.adb (Subtypes_Statically_Match): Return False
9611         if Esize values do not match.
9613 2014-02-19  Yannick Moy  <moy@adacore.com>
9615         * sinfo.ads: Minor comment update.
9617 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9619         * atree.ads: Minor reformatting (change Entity_Info to Einfo).
9621 2014-02-19  Thomas Quinot  <quinot@adacore.com>
9623         * exp_ch7.adb (Find_Node_To_Be_Wrapped): An assignment statement
9624         that has the No_Ctrl_Actions flag is a suitable node to be
9625         wrapped if the assigned expression has no finalization actions.
9626         * sem_eval.adb (Eval_Entity_Name): For a compile time known
9627         boolean value, mark the corresponding condition SCO as constant.
9629 2014-02-19  Robert Dewar  <dewar@adacore.com>
9631         * exp_util.adb: Minor reformatting.
9632         * exp_util.ads (Matching_Standard_Type): New function.
9633         * exp_ch7.adb: Minor reformatting.
9635 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9637         * sem_ch13.adb (Get_Cursor_Type): Use scope of iterable type
9638         to find declaration for Cursor, to handle properly the case of
9639         a discriminated iterable type.
9641 2014-02-19  Vincent Celier  <celier@adacore.com>
9643         * gnatcmd.adb (GNATCmd): Always replace the object dirs of
9644         imported library projects with the library ALI dirs, when setting
9645         the object paths.
9646         * prj-env.ads (Ada_Objects_Path): Correct comments about
9647         argument Including_Libraries.
9649 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
9651         * gnat_rm.texi: Minor spelling fixes.
9653 2014-02-19  Doug Rupp  <rupp@adacore.com>
9655         * init.c: Remove unneeded code.
9656         * fe.h (Float_Format): New macro
9657         * gcc-interface/trans.c (gigi): On VMS, set vms_float_format.
9659 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9661         * sem_prag.adb (Check_Refined_Global_Item):
9662         A state or variable acts as a constituent only it is part of an
9663         encapsulating state and the state has visible refinement.
9665 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9667         * sem_ch6.adb (Analyze_Subprogram_Contract): Do not warn on a
9668         postcondition for a function when the expression does not mention
9669         'Result but the function has in-out parameters.
9671 2014-02-19  Robert Dewar  <dewar@adacore.com>
9673         * gnat_rm.texi: Add documentation on Value_Size forcing biased
9674         representation.
9676 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9678         * lib-xref.ads Remove the small table of letter and symbol usage as we
9679         already have one.
9681 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9683         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Emit specific error
9684         messages depending on the offending misplaced aspect specifications.
9685         (Diagnose_Misplaced_Aspect_Specifications): New routine.
9687 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9689         * sem_ch13.adb (Get_Cursor): Utility to retrieve cursor type
9690         for iterable aspect primitives.
9691         (Resolve_Iterable_Operation): Use expected signature of iterable
9692         aspect to resolve primitive when overloading is present.
9693         (Validate_Iterable_Aspect, Analyze_Aspects_At_Freeze_Point): use it.
9694         (Check_Signature): Removed.
9696 2014-02-19  Yannick Moy  <moy@adacore.com>
9698         * sem_ch10.adb (Analyze_Proper_Body): Issue error on missing
9699         subunit in GNATprove_Mode.
9700         * sinfo.ads (GNATprove_Mode): Document error issued in GNATprove_Mode.
9702 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9704         * lib-xref.ads Alphabetize the contents of table
9705         Xref_Entity_Letters. Add an entry in table Xref_Entity_Letters
9706         for E_Abstract_State. List all letters and symbols in use.
9707         * sem_prag.adb (Analyze_Abstract_State): Update all calls
9708         to Create_Abstract_State to reflect the new signature.
9709         (Create_Abstract_State): Change subprogram profile and update
9710         the comment on usage. Use the proper location of the state
9711         declaration when creating a new abstract state entity. Do not
9712         generate an external name, but simply reuse the name coming from
9713         the state declaration.
9715 2014-02-19  Robert Dewar  <dewar@adacore.com>
9717         * exp_ch4.adb (Expand_N_Expression_With_Actions): Make sure
9718         declarations get properly inserted in Modify_Tree_For_C mode.
9719         * sinfo.ads: Minor comment addition.
9721 2014-02-19  Robert Dewar  <dewar@adacore.com>
9723         * par-ch9.adb, exp_ch5.adb, sem_ch5.adb, exp_attr.adb, sem_util.adb,
9724         sem_util.ads, sem_ch13.adb, sem_ch13.ads: Minor reformatting.
9726 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9728         * style.adb (Missing_Overriding): Warning does not apply in
9729         language versions prior to Ada 2005.
9730         * snames.ads-tmpl: Add Name_Iterable and Attribute_Iterable.
9731         * sem_attr.adb: Add Attribute_Iterable where needed.
9732         * exp_attr.adb: ditto.
9733         * exp_ch5.adb (Expand_Formal_Container_Loop): New procedure to
9734         handle loops and quantified expressions over types that have an
9735         iterable aspect.  Called from Expand_Iterator_Loop.
9736         * sem_ch5.adb (Analyze_Iterator_Specification): Recognize types
9737         with Iterable aspect.
9738         * sem_ch13.adb (Validate_Iterable_Aspect): Verify that the
9739         subprograms specified in the Iterable aspect have the proper
9740         signature involving container and cursor.
9741         (Check_Aspect_At_Freeze_Point): Analyze value of iterable aspect.
9742         * sem_ch13.ads (Validate_Iterable_Aspect): New subprogram.
9743         * sem_util.ads, sem_util.adb (Get_Iterable_Type_Primitive):
9744         New procedure to retrieve one of the primitives First, Last,
9745         or Has_Element, from the value of the iterable aspect of a
9746         formal container.
9747         (Is_Container_Element): Predicate to recognize expressions
9748         that denote an element of one of the predefined containers,
9749         for possible optimization.  This subprogram is not currently
9750         used, pending ARG discussions on the legality of the proposed
9751         optimization. Worth preserving for eventual use.
9752         (Is_Iterator): Recognize formal container types.
9753         * aspects.ads, aspects.adb: Add Aspect_Iterable where needed.
9755 2014-02-19  Robert Dewar  <dewar@adacore.com>
9757         * exp_attr.adb (Expand_Min_Max_Attribute): New procedure
9758         (Expand_N_Attribute_Reference): Use this procedure for Min and Max.
9759         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove object
9760         declarations from list of actions.
9761         * output.ads, output.adb (Delete_Last_Char): New procedure.
9762         * sinfo.ads: Document handling of Mod and expression with actions
9763         in Modify_Tree_For_C mode.
9765 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
9767         * par-ch9.adb (P_Task): Add a null statement to produce a
9768         well-formed task body when due to a previous syntax error the
9769         statement list is empty.
9771 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
9773         * sem_prag.adb (Check_Dependency_Clause): Account
9774         for the case where a state with a non-null refinement matches a
9775         null output list. Comment reformatting.
9776         (Inputs_Match): Copy a solitary input to avoid an assertion failure
9777         when trying to match the same input in multiple clauses.
9779 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
9781         * sem_attr.adb: Minor typo fix.
9783 2014-02-18  Robert Dewar  <dewar@adacore.com>
9785         * cstand.adb (Build_Signed_Integer_Type): Minor change of formal
9786         from Int to Nat (Build_Unsigned_Integer_Type): New procedure
9787         (Create_Standard): Create new unsigned types.
9788         * exp_ch4.adb (Expand_N_Op_Mod): Expand mod in Modify_Tree_For_C
9789         mode (Expand_N_Reference): Removed, problematic and not needed
9790         for now.
9791         * exp_ch4.ads (Expand_N_Reference): Removed, problematic and
9792         not needed for now.
9793         * exp_util.ads, exp_util.adb (Power_Of_Two): New function.
9794         * expander.adb: Remove call to Expand_N_Reference (problematic,
9795         and not needed now).
9796         * sem_aux.ads, sem_aux.adb (Corresponding_Unsigned_Type): New function.
9797         * stand.adb: Read and write unsigned type entities.
9798         * stand.ads: Add new unsigned types.
9800 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
9802         * sem_ch4.adb (Analyze_Call): Do not mark a function call
9803         as being inside an assertion expression as the flag is now removed.
9804         (Check_Ghost_Subprogram_Call): Do not query the
9805         In_Assertion_Expression flag as it is now removed, instead use
9806         a predicate function.
9807         * sem_elab.adb (Check_Internal_Call_Continue): Do not query the
9808         In_Assertion_Expression flag as it is now removed, instead use
9809         a predicate function.
9810         * sem_prag.ads: Add new table Assertion_Expression_Pragma.
9811         * sem_util.adb Add with and use clause for Sem_Prag.
9812         (In_Assertion_Expression_Pragma): New routine.
9813         * sem_util.ads (In_Assertion_Expression_Pragma): New routine.
9814         * sinfo.adb (In_Assertion_Expression): Removed.
9815         (Set_In_Assertion_Expression): Removed.
9816         * sinfo.ads Remove flag In_Assertion_Expression along with its
9817         use in nodes.
9818         (In_Assertion_Expression): Removed along with
9819         pragma Inline.  (Set_In_Assertion_Expression): Removed along
9820         with pragma Inline.
9822 2014-02-18  Sergey Rybin  <rybin@adacore.com frybin>
9824         * gnat_ugn.texi: gnatpp section: add note that '-j' cannot be
9825         used together with '-r', '-rf' or '-rnb' options.
9827 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
9829         * sem_attr.adb (Analyze_Attribute): Comment
9830         and code reformatting. Use separate routines to check the
9831         legality of attribute 'Old in certain pragmas. Verify
9832         the use of 'Old, 'Result and locally declared entities
9833         within the prefix of 'Old.
9834         (Check_References_In_Prefix): New routine.
9835         (Check_Use_In_Contract_Cases): New routine.
9836         (Check_Use_In_Test_Case): New routine.
9838 2014-02-18  Vincent Celier  <celier@adacore.com>
9840         * sem_aux.adb (Is_By_Reference_Type): For each components of
9841         a record type, check also if the component is volatile as it
9842         may have an aspect that makes it volatile. If it is, then the
9843         record type is a by reference type.
9845 2014-02-18  Robert Dewar  <dewar@adacore.com>
9847         * exp_attr.adb: Minor reformatting.
9848         * exp_ch4.ads, exp_ch4.adb (Expand_N_Reference): New procedure.
9849         * exp_util.adb (Remove_Side_Effects): Add conditional expressions
9850         as another case where we don't generate N_Reference nodes for
9851         primitive types.
9852         * expander.adb (Expand): Add call to Expand_N_Reference.
9854 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9856         * sem_prag.adb (Analyze_Refined_Pragma): Remove
9857         local variable Pack_Spec. Refinement pragmas may now apply to
9858         bodies of both visible and private subprograms.
9860 2014-02-06  Robert Dewar  <dewar@adacore.com>
9862         * exp_attr.adb (Expand_Loop_Entry_Attribute):
9863         Minor change (Attr => N) (Expand_Pred_Succ): New name
9864         Expand_Pred_Succ_Attribute (Expand_N_Attribute_Reference, case
9865         Max): Expand into if expression if Modify_Tree_For_C mode.
9866         (Expand_N_Attribute_Reference, case Min): ditto
9867         * sinfo.ads: Modify_Tree_For_C takes care of expanding Min and
9868         Max attributes.
9870 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
9872         * sem_ch3.adb (Analyze_Object_Declaration): Do not generate
9873         predicate check if this is an internal declaration with
9874         No_Initialization set, as for an expanded aggregate component.
9876 2014-02-06  Doug Rupp  <rupp@adacore.com>
9878         * init.c (__gnat_default_resignal_p) [VMS]: Test for and resignal
9879         conditions with severity of "SUCCESS" or "INFORMATIONAL".
9881 2014-02-06  Yannick Moy  <moy@adacore.com>
9883         * sem_prag.adb (Analyze_Pragma): Analyze pragma
9884         Debug rewritten node before rewriting it as a null statement in
9885         GNATprove mode.
9887 2014-02-06  Robert Dewar  <dewar@adacore.com>
9889         * sem_attr.adb (Min_Max): New procedure.
9890         (Max_Alignment_For_Allocation_Max_Size_In_Storage_Elements): New
9891         procedure.
9893 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
9895         * gnat_ugn.texi, vms_data.ads: Add documentation of '-t' option for
9896         gnatmetric/gnatpp.
9898 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9900         * sem_prag.adb (Analyze_Abstract_State): Update
9901         all calls to Create_Abstract_State to pass the proper state
9902         "declaration".
9903         (Create_Abstract_State): Add new formal parameter
9904         State_Decl along with comment on usage. Establish a link between
9905         the abstract state entity and the state declaration.
9907 2014-02-06  Robert Dewar  <dewar@adacore.com>
9909         * sem_attr.adb (Analyze_Attribute, case Max): Check for improper
9910         comparison of unordered enumeration type.
9911         (Analyze_Attribute, case Max): Check for improper comparison of
9912         unordered enumeration type.
9913         * sem_res.adb (Bad_Unordered_Enumeration_Reference): Moved to
9914         sem_util.adb.
9915         * sem_util.ads, sem_util.adb (Bad_Unordered_Enumeration_Reference):
9916         Moved here from Sem_Res.
9918 2014-02-06  Robert Dewar  <dewar@adacore.com>
9920         * sem_ch3.adb, sem_prag.adb, sem_res.adb, lib-xref.adb: Minor
9921         reformatting.
9923 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9925         * sem_ch6.adb (Process_Formals): Error message reformatting.
9927 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9929         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Add local
9930         variable Spec. Do not inherit the null indicator from the
9931         subprogram body when generating the spec.
9933 2014-02-06  Robert Dewar  <dewar@adacore.com>
9935         * casing.adb (Determine_Casing): Consider SPARK_Mode to be
9936         mixed case.
9938 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
9940         * exp_ch6.adb (Is_Build_In_Place_Function): Predicate is false
9941         when the function has a foreign convention, but not if only the
9942         limited return type has such a convention.
9944 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9946         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Remove local
9947         variable Spec. Comment reformatting. Use Copy_Separate_Tree
9948         rather than New_Copy_Tree when building the corresponding
9949         subprogram declaration.
9951 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9953         * sem_prag.adb (Analyze_Global_Item): Remove
9954         the mode-related checks on abstract states with enabled external
9955         properties.
9956         (Property_Error): Removed.
9958 2014-02-06  Javier Miranda  <miranda@adacore.com>
9960         * lib-xref.adb (Generate_Reference): When
9961         generating the reference to the first private entity take care
9962         of handling swapped entities.
9964 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
9966         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
9967         gnatmetric.
9969 2014-02-06  Robert Dewar  <dewar@adacore.com>
9971         * exp_ch4.adb (Expand_N_Shift_Left): Handle shift counts greater
9972         than the word size when operating in Modify_Tree_For_C mode.
9973         * sinfo.ads: Add documentation section on Modify_Tree_For_C mode.
9975 2014-02-06  Robert Dewar  <dewar@adacore.com>
9977         * erroutc.adb (Warning_Specifically_Suppressed.Matches):
9978         compare is case insensitive.
9979         * gnat_rm.texi: Document that string compare for Warnings Off
9980         is now case insensitive.
9982 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
9984         * gnat_rm.texi: Small wording tweak.
9986 2014-02-06  Pascal Obry  <obry@adacore.com>
9988         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Included_Patterns
9989         and Included_Artifact_Patterns attribute definitions.
9991 2014-02-06  Yannick Moy  <moy@adacore.com>
9993         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set
9994         SPARK_Mode pragma component for all subprograms, including stubs.
9996 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
9998         * sem_ch10.adb (Analyze_Package_Body_Stub): Maintain
9999         the configuration options of the enclosing context in a
10000         stack-like fasion.
10001         (Analyze_Subprogram_Body_Stub): Maintain the
10002         configuration options of the enclosing context in a stack-like
10003         fashion.
10005 2014-02-06  Robert Dewar  <dewar@adacore.com>
10007         * debug.adb: -gnatd.u sets Modify_Tree_For C
10008         * exp_ch4.adb (Expand_N_Op_Rotate_Left): Expand out
10009         if Modify_Tree_For_C (Expand_N_Op_Rotate_Right): ditto.
10010         (Expand_N_Op_Arithmetic_Right_Shift): ditto.
10011         * exp_intr.adb (Expand_Shift): Call expander so we do
10012         Modify_Tree_For_C expansions.
10013         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
10014         if -gnatd.u set.
10016 2014-02-06  Fedor Rybin  <frybin@adacore.com>
10018         * prj-proc.ads (Tree_Loaded_Callback): new type Callback used
10019         after the phase 1 of the processing of each aggregated project
10020         to get access to project trees of aggregated projects.
10021         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded
10022         If specified, On_New_Tree_Loaded is called after each aggregated
10023         project has been processed succesfully.
10024         (Process): new parameter On_New_Tree_Loaded.
10025         * prj-proc.adb (Process_Aggregated_Projects): On_New_Tree_Loaded
10026         callback added after processing of each aggregated project.
10027         (Recursive_Process): new parameter On_New_Tree_Loaded.
10028         (Process): new parameter On_New_Tree_Loaded.
10029         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded.
10030         * prj-conf.ads (Parse_Project_And_Apply_Config): new parameter
10031         On_New_Tree_Loaded.
10032         * prj-conf.adb (Parse_Project_And_Apply_Config): new parameter
10033         On_New_Tree_Loaded.
10035 2014-02-06  Bob Duff  <duff@adacore.com>
10037         * gnat_ugn.texi: Implement --insert-blank-lines and
10038         --preserve-blank-lines switches.
10040 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
10042         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
10043         gnatelim.
10045 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
10047         * gnat_rm.texi (Pragma Optimize_Alignment): Document the effect
10048         of the pragma on individual objects.
10050 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10052         * einfo.adb Node29 is now used as BIP_Initialization_Call.
10053         (BIP_Initialization_Call): New routine.
10054         (Set_BIP_Initialization_Call): New routine.
10055         (Write_Field29_Name): Add an entry for constants and variables.
10056         * einfo.ads Add new attribute BIP_Initialization_Call and update
10057         its usage in nodes.
10058         (BIP_Initialization_Call): New routine along with pragma Inline.
10059         (Set_BIP_Initialization_Call): New routine along with pragma Inline.
10060         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
10061         Add local declaration Res_Decl. Capture the build-in-place
10062         initialization call when the related object declaration has
10063         created a transient block.
10064         * exp_ch7.adb (Process_Transient_Objects): Add local variable
10065         Fin_Insrt. Recognize a scenario where an object declaration acts
10066         as a transient context and is initialized by a build-in-place
10067         function call.
10069 2014-02-06  Pascal Obry  <obry@adacore.com>
10071         * prj-util.adb (For_Interface_Sources): Fix handling of required
10072         bodies for aggregate libs.
10074 2014-02-06  Robert Dewar  <dewar@adacore.com>
10076         * nlists.ads: Minor comment clarifications.
10078 2014-02-06  Robert Dewar  <dewar@adacore.com>
10080         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
10081         if gnatd.V set.
10082         * opt.ads (Modify_Tree_For_C): New flag.
10083         * output.ads, output.adb (Last_Char): New function.
10085 2014-02-06  Pascal Obry  <obry@adacore.com>
10087         * projects.texi, prj-env.adb (Initialize_Default_Project_Path): Add
10088         share/gpr for cross-builds.
10090 2014-02-06  Robert Dewar  <dewar@adacore.com>
10092         * exp_util.ads, checks.adb, sem_prag.adb, prj-util.adb, sem_ch13.adb:
10093         Minor reformatting and code clean ups.
10095 2014-02-06  Pascal Obry  <obry@adacore.com>
10097         * prj-util.adb (For_Interface_Sources): Skip non compilable languages.
10098         * prj.ads: Minor typo fix in comment.
10100 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10102         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add
10103         local variable Expr. Flag clauses with extra parenthesis as this
10104         is not allowed by the syntax of the pragma. Code reformatting.
10106 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10108         * exp_attr.adb (Expand_N_Attribute_Reference): Alphabetize
10109         variables. Rename variabme Tnn to Temp. Do not create a temporary
10110         if assertions are disabled. Find enclosing routine _Postconditions
10111         and insert the temporary that captures the value of the prefix
10112         before the routine.
10113         * exp_ch6.adb (Build_Postconditions_Procedure):
10114         Insert the generated _Postconditions routine
10115         before the first source declaration of the related
10116         subprogram.
10117         (Insert_After_Last_Declaration): Removed.
10118         (Insert_Before_First_Source_Declaration): New routine.
10120 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
10122         * exp_util.adb, exp_util.ads (Within_Internal_Subprogram):
10123         Utility to determine whether current expansion is for the body
10124         of a predefined primitive operation.
10125         (Make_Predicate_Check): Use Within_Internal_Subpgram
10126         * checks.adb (Apply_Predicate_Check): Use
10127         Within_Internal_Subprogram
10128         * sem_ch13.adb (Freeze_Entity_Checks): Ditto.
10130 2014-02-06  Pascal Obry  <obry@adacore.com>
10132         * prj.ads, prj-util.adb: Minor reformatting.
10134 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
10136         * exp_ch6.adb (Expand_Subprogram_Contract, Append_Enabled_Item):
10137         Take into account the Split_PPC flag to ensure that conjuncts
10138         in a composite postcondition aspect are tested in source order.
10140 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10142         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Flag illegal
10143         use of SPARK_Mode.
10144         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Flag
10145         illegal use of SPARK_Mode.
10146         (Instantiate_Subprogram_Body): Flag illegal use of SPARK_Mode.
10147         * sem_prag.adb (Analyze_Pragma): Code reformatting.
10148         * sem_util.adb Add with and use clause for Aspects.
10149         (Check_SPARK_Mode_In_Generic): New routine.
10150         * sem_util.ads (Check_SPARK_Mode_In_Generic): New routine.
10152 2014-02-06  Thomas Quinot  <quinot@adacore.com>
10154         * a-calend.adb (Formatting_Operations.Split): Ensure that
10155         Time_Error is raised for invalid time values.
10157 2014-02-06  Arnaud Charlet  <charlet@adacore.com>
10159         * sem_prag.adb (Analyze_Pragma): Rewrite as a null statement
10160         in GNATprove_Mode.
10162 2014-02-06  Robert Dewar  <dewar@adacore.com>
10164         * einfo.ads, einfo.adb (Is_Discriminant_Check_Function): New flag.
10165         * exp_ch3.adb (Build_Dcheck_Function): Set
10166         Is_Discriminant_Check_Function.
10168 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10170         * exp_ch7.adb (Is_Subprogram_Call): Inspect
10171         the original tree in certain cases where a construct has been
10172         factored out and replaced by a reference to a temporary.
10174 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
10176         * sem_ch3.adb (Process_Full_View): Fix typo in the order of
10177         parameters when propagating predicate function to full view.
10178         (Find_Type_Of_Object): Freeze base type of object type to catch
10179         premature use of discriminated private type without a full view.
10181 2014-02-06  Robert Dewar  <dewar@adacore.com>
10183         * sprint.adb: Minor reformatting.
10185 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10187         * exp_ch4.adb (Process_Transient_Object): Add local variable
10188         Temp_Ins. When the transient object is initialized by an
10189         aggregate, the hook must capture the object after the last
10190         component assignment takes place.
10191         * exp_ch7.adb (Detect_Subprogram_Call): Expose the subprogram to
10192         routine Is_Subprogram_Call.
10193         (Is_Subprogram_Call): Inspect an
10194         aggregate that has been heavily expanded for subprogram calls.
10195         (Process_Transient_Objects): Add local variables Expr, Ptr_Id
10196         and Temp_Ins.  Remove the nested declare block and adjust the
10197         indentation. When the transient object is initialized by an
10198         aggregate, the hook must capture the object after the last
10199         component assignment takes place.
10201 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10203         * sem_prag.adb (Analyze_Global_Item): Detect illegal uses of
10204         external states with enabled properties that do not match the
10205         global mode.
10206         (Property_Error): New routine.
10207         * sem_res.adb (Property_Error): New routine.
10208         (Resolve_Actuals): Detect illegal uses of external variables with
10209         enabled properties in procedure calls that do not match the mode of
10210         the corresponding formal parameter.
10212 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
10214         * sem_util.adb (Has_Enabled_Property): Rename
10215         formal parameter Prop_Nam to Property. Update the comment on usage
10216         and all occurrences in the body. Add local variable Prop_Nam. When
10217         inspecting a property with an expression, the property name
10218         appears as the first choice of the component association.
10220 2014-02-04  Robert Dewar  <dewar@adacore.com>
10222         * exp_ch5.adb, einfo.ads, freeze.adb, sem_ch8.adb: Minor reformatting.
10224 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
10226         * sem_aggr.adb: Change "runtime" to "run time" in warning message,
10227         for consistency with other messages.
10229 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
10231         * exp_ch5.adb  (Expand_Iterator_Loop):  For a container element
10232         iterator, indicate that the element is a constant if the container
10233         type does not have a variable indexing aspect.
10234         * sem_ch8.adb (Analyze_Object_Renaming): If the entity is already
10235         marked as constant, do not reset its Ekind, to ensure that
10236         container elements in an element loop are not modified if the
10237         container (e.g. a hashed set) only has a constant indexing aspect.
10239 2014-02-04  Arnaud Charlet  <charlet@adacore.com>
10241         * g-souinf.ads: Subprograms in this unit are actually not pure.
10242         * freeze.adb (Freeze_Subprogram): Do not reset Is_Pure for Intrinsics.
10243         * einfo.ads (Is_Pure): Update doc to match implementation.
10245 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
10247         * exp_ch13.adb: Minor spelling fix.
10249 2014-02-04  Robert Dewar  <dewar@adacore.com>
10251         * opt.ads: Minor comment update.
10253 2014-02-04  Robert Dewar  <dewar@adacore.com>
10255         * exp_ch4.adb (Expand_N_Expression_With_Actions): Use Rewrite
10256         instead of Replace.
10258 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
10260         * sem_aggr.adb (Resolve_Array_Aggregate): Suppress warnings
10261         on null expressions if component type is non-null, when the
10262         corresponding association covers an empty range of index values.
10264 2014-02-04  Robert Dewar  <dewar@adacore.com>
10266         * sinfo.ads: Further comments on N_Expression_With_Actions node.
10268 2014-02-04  Hristian Kirtchev  <kirtchev@adacore.com>
10270         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
10271         variables Out_Items and Ref_Global. Remove local constant
10272         Body_Id along with dummy variables D1, D2, D3, D4, D5, D6, D7
10273         and D8. Remove the useless collection of global items as this
10274         was a leftover from an earlier version of the routine. Move
10275         several routines out to avoid deep nesting and indentation.
10276         (Inputs_Match): Add formal parameter Dep_Clause. Rename formal
10277         parameter Do_Checks to Post_Errors. Update the comment on usage.
10278         (Is_Matching_Input): Renamed to Input_Match. Add formal parameters
10279         Ref_Inputs and Do_Checks. Rename formal parameter Do_Checks
10280         to Post_Errors. Update the comment on usage. Account for the
10281         case where a self referential state may have a null input_list.
10282         (Is_Self_Referential): New routine.
10284 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
10286         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the
10287         entity renames an expression, as in the case of an object of
10288         an unconstrained type initialized by a function call, defer the
10289         rewriting of the expression to the expander.
10290         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case
10291         'Alignment): If the entity renames an expression, introduce
10292         temporary to capture value, and rewrite original declaration to
10293         use temporary.
10295 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
10297         * g-comlin.adb: Minor typo fix.
10299 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
10301         * freeze.adb (Freeze_All): Types derived from a formal
10302         access_to_classwide type do not have a finalization master.
10304 2014-02-04  Robert Dewar  <dewar@adacore.com>
10306         * sprint.adb: Minor reformatting.
10308 2014-02-04  Robert Dewar  <dewar@adacore.com>
10310         * exp_ch4.adb (Expand_N_Expression_With_Actions): Eliminate
10311         cases where Actions is a null list.
10312         * sinfo.ads (N_Expression_With_Actions): Actions can be
10313         temporarily empty during semantic analysis, but must be non-empty
10314         in the final expanded tree.
10316 2014-01-31  Robert Dewar  <dewar@adacore.com>
10318         * exp_ch9.adb: Minor reformatting.
10320 2014-01-31  Emmanuel Briot  <briot@adacore.com>
10322         * g-comlin.adb (Set_Command_Line): Take the switches
10323         configuration from the Command_Line_Config.
10325 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
10327         * sem_prag.adb (Analyze_Refinement_Clause): Guard against a malformed
10328         refinement clause.
10330 2014-01-31  Vincent Celier  <celier@adacore.com>
10332         * projects.texi: Add more documentation about others used as an
10333         index in indexed attributes.
10335 2014-01-31  Robert Dewar  <dewar@adacore.com>
10337         * gnat_ugn.texi: Minor update.
10338         * gnat_rm.texi: Add example to Restriction_Warnings documentation.
10339         * exp_util.adb: Minor reformatting.
10341 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
10343         * exp_ch9.adb (Expand_Entry_Barrier): Warn if the barrier
10344         depends on data that is not private to the protected object,
10345         and potentially modifiable in unsynchronized fashion.
10347 2014-01-31  Yannick Moy  <moy@adacore.com>
10349         * erroutc.adb (Validate_Specific_Warnings): Remove special case for
10350         GNATprove_Mode.
10352 2014-01-31  Robert Dewar  <dewar@adacore.com>
10354         * prj-attr.ads (First_Attribute_Of): Returns Empty_Attribute
10355         for Unknown_Package.
10356         * sem_ch6.adb, sem_attr.adb: Minor comment addition.
10358 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
10360         * exp_util.adb (Build_Allocate_Deallocate_Proc): Rewrite
10361         the logic that generates a runtime check to determine the
10362         controlled status of the object about to be allocated or
10363         deallocated. Class-wide types now always use a runtime check
10364         even if they appear as generic actuals.
10365         (Find_Object): Detect
10366         a special case that involves interface class-wide types because
10367         the object appears as a complex expression.
10369 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
10371         * sem_ch6.adb (Process_Formals): In Ada2012 mode, place
10372         subprogram with an incomplete untagged formals on the list of
10373         private dependents, to verify that the type is properly completed
10374         in the private part.
10375         * sem_attr.adb: Code clean up.
10377 2014-01-31  Robert Dewar  <dewar@adacore.com>
10379         * exp_ch6.adb: Minor reformatting.
10381 2014-01-31  Vincent Celier  <celier@adacore.com>
10383         * prj-attr.adb (First_Attribute_Of): Return Unknown_Attribute
10384         when Pkg is unknown.
10386 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
10388         * sem_res.adb (Resolve_Entity_Name): Comment
10389         reformatting. Allow volatile objects in various generated checks.
10391 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
10393         * sem_attr.adb (Analyze_Attribute, case 'Update): For a record
10394         component association, set the etype of the identifier, for
10395         SPARK use.
10397 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
10399         * exp_ch6.adb (Has_Visibility_Of_Subprogram): If type is not
10400         declared in a package, not checks can apply to the subprogram.
10402 2014-01-31  Robert Dewar  <dewar@adacore.com>
10404         * erroutc.adb (Validate_Specific_Warnings): Warnings are
10405         controlled -gnatw.W.
10406         * gnat_ugn.texi: Document new warnings controlled by -gnatw.w.
10407         * opt.ads (Warn_On_Warnings_Off): Now controls more cases.
10409 2014-01-31  Arnaud Charlet  <charlet@adacore.com>
10411         * exp_disp.adb: Update comments.
10413 2014-01-31  Yannick Moy  <moy@adacore.com>
10415         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
10416         Save_Global_References): Guard access to expression in aspect.
10418 2014-01-31  Yannick Moy  <moy@adacore.com>
10420         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode):
10421         Issue an error when the pragma is applied to a generic unit,
10422         a generic declaration, or inside a generic.
10424 2014-01-31  Yannick Moy  <moy@adacore.com>
10426         * sem_ch8.adb (Analyze_Subprogram_Renaming): Set SPARK_Mode on renaming
10427         entity.
10429 2014-01-31  Robert Dewar  <dewar@adacore.com>
10431         * exp_ch9.adb, s-tassta.adb, s-tposen.adb, s-tposen.ads: Minor
10432         reformatting.
10434 2014-01-31  Tristan Gingold  <gingold@adacore.com>
10436         * exp_disp.adb: Add a historic note.
10438 2014-01-31  Robert Dewar  <dewar@adacore.com>
10440         * sem_warn.adb (Warn_On_Useless_Assignments): Add call to
10441         Process_Deferred_References.
10443 2014-01-31  Yannick Moy  <moy@adacore.com>
10445         * erroutc.adb (Validate_Specific_Warnings): Do not issue a message for
10446         ineffective pragma Warnings(Off) in GNATprove_Mode.
10448 2014-01-31  Bob Duff  <duff@adacore.com>
10450         * s-taskin.ads: Minor comment fix.
10451         * s-tassta.adb (Abort_Dependents): Don't abort all dependents;
10452         just direct dependents. If this is actually an abort, each task
10453         will take care of aborting its dependents, so all dependents will
10454         get aborted, as before. However, when this is called the second
10455         time from Vulnerable_Complete_Master "for convenience" (i.e. to
10456         kill off tasks waiting at terminate alternatives), aborting
10457         indirect dependents is wrong, because it causes some unrelated
10458         tasks to get aborted.
10460 2014-01-31  Robert Dewar  <dewar@adacore.com>
10462         * sem_ch4.adb: Minor reformatting.
10464 2014-01-31  Robert Dewar  <dewar@adacore.com>
10466         * exp_ch2.adb: New calling sequence for Is_LHS.
10467         * frontend.adb: Add call to Process_Deferred_References.
10468         * lib-xref.ads, lib-xref.adb (Process_Deferred_References): New.
10469         (Deferred_References): New table.
10470         * sem_ch8.adb (Find_Direct_Name): Make deferred reference table
10471         entries.
10472         (Find_Expanded_Name): Ditto.
10473         * sem_res.adb: New calling sequence for Is_LHS.
10474         * sem_util.ads, sem_util.adb (Is_LHS): New calling sequence.
10475         * sem_warn.adb: Call Process_Deferred_References before issuing
10476         warnings.
10478 2014-01-31  Tristan Gingold  <gingold@adacore.com>
10480         * exp_util.adb (Corresponding_Runtime_Package): Restrict the
10481         use of System_Tasking_Protected_Objects_Single_Entry.
10482         * exp_ch9.adb (Build_Simple_Entry_Call): Remove Mode parameter
10483         of Protected_Single_Entry_Call.
10484         (Expand_N_Timed_Entry_Call): Remove single_entry case.
10485         * exp_disp.adb (Make_Disp_Asynchronous_Select_Body): Remove
10486         single_entry case.
10487         (Make_Disp_Timed_Select_Body): Likewise.
10488         * rtsfind.ads (RE_Timed_Protected_Single_Entry_Call): Remove.
10489         * s-tposen.adb (Send_Program_Error, PO_Do_Or_Queue): Remove
10490         Self_Id parameter.
10491         (Wakeup_Entry_Caller): Remove Self_ID and New_State parameters.
10492         (Wait_For_Completion_With_Timeout): Remove.
10493         (Protected_Single_Entry_Call): Remove Mode parameter
10494         (always Simple_Call).
10495         (Service_Entry): Remove Self_Id constant (not used anymore).
10496         (Timed_Protected_Single_Entry_Call): Remove.
10497         * s-tposen.ads (Timed_Protected_Single_Entry_Call): Remove.
10498         (Protected_Single_Entry_Call): Remove Mode parameter.
10500 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10502         * einfo.adb (Get_Pragma): Handle the retrieval of pragma Refined_Post.
10503         * einfo.ads (Get_Pragma): Update the comment on special pragmas
10504         handled by this routine.
10505         * sem_prag.adb (Analyze_Pragma): Add a legal pragma Refined_Post
10506         to the contract of the related subprogram body.
10507         * sem_util.adb (Add_Contract_Item): Handle the insertion of
10508         pragma Refined_Post into the contract of a subprogram body.
10509         * sinfo.ads Update the documentation of node N_Contract.
10510         * sem_res.adb (Resolve_Entity_Name): Add a guard
10511         to detect abstract states and variables only when checking the
10512         SPARK 2014 rules concerning volatile object placement.
10514 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
10516         * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): within an instance,
10517         null is compatible with any access type.
10519 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10521         * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
10522         placement is not in a package.
10524 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10526         * sem_util.adb (Has_Enabled_Property): Compare the character field of
10527         the sole property.
10529 2014-01-29  Robert Dewar  <dewar@adacore.com>
10531         * sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
10532         vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
10533         sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
10535 2014-01-29  Robert Dewar  <dewar@adacore.com>
10537         * sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
10538         * sem_warn.adb (Check_References): Suppress warnings if inside
10539         Initial_Condition pragma.
10541 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10543         * sem_prag.adb (Check_Missing_Part_Of): List all values of
10544         State_Space_Kind for readability reasons. Do not emit an error on
10545         a private item when the enclosing package lacks aspect/pragma
10546         Abstract_State. Do not emit an error on a private package
10547         instantiation when the corresponding generic template lacks
10548         visible state.
10549         (Has_Visible_State): New routine.
10550         * sem_util.adb (Find_Placement_In_State_Space): The visible
10551         declarations of any kind of child units in general act as proper
10552         placement location.
10554 2014-01-29  Robert Dewar  <dewar@adacore.com>
10556         * a-except-2005.adb, a-except.adb, a-excpol-abort.adb, a-exstat.adb,
10557         ali.adb, a-numaux.ads, a-numaux-darwin.ads, a-numaux-libc-x86.ads,
10558         a-numaux-vms.ads, a-numaux-vxworks.ads, a-numaux-x86.ads, aspects.ads,
10559         a-taside.adb, a-teioed.adb, a-textio.adb, a-textio.ads, atree.adb,
10560         atree.ads, a-witeio.adb, a-witeio.ads, a-wtedit.adb, a-ztedit.adb,
10561         a-ztexio.adb, bcheck.adb, binde.adb, checks.adb, comperr.adb,
10562         cstand.adb, debug_a.adb, einfo.ads, errout.adb, erroutc.adb,
10563         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb, exp_ch3.adb,
10564         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb, exp_dbug.adb,
10565         exp_disp.adb, exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_util.adb,
10566         freeze.adb, frontend.adb, g-comlin.ads, g-mbdira.adb, gnat1drv.adb,
10567         gprep.adb, g-spipat.adb, i-cpp.ads, i-vxwork.ads, i-vxwork-x86.ads,
10568         krunch.ads, layout.adb, lib-load.adb, lib-writ.adb, lib-writ.ads,
10569         live.adb, namet.ads, osint.adb, osint-c.adb, output.ads, par.adb,
10570         par-ch10.adb, par-ch13.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
10571         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-prag.adb,
10572         par-sync.adb, par-tchk.adb, par-util.adb, prj.adb, repinfo.adb,
10573         rtsfind.adb, s-arit64.adb, s-asthan-vms-alpha.adb,
10574         s-asthan-vms-ia64.adb, s-bignum.adb, scans.adb, scng.adb, s-dimmks.ads,
10575         sem_aggr.adb, sem_attr.adb, sem_aux.adb, sem_cat.adb, sem_ch10.adb,
10576         sem_ch12.adb, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb,
10577         sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_disp.adb, sem_elab.adb,
10578         sem_elim.adb, sem_eval.adb, sem_intr.adb, sem_prag.adb, sem_res.adb,
10579         sem_type.adb, sem_util.adb, sem_warn.adb, set_targ.adb, s-fatgen.adb,
10580         s-fatgen.ads, s-fileio.adb, s-imgcha.adb, s-imgrea.adb, sinfo.ads,
10581         sinput-c.adb, snames.ads-tmpl, s-os_lib.adb, sprint.adb,
10582         s-regpat.adb, s-secsta.adb, s-stalib.ads,
10583         s-stchop.adb, s-stoele.ads, stand.ads, s-taprop-solaris.adb,
10584         s-tasdeb-vms.adb, s-tasini.adb, s-tassta.adb, s-valdec.adb,
10585         s-valuti.adb, s-wchjis.adb, s-wchwts.adb, system.ads, system-vms_64.ads,
10586         system-vms-ia64.ads, treepr.adb, types.ads, uintp.adb, uname.adb,
10587         urealp.adb, usage.adb, vxaddr2line.adb: Minor reformatting.
10589 2014-01-29  Robert Dewar  <dewar@adacore.com>
10591         * expander.adb: Minor reformatting.
10593 2014-01-29  Javier Miranda  <miranda@adacore.com>
10595         * exp_ch3.adb (Predefined_Primitive_Bodies): Adding documentation to
10596         previous patch.
10598 2014-01-29  Javier Miranda  <miranda@adacore.com>
10600         * exp_ch3.adb (Predefined_Primitive_Bodies): Complete the code
10601         that checks if an interface types defines the predefined "="
10602         function because the compiler was erroneously not generating the
10603         predefined "=" primitive as soon as the name of some interface
10604         primitive is "=" (formals were not checked).
10606 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
10608         * expander.adb (Expander): In GNATprove mode, do not process
10609         transient scopes: they are in general not created in this mode,
10610         and an attempt to examine them will lead to constraint errors when
10611         processing configuration pragmas that have analyzable expressions.
10613 2014-01-29  Vincent Celier  <celier@adacore.com>
10615         * clean.adb (Gnatclean): Fail if main project is an aggregate
10616         project or if there is an aggregate library project in the
10617         project tree.
10618         * gnatcmd.adb: Fail if the main project is an aggregate project
10619         or if there is an aggegate library project in the project tree.
10620         * make.adb (Initialize): : Fail if main project is an aggregate
10621         project or if there is an aggregate library project in the
10622         project tree.
10623         * makeutl.ads (Aggregate_Libraries_In): New Boolean function.
10624         * prj-makr.adb (Initialize): Fail if the main project is an
10625         aggregate project or an aggregate library project.
10627 2014-01-29  Vincent Celier  <celier@adacore.com>
10629         * prj-part.adb (Check_Import_Aggregate): New procedure
10630         to check if an imported project is an aggregate project.
10631         (Parse_Single_Project): Call Check_Import_Aggregate
10632         * projects.texi: Document that aggregate projects cannot be
10633         extended or imported.
10635 2014-01-29  Robert Dewar  <dewar@adacore.com>
10637         * exp_ch9.adb, sem_ch7.ads, s-regexp.adb, sem_ch13.adb: Minor
10638         reformatting and code clean up.
10639         * gnat_ugn.texi: Add documentation section on Atomic Variables
10640         and Optimization.
10642 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10644         * einfo.adb Flag264 is now unused.
10645         (Has_Body_References): Removed.
10646         (Set_Has_Body_References): Removed.
10647         (Write_Entity_Flags): Remove the output for flag Has_Body_References.
10648         * einfo.ads Update the comment on usage of attribute
10649         Body_References. Remove attribute Has_Body_References and its
10650         usage in nodes.
10651         (Has_Body_References): Removed along with pragma Inline.
10652         (Set_Has_Body_References): Removed along with pragma Inline.
10653         * sem_prag.adb (Analyze_Global_Item): Move the call to
10654         Record_Possible_Body_Reference in the state related checks
10655         section. Add a comment intended function.
10656         (Analyze_Input_Output): Move the call to Record_Possible_Body_Reference
10657         in the state related checks section. Add a comment intended function.
10658         (Analyze_Refinement_Clause): Cleanup the illegal body reference
10659         reporting. Add a comment on timing of error reporting.
10660         (Record_Possible_Body_Reference): Reimplement the routine.
10662 2014-01-29  Vincent Celier  <celier@adacore.com>
10664         * makeutl.adb (Mains.Find_File_Add_Extension): Only look for specs for
10665         unit-based languages.
10666         (Mains.Complete_Mains.Do_Complete): Use the source file project
10667         tree when calling Find_File_Add_Extension. Use the correct
10668         project name when reporting an error.
10670 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
10672         * aspects.adb Add an entry for aspect Part_Of in table
10673         Canonical_Aspect.
10674         * aspects.ads Add an entry for aspect Part_Of in tables Aspect_Id,
10675         Aspect_Argument, Aspect_Names and Aspect_Delay.
10676         * atree.h Define Elist9.
10677         * atree.adb (Elist9): New routine.
10678         (Set_Elist9): New routine.
10679         * atree.ads (Elist9): New routine.
10680         (Set_Elist9): New routine.
10681         * einfo.adb Add Part_Of_Constituents and Encapsulating_State to
10682         the list of node usage.  Remove Refined_State from the list of
10683         node usage.
10684         (Encapsulating_State): New routine.
10685         (Get_Pragma):
10686         Handle pragma Part_Of; (Part_Of_Constituents): New routine.
10687         (Refined_State): Removed.
10688         (Set_Encapsulating_State): New routine.
10689         (Set_Part_Of_Constituents): New routine.
10690         (Set_Refined_State): Removed.
10691         (Write_Field9_Name): Add an entry
10692         for Part_Of_Constituents (Write_Field10_Name): Add an entry for
10693         Encapsulating_State. Remove the entry for Refined_State.
10694         * einfo.ads Add new attributes Encapsulating_State
10695         and Part_Of_Constituents alond with their usage in
10696         entities. Remove attribute Refined_State along with its
10697         usage in entities.
10698         (Encapsulating_State): New routine and
10699         pragma Inline.  (Get_Pragma): Update the comment on usage.
10700         (Part_Of_Constituents): New routine and pragma Inline.
10701         (Refined_State): Removed along with pragma Inline.
10702         (Set_Encapsulating_State): New routine and pragma Inline.
10703         (Set_Part_Of_Constituents): New routine and pragma Inline.
10704         (Set_Refined_State): Removed along with pragma Inline.
10705         * par-prag.adb Pragma Part_Of does not need any special processing
10706         by the parser.
10707         * sem_ch3.adb (Analyze_Declarations): Remove local variables
10708         Body_Id and Prag. Call separate routines to analyze the
10709         contract of a package [body].
10710         (Analyze_Object_Contract):
10711         Update the comment on usage. Remove local variables
10712         Items and Nam. Use Get_Pragma rather than traversing the
10713         classification list.  Verify whether the lack of indicator
10714         Part_Of agrees with the placement of the variable in state space.
10715         (Analyze_Object_Declaration): Initialize the encapsulating state
10716         of a variable.  (Requires_State_Refinement): Moved to sem_util.
10717         * sem_ch7.adb (Analyze_Package_Body_Contract): New routine.
10718         (Analyze_Package_Contract): New routine.
10719         * sem_ch7.ads (Analyze_Package_Body_Contract): New routine.
10720         (Analyze_Package_Contract): New routine.
10721         * sem_ch10.adb (Decorate_State): Initialize the encapsulating
10722         state and Part_Of constituents.
10723         * sem_ch13.adb (Analyze_Aspect_Specifications):
10724         Add processing for aspect Part_Of. Update all
10725         calls to Decorate_Delayed_Aspect_And_Pragma.
10726         (Check_Aspect_At_Freeze_Point): Aspect Part_Of does
10727         not need any special processing at freeze time.
10728         (Decorate_Delayed_Aspect_And_Pragma): Renamed to
10729         Decorate_Aspect_And_Pragma.  Add formal parameter Delayed and
10730         update the associated comment.
10731         * sem_prag.adb Add an entry for pragma Part_Of in table Sig_Flags.
10732         (Analyze_Abstract_State): Add new global variable State_Id. Remove
10733         local constants Errors and Loc. Remove local variables Is_Null
10734         and State_Nam. Create the entity of the abstract state on the
10735         spot, before all remaining checks are performed. Verify that a
10736         missing Part_Of option agrees with the placement of the abstract
10737         state within the state space.
10738         (Analyze_Depends_In_Decl_Part):
10739         Add new global variables Constits_Seen and States_Seen. Check
10740         that a state and a corresponding constituent do not appear
10741         in pragma [Refined_]Depends.
10742         (Analyze_Global_In_Decl_Part):
10743         Add new global variables Constits_Seen and States_Seen. Check
10744         that a state and a corresponding constituent do not appear
10745         in pragma [Refined_]Global.
10746         (Analyze_Global_Item):
10747         Remove the now obsolete code that deals with Part_Of.
10748         Add the entity of the global item to the list of processed
10749         items.  (Analyze_Initializes_In_Decl_Part): Add new global
10750         variables Constits_Seen and States_Seen. Check that a state
10751         and a corresponding constituent do not appear in pragma
10752         Initializes.
10753         (Analyze_Initialization_Item): Add the entity
10754         of the initialization item to the list of processed items.
10755         (Analyze_Input_Item): Add the entity of the initialization
10756         item to the list of processed items.
10757         (Analyze_Input_Output):
10758         Remove the now obsolete code that deals with Part_Of.  Add the
10759         entity of the input/output to the list of processed items.
10760         (Analyze_Part_Of): New routine.
10761         (Analyze_Part_Of_Option): Remove
10762         local constant Par_State. Add local constant Encaps and local
10763         variables Encaps_Id and Legal. Use Analyze_Part of to analyze
10764         the option. Turn the related state into a Part_Of constituent
10765         if the option is legal.
10766         (Analyze_Pragma): Add processing
10767         for pragma Part_Of.
10768         (Analyze_Refined_State_In_Decl_Part):
10769         Remove global constants Pack_Body and Spec_Id. Remove
10770         global variables Abstr_States and Hidden_States. Add new
10771         global variables Available_States, Body_Id, Body_States and
10772         Spec_Id. Add new local constant Body_Decl. Reimplement the
10773         logic that extracts the states available for refinement from
10774         the related package and the body hidden states of the said
10775         package.
10776         (Analyze_Refinement_Clause): Add local variable Part_Of_Constits.
10777         (Check_Applicable_Policy): Alphabetize body.
10778         (Check_Dependency_Clause): Replace Refined_State
10779         with Encapsulating_State.
10780         (Check_Matching_Constituent):
10781         Reimplement the logic that determines whether an item is a valid
10782         / invalid constituent of the current refined state. Return when
10783         a construct does not denote a valid abstract state. Extract the
10784         list of Part_Of constituents for further analysis. Check that all
10785         Part_Of constituents of a state have been used in its refinement.
10786         (Check_Matching_State): Update the comment on usage. Operate
10787         on the list of available states.
10788         (Check_Missing_Part_Of): New routine.
10789         (Check_Refined_Global_Item): Replace Refined_State
10790         with Encapsulating_State.
10791         (Check_State_And_Constituent_Use): New routine.
10792         (Create_Abstract_State): New routine.
10793         (Is_Matching_Input): Replace Refined_State with Encapsulating_State.
10794         (Is_Part_Of): Removed.
10795         (Collect_Body_States): New routine.
10796         (Collect_Constituent): Replace Refined_State with Encapsulating_State.
10797         (Collect_Hidden_States): Removed.
10798         (Report_Unrefined_States): Change the profile of the procedure along
10799         with the comment on usage.
10800         (Report_Unused_Constituents): New routine.
10801         (Report_Unused_Hidden_States): Removed.
10802         (Report_Unused_States): New routine.
10803         * sem_prag.ads (Check_Missing_Part_Of): New routine.
10804         * sem_util.adb (Add_Contract_Item): Pragma Part_Of can now
10805         appear in the classification pragmas of a package instantiation
10806         or a variable.
10807         (Find_Placement_In_State_Space): New routine.
10808         (Is_Child): Removed.
10809         (Is_Child_Or_Sibling): Remove formal
10810         parameter Private_Child. Remove the private child checks.
10811         (Requires_State_Refinement): Moved from sem_ch3.
10812         * sem_util.ads Add new type State_Space_Kind along with
10813         comment on its usage and values.
10814         (Add_Contract_Item): Update the comment on usage.
10815         (Find_Body_Discriminal): Alphabetize spec.
10816         (Find_Placement_In_State_Space): New routine.
10817         (Is_Child_Or_Sibling): Remove formal parameter Private_Child
10818         and update the comment on usage.
10819         (Requires_State_Refinement): Moved from sem_ch3.
10820         * sinfo.ads: Update the documentation of N_Contract.
10821         * snames.ads-tmpl The predefined name for Part_Of is now used
10822         to denote a pragma. Add Pragma_Id for Part_Of.
10824 2014-01-29  Emmanuel Briot  <briot@adacore.com>
10826         * s-regexp.adb (Create_Secondary_Table): Automatically grow the state
10827         machine as needed.
10828         (Dump): New subprogram.
10830 2014-01-29  Tristan Gingold  <gingold@adacore.com>
10832         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Add
10833         Expand_Entry_Declaration to factorize code.
10835 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
10837         * checks.adb: minor clarification.
10838         * sem_ch7.adb (Declare_Inherited_Private_Subprograms): Limit
10839         search for primitive operations to the entities that immediately
10840         follow the type declaration.
10842 2014-01-29  Tristan Gingold  <gingold@adacore.com>
10844         * exp_ch9.adb (Build_Protected_Entry): Do not call
10845         Complete_Entry_Body anymore.
10846         * rtsfind.ads (RE_Complete_Single_Entry_Body): Remove.
10847         * s-tposen.ads, s-tposen.adb (Complete_Single_Entry_Body): Remove.
10849 2014-01-29  Pierre-Marie Derodat  <derodat@adacore.com>
10851         * s-os_lib.adb, s-os_lib.ads (Normalize_Pathname): Return an empty
10852         string when the Name input bigger than allowed. Adapt the function
10853         specification.
10855 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
10857         * checks.adb (Install_Null_Excluding_Check): Do not emit warning
10858         if expression is within a case_expression of if_expression.
10860 2014-01-29  Robert Dewar  <dewar@adacore.com>
10862         * exp_ch9.adb, inline.ads: Minor reformatting.
10864 2014-01-29  Tristan Gingold  <gingold@adacore.com>
10866         * exp_ch9.adb (Is_Exception_Safe): Return true if no exceptions.
10868 2014-01-29  Yannick Moy  <moy@adacore.com>
10870         * inline.ads (Pending_Body_Info): Add SPARK_Mode and
10871         SPARK_Mode_Pragma components to be able to analyze generic
10872         instance.
10873         * sem_ch12.adb (Analyze_Package_Instantiation,
10874         Inline_Instance_Body, Need_Subprogram_Instance_Body,
10875         Load_Parent_Of_Generic): Pass in SPARK_Mode from instantiation
10876         for future analysis of the instance.
10877         (Instantiate_Package_Body,
10878         Instantiate_Subprogram_Body, Set_Instance_Inv): Set SPARK_Mode
10879         from instantiation to analyze the instance.
10881 2014-01-29  Robert Dewar  <dewar@adacore.com>
10883         * sem_ch7.adb, sem_prag.adb, sem_ch4.adb, sem_ch6.adb: Minor code
10884         reorganization.
10886 2014-01-29  Yannick Moy  <moy@adacore.com>
10888         * gnat_rm.texi: Update description of SPARK_Mode pragma.
10890 2014-01-29  Tristan Gingold  <gingold@adacore.com>
10892         * exp_ch9.adb (Expand_N_Protected_Body): Remove Num_Entries.
10894 2014-01-29  Thomas Quinot  <quinot@adacore.com>
10896         * sem_ch4.adb (Find_Component_In_Instance): Update comment.
10898 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
10900         * exp_util.adb (Build_Task_Image_Prefix): Indicate that the
10901         resulting string is an internal entity. and thus requires no
10902         initialization. This is relevant when Initialize_ Scalars is
10903         enabled, because the resultant spurious initialization may lead to
10904         secondary stack anomalies that produce a mangled name for a task.
10906 2014-01-29  Yannick Moy  <moy@adacore.com>
10908         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode
10909         not inherited from spec anymore. Check consistency
10910         rules after processing of declarations.
10911         * sem_ch7.adb (Analyze_Package_Body_Helper): SPARK_Mode not inherited
10912         from spec anymore. Check consistency rules after processing of
10913         declarations.
10914         (Analyze_Package_Declaration): Set SPARK_Mode only for non-generic
10915         packages.
10916         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode): Implement new
10917         consistency rules.
10919 2014-01-27  Robert Dewar  <dewar@adacore.com>
10921         * sem_res.adb (Resolve_Comparison_Op): Add type name/location
10922         to unordered msg.
10923         (Resolve_Range): Add type name/location to unordered msg.
10925 2014-01-27  Claire Dross  <dross@adacore.com>
10927         * a-cofove.adb/s (Copy): Add precondition so that Copy (Source,
10928         Capacity) is only called with Capacity >= Length (Source) and
10929         Capacity in Capacity_Range.
10930         * a-cfdlli.adb/s, a-cfhase.adb/s, a-cfhama.adb/s, a-cforse.adb/s,
10931         a-cforma.adb/s (Copy): Add precondition so that Copy (Source, Capacity)
10932         is only called with Capacity >= Source.Capacity. Raise Capacity_Error
10933         in the code is this is not the case.
10935 2014-01-27  Thomas Quinot  <quinot@adacore.com>
10937         * sem_ch4.adb (Analyze_Selected_Component): Fix handling of
10938         selected component in an instance where the component of the
10939         actual is not visibile at instantiation.
10941 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
10943         * sem_ch6.adb: sem_ch6.adb (Set_Actual_Subtypes): If the type
10944         has a dynamic predicate, generate freeze node for Actual_Subtype
10945         at once, because the declaration of the corresponding predicate
10946         function will make reference to it.
10948 2014-01-27  Tristan Gingold  <gingold@adacore.com>
10950         * exp_ch7.adb, exp_ch9.adb: Adjust comments.
10952 2014-01-27  Robert Dewar  <dewar@adacore.com>
10954         * exp_ch4.adb (Expand_N_Op_Expon): Remove unsigned type test
10955         for 2**X optimization.
10957 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
10959         * a-suenst.adb: strings.utf_encoding.strings (Decode): Check
10960         explicitly whether value is in range of Character, because the
10961         library is typically compiled with range checks disabled, and
10962         we cannot rely on the implicit check on the argument of 'Val.
10964 2014-01-27  Vincent Celier  <celier@adacore.com>
10966         * a-ciorma.adb, a-cihama.adb (Assign): Copy the Source to the Target,
10967         not the Target to itself.
10969 2014-01-27  Robert Dewar  <dewar@adacore.com>
10971         * vms_conv.ads, ali.adb, sem_ch6.ads, opt.ads, vms_cmds.ads: Minor
10972         changes to avoid incorrect use of unordered enum types.
10974 2014-01-27  Thomas Quinot  <quinot@adacore.com>
10976         * sem_ch4.adb: Minor reformatting.
10978 2014-01-27  Robert Dewar  <dewar@adacore.com>
10980         * scn.adb (Check_End_Of_Line): Removed.
10981         (Error_Long_Line): Removed.
10982         (Determine_License): Use versions of above routines from Scanner.
10983         * scng.adb (Check_End_Of_Line): Moved to spec.
10984         (Error_Long_Line): Removed, no longer used.
10985         * scng.ads (Check_End_Of_Line): Moved here from body.
10987 2014-01-27  Tristan Gingold  <gingold@adacore.com>
10989         * exp_ch7.adb (Build_Cleanup_Statements): Call
10990         Build_Protected_Subprogram_Call_Cleanup to insert the cleanup
10991         for protected body.
10992         * exp_ch9.adb (Build_Protected_Subprogram_Body): Likewise.
10993          Remove Service_Name variable.
10994         (Build_Protected_SUbprogam_Call_Cleanup): New procedure that
10995         factorize code from the above subprograms.
10996         * exp_ch9.ads (Build_Protected_Subprogram_Call_Cleanup): New procedure.
10998 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
11000         * einfo.adb (Has_Option): Reimplemented.
11001         * sem_prag.adb (Analyze_Refinement_Clause): Add global
11002         variables AR_Constit, AW_Constit, ER_Constit, EW_Constit,
11003         External_Constit_Seen and State. Add local variables Body_Ref,
11004         Body_Ref_Elmt and Extra_State. Reimplement part of the logic to
11005         avoid a cumbersome while pool. Verify the legality of an external
11006         state and relevant properties.
11007         (Check_External_Property): New routine.
11008         (Check_Matching_State): Remove parameter profile
11009         and update comment on usage.
11010         (Collect_Constituent): Store the
11011         relevant external property of a constituent.
11012         * sem_util.adb (Async_Readers_Enabled): Update the call to
11013         Has_Enabled_Property.
11014         (Async_Writers_Enabled): Update the call to Has_Enabled_Property.
11015         (Effective_Reads_Enabled): Update the call to Has_Enabled_Property.
11016         (Effective_Writes_Enabled): Update the call to Has_Enabled_Property.
11017         (Has_Enabled_Property): Rename formal parameter Extern to State_Id.
11018         Update comment on usage. Reimplement the logic to recognize the various
11019         formats of properties.
11021 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11023         * par-ch5.adb: Minor reformatting.
11025 2014-01-27  Tristan Gingold  <gingold@adacore.com>
11027         * s-tposen.ads: Harmonize style and comments.
11029 2014-01-27  Vincent Celier  <celier@adacore.com>
11031         * projects.texi: Document that shared library projects, by
11032         default, cannot import projects that are not shared library
11033         projects.
11035 2014-01-27  Robert Dewar  <dewar@adacore.com>
11037         * sem_ch8.adb (Find_Selected_Component): Use Replace instead
11038         of Rewrite.
11040 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11042         * a-suenco.adb, a-suenst.adb (Decode): Raise encoding error if
11043         any other exception is raised.
11044         (Convert): If both Input_Scheme and Output_Scheme are UTF_8 it is
11045         still necessary to perform a conversion in order to remove overlong
11046         encodings.
11048 2014-01-27  Robert Dewar  <dewar@adacore.com>
11050         * exp_smem.adb: Minor reformatting.
11052 2014-01-27  Thomas Quinot  <quinot@adacore.com>
11054         * a-calfor.ads: Fix incorrect reference to operator "-" in comment.
11056 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11058         * sem_res.adb (Make_Call_Into_Operator): In ASIS mode, relocate
11059         nodes for operands to the original node for the call, to preserve
11060         Original_Node pointers within the resolved operands, given that
11061         they may have been rewritten as well. Previous approach copied
11062         the operands into a new tree and lost those pointers.
11064 2014-01-27  Claire Dross  <dross@adacore.com>
11067         * a-cofove.adb, a-cofove.ads: Add Strict_Equal function to the API.
11069 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11071         * sem_util.adb (Check_Internal_Protected_Use): A call through
11072         an anonymous access parameter of the current protected function
11073         is not a potential modification of the current object.
11075 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11077         * a-cobove.adb (Reserve_Capacity): Procedure raises
11078         Capacity_Error, not Constraint_Error, when request cannot be
11079         satisfied.
11081 2014-01-27  Vincent Celier  <celier@adacore.com>
11083         * a-coorma.adb, a-cohama.adb (Assign): Copy the Source to the Target,
11084         not the Target to itself.
11086 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11088         * exp_ch4.adb (Expand_Concatenate): If the target of the
11089         concatenation is a library-level entity, always use the off-line
11090         version of concatenation, regardless of optimization level. This
11091         is space-efficient, and prevents linking problems when some
11092         units are compiled with different optimization levels.
11094 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11096         * sem_ch5.adb: Code clean up.
11098 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11100         * par-ch5.adb (P_Iterator_Specification): Improve error recovery
11101         when an array or container iterator includes a subtype indication,
11102         which is only legal in an element iterator.
11104 2014-01-27  Thomas Quinot  <quinot@adacore.com>
11106         * exp_ch7.adb: Minor reformatting.
11108 2014-01-27  Robert Dewar  <dewar@adacore.com>
11110         * opt.adb (SPARK_Mode): Default for library units is None rather
11111         than Off.
11112         * opt.ads: Remove AUTO from SPARK_Mode_Type SPARK_Mode_Type is
11113         no longer ordered.
11114         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Remove AUTO
11115         possibility.
11116         * snames.ads-tmpl (Name_Auto): Removed, no longer used.
11118 2014-01-27  Robert Dewar  <dewar@adacore.com>
11120         * par-ch5.adb (P_Sequence_Of_Statements): Make entry in
11121         Suspicious_Labels table if we have identifier; followed by loop
11122         or block.
11123         * par-endh.adb (Evaluate_End_Entry): Search Suspicious_Labels table.
11124         * par.adb (Suspicious_Labels): New table.
11126 2014-01-27  Robert Dewar  <dewar@adacore.com>
11128         * exp_aggr.adb (Check_Bounds): Reason is range check, not
11129         length check.
11131 2014-01-27  Yannick Moy  <moy@adacore.com>
11133         * get_spark_xrefs.adb (Get_SPARK_Xrefs): Accept new type 'c' for
11134         reference.
11135         * lib-xref-spark_specific.adb (Is_Global_Constant): Remove useless
11136         function now.
11137         (Add_SPARK_Xrefs): Include references to constants.
11138         * spark_xrefs.ads Document new character 'c' for references to
11139         constants.
11141 2014-01-27  Thomas Quinot  <quinot@adacore.com>
11143         * exp_smem.adb (Add_Write_After): For a function call, insert write as
11144         an after action in a transient scope.
11146 2014-01-27  Thomas Quinot  <quinot@adacore.com>
11148         * exp_smem.adb (Expand_Shared_Passive_Variable): For a reference
11149         to a shared variable as an OUT formal in a call to an init proc,
11150         the 'Read call must be emitted after, not before, the call.
11152 2014-01-27  Robert Dewar  <dewar@adacore.com>
11154         * gnat_rm.texi: Remove mention of AUTO mode for SPARK_Mode pragma.
11156 2014-01-27  Robert Dewar  <dewar@adacore.com>
11158         * a-wichha.adb (Character_Set_Version): Change to output proper
11159         value.
11161 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
11163         * einfo.adb (Is_Input_Only_State): Removed.
11164         (Is_Non_Volatile_State): Removed.
11165         (Is_Output_State): Removed.
11166         * einfo.ads (Is_Input_Only_State): Remove attribute and
11167         subprogram. Update related entity.
11168         (Is_Non_Volatile_State):
11169         Remove attribute and subprogram. Update related entity.
11170         (Is_Output_State): Removed attribute and subprogram. Update
11171         related entity.
11172         * exp_ch6.adb (Expand_Subprogram_Contract): Update comment on
11173         generated code.
11174         * sem_ch3.adb (Analyze_Declarations): Analyze the contract of
11175         an object, not just variables.
11176         (Analyze_Object_Contract): New routine.
11177         (Analyze_Variable_Contract): Removed.
11178         (Process_Discriminants): Detect an illegal use of volatile
11179         discriminant in SPARK mode.
11180         * sem_ch5.adb (Analyze_Iterator_Specification):
11181         Detect an illegal use of volatile loop variable.
11182         (Analyze_Loop_Parameter_Specification): Detect an illegal use
11183         of volatile loop variable.
11184         * sem_ch6.adb (Process_Formals): Update the volatile object
11185         detection. Detect an illegal formal of mode IN OUT or OUT in
11186         SPARK mode. Enhance the error messages with references.
11187         * sem_ch12.adb (Instantiate_Object): Update the volatile object
11188         detection. Enhance the error messages with references.
11189         * sem_prag.adb (Analyze_Abstract_State): Enhance the error
11190         messages with references.
11191         (Analyze_Contract_Case): Enhance the error messages with references.
11192         (Analyze_External_Property): Call Check_Duplicate_Property to process
11193         an external property.
11194         (Analyze_External_Property_In_Decl_Part): New routine.
11195         (Analyze_External_State_In_Decl_Part): Removed.
11196         (Analyze_Global_Item): Detect an illegal
11197         use of a volatile constant. Detect an illegal use
11198         of a variable with enabled Effective_Reads. Enhance
11199         the error messages with references. Remove obsolete
11200         checks concerning Input_Only and Output_Only states.
11201         (Analyze_Initialization_Item): Enhance the error messages
11202         with references.
11203         (Analyze_Initializes_In_Decl_Part): Do not
11204         collect the states and variables when the initialization list
11205         is null.
11206         (Analyze_Input_Item): Enhance the error messages with references.
11207         (Analyze_Input_Output): Enhance the error messages with references.
11208         (Analyze_Pragma): Enhance the error messages with references.
11209         (Analyze_Refinement_Clause): Code reformatting.
11210         (Analyze_Refined_Depends_In_Decl_Part):
11211         Rename global variable Global to Reg_Global and update all
11212         occurrences. Add local variables D7 and D8. Update the error
11213         messages with references. Update the call to Collect_Global_Items.
11214         (Analyze_Refined_Global_In_Decl_Part): Add local variables
11215         Has_Proof_In_State, Proof_In_Constits and Proof_In_Items. Update
11216         the call to Collect_Global_Items.  Account for a Proof_In state
11217         in null / useless refinement checks. Verify the coverage of
11218         Proof_In states.
11219         (Check_Dependency_Clause): Remove local variable
11220         Out_Constits. Remove the retrieval and removal of constituents
11221         for an Output_Only state. Remove the reporting of unused
11222         Output_Only state constituents.
11223         (Check_Duplicate_Mode): Enhance
11224         the error message with a reference.
11225         (Check_Duplicate_Property): New routine.
11226         (Check_Duplicate_Option): Enhance the error message with a reference.
11227         (Check_External_Properties): Enhance the error message with a reference.
11228         (Check_Function_Return): Enhance the error message with a reference.
11229         (Check_In_Out_States): Update
11230         comment on usage. Add a specialized error message for Proof_In
11231         constituents. Enhance the error message with a reference.
11232         (Check_Input_States): Update comment on usage. Account for
11233         possible Proof_In constituents. Enhance the error message
11234         with a areference.
11235         (Check_Matching_Constituent): Enhance the error message with a
11236         reference.
11237         (Check_Matching_State): Enchance the error message with a reference.
11238         (Check_Mode): Add local variable From_Global. Update the call to
11239         Find_Mode.  Emit more precise error messages concerning extra items
11240         (Check_Mode_Restriction_In_Enclosing_Context): Consider
11241         pragma Refined_Global.  Enhance the error message with a
11242         reference.
11243         (Check_Mode_Restriction_In_Function): Enhance the error message with
11244         a reference.
11245         (Check_Output_States): Update comment on usage. Add local variable
11246         Posted.  Account for possible Proof_In constituents. Produce a detailed
11247         list of missing constituents.
11248         (Check_Proof_In_States): New routine.
11249         (Check_Refined_Global_Item): Handle Proof_In
11250         constituents. Enchance the error message with a reference.
11251         (Collect_Global_Items): Add formal parameters Proof_In_Items
11252         and Has_Proof_In_State. Update the comment on usage. Account
11253         for Proof_In items.
11254         (Create_Or_Modify_Clause): Enchance
11255         the error message with a reference.
11256         (Find_Mode): Add
11257         formal parameter From_Global. Update the comment on usage.
11258         Detect when the mode is governed by pragma [Refined_]Global.
11259         (Output_Constituents): Removed.
11260         (Report_Extra_Constituents):
11261         Report extra Proof_In constituents.
11262         (Report_Unused_Constituents): Removed.
11263         (Usage_Error): Code reformatting. Enhance the error
11264         messages with reference.
11265         * sem_prag.ads (Analyze_External_Property_In_Decl_Part): New routine.
11266         (Analyze_External_State_In_Decl_Part): Removed.
11267         * sem_res.adb (Resolve_Actuals): Update the volatile object
11268         detection. Enhance the error message with a reference.
11269         (Resolve_Entity_Name): Update the volatile object
11270         detection. Enhance the error message with a reference.
11271         * sem_util.adb (Is_Refined_State): Add a guard to avoid a crash.
11272         (Is_SPARK_Volatile_Object): New routine.
11273         (Has_Volatile_Component): New routine.
11274         * sem_util.ads (Is_Delegate): Alphabetized.
11275         (Is_SPARK_Volatile_Object): New routine.
11276         (Has_Volatile_Component): New routine.
11277         * snames.ads-tmpl: Remove names Name_Input_Only and Name_Output_Only.
11279 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
11281         * sem_attr.adb: Resolve fully prefix of 'Update.
11283 2014-01-27  Ben Brosgol  <brosgol@adacore.com>
11285         * gnat_rm.texi: Minor clarifications.
11287 2014-01-27  Robert Dewar  <dewar@adacore.com>
11289         * sem_elab.adb (Check_Internal_Call_Continue): Avoid complaining
11290         about call that is generated as part of an Initial_Condition
11291         check.
11292         * sem_prag.adb: Minor spelling correction.
11294 2014-01-27  Robert Dewar  <dewar@adacore.com>
11296         * sem_prag.adb (Set_Convention_From_Pragma): Check that
11297         convention Ghost can only apply to functions.
11298         * einfo.ads, einfo.adb (Is_Ghost_Subprogram): Add clarifying comment.
11300 2014-01-27  Robert Dewar  <dewar@adacore.com>
11302         * gnat_ugn.texi: Add Short_Enums to documentation of
11303         -gnatet/-gnateT.
11305 2014-01-27  Robert Dewar  <dewar@adacore.com>
11307         * sem_prag.adb (Analyze_Input_Item): Correct check for input
11308         item in same package.
11309         * sem_util.ads, sem_util.adb (Within_Scope): New function.
11311 2014-01-26  Arnaud Charlet  <charlet@adacore.com>
11313         * a-intnam-lynxos.ads, mlib-tgt-specific-lynxos.adb,
11314         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
11315         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-tpopsp-lynxos.adb,
11316         system-lynxos-ppc.ads, system-lynxos-x86.ads: Removed, no longer
11317         maintained.
11319 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
11321         * gcc-interface/Makefile.in: Fix oversight.
11323 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
11325         * gcc-interface/utils.c (convert_to_fat_pointer): Un-obfuscate the
11326         conversion from a thin pointer with a shifted value.
11327         * gcc-interface/utils2.c (gnat_build_constructor): Propagate the
11328         read-only flag from the values onto the result.
11329         (gnat_invariant_expr): Accept read-only CONSTRUCTORs.
11331 2014-01-25  Tristan Gingold  <gingold@adacore.com>
11333         * gcc-interface/decl.c (gnat_to_gnu_entity): Always build a variable
11334         for E_Variable with a pragma Linker_Section.
11336 2014-01-25  Robert Dewar  <dewar@adacore.com>
11338         * gcc-interface/decl.c (gnat_to_gnu_param): Make sure an Out parameter
11339         with Default_Value aspect is passed in by copy.
11341 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
11343         * set_targ.adb: Set Short_Enums.
11344         * gcc-interface/lang.opt (fshort-enums): New option.
11345         * gcc-interface/misc.c (gnat_handle_option): Handle it.
11346         (gnat_post_options): Do not modify the global settings.
11348 2014-01-24  Robert Dewar  <dewar@adacore.com>
11350         * g-rannum.ads, g-rannum.adb (Random_Ordinary_Fixed): New generic
11351         function.
11352         (Random_Decimal_Fixed): New generic function.
11353         * s-rannum.ads: Minor comment clarifications.
11355 2014-01-24  Robert Dewar  <dewar@adacore.com>
11357         * back_end.adb: Remove Short_Enums handling (handled in
11358         Ttypes/Get_Targ now) Minor added comments.
11359         * freeze.adb: Change name Short_Enums_On_Target to
11360         Target_Short_Enums.
11361         * get_targ.ads, get_targ.adb (Get_Short_Enums): New function.
11362         * opt.ads: Minor comment updates.
11363         * sem_ch13.adb: Change name Short_Enums_On_Target to
11364         Target_Short_Enums.
11365         * set_targ.adb: Set Short_Enums from gcc back end.
11366         * set_targ.ads (Short_Enums): New variable.
11367         * targparm.ads, targparm.adb: Remove Short_Enums entries (handled in
11368         Ttypes/Get_Targ now).
11369         * ttypes.ads (Target_Short_Enums): New constant boolean switch
11371 2014-01-24  Pascal Obry  <obry@adacore.com>
11373         * g-sercom-mingw.adb: Fix serial port name for port number > 10.
11375 2014-01-24  Gary Dismukes  <dismukes@adacore.com>
11377         * exp_disp.adb (Expand_Dispatching_Call): Call Unqualify on Param when
11378         comparing it with Ctrl_Arg, since Ctrl_Arg may have had qualification
11379         stripped off.
11381 2014-01-24  Robert Dewar  <dewar@adacore.com>
11383         * sinfo.ads, make.adb, prj-env.adb: Minor reformatting.
11385 2014-01-24  Vincent Celier  <celier@adacore.com>
11387         * prj.adb (Add_Aggregated_Project): Do not add a project in
11388         the list if it is already there.
11390 2014-01-24  Yannick Moy  <moy@adacore.com>
11392         * lib-xref-spark_specific.adb (Enclosing_Subprogram_Or_Package):
11393         Correct the search for a subrogram declaration to which a pragma is
11394         attached.
11396 2014-01-24  Bob Duff  <duff@adacore.com>
11398         * gnat_ugn.texi: Document --decimal-grouping and
11399         --based-grouping switches in gnatpp.
11401 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11403         * sinfo.ads: Documentation update.
11405 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11407         * sem_ch3.adb (Constant_Redeclaration): New declaration is
11408         illegal if previous one has an initial expression that is an
11409         aggregate expanded into assignments.
11411 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11413         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Small
11414         code reorganization to remove spurious warning on a loop with
11415         an array element iterator that has a null range.
11417 2014-01-24  Vincent Celier  <celier@adacore.com>
11419         * make.adb (Binding_Phase): When setting the Ada paths, use
11420         the library ALI dir, not the object dir in libraries.
11422 2014-01-24  Yannick Moy  <moy@adacore.com>
11424         * sinfo.ads: Add documentation of check flag fields.
11426 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11428         * sem_res.adb (Resolve_Actuals): If an actual is a view
11429         conversion of a discriminated object, and the formal type is
11430         discriminated and constrained, apply a discriminant check to
11431         the object itself.
11433 2014-01-24  Robert Dewar  <dewar@adacore.com>
11435         * prj.adb, prj-env.adb, back_end.adb: Add comment, minor code clean ups.
11437 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11439         * sem_ch3.adb (Analyze_Declarations): At the end of an
11440         appropriate declarative part, call Freeze_All from the first
11441         declaration in the scope, not from the first unfrozen one. This
11442         is necessary to apply visibility checks to entities with delayed
11443         aspects. Otherwise, in the presence of instantiations and cleanups
11444         that they may generate, the delayed aspects may be analyzed too
11445         late and produce spurious visibility errors.
11446         * sem_attr.adb: Place etype on range.
11447         * sem_ch6.adb: Documentation expression functions.
11449 2014-01-24  Robert Dewar  <dewar@adacore.com>
11451         * exp_ch7.adb: Minor change of Indices to Indexes (preferred
11452         terminology in compiler).
11454 2014-01-24  Robert Dewar  <dewar@adacore.com>
11456         * scans.ads: Remove Tok_Raise from Sterm, Eterm, After_SM
11457         categories, now that Ada 95 supports raise expressions.
11459 2014-01-24  Robert Dewar  <dewar@adacore.com>
11461         * freeze.adb (Freeze_Enumeration_Type): Use new target parameter
11462         Short_Enums_On_Target.
11463         * sem_ch13.adb (Set_Enum_Esize): Take Short_Enums_On_Target
11464         into account.
11465         * targparm.ads, targparm.adb: Add new target parameter Short_Enums.
11467 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11469         * sem_ch5.adb (Analyze_Iterator_Specification): If subtype
11470         indication is given explicity, check that it matches the array
11471         component type or the container element type of the domain
11472         of iteration.
11474 2014-01-24  Tristan Gingold  <gingold@adacore.com>
11476         * back_end.adb (Scan_Compiler_Arguments): Set Short_Enums_On_Target.
11477         * gcc-interface/misc.c (flag_short_enums): Declare.
11478         (gnat_post_options): Set it.
11480 2014-01-24  Vincent Celier  <celier@adacore.com>
11482         * prj-env.adb (Ada_Objects_Path): Use Ada_Objects_Path_No_Libs
11483         to cache the result when Including_Libraries is False.
11484         * prj-env.ads (Ada_Objects_Path): Update documentation
11485         * prj.adb (Free (Project_Id)): Also free Ada_Objects_Path_No_Libs
11486         (Get_Object_Directory): Return the Library_Ali_Dir only when
11487         when Including_Libraries is True.
11488         * prj.ads (Get_Object_Directory): Fix and complete documentation
11489         (Project_Data): New component Ada_Objects_Path_No_Libs
11491 2014-01-24  Robert Dewar  <dewar@adacore.com>
11493         * checks.adb (Expr_Known_Valid): Result of fpt operator never
11494         considered valid.
11496 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
11498         * back_end.adb: Minor fix in comment.
11500 2014-01-24  Javier Miranda  <miranda@adacore.com>
11502         * sem_ch3.adb (Check_Abstract_Overriding): Code reestructuration
11503         required to report the error in case of task types.
11505 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11507         * sem_attr.adb: Additional index checking.
11509 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11511         * sem_attr.adb (Analyze_Attribute, case 'Update): Analyze
11512         expressions in each component association, and for records note
11513         the entity in each association choice, for subsequent resolution.
11514         (Resolve_Attribute, case 'Update): Complete resolution of
11515         expressions in each component association.
11517 2014-01-24  Robert Dewar  <dewar@adacore.com>
11519         * sem.adb (Sem): Avoid premature reference to Current_Sem_Unit
11520         (this was causing Is_Main_Unit_Or_Main_Unit_Spec to be set wrong,
11521         leading to wrong handling of SPARK_Mode for library units).
11523 2014-01-24  Robert Dewar  <dewar@adacore.com>
11525         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set SPARK_Mode
11526         on generic instances (do not consider them to be internally
11527         generated)
11529 2014-01-24  Doug Rupp  <rupp@adacore.com>
11531         * s-osinte-android.ads (pthread_sigmask): Import sigprocmask
11532         vice pthread_sigmask.
11534 2014-01-24  Vincent Celier  <celier@adacore.com>
11536         * prj.adb (Debug_Output (Str, Str2)): Output if verbosity is
11537         not default.
11539 2014-01-24  Vincent Celier  <celier@adacore.com>
11541         * prj-ext.adb (Add): Do not output anything when Silent is True,
11542         whatever the verbosity. When Source is From_External_Attribute,
11543         set the corresponding environment variable if it is not already set.
11544         * prj-ext.ads (Add): New Boolean parameter Silent, defaulted
11545         to False
11546         * prj-proc.adb (Process_Expression_For_Associative_Array):
11547         For attribute External, call Prj.Ext.Add with Silent set to
11548         True for the child environment, to avoid useless output in non
11549         default verbosity.
11551 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11553         * sem_res.adb (Set_Slice_Subtype): Handle properly a discrete
11554         range given by a subtype indication, and force evaluation of
11555         the bounds, as for a simple range.
11556         * exp_util.adb (Evaluate_Slice_Bounds): Utility to force evaluation
11557         of bounds of slice for various kinds of discrete ranges.
11558         (Evaluate_Name, Evaluate_Subtype_From_Expr): use
11559         Evaluate_Slice_Bounds.
11561 2014-01-24  Bob Duff  <duff@adacore.com>
11563         * s-taskin.ads (Activator): Make this Atomic, because
11564         Activation_Is_Complete reads it, and that can be called
11565         from any task. Previously, this component was only
11566         modified by the activator before activation, and by
11567         Self after activation.
11568         * a-taside.ads, a-taside.adb (Environment_Task,
11569         Activation_Is_Complete): Implement these missing functions.
11571 2014-01-24  Doug Rupp  <rupp@adacore.com>
11573         * init.c: Add a handler section for Android.
11575 2014-01-24  Arnaud Charlet  <charlet@adacore.com>
11577         * i-cexten.ads (Unsigned_33..64, Unsigned_33..64): New types.
11579 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11581         * sem_ch4.adb (Operator_Check): If one operand is a
11582         Raise_Expression, set its type to that of the other operand.
11583         * sem_res.adb (Resolve_Raise_Expression): new procedure.
11584         (Resolve_Actuals): For an actual that is a Raise_Expression,
11585         set the type to that of the formal.
11586         * sem_type.adb (Find_Unique_Type): If one of the operands is a
11587         Raise_Expression, return type of the other operand.
11589 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11591         * sem_aggr.adb (Resolve_Record_Aggregate): If a scalar
11592         component of the record has a type with a default aspect, and
11593         the corresponding aggregate component is initiaized with a box,
11594         use the default value in the rewritten aggregate.
11596 2014-01-24  Tristan Gingold  <gingold@adacore.com>
11598         * s-interr.ads, s-interr.adb, s-interr-hwint.adb, s-interr-vms.adb,
11599         s-interr-sigaction.adb,
11600         s-interr-dummy.adb (Install_Restricted_Handlers): Add Prio parameter.
11601         * exp_ch9.adb (Make_Initialize_Protection): Add Prio parameter
11602         to the call to Install_Restricted_Handlers.
11604 2014-01-24  Emmanuel Briot  <briot@adacore.com>
11606         * prj-nmsc.adb (Check_File): Add protection when the source is
11607         not fully initialized.
11609 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
11611         * sem_util.adb (Is_Post_State): In a postcondition, a selected
11612         component that denotes an implicit dereference is a reference
11613         to the post state of the subprogram.
11615 2014-01-24  Robert Dewar  <dewar@adacore.com>
11617         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode OFF
11618         for generated subprograms.
11619         (Analyze_Subprogram_Specification): Ditto.
11621 2014-01-24  Vincent Celier  <celier@adacore.com>
11623         * prj-dect.adb (Check_Attribute_Allowed): Detect more forbidden
11624         attributes in package Builder of aggregate and aggregate library
11625         projects.
11626         * prj-nmsc.adb (Process_Naming_Scheme.Check.Check_Aggregate):
11627         Remove procedure (Process_Naming_Scheme.Check.Check_Aggregated):
11628         Remove parameters.  Change error message from "... externally
11629         build library ..." to "... externally built project ...".
11630         (Process_Naming_Scheme.Check): Do not do any check in aggregate
11631         project, as attribute Library_Dir and Library_Name have already
11632         been detected as forbidden.
11634 2014-01-24  Vincent Celier  <celier@adacore.com>
11636         * prj-env.adb (Find_Project): If cached project path is not in
11637         project directory, look in current directory first and use cached
11638         project path only if project is not found in project directory.
11640 2014-01-24  Robert Dewar  <dewar@adacore.com>
11642         * sem_util.adb, lib-xref.adb: Correct false positive warnings.
11644 2014-01-24  Vincent Celier  <celier@adacore.com>
11646         * projects.texi: Document that aggregate projects are only
11647         supported by gprbuild, but not by gnatmake.  Document that the
11648         only attribute Switches in package Binder of aggregate projects
11649         will be ignored if its index is not others.  Document that
11650         attribute Global_Config_File is allowed in package Binder of
11651         aggregate projects.
11653 2014-01-24  Robert Dewar  <dewar@adacore.com>
11655         * sem_prag.adb: Minor code reorganization.
11656         * sem_util.adb: Minor fix of potential latent bug in Is_LHS.
11658 2014-01-24  Pascal Obry  <obry@adacore.com>
11660         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Excluded_Patterns
11661         attribute definition.
11663 2014-01-24  Vincent Celier  <celier@adacore.com>
11665         * makeutl.adb (Queue.Insert_No_Roots): In gprbuild, do not put
11666         in the Queue the same source (same path, same multi-source index)
11667         from the same project file, to avoid compiling several times
11668         the same source.
11670 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
11672         * einfo.ads (First_Rep_Item): Remove obsolete stuff.
11673         (Has_Gigi_Rep_Item): Likewise.
11674         * sem_prag.adb (Analyze_Pragma) <Pragma_Linker_Section>: Do not set
11675         Has_Gigi_Rep_Item for objects.
11676         * gcc-interface/decl.c (prepend_one_attribute_to): Rename into...
11677         (prepend_one_attribute): ...this.
11678         (prepend_one_attribute_pragma): New function extracted from...
11679         (prepend_attributes): ...here.  Swap the parameters for consistency.
11680         (gnat_to_gnu_entity): Adjust calls to prepend_one_attribute_to and to
11681         prepend_attributes.
11682         <object>: Deal with a pragma Linker_Section on a constant
11683         or variable.  <E_Function>: Deal with a pragma Linker_Section
11684         on a subprogram.
11685         (get_minimal_subprog_decl): Adjust calls to prepend_one_attribute_to.
11687 2014-01-24  Vincent Celier  <celier@adacore.com>
11689         * opt.ads: Minor comment update.
11691 2014-01-24  Robert Dewar  <dewar@adacore.com>
11693         * sem_prag.adb (Analyze_Input_Output): Add missing error check
11694         for junk operand.
11695         * sem_util.adb (Is_Refined_State): Add defense against junk
11696         tree from error.
11698 2014-01-24  Pascal Obry  <obry@adacore.com>
11700         * projects.texi: Removes Build_Slaves attribute documentation.
11702 2014-01-23  Robert Dewar  <dewar@adacore.com>
11704         * opt.adb (Register_Opt_Config_Switches): Save SPARK_Mode_Pragma
11705         setting.
11707 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
11709         * sem_util.adb (Is_Potentially_Unevaluated): Predicate only
11710         applies to expressions that come from source.
11711         * sem_attr.adb (Analyze_Attribute, case 'Old): Improve error
11712         message.
11713         (Analyze_Attribute, case 'Loop_Entry): Apply SPARK 2014 legality
11714         rule regarding potentially unevaluated expressions, to prefix
11715         of attribute.
11717 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
11719         * exp_util.adb (Make_Invqriant_Call): If type of expression is
11720         a private extension, get invariant from base type.
11722 2014-01-23  Robert Dewar  <dewar@adacore.com>
11724         * sem_util.adb, sem_attr.adb: Minor reformatting.
11726 2014-01-23  Robert Dewar  <dewar@adacore.com>
11728         * opt.adb (Save_Opt_Config_Switches): Save SPARK_Mode_Pragma
11729         (Restore_Opt_Config_Switches): Restore SPARK_Mode_Pragma.
11730         * sem.adb (Semantics): Remove save/restore of
11731         SPARK_Mode[_Pragma]. Not needed since already done in
11732         Save/Restore_Opt_Config_Switches.
11734 2014-01-23  Robert Dewar  <dewar@adacore.com>
11736         * gnat_rm.texi, einfo.adb, einfo.ads, sem_prag.adb, gnat_ugn.texi,
11737         freeze.adb, repinfo.adb, aspects.adb, aspects.ads, sem_ch13.adb:
11738         Linker_Section enhancements.
11740 2014-01-23  Tristan Gingold  <gingold@adacore.com>
11742         * gnat_rm.texi: Minor editing.
11744 2014-01-23  Robert Dewar  <dewar@adacore.com>
11746         * opt.adb (Set_Opt_Config_Switches): Reset SPARK mode for
11747         with'ed internal units.
11748         * sem.adb (Semantics): Save and restore SPARK_Mode[_Pragma].
11750 2014-01-23  Javier Miranda  <miranda@adacore.com>
11752         * lib-xref.adb (Generate_Reference): As part of processing the
11753         "end-of-spec" reference generate an extra reference to the first
11754         private entity of the package.
11755         * xr_tabls.adb (Add_Reference): No action needed for the extra
11756         'E' reference associated; similar to the processing of the
11757         'e' reference.
11759 2014-01-23  Bob Duff  <duff@adacore.com>
11761         * gnat_ugn.texi: Change "--&pp off" to "--!pp off".
11763 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
11765         * sem_util.ads, sem_util.adb (Is_Potentially_Unevaluated): new
11766         predicate to implement rule given in 6.1.1 (20/3).
11767         * sem_attr.adb (Analyze_Attribute, case 'Old): Reject prefix of
11768         'Old in a postcondition, if it is potentially unevaluated and
11769         it is not an entity name.
11771 2014-01-23  Bob Duff  <duff@adacore.com>
11773         * gnat_ugn.texi: Document the new "--&pp off" feature of gnatpp.
11775 2014-01-23  Robert Dewar  <dewar@adacore.com>
11777         * gnatlink.adb (Gnatlink): Fix problem of generating bad name
11778         msg on VMS.
11780 2014-01-23  Bob Duff  <duff@adacore.com>
11782         * g-dynhta.ads: Minor comment fix.
11784 2014-01-23  Yannick Moy  <moy@adacore.com>
11786         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Inherit SPARK_Mode
11787         from spec on body only when not already inherited on spec. Set
11788         SPARK_Mode from context on body without previous spec.  *
11789         * sem_prag.adb (Analyze_Pragma): Check placement of pragma on
11790         library-level entities.  Correct retrieval of entity from
11791         declaration, for cases where the declaration is not a unit.
11792         * sem_ch12.adb (Instantiate_Object): Avoid
11793         calling Is_Volatile_Object on an empty node.
11795 2014-01-23  Robert Dewar  <dewar@adacore.com>
11797         * gnatlink.adb (Gnatlink): Check for suspicious executable file
11798         names on windows.
11800 2014-01-23  Robert Dewar  <dewar@adacore.com>
11802         * a-ngelfu.ads: Remove bad uses of AND which should be AND THEN.
11803         * sem_res.adb (Check_No_Direct_Boolean_Operators): Don't give
11804         style errors in instances.
11805         * g-dynhta.ads (Static_HTable): Comment updates.
11807 2014-01-23  Vincent Celier  <celier@adacore.com>
11809         * prj-conf.adb (Get_Or_Create_Configuration_File): Do not attempt
11810         to find a configuration project file when Config_File_Name is
11811         No_Configuration_File.
11812         * prj-conf.ads (No_Configuration_File): New constant String.
11813         * prj-pars.adb (Parse): Call Get_Or_Create_Configuration_File
11814         with Config_File_Name set to No_Configuration_File, so that
11815         no existing configuration project file will be used, and the
11816         configuration project will be only created in memory when
11817         Add_Default_GNAT_Naming_Scheme is called.
11818         * projects.texi: Minor reformatting.
11820 2014-01-23  Vincent Celier  <celier@adacore.com>
11822         * prj-conf.adb (Get_Or_Create_Configuration_File): Never parse
11823         a config project file if On_Load_Config is not null.
11824         * prj-pars.adb: Minor comment changes.
11826 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
11828         * lib-xref.adb (Output_References): Output progenitors of
11829         synchronized tagged types, for source navigation.
11831 2014-01-23  Robert Dewar  <dewar@adacore.com>
11833         * exp_util.adb, sinfo.adb, sinfo.ads, sem.adb, sem_res.adb,
11834         expander.adb, exp_ch11.adb, exp_ch11.ads, sem_ch11.adb, sem_ch11.ads,
11835         sprint.adb, sprint.ads: Remove unused node N_Subprogram_Info.
11837 2014-01-23  Emmanuel Briot  <briot@adacore.com>
11839         * prj-conf.adb (Get_Or_Create_Configuration_File): call
11840         On_Load_Config later.
11842 2014-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
11844         * sem_ch3.adb (Analyze_Declarations): Do not
11845         generate the spec of the late primitive in ASIS mode. Add two
11846         comments to explain the special cases when the expansion is
11847         not performed.
11849 2014-01-23  Robert Dewar  <dewar@adacore.com>
11851         * sem_util.adb (Note_Possible_Modification): Fix error of
11852         misbehaving for implicit dereference cases in -gnatc mode.
11854 2014-01-23  Emmanuel Briot  <briot@adacore.com>
11856         * prj-pars.adb: Minor reformatting.
11858 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
11860         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): A subprogram
11861         body generated for an expression function within a protected body
11862         needs a set of renaming declarations if the expression function
11863         comes from source.
11865 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
11867         * lib-xref.adb (Get_Type_Reference): In semantics-only mode,
11868         list interface progenitor of a tagged concurrent type, for better
11869         source navigation.
11871 2014-01-22  Robert Dewar  <dewar@adacore.com>
11873         * lib.adb (In_Extended_Main_Code_Unit): Return False for
11874         Standard_Location.
11875         (In_Extended_Main_Source_Unit): Return False for Standard_Location.
11876         * lib.ads (In_Extended_Main_Code_Unit): Add documentation on
11877         treatment of Slocs No_Location and Standard_Location.
11878         * restrict.adb (Check_Restriction_No_Dependence): Explicitly
11879         check for entity with Standard_Location Sloc, rather than relying
11880         on Lib routines to do that.
11881         * sem_res.adb (Resolve_Call): Implement SPARK_05 restriction
11882         that a call cannot occur before a later occuring body within
11883         the same unit.
11885 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11887         * rtsfind.adb: Update comment.
11889 2014-01-22  Hristian Kirtchev  <kirtchev@adacore.com>
11891         * sem_aux.ads, sem_aux.adb (Is_Body): New routine.
11892         * sem_ch3.adb (Analyze_Declarations): Add local variable
11893         Body_Seen. Generate the spec of a late controlled
11894         primitive body that is about to freeze its related type.
11895         (Handle_Late_Controlled_Primitive): New routine.
11897 2014-01-22  Robert Dewar  <dewar@adacore.com>
11899         * a-stream.adb: Minor reformatting.
11901 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
11903         * sem_ch8.adb (From_Actual_Package): Introduce a recursive
11904         sub-procedure Declared_In_Actual to handle properly the visibility
11905         of actuals in actual packages, that are themselves actuals to a
11906         actual package of the current instance. This mimics properly the
11907         visibility of formals of formal packages declared with a box,
11908         within the corresponding generic unit.
11910 2014-01-22  Robert Dewar  <dewar@adacore.com>
11912         * checks.adb: Do not assume that a volatile variable is valid.
11914 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11916         * g-catiio.ads (Image, Value): Clarify that these functions
11917         operate in the local time zone.  Minor documentation update.
11919 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11921         * csets.adb, csets.ads, opt.ads: Minor documentation fixes.
11923 2014-01-22  Robert Dewar  <dewar@adacore.com>
11925         * sem_aux.adb, sem_aux.ads, sem_ch3.adb (Has_Unconstrained_Elements):
11926         Moved to sem_aux.adb.
11928 2014-01-22  Robert Dewar  <dewar@adacore.com>
11930         * vms_data.ads: Minor reformatting.
11932 2014-01-22  Robert Dewar  <dewar@adacore.com>
11934         * debug.adb: Document messages affected by -gnatd.E including
11935         the new ones that relate to late definition of equality.
11936         * sem_ch6.adb (Check_Untagged_Equality): In Ada 2012 mode, if
11937         debug flag -gnatd.E is set, then generate warnings rather than
11938         errors.
11939         (Check_Untagged_Equality): In earlier versions of Ada,
11940         generate warnings if Warn_On_Ada_2012_Incompatibility flag is set.
11942 2014-01-22  Robert Dewar  <dewar@adacore.com>
11944         * sem_prag.adb (Usage_Error): Output additional messages for
11945         unconstrained OUT parameters lacking an input dependency.
11947 2014-01-22  Robert Dewar  <dewar@adacore.com>
11949         * sem_ch4.adb: Minor reformatting.
11951 2014-01-22  Robert Dewar  <dewar@adacore.com>
11953         * restrict.ads: Minor reformatting.
11954         * sem_res.adb (Resolve_Call): Check for SPARK_05 restriction that
11955         forbids a call from within a subprogram to the same subprogram.
11957 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11959         * a-stream.ads (Read_SEA, Write_SEA): New subprograms, optimized
11960         stream attributes for Stream_Element_Array.
11961         * a-stream.adb (Read_SEA, Write_SEA): Bodies for the above.
11962         * rtsfind.adb (Check_CRT): Do not reject a reference to an entity
11963         defined in the current scope.
11965 2014-01-22  Robert Dewar  <dewar@adacore.com>
11967         * debug.adb, exp_ch4.adb, erroutc.adb: Minor reformatting.
11969 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11971         * sem_ch7.adb, sem_ch8.adb, exp_ch3.adb: Minor reformatting.
11973 2014-01-22  Thomas Quinot  <quinot@adacore.com>
11975         * sem_ch3.adb (Analyze_Object_Declaration): For a constant
11976         declaration initialized with a function call, whose type
11977         has variable size, need to remove side effects so that the
11978         initialization expression becomes a dereference of a temporary
11979         reference to the function result.
11981 2014-01-22  Yannick Moy  <moy@adacore.com>
11983         * errout.adb (Initialize): Remove trick to add dummy entry
11984         in Warnings table.
11985         * erroutc.adb (Set_Warnings_Mode_Off,
11986         Set_Warnings_Mode_On): Do nothing if warnings are suppressed by
11987         command line switch.
11988         * opt.ads (Warning_Mode): Document behavior
11989         wrt pragma Warnings, in normal mode and in GNATprove_Mode.
11991 2014-01-22  Robert Dewar  <dewar@adacore.com>
11993         * sem_ch3.adb, errout.adb, erroutc.adb: Minor reformatting.
11995 2014-01-22  Robert Dewar  <dewar@adacore.com>
11997         * sem_ch13.adb (Check_Pool_Size_Clash): New procedure
11998         (Analyze_Attribute_Definition_Clause, case Storage_Pool): call
11999         Check_Pool_Size_Clash (Analyze_Attribute_Definition_Clause,
12000         case Storage_Size): call Check_Pool_Size_Clash.
12002 2014-01-22  Robert Dewar  <dewar@adacore.com>
12004         * sem_ch3.adb, exp_util.adb, sem_dim.adb, sem_elab.adb, sem_ch8.adb,
12005         sem_eval.ads: Minor reformatting.
12007 2014-01-22  Thomas Quinot  <quinot@adacore.com>
12009         * sem_eval.adb (Compile_Time_Known_Bounds): Return False for
12010         Any_Composite to prevent cascaded errors.
12012 2014-01-22  Yannick Moy  <moy@adacore.com>
12014         * errout.adb (Initialize): Do not insert special entry in Warnings
12015         table in GNATprove_Mode.
12016         * erroutc.adb (Set_Warnings_Mode_On): Add info in Warnings table in
12017         GNATprove_Mode.
12018         * gnat1drv.adb (Adjust_Global_Switches): Do not suppress frontend
12019         warnings anymore.
12021 2014-01-22  Robert Dewar  <dewar@adacore.com>
12023         * sem_prag.adb (Analyze_Initializes_In_Decl_Part): Handle null
12024         initializes case.
12026 2014-01-22  Robert Dewar  <dewar@adacore.com>
12028         * snames.ads-tmpl: Update header.
12030 2014-01-22  Thomas Quinot  <quinot@adacore.com>
12032         * exp_util.adb (Insert_Actions): When inserting actions on a
12033         short circuit operator that has already been analyzed, do not park
12034         actions in node; instead introduce an N_Expression_With_Actions
12035         and insert actions immediately.
12036         Add guard for unexpected case of climbing up through statement
12037         in Actions list of an N_Expression_With_Actions.
12038         * sem_elab.adb (Insert_Elab_Check): Remove complex
12039         specialized circuitry for the case where the context is already
12040         analyzed, as it is not needed and introduces irregularities in
12041         finalization. Instead rely on the above change to Insert_Actions
12042         to ensure that late insertion on short circuit operators works
12043         as expected.
12045 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
12047         * sem_ch4.adb (Operator_Check): Improve error message when an
12048         operand of concatenation is an access type.
12050 2014-01-22  Thomas Quinot  <quinot@adacore.com>
12052         * sem_dim.adb (Analyze_Dimension_Identifier): Add guard against
12053         cascaded error.
12055 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
12057         * sem_ch8.adb (Find_Selected_Component): Handle properly the case
12058         of an expanded name in a proper body, whose prefix is a package
12059         in the context of the proper body, when there is a homonym of
12060         the package declared in the parent unit.
12062 2014-01-22  Robert Dewar  <dewar@adacore.com>
12064         * sem_warn.adb (Check_Use_Clause): Don't give no entities used
12065         msg if errors found.
12066         (Check_One_Unit): Same change.
12068 2014-01-22  Robert Dewar  <dewar@adacore.com>
12070         * ug_words: Add missing/wrong entries for VMS warning switches.
12071         * sem_prag.adb (Check_Duplicate_Pragma): Avoid flagging parent type.
12073 2014-01-22  Jerome Guitton  <guitton@adacore.com>
12075         * mlib-tgt-specific-vxworks.adb (Get_Target_Suffix): Replace xscale by
12076         arm.
12078 2014-01-22  Robert Dewar  <dewar@adacore.com>
12080         * gnat_rm.texi, gnat_ugn.texi: Document passive task optimization
12082 2014-01-22  Eric Botcazou  <ebotcazou@adacore.com>
12084         * gcc-interface/Makefile.in: Minor fixes.
12086 2014-01-21  Robert Dewar  <dewar@adacore.com>
12088         * par-ch4.adb (P_If_Expression): Rewritten to improve error recovery.
12089         * par-ch5.adb (P_Condition): New version with expression prescanned.
12090         * par.adb (P_Condition): New version with expression prescanned.
12092 2014-01-21  Robert Dewar  <dewar@adacore.com>
12094         * gnat_rm.texi: Document that Allow_Integer_Address is ignored
12095         if Address is not a private type.
12096         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
12097         Ignore pragma if System.Address is not a private type.
12099 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12101         * namet.ads (Name_Len): Initialize to 0 to avoid accessing an
12102         uninitialized value.
12104 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12106         * gnat_rm.texi (Scalar_Storage_Order): Update documentation.
12108 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12110         * sem_ch12.adb (Set_Instance_Env): In Ada 2012 mode, preserve
12111         the value of Assertions_Enabled flag when compiling an instance of
12112         an internal unit. This facilitates the use of pre/postconditions
12113         in generic internal units, such as the new elementary function
12114         libraries.
12116 2014-01-21  Robert Dewar  <dewar@adacore.com>
12118         * exp_aggr.adb: Minor reformatting.
12119         * sem_attr.adb: Minor reformatting.
12120         * sem_res.adb: Minor comment addition.
12121         * einfo.adb: Minor comment updates.
12122         * freeze.adb: Minor reformatting and code reorganization.
12124 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12126         * par-ch4.adb (P_If_Expression): Handle more gracefully an
12127         elsif clause that does not have an else part.
12129 2014-01-21  Robert Dewar  <dewar@adacore.com>
12131         * checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting.
12132         * gcc-interface/Makefile.in: clean up target pairs.
12134 2014-01-21  Pascal Obry  <obry@adacore.com>
12136         * projects.texi: Minor typo fix.
12138 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12140         * freeze.adb (Check_Component_Storage_Order): If a record type
12141         has an explicit Scalar_Storage_Order attribute definition clause,
12142         reject any component that itself is of a composite type and does
12143         not have one.
12145 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12147         * sem_ch10.adb (Generate_Parent_Reference): Make public so it
12148         can be used to generate proper cross-reference information for
12149         the parent units of proper bodies.
12151 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12153         * exp_pakd.adb (Expand_Packed_Element_Set,
12154         Expand_Packed_Element_Reference): No byte swapping required in
12155         the front-end for the case of a reverse storage order array,
12156         as this is now handled uniformly in the back-end.  However we
12157         still need to swap back an extracted element if it is itself a
12158         nested composite with reverse storage order.
12160 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
12162         * sem_prag.adb (Analyze_External_Property): Add processing for "others".
12163         (Analyze_Pragma): Update the grammar of pragma Abstract_State to
12164         include "others".
12166 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12168         * gnat_ugn.texi: Minor updates.
12170 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12172         * exp_pakd.adb: Update comment, minor reformatting.
12174 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
12176         * sem_ch3.adb (Analyze_Variable_Contract): Trigger the volatile
12177         object check when SPARK_Mode is on.
12178         * sem_ch6.adb (Process_Formals): Trigger the volatile object
12179         check when SPARK_Mode is on.
12180         * sem_ch12.adb (Instantiate_Object): Trigger the volatile object
12181         check when SPARK_Mode is on.
12182         * sem_ch13.adb (Analyze_Aspect_Specifications): Insert the
12183         corresponding pragma of aspect SPARK_Mode in the visible
12184         declarations of a package declaration.
12185         * sem_prag.adb (Analyze_Pragma): Trigger the volatile object
12186         check when SPARK_Mode is on.
12187         * sem_res.adb (Resolve_Actuals): Trigger the volatile object
12188         check when SPARK_Mode is on.
12189         (Resolve_Entity_Name): Trigger
12190         the volatile object check when SPARK_Mode is on.
12192 2014-01-21  Robert Dewar  <dewar@adacore.com>
12194         * sem_ch3.adb, sem_prag.adb, sem_prag.ads, sem_ch12.adb, sem_res.adb,
12195         sem_ch6.adb, a-except-2005.adb: Minor reformatting.
12197 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12199         * exp_ch3.adb (Expand_N_Object_Declaration): When a class-wide
12200         object is declared, it is rewritten as a renaming of an dynamic
12201         expression that wraps the initial value.  The renaming declaration
12202         is first given an internal name, to prevent collisions with the
12203         entity already declared, and then the name is modified to reflect
12204         the original one. the modification of the name must preserve
12205         the source location of the original, to prevent spurious errors
12206         when compiling with style checks if the declaration involves
12207         more than one entity.
12209 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
12211         * aspects.adb Add entries for Async_Readers, Async_Writers,
12212         Effective_Reads and Effective_Writes in table Canonical_Aspect.
12213         * aspects.ads Add entries for Async_Readers, Async_Writers,
12214         Effective_Reads and Effective_Writes in tables Aspect_Id,
12215         Aspect_Names, Aspect_Delay and Implementation_Defined_Aspect.
12216         * atree.adb (Ekind_In): New version with 8 parameters.
12217         (Node34): New routine.
12218         (Set_Node34): New routine.
12219         * atree.ads (Ekind_In): New version with 8 parameters.
12220         (Node34): New routine.
12221         (Set_Node34): New routine.
12222         * einfo.adb Contract is now Node34.
12223         (Contract): Update the assertion and node usage.
12224         (Get_Pragma): Include pragmas Async_Readers, Async_Writers,
12225         Effective_Reads and Effective_Writes.
12226         (Set_Contract): Update the assertion and node usage.
12227         (Write_Field24_Name): Remove the output for a contract.
12228         (Write_Field34_Name): Add output for a contract.
12229         * einfo.ads Contract is now Node34. Update the comment on
12230         attribute usage and related node structures.
12231         (Get_Pragma): Update the comment on usage.
12232         * par-prag.adb (Prag): Pragmas Async_Readers, Async_Writers,
12233         Effective_Reads and Effective_Writes do not require special
12234         processing by the parser.
12235         * sem_ch3.adb (Analyze_Variable_Contract): New routine.
12236         (Analyze_Declarations): Analyze the contract of a variable at
12237         the end of the declarative region.
12238         (Analyze_Object_Declaration): Create a contract for a variable.
12239         * sem_ch6.adb (Analyze_Subprogram_Contract): Update the retrieval
12240         of classification pragmas.
12241         (Process_Formals): Detect an illegal
12242         use of a volatile object as a formal in a function.
12243         * sem_ch12.adb (Instantiate_Object): Detect an illegal use of
12244         a volatile object as an actual in generic instantiation.
12245         * sem_prag.adb Add entries for Async_Readers, Async_Writers,
12246         Effective_Reads and Effective_Writes in table Sig_Flags.
12247         (Analyze_External_State_In_Decl_Part): New routine.
12248         (Analyze_Global_Item): Detect an illegal use of a volatile object
12249         as a global item of a function.
12250         (Analyze_Pragma): Reimplement
12251         pragma Abstract_State. Add support for pragmas Async_Readers,
12252         Async_Writers, Effective_Reads and Effective_Writes.
12253         (Check_External_Properties): New routine.
12254         * sem_prag.ads (Analyze_External_State_In_Decl_Part): New routine.
12255         (Check_External_Properties): New routine.
12256         * sem_res.adb (Resolve_Actuals): Detect an illegal use of a
12257         volatile object as an actual in a call.
12258         (Resolve_Entity_Name):
12259         Add local variables Par, Prev and Usage_OK. Detect illegal
12260         contexts of volatile objects.
12261         * sem_util.adb (Add_Contract_Item): Add support for
12262         pragmas associated with the contract of a variable.
12263         (Async_Readers_Enabled): New routine.
12264         (Async_Writers_Enabled): New routine.
12265         (Effective_Reads_Enabled): New routine.
12266         (Effective_Writes_Enabled): New routine.
12267         (Has_Enabled_Property):
12268         New routine.
12269         (Is_Unchecked_Conversion_Instance): New routine.
12270         (Is_Volatile_Object): Add support for entities that may denote
12271         a volatile object.
12272         * sem_util.ads (Add_Contract_Item): Update the
12273         comment on usage.
12274         (Async_Readers_Enabled): New routine.
12275         (Async_Writers_Enabled): New routine.
12276         (Effective_Reads_Enabled): New routine.
12277         (Effective_Writes_Enabled): New routine.
12278         (Is_Unchecked_Conversion_Instance): New routine.
12279         * sinfo.ads Update the comment on the structure of N_Contract.
12280         * snames.ads-tmpl Add predefined names for Async_Readers,
12281         Async_Writers, Effective_Reads and Effective_Writes. Add
12282         pragma ids for Async_Readers, Async_Writers, Effective_Reads
12283         and Effective_Writes.
12285 2014-01-21  Robert Dewar  <dewar@adacore.com>
12287         * exp_ch4.adb (Eval_Op_Expon): Use CRT_Safe_Compile_Time_Known_Value
12288         * sem_eval.adb (Compile_Time_Known_Value): Remove special
12289         handling of CRT mode (CRT_Safe_Compile_Time_Known_Value): New
12290         function (Eval_Op_Expon): Add CRT_Safe in call to Test_Foldable
12291         (Test_Foldable): Add CRT_Safe parameter
12292         * sem_eval.ads (Compile_Time_Known_Value): Remove special
12293         handling of CRT mode.
12294         (CRT_Safe_Compile_Time_Known_Value): New function.
12296 2014-01-21  Robert Dewar  <dewar@adacore.com>
12298         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Fix problem
12299         with pragma or aspect that applies to package spec or subprogram
12300         spec.
12302 2014-01-21  Robert Dewar  <dewar@adacore.com>
12304         * exp_aggr.adb: Minor reformatting.
12306 2014-01-21  Johannes Kanig  <kanig@adacore.com>
12308         * gnat1drv.adb (Gnat1drv) remove obsolete reference to -gnatd.H.
12310 2014-01-21  Bob Duff  <duff@adacore.com>
12312         * gnat_ugn.texi: Document the "checks" attribute in gnat2xml.
12314 2014-01-21  Steve Baird  <baird@adacore.com>
12316         * gnat_rm.texi: Improve description of SPARK_Mode pragma.
12318 2014-01-21  Vincent Celier  <celier@adacore.com>
12320         * prj-part.adb (Parse_Single_Project): Accept to extend a project
12321         if it has only be imported by an project being extended. When a
12322         project that has only been imported by a project being extended
12323         is imported by another project that is not being extended,
12324         reset the previous indication, so that it will be an error if
12325         this project is extended later.
12326         * prj-tree.adb (Create_Project): Include component From_Extended
12327         in table Projects_HT
12328         * prj-tree.ads (Project_Name_And_Node): New Boolean component
12329         From_Extended
12331 2014-01-21  Robert Dewar  <dewar@adacore.com>
12333         * atree.ads, atree.adb: Add Node33 and Set_Node33.
12334         * einfo.ads, einfo.adb (SPARK_Pragma): New field (SPARK_Aux_Pragma):
12335         New field (SPARK_Pragma_Inherited): New flag
12336         (SPARK_Aux_Pragma_Inherited): New flag (SPARK_Mode_Pragmas):
12337         Removed.
12338         * lib.ads, lib.adb: Remove SPARK_Mode_Pragma, no longer used.
12339         * opt.ads (SPARK_Mode_Pragma): New global variable.
12340         * sem.ads: Add Save_SPARK_Mode_Pragma field to Scope_Stack_Entry.
12341         * sem_ch3.adb: Use new SPARK_Mode data structures.
12342         * sem_ch6.adb: Set SPARK_Mode fields in subprogram specs and bodies.
12343         * sem_ch7.adb: Set SPARK_Mode fields in package spec and body entities.
12344         * sem_ch8.adb (Push_Scope): Save SPARK_Mode_Pragma.
12345         (Pop_Scope): Restore SPARK_Mode_Pragma.
12346         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Rewrite for
12347         new data structures.
12349 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12351         * back_end.adb: Undo previous change, not needed. Minor reformatting.
12353 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12355         * exp_ch5.adb: Fix comment.
12356         * switch-c.adb: Minor comment update.
12357         * exp_ch3.adb: Minor reformatting.
12359 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12361         * back_end.adb (Scan_Compiler_Arguments): Do not store object
12362         filename in gnatprove mode.
12364 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12366         * sinfo.ads (No_Ctrl_Actions): Clarify documentation (flag also
12367         suppresses usage of primitive _assign for tagged types).
12368         * exp_aggr.adb (Build_Array_Aggr_Code.Gen_Assign): Set
12369         No_Ctrl_Actions for a tagged type that does not require
12370         finalization, as we want to disable usage of _assign (which
12371         may cause undesirable discriminant checks on an uninitialized,
12372         invalid target).
12374 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12376         * sem_prag.adb: Reject invariant'class on completion.
12378 2014-01-21  Javier Miranda  <miranda@adacore.com>
12380         * exp_ch3.adb (Build_Init_Procedure): For
12381         derivations of interfaces, do not move the the initialization
12382         of the _parent field since such assignment is not generated.
12384 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12386         * sem_res.adb (Rewrite_Renamed_Operator): Do not replace entity
12387         with the operator it renames if we are within an expression of
12388         a pre/postcondition, because the expression will be reanalyzed
12389         at a later point, and the analysis of the renaming may affect
12390         the visibility of the operator when in an instance.
12392 2014-01-21  Robert Dewar  <dewar@adacore.com>
12394         * sinfo.ads, sinfo.adb: Change Do_Discriminant_Check to use new Flag1.
12395         Add this flag to type conversion nodes and assignment nodes.
12396         * treepr.adb: Deal properly with Flag 1,2,3.
12397         * treeprs.adt: Minor comment update.
12399 2014-01-21  Robert Dewar  <dewar@adacore.com>
12401         * sem_eval.adb (Compile_Time_Known_Value): Add Ignore_CRT
12402         parameter.
12403         * sem_eval.ads (Compile_Time_Known_Value): Add Ignore_CRT
12404         parameter, completely rewrite spec.
12406 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12408         * sem_ch10.adb (Install_Withed_Unit): If the unit is a subprogram
12409         instance that is inlined, it may have been rewritten as a wrapper
12410         package. In that case the unit that must be made visible is the
12411         related instance of the package.
12413 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12415         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Refine
12416         previous change in codepeer mode.
12418 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12420         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Always add
12421         call to Abort_Undefer, as expected by the runtime.
12422         * s-tasren.adb (Local_Complete_Rendezvous): Replace
12423         Defer_Abort_Nestable by Defer_Abort, since we do not expect abort to be
12424         deferred at this point. Update comments.
12426 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12428         * exp_ch4.adb, exp_ch5.adb, checks.adb: Minor reformatting.
12430 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12432         * switch-c.adb, usage.adb, gnat_ugn.texi: Mark -gnates as internal,
12433         remove from doc.
12435 2014-01-21  Robert Dewar  <dewar@adacore.com>
12437         * switch-c.adb, usage.adb, atree.adb, atree.ads: Minor reformatting.
12439 2014-01-21  Thomas Quinot  <quinot@adacore.com>
12441         * atree.adb, atree.ads (Num_Extension_Nodes): Switch to Node_Id, since
12442         this is value is used in Node_Id arithmetic operations.
12443         (Copy_Node, Exchange_Entities): Use loops indexed by Num_Extension_Nodes
12444         instead of hard-coded unrolled code.
12446 2014-01-21  Yannick Moy  <moy@adacore.com>
12448         * gnat1drv.adb: Minor code cleanup, removing useless code.
12450 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
12452         * opt.ads (SPARK_Switches_File_Name): New.
12453         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnates=xxx *
12454         * usage.adb (Usage): Document -gnates, in gnatprove mode only.
12455         * gnat_ugn.texi: Document -gnates.
12457 2014-01-21  Yannick Moy  <moy@adacore.com>
12459         * errout.adb (Special_Msg_Delete): Update comment. Remove
12460         special case for GNATprove which should not ignore mismatch
12461         in sizes for representation clauses.
12462         * sem_prag.adb (Analyze_Pragma): Remove special case for GNATprove
12463         which should not ignore pragma Pack.
12465 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12467         * sem_ch4.adb: Code clean up.
12469 2014-01-21  Steve Baird  <baird@adacore.com>
12471         * gnat_rm.texi: Improve GNAT RM description of SPARK_Mode pragma.
12473 2014-01-21  Robert Dewar  <dewar@adacore.com>
12475         * gcc-interface/gigi.h: Get Flags array address.
12476         * gcc-interface/trans.c: Acquire Flags array address.
12477         * atree.adb: Add support for Flags array and Flag0,1,2,3.
12478         * atree.ads: Add support for Flags array and Flag0,1,2,3.
12479         * atree.h: Add support for Flags array and Flag0,1,2,3.
12480         * back_end.adb: Pass Flags array address to gigi.
12482 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12484         * sem_ch8.adb (Attribute_Renaming): Transfer original attribute
12485         reference to generated body so that legality checks on stream
12486         attributes are properly applied. If type is tagged and already
12487         frozen, insert generated body at the point of the renaming
12488         declaration.
12490 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
12492         * sem_ch12.adb: Code clean up.
12493         * sem_ch8.adb: Minor reformatting
12495 2014-01-20  Robert Dewar  <dewar@adacore.com>
12497         * checks.adb: Check SPARK_Mode instead of GNATProve_Mode for
12498         converting warnings on inevitable exceptions to errors.
12499         * exp_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
12500         converting warnings on inevitable exceptions to errors.
12501         * opt.adb (SPARK_Mode_Config): Handled like other config flags
12502         * opt.ads (SPARK_Mode_Type): Moved here from types (renamed from
12503         SPARK_Mode_Id) (SPARK_Mode_Type): Add pragma Ordered, remove
12504         SPARK_ from names (SPARK_Mode): New flag (SPARK_Mode_Config):
12505         New flag (Config_Switches_Type): Add SPARK_Mode field
12506         * sem.adb: Minor code reorganization (remove unnecessary with)
12507         * sem.ads (Scope_Stack_Entry): Add Save_SPARK_Mode field
12508         * sem_aggr.adb: Check SPARK_Mode instead of GNATProve_Mode for
12509         converting warnings on inevitable exceptions to errors.
12510         * sem_attr.adb: Check SPARK_Mode instead of GNATProve_Mode for
12511         converting warnings on inevitable exceptions to errors.
12512         * sem_ch3.adb: Check SPARK_Mode instead of GNATProve_Mode for
12513         converting warnings on inevitable exceptions to errors.
12514         * sem_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
12515         converting warnings on inevitable exceptions to errors.
12516         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Reset SPARK_Mode
12517         from spec if needed
12518         * sem_ch7.adb (Analyze_Package_Body_Helper): Reset SPARK_Mode
12519         from spec if needed
12520         * sem_ch8.adb (Push_Scope): Save SPARK_Mode (Pop_Scope):
12521         Restore SPARK_Mode
12522         * sem_elab.adb: Check SPARK_Mode instead of GNATProve_Mode for
12523         converting warnings on inevitable exceptions to errors.
12524         * sem_prag.adb (Get_SPARK_Mode_From_Pragma): New function
12525         (Get_SPARK_Mode_Id): Removed (Get_SPARK_Mode_Type): New name
12526         of Get_SPARK_Mode_Id
12527         * sem_prag.ads (Get_SPARK_Mode_From_Pragma): New function
12528         * sem_res.adb: Check SPARK_Mode instead of GNATProve_Mode for
12529         converting warnings on inevitable exceptions to errors.
12530         * sem_util.adb: Check SPARK_Mode instead of GNATProve_Mode for
12531         converting warnings on inevitable exceptions to errors.
12532         * types.ads (SPARK_Mode_Id): Moved to opt.ads and renamed
12533         SPARK_Mode_Type
12535 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12537         * sem_ch13.adb: Add semantic information to rewritten type
12538         reference.
12540 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12542         * exp_ch5.adb (Expand_N_Assignment_Statement): If both sides
12543         are of a type with unknown discriminants, convert both to the
12544         underlying view of the type, so that the proper constraint check
12545         can be applied to the right-hand side.
12547 2014-01-20  Robert Dewar  <dewar@adacore.com>
12549         * atree.adb (Copy_Node): Fix failure to copy last component
12550         (Exchange_Entities): Fix failure to exchange last entity
12552 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12554         * sem_ch12.adb: Code clean up.
12556 2014-01-20  Robert Dewar  <dewar@adacore.com>
12558         * gnat_rm.texi, sem_ch4.adb: Minor reformatting.
12560 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12562         * sem_ch4.adb (Analyze_Quantified_Expression): If after
12563         pre-analysis  the loop parameter specification has been
12564         rewritten as a iterator specification, propagate the change to
12565         the quantified expression, for ASIS navigtion needs.
12567 2014-01-20  Vincent Celier  <celier@adacore.com>
12569         * par-ch10.adb: Minor error message change: escape [ and ].
12571 2014-01-20  Robert Dewar  <dewar@adacore.com>
12573         * checks.adb: Make warnings on exceptions into errors in GNATprove mode.
12574         * errout.adb: Implement [ and ] insertion characters.
12575         * errout.ads: Document new [ and ] insertion characters.
12576         * sem_ch12.adb, restrict.adb, frontend.adb, exp_ch7.adb: Minor
12577         addition of ??? comment.
12578         * lib-xref.adb, exp_util.adb, gnat1drv.adb: Minor reformatting
12579         * exp_ch4.adb, sem_ch3.adb, sem_ch4.adb, sem_ch6.adb, sem_elab.adb,
12580         sem_eval.adb, sem_res.adb, sem_util.adb, sem_attr.adb, sem_aggr.adb:
12581         Make warnings on exceptions into errors in GNATprove mode.
12582         * sem_dim.adb: Minor reformatting throughout Quote [ and ]
12583         in error messages.
12585 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12587         * sem_ch13.adb: Code clean up.
12589 2014-01-20  Robert Dewar  <dewar@adacore.com>
12591         * errout.ads, errout.adb: Implement >? >x? >X? sequences in error
12592         messages.
12593         * sem_ch6.adb (Check_Statement_Sequence): Missing return is an
12594         error in GNATprove mode.
12596 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12598         * par-ch4.adb (Is_Parameterless_Attribute): The Ada2012 attribute
12599         reference 'Old takes no parameters, and thus can appear as a
12600         prefix of a slice.
12602 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
12604         * exp_aggr.adb: Fix minor typos.
12606 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12608         * sem_attr.adb (Analyze_Attribute, case 'Constrained): In an
12609         instance the attribute is legal, and its value is determined
12610         statically if the type has no discriminants. This choice is
12611         more useful than rechecking the legality rule in the instance,
12612         is consistent with older usage, and is also consistent with all
12613         existing tests.
12615 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
12617         * sem_cat.adb (Validate_Static_Object_Name): Change error into
12618         warning in Relaxed_Semantic_Mode.
12620 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12622         * sem_attr.adb: Code and comments cleanup.
12624 2014-01-20  Yannick Moy  <moy@adacore.com>
12626         * debug.adb Free debug flags -gnatd.D, -gnatd.G and -gnatd.V *
12627         * errout.adb (Compilation_Errors): Remove special handling in
12628         GNATprove mode.
12629         * gnat1drv.adb (Adjust_Global_Switches): Remove handling of the
12630         removed debug flags.
12631         * gnat_rm.texi: Initial documentation for Abstract_State, Depends,
12632         Global, Initial_Condition, Initializes and Refined_State pragmas and
12633         aspects.
12634         * opt.ads (Frame_Condition_Mode, Formal_Extensions,
12635         SPARK_Strict_Mode): Remove global flags.
12636         * sem_ch3.adb (Analyze_Object_Declaration): Check of no hidden state
12637         always performed now, on packages declaring a null state.
12638         (Signed_Integer_Type_Declaration): Remove ill-designed attempt
12639         at providing pedantic mode for bounds of integer types.
12640         * sem_ch4.adb (Analyze_Quantified_Expression): Warning on suspicious
12641         "some" quantified expression now issued under control of -gnatw.t,
12642         like the other warning on unused bound variable.
12643         * sem_prag.adb (Check_Precondition_Postcondition): Remove useless test
12644         on removed flag.
12645         (Analyze_Pragma): Remove tests for SPARK 2014
12646         pragmas, not officially allowed by GNAT.
12648 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12650         * sem_prag.adb (Analyze_Pragma): Ensure that
12651         the sole argument of pragmas Abstract_State, Contract_Cases,
12652         Depends, Global and Initializes in in aggregate form.
12653         (Analyze_Refined_Pragma): Ensure that the sole argument of
12654         pragmas Refined_Depends, Refined_Global and Refined_State is in
12655         aggregate form.
12656         (Ensure_Aggregate_Form): New routine.
12658 2014-01-20  Doug Rupp  <rupp@adacore.com>
12660         * sem_attr.adb (Analyze_Attribute): case
12661         Attribute_Constrained => treat all prefixes as legal for Declib
12662         compatibility.
12664 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12666         * sem_prag.adb (Check_Mode): Reimplement the routine.
12667         (Find_Mode): New routine.
12669 2014-01-20  Robert Dewar  <dewar@adacore.com>
12671         * sem_ch4.adb (Operator_Check): Handle additional
12672         Allow_Integer_Address cases.
12674 2014-01-20  Robert Dewar  <dewar@adacore.com>
12676         * gnat_rm.texi (Allow_Integer_Address): Remove note about not
12677         allowed if address is non-private, no longer true.
12678         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
12679         Remove check for address being private, causes difficulty when
12680         pragma used in gnat.adc file and is not needed, since we guard
12681         this in Address_Integer_Convert_OK.
12682         * exp_ch7.adb: Minor reformatting.
12683         * sem_ch4.adb: Handle operator operands in Allow_Integer_Address mode.
12685 2014-01-20  Robert Dewar  <dewar@adacore.com>
12687         * checks.adb (Apply_Range_Check): Remove gnatprove special
12688         casing of exponentiation.
12689         * sem_res.adb (Resolve_Op_Expon): Apply range check to right
12690         operand for integer case to check range against Natural.
12692 2014-01-20  Robert Dewar  <dewar@adacore.com>
12694         * s-tataat.adb: Minor reformatting.
12696 2014-01-20  Robert Dewar  <dewar@adacore.com>
12698         * einfo.adb (Is_Descendent_Of_Address): Now applies to all
12699         entities, and also fix documentation to remove mention of visible
12700         integer type, since this is not what the implementation does.
12701         * einfo.ads (Is_Descendent_Of_Address): Now applies to all
12702         entities, and also fix documentation to remove mention of visible
12703         integer type, since this is not what the implementation does.
12704         * gnat_rm.texi: Minor clarification of Allow_Integer_Address
12705         function.
12706         * sem_ch4.adb (Analyze_One_Call): Handle Allow_Integer_Address
12707         case for parameter type check.
12708         * sem_res.adb (Resolve): Use new function
12709         Address_Integer_Convert_OK.
12710         * sem_type.adb: Minor code reorganization (use Ekind_In) Minor
12711         reformatting throughout.
12712         * sem_util.adb (Address_Integer_Convert_OK): New function.
12713         * sem_util.ads: Minor reformatting (put specs in alpha order)
12714         (Address_Integer_Convert_OK): New function.
12716 2014-01-20  Thomas Quinot  <quinot@adacore.com>
12718         * exp_ch7.adb (Wrap_Transient_Expression):
12719         Insertion extra conditional expression only if
12720         Opt.Suppress_Control_Flow_Optimizations is set.
12722 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
12724         * s-tataat.adb (Initialize_Attributes): Abort might already be
12725         deferred in Create_Task.
12727 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12729         * checks.adb (Apply_Scalar_Range_Check): Flag
12730         the exponent as requiring a range check when the expression is
12731         an exponentiation.
12733 2014-01-20  Fedor Rybin  <frybin@adacore.com>
12735         * gnat_ugn.texi: Documenting --passed-tests option for gnattest.
12737 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12739         * sem_util.adb (Default_Initialization): New routine.
12740         * sem_util.ads: Add new type Default_Initialization_Kind.
12741         (Default_Initialization): New routine.
12743 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12745         * sem_prag.adb (Check_Mode): Correct all error
12746         message logic dealing with in/in out parameters that may appear
12747         as inputs or have a self reference.
12749 2014-01-20  Robert Dewar  <dewar@adacore.com>
12751         * exp_ch9.adb, checks.adb, exp_intr.adb: Minor reformatting.
12752         * sem_res.adb (Resolve): Fix error causing infinite loop for
12753         integer used as address. Allow addresses as integers.
12755 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
12757         * s-osinte-linux.ads (struct_sigaction): Fix rep clause.
12759 2014-01-20  Bob Duff  <duff@adacore.com>
12761         * par-ch8.adb (P_Use_Type_Clause): Detect syntax
12762         error when "use all" is not followed by "type".
12764 2014-01-20  Bob Duff  <duff@adacore.com>
12766         * exp_intr.adb (Expand_Unc_Deallocation): Remove warning on abort
12767         followed by free.
12769 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12771         * checks.adb (Apply_Address_Clause_Check): If there is an
12772         alignment check on the expression in an address clause, and there
12773         is no local exception propagation, add an additional explanatory
12774         message to clarify the cause of previous warning.
12776 2014-01-20  Robert Dewar  <dewar@adacore.com>
12778         * exp_ch7.adb: Minor reformatting.
12779         * opt.ads: Minor comment updates.
12780         * sem.adb: Minor name change Is_Main_Unit =>
12781         Is_Main_Unit_Or_Main_Unit_Spec.
12782         * sem_ch6.adb: Minor reformatting and code reorganization.
12784 2014-01-20  Bob Duff  <duff@adacore.com>
12786         * gnat_ugn.texi: Update gnatpp switches.
12788 2014-01-20  Thomas Quinot  <quinot@adacore.com>
12790         * exp_ch9.adb: Minor comment edit.
12792 2014-01-20  Robert Dewar  <dewar@adacore.com>
12794         * gnat_rm.texi: Document that Allow_Integer_Address is permitted
12795         only if System.Address is a private type.
12796         * opt.ads (Allow_Integer_Address): No longer set by -gnates.
12797         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
12798         Allowed only if type System.Address is private, since otherwise
12799         it makes no sense.
12800         * sem_res.adb: Fix failure to properly Analyze unchecked
12801         conversions that were introduced by Allow_Integer_Address.
12802         * switch-c.adb: Remove -gnates switch.
12803         * usage.adb: Remove -gnates switch.
12804         * gnat_ugn.texi: Remove documentation of -gnates flag.
12806 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12808         * sem_ch6.adb (Analyze_Expression_Function): Pre-analyze and
12809         resolve expression to perform proper name capture.
12811 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12813         * sem.adb (Semantics): When saving/restoring configuration
12814         switches, the spec of a pre- defined unit that is the main unit
12815         must be treated as a predefined unit as well.
12817 2014-01-20  Thomas Quinot  <quinot@adacore.com>
12819         * exp_ch7.adb (Wrap_Transient_Expression): For a Boolean
12820         expression, insert an extra conditional expression when saving
12821         the value of the expression, for the benefit of control flow
12822         graph based coverage analysis.
12823         * exp_ch3.adb: Minor reformatting.
12825 2014-01-20  Robert Dewar  <dewar@adacore.com>
12827         * gnat1drv.adb: Set Allow_Integer_Address in relaxed semantics mode.
12828         * gnat_rm.texi: Document pragma Allow_Integer_Address.
12829         * gnat_ugn.texi: Document pragma Allow_Integer_Address, -gnates.
12830         * opt.ads: New flag Allow_Integer_Address.
12831         * par-prag.adb: Dummy entry for pragma Allow_Integer_Address.
12832         * sem_ch5.adb: Minor reformatting.
12833         * sem_prag.adb: Implement pragma Allow_Integer_Address.
12834         * sem_res.adb (Resolve): Allow integer address value if
12835         switch set.
12836         * sem_util.adb: Minor reformatting.
12837         * snames.ads-tmpl: Add entry for pragma Allow_Integer_Address.
12838         * switch-c.adb: Recognize flag -gnates.
12839         * usage.adb: Document flag -gnates.
12841 2014-01-20  Thomas Quinot  <quinot@adacore.com>
12843         * s-tadeca.adb: Fix minor typos in comment.
12845 2014-01-20  Pascal Obry  <obry@adacore.com>
12847         * s-win32.ads (FreeLibrary): New import.
12849 2014-01-20  Robert Dewar  <dewar@adacore.com>
12851         * sem_res.adb, sem_cat.adb: Minor reformatting.
12852         * sem_ch11.adb (Analyze_Raise_Statement): Only give warning about
12853         assigning to OUT parameters for the current subprogram scope.
12854         * exp_ch4.adb: Minor reformatting.
12856 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12858         * exp_ch4.adb (Process_Transient_Object,
12859         Find_Enclosing_Contexts): If the top-level if-expression that
12860         generated the transient object is an actual in a call, the proper
12861         Hook_Context is a construct enclosing the call.
12862         * einfo.ads: Indicate that Related_Expression is used to link a
12863         loop variable to the container expression over which the loop
12864         takes place.
12865         (Analyze_Iterator_Specification): Set the Related_Expression of
12866         the loop variable in a container element iterator.
12867         (Note_Possible_Modification): If the variable is the loop
12868         variable in a container element iterator, indicate that the
12869         enclosing container is also modified.
12871 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12873         * aspects.adb (Move_Or_Merge_Aspects): Reimplemented.
12875 2014-01-20  Robert Dewar  <dewar@adacore.com>
12877         * s-taasde.ads, gnat_ugn.texi, s-tadeca.adb, sem_res.adb, s-tadeca.ads:
12878         Minor reformatting and code clean up.
12880 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
12882         * sem_cat.adb (Validate_Object_Declaration): Relax semantics
12883         of objects of private type if Relaxed_RM_Semantics.
12885 2014-01-20  Claire Dross  <dross@adacore.com>
12887         * a-cofove.ads (Vector): Capacity discriminant
12888         should be in range of the index.
12890 2014-01-20  Thomas Quinot  <quinot@adacore.com>
12892         * a-caldel.ads(To_Duration), s-taasde.ads(Time_Enqueue):
12893         Clarify specs s-tadeca.adb(Enqueue_Calendar): Compensate for
12894         possible difference between epoch of Ada.Calendar clock and Ada
12895         real-time/tasking clock.
12896         * s-taprop-posix.adb: Minor comment fix.
12898 2014-01-20  Doug Rupp  <rupp@adacore.com>
12900         * sysdep.c [vxworks]: Remove Vxworks version noise for RTP.
12902 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12904         * exp_attr.adb (Expand_N_Attribute_Reference): Generate validity
12905         checks on the prefix of attribute 'Old.
12906         * sem_ch3.adb (Process_Range_Expr_In_Decl): Suppress the
12907         generation of validity checks on a range that belongs to the
12908         iteration scheme of a quantified expression.
12909         * sem_ch5.adb (One_Bound): Suppress the generation of validity
12910         checks on a bound that belongs to the iteration scheme of a
12911         quantified expression, generate the check in all other cases.
12913 2014-01-20  Bob Duff  <duff@adacore.com>
12915         * gnat_ugn.texi: Enable --pp-new by default. Minor reorganization.
12917 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12919         * sem_res.adb (Resolve): When compiling a predefined unit, ignore
12920         interpretations that do not come from other predefined units,
12921         to prevent spurious ambiguities in the presence of user-defined
12922         operators in the context of (an instance of) a predefined unit.
12924 2014-01-20  Robert Dewar  <dewar@adacore.com>
12926         * gnat_rm.texi: Document that Loop_Variant is included in
12927         Statement_Assertions.
12928         * sem_prag.adb (Check_Kind): Add Loop_Variant to
12929         Statement_Assertions (Check_Applicable_Policy): Add Loop_Variant
12930         to Statement_Assertions.
12932 2014-01-20  Doug Rupp  <rupp@adacore.com>
12934         * sysdep.c (__gnat_is_file_not_found_error) [vxworks6]: Add case
12935         for errno ENOENT from RTP on NFS mounted file system.
12937 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
12939         * sem_util.adb (Check_Function_Writable_Actuals): 1) Do not
12940         examine code that does not come from source. The check does not
12941         apply to code generated for constraint checks, and such code may
12942         generate spurious error messages when compiled with expansion
12943         disabled (as in a generic unit) because side effects may not
12944         have been removed.
12945         2) Make error messages more explicit: indicate the component
12946         of the  construct whose value is indeterminate because of a
12947         call to a function with in-out parameter in another component,
12948         when there is no mandated order of execution between the two
12949         components (actuals, aggregate components, alternatives).
12951 2014-01-20  Robert Dewar  <dewar@adacore.com>
12953         * gnat_rm.texi: Minor cleanup.
12955 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12957         * sem_attr.adb (Analyze_Attribute): Attributes 'Old and 'Result
12958         can now apply to a refined postcondition.
12959         * sem_ch6.adb (Analyze_Subprogram_Contract): Remove local
12960         variable Result_Seen. Add variables Case_Prag, Post_Prag,
12961         Seen_In_Case and Seen_In_Post. Update the mechanism that detects
12962         whether postconditions and/or constract-cases mention attribute
12963         'Result and introduce a post-state when applied to functions.
12964         (Check_Result_And_Post_State): Removed.
12965         * sem_prag.adb (Analyze_Pragma): Add local variable
12966         Result_Seen. Verify that the expression of pragma Refined_Post
12967         mentions attribute 'Result and introduces a post-state.
12968         * sem_util.ads, sem_util.adb (Check_Result_And_Post_State): New routine.
12970 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
12972         * exp_ch7.adb (Is_Subprogram_Call): New routine.
12973         (Process_Transient_Objects): Make variable Must_Hook global with
12974         respect to all locally declared subprograms. Search the context
12975         for at least one subprogram call.
12976         (Requires_Hooking): Removed.
12978 2014-01-20  Claire Dross  <dross@adacore.com>
12980         * a-cfdlli.ads a-cfhama.ads a-cfhase.ads a-cforma.ads
12981         * a-cforse.ads a-cofove.ads: Add pragma Annotate (GNATprove,
12982         External_Axiomatization);
12984 2014-01-20  Robert Dewar  <dewar@adacore.com>
12986         * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Allow
12987         Loop_Entry in Assert, Assert_And_Cut, and Assume pragmas.
12988         * sem_prag.adb (Analyze_Pragma, case Assert[_And_Cut], Assume):
12989         Allow Loop_Entry to be used in these pragmas if they appear in
12990         an appropriate context.
12991         (Placement_Error): Specialize error
12992         message for pragma Assert[_And_Cut] or pragma Assume containing
12993         Loop_Entry attribute.
12994         * a-exexpr-gcc.adb, sinput.adb: Minor reformatting.
12995         * s-excmac-arm.ads, s-except.ads, s-excmac-gcc.ads: Minor reformatting
12996         and code clean ups.
12998 2014-01-20  Robert Dewar  <dewar@adacore.com>
13000         * gnat1drv.adb: Minor comment update.
13002 2014-01-20  Tristan Gingold  <gingold@adacore.com>
13004         * raise-gcc.c (PERSONALITY_FUNCTION/arm): Remove unused
13005         variables, comment out unused code.
13006         * a-exexpr-gcc.adb: Move declarations to s-excmac-gcc.ads
13007         * s-excmac-gcc.ads: New file, extracted from a-exexpr-gcc.adb
13008         * s-excmac-arm.ads: New file.
13010 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13012         * exp_ch4.adb (Expand_N_Slice): Remove constant D and variables
13013         Drange and Index_Typ. Remove the circuitry which creates a
13014         range check to compare the index type of the array against the
13015         discrete_range.
13016         * sem_res.adb (Resolve_Slice): Add local variable Dexpr. Update
13017         the circuitry which creates a range check to handle a
13018         discrete_range denoted by a subtype indication.
13020 2014-01-20  Pierre-Marie Derodat  <derodat@adacore.com>
13022         * sinput.adb, sinput.ads (Sloc_Range): Traverse the tree of original
13023         nodes to get the original sloc range.
13025 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13027         * sem_prag.adb (Analyze_Pragma): Use Defining_Entity to obtain the
13028         entity of a [library level] package.
13030 2014-01-20  Tristan Gingold  <gingold@adacore.com>
13032         * raise-gcc.c (exception_class_eq): New function.
13033         (is_handled_by): Use it to compare exception classes.
13034         (PERSONALITY_STORAGE): Define.  (continue_unwind): New function to
13035         be called to return URC_CONTINUE_UNWIND.
13036         (personality_body): New function, extracted from PERSONALITY_ROUTINE.
13037         (PERSONALITY_ROUTINE): Add an implementation for the ARM unwinder.
13039 2014-01-20  Robert Dewar  <dewar@adacore.com>
13041         * opt.ads: Minor comment update.
13043 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13045         * exp_ch4.adb (Expand_N_Slice): Relocate some variables and
13046         constants to the "Local variables" area. Add new constant D. Add
13047         new variables Drange and Index_Typ.  Rename Pfx to Rep and Ptp
13048         to Pref_Typ and update all occurrences. Add circuitry to extract
13049         the discrete_range and the index type and build a range check.
13051 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
13053         * gnat1drv.adb (Adjust_Global_Switches): Enable
13054         Treat_Categorization_Errors_As_Warnings when Relaxed_RM_Semantics
13055         is set.
13057 2014-01-20  Thomas Quinot  <quinot@adacore.com>
13059         * sem_ch5.adb, sem_ch4.adb: Minor reformatting.
13061 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13063         * sem_ch13.adb (Analyze_Aspect_Specifications):
13064         When aspect SPARK_Mode appears on a package body, insert the
13065         generated pragma at the top of the body declarations.
13067 2014-01-20  Robert Dewar  <dewar@adacore.com>
13069         * sem_aggr.adb, exp_prag.adb, sem_aux.adb, sinfo.ads, sem_ch10.adb,
13070         checks.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, g-arrspl.adb,
13071         expander.adb, gnat1drv.adb, exp_ch4.adb, sem_ch6.adb,
13072         sem_ch8.adb, exp_dist.adb: Minor reformatting.
13074 2014-01-20  Yannick Moy  <moy@adacore.com>
13076         * gnat1drv.adb (Gnat1drv): Call Write_ALI with Object=True in GNATprove
13077         mode.
13079 2014-01-20  Pascal Obry  <obry@adacore.com>
13081         * g-arrspl.ads (Slice_Set): New definition (will use a copy on
13082         write scheme).
13083         * g-arrspl.adb: Adapt all routine to this new implementation.
13084         (Set): Copy the Slice_Set definition before reusing it.
13086 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
13088         * sem_prag.adb (Process_Import_Or_Interface): In
13089         Relaxed_RM_Semantics, support old Ada 83 style of pragma Import.
13090         (Analyze_Pragma): Ditto for pragma Export.
13091         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Handle old pragma
13092         Import style.
13094 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13096         * einfo.ads: E_Abstract_State is now part of the entities that
13097         can be overloaded. Update type Overloadable_Kind to reflect the
13098         inclusion of abstract states.
13099         * sem_ch6.adb (New_Overloaded_Entity): A function can now
13100         overload an abstract state.
13101         * sem_prag.adb (Analyze_Constituent): Handle the overloading
13102         of states by functions. Use Entity_Of to obtain the entity of
13103         a constituent.  (Analyze_Global_Item): Handle the overloading of
13104         states by functions.
13105         (Analyze_Initialization_Item): Handle the
13106         overloading of states by functions.  Use Entity_Of to obtain the
13107         entity of an item.
13108         (Analyze_Input_Item): Handle the overloading
13109         of states by functions. Use Entity_Of to obtain the entity of an item.
13110         (Analyze_Input_Output): Handle the overloading of states by functions.
13111         (Analyze_Refinement_Clause): Handle the overloading
13112         of states by functions.  Use Entity_Of to obtain the entity of an item.
13113         (Appears_In): Use Entity_Of to obtain the entity of an element.
13114         (Check_Usage): Use Entity_Of to obtain the entity of
13115         an item. Add a guard to prevent a crash due to a previous error.
13116         (Resolve_State): New routine.
13118 2014-01-20  Yannick Moy  <moy@adacore.com>
13120         * spark_xrefs.ads, debug.adb, gnat1drv.adb, errout.adb, errout.ads,
13121         opt.ads: Minor comments updates.
13123 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
13125         * einfo.adb (Non_Limited_View): Applies to abstract states.
13126         (Set_From_Limited_With): Applies to abstract states.
13127         (Set_Non_Limited_View): Applies to abstract states.
13128         (Write_Field17): Output the non-limited view of an abstract state.
13129         * einfo.ads: Update the comment on usage and occurrences in
13130         nodes for attributes From_Limited_With and Non_Limited_View.
13131         * sem_aux.adb (Available_View): This routine can now handle
13132         abstract states.
13133         * sem_aux.ads (Available_View): This routine can now handle
13134         abstract states. Update the comment on usage.
13135         * sem_ch8.adb (Find_Expanded_Name): Handle abstract views
13136         of states and variables.
13137         (In_Pragmas_Depends_Or_Global): New routine.
13138         * sem_ch10.adb (Build_Limited_Views): Implement
13139         abstract (limited) views of variables and states.
13140         (Build_Shadow_Entity): This routine is now a procedure. Add
13141         formal parameter Shadow. Update the comment on usage. Add
13142         context-specific decoration for states and variables.
13143         (Decorate_State): New routine.  (Decorate_Variable): New routine.
13144         (Find_And_Process_States): New routine.
13145         (Process_Declarations): Renamed to Process_Declarations_And_States.
13146         (Process_Declarations_And_States): Add formal parameters
13147         Pack and Create_Abstract_Views. Update the comment on usage.
13148         (Process_States): New routine.
13149         * sem_prag.adb (Check_Dependency_Clause): Handle abstract
13150         views of states and variables. Match the abstract view of a state
13151         against its corresponding non-abstract view.
13152         (Is_Matching_Input):
13153         Handle abstract views of states and variables. Match the abstract
13154         view of a state against its corresponding non-abstract view.
13155         (Process_Global_Item): Handle abstract views of states and
13156         variables.
13158 2014-01-20  Bob Duff  <duff@adacore.com>
13160         * sem_ch10.adb (Expand_With_Clause): Don't
13161         recurse on the prefix if the current with-ed name refers to a
13162         package that renames its own parent, eg "package P.Q renames P;".
13164 2014-01-20  Yannick Moy  <moy@adacore.com>
13166         * exp_spark.adb (Expand_SPARK_Call): Remove procedure.
13167         * opt.adb, opt.ads (Full_Expander_Active): Remove function.
13168         * checks.adb, exp_ch6.adb, exp_ch9.adb, exp_disp.adb, sem_aggr.adb,
13169         * sem_ch10.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb,
13170         * sem_disp.adb, sem_res.adb Replace Full_Expander_Active by
13171         Expander_Active.
13173 2014-01-20  Yannick Moy  <moy@adacore.com>
13175         * sinfo.ads Update documentation of GNATprove mode.
13177 2014-01-20  Yannick Moy  <moy@adacore.com>
13179         * adabkend.adb, ali-util.adb, errout.adb, exp_ch7.adb,
13180         * exp_dbug.adb, freeze.adb, lib-xref.adb, restrict.adb,
13181         * sem_attr.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb,
13182         * sem_prag.adb, sem_res.adb, sem_util.adb Rename SPARK_Mode into
13183         GNATprove_Mode.
13184         * sem_ch13.adb: Remove blank.
13185         * exp_spark.adb, exp_spark.ads (Expand_SPARK_Call): Only replace
13186         subprograms by alias for renamings, not for inherited primitive
13187         operations.
13188         * exp_util.adb (Expand_Subtype_From_Expr): Apply the expansion
13189         in GNATprove mode.
13190         (Remove_Side_Effects): Apply the removal in
13191         GNATprove mode, for the full analysis of expressions.
13192         * expander.adb (Expand): Call the light SPARK expansion in GNATprove
13193         mode.
13194         (Expander_Mode_Restore, Expander_Mode_Save_And_Set): Ignore
13195         save/restore actions for Expander_Active flag in GNATprove mode,
13196         similar to what is done in ASIS mode.
13197         * frontend.adb (Frontend): Generic bodies are instantiated in
13198         GNATprove mode.
13199         * gnat1drv.adb (Adjust_Global_Switches): Set operating
13200         mode to Check_Semantics in GNATprove mode, although a light
13201         expansion is still performed.
13202         (Gnat1drv): Set Back_End_Mode to
13203         Declarations_Only in GNATprove mode, and later on special case
13204         the GNATprove mode to continue analysis anyway.
13205         * lib-writ.adb (Write_ALI): Always generate ALI files in
13206         GNATprove mode.
13207         * opt.adb, opt.ads (Full_Expander_Active): Make it equivalent to
13208         Expander_Active.
13209         (SPARK_Mode): Renamed as GNATprove_Mode.
13210         * sem_aggr.adb (Aggregate_Constraint_Checks): Add checks in the
13211         tree in GNATprove_Mode.
13212         * sem_ch12.adb (Analyze_Package_Instantiation): Always instantiate
13213         body in GNATprove mode.
13214         (Need_Subprogram_Instance_Body): Always instantiate body in GNATprove
13215         mode.
13216         * sem_ch3.adb (Constrain_Index, Process_Range_Expr_In_Decl):
13217         Make sure side effects are removed in GNATprove mode.
13219 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
13221         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Robustify tests
13222         for aliased objects with an unconstrained nominal subtype.
13223         * gcc-interface/trans.c (Call_to_gnu): Likewise.
13224         (gnat_to_gnu) <case N_Op_Not>: Robustify test for private type.
13225         <case N_Op_Minus>: Remove useless code.
13226         (Exception_Handler_to_gnu_zcx): Minor tweaks.
13228 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
13230         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Record_Subtype>:
13231         Tidy up.  For a subtype with discriminants and variant part, if a
13232         variant is statically selected and the fields all have a constant
13233         position, put them in order of increasing position.  Likewise if
13234         no variant part but representation clause is present.
13235         * gcc-interface/utils.c (make_packable_type): Robustify.
13236         (maybe_pad_type): Use local variable and tidy up condition.  If no
13237         alignment is specified, use the original one.
13238         (create_type_stub_decl): Minor tweak.
13239         (convert) <case VECTOR_CST>: Fix typo.
13240         <case CONSTRUCTOR>: Deal with padding types around the same type.
13241         Do not punt on missing fields.
13242         (unchecked_convert): Call finish_record_type to lay out the special
13243         record types made for conversions from/to problematic integer types.
13244         Bump the alignment of CONSTRUCTORs before converting them to a more
13245         aligned type.
13247 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
13249         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Component>: Remove
13250         obsolete code for type_annotate_only mode, simplify code and slightly
13251         improve wording of comments.
13253 2014-01-12  Eric Botcazou  <ebotcazou@adacore.com>
13255         PR ada/59772
13256         * gcc-interface/cuintp.c (build_cst_from_int): Use 32-bit integer type
13257         as intermediate type.
13258         (UI_To_gnu): Likewise.
13260 2014-01-03  Eric Botcazou  <ebotcazou@adacore.com>
13262         * gnatvsn.ads (Current_Year): Bump to 2014.
13264 2014-01-02  Tobias Burnus  <burnus@net-b.de>
13266         * gnat_ugn.texi: Bump @copying's copyright year.
13268 Copyright (C) 2014 Free Software Foundation, Inc.
13270 Copying and distribution of this file, with or without modification,
13271 are permitted in any medium without royalty provided the copyright
13272 notice and this notice are preserved.