* gcc-interface/decl.c (annotate_value): Fix thinko in latest change.
[official-gcc.git] / gcc / ada / ChangeLog
blob7167f97d6f806f22434660c52a73b4af315f3f95
1 2014-05-13  Eric Botcazou  <ebotcazou@adacore.com>
3         * gcc-interface/decl.c (annotate_value): Fix thinko in latest change.
5 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
6             Mike Stump  <mikestump@comcast.net>
7             Richard Sandiford  <rdsandiford@googlemail.com>
9         * gcc-interface/cuintp.c (UI_From_gnu): Use wide-int interfaces.
10         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_SIGN.
11         (annotate_value): Use wide-int interfaces.
12         * gcc-interface/utils.c (get_nonnull_operand): Use tree_fits_uhwi_p.
14 2014-04-28  Richard Henderson  <rth@redhat.com>
16         * gcc-interface/Makefile.in: Support aarch64-linux.
18 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
20         * exp_dbug.ads (Get_External_Name): Add 'False' default to Has_Suffix,
21         add 'Suffix' parameter and adjust comment.
22         (Get_External_Name_With_Suffix): Delete.
23         * exp_dbug.adb (Get_External_Name_With_Suffix): Merge into...
24         (Get_External_Name): ...here.  Add 'False' default to Has_Suffix, add
25         'Suffix' parameter.
26         (Get_Encoded_Name): Remove 2nd argument in call to Get_External_Name.
27         Call Get_External_Name instead of Get_External_Name_With_Suffix.
28         (Get_Secondary_DT_External_Name): Likewise.
29         * exp_cg.adb (Write_Call_Info): Likewise.
30         * exp_disp.adb (Export_DT): Likewise.
31         (Import_DT): Likewise.
32         * comperr.ads (Compiler_Abort): Remove Code parameter and add From_GCC
33         parameter with False default.
34         * comperr.adb (Compiler_Abort): Likewise.  Adjust accordingly.
35         * types.h (Fat_Pointer): Rename into...
36         (String_Pointer): ...this.  Add comment on interfacing rules.
37         * fe.h (Compiler_Abort): Adjust for above renaming.
38         (Error_Msg_N): Likewise.
39         (Error_Msg_NE): Likewise.
40         (Get_External_Name): Likewise.  Add third parameter.
41         (Get_External_Name_With_Suffix): Delete.
42         * gcc-interface/decl.c (STDCALL_PREFIX): Define.
43         (create_concat_name): Adjust call to Get_External_Name, remove call to
44         Get_External_Name_With_Suffix, use STDCALL_PREFIX, adjust for renaming.
45         * gcc-interface/trans.c (post_error): Likewise.
46         (post_error_ne): Likewise.
47         * gcc-interface/misc.c (internal_error_function): Likewise.
49 2014-04-28  Richard Biener  <rguenther@suse.de>
51         PR middle-end/60092
52         * gcc-interface/utils.c: Define flag_isoc11.
54 2014-04-26  Eric Botcazou  <ebotcazou@adacore.com>
56         * gnatvsn.ads (Library_Version): Bump to 4.10.
58 2014-04-23  Eric Botcazou  <ebotcazou@adacore.com>
60         Revert
61         2014-04-22  Richard Henderson  <rth@redhat.com>
63         * gcc-interface/Makefile.in: Support aarch64-linux.
65         2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
67         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
68         (Error_Msg_N): Likewise.
69         (Error_Msg_NE): Likewise.
70         (Get_External_Name_With_Suffix): Likewise.
71         * types.h (Fat_Pointer): Delete.
72         (String_Pointer): New type.
73         (DECLARE_STRING_POINTER): New macro.
74         * gcc-interface/decl.c (create_concat_name): Adjust.
75         * gcc-interface/trans.c (post_error): Likewise.
76         (post_error_ne): Likewise.
77         * gcc-interface/misc.c (internal_error_function): Likewise.
79 2014-04-22  Richard Henderson  <rth@redhat.com>
81         * gcc-interface/Makefile.in: Support aarch64-linux.
83         * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
84         (__gnat_alternate_stack): Enable for all linux except ia64.
86 2014-04-22  Eric Botcazou  <ebotcazou@adacore.com>
88         * fe.h (Compiler_Abort): Replace Fat_Pointer with String_Pointer.
89         (Error_Msg_N): Likewise.
90         (Error_Msg_NE): Likewise.
91         (Get_External_Name_With_Suffix): Likewise.
92         * types.h (Fat_Pointer): Delete.
93         (String_Pointer): New type.
94         (DECLARE_STRING_POINTER): New macro.
95         * gcc-interface/decl.c (create_concat_name): Adjust.
96         * gcc-interface/trans.c (post_error): Likewise.
97         (post_error_ne): Likewise.
98         * gcc-interface/misc.c (internal_error_function): Likewise.
100 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
101             Pierre-Marie de Rodat  <derodat@adacore.com>
103         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Create a mere
104         scalar constant instead of a reference for renaming of scalar literal.
105         Do not create a new object for constant renaming except for a function
106         call.  Make sure a VAR_DECL is created for the renaming pointer.
107         * gcc-interface/trans.c (constant_decl_with_initializer_p): New.
108         (fold_constant_decl_in_expr): New function.
109         (Identifier_to_gnu): Use constant_decl_with_initializer_p.
110         For a constant renaming, try to fold a constant DECL in the result.
111         (lvalue_required_p) <N_Object_Renaming_Declaration>: Always return 1.
112         (Identifier_to_gnu): Reference the renamed object of constant renaming
113         pointers directly.
114         * gcc-interface/utils.c (invalidate_global_renaming_pointers): Do not
115         invalidate constant renaming pointers.
117 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
119         * gcc-interface/utils.c (type_for_vector_element_p): New predicate.
120         (build_vector_type_for_size): New function.
121         (build_vector_type_for_array): Likewise.
122         (unchecked_convert): Build an intermediate vector type to convert
123         from a generic array type to a vector type.
124         (handle_vector_size_attribute): Reimplement.
125         (handle_vector_type_attribute): Likewise.
127 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
129         * gcc-interface/decl.c (prepend_one_attribute_pragma): Call
130         Is_OK_Static_Expression in lieu of Is_Static_Expression to
131         detect valid arguments.
133 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
135         * gcc-interface/trans.c (gnat_gimplify_stmt): Propagate loop hints.
137 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
139         * gcc-interface/decl.c (gnat_to_gnu_entity): Use TYPE_IDENTIFIER.
140         (components_to_record): Likewise.
141         * gcc-interface/utils.c (make_aligning_type): Likewise.
142         (maybe_pad_type): Likewise.
143         (finish_record_type): Likewise.
144         (rest_of_record_type_compilation): Likewise.
146 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
148         * snames.ads-tmpl (Name_Ivdep): New pragma-related name.
149         * sem_prag.adb (Analyze_Pragma) <Pragma_Loop_Optimize>: Add support
150         for Ivdep hint.
151         * gnat_rm.texi (Implementation Defined Pragmas): Document new Ivdep
152         hint for Loop_Optimize.
153         * gnat_ugn.texi (Vectorization of loops): Mention new Ivdep hint.
154         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
155         with new Ivdep hint.
156         * gcc-interface/ada-tree.h (LOOP_STMT_IVDEP): New macro.
157         * gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Loop_Optimize>: Deal
158         with new Ivdep hint.
159         (gnat_gimplify_stmt) <LOOP_STMT>: Propagate loop hints.
161 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
162             Robert Dewar  <dewar@adacore.com>
164         * opt.ads (Suppress_Back_Annotation): Remove as unused.
165         * fe.h (Back_Annotate_Rep_Info): Likewise.
166         (Global_Discard_Names): Likewise.
167         (List_Representation_Info): Declare.
168         * types.h (Uint_Minus_1): Likewise.
169         * repinfo.ads: Document back-annotation change.
170         * gcc-interface/gigi.h (init_gnat_decl): Declare.
171         (destroy_gnat_decl): Likewise.
172         * gcc-interface/decl.c (annotate_value): Do not create the cache of
173         annotated values here but...
174         <CALL_EXPR>: Only inline the call if -gnatR3 is specified or we are
175         in ASIS mode.
176         (init_gnat_decl): ...here instead.  New function.
177         (destroy_gnat_decl): Likewise.
178         * gcc-interface/trans.c (gigi): Call {init|destroy}_gnat_decl.
179         * gcc-interface/utils.c (init_gnat_utils): Minor reformatting.
181 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
183         * gcc-interface/decl.c (create_field_decl_from): Finalize non-constant
184         offset for the field, if any.
186 2014-04-09  Eric Botcazou  <ebotcazou@adacore.com>
187             Svante Signell  <svante.signell@gmail.com>
189         PR ada/54040
190         PR ada/59346
191         * s-osinte-x32.adb: New file.
192         * s-linux.ads (Time): New section.
193         * s-linux-alpha.ads (Time): Likewise.
194         * s-linux-android.ads (Time: Likewise.
195         * s-linux-hppa.ads (Time): Likewise.
196         * s-linux-mipsel.ads (Time): Likewise.
197         * s-linux-sparc.ads (Time): Likewise.
198         * s-linux-x32.ads (Time): Likewise.
199         * s-osprim-x32.ads (timespec): Adjust.
200         (Clock): Likewise.
201         (To_Timespec): Likewise.
202         * s-osinte-linux.ads (Time): Define local subtypes for those defined
203         in System.Linux.
204         * s-taprop-linux.adb (Monotonic_Clock): Do not define timeval.
205         * s-osinte-hpux.ads (timespec): Revert POSIX breakage.
206         * s-osinte-kfreebsd-gnu.ads (timespec): Likewise.
207         * s-osinte-solaris-posix.ads (timespec): Likewise.
208         * s-osinte-posix.adb (To_Timespec): Likewise.
209         * gcc-interface/Makefile.in (x32/Linux): Use s-osinte-x32.adb.
211 2014-04-08  Eric Botcazou  <ebotcazou@adacore.com>
213         PR ada/60411
214         * gcc-interface/Makefile.in (arm% linux-android): Switch to EHABI.
215         * s-linux-android.ads: New file.
216         * s-intman-android.adb: Likewise.
217         * s-osinte-android.ads: Adjust.
218         * sigtramp-armdroid.c: Likewise.
219         * sigtramp.h: Add Android support.
221 2014-04-07  Eric Botcazou  <ebotcazou@adacore.com>
223         * gcc-interface/Makefile.in (alpha-vms): Add missing line.
225 2014-03-30  Eric Botcazou  <ebotcazou@adacore.com>
227         PR ada/60703
228         * system-linux-alpha.ads: Adjust for Ada 2005.
229         * system-linux-mips.ads: Likewise.
230         * system-linux-mips64el.ads: Likewise.
231         * system-linux-mipsel.ads: Likewise.
232         * system-linux-s390.ads: Likewise.
233         * system-linux-s390x.ads: Likewise.
234         * system-linux-sparc.ads: Likewise.
235         * system-linux-sparcv9.ads: Likewise.
236         * system-rtems.ads: Likewise.
237         * system-vxworks-arm.ads: Likewise.
239 2014-03-16  Andreas Schwab  <schwab@linux-m68k.org>
241         PR ada/39172
242         * gcc-interface/Makefile.in (target_cpu_default): Revert
243         2013-10-11 change.
245 2014-03-13  Eric Botcazou  <ebotcazou@adacore.com>
247         PR ada/51483
248         * cstand.adb (Register_Float_Type): Add 'precision' parameter and use
249         it to set the RM size.  Use directly 'size' for the Esize.
250         (Create_Back_End_Float_Types): Adjust call to above.
251         * get_targ.ads (Register_Type_Proc): Add 'precision' parameter.
252         * set_targ.ads (FPT_Mode_Entry): Add 'precision' component.
253         (Write_Target_Dependent_Values): Adjust comment.
254         * set_targ.adb (Register_Float_Type): Add 'precision' parameter and
255         deal with it.
256         (Write_Target_Dependent_Values): Write the precision in lieu of size.
257         (Initialization): Read the precision in lieu of size and compute the
258         size from the precision and the alignment.
259         * gcc-interface/gigi.h (enumerate_modes): Add integer parameter.
260         * gcc-interface/misc.c (enumerate_modes): Likewise.  Do not register
261         types for vector modes, pass the size in addition to the precision.
263 2014-03-10  Eric Botcazou  <ebotcazou@adacore.com>
265         * gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
267 2014-03-07  Doug Rupp  <rupp@adacore.com>
269         PR ada/60411
270         * system-linux-armel.ads (Backend_Overflow_Checks): Set to True.
271         (Support_64_Bit_Divides): Removed, no longer used.
272         (ZCX_By_Default): Enabled.
274 2014-02-25  Doug Rupp  <rupp@adacore.com>
276         * gcc-interface/Makefile.in (arm-linux):
277         (EH_MECHANISM): Use ARM unwinder (-arm)
278         (LIBGNAT_TARGET_PAIRS: Override defaults with a-exexpr-gcc.adb and
279         s-excmac-arm.ads.
280         (EXTRA_LIBGNAT_OBJS): Add raise-gcc.o
281         (EXTRA_GNATRTL_NONTASKING_OBJS): Add g-cppexc.o s-excmac.o.
282         (arm-wrs-vxworks): Add EH_MECHANISM=-gcc for kernel mode.
283         (EXTRA_LIBGNAT_OBJS): Add sigtramp-armvxw.o
284         Add dependencies for sigtramp-armvxw.o.
286 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
288         * gcc-interface/trans.c (Pragma_to_gnu): Deal with Warning_As_Error.
290 2014-02-25  Robert Dewar  <dewar@adacore.com>
292         * rtsfind.adb (Is_RTE): Protect against entity with no scope
293         field (previously this call blew up on the Standard entity).
294         * sem_attr.adb (Analyze_Attribute, case Access): Remove
295         test for No_Abort_Statements, this is now handled in
296         Set_Entity_With_Checks.
297         * exp_ch6.adb, sem_ch10.adb, sem_ch4.adb, sem_ch8.adb, sem_res.adb:
298         Change name Set_Entity_With_Style_Check => Set_Entity_With_Checks.
299         * sem_util.ads, sem_util.adb: Change name Set_Entity_With_Style_Check =>
300         Set_Entity_With_Checks.
301         (Set_Entity_With_Checks): Add checks for No_Dynamic_Attachment,
302         Add checks for No_Abort_Statements.
304 2014-02-25  Robert Dewar  <dewar@adacore.com>
306         * exp_ch9.adb (Expand_Entry_Barrier): Add comment that call to
307         Check_Restriction is OK.
309 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
311         * sem_ch3.adb (Process_Full_View): Better error message when
312         the full view of  a private type without discriminants is an
313         unconstrained type.
314         * sem_ch7.adb (Uninstall_Declarations): Ditto.
316 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
318         * sigtramp-armvxw.c: Also restore r0.
320 2014-02-25  Robert Dewar  <dewar@adacore.com>
322         * errout.adb (Error_Msg_Internal): Warning_Msg_Char set
323         unconditionally (Set_Msg_Insertion_Warning): Warning_Msg_Char
324         set unconditionally.
325         * erroutc.adb (Get_Warning_Tag): Does not give a leading space
326         any more (Output_Msg_Text): Rewritten with new convention on
327         output of warnings that are treated as errors.
328         * erroutc.ads (Error_Msg_Object): Warn_Chr is always set even
329         if Warn is False.
330         * gnat_rm.texi: Updates to documentation on pragma
331         Warning_As_Error.
332         * warnsw.adb (Set_Dot_Warning_Switch): -gnatw.e should not
333         set Warning_Doc_Switch.
334         * lib-writ.ads: Add documentation note on ALI file generation
335         for C.
336         * exp_ch6.adb (Expand_Call): Remove check for No_Abort_Statements
337         (belongs in Sem).
338         * sem_attr.adb (Resolve_Attribute, case Access):
339         Abort_Task'Access violates the No_Abort_Statements restriction.
340         * sem_res.adb (Resolve_Call): Check restriction
341         No_Abort_Statements for call to Abort_Task or a renaming of it.
343 2014-02-25  Robert Dewar  <dewar@adacore.com>
345         * sem_ch3.adb (Array_Type_Declaration): Check for case of using
346         type name as index.
347         * lib.ads: Minor reformatting.
348         * einfo.ads: Minor reformatting.
350 2014-02-25  Doug Rupp  <rupp@adacore.com>
352         * sem_mech.adb (Set_Mechanisms): For convention Fortran on VMS
353         use Short_Descriptor(S) as the argument passing mechanism.
355 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
357         * sigtramp-ppcvxw.c (CFI_COMMON_REGS): Also include r0.
359 2014-02-25  Robert Dewar  <dewar@adacore.com>
361         * atree.ads (Warnings_Treated_As_Errors): New variable.
362         * errout.adb (Error_Msg_Internal): Set Warn_Err flag in
363         error object (Initialize): Initialize Warnings_As_Errors_Count
364         (Write_Error_Summary): Include count of warnings treated as errors.
365         * erroutc.adb (Warning_Treated_As_Error): New function.
366         (Matches): Function moved to outer level of package.
367         * erroutc.ads (Error_Msg_Object): Add Warn_Err flag.
368         (Warning_Treated_As_Error): New function.
369         * gnat_rm.texi: Document pragma Treat_Warning_As_Error.
370         * opt.adb: Add handling of Warnings_As_Errors_Count[_Config].
371         * opt.ads (Config_Switches_Type): Add entry for
372         Warnings_As_Errors_Count.
373         (Warnings_As_Errors_Count): New variable.
374         (Warnings_As_Errors): New array.
375         * par-prag.adb: Add dummy entry for Warning_As_Error.
376         * sem_prag.adb (Analyze_Pragma): Implement new pragma
377         Warning_As_Error.
378         * snames.ads-tmpl: Add entries for Warning_As_Error pragma.
380 2014-02-25  Eric Botcazou  <ebotcazou@adacore.com>
382         * sigtramp.h: Fix minor inaccuracy.
384 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
386         * gnat_ugn.texi: Added description of kill command.
388 2014-02-25  Robert Dewar  <dewar@adacore.com>
390         * gnat_rm.texi (Address_Clauses): Add a section discussing the
391         problem of address clauses causing unexpected initialization,
392         including the effect of Initialize_Scalars.
394 2014-02-25  Robert Dewar  <dewar@adacore.com>
396         * errout.adb: Various changes for better msgs for anonmous access
397         subprogram types.
398         * erroutc.ads, erroutc.adb (Buffer_Ends_With): Version with character
399         argument.
400         (Buffer_Remove): Version with character argument.
401         * sem_attr.adb (Resolve_Attribute, case Access): Better handling
402         of mismatching conventions for access-to-subprogram case.
403         * sem_prag.adb (Set_Convention_From_Pragma): Deal with anonymous
404         access types in record.
405         * sem_util.ads, sem_util.adb (Set_Convention): Handle anonymous access
406         types, including in records.
408 2014-02-25  Doug Rupp  <rupp@adacore.com>
410         * sigtramp-ppcvxw.c, sigtramp.h, sigtramp-armvxw.c: Comment
411         enhancements and corrections.
413 2014-02-25  Robert Dewar  <dewar@adacore.com>
415         * gnat_rm.texi: New section "Conventions and Anonymous Access Types"
417 2014-02-25  Robert Dewar  <dewar@adacore.com>
419         * gnat_rm.texi: First set of documentation additions for
420         predefined RM units.
421         * checks.adb: Minor reformatting.
422         * sem_elab.adb (Check_Task_Activation): Minor fix to error
423         message.
424         * sem_util.adb: Minor reformatting.
426 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
428         * usage.adb (Usage): Add help on -gnateC.
429         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnateC.
430         * opt.ads (Generate_CodePeer_Messages): New flag.
431         * gnat_ugn.texi: Document new switch -gnateC.
433 2014-02-25  Ben Brosgol  <brosgol@adacore.com>
435         * gnat_rm.texi: Corrected minor typos in Implementation Defined
436         Aspects.
437         * opt.ads: Minor reformatting.
439 2014-02-25  Robert Dewar  <dewar@adacore.com>
441         * binde.adb: Change messages to mention -gnatel instead of -gnatwl.
442         * gnat_ugn.texi: Update documentation of -gnatwl Add documentation
443         of -gnatel/-gnateL.
444         * opt.ads (Warn_Info_Messages): New flag.
445         * sem_elab.adb: Use Elab_Warnings, Elab_Info_Messages to control
446         messages.
447         * sem_prag.adb: Use Elab_Warnings, Elab_Info_Messages to control
448         messages.
449         * switch-m.ad, switch-c.adb: Recognize new -gnatel/EL switches.
450         * usage.adb: Add documentation of -gnatel/-gnateL Update
451         documentation of -gnatwl/-gnatwL.
452         * warnsw.adb: New handling of Elab_Warnings, Elab_Info_Messages
453         * warnsw.ads (Elab_Info_Messages): New field in Warning_Record
455 2014-02-25  Robert Dewar  <dewar@adacore.com>
457         * einfo.ads, einfo.adb (Has_Shift_Operator): New flag.
458         * gnat_rm.texi: Document pragma Provide_Shift_Operators.
459         * interfac.ads: Minor code reorganization (add pragma
460         Compiler_Unit_Warning).
461         * par-prag.adb: Add dummy entry for Provide_Shift_Operators.
462         * sem_ch3.adb (Build_Derived_Numeric_Type): Copy
463         Has_Shift_Operator flag.
464         * sem_intr.adb (Check_Intrinsic_Subprogram): Make sure
465         Check_Shift is always called (Check_Shift): Set Has_Shift_Operator.
466         * sem_prag.adb: Implement pragma Provide_Shift_Operators.
467         * snames.ads-tmpl: Add entries for pragma Provide_Shift_Operators
468         Add entry for Name_Amount.
469         * checks.adb (Selected_Range_Checks): When checking for a null
470         range, make sure we use the base type, and not the subtype for
471         deciding a range is null.
472         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Check
473         for suspicious loop bound which is outside the range of the
474         loop subtype.
475         * gnat_ugn.texi: Add documentation section "Determining the
476         Chosen Elaboration Order"
477         * sem_ch13.adb (UC_Entry): Add field Act_Unit
478         (Validate_Unchecked_Conversion): Store Act_Unit
479         (Validate_Unchecked_Conversions): Test Warnings_Off in Act_Unit
480         * treepr.adb: Minor reformatting.
482 2014-02-25  Arnaud Charlet  <charlet@adacore.com>
484         * usage.adb: Minor: fix typo.
486 2014-02-25  Robert Dewar  <dewar@adacore.com>
488         * lib.ads, s-bitops.adb, s-bitops.ads, s-conca5.adb, gnat_rm.texi,
489         s-conca5.ads, s-conca7.adb, s-conca7.ads, s-crc32.adb, s-crc32.ads,
490         s-conca9.adb, s-conca9.ads, g-dyntab.adb, s-crtl.ads, g-dyntab.ads,
491         s-excdeb.adb, s-addope.adb, s-addope.ads, s-carun8.adb, s-carun8.ads,
492         g-htable.adb, g-htable.ads, g-hesora.adb, g-hesora.ads, s-conca2.adb,
493         s-conca2.ads, a-comlin.adb, a-chlat1.ads, a-comlin.ads, errout.ads,
494         a-except.adb, s-conca4.adb, a-except.ads, s-conca4.ads, s-conca6.adb,
495         s-conca6.ads, g-spchge.adb, g-spchge.ads, g-u3spch.adb, g-u3spch.ads,
496         a-strhas.ads, restrict.adb, aspects.adb, aspects.ads, s-conca8.adb,
497         s-conca8.ads, back_end.adb, par-prag.adb, g-byorma.adb, g-byorma.ads,
498         a-elchha.adb, a-elchha.ads, g-speche.adb, g-speche.ads, s-casuti.adb,
499         s-assert.adb, s-casuti.ads, s-assert.ads, a-clrefi.adb, a-clrefi.ads,
500         s-conca3.adb, s-conca3.ads, a-ioexce.ads: Implement pragma
501         Compiler_Unit_Warning, change Compiler_Unit everywhere to
502         Compiler_Unit_Warning.
504 2014-02-25  Sergey Rybin  <rybin@adacore.com frybin>
506         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Do not normalize
507         in ASIS mode aggregates that are used as aspect definitions.
509 2014-02-25  Robert Dewar  <dewar@adacore.com>
511         * exp_ch7.adb, sem_util.adb, sem_util.ads, exp_ch6.adb: Minor
512         reformatting.
514 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
516         * freeze.adb (Freeze_Entity): If the return type of a function
517         is a limited view, and the non-limited view has not been seen yet,
518         defer freezing to some later point.
520 2014-02-25  Robert Dewar  <dewar@adacore.com>
522         * sem_ch3.adb: Minor reformatting.
524 2014-02-25  Robert Dewar  <dewar@adacore.com>
526         * s-excdeb.ads, s-except.ads, s-exctab.adb, s-exctab.ads, s-finmas.ads,
527         s-htable.adb, s-htable.ads, s-imenne.adb, s-imenne.ads, s-imgenu.adb,
528         s-imgenu.ads, s-mastop.adb, s-mastop.ads, s-memory-vms_64.adb,
529         s-memory-vms_64.ads, s-memory.adb, s-memory.ads, s-os_lib.adb,
530         s-os_lib.ads, s-parame.adb, s-parame.ads, s-purexc.ads, s-restri.adb,
531         s-restri.ads, s-rident.ads, s-secsta.adb, s-secsta.ads, s-soflin.adb,
532         s-soflin.ads, s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
533         s-sopco5.adb, s-sopco5.ads, s-spsufi.ads, s-stache.adb, s-stache.ads,
534         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads, s-strcom.adb,
535         s-strcom.ads, s-strhas.adb, s-string.adb, s-string.ads, s-strops.adb,
536         s-strops.ads, s-ststop.adb, s-ststop.ads, s-traceb.adb, s-traceb.ads,
537         s-traent.adb, s-traent.ads, s-unstyp.ads, s-utf_32.adb, s-utf_32.ads,
538         s-wchcnv.adb, s-wchcnv.ads, s-wchcon.adb, s-wchcon.ads, s-wchjis.adb,
539         s-wchjis.ads, sem_ch11.adb, sem_ch4.adb, sem_ch5.adb, sem_prag.adb,
540         snames.ads-tmpl: Change Compiler_Unit everywhere to
541         Compiler_Unit_Warning.
543 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
545         * exp_ch6.adb (Add_Or_Save_Precondition): New routine.
546         (Collect_Body_Postconditions_In_Decls): New routine.
547         (Collect_Body_Postconditions_Of_Kind): Factor out code. Handle
548         postcondition aspects or pragmas that appear on a subprogram
549         body stub.
550         (Collect_Spec_Preconditions): Factor out code. Handle
551         precondition aspects or pragmas that appear on a subprogram
552         body stub.
553         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): The analysis of
554         aspects that apply to a subprogram body stub is no longer delayed,
555         the aspects are analyzed on the spot.
556         (SPARK_Aspect_Error):
557         Aspects that apply to a subprogram declaration cannot appear in
558         a subunit.
559         * sem_ch10.adb Remove with and use clause for Sem_Ch13.
560         (Analyze_Proper_Body): Add local variable Comp_Unit. Unum
561         is now a local variable. Code cleanup. Analysis related to
562         the aspects of a subprogram body stub is now carried out by
563         Analyze_Subprogram_Body_Helper. Do not propagate the aspects
564         and/or pragmas of a subprogram body stub to the proper body
565         as this is no longer needed. Do not analyze the aspects of a
566         subprogram stub when the corresponding source unit is missing.
567         (Analyze_Protected_Body_Stub): Flag the illegal use of aspects
568         on a stub.
569         (Analyze_Task_Body_Stub): Flag the illegal use of
570         aspects on a stub.
571         (Optional_Subunit): Add local variable Unum.
572         * sem_ch13.adb (Insert_Delayed_Pragma): Do not analyze a generated
573         pragma when it applies to a subprogram body stub.
574         * sem_prag.adb (Analyze_Pragma): Pragmas Contract_Cases,
575         Depends and Global can now apply to a subprogram body stub as
576         long as it acts as its own spec.
577         (Analyze_Refined_Pragma):
578         Code reformatting. Refinement pragmas cannot apply to a subunit.
580 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
582         * einfo.ads Update the usage of flag
583         Uses_Sec_Stack. Uses_Sec_Stack now applies to E_Loop entities.
584         * exp_ch5.adb (Expand_Iterator_Loop): The temporary for a cursor
585         now starts with the letter 'C'. This makes reading expanded
586         code easier.
587         * exp_ch7.adb (Establish_Transient_Scope): Add local variable
588         Iter_Loop. Signal that an Ada 2012 iterator loop requires
589         secondary stack management when creating a transient scope for
590         an element reference.
591         * exp_util.adb (Process_Statements_For_Controlled_Objects):
592         When wrapping the statements of a loop, pass the E_Loop entity
593         to the wrapping machinery.
594         (Wrap_Statements_In_Block): Add
595         formal parameter Scop along with comment on usage. Add local
596         variables Block_Id, Block_Nod and Iter_Loop. Mark the generated
597         block as requiring secondary stack management when the block is
598         created inside an Ada 2012 iterator loop. This ensures that any
599         reference objects are reclaimed on each iteration of the loop.
600         * sem_ch5.adb (Analyze_Loop_Statement): Mark the generated block
601         tasked with the handling of container iterators as requiring
602         secondary stack management. This ensures that iterators are
603         reclaimed when the loop terminates or is exited in any fashion.
604         * sem_util.adb (Add_Block_Identifier): New routine.
605         (Find_Enclosing_Iterator_Loop): New routine.
606         * sem_util.ads (Add_Block_Identifier): New routine.
607         (Find_Enclosing_Iterator_Loop): New routine.
609 2014-02-25  Robert Dewar  <dewar@adacore.com>
611         * sinfo.ads: Minor reformatting.
613 2014-02-25  Tristan Gingold  <gingold@adacore.com>
615         * s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix.
617 2014-02-25  Pascal Obry  <obry@adacore.com>
619         * sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code.
621 2014-02-25  Tristan Gingold  <gingold@adacore.com>
623         * sem_ch10.adb: Minor comment fix.
625 2014-02-25  Bob Duff  <duff@adacore.com>
627         * s-tasdeb.adb: Misc cleanup of this package,
628         including printing addresses in hexadecimal.
629         (Write): Fix minor bug when taking 'Address of an empty string.
631 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
633         * sem_prag.adb (Analyze_Part_Of): Reject state refinement in a
634         public child unit when it does not refer to the abstract state
635         of a public ancestor.
637 2014-02-25  Yannick Moy  <moy@adacore.com>
639         * sem_prag.adb (Analyze_Pragma/Pragma_Validity_Checks): Ignore pragma
640         Validity_Checks in GNATprove and CodePeer modes.
642 2014-02-25  Pascal Obry  <obry@adacore.com>
644         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add package Install's
645         Artifacts attribute.
647 2014-02-25  Yannick Moy  <moy@adacore.com>
649         * sem_prag.adb: Minor reformatting to get consistent messages.
651 2014-02-25  Robert Dewar  <dewar@adacore.com>
653         * checks.adb: Minor reformatting.
654         * sinfo.ads (Do_Range_Check): Document that this flag is never
655         passed to the back end.
657 2014-02-25  Yannick Moy  <moy@adacore.com>
659         * sem_ch3.adb, sem_ch5.adb, sem_ch9.adb, sem_prag.adb, sem_attr.adb,
660         sem_ch6.adb: Remove useless references to SPARK RM in error messages.
662 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
664         * sem_res.adb (Appears_In_Check): New routine.
665         (Resolve_Entity_Name): Remove local variables Prev and
666         Usage_OK. Par is now a constant. Remove the parent chain traversal
667         as the placement of a volatile object with enabled property
668         Async_Writers and/or Effective_Reads must appear immediately
669         within a legal construct.
671 2014-02-25  Hristian Kirtchev  <kirtchev@adacore.com>
673         * checks.adb (Apply_Selected_Range_Checks):
674         Alphabetize local constants and variables. Add comments.
675         Always insert a range check that requires runtime evaluation into
676         the tree.
678 2014-02-25  Robert Dewar  <dewar@adacore.com>
680         * sem_attr.adb, sem_ch6.adb, par-ch3.adb: Minor reformatting.
682 2014-02-25  Bob Duff  <duff@adacore.com>
684         * s-tassta.adb (Finalize_Global_Tasks): Limit the number of loop
685         iterations while waiting for independent tasks to terminate;
686         if an independent task does not terminate, we do not want to
687         hang here. In that case, the thread will be terminated when the
688         process exits.
689         * s-taprop-linux.adb (Abort_Task): Fix Assert to allow for ESRCH.
691 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
693         * sem_prag.adb (Check_SPARK_Aspect_For_ASIS): New subprogram,
694         used to perform pre-analysis of the expression for SPARK
695         aspects that have a non-standard syntax, such as GLobal and
696         Initializes. The procedure applies to the original expression
697         in an aspect specification, prior to the analysis of the
698         corresponding pragma, in order to provide semantic information
699         for ASIS navigation purposes.
700         (Analyze_Global_In_Decl_List, Analyze_Initializes_In_Decl_Part):
701         Call new subprogram.
703 2014-02-25  Yannick Moy  <moy@adacore.com>
705         * sem_prag.adb: Remove obsolete reference to SPARK RM in error message.
707 2014-02-25  Doug Rupp  <rupp@adacore.com>
709         * init.c (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Enable for ARM.
710         (__gnat_adjust_context_for_raise): Bump the PC by 2.
712 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
714         * par-ch3.adb (P_Basic_Declarative_Items): In the case of a
715         misplaced IS, add a statement sequence to improper body only if
716         one has not been parsed already.
718 2014-02-25  Ed Schonberg  <schonberg@adacore.com>
720         * sem_attr.adb (Analyze_Attribute, case 'Update): Check for
721         mismatch when multidimensional array is updated with a single
722         index.
724 2014-02-25  Yannick Moy  <moy@adacore.com>
726         * sem_ch3.adb, sem_ch5.adb, sem_prag.adb, sem_attr.adb, errout.ads,
727         sem_ch6.adb: Mark most references to SPARK RM in error messages
728         for removal.
730 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
732         * par-ch3.adb (P_Basic_Declarative_Items): If an improper body
733         appears in a list of basic declarations, complete the tree with
734         an empty statement list, to prevent cascaded errors and crashes
735         if semantic analysis is attempted.
737 2014-02-24  Thomas Quinot  <quinot@adacore.com>
739         * g-sercom-mingw.adb (Open): Fix incorrect test for error return
740         value.
741         * erroutc.adb: Minor reformatting.
743 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
745         * sem_prag.adb (Check_Clause_Syntax): Account
746         for a solitary input item in a dependency list.
748 2014-02-24  Yannick Moy  <moy@adacore.com>
750         * gnat1drv.adb (Adjust_Global_Switches): Do not
751         use validity checks at all in GNATprove_Mode.
753 2014-02-24  Robert Dewar  <dewar@adacore.com>
755         * g-sercom-mingw.adb, g-sercom-linux.adb, sem_prag.adb, freeze.adb,
756         atree.adb, atree.ads: Minor reformatting.
758 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
760         * sem_ch6.adb (Analyze_Subprogram_Body_Contract): Do not enforce
761         global and dependence refinement when SPARK_Mode is off.
762         * sem_ch7.adb (Analyze_Package_Body_Contract): Do not enforce
763         state refinement when SPARK_Mode is off.
764         * sem_ch13.adb (Analyze_Aspect_Specifications): Add local
765         variable Decl. Insert the generated pragma for Refined_State
766         after a potential pragma SPARK_Mode.
767         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add local
768         constant Deps. Remove local variable Expr. Check the syntax
769         of pragma Depends when SPARK_Mode is off. Factor out the
770         processing for extra parenthesis around individual clauses.
771         (Analyze_Global_In_Decl_List): Items is now a constant. Check
772         the syntax of pragma Global when SPARK_Mode is off.
773         (Analyze_Initializes_In_Decl_Part): Check the syntax of pragma
774         Initializes when SPARK_Mode is off.
775         (Analyze_Part_Of): Check
776         the syntax of the encapsulating state when SPARK_Mode is off.
777         (Analyze_Pragma): Check the syntax of pragma Abstract_State when
778         SPARK_Mode is off. Move the declaration order check with respect
779         to pragma Initializes to the end of the processing. Do not verify
780         the declaration order for pragma Initial_Condition when SPARK_Mode
781         is off. Do not complain about a useless package refinement when
782         SPARK_Mode is off.
783         (Analyze_Refined_Depends_In_Decl_Part): Refs
784         is now a constant. Check the syntax of pragma Refined_Depends
785         when SPARK_Mode is off.
786         (Analyze_Refined_Global_In_Decl_Part):
787         Check the syntax of pragma Refined_Global when SPARK_Mode is off.
788         (Analyze_Refined_State_In_Decl_Part): Check the syntax of pragma
789         Refined_State when SPARK_Mode is off.
790         (Check_Dependence_List_Syntax): New routine.
791         (Check_Global_List_Syntax): New routine.
792         (Check_Initialization_List_Syntax): New routine.
793         (Check_Item_Syntax): New routine.
794         (Check_State_Declaration_Syntax): New routine.
795         (Check_Refinement_List_Syntax): New routine.
796         (Has_Extra_Parentheses): Moved to the top level of Sem_Prag.
798 2014-02-24  Robert Dewar  <dewar@adacore.com>
800         * a-tags.adb, s-os_lib.adb: Minor reformatting.
802 2014-02-24  Thomas Quinot  <quinot@adacore.com>
804         * g-sercom-mingw.adb, g-sercom-linux.adb (Raise_Error): Include
805         strerror message, not just numeric errno value.
807 2014-02-24  Doug Rupp  <rupp@adacore.com>
809         * raise-gcc.c (exception_class_eq): Make endian neutral.
811 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
813         * atree.ads, atree,adb (Copy_Separate_Tree): Remove Syntax_Only
814         flag, and reset Etype and Analyzed attributes unconditionally
815         when copying a tree that may be partly analyzed.
816         * freeze.adb: Change calls to Copy_Separate_Tree accordingly.
817         * sem_ch6.adb (Check_Inline_Pragma): If the Inline pragma appears
818         within a subprogram body and applies to it, remove it from the
819         body before making a copy of it, to prevent spurious errors when
820         analyzing the copied body.
822 2014-02-24  Thomas Quinot  <quinot@adacore.com>
824         * s-os_lib.adb (Errno_Message): Do not depend on Integer'Image.
825         * s-oscons-tmplt.c: On VxWorks, include adaint.h only after
826         vxWorks.h has been included.  Also ensure that file attributes
827         related definitions are output even in cases where socket support
828         is not enabled.
829         * a-tags.adb: Code clean up.
830         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Use -iquote
831         instead of -I to add the main ada source directory to the header
832         search path, in order to avoid conflict between our own "types.h"
833         and VxWork's <types.h>.
835 2014-02-24  Robert Dewar  <dewar@adacore.com>
837         * atree.ads, atree.adb (Copy_Separate_Tree): Add Syntax_Only parameter.
838         * debug.adb: Remove documentation of -gnatd.X, no longer used.
839         * freeze.adb (Wrap_Imported_Subprogram): Fixed and activated.
841 2014-02-24  Bob Duff  <duff@adacore.com>
843         * gnat_ugn.texi: Improve documentation of gnatpp.
845 2014-02-24  Thomas Quinot  <quinot@adacore.com>
847         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vms.ads,
848         g-socthi-vxworks.adb, g-socthi-vxworks.ads, g-stseme.adb,
849         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi.adb,
850         g-socthi.ads, g-socket.adb (Host_Error_Message): Return a string, not
851         a chars_ptr, because on Windows this is a renaming of
852         Socket_Error_Message.
854 2014-02-24  Robert Dewar  <dewar@adacore.com>
856         * a-direct.adb, sem_ch5.adb, a-cfdlli.adb, a-cfhase.adb, a-tags.adb,
857         s-filatt.ads, a-cforma.adb, sem_ch6.adb, g-socthi-mingw.adb,
858         a-cfhama.adb, a-cforse.adb, a-cofove.adb: Minor reformatting and code
859         reorganization.
861 2014-02-24  Thomas Quinot  <quinot@adacore.com>
863         * Make-generated.in (OSCONS_CPP, OSCONS_EXTRACT): Make sure
864         that the source directory containing s-oscons-tmplt.c is on the
865         include path, so that all internal header files are available.
867 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
869         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): If the
870         domain of iteration is an attribute reference 'Old, this is an
871         Ada 2012 iterator and the loop must be rewritten as such.
873 2014-02-24  Thomas Quinot  <quinot@adacore.com>
875         * s-fileio.adb (Errno_Message): Remove, use shared version from
876         s-os_lib instead.
877         * s-crtrun.ads, Makefile.rtl: Remove now unused unit.
878         * g-stseme (Socket_Error_Message): Reimplement in terms of new
879         s-os_lib function.
880         * g-socthi.ads, g-socthi.adb: Change profile of
881         Socket_Error_Message to return String to allow the above.
882         * g-socket.adb, g-socthi-mingw.adb, g-socthi-mingw.ads,
883         * g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
884         * g-socthi-vxworks.ads: Update to account for the above profile
885         change.
886         * a-tags.adb: Use strlen builtin binding provided by s-crtl.
887         * s-crtl.ads (strncpy): New procedure.
888         * s-os_lib.adb (Copy_Attributes): Import just once (strncpy):
889         Use import from s-crtl.
890         * a-envvar.adb, osint.adb: Use imports of C runtime functions
891         from s-crtl instead of re-importing locally.
893 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
895         * sem_prag.adb (Analyze_Global_Item): Emit the
896         variable related checks concerning volatile objects only when
897         SPARK_Mode is on.
899 2014-02-24  Robert Dewar  <dewar@adacore.com>
901         * sem_ch5.adb (Analyze_Iterator_Specification): use
902         Error_Msg_Ada_2012_Feature.
904 2014-02-24  Jose Ruiz  <ruiz@adacore.com>
906         * s-rident.ads (Profile_Info): For Ravenscar, the restrictions
907         No_Local_Timing_Events and No_Specific_Termination_Handlers
908         must be set, according to the Ravenscar profile definition
909         in D.13(6/3).
911 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
913         * sem_ch6.adb (Analyze_Expression_Function): If this is a
914         completion, freeze return type and its designated type if needed.
916 2014-02-24  Thomas Quinot  <quinot@adacore.com>
918         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
919         'Address): When moving initialization statements to a freeze
920         entity, keep them under a single node (i.e. do not unwrap
921         expressions with actions), and set the Initialization_Statements
922         attribute again so that processing of a later pragma Import can
923         still remove them.
925 2014-02-24  Claire Dross  <dross@adacore.com>
927         * a-cfdlli.adb, a-cfdlli.ads, a-cfhama.adb, a-cfhama.ads,
928         a-cfhase.adb, a-cfhase.ads, a-cforma.adb, a-cforma.ads,
929         a-cforse.adb, a-cforse.ads, a-cofove.adb, a-cofove.ads: Rename
930         Left/Right to First_To_Previous/Current_To_Last.
932 2014-02-24  Thomas Quinot  <quinot@adacore.com>
934         * adaint.h (struct file_attributes): New component "error"
935         (__gnat_error_attributes): Accessor for the above.
936         * adaint.c (__gnat_error_attributes): New subprogram
937         (__gnat_stat): Fix returned value (expect errno value)
938         (__gnat_stat_to_attr): Add management of error component (set to
939         stat errno value, except for missing files where it is set to 0,
940         and exists is set to 0).
941         * osint.ads (File_Attributes_Size): Update per change above,
942         also clarify documentation.
943         * s-filatt.ads: New file, binding to file attributes related
944         functions.
945         * Makefile.rtl (s-filatt): New runtime unit.
946         * s-crtl.ads (strlen): Expose binding to GCC builtin (falls back
947         to library function if not available on target).
948         * s-os_lib.ads, s-os_lib.adb (Errno_Message): New subprogram.
949         * s-oscons-tmplt.c (SIZEOF_struct_file_attributes,
950         SIZEOF_struct_dirent_alloc): New constants.
951         * Make-generated.in (s-oscons.ads): Now requires adaint.h.
952         * a-direct.adb (Fetch_Next_Entry): Fix incorrect buffer sizes.
953         Perform appropriate error checking if stat fails (do not just
954         ignore existing files if stat fails)
955         * gcc-interface/Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Update
956         dependencies.
958 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
960         * sem_prag.adb (Analyze_Global_Item): Move the check concerning
961         the use of volatile objects as global items in a function to
962         the variable related checks section.
963         * sem_util.adb (Async_Readers_Enabled): Directly call
964         Has_Enabled_Property.
965         (Async_Writers_Enabled): Directly call Has_Enabled_Property.
966         (Effective_Reads_Enabled): Directly call Has_Enabled_Property.
967         (Effective_Writes_Enabled): Directly call Has_Enabled_Property.
968         (Has_Enabled_Property): Rename formal parameter State_Id to Item_Id.
969         Update the comment on usage. State_Has_Enabled_Property how handles
970         the original logic of the routine. Add processing for variables.
971         (State_Has_Enabled_Property): New routine.
972         (Variable_Has_Enabled_Property): New routine.
974 2014-02-24  Robert Dewar  <dewar@adacore.com>
976         * sinfo.ads, sem_ch12.adb, sem_res.adb, sem_ch4.adb, par-ch12.adb:
977         Minor reformatting.
978         * atree.ads, atree.adb (Node35): New function.
979         (Set_Node35): New procedure.
980         * debug.adb: Define new debug flag -gnatd.X.
981         * einfo.ads, einfo.adb (Import_Pragma): New field.
982         * freeze.adb (Wrap_Imported_Procedure): New procedure (not
983         really active yet, has to be activated with -gnatd.X.
984         * sem_prag.adb (Set_Imported): Set new Import_Pragma
985         field (Set_Imported): Don't set Is_Public (see
986         Freeze.Wrap_Imported_Subprogram)
987         * par-ch3.adb (P_Component_List): Handle unexpected null component.
989 2014-02-24  Yannick Moy  <moy@adacore.com>
991         * sem_ch3.adb: Correct reference to SPARK RM in error messages.
992         * gnat_rm.texi: Correct documentation of attribute Update.
994 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
996         * sem_ch5.adb (Analyze_Iterator_Specification): Reject container
997         iterator in older versions of Ada.
999 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
1001         * sem_ch5.adb, sem_aux.ads, sem_ch12.adb, gnat_ugn.texi, par.adb,
1002         par-ch12.adb: Change spelling 'parametrization' to 'parameterization'.
1004 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
1006         * sinfo.ads, sinfo.adb: New attribute Generalized_Indexing, for
1007         indexed_components that are instances of Ada 2012 container
1008         indexing operations. Analysis and resolution of such nodes
1009         is performed on the attribute, and the original source is
1010         preserved for ASIS operations. If expansion is enabled, the
1011         indexed component is replaced by the value of this attribute,
1012         which is in a call to an Indexing aspect, in most case wrapped
1013         in a dereference operation.
1014         * sem_ch4.adb (Analyze_Indexed_Component): Create
1015         Generalized_Indexing attribute when appropriate.
1016         (Analyze_Call): If prefix is not overloadable and has an indexing
1017         aspect, transform into an indexed component so it can be analyzed
1018         as a potential container indexing.
1019         (Analyze_Expression): If node is an indexed component with a
1020         Generalized_ Indexing, do not re-analyze.
1021         * sem_res.adb (Resolve_Generalized_Indexing): Complete resolution
1022         of an indexed_component that has been transformed into a container
1023         indexing operation.
1024         (Resolve_Indexed_Component): Call the above when required.
1025         (Resolve): Do not insert an explicit dereference operation on
1026         an indexed_component whose type has an implicit dereference:
1027         the operation is inserted when resolving the related
1028         Generalized_Indexing.
1030 2014-02-24  Olivier Ramonat  <ramonat@adacore.com>
1032         * gnat_rm.texi, gnat_ugn.texi: Replace Ada Compiler by Ada Development
1033         Environment.
1035 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
1037         * sem_prag.adb (Check_Constituent_Usage): Remove leading spaces in
1038         error messages.
1039         (Inconsistent_Mode_Error): Remove leading spaces in error messages.
1040         Merge the expected and available mode errors.
1041         (Report_Unused_Constituents): Remove leading spaces in error messages.
1042         (Report_Unused_States): Remove leading spaces in error messages.
1044 2014-02-24  Thomas Quinot  <quinot@adacore.com>
1046         * par_sco.adb (Traverse_One): Refine categorization of statement
1047         SCOs.
1049 2014-02-24  Robert Dewar  <dewar@adacore.com>
1051         * aspects.ads, aspects.adb: Remove aspects Ada_2005 and Ada_2012,
1052         Pure_05, Pure_12 and Preelaborate_05.
1053         * gnat_rm.texi: Update accordingly.
1054         * sem_prag.adb: Document one argument form of Ada_05/Ada_2005
1055         pragmas Document one argument form of Ada_12/Ada_2012 pragmas
1056         Recognize one argument form of these pragmas only in GNAT mode
1057         (-gnatg).
1059 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
1061         * s-dimmks.ads: Replace symbol for temperature, previously the
1062         Greek letter Theta, by the ASCII @ sign.
1063         * s-diflio.ads: ditto.
1065 2014-02-24  Robert Dewar  <dewar@adacore.com>
1067         * exp_ch4.adb: Minor code reorganization (use OR for boolean
1068         variables).
1069         * sem_ch3.adb, sem_prag.adb, freeze.adb: Minor reformatting.
1071 2014-02-24  Ben Brosgol  <brosgol@adacore.com>
1073         * gnat_ugn.texi, projects.texi: Added the necessary conditionalization
1074         so that references to gnatmem and ASIS tools do not appear in the FSF
1075         edition of the GNAT User's Guide.
1077 2014-02-24  Yannick Moy  <moy@adacore.com>
1079         * freeze.adb (Freeze_Entity): Do not issue warning
1080         for pre/post being ignored on imported subprogram in GNATprove
1081         mode.
1083 2014-02-24  Robert Dewar  <dewar@adacore.com>
1085         * exp_ch5.adb, sem_ch5.adb, sem_type.adb, sem_res.adb, sem_attr.adb,
1086         stand.ads, sem_eval.adb: Minor reformatting.
1088 2014-02-24  Yannick Moy  <moy@adacore.com>
1090         * sem_prag.adb: Minor rewording in error message.
1092 2014-02-24  Johannes Kanig  <kanig@adacore.com>
1094         * exp_util.adb (Expand_Subtype_From_Expr): Do not expand subtypes in
1095         GNATprove_mode, gnat2why doesn't need nor use these types.
1097 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
1099         * exp_ch4.adb (Expand_N_Op_Expon): On the AAMP
1100         target, in the case of signed integer exponentiation that uses a
1101         run-time routine, always select the Exp_* versions, since overflow
1102         checking is automatically done by AAMP arithmetic instructions.
1104 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
1106         * sem_ch13.adb (Analyze_Aspect_Specifications):
1107         When the related context is a package instace, insert pragma
1108         Abstract_State after all internally-generated renamings related
1109         to the instance "header".
1111 2014-02-24  Ed Schonberg  <schonberg@adacore.com>
1113         * sem_ch3.adb (Analyze_Declarations): Analyze Contract of abstract
1114         subprograms.
1115         * sem_disp.adb (Check_Dispatching_Context): A non-dispatching
1116         call to an abstract subprogram is legal if it appears in a
1117         pre/postcondition of another abstract operation.
1119 2014-02-24  Sergey Rybin  <rybin@adacore.com frybin>
1121         * gnat_ugn.texi: Misc updates.
1123 2014-02-24  Hristian Kirtchev  <kirtchev@adacore.com>
1125         * exp_prag.adb (Expand_Old): Set the type of the generated temporary.
1127 2014-02-24  Gary Dismukes  <dismukes@adacore.com>
1129         * layout.adb (Layout_Variant_Record): Instantiate
1130         Generic_Check_Choices and call Check_Choices before calling
1131         Build_Discr_Checking_Funcs, since we need Others_Discrete_Choices
1132         set to prevent generating incorrect discriminant-checking
1133         functions for 'others' variants (functions that unconditionally
1134         return True rather than accounting for the values covered by the
1135         'others' choice).
1136         * sem_eval.ads (Subtypes_Statically_Compatible): Add formal
1137         Formal_Derived_Matching.
1138         (Subtypes_Statically_Match): Add formal Formal_Derived_Matching.
1139         * sem_eval.adb (Subtypes_Statically_Compatible): Pass new
1140         Formal_Derived_Matching formal to Subtypes_Statically_Match.
1141         (Subtypes_Statically_Match): Suppress the Object_Size matching
1142         test in the case where Formal_Derived_Matching is True.
1143         * sem_ch12.adb (Validate_Derived_Type_Instance): Pass
1144         True for Formal_Derived_Matching_Formal on the call to
1145         Subtypes_Statically_Compatible.
1147 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
1149         * gcc-interface/Make-lang.in (ADA_TOOLS_FLAGS_TO_PASS): Robustify.
1151 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
1153         * gcc-interface/utils2.c (build_simple_component_ref): Fix formatting.
1154         Look through a conversion between original and packable version to get
1155         the base object.
1156         (build_component_ref): Rework comment and fix formatting.
1158 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
1160         * gnat_ugn.texi, vms_data.ads (gnatelim): Add description of
1161         project-specific options.
1163 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1165         * a-cbdlli.adb (Insert): When capacity exceeded, raise Capacity_Error,
1166         not Constraint_Error.
1167         * a-cbmutr.adb (Append_Child, Insert_Child, Prepend_Child): Ditto.
1168         * sem_ch5.adb: Code clean up.
1170 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
1172         * sem_prag.adb (Usage_Error): Remove local
1173         constant Typ. Remove the specialized diagnostics for unconstrained
1174         or tagged items as those are not part of the explicit input set
1175         of the related subprogram and should not be flagged.
1177 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1179         * sem_attr.adb: Add guard to preserve all errors.
1181 2014-02-20  Vincent Celier  <celier@adacore.com>
1183         * switch-m.adb (Normalize_Compiler_Switches): Take into account
1184         switches that are recorded in ALI files: -gnateA, -gnateE,
1185         -gnateF, -gnateinn, -gnateu, -gnateV and -gnateY.
1187 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1189         * sem_ch5.adb (Analyze_Iterator_Specification): Check legality
1190         of an element iterator form over a formal container with an
1191         Iterable aspect.
1192         * exp_ch5.adb (Build_Formal_Container_Iteration): Utility
1193         to create declaration and loop statements for both forms of
1194         container iterators.
1195         (Expand_Formal_Container_Element_Iterator): New procedure
1196         to handle loops of the form  "for E of C" when C is a formal
1197         container.
1198         (Expand_Formal_Container_Iterator): Code cleanup.
1200 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
1202         * sem_prag.adb (Add_Item_To_Name_Buffer): New routine.
1203         (Analyze_Contract_Case): Remove the use of
1204         "may". Replace "aspect Contract_Cases" to avoid categorization
1205         of aspect vs pragma.
1206         (Analyze_External_Property_In_Decl_Part): Remove the use of "formal".
1207         (Analyze_Global_Item): Remove
1208         the use of "formal", specify the subprogram.  Split the
1209         error message about a state with visible refinement into
1210         two. Remove the use of "global" from "volatile global item".
1211         (Analyze_Initialization_Item): Ensure that the SPARK RM reference
1212         is on one line.
1213         (Analyze_Input_Output): Update the call to
1214         Check_Mode. Specify the duplicated item. Reword the error
1215         message concerning an input of a null output list. Use "\"
1216         for error message continuation.
1217         (Analyze_Part_Of): Remove
1218         the use of "may". Use "\" for error message continuation.
1219         (Analyze_Refined_Depends_In_Decl_Part): Update the error
1220         message concerning a useless refinement to match the format
1221         of Refined_Global.
1222         (Analyze_Refined_Global_In_Decl_Part): Reword the error message
1223         concerning a useless refinement.
1224         (Analyze_Refinement_Clause): Use "\" for error message continuation.
1225         (Check_Constituent_Usage): Use "\" for error message continuation.
1226         (Check_Dependency_Clause): Use "\" for error message continuation.
1227         (Check_Matching_Constituent): Use "\" for error message continuation.
1228         (Check_Missing_Part_Of): Use "\" for error message continuation.
1229         (Check_Mode): Renamed to
1230         Check_Role. Update the comment on usage. Redo the error reporting
1231         to use Role_Error.
1232         (Check_Mode_Restriction_In_Enclosing_Context): Use "\" for error
1233         message continuation.
1234         (Find_Mode): Renamed to Find_Role. Update the parameter profile along
1235         with comment on usage. Update all occurrences of Is_Input and Is_Output.
1236         (Inconsistent_Mode_Error): Use "\" for error message continuation.
1237         (Input_Match): Use "\" for error message continuation.
1238         (Role_Error): New routine.
1239         (Set_Convention_From_Pragma): Use "\" for error message continuation.
1240         (Usage_Error): Add local variable Error_Msg. Build specialized error
1241         message showcasing the offending item kind. Redo the diagnostics for
1242         unconstrained types.
1244 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1246         * exp_util.adb (Is_Iterated_Container): Use high-level primitives
1247         to determine whether a type is a container type, rather than
1248         examining only its type declaration, so that subtypes and derived
1249         types are handled properly.
1251 2014-02-20  Sergey Rybin  <rybin@adacore.com frybin>
1253         * gnat_ugn.texi: gnatmetric: add description of project-specific
1254         options.
1256 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1258         * sem_attr.adb (Analyze_Attribute, case 'Update): Verify that
1259         all choices in an association for a record type have the same
1260         type, as is done for record aggregates.
1262 2014-02-20  Robert Dewar  <dewar@adacore.com>
1264         * a-cborma.adb, a-cbhama.adb, a-cbdlli.adb, a-cbmutr.adb: Use pragma
1265         Unmodified rather than Warnings (Off). Make comments
1266         uniform in the four affected units.
1268 2014-02-20  Robert Dewar  <dewar@adacore.com>
1270         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
1271         Object_Size): For non-scalar types allow any value that is a
1272         multiple of 8.
1273         * gnat_rm.texi: Document Object_Size for composites more clearly.
1275 2014-02-20  Yannick Moy  <moy@adacore.com>
1277         * sem_util.ads, sem_util.adb (Default_Initialization): Remove function.
1279 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1281         * stand.ads: Raise_Type: new predefined entity, used as the type
1282         of a Raise_Expression prior to resolution.
1283         * cstand.adb: Build entity for Raise_Type.
1284         * sem_ch11.adb (Analyze_Raise_Expression): use Raise_Type as the
1285         initial type of the node.
1286         * sem_type.adb (Covers): Raise_Type is compatible with all
1287         other types.
1288         * sem_res.adb (Resolve): Remove special handling of Any_Type on
1289         Raise_Expression nodes.
1290         (Resolve_Raise_Expression): Signal ambiguity if the type of the
1291         context is still Raise_Type.
1293 2014-02-20  Robert Dewar  <dewar@adacore.com>
1295         * sem_ch12.adb (Validate_Access_Type_Instance): Add message if
1296         mismatching predicates.
1297         * sem_ch6.adb (Check_Conformance): Give better messages on
1298         predicate mismatch.
1299         * sem_eval.adb (Predicates_Match): Move to spec.
1300         * sem_eval.ads (Predicates_Match): Moved here from body.
1302 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1304         * a-cbmutr.adb: Use default value in Insert_Child.
1306 2014-02-20  Vincent Celier  <celier@adacore.com>
1308         * gnatcmd.adb, make.adb, prj-makr.adb, clean.adb: Call
1309         Stringt.Initialize in all project aware tools.
1311 2014-02-20  Doug Rupp  <rupp@adacore.com>
1313         * gnat_ugn.texi: Document gnatbind -X option.
1314         * vms_data.ads: Minor warnings documentation reformatting.
1316 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1318         * exp_ch3.adb (Expand_Freeze_Array_Type): Only create invariant
1319         procedure for a base type.
1321 2014-02-20  Robert Dewar  <dewar@adacore.com>
1323         * sem_ch4.adb (Analyze_Case_Expression): Get type from first
1324         expression with type info.
1325         * sem_ch13.adb: Minor reformatting.
1326         * sem_eval.adb (Subtypes_Statically_Match): Make sure we return
1327         False if predicates do not match on the two types.
1329 2014-02-20  Arnaud Charlet  <charlet@adacore.com>
1331         * sem_prag.adb (Analyze_Pragma [pragma Attach_Handler]):
1332         In Relaxed_RM_Semantics mode, allow any static integer value,
1333         for compatibility with other compilers.
1335 2014-02-20  Vincent Celier  <celier@adacore.com>
1337         * errutil.adb (Initialize): Properly initialize entry in table
1338         Warnings when warnings are suppressed.
1340 2014-02-20  Robert Dewar  <dewar@adacore.com>
1342         * s-os_lib.ads: Add warning about non-portability of Rename_File.
1343         * sem_util.ads, sem_util.adb (Is_Junk_Name): New function.
1344         * sem_warn.adb: Use Is_Junk_Name to suppress some warnings.
1345         * gnat_ugn.texi: Document no warnings on junk variable names.
1346         * layout.adb: Minor code reorganization (use Ekind_In).
1347         * stringt.adb: Move initialization of Null_String_Id to Initialize
1348         routine.
1350 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1352         * sem_ch13.adb: Initialize optional Element_Id.
1354 2014-02-20  Robert Dewar  <dewar@adacore.com>
1356         * s-os_lib.ads (Rename_File): Minor commment addition.
1358 2014-02-20  Thomas Quinot  <quinot@adacore.com>
1360         * einfo.ads: Minor reformatting.
1362 2014-02-20  Hristian Kirtchev  <kirtchev@adacore.com>
1364         * aspects.adb (Exchange_Aspects): New routine.
1365         * aspects.ads (Exchange_Aspects): New routine.
1366         * atree.adb (Rewrite): Do not check whether the save node has
1367         aspects as it never will, instead check the node about to be clobbered.
1368         * einfo.adb (Write_Field25_Name): Abstract_States can appear in
1369         entities of generic packages.
1370         * sem_ch6.adb (Analyze_Expression_Function): Fix the parent
1371         pointer of an aspect specification list after rewriting takes place.
1372         * sem_ch7.adb (Analyze_Package_Body_Helper): Swap the aspect
1373         specifications of the generic template and the copy used for analysis.
1374         * sem_ch12.adb (Analyze_Generic_Package_Declaration): Swap
1375         the aspect specifications of the generic template and the
1376         copy used for analysis.
1377         (Analyze_Package_Instantiation): Propagate the aspect specifications
1378         from the generic template to the instantiation.
1379         (Build_Instance_Compilation_Unit_Nodes): Propagate the aspect
1380         specifications from the generic template to the instantiation.
1381         * sem_ch13.adb (Analyze_Aspect_Specifications): Handle aspects
1382         Abstract_State, Initializes and Initial_Condition when they
1383         apply to a package instantiation.
1385 2014-02-20  Robert Dewar  <dewar@adacore.com>
1387         * stringt.adb: Add call to Initialize in package initialization.
1389 2014-02-20  Robert Dewar  <dewar@adacore.com>
1391         * a-crbtgk.adb, a-cihama.adb, a-coinve.adb, a-ciorse.adb, a-crbtgo.adb,
1392         a-cidlli.adb, a-cimutr.adb, a-cihase.adb, a-cohama.adb, a-coorse.adb,
1393         a-chtgke.adb, a-chtgop.adb, a-comutr.adb, a-ciorma.adb, a-cobove.adb,
1394         a-convec.adb, a-cohase.adb, a-chtgbk.adb, a-chtgbo.adb: Minor
1395         reformatting.
1397 2014-02-20  Bob Duff  <duff@adacore.com>
1399         * s-os_lib.ads: Minor: Remove incorrect comment.
1401 2014-02-20  Robert Dewar  <dewar@adacore.com>
1403         * sem_elab.adb (Check_Elab_Assign): Clearer warning message.
1405 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1407         * a-cborma.adb (Assign): When creating a node without a specified
1408         element, insert an uninitialized element in the map, because
1409         the instance may provide an element type with a default
1410         initialization, e.g a scalar with a Default_Value aspect.
1411         * a-cbhama.adb (Assign_Key): Remove useless Allocate procedure.
1412         (Insert): In the version without explicit element, provide an
1413         uninitialized element, as above.
1414         * a-cbdlli.adb (Append): In the version without explicit element,
1415         provide an uninitalized element, as above.
1416         (Allocate): Remove unused version.
1418 2014-02-20  Robert Dewar  <dewar@adacore.com>
1420         * sem_elab.adb: Minor code reorganization (use Nkind_In).
1421         * stringt.adb: Remove temporary pragma Warnings (Off).
1422         * stringt.ads: Add pragma Elaborate_Body to ensure initialization
1423         of Null_String_Id.
1425 2014-02-20  Matthew Heaney  <heaney@adacore.com>
1427         * a-chtgbk.adb (Replace): Use correct offset when calculating bucket
1428         index.
1430 2014-02-20  Ed Schonberg  <schonberg@adacore.com>
1432         * sem_ch5.adb (Analyze_Iterator_Specification): Initialize
1433         properly the cursor type for subsequent volatile testing in SPARK
1434         mode, when domain is a formal container with an Iterabe aspect.
1436 2014-02-20  Robert Dewar  <dewar@adacore.com>
1438         * errout.adb (Set_Warnings_Mode_Off): Add Reason argument.
1439         (Set_Specific_Warning_Off): Add Reason argument.
1440         * errout.ads (Set_Warnings_Mode_Off): Add Reason argument.
1441         (Set_Specific_Warning_Off): Add Reason argument.
1442         * erroutc.adb (Warnings_Entry): Add Reason field
1443         (Specific_Warning_Entry): Add Reason field.
1444         (Warnings_Suppressed): return String_Id for Reason.
1445         (Warning_Specifically_Suppressed): return String_Id for Reason.
1446         * erroutc.ads (Warnings_Entry): Add Reason field.
1447         (Specific_Warning_Entry): Add Reason field.
1448         (Set_Specific_Warning_Off): Add Reason argument.
1449         (Set_Warnings_Mode_Off): Add Reason argument.
1450         (Warnings_Suppressed): return String_Id for Reason.
1451         (Warning_Specifically_Suppressed): return String_Id for Reason.
1452         * errutil.adb (Warnings_Suppressed): returns String_Id for Reason
1453         (Warning_Specifically_Suppressed): returns String_Id for Reason
1454         * gnat_rm.texi: Document that Warning parameter is string literal
1455         or a concatenation of string literals.
1456         * par-prag.adb: New handling for Reason argument.
1457         * sem_prag.adb (Analyze_Pragma, case Warning): New handling
1458         for Reason argument.
1459         * sem_util.ads, sem_util.adb (Get_Reason_String): New procedure.
1460         * sem_warn.ads (Warnings_Off_Entry): Add reason field.
1461         * stringt.adb: Set Null_String_Id.
1462         * stringt.ads (Null_String_Id): New constant.
1464 2014-02-20  Robert Dewar  <dewar@adacore.com>
1466         * einfo.ads: Minor comment addition: Etype of package is
1467         Standard_Void_Type.
1468         * checks.adb, exp_aggr.adb, exp_atag.adb, exp_attr.adb, exp_ch13.adb,
1469         exp_ch2.adb, exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb,
1470         exp_ch7.adb, exp_ch9.adb, exp_dbug.adb, exp_disp.adb, exp_imgv.adb,
1471         exp_intr.adb, exp_prag.adb, exp_sel.adb, exp_strm.adb, exp_util.adb,
1472         freeze.adb, rtsfind.adb, sem_aggr.adb, sem_attr.adb, sem_ch10.adb,
1473         sem_ch12.adb, sem_ch13.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb,
1474         sem_ch6.adb, sem_ch8.adb, sem_dim.adb, sem_prag.adb, sem_res.adb,
1475         sem_util.adb, tbuild.adb, tbuild.ads: Remove New_Reference_To.
1476         Replace all calls with calls to New_Occurrence_Of.
1478 2014-02-20  Robert Dewar  <dewar@adacore.com>
1480         * par-util.adb (Ignore, case of right paren): Make this a
1481         serious error.
1483 2014-02-19  Robert Dewar  <dewar@adacore.com>
1485         * sem_ch5.adb, sem_prag.adb, sem_attr.adb: Minor reformatting.
1486         * debug.adb: Remove -gnatd.X switch, no longer used.
1487         * styleg.adb (Check_Then): Remove check of -gnatd.X, check is
1488         now always made.
1490 2014-02-19  Bob Duff  <duff@adacore.com>
1492         * g-socket.ads: Minor: Correct some comments.
1494 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1496         * sem_ch5.adb: Inhibit iterator rewriting in ASIS mode.
1498 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
1500         * sem_ch13.adb (Analyze_Aspect_Specifications): Do not generate
1501         an error on out of range priorities if Relaxed_RM_Semantics.
1502         * sem_prag.adb (Analyze_Pragma): Ditto.
1504 2014-02-19  Bob Duff  <duff@adacore.com>
1506         * sem_attr.adb (Resolve_Attribute): Detect the case of F'Access
1507         where F denotes the renaming of an enumeration literal, and
1508         issue a specialized error message.
1510 2014-02-19  Matthew Heaney  <heaney@adacore.com>
1512         * a-chtgop.ads (Checked_Index): New operation.
1513         (Next): Changed mode of hash table.
1514         * a-chtgop.adb (Adjust, Delete_Node_Sans_Free): Detect tampering
1515         (Generic_Read, Reserve_Capacity): Ditto.
1516         (Generic_Equal): Detect tampering.
1517         (Next): Changed mode of hash table, detect tampering.
1518         * a-chtgke.ads (Checked_Index, Checked_Equivalent_Keys): New
1519         operation.
1520         (Find): Changed mode of hash table.
1521         * a-chtgke.adb (Checked_Equivalent_Keys): New operation
1522         (Delete_Key_Sans_Free, Generic_Conditional_Insert): Detect
1523         tampering.
1524         (Find): Changed mode of hash table, check for tampering.
1525         (Generic_Replace_Element): Check for tampering.
1526         * a-chtgbk.ads (Checked_Index, Checked_Equivalent_Keys): New operation.
1527         * a-chtgbk.adb (Checked_Index, Checked_Equivalent_Keys): New
1528         operation (Delete_Key_Sans_Free, Generic_Conditional_Insert):
1529         Detect tampering.
1530         (Find, Generic_Replace_Element): Check for tampering.
1531         * a-chtgbo.ads (Checked_Index): New operation.
1532         * a-chtgbo.adb (Checked_Index): New operation
1533         (Delete_Node_Sans_Free, Generic_Equal): Detect tampering.
1534         (Generic_Read, Next): Ditto.
1535         * a-cohase.adb, a-cihase.adb (Is_In): Changed mode of hash
1536         table (Difference, Intersection): Use variable view of
1537         source, detect tampering (Find, Is_Subset, Overlap): Use
1538         variable view of container (Symmetric_Difference, Union):
1539         Detect tampering (Vet): Use Checked_Index to detect tampering
1540         (Constant_Reference, Element, Find): Use variable view of
1541         container.
1542         (Update_Element_Preserving_Key): Detect tampering.
1543         * a-cbhase.adb (Difference, Find, Is_In): Use variable view
1544         of container.
1545         (Is_Subset): Ditto.
1546         (Equivalent_Sets, Overlap): Use Node's Next component.
1547         (Vet): Use Checked_Index to detect tampering.
1548         (Constant_Reference, Element, Find): Use variable view of container.
1549         (Update_Element_Preserving_Key): Detect tampering.
1550         * a-cohama.adb, a-cihama.adb, a-cbhama.adb (Constant_Reference,
1551         Element, Find): Use variable view of container.
1552         (Reference): Rename hash table component.
1553         (Vet): Use Checked_Index to detect tampering.
1555 2014-02-19  Arnaud Charlet  <charlet@adacore.com>
1557         * adabkend.adb (Scan_Compiler_Arguments): Add missing handling
1558         of -nostdinc.
1560 2014-02-19  Thomas Quinot  <quinot@adacore.com>
1562         * tbuild.adb (New_Occurrence_Of, New_Rerefence_To): Guard
1563         against calls without Def_Id.
1565 2014-02-19  Claire Dross  <dross@adacore.com>
1567         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads, a-cforse.ads,
1568         a-cofove.ads: Add global annotations to subprograms.
1570 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1572         * sem_prag.adb (Analyze_Initial_Condition_In_Decl_Part): Remove
1573         constants Errors, Pack_Id and Pack_Init. Remove variable Vars.
1574         Initial_Condition no longer requires the presence of pragma
1575         Initialized. Do not try to diagnose whether all variables mentioned in
1576         pragma Initializes also appear in Initial_Condition.
1577         (Collect_Variables): Removed.
1578         (Match_Variable): Removed.
1579         (Match_Variables): Removed.
1580         (Report_Unused_Variables): Removed.
1582 2014-02-19  Thomas Quinot  <quinot@adacore.com>
1584         * gnat_rm.texi (pragma Stream_Convert): Minor rewording.
1586 2014-02-19  Robert Dewar  <dewar@adacore.com>
1588         * sem_util.adb, sem_util.ads, prj-conf.adb, s-os_lib.adb: Minor
1589         reformatting.
1591 2014-02-19  Vincent Celier  <celier@adacore.com>
1593         * prj-part.adb (Parse_Single_Project): Use the fully resolved
1594         project path, with all symbolic links resolved, to check if the
1595         same project is imported with a different unresolved path.
1596         * prj-tree.ads (Project_Name_And_Node): Component Canonical_Path
1597         changed to Resolved_Path to reflect that all symbolic links
1598         are resolved.
1600 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1602         * sem_util.ads, sem_util.adb (Get_Cursor_Type): Moved to sem_util
1603         from sem_ch13, for use elsewhere.
1604         * sem_ch13.adb (Get_Cursor_Type): Moved to sem_util.
1605         * sem_ch5.adb (Analyze_Iterator_Specification): Set properly the
1606         cursor type on the loop variable when the iteration is over o
1607         formal container.
1609 2014-02-19  Vincent Celier  <celier@adacore.com>
1611         * prj-conf.adb (Add_Default_GNAT_Naming_Scheme): Add declaration
1612         for an empty Target (Check_Target): Never fail when an empty
1613         target is declared in the configuration project.
1615 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1617         * sem_prag.adb (Check_Arg_Is_Local_Name): Argument is local if
1618         the pragma comes fron a predicate aspect and the context is a
1619         record declaration within the scope that declares the type.
1621 2014-02-19  Robert Dewar  <dewar@adacore.com>
1623         * gnat_rm.texi: Minor clarifications.
1624         * expander.adb, sem_aggr.adb: Add comments.
1626 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1628         * sem_prag.adb (Check_Arg_Is_Local_Name): For an aspect that
1629         applies to a subprogram body, the name is the current scope,
1630         rather than being declared in the current scope.
1631         (Analyze_Pragma, case No_Return): Handle properly a No_Return
1632         aspect applied to a subprogram body.
1634 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1636         * sem_ch13.adb (Resolve_Iterable_Operation): Improve resolution
1637         of overloaded subprograms, and fix bug in handling of primitive
1638         operation Element.
1640 2014-02-19  Pascal Obry  <obry@adacore.com>
1642         * s-os_lib.adb: Minor reformatting.
1644 2014-02-19  Yannick Moy  <moy@adacore.com>
1646         * expander.adb (Expand): Do nothing inside generics.
1647         * sem_aggr.adb (Aggregate_Constraint_Checks): Do nothing inside
1648         generics.
1650 2014-02-19  Yannick Moy  <moy@adacore.com>
1652         * exp_ch2.adb: Remove useless 'with' of unit Uintp.
1654 2014-02-19  Robert Dewar  <dewar@adacore.com>
1656         * sem_ch3.adb, style.adb, sem_prag.adb, sem_ch13.adb: Minor reformatting
1657         * a-sequio.adb: Remove useless pragma Extensions_Allowed (no
1658         longer needed).
1660 2014-02-19  Claire Dross  <dross@adacore.com>
1662         * a-cfdlli.ads, a-cfhase.ads, a-cforma.ads, a-cfhama.ads,
1663         a-cforse.ads, a-cofove.ads: Add Iterable aspect to formal containers.
1665 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1667         * sem_ch3.adb (Analyze_Declarations): Analyze
1668         a package contract at the end of the private declarations (if
1669         applicable), otherwise analyze it and the end of the visible
1670         declarations.
1672 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1674         * style.adb (Missing_Overriding): If subprogram is an
1675         instantiation, place warning on the instance node itself,
1676         without mention of the original generic. Do not emit message
1677         if explicit Ada version is older than the introduction of the
1678         overriding indicator.
1680 2014-02-19  Yannick Moy  <moy@adacore.com>
1682         * gnat_rm.texi: Doc clarifications.
1684 2014-02-19  Yannick Moy  <moy@adacore.com>
1686         * exp_util.adb (Remove_Side_Effects): Do not remove side-effects
1687         inside a generic.
1689 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1691         * sem_ch13.adb (Get_Cursor_Type): Obtain cursor type from
1692         specified First primitive, rather than by name.
1693         (Validate_Iterable_Aspect, Resolve_Iterable_Operation): Use it,
1694         and extend error checking for missing primitives and incorrect
1695         signatures.
1697 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1699         * sem_ch3.adb (Check_Pragma_Implemented): Detect additional
1700         errors when a Synchronization aspect on an overriding protected
1701         operation does not match the given aspect on the overridden
1702         operation of an ancestor interface.
1704 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1706         * sem_prag.adb (Check_Loop_Pragma_Grouping): New routine.
1707         (Check_Loop_Pragma_Placement): Update
1708         comment on usage. Remove local variables Orig_Stmt and
1709         Within_Same_Sequence. Check that the current Loop_Invariant or
1710         Loop_Variant pragma is grouped together with other such pragmas.
1711         (Is_Loop_Pragma): New routine.
1712         (Prev_In_Loop): Removed.
1714 2014-02-19  Robert Dewar  <dewar@adacore.com>
1716         * par-ch6.adb (P_Return): For extended return, end column lines
1717         up with RETURN.
1718         * par.adb: Minor documentation clarification.
1720 2014-02-19  Yannick Moy  <moy@adacore.com>
1722         * sem_prag.adb (Check_Loop_Pragma_Placement): Add check
1723         that Loop_Invariant and Loop_Variant appear consecutively.
1724         * gnat_rm.texi Update documentation of Loop_Invariant and
1725         Loop_Variant pragmas.
1727 2014-02-19  Robert Dewar  <dewar@adacore.com>
1729         * debug.adb: Document -gnatd.X.
1730         * par-ch5.adb (P_If_Statement): Always check THEN, even if not
1731         first token
1732         (Check_Then_Column): Ditto.
1733         * styleg.adb (Check_Then): Allow THEN on line after IF.
1734         (Check_Then): Check THEN placement under control of -gnatd.X
1735         * styleg.ads (Check_Then): Now called even if THEN is not first
1736         token on line.
1737         * stylesw.ads (Style_Check_If_Then_Layout): Document new
1738         relaxed rules.
1739         * gnat_ugn.texi: For -gnatyi, THEN can now be on line after IF.
1741 2014-02-19  Robert Dewar  <dewar@adacore.com>
1743         * a-cfhama.adb, a-cfhase.adb, a-cforse.adb, a-cofove.adb, a-ngcefu.adb,
1744         a-teioed.adb, a-wtedit.adb, a-ztedit.adb, exp_ch5.adb, inline.adb,
1745         prj-pp.adb, prj-tree.adb, sem_ch12.adb, sem_ch8.adb,
1746         vms_conv.adb: Fix bad layout of IF statements
1748 2014-02-19  Robert Dewar  <dewar@adacore.com>
1750         * exp_util.adb (Side_Effect_Free): Scalar if expressions can be SEF.
1752 2014-02-19  Robert Dewar  <dewar@adacore.com>
1754         * exp_util.adb: Update comments.
1756 2014-02-19  Doug Rupp  <rupp@adacore.com>
1758         * bindgen.adb (Gen_Adainit) [VMS] New global Float_Format.
1759         * init.c (__gl_float_format): [VMS] New global.
1760         (__gnat_set_features): Call FP_CONTROL to set FPSR for the float
1761         representation in effect.
1763 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1765         * exp_ch6.adb Add with and use clause for Exp_Prag.
1766         (Expand_Contract_Cases): Relocated to Exp_Prag.
1767         * exp_ch6.ads (Expand_Contract_Cases): Relocated to Exp_Prag.
1768         * exp_prag.adb Add with and use clauses for Checks and Validsw.
1769         (Expand_Contract_Cases): Relocated from Exp_Ch6. Update the
1770         structure of the expanded code to showcase the evaluation of
1771         attribute 'Old prefixes. Add local variable Old_Evals. Expand
1772         any attribute 'Old references found within a consequence. Add
1773         circuitry to evaluate the prefixes of attribute 'Old that
1774         belong to a selected consequence.
1775         (Expand_Old_In_Consequence): New routine.
1776         * exp_prag.ads (Expand_Contract_Cases): Relocated from Exp_Ch6.
1777         * sem_attr.adb (Check_Use_In_Contract_Cases): Warn that a
1778         potentially unevaluated prefix is always evaluated.
1780 2014-02-19  Robert Dewar  <dewar@adacore.com>
1782         * exp_attr.adb (Expand_Min_Max_Attribute): Use Insert_Declaration
1783         (Expand_Min_Max_Attribute): Use Matching_Standard_Type.
1784         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove special
1785         handling for the case of Modify_Tree_For_C, this approach did
1786         not work.
1787         * exp_util.adb (Matching_Standard_Type): New function
1788         (Side_Effect_Free): New top level functions (from
1789         Remove_Side_Effects).
1790         * exp_util.ads (Side_Effect_Free): New top level functions
1791         (moved from body).
1792         * sinfo.ads: Minor comment updates.
1794 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1796         * exp_ch6.adb (Expand_Simple_Function_Return): If return
1797         type is unconstrained and uses the secondary stack, mark the
1798         enclosing function accordingly, to ensure that the value is not
1799         prematurely removed.
1801 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1803         * par.adb Alphabetize the routines in Par.Sync.
1804         (Resync_Past_Malformed_Aspect): New routine.
1805         * par-ch13.adb (Get_Aspect_Specifications): Alphabetize local
1806         variables. Code and comment reformatting. Detect missing
1807         parentheses on aspects [Refined_]Global and [Refined_]Depends
1808         with a non-null definition.
1809         * par-sync.adb: Alphabetize all routines in this separate unit.
1810         (Resync_Past_Malformed_Aspect): New routine.
1812 2014-02-19  Robert Dewar  <dewar@adacore.com>
1814         * sem_eval.ads, sem_eval.adb (Subtypes_Statically_Match): Return False
1815         if Esize values do not match.
1817 2014-02-19  Yannick Moy  <moy@adacore.com>
1819         * sinfo.ads: Minor comment update.
1821 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1823         * atree.ads: Minor reformatting (change Entity_Info to Einfo).
1825 2014-02-19  Thomas Quinot  <quinot@adacore.com>
1827         * exp_ch7.adb (Find_Node_To_Be_Wrapped): An assignment statement
1828         that has the No_Ctrl_Actions flag is a suitable node to be
1829         wrapped if the assigned expression has no finalization actions.
1830         * sem_eval.adb (Eval_Entity_Name): For a compile time known
1831         boolean value, mark the corresponding condition SCO as constant.
1833 2014-02-19  Robert Dewar  <dewar@adacore.com>
1835         * exp_util.adb: Minor reformatting.
1836         * exp_util.ads (Matching_Standard_Type): New function.
1837         * exp_ch7.adb: Minor reformatting.
1839 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1841         * sem_ch13.adb (Get_Cursor_Type): Use scope of iterable type
1842         to find declaration for Cursor, to handle properly the case of
1843         a discriminated iterable type.
1845 2014-02-19  Vincent Celier  <celier@adacore.com>
1847         * gnatcmd.adb (GNATCmd): Always replace the object dirs of
1848         imported library projects with the library ALI dirs, when setting
1849         the object paths.
1850         * prj-env.ads (Ada_Objects_Path): Correct comments about
1851         argument Including_Libraries.
1853 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
1855         * gnat_rm.texi: Minor spelling fixes.
1857 2014-02-19  Doug Rupp  <rupp@adacore.com>
1859         * init.c: Remove unneeded code.
1860         * fe.h (Float_Format): New macro
1861         * gcc-interface/trans.c (gigi): On VMS, set vms_float_format.
1863 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1865         * sem_prag.adb (Check_Refined_Global_Item):
1866         A state or variable acts as a constituent only it is part of an
1867         encapsulating state and the state has visible refinement.
1869 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1871         * sem_ch6.adb (Analyze_Subprogram_Contract): Do not warn on a
1872         postcondition for a function when the expression does not mention
1873         'Result but the function has in-out parameters.
1875 2014-02-19  Robert Dewar  <dewar@adacore.com>
1877         * gnat_rm.texi: Add documentation on Value_Size forcing biased
1878         representation.
1880 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1882         * lib-xref.ads Remove the small table of letter and symbol usage as we
1883         already have one.
1885 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1887         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Emit specific error
1888         messages depending on the offending misplaced aspect specifications.
1889         (Diagnose_Misplaced_Aspect_Specifications): New routine.
1891 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1893         * sem_ch13.adb (Get_Cursor): Utility to retrieve cursor type
1894         for iterable aspect primitives.
1895         (Resolve_Iterable_Operation): Use expected signature of iterable
1896         aspect to resolve primitive when overloading is present.
1897         (Validate_Iterable_Aspect, Analyze_Aspects_At_Freeze_Point): use it.
1898         (Check_Signature): Removed.
1900 2014-02-19  Yannick Moy  <moy@adacore.com>
1902         * sem_ch10.adb (Analyze_Proper_Body): Issue error on missing
1903         subunit in GNATprove_Mode.
1904         * sinfo.ads (GNATprove_Mode): Document error issued in GNATprove_Mode.
1906 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1908         * lib-xref.ads Alphabetize the contents of table
1909         Xref_Entity_Letters. Add an entry in table Xref_Entity_Letters
1910         for E_Abstract_State. List all letters and symbols in use.
1911         * sem_prag.adb (Analyze_Abstract_State): Update all calls
1912         to Create_Abstract_State to reflect the new signature.
1913         (Create_Abstract_State): Change subprogram profile and update
1914         the comment on usage. Use the proper location of the state
1915         declaration when creating a new abstract state entity. Do not
1916         generate an external name, but simply reuse the name coming from
1917         the state declaration.
1919 2014-02-19  Robert Dewar  <dewar@adacore.com>
1921         * exp_ch4.adb (Expand_N_Expression_With_Actions): Make sure
1922         declarations get properly inserted in Modify_Tree_For_C mode.
1923         * sinfo.ads: Minor comment addition.
1925 2014-02-19  Robert Dewar  <dewar@adacore.com>
1927         * par-ch9.adb, exp_ch5.adb, sem_ch5.adb, exp_attr.adb, sem_util.adb,
1928         sem_util.ads, sem_ch13.adb, sem_ch13.ads: Minor reformatting.
1930 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1932         * style.adb (Missing_Overriding): Warning does not apply in
1933         language versions prior to Ada 2005.
1934         * snames.ads-tmpl: Add Name_Iterable and Attribute_Iterable.
1935         * sem_attr.adb: Add Attribute_Iterable where needed.
1936         * exp_attr.adb: ditto.
1937         * exp_ch5.adb (Expand_Formal_Container_Loop): New procedure to
1938         handle loops and quantified expressions over types that have an
1939         iterable aspect.  Called from Expand_Iterator_Loop.
1940         * sem_ch5.adb (Analyze_Iterator_Specification): Recognize types
1941         with Iterable aspect.
1942         * sem_ch13.adb (Validate_Iterable_Aspect): Verify that the
1943         subprograms specified in the Iterable aspect have the proper
1944         signature involving container and cursor.
1945         (Check_Aspect_At_Freeze_Point): Analyze value of iterable aspect.
1946         * sem_ch13.ads (Validate_Iterable_Aspect): New subprogram.
1947         * sem_util.ads, sem_util.adb (Get_Iterable_Type_Primitive):
1948         New procedure to retrieve one of the primitives First, Last,
1949         or Has_Element, from the value of the iterable aspect of a
1950         formal container.
1951         (Is_Container_Element): Predicate to recognize expressions
1952         that denote an element of one of the predefined containers,
1953         for possible optimization.  This subprogram is not currently
1954         used, pending ARG discussions on the legality of the proposed
1955         optimization. Worth preserving for eventual use.
1956         (Is_Iterator): Recognize formal container types.
1957         * aspects.ads, aspects.adb: Add Aspect_Iterable where needed.
1959 2014-02-19  Robert Dewar  <dewar@adacore.com>
1961         * exp_attr.adb (Expand_Min_Max_Attribute): New procedure
1962         (Expand_N_Attribute_Reference): Use this procedure for Min and Max.
1963         * exp_ch4.adb (Expand_N_Expression_With_Actions): Remove object
1964         declarations from list of actions.
1965         * output.ads, output.adb (Delete_Last_Char): New procedure.
1966         * sinfo.ads: Document handling of Mod and expression with actions
1967         in Modify_Tree_For_C mode.
1969 2014-02-19  Ed Schonberg  <schonberg@adacore.com>
1971         * par-ch9.adb (P_Task): Add a null statement to produce a
1972         well-formed task body when due to a previous syntax error the
1973         statement list is empty.
1975 2014-02-19  Hristian Kirtchev  <kirtchev@adacore.com>
1977         * sem_prag.adb (Check_Dependency_Clause): Account
1978         for the case where a state with a non-null refinement matches a
1979         null output list. Comment reformatting.
1980         (Inputs_Match): Copy a solitary input to avoid an assertion failure
1981         when trying to match the same input in multiple clauses.
1983 2014-02-19  Gary Dismukes  <dismukes@adacore.com>
1985         * sem_attr.adb: Minor typo fix.
1987 2014-02-18  Robert Dewar  <dewar@adacore.com>
1989         * cstand.adb (Build_Signed_Integer_Type): Minor change of formal
1990         from Int to Nat (Build_Unsigned_Integer_Type): New procedure
1991         (Create_Standard): Create new unsigned types.
1992         * exp_ch4.adb (Expand_N_Op_Mod): Expand mod in Modify_Tree_For_C
1993         mode (Expand_N_Reference): Removed, problematic and not needed
1994         for now.
1995         * exp_ch4.ads (Expand_N_Reference): Removed, problematic and
1996         not needed for now.
1997         * exp_util.ads, exp_util.adb (Power_Of_Two): New function.
1998         * expander.adb: Remove call to Expand_N_Reference (problematic,
1999         and not needed now).
2000         * sem_aux.ads, sem_aux.adb (Corresponding_Unsigned_Type): New function.
2001         * stand.adb: Read and write unsigned type entities.
2002         * stand.ads: Add new unsigned types.
2004 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
2006         * sem_ch4.adb (Analyze_Call): Do not mark a function call
2007         as being inside an assertion expression as the flag is now removed.
2008         (Check_Ghost_Subprogram_Call): Do not query the
2009         In_Assertion_Expression flag as it is now removed, instead use
2010         a predicate function.
2011         * sem_elab.adb (Check_Internal_Call_Continue): Do not query the
2012         In_Assertion_Expression flag as it is now removed, instead use
2013         a predicate function.
2014         * sem_prag.ads: Add new table Assertion_Expression_Pragma.
2015         * sem_util.adb Add with and use clause for Sem_Prag.
2016         (In_Assertion_Expression_Pragma): New routine.
2017         * sem_util.ads (In_Assertion_Expression_Pragma): New routine.
2018         * sinfo.adb (In_Assertion_Expression): Removed.
2019         (Set_In_Assertion_Expression): Removed.
2020         * sinfo.ads Remove flag In_Assertion_Expression along with its
2021         use in nodes.
2022         (In_Assertion_Expression): Removed along with
2023         pragma Inline.  (Set_In_Assertion_Expression): Removed along
2024         with pragma Inline.
2026 2014-02-18  Sergey Rybin  <rybin@adacore.com frybin>
2028         * gnat_ugn.texi: gnatpp section: add note that '-j' cannot be
2029         used together with '-r', '-rf' or '-rnb' options.
2031 2014-02-18  Hristian Kirtchev  <kirtchev@adacore.com>
2033         * sem_attr.adb (Analyze_Attribute): Comment
2034         and code reformatting. Use separate routines to check the
2035         legality of attribute 'Old in certain pragmas. Verify
2036         the use of 'Old, 'Result and locally declared entities
2037         within the prefix of 'Old.
2038         (Check_References_In_Prefix): New routine.
2039         (Check_Use_In_Contract_Cases): New routine.
2040         (Check_Use_In_Test_Case): New routine.
2042 2014-02-18  Vincent Celier  <celier@adacore.com>
2044         * sem_aux.adb (Is_By_Reference_Type): For each components of
2045         a record type, check also if the component is volatile as it
2046         may have an aspect that makes it volatile. If it is, then the
2047         record type is a by reference type.
2049 2014-02-18  Robert Dewar  <dewar@adacore.com>
2051         * exp_attr.adb: Minor reformatting.
2052         * exp_ch4.ads, exp_ch4.adb (Expand_N_Reference): New procedure.
2053         * exp_util.adb (Remove_Side_Effects): Add conditional expressions
2054         as another case where we don't generate N_Reference nodes for
2055         primitive types.
2056         * expander.adb (Expand): Add call to Expand_N_Reference.
2058 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2060         * sem_prag.adb (Analyze_Refined_Pragma): Remove
2061         local variable Pack_Spec. Refinement pragmas may now apply to
2062         bodies of both visible and private subprograms.
2064 2014-02-06  Robert Dewar  <dewar@adacore.com>
2066         * exp_attr.adb (Expand_Loop_Entry_Attribute):
2067         Minor change (Attr => N) (Expand_Pred_Succ): New name
2068         Expand_Pred_Succ_Attribute (Expand_N_Attribute_Reference, case
2069         Max): Expand into if expression if Modify_Tree_For_C mode.
2070         (Expand_N_Attribute_Reference, case Min): ditto
2071         * sinfo.ads: Modify_Tree_For_C takes care of expanding Min and
2072         Max attributes.
2074 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
2076         * sem_ch3.adb (Analyze_Object_Declaration): Do not generate
2077         predicate check if this is an internal declaration with
2078         No_Initialization set, as for an expanded aggregate component.
2080 2014-02-06  Doug Rupp  <rupp@adacore.com>
2082         * init.c (__gnat_default_resignal_p) [VMS]: Test for and resignal
2083         conditions with severity of "SUCCESS" or "INFORMATIONAL".
2085 2014-02-06  Yannick Moy  <moy@adacore.com>
2087         * sem_prag.adb (Analyze_Pragma): Analyze pragma
2088         Debug rewritten node before rewriting it as a null statement in
2089         GNATprove mode.
2091 2014-02-06  Robert Dewar  <dewar@adacore.com>
2093         * sem_attr.adb (Min_Max): New procedure.
2094         (Max_Alignment_For_Allocation_Max_Size_In_Storage_Elements): New
2095         procedure.
2097 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
2099         * gnat_ugn.texi, vms_data.ads: Add documentation of '-t' option for
2100         gnatmetric/gnatpp.
2102 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2104         * sem_prag.adb (Analyze_Abstract_State): Update
2105         all calls to Create_Abstract_State to pass the proper state
2106         "declaration".
2107         (Create_Abstract_State): Add new formal parameter
2108         State_Decl along with comment on usage. Establish a link between
2109         the abstract state entity and the state declaration.
2111 2014-02-06  Robert Dewar  <dewar@adacore.com>
2113         * sem_attr.adb (Analyze_Attribute, case Max): Check for improper
2114         comparison of unordered enumeration type.
2115         (Analyze_Attribute, case Max): Check for improper comparison of
2116         unordered enumeration type.
2117         * sem_res.adb (Bad_Unordered_Enumeration_Reference): Moved to
2118         sem_util.adb.
2119         * sem_util.ads, sem_util.adb (Bad_Unordered_Enumeration_Reference):
2120         Moved here from Sem_Res.
2122 2014-02-06  Robert Dewar  <dewar@adacore.com>
2124         * sem_ch3.adb, sem_prag.adb, sem_res.adb, lib-xref.adb: Minor
2125         reformatting.
2127 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2129         * sem_ch6.adb (Process_Formals): Error message reformatting.
2131 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2133         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Add local
2134         variable Spec. Do not inherit the null indicator from the
2135         subprogram body when generating the spec.
2137 2014-02-06  Robert Dewar  <dewar@adacore.com>
2139         * casing.adb (Determine_Casing): Consider SPARK_Mode to be
2140         mixed case.
2142 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
2144         * exp_ch6.adb (Is_Build_In_Place_Function): Predicate is false
2145         when the function has a foreign convention, but not if only the
2146         limited return type has such a convention.
2148 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2150         * sem_ch3.adb (Handle_Late_Controlled_Primitive): Remove local
2151         variable Spec. Comment reformatting. Use Copy_Separate_Tree
2152         rather than New_Copy_Tree when building the corresponding
2153         subprogram declaration.
2155 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2157         * sem_prag.adb (Analyze_Global_Item): Remove
2158         the mode-related checks on abstract states with enabled external
2159         properties.
2160         (Property_Error): Removed.
2162 2014-02-06  Javier Miranda  <miranda@adacore.com>
2164         * lib-xref.adb (Generate_Reference): When
2165         generating the reference to the first private entity take care
2166         of handling swapped entities.
2168 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
2170         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
2171         gnatmetric.
2173 2014-02-06  Robert Dewar  <dewar@adacore.com>
2175         * exp_ch4.adb (Expand_N_Shift_Left): Handle shift counts greater
2176         than the word size when operating in Modify_Tree_For_C mode.
2177         * sinfo.ads: Add documentation section on Modify_Tree_For_C mode.
2179 2014-02-06  Robert Dewar  <dewar@adacore.com>
2181         * erroutc.adb (Warning_Specifically_Suppressed.Matches):
2182         compare is case insensitive.
2183         * gnat_rm.texi: Document that string compare for Warnings Off
2184         is now case insensitive.
2186 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
2188         * gnat_rm.texi: Small wording tweak.
2190 2014-02-06  Pascal Obry  <obry@adacore.com>
2192         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Included_Patterns
2193         and Included_Artifact_Patterns attribute definitions.
2195 2014-02-06  Yannick Moy  <moy@adacore.com>
2197         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set
2198         SPARK_Mode pragma component for all subprograms, including stubs.
2200 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2202         * sem_ch10.adb (Analyze_Package_Body_Stub): Maintain
2203         the configuration options of the enclosing context in a
2204         stack-like fasion.
2205         (Analyze_Subprogram_Body_Stub): Maintain the
2206         configuration options of the enclosing context in a stack-like
2207         fashion.
2209 2014-02-06  Robert Dewar  <dewar@adacore.com>
2211         * debug.adb: -gnatd.u sets Modify_Tree_For C
2212         * exp_ch4.adb (Expand_N_Op_Rotate_Left): Expand out
2213         if Modify_Tree_For_C (Expand_N_Op_Rotate_Right): ditto.
2214         (Expand_N_Op_Arithmetic_Right_Shift): ditto.
2215         * exp_intr.adb (Expand_Shift): Call expander so we do
2216         Modify_Tree_For_C expansions.
2217         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
2218         if -gnatd.u set.
2220 2014-02-06  Fedor Rybin  <frybin@adacore.com>
2222         * prj-proc.ads (Tree_Loaded_Callback): new type Callback used
2223         after the phase 1 of the processing of each aggregated project
2224         to get access to project trees of aggregated projects.
2225         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded
2226         If specified, On_New_Tree_Loaded is called after each aggregated
2227         project has been processed succesfully.
2228         (Process): new parameter On_New_Tree_Loaded.
2229         * prj-proc.adb (Process_Aggregated_Projects): On_New_Tree_Loaded
2230         callback added after processing of each aggregated project.
2231         (Recursive_Process): new parameter On_New_Tree_Loaded.
2232         (Process): new parameter On_New_Tree_Loaded.
2233         (Process_Project_Tree_Phase_1): new parameter On_New_Tree_Loaded.
2234         * prj-conf.ads (Parse_Project_And_Apply_Config): new parameter
2235         On_New_Tree_Loaded.
2236         * prj-conf.adb (Parse_Project_And_Apply_Config): new parameter
2237         On_New_Tree_Loaded.
2239 2014-02-06  Bob Duff  <duff@adacore.com>
2241         * gnat_ugn.texi: Implement --insert-blank-lines and
2242         --preserve-blank-lines switches.
2244 2014-02-06  Sergey Rybin  <rybin@adacore.com frybin>
2246         * gnat_ugn.texi, vms_data.ads: Add documentation of -j option for
2247         gnatelim.
2249 2014-02-06  Eric Botcazou  <ebotcazou@adacore.com>
2251         * gnat_rm.texi (Pragma Optimize_Alignment): Document the effect
2252         of the pragma on individual objects.
2254 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2256         * einfo.adb Node29 is now used as BIP_Initialization_Call.
2257         (BIP_Initialization_Call): New routine.
2258         (Set_BIP_Initialization_Call): New routine.
2259         (Write_Field29_Name): Add an entry for constants and variables.
2260         * einfo.ads Add new attribute BIP_Initialization_Call and update
2261         its usage in nodes.
2262         (BIP_Initialization_Call): New routine along with pragma Inline.
2263         (Set_BIP_Initialization_Call): New routine along with pragma Inline.
2264         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration):
2265         Add local declaration Res_Decl. Capture the build-in-place
2266         initialization call when the related object declaration has
2267         created a transient block.
2268         * exp_ch7.adb (Process_Transient_Objects): Add local variable
2269         Fin_Insrt. Recognize a scenario where an object declaration acts
2270         as a transient context and is initialized by a build-in-place
2271         function call.
2273 2014-02-06  Pascal Obry  <obry@adacore.com>
2275         * prj-util.adb (For_Interface_Sources): Fix handling of required
2276         bodies for aggregate libs.
2278 2014-02-06  Robert Dewar  <dewar@adacore.com>
2280         * nlists.ads: Minor comment clarifications.
2282 2014-02-06  Robert Dewar  <dewar@adacore.com>
2284         * gnat1drv.adb (Adjust_Global_Switches): Set Modify_Tree_For_C
2285         if gnatd.V set.
2286         * opt.ads (Modify_Tree_For_C): New flag.
2287         * output.ads, output.adb (Last_Char): New function.
2289 2014-02-06  Pascal Obry  <obry@adacore.com>
2291         * projects.texi, prj-env.adb (Initialize_Default_Project_Path): Add
2292         share/gpr for cross-builds.
2294 2014-02-06  Robert Dewar  <dewar@adacore.com>
2296         * exp_util.ads, checks.adb, sem_prag.adb, prj-util.adb, sem_ch13.adb:
2297         Minor reformatting and code clean ups.
2299 2014-02-06  Pascal Obry  <obry@adacore.com>
2301         * prj-util.adb (For_Interface_Sources): Skip non compilable languages.
2302         * prj.ads: Minor typo fix in comment.
2304 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2306         * sem_prag.adb (Analyze_Depends_In_Decl_Part): Add
2307         local variable Expr. Flag clauses with extra parenthesis as this
2308         is not allowed by the syntax of the pragma. Code reformatting.
2310 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2312         * exp_attr.adb (Expand_N_Attribute_Reference): Alphabetize
2313         variables. Rename variabme Tnn to Temp. Do not create a temporary
2314         if assertions are disabled. Find enclosing routine _Postconditions
2315         and insert the temporary that captures the value of the prefix
2316         before the routine.
2317         * exp_ch6.adb (Build_Postconditions_Procedure):
2318         Insert the generated _Postconditions routine
2319         before the first source declaration of the related
2320         subprogram.
2321         (Insert_After_Last_Declaration): Removed.
2322         (Insert_Before_First_Source_Declaration): New routine.
2324 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
2326         * exp_util.adb, exp_util.ads (Within_Internal_Subprogram):
2327         Utility to determine whether current expansion is for the body
2328         of a predefined primitive operation.
2329         (Make_Predicate_Check): Use Within_Internal_Subpgram
2330         * checks.adb (Apply_Predicate_Check): Use
2331         Within_Internal_Subprogram
2332         * sem_ch13.adb (Freeze_Entity_Checks): Ditto.
2334 2014-02-06  Pascal Obry  <obry@adacore.com>
2336         * prj.ads, prj-util.adb: Minor reformatting.
2338 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
2340         * exp_ch6.adb (Expand_Subprogram_Contract, Append_Enabled_Item):
2341         Take into account the Split_PPC flag to ensure that conjuncts
2342         in a composite postcondition aspect are tested in source order.
2344 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2346         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Flag illegal
2347         use of SPARK_Mode.
2348         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration): Flag
2349         illegal use of SPARK_Mode.
2350         (Instantiate_Subprogram_Body): Flag illegal use of SPARK_Mode.
2351         * sem_prag.adb (Analyze_Pragma): Code reformatting.
2352         * sem_util.adb Add with and use clause for Aspects.
2353         (Check_SPARK_Mode_In_Generic): New routine.
2354         * sem_util.ads (Check_SPARK_Mode_In_Generic): New routine.
2356 2014-02-06  Thomas Quinot  <quinot@adacore.com>
2358         * a-calend.adb (Formatting_Operations.Split): Ensure that
2359         Time_Error is raised for invalid time values.
2361 2014-02-06  Arnaud Charlet  <charlet@adacore.com>
2363         * sem_prag.adb (Analyze_Pragma): Rewrite as a null statement
2364         in GNATprove_Mode.
2366 2014-02-06  Robert Dewar  <dewar@adacore.com>
2368         * einfo.ads, einfo.adb (Is_Discriminant_Check_Function): New flag.
2369         * exp_ch3.adb (Build_Dcheck_Function): Set
2370         Is_Discriminant_Check_Function.
2372 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2374         * exp_ch7.adb (Is_Subprogram_Call): Inspect
2375         the original tree in certain cases where a construct has been
2376         factored out and replaced by a reference to a temporary.
2378 2014-02-06  Ed Schonberg  <schonberg@adacore.com>
2380         * sem_ch3.adb (Process_Full_View): Fix typo in the order of
2381         parameters when propagating predicate function to full view.
2382         (Find_Type_Of_Object): Freeze base type of object type to catch
2383         premature use of discriminated private type without a full view.
2385 2014-02-06  Robert Dewar  <dewar@adacore.com>
2387         * sprint.adb: Minor reformatting.
2389 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2391         * exp_ch4.adb (Process_Transient_Object): Add local variable
2392         Temp_Ins. When the transient object is initialized by an
2393         aggregate, the hook must capture the object after the last
2394         component assignment takes place.
2395         * exp_ch7.adb (Detect_Subprogram_Call): Expose the subprogram to
2396         routine Is_Subprogram_Call.
2397         (Is_Subprogram_Call): Inspect an
2398         aggregate that has been heavily expanded for subprogram calls.
2399         (Process_Transient_Objects): Add local variables Expr, Ptr_Id
2400         and Temp_Ins.  Remove the nested declare block and adjust the
2401         indentation. When the transient object is initialized by an
2402         aggregate, the hook must capture the object after the last
2403         component assignment takes place.
2405 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2407         * sem_prag.adb (Analyze_Global_Item): Detect illegal uses of
2408         external states with enabled properties that do not match the
2409         global mode.
2410         (Property_Error): New routine.
2411         * sem_res.adb (Property_Error): New routine.
2412         (Resolve_Actuals): Detect illegal uses of external variables with
2413         enabled properties in procedure calls that do not match the mode of
2414         the corresponding formal parameter.
2416 2014-02-06  Hristian Kirtchev  <kirtchev@adacore.com>
2418         * sem_util.adb (Has_Enabled_Property): Rename
2419         formal parameter Prop_Nam to Property. Update the comment on usage
2420         and all occurrences in the body. Add local variable Prop_Nam. When
2421         inspecting a property with an expression, the property name
2422         appears as the first choice of the component association.
2424 2014-02-04  Robert Dewar  <dewar@adacore.com>
2426         * exp_ch5.adb, einfo.ads, freeze.adb, sem_ch8.adb: Minor reformatting.
2428 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
2430         * sem_aggr.adb: Change "runtime" to "run time" in warning message,
2431         for consistency with other messages.
2433 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
2435         * exp_ch5.adb  (Expand_Iterator_Loop):  For a container element
2436         iterator, indicate that the element is a constant if the container
2437         type does not have a variable indexing aspect.
2438         * sem_ch8.adb (Analyze_Object_Renaming): If the entity is already
2439         marked as constant, do not reset its Ekind, to ensure that
2440         container elements in an element loop are not modified if the
2441         container (e.g. a hashed set) only has a constant indexing aspect.
2443 2014-02-04  Arnaud Charlet  <charlet@adacore.com>
2445         * g-souinf.ads: Subprograms in this unit are actually not pure.
2446         * freeze.adb (Freeze_Subprogram): Do not reset Is_Pure for Intrinsics.
2447         * einfo.ads (Is_Pure): Update doc to match implementation.
2449 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
2451         * exp_ch13.adb: Minor spelling fix.
2453 2014-02-04  Robert Dewar  <dewar@adacore.com>
2455         * opt.ads: Minor comment update.
2457 2014-02-04  Robert Dewar  <dewar@adacore.com>
2459         * exp_ch4.adb (Expand_N_Expression_With_Actions): Use Rewrite
2460         instead of Replace.
2462 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
2464         * sem_aggr.adb (Resolve_Array_Aggregate): Suppress warnings
2465         on null expressions if component type is non-null, when the
2466         corresponding association covers an empty range of index values.
2468 2014-02-04  Robert Dewar  <dewar@adacore.com>
2470         * sinfo.ads: Further comments on N_Expression_With_Actions node.
2472 2014-02-04  Hristian Kirtchev  <kirtchev@adacore.com>
2474         * sem_prag.adb (Analyze_Refined_Depends_In_Decl_Part): Remove global
2475         variables Out_Items and Ref_Global. Remove local constant
2476         Body_Id along with dummy variables D1, D2, D3, D4, D5, D6, D7
2477         and D8. Remove the useless collection of global items as this
2478         was a leftover from an earlier version of the routine. Move
2479         several routines out to avoid deep nesting and indentation.
2480         (Inputs_Match): Add formal parameter Dep_Clause. Rename formal
2481         parameter Do_Checks to Post_Errors. Update the comment on usage.
2482         (Is_Matching_Input): Renamed to Input_Match. Add formal parameters
2483         Ref_Inputs and Do_Checks. Rename formal parameter Do_Checks
2484         to Post_Errors. Update the comment on usage. Account for the
2485         case where a self referential state may have a null input_list.
2486         (Is_Self_Referential): New routine.
2488 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
2490         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the
2491         entity renames an expression, as in the case of an object of
2492         an unconstrained type initialized by a function call, defer the
2493         rewriting of the expression to the expander.
2494         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case
2495         'Alignment): If the entity renames an expression, introduce
2496         temporary to capture value, and rewrite original declaration to
2497         use temporary.
2499 2014-02-04  Gary Dismukes  <dismukes@adacore.com>
2501         * g-comlin.adb: Minor typo fix.
2503 2014-02-04  Ed Schonberg  <schonberg@adacore.com>
2505         * freeze.adb (Freeze_All): Types derived from a formal
2506         access_to_classwide type do not have a finalization master.
2508 2014-02-04  Robert Dewar  <dewar@adacore.com>
2510         * sprint.adb: Minor reformatting.
2512 2014-02-04  Robert Dewar  <dewar@adacore.com>
2514         * exp_ch4.adb (Expand_N_Expression_With_Actions): Eliminate
2515         cases where Actions is a null list.
2516         * sinfo.ads (N_Expression_With_Actions): Actions can be
2517         temporarily empty during semantic analysis, but must be non-empty
2518         in the final expanded tree.
2520 2014-01-31  Robert Dewar  <dewar@adacore.com>
2522         * exp_ch9.adb: Minor reformatting.
2524 2014-01-31  Emmanuel Briot  <briot@adacore.com>
2526         * g-comlin.adb (Set_Command_Line): Take the switches
2527         configuration from the Command_Line_Config.
2529 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
2531         * sem_prag.adb (Analyze_Refinement_Clause): Guard against a malformed
2532         refinement clause.
2534 2014-01-31  Vincent Celier  <celier@adacore.com>
2536         * projects.texi: Add more documentation about others used as an
2537         index in indexed attributes.
2539 2014-01-31  Robert Dewar  <dewar@adacore.com>
2541         * gnat_ugn.texi: Minor update.
2542         * gnat_rm.texi: Add example to Restriction_Warnings documentation.
2543         * exp_util.adb: Minor reformatting.
2545 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
2547         * exp_ch9.adb (Expand_Entry_Barrier): Warn if the barrier
2548         depends on data that is not private to the protected object,
2549         and potentially modifiable in unsynchronized fashion.
2551 2014-01-31  Yannick Moy  <moy@adacore.com>
2553         * erroutc.adb (Validate_Specific_Warnings): Remove special case for
2554         GNATprove_Mode.
2556 2014-01-31  Robert Dewar  <dewar@adacore.com>
2558         * prj-attr.ads (First_Attribute_Of): Returns Empty_Attribute
2559         for Unknown_Package.
2560         * sem_ch6.adb, sem_attr.adb: Minor comment addition.
2562 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
2564         * exp_util.adb (Build_Allocate_Deallocate_Proc): Rewrite
2565         the logic that generates a runtime check to determine the
2566         controlled status of the object about to be allocated or
2567         deallocated. Class-wide types now always use a runtime check
2568         even if they appear as generic actuals.
2569         (Find_Object): Detect
2570         a special case that involves interface class-wide types because
2571         the object appears as a complex expression.
2573 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
2575         * sem_ch6.adb (Process_Formals): In Ada2012 mode, place
2576         subprogram with an incomplete untagged formals on the list of
2577         private dependents, to verify that the type is properly completed
2578         in the private part.
2579         * sem_attr.adb: Code clean up.
2581 2014-01-31  Robert Dewar  <dewar@adacore.com>
2583         * exp_ch6.adb: Minor reformatting.
2585 2014-01-31  Vincent Celier  <celier@adacore.com>
2587         * prj-attr.adb (First_Attribute_Of): Return Unknown_Attribute
2588         when Pkg is unknown.
2590 2014-01-31  Hristian Kirtchev  <kirtchev@adacore.com>
2592         * sem_res.adb (Resolve_Entity_Name): Comment
2593         reformatting. Allow volatile objects in various generated checks.
2595 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
2597         * sem_attr.adb (Analyze_Attribute, case 'Update): For a record
2598         component association, set the etype of the identifier, for
2599         SPARK use.
2601 2014-01-31  Ed Schonberg  <schonberg@adacore.com>
2603         * exp_ch6.adb (Has_Visibility_Of_Subprogram): If type is not
2604         declared in a package, not checks can apply to the subprogram.
2606 2014-01-31  Robert Dewar  <dewar@adacore.com>
2608         * erroutc.adb (Validate_Specific_Warnings): Warnings are
2609         controlled -gnatw.W.
2610         * gnat_ugn.texi: Document new warnings controlled by -gnatw.w.
2611         * opt.ads (Warn_On_Warnings_Off): Now controls more cases.
2613 2014-01-31  Arnaud Charlet  <charlet@adacore.com>
2615         * exp_disp.adb: Update comments.
2617 2014-01-31  Yannick Moy  <moy@adacore.com>
2619         * sem_ch12.adb (Analyze_Generic_Subprogram_Declaration,
2620         Save_Global_References): Guard access to expression in aspect.
2622 2014-01-31  Yannick Moy  <moy@adacore.com>
2624         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode):
2625         Issue an error when the pragma is applied to a generic unit,
2626         a generic declaration, or inside a generic.
2628 2014-01-31  Yannick Moy  <moy@adacore.com>
2630         * sem_ch8.adb (Analyze_Subprogram_Renaming): Set SPARK_Mode on renaming
2631         entity.
2633 2014-01-31  Robert Dewar  <dewar@adacore.com>
2635         * exp_ch9.adb, s-tassta.adb, s-tposen.adb, s-tposen.ads: Minor
2636         reformatting.
2638 2014-01-31  Tristan Gingold  <gingold@adacore.com>
2640         * exp_disp.adb: Add a historic note.
2642 2014-01-31  Robert Dewar  <dewar@adacore.com>
2644         * sem_warn.adb (Warn_On_Useless_Assignments): Add call to
2645         Process_Deferred_References.
2647 2014-01-31  Yannick Moy  <moy@adacore.com>
2649         * erroutc.adb (Validate_Specific_Warnings): Do not issue a message for
2650         ineffective pragma Warnings(Off) in GNATprove_Mode.
2652 2014-01-31  Bob Duff  <duff@adacore.com>
2654         * s-taskin.ads: Minor comment fix.
2655         * s-tassta.adb (Abort_Dependents): Don't abort all dependents;
2656         just direct dependents. If this is actually an abort, each task
2657         will take care of aborting its dependents, so all dependents will
2658         get aborted, as before. However, when this is called the second
2659         time from Vulnerable_Complete_Master "for convenience" (i.e. to
2660         kill off tasks waiting at terminate alternatives), aborting
2661         indirect dependents is wrong, because it causes some unrelated
2662         tasks to get aborted.
2664 2014-01-31  Robert Dewar  <dewar@adacore.com>
2666         * sem_ch4.adb: Minor reformatting.
2668 2014-01-31  Robert Dewar  <dewar@adacore.com>
2670         * exp_ch2.adb: New calling sequence for Is_LHS.
2671         * frontend.adb: Add call to Process_Deferred_References.
2672         * lib-xref.ads, lib-xref.adb (Process_Deferred_References): New.
2673         (Deferred_References): New table.
2674         * sem_ch8.adb (Find_Direct_Name): Make deferred reference table
2675         entries.
2676         (Find_Expanded_Name): Ditto.
2677         * sem_res.adb: New calling sequence for Is_LHS.
2678         * sem_util.ads, sem_util.adb (Is_LHS): New calling sequence.
2679         * sem_warn.adb: Call Process_Deferred_References before issuing
2680         warnings.
2682 2014-01-31  Tristan Gingold  <gingold@adacore.com>
2684         * exp_util.adb (Corresponding_Runtime_Package): Restrict the
2685         use of System_Tasking_Protected_Objects_Single_Entry.
2686         * exp_ch9.adb (Build_Simple_Entry_Call): Remove Mode parameter
2687         of Protected_Single_Entry_Call.
2688         (Expand_N_Timed_Entry_Call): Remove single_entry case.
2689         * exp_disp.adb (Make_Disp_Asynchronous_Select_Body): Remove
2690         single_entry case.
2691         (Make_Disp_Timed_Select_Body): Likewise.
2692         * rtsfind.ads (RE_Timed_Protected_Single_Entry_Call): Remove.
2693         * s-tposen.adb (Send_Program_Error, PO_Do_Or_Queue): Remove
2694         Self_Id parameter.
2695         (Wakeup_Entry_Caller): Remove Self_ID and New_State parameters.
2696         (Wait_For_Completion_With_Timeout): Remove.
2697         (Protected_Single_Entry_Call): Remove Mode parameter
2698         (always Simple_Call).
2699         (Service_Entry): Remove Self_Id constant (not used anymore).
2700         (Timed_Protected_Single_Entry_Call): Remove.
2701         * s-tposen.ads (Timed_Protected_Single_Entry_Call): Remove.
2702         (Protected_Single_Entry_Call): Remove Mode parameter.
2704 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2706         * einfo.adb (Get_Pragma): Handle the retrieval of pragma Refined_Post.
2707         * einfo.ads (Get_Pragma): Update the comment on special pragmas
2708         handled by this routine.
2709         * sem_prag.adb (Analyze_Pragma): Add a legal pragma Refined_Post
2710         to the contract of the related subprogram body.
2711         * sem_util.adb (Add_Contract_Item): Handle the insertion of
2712         pragma Refined_Post into the contract of a subprogram body.
2713         * sinfo.ads Update the documentation of node N_Contract.
2714         * sem_res.adb (Resolve_Entity_Name): Add a guard
2715         to detect abstract states and variables only when checking the
2716         SPARK 2014 rules concerning volatile object placement.
2718 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
2720         * sem_ch4.adb (Find_Equality_Types, Try_One_Interp): within an instance,
2721         null is compatible with any access type.
2723 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2725         * sem_util.adb (Find_Placement_In_State_Space): Assume that the default
2726         placement is not in a package.
2728 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2730         * sem_util.adb (Has_Enabled_Property): Compare the character field of
2731         the sole property.
2733 2014-01-29  Robert Dewar  <dewar@adacore.com>
2735         * sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
2736         vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
2737         sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
2739 2014-01-29  Robert Dewar  <dewar@adacore.com>
2741         * sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
2742         * sem_warn.adb (Check_References): Suppress warnings if inside
2743         Initial_Condition pragma.
2745 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2747         * sem_prag.adb (Check_Missing_Part_Of): List all values of
2748         State_Space_Kind for readability reasons. Do not emit an error on
2749         a private item when the enclosing package lacks aspect/pragma
2750         Abstract_State. Do not emit an error on a private package
2751         instantiation when the corresponding generic template lacks
2752         visible state.
2753         (Has_Visible_State): New routine.
2754         * sem_util.adb (Find_Placement_In_State_Space): The visible
2755         declarations of any kind of child units in general act as proper
2756         placement location.
2758 2014-01-29  Robert Dewar  <dewar@adacore.com>
2760         * a-except-2005.adb, a-except.adb, a-excpol-abort.adb, a-exstat.adb,
2761         ali.adb, a-numaux.ads, a-numaux-darwin.ads, a-numaux-libc-x86.ads,
2762         a-numaux-vms.ads, a-numaux-vxworks.ads, a-numaux-x86.ads, aspects.ads,
2763         a-taside.adb, a-teioed.adb, a-textio.adb, a-textio.ads, atree.adb,
2764         atree.ads, a-witeio.adb, a-witeio.ads, a-wtedit.adb, a-ztedit.adb,
2765         a-ztexio.adb, bcheck.adb, binde.adb, checks.adb, comperr.adb,
2766         cstand.adb, debug_a.adb, einfo.ads, errout.adb, erroutc.adb,
2767         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb, exp_ch3.adb,
2768         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb, exp_dbug.adb,
2769         exp_disp.adb, exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_util.adb,
2770         freeze.adb, frontend.adb, g-comlin.ads, g-mbdira.adb, gnat1drv.adb,
2771         gprep.adb, g-spipat.adb, i-cpp.ads, i-vxwork.ads, i-vxwork-x86.ads,
2772         krunch.ads, layout.adb, lib-load.adb, lib-writ.adb, lib-writ.ads,
2773         live.adb, namet.ads, osint.adb, osint-c.adb, output.ads, par.adb,
2774         par-ch10.adb, par-ch13.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
2775         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-prag.adb,
2776         par-sync.adb, par-tchk.adb, par-util.adb, prj.adb, repinfo.adb,
2777         rtsfind.adb, s-arit64.adb, s-asthan-vms-alpha.adb,
2778         s-asthan-vms-ia64.adb, s-bignum.adb, scans.adb, scng.adb, s-dimmks.ads,
2779         sem_aggr.adb, sem_attr.adb, sem_aux.adb, sem_cat.adb, sem_ch10.adb,
2780         sem_ch12.adb, sem_ch13.adb, sem_ch13.ads, sem_ch3.adb, sem_ch4.adb,
2781         sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_disp.adb, sem_elab.adb,
2782         sem_elim.adb, sem_eval.adb, sem_intr.adb, sem_prag.adb, sem_res.adb,
2783         sem_type.adb, sem_util.adb, sem_warn.adb, set_targ.adb, s-fatgen.adb,
2784         s-fatgen.ads, s-fileio.adb, s-imgcha.adb, s-imgrea.adb, sinfo.ads,
2785         sinput-c.adb, snames.ads-tmpl, s-os_lib.adb, sprint.adb,
2786         s-regpat.adb, s-secsta.adb, s-stalib.ads,
2787         s-stchop.adb, s-stoele.ads, stand.ads, s-taprop-solaris.adb,
2788         s-tasdeb-vms.adb, s-tasini.adb, s-tassta.adb, s-valdec.adb,
2789         s-valuti.adb, s-wchjis.adb, s-wchwts.adb, system.ads, system-vms_64.ads,
2790         system-vms-ia64.ads, treepr.adb, types.ads, uintp.adb, uname.adb,
2791         urealp.adb, usage.adb, vxaddr2line.adb: Minor reformatting.
2793 2014-01-29  Robert Dewar  <dewar@adacore.com>
2795         * expander.adb: Minor reformatting.
2797 2014-01-29  Javier Miranda  <miranda@adacore.com>
2799         * exp_ch3.adb (Predefined_Primitive_Bodies): Adding documentation to
2800         previous patch.
2802 2014-01-29  Javier Miranda  <miranda@adacore.com>
2804         * exp_ch3.adb (Predefined_Primitive_Bodies): Complete the code
2805         that checks if an interface types defines the predefined "="
2806         function because the compiler was erroneously not generating the
2807         predefined "=" primitive as soon as the name of some interface
2808         primitive is "=" (formals were not checked).
2810 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
2812         * expander.adb (Expander): In GNATprove mode, do not process
2813         transient scopes: they are in general not created in this mode,
2814         and an attempt to examine them will lead to constraint errors when
2815         processing configuration pragmas that have analyzable expressions.
2817 2014-01-29  Vincent Celier  <celier@adacore.com>
2819         * clean.adb (Gnatclean): Fail if main project is an aggregate
2820         project or if there is an aggregate library project in the
2821         project tree.
2822         * gnatcmd.adb: Fail if the main project is an aggregate project
2823         or if there is an aggegate library project in the project tree.
2824         * make.adb (Initialize): : Fail if main project is an aggregate
2825         project or if there is an aggregate library project in the
2826         project tree.
2827         * makeutl.ads (Aggregate_Libraries_In): New Boolean function.
2828         * prj-makr.adb (Initialize): Fail if the main project is an
2829         aggregate project or an aggregate library project.
2831 2014-01-29  Vincent Celier  <celier@adacore.com>
2833         * prj-part.adb (Check_Import_Aggregate): New procedure
2834         to check if an imported project is an aggregate project.
2835         (Parse_Single_Project): Call Check_Import_Aggregate
2836         * projects.texi: Document that aggregate projects cannot be
2837         extended or imported.
2839 2014-01-29  Robert Dewar  <dewar@adacore.com>
2841         * exp_ch9.adb, sem_ch7.ads, s-regexp.adb, sem_ch13.adb: Minor
2842         reformatting and code clean up.
2843         * gnat_ugn.texi: Add documentation section on Atomic Variables
2844         and Optimization.
2846 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2848         * einfo.adb Flag264 is now unused.
2849         (Has_Body_References): Removed.
2850         (Set_Has_Body_References): Removed.
2851         (Write_Entity_Flags): Remove the output for flag Has_Body_References.
2852         * einfo.ads Update the comment on usage of attribute
2853         Body_References. Remove attribute Has_Body_References and its
2854         usage in nodes.
2855         (Has_Body_References): Removed along with pragma Inline.
2856         (Set_Has_Body_References): Removed along with pragma Inline.
2857         * sem_prag.adb (Analyze_Global_Item): Move the call to
2858         Record_Possible_Body_Reference in the state related checks
2859         section. Add a comment intended function.
2860         (Analyze_Input_Output): Move the call to Record_Possible_Body_Reference
2861         in the state related checks section. Add a comment intended function.
2862         (Analyze_Refinement_Clause): Cleanup the illegal body reference
2863         reporting. Add a comment on timing of error reporting.
2864         (Record_Possible_Body_Reference): Reimplement the routine.
2866 2014-01-29  Vincent Celier  <celier@adacore.com>
2868         * makeutl.adb (Mains.Find_File_Add_Extension): Only look for specs for
2869         unit-based languages.
2870         (Mains.Complete_Mains.Do_Complete): Use the source file project
2871         tree when calling Find_File_Add_Extension. Use the correct
2872         project name when reporting an error.
2874 2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
2876         * aspects.adb Add an entry for aspect Part_Of in table
2877         Canonical_Aspect.
2878         * aspects.ads Add an entry for aspect Part_Of in tables Aspect_Id,
2879         Aspect_Argument, Aspect_Names and Aspect_Delay.
2880         * atree.h Define Elist9.
2881         * atree.adb (Elist9): New routine.
2882         (Set_Elist9): New routine.
2883         * atree.ads (Elist9): New routine.
2884         (Set_Elist9): New routine.
2885         * einfo.adb Add Part_Of_Constituents and Encapsulating_State to
2886         the list of node usage.  Remove Refined_State from the list of
2887         node usage.
2888         (Encapsulating_State): New routine.
2889         (Get_Pragma):
2890         Handle pragma Part_Of; (Part_Of_Constituents): New routine.
2891         (Refined_State): Removed.
2892         (Set_Encapsulating_State): New routine.
2893         (Set_Part_Of_Constituents): New routine.
2894         (Set_Refined_State): Removed.
2895         (Write_Field9_Name): Add an entry
2896         for Part_Of_Constituents (Write_Field10_Name): Add an entry for
2897         Encapsulating_State. Remove the entry for Refined_State.
2898         * einfo.ads Add new attributes Encapsulating_State
2899         and Part_Of_Constituents alond with their usage in
2900         entities. Remove attribute Refined_State along with its
2901         usage in entities.
2902         (Encapsulating_State): New routine and
2903         pragma Inline.  (Get_Pragma): Update the comment on usage.
2904         (Part_Of_Constituents): New routine and pragma Inline.
2905         (Refined_State): Removed along with pragma Inline.
2906         (Set_Encapsulating_State): New routine and pragma Inline.
2907         (Set_Part_Of_Constituents): New routine and pragma Inline.
2908         (Set_Refined_State): Removed along with pragma Inline.
2909         * par-prag.adb Pragma Part_Of does not need any special processing
2910         by the parser.
2911         * sem_ch3.adb (Analyze_Declarations): Remove local variables
2912         Body_Id and Prag. Call separate routines to analyze the
2913         contract of a package [body].
2914         (Analyze_Object_Contract):
2915         Update the comment on usage. Remove local variables
2916         Items and Nam. Use Get_Pragma rather than traversing the
2917         classification list.  Verify whether the lack of indicator
2918         Part_Of agrees with the placement of the variable in state space.
2919         (Analyze_Object_Declaration): Initialize the encapsulating state
2920         of a variable.  (Requires_State_Refinement): Moved to sem_util.
2921         * sem_ch7.adb (Analyze_Package_Body_Contract): New routine.
2922         (Analyze_Package_Contract): New routine.
2923         * sem_ch7.ads (Analyze_Package_Body_Contract): New routine.
2924         (Analyze_Package_Contract): New routine.
2925         * sem_ch10.adb (Decorate_State): Initialize the encapsulating
2926         state and Part_Of constituents.
2927         * sem_ch13.adb (Analyze_Aspect_Specifications):
2928         Add processing for aspect Part_Of. Update all
2929         calls to Decorate_Delayed_Aspect_And_Pragma.
2930         (Check_Aspect_At_Freeze_Point): Aspect Part_Of does
2931         not need any special processing at freeze time.
2932         (Decorate_Delayed_Aspect_And_Pragma): Renamed to
2933         Decorate_Aspect_And_Pragma.  Add formal parameter Delayed and
2934         update the associated comment.
2935         * sem_prag.adb Add an entry for pragma Part_Of in table Sig_Flags.
2936         (Analyze_Abstract_State): Add new global variable State_Id. Remove
2937         local constants Errors and Loc. Remove local variables Is_Null
2938         and State_Nam. Create the entity of the abstract state on the
2939         spot, before all remaining checks are performed. Verify that a
2940         missing Part_Of option agrees with the placement of the abstract
2941         state within the state space.
2942         (Analyze_Depends_In_Decl_Part):
2943         Add new global variables Constits_Seen and States_Seen. Check
2944         that a state and a corresponding constituent do not appear
2945         in pragma [Refined_]Depends.
2946         (Analyze_Global_In_Decl_Part):
2947         Add new global variables Constits_Seen and States_Seen. Check
2948         that a state and a corresponding constituent do not appear
2949         in pragma [Refined_]Global.
2950         (Analyze_Global_Item):
2951         Remove the now obsolete code that deals with Part_Of.
2952         Add the entity of the global item to the list of processed
2953         items.  (Analyze_Initializes_In_Decl_Part): Add new global
2954         variables Constits_Seen and States_Seen. Check that a state
2955         and a corresponding constituent do not appear in pragma
2956         Initializes.
2957         (Analyze_Initialization_Item): Add the entity
2958         of the initialization item to the list of processed items.
2959         (Analyze_Input_Item): Add the entity of the initialization
2960         item to the list of processed items.
2961         (Analyze_Input_Output):
2962         Remove the now obsolete code that deals with Part_Of.  Add the
2963         entity of the input/output to the list of processed items.
2964         (Analyze_Part_Of): New routine.
2965         (Analyze_Part_Of_Option): Remove
2966         local constant Par_State. Add local constant Encaps and local
2967         variables Encaps_Id and Legal. Use Analyze_Part of to analyze
2968         the option. Turn the related state into a Part_Of constituent
2969         if the option is legal.
2970         (Analyze_Pragma): Add processing
2971         for pragma Part_Of.
2972         (Analyze_Refined_State_In_Decl_Part):
2973         Remove global constants Pack_Body and Spec_Id. Remove
2974         global variables Abstr_States and Hidden_States. Add new
2975         global variables Available_States, Body_Id, Body_States and
2976         Spec_Id. Add new local constant Body_Decl. Reimplement the
2977         logic that extracts the states available for refinement from
2978         the related package and the body hidden states of the said
2979         package.
2980         (Analyze_Refinement_Clause): Add local variable Part_Of_Constits.
2981         (Check_Applicable_Policy): Alphabetize body.
2982         (Check_Dependency_Clause): Replace Refined_State
2983         with Encapsulating_State.
2984         (Check_Matching_Constituent):
2985         Reimplement the logic that determines whether an item is a valid
2986         / invalid constituent of the current refined state. Return when
2987         a construct does not denote a valid abstract state. Extract the
2988         list of Part_Of constituents for further analysis. Check that all
2989         Part_Of constituents of a state have been used in its refinement.
2990         (Check_Matching_State): Update the comment on usage. Operate
2991         on the list of available states.
2992         (Check_Missing_Part_Of): New routine.
2993         (Check_Refined_Global_Item): Replace Refined_State
2994         with Encapsulating_State.
2995         (Check_State_And_Constituent_Use): New routine.
2996         (Create_Abstract_State): New routine.
2997         (Is_Matching_Input): Replace Refined_State with Encapsulating_State.
2998         (Is_Part_Of): Removed.
2999         (Collect_Body_States): New routine.
3000         (Collect_Constituent): Replace Refined_State with Encapsulating_State.
3001         (Collect_Hidden_States): Removed.
3002         (Report_Unrefined_States): Change the profile of the procedure along
3003         with the comment on usage.
3004         (Report_Unused_Constituents): New routine.
3005         (Report_Unused_Hidden_States): Removed.
3006         (Report_Unused_States): New routine.
3007         * sem_prag.ads (Check_Missing_Part_Of): New routine.
3008         * sem_util.adb (Add_Contract_Item): Pragma Part_Of can now
3009         appear in the classification pragmas of a package instantiation
3010         or a variable.
3011         (Find_Placement_In_State_Space): New routine.
3012         (Is_Child): Removed.
3013         (Is_Child_Or_Sibling): Remove formal
3014         parameter Private_Child. Remove the private child checks.
3015         (Requires_State_Refinement): Moved from sem_ch3.
3016         * sem_util.ads Add new type State_Space_Kind along with
3017         comment on its usage and values.
3018         (Add_Contract_Item): Update the comment on usage.
3019         (Find_Body_Discriminal): Alphabetize spec.
3020         (Find_Placement_In_State_Space): New routine.
3021         (Is_Child_Or_Sibling): Remove formal parameter Private_Child
3022         and update the comment on usage.
3023         (Requires_State_Refinement): Moved from sem_ch3.
3024         * sinfo.ads: Update the documentation of N_Contract.
3025         * snames.ads-tmpl The predefined name for Part_Of is now used
3026         to denote a pragma. Add Pragma_Id for Part_Of.
3028 2014-01-29  Emmanuel Briot  <briot@adacore.com>
3030         * s-regexp.adb (Create_Secondary_Table): Automatically grow the state
3031         machine as needed.
3032         (Dump): New subprogram.
3034 2014-01-29  Tristan Gingold  <gingold@adacore.com>
3036         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): Add
3037         Expand_Entry_Declaration to factorize code.
3039 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
3041         * checks.adb: minor clarification.
3042         * sem_ch7.adb (Declare_Inherited_Private_Subprograms): Limit
3043         search for primitive operations to the entities that immediately
3044         follow the type declaration.
3046 2014-01-29  Tristan Gingold  <gingold@adacore.com>
3048         * exp_ch9.adb (Build_Protected_Entry): Do not call
3049         Complete_Entry_Body anymore.
3050         * rtsfind.ads (RE_Complete_Single_Entry_Body): Remove.
3051         * s-tposen.ads, s-tposen.adb (Complete_Single_Entry_Body): Remove.
3053 2014-01-29  Pierre-Marie Derodat  <derodat@adacore.com>
3055         * s-os_lib.adb, s-os_lib.ads (Normalize_Pathname): Return an empty
3056         string when the Name input bigger than allowed. Adapt the function
3057         specification.
3059 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
3061         * checks.adb (Install_Null_Excluding_Check): Do not emit warning
3062         if expression is within a case_expression of if_expression.
3064 2014-01-29  Robert Dewar  <dewar@adacore.com>
3066         * exp_ch9.adb, inline.ads: Minor reformatting.
3068 2014-01-29  Tristan Gingold  <gingold@adacore.com>
3070         * exp_ch9.adb (Is_Exception_Safe): Return true if no exceptions.
3072 2014-01-29  Yannick Moy  <moy@adacore.com>
3074         * inline.ads (Pending_Body_Info): Add SPARK_Mode and
3075         SPARK_Mode_Pragma components to be able to analyze generic
3076         instance.
3077         * sem_ch12.adb (Analyze_Package_Instantiation,
3078         Inline_Instance_Body, Need_Subprogram_Instance_Body,
3079         Load_Parent_Of_Generic): Pass in SPARK_Mode from instantiation
3080         for future analysis of the instance.
3081         (Instantiate_Package_Body,
3082         Instantiate_Subprogram_Body, Set_Instance_Inv): Set SPARK_Mode
3083         from instantiation to analyze the instance.
3085 2014-01-29  Robert Dewar  <dewar@adacore.com>
3087         * sem_ch7.adb, sem_prag.adb, sem_ch4.adb, sem_ch6.adb: Minor code
3088         reorganization.
3090 2014-01-29  Yannick Moy  <moy@adacore.com>
3092         * gnat_rm.texi: Update description of SPARK_Mode pragma.
3094 2014-01-29  Tristan Gingold  <gingold@adacore.com>
3096         * exp_ch9.adb (Expand_N_Protected_Body): Remove Num_Entries.
3098 2014-01-29  Thomas Quinot  <quinot@adacore.com>
3100         * sem_ch4.adb (Find_Component_In_Instance): Update comment.
3102 2014-01-29  Ed Schonberg  <schonberg@adacore.com>
3104         * exp_util.adb (Build_Task_Image_Prefix): Indicate that the
3105         resulting string is an internal entity. and thus requires no
3106         initialization. This is relevant when Initialize_ Scalars is
3107         enabled, because the resultant spurious initialization may lead to
3108         secondary stack anomalies that produce a mangled name for a task.
3110 2014-01-29  Yannick Moy  <moy@adacore.com>
3112         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode
3113         not inherited from spec anymore. Check consistency
3114         rules after processing of declarations.
3115         * sem_ch7.adb (Analyze_Package_Body_Helper): SPARK_Mode not inherited
3116         from spec anymore. Check consistency rules after processing of
3117         declarations.
3118         (Analyze_Package_Declaration): Set SPARK_Mode only for non-generic
3119         packages.
3120         * sem_prag.adb (Analyze_Pragma/Pragma_SPARK_Mode): Implement new
3121         consistency rules.
3123 2014-01-27  Robert Dewar  <dewar@adacore.com>
3125         * sem_res.adb (Resolve_Comparison_Op): Add type name/location
3126         to unordered msg.
3127         (Resolve_Range): Add type name/location to unordered msg.
3129 2014-01-27  Claire Dross  <dross@adacore.com>
3131         * a-cofove.adb/s (Copy): Add precondition so that Copy (Source,
3132         Capacity) is only called with Capacity >= Length (Source) and
3133         Capacity in Capacity_Range.
3134         * a-cfdlli.adb/s, a-cfhase.adb/s, a-cfhama.adb/s, a-cforse.adb/s,
3135         a-cforma.adb/s (Copy): Add precondition so that Copy (Source, Capacity)
3136         is only called with Capacity >= Source.Capacity. Raise Capacity_Error
3137         in the code is this is not the case.
3139 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3141         * sem_ch4.adb (Analyze_Selected_Component): Fix handling of
3142         selected component in an instance where the component of the
3143         actual is not visibile at instantiation.
3145 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3147         * sem_ch6.adb: sem_ch6.adb (Set_Actual_Subtypes): If the type
3148         has a dynamic predicate, generate freeze node for Actual_Subtype
3149         at once, because the declaration of the corresponding predicate
3150         function will make reference to it.
3152 2014-01-27  Tristan Gingold  <gingold@adacore.com>
3154         * exp_ch7.adb, exp_ch9.adb: Adjust comments.
3156 2014-01-27  Robert Dewar  <dewar@adacore.com>
3158         * exp_ch4.adb (Expand_N_Op_Expon): Remove unsigned type test
3159         for 2**X optimization.
3161 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3163         * a-suenst.adb: strings.utf_encoding.strings (Decode): Check
3164         explicitly whether value is in range of Character, because the
3165         library is typically compiled with range checks disabled, and
3166         we cannot rely on the implicit check on the argument of 'Val.
3168 2014-01-27  Vincent Celier  <celier@adacore.com>
3170         * a-ciorma.adb, a-cihama.adb (Assign): Copy the Source to the Target,
3171         not the Target to itself.
3173 2014-01-27  Robert Dewar  <dewar@adacore.com>
3175         * vms_conv.ads, ali.adb, sem_ch6.ads, opt.ads, vms_cmds.ads: Minor
3176         changes to avoid incorrect use of unordered enum types.
3178 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3180         * sem_ch4.adb: Minor reformatting.
3182 2014-01-27  Robert Dewar  <dewar@adacore.com>
3184         * scn.adb (Check_End_Of_Line): Removed.
3185         (Error_Long_Line): Removed.
3186         (Determine_License): Use versions of above routines from Scanner.
3187         * scng.adb (Check_End_Of_Line): Moved to spec.
3188         (Error_Long_Line): Removed, no longer used.
3189         * scng.ads (Check_End_Of_Line): Moved here from body.
3191 2014-01-27  Tristan Gingold  <gingold@adacore.com>
3193         * exp_ch7.adb (Build_Cleanup_Statements): Call
3194         Build_Protected_Subprogram_Call_Cleanup to insert the cleanup
3195         for protected body.
3196         * exp_ch9.adb (Build_Protected_Subprogram_Body): Likewise.
3197          Remove Service_Name variable.
3198         (Build_Protected_SUbprogam_Call_Cleanup): New procedure that
3199         factorize code from the above subprograms.
3200         * exp_ch9.ads (Build_Protected_Subprogram_Call_Cleanup): New procedure.
3202 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
3204         * einfo.adb (Has_Option): Reimplemented.
3205         * sem_prag.adb (Analyze_Refinement_Clause): Add global
3206         variables AR_Constit, AW_Constit, ER_Constit, EW_Constit,
3207         External_Constit_Seen and State. Add local variables Body_Ref,
3208         Body_Ref_Elmt and Extra_State. Reimplement part of the logic to
3209         avoid a cumbersome while pool. Verify the legality of an external
3210         state and relevant properties.
3211         (Check_External_Property): New routine.
3212         (Check_Matching_State): Remove parameter profile
3213         and update comment on usage.
3214         (Collect_Constituent): Store the
3215         relevant external property of a constituent.
3216         * sem_util.adb (Async_Readers_Enabled): Update the call to
3217         Has_Enabled_Property.
3218         (Async_Writers_Enabled): Update the call to Has_Enabled_Property.
3219         (Effective_Reads_Enabled): Update the call to Has_Enabled_Property.
3220         (Effective_Writes_Enabled): Update the call to Has_Enabled_Property.
3221         (Has_Enabled_Property): Rename formal parameter Extern to State_Id.
3222         Update comment on usage. Reimplement the logic to recognize the various
3223         formats of properties.
3225 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3227         * par-ch5.adb: Minor reformatting.
3229 2014-01-27  Tristan Gingold  <gingold@adacore.com>
3231         * s-tposen.ads: Harmonize style and comments.
3233 2014-01-27  Vincent Celier  <celier@adacore.com>
3235         * projects.texi: Document that shared library projects, by
3236         default, cannot import projects that are not shared library
3237         projects.
3239 2014-01-27  Robert Dewar  <dewar@adacore.com>
3241         * sem_ch8.adb (Find_Selected_Component): Use Replace instead
3242         of Rewrite.
3244 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3246         * a-suenco.adb, a-suenst.adb (Decode): Raise encoding error if
3247         any other exception is raised.
3248         (Convert): If both Input_Scheme and Output_Scheme are UTF_8 it is
3249         still necessary to perform a conversion in order to remove overlong
3250         encodings.
3252 2014-01-27  Robert Dewar  <dewar@adacore.com>
3254         * exp_smem.adb: Minor reformatting.
3256 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3258         * a-calfor.ads: Fix incorrect reference to operator "-" in comment.
3260 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3262         * sem_res.adb (Make_Call_Into_Operator): In ASIS mode, relocate
3263         nodes for operands to the original node for the call, to preserve
3264         Original_Node pointers within the resolved operands, given that
3265         they may have been rewritten as well. Previous approach copied
3266         the operands into a new tree and lost those pointers.
3268 2014-01-27  Claire Dross  <dross@adacore.com>
3271         * a-cofove.adb, a-cofove.ads: Add Strict_Equal function to the API.
3273 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3275         * sem_util.adb (Check_Internal_Protected_Use): A call through
3276         an anonymous access parameter of the current protected function
3277         is not a potential modification of the current object.
3279 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3281         * a-cobove.adb (Reserve_Capacity): Procedure raises
3282         Capacity_Error, not Constraint_Error, when request cannot be
3283         satisfied.
3285 2014-01-27  Vincent Celier  <celier@adacore.com>
3287         * a-coorma.adb, a-cohama.adb (Assign): Copy the Source to the Target,
3288         not the Target to itself.
3290 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3292         * exp_ch4.adb (Expand_Concatenate): If the target of the
3293         concatenation is a library-level entity, always use the off-line
3294         version of concatenation, regardless of optimization level. This
3295         is space-efficient, and prevents linking problems when some
3296         units are compiled with different optimization levels.
3298 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3300         * sem_ch5.adb: Code clean up.
3302 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3304         * par-ch5.adb (P_Iterator_Specification): Improve error recovery
3305         when an array or container iterator includes a subtype indication,
3306         which is only legal in an element iterator.
3308 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3310         * exp_ch7.adb: Minor reformatting.
3312 2014-01-27  Robert Dewar  <dewar@adacore.com>
3314         * opt.adb (SPARK_Mode): Default for library units is None rather
3315         than Off.
3316         * opt.ads: Remove AUTO from SPARK_Mode_Type SPARK_Mode_Type is
3317         no longer ordered.
3318         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Remove AUTO
3319         possibility.
3320         * snames.ads-tmpl (Name_Auto): Removed, no longer used.
3322 2014-01-27  Robert Dewar  <dewar@adacore.com>
3324         * par-ch5.adb (P_Sequence_Of_Statements): Make entry in
3325         Suspicious_Labels table if we have identifier; followed by loop
3326         or block.
3327         * par-endh.adb (Evaluate_End_Entry): Search Suspicious_Labels table.
3328         * par.adb (Suspicious_Labels): New table.
3330 2014-01-27  Robert Dewar  <dewar@adacore.com>
3332         * exp_aggr.adb (Check_Bounds): Reason is range check, not
3333         length check.
3335 2014-01-27  Yannick Moy  <moy@adacore.com>
3337         * get_spark_xrefs.adb (Get_SPARK_Xrefs): Accept new type 'c' for
3338         reference.
3339         * lib-xref-spark_specific.adb (Is_Global_Constant): Remove useless
3340         function now.
3341         (Add_SPARK_Xrefs): Include references to constants.
3342         * spark_xrefs.ads Document new character 'c' for references to
3343         constants.
3345 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3347         * exp_smem.adb (Add_Write_After): For a function call, insert write as
3348         an after action in a transient scope.
3350 2014-01-27  Thomas Quinot  <quinot@adacore.com>
3352         * exp_smem.adb (Expand_Shared_Passive_Variable): For a reference
3353         to a shared variable as an OUT formal in a call to an init proc,
3354         the 'Read call must be emitted after, not before, the call.
3356 2014-01-27  Robert Dewar  <dewar@adacore.com>
3358         * gnat_rm.texi: Remove mention of AUTO mode for SPARK_Mode pragma.
3360 2014-01-27  Robert Dewar  <dewar@adacore.com>
3362         * a-wichha.adb (Character_Set_Version): Change to output proper
3363         value.
3365 2014-01-27  Hristian Kirtchev  <kirtchev@adacore.com>
3367         * einfo.adb (Is_Input_Only_State): Removed.
3368         (Is_Non_Volatile_State): Removed.
3369         (Is_Output_State): Removed.
3370         * einfo.ads (Is_Input_Only_State): Remove attribute and
3371         subprogram. Update related entity.
3372         (Is_Non_Volatile_State):
3373         Remove attribute and subprogram. Update related entity.
3374         (Is_Output_State): Removed attribute and subprogram. Update
3375         related entity.
3376         * exp_ch6.adb (Expand_Subprogram_Contract): Update comment on
3377         generated code.
3378         * sem_ch3.adb (Analyze_Declarations): Analyze the contract of
3379         an object, not just variables.
3380         (Analyze_Object_Contract): New routine.
3381         (Analyze_Variable_Contract): Removed.
3382         (Process_Discriminants): Detect an illegal use of volatile
3383         discriminant in SPARK mode.
3384         * sem_ch5.adb (Analyze_Iterator_Specification):
3385         Detect an illegal use of volatile loop variable.
3386         (Analyze_Loop_Parameter_Specification): Detect an illegal use
3387         of volatile loop variable.
3388         * sem_ch6.adb (Process_Formals): Update the volatile object
3389         detection. Detect an illegal formal of mode IN OUT or OUT in
3390         SPARK mode. Enhance the error messages with references.
3391         * sem_ch12.adb (Instantiate_Object): Update the volatile object
3392         detection. Enhance the error messages with references.
3393         * sem_prag.adb (Analyze_Abstract_State): Enhance the error
3394         messages with references.
3395         (Analyze_Contract_Case): Enhance the error messages with references.
3396         (Analyze_External_Property): Call Check_Duplicate_Property to process
3397         an external property.
3398         (Analyze_External_Property_In_Decl_Part): New routine.
3399         (Analyze_External_State_In_Decl_Part): Removed.
3400         (Analyze_Global_Item): Detect an illegal
3401         use of a volatile constant. Detect an illegal use
3402         of a variable with enabled Effective_Reads. Enhance
3403         the error messages with references. Remove obsolete
3404         checks concerning Input_Only and Output_Only states.
3405         (Analyze_Initialization_Item): Enhance the error messages
3406         with references.
3407         (Analyze_Initializes_In_Decl_Part): Do not
3408         collect the states and variables when the initialization list
3409         is null.
3410         (Analyze_Input_Item): Enhance the error messages with references.
3411         (Analyze_Input_Output): Enhance the error messages with references.
3412         (Analyze_Pragma): Enhance the error messages with references.
3413         (Analyze_Refinement_Clause): Code reformatting.
3414         (Analyze_Refined_Depends_In_Decl_Part):
3415         Rename global variable Global to Reg_Global and update all
3416         occurrences. Add local variables D7 and D8. Update the error
3417         messages with references. Update the call to Collect_Global_Items.
3418         (Analyze_Refined_Global_In_Decl_Part): Add local variables
3419         Has_Proof_In_State, Proof_In_Constits and Proof_In_Items. Update
3420         the call to Collect_Global_Items.  Account for a Proof_In state
3421         in null / useless refinement checks. Verify the coverage of
3422         Proof_In states.
3423         (Check_Dependency_Clause): Remove local variable
3424         Out_Constits. Remove the retrieval and removal of constituents
3425         for an Output_Only state. Remove the reporting of unused
3426         Output_Only state constituents.
3427         (Check_Duplicate_Mode): Enhance
3428         the error message with a reference.
3429         (Check_Duplicate_Property): New routine.
3430         (Check_Duplicate_Option): Enhance the error message with a reference.
3431         (Check_External_Properties): Enhance the error message with a reference.
3432         (Check_Function_Return): Enhance the error message with a reference.
3433         (Check_In_Out_States): Update
3434         comment on usage. Add a specialized error message for Proof_In
3435         constituents. Enhance the error message with a reference.
3436         (Check_Input_States): Update comment on usage. Account for
3437         possible Proof_In constituents. Enhance the error message
3438         with a areference.
3439         (Check_Matching_Constituent): Enhance the error message with a
3440         reference.
3441         (Check_Matching_State): Enchance the error message with a reference.
3442         (Check_Mode): Add local variable From_Global. Update the call to
3443         Find_Mode.  Emit more precise error messages concerning extra items
3444         (Check_Mode_Restriction_In_Enclosing_Context): Consider
3445         pragma Refined_Global.  Enhance the error message with a
3446         reference.
3447         (Check_Mode_Restriction_In_Function): Enhance the error message with
3448         a reference.
3449         (Check_Output_States): Update comment on usage. Add local variable
3450         Posted.  Account for possible Proof_In constituents. Produce a detailed
3451         list of missing constituents.
3452         (Check_Proof_In_States): New routine.
3453         (Check_Refined_Global_Item): Handle Proof_In
3454         constituents. Enchance the error message with a reference.
3455         (Collect_Global_Items): Add formal parameters Proof_In_Items
3456         and Has_Proof_In_State. Update the comment on usage. Account
3457         for Proof_In items.
3458         (Create_Or_Modify_Clause): Enchance
3459         the error message with a reference.
3460         (Find_Mode): Add
3461         formal parameter From_Global. Update the comment on usage.
3462         Detect when the mode is governed by pragma [Refined_]Global.
3463         (Output_Constituents): Removed.
3464         (Report_Extra_Constituents):
3465         Report extra Proof_In constituents.
3466         (Report_Unused_Constituents): Removed.
3467         (Usage_Error): Code reformatting. Enhance the error
3468         messages with reference.
3469         * sem_prag.ads (Analyze_External_Property_In_Decl_Part): New routine.
3470         (Analyze_External_State_In_Decl_Part): Removed.
3471         * sem_res.adb (Resolve_Actuals): Update the volatile object
3472         detection. Enhance the error message with a reference.
3473         (Resolve_Entity_Name): Update the volatile object
3474         detection. Enhance the error message with a reference.
3475         * sem_util.adb (Is_Refined_State): Add a guard to avoid a crash.
3476         (Is_SPARK_Volatile_Object): New routine.
3477         (Has_Volatile_Component): New routine.
3478         * sem_util.ads (Is_Delegate): Alphabetized.
3479         (Is_SPARK_Volatile_Object): New routine.
3480         (Has_Volatile_Component): New routine.
3481         * snames.ads-tmpl: Remove names Name_Input_Only and Name_Output_Only.
3483 2014-01-27  Ed Schonberg  <schonberg@adacore.com>
3485         * sem_attr.adb: Resolve fully prefix of 'Update.
3487 2014-01-27  Ben Brosgol  <brosgol@adacore.com>
3489         * gnat_rm.texi: Minor clarifications.
3491 2014-01-27  Robert Dewar  <dewar@adacore.com>
3493         * sem_elab.adb (Check_Internal_Call_Continue): Avoid complaining
3494         about call that is generated as part of an Initial_Condition
3495         check.
3496         * sem_prag.adb: Minor spelling correction.
3498 2014-01-27  Robert Dewar  <dewar@adacore.com>
3500         * sem_prag.adb (Set_Convention_From_Pragma): Check that
3501         convention Ghost can only apply to functions.
3502         * einfo.ads, einfo.adb (Is_Ghost_Subprogram): Add clarifying comment.
3504 2014-01-27  Robert Dewar  <dewar@adacore.com>
3506         * gnat_ugn.texi: Add Short_Enums to documentation of
3507         -gnatet/-gnateT.
3509 2014-01-27  Robert Dewar  <dewar@adacore.com>
3511         * sem_prag.adb (Analyze_Input_Item): Correct check for input
3512         item in same package.
3513         * sem_util.ads, sem_util.adb (Within_Scope): New function.
3515 2014-01-26  Arnaud Charlet  <charlet@adacore.com>
3517         * a-intnam-lynxos.ads, mlib-tgt-specific-lynxos.adb,
3518         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
3519         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-tpopsp-lynxos.adb,
3520         system-lynxos-ppc.ads, system-lynxos-x86.ads: Removed, no longer
3521         maintained.
3523 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
3525         * gcc-interface/Makefile.in: Fix oversight.
3527 2014-01-25  Eric Botcazou  <ebotcazou@adacore.com>
3529         * gcc-interface/utils.c (convert_to_fat_pointer): Un-obfuscate the
3530         conversion from a thin pointer with a shifted value.
3531         * gcc-interface/utils2.c (gnat_build_constructor): Propagate the
3532         read-only flag from the values onto the result.
3533         (gnat_invariant_expr): Accept read-only CONSTRUCTORs.
3535 2014-01-25  Tristan Gingold  <gingold@adacore.com>
3537         * gcc-interface/decl.c (gnat_to_gnu_entity): Always build a variable
3538         for E_Variable with a pragma Linker_Section.
3540 2014-01-25  Robert Dewar  <dewar@adacore.com>
3542         * gcc-interface/decl.c (gnat_to_gnu_param): Make sure an Out parameter
3543         with Default_Value aspect is passed in by copy.
3545 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
3547         * set_targ.adb: Set Short_Enums.
3548         * gcc-interface/lang.opt (fshort-enums): New option.
3549         * gcc-interface/misc.c (gnat_handle_option): Handle it.
3550         (gnat_post_options): Do not modify the global settings.
3552 2014-01-24  Robert Dewar  <dewar@adacore.com>
3554         * g-rannum.ads, g-rannum.adb (Random_Ordinary_Fixed): New generic
3555         function.
3556         (Random_Decimal_Fixed): New generic function.
3557         * s-rannum.ads: Minor comment clarifications.
3559 2014-01-24  Robert Dewar  <dewar@adacore.com>
3561         * back_end.adb: Remove Short_Enums handling (handled in
3562         Ttypes/Get_Targ now) Minor added comments.
3563         * freeze.adb: Change name Short_Enums_On_Target to
3564         Target_Short_Enums.
3565         * get_targ.ads, get_targ.adb (Get_Short_Enums): New function.
3566         * opt.ads: Minor comment updates.
3567         * sem_ch13.adb: Change name Short_Enums_On_Target to
3568         Target_Short_Enums.
3569         * set_targ.adb: Set Short_Enums from gcc back end.
3570         * set_targ.ads (Short_Enums): New variable.
3571         * targparm.ads, targparm.adb: Remove Short_Enums entries (handled in
3572         Ttypes/Get_Targ now).
3573         * ttypes.ads (Target_Short_Enums): New constant boolean switch
3575 2014-01-24  Pascal Obry  <obry@adacore.com>
3577         * g-sercom-mingw.adb: Fix serial port name for port number > 10.
3579 2014-01-24  Gary Dismukes  <dismukes@adacore.com>
3581         * exp_disp.adb (Expand_Dispatching_Call): Call Unqualify on Param when
3582         comparing it with Ctrl_Arg, since Ctrl_Arg may have had qualification
3583         stripped off.
3585 2014-01-24  Robert Dewar  <dewar@adacore.com>
3587         * sinfo.ads, make.adb, prj-env.adb: Minor reformatting.
3589 2014-01-24  Vincent Celier  <celier@adacore.com>
3591         * prj.adb (Add_Aggregated_Project): Do not add a project in
3592         the list if it is already there.
3594 2014-01-24  Yannick Moy  <moy@adacore.com>
3596         * lib-xref-spark_specific.adb (Enclosing_Subprogram_Or_Package):
3597         Correct the search for a subrogram declaration to which a pragma is
3598         attached.
3600 2014-01-24  Bob Duff  <duff@adacore.com>
3602         * gnat_ugn.texi: Document --decimal-grouping and
3603         --based-grouping switches in gnatpp.
3605 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3607         * sinfo.ads: Documentation update.
3609 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3611         * sem_ch3.adb (Constant_Redeclaration): New declaration is
3612         illegal if previous one has an initial expression that is an
3613         aggregate expanded into assignments.
3615 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3617         * sem_ch5.adb (Analyze_Loop_Parameter_Specification): Small
3618         code reorganization to remove spurious warning on a loop with
3619         an array element iterator that has a null range.
3621 2014-01-24  Vincent Celier  <celier@adacore.com>
3623         * make.adb (Binding_Phase): When setting the Ada paths, use
3624         the library ALI dir, not the object dir in libraries.
3626 2014-01-24  Yannick Moy  <moy@adacore.com>
3628         * sinfo.ads: Add documentation of check flag fields.
3630 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3632         * sem_res.adb (Resolve_Actuals): If an actual is a view
3633         conversion of a discriminated object, and the formal type is
3634         discriminated and constrained, apply a discriminant check to
3635         the object itself.
3637 2014-01-24  Robert Dewar  <dewar@adacore.com>
3639         * prj.adb, prj-env.adb, back_end.adb: Add comment, minor code clean ups.
3641 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3643         * sem_ch3.adb (Analyze_Declarations): At the end of an
3644         appropriate declarative part, call Freeze_All from the first
3645         declaration in the scope, not from the first unfrozen one. This
3646         is necessary to apply visibility checks to entities with delayed
3647         aspects. Otherwise, in the presence of instantiations and cleanups
3648         that they may generate, the delayed aspects may be analyzed too
3649         late and produce spurious visibility errors.
3650         * sem_attr.adb: Place etype on range.
3651         * sem_ch6.adb: Documentation expression functions.
3653 2014-01-24  Robert Dewar  <dewar@adacore.com>
3655         * exp_ch7.adb: Minor change of Indices to Indexes (preferred
3656         terminology in compiler).
3658 2014-01-24  Robert Dewar  <dewar@adacore.com>
3660         * scans.ads: Remove Tok_Raise from Sterm, Eterm, After_SM
3661         categories, now that Ada 95 supports raise expressions.
3663 2014-01-24  Robert Dewar  <dewar@adacore.com>
3665         * freeze.adb (Freeze_Enumeration_Type): Use new target parameter
3666         Short_Enums_On_Target.
3667         * sem_ch13.adb (Set_Enum_Esize): Take Short_Enums_On_Target
3668         into account.
3669         * targparm.ads, targparm.adb: Add new target parameter Short_Enums.
3671 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3673         * sem_ch5.adb (Analyze_Iterator_Specification): If subtype
3674         indication is given explicity, check that it matches the array
3675         component type or the container element type of the domain
3676         of iteration.
3678 2014-01-24  Tristan Gingold  <gingold@adacore.com>
3680         * back_end.adb (Scan_Compiler_Arguments): Set Short_Enums_On_Target.
3681         * gcc-interface/misc.c (flag_short_enums): Declare.
3682         (gnat_post_options): Set it.
3684 2014-01-24  Vincent Celier  <celier@adacore.com>
3686         * prj-env.adb (Ada_Objects_Path): Use Ada_Objects_Path_No_Libs
3687         to cache the result when Including_Libraries is False.
3688         * prj-env.ads (Ada_Objects_Path): Update documentation
3689         * prj.adb (Free (Project_Id)): Also free Ada_Objects_Path_No_Libs
3690         (Get_Object_Directory): Return the Library_Ali_Dir only when
3691         when Including_Libraries is True.
3692         * prj.ads (Get_Object_Directory): Fix and complete documentation
3693         (Project_Data): New component Ada_Objects_Path_No_Libs
3695 2014-01-24  Robert Dewar  <dewar@adacore.com>
3697         * checks.adb (Expr_Known_Valid): Result of fpt operator never
3698         considered valid.
3700 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
3702         * back_end.adb: Minor fix in comment.
3704 2014-01-24  Javier Miranda  <miranda@adacore.com>
3706         * sem_ch3.adb (Check_Abstract_Overriding): Code reestructuration
3707         required to report the error in case of task types.
3709 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3711         * sem_attr.adb: Additional index checking.
3713 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3715         * sem_attr.adb (Analyze_Attribute, case 'Update): Analyze
3716         expressions in each component association, and for records note
3717         the entity in each association choice, for subsequent resolution.
3718         (Resolve_Attribute, case 'Update): Complete resolution of
3719         expressions in each component association.
3721 2014-01-24  Robert Dewar  <dewar@adacore.com>
3723         * sem.adb (Sem): Avoid premature reference to Current_Sem_Unit
3724         (this was causing Is_Main_Unit_Or_Main_Unit_Spec to be set wrong,
3725         leading to wrong handling of SPARK_Mode for library units).
3727 2014-01-24  Robert Dewar  <dewar@adacore.com>
3729         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Set SPARK_Mode
3730         on generic instances (do not consider them to be internally
3731         generated)
3733 2014-01-24  Doug Rupp  <rupp@adacore.com>
3735         * s-osinte-android.ads (pthread_sigmask): Import sigprocmask
3736         vice pthread_sigmask.
3738 2014-01-24  Vincent Celier  <celier@adacore.com>
3740         * prj.adb (Debug_Output (Str, Str2)): Output if verbosity is
3741         not default.
3743 2014-01-24  Vincent Celier  <celier@adacore.com>
3745         * prj-ext.adb (Add): Do not output anything when Silent is True,
3746         whatever the verbosity. When Source is From_External_Attribute,
3747         set the corresponding environment variable if it is not already set.
3748         * prj-ext.ads (Add): New Boolean parameter Silent, defaulted
3749         to False
3750         * prj-proc.adb (Process_Expression_For_Associative_Array):
3751         For attribute External, call Prj.Ext.Add with Silent set to
3752         True for the child environment, to avoid useless output in non
3753         default verbosity.
3755 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3757         * sem_res.adb (Set_Slice_Subtype): Handle properly a discrete
3758         range given by a subtype indication, and force evaluation of
3759         the bounds, as for a simple range.
3760         * exp_util.adb (Evaluate_Slice_Bounds): Utility to force evaluation
3761         of bounds of slice for various kinds of discrete ranges.
3762         (Evaluate_Name, Evaluate_Subtype_From_Expr): use
3763         Evaluate_Slice_Bounds.
3765 2014-01-24  Bob Duff  <duff@adacore.com>
3767         * s-taskin.ads (Activator): Make this Atomic, because
3768         Activation_Is_Complete reads it, and that can be called
3769         from any task. Previously, this component was only
3770         modified by the activator before activation, and by
3771         Self after activation.
3772         * a-taside.ads, a-taside.adb (Environment_Task,
3773         Activation_Is_Complete): Implement these missing functions.
3775 2014-01-24  Doug Rupp  <rupp@adacore.com>
3777         * init.c: Add a handler section for Android.
3779 2014-01-24  Arnaud Charlet  <charlet@adacore.com>
3781         * i-cexten.ads (Unsigned_33..64, Unsigned_33..64): New types.
3783 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3785         * sem_ch4.adb (Operator_Check): If one operand is a
3786         Raise_Expression, set its type to that of the other operand.
3787         * sem_res.adb (Resolve_Raise_Expression): new procedure.
3788         (Resolve_Actuals): For an actual that is a Raise_Expression,
3789         set the type to that of the formal.
3790         * sem_type.adb (Find_Unique_Type): If one of the operands is a
3791         Raise_Expression, return type of the other operand.
3793 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3795         * sem_aggr.adb (Resolve_Record_Aggregate): If a scalar
3796         component of the record has a type with a default aspect, and
3797         the corresponding aggregate component is initiaized with a box,
3798         use the default value in the rewritten aggregate.
3800 2014-01-24  Tristan Gingold  <gingold@adacore.com>
3802         * s-interr.ads, s-interr.adb, s-interr-hwint.adb, s-interr-vms.adb,
3803         s-interr-sigaction.adb,
3804         s-interr-dummy.adb (Install_Restricted_Handlers): Add Prio parameter.
3805         * exp_ch9.adb (Make_Initialize_Protection): Add Prio parameter
3806         to the call to Install_Restricted_Handlers.
3808 2014-01-24  Emmanuel Briot  <briot@adacore.com>
3810         * prj-nmsc.adb (Check_File): Add protection when the source is
3811         not fully initialized.
3813 2014-01-24  Ed Schonberg  <schonberg@adacore.com>
3815         * sem_util.adb (Is_Post_State): In a postcondition, a selected
3816         component that denotes an implicit dereference is a reference
3817         to the post state of the subprogram.
3819 2014-01-24  Robert Dewar  <dewar@adacore.com>
3821         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): SPARK_Mode OFF
3822         for generated subprograms.
3823         (Analyze_Subprogram_Specification): Ditto.
3825 2014-01-24  Vincent Celier  <celier@adacore.com>
3827         * prj-dect.adb (Check_Attribute_Allowed): Detect more forbidden
3828         attributes in package Builder of aggregate and aggregate library
3829         projects.
3830         * prj-nmsc.adb (Process_Naming_Scheme.Check.Check_Aggregate):
3831         Remove procedure (Process_Naming_Scheme.Check.Check_Aggregated):
3832         Remove parameters.  Change error message from "... externally
3833         build library ..." to "... externally built project ...".
3834         (Process_Naming_Scheme.Check): Do not do any check in aggregate
3835         project, as attribute Library_Dir and Library_Name have already
3836         been detected as forbidden.
3838 2014-01-24  Vincent Celier  <celier@adacore.com>
3840         * prj-env.adb (Find_Project): If cached project path is not in
3841         project directory, look in current directory first and use cached
3842         project path only if project is not found in project directory.
3844 2014-01-24  Robert Dewar  <dewar@adacore.com>
3846         * sem_util.adb, lib-xref.adb: Correct false positive warnings.
3848 2014-01-24  Vincent Celier  <celier@adacore.com>
3850         * projects.texi: Document that aggregate projects are only
3851         supported by gprbuild, but not by gnatmake.  Document that the
3852         only attribute Switches in package Binder of aggregate projects
3853         will be ignored if its index is not others.  Document that
3854         attribute Global_Config_File is allowed in package Binder of
3855         aggregate projects.
3857 2014-01-24  Robert Dewar  <dewar@adacore.com>
3859         * sem_prag.adb: Minor code reorganization.
3860         * sem_util.adb: Minor fix of potential latent bug in Is_LHS.
3862 2014-01-24  Pascal Obry  <obry@adacore.com>
3864         * prj-attr.adb, projects.texi, snames.ads-tmpl: Add Excluded_Patterns
3865         attribute definition.
3867 2014-01-24  Vincent Celier  <celier@adacore.com>
3869         * makeutl.adb (Queue.Insert_No_Roots): In gprbuild, do not put
3870         in the Queue the same source (same path, same multi-source index)
3871         from the same project file, to avoid compiling several times
3872         the same source.
3874 2014-01-24  Eric Botcazou  <ebotcazou@adacore.com>
3876         * einfo.ads (First_Rep_Item): Remove obsolete stuff.
3877         (Has_Gigi_Rep_Item): Likewise.
3878         * sem_prag.adb (Analyze_Pragma) <Pragma_Linker_Section>: Do not set
3879         Has_Gigi_Rep_Item for objects.
3880         * gcc-interface/decl.c (prepend_one_attribute_to): Rename into...
3881         (prepend_one_attribute): ...this.
3882         (prepend_one_attribute_pragma): New function extracted from...
3883         (prepend_attributes): ...here.  Swap the parameters for consistency.
3884         (gnat_to_gnu_entity): Adjust calls to prepend_one_attribute_to and to
3885         prepend_attributes.
3886         <object>: Deal with a pragma Linker_Section on a constant
3887         or variable.  <E_Function>: Deal with a pragma Linker_Section
3888         on a subprogram.
3889         (get_minimal_subprog_decl): Adjust calls to prepend_one_attribute_to.
3891 2014-01-24  Vincent Celier  <celier@adacore.com>
3893         * opt.ads: Minor comment update.
3895 2014-01-24  Robert Dewar  <dewar@adacore.com>
3897         * sem_prag.adb (Analyze_Input_Output): Add missing error check
3898         for junk operand.
3899         * sem_util.adb (Is_Refined_State): Add defense against junk
3900         tree from error.
3902 2014-01-24  Pascal Obry  <obry@adacore.com>
3904         * projects.texi: Removes Build_Slaves attribute documentation.
3906 2014-01-23  Robert Dewar  <dewar@adacore.com>
3908         * opt.adb (Register_Opt_Config_Switches): Save SPARK_Mode_Pragma
3909         setting.
3911 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
3913         * sem_util.adb (Is_Potentially_Unevaluated): Predicate only
3914         applies to expressions that come from source.
3915         * sem_attr.adb (Analyze_Attribute, case 'Old): Improve error
3916         message.
3917         (Analyze_Attribute, case 'Loop_Entry): Apply SPARK 2014 legality
3918         rule regarding potentially unevaluated expressions, to prefix
3919         of attribute.
3921 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
3923         * exp_util.adb (Make_Invqriant_Call): If type of expression is
3924         a private extension, get invariant from base type.
3926 2014-01-23  Robert Dewar  <dewar@adacore.com>
3928         * sem_util.adb, sem_attr.adb: Minor reformatting.
3930 2014-01-23  Robert Dewar  <dewar@adacore.com>
3932         * opt.adb (Save_Opt_Config_Switches): Save SPARK_Mode_Pragma
3933         (Restore_Opt_Config_Switches): Restore SPARK_Mode_Pragma.
3934         * sem.adb (Semantics): Remove save/restore of
3935         SPARK_Mode[_Pragma]. Not needed since already done in
3936         Save/Restore_Opt_Config_Switches.
3938 2014-01-23  Robert Dewar  <dewar@adacore.com>
3940         * gnat_rm.texi, einfo.adb, einfo.ads, sem_prag.adb, gnat_ugn.texi,
3941         freeze.adb, repinfo.adb, aspects.adb, aspects.ads, sem_ch13.adb:
3942         Linker_Section enhancements.
3944 2014-01-23  Tristan Gingold  <gingold@adacore.com>
3946         * gnat_rm.texi: Minor editing.
3948 2014-01-23  Robert Dewar  <dewar@adacore.com>
3950         * opt.adb (Set_Opt_Config_Switches): Reset SPARK mode for
3951         with'ed internal units.
3952         * sem.adb (Semantics): Save and restore SPARK_Mode[_Pragma].
3954 2014-01-23  Javier Miranda  <miranda@adacore.com>
3956         * lib-xref.adb (Generate_Reference): As part of processing the
3957         "end-of-spec" reference generate an extra reference to the first
3958         private entity of the package.
3959         * xr_tabls.adb (Add_Reference): No action needed for the extra
3960         'E' reference associated; similar to the processing of the
3961         'e' reference.
3963 2014-01-23  Bob Duff  <duff@adacore.com>
3965         * gnat_ugn.texi: Change "--&pp off" to "--!pp off".
3967 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
3969         * sem_util.ads, sem_util.adb (Is_Potentially_Unevaluated): new
3970         predicate to implement rule given in 6.1.1 (20/3).
3971         * sem_attr.adb (Analyze_Attribute, case 'Old): Reject prefix of
3972         'Old in a postcondition, if it is potentially unevaluated and
3973         it is not an entity name.
3975 2014-01-23  Bob Duff  <duff@adacore.com>
3977         * gnat_ugn.texi: Document the new "--&pp off" feature of gnatpp.
3979 2014-01-23  Robert Dewar  <dewar@adacore.com>
3981         * gnatlink.adb (Gnatlink): Fix problem of generating bad name
3982         msg on VMS.
3984 2014-01-23  Bob Duff  <duff@adacore.com>
3986         * g-dynhta.ads: Minor comment fix.
3988 2014-01-23  Yannick Moy  <moy@adacore.com>
3990         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Inherit SPARK_Mode
3991         from spec on body only when not already inherited on spec. Set
3992         SPARK_Mode from context on body without previous spec.  *
3993         * sem_prag.adb (Analyze_Pragma): Check placement of pragma on
3994         library-level entities.  Correct retrieval of entity from
3995         declaration, for cases where the declaration is not a unit.
3996         * sem_ch12.adb (Instantiate_Object): Avoid
3997         calling Is_Volatile_Object on an empty node.
3999 2014-01-23  Robert Dewar  <dewar@adacore.com>
4001         * gnatlink.adb (Gnatlink): Check for suspicious executable file
4002         names on windows.
4004 2014-01-23  Robert Dewar  <dewar@adacore.com>
4006         * a-ngelfu.ads: Remove bad uses of AND which should be AND THEN.
4007         * sem_res.adb (Check_No_Direct_Boolean_Operators): Don't give
4008         style errors in instances.
4009         * g-dynhta.ads (Static_HTable): Comment updates.
4011 2014-01-23  Vincent Celier  <celier@adacore.com>
4013         * prj-conf.adb (Get_Or_Create_Configuration_File): Do not attempt
4014         to find a configuration project file when Config_File_Name is
4015         No_Configuration_File.
4016         * prj-conf.ads (No_Configuration_File): New constant String.
4017         * prj-pars.adb (Parse): Call Get_Or_Create_Configuration_File
4018         with Config_File_Name set to No_Configuration_File, so that
4019         no existing configuration project file will be used, and the
4020         configuration project will be only created in memory when
4021         Add_Default_GNAT_Naming_Scheme is called.
4022         * projects.texi: Minor reformatting.
4024 2014-01-23  Vincent Celier  <celier@adacore.com>
4026         * prj-conf.adb (Get_Or_Create_Configuration_File): Never parse
4027         a config project file if On_Load_Config is not null.
4028         * prj-pars.adb: Minor comment changes.
4030 2014-01-23  Ed Schonberg  <schonberg@adacore.com>
4032         * lib-xref.adb (Output_References): Output progenitors of
4033         synchronized tagged types, for source navigation.
4035 2014-01-23  Robert Dewar  <dewar@adacore.com>
4037         * exp_util.adb, sinfo.adb, sinfo.ads, sem.adb, sem_res.adb,
4038         expander.adb, exp_ch11.adb, exp_ch11.ads, sem_ch11.adb, sem_ch11.ads,
4039         sprint.adb, sprint.ads: Remove unused node N_Subprogram_Info.
4041 2014-01-23  Emmanuel Briot  <briot@adacore.com>
4043         * prj-conf.adb (Get_Or_Create_Configuration_File): call
4044         On_Load_Config later.
4046 2014-01-23  Hristian Kirtchev  <kirtchev@adacore.com>
4048         * sem_ch3.adb (Analyze_Declarations): Do not
4049         generate the spec of the late primitive in ASIS mode. Add two
4050         comments to explain the special cases when the expansion is
4051         not performed.
4053 2014-01-23  Robert Dewar  <dewar@adacore.com>
4055         * sem_util.adb (Note_Possible_Modification): Fix error of
4056         misbehaving for implicit dereference cases in -gnatc mode.
4058 2014-01-23  Emmanuel Briot  <briot@adacore.com>
4060         * prj-pars.adb: Minor reformatting.
4062 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
4064         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): A subprogram
4065         body generated for an expression function within a protected body
4066         needs a set of renaming declarations if the expression function
4067         comes from source.
4069 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
4071         * lib-xref.adb (Get_Type_Reference): In semantics-only mode,
4072         list interface progenitor of a tagged concurrent type, for better
4073         source navigation.
4075 2014-01-22  Robert Dewar  <dewar@adacore.com>
4077         * lib.adb (In_Extended_Main_Code_Unit): Return False for
4078         Standard_Location.
4079         (In_Extended_Main_Source_Unit): Return False for Standard_Location.
4080         * lib.ads (In_Extended_Main_Code_Unit): Add documentation on
4081         treatment of Slocs No_Location and Standard_Location.
4082         * restrict.adb (Check_Restriction_No_Dependence): Explicitly
4083         check for entity with Standard_Location Sloc, rather than relying
4084         on Lib routines to do that.
4085         * sem_res.adb (Resolve_Call): Implement SPARK_05 restriction
4086         that a call cannot occur before a later occuring body within
4087         the same unit.
4089 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4091         * rtsfind.adb: Update comment.
4093 2014-01-22  Hristian Kirtchev  <kirtchev@adacore.com>
4095         * sem_aux.ads, sem_aux.adb (Is_Body): New routine.
4096         * sem_ch3.adb (Analyze_Declarations): Add local variable
4097         Body_Seen. Generate the spec of a late controlled
4098         primitive body that is about to freeze its related type.
4099         (Handle_Late_Controlled_Primitive): New routine.
4101 2014-01-22  Robert Dewar  <dewar@adacore.com>
4103         * a-stream.adb: Minor reformatting.
4105 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
4107         * sem_ch8.adb (From_Actual_Package): Introduce a recursive
4108         sub-procedure Declared_In_Actual to handle properly the visibility
4109         of actuals in actual packages, that are themselves actuals to a
4110         actual package of the current instance. This mimics properly the
4111         visibility of formals of formal packages declared with a box,
4112         within the corresponding generic unit.
4114 2014-01-22  Robert Dewar  <dewar@adacore.com>
4116         * checks.adb: Do not assume that a volatile variable is valid.
4118 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4120         * g-catiio.ads (Image, Value): Clarify that these functions
4121         operate in the local time zone.  Minor documentation update.
4123 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4125         * csets.adb, csets.ads, opt.ads: Minor documentation fixes.
4127 2014-01-22  Robert Dewar  <dewar@adacore.com>
4129         * sem_aux.adb, sem_aux.ads, sem_ch3.adb (Has_Unconstrained_Elements):
4130         Moved to sem_aux.adb.
4132 2014-01-22  Robert Dewar  <dewar@adacore.com>
4134         * vms_data.ads: Minor reformatting.
4136 2014-01-22  Robert Dewar  <dewar@adacore.com>
4138         * debug.adb: Document messages affected by -gnatd.E including
4139         the new ones that relate to late definition of equality.
4140         * sem_ch6.adb (Check_Untagged_Equality): In Ada 2012 mode, if
4141         debug flag -gnatd.E is set, then generate warnings rather than
4142         errors.
4143         (Check_Untagged_Equality): In earlier versions of Ada,
4144         generate warnings if Warn_On_Ada_2012_Incompatibility flag is set.
4146 2014-01-22  Robert Dewar  <dewar@adacore.com>
4148         * sem_prag.adb (Usage_Error): Output additional messages for
4149         unconstrained OUT parameters lacking an input dependency.
4151 2014-01-22  Robert Dewar  <dewar@adacore.com>
4153         * sem_ch4.adb: Minor reformatting.
4155 2014-01-22  Robert Dewar  <dewar@adacore.com>
4157         * restrict.ads: Minor reformatting.
4158         * sem_res.adb (Resolve_Call): Check for SPARK_05 restriction that
4159         forbids a call from within a subprogram to the same subprogram.
4161 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4163         * a-stream.ads (Read_SEA, Write_SEA): New subprograms, optimized
4164         stream attributes for Stream_Element_Array.
4165         * a-stream.adb (Read_SEA, Write_SEA): Bodies for the above.
4166         * rtsfind.adb (Check_CRT): Do not reject a reference to an entity
4167         defined in the current scope.
4169 2014-01-22  Robert Dewar  <dewar@adacore.com>
4171         * debug.adb, exp_ch4.adb, erroutc.adb: Minor reformatting.
4173 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4175         * sem_ch7.adb, sem_ch8.adb, exp_ch3.adb: Minor reformatting.
4177 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4179         * sem_ch3.adb (Analyze_Object_Declaration): For a constant
4180         declaration initialized with a function call, whose type
4181         has variable size, need to remove side effects so that the
4182         initialization expression becomes a dereference of a temporary
4183         reference to the function result.
4185 2014-01-22  Yannick Moy  <moy@adacore.com>
4187         * errout.adb (Initialize): Remove trick to add dummy entry
4188         in Warnings table.
4189         * erroutc.adb (Set_Warnings_Mode_Off,
4190         Set_Warnings_Mode_On): Do nothing if warnings are suppressed by
4191         command line switch.
4192         * opt.ads (Warning_Mode): Document behavior
4193         wrt pragma Warnings, in normal mode and in GNATprove_Mode.
4195 2014-01-22  Robert Dewar  <dewar@adacore.com>
4197         * sem_ch3.adb, errout.adb, erroutc.adb: Minor reformatting.
4199 2014-01-22  Robert Dewar  <dewar@adacore.com>
4201         * sem_ch13.adb (Check_Pool_Size_Clash): New procedure
4202         (Analyze_Attribute_Definition_Clause, case Storage_Pool): call
4203         Check_Pool_Size_Clash (Analyze_Attribute_Definition_Clause,
4204         case Storage_Size): call Check_Pool_Size_Clash.
4206 2014-01-22  Robert Dewar  <dewar@adacore.com>
4208         * sem_ch3.adb, exp_util.adb, sem_dim.adb, sem_elab.adb, sem_ch8.adb,
4209         sem_eval.ads: Minor reformatting.
4211 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4213         * sem_eval.adb (Compile_Time_Known_Bounds): Return False for
4214         Any_Composite to prevent cascaded errors.
4216 2014-01-22  Yannick Moy  <moy@adacore.com>
4218         * errout.adb (Initialize): Do not insert special entry in Warnings
4219         table in GNATprove_Mode.
4220         * erroutc.adb (Set_Warnings_Mode_On): Add info in Warnings table in
4221         GNATprove_Mode.
4222         * gnat1drv.adb (Adjust_Global_Switches): Do not suppress frontend
4223         warnings anymore.
4225 2014-01-22  Robert Dewar  <dewar@adacore.com>
4227         * sem_prag.adb (Analyze_Initializes_In_Decl_Part): Handle null
4228         initializes case.
4230 2014-01-22  Robert Dewar  <dewar@adacore.com>
4232         * snames.ads-tmpl: Update header.
4234 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4236         * exp_util.adb (Insert_Actions): When inserting actions on a
4237         short circuit operator that has already been analyzed, do not park
4238         actions in node; instead introduce an N_Expression_With_Actions
4239         and insert actions immediately.
4240         Add guard for unexpected case of climbing up through statement
4241         in Actions list of an N_Expression_With_Actions.
4242         * sem_elab.adb (Insert_Elab_Check): Remove complex
4243         specialized circuitry for the case where the context is already
4244         analyzed, as it is not needed and introduces irregularities in
4245         finalization. Instead rely on the above change to Insert_Actions
4246         to ensure that late insertion on short circuit operators works
4247         as expected.
4249 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
4251         * sem_ch4.adb (Operator_Check): Improve error message when an
4252         operand of concatenation is an access type.
4254 2014-01-22  Thomas Quinot  <quinot@adacore.com>
4256         * sem_dim.adb (Analyze_Dimension_Identifier): Add guard against
4257         cascaded error.
4259 2014-01-22  Ed Schonberg  <schonberg@adacore.com>
4261         * sem_ch8.adb (Find_Selected_Component): Handle properly the case
4262         of an expanded name in a proper body, whose prefix is a package
4263         in the context of the proper body, when there is a homonym of
4264         the package declared in the parent unit.
4266 2014-01-22  Robert Dewar  <dewar@adacore.com>
4268         * sem_warn.adb (Check_Use_Clause): Don't give no entities used
4269         msg if errors found.
4270         (Check_One_Unit): Same change.
4272 2014-01-22  Robert Dewar  <dewar@adacore.com>
4274         * ug_words: Add missing/wrong entries for VMS warning switches.
4275         * sem_prag.adb (Check_Duplicate_Pragma): Avoid flagging parent type.
4277 2014-01-22  Jerome Guitton  <guitton@adacore.com>
4279         * mlib-tgt-specific-vxworks.adb (Get_Target_Suffix): Replace xscale by
4280         arm.
4282 2014-01-22  Robert Dewar  <dewar@adacore.com>
4284         * gnat_rm.texi, gnat_ugn.texi: Document passive task optimization
4286 2014-01-22  Eric Botcazou  <ebotcazou@adacore.com>
4288         * gcc-interface/Makefile.in: Minor fixes.
4290 2014-01-21  Robert Dewar  <dewar@adacore.com>
4292         * par-ch4.adb (P_If_Expression): Rewritten to improve error recovery.
4293         * par-ch5.adb (P_Condition): New version with expression prescanned.
4294         * par.adb (P_Condition): New version with expression prescanned.
4296 2014-01-21  Robert Dewar  <dewar@adacore.com>
4298         * gnat_rm.texi: Document that Allow_Integer_Address is ignored
4299         if Address is not a private type.
4300         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
4301         Ignore pragma if System.Address is not a private type.
4303 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4305         * namet.ads (Name_Len): Initialize to 0 to avoid accessing an
4306         uninitialized value.
4308 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4310         * gnat_rm.texi (Scalar_Storage_Order): Update documentation.
4312 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4314         * sem_ch12.adb (Set_Instance_Env): In Ada 2012 mode, preserve
4315         the value of Assertions_Enabled flag when compiling an instance of
4316         an internal unit. This facilitates the use of pre/postconditions
4317         in generic internal units, such as the new elementary function
4318         libraries.
4320 2014-01-21  Robert Dewar  <dewar@adacore.com>
4322         * exp_aggr.adb: Minor reformatting.
4323         * sem_attr.adb: Minor reformatting.
4324         * sem_res.adb: Minor comment addition.
4325         * einfo.adb: Minor comment updates.
4326         * freeze.adb: Minor reformatting and code reorganization.
4328 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4330         * par-ch4.adb (P_If_Expression): Handle more gracefully an
4331         elsif clause that does not have an else part.
4333 2014-01-21  Robert Dewar  <dewar@adacore.com>
4335         * checks.adb, sem_util.ads, sem_ch4.adb: Minor reformatting.
4336         * gcc-interface/Makefile.in: clean up target pairs.
4338 2014-01-21  Pascal Obry  <obry@adacore.com>
4340         * projects.texi: Minor typo fix.
4342 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4344         * freeze.adb (Check_Component_Storage_Order): If a record type
4345         has an explicit Scalar_Storage_Order attribute definition clause,
4346         reject any component that itself is of a composite type and does
4347         not have one.
4349 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4351         * sem_ch10.adb (Generate_Parent_Reference): Make public so it
4352         can be used to generate proper cross-reference information for
4353         the parent units of proper bodies.
4355 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4357         * exp_pakd.adb (Expand_Packed_Element_Set,
4358         Expand_Packed_Element_Reference): No byte swapping required in
4359         the front-end for the case of a reverse storage order array,
4360         as this is now handled uniformly in the back-end.  However we
4361         still need to swap back an extracted element if it is itself a
4362         nested composite with reverse storage order.
4364 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
4366         * sem_prag.adb (Analyze_External_Property): Add processing for "others".
4367         (Analyze_Pragma): Update the grammar of pragma Abstract_State to
4368         include "others".
4370 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4372         * gnat_ugn.texi: Minor updates.
4374 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4376         * exp_pakd.adb: Update comment, minor reformatting.
4378 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
4380         * sem_ch3.adb (Analyze_Variable_Contract): Trigger the volatile
4381         object check when SPARK_Mode is on.
4382         * sem_ch6.adb (Process_Formals): Trigger the volatile object
4383         check when SPARK_Mode is on.
4384         * sem_ch12.adb (Instantiate_Object): Trigger the volatile object
4385         check when SPARK_Mode is on.
4386         * sem_ch13.adb (Analyze_Aspect_Specifications): Insert the
4387         corresponding pragma of aspect SPARK_Mode in the visible
4388         declarations of a package declaration.
4389         * sem_prag.adb (Analyze_Pragma): Trigger the volatile object
4390         check when SPARK_Mode is on.
4391         * sem_res.adb (Resolve_Actuals): Trigger the volatile object
4392         check when SPARK_Mode is on.
4393         (Resolve_Entity_Name): Trigger
4394         the volatile object check when SPARK_Mode is on.
4396 2014-01-21  Robert Dewar  <dewar@adacore.com>
4398         * sem_ch3.adb, sem_prag.adb, sem_prag.ads, sem_ch12.adb, sem_res.adb,
4399         sem_ch6.adb, a-except-2005.adb: Minor reformatting.
4401 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4403         * exp_ch3.adb (Expand_N_Object_Declaration): When a class-wide
4404         object is declared, it is rewritten as a renaming of an dynamic
4405         expression that wraps the initial value.  The renaming declaration
4406         is first given an internal name, to prevent collisions with the
4407         entity already declared, and then the name is modified to reflect
4408         the original one. the modification of the name must preserve
4409         the source location of the original, to prevent spurious errors
4410         when compiling with style checks if the declaration involves
4411         more than one entity.
4413 2014-01-21  Hristian Kirtchev  <kirtchev@adacore.com>
4415         * aspects.adb Add entries for Async_Readers, Async_Writers,
4416         Effective_Reads and Effective_Writes in table Canonical_Aspect.
4417         * aspects.ads Add entries for Async_Readers, Async_Writers,
4418         Effective_Reads and Effective_Writes in tables Aspect_Id,
4419         Aspect_Names, Aspect_Delay and Implementation_Defined_Aspect.
4420         * atree.adb (Ekind_In): New version with 8 parameters.
4421         (Node34): New routine.
4422         (Set_Node34): New routine.
4423         * atree.ads (Ekind_In): New version with 8 parameters.
4424         (Node34): New routine.
4425         (Set_Node34): New routine.
4426         * einfo.adb Contract is now Node34.
4427         (Contract): Update the assertion and node usage.
4428         (Get_Pragma): Include pragmas Async_Readers, Async_Writers,
4429         Effective_Reads and Effective_Writes.
4430         (Set_Contract): Update the assertion and node usage.
4431         (Write_Field24_Name): Remove the output for a contract.
4432         (Write_Field34_Name): Add output for a contract.
4433         * einfo.ads Contract is now Node34. Update the comment on
4434         attribute usage and related node structures.
4435         (Get_Pragma): Update the comment on usage.
4436         * par-prag.adb (Prag): Pragmas Async_Readers, Async_Writers,
4437         Effective_Reads and Effective_Writes do not require special
4438         processing by the parser.
4439         * sem_ch3.adb (Analyze_Variable_Contract): New routine.
4440         (Analyze_Declarations): Analyze the contract of a variable at
4441         the end of the declarative region.
4442         (Analyze_Object_Declaration): Create a contract for a variable.
4443         * sem_ch6.adb (Analyze_Subprogram_Contract): Update the retrieval
4444         of classification pragmas.
4445         (Process_Formals): Detect an illegal
4446         use of a volatile object as a formal in a function.
4447         * sem_ch12.adb (Instantiate_Object): Detect an illegal use of
4448         a volatile object as an actual in generic instantiation.
4449         * sem_prag.adb Add entries for Async_Readers, Async_Writers,
4450         Effective_Reads and Effective_Writes in table Sig_Flags.
4451         (Analyze_External_State_In_Decl_Part): New routine.
4452         (Analyze_Global_Item): Detect an illegal use of a volatile object
4453         as a global item of a function.
4454         (Analyze_Pragma): Reimplement
4455         pragma Abstract_State. Add support for pragmas Async_Readers,
4456         Async_Writers, Effective_Reads and Effective_Writes.
4457         (Check_External_Properties): New routine.
4458         * sem_prag.ads (Analyze_External_State_In_Decl_Part): New routine.
4459         (Check_External_Properties): New routine.
4460         * sem_res.adb (Resolve_Actuals): Detect an illegal use of a
4461         volatile object as an actual in a call.
4462         (Resolve_Entity_Name):
4463         Add local variables Par, Prev and Usage_OK. Detect illegal
4464         contexts of volatile objects.
4465         * sem_util.adb (Add_Contract_Item): Add support for
4466         pragmas associated with the contract of a variable.
4467         (Async_Readers_Enabled): New routine.
4468         (Async_Writers_Enabled): New routine.
4469         (Effective_Reads_Enabled): New routine.
4470         (Effective_Writes_Enabled): New routine.
4471         (Has_Enabled_Property):
4472         New routine.
4473         (Is_Unchecked_Conversion_Instance): New routine.
4474         (Is_Volatile_Object): Add support for entities that may denote
4475         a volatile object.
4476         * sem_util.ads (Add_Contract_Item): Update the
4477         comment on usage.
4478         (Async_Readers_Enabled): New routine.
4479         (Async_Writers_Enabled): New routine.
4480         (Effective_Reads_Enabled): New routine.
4481         (Effective_Writes_Enabled): New routine.
4482         (Is_Unchecked_Conversion_Instance): New routine.
4483         * sinfo.ads Update the comment on the structure of N_Contract.
4484         * snames.ads-tmpl Add predefined names for Async_Readers,
4485         Async_Writers, Effective_Reads and Effective_Writes. Add
4486         pragma ids for Async_Readers, Async_Writers, Effective_Reads
4487         and Effective_Writes.
4489 2014-01-21  Robert Dewar  <dewar@adacore.com>
4491         * exp_ch4.adb (Eval_Op_Expon): Use CRT_Safe_Compile_Time_Known_Value
4492         * sem_eval.adb (Compile_Time_Known_Value): Remove special
4493         handling of CRT mode (CRT_Safe_Compile_Time_Known_Value): New
4494         function (Eval_Op_Expon): Add CRT_Safe in call to Test_Foldable
4495         (Test_Foldable): Add CRT_Safe parameter
4496         * sem_eval.ads (Compile_Time_Known_Value): Remove special
4497         handling of CRT mode.
4498         (CRT_Safe_Compile_Time_Known_Value): New function.
4500 2014-01-21  Robert Dewar  <dewar@adacore.com>
4502         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Fix problem
4503         with pragma or aspect that applies to package spec or subprogram
4504         spec.
4506 2014-01-21  Robert Dewar  <dewar@adacore.com>
4508         * exp_aggr.adb: Minor reformatting.
4510 2014-01-21  Johannes Kanig  <kanig@adacore.com>
4512         * gnat1drv.adb (Gnat1drv) remove obsolete reference to -gnatd.H.
4514 2014-01-21  Bob Duff  <duff@adacore.com>
4516         * gnat_ugn.texi: Document the "checks" attribute in gnat2xml.
4518 2014-01-21  Steve Baird  <baird@adacore.com>
4520         * gnat_rm.texi: Improve description of SPARK_Mode pragma.
4522 2014-01-21  Vincent Celier  <celier@adacore.com>
4524         * prj-part.adb (Parse_Single_Project): Accept to extend a project
4525         if it has only be imported by an project being extended. When a
4526         project that has only been imported by a project being extended
4527         is imported by another project that is not being extended,
4528         reset the previous indication, so that it will be an error if
4529         this project is extended later.
4530         * prj-tree.adb (Create_Project): Include component From_Extended
4531         in table Projects_HT
4532         * prj-tree.ads (Project_Name_And_Node): New Boolean component
4533         From_Extended
4535 2014-01-21  Robert Dewar  <dewar@adacore.com>
4537         * atree.ads, atree.adb: Add Node33 and Set_Node33.
4538         * einfo.ads, einfo.adb (SPARK_Pragma): New field (SPARK_Aux_Pragma):
4539         New field (SPARK_Pragma_Inherited): New flag
4540         (SPARK_Aux_Pragma_Inherited): New flag (SPARK_Mode_Pragmas):
4541         Removed.
4542         * lib.ads, lib.adb: Remove SPARK_Mode_Pragma, no longer used.
4543         * opt.ads (SPARK_Mode_Pragma): New global variable.
4544         * sem.ads: Add Save_SPARK_Mode_Pragma field to Scope_Stack_Entry.
4545         * sem_ch3.adb: Use new SPARK_Mode data structures.
4546         * sem_ch6.adb: Set SPARK_Mode fields in subprogram specs and bodies.
4547         * sem_ch7.adb: Set SPARK_Mode fields in package spec and body entities.
4548         * sem_ch8.adb (Push_Scope): Save SPARK_Mode_Pragma.
4549         (Pop_Scope): Restore SPARK_Mode_Pragma.
4550         * sem_prag.adb (Analyze_Pragma, case SPARK_Mode): Rewrite for
4551         new data structures.
4553 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4555         * back_end.adb: Undo previous change, not needed. Minor reformatting.
4557 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4559         * exp_ch5.adb: Fix comment.
4560         * switch-c.adb: Minor comment update.
4561         * exp_ch3.adb: Minor reformatting.
4563 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4565         * back_end.adb (Scan_Compiler_Arguments): Do not store object
4566         filename in gnatprove mode.
4568 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4570         * sinfo.ads (No_Ctrl_Actions): Clarify documentation (flag also
4571         suppresses usage of primitive _assign for tagged types).
4572         * exp_aggr.adb (Build_Array_Aggr_Code.Gen_Assign): Set
4573         No_Ctrl_Actions for a tagged type that does not require
4574         finalization, as we want to disable usage of _assign (which
4575         may cause undesirable discriminant checks on an uninitialized,
4576         invalid target).
4578 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4580         * sem_prag.adb: Reject invariant'class on completion.
4582 2014-01-21  Javier Miranda  <miranda@adacore.com>
4584         * exp_ch3.adb (Build_Init_Procedure): For
4585         derivations of interfaces, do not move the the initialization
4586         of the _parent field since such assignment is not generated.
4588 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4590         * sem_res.adb (Rewrite_Renamed_Operator): Do not replace entity
4591         with the operator it renames if we are within an expression of
4592         a pre/postcondition, because the expression will be reanalyzed
4593         at a later point, and the analysis of the renaming may affect
4594         the visibility of the operator when in an instance.
4596 2014-01-21  Robert Dewar  <dewar@adacore.com>
4598         * sinfo.ads, sinfo.adb: Change Do_Discriminant_Check to use new Flag1.
4599         Add this flag to type conversion nodes and assignment nodes.
4600         * treepr.adb: Deal properly with Flag 1,2,3.
4601         * treeprs.adt: Minor comment update.
4603 2014-01-21  Robert Dewar  <dewar@adacore.com>
4605         * sem_eval.adb (Compile_Time_Known_Value): Add Ignore_CRT
4606         parameter.
4607         * sem_eval.ads (Compile_Time_Known_Value): Add Ignore_CRT
4608         parameter, completely rewrite spec.
4610 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4612         * sem_ch10.adb (Install_Withed_Unit): If the unit is a subprogram
4613         instance that is inlined, it may have been rewritten as a wrapper
4614         package. In that case the unit that must be made visible is the
4615         related instance of the package.
4617 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4619         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Refine
4620         previous change in codepeer mode.
4622 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4624         * exp_ch9.adb (Expand_N_Selective_Accept.Add_Accept): Always add
4625         call to Abort_Undefer, as expected by the runtime.
4626         * s-tasren.adb (Local_Complete_Rendezvous): Replace
4627         Defer_Abort_Nestable by Defer_Abort, since we do not expect abort to be
4628         deferred at this point. Update comments.
4630 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4632         * exp_ch4.adb, exp_ch5.adb, checks.adb: Minor reformatting.
4634 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4636         * switch-c.adb, usage.adb, gnat_ugn.texi: Mark -gnates as internal,
4637         remove from doc.
4639 2014-01-21  Robert Dewar  <dewar@adacore.com>
4641         * switch-c.adb, usage.adb, atree.adb, atree.ads: Minor reformatting.
4643 2014-01-21  Thomas Quinot  <quinot@adacore.com>
4645         * atree.adb, atree.ads (Num_Extension_Nodes): Switch to Node_Id, since
4646         this is value is used in Node_Id arithmetic operations.
4647         (Copy_Node, Exchange_Entities): Use loops indexed by Num_Extension_Nodes
4648         instead of hard-coded unrolled code.
4650 2014-01-21  Yannick Moy  <moy@adacore.com>
4652         * gnat1drv.adb: Minor code cleanup, removing useless code.
4654 2014-01-21  Arnaud Charlet  <charlet@adacore.com>
4656         * opt.ads (SPARK_Switches_File_Name): New.
4657         * switch-c.adb (Scan_Front_End_Switches): Add handling of -gnates=xxx *
4658         * usage.adb (Usage): Document -gnates, in gnatprove mode only.
4659         * gnat_ugn.texi: Document -gnates.
4661 2014-01-21  Yannick Moy  <moy@adacore.com>
4663         * errout.adb (Special_Msg_Delete): Update comment. Remove
4664         special case for GNATprove which should not ignore mismatch
4665         in sizes for representation clauses.
4666         * sem_prag.adb (Analyze_Pragma): Remove special case for GNATprove
4667         which should not ignore pragma Pack.
4669 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4671         * sem_ch4.adb: Code clean up.
4673 2014-01-21  Steve Baird  <baird@adacore.com>
4675         * gnat_rm.texi: Improve GNAT RM description of SPARK_Mode pragma.
4677 2014-01-21  Robert Dewar  <dewar@adacore.com>
4679         * gcc-interface/gigi.h: Get Flags array address.
4680         * gcc-interface/trans.c: Acquire Flags array address.
4681         * atree.adb: Add support for Flags array and Flag0,1,2,3.
4682         * atree.ads: Add support for Flags array and Flag0,1,2,3.
4683         * atree.h: Add support for Flags array and Flag0,1,2,3.
4684         * back_end.adb: Pass Flags array address to gigi.
4686 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4688         * sem_ch8.adb (Attribute_Renaming): Transfer original attribute
4689         reference to generated body so that legality checks on stream
4690         attributes are properly applied. If type is tagged and already
4691         frozen, insert generated body at the point of the renaming
4692         declaration.
4694 2014-01-21  Ed Schonberg  <schonberg@adacore.com>
4696         * sem_ch12.adb: Code clean up.
4697         * sem_ch8.adb: Minor reformatting
4699 2014-01-20  Robert Dewar  <dewar@adacore.com>
4701         * checks.adb: Check SPARK_Mode instead of GNATProve_Mode for
4702         converting warnings on inevitable exceptions to errors.
4703         * exp_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
4704         converting warnings on inevitable exceptions to errors.
4705         * opt.adb (SPARK_Mode_Config): Handled like other config flags
4706         * opt.ads (SPARK_Mode_Type): Moved here from types (renamed from
4707         SPARK_Mode_Id) (SPARK_Mode_Type): Add pragma Ordered, remove
4708         SPARK_ from names (SPARK_Mode): New flag (SPARK_Mode_Config):
4709         New flag (Config_Switches_Type): Add SPARK_Mode field
4710         * sem.adb: Minor code reorganization (remove unnecessary with)
4711         * sem.ads (Scope_Stack_Entry): Add Save_SPARK_Mode field
4712         * sem_aggr.adb: Check SPARK_Mode instead of GNATProve_Mode for
4713         converting warnings on inevitable exceptions to errors.
4714         * sem_attr.adb: Check SPARK_Mode instead of GNATProve_Mode for
4715         converting warnings on inevitable exceptions to errors.
4716         * sem_ch3.adb: Check SPARK_Mode instead of GNATProve_Mode for
4717         converting warnings on inevitable exceptions to errors.
4718         * sem_ch4.adb: Check SPARK_Mode instead of GNATProve_Mode for
4719         converting warnings on inevitable exceptions to errors.
4720         * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Reset SPARK_Mode
4721         from spec if needed
4722         * sem_ch7.adb (Analyze_Package_Body_Helper): Reset SPARK_Mode
4723         from spec if needed
4724         * sem_ch8.adb (Push_Scope): Save SPARK_Mode (Pop_Scope):
4725         Restore SPARK_Mode
4726         * sem_elab.adb: Check SPARK_Mode instead of GNATProve_Mode for
4727         converting warnings on inevitable exceptions to errors.
4728         * sem_prag.adb (Get_SPARK_Mode_From_Pragma): New function
4729         (Get_SPARK_Mode_Id): Removed (Get_SPARK_Mode_Type): New name
4730         of Get_SPARK_Mode_Id
4731         * sem_prag.ads (Get_SPARK_Mode_From_Pragma): New function
4732         * sem_res.adb: Check SPARK_Mode instead of GNATProve_Mode for
4733         converting warnings on inevitable exceptions to errors.
4734         * sem_util.adb: Check SPARK_Mode instead of GNATProve_Mode for
4735         converting warnings on inevitable exceptions to errors.
4736         * types.ads (SPARK_Mode_Id): Moved to opt.ads and renamed
4737         SPARK_Mode_Type
4739 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4741         * sem_ch13.adb: Add semantic information to rewritten type
4742         reference.
4744 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4746         * exp_ch5.adb (Expand_N_Assignment_Statement): If both sides
4747         are of a type with unknown discriminants, convert both to the
4748         underlying view of the type, so that the proper constraint check
4749         can be applied to the right-hand side.
4751 2014-01-20  Robert Dewar  <dewar@adacore.com>
4753         * atree.adb (Copy_Node): Fix failure to copy last component
4754         (Exchange_Entities): Fix failure to exchange last entity
4756 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4758         * sem_ch12.adb: Code clean up.
4760 2014-01-20  Robert Dewar  <dewar@adacore.com>
4762         * gnat_rm.texi, sem_ch4.adb: Minor reformatting.
4764 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4766         * sem_ch4.adb (Analyze_Quantified_Expression): If after
4767         pre-analysis  the loop parameter specification has been
4768         rewritten as a iterator specification, propagate the change to
4769         the quantified expression, for ASIS navigtion needs.
4771 2014-01-20  Vincent Celier  <celier@adacore.com>
4773         * par-ch10.adb: Minor error message change: escape [ and ].
4775 2014-01-20  Robert Dewar  <dewar@adacore.com>
4777         * checks.adb: Make warnings on exceptions into errors in GNATprove mode.
4778         * errout.adb: Implement [ and ] insertion characters.
4779         * errout.ads: Document new [ and ] insertion characters.
4780         * sem_ch12.adb, restrict.adb, frontend.adb, exp_ch7.adb: Minor
4781         addition of ??? comment.
4782         * lib-xref.adb, exp_util.adb, gnat1drv.adb: Minor reformatting
4783         * exp_ch4.adb, sem_ch3.adb, sem_ch4.adb, sem_ch6.adb, sem_elab.adb,
4784         sem_eval.adb, sem_res.adb, sem_util.adb, sem_attr.adb, sem_aggr.adb:
4785         Make warnings on exceptions into errors in GNATprove mode.
4786         * sem_dim.adb: Minor reformatting throughout Quote [ and ]
4787         in error messages.
4789 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4791         * sem_ch13.adb: Code clean up.
4793 2014-01-20  Robert Dewar  <dewar@adacore.com>
4795         * errout.ads, errout.adb: Implement >? >x? >X? sequences in error
4796         messages.
4797         * sem_ch6.adb (Check_Statement_Sequence): Missing return is an
4798         error in GNATprove mode.
4800 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4802         * par-ch4.adb (Is_Parameterless_Attribute): The Ada2012 attribute
4803         reference 'Old takes no parameters, and thus can appear as a
4804         prefix of a slice.
4806 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
4808         * exp_aggr.adb: Fix minor typos.
4810 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4812         * sem_attr.adb (Analyze_Attribute, case 'Constrained): In an
4813         instance the attribute is legal, and its value is determined
4814         statically if the type has no discriminants. This choice is
4815         more useful than rechecking the legality rule in the instance,
4816         is consistent with older usage, and is also consistent with all
4817         existing tests.
4819 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
4821         * sem_cat.adb (Validate_Static_Object_Name): Change error into
4822         warning in Relaxed_Semantic_Mode.
4824 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4826         * sem_attr.adb: Code and comments cleanup.
4828 2014-01-20  Yannick Moy  <moy@adacore.com>
4830         * debug.adb Free debug flags -gnatd.D, -gnatd.G and -gnatd.V *
4831         * errout.adb (Compilation_Errors): Remove special handling in
4832         GNATprove mode.
4833         * gnat1drv.adb (Adjust_Global_Switches): Remove handling of the
4834         removed debug flags.
4835         * gnat_rm.texi: Initial documentation for Abstract_State, Depends,
4836         Global, Initial_Condition, Initializes and Refined_State pragmas and
4837         aspects.
4838         * opt.ads (Frame_Condition_Mode, Formal_Extensions,
4839         SPARK_Strict_Mode): Remove global flags.
4840         * sem_ch3.adb (Analyze_Object_Declaration): Check of no hidden state
4841         always performed now, on packages declaring a null state.
4842         (Signed_Integer_Type_Declaration): Remove ill-designed attempt
4843         at providing pedantic mode for bounds of integer types.
4844         * sem_ch4.adb (Analyze_Quantified_Expression): Warning on suspicious
4845         "some" quantified expression now issued under control of -gnatw.t,
4846         like the other warning on unused bound variable.
4847         * sem_prag.adb (Check_Precondition_Postcondition): Remove useless test
4848         on removed flag.
4849         (Analyze_Pragma): Remove tests for SPARK 2014
4850         pragmas, not officially allowed by GNAT.
4852 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
4854         * sem_prag.adb (Analyze_Pragma): Ensure that
4855         the sole argument of pragmas Abstract_State, Contract_Cases,
4856         Depends, Global and Initializes in in aggregate form.
4857         (Analyze_Refined_Pragma): Ensure that the sole argument of
4858         pragmas Refined_Depends, Refined_Global and Refined_State is in
4859         aggregate form.
4860         (Ensure_Aggregate_Form): New routine.
4862 2014-01-20  Doug Rupp  <rupp@adacore.com>
4864         * sem_attr.adb (Analyze_Attribute): case
4865         Attribute_Constrained => treat all prefixes as legal for Declib
4866         compatibility.
4868 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
4870         * sem_prag.adb (Check_Mode): Reimplement the routine.
4871         (Find_Mode): New routine.
4873 2014-01-20  Robert Dewar  <dewar@adacore.com>
4875         * sem_ch4.adb (Operator_Check): Handle additional
4876         Allow_Integer_Address cases.
4878 2014-01-20  Robert Dewar  <dewar@adacore.com>
4880         * gnat_rm.texi (Allow_Integer_Address): Remove note about not
4881         allowed if address is non-private, no longer true.
4882         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
4883         Remove check for address being private, causes difficulty when
4884         pragma used in gnat.adc file and is not needed, since we guard
4885         this in Address_Integer_Convert_OK.
4886         * exp_ch7.adb: Minor reformatting.
4887         * sem_ch4.adb: Handle operator operands in Allow_Integer_Address mode.
4889 2014-01-20  Robert Dewar  <dewar@adacore.com>
4891         * checks.adb (Apply_Range_Check): Remove gnatprove special
4892         casing of exponentiation.
4893         * sem_res.adb (Resolve_Op_Expon): Apply range check to right
4894         operand for integer case to check range against Natural.
4896 2014-01-20  Robert Dewar  <dewar@adacore.com>
4898         * s-tataat.adb: Minor reformatting.
4900 2014-01-20  Robert Dewar  <dewar@adacore.com>
4902         * einfo.adb (Is_Descendent_Of_Address): Now applies to all
4903         entities, and also fix documentation to remove mention of visible
4904         integer type, since this is not what the implementation does.
4905         * einfo.ads (Is_Descendent_Of_Address): Now applies to all
4906         entities, and also fix documentation to remove mention of visible
4907         integer type, since this is not what the implementation does.
4908         * gnat_rm.texi: Minor clarification of Allow_Integer_Address
4909         function.
4910         * sem_ch4.adb (Analyze_One_Call): Handle Allow_Integer_Address
4911         case for parameter type check.
4912         * sem_res.adb (Resolve): Use new function
4913         Address_Integer_Convert_OK.
4914         * sem_type.adb: Minor code reorganization (use Ekind_In) Minor
4915         reformatting throughout.
4916         * sem_util.adb (Address_Integer_Convert_OK): New function.
4917         * sem_util.ads: Minor reformatting (put specs in alpha order)
4918         (Address_Integer_Convert_OK): New function.
4920 2014-01-20  Thomas Quinot  <quinot@adacore.com>
4922         * exp_ch7.adb (Wrap_Transient_Expression):
4923         Insertion extra conditional expression only if
4924         Opt.Suppress_Control_Flow_Optimizations is set.
4926 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
4928         * s-tataat.adb (Initialize_Attributes): Abort might already be
4929         deferred in Create_Task.
4931 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
4933         * checks.adb (Apply_Scalar_Range_Check): Flag
4934         the exponent as requiring a range check when the expression is
4935         an exponentiation.
4937 2014-01-20  Fedor Rybin  <frybin@adacore.com>
4939         * gnat_ugn.texi: Documenting --passed-tests option for gnattest.
4941 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
4943         * sem_util.adb (Default_Initialization): New routine.
4944         * sem_util.ads: Add new type Default_Initialization_Kind.
4945         (Default_Initialization): New routine.
4947 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
4949         * sem_prag.adb (Check_Mode): Correct all error
4950         message logic dealing with in/in out parameters that may appear
4951         as inputs or have a self reference.
4953 2014-01-20  Robert Dewar  <dewar@adacore.com>
4955         * exp_ch9.adb, checks.adb, exp_intr.adb: Minor reformatting.
4956         * sem_res.adb (Resolve): Fix error causing infinite loop for
4957         integer used as address. Allow addresses as integers.
4959 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
4961         * s-osinte-linux.ads (struct_sigaction): Fix rep clause.
4963 2014-01-20  Bob Duff  <duff@adacore.com>
4965         * par-ch8.adb (P_Use_Type_Clause): Detect syntax
4966         error when "use all" is not followed by "type".
4968 2014-01-20  Bob Duff  <duff@adacore.com>
4970         * exp_intr.adb (Expand_Unc_Deallocation): Remove warning on abort
4971         followed by free.
4973 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
4975         * checks.adb (Apply_Address_Clause_Check): If there is an
4976         alignment check on the expression in an address clause, and there
4977         is no local exception propagation, add an additional explanatory
4978         message to clarify the cause of previous warning.
4980 2014-01-20  Robert Dewar  <dewar@adacore.com>
4982         * exp_ch7.adb: Minor reformatting.
4983         * opt.ads: Minor comment updates.
4984         * sem.adb: Minor name change Is_Main_Unit =>
4985         Is_Main_Unit_Or_Main_Unit_Spec.
4986         * sem_ch6.adb: Minor reformatting and code reorganization.
4988 2014-01-20  Bob Duff  <duff@adacore.com>
4990         * gnat_ugn.texi: Update gnatpp switches.
4992 2014-01-20  Thomas Quinot  <quinot@adacore.com>
4994         * exp_ch9.adb: Minor comment edit.
4996 2014-01-20  Robert Dewar  <dewar@adacore.com>
4998         * gnat_rm.texi: Document that Allow_Integer_Address is permitted
4999         only if System.Address is a private type.
5000         * opt.ads (Allow_Integer_Address): No longer set by -gnates.
5001         * sem_prag.adb (Analyze_Pragma, case Allow_Integer_Address):
5002         Allowed only if type System.Address is private, since otherwise
5003         it makes no sense.
5004         * sem_res.adb: Fix failure to properly Analyze unchecked
5005         conversions that were introduced by Allow_Integer_Address.
5006         * switch-c.adb: Remove -gnates switch.
5007         * usage.adb: Remove -gnates switch.
5008         * gnat_ugn.texi: Remove documentation of -gnates flag.
5010 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
5012         * sem_ch6.adb (Analyze_Expression_Function): Pre-analyze and
5013         resolve expression to perform proper name capture.
5015 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
5017         * sem.adb (Semantics): When saving/restoring configuration
5018         switches, the spec of a pre- defined unit that is the main unit
5019         must be treated as a predefined unit as well.
5021 2014-01-20  Thomas Quinot  <quinot@adacore.com>
5023         * exp_ch7.adb (Wrap_Transient_Expression): For a Boolean
5024         expression, insert an extra conditional expression when saving
5025         the value of the expression, for the benefit of control flow
5026         graph based coverage analysis.
5027         * exp_ch3.adb: Minor reformatting.
5029 2014-01-20  Robert Dewar  <dewar@adacore.com>
5031         * gnat1drv.adb: Set Allow_Integer_Address in relaxed semantics mode.
5032         * gnat_rm.texi: Document pragma Allow_Integer_Address.
5033         * gnat_ugn.texi: Document pragma Allow_Integer_Address, -gnates.
5034         * opt.ads: New flag Allow_Integer_Address.
5035         * par-prag.adb: Dummy entry for pragma Allow_Integer_Address.
5036         * sem_ch5.adb: Minor reformatting.
5037         * sem_prag.adb: Implement pragma Allow_Integer_Address.
5038         * sem_res.adb (Resolve): Allow integer address value if
5039         switch set.
5040         * sem_util.adb: Minor reformatting.
5041         * snames.ads-tmpl: Add entry for pragma Allow_Integer_Address.
5042         * switch-c.adb: Recognize flag -gnates.
5043         * usage.adb: Document flag -gnates.
5045 2014-01-20  Thomas Quinot  <quinot@adacore.com>
5047         * s-tadeca.adb: Fix minor typos in comment.
5049 2014-01-20  Pascal Obry  <obry@adacore.com>
5051         * s-win32.ads (FreeLibrary): New import.
5053 2014-01-20  Robert Dewar  <dewar@adacore.com>
5055         * sem_res.adb, sem_cat.adb: Minor reformatting.
5056         * sem_ch11.adb (Analyze_Raise_Statement): Only give warning about
5057         assigning to OUT parameters for the current subprogram scope.
5058         * exp_ch4.adb: Minor reformatting.
5060 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
5062         * exp_ch4.adb (Process_Transient_Object,
5063         Find_Enclosing_Contexts): If the top-level if-expression that
5064         generated the transient object is an actual in a call, the proper
5065         Hook_Context is a construct enclosing the call.
5066         * einfo.ads: Indicate that Related_Expression is used to link a
5067         loop variable to the container expression over which the loop
5068         takes place.
5069         (Analyze_Iterator_Specification): Set the Related_Expression of
5070         the loop variable in a container element iterator.
5071         (Note_Possible_Modification): If the variable is the loop
5072         variable in a container element iterator, indicate that the
5073         enclosing container is also modified.
5075 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5077         * aspects.adb (Move_Or_Merge_Aspects): Reimplemented.
5079 2014-01-20  Robert Dewar  <dewar@adacore.com>
5081         * s-taasde.ads, gnat_ugn.texi, s-tadeca.adb, sem_res.adb, s-tadeca.ads:
5082         Minor reformatting and code clean up.
5084 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
5086         * sem_cat.adb (Validate_Object_Declaration): Relax semantics
5087         of objects of private type if Relaxed_RM_Semantics.
5089 2014-01-20  Claire Dross  <dross@adacore.com>
5091         * a-cofove.ads (Vector): Capacity discriminant
5092         should be in range of the index.
5094 2014-01-20  Thomas Quinot  <quinot@adacore.com>
5096         * a-caldel.ads(To_Duration), s-taasde.ads(Time_Enqueue):
5097         Clarify specs s-tadeca.adb(Enqueue_Calendar): Compensate for
5098         possible difference between epoch of Ada.Calendar clock and Ada
5099         real-time/tasking clock.
5100         * s-taprop-posix.adb: Minor comment fix.
5102 2014-01-20  Doug Rupp  <rupp@adacore.com>
5104         * sysdep.c [vxworks]: Remove Vxworks version noise for RTP.
5106 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5108         * exp_attr.adb (Expand_N_Attribute_Reference): Generate validity
5109         checks on the prefix of attribute 'Old.
5110         * sem_ch3.adb (Process_Range_Expr_In_Decl): Suppress the
5111         generation of validity checks on a range that belongs to the
5112         iteration scheme of a quantified expression.
5113         * sem_ch5.adb (One_Bound): Suppress the generation of validity
5114         checks on a bound that belongs to the iteration scheme of a
5115         quantified expression, generate the check in all other cases.
5117 2014-01-20  Bob Duff  <duff@adacore.com>
5119         * gnat_ugn.texi: Enable --pp-new by default. Minor reorganization.
5121 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
5123         * sem_res.adb (Resolve): When compiling a predefined unit, ignore
5124         interpretations that do not come from other predefined units,
5125         to prevent spurious ambiguities in the presence of user-defined
5126         operators in the context of (an instance of) a predefined unit.
5128 2014-01-20  Robert Dewar  <dewar@adacore.com>
5130         * gnat_rm.texi: Document that Loop_Variant is included in
5131         Statement_Assertions.
5132         * sem_prag.adb (Check_Kind): Add Loop_Variant to
5133         Statement_Assertions (Check_Applicable_Policy): Add Loop_Variant
5134         to Statement_Assertions.
5136 2014-01-20  Doug Rupp  <rupp@adacore.com>
5138         * sysdep.c (__gnat_is_file_not_found_error) [vxworks6]: Add case
5139         for errno ENOENT from RTP on NFS mounted file system.
5141 2014-01-20  Ed Schonberg  <schonberg@adacore.com>
5143         * sem_util.adb (Check_Function_Writable_Actuals): 1) Do not
5144         examine code that does not come from source. The check does not
5145         apply to code generated for constraint checks, and such code may
5146         generate spurious error messages when compiled with expansion
5147         disabled (as in a generic unit) because side effects may not
5148         have been removed.
5149         2) Make error messages more explicit: indicate the component
5150         of the  construct whose value is indeterminate because of a
5151         call to a function with in-out parameter in another component,
5152         when there is no mandated order of execution between the two
5153         components (actuals, aggregate components, alternatives).
5155 2014-01-20  Robert Dewar  <dewar@adacore.com>
5157         * gnat_rm.texi: Minor cleanup.
5159 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5161         * sem_attr.adb (Analyze_Attribute): Attributes 'Old and 'Result
5162         can now apply to a refined postcondition.
5163         * sem_ch6.adb (Analyze_Subprogram_Contract): Remove local
5164         variable Result_Seen. Add variables Case_Prag, Post_Prag,
5165         Seen_In_Case and Seen_In_Post. Update the mechanism that detects
5166         whether postconditions and/or constract-cases mention attribute
5167         'Result and introduce a post-state when applied to functions.
5168         (Check_Result_And_Post_State): Removed.
5169         * sem_prag.adb (Analyze_Pragma): Add local variable
5170         Result_Seen. Verify that the expression of pragma Refined_Post
5171         mentions attribute 'Result and introduces a post-state.
5172         * sem_util.ads, sem_util.adb (Check_Result_And_Post_State): New routine.
5174 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5176         * exp_ch7.adb (Is_Subprogram_Call): New routine.
5177         (Process_Transient_Objects): Make variable Must_Hook global with
5178         respect to all locally declared subprograms. Search the context
5179         for at least one subprogram call.
5180         (Requires_Hooking): Removed.
5182 2014-01-20  Claire Dross  <dross@adacore.com>
5184         * a-cfdlli.ads a-cfhama.ads a-cfhase.ads a-cforma.ads
5185         * a-cforse.ads a-cofove.ads: Add pragma Annotate (GNATprove,
5186         External_Axiomatization);
5188 2014-01-20  Robert Dewar  <dewar@adacore.com>
5190         * sem_attr.adb (Analyze_Attribute, case Loop_Entry): Allow
5191         Loop_Entry in Assert, Assert_And_Cut, and Assume pragmas.
5192         * sem_prag.adb (Analyze_Pragma, case Assert[_And_Cut], Assume):
5193         Allow Loop_Entry to be used in these pragmas if they appear in
5194         an appropriate context.
5195         (Placement_Error): Specialize error
5196         message for pragma Assert[_And_Cut] or pragma Assume containing
5197         Loop_Entry attribute.
5198         * a-exexpr-gcc.adb, sinput.adb: Minor reformatting.
5199         * s-excmac-arm.ads, s-except.ads, s-excmac-gcc.ads: Minor reformatting
5200         and code clean ups.
5202 2014-01-20  Robert Dewar  <dewar@adacore.com>
5204         * gnat1drv.adb: Minor comment update.
5206 2014-01-20  Tristan Gingold  <gingold@adacore.com>
5208         * raise-gcc.c (PERSONALITY_FUNCTION/arm): Remove unused
5209         variables, comment out unused code.
5210         * a-exexpr-gcc.adb: Move declarations to s-excmac-gcc.ads
5211         * s-excmac-gcc.ads: New file, extracted from a-exexpr-gcc.adb
5212         * s-excmac-arm.ads: New file.
5214 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5216         * exp_ch4.adb (Expand_N_Slice): Remove constant D and variables
5217         Drange and Index_Typ. Remove the circuitry which creates a
5218         range check to compare the index type of the array against the
5219         discrete_range.
5220         * sem_res.adb (Resolve_Slice): Add local variable Dexpr. Update
5221         the circuitry which creates a range check to handle a
5222         discrete_range denoted by a subtype indication.
5224 2014-01-20  Pierre-Marie Derodat  <derodat@adacore.com>
5226         * sinput.adb, sinput.ads (Sloc_Range): Traverse the tree of original
5227         nodes to get the original sloc range.
5229 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5231         * sem_prag.adb (Analyze_Pragma): Use Defining_Entity to obtain the
5232         entity of a [library level] package.
5234 2014-01-20  Tristan Gingold  <gingold@adacore.com>
5236         * raise-gcc.c (exception_class_eq): New function.
5237         (is_handled_by): Use it to compare exception classes.
5238         (PERSONALITY_STORAGE): Define.  (continue_unwind): New function to
5239         be called to return URC_CONTINUE_UNWIND.
5240         (personality_body): New function, extracted from PERSONALITY_ROUTINE.
5241         (PERSONALITY_ROUTINE): Add an implementation for the ARM unwinder.
5243 2014-01-20  Robert Dewar  <dewar@adacore.com>
5245         * opt.ads: Minor comment update.
5247 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5249         * exp_ch4.adb (Expand_N_Slice): Relocate some variables and
5250         constants to the "Local variables" area. Add new constant D. Add
5251         new variables Drange and Index_Typ.  Rename Pfx to Rep and Ptp
5252         to Pref_Typ and update all occurrences. Add circuitry to extract
5253         the discrete_range and the index type and build a range check.
5255 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
5257         * gnat1drv.adb (Adjust_Global_Switches): Enable
5258         Treat_Categorization_Errors_As_Warnings when Relaxed_RM_Semantics
5259         is set.
5261 2014-01-20  Thomas Quinot  <quinot@adacore.com>
5263         * sem_ch5.adb, sem_ch4.adb: Minor reformatting.
5265 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5267         * sem_ch13.adb (Analyze_Aspect_Specifications):
5268         When aspect SPARK_Mode appears on a package body, insert the
5269         generated pragma at the top of the body declarations.
5271 2014-01-20  Robert Dewar  <dewar@adacore.com>
5273         * sem_aggr.adb, exp_prag.adb, sem_aux.adb, sinfo.ads, sem_ch10.adb,
5274         checks.adb, sem_prag.adb, sem_ch12.adb, freeze.adb, g-arrspl.adb,
5275         expander.adb, gnat1drv.adb, exp_ch4.adb, sem_ch6.adb,
5276         sem_ch8.adb, exp_dist.adb: Minor reformatting.
5278 2014-01-20  Yannick Moy  <moy@adacore.com>
5280         * gnat1drv.adb (Gnat1drv): Call Write_ALI with Object=True in GNATprove
5281         mode.
5283 2014-01-20  Pascal Obry  <obry@adacore.com>
5285         * g-arrspl.ads (Slice_Set): New definition (will use a copy on
5286         write scheme).
5287         * g-arrspl.adb: Adapt all routine to this new implementation.
5288         (Set): Copy the Slice_Set definition before reusing it.
5290 2014-01-20  Arnaud Charlet  <charlet@adacore.com>
5292         * sem_prag.adb (Process_Import_Or_Interface): In
5293         Relaxed_RM_Semantics, support old Ada 83 style of pragma Import.
5294         (Analyze_Pragma): Ditto for pragma Export.
5295         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Handle old pragma
5296         Import style.
5298 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5300         * einfo.ads: E_Abstract_State is now part of the entities that
5301         can be overloaded. Update type Overloadable_Kind to reflect the
5302         inclusion of abstract states.
5303         * sem_ch6.adb (New_Overloaded_Entity): A function can now
5304         overload an abstract state.
5305         * sem_prag.adb (Analyze_Constituent): Handle the overloading
5306         of states by functions. Use Entity_Of to obtain the entity of
5307         a constituent.  (Analyze_Global_Item): Handle the overloading of
5308         states by functions.
5309         (Analyze_Initialization_Item): Handle the
5310         overloading of states by functions.  Use Entity_Of to obtain the
5311         entity of an item.
5312         (Analyze_Input_Item): Handle the overloading
5313         of states by functions. Use Entity_Of to obtain the entity of an item.
5314         (Analyze_Input_Output): Handle the overloading of states by functions.
5315         (Analyze_Refinement_Clause): Handle the overloading
5316         of states by functions.  Use Entity_Of to obtain the entity of an item.
5317         (Appears_In): Use Entity_Of to obtain the entity of an element.
5318         (Check_Usage): Use Entity_Of to obtain the entity of
5319         an item. Add a guard to prevent a crash due to a previous error.
5320         (Resolve_State): New routine.
5322 2014-01-20  Yannick Moy  <moy@adacore.com>
5324         * spark_xrefs.ads, debug.adb, gnat1drv.adb, errout.adb, errout.ads,
5325         opt.ads: Minor comments updates.
5327 2014-01-20  Hristian Kirtchev  <kirtchev@adacore.com>
5329         * einfo.adb (Non_Limited_View): Applies to abstract states.
5330         (Set_From_Limited_With): Applies to abstract states.
5331         (Set_Non_Limited_View): Applies to abstract states.
5332         (Write_Field17): Output the non-limited view of an abstract state.
5333         * einfo.ads: Update the comment on usage and occurrences in
5334         nodes for attributes From_Limited_With and Non_Limited_View.
5335         * sem_aux.adb (Available_View): This routine can now handle
5336         abstract states.
5337         * sem_aux.ads (Available_View): This routine can now handle
5338         abstract states. Update the comment on usage.
5339         * sem_ch8.adb (Find_Expanded_Name): Handle abstract views
5340         of states and variables.
5341         (In_Pragmas_Depends_Or_Global): New routine.
5342         * sem_ch10.adb (Build_Limited_Views): Implement
5343         abstract (limited) views of variables and states.
5344         (Build_Shadow_Entity): This routine is now a procedure. Add
5345         formal parameter Shadow. Update the comment on usage. Add
5346         context-specific decoration for states and variables.
5347         (Decorate_State): New routine.  (Decorate_Variable): New routine.
5348         (Find_And_Process_States): New routine.
5349         (Process_Declarations): Renamed to Process_Declarations_And_States.
5350         (Process_Declarations_And_States): Add formal parameters
5351         Pack and Create_Abstract_Views. Update the comment on usage.
5352         (Process_States): New routine.
5353         * sem_prag.adb (Check_Dependency_Clause): Handle abstract
5354         views of states and variables. Match the abstract view of a state
5355         against its corresponding non-abstract view.
5356         (Is_Matching_Input):
5357         Handle abstract views of states and variables. Match the abstract
5358         view of a state against its corresponding non-abstract view.
5359         (Process_Global_Item): Handle abstract views of states and
5360         variables.
5362 2014-01-20  Bob Duff  <duff@adacore.com>
5364         * sem_ch10.adb (Expand_With_Clause): Don't
5365         recurse on the prefix if the current with-ed name refers to a
5366         package that renames its own parent, eg "package P.Q renames P;".
5368 2014-01-20  Yannick Moy  <moy@adacore.com>
5370         * exp_spark.adb (Expand_SPARK_Call): Remove procedure.
5371         * opt.adb, opt.ads (Full_Expander_Active): Remove function.
5372         * checks.adb, exp_ch6.adb, exp_ch9.adb, exp_disp.adb, sem_aggr.adb,
5373         * sem_ch10.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb, sem_ch9.adb,
5374         * sem_disp.adb, sem_res.adb Replace Full_Expander_Active by
5375         Expander_Active.
5377 2014-01-20  Yannick Moy  <moy@adacore.com>
5379         * sinfo.ads Update documentation of GNATprove mode.
5381 2014-01-20  Yannick Moy  <moy@adacore.com>
5383         * adabkend.adb, ali-util.adb, errout.adb, exp_ch7.adb,
5384         * exp_dbug.adb, freeze.adb, lib-xref.adb, restrict.adb,
5385         * sem_attr.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch8.adb,
5386         * sem_prag.adb, sem_res.adb, sem_util.adb Rename SPARK_Mode into
5387         GNATprove_Mode.
5388         * sem_ch13.adb: Remove blank.
5389         * exp_spark.adb, exp_spark.ads (Expand_SPARK_Call): Only replace
5390         subprograms by alias for renamings, not for inherited primitive
5391         operations.
5392         * exp_util.adb (Expand_Subtype_From_Expr): Apply the expansion
5393         in GNATprove mode.
5394         (Remove_Side_Effects): Apply the removal in
5395         GNATprove mode, for the full analysis of expressions.
5396         * expander.adb (Expand): Call the light SPARK expansion in GNATprove
5397         mode.
5398         (Expander_Mode_Restore, Expander_Mode_Save_And_Set): Ignore
5399         save/restore actions for Expander_Active flag in GNATprove mode,
5400         similar to what is done in ASIS mode.
5401         * frontend.adb (Frontend): Generic bodies are instantiated in
5402         GNATprove mode.
5403         * gnat1drv.adb (Adjust_Global_Switches): Set operating
5404         mode to Check_Semantics in GNATprove mode, although a light
5405         expansion is still performed.
5406         (Gnat1drv): Set Back_End_Mode to
5407         Declarations_Only in GNATprove mode, and later on special case
5408         the GNATprove mode to continue analysis anyway.
5409         * lib-writ.adb (Write_ALI): Always generate ALI files in
5410         GNATprove mode.
5411         * opt.adb, opt.ads (Full_Expander_Active): Make it equivalent to
5412         Expander_Active.
5413         (SPARK_Mode): Renamed as GNATprove_Mode.
5414         * sem_aggr.adb (Aggregate_Constraint_Checks): Add checks in the
5415         tree in GNATprove_Mode.
5416         * sem_ch12.adb (Analyze_Package_Instantiation): Always instantiate
5417         body in GNATprove mode.
5418         (Need_Subprogram_Instance_Body): Always instantiate body in GNATprove
5419         mode.
5420         * sem_ch3.adb (Constrain_Index, Process_Range_Expr_In_Decl):
5421         Make sure side effects are removed in GNATprove mode.
5423 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
5425         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Robustify tests
5426         for aliased objects with an unconstrained nominal subtype.
5427         * gcc-interface/trans.c (Call_to_gnu): Likewise.
5428         (gnat_to_gnu) <case N_Op_Not>: Robustify test for private type.
5429         <case N_Op_Minus>: Remove useless code.
5430         (Exception_Handler_to_gnu_zcx): Minor tweaks.
5432 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
5434         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Record_Subtype>:
5435         Tidy up.  For a subtype with discriminants and variant part, if a
5436         variant is statically selected and the fields all have a constant
5437         position, put them in order of increasing position.  Likewise if
5438         no variant part but representation clause is present.
5439         * gcc-interface/utils.c (make_packable_type): Robustify.
5440         (maybe_pad_type): Use local variable and tidy up condition.  If no
5441         alignment is specified, use the original one.
5442         (create_type_stub_decl): Minor tweak.
5443         (convert) <case VECTOR_CST>: Fix typo.
5444         <case CONSTRUCTOR>: Deal with padding types around the same type.
5445         Do not punt on missing fields.
5446         (unchecked_convert): Call finish_record_type to lay out the special
5447         record types made for conversions from/to problematic integer types.
5448         Bump the alignment of CONSTRUCTORs before converting them to a more
5449         aligned type.
5451 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
5453         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Component>: Remove
5454         obsolete code for type_annotate_only mode, simplify code and slightly
5455         improve wording of comments.
5457 2014-01-12  Eric Botcazou  <ebotcazou@adacore.com>
5459         PR ada/59772
5460         * gcc-interface/cuintp.c (build_cst_from_int): Use 32-bit integer type
5461         as intermediate type.
5462         (UI_To_gnu): Likewise.
5464 2014-01-03  Eric Botcazou  <ebotcazou@adacore.com>
5466         * gnatvsn.ads (Current_Year): Bump to 2014.
5468 2014-01-02  Tobias Burnus  <burnus@net-b.de>
5470         * gnat_ugn.texi: Bump @copying's copyright year.
5472 Copyright (C) 2014 Free Software Foundation, Inc.
5474 Copying and distribution of this file, with or without modification,
5475 are permitted in any medium without royalty provided the copyright
5476 notice and this notice are preserved.