a18c7d2de853f17122e6320b76e99d34961073d5
[platform/upstream/gcc.git] / gcc / ada / ChangeLog
1 2009-04-08  Emmanuel Briot  <briot@adacore.com>
2
3         * prj.ads: Update comment on switches file
4
5         * prj-nmsc.adb: Code clean up. Use renaming clauses.
6
7 2009-04-08  Robert Dewar  <dewar@adacore.com>
8
9         * exp_ch4.adb (Expand_Concatenate): Further fixes to bounds handling
10
11 2009-04-08  Thomas Quinot  <quinot@adacore.com>
12
13         * ali-util.adb: Minor comment fix
14
15 2009-04-08  Ed Schonberg  <schonberg@adacore.com>
16
17         * sem_ch8.adb (Analyze_Use_Type): Improve error message when clause
18         appears in a context clause, and the enclosing package is mentioned in
19         a limited_with_clause.
20         (Use_One_Type): Reject clause if type is still incomplete.
21
22 2009-04-08  Emmanuel Briot  <briot@adacore.com>
23
24         * prj-nmsc.adb (Check_File, Process_Sources_In_Multi_Language_Mode):
25         avoid copies of Source_Data variables when possible, since these
26         involve calls to memcpy() which are done too many times.
27
28 2009-04-08  Robert Dewar  <dewar@adacore.com>
29
30         * exp_ch4.adb (Expand_Concatenate): Clean up code
31
32 2009-04-07  Thomas Quinot  <quinot@adacore.com>
33
34         * exp_ch4.adb (Expand_Concatenate): Add missing conversion to index
35         type for the case of concatenating a constrained array indexed by an
36         enumeration type.
37
38 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
39
40         * sem_ch6.adb (Check_Conformance): when checking conformance of an
41         operation that overrides an abstract operation inherited from an
42         interface, return False if only one of the controlling formals is an
43         access parameter.
44
45 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
46
47         * sem_ch8.adb (Analyze_Object_Renaming): additional error messages
48         mandated by AI05-105.
49
50 2009-04-07  Vincent Celier  <celier@adacore.com>
51
52         * prj-nmsc.adb (Get_Mains): Warn if a main is an empty string
53
54 2009-04-07  Thomas Quinot  <quinot@adacore.com>
55
56         * usage.adb: Minor fix in usage message.
57
58         * sem_ch10.adb (Remove_Homonyms): Fix subtype of formal in body to
59         match declaration; the correct subtype is Node_Id, not Entity_Id,
60         because the expected node kind is an identifier, not a defining
61         identifier.
62
63         * switch-c.adb: Minor reformatting.
64
65         * uintp.adb: Minor reformatting.
66
67 2009-04-07  Robert Dewar  <dewar@adacore.com>
68
69         * exp_ch13.adb: Minor reformatting
70
71 2009-04-07  Robert Dewar  <dewar@adacore.com>
72
73         * sem_warn.adb (Check_Infinite_Loop_Warning.Test_Ref): Add defence
74         against missing parent.
75
76 2009-04-07  Thomas Quinot  <quinot@adacore.com>
77
78         * xoscons.adb: Minor reformatting
79
80 2009-04-07  Robert Dewar  <dewar@adacore.com>
81
82         * rtsfind.ads: Remove obsolete string concatenation entries
83
84 2009-04-07  Robert Dewar  <dewar@adacore.com>
85
86         * exp_ch4.adb (Expand_Concatenate): Redo handling of bounds
87
88 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
89
90         * sem_ch10.adb (Check_Body_Required): Handle properly imported
91         subprograms.
92
93 2009-04-07  Gary Dismukes  <dismukes@adacore.com>
94
95         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case
96         Attribute_Address): When Init_Or_Norm_Scalars is True and the object
97         is of a scalar or string type then suppress the setting of the
98         expression to Empty.
99
100         * freeze.adb (Warn_Overlay): Also emit the warnings about default
101         initialization for the cases of scalar and string objects when
102         Init_Or_Norm_Scalars is True.
103
104 2009-04-07  Bob Duff  <duff@adacore.com>
105
106         * s-secsta.ads, g-pehage.ads, s-fileio.ads: Minor comment fixes
107
108 2009-04-07  Bob Duff  <duff@adacore.com>
109
110         * gnat_rm.texi, s-fileio.adb (System.File_IO.Open): New feature: A
111         Form parameter of Text_Translation=No allows binary mode for Text_IO
112         files.
113
114         * gnat_rm.texi: Document Form parameter Text_Translation=xxx.
115
116 2009-04-07  Javier Miranda  <miranda@adacore.com>
117
118         * exp_ch5.adb (Expand_Assign_Array): Add implicit conversion when
119         processing the bounds for bit packed arrays or VM target machines.
120
121 2009-04-07  Thomas Quinot  <quinot@adacore.com>
122
123         * g-sothco.ads (Int_Access): Remove extraneous access type (use
124         anonymous access instead).
125         (Get_Socket_From_Set): Fix incorrectly reverted formals
126         Last and Socket to match the underlying C routine.
127
128         * g-socket.adb, g-socket.ads
129         (Get): Use named parameter associations instead of positional ones in
130         call go Get_Socket_From_Set, since this routine has two formals of the
131         same type.
132         (Image): New procedure.
133
134         * g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
135         g-socthi-vxworks.ads, g-socthi-mingw.ads, g-socthi.adb, g-socthi.ads:
136         (C_Ioctl, Syscall_Ioctl): use "access C.int" instead of "Int_Access"
137         for type of Arg formal.
138
139         * sem_warn.adb: Minor reformatting
140
141 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
142
143         * sem_util.adb (Has_Tagged_Component): Fix typo in loop that iterates
144         over record components.
145
146 2009-04-07  Nicolas Roche  <roche@adacore.com>
147
148         * gsocket.h:
149         Don't include resolvLib.h on VxWorks 6 (kernel and rtp). This library
150         has disappeared between VxWorks 6.4 and VxWorks 6.5
151         In RTP mode use time.h instead of times.h
152
153 2009-04-07  Robert Dewar  <dewar@adacore.com>
154
155         * exp_ch4.adb (Expand_N_Op_Concat): Improve lower bound handling
156
157 2009-04-07  Kevin Pouget  <pouget@adacore.com>
158
159         * exp_dist.adb: Modify Build_From_Any_Fonction procedure to correct
160         expanded code for constrained types.
161
162 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
163
164         * sem_ch4.adb (Analyze_Overloaded_Selected_Component): implement
165         AI05-105: in an object renaming declaration, anonymousness is a name
166         resolution rule.
167
168         * sem_ch8.adb (Analyze_Object_Renaming): Ditto.
169
170 2009-04-07  Arnaud Charlet  <charlet@adacore.com>
171
172         * g-comlin.adb (Expansion): Fix old regression: also return directory
173         names when matching.
174
175 2009-04-07  Robert Dewar  <dewar@adacore.com>
176
177         * exp_ch4.adb:
178         (Expand_N_Op_Concat): Call Expand_Concatenate for all cases
179         (Expand_Concatenate): New name for Expand_Concatenate_String which has
180         been rewritten to handle all types.
181         (Expand_Concatenate_Other): Remove
182
183 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
184
185         * lib-xref.adb (Generate_Reference): A default subprogram in an
186         instance appears within the tree for the instance, but generates an
187         implicit reference in the ALI.
188
189 2009-04-07  Javier Miranda  <miranda@adacore.com>
190
191         * sem_ch3.adb (Build_Derived_Record_Type): When processing a tagged
192         derived type that has discriminants, propagate the list of interfaces
193         to the corresponding new base type. In addition, propagate also
194         attribute Limited_Present (found working in this patch).
195
196 2009-04-07  Robert Dewar  <dewar@adacore.com>
197
198         * exp_ch4.adb: Rewrite concatenation expansion.
199
200 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
201
202         * sem_ch8.adb (Restore_Scope_Stack): First_Private_Entity is only
203         relevant to packages.
204
205 2009-04-07  Robert Dewar  <dewar@adacore.com>
206
207         * sem_attr.adb: Minor reformatting
208
209         * sem_ch6.adb: Minor reformatting
210
211 2009-04-07  Tristan Gingold  <gingold@adacore.com>
212
213         * socket.c: Add more protections against S_resolvLib_ macros.
214
215 2009-04-07  Thomas Quinot  <quinot@adacore.com>
216
217         * sem_attr.adb: Minor reformatting
218
219 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
220
221         * sem_ch6.adb (New_Overloaded_Entity): New predicate
222         Is_Overriding_Alias to handle properly types that inherit two homonym
223         operations that have distinct dispatch table entries.
224
225 2009-04-07  Emmanuel Briot  <briot@adacore.com>
226
227         * s-regexp.adb (Create_Mapping): Ignore excaped open parenthesis when
228         looking for the end of a parenthesis group
229
230 2009-04-07  Tristan Gingold  <gingold@adacore.com>
231
232         * gsocket.h Don't #include resolvLib.h if __RTP__ is defined.
233
234         * socket.c Don't use resolvLib_ macros if not defined.
235
236 2009-04-07  Robert Dewar  <dewar@adacore.com>
237
238         * g-socket.adb: Minor reformatting.
239
240         * g-socthi-mingw.adb: Minor reformatting
241
242         * g-sothco.ads: Minor reformatting
243
244         * exp_ch4.adb:
245         (Expand_Concatenate_String): Complete rewrite to generate efficient code
246         inline instead of relying on external library routines.
247
248         * s-strops.ads, s-sopco5.ads, s-sopco5.adb, s-sopco4.ads, s-sopco4.adb,
249         s-sopco3.ads, s-sopco3.adb, s-strops.adb: Note that this unit is now
250         obsolescent
251
252 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
253
254         * sem_attr.adb:
255         (Eval_Attribute): for attributes of array objects that are not strings,
256         attributes are not static if nominal subtype of object is unconstrained.
257
258 2009-04-07  Ed Schonberg  <schonberg@adacore.com>
259
260         * sem_ch6.adb (New_Overloaded_Entity): If two implicit homonym
261         operations for a type T in an instance do not override each other,
262         when T is derived from a formal private type, the corresponding
263         operations inherited by a type derived from T outside
264         of the instance do not override each other either.
265
266 2009-04-07  Robert Dewar  <dewar@adacore.com>
267
268         (Osint.Fail): Change calling sequence to have one string arg
269         (Make.Make_Failed): Same change
270         All callers are adjusted to use concatenation
271
272 2009-04-07  Robert Dewar  <dewar@adacore.com>
273
274         * exp_ch4.adb: Fix documentation typo
275
276 2009-04-07  Robert Dewar  <dewar@adacore.com>
277
278         * tbuild.ads: Minor reformatting
279
280 2009-04-07  Javier Miranda  <miranda@adacore.com>
281
282         * exp_disp.adb (Make_DT): Avoid the generation of the OSD_Table
283         when compiling under ZFP runtime.
284
285 2009-04-07  Robert Dewar  <dewar@adacore.com>
286
287         * g-comlin.adb: Minor reformatting
288
289 2009-04-07  Thomas Quinot  <quinot@adacore.com>
290
291         * socket.c, g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
292         g-socthi-vxworks.ads, g-socthi-mingw.adb, g-socthi-mingw.ads,
293         g-socthi.adb, g-socthi.ads, g-socket.adb, g-socket.ads, g-sothco.ads:
294         Remove dynamic allocation of Fd_Set in Socket_Set_Type objects.
295
296 2009-04-07  Robert Dewar  <dewar@adacore.com>
297
298         * gnat_ugn.texi: Document -gnatDnn/-gnatGnn
299
300         * opt.ads (Sprint_Line_Limit): New parameter
301         
302         * sprint.adb: Usa Sprint_Line_Limit instead of Line_Limit throughout
303         
304         * switch-c.adb: Recognize -gnatDnnn and -gnatGnnn switches
305         
306         * usage.adb: Output information for -gnatGnn -gnatDnn
307
308 2009-04-07  Robert Dewar  <dewar@adacore.com>
309
310         * make.adb: Minor reformatting
311
312 2009-04-07  Robert Dewar  <dewar@adacore.com>
313
314         * mlib-tgt-specific-vms-alpha.adb: Minor reformatting
315
316 2009-04-07  Robert Dewar  <dewar@adacore.com>
317
318         * mlib-tgt-specific-vms-ia64.adb: Minor reformatting
319
320 2009-04-07  Robert Dewar  <dewar@adacore.com>
321
322         * checks.adb:
323         Remove Assume_Valid parameter from In_Subrange_Of calls
324         
325         * sem_eval.adb:
326         (Is_Subrange_Of): Remove Assume_Valid parameter, not needed
327         (Is_In_Range): Remove incorrect use of Assume_Valid
328         (Is_Out_Of_Range): Remove incorrect use of Assume_Valid
329         
330         * sem_eval.ads:
331         (Is_Subrange_Of): Remove Assume_Valid parameter, not needed
332         (Is_In_Range): Documentation cleanup
333         (Is_Out_Of_Range): Documentation cleanup
334
335         * gnat_rm.texi:
336         Add documentation for Assume_No_Invalid_Values pragma
337
338         * sem_ch12.adb: Minor reformatting
339
340         * sem_ch6.adb: (Check_Conformance): Avoid cascaded errors
341
342         * sem_prag.adb: Improve error message.
343
344         * gnatchop.adb, osint.ads, sinput.adb, sinput.ads, styleg.adb:
345         LF/CR no longer recognized as line terminator
346
347         * switch.ads: Minor documentation improvement
348
349         * vms_data.ads: Minor reformatting
350
351 2009-04-07  Robert Dewar  <dewar@adacore.com>
352
353         * checks.adb (Determine_Range): Add Assume_Valid parameter
354         
355         * checks.ads (Determine_Range): Add Assume_Valid parameter
356         
357         * errout.adb (Error_Msg_NEL): Use Suppress_Loop_Warnings rather than
358          Is_Null_Loop to suppress warnings in a loop body.
359         
360         * exp_ch4.adb:
361         (Rewrite_Comparison): Major rewrite to accomodate invalid values
362         
363         * exp_ch5.adb:
364         (Expand_N_Loop_Statement): Delete loop known not to execute
365         
366         * opt.ads:
367         (Assume_No_Invalid_Values): Now set to False, and as documented, this
368          fully enables the proper handling of invalid values.
369         
370         * sem_attr.adb:
371         New calling sequence for Is_In_Range
372         
373         * sem_ch5.adb:
374         (Analyze_Iteration_Scheme): Accomodate possible invalid values
375          in determining if a loop range is null.
376         
377         * sem_eval.adb:
378         (Is_In_Range): Add Assume_Valid parameter
379         (Is_Out_Of_Range): Add Assume_Valid_Parameter
380         (Compile_Time_Compare): Major rewrite to accomodate invalid values and
381          also to do more accurate and complete range analysis, catching more
382          cases.
383         
384         * sem_eval.ads:
385         (Is_In_Range): Add Assume_Valid parameter
386         (Is_Out_Of_Range): Add Assume_Valid_Parameter
387         
388         * sem_util.adb:
389         New calling sequence for Is_In_Range
390         
391         * sinfo.adb:
392         (Suppress_Loop_Warnings): New flag
393         
394         * sinfo.ads:
395         (Is_Null_Loop): Update documentation
396         (Suppress_Loop_Warnings): New flag
397         
398         * gnat_ugn.texi: Document -gnatB switch
399
400 2009-04-07  Arnaud Charlet  <charlet@adacore.com>
401
402         * gnatvsn.ads: Bump version number.
403
404 2009-04-07  Thomas Quinot  <quinot@adacore.com>
405
406         * exp_ch3.adb: Minor rewording (comments)
407
408 2009-04-07  Robert Dewar  <dewar@adacore.com>
409
410         * exp_disp.adb: Minor reformatting
411
412 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
413
414         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Test the
415         underlying type.
416         * gcc-interface/trans.c (lvalue_required_p): Likewise.
417
418 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
419
420         * gcc-interface/trans.c (Attribute_to_gnu) <Max_Size_In_Storage_Elmts>:
421         Do not convert the result.  Remove obsolete comment.
422
423 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
424
425         * gcc-interface/trans.c (establish_gnat_vms_condition_handler): Clear
426         DECL_CONTEXT.
427         (Subprogram_Body_to_gnu): Fix pasto.
428
429 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
430
431         * gcc-interface/gigi.h (standard_datatypes): Remove ADT_void_type_decl.
432         (void_type_decl_node): Remove.
433         (init_gigi_decls): Likewise.
434         (gnat_install_builtins): Declare.
435         (record_builtin_type): Likewise.
436         (create_type_stub_decl): Likewise.
437         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Void>: Use void_type.
438         (gnat_to_gnu_entity) <E_Array_Type>: Make fat and thin pointer types
439         artificial.
440         <E_Array_Subtype>: Use the index types, not only their name, in the
441         record giving the names of the bounds, if any.
442         For a packed array type, make it artificial only if the base type
443         was artificial as well.  Remove redundant statement.
444         (gnat_to_gnu_entity) <E_Incomplete_Type>: Do not create TYPE_DECL for
445         dummy types.
446         Use create_type_stub_decl to build the TYPE_STUB_DECL of types.
447         (rest_of_type_decl_compilation_no_defer): Likewise.
448         * gcc-interface/misc.c (gnat_printable_name): Add missing guard.
449         * gcc-interface/utils.c (make_dummy_type): Always create TYPE_STUB_DECL
450         and use create_type_stub_decl to build it.
451         (gnat_pushdecl): Rewrite condition.
452         (gnat_install_builtins): Remove bogus declaration.
453         (record_builtin_type): New function.
454         (finish_record_type): Use create_type_stub_decl to build TYPE_STUB_DECL
455         of types.
456         (create_type_stub_decl): New function.
457         (create_type_decl): Assert that the type is not dummy.  If the type
458         hasn't been named yet, equate the TYPE_STUB_DECL to the created node.
459         (build_vms_descriptor32): Do not create TYPE_DECL for the descriptor.
460         (build_vms_descriptor): Likewise.
461         (init_gigi_decls): Delete and move bulk of code to...
462         * gcc-interface/trans.c (gigi): ...here.  Use record_builtin_type.
463         (emit_range_check): Add gnat_node parameter.
464         (emit_index_check): Likewise.
465         (emit_check): Likewise.
466         (build_unary_op_trapv): Likewise.
467         (build_binary_op_trapv): Likewise.
468         (convert_with_check): Likewise.
469         (Attribute_to_gnu): Adjust calls for above changes.
470         (call_to_gnu): Likewise.
471         (gnat_to_gnu): Likewise.
472         (assoc_to_constructor): Likewise.
473         (pos_to_constructor): Likewise.
474         (Sloc_to_locus): Set BUILTINS_LOCATION for Standard_Location nodes.
475         (process_type): Do not create TYPE_DECL for dummy types.
476
477 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
478
479         * gcc-interface/decl.c (gnat_to_gnu_entity): Reorder local variables.
480         * gcc-interface/trans.c: Fix formatting throughout.  Fix comments.
481         * gcc-interface/utils.c: Fix comments.
482
483 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
484
485         * gcc-interface/decl.c (compile_time_known_address_p): Rewrite and
486         move around.
487         (gnat_to_gnu_type): Move around.
488         (get_unpadded_type): Likewise.
489         * gcc-interface/utils.c (update_pointer_to): Use synthetic macro.
490         Tidy comments.
491
492 2009-04-07  Eric Botcazou  <ebotcazou@adacore.com>
493
494         * gcc-interface/trans.c (check_for_eliminated_entity): New function.
495         (Attribute_to_gnu): Invoke it for Access- and Address-like attributes.
496         (call_to_gnu): Invoke it instead of manually checking.
497
498 2009-04-04  Eric Botcazou  <ebotcazou@adacore.com>
499
500         * gcc-interface/utils.c (finish_record_type): Force structural equality
501         checks if the record type is discriminated.
502
503 2009-03-31  Eric Botcazou  <ebotcazou@adacore.com>
504
505         * system-linux-alpha.ads (Functions_Return_By_DSP): Remove.
506         * system-linux-mips.ads (Functions_Return_By_DSP): Likewise.
507         * system-linux-mipsel.ads (Functions_Return_By_DSP): Likewise.
508         * system-linux-s390.ads (Functions_Return_By_DSP): Likewise.
509         * system-linux-s390x.ads (Functions_Return_By_DSP): Likewise.
510         * system-linux-sparc.ads (Functions_Return_By_DSP): Likewise.
511         * system-linux-sparcv9.ads (Functions_Return_By_DSP): Likewise.
512
513 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
514
515         * gcc-interface/decl.c (maybe_pad_type): Use TREE_OVERFLOW instead
516         of TREE_CONSTANT_OVERFLOW.
517
518 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
519
520         PR rtl-optimization/323
521         * gcc-interface/misc.c (gnat_post_options): Set
522         flag_excess_precision_cmdline.  Give an error for
523         -fexcess-precision=standard for processors where the option is
524         significant.
525
526 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
527
528         PR c/39323
529         * gcc-interface/utils.c (create_field_decl): Use "unsigned int"
530         on bit_align.
531
532 2009-03-11  Olivier Hainque  <hainque@adacore.com>
533
534         * gcc-interface/trans.c (gnat_to_gnu) <case N_Slice>: In range
535         checks processing, remove unintended TREE_TYPE walk on index type.
536
537 2009-03-01  Eric Botcazou  <ebotcazou@adacore.com>
538
539         PR ada/39264
540         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Do no
541         call make_packable_type on fat pointer types.
542         <E_Array_Subtype>: Likewise.
543         <E_Record_Subtype>: Call make_packable_type on all record types
544         except for fat pointer types.
545         (make_packable_type): Likewise.
546         (gnat_to_gnu_field): Likewise.
547
548 2009-02-28  Eric Botcazou  <ebotcazou@adacore.com>
549
550         * gcc-interface/Makefile.in (cygwin/mingw): Revert accidental
551         EH_MECHANISM change made on 2007-12-06.
552
553 2009-02-26  Andreas Schwab  <schwab@suse.de>
554
555         PR ada/39172
556         * Makefile.in (srcdir): Set to @top_srcdir@ instead of @srcdir@.
557         * gcc-interface/Makefile.in: Change all uses of $(srcdir),
558         $(fsrcdir) and $(fsrcpfx) to add ada subdir.
559         (AWK): Substitute.
560         (target_cpu_default): Substitute.
561
562 2009-02-25  Laurent GUERBY  <laurent@guerby.net>
563
564         PR ada/39221
565         * a-teioed.adb (Expand): Fix Result overflow.
566
567 2009-02-25  Laurent GUERBY <laurent@guerby.net>
568
569         * gcc-interface/Makefile.in: Fix multilib handling for
570         sparc64-linux.
571
572 2009-02-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
573
574         * s-oscons-tmplt.c [__osf__ && !_SS_MAXSIZE]: Undef AF_UNIX6.
575
576 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
577
578         * gcc-interface/misc.c (gnat_post_options): Turn off warn_psabi.
579
580 2009-02-16  Eric Botcazou  <ebotcazou@adacore.com>
581
582         * gcc-interface/deftarg.c: Remove.
583
584 2009-02-10  Olivier Hainque  <hainque@adacore.com>
585             Eric Botcazou  <ebotcazou@adacore.com>
586
587         * gcc-interface/decl.c (enum alias_set_op): New enumeration.
588         (copy_alias_set): Rename into...
589         (relate_alias_sets): ...this.  Add third parameter OP.  Retrieve the
590         underlying array of unconstrained arrays for the new type as well.
591         If the old and new alias sets don't conflict, make one a subset of
592         the other as per the OP parameter.
593         (gnat_to_gnu_entity): Adjust calls to copy_alias_set.
594         <E_Record_Type>: Do not copy the alias set for derived types.
595         For all types, make the alias set of derived types a superset of
596         that of their parent type.
597         (make_aligning_type): Adjust calls to copy_alias_set.
598         (make_packable_type): Likewise.
599         * gcc-interface/trans.c (gnat_to_gnu)<N_Validate_Unchecked_Conversion>:
600         Check for alias set conflict instead of strict equality to issue the
601         warning.
602
603 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
604
605         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_String_Literal_Subtype>:
606         Set TYPE_NONALIASED_COMPONENT on the array type only if appropriate.
607         (copy_alias_set): Assert that arrays have the same aliasing settings.
608         (substitute_in_type) <ARRAY_TYPE>: Copy TYPE_NONALIASED_COMPONENT.
609
610 2009-02-08  Eric Botcazou  <ebotcazou@adacore.com>
611
612         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_String_Literal_Subtype>:
613         Set TYPE_NONALIASED_COMPONENT on the array type.
614
615 2009-01-31  Laurent GUERBY  <laurent@guerby.net>
616
617         * gcc-interface/Makefile.in: Fix mipsel linux handling.
618
619 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
620
621         * gcc-interface/Makefile.in: Fix multilib handling for
622         powerpc64-linux.
623
624 2009-01-12  Eric Botcazou  <ebotcazou@adacore.com>
625
626         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Really strip
627         only useless conversions around renamed objects.
628
629 2009-01-11  Eric Botcazou  <ebotcazou@adacore.com>
630
631         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Put
632         the _Tag field before any discriminants in the field list.
633         (components_to_record): Remove obsolete comment.
634
635 2008-12-09  Jakub Jelinek  <jakub@redhat.com>
636
637         PR ada/38450
638         * gcc-interface/utils.c (finish_record_type): Use SET_TYPE_MODE.
639         * gcc-interface/decl.c (gnat_to_gnu_entity, make_aligning_type):
640         Likewise.
641
642 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
643
644         PR bootstrap/38262
645         * gcc-interface/Make-lang.in (gnat1): Add BACKENDLIBS, remove GMPLIBS.
646
647 2008-11-29  Eric Botcazou  <ebotcazou@adacore.com>
648
649         PR ada/30827
650         * g-comver.adb (Ver_Len_Max): Fix inconsistency.
651
652 2008-11-27  Eric Botcazou  <ebotcazou@adacore.com>
653
654         * gcc-interface/decl.c: Fix various nits.
655
656 2008-11-20  Eric Botcazou  <ebotcazou@adacore.com>
657
658         * gcc-interface/utils.c (init_gigi_decls): Fix type mismatch.
659
660 2008-11-16  Eric Botcazou  <ebotcazou@adacore.com>
661
662         PR ada/38127
663         * gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Do not
664         special-case boolean types.  Propagate  the name.
665         * gcc-interface/targtyps.c: Tweak comment.
666
667 2008-11-15  Geert Bosch  <bosch@adacore.com>
668
669         * gcc-interface/trans.c (emit_check): Put back a final save_expr
670         to prevent exponential expansion during gimplification.
671
672 2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
673
674         * gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
675
676 2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
677
678         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Force constants
679         initialized to a static constant to be statically allocated even if
680         they are of a padding type, provided the original type also has
681         constant size.
682
683 2008-11-15  Laurent Guerby  <laurent@guerby.net>
684
685         PR ada/37993
686         * gcc-interface/Makefile.in: Add multilib handling for x86_64
687         on darwin.
688         * system-darwin-x86_64.ads: New file.
689
690 2008-11-13  Olivier Hainque  <hainque@adacore.com>
691
692         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>:
693         Turn Ada Pure on subprograms back into GCC CONST when eh constructs
694         are explicit to the middle-end.  Tidy.
695
696 2008-11-09  Eric Botcazou  <ebotcazou@adacore.com>
697
698         * gcc-interface/ada-tree.def (PLUS_NOMOD_EXPR): New tree code.
699         (MINUS_NOMOD_EXPR): Likewise.
700         * gcc-interface/utils2.c (build_binary_op) <PREINCREMENT_EXPR>: Make
701         unreachable.
702         <PLUS_NOMOD_EXPR>: New case.
703         <MINUS_NOMOD_EXPR>: Likewise.
704         * gcc-interface/trans.c (Loop_Statement_to_gnu): Build increment-and-
705         assignment statement instead of using an increment operator.
706
707 2008-11-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
708
709         * system-irix-n64.ads: New file.
710         * gcc-interface/Makefile.in (mips-sgi-irix6*): Support O32 and N64
711         multilibs.
712
713 2008-11-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
714
715         PR ada/37681
716         * system-solaris-x86_64.ads: New file.
717         * gcc-interface/Makefile.in (*86-solaris2*): Support x86_64 multilib.
718
719 2008-11-07  Bechir Zalila  <bechir.zalila@gmail.com>
720             Eric Botcazou  <ebotcazou@adacore.com>
721
722         PR ada/34289
723         * lib.ads: (Enable_Switch_Storing): Declare.
724         * lib.adb: (Enable_Switch_Storing): New procedure.
725         * switch-c.adb (Scan_Front_End_Switches): Add support for -gnatea.
726         * make.adb: (Compile_Sources.Compile): Add -gnatea as first option.
727         (Display): Never display -gnatea
728         * gcc-interface/lang-specs.h: If -gnatea is present, pass -gnatez.
729
730 2008-11-07  Thomas Quinot  <quinot@adacore.com>
731
732         * gcc-interface/trans.c (Attribute_to_gnu, case Attr_Length): Check
733         for empty range in original base type, not converted result type.
734
735 2008-11-07  Geert Bosch  <bosch@adacore.com>
736
737         * gcc-interface/trans.c (build_binary_op_trapv): Convert arguments
738         and result for call to __gnat_mulv64.
739
740 2008-11-07  Eric Botcazou  <ebotcazou@adacore.com>
741
742         * gcc-interface/trans.c: Fix formatting nits.
743
744 2008-11-07  Geert Bosch  <bosch@adacore.com>
745
746         * gcc-interface/trans.c (build_binary_op_trapv): Avoid emitting
747         overflow check for constant result.
748
749 2008-11-07  Geert Bosch  <bosch@adacore.com>
750
751         * gcc-interface/trans.c (build_binary_op_trapv): Use more efficient
752         overflow check for addition/subtraction if neither operand is constant.
753
754 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
755
756         * gcc-interface/Makefile.in (SPARC/Solaris): Use a common set of
757         files for the target-dependent part of the runtime.
758         (SPARC/Linux): Likewise.
759
760 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
761
762         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Out_Parameter>: If not
763         optimizing, create a PARM_DECL pointing to the VAR_DECL for debugging
764         purposes.
765
766 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
767
768         * gcc-interface/misc.c (gnat_printable_name): Always return a copy
769         in GC memory.
770
771 2008-11-06  Eric Botcazou  <ebotcazou@adacore.com>
772
773         PR ada/19419
774         * gcc-interface/trans.c (gnat_to_gnu) <N_Assignment_Statement>:
775         Generate a call to memmove for an assignment between overlapping
776         array slices.
777
778 2008-11-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
779
780         PR target/37977
781         * gcc-interface/Makefile.in: Add multilib handling for
782         s390-linux and s390x-linux.
783
784 2008-10-24  Jakub Jelinek  <jakub@redhat.com>
785
786         * gcc-interface/Make-lang.in (check-ada-subtargets): Depend on
787         check-acats-subtargets and check-gnat-subtargets.
788         (check_acats_targets): New variable.
789         (check-acats-subtargets, check-acats%): New targets.
790         (check-acats): If -j is used and CHAPTERS is empty, run the testing
791         in multiple make goals, possibly parallel, and afterwards run
792         dg-extract-results.sh to merge the sum and log files.
793
794 2008-10-17  Geert Bosch  <bosch@adacore.com>
795
796         * gcc-interface/trans.c (gnat_to_gnu) <N_Slice>: Simplify expansion
797         to use only a single check instead of three, and avoid unnecessary
798         COMPOUND_EXPR.
799         (emit_check): Avoid useless COMPOUND_EXPRs and SAVE_EXPRs, sometimes
800         creating more opportunities for optimizations.
801
802 2008-10-13  Jakub Jelinek  <jakub@redhat.com>
803
804         PR middle-end/37601
805         * gcc-interface/utils.c (gnat_types_compatible_p): Handle
806         NULL TYPE_DOMAIN.
807
808 2008-10-07  Eric Botcazou  <ebotcazou@adacore.com>
809
810         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Move code
811         dealing with volatileness to after code dealing with renaming.
812
813 2008-10-06  Eric Botcazou  <ebotcazou@adacore.com>
814
815         * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Minor tweaks.
816         * gcc-interface/trans.c (Pragma_to_gnu): Likewise.
817
818 2008-10-06  Eric Botcazou  <ebotcazou@adacore.com>
819
820         * gcc-interface/utils.c (can_fold_for_view_convert_p): New predicate.
821         (unchecked_convert): Use it to disable problematic folding with
822         VIEW_CONVERT_EXPR in the general case.  Always disable it for the
823         special VIEW_CONVERT_EXPR built for integral types and cope with
824         its addressability issues by preserving the first conversion.
825
826 2008-10-01  Andreas Schwab  <schwab@suse.de>
827
828         * system-linux-ppc64.ads: New file.
829         * gcc-interface/Makefile.in: Add multilib handling for
830         powerpc-linux.
831
832 2008-09-26  Eric Botcazou  <ebotcazou@adacore.com>
833
834         * decl.c (gnat_to_gnu_entity) <object>: Cap the alignment promotion
835         to that of ptr_mode instead of word_mode.
836
837 2008-09-26  Eric Botcazou  <ebotcazou@adacore.com>
838
839         PR ada/5911
840         * gcc-interface/Makefile.in (SPARC/Solaris): Add multilib support.
841
842 2008-09-25  Samuel Tardieu  <sam@rfc1149.net>
843
844         PR ada/37641
845         * adaint.c (__gnat_set_non_writable): Use FILE_WRITE_EA
846         instead of deprecated FILE_WRITE_PROPERTIES.
847
848 2008-09-22  Olivier Hainque  <hainque@adacore.com>
849
850         * gcc-interface/decl.c (gnat_to_gnu_entity): Even when they
851         are never assigned, volatile entities are not constant for code
852         generation purposes.
853
854 2008-09-21  Laurent Guerby  <laurent@guerby.net>
855
856         PR ada/5911
857         * gcc-interface/Makefile.in: Add multilib handling for x86_64
858         and sparc.
859         * system-linux-sparcv9.ads: New file.
860
861 2008-09-20  Eric Botcazou  <ebotcazou@adacore.com>
862
863         * exp_dbug.ads: Document new convention for the XVZ variable.
864         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Generate
865         debug info if necessary for the type padding the component type.
866         <E_Array_Subtype>: Likewise.
867         (maybe_pad_type): Emit the XVZ variable in units.
868         * gcc-interface/trans.c (Loop_Statement_to_gnu): Fix formatting nits.
869         (Subprogram_Body_to_gnu): Set the source line of the subprogram's node
870         on statements generated to initialize the parameter attributes cache.
871         Set the source line of the end label of the body on the special return
872         statement built for a procedure with copy-in copy-out parameters.
873
874 2008-09-20  Eric Botcazou  <ebotcazou@adacore.com>
875
876         PR ada/37585
877         * gcc-interface/utils.c (create_subprog_decl): Disable inlining for
878         inlined external functions if they contain a nested function not
879         declared inline.
880
881 2008-09-18  Jan Hubicka  <jh@suse.cz>
882
883         * gcc-interface/utils.c (create_subprog_decl): Use DECL_DECLARED_INLINE_P.
884         (end_subprog_body): Do not set DECL_INLINE.
885
886 2008-09-17  Pascal Rigaux  <pixel@mandriva.com>
887
888         PR ada/21327
889         * gnat_ugn.texi: Use proper format in direntry.
890
891 2008-09-15  Eric Botcazou  <ebotcazou@adacore.com>
892
893         * gcc-interface/trans.c (gigi): Declare the name of the compilation
894         unit as the first global name.
895
896 2008-09-14  Jan Hubicka  <jh@suse.cz>
897
898         * gcc-interface/Make-lang.in (gnat1): Add CFLAGS.
899
900 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
901
902         * a-crbtgk.adb, a-direct.ads, a-tasatt.adb, ali.ads,
903         bindgen.adb, checks.adb, einfo.ads, exp_aggr.adb, exp_ch11.adb,
904         exp_ch3.adb, exp_ch4.adb, exp_ch6.adb, exp_ch7.adb, exp_ch9.adb,
905         exp_dbug.ads, exp_disp.adb, exp_dist.adb, exp_pakd.adb,
906         exp_util.adb, g-alveop.ads, g-comlin.adb, g-comlin.ads,
907         g-diopit.adb, g-socket.ads, gcc-interface/decl.c,
908         gcc-interface/gigi.h, gcc-interface/trans.c,
909         lib-load.adb, lib-xref.ads, make.adb, mlib-prj.adb, nlists.ads,
910         opt.ads, par-ch10.adb, par-ch5.adb, par.adb, s-os_lib.ads,
911         s-oscons-tmplt.c, s-parint.ads, s-regpat.ads, s-shasto.ads,
912         s-stausa.ads, s-taprop-vms.adb, sem.adb, sem_ch10.adb,
913         sem_ch11.adb, sem_ch12.adb, sem_ch13.adb, sem_ch3.adb,
914         sem_ch3.ads, sem_ch4.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
915         sem_elim.adb, sem_prag.adb, sem_util.adb, sem_util.ads,
916         sem_warn.adb, sinfo.ads, styleg.adb, vms_data.ads: Fix typos in
917         comments.
918         * gnathtml.pl: Fix typos.
919
920 2008-09-10  Joel Sherrill <joel.sherrill@oarcorp.com>
921
922         * gcc-interface/Makefile.in: Switch RTEMS to s-interr-hwint.adb.
923         * s-osinte-rtems.ads: Add shared hardware interrupt adapter
924         layer. RTEMS binds to OS provided adapter routines so there are
925         no modifications to s-osinte-rtems.adb.
926
927 2008-09-09  Arnaud Charlet  <charlet@adacore.com>
928             Joel Sherrill  <joel.sherrill@oarcorp.com>
929
930        * gcc-interface/Makefile.in: Switch VxWorks to s-interr-hwint.adb.
931
932        * s-interr-vxworks.adb: Renamed to s-interr-hwint.adb
933
934        * s-interr-hwint.adb: New file.
935
936         * s-osinte-vxworks.ads, s-osinte-vxworks.adb: Add new functions
937         needed by s-interr-hwint.adb.
938
939         * s-osinte-vxworks-kernel.adb: New file.
940
941 2008-09-05  Joel Sherrill <joel.sherrill@oarcorp.com>
942
943         * s-stchop-rtems.adb: Add file missed in early commit.  Already
944         referenced in gcc-interface/Makefile.in.
945
946 2008-08-30  Thomas Quinot  <quinot@adacore.com>
947
948         * gcc-interface/Make-lang.in: Allow s-oscons.{o,ali} to
949         be built even without a separate libada directory.
950
951 2008-08-22  Arnaud Charlet  <charlet@adacore.com>
952
953         * lib-xref.ads: Fix typo in subprogram reference definition.
954
955 2008-08-22  Robert Dewar  <dewar@adacore.com>
956
957         * s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-strops.adb: Minor code fix
958         to avoid warning.
959
960         * g-trasym.adb: Ditto
961
962         * s-utf_32.adb (Get_Category): Fix obvious typo
963
964         * s-wwdcha.adb: Minor code reorganization
965         Remove dead code
966
967 2008-08-22  Robert Dewar  <dewar@adacore.com>
968
969         * checks.adb (Determine_Range): Deal with values that might be invalid
970
971         * opt.adb, opt.ads (Assume_No_Invalid_Values[_Config]): New
972         configuration switches.
973
974         * par-prag.adb: Dummy entry for pragma Assume_No_Invalid_Values
975
976         * sem_prag.adb: Implement pragma Assume_No_Default_Values
977
978         * snames.adb, snames.ads, snames.h:
979         Add entries for pragma Assume_No_Invalid_Values
980
981         * switch-c.adb: Add processing for -gnatB switch
982
983         * usage.adb: Add entry for flag -gnatB (no bad invalid values)
984
985 2008-08-22  Javier Miranda  <miranda@adacore.com>
986
987         * exp_ch3.adb (Build_Init_Statements): Transfer to the body of the
988         init procedure all the expanded code associated with the spec of
989         task types and protected types.
990
991 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
992
993         * exp_aggr.adb (Static_Array_Aggregate): Call Analyze_And_Resolve on the
994         component expression copies rather than directly setting Etype and
995         Is_Static_Expression.
996
997 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
998
999         * sem_util.adb (Has_Preelaborable_Initialization): Revise checking of
1000         private types to allow for types derived from a private type with
1001         preelaborable initialization, but return False for a private extension
1002         (unless it has the pragma).
1003
1004 2008-08-22  Robert Dewar  <dewar@adacore.com>
1005
1006         * opt.ads: Minor code reorganization (put entries in alpha order)
1007
1008 2008-08-22  Pascal Obry  <obry@adacore.com>
1009
1010         * initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking
1011         spawn.
1012
1013 2008-08-22  Geert Bosch  <bosch@adacore.com>
1014
1015         * gcc-interface/trans.c: Define FP_ARITH_MAY_WIDEN
1016         (convert_with_check): Only use longest_float_type if FP_ARITH_MAY_WIDEN is 0
1017
1018 2008-08-22  Doug Rupp  <rupp@adacore.com>
1019
1020         * bindgen.adb [VMS] (Gen_Adainit_Ada, Gen_Adainit_C): Import and call
1021         __gnat_set_features.
1022
1023         * init.c
1024         (__gnat_set_features): New function.
1025         (__gnat_features_set): New tracking variable.
1026         (__gl_no_malloc_64): New feature global variable
1027
1028 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
1029
1030         * sem_ch8.adb (Use_One_Type): Do not emit warning message about redundant
1031         use_type_clause in an instance.
1032
1033 2008-08-22  Bob Duff  <duff@adacore.com>
1034
1035         * exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.
1036
1037 2008-08-22  Robert Dewar  <dewar@adacore.com>
1038
1039         * exp_ch6.adb: Minor reformatting
1040
1041         * exp_ch7.adb: Minor reformatting
1042
1043         * exp_ch7.ads: Put routines in proper alpha order
1044
1045         * exp_dist.adb: Minor reformatting
1046
1047 2008-08-22  Vincent Celier  <celier@adacore.com>
1048
1049         * prj.ads: Minor comment update
1050
1051 2008-08-22  Robert Dewar  <dewar@adacore.com>
1052
1053         * sem_ch5.adb (One_Bound): Fix latent bug involving secondary stack
1054
1055 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
1056
1057         * exp_tss.adb:
1058         (Base_Init_Proc): For a protected subtype, use the base type of the
1059         corresponding record to locate the propoer initialization procedure.
1060
1061 2008-08-22  Robert Dewar  <dewar@adacore.com>
1062
1063         * checks.adb:
1064         (In_Subrange_Of): New calling sequence
1065         (Determine_Range): Prepare for new processing using base type
1066
1067         * exp_ch4.adb:
1068         (Compile_Time_Compare): Use new calling sequence
1069
1070         * exp_ch5.adb:
1071         (Compile_Time_Compare): Use new calling sequence
1072
1073         * sem_eval.adb:
1074         (Compile_Time_Compare): New calling sequence allows dealing with
1075         invalid values.
1076         (In_Subrange_Of): Ditto
1077
1078         * sem_eval.ads:
1079         (Compile_Time_Compare): New calling sequence allows dealing with
1080         invalid values.
1081         (In_Subrange_Of): Ditto
1082
1083 2008-08-22  Pascal Obry  <obry@adacore.com>
1084
1085         * adaint.c: Fix possible race condition on win32_wait().
1086
1087 2008-08-22  Bob Duff  <duff@adacore.com>
1088
1089         * exp_ch5.adb, exp_ch7.adb, exp_ch7.ads, exp_util.adb, freeze.adb,
1090         exp_ch4.adb, exp_ch6.ads, exp_ch6.adb, sem_ch6.adb, exp_aggr.adb,
1091         exp_intr.adb, exp_ch3.adb: Rename:
1092         Exp_Ch7.Controlled_Type => Needs_Finalization
1093         Exp_Ch7.CW_Or_Controlled_Type => CW_Or_Has_Controlled_Part
1094         Exp_Ch5.Expand_N_Extended_Return_Statement.Controlled_Type =>
1095          Has_Controlled_Parts
1096         (Has_Some_Controlled_Component): Fix bug in array case.
1097
1098 2008-08-22  Robert Dewar  <dewar@adacore.com>
1099
1100         * sem_ch8.adb: Minor reformatting
1101
1102 2008-08-22  Kevin Pouget  <pouget@adacore.com>
1103
1104         * s-shasto.ads, s-shasto.adb: Move Shared_Var_ROpen, Shared_Var_WOpen and
1105         Shared_Var_Close procedure specifications from package spec to package body.
1106
1107         * rtsfind.ads: Remove RE_Shared_Var_Close, RE_Shared_Var_ROpen,
1108         RE_Shared_Var_WOpen entries.
1109
1110         * exp_dist.adb: Update RE_Any_Content_Ptr to RE_Any_Container_Ptr in
1111         Build_To_Any_Call, Build_TypeCode_Call and Build_From_Any_Call procedures.
1112
1113 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
1114
1115         * init.c: adjust EH support code on Alpha/Tru64 as well.
1116
1117         * raise-gcc.c: Add back a couple of comments.
1118
1119 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
1120
1121         * exp_ch5.adb (Expand_Simple_Function_Return): If secondary stack is
1122         involved and the return type is class-wide, use the type of the expression
1123         for the generated access type. Suppress useless discriminant checks on the
1124         allocator.
1125
1126 2008-08-22  Bob Duff  <duff@adacore.com>
1127
1128         * exp_ch7.adb: Minor comment fix
1129
1130         * exp_ch6.ads: Minor comment fix
1131
1132 2008-08-22  Thomas Quinot  <quinot@adacore.com>
1133
1134         * sem_ch8.adb: Minor reformatting
1135         Minor code reorganization (introduce subprogram to factor duplicated
1136         code).
1137
1138 2008-08-22  Sergey Rybin  <rybin@adacore.com>
1139
1140         * gnat_ugn.texi: Change the description of gnatcheck default rule
1141         settings.
1142
1143 2008-08-22  Eric Botcazou  <ebotcazou@adacore.com>
1144
1145         * init.c (__gnat_adjust_context_for_raise): Delete for AIX, HP-UX,
1146         Solaris, FreeBSD, VxWorks and PowerPC/Linux.  For x86{-64}/Linux,
1147         do not adjust the PC anymore.
1148         (__gnat_error_handler): Do not call __gnat_adjust_context_for_raise
1149         on AIX, HP-UX, Solaris, FreeBSD and VxWorks.
1150
1151         * raise-gcc.c (get_call_site_action_for): Use _Unwind_GetIPInfo
1152         instead of _Unwind_GetIP.
1153
1154 2008-08-22  Gary Dismukes  <dismukes@adacore.com>
1155
1156         * exp_aggr.adb (Static_Array_Aggregate): When a static array aggregate
1157         with a range is transformed into a positional aggregate, any copied
1158         component literals should be marked Is_Static_Expression.
1159
1160         * sem_eval.adb (Compile_Time_Known_Value): Don't treat null literals as
1161         not being known at at compile time when Configurable_Run_Time_Mode is
1162         true.
1163
1164 2008-08-22  Robert Dewar  <dewar@adacore.com>
1165
1166         * exp_attr.adb:
1167         (Expand_N_Attribute_Reference): No validity checking on OUT parameter of
1168         Read or Input attribute.
1169
1170 2008-08-22  Ed Schonberg  <schonberg@adacore.com>
1171
1172         * sem_ch8.adb (Use_One_Type): when checking which of two use_type
1173         clauses in related units is redundant, if one of the units is a package
1174         instantiation, use its instance_spec to determine which unit is the
1175         ancestor of the other.
1176
1177 2008-08-22  Javier Miranda  <miranda@adacore.com>
1178
1179         * exp_attr.adb (Expand_N_Attribute_Reference): In case of access
1180         attributes add missing support to handle designated types that come
1181         from the limited view.
1182
1183         * exp_disp.adb (Expand_Interface_Conversion): Remove wrong assertion.
1184
1185 2008-08-22  Sergey Rybin  <rybin@adacore.com>
1186
1187         * vms_data.ads: Add entry for new gnatcheck -mNNN option
1188
1189         * gnat_ugn.texi: Add description for gnatcheck option '-m'
1190
1191 2008-08-22  Sergey Rybin  <rybin@adacore.com>
1192
1193         * gnat_ugn.texi: Update the gnatcheck subsection for metric rules
1194         acoording to the latest changes in the metric rule interface
1195
1196 2008-08-22  Vincent Celier  <celier@adacore.com>
1197
1198         * make.adb (Check.File_Not_A_Source_Of): New Boolean function
1199         (Check): Check if the file names registered in the ALI file for the
1200         spec, the body and each of the subunits are the ones expected.
1201
1202 2008-08-22  Robert Dewar  <dewar@adacore.com>
1203
1204         * g-catiio.adb: Code cleanup.
1205
1206 2008-08-20  Vincent Celier  <celier@adacore.com>
1207
1208         * make.adb (Gnatmake): Remove extra space in version line
1209
1210         * ali.adb:
1211         (Scan_ALI): Use Name_Find, not Name_Enter to get the name of a subunit,
1212         as the name may already have been entered in the table by the Project
1213         Manager.
1214
1215 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
1216
1217         * errno.c (__get_errno, __set_errno for MaRTE): Transform then into
1218         weak symbols so we use the version provided by MaRTE when available.
1219
1220 2008-08-20  Emmanuel Briot  <briot@adacore.com>
1221
1222         * g-catiio.ads, g-catiio.adb:
1223         (Value): Avoid an unnecessary system call to Clock in most cases.
1224         This call is only needed when only the time is provided in the string,
1225         and ignored in all other cases. This is more efficient.
1226
1227 2008-08-20  Eric Botcazou  <ebotcazou@adacore.com>
1228
1229         * raise-gcc.c: Fix formatting nits.
1230
1231 2008-08-20  Robert Dewar  <dewar@adacore.com>
1232
1233         * sem_ch13.adb:
1234         (Adjust_Record_For_Reverse_Bit_Order): Do not access First_Bit for
1235         non-existing component clause.
1236
1237         * exp_ch5.adb: Minor reformatting
1238
1239         * g-comlin.adb: Minor reformatting
1240
1241         * make.adb: Minor reformatting
1242
1243         * prj-proc.adb: Minor reformatting
1244
1245         * stylesw.ads: Minor reformatting
1246
1247 2008-08-20  Vincent Celier  <celier@adacore.com>
1248
1249         * make.adb (Gnatmake_Switch_Found): New Boolean global variable
1250         (Switch_May_Be_Passed_To_The_Compiler): New Boolean global variable
1251         (Add_Switches): New Boolean parameter Unknown_Switches_To_The_Compiler
1252          defaulted to True. Fail when Unknown_Switches_To_The_Compiler is False
1253         and a switch is not recognized by gnatmake.
1254         (Gnatmake): Implement new scheme for gnatmake switches and global
1255         compilation switches.
1256         (Switches_Of): Try successively Switches (<file name>),
1257         Switches ("Ada"), Switches (others) and Default_Switches ("Ada").
1258
1259 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1260
1261         * styleg-c.ads, styleg-c.adb (Missing_Overriding): new procedure to
1262         implement style check that overriding operations are explicitly marked
1263         at such.
1264
1265         * style.ads (Missing_Overriding): new procedure that provides interface
1266         to previous one.
1267
1268         * stylesw.ads, stylesw.adb: New style switch -gnatyO, to enable check
1269         that the declaration or body of overriding operations carries an
1270         explicit overriding indicator.
1271
1272         * sem_ch8.adb
1273         (Analyze_Subprogram_Renaming): if operation is overriding, check whether
1274         explicit indicator should be present.
1275
1276         * sem_ch6.adb (Verify_Overriding_Indicator,
1277         Check_Overriding_Indicator): If operation is overriding, check whether
1278         declaration and/or body of subprogram should be present
1279
1280 2008-08-20  Vincent Celier  <celier@adacore.com>
1281
1282         * prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for
1283         gprbuild when casing is MixedCase, whatever the casing of the letters
1284         in the file name.
1285
1286 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
1287
1288         * exp_ch3.adb (Build_Array_Init_Proc): Clarify comment related to
1289         creating dummy init proc.
1290         (Requires_Init_Proc): Return False in the case No_Default_Initialization
1291         is in force and the type does not have associated default
1292         initialization. Move test of Is_Public (with tests of restrictions
1293         No_Initialize_Scalars and No_Default_Initialization) to end, past tests
1294         for default initialization.
1295
1296 2008-08-20  Jerome Lambourg  <lambourg@adacore.com>
1297
1298         * g-comlin.adb (For_Each_Simple_Switch): Take care of switches not part
1299         of any alias or prefix but having attached parameters (as \"-O2\").
1300
1301 2008-08-20  Robert Dewar  <dewar@adacore.com>
1302
1303         * s-fileio.adb: Minor reformatting
1304
1305 2008-08-20  Thomas Quinot  <quinot@adacore.com>
1306
1307         * exp_strm.adb (Build_Elementary_Input_Call,
1308         Build_Elementary_Write_Call): Fix incorrect condition in circuitry that
1309         selects the stream attribute routines for long float types.
1310
1311 2008-08-20  Vincent Celier  <celier@adacore.com>
1312
1313         * prj-proc.adb (Process_Declarative_Items): Add Location for Array_Data
1314
1315         * prj.ads (Array_Data): Add a component Location
1316
1317 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1318
1319         * sem_prag.adb:
1320         (Analyze_Pragma, case Obsolescent): Add entity information on the pragma
1321         argument for ASIS and navigation use.
1322
1323 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1324
1325         * einfo.ads: Add comment.
1326
1327 2008-08-20  Bob Duff  <duff@adacore.com>
1328
1329         * sem_eval.ads: Minor comment fix.
1330
1331 2008-08-20  Bob Duff  <duff@adacore.com>
1332
1333         * exp_ch4.adb (Expand_N_And_Then, Expand_N_Or_Else): Improve constant
1334         folding. We were folding things like "False and then ...", but not
1335         "X and then ..." where X is a constant whose value is known at compile
1336         time.
1337
1338 2008-08-20  Hristian Kirtchev  <kirtchev@adacore.com>
1339
1340         * exp_ch5.adb (Controlled_Type): New routine.
1341         (Expand_N_Extended_Return_Statement): When generating a move of the
1342         final list in extended return statements, check the type of the
1343         function and in the case of double expanded return statements, the type
1344         of the returned object.
1345         (Expand_Simple_Function_Return): Perform an interface conversion when
1346         the type of the returned object is an interface and the context is an
1347         extended return statement.
1348
1349 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1350
1351         * sem_util.adb (Set_Debug_Info_Needed): If the entity is a private type
1352         and the full view is visible, set flag on full view as well.
1353
1354 2008-08-20  Thomas Quinot  <quinot@adacore.com>
1355
1356         * g-comlin.adb: Minor reformatting
1357         Minor code reorganization.
1358
1359         * freeze.adb: Minor reformatting
1360
1361 2008-08-20  Vincent Celier  <celier@adacore.com>
1362
1363         * prj-nmsc.adb (Check_File): An excluded Ada source file may be a
1364         source of another project.
1365
1366 2008-08-20  Pascal Obry  <obry@adacore.com>
1367
1368         * s-os_lib.ads: Minor reformatting.
1369
1370 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
1371
1372         * gnatvsn.ads: Minor reformatting.
1373
1374 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
1375
1376         * a-crbtgk.adb, repinfo.adb, g-traceb.ads, repinfo.ads,
1377         system-linux-s390x.ads, s-fatflt.ads, s-parame-ae653.ads, g-spipat.adb,
1378         g-spipat.ads, g-tasloc.adb, g-debpoo.adb, g-except.ads, g-debpoo.ads,
1379         mdll-utl.adb, g-string.adb, g-soliop-solaris.ads, par-sync.adb,
1380         exp_ch6.ads, a-cihama.ads, g-curexc.ads, system-linux-sh4.ads,
1381         g-utf_32.adb, g-hesorg.adb, s-proinf-irix-athread.ads, s-parint.adb,
1382         s-parint.ads, exp_ch7.ads, system-linux-alpha.ads, g-dirope.adb,
1383         sinfo-cn.adb, par-labl.adb, a-ciorse.adb, g-calend.adb,
1384         s-parame-vms-alpha.ads, nlists.h, exp_imgv.adb, exp_fixd.ads,
1385         g-calend.ads, gnatcmd.ads, g-table.adb, s-memory-mingw.adb,
1386         g-alveop.ads, g-memdum.ads, g-altive.ads, initialize.c, g-regpat.adb,
1387         g-busorg.ads, g-regpat.ads, g-encstr.ads, g-regexp.adb, g-regexp.ads,
1388         live.ads, g-dyntab.adb, prj-nmsc.ads, par-ch12.adb, 9drpc.adb,
1389         g-alvevi.ads, s-memory.adb, math_lib.adb, s-parame.ads, s-memory.ads,
1390         s-regexp.adb, a-exexda.adb, i-cstrea-vms.adb, a-exexpr.adb,
1391         g-soliop-mingw.ads, s-imgrea.adb, namet.adb, system-vms.ads,
1392         s-inmaop-dummy.adb, s-finroo.ads, a-ngcefu.adb, s-hibaen.ads,
1393         g-soliop.ads, s-auxdec.adb, g-locfil.ads, gnatxref.adb, memroot.adb,
1394         osint-b.ads, memroot.ads, s-parame-hpux.ads, errutil.adb,
1395         system-linux-s390.ads, par-util.adb, osint-c.ads, exp_pakd.ads,
1396         i-pacdec.ads, par-endh.adb, mlib-tgt.ads, prj-strt.ads,
1397         s-osprim-vms.adb, s-proinf.ads, output.ads, g-moreex.ads,
1398         a-finali.ads, s-fatlfl.ads, namet.h, mdll.ads, g-dynhta.ads,
1399         s-imgenu.ads, par-tchk.adb, g-excact.ads, memtrack.adb, s-fatgen.adb,
1400         a-exexpr-gcc.adb, g-arrspl.adb, par-ch4.adb, g-cgideb.adb, freeze.ads,
1401         g-altcon.adb, s-fatllf.ads, gnatfind.adb, s-osinte-lynxos-3.adb,
1402         a-exextr.adb, g-htable.ads, a-calfor.adb, s-imgcha.adb, argv.c,
1403         a-chahan.ads, g-hesora.adb, system-vms_64.ads, par-ch5.adb, g-md5.adb,
1404         lib-xref.ads, g-md5.ads, g-casuti.ads, s-fatsfl.ads, exp_dbug.ads,
1405         s-htable.ads, a-ngcoar.adb, s-arit64.ads, a-ngelfu.adb, a-filico.ads,
1406         par-ch6.adb, s-inmaop.ads, s-parame-vxworks.ads, s-casuti.ads,
1407         a-numaux-darwin.adb, a-cohama.ads, system-linux-sparc.ads, g-os_lib.adb,
1408         system-vms-ia64.ads, s-parame-vms-restrict.ads, a-clrefi.ads,
1409         s-parame-vms-ia64.ads, a-strfix.adb, a-coorse.adb, a-comlin.ads,
1410         a-chtgke.adb, s-imgint.adb, g-expect.ads, exp_ch4.ads, s-finimp.adb,
1411         mingw32.h, g-heasor.adb, g-alleve.adb, a-ngrear.adb, s-mastop-irix.adb,
1412         s-poosiz.adb, link.c: Fix copyright notice.
1413
1414 2008-08-20  Arnaud Charlet  <charlet@adacore.com>
1415
1416         * g-comlin.ads: Update comments.
1417
1418 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1419
1420         * sem_ch8.adb (Analyze_Subprogram_Renaming): Inherit Is_Imported flag.
1421
1422 2008-08-20  Gary Dismukes  <dismukes@adacore.com>
1423
1424         * exp_ch11.adb:
1425         (Expand_Exception_Handlers): Call Make_Exception_Handler instead of
1426         Make_Implicit_Exception_Handler when rewriting an exception handler with
1427         a choice parameter, and pass the handler's Sloc instead of that of the
1428         handled sequence of statements. Make_Implicit_Exception_Handler sets the
1429         Sloc to No_Location (unless debugging generated code), which we don't
1430         want for the case of a user handler.
1431
1432 2008-08-20  Robert Dewar  <dewar@adacore.com>
1433
1434         * freeze.adb (Freeze_Record_Type): Improve msg for non-contiguous field
1435
1436         * sem_ch13.adb:
1437         (Adjust_Record_For_Reverse_Bit_Order): Messages about layout are
1438         now labeled as info msgs, not warnings.
1439
1440         * tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
1441
1442         * usage.adb: Minor change to avoid overlong line for -gnatwz/Z
1443
1444         * a-textio.adb: Remove redundant test.
1445
1446         * a-witeio.adb: Minor code reorganization
1447         Remove redundant test found working on another issue
1448
1449         * a-ztexio.adb: Minor code reorganization
1450         Remove redundant test found working on another issue
1451
1452 2008-08-20  Thomas Quinot  <quinot@adacore.com>
1453
1454         * s-fileio.adb (Open) Use C helper function to determine whether a
1455         given errno value corresponds to a "file not found" error.
1456
1457         * sysdep.c (__gnat_is_file_not_found_error): New C helper function.
1458
1459 2008-08-20  Jose Ruiz  <ruiz@adacore.com>
1460
1461         * errno.c (__get_errno for MaRTE): Use the MaRTE function pthread_errno
1462         to get access to the per-task errno variable.
1463         (__set_errno for MaRTE): Do not redefine this function here since it is
1464         already defined in MaRTE.
1465
1466 2008-08-20  Tristan Gingold  <gingold@adacore.com>
1467
1468         * gnat_ugn.texi: Gcov is not supported on static library on AIX.
1469
1470 2008-08-20  Robert Dewar  <dewar@adacore.com>
1471
1472         * freeze.adb: Minor reformatting
1473
1474         * g-comlin.adb: Minor reformatting
1475
1476         * g-socket.adb: Minor reformatting
1477
1478         * g-socthi-mingw.adb: Minor reformatting
1479
1480         * g-stheme.adb: Minor reformatting
1481
1482 2008-08-20  Ed Schonberg  <schonberg@adacore.com>
1483
1484         * sem_aggr.adb, sem_type.adb, exp_ch9.ads, einfo.ads,
1485         exp_ch6.adb, exp_aggr.adb (Valid_Ancestor): Resolve
1486         confusion between partial and full views of an ancestor of the context
1487         type when the parent is a private extension declared in a parent unit,
1488         and full views are available for the context type.
1489
1490 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1491             Robert Dewar  <dewar@adacore.com>
1492
1493         PR ada/30827
1494         * bindgen.adb (Gen_Output_File_Ada): Zero-terminate the
1495         version string.
1496         Move comment in the right place.
1497         * g-comver.adb (Version): Look for a zero-termination in
1498         addition to a closing parenthesis.
1499
1500 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1501
1502         * exp_ch13.adb, exp_disp.adb, sem_cat.adb, sem_ch10.adb,
1503         * sem_ch12.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb,
1504         * sem_prag.adb, sem_util.adb, sem_warn.adb: Use
1505         Is_Package_Or_Generic_Package instead of hand-crafted tests.
1506
1507 2008-08-18  Samuel Tardieu  <sam@rfc1149.net>
1508
1509         PR ada/15808
1510         * sem_ch6.adb (Check_Private_Overriding): Check for generic packages
1511         as well.
1512
1513 2008-08-17  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1514
1515         * adaint.c (_gnat_set_close_on_exec) [_WIN32]: Implement.
1516
1517 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1518
1519         * gcc-interface/trans.c (call_to_gnu): Use the Sloc of the call
1520         for back-copy statements in lieu of that of the actual.
1521
1522 2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
1523
1524         PR ada/20548
1525         * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
1526         setjmp test consistently.  Adjust for new behavior of flag_stack_check.
1527         * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
1528         test of flag_stack_check.  Adjust for new behavior of flag_stack_check.
1529
1530 2008-08-13  Samuel Tardieu  <sam@rfc1149.net>
1531
1532         PR ada/36777
1533         * sem_util.ads, sem_util.adb (Is_Protected_Self_Reference): New.
1534         * sem_attr.adb (Check_Type): The current instance of a protected
1535         object is not a type name.
1536         (Analyze_Access_Attribute): Accept instances of protected objects.
1537         (Analyze_Attribute, Attribute_Address clause): Ditto.
1538         * exp_attr.adb (Expand_N_Attribute_Reference): Rewrite
1539         the prefix as being the current instance if needed.
1540
1541 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
1542
1543         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]:
1544         Remove duplicate s-win32.o. Add s-winext.o.
1545
1546 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
1547
1548         * g-stsifd-sockets.adb (Create): Replace Constants.SOCK_STREAM
1549         with SOSC.SOCK__STREAM.
1550         * g-socthi-mingw.adb (C_Select) Replace Constants.MSG_OOB with
1551         SOSC.MSG_OOB.
1552
1553 2008-08-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
1554
1555         * s-oscons-tmplt.c: RTEMS defines AF_INET6 but does support it.
1556         * gsocket.h, socket.c: Update to support RTEMS.
1557         * gcc-interface/Make-lang.in: Include CFLAGS_FOR_TARGET when cross.
1558
1559 2008-08-10  Samuel Tardieu  <sam@rfc1149.net>
1560             Robert Dewar <dewar@adacore.com>
1561
1562         * exp_ch4.adb (Expand_N_Op_Expon): Force evaluation of
1563         left argument even when right argument is 0.
1564         (Expand_N_Op_Mod): Ditto when right argument is 1.
1565         (Expand_N_Op_Multiply): Ditto when any argument is 0.
1566         (Expand_N_Op_Rem): Ditto when right argument is 1.
1567
1568 2008-08-09  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1569
1570         * gcc-interface/misc.c (gnat_handle_option): Replace set_Wunused
1571         by warn_unused.
1572
1573 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
1574
1575         * freeze.adb (Generate_Prim_Op_References): New procedure, abstracted
1576         from Freeze_Entity. Used to generate cross-reference information for
1577         types declared in generic packages.
1578
1579 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1580
1581         * gcc-interface/Makefile.in: Reintroduce g-soccon.ads as a
1582         compatibility shim.
1583
1584 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1585
1586         * gsocket.h:
1587         On Windows, include <errno.h> and redefine only selected errno values
1588         from their <winsock2.h> definitions.
1589
1590         * s-osinte-freebsd.ads: Minor reformatting
1591
1592         * s-osinte-hpux.ads, s-osinte-irix.ads: Minor reformatting
1593
1594         * g-soccon.ads: New file.
1595
1596         * g-stheme.adb, g-socthi-vms.adb, g-socthi-vxworks.adb,
1597         g-socthi-mingw.adb, g-sttsne-vxworks.adb, g-socthi.adb,
1598         g-stsifd-sockets.adb, g-socket.adb, g-socket.ads,
1599         g-sothco.adb, g-sothco.ads: Add back GNAT.Sockets.Constants as a child
1600         unit, to allow building software that depends on this internal unit
1601         with both older and newer compilers.
1602
1603 2008-08-08  Robert Dewar  <dewar@adacore.com>
1604
1605         * s-strxdr.adb: Minor reformatting
1606
1607 2008-08-08  Bob Duff  <duff@adacore.com>
1608
1609         * gnat_ugn.texi: The "Run-Time Checks" section said "arithmetic overflow
1610         checking for integer operations (including division by zero)", which
1611         is wrong -- divide by zero is not part of overflow checking.
1612         Also added misc clarification about what check-suppression means.
1613
1614         * gnat_rm.texi: Clarify the meaning of pragma Suppress.
1615
1616 2008-08-08  Jerome Lambourg  <lambourg@adacore.com>
1617
1618         * g-comlin.adb (Add_Switch): Handle addition of switches at the
1619         begining of the command line.
1620         (Append, Add): Renaming of Append to Add as this now allows addition
1621         at the begining of the list.
1622
1623         * g-comlin.ads (Add_Switch): Handle addition of switches at the
1624         begining of the command line.
1625
1626 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1627
1628         * g-sercom.ads:
1629         (Name): Document application scope (only legacy PC serial ports on
1630         Linux and Windows).
1631
1632 2008-08-08  Thomas Quinot  <quinot@adacore.com>
1633
1634         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Revert
1635         previous change, not needed after all.
1636
1637 2008-08-08  Ed Schonberg  <schonberg@adacore.com>
1638
1639         * exp_ch4.adb (Expand_Allocator_Expression): add check if null
1640         exclusion indicator is present
1641
1642 2008-08-08  Robert Dewar  <dewar@adacore.com>
1643
1644         * g-comlin.adb: Minor code reorganization
1645         Minor reformatting
1646
1647         * g-comlin.ads: Minor reformatting
1648
1649         * s-fileio.adb: Minor reformatting
1650
1651         * sem_attr.adb: Minor code reorganization (use Nkind_In)
1652         Minor reformatting
1653
1654 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
1655
1656         * gcc-interface/Make-lang.in: Use GCC_FOR_TARGET when dealing
1657         with s-oscons-tmplt.i.
1658
1659 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
1660
1661         * gcc-interface/Make-lang.in (OSCONS_CPPFLAGS): Remove.
1662
1663 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1664
1665         * sem_ch3.adb (Analyze_Component_Declaration): Protect against misuse
1666         of incomplete type.
1667
1668         * sem_ch8.adb (Analyze_Object_Renaming): Diagnose properly a renaming
1669         of a formal parameter of an incomplete type. Improve error message for
1670         other improper uses of incomplete types.
1671
1672 2008-08-06  Robert Dewar  <dewar@adacore.com>
1673
1674         * gnat_ugn.texi: Clarify -gnato documentation
1675
1676 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1677
1678         * gcc-interface/Makefile.in,
1679         g-socthi-vxworks.adb, g-socthi-mingw.adb, g-sttsne-vxworks.adb,
1680         g-socthi.adb, g-socket.adb, g-socket.ads, g-sothco.ads,
1681         g-soccon-linux-x86.ads, g-soccon-vxworks.ads, g-soccon-mingw.ads,
1682         g-soccon-hpux-ia64.ads, g-soccon-irix.ads, g-soccon-linux-64.ads,
1683         g-soccon-aix.ads, g-soccon-solaris.ads, g-soccon-lynxos.ads,
1684         g-soccon-vms.ads, g-soccon.ads, g-soccon-freebsd.ads,
1685         g-soccon-linux-ppc.ads, g-soccon-tru64.ads, g-soccon-hpux.ads,
1686         g-soccon-solaris-64.ads, gen-oscons.c, g-soccon-darwin.ads,
1687         g-soccon-mingw-64.ads, g-soccon-linux-mips.ads, g-soccon-rtems.ads:
1688         Remove GNAT.Sockets.Constants. This internal package is replaced by
1689         System.OS_Constants.
1690
1691 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1692
1693         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
1694         Remove obsolete targets referencing gen-soccon
1695         When generating s-oscons.ads, use a file name that includes the
1696         THREAD_KIND, to ensure that the (potentially different) version from a
1697         previous build with a different threads flavour does not get reused.
1698
1699 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1700
1701         * sem_res.adb: Minor reformatting
1702
1703         * s-fileio.adb (Open): When file open operation fails, raise Name_Error
1704         only when the operating system reports a non-existing file or directory
1705         (ENOENT), otherwise raise Name_Error.
1706
1707         * exp_ch11.adb: Minor reformatting
1708
1709 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1710
1711         * sem_ch3.adb (Access_Subprogram_Declaration): If the return type is
1712         incomplete, add the access_to_subprogram type to the list of private
1713         dependents only if the incomplete type will be completed in the current
1714         scope.
1715         (Build_Discriminant_Constraints): If the type of the discriminant is
1716         access_to_variable, reject a constraint that is access_to_constant.
1717
1718 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1719
1720         * g-socket-dummy.adb, g-socket-dummy.ads, g-sothco-dummy.adb,
1721         g-sothco-dummy.ads, g-socthi-dummy.adb, g-socthi-dummy.ads,
1722         g-sttsne-dummy.ads: New files.
1723
1724         * gcc-interface/Makefile.in, Makefile.rtl: Use placeholder sources
1725         with pragma Unimplemented_Unit for sockets packages on Nucleus.
1726
1727 2008-08-06  Pascal Obry  <obry@adacore.com>
1728
1729         * adaint.c: Another fix for ACL support on Windows.
1730
1731 2008-08-06  Javier Miranda  <miranda@adacore.com>
1732
1733         * exp_disp (Expand_Interface_Actuals): Adds missing support for
1734         expansion of calls to subprograms using selected components.
1735
1736 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1737
1738         * sem_res.adb (Resolve_Call): Use base type to determine whether a
1739         dereference is needed because a subtype of an access_to_subprogram is
1740         simply an access-subtype
1741
1742 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
1743
1744         * g-comlin.adb (Set_Command_Line): Now that aliases can contain
1745         parameters, always specify the expected separator.
1746
1747 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1748
1749         * xnmake.adb: Use new XUtil package for platform independent text
1750         output.
1751
1752 2008-08-06  Vincent Celier  <celier@adacore.com>
1753
1754         * gnat_ugn.texi: Document compiler switch -gnateG
1755
1756 2008-08-06  Quentin Ochem  <ochem@adacore.com>
1757
1758         * s-stausa.adb (Fill_Stack): Fixed pragma assert and top pattern mark
1759         in the case of an empty pattern size.
1760         (Compute_Result): Do not do any computation in the case of an empty
1761         pattern size.
1762         (Report_Result): Fixed computation of the overflow guard.
1763
1764 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1765
1766         * g-awk.adb (Finalize): Do not use directly objects of the type in the
1767         finalization routine to prevent elaboration order anomalies in new
1768         finalization scheme.
1769
1770 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1771
1772         * sem_ch3.adb (Find_Type_Name): protect against duplicate incomplete
1773         declaration for the same type.
1774
1775 2008-08-06  Thomas Quinot  <quinot@adacore.com>
1776
1777         * sem.adb: Minor rewording (comment)
1778
1779 2008-08-06  Jerome Lambourg  <lambourg@adacore.com>
1780
1781         * g-comlin.adb (Define_Switch, Get_Switches): New.
1782         (Can_Have_Parameter, Require_Parameter, Actual_Switch): New, used when
1783         ungrouping switches.
1784         (For_Each_Simple_Switch): Allow more control over parameters handling.
1785         This generic method now allows ungrouping of switches with parameters
1786         and switches with more than one letter after the prefix.
1787         (Set_Command_Line): Take care of switches that are prefixed with a
1788         switch handling parameters without delimiter (-gnatya and -gnaty3 for
1789         example).
1790         (Add_Switch, Remove_Switch): Handle parameters possibly present inside
1791         a group, as in gnaty3aM80 (3 and 80 are parameters). Report status of
1792         the operation.
1793         (Start, Alias_Switches, Group_Switches): Take care of parameters
1794         possibly present inside a group.
1795
1796         * g-comlin.ads (Define_Switch): New method used to define a list of
1797         expected switches, that are necessary for correctly ungrouping switches
1798         with more that one character after the prefix.
1799         (Get_Switches): Method that builds a getopt string from the list of
1800         switches as set previously by Define_Switch.
1801         (Add_Switch, Remove_Switch): New versions of the methods, reporting the
1802         status of the operation. Also allow the removal of switches with
1803         parameters only.
1804         (Command_Line_Configuration_Record): Maintain a list of expected
1805         switches.
1806
1807 2008-08-06  Doug Rupp  <rupp@adacore.com>
1808
1809         * gcc-interface/decl.c (gnat_to_gnu_param): Force 32bit descriptor if
1810         TARGET_MALLOC64 clear.
1811
1812         * gcc-interface/utils2.c (build_call_alloc_dealloc): Force 32bit malloc
1813         if TARGET_MALLOC64 clear.
1814
1815         * gcc-interface/gigi.h (TARGET_ABI_OPEN_VMS): Move here from utils2.c
1816         (TARGET_MALLC64): New macro. Default to clear.
1817
1818 2008-08-06  Doug Rupp  <rupp@adacore.com>
1819
1820         * gcc-interface/utils2.c (snames.h) Include
1821         (TARGET_ABI_OPEN_VMS): Initialize.
1822         (build_call_alloc_dealloc); [TARGET_ABI_OPEN_VMS] Allocate on 32bit heap
1823         for Convention C.
1824
1825 2008-08-06  Ed Schonberg  <schonberg@adacore.com>
1826
1827         * sem_ch3.adb (Process_Discriminants): diagnose redundant or improper
1828         null exclusion in a discriminant declaration
1829
1830         * sem_ch8.adb (Analyze_Object_Renaming): diagnose null exclusion
1831         indicators when type is not an access type.
1832
1833         * sem_ch12.adb (Formal_Object_Declaration): diagnose null exclusion
1834         indicators when type is not an access type.
1835
1836 2008-08-06  Javier Miranda  <miranda@adacore.com>
1837
1838         * exp_disp (Expand_Interface_Conversion): Freeze the entity associated
1839         with the target interface before expanding the code of the interface
1840         conversion.
1841
1842 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1843
1844         * freeze.adb:
1845         (Freeze_Entity): A deferred constant does not violate the restriction
1846         No_Default_Initialization,
1847
1848         * sem_ch3.adb (Process_Subtype): An allocator is a valid construct that
1849         can carry a null exclusion indicator, and on which an error may be
1850         posted if the indicator is redundant.
1851
1852         * sem_ch8.adb (Analyze_Object_Renaming): Verify that a null exclusion
1853         does not apply to a subtype mark that already excludes null.
1854
1855         * sem_ch12.adb (Formal_Object_Declaration): Verify that a null
1856         exclusion does not apply to a subtype mark that already excludes null.
1857
1858 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1859
1860         * Makefile.rtl: Compile s-oscons.ads as part of the runtime library.
1861
1862 2008-08-05  Doug Rupp  <rupp@adacore.com>
1863
1864         * vms_data.ads: Translation for /POINTER_SIZE qualifier.
1865
1866 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1867
1868         * gsocket.h: Make this file includable in a Nucleus environment, which
1869         does not support sockets.
1870
1871         * socket.c: Remove Nucleus-specific hack.
1872
1873 2008-08-05  Pascal Obry  <obry@adacore.com>
1874
1875         * adaint.c: Remove support for readable attribute on vxworks and nucleus
1876
1877 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1878
1879         * sem_attr.adb:
1880         (Analyze_Attribute, case 'Result): handle properly the case where some
1881         operand of the expression in a post-condition generates a transient
1882         block.
1883
1884         * sem_ch5.adb (Analyze_Assignment_Statement): Apply conversion to
1885         right-hand side when it is an anonymous access_to_subprogram, to force
1886         static accessibility check when needed.
1887
1888 2008-08-05  Sergey Rybin  <rybin@adacore.com>
1889
1890         * gnat_ugn.texi: Changing the description of the gnatcheck metrics
1891         rule according to the change in the rule option.
1892         Add documentation for -gnatw.b/-gnatw.B
1893
1894 2008-08-05  Robert Dewar  <dewar@adacore.com>
1895
1896         * ug_words: Add entries for -gnatw.b/-gnatw.B
1897
1898         * vms_data.ads: Add entries for -gnatw.b/-gnatw.B
1899
1900 2008-08-05  Vincent Celier  <celier@adacore.com>
1901
1902         * a-wtdeio.adb (Put (Current_Output)): Use Fore in the call to Put
1903         (File).
1904
1905         * a-ztdeio.adb: Ditto.
1906
1907 2008-08-05  Pascal Obry  <obry@adacore.com>
1908
1909         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Add support for the
1910         readable attribute.
1911
1912 2008-08-05  Vincent Celier  <celier@adacore.com>
1913
1914         * s-wchwts.adb:
1915         (Wide_String_To_String): Returns a String with the same 'First as its
1916         parameter S.
1917         (Wide_Wide_String_To_String): Ditto
1918
1919         * s-wchwts.ads:
1920         (Wide_String_To_String): Document that the lowest index of the returned
1921         String is equal to S'First.
1922
1923 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1924
1925         * xoscons.adb, xutil.ads, xutil.adb, s-oscons-tmplt.c: New files.
1926
1927         * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Generate
1928         s-oscons.ads
1929
1930 2008-08-05  Robert Dewar  <dewar@adacore.com>
1931
1932         * opt.ads (Warn_On_Biased_Representation): New flag
1933
1934         * sem_ch13.adb:
1935         (Analyze_Attribute_Definition_Clause): Issue warning when biased
1936         representation is required.
1937         (Minimum_Size): Don't allow biasing if enum rep clause case
1938
1939         * sem_warn.adb:
1940         (Set_Dot_Warning_Switch): Add handling of -gnatw.b/B switches
1941         (Set_Warning_Switch): Include -gnatw.b in -gnatwa, -gnatw.B in gnatws
1942
1943         * usage.adb: Add lines for -gnatw.b/B switches
1944
1945 2008-08-05  Pascal Obry  <obry@adacore.com>
1946
1947         * a-coinve.adb: Reorder the code to avoid uninitialized warning.
1948
1949         * adaint.c: In UNIX cases do not call __gnat_stat but stat directly.
1950
1951 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1952
1953         * socket.c: Minor reformatting.
1954
1955 2008-08-05  Robert Dewar  <dewar@adacore.com>
1956
1957         * sem_ch3.adb: Minor reformatting
1958
1959         * prj-nmsc.adb: Minor reformatting
1960
1961 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
1962
1963         * sem_ch12.adb (Validate_Array_Type_Instance): Only apply complex
1964         visibility check on the component type if the simple test fails.
1965
1966 2008-08-05  Jose Ruiz  <ruiz@adacore.com>
1967
1968         * init.c (__gnat_install_handler for linux): If we are building the
1969         Xenomai run time then we need to do two additional things: avoid
1970         memory swapping and transform the Linux environment task into a native
1971         Xenomai task.
1972
1973         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for xenomai run
1974         time): Use interface to Xenomai native skin and avoid linux-specific
1975         way of setting CPU affinity.
1976         (EH_MECHANISM for the xenomai run time): Use sjlj exception mechanism.
1977
1978 2008-08-05  Bob Duff  <duff@adacore.com>
1979
1980         * checks.ads: Minor comment fix
1981
1982 2008-08-05  Thomas Quinot  <quinot@adacore.com>
1983
1984         * g-sercom.adb, g-sercom.ads, g-sercom-mingw.adb,
1985         g-sercom-linux.adb (Data_Bits): Change literals B7 and B8 to CS7 and
1986         CS8.
1987
1988 2008-08-05  Robert Dewar  <dewar@adacore.com>
1989
1990         * mlib.adb: Minor code reorganization
1991         Minor reformatting
1992
1993         * make.adb: Minor reformatting
1994
1995         * prj-attr.ads: Minor reformatting
1996
1997         * s-os_lib.adb: Minor reformatting
1998
1999         * s-fileio.adb: Minor code reorganization
2000         Minor reformatting
2001
2002         * prj.ads: Minor reformatting
2003
2004 2008-08-05  Bob Duff  <duff@adacore.com>
2005
2006         * sem_ch3.adb (Analyze_Object_Declaration): Avoid type Any_Access in
2007         unresolved initial value of "null", because it causes implicitly
2008         generated "=" operators to be ambiguous, and because this type should
2009         not be passed to gigi.
2010
2011 2008-08-05  Vincent Celier  <celier@adacore.com>
2012
2013         * mlib.adb: Update comments.
2014
2015         * make.adb (Switches_Of): Check for Switches (others), before checking
2016         for Default_Switches ("Ada").
2017         (Gnatmake): Use Builder'Switches (others) in preference to
2018         Builder'Default_Switches ("Ada") if there are several mains.
2019
2020         * prj-attr-pm.adb:
2021         (Add_Attribute): Add component Others_Allowed in Attribute_Record
2022         aggregate.
2023
2024         * prj-attr.adb:
2025         Add markers to indicates that attributes Switches allow others as index
2026         (Others_Allowed_For): New Boolean function, returning True for
2027         attributes with the mark.
2028         (Initialize): Recognize optional letter 'O' as the marker for
2029         associative array attributes where others is allowed as the index.
2030
2031         * prj-attr.ads:
2032         (Others_Allowed_For): New Boolean function
2033         (Attribute_Record): New Boolean component Others_Allowed
2034
2035         * prj-dect.adb:
2036         (Parse_Attribute_Declaration): For associative array attribute where
2037         others is allowed as the index, allow others as an index.
2038
2039         * prj-nmsc.adb:
2040         (Process_Binder): Skip associative array attributes with index others
2041         (Process_Compiler): Ditto
2042
2043         * prj-util.adb:
2044         (Value_Of (Index, In_Array)): Make no attempt to put in lower case when
2045         index is All_Other_Names.
2046
2047         * prj.ads:
2048         (All_Other_Names): New constant
2049
2050         * prj-proc.adb:
2051         (Process_Declarative_Items): Skip associative array attribute when index
2052         is reserved word "others".
2053
2054 2008-08-05  Vasiliy Fofanov  <fofanov@adacore.com>
2055
2056         * gen-oscons.c: Adapt for VMS where termios.h is not available.
2057
2058 2008-08-05  Thomas Quinot  <quinot@adacore.com>
2059
2060         * a-rttiev.adb: Minor reformatting (comments)
2061
2062         * gen-soccon.c: Rename to gen-oscons.c
2063
2064         * gen-oscons.c: New file. Now generate System.OS_Constants instead of
2065         GNAT.Sockets.Constants.
2066         Add new constants for GNAT.Serial_Communications and System.File_IO.
2067
2068 2008-08-05  Javier Miranda  <miranda@adacore.com>
2069
2070         * sem_util.adb (Collect_Interfaces_Info): Minor reformating.
2071         * exp_ch3.adb (Build_Offset_To_Top_Functions): Code cleanup: the
2072         implementation of this routine has been simplified.
2073
2074 2008-08-05  Pascal Obry  <obry@adacore.com>
2075
2076         * adaint.c, adaint.h, s-os_lib.adb, s-os_lib.ads: Fix the
2077         Set_Read_Only Win32 implementation.
2078
2079 2008-08-05  Thomas Quinot  <quinot@adacore.com>
2080
2081         * exp_strm.adb: Minor reformatting (comments)
2082
2083         * sem_ch12.adb: Minor reformatting.
2084
2085 2008-08-05  Robert Dewar  <dewar@adacore.com>
2086
2087         * sem_ch3.adb: Minor reformatting
2088
2089         * checks.adb: Minor reformatting
2090
2091 2008-08-05  Thomas Quinot  <quinot@adacore.com>
2092
2093         * tbuild.ads (New_External_Name): Update spec to reflect relaxed
2094         restriction on Prefix.
2095
2096 2008-08-05  Jerome Lambourg  <lambourg@adacore.com>
2097
2098         * g-comlin.adb (Sort_Sections, Group_Switches): New/Modified internal
2099         methods needed to handle switch sections when building a command line.
2100         (Define_Section, Add_Switch, Remove_Switch, Is_New_Section,
2101         Current_Section): New public methods or methods modified to handle
2102         building command lines with sections.
2103         (Set_Command_Line): Take into account sections when analysing a switch
2104         string.
2105         (Start): Sort the switches by sections before iterating the command line
2106         elements.
2107
2108         * g-comlin.ads (Define_Section, Add_Switch, Remove_Switch,
2109         Is_New_Section, Current_Section): New methods or methods modified to
2110         handle building command lines with sections.
2111
2112 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
2113
2114         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For access
2115         discriminants, indicate that the corresponding object declaration has
2116         no initialization, to prevent spurious warnings when the access type is
2117         null-excluding.
2118
2119 2008-08-05  Ed Schonberg  <schonberg@adacore.com>
2120
2121         * sem_res.adb (Resolve_Call): If this is a call to the predefined
2122         Abort_Task, warn if the call appears within a protected operation.
2123
2124 2008-08-04  Robert Dewar  <dewar@adacore.com>
2125
2126         * exp_ch4.adb (Expand_N_In): Suppress range warnings in instances
2127
2128 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2129
2130         * sem_ch3.adb:
2131         (Replace_Anonymous_Access_To_Protected_Subprogram): Handle properly an
2132         anonymous access to protected subprogram that is the return type of the
2133         specification of a subprogram body.
2134
2135         * sem_ch6.adb:
2136         (Analyze_Subprogram_Body): if the return type is an anonymous access to
2137         subprogram, freeze it now to prevent access anomalies in the back-end.
2138
2139         * exp_ch9.adb: Minor code cleanup.
2140         Make sure that new declarations are inserted into the tree before
2141         analysis (from code reading).
2142
2143 2008-08-04  Robert Dewar  <dewar@adacore.com>
2144
2145         * exp_ch5.adb:
2146         (Expand_Simple_Function_Return): Check No_Secondary_Stack restriction
2147         at point of return.
2148
2149 2008-08-04  Thomas Quinot  <quinot@adacore.com>
2150
2151         * sem_type.adb, sem_ch4.adb, sprint.adb, exp_ch3.adb: Minor reformatting
2152
2153 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
2154
2155         * g-soccon-mingw.ads: Fix value for MSG_WAITALL
2156
2157 2008-08-04  Javier Miranda  <miranda@adacore.com>
2158
2159         * sem_prag.adb (Process_Convention): Add missing support for
2160          N_Private_Extension_Declaration nodes.
2161
2162 2008-08-04  Robert Dewar  <dewar@adacore.com>
2163
2164         * exp_ch4.adb: Minor reformatting
2165
2166 2008-08-04  Pascal Obry  <obry@adacore.com>
2167
2168         * adaint.h: Add missing prototype.
2169
2170         * adaint.c: Refine support for Windows file attributes.
2171
2172 2008-08-04  Robert Dewar  <dewar@adacore.com>
2173
2174         * sem_res.adb:
2175         (Valid_Conversion): Catch case of designated types having different
2176         sizes, even though they statically match.
2177
2178 2008-08-04  Javier Miranda  <miranda@adacore.com>
2179
2180         * sem_eval.adb (Subtypes_Statically_Match): Remove superfluous patch
2181         added in previous patch to handle access to subprograms.
2182
2183 2008-08-04  Robert Dewar  <dewar@adacore.com>
2184
2185         * freeze.adb:
2186         (Freeze_Entity): Only check No_Default_Initialization restriction for
2187         constructs that come from source
2188
2189 2008-08-04  Thomas Quinot  <quinot@adacore.com>
2190
2191         * exp_ch6.adb: Minor comment fix.
2192
2193         * sem_ch4.adb: Minor reformatting.
2194
2195 2008-08-04  Robert Dewar  <dewar@adacore.com>
2196
2197         * sem_res.adb: (Large_Storage_Type): Improve previous change.
2198
2199 2008-08-04  Pascal Obry  <obry@adacore.com>
2200
2201         * adaint.c, s-os_lib.adb, s-os_lib.ads: Use Windows ACL to deal with
2202         file attributes.
2203
2204 2008-08-04  Javier Miranda  <miranda@adacore.com>
2205
2206         * sem_ch3.adb (Access_Subprogram_Declaration): Adding missing support
2207         for N_Formal_Object_Declaration nodes. Adding kludge required by
2208         First_Formal to provide its functionality with access to functions.
2209         (Replace_Anonymous_Access_To_Protected_Subprogram): Add missing support
2210         for anonymous access types returned by functions.
2211
2212         * sem_ch5.adb (Analyze_Assignment): Code cleanup to avoid duplicate
2213         conversion of null-excluding access types (required only once to force
2214         the generation of the required runtime check).
2215
2216         * sem_type.adb (Covers): minor reformating
2217
2218         * checks.adb (Null_Exclusion_Static_Checks): Avoid reporting errors
2219         with internally generated nodes. Avoid generating the error inside init
2220         procs.
2221
2222         * sem_res.adb (Resolve_Membership_Test): Minor reformating.
2223         (Resolve_Null): Generate the null-excluding check in case of assignment
2224         to a null-excluding object.
2225         (Valid_Conversion): Add missing support for anonymous access to
2226         subprograms.
2227
2228         * sem_ch6.adb (Check_Return_Subtype_Indication): Add missing support for
2229         anonymous access types whose designated type is an itype. This case
2230         occurs with anonymous access to protected subprograms types.
2231         (Analyze_Return_Type):  Add missing support for anonymous access to
2232         protected subprogram.
2233
2234         * sem_eval.adb (Subtypes_Statically_Match): In case of access to
2235         subprograms addition of missing check on matching convention. Required
2236         to properly handle access to protected subprogram types.
2237
2238         * exp_ch3 (Build_Assignment): Code cleanup removing duplicated check on
2239         null excluding access types.
2240
2241 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2242
2243         * sem_ch12.adb: Add comments
2244
2245         * sem_ch4.adb (Analyze_Allocator): If the designated type is a non-null
2246         access type and the allocator is not initialized, warn rather than
2247         reporting an error.
2248
2249 2008-08-04  Robert Dewar  <dewar@adacore.com>
2250
2251         * exp_ch4.adb: Minor reformatting
2252
2253         * exp_dist.adb: Minor reformatting
2254
2255         * g-comlin.adb: Minor reformatting
2256
2257 2008-08-04  Gary Dismukes  <dismukes@adacore.com>
2258
2259         * exp_aggr.adb (Build_Record_Aggr_Code): Perform a conversion of the
2260         target to the type of the aggregate in the case where the target object
2261         is class-wide.
2262
2263         * exp_ch5.adb (Expand_Simple_Function_Return): When the function's
2264         result type is class-wide and inherently limited, and the expression
2265         has a specific type, create a return object of the specific type, for
2266         more efficient handling of returns of build-in-place aggregates (avoids
2267         conversions of the class-wide return object to the specific type on
2268         component assignments).
2269
2270         * sem_ch6.adb (Check_Return_Subtype_Indication): Suppress the error
2271         about a type mismatch for a class-wide function with a return object
2272         having a specific type when the object declaration doesn't come from
2273         source. Such an object can result from the expansion of a simple return.
2274
2275 2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
2276
2277         * g-soccon-mingw-64.ads, system-mingw-x86_64.ads: New files.
2278
2279         * gcc-interface/Makefile.in: Use 64bit-specific system files when
2280         compiling for 64bit windows.
2281
2282 2008-08-04  Jerome Lambourg  <lambourg@adacore.com>
2283
2284         * g-comlin.adb (Group_Switches): Preserve the switch order when
2285         grouping and allow switch grouping of switches with more than one
2286         character extension (e.g. gnatw.x).
2287         (Args_From_Expanded): Remove this now obsolete method.
2288
2289 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2290
2291         * exp_ch4.adb (Get_Allocator_Final_List): Freeze anonymous type for
2292         chain at once, to ensure that type is properly decorated for back-end,
2293         when allocator appears within a loop.
2294
2295 2008-08-04  Kevin Pouget  <pouget@adacore.com>
2296
2297         * snames.h, snames.adb, snames.ads:
2298         Add Attr_To_Any, Attr_From_Any and Attr_TypeCode defines.
2299
2300         * exp_dist.ads, exp_dist.adb: Add Build_From_Any_Call,
2301         Build_To_Any_Call and Build_TypeCode_Call procedures.
2302
2303         * exp_attr.adb, sem_attr.adb: Add corresponding cases.
2304
2305         * rtsfind.ads: Add corresponding names.
2306
2307         * tbuild.adb: Update prefix restrictions to allow '_' character.
2308
2309 2008-08-04  Doug Rupp  <rupp@adacore.com>
2310
2311         * gigi.h (fill_vms_descriptor): Add third parameter gnat_actual
2312         * trans.c (call_to_gnu): Call fill_vms_descriptor with new parameter.
2313         * utils2.c (fill_vms_descriptor): Add third parameter for error sloc and
2314         use it.  Calculate pointer range overflow using 64bit types.
2315
2316 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2317
2318         * sem_ch3.adb (Access_Definition): A formal object declaration is a
2319         legal context for an anonymous access to subprogram.
2320
2321         * sem_ch4.adb (Analyze_One_Call): If the call can be interpreted as an
2322         indirect call, report success to the caller to include possible
2323         interpretation.
2324
2325         * sem_ch6.adb (Check_Return_Type_Indication): Apply proper conformance
2326         check when the type
2327         of the extended return is an anonymous access_to_subprogram type.
2328
2329         * sem_res.adb:
2330         (Resolve_Call): Insert a dereference if the type of the subprogram is an
2331         access_to_subprogram and the context requires its return type, and a
2332         dereference has not been introduced previously.
2333
2334 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
2335
2336         * usage.adb (Usage): Minor rewording of -gnatwz switch, to improve
2337         gnatcheck support in GPS.
2338
2339 2008-08-04  Vincent Celier  <celier@adacore.com>
2340
2341         * mlib.adb (Create_Sym_Links): Create relative symbolic links when
2342         requested
2343
2344 2008-08-04  Vincent Celier  <celier@adacore.com>
2345
2346         * gprep.adb (Process_One_File): Call Prep.Preprocess with a Boolean
2347         variable, but don't check the resulting value as it has no impact on
2348         the processing.
2349
2350         * opt.ads:
2351         (Generate_Processed_File): New Boolean flag, set to True in the compiler
2352         when switch -gnateG is used.
2353
2354         * prep.adb:
2355         (Preprocess): new Boolean out parameter Source_Modified. Set it to True
2356         when the source is modified by the preprocessor and there is no
2357         preprocessing errors.
2358
2359         * prep.ads (Preprocess): new Boolean out parameter Source_Modified
2360
2361         * sinput-l.adb:
2362         (Load_File): Output the result of preprocessing if the source text was
2363         modified.
2364
2365         * switch-c.adb (Scan_Front_End_Switches): Recognize switch -gnateG
2366
2367         * switch-m.adb (Normalize_Compiler_Switches): Normalize switch -gnateG
2368
2369         * ug_words: Add VMS equivalent for -gnateG
2370
2371         * vms_data.ads:
2372         Add VMS option /GENERATE_PROCESSED_SOURCE, equivalent to switch -gnateG
2373
2374 2008-08-04  Doug Rupp  <rupp@adacore.com>
2375
2376         * gcc-interface/utils2.c:
2377         (fill_vms_descriptor): Raise CE if attempt made to pass 64bit pointer
2378         in 32bit descriptor.
2379
2380 2008-08-04  Robert Dewar  <dewar@adacore.com>
2381
2382         * par-ch10.adb: Minor reformatting
2383
2384         * i-cobol.adb: Minor reformatting.
2385
2386 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2387
2388         * sem_ch3.adb (Access_Definition): Create an itype reference for an
2389         anonymous access return type of a regular function that is not a
2390         compilation unit.
2391
2392 2008-08-04  Vincent Celier  <celier@adacore.com>
2393
2394         * prj-attr.adb: New Builder attribute Global_Compilation_Switches
2395
2396         * snames.adb: New standard name Global_Compilation_Switches
2397
2398         * snames.ads: New standard name Global_Compilation_Switches
2399
2400         * make.adb: Correct spelling error in comment
2401
2402 2008-08-04  Arnaud Charlet  <charlet@adacore.com>
2403
2404         * sem_prag.adb (Check_Form_Of_Interface_Name): Fix handling for CLI
2405         target.
2406
2407 2008-08-04  Thomas Quinot  <quinot@adacore.com>
2408
2409         * sem_ch10.adb: Minor comment fix.
2410
2411 2008-08-04  Robert Dewar  <dewar@adacore.com>
2412
2413         * restrict.adb: Improved messages for restriction warnings
2414
2415         * restrict.ads: Improved messages for restriction messages
2416
2417         * s-rident.ads (Profile_Name): Add No_Profile
2418
2419 2008-08-04  Robert Dewar  <dewar@adacore.com>
2420
2421         * system-darwin-x86.ads: Correct bad definition of Max_Nonbinary_Modulus
2422
2423 2008-08-04  Robert Dewar  <dewar@adacore.com>
2424
2425         * freeze.adb (Freeze_Entity): Check for size clause for boolean warning
2426
2427 2008-08-04  Vincent Celier  <celier@adacore.com>
2428
2429         * prj-proc.adb:
2430         (Copy_Package_Declarations): When inheriting package Naming from a
2431         project being extended, do not inherit source exception names.
2432
2433 2008-08-04  Ed Schonberg  <schonberg@adacore.com>
2434
2435         * sem_prag.adb (Check_Precondition_Postcondition): When scanning the
2436         list of declaration to find previous subprogram, do not go to the
2437         original node of a generic unit.
2438
2439 2008-08-02  Eric Botcazou  <ebotcazou@adacore.com>
2440
2441         * gcc-interface/utils2.c (build_binary_op) <PLUS_EXPR, MINUS_EXPR>:
2442         New case.  Convert BOOLEAN_TYPE operation to the default integer type.
2443
2444 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
2445
2446         * gcc-interface/ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.
2447         * gcc-interface/decl.c (gnat_to_gnu_param): Fix formatting, simplify
2448         and adjust for above renaming.
2449         * gcc-interface/utils.c (convert_vms_descriptor): Likewise. Add new
2450         gnu_expr_alt_type parameter.  Convert the expression to it instead
2451         of changing its type in place.
2452         (build_function_stub): Adjust call to above function.
2453
2454 2008-08-01  Eric Botcazou  <ebotcazou@adacore.com>
2455
2456         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: Remove dead
2457         code.  Do not get full definition of deferred constants with address
2458         clause for a use.  Do not ignore deferred constant definitions with
2459         address clause.  Ignore constant definitions already marked with the
2460         error node.
2461         <object>: Remove obsolete comment.  For a deferred constant with
2462         address clause, get the initializer from the full view.
2463         * gcc-interface/trans.c (gnat_to_gnu) <N_Attribute_Definition_Clause>:
2464         Rework and remove obsolete comment.
2465         <N_Object_Declaration>: For a deferred constant with address clause,
2466         mark the full view with the error node.
2467         * gcc-interface/utils.c (convert_to_fat_pointer): Rework and fix
2468         formatting nits.
2469
2470 2008-08-01  Hristian Kirtchev  <kirtchev@adacore.com>
2471
2472         * rtsfind.ads: Add block IO versions of stream routines for Strings.
2473
2474         * bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
2475         sem_prag.adb, snames.adb, snames.ads, snames.h,
2476         par-prag.adb: Undo previous stream related changes.
2477
2478         * s-rident.ads: Add new restriction No_Stream_Optimizations.
2479
2480         * s-ststop.ads, s-ststop.adb: Comment reformatting.
2481         Define enumeration type to designate different IO mechanisms.
2482         Enchance generic package Stream_Ops_Internal to include an
2483         implementation of Input and Output.
2484
2485         * exp_attr.adb (Find_Stream_Subprogram): If restriction
2486         No_Stream_Optimization is active, choose the default byte IO
2487         implementations of stream attributes for Strings.
2488         Otherwise use the corresponding block IO version.
2489
2490 2008-08-01  Olivier Hainque  <hainque@adacore.com>
2491
2492         * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>: Do not
2493         turn Ada Pure into GCC const, now implicitely implying nothrow as well.
2494
2495 2008-08-01  Robert Dewar  <dewar@adacore.com>
2496
2497         * par-ch3.adb (P_Defining_Identifier): Avoid repeated attempt to
2498         convert plain identifier into defining identifier.
2499
2500 2008-08-01  Robert Dewar  <dewar@adacore.com>
2501
2502         * sem_prag.adb (Check_Form_Of_Interface_Name): Refine and improve
2503         warnings
2504
2505         * lib-xref.adb: Add error defense.
2506
2507 2008-08-01  Bob Duff  <duff@adacore.com>
2508
2509         * ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
2510
2511 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
2512
2513         * exp_ch6.adb (Expand_Call): Adjustment to previous fix for passing
2514         correct accessibility levels. In the "when others" case, retrieve the
2515         access level of the Etype of Prev rather than Prev_Orig, because the
2516         original exression has not always been analyzed.
2517
2518 2008-08-01  Robert Dewar  <dewar@adacore.com>
2519
2520         * prj-nmsc.adb: Minor reformatting
2521
2522         * sem_ch4.adb: Minor reformatting
2523         Minor code reorganization
2524
2525         * prj.ads: Minor reformatting
2526
2527         * s-os_lib.adb: Minor reformatting
2528
2529         * par-prag.adb (Prag, case Wide_Character_Encoding): Deal with upper
2530         half encodings
2531
2532         * scans.ads: Minor reformatting.
2533
2534         * sem_prag.adb (Analyze_Pragma): Put entries in alpha order
2535         (Analyze_Pragma): Make sure all GNAT pragmas call GNAT_Pragma
2536
2537         * sem_res.adb:
2538         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
2539
2540         * sem_ch12.adb: Minor comment reformatting
2541
2542         * par-ch3.adb (P_Type_Declaration): Properly handle missing type
2543         keyword
2544
2545 2008-08-01  Robert Dewar  <dewar@adacore.com>
2546
2547         * sem_ch6.adb (Process_PPCs): Don't copy spec PPC to body if not
2548         generating code
2549
2550 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2551
2552         * checks.adb (Apply_Float_Conversion_Check): If the expression to be
2553         converted is a real literal and the target type has static bounds,
2554         perform the conversion exactly to prevent floating-point anomalies on
2555         some targets.
2556
2557 2008-08-01  Vincent Celier  <celier@adacore.com>
2558
2559         * prj-attr.adb: New attribute Compiler'Name_Syntax (<lang>)
2560
2561         * prj-nmsc.adb (Process_Compiler): Recognize attribute Name_Syntax
2562
2563         * prj.adb (Object_Exist_For): Use Object_Generated, not
2564         Objects_Generated that is removed and was never modified anyway.
2565
2566         * prj.ads:
2567         (Path_Syntax_Kind): New enumeration type
2568         (Language_Config): New component Path_Syntax, defaulted to Host.
2569         Components PIC_Option and Objects_Generated removed, as they are not
2570         used.
2571
2572         * snames.adb: New standard name Path_Syntax
2573
2574         * snames.ads: New standard name Path_Syntax
2575
2576 2008-08-01  Vincent Celier  <celier@adacore.com>
2577
2578         * mlib-utl.adb:
2579         (Adalib_Path): New variable to store the path of the adalib directory
2580         when procedure Specify_Adalib_Dir is called.
2581         (Lib_Directory): If Adalib_Path is not null, return its value
2582         (Specify_Adalib_Dir): New procedure
2583
2584         * mlib-utl.ads (Specify_Adalib_Dir): New procedure
2585
2586 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2587
2588         * sem_prag.adb:
2589         (Check_Precondition_Postcondition): If not generating code, analyze the
2590         expression in a postcondition that appears in a subprogram body, so that
2591         it is properly decorated for ASIS use.
2592
2593 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
2594
2595         * exp_ch6.adb (Expand_Call): Remove ugly special-case code that resets
2596         Orig_Prev to Prev in the case where the actual is N_Function_Call or
2597         N_Identifier. This was interfering with other cases that are rewritten
2598         as N_Identifier, such as allocators, resulting in passing of the wrong
2599         accessibility level, and based on testing this code is apparently no
2600         longer needed at all.
2601
2602 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2603
2604         * sem_ch4.adb (Analyze_One_Call): Handle complex overloading of a
2605         procedure call whose prefix
2606         is a parameterless function call that returns an access_to_procedure.
2607
2608 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2609
2610         * adaint.c (__gnat_tmp_name): Refine the generation of temporary names
2611         for RTX. Adding a suffix that is incremented at each iteration.
2612
2613 2008-08-01  Robert Dewar  <dewar@adacore.com>
2614
2615         * sem_ch6.adb (Analyze_Subprogram_Body): Remove special casing of
2616         Raise_Exception
2617
2618 2008-08-01  Jerome Lambourg  <lambourg@adacore.com>
2619
2620         * s-os_lib.adb (Normalize_Pathname): Take care of double-quotes in
2621         paths, which are authorized by Windows but can lead to errors when used
2622         elsewhere.
2623
2624 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2625
2626         * sem_ch12.ads (Need_Subprogram_Instance_Body): new function, to create
2627         a pending instantiation for the body of a subprogram that is to be
2628         inlined.
2629
2630         * sem_ch12.adb:
2631         (Analyze_Subprogram_Instantiation): use Need_Subprogram_Instance_Body.
2632
2633         * sem_prag.adb (Make_Inline): If the pragma applies to an instance,
2634         create a pending instance for its body, so that calls to the subprogram
2635         can be inlined by the back-end.
2636
2637 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2638
2639         * gnat_ugn.texi: Document the RTX run times (rts-rtx-rtss and
2640         rts-rtx-w32).
2641
2642 2008-08-01  Robert Dewar  <dewar@adacore.com>
2643
2644         * scng.adb (Error_Illegal_Wide_Character): Bump scan pointer
2645
2646 2008-08-01  Doug Rupp  <rupp@adacore.com>
2647
2648         * gnat_rm.texi: Document new mechanism Short_Descriptor.
2649
2650         * types.ads (Mechanism_Type): Modify range for new Short_Descriptor
2651         mechanism values.
2652
2653         * sem_prag.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
2654         mechanism and Short_Descriptor mechanism values.
2655
2656         * snames.adb (preset_names): Add short_descriptor entry.
2657
2658         * snames.ads: Add Name_Short_Descriptor.
2659
2660         * types.h: Add new By_Short_Descriptor mechanism values.
2661
2662         * sem_mech.adb (Set_Mechanism_Value): Enhance for Short_Descriptor
2663         mechanism and Short_Descriptor mechanism values.
2664
2665         * sem_mech.ads (Mechanism_Type): Add new By_Short_Descriptor mechanism
2666         values.
2667         (Descriptor_Codes): Modify range for new mechanism values.
2668
2669         * treepr.adb (Print_Entity_Enfo): Handle new By_Short_Descriptor
2670         mechanism values.
2671
2672         * gcc-interface/decl.c (gnat_to_gnu_entity): Handle By_Short_Descriptor.
2673         (gnat_to_gnu_param): Handle By_Short_Descriptor.
2674
2675         * gcc-interface/gigi.h (build_vms_descriptor64): Remove prototype.
2676         (build_vms_descriptor32): New prototype.
2677         (fill_vms_descriptor): Remove unneeded gnat_actual parameter.
2678
2679         * gcc-interface/trans.c (call_to_gnu): Removed unneeded gnat_actual
2680         argument in call fill_vms_descriptor.
2681
2682         * gcc-interface/utils.c (build_vms_descriptor32): Renamed from
2683         build_vms_descriptor and enhanced to hande Short_Descriptor mechanism.
2684         (build_vms_descriptor): Renamed from build_vms_descriptor64.
2685         (convert_vms_descriptor32): New function.
2686         (convert_vms_descriptor64): New function.
2687         (convert_vms_descriptor): Rewrite to handle both 32bit and 64bit
2688         descriptors.
2689
2690         * gcc-interface/utils2.c (fill_vms_descriptor): Revert previous changes,
2691         no longer needed.
2692
2693 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2694
2695         * adaint.c (__gnat_tmp_name): RTSS applications do not support tempnam
2696         nor tmpnam, so we always use c:\WINDOWS\Temp\gnat-XXXXXX as temporary
2697         name.
2698
2699 2008-08-01  Jose Ruiz  <ruiz@adacore.com>
2700
2701         * cstreams.c (__gnat_full_name): RTSS applications cannot ask for the
2702         current directory so only fully qualified names are allowed.
2703
2704 2008-08-01  Robert Dewar  <dewar@adacore.com>
2705
2706         * gnat_ugn.texi:
2707         Minor editing, remove uncomfortable use of semicolon
2708
2709         * s-ststop.adb: Add some ??? comments
2710
2711         * sem_ch10.adb: Minor reformatting
2712
2713         * snames.ads:
2714         Minor comment fixes, some pragmas were not properly
2715         categorized in the comments, documentation change only
2716
2717         * xref_lib.adb: Minor reformatting
2718
2719         * sinput.adb: Minor reformatting
2720
2721         * gnatchop.adb: Minor reformatting
2722
2723         * sem_util.ads: Minor reformatting.
2724
2725         * opt.ads: Minor documentation fix
2726
2727         * scng.adb: Minor reformatting
2728
2729         * prj-part.adb: Update comments
2730
2731 2008-08-01  Ed Schonberg  <schonberg@adacore.com>
2732
2733         * exp_disp.adb (Expand_Interface_Conversion): If the target type is a
2734         tagged synchronized type, use corresponding record type.
2735
2736 2008-08-01  Doug Rupp  <rupp@adacore.com>
2737
2738         * mlib-tgt-specific-vms-alpha.adb (Build_Dynamic_Library): Output a
2739         dummy transfer address for debugging.
2740
2741         * mlib-tgt-specific-vms-ia64.adb (Build_Dynamic_Library): Likewise.
2742
2743         * vms_data.ads: vms_data.ads: New qualfier /MACHINE_CODE_LISTING
2744
2745 2008-07-31  Eric Botcazou  <ebotcazou@adacore.com>
2746
2747         * gcc-interface/decl.c (gnat_to_gnu_entity): Fix formatting.
2748         * gcc-interface/utils.c (create_field_decl): Avoid superfluous work.
2749
2750 2008-07-31  Pascal Obry  <obry@adacore.com>
2751
2752         * prj-nmsc.adb: Keep Object and Exec directory casing.
2753
2754 2008-07-31  Jose Ruiz  <ruiz@adacore.com>
2755
2756         * system-rtx-rtss.ads
2757         Change the default stack size. It is important to set the commit part.
2758
2759         * s-taprop-rtx.adb
2760         (Initialize): Get the clock resolution.
2761         (RT_Resolution): Return the clock resolution that is indicated by the
2762         system.
2763
2764         * s-parame-vxworks.adb
2765         Document that this body is used for RTX in RTSS (kernel) mode.
2766
2767         * gcc-interface/Makefile.in
2768         (LIBGNAT_TARGET_PAIRS for the rtx_rtss run time): Use the
2769         s-parame-vxworks.adb body in order to have reasonable stack sizes in
2770         RTX RTSS kernel mode. Virtual memory is not used in that case, so we
2771         cannot ask for too big values.
2772
2773 2008-07-31  Robert Dewar  <dewar@adacore.com>
2774
2775         * exp_aggr.adb: Minor reformatting
2776
2777         * makeutl.adb: Minor reformatting
2778
2779         * prj-env.adb: Minor reformatting
2780
2781 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2782
2783         * exp_disp.adb (Prim_Op_Kind): Retrieve the full view when a private
2784         tagged type is completed by a concurrent type.
2785
2786 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
2787
2788         * sem_aggr.adb:
2789         (Resolve_Record_Aggregate): Bypass error that a type without
2790         components must have a "null record" aggregate when compiling for Ada
2791         2005, since it's legal to give an aggregate of form (others => <>)
2792         for such a type.
2793
2794 2008-07-31  Javier Miranda  <miranda@adacore.com>
2795
2796         * sem_ch4.adb (Valid_First_Argument_Of): Complete its functionality to
2797         handle synchronized types. Required to handle well the object.operation
2798         notation applied to synchronized types.
2799
2800 2008-07-31  Quentin Ochem  <ochem@adacore.com>
2801
2802         * s-stausa.adb (Fill_Stack): Stack_Used_When_Filling is now stored
2803         anymore - just used internally.
2804         Added handling of very small tasks - when the theoretical size is
2805         already full at the point of the call.
2806         (Report_Result): Fixed result computation, Stack_Used_When_Filling does
2807         not need to be added to the result.
2808
2809 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2810
2811         * sem_ch6.adb (Disambiguate_Spec): Continue the disambiguation if the
2812         corresponding spec is a primitive wrapper. Update comment.
2813
2814 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2815
2816         * bindgen.adb Comment reformatting. Update the list of run-time globals.
2817         (Gen_Adainit_Ada): Add the declaration, import and value set for
2818         configuration flag Canonical_Streams.
2819         (Gen_Adainit_C): Add the declaration and initial value of external
2820         symbol __gl_canonical_streams.
2821
2822         * init.c: Update the list of global values computed by the binder.
2823
2824         * opt.ads: Add flag Canonical_Streams.
2825
2826         * par-prag.adb (Prag): Include Pragma_Canonical_Streams to the list of
2827         semantically handled pragmas.
2828
2829         * sem_prag.adb: Add an entry into enumeration type Sig_Flags.
2830         (Analyze_Pragma): Add case for pragma Canonical_Streams.
2831
2832         * snames.adb: Add character value for name Canonical_Streams.
2833
2834         * snames.ads:
2835         Add Name_Canonical_Streams to the list of configuration pragmas.
2836         Add Pragma_Canonical_Streams to enumeration type Pragma_Id.
2837
2838         * snames.h: Add a definition for Pragma_Canonical_Streams.
2839
2840         * s-ststop.adb:
2841         Add a flag and import to seize the value of external symbol
2842         __gl_canonical_streams. Update comment and initial value of constant
2843         Use_Block_IO.
2844
2845         * gnat_rm.texi: Add section of pragma Canonical_Streams.
2846
2847         * gnat_ugn.texi:
2848         Add pragma Canonical_Streams to the list of configuration pragmas.
2849
2850 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2851
2852         * sem_ch10.adb (Build_Unit_Name): If the unit name in a with_clause
2853         has the form A.B.C and B is a unit renaming, analyze its compilation
2854         unit and add a with_clause on A.b to the context.
2855
2856 2008-07-31  Vincent Celier  <celier@adacore.com>
2857
2858         * makeutl.adb (Executable_Prefix_Path): If Locate_Exec_On_Path fails,
2859         return the empty string, instead of raising Constraint_Error.
2860
2861 2008-07-31  Gary Dismukes  <dismukes@adacore.com>
2862
2863         * checks.ads (Apply_Accessibility_Check): Add parameter Insert_Node.
2864
2865         * checks.adb (Apply_Accessibility_Check): Insert the check on
2866         Insert_Node.
2867
2868         * exp_attr.adb:
2869         (Expand_N_Attribute_Refernce, Attribute_Access): Pass attribute node
2870         to new parameter Insert_Node on call to Apply_Accessibility_Check.
2871         Necessary to distinguish the insertion node because the dereferenced
2872         formal may come from a rename, but the check must be inserted in
2873         front of the attribute.
2874
2875         * exp_ch4.adb:
2876         (Expand_N_Allocator): Pass actual for new Insert_Node parameter on
2877         call to Apply_Accessibility_Check.
2878         (Expand_N_Type_Conversion): Pass actual for new Insert_Node parameter
2879         on call to Apply_Accessibility_Check.
2880         Minor reformatting
2881
2882 2008-07-31  Javier Miranda  <miranda@adacore.com>
2883
2884         * sem_type.adb (Has_Compatible_Type): Complete support for synchronized
2885         types when the candidate type is a synchronized type.
2886
2887         * sem_res.adb (Resolve_Actuals): Reorganize code handling synchronized
2888         types, and complete management of synchronized types adding missing
2889         code to handle formal that is a synchronized type.
2890
2891         * sem_ch4.adb (Try_Primitive_Operation): Avoid testing attributes that
2892         are not available and cause the compiler to blowup. Found compiling
2893         test with switch -gnatc
2894
2895         * sem_ch6.adb (Check_Synchronized_Overriding): Remove local subprogram
2896         Has_Correct_Formal_Mode plus code cleanup.
2897
2898 2008-07-31  Bob Duff  <duff@adacore.com>
2899
2900         * sinput.adb (Skip_Line_Terminators): Fix handling of LF/CR -- it was
2901         recognized as two end-of-lines, but it should be just one.
2902
2903 2008-07-31  Thomas Quinot  <quinot@adacore.com>
2904
2905         * exp_ch9.adb: Minor reformatting
2906
2907         * tbuild.ads: Fix several occurrences of incorrectly referring to
2908         Name_Find as Find_Name.
2909
2910 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2911
2912         * exp_aggr.adb (Aggr_Size_OK): If the aggregate has a single component
2913         and the context is an object declaration with non-static bounds, treat
2914         the aggregate as non-static.
2915
2916 2008-07-31  Vincent Celier  <celier@adacore.com>
2917
2918         * prj-part.adb, prj-part.ads, prj.adb, prj.ads, prj-env.adb:
2919         Move back spec of Parse_Single_Project to body, as it is not called
2920         outside of package Prj.Part.
2921         (Project_Data): Remove components Linker_Name, Linker_Path and
2922         Minimum_Linker_Options as they are no longer set.
2923         Remove function There_Are_Ada_Sources from package Prj and move code
2924         in the only place it was used, in Prj.Env.Set_Ada_Paths.
2925
2926 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2927
2928         * mlib-utl.ads: Fix typo.
2929
2930 2008-07-31  Robert Dewar  <dewar@adacore.com>
2931
2932         * sem_ch12.adb: Minor reformatting
2933
2934 2008-07-31  Sergey Rybin  <rybin@adacore.com>
2935
2936         * gnat_ugn.texi: Change the description of the
2937         Overly_Nested_Control_Structures: now the rule always requires a
2938         positive parameter for '+R' option
2939
2940 2008-07-31  Thomas Quinot  <quinot@adacore.com>
2941
2942         * g-pehage.adb: Minor reformatting
2943
2944 2008-07-31  Pascal Obry  <obry@adacore.com>
2945
2946         * s-finimp.ads: Minor reformatting.
2947
2948 2008-07-31  Vincent Celier  <celier@adacore.com>
2949
2950         * s-regexp.ads: Minor comment fix
2951
2952 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
2953
2954         * s-direio.adb (Reset): Replace pragma Unmodified by Warnings (Off),
2955         so that we can compile this file successfully with -gnatc.
2956
2957 2008-07-31  Hristian Kirtchev  <kirtchev@adacore.com>
2958
2959         * exp_attr.adb (Find_Stream_Subprogram): Check the base type instead
2960         of the type when looking for stream subprograms for type String,
2961         Wide_String and Wide_Wide_String.
2962
2963         * s-ststop.adb: Change the initialization expression of constant
2964         Use_Block_IO.
2965
2966 2008-07-31  Geert Bosch  <bosch@adacore.com>
2967
2968         * arit64.c:
2969         New file implementing __gnat_mulv64 signed integer multiplication with
2970         overflow checking
2971
2972         * fe.h (Backend_Overflow_Checks_On_Target): Define for use by Gigi
2973
2974         * gcc-interface/gigi.h:
2975         (standard_types): Add ADT_mulv64_decl
2976         (mulv64_decl): Define subprogram declaration for __gnat_mulv64
2977
2978         * gcc-interface/utils.c:
2979         (init_gigi_decls): Add initialization of mulv64_decl
2980
2981         * gcc-interface/trans.c:
2982         (build_unary_op_trapv): New function
2983         (build_binary_op_trapv): New function
2984         (gnat_to_gnu): Use the above functions instead of
2985         build_{unary,binary}_op
2986
2987         * gcc-interface/Makefile.in
2988         (LIBGNAT_SRCS): Add arit64.c
2989         (LIBGNAT_OBJS): Add arit64.o
2990
2991 2008-07-31  Vincent Celier  <celier@adacore.com>
2992
2993         * prj-nmsc.adb (Check_Library_Attributes): Check if Linker'Switches or
2994         Linker'Default_Switches are declared. Warn if they are declared.
2995
2996 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
2997
2998         * exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
2999         Insert_Actions to place the pointer declaration in the code, rather
3000         than Insert_Before_And_Analyze, so that insertions of temporaries are
3001         kept in the proper order when transient scopes are present.
3002
3003
3004 2008-07-31  Robert Dewar  <dewar@adacore.com>
3005
3006         * einfo.adb (Spec_PPC): Now defined for generic subprograms
3007
3008         * einfo.ads (Spec_PPC): Now defined for generic subprograms
3009
3010         * sem_prag.adb (Check_Precondition_Postcondition): Handle generic
3011         subprogram case
3012
3013 2008-07-31  Vincent Celier  <celier@adacore.com>
3014
3015         * s-os_lib.adb: Minor comment fix
3016
3017 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
3018
3019         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): After analysis,
3020         transfer pre/postconditions from generic copy to original tree, so that
3021         they will appear in each instance.
3022         (Process_PPCs): Do not transform postconditions into a procedure in a
3023         generic context, to prevent double expansion of check pragmas.
3024
3025         * sem_attr.adb: In an instance, the prefix of the 'result attribute
3026         can be the renaming of the
3027         current instance, so check validity of the name accordingly.
3028
3029 2008-07-31  Robert Dewar  <dewar@adacore.com>
3030
3031         * mlib-utl.ads: Minor reformatting
3032
3033 2008-07-31  Ed Schonberg  <schonberg@adacore.com>
3034
3035         sem_attr.adb: 'Result can have an ambiguous prefix, and is resolved
3036         from context. This attribute must be usable in Ada95 mode.
3037         The attribute can appear in the body of a function marked
3038         Inline_Always, but in this case the postocondition is not enforced.
3039
3040         sem_prag.adb (Check_Precondition_Postcondition): within the expansion
3041         of an inlined call pre- and postconditions are legal
3042
3043 2008-07-31  Vincent Celier  <celier@adacore.com>
3044
3045         * prj.adb, prj.ads, clean.adb, prj-nmsc.adb: Remove declarations that
3046         were for gprmake only
3047
3048 2008-07-31  Robert Dewar  <dewar@adacore.com>
3049
3050         * gnat_ugn.texi: Update -gnatN documentation.
3051
3052         * gnat_rm.texi: Add note about pre/postcondition
3053         pragmas not checked in conjunction with front-end inlining.
3054
3055 2008-07-31  Robert Dewar  <dewar@adacore.com>
3056
3057         * g-pehage.adb, g-pehage.ads: Minor reformatting
3058
3059 2008-07-31  Arnaud Charlet  <charlet@adacore.com>
3060
3061         * mlib-utl.ads, prj-makr.ads: Add comments.
3062
3063 2008-07-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3064
3065         * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS)
3066         [WINDOWS]: Add s-winext.o.
3067
3068 2008-07-30  Eric Botcazou  <ebotcazou@adacore.com>
3069
3070         PR ada/36554
3071         * back_end.adb (Call_Back_End): Pass Standard_Boolean to gigi.
3072         * gcc-interface/gigi.h (gigi): Take new standard_boolean parameter.
3073         * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:
3074         Set precision to 1 for subtype of BOOLEAN_TYPE.
3075         (set_rm_size): Set TYPE_RM_SIZE_NUM for BOOLEAN_TYPE.
3076         (make_type_from_size): Deal with BOOLEAN_TYPE.
3077         * gcc-interface/misc.c (gnat_print_type): Likewise.
3078         * gcc-interface/trans.c (gigi): Take new standard_boolean parameter.
3079         Set boolean_type_node as its translation in the table, as well
3080         as boolean_false_node for False and boolean_true_node for True.
3081         * gcc-interface/utils.c (gnat_init_decl_processing): Create custom
3082         8-bit boolean_type_node and set its TYPE_RM_SIZE_NUM.
3083         (create_param_decl): Deal with BOOLEAN_TYPE.
3084         (build_vms_descriptor): Likewise.
3085         (build_vms_descriptor64): Likewise.
3086         (convert): Deal with BOOLEAN_TYPE like with ENUMERAL_TYPE.
3087
3088 2008-07-30  Robert Dewar  <dewar@adacore.com>
3089
3090         * exp_ch9.adb: Minor reformatting
3091
3092         * exp_util.ads (Find_Prim_Op): Document that Program_Error is raised
3093         if no primitive operation is found.
3094
3095         * exp_util.adb: (Find_Prim_Op): Add comments for previous change
3096
3097         * sem_ch8.adb: Minor reformatting
3098
3099 2008-07-30  Laurent Pautet  <pautet@adacore.com>
3100
3101         * g-pehage.adb:
3102         Remove a limitation on the length of the words handled by the minimal
3103         perfect hash function generator.
3104
3105         * g-pehage.ads:
3106         Detail the use of subprograms Insert, Initialize, Compute and Finalize.
3107         Fix some typos.
3108
3109 2008-07-30  Robert Dewar  <dewar@adacore.com>
3110
3111         * gnatlink.adb: Minor reformatting
3112
3113 2008-07-30  Thomas Quinot  <quinot@adacore.com>
3114
3115         * rtsfind.adb (Check_RPC): Check version consistency even when not
3116         generating RCI stubs. Provide more detailed error message in case of
3117         mismatch.
3118
3119 2008-07-30  Ed Schonberg  <schonberg@adacore.com>
3120
3121         * sem_ch8.adb (Analyze_Subprogram_Renaming): When renaming an attribute
3122         as a actual in an instance, check for a missing attribute to prevent
3123         program_error on an illegal program.
3124
3125         * exp_util.adb (Find_Prim_Op): Rather than Assert (False), raise program
3126         error if primitive is not found, so that exception can be handled
3127         elsewhere on illegal programs.
3128
3129 2008-07-30  Robert Dewar  <dewar@adacore.com>
3130
3131         * uintp.adb (UI_GCD): Fix potential overflow
3132
3133 2008-07-30  Hristian Kirtchev  <kirtchev@adacore.com>
3134
3135         * einfo.adb: Flag245 is now used.
3136         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Relax the assertion
3137         check to include functions.
3138         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
3139         (Wrapped_Entity, Set_Wrapped_Entity): Relax the assertion check to
3140         include functions.
3141         (Write_Entity_Flags): Move flag Is_Primitive, add Is_Private_Primitive
3142         to the list of displayed flags.
3143
3144         * einfo.ads: Update comment on the usage of Is_Primitive_Wrapper and
3145         Wrapped_Entity. These two flags are now present in functions.
3146         New flag Is_Private_Primitive.
3147         (Is_Private_Primitive, Set_Is_Private_Primitive): New subprograms.
3148
3149         * exp_ch9.adb:
3150         (Build_Wrapper_Bodies): New subprogram.
3151         (Build_Wrapper_Body): The spec and body have been moved to in
3152         Build_Wrapper_ Bodies. Code cleanup.
3153         (Build_Wrapper_Spec): Moved to the spec of Exp_Ch9. Code cleanup.
3154         Wrappers are now generated for primitives declared between the private
3155         and full view of a concurrent type that implements an interface.
3156         (Build_Wrapper_Specs): New subprogram.
3157         (Expand_N_Protected_Body): Code reformatting. Replace the wrapper body
3158         creation mechanism with a call to Build_Wrapper_Bodies.
3159         (Expand_N_Protected_Type_Declaration): Code reformatting. Replace the
3160         wrapper spec creation mechanism with a call to Build_Wrapper_Specs.
3161         (Expand_N_Task_Body): Replace the wrapper body creation
3162         mechanism with a call to Build_Wrapper_Bodies.
3163         (Expand_N_Task_Type_Declaration): Replace the wrapper spec
3164         creation mechanism with a call to Build_Wrapper_Specs.
3165         (Is_Private_Primitive_Subprogram): New subprogram.
3166         (Overriding_Possible): Code cleanup.
3167         (Replicate_Entry_Formals): Renamed to Replicate_Formals, code cleanup.
3168
3169         * exp_ch9.ads (Build_Wrapper_Spec): Moved from the body of Exp_Ch9.
3170
3171         * sem_ch3.adb: Add with and use clause for Exp_Ch9.
3172         (Process_Full_View): Build wrapper specs for all primitives
3173         that belong to a private view completed by a concurrent type
3174         implementing an interface.
3175
3176         * sem_ch6.adb (Analyze_Subprogram_Body): When the current subprogram
3177         is a primitive of a
3178         concurrent type with a private view that implements an interface, try to
3179         find the proper spec.
3180         (Analyze_Subprogram_Declaration): Mark a subprogram as a private
3181         primitive if the type of its first parameter is a non-generic tagged
3182         private type.
3183         (Analyze_Subprogram_Specification): Code reformatting.
3184         (Disambiguate_Spec): New routine.
3185         (Find_Corresponding_Spec): Add a flag to controll the output of errors.
3186         (Is_Private_Concurrent_Primitive): New routine.
3187
3188         * sem_ch6.ads:
3189         (Find_Corresponding_Spec): Add a formal to control the output of errors.
3190
3191 2008-07-30  Doug Rupp  <rupp@adacore.com>
3192
3193         * gigi.h (build_vms_descriptor64): New function prototype.
3194         (fill_vms_descriptor): Modified function prototype.
3195
3196         * utils.c (build_vms_descriptor64): New function.
3197
3198         * utils2.c (fill_vms_descriptor): Fix handling on 32bit systems.
3199
3200         * trans.c (call_to_gnu): Call fill_vms_descriptor with new third
3201         argument.
3202
3203         * decl.c (gnat_to_gnu_tree): For By_Descriptor mech, build both a
3204         64bit and 32bit descriptor and save the 64bit version as an alternate
3205         TREE_TYPE in the parameter.
3206         (make_type_from_size) <RECORD_TYPE>: Use the appropriate mode for the
3207         thin pointer.
3208
3209         * ada-tree.h (DECL_PARM_ALT, SET_DECL_PARM_ALT): New macros.
3210
3211 2008-07-30  Robert Dewar  <dewar@adacore.com>
3212
3213         * make.adb: Minor reformatting
3214
3215         * mlib-utl.adb: Minor reformatting
3216
3217         * osint.ads: Minor reformatting
3218
3219 2008-07-30  Jose Ruiz  <ruiz@adacore.com>
3220
3221         * adaint.c
3222         (__gnat_file_exists): Do not use __gnat_stat for RTX.
3223         (__main for RTX in RTSS mode): Create this dummy procedure symbol to
3224         avoid the use of this symbol from libgcc.a in RTX kernel mode.
3225
3226         * cio.c
3227         (put_int, put_int_stderr, put_char, put_char_stderr): For RTX we call
3228         the function RtPrintf for console output.
3229
3230         * argv.c Do not use the environ variable for RTX.
3231
3232         * gnatlink.adb (gnatlink): The part that handles the --RTS option has
3233         been moved before the call to Osint.Add_Default_Search_Dirs in order
3234         to take into account the flags in system.ads (RTX_RTSS_Kernel_Module)
3235         from the appropriate run time.
3236
3237         * targparm.ads
3238         (RTX_RTSS_Kernel_Module_On_Target): Add this flag that is set to True if
3239         target is a RTSS module for RTX.
3240
3241         * targparm.adb (Targparm_Tags, RTX_Str, Targparm_Str): Add tag RTX for
3242         RTX_RTSS_Kernel_Module
3243         (Get_Target_Parameters): Add processing of RTX_RTSS_Kernel_Module flag.
3244
3245         * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS for RTX): Use gcc
3246         exception handling mechanism for Windows and RTX in Win32 mode, but
3247         not for RTX in kernel mode (RTSS).
3248         (LIBGNAT_SRCS): Remove ada.h
3249
3250 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3251
3252         * gcc-interface/Make-lang.in (ALL_ADAFLAGS): Remove X_ADAFLAGS and
3253         T_ADAFLAGS, replace ALL_ADA_CFLAGS with ADA_CFLAGS.
3254         (ALL_ADA_CFLAGS): Remove, replace throughout with ADA_CFLAGS.
3255         * gcc-interface/Makefile.in (XCFLAGS, X_CFLAGS, X_CPPFLAGS, T_CPPFLAGS,
3256         X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS, ADA_CFLAGS,
3257         ALL_ADA_CFLAGS): Remove.
3258         (ALL_ADAFLAGS, MOST_ADAFLAGS): Remove X_ADAFLAGS and T_ADAFLAGS,
3259         replace ALL_ADA_CFLAGS with ADA_CFLAGS.
3260         (GCC_CFLAGS): Remove X_CFLAGS.
3261         (LOOSE_CFLAGS): Remove X_CFLAGS and XCFLAGS.
3262         (ALL_CPPFLAGS): Remove X_CPPFLAGS and T_CPPFLAGS.
3263         (ADA_CFLAGS): Substitute.
3264
3265 2008-07-30  Laurent Guerby  <laurent@guerby.net>
3266
3267         PR ada/5911
3268         * gcc-interface/Makefile.in (MULTISUBDIR, RTSDIR): New variables.
3269         Pass MULTISUBDIR to recursive make. Use $(RTSDIR) instead of rts.
3270         Replace stamp-gnatlib* by stamp-gnatlib*-rts.
3271         * gcc-interface/Make-lang.in: Replace stamp-gnatlib2
3272         by stamp-gnatlib2-rts.
3273
3274 2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3275
3276         PR documentation/15479
3277         * gnat-style.texi: Remove AdaCore copyright statement and GPL
3278         statement for GNAT.  Add @copying stanza, use it.  Update to
3279         GFDL 1.2.  Do not list GFDL as Invariant Section, do not list
3280         title as Front-Cover Text.
3281         * gnat_rm.texi: Likewise.
3282         * gnat_ugn.texi: Likewise.
3283
3284 2008-07-29  Jan Hubicka  <jh@suse.cz>
3285
3286         * trans.c (process_inlined_subprograms): Remove tree_really_inline
3287         check.
3288
3289 2008-07-29  Arnaud Charlet  <charlet@adacore.com>
3290
3291         * gcc-interface: New directory.
3292
3293         * ada-tree.def, cuintp.c, gigi.h, Makefile.in, targtyps.c, ada.h,
3294         utils.c, ada-tree.h, decl.c, lang.opt, Make-lang.in, trans.c,
3295         config-lang.in, deftarg.c, lang-specs.h, misc.c, utils2.c: Moved
3296         to gcc-interface subdirectory.
3297
3298 2008-07-29  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3299
3300         * Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS): Remove extra s-win32.o.
3301
3302 2008-07-28  Jan Hubicka  <jh@suse.cz>
3303
3304         * misc.c (gnat_post_options): Do not set flag_no_inline.
3305
3306 2008-07-28  Richard Guenther  <rguenther@suse.de>
3307
3308         Merge from gimple-tuples-branch.
3309
3310         2008-07-22  Olivier Hainque  <hainque@adacore.com>
3311
3312         * gigi.h (end_subprog_body): New ELAB_P argument, saying if
3313         this is called for an elab proc to be discarded if empty.
3314         * utils.c (end_subprog_body): Honor ELAB_P.
3315         (build_function_stub): Adjust call to end_subprog_body.
3316         * trans.c (Subprogram_Body_to_gnu): Likewise.
3317         (gigi): Reorganize processing of elab procs to prevent
3318         gimplifying twice, using the new end_subprog_body argument.
3319
3320         2008-07-19  Richard Guenther  <rguenther@suse.de>
3321
3322         * Make-lang.in (trans.o): Add tree-iterator.h dependency.
3323         (utils.o): Likewise.
3324         * trans.c: Include tree-iterator.h.
3325         (gnat_gimplify_expr): Adjust prototype.  Fix typo.
3326         (gnat_gimplify_stmt): Use SET_EXPR_LOCATION.
3327         (set_expr_location_from_node): Likewise.
3328         (gigi): Tuplify.
3329         * ada-tree.h (union lang_tree_node): Use TREE_CHAIN instead
3330         of GENERIC_NEXT.
3331         * utils.c: Include tree-iterator.h.
3332         * gigi.h (gnat_gimplify_expr): Adjust prototype.
3333
3334         2008-07-18  Aldy Hernandez  <aldyh@redhat.com>
3335
3336         * trans.c: Include gimple.h instead of tree-gimple.h.
3337         * utils.c: Same.
3338
3339         2008-07-14  Aldy Hernandez  <aldyh@redhat.com>
3340
3341         * trans.c (gnat_gimplify_expr): Use gimplify_assign.
3342
3343 2008-07-25  Jan Hubicka  <jh@suse.cz>
3344
3345         * utils.c (end_subprog_body): Remove inline trees check.
3346         * misc.c (gnat_post_options): Do not set flag_inline_trees.
3347
3348 2008-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3349
3350         * raise-gcc.c: Move tsystem.h before tm.h.
3351
3352 2008-07-20  Arnaud Charlet  <charlet@adacore.com>
3353
3354         * gnathtml.pl: New file.
3355
3356 2008-07-19  Olivier Hainque  <hainque@adacore.com>
3357
3358         * targtyps.c (get_target_default_allocator_alignment): Use
3359         MALLOC_ABI_ALIGNMENT.
3360
3361 2008-07-17  Olivier Hainque  <hainque@adacore.com>
3362
3363         * adaint.c (__MINGW32__ section): Include ctype.h and define
3364         a fallback ISALPHA if IN_RTS.
3365         (__gnat_is_absolute_path): Use ISALPHA instead of isalpha.
3366
3367 2008-07-17  Olivier Hainque  <hainque@adacore.com>
3368
3369         * utils.c (create_var_decl_1): Relax expectations on the PUBLIC_FLAG
3370         argument, to apply to references in addition to definitions.  Prevent
3371         setting TREE_STATIC on externals.
3372         (gnat_pushdecl): Always clear DECL_CONTEXT on public externals.
3373
3374 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3375
3376         PR documentation/15479
3377         * gnat_ugn.texi (@ovar): New macro, from autoconf.texi.
3378         Replace backets around optional parameters with @ovar
3379         where possible, use @r{[}, @r{]} otherwise.
3380         Replace some @r, @i, and @emph with @var where appropriate.
3381
3382 2008-07-02  Eric Botcazou  <ebotcazou@adacore.com>
3383
3384         * decl.c (make_type_from_size) <INTEGER_TYPE>: Fix typo and tidy up.
3385
3386 2008-06-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3387
3388         * ada-tree.h (SET_TYPE_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Fix
3389         -Wc++-compat warnings.
3390         * adaint.c (__gnat_locate_regular_file, __gnat_locate_exec,
3391         __gnat_locate_exec_on_path): Likewise.
3392         * decl.c (annotate_value): Likewise.
3393         * misc.c (gnat_handle_option): Likewise.
3394         * trans.c (gnat_to_gnu, extract_encoding, decode_name,
3395         post_error_ne_tree): Likewise.
3396
3397 2008-06-27  Eric Botcazou  <ebotcazou@adacore.com>
3398
3399         * utils.c (convert) <CONSTRUCTOR>: When converting it to a packable
3400         version of its type, attempt to first convert its elements.
3401
3402 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
3403
3404         * Makefile.in: Fix *86 kfreebsd target specific pairs.
3405
3406 2008-06-25  Samuel Tardieu  <sam@rfc1149.net>
3407
3408         * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
3409
3410 2008-06-24  Eric Botcazou  <ebotcazou@adacore.com>
3411
3412         * utils2.c (known_alignment): Derive the alignment from pointed-to
3413         types only if it is otherwise unknown.
3414         <INTEGER_CST>: Tidy.
3415         <MULT_EXPR>: Likewise.
3416         <POINTER_PLUS_EXPR>: If the alignment of the offset is unknown, use
3417         that of the base.
3418
3419 2008-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3420
3421         PR ada/36573
3422         * s-osinte-hpux-dce.ads (SA_ONSTACK): Define.
3423
3424 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3425
3426         * gnat_rm.texi (Implementation Defined Characteristics)
3427         (Standard Library Routines): Use @smallexample for indented
3428         text.  Drop Indentation outside examples.
3429         * gnat_ugn.texi: Likewise.
3430
3431 2008-06-13  Olivier Hainque  <hainque@adacore.com>
3432
3433         * decl.c (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Define to 0
3434         if undefined.
3435         (gnat_to_gnu_entity) <case E_Function/Procedure>: Request stack
3436         realignment with force_align_arg_pointer attribute on foreign
3437         convention subprograms if FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN.
3438
3439 2008-06-13  Olivier Hainque  <hainque@adacore.com>
3440
3441         * utils.c (rest_of_record_type_compilation): When computing
3442         encodings for the components of a variable size type, early
3443         strip conversions on the current position expression to make
3444         sure it's shape is visible.  Use remove_conversions for this
3445         purpose.
3446
3447 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
3448
3449         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: In the case of a
3450         constrained subtype of a discriminated type, discard the fields that
3451         are beyond its limits according to its size.
3452
3453 2008-06-10  Olivier Hainque  <hainque@adacore.com>
3454
3455         * utils.c (create_subprog_decl): If this is for the 'main' entry
3456         point according to the asm name, redirect main_identifier_node.
3457
3458 2008-06-09  Eric Botcazou  <ebotcazou@adacore.com>
3459
3460         * decl.c (components_to_record): Adjust the packedness for the
3461         qualified union as well.
3462
3463 2008-06-09  Arnaud Charlet  <charlet@adacore.com>
3464
3465         * Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
3466         checks non fatal.
3467
3468 2008-06-07  Samuel Tardieu  <sam@rfc1149.net>
3469
3470         * sem_res.adb (Large_Storage_Type): A type is large if it
3471         requires as many bits as Positive to store its values and its
3472         bounds are known at compile time.
3473         * sem_ch13.adb (Minimum_Size): Note that this function returns
3474         0 if the size is not known at compile time.
3475
3476 2008-06-06  Nicolas Setton  <setton@adacore.com>
3477             Olivier Hainque  <hainque@adacore.com>
3478
3479         * ada-tree.h (DECL_PARALLEL_TYPE): New language specific
3480         attribute, parallel descriptive type attached to another
3481         type for debug info generation purposes.
3482         * utils.c (add_parallel_type): New function, register
3483         parallel type to be attached to a type.
3484         (get_parallel_type): New function, fetch a registered
3485         parallel type, if any.
3486         (rest_of_record_type_compilation): Register the parallel
3487         type we make for variable size records.
3488         * gigi.h (add_parallel_type, get_parallel_type): Declare.
3489         * decl.c (gnat_to_gnu_entity, maybe_pad_type): Register the
3490         parallel debug types we make.
3491         * trans.c (extract_encoding, decode_name): New functions.
3492         (gigi): If the DWARF attribute extensions are available, setup
3493         to use them.
3494         * lang.opt: Register language specific processing request
3495         for -gdwarf+.
3496         * misc.c (gnat_dwarf_extensions): New global variable. How much
3497         do we want of our DWARF extensions. 0 by default.
3498         (gnat_handle_option) <OPT_gdwarf_>: Increment gnat_dwarf_extensions.
3499         (gnat_post_options): Map gnat_dwarf_extensions to the
3500         commonuse_gnu_debug_info_extensions for later processing.
3501
3502 2008-06-04  Samuel Tardieu  <sam@rfc1149.net>
3503
3504         * einfo.ads, einfo.adb: Remove unused flag Function_Returns_With_DSP.
3505
3506 2008-06-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3507
3508         * Makefile.in (common_tools): Fix typos in $(exeext) extension.
3509         * gnat_ugn.texi (Style Checking)
3510         (Adding the Results of Compiler Checks to gnatcheck Output)
3511         (Example of Binder Output File): Fix typos.
3512         * ali.ads, einfo.ads, exp_ch4.adb, exp_ch6.adb,
3513         exp_dbug.ads, exp_dist.adb, exp_smem.adb, g-socket.ads,
3514         s-osinte-rtems.ads, s-shasto.ads, s-stausa.adb,
3515         s-stausa.ads, sem_cat.adb, sem_ch12.adb, sem_ch3.adb,
3516         sem_ch4.adb, sem_ch6.adb, sem_ch8.adb, sem_util.ads,
3517         sinfo.ads, utils.c: Fix typos in comments.
3518         * sem_ch6.adb, vms_data.ads: Fix typos in strings.
3519
3520 2008-05-29  Thomas Quinot  <quinot@adacore.com>
3521
3522         * sem_eval.adb: Minor reformatting
3523
3524 2008-05-29  Ed Schonberg  <schonberg@adacore.com>
3525
3526         * sem_ch6.adb (Analyze_Subprogram_Specification): if the return type
3527         is abstract, do not apply abstractness check on subprogram if this is
3528         a renaming declaration.
3529
3530 2008-05-29  Arnaud Charlet  <charlet@adacore.com>
3531
3532         PR ada/864
3533         * osint.ads, osint.adb (Program_Name): New parameter "Prog" to
3534         allow recognition of program suffix in addition to prefix.
3535
3536         * gnatchop.adb (Locate_Executable): Add support for prefix.
3537
3538         * make.adb, gnatcmd.adb, gnatlink.adb, prj-makr.adb,
3539         mlib-utl.adb: Adjust calls to Program_Name.
3540
3541 2008-05-29  Robert Dewar  <dewar@adacore.com>
3542
3543         * sem_ch3.adb: Minor reformatting
3544         * sem_prag.adb: Minor reformatting
3545         * sem_res.adb: Minor reformatting
3546         * sinput-p.ads: Minor reformatting
3547
3548 2008-05-29  Javier Miranda  <miranda@adacore.com>
3549
3550         * sem_util.adb:
3551         (Abstract_Interface_List): Add missing support for full type-declaration
3552         associated with synchronized types.
3553
3554 2008-05-29  Robert Dewar  <dewar@adacore.com>
3555
3556         * sem_eval.adb (Is_Same_Value): Take care of several more cases
3557
3558 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3559
3560         * sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous
3561         access type, wrap the expression in a conversion to force an
3562         accessibility check.
3563
3564         * sem_aggr.adb (Aggegate_Constraint_Checks): Apply conversion to force
3565         accessibility checks even when expansion is disabled in order to
3566         generate messages in the presence of previous errors or in
3567         semantics-only mode.
3568
3569 2008-05-28  Eric Botcazou  <ebotcazou@adacore.com>
3570
3571         * system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
3572         * system-lynxos-x86.ads (Always_Compatible_Rep): Set to False.
3573
3574 2008-05-28  Vincent Celier  <celier@adacore.com>
3575
3576         PR ada/34446
3577         * gnat_ugn.texi: Document restriction introduced on 2007-04-20 in
3578         preprocessing expressions
3579
3580 2008-05-28  Vincent Celier  <celier@adacore.com>
3581
3582         * sinput-p.adb (Source_File_Is_Subunit): Allow special character used
3583         for preprocessing
3584
3585         * sinput-p.ads: Minor comment update and reformatting
3586
3587 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3588
3589         * sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram
3590         type has a deeper level than any master only when it is the type of an
3591         access parameter.
3592
3593 2008-05-28  Javier Miranda  <miranda@adacore.com>
3594
3595         * sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.
3596
3597 2008-05-28  Javier Miranda  <miranda@adacore.com>
3598
3599         * sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
3600         * sem_util.adb (Find_Overridden_Synchronized_Primitive): Removed.
3601         * sem_ch6.adb (Check_Synchronized_Overriding): Remove one formal.
3602         Add code that was previously located in
3603         Find_Overridden_Synchronized_Primitive because it is only used here.
3604
3605 2008-05-28  Sergey Rybin  <rybin@adacore.com>
3606
3607         * sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set
3608         Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.
3609
3610 2008-05-28  Robert Dewar  <dewar@adacore.com>
3611
3612         * restrict.ads:
3613         Add missing restrictions, and properly label all GNAT defined ones
3614
3615         * rtsfind.ads:
3616         Add entry for Ada_Real_Time.Timing_Events.Timing_Event
3617         Add entry for Ada.Task_Termination.Set_Specific_Handler
3618         Add entry for Ada.Task_Termination.Specific_Handler
3619
3620         * s-rident.ads:
3621         Add missing restrictions and properly mark all gnat defined ones
3622
3623         * sem_ch3.adb:
3624         (Analyze_Object_Declaration): Check No_Local_Timing_Events restriction
3625
3626         * sem_res.adb:
3627         (Resolve_Call): Check violation of No_Specific_Termination_Handlers
3628
3629         * gnat_rm.texi: Add missing restrictions, and properly label all
3630         GNAT defined ones
3631
3632 2008-05-28  Robert Dewar  <dewar@adacore.com>
3633
3634         * restrict.adb:
3635         (Check_Restriction): violation of restriction No_Finalization is
3636         treated as a serious error to stop expansion
3637
3638 2008-05-28  Robert Dewar  <dewar@adacore.com>
3639
3640         * exp_util.adb: Minor reformatting
3641         * exp_util.ads: Minor reformatting.
3642
3643 2008-05-28  Arnaud Charlet  <charlet@adacore.com>
3644
3645         * Make-lang.in: Remove gprmake.
3646
3647         * gprmake.adb, makegpr.ads, makegpr.adb: Removed.
3648
3649 2008-05-28  Ed Schonberg  <schonberg@adacore.com>
3650
3651         * sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving
3652         improper progenitor names, and avoid cascaded errors.
3653
3654 2008-05-28  Robert Dewar  <dewar@adacore.com>
3655
3656         * gnat_rm.texi: Add note on Old giving warning when applied to constant
3657
3658         * sem_attr.adb (Analyze_Attribute, case Old): Give warning if prefix is
3659         a constant
3660
3661 2008-05-28  Robert Dewar  <dewar@adacore.com>
3662
3663         * exp_fixd.adb (Build_Multiply): Correct one-off error in computing
3664         size
3665
3666 2008-05-28  Robert Dewar  <dewar@adacore.com>
3667
3668         * exp_ch5.adb:
3669         (Expand_Simple_Function_Return): Copy unaligned result into temporary
3670
3671 2008-05-28  Javier Miranda  <miranda@adacore.com>
3672
3673         * sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support
3674         for user-defined predefined primitives.
3675
3676         * sem_util.adb (Matches_Prefixed_View_Profile): Ditto.
3677         (Find_Overridden_Synchronized_Primitive): Ditto.
3678
3679         * sem_ch6.adb (Check_Synchronized_Overriding): Ditto.
3680
3681 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3682
3683         * a-ststio.adb, s-direio.adb:
3684         Further code clean up of previous change.
3685         Update comments.
3686
3687 2008-05-27  Vincent Celier  <celier@adacore.com>
3688
3689         * prj-nmsc.adb: Minor reformatting
3690
3691 2008-05-27  Bob Duff  <duff@adacore.com>
3692
3693         * sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an
3694         untagged private type with a tagged full type, where the full type has
3695         a self reference, create the corresponding class-wide type early, in
3696         case the self reference is "access T'Class".
3697
3698 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3699
3700         * exp_aggr.adb (Build_Array_Aggr_Code): If component type includes
3701         tasks and context is an object declaration. create master entity before
3702         expansion.
3703
3704 2008-05-27  Robert Dewar  <dewar@adacore.com>
3705
3706         * mlib-prj.adb: Minor reformatting
3707
3708         * prj-part.adb: Minor reformatting
3709
3710         * prj.ads: Minor reformatting
3711
3712         * exp_ch3.adb: Minor reformatting.
3713
3714         * sem_ch3.ads: Minor reformatting
3715
3716         * sem_eval.adb: Minor reformatting
3717
3718 2008-05-27  Vincent Celier  <celier@adacore.com>
3719
3720         * gnatcmd.adb:
3721         <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack
3722
3723 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3724
3725         * exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
3726         tasks, create an activation chain now, before the expansion into
3727         assignments and build-in-place calls that require the presence of an
3728         activation chain.
3729         (Backend_Processing_Possible): If the component type is inherently
3730         limited, the aggregate must be expanded into individual built-in-place
3731         assignments.
3732
3733         * sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
3734         determine whether an allocation extra parameter must be built, to
3735         handle case of a private type whose full type is a discriminated type
3736         with defaults.
3737
3738 2008-05-27  Bob Duff  <duff@adacore.com>
3739
3740         * gnat_rm.texi:
3741         Document the new behavior regarding trampolines.
3742
3743 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3744
3745         * a-direio.adb, a-sequio.adb: Replace address clause by
3746         unrestricted_access, simpler and compatible with .NET.
3747
3748 2008-05-27  Vincent Celier  <celier@adacore.com>
3749
3750         * prj-part.adb:
3751         (Project_Path_Name_Of.Try_Path): Do not use Locate_Regular_File to find
3752         a project file, so that symbolic links are not resolved.
3753
3754 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3755
3756         * a-ztexio.adb, a-textio.adb, a-witeio.adb, s-direio.adb:
3757         Replace heavy address clause by 'Unrestricted_Access, cleaner and more
3758         portable across GNAT targets, since this kind of address clause is not
3759         supported by VM back-ends (.NET/JGNAT).
3760
3761 2008-05-27  Arnaud Charlet  <charlet@adacore.com>
3762
3763         * bindgen.adb: Update comments.
3764
3765         * s-tasinf-mingw.adb: Add "with" of System.OS_Interface
3766
3767 2008-05-27  Vincent Celier  <celier@adacore.com>
3768
3769         * gnatcmd.adb, prj-proc.adb, make.adb, mlib-prj.adb, prj.adb,
3770         prj.ads, makegpr.adb, makeutl.adb, clean.adb, prj-nmsc.adb,
3771         mlib-tgt.adb, prj-env.adb, prj-env.ads:
3772         (Path_Information): New record type
3773         Use component of type Path_Information when there are two paths, one in
3774         canonical format and one in display format.
3775         Update the project manager to these new components.
3776
3777 2008-05-27  Robert Dewar  <dewar@adacore.com>
3778
3779         * makeutl.adb: Minor reformatting
3780         * prj-nmsc.adb: Minor reformatting
3781         * s-stausa.adb: Minor reformatting
3782         * s-stausa.ads: Minor reformatting
3783         * sem_ch6.adb: Minor reformatting
3784
3785 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3786
3787         * sem_res.adb: Minor comment fixes
3788
3789 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3790
3791         * makeutl.adb: Minor code reorganization
3792
3793         * exp_aggr.adb: Add ??? comment
3794         Fix typo
3795
3796         * exp_ch6.adb: Minor reformatting
3797
3798 2008-05-27  Quentin Ochem  <ochem@adacore.com>
3799
3800         * s-stausa.adb (Initialize): Updated result initialization, and
3801         initialization of environment stack.
3802         (Fill_Stack): Improved computation of the pattern zone, taking into
3803         account already filled at the calling point.
3804         (Get_Usage_Range): Now uses Min_Measure and Max_Measure instead of
3805         Measure and Overflow_Guard.
3806         (Report_Result): Fixed computation of the result using new fields of
3807         Stack_Analyzer.
3808
3809         * s-stausa.ads (Initialize_Analyzer): Replaced Size / Overflow_Guard
3810         params by more explicit Stack_Size / Max_Pattern_Size params.
3811         (Stack_Analyzer): Added distinct Stack_Size & Pattern_Size fields.
3812         Added Stack_Used_When_Filling field.
3813         (Task_Result): Replaced Measure / Overflow_Guard by more explicit
3814         Min_Measure and Max_Measure fields.
3815
3816         * s-tassta.adb (Task_Wrapper): Updated call to Initialize_Analyzer.
3817
3818 2008-05-27  Vincent Celier  <celier@adacore.com>
3819
3820         * prj-nmsc.adb:
3821         (Check_File): Make sure that a unit that replaces the same unit in a
3822          project being extended is properly processed.
3823
3824 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3825
3826         * sem_ch3.adb:
3827         (Get_Discr_Value): Remove obsolete code that failed to find the value
3828         of a discriminant for an inherited task component appearing in a type
3829         extension.
3830
3831 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3832
3833         (System.File_IO.{Close, Delete, Reset}):
3834         Change File parameter from "in out AFCB_Ptr" to "access AFCB_Ptr".
3835
3836         (Ada.*_IO.{Close, Delete, Reset, Set_Mode}):
3837         Pass File parameter by reference.
3838
3839 2008-05-27  Vincent Celier  <celier@adacore.com>
3840
3841         * prj-nmsc.adb:
3842         (Process_Sources_In_Multi_Language_Mode): Check that there are not two
3843         sources of the same project that have the same object file name.
3844         (Find_Explicit_Sources): Always remove a source exception that was not
3845         found.
3846
3847 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3848
3849         * sem_ch3.adb: Minor reformatting
3850
3851 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3852
3853         * sem_ch6.adb:
3854         (Is_Interface_Conformant): Handle properly a primitive operation that
3855         overrides an interface function with a controlling access result.
3856         (Type_Conformance): If Skip_Controlling_Formals is true, when matching
3857         inherited and overriding operations, omit as well the conformance check
3858         on result types, to prevent spurious errors.
3859
3860 2008-05-27  Vincent Celier  <celier@adacore.com>
3861
3862         * makeutl.ads, makeutl.adb:
3863         (Set_Location): New procedure
3864         (Get_Location): New function
3865         (Update_Main): New procedure
3866
3867 2008-05-27  Vincent Celier  <celier@adacore.com>
3868
3869         * prj-nmsc.adb:
3870         (Check_Library): Allow standard project to be extended as a static
3871         library project.
3872         (Get_Mains): Do not inherit attribute Main in an extending library
3873         project.
3874
3875 2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3876
3877         * system-darwin-ppc.ads (Always_Compatible_Rep): Set to False.
3878         * system-darwin-x86.ads (Always_Compatible_Rep): Likewise.
3879         * system-freebsd-x86.ads (Always_Compatible_Rep): Likewise.
3880         * system-linux-ppc.ads (Always_Compatible_Rep): Likewise.
3881         * system-linux-x86_64.ads (Always_Compatible_Rep): Likewise.
3882         * system-linux-x86.ads (Always_Compatible_Rep): Likewise.
3883         * system-mingw.ads (Always_Compatible_Rep): Likewise.
3884         * system-solaris-sparc.ads (Always_Compatible_Rep): Likewise.
3885         * system-solaris-sparcv9.ads (Always_Compatible_Rep): Likewise.
3886         * system-solaris-x86.ads (Always_Compatible_Rep): Likewise.
3887
3888 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3889
3890         * sem_attr.adb: add guard to previous patch.
3891
3892 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
3893
3894         * exp_disp.adb (Build_Dispatch_Tables): For a private type completed by
3895         a synchronized tagged type, do not attempt to build dispatch table for
3896         full view. The table is built for the corresponding record type, which
3897         has its own declaration.
3898
3899 2008-05-27  Gary Dismukes  <dismukes@adacore.com>
3900
3901         * sem_ch3.adb (Fixup_Bad_Constraint): Set the Etype on the bad subtype
3902         to the known type entity E, rather than setting it to Any_Type. Fixes
3903         possible blowup in function Base_Init_Proc, as called from Freeze_Entity
3904         for objects whose type had an illegal constraint.
3905
3906 2008-05-27  Vincent Celier  <celier@adacore.com>
3907
3908         * gnat_ugn.texi:
3909         Add succinct documentation for attribute Excluded_Source_List_File
3910
3911 2008-05-27  Vincent Celier  <celier@adacore.com>
3912
3913         * prj-attr.adb: Add new project level attribute Map_File_Option
3914
3915         * prj-nmsc.adb (Process_Linker): Process new attribute Map_File_Option
3916
3917         * prj.ads: Minor reformatting and comment update
3918         (Project_Configuration): New component Map_File_Option
3919
3920         * snames.adb: New standard name Map_File_Option
3921
3922         * snames.ads: New standard name Map_File_Option
3923
3924 2008-05-27  Vincent Celier  <celier@adacore.com>
3925
3926         * xsnames.adb: Remove unused variable Oname
3927
3928 2008-05-27  Doug Rupp  <rupp@adacore.com>
3929
3930         * exp_ch6.adb:
3931         (Expand_N_Function_Call): Fix comments. Minor reformatting.
3932
3933         * exp_vfpt.ads:
3934         (Expand_Vax_Foreign_Return): Fix comments.
3935
3936 2008-05-27  Thomas Quinot  <quinot@adacore.com>
3937
3938         * exp_dist.adb: Minor reformating
3939
3940 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
3941
3942         * exp_ch3.adb (Expand_N_Object_Declaration): Remove checks for
3943         No_Default_Initialization, which is now delayed until the freeze point
3944         of the object. Add a comment about deferral of the check.
3945
3946         * freeze.adb (Freeze_Entity): The check for No_Default_Initialization
3947         on objects is moved here.
3948
3949 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3950
3951         * s-casi16.adb (Uhalf): Rewrite it as integer with small alignment.
3952         (Compare_Array_S16): Adjust for above change.
3953         * s-casi32.adb (Uword): Likewise.
3954         (Compare_Array_S32): Likewise.
3955         * s-casi64.adb (Uword): Likewise.
3956         (Compare_Array_S64): Likewise.
3957         * s-caun16.adb (Uhalf): Likewise.
3958         (Compare_Array_U16): Likewise.
3959         * s-caun32.adb (Uword): Likewise.
3960         (Compare_Array_U32): Likewise.
3961         * s-caun64.adb (Uword): Likewise.
3962         (Compare_Array_U64): Likewise.
3963
3964 2008-05-26  Robert Dewar  <dewar@adacore.com>
3965
3966         * exp_ch6.adb: Add ??? comment for previous change
3967
3968         * exp_vfpt.adb: Minor reformatting
3969
3970         * exp_vfpt.ads: Add ??? comment for last change
3971
3972         * sem_attr.adb: Add some ??? comments for previous change
3973
3974         * s-vaflop.ads: Add comments for previous change
3975
3976 2008-05-26  Doug Rupp  <rupp@adacore.com>
3977
3978         * s-vaflop-vms-alpha.adb:
3979         Remove System.IO use clause, to prevent spurious ambiguities when
3980         package is access through rtsfind.
3981
3982 2008-05-26  Sergey Rybin  <rybin@adacore.com>
3983
3984         * tree_io.ads (ASIS_Version_Number): Update because of the changes
3985         made in front-end
3986
3987 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
3988
3989         * sem_attr.adb:
3990         (Resolve_Attribute, case 'address):  S (A .. B)' address can be safely
3991         converted to S (A)'address only if A .. B is known to be a non-null
3992         range.
3993
3994 2008-05-26  Doug Rupp  <rupp@adacore.com>
3995
3996         * s-vaflop.adb:
3997         (Return_D, Return_F, Return_G): New functions.
3998
3999         * s-vaflop.ads:
4000         (Return_D, Return_F, Return_G): New functions.
4001
4002         * exp_vfpt.adb:
4003         (Expand_Vax_Foreign_Return): New procedure
4004
4005         * exp_vfpt.ads:
4006         (Expand_Vax_Foreign_Return): New procedure
4007
4008         * rtsfind.ads:
4009         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Ids
4010         (RE_Return_D, RE_Return_F, RE_Return_G): New RE_Unit_Table elements
4011
4012         * exp_ch6.adb:
4013         Import Exp_Vfpt
4014         (Expand_N_Function_Call): Call Expand_Vax_Foreign_Return.
4015
4016         * s-vaflop-vms-alpha.adb:
4017         (Return_D, Return_F, Return_G): New functions.
4018
4019 2008-05-26  Gary Dismukes  <dismukes@adacore.com>
4020
4021         * exp_ch3.adb (Build_Array_Init_Proc): Only set Init_Proc to a dummy
4022         init proc entity when there is actual default initialization associated
4023         with the component type, to avoid spurious errors on objects of scalar
4024         array types that are marked Is_Public when No_Default_Initialization
4025         applies.
4026
4027 2008-05-26  Thomas Quinot  <quinot@adacore.com>
4028
4029         * rtsfind.ads, rtsfind.adb:
4030         (RE_Get_RACW): New runtime library entity provided by PolyORB s-parint.
4031         (Check_RPC): Support per-PCS-kind API versioning.
4032
4033         exp_dist.ads, exp_dist.adb:
4034         (Build_Stub_Tag, Get_Stub_Elements): New utility subprograms.
4035         (PolyORB_Support.Add_RACW_From_Any): Offload common code to new runtime
4036          library function Get_RACW.
4037         (PolyORB_Support.Add_RACW_To_Any): Offload common code to new runtime
4038         library function Get_Reference.
4039         (PolyORB_Support.Add_RACW_Read_Attribute): Use Get_RACW instead of going
4040         through an intermediate Any.
4041         (PolyORB_Support.Add_RACW_Write_Attribute): Use Get_Reference instead of
4042         going through an intermediate Any.
4043
4044         * sem_dist.adb: Minor reformatting.
4045
4046 2008-05-26  Javier Miranda  <miranda@adacore.com>
4047
4048         * einfo.ads (Abstract_Interface_Alias): Renamed as Interface_Alias.
4049         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
4050         (Is_Internal): Adding documentation on internal entities that have
4051         attribute Interface_Alias (old attribute Abstract_Interface_Alias)
4052
4053         * einfo.adb (Abstract_Interface_Alias): Renamed as Interface_Alias.
4054         (Set_Abstract_Interface_Alias): Renamed as Set_Interface_Alias.
4055         Added assertion to force entities with this attribute to have
4056         attribute Is_Internal set to True.
4057         (Next_Tag_Component): Simplify assertion using attribute Is_Tag.
4058
4059         * sem_ch3.adb (Derive_Interface_Subprograms): This subprogram has been
4060         renamed as Derive_Progenitor_Subprograms. In addition, its code is
4061         a new implementation.
4062         (Add_Interface_Tag_Components): Remove special management of
4063         synchronized interfaces.
4064         (Analyze_Interface_Declaration): Minor reformating
4065         (Build_Derived_Record_Type): Minor reformating
4066         (Check_Abstract_Overriding): Avoid reporting error in case of abstract
4067         predefined primitive inherited from interface type because the body of
4068         internally generated predefined primitives of tagged types are generated
4069         later by Freeze_Type
4070         (Derive_Subprogram): Avoid generating an internal name if the parent
4071         subprogram overrides an interface primitive.
4072         (Derive_Subprograms): New implementation that keeps separate the
4073         management of tagged types not implementing interfaces, from tagged
4074         types that implement interfaces.
4075         (Is_Progenitor): New implementation.
4076         (Process_Full_View): Add documentation
4077         (Record_Type_Declaration): Replace call to Derive_Interface_Subprograms
4078         by call to Derive_Progenitor_Subprograms.
4079
4080         * sem_ch6.ads (Is_Interface_Conformant): New subprogram.
4081         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
4082         Skip_Controlling_Formals.
4083
4084         * sem_ch6.adb (Is_Interface_Conformant): New subprogram.
4085         (Check_Conventions): New implementation. Remove local subprogram
4086         Skip_Check. Remove formal Search_From of routine Check_Convention.
4087         (Check_Subtype_Conformant, Subtype_Conformant): Adding new argument
4088         Skip_Controlling_Formals.
4089         (New_Overloaded_Entity): Enable addition of predefined dispatching
4090         operations.
4091
4092         * sem_disp.ads
4093         (Find_Primitive_Covering_Interface): New subprogram.
4094
4095         * sem_disp.adb (Check_Dispatching_Operation): Disable registering
4096         the task body procedure as a primitive of the corresponding tagged
4097         type.
4098         (Check_Operation_From_Private_Type): Avoid adding twice an entity
4099         to the list of primitives.
4100         (Find_Primitive_Covering_Interface): New subprogram.
4101         (Override_Dispatching_Operation): Add documentation.
4102
4103         * sem_type.adb (Covers): Minor reformatings
4104
4105         * sem_util.ads (Collect_Abstract_Interfaces): Renamed as
4106         Collect_Interfaces.
4107         Rename formal.
4108         (Has_Abstract_Interfaces): Renamed as Has_Interfaces.
4109         (Implements_Interface): New subprogram.
4110         (Is_Parent): Removed.
4111         (Primitive_Names_Match): New subprogram.
4112         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
4113         (Ultimate_Alias): New subprogram.
4114
4115         * sem_util.adb (Collect_Abstract_Interfaces): Renamed as
4116         Collect_Interfaces.
4117         Remove special management for synchronized types. Rename formal. Remove
4118         internal subprograms Interface_Present_In_Parent and Add_Interface.
4119         (Has_Abstract_Interfaces): Renamed as Has_Interfaces. Replace assertion
4120         on non-record types by code to return false in such case.
4121         (Implements_Interface): New subprogram.
4122         (Is_Parent): Removed. No special management is now required for
4123         synchronized types covering interfaces.
4124         (Primitive_Names_Match): New subprogram.
4125         (Remove_Homonym): Moved here from Derive_Interface_Subprograms.
4126         (Ultimate_Alias): New subprogram.
4127
4128         * exp_ch3.adb (Add_Internal_Interface_Entities): New subprogram.
4129         Add internal entities associated with secondary dispatch tables to
4130         the list of tagged type primitives that are not interfaces.
4131         (Freeze_Record_Type): Add new call to Add_Internal_Interface_Entities
4132         (Make_Predefined_Primitive_Specs): Code reorganization to improve
4133         the management of predefined equality operator. In addition, if
4134         the type has an equality function corresponding with a primitive
4135         defined in an interface type, the inherited equality is abstract
4136         as well, and no body can be created for it.
4137
4138         * exp_disp.ads (Is_Predefined_Dispatching_Operation): Moved from
4139         exp_util to exp_disp.
4140         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if
4141         an entity corresponds with one of the predefined primitives required
4142         to implement interfaces.
4143         Update copyright notice.
4144
4145         * exp_disp.adb (Set_All_DT_Position): Add assertion. Exclude from the
4146         final check on abstract subprograms all the primitives associated with
4147         interface primitives because they must be visible in the public and
4148         private part.
4149         (Write_DT): Use Find_Dispatching_Type to locate the name of the
4150         interface type. This allows the use of this routine, for debugging
4151         purposes, when the tagged type is not fully decorated.
4152         (Is_Predefined_Dispatching_Operation): Moved from exp_util to exp_disp.
4153         Factorize code calling new subprogram Is_Predefined_Interface_Primitive.
4154         (Is_Predefined_Interface_Primitive): New subprogram. Returns True if an
4155         entity corresponds with one of the predefined primitives required to
4156         implement interfaces.
4157
4158         * exp_util.adb (Find_Interface_ADT): New implementation
4159         (Find_Interface): Removed.
4160
4161         * sprint.adb (Sprint_Node_Actual): Generate missing output for the
4162         list of interfaces associated with nodes
4163         N_Formal_Derived_Type_Definition and N_Private_Extension_Declaration.
4164
4165 2008-05-26  Thomas Quinot  <quinot@adacore.com>
4166
4167         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): Add missing guard on
4168         condition for assignment to temporary.
4169
4170 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
4171
4172         * exp_ch4.adb (Expand_Concatenate_Other): Add explicit constraint
4173         checks on the upper bound if the index type is a modular type, to
4174         prevent wrap-around computations when size is close to upper bound of
4175         type.
4176
4177 2008-05-26  Robert Dewar  <dewar@adacore.com>
4178
4179         * sem_ch3.adb: Minor reformatting
4180
4181 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
4182
4183         * sem_ch12.adb (Remove_Parent): Use specification of instance
4184         to retrieve generic parent,
4185         to handle properly the case where the instance is a child unit.
4186         Add guard to handle properly wrapper packages.
4187         Minor reformatting
4188
4189 2008-05-26  Thomas Quinot  <quinot@adacore.com>
4190
4191         * sinfo.ads: Minor reformatting
4192
4193 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
4194
4195         * exp_ch4.adb (Expand_N_Type_Conversion): Minor code reformatting.
4196         Generate a tag check when the result subtype of a function, defined by
4197         an access definition, designates a specific tagged type.
4198         (Make_Tag_Check): New routine.
4199
4200 2008-05-26  Arnaud Charlet  <charlet@adacore.com>
4201
4202         * ceinfo.adb, csinfo.adb: Remove warnings. Update headers.
4203
4204 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
4205
4206         * gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
4207         (builtin_decl_for): Likewise.
4208         * trans.c (gigi): Likewise.
4209         * utils.c (def_builtin_1): Fix formatting.
4210
4211 2008-05-26  Hristian Kirtchev  <kirtchev@adacore.com>
4212
4213         * exp_ch3.adb (Build_Init_Statements): Alphabetize local variables.
4214         Create the statements which map a string name to protected or task
4215         entry indix.
4216
4217         * exp_ch9.adb: Add with and use clause for Stringt.
4218         Minor code reformatting.
4219         (Build_Entry_Names): New routine.
4220         (Make_Initialize_Protection, Make_Task_Create_Call): Generate a value
4221         for flag Build_Entry_Names which controls the allocation of the data
4222         structure for the string names of entries.
4223
4224         * exp_ch9.ads (Build_Entry_Names): New subprogram.
4225
4226         * exp_util.adb (Entry_Names_OK): New function.
4227
4228         * exp_util.ads (Entry_Names_OK): New function.
4229
4230         * rtsfind.ads: Add RO_PE_Set_Entry_Name and RO_TS_Set_Entry_Name to
4231         enumerations RE_Id and RE_Unit_Table.
4232
4233         * s-taskin.adb Add with and use clause for Ada.Unchecked_Deallocation.
4234         (Free_Entry_Names_Array): New routine.
4235
4236         * s-taskin.ads: Comment reformatting.
4237         Add types String_Access, Entry_Names_Array, Entry_Names_Array_Access.
4238         Add component Entry_Names to record Ada_Task_Control_Block.
4239         (Free_Entry_Names_Array): New routine.
4240
4241         * s-tassta.adb (Create_Task): If flag Build_Entry_Names is set,
4242         dynamically allocate an array
4243         of string pointers. This structure holds string entry names.
4244         (Free_Entry_Names): New routine.
4245         (Free_Task, Vulnerable_Free_Task): Deallocate the entry names array.
4246         (Set_Entry_Names): New routine.
4247
4248         * s-tassta.ads:
4249         (Create_Task): Add formal Build_Entry_Names. The flag is used to
4250         control the allocation of the data structure which stores entry names.
4251         (Set_Entry_Name): New routine.
4252
4253         * s-tpoben.adb:
4254         Add with and use clause for Ada.Unchecked_Conversion.
4255         (Finalize): Deallocate the entry names array.
4256         (Free_Entry_Names): New routine.
4257         (Initialize_Protection_Entries): When flag Build_Entry_Names is set,
4258         create an array of string pointers to hold the entry names.
4259         (Set_Entry_Name): New routine.
4260
4261         * s-tpoben.ads:
4262         Add field Entry_Names to record Protection_Entries.
4263         (Initialize_Protection_Entries): Add formal Build_Entry_Names.
4264         (Set_Entry_Name): New routine.
4265
4266 2008-05-26  Vincent Celier  <celier@adacore.com>
4267
4268         * prj-nmsc.adb:
4269         (Process_Project_Level_Simple_Attributes): process attribute Library_GCC
4270
4271         * prj.ads:
4272         (Project_Configuration): New component Shared_Lib_Driver
4273
4274 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
4275
4276         * inline.adb:
4277         (Cleanup_Scopes): For a protected operation, transfer finalization list
4278         to protected body subprogram, to force cleanup actions when needed.
4279
4280 2008-05-26  Robert Dewar  <dewar@adacore.com>
4281
4282         * sem_cat.adb: Minor reformatting
4283
4284         * gnatname.adb: Minor reformatting
4285
4286         * osint.ads: Minor reformatting
4287
4288         * s-carun8.ads: Minor reformatting
4289
4290         * g-heasor.ads: Minor comment fix (unit is now pure)
4291
4292 2008-05-26  Robert Dewar  <dewar@adacore.com>
4293
4294         * exp_ch2.adb:
4295         (Expand_Current_Value): Properly type generated integer literal
4296
4297 2008-05-26  Sergey Rybin  <rybin@adacore.com>
4298
4299         * gnat_ugn.texi: Add description for the new gnatcheck rule -
4300         Separate_Numeric_Error_Handlers.
4301
4302 2008-05-26  Pascal Obry  <obry@adacore.com>
4303
4304         * sem_aggr.adb: Minor reformatting.
4305
4306 2008-05-26  Jose Ruiz  <ruiz@adacore.com>
4307
4308         * s-osinte-aix.adb:
4309         (To_Target_Priority): Setting the time slice value to 0 or greater sets
4310         the scheduling policy to FIFO within priorities or round-robin
4311         respectively.
4312         Hence, the priority must be set in this case to the one selected by the
4313         user.
4314
4315 2008-05-26  Ed Schonberg  <schonberg@adacore.com>
4316
4317         * sem_ch12.adb:
4318         (Remove_Parent): If the enclosing scope is an instance whose generic
4319         parent is declared within some parent scope of the just completed
4320         instance, make full views of the entities in that parent visible, when
4321         applicable.
4322
4323 2008-05-26  Kai Tietz  <kai.tietz@onevision.com>
4324
4325         * mingw32.h (STD_MINGW): Set to true for target w64.
4326
4327 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
4328
4329         * trans.c (Attribute_to_gnu) <Code_Address>: Set TREE_NO_TRAMPOLINE
4330         instead of TREE_STATIC on the ADDR_EXPR.
4331
4332 2008-05-24  Eric Botcazou  <ebotcazou@adacore.com>
4333
4334         * trans.c (gnat_to_gnu): Do not set source location info on NOP_EXPRs.
4335         (Sloc_to_locus): Do not overwrite known GCC locations when translating
4336         GNAT standard locations.
4337
4338 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
4339
4340         * gigi.h (mark_visited): Declare.
4341         * decl.c (gnat_to_gnu_entity): Use mark_visited instead of marking
4342         only the topmost node of expressions.
4343         (elaborate_expression_1): Look deeper for read-only variables.
4344         * trans.c (add_decl_expr): Use mark_visited instead of marking by hand.
4345         (mark_visited): Move logic to mark_visited_r.  Invoke walk_tree.
4346         (mark_visited_r): New function.
4347
4348 2008-05-23  Vincent Celier  <celier@adacore.com>
4349
4350         * snames.adb: New standard name Excluded_Source_List_File.
4351
4352         * snames.ads: New standard name Excluded_Source_List_File.
4353
4354         * prj-attr.adb: New project level attribute Excluded_Source_List_File.
4355
4356         * prj-nmsc.adb: (Find_Excluded_Sources): New parameter Project.
4357         Get excluded sources from
4358         file indicated by attribute Excluded_Source_List_File, when present and
4359         neither Excluded_Source_Files nor Locally_Removed_Files are declared.
4360
4361 2008-05-23  Robert Dewar  <dewar@adacore.com>
4362
4363         * exp_dist.adb: Minor reformatting
4364
4365 2008-05-23  Ed Schonberg  <schonberg@adacore.com>
4366
4367         * sem_attr.adb (Resolve_Attribute, case 'address): If the prefix is a
4368         slice, convert it to an indexed component, which is equivalent, more
4369         efficient, and usable even if the slice itself is not addressable.
4370
4371 2008-05-23  Olivier Hainque  <hainque@adacore.com>
4372
4373         * gnat_ugn.texi (Calling Conventions): Document that the Intrinsic
4374         convention also allows access to named compiler built-in subprograms
4375         such as the GCC __builtin family.
4376
4377 2008-05-23  Vincent Celier  <celier@adacore.com>
4378
4379         * prj-nmsc.adb (Check_Naming_Schemes): Check a file for spec, body and
4380         sep. If there are several possibilities, choose the one with the
4381         longer prefix.
4382
4383 2008-05-23  Vincent Celier  <celier@adacore.com>
4384
4385         * gnatlink.adb (Process_Args): Do not disable scanning of ALI file for
4386         back end switches when executable specified with --GCC= is same as
4387         default, even if there are additional options.
4388
4389         * gnat_ugn.texi:
4390         Document when the back end switches from the ALI file are taken into
4391         account when gnatlink is invoked with --GCC=
4392
4393 2008-05-23  Thomas Quinot  <quinot@adacore.com>
4394
4395         * s-os_lib.adb:
4396         (copy_File): Do not open destination file if source file is unreadable.
4397
4398 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
4399
4400         * utils.c (handle_type_generic_attribute): Adjust to accept
4401         fixed arguments before an elipsis.
4402
4403 2008-05-21  Thomas Quinot  <quinot@adacore.com>
4404
4405         * g-sothco.ads, g-sothco.adb: New files.
4406
4407 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4408
4409         * Makefile.rtl (GNAT.Sockets.Thin_Common): New unit.
4410
4411         * g-sttsne-vxworks.adb: Add missing dependency on Sockets.Constants.
4412         Add missing "with" of Ada.Unchecked_Conversion
4413
4414         * g-soccon-linux-ppc.ads, g-soccon-linux-64.ads, g-soccon-lynxos.ads,
4415         g-soccon-linux-x86.ads, g-soccon-hpux-ia64.ads,
4416         g-soccon-solaris-64.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
4417         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
4418         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
4419         g-socthi-vxworks.adb, g-soccon-freebsd.ads, g-soccon.ads:
4420         Move common code out of GNAT.Sockets.Thin implementations and into
4421         Thin_Common.
4422         New constant SIZEOF_fd_set
4423         New flag Has_Sockaddr_Len
4424         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4425
4426         * g-stsifd-sockets.adb
4427         (Create): Remove call to Set_Length; use Set_Family to set the family
4428         and (on appropriate platforms) length fields in struct sockaddr.
4429
4430         * g-socthi.adb, g-socthi.ads, g-socthi-vms.ads, g-socthi-vms.adb,
4431         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.adb,
4432         g-soccon-darwin.ads, g-soccon-darwin.ads: New constant SIZEOF_fd_set
4433         Move common code out of GNAT.Sockets.Thin implementations and into
4434         Thin_Common.
4435
4436         * g-socket.ads, g-socket.adb:
4437         Move common code out of GNAT.Sockets.Thin implementations and into
4438         Thin_Common.
4439         (Connect_Socket, Accept_Socket): Provide new versions of these two
4440         routines that operate with a user specified timeout.
4441         (Bind_Socket, Connect_Socket, Send_Socket): Remove calls to Set_Length,
4442         this is now handled automatically by Set_Family on platforms that
4443         require it.
4444
4445         * gen-soccon.c:
4446         Move common code out of GNAT.Sockets.Thin implementations and into
4447         Thin_Common.
4448         (SIZEOF_sockaddr_in6): On platforms where IPv6 is not supported, define
4449         this constant to 0 (not -1) because we use it to initialize an
4450         unsigned_char value.
4451         Align values for numeric constants only.
4452         Handle the case of systems that do not support AF_INET6.
4453         New constant SIZEOF_fd_set
4454         New flag Has_Sockaddr_Len
4455         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4456
4457         * gsocket.h: New flag Has_Sockaddr_Len
4458         New constants SIZEOF_sockaddr_in, SIZEOF_sockaddr_in6
4459
4460 2008-05-20  Santiago Uruena  <uruena@adacore.com>
4461
4462         * i-cobol.ads: Interfaces.COBOL should be preelaborate.
4463
4464 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4465
4466         * s-linux-hppa.ads (atomic_lock_t): Put back proper alignment now that
4467         the underlying issue with malloc/free has been fixed. Remove associated
4468         comments.
4469         Minor reformatting.
4470         Related to PR ada/24533
4471
4472 2008-05-20  Robert Dewar  <dewar@adacore.com>
4473
4474         * ali.adb: Correct casing of ASCII.NUL
4475
4476         * styleg-c.adb (Check_Identifier): Handle case of names in ASCII
4477         properly.
4478
4479 2008-05-20  Robert Dewar  <dewar@adacore.com>
4480             Gary Dismukes  <dismukes@adacore.com>
4481
4482         * checks.adb (Apply_Arithmetic_Overflow_Check): Avoid intermediate
4483         overflow if result converted to wider integer type.
4484         (Apply_Type_Conversion_Checks): Don't emit checks on conversions to
4485         discriminated types when discriminant checks are suppressed.
4486
4487 2008-05-20  Vincent Celier  <celier@adacore.com>
4488
4489         * cstand.adb (Print_Standard): Issue the correct Size clause for type
4490         Wide_Wide_Character.
4491
4492 2008-05-20  Tristan Gingold  <gingold@adacore.com>
4493
4494         * decl.c: Do not emit a variable for a object that has an address
4495         representation clause whose value is known at compile time.
4496         When a variable has an address clause whose value is known at compile
4497         time, refer to this variable by using directly the address instead of
4498         dereferencing a pointer.
4499
4500 2008-05-20  Robert Dewar  <dewar@adacore.com>
4501
4502         PR ada/30740
4503         * einfo.ads, einfo.adb (Non_Binary_Modulus): Applies to all types and
4504         subtypes, always False for non-modular types.
4505         Shared_Var_Assign_Proc (node22) and Shared_Var_Read_Proc (node 15)
4506         entry nodes have been replaced by Shared_Var_Procs_Instance (node22)
4507         for Shared_Storage package.
4508         (Is_RACW_Stub_Type): New entity flag.
4509
4510         * exp_ch4.adb
4511         (Expand_N_Op_Expon): Avoid incorrect optimization of a*(2**b) in the
4512         case where we have a modular type with a non-binary modules.
4513         Comments reformattings.
4514
4515         * sem_intr.adb: Simplify code not that Non_Binary_Modulus applies to
4516         all types.
4517
4518 2008-05-20  Javier Miranda  <miranda@adacore.com>
4519
4520         * exp_aggr.adb
4521         (Build_Record_Aggr_Code): Fix wrong tests checking progenitors. Previous
4522         tests did not covered the case in which the type of the aggregate has
4523         no progenitors but some its parents has progenitors.
4524
4525 2008-05-20  Gary Dismukes  <dismukes@adacore.com>
4526             Hristian Kirtchev  <kirtchev@adacore.com>
4527
4528         * exp_ch3.adb
4529         (Expand_N_Object_Declaration): Correct the condition which triggers the
4530         generation of a call to Displace when initializing a class-wide object.
4531         (Build_Dcheck_Functions): Build discriminant-checking for null variants
4532         when Frontend_Layout_On_Target is true to ensure that they're available
4533         for calling when a record variant size function is built in Layout.
4534
4535 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4536
4537         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
4538         procedure for a derived type retrieve the discriminant values from the
4539         parent using the corresponding discriminant.
4540         (Expand_N_Assignment_Statement): Skip generation of implicit
4541         if-statement associated with controlled types if we are
4542         compiling with restriction No_Finalization.
4543
4544 2008-05-20  Vincent Celier  <celier@adacore.com>
4545
4546         * prj.adb (Hash (Project_Id)): New function
4547         (Project_Empty): Add new component Interfaces_Defined
4548
4549         * prj.ads (Source_Data): New component Object_Linked
4550         (Language_Config): New components Object_Generated and Objects_Linked
4551         (Hash (Project_Id)): New function
4552         (Source_Data): New Boolean components In_Interfaces and
4553         Declared_In_Interfaces.
4554         (Project_Data): New Boolean component Interfaces_Defined
4555
4556         * prj-attr.adb:
4557         New project level attribute Object_Generated and Objects_Linked
4558         Add new project level attribute Interfaces
4559
4560         * prj-dect.adb: Use functions Present and No throughout
4561         (Parse_Variable_Declaration): If a string type is specified as a simple
4562         name and is not found in the current project, look for it also in the
4563         ancestors of the project.
4564
4565         * prj-makr.adb:
4566         Replace procedure Make with procedures Initialize, Process and Finalize
4567         to implement H414-023: process different directories with different
4568         patterns.
4569         Use functions Present and No throughout
4570
4571         * prj-makr.ads:
4572         Replace procedure Make with procedures Initialize, Process and Finalize
4573
4574         * prj-nmsc.adb
4575         (Add_Source): Set component Object_Exists and Object_Linked accordnig to
4576         the language configuration.
4577         (Process_Project_Level_Array_Attributes): Process new attributes
4578         Object_Generated and Object_Linked.
4579         (Report_No_Sources): New Boolean parameter Continuation, defaulted to
4580         False, to indicate that the erreor/warning is a continuation.
4581         (Check): Call Report_No_Sources with Contnuation = True after the first
4582         call.
4583         (Error_Msg): Process successively contnuation character and warning
4584         character.
4585         (Find_Explicit_Sources): Check that all declared sources have been found
4586         (Check_File): Indicate in hash table Source_Names when a declared source
4587         is found.
4588         (Check_File): Set Other_Part when found
4589         (Find_Explicit_Sources): In multi language mode, check if all exceptions
4590         to the naming scheme have been found. For Ada, report an error if an
4591         exception has not been found. Otherwise, disregard the exception.
4592         (Check_Interfaces): New procedure
4593         (Add_Source): When Other_Part is defined, set mutual pointers in spec
4594         and body.
4595         (Check): In multi-language mode, call Check_Interfaces
4596         (Process_Sources_In_Multi_Language_Mode): Set In_Interfaces to False
4597         for an excluded source.
4598         (Remove_Source): A source replacing a source in the interfaces is also
4599         in the interfaces.
4600
4601         * prj-pars.adb: Use function Present
4602
4603         * prj-part.adb: Use functions Present and No throughout
4604         (Parse_Single_Project): Set the parent project for child projects
4605         (Create_Virtual_Extending_Project): Register project with no qualifier
4606         (Parse_Single_Project): Allow an abstract project to be extend several
4607         times. Do not allow an abstract project to extend a non abstract
4608         project.
4609
4610         * prj-pp.adb: Use functions Present and No throughout
4611         (Print): Take into account the full associative array attribute
4612         declarations.
4613
4614         * prj-proc.adb: Use functions Present and No throughout
4615         (Expression): Call itself with the same From_Project_Node for the
4616         default value of an external reference.
4617
4618         * prj-strt.adb: Use functions Present and No throughout
4619         (Parse_Variable_Reference): If a variable is specified as a simple name
4620         and is not found in the current project, look for it also in the
4621         ancestors of the project.
4622
4623         * prj-tree.ads, prj-tree.adb (Present): New function
4624         (No): New function
4625         Use functions Present and No throughout
4626         (Parent_Project_Of): New function
4627         (Set_Parent_Project_Of): New procedure
4628
4629         * snames.ads, snames.adb:
4630         Add new standard names Object_Generated and Objects_Linked
4631
4632 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4633
4634         * exp_ch6.adb (Expand_Call): Add guard to ensure that both the parent
4635         and the derived type are of the same kind.
4636         (Expand_Call): Generate type conversions for actuals of
4637         record or array types when the parent and the derived types differ in
4638         size and/or packed status.
4639
4640 2008-05-20  Javier Miranda  <miranda@adacore.com>
4641             Ed Schonberg  <schonberg@adacore.com>
4642
4643         * exp_disp.adb (Make_DT, Make_Secondary_DT, Make_Tags): Avoid
4644         generating dispatch tables of locally defined tagged types statically.
4645         Remove implicit if-statement that is no longer required.
4646         (Expand_Dispatching_Call): If this is a call to an instance of the
4647         generic dispatching constructor, the type of the first argument may be
4648         a subtype of Tag, so always use the base type to recognize this case.
4649
4650 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4651
4652         * exp_dist.adb
4653         (GARLIC_Support.Add_RACW_Read_Attribute): When a zero value is received,
4654         and the RACW is null-excluding, raise CONSTRAINT_ERROR instead of
4655         assigning NULL into the result, to avoid a spurious warning.
4656         (Add_RACW_Features, case Same_Scope): Add assertion that designated type
4657         is not frozen.
4658         (Add_Stub_Type): Set entity flag Is_RACW_Stub_Type on generated stub
4659         type.
4660         (Build_From_Any_Function, Build_To_Any_Function,
4661         Build_TypeCode_Function): For a type that has user-specified stream
4662         attributes, use an opaque sequence of octets as the representation.
4663
4664 2008-05-20  Kevin Pouget  <pouget@adacore.com>
4665
4666         * exp_smem.ads, exp_smem.adb: Construction of access and assign
4667         routines has been replaced by an instantiation of
4668         System.Shared_Storage.Shared_Var_Procs generic package, while expanding
4669         shared variable declaration.
4670         Calls to access and assign routines have been replaced by calls to
4671         Read/Write routines of System.Shared_Storage.Shared_Var_Procs
4672         instantiated package.
4673
4674         * rtsfind.ads: RE_Shared_Var_Procs entry has been added in RE_Unit_Table
4675         It identifies the new generic package added in s-shasto.
4676
4677         * s-shasto.adb, s-shasto.ads: A new generic package has been added, it
4678         is instantiated for each shared passive variable. It provides
4679         supporting procedures called upon each read or write access by the
4680         expanded code.
4681
4682         * sem_attr.adb:
4683         For this runtime unit (always compiled in GNAT mode), we allow
4684         stream attributes references for limited types for the case where
4685         shared passive objects are implemented using stream attributes,
4686         which is the default in GNAT's persistent storage implementation.
4687
4688 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4689
4690         * freeze.adb
4691         (Freeze_Enumeration_Type): For a subtype that inherits a foreign
4692         convention from its base type, do not set the type to that of integer,
4693         because it may inherit a size clause.
4694         Warn on a size clause with a size different
4695         from that of Integer, if the type has convention C.
4696
4697 2008-05-20  Vincent Celier  <celier@adacore.com>
4698
4699         * gnatname.adb
4700         (Scan_Args): Rewrite to take into account new switch --and to separate
4701         arguments into sections.
4702         (Gnatname): Call Prj.Makr.Initialize, then Prj.Makr.Process for each
4703         section, then Finalize.
4704
4705 2008-05-20  Tristan Gingold  <gingold@adacore.com>
4706
4707         * init.c: Enable stack probing on ppc-linux.
4708
4709         * tracebak.c: Add symbolic traceback for ppc-linux.
4710
4711         * system-linux-ppc.ads: Enable stack probing on ppc-linux.
4712
4713 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4714
4715         * Makefile.in
4716         (common-tools): New rule, to avoid parallel build failure on gnat tools.
4717         Reenable parallel builds on this Makefile.
4718
4719         * Make-lang.in: Update dependencies.
4720
4721 2008-05-20  Robert Dewar  <dewar@adacore.com>
4722
4723         * opt.ads (Treat_Restrictions_As_Warnings): New switch
4724
4725         * sem_prag.adb, par-prag.adb, restrict.ads: Implement flag
4726         Treat_Restrictions_As_Warnings.
4727
4728         * switch-c.adb: Recognize new switch -gnatr
4729
4730         * usage.adb: Add line for -gnatr
4731
4732 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4733
4734         * par-ch3.adb
4735         (P_Access_Definition): Change the error message when parsing "access
4736         all" in Ada 95 mode. The message no longer forces the user to recompile
4737         in 05 mode only to discover that anonymous access types are not allowed
4738         to have "all".
4739
4740 2008-05-20  Hristian Kirtchev  <kirtchev@adacore.com>
4741
4742         * par-ch9.adb
4743         (P_Protected): Update the error message on missing "-gnat05" switch when
4744         using interfaces in conjunction with protected types. Remove the
4745         incorrect error message associated with the presence of "private" after
4746         a "with".
4747
4748 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4749
4750         * sem_aggr.adb: Update comments.
4751         Improve previous change for PR ada/17985
4752
4753 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4754
4755         * sem_cat.adb
4756         (Set_Categorization_From_Scope): Do not set In_Remote_Types unless in
4757         the visible part of the spec of a remote types unit.
4758         (Validate_Remote_Access_Object_Type_Declaration):
4759         New local subprogram Is_Valid_Remote_Object_Type, replaces
4760         Is_Recursively_Limited_Private.
4761         (Validate_RACW_Primitives): Enforce E.2.2(14) rules: the types of all
4762         non-controlling formals (and the return type, even though this is not
4763         explicit in the standard) must support external streaming.
4764         (Validate_RCI_Subprogram_Declaration): Enforce E.2.3(14) rules: same
4765         as above for of RAS types and RCI subprograms. (The return type is not
4766         checked yet).
4767         Update comments related to RACWs designating limited interfaces per
4768         ARG ruling on AI05-060.
4769
4770         * sem_util.ads, sem_util.adb
4771         (Is_Remote_Access_To_Class_Wide_Type): Only rely on Is_Remote_Types and
4772         Is_Remote_Call_Interface to identify RACW types in a stable and
4773         consistent way. We used to rely in this predicate on the privateness of
4774         the designated type and its ancestors, but depending on the currently
4775         visible private parts, this caused false negatives. We now uniformly
4776         rely on checks made at the point where the RACW type is declared.
4777         (Inspect_Deferred_Constant_Completion): Moved from Sem_Ch7.
4778
4779 2008-05-20  Javier Miranda  <miranda@adacore.com>
4780             Ed Schonberg  <schonberg@adacore.com>
4781             Hristian Kirtchev  <kirtchev@adacore.com>
4782
4783         * sem_ch3.adb
4784         (Analyze_Object_Declaration): Fix over-conservative condition
4785         restricting use of predefined assignment with tagged types that have
4786         convention CPP.
4787         (Analyze_Object_Declaration): Relax the check regarding deferred
4788         constants declared in scopes other than packages since they can be
4789         completed with pragma Import.
4790         Add missing escaping of all-caps word 'CPP' in error messages.
4791         (Build_Discriminated_Subtype): Do not inherit representation clauses
4792         from parent type if subtype already carries them, because they are
4793         inherited earlier during derivation and already include those that may
4794         come from a partial view.
4795
4796         * sem_ch9.adb, sem_ch5.adb, sem_ch6.adb (Analyze_Subprogram_Body):
4797         Check the declarations of a subprogram body for proper deferred
4798         constant completion.
4799
4800         * sem_ch7.ads, sem_ch7.adb
4801         (Inspect_Deferred_Constant_Completion): Moved to sem_util.
4802
4803 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4804             Thomas Quinot  <quinot@adacore.com>
4805
4806         * sem_ch4.adb
4807         (Try_Indexed_Call): Handle properly a construct of the form F(S) where
4808         F is a parameterless function that returns an array, and S is a subtype
4809         mark.
4810         (Analyze_Call): Insert dereference when the prefix is a parameterless
4811         function that returns an access to subprogram and the call has
4812         parameters.
4813         Reject a non-overloaded call whose name resolves to denote
4814         a primitive operation of the stub type generated to support a remote
4815         access-to-class-wide type.
4816
4817 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4818
4819         * sem_ch8.adb
4820         (Note_Redundant_Use): Diagnose a redundant use within a subprogram body
4821         when there is a use clause for the same entity in the context.
4822         (Analyze_Subprogram_Renaming): A renaming_as_body is legal if it is
4823         created for a stream attribute of an abstract type or interface type.
4824
4825 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4826
4827         * sem_dist.ads, sem_dist.adb (Is_RACW_Stub_Type_Operation): New
4828         subprogram.
4829
4830         * sem_type.adb
4831         (Add_One_Interp): Ignore any interpretation that is a primitive
4832         operation of an RACW stub type (these primitives are only executed
4833         through dispatching, never through static calls).
4834         (Collect_Interps): When only one interpretation has been found, set N's
4835         Entity and Etype to that interpretation, otherwise Entity and Etype may
4836         still refer to an interpretation that was ignored by Add_One_Interp,
4837         in which case would end up with being marked as not overloaded but with
4838         an Entity attribute not pointing to its (unique) correct interpretation.
4839
4840 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4841
4842         * sem_eval.adb
4843         (Eval_Slice): Warn when a slice whose discrete range is a subtype name
4844         denotes the whole array of its prefix.
4845
4846 2008-05-20  Robert Dewar  <dewar@adacore.com>
4847
4848         * sem_res.adb (Resolve_Op_Not): Warn on double negation
4849
4850 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4851
4852         * sprint.adb
4853         (Print_Itype): Do not modify the sloc of the component type of a
4854         (packed) array itype, because it is an unrelated type whose source
4855         location is independent of the point of creation of the itype itself.
4856
4857 2008-05-20  Thomas Quinot  <quinot@adacore.com>
4858
4859         * uintp.adb, urealp.adb: Replace calls to Increment_Last + Set with
4860         Append.
4861
4862 2008-05-20  Robert Dewar  <dewar@adacore.com>
4863             Vincent Celier  <celier@adacore.com>
4864
4865         * vms_data.ads: Add entry for -gnatr
4866         Put GNAT SYNC section in proper alpha order
4867         Add VMS qualifier /DISPLAY_PROGRESS equivalent to gnatmake switch -d
4868
4869         * gnat_ugn.texi: Add documentation for new gnatname switch --and
4870         Update the style checks section
4871         Add documentation of -gnatr
4872         Add to the "Adding the Results of Compiler Checks to gnatcheck Output"
4873         subsection the explanation how compiler checks should be disabled for
4874         gnatcheck.
4875         Update the list of Ada 95 reserved words used by in the project language
4876         Add documentation for project qualifiers.
4877         Document that abstract projects may be extended by different projects in
4878         the same project tree.
4879         Add documentation for gnatmake switch -d
4880
4881         * ug_words: Add -gnatyy VMS equivalence string.
4882         Add entry for -gnatr
4883
4884 2008-05-20  Bob Duff  <duff@adacore.com>
4885
4886         * a-rttiev.adb
4887         (Set_Handler): Remove code from both of these that implements
4888         RM-D.15(15/2), because it causes a race condition and potential
4889         deadlock.
4890         (Process_Queued_Events): Add comment explaining "exception when others
4891         => null". Add clarifying ".all", even though implicit .all is legal
4892         here.
4893
4894 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4895
4896         * s-winext.ads: Replace representation clause by pragma Pack. Gives
4897         equivalent representation, but has the advantage of allowing
4898         compilation of this file under 64 bits platforms.
4899
4900         * s-os_lib.adb (Normalize_Pathname): Mark Cur_Dir constant.
4901
4902         * s-osinte-irix.ads: (Alternate_Stack_Size): Add dummy declaration.
4903
4904         * adaint.c:
4905         Don't define dummy implementation of convert_addresses on ppc-linux.
4906
4907 2008-05-20  Ed Schonberg  <schonberg@adacore.com>
4908
4909         * exp_ch7.adb
4910         (Expand_Ctrl_Function_Call): Do not attach result to finalization list
4911         if expression is aggregate component.
4912
4913 2008-05-20  Robert Dewar  <dewar@adacore.com>
4914
4915         * g-byorma.adb, gnatlink.adb, prepcomp.adb, sinfo.ads,
4916         sem_ch12.adb: Update comments. Minor reformatting.
4917
4918         * exp_ch2.adb: Typo
4919
4920         * s-unstyp.ads: Fixed some typos in comments.
4921
4922 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
4923
4924         * s-taspri-vxworks.ads (Task_Address, Task_Address_Size): New
4925         type/constant.
4926
4927         * g-socthi-vxworks.ads: Update to latest socket changes.
4928
4929         * a-caldel-vms.adb: Resync with a-caldel spec.
4930
4931         * exp_ch9.ads, sem_ch8.ads, inline.adb: Minor reformatting.
4932         Update comments.
4933
4934 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
4935
4936         * trans.c (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Account
4937         for dummy types pointed to by the converted pointer types.
4938
4939 2008-05-15  Eric Botcazou  <ebotcazou@adacore.com>
4940
4941         * trans.c (add_decl_expr): At toplevel, mark the TYPE_ADA_SIZE field
4942         of records and unions.
4943         (gnat_to_gnu) <N_Validate_Unchecked_Conversion>: Fix formatting.
4944
4945 2008-05-14  Samuel Tardieu  <sam@rfc1149.net>
4946             Robert Dewar <dewar@adacore.com>
4947
4948         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Add
4949         restrictions to the prefix of 'Old.
4950         * sem_util.ads, sem_util.adb (In_Parameter_Specification): New.
4951         * gnat_rm.texi ('Old): Note that 'Old cannot be applied to local
4952         variables.
4953
4954 2008-05-13  Eric Botcazou  <ebotcazou@adacore.com>
4955
4956         PR ada/24880
4957         PR ada/26635
4958         * utils.c (convert) <INTEGER_TYPE>: When converting an additive
4959         expression to an integral type with lower precision, use NOP_EXPR
4960         directly in a couple of special cases.
4961
4962 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
4963             Ed Schonberg <schonberg@adacore.com>
4964
4965         * sem_ch3.adb (Build_Derived_Record_Type): Accept statically matching
4966         constraint expressions.
4967
4968 2008-05-12  Tomas Bily  <tbily@suse.cz>
4969
4970         * utils2.c (known_alignment, contains_save_expr_p)
4971         (gnat_mark_addressable): Use CASE_CONVERT.
4972         * decl.c (annotate_value): Likewise.
4973         * trans.c (maybe_stabilize_reference): Likewise.
4974         * utils2.c (build_binary_op): Use CONVERT_EXPR_P.
4975         * utils.c (rest_of_record_type_compilation): Likewise.
4976         * trans.c (protect_multiple_eval, Attribute_to_gnu)
4977         (protect_multiple_eval): Likewise.
4978
4979 2008-05-08  Andreas Schwab  <schwab@suse.de>
4980
4981         * utils.c (handle_pure_attribute, init_gigi_decls): Rename
4982         DECL_IS_PURE to DECL_PURE_P.
4983
4984 2008-05-05  Eric Botcazou  <ebotcazou@adacore.com>
4985
4986         * decl.c (maybe_pad_type): Add ??? comment.
4987
4988 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4989
4990         * decl.c (components_to_record): Zero the alignment of the qualified
4991         union built for the variant part upon creating it.
4992
4993 2008-05-03  Eric Botcazou  <ebotcazou@adacore.com>
4994
4995         * decl.c (maybe_pad_type): Try to get a form of the type with integral
4996         mode even if the alignment is not a factor of the original size.  But
4997         make sure to create the inner field with the original size.  Reorder.
4998         * trans.c (addressable_p) <COMPONENT_REF>: Treat the field of a padding
4999         record as always addressable.
5000         * utils.c (convert): Deal specially with conversions between original
5001         and packable versions of a record type.
5002         * utils2.c (build_binary_op) <MODIFY_EXPR>: Be more restrictive when
5003         recognizing an assignment between padded objects.
5004
5005 2008-05-01  Eric Botcazou  <ebotcazou@adacore.com>
5006
5007         * decl.c (make_packable_type): Resize the last component to its RM size
5008         only if it is of an aggregate type.
5009         * trans.c (call_to_gnu): Fix nit in comment.
5010         (gnat_to_gnu): Likewise.
5011
5012 2008-04-30  Samuel Tardieu  <sam@rfc1149.net>
5013
5014         * Makefile.in: Adapt sh4-linux target.
5015
5016 2008-04-29  Ed Schonberg  <schonberg@adacore.com>
5017
5018         PR ada/35792
5019         * sem_ch3.adb (Find_Type_Name): Refuse completion of an incomplete
5020         tagged type by an untagged protected or task type.
5021
5022 2008-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5023             Tristan Gingold  <gingold@adacore.com>
5024
5025         PR ada/36007
5026         * decl.c (gnat_to_gnu_entity) <object>: Do not promote alignment
5027         of aliased objects with an unconstrained nominal subtype.
5028         Cap the promotion to the effective alignment of the word mode.
5029
5030 2008-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5031
5032         * Make-lang.in (ada.tags, check-acats, ada/treeprs.ads)
5033         (ada/einfo.h, ada/sinfo.h, ada/nmake.adb, ada/nmake.ads):
5034         Use '&&' instead of ';'.
5035
5036 2008-04-24  Olivier Hainque  <hainque@adacore.com>
5037
5038         * trans.c (Attribute_to_gnu) <case Attr_Length>: Length computation
5039         doesn't require signed arithmetic anymore.
5040
5041 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
5042
5043         * trans.c (Attribute_to_gnu): Don't set TREE_INVARIANT.
5044         (call_to_gnu): Don't set TREE_INVARIANT.
5045         * utils2.c (gnat_build_constructor): Don't set TREE_INVARIANT.
5046
5047 2008-04-22  Joel Sherrill <joel.sherrill@oarcorp.com>
5048
5049         * s-osinte-rtems.adb: Add sigalstack function.
5050         * s-osinte-rtems.ads: Add SO_ONSTACK and sigalstack
5051         function. Add Alternate_Stack and Alternate_Stack_Size.
5052         Add missing process_shared field to pthread_condattr_t
5053         and change ss_low_priority to int from timespec.
5054
5055 2008-04-22  Samuel Tardieu  <sam@rfc1149.net>
5056
5057         * i-forbla.adb: Link against -llapack and -lblas by default
5058         instead of the private -lgnalasup.
5059
5060 2008-04-21  Olivier Hainque  <hainque@adacore.com>
5061
5062         Access to most C builtins from Ada
5063         * utils.c: #include "langhooks.h" and define GCC_DIAG_STYLE.
5064         (handle_pure_attribute, handle_novops_attribute,
5065         handle_nonnull_attribute, handle_sentinel_attribute,
5066         handle_noreturn_attribute, handle_malloc_attribute,
5067         handle_type_generic_attribute): New attribute handlers, from C fe.
5068         (gnat_internal_attribute_table): Map the new handlers.
5069         (gnat_init_decl_processing): Move call to gnat_install_builtins to ...
5070         (init_gigi_decls): ... here.
5071         (handle_const_attribute, handle_nothrow_attribute, builtin_decl_for):
5072         Move to a section dedicated to builtins processing.
5073         (build_void_list_node, builtin_type_for_size): New functions.
5074         (def_fn_type, get_nonnull_operand): Likewise.
5075         (install_builtin_elementary_type, install_builtin_function_types,
5076         install_builtin_attributes): Likewise.
5077         (fake_attribute_handler): Fake handler for attributes we don't
5078         support in Ada.
5079         (def_builtin_1): New function, worker for DEF_BUILTIN.
5080         (install_builtin_functions): New function.
5081         (gnat_install_builtins): Move to the builtins processing section.
5082         Now calling the newly introduced installers.
5083
5084 2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5085
5086         * decl.c (gnat_to_gnu_entity) <object>: Also promote the alignment of
5087         constant objects, but not exceptions.
5088         * trans.c (add_decl_expr): Use gnat_types_compatible_p for type
5089         compatibility test.
5090         * utils.c (create_var_decl_1): Likewise.
5091         * utils2.c (build_binary_op) <MODIFY_EXPR>: Also use the padded view of
5092         the type when copying to padded object and the source is a constructor.
5093
5094 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
5095
5096         * decl.c (gnat_to_gnu_entity) <object>: When trying to promote the
5097         alignment, reset it to zero if it would end up not being greater
5098         than that of the type.
5099
5100 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
5101
5102         * decl.c (maybe_pad_type): Only generate the XVS parallel type if
5103         the padded type has a variable size.
5104
5105 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
5106
5107         * decl.c (gnat_to_gnu_entity) <E_Subprogram_Type>: Use the return by
5108         target pointer mechanism as soon as the size is not constant.
5109
5110 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
5111
5112         * gigi.h (create_var_decl_1): Declare.
5113         (create_var_decl): Turn into a macro invoking create_var_decl_1.
5114         (create_true_var_decl): Likewise.
5115         * utils.c (create_var_decl_1): Make global and reorder parameters.
5116         (create_var_decl): Delete.
5117         (create_true_var_decl): Likewise.
5118
5119 2008-04-17  Eric Botcazou  <ebotcazou@adacore.com>
5120
5121         * decl.c (gnat_to_gnu_entity) <object>: Promote the alignment of
5122         objects by default.
5123         * fe.h (Debug_Flag_Dot_A): Delete.
5124         * debug.adb (-gnatd.a): Update documentation.
5125
5126 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
5127
5128         * g-socket.ads, g-socket.adb (Get_Address): Make Stream a
5129         "not null" parameter.
5130
5131 2008-04-17  Samuel Tardieu  <sam@rfc1149.net>
5132
5133         * g-socket.adb: Add a message "IPv6 not supported" to the
5134         Socket_Error exception.
5135
5136 2008-04-16  Samuel Tardieu  <sam@rfc1149.net>
5137
5138         PR ada/29015
5139         * sem_ch12.adb (Instantiate_Type): Check whether the full view of
5140         the type is known instead of the underlying type.
5141
5142 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
5143
5144         PR ada/22387
5145         * exp_ch5.adb (Expand_Assign_Record): Within an initialization
5146         procedure for a derived type retrieve the discriminant values from
5147         the parent using the corresponding discriminant.
5148
5149 2008-04-15  Samuel Tardieu  <sam@rfc1149.net>
5150             Gary Dismukes  <dismukes@adacore.com>
5151
5152         PR ada/28733
5153         * sem_ch8.adb (Analyze_Use_Package): Do not allow "use" of something
5154         which is not an entity (and hence not a package).
5155         (End_Use_Package): Ditto.
5156
5157 2008-04-15  Ed Schonberg  <schonberg@adacore.com>
5158
5159         PR ada/16086
5160         * sem_ch12.adb (Analyze_Formal_Subprogram): The default can be any
5161         protected operation that matches the signature, not only an entry, a
5162         regular subprogram or a literal.
5163
5164 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
5165
5166         * ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.
5167         * decl.c (gnat_to_gnu_entity) <object>: Call maybe_pad_type only
5168         if a size or alignment is specified.  Do not take into account
5169         alignment promotions for the computation of the object's size.
5170         <type>: Call maybe_pad_type only if a size or alignment is specified.
5171         (maybe_pad_type): Really reuse the RM_Size of the original type if
5172         requested.
5173         * trans.c (Attribute_to_gnu): Fix a couple of nits.
5174         * utils2.c (build_binary_op) <MODIFY_EXPR>: Merge related conditional
5175         statements.  Use the padded view of the type when copying between
5176         padded objects of the same underlying type.
5177
5178 2008-04-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5179
5180         * vms_data.ads: Fix typo in constant.
5181         * gen-soccon.c: Fix typo in error string.
5182         * gnat_rm.texi (Pragma Optimize_Alignment, Pragma Postcondition):
5183         Fix typos.
5184         * a-calcon.ads, a-calend-vms.adb, a-calend.adb, a-crdlli.ads,
5185         bcheck.adb, checks.adb, einfo.ads, errout.adb, erroutc.adb,
5186         erroutc.ads, exp_attr.adb, exp_ch11.adb, exp_ch2.adb,
5187         exp_ch5.adb, exp_ch9.adb, exp_ch9.ads, exp_pakd.adb,
5188         exp_util.adb, fmap.adb, g-soccon-linux-mips.ads,
5189         g-soccon-rtems.ads, g-timsta.adb, g-timsta.ads, lib-writ.ads,
5190         mlib-tgt-specific-linux.adb, mlib-tgt-specific-tru64.adb,
5191         s-interr-vxworks.adb, s-interr.adb, s-osinte-lynxos.ads,
5192         s-rident.ads, s-taprop-solaris.adb, s-tassta.adb, s-win32.ads,
5193         sem_aggr.adb, sem_attr.ads, sem_ch10.adb, sem_ch13.ads,
5194         sem_ch3.adb, sem_ch6.adb, sem_ch7.adb, sem_ch8.adb, sem_ch9.adb,
5195         sem_prag.ads, sem_res.adb, sem_util.adb, sem_util.ads,
5196         sinfo.ads: Fix typos in comments.
5197
5198 2008-04-14  Robert Dewar  <dewar@adacore.com>
5199
5200         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Extend error
5201         to every non-object and change error message.
5202
5203 2008-04-14  Robert Dewar  <dewar@adacore.com>
5204
5205         * sem_util.ads, sem_util.adb (In_Subprogram): Remove.
5206         * sem_attr.adb (Anayze_Attribute): Check for Current_Subprogram
5207         directly.
5208
5209 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
5210
5211         PR ada/18680
5212         * sem_prag.adb (Analyze_Pragma, Linker_Section case): Refuse to
5213         apply pragma Linker_Section on type.
5214
5215 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
5216
5217         PR ada/16098
5218         * sem_prag.adb (Error_Pragma_Ref): New.
5219         (Process_Convention): Specialized message for non-local
5220         subprogram renaming. Detect the problem in homonyms as well.
5221
5222 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
5223
5224         PR ada/15915
5225         * sem_util.ads, sem_util.adb (Denotes_Variable): New function.
5226         * sem_ch12.adb (Instantiate_Object): Use it.
5227         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Ensure that
5228         storage pool denotes a variable as per RM 13.11(15).
5229
5230 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
5231
5232         * sem_util.ads, sem_util.adb (In_Subprogram): New function.
5233         * sem_attr.adb (Analyze_Attribute, Attribute_Old case): Use it.
5234
5235 2008-04-14  Rolf Ebert  <rolf.ebert.gcc@gmx.de>
5236
5237         PR ada/20822
5238         * xgnatugn.adb (Put_Line): New procedure, ensuring Unix
5239         line endings even on non-Unix platforms.
5240
5241 2008-04-14  Samuel Tardieu  <sam@rfc1149.net>
5242
5243         PR ada/35050
5244         * xref_lib.adb (Parse_Identifier_Info): Correctly parse and ignore the
5245         renaming information.
5246
5247 2008-04-13  Samuel Tardieu  <sam@rfc1149.net>
5248
5249         PR ada/17985
5250         * sem_aggr.adb (Valid_Ancestor_Type): A type is not an ancestor of
5251         itself.
5252
5253 2008-04-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5254
5255         * sfn_scan.adb, sfn_scan.ads, sinfo.ads,
5256         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput.ads,
5257         snames.ads, sprint.adb, stand.ads, stringt.ads,
5258         styleg.adb, styleg.ads, stylesw.adb, stylesw.ads,
5259         switch.ads, sysdep.c, table.adb, table.ads,
5260         targparm.ads, tb-gcc.c, tbuild.ads, tracebak.c,
5261         trans.c, tree_io.adb, treepr.adb, types.adb, types.ads,
5262         uintp.adb, uintp.ads, utils.c, utils2.c, validsw.ads,
5263         vms_conv.adb, vms_conv.ads, vms_data.ads, widechar.adb,
5264         widechar.ads, xeinfo.adb, xgnatugn.adb, xr_tabls.adb,
5265         xr_tabls.ads, xref_lib.adb, xref_lib.ads, xsinfo.adb:
5266         Fix comment typos.
5267
5268         * sem_ch10.adb, sem_ch10.ads,
5269         sem_ch12.adb, sem_ch12.ads, sem_ch13.adb, sem_ch13.ads,
5270         sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
5271         sem_ch6.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
5272         sem_elab.adb, sem_elab.ads, sem_elim.ads, sem_eval.adb,
5273         sem_eval.ads, sem_intr.adb, sem_mech.adb, sem_mech.ads,
5274         sem_prag.adb, sem_prag.ads, sem_res.adb, sem_res.ads,
5275         sem_type.adb, sem_util.adb, sem_util.ads, sem_warn.adb,
5276         sem_warn.ads: Fix comment typos.
5277
5278         * s-secsta.adb, s-sequio.ads, s-shasto.ads,
5279         s-soflin.ads, s-stalib.ads, s-stausa.adb,
5280         s-stausa.ads, s-strxdr.adb, s-taenca.adb, s-taenca.ads,
5281         s-taprob.adb, s-taprop-hpux-dce.adb, s-taprop-irix.adb,
5282         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-posix.adb,
5283         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
5284         s-taprop-vxworks.adb, s-taprop.ads, s-tarest.adb,
5285         s-tarest.ads, s-tasini.adb, s-tasini.ads, s-taskin.ads,
5286         s-tasque.ads, s-tassta.adb, s-tassta.ads, s-tasuti.ads,
5287         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
5288         s-tpopsp-posix.adb, s-tpopsp-rtems.adb, s-tposen.adb,
5289         s-tposen.ads, s-traceb-hpux.adb, s-traces.ads,
5290         s-trafor-default.ads, s-unstyp.ads, s-utf_32.ads,
5291         s-vaflop.adb, s-vaflop.ads, s-valrea.adb, s-valuti.adb,
5292         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, scans.ads,
5293         scn.adb, scng.adb, seh_init.c, sem.ads, sem_aggr.adb,
5294         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
5295         sem_cat.adb, sem_cat.ads: Fix comment typos.
5296
5297 2008-04-12  Joel Sherrill  <joel@oarcorp.com>
5298
5299         PR ada/35825
5300         * g-soccon-rtems.ads: Add IP_PKTINFO as unsupported.
5301
5302 2008-04-12  Arnaud Charlet  <charlet@adacore.com>
5303
5304         * s-linux-hppa.ads: Fix syntax errors.
5305
5306 2008-04-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5307
5308         * gnat_ugn.texi: Fix typos.
5309         * raise-gcc.c, repinfo.adb, repinfo.ads, restrict.adb,
5310         restrict.ads, rtsfind.adb, rtsfind.ads, s-arit64.ads,
5311         s-asthan-vms-alpha.adb, s-auxdec.ads, s-casuti.ads,
5312         s-fatflt.ads, s-fatgen.adb, s-fatlfl.ads,
5313         s-fatllf.ads, s-fatsfl.ads, s-filofl.ads,
5314         s-finimp.adb, s-finroo.ads, s-fishfl.ads,
5315         s-fvadfl.ads, s-fvaffl.ads, s-fvagfl.ads,
5316         s-hibaen.ads, s-htable.ads, s-imgcha.adb,
5317         s-imgenu.ads, s-imgint.adb, s-imgrea.adb,
5318         s-inmaop-dummy.adb, s-inmaop.ads, s-interr-vms.adb,
5319         s-interr-vxworks.adb, s-interr.adb, s-interr.ads,
5320         s-intman-vxworks.ads, s-intman.ads, s-mastop-irix.adb,
5321         s-os_lib.adb, s-os_lib.ads, s-osinte-aix.ads,
5322         s-osinte-darwin.ads, s-osinte-freebsd.ads,
5323         s-osinte-hpux.ads, s-osinte-lynxos-3.adb,
5324         s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
5325         s-osinte-rtems.ads, s-osinte-solaris-posix.ads,
5326         s-osprim-mingw.adb, s-osprim-vms.adb, s-parame-ae653.ads,
5327         s-parame-hpux.ads, s-parame-vms-alpha.ads,
5328         s-parame-vms-ia64.ads, s-parame-vms-restrict.ads,
5329         s-parame-vxworks.ads, s-parame.ads, s-parint.adb,
5330         s-parint.ads, s-poosiz.adb, s-proinf-irix-athread.ads,
5331         s-proinf.ads, s-regexp.adb, s-regpat.adb, s-regpat.ads,
5332         s-rident.ads: Fix comment typos.
5333
5334 2008-04-09  Samuel Tardieu  <sam@rfc1149.net>
5335
5336         PR ada/28305
5337         * sem_ch6.adb (Build_Body_To_Inline): Do not save and restore
5338         environment if generic instance is a top-level one.
5339
5340 2008-04-09  Doug Rupp  <rupp@adacore.com>
5341
5342         * decl.c (validate_size): Set minimum size for fat pointers same as
5343         access types. Code clean ups.
5344
5345         * gmem.c (xstrdup32): New macro for 32bit dup on VMS, noop otherwise
5346         (__gnat_gmem_a2l_initialize): Dup exename into 32 bit memory on VMS
5347
5348         * s-auxdec-vms_64.ads, s-auxdec.ads (Short_Address_Size): New constant
5349
5350         * s-crtl.ads (malloc32) New function, alias for malloc
5351         (realloc32) New function, alias for realloc
5352
5353         * socket.c (__gnat_new_socket_set): Malloc fd_set in 32 bits on VMS
5354
5355         * utils2.c (build_call_alloc_dealloc): Return call to short malloc if
5356         allocator size is 32 and default pointer size is 64.
5357         (find_common_type): Document assumption on t1/t2 vs lhs/rhs. Force use of
5358         lhs type if smaller, whatever the modes.
5359
5360         * gigi.h (malloc32_decl): New macro definition
5361
5362         * utils.c (init_gigi_decls): New malloc32_decl
5363         Various code clean ups.
5364
5365         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
5366         Task_Address vice System.Address.
5367
5368         * s-taspri-vms.ads: Import System.Aux_DEC
5369         (Task_Address): New subtype of System.Aux_DEC.Short_Address
5370         (Task_Address_Size): New constant size of System.Aux_DEC.Short_Address
5371
5372         * s-asthan-vms-alpha.adb (Process_AST.To_Address): Unchecked convert to
5373         Task_Address vice System.Address.
5374
5375         * s-inmaop-vms.adb: Import System.Task_Primitives
5376         (To_Address): Unchecked convert to Task_Address vice System.Address
5377
5378         * s-taprop-vms.adb (Timed_Delay): Always set the timer even if delay
5379         expires now.
5380         (To_Task_ID) Unchecked convert from Task_Adddress vice System.Address
5381         (To_Address) Unchecked convert to Task_Address vice System.Address
5382
5383         * s-tpopde-vms.adb: Remove unnecessary warning pragmas
5384
5385         * g-socthi-vms.ads: Add 32bit size clauses on socket access types.
5386
5387 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5388
5389         * gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.
5390         (fdesc_type_node): Define.
5391         (null_fdesc_node): Likewise.
5392         * decl.c (gnat_to_gnu_entity) <E_Access_Subprogram_Type>: If the target
5393         uses descriptors for vtables and the type comes from a dispatch table,
5394         return the descriptor type.
5395         * trans.c (Attribute_to_gnu) <Attr_Unrestricted_Access>: If the target
5396         uses descriptors for vtables and the type comes from a dispatch table,
5397         build a descriptor in the static case and copy the existing one in the
5398         non-static case.
5399         (gnat_to_gnu) <N_Null>: If the target uses descriptors for vtables and
5400         the type is a pointer-to-subprogram coming from a dispatch table,
5401         return the null descriptor.
5402         <N_Unchecked_Type_Conversion>: If the target uses descriptors for
5403         vtables, the source type is the descriptor type and the target type
5404         is a pointer type, first build the pointer.
5405         * utils.c (init_gigi_decls): If the target uses descriptors for vtables
5406         build the descriptor type and the null descriptor.
5407
5408 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5409
5410         * decl.c (prepend_attributes): Fix typo.
5411         * trans.c (Pragma_to_gnu): Likewise.
5412         * utils.c (gnat_genericize): Likewise.
5413
5414 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5415             Richard Kenner  <kenner@adacore.com>
5416
5417         * ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.
5418         * decl.c (gnat_to_gnu_entity): Adjust for above change.
5419         <E_Record_Type>: Try to get a better form of the component for
5420         packing, even if it has an integral mode.
5421         <E_Record_Subtype>: Likewise.
5422         * trans.c (gnat_to_gnu): Do not require BLKmode for the special
5423         exception suppressing the final conversion between record types.
5424
5425 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5426
5427         * decl.c (gnat_to_gnu_entity) <object>: If -gnatd.a and not optimizing
5428         alignment for space, promote the alignment of non-scalar variables with
5429         no size and alignment.
5430         * gigi.h (gnat_types_compatible_p): Declare.
5431         * misc.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Set to above predicate.
5432         * trans.c (gnat_to_gnu): Revert revision 129339 change.  Minor cleanup.
5433         * utils.c (gnat_types_compatible_p) : New predicate.
5434         (convert): Use it throughout to test for cases where a mere view
5435         conversion is sufficient.
5436         * utils2.c (build_binary_op): Minor tweaks.
5437         (build_unary_op): Likewise.
5438
5439 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5440
5441         * decl.c (adjust_packed): Expand comment.
5442
5443 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5444
5445         * s-tasuti.ads: Use Task_Address instead of System.Address.
5446
5447         * makeutl.adb (Path_Or_File_Name): New function
5448
5449         * nlists.ads, itypes.ads: Update comments.
5450
5451         * s-crtl.ads (malloc32, realloc32): New functions.
5452
5453         * s-auxdec.ads (Short_Address_Size): New constant.
5454
5455         * a-taside.adb, s-tasdeb.adb: Use Task_Address.
5456
5457         * s-ststop.ads, s-ststop.adb: New file.
5458
5459         * exp_tss.ads, s-taprop-lynxos.adb: Update comments.
5460         Minor reformatting.
5461
5462 2008-04-08  Pascal Obry  <obry@adacore.com>
5463
5464         * g-sercom.ads, g-sercom.adb (Data_Rate): Add B115200.
5465         (Stop_Bits_Number): New type.
5466         (Parity_Check): Likewise.
5467         (Set): Add parameter to set the number of stop bits and
5468         the parity. Parameter timeout is now a duration instead
5469         of a plain integer.
5470
5471         * g-sercom-linux.adb:
5472         Implement the stop bits and parity support for GNU/Linux.
5473         Fix handling of timeout, it must be given in tenth of seconds.
5474
5475         * g-sercom-mingw.adb:
5476         Implement the stop bits and parity support for Windows.
5477         Use new s-win32.ads unit instead of declaring Win32 services
5478         directly into this body.
5479         Update handling of timeout as now a duration.
5480
5481         * s-win32.ads, s-winext.ads: New files.
5482
5483 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
5484             Arnaud Charlet  <charlet@adacore.com>
5485
5486         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads: Removed.
5487
5488         s-taspri-posix-noaltstack.ads, s-linux.ads, s-linux-alpha.ads,
5489         s-linux-hppa.ads: New files. Disable alternate stack on ia64-hpux.
5490
5491         * s-osinte-lynxos-3.ads,
5492         (Alternate_Stack): Remove when not needed. Simplify declaration
5493         otherwise.
5494         (Alternate_Stack_Size): New constant.
5495
5496         s-osinte-mingw.ads, s-taprop-mingw.adb: Code clean up: avoid use of
5497         'Unrestricted_Access.
5498
5499         * s-osinte-hpux.ads, s-osinte-solaris-posix.ads, s-osinte-aix.ads,
5500         s-osinte-lynxos.ads, s-osinte-freebsd.ads s-osinte-darwin.ads,
5501         s-osinte-tru64.ads, s-osinte-irix.ads, s-osinte-linux.ads,
5502         s-osinte-solaris.ads, s-osinte-vms.ads
5503         (SA_ONSTACK): New constant.
5504         (stack_t): New record type.
5505         (sigaltstack): New imported function.
5506         (Alternate_Stack): New imported variable.
5507         (Alternate_Stack_Size): New constant.
5508
5509         * system-linux-x86_64.ads: (Stack_Check_Probes): Set to True.
5510
5511         * s-taspri-lynxos.ads, s-taspri-solaris.ads, s-taspri-tru64.ads,
5512         s-taspri-hpux-dce.ads, s-taspri-dummy.ads, s-taspri-posix.ads,
5513         s-taspri-vms.ads (Task_Address): New subtype of System.Address
5514         (Task_Address_Size): New constant size of System.Address
5515         (Alternate_Stack_Size): New constant.
5516
5517         * s-taprop-posix.adb, s-taprop-linux.adb (Get_Stack_Attributes): Delete.
5518         (Enter_Task): Do not notify stack to System.Stack_Checking.Operations.
5519         Establish the alternate stack if the platform makes use of n alternate
5520         signal stack for stack overflows.
5521         (Create_Task): Take into account the alternate stack in the stack size.
5522         (Initialize): Save the address of the alternate stack into the ATCB for
5523         the environment task.
5524         (Create_Task): Fix assertions for NPTL library (vs old LinuxThreads).
5525
5526         * s-parame.adb (Minimum_Stack_Size): Increase value to 16K
5527
5528         * system-linux-x86.ads: (Stack_Check_Probes): Set to True.
5529
5530         * s-intman-posix.adb:
5531         (Initialize): Set SA_ONSTACK for SIGSEGV if the platform makes use of an
5532         alternate signal stack for stack overflows.
5533
5534         * init.c (__gnat_adjust_context_for_raise, Linux version): On i386 and
5535         x86-64, adjust the saved value of the stack pointer if the signal was
5536         raised by a stack checking probe.
5537         (HP-UX section): Use global __gnat_alternate_stack as signal handler
5538         stack and only for SIGSEGV.
5539         (Linux section): Likewise on x86 and x86-64.
5540         [VxWorks section]
5541         (__gnat_map_signal): Now static.
5542         (__gnat_error_handler): Not static any more.
5543         (__gnat_adjust_context_for_raise): New function. Signal context
5544         adjustment for PPC && !VTHREADS && !RTP, as required by the zcx
5545         propagation circuitry.
5546         (__gnat_error_handler): Second argument of a sigaction handler is a
5547         pointer, not an int, and is unused.
5548         Adjust signal context before mapping to exception.
5549         Install signal handlers for LynxOS case.
5550
5551         * s-taskin.ads (Common_ATCB): New field Task_Alternate_Stack.
5552         (Task_Id): Set size to Task_Address_Size
5553         (To_Task_id): Unchecked convert from Task_Address vice System.Address
5554         (To_Address): Unchecked convert to Task_Address vice System.Address
5555
5556         * s-tassta.adb (Task_Wrapper): Define the alternate stack and save its
5557         address into the ATCB if the platform makes use of an alternate signal
5558         stack for stack overflows.
5559         (Free_Task): Add call to Finalize_Attributes_Link.
5560         Add argument Relative_Deadline to pass the value specified for
5561         the task. This is not yet used for any target.
5562
5563         * s-tassta.ads (Create_Task): Add argument Relative_Deadline to pass
5564         the value specified for the task.
5565
5566 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5567
5568         (s-osinte-vxworks6.ads): Removed, merged with s-osinte-vxworks.ads/.adb
5569         (s-vxwext.ads, s-vxwext-kernel.ads, s-vxwext-rtp.ads,
5570         s-vxwext-rtp.adb): New files.
5571
5572         * s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-osinte-vxworks.adb:
5573         Minor updates to accomodate changes above.
5574
5575 2008-04-08  Pascal Obry  <obry@adacore.com>
5576
5577         * a-exetim-mingw.adb, s-gloloc-mingw.adb, s-taprop-mingw.adb,
5578         s-tasinf-mingw.ad{s,b}, s-taspri-mingw.ads:
5579         Use new s-win32.ads unit instead of declaration
5580         from s-osinte-mingw.ads.
5581
5582         * s-osinte-mingw.ads:
5583         Move all non tasking based interface to s-win32.ads.
5584
5585         * s-osprim-mingw.adb:
5586         Remove duplicated declarations and use s-win32.ads
5587         unit instead.
5588
5589 2008-04-08  Vincent Celier  <celier@adacore.com>
5590             Arnaud Charlet  <charlet@adacore.com>
5591
5592         * mlib-tgt-aix.adb, mlib-tgt-darwin.adb, mlib-tgt-hpux.adb,
5593         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-lynxos.adb,
5594         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
5595         mlib-tgt-vms.ads, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
5596         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb: Renamed into...
5597
5598         * mlib-tgt-specific-aix.adb, mlib-tgt-specific-darwin.adb,
5599         mlib-tgt-specific-hpux.adb, mlib-tgt-specific-irix.adb,
5600         mlib-tgt-specific-linux.adb, mlib-tgt-specific-lynxos.adb,
5601         mlib-tgt-specific-solaris.adb, mlib-tgt-specific-tru64.adb,
5602         mlib-tgt-vms_common.adb, mlib-tgt-vms_common.ads,
5603         mlib-tgt-specific-vms-alpha.adb, mlib-tgt-specific-vms-ia64.adb,
5604         mlib-tgt-specific-vxworks.adb, mlib-tgt-specific-xi.adb,
5605         mlib-tgt-specific-mingw.adb: New names.
5606
5607         * Makefile.in:
5608         On VxWorks platforms use s-stchop-limit.ads for s-stchop.ads
5609         Get rid of gnatbl.
5610         (EXTRA_GNATRTL_NONTASKING_OBJS): Add s-win32.o
5611         Files mlib-tgt-*.adb have been renamed mlib-tgt-specific-*.adb
5612         Minor updates for VMS
5613
5614         * gnatbl.c: Removed.
5615
5616 2008-04-08  Thomas Quinot  <quinot@adacore.com>
5617
5618         * g-expect-vms.adb, a-textio.adb, a-witeio.adb, exp_dbug.adb,
5619         g-expect.adb, g-locfil.adb, gnatchop.adb, gnatdll.adb, gnatlbr.adb,
5620         gnatmem.adb, g-regist.adb, i-vxwork.ads, mlib-utl.adb, i-vxwork-x86.ads,
5621         a-ztexio.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-ia64.adb,
5622         s-os_lib.adb, s-regpat.adb, s-regpat.ads: Fix incorrect casing of
5623         ASCII.NUL throughout.
5624
5625 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
5626             Matthew Heaney  <heaney@adacore.com>
5627
5628         * a-cgcaso.adb, a-convec.adb: (Swap, Sift): Avoid use of complex
5629         renaming.
5630
5631         * a-cgaaso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads,
5632         a-crdlli.ads, a-coormu.ads, a-ciormu.ads: modified header to conform
5633         to convention for non-RM specs.
5634         Add descriptive header, and documented each operation
5635         document each operation
5636
5637 2008-04-08  Robert Dewar  <dewar@adacore.com>
5638             Bob Duff  <duff@adacore.com>
5639             Gary Dismukes  <dismukes@adacore.com>
5640             Ed Schonberg  <schonberg@adacore.com>
5641
5642         * alloc.ads: Add entries for Obsolescent_Warnings table
5643
5644         * einfo.ads, einfo.adb: Minor reformatting.
5645         (Is_Discriminal): New subprogram.
5646         (Is_Prival): New subprogram.
5647         (Is_Protected_Component): New subprogram.
5648         (Is_Protected_Private): Removed.
5649         (Object_Ref, Set_Object_Ref): Removed.
5650         (Prival, Set_Prival): Change assertion.
5651         (Privals_Chain, Set_Privals_Chain): Removed.
5652         (Prival_Link, Set_Prival_Link): New subprogram.
5653         (Protected_Operation, Set_Protected_Operation): Removed.
5654         (Protection_Object, Set_Protection_Object): New subprogram.
5655         (Write_Field17_Name): Remove case for Object_Ref.
5656         (Write_Field20_Name): Add case for Prival_Link.
5657         (Write_Field22_Name): Remove case for Protected_Operation,
5658         Privals_Chain.
5659         Add case for Protection_Object.
5660         (Can_Use_Internal_Rep): Make this into a [base type only] attribute,
5661         so clients
5662         (Overlays_Constant): New flag
5663         (Is_Constant_Object): New predicate
5664         (Is_Standard_Character_Type): New predicate
5665         (Optimize_Alignment_Space): New flag
5666         (Optimize_Alignment_Time): New flag
5667         (Has_Postconditions): New flag
5668         (Obsolescent_Warrning): Field removed
5669         (Spec_PPC_List): New field
5670         (Relative_Deadline_Variable, Set_Relative_Deadline_Variable): Add
5671         subprograms to get and set the relative deadline associated to a task.
5672
5673         * exp_attr.adb (May_Be_External_Call): Account for the case where the
5674         Access attribute is part of a named parameter association.
5675         (Expand_Access_To_Protected_Op): Test for the attribute occurring
5676         within an init proc and use that directly as the scope rather than
5677         traversing up to the protected operation's enclosing scope. Only apply
5678         assertion on Is_Open_Scopes in the case the scope traversal is done.
5679         For the init proc case use the address of the first formal (_init) as
5680         the protected object reference.
5681         Implement Invalid_Value attribute
5682         (Expand_N_Attribute_Reference): Case Attribute_Unrestricted_Access.
5683         contents of the dispatch table there is no need to duplicate the
5684         itypes associated with record types (i.e. the implicit full view
5685         of private types).
5686         Implement Enum_Val attribute
5687         (Expand_N_Attribute_Reference, case Old): Properly handle appearence
5688         within _Postconditions procedure
5689         (Expand_N_Attribute_Reference, case Result): Implement new attribute
5690
5691         * exp_ch5.adb (Expand_N_Simple_Return_Statement): Handle case in which
5692         a return statement calls a function that is not available in
5693         configurable runtime.
5694         (Analyze_If_Statement): don't optimize simple True/False cases in -O0
5695         (Expand_Non_Function_Return): Generate call to _Postconditions proc
5696         (Expand_Simple_Function_Return): Ditto
5697
5698         * frontend.adb: Add call to Sem_Aux.Initialize
5699
5700         * sem_aux.ads, sem_aux.adb: New file.
5701
5702         * par-prag.adb: Add entries for pragmas Precondition/Postcondition
5703         Add new Pragma_Relative_Deadline.
5704         Add support for pragmas Check and Check_Policy
5705
5706         * sem_attr.ads, sem_attr.adb (Check_Not_CPP_Type): New subprogram.
5707         (Check_Stream_Attribute): Add missing check (not allowed in CPP types)
5708         (Analyze_Attribute): In case of attributes 'Alignment and 'size add
5709         missing check because they are not allowed in CPP tagged types.
5710         Add Sure parameter to Note_Possible_Modification calls
5711         Add implementation of Invalid_Value attribute
5712         Implement new attribute Has_Tagged_Values
5713         Implement Enum_Val attribute
5714         (Analyze_Attribute, case Range): Set Name_Req True for prefix of
5715         generated attributes.
5716         (Analyze_Attribute, case Result): If prefix of the attribute is
5717         overloaded, it always resolves to the enclosing function.
5718         (Analyze_Attribute, case Result): Properly deal with analysis when
5719         Postconditions are not active.
5720         (Resolve_Attribute, case Result): Properly deal with appearence during
5721         preanalysis in spec.
5722         Add processing for attribute Result
5723
5724         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Code cleanup
5725         for operators.
5726         (Analyze_Subprogram_Body): Install private_with_clauses when the body
5727         acts as a spec.
5728         (Check_Inline_Pragma): recognize an inline pragma that appears within
5729         the subprogram body to which it applies.
5730         (Analyze_Function_Return): Check that type of the expression of a return
5731         statement in a function with a class-wide result is not declared at a
5732         deeper level than the function.
5733         (Process_PPCs): Deal with enabling/disabling, using PPC_Enabled flag
5734         (Verify_Overriding_Indicator): Handle properly subprogram bodies for
5735         user- defined operators.
5736         (Install_Formals): Moved to spec to allow use from Sem_Prag for
5737         analysis of precondition/postcondition pragmas.
5738         (Analyze_Subprogram_Body.Last_Real_Spec_Entity): New name for
5739         Last_Formal, along with lots of comments on what this is about
5740         (Analyze_Subprogram_Body): Fix case where we move entities from the
5741         spec to the body when there are no body entities (now possible with
5742         precondition and postcondition pragmas).
5743         (Process_PPCs): New procedure
5744         (Analyze_Subprogram_Body): Add call to Process_PPCs
5745
5746         * sem_ch8.adb (Use_One_Type): refine warning on a redundant use_type
5747         clause.
5748         (Pop_Scope): Restore Check_Policy_List on scope exit
5749         (Push_Scope): Save Check_Policy_List on scope entry
5750         Change name In_Default_Expression      => In_Spec_Expression
5751         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5752         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5753         (Analyze_Object_Renaming): Allow 'Reference as object
5754         (Analyze_Pragma, case Restriction_Warnings): Call GNAT_Pragma
5755         (Process_Restrictions_Or_Restriction_Warnings): Check for bad spelling
5756         of restriction identifier.
5757         Add Sure parameter to Note_Possible_Modication calls
5758
5759         * sem_prag.ads, sem_prag.adb (Analyze_Pragma, case Stream_Convert):
5760         Don't check for primitive operations when calling Rep_Item_Too_Late.
5761         (Process_Import_Or_Interface): Do not place flag on formal
5762         subprograms.
5763         (Analyze_Pragma, case Export): If the entity is a deferred constant,
5764         propagate information to full view, which is the one elaborated by the
5765         back-end.
5766         (Make_Inline): the pragma is effective if it applies to an internally
5767         generated subprogram declaration for a body that carries the pragma.
5768         (Analyze_Pragma, case Optimize_Alignment): Set new flag
5769         Optimize_Alignment_Local.
5770         (Analyze_PPC_In_Decl_Part): New procedure
5771         (Get_Pragma_Arg): Moved to outer level
5772         (Check_Precondition_Postcondition): Change to allow new visibility
5773         rules for package spec
5774         (Analyze_Pragma, case Check_Policy): Change placement rules to be
5775         same as pragma Suppress/Unsuppress.
5776         Change name In_Default_Expression      => In_Spec_Expression
5777         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5778         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5779         (Check_Precondition_Postcondition): Do proper visibility preanalysis
5780         for the case of these pragmas appearing in the spec.
5781         (Check_Enabled): New function
5782         (Initialize): New procedure
5783         (Tree_Read): New procedure
5784         (Tree_Write): New procedure
5785         (Check_Precondition_Postcondition): New procedure
5786         Implement pragmas Check and Check_Policy
5787         Merge Assert processing with Check
5788
5789         * sem_warn.adb (Warn_On_Known_Condition): Handle pragma Check
5790         New warning flag -gnatw.e
5791
5792         * sinfo.ads, sinfo.adb (Has_Relative_Deadline_Pragma): New function
5793         returning whether a task (or main procedure) has a pragma
5794         Relative_Deadline.
5795         (Set_Has_Relative_Deadline_Pragma): Procedure to indicate that a task
5796         (or main procedure) has a pragma Relative_Deadline.
5797         Add Next_Pragma field to N_Pragma node
5798         (PPC_Enabled): New flag
5799         (Next_Pragma): Now used for Pre/Postcondition processing
5800
5801         * snames.h, snames.ads, snames.adb: New standard name
5802         Inherit_Source_Path
5803         Add entry for 'Invalid_Value attribute
5804         Add entry for new attribute Has_Tagged_Values
5805         Add entry for Enum_Val attribute
5806         Add new standard names Aggregate, Configuration and Library.
5807         Add _Postconditions
5808         Add _Result
5809         Add Pragma_Precondition
5810         Add Pragma_Postcondition
5811         Add Attribute_Result
5812         New standard name Archive_Builder_Append_Option
5813         (Preset_Names): Add _relative_deadline and relative_deadline definitions
5814         There was also a missing non_preemptive_within_priorities.
5815         (Get_Pragma_Id, Is_Pragma_Name): Add support for pragma
5816         Relative_Deadline.
5817         Add support for pragmas Check and Check_Policy
5818
5819         * tree_gen.adb: Call Sem_Aux.Tree_Write
5820
5821         * tree_in.adb: Call Sem_Aux.Tree_Read
5822
5823         * exp_ch11.adb (Expand_N_Raise_Statement): New Build_Location calling
5824         sequence
5825
5826         * exp_intr.adb (Expand_Source_Info): New Build_Location calling
5827         sequence
5828
5829         * exp_prag.adb (Expand_Pragma_Relative_Deadline): New procedure.
5830         (Expand_N_Pragma): Call the appropriate procedure for expanding pragma
5831         Relative_Deadline.
5832         (Expand_Pragma_Check): New procedure
5833
5834         * sinput.ads, sinput.adb (Build_Location_String): Now appends to name
5835         buffer.
5836
5837         * sinfo.adb (PPC_Enabled): New flag
5838
5839 2008-04-08  Robert Dewar  <dewar@adacore.com>
5840             Gary Dismukes  <dismukes@adacore.com>
5841             Javier Miranda  <miranda@adacore.com>
5842             Ed Schonberg  <schonberg@adacore.com>
5843
5844         * fe.h: Remove global Optimize_Alignment flag, no longer used
5845
5846         * layout.adb: Test Optimize_Alignment flags rather than global switch
5847
5848         * lib.ads, lib.adb: New OA_Setting field in library record
5849
5850         * lib-load.adb: New OA_Setting field in library record
5851
5852         * lib-writ.ads, lib-writ.adb (Collect_Withs, Write_With_Lines): Place
5853         units mentioned in limited_with_ clauses in the ali file, with an
5854         'Y' marker.
5855         New Ox fields in U line
5856
5857         * opt.adb: New flag Optimize_Alignment_Local
5858         (Check_Policy_List[_Config]): New flags
5859
5860         * opt.ads (Invalid_Value_Used): New flag
5861         New switch Optimize_Alignment_Local
5862         (Warn_On_Parameter_Order): New flag
5863         (Check_Policy_List[_Config]): New flags
5864
5865         * ali.ads, ali.adb: Add indicator 'Y' to mark mark the presence of
5866         limited_with clauses.
5867         New data structures for Optimize_Alignment
5868
5869         * bcheck.adb (Check_Consistent_Restriction_No_Default_Initialization):
5870         New procedure
5871         (Check_Consistent_Optimize_Alignment): Rework for new structure
5872         (Check_Consistent_Restrictions): Fix incorrect error message
5873
5874         sem_ch10.adb (Decorate_Tagged_Type): Set the Parent field of a newly
5875         created class-wide type (to the Parent field of the specific type).
5876         (Install_Siblings): Handle properly private_with_clauses on subprogram
5877         bodies and on generic units.
5878         (Analyze_With_Clause, Install_Limited_Withed_Unit): Guard against an
5879         illegal limited_with_clause that names a non-existent package.
5880         (Check_Body_Required): Determine whether a unit named a limited_with
5881         clause needs a body.
5882         (Analyze_Context): A limited_with_clause is illegal on a unit_renaming.
5883         Capture Optimize_Alignment settings to set new OA_Setting field in
5884         library record.
5885         (Build_Limited_Views): Include task and protected type declarations.
5886
5887         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Handle the
5888         case of a possible constant redeclaration where the current object is
5889         an entry index constant.
5890         (Analyze_Object_Declaration): Generate an error in case of CPP
5891         class-wide object initialization.
5892         (Analyze_Object_Declaration): Add extra information on warnings for
5893         declaration of unconstrained objects.
5894         (Access_Type_Declaration): Set Associated_Final_Chain to Empty, to avoid
5895         conflicts with the setting of Stored_Constraint in the case where the
5896         access type entity has already been created as an E_Incomplete_Type due
5897         to a limited with clause.
5898         Use new Is_Standard_Character_Type predicate
5899         (Analyze_Object_Declaration): Apply access_constant check only after
5900         expression has been resolved, given that it may be overloaded with
5901         several access types.
5902         (Constant_Redeclaration): Additional legality checks for deferred
5903         constant declarations tha involve anonymous access types and/or null
5904         exclusion indicators.
5905         (Analyze_Type_Declaration): Set Optimize_Alignment flags
5906         (Analyze_Subtype_Declaration): Ditto
5907         (Analyze_Object_Declaration): Ditto
5908         (Analyze_Object_Declaration): Don't count tasks in generics
5909         Change name In_Default_Expression      => In_Spec_Expression
5910         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5911         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5912         (Process_Discriminants): Additional check for illegal use of default
5913         expressions in access discriminant specifications in a type that is not
5914         explicitly limited.
5915         (Check_Abstract_Overriding): If an inherited function dispaches on an
5916         access result, it must be overridden, even if the type is a null
5917         extension.
5918         (Derive_Subprogram): The formals of the derived subprogram have the
5919         names and defaults of the parent subprogram, even if the type is
5920         obtained from the actual subprogram.
5921         (Derive_Subprogram): In the presence of interfaces, a formal of an
5922         inherited operation has the derived type not only if it descends from
5923         the type of the formal of the parent operation, but also if it
5924         implements it. This is relevant for the renamings created for the
5925         primitive operations of the actual for a formal derived type.
5926         (Is_Progenitor): New predicate, to determine whether the type of a
5927         formal in the parent operation must be replaced by the derived type.
5928
5929         * sem_util.ads, sem_util.adb (Has_Overriding_Initialize): Make
5930         predicate recursive to handle components that have a user-defined
5931         Initialize procedure. Handle controlled derived types whose ancestor
5932         has a user-defined Initialize procedured.
5933         (Note_Possible_Modification): Add Sure parameter, generate warning if
5934         sure modification of constant
5935         Use new Is_Standard_Character_Type predicate
5936         (Find_Parameter_Type): when determining whether a protected operation
5937         implements an interface operation, retrieve the type of the formal from
5938         the entity when the formal is an access parameter or an
5939         anonymous-access-to-subprogram.
5940         Move Copy_Parameter_List to sem_util, for use when building stubbed
5941         subprogram bodies.
5942         (Has_Access_Values): Tagged types now return False
5943         (Within_HSS_Or_If): New procedure
5944         (Set_Optimize_Alignment_Flags): New procedure
5945         Change name In_Default_Expression      => In_Spec_Expression
5946         Change name Analyze_Per_Use_Expression => Preanalyze_Spec_Expression
5947         Change name Pre_Analyze_And_Resolve    => Preanalyze_And_Resolve
5948
5949 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5950
5951         * s-fileio.adb: Name_Error shouldn't be raised for a tempory file.
5952
5953 2008-04-08  Tristan Gingold  <gingold@adacore.com>
5954
5955 PR ada/10768
5956
5957         * cuintp.c: Fix 16 bits issue for AVR.
5958         On AVR, integer is 16 bits, so it can't be used to do math with
5959         Base (=32768).
5960         So use long_integer instead.
5961
5962 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
5963
5964         * a-calend-vms.ads, a-calend-vms.adb: Add with and use clause for
5965         System.OS_Primitives.
5966         Change type of various constants, parameters and local variables from
5967         Time to representation type OS_Time.
5968         (To_Ada_Time, To_Unix_Time): Correct sign of origin shift.
5969         Remove the declaration of constant Mili_F from several routines. New
5970         body for internal package Conversions_Operations.
5971         (Time_Of): Add default parameters for several formals.
5972
5973         * a-caldel.adb: Minor reformatting
5974
5975         * a-calend.ads, a-calend.adb: New body for internal package
5976         Conversions_Operations.
5977         (Time_Of): Add default parameters for several formals.
5978
5979         * Makefile.rtl: Add a-ststop
5980         Add Ada.Calendar.Conversions to the list of runtime files.
5981         Add g-timsta
5982
5983         * a-calcon.adb, a-calcon.ads: New files.
5984
5985 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
5986             Tristan Gingold  <gingold@adacore.com>
5987
5988         * s-interr-dummy.adb, s-interr-vms.adb, s-interr-sigaction.adb
5989         (Install_Restricted_Handlers): New procedure
5990         which is a simplified version of Install_Handlers that does not store
5991         previously installed.
5992
5993         * s-interr-vxworks.adb: Fix ACATS cxc3001
5994         On VxWorks interrupts can't be detached.
5995         (Install_Restricted_Handlers): New procedure.
5996
5997         * s-interr.ads, s-interr.adb (Install_Restricted_Handlers): New
5998         procedure.
5999
6000 2008-04-08  Olivier Hainque  <hainque@adacore.com>
6001
6002         * s-intman-vxworks.ads, s-intman-vxworks.adb
6003         (Map_And_Raise_Exception): Remove. Was an import of only part of the
6004         required services already implemented elsewhere.
6005         (Notify_Exception): Delete body, import __gnat_error_handler instead.
6006         (Initialize): Add SA_SIGINFO to the sa_flags, to get the sigcontext
6007         argument passed to the handler, which we need for ZCX propagation
6008         purposes.
6009
6010 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6011
6012         * adaint.h, adaint.c (__gnat_current_time_string): New routine.
6013
6014         * g-timsta.adb, g-timsta.ads: New files.
6015
6016 2008-04-08  Robert Dewar  <dewar@adacore.com>
6017
6018         * a-except-2005.ads, a-except-2005.adb, a-except.ads, a-except.adb
6019         (Raise_Exception): In accordance with AI-446, raise CE for Null_Id
6020         (Raise_Exception_Always): Fix documentation accordingly
6021
6022 2008-04-08  Robert Dewar  <dewar@adacore.com>
6023
6024         * a-strbou.ads, a-strbou.adb (From_String): New procedure (for use by
6025         Stream_Convert)
6026
6027         * sem_ch13.ads (Rep_Item_Too_Late): Document that Stream_Convert sets
6028         FOnly
6029
6030 2008-04-08  Javier Miranda  <miranda@adacore.com>
6031             Robert Dewar  <dewar@adacore.com>
6032             Ed Schonberg  <schonberg@adacore.com>
6033
6034         * a-tags.adb (Register_Interface_Offset): New subprogram.
6035         (Set_Dynamic_Offset_To_Top): New subprogram (see previous comment).
6036         (To_Predef_Prims_Table_Ptr): Removed.
6037         (Acc_Size): Removed.
6038         (To_Acc_Size): Removed.
6039         (Parent_Size): Modified to the call the subprogram returning the size of
6040         the parent by means of the new TSD component Size_Func.
6041
6042         * a-tags.ads (Offset_To_Top_Ptr): New access type declaration.
6043         (DT_Offset_To_Top_Offset): New constant value that is used to generate
6044         code referencing the Offset_To_Top component of the dispatch table's
6045         prologue.
6046         (Prim_Ptr): New declaration of access to procedure. Used to avoid the
6047         use of 'address to initialize dispatch table slots.
6048         (Size_Func): New component of the TSD. Used by the run-time to call the
6049         size primitive of the tagged type.
6050
6051         * checks.adb (Apply_Access_Check): Avoid check when accessing the
6052         Offset_To_Top component of a dispatch table.
6053         (Null_Exclusion_Static_Checks): If the non-null access type appears in a
6054         deferred constant declaration. do not add a null expression, to prevent
6055         spurious errors when full declaration is analyzed.
6056         (Apply_Discriminant_Check): If both discriminant constraints share a
6057         node which is not static but has no side effects, do not generate a
6058         check for that discriminant.
6059         (Generate_Index_Checks): Set Name_Req to true in call to duplicate
6060         subexpr, since the prefix of an attribute is a name.
6061
6062         * checks.ads: Fix nit in comment.
6063
6064         * exp_ch3.ads, exp_ch3.adb (Freeze_Record_Type): Do not add the spec
6065         and body of predefined primitives in case of CPP tagged type
6066         derivations.
6067         (Freeze_Type): Deal properly with no storage pool case
6068         (Make_Predefined_Primitive_Specs): Generate specification of abstract
6069         primitive Deep_Adjust if a nonlimited interface is derived from a
6070         limited interface.
6071         (Build_Dcheck_Functions): Create discriminant-checking functions only
6072         for variants that have some component(s).
6073         (Build_Slice_Assignment): In expanded code for slice assignment, handle
6074         properly the case where the slice bounds extend to the last value of the
6075         underlying representation.
6076         (Get_Simple_Init_Val): New calling sequence, accomodate Invalid_Value
6077         (Is_Variable_Size_Record): An array component has a static size if
6078         index bounds are enumeration literals.
6079
6080         * exp_disp.adb (Make_DT): Use the first subtype to determine whether
6081         an external tag has been specified for the type.
6082         (Building_Static_DT): Add missing support for private types.
6083         (Make_DT): Add declaration of Parent_Typ to ensure consistent access
6084         to the entity associated with the parent of Typ. This is done to
6085         avoid wrong access when the parent is a private type.
6086         (Expand_Interface_Conversion): Improve error message when the
6087         configurable runtime has no support for dynamic interface conversion.
6088         (Expand_Interface_Thunk): Add missing support to interface types in
6089         configurable runtime.
6090         (Expand_Dispatching_Call): remove obsolete code.
6091         (Make_DT): Replace occurrences of RE_Address by RE_Prim_Ptr, and
6092         ensure that all subtypes and aggregates associated with dispatch
6093         tables have the attribute Is_Dispatch_Table_Entity set to true.
6094         (Register_Primitive): Rename one variable to improve code reading.
6095         Replace occurrences of RE_Addres by RE_Prim_Ptr. Register copy o
6096         of the pointer to the 'size primitive in the TSD.
6097
6098         * rtsfind.ads (RE_DT_Offset_To_Top_Offset): New entity.
6099         (RE_Offset_To_Top_Ptr): New entity.
6100         (RE_Register_Interface_Offset): New entity.
6101         (RE_Set_Dynamic_Offset_To_Top): New entity.
6102         (RE_Set_Offset_To_Top): Removed entity.
6103         (RE_Prim_Ptr): New entity
6104         (RE_Size_Func): New entity
6105         (RE_Size_Ptr): New entity
6106         (RTU_Id): Add Ada_Dispatching and Ada_Dispatching_EDF.
6107         (Ada_Dispatching_Child): Define this new subrange.
6108         (RE_Id): Add new required run-time calls (RE_Set_Deadline, RE_Clock,
6109          RE_Time_Span, and RE_Time_Span_Zero).
6110         (RE_Unit_Table): Add new required run-time calls
6111
6112         * rtsfind.adb (Get_Unit_Name): Add processing for Ada.Dispatching
6113         children.
6114
6115         * exp_atag.ads, exp_atag.adb (Build_Offset_To_Top): New subprogram.
6116         (Build_Set_Static_Offset_To_Top): New subprogram. Generates code that
6117          initializes the Offset_To_Top component of a dispatch table.
6118         (Build_Predef_Prims): Removed.
6119         (Build_Get_Predefined_Prim_Op_Address): Replace call to Predef_Prims by
6120          its actual code.
6121         (Build_Set_Size_Function): New subprogram.
6122
6123         * exp_ch13.adb: Do not generate storage variable for storage_size zero
6124         (Expand): Handle setting/restoring flag Inside_Freezing_Actions
6125
6126 2008-04-08  Robert Dewar  <dewar@adacore.com>
6127
6128         * a-ztdeau.adb, a-tideau.adb, a-wtdeau.adb (Puts_Dec): Fix error in
6129         computing Fore when Exp > 0
6130
6131 2008-04-08  Robert Dewar  <dewar@adacore.com>
6132
6133         * back_end.adb: Remove Big_String_Ptr declarations (now in Types)
6134
6135         * errout.adb: Remove Big_String_Ptr declarations (now in Types)
6136         Change name Is_Style_Msg to Is_Style_Or_Info_Msg
6137
6138         * fmap.adb: Remove Big_String declarations (now in Types)
6139         (No_Mapping_File): New Boolean global variable
6140         (Initialize): When mapping file cannot be read, set No_Mapping_File to
6141         False.
6142         (Update_Mapping_File): Do nothing if No_Mapping_File is True. If the
6143         tables were empty before adding entries, open the mapping file
6144         with Truncate = True, instead of delete/re-create.
6145
6146         * fname-sf.adb: Remove Big_String declarations (now in Types)
6147
6148         * s-strcom.adb, g-dyntab.ads, g-table.ads, s-carsi8.adb,
6149         s-stalib.ads, s-carun8.adb: Add zero size Storage_Size clauses for
6150         big pointer types
6151
6152         * table.ads: Add for Table_Ptr'Storage_Size use 0
6153
6154         * types.ads: Add Big_String declarations
6155         Add Size_Clause of zero for big pointer types
6156
6157 2008-04-08  Vincent Celier  <celier@adacore.com>
6158
6159         * clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=
6160         (Usage): Add line for switch --subdirs=
6161         Add new switch -eL, to follow symbolic links when processing project
6162         files.
6163
6164         * gnatcmd.adb: Process switches -eL and --subdirs=
6165         (Non_VMS_Usage): Output "gnaampcmd" instead of "gnat", and call
6166         Program_Name to get proper tool names when AAMP_On_Target is set.
6167         (Gnatcmd): Call Add_Default_Search_Dirs and Get_Target_Parameters to get
6168         AAMP_On_Target set properly for use of GNAAMP tools (this is needed by
6169         Osint.Program_Name).
6170
6171         * gnatname.adb: (Scan_Args): Recognize switches -eL and --subdirs=
6172         (Usage): Add lines for switches -eL and --subdirs=
6173
6174         * makeusg.adb: Add line for switch --subdirs=
6175
6176         * prj.ads:
6177         (Source_Data): New Boolean component Compiled, defaulted to True
6178         (Empty_File_Name: New global variable in private part, initialized in
6179         procedure Initialize.
6180         (Subdirs_Option): New constant string
6181         (Subdirs): New String_Ptr global variable
6182         (Language_Config): New component Include_Compatible_Languages
6183         (Project_Qualifier): New type for project qualifiers
6184         (Project_Data): New component Qualifier
6185         (Project_Configuration): New component Archive_Builder_Append_Option
6186
6187         * prj-nmsc.adb (Get_Unit_Exceptions): When a unit is already in
6188         another imported project indicate the name of this imported project.
6189         (Check_File): When a unit is in two project files, indicate the project
6190         names and the paths of the source files for each project.
6191         (Add_Source): Set Compiled to False if compiler driver is empty. Only
6192         set object, dependency and switches file names if Compiled is True.
6193         (Process_Compiler): Allow the empty string for value of attribute Driver
6194         (Get_Directories): When Subdirs is not null and Object_Dir is not
6195          specified, locate and create if necessary the actual object dir.
6196         (Locate_Directory): When Subdirs is not empty and Create is not the
6197         empty string, locate and create if necessary the actual directory
6198         as a subdirectory of directory Name.
6199         (Check_Library_Attributes.Check_Library): Allow a project where the only
6200         "sources" are header files of file based languages to be imported by
6201         library projects, in multi-language mode (gprbuild).
6202         (Check_Library_Attributes.Check_Library): In multi-language mode
6203         (gprbuild), allow a library project to import a project with no
6204         sources, even when this is not declared explicitly.
6205         (Check_If_Externally_Built): A virtual project extending an externally
6206         built project is also externally built.
6207         (Check_Library_Attributes): For a virtual project extending a library
6208         project, inherit the library directory.
6209         (Process_Project_Level_Array_Attributes): Process new attribute
6210         Inherit_Source_Path.
6211         For projects with specified qualifiers "standard", "library" or
6212         "abstract", check that the project conforms to the qualifier.
6213         (Process_Project_Level_Simple_Attributes): Process new attribute
6214          Archive_Builder_Append_Option.
6215
6216         * switch-m.adb: (Scan_Make_Switches): Process switch --subdirs=
6217         (Normalize_Compiler_Switches): Only keep compiler switches that are
6218         passed to gnat1 by the gcc driver and that are stored in the ALI file
6219         by gnat1.
6220         Do not take into account switc -save-temps
6221
6222         * makegpr.adb (Compile_Link_With_Gnatmake): Transmit switch -eL if
6223         gprmake is called with -eL.
6224         (Scan_Arg): Recognize switch -eL
6225         (Usage): Add line for switch -eL
6226
6227         * prj.adb (Initialize): Initialize Empty_File_Name
6228         (Project_Empty): New component Qualifier
6229
6230         * prj-attr.ads, prj-attr.adb: New project level attribute
6231         Inherit_Source_Path.
6232         New project level attribute Archive_Builder_Append_Option
6233
6234         * prj-dect.adb: Replace System.Strings by GNAT.Strings.
6235
6236         * prj-ext.adb (Initialize_Project_Path): In Multi_Language mode, add
6237         <prefix>/lib/gnat in the project path, after <prefix>/share/gpr, for
6238         upward compatibility.
6239
6240         * prj-part.adb (Project_Path_Name_Of.Try_Path): In high verbosity, put
6241         each Trying ..." on different lines.
6242         (Parse_Single_Project): Recognize project qualifiers. Fail in qualifier
6243         is "configuration" when not in configuration. Fail when in configuration
6244         when a specified qualifier is other than "configuration".
6245
6246         * prj-proc.adb (Process_Declarative_Items): Link new elements of copied
6247         full associative array together.
6248         (Recursive_Process): Put the project qualifier in the project data
6249
6250         * prj-tree.ads, prj-tree.adb: (Project_Qualifier_Of): New function
6251         (Set_Project_Qualifier_Of): New procedure
6252
6253 2008-04-08  Robert Dewar  <dewar@adacore.com>
6254
6255         * errout.ads: Update comments for new handling of info: messages
6256
6257         * erroutc.adb (Matches): New procedure
6258         (Warning_Specifically_Suppressed): Modified to handle multiple * chars
6259         (Is_Style_Or_Info_Msg): New name for Is_Style_Msg, now set for
6260          info messages as well as style messages.
6261
6262         * erroutc.ads: Remove unneeded fields from Specific_Warning_Entry
6263
6264         * sem_elab.adb (Supply_Bodies): Create actual bodies for stubbed
6265         subprograms.
6266         (Check_A_Call): Special "info: " warnings now have ? in the text
6267         (Elab_Warning): Use info message in static case
6268
6269 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6270
6271         * exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine
6272         whether an array aggregate with static bounds and scalar components
6273         should be expanded into a static constant.
6274
6275 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
6276             Ed Schonberg  <schonberg@adacore.com>
6277             Robert Dewar  <dewar@adacore.com>
6278
6279         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of
6280         Has_Stream_Attribute_ Definition when checking for available stream
6281         attributes on parameters of a limited type in Ada 2005. Necessary for
6282         proper recognition of visible stream attribute clauses.
6283         (Has_Stream_Attribute_Definition): If the type is derived from a
6284         private type, then use the derived type's underlying type for checking
6285         whether it has stream attributes.
6286         (Validate_Object_Declaration): The check for a user-defined Initialize
6287         procedure applies also to types with controlled components or a
6288         controlled ancestor.
6289         Reject an object declaration in a preelaborated unit if the type is a
6290         controlled type with an overriding Initialize procedure.
6291         (Validate_Remote_Access_To_Class_Wide_Type): Return without further
6292         checking when the parent of a dereference is a selected component and
6293         the name has not been analyzed.
6294
6295         * sem_ch4.adb (Analyze_Selected_Component): Add checking for selected
6296         prefixes that are invalid explicit dereferences of remote
6297         access-to-class-wide values, first checking whether the selected
6298         component is a prefixed form of call to a tagged operation.
6299         (Analyze_Call): Remove code that issues an error for limited function
6300         calls in illegal contexts, as we now support all of the contexts that
6301         were forbidden here.
6302         Allow a function call that returns a task.and appears as the
6303         prefix of a selected component.
6304         (Analyze_Reference): Give error message if we try to make a 'Reference
6305         for an object that is atomic/aliased without its type having the
6306         corresponding attribute.
6307         (Analyze_Call): Remove condition checking for attributes to allow
6308         calls to functions with inherently limited results as prefixes of
6309         attributes. Remove related comment about Class attributes.
6310         (Analyze_Selected_Component): If the prefix is a remote type, check
6311         whether this is a prefixed call before reporting an error.
6312         (Complete_Object_Operation): If the controlling formal is an access to
6313         variable reject an actual that is a constant or an access to one.
6314         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
6315         primitive operations from base type.
6316
6317         * exp_ch4.adb (Expand_N_Indexed_Component): Test for prefix that is a
6318         build-in-place
6319         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
6320         (Expand_N_Selected_Component): Test for prefix that is a build-in-place
6321         function call and call Make_Build_In_Place_Call_In_Anonymous_Context.
6322         (Expand_N_Slice): Test for prefix that is a build-in-place function call
6323         and call Make_Build_In_Place_Call_In_Anonymous_Context.
6324         (Analyze_Call): Remove code that issues an error for limited function
6325         calls in illegal contexts, as we now support all of the contexts that
6326         were forbidden here.
6327         New calling sequence for Get_Simple_Init_Val
6328         (Expand_Boolean_Operator): Add call to Silly_Boolean_Array_Xor_Test
6329         (Expand_N_Op_Not): Add call to Silly_Boolan_Array_Not_Test
6330
6331 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6332             Ed Schonberg  <schonberg@adacore.com>
6333             Robert Dewar  <dewar@adacore.com>
6334
6335         * exp_ch2.adb: Minor reformatting.
6336         (Expand_Entry_Index_Parameter): Set the type of the identifier.
6337         (Expand_Entry_Reference): Add call to Expand_Protected_Component.
6338         (Expand_Protected_Component): New routine.
6339         (Expand_Protected_Private): Removed.
6340         Add Sure parameter to Note_Possible_Modification calls
6341
6342         * sem_ch12.ads, sem_ch12.adb (Analyze_Subprogram_Instantiation): The
6343         generated subprogram declaration must inherit the overriding indicator
6344         from the instantiation node.
6345         (Validate_Access_Type_Instance): If the designated type of the actual is
6346         a limited view, use the available view in all cases, not only if the
6347         type is an incomplete type.
6348         (Instantiate_Object):  Actual is illegal if the formal is null-excluding
6349         and the actual subtype does not exclude null.
6350         (Process_Default): Handle properly abstract formal subprograms.
6351         (Check_Formal_Package_Instance): Handle properly defaulted formal
6352         subprograms in a partially parameterized formal package.
6353         Add Sure parameter to Note_Possible_Modification calls
6354         (Validate_Derived_Type_Instance): if the formal is non-limited, the
6355         actual cannot be limited.
6356         (Collect_Previous_Instances): Generate instance bodies for subprograms
6357         as well.
6358
6359         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Small): Don't
6360         try to set RM_Size.
6361         Add Sure parameter to Note_Possible_Modification calls
6362         (Analyze_At_Clause): Preserve Comes_From_Source on Rewrite call
6363         (Analyze_Attribute_Definition_Clause, case Attribute_Address): Check for
6364         constant overlaid by variable and issue warning.
6365         Use new Is_Standard_Character_Type predicate
6366         (Analyze_Record_Representation_Clause): Check that the specified
6367         Last_Bit is not less than First_Bit - 1.
6368         (Analyze_Attribute_Definition_Clause, case Address): Check for
6369         self-referential address clause
6370
6371         * sem_ch5.ads, sem_ch5.adb (Diagnose_Non_Variable_Lhs): Rewrite the
6372         detection mechanism when the lhs is a prival.
6373         (Analyze_Assignment): Call Check_Unprotected_Access to detect
6374         assignment of a pointer to protected data, to an object declared
6375         outside of the protected object.
6376         (Analyze_Loop_Statement): Check for unreachable code after loop
6377         Add Sure parameter to Note_Possible_Modication calls
6378         Protect analysis from previous syntax error such as a scope mismatch
6379         or a missing begin.
6380         (Analyze_Assignment_Statement): The assignment is illegal if the
6381         left-hand is an interface.
6382
6383         * sem_res.ads, sem_res.adb (Resolve_Arithmetic_Op): For mod/rem check
6384         violation of restriction No_Implicit_Conditionals
6385         Add Sure parameter to Note_Possible_Modication calls
6386         Use new Is_Standard_Character_Type predicate
6387         (Make_Call_Into_Operator): Preserve Comes_From_Source when rewriting
6388         call as operator. Fixes problems (e.g. validity checking) which
6389         come from the result looking as though it does not come from source).
6390         (Resolve_Call): Check case of name in named parameter if style checks
6391         are enabled.
6392         (Resolve_Call): Exclude calls to Current_Task as entry formal defaults
6393         from the checking that such calls should not occur from an entry body.
6394         (Resolve_Call): If the return type of an Inline_Always function
6395         requires the secondary stack, create a transient scope for the call
6396         if the body of the function is not available for inlining.
6397         (Resolve_Actuals): Apply Ada2005 checks to view conversions of arrays
6398         that are actuals for in-out formals.
6399         (Try_Object_Operation): If prefix is a tagged protected object,retrieve
6400         primitive operations from base type.
6401         (Analyze_Selected_Component): If the context is a call to a protected
6402         operation the parent may be an indexed component prior to expansion.
6403         (Resolve_Actuals): If an actual is of a protected subtype, use its
6404         base type to determine whether a conversion to the corresponding record
6405         is needed.
6406         (Resolve_Short_Circuit): Handle pragma Check
6407
6408         * sem_eval.adb: Minor code reorganization (usea Is_Constant_Object)
6409         Use new Is_Standard_Character_Type predicate
6410         (Eval_Relational_Op): Catch more cases of string comparison
6411
6412 2008-04-08  Robert Dewar  <dewar@adacore.com>
6413             Gary Dismukes  <dismukes@adacore.com>
6414
6415         * s-rident.ads: Add No_Default_Initialization restriction
6416
6417         * exp_tss.adb:
6418         (Has_Non_Null_Base_Init_Proc): Handle No_Default_Initialization case
6419         (Set_TSS): Handle No_Default_Initialization case
6420
6421         * exp_ch6.adb (Expand_N_Subprogram_Body): Handle restriction
6422         No_Default_Initialization
6423         (Expand_N_Subprogram_Body): Remove redundant initialization of out
6424         parameters when Normalize_Scalars is active.
6425         (Add_Final_List_Actual_To_Build_In_Place_Call): Add formal Sel_Comp
6426         Fix casing error in formal parameter name in call
6427         (Register_Predefined_DT_Entry): Replace occurrences of RE_Address by
6428         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
6429         dispatching call on VM targets.
6430
6431 2008-04-08  Gary Dismukes  <dismukes@adacore.com>
6432             Thomas Quinot  <quinot@adacore.com>
6433
6434         * exp_ch7.adb (Find_Final_List): Change the test for generating a
6435         selected component from an access type's Associated_Final_Chain to
6436         check for the presence of that field, rather than assuming it exists
6437         for all named access types.
6438         (Make_Clean): New formal Chained_Cleanup_Action allowing to specify a
6439         procedure to call at the end of the generated cleanup procedure.
6440         (Expand_Cleanup_Actions): When a new cleanup procedure is generated, and
6441         and an At_End_Proc already exists in the handled sequence of statements
6442         for which cleanup actions are being expanded, the original cleanup
6443         action must be preserved.
6444
6445 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6446             Ed Schonberg  <schonberg@adacore.com>
6447             Robert Dewar  <dewar@adacore.com>
6448             Gary Dismukes  <dismukes@adacore.com>
6449
6450         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry,
6451         Build_Unprotected_Subprogram_Body): Generate debug info for
6452         declarations related to the handling of private data in task and
6453         protected types.
6454         (Debug_Private_Data_Declarations): New subprogram.
6455         (Install_Private_Data_Declarations): Remove all debug info flagging.
6456         This is now done by Debug_Private_Data_Declarations at the correct
6457         stage of expansion.
6458         (Build_Simple_Entry_Call): If the task name is a function call, expand
6459         the prefix into an object declaration, and make the surrounding block a
6460         task master.
6461         (Build_Master_Entity): An internal block is a master if it wraps a call.
6462         Code reformatting, update comments. Code clean up.
6463         (Make_Task_Create_Call): Use 'Unrestricted_Access instead of 'Address.
6464         (Replicate_Entry_Formals): If the formal is an access parameter or
6465         anonymous access to subprogram, copy the original tree to create new
6466         entities for the formals of the subprogram.
6467         (Expand_N_Task_Type_Declaration): Create a Relative_Deadline variable
6468         for tasks to store the value passed using pragma Relative_Deadline.
6469         (Make_Task_Create_Call): Add the Relative_Deadline argument to the
6470         run-time call to create a task.
6471         (Build_Wrapper_Spec): If the controlling argument of the interface
6472         operation is an access parameter with a non-null indicator, use the
6473         non-null indicator on the wrapper.
6474
6475         * sem_ch9.adb (Analyze_Protected_Type): Only retrieve the full view when
6476         present, which it may not be in the case where the type entity is an
6477         incomplete view brought in by a limited with.
6478         (Analyze_Task_Type): Only retrieve the full view when present, which it
6479         may not be in the case where the type entity is an incomplete view brought
6480         in by a limited with.
6481         (Analyze_Protected_Definition): Set Is_Frozen on all itypes generated for
6482         private components of a protected type, to prevent the generation of freeze
6483         nodes for which there is no proper scope of elaboration.
6484
6485         * exp_util.ads, exp_util.adb
6486         (Remove_Side_Effects): If the expression is a function call that returns a
6487         task, expand into a declaration to invoke the build_in_place machinery.
6488         (Find_Protection_Object): New routine.
6489         (Remove_Side_Effects): Also make a copy of the value
6490         for attributes whose result is of an elementary type.
6491         (Silly_Boolean_Array_Not_Test): New procedure
6492         (Silly_Boolean_Array_Xor_Test): New procedure
6493         (Is_Volatile_Reference): New function
6494         (Remove_Side_Effects): Use Is_Volatile_Reference
6495         (Possible_Bit_Aligned_Component): Handle slice case properly
6496
6497         * exp_pakd.adb (Expand_Packed_Not): Move silly true/true or false/false
6498         case test to Exp_Util
6499         (Expand_Packed_Xor): Move silly true/true case test to Exp_Util
6500
6501 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6502
6503         * exp_dist.ads, exp_dist.adb: Fix casing error in formal parameter name
6504         in call
6505         (Add_RACW_Features): When processing an RACW in another unit than the
6506         main unit, set Body_Decls to No_List to indicate that the bodies of
6507         the type's TSS must not be generated.
6508         (GARLIC_Support.Add_RACW_Read_Attribute,
6509         GARLIC_Support.Add_RACW_Write_Attribute): Do not generate bodies if
6510         Body_Decls is No_List.
6511         (PolyORB_Support.Add_RACW_Read_Attribute,
6512         PolyORB_Support.Add_RACW_Write_Attribute,
6513         PolyORB_Support.Add_RACW_From_Any,
6514         PolyORB_Support.Add_RACW_To_Any,
6515         PolyORB_Support.Add_RACW_TypeCode): Same.
6516         (Transmit_As_Unconstrained): New function.
6517         (Build_Ordered_Parameters_List): Use the above to order parameters.
6518         (GARLIC_Support.Build_General_Calling_Stubs):
6519         Use the above to determine which parameters to unmarshall using 'Input
6520         at the point where their temporary is declared (as opposed to later on
6521         with a 'Read call).
6522         (PolyORB_Support.Build_General_Calling_Stubs):
6523         Use the above to determine which parameters to unmarshall using From_Any
6524         at the point where their temporary is declared (as opposed to later on
6525         with an assignment).
6526
6527 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6528
6529         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is
6530         an Input function for an access type, do not perform default
6531         initialization on the local variable that receives the value, to
6532         prevent spurious warnings when the type is null-excluding.
6533
6534 2008-04-08  Robert Dewar  <dewar@adacore.com>
6535             Ed Schonberg  <schonberg@adacore.com>
6536
6537         * freeze.adb (Freeze_Entity): Improve warnings on access types in pure
6538         units.
6539         (Size_Known): Generic formal scalar types have known at compile
6540         time size, so remove check.
6541         Fix casing error in formal parameter name in call
6542         (Freeze_Subprogram): If the subprogram is a user-defined operator,
6543         recheck its overriding indication.
6544
6545 2008-04-08  Vincent Celier  <celier@adacore.com>
6546
6547         * gnat1drv.adb: Send all messages indicating an error to standard error
6548
6549 2008-04-08  Robert Dewar  <dewar@adacore.com>
6550
6551         * gnatbind.adb (Restriction_Could_Be_Set): New procedure
6552         (List_Applicable_Restrictions): Do not list existing restrictions
6553
6554 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6555
6556         * g-socket.ads, g-socket.adb: Improve documentation of GNAT.Sockets:
6557         add a pointer to generic sockets literature
6558         do not mention that the given example is "typical" usage.
6559         Remove obsolete comment about multicast not being supported on Windows.
6560         (Connect_Socket): Make Server mode IN rather than IN OUT
6561         since this formal is never modified.
6562
6563 2008-04-08  Robert Dewar  <dewar@adacore.com>
6564
6565         * sprint.adb (Write_Itype): Handle Itypes whose Parent field points to
6566         the declaration for some different entity.
6567         (Sprint_Node_Actual, case N_Derived_Type_Definition): When an interface
6568         list is precent (following the parent subtype indication), display
6569         appropriate "and" keyword.
6570
6571         * itypes.adb: Remove unnecessary calls to Init_Size_Align and Init_Esize
6572         Remove unnecessary calls to Init_Size_Align and Init_Esize.
6573         Add notes on use of Parent field of an Itype
6574
6575 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6576             Robert Dewar  <dewar@adacore.com>
6577             Gary Dismukes  <dismukes@adacore.com>
6578
6579         * lib-xref.adb (Is_On_LHS): Remove dead code
6580         (Output_Overriden_Op): If the overridden operation is itself inherited,
6581         list the ancestor operation, which is the one whose body or absstract
6582         specification is actually being overridden. For source navigation
6583         purposes.
6584
6585         * sem_ch7.adb (Is_Primitive_Of): use base type to determine whether
6586         operation is primitive for the type.
6587         (Declare_Inherited_Private_Subprograms): If the new operation overrides
6588         an inherited private subprogram, set properly the Overridden_Operation
6589         attribute, for better cross-reference information.
6590         (Analyze_Package_Specification): Do late analysis of spec PPCs
6591         (Install_Private_Declaration, Uninstall_Declarations): Save/restore
6592         properly the full view and underlying full views of a private type in a
6593         child unit, whose full view is derived from a private type in a parent
6594         unit, and whose own full view becomes visible in the child body.
6595
6596         * sem_disp.adb (Check_Dispatching_Operation): When a body declares a
6597         primitive operation after the type has been frozen, add an explicit
6598         reference to the type and the operation, because other primitive
6599         references have been emitted already.
6600         (Expand_Call, Propagate_Tag): Call Kill_Current_Values when processing a
6601         dispatching call on VM targets.
6602
6603 2008-04-08  Vincent Celier  <celier@adacore.com>
6604             Thomas Quinot  <quinot@adacore.com>
6605
6606         * make.adb: (Gnatmake_Called): Remove, no longer necessary
6607         (Compile_Surces): Call Delete_Temp_Config_Files only if Gnatmake_Called
6608         is True and Debug_Flag_N is False. Debug_Flag_N means "keep temp files".
6609         (Insert_Project_Sources): Take into account index in multi-unit source
6610         files.
6611         After building a library project, delete all temporary files.
6612         (Initialize): Reset current output after parsing project file.
6613         (Collect_Arguments_And_Compile): Never insert in the queue the sources
6614         of library projects that are externally built.
6615         Put file name in error and inform messages if -df is used
6616         (Display): If invoked with -d7, do not display path names, but only
6617         file names.
6618
6619         * makeutl.ads (Path_Or_File_Name): New function
6620         (Path_Or_File_Name): New function
6621
6622 2008-04-08  Arnaud Charlet  <charlet@adacore.com>
6623
6624         * Make-lang.in: Disable warnings during first stage of bootstrap
6625         Get rid of gnatbl.
6626         Update dependencies.
6627
6628 2008-04-08  Vincent Celier  <celier@adacore.com>
6629
6630         * mlib-prj.adb (Build_Library): Compare with ALI file name in canonical
6631         case to decide if ALI object file is included in library.
6632         (Build_Library): Never attempt to build a library if the project is
6633         externally built.
6634
6635 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6636
6637         * nlists.adb (Is_Non_Empty_List): Remove redundant test. First
6638         (No_List) is defined to return Empty.
6639
6640 2008-04-08  Jose Ruiz  <ruiz@adacore.com>
6641
6642         * osint.ads, osint.adb (Get_Libraries_From_Registry): Improve
6643         documentation.
6644         Update comments.
6645         (Read_Default_Search_Dirs): Do not consider spaces as path separators
6646         because spaces may be part of legal paths.
6647
6648 2008-04-08  Robert Dewar  <dewar@adacore.com>
6649
6650         * par-ch11.adb (P_Exception_Handler): Check indentation level for
6651         handler
6652
6653 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6654
6655         * par-ch3.adb (P_Type_Declaration) Reject the keyword "synchronized"
6656         in a type declaration, if this is not an interface declaration or
6657         private type extension.
6658
6659 2008-04-08  Vincent Celier  <celier@adacore.com>
6660
6661         * prj-util.adb (Executable_Of): New String parameter Language. When
6662         Ada_Main is False and Language is not empty, attempt to remove the body
6663         suffix or the spec suffix of the language to get the base of the
6664         executable file name.
6665         (Put): New Boolean parameter Lower_Case, defauilted to False. When
6666         Lower_Case is True, put the value in lower case in the name list.
6667         (Executable_Of): If there is no executable suffix in the configuration,
6668         then do not modify Executable_Extension_On_Target.
6669
6670         * prj-util.ads (Executable_Of): New String parameter Language,
6671         defaulted to the empty string.
6672         (Put): New Boolean parameter Lower_Case, defauilted to False
6673
6674 2008-04-08  Robert Dewar  <dewar@adacore.com>
6675
6676         * scng.adb (Scan_Identifier): Handle case of identifier starting with
6677         wide character using UTF-8 encoding.
6678
6679 2008-04-08  Javier Miranda  <miranda@adacore.com>
6680
6681         * sem.adb (Analyze): Consider case in which we analyze an empty node
6682         that was generated by a call to a runtime function that is not
6683         available under the configurable runtime.
6684
6685         * sem.ads (Inside_Freezing_Actions): New flag.
6686         (Save_Check_Policy_List): New field in scope stack entry
6687
6688 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6689             Robert Dewar  <dewar@adacore.com>
6690
6691         * sem_aggr.adb (Analyze_N_Extension_Aggregate): Add legality checks for
6692         the ancestor part of an extension aggregate for a limited type.
6693         (Resolve_Array_Aggregate): Issue warning for sliding of aggregate with
6694         enumeration index bounds.
6695         (Resolve_Array_Aggregate): Add circuit for diagnosing missing choices
6696         when array is too short.
6697         (Check_Expr_OK_In_Limited_Aggregate): Move function
6698         Check_Non_Limited_Type from Resolve_Record_Aggregate to top level (and
6699         change name).
6700         (Resolve_Array_Aggregate.Resolve_Aggr_Expr):
6701         Check_Expr_OK_In_Limited_Aggregates called to check for illegal limited
6702         component associations.
6703         (Check_Non_Limited_Type): Moved to outer level and renamed.
6704         (Resolve_Record_Aggregate): In an extension aggregate, an association
6705         with a box initialization can only designate a component of the
6706         extension, not a component inherited from the given ancestor
6707
6708         * sem_case.adb: Use new Is_Standard_Character_Type predicate
6709
6710 2008-04-08  Robert Dewar  <dewar@adacore.com>
6711
6712         * s-imgdec.adb (Set_Decimal_Digits): Fix error when input is zero with
6713         negative scale
6714         (Set_Decimal_Digits): Properly handle Aft=0 (equivalent to Aft=1)
6715         Properly handle case where Aft > Scale and input number is less than
6716         one.
6717
6718 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6719
6720         * s-stoele.ads, s-soflin.ads: Move the location of
6721         Dummy_Communication_Block from System.Storage_Elements to
6722         System.Soft_Links.
6723
6724         * s-tpobop.ads: Add comment on usage of Dummy_Communication_Block to
6725         emulate Communication_Block in certain scenarios.
6726
6727 2008-04-08  Hristian Kirtchev  <kirtchev@adacore.com>
6728
6729         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (Block_IO_OK): New
6730         subprogram.
6731         Add new subtype S_WWC, unchecked conversion routines From_WWC and
6732         To_WWC.
6733         (I_WWC, O_WWC): New routines for input and output of
6734         Wide_Wide_Character.
6735
6736 2008-04-08  Robert Dewar  <dewar@adacore.com>
6737
6738         * stringt.adb (Write_String_Table_Entry): Handle wide characters
6739         properly
6740
6741 2008-04-08  Robert Dewar  <dewar@adacore.com>
6742
6743         * styleg.adb (Check_Comment): Allow special char after -- in
6744         non-end-of-line case
6745
6746 2008-04-08  Robert Dewar  <dewar@adacore.com>
6747
6748         * stylesw.adb: Implement -gnaty + - y options
6749         (Set_GNAT_Style_Check_Options): Includ I in style check string
6750
6751         * stylesw.ads: Add comments for new style switch options
6752
6753 2008-04-08  Sergey Rybin  <rybin@adacore.com>
6754
6755         * tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux
6756         to the set of the GNAT components needed by ASIS.
6757
6758 2008-04-08  Bob Duff  <duff@adacore.com>
6759
6760         * types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).
6761
6762 2008-04-08  Tristan Gingold  <gingold@adacore.com>
6763
6764         * vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.
6765         Improve error message generation.
6766
6767 2008-04-08  Vincent Celier  <celier@adacore.com>
6768
6769         * a-direct.adb (Start_Search): Check for Name_Error before checking for
6770         Use_Error, as specified in the RM. Check if directory is open and raise
6771         Use_Error if it is not.
6772
6773 2008-04-08  Vincent Celier  <celier@adacore.com>
6774             Robert Dewar  <dewar@adacore.com>
6775
6776         * vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when
6777         AAMP_On_Target is set.
6778
6779         * vms_data.ads: Add NOxxx to style check switch list
6780         Add entry COMPONENTS for -gnatVe
6781         Add VMS qualifiers for -eL (/FOLLOW_LINKS_FOR_FILES) and --subdirs=
6782         (/SUBDIRS=).
6783         (GCC_Switches): Add /ALL_BACK_END_WARNINGS.
6784         Add qualifiers for gnatmetric coupling options
6785         Add note that -gnata enables all checks
6786         Add entries [NO]PARAMETER_ORDER for -gnatw.p[P]
6787         Fix inconsistency for VMS qualifier for the gnatpp '-rnb' option
6788         New warning flag -gnatw.e
6789
6790         * usage.adb: Add entries for -gnaty+ -gnaty- -gnatyy
6791         Add entry for -gnatyN (forgotten before)
6792         Line for new warning switch -gnatw.p
6793         New warning flag -gnatw.e
6794
6795         * gnat_ugn.texi: Add documentation fpr project file switch -aP
6796         Document -gnaty - + y
6797         Replace occurences of "package specification" with "package spec"
6798         Define preprocessing symbols in documentation of gnatprep
6799         Clarify reason for distinguishing overflow checking
6800         Add documentation for project-aware tool switches -eL and --subdirs=
6801         Complete list of configuration pragmas
6802         Specify that, even when gnatmake switch -x is used, mains on the command
6803         line need to be sources of project files.
6804         Editing of gnatcheck/gnatmetric doc.
6805         Add documentation for -gnatw.p/-gnatw.P
6806         Add missing documentation for -fno-inline-functions.
6807         Add documentation for -gnatw.e
6808
6809         * gnat_rm.texi: Add documentation for No_Default_Initialization
6810         Replace occurences of "package specification" with "package spec"
6811         Document use of * in Warnings Off string
6812         Update documentation of alignment/component clauses.
6813         Add documentation for Invalid_Value
6814         Document new consistency rule for Optimize_Alignment
6815         Add documentation for Precondition and Postcondition pragmas
6816         Add documentation for Check and Check_Policy pragmas
6817         Document new Enum_Val attribute
6818         Remove requirement for static string in pragma Assert
6819         Add documentation on GNAT.Time_Stamp
6820
6821         * ug_words: add entry for -gnatVe
6822         Add entries for -gnat.p[P] /WARNINGS=[NO]PARAMETER_ORDER
6823         Add entry for -gnatw.e
6824
6825         * debug.adb: Add missing documentation for d.a flag
6826         Document new -gnatd.a switch.
6827         Add documentation for new gnatmake debug switch -df
6828
6829 2008-04-08  Thomas Quinot  <quinot@adacore.com>
6830
6831         * gen-soccon.c: Bump year in copyright notices.
6832
6833         * g-soccon-vxworks.ads: Add new constant IP_PKTINFO
6834
6835 2008-04-08  Eric Botcazou  <ebotcazou@adacore.com>
6836
6837         * ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.
6838         Minor reformatting.
6839
6840 2008-04-08  Robert Dewar  <dewar@adacore.com>
6841             Bob Duff  <duff@adacore.com>
6842
6843         * impunit.adb: Add Interfaces.Java.JNI, System.Strings.Stream_Ops,
6844         Ada.Calendar.Conversions, Ada.Dispatching.EDF, GNAT.Time_Stamp
6845
6846         * s-intman-mingw.adb: Minor comment fix -- spell 'explicitly' correctly
6847
6848         * g-trasym.adb: Minor comment fix -- spell 'explicitly' correctly
6849
6850         * g-trasym.ads: Minor comment improvements
6851
6852         * s-stalib.adb: Minor comment fix -- spell 'explicitly' correctly
6853
6854         * a-sequio.ads, a-direio.ads: improve message for tagged type
6855
6856         * a-strunb.ads: Minor reformatting
6857
6858         * a-tifiio.adb: Minor reformatting
6859
6860         * atree.adb (Fix_Parents): Use clearer names for formals
6861         Cleanup and simplify code
6862         Use named notation in calls
6863
6864         * exp_fixd.adb (Do_Multiply_Fixed_Universal): Use named notation in
6865         confusing calls
6866
6867         * uintp.adb: Used named notation for some confusing calls
6868
6869         * bindusg.adb: Minor change in one line of output
6870
6871         * cstand.adb: Minor reformatting of src representation of Standard
6872
6873         * a-assert.ads: Add comment.
6874
6875         * g-decstr.adb: Fix bad indentation
6876
6877         * expander.ads, expander.adb: Code clean up.
6878
6879         * sem_dist.ads: Minor comment improvement
6880
6881         * sem_type.adb, g-dirope.ads, g-exctra.ads, s-valwch.adb,
6882         s-wchstw.adb, targparm.ads, widechar.adb: Minor reformatting
6883
6884         * i-cstrin.adb: Fix casing error in formal parameter name in call
6885
6886 2008-04-08  Ed Schonberg  <schonberg@adacore.com>
6887
6888         * binde.adb (Gather_All_Links, Gather_Dependencies): units that are
6889         mentioned in limited_with_clauses to do create semantic dependencies
6890         even though they appear in the ali file.
6891
6892 2008-04-08  Emmanuel Briot  <briot@adacore.com>
6893
6894         * g-comlin.ads, g-comlin.adb (Expansion): Remove unreachable return
6895         statement.
6896         (Get_Configuration): New subprogram.
6897
6898         * prj-pp.ads, prj-pp.adb (Pretty_Print): new parameters Id and Id_Tree
6899         These optional parameters help preserve the casing of the project's name
6900         when pretty-printing.
6901
6902 2008-04-08  Jerome Lambourg  <lambourg@adacore.com>
6903             Arnaud Charlet  <charlet@adacore.com>
6904
6905         * bindgen.adb (Gen_Adainit_Ada): If the main program is a CIL function,
6906         then use __gnat_set_exit_status to report the returned status code.
6907
6908         * comperr.adb (Compiler_Abort): Convert most bug boxes into clean error
6909         messages on .NET, since some constructs of the language are not
6910         properly supported.
6911
6912         * gnatlink.adb (Gnatlink): In case the command line is too long for the
6913         .NET linker, gnatlink now concatenate all .il files and pass this to
6914         ilasm.
6915
6916 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6917             Xavier Grave  <grave@ipno.in2p3.fr>
6918
6919         * Makefile.in: Add make ifeq define for mips/mipsel support.
6920         * g-soccon-linux-mips.ads, system-linux-mipsel.ads,
6921         system-linux-mips.ads: New files.
6922
6923 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6924
6925         * sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to
6926         detect systems using GNU libc.
6927         * gsocket.h: ditto.
6928         * socket.c: ditto.
6929         * adaint.c: ditto.
6930         * link.c: ditto.
6931
6932 2008-04-07  Aurelien Jarno  <aurelien@aurel32.net>
6933
6934         * s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New
6935         constant constant for sysconf call.
6936         (bit_field): New packed boolean type used by cpu_set_t.
6937         (cpu_set_t): New type corresponding to the C type with
6938         the same name. Note that on the Ada side we use a bit
6939         field array for the affinity mask. There is not need
6940         for the C macro for setting individual bit.
6941         (pthread_setaffinity_np): New imported routine.
6942         * Makefile.in: Use s-tasinf-linux.ads and s-tasinf-linux.adb
6943         on GNU/kFreeBSD.
6944
6945 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6946
6947         * utils2.c (build_binary_op): Fold ARRAY_REF and ARRAY_RANGE_REF too.
6948
6949 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
6950
6951         * gigi.h (create_subprog_type): Remove returns_with_dsp parameter.
6952         * decl.c (gnat_to_gnu_entity): Adjust for above new prototype.
6953         * utils.c (create_subprog_type): Remove returns_with_dsp parameter.
6954         * trans.c (gnat_to_gnu) <N_Return_Statement>: Remove code dealing with
6955         Return by Depressed Stack Pointer.
6956
6957 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6958
6959         * decl.c (is_variable_size): Do not unconditionally return false
6960         on non-strict alignment platforms.
6961
6962 2008-04-06  Eric Botcazou  <ebotcazou@adacore.com>
6963
6964         * decl.c (rest_of_type_decl_compilation_no_defer): New local function
6965         used to process all the variants of the specified type.
6966         (gnat_to_gnu_entity): Invoke rest_of_type_decl_compilation for enumeral
6967         types too.  Call rest_of_type_decl_compilation_no_defer if undeferring.
6968         (rest_of_type_decl_compilation): Likewise.
6969         * utils.c (gnat_pushdecl): Propagate the name to all variants of type.
6970
6971 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
6972
6973         * gigi.h (insert_block): Kill.
6974         * utils.c (insert_block): Kill.
6975
6976 2008-04-02  Eric Botcazou  <ebotcazou@adacore.com>
6977
6978         * decl.c (gnat_to_gnu_entity) <object>: For a constant object whose
6979         type has self-referential size, get the size from the initializing
6980         expression directly if it is also a constant whose nominal type
6981         has self-referential size.
6982
6983 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6984
6985         PR ada/33688
6986         * g-soccon-darwin.ads: Define new constant IP_PKTINFO.
6987
6988         PR ada/33857
6989         * env.c: Always include crt_externs.h if __APPLE__ is defined.
6990         (__gnat_setenv): Use setenv instead of putenv if __APPLE__ is defined.
6991
6992 2008-04-01  Andreas Jaeger  <aj@suse.de>
6993
6994         * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
6995         IP_PKTINFO.
6996
6997 2008-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6998
6999         * g-table.adb, g-tasloc.adb, g-traceb.ads,
7000         g-trasym.adb, g-utf_32.adb, gen-soccon.c, gigi.h, gmem.c,
7001         gnatbind.adb, gnatchop.adb, gnatcmd.adb,
7002         gnatcmd.ads, gnatdll.adb, gnatfind.adb,
7003         gnatlink.adb, gnatmem.adb, gprep.adb,
7004         i-cstrea-vms.adb, i-cstrin.adb, i-pacdec.ads,
7005         i-vxwork.ads, impunit.adb, init.c, initialize.c, inline.adb,
7006         layout.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
7007         lib-xref.ads, lib.adb, link.c, live.ads,
7008         make.adb, makegpr.adb, makeutl.adb, math_lib.adb,
7009         mdll-utl.adb, mdll.ads, memroot.adb, memroot.ads,
7010         misc.c, mlib-prj.adb, mlib-tgt-hpux.adb,
7011         mlib-tgt-linux.adb, mlib-tgt-tru64.adb, mlib-tgt.ads,
7012         namet.adb, namet.h, nlists.adb, nlists.ads,
7013         nlists.h, opt.ads, osint-b.ads, osint-c.adb,
7014         osint-c.ads, osint.adb, osint.ads, output.ads,
7015         par-ch10.adb, par-ch12.adb, par-ch2.adb, par-ch3.adb,
7016         par-ch4.adb, par-ch5.adb, par-ch6.adb, par-ch9.adb,
7017         par-endh.adb, par-labl.adb, par-prag.adb,
7018         par-sync.adb, par-tchk.adb, par-util.adb,
7019         par.adb, prep.adb, prep.ads, prepcomp.adb, prj-attr.ads,
7020         prj-dect.adb, prj-env.adb, prj-ext.adb, prj-nmsc.adb,
7021         prj-nmsc.ads, prj-pp.adb, prj-proc.adb,
7022         prj-strt.ads, prj-tree.ads, prj.adb, prj.ads: Fix comment typos.
7023
7024 2008-03-31  Eric Botcazou  <ebotcazou@adacore.com>
7025
7026         * decl.c (gnat_to_gnu_entity) <object>: Do not force a non-null
7027         size if it has overflowed.
7028
7029 2008-03-31  Olivier Hainque  <hainque@adacore.com>
7030             Eric Botcazou  <ebotcazou@adacore.com>
7031
7032         * utils2.c (find_common_type): Document assumption on t1/t2 vs
7033         lhs/rhs. Force use of lhs type if smaller, whatever the modes.
7034
7035 2008-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7036
7037         * a-textio.ads, a-witeio.ads, a-ztexio.ads, ali.ads,
7038         einfo.ads, erroutc.adb, erroutc.ads, exp_attr.adb,
7039         exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
7040         exp_pakd.ads, exp_prag.adb, exp_smem.adb,
7041         exp_tss.ads, exp_util.adb, exp_util.ads,
7042         exp_vfpt.adb, freeze.adb, freeze.ads,
7043         frontend.adb, g-alleve.adb, g-altcon.adb,
7044         g-altive.ads, g-alveop.ads, g-alvevi.ads,
7045         g-arrspl.adb, g-busorg.ads, g-calend.adb,
7046         g-calend.ads, g-casuti.ads, g-cgideb.adb,
7047         g-comlin.adb, g-comlin.ads, g-curexc.ads,
7048         g-debpoo.adb, g-debpoo.ads, g-decstr.adb,
7049         g-dirope.adb, g-dirope.ads, g-dynhta.ads,
7050         g-dyntab.adb, g-encstr.ads, g-excact.ads,
7051         g-except.ads, g-expect.ads, g-heasor.adb,
7052         g-hesora.adb, g-hesorg.adb, g-htable.ads,
7053         g-locfil.ads, g-md5.adb, g-md5.ads,
7054         g-memdum.ads, g-moreex.ads, g-os_lib.adb,
7055         g-pehage.adb, g-pehage.ads, g-regexp.adb,
7056         g-regexp.ads, g-regpat.adb, g-regpat.ads,
7057         g-soccon-aix.ads, g-soccon-darwin.ads,
7058         g-soccon-freebsd.ads, g-soccon-hpux-ia64.ads,
7059         g-soccon-hpux.ads, g-soccon-irix.ads,
7060         g-soccon-linux-64.ads, g-soccon-linux-ppc.ads,
7061         g-soccon-linux-x86.ads, g-soccon-lynxos.ads,
7062         g-soccon-mingw.ads, g-soccon-solaris-64.ads,
7063         g-soccon-solaris.ads, g-soccon-tru64.ads,
7064         g-soccon-vms.ads, g-soccon-vxworks.ads,
7065         g-soccon.ads, g-socket.adb, g-socket.ads,
7066         g-socthi-mingw.adb, g-socthi-vms.adb,
7067         g-socthi-vxworks.adb, g-soliop-mingw.ads,
7068         g-soliop-solaris.ads, g-soliop.ads, g-spipat.adb,
7069         g-spipat.ads, g-string.adb, g-stsifd-sockets.adb: Fix comment
7070         typos.
7071
7072 2008-03-27  Eric Botcazou  <ebotcazou@adacore.com>
7073
7074         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Also set the public flag
7075         if the procedure is imported.
7076
7077 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7078
7079         * adaint.c: Fix warnings.
7080
7081 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7082
7083         * g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec.
7084
7085 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7086
7087         * a-witeio.adb: Fix problem with Current_Output (introduce Self).
7088         Fix problem of status check for null file
7089
7090 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7091
7092         * s-proinf-irix-athread.ads, s-vxwork-mips.ads,
7093         s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
7094         s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
7095         i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
7096         s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
7097         comments.
7098
7099 2008-03-26  Thomas Quinot  <quinot@adacore.com>
7100
7101         PR ada/33688
7102         * g-socket.ads, g-socket.adb (Options, Set_Socket_Option,
7103         Get_Socket_Option): Add support for Receive_Packet_Info.
7104
7105         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
7106         g-soccon-irix.ads, g-soccon-hpux.ads, g-soccon-solaris.ads,
7107         g-soccon-vms.ads, g-soccon-mingw.ads, g-soccon-freebsd.ads,
7108         g-soccon-hpux-ia64.ads, g-soccon-solaris-64.ads, g-soccon-darwin.ads,
7109         g-soccon-lynxos.ads, g-soccon-linux-64.ads, g-soccon-linux-x86.ads: Add
7110         new constants SO_REUSEPORT and IP_PKTINFO
7111
7112 2008-03-26  Robert Dewar  <dewar@adacore.com>
7113
7114         * a-taster.adb, s-shasto.adb, s-soflin.adb, s-taasde.adb, s-taenca.adb,
7115         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
7116         a-intnam-lynxos.ads, a-retide.adb, a-intnam-tru64.ads, a-intnam-aix.ads,
7117         a-intnam-irix.ads, a-intnam-hpux.ads, a-intnam-linux.ads,
7118         a-intnam-solaris.ads, a-caldel-vms.adb, a-intnam-vms.ads,
7119         a-excpol-abort.adb, a-intnam-mingw.ads, s-interr.adb, s-interr.ads,
7120         s-intman.ads, s-gloloc.adb, s-osinte-lynxos-3.ads,
7121         s-interr-sigaction.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
7122         a-intnam-freebsd.ads, s-osinte-freebsd.ads, s-osinte-lynxos.ads,
7123         s-taspri-lynxos.ads, s-osinte-tru64.ads, s-osinte-tru64.ads,
7124         s-taspri-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
7125         s-osinte-hpux-dce.ads, s-taprop-hpux-dce.adb, s-taspri-hpux-dce.ads,
7126         s-osinte-linux.ads, s-osinte-dummy.ads, s-taprop-dummy.adb,
7127         s-taspri-dummy.ads, s-interr-dummy.adb, s-osinte-solaris.ads,
7128         s-osinte-mingw.ads, s-taprop-solaris.adb, s-taspri-solaris.ads,
7129         s-inmaop-vms.adb, s-interr-vms.adb, s-intman-vms.ads, s-osinte-vms.ads,
7130         s-osinte-vms.ads, s-taprop-vms.adb, s-taspri-vms.ads,
7131         s-taspri-mingw.ads, s-interr-vxworks.adb, s-inmaop-posix.adb,
7132         s-intman-vxworks.ads, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
7133         s-taspri-vxworks.ads, s-taspri-posix.ads, a-caldel.adb, a-calend.adb,
7134         a-elchha.adb, a-dynpri.adb, a-except.adb, a-except.ads, a-interr.ads,
7135         a-textio.adb, a-tigeau.ads, atree.adb, s-taprob.adb, s-taprop.ads,
7136         s-tarest.adb, s-tarest.ads, s-tasini.adb, s-taskin.adb, s-taskin.ads,
7137         s-tasque.adb, s-tasren.adb, s-tasren.ads, s-tassta.adb, s-tassta.ads,
7138         s-tasuti.adb, s-tataat.adb, s-tataat.ads, s-tpoben.adb, s-tpoben.ads,
7139         s-tpobop.adb, s-tpobop.ads, s-tposen.adb, s-tposen.ads, s-valrea.adb,
7140         s-valuti.adb, a-intnam-darwin.ads, s-osinte-darwin.ads, s-solita.adb,
7141         a-ztinau.ads, s-osinte-linux-hppa.ads, a-except-2005.adb,
7142         a-except-2005.ads, a-rttiev.adb, s-osinte-vxworks6.ads, s-regexp.adb,
7143         s-tasloc.adb: Minor reformatting.
7144         Update comments.
7145         Remove "used for" sections from comments.
7146
7147 2008-03-26  Robert Dewar  <dewar@adacore.com>
7148
7149         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
7150         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
7151         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
7152         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
7153         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
7154         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
7155         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
7156         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
7157         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
7158         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
7159         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
7160         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
7161         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
7162         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
7163         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
7164         double spaced if it fits on one line and otherwise single spaced.
7165
7166 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7167
7168         * s-taprop-irix.adb, s-taprop-tru64.adb, s-taprop-lynxos.adb,
7169         s-taprop-linux.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
7170         s-taprop-posix.adb (Create_Task): Do not attempt to set task priority
7171         or task info if the thread could not be created.
7172
7173 2008-03-26  Arnaud Charlet  <charlet@adacore.com>
7174
7175         * gnatvsn.ads (Library_Version): Bump to 4.4.
7176         (Current_Year): Bump to 2008.
7177
7178 2008-03-26  Robert Dewar  <dewar@adacore.com>
7179
7180         * ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI record
7181
7182         * bcheck.adb (Check_Consistent_Optimize_Alignment): New procedure
7183
7184         * debug.adb: Add debug flags d.r and d.v
7185         Add debug flag .T (Optimize_Alignment (Time))
7186         Add debug flag .S (Optimize_Alignment (Space))
7187
7188         * freeze.adb (Freeze_Record_Type): Set OK_To_Reorder_Components
7189         depending on setting of relevant debug flags.
7190         Replace use of Warnings_Off by Has_Warnings_Off
7191         (Freeze_Entity): In circuit for warning on suspicious convention
7192         actuals, do not give warning if subprogram has same entity as formal
7193         type, or if subprogram does not come from source.
7194         (Freeze_Entity): Don't reset Is_Packed for fully rep speced record
7195         if Optimize_Alignment set to Space.
7196
7197         * frontend.adb: Add call to Sem_Warn.Initialize
7198         Add call to Sem_Warn.Output_Unused_Warnings_Off_Warnings
7199         Reset Optimize_Alignment mode from debug switches .S and .T
7200
7201         * layout.adb (Layout_Composite_Object): Rewritten for
7202         Optimize_Aligment pragma.
7203
7204         * lib-writ.ads, lib-writ.adb: New Ox parameter for Optimize_Alignment
7205         mode.
7206
7207         * opt.ads, opt.adb: (Optimize_Alignment): New global switch
7208
7209         * par-prag.adb (N_Pragma): Chars field removed, use Chars
7210         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
7211         this change. Add entry for pragma Optimize_Alignment
7212
7213         * sem_prag.adb (N_Pragma): Chars field removed, use Chars
7214         (Pragma_Identifier (..
7215         instead, adjustments throughout to accomodate this change.
7216         (Process_Compile_Time_Warning_Or_Error): Use !! for generated msg
7217         (Favor_Top_Level): Use new function Is_Access_Subprogram_Type
7218         Add implementation of pragma Optimize_Alignment
7219
7220 2008-03-26  Vincent Celier  <celier@adacore.com>
7221
7222         * a-szuzti.adb, a-swuwti.adb, a-suteio.adb (functions Get_Line):
7223         Improve memory usage to avoid use of stack.
7224
7225 2008-03-26  Robert Dewar  <dewar@adacore.com>
7226
7227         * a-teioed.ads: Correct value of Default_Fill
7228
7229         * a-teioed.adb (Image): Use Fill_Character instead of '*' to fill
7230
7231 2008-03-26  Robert Dewar  <dewar@adacore.com>
7232
7233         * a-ztexio.adb, a-ztexio.ads, a-witeio.ads, a-witeio.adb: Fix problem
7234         with Current_Output (introduce Self).
7235
7236 2008-03-26  Robert Dewar  <dewar@adacore.com>
7237
7238         * checks.adb (Ensure_Valid): Capture valid status if possible
7239         (eliminate checks)
7240
7241 2008-03-26  Robert Dewar  <dewar@adacore.com>
7242
7243         * stand.ads: Deal with reordering of package standard declarations
7244
7245         * cstand.adb: Put package Standard declarations in proper order
7246
7247 2008-03-26  Robert Dewar  <dewar@adacore.com>
7248
7249         * einfo.ads, einfo.adb (N_Pragma): Chars field removed, use Chars
7250         (Pragma_Identifier (.. instead.
7251         (OK_To_Reorder_Components): New flag
7252         (Has_Entries): Code cleanup.
7253         (Warnings_Off_Used): New flag
7254         (Warnings_Off_Used_Unmodified): New flag
7255         (Warnings_Off_Used_Unreferenced): New flag
7256         (Has_Warnings_Off): New function
7257         (Has_Unmodified): New function
7258         (Has_Unreferenced): New function
7259         (Is_Trivial_Subprogram): New flag
7260         (Is_Static_Dispatch_Table_Entity): New attribute.
7261         Change name Access_Subprogram_Type_Kind to Access_Subprogram_Kind
7262         (more consistent with other similar names)
7263         (Access_Subprogram_Type): New classification function
7264
7265 2008-03-26  Robert Dewar  <dewar@adacore.com>
7266
7267         * errout.ads: Document new !! insertion sequence
7268
7269         * errout.adb (N_Pragma): Chars field removed, use Chars
7270         (Pragma_Identifier (..  instead.
7271         Replace use of Warnings_Off by Has_Warnings_Off
7272         (Error_Msg_Internal): Don't delete warning ending in !!
7273
7274 2008-03-26  Robert Dewar  <dewar@adacore.com>
7275
7276         * par.adb (Check_No_Right_Paren): Removed no longer used
7277
7278         * par-ch10.adb (N_Pragma): Chars field removed, use Chars
7279         (Pragma_Identifier (..  instead.
7280
7281         * par-ch10.adb (P_Subunit): Improvement in error recovery and message
7282
7283         * par-tchk.adb, par-ch5.adb, par-ch6.adb, par-ch3.adb,
7284         par-ch4.adb: Minor improvements in error recovery and messages.
7285
7286         * erroutc.adb (Test_Style_Warning_Serious_Msg): Treat style msgs as
7287         non-serious
7288
7289         * par-ch9.adb: Minor improvements in error recovery and messages
7290         (P_Protected): Better error recovery for "protected type x;"
7291
7292         * par-util.adb: Minor improvements in error recovery and messages
7293         (Check_No_Right_Paren): Removed no longer used
7294
7295 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7296
7297         * exp_aggr.adb (Replace_Type): When checking for self-reference, verify
7298         that the prefix of an attribute is the type of the aggregate being
7299         expanded.
7300
7301 2008-03-26  Javier Miranda  <miranda@adacore.com>
7302             Robert Dewar  <dewar@adacore.com>
7303
7304         * exp_attr.adb (N_Pragma): Chars field removed.
7305         (Expand_N_Attribute_Reference): If the designated type associated with
7306         attribute 'Unrestricted_Access is a subprogram entity then replace it
7307         by an E_Subprogram_Type itype.
7308         Implement attribute Old
7309
7310         * sem_attr.ads (Attribute_Class_Array): Move to snames.ads
7311
7312         * sem_attr.adb (Build_Access_Subprogram_Itype): Add documentation.
7313         Replace call to
7314         New_Internal_Entity by call to Create_Itype to centralize calls
7315         building itypes, ad propagate the convention of the designated
7316         subprogram. In addition, disable the machinery cleaning constant
7317         indications from all entities in current scope when 'Unrestricted_Access
7318         corresponds with a node initializing a dispatch table slot.
7319         (Analyze_Attribute): Parameterless attributes returning a string or a
7320         type will not be called with improper arguments, so we can remove junk
7321         code that was dealing with this case.
7322         Implement attribute Old
7323
7324         * snames.ads, snames.h, snames.adb: Add entries for attribute Old
7325         Add entry for pragma Optimize_Alignment
7326         New standard names Sync and Synchronize
7327
7328 2008-03-26  Robert Dewar  <dewar@adacore.com>
7329             Arnaud Charlet  <charlet@adacore.com>
7330
7331         * exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise
7332         stmt.
7333         (No_Exception_Propagation_Active): New function.
7334         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
7335         Update comments, and review all uses of No_Exception_Propagation, which
7336         are now correct and in sync with what gigi expects.
7337
7338         * restrict.ads, restrict.adb (No_Exception_Propagation_Active): New
7339         function.
7340         (Expand_Exception_Handlers): Use No_Exception_Propagation_Active.
7341         Update comments, and review all uses of No_Exception_Propagation, which
7342         are now correct and in sync with what gigi expects.
7343
7344 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7345
7346         * sem_ch3.adb (Access_Definition): If the access type is the return
7347         result of a protected function, create an itype reference for it
7348         because usage will be in an inner scope from the point of declaration.
7349         (Build_Derived_Record_Type): Inherit Reverse_Bit_Order and
7350         OK_To_Reorder_Components.
7351         (Make_Index): If an overloaded range includes a universal integer
7352         interpretation, resolve to Standard.Integer.
7353         (Analyze_Subtype_Indication): Copy Convention to subtype
7354         (Check_Abstract_Interfaces): Complete semantic checks on the legality of
7355         limited an synchronized progenitors in type declaration and private
7356         extension declarations.
7357
7358         * exp_ch13.adb (Expand_N_Freeze_Entity): If the scope of the entity is a
7359         protected subprogram body, determine proper scope from subprogram
7360         declaration.
7361
7362 2008-03-26  Robert Dewar  <dewar@adacore.com>
7363
7364         * exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for
7365         No_Run_Time_Mode
7366
7367 2008-03-26  Gary Dismukes  <dismukes@adacore.com>
7368
7369         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation
7370         of a heap allocator for a limited unconstrained function return when
7371         resstriction No_Allocators is active.
7372         (Analyze_Allocator): The restriction No_Allocators is now only checked
7373         on allocators that have Comes_From_Source set, as per RM-H.4(7).
7374
7375         * sem_ch4.adb (Expand_N_Extended_Return_Statement): Suppress generation
7376         of a heap allocator for a limited unconstrained function return when
7377         resstriction No_Allocators is active.
7378         (Analyze_Allocator): The restriction No_Allocators is now only checked
7379         on allocators that have Comes_From_Source set, as per RM-H.4(7).
7380         (Has_Fixed_Op):  If the name in a function call is Standard."*" and the
7381         operands are fixed-point types, the universal_fixed predefined operation
7382         is used, regardless of whether the operand type (s) have a primitive
7383         operation of the same name.
7384
7385 2008-03-26  Javier Miranda  <miranda@adacore.com>
7386
7387         * exp_disp.adb (Make_DT, Make_Secondary_DT): Set attribute
7388         Is_Static_Dispatch_Table
7389         (Build_Dispatch_Tables): Replace calls to Exchange_Entities() by calls
7390         to Exchange_Declarations to exchange the private and full-view. Bug
7391         found working in this issue.
7392         (Expand_Dispatching_Call): Propagate the convention of the subprogram
7393         to the subprogram pointer type.
7394         (Make_Secondary_DT): Replace generation of Prim'Address by
7395         Address (Prim'Unrestricted_Access)
7396         (Make_DT): Replace generation of Prim'Address by
7397         Address (Prim'Unrestricted_Access)
7398         (Make_Disp_*_Bodies): When compiling for a restricted profile, use
7399         simple call form for single entry.
7400         (Make_DT): Handle new contents of Access_Disp_Table (access to dispatch
7401         tables of predefined primitives).
7402         (Make_Secondary_DT): Add support to handle access to dispatch tables of
7403         predefined primitives.
7404         (Make_Tags): Add entities to Access_Dispatch_Table associated with
7405         access to dispatch tables containing predefined primitives.
7406
7407         * exp_ch6.adb (N_Pragma): Chars field removed, use Chars
7408         (Pragma_Identifier (..  instead, adjustments throughout to accomodate
7409         this change.
7410         (Register_Predefined_DT_Entry): Updated to handle the new contents
7411         of attribute Access_Disp_Table (pointers to dispatch tables containing
7412         predefined primitives).
7413
7414         * exp_util.ads, exp_util.adb (Corresponding_Runtime_Package): New
7415         subprogram.
7416         (Find_Interface_ADT): Updated to skip the new contents of attribute
7417         Access_Dispatch_Table (pointers to dispatch tables containing predefined
7418         primitives).
7419
7420         * sem_util.adb (Has_Abstract_Interfaces): Add missing support for
7421         concurrent types.
7422         (Set_Convention): Use new function Is_Access_Subprogram_Type
7423         (Collect_Interfaces_Info): Updated to skip the new contents of attribute
7424         Access_Dispatch_Table (pointers to dispatch tables containing predefined
7425         primitives).
7426
7427         * exp_atag.ads, exp_atag.adb (Build_Inherit_Predefined_Prims): Improve
7428         expanded code avoiding calls to Build_Predef_Prims.
7429         (Build_Set_Predefined_Prim_Op_Address): Improve expanded code avoiding
7430         call to Build_Get_Predefined_Prim_Op_Address.
7431
7432 2008-03-26  Javier Miranda  <miranda@adacore.com>
7433
7434         * exp_ch7.adb (Make_Clean): Code cleanup using the new centralized
7435         subprogram Corresponding_Runtime_Package to know the runtime package
7436         that will provide support to a given protected type.
7437
7438         * exp_ch9.adb (Add_Private_Declarations,
7439         Build_Protected_Subprogram_Call,
7440         Build_Protected_Entry, Build_Simple_Entry_Call,
7441         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
7442         Expand_N_Timed_Entry_Call, Make_Initialize_Protection): Code
7443         cleanup using the new centralized subprogram Corresponding_Runtime
7444         Package to know the runtime package that provides support to
7445         a given protected type.
7446
7447 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7448
7449         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component
7450         assignment is within the initialization procedure for a packed array,
7451         and Initialize_Scalars is enabled, compile right-hand side with checks
7452         off, because the value is purposely out of range.
7453
7454 2008-03-26  Vincent Celier  <celier@adacore.com>
7455
7456         * gnatcmd.adb: Add processing for GNAT SYNC
7457
7458         * vms_conv.ads: (Command_Type): Add command Sync
7459
7460         * vms_conv.adb (Initialize): Add Command_List data for new command Sync
7461
7462         * vms_data.ads: Add entries for -gnatw.w
7463         Add qualifier for gnatstub --header-file option
7464         Add switches for GNAT SYNC
7465
7466         * prj-attr.ads, prj-attr.adb: Add new package Synchronize for GNAT SYNC
7467         (Add_Package_Name): New procedure
7468         (Package_Name_List): New function
7469         (Initialize): Add known package names to the list
7470         (Register_New_Package): Add the new package name to the list
7471
7472 2008-03-26  Robert Dewar  <dewar@adacore.com>
7473
7474         * g-pehage.adb, g-regist.adb, g-spipat.ads, g-spipat.adb,
7475         s-asthan.adb, s-parint.adb, s-rpc.adb, s-stchop.adb: Replace
7476         Raise_Exception by "raise with" construct.
7477
7478 2008-03-26  Pascal Obry  <obry@adacore.com>
7479
7480         * Makefile.in: Add proper GNAT.Serial_Communications implementation on
7481         supported platforms.
7482
7483         * Makefile.rtl: Add g-sercom.o.
7484
7485         * impunit.adb: Add g-sercom.adb.
7486
7487         * s-crtl.ads (open): New routine.
7488         (close): Likewise.
7489         (write): Likewise.
7490
7491         * s-osinte-mingw.ads (BYTE): New type.
7492         (CHAR): Likewise.
7493         (OVERLAPPED): Likewise.
7494         (GENERIC_READ): New constant.
7495         (GENERIC_WRITE): Likewise.
7496         (OPEN_EXISTING): Likewise.
7497         (PSECURITY_ATTRIBUTES): Removed this type, use anonymous access
7498         type instead.
7499         (CreateFile): New routine.
7500         (WriteFile): Likewise.
7501         (ReadFile): Likewise.
7502         (CloseHandle): Move next to the other file oriented routines.
7503
7504         * g-sercom.ads: New unit.
7505
7506         * g-sercom.adb: Default implementation, calls to this unit will raise
7507         a program error exception.
7508
7509         * g-sercom-mingw.adb, g-sercom-linux.adb: Windows and
7510         GNU/Linux implementations.
7511
7512 2008-03-26  Robert Dewar  <dewar@adacore.com>
7513
7514         * itypes.adb (Create_Itype): Use new name Access_Subprogram_Kind
7515
7516         * sem_ch13.adb (Validate_Unchecked_Conversion): Give warning for
7517         unchecked conversion for different conventions only for subprogram
7518         pointers or on VMS.
7519
7520 2008-03-26  Vincent Celier  <celier@adacore.com>
7521
7522         * osint-c.adb (Set_Library_Info_Name): Use canonical case file names
7523         to check if the specified object file is correct.
7524
7525 2008-03-26  Thomas Quinot  <quinot@adacore.com>
7526
7527         * sem_cat.adb (Validate_RACW_Primitives): Do not rely on
7528         Comes_From_Source to exclude primitives from being checked. We want to
7529         exclude predefined primitives only, so use the appropriate specific
7530         predicate. Also, flag a formal parameter of an anonymous
7531         access-to-subprogram type as illegal for a primitive operation of a
7532         remote access to class-wide type.
7533
7534 2008-03-26  Vincent Celier  <celier@adacore.com>
7535
7536         * prj-dect.adb (Parse_Package_Declaration): When a package name is not
7537         known, check if it may be a missspelling of a known package name. In
7538         not verbose, not mode, issue warnings only if the package name is a
7539         possible misspelling.
7540         In verbose mode, always issue a warning for a not known package name,
7541         plus a warning if the name is a misspelling of a known package name.
7542
7543         * prj-part.adb (Post_Parse_Context_Clause): Modify so that only non
7544         limited withs or limited withs are parse during one call.
7545         (Parse_Single_Project): Post parse context clause in two passes: non
7546         limited withs before current project and limited withs after current
7547         project.
7548
7549         * prj-proc.adb (Imported_Or_Extended_Project_From): Returns an extended
7550         project with the name With_Name, even if it is only extended indirectly.
7551         (Recursive_Process): Process projects in order: first single withs, then
7552         current project, then limited withs.
7553
7554         * prj-tree.adb (Imported_Or_Extended_Project_Of): Returns an extended
7555         project with the name With_Name, even if it is only extended indirectly.
7556
7557 2008-03-26  Robert Dewar  <dewar@adacore.com>
7558
7559         * scn.adb (Initialize_Scanner): Format messages belong on standard error
7560
7561 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7562
7563         * sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is
7564         a generic subprogram that is imported, do not attempt to compile
7565         non-existent body.
7566
7567         * sem_ch12.adb (Instantiate_Subprogram_Body): if the generic is
7568         imported, do not generate a raise_program_error for the non-existent
7569         body.
7570         (Pre_Analyze_Actuals): If an error is detected during pre-analysis,
7571         perform minimal name resolution on the generic to avoid spurious
7572         warnings.
7573         (Find_Actual_Type): the designated type of the actual in a child unit
7574         may be declared in a parent unit without being an actual.
7575
7576 2008-03-26  Robert Dewar  <dewar@adacore.com>
7577
7578         * sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ
7579         * sinfo.ads, sinfo.adb (From_At_End): New flag
7580
7581 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7582
7583         * sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on
7584         operations that have an interface parameter.
7585         (Analyze_Subprogram_Body): Set Is_Trivial_Subprogram flag
7586         Don't treat No_Return call as raise.
7587
7588         * sem_disp.adb (Check_Dispatching_Operations): apply check for
7589         non-primitive interface primitives to access parameters, not to all
7590         parameters of an access type.
7591
7592 2008-03-26  Ed Schonberg  <schonberg@adacore.com>
7593
7594         * sem_ch7.adb (Install_Parent_Private_Declarations): If the private
7595         declarations of a parent unit are made visible when compiling a child
7596         instance, the parent is not a hidden open scope, even though it may
7597         contain other pending instance.
7598
7599         * sem_ch8.adb (Restore_Scope_Stack): If an entry on the stack is a
7600         hidden open scope for some child instance, it does affect the
7601         visibility status of other stach entries.
7602         (Analyze_Object_Renaming): Check that a class-wide object cannot be
7603         renamed as an object of a specific type.
7604
7605 2008-03-26  Robert Dewar  <dewar@adacore.com>
7606
7607         * sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite
7608         recursion and raise SE directly.
7609         (Resolve_Actuals): Reset Never_Set_In_Source if warnings off is
7610         set for formal type for IN mode parameter.
7611
7612 2008-03-26  Robert Dewar  <dewar@adacore.com>
7613
7614         * sem_warn.ads, sem_warn.adb (Warnings_Off_Pragmas): New table
7615         (Initialize): New procedure
7616         (Output_Warnings_Off_Warnings): New procedure
7617         (Check_References): Suppress certain msgs if Is_Trivial_Subprogram
7618         (Output_Non_Modifed_In_Out_Warnings): Ditto
7619         (Warn_On_Unreferenced_Entity): Ditto
7620
7621 2008-03-26  Vincent Celier  <celier@adacore.com>
7622
7623         * a-direct.adb (Start_Search): Raise Use_Error if the directory is not
7624         readable.
7625
7626 2008-03-26  Matthew Heaney  <heaney@adacore.com>
7627
7628         * a-ciorse.ads, a-cidlli.ads, a-cdlili.ads, a-cihase.ads, a-cohase.ads,
7629         a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-coorse.ads:
7630         Marked with clauses as private, and controlled operations as overriding
7631
7632 2008-03-26  Robert Dewar  <dewar@adacore.com>
7633
7634         * g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognized
7635
7636 2008-03-26  Robert Dewar  <dewar@adacore.com>
7637
7638         * back_end.adb, back_end.ads: Minor reformatting
7639
7640         * bindgen.adb: Minor clarification of comments
7641
7642         * fname.ads: Minor comment fixes
7643
7644         * g-altive.ads, g-catiio.ads, g-trasym.ads, prj.ads,
7645         prj-nmsc.adb, sem_aggr.adb: Minor reformatting
7646
7647         * xeinfo.adb, xnmake.adb, xsinfo.adb, xtreeprs.adb,
7648         xsnames.adb: Remove warnings off pragma no longer needed
7649
7650         * a-catizo.ads, a-calari.ads, a-calfor.adb,
7651         a-calfor.ads: Fix header.
7652
7653 2008-03-26  Tristan Gingold  <gingold@adacore.com>
7654
7655         * init.c: Do not adjust pc for HPARITH on alpha/vms.
7656
7657 2008-03-26  Robert Dewar  <dewar@adacore.com>
7658
7659         * lib-xref.adb: (OK_To_Set_Reference): New function
7660         (Generate_Reference): Don't set referenced from occurrence in Warnings,
7661         Unmodified, or Unreferenced pragma
7662
7663 2008-03-26  Robert Dewar  <dewar@adacore.com>
7664
7665         * alloc.ads: Add entries for Warnings_Off_Pragmas table
7666
7667 2008-03-26  GNAT Script  <nobody@adacore.com>
7668
7669         * Make-lang.in: Makefile automatically updated
7670
7671 2008-03-26  Robert Dewar  <dewar@adacore.com>
7672
7673         * tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
7674         par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
7675         removed, use Chars (Pragma_Identifier (..  instead, adjustments
7676         throughout to accomodate this change.
7677
7678         * s-pooglo.ads, s-pooloc.ads: Minor comment updates
7679
7680         * exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
7681         Einfo.Set_Needs_Debug_Info)
7682
7683 2008-03-26  Robert Dewar  <dewar@adacore.com>
7684
7685         * gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W
7686         Add description for the new gnatstub option '--header-file'
7687         clarification of -gnatwz/-gnatwZ
7688         Add a "Irix-Specific Considerations" section to document the need to
7689         set LD_LIBRARY_PATH when using the default shared runtime library.
7690         Added documentation for both gcov and gprof.
7691
7692         * gnat_rm.texi: Document that pragma Compile_Time_Warning generates
7693         messages that are not suppressed when clients are compiled.
7694         Add documentation of s-pooglo s-pooloc
7695         Document the new GNAT.Serial_Communications API.
7696         Add documentation for 'Old attribute
7697         Add description of pragma Optimize_Alignment
7698
7699         * ug_words: Add entries for -gnatw.w -gnatw.W
7700
7701         * usage.adb: Add line for -gnatw.w (warn on warnings off)
7702
7703 2008-03-25  Eric Botcazou  <ebotcazou@adacore.com>
7704
7705         Revert
7706         2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
7707         PR ada/35186
7708         * decl.c (maybe_pad_type): Avoid padding an integral type when
7709         bumping its alignment is sufficient.
7710
7711 2008-03-25  Arnaud Charlet  <charlet@adacore.com>
7712
7713         * exp_ch6.adb, exp_disp.adb: Update copyright notice.
7714         Fix wrong formatting (lines too long)
7715
7716 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7717
7718         * 9drpc.adb, a-caldel-vms.adb, a-caldel.adb,
7719         a-calend-vms.adb, a-calend.adb, a-calend.ads,
7720         a-calfor.adb, a-chahan.ads, a-chtgke.adb,
7721         a-cihama.ads, a-ciorse.adb, a-clrefi.ads,
7722         a-cohama.ads, a-comlin.ads, a-coorse.adb,
7723         a-crbtgk.adb, a-direct.adb, a-except-2005.adb,
7724         a-except-2005.ads, a-except.adb, a-except.ads,
7725         a-exexda.adb, a-exexpr-gcc.adb, a-exexpr.adb,
7726         a-exextr.adb, a-filico.ads, a-finali.ads,
7727         a-intnam-aix.ads, a-intnam-solaris.ads, a-ngcefu.adb,
7728         a-ngelfu.adb, a-numaux-darwin.adb, a-numeri.ads,
7729         a-sequio.ads, a-strbou.ads, a-strfix.adb,
7730         checks.adb, exp_ch3.adb, exp_ch4.adb,
7731         exp_ch4.ads, exp_ch5.adb, exp_ch6.adb,
7732         exp_ch6.ads, exp_ch7.adb, exp_ch7.ads,
7733         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb,
7734         exp_dbug.ads, exp_disp.adb, exp_dist.adb,
7735         exp_dist.ads, exp_fixd.adb, exp_fixd.ads: Fix comment typos.
7736
7737 2008-03-24  Robert Dewar  <dewar@adacore.com>
7738
7739         * s-tpopsp-posix.adb, s-tpopsp-solaris.adb, s-tpopsp-posix-foreign.adb,
7740         s-tpopsp-lynxos.adb, s-tpopde-vms.ads, s-tpopde-vms.adb,
7741         s-tpopsp-vxworks.adb, s-casi16.adb, s-caun16.adb, s-inmaop.ads,
7742         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-tpinop.adb,
7743         s-tpinop.ads, s-tporft.adb, a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb,
7744         a-crbtgk.ads, a-crbtgk.adb, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
7745         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
7746         a-cgcaso.adb, a-cgaaso.adb, a-ciormu.adb, a-cihase.adb, a-swuwha.ads,
7747         a-rbtgso.ads, a-cgaaso.ads, a-cgaaso.ads, a-ciorma.adb, a-chtgke.ads,
7748         a-chtgke.adb, a-llfzti.ads, a-ztenau.adb, a-ztenau.ads, a-stzhas.ads,
7749         a-szbzha.ads, a-szbzha.adb, a-crdlli.ads, a-crdlli.ads, a-crdlli.adb,
7750         i-forbla-darwin.adb, i-forbla.ads, s-regexp.adb, a-nllrar.ads,
7751         a-nlrear.ads, a-nucoar.ads, a-nurear.ads, i-forlap.ads, s-gearop.adb,
7752         s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb, s-gecola.ads,
7753         s-gerebl.adb, s-gerela.ads, a-swuwha.adb, i-forbla-unimplemented.ads,
7754         double spaced if it fits on one line and otherwise single spaced.
7755
7756 2008-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7757
7758         PR documentation/15479
7759         * Make-lang.in (doc/gnat_ugn.texi) Renamed from ...
7760         (doc/gnat_ugn_unw.texi): ... this, and adjusted.
7761         (doc/gnat_ugn.info): Renamed from ...
7762         (doc/gnat_ugn_unw.info): ... this.
7763         (doc/gnat_ugn.dvi): Renamed from ...
7764         (doc/gnat_ugn_unw.dvi): ... this.
7765         (doc/gnat_ugn.pdf): Renamed from ...
7766         (doc/gnat_ugn_unw.pdf): ... this.
7767         (ADA_INFOFILES, ADA_PDFFILES, ada.install-info, ada.dvi):
7768         Adjusted.
7769         * gnat_ugn.texi (FILE): Hard-code gnat_ugn; set filename
7770         unconditionally to gnat_ugn.info.  Fix cross references to the
7771         GNAT Reference Manual.  Convert links to the GCC, GDB, Emacs,
7772         and GNU make manuals to be proper texinfo links.
7773         * gnat_rm.texi: Fix cross references to the GNAT User's Guide.
7774
7775 2008-03-21  Olivier Hainque  <hainque@adacore.com>
7776
7777         * trans.c (Attribute_to_gnu) <'length>: Compute as (hb < lb)
7778         ? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0).
7779
7780 2008-03-21  Eric Botcazou  <ebotcazou@adacore.com>
7781
7782         * trans.c (addressable_p): Add notes on addressability issues.
7783
7784 2008-03-21  Olivier Hainque  <hainque@adacore.com>
7785             Ed Schonberg  <schonberg@adacore.com>
7786
7787         * trans.c (addressable_p): Accept COND_EXPR when both arms
7788         are addressable.
7789         (gnat_gimplify_expr): Let the gimplifier handle &COND_EXPR.
7790         (call_to_gnu): Do not use name reference in the error message
7791         for a misaligned by_reference_parameter. The actual may be a
7792         general expression.
7793
7794 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
7795
7796         * misc.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
7797
7798 2008-03-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7799
7800         * gnat_rm.texi (Implementation Defined Characteristics)
7801         (Wide_Text_IO, Wide_Wide_Text_IO): Add @var annotations where
7802         appropriate.
7803         * gnat_ugn.texi (Wide Character Encodings, Switches for gnatbind)
7804         (Switches for gnatchop, Installing a library): Likewise.
7805
7806 2008-03-10  Eric Botcazou  <ebotcazou@adacore.com>
7807
7808         * trans.c (emit_range_check): Do not emit the check if the base type
7809         of the expression is the type against which its range must be checked.
7810
7811 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7812
7813         * decl.c (maybe_pad_type): Use value_factor_p.
7814
7815 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7816
7817         * lang.opt (nostdlib): Move around.
7818         * misc.c (gnat_handle_option): Fix formatting.
7819         (gnat_dwarf_name): Move around.
7820         * trans.c (Case_Statement_to_gnu): Fix formatting.
7821         (gnat_to_gnu): Likewise.
7822         * utils.c (aggregate_type_contains_array_p): Likewise.
7823         (create_subprog_decl): Likewise.
7824
7825 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7826
7827         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Do not
7828         bother propagating the TYPE_USER_ALIGN flag when creating a JM type.
7829
7830 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7831
7832         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: Do not force
7833         BIGGEST_ALIGNMENT when capping the alignment of records with
7834         strict alignment and size clause.
7835
7836 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7837
7838         * lang-specs.h: Pass -gnatwa if -Wall is passed.
7839         * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
7840         and -Wuninitialized.
7841         (gnat_post_options): Clear warn_unused_parameter.
7842
7843 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7844
7845         * utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
7846         aligned bit-fields, bumping the alignment of the record type if deemed
7847         profitable.
7848         (value_factor_p): Return false instead of 0.
7849
7850 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7851
7852         * decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Add support
7853         for scalar types with small alignment.
7854
7855 2008-03-08  Eric Botcazou  <ebotcazou@adacore.com>
7856
7857         * trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label
7858         from that of the front-end's end label.
7859         (gnat_gimplify_stmt) <LOOP_STMT>: Set the SLOC of the backward goto
7860         from that of the loop label.
7861
7862 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7863
7864         * decl.c (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Add
7865         comment for the packed array type case.
7866         * utils.c (build_template): Use a loop to strip padding or
7867         containing records for justified modular types.
7868
7869 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7870
7871         * decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously
7872         large alignments specified for types.
7873         (validate_alignment): Minor cleanup.
7874
7875 2008-03-07  Eric Botcazou  <ebotcazou@adacore.com>
7876
7877         * decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.
7878         (gnat_to_gnu_entity) <E_Record_Type>: Try to get a smaller form of
7879         the component for packing, if possible, as well as if a component
7880         size clause is specified.
7881         <E_Record_Subtype>: For an array type used to implement a packed
7882         array, get the component type from the original array type.
7883         Try to get a smaller form of the component for packing, if possible,
7884         as well as if a component size clause is specified.
7885         (round_up_to_align): New function.
7886         (make_packable_type): Add in_record parameter.
7887         For a padding record, preserve the size.  If not in_record and the
7888         size is too large for an integral mode, attempt to shrink the size
7889         by lowering the alignment.
7890         Ditch the padding bits of the last component.
7891         Compute sizes and mode manually, and propagate the RM size.
7892         Return a BLKmode record type if its size has shrunk.
7893         (maybe_pad_type): Use MAX_FIXED_MODE_SIZE instead of BIGGEST_ALIGNMENT.
7894         Use Original_Array_Type to retrieve the type in case of an error.
7895         Adjust call to make_packable_type.
7896         (gnat_to_gnu_field): Likewise.
7897         (concat_id_with_name): Minor tweak.
7898         * trans.c (larger_record_type_p): New predicate.
7899         (call_to_gnu): Compute the nominal type of the object only if the
7900         parameter is by-reference.  Do the conversion actual type -> nominal
7901         type if the nominal type is a larger record.
7902         (gnat_to_gnu): Do not require integral modes on the source type to
7903         avoid the conversion for types with identical names.
7904         (addressable_p): Add gnu_type parameter.  If it is specified, do not
7905         return true if the expression is not addressable in gnu_type.
7906         Adjust recursive calls.
7907         * utils.c (finish_record_type): Remove dead code.
7908
7909 2008-03-05  Eric Botcazou  <ebotcazou@adacore.com>
7910
7911         PR ada/35186
7912         * decl.c (maybe_pad_type): Avoid padding an integral type when
7913         bumping its alignment is sufficient.
7914
7915 2008-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7916
7917         * gnatfind.adb, gnatxref.adb: Fix argument parsing typos.
7918         * s-auxdec-empty.adb, s-auxdec.adb: Fix typos in copyright
7919         statement.
7920         * a-ngcoar.adb, a-ngrear.adb, g-awk.adb, g-debpoo.adb,
7921         gprep.adb, make.adb, makegpr.adb, par-ch6.adb, prj-nmsc.adb,
7922         sem_attr.adb, sem_ch4.adb, sem_ch8.adb: Fix typos in ada source
7923         code output strings.
7924         * sem_type.adb, system-vms-ia64.ads, system-vms.ads,
7925         system-vms_64.ads: Fix typos in ada source code comments.
7926         * sinfo-cn.adb: Remove incomplete sentence.
7927
7928         PR documentation/15479
7929         * gnat_rm.texi, gnat_ugn.texi: Avoid standalone `non' word.
7930
7931 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
7932
7933         PR ada/22255
7934         * s-fileio.adb (Reset): Do not raise Use_Error if mode isn't changed.
7935
7936 2008-02-27  Samuel Tardieu  <sam@rfc1149.net>
7937
7938         PR ada/34799
7939         * sem_ch13.adb (Analyze_Record_Representation_Clause): Check
7940         that underlying type is present.
7941
7942 2008-02-26  Tom Tromey  <tromey@redhat.com>
7943
7944         * misc.c (internal_error_function): Remove test of
7945         USE_MAPPED_LOCATION.
7946         * trans.c (gigi): Remove test of USE_MAPPED_LOCATION.
7947         (Sloc_to_locus): Remove old location code.
7948
7949 2008-02-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7950
7951         * gnat_rm.texi, gnat_ugn.texi: Fix spacing after `e.g.' and
7952         `i.e.' by adding comma or `@:' as appropriate.
7953         * gnat_rm.texi (Pragma Wide_Character_Encoding): Instead of
7954         plain characters `C', use `@samp{C}'.
7955         * gnat_ugn.texi (File Naming Rules, About gnatkr)
7956         (Krunching Method): Likewise.
7957
7958         * gnat_ugn.texi (Conventions): List environment variables and
7959         metasyntactic variables.
7960         (Compiling Programs): Fix notation of metasyntactic variables.
7961         Add @file where appropriate.  Use @file for file extensions,
7962         @samp for strings.
7963         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, use @samp
7964         instead of @file, @env instead of @code.
7965
7966 2008-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7967
7968         PR documentation/15479
7969         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, replace `..'
7970         and `...' with `@dots{}' or `@enddots{}'.
7971
7972         PR documentation/15479
7973         * gnat_rm.texi, gnat_ugn.texi: Where appropriate, add @command,
7974         use @command instead of @code, @option instead of @samp or @code,
7975         @code instead of @var, @samp instead of @file.
7976
7977         PR documentation/15479
7978         * gnat_ugn.texi (Using gnatmake in a Makefile): Do not ignore errors
7979         in Makefile rules, by using `&&' rather than `;'.
7980
7981 2008-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7982
7983         PR documentation/15479
7984         * gnat_ugn.texi: In non-code, avoid space before colon.
7985         (Regular Expressions in gnatfind and gnatxref): Fix indentation.
7986         (Examples of gnatxref Usage): Use @command{vi} instead of
7987         @file{vi}.
7988         (Character Set Control): Do not use @code for UTF-8.
7989         (Validity Checking): Fix typo "NaNs" instead of "NaN's".  Do not
7990         use @code for IEEE.
7991         * gnat_rm.texi (Aggregates with static bounds): Fix typo in code
7992         sample.
7993         * gnat_rm.texi, gnat_ugn.texi: Fix typos.  Bump copyright years.
7994
7995 2008-02-11  Joel Sherrill  <joel.sherrill@oarcorp.com>
7996
7997         PR ada/35143
7998         * env.c: Add __rtems__ to if defined.
7999         * s-osinte-rtems.adb: Add To_Target_Priority.  Fix formatting.
8000         * s-osinte-rtems.ads: Add To_Target_Priority prototype and
8001         PTHREAD_SCOPE_PROCESS/PTHREAD_SCOPE_SYSTEM constants.  Add
8002         pragma Convention as required.
8003         * gsocket.h: Make compile in and out of RTS.
8004         * Makefile.in: Add system-rtems.ads.  Build DEC extensions.
8005         Use g-soccon-rtems.ads.
8006         * g-soccon-rtems.ads, system-rtems.ads: New files.
8007
8008 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8009
8010         PR other/35107
8011         * Make-lang.in (gnat1): Add $(GMPLIBS).
8012
8013 2008-01-26  Eric Botcazou  <ebotcazou@adacore.com>
8014
8015         * decl.c (components_to_record): Improve comment.
8016
8017 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
8018
8019         * decl.c (components_to_record): Do not reuse the empty union type
8020         if there is a representation clause on the record.
8021         * trans.c (addressable_p): Return true for INTEGER_CST.
8022
8023 2008-01-21  Eric Botcazou  <ebotcazou@adacore.com>
8024
8025         * trans.c (gnat_to_gnu) <N_Free_Statement>: Use POINTER_PLUS_EXPR
8026         in pointer arithmetics.
8027         * utils2.c (build_allocator): Likewise.
8028
8029 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
8030
8031         * utils.c (build_function_stub): Properly build the call expression.
8032
8033 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
8034
8035         * decl.c (gnat_to_gnu_entity) <object>: Process renamings
8036         before converting the expression to the type of the object.
8037         * trans.c (maybe_stabilize_reference) <CONSTRUCTOR>: New case.
8038         Stabilize constructors for special wrapping types.
8039
8040 2008-01-13  Eric Botcazou  <ebotcazou@adacore.com>
8041
8042         * trans.c (call_to_gnu): Invoke the addressable_p predicate only
8043         when necessary.  Merge some conditional statements.  Update comments.
8044         Rename unchecked_convert_p local variable to suppress_type_conversion.
8045         Do not suppress conversions in the In case.
8046         (addressable_p) <VIEW_CONVERT_EXPR>: Do not take alignment issues
8047         into account on non strict-alignment platforms.
8048
8049 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
8050
8051         * utils.c (aggregate_type_contains_array_p): New predicate.
8052         (create_field_decl): In a packed record, force byte alignment
8053         for fields without specified position that contain an array.
8054
8055 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
8056
8057         * utils.c (unchecked_convert): Fold the VIEW_CONVERT_EXPR expression.
8058
8059 2008-01-10  John David Anglin  <dave.anglin.@nrc-cnrc.gc.ca>
8060
8061         PR ada/34466
8062         * s-osinte-linux-hppa.ads (SC_NPROCESSORS_ONLN): New constant for
8063         sysconf call.
8064         (bit_field): New packed boolean type used by cpu_set_t.
8065         (cpu_set_t): New type corresponding to the C type with
8066         the same name. Note that on the Ada side we use a bit
8067         field array for the affinity mask. There is not need
8068         for the C macro for setting individual bit.
8069         (pthread_setaffinity_np): New imported routine.
8070
8071 2008-01-03  Tero Koskinen  <tero.koskinen@iki.fi>
8072
8073         PR ada/34647
8074         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
8075         on OpenBSD as is done on other BSD systems.
8076
8077         PR ada/34645
8078         * sysdep.c (__gnat_ttyname, getc_immediate_nowait,
8079         getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
8080         I/O.
8081
8082         PR ada/34644
8083         * env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
8084         clearenv().
8085
8086         PR ada/34646
8087         * init.c (__gnat_error_handler, __gnat_install_handler,
8088         __gnat_init_float): Define for OpenBSD.
8089
8090         * initialize.c (__gnat_initialize): Define for OpenBSD.
8091
8092 2007-12-27  Samuel Tardieu  <sam@rfc1149.net>
8093
8094         PR ada/34553
8095         * adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
8096         instead of mktemp() or tmpnam() on NetBSD.
8097
8098 2007-12-23  Eric Botcazou  <ebotcazou@adacore.com>
8099
8100         * trans.c (call_to_gnu): Make the temporary for non-addressable
8101         In parameters passed by reference.
8102         (addressable_p): Return true for STRING_CST and CALL_EXPR.
8103
8104 2007-12-19  Robert Dewar  <dewar@adacore.com>
8105
8106         * g-expect-vms.adb, g-expect.adb, s-poosiz.adb:
8107         Add pragma Warnings (Off) for unassigned IN OUT arguments
8108
8109         * sem_warn.adb (Output_Reference): Suppress messages for internal names
8110         (Check_References): Extensive changes to tune up warnings
8111         (Output_Non_Modifed_In_Out_Warnings): Changes to tune up warnings
8112         (Has_Pragma_Unmodifed_Check_Spec): New function
8113         (Check_References): Implement pragma Unmodified
8114         (Warn_On_Unassigned_Out_Parameter): Implement pragma Unmodified
8115
8116         * par-prag.adb: Dummy entry for pragma Unmodified
8117
8118         * sem_prag.adb: Implement pragma Unmodified
8119
8120         * einfo.ads, einfo.adb: (Has_Pragma_Unmodified): New flag
8121         (Proc_Next_Component_Or_Discriminant): Fix typo.
8122         Update comments.
8123
8124         * sem_util.adb (Note_Possible_Modification): Add processinng for pragma
8125         Unmodified.
8126         (Reset_Analyzed_Flags): Use Traverse_Proc instead of Traverse_Func,
8127         because the former already takes care of discarding the result.
8128         (Mark_Coextensions): Remove ununused initial value from Is_Dynamic.
8129         Add comment.
8130
8131         * snames.h, snames.ads, snames.adb: Add entry for pragma Unmodified
8132
8133 2007-12-19  Eric Botcazou  <ebotcazou@adacore.com>
8134
8135         * targparm.adb, targparm.ads, system.ads, system-darwin-ppc.ads,
8136         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
8137         system-hpux-ia64.ads, system-vxworks-arm.ads, system-darwin-x86.ads,
8138         system-vms_64.ads, system-vms-ia64.ads, system-linux-ia64.ads,
8139         system-freebsd-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
8140         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
8141         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
8142         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
8143         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
8144         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads
8145         (Dynamic_Trampolines_Used): Delete.
8146
8147         * system-lynxos-x86.ads, system-lynxos-ppc.ads: Ditto.
8148         Turn on stack probing mechanism on LynxOS.
8149
8150 2007-12-19  Bob Duff  <duff@adacore.com>
8151
8152         * atree.ads, atree.adb (Traverse_Func): Walk Field2 last, and eliminate
8153         the resulting tail recursion by hand. This prevents running out of
8154         memory on deeply nested concatenations, since Field2 is where the left
8155         operand of concatenations is stored.
8156         Fix bug (was returning OK_Orig in some cases). Fix return subtype to
8157         clarify that it can only return OK or Abandon.
8158
8159         * sem_res.adb (Resolve_Op_Concat): Replace the recursion on the left
8160         operand by iteration, in order to avoid running out of memory on
8161         deeply-nested concatenations. Use the Parent pointer to get back up the
8162         tree.
8163         (Resolve_Op_Concat_Arg, Resolve_Op_Concat_First,
8164          Resolve_Op_Concat_Rest): New procedures split out of
8165         Resolve_Op_Concat, so the iterative algorithm in Resolve_Op_Concat is
8166         clearer.
8167
8168         * checks.adb (Remove_Checks): Use Traverse_Proc instead of
8169         Traverse_Func, because the former already takes care of discarding the
8170         result.
8171
8172         * errout.adb (First_Node): Use Traverse_Proc instead of Traverse_Func,
8173         because the former already takes care of discarding the result.
8174         (Remove_Warning_Messages): Use appropriate subtype for Status and
8175         Discard
8176
8177 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
8178
8179         * exp_aggr.adb (Not_OK_For_Backend): A component of a private type with
8180         discriminants forces expansion of the aggregate into assignments.
8181         (Init_Record_Controller):  If the type of the aggregate is untagged and
8182         is not inherently limited, the record controller is not limited either.
8183
8184 2007-12-19  Robert Dewar  <dewar@adacore.com>
8185
8186         * exp_attr.adb (Expand_N_Attribute_Reference, case Size): Fix error in
8187         handling compile time known size of record or array (case of front end
8188         layout active, e.g. in GNAAMP).
8189
8190 2007-12-19  Javier Miranda  <miranda@adacore.com>
8191
8192         * exp_ch3.adb (Expand_N_Object_Declaration): Complete the circuitry
8193         that forces the construction of static dispatch tables in case of
8194         record subtypes.
8195
8196 2007-12-19  Robert Dewar  <dewar@adacore.com>
8197
8198         * exp_ch9.adb (Null_Statements): Moved to library level
8199         (Trivial_Accept_OK): New function
8200         (Expand_Accept_Declaration): Use Trivial_Accept_OK
8201         (Expand_N_Accept_Statement): Use Trivial_Accept_OK
8202
8203 2007-12-19  Robert Dewar  <dewar@adacore.com>
8204
8205         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): Fix packed array type
8206         in complex case where array is Volatile.
8207
8208 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
8209
8210         * freeze.adb (Freeze_Record_Type, Check_Current_Instance): Implement
8211         properly the Ada2005 rules concerning when the current instance of a
8212         record type is aliased.
8213
8214 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
8215
8216         * par-ch3.adb (P_Record_Declaration): Guard against cascaded errors in
8217         mangled declaration
8218         (P_Type_Declaration): Diagnose misuse of "abstract" in untagged record
8219         declarations.
8220         (P_Variant_Part): Cleaner patch for parenthesized discriminant
8221
8222 2007-12-19  Vincent Celier  <celier@adacore.com>
8223
8224         * prj-attr.adb (Package_Node_Id_Of): Returns Unknown_Package when
8225         package is not known
8226
8227         * prj-attr.ads (Unknown_Package): New constant
8228         Do not crash when an unknown package is in several projects
8229
8230         * prj-dect.adb (Parse_Package_Declaration): Mark an unknown package as
8231         ignored
8232
8233         * prj-nmsc.adb (Check): Remove obsolete code related to no longer
8234         existing package Language_Processing.
8235
8236 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
8237             Gary Dismukes  <dismukes@adacore.com>
8238             Samuel Tardieu  <sam@rfc1149.net>
8239
8240         PR ada/15803, ada/15805
8241         * sem_ch6.adb, sem_ch3.adb (Constrain_Access): In Ada2005, diagnose
8242         illegal access subtypes when there is a constrained partial view.
8243         (Check_For_Premature_Usage): New procedure inside
8244         Access_Subprogram_Declaration for checking that an access-to-subprogram
8245         type doesn't reference its own name within any formal parameters or
8246         result type (including within nested anonymous access types).
8247         (Access_Subprogram_Declaration): Add call to Check_For_Premature_Usage.
8248         (Sem_Ch3.Analyze_Object_Declaration, Sem_ch6.Process_Formals): if the
8249         context is an access_to_variable, the expression cannot be an
8250         access_to_constant.
8251
8252 2007-12-19  Bob Duff  <duff@adacore.com>
8253
8254         * sem_ch4.adb (Analyze_Concatenation_Rest): New procedure.
8255         (Analyze_Concatenation): Use iteration instead of recursion in order
8256         to avoid running out of stack space for deeply nested concatenations.
8257
8258 2007-12-19  Ed Schonberg  <schonberg@adacore.com>
8259             Gary Dismukes  <dismukes@adacore.com>
8260
8261         * sem_ch8.adb (Analyze_Subprogram_Renaming): Diagnose illegal renamings
8262         whose renamed entity is a subprogram that requires overriding.
8263         (Premature_Usage): Test for the case of N_Full_Type_Declaration when
8264         issuing an error for premature usage and issue a message that says
8265         'type' rather than 'object'.
8266
8267 2007-12-19  Gary Dismukes  <dismukes@adacore.com>
8268
8269         PR ada/34149
8270         * sem_disp.adb (Check_Dispatching_Call): Augment existing test for
8271         presence of a statically tagged operand (Present (Static_Tag)) with
8272         test for Indeterm_Ancestor_Call when determining whether to propagate
8273         the static tag to tag-indeterminate operands (which forces dispatching
8274         on such calls).
8275         (Check_Controlling_Formals): Ada2005, access parameters can have
8276         defaults.
8277         (Add_Dispatching_Operation, Check_Operation_From_Private_View): do
8278         not insert subprogram in list of primitive operations if already there.
8279
8280 2007-12-19  Tristan Gingold  <gingold@adacore.com>
8281
8282         * utils.c (create_var_decl_1): call rest_of_decl_compilation only for
8283         global variable.
8284
8285 2007-12-19  Thomas Quinot  <quinot@adacore.com>
8286
8287         Part of PR ada/33688
8288         * gen-soccon.c: Add constant IP_PKTINFO to allow getting ancillary
8289         datagram info on Linux.
8290
8291 2007-12-19  Vincent Celier  <celier@adacore.com>
8292
8293         * makegpr.adb (Check_Compilation_Needed): Normalize C_Source_Path so
8294         that the source path name is always found in the dependencies.
8295
8296 2007-12-19  Robert Dewar  <dewar@adacore.com>
8297
8298         * gnat_rm.texi, gnat_ugn.texi: Update documentation of -gnatw.o
8299         Fix name of Wide_Wide_Latin_1/9 file names
8300         Add documentation for Ada.Exceptions.Last_Chance_Handler (a-elchha.ads)
8301         Add missing documentation for Ada.Wide_[Wide_]Characters.Unicode
8302         Add missing documentation for Ada.Command_Line.Response_File
8303         Update list of warning letters for Warnings pragma
8304         Add documentation for pragma Unmodified
8305
8306 2007-12-19  Samuel Tardieu  <sam@rfc1149.net>
8307
8308         * Makefile.in: Add s-tasinf.ad[bs] substitutions for sh4-linux target.
8309
8310 2007-12-17  Arnaud Charlet  <charlet@adacore.com>
8311
8312         * s-vxwork-alpha.ads: Removed, no longer used.
8313
8314 2007-12-15  Jakub Jelinek  <jakub@redhat.com>
8315
8316         * Make-lang.in (gnat1, gnatbind): Pass ALL_CFLAGS on the link line.
8317
8318 2007-12-13  Samuel Tardieu  <sam@rfc1149.net>
8319
8320         PR ada/34360
8321         * Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
8322         mlib-tgt-specific.adb.
8323
8324 2007-12-13  Bob Duff  <duff@adacore.com>
8325
8326         * trans.c (Attribute_to_gnu): Check for violations of the
8327         No_Implicit_Dynamic_Code restriction. This checking used to be done in
8328         the front end, but is moved here so we can make it more accurate.
8329
8330 2007-12-13  Pascal Obry  <obry@adacore.com>
8331
8332         * adaint.c (__gnat_pthread_setaffinity_np): New routine. A dummy
8333          version is provided for older GNU/Linux distribution not
8334          supporting thread affinity sets.
8335
8336         * s-osinte-linux.ads (SC_NPROCESSORS_ONLN): New constant for sysconf
8337         call.
8338         (bit_field): New packed boolean type used by cpu_set_t.
8339         (cpu_set_t): New type corresponding to the C type with
8340         the same name. Note that on the Ada side we use a bit
8341         field array for the affinity mask. There is not need
8342         for the C macro for setting individual bit.
8343         (pthread_setaffinity_np): New imported routine.
8344
8345         * s-taprop-linux.adb (Enter_Task): Check that the CPU affinity mask is
8346         no null.
8347         (Create_Task): Set the processor affinity mask if information
8348         is present.
8349
8350         * s-tasinf-linux.ads, s-tasinf-linux.adb: New files.
8351
8352 2007-12-13  Robert Dewar  <dewar@adacore.com>
8353
8354         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
8355         s-osinte-freebsd.ads, s-osinte-lynxos.ads, s-osinte-tru64.ads,
8356         s-osinte-mingw.ads, s-osinte-aix.ads, s-osinte-hpux-dce.ads,
8357         s-osinte-irix.ads, s-osinte-solaris.ads, s-intman-vms.adb,
8358         s-osinte-vms.ads, s-osinte-vxworks6.ads, s-osinte-vxworks.ads,
8359         s-auxdec.ads, s-auxdec-vms_64.ads, s-osinte-darwin.ads,
8360         s-taprop-vms.adb, s-interr-sigaction.adb, s-osinte-linux-hppa.ads,
8361         i-vxwork-x86.ads, s-tpopde-vms.ads: Add missing pragma Convention C
8362         for subprogram pointers.
8363
8364         * g-ctrl_c.adb: New file.
8365
8366         * g-ctrl_c.ads (Install_Handler): New body.
8367
8368         * freeze.adb (Freeze_Subprogram): Use new flag Has_Pragma_Inline_Always
8369         instead of obsolete function Is_Always_Inlined.
8370         (Freeze_Entity): check for tagged type in imported C subprogram
8371         (Freeze_Entity): check for 8-bit boolean in imported C subprogram
8372         (Freeze_Entity): check for convention Ada subprogram pointer in
8373         imported C subprogram.
8374         (Freeze_Fixed_Point_Type): In the case of a base type where the low
8375         bound would be chopped off and go from negative to zero, force
8376         Loval_Excl_EP to be the same as Loval_Incl_EP (the included lower
8377         bound) so that the size computation for the base type will take
8378         negative values into account.
8379
8380 2007-12-13  Eric Botcazou  <ebotcazou@adacore.com>
8381             Bob Duff  <duff@adacore.com>
8382             Tristan Gingold  <gingold@adacore.com>
8383
8384         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
8385         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
8386         system-aix.ads, system-vxworks-sparcv9.ads, system-solaris-x86.ads,
8387         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
8388         system-vxworks-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
8389         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
8390         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
8391         system-vxworks-arm.ads, system-darwin-x86.ads, system.ads,
8392         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
8393         system-linux-ppc.ads, system-linux-hppa.ads, system-hpux-ia64.ads,
8394         system-vms-ia64.ads (Stack_Check_Limits): New target parameter.
8395         (Always_Compatible_Rep): New flag to control trampolines globally.
8396         (Dynamic_Trampolines_Used): New flag for implementing the
8397         No_Implicit_Dynamic_Code restriction more correctly (not yet used,
8398         and not yet set correctly for some targets).
8399
8400         * s-taprop-vxworks.adb: Use stack limit method of stack checking.
8401         Simply indirectly call s-stchop when a task is created.
8402
8403         * ali.ads:
8404         New flag added: Stack_Check_Switch_Set which is set when '-fstack-check'
8405         appears as an argument (entries A) in an ALI file.
8406
8407         * fe.h (Stack_Check_Limits): Declare new target parameter.
8408         (Check_Implicit_Dynamic_Code_Allowed): New procedure.
8409
8410         * init.c: Declare __gnat_set_stack_limit_hook for VxWorks kernel RTS.
8411         This variable is declared in C to be sure not subject to elaboration
8412         code.
8413         (__gnat_map_signal, VxWorks): In kernel mode, map SIGILL to
8414         Storage_Error.
8415
8416         * targparm.ads, targparm.adb (Stack_Check_Limits): New parameter.
8417         (Always_Compatible_Rep, Dynamic_Trampolines_Used): New parameters.
8418
8419         * s-stchop.ads: Add comments.
8420
8421         * s-stchop-vxworks.adb: Package almost fully rewritten to use stack
8422         limit method of stack checking.
8423
8424         * s-stchop-limit.ads: New file.
8425
8426 2007-12-13  Robert Dewar  <dewar@adacore.com>
8427
8428         * sem_ch5.adb, s-taskin.adb, a-ciorma.adb, a-coorma.adb, a-cohama.adb,
8429         a-cihama.adb, g-awk.adb,
8430         s-inmaop-posix.adb: Update handling of assigned value/unreferenced
8431         warnings
8432
8433         * exp_smem.adb: Update handling of assigned value/unreferenced warnings
8434
8435         * sem.adb: Update handling of assigned value/unreferenced warnings
8436
8437         * a-exexpr-gcc.adb: Add a pragma warnings off for boolean return
8438
8439         * lib-xref.ads: Improve documentation for k xref type
8440
8441         * lib-xref.adb:
8442         Update handling of assigned value/unreferenced warnings
8443         (Generate_Reference): Warning for reference to entity for which a
8444         pragma Unreferenced has been given should be unconditional.
8445         If the entity is a discriminal, mark the original
8446         discriminant as referenced.
8447
8448         * sem_warn.ads, sem_warn.adb
8449         (Check_One_Unit): Test Renamed_In_Spec to control giving warning for
8450         no entities referenced in package
8451         (Check_One_Unit): Don't give message about no entities referenced in
8452         a package if a pragma Unreferenced has appeared.
8453         Handle new warning flag -gnatw.a/-gnatw.A
8454         Update handling of assigned value/unreferenced warnings
8455
8456         * atree.h: Add flags up to Flag247
8457         (Flag231): New macro.
8458
8459 2007-12-13  Jose Ruiz  <ruiz@adacore.com>
8460
8461         * adaint.h: (__gnat_plist_init): Not defined for RTX.
8462
8463         * initialize.c (__gnat_initialize): Do not call __gnat_plist_init for
8464         RTX systems.
8465
8466         * Makefile.in: Add new files s-tasinf-linux.ads and s-tasinf-linux.adb.
8467         (LIBGNAT_TARGET_PAIRS, MISCLIB, THREADSLIB,
8468         EXTRA_GNATRTL_NONTASKING_OBJS, EXTRA_GNATRTL_TASKING_OBJS,
8469         GNATLIB_SHARED for RTX run time): Use the versions required by RTX.
8470
8471         * mingw32.h:
8472         Do not define GNAT_UNICODE_SUPPORT for RTX since it is not supported.
8473
8474         * sysdep.c (winflush_function for RTX): Procedure that does nothing
8475         since we only have problems with Windows 95/98, which are not
8476         supported by RTX.
8477         (__gnat_ttyname): Return the empty string on Nucleus, just as
8478         done on vxworks.
8479
8480 2007-12-13  Robert Dewar  <dewar@adacore.com>
8481
8482         * a-textio.adb, a-textio.ads:
8483         Extensive changes to private part for wide character encoding
8484
8485         * a-witeio.adb, a-witeio.ads, a-ztexio.ads, a-ztexio.adb
8486         (Look_Ahead): Fix mishandling of encoded sequences
8487         Move declaration of Wch_Con to private part (should not be visible)
8488
8489         * ali.adb (Scan_ALI): Set default encoding method to brackets instead of
8490         UTF-8. Probably this is never used, but if it is, brackets is
8491         clearly correct.
8492
8493         * bindgen.adb (Get_WC_Encoding): New procedure to properly handle
8494         setting wide character encoding for no main program case and when
8495         encoding is specified using -W?
8496         Initialize stack limit of environment task if stack limit method of
8497         stack checking is enabled.
8498         (Gen_Adainit_Ada): Use Get_WC_Encoding to output encoding method
8499         (Gen_Adainit_C): Use Get_WC_Encoding to output encoding method
8500         (Get_Main_Unit_Name): New function.
8501         (Gen_Adainit_Ada): Add call to main program for .NET when needed.
8502         (Gen_Output_File): Set Bind_Main_Program to True for .NET
8503
8504         * bindusg.adb: Add line for -Wx switch
8505
8506         * s-wchcon.adb, s-wchcon.ads: (Is_Start_Of_Encoding): New function
8507         Add comments
8508         Add new useful constant WC_Longest_Sequences
8509
8510         * switch-b.adb: Clean up handling of -Wx switch
8511         For -gnatWx, set Wide_Character_Encoding_Method_Specified
8512
8513         * switch-c.adb: -gnatg activates warning on assertion errors
8514         For -gnatWx, set Wide_Character_Encoding_Method_Specified
8515
8516         * s-wchcon.adb: (Is_Start_Of_Encoding): New function
8517
8518 2007-12-13  Robert Dewar  <dewar@adacore.com>
8519             Ed Schonberg  <schonberg@adacore.com>
8520
8521         * a-ngcoty.adb: New pragma Fast_Math
8522
8523         * opt.adb: New pragma Fast_Math
8524
8525         * par-prag.adb:
8526         Add Implemented_By_Entry to the list of pragmas which do not require any
8527         special processing.
8528         (Favor_Top_Level): New pragma.
8529         New pragma Fast_Math
8530
8531         * exp_attr.adb: Move Wide_[Wide_]Image routines to Exp_Imgv
8532         (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
8533         Expand_Allocator_Expression): Take into account VM_Target
8534         (Expand_Attribute, case 'Identity):  Handle properly the case where
8535         the prefix is a task interface.
8536         New pragma Fast_Math
8537
8538         * par.adb (Next_Token_Is): New function
8539         (P_Pragma): Add Skipping parameter
8540         (U_Left_Paren): New procedure
8541         (U_Right_Paren): New procedure
8542         New pragma Fast_Math
8543
8544         * par-ch10.adb (P_Subunit): Unconditional msg for missing ) after
8545         subunit
8546         New pragma Fast_Math
8547
8548         * sem_prag.adb: Add significance value to table Sig_Flag for pragma
8549         Implemented_By_Entry.
8550         (Analyze_Pragma): Add case for Ada 2005 pragma Implemented_By_Entry.
8551         (Set_Inline_Flags): Do not try to link pragma Inline onto chain of rep
8552         items, since it can apply to more than one overloadable entity. Set
8553         new flag Has_Pragma_Inline_Always for Inline_Always case.
8554         (Analyze_Pragma, case Complex_Representation): Improve error message.
8555         (Analyze_Pragma, case Assert): When assertions are disabled build the
8556         rewritten code with Sloc of expression rather than pragma, so new
8557         warning about failing is not deleted.
8558         (Analyze_Pragma): Allow pragma Preelaborable_Initialization to apply to
8559         protected types and update error message to reflect that. Test whether
8560         the protected type is allowed for the pragma (an error is issued if the
8561         type has any entries, or components that do not have preelaborable
8562         initialization).
8563         New pragma Fast_Math
8564         (Analyze_Pragma, case No_Return): Handle generic instance
8565
8566         * snames.h, snames.ads, snames.adb:
8567         Add new predefined name for interface primitive _Disp_Requeue.
8568         New pragma Fast_Math
8569
8570         * a-tags.ads, a-tags.adb: New calling sequence for
8571         String_To_Wide_[Wide_]String
8572         (Secondary_Tag): New subprogram.
8573
8574         * exp_imgv.ads, exp_imgv.adb: Move Wide_[Wide_]Image routines here
8575         from Exp_Attr
8576         New calling sequence for String_To_Wide_[Wide_]String
8577         (Expand_Image_Attribute): Major rewrite. New calling sequence avoids
8578         the use of the secondary stack for image routines.
8579
8580         * a-except-2005.adb, s-wchstw.ads, s-wchstw.adb, s-wwdenu.adb: New
8581         calling sequence for String_To_Wide_[Wide_]String
8582
8583         * par-ch3.adb (P_Declarative_Items): Recognize use of Overriding in
8584         Ada 95 mode
8585         (P_Unknown_Discriminant_Part_Opt): Handle missing parens gracefully
8586         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8587
8588         * par-ch6.adb (P_Subprogram): Recognize use of Overriding in Ada 95 mode
8589         (P_Formal_Part): Use Skipping parameter in P_Pragma call
8590         to improve error recovery
8591
8592         * par-util.adb (Next_Token_Is): New function
8593         (Signal_Bad_Attribute): Use new Namet.Is_Bad_Spelling_Of function
8594
8595         * par-ch2.adb (Skip_Pragma_Semicolon): Do not resynchronize to
8596         semicolon if missing
8597         (P_Pragma): Implement new Skipping parameter
8598         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8599         Fix location of flag for unrecognized pragma message
8600
8601         * par-tchk.adb (U_Left_Paren): New procedure
8602         (U_Right_Paren): New procedure
8603
8604 2007-12-13  Geert Bosch  <bosch@adacore.com>
8605
8606         * a-tifiio.adb:
8607         (Put_Int64): Use Put_Digit to advance Pos. This fixes a case where
8608         the second or later Scaled_Divide would omit leading zeroes,
8609         resulting in too few digits produced and a Layout_Error as result.
8610         (Put): Initialize Pos.
8611
8612 2007-12-13  Robert Dewar  <dewar@adacore.com>
8613
8614         atree.ads, atree.adb (Flag231..Flag247): New functions
8615         (Set_Flag231..Set_Flag247): New procedures
8616         (Basic_Set_Convention): Rename Set_Convention to be
8617         Basic_Set_Convention
8618         (Nkind_In): New functions
8619         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8620
8621         * exp_ch6.adb (Expand_Call): Use new flag Has_Pragma_Inline_Always
8622         instead
8623          of obsolete function Is_Always_Inlined
8624         (Register_Predefined_DT_Entry): Initialize slots of the second
8625         secondary dispatch table.
8626         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8627         (Expand_N_Function_Call): Remove special provision for stack checking.
8628
8629         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
8630         Include _Disp_Requeue in the list of predefined operations.
8631         (Find_Interface_ADT): Modified to fulfill the new specification.
8632         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8633
8634         * par-ch4.adb, nlists.ads, nlists.adb:
8635         Remove Atree.Delete_Tree/Delete_Node and Nlist.Delete_List
8636
8637         * sinfo.ads, sinfo.adb: (Nkind_In): New functions
8638         Fix location of flag for unrecognized pragma message
8639
8640         * sem_ch7.adb: Use Nkind_In
8641
8642 2007-12-13  Vincent Celier  <celier@adacore.com>
8643
8644         * opt.ads:
8645         Indicate what flags are used by the Project Manager, gprbuild and
8646         gprclean.
8647         (Opt.Follow_Links_For_Dirs): New flag
8648         (Warn_On_Assertion_Failure): New flag
8649         (Wide_Character_Encoding_Method_Specified): New flag
8650         (Suppress_All_Inlining): New switch set by -fno-inline
8651         (Real_VMS_Target): New flag
8652         New pragma Fast_Math
8653
8654 2007-12-13  Robert Dewar  <dewar@adacore.com>
8655
8656         * back_end.adb: Recognize -fno-inline
8657
8658 2007-12-13  Robert Dewar  <dewar@adacore.com>
8659
8660         * checks.adb: Fix optimization problem with short-circuited form
8661
8662 2007-12-13  Bob Duff  <duff@adacore.com>
8663
8664         * clean.adb (Usage): Add line for -aP
8665         (Check_Version_And_Help): Change Check_Version_And_Help to be generic,
8666         with a parameter "procedure Usage", instead of passing a pointer to a
8667         procedure. This is to eliminate trampolines (since the Usage procedure
8668         is often nested in a main procedure, and it would be inconvenient to
8669         unnest it).
8670
8671         * g-comlin.adb (For_Each_Simple_Switch): Change For_Each_Simple_Switch
8672         to be generic, with a parameter "procedure Callback (...)", instead of
8673         passing a pointer to a procedure. This is to eliminate trampolines
8674         (since the Callback procedure is usually nested).
8675
8676         * gnatfind.adb, switch.adb, switch.ads, gnatlink.adb, gnatls.adb,
8677         gnatname.adb, gnatxref.adb, gnatchop.adb, gprep.adb, gnatbind.adb
8678         (Check_Version_And_Help): Change Check_Version_And_Help to be generic.
8679
8680         * g-pehage.adb (Compute_Edges_And_Vertices, Build_Identical_Key_Sets):
8681         Use the generic Heap_Sort_G instead of Heap_Sort_A.
8682
8683 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8684
8685         * einfo.ads, einfo.adb: Flag 232 is now Implemented_By_Entry.
8686         (Implemented_By_Entry, Set_Implemented_By_Entry): New routines.
8687         (Write_Entry_Flags): Add an entry for Implemented_By_Entry.
8688         (Renamed_In_Spec): New flag
8689         (Has_Pragma_Inline_Always): New flag
8690         Add missing doc for pragma Obsolescent_Warning
8691         Add missing doc for 17 additional unused flags (230-247)
8692         (Is_Derived_Type): Remove condition "not Is_Generic_Type".
8693         Alphabetize with clauses.
8694         Separate Is_Thunk and Has_Thunks flags
8695         (Write_Entity_Flags): Add forgotten entry for Has_Thunks
8696         (Related_Interface): Renamed to Related_Type.
8697         (Has_Thunks/Set_Has_Thunks): Subprograms of new attribute.
8698         (Set_Is_Flag): Restrict the assertion.
8699
8700 2007-12-13  Vincent Celier  <celier@adacore.com>
8701
8702         * errout.adb (Output_Source_Line): Do not keep a trailing space after
8703         the source line number if the source line is empty.
8704
8705 2007-12-13  Geert Bosch  <bosch@adacore.com>
8706
8707         * eval_fat.adb (Decompose_Int): Handle argument of zero.
8708         (Compose): Remove special casing of zero.
8709         (Exponent): Likewise.
8710         (Fraction): Likewise.
8711         (Machine): Likewise.
8712         (Decompose): Update comment.
8713
8714 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8715
8716         * exp_aggr.adb (Build_Record_Aggr_Code): If there is an aggregate for a
8717         limited ancestor part, initialize controllers of enclosing record
8718         before expanding ancestor aggregate.
8719         (Gen_Assign): If a component of the aggregate is box-initialized, add
8720         code to call Initialize if the component is controlled, and explicit
8721         assignment of null if the component is an access type.
8722
8723         Handle properly aggregates for limited types that appear in object
8724         declarations when the aggregate contains controlled values such as
8725         protected types.
8726         When expanding limited aggregates into individual components, do not
8727         call Adjust on controlled components that are limited.
8728
8729 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
8730
8731         * expander.adb: Take into account N_Subprogram_Renaming_Declaration
8732
8733 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8734
8735         * exp_ch3.adb (Predefined_Primitive_Bodies): Generate the body of
8736         predefined primitive _Disp_Requeue.
8737         (Make_Predefined_Primitive_Specs): Create the spec for predefined
8738         primitive _Disp_Requeue.
8739         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): Set the
8740         type of formal Renamed_Eq to Entity_Id (instead of Node_Id).
8741         (Make_Predefined_Primitive_Specs): Spec of "=" needed if the parent is
8742         an interface type. In case of limited interfaces we now declare all the
8743         predefined primitives associated with synchronized interfaces as
8744         abstract.
8745         (Predef_Spec_Or_Body): For interface types generate abstract subprogram
8746         declarations.
8747         (Predefined_Primitive_Bodies): Add body of "=" if the parent of the
8748         tagged type is an interface type and there is no user-defined equality
8749         function.
8750         Add also bodies of predefined primitives associated with synchronized
8751         interfaces.
8752         (Freeze_Record_Type): Do not build bodies of predefined primitives of
8753         interface types because they are now defined abstract.
8754         Add missing documentation.
8755         (Expand_Record_Controller): Update occurrence of Related_Interface
8756         to Related_Type.
8757         (Build_Offset_To_Top_Functions): Do nothing in case of VM.
8758         (Expand_N_Object_Declaration): Take into account VM_Target when handling
8759         class wide interface object declaration.
8760         (Expand_Previous_Access_Type): Do not create a duplicate master entity
8761         if the access type already has one.
8762         (Expand_N_Object_Declaration): Defend against attempt to validity check
8763         generic types. Noticed for -gnatVcf specified with previous errors.
8764
8765 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
8766
8767         * exp_ch4.adb (Expand_N_Attribute_Reference, Displace_Allocator_Pointer,
8768         Expand_Allocator_Expression): Take into account VM_Target
8769
8770         * exp_ch5.adb (Expand_N_Extended_Return_Statement): Do not use
8771         secondary stack when VM_Target /= No_VM
8772
8773 2007-12-13  Javier Miranda  <miranda@adacore.com>
8774             Ed Schonberg  <schonberg@adacore.com>
8775
8776         * exp_ch7.adb (Expand_N_Package_Body): Replace occurrence of attribute
8777         Is_Complation_Unit by Is_Library_Level_Entity in the code
8778         that decides if the static dispatch tables need to be built.
8779         (Wrap_Transient_Declaration): Do not generate a finalization call if
8780         this is a renaming declaration and the renamed object is a component
8781         of a controlled type.
8782
8783 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
8784
8785         * exp_ch8.ads, exp_ch8.adb (Expand_N_Subprogram_Renaming_Declaration):
8786         In the case where the renamed subprogram is a dereference, call
8787         Force_Evaluation on the prefix.
8788
8789 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8790             Ed Schonberg  <schonberg@adacore.com>
8791
8792         * exp_ch9.adb (Expand_N_Asynchronous_Select,
8793         Expand_N_Conditional_Entry_Call, Expand_N_Timed_Entry_Call): Code and
8794         comment reformatting.
8795         (Set_Privals): Inherit aliased flag from formal. From code reading.
8796         (Build_Simple_Entry_Call): Out parameters of an access type are passed
8797         by copy and initialized from the actual. This includes entry parameters.
8798         (Expand_N_Requeue_Statement): Reimplement in order to handle both Ada 95
8799         and Ada 2005 models of requeue.
8800         (Null_Statements): Still connsider do-end block null if it contains
8801         Unreferenced and Warnings pragmas.
8802         (Expand_N_Accept_Statement): Do not optimize away null do end if
8803         dispatching policy is other than defaulted.
8804         (Expand_N_Timed_Entry_Call): When the triggering statement is a
8805         dispatching call, manually analyze the delay statement.
8806         (Find_Parameter_Type): Move subprogram to Sem_Util.
8807
8808 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
8809             Javier Miranda  <miranda@adacore.com>
8810
8811         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Primitive
8812         _Disp_Requeue occupies dispatch table slot number 15. Move
8813         _Disp_Timed_Select to slot 16.
8814         (Make_Disp_Requeue_Body, Make_Disp_Requeue_Spec): New routines which
8815         generate the spec and body of _Disp_Reqeueue.
8816         (Make_DT): Build and initialize the second dispatch table.
8817         Handle initialization of RC_Offset when the parent
8818         is a private type with variable size components.
8819         (Make_Secondary_DT): Complete documentation. Add support to
8820         initialize the second dispatch table.
8821         (Make_Tags): Generate the tag of the second dispatch table.
8822         (Register_Primitive): Add support to register primitives in the
8823         second dispatch table.
8824
8825 2007-12-13  Pascal Obry  <obry@adacore.com>
8826
8827         * expect.c (__gnat_kill) [WIN32]: Implement the SIGINT signal on
8828         Windows. This signal is used by gnatmake to kill child processes for
8829         example.
8830
8831 2007-12-13  Javier Miranda  <miranda@adacore.com>
8832
8833         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
8834         support for generic dispatching constructor calls in which we need to
8835         locate the tag of a secondary dispatch table associated with an
8836         interface type to properly dispatch the call.
8837         (Expand_N_Attribute_Reference [case Address],
8838         Expand_Dispatching_Constructor_Call, Expand_Unc_Deallocation): Fix
8839         handling of VM targets.
8840
8841 2007-12-13  Robert Dewar  <dewar@adacore.com>
8842             Ed Schonberg  <schonberg@adacore.com>
8843
8844         * exp_prag.adb (Expand_Pragma_Assert): Recognize new warning flag for
8845         assert fail
8846
8847         * ug_words: Add entries for -gnatw.a -gnatw.A
8848
8849         * sem_res.adb (Set_String_Literal_Subtype): If the context of the
8850         literal is a subtype with non-static constraints, use the base type of
8851         the context as the base of the string subtype, to prevent type
8852         mismatches in gigi.
8853         (Resolve_Actuals): If the actual is an entity name, generate a
8854         reference before the actual is resolved and expanded, to prevent
8855         spurious warnings on formals of enclosing protected operations.
8856         (Analyze_Overloaded_Selected_Component): If type of prefix if
8857         class-wide, use visible components of base type.
8858         (Resolve_Selected_Component): Ditto.
8859         (Resolve_Short_Circuit): Detect case of pragma Assert argument
8860         evaluating to False, and issue warning message.
8861
8862         * usage.adb: Add lines for -gnatw.a and -gnatw.A
8863
8864 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8865
8866         * g-calend.ads (No_Time): New constant, to represent an uninitialized
8867         time value
8868
8869         * g-catiio.ads, g-catiio.adb (Value): Added support for more date
8870         formats.
8871         (Month_Name_To_Number): New subprogram
8872
8873         * g-dirope.adb (Get_Current_Dir): On windows, normalize the drive
8874         letter to upper-case.
8875
8876 2007-12-13  Robert Dewar  <dewar@adacore.com>
8877             Ed Schonberg  <schonberg@adacore.com>
8878
8879         * gnat1drv.adb (Gnat1drv): Properly set new flag Opt.Real_VMS_Target
8880
8881         * layout.adb (Resolve_Attribute, case 'Access): If designated type of
8882         context is a limited view, use non-limited view when available. If the
8883         non-limited view is an unconstrained array, this enforces consistency
8884         requirements in 3.10.2 (27).
8885         (Layout_Type): For an access type whose designated type is a limited
8886         view, examine its declaration to determine if it is an unconstrained
8887         array, and size the access type accordingly.
8888         (Layout_Type): Do not force 32-bits for convention c subprogram
8889         pointers in -gnatdm mode, only if real vms target.
8890
8891         * sem_attr.adb (Analyze_Access_Attribute): Use new flag
8892         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8893         (Analyze_Access_Attribute,Attribute_Address): Remove checks for
8894         violations of the No_Implicit_Dynamic_Code restriction.
8895         (Resolve_Attribute, case 'Access): If designated type of context is a
8896         limited view, use non-limited view when available. If the non-limited
8897         view is an unconstrained array, this enforces consistency requirements
8898         in 3.10.2 (27).
8899         (Layout_Type): For an access type whose designated type is a limited
8900         view, examine its declaration to determine if it is an unconstrained
8901         array, and size the access type accordingly.
8902
8903 2007-12-13  Vincent Celier  <celier@adacore.com>
8904
8905         * gnatcmd.adb (GNATCmd): Do not issue -d= switch to gnatmetric when
8906         object directory of main project does not exist.
8907         On VMS, correctly set then environment variable for the source
8908         directories.
8909
8910 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
8911
8912         * g-regist.ads, g-regist.adb (Set_Value): new parameter Expand; when
8913         set to True this procedure will create the value of type REG_EXPAND_SZ.
8914         It was only possible to create REG_SZ values before.
8915
8916 2007-12-13  Robert Dewar  <dewar@adacore.com>
8917
8918         * g-spchge.ads, g-spchge.adb, g-u3spch.adb, g-u3spch.ads,
8919         g-wispch.adb, g-wispch.ads, g-zspche.adb, g-zspche.ads,
8920         namet-sp.adb, namet-sp.ads: New files.
8921
8922         * g-speche.adb: Use generic routine in g-spchge
8923
8924         * s-wchcnv.ads, s-wchcnv.adb:
8925         Minor code cleanup (make formal type consistent with spec)
8926
8927         * namet.adb: Update comments.
8928
8929         * par-endh.adb (Evaluate_End_Entry): Use new
8930         Namet.Sp.Is_Bad_Spelling_Of function
8931
8932         * par-load.adb (Load): Use new Namet.Sp.Is_Bad_Spelling_Of function
8933
8934         * sem_aggr.adb (Resolve_Record_Aggregate): If a component of an
8935         ancestor is an access type initialized with a box, set its type
8936         explicitly, for use in subsequent expansion.
8937         (Check_Misspelled_Component): Use new Namet.Sp.Is_Bad_Spelling_Of
8938         function
8939
8940 2007-12-13  Robert Dewar  <dewar@adacore.com>
8941
8942         * g-spipat.adb (Break): Fix accessibility error (vsn taking not null
8943         access Vstring)
8944
8945 2007-12-13  Robert Dewar  <dewar@adacore.com>
8946
8947         * inline.adb (Back_End_Cannot_Inline): Use new flag
8948         Has_Pragma_Inline_Always instead of obsolete function Is_Always_Inlined
8949
8950         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Use new flag
8951         Has_Pragma_Inline_Always instead.
8952         of obsolete function Is_Always_Inlined
8953         (Build_Body_To_Inline): Same change
8954         (Cannot_Inline): Same change
8955         Do not give warning on exception raise in No_Return function
8956
8957         * sem_ch13.adb (Analyze_Record_Representation_Clause): If an inherited
8958         component has two inconsistent component clauses in the same record
8959         representation clause, favor the message that complains about
8960         duplication rather than inconsistency.
8961         Update comments.
8962         (Record_Representation_Clause): Do not warn on missing component
8963         clauses for inherited components of a type extension.
8964         (Rep_Item_Too_Late): Do not attempt to link pragma into rep chain for
8965         an overloadable item if it is a pragma that can apply to multiple
8966         overloadable entities (e.g. Inline) because a pragma cannot be on
8967         more than one chain at a time.
8968         (Validate_Unchecked_Conversion): Add code to warn on unchecked
8969         conversion where one of the operands is Ada.Calendar.Time.
8970         (Analyze_Attribute_Definition_Clause): Fix typo in error message.
8971         For now, ignore Component_Size clause on VM targets, as done for
8972         pragma Pack.
8973
8974 2007-12-13  Emmanuel Briot  <briot@adacore.com>
8975             Vincent Celier  <celier@adacore.com>
8976
8977         * prj.ads, prj.adb (Is_A_Language): Now takes a Name_Id instead of a
8978         string
8979         (Must_Check_Configuration, Default_Language_Is_Ada): new flags in
8980         prj.ads
8981         (Hash): Move instantiation of System.HTable.Hash from spec to body
8982         (prj-nmsc.adb): Optimize calls to Name_Find when on case sensitive
8983         systems, since we do not need to recompute the Name_Id for the canonical
8984         file name.
8985         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
8986         as a parameter. This parameter is in fact always "ada" in all calls, and
8987         we were doing 160560 extra calls to Name_Find to convert it to Name_Ada
8988         while loading a project with 40000 files
8989
8990         * prj-attr.adb: Fix name of attribute Dependency_Driver
8991         Change the kind of indexing for attribute Root
8992
8993         * prj-dect.adb (Parse_Declarative_Items): Allow redeclarations of
8994         variables already declared, in case constructions.
8995
8996         * prj-env.adb (Initialize): Reset Current_Source_Path_File and
8997         Current_Object_Path_File to No_Path.
8998
8999         * prj-ext.adb (Initialize_Project_Path): In multi language mode, use
9000         ADA_PROJECT_PATH if value of GPR_PROJECT_PATH is empty.
9001
9002         * prj-makr.adb: new parameter Current_Dir
9003
9004         * prj-nmsc.ads, prj-nmsc.adb (Find_Explicit_Sources): Do not look for
9005         Ada sources when language is not Ada.
9006         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
9007         (Find_Excluded_Sources, Find_Explicit_Sources): new subprograms
9008         (Must_Check_Configuration, Default_Language_Is_Ada): new flags.
9009         (Locate_Directory): Always resolve links when computing Canonical_Path
9010         (Look_For_Sources): Make sure that Name_Buffer contains the file name
9011         in Source_Files before checking for the presence of a directory
9012         separator.
9013         Optimize calls to Name_Find when on case sensitive systems.
9014         (Body_Suffix_Id_Of, Spec_Suffix_Id_Of): new version that takes a name_id
9015         as a parameter.
9016         (Prj.Nmsc.Check): new parameter Current_Dir
9017         (Check_Ada_Naming_Schemes): Restrictions on suffixes are relaxed. They
9018         cannot be empty and the spec suffix cannot be the same as the body or
9019         separate suffix.
9020         (Get_Unit): When a file name can be of several unit kinds (spec, body or
9021         subunit), always consider the longest suffix.
9022         (Check_Configuration): Do not issue an error if there is no compiler
9023         for a language. Just issue a warning and ignore the sources for the
9024         language.
9025         (Check_Library_Attributes): Only check Library_Dir if Library_Name is
9026         not empty.
9027         (Check_Naming_Schemes.Maked_Unit): Only output message if high verbosity
9028         (Unit_Exceptions): New hash table
9029         (Check_Naming_Schemes): Check if a file that could be a unit because of
9030         the naming scheme is not in fact a source because there is an exception
9031         for the unit.
9032         (Look_For_Sources): Put the unit exceptions in hash table
9033         Unit_Exceptions
9034         (Get_Unit_Exceptions): Give initial value No_Source to local variable
9035         Other_Part to avoid exception when code is compiled with validity
9036         checking.
9037         (Get_Sources_From_File): Check that there is no directory information
9038         in the file names.
9039         (Look_For_Sources): Check that there is no directory information in the
9040         list of file names in Source_Files.
9041         (Look_For_Sources): In multi-language mode, do not allow exception file
9042         names that are excluded.
9043         (Excluded_Sources_Htable): New hash table
9044         (Search_Directories.Check_File): New procedure to simplify
9045         Search_Directories.
9046         (Search_Directories): Do not consider excluded sources
9047         (Look_For_Sources): Populate Excluded_Sources_Htable before calling
9048         Search_Directories.
9049         (Get_Exceptions): Set component Lang_Kind of Source_Data
9050         (Get_Unit_Exceptions): Ditto
9051         (Search_Directories): Ditto
9052
9053         * prj-pars.adb: new parameter Current_Dir
9054
9055         * prj-part.ads, prj-part.adb:
9056         Change Opt.Follow_Links to Opt.Follow_Links_For_Files.
9057         (Opt.Follow_Links_For_Dirs): New flag
9058         (Project_Path_Name_Of): Cache information returned by this routine as
9059         Locate_Regular_File is a costly routine. The code to output a log
9060         information and the effective call to Locate_Regular_File is now
9061         factorized into a routine (code clean-up).
9062         (Parse, Parse_Single_Project): new parameter Current_Dir
9063         When main project file cannot be found, indicate in the error
9064         message the project path that was used to do the search.
9065
9066         * prj-proc.ads, prj-proc.adb (Opt.Follow_Links_For_Dirs): New flag
9067         (Prj.Proc.Process*): new parameter Current_Dir
9068
9069         * switch-m.adb: Change Opt.Follow_Links to Opt.Follow_Links_For_Files
9070
9071 2007-12-13  Bob Duff  <duff@adacore.com>
9072
9073         * restrict.ads, restrict.adb (Check_Implicit_Dynamic_Code_Allowed): New
9074         procedure to be called from the back end to check the
9075         No_Implicit_Dynamic_Code restriction.
9076
9077 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
9078
9079         * rtsfind.adb (Check_CRT): Take into account RTE_Available_Call
9080         Fixes another case where RTE_Available_Call was ignored instead of being
9081         taken into account.
9082         (Load_Fail): Ditto.
9083
9084         * rtsfind.ads: Add new entries.
9085
9086 2007-12-13  Robert Dewar  <dewar@adacore.com>
9087
9088         * g-byorma.adb, g-byorma.ads, g-decstr.adb, g-decstr.ads,
9089         g-deutst.ads, g-encstr.adb, g-encstr.ads, g-enutst.ads: New files.
9090
9091         * scn.adb: Implement BOM recognition
9092
9093 2007-12-13  Thomas Quinot  <quinot@adacore.com>
9094             Ed Schonberg  <schonberg@adacore.com>
9095
9096         * sem_ch10.adb (Check_Private_Child_Unit): A non-private library level
9097         subprogram body that acts as its own spec may not have a non-private
9098         WITH clause on a private sibling.
9099         (Build_Unit_Name): If the parent unit in the name in a with_clause on a
9100         child unit is a renaming, create an implicit with_clause on that
9101         parent, and not on the unit it renames, to prevent visibility errors
9102         in the current unit.
9103
9104 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
9105
9106         * sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram
9107         renaming declaration, use the Slocs of the formal parameters from the
9108         declaration of the formal subprogram when creating the formal parameter
9109         entities in the renaming declaration.
9110         (Analyze_Formal_Type_Declaration): Change the placement of the error
9111         message concerning illegal known discriminants. It is now posted on the
9112         type rather than on the first discriminant. This change ensures early
9113         error report.
9114         (Freeze_Subprogram_Body): If the generic subprogram is nested within
9115         the package body that contains the instance, do not generate an
9116         out-of-place freeze node for the enclosing package.
9117         (Collect_Previous_Instantiations): Ignore internal instantiations
9118         generated for formal packages.
9119         (Validate_Derived_Type_Instance): Add a check that when a formal
9120         derived type is Known_To_Have_Preelab_Init then the actual type must
9121         have preelaborable initialization, and issue an error when this
9122         condition is violated.
9123
9124 2007-12-13  Robert Dewar  <dewar@adacore.com>
9125
9126         * s-imenne.adb, s-imenne.ads: New files.
9127
9128         * s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
9129         s-imgdec.ads, s-imgenu.ads, s-imgint.adb, s-imgint.ads, s-imglld.adb,
9130         s-imglld.ads, s-imglli.adb, s-imglli.ads, s-imgllu.adb, s-imgllu.ads,
9131         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwch.adb,
9132         s-imgwch.ads: New calling sequence for Image routines to avoid sec
9133         stack usage.
9134
9135 2007-12-13  Javier Miranda  <miranda@adacore.com>
9136             Ed Schonberg  <schonberg@adacore.com>
9137
9138         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Avoid
9139         generation of spurious error if parent is an interface type; caused
9140         because predefined primitive bodies will be generated later by
9141         Freeze_Record_Type.
9142         (Process_Subtype): The subtype inherits the Known_To_Have_Preelab_Init
9143         flag.
9144         (Derive_Subprograms): Handle derivations of predefined primitives
9145         after all the user-defined primitives to ensure that they are
9146         found in proper order in instantiations.
9147         (Add_Interface_Tag_Components, Inherit_Components): Update occurrences
9148         of Related_Interface to Related_Type.
9149         (Record_Type_Declaration): Minor reordering of calls to decorate the
9150         Tag component because the entity must have set its Ekind attribute
9151         before setting its Is_Tag attribute.
9152         (Analyze_Subtype_Declaration): In the case of subtypes with
9153         Private_Kind, inherit Known_To_Have_Preelab_Init from the parent.
9154
9155 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
9156             Ed Schonberg  <schonberg@adacore.com>
9157
9158         * sem_ch4.adb (Analyze_Selected_Component): Include the requeue
9159         statement to the list of contexts where a selected component with a
9160         concurrent tagged type prefix should yield a primitive operation.
9161         (Find_Primitive_Operation): Handle case of class-wide types.
9162         (Analyze_Overloaded_Selected_Component): If type of prefix is
9163         class-wide, use visible components of base type.
9164         (Resolve_Selected_Component): Ditto.
9165         (Try_Primitive_Operation, Collect_Generic_Type_Ops): If the type is a
9166         formal of a generic subprogram. find candidate interpretations by
9167         scanning the list of generic formal declarations.:
9168         (Process_Implicit_Dereference_Prefix): If the prefix has an incomplete
9169         type from a limited_with_clause, and the full view is available, use it
9170         for subsequent semantic checks.
9171         (Check_Misspelled_Selector): Use Namet.Sp.Is_Bad_Spelling_Of function
9172         (Find_Primitive_Operation): New function.
9173         (Analyze_Overloaded_Selected_Component): insert explicit dereference
9174         only once if several interpretations of the prefix yield an access type.
9175         (Try_Object_Operation): Code and comment cleanup.
9176         (Analyze_Selected_Component): Reorder local variables. Minot comment and
9177         code reformatting. When the type of the prefix is tagged concurrent, a
9178         correct interpretation might be available in the primitive and
9179         class-wide operations of the type.
9180
9181 2007-12-13  Robert Dewar  <dewar@adacore.com>
9182             Ed Schonberg  <schonberg@adacore.com>
9183
9184         * sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for
9185         renaming entry as subprogram using rename-as-body if subprogram spec
9186         frozen.
9187         (Use_One_Type): The clause is legal on an access type whose designated
9188         type has a limited view.
9189         (Find_Direct_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
9190         (Find_Expanded_Name): Use Namet.Sp.Is_Bad_Spelling_Of function
9191         (Analyze_Renamed_Primitive_Operation): new procedure to determine the
9192         operation denoted by a selected component.
9193         (Analyze_Renamed_Entry): Resolve the prefix of the entry name, because
9194         it can be an expression, possibly overloaded, that returns a task or
9195         an access to one.
9196
9197 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
9198             Gary Dismukes  <dismukes@adacore.com>
9199
9200         * sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a
9201         requeue statement is dispatching. Do not emit an error when the name is
9202         not an entry and the context is a dispatching select. Add code to
9203         perform subtype conformance between the formals of the current entry
9204         and those of the target interface primitive.
9205         (Analyze_Asynchronous_Select, Analyze_Conditional_Entry_Call, Analyze_
9206         Timed_Entry_Call): Analyze the triggering statement as the first step of
9207         the processing. If this is a dispatching select, postpone the analysis
9208         of all select statements until the Expander transforms the select. This
9209         approach avoids generating duplicate identifiers after the Expander has
9210         replicated some of the select statements. In case the Expander is
9211         disabled, perform regular analysis.
9212         (Check_Triggering_Statement): New routine.
9213         (Analyze_Requeue): Exclude any interpretations that are not entries when
9214         checking overloaded names in a requeue. Also test type conformance for
9215         matching interpretations rather than requiring subtype conformance at
9216         that point to conform with the RM's resolution rule for requeues.
9217
9218 2007-12-13  Ed Schonberg  <schonberg@adacore.com>
9219
9220         * sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an
9221         inherited operation is a defaulted tag-indeterminate call, and there is
9222         a statically tagged actual, use the static tag as a controlling actual
9223         for the defaulted actual.
9224
9225 2007-12-13  Geert Bosch  <bosch@adacore.com>
9226
9227         * sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static
9228         context, so do not call Check_Non_Static_Context.
9229
9230 2007-12-13  Hristian Kirtchev  <kirtchev@adacore.com>
9231
9232         * sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check
9233         whether formal E is an entity which may have parameters.
9234
9235 2007-12-13  Bob Duff  <duff@adacore.com>
9236             Javier Miranda  <miranda@adacore.com>
9237             Robert Dewar  <dewar@adacore.com>
9238
9239         * sem_util.ads, sem_util.adb (Is_Concurrent_Interface): New routine.
9240         (Set_Convention): New procedure to set the Convention flag, and in
9241         addition make sure the Favor_Top_Level flag is kept in sync (all
9242         foreign-language conventions require Favor_Top_Level = True).
9243         (Collect_Abstract_Interfaces): Update occurrences of Related_Interface
9244         to Related_Type.
9245         (Collect_Interfaces_Info): Minor update to handle the two secondary
9246         dispatch tables. Update occurrence of Related_Interface to Related_Type.
9247         (Generate_Parent_Ref): Add parameter to specify entity to check
9248         (Is_Preelaborable_Expression): Allow the name of a discriminant to
9249         initialize a component of a type with preelaborable initialization.
9250         This includes the case of a discriminal used in such a context.
9251         (Is_Dependent_Component_Of_Mutable_Object): Take into account the
9252         latest Ada 2005 rules about renaming and 'Access of
9253         discriminant-dependent components.
9254         (Check_Nested_Access): Add handling when there are no enclosing
9255         subprograms (e.g. case of a package body).
9256         (Find_Parameter_Type): Factor routine from several other compiler files.
9257         Remove routine from Find_Overridden_Synchronized_Primitive.
9258
9259 2007-12-13  Thomas Quinot  <quinot@adacore.com>
9260
9261         * sinput.adb (Get_Source_File_Index): Add assertion to guard against
9262         an invalid access to an uninitialized slot in the
9263         Source_File_Index_Table.
9264
9265 2007-12-13  Thomas Quinot  <quinot@adacore.com>
9266
9267         * sinput-l.adb (Load_File): Disable style checks when preprocessing.
9268
9269 2007-12-13  Bob Duff  <duff@adacore.com>
9270
9271         * s-soflin.ads: Apply new pragma Favor_Top_Level to all
9272         access-to-subprogram types in this package.
9273
9274 2007-12-13  Olivier Hainque  <hainque@adacore.com>
9275
9276         * s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant
9277         with Stack_Grows_Down in System.Parameters. Rename Array_Address into
9278         Stack_Overlay_Address and document that we are using an internal
9279         abstraction.
9280         (Byte_Size, Unsigned_32_Size): Remove, now useless.
9281         (Pattern_Type, Bytes_Per_Pattern): New subtype and constant, to be used
9282         consistently throughout the various implementation pieces.
9283
9284         * s-stausa.adb (Stack_Slots): New type, abstraction for the stack
9285         overlay we are using to fill the stack area with patterns.
9286         (Top_Slot_Index_In, Bottom_Slot_Index_In): Operations on Stack_Slots.
9287         (Push_Index_Step_For, Pop_Index_Step_For): Likewise.
9288         (Fill_Stack, Compute_Result): Use the Stack_Slots abstraction.
9289
9290 2007-12-13  Robert Dewar  <dewar@adacore.com>
9291
9292         * s-stoele.adb ("mod"): mod negative value raises Constraint_Error
9293
9294 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
9295
9296         * s-tassta.adb:
9297         (Create_Task): Take into account tasks created by foreign threads.
9298         Code clean up: use constants instead of hard coded values.
9299
9300 2007-12-13  Robert Dewar  <dewar@adacore.com>
9301
9302         * styleg.adb (Check_Comment): More liberal rules for comment placement
9303
9304 2007-12-13  Olivier Hainque  <hainque@adacore.com>
9305
9306         * tb-alvms.c (struct tb_entry_t, __gnat_backtrace): Revert back to use
9307         of Procedure Value instead of Frame Pointer as the invocation
9308         identifier associated with the instruction pointer in each traceback
9309         entry.
9310
9311         * g-trasym-vms-alpha.adb (Traceback_Entry, PV_For, FP_For,
9312         TB_Entry_For): Revert back to use of Procedure Value instead of Frame
9313         Pointer as the invocation identifier passed to tbk$symbolize.
9314
9315         * s-traent-vms.ads, s-traent-vms.adb
9316         (Traceback_Entry, PV_For, FP_For, TB_Entry_For): Revert back to use of
9317         Procedure Value instead of Frame Pointer as the invocation identifier
9318         passed to tbk$symbolize.
9319
9320 2007-12-13  Robert Dewar  <dewar@adacore.com>
9321
9322         * tbuild.ads, tbuild.adb:
9323         Fix location of flag for unrecognized pragma message
9324
9325 2007-12-13  Robert Dewar  <dewar@adacore.com>
9326
9327         * treepr.ads, treepr.adb: (pl): implement use of positive value
9328         shorthands
9329
9330 2007-12-13  Robert Dewar  <dewar@adacore.com>
9331
9332         * xeinfo.adb: Remove warnings
9333         * xnmake.adb: Remove warnings
9334         * xsinfo.adb: Remove warnings
9335         * xtreeprs.adb: Remove warnings
9336         * xsnames.adb: Remove warnings
9337
9338         * a-ngcoar.adb: Fix typo.
9339         * s-interr.adb: Minor reformatting
9340         * env.c: Minor reformatting.
9341         * g-bytswa.adb: Minor reformatting.
9342         * g-rannum.ads: Minor documentation improvements
9343         * s-tasinf-mingw.adb: Minor header fix
9344         * a-clrefi.adb: Minor reformatting
9345         * g-sttsne.ads: Minor documentation improvement
9346         * g-sttsne-locking.ads: Minor documentation improvement
9347         * g-soliop-solaris.ads: Minor documentation improvement
9348         * g-soliop-mingw.ads: Minor documentation improvement
9349         * g-soliop.ads: Minor documentation improvement
9350         * exp_aggr.ads: Minor reformatting
9351         * debug.adb: Add documentation for the gprbuild debug flags
9352         * exp_ch2.adb: Use Nkind_In to simplify code throughout
9353         * exp_pakd.adb: Minor reformatting
9354
9355         * g-altive.ads, g-alleve.adb: Remove assertions.
9356         Add comment about minor differences between targets regarding
9357         floating-point operations.
9358
9359         * g-thread.adb: Remove pragma unreferenced.
9360         * lib.ads: Minor reformatting
9361         * par-ch9.adb: Minor reformatting of error messages
9362         * sem_case.adb: Minor reformatting
9363         * s-fileio.adb: Minor reformattinng
9364         * s-vmexta.ads: Minor typo
9365         * vxaddr2line.adb:
9366         Take into account 'Success' value as per new GNAT warning.
9367
9368 2007-12-13  Vincent Celier  <celier@adacore.com>
9369
9370         * a-direct.adb (Create_Path): Always take '/' as a directory separator,
9371         even on Windows
9372
9373 2007-12-13  Robert Dewar  <dewar@adacore.com>
9374             Bob Duff  <duff@adacore.com>
9375
9376         * gnat_ugn.texi: Dcoument new rules for style check comment alignment
9377         Document that suffixes may be terminations of each others
9378         Add doc for -gnatw.a and -gnatw.A
9379         Document gnatbind -Wx switch
9380         Document BOM recognition
9381         Document pragma Implemented_By_Entry.
9382         Document new units.
9383
9384         * gnat_rm.texi: (Favor_Top_Level): Document new pragma.
9385         Add doc for pragma Unreferenced suppressing no entities referenced msg
9386         Add documentation of GNAT.Directory_Operations.Iteration
9387         Add documentation of GNAT.Random_Numbers
9388         Add documentation for pragma Shared.
9389         Correct documentation for Bit_Order
9390         Add documentation for the Pool_Address attribute.
9391         Fix and improve documentation of pragma machine_attribute.
9392         New pragma Fast_Math
9393         Document BOM recognition
9394
9395         * vms_data.ads: Add entries for -gnatw.a -gnatw.A
9396         Add /Wide_Character_Encoding for binder
9397         Add qualifier for the new gnatpp option --no-separate-loop-then
9398
9399 2007-12-13  Matthew Heaney  <heaney@adacore.com>
9400
9401         * a-cohase.ads, a-cihama.ads, a-cihase.ads, a-cohama.ads: Document
9402         which generic formal operations are called for each operation.
9403
9404 2007-12-13  Olivier Hainque  <hainque@adacore.com>
9405
9406         * tb-gcc.c (uw_data_t, trace_callback): Only define if not GCC-SJLJ eh.
9407         (__gnat_backtrace): Early return 0 if using GCC-SJLJ eh.
9408
9409 2007-12-13  Emmanuel Briot  <briot@adacore.com>
9410
9411         * s-os_lib.ads, s-os_lib.adb (Normalize_Pathname): Do not compute
9412         Reference_Dir unless we actually need it.
9413
9414 2007-12-13  Vasiliy Fofanov  <fofanov@adacore.com>
9415             Tristan Gingold  <gingold@adacore.com>
9416
9417         * g-socthi-vms.ads (Fd_Set_Access): make it 32-bit.
9418
9419         * s-osprim-vms.adb,
9420         a-calend-vms.adb: Remove pragma warning off and add pragma
9421         unreferenced.
9422
9423 2007-12-13  Robert Dewar  <dewar@adacore.com>
9424
9425         * impunit.adb: Add entries for missing units
9426
9427         * Makefile.rtl: Add new run-time units.
9428
9429         * Make-lang.in:  Update dependencies.
9430
9431 2007-12-13  Bob Duff  <duff@adacore.com>
9432
9433         * itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram
9434         types, set Can_Use_Internal_Rep appropriately, based on
9435         Always_Compatible_Rep_On_Target.
9436
9437 2007-12-13  Gary Dismukes  <dismukes@adacore.com>
9438             Arnaud Charlet  <charlet@adacore.com>
9439
9440         * make.adb (Scan_Make_Arg): Add test for -aamp_target switch, passing
9441         it to the front end and setting the aamp_target environment variable
9442         to the switch's argument to ensure that gnaampbind and gnaamplink will
9443         take the specified library into account.
9444         (Make): Only set Check_Object_Consistency to False for JVM, not for CIL
9445         target, since the CIL compiler supports an "object" file (.il files).
9446
9447 2007-12-13  Vincent Celier  <celier@adacore.com>
9448
9449         * symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedure
9450         (Process.H): Remove variable. Replace Read_Half (H) with Skip_Half.
9451
9452 2007-12-13  Geert Bosch  <bosch@adacore.com>
9453
9454         * s-parame-vxworks.adb:
9455         Update comments to reflect usage of this package by Nucleus.
9456
9457 2007-12-13  Arnaud Charlet  <charlet@adacore.com>
9458
9459         * i-vxwork.ads: Kill new warning on Convention C, since changing the
9460         spec would break code.
9461
9462         * i-forbla-unimplemented.ads, vx_stack_info.c: New files.
9463
9464         * system-vxworks-alpha.ads: Removed.
9465
9466 2007-12-10  Eric Botcazou  <ebotcazou@adacore.com>
9467
9468         * ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.
9469
9470 2007-12-09  Samuel Tardieu  <sam@rfc1149.net>
9471
9472         PR ada/34366
9473         * sem_ch3.adb (Designates_T): New function.
9474         (Mentions_T): Factor reusable part of the logic into Designates_T.
9475         Consider non-access parameters and access and non-access result.
9476         (Check_Anonymous_Access_Components): Set ekind of anonymous access to
9477         E_Subprogram_Type to E_Anonymous_Access_Subprogram_Type.
9478
9479         * einfo.ads: Update comment for E_Anonymous_Access_Subprogram_Type.
9480
9481 2007-12-07  Ludovic Brenta  <ludovic@ludovic-brenta.org>
9482
9483         PR ada/34361
9484         * mlib-tgt.adb, mlib-tgt.ads: Fix comments at the top to reflect
9485         the new implementation of target-specific calls.
9486
9487 2007-12-07  Olivier Hainque  <hainque@adacore.com>
9488
9489         * decl.c (gnat_to_gnu_entity) <case E_Access_Type>: When computing
9490         the designated full view, only follow a second level Full_View link
9491         for Non_Limited_Views of from_limited_with references.
9492
9493 2007-12-07  Samuel Tardieu  <sam@rfc1149.net>
9494
9495         PR ada/15805
9496         * sem_ch6.adb (Process_Formals): Prevent an access type formal
9497         to be initialized with an access to constant object.
9498
9499         * sem_ch3.adb (Analyze_Object_Declaration): Signal an error
9500         when an access to constant is used to initialize an access
9501         value.
9502
9503         PR ada/21346
9504         * a-direct.adb (Compose): Containing_Directory can be an empty string.
9505
9506 2007-12-07  Olivier Hainque  <hainque@adacore.com>
9507
9508         PR ada/34173
9509         * decl.c (gnat_to_gnu_entity) <case E_Array_Type>: When setting
9510         the alignment on the GCC XUA array type, set TYPE_USER_ALIGN if
9511         this is from an alignment clause on the GNAT entity.
9512         * utils.c (create_field_decl): Rewrite the computation of DECL_ALIGN
9513         to distinguish the case where we set it from the type's alignment.
9514         When so, propagate TYPE_USER_ALIGN into DECL_USER_ALIGN to indicate
9515         whether this alignment was set from an explicit alignment clause.
9516
9517 2007-12-06  Eric Botcazou  <ebotcazou@adacore.com>
9518
9519         * decl.c (make_packable_type): Revert last change.
9520         (gnat_to_gnu_field): Avoid setting size and position multiple times.
9521         * utils.c (finish_record_type): Retrieve the real name of the type.
9522
9523 2007-12-05  Eric Botcazou  <ebotcazou@adacore.com>
9524
9525         * trans.c (lvalue_required_p): Take base node directly instead
9526         of its parent.  Rename second parameter to 'gnu_type'.
9527         <N_Indexed_Component>: Return 0 if the node isn't the prefix.
9528         <N_Slice>: Likewise.
9529         (Identifier_to_gnu): Rename parent_requires_lvalue to require_lvalue.
9530         Adjust calls to lvalue_required_p.
9531
9532 2007-12-05  Samuel Tardieu  <sam@rfc1149.net>
9533
9534         PR ada/21489
9535         * exp_ch9.adb (Build_Simple_Entry_Call): Initialize OUT access type
9536         parameters of an entry call.
9537
9538 2007-12-03  Robert Dewar  <dewar@adacore.com>
9539             Samuel Tardieu  <sam@rfc1149.net>
9540
9541         PR ada/34287
9542         * sem_util.adb (Safe_To_Capture_Value): Do not capture values
9543         of variables declared in a library-level package.
9544
9545 2007-12-02  Samuel Tardieu  <sam@rfc1149.net>
9546
9547         * clean.adb (Clean_Library_Directory): Use Empty_String'Access intead
9548         of Empty_String'Unchecked_Access.
9549
9550         * Makefile.in: Add support for sh4-linux.
9551
9552         * system-linux-sh4.ads: New file.
9553
9554 2007-12-01  Kostik Belousov  <kostikbel@ukr.net>
9555
9556         PR ada/33722
9557         * env.c (__gnat_setenv): FreeBSD 7 has a POSIX conformant putenv()
9558         and its argument must not be free()ed.
9559
9560 2007-11-29  Eric Botcazou  <ebotcazou@adacore.com>
9561
9562         * decl.c (make_packable_type): Retrieve the real name of the type.
9563         (maybe_pad_type): Simplify similar code.
9564
9565 2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
9566
9567         PR ada/15804
9568         * par-ch3.adb (P_Variant_Part): Signal an error when anything other
9569         than an identifier is used after "case" in a variant_part.
9570
9571         PR ada/17318
9572         * par-ch4.adb (Is_Parameterless_Attribute): New map.
9573         (P_Name, Scan_Apostrophe block): Parse left parenthesis following
9574         attribute name or not depending on the new map.
9575
9576         * sem-attr.adb (Analyze_Attribute): Parameterless attributes
9577         returning a string or a type will not be called with improper
9578         arguments.
9579
9580         * sem-attr.ads (Attribute_Class_Array): Move to snames.ads.
9581
9582         * snames.ads (Attribute_Class_Array): Moved from sem-attr.ads.
9583
9584         PR ada/32792
9585         * sem_attr.adb (Analyze_Attribute, Attribute_Integer_Value clause):
9586         Signal an error when attribute argument is a fixed-point value of
9587         an unknown type.
9588
9589         PR ada/22559
9590         * sem_ch3.adb (Build_Derived_Numeric_Type): Do not set RM_Size on
9591         a derived ordinary fixed point type.
9592
9593         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Recompute
9594         RM_Size when a Small clause is found.
9595
9596 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
9597
9598         PR 34081/C++
9599         * trans.c (Subprogram_Body_to_gnu, Compilation_Unit_to_gnu):
9600         Pass 'false' for the new allocate_struct_function parameter.
9601         * utils.c (build_function_stub): Likewise.
9602
9603 2007-11-25  Richard Guenther  <rguenther@suse.de>
9604
9605         * utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
9606         (gnat_poplevel): Likewise.
9607
9608 2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
9609
9610         * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type has
9611         strict alignment, no alignment clause and a known static size, cap
9612         the type alignment to the greatest power of 2 factor of the size.
9613         (gnat_to_gnu_field): If the field has a component clause, is aliased
9614         or of a type with strict alignment, require that its size be equal to
9615         that of the type.
9616         (validate_size): Use the type size as the minimum size for a type with
9617         strict alignment.
9618
9619 2007-11-23  Samuel Tardieu  <sam@rfc1149.net>
9620
9621         * s-inmaop-posix.adb, s-intman-vxworks.adb, s-taprop-hpux-dce.adb,
9622         s-taprop-irix.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
9623         s-taprop-posix.adb, s-taprop-tru64.adb, s-taprop-vxworks.adb:
9624         Use 'Access instead of 'Unchecked_Access in second and third
9625         arguments of pthread_sigmask.
9626
9627 2007-11-23  Eric Botcazou  <ebotcazou@adacore.com>
9628
9629         * decl.c (ceil_alignment): New function.
9630         (gnat_to_gnu_entity): Use it to set the alignment on atomic types.
9631         (make_packable_type): Likewise.
9632
9633 2007-11-22  Olivier Hainque  <hainque@adacore.com>
9634
9635         * trans.c (gnat_to_gnu) <case N_Free_Statement>: Reformat lines
9636         to fit in 80 columns.
9637
9638 2007-11-21  Aurelien Jarno  <aurelien@aurel32.net>
9639
9640         * s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
9641         * Makefile.in: Add EH_MECHANISM=-gcc to kfreebsd-gnu. Remove SYMLIB.
9642
9643 2007-11-19  Eric Botcazou  <ebotcazou@adacore.com>
9644
9645         PR ada/34098
9646         * misc.c (gnat_adjust_rli): Delete.
9647         (gnat_init): Do not initialize the translation code here.
9648         Do not call set_lang_adjust_rli.
9649         * trans.c (init_code_table): Make static.
9650         (gnat_init_stmt_group): Delete.
9651         (gigi): Initialize the translation code entirely here.
9652         Emit debug info for the common types here instead of...
9653         * utils.c (gnat_init_decl_processing): ...here.
9654         * gigi.h (init_code_table): Delete.
9655         (gnat_init_stmt_group): Likewise.
9656
9657 2007-11-16  Olivier Hainque  <hainque@adacore.com>
9658
9659         * utils2.c (build_call_alloc_dealloc) <if gnu_obj>: Move the code
9660         retrieving an allocator return value from a super-aligned address from
9661         here to ...
9662         * trans.c (gnat_to_gnu) <case N_Free_Statement>: ... here, and don't
9663         expect a super-aligned address for a fat or thin pointer.
9664
9665 2007-11-14  Eric Botcazou  <ebotcazou@adacore.com>
9666
9667         * trans.c (call_to_gnu): Always set the source location on the call
9668         expression.  If the function returns-by-target, also set it on the
9669         address expression.
9670
9671 2007-11-14  Samuel Tardieu  <sam@rfc1149.net>
9672
9673         * adaint.c, init.c, initialize.c, link.c: Remove system-specific
9674         sections of non-supported Interix target.
9675
9676         * s-osinte-interix.ads: Removed.
9677
9678         * i-cstrin.ads (chars_ptr): Make it a C convention type.
9679
9680 2007-11-13  Samuel Tardieu  <sam@rfc1149.net>
9681
9682         * a-tasatt.adb: Add a comment at the beginning of the package
9683         explaining why in general 'Unchecked_Access must be used instead
9684         of 'Access.
9685
9686         * sem_prag.adb (Process_Convention): Move the test for the
9687         entity on which the Convention pragma applies down to also
9688         forbid pragma Convention on enumeration literals reached
9689         through renamings.
9690
9691 2007-11-10  Samuel Tardieu  <sam@rfc1149.net>
9692
9693         * a-tasatt.adb: Revert previous change for this file as it will
9694         generate an error when this package is instantiated from a
9695         local context.
9696
9697 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
9698
9699         * a-tasatt.adb: Type Wrapper should be declared in comment instead
9700         of already declared type Node_Access.
9701         Use 'Access instead of 'Unchecked_Access when applicable. Local
9702         lifetime is the one of the package.
9703         (Set_Value): W is allocated on the heap.
9704
9705         * g-socket.adb: Use 'Access instead of 'Unchecked_Access when
9706         applicable.
9707         (Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
9708         access type.
9709         (Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
9710         access type.
9711
9712         * s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
9713         applicable.
9714         (elaboration code): Timer_Queue lifetime is the one of the
9715         package.
9716
9717         * tracebak.c (i386 alternative): Remove useless comparaison
9718         which is always false; LOWEST_ADDRESS is 0 and is never greater
9719         than an unsigned integer.
9720
9721         * sem_attr.adb (Analyze_Attribute): Remove duplicate identical
9722         embedded check for "Ada_Version >= Ada_05".
9723
9724 2007-11-07  Olivier Hainque  <hainque@adacore.com>
9725
9726         * decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we
9727         craft and expand comment.
9728
9729 2007-11-01  Eric Botcazou  <ebotcazou@adacore.com>
9730
9731         * lang-specs.h: Move translation of -fRTS= after -gnatez switch.
9732
9733 2007-10-23  Eric Botcazou  <ebotcazou@adacore.com>
9734
9735         * misc.c (gnat_handle_option): Replace call to abort with
9736         call to gcc_unreachable.
9737         (gnat_init): Likewise.
9738         (gnat_expand_expr): Likewise.
9739         (fp_prec_to_size): Likewise.
9740         (fp_size_to_prec): Likewise.
9741
9742 2007-10-23  Richard Guenther  <rguenther@suse.de>
9743
9744         PR bootstrap/33608
9745         * tracebak.c: #undef abort after including system.h.
9746
9747 2007-10-20  Danny Smith  <dannysmith@users.sourceforge.net>
9748
9749         * Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,
9750         s-tasinf-mingw.ads, a-exetim-mingw.adb, a-exetim-mingw.ads
9751         for win32 targets.
9752         (EXTRA_GNATRTL_TASKING_OBJS): Add a-exetim.o for win32 targets.
9753
9754 2007-10-15  Eric Botcazou  <ebotcazou@adacore.com>
9755
9756         * s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.
9757         Set the protection status of the guard page based on the value of On.
9758
9759         * s-osinte-tru64.ads: (Hide_Yellow_Zone): Add On parameter.
9760
9761         * s-taprop-tru64.adb: (Enter_Task): Pass True to Hide_Yellow_Zone.
9762         (Exit_Task): Pass False to Hide_Yellow_Zone.
9763
9764 2007-10-15  Robert Dewar  <dewar@adacore.com>
9765
9766         * s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
9767         s-taprop-vxworks.adb, s-taprop-posix.adb, a-calend-vms.adb,
9768         a-calend.adb, a-nuflra.adb, a-tigeau.adb, a-wtgeau.adb,
9769         checks.adb, bindgen.adb, eval_fat.adb, exp_fixd.adb, fmap.adb,
9770         freeze.adb, g-awk.adb, g-calend.adb, g-diopit.adb, g-expect.adb,
9771         gnatchop.adb, gnatlink.adb, g-spipat.adb, g-thread.adb, make.adb,
9772         mdll.adb, mlib.adb, mlib-prj.adb, osint.adb, par-ch3.adb, prj.adb,
9773         prj-makr.adb, sem_prag.adb, sem_type.adb, s-fatgen.adb, s-fileio.adb,
9774         sinfo.ads, sinput-d.adb, s-taasde.adb, s-tasdeb.ads, s-tasren.adb,
9775         s-tassta.adb, s-tpobop.adb, s-tposen.adb, stylesw.adb, types.ads,
9776         uintp.adb, validsw.adb, makegpr.adb, a-rbtgso.adb, a-crbtgo.adb,
9777         a-coorse.adb, a-convec.adb, a-coinve.adb, a-cohama.adb, a-ciorse.adb,
9778         a-cihama.adb, a-cidlli.adb, a-chtgop.adb, a-cdlili.adb, a-cdlili.adb,
9779         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb, a-ciorma.adb,
9780         a-coorma.adb, a-ztgeau.adb, symbols-vms.adb, a-crdlli.adb,
9781         a-calari.adb, a-calfor.adb, s-os_lib.adb, s-regpat.adb, a-ngrear.adb:
9782         Minor reformatting.
9783         Add Unreferenced and Warnings (Off) pragmas for cases of
9784         variables modified calls where they are IN OUT or OUT parameters and
9785         the resulting values are not subsequently referenced. In a few cases,
9786         we also remove redundant code found by the new warnings.
9787
9788         * ug_words, vms_data.ads, usage.adb, sem_util.adb, sem_util.ads,
9789         sem_warn.adb, sem_warn.ads, sem_res.adb, sem_ch7.adb, sem_ch8.adb,
9790         sem_ch5.adb, opt.ads, lib-xref.adb, lib-xref.ads, exp_smem.adb,
9791         sem_ch11.adb, exp_ch6.adb, einfo.ads, einfo.adb: implement a new
9792         warning controlled by -gnatw.o that warns on cases of out parameter
9793         values being ignored.
9794
9795 2007-10-15  Geert Bosch  <bosch@adacore.com>
9796
9797         * adaint.c, socket.c, cal.c: Initial port to arm-mentor-nucleus.
9798
9799         * expect.c: Initial port to arm-mentor-nucleus.
9800         Use kill for __gnat_kill() on VMS.
9801
9802 2007-10-15  Emmanuel Briot  <briot@adacore.com>
9803
9804         * ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default
9805         value.
9806         (Xref_Record): Change type for Line, since in the case of a reference to
9807         a predefined entity (as happens for array index types), the line is set
9808         to 0.
9809         Add support for parsing multiple array index types info, or
9810         multiple inherited interfaces info. This information cannot be stored
9811         in Xref_Entity_Record, which only supports a single instance of Tref_*,
9812         and is therefore stored in the list of references instead. It has a
9813         special treatement later on in tools that use this information.
9814
9815 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9816
9817         * debug.adb: Document use of -gnatd.a and -gnatd.I
9818
9819         * layout.adb: On OpenVMS -gnatd.a disables alignment optimization.
9820
9821 2007-10-15  Javier Miranda  <miranda@adacore.com>
9822
9823         * exp_attr.adb (Expand_N_Attribute_Reference): Case Access,
9824         Unchecked_Access, and Unrestricted_Access. Cleanup code that takes
9825         care of access to class-wide interface types plus removal of bizarre
9826         conversion of tagged object to access type (reported by Gary
9827         Dismukes). After this patch there is no need to perform any
9828         additional management on these nodes in Expand_Interface_Actuals.
9829
9830         * exp_disp.adb (Expand_Interface_Actuals): Code cleanup. Remove code
9831         that handles use of 'Access and 'Unchecked_Access applied to
9832         actuals covering interface types. Such code is now
9833         centralized in Expand_N_Attribute_Reference.
9834
9835 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9836
9837         * exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization
9838         of tagged types whose ultimate ancestor is a CPP type.
9839         (Freeze_Array_Type): For a packed array type, generate an initialization
9840         procedure if the type is public, to handle properly a client that
9841         specifies Normalize_Scalars.
9842
9843 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9844
9845         * exp_ch9.adb (Actual_Index_Expression): When the expansion occurs
9846         inside a generic body, retrieve the full view of the entry family
9847         discrete subtype if available.
9848
9849 2007-10-15  Thomas Quinot  <quinot@adacore.com>
9850
9851         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not
9852         attempt to generate stubs for hidden primitive operations.
9853
9854 2007-10-15  Vincent Celier  <celier@adacore.com>
9855
9856         * mlib-tgt-specific.adb (Support_For_Libraries): New function,
9857         returning None, used when there is no platform specific body for
9858         MLib.Tgt.Specific.
9859
9860 2007-10-15  Bob Duff  <duff@adacore.com>
9861
9862         * sem_case.adb, sem_ch13.adb, lib-sort.adb: Replace use of Heap_Sort_A
9863         (passing'Unrestricted_Access of nested subprograms to Sort) with use of
9864         the generic Heap_Sort_G, in order to avoid trampolines.
9865
9866 2007-10-15  Vasiliy Fofanov  <fofanov@adacore.com>
9867             Jose Ruiz  <ruiz@adacore.com>
9868
9869         * vx_stack_info.c: New file.
9870
9871         * i-forbla-unimplemented.ads: New file.
9872
9873         * Makefile.in: i-forbla-unimplemented.ads: a variant of i-forbla.ads
9874         for unsupported configurations; use it on VMS targets instead of the
9875         real one.
9876         (EXTRA_LIBGNAT_SRCS,EXTRA_LIBGNAT_OBJS for VxWorks): Include
9877         vx_stack_info.{c,o} that contains the routine __gnat_get_stack_info
9878         used by VxWorks targets to have access to task-specific data and be
9879         able to extract the stack boundaries for stack checking.
9880         Use system-vms-ia64.ads on ivms.
9881
9882         * Make-lang.in: Update dependencies.
9883
9884         * sysdep.c (__gnat_get_stack_info): Move to a standalone file
9885         (vx_stack_info.c).
9886
9887 2007-10-15  Vincent Celier  <celier@adacore.com>
9888
9889         * snames.adb, snames.ads: Add new standard name runtime_library_dir
9890
9891         * prj.ads (Language_Config): Add new component Runtime_Library_Dir
9892
9893         * prj-attr.adb: Add project level attribute Runtime_Library_Dir
9894
9895         * prj-env.adb (Create_Mapping_File): Do not put an entry if the path of
9896         the source is unknown.
9897
9898         * prj-ext.adb: Spelling error fix
9899
9900         * prj-nmsc.adb (Check_Ada_Name): Reject any unit that includes an Ada
9901         95 reserved word in its name.
9902         (Process_Project_Level_Array_Attributes): Process new attribute
9903         Runtime_Library_Dir.
9904
9905         * prj-part.adb (Parse_Single_Project): Do not check the name of the
9906         config project against the user project names.
9907
9908         * prj-proc.adb (Expression): In multi-language mode, indexes that do
9909         not include a dot are always case insensitive.
9910         (Process_Declarative_Items): Ditto
9911         (Process_Project_Tree_Phase_1): Set Success to False in case an error is
9912         detected.
9913
9914         * prj-util.adb (Value_Of (In_Array)): When Force_Lower_Case_Index is
9915         True, compare both indexes in lower case.
9916
9917 2007-10-15  Robert Dewar  <dewar@adacore.com>
9918
9919         * rtsfind.adb: (Load_RTU): Turn off style checks for Load call
9920
9921 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
9922
9923         * sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box
9924         association for an access component, add an association with null as
9925         the expression. Remove testing for array subtypes and the setting in
9926         that case of Ctyp to the array component type, which prevented proper
9927         inclusion of an association for null-initialized arrays. Collapse
9928         condition that tests for array subtypes into just a test of
9929         Is_Partially_Initialized_Type (which already covers arrays anyway).
9930
9931 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9932
9933         * sem_ch12.adb: Minor code reformatting.
9934         (Check_Generic_Child_Unit): Iterate over the homonym chain in order to
9935         find the parent package which may have been hidden by local
9936         declarations.
9937
9938 2007-10-15  Gary Dismukes  <dismukes@adacore.com>
9939
9940         * sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained
9941         flag of derived concurrent types, taking into account the flag setting
9942         on the parent subtype and any new set of discriminants.
9943
9944 2007-10-15  Hristian Kirtchev  <kirtchev@adacore.com>
9945
9946         * sem_ch4.adb: Minor code and comment reformatting.
9947         (Analyze_Allocator): When the designated type of an unconstrained
9948         allocator is a record with unknown discriminants or an array with
9949         unknown range bounds, emit a detailed error message depending on the
9950         compilation mode and whether the designated type is limited.
9951
9952 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9953
9954         * system-vms-ia64.ads: New file.
9955
9956         * system-vms_64.ads: Minor comment fix.
9957
9958 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9959
9960         * sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a
9961         body generated for a function with a controlling result that is a null
9962         extension, discard the generated body in favor of the current explicit
9963         one.
9964
9965 2007-10-15  Ed Schonberg  <schonberg@adacore.com>
9966
9967         * sem_disp.adb (Find_Controlling_Arg): Examine the call node before
9968         examining its original form, to handle properly operator calls that
9969         have been rewritten.
9970
9971 2007-10-15  Olivier Hainque  <hainque@adacore.com>
9972
9973         * tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
9974         instead of a procedure value in each traceback entry.
9975
9976         * g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
9977         instead of procedure value to TBK$SYMBOLIZE.
9978
9979         * s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
9980         field.
9981         (TB_Entry_For): Account for the PV/FP renaming.
9982
9983         * s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
9984         add comment.
9985         (Null_TB_Entry): Account for change of component name.
9986         (PV_For): Rename as FP_For.
9987
9988 2007-10-15  Tristan Gingold  <gingold@adacore.com>
9989
9990         * trans.c (gnat_to_gnu): Remove the padding structure more often.
9991         This optimize assignment to over-aligned record.
9992
9993 2007-10-15  Emmanuel Briot  <briot@adacore.com>
9994
9995         * xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie
9996         interfaces.
9997
9998         * xr_tabls.adb (Add_Reference): Add support for the new 'R' reference
9999         type, for dispatching calls.
10000
10001 2007-10-15  Vincent Celier  <celier@adacore.com>
10002             Robert Dewar  <dewar@adacore.com>
10003
10004         * gnat_ugn.texi: Add documentation for switches --version and --help
10005         for the GNAT tools gnatbind, gnatlink, gnatmake, gnatchop, gnatname,
10006         gnatxref, gnatfind, gnatls, and gnatclean.
10007         Document -gnatw.o.
10008         Mention attribute Excluded_Source_Dirs
10009         Replace obsolescent attribute Locally_Removed_Files with attribute
10010         Excluded_Source_Files.
10011         Improve documentation of -u (gnatbind)
10012         Document how to do reliable stack checking for the environmental task
10013         on iVMS.
10014
10015         * gnat_rm.texi: Rewrite section about No_Implicit_Dynamic_Code.
10016         Document attribute Excluded_Source_Files and indicate that attribute
10017         Locally_Removed_Files is obsolescent.
10018
10019 2007-10-15  Thomas Quinot  <quinot@adacore.com>
10020
10021         * g-soccon-vms.ads: Fix value of MSG_WAITALL.
10022
10023         * gen-soccon.c:
10024         Update documentation to note that OpenVMS 8.3 or later must be used
10025         to generate g-soccon-vms.ads.
10026
10027         * atree.adb: Add ??? comment
10028
10029         * exp_util.adb: Minor reformatting.
10030         Add ??? comment in Kill_Dead_Code.
10031
10032 2007-10-15  Robert Dewar  <dewar@adacore.com>
10033
10034         * errout.ads: Comment clarification
10035
10036         * exp_ch4.adb (Expand_N_Allocator): Code cleanup.
10037         (Expand_N_Op_Eq): Improve handling of array equality with -gnatVa
10038
10039         * lib.ads: Comment update
10040
10041         * init.c: Minor reformatting.
10042
10043         * sem_attr.adb: Minor formatting
10044
10045         * osint-b.ads: Minor reformatting
10046
10047         * sem_ch9.adb: Implement -gnatd.I switch
10048
10049         * g-comlin.adb: (Start): Fix handling of empty command line.
10050
10051         * gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
10052         even when -rules follows the -cargs section.
10053
10054 2007-10-08  Ollie Wild  <aaw@google.com>
10055
10056         * misc.c (LANG_HOOKS_PUSHDECL): Replaced lhd_return_tree with
10057         gnat_return_tree.
10058         (gnat_init_gcc_eh): Replaced gnat_eh_runtime_type with
10059         gnat_return_tree.
10060         (gnat_eh_runtime_type): Removed.
10061         (gnat_return_tree): New function.
10062
10063 2007-10-08  Ben Elliston  <bje@au.ibm.com>
10064
10065         PR ada/33454
10066         Revert:
10067         2007-08-31  Ben Elliston  <bje@au.ibm.com>
10068
10069         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
10070         when compiling for powerpc64-*-linux.
10071         * system-linux-ppc64.ads: New file.
10072
10073 2007-09-27  Eric Botcazou  <ebotcazou@adacore.com>
10074
10075         Mapped location support
10076         * back_end.adb (Call_Back_End): Pass information about source
10077         files instead of units to gigi.
10078         * gigi.h (struct File_Info_Type): New.
10079         (gigi): Rename and change type of number_units parameter, change
10080         type of file_info_ptr parameter.
10081         * trans.c (number_files): New global variable.
10082         (gigi): Rename and change type of number_units parameter, change
10083         type of file_info_ptr parameter.
10084         If mapped location support is enabled, create the isomorphic mapping
10085         between source files and line maps.
10086         (Sloc_to_locus): If mapped location support is enabled, translate
10087         source location into mapped location.
10088         (annotate_with_node): Rename into set_expr_location_from_node.
10089         Call set_expr_location instead of annotate_with_locus.
10090         (Pragma_to_gnu): Adjust for above change.
10091         (Loop_Statement_to_gnu): Likewise.
10092         (call_to_gnu): Likewise.
10093         (Handled_Sequence_Of_Statements_to_gnu): Likewise.
10094         (gnat_to_gnu): Likewise.
10095         (add_stmt_with_node): Likewise.
10096         (add_cleanup): Likewise.
10097         * utils.c (gnat_init_decl_processing): Do not set input_line.
10098
10099 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
10100
10101         * sem_ch8.adb (Analyze_Use_Type): Code cleanup.
10102         (Applicable_Use): Emit a warning when a package tries to use itself.
10103         (Use_One_Type): Add variable Is_Known_Used. Emit a warning when a type
10104         is already in use or the package where it is declared is in use or is
10105         declared in the current package.
10106         (Spec_Reloaded_For_Body): New subsidiary routine for Use_One_Type.
10107
10108         * a-tasatt.adb, s-osprim-vxworks.adb, g-socthi-mingw.adb,
10109         s-intman-vms.adb, g-socket.adb, g-thread.adb, s-tarest.adb,
10110         s-tassta.adb, s-tporft.adb: Remove redundant 'use type' clause.
10111
10112 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
10113
10114         * a-calend-vms.adb, a-calend.adb:
10115         Add a section on leap seconds control along with two entities used to
10116         enable and disable leap seconds support. The array Leap_Second_Times is
10117         now constant and contains hard time values pre-generated. Remove
10118         all elaboration code used to populate the table of leap seconds.
10119
10120         * bindgen.adb:
10121         Add entity Leap_Seconds_Support to the list of global run-time variables
10122         along with a comment on its usage and values.
10123         (Gen_Adainit_Ada): Add code to generate the declaration and import of
10124         Integer variable Leap_Seconds_Support. Set its value to zero (disabled)
10125         or one (enabled) depending on the presence of binder switch "-y".
10126         (Gen_Adainit_C): Add code to generate the declaration of external int
10127         __gl_leap_seconds_support. Set is value to zero (disabled) or one
10128         (enabled) depending on the presence of binder switch "-y".
10129
10130         * init.c: Add __gl_leap_seconds_support to the list of global values
10131         computed by the binder.
10132
10133 2007-09-26  Jerome Guitton  <guitton@adacore.com>
10134
10135         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
10136         s-taprop-hpux-dce.adb, s-taprop-linux.adb, s-taprop-dummy.adb,
10137          s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
10138         s-taprop-posix.adb (Stop_Task): New function, dummy implementation.
10139
10140         * s-taprop.ads, s-taprop-vxworks.adb (Stop_Task): New function.
10141
10142         * s-tasdeb.adb (Stop_All_Tasks): New function, implementing a run-time
10143         function which can be called by the debugger to interrupt the tasks of
10144         an Ada application asynchronously, as needed on VxWorks.
10145         (Stop_All_Tasks_Handler): Renamed from Stop_All_Tasks.
10146
10147         * s-tasdeb.ads (Stop_All_Tasks_Handler): New function declaration,
10148         renamed from Stop_All_Tasks. Update comments.
10149         (Stop_All_tasks): New function declaration.
10150
10151 2007-09-26  Olivier Hainque  <hainque@adacore.com>
10152
10153         * adaint.c (if defined (__Lynx__)): Wrap #def/#undef VMOS_DEV around
10154         #include <utime.h> and #define GCC_RESOURCE_H before
10155         #include <sys/wait.h>.
10156         Add more protections in __gnat_translate_vms.
10157
10158         * expect.c (if defined (__Lynx__)): #define GCC_RESOURCE_H before
10159         #include <sys/wait.h>.
10160
10161 2007-09-26  Thomas Quinot  <quinot@adacore.com>
10162             Sergey Rybin  <rybin@adacore.com>
10163
10164         * gnatvsn.ads (PCS_Version_Number, ASIS_Version_Number): Removed.
10165
10166         * exp_dist.ads (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
10167         where it belongs.
10168
10169         * opt.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
10170
10171         * rtsfind.adb (PCS_Version_Number): Move from Gnatvsn to Exp_Dist,
10172         where it belongs.
10173
10174         * sem_dist.ads: Minor comment fix
10175
10176         * tree_io.ads: Move ASIS_Version_Number from Gnatvsn into Tree_IO.
10177
10178 2007-09-26  Javier Miranda  <miranda@adacore.com>
10179             Eric Botcazou  <ebotcazou@adacore.com>
10180
10181         * a-tags.adb:
10182         (Get_HT_Link/Set_HT_Link): Updated to handle the additional level of
10183          indirection added to the HT_Link component of the TSD. This is required
10184          to statically allocate the TSD.
10185
10186         * a-tags.ads:
10187         Minor reordering of the declarations in the private part. Required to
10188         add a level of indirection to the contents of the TSD component HT_Link.
10189         This is required to statically allocate the TSD.
10190
10191         * decl.c (gnat_to_gnu_entity) <object>: Do not exclude objects with
10192         Is_Statically_Allocated set from constant objects.
10193         Do not make exported constants created by the compiler volatile.
10194         (gnat_to_gnu_param): Do not treat an IN parameter whose address is taken
10195         as read-only.
10196
10197         * trans.c (Identifier_to_gnu): For constants, unshare initializers
10198         before returning them.
10199
10200         * exp_disp.ads, exp_disp.adb (Building_Static_DT): Spec moved to the
10201         public part of the package.
10202         (Make_DT): Move HT_Link component out of the TSD record. For this
10203         purpose Make_DT now declares a separate object that stores the
10204         HT_Link value, and initializes the TSD component with the address
10205         of this new object. The addition of this level of indirection is
10206         required to statically allocate the TSD because the TSD cannot
10207         have variable components.
10208         (Expand_Interface_Conversion): Improve the expanded code.
10209         (Expand_Interface_Thunk): Set Is_Thunk in the thunk entity.
10210
10211         * sem_disp.adb (Check_Dispatching_Operation): In case of a body
10212         declaring a primitive operation ---allowed by RM 3.9.2 (13.e/2)---,
10213         if we are building static dispatch tables then we must not generate
10214         extra code to register the primitive because the dispatch table will
10215         be built at the end of the library package; otherwise we notify that
10216         we cannot build the static dispatch table.
10217
10218 2007-09-26  Robert Dewar  <dewar@adacore.com>
10219
10220         * checks.adb, gnat1drv.adb, sem_util.ads: Improve warnings for address
10221         overlays.
10222
10223         * sem_ch13.ads, sem_ch13.adb: Improve warnings for address overlays
10224         (Analyze_Record_Representation_Clause): Suppress junk warning for
10225         missing component clause.
10226         (Analyze_Attribute_Definition_Clause, case Address): Apply the special
10227         tests for controlled type overlay to composites with controlled
10228         components.
10229         (Analyze_Record_Representation_Clause): Add reference for component name
10230
10231 2007-09-26  Javier Miranda  <miranda@adacore.com>
10232             Gary Dismukes  <dismukes@adacore.com>
10233
10234         * einfo.adb (Is_Thunk): New attribute applicable to subprograms. True
10235         for thunks associated with interface types.
10236
10237         * einfo.ads: Improve documentatation of Is_Internal
10238         (Is_Thunk): New attribute applicable to subprograms. True for thunks
10239         associated with interface types.
10240         Extensive comment fixes regarding flags that appear in all entities. The
10241         documentation is now consistent for all such flags (there were a number
10242         of errors in the documentation in this regard).
10243
10244         * exp_attr.adb (Expand_N_Attribute_Reference): Minor code cleanup.
10245
10246         * exp_ch6.adb (Make_Build_In_Place_Call_*): Return immediately if any
10247         of these procedures are passed a function call that already has
10248         build-in-place actuals (testing new flag
10249         Is_Expanded_Build_In_Place_Call). Set the flag on the function call in
10250         the case where processing continues.
10251         (Expand_Call): If the call is generated from a thunk body then we
10252         propagate the extra actuals associated with the accessibility
10253         level of the access type actuals.
10254
10255         * sem_ch6.adb (Analyze_Subprogram_Body): Set the Protected_Formal field
10256         of each extra formal of a protected operation to reference the
10257         corresponding extra formal of the subprogram denoted by the
10258         operation's Protected_Body_Subprogram.
10259
10260         * sinfo.ads, sinfo.adb (Is_Expanded_Build_In_Place_Call): New flag on
10261         N_Function_Call nodes.
10262
10263 2007-09-26  Robert Dewar  <dewar@adacore.com>
10264
10265         * exp_ch5.adb: Activate memmove type processing if debug flag d.s is set
10266
10267         * debug.adb: Add d.s flag.
10268
10269 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
10270
10271         * exp_dbug.adb (Debug_Renaming_Declaration): Set Is_Internal on the
10272         debug variable so that it won't be initialized when pragma
10273         Initialize_Scalars is in effect.
10274
10275 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
10276
10277         * freeze.adb (Freeze_Entity): Remove check for preelaborable
10278         initialization of a full view. This is moved to
10279         Analyze_Package_Specification.
10280
10281         * sem_ch7.adb (Analyze_Package_Specification): Add check for
10282         preelaborable initialization of a full view in entity loop.
10283         (Uninstall_Declarations): If entity is a use-visible compilation unit,
10284         its child units are use-visible only if they are visible child units.
10285
10286         * sem_util.adb (Is_Preelaborable_Expression): New function to determine
10287         whether an expression can be used within a type declaration that
10288         requires preelaborable init.
10289         (Check_Components): Replace inline code that does partial checking for
10290         preelaborable default expressions with call to
10291         Is_Preelaborable_Expression.
10292         (Has_Preelaborable_Initialization): In the case of a generic actual
10293         subtype, (that is, Is_Generic_Actual is True), return the result of
10294         applying Has_Preelaborable_Initialization to the generic actual's base
10295         type.
10296
10297 2007-09-26  Hristian Kirtchev  <kirtchev@adacore.com>
10298
10299         * g-calend.adb (Has_53_Weeks): Rename to Last_Year_Has_53_Weeks. Add a
10300         call to Jan_1_Day _Of_Week to optimize its performance.
10301         (Is_Leap): Move the routine to the scope of Week_In_Year.
10302         (Jan_1_Day_Of_Week): New routine in Week_In_Year which calculates the
10303         weekday on which January 1 falls of Year - 1 and Year + 1. This function
10304         avoids calling Time_Of and Split, thus making it more efficent.
10305         (Week_In_Year): Reimplemented in oder to follow ISO 8601.
10306
10307         * g-calend.ads (Week_In_Year): Change comment to reflect new
10308         implementation.
10309
10310 2007-09-26  Emmanuel Briot  <briot@adacore.com>
10311
10312         * g-comlin.ads, g-comlin.adb (Command_Line_Configuration,
10313         Command_Line): New types
10314         (Define_Alias, Define_Prefix, Free): New subprograms. These provide
10315         support for defining how switches can be grouped on a command line (as
10316         is the case for -gnatw... for GNAT), and how simple switches can be
10317         used as aliases for more complex switches (-gnatwa is same as
10318         -gnatwbcef...)
10319         (Set_Command_Line, Add_Switch, Remove_Switch): New subprogram
10320         (Start, Current_*): New subprograms
10321         Added support for parsing an array of strings in addition to the real
10322         command line.
10323         (Opt_Parser, Opt_Parser_Data): New type. As a result, some types had to
10324          be moved from the body to the private part of the spec.
10325         (*): All subprograms now have an extra parameter with default value to
10326         specify which parser should be used. For backward compatibility, it
10327         defaults to parsing the command line of the application. They were also
10328         modified to properly handle cases where each of the argument does not
10329         start at index 1 (which is always true for Ada.Command_Line, but not
10330         when processing any Argument_List).
10331         (Free): New subprogram
10332         (Internal_Initialize_Option_Scan, Find_Longuest_Matching_Switch,
10333         Argument): New subprograms
10334         (Switch_Parameter_Type): New enum, which clarifies the code. The extra
10335         special characters like ':', '=',... are now handled in a single place,
10336         which makes the code more extensible eventually.
10337         (Getopt, Full_Switch): When the switch was returned as part of the
10338         special character '*', make sure it is prepended by the switch character
10339         ('-' in general), so that the application knows whether "foo" or "-foo"
10340         was specified on the command line.
10341
10342 2007-09-26  Florian Villoing  <villoing@adacore.com>
10343
10344         * g-dirope.adb (Remove_Dir): In case we are removing directories
10345         recursively, make sure that if an exception is raised during the
10346         processing, the current working directory is reset to its initial
10347         value before propagating the exception.
10348
10349 2007-09-26  Vincent Celier  <celier@adacore.com>
10350
10351         * gnatbind.adb: If there are several ALI files specified and there is
10352         a main program to bind, the first ALI is expected to contain the main
10353         subprogram and the names of the binder generated files will be derived
10354         from the first ALI file name.
10355         (Gnatbind): Fix insertion character in invocation of Error_Msg
10356
10357 2007-09-26  Vincent Celier  <celier@adacore.com>
10358
10359         * gnatcmd.adb (Check_Files): Do not include sources that have been
10360         removed by attributes Exclude_Source_Files or Locally_Removed_Files.
10361
10362 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10363
10364         * lib-xref.ads, lib-xref.adb: The entry for array types now carries
10365         information about each of its index types, following the type
10366         reference for its component type.
10367
10368 2007-09-26  Vincent Celier  <celier@adacore.com>
10369
10370         * make.adb: (Kill): New procedure (__gnat_kill imported)
10371         (Running_Compile, Outstanding_Compiles): Global variables that
10372         were previously local to procedure Compile_Sources.
10373         (Sigint_Intercepted): Send signal SIGINT to all outstanding
10374         compilation processes.
10375
10376         (Gnatmake): If project files are used, create the mapping of all the
10377         sources, so that the correct paths will be found.
10378
10379         * prj-env.ads, prj-env.adb (Create_Mapping): New procedure
10380
10381 2007-09-26  Vincent Celier  <celier@adacore.com>
10382
10383         * makeutl.ads (Main_Config_Project): Moved to gpr_util.ads
10384
10385         * prj.ads, prj.adb (Default_Language): Remove function, no longer used
10386         Replace components Compiler_Min_Options and Binder_Min_Options with
10387         Compiler_Required_Switches and Binder_Required_Switches in record
10388         Language_Config.
10389         Remove components Default_Language and Config in Project_Tree_Data,
10390         no longer used.
10391
10392         * prj-attr.adb: New attributes Required_Switches (<language>) in
10393         packages Compiler and Binder.
10394
10395         * prj-nmsc.adb: Major rewrite of the processing of configuration
10396         attributes for gprbuild. No impact on GNAT tools.
10397
10398         * prj-proc.ads, prj-proc.adb (Process_Project_Tree_Phase_2): No longer
10399         process configuration attributes: this is done in Prj.Nmsc.Check.
10400         (Recursive_Process): Make a full copy of packages inherited from project
10401         being extended, instead of a shallow copy.
10402         (Process_Project_Tree_Phase_1): New procedure
10403         (Process_Project_Tree_Phase_1): New procedure
10404         (Process): Implementation now uses the two new procedures
10405
10406         * prj-util.adb (Executable_Of): Get the suffix and the default suffix
10407         from the project config, not the tree config that no longer exists.
10408
10409 2007-09-26  Vincent Celier  <celier@adacore.com>
10410
10411         * Make-lang.in: Update dependencies..
10412
10413 2007-09-26  Vincent Celier  <celier@adacore.com>
10414
10415         * osint.adb, osint.ads: Minor reformatting
10416
10417         * osint-b.adb, osint-b.ads (Set_Current_File_Name_Index): New procedure
10418
10419 2007-09-26  Gary Dismukes  <dismukes@adacore.com>
10420
10421         * par-ch4.adb (P_Record_Or_Array_Component_Association): Change Ada 95
10422         message to cite use of <> in aggregate component associations rather
10423         than wrongly indicating use of limited aggregates.
10424
10425 2007-09-26  Robert Dewar  <dewar@adacore.com>
10426
10427         * sem_attr.adb (Analyze_Access_Attribute): Fix missing set of
10428         Address_Taken.
10429
10430 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10431
10432         * sem_ch3.adb (Derive_Subprograms): If the interface parent is a direct
10433         ancestor of the derived type, the operations are inherited from the
10434         primary dispatch table of the parent.
10435         (OK_For_Limited_Init_In_05): Remove old comment. Reject in-place calls
10436         when the context is an explicit type conversion.
10437
10438 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10439
10440         * sem_ch4.adb (Analyze_Qualified_Expression): Apply name resolution
10441         rule for qualified expressions properly, to detect improper conversions
10442         and resolve some cases of overloading.
10443
10444 2007-09-26  Ed Schonberg  <schonberg@adacore.com>
10445
10446         * sem_res.adb (Resolve_Call): If the call is dispatching, generate the
10447         proper kind of reference to the primitive operation, for better source
10448         navigation.
10449         (Valid_Conversion): A tagged conversion is legal if both operands are
10450         tagged.
10451
10452 2007-09-26  Robert Dewar  <dewar@adacore.com>
10453
10454         * sem_warn.adb (Check_References): Catch more cases of unreferenced
10455         packages.
10456
10457 2007-09-26  Vincent Celier  <celier@adacore.com>
10458
10459         * snames.adb, snames.ads: Change Include_Option to Include_Switches
10460
10461 2007-09-26  Robert Dewar  <dewar@adacore.com>
10462
10463         * s-wchstw.adb: provide messages for run time unit exceptions
10464
10465         * a-witeio.adb: Minor reformatting
10466
10467         * exp_ch13.adb: Minor reformatting
10468
10469 2007-09-26  Sergey Rybin  <rybin@adacore.com>
10470
10471         * vms_data.ads: Revise gnatmetric qualifiers.
10472         Add qualified for the new gnatbind option '-y'
10473
10474         * gnat_ugn.texi: Revise the gnatmetric section.
10475         Add entry for new gnatbind option '-y'.
10476
10477         * gnat_rm.texi: Minor spelling correction.
10478         Document restriction on overlaying controlled types
10479
10480 2007-09-26  Vincent Celier  <celier@adacore.com>
10481
10482         * makegpr.adb (Link_Executables): Do not fail when the root project has
10483         no sources, but is an extending project.
10484
10485 2007-09-25  Eric Botcazou  <ebotcazou@adacore.com>
10486
10487         * trans.c: Fix misplaced #define.
10488
10489 2007-09-22  Eric Botcazou  <ebotcazou@adacore.com>
10490
10491         * utils2.c (build_unary_op) <ADDR_EXPR> [INDIRECT_REF]: Propagate
10492         the TYPE_REF_CAN_ALIAS_ALL flag to the result.
10493
10494 2007-09-21  Olivier Hainque  <hainque@adacore.com>
10495
10496         * utils.c (type_for_nonaliased_component_p): Return false for
10497         all AGGREGATE_TYPEs.
10498
10499 2007-09-17  Eric Botcazou  <ebotcazou@adacore.com>
10500
10501         * decl.c (gnat_to_gnu_entity) <object>: Make again the type of an
10502         object covered by 13.3(19) volatile.
10503
10504 2007-09-12  Eric Botcazou  <ebotcazou@adacore.com>
10505
10506         PR ada/26797
10507         PR ada/32407
10508         * utils.c (unchecked_convert): Use a subtype as the intermediate type
10509         in the special VIEW_CONVERT_EXPR case.
10510
10511 2007-09-12  Robert Dewar  <dewar@adacore.com>
10512
10513         * types.ads, a-charac.ads, freeze.adb: Minor reformatting.
10514
10515         * a-except.adb, g-hesora.adb, g-speche.adb, lib.adb, lib.ads,
10516         lib-load.adb, lib-writ.adb, s-assert.adb, s-carun8.adb,
10517         s-casuti.adb, s-crc32.adb, s-exctab.adb, s-htable.adb, s-imgenu.adb,
10518         s-mastop.adb, s-memory.adb, s-memory.ads, s-secsta.adb, s-soflin.adb,
10519         s-sopco3.adb, s-sopco4.adb, s-sopco5.adb, s-stache.adb, s-stalib.adb,
10520         s-stoele.adb, s-strcom.adb, s-strops.adb, s-traceb.adb, s-traent.adb,
10521         s-wchcnv.adb, s-wchcon.adb, s-wchjis.adb, s-addope.adb, s-except.adb,
10522         s-os_lib.adb, s-string.adb, s-utf_32.adb, a-elchha.adb,
10523         a-chlat1.ads, a-elchha.ads, a-except.ads, g-hesora.ads, g-htable.ads,
10524         g-speche.ads, par-prag.adb, restrict.adb, restrict.ads, s-assert.ads,
10525         s-carun8.ads, s-casuti.ads, s-crc32.ads, sem_ch11.adb, sem_prag.adb,
10526         s-exctab.ads, s-htable.ads, s-imgenu.ads, s-mastop.ads, snames.adb,
10527         snames.ads, snames.h, s-purexc.ads, s-secsta.ads, s-soflin.ads,
10528         s-sopco3.ads, s-sopco4.ads, s-sopco5.ads, s-stache.ads, s-stalib.ads,
10529         s-stoele.ads, s-strcom.ads, s-strops.ads, s-traceb.ads, s-traent.ads,
10530         s-unstyp.ads, s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-addope.ads,
10531         s-except.ads, s-os_lib.ads, s-string.ads, s-utf_32.ads: Implement
10532         pragma Compiler_Unit and adds it to relevant library units.
10533
10534 2007-09-12  Ed Schonberg  <schonberg@adacore.com>
10535
10536         * sem_aggr.adb (Resolve_Record_Aggregate): An others association with
10537         a box need not correspond to any component.
10538
10539 2007-09-12  Robert Dewar  <dewar@adacore.com>
10540
10541         * g-thread.ads: Document use of "with GNAT.Threads" to ensure loading
10542         the tasking version of the Ada run time when foreign threads are
10543         present and there are no explicit Ada tasks or tasking constructs.
10544
10545         * gnat_rm.texi: Clarify documentation of GNAT.Threads.
10546
10547 2007-09-12  Hristian Kirtchev  <kirtchev@adacore.com>
10548
10549         * bindusg.adb (Display): Correct comment for switch -X. Add a line for
10550         the usage of switch -y.
10551
10552         * switch-b.adb (Scan_Binder_Switches): Set flag Leap_Seconds_Support
10553         when switch -y is present.
10554
10555         * opt.ads: Add binder flag Leap_Seconds_Support used to enable/disable
10556         leap seconds in Ada.Calendar and its children.
10557
10558 2007-09-12  Jose Ruiz  <ruiz@adacore.com>
10559
10560         * a-extiti.ads (Timer): The discriminant is a "not null access
10561         constant" in the Reference Manual.
10562         (Cancel_Handler): Cancelled is an out parameter in the Reference Manual.
10563
10564 2007-09-12  Robert Dewar  <dewar@adacore.com>
10565
10566         * a-swuwha.adb: Remove junk RM header
10567
10568 2007-09-12  Vincent Celier  <celier@adacore.com>
10569
10570         * g-bytswa-x86.adb (Swap2, Swap4, Swap8): Remove explicit "in" mode
10571         indicator
10572
10573         * g-bytswa.ads: Minor reformatting
10574
10575 2007-09-12  Thomas Quinot  <quinot@adacore.com>
10576
10577         * g-soccon-solaris-64.ads, g-soccon-hpux-ia64.ads:
10578         Add new constant Thread_Blocking_IO, always True by default, set False
10579         on a per-runtime basis.
10580         (Need_Netdb_Buffer): New constant.
10581
10582 2007-09-12  Arnaud Charlet  <charlet@adacore.com>
10583
10584         * s-dsaser.ads (Get_Local_Partition_Id, Get_Passive_Partition_Id):
10585         Added renames for corresponding functions in System.Partition_Interface.
10586
10587 2007-09-12  Doug Rupp  <rupp@adacore.com>
10588
10589         * Makefile.in: Remove VMS specific System.CRTL packages which are no
10590         longer needed.
10591
10592         * s-crtl-vms64.ads: Removed.
10593
10594 2007-09-12  Olivier Hainque  <hainque@adacore.com>
10595
10596         * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: For a subtype
10597         with discriminant constraints, generalize the code for BIT_FIELDs
10598         to PACKED fields of constant size and propagate DECL_PACKED.
10599
10600 2007-09-11  Eric Botcazou  <ebotcazou@adacore.com>
10601
10602         * decl.c (array_type_has_nonaliased_component): New predicate.
10603         (gnat_to_gnu_field) <E_Array_Type>: Invoke the above predicate to
10604         set the TYPE_NONALIASED_COMPONENT flag on the type.
10605         <E_Array_Subtype>: Likewise.
10606         * gigi.h (type_for_nonaliased_component_p): Declare.
10607         * utils.c (type_for_nonaliased_component_p): New predicate.
10608         (create_field_decl): Invoke the above predicate to set the
10609         DECL_NONADDRESSABLE_P flag on the field.
10610
10611 2007-09-11  Javier Miranda  <miranda@adacore.com>
10612
10613         * einfo.ads, einfo.adb (Dispatch_Table_Wrapper): New attribute. Present
10614         in library level record type entities if we are generating statically
10615         allocated dispatch tables.
10616
10617         * exp_disp.adb (Make_Tags/Make_DT): Replace previous code
10618         importing/exporting the _tag declaration by new code
10619         importing/exporting the dispatch table wrapper. This change allows us
10620         to statically allocate of the TSD.
10621         (Make_DT.Export_DT): New procedure.
10622         (Build_Static_DT): New function.
10623         (Has_DT): New function.
10624
10625         * freeze.adb (Freeze_Static_Object): Code cleanup: Do not reset flags
10626         True_Constant and Current_Value. Required to statically
10627         allocate the dispatch tables.
10628         (Check_Allocator): Make function iterative instead of recursive.
10629         Also return inner allocator node, when present, so that we do not have
10630         to look for that node again in the caller.
10631
10632 2007-09-11  Jan Hubicka  <jh@suse.cz>
10633
10634         * misc.c (gnat_expand_body): Kill.
10635         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
10636
10637 2007-09-10  Robert Dewar  <dewar@adacore.com>
10638
10639         * exp_atag.ads, exp_atag.adb, mlib-tgt-tru64.adb, mlib-tgt-aix.adb,
10640         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
10641         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
10642         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, ali.adb, ali.ads,
10643         ali-util.adb, ali-util.ads, atree.h, back_end.adb, back_end.ads,
10644         bcheck.adb, bcheck.ads, binde.adb, binde.ads, binderr.adb, binderr.ads,
10645         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads, butil.adb,
10646         butil.ads, checks.adb, checks.ads, clean.adb, clean.ads, comperr.adb,
10647         comperr.ads, cstand.adb, cstand.ads, debug_a.adb, debug_a.ads,
10648         elists.h, errout.adb, erroutc.ads, errutil.adb, errutil.ads,
10649         err_vars.ads, eval_fat.adb, eval_fat.ads, exp_sel.ads, exp_sel.adb,
10650         exp_aggr.adb, exp_aggr.ads, expander.adb, expander.ads, exp_attr.ads,
10651         exp_ch10.ads, exp_ch11.adb, exp_ch12.adb, exp_ch12.ads, exp_ch13.adb,
10652         exp_ch13.ads, exp_ch2.adb, exp_ch2.ads, exp_ch3.ads, exp_ch4.adb,
10653         exp_ch4.ads, exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
10654         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads, exp_ch9.adb,
10655         exp_ch9.ads, exp_code.adb, exp_code.ads, exp_dbug.adb, exp_dbug.ads,
10656         exp_disp.ads, exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
10657         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads, exp_pakd.adb,
10658         exp_pakd.ads, exp_prag.adb, exp_prag.ads, exp_smem.adb, exp_strm.adb,
10659         exp_strm.ads, exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
10660         exp_vfpt.adb, exp_vfpt.ads, fmap.adb, fmap.ads, fname-sf.adb,
10661         fname-sf.ads, fname-uf.adb, fname-uf.ads, frontend.adb, frontend.ads,
10662         get_targ.adb, get_targ.ads, gnat1drv.adb, gnat1drv.ads, gnatbind.adb,
10663         gnatbind.ads, gnatbl.c, gnatchop.adb, gnatclean.adb, gnatcmd.adb,
10664         gnatcmd.ads, gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
10665         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb, gnatls.ads,
10666         gnatmake.adb, gnatmake.ads, gnatmem.adb, gnatname.adb, gnatname.ads,
10667         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb,
10668         gprep.adb, gprep.ads, hlo.adb, hlo.ads, impunit.adb, impunit.ads,
10669         inline.adb, inline.ads, itypes.adb, itypes.ads, layout.adb, layout.ads,
10670         lib-load.adb, lib-load.ads, lib-util.adb, lib-util.ads, lib-writ.adb,
10671         lib-writ.ads, lib-xref.adb, lib-xref.ads, live.adb, live.ads,
10672         make.adb, make.ads, makeutl.ads, makeutl.adb, makeusg.adb, makeusg.ads,
10673         mdll.adb, mdll.ads, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
10674         mdll-utl.ads, memroot.adb, memroot.ads, mlib.adb, mlib.ads,
10675         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
10676         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, namet.h, nmake.adt,
10677         osint.adb, osint.ads, osint-b.adb, osint-b.ads, osint-c.adb,
10678         osint-c.ads, osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads,
10679         par.adb, par.ads, par-ch10.adb, par-ch11.adb, par-ch12.adb,
10680         par-ch13.adb, par-ch2.adb, par-ch3.adb, par-ch4.adb, par-ch5.adb,
10681         par-ch6.adb, par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
10682         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb, par-tchk.adb,
10683         par-util.adb, prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
10684         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads, prj-com.ads,
10685         prj-dect.adb, prj-dect.ads, prj-err.adb, prj-err.ads, prj-ext.adb,
10686         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
10687         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
10688         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
10689         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
10690         prj-util.adb, prj-util.ads, restrict.adb, restrict.ads,
10691         rtsfind.adb, rtsfind.ads, scn.adb, scn.ads,
10692         scng.adb, scng.ads, sdefault.ads, sem.ads, sem_aggr.ads, sem_attr.adb,
10693         sem_case.adb, sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
10694         sem_ch10.ads, sem_ch11.adb, sem_ch11.ads, sem_ch12.ads, sem_ch13.adb,
10695         sem_ch13.ads, sem_ch2.adb, sem_ch2.ads, sem_ch3.adb, sem_ch3.ads,
10696         sem_ch4.ads, sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
10697         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads, sem_ch9.adb,
10698         sem_ch9.ads, sem_disp.adb, sem_disp.ads, sem_dist.adb, sem_dist.ads,
10699         sem_elab.adb, sem_elab.ads, sem_elim.adb, sem_elim.ads, sem_eval.adb,
10700         sem_eval.ads, sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
10701         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads, sem_res.adb,
10702         sem_res.ads, sem_smem.adb, sem_smem.ads, sem_type.adb, sem_type.ads,
10703         sem_util.adb, sem_util.ads, sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb,
10704         sem_warn.ads, sfn_scan.ads, sinfo-cn.adb, sinfo-cn.ads, sinput-c.adb,
10705         sinput-c.ads, sinput-d.adb, sinput-d.ads, sinput-l.adb, sinput-l.ads,
10706         sinput-p.adb, sinput-p.ads, snames.h, sprint.adb, sprint.ads,
10707         stringt.h, style.ads, styleg.adb, styleg.ads, styleg-c.adb,
10708         styleg-c.ads, stylesw.adb, stylesw.ads, switch.adb, switch.ads,
10709         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
10710         switch-m.ads, symbols.adb, symbols.ads, targparm.adb, tbuild.adb,
10711         tbuild.ads, tempdir.adb, tempdir.ads, tree_gen.adb, tree_gen.ads,
10712         treepr.adb, treepr.ads, treeprs.adt, ttypef.ads, ttypes.ads,
10713         types.h, uintp.h, urealp.h, usage.adb, usage.ads,
10714         validsw.adb, validsw.ads, vxaddr2line.adb, xeinfo.adb, xnmake.adb,
10715         xref_lib.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads, xsinfo.adb,
10716         xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb, xgnatugn.adb,
10717         gprmake.adb, makegpr.ads, makegpr.adb, prj-attr-pm.ads, prj-attr-pm.adb,
10718         mlib-tgt-lynxos.adb, mlib-tgt-darwin.adb, symbols-vms.adb,
10719         symbols-processing-vms-alpha.adb, symbols-processing-vms-ia64.adb,
10720         mlib-tgt-specific.adb, mlib-tgt-specific.ads, mlib-tgt-vms.adb,
10721         mlib-tgt-vms.ads: Replace headers with GPL v3 headers.
10722
10723 2007-09-10  Emmanuel Briot  <briot@adacore.com>
10724
10725         * s-regpat.adb (Parse_Character_Class): Fix handling of empty character
10726         classes ("[]").
10727
10728 2007-09-10  Vasiliy Fofanov  <fofanov@adacore.com>
10729
10730         * adaint.c (__gnat_translate_vms): new function.
10731
10732 2007-09-10  Gary Dismukes  <dismukes@adacore.com>
10733             Thomas Quinot  <quinot@adacore.com>
10734
10735         * exp_ch3.adb (Predef_Spec_Or_Body): When the type is abstract, only
10736         create an abstract subprogram in the case of 'Input. For 'Output we now
10737         create a real spec/body when the type is abstract, since it can
10738         potentially be called.
10739         (Predefined_Primitive_Bodies): Now allow the creation of a predefined
10740         body for 'Output when the type is abstract (only the creation of the
10741         body for 'Input is excluded when the type is abstract).
10742         (Stream_Operation_OK): Add an additional condition in the return
10743         statement, so that False will be returned for TTS_Stream_Input if the
10744         associated tagged type is an abstract extension. Add comments for
10745         return statement.
10746         (Expand_N_Object_Declaration): For the case of a shared passive
10747         variable, insert init proc call only after the shared variable
10748         procedures have been processed, because the IP call needs to undergo
10749         shared passive variable reference expansion, which requires these
10750         procedures to be available (and elaborated).
10751
10752 2007-09-10  Vincent Celier  <celier@adacore.com>
10753
10754         * prj-env.ads, prj-env.adb (Create_Mapping_File (Language)): Remove
10755         parameter Runtime_Project.
10756
10757 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
10758
10759         * sem_aggr.adb (Build_Record_Aggr_Code): If an aggregate component is
10760         given a box association, the type of the component is discriminated,
10761         and the value of the discriminant is the discriminant of the enclosing
10762         type, retrieve its value from the aggregate itself, where it must have
10763         been supplied.
10764
10765         * sem_ch4.adb (Analyze_One_Call): Further refinement to previous fix,
10766         to remove other spurious ambiguities on arithmetic operations involving
10767         literals and addresses, on systems where Address is a visible integer
10768         type, when the operator is called in functional notation.
10769         (Try_Primitive_Operation): Within an instance, a call in prefixed form
10770         is legal when the types match, even if the operation is currently
10771         hidden.
10772
10773 2007-09-10  Ed Schonberg  <schonberg@adacore.com>
10774
10775         * sem_ch12.adb (Build_Local_Package): A formal package with no
10776         associations is legal if all formals have defaults. It is not
10777         equivalent to a formal declared with a box.
10778
10779 2007-09-10  Sergey Rybin  <rybin@adacore.com>
10780
10781         * vms_data.ads: Add qualifier for the new gnatmetric '-lratio' option
10782
10783 2007-09-10  Sergey Rybin  <rybin@adacore.com>
10784
10785         * gnat_ugn.texi: Add description of the new '-lratio' option
10786         Update 7.3.1 section about availability of the feature.
10787
10788 2007-09-10  Thomas Quinot  <quinot@adacore.com>
10789
10790         * exp_smem.ads, exp_smem.adb (Make_Shared_Var_Procs): Return last
10791         inserted node.
10792
10793 2007-09-10  Olivier Hainque  <hainque@adacore.com>
10794
10795         * Makefile.in: (mips-irix section): Activate build of libgmem.
10796
10797 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
10798
10799         * a-numaux-x86.adb (Logarithmic_Pow): Do not silently clobber
10800         x87 registers.
10801
10802 2007-09-10  Eric Botcazou  <ebotcazou@adacore.com>
10803
10804         * decl.c (gnat_to_gnu_entity) <object>: Deal with variable built for
10805         a debug renaming declaration specially.
10806
10807 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
10808
10809         * decl.c (gnat_to_gnu_entity) <Object>: Simplify the condition under
10810         which a constant renaming is treated as a normal object declaration.
10811         * trans.c (lvalue_required_p) <N_Slice>: New case, extracted from
10812         the N_Indexed_Component case.
10813         <N_Indexed_Component>: Fall through to above case.
10814         <N_Object_Renaming_Declaration>: Return true for all composite types.
10815
10816 2007-09-08  Eric Botcazou  <ebotcazou@adacore.com>
10817
10818         * decl.c (make_packable_type): If the new type has been given BLKmode,
10819         try again to get an integral mode for it.
10820
10821 2007-09-07  Eric Botcazou  <ebotcazou@adacore.com>
10822
10823         Re-apply accidentally reverted change:
10824
10825         2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
10826
10827         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
10828         get_action_description_for): Replace _Unwind_Word with _uleb128_t
10829         and _Unwind_SWord with _sleb128_t.
10830
10831 2007-09-06  Eric Botcazou  <ebotcazou@adacore.com>
10832
10833         * trans.c (convert_with_check): Update call to real_2expN.
10834
10835 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
10836
10837         * trans.c (Compilation_unit_to_gnu): Use set_cfun.
10838         * utils.c (end_subprog_body): Likewise.
10839
10840 2007-09-03  Nick Clifton  <nickc@redhat.com>
10841
10842         * Make-lang.in: Change copyright header to refer to version 3 of
10843         the GNU General Public License and to point readers at the
10844         COPYING3 file and the FSF's license web page.
10845         * ada-tree.def, nmake.adt, nlists.h, snames.h, utils.c,
10846         Makefile.rtl, Makefile.in, config-lang.in, uintp.h, urealp.h,
10847         namet.h, decl.c, utils2.c, lang.opt, elists.h, atree.h, types.h,
10848         treeprs.adt, lang-specs.h, cuintp.c, stringt.h, gnatbl.c:
10849         Likewise.
10850
10851 2007-08-31  Vincent Celier  <celier@adacore.com>
10852
10853         PR ada/4720
10854
10855         * gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb,
10856         gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
10857         (Check_Version_And_Help): New procedure in package Switch to process
10858         switches --version and --help.
10859         Use Check_Version_And_Help in GNAT tools
10860
10861         * make.adb:  Ditto.
10862         (Compile_Sources): Make sure that sources that are "excluded" are not
10863         compiled.
10864         (Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
10865         project file is used.
10866         (Version_Switch): Remove, moved to Switch
10867         (Help_Switch): Remove, moved to Switch
10868         (Display_Version): Remove, moved to Switch
10869
10870         * switch.ads, switch.adb (Check_Version_And_Help): New procedure in
10871         package Switch to process switches --version and --help.
10872         (Display_Version): New procedure
10873
10874         * gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.
10875
10876 2007-08-31  Javier Miranda  <miranda@adacore.com>
10877
10878         * a-tags.adb (Internal_Tag): Protect the run-time against wrong
10879         internal tags.
10880
10881 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10882
10883         * checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
10884         (Mark_Non_Null): If the node for which we just generated an access check
10885         is a reference to an *in* parameter and the reference appears in the
10886         declarative part of a subprogram body, mark the node as known non null.
10887
10888 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10889
10890         * einfo.ads, einfo.adb: New flag Is_Raised (Flag224). Update the
10891         structure of E_Exception to reflect the new flag.
10892         (Is_Raised, Set_Is_Raised): New inlined routines.
10893         Update the usage of available flag to reflect the addition of Is_Raised.
10894         (Is_Raised, Set_Is_Raised): Bodies of new routines.
10895         (Write_Entity_Flags): Write the status of flag Is_Raised.
10896         (Is_Descendent_Of_Address): New entity flag, to simplify handling of
10897         spurious ambiguities when integer literals appear in the context of an
10898         address type that is a visible integer type.
10899
10900         * sem_ch11.adb (Analyze_Exception_Handler): Add code to warn on local
10901         exceptions never being raised.
10902         (Analyze_Raise_Statement): When analyzing an exception, mark it as being
10903         explicitly raised.
10904
10905 2007-08-31  Javier Miranda  <miranda@adacore.com>
10906
10907         * exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise
10908         statement when compiling under restriction No_Exceptions_Proparation.
10909
10910 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10911
10912         * exp_ch3.adb (Build_Record_Init_Proc): If there is a static
10913         initialization aggregate for the type, generate itype references for
10914         thetypes of its (sub)components, to prevent out-of-scope errors in gigi.
10915
10916 2007-08-31  Gary Dismukes  <dismukes@adacore.com>
10917
10918         * exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
10919         library-level package renaming, pass the declaration associated with
10920         the renaming's special debug variable to Qualify_Entity_Names to ensure
10921         that its encoded name is properly qualified.
10922
10923         * exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
10924         occurring in the list of entities to qualify, and do not attempt to
10925         traverse an entity list in that case. Variables associated with
10926 `       library-level package renamings can now occur in the table.
10927
10928         * exp_dbug.ads: Revise documentation of the encoding for renaming
10929         declarations.
10930
10931 2007-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10932
10933         * layout.adb (Layout_Type): Use Underlying_Type to determine whether an
10934         access type points to an unconstrained array.
10935
10936 2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>
10937
10938         * restrict.adb, namet.adb, par-util.adb: Remove redundant type
10939         conversion.
10940
10941         * sem_res.adb (Resolve_Qualified_Expression): Add machinery to detect
10942         simple redundant qualifications. The check is performed whenever the
10943         expression is a non-overloaded identifier.
10944         (Resolve_Type_Conversion): Enchance the redundant type conversion check
10945         to include loop parameters.
10946         (Valid_Conversion): Avoid generation of spurious error message.
10947
10948 2007-08-31  Bob Duff  <duff@adacore.com>
10949
10950         * par-ch4.adb (P_Simple_Expression): Fold long sequences of
10951         concatenations of string literals into a single literal, in order to
10952         avoid very deep recursion in the front end, which was causing stack
10953         overflow.
10954
10955         * sem_eval.adb (Eval_Concatenation): If the left operand is the empty
10956         string, and the right operand is a string literal (the case of "" &
10957         "..."), optimize by avoiding copying the right operand -- just use the
10958         value of the right operand directly.
10959
10960         * stringt.adb (Store_String_Chars): Optimize by growing the
10961         String_Chars table all at once, rather than appending characters one by
10962         one.
10963         (Write_String_Table_Entry): If the string to be printed is very long,
10964         just print the first few characters, followed by the length. Otherwise,
10965         doing "pn(n)" in the debugger can take an extremely long time.
10966
10967         * sem_prag.adb (Process_Interface_Name): Replace loop doing
10968         Store_String_Char with Store_String_Chars.
10969
10970 2007-08-31  Vincent Celier  <celier@adacore.com>
10971
10972         * prj-attr.adb: Add new attribute Excluded_Source_Files
10973
10974         * prj-nmsc.adb: Use attribute Excluded_Source_Files before
10975         Locally_Removed_Files.
10976
10977         * snames.ads, snames.adb: New standard name Excluded_Source_Files
10978
10979 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10980
10981         * sem_ch10.adb (Analyze_Subunit_Context): When analyzing context
10982         clauses of subunits, ignore limited_with_clauses that are illegal and
10983         have not been fully analyzed.
10984
10985 2007-08-31  Ed Schonberg  <schonberg@adacore.com>
10986
10987         * sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity
10988         flag, for effiency. It is called when analyzing arithmetic operators
10989         and also for actuals in calls that are universal_integers. The flag is
10990         set for the predefined type address, and for any type or subtype
10991         derived from it.
10992
10993         * sem_ch4.adb (Analyze_One_Call): Reject an actual that is a
10994         Universal_Integer, when the formal is a descendent of address and the
10995         call appears in user code.
10996         (Analyze_Selected_Component): if the prefix is a private extension, the
10997         tag component is visible.
10998
10999         * sem_util.ads, sem_util.adb: Remove Is_Descendent_Of_Address, now an
11000         entity flag.
11001
11002 2007-08-31  Robert Dewar  <dewar@adacore.com>
11003
11004         * s-fileio.adb (Open): Normalize file name to lower case in non-case
11005         sensitive file name systems to avoid unexpected mismatch in Vista.
11006
11007 2007-08-31  Vincent Celier  <celier@adacore.com>
11008
11009         * tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR
11010
11011 2007-08-31  Vincent Celier  <celier@adacore.com>
11012
11013         * symbols-vms.adb (Initialize): Read symbol files with continuation
11014         lines
11015         (Finalize): If symbol is long, split the line
11016
11017 2007-08-31  Vincent Celier  <celier@adacore.com>
11018
11019         * fmap.ads: Minor comment updates
11020
11021 2007-08-31  GNAT Script  <nobody@adacore.com>
11022
11023         * Make-lang.in: Makefile automatically updated
11024
11025 2007-08-31  Bob Duff  <duff@adacore.com>
11026
11027         * sinfo.ads: Minor comment fix.
11028
11029 2007-08-31  Thomas Quinot  <quinot@adacore.com>
11030
11031         * stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
11032         with implementation.
11033         Documentation cleanup only.
11034
11035 2007-08-31  Sergey Rybin  <rybin@adacore.com>
11036
11037         * vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
11038         gnatpp '--separate-stmt-name' option.
11039         Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
11040         option.
11041
11042         * gnat_ugn.texi: Add description for the new gnatpp
11043         '--separate-stmt-name' and '--use-on-new-line' options.
11044
11045 2007-08-31  Ben Elliston  <bje@au.ibm.com>
11046
11047         * Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
11048         when compiling for powerpc64-*-linux.
11049         * system-linux-ppc64.ads: New file.
11050
11051 2007-08-22  Krister Walfridsson  <cato@df.lth.se>
11052
11053         * env.c ( __gnat_clearenv): Use the __gnat_unsetenv mechanism for
11054         NetBSD.
11055
11056 2007-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11057
11058         * misc.c (gnat_type_max_size): Constify.
11059
11060 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
11061
11062         * cstand.adb (Create_Standard): Create an entity for a zero-sized type
11063         associated with Standard_Debug_Renaming_Type, to be used as the type of
11064         the special variables whose names provide debugger encodings for
11065         renaming declarations.
11066
11067         * einfo.ads, einfo.adb (Debug_Renaming_Link): Change to return Node25.
11068         (Set_Debug_Renaming_Link): Change to set Node25.
11069         (Write_Field13_Name): Remove case for E_Enumeration_Literal.
11070         (Write_Field25_Name): Add case for E_Variable to output
11071         "Debug_Renaming_Link".
11072         (Write_Field23_Name): Correct the output string for "Limited_View".
11073
11074         * exp_dbug.adb: Add with and use of Tbuild.
11075         (Debug_Renaming_Declaration): Replace creation of an enumeration type
11076         and literal with creation of a variable of type
11077         Standard_Debug_Renaming_Type whose name encodes both the renamed object
11078         and the entity of the renaming declaration.
11079         (Qualify_Entity_Name): Add the delayed qualification of the entity name
11080         part of the name of a variable that has a Debug_Renaming_Link.
11081
11082         * stand.ads (Standard_Debug_Renaming_Type): New Entity_Id denoting a
11083         special type to be associated with variables that provide debugger
11084         encodings for renaming declarations.
11085
11086 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
11087             Ed Schonberg  <schonberg@adacore.com>
11088             Javier Miranda  <miranda@adacore.com>
11089
11090         * exp_aggr.adb (Build_Record_Aggr_Code): Extend the test for an
11091         ancestor part given by an aggregate to test for an unchecked conversion,
11092         since this can occur in some cases when the ancestor part is a function
11093         call, and we don't want to fall into the recursive call to this
11094         procedure in that case.
11095
11096         * exp_ch3.adb (Stream_Operation_OK): Revise tests for availability of
11097         stream attributes on limited types to account for user-specified
11098         attributes as well as whether Input (resp. Output) becomes available
11099         due to Read (resp. Write) being available for the type. Change Boolean
11100         variable to the more accurate name
11101         Has_Predefined_Or_Specified_Stream_Attribute. Change convoluted
11102         double-"not" predicate at beginning of return statement to more
11103         understandable form.
11104
11105         * exp_ch5.adb (Expand_N_Extended_Return_Statement): If the extended
11106         return has an associated N_Handled_Sequence_Of_Statements, then wrap it
11107         in a block statement and use that as the first statement of the
11108         expanded return rather than incorrectly using the handled sequence as
11109         the first statement.
11110
11111         * exp_ch6.adb (Expand_N_Subprogram_Declaration): If this is a protected
11112         operation, generate an explicit freeze node for it rather than
11113         generating extra formals, to ensure that gigi has the proper order of
11114         elaboration for anonymous subtypes in the signature of the subprograms.
11115         (Build_In_Place_Formal): Move assertion to beginning of loop.
11116         (Is_Build_In_Place_Function_Call): Allow for an unchecked conversion
11117         applied to a function call (occurs for some cases of 'Input).
11118         (Make_Build_In_Place_Call_In_*): Allow for an unchecked conversion
11119         applied to a function call (occurs for some cases of 'Input).
11120
11121         * exp_strm.adb (Build_Record_Or_Elementary_Input_Function): For Ada
11122         2005, generate an extended return statement enclosing the result object
11123         and 'Read call.
11124
11125         * freeze.adb (Freeze_Record_Type): Extend the current management of
11126         components that are access type with an allocator as default value: add
11127         missing support to the use of qualified expressions of the
11128         allocator (which also cause freezing of the designated type!)
11129         (Freeze_Entity): Call Freeze_Subprogram in the case of a predefined
11130         dispatching operation, since extra formals may be needed by calls to
11131         build-in-place functions (such as stream 'Input).
11132
11133         * sem_ch6.adb (Create_Extra_Formals): Skip creation of the extra
11134         formals for 'Constrained and accessibility level in the case of a
11135         predefined dispatching operation.
11136
11137         * exp_util.adb (Insert_Actions): A protected body is a valid insertion
11138         point, no need to find the parent node.
11139
11140 2007-08-16  Javier Miranda  <miranda@adacore.com>
11141
11142         * exp_attr.adb (Attribute_Priority): Add missing support for entries
11143         and entry barriers.
11144
11145 2007-08-16  Javier Miranda  <miranda@adacore.com>
11146
11147         * exp_ch9.adb (Build_Protected_Entry): Undo previous change because it
11148         is not really required and can introduce regression with the debugger.
11149         The original problem is fixed with the patch written for checks.adb.
11150
11151 2007-08-16  Thomas Quinot  <quinot@adacore.com>
11152
11153         * g-dyntab.adb, g-table.adb, table.adb: (Set_Item): Suppress
11154         Range_Check on Allocated_Table.
11155
11156 2007-08-16  Vincent Celier  <celier@adacore.com>
11157
11158         * make.adb (Collect_Arguments): Call Test_If_Relative_Path with
11159         Including_Non_Switch set to False.
11160         (Gnatmake): For the compiler, call Test_If_Relative_Path with
11161         Including_Non_Switch set to False.
11162
11163         * makeutl.adb, makeutl.ads (Test_If_Relative_Path): New Boolean
11164         parameter Including_Non_Switch, defaulted to True. When
11165         Including_Non_Switch is False, options that are not switches and
11166         appear as relative path are not converted to absolute paths.
11167
11168 2007-08-16  Nicolas Roche  <roche@adacore.com>
11169
11170         * Makefile.in (gnatlib): Propagate FORCE_DEBUG_ADAFLAGS value to sub
11171         makefiles
11172
11173         * Make-lang.in: Update dependencies
11174
11175 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
11176
11177         * sem_ch10.adb (Has_With_Clause): If the name of the with clause
11178         currently inspected is a selected component, retrieve the entity of
11179         its selector.
11180         (Install_Limited_Withed_Unit): Call Has_Limited_With_Clause starting
11181         from the immediate ancestor of Main_Unit_Entity.
11182         (Install_Limited_Withed_Unit): Do not install the limited view of
11183         package P if P is reachable through an ancestor chain from package C
11184         and C also has a with clause for P in its body.
11185         (Has_Limited_With_Clause): New routine.
11186         (Has_With_Clause): New routine.
11187
11188 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
11189
11190         * sem_ch12.adb (Copy_Generic_Node): A reference to a child unit of the
11191         generic for an enclosing instance is a global reference, even though
11192         its scope is the enclosing instance.
11193
11194 2007-08-16  Gary Dismukes  <dismukes@adacore.com>
11195             Javier Miranda  <miranda@adacore.com>
11196
11197         * sem_ch3.adb (OK_For_Limited_Init_In_05): Allow calls to 'Input to
11198         initialize a limited object.
11199         (Build_Derived_Record_Type): Add missing check of rules ARM 3.9.4
11200         13/2 and 14/2.
11201         Make sure Has_Complex_Representation is inherited by derived type.
11202
11203 2007-08-16  Robert Dewar  <dewar@adacore.com>
11204
11205         * sem_ch5.adb (Analyze_Assignment): Make sure we still note update in
11206         exception case
11207
11208 2007-08-16  Ed Schonberg  <schonberg@adacore.com>
11209
11210         * sem_disp.adb (Check_Dispatching_Operation): If the operation
11211         implements an operation inherited from a progenitor interface, verify
11212         that they are subtype-conformant.
11213
11214 2007-08-16  Hristian Kirtchev  <kirtchev@adacore.com>
11215             Bob Duff  <duff@adacore.com>
11216             Nicolas Setton  <setton@adacore.com>
11217
11218         * sem_res.adb (Comes_From_Predefined_Lib_Unit): New.
11219         (Resolve): Alphabetize local variables. Add new variable From_Lib. When
11220         the statement which is being resolved comes from a predefined library
11221         unit, all non-predefined library interpretations are skipped.
11222         (Resolve_Op_Concat): If string concatenation was folded in the parser,
11223         but the "&" is user defined, give an error, because the folding would
11224         be wrong.
11225
11226         * sinfo.ads, sinfo.adb (Is_Folded_In_Parser): New flag to indicate that
11227         the parser has folded a long sequence of concatenations of string
11228         literals.
11229
11230         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Mark "JMPBUF_SAVE"
11231         and "JMP_BUF" variables as artificial.
11232         (N_String_Literal): Do not use alloca for very long string literals. Use
11233         xmalloc/free instead. Otherwise the stack might overflow.
11234
11235         * utils.c (init_gigi_decls): Mark "JMPBUF_T" type as created by the
11236         compiler.
11237
11238 2007-08-16  Vincent Celier  <celier@adacore.com>
11239
11240         * vms_conv.adb (Process_Argument): Ensure that project related options
11241         are not put in the -cargs section when using GNAT COMPILE.
11242
11243 2007-08-16  Robert Dewar  <dewar@adacore.com>
11244
11245         * gnat_ugn.texi: Add note on preprocessing (output file not written)
11246
11247 2007-08-16  Thomas Quinot  <quinot@adacore.com>
11248
11249         * a-tags.adb: Minor reformatting.
11250
11251 2007-08-16  Bob Duff  <duff@adacore.com>
11252
11253         * sem_type.ads, sem_ch4.adb: Minor reformatting.
11254
11255 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11256
11257         * g-soccon-interix.ads, a-excpol-interix.adb, a-intnam-interix.ads,
11258         s-osinte-interix.ads, system-interix.ads: Removed.
11259
11260 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
11261
11262         * a-calend-vms.adb, a-calend.adb ("+", "-", Add, Subtract): Remove
11263         calls to Check_Within_Time_Bounds.
11264         ("+", "-", Add, Subtract): Remove calls to Check_Within_Time_Bounds.
11265         (Difference): Account for possible rounding of the resulting difference
11266
11267 2007-08-14  Robert Dewar  <dewar@adacore.com>
11268
11269         * uintp.adb, a-ztedit.adb, s-wchcon.adb, xnmake.adb, s-wchcon.adb,
11270         par-ch5.adb, par-ch10.adb, get_targ.adb, a-wtedit.adb, a-teioed.adb,
11271         s-osinte-solaris.adb, s-osinte-solaris.ads,
11272         s-osinte-freebsd.ads, s-osinte-freebsd.adb: Minor reformatting.
11273
11274         * styleg.adb, styleg.ads, stylesw.adb, stylesw.ads: implement style
11275         switch -gnatyS. Enable -gnatyS in GNAT style check mode
11276
11277 2007-08-14  Robert Dewar  <dewar@adacore.com>
11278             Ed Schonberg  <schonberg@adacore.com>
11279
11280         * inline.adb, types.ads, inline.ads, frontend.adb, alloc.ads:
11281         Suppress unmodified in-out parameter warning in some cases
11282         This patch is a also fairly significant change to the way suppressible
11283         checks are handled.
11284
11285         * checks.ads, checks.adb (Install_Null_Excluding_Check): No check
11286         needed for access to concurrent record types generated by the expander.
11287         (Generate_Range_Check): When generating a temporary to capture the
11288         value of a conversion that requires a range check, set the type of the
11289         temporary before rewriting the node, so that the type is always
11290         properly placed for back-end use.
11291         (Apply_Float_Conversion_Check): Handle case where the conversion is
11292         truncating.
11293         (Get_Discriminal): Code reformatting. Climb the scope stack looking
11294         for a protected type in order to examine its discriminants.
11295
11296 2007-08-14  Robert Dewar  <dewar@adacore.com>
11297             Gary Dismukes  <dismukes@adacore.com>
11298             Ed Schonberg  <schonberg@adacore.com>
11299             Thomas Quinot  <quinot@adacore.com>
11300
11301         * a-stzsup.adb, nlists.adb, lib-util.adb, treepr.adb,
11302         a-stwisu.adb, a-strsup.adb: Fix warnings for range
11303         tests optimized out.
11304
11305         * exp_ch4.adb (Expand_N_In): Add warnings for range tests optimized out.
11306         (Get_Allocator_Final_List): For the case of an anonymous access type
11307         that has a specified Associated_Final_Chain, do not go up to the
11308         enclosing scope.
11309         (Expand_N_Type_Conversion): Test for the case of renamings of access
11310         parameters when deciding whether to apply a run-time accessibility
11311         check.
11312         (Convert_Aggr_In_Allocator): Use Insert_Actions to place expanded
11313         aggregate code before allocator, and ahead of declaration for
11314         temporary, to prevent access before elaboration when the allocator is
11315         an actual for an access parameter.
11316         (Expand_N_Type_Conversion): On an access type conversion involving an
11317         access parameter, do not apply an accessibility check when the
11318         operand's original node was an attribute other than 'Access. We now
11319         create access conversions for the expansion of 'Unchecked_Access and
11320         'Unrestricted_Access in certain cases and clearly accessibility should
11321         not be checked for those.
11322
11323         * exp_ch6.ads, exp_ch6.adb (Add_Call_By_Copy_Code): For an actual that
11324         includes a type conversion of a packed component that has been expanded,
11325         recover the original expression for the object, and use this expression
11326         in the post-call assignment statement, so that the assignment is made
11327         to the object and not to a back-end temporary.
11328         (Freeze_Subprogram): In case of primitives of tagged types not defined
11329         at the library level force generation of code to register the primitive
11330         in the dispatch table. In addition some code reorganization has been
11331         done to leave the implementation clear.
11332         (Expand_Call): When expanding an inherited implicit conversion,
11333         preserve the type of the inherited function after the intrinsic
11334         operation has been expanded.
11335
11336         * exp_ch2.ads, exp_ch2.adb
11337         (Expand_Entry_Parameter.In_Assignment_Context): An implicit dereference
11338         of an entry formal appearing in an assignment statement does not assign
11339         to the formal.
11340         (Expand_Current_Value): Instead of calling a routine to determine
11341         whether the prefix of an attribute reference should be optimized or
11342         not, prevent the optimization of such prefixes all together.
11343
11344         * lib-xref.adb (Generate_Reference.Is_On_LHS): An indexed or selected
11345         component whose prefix is known to be of an access type is an implicit
11346         dereference and does not assign to the prefix.
11347
11348 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11349             Robert Dewar  <dewar@adacore.com>
11350
11351         * atree.ads, atree.adb (New_Copy_Tree): If hash table is being used and
11352         itype is visited, make an entry into table to link associated node and
11353         new itype.
11354         Add comments and correct harmless error in Build_NCT_Hash_Tables
11355         (Array_Aggr_Subtype): Associate each itype created for an index type to
11356         the corresponding range construct, and not to the aggregate itself. to
11357         maintain a one-to-one correspondence between itype and its associated
11358         node, to prevent errors when complex expression is copied.
11359         Fix mishandling of multiple levels of parens
11360
11361         * sem_aggr.adb: Create a limited view of an incomplete type, to make
11362         treatment of limited views uniform for all visible declarations in a
11363         limited_withed package.
11364         (New_Copy_Tree): If hash table is being used and itype is visited,
11365         make an entry into table to link associated node and new itype.
11366         (Resolve_Record_Aggregate): Do not add an others box association for a
11367         discriminated record component that has only discriminants, when there
11368         is a box association for the component itself.
11369
11370         * par-ch4.adb: Fix mishandling of multiple levels of parens
11371
11372 2007-08-14  Robert Dewar  <dewar@adacore.com>
11373
11374         * comperr.adb: Fix problem with suppressing warning messages from gigi
11375
11376         * erroutc.ads, erroutc.adb, errout.ads,
11377         errout.adb (Write_Eol): Remove trailing spaces before writing the line
11378         (Write_Eol_Keep_Blanks): New procedure to write a line, including
11379         possible trailing spaces.
11380         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
11381         Fix problem with suppressing warning messages from back end
11382         Improve handling of deleted warnings
11383
11384         * gnat1drv.adb:
11385         Fix problem with suppressing warning messages from back end
11386         Handle setting of Static_Dispatch_Tables flag.
11387
11388         * prepcomp.adb:
11389         Fix problem with suppressing warning messages from back end
11390
11391         * exp_intr.adb: Improve handling of deleted warnings
11392
11393 2007-08-14  Robert Dewar  <dewar@adacore.com>
11394
11395         * debug.adb: Improve -gnatdI to cover all cases of serialization
11396         Add documentation of dZ, d.t
11397
11398         * sprint.ads, sprint.adb: Improve -gnatdI to cover all cases of
11399         serialization.
11400         (Sprint_Node_Actual): Generate new output associated with implicit
11401         importation and implicit exportation of object declarations.
11402
11403 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11404             Robert Dewar  <dewar@adacore.com>
11405             Javier Miranda  <miranda@adacore.com>
11406             Gary Dismukes  <dismukes@adacore.com>
11407
11408         * einfo.ads, einfo.adb: Create a limited view of an incomplete type,
11409         to make treatment of limited views uniform for all visible declarations
11410         in a limited_withed package.
11411         Improve warnings for in out parameters
11412         (Set_Related_Interaface/Related_Interface): Allow the use of this
11413         attribute with constants.
11414         (Write_Field26_Name): Handle attribute Related_Interface in constants.
11415         Warn on duplicate pragma Preelaborable_Initialialization
11416
11417         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Body): Force the
11418         generation of a freezing node to ensure proper management of null
11419         excluding access types in the backend.
11420         (Create_Extra_Formals): Test base type of the formal when checking for
11421         the need to add an extra accessibility-level formal. Pass the entity E
11422         on all calls to Add_Extra_Formal (rather than Scope (Formal) as was
11423         originally being done in a couple of cases), to ensure that the
11424         Extra_Formals list gets set on the entity E when the first entity is
11425         added.
11426         (Conforming_Types): Add missing calls to Base_Type to the code that
11427         handles anonymous access types. This is required to handle the
11428         general case because Process_Formals builds internal subtype entities
11429         to handle null-excluding access types.
11430         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
11431         functions that need it, even when not marked Requires_Overriding.
11432         Improve warnings for in out parameters
11433         (Analyze_Function_Return): Warn for disallowed null return
11434         Warn on return from procedure with unset out parameter
11435         Ensure consistent use of # in error messages
11436         (Check_Overriding_Indicator): Add in parameter Is_Primitive.
11437         (Analyze_Function_Return): Move call to Apply_Constraint_Check before
11438         the implicit conversion of the expression done for anonymous access
11439         types. This is required to generate the code of the null excluding
11440         check (if required).
11441
11442         * sem_warn.ads, sem_warn.adb (Check_References.Publicly_Referenceable):
11443         A formal parameter is never publicly referenceable outside of its body.
11444         (Check_References): For an unreferenced formal parameter in an accept
11445         statement, use the same warning circuitry as for subprogram formal
11446         parameters.
11447         (Warn_On_Unreferenced_Entity): New subprogram, taken from
11448         Output_Unreferenced_Messages, containing the part of that routine that
11449         is now reused for entry formals as described above.
11450         (Goto_Spec_Entity): New function
11451         (Check_References): Do not give IN OUT warning for dispatching operation
11452         Improve warnings for in out parameters
11453         (Test_Ref): Check that the entity is not undefinite before calling
11454         Scope_Within, in order to avoid infinite loops.
11455         Warn on return from procedure with unset out parameter
11456         Improved warnings for unused variables
11457
11458 2007-08-14  Robert Dewar  <dewar@adacore.com>
11459             Javier Miranda  <miranda@adacore.com>
11460             Gary Dismukes  <dismukes@adacore.com>
11461
11462         * exp_attr.adb (Expand_N_Attribute_Reference): Handle case of child unit
11463         (Expand_N_Attribute_Reference): Further unify the handling of the
11464         three forms of access attributes, using common code now for all three
11465         cases. Add a test for the case of applying an access attribute to
11466         an explicit dereference when the context is an access-to-interface
11467         type. In that case we need to apply the conversion to the prefix
11468         of the explicit dereference rather than the prefix of the attribute.
11469         (Attribute_Version, UET_Address): Set entity as internal to ensure
11470         proper dg output of implicit importation.
11471         (Expand_Access_To_Type): Removed.
11472         (Expand_N_Attribute_Reference): Merge the code from the three cases
11473         of access attributes, since the processing is largely identical for
11474         these cases. The substantive fix here is to process the case of a
11475         type name prefix (current instance case) before handling the case
11476         of interface prefixes.
11477
11478 2007-08-14  Thomas Quinot  <quinot@adacore.com>
11479             Ed Schonberg  <schonberg@adacore.com>
11480             Javier Miranda  <miranda@adacore.com>
11481             Robert Dewar  <dewar@adacore.com>
11482
11483         * exp_ch3.ads, exp_ch3.adb (Add_Final_Chain): New subprogram.
11484         (Freeze_Array_Type, Freeze_Record_Type): For the case of a component
11485         type that is an anonymous access to controlled object, establish
11486         an associated finalization chain to avoid corrupting the global
11487         finalization list when a dynamically allocated object designated
11488         by such a component is deallocated.
11489         (Make_Controlling_Function_Wrappers): Create wrappers for constructor
11490         functions that need it, even when not marked Requires_Overriding.
11491         (Initialize_Tag): Replace call to has_discriminants by call to
11492         Is_Variable_Size_Record in the circuitry that handles the
11493         initialization of secondary tags.
11494         (Is_Variable_Size_Record): New implementation.
11495         (Expand_N_Object_Declaration): Suppress call to init proc if there is a
11496         Suppress_Initialization pragma for a derived type.
11497         (Is_Variable_Size_Record): New subprogram.
11498         (Build_Offset_To_Top_Functions): New implementation that simplifies the
11499         initial version of this routine and also fixes problems causing
11500         incomplete initialization of the table of interfaces.
11501         (Build_Init_Procedure): Improve the generation of code to initialize the
11502         the tag components of secondary dispatch tables.
11503         (Init_Secondary_Tags): New implementation that simplifies the previous
11504         version of this routine.
11505         (Make_DT): Add parameter to indicate when type has been frozen by an
11506         object declaration, for diagnostic purposes.
11507         (Check_Premature_Freezing): New subsidiary procedure of Make_DT, to
11508         diagnose attemps to freeze a subprogram when some untagged type of its
11509         profile is a private type whose full view has not been analyzed yet.
11510         (Freeze_Array_Type): Generate init proc for packed array if either
11511         Initialize or Normalize_Scalars is set.
11512         (Make_Controlling_Function_Wrappers, Make_Null_Procedure_Specs): when
11513         constructing the new profile, copy the null_exclusion indicator for each
11514         parameter, to ensure full conformance of the new body with the spec.
11515
11516         * sem_type.ads, sem_type.adb (Make_Controlling_Function_Wrappers):
11517         Create wrappers for constructor functions that need it, even when not
11518         marked Requires_Overriding.
11519         (Covers): Handle properly designated types of anonymous access types,
11520         whose non-limited views are themselves incomplete types.
11521         (Add_Entry): Use an entity to store the abstract operation which hides
11522         an interpretation.
11523         (Binary_Op_May_Be_Hidden): Rename to Binary_Op_Interp_Has_Abstract_Op.
11524         (Collect_Interps): Use Empty as an actual for Abstract_Op in the
11525         initialization aggregate.
11526         (Function_Interp_May_Be_Hidden): Rename to
11527         Function_Interp_Has_Abstract_Op.
11528         (Has_Compatible_Type): Remove machinery that skips interpretations if
11529         they are labeled as potentially hidden by an abstract operator.
11530         (Has_Hidden_Interp): Rename to Has_Abstract_Op.
11531         (Set_May_Be_Hidden): Rename to Set_Abstract_Op.
11532         (Write_Overloads): Output the abstract operator if present.
11533         (Add_Entry): Before inserting a new entry into the interpretation table
11534         for a node, determine whether the entry will be disabled by an abstract
11535         operator.
11536         (Binary_Op_Interp_May_Be_Hidden): New routine.
11537         (Collect_Interps): Add value for flag May_Be_Hidden in initialization
11538         aggregate.
11539         (Function_Interp_May_Be_Hidden): New routine.
11540         (Has_Compatible_Type): Do not consider interpretations hidden by
11541         abstract operators when trying to determine whether two types are
11542         compatible.
11543         (Has_Hidden_Interp): New routine.
11544         (Set_May_Be_Hidden_Interp): New routine.
11545         (Write_Overloads): Write the status of flag May_Be_Hidden.
11546
11547 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11548             Javier Miranda  <miranda@adacore.com>
11549
11550         * exp_disp.ads, exp_disp.adb (Build_Dispatch_Tables): Handle tagged
11551         types declared in the declarative part of a nested package body or in
11552         the proper body of a stub.
11553         (Set_All_DT_Position): Add missing check to avoid wrong assignation
11554         of the same dispatch table slot to renamed primitives.
11555         (Make_Select_Specific_Data_Table): Handle private types.
11556         (Tagged_Kind): Handle private types.
11557         (Make_Tags, Make_DT): Set tag entity as internal to ensure proper dg
11558         output of implicit importation and exportation.
11559         (Expand_Interface_Thunk): Fix bug in the expansion assuming that the
11560         first formal of the thunk is always associated with the controlling
11561         type. In addition perform the following code cleanup: remove formal
11562         Thunk_Alias which is no longer required, cleanup evaluation of the
11563         the controlling type, and update the documentation.
11564         Replace occurrence of Default_Prim_Op_Count by
11565         Max_Predef_Prims. Addition of compile-time check to verify
11566         that the value of Max_Predef_Prims is correct.
11567         (Check_Premature_Freezing): Apply check in Ada95 mode as well.
11568         (Make_DT): Add parameter to indicate when type has been frozen by an
11569         object declaration, for diagnostic purposes.
11570         (Build_Static_Dispatch_Tables): New subprogram that takes care of the
11571         construction of statically allocated dispatch tables.
11572         (Make_DT): In case of library-level tagged types export the declaration
11573         of the primary tag. Remove generation of tags (now done by Make_Tags).
11574         Additional modifications to handle non-static generation of dispatch
11575         tables. Take care of building tables for asynchronous interface types
11576         (Make_Tags): New subprogram that generates the entities associated with
11577         the primary and secondary tags of Typ and fills the contents of Access_
11578         Disp_Table. In case of library-level tagged types imports the forward
11579         declaration of the primary tag that will be declared later by Make_DT.
11580         (Expand_Interface_Conversion): In case of access types to interfaces
11581         replace an itype declaration by an explicit type declaration to avoid
11582         problems associated with the scope of such itype in transient blocks.
11583
11584 2007-08-14  Robert Dewar  <dewar@adacore.com>
11585             Ed Schonberg  <schonberg@adacore.com>
11586             Javier Miranda  <miranda@adacore.com>
11587
11588         * exp_util.ads, exp_util.adb:
11589         This patch replaces a number of occurrences of explicit tests for N_Null
11590         with calls to Known_Null. This improves tracking of null values, since
11591         Known_Null also catches null constants, and variables currently known to
11592         be null, so we get better tracking.
11593         (Ensure_Defined): create an itype reference only in the scope of the
11594         itype.
11595         (Side_Effect_Free): A selected component of an access type that
11596         denotes a component with a rep clause must be treated as not
11597         side-effect free, because if it is part of a linked structure its
11598         value may be affected by a renaming.
11599         (Expand_Subtype_From_Expr): For limited objects initialized with build
11600         in place function calls, do nothing; otherwise we prematurely introduce
11601         an N_Reference node in the expression initializing the object, which
11602         breaks the circuitry that detects and adds the additional arguments to
11603         the called function. Bug found working in the new patch for statically
11604         allocated dispatch tables.
11605         (Is_Library_Level_Tagged_Type): New subprogram.
11606         (Remove_Side_Effects): If the expression of an elementary type is an
11607         operator treat as a function call.
11608         (Make_Literal_Range): If the index type of the array is not integer, use
11609         attributes properly to compute the constraint on the resulting aggregate
11610         which is a string.
11611
11612         * freeze.ads, freeze.adb (Freeze_Entity): If the entity is a
11613         class-wide type whose base type is an incomplete private type, leave
11614         class-wide type unfrozen so that freeze nodes can be generated
11615         properly at a later point.
11616         (Freeze_Entity, array case): Handle case of pragma Pack and component
11617         size attributre clause for same array.
11618
11619 2007-08-14  Vincent Celier  <celier@adacore.com>
11620
11621         * prj.ads, prj.adb: Update Project Manager to new attribute names for
11622         gprbuild.
11623         Allow all valid declarations in configuration project files
11624         (Reset): Initialize all tables and hash tables in the project tree data
11625         Major update of the Project Manager and of the project aware tools,
11626         including gprmake, so that the same sources in the GNAT repository
11627         can be used by gprbuild.
11628         (Slash_Id): Change type to be Path_Name_Type
11629         (Slash): Return a Path_Name_Type instead of a File_Name_Type
11630
11631         * prj-attr.ads, prj-attr.adb: Remove attributes no longer used by
11632         gprbuild.
11633         Update Project Manager to new attribute names for ghprbuild
11634         Allow all valid declarations in configuration project files
11635         Major update of the Project Manager and of the project aware tools,
11636         including gprmake, so that the same sources in the GNAT repository
11637         can be used by gprbuild.
11638
11639         * prj-com.ads:
11640         Major update of the Project Manager and of the project aware tools,
11641         including gprmake, so that the same sources in the GNAT repository
11642         can be used by gprbuild.
11643
11644         * prj-dect.adb (Prj.Strt.Attribute_Reference): Set correctly the case
11645         insensitive flag for attributes with optional index.
11646         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
11647         array attribute, put the index in lower case.
11648         Update Project Manager to new attribute names for ghprbuild
11649         Allow all valid declarations in configuration project files
11650         Major update of the Project Manager and of the project aware tools,
11651         including gprmake, so that the same sources in the GNAT repository
11652         can be used by gprbuild.
11653
11654         * prj-env.ads, prj-env.adb:
11655         Major update of the Project Manager and of the project aware tools,
11656         including gprmake, so that the same sources in the GNAT repository
11657         can be used by gprbuild.
11658         (Get_Reference): Change type of parameter Path to Path_Name_Type
11659
11660         * prj-ext.ads, prj-ext.adb (Initialize_Project_Path): Make sure, after
11661         removing '-' from the path to start with the first character of the
11662         next directory.
11663         Major update of the Project Manager and of the project aware tools,
11664         including gprmake, so that the same sources in the GNAT repository
11665         can be used by gprbuild.
11666         Major update of the Project Manager and of the project aware tools,
11667         including gprmake, so that the same sources in the GNAT repository
11668         can be used by gprbuild.
11669
11670         * prj-nmsc.ads, prj-nmsc.adb:
11671         Update Project Manager to new attribute names for ghprbuild
11672         Allow all valid declarations in configuration project files
11673         (Search_Directories): Detect subunits that are specified with an
11674         attribute Body in package Naming. Do not replace a source/unit in the
11675         same project when the order of the source dirs are known. Detect
11676         duplicate sources/units in the same project when the order of the
11677         source dirs are not known.
11678         (Check_Ada_Name): Allow all identifiers that are not reserved words
11679         in Ada 95.
11680         Major update of the Project Manager and of the project aware tools,
11681         including gprmake, so that the same sources in the GNAT repository
11682         can be used by gprbuild.
11683         (Look_For_Sources): If the list of sources is empty, set the object
11684         directory of non extending project to nil.
11685         Change type of path name variables to be Path_Name_Type
11686         (Locate_Directory): Make sure that on Windows '/' is converted to '\',
11687         otherwise creating missing directories will fail.
11688
11689         * prj-attr-pm.adb, prj-tree.ads, prj-proc.ads, prj-proc.adb,
11690         prj-part.ads, prj-part.adb:
11691         Major update of the Project Manager and of the project aware tools,
11692         including gprmake, so that the same sources in the GNAT repository
11693         can be used by gprbuild.
11694
11695         * prj-strt.adb (Prj.Strt.Attribute_Reference): Set correctly the case
11696         insensitive flag for attributes with optional index.
11697         (Prj.Dect.Parse_Attribute_Declaration): For case insensitive associative
11698         array attribute, put the index in lower case.
11699         (Parse_Variable_Reference): Allow the current project name to be used in
11700         the prefix of an attribute reference.
11701
11702         * prj-util.ads, prj-util.adb
11703         (Value_Of (for arrays)): New Boolean parameter Force_Lower_Case_Index,
11704         defaulted to False. When True, always check against indexes in lower
11705         case.
11706
11707         * snames.ads, snames.h, snames.adb:
11708         Update Project Manager to new attribute names for gprbuild
11709         Allow all valid declarations in configuration project files
11710
11711 2007-08-14  Robert Dewar  <dewar@adacore.com>
11712             Ed Schonberg  <schonberg@adacore.com>
11713
11714         * opt.ads: Warning for non-local exception propagation now off by
11715         default
11716         New switch -gnatI to disable representation clauses
11717         Implement new pragma Implicit_Packing
11718
11719         * usage.adb:
11720         Warning for non-local exception propagation now off by default
11721         Add warning for unchecked conversion of pointers wi different
11722         conventions.
11723         New switch -gnatI to disable representation clauses
11724
11725         * usage.adb: new switch -gnatyS
11726
11727         * gnat_ugn.texi: For the gnatcheck Non_Qualified_Aggregates rule add a
11728         note that aggregates of anonymous array types are not flagged.
11729         -gnatwc now includes membership tests optimized away
11730         -gnatw.x warnings are now off by default
11731         Added conditional compilation Appendix
11732         Add documentation of -gnatI
11733         Add documentation for new -gnatyS style check
11734         Update documentation about SAL and auto-init on Windows.
11735
11736         * gnat_rm.texi:
11737         Add documentation for pragma Check_Name and 'Enabled attribute
11738         Document that Eliminate on dispatching operation is ignored
11739         Document IDE attributes VCS_Repository_Root and VCS_Patch_Root.
11740         Document pragma Main
11741         Document pragma Implicit_Packing
11742
11743         * sem_ch13.adb: Add warning for unchecked conversion of pointers wi
11744         different conventions
11745         New switch -gnatI to disable representation clauses
11746
11747         * switch-c.adb (Scan_Front_End_Switches): When a -gnat switch is not
11748         recognized, report the invalid characters including "-gnat" instead of
11749         just the first character in the switch.
11750         New switch -gnatI to disable representation clauses
11751         Set Warn_On_Object_Renames_Function true for -gnatg
11752
11753         * vms_data.ads: Add doc for /IGNORE_REP_CLAUSES
11754         Add STATEMENTS_AFTER_THEN_ELSE as synonym for -gnatyS
11755         Add qualifier /ADD_PROJECT_SEARCH_DIR= for different tools, equivalent
11756         to switch -aP (add directory to project search dir).
11757
11758         * par-prag.adb: Implement new pragma Implicit_Packing
11759
11760         * sem_prag.adb (Analyze_Pragma, case Complex_Representation): Mark the
11761         type as having a non-standard representation, to force expansion on
11762         conversion to related types.
11763         (Analyze_Pragma): Warn on misspelled pragma
11764         (Analyze_Pragma, case Convention_Identifier): Fix checking of second arg
11765         Ensure consistent use of # in error messages
11766         Implement pragma Implicit_Packing
11767
11768 2007-08-14  Olivier Hainque  <hainque@adacore.com>
11769             Eric Botcazou  <ebotcazou@adacore.com>
11770
11771         * targtyps.c (get_target_maximum_default_alignment): New function.
11772         Maximum alignment
11773         that the compiler might choose by default for a type or object.
11774         (get_target_default_allocator_alignment): New function. Alignment known
11775         to be honored by the target default allocator.
11776         (get_target_maximum_allowed_alignment): New function. Maximum alignment
11777         we might accept for any type or object on the target.
11778         (get_target_maximum_alignment): Now synonym of maximum_default_alignment
11779
11780         * gigi.h (get_target_maximum_default_alignment): Declare new function.
11781         (get_target_default_allocator_alignment): Likewise.
11782         (get_target_maximum_allowed_alignment): Likewise.
11783
11784         PR ada/19037
11785         * decl.c (gnat_to_gnu_entity) <object>: Except for the renaming of the
11786         result of a function call, first try to use a stabilized reference for
11787         a constant renaming too.
11788         (validate_alignment): Use target_maximum_allowed_alignment instead of
11789         MAX_OFILE_ALIGNMENT as the upper bound to what we accept.
11790         (gnat_to_gnu_entity): Use common nodes directly.
11791         (gnat_to_gnu_entity) <object>: Pick the values of the type to annotate
11792         alignment and size for the object.
11793         (lvalue_required_p): Handle N_Parameter_Association like N_Function_Call
11794         and N_Procedure_Call_Statement.
11795         (takes_address): Rename to lvalue_required_p, add third parameter
11796         'aliased' and adjust recursive calls.
11797         <N_Indexed_Component>: Update 'aliased' from the array type.
11798         <N_Selected_Component>: New case.
11799         <N_Object_Renaming_Declaration>: New Likewise.
11800         (Identifier_to_gnu): Adjust for above changes.
11801         (maybe_stabilize_reference) <CONST_DECL>: New case.
11802
11803         * utils2.c (build_binary_op) <ARRAY_RANGE_REF>: Look through conversion
11804         between type variants.
11805         (build_simple_component_ref): Likewise.
11806         (build_call_alloc_dealloc): Use target_default_allocator_alignment
11807         instead of BIGGEST_ALIGNMENT as the threshold to trigger the super
11808         aligning type circuitry for allocations from the default storage pool.
11809         (build_allocator): Likewise.
11810         (build_simple_component_ref): Manually fold the reference for a
11811         constructor if the record type contains a template.
11812
11813         * utils.c (value_zerop): Delete.
11814         (gnat_init_decl_processing): Emit debug info for common types.
11815         (rest_of_record_type_compilation): If a union contains a field
11816         with a non-constant qualifier, treat it as variable-sized.
11817         (finish_record_type): Give the stub TYPE_DECL a name.
11818         (rest_of_record_type_compilation): Likewise.
11819         (convert) <CONSTRUCTOR>: New case.  Build a new constructor if
11820         types are equivalent array types.
11821         (create_field_decl): Claim fields of any ARRAY_TYPE are addressable,
11822         even if the type is not passed by reference.
11823         (static_ctors, static_dtors): Delete.
11824         (end_subprog_body): Do not record constructors and destructors.
11825         (build_global_cdtor): Delete.
11826         (gnat_write_global_declarations): Do not call build_global_cdtor.
11827
11828         * lang-spARGET_VXWORKS_RTP is defined, append -mrtp when
11829         -fRTS=rtp is specified.
11830         If CONFIG_DUAL_EXCEPTIONS is 1, append -fsjlj when -fRTS=sjlj is
11831         specified.
11832
11833         * misc.c (gnat_init_gcc_eh): Use __gnat_eh_personality_sj for the name
11834         of the personality function with SJLJ exceptions.
11835
11836         * raise-gcc.c (PERSONALITY_FUNCTION): Use __gnat_eh_personality_sj for
11837         the name of the personality function with SJLJ exceptions.
11838
11839 2007-08-14  Robert Dewar  <dewar@adacore.com>
11840             Ed Schonberg  <schonberg@adacore.com>
11841
11842         * par.ads, par.adb: Improve handling of extra right parens.
11843         (Par): Remove flag From_Limited_With_Clause.
11844
11845         * par-util.adb, par-ch3.adb: Improve error recovery for bad constraint
11846         Improve handling of extra right parens.
11847
11848 2007-08-14  Robert Dewar  <dewar@adacore.com>
11849
11850         * par-tchk.adb (TF_Semicolon): Improve error recovery
11851
11852 2007-08-14  Robert Dewar  <dewar@adacore.com>
11853             Ed Schonberg  <schonberg@adacore.com>
11854
11855         * sem_attr.ads, sem_attr.adb (Analyze_Attribute, case Value): For
11856         enumeration type, mark all literals as referenced.
11857         (Eval_Attribute, case 'Image): If the argument is an enumeration
11858         literal and names are available, constant-fold but mark nevertheless as
11859         non-static.
11860         Clean up function names.
11861         (Name_Modifies_Prefix): Rename to Name_Implies_Lvalue_Prefix. Clarify
11862         comment.
11863         (Requires_Simple_Name_Prefix): Removed.
11864
11865 2007-08-14  Robert Dewar  <dewar@adacore.com>
11866             Ed Schonberg  <schonberg@adacore.com>
11867
11868         * sem_ch11.adb: Improved warnings for unused variables
11869
11870         * sem_ch3.ads, sem_ch3.adb (Build_Derived_Record_Type): If the ancestor
11871         is a synchronized interface, the derived type is limited.
11872         (Analyze_Object_Declaration): Mark the potential coextensions in the
11873         definition and expression of an object declaration node.
11874         (Build_Derived_Type): For the completion of a private type declaration
11875         with a derived type declaration, chain the parent type's representation
11876         items to the last representation item of the derived type (not the
11877         first one) if they are not present already.
11878         (Analyze_Object_Declaration, Constant_Redeclaration): Allow incomplete
11879         object declaration of forward references to tags.
11880         (Access_Subprogram_Declaration): In Ada2005, anonymous access to
11881         subprogram types can appear as access discriminants of synchronized
11882         types.
11883         (OK_For_Limited_Init_In_05): The initialization is legal is it is a call
11884         given in prefixed form as a selected component.
11885         (Process_Discriminants): If not all discriminants have defaults, place
11886         error message on a default that is present.
11887         (Analyze_Private_Extension_Declaration): Diagnose properly an attempt to
11888         extend a synchronized tagged type.
11889         Improved warnings for unused variables
11890         (Is_Visible_Component): Fix a visibility hole on a component inherited
11891         by a private extension when parent is itself declared as a private
11892         extension, and the derivation is in a child unit.
11893         (Find_Hidden_Interface): Move spec from the package body.
11894
11895 2007-08-14  Robert Dewar  <dewar@adacore.com>
11896             Ed Schonberg  <schonberg@adacore.com>
11897
11898         * sem_ch5.adb: Improve warnings on redundant assignments
11899
11900         * sem_util.ads, sem_util.adb: (Is_Variable): Add defense against junk
11901         parameter
11902         (Is_Synchronized_Tagged_Type): New subprogram that returns true
11903         in case of synchronized tagged types (AARM 3.9.4 (6/2)).
11904         (Safe_To_Capture_Value): Can now return True for constants, even if Cond
11905         is set to False. Improves handling of Known_[Not_]Null.
11906         (Wrong_Type): Special case address arithmetic attempt
11907         (Collect_Abstract_Interfaces): Add new formal to allow collecting
11908         abstract interfaces just using the partial view of private types.
11909         (Has_Abstract_Interfaces): Add new formal to allow checking types
11910         covering interfaces using the partial view of private types.
11911         (Is_Fully_Initialized_Type): Special VM case for uTag component. This
11912         component still needs to be defined in this case, but is never
11913         initialized as VMs are using other dispatching mechanisms.
11914         (Abstract_Interface_List): For a protected type, use base type to get
11915         proper declaration.
11916         Improve warnings on redundant assignments
11917         (Is_Variable): Handle properly an implicit dereference of a prefixed
11918         function call.
11919         (Build_Actual_Subtype): If this is an actual subtype for an
11920         unconstrained formal parameter, use the sloc of the body for the new
11921         declaration, to prevent anomalises in the debugger.
11922
11923 2007-08-14  Robert Dewar  <dewar@adacore.com>
11924
11925         * sem_elim.adb (Set_Eliminated): Ignore pragma Eliminate for
11926         dispatching operation
11927
11928 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11929             Gary Dismukes  <dismukes@adacore.com>
11930
11931         * exp_aggr.ads,
11932         exp_aggr.adb (Convert_Aggr_In_Allocator): Use Insert_Actions to place
11933         expanded aggregate code before allocator, and ahead of declaration for
11934         temporary, to prevent access before elaboration when the allocator is
11935         an actual for an access parameter.
11936         (Is_Static_Dispatch_Table_Aggregate): Handle aggregates initializing
11937         the TSD and the table of interfaces.
11938         (Convert_To_Assignments): Augment the test for delaying aggregate
11939         expansion for limited return statements to include the case of extended
11940         returns, to prevent creation of an unwanted transient scope.
11941         (Is_Static_Dispatch_Table_Aggregate): New subprogram.
11942         (Expand_Array_Aggregate): Handle aggregates associated with
11943         statically allocated dispatch tables.
11944         (Expand_Record_Aggregate): Handle aggregates associated with
11945         statically allocated dispatch tables.
11946         (Gen_Ctrl_Actions_For_Aggr): Generate a finalization list for allocators
11947         of anonymous access type.
11948
11949 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
11950
11951         * exp_ch5.adb (Expand_Assign_Array): If source or target of assignment
11952         is a variable that renames a slice, use the variable itself in the
11953         expannsion when the renamed expression itself may be modified between
11954         the declaration of the renaming and the array assignment.
11955
11956 2007-08-14  Jerome Guitton  <guitton@adacore.com>
11957
11958         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
11959         s-taprop-hpux-dce.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
11960         s-taprop-vms.adb, s-taprop-posix.adb (Continue_Task, Stop_All_Tasks):
11961         New functions; dummy implementations.
11962
11963         * s-osinte-vxworks.ads (Task_Stop, Task_Cont, Int_Lock, Int_Unlock): New
11964         functions, used to implement the multi-tasks mode routines on VxWorks.
11965
11966         * s-osinte-vxworks.adb, s-osinte-vxworks6.adb (Task_Cont, Task_Stop):
11967         New functions, thin
11968         binding to the VxWorks routines which have changed between VxWorks 5
11969         and 6.
11970         (Int_Lock, Int_Unlock): New function, thin binding to kernel routines
11971         which are not callable from a RTP.
11972
11973         * s-taprop-vxworks.adb (Stop_All_Tasks, Continue_Task): New functions,
11974         implemented for the multi-tasks mode on VxWorks 5 and 6.
11975
11976         * s-taprop.ads (Stop_All_Tasks, Continue_Task): New functions.
11977
11978         * s-tasdeb.ads, s-tasdeb.adb (Continue_All_Tasks, Stop_All_Tasks): New
11979         functions.
11980
11981 2007-08-14  Vincent Celier  <celier@adacore.com>
11982
11983         * clean.adb, fmap.adb, sinput-p.adb, sinput-p.ads, gnatcmd.adb,
11984         gnatname.adb, makeutl.ads, makeutl.adb, makegpr.adb, mlib-tgt-vms.adb
11985         mlib-tgt-darwin.adb, mlib-tgt-lynxos.adb, mlib-prj.adb, mlib-tgt.adb,
11986         mlib-tgt.ads, mlib-tgt-irix.adb mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
11987         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
11988         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb, mlib-tgt-aix.adb,
11989         mlib-tgt-tru64.adb, mlib.ads, mlib.adb (Create_Sym_Links): New
11990         procedure.
11991         (Major_Id_Name): New function.
11992         mlib-tgt.ads/mlib.tgt.adb:
11993         (Library_Major_Minor_Id_Supported): New function, default returns True
11994         Most mlib-tgt-*.adb that support shared libraries and symbolic links:
11995         (Build_Dynamic_Library): Add support for major/minor ids for shared libs
11996         Other mlib-tgt-*.adb (aix, mingw, vms, vxworks, xi):
11997         Implementation of Library_Major_Minor_Id_Supported returns False
11998         clean.adb:
11999         (Clean_Library_Directory): If major/minor ids are supported, clean all
12000         library files.
12001         Major update of the Project Manager and of the project aware tools,
12002         including gprmake, so that the same sources in the GNAT repository
12003         can be used by gprbuild.
12004
12005 2007-08-14  Olivier Hainque  <hainque@adacore.com>
12006
12007         * system-solaris-x86.ads (ZCX_By_Default): Switch to True.
12008         (GCC_ZCX_Support): Switch to True.
12009
12010         * s-intman-solaris.adb (Notify_Exception): Call
12011         Adjust_Context_For_Raise before raising, as expected for signal
12012         handlers in general.
12013
12014         * s-intman-posix.adb (Notify_Exception): Remove declaration of
12015         Adjust_Context_For_Raise, moved to the spec of this unit to be visible
12016         to other implementation bodies.
12017
12018         * s-intman.ads (Adjust_Context_For_Raise): Declare and import here, to
12019         be visible by multiple implementation bodies.
12020
12021         * init.c [VMS section] (__gnat_handle_vms_condition): Adjust context
12022         only for conditions coming from hardware.
12023         [alpha-tru64 section] (__gnat_adjust_context_for_raise): Implement,
12024         adjustments to signal context prior to exception raise from signal
12025         handler.
12026         (__gnat_map_signal for VxWorks): Map SIGSEGV to Storage_Error in RTP
12027         mode.
12028         Solaris section: (__gnat_adjust_context_for_raise): New function.
12029         Implementation of the machine context adjustments to perform prior to
12030         raise from a signal handler. Version for both sparc and x86.
12031         (HAVE_GNAT_ADJUST_CONTEXT_FOR_RAISE): Define.
12032         (__gnat_error_handler): Expect a third argument, ucontext_t *. Adjust it
12033         prior to raising as expected for any handler, before possible nested
12034         faults to make sure all the contexts in a chain have been adjusted by
12035         the time we propagate.
12036
12037 2007-08-14  Pascal Obry  <obry@adacore.com>
12038
12039         * s-osinte-mingw.ads: Add support for Ada.Execution_Time on Windows.
12040         (SYSTEM_INFO): New record.
12041         (SetThreadIdealProcessor): New imported routine needed for supporting
12042         task_info pragma on Windows.
12043
12044         * s-taprop-mingw.adb (Enter_Task): Check if CPU number given in task
12045         info can be applied to the current host.
12046         (Create_Task): Set the ideal processor if information is present.
12047
12048         * s-tasinf-mingw.adb, s-tasinf-mingw.ads,
12049         a-exetim-mingw.adb, a-exetim-mingw.ads: New files.
12050
12051 2007-08-14  Olivier Hainque  <hainque@adacore.com>
12052
12053         * s-taprop-linux.adb (Get_Stack_Attributes): New subprogram. Fetch the
12054         stack size and initial stack pointer value for a given task.
12055         (Enter_Task): Get the stack attributes of the task we are entering and
12056         let the stack checking engine know about them.
12057
12058         * s-stchop.adb, s-stchop.ads (Notify_Stack_Attributes): New subprogram.
12059         Let the stack-checking engine know about the initial sp value and stack
12060         size associated with the current task.
12061         (Set_Stack_Info): If a stack base has been notified for the current
12062         task, honor it. Fallback to the previous less accurate method otherwise.
12063
12064         * s-stchop-vxworks.adb (Notify_Stack_Attributes): Dummy body.
12065
12066 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12067
12068         * sem_ch10.adb: Create a limited view of an incomplete type, to make
12069         treatment of limited views uniform for all visible declarations in a
12070         limited_withed package.
12071         Set flag indicating that a subprogram body for a child unit has a
12072         generated spec.
12073         (Analyze_Compilation_Unit): If unit is a subprogram body that has no
12074         separate declaration, remove the unit name from visibility after
12075         compilation, so that environment is clean for subsequent compilations.
12076         (Install_Limited_Context_Clauses): Do not install a
12077         limited_private_with_clause unless the current unit is a body or a
12078         private child unit.
12079         (Analyze_Subunit, Install_Parents): Treat generic and non-generic units
12080         in the same fashion.
12081         (Install_Limited_Withed_Unit): Do not install a limited with clause if
12082         it applies to the declaration of the current package body.
12083         (Remove_Private_With_Clauses): If there is a regular with_clause for
12084         the unit, delete Private_With_Clause from context, to prevent improper
12085         hiding when processing subsequent nested packages and instantiations.
12086
12087 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
12088
12089         * adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept
12090         dir/file, device:/dir/file, and device:drive_letter:/dir/file as
12091         representing absolute path names.
12092         __gnat_set_file_time_name [VMS]: Fix some 64/32 bit issues.
12093
12094         * cstreams.c (__gnat_full_name for VxWorks): Use
12095         __gnat_is_absolute_path to detect whether we need to add the current
12096         directory to normalize the path.
12097
12098 2007-08-14  Javier Miranda  <miranda@adacore.com>
12099
12100         * a-tags.ads,
12101         a-tags.adb (Displace): Associate a message with the raised CE
12102         exception.
12103         (To_Addr_Ptr, To_Address, To_Dispatch_Table_Ptr,
12104         To_Object_Specific_Data_Ptr To_Predef_Prims_Ptr,
12105         To_Tag_Ptr, To_Type_Specific_Data_Ptr): Moved here from the package
12106         spec.
12107         (Default_Prim_Op_Count): Removed.
12108         (IW_Membership, Get_Entry_Index, Get_Offset_Index, Get_Prim_Op_Kind,
12109         Register_Tag, Set_Entry_Index, Set_Offset_To_Top, Set_Prim_Op_Kind):
12110         Remove pragma Inline_Always.
12111
12112         * rtsfind.ads (Default_Prim_Op_Count): Removed
12113         (Max_Predef_Prims): New entity
12114         (RE_Expanded_Name): Removed
12115         (RE_HT_Link): Removed
12116         (RE_Iface_Tag): Remmoved
12117         (RE_Ifaces_Table): Removed
12118         (RE_Interfaces_Array): Removed
12119         (RE_Interface_Data_Element): Removed
12120         (RE_Nb_Ifaces): Removed
12121         (RE_RC_Offset): Removed
12122         (RE_Static_Offset_To_Top): Removed
12123
12124         * exp_atag.ads, exp_atag.adb (Build_Inherit_Prims): Addition of a new
12125         formal.
12126         (Build_Inherit_Predefined_Prims): Replace occurrences of Default_
12127         Prim_Op_Count by Max_Predef_Prims.
12128
12129 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12130             Vincent Celier  <celier@adacore.com>
12131
12132         * binde.adb (Elab_All_Links): Remove unnecessary call to
12133         Generic_Separately_Compiled (if a unit satisfies this predicate, there
12134         won't be an associated Afile).
12135         (Elab_All_Links): Fail if a referenced unit cannot be found
12136
12137         * bindgen.adb:
12138         Fix comments in bindgen regarding consistency checks done in Bcheck:
12139         the checks are made across units within a partition, not across several
12140         partitions.
12141         Fix generation of C binder file for VxWorks.
12142
12143         * lib.ads, lib.adb (Generic_Separately_Compiled): Rename to
12144         Generic_May_Lack_ALI, more descriptive of the current use of the
12145         predicate, and update documentation.
12146
12147         * lib-writ.ads, lib-writ.adb (Write_With_Lines): Minor code
12148         reorganization and documentation update for the case of predefined
12149         library generics (for which we do not reference an Afile).
12150
12151 2007-08-14  Robert Dewar  <dewar@adacore.com>
12152
12153         * s-intman-irix.adb, s-osinte-irix.adb, s-osinte-irix.ads,
12154         s-proinf-irix-athread.ads, s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads,
12155         s-parame-hpux.ads, s-intman-dummy.adb, s-tasinf-solaris.adb,
12156         s-tasinf-solaris.ads, s-asthan-vms-alpha.adb, s-inmaop-vms.adb,
12157         s-intman-vms.adb, s-intman-vms.ads, s-osprim-mingw.adb,
12158         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-intman-vxworks.ads,
12159         s-intman-vxworks.ads, s-intman-vxworks.adb, s-parame-vxworks.ads,
12160         s-tfsetr-vxworks.adb, s-interr.adb, s-interr.ads, a-tasatt.adb,
12161         exp_ch13.adb, s-htable.ads, s-imgboo.ads, s-imglli.ads, s-imgllu.ads,
12162         s-imguns.ads, g-eacodu.adb, par-ch12.adb, s-stache.ads, s-stausa.adb,
12163         s-poosiz.adb, s-parame.ads, s-mastop.ads, s-osinte-darwin.ads,
12164         a-chtgke.adb, s-asthan-vms-alpha.adb, s-parame-vms-alpha.ads,
12165         s-parame-vms-ia64.ads, s-parame-vxworks.adb, s-except.ads,
12166         g-altcon.adb: Minor reformatting
12167
12168         ada-tree.h: Delete empty line.
12169
12170         ali.ads: Minor reformatting
12171         Clarification of comments.
12172         Minor spelling correction
12173
12174         * exp_dbug.adb: Add Warnings Off to suppress new warning
12175
12176         * a-witeio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
12177         formal
12178
12179         * a-strunb.adb (Set_Unbounded_String): Avoid memory leak by freeing old
12180         value
12181
12182         * a-textio.adb (Write): Remove an unnecessary IN OUT mode from
12183
12184         * a-textio.ads: Reorder the standard input/output/error declarations
12185         for consistency.
12186
12187         * g-dirope.adb, g-dirope.ads: Change Dir to mode IN for Open call
12188
12189         * par-ch2.adb: Recognize RM specially in errout
12190         Change 'R'M to RM in all error messages
12191
12192         * scng.adb: Recognize RM specially in errout
12193
12194         * sem.ads, sem.adb, exp_strm.adb, exp_ch5.ads, expander.adb: Rename
12195         N_Return node to be N_Simple_Return, to reflect Ada 2005 terminology.
12196
12197         * s-direio.adb: Add missing routine header box.
12198
12199         * sem_attr.ads: Add ??? comments
12200
12201         * sem_eval.adb: Recognize RM specially in errout
12202         Change 'R'M to RM in all error messages
12203
12204         * sem_maps.adb, sem_maps.ads: Remove some unnecessary IN OUT modes
12205
12206         * s-tasinf.ads: Fix minor comment typo.
12207
12208         * a-cihama.adb: Minor comment addition
12209
12210         * a-ztexio.adb (Write): Add Warnings (Off) for unneeded IN OUT mode
12211         formal
12212
12213         * s-tasinf-tru64.ads: Fix minor comment typo.
12214
12215         * itypes.ads: Comment update.
12216
12217         * ali-util.adb: Remove Generic_Separately_Compiled guard, not needed
12218         anymore.
12219
12220         * argv.c: Added protection against null gnat_argv and gnat_envp.
12221
12222         * bcheck.adb (Check_Consistency): Use correct markup character ({) in
12223         warning message when Tolerate_Consistency_Errors is True.
12224
12225         * cstand.adb (Create_Standard): Do not call Init_Size_Alignment for
12226         Any_Id, as this subprogram is only applicable to *type* entities (it
12227         sets RM_Size). Instead initialize just Esize and Alignment.
12228
12229 2007-08-14  Bob Duff  <duff@adacore.com>
12230
12231         * a-cihama.ads, a-cidlli.ads, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
12232         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
12233         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorse.ads, a-cohama.ads,
12234         a-cohata.ads, a-convec.adb, a-coinve.ads, a-coinve.adb, a-convec.ads,
12235         a-coorse.ads (Next): Applied pragma Inline.
12236         Make all Containers packages Remote_Types (unless they are already
12237         Pure).
12238         (Previous): applied pragma Inline
12239         (Elements_Type): is now a record instead of an array
12240
12241 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12242
12243         * table.adb, g-table.adb, g-dyntab.adb (Append): Reimplement in terms
12244         of Set_Item.
12245         (Set_Item): When the new item is an element of the currently allocated
12246         table passed by reference, save a copy on the stack if we're going
12247         to reallocate. Also, in Table.Set_Item, make sure we test the proper
12248         variable to determine whether to call Set_Last.
12249
12250         * sinput-d.adb, sinput-l.adb, stringt.adb, switch-m.adb,
12251         symbols-vms.adb, symbols-processing-vms-alpha.adb,
12252         symbols-processing-vms-ia64.adb, sem_elab.adb, repinfo.adb: Replace
12253         some occurrences of the pattern
12254            T.Increment_Last;
12255            T.Table (T.Last) := Value;
12256         with a cleaner call to
12257            T.Append (Value);
12258
12259 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12260             Gary Dismukes  <dismukes@adacore.com>
12261             Thomas Quinot  <quinot@adacore.com>
12262
12263         * sem_ch12.ads, sem_ch12.adb (Instantiate_Type): If the formal is a
12264         derived type with interface progenitors use the analyzed formal as the
12265         parent of the actual, to create renamings for all the inherited
12266         operations in Derive_Subprograms.
12267         (Collect_Previous_Instances): new procedure within of
12268         Load_Parent_Of_Generic, to instantiate all bodies in the compilation
12269         unit being loaded, to ensure that the generation of global symbols is
12270         consistent in different compilation modes.
12271         (Is_Tagged_Ancestor): New function testing the ancestor relation that
12272         takes progenitor types into account.
12273         (Validate_Derived_Type_Instance): Enforce the rule of 3.9.3(9) by
12274         traversing over the primitives of the formal and actual types to locate
12275         any abstract subprograms of the actual type that correspond to a
12276         nonabstract subprogram of the formal type's ancestor type(s), and issue
12277         an error if such is found.
12278         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation,
12279         Instantiate_Package_Body, Instantiate_Subprogram_Body):
12280         Remove bogus guard around calls to Inherit_Context.
12281         (Reset_Entity): If the entity is the selector of a selected component
12282         that denotes a named number, propagate constant-folding to the generic
12283         template only if the named number is global to the generic unit.
12284         (Set_Instance_Env): Only reset the compilation switches when compiling
12285         a predefined or internal unit.
12286
12287 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12288
12289         * sem_ch4.adb (Try_Class_Wide_Operation): use base type of first
12290         parameter to determine whether operation applies to the prefix.
12291         (Complete_Object_Operation): If actual has an access type and
12292         controlling formal is not an in_parameter, reject the actual if it is
12293         an access_to_constant type.
12294         (Try_Primitive_Operation): If the type of the prefix is a formal tagged
12295         type, the candidate operations are found in the scope of declaration of
12296         the type, because the type has no primitive subprograms.
12297         (Analyze_Selected_Component): If prefix is class-wide, and root type is
12298         a private extension, only examine visible components before trying to
12299         analyze as a prefixed call.
12300         Change Entity_List to Type_To_Use, for better readability.
12301         (Has_Fixed_Op): Use base type when checking whether the type of an
12302         operator has a user-defined multiplication/division
12303         (Check_Arithmetic_Pair): Use Ada 2005 rules to remove ambiguities when
12304         user-defined operators are available for fixed-point types.
12305
12306 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12307             Ed Schonberg  <schonberg@adacore.com>
12308
12309         * sem_cat.ads, sem_cat.adb (Has_Stream_Attribute_Definition): New
12310         formal At_Any_Place indicating, when True, that we want to test for
12311         availability of the stream attribute at any place (as opposed to the
12312         current visibility context only).
12313         (Missing_Read_Write_Attributes): A stream attribute is missing for the
12314         purpose of enforcing E.2.2(8) only if it is not available at any place.
12315         Take into account the Ada2005 pragma Has_Preelaborable_Initialization
12316         when checking the legality of an extension aggregate in a preelaborable
12317         package. Treat the literal null as a valid default expression in a
12318         component declaration for a type with preelaborable initialization.
12319         A limited interface is a legal progenitor for the designated type of a
12320         remote access to class-wide type.
12321
12322 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12323             Ed Schonberg  <schonberg@adacore.com>
12324
12325         * sem_ch8.ads, sem_ch8.adb (Find_Type, case of a 'Base attribute
12326         reference): Use correct entity as denoted entity for the selector of
12327         the rewritten node.
12328         (Find_Direct_Name): Add comment about Generate_Reference incorrectly
12329         setting the Referenced_As_LHS flag for entities that are implicitly
12330         dereferenced.
12331         (Find_Type): If the type is an internally generated incomplete type,
12332         mark the full view as referenced, to prevent spurious warnings.
12333         (Find_Selected_Component, Has_Components): Handle properly non-limited
12334         views that are themselves incomplete types.
12335         Handle interfaces visible through limited-with clauses.
12336         (Analyze_Subprogram_Renaming): Disambiguate and set the entity of a
12337         subprogram generic actual for which we have generated a renaming.
12338         Warn when the renaming introduces a homonym of
12339         the renamed entity, and the renamed entity is directly visible.
12340
12341 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12342             Hristian Kirtchev  <kirtchev@adacore.com>
12343
12344         * sem_res.adb (Resolve_Allocator): Propagate any coextensions that
12345         appear in the subtree to the current allocator if it is not a static
12346         coextension.
12347         (Resolve_Allocator): Perform cleanup if resolution has determined that
12348         the allocator is not a coextension.
12349         (Resolve): Skip an interpretation hidden by an abstract operator only
12350         when the type of the interpretation matches that of the context.
12351         (Resolve): When looping through all possible interpretations of a node,
12352         do not consider those that are hidden by abstract operators.
12353         (Resolve_Actuals): When verifying that an access to class-wide object
12354         is an actual  for a controlling formal, ignore anonymous access to
12355         subprograms whose return type is an access to class_wide type.
12356         (Resolve_Slice): If the prefix of the slice is a selected component
12357         whose type depends on discriminants, build its actual subtype before
12358         applying range checks on the bounds of the slice.
12359         (Valid_Conversion): In an instance or inlined body, compare root types,
12360         to prevent anomalies between private and public views.
12361         (Resolve): Improve error message for ambiguous fixed multiplication
12362         expressions that involve universal_fixed multiplying operations.
12363
12364 2007-08-14  Javier Miranda  <miranda@adacore.com>
12365             Hristian Kirtchev  <kirtchev@adacore.com>
12366
12367         * exp_ch9.adb (Build_Protected_Entry): Propagate the original source
12368         location to allow the correct generation of errors in case of
12369         restrictions applied to the expanded code.
12370         (Expand_Entry_Barrier): Remove all generated renamings for a barrier
12371         function if the condition does not reference them.
12372         (Expand_Entry_Body_Declarations): Mark the index constant as having a
12373         valid value.
12374
12375 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12376             Pablo Oliveira  <oliveira@adacore.com>
12377
12378         * exp_dist.adb (PolyORB_Support.Build_TypeCode_Function): When creating
12379         typecode parameters for a union (in a variant record), remove
12380         extraneous layer of Any wrapping for member label.
12381         (Expand_Receiving_Stubs_Bodies): For an RCI package body that has
12382         elabration statements, register the package with the name server
12383         at the beginning, not at the end, of the elaboration statements so
12384         that they can create remote access to subprogram values that designate
12385         remote subprograms from the package.
12386
12387 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
12388
12389         * g-catiio.adb (Image): For the case of %s, use Ada.Calendar.Time
12390         values to compute the number of seconds since the Unix Epoc in order to
12391         account for Daylight Savings Time. Perform special processing for dates
12392         that are earlier than the Unix Epoc to obtain a negative number.
12393
12394 2007-08-14  Emmanuel Briot  <briot@adacore.com>
12395
12396         * g-comlin.adb (Getopt): Fix handling of "*" switch when not collapsing
12397         switches.
12398
12399 2007-08-14  Eric Botcazou  <ebotcazou@adacore.com>
12400
12401         * gnatlink.adb (Gnatlink): Pass switches to the linker even if the
12402         binder-generated file is not in Ada.
12403         Pass -mrtp to the linker if it is GCC and --RTS=rtp has been
12404         recorded in the ALI file.
12405         Pass -fsjlj to the linker if it is GCC and --RTS=sjlj has been recorded.
12406
12407 2007-08-14  Vincent Celier  <celier@adacore.com>
12408
12409         * gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
12410         (Output_Source): Do nothing if parameter is No_Sdep_Id
12411
12412         * make.adb (Gnatmake): Do not rebuild an archive simply because a
12413         shared library it imports has a later time stamp.
12414         (Check): Resolve the symbolic links in the path name of the object
12415         directory.
12416         Check that the ALI file is in the correct object directory
12417         Check if a file name does not correspond to the mapping of units
12418         to file names.
12419         (Display_Version): New procedure
12420         (Initialize): Process switches --version and --help
12421         Use type Path_Name_Type for path name
12422
12423 2007-08-14  Paul Hilfinger  <hilfinger@adacore.com>
12424
12425         * impunit.adb: Re-organize System.Random_Numbers and
12426         GNAT.Random_Numbers and add to builds.
12427
12428         * Makefile.rtl: Add s-rannum.ad* and g-rannum.ad*, a-assert*
12429
12430         * s-rannum.ads, s-rannum.adb, g-rannum.ads, g-rannum.adb: New files.
12431
12432         * a-assert.ads, a-assert.adb: New files.
12433
12434 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
12435
12436         * layout.adb (Layout_Type): In the case of access-to-subprogram types,
12437         if AAMP_On_Target is True, then the size of the type encompasses two
12438         addresses (a static link and a subprogram address), except in the case
12439         of library-level access types.
12440
12441 2007-08-14  Vincent Celier  <celier@adacore.com>
12442
12443         * output.ads, output.adb (Write_Eol): Remove trailing spaces before
12444         writing the line.
12445         (Write_Eol_Keep_Blanks): New procedure to write a line, including
12446         possible trailing spaces.
12447         (Output_Source_Line): Call Write_Eol_Keep_Blanks to output a source line
12448
12449 2007-08-14  Javier Miranda  <miranda@adacore.com>
12450
12451         * par-ch6.adb (P_Formal_Part): Fix wrong error message associated with
12452         null-excluding access types.
12453
12454 2007-08-14  Javier Miranda  <miranda@adacore.com>
12455
12456         * sem_ch9.adb (Check_Interfaces): New subprogram that factorizes code
12457         that is common to Analyze_Protected_Type and Analyze_Task_Type. In case
12458         of private types add missing check on matching interfaces in the
12459         partial and full declarations.
12460         (Analyze_Protected_Type): Code cleanup.
12461         (Analyze_Task_Type): Code cleanup.
12462
12463 2007-08-14  Javier Miranda  <miranda@adacore.com>
12464
12465         * sem_disp.adb (Check_Dispatching_Operation): Do not emit warning on a
12466         generated interface thunk.
12467
12468 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12469
12470         * s-ficobl.ads: Declare AFCB as a tagged incomplete type, to prevent
12471         obsolescent warning on application of 'Class to an incomplete type.
12472
12473         * s-finroo.ads: Declare Root_Controlled as a tagged incomplete type, to
12474         prevent obsolescent warning on application of 'Class to an incomplete
12475         type.
12476
12477 2007-08-14  Pascal Obry  <obry@adacore.com>
12478
12479         * s-fileio.adb (Is_Open): Add check for usability of the underlying
12480         file stream.
12481
12482 2007-08-14  Cyrille Comar  <comar@adacore.com>
12483
12484         * s-finimp.adb (Detach_From_Final_List): make this procedure idempotent
12485         since it is potentially used in cases implying double finalization of
12486         the same object.
12487
12488 2007-08-14  Jose Ruiz  <ruiz@adacore.com>
12489
12490         * s-tasini.adb (Get_Stack_Info): Move this function to
12491         System.Soft_Links.Tasking because it is common to the full and the
12492         restricted run times.
12493         (Init_RTS): Do not set the Get_Stack_Info soft link because it is done
12494         in SSL.Tasking.Init_Tasking_Soft_Links.
12495
12496         * s-solita.adb (Get_Stack_Info): Function moved from
12497         System.Tasking.Initialization because it is common to the full and the
12498         restricted run times.
12499         (Init_Tasking_Soft_Links): Set the tasking soft link for Get_Stack_Info.
12500
12501 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
12502
12503         * s-tpobop.ads, s-tpobop.adb, s-tasren.ads, s-tasren.adb,
12504         s-taskin.ads (Requeue_With_Abort): Rename field With_Abort.
12505         (PO_Do_Or_Queue, Task_Do_Or_Queue, Requeue_Call): Remove With_Abort
12506         parameter.
12507
12508         * s-tassta.adb (Task_Wrapper): Increased value of the small overflow
12509         guard to 12K.
12510
12511 2007-08-14  Gary Dismukes  <dismukes@adacore.com>
12512
12513         * s-veboop.adb (SU): New named number initialized to
12514         System.Storage_Unit.
12515         (True_Val): The initialization expression is revised to use SU (=
12516         Storage_Unit) rather than assuming 8 for the component size of an
12517         unpacked Boolean array.
12518
12519 2007-08-14  Tristan Gingold  <gingold@adacore.com>
12520
12521         * tracebak.c: Use tb-ivms.c on OpenVMS Itanium.
12522
12523         * tb-ivms.c: New file.
12524
12525         * g-trasym-vms-ia64.adb: Fixed for OpenVMS version 8.2
12526
12527 2007-08-14  Geert Bosch  <bosch@adacore.com>
12528
12529         * i-forbla.ads, i-forbla.adb, a-ngcoar.adb, a-ngcoar.ads, i-forlap.ads,
12530         s-gearop.adb, s-gecobl.adb, s-gecobl.ads, s-gerela.adb, s-gerela.ads:
12531         Add required linker pragmas for automatically linking with the gnalasup
12532         linear algebra support library, and the systems math library.
12533         Rename cdot to cdotu and zdot to zdotu.
12534         Update header comment to describe purpose of package.
12535
12536 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12537
12538         * exp_ch7.adb (Find_Final_List): For an anonymous access type that has
12539         an explicitly specified Associated_Final_Chain, use that list.
12540         (Expand_N_Package_Body): Build dispatch tables of library level tagged
12541         types.
12542         (Expand_N_Package_Declaration): Build dispatch tables of library level
12543         tagged types. Minor code cleanup.
12544
12545 2007-08-14  Vincent Celier  <celier@adacore.com>
12546
12547         * gnatchop.adb (Terminate_Program): Remove exception and use
12548         Types.Terminate_Program instead.
12549
12550         * osint.ads, osint.adb (Current_Exit_Status): New global variable
12551         (Find_Program_Name): Added protection against empty name.
12552         (OS_Exit_Through_Exception): New procedure
12553
12554         * s-os_lib.ads, s-os_lib.adb (OS_Exit): New procedure body
12555         (OS_Exit_Default): New procedure that contains the previous
12556         implementation of procedure OS_Exit.
12557         (Final_Value): Remove obsolete Interix stuff.
12558
12559 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12560
12561         * g-socket.ads: Reorganize example code so that it also works on
12562         Windows XP.
12563
12564 2007-08-14  Tristan Gingold  <gingold@adacore.com>
12565
12566         * g-trasym.ads: AIX now supports symbolic backtraces.
12567
12568 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12569
12570         * lib-load.adb (From_Limited_With_Chain): Always scan the stack of
12571         units being loaded to detect circularities. A circularity may be
12572         present even if the current chain of pending units to load starts from
12573         a limited_with_clause.
12574
12575         * lib-load.ads: Change profile of Load_Unit to use a with_clause
12576         rather than a boolean flag, in order to detect circularities in
12577         with_clauses.
12578
12579         * par-load.adb: Use current with_clause in calls to Load_Unit, rather
12580         than propagating the From_Limited_With flag, in order to handle
12581         properly circularities involving with_clauses.
12582
12583 2007-08-14  Nicolas Setton  <setton@adacore.com>
12584
12585         * link.c (FreeBSD): Add "const" keyword where needed, to eliminate
12586         warnings.
12587
12588 2007-08-14  Arnaud Charlet  <charlet@adacore.com>
12589
12590         * Makefile.in: GNATRTL_LINEARALGEBRA_OBJS: New variable holding objects
12591         to build for libgnala.
12592         libgnat: Add rules to build libgnala.a
12593         (LIBGNAT_TARGET_PAIRS for VxWorks): Remove s-osinte-vxworks.adb from
12594         target pairs of the VxWorks 6 kernel runtime, use it only for VxWorks 5.
12595         Add s-osinte-vxworks-kernel.adb to the target pairs of the
12596         kernel run-time lib for VxWorks 6, which would provide a different
12597         implementation for Task_Cont and Task_Stop than the VxWorks 5 version.
12598         x86-solaris section (EH_MECHANISM): Set to -gcc, as this port is now
12599         running ZCX by default.
12600         Add g-sttsne-locking to LynxOS version.
12601         Remove g-sttsne-vxworks.ads; use g-sttsne-locking.ads instead.
12602         On x86/darwin, use a-numaux-x86.ad? and system-darwin-x86.ads.
12603
12604         * system-darwin-x86.ads: New file.
12605
12606         * Make-lang.in: Delete files before copying onto them, so if they are
12607         read-only, the copy won't fail.
12608         Update dependencies
12609
12610 2007-08-14  Pascal Obry  <obry@adacore.com>
12611
12612         * mdll-fil.adb, * mdll.adb: Implement a more consistent libraries
12613         naming scheme.
12614
12615 2007-08-14  Vincent Celier  <celier@adacore.com>
12616
12617         * mlib-utl.adb (Gcc_Name): Change from constant String to String_Access
12618         (Gcc): Initialize Gcc_Name at the first call
12619
12620 2007-08-14  Ed Schonberg  <schonberg@adacore.com>
12621
12622         * sem_ch7.adb (Analyze_Package_Specification): Do not install private
12623         with_clauses of the enclosing unit when analyzing the package
12624         specification of a nested instance.
12625
12626 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
12627
12628         * sinfo.ads, sinfo.adb (Is_Coextension, Set_Is_Coextension): Removed.
12629         (Is_Dynamic_Coextension, Set_Is_Dynamic_Coextension): New routines.
12630         Remove flag Is_Coextension. Add flag Is_Dynamic_Coextension. Update the
12631         layout of N_Allocator.
12632
12633 2007-08-14  Thomas Quinot  <quinot@adacore.com>
12634
12635         * rtsfind.adb (Check_RPC): Add PCS version check.
12636
12637         * gnatvsn.ads, gnatvsn.adb: Add PCS version.
12638         (Gnat_Free_Software): New function.
12639
12640         * sem_dist.ads, sem_dist.adb (Get_PCS_Version): New subprogram. Returns
12641         the PCS_Version value from s-parint, used to check that it is consistent
12642         with what exp_dist expects.
12643
12644         * s-parint.ads (PCS_Version): New entity for checking consistency
12645         between exp_dist and PCS.
12646
12647         * gen-soccon.c: (SO_REUSEPORT): New constant.
12648
12649 2007-08-14  Hristian Kirtchev  <kirtchev@adacore.com>
12650
12651         * a-calfor.adb (Image (Duration; Boolean)): Change type of local
12652         variable Sub_Second to Duration in order to accomodate a larger range
12653         of arithmetic operations.
12654
12655 2007-08-14  Bob Duff  <duff@adacore.com>
12656
12657         * g-sttsne-locking.ads: Move comments from spec to body.
12658         * g-sttsne-locking.adb: Move comments from spec to body.
12659         * g-sttsne-vxworks.ads: Removed.
12660         * g-sttsne-vxworks.adb: Removed.
12661
12662 2007-08-11  Ian Lance Taylor  <iant@google.com>
12663
12664         * misc.c (gnat_get_alias_set): Change return type to
12665         alias_set_type.
12666
12667 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12668
12669         * decl.c, utils2.c: Fix whitespace in last change.
12670
12671 2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12672
12673         * decl.c (compare_field_bitpos): Constify.
12674         * utils2.c (compare_elmt_bitpos): Likewise.
12675
12676 2007-07-27  Aurelien Jarno  <aurelien@aurel32.net>
12677
12678         * s-osinte-kfreebsd-gnu.ads ((sigset_t_ptr): Removed, replaced by
12679         anonymous access type.
12680         (pthread_sigmask): Now take an access sigset_t.
12681
12682 2007-07-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
12683
12684         * s-osinte-rtems.ads: Correct prototype of pthread_sigmask.
12685
12686 2007-06-21  Eric Botcazou  <ebotcazou@adacore.com>
12687
12688         PR tree-optimization/25737
12689         * misc.c (gnat_post_options): Do not force flag_tree_salias to 0.
12690
12691 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
12692
12693         * trans.c (Attribute_to_gnu): When subtracting an
12694         offset from a pointer, use POINTER_PLUS_EXPR with
12695         NEGATE_EXPR instead of MINUS_EXPR.
12696         (gnat_to_gnu): Likewise.
12697         * utils.c (convert): When converting between
12698         thin pointers, use POINTER_PLUS_EXPR and sizetype
12699         for the offset.
12700         * utils2.c (known_alignment): POINTER_PLUS_EXPR
12701         have the same semantics as PLUS_EXPR for alignment.
12702         (build_binary_op): Add support for the semantics of
12703         POINTER_PLUS_EXPR's operands.
12704         When adding an offset to a pointer, use POINTER_PLUS_EXPR.
12705
12706 2007-06-11  Rafael Ávila de Espíndola  <espindola@google.com>
12707
12708         * trans.c (Attribute_to_gnu): Use signed_or_unsigned_type_for instead
12709         of get_signed_or_unsigned_type.
12710         * misc.c (LANG_HOOKS_SIGNED_TYPE): Remove.
12711
12712 2007-06-11  Bob Duff  <duff@adacore.com>
12713             Thomas Quinot  <quinot@adacore.com>
12714
12715         * g-stsifd-sockets.adb (Create): Work around strange behavior of
12716         'bind' on windows that causes 'connect' to fail intermittently, by
12717         retrying the 'bind'.
12718         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12719
12720 2007-06-10  Duncan Sands  <baldrick@free.fr>
12721
12722         * decl.c (gnat_to_gnu_entity): Use pointers to dummy nodes, rather
12723         than to void, for the fields when making a new fat pointer type.
12724         (gnat_substitute_in_type): Now substitute_in_type.
12725         * gigi.h (gnat_substitute_in_type): Likewise.  Adjust recursive calls.
12726         * trans.c (gnat_gimplify_expr): Remove COMPONENT_REF kludge.
12727         * utils.c (update_pointer_to): Update fat pointers by updating the
12728         dummy node pointers used for the fields.
12729
12730 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12731             Bob Duff  <duff@adacore.com>
12732
12733         * g-soccon-freebsd.ads, g-soccon-vxworks.ads:,
12734         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
12735         g-soccon-solaris.ads, g-soccon-vms.ads, g-soccon-tru64.ads:  Add new
12736         constant Thread_Blocking_IO, always True by default, set False
12737         on a per-runtime basis.
12738         (Need_Netdb_Buffer): New constant.
12739
12740         * g-stheme.adb, g-sttsne.ads, g-sttsne-locking.ads,
12741         g-sttsne-locking.adb, g-sttsne-vxworks.ads, g-sttsne-vxworks.adb: New
12742         files.
12743
12744         * g-socthi-vxworks.ads, g-socthi-vxworks.adb,
12745         g-socthi-vms.ads, g-socthi-vms.adb (Safe_Gethostbyname,
12746         Safe_Gethostbyaddr, Safe_Getservbyname, Safe_Getservbyport): Use new
12747         child package Task_Safe_NetDB
12748         (Host_Error_Messages): Add stub body.
12749         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12750
12751         * g-soccon-mingw.ads: Add Windows-specific constants.
12752         (Need_Netdb_Buffer): New constant.
12753         (GNAT.Sockets.Thin.C_Inet_Addr, Windows version): Remove useless Ada
12754         wrapper and import inet_addr(3) from the standard sockets library
12755         directly instead.
12756         (In_Addr): Add alignment clause.
12757         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
12758
12759 2007-06-06  Robert Dewar  <dewar@adacore.com>
12760
12761         * a-taster.adb, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
12762         s-osinte-irix.ads, s-interr-sigaction.adb, s-mastop-irix.adb,
12763         s-osinte-hpux-dce.ads, s-osinte-interix.ads, s-osinte-solaris.ads,
12764         s-taspri-solaris.ads, s-inmaop-vms.adb, s-interr-vms.adb,
12765         s-mastop-vms.adb, s-osinte-vms.ads, s-tpopde-vms.adb,
12766         s-osinte-mingw.ads, s-interr-vxworks.adb, i-cstrea-vms.adb,
12767         a-diocst.adb, a-direio.adb, a-interr.adb, a-sequio.adb, a-siocst.adb,
12768         a-ssicst.adb, a-storio.adb, a-ststio.adb, a-stwima.adb, a-tasatt.adb,
12769         a-taside.adb, a-tiocst.adb, a-witeio.adb, a-wtcstr.adb, g-crc32.adb,
12770         g-dirope.adb, g-dyntab.adb, g-memdum.adb, g-regexp.adb, g-spipat.adb,
12771         g-spitbo.adb, g-string.adb, g-string.ads, g-table.adb, g-thread.adb,
12772         i-cobol.adb, i-cpoint.adb, i-cstrea.adb, i-cstrin.adb, i-pacdec.adb,
12773         s-addima.adb, s-arit64.adb, s-auxdec.adb, s-auxdec.ads,
12774         s-auxdec-vms_64.ads, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
12775         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
12776         s-direio.adb, s-fileio.adb, s-finimp.ads, s-geveop.adb, s-imgenu.adb,
12777         s-pack03.adb, s-pack05.adb, s-pack06.adb, s-pack07.adb, s-pack09.adb,
12778         s-pack10.adb, s-pack11.adb, s-pack12.adb, s-pack13.adb, s-pack14.adb,
12779         s-pack15.adb, s-pack17.adb, s-pack18.adb, s-pack19.adb, s-pack20.adb,
12780         s-pack21.adb, s-pack22.adb, s-pack23.adb, s-pack24.adb, s-pack25.adb,
12781         s-pack26.adb, s-pack27.adb, s-pack28.adb, s-pack29.adb, s-pack30.adb,
12782         s-pack31.adb, s-pack33.adb, s-pack34.adb, s-pack35.adb, s-pack36.adb,
12783         s-pack37.adb, s-pack38.adb, s-pack39.adb, s-pack40.adb, s-pack41.adb,
12784         s-pack42.adb, s-pack43.adb, s-pack44.adb, s-pack45.adb, s-pack46.adb,
12785         s-pack47.adb, s-pack48.adb, s-pack49.adb, s-pack50.adb, s-pack51.adb,
12786         s-pack52.adb, s-pack53.adb, s-pack54.adb, s-pack55.adb, s-pack56.adb,
12787         s-pack57.adb, s-pack58.adb, s-pack59.adb, s-pack60.adb, s-pack61.adb,
12788         s-pack62.adb, s-pack63.adb, s-pooloc.adb, s-poosiz.adb, s-scaval.adb,
12789         s-sequio.adb, s-shasto.adb, s-stalib.ads, s-stratt.adb, s-strcom.adb,
12790         s-taasde.adb, s-tasdeb.adb, s-tasuti.ads, s-tataat.ads, s-tpoben.ads,
12791         s-valenu.adb, s-widenu.adb, s-wwdenu.adb, s-addope.adb, a-stzmap.adb,
12792         a-ztcstr.adb, a-ztexio.adb, s-osinte-linux-hppa.ads: Replace
12793         Unchecked_* by Ada.Unchecked_*
12794
12795 2007-06-06  Robert Dewar  <dewar@adacore.com>
12796
12797         * g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
12798         s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
12799         g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
12800         output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
12801         g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
12802         a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.
12803
12804         * s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
12805         s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
12806         s-tasloc.adb, s-tasloc.ads: New files.
12807
12808 2007-06-06  Bob Duff  <duff@adacore.com>
12809
12810         * g-expect-vms.adb:
12811         (Send_Signal, Close): Raise Invalid_Process if the process id is invalid.
12812         * g-expect.ads, g-expect.adb (Send): Avoid useless copy of the string.
12813         (Send_Signal, Close): Raise Invalid_Process if the process id is
12814         invalid.
12815         (Pattern_Matcher_Access): Is now a general access type to be able to
12816         use aliased string.
12817
12818 2007-06-06  Thomas Quinot  <quinot@adacore.com>
12819             Arnaud Charlet  <charlet@adacore.com>
12820
12821         * a-intnam-aix.ads: Adjust comment to account for SIGADAABORT change
12822         (SIGEMT is now used instead of SIGTERM on AIX).
12823
12824         * s-osinte-aix.ads (Linker_Options): Use -pthread instead of -lpthreads.
12825         (Time_Slice_Supported): Set to True.
12826         Use SIGEMT instead of SIGTERM as SIGADAABORT.
12827
12828 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
12829
12830         * a-calend.ads, a-calend.adb, a-calend-vms.ads, a-calend-vms.adb ("-"
12831         (Time, Time)): Use To_Relative_Time rather than manual calculation to
12832         express the bounds of Duration as Time. Raise Time_Error when the
12833         result is greater or equal to the higher bound of Duration (on the
12834         margin case).
12835         ("+" (Time, Duration)): Reorder code. Remove the declaration of constant
12836         Ada_High_And_Leaps.
12837         ("-" (Time, Duration)): Reorder code. Remove the declaration of constant
12838         Ada_High_And_Leaps.
12839         ("-" (Time, Time)): Reorder code.
12840         (All_Leap_Seconds): Removed.
12841         (Arithmetic_Operations.Add): Remove sign related kludge.
12842         (Arithmetic_Operations.Difference): Control the leaps seconds processing
12843         with flag Leap_Support.
12844         (Arithmetic_Operations.Subtract): Remove sign related kludge.
12845         (Check_Within_Time_Bounds): New procedure.
12846         (Clock): Control the leap seconds processing with flag Leap_Support.
12847         (Cumulative_Leap_Seconds): Assert that the target supports leap seconds.
12848         (Formatting_Operations.Split): Control the leap seconds processing with
12849         flag Leap_Support.
12850         (Formatting_Operations.Time_Of): Control the leaps seconds processing
12851         with flag Leap_Support. Adjust the year, month and day (if applicable)
12852         when the value of day seconds designates a new day.
12853         (Split): Use parameter associations for better readability. Integrate
12854         flag Is_Ada_05.
12855         (Time_Of): Use parameter associations for better readability. Integrate
12856         flag Is_Ada_05.
12857
12858         * a-calfor.adb (Split): Use parameter associations for better
12859         readability. Integrate flag Is_Ada_05.
12860         (Time_Of): Remove flag Leap_Checks. Use parameter associations for
12861         better readability. Integrate flag Is_Ada_05.
12862
12863 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12864
12865         * s-taprop-vms.adb, s-taprop-hpux-dce.adb, s-taprop-vxworks.adb,
12866         s-osprim-posix.adb, s-taprop-posix.adb, s-osprim-vxworks.adb,
12867         s-taprop-solaris.adb, s-osprim-solaris.adb, s-taprop-dummy.adb,
12868         s-osprim-unix.adb, s-osinte-freebsd.adb, s-osinte-freebsd.ads,
12869         s-osinte-lynxos.adb, s-osinte-lynxos.ads, s-taprop-tru64.adb,
12870         s-taprop-lynxos.adb, s-taprop-irix.adb, s-osinte-tru64.adb,
12871         s-osinte-tru64.ads, s-taprop-linux.adb, s-parame.ads,
12872         s-parame-vms-alpha.ads, s-parame-vms-ia64.ads, s-parame-hpux.ads,
12873         s-parame-vms-restrict.ads, s-parame-ae653.ads, s-parame-vxworks.ads,
12874         s-taprop-mingw.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos-3.adb,
12875         s-osprim-mingw.adb (Timed_Delay, Timed_Sleep): Register the base
12876         time when entering this routine to detect a backward clock setting
12877         (manual setting or DST adjustment), to avoid waiting for a longer delay
12878         than needed.
12879         (Time_Duration, To_Timeval, struct_timeval): Removed when not relevant.
12880         Remove handling of deferred priority change, and replace by setting the
12881         task priority directly, as required by AI-188.
12882         Update comments.
12883         (Max_Task_Image_Length): New constant.
12884         Replace Warnings (Off) by Unreferenced pragma, cleaner.
12885         (Dynamic_Priority_Support): Removed, no longer needed.
12886         (Poll_Base_Priority_Change): Ditto.
12887         (Set_Ceiling): Add this procedure to change the ceiling priority
12888         associated to a lock. This is a dummy implementation because dynamic
12889         priority ceilings are not supported by the underlying system.
12890
12891         * a-dynpri.adb (Set_Priority): Take into account case where Target is
12892         accepting a RV with its priority boosted.
12893         Remove handling of deferred priority change, and replace by setting the
12894         task priority directly, as required by AI-188.
12895
12896         * s-taenca.adb (Try_To_Cancel_Entry_Call): Remove special case for
12897         Succeeded = True.
12898         Remove handling of deferred priority change, and replace by setting the
12899         task priority directly, as required by AI-188.
12900         (Wait_For_Completion, Wait_For_Call, Timed_Selective_Wait): Change state
12901         of Self_Id earlier.
12902
12903         * s-tasini.ads, s-tasini.adb (Wakeup_Entry_Caller): Relax assertion.
12904         (Poll_Base_Priority_Change): Removed.
12905         Code clean up: use SSL.Current_Target_Exception.
12906
12907         * s-tasren.adb (Task_Count): Call Yield to let a chance to other tasks
12908         to run as this is a potentially dispatching point.
12909         (Call_Synchronous): Use Local_Defer_Abort.
12910         (Callable): Relax assertion.
12911         (Selective_Wait): Relax assertion in case abort is not allowed.
12912         Remove handling of deferred priority change, and replace by setting the
12913         task priority directly, as required by AI-188.
12914
12915         * s-tasuti.adb (Make_Passive): Adjust assertions.
12916         Remove handling of deferred priority change, and replace by setting the
12917         task priority directly, as required by AI-188.
12918
12919 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12920
12921         * system-vxworks-sparcv9.ads, system-solaris-x86.ads,
12922         system-irix-o32.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
12923         system-lynxos-x86.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
12924         system-vxworks-mips.ads, system-vxworks-alpha.ads,
12925         system-vxworks-x86.ads, system-linux-ppc.ads, system-mingw.ads,
12926         system-vms-zcx.ads, system-darwin-ppc.ads, system-vxworks-ppc.ads,
12927         system-interix.ads, system-linux-hppa.ads, system-tru64.ads,
12928         system-hpux.ads, system-irix-n32.ads, system-solaris-sparc.ads,
12929         system-solaris-sparcv9.ads, system-vms.ads, system.ads,
12930         system-vms_64.ads, system-hpux-ia64.ads, system-linux-x86_64.ads,
12931         system-linux-ia64.ads: Document mapping between Ada and OS priorities.
12932         This patch changes the largest non-binary modulus from 2**31-1 to
12933         2**32-1.
12934         (Compiler_System_Version): Removed, no longer used.
12935         Clean up system files by removing flags only used on a single target.
12936         Also remove obsolete flags, only used during bootstrap from system.ads
12937         (Address): Add a pragma Preelaborable_Initialization.
12938
12939         * system-aix.ads:  Ditto.
12940         (GCC_ZCX_Support): Set to true.
12941         Update priority range on AIX and map Ada priorities to target
12942         priorities appropriately for different scheduling policies.
12943
12944         * ttypes.ads: set largest non-binary modulus from 2**31-1 to 2**32-1
12945
12946 2007-06-06  Vincent Celier  <celier@adacore.com>
12947
12948         * mlib-tgt-specific.adb, mlib-tgt-specific.ads,
12949         mlib-tgt-vms.adb, mlib-tgt-vms.ads: New files.
12950
12951         * mlib-tgt.adb, mlib-tgt.ads, mlib-tgt-darwin.adb,
12952         mlib-tgt-vxworks.adb, mlib-tgt-mingw.adb, mlib-tgt-lynxos.adb,
12953         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb,
12954         mlib-tgt-vms-ia64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
12955         mlib-tgt-hpux.adb, mlib-tgt-tru64.adb: Make a common body for package
12956         MLib.Tgt, containing the default versions of the exported subprograms.
12957         For each platform, create a specific version of the body of new child
12958         package MLib.Tgt.Specific that contains only the body of subprograms
12959         that are different from the default.
12960         (Archive_Builder_Append_Options): New function.
12961
12962 2007-06-06  Matthew Gingell  <gingell@adacore.com>
12963
12964         * s-osinte-aix.adb: Map Ada priorities to target priorities
12965         appropriately for different scheduling policies.
12966
12967 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
12968
12969         * s-osinte-linux.ads (sigset_t): Bump alignment to match more closely
12970         its C counterpart.
12971         Remove references to Unchecked_Conversion, and use Ada.xxx instead.
12972         Replace Unchecked_Conversion by Ada.Unchecked_Conversion.
12973
12974 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
12975
12976         * s-osprim-vms.ads, s-osprim-vms.adb (Initialize): New procedure.
12977         Noop on VMS, added for interface commonality.
12978
12979 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
12980             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12981             Olivier Hainque  <hainque@adacore.com>
12982
12983         * decl.c (gnat_to_gnu_entity) <object>: Manually mark the top of the
12984         renamed expression of a full renaming at toplevel.
12985         (gnat_to_gnu_entity, case object): If not defining, do not look inside
12986         the values the constant is initialized to if it is an N_Allocator.
12987         (gnat_to_gnu_entity) <E_Array_Subtype>: Manually mark the top of the
12988         TYPE_SIZE_UNIT of inner types after the stride is elaborated.
12989         (make_aligning_type): Accept an extra ROOM argument for storage to be
12990         made available before the aligned field, and an extra BASE_ALIGN
12991         argument for callers to pass the alignment guaranteed to be honored for
12992         the whole aligning object. Avoid call to finish_record_type, which only
12993         interferes with the sizes we want to set.
12994         (gnat_to_gnu_entity) <E_Variable>: Pass the required extra arguments to
12995         make_aligning_type for super-aligned objects on stack.
12996         (components_to_record): Pass the adjusted size of the type when creating
12997         fields in the qualified union for the variant part.
12998         (gnat_substitute_in_type): Copy TYPE_USER_ALIGN.
12999         (gnat_to_gnu_entity, case E_Signed_Integer_Subtype): Likewise for
13000         packed array type.
13001         (maybe_pad_type): Set TYPE_USER_ALIGN.
13002         (make_aligning_type): Likewise.
13003         ALIGN argument is unsigned int.
13004         (gnat_to_gnu_entity, case E_Function): Back annotate return mechanism.
13005         (gnat_to_gnu_param): Likewise, for parameters.
13006         (gnat_to_gnu_entity) <object>: Always instantiate the renaming object
13007         if it is constant and stems from a function call.
13008         (gnat_to_gnu_entity) <E_Record_Type>: Set packed to -2 if the alignment
13009         of the record is specified.  Adjust accordingly.
13010         (adjust_packed): New static function.
13011         (gnat_to_gnu_field): Use it to adjust the packedness setting.
13012         (components_to_record): Likewise.
13013         (gnat_to_gnu_entity) <object>: Do not test the renamed expression for
13014         side-effects if the object is deemed constant.
13015         (gnat_to_gnu_entity) <E_Array_Type>: Create a name for the fat pointer
13016         type instead of merely finalizing it.  Tidy.
13017         <E_Access_Subprogram_Type>: Retrieve the type from the TYPE_DECL.
13018         <E_Access_Type>: Likewise.
13019         (defer_debug_incomplete_list): Rename to defer_finalize_list.
13020         (defer_debug_level): Delete.
13021         (gnat_to_gnu_entity) <debug_deferred>: Likewise
13022         <E_Array_Type>: Call rest_of_record_type_compilation on the fat pointer
13023         type.
13024         <E_Record_Type>: Do not explicitly defer finalizing the type.
13025         Adjust for write_record_type_debug_info renaming.
13026         <E_Subprogram_Type>: Likewise.
13027         Finalize deferred types right after deferred incomplete types are
13028         expanded.
13029         (rest_of_type_decl_compilation): New global function.
13030         (components_to_record): Rename defer_debug parameter to do_not_finalize.
13031         (components_to_record): Propagate the packedness to the fields of the
13032         qualified union type if there is a variant part.
13033         (gnat_to_gnu_entity) <E_Array_Type>: Use new function
13034         instead of inline code to adjust the XUT field offsets.
13035         (gnat_to_gnu_entity): Adjust for new prototype of finish_record_type.
13036         <E_Record_Subtype>: Do not let finish_record_type compute the sizes
13037         and write the debug info if the type derives from a discriminated one.
13038         (gnat_to_gnu_entity) <E_Array_Type>: Adjust call to create_index_type.
13039         <E_Array_Subtype>: Likewise.
13040         <E_String_Literal_Subtype>: Likewise.
13041         (gnat_to_gnu_entity): Set TYPE_USER_ALIGN on types only if they have
13042         an alignment clause.
13043         (maybe_pad_type): Update ORIG_SIZE to the minimum required to meet ALIGN
13044         before giving warning.
13045         (prepend_one_attribute_to): New function, helper to prepend an attribute
13046         to an attribute list.
13047         (gnat_to_gnu_entity) <E_Procedure>: Use it.
13048         (prepend_attributes): Likewise.
13049         (gnat_to_gnu_entity) <E_Variable>: Use constants of the proper type.
13050         <E_Array_Type>: Declare the padding type for the element type, if any.
13051         <E_Array_Subtype>: Likewise.
13052         (defer_limited_with): New variable.
13053         (Gigi_Equivalent_Type): New function.
13054         (gnat_to_gnu_entity): Use it at start and use result throughout.
13055         (gnat_to_gnu_entity, case E_Access_Type): Rework to use
13056         Gigi_Equivalent_Type, support Limited_With, allow two levels of
13057         indirection, precompute if unconstrained array to simplify logic, and
13058         use defer_limited_with to defer elaboration of some types from limited
13059         with.
13060         (finalize_from_with_types): New function.
13061
13062 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
13063             Eric Botcazou  <ebotcazou@adacore.com>
13064             Tristan Gingold  <gingold@adacore.com>
13065             Olivier Hainque  <hainque@adacore.com>
13066
13067         * trans.c (Identifier_to_gnu): Change test for deferred constant by
13068         adding guard that the entity is an E_Constant before testing presence
13069         of Full_view (and remove unnecessary test that entity is not a type).
13070         For a CONST_DECL used by reference, manually retrieve
13071         the DECL_INITIAL.  Do not invoke fold in the other DECL_P cases either.
13072         (struct language_function): Move from utils.c to here.
13073         (struct parm_attr): New structure.
13074         (parm_attr, parm_attr vector, parm_attr GC vector): New types.
13075         (f_parm_attr_cache): New macro.
13076         (Attribute_to_gnu) <Attr_Length>: When not optimizing, cache the
13077         expressions for the 'First, 'Last and 'Length attributes of the
13078         unconstrained array IN parameters.
13079         (Subprogram_Body_to_gnu): Use gnu_subprog_decl throughout.
13080         Allocate the information structure for the function earlier, as well
13081         as the language-specific part.
13082         If the parameter attributes cache has been populated, evaluate the
13083         cached expressions on entry.
13084         (takes_address): Add OPERAND_TYPE parameter.  Handle N_Function_Call,
13085         N_Procedure_Call_Statement and N_Indexed_Component.
13086         (Pragma_to_gnu): Translate inspection_point to an asm statement
13087         containaing a comment and a reference to the object (either its address
13088         for BLKmode or its value).
13089         (Identifier_to_gnu): Use TREE_CONSTANT instead of CONST_DECL to decide
13090         to go to DECL_INITIAL. Together with the size constraint relaxation
13091         in create_var_decl, enlarges the set of situations in which an
13092         identifier may be used as an initializer without implying elaboration
13093         code.
13094         (Subprogram_Body_to_gnu): Do not fiddle with the debug interface but set
13095         DECL_IGNORED_P on the function if Needs_Debug_Info is not set on the
13096         node.
13097         (maybe_stabilize_reference): Remove lvalues_only parameter.
13098         (gnat_stabilize_reference): Adjust for above change.
13099         (gnat_to_gnu): Do not set location information on the result
13100         if it is a reference.
13101         (add_cleanup): Add gnat_node parameter and set the location of the
13102         cleanup to it.
13103         (Handled_Sequence_Of_Statements_to_gnu): Adjust calls to add_cleanup.
13104         (Exception_Handler_to_gnu_zcx): Likewise.
13105         (gigi): Remove the cgraph node if the elaboration procedure is empty.
13106         (Subprogram_Body_to_gnu): If a stub is attached to the subprogram, emit
13107         the former right after the latter.
13108         (start_stmt_group): Make global.
13109         (end_stmt_group): Likewise.
13110         (gnu_constraint_error_label_stack, gnu_storage_error_label_stack): New
13111         vars.
13112         (gnu_program_error_label_stack): Likewise.
13113         (gigi): Initialize them.
13114         (call_to_gnu, gnat_to_gnu, emit_check): Add new arg to build_call_raise.
13115         (gnat_to_gnu, N_{Push,Pop}_{Constraint,Storage,Program}_Error_Label):
13116         New cases.
13117         (push_exception_label_stack): New function.
13118         (takes_address): New function.
13119
13120         * utils.c (struct language_function): Move to trans.c from here.
13121         (unchecked_convert): Do not wrap up integer constants in
13122         VIEW_CONVERT_EXPRs.
13123         (create_var_decl_1): Decouple TREE_CONSTANT from CONST_DECL. Prevent
13124         the latter for aggregate types, unexpected by later passes, and relax an
13125         arbitrary size constraint on the former.
13126         (create_field_decl): Use tree_int_cst_equal instead of operand_equal_p
13127         to compare the sizes.
13128         (convert_vms_descriptor): When converting to a fat pointer type, be
13129         prepared for a S descriptor at runtime in spite of a SB specification.
13130         (shift_unc_components_for_thin_pointers): New function.
13131         (write_record_type_debug_info): For variable-sized fields, cap the
13132         alignment of the pointer to the computed alignment.
13133         (finish_record_type): Change HAS_REP parameter into REP_LEVEL.
13134         If REP_LEVEL is 2, do not compute the sizes.
13135         (build_vms_descriptor): Adjust for new prototype of finish_record_type.
13136         (build_unc_object_type): Likewise.
13137         (declare_debug_type): New function.
13138
13139         * ada-tree.def: USE_STMT: removed (not emitted anymore).
13140
13141         * misc.c (gnat_expand_expr): Call to gnat_expand_stmt removed because
13142         no statement is expandable anymore.
13143         (gnat_init_gcc_eh): Do not initialize the DWARF-2 CFI machinery twice.
13144         (gnat_handle_option): Only allow flag_eliminate_debug_types to be set
13145         when the user requested it explicitely.
13146         (gnat_post_options): By default, set flag_eliminate_unused_debug_types
13147         to 0 for Ada.
13148         (get_alias_set): Return alias set 0 for a type if
13149         TYPE_UNIVERSAL_ALIASING_P is set on its main variant.
13150
13151         * ada-tree.h: (TYPE_UNIVERSAL_ALIASING_P): New macro.
13152         (DECL_FUNCTION_STUB): New accessor macro.
13153         (SET_DECL_FUNCTION_STUB): New setter macro.
13154
13155         * lang.opt (feliminate-unused-debug-types): Intercept this flag for Ada.
13156
13157         * fe.h (Get_Local_Raise_Call_Entity, Get_RT_Exception_Entity): New
13158         declarations.
13159
13160 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
13161
13162         * s-intman-vxworks.ads, s-intman-vxworks.adb (Abort_Task_Signal):
13163         Rename to Abort_Task_Interrupt to be able to keep the same interface
13164         as the rest of the targets.
13165
13166         * s-osinte-vxworks.ads s-osinte-vxworks.adb
13167         (To_VxWorks_Priority): Remove explicit "in" mode indicator
13168
13169         * s-osinte-vxworks6.ads, s-vxwork-arm.ads, system-vxworks-arm.ads:
13170         New files.
13171
13172 2007-06-06  Robert Dewar  <dewar@adacore.com>
13173
13174         * a-chahan.ads: Remove obsolescent pragmas
13175
13176         * a-chlat1.ads: Minor reformatting
13177
13178 2007-06-06  Robert Dewar  <dewar@adacore.com>
13179
13180         * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface
13181         for Errout
13182
13183         * errout.adb: New Finalize/Compilation_Errors/Output_Messages
13184         implementation
13185
13186         * errout.ads (Finalize): Changed interface
13187         (Output_Messages): New procedure
13188         (Compilation_Errors): New Interface
13189
13190         * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New
13191         Finalize/Output_Messages interface for Errout
13192         (Prepare_To_Preprocess): New Finalize/Output_Messages interface for
13193         Errout.
13194
13195 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13196             Olivier Hainque  <hainque@adacore.com>
13197             Robert Dewar  <dewar@adacore.com>
13198
13199         * a-except.ads, a-except.adb: (Rmsg_28): Fix description for E.4(18)
13200         check.
13201         (Raise_Current_Excep): Call Debug_Raise_Exception just before
13202         propagation starts, to let debuggers know about the event in a reliable
13203         fashion.
13204         (Local_Raise): Moved to System.Exceptions
13205         More convenient to have this as a separate unit
13206
13207         * s-except.adb, s-except.ads: New files.
13208
13209         * a-exextr.adb (Unhandled_Exception): Delete - replaced by
13210         Debug_Unhandled_Exception in System.Exceptions where it belongs
13211         together with a couple of other debug helpers.
13212         (Notify_Unhandled_Exception): Use Debug_Unhandled_Exception instead of
13213         the former Unhandled_Exception.
13214
13215         * exp_ch11.ads, exp_ch11.adb: (Possible_Local_Raise): New procedure
13216         (Warn_No_Exception_Propagation): New procedure
13217         (Warn_If_No_Propagation): Rewritten for new warning generation
13218         (Expand_Exception_Handlers): New warning generation
13219         (Expand_N_Raise_xxx_Error): Rewritten for new warnings
13220         (Add_Exception_Label): Use Special_Exception_Package_Used for test
13221         instead of Most_Recent_Exception_Used (accomodates Exception_Traces)
13222         (Expand_Local_Exception_Handlers): Unconditionally add extra block wrap
13223         even if restriction is set (makes life easier in Check_Returns)
13224         (Expand_Local_Exception_Handlers): Follow renamed entity chain when
13225         checking exception identities.
13226         (Expand_Local_Exception_Handlers): Do not optimize when all others case
13227         (Expand_Local_Exception_Handlers): Set Exception_Junk flag on generated
13228         block for handler (used by Check_Returns)
13229         (Expand_Local_Exception_Handlers): Local_Raise now takes an address
13230         (Expand_N_Handled_Sequence_Of_Statements): Properly handle -gnatd.x to
13231         remove all exception handlers when optimizing local raise statements.
13232         (Find_Local_Handler): Use Get_Renamed_Entity
13233         (Expand_N_Handled_Sequence_Of_Statements): If the handled sequence is
13234         marked analyzed after expanding exception handlers, do not generate
13235         redundant cleanup actions, because they have been constructed already.
13236
13237 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13238
13239         * a-finali.ads (Ada.Finalization): Add missing pragma Remote_Types. The
13240         presence of this categorization pragma is mandated by the language.
13241         (Limited_Controlled): Add missing pragma Preelaborable_Initialization
13242         for this type.
13243
13244 2007-06-06  Vincent Celier  <celier@adacore.com>
13245             Robert Dewar  <dewar@adacore.com>
13246
13247         * bcheck.adb, binde.adb, binderr.adb, binderr.ads, butil.adb,
13248         butil.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
13249         err_vars.ads, exp_tss.adb, exp_tss.ads, fmap.adb, fmap.ads,
13250         fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
13251         lib-sort.adb, lib-util.adb, lib-util.ads, lib-xref.adb, makeutl.ads,
13252         makeutl.adb, nmake.adt, osint.adb, osint.ads, osint-b.adb,
13253         par-load.adb, prj-attr.adb, prj-dect.adb, prj-err.adb, prj-makr.adb,
13254         prj-part.adb, prj-pp.adb, prj-proc.adb, prj-tree.adb, prj-tree.ads,
13255         prj-util.adb, prj-util.ads, scans.adb, scans.ads, sem_ch2.adb,
13256         sinput-c.adb, styleg-c.adb, tempdir.adb, tempdir.ads, uname.adb,
13257         uname.ads, atree.h, atree.ads, atree.adb, ali-util.ads, ali-util.adb,
13258         ali.ads, ali.adb:
13259         Move Name_Id, File_Name_Type and Unit_Name_Type from package Types to
13260         package Namet. Make File_Name_Type and Unit_Name_Type types derived from
13261         Mame_Id. Add new type Path_Name_Type, also derived from Name_Id.
13262         Use variables of types File_Name_Type and Unit_Name_Type in error
13263         messages.
13264         (Get_Name): Add parameter Ignore_Special, and set it reading file name
13265         (New_Copy): When debugging the compiler, call New_Node_Debugging_Output
13266         here.
13267         Define flags Flag217-Flag230 with associated subprograms
13268         (Flag_Word5): New record type.
13269         (Flag_Word5_Ptr): New access type.
13270         (To_Flag_Word5): New unchecked conversion.
13271         (To_Flag_Word5_Ptr): Likewise.
13272         (Flag216): New function.
13273         (Set_Flag216): New procedure.
13274
13275 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13276
13277         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb: (Insert): Use 'Length
13278         instead of 'Size.
13279
13280         * a-stwifi.ads, a-stzfix.ads: Minor reformatting
13281
13282 2007-06-06  Javier Miranda  <miranda@adacore.com>
13283
13284         * a-tags.ads, a-tags.adb (Tag_Size): This constant is now internal to
13285         the package.
13286         (Object_Specific_Data_Array): This is now internal to the package.
13287         (Object_Specific_Data): This is now internal to the package.
13288         (Select_Specific_Data_Element): This is now internal to the package.
13289         (Select_Specific_Data_Array): This is now internal to the package.
13290         (Select_Specific_Data): This is now internal to the package.
13291         (Offset_To_Top_Function_Ptr): This is now public.
13292         (To_Offset_To_Top_Function_Ptr): Removed.
13293         (Storage_Offset_Ptr,To_Storage_Offset_Ptr): These declarations are now
13294          local to subprogram Offset_To_Top.
13295         (Predefined_DT): Removed.
13296         (Typeinfo_Ptr): Removed.
13297         (OSD): This function is now internal to this package.
13298         (SSD): This function is now internal to this package.
13299         (DT): New function that displaces the pointer to the table of primitives
13300          to get access to the enclosing wrapper record.
13301         (IW_Membership): Code cleanup.
13302         (Offset_To_Top): Code cleanup.
13303         (Predefined_DT): Removed.
13304         (Register_Interface_Tag): Removed.
13305         (Set_Interface_Table): Removed.
13306         (Set_Offset_Index): Removed.
13307         (Set_Offset_To_Top): Code cleanup.
13308         (Set_OSD): Removed.
13309         (Set_Signature): Removed.
13310         (Set_SSD): Removed.
13311         (Set_Tagged_Kind): Removed.
13312         (Typeinfo_Ptr): Removed.
13313         (TSD): Removed.
13314         (Displace): Add missing check on null actual.
13315
13316         * exp_disp.ads, exp_disp.adb
13317         (Select_Expansion_Utilities): Removed.
13318         (Build_Common_Dispatching_Select_Statements): Moved to exp_atags.
13319         (Expand_Dispatching_Call): Update calls to Get_Prim_Op_Address because
13320         the interface requires a new parameter.
13321         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
13322         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Replace
13323         calls to subprograms Build_T, Build_S, etc. by the corresponding code.
13324         Done to remove package Select_Expansion_Utilities.
13325         (Make_DT): New implementation for statically allocated dispatch tables.
13326         (Make_Secondary_DT): Moved to the scope of Make_DT.
13327         (Register_Primitive): Code cleanup plus incoporate the use of the new
13328         function DT_Address_Attribute.
13329         (Expand_Interface_Thunk): The profile of this subprogram has been
13330         changed to return the Thunk_Id and the corresponding code.
13331         (Fill_DT_Entry): Removed. Its functionality is now provided by
13332         subprogram Register_Primitive.
13333         (Fill_Secondary_DT_Entry): Removed. Its functionality is now provided by
13334         subprogram Register_Primitive.
13335         (Register_Primitive): New subprogram that incorporates the previous
13336         functionalities of Fill_DT_Entry and Fill_Secondary_DT_Entry.
13337         (Build_Common_Dispatching_Select_Statements): Remove formal Typ. This
13338         was only required to call Make_DT_Access_Action, which is now removed.
13339         (Ada_Actions): Removed
13340         (Action_Is_Proc): Removed
13341         (Action_Nb_Arg): Removed
13342         Replace all the calls to Make_DT_Access_Action by direct calls to
13343         Make_Procedure_Call_Statement or Make_Function_Call.
13344         (Set_DTC_Entity_Value): New subprogram.
13345         (Set_All_DT_Position): Add call to new subprogram Set_DTC_Entity_Value.
13346         (Expand_Interface_Thunk): Add missing support for primitives that are
13347         functions with a controlling result (case in which there is no need
13348         to generate the thunk).
13349
13350         * exp_atag.ads, exp_atag.adb
13351         (Build_DT): New subprogram that displaces the pointer to reference the
13352         base of the wrapper record.
13353         (Build_Typeinfo_Offset): Removed.
13354         (RTE_Tag_Node): Removed.
13355         (Build_Common_Dispatching_Select_Statements): Moved here from exp_disp
13356         (Build_Get_RC_Offset): Removed.
13357         (Build_Inherit_Predefined_Prims): Removed.
13358         (Build_Inherit_TSD: Removed.
13359         (Build_New_TSD): Removed.
13360         (Build_Set_External_Tag): Removed.
13361         (Build_Set_Predefined_Prim_Op_Address): Add documentation.
13362         (Build_Set_Prim_Op_Address): Add documentation.
13363         (Build_Set_TSD): Removed.
13364
13365         * rtsfind.ads, rtsfind.adb
13366         (Load_Fail): If load fails and we are not in configurable run-time
13367         mode, then raise Unrecoverable_Error.
13368         (Text_IO_Kludge): Generate an error message if a run-time library is
13369         not available in a given run-time (ie. zfp run-time).
13370         (RTE_Record_Component): Add code to check that the component we search
13371         for is not found in two records in the given run-time package.
13372         (RE_DT_Offset_To_Top_Size, RE_DT_Predef_Prims_Size): Removed
13373         (RE_DT_Predef_Prims_Offset): New entity
13374         (RE_Static_Offset_To_Top): New entity
13375         (RE_HT_Link): New entity.
13376         (System_Address_Image): Addition of this run-time package.
13377         (RE_Address_Image): New entity.
13378         (RE_Abstract_Interface): Removed.
13379         (RE_Default_Prim_Op_Count): Removed.
13380         (RE_DT_Entry_Size): Removed.
13381         (RE_DT_Min_Prologue_Size): Removed.
13382         (RE_DT_Prologue_Size): Removed.
13383         (RE_Ifaces_Table_Ptr): Removed.
13384         (RE_Interface_Data_Ptr): Removed.
13385         (RE_Type_Specific_Data): Removed.
13386         (RE_Primary_DT): Removed.
13387         (RE_Register_Interface_Tag): Removed.
13388         (RE_Set_Offset_Index): Removed.
13389         (RE_Set_OSD): Removed.
13390         (RE_Set_SSD): Removed.
13391         (RE_Set_Signature): Removed.
13392         (RE_Set_Tagged_Kind): Removed.
13393         (RE_Address_Array): New entity.
13394         (RE_DT): New entity.
13395         (RE_Iface_Tag): New entity.
13396         (RE_Interfaces_Table): New entity.
13397         (RE_No_Dispatch_Table): New entity.
13398         (RE_NDT_Prims_Ptr): New entity.
13399         (RE_NDT_TSD): New entity.
13400         (RE_Num_Prims): New entity.
13401         (RE_Offset_To_Top_Function_Ptr): New entity.
13402         (RE_OSD_Table): New entity.
13403         (RE_OSD_Num_Prims): New entity.
13404         (RE_Predef_Prims): New entity
13405         (RE_Predef_Prims_Table_Ptr): New entity.
13406         (RE_Primary_DT): New entity.
13407         (RE_Signature): New entity.
13408         (RE_SSD): New entity.
13409         (RE_TSD): New entity.
13410         (RE_Type_Specific_Data): New entity.
13411         (RE_Tag_Kind): New entity.
13412
13413 2007-06-06  Thomas Quinot  <quinot@adacore.com>
13414
13415         * a-textio.ads, a-textio.adb (Write): Add explicit size clause for the
13416         C imported variable.
13417         (Skip_Line): Do not reset Before_LM_PM immediately when Before_LM is set
13418         on entry.
13419
13420 2007-06-06  Robert Dewar  <dewar@adacore.com>
13421
13422         * a-tienio.adb (Get): Adjust buffer size to accomodate one extra
13423         character
13424
13425 2007-06-06  Vincent Celier  <celier@adacore.com>
13426
13427         * a-tifiio.adb (Put, internal): For negative numbers, check that there
13428         is room for at least one digit and the minus sign.
13429         (Put.Put_Character): Never put a character outside of the range of
13430         string To.
13431
13432 2007-06-06  Olivier Hainque  <hainque@adacore.com>
13433             Eric Botcazou  <ebotcazou@adacore.com>
13434
13435         * utils2.c (build_allocator): Provide the extra arguments to
13436         make_aligning_type for super-aligned objects allocated from the default
13437         pool. Leave enough room for a pointer before the aligning field, and
13438         store the system's allocator return value there.
13439         (build_call_alloc_dealloc): When releasing a super-aligned object,
13440         retrieve the system's allocator return value from where build_allocator
13441         has stored it, just ahead of the adjusted address we are passed.
13442         (build_call_raise): Handle properly the generation of line numbers when
13443         the node is marked No_Location.
13444         (compare_elmt_bitpos): Use tree_int_cst_compare.  Stabilize the sort
13445         by using DECL_UID on ties.
13446         (build_binary_op) <EQ_EXPR>: Accept fat pointer types with the same
13447         main variant.
13448         (build_call_raise): Handle converting exception into goto; support new
13449         argument KIND.
13450         (build_component_ref): Add new arg to build_call_raise.
13451
13452 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13453
13454         * a-ztflau.adb, a-wtflau.adb, a-tiflau.adb (Load_Real): Do not parse
13455         "." in the case of nnn.xxx when nnn terminates with an underscore.
13456         Parse the remaining "#" or ":" in the case of nnn#.xxx#
13457
13458 2007-06-06  Robert Dewar  <dewar@adacore.com>
13459
13460         * a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT
13461
13462 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
13463             Vincent Celier  <celier@adacore.com>
13464             Robert Dewar  <dewar@adacore.com>
13465
13466         * bindgen.adb (Gen_Output_File_Ada): Generate pragma No_Run_Time when
13467         needed.
13468         (Gen_Output_File_Ada, Gen_Output_File_C): Never use __attribute
13469         ((destructor)) for adafinal, even when switch -a is used.
13470         Do not issue pragma Linker_Destructor for adafinal when switch -a is
13471         used.
13472         (Gen_Object_Files_Options): Add formatting of Linker Options, when
13473         Output_Linker_Option_List is set. Suppress this formatting when
13474         Zero_Formatting is set.
13475         Add case for CLI_Target.
13476         (System_Restrictions_Used): New flag, used to avoid generating with of
13477         System_Restrictions and initialization of the data unless there is
13478         some use of System.Restrictions in the partition.
13479         (Check_System_Restrictions_Used): New procedure
13480
13481         * s-stalib.adb: Remove with of System.Restrictions. No longer needed
13482         since we only with this unit in the binder file if it is used elsewhere
13483         in the partition.
13484
13485 2007-06-06  Vincent Celier  <celier@adacore.com>
13486
13487         * bindusg.adb: Add line for @<response file>
13488         Add lines for new switches -R and -Z
13489
13490         * gnatbind.adb (Gnatbind): Do not include sources from the GNAT
13491         hierarchy in the list of files of the closure when -R is used
13492         (Gnatbind): Accept arguments starting with '@' to indicate response
13493         files and take the arguments from the response files.
13494         If List_Closure is set, display the referenced files
13495
13496 2007-06-06  Javier Miranda  <miranda@adacore.com>
13497             Robert Dewar  <dewar@adacore.com>
13498             Ed Schonberg  <schonberg@adacore.com>
13499
13500         * checks.ads, checks.adb (Apply_Address_Clause_Check): Handle case in
13501         which the address-clause is applied to in-mode actuals (allowed by
13502         13.1(22)).
13503         (Apply_Discriminant_Check): Do not generate a check if the type is
13504         constrained by a current instance.
13505         (Activate_Division_Check): New procedure
13506         (Activate_Overflow_Check): New procedure
13507         (Activate_Range_Check): New procedure
13508         Call these new Activate procedures instead of setting flags directly
13509         (Apply_Array_Size_Check): Removed, no longer needed.
13510         Code clean up: remove obsolete code related to GCC 2.
13511         (Get_E_Length): Protect against bomb in case scope is standard
13512         (Selected_Range_Checks): If the node to be checked is a conversion to
13513         an unconstrained array type, and the expression is a slice, use the
13514         bounds of the slice to construct the required constraint checks.
13515         Improve NOT NULL error messages
13516         (Apply_Constraint_Check): If the context is a null-excluding access
13517         type, diagnose properly the literal null.
13518
13519 2007-06-06  Pascal Obry  <obry@adacore.com>
13520
13521         * clean.adb (Clean_Archive): Use untouched casing for the archive name
13522         and the corresponding .deps file.
13523         (Clean_Interface_Copy_Directory): Use untouched casing for the library
13524         src directory. Minor code-clean-up. Use untouched casing for files
13525         read into the library src dir.
13526         (Clean_Library_Directory): Idem.
13527         (Parse_Cmd_Line): Accept new switch -aP
13528
13529 2007-06-06  Javier Miranda  <miranda@adacore.com>
13530             Ed Schonberg  <schonberg@adacore.com>
13531             Robert Dewar  <dewar@adacore.com>
13532             Eric Botcazou  <ebotcazou@adacore.com>
13533             Arnaud Charlet  <charlet@adacore.com>
13534
13535         * einfo.ads, einfo.adb (Available_View): New synthesized attribute
13536         applicable to types that have the With_Type flag set. Returns the
13537         non-limited view of the type, if available, otherwise the type itself.
13538         For class-wide types, there is no direct link in the tree, so we have
13539         to retrieve the class-wide type of the non-limited view of the Etype.
13540         New attributes Static_Initialization and Static_Elaboration_Desired.
13541         Remove the pragma Thread_Body, and the associated flag
13542         Is_Thread_Body in entities, and all related code.
13543         (Suppress_Value_Tracking_On_Call): New flag
13544         E_Exception has Esize and Alignment fields
13545         (Universal_Aliasing): New function.
13546         (Set_Universal_Aliasing): New procedure.
13547         (Write_Entity_Flags): Deal with Universal_Aliasing flag.
13548         (Check_Nested_Access): New procedure.
13549         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
13550         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
13551         (Related_Interface): New attribute. Present in dispatch table pointer
13552         components of records. Set to point to the entity of the corresponding
13553         interface type.
13554         (Is_By_Reference_Type): Recurse on the full view of an incomplete type.
13555         (Original_Access_Type): Remove, not needed.
13556         (Root_Type): Handle properly subtypes of class-wide-types.
13557         Update comments.
13558
13559         * sem_ch4.adb (Analyze_Explicit_Dereference): Add support for
13560         class-wide types visible through limited-with clauses.
13561         (Try_Primitive_Operation): When examining all primitive operations of a
13562         tagged type, do not consider subprograms labeled as hidden unless they
13563         belong to a private generic type with a tagged parent.
13564         (Try_Object_Operation): Extensive rewriting, to handle properly various
13565         overloading cases, when several ancestors may have class-wide operations
13566         that are possible candidates, and when the overloaded functions return
13567         array types and have defaulted parameters so that the call may be
13568         interpreted as an indexing.
13569         (Analyze_Allocator): Remove Mark_Allocator and its invocation.
13570         (Process_Function_Call): use Next, rather than Next_Actual, to analyze
13571         successive actuals before analyzing the call itself.
13572         (Try_Primitive_Operation): A primitive operation is compatible with the
13573         prefix if the prefix has a synchronized type and the type of the formal
13574         is its corresponding record, as can be the case when the primitive
13575         operation is declared outside of the body of the type.
13576         (Traverse_Homonyms): New subprocedure of Try_Class_Wide_Operation, to
13577         perform homonym traversal, looking for class-wide operation matches
13578         (formerly done in statements of Try_Class_Wide_Operation). Matches on
13579         access parameters are now restricted to anonymous access types.
13580         (Mark_Allocator): An allocator with a discriminant association parent is
13581         a coextension.
13582         (Try_One_Prefix_Interpretation): If the type of the object is
13583         incomplete, as can be happen when it is a limited view obtained through
13584         a limited_with_clause, the selected component is not part of a prefixed
13585         call.
13586         (Complete_Object_Operation): Diagnose properly an object that is not
13587         aliased when the corresponding controlling formal is an access
13588         parameter.
13589         (Try_Primitive_Operation, Try_Class_Wide_Operation): Diagnose properly
13590         ambiguous calls in prefixed notation, where two primitives differ only
13591         in that the controlling argument of one is an access parameter.
13592
13593         * sem_ch6.adb (Has_Single_Return): Add guard in code that determines
13594         whether a function that returns an unconstrained type can be inlined.
13595         (Process_Formals): Diagnose properly the illegal use of an incomplete
13596         type in the profile of an access_to_subprogram declaration.
13597         (Check_Synchronized_Overriding): Nothing check for concurrent types, the
13598         operations are attached to the corresponding record.
13599         (Analyze_Subprogram_Specification): Add variables Formal and Formal_Typ.
13600         When processing a primitive of a concurrent type which implements an
13601         interface change the type of all controlling formals to that of the
13602         corresponding record type.
13603         (Check_Synchronized_Overriding): Relax the conditional logic when trying
13604         to determine the tagged type to which a primitive belongs.
13605         (Check_Conventions): Capture condition to ignore a primitive operation
13606         (which is shared between the loop in Check_Conventions and the one in
13607         Check_Convention) in a new local function Skip_Check.
13608         (Check_Convention): Rename Prim_Op to Second_Prim_Op to avoid possible
13609         confusion with Check_Conventions' own Prim_Op local variable.
13610         (Create_Extra_Formals): Test for a tagged result type rather than a
13611         controlling result when determining whether to add a BIP_Alloc_Form
13612         formal and a BIP_Final_List formal to the function.
13613         (Check_Conformance); For parameters that are anonymous access types,
13614         subtype conformance requires that the not null and the constant
13615         indicators must match
13616         (Check_Synchronized_Overriding): New parameter Formal_Typ. Add machinery
13617         to retrieve the appropriate type when processing a concurrent type
13618         declared within a generic. Minor comment reformatting. Change invocation
13619         of Overrides_Synchronized_Primitive to Find_Overridden_Synchronized_Pri-
13620         mitive.
13621         (Analyze_Subprogram_Body): If the return type of a function is an
13622         anonymous access to the limited view of a class-wide type, and the
13623         non-limited view of the type is available, update the type of the
13624         function so that code can be generated.
13625         (Process_Formals): In case of access-subtype itype whose designated
13626         type is also an itype (situation that happens now with access to
13627         subprograms) we mark the access-type itype with the Has_Delayed_Freeze
13628         attribute to avoid backend problems.
13629         (Check_Return_Subtype_Indication): Replace R_Type with R_Stm_Type in
13630         init of R_Stm_Type_Is_Anon_Access. Also check that base types of the
13631         anonymous types' designated types are same before testing
13632         Subtypes_Statically_Match.
13633         (Create_Extra_Formals): Test for a named access parameter that is a
13634         controlling formal as an additional condition for adding an
13635         accessibility level formal. This can occur in the subp type created for
13636         dispatching calls in Expand_Dispatching_Call, and allows calling
13637         Create_Extra_Formals from that procedure rather than special-casing the
13638         extra formals there.
13639         (Create_Extra_Formals): Add BIP_Alloc_Form and BIP_Final_List formals
13640         when the function has a controlling result.
13641         (Check_Returns): Add much more knowledge of the optimization of local
13642         raise statements to gotos, to retain proper warnings in this case.
13643         (Check_Statement_Sequence): Ignore N_Push_xxx_Label and N_Pop_xxx_Label
13644         nodes when looking for last statement.
13645
13646         * sem_type.ads, sem_type.adb (Specific_Type): Add support for
13647         class-wide types visible through limited with clauses.
13648         (Add_One_Interp): If the operands are anonymous access types, the
13649         predefined operator on universal_access is immediately visibles
13650         (Find_Unique_Type): Handle anonymous access to subprogram types just as
13651         other anonymous access types.
13652         (Disambiguate): Take into account CIL convention.
13653         (Interface_Present_In_Ancestor): Add support for class-wide interfaces.
13654
13655 2007-06-06  Robert Dewar  <dewar@adacore.com>
13656
13657         * sinput.ads, sinput.adb, uintp.ads, urealp.adb, stringt.adb,
13658         sem_elim.adb, prj-strt.adb, repinfo.ads, repinfo.adb, namet.ads,
13659         elists.ads, elists.adb, lib.ads, lib.adb (Unlock): New procedure.
13660         Fix lower bound of tables.
13661         Add rep clauses.
13662
13663         * nlists.adb: Ditto.
13664         (Prev_Node, Next_Node): Change index type to Int so that it properly
13665         covers the range First_Node_Id - 1 up.
13666
13667 2007-06-06  Javier Miranda  <miranda@adacore.com>
13668             Ed Schonberg  <schonberg@adacore.com>
13669             Bob Duff  <duff@adacore.com>
13670             Hristian Kirtchev  <kirtchev@adacore.com>
13671
13672         * exp_aggr.ads, exp_aggr.adb:
13673         (Build_Record_Aggr_Code): Add missing initialization of secondary tags
13674         in extension aggregates.
13675         (Flatten): Other conditions being met, an aggregate is static if the
13676         low bound given by component associations is different from the low
13677         bound of the base index type.
13678         (Packed_Array_Aggregate_Handled): If the component type is itself a
13679         packed array or record, the front-end must expand into assignments.
13680         (Gen_Ctrl_Actions_For_Aggr): In call to Init_Controller, pass False to
13681         Init_Pr, instead of Ancestor_Is_Expression.
13682         (Gen_Ctrl_Actions_For_Aggr): When processing an aggregate of a
13683         coextension chain root, either generate a list controller or use the
13684         already existing one.
13685         (Static_Array_Aggregate): New procedure to construct a positional
13686         aggregate that can be handled by the backend, when all bounds and
13687         components are compile-time known constants.
13688         (Expand_Record_Aggregate): Force conversion of aggregates of tagged
13689         types covering interface types into assignments.
13690         (Replace_Type): move to Build_Record_Aggr_Code.
13691         (Expand_Record_Aggr_Code): if the target of the aggregate is an
13692         interface type, convert to the definite type of the aggregate itself,
13693         so that needed components are visible.
13694         (Convert_Aggr_In_Object_Decl): If the aggregate has controlled
13695         components and the context is an extended return statement do not
13696         create a transient block for it, to prevent premature finalization
13697         before the return is executed.
13698         (Gen_Assign): Do not generate a call to deep adjust routine if the
13699         component type is itself an array of controlled (sub)-components
13700         initialized with an inner aggregate.
13701         (Component_Check): New name for Static_Check. This name is now more
13702         appropriate, and documentation is added which was missing.
13703         (Component_Check): Add test for bit aligned component value
13704         (Component_Not_OK_For_Backend): Renames Has_Delayed_Nested_Aggregate_Or_
13705         Tagged_Comps, name is more appropriate given added function below.
13706         (Component_Not_OK_For_Backend): Check for bit aligned component ref.
13707
13708 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13709             Javier Miranda  <miranda@adacore.com>
13710             Robert Dewar  <dewar@adacore.com>
13711
13712         * exp_attr.adb (Expand_N_Attribute_Reference): Case Callable and
13713         Terminated: Add unchecked type conversion from System.Address to
13714         System.Tasking.Task_Id when calling the predefined primitive
13715         _disp_get_task_id.
13716         Disable new Ada 05 accessibility check for JVM.NET targets, which
13717         cannot be implemented in a practical way.
13718         (Expand_N_Attribute_Reference: case Attribute_Tag): The use of 'Tag in
13719         the sources always references the tag of the actual object. Therefore,
13720         if 'Tag is applied in the sources to class-wide interface objects we
13721         generate code that displaces "this" to reference the base of the object.
13722         (Expand_N_Attribute_Reference, case Size): Return specified size if
13723         known to front end.
13724         (Expand_N_Attribute_Reference): The expansion of the 'Address attribute
13725         has code that displaces the pointer of the object to manage interface
13726         types. However this code must not be executed when the prefix is a
13727         subprogram. This bug caused the wrong expansion of the internally
13728         generated assignment that fills the dispatch table when the primitive
13729         is a function returning a class-wide interface type.
13730         (Expand_N_Attribute_Reference:Attribute_Valid): Remove incorrect call to
13731         Set_Attribute_Name for Name_Unaligned_Valid.
13732
13733 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13734             Gary Dismukes  <dismukes@adacore.com>
13735
13736         * exp_ch13.adb (Expand_N_Attribute_Definition_Clause, case 'Address):
13737         If the initialization is the equivalent aggregate of the initialization
13738         procedure of the type, do not remove it.
13739         (Expand_N_Attribute_Definition_Clause): Exclude access variables
13740         initialized to null from having their expression reset to empty and
13741         note this exception in the comment.
13742
13743 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
13744             Robert Dewar  <dewar@adacore.com>
13745             Ed Schonberg  <schonberg@adacore.com>
13746             Gary Dismukes  <dismukes@adacore.com>
13747
13748         * exp_ch2.adb: Remove "with" and "use" clauses for Namet and Snames.
13749         Add "with" and "use" clauses for Sem_Attr.
13750         (Expand_Current_Value): Do not replace occurences of attribute
13751         references where the prefix must be a simple name.
13752
13753         * sem_attr.ads, sem_attr.adb: Remove "with" and "use" clauses for
13754         Namet. Add new arrays Attribute_Name_Modifies_Prefix and
13755         Attribute_Requires_Simple_Name_Prefix.
13756         (Name_Modifies_Prefix): Body of new function.
13757         (Requires_Simple_Name_Prefix): Body of new function.
13758         (Resolve_Attribute, case Access): Improve error message for case of
13759         mismatched conventions.
13760         (Analyze_Attribute, case 'Tag): The prefix the attribute cannot be of an
13761         incomplete type.
13762         (Analyze_Attribute, case 'Access): If the type of the prefix is a
13763         constrained subtype for a nominal unconstrained type, use its base type
13764         to check for conformance with the context.
13765         (Resolve_Attribute): Remove test of the access type being associated
13766         with a return statement from condition for performing accessibility
13767         checks on access attributes, since this case is now captured by
13768         Is_Local_Anonymous_Access.
13769         (Analyze_Access_Attribute): Set Address_Taken on entity
13770         (Analyze_Attribute, case Address): Set Address_Taken on entity
13771         (OK_Self_Reference): Traverse tree to locate enclosing aggregate when
13772         validating an access attribute whose prefix is a current instance.
13773         (Resolve_Attribute): In case of attributes 'Code_Address and 'Address
13774         applied to dispatching operations, if freezing is required then we set
13775         the attribute Has_Delayed_Freeze in the prefix's entity.
13776         (Check_Local_Access): Set flag Suppress_Value_Tracking_On_Call in
13777         current scope if access of local subprogram taken
13778         (Analyze_Access_Attribute): Check legality of self-reference even if the
13779         expression comes from source, as when a single component association in
13780         an aggregate has a box association.
13781         (Resolve_Attribute, case 'Access): Do not apply accessibility checks to
13782         the prefix if it is a protected operation and the attribute is
13783         Unrestricted_Access.
13784         (Resolve_Attribute, case 'Access): Set the Etype of the attribute
13785         reference to the base type of the context, to force a constraint check
13786         when the context is an access subtype with an explicit constraint.
13787         (Analyze_Attribute, case 'Class): If the prefix is an interface and the
13788         node is rewritten as an interface conversion. leave unanalyzed after
13789         resolution, to ensure that type checking against the context will take
13790         place.
13791
13792 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13793             Javier Miranda  <miranda@adacore.com>
13794             Robert Dewar  <dewar@adacore.com>
13795
13796         * exp_ch3.adb (Make_Controlling_Function_Wrappers): generate wrapper a
13797         wrapper when the full view of the controlling type of an inherited
13798         function that dispatches on result implements interfaces.
13799         (Expand_N_Object_Declaration): In cases where the type of the
13800         declaration is anonymous access, create finalization list for it.
13801         (Expand_N_Object_Declaration): Generate a persistent_bss directive only
13802         if the object has no explicit initialization, to match description of
13803         functionality of pragam Persistent_BSS.
13804         (Build_Equivalent_Array_Aggregate, Build_Equivalent_Record_Aggregate):
13805         new function to build static aggregates, to replace initialization call
13806         when static initialization is desired.
13807         (Freeze_Type): Generate a list controller for an access type whenever
13808         its designated type has controlled anonymous access discriminants.
13809         (Build_Equivalent_Aggregate): New procedure to compute a static
13810         aggregate to be used as default initialization for composite types,
13811         instead of a generating a call to the initialization procedure for the
13812         type.
13813         (Build_Initialization_Call): When available, replace a call to the
13814         initialization procedure with a copy of the equivalent static aggregate
13815         for the type.
13816         (Expand_N_Object_Declaration):  Use New_Occurrence_Of in generated
13817         declarations for objects of a class-wide interface type, rather than
13818         just identifiers, to prevent visibility problems.
13819         (Expand_N_Object_Declaration): When expanding the declaration for an
13820         object of a class-wide interface type, preserve the homonym chain of
13821         the original entity before exchanging it with that of the generated
13822         renaming declaration.
13823         (Freeze_Enumeration_Type): Don't raise CE if No_Exception_Propagation
13824         active, because there is no way to handle the exception.
13825         (Freeze_Record_Type): In case of CPP_Class types add a call to Make_DT
13826         to do a minimum decoration of the Access_Disp_Table list.
13827         (Expand_Record_Controller): Avoid the addition of the controller between
13828         the component containing the tag of a secondary dispatch table and its
13829         adjacent component that stores the offset to the base of the object.
13830         This latter component is only generated when the parent type has
13831         discriminants ---documented in Add_Interface_Tag_Components).
13832         (Apply_Array_Size_Check): Removed, no longer needed.
13833         (Expand_N_Full_Type_Declaration): If the type has anonymous access
13834         components, create a Master_Entity for it only if it contains tasks.
13835         (Build_Init_Procedure): Suppress the tag assignment compiling under
13836         no run-time mode.
13837         (Freeze_Record_Type): Remove code associated with creation of dispatch
13838         table.
13839         (Init_Secondary_Tags): Update type of actuals when generating calls to
13840         Ada.Tags.Set_Offset_To_Top
13841         (Stream_Operation_OK): Disable use of streams compiling under no
13842         run-time mode
13843         (Expand_N_Object_Declaration): Don't do Initialize_Scalars initalization
13844         if Has_Init_Expression set.
13845         (Build_Init_Procedure): Replace call to Fill_DT_Entry by call to
13846         Register_Primitive, which provides the same functionality.
13847         (Requires_Init_Proc): Return false in case of interface types.
13848         (Add_Secondary_Tables): Use the new attribute Related_Interface to
13849         cleanup the code.
13850         (Predefined_Primitive_Freeze): Do not assume that an internal entity
13851         is always associated with a predefined primitive because the internal
13852         entities associated with interface types are not predefined primitives.
13853         Therefore, the call to Is_Internal is replaced by a call to the
13854         function Is_Predefined_Dispatching_Operation.
13855         (Make_Eq_If): When generating the list of comparisons for the
13856         components of a given variant, omit the controller component that is
13857         present if the variant has controlled components.
13858
13859 2007-06-06  Javier Miranda  <miranda@adacore.com>
13860             Hristian Kirtchev  <kirtchev@adacore.com>
13861             Bob Duff  <duff@adacore.com>
13862
13863         * exp_ch4.adb (Complete_Coextension_Finalization): Add machinery to
13864         handle the creation of finalization lists and calls for nested
13865         coextensions when the root of the chains is part of a return statement.
13866         (Inside_A_Return_Statement): New function inside Complete_Coextension_
13867         Finalization.
13868         (Expand_Record_Equality): Skip components that are interface types.
13869         (Displace_Allocator_Pointer): Add missing support for interface subtypes
13870         (Expand_N_Allocator): Replace invocation of Is_Local_Access_Discriminant
13871         with Rewrite_Coextension. Change the condition for detecting coextension
13872         root nodes.
13873         (Is_Local_Access_Discriminant): Removed.
13874         (Rewrite_Coextension): New routine which rewrites a static coextension
13875         as a temporary and uses its unrestricted access in the construction of
13876         the outer object.
13877         (Complete_Coextension_Finalization): New routine. Generate finalization
13878         attachment calls to all delayed coextensions.
13879         (Expand_N_Allocator): Call Complete_Coextension_Finalization whenever
13880         the allocator is not a coextension itself and has delayed coextensions.
13881         If the current allocator is controlled, but also a coextension, delay
13882         the generation of the finalization attachment call.
13883         Rename local variable "Node" to "Nod" in order to avoid confusion with
13884         "Elists.Node".
13885         (Expand_Allocator_Expression): Call Adjust for initialized allocators of
13886         limited types that are not inherently limited. Such an allocator is
13887         illegal, but is generated by the expander for a return statement, to
13888         copy the result onto the secondary stack. This is the only case where a
13889         limited object can be copied. Generate code to displace the pointer
13890         to the object if the qualified expression is a class-wide interface
13891         object. Such displacement was missing and hence the copy of the object
13892         was wrong.
13893         (Apply_Accessibility_Check): Handle allocated objects initialized in
13894         place.
13895         (Displace_Allocator_Pointer): Subsidiary procedure to Expand_N_Allocator
13896         and Expand_Allocator_Expression. Allocating class-wide interface objects
13897         this routine displaces the pointer to the allocated object to reference
13898         the component referencing the corresponding secondary dispatch table.
13899         Expand_Allocator_Expression): Add missing support to allocate class-wide
13900         interface objects initialized with a qualified expression.
13901         (Get_Allocator_Final_List): Test for an anonymous access type that is a
13902         function result type, and use the finalization list associated with the
13903         function scope in that case (such an anonymous type should not be
13904         treated like an access parameter's type).
13905
13906 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
13907             Gary Dismukes  <dismukes@adacore.com>
13908             Javier Miranda  <miranda@adacore.com>
13909
13910         * exp_ch5.adb (Expand_N_Assignment_Statement): For the assignment of a
13911         controlled type, use Make_Handler_For_Ctrl_Operation to construct the
13912         required exception handler.
13913         (Expand_Simple_Function_Return, Expand_N_Return_Statement): Handle
13914         properly the case of a function whose return type is a limited
13915         class-wide interface type. Modify the code of the accessibility
13916         check to handle class-wide interface objects. In this case we need to
13917         displace "this" to reference the primary dispatch table to get access
13918         to the TSD of the object (to evaluate its accessibility level).
13919         (Expand_N_Extended_Return_Statement): Test for a tagged result type
13920         rather than a controlling result as one of the conditions for
13921         generating tests of the implicit BIP_Alloc_Form formal. The
13922         initialization assignment is also handled according to whether the
13923         result is tagged instead of controlling.
13924         In the case where the init assignment is inserted in the "then" part of
13925         the allocation conditional, rewrite the target to be a dereference of
13926         the implicit BIP_Object_Access formal.
13927         If the returned value is unconstrained and created on the secondary
13928         stack, mark the enclosing block and function so that the secondary
13929         stack is not reclaimed on return.
13930         Treat returns from functions with controlling results similarly to
13931         returns from functions with unconstrained result subtypes.
13932         If the object returned is unconstrained, and an allocator must be
13933         created for it, analyze the allocator once the block for the extended
13934         return is installed, to ensure that finalizable components
13935         of the expression use the proper finalization list. Guard the call to
13936         Move_Final_List with a check that there is something to finalize.
13937         (Make_Tag_Ctrl_Assignment): Use "old" handling
13938         of controlled type assignment for virtual machines, since new code uses
13939         unsupported features (such as direct access to bytes in memory).
13940
13941 2007-06-06  Gary Dismukes  <dismukes@adacore.com>
13942             Ed Schonberg  <schonberg@adacore.com>
13943
13944         * exp_ch6.ads, exp_ch6.adb (Expand_Call): When adding an extra
13945         accessibility actual, check for the case of an aliased object that has
13946         been rewritten as an Access attribute, and assign Prev to Prev_Orig so
13947         we fall into processing for the attribute rather than the name of the
13948         object.
13949         (Expand_Inline_Call): If an actual is a literal, and the corresponding
13950         formal has its address taken in the body, create a temporary to capture
13951         value.  If the return type is a limited interface, do not treat the
13952         return value as Controlled.
13953         (Is_In_Place_Function):  If the return type is a limited interface,
13954         treat as returning in place. The actual returned object may not always
13955         be limited, but the caller has to assume that it is returned in place.
13956         (Add_Final_List_Actual_To_Build_In_Place_Call): If the call is the
13957         context of an allocator, use the correct finalization chain (that is,
13958         the chain belonging to the access type, rather than the chain belonging
13959         to the current scope).
13960         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Test for a tagged
13961         result type rather than a controlling result as a precondition for
13962         adding an allocation form actual to a build-in-place call.
13963         (Add_Final_List_Actual_To_Build_In_Place_Call): Ditto.
13964         (Freeze_Subprogram): Code cleanup. Remove all the code that register the
13965         primitive in the dispatch tables. This work is now done by Make_DT when
13966         the type is frozen.
13967         (Register_Predefined_DT_Entry): Removed.
13968         (Add_Return): If end label is not present, use sloc of last statement
13969         for generated return statement in procedure, for better gdb behavior
13970         on expanded code.
13971         (Add_Access_Actual_To_Build_In_Place_Call): Set parent fields of the
13972         object address nodes to ensure proper processing by routines like
13973         Insert_After*.
13974         (Expand_Call): Fix generation of validity check for parameter
13975         (Add_Alloc_Form_Actual_To_Build_In_Place_Call): Return without passing
13976         the allocation form parameter if the result subtype is constrained,
13977         except when the function has a controlling result.
13978         (Add_Final_List_Actual_To_Build_In_Place_Call): Test Controlled_Type
13979         rather than Is_Controlled and Has_Controlled_Component, since we want to
13980         include class-wide result types in this treatment. Also test for a
13981         controlling result, since that also requires passing a finalization
13982         list.
13983         (Make_Build_In_Place_Call_In_Allocator): Call Add_Alloc_Form_Actual_*
13984         even when the result subtype is constrained, to handle calls involving
13985         controlling results.
13986         (Make_Build_In_Place_Call_In_Anonymous_Context): Add_Alloc_Form_Actual_*
13987         is now called even when the result subtype is constrained, to handle
13988         calls involving controlling results.
13989         (Make_Build_In_Place_Call_In_Assignment): Remove test for Is_Constrained
13990         on call to Add_Alloc_Form_Actual_To_Build_In_Place_Call (that procedure
13991         now performs the test).
13992         (Make_Build_In_Place_Call_In_Object_Declaration):
13993         Add_Alloc_Form_Actual_* is now called even when the result subtype is
13994         constrained, to handle calls involving controlling results.
13995         (Add_Return): Accomodate rewritten pattern from local raise to goto
13996         transformation, so that we still recognize an transfer statement
13997         and do the right thing here in that case.
13998         (Expand_N_Subprogram_Body): Add dummy Push/Pop_xxx_Label nodes at start
13999         and end of subprogram code.
14000         (Register_Interface_DT_Entry, Register_Predefined_DT_Entry): Add missing
14001         support for primitives that are functions (without formals) with a
14002         controlling result.
14003         (Inherited_From_Formal): If the actual subtype has not generic parent
14004         type, it is not an actual for a formal derived type, and there is no
14005         operation to inherit from the formal.
14006
14007 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14008             Thomas Quinot  <quinot@adacore.com>
14009
14010         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): Set Sloc of
14011         inserted cleanup code appropriately for GDB use.
14012         (Make_Deep_Proc): Use Make_Handler_For_Ctrl_Operation to create
14013         exception handler for Deep_Adjust or Deep_Finalize.
14014         (Make_Handler_For_Ctrl_Operation): New subprogram. When runtime entity
14015         Raise_From_Controlled_Operation is available, use a call to that
14016         subprogram instead of a plain "raise Program_Error" node to raise
14017         Program_Error if an exception is propagated from an Adjust or Finalize
14018         operation.
14019         (Insert_Actions_In_Scope_Around): If the statement to be wrapped
14020         appears in the optional statement list of a triggering alternative, the
14021         scope actions can be inserted directly there, and not in the list that
14022         includes the asynchronous select itself.
14023
14024 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14025             Robert Dewar  <dewar@adacore.com>
14026             Hristian Kirtchev  <kirtchev@adacore.com>
14027
14028         * exp_ch9.ads, exp_ch9.adb (Build_Protected_Entry): Set sloc of
14029         generated exception handler appropriately when debugging generated code.
14030         Deal properly with No_Exception_Propagation restriction mode.
14031         (Expand_N_Abort_Statement): Add an unchecked type conversion from
14032         System.Address to System.Tasking.Task_Id when processing the result of
14033         the predefined primitive _disp_get_task_id.
14034         (Expand_N_Asynchronous_Select): Clarify comment.
14035         (Expand_N_Protected_Type_Declaration): Minor code cleanup.
14036         (Find_Parameter_Type): New routine inside Type_Conformant_Parameters.
14037         (Type_Conformant_Parameters): New parameter Prim_Op_Typ. Code cleanup.
14038         (Add_Private_Declarations, Build_Protected_Body): Use proper slocs for
14039         privals and for generated call to Complete_Entry_Body, for better gdb
14040         behavior.
14041         (Copy_Result_Type): Utility to construct a parameter and result profile
14042         for protected functions whose return type is an anonymous access to
14043         subprogram.
14044         (Build_Protected_Sub_Spec and Expand_Access_Protected_Subprogram_Type):
14045         call the above.
14046         (Build_Task_Activation_Call): Insert Activate_Tasks call at proper
14047         point when the local-raise-to-goto transformation has taken place.
14048
14049 2007-06-06  Javier Miranda  <miranda@adacore.com>
14050             Nicolas Setton  <setton@adacore.com>
14051
14052         * exp_dbug.adb (Get_Encoded_Name): Modified to continue providing its
14053         functionality when the backend is generating code.
14054         Otherwise any serious error
14055         reported by the backend calling the frontend routine Error_Msg
14056         changes the Compilation_Mode to Check_Semantics, disables the
14057         functionality of this routine and causes the generation of
14058         spureous additional errors.
14059
14060         * exp_dbug.ads (Pointers to Unconstrained Arrays): Document the
14061         debugging information now generated by the compiler for fat-pointer
14062         types.
14063         Document the contents of DW_AT_producer in the GNAT Vendor extensions to
14064         DWARF2/3.
14065         Document GNAT Vendor extensions to DWARF 2/3 and the "-gdwarf+" switch.
14066
14067 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14068
14069         * exp_dist.ads, exp_dist.adb (Make_Transportable_Check): New subprogram
14070         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
14071         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
14072         For a remote call to a function with a classwide return type, apply an
14073         E.4(18) check to the returned value.
14074         (Add_RACW_Primitive_Declarations_And_Bodies): Do not generate stubs for
14075         stream attributes of the designated type of an RACW, as they are not
14076         dispatching primitive operations.
14077
14078 2007-06-06  Geert Bosch  <bosch@adacore.com>
14079
14080         * exp_fixd.adb (Integer_Literal): Add optional argument to construct a
14081         negative literal
14082         (Do_Divide_Fixed_Fixed): Add comments to indicate Frac is always
14083         positive
14084         (Do_Divide_Fixed_Universal): Handle case of negative Frac.
14085         (Do_Multiply_Fixed_Fixed): Add coments to indicate Frac is always
14086         positive
14087         (Do_Multiply_Fixed_Universal): Handle case of negative Frac.
14088
14089 2007-06-06  Javier Miranda  <miranda@adacore.com>
14090
14091         * exp_imgv.adb (Expand_Value_Attribute): Disable compilation of this
14092         attribute compiling package Ada.Tags under No_Run_Time_Mode.
14093
14094 2007-06-06  Javier Miranda  <miranda@adacore.com>
14095
14096         * exp_intr.adb (Expand_Unc_Deallocation): Add missing support for
14097         deallocation of class-wide interface objects.
14098         (Expand_Dispatching_Constructor_Call): Take into account that if the
14099         result of the dispatching constructor is an interface type, the
14100         function returns a class-wide interface type; otherwise the returned
14101         object would be actual. The frontend previously accepted returning
14102         interface types because Expand_Interface_Actuals silently performed
14103         the management of the returned type "as if" it were a class-wide
14104         interface type.
14105         (Expand_Dispatching_Constructor_Call): Replace call to
14106         Make_DT_Access_Action by direct call to Make_Function_Call.
14107
14108 2007-06-06  Robert Dewar  <dewar@adacore.com>
14109             Ed Schonberg  <schonberg@adacore.com>
14110
14111         * exp_pakd.adb (Expand_Packed_Not): Use RM_Size rather than ESize to
14112         compute masking constant, since we now set Esize properly to the
14113         underlying size.
14114         (Create_Packed_Array_Type): Set proper Esize value adjusted as required
14115         to match the alignment.
14116         (Create_Packed_Array_Type): Use Short_Short_Unsigned as base type for
14117         packed arrays of 8 bits or less.
14118
14119         * freeze.adb (Freeze_Entity): When freezing the formals of a
14120         subprogram, freeze the designated type of a parameter of an access type
14121         only if it is an access parameter.
14122         Increase size of C convention enumeration object
14123         (Freeze_Entity, array type case): Make sure Esize value is properly
14124         adjusted for the alignment if it is known.
14125         (Freeze_Entity, array type case): When checking bit packed arrays for
14126         the size being incorrect, check RM_Size, not Esize.
14127         (Freeze_Record_Type): Check for bad discriminated record convention
14128         (In_Exp_Body): Return true if the body is generated for a subprogram
14129         renaming, either an attribute renaming or a renaming as body.
14130         (Check_Itype): If the designated type of an anonymous access component
14131         is a non-protected subprogram type, indicate that it is frozen, to
14132         prevent out-of-scope freeze node at some subsequent call.
14133         (Freeze_Subprogram): On OpenVMS, reject descriptor passing mechanism
14134         only if the subprogram is neither imported nor exported, as well as the
14135         NCA descriptor class if the subprogram is exported.
14136
14137 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14138             Arnaud Charlet  <charlet@adacore.com>
14139             Robert Dewar  <dewar@adacore.com>
14140             Gary Dismukes  <dismukes@adacore.com>
14141
14142         * exp_prag.adb (Expand_Pragma_Import_Or_Interface): Remove properly a
14143         default initialization on an imported object, when there is no
14144         initialization call generated for it.
14145         (Expand_Pragma_Assert): Add handling of No_Exception_Propagation
14146         restriction
14147
14148         * snames.h, snames.ads, snames.adb, par-prag.adb: New pragma
14149         Static_Elaboration_Desired.
14150         Remove pragma Thread_Body.
14151         Implement a new pragma No_Body
14152         Removes the Explicit_Overriding pragma
14153         Remove Optional_Overriding pragma
14154         (Prag): Deal with Universal_Aliasing.
14155         (Name_CIL, Name_CIL_Constructor, Convention_CIL,
14156         Pragma_CIL_Constructor): New names.
14157
14158         * sem_cat.adb (Validate_Object_Declaration): An initialization that
14159         uses the equivalent aggregate of a type must be treated as an implicit
14160         initialization.
14161         (Get_Categorization): Check a unit for pragma Preelaborate only if it
14162         has none of the other categories.
14163         (Process_Import_Or_Interface_Pragma): Report an error for an attempt
14164         to apply Import to an object renaming declaration.
14165
14166         * sem_prag.adb (Process_Import_Or_Interface): Warn that a type imported
14167         from a C++ class should be declared as limited and that it will be
14168         considererd limited.
14169         (Analyze_Pragma): Warn that a type specified with pragma CPP_Class
14170         should be declared as limited and that it will be considererd limited.
14171         (Ada_2005_Pragma): New procedure, used to deal with Ada 2005 pragmas
14172         (Analyze_Pragma, case Export): Diagnose export of enumeration literal
14173         (Analyze_Pragma): Deal with Universal_Aliasing.
14174         (Sig_Flags): Likewise.
14175         (Set_Encoded_Interface_Name): Suppress encoding when compiling for AAMP.
14176         (Overflow_Checks_Unsuppressed): New flag.
14177         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
14178         (Analyze_Pragma [case Pack]): Ignore pragma Pack and post warning in
14179         case of JVM or .NET targets, and compiling user code.
14180         Add debugging convenience routine rv
14181
14182 2007-06-06  Robert Dewar  <dewar@adacore.com>
14183
14184         * exp_strm.adb (Make_Field_Attributes): Avoid _Parent components that
14185         are interface type.
14186         (Build_Elementary_Input_Call): For floating-point use right type in the
14187         absence of strange size or stream size clauses.
14188         (Build_Elementary_Write_Call): Same fix
14189         (Has_Stream_Standard_Rep): Returns False if Stream_Size attribute
14190         set to value that does not match base type size.
14191
14192 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14193
14194         * exp_util.ads, exp_util.adb (Expand_Subtype_From_Expr): In Ada2005, an
14195         object of a limited type can be initialized with a call to a function
14196         that returns in place. If the limited type has unknown discriminants,
14197         and the underlying type is a constrained composite type, build an actual
14198         subtype from the function call, as is done for private types.
14199         (Side_Effect_Free): An expression that is the renaming of an object or
14200         whose prefix is the renaming of a object, is not side-effect free
14201         because it may be assigned through the renaming and its value must be
14202         captured in a temporary.
14203         (Has_Controlled_Coextensions): New routine.
14204         (Expand_Subtype_From_Expr): Do nothing if type is a limited interface,
14205         as is done for other limited types.
14206         (Non_Limited_Designated_Type): new predicate.
14207         (Make_CW_Equivalent_Type): Modified to handle class-wide interface
14208         objects.
14209         Remove all handling of with_type clauses.
14210
14211         * par-ch10.adb: Remove all handling of with_type clauses.
14212
14213         * lib-load.ads, lib-load.adb (Load_Main_Source): Do not get the
14214         checksum if the main source could not be parsed.
14215         (Loat_Unit): When processing a child unit, determine properly whether
14216         the parent unit is a renaming when the parent is itself a child unit.
14217         Remove handling of with_type clauses.
14218
14219         * sinfo.ads, sinfo.adb (Is_Static_Coextension): New function.
14220         (Set_Is_Static_Coextension): New procedure.
14221         (Has_Local_Raise): New function
14222         (Set_Has_Local_Raise): New procedure
14223         (Renaming_Exception): New field
14224         (Has_Init_Expression): New flag
14225         (Delay_Finalize_Attach): Remove because flag is obsolete.
14226         (Set_Delay_Finalize_Attach): Remove because flag is obsolete.
14227         Remove all handling of with_type clauses.
14228         (Exception_Junk): Can now be set in N_Block_Statement
14229
14230 2007-06-06  Vincent Celier  <celier@adacore.com>
14231             Robert Dewar  <dewar@adacore.com>
14232
14233         * frontend.adb (Frontend): Return immediately if the main source could
14234         not be parsed, because of preprocessing errors.
14235
14236         * gnat1drv.adb (gnat1drv): Handle RE_Not_Available gracefully.
14237         (Gnat1drv): Exit with errors if the main source could not be parsed,
14238         because of preprocessing errors.
14239         (Check_Rep_Info): New procedure
14240
14241 2007-06-06  Robert Dewar  <dewar@adacore.com>
14242
14243         * g-hesorg.ads, g-heasor.ads,
14244         g-busorg.ads, g-bubsor.ads: Update documentation
14245         GNAT.Heap/Bubble_Sort_G is now pure
14246
14247 2007-06-06  Robert Dewar  <dewar@adacore.com>
14248
14249         * g-catiio.ads, g-catiio.adb (Image): Check for null picture string
14250
14251 2007-06-06  Robert Dewar  <dewar@adacore.com>
14252             Ed Schonberg  <schonberg@adacore.com>
14253
14254         * g-comlin.ads, g-comlin.adb:
14255         Add new warning for renaming of function return objects
14256
14257         * opt.adb (Tree_Write, Tree_Read): Use proper expressions for size
14258         (Tree_Read): Use size of object instead of type'object_size, since the
14259         latter is incorrect for packed array types.
14260         (Tree_Write): Same fix
14261
14262         * opt.ads: Add new warning for renaming of function return objects
14263         (Generating_Code): New boolean variable used to indicate that the
14264         frontend as finished its work and has called the backend to process
14265         the tree and generate the object file.
14266         (GCC_Version): Is now private
14267         (Static_Dispatch_Tables): New constant declaration.
14268         (Overflow_Checks_Unsuppressed): New flag.
14269         (Process_Suppress_Unsuppress): Set Overflow_Checks_Unsuppressed.
14270         (List_Closure): New flag for gnatbind (-R)
14271         Zero_Formatting: New flag for gnatbind (-Z)
14272         (Special_Exception_Package_Used): New flag.
14273         (Warn_On_Unrepped_Components): New flag.
14274
14275         * sem_ch8.adb (Check_Library_Unit_Renaming): Check that the renamed
14276         unit is a compilation unit, rather than relying on its scope, so that
14277         Standard can be renamed.
14278         (Analyze_Object_Renaming): Add new warning for renaming of function
14279         return objects.
14280         Also reject attempt to rename function return object in Ada 83 mode.
14281         (Attribute_Renaming): In case of tagged types, add the body of the
14282         generated function to the freezing actions of the type.
14283         (Find_Type): A protected type is visible right after the reserved word
14284         "is" is encountered in its type declaration. Set the entity and type
14285         rather than emitting an error message.
14286         (New_Scope): Properly propagate Discard_Names to inner scopes
14287         (Check_Nested_Access): New procedure.
14288         (Has_Nested_Access, Set_Has_Nested_Access): New procedures.
14289         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
14290
14291         * sem_warn.ads, sem_warn.adb: Improvements to infinite loop warning
14292         Add new warning for renaming of function return objects
14293         (Check_References): Suppress warnings for objects whose type or
14294         base type has Warnings suppressed.
14295         (Set_Dot_Warning_Switch): Add processing for -gnatw.c/C
14296         (Set_Warning_Switch): Include new -gnatwc in -gnatwa
14297
14298 2007-06-06  Vincent Celier  <celier@adacore.com>
14299             Emmanuel Briot  <briot@adacore.com>
14300             Olivier Hainque  <hainque@adacore.com>
14301
14302         * g-debpoo.ads, g-debpoo.adb (Free_Physically.Free_Blocks): Use the
14303         absolute value of Header.Block_Size when displaying the freed physical
14304         memory in traces.
14305         (Allocate): Compute Storage_Address using Integer_Address, not
14306         Storage_Offset, because the range of Storage_Offset may not be large
14307         enough.
14308         (Configure): New parameter Low_Level_Traces
14309         (Allocate, Deallocation, Free_Physically): Added low-level traces
14310         (Configure): new parameter Errors_To_Stdout.
14311         (Output_File): new subprogram
14312         (Deallocate, Dereference): Send error messages to the proper stream
14313         (Print_Pool, Print_Info_Stdout): Make sure the output goes to stdout, as
14314         documented. Previous code would send it to the current output file
14315         defined in GNAT.IO, which might not be stdout
14316         (Is_Valid): Adjust comment to mention that a positive reply means that
14317         Header_Of may be used to retrieve the allocation header associated with
14318         the subprogram Storage address argument. Return False early if this
14319         address argument is misaligned.
14320
14321 2007-06-06  Vincent Celier  <celier@adacore.com>
14322
14323         * gnatcmd.adb (GNATCmd): Accept switch -aP for commands that accept
14324         switch -P
14325         (ASIS_Main): New global variable
14326         (Get_Closure): New procedure
14327         (GNATCmd): Set ASIS_Main when -P and -U with a main is used for gnat
14328         check, metric or pretty. Call Get_Closure in this case.
14329         (Check_Files): For GNAT LIST, check all sources of all projects when
14330         All_Projects is True.
14331         (GNATCmd): Accept -U for GNAT LIST
14332
14333 2007-06-06  Vincent Celier  <celier@adacore.com>
14334
14335         * gnatlink.adb (Gnatlink): Do not specify -static-libgcc when --LINK=
14336         has been specified
14337         Correct error message when invocation of the linker fails
14338         Add explicit size clause for the C imported variables
14339         Object_List_File_Supported and Using_GNU_Linker to emphasize that
14340         we expect char size.
14341         Read target parameters earlier, since this is needed to set
14342         Target_VM properly. Also do not use -static/shared-libgcc for non GCC
14343         targets.
14344
14345 2007-06-06  Vincent Celier  <celier@adacore.com>
14346
14347         * gnatls.adb:
14348         Add 3 spaces before the default project directory when displaying
14349         the project search path.
14350         Add new command line switch '-l' to display license information.
14351
14352 2007-06-06  Vasiliy Fofanov  <fofanov@adacore.com>
14353
14354         * gmem.c: Add support for timestamps on memory operations.
14355
14356         * memtrack.adb, gnatmem.adb: Add support for timestamps on memory
14357         operations (not used currently, just foundation for future
14358         enhancements). Add possibility to perform full dump of gmem.out file.
14359         (Print_Back_Traces): Declare accesses to root arrays constants since
14360         they aren't modified.
14361         (Print_Back_Traces): allocate root arrays on the heap rather than stack.
14362
14363 2007-06-06  Vincent Celier  <celier@adacore.com>
14364
14365         * gnatsym.adb: Update Copyright notice
14366         (Parse_Cmd_Line): Accept new switch -D
14367         (Gnatsym): In Direct policy (switch -D) copy reference file to symbol
14368          file.
14369
14370         * prj.ads (Policy): New policy Direct
14371         (Yes_No_Unknown): New enumeration type
14372         (Project_Data): New component Libgnarl_Needed
14373
14374         * prj-nmsc.adb (Check_For_Source): When recording a source file make
14375         use the untouched pathname casing.
14376         (Get_Directories): Ensure that the Display_Exec_Directory is using the
14377         proper casing on non case-sensitive platforms like Windows.
14378         (Get_Unit): Accept file names x__... and x~... (where x = a, g, i or s)
14379         on all platforms, as it is not possible to know which one is allowed
14380         before processing the project files.
14381         (Check_Stand_Alone_Library): Check that Library_Reference_Symbol_File is
14382         specified when symbol policy is Direct. Check that when there is a
14383         symbol file defined (either by default or with attribute
14384         Library_Symbol_File) it is not the same as the reference symbol file.
14385         (Check_Stand_Alone_Library): Recognize new symbol policy Direct.
14386         (Look_For_Sources): Allow Locally_Removed_Files to be declare in non
14387         extending projects.
14388         (Record_Ada_Source): Record a source that has been locally removed in an
14389         imported project.
14390
14391         * symbols.ads (Policy): New policy Direct
14392
14393         * symbols-vms.adb (Initialize): Take new policy Direct in case
14394         statement
14395
14396 2007-06-06  Vincent Celier  <celier@adacore.com>
14397
14398         * g-os_lib.ads, g-os_lib.adb (Normalize_Pathname.Get_Directory):
14399         Correct obvious bug (return Dir; instead of return Directory;).
14400         (Normalize_Pathname): Use Reference_Dir'Length, not Reference_Dir'Last
14401
14402 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14403
14404         * g-pehage.adb (Produce): Open output files in Binary mode, so that
14405         they have UNIX line endings (LF only) even on Windows, and thus pass
14406         all GNAT style checks.
14407
14408 2007-06-06  Emmanuel Briot  <briot@adacore.com>
14409
14410         * g-regpat.adb (Quote): Fix improper quoting of '.'
14411
14412 2007-06-06  Thomas Quinot  <quinot@adacore.com>
14413
14414         * g-soccon.ads: Add new constant Thread_Blocking_IO, always True by
14415         default, set False on a per-runtime basis.
14416         (Need_Netdb_Buffer): New constant.
14417
14418         * g-socket.ads, g-socket.adb: Import new package
14419         GNAT.Sockets.Thin.Task_Safe_NetDB.
14420         (Raise_Host_Error): Use Host_Error_Message from platform-specific thin
14421         binding to obtain proper message.
14422         (Close_Selector): Use GNAT.Sockets.Thin.Signalling_Fds.Close.
14423         Replace various occurrences of Arry (Arry'First)'Address with the
14424         equivalent Arry'Address (GNAT always follows implementation advice from
14425         13.3(14)).
14426         (Get_Host_By_Address, Get_Host_By_Name,
14427         Get_Service_By_Name, Get_Service_By_Port): Do not use GNAT.Task_Lock;
14428         instead, rely on platform-specific task safe netdb operations provided
14429         by g-socthi.
14430
14431         * g-socthi.ads, g-socthi.adb (Initialize): Remove obsolete formal
14432         parameter Process_Blocking_IO.
14433         (Host_Error_Messages): Add stub body.
14434         (GNAT.Sockets.Thin.Signalling_Fds): New procedure Close.
14435         (Safe_Gethostbyname, Safe_Gethostbyaddr, Safe_Getservbyname,
14436         Safe_Getservbyport): Move functions into new child package
14437         Task_Safe_NetDB.
14438         (Nonreentrant_Gethostbyname, Nonreentrant_Gethostbyaddr,
14439         Nonreentrant_Getservbyname, Nonreentrant_Getservbyport): New routines.
14440         (In_Addr): Add alignment clause.
14441
14442 2007-06-06  Robert Dewar  <dewar@adacore.com>
14443
14444         * g-trasym.ads, g-traceb.ads: Update list of supported targets
14445         Add note about symbolic traceback
14446
14447 2007-06-06  Pascal Obry  <obry@adacore.com>
14448
14449         * hostparm.ads (Normalized_CWD): Use the host directory separator
14450         instead of the hardcoded forward slash which is not the proper
14451         character on Windows for example.
14452         (Java_VM): Removed.
14453
14454 2007-06-06  Vincent Celier  <celier@adacore.com>
14455             Arnaud Charlet  <charlet@adacore.com>
14456
14457         * a-clrefi.adb, a-clrefi.ads: New files
14458
14459         * impunit.adb: Add s-os_lib in the list of user visible units.
14460         (Non_Imp_File_Names_95): Add a-clrefi to this list
14461         Remove obsolete run-time entries.
14462         (Non_Imp_File_Names_05): Add Ada 2005 entries for:
14463          "a-exetim" -- Ada.Execution_Time
14464          "a-extiti" -- Ada.Execution_Time.Timers
14465
14466         * mlib-prj.ads, mlib-prj.adb
14467         (Build_Library): Use untouched object dir and library dir. At the
14468         same time makes sure that the checks are done using the canonical
14469         form. Removes hard-coded directory separator and use the proper host
14470         one instead.
14471         (Process_Project): Do not look in object directory to check if libgnarl
14472         is needed for a library, if there is no object directory.
14473         (Build_Library): Scan the ALI files to decide if libgnarl is needed for
14474         linking.
14475         (Build_Library): When invoking gnatbind, use a response file if the
14476         total size of the arguments is too large.
14477
14478         * Makefile.rtl: (g-sttsne): New object file.
14479         Add entry for a-clrefi, s-utf_32, System.Exceptions
14480
14481         * Make-lang.in: Remove bogus dependency of s-memory.o on memtrack.o.
14482         (GNAT_ADA_OBJS, GNATBIND_OBJS): Add s-except.o.
14483         (GNATBIND_OBJS): Add new objects a-clrefi.o and a-comlin.o
14484         Change g-string to s-string, g-os_lib to s-os_lib
14485         Change all g-utf_32 references to s-utf_32
14486
14487 2007-06-06  Tristan Gingold  <gingold@adacore.com>
14488             Olivier Hainque  <hainque@adacore.com>
14489
14490         * init.c: Do not adjust IP of an imported VMS exception of ia64.
14491         LIB$STOP is called to raise an exception and the IP of the exception
14492         is the instruction right after the call.
14493         (__gnat_adjust_context_for_raise, AIX): Implement.
14494         (__gnat_error_handler, AIX): Accept SIGINFO related arguments and call
14495          adjust_context_for_raise before Raise_From_Signal_Hanler.
14496         (__gnat_install_handler, AIX): Add SA_SIGINFO to the sa_flags, to ensure
14497         siginfo is passed to the handler, necessary to let the zcx propagation
14498         engine unwind past it.
14499
14500 2007-06-06  Olivier Hainque  <hainque@adacore.com>
14501
14502         * initialize.c (__gnat_initialize for vxworks):  Update documentation
14503         on the ZCX support, using different sets of crtstuff objects than with
14504         GCC 3.4.
14505
14506 2007-06-06  Robert Dewar  <dewar@adacore.com>
14507
14508         * layout.ads, layout.adb (Adjust_Esize_Alignment): Move spec to package
14509         spec from body
14510         (Layout_Type): Fix recomputation of size from alignment.
14511
14512 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14513             Javier Miranda  <miranda@adacore.com>
14514
14515         * sem_ch12.adb (Analyze_Associations): Diagnose use of an others
14516         association in an instance.
14517         (Copy_Generic_Node): If the node is a string literal, no need to copy
14518         its descendants.
14519         (Is_Generic_Formal): For a formal subprogram, the declaration is the
14520         grandparent of the entity.
14521         (Analyze_Formal_Interface_Type): Transform into a full type declaration,
14522         to simplify handling of formal interfaces that derive from other formal
14523         interfaces.
14524         (Instantiate_Subprogram_Body): The defining unit name of the body of
14525         the instance should be a defining identifier.
14526         (Install_Formal_Packages): make global to the package, for use in
14527         instantiations of child units.
14528         (Analyze_Package_Instantiation): Do not attempt to set information on an
14529         enclosing master of an entry when expansion is disabled.
14530         (Instantiate_Type): If the actual is a tagged synchronized type and the
14531         generic ancestor is an interface, create a generic actual for the
14532         corresponding record.
14533         (Analyze_Formal_Derived_Interface_Type): Rewrite as a derived type
14534         declaration, to ensure that the interface list is processed correctly.
14535         (Inline_Instance_Body): If enclosing scope is an instance body, remove
14536         its entities from visibiility as well.
14537         (Pre_Analyze_Actuals): if the actual is an allocator with  constraints
14538         given with a named association, analyze the expression only, not the
14539         discriminant association itself.
14540         (Reset_Entity): If the analysis of a selected component is transformed
14541         into an expanded name in the prefix of a call with parameters, do not
14542         transform the original node into an expanded name, to prevent visibility
14543         errors in the case of nested generics.
14544         (Check_Private_View): For an array type, check whether the index types
14545         may need exchanging.
14546
14547 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14548             Vincent Celier  <celier@adacore.com>
14549
14550         * lib-writ.adb: Handle Convention_CIL in addition to Convention_Java,
14551         since both are separated.
14552         Add support for imported CIL packages.
14553         Add further special handling of "value_type" for CIL.
14554         Add special handling of pragma Import for CIL.
14555
14556         * make.ads, make.adb: When switch -eS is used, direct all outputs to
14557         standard output instead of standard error, except errors.
14558         (Absolute_Path): Use untouched casing for the parent directory.
14559         (Add_Library_Search_Dir): Use the untouched directory name.
14560         (Add_Source_Search_Dir): Idem.
14561         (Change_To_Object_Directory): Update output to use proper casing.
14562         (Create_Binder_Mapping_File): Use the untouched filename to set
14563         ALI_Name.
14564         (Gnatmake): Use untouched library and executable directory names.
14565         (Insert_Project_Sources): Use untouched filename for spec and body.
14566         (Is_In_Object_Directory): Use untouched object directory.
14567         (Mark_Directory): Idem.
14568         (Collect_Arguments_And_Compile): Ensure that Full_Source_File always
14569         contains the non-canonical filename in all cases.
14570         (Change_To_Object_Directory): In verbose mode, display the name of the
14571         object directory we're changing to.
14572         (Compile_Sources): Make sure, when a project file is used, to compile
14573         the body of the unit, when there is one, even when only the spec is
14574         recorded in an ALI file.
14575         (Gcc_Switches, Binder_Switches, Linker_Switches): Tables moved from the
14576         spec to the body.
14577         (Report_Compilation_Failed): New procedure
14578         (Bind, Display_Commands, Compile_Sources, Initialize, Scan_Make_Arg):
14579         procedures moved from the spec to the body.
14580         (Extract_Failure): Removed, not used
14581         Replace explicit raises of exception Bind_Failed and Link_Failed with
14582         calls to Make_Failed with the proper message.
14583         Replace explicit raises of exception Compilation_Failed with calls to
14584         procedure Report_Compilation_Failed.
14585         (Initialize): Create mapping files unconditionally when using project
14586         files.
14587
14588         * sem_mech.adb: (Name_CIL, Name_CIL_Constructor, Convention_CIL,
14589         Pragma_CIL_Constructor): New names.
14590
14591         * targparm.ads, targparm.adb
14592         (Compiler_System_Version): Removed, no longer used.
14593         (Get_Target_Parameters): Relax checks on system.ads validity. Add
14594         handling of two new system flags: JVM and CLI.
14595
14596 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
14597             Arnaud Charlet  <charlet@adacore.com>
14598
14599         * Makefile.in (LIBGNAT_TARGET_PAIRS for VxWorks 6): For the RTP run
14600         time, use the default s-interr body that provides interrupt support
14601         based on signals.
14602         (LIBGNAT_TARGET_PAIRS for x86-linux): Use specialized versions of
14603         a-exetim.ad{s,b}, a-extiti.ad{s,b}, a-rttiev.ad{s,b}, s-osinte.ad{s,b},
14604         g-soccon.ads, and s-taprop.adb for the marte run time.
14605         (EXTRA_GNATRTL_TASKING_OBJS for x86-linux): Execution time clocks and
14606         timers are supported on marte.
14607         (EH_MECHANISM for marte): Do not use ZCX.
14608         (THREADSLIB for marte): Use -lmarte.
14609         Add mlib-tgt-vms.o to the list of objects for gnatmake for VMS
14610         Add mlib-tgt-specific.o to gnatmake objects
14611         mlib-tgt-<platforms>.adb is now the body of MLib.Tgt.Specific, no
14612         longer of MLib.Tgt.
14613         (LIBGNAT_TARGET_PAIRS for vxworks): When building a run time for VxWorks
14614         6, either kernel or rtp, use a specialized version of s-osinte.ads.
14615
14616 2007-06-06  Pascal Obry  <obry@adacore.com>
14617
14618         * mkdir.c (__gnat_mkdir): Add support for UTF-8.
14619
14620 2007-06-06  Vincent Celier  <celier@adacore.com>
14621
14622         * mlib.ads, mlib.adb (Build_Library): Do not use hard-coded directory
14623         separator, use instead the proper host directory separator.
14624         (Copy_ALI_Files): Make sure that an already existing ALI file in the
14625         ALI copy dir is writable, before doing the copy.
14626
14627         * mlib-utl.ads, mlib-utl.adb:
14628         (Gcc): If length of command line is too long, put the list of object
14629         files in a response file, if this is supported by the platform.
14630         (Ar): If invocation of the archive builder is allowed to be done in
14631         chunks and building it in one shot would go above an OS dependent
14632         limit on the number of characters on the command line, build the archive
14633         in chunks.
14634
14635 2007-06-06  Vincent Celier  <celier@adacore.com>
14636
14637         * osinte-c.ads, osint-c.adb (Set_Library_Info_Name): Fail if base name
14638         of specified object file is not equal to base name of source.
14639
14640 2007-06-06  Javier Miranda  <miranda@adacore.com>
14641             Hristian Kirtchev  <kirtchev@adacore.com>
14642             Ed Schonberg  <schonberg@adacore.com>
14643
14644         * sem_ch3.adb (Process_Full_View): Propagate the CPP_Class attribute to
14645         the full type declaration.
14646         (Analyze_Component_Declaration): Add local variable E to capture the
14647         initialization expression of the declaration. Replace the occurences of
14648         Expression (N) with E.
14649         (OK_For_Limited_Init_In_05): Allow initialization of class-wide
14650         limited interface object with a function call.
14651         (Array_Type_Declaration): If the declaration lacks subtype marks for
14652         indices, create a simple index list to prevent cascaded errors.
14653         (Is_Null_Extension): Ignore internal components created for secondary
14654         tags when checking whether a record extension is a null extension.
14655         (Check_Abstract_Interfaces): Add missing support for interface subtypes
14656         and generic formals.
14657         (Derived_Type_Declaration): Add missing support for interface subtypes
14658         and generic formals.
14659         (Analyze_Object_Declaration): If an initialization expression is
14660         present, traverse its subtree and mark all allocators as static
14661         coextensions.
14662         (Add_Interface_Tag_Component): When looking for components that may be
14663         secondary tags, ignore pragmas that can appear within a record
14664         declaration.
14665         (Check_Abstract_Overriding): an inherited function that dispatches on
14666         result does not need to be overriden if the controlling type is a null
14667         extension.
14668         (Mentions_T): Handle properly a 'class attribute in an anonymous access
14669         component declaration, when the prefix is an expanded name.
14670         (Inherit_Component): If the derivation is for a private extension,
14671         inherited components remain visible and their ekind should not be set
14672         to Void.
14673         (Find_Type_Of_Object): In the case of an access definition, always set
14674         Is_Local_Anonymous_Access. We were previously not marking the anonymous
14675         access type of a return object as a local anonymous type.
14676         (Make_Index): Use Ambiguous_Character to report ambiguity on a discrete
14677         range with character literal bounds.
14678         (Constrain_Array): Initialize the Packed_Array_Type field to Empty.
14679         (Access_Subprogram_Declaration): Indicate that the type declaration
14680         depends on an incomplete type only if the incomplete type is declared
14681         in an open scope.
14682         (Analyze_Subtype_Declaration): Handle properly subtypes of
14683         synchronized types that are tagged, and that may appear as generic
14684         actuals.
14685         (Access_Subprogram_Declaration): An anonymous access to subprogram can
14686         appear as an access discriminant in a private type declaration.
14687         (Add_Interface_Tag_Components): Complete decoration of the component
14688         containing the tag of a secondary dispatch table and the component
14689         containing the offset to the base of the object (this latter component
14690         is only generated when the parent type has discriminants --as documented
14691         in this routine).
14692         (Inherit_Components): Use the new decoration of the tag components to
14693         improve the condition that avoids inheriting the components associated
14694         with secondary tags of the parent.
14695         (Build_Discriminanted_Subtype): Indicate to the backend that the
14696         size of record types associated with dispatch tables is known at
14697         compile time.
14698         (Analyze_Subtype_Declaration): Propagate Is_Interface flag when needed.
14699         (Analyze_Interface_Declaration): Change setting of Is_Limited_Interface
14700         to include task, protected, and synchronized interfaces as limited
14701         interfaces.
14702         (Process_Discriminants): Remove the setting of
14703         Is_Local_Anonymous_Access on the type of (anonymous) access
14704         discriminants of nonlimited types.
14705         (Analyze_Interface_Type_Declaration): Complete the decoration of the
14706         class-wide entity it is is already present. This situation occurs if
14707         the limited-view has been previously built.
14708         (Enumeration_Type_Declaration): Initialize properly the Enum_Pos_To_Rep
14709         field.
14710         (Add_Interface_Tag_Components.Add_Tag): Set the value of the attribute
14711         Related_Interface.
14712
14713 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14714
14715         * sem_aggr.adb (Resolve_Record_Aggregate): Ignore internal components
14716         of the type that specify the position of interface tags when the type
14717         inherits discriminated array components from the parent type.
14718         If a component is initialized with a box, check for the presence of a
14719         default expression in its declaration before using its default
14720         initialization procedure.
14721         (Resolve_Record_Aggregate): If a component is box-initialized, and the
14722         component type has a discriminants, create a partial aggregate for it
14723         by copying the discriminants of the component subtype.
14724         Reject attempt to initialize a discriminant with a box.
14725         (Array_Aggr_Subtype): Indicate to the backend that the size of arrays
14726         associated with dispatch tables is known at compile time.
14727         (Get_Value): If an association in a record aggregate has a box
14728         association, and the corresponding record component has a default
14729         expression, always copy the default expression, even when the
14730         association has a single choice, in order to create a proper
14731         association for the expanded aggregate.
14732
14733 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
14734             Robert Dewar  <dewar@adacore.com>
14735
14736         * par-ch12.adb (P_Generic_Associations): The source position of an
14737         Others association is that of the others keyword, not that of the token
14738         that follows the box.
14739         (P_Formal_Type_Definition): Handle formal access types that carry a
14740         not null indicator.
14741
14742         * par-ch3.adb (P_Known_Discriminant_Part_Opt, P_Component_Items): If
14743         multiple identifier are present, save Scan_State before scanning the
14744         colon, to ensure that separate trees are constructed for each
14745         declaration.
14746         (P_Identifier_Declarations): For object declaration, set new flag
14747         Has_Init_Expression if initialization expression present.
14748         (P_Null_Exclusion): Properly diagnose NOT NULL coming before NULL
14749         Improve NOT NULL error messages
14750
14751 2007-06-06  Robert Dewar  <dewar@adacore.com>
14752
14753         * par-ch4.adb: (P_Name): Recover from literal used as name
14754
14755 2007-06-06  Vincent Celier  <celier@adacore.com>
14756
14757         * prep.ads, prep.adb (Expression): New Boolean parameter Complemented,
14758         defaulted to False.
14759         In the "not" case, recursive call with Complemented set to True.
14760         Do not allow "or" or "and" operators when Complemented is True.
14761
14762 2007-06-06  Vincent Celier  <celier@adacore.com>
14763
14764         * prj.adb (Project_Empty): Gives default value for new component
14765         Libgnarl_Needed
14766
14767         * prj-attr.ads: Minor reformatting
14768
14769         * prj-env.ads, prj-env.adb (For_All_Object_Dirs): Register object
14770         directory using the untouched casing.
14771         (For_All_Source_Dirs): Idem.
14772
14773         * prj-ext.ads, prj-ext.adb (Search_Directories): New table to record
14774         directories specified with switches -aP.
14775         (Add_Search_Project_Directory): New procedure
14776         (Initialize_Project_Path): Put the directories in table
14777         Search_Directories in the project search path.
14778         (Initialize_Project_Path): For VMS, transform into canonical form the
14779         project path.
14780
14781 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14782
14783         * restrict.ads, restrict.adb (No_Exception_Handlers_Set): Only return
14784         true if configurable run-time or No_Run_Time is set.
14785         (Set_Restriction): Avoid setting restriction No_Elaboration_Code when
14786         processing an unit which is not the one being compiled.
14787
14788 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
14789
14790         * s-arit64.adb: Replace System.Pure_Exceptions by Ada 05 syntax.
14791         Replace UC by Ada.UC
14792
14793         * s-bitops.adb: Get rid of System.Pure_Exceptions.
14794         Replace UC by Ada.UC
14795
14796 2007-06-06  Robert Dewar  <dewar@adacore.com>
14797
14798         * scng.adb: (Check_End_Of_Line): Deal with very long lines
14799
14800 2007-06-06  Robert Dewar  <dewar@adacore.com>
14801
14802         * sem.ads, sem.adb (Semantics): Save and restore Global_Discard_Names
14803         Remove no longer used nodes.
14804
14805 2007-06-06  Javier Miranda  <miranda@adacore.com>
14806             Ed Schonberg  <schonberg@adacore.com>
14807             Robert Dewar  <dewar@adacore.com>
14808
14809         * sem_ch10.ads, sem_ch10.adb (Analyze_Compilation_Unit): Disable check
14810         on obsolescent withed unit in case of limited-withed units.
14811         (Analyze_Compilation_Unit): Add guard to code that removed an
14812         instantiation from visibility, to prevent compiler aborts when
14813         instantiation is abandoned early on.
14814         (Install_Limited_Withed_Unit): Recognize a limited-with clause on the
14815         current unit being analyzed, and Distinguish local incomplete types
14816         from limited views of types declared elsewhere.
14817         (Build_Limited_Views.Decorate_Tagged_Type): Add documentation
14818         to state that the class-wide entity is shared by the limited-view
14819         and the full-view.
14820         (Analyze_With_Clause): Improve placement of flag for case of
14821         unimplemented unit.
14822         (Analyze_With_Clause): Recognize use of GNAT.Exception_Traces in a
14823         manner similar to GNAT.Current_Exception. This is a violation of
14824         restriction (No_Exception_Propagation), and also inhibits the
14825         optimization of local raise to goto.
14826         (Analyze_With_Clause): Check for Most_Recent_Exception being with'ed,
14827         and if so set Most_Recent_Exception_Used flag in Opt, and also check
14828         for violation of restriction No_Exception_Propagation.
14829
14830 2007-06-06  Javier Miranda  <miranda@adacore.com>
14831             Hristian Kirtchev  <kirtchev@adacore.com>
14832             Gary Dismukes  <dismukes@adacore.com>
14833
14834         * sem_ch11.adb (Analyze_Exception_Handlers): Add barrier to avoid the
14835         use of entity Exception_Occurrence if it is not available in the
14836         target run-time.
14837
14838         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): When
14839         concurrent types are declared within an Ada 2005 generic, build their
14840         corresponding record types since they are needed for overriding-related
14841         semantic checks.
14842         (Analyze_Protected_Type): Rearrange and simplify code for testing that a
14843         protected type does not implement a task interface or a nonlimited
14844         interface.
14845         (Analyze_Task_Type): Rearrange and simplify code for testing that a task
14846         type does not implement a protected interface or a nonlimited interface.
14847         (Single_Task_Declaration, Single_Protected_Declaration): use original
14848         entity for variable declaration, to ensure that debugging information
14849         is correcty generated.
14850         (Analyze_Protected_Type, Analyze_Task_Type): Do not call expander
14851         routines if the expander is not active.
14852         (Analyze_Task_Body): Mark all handlers to stop optimization of local
14853         raise, since special things happen for task exception handlers.
14854
14855         * sem_disp.adb (Check_Controlling_Formals): Add type retrieval for
14856         concurrent types declared within a generic.
14857         (Check_Dispatching_Operation): Do not emit warning about late interface
14858         operations in the context of an instance.
14859         (Check_Dispatching_Call): Remove restriction against calling a
14860         dispatching operation with a limited controlling result.
14861         (Check_Dispatching_Operation): Replace calls to Fill_DT_Entry and
14862         Register_Interface_DT_Entry by calls to Register_Primitive.
14863         (Check_Dispatching_Formals): Handle properly a function with a
14864         controlling access result.
14865
14866 2007-06-06  Robert Dewar  <dewar@adacore.com>
14867             Arnaud Charlet  <charlet@adacore.com>
14868
14869         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Stream_Size):
14870         Check for restriction No_Implementation_Attributes if in Ada 95 mode.
14871         (Storage_Pool): Do not crash when RE_Stack_Bounded_Pool is not available
14872         (Analyze_Attribute_Definition_Clause [External_Tag]): Generate error
14873         message when using a VM, since this attribute is not supported.
14874         (Analyze_Record_Representation_Clause): Give unrepped component warnings
14875
14876         * usage.adb: Add new warning for renaming of function return objects
14877         Indicate that -gnatwp and -gnatwP concern front-end inlining
14878         Add line for -gnatyg
14879         Add usage information for -gnatw.c/C
14880
14881 2007-06-06  Robert Dewar  <dewar@adacore.com>
14882             Ed Schonberg  <schonberg@adacore.com>
14883
14884         * sem_ch5.adb
14885         (Find_Var): Do not consider function call in test for infinite loop
14886         warning if warnings set off for function entity.
14887         (One_Bound): Do not create a temporary for a loop bound if it is a
14888         character literal.
14889         (Analyze_Assignment): Traverse the right hand side of an assignment and
14890         mark all allocators as static coextensions.
14891         (Analyze_Assignment): Exempt assignments involving a dispatching call
14892         to a function with a controlling access result from the check requiring
14893         the target to be class-wide.
14894
14895 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
14896             Ed Schonberg  <schonberg@adacore.com>
14897             Robert Dewar  <dewar@adacore.com>
14898             Javier Miranda  <miranda@adacore.com>
14899
14900         * sem_res.ads, sem_res.adb (Process_Allocator): Do not propagate the
14901         chain of coextensions when an allocator serves as the root of such a
14902         chain.
14903         (Propagate_Coextensions): Remove the test for the root being an
14904         allocator.
14905         (Resolve_Allocator): Add condition to ensure that all future decoration
14906         occurs on an allocator node. Add processing and cleanup for static
14907         coextensions.
14908         (Valid_Conversion): If the operand type is the limited view of a
14909         class-wide type, use the non-limited view is available to determine
14910         legality of operation.
14911         (Ambiguous_Character): move to spec, for use elsewhere.
14912         (Ambiguous_Character): Handle Wide_Wide_Character in Ada 2005 mode
14913         (Resolve_Range): Diagnose properly an ambiguous range whose bounds are
14914         character literals.
14915         (Resolve_Arithmetic_Op): Call Activate_Division_Check instead of setting
14916         Do_Division_Check flag explicitly.
14917         (Resolve_Actuals): If the actual is of a synchronized type, and the
14918         formal is of the corresponding record type, this is a call to a
14919         primitive operation of the type, that is declared outside of the type;
14920         the actual must be unchecked-converted to the type of the actual
14921         (Resolve_Call): Kill all current values for any subprogram call if
14922         flag Suppress_Value_Tracking_On_Call is set.
14923         (Resolve_Type_Conversion): Generate error message the the operand
14924         or target of interface conversions come from a limited view.
14925         (Check_Infinite_Recursion): Ignore generated calls
14926         (Check_Allocator_Discrim_Accessibility): New procedure for checking
14927         that an expression that constrains an access discriminant in an
14928         allocator does not denote an object with a deeper level than the
14929         allocator's access type.
14930         (Resolve_Allocator): In the case of an allocator initialized by an
14931         aggregate of a discriminated type, check that associations for any
14932         access discriminants satisfy accessibility requirements by calling
14933         Check_Allocator_Discrim_Accessibility.
14934         (Resolve_Equality_Op): Handle comparisons of anonymous access to
14935         subprogram types in the same fashion as other anonymous access types.
14936         (Resolve_Concatenation_Arg): Remove initial character '\' in an error
14937         message that is not a continuation message.
14938         (Resolve_Type_Conversion): Add missing support for conversion to
14939         interface type.
14940         (Resolve_Actuals): Introduce a transient scope around the call if an
14941         actual is a call to a function returning a limited type, because the
14942         resulting value must be finalized after the call.
14943         (Resolve_Actuals): If the call was given in prefix notations, check
14944         whether an implicit 'Access reference or implicit dereference must be
14945         added to make the actual conform to the controlling formal.
14946
14947 2007-06-06  Robert Dewar  <dewar@adacore.com>
14948             Javier Miranda  <miranda@adacore.com>
14949
14950         * sem_ch7.adb (Check_Anonymous_Access_Types): Fix error for null body
14951         (Derive_Inherited_Private_Subprogram): Code cleanup. In case of explicit
14952         overriding of an inherited private subprogram now there is no need to
14953         inherit its dispatching slot and reduce the size of the dispatch table.
14954         Set_All_DT_Position now ensures that the same slot is now assigned to
14955         both entities. This is required to statically build the dispatch table.
14956         (Declare_Inherited_Private_Subprograms): Rewriten to avoid the need
14957         of calling Set_All_DT_Position to re-evaluate the position of the
14958         entries in the dispatch table. Such reevaluation is not desired if
14959         the tagged type is already frozen.
14960
14961 2007-06-06  Hristian Kirtchev  <kirtchev@adacore.com>
14962             Gary Dismukes  <dismukes@adacore.com>
14963             Robert Dewar  <dewar@adacore.com>
14964             Javier Miranda  <miranda@adacore.com>
14965
14966         * sem_util.ads, sem_util.adb (May_Be_Lvalue): A prefix of an attribute
14967         reference acts as an lvalue when the attribute name modifies the prefix
14968         (Is_Coextension_Root): New routine.
14969         (Mark_Static_Coextensions): New routine.
14970         (Type_Access_Level): Revise code for checking the level of the
14971         anonymous access type of a return object.
14972         (Safe_To_Capture_Value): Not safe to capture if Address_Taken
14973         (Matches_Prefixed_View_Profile): Remove the no longer necessary
14974         retrieval of the corresponding controlling record type.
14975         (Find_Overridden_Synchronized_Primitive): Code cleanup. Add handling of
14976         concurrent types declared within a generic as well as class wide types.
14977         Emit a mode incompatibility error whenever a protected entry or routine
14978         override an interface routine whose first parameter is not of mode
14979         "out", "in out" or access to variable.
14980         (Overrides_Synchronized_Primitive): Rename to
14981         Find_Overridden_Synchronized_Primitive.
14982         (Collect_Interface_Components): New subprogram that collects all the
14983         components of a tagged record containing tags of secondary dispatch
14984         tables.
14985         (Add_Global_Declaration): New procedure
14986         (Abstract_Interface_List): Handle properly the case of a subtype of a
14987         private extension.
14988         (Type_Access_Level): In the case of a type whose parent scope is a
14989         return statement, call Type_Access_Level recursively on the enclosing
14990         function's result type to determine the level of the return object's
14991         type.
14992         (Build_Elaboration_Entity): Build name of elaboration entity from the
14993         scope chain of the entity, rather than the unit name of the file name.
14994         (Check_Nested_Access): New procedure.
14995         (Has_Up_Level_Access, Set_Has_Up_Level_Access): New procedures.
14996         (Find_Direct_Name, Note_Possible_Modification): Use Check_Nested_Access.
14997         (Get_Renamed_Entity): Utility routine for performing common operation
14998         of chasing the Renamed_Entity field of an entity.
14999
15000 2007-06-06  Robert Dewar  <dewar@adacore.com>
15001
15002         * sem_elab.adb (Check_A_Call): Specialize elaboration warnings on
15003         elaboration model
15004         (Check_A_Call): Add check for entry call which was causing blowup
15005
15006 2007-06-06  Olivier Hainque  <hainque@adacore.com>
15007
15008         * raise-gcc.c (__gnat_eh_personality): Tweak the signature and add
15009         special code on ia64-vms to handle major incompatibilities between the
15010         GCC unwinding ABI and the VMS Condition Handling Facility, both calling
15011         this routine with a very different set of arguments and expectations on
15012         the return value.
15013
15014 2007-06-06  Thomas Quinot  <quinot@adacore.com>
15015
15016         * socket.c (__gnat_close_signalling_fd): New function.
15017         (__gnat_safe_gethostbyaddr, __gnat_safe_gethostbyname,
15018         __gnat_safe_getservbyname, __gnat_safe_getservbyport):
15019         New supporting functions for task safe Netdb operations.
15020
15021 2007-06-06  Thomas Quinot  <quinot@adacore.com>
15022             Olivier Hainque  <hainque@adacore.com>
15023
15024         * a-except-2005.ads, a-except-2005.adb
15025         (Raise_From_Controlled_Operation): New procedure in
15026         (private part of) Ada.Exceptions (standard runtime version). Used to
15027         provide informational exception message when Program_Error is raised as
15028         a result of an Adjust or Finalize operation propagating an exception.
15029         (Rmsg_28): Fix description for E.4(18) check.
15030         (Raise_Current_Excep): Call Debug_Raise_Exception just before
15031         propagation starts, to let debuggers know about the event in a reliable
15032         fashion.
15033         Take the address of E and dereference to make sure it is homed on stack
15034         and prevent the stores from being deleted, necessary for proper
15035         debugger behavior on "break exception" hits.
15036         (Local_Raise): Moved to System.Exceptions
15037
15038         * s-finimp.adb (Raise_From_Finalize): Code to construct an appropriate
15039         exception message from the current occurrence and raise Program_Error
15040         has been moved to Ada.Exceptions.Raise_From_Controlled_Operation.
15041
15042 2007-06-06  Jose Ruiz  <ruiz@adacore.com>
15043             Arnaud Charlet  <charlet@adacore.com>
15044
15045         * s-taprob.adb (Unlock): Change the ceiling priority of the underlying
15046         lock, if needed.
15047
15048         * s-taprop.ads (Set_Ceiling): Add this procedure to change the ceiling
15049         priority associated to a lock.
15050
15051         * s-tpoben.adb ([Vulnerable_]Complete_Task, Lock_Entries): Relax
15052         assertion to take into account case of no abort restriction.
15053         (Initialize_Protection_Entries): Add initialization for the field
15054         New_Ceiling associated to the protected object.
15055         (Unlock_Entries): Change the ceiling priority of the underlying lock, if
15056         needed.
15057
15058         * s-solita.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
15059         since this function needs to be set consistently with Update_Exception.
15060
15061         * s-tarest.adb (Get_Current_Excep): Moved back to s-tasini/s-tarest,
15062         since this function needs to be set consistently with Update_Exception.
15063
15064         * s-taskin.ads: Update comments on
15065         Interrupt_Server_Blocked_On_Event_Flag.
15066         (Unbind_Handler): Fix handling of server_task wakeup
15067         (Server_Task): Set self's state so that Unbind_Handler can take
15068         appropriate actions.
15069         (Common_ATCB): Now use a constant from System.Parameters to determine
15070         the max size of the Task_Image field.
15071
15072         * s-tassta.adb (Task_Wrapper): Now pass the overflow guard to the
15073         Initialize_Analyzer function.
15074         ([Vulnerable_]Complete_Task, Lock_Entries): Relax assertion to
15075         take into account case of no abort restriction.
15076         ([Vulnerable_]Complete_Master): Modify assertion.
15077
15078         * s-tataat.adb (Finalize): Use the nestable versions of
15079         Defer/Undefer_Abort.
15080
15081         * s-tpobop.adb (Protected_Entry_Call): Relax assertion.
15082
15083         * s-tpobop.ads: Update comments.
15084
15085         * s-tposen.adb (Protected_Single_Entry_Call): Call Lock_Entry instead
15086         of locking the object manually, to avoid inconsistencies between
15087         Lock/Unlock_Entry assertions.
15088
15089         * s-interr.ads, s-interr.adb (Server_Task): Fix race condition when
15090         terminating
15091         application and System.Parameters.No_Abort is True.
15092         Update comments on Interrupt_Server_Blocked_On_Event_Flag.
15093         (Unbind_Handler): Fix handling of server_task wakeup
15094         (Server_Task): Set self's state so that Unbind_Handler can take
15095         appropriate actions.
15096
15097 2007-06-06  Thomas Quinot  <quinot@adacore.com>
15098
15099         * s-finroo.ads, s-finroo.adb (Read, Write): Use null procedure
15100         declarations instead of an explicit null body, for conciseness.
15101
15102 2007-06-06  Robert Dewar  <dewar@adacore.com>
15103
15104         * sem_eval.adb (Eval_Relational_Op): nothing to do if an operand is an
15105         illegal aggregate and the type is still Any_Composite.
15106         (Subtypes_Statically_Match): Fix problem of empty discriminant list
15107
15108 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
15109
15110         * sem_smem.adb (Check_Shared_Var): Check explicitly for as task object,
15111         to prevent subsequent expansion.
15112
15113 2007-06-06  Robert Dewar  <dewar@adacore.com>
15114
15115         * sinput-l.ads, sinput-l.adb: implement a new pragma No_Body
15116
15117 2007-06-06  Ed Schonberg  <schonberg@adacore.com>
15118             Robert Dewar  <dewar@adacore.com>
15119
15120         * sprint.ads, sprint.adb (Sprint_Node_Actual): Output aggregate for
15121         exceptions.
15122         (Write_Itype): Handle case of string literal subtype, which
15123         comes up in this context.
15124         (Update_Itype): when debugging expanded code, update sloc of itypes
15125         associated with defining_identifiers and ranges, for gdb use.
15126         (Sprint_Node_Actual): Add static keyword to object or exception
15127         declaration output if Is_Statically_Allocated is True.
15128         (Sprint_End_Label): Set entity of end marker for a subprogram, package,
15129         or task body, so that the tree carries the proper Sloc information for
15130         debugging use.
15131         (Write_Indent): In Dump_Source_Text mode, ignore implicit label nodes
15132
15133 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
15134
15135         * s-secsta.adb (Chunk): Ensure this object has a static size known at
15136         compile time, to avoid dynamic memory allocation
15137         (Elaboration code): Only use dynamic memory allocation when needed.
15138
15139 2007-06-06  Quentin Ochem  <ochem@adacore.com>
15140
15141         * s-stausa.ads, s-stausa.adb (Initialize_Analyzer): Added parameter
15142         "Overflow_Guard".
15143         (Stack_Analyzer): Added field "Overflow_Guard"
15144         (Task_Result): Added field "Overflow_Guard".
15145         (Index_Str): New constant.
15146         (Task_Name_Str): New constant.
15147         (Actual_Size_Str): New constant.
15148         (Pattern_Array_Element_Size): New constant.
15149         (Get_Usage_Range): New subprogram.
15150         (Output_Result): Added parameter Max_Size_Len and Max_Actual_Use_Len.
15151         Now align the output.
15152         Added comments.
15153         (Initialize): Added value for Overflow_Guard.
15154         (Fill_Stack): Use constant Pattern_Array_Elem_Size when relevant.
15155         Update the value of the overflow guard according to the actual
15156         beginning of the pattern array.
15157         (Initialize_Analyzer): Added parameter Overflow_Guard.
15158         Take this parameter into accound when computing the max size.
15159         (Compute_Result): Use constant Pattern_Array_Elem_Size when relevant.
15160         (Report_Result): Removed extra useless procedure.
15161         Updated call to Output_Result.
15162         Moved full computation of the Task_Result here.
15163
15164 2007-06-06  Thomas Quinot  <quinot@adacore.com>
15165
15166         * g-soccon-darwin.ads, gen-soccon.c: Add new constant
15167         Thread_Blocking_IO, always True by default, set False on a per-runtime
15168         basis.
15169         Add Windows-specific constants
15170         Add new constant Need_Netdb_Buffer.
15171         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
15172         not, whether to use getXXXbyYYY_r.
15173
15174         * gsocket.h: Add new constant Need_Netdb_Buffer.
15175         Add new macros to indicate whether getXXXbyYYY is thread safe and, if
15176         not, whether to use getXXXbyYYY_r.
15177
15178 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15179
15180         * s-stoele.ads, s-stoele.adb: Move inline_always subprograms earlier
15181         than their first call.
15182         Add type Dummy_Communication_Block used in the generation of the pre-
15183         defined dispatching primitive _disp_asynchronous_select.
15184         (Storage_Element): Put Pragma Universal_Aliasing on it.
15185
15186 2007-06-06  Vincent Celier  <celier@adacore.com>
15187
15188         * a-dirval-vms.adb, a-dirval.ads, a-dirval.adb (Windows): New Boolean
15189         function.
15190
15191         * a-dirval-mingw.adb (Is_Valid_Path_Name): Forbid a path with a drive
15192         letter if it is not followed by a '/' or a '\'.
15193         (Windows): New Boolean function
15194
15195         * a-direct.ads, a-direct.adb: Remove unnecessary and misplaced pragma
15196         Ada 2005.
15197         (Containing_Directory): On Windows, keep at least one '/' or '\' after a
15198         drive letter.
15199         (Containing_Directory): Raise Use_Error when the directory is a root
15200         directory.
15201         (Extension): When returning the result, use a conversion to Result_Type,
15202         not a qualification.
15203
15204 2007-06-06  Robert Dewar  <dewar@adacore.com>
15205
15206         * stylesw.ads, stylesw.adb (Set_GNAT_Style_Check): New procedure
15207         (Set_Style_Check_Options): Recognize new -gnatyg style switch
15208
15209         * switch-c.adb (Scan_Front_End_Switches, case -gnatg): Set
15210         Warn_On_Non_Local_Exception to False, to turn off warnings for
15211         No_Exception_Propagation in ZFP runtime.
15212         (Scan_Front_End_Switches): Fix handling of --RTS switch for non GCC
15213         back-ends.
15214         (Scan_Front_End_Switches): For 'g', call Set_GNAT_Style_Checks
15215
15216 2007-06-06  Vincent Celier  <celier@adacore.com>
15217
15218         * switch-b.adb (Scan_Binder_Switches): Add processing for new
15219         switches -R and -Z
15220
15221         * switch-m.adb (Normalize_Compiler_Switches): Do not record switch -E
15222         (Scan_Make_Switches): Recognize new switch -aP
15223
15224 2007-06-06  Matthew Gingell  <gingell@adacore.com>
15225             Jose Ruiz  <ruiz@adacore.com>
15226
15227         * s-stchop-vxworks.adb (Set_Stack_Info): Instead of trying to map the
15228         VxWorks task descriptor in the Ada run time, call a C subprogram
15229         (__gnat_get_stack_info) that extracts the required information.
15230
15231         * sysdep.c: Back out temporary lynxos workaround.
15232         (__gnat_get_stack_info): Add this procedure that passes to the Ada run
15233         time the stack information associated to the currently executing task.
15234         Only VxWorks systems require this function.
15235
15236 2007-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15237
15238         * tracebak.c (FRAME_OFFSET): Add parameter FP. On SPARC/Solaris, do not
15239         add the stack bias if the offset is computed from a frame address.
15240         (__gnat_backtrace): Adjust for above change.
15241
15242 2007-06-06  Thomas Quinot  <quinot@adacore.com>
15243
15244         * types.h, types.ads: Rename PE_Illegal_CW_Actual_E_4_18 to
15245         PE_Non_Transportable_Actual.
15246         (By_Descriptor_Last): New constant.
15247         (By_Copy_Return): Likewise.
15248
15249 2007-06-06  Vincent Celier  <celier@adacore.com>
15250
15251         * vms_conv.adb (Process_Argument): Keep arguments starting with '+' as
15252         is.
15253
15254         * vms_data.ads: Add entries for -gnatw.x and -gnatw.X
15255         /STYLE_CHECKS=GNAT: Change meaning to -gnatyg
15256         /GNAT_INTERNAL: New compiler qualifier corresponding to -gnatg
15257         Add missing comment for /OPTIMIZE=SPACE
15258         Add entry for OPTIMIZE=SPACE
15259         Add new qualifier /ALL_PROJECTS (= -U) for GNAT LIST
15260         Add documentation for new qualifiers corresponding to -gnatw.c/.C
15261
15262 2007-06-06  Vincent Celier  <celier@adacore.com>
15263             Robert Dewar  <dewar@adacore.com>
15264
15265         * xgnatugn.adb: Allow dots to be used in ug_words (-gnatw.c and
15266         -gnatw.C)
15267
15268         * gnat_ugn.texi: Fix ordering of -g switch for gnatmake
15269         Document gnatbind switch -a
15270         (case Constructions): Document that variables declarations are allowed
15271         for previously declared variables.
15272         Fix external lib project example
15273         -gnatg: Indicate new VMS qualifier /GNAT_INTERNAL
15274         Indicate that "#if not X or Y then" is not allowed in input files to
15275         gnatprep.
15276         Document gnatw.x and gnatw.X warning flags
15277         Mention -Winline switch to activate warnings when back-end inlining is
15278         ineffective.
15279         Add gnatcheck rule descriptions
15280         Describe how to use the GNAT driver to call a tool on a closure.
15281         Describe how to run project-wide checks or metrics.
15282         Document gnatbind's -R option
15283         Updated to account for Ada 2005 support
15284
15285         * gnat_rm.texi (Case Construction): Allow variable declarations for
15286         previously declared variables.
15287         (Representation Clauses and Pragmas): Lift restriction on alignment
15288         clauses for record types.
15289         (Ada.Characters.*): Fix typo in reference to A.3.3(27).
15290         Document No_Exception_Propagation restriction
15291         Document No_Body pragma
15292         Updated to account for Ada 2005 support; corrected some typos
15293         (Implementation Defined Pragmas): Document pragma Universal_Aliasing.
15294
15295         * gnat-style.texi: Make it clear that we never use mode IN for
15296         procedures or functions
15297
15298         * ug_words: Add entries for -gnatw.x and -gnatw.X
15299         Add entries for -gnatw.c/.C
15300
15301 2007-06-06  Pascal Obry  <obry@adacore.com>
15302             Vincent Celier  <celier@adacore.com>
15303
15304         * makegpr.adb (Add_Archive_Path): Use untouched object and library
15305         dirs and library name.
15306         (Build_Global_Archive): Idem. Minor code clean-up. Removes duplicate
15307         comments.
15308         (Build_Library): Idem.
15309         (Compile_Individual_Sources): Idem.
15310         (Compile_Link_With_Gnatmake): Idem.
15311         (Compile_Sources): Idem.
15312         (Get_Imported_Directories): Idem.
15313         (Link_Executables): Idem. Same change for the executable dir.
15314         (Check_Compilation_Needed): C_Source_Path new variable containing
15315         the canonical form of Source_Path to check against the source names
15316         in the dependency file.
15317         (Build_Global_Archive, Compile_Individual_Sources, Compile_Sources): In
15318         verbose mode, display the name of the object directory we're changing
15319         to.
15320         (Saved_Switches): New name of table X_Switches
15321         (Scan_Arg): Recognize new switch -aP and save in table Saved_Switches
15322         (Usage): New line for switch -aP
15323         (Get_Imported_Directories.Add): Make sure that Add_Arg is True before
15324         testing if a directory should be added to the search path.
15325
15326 2007-06-06  Javier Miranda  <miranda@adacore.com>
15327
15328         * a-cidlli.ads, a-cdlili.ads, a-cohama.ads, a-coinve.ads,
15329         a-convec.ads (Empty_Vector, Empty_Map, Empty_List): Move this object
15330         declaration after freezing point of all its associated tagged types;
15331         otherwise such types are frozen too early.
15332
15333 2007-06-06  Robert Dewar  <dewar@adacore.com>
15334
15335         * a-reatim.adb: Documentation addition
15336
15337         * g-cgideb.adb: Minor code reorganization
15338
15339         * tree_io.adb, treepr.adb, cstand.adb, krunch.adb, par.adb,
15340         mdll-utl.adb, par-ch5.adb, par-tchk.adb, s-exctab.ads, s-memory.ads,
15341         s-osprim.ads, s-restri.ads, s-soflin.ads: Minor reformatting.
15342
15343         * debug.ads, debug.adb (Get_Debug_Flag_K): Remove unused obsolete
15344         function.  Change name New_Scope to Push_Scope
15345         (Get_Debug_Flag_K): Remove unused obsolete function.
15346
15347         * exp_ch8.adb, inline.adb, sem_ch8.ads: Change name New_Scope to
15348         Push_Scope.
15349
15350         * makeusg.adb: Update Copyright notice
15351         Add line for switch -aP
15352
15353         * makeusg.adb: Fix wording of some usage messages
15354
15355         * s-assert.adb (Raise_Assert_Failure): Add call to
15356         Debug_Raise_Assert_Failure.
15357
15358         * s-unstyp.ads (type Packed_Bytes2): Change alignment to use 'Min
15359         (2, Standard'Alignment) for compatibility with AAMP (where alignment
15360         is restricted to 1).
15361
15362         * s-wchjis.adb: Remove use of System.Pure_Exceptions
15363
15364         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): Set the
15365         node location to No_Location when we're not debugging the expanded
15366         code.
15367
15368 2007-05-22  Alexandre Oliva  <aoliva@redhat.com>
15369
15370         * misc.c (enumerate_modes): Consider log2_b to always be one.
15371
15372 2007-05-14  Rafael Ávila de Espíndola  <espindola@google.com>
15373
15374         * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
15375
15376 2007-05-02  Pascal Obry  <obry@adacore.com>
15377
15378         * gnatchop.adb (Write_Source_Reference_Pragma): Change implementation
15379         to use Stream_IO.File_Type. This is needed to make use of the UTF-8
15380         encoding support of Stream_IO.
15381         (Write_Unit): Idem.
15382
15383         * adaint.h, adaint.c (__gnat_os_filename): New routine. Returns the
15384         filename and corresponding encoding to match the OS requirement.
15385         (__gnat_file_exists): Do not call __gnat_stat() on Windows as this
15386         routine will fail on specific devices like CON: AUX: ...
15387
15388         PR ada/29856: Add missing braces
15389
15390 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15391
15392         PR ada/31660
15393         * ada-tree.h (lang_tree_node): Fix typo in chain_next.
15394
15395 2007-04-21  Jan Hubicka  <jh@suse.cz>
15396
15397         * misc.c (gnat_expand_body): Don't call target for destructors,
15398         avoid redundant check on syntax errors.
15399
15400 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15401
15402         * ada-tree.h (lang_tree_node): Use GENERIC_NEXT
15403         instead of checking GIMPLE_STMT_P in chain_next.
15404
15405 2007-04-17  Andreas Krebbel  <krebbel1@de.ibm.com>
15406
15407         PR ada/31576
15408         * system-linux-alpha.ads: Disable constant condition warning for the
15409         Default_Bit_Order variable.
15410         * system-linux-s390.ads: Likewise.
15411         * system-linux-s390x.ads: Likewise.
15412         * system-linux-sparc.ads: Likewise.
15413
15414 2007-04-06  Javier Miranda  <miranda@adacore.com>
15415             Matt Heaney  <heaney@adacore.com>
15416             Robert Dewar  <dewar@adacore.com>
15417
15418         a-coprnu.ads, a-cohata.ads, a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads,
15419         a-cgarso.ads, a-secain.ads, a-slcain.ads, a-shcain.ads, a-chtgke.ads,
15420         a-chtgke.ads, a-coprnu.ads, a-contai.ads, a-chtgke.ads, a-chtgke.adb,
15421         a-stwiha.ads, a-strhas.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
15422         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads, a-stzfix.ads,
15423         a-stzhas.ads, a-szuzha.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoio.ads,
15424         a-ztinio.ads, a-zttest.ads, a-zzunio.ads, a-astaco.ads, a-charac.ads,
15425         a-chlat1.ads, ada.ads, a-dynpri.ads, a-flteio.ads, a-fwteio.ads,
15426         a-inteio.ads, a-intnam.ads, a-ioexce.ads, a-iwteio.ads, a-lfteio.ads,
15427         a-lfwtio.ads, a-liteio.ads, a-liwtio.ads, a-llftio.ads, a-llfwti.ads,
15428         a-llitio.ads, a-lliwti.ads, a-ncelfu.ads, a-ngcefu.ads, a-ngelfu.ads,
15429         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads, a-nllcty.ads,
15430         a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads, a-nucoty.ads,
15431         a-nuelfu.ads, a-numeri.ads, a-sfteio.ads, a-sfwtio.ads, a-siteio.ads,
15432         a-siwtio.ads, a-ssitio.ads, a-ssiwti.ads, a-storio.ads, a-strfix.ads,
15433         a-string.ads, a-stwifi.ads, a-titest.ads, a-unccon.ads, a-uncdea.ads,
15434         a-wtcoio.ads, a-wtinio.ads, a-wttest.ads, calendar.ads, directio.ads,
15435         i-c.ads, ioexcept.ads, machcode.ads, sequenio.ads, text_io.ads,
15436         unchconv.ads, unchdeal.ads, a-widcha.ads, a-zchara.ads, a-stboha.ads,
15437         a-stfiha.ads, a-coteio.ads, a-envvar.ads, a-lcteio.ads, a-llctio.ads,
15438         a-scteio.ads, a-swbwha.ads, a-swfwha.ads, a-szbzha.ads, a-szfzha.ads,
15439         a-tiboio.ads, a-wwboio.ads, a-zzboio.ads, a-dispat.ads, a-tgdico.ads,
15440         expander.adb, g-socket.ads, par-labl.adb, sinput-c.adb, s-tarest.ads,
15441         s-stchop.ads, g-expect-vms.adb, s-taprop-lynxos.adb,
15442         s-taprop-tru64.adb, s-taprop-irix.adb,
15443         s-taprop-hpux-dce.adb, s-traceb-hpux.adb,
15444         s-taprop-linux.adb, s-taprop-dummy.adb, s-osprim-unix.adb,
15445         s-osprim-solaris.adb, s-taprop-solaris.adb, s-taprop-vms.adb,
15446         s-osprim-mingw.adb, s-taprop-mingw.adb, s-osprim-posix.adb,
15447         s-taprop-posix.adb, a-exexpr-gcc.adb, a-ststio.adb, a-ststio.ads,
15448         a-textio.adb, a-textio.ads, a-tideau.adb, a-tideau.ads, a-witeio.adb,
15449         a-witeio.ads, a-wtdeau.adb, a-wtdeau.ads, g-calend.adb, g-calend.ads,
15450         g-dirope.adb, g-expect.ads, gnatchop.adb, g-spipat.adb, g-spipat.ads,
15451         s-direio.adb, s-direio.ads, s-fatgen.adb, s-fatgen.ads, s-parint.adb,
15452         s-sequio.adb, s-sequio.ads, s-taprop.ads, s-valdec.adb, s-valdec.ads,
15453         s-valint.adb, s-valint.ads, s-vallld.adb, s-vallld.ads, s-vallli.adb,
15454         s-vallli.ads, s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
15455         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads, xref_lib.adb,
15456         s-stchop.adb, i-vxwork-x86.ads, a-crbtgo.ads, a-crbtgo.adb,
15457         a-coorse.ads, a-coorse.adb, a-cohama.ads, a-cohama.adb, a-ciorse.ads,
15458         a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-chtgop.ads, a-chtgop.ads,
15459         a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cihase.ads, a-cohase.adb,
15460         a-cohase.ads, a-swuwha.ads, a-ciormu.ads, a-coormu.ads, a-rbtgso.ads,
15461         a-stunha.ads, a-ciorma.adb, a-coorma.adb, a-ztdeau.adb, a-ztdeau.ads,
15462         a-ztexio.adb, a-ztexio.ads: Addition of null-exclusion to anonymous
15463         access types.
15464         Update documentation.
15465         Minor rewording.
15466
15467 2007-04-06  Robert Dewar  <dewar@adacore.com>
15468
15469         * system-linux-ia64.ads, system-freebsd-x86.ads, system-lynxos-ppc.ads,
15470         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
15471         system-vxworks-sparcv9.ads, system-solaris-x86.ads, system-irix-o32.ads,
15472         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
15473         system-linux-x86.ads, system-vxworks-mips.ads, system-interix.ads,
15474         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
15475         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
15476         system-vxworks-alpha.ads, system-vms_64.ads, system-darwin-ppc.ads,
15477         system-vxworks-x86.ads, system-linux-ppc.ads, system-linux-hppa.ads,
15478         system-hpux-ia64.ads, targparm.adb,
15479         targparm.ads (Functions_Return_By_DSP_On_Target): Removed
15480
15481         * system.ads: Move Functions_Return_By_DSP to obsolete section,
15482         kept for bootstrap purposes only.
15483
15484 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
15485
15486         * s-osinte-lynxos-3.ads, s-osinte-hpux.ads, s-osinte-solaris-posix.ads,
15487         s-osinte-freebsd.ads, s-osinte-aix.ads, s-osinte-darwin.ads,
15488         s-taprop-posix.adb (Create_Task): Fix handling of Task_Info.
15489         (PTHREAD_SCOPE_PROCESS, PTHREAD_SCOPE_SYSTEM): New constants.
15490
15491 2007-04-06  Robert Dewar  <dewar@adacore.com>
15492
15493         * a-except.adb, a-except.ads, a-except-2005.ads, a-except-2005.adb
15494         (Local_Raise): New dummy procedure called when a raise is converted
15495         to a local goto. Used for debugger to detect that the exception
15496         is raised.
15497
15498         * debug.adb: Document new d.g flag (expand local raise statements to
15499         gotos even if pragma Restriction (No_Exception_Propagation) is not set)
15500
15501         * exp_sel.adb: Use Make_Implicit_Exception_Handler
15502
15503         * exp_ch11.adb (Expand_Exception_Handlers): Use new flag -gnatw.x to
15504         suppress warnings for unused handlers.
15505         (Warn_If_No_Propagation):  Use new flag -gnatw.x to suppress
15506         warnings for raise statements not handled locally.
15507         (Get_RT_Exception_Entity): New function
15508         (Get_Local_Call_Entity): New function
15509         (Find_Local_Handler): New function
15510         (Warn_If_No_Propagation): New procedure
15511         (Expand_At_End_Handler): Call Make_Implicit_Handler
15512         (Expand_Exception_Handlers): Major additions to deal with local handlers
15513         (Expand_N_Raise_Constraint_Error, Expand_N_Raise_Program_Error,
15514         Expand_N_Raise_Storage_Error, (Expand_N_Raise_Statement): Add handling
15515         for local raise
15516
15517         * exp_ch11.ads (Get_RT_Exception_Entity): New function
15518         (Get_Local_Call_Entity): New function
15519
15520         * gnatbind.adb (Restriction_List): Add No_Exception_Propagation to list
15521         of restrictions that the binder will never suggest adding.
15522
15523         * par-ch11.adb (P_Exception_Handler): Set Local_Raise_Statements field
15524         to No_Elist.
15525
15526         * restrict.adb (Check_Restricted_Unit): GNAT.Current_Exception may not
15527         be with'ed in the presence of pragma Restriction
15528         (No_Exception_Propagation).
15529
15530         * sem.adb (Analyze): Add entries for N_Push and N_Pop nodes
15531
15532         * sem_ch11.adb (Analyze_Exception_Handler): If there is a choice
15533         parameter, then the handler is not a suitable target for a local raise,
15534         and this is a violation of restriction No_Exception_Propagation.
15535         (Analyze_Handled_Statements): Analyze choice parameters in exception
15536         handlers before analyzing statement sequence (needed for proper
15537         detection of local raise statements).
15538         (Analyze_Raise_Statement): Reraise statement is a violation of the
15539         No_Exception_Propagation restriction.
15540
15541         * s-rident.ads: Add new restriction No_Exception_Propagation
15542
15543         * tbuild.ads, tbuild.adb (Make_Implicit_Exception_Handler): New
15544         function, like Make_Exception_Handler but sets Local_Raise_Statements
15545         to No_List.
15546         (Add_Unique_Serial_Number): Deal with case where this is called during
15547         processing of configuration pragmas.
15548
15549 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15550             Pat Rogers  <rogers@adacore.com>
15551             Pascal Obry  <obry@adacore.com>
15552
15553         * g-stsifd-sockets.adb: New file.
15554
15555         * g-socthi.ads, g-socket.adb, g-socthi-vxworks.adb,
15556         g-socthi-vxworks.ads, g-socthi-mingw.ads, g-socthi-vms.ads,
15557         g-socthi-vms.adb: Move signalling
15558         fd management to a nested package, so that they can conveniently be
15559         moved to a subunit that is shared across Windows, VMS, and VxWorks
15560         (Ada implementation) or completed with imported bodies from socket.c
15561         (UNIX case).
15562         (Read_Signalling_Fd, Write_Signalling_Fd, Create_Signalling_Fds): New
15563         subprograms.
15564         (Check_Selector): Use Read_Signalling_Fd to read and discard data from
15565         the signalling file descriptor.
15566         (Abort_Selector): Use Write_Signalling_Fd to write dummy data to the
15567         signalling file descriptor.
15568         (Create_Selector): Use new C-imported subprogram Create_Signalling_Fds
15569         instead of creating a pair of sockets for signalling here.
15570
15571         * g-socthi.adb: Ditto.
15572         Set the runtime process to ignore SIGPIPEs on platforms that support
15573         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
15574
15575         * g-socthi-mingw.adb: Ditto.
15576         (WS_Version): Use Windows 2.2.
15577         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
15578
15579         * g-soliop-mingw.ads: Link with ws2_32 for Windows 2.x support.
15580         Use Winsock 2.2 (instead of 1.1) for the GNAT.Socket API.
15581
15582         * Makefile.in: New libgnat pair g-stsifd.adb<g-stsifd-sockets.adb.
15583         added GNAT byte swapping facility
15584         Update FreeBSD THREADSLIB from -lc_r to -lpthread, for FreeBSD 6.
15585
15586         * g-bytswa.adb, g-bytswa-x86.adb, g-bytswa.ads: New files.
15587
15588         * socket.c (__gnat_read_signalling_fd, __gnat_write_controlling_fd):
15589         New subprograms.
15590         (__gnat_create_signalling_fds): New subprogram.
15591         Set the runtime process to ignore SIGPIPEs on platforms that support
15592         neither SO_NOSIGPIPE nor MSG_NOSIGNAL functionality.
15593
15594 2007-04-06  Hristian Kirtchev  <kirtchev@adacore.com>
15595             Vincent Celier  <celier@adacore.com>
15596
15597         * a-calend-vms.ads, a-calend.ads, a-calend.adb, a-calend-vms.adb:
15598         New version of Ada.Calendar which supports the new upper bound of Ada
15599         time (2399-12-31 86_399.999999999).
15600         The following modifications have been made to the package:
15601          - New representation of time as count of nanoseconds since the start of
15602            Ada time (1901-1-1 0.0).
15603          - Target independent Split and Time_Of routines which service both
15604            Ada 95 and Ada 2005 code.
15605          - Target independent interface to the Ada 2005 children of Calendar.
15606          - Integrated leap seconds into Ada 95 and Ada 2005 mode.
15607          - Handling of non-leap centenial years.
15608          - Updated clock function.
15609          - Updated arithmetic and comparison operators.
15610
15611         * a-caldel.adb (To_Duration): Add call to target independent routine in
15612         Ada.Calendar to handle the conversion of time to duration.
15613
15614         * sysdep.c (__gnat_localtime_tzoff): Test timezone before setting off
15615         (UTC Offset).
15616         If timezone is obviously incorrect (outside of -14 hours .. 14 hours),
15617         set off to 0.
15618         (__gnat_localtime_tzoff for Lynx and VxWorks): Even though these
15619         targets do not have a natural time zone, GMT is used as a default.
15620         (__gnat_get_task_options): New.
15621
15622         * a-direct.adb (Modification_Time): Add with and use clauses for
15623         Ada.Calendar and Ada.
15624         Calendar.Formatting. Remove with clause for Ada.Unchecked_Conversion
15625         since it is no longer needed.
15626         (Duration_To_Time): Removed.
15627         (OS_Time_To_Long_Integer): Removed.
15628         (Modification_Time): Rewritten to use Ada.Calendar and Ada.Calendar.
15629         Formatting Time_Of routines which automatically handle time zones,
15630         buffer periods and leap seconds.
15631
15632         * a-calari.ads, a-calari.adb ("+", "-", Difference): Add calls to
15633         target independent routines in Ada.Calendar.
15634
15635         * a-calfor.ads, a-calfor.adb:
15636         Code cleanup and addition of validity checks in various routines.
15637         (Day_Of_Week, Split, Time_Of): Add call to target independent routine in
15638         Ada.Calendar.
15639
15640         * a-catizo.ads, a-catizo.adb (UTC_Time_Offset): Add call to target
15641         independent routine in Ada.Calendar.
15642
15643 2007-04-06  Olivier Hainque  <hainque@adacore.com>
15644
15645         * adaint.c:
15646         (convert_addresses): Adjust prototype and dummy definition to expect an
15647          extra file_name argument.
15648
15649         * gmem.c (__gnat_convert_addresses): Wrapper to convert_addresses,
15650         filling the now expected file_name argument with the appropriate
15651         argv[0] expansion.
15652         (__gnat_gmem_a2l_initialize, __gnat_gmem_read_next_frame): Use it.
15653         (tracebk): Array of void * instead of char *, corresponding to what
15654          convert_addresses expects.
15655         (exename): New static global, to hold the executable file name to be
15656         used in all convert_addresses invocations.
15657         (gmem_read_backtrace, __gnat_gmem_symbolic): Account for tracebk type
15658         change.
15659         (__gnat_gmem_a2l_initialize): Resolve exename.
15660         (__gnat_convert_addresses): Use exename as the convert_addresses
15661         file_name argument.
15662
15663         * g-trasym.adb (Symbolic_Traceback): Adjust signature of imported
15664         "convert_addresses", now expecting a filename argument. Import the
15665         necessary entities to compute the filename to use and pass it to
15666         convert_addresses.
15667
15668 2007-04-06  Matt Gingell  <gingell@adacore.com>
15669
15670         * system-aix.ads: Back out previous change.
15671         (Functions_Return_By_DSP): Removed
15672
15673 2007-04-06  Pascal Obry  <obry@adacore.com>
15674
15675         * s-osprim-mingw.adb (Timed_Delay): Use the right clock (standard one
15676         or the monotonic used by Ada.Real_Time) to compute the sleep duration
15677         on Windows.
15678
15679 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
15680
15681         * s-osinte-vxworks.ads, s-osinte-vxworks.adb (VX_FP_TASK): Remove this
15682         function. Its value changes in different VxWorks versions, and it is
15683         now handled by the function __gnat_get_task_options.
15684
15685         * s-taprop-vxworks.adb (Create_Task): Call the function
15686         __gnat_get_task_options to get the required options for creating a task.
15687
15688 2007-04-06  Pascal Obry  <obry@adacore.com>
15689             Thomas Quinot  <quinot@adacore.com>
15690
15691         * adaint.c: Replace all occurences of S2WS to S2WSU (Unicode) when
15692         dealing with filename.
15693         (__gnat_fopen): Call the proper macro (8bits or UTF8) to convert the
15694         filename from a standard string to a wide-string depending on the
15695         encoding value.
15696         (__gnat_freopen): Idem.
15697         (__gnat_current_time): New function (wrapper for time(3) standard C
15698         function).
15699
15700         * g-os_lib.ads (Current_Time): New function. Returns the current
15701         system time as an OS_Time value.
15702
15703         * s-osprim.ads (Clock): Add more precise definition of UNIX epoch.
15704         (Monotonic_Clock): Same.
15705
15706 2007-04-06  Quentin Ochem  <ochem@adacore.com>
15707
15708         * ali.ads, ali.adb (Get_Nat): Raise an exception if the file cursor is
15709         not on a natural.
15710         (Scan_ALI): Cancel the xref line if there has been a reading ALI error.
15711
15712 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
15713
15714         * a-retide.adb: Add elaboration code to ensure that the tasking run
15715         time is initialized when using delay operations even when no task is
15716         created.
15717
15718 2007-04-06  Javier Miranda  <miranda@adacore.com>
15719
15720         * a-tags.ads, a-tags.adb (Object_Specific_Data): Remove
15721         component Num_Prim_Ops.
15722         (Set_Num_Prim_Ops): Removed.
15723         Remove all the assertions because all the routines of this
15724         package are inline always.
15725         (Get_Offset_Index): Add support to primary dispatch tables.
15726         Move the documentation about the dispatch table to a-tags.ads
15727         (Set_External_Tag): Removed
15728         (Inherit_TSD): Removed.
15729         (Interface_Data_Element, Interfaces_Array, Interface_Data): Declarations
15730         moved to a-tags.ads
15731         (Displace, IW_Membership, Inherit_TSD, Interface_Ancestor_Tags,
15732         Register_Interface_Tag, Set_Offset_To_Top): Update all the occurrences
15733         of the TSD field "Table" because this field has been renamed to
15734         "Ifaces_Table".
15735         (Inherit_CPP_DT): Removed.
15736         (K_Typeinfo, K_Offset_To_Top, K_Tagged_Kind, K_Signature,
15737         Cstring, Tag_Table, Type_Specific_Data, Dispatch_Table): These
15738         declarations have been moved to a-tags.ads
15739         (Check_Size): Removed.
15740         (Expanded_Name): Updated to get access to the new field of TSD
15741         containing the address of the expanded name.
15742         (Get_Access_Level/Set_Access_Level): Removed.
15743         (Get_Predefined_Prim_Op_Address): Removed.
15744         (Set_Predefined_Prim_Op_Address): Removed.
15745         (Get_Prim_Op_Address/Set_Prim_Op_Address): Removed.
15746         (Get_Remotely_Callable/Set_Remotely_Callable): Removed.
15747         (Set_Expanded_Name): Removed.
15748         (Inherit_DT): Removed.
15749         (Inherit_CPP_DT): Removed.
15750         (Set_RC_Offset): Removed.
15751         (Set_TSD): Removed.
15752         (Base_Address): New function that displaces "this" to point to the base
15753         of the object (that is, to point to the primary tag of the object).
15754
15755 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15756             Javier Miranda  <miranda@adacore.com>
15757
15758         * exp_ch3.ads, exp_ch3.adb (Analyze_N_Full_Type_Declaration): For an
15759         anonymous access component, do not create a master_id if type already
15760         has one, as may happen if the type is a subcomponent of a packed array
15761         type.
15762         (Build_Init_Procedure, Component_Needs_Simple_Initialization,
15763         Initialize_Tag): Remove code associated with the old CPP pragmas.
15764         CPP_Virtual and CPP_Vtable are no longer supported.
15765         (Build_Offset_To_Top_Internal): Add support for concurrent record types
15766         (Build_Offset_To_Top_Functions): Add support for concurrent record types
15767         (Freeze_Record_Type): Remove call to
15768         Init_Predefined_Interface_Primitives.
15769         (Init_Secondary_Tags.Initialize_Tag): New subprogram containing all the
15770         code required to initialize the tags of the secondary dispatch tables.
15771         This leaves the algoritm more clear.
15772         (Init_Secondary_Tags): Add support for concurrent record types
15773         (Make_Predefined_Primitive_Specs): Code cleanup.
15774         (Predefined_Primitive_Bodies): Code cleanup.
15775         (Build_Master_Renaming): New local subprogram.
15776         (Expand_N_Full_Type_Declaration): Build the master_id associated with
15777         anonymous access to task type components.
15778         (Expand_N_Subtype_Indication): The bounds of a range constraint in a
15779         subtype indication are resolved during analysis, and must not be done
15780         here.
15781         (Stream_Operation_OK): Check Restriction_Active before RTE_Available.
15782
15783 2007-04-06  Geert Bosch  <bosch@adacore.com>
15784             Ed Schonberg  <schonberg@adacore.com>
15785             Javier Miranda  <miranda@adacore.com>
15786             Bob Duff  <duff@adacore.com>
15787
15788         * exp_ch4.adb (Expand_N_Type_Conversion): Remove special processing
15789         for conversion of a Float_Type'Truncation to integer.
15790
15791         * exp_attr.adb (Is_Inline_Floating_Point_Attribute): New function to
15792         check if a node is an attribute that can be handled directly by the
15793         back end.
15794         (Expand_N_Attribute_Reference): Suppress expansion of floating-point
15795         attributes that can be handled directly by the back end.
15796         (Expand_N_Attribute_Reference, case 'Access and 'Unchecked_Access):
15797         use new predicate Is_Access_Protected_Subprogram_Type.
15798         (Expand_N_Attribute_Reference, case 'Write): The reference is legal for
15799         and Unchecked_Union if it is generated as part of the default  Output
15800         procedure for a type with default discriminants.
15801         (Expand_N_Attribute_Reference): Avoid the expansion of dispatching calls
15802         if we are compiling under restriction No_Dispatching_Calls.
15803         (Constrained): Use Underlying_Type, in case the type is private without
15804         discriminants, but the full type has discriminants.
15805         (Expand_N_Attribute_Reference): Replace call to Get_Access_Level by
15806         call to Build_Get_Access_Level.
15807         (Expand_N_Attribute_Reference): The use of 'Address with class-wide
15808         interface objects requires a call to the run-time subprogram that
15809         returns the base address of the object.
15810         (Valid_Conversion): Improve error message on illegal attempt to store
15811         an anonymous access to subprogram value into a record component.
15812
15813         * sem_res.adb (Resolve_Equality_Op): Detect ambiguity for "X'Access =
15814         null".
15815         (Simplify_Type_Conversion): New procedure that performs simplification
15816         of Int_Type (Float_Type'Truncation (X)).
15817         (Resolve_Type_Conversion): Call above procedure after resolving operand
15818         and before performing checks. This replaces the existing ineffective
15819         code in Exp_Ch4.
15820         (Set_String_Literal_Subtype): When creating the internal static lower
15821         bound subtype for a string literal, use a newly created copy of the
15822         subtree representing the lower bound.
15823         (Resolve_Call): Exclude build-in-place function calls from transient
15824         scope treatment. Update comments to describe this exception.
15825         (Resolve_Equality_Op): In case of dispatching call check violation of
15826         restriction No_Dispatching_Calls.
15827         (Resolve_Call): If the call returns an array, the context imposes the
15828         component type of the array, and the function has one non-defaulted
15829         parameter, rewrite the call as the indexing of a call with a single
15830         parameter, to handle an Ada 2005 syntactic ambiguity for calls written
15831         in prefix form.
15832         (Resolve_Actuals): If an actual is an allocator for an access parameter,
15833         the master of the created object is the innermost enclosing statement.
15834         (Remove_Conversions): For a binary operator, check if type of second
15835         formal is numeric, to check if an abstract interpretation is present
15836         in the case of exponentiation as well.
15837
15838 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
15839             Bob Duff  <duff@adacore.com>
15840
15841         * atree.h, atree.ads, atree.adb (Copy_Node_With_Replacement): When
15842         copying a parameter list in a call, set properly the First_Named_Formal
15843         and Next_Named_Formal fields in the new list and in the enclosing call.
15844         (Watch_Node,New_Node_Breakpoint,New_Node_Debugging_Output): Shorten
15845         names, to ease typing in the debugger. Improve comments.
15846         (Watch_Node): New variable, intended to be set in the debugger.
15847         (New_Node_Breakpoint): New do-nothing procedure to set a breakpoint on,
15848         called when the watched node is created.
15849         (New_Node_Debugging_Output): Combined version of local procedures
15850         New_Node_Debugging_Output and New_Entity_Debugging_Output, now global,
15851         with a parameter so that conditional breakpoints like "if Node = 12345"
15852         work.
15853         (New_Node, New_Entity): Call the global New_Node_Debugging_Output.
15854         Add Elist1 function
15855
15856 2007-04-06  Thomas Quinot  <quinot@adacore.com>
15857             Ed Schonberg  <schonberg@adacore.com>
15858             Gary Dismukes  <dismukes@adacore.com>
15859
15860         * checks.ads, checks.adb (Selected_Range_Checks): No range check is
15861         required for a conversion between two access-to-unconstrained-array
15862         types.
15863         (Expr_Known_Valid): Validity checks do not apply to discriminants, but
15864         to discriminant constraints on discriminant objects. This rule must
15865         apply as well to discriminants of protected types in private components.
15866         (Null_Exclusion_Static_Checks): If No_Initialization is set on an
15867         object of a null-excluding access type then don't require the
15868         the object declaration to have an expression and don't emit a
15869         run-time check.
15870
15871 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
15872             Eric Botcazou  <botcazou@adacore.com>
15873
15874         * gnatvsn.ads, comperr.adb (Get_Gnat_build_Type): Renamed Build_Type
15875         and made constant.
15876
15877         * comperr.ads, comperr.adb (Compiler_Abort): Add third parameter
15878         Fallback_Loc. Use it as the sloc info when Current_Error_Node doesn't
15879         carry any.
15880
15881         * fe.h (Compiler_Abort): Add third parameter.
15882
15883         * misc.c (internal_error_function): Build third argument from current
15884         input location and pass it to Compiler_Abort.
15885
15886 2007-04-06  Gary Dismukes  <dismukes@adacore.com>
15887
15888         * cstand.adb (Create_Standard): When the target's storage unit size is
15889         greater than a byte, set Has_Non_Standard_Rep and Has_Pragma_Pack on
15890         Standard_String.
15891
15892 2007-04-06  Nicolas Roche  <roche@adacore.com>
15893
15894         * cstreams.c (__gnat_full_name): Fix issues on VxWorks 6.x for which
15895         absolute path can have the following form: device:/a/b. In this case
15896         '/' should be inserted between the path and the filename.
15897
15898 2007-04-06  Olivier Hainque  <hainque@adacore.com>
15899             Eric Botcazou  <botcazou@adacore.com>
15900
15901         * decl.c (gnat_to_gnu_entity) <E_Constant>: Associate an external
15902         VAR_DECL to a CONST_DECL we make for a public constant when we know the
15903         corresponding definition has created the so made visible variable.
15904         Handle anonymous access to protected subprogram.
15905         (gnat_to_gnu_entity) <E_Variable>: Do not make the underlying type of an
15906         object with an address clause volatile.  Re-enable original fix.
15907         <E_Subprogram_Type>: Set TYPE_REF_CAN_ALIAS_ALL on the reference type
15908         too.
15909         (gnat_to_gnu_entity) <E_Class_Wide_Type>: Retrieve the TYPE_DECL
15910         associated with either the Equivalent or Root type, instead of the
15911         naked type node.
15912         (gnat_to_gnu_entity): Manually mark the top of the DECL_FIELD_OFFSET
15913         subtree for every field of a global record type.
15914         (gnat_to_gnu_entity) <E_Record_Subtype>: If the subtype has
15915         discriminants, invoke again variable_size on its newly computed sizes.
15916
15917 2007-04-06  Robert Dewar  <dewar@adacore.com>
15918             Thomas Quinot  <quinot@adacore.com>
15919             Ed Schonberg  <schonberg@adacore.com>
15920             Bob Duff  <duff@adacore.com>
15921
15922         * einfo.ads, einfo.adb: (First_Component_Or_Discriminant): New function
15923         (Next_Component_Or_Discriminant): New function and procedure
15924         (First_Index, First_Literal, Master_Id,
15925         Set_First_Index, Set_First_Literal, Set_Master_Id):
15926         Add missing Ekind assertions.
15927         (Is_Access_Protected_Subprogram_Type): New predicate.
15928         (Has_RACW): New entity flag, set on package entities to indicate that
15929         the package contains the declaration of a remote accecss-to-classwide
15930         type.
15931         (E_Return_Statement): This node type has the Finalization_Chain_Entity
15932         attribute, in case the result type has controlled parts.
15933         (Requires_Overriding): Add this new flag, because "requires
15934         overriding" is subtly different from "is abstract" (see AI-228).
15935         (Is_Abstract): Split Is_Abstract flag into Is_Abstract_Subprogram and
15936         Is_Abstract_Type. Make sure these are called only when appropriate.
15937         (Has_Pragma_Unreferenced_Objects): New flag
15938
15939         * exp_ch5.adb (Expand_N_Assignment_Statement): If the left-hand side is
15940         class-wide, the tag of the right-hand side must be an exact match, not
15941         an ancestor of that of the object on left-hand side.
15942         (Move_Activation_Chain): New procedure to create the call to
15943         System.Tasking.Stages.Move_Activation_Chain.
15944         (Expand_N_Extended_Return_Statement): Generate code to call
15945         System.Finalization_Implementation.Move_Final_List at the end of a
15946         return statement if the function's result type has controlled parts.
15947         Move asserts to Build_In_Place_Formal.
15948         (Move_Final_List): New function to create the call statement.
15949         (Expand_N_Assignment_Statement): In case of assignment to a class-wide
15950         tagged type, replace generation of call to the run-time subprogram
15951         CW_Membership by call to Build_CW_Membership.
15952         (Expand_N_Return_Statement): Replace generation of call to the run-time
15953         subprogram Get_Access_Level by call to Build_Get_Access_Level.
15954         (Expand_N_Simple_Function_Return): Replace generation of call to the
15955         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
15956
15957         * exp_ch6.ads, exp_ch6.adb (Expand_Call): Use new predicate
15958         Is_Access_Protected_Subprogram_Type, to handle both named and anonymous
15959         access to protected operations.
15960         (Add_Task_Actuals_To_Build_In_Place_Call): New procedure to add the
15961         master and chain actual parameters to a build-in-place function call
15962         involving tasks.
15963         (BIP_Formal_Suffix): Add new enumeration literals to complete the case
15964         statement.
15965         (Make_Build_In_Place_Call_In_Allocator,
15966         Make_Build_In_Place_Call_In_Anonymous_Context,
15967         Make_Build_In_Place_Call_In_Assignment,
15968         Make_Build_In_Place_Call_In_Object_Declaration): Call
15969         Add_Task_Actuals_To_Build_In_Place_Call with the appropriate master.
15970         (Expand_Inlined_Call): If the subprogram is a null procedure, or a
15971         stubbed procedure with a null body, replace the call with a null
15972         statement without using the full inlining machinery, for efficiency
15973         and to avoid invalid values in source file table entries.
15974
15975         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Add support for
15976         renamings of calls to build-in-place functions.
15977
15978         * rtsfind.adb (RTE_Record_Component_Available): New subprogram that
15979         provides the functionality of RTE_Available to record components.
15980         (RTU_Entity): The function Entity has been renamed to RTU_Entity
15981         to avoid undesired overloading.
15982         (Entity): New subprogram that returns the entity for the referened
15983         unit. If this unit has not been loaded, it returns Empty.
15984         (RE_Activation_Chain_Access, RE_Move_Activation_Chain): New entities.
15985         Remove no longer used entities.
15986         (RE_Finalizable_Ptr_Ptr, RE_Move_Final_List): New entities.
15987         (RE_Type_Specific_Data): New entity.
15988         (RE_Move_Any_Value): New entity.
15989         (RE_TA_A, RE_Get_Any_Type): New entities.
15990         (RE_Access_Level, RE_Dispatch_Table, E_Default_Prim_Op_Count,
15991          RE_Prims_Ptr, RE_RC_Offset, RE_Remotely_Callable,
15992          RE_DT_Typeinfo_Ptr_Size, RE_Cstring_Ptr, RE_DT_Expanded_Name): Added.
15993         (Entity): New subprogram that returns the entity for the referened
15994         unit. If this unit has not been loaded, it returns Empty.
15995         (RTE): Addition of a new formal that extends the search to the scopes
15996         of the record types found in the chain of the package.
15997
15998         * sem_ch6.ads, sem_ch6.adb (Check_Overriding_Indicator): Print
15999         "abstract subprograms must be visible" message, whether or not the type
16000         is an interface; that is, remove the special case for interface types.
16001         (Analyze_Function_Return): Remove error message "return of task objects
16002         is not yet implemented" because this is now implemented.
16003         (Create_Extra_Formals): Add the extra master and activation chain
16004         formals in case the result type has tasks.
16005         Remove error message "return of limited controlled objects is not yet
16006         implemented".
16007         (Create_Extra_Formals): Add the extra caller's finalization list formal
16008         in case the result type has controlled parts.
16009         (Process_Formals): In case of access formal types there is no need
16010         to continue with the analysis of the formals if we already notified
16011         errors.
16012         (Check_Overriding_Indicator): Add code to check overriding of predefined
16013         operators.
16014         (Create_Extra_Formals): Prevent creation of useless Extra_Constrained
16015         flags for formals that do not require them,.
16016         (Enter_Overloaded_Entity): Do not give -gnatwh warning message unless
16017         hidden entity is use visible or directly visible.
16018         (Analyze_Abstract_Subprogram_Declaration,Analyze_Subprogram_Body,
16019         Analyze_Subprogram_Declaration,Analyze_Subprogram_Specification,
16020         Check_Conventions,Check_Delayed_Subprogram,Make_Inequality_Operator,
16021         New_Overloaded_Entity): Split Is_Abstract flag into
16022         Is_Abstract_Subprogram and Is_Abstract_Type.
16023
16024         * s-finimp.ads, s-finimp.adb (Move_Final_List): New procedure to move
16025         a return statement's finalization list to the caller's list, used for
16026         build-in-place functions with result type with controlled parts.
16027         Remove no longer used entities.
16028
16029         * s-taskin.ads (Activation_Chain): Remove pragma Volatile. It is no
16030         longer needed, because the full type is now limited, and therefore a
16031         pass-by-reference type.
16032         (Foreign_Task_Level): New constant.
16033
16034         * s-tassta.ads, s-tassta.adb (Move_Activation_Chain): New procedure to
16035         move tasks from the activation chain belonging to a return statement to
16036         the one passed in by the caller, and update the master to the one
16037         passed in by the caller.
16038         (Vulnerable_Complete_Master, Check_Unactivated_Tasks): Check the master
16039         of unactivated tasks, so we don't kill the ones that are being returned
16040         by a build-in-place function.
16041         (Create_Task): Ignore AI-280 for foreign threads.
16042
16043 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16044             Robert Dewar  <dewar@adacore.com>
16045             Bob Duff  <duff@adacore.com>
16046             Gary Dismukes  <dismukes@adacore.com>
16047
16048         * errout.adb (Unwind_Internal_Type): Use predicate
16049         Is_Access__Protected_Subprogram_Type.
16050
16051         * freeze.adb (Size_Known): Use First/Next_Component_Or_Discriminant
16052         (Freeze_Entity, packed array case): Do not override explicitly set
16053         alignment and size clauses.
16054         (Freeze_Entity):  An entity declared in an outer scope can be frozen if
16055         the enclosing subprogram is a child unit body that acts as a spec.
16056         (Freeze_Entity): Use new predicate Is_Access_Protected_Subprogram_Type.
16057         (Freeze_Record_Type): New Ada 2005 processing for reverse bit order
16058         Remove all code for DSP option
16059
16060         * layout.adb (Layout_Record_Type): Use First/
16061         Next_Component_Or_Discriminant
16062         (Layout_Type): Use new predicate Is_Access_Protected_Subprogram_Type,
16063         to handle properly the anonymous access case.
16064
16065         * sem_attr.adb (Build_Access_Object_Type): Use E_Access_Attribute_Type
16066         for all access attributes, because overload resolution should work the
16067         same for 'Access, 'Unchecked_Access, and 'Unrestricted_Access. This
16068         causes the error message for the ambiguous "X'Access = Y'Access" and
16069         "X'Unrestricted_Access = Y'Access" and so forth to match.
16070         (Resolve_Attribute, case 'Access): Remove use of Original_Access_Type,
16071         now that anonymous access to protected operations have their own kind.
16072         (Resolve_Attribute): In case of dispatching call check the violation of
16073         restriction No_Dispatching_Calls.
16074         (Check_Array_Type): Check new -gnatyA array index style option
16075
16076         * sem_ch3.ads, sem_ch3.adb (Derived_Type_Declaration): Reject an
16077         attempt to derive from a synchronized tagged type.
16078         (Analyze_Type_Declaration): If there is a incomplete tagged view of the
16079         type, inherit the class-wide type already created, because it may
16080         already have been used in a self-referential anonymous access component.
16081         (Mentions_T): Recognize self-referential anonymous access components
16082         that use (a subtype of) the class-wide type of the enclosing type.
16083         (Build_Derived_Record_Type): Add earlier setting of Is_Tagged_Type. Pass
16084         Derived_Type for Prev formal on call to
16085         Check_Anonymous_Access_Components rather than Empty.
16086         (Make_Incomplete_Type_Declaration): Add test for case where the type has
16087         a record extension in deciding whether to create a class-wide type,
16088         rather than just checking Tagged_Present.
16089         (Replace_Anonymous_Access_To_Protected_Subprogram): Procedure applies
16090         to stand-alone object declarations as well as component declarations.
16091         (Array_Type_Declaration): Initialize Packed_Array_Type to Empty, to
16092         prevent accidental overwriting when enclosing package appears in
16093         a limited_with_clause.
16094         (Array_Type_Declaration): If the component type is an anonymous access,
16095         the associated_node for the itype is the type declaration itself.
16096         (Add_Interface_Tag_Components): Modified to support concurrent
16097         types with abstract interfaces.
16098         (Check_Abstract_Interfaces): New subprogram that verifies the ARM
16099         rules 3.9.4 (15/2), 9.1 (9.d/2) and 9.4 (11.d/2).
16100         (Build_Derived_Record_Type): Add call to Analyze_Interface_Declaration
16101         to complete the decoration of synchronized interface types. Add also
16102         a call to Check_Abstract_Interfaces to verify the ARM rules.
16103         (Derive_Interface_Subprograms): Modified to support concurrent types
16104         with abstract interfaces.
16105         (Analyze_Subtype_Indication): Resolve the range with the given subtype
16106         mark, rather than delaying the full resolution depending on context.
16107         (Analyze_Component_Declaration,Analyze_Interface_Declaration,
16108         Analyze_Object_Declaration,Analyze_Subtype_Declaration,
16109         Array_Type_Declaration,Build_Derived_Record_Type,
16110         Build_Discriminated_Subtype,Check_Abstract_Overriding,Check_Completion,
16111         Derive_Interface_Subprograms,Derive_Subprogram,Make_Class_Wide_Type,
16112         Process_Full_View,Record_Type_Declaration): Split Is_Abstract flag into
16113         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
16114         called only when appropriate.
16115         (Copy_And_Swap): Copy Has_Unreferenced_Objects flag from full type
16116         to private type.
16117         (Analyze_Subtype_Declaration): For an access subtype declaration, create
16118         an itype reference for the anonymous designated subtype, to prevent
16119         scope anonmalies in gigi.
16120         (Build_Itype_Reference): New utility, to simplify construction of such
16121         references.
16122
16123 2007-04-06  Vincent Celier  <celier@adacore.com>
16124
16125         * errutil.adb (Initialize): Initialize warnings table, if all warnings
16126         are suppressed, supply an initial dummy entry covering all possible
16127         source locations.
16128
16129         * make.adb (Scan_Make_Arg): Reject options that should start with "--"
16130         and start with only one, such as "-RTS=none".
16131         (Collect_Arguments): Do not check for sources outside of projects.
16132         Do not collect arguments if project is externally built.
16133         (Compile_Sources): Do nothing, not even check if the source is up to
16134         date, if its project is externally built.
16135         (Compile): When compiling a predefined source, add -gnatpg
16136         as the second switch, after -c.
16137         (Compile_Sources): Allow compilation of Annex J renames without -a
16138         (Is_In_Object_Directory): Check if the ALI file is in the object
16139         even if there is no project extension.
16140         (Create_Binder_Mapping_File): Only put a unit in the mapping file for
16141         gnatbind if the ALI file effectively exists.
16142         (Initialize): Add the directory where gnatmake is invoked in front of
16143         the path if it is invoked from a bin directory, even without directory
16144         information, so that the correct GNAT tools will be used when spawned
16145         without directory information.
16146
16147         * makeusg.adb: Change switch -S to -eS
16148         Add lines for new switches -we, -wn and -ws
16149         Add line for new switch -p
16150
16151         * prj-proc.adb (Process): Set Success to False when Warning_Mode is
16152         Treat_As_Error and there are warnings.
16153
16154         * switch-m.ads, switch-m.adb (Normalize_Compiler_Switches): Do not skip
16155         -gnatww Change gnatmake switch -S to -eS
16156         (Scan_Make_Switches): Code reorganisation. Process separately multi
16157         character switches and single character switches.
16158         (Scan_Make_Switches): New Boolean out parameter Success. Set Success to
16159         False when switch is not recognized by gnatmake.
16160         (Scan_Make_Switches): Set Setup_Projects True when -p or
16161         --create-missing-dirs is specified.
16162
16163         * fname.adb (Is_Predefined_File_Name): Return True for annex J
16164         renamings Calendar, Machine_Code, Unchecked_Conversion and
16165         Unchecked_Deallocation only when Renamings_Included is True.
16166
16167         * par.adb: Allow library units Calendar, Machine_Code,
16168         Unchecked_Conversion and Unchecked_Deallocation to be recompiled even
16169         when -gnatg is not specified.
16170         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
16171         there is no need to generate always a record_definition_node in case
16172         of synchronized interface types.
16173         (SIS_Entry_Active): Initialize global variable to False
16174         (P_Null_Exclusion): For AI-447: Add parameter Allow_Anonymous_In_95 to
16175         indicate cases where AI-447 says "not null" is legal.
16176
16177         * makeutl.ads, makeutil.adb (Executable_Prefix_Path): New function
16178
16179         * makegpr.adb (Check_Compilation_Needed): Take into account dependency
16180         files with with several lines starting with the object fileb name.
16181         (Scan_Arg): Set Setup_Projects True when -p or --create-missing-dirs
16182         is specified.
16183         (Initialize): Add the directory where gprmake is invoked in front of the
16184         path, if it is invoked from a bin directory or with directory
16185         information, so that the correct GNAT tools will be used when invoked
16186         directly.
16187         (Check_Compilation_Needed): Process correctly backslashes on Windows.
16188
16189         * vms_data.ads: Update switches/qualifiers
16190
16191 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16192             Thomas Quinot  <quinot@adacore.com>
16193
16194         * exp_aggr.adb:
16195         If the array component is a discriminated record, the array aggregate
16196         is non-static even if the component is given by an aggregate with
16197         static components.
16198         (Expand_Record_Aggregate): Use First/Next_Component_Or_Discriminant
16199         (Convert_Aggr_In_Allocator): If the allocator is for an access
16200         discriminant and the type is controlled. do not place on a finalization
16201         list at this point. The proper list will be determined from the
16202         enclosing object.
16203         (Build_Record_Aggr_Code): If aggregate has box-initialized components,
16204         initialize record controller if needed, before the components, to ensure
16205         that they are properly finalized.
16206         (Build_Record_Aggr_Code): For the case of an array component that has a
16207         corresponding array aggregate in the record aggregate, perform sliding
16208         if required.
16209
16210 2007-04-06  Javier Miranda  <miranda@adacore.com>
16211             Gary Dismukes  <dismukes@adacore.com>
16212             Ed Schonberg  <schonberg@adacore.com>
16213
16214         * exp_ch13.adb (Expand_External_Tag_Definition): Replace call to the
16215         run-time subprogram Set_External_Tag by call to Build_Set_External_Tag.
16216
16217         * exp_ch4.adb (Expand_Allocator_Expression): Don't perform a run-time
16218         accessibility on class-wide allocators if the allocator occurs at the
16219         same scope level as the allocator's type. The check is guaranteed to
16220         succeed in that case, even when the expression originates from a
16221         parameter of the containing subprogram.
16222         (Expand_N_Op_Eq): Do nothing in case of dispatching call if compiling
16223         under No_Dispatching_Calls restriction. During the semantic analysis
16224         we already notified such violation.
16225         (Tagged_Membership): Constant folding. There is no need to check
16226         the tag at run-time if the type of the right operand is non
16227         class-wide abstract.
16228         Replace call to Is_Ancestor by call to Is_Parent
16229         to support concurrent types with interface types.
16230         (Expand_N_Allocator): Add an assertion associated with the generation
16231         of the master_id.
16232         (Expand_N_Slice): Do not enable range check to nodes associated
16233         with the frontend expansion of the dispatch table.
16234         (Is_Local_Access_Discriminant): Subsidiary function to
16235         Expand_N_Allocator.
16236         (Tagged_Membership): Replace generation of call to the run-time
16237         subprogram CW_Membership by call to Build_CW_Membership.
16238         (Expand_Allocator_Expression): Replace generation of call to the
16239         run-time subprogram Get_Access_Level by call to Build_Get_Access_Level.
16240
16241         * exp_disp.ads, exp_disp.adb (Make_DT): Code reorganization to
16242         initialize most the TSD components by means of an aggregate.
16243         Modify the declaration of the object containing the TSD
16244         because we now expand code that has a higher level of abstraction.
16245         The TSD has a discriminant containing the Inheritance Depth Level,
16246         value that is used in the membership test but also to fix the size
16247         of the table of ancestors.
16248         (Expand_Interface_Conversion): Insert function body at the closest place
16249         to the conversion expression, to prevent access-before-elaboration
16250         errors in the backend.
16251         Code improved to reduce the size of the dispatch table if
16252         compiling under restriction No_Dispatching_Calls plus code cleanup.
16253         Code reorganization plus removal of calls to Set_Num_Prim_Ops
16254         (Make_Secondary_DT): Remove call to Set_Num_Prim_Ops.
16255         (Expand_Dispatching_Call): Minor code reorganization plus addition of
16256         code to return immediately if compiling under No_Dispatching_Calls
16257         restriction.
16258         (Set_All_DT_Position): Remove code associated with the old CPP pragmas.
16259         CPP_Virtual and CPP_Vtable are no longer supported.
16260         (Expand_Interface_Conversion): Add missing support for interface type
16261         derivations.
16262         (Expand_Interface_Actuals): Replace calls to Is_Ancestor by calls to
16263         Is_Parent to support concurrent types with interfaces.
16264         (Init_Predefined_Interface_Primitives): Removed.
16265         (Make_Secondary_DT): Modified to support concurrent record types.
16266         (Set_All_DT_Position): Modified to support concurrent record types.
16267         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
16268         with Get_External_Tag, Inherit_TSD, Set_External_Tag.
16269         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entry associated
16270         with CW_Membership.
16271         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Remove entries associated
16272         with Get_Access_Level, Get_Predefined_Prim_Op_Address,
16273         Get_Prim_Op_Address Get_RC_Offset, Get_Remotely_Callable, Inherit_DT,
16274         Set_Access_Level, Set_Expanded_Name, Set_Predefined_Prim_Op_Address,
16275         Set_Prim_Op_Address, Set_RC_Offset, Set_Remotely_Callable, Set_TSD.
16276         (Expand_Dispatching_Call): Replace generation of call to the run-time
16277         subprograms Get_Predefined_Prim_Op_Address and Get_Prim_Op_Address by
16278         calls to Build_Get_Predefined_Prim_Op_Address, and Build_Get_Prim_Op_
16279         Address.
16280         (Fill_DT_Entry, Fill_Secondary_DT_Entry): Replace generation of call to
16281         the run-time subprograms Set_Predefined_Prim_Op_Address and Set_Prim_
16282         Op_Address by calls to Build_Set_Predefined_Prim_Op_Address, and
16283         Build_Set_Prim_Op_Address.
16284         (Get_Remotely_Callable): Subprogram removed.
16285         (Init_Predefined_Interface_Primitives): Replace generation of call to
16286         the run-time subprograms Inherit_DT by call to Build_Inherit_Predefined_
16287         Prims.
16288
16289         * sem_elab.adb (Set_Elaboration_Constraint): Replace the call to
16290         First (Parameter_Associations ()) with the call to First_Actual that
16291         returns an actual parameter expression for both named and positional
16292         associations.
16293
16294         * sem_disp.adb (Check_Dispatching_Call): In case of dispatching call
16295         check violation of restriction No_Dispatching_Calls.
16296         (Check_Controlling_Type): A formal of a tagged incomplete type is a
16297         controlling argument.
16298
16299         * exp_util.ads, exp_util.adb (Type_May_Have_Bit_Aligned_Components): Use
16300         First/Next_Component_Or_Discriminant
16301         (Insert_Actions): Add entries for new N_Push and N_Pop nodes
16302         (Find_Implemented_Interface): Removed. All the calls to this subprogram
16303         specify Any_Limited_Interface, and this functionality is already
16304         provided by the function Has_Abstract_Interfaces.
16305         (Find_Interface, Find_Interface_Tag, Find_Interface_ADT): Modified to
16306         support concurrent types implementing interfaces.
16307         (Find_Implemented_Interface): Removed. All the calls to this subprogram
16308         specify kind Any_Limited_Interface, and this functionality is already
16309         provided by the function Has_Abstract_Interfaces.
16310         (Remove_Side_Effects): replace Controlled_Type by
16311         CW_Or_Controlled_Type whenever the issue is related to
16312         using or not the secondary stack.
16313
16314         * par-ch12.adb (P_Formal_Type_Definition): Update calls to
16315         P_Interface_Type_Definition to fulfill the new interface (the formal
16316         Is_Synchronized is no longer required).
16317
16318         * Make-lang.in (GNAT_ADA_OBJS): Addition of exp_atag.o
16319         Update dependencies.
16320
16321         * exp_atag.ads, exp_atag.adb: New file
16322
16323 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16324             Bob Duff  <duff@adacore.com>
16325             Cyrille Comar  <comar@adacore.com>
16326
16327         * exp_ch7.ads, exp_ch7.adb (Find_Final_List): If the access type is
16328         anonymous, use finalization list of enclosing dynamic scope.
16329         (Expand_N_Package_Declaration): For a library package declaration
16330         without a corresponding body, generate RACW subprogram bodies in the
16331         spec (just as we do for the task activation call).
16332         (Convert_View): Split Is_Abstract flag into Is_Abstract_Subprogram and
16333         Is_Abstract_Type. Make sure these are called only when appropriate.
16334         Remove all code for DSP option
16335         (CW_Or_Controlled_Type): new subprogram.
16336
16337 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16338             Ed Schonberg  <schonberg@adacore.com>
16339             Gary Dismukes  <dismukes@adacore.com>
16340
16341         * exp_ch9.ads, exp_ch9.adb (Family_Offset): Add new 'Cap' boolean
16342         parameter. If it is set to true, return a result capped according to
16343         the global upper bound for the index of an entry family.
16344         (Family_Size): Add new 'Cap' boolean parameter. Pass it to Family_Offset
16345         (Build_Find_Body_Index): Adjust for above change.
16346         (Entry_Index_Expression): Likewise.
16347         (Is_Potentially_Large_Family): New function extracted from...
16348         (Collect_Entry_Families): ...here. Call it to detect whether the family
16349         is potentially large.
16350         (Build_Entry_Count_Expression): If the family is potentially large, call
16351         Family_Size with 'Cap' set to true.
16352         (Expand_N_Protected_Type_Declaration, Expand_N_Protected_Body): Generate
16353         a protected version of an operation declared in the private part of
16354         a protected object, because they may be invoked through a callback.
16355         (Set_Privals): If the type of a private component is an anonymous access
16356         type, do not create a new itype for each protected body.
16357         If the body of a protected operation creates
16358         controlled types (including allocators for class-widetypes), the
16359         body of the corresponding protected subprogram must include a
16360         finalization list.
16361         (Build_Activation_Chain_Entity): Build the chain entity for extended
16362         return statements.
16363         (Type_Conformant_Parameters): Use common predicate Conforming_Types
16364         to determine whether operation overrides an inherited primitive.
16365         (Build_Wrapper_Spec): Add code to examine the parents while looking
16366         for a possible overriding candidate.
16367         (Build_Simple_Entry_Call): Set No_Initialization on the object used to
16368         hold an actual parameter value since its initialization is separated
16369         from the the declaration. Prevents errors on null-excluding access
16370         formals.
16371
16372 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16373             Pablo Oliveira  <oliveira@adacore.com>
16374
16375         * exp_dist.ads, exp_dist.adb (Build_To_Any_Call, Build_From_Any_Call):
16376         Do an Unchecked_Conversion to handle the passage from the Underlying
16377         Type to the Base Type when calling Build_To_Any_Call and
16378         Build_From_Any_Call.
16379         (Build_Actual_Object_Declaration): Set Object's Ekind to E_Variable or
16380         E_Constant, depending upon Variable formal.
16381         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
16382         PolyORB_Support.Build_Subprogram_Receiving_Stubs): For a formal
16383         parameter that requires an extra constrained parameter, declare
16384         temporary for actual as a variable, not a constant.
16385         (Add_RACW_Primitive_Declarations_And_Bodies): Generate bodies only when
16386         the unit being compiled is the one that contains the stub type.
16387         Change primitive operation name for the RACW associated with a RAS
16388         from Call to _Call so it cannot clash with any legal identifier.
16389         (PolyORB_Support.Add_RACW_Write_Attribute): Remove unused constant
16390         Is_RAS.
16391         (Append_RACW_Bodies): New subprogram.
16392         (Expand_Receiving_Stubs_Bodies): Pass a 'Stmts' list to
16393         Add_Receiving_Stubs_To_Declarations functions.
16394         When expanding a package body, this list correspond to the
16395         statements in the HSS at the end of the pacakge.
16396         When expanding a package spec, this list correspond to the
16397         spec declarations.
16398         (Add_Receiving_Stubs_To_Declarations): Append the function
16399         registering the receiving stubs at the end of the 'Stmts' list.
16400         (RCI_Package_Locator): Pass the new Version generic formal when
16401         instantiating a RCI_Locator package.
16402         (Build_From_Any_Function): To compute the High bound for an
16403         unconstrained array actual, we add the Low bound with the length.
16404         Thus we must convert the low bound and the length to an appropriate
16405         type before doing the sum.
16406         (Build_Subprogram_Receiving_Stubs, PolyORB):
16407          * Retrieve the extra formals parameters at the
16408            end of the parameter stream.
16409          * Use Move_Any_Value to write back out parameters
16410            after executing the request as it is more efficient
16411            than Copy_Any_Value.
16412          * Build the any containing Extra Formals with the
16413            appropriate typecode.
16414         (PolyORB_Support.Helpers.Append_Record_Traversal): Nothing to do for an
16415         empty Component_List.
16416         (Build_Actual_Object_Declaration): New subprogram. Build and insert into
16417         the tree the declaration for an object that serves as actual parameter
16418         in server-side stubs.
16419         (GARLIC_Support.Build_Subprogram_Receiving_Stubs,
16420         PolyORB_Support.Build_Subprogram_Receiving_Stubs):
16421         Use Build_Actual_Object_Declaration to prepare the actuals.
16422         (Add_Parameter_To_NVList): Set the parameter mode to In for
16423         Extra Constrained Parameters.
16424         (Build_General_Calling_Stubs): Set the parameter type to boolean for
16425         Extra Constrained parameters.
16426         (Build_To_Any_Function, Build_From_Any_Function,
16427         Built_TypeCode_Function): When Typ is implicit, call the correct
16428         function with the first not implicit parent type.
16429         (TC_Rec_Add_Process_Element, FA_Rec_Add_Process_Element,
16430         (FA_Ary_Add_Process_Element): When Datum is an Any, we cannot infer the
16431         typecode from the Etype. Therefore we retrieve the correct typecode
16432         with a call to Get_Any_Type.
16433         (Copy_Specification): Do controlling formal type substitution based on
16434         Is_Controlling_Formal flag, instead of caller-provided object type.
16435         (Build_Subprogram_Calling_Stubs): When retrieveing the original spec for
16436         a RACW primitive operation, we might get a subprogram declaration for an
16437         ancestor of the RACW designated type (not for the designated type
16438         itself), in the case where this operation is inherited. In this case we
16439         have no easy means of determining the original tagged type for which
16440         the primitive was declared, so instead we now rely on
16441         Copy_Specification to use the Is_Controlling_Formal flag to determine
16442         which formals require type substitution.
16443
16444 2007-04-06  Robert Dewar  <dewar@adacore.com>
16445             Ed Schonberg  <schonberg@adacore.com>
16446
16447         * exp_intr.adb (Expand_Exception_Call): Calls to subprograms in
16448         GNAT.Current_Exception are not allowed if pragma Restrictions
16449         (No_Exception_Propagation) is set and in any case make the associated
16450         handler unsuitable as a target for a local raise statement.
16451         (Expand_Dispatching_Constructor_Call): Replace generation of call to the
16452         run-time subprogram CW_Membership by call to Build_CW_Membership.
16453         (Expand_Dispatching_Constructor_Call): If the dispatching tag is given
16454         by a function call, a temporary must be created before expanding the
16455         Constructor_Call itself, to prevent out-of-order elaboration in the
16456         back-end when stack checking is enabled..
16457
16458 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16459
16460         * exp_pakd.adb (Expand_Packed_Boolean_Operator): The bounds of the
16461         result are the bounds of the left operand, not the right.
16462
16463 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16464
16465         * exp_strm.adb
16466         (Build_Mutable_Record_Write_Procedure): For an Unchecked_Union type, use
16467          discriminant defaults.
16468         (Build_Record_Or_Elementary_Output_Procedure): Ditto.
16469         (Make_Component_List_Attributes): Ditto.
16470
16471 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16472             Bob Duff  <duff@adacore.com>
16473
16474         * sem_aggr.adb (Resolve_Record_Aggregate): In semantics-only mode treat
16475         an association with a box as providing a value even though the
16476         initialization procedure for the type is not available.
16477         (Resolve_Record_Aggregate): Check that a choice of an association with a
16478         box corresponds to a component of the type.
16479         (Resolve_Record_Aggregate): Split Is_Abstract flag into
16480         Is_Abstract_Subprogram and Is_Abstract_Type.
16481
16482         * exp_tss.adb (Base_Init_Proc): Use Is_Type instead of Type_Kind for
16483         assert.
16484
16485         * inline.adb (Add_Inlined_Body): Split Is_Abstract flag into
16486         Is_Abstract_Subprogram and Is_Abstract_Type. Make sure these are
16487         called only when appropriate.
16488
16489 2007-04-06  Olivier Hainque  <hainque@adacore.com>
16490
16491         * g-alleve.ads (Low Level Vector type definitions): Map each to the
16492         associated vector view instead of all to the unsigned char view.
16493
16494         * g-altcon.adb (Generic_Conversions): New internal generic package,
16495         offering facilities for all the Vector/View conversion routines
16496         implemented by this unit.
16497         (To_View/To_Vector - all versions): Reimplemented in a systematic
16498         manner, using the internal Generic_Conversions facilities.
16499
16500 2007-04-06  Pascal Obry  <obry@adacore.com>
16501
16502         * g-arrspl.adb (Free) [Element_Access]: New routine to free the source
16503         string.
16504         (Create): Free the source string before storing the new one.
16505
16506 2007-04-06  Vincent Celier  <celier@adacore.com>
16507
16508         * g-debpoo.adb (Validity): New package with a complete new
16509         implementation of subprograms Is_Valid and Set_Valid.
16510         (Is_Valid): Move to local package Validity
16511         (Set_Valid): Move to local package Validity
16512
16513 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
16514             Pablo Oliveira  <oliveira@adacore.com>
16515
16516         * g-expect.adb (Get_Command_Output): When expanding the output buffer
16517         we must ensure that there is enough place for the new data we are going
16518         to copy in.
16519
16520 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16521
16522         * g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding
16523         computation.
16524
16525 2007-04-06  Jose Ruiz  <ruiz@adacore.com>
16526             Vincent Celier  <celier@adacore.com>
16527
16528         * gnatcmd.adb (B_Start): Add prefix of binder generated file.
16529         (Stack_String): Add this String that contains the name of the Stack
16530         package in the project file.
16531         (Packages_To_Check_By_Stack): Add this list that contains the packages
16532         to be checked by gnatstack, which are the naming and the stack packages.
16533         (Check_Files): If no .ci files were specified for gnatstack we add all
16534         the .ci files belonging to the projects, including binder generated
16535         files.
16536         (Non_VMS_Usage): Document that gnatstack accept project file switches.
16537         (GNATCmd): Update the B_Start variable if we are in a VMS environment.
16538         Add gnatstack to the list of commands that use project file related
16539         switches, and get the single attribute Switches from the stack package
16540         in a project file when calling gnatstack. Parse the -U flag for
16541         processing files belonging to all projects in the project tree.
16542         Remove all processing for command Setup
16543
16544         * prj-attr.adb: Add new package Stack with single attribute Switches
16545
16546         * vms_conv.ads (Command_Type): Add command Stack.
16547         Move to body declarations that are only used in the body: types Item_Id,
16548         Translation_Type, Item_Ptr, Item and its subtypes.
16549
16550         * vms_conv.adb: (Initialize): Add data for new command Stack.
16551         Add declarations moved from the spec: types Item_Id, Translation_Type,
16552         Item_Ptr, Item and its subtypes.
16553         (Cargs_Buffer): New table
16554         (Cargs): New Boolean global variable
16555         (Process_Buffer): New procedure to create arguments
16556         (Place): Put character in table Buffer or Cargs_Buffer depending on the
16557          value of Cargs.
16558         (Process_Argument): Set Cargs when processing qualifiers for GNAT
16559         COMPILE
16560         (VMS_Conversion): Call Process_Buffer for table Buffer and, if it is not
16561         empty, for table Cargs_Buffer.
16562         (Initialize): Remove component Setup in Command_List
16563
16564 2007-04-06  Vincent Celier  <celier@adacore.com>
16565
16566         * gprep.adb (Process_Files.Process_One_File): Use full file name when
16567         issuing pragma Source_Reference.
16568
16569 2007-04-06  Emmanuel Briot  <briot@adacore.com>
16570
16571         * g-regpat.adb (Parse_Posix_Character_Class): Fix handling of
16572         [[:xdigit:]] character class.
16573         Also raise an exception when an invalid character class is used.
16574
16575 2007-04-06  Pascal Obry  <obry@adacore.com>
16576
16577         * i-cstrea.ads: (fopen): Add encoding parameter.
16578         (freopen): Idem.
16579         Change reference from a-sysdep.c to sysdep.c in comment.
16580         Update copyright notice.
16581         This set of patch add support for the encoding form parameter.
16582
16583         * mingw32.h (S2WSU): New macro to convert from a string to a
16584         wide-string using the UTF-8 encoding. The S2WS macro supports now only
16585         standard 8bits encoding.
16586         (WS2SU): As above but converting from wide-sring to string.
16587         This is needed as it is necessary to have access to both versions in the
16588         runtime for the form parameter encoding support.
16589         This set of patch add support for the encoding form parameter.
16590         (S2WS): Improve implementation to handle cases where the filename is not
16591         UTF-8 encoded. In this case we default to using the current code page
16592         for the conversion.
16593
16594         * s-crtl-vms64.ads, s-crtl.ads (Filename_Encoding): New enumeration
16595         type (UTF8, ASCII_8bits). This enumeration has a rep clause to match
16596         the constants defined in adaint.h.
16597         (fopen): Add encoding parameter.
16598         (freopen): Idem.
16599
16600         * s-ficobl.ads (AFCB): Add Encoding field to record the filename
16601         encoding. This is needed for the Reset routine (freopen low level-call).
16602
16603         * s-fileio.adb (Open): Decode encoding form parameter and set the
16604         corresponding encoding value into AFCB structure.
16605         (Reset): Pass the encoding value to freopen.
16606         (Close): Move the call to Lock_Task to the beginning of the procedure.
16607
16608 2007-04-06  Geert Bosch  <bosch@adacore.com>
16609             Robert Dewar  <dewar@adacore.com>
16610
16611         * i-fortra.ads: Add Double_Complex type.
16612
16613         * impunit.adb: (Is_Known_Unit): New function
16614         Add Gnat.Byte_Swapping
16615         Add GNAT.SHA1
16616         Add new Ada 2005 units
16617         Ada.Numerics.Generic_Complex_Arrays, Ada.Numerics.Generic_Real_Arrays,
16618         Ada.Numerics.Complex_Arrays, Ada.Numerics.Real_Arrays,
16619         Ada.Numerics.Long_Complex_Arrays, Ada.Numerics.Long_Long_Complex_Arrays,
16620         Ada.Numerics.Long_Long_Real_Arrays and Ada.Numerics.Long_Real_Arrays
16621
16622         * impunit.ads (Is_Known_Unit): New function
16623
16624         * a-ngcoar.adb, a-ngcoar.ads, a-ngrear.adb,
16625         a-ngrear.ads, a-nlcoar.ads, a-nllcar.ads, a-nllrar.ads, a-nlrear.ads,
16626         a-nucoar.ads, a-nurear.ads, g-bytswa.adb, g-bytswa-x86.adb,
16627         g-bytswa.ads, g-sha1.adb, g-sha1.ads, i-forbla.ads, i-forlap.ads,
16628         s-gearop.adb, s-gearop.ads, s-gecobl.adb, s-gecobl.ads, s-gecola.adb,
16629         s-gecola.ads, s-gerebl.adb, s-gerebl.ads, s-gerela.adb, s-gerela.ads:
16630         New files.
16631
16632         * Makefile.rtl: Add g-bytswa, g-sha1, a-fzteio and a-izteio
16633
16634         * a-fzteio.ads, a-izteio.ads: New Ada 2005 run-time units.
16635
16636 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
16637             Arnaud Charlet  <charlet@adacore.com>
16638
16639         * init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except
16640         __gnat_adjust_context_for_raise.
16641         (__gnat_init_float): on x86 vxworks 5.x and 6.x, we use the same
16642         implementation of floating point operations as native x86 targets.
16643         So the FPU should be initialized in the same way using finit. Fix
16644         floating point operations accuracy issues.
16645         (__gnat_install_handler, case FreeBSD): Use proper type for sa_sigaction
16646         member in struct sigaction, so as to avoid warning for incompatible
16647         pointer types.
16648
16649 2007-04-06 Serguei Rybin  <rybin@adacore.com>
16650
16651         * lib.ads, lib.adb (Tree_Read): Release the memory occupied by the
16652         switches from previously loaded tree
16653
16654 2007-04-06  Thomas Quinot  <quinot@adacore.com>
16655
16656         * lib-writ.adb (Write_With_Lines): Factor duplicated code between the
16657         cases where a given dependency has a body or not.
16658         (Write_With_File_Names): New subprogram, common code for the two cases
16659         above.
16660
16661 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16662             Javier Miranda  <miranda@adacore.com>
16663
16664         * lib-xref.ads, lib-xref.adb:
16665         Modify the loop that collects type references, to include interface
16666         types that the type implements. List each of these interfaces when
16667         building the entry for the type.
16668         (Generate_Definition): Initialize component Def and Typ of new entry
16669         in table Xrefs, to avoid to have these components unitialized.
16670         (Output_References): Split Is_Abstract flag into
16671         Is_Abstract_Subprogram and Is_Abstract_Type.
16672         (Generate_Reference): Add barrier to do not generate the warning
16673         associated with Ada 2005 entities with entities generated by the
16674         expander.
16675
16676 2007-04-06  Robert Dewar  <dewar@adacore.com>
16677             Arnaud Charlet  <charlet@adacore.com>
16678             Vincent Celier  <celier@adacore.com>
16679
16680         * gnat_rm.texi, gnat_ugn.texi: Add -gnatyl documentation
16681         Update 'Exception Handling Control' chapter which was outdated.
16682         Minor fix to documentation of -gnatwq
16683         Remove section "Adapting the Run Time to a New C++ Compiler" because
16684         it is now obsolete.
16685         Add passage on need of -nostart-files in some non-ada-main cases.
16686         Document new switch -eS (/STANDARD_OUTPUT_FOR_COMMANDS) for gnatmake
16687         Update documentation about Interfacing with C++
16688         Add documentation for new gnatmake switch -p
16689         Add missing protocol part in URLs.
16690         Document -gnatyA
16691         Document pragma Compile_Time_Error
16692         Add documentation for Object_Size indicating that stand alone
16693         objects can have a larger size in some cases.
16694         Add node for GNAT.Byte_Swapping, GNAT.SHA1
16695         Update reference to the Ravenscar profile.
16696         Document pragma Unreferenced_Objects
16697
16698         * gnat-style.texi: Fix typo
16699
16700 2007-04-06  Vincent Celier  <celier@adacore.com>
16701
16702         * mlib.adb (Building_Library): Only output "building a library..." in
16703         verbose mode
16704
16705         * mlib-prj.adb (Build_Library): Only output lists of object and ALI
16706         files in verbose mode.
16707
16708         * mlib-utl.adb (Ar): Only output the first object files when not in
16709         verbose mode.
16710         (Gcc): Do not display all the object files if not in verbose mode, only
16711         the first one.
16712
16713 2007-04-06  Robert Dewar  <dewar@adacore.com>
16714
16715         * namet.ads, namet.adb (wn): Improve this debugging routine. Calling
16716         it no longer destroys the contents of Name_Buffer or Name_Len and
16717         non-standard and invalid names are handled better.
16718         (Get_Decoded_Name_String): Improve performance by using
16719         Name_Has_No_Encodings flag in the name table.
16720         (Is_Valid_Name): New function to determine whether a Name_Id is valid.
16721         Used for debugging printouts.
16722
16723 2007-04-06  Robert Dewar  <dewar@adacore.com>
16724             Javier Miranda  <miranda@adacore.com>
16725             Bob Duff  <duff@adacore.com>
16726
16727         * par-ch3.adb: (P_Type_Declaration): Set Type_Token_Location
16728         (P_Interface_Type_Definition): Remove the formal Is_Synchronized because
16729         there is no need to generate always a record_definition_node in case
16730         of synchronized interface types.
16731         (P_Type_Declaration): Update calls to P_Interface_Type_Definition.
16732         (P_Null_Exclusion): For AI-447: Remove warnings about "not null" being
16733         illegal in Ada 95, in cases where it is legal. Change the warnings to
16734         errors in other cases. Don't give the error unless the "not null"
16735         parses properly. Correct the source position at which the error occurs.
16736         (P_Known_Discriminant_Part_Opt): Pass Allow_Anonymous_In_95 => True to
16737         P_Null_Exclusion, to suppress "not null" warnings.
16738         (P_Identifier_Declarations): Code cleanup. Removed unrequired label and
16739         associated goto statements.
16740
16741         * par-endh.adb (Pop_End_Context): Allow more flexibility in placement
16742         of END RECORD
16743
16744         * scans.ads (Type_Token_Location): New flag
16745
16746         * par-ch6.adb (P_Mode): Check specifically for case of IN ACCESS
16747         (P_Formal_Part): Pass Allow_Anonymous_In_95 => True to
16748         P_Null_Exclusion, to suppress "not null" warnings.
16749
16750 2007-04-06  Robert Dewar  <dewar@adacore.com>
16751             Javier Miranda  <miranda@adacore.com>
16752             Bob Duff  <duff@adacore.com>
16753             Vincent Celier  <celier@adacore.com>
16754
16755         * par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_Error
16756         (Extensions_Allowed): No longer sets Ada_Version
16757         Entry for pragma Unreferenced_Objects
16758
16759         * sem_prag.adb (Analyze_Pragma, case Priority): Force with of
16760         system.tasking if pragma priority used in a procedure
16761         (Analyze_Pragma, case Warning): Handle dot warning switches
16762         (Process_Compile_Time_Warning_Or_Error): New procedure
16763         (Analyze_Pragma): Add processing for Compile_Time_Error
16764         Add support for extra arguments External_Name and Link_Name.
16765         Remove code associated with pragmas CPP_Virtual and CPP_Vtable.
16766         (Process_Import_Or_Interface): Add support for the use of pragma Import
16767         with tagged types.
16768         (Extensions_Allowed): No longer affects Ada_Version
16769         (Analyze_Pragma): Split Is_Abstract flag into Is_Abstract_Subprogram and
16770         Is_Abstract_Type. Make sure these are called only when appropriate.
16771         Add processing for pragma Unreferenced_Objects
16772
16773         * snames.h, snames.ads, snames.adb: Add entry for pragma
16774         Compile_Time_Error
16775         Add new standard name Minimum_Binder_Options for new gprmake
16776         Add new standard names for gprmake: Archive_Suffix,
16777         Library_Auto_Init_Supported, Library_Major_Minor_Id_Supported,
16778         Library_Support, Library_Version_Options,
16779         Shared_Library_Minimum_Options,
16780         Shared_Library_Prefix, Shared_Library_Suffix, Symbolic_Link_Supported.
16781         Change Name_Call to Name_uCall so that it cannot clash with a legal
16782         subprogram name.
16783         Add new standard names Mapping_Spec_Suffix and Mapping_Body_Suffix
16784         Append C_Plus_Plus to convention identifiers as synonym for CPP
16785         Add new standard names Stack and Builder_Switches
16786         Add new standard names: Compiler_Minimum_Options, Global_Config_File,
16787         Library_Builder, Local_Config_File, Objects_Path, Objects_Path_File,
16788         Run_Path_Option, Toolchain_Version.
16789         Entry for pragma Unreferenced_Objects
16790
16791         * switch-c.adb (Scan_Front_End_Switches): Store correct -gnateD
16792         switches, without repetition of "eD". Make sure that last character of
16793         -gnatep= switch is not taken as -gnat switch character.
16794         Complete rewrite of circuit for handling saving compilation options
16795         Occasioned by need to support dot switchs for -gnatw, but cleans up
16796         things in general.
16797         -gnatX does not affect Ada_Version
16798         Include -gnatyA in -gnatg style switches
16799
16800         * sem_warn.ads, sem_warn.adb (Output_Unreferenced_Messages): Exclude
16801         warnings on return objects.
16802         (Warn_On_Useless_Assignment): Exclude warnings on return objects
16803         (Set_Dot_Warning_Switch): New procedure
16804         (Check_References): Add missing case of test for
16805         Has_Pragma_Unreferenced_Objects
16806         (Output_Unreferenced_Messages): Implement effect of new pragma
16807         Unreferenced_Objects, remove special casing of limited controlled
16808         variables.
16809
16810 2007-04-06  Vincent Celier  <celier@adacore.com>
16811
16812         * prj-ext.adb (Initialize_Project_Path): New procedure that initialize
16813         the default project path, initially done during elaboration of the
16814         package.
16815         If the prefix returned by Sdefault is null, get the prefix from a call
16816         to Executable_Prefix_Path.
16817         (Project_Path): Call Initialize_Project_Path if Current_Project_Path is
16818         null.
16819
16820         * prj-nmsc.adb (Get_Path_Names_And_Record_Sources): Use the non
16821         canonical directory name to open the directory from which files are
16822         retrieved.
16823         (Record_Other_Sources): Idem.
16824         (Locate_Directory): Add the possibility to create automatically missing
16825         directories when Setup_Projects is True.
16826         Call Locate_Directory so that the directory will be created when
16827         Setup_Projects is True, for object dir, library dir, library ALI dir,
16828         library source copy dir and exec dir.
16829
16830         * prj-pp.adb (Max_Line_Length): Set to 255 for compatibility with older
16831         versions of GNAT.
16832
16833 2007-04-06  Robert Dewar  <dewar@adacore.com>
16834
16835         * sem_ch13.ads, sem_ch13.adb (Adjust_Record_For_Reverse_Bit_Order):
16836         Use First/Next_Component_Or_Discriminant
16837         (Analyze_Record_Representation_Clause):
16838         Use First/Next_Component_Or_Discriminant
16839         (Check_Component_Overlap): Use First/Next_Component_Or_Discriminant
16840         (Analyze_Attribute_Definition_Clause, case Value_Size): Reject
16841         definition if type is unconstrained.
16842         (Adjust_Record_For_Reverse_Bit_Order): New procedure
16843         (Analyze_Attribute_Definition_Clause): Split Is_Abstract flag into
16844         Is_Abstract_Subprogram and Is_Abstract_Type.
16845         (Adjust_Record_For_Reverse_Bit_Order): New procedure
16846
16847         * repinfo.adb (List_Record_Info): Use First/
16848         Next_Component_Or_Discriminant.
16849
16850         * style.ads, styleg-c.adb, styleg-c.ads (Check_Array_Attribute_Index):
16851         New procedure.
16852
16853         * stylesw.ads, stylesw.adb: Recognize new -gnatyA style switch
16854         Include -gnatyA in default switches
16855
16856         * opt.ads: (Warn_On_Non_Local_Exception): New flag
16857         (Warn_On_Reverse_Bit_Order): New flag
16858         (Extensions_Allowed): Update the documentation.
16859         (Warn_On_Questionable_Missing_Parens): Now on by default
16860
16861         * usage.adb: Add documentation of -gnatw.x/X switches
16862         Document new -gnatyA style switch
16863         -gnatq warnings are on by default
16864
16865 2007-04-06  Ed Falis  <falis@adacore.com>
16866
16867         * s-carun8.adb, s-carsi8.adb (Compare_Array_?8): modify so that last
16868         full word is no longer compared twice.
16869
16870 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16871
16872         * sem_ch10.adb (Install_Limited_Context_Clauses.
16873         Expand_Limited_With_Clause): Use a new copy of selector name in the
16874         call to Make_With_Clause. This fixes the tree structure for ASIS
16875         purposes. Nothing is changed in the compiler behaviour.
16876         (Process_Body_Clauses): Handle properly use clauses whose prefix is
16877         a package renaming.
16878         (Install_Limited_With_Clauses): Do not install non-limited view when it
16879         is still incomplete.
16880
16881 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16882             Gary Dismukes  <dismukes@adacore.com>
16883
16884         * sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual
16885         when capturing size information, instead of base type, which for a
16886         formal array type will be the unconstrained type.
16887         (Analyze_Formal_Object_Declaration): Add check for illegal default
16888         expressions for a formal in object of a limited type.
16889         (Instantiate_Object): Ditto.
16890         (Check_Formal_Package_Instance): Skip entities that are formal objects,
16891         because they were defaulted in the formal package and no check applies
16892         to them.
16893         (Check_Formal_Package_Instance): Extend conformance check to other
16894         discrete types beyond Integer.
16895         (Process_Default): Copy directly the unmatched formal. A generic copy
16896         has already been performed in Analyze_Formal_Package.
16897         (Analyze_Associations): If a formal subprogram has no match, check for
16898         partial parametrization before looking for a default, to prevent
16899         spurious errors.
16900         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation): Do
16901         not set the instantiation environment before analyzing the actuals.
16902         Fixes regression on 8515-003 with implementation of AI-133.
16903         Set_Instance_Env checks whether the generic unit is a predefined
16904         unit, in which case the instance must be analyzed with the latest Ada
16905         mode. This setting must take place after analysis of the actuals,
16906         because the actuals must be analyzed and frozen in the Ada mode extant
16907         outside of the current instantiation.
16908         (Save_Env, Restore_Env): Preserve and restore the configuration
16909         parameters so that predefined units can be compiled in the proper Ada
16910         mode.
16911         (Analyze_Formal_Object_Declaration,Analyze_Formal_Subprogram,
16912         Instantiate_Type): Split Is_Abstract flag into Is_Abstract_Subprogram
16913         and Is_Abstract_Type.
16914         (Analyze_Formal_Package): For better error recovery, Add exception
16915         handler to catch Instantion_Error, which can be raised in
16916         Analyze_Associations
16917
16918 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16919             Bob Duff  <duff@adacore.com>
16920             Gary Dismukes  <dismukes@adacore.com>
16921
16922         * sem_ch4.adb (Try_Primitive_Operation): The call is legal if the
16923         prefix type is a discriminated subtype of the type of the formal.
16924         (Analyze_Allocator): Collect all coextensions regardless of the context.
16925         Whether they can be allocated statically is determined in exp_ch4.
16926         (Analyze_Selected_Component): If the prefix is a limited view and the
16927         non-limited view is available, use the non-limited one.
16928         (Operator_Check): For "X'Access = Y'Access" (which is ambiguous, and
16929         therefore illegal), suggest a qualified expression rather than a type
16930         conversion, because a type conversion would be illegal in this context.
16931         (Anayze_Allocator): Trace recursively all nested allocators so that all
16932         coextensions are on the corresponding list for the root. Do no mark
16933         coextensions if the root allocator is within a declaration for a stack-
16934         allocated object, because the access discriminants will be allocated on
16935         the stack as well.
16936         (Analyze_Call): Remove restriction on calls to limited functions for the
16937         cases of generic actuals for formal objects, defaults for formal objects
16938         and defaults for record components.
16939         (Analyze_Allocator): Before analysis, chain coextensions on the proper
16940         element list. Their expansion is delayed until the enclosing allocator
16941         is processed and its finalization list constructed.
16942         (Try_Primitive_Operation): If the prefix is a concurrent type, looks
16943         for an operation with the given name among the primitive operations of
16944         the corresponding record type.
16945         (Analyze_Selected_Component): If the prefix is a task type that
16946         implements an interface, and there is no entry with the given name,
16947         check whether there is another primitive operation (e.g. a function)
16948         with that name.
16949         (Try_Object_Operation, Analyze_One_Call, Try_Indexed_Call): Handle
16950         properly the indexing of a function call written in prefix form, where
16951         the function returns an array type, and all parameters of the function
16952         except the first have defaults.
16953         (Analyze_Equality_Op): If this is a call to an implicit inequality, keep
16954         the original operands, rather than relocating them, for efficiency and
16955         to work properly when an operand is overloaded.
16956         (Analyze_Allocator,Operator_Check,Remove_Abstract_Operations): Split
16957         Is_Abstract flag into Is_Abstract_Subprogram and Is_Abstract_Type.
16958         (Analyze_Selected_Component): If the prefix is a private extension, only
16959         scan the visible components, not those of the full view.
16960         (Try_Primitive_Operation): If the operation is a procedure, collect all
16961         possible interpretations, as for a function, because in the presence of
16962         classwide parameters several primitive operations of the type can match
16963         the given arguments.
16964
16965 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16966             Robert Dewar  <dewar@adacore.com>
16967
16968         * sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a
16969         tag-indeterminate call to an abstract function, when the left-hand side
16970         is not classwide.
16971         (Analyze_Loop_Statement): Improve detection of infinite loops
16972
16973 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
16974             Thomas Quinot  <quinot@adacore.com>
16975
16976         * sem_ch7.ads, sem_ch7.adb (Inspect_Deferred_Constant_Completion): Move
16977         out of Analyze_Package_Declaration, because processing must be applied
16978         to package bodies as well, for deferred constants completed by pragmas.
16979         (Analyze_Package_Declaration): When the package declaration being
16980         analyzed does not require an explicit body, call Check_Completion.
16981         (May_Need_Implicit_Body): An implicit body is required when a package
16982         spec contains the declaration of a remote access-to-classwide type.
16983         (Analyze_Package_Body): If the package contains RACWs, append the
16984         pending subprogram bodies generated by exp_dist at the end of the body.
16985         (New_Private_Type,Unit_Requires_Body): Split Is_Abstract flag into
16986         Is_Abstract_Subprogram and Is_Abstract_Type.
16987         (Preserve_Full_Attributes): The full entity list is not an attribute
16988         that must be preserved from full to partial view.
16989
16990         * sem_dist.adb (Add_RAS_Dereference_TSS):
16991         Change primitive name to _Call so it cannot clash with any legal
16992         identifier, and be special-cased in Check_Completion.
16993         Mark the full view of the designated type for the RACW associated with
16994         a RAS as Comes_From_Source to get proper view switching when installing
16995         private declarations.
16996         Provite a placeholder nested package body along with the nested spec
16997         to have a place for Append_RACW_Bodies to generate the calling stubs
16998         and stream attributes.
16999
17000 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
17001             Robert Dewar  <dewar@adacore.com>
17002
17003         * sem_ch8.adb (Has_Components): If the argument is an incomplete type
17004         that is a limited view, check the non-limited view if available.
17005         (Undefined): Refine error message for missing with of Text_IO
17006         (Find_Expanded_Name): Use Is_Known_Unit for more accurate error message
17007         to distinguish real missing with cases.
17008         Fix format of all missing with messages
17009         (Analyze_Subprogram_Renaming): Emit proper error message on illegal
17010         renaming as body when renamed entity is abstract.
17011
17012 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
17013             Javier Miranda  <miranda@adacore.com>
17014
17015         * sem_type.ads, sem_type.adb (Has_Abstract_Interpretation): Make
17016         predicate recursive, to handle complex expressions on literals whose
17017         spurious ambiguity comes from the abstract interpretation of some
17018         subexpression.
17019         (Interface_Present_In_Ancestor): Add support to concurrent record
17020         types.
17021         (Add_One_Interp,Disambiguate): Split Is_Abstract flag into
17022         Is_Abstract_Subprogram and Is_Abstract_Type.
17023
17024 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
17025             Javier Miranda  <miranda@adacore.com>
17026
17027         * sem_util.ads, sem_util.adb (Object_Access_Level): If the object is a
17028         dereference of a local object R created as a reference to another
17029         object O, use the access level of O.
17030         (Matches_Prefixed_View_Profile): Use common predicate Conforming_Types,
17031         rather than local Same_Formal_Type, to check whether protected operation
17032         overrides an inherited one.
17033         (Same_Formal_Type): New predicate, used when matching signatures of
17034         overriding synchronized operations, to handle the case when a formal
17035         has a type that is a generic actual.
17036         (Is_Aliased_View): Replace check on E_Task_Type and E_Protected_Type by
17037         predicate Is_Concurrent_Type. This ensures supportin case of subtypes.
17038         (Needs_One_Actual): New predicate, for Ada 2005 use, to resolve
17039         syntactic ambiguities involving indexing of function calls that return
17040         arrays.
17041         (Abstract_Interface_List): New subprogram that returns the list of
17042         abstract interfaces associated with a concurrent type or a
17043         concurrent record type.
17044         (Interface_Present_In_Parent): New subprogram used to check if a
17045         given type or some of its parents implement a given interface.
17046         (Collect_Abstract_Interfaces): Add support for concurrent types
17047         with interface types.
17048         (Has_Abstract_Interfaces): Add support for concurrent types with
17049         interface types.
17050         (Is_Parent): New subprogram that determines whether E1 is a parent
17051         of E2. For a concurrent type its parent is the first element of its
17052         list of interface types; for other types this function provides the
17053         same result than Is_Ancestor.
17054         (Enclosing_Subprogram): Add test for N_Extended_Return_Statement.
17055         (Collect_Synchronized_Interfaces): Removed because the subprogram
17056         Collect_Abstract_Interfaces provides this functionality.
17057         (Collect_Abstract_Interfaces): Minor update to give support to
17058         concurrent types and thus avoid undesired code duplication.
17059         (Get_Subprogram_Entity): Handle entry calls.
17060         (May_Be_Lvalue): Include actuals that appear as in-out parameters in
17061         entry calls.
17062         (Enter_Name): Do not give -gnatwh hiding warning for record component
17063         entities, they never result in hiding.
17064
17065 2007-04-06  Ed Schonberg  <schonberg@adacore.com>
17066             Robert Dewar  <dewar@adacore.com>
17067
17068         * sinfo.ads, sinfo.adb (Coextensions): New element list for allocators,
17069         to chain nested components that are allocators for access discriminants
17070         of the enclosing object.
17071         Add N_Push and N_Pop nodes
17072         New field Exception_Label added
17073         (Local_Raise_Statements): New field in N_Exception_Handler_Node
17074         (Local_Raise_Not_OK): New flag in N_Exception_Handler_Node
17075         (Is_Coextension): New flag for allocators, to mark allocators that
17076         correspond to access discriminants of dynamically allocated objects.
17077         (N_Block_Statement): Document the fact that the corresponding entity
17078         can be an E_Return_Statement.
17079         (Is_Coextension): New flag for allocators.
17080         Remove all code for DSP option
17081
17082         * sprint.ads, sprint.adb: Display basic information for class_wide
17083         subtypes. Add handling of N_Push and N_Pop nodes
17084
17085 2007-04-06  Arnaud Charlet  <charlet@adacore.com>
17086
17087         * s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion
17088         before propagating exception.
17089
17090 2007-04-06  Olivier Hainque  <hainque@adacore.com>
17091
17092         * tracebak.c (PC_ADJUST - ia64): -4 instead of -16, expected to yield
17093         an address always within the call instruction from a return address.
17094
17095 2007-04-06  Olivier Hainque  <hainque@adacore.com>
17096             Eric Botcazou  <botcazou@adacore.com>
17097
17098         * trans.c (call_to_gnu) <TYPE_RETURNS_BY_TARGET_PTR_P>: Return an
17099         expression with a COMPOUND_EXPR including the call instead of emitting
17100         the call directly here.
17101         (gnat_to_gnu) <N_Slice>: Do not return a non-constant low bound if the
17102         high bound is constant and the slice is empty.  Tidy.
17103         (tree_transform, case N_Op_Not): Handle properly the case where the
17104         operation applies to a private type whose full view is a modular type.
17105         (Case_Statement_To_gnu): If an alternative is an E_Constant with an
17106         Address_Clause, use the associated Expression as the GNAT tree
17107         representing the choice value to ensure the corresponding GCC tree is
17108         of the proper kind.
17109         (maybe_stabilize_reference): Stabilize COMPOUND_EXPRs as a whole
17110         instead of just the operands, as the base GCC stabilize_reference does.
17111         <CALL_EXPR>: New case. Directly stabilize the call if an lvalue is not
17112         requested; otherwise fail.
17113         (addressable_p) <COMPONENT_REF>: Do not test DECL_NONADDRESSABLE_P.
17114
17115 2007-04-06  Thomas Quinot  <quinot@adacore.com>
17116
17117         * uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous
17118         implementation of UI_Div.
17119         (UI_Div): Reimplement as a call to UI_Div_Rem.
17120         (UI_Rem): Take advantage of the fact that UI_Div_Rem provides the
17121         remainder, avoiding the cost of a multiplication and a subtraction.
17122         (UI_Modular_Inverse): Take advantage of the fact that UI_Div_Rem
17123         provides both quotient and remainder in a single computation.
17124         (UI_Modular_Exponentiation, UI_Modular_Inverse): New modular arithmetic
17125         functions for uint.
17126         (UI_Modular_Inverse): Add a note that the behaviour of this subprogram
17127         is undefined if the given n is not inversible.
17128
17129 2007-04-06  Olivier Hainque  <hainque@adacore.com>
17130
17131         * utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and
17132         BIT_AND_EXPR. Handle also VIEW_CONVERT_EXPR, as the other conversion
17133         opcodes.
17134
17135 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
17136             Olivier Hainque  <hainque@adacore.com>
17137
17138         * utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs
17139         when updating the contents of the old pointer to an unconstrained array.
17140         (end_subprog_body): Set error_gnat_node to Empty.
17141         (write_record_type_debug_info): Do not be unduly sparing with our bytes.
17142         (unchecked_convert): For subtype to base type conversions, require that
17143         the source be a subtype if it is an integer type.
17144         (builtin_decls): New global, vector of available builtin functions.
17145         (gnat_pushdecl): Add global builtin function declaration nodes to the
17146         builtin_decls list.
17147         (gnat_install_builtins): Adjust comments.
17148         (builtin_function): Set DECL_BUILTIN_CLASS and DECL_FUNCTION_CODE before
17149         calling gnat_pushdecl, so that it knows when it handed a builtin
17150         function declaration node.
17151         (builtin_decl_for): Search the builtin_decls list.
17152
17153 2007-04-06  Eric Botcazou  <botcazou@adacore.com>
17154
17155         * s-stchop-vxworks.adb:
17156         (Stack_Check): Raise Storage_Error if the argument has wrapped around.
17157
17158 2007-04-06  Robert Dewar  <dewar@adacore.com>
17159             Arnaud Charlet  <charlet@adacore.com>
17160
17161         * a-diroro.ads: Inserted the pragma Unimplemented_Unit
17162
17163         * bindgen.adb (Gen_Output_File_Ada): Generate pragma Ada_95 at start
17164         of files
17165         Add mention of -Sev (set initialize_scalars option from environment
17166         variable at run time) in gnatbind usage message.
17167
17168         * elists.ads, elists.adb: (Append_Unique_Elmt): New procedure
17169
17170         * fname-uf.ads: Minor comment fix
17171
17172         * osint.ads: Change pragma Elaborate to Elaborate_All
17173
17174         * par-load.adb: Add documentation.
17175
17176         * sem_cat.ads, sem_cat.adb: Minor code reorganization
17177
17178         * s-parint.ads (RCI_Locator) : Add 'Version' generic formal
17179
17180         * s-secsta.ads: Extra comments
17181
17182         * s-soflin.ads: Minor comment fixes
17183
17184         * s-stratt.ads (Block_Stream_Ops_OK): Removed.
17185
17186         * s-wchcon.ads: Minor comment addition
17187
17188         * treepr.adb: Minor change in message
17189         (Print_Name,Print_Node): Make these debug printouts more robust: print
17190         "no such..." instead of crashing on bad input.
17191
17192 2007-03-30  Rafael Ávila de Espíndola  <espindola@google.com>
17193
17194         * trans.c (Attribute_to_gnu): Use get_signed_or_unsigned_type
17195         instead of gnat_signed_or_unsigned_type.
17196         * utils.c (gnat_signed_or_unsigned_type): Remove.
17197         * misc.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove
17198         * gigi.h (gnat_signed_or_unsigned_type): Remove
17199
17200 2007-03-09  Roger Sayle  <roger@eyesopen.com>
17201
17202         * cuintp.c (UI_To_gnu): Use fold_buildN calls instead of calling
17203         fold with the result of buildN.
17204         * decl.c (gnat_to_gnu_entity): Likewise.
17205         * trans.c (Attribute_to_gnu, gnat_to_gnu, emit_check): Likewise.
17206         * utils.c (finish_record_type, merge_sizes, max_size, convert):
17207         Likewise.
17208         * utils2.c (gnat_truthvalue_conversion, compare_arrays,
17209         nonbinary_modular_operation, build_binary_op, build_unary_op,
17210         build_cond_expr): Likewise.
17211
17212         * utils.c (convert): Use fold_build1 when casting values to void.
17213         * utils2.c (gnat_truthvalue_conversion): Use build_int_cst and
17214         fold_convert instead of convert when appropriate.
17215
17216 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
17217
17218         * Make-lang.in: Add install-pdf target as copied from
17219         automake v1.10 rules.
17220
17221 2007-02-28  Andreas Schwab  <schwab@suse.de>
17222
17223         * Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
17224         $(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
17225         (doc/gnat-style.info): Likewise.
17226
17227 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
17228
17229         * gnat-style.texi: Standardize title page.
17230         * gnat_rm.texi: Likewise.
17231         * gnat_ugn.texi: Likewise.
17232
17233 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
17234
17235         * decl.c (annotate_value): Adjust for refactoring of tree_map
17236         hierarchy.
17237
17238 2007-02-24  Mark Mitchell  <mark@codesourcery.com>
17239
17240         * decl.c (annotate_value): Adjust for refactoring of tree_map
17241         hierarchy.
17242
17243 2007-02-21  Ed Schonberg  <schonberg@adacore.com>
17244
17245         PR ada/18819
17246         * sem_ch3.adb (Create_Constrained_Components): for a subtype of an
17247         untagged derived type, add hidden components to keep discriminant
17248         layout consistent, when a given discriminant of the derived type
17249         constraints several discriminants of the parent type.
17250
17251 2007-02-16  Eric Botcazou  <ebotcazou@adacore.com>
17252             Sandra Loosemore  <sandra@codesourcery.com>
17253
17254         * trans.c (call_to_gnu):  Use build_call_list instead of build3 to
17255         build the call expression.
17256         (gnat_stabilize_reference_1): Handle tcc_vl_exp.
17257         * utils.c (max_size) <tcc_exceptional>: Delete.
17258         <tcc_vl_exp>: New case.
17259         <tcc_expression>: Delete CALL_EXPR subcase.
17260         (build_global_cdtor): Use build_call_nary instead of build3.
17261         * utils2.c (build_call_1_expr): Likewise.
17262         (build_call_2_expr): Likewise.
17263         (build_call_0_expr): Likewise.
17264         (build_call_alloc_dealloc): Likewise.
17265
17266 2007-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
17267
17268         * raise-gcc.c (get_region_description_for, get_call_site_action_for,
17269         get_action_description_for): Replace _Unwind_Word with _uleb128_t
17270         and _Unwind_SWord with _sleb128_t.
17271
17272 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
17273
17274         * Make-lang.in (ada/decl.o): Add gt-ada-decl.h dependency.
17275         * decl.c: Include gt-ada-decl.h.
17276         (annotate_value_cache): New.
17277         (annotate_value): Use it instead of TREE_COMPLEXITY.
17278
17279 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
17280
17281         * misc.c, utils2.c: Fix comment typos.
17282
17283 2007-01-24  Roger Sayle  <roger@eyesopen.com>
17284
17285         * decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of
17286         TREE_CONSTANT_OVERFLOW.
17287         (allocatable_size_p, annotate_value): Likewise.
17288         * trans.c (gnat_to_gnu): Likewise.
17289         * utils.c (unchecked_convert): Likewise.
17290         * utils2.c (build_simple_component_ref): Likewise.
17291
17292 2007-01-23  Richard Guenther  <rguenther@suse.de>
17293
17294         PR bootstrap/30541
17295         * Make-lang.in: Replace invocations of gnatmake with $(GNATMAKE).
17296         (gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
17297         (gnatboot3): Likewise.
17298         (GNATBIND): Do not define.
17299         * Makefile.in (GNATBIND): Do not define.
17300
17301 2007-01-08  Richard Guenther  <rguenther@suse.de>
17302
17303         * cuintp.c (build_cst_from_int): Use built_int_cst_type.
17304         * trans.c (gnat_to_gnu): Likewise.
17305
17306 2006-12-07  Geoffrey Keating  <geoffk@apple.com>
17307
17308         * Makefile.in: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.
17309         * adaint.c: Likewise.
17310
17311 2006-12-05  Aldy Hernandez  <aldyh@redhat.com>
17312
17313         Merge from gimple-tuples-branch:
17314         2006-11-02  Aldy Hernandez  <aldyh@redhat.com>
17315
17316         * ada-tree.h (lang_tree_node): Handle gimple tuples.
17317         * trans.c (gnat_gimplify_expr): Replace MODIFY_EXPR with
17318         GIMPLE_MODIFY_STMT.
17319
17320 2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
17321
17322         * Makefile.in, mingw32.h, trans.c: Fix comment typos.
17323         * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
17324         Fix typos.
17325
17326 2006-11-17  Eric Botcazou  <ebotcazou@adacore.com>
17327
17328         PR ada/27936
17329         * trans.c (add_decl_expr): Do not dynamically elaborate padded objects
17330         if the initializer takes into account the padding.
17331
17332 2006-11-11  Richard Guenther  <rguenther@suse.de>
17333
17334         * trans.c (maybe_stabilize_reference): Remove handling of
17335         FIX_CEIL_EXPR, FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
17336
17337 2006-11-05  Arnaud Charlet  <charlet@adacore.com>
17338
17339         PR ada/29707
17340         * s-osinte-linux-alpha.ads, s-osinte-linux-hppa.ads
17341         (To_Target_Priority): New function.
17342
17343 2006-10-31  Robert Dewar  <dewar@adacore.com>
17344
17345         * a-taster.adb, s-traent-vms.adb, a-elchha.ads, a-elchha.adb,
17346         a-exctra.adb, ali-util.adb, exp_disp.ads, s-stalib.ads, s-traent.adb,
17347         s-addope.ads, s-addope.adb, a-rbtgso.adb, a-crbltr.ads, a-coprnu.adb,
17348         a-cgcaso.adb, a-cgarso.adb, a-cgaaso.adb, a-coormu.adb, a-ciormu.adb,
17349         a-rbtgso.ads, a-stunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb,
17350         a-secain.adb, a-slcain.adb, a-shcain.adb, a-stwiha.adb, a-stwiha.adb,
17351         a-strhas.adb, a-strhas.adb, a-stzhas.adb, a-stzhas.adb, a-szuzha.adb,
17352         a-chacon.adb, a-chacon.adb, a-chacon.ads, a-stboha.adb, a-swbwha.adb,
17353         a-szbzha.adb: Minor reformatting. Fix header.
17354
17355         * a-numaux-x86.adb: Add parentheses for use of unary minus
17356         * a-ngcefu.adb: Supply missing parentheses for unary minus
17357         * a-ngcoty.adb: Add parens for use of unary minus
17358         * a-ngelfu.adb: Add missing parens for unary minus
17359         * a-tifiio.adb: Add parentheses for uses of unary minus
17360
17361 2006-10-31  Robert Dewar  <dewar@adacore.com>
17362             Bob Duff  <duff@adacore.com>
17363             Ed Schonberg  <schonberg@adacore.com>
17364
17365         * sem_res.adb (Resolve_Unary_Op): Add warning for use of unary minus
17366         with multiplying operator.
17367         (Expected_Type_Is_Any_Real): New function to determine from the Parent
17368         pointer whether the context expects "any real type".
17369         (Resolve_Arithmetic_Op): Do not give an error on calls to the
17370         universal_fixed "*" and "/" operators when they are used in a context
17371         that expects any real type. Also set the type of the node to
17372         Universal_Real in this case, because downstream processing requires it
17373         (mainly static expression evaluation).
17374         Reword some continuation messages
17375         Add some \\ sequences to continuation messages
17376         (Resolve_Call): Refine infinite recursion case. The test has been
17377         sharpened to eliminate some false positives.
17378         Check for Current_Task usage now includes entry barrier, and is now a
17379         warning, not an error.
17380         (Resolve): If the call is ambiguous, indicate whether an interpretation
17381         is an inherited operation.
17382         (Check_Aggr): When resolving aggregates, skip associations with a box,
17383         which are priori correct, and will be replaced by an actual default
17384         expression in the course of expansion.
17385         (Resolve_Type_Conversion): Add missing support for conversion from
17386         a class-wide interface to a tagged type. Minor code cleanup.
17387         (Valid_Tagged_Converion): Add support for abstact interface type
17388         conversions.
17389         (Resolve_Selected_Component): Call Generate_Reference here rather than
17390         during analysis, and use May_Be_Lvalue to distinguish read/write.
17391         (Valid_Array_Conversion): New procedure, abstracted from
17392         Valid_Conversion, to incorporate accessibility checks for arrays of
17393         anonymous access types.
17394         (Valid_Conversion): For a conversion to a numeric type occurring in an
17395         instance or inlined body, no need to check that the operand type is
17396         numeric, since this has been checked during analysis of the template.
17397         Remove legacy test for scope name Unchecked_Conversion.
17398
17399         * sem_res.ads: Minor reformatting
17400
17401         * a-except.adb, a-except-2005.adb: Turn off subprogram ordering
17402         (PE_Current_Task_In_Entry_Body): New exception code
17403         (SE_Restriction_Violation): Removed, not used
17404
17405         * a-except.ads:  Update comments.
17406
17407         * types.h, types.ads: Add definition for Validity_Check
17408         (PE_Current_Task_In_Entry_Body): New exception code
17409         (SE_Restriction_Violation): Removed, not used
17410
17411 2006-10-31  Thomas Quinot  <quinot@adacore.com>
17412
17413         * g-socthi-vxworks.adb (C_Gethostbyname): Fix wrong test for returned
17414         error status.
17415
17416 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
17417             Jose Ruiz  <ruiz@adacore.com>
17418
17419         * a-calend-vms.adb (Leap_Sec_Ops): Temp body for package in private
17420         part of Ada.Calendar: all subprogram raise Unimplemented.
17421         (Split_W_Offset): Temp function body, raising Unimplemented
17422
17423         * a-calend.ads, a-calend-vms.ads:
17424         Add imported variable Invalid_TZ_Offset used to designate targets unable
17425         to support time zones.
17426         (Unimplemented): Temporary function raised by the body of new
17427         subprograms below.
17428         (Leap_Sec_Ops): New package in the private part of Ada.Calendar. This
17429         unit provides handling of leap seconds and is used by the new Ada 2005
17430         packages Ada.Calendar.Arithmetic and Ada.Calendar.Formatting.
17431         (Split_W_Offset): Identical spec to that of Ada.Calendar.Split. This
17432         version returns an extra value which is the offset to UTC.
17433
17434         * a-calend.adb (Split_W_Offset): Add call to localtime_tzoff.
17435         (Leap_Sec_Ops): New body for package in private part of Ada.Calendar.
17436         (Split_W_Offset): New function body.
17437         (Time_Of): When a date is close to UNIX epoch, compute the time for
17438         that date plus one day (that amount is later substracted after
17439         executing mktime) so there are no problems with time zone adjustments.
17440
17441         * a-calend-mingw.adb: Remove Windows specific version no longer needed.
17442
17443         * a-calari.ads, a-calari.adb, a-calfor.ads, a-calfor.adb,
17444         a-catizo.ads, a-catizo.adb: New files.
17445
17446         * impunit.adb: Add new Ada 2005 entries
17447
17448         * sysdep.c: Add external variable __gnat_invalid_tz_offset.
17449         Rename all occurences of "__gnat_localtime_r" to
17450         "__gnat_localtime_tzoff".
17451         (__gnat_localtime_tzoff for Windows): Add logic to retrieve the time
17452         zone data and calculate the GMT offset.
17453         (__gnat_localtime_tzoff for Darwin, Free BSD, Linux, Lynx and Tru64):
17454         Use the field "tm_gmtoff" to extract the GMT offset.
17455         (__gnat_localtime_tzoff for AIX, HPUX, SGI Irix and Sun Solaris): Use
17456         the external variable "timezone" to calculate the GMT offset.
17457
17458 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
17459             Jose Ruiz  <ruiz@adacore.com>
17460
17461         * s-osinte-posix.adb, s-osinte-linux.ads, s-osinte-freebsd.adb,
17462         s-osinte-freebsd.ads, s-osinte-solaris-posix.ads, s-osinte-hpux.ads,
17463         s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-lynxos-3.ads,
17464         s-osinte-lynxos-3.adb (To_Target_Priority): New function maps from
17465         System.Any_Priority to a POSIX priority on the target.
17466
17467         * system-linux-ia64.ads:
17468         Extend range of Priority types on Linux to use the whole range made
17469         available by the system.
17470
17471         * s-osinte-aix.adb, s-osinte-aix.ads (To_Target_Priority): New
17472         function maps from System.Any_Priority to a POSIX priority on the
17473         target.
17474         (PTHREAD_PRIO_PROTECT): Set real value.
17475         (PTHREAD_PRIO_INHERIT): Now a function.
17476         (SIGCPUFAIL): New signal.
17477         (Reserved): Add SIGALRM1, SIGWAITING, SIGCPUFAIL, since these signals
17478         are documented as reserved by the OS.
17479
17480         * system-aix.ads: Use the full range of priorities provided by the
17481         system on AIX.
17482
17483         * s-taprop-posix.adb: Call new function To_Target_Priority.
17484         (Set_Priority): Take into account Task_Dispatching_Policy and
17485         Priority_Specific_Dispatching pragmas when determining if Round Robin
17486         must be used for scheduling the task.
17487
17488         * system-linux-x86_64.ads, system-linux-x86.ads,
17489         system-linux-ppc.ads: Extend range of Priority types on Linux to use
17490         the whole range made available by the system.
17491
17492         * s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-irix.adb,
17493         s-taprop-tru64.adb, s-taprop-linux.adb, s-taprop-hpux-dce.adb,
17494         s-taprop-lynxos.adb (Finalize_TCB): invalidate the stack-check cache
17495         when deallocating the TCB in order to avoid potential references to
17496         deallocated data.
17497         (Set_Priority): Take into account Task_Dispatching_Policy and
17498         Priority_Specific_Dispatching pragmas when determining if Round Robin
17499         or FIFO within priorities must be used for scheduling the task.
17500
17501         * s-taprop-vxworks.adb (Enter_Task): Store the user-level task id in
17502         the Thread field (to be used internally by the run-time system) and the
17503         kernel-level task id in the LWP field (to be used by the debugger).
17504         (Create_Task): Reorganize to unify the calls to taskSpawn into a single
17505         instance, and propagate the current task options to the spawned task.
17506         (Set_Priority): Take into account Priority_Specific_Dispatching pragmas.
17507         (Initialize): Set Round Robin dispatching when the corresponding pragma
17508         is in effect.
17509
17510 2006-10-31  Robert Dewar  <dewar@adacore.com>
17511
17512         * system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
17513         system-linux-hppa.ads, system-hpux-ia64.ads,
17514         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-tru64.ads,
17515         system-vxworks-sparcv9.ads, system-solaris-x86.ads,
17516         system-irix-o32.ads, system-irix-n32.ads, system-hpux.ads,
17517         system-vxworks-m68k.ads, system-vxworks-mips.ads, system-interix.ads,
17518         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
17519         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
17520         system-vxworks-alpha.ads, system.ads: Add pragma Warnings(Off,
17521         Default_Bit_Order) to kill constant condition warnings for references
17522         to this switch.
17523
17524 2006-10-31  Vincent Celier  <celier@adacore.com>
17525             Eric Botcazou  <ebotcazou@adacore.com>
17526
17527         * mlib-tgt-lynxos.adb, mlib-tgt-mingw.adb, mlib-tgt-tru64.adb,
17528         mlib-tgt-aix.adb, mlib-tgt-irix.adb, mlib-tgt-hpux.adb,
17529         mlib-tgt-linux.adb, mlib-tgt-solaris.adb: Use Append_To, instead of
17530         Ext_To, when building the library file name
17531
17532         * mlib-tgt-vxworks.adb: ditto.
17533         (Get_Target_Suffix): Add support for x86 targets.
17534
17535         * mlib-fil.ads, mlib-fil.adb: (Append_To): New function
17536
17537         * mlib-tgt-darwin.adb:
17538         Use Append_To, instead of Ext_To, when building the library file name
17539         (Flat_Namespace): New global variable.
17540         (No_Shared_Libgcc_Switch): Rename to No_Shared_Libgcc_Options.
17541         (Shared_Libgcc_Switch): Rename to With_Shared_Libgcc_Options.
17542         (Link_Shared_Libgcc): Delete.
17543         (Build_Dynamic_Library): Adjust for above changes.
17544         Use Opt package.
17545         (Build_Dynamic_Library): Pass -shared-libgcc if GCC 4 or later.
17546
17547 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
17548
17549         * s-taprop-solaris.adb: (Time_Slice_Val): Change type to Integer.
17550         (Initialize): Add type conversions required by above change.
17551
17552 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
17553
17554         * s-osinte-vxworks.ads, s-osinte-vxworks.adb:
17555         (getpid): New body for this function that uses the underlying taskIdSelf
17556         function for VxWorks 5 and VxWorks 6 in kernel mode.
17557         (unsigned_int): New type, modular to allow logical bit operations.
17558         (taskOptionsGet): New imported function.
17559
17560         * s-taspri-vxworks.ads (Private_Data): Change the type for the LWP
17561         field to be compliant with the type used by the corresponding operating
17562         system primitive.
17563
17564 2006-10-31  Pascal Obry  <obry@adacore.com>
17565             Eric Botcazou  <ebotcazou@adacore.com>
17566             Vincent Celier  <celier@adacore.com>
17567
17568         * adaint.c (__gnat_get_libraries_from_registry): Call explicitly the
17569         ASCII version of the registry API. This is needed as the GNAT runtime
17570         is now UNICODE by default.
17571         Include version.h.
17572         (get_gcc_version): Do not hardcode the return value.
17573         (__gnat_file_time_name): On Windows properly set the default returned
17574         value to -1 which corresponds to Invalid_Time.
17575         (__gnat_fopen): New routine. A simple wrapper on all plateforms
17576          except on Windows where it does conversion for unicode support.
17577         (__gnat_freopen): Idem.
17578         (__gnat_locate_exec_on_path): If environment variable PATH does not
17579         exist, return a NULL pointer
17580
17581         * adaint.h: (__gnat_fopen): Declare.
17582         (__gnat_freopen): Likewise.
17583
17584         * mingw32.h (_tfreopen): Define this macro here for older MingW
17585         version.
17586         Activate the unicode support on platforms using a MingW runtime
17587         version 3.9 or newer.
17588
17589         * s-crtl.ads (fopen): Is now an import to the wrapper __gnat_freopen.
17590         This is needed for proper unicode support on Windows.
17591         (freopen): Idem.
17592
17593 2006-10-31  Eric Botcazou  <ebotcazou@adacore.com>
17594             Nicolas Setton  <setton@adacore.com>
17595             Olivier Hainque  <hainque@adacore.com>
17596             Gary Dismukes  <dismukes@adacore.com>
17597
17598         * gigi.h: (tree_code_for_record_type): Declare.
17599         (add_global_renaming_pointer): Rename to record_global_renaming_pointer.
17600         (get_global_renaming_pointers): Rename to
17601         invalidate_global_renaming_pointers.
17602         (static_ctors): Delete.
17603         (static_dtors): Likewise.
17604         (gnat_write_global_declarations): Declare.
17605         (create_var_decl): Adjust descriptive comment to indicate that the
17606         subprogram may return a CONST_DECL node.
17607         (create_true_var_decl): Declare new function, similar to
17608         create_var_decl but forcing the creation of a VAR_DECL node.
17609         (get_global_renaming_pointers): Declare.
17610         (add_global_renaming_pointer): Likewise.
17611
17612         * ada-tree.h (DECL_READONLY_ONCE_ELAB): New macro.
17613
17614         * decl.c (gnat_to_gnu_entity) <case E_Function>: Don't copy the type
17615         tree before setting TREE_ADDRESSABLE for by-reference return mechanism
17616         processing.
17617         (gnat_to_gnu_entity): Remove From_With_Type from computation for
17618         imported_p.
17619         <E_Access_Type>: Use the Non_Limited_View as the full view of the
17620         designated type if the pointer comes from a limited_with clause.  Make
17621         incomplete designated type if it is in the main unit and has a freeze
17622         node.
17623         <E_Incomplete_Type>: Rework to treat Non_Limited_View, Full_View, and
17624         Underlying_Full_View similarly.  Return earlier if the full view already
17625         has an associated tree.
17626         (gnat_to_gnu_entity) <E_Record_Type>: Restore comment.
17627         (gnat_to_gnu_entity) <E_Record_Type>: Do not use a dummy type.
17628         (gnat_to_gnu_entity) <E_Variable>: Set TYPE_REF_CAN_ALIAS_ALL on the
17629         reference type built for objects with an address clause.
17630         Use create_true_var_decl with const_flag set for
17631         DECL_CONST_CORRESPONDING_VARs, ensuring a VAR_DECL is created with
17632         TREE_READONLY set.
17633         (gnat_to_gnu_entity, case E_Enumeration_Type): Set TYPE_NAME
17634         for Character and Wide_Character types. This info is read by the
17635         dwarf-2 writer, and is needed to be able to use the command "ptype
17636         character" in the debugger.
17637         (gnat_to_gnu_entity): When generating a type representing
17638         a Character or Wide_Character type, set the flag TYPE_STRING_FLAG,
17639         so that debug writers can distinguish it from ordinary integers.
17640         (elaborate_expression_1): Test the DECL_READONLY_ONCE_ELAB flag in
17641         addition to TREE_READONLY to assert the constantness of variables for
17642         elaboration purposes.
17643         (gnat_to_gnu_entity, subprogram cases): Change loops on formal
17644         parameters to call new Einfo function First_Formal_With_Extras.
17645         (gnat_to_gnu_entity): In type_annotate mode, replace a discriminant of a
17646         protected type with its corresponding discriminant, to obtain a usable
17647         declaration
17648         (gnat_to_gnu_entity) <E_Access_Protected_Subprogram_Type>: Be prepared
17649         for a multiple elaboration of the "equivalent" type.
17650         (gnat_to_gnu_entity): Adjust for renaming of add_global_renaming_pointer
17651         into record_global_renaming_pointer.
17652         (gnat_to_gnu_entity) <E_Array_Type>: Do not force
17653         TYPE_NONALIASED_COMPONENT to 0 if the element type is an aggregate.
17654         <E_Array_Subtype>: Likewise.
17655         (gnat_to_gnu_entity) <E_Incomplete_Subtype>: Add support for regular
17656         incomplete subtypes and incomplete subtypes of incomplete types visible
17657         through a limited with clause.
17658         (gnat_to_gnu_entity) <E_Array_Subtype>: Take into account the bounds of
17659         the base index type for the maximum size of the array only if they are
17660         constant.
17661         (gnat_to_gnu_entity, renaming object case): Do not wrap up the
17662         expression into a SAVE_EXPR if stabilization failed.
17663
17664         * utils.c (create_subprog_decl): Turn TREE_ADDRESSABLE on the type of
17665         a result decl into DECL_BY_REFERENCE on this decl, now what is expected
17666         by lower level compilation passes.
17667         (gnat_genericize): New function, lowering a function body to GENERIC.
17668         Turn the type of RESULT_DECL into a real reference type if the decl
17669         has been marked DECL_BY_REFERENCE, and adjust references to the latter
17670         accordingly.
17671         (gnat_genericize_r): New function. Tree walking callback for
17672         gnat_genericize.
17673         (convert_from_reference, is_byref_result): New functions. Helpers for
17674         gnat_genericize_r.
17675         (create_type_decl): Call gnat_pushdecl before calling
17676         rest_of_decl_compilation, to make sure that field TYPE_NAME of
17677         type_decl is properly set before calling the debug information writers.
17678         (write_record_type_debug_info): The heuristics which compute the
17679         alignment of a field in a variant record might not be accurate. Add a
17680         safety test to make sure no alignment is set to a smaller value than
17681         the alignment of the field type.
17682         (make_dummy_type): Use the Non_Limited_View as the underlying type if
17683         the type comes from a limited_with clause. Do not loop on the full view.
17684         (GET_GNU_TREE, SET_GNU_TREE, PRESENT_GNU_TREE): New macros.
17685         (dummy_node_table): New global variable, moved from decl.c.
17686         (GET_DUMMY_NODE, SET_DUMMY_NODE, PRESENT_DUMMY_NODE): New macros.
17687         (save_gnu_tree): Use above macros.
17688         (get_gnu_tree): Likewise.
17689         (present_gnu_tree): Likewise.
17690         (init_dummy_type): New function, moved from decl.c. Use above macros.
17691         (make_dummy_type): Likewise.
17692         (tree_code_for_record_type): New function extracted from make_dummy_type
17693         (init_gigi_decls): Set DECL_IS_MALLOC on gnat_malloc.
17694         (static_ctors): Change it to a vector, make static.
17695         (static_dtors): Likewise.
17696         (end_subprog_body): Adjust for above change.
17697         (build_global_cdtor): Moved from trans.c.
17698         (gnat_write_global_declarations): Emit global constructor and
17699         destructor, and call cgraph_optimize before emitting debug info for
17700         global declarations.
17701         (global_decls): New global variable.
17702         (gnat_pushdecl): Store the global declarations in global_decls, for
17703         later use.
17704         (gnat_write_global_declarations): Emit debug information for global
17705          declarations.
17706         (create_var_decl_1): Former create_var_decl, with an extra argument to
17707          state whether the creation of a CONST_DECL is allowed.
17708         (create_var_decl): Behavior unchanged. Now a wrapper around
17709         create_var_decl_1 allowing CONST_DECL creation.
17710         (create_true_var_decl): New function, similar to create_var_decl but
17711         forcing the creation of a VAR_DECL node (CONST_DECL not allowed).
17712         (create_field_decl): Do not always mark the field as addressable
17713         if its type is an aggregate.
17714         (global_renaming_pointers): New static variable.
17715         (add_global_renaming_pointer): New function.
17716         (get_global_renaming_pointers): Likewise.
17717
17718         * misc.c (gnat_dwarf_name): New function.
17719         (LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
17720         (gnat_post_options): Add comment about structural alias analysis.
17721         (gnat_parse_file): Do not call cgraph_optimize here.
17722         (LANG_HOOKS_WRITE_GLOBALS): Define to gnat_write_global_declarations.
17723
17724         * trans.c (process_freeze_entity): Don't abort if we already have a
17725         non dummy GCC tree for a Concurrent_Record_Type, as it might
17726         legitimately have been elaborated while processing the associated
17727         Concurrent_Type prior to this explicit freeze node.
17728         (Identifier_to_gnu): Do not make a variable referenced in a SJLJ
17729         exception handler volatile if it is of variable size.
17730         (process_type): Remove bypass for types coming from a limited_with
17731         clause.
17732         (call_to_gnu): When processing the copy-out of a N_Type_Conversion GNAT
17733         actual, convert the corresponding gnu_actual to the real destination
17734         type when necessary.
17735         (add_decl_expr): Set the DECL_READONLY_ONCE_ELAB flag on variables
17736         originally TREE_READONLY but whose elaboration cannot be performed
17737         statically.
17738         Part of fix for F504-021.
17739         (tree_transform, subprogram cases): Change loops on formal parameters to
17740         call new Einfo function First_Formal_With_Extras.
17741         (gnat_to_gnu) <N_Op_Shift_Right_Arithmetic>: Ignore constant overflow
17742         stemming from type conversion for the lhs.
17743         (Attribute_to_gnu) <Attr_Alignment>: Also divide the alignment by the
17744         number of bits per unit for components of records.
17745         (gnat_to_gnu) <N_Code_Statement>: Mark operands addressable if needed.
17746         (Handled_Sequence_Of_Statements_to_gnu): Register the cleanup associated
17747         with At_End_Proc after the SJLJ EH cleanup.
17748         (Compilation_Unit_to_gnu): Call elaborate_all_entities only on the main
17749         compilation unit.
17750         (elaborate_all_entities): Do not retest type_annotate_only.
17751         (tree_transform) <N_Abstract_Subprogram_Declaration>: Process the
17752         result type of an abstract subprogram, which may be an itype associated
17753         with an anonymous access result (related to AI-318-02).
17754         (build_global_cdtor): Move to utils.c.
17755         (Case_Statement_to_gnu): Avoid adding the choice of a when statement if
17756         this choice is not a null tree nor an integer constant.
17757         (gigi): Run unshare_save_expr via walk_tree_without_duplicates
17758         on the body of elaboration routines instead of mark_unvisited.
17759         (add_stmt): Do not mark the tree.
17760         (add_decl_expr): Tweak comment.
17761         (mark_unvisited): Delete.
17762         (unshare_save_expr): New static function.
17763         (call_to_gnu): Issue an error when making a temporary around a
17764         procedure call because of non-addressable actual parameter if the
17765         type of the formal is by_reference.
17766         (Compilation_Unit_to_gnu): Invalidate the global renaming pointers
17767         after building the elaboration routine.
17768
17769 2006-10-31  Bob Duff  <duff@adacore.com>
17770
17771         * a-filico.adb (Finalize(List_Controller)): Mark the finalization list
17772         as finalization-started, so we can raise Program_Error on 'new'.
17773
17774         * s-finimp.adb: Raise Program_Error on 'new' if finalization of the
17775         collection has already started.
17776
17777         * s-finimp.ads (Collection_Finalization_Started): Added new special
17778         flag value for indicating that a collection's finalization has started.
17779
17780         * s-tassta.adb (Create_Task): Raise Program_Error on an attempt to
17781         create a task whose master has already waited for dependent tasks.
17782
17783 2006-10-31  Robert Dewar  <dewar@adacore.com>
17784
17785         * lib.adb, lib.ads: (In_Predefined_Unit): New functions
17786
17787         * a-finali.ads, a-ngcoty.ads, a-strbou.ads, a-stream.ads, a-strmap.ads,
17788         a-strunb.ads, a-stwibo.ads, a-stwima.ads, a-stwiun.ads, a-taside.ads,
17789         a-coorse.ads, a-convec.ads, a-coinve.ads, a-cohama.ads, a-ciorse.ads,
17790         a-cihama.ads, a-cihase.ads, a-cohase.ads, a-ciorma.ads, a-coorma.ads,
17791         a-ciormu.ads, a-coormu.ads, a-stzbou.ads, a-stzmap.ads, a-stzunb.ads,
17792         a-except-2005.ads: Add pragma Preelaborable_Warning
17793
17794 2006-10-31  Robert Dewar  <dewar@adacore.com>
17795             Jose Ruiz  <ruiz@adacore.com>
17796
17797         * a-dispat.ads, a-dispat.adb, a-diroro.ads, a-diroro.adb: New files.
17798
17799         * ali.adb (Get_Name): Properly handle scanning of wide character names
17800         encoded with brackets notation.
17801         (Known_ALI_Lines): Add S lines to this list.
17802         (Scan_ALI): Acquire S (priority specific dispatching) lines.
17803         New flag Elaborate_All_Desirable in unit table
17804
17805         * ali.ads (Priority_Specific_Dispatching): Add this range of
17806         identifiers to be used for Priority_Specific_Dispatching table entries.
17807         (ALIs_Record): Add First_Specific_Dispatching and
17808         Last_Specific_Dispatching that point to the first and last entries
17809         respectively in the priority specific dispatching table for this unit.
17810         (Specific_Dispatching): Add this table for storing each S (priority
17811         specific dispatching) line encountered in the input ALI file.
17812         New flag Elaborate_All_Desirable in unit table
17813
17814         * bcheck.adb: (Check_Configuration_Consistency): Add call to
17815         Check_Consistent_Dispatching_Policy.
17816         (Check_Consistent_Dispatching_Policy): Add this procedure in charge of
17817         verifying that the use of Priority_Specific_Dispatching,
17818         Task_Dispatching_Policy, and Locking_Policy is consistent across the
17819         partition.
17820
17821         * bindgen.adb: (Public_Version_Warning): function removed.
17822         (Set_PSD_Pragma_Table): Add this procedure in charge of getting the
17823         required information from ALI files in order to initialize the table
17824         containing the specific dispatching policy.
17825         (Gen_Adainit_Ada): Generate the variables required for priority specific
17826         dispatching entries (__gl_priority_specific_dispatching and
17827         __gl_num_specific_dispatching).
17828         (Gen_Adainit_C): Generate the variables required for priority specific
17829         dispatching entries (__gl_priority_specific_dispatching and
17830         __gl_num_specific_dispatching).
17831         (Gen_Output_File): Acquire settings for Priority_Specific_Dispatching
17832         pragma entries.
17833         (Gen_Restrictions_String_1, Gen_Restrictions_String_2): Removed.
17834         (Gen_Restrictions_Ada, Gen_Restrictions_C, Set_Boolean): New procedures.
17835         (Tab_To): Removed.
17836         (Gen_Output_File_Ada/_C): Set directly __gl_xxx variables instead of
17837         a call to gnat_set_globals.
17838         Generate a string containing settings from
17839         Priority_Specific_Dispatching pragma entries.
17840         (Gen_Object_Files_Options): Do not include the runtime libraries when
17841         pragma No_Run_Time is specified.
17842
17843         * init.c (__gnat_install_handler, case FreeBSD): Use SA_SIGINFO, for
17844         consistency with s-intman-posix.adb.
17845         (__gnat_error_handler, case FreeBSD): Account for the fact that the
17846         handler is installed with SA_SIGINFO.
17847         (__gnat_adjust_context_for_raise, FreeBSD case): New function for
17848         FreeBSD ZCX support, copied from Linux version.
17849         Add MaRTE-specific definitions for the linux target. Redefine sigaction,
17850         sigfillset, and sigemptyset so the routines defined by MaRTE.
17851         (__gl_priority_specific_dispatching): Add this variable that stores the
17852         string containing priority specific dispatching policies in the
17853         partition.
17854         (__gl_num_specific_dispatching): Add this variable that indicates the
17855         highest priority for which a priority specific dispatching pragma
17856         applies.
17857         (__gnat_get_specific_dispatching): Add this routine that returns the
17858         priority specific dispatching policy, as set by a
17859         Priority_Specific_Dispatching pragma appearing anywhere in the current
17860         partition. The input argument is the priority number, and the result
17861         is the upper case first character of the policy name.
17862         (__gnat_set_globals): Now a dummy function.
17863         (__gnat_handle_vms_condition): Feed adjust_context_for_raise with
17864         mechargs instead of sigargs, as the latter can be retrieved from the
17865         former and sigargs is not what we want on ia64.
17866         (__gnat_adjust_context_for_raise, alpha-vms): Fetch sigargs from the
17867         mechargs argument.
17868         (__gnat_adjust_context_for_raise, ia64-vms): New function.
17869         (tasking_error): Remove unused symbol.
17870         (_abort_signal): Move this symbol to the IRIX specific part since this
17871         is the only target that uses this definition.
17872         (Check_Abort_Status): Move this symbol to the IRIX specific part since
17873         this is the only target that uses this definition.
17874         (Lock_Task): Remove unused symbol.
17875         (Unlock_Task): Remove unused symbol.
17876
17877         * lib-writ.adb (Write_ALI): Output new S lines for
17878         Priority_Specific_Dispatching pragmas.
17879         Implement new flag BD for elaborate body desirable
17880
17881         * lib-writ.ads: Document S lines for Priority Specific Dispatching.
17882         (Specific_Dispatching): Add this table for storing the entries
17883         corresponding to Priority_Specific_Dispatching pragmas.
17884         Document new BD flag for elaborate body desirable
17885
17886         * par-prag.adb (Prag): Add Priority_Specific_Dispatching to the list
17887         of known pragmas.
17888
17889 2006-10-31  Javier Miranda  <miranda@adacore.com>
17890
17891         * a-tags.ads, a-tags.adb:
17892         (Predefined_DT): New function that improves readability of the code.
17893         (Get_Predefined_Prim_Op_Address, Set_Predefined_Prim_Op_Address,
17894         Inherit_DT): Use the new function Predefined_DT to improve code
17895         readability.
17896         (Register_Interface_Tag): Update assertion.
17897         (Set_Interface_Table): Update assertion.
17898         (Interface_Ancestor_Tags): New subprogram required to implement AI-405:
17899         determining progenitor interfaces in Tags.
17900         (Inherit_CPP_DT): New subprogram.
17901
17902         * exp_disp.adb (Expand_Interface_Thunk): Suppress checks during the
17903         analysis of the thunk code.
17904         (Expand_Interface_Conversion): Handle run-time conversion of
17905         access to class wide types.
17906         (Expand_Dispatching_Call): When generating the profile for the
17907         subprogram itype for a dispatching operation, properly terminate the
17908         formal parameters chaind list (set the Next_Entity of the last formal
17909         to Empty).
17910         (Collect_All_Interfaces): Removed. This routine has been moved to
17911         sem_util and renamed as Collect_All_Abstract_Interfaces.
17912         (Set_All_DT_Position): Hidden entities associated with abstract
17913         interface primitives are not taken into account in the check for
17914         3.9.3(10); this check is done with the aliased entity.
17915         (Make_DT, Set_All_DT_Position): Enable full ABI compatibility for
17916         interfacing with CPP by default.
17917         (Expand_Interface_Conversion): Add missing support for static conversion
17918         from an interface to a tagged type.
17919         (Collect_All_Interfaces): Add new out formal containing the list of
17920         abstract interface types to cleanup the subprogram Make_DT.
17921         (Make_DT): Update the code to generate the table of interfaces in case
17922         of abstract interface types.
17923         (Is_Predefined_Dispatching_Alias): New function that returns true if
17924         a primitive is not a predefined dispatching primitive but it is an
17925         alias of a predefined dispatching primitive.
17926         (Make_DT): If the ancestor of the type is a CPP_Class and we are
17927         compiling under full ABI compatibility mode we avoid the generation of
17928         calls to run-time services that fill the dispatch tables because under
17929         this mode we currently inherit the dispatch tables in the IP subprogram.
17930         (Write_DT): Emit an "is null" indication for a null procedure primitive.
17931         (Expand_Interface_Conversion): Use an address as the type of the formal
17932         of the internally built function that handles the case in which the
17933         target type is an access type.
17934
17935 2006-10-31  Robert Dewar  <dewar@adacore.com>
17936
17937         * binde.adb (Better_Choice, Worse_Choice): Implement new preferences.
17938
17939 2006-10-31  Robert Dewar  <dewar@adacore.com>
17940
17941         * bindusg.ads, bindusg.adb:
17942         Change to package and rename procedure as Display, which
17943         now ensures that it only outputs usage information once.
17944
17945 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
17946
17947         * cal.c: Use the header sys/time.h for VxWorks 6.2 or greater when
17948         using RTPs.
17949
17950         * mkdir.c: Use a different version of mkdir for VxWorks 6.2 or greater
17951         when using RTPs.
17952
17953 2006-10-31  Robert Dewar  <dewar@adacore.com>
17954             Ed Schonberg  <schonberg@adacore.com>
17955
17956         * treepr.adb: Use new subtype N_Membership_Test
17957
17958         * checks.ads, checks.adb: Add definition for Validity_Check
17959         (Range_Or_Validity_Checks_Suppressed): New function
17960         (Ensure_Valid): Test Validity_Check suppressed
17961         (Insert_Valid_Check): Test Validity_Check suppressed
17962         (Insert_Valid_Check): Preserve Do_Range_Check flag
17963         (Validity_Check_Range): New procedure
17964         (Expr_Known_Valid): Result of membership test is always valid
17965         (Selected_Range_Checks): Range checks cannot be applied to discriminants
17966         by themselves. Disabling those checks must also be done for task types,
17967         where discriminants may be used for the bounds of entry families.
17968         (Apply_Address_Clause_Check): Remove side-effects if address expression
17969         is non-static and is not the name of a declared constant.
17970         (Null_Exclusion_Static_Checks): Extend to handle Function_Specification.
17971         Code cleanup and new error messages.
17972         (Enable_Range_Check): Test for some cases of suppressed checks
17973         (Generate_Index_Checks): Suppress index checks if index checks are
17974         suppressed for array object or array type.
17975         (Apply_Selected_Length_Checks): Give warning for compile-time detected
17976         length check failure, even if checks are off.
17977         (Ensure_Valid): Do not generate a check on an indexed component whose
17978         prefix is a packed boolean array.
17979         * checks.adb: (Alignment_Checks_Suppressed): New function
17980         (Apply_Address_Clause_Check): New procedure, this is a completely
17981         rewritten replacement for Apply_Alignment_Check
17982         (Get_E_Length/Get_E_First_Or_Last): Add missing barrier to ensure that
17983         we request a discriminal value only in case of discriminants.
17984         (Apply_Discriminant_Check): For Ada_05, only call Get_Actual_Subtype for
17985         assignments where the target subtype is unconstrained and the target
17986         object is a parameter or dereference (other aliased cases are known
17987         to be unconstrained).
17988
17989 2006-10-31  Robert Dewar  <dewar@adacore.com>
17990
17991         * clean.adb, gnatname.adb, gnatsym.adb, prep.adb, prep.ads,
17992         prepcomp.adb, prj.ads, prj-strt.adb, sem_maps.ads,
17993         vms_conv.adb: Fix bad table increment values (much too small)
17994
17995         * table.adb (Realloc): Make sure we get at least some new elements
17996         Defends against silly small values for table increment
17997
17998 2006-10-31  Robert Dewar  <dewar@adacore.com>
17999             Ed Schonberg  <schonberg@adacore.com>
18000             Bob Duff  <duff@adacore.com>
18001
18002         * einfo.ads, einfo.adb (Obsolescent_Warning): Now defined on all
18003         entities. Move other fields around to make this possible
18004         (Is_Derived_Type): Add missing call to Is_Type.
18005         (Extra_Formals): New function for subprograms, entries, subprogram
18006         types.
18007         (Set_Extra_Formals): New procedure for subprograms, entries, subp types.
18008         (First_Formal_With_Extras): New function for subprogs, entries, subp
18009         types.
18010         (Write_Field28_Name): New procedure for node display of "Extra_Formals".
18011         Add node information for E_Return_Statement.
18012         (Elaborate_Body_Desirable): New flag
18013         (Is_Return_By_Reference_Type): Rename Is_Return_By_Reference_Type
18014         to be Is_Inherently_Limited_Type, because return-by-reference has
18015         no meaning in Ada 2005.
18016         (E_Return_Statement): New entity kind.
18017         (Return_Applies_To): Field of E_Return_Statement.
18018         (Is_Return_Object): New flag in object entities.
18019         (Is_Dynamic_Scope): Make it True for E_Return_Statement.
18020         (Must_Have_Preelab_Init): New flag
18021         (Known_To_Have_Preelab_Init): New flag
18022         (Is_Formal_Object): Move from Sem_Ch8 body to Einfo
18023         (Is_Visible_Formal): New flag on entities in formal packages.
18024         (Low_Bound_Known): New flag
18025         (Non_Limited_View, Set_Non_Limited_View): Add membership test agains
18026         Incomplete_Kind.
18027         (Write_Field17_Name): Correct spelling of Non_Limited_View. Add name
18028         output when Id is an incomplete subtype.
18029
18030 2006-10-31  Robert Dewar  <dewar@adacore.com>
18031
18032         * errout.ads, errout.adb (Finalize): Implement switch -gnatd.m
18033         Avoid abbreviation Creat
18034         (Finalize): List all sources in extended mail source if -gnatl
18035         switch is active.
18036         Suppress copyright notice to file in -gnatl=f mode if -gnatd7 set
18037         (Finalize): Implement new -gnatl=xxx switch to output listing to file
18038         (Set_Specific_Warning_On): New procedure
18039         (Set_Specific_Warning_Off): New procedure
18040         Add implementation of new insertion \\
18041         (Error_Msg_Internal): Add handling for Error_Msg_Line_Length
18042         (Unwind_Internal_Type): Improve report on anonymous access_to_subprogram
18043         types.
18044         (Error_Msg_Internal): Make sure that we set Last_Killed to
18045         True when a message from another package is suppressed.
18046         Implement insertion character ~ (insert string)
18047         (First_Node): Minor adjustments to get better placement.
18048
18049         * frontend.adb:
18050         Implement new -gnatl=xxx switch to output listing to file
18051
18052         * gnat1drv.adb:
18053         Implement new -gnatl=xxx switch to output listing to file
18054
18055         * opt.ads: (Warn_On_Questionable_Missing_Paren): New switch
18056         (Commands_To_Stdout): New flag
18057         Implement new -gnatl=xxx switch to output listing to file
18058         New switch Dump_Source_Text
18059         (Warn_On_Deleted_Code): New warning flag for -gnatwt
18060         Define Error_Msg_Line_Length
18061         (Warn_On_Assumed_Low_Bound): New switch
18062
18063         * osint.ads, osint.adb
18064         (Normalize_Directory_Name): Fix bug.
18065         Implement new -gnatl=xxx switch to output listing to file
18066         (Concat): Removed, replaced by real concatenation
18067         Make use of concatenation now allowed in compiler
18068         (Executable_Prefix.Get_Install_Dir): First get the full path, so that
18069         we find the 'lib' or 'bin' directory even when the tool has been
18070         invoked with a relative path.
18071         (Executable_Name): New function taking string parameters.
18072
18073         * osint-c.ads, osint-c.adb:
18074         Implement new -gnatl=xxx switch to output listing to file
18075
18076         * sinput-d.adb: Change name Creat_Debug_File to Create_Debug_File
18077
18078         * switch-c.adb:
18079         Implement new -gnatl=xxx switch to output listing to file
18080         Recognize new -gnatL switch
18081         (no longer keep in old warning about old style usage)
18082         Use concatenation to simplify code
18083         Recognize -gnatjnn switch
18084         (Scan_Front_End_Switches): Clean up handling of -gnatW
18085         (Scan_Front_End_Switches): Include Warn_On_Assumed_Low_Bound for -gnatg
18086
18087 2006-10-31  Robert Dewar  <dewar@adacore.com>
18088
18089         * erroutc.ads, erroutc.adb (Set_Specific_Warning_On): New procedure
18090         (Set_Specific_Warning_Off): New procedure
18091         (Warning_Specifically_Suppressed): New function
18092         (Validate_Specific_Warnings): New procedure
18093         (Output_Msg_Text): Complete rewrite to support -gnatjnn
18094
18095         * err_vars.ads: Implement insertion character ~ (insert string)
18096
18097 2006-10-31  Bob Duff  <duff@adacore.com>
18098             Ed Schonberg  <schonberg@adacore.com>
18099
18100         * exp_aggr.adb (Build_Record_Aggr_Code): For extension aggregates, if
18101         the parent part is a build-in-place function call, generate assignments.
18102         (Expand_Record_Aggregate): Call Convert_To_Assignments if any components
18103         are build-in-place function calls.
18104         (Replace_Self_Reference): New subsidiary of
18105         Make_OK_Assignment_Statement, to replace an access attribute that is a
18106         self-reference into an access to the appropriate component of the
18107         target object. Generalizes previous mechanism to handle self-references
18108         nested at any level.
18109         (Is_Self_Referential_Init): Remove, not needed.
18110         (Is_Self_Referential_Init): New predicate to simplify handling of self
18111         referential components in record aggregates.
18112         (Has_Default_Init_Comps, Make_OK_Assignment_Statement): Add guard to
18113         check for presence of entity before checking for self-reference.
18114         (Has_Default_Init_Comps): Return True if a component association is a
18115         self-reference to the enclosing type, which can only come from a
18116         default initialization.
18117         (Make_OK_Assignment_Statement): If the expression is of the form
18118         Typ'Acc, where Acc is an access attribute, the expression comes from a
18119         default initialized self-referential component.
18120         (Build_Record_Aggr_Code): If the type of the aggregate is a tagged type
18121         that has been derived from several abstract interfaces we must also
18122         initialize the tags of the secondary dispatch tables.
18123
18124 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18125             Thomas Quinot  <quinot@adacore.com>
18126             Javier Miranda  <miranda@adacore.com>
18127             Robert Dewar  <dewar@adacore.com>
18128
18129         * exp_attr.adb:
18130         (Expand_Access_To_Protected_Op): If the context indicates that an access
18131         to a local operation may be transfered outside of the object, create an
18132         access to the wrapper operation that must be used in an external call.
18133         (Expand_N_Attribute_Reference, case Attribute_Valid): For the AAMP
18134         target, pass the Valid attribute applied to a floating-point prefix on
18135         to the back end without expansion.
18136         (Storage_Size): Use the new run-time function Storage_Size to retrieve
18137         the allocated storage when it is specified by a per-object expression.
18138         (Expand_N_Attribute_Reference): Add case for Attribute_Stub_Type.
18139         Nothing to do here, the attribute has been rewritten during semantic
18140         analysis.
18141         (Expand_Attribute_Reference): Handle expansion of the new Priority
18142         attribute
18143         (Find_Fat_Info): Handle case of universal real
18144         (Expand_Access_To_Protected_Op): Fix use of access to protected
18145         subprogram from inside the body of a protected entry.
18146         (Expand_Access_To_Protected_Op): Common procedure for the expansion of
18147         'Access and 'Unrestricted_Access, to transform the attribute reference
18148         into a fat pointer.
18149         (Is_Constrained_Aliased_View): New predicate to help determine whether a
18150         subcomponent's enclosing variable is aliased with a constrained subtype.
18151         (Expand_N_Attribute_Reference, case Attribute_Constrained): For Ada_05,
18152         test Is_Constrained_Aliased_View rather than Is_Aliased_View, because
18153         an aliased prefix must be known to be constrained in order to use True
18154         for the attribute value, and now it's possible for some aliased views
18155         to be unconstrained.
18156
18157 2006-10-31  Robert Dewar  <dewar@adacore.com>
18158
18159         * exp_ch2.adb: Change Is_Lvalue to May_Be_Lvalue
18160         (Expand_Entity_Reference): Correct error of not handling subprogram
18161         formals in current_value processing.
18162
18163 2006-10-31  Javier Miranda  <miranda@adacore.com>
18164             Robert Dewar  <dewar@adacore.com>
18165             Ed Schonberg  <schonberg@adacore.com>
18166             Gary Dismukes  <dismukes@adacore.com>
18167
18168         * exp_ch3.ads, exp_ch3.adb (Expand_N_Object_Declaration): Do not
18169         register in the final list objects containing class-wide interfaces;
18170         otherwise we incorrectly register the tag of the interface in the final
18171         list.
18172         (Make_Controlling_Function_Wrappers): Add missing barrier to do not
18173         generate the wrapper if the parent primitive is abstract. This is
18174         required to report the correct error message.
18175         (Expand_N_Subtype_Indication): Do validity checks on range
18176         (Clean_Task_Names): If an initialization procedure includes a call to
18177         initialize a task (sub)component, indicate that the procedure will use
18178         the secondary stack.
18179         (Build_Init_Procedure, Init_Secondary_Tags): Enable full ABI
18180         compatibility for interfacing with CPP by default.
18181         (Expand_N_Object_Declaration): Only build an Adjust call when the
18182         object's type is a nonlimited controlled type.
18183         * exp_ch3.adb: Add with and use of Exp_Ch6.
18184         (Expand_N_Object_Declaration): Check for object initialization that is a
18185         call to build-in-place function and apply Make_Build_In_Place_Call_In_
18186         Object_Declaration to the call.
18187         (Freeze_Type): When the designated type of an RACW was not frozen at the
18188         point where the RACW was declared, validate the primitive operations
18189         with respect to E.2.2(14) when it finally is frozen.
18190         (Build_Initialization_Call,Expand_Record_Controller): Rename
18191         Is_Return_By_Reference_Type to be Is_Inherently_Limited_Type, because
18192         return-by-reference has no meaning in Ada 2005.
18193         (Init_Secondary_Tags): Add missing call to Set_Offset_To_Top
18194         to register tag of the immediate ancestor interfaces in the
18195         run-time structure.
18196         (Init_Secondary_Tags): Moved to the specification to allow the
18197         initialization of extension aggregates with abstract interfaces.
18198         (Build_Master_Renaming): Make public, for use by function declarations
18199         whose return type is an anonymous access type.
18200         (Freeze_Record_Type): Replace call to Insert_List_Before by call to
18201         Insert_List_Before_And_Analyze after the generation of the specs
18202         associated with null procedures.
18203         (Expand_Tagged_Root): Update documentation in its specification.
18204         (Init_Secondary_Tags): Update documentation.
18205         (Build_Init_Procedure): If we are compiling under CPP full ABI compa-
18206         tibility mode and the immediate ancestor is a CPP_Pragma tagged type
18207         then generate code to inherit the contents of the dispatch table
18208         directly from the ancestor.
18209         (Expand_Record_Controller): Insert controller component after tags of
18210         implemented interfaces.
18211         (Freeze_Record_Type): Call new procedure Make_Null_Procedure_Specs to
18212         create null procedure overridings when null procedures are inherited
18213         from interfaces.
18214         (Make_Null_Procedure_Specs): New procedure to generate null procedure
18215         declarations for overriding null primitives inherited from interfaces.
18216         (Is_Null_Interface_Procedure): New function in
18217         Make_Null_Procedure_Specs.
18218         (Make_Predefined_Primitive_Specs/Predefined_Primitive_Bodies): If the
18219         immediate ancestor of a tagged type is an abstract interface type we
18220         must generate the specification of the predefined primitives associated
18221         with controlled types (because the dispatch table of the ancestor is
18222         null and hence these entries cannot be inherited). This is required to
18223         elaborate well the dispatch table.
18224
18225 2006-10-31  Javier Miranda  <miranda@adacore.com>
18226             Ed Schonberg  <schonberg@adacore.com>
18227             Bob Duff  <duff@adacore.com>
18228             Gary Dismukes  <dismukes@adacore.com>
18229             Robert Dewar  <dewar@adacore.com>
18230
18231         * exp_ch4.adb (Expand_N_Type_Conversion): Handle missing interface type
18232         conversion.
18233         (Expand_N_In): Do validity checks on range
18234         (Expand_Selected_Component): Use updated for of Denotes_Discriminant.
18235         (Expand_N_Allocator): For "new T", if the object is constrained by
18236         discriminant defaults, allocate the right amount of memory, rather than
18237         the maximum for type T.
18238         (Expand_Allocator_Expression): Suppress the call to Remove_Side_Effects
18239         when the allocator is initialized by a build-in-place call, since the
18240         allocator is already rewritten as a reference to the function result,
18241         and this prevents an unwanted duplication of the function call.
18242         Add with and use of Exp_Ch6.
18243         (Expand_Allocator_Expresssion): Check for an allocator whose expression
18244         is a call to build-in-place function and apply
18245         Make_Build_In_Place_Call_In_Allocator to the call (for both tagged and
18246         untagged designated types).
18247         (Expand_N_Unchecked_Type_Conversion): Do not do integer literal
18248         optimization if source or target is biased.
18249         (Expand_N_Allocator): Add comments for case of an allocator within a
18250         function that returns an anonymous access type designating tasks.
18251         (Expand_N_Allocator): apply discriminant checks for access
18252         discriminants of anonymous access types (AI-402, AI-416)
18253
18254 2006-10-31  Bob Duff  <duff@adacore.com>
18255             Robert Dewar  <dewar@adacore.com>
18256             Gary Dismukes  <dismukes@adacore.com>
18257             Ed Schonberg  <schonberg@adacore.com>
18258
18259         * exp_ch5.ads (Expand_N_Extended_Return_Statement): New procedure.
18260
18261         * exp_ch5.adb (Expand_N_Loop_Statement): Do validity checks on range
18262         (Expand_N_Assignment_Statement): Call
18263         Make_Build_In_Place_Call_In_Assignment if the right-hand side is a
18264         build-in-place function call. Currently, this can happen only for
18265         assignments that come from aggregates.
18266         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18267         in order to alleviate the upward compatibility introduced by AI-318.
18268         (Expand_N_Extended_Return_Statement): Add support for handling the
18269         return object as a build-in-place result.
18270         (Expand_Non_Function_Return): Implement simple return statements nested
18271         within an extended return.
18272         (Enable_New_Return_Processing): Turn on the new processing of return
18273         statements.
18274         (Expand_Non_Function_Return): For a return within an extended return,
18275         don't raise Program_Error, because Sem_Ch6 now gives a warning.
18276         (Expand_N_Extended_Return_Statement): Implement AI-318
18277         (Expand_Simple_Function_Return): Ditto.
18278         (Expand_N_If_Statement): Handle new -gnatwt warning
18279         (Expand_N_Case_Statement): Handle new -gnatwt warning
18280         (Expand_N_Assignment): Handle assignment to the Priority attribute of
18281         a protected object.
18282         (Expand_N_Assignment_Statement): Implement -gnatVe/E to control
18283         validity checking of assignments to elementary record components.
18284         (Expand_N_Return_Statement): return Class Wide types on the secondary
18285         stack independantly of their controlled status since with HIE runtimes,
18286         class wide types are not potentially controlled anymore.
18287
18288         * expander.adb (Expand): Add case for new N_Extended_Return_Statement
18289         node kind.
18290
18291         * exp_ch11.adb (Expand_N_Handled_Sequence_Of_Statements): Avoid
18292         Expand_Cleanup_Actions in case of N_Extended_Return_Statement, because
18293         it expects a block, procedure, or task. The return statement will get
18294         turned into a block, and Expand_Cleanup_Actions will happen then.
18295
18296 2006-10-31  Robert Dewar  <dewar@adacore.com>
18297             Ed Schonberg  <schonberg@adacore.com>
18298             Bob Duff  <duff@adacore.com>
18299             Gary Dismukes  <dismukes@adacore.com>
18300
18301         * exp_ch6.ads, exp_ch6.adb: Use new Validity_Check suppression
18302         capability.
18303         (Expand_Inlined_Call): Tagged types are by-reference types, and
18304         therefore should be replaced by a renaming declaration in the expanded
18305         body, as is done for limited types.
18306         (Expand_Call): If this is a call to a function with dispatching access
18307         result, propagate tag from context.
18308         (Freeze_Subprogram): Enable full ABI compatibility for interfacing with
18309         CPP by default.
18310         (Make_Build_In_Place_Call_In_Assignment): New procedure to do
18311         build-in-place when the right-hand side of an assignment is a
18312         build-in-place function call.
18313         (Make_Build_In_Place_Call_In_Allocator): Apply an unchecked conversion
18314         of the explicit dereference of the allocator to the result subtype of
18315         the build-in-place function. This is needed to satisfy type checking
18316         in cases where the caller's return object is created by an allocator for
18317         a class-wide access type and the type named in the allocator is a
18318         specific type.
18319         (Make_Build_In_Place_Call_In_Object_Declaration): Apply an unchecked
18320         conversion of the reference to the declared object to the result subtype
18321         of the build-in-place function. This is needed to satisfy type checking
18322         in cases where the declared object has a class-wide type. Also, in the
18323         class-wide case, change the type of the object entity to the specific
18324         result subtype of the function, to avoid passing a class-wide object
18325         without explicit initialization to the back end.
18326         (Register_Interface_DT_Entry): Moved outside the body of
18327         Freeze_Subprogram because this routine is now public; it is called from
18328         Check_Dispatching_Overriding to handle late overriding of abstract
18329         interface primitives.
18330         (Add_Access_Actual_To_Build_In_Place_Call): New utility procedure for
18331         adding an implicit access actual on a call to a build-in-place function.
18332         (Expand_Actuals): Test for an actual parameter that is a call to a
18333         build-in-place function and apply
18334         Make_Build_In_Place_Call_In_Anonymous_Context to the call.
18335         (Is_Build_In_Place_Function): New function to determine whether an
18336         entity is a function whose calls should be handled as build-in-place.
18337         (Is_Build_In_Place_Function_Call): New function to determine whether an
18338         expression is a function call that should handled as build-in-place.
18339         (Make_Build_In_Place_Call_In_Allocator): New procedure for handling
18340         calls to build-in-place functions as the initialization of an allocator.
18341         (Make_Build_In_Place_Call_In_Anonymous_Context): New procedure for
18342         handling calls to build-in-place functions in contexts that do not
18343         involve init of a separate object (for example, actuals of subprogram
18344         calls).
18345         (Make_Build_In_Place_Call_In_Object_Declaration): New procedure for
18346         handling calls to build-in-place functions as the initialization of an
18347         object declaration.
18348         (Detect_Infinite_Recursion): Add explicit parameter Process to
18349         instantiation of Traverse_Body to avoid unreferenced warning.
18350         (Check_Overriding_Inherited_Interfaces): Removed.
18351         (Register_Interface_DT_Entry): Code cleanup.
18352         (Register_Predefined_DT_Entry): Code cleanup.
18353         (Expand_Inlined_Call.Rewrite_Procedure_Call): Do not omit block around
18354         inlined statements if within a transient scope.
18355         (Expand_Inlined_Call.Process_Formals): When replacing occurrences of
18356         formal parameters with occurrences of actuals in inlined body, establish
18357         visibility on the proper view of the actual's subtype for the body's
18358         context.
18359         (Freeze_Subprogram): Do nothing if we are compiling under full ABI
18360         compatibility mode and we have an imported CPP subprogram because
18361         for now we assume that imported CPP primitives correspond with
18362         objects whose constructor is in the CPP side (and therefore we
18363         don't need to generate code to register them in the dispatch table).
18364         (Expand_Actuals): Introduce copy of actual, only if it might be a bit-
18365         aligned selected component.
18366         (Add_Call_By_Copy_Node): Add missing code to handle the case in which
18367         the actual of an in-mode parameter is a type conversion.
18368         (Expand_Actuals): If the call does not come from source and the actual
18369         is potentially misaligned, let gigi handle it rather than rejecting the
18370         (Expand_N_Subprogram_Body, Freeze_Subprogram): set subprograms returning
18371         Class Wide types as returning by reference independantly of their
18372         controlled status since with HIE runtimes class wide types are not
18373         potentially controlled anymore.
18374
18375 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18376
18377         * exp_ch9.adb (Update_Prival_Types): Simplify code for entity
18378         references that are private components of the protected object.
18379         (Build_Barrier_Function): Set flag Is_Entry_Barrier_Function
18380         (Update_Prival_Subtypes): Add explicit Process argument to Traverse_Proc
18381         instantiation to deal with warnings.
18382         (Initialize_Protection): If expression for priority is non-static, use
18383         System_Priority as its expected type, in case the expression has not
18384         been analyzed yet.
18385
18386 2006-10-31  Robert Dewar  <dewar@adacore.com>
18387
18388         * exp_dbug.ads, exp_dbug.adb (Get_External_Name): Add missing
18389         initialization of Homonym_Len.
18390         (Fully_Qualify_Name): Remove kludge to eliminate anonymous block
18391         names from fully qualified name. Fixes problem of duplicate
18392         external names differing only in the presence of such a block name.
18393
18394 2006-10-31  Thomas Quinot  <quinot@adacore.com>
18395             Pablo Oliveira  <oliveira@adacore.com>
18396
18397         * exp_dist.adb (Get_Subprogram_Ids): This function will no more assign
18398         subprogram Ids, even if they are not yet assigned.
18399         (Build_Subprogram_Id): It is now this function that will take care of
18400         calling Assign_Subprogram_Ids if necessary.
18401         (Add_Receiving_Stubs_To_Declarations): Checking the subprograms ids
18402         should be done only once they are assigned.
18403         (Build_From_Any_Function, case of tagged types): Add missing call to
18404         Allocate_Buffer.
18405         (Corresponding_Stub_Type): New subprogram. Returns the associated stub
18406         type for an RACW type.
18407         (Add_RACW_Features): When processing an RACW declaration for which the
18408         designated type is already frozen, enforce E.2.2(14) rules immediately.
18409         (GARLIC_Support.Build_Subprogram_Receiving_Stubs): Do not perform any
18410         special reordering of controlling formals.
18411
18412         * exp_dist.ads (Corresponding_Stub_Type): New subprogram. Returns the
18413         associated stub type for an RACW type.
18414
18415 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18416
18417         * exp_fixd.adb (Rounded_Result_Set): For multiplication and division of
18418         fixed-point operations in an integer context, i.e. as operands of a
18419         conversion to an integer type, indicate that result must be rounded.
18420
18421 2006-10-31  Robert Dewar  <dewar@adacore.com>
18422
18423         * exp_imgv.adb (Expand_Image_Attribute): For Wide_[Wide_]Character
18424         cases, pass the encoding method, since it is now required by the run
18425         time.
18426
18427         * s-valwch.ads, s-valwch.adb (Value_Wide_Wide_Character): Avoid
18428         assumption that Str'First = 1.
18429         (Value_Wide_Character): Takes EM (encoding method) parameter and passes
18430         it on to the Value_Wide_Wide_Character call.
18431         (Value_Wide_Wide_Character): Takes EM (encoding method) parameter and
18432         properly handles a string of the form quote-encoded_wide_char-quote.
18433
18434         * s-wchcnv.adb: Minor reformatting
18435
18436 2006-10-31  Javier Miranda  <miranda@adacore.com>
18437
18438         * exp_intr.adb (Expand_Dispatching_Constructor_Call): Add missing
18439         run-time membership test to ensure that the constructed object
18440         implements the target abstract interface.
18441
18442 2006-10-31  Robert Dewar  <dewar@adacore.com>
18443
18444         * exp_prag.adb (Expand_Pragma_Common_Object): Use a single
18445         Machine_Attribute pragma internally to implement the user pragma.
18446         Add processing for pragma Interface so that it is now completely
18447         equivalent to pragma Import.
18448
18449         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Extend this pragma
18450         so that it can be applied to all entities, including record components
18451         and enumeration literals.
18452         (Analyze_Pragma, case Priority_Specific_Dispatching): Check whether
18453         priority ranges are correct, verify compatibility against task
18454         dispatching and locking policies, and if everything is correct an entry
18455         is added to the table containing priority specific dispatching entries
18456         for this compilation unit.
18457         (Delay_Config_Pragma_Analyze): Delay processing
18458         Priority_Specific_Dispatching pragmas because when processing the
18459         pragma we need to access run-time data, such as the range of
18460         System.Any_Priority.
18461         (Sig_Flags): Add Pragma_Priority_Specific_Dispatching.
18462         Allow pragma Unreferenced as a context item
18463         Add pragma Preelaborable_Initialization
18464         (Analyze_Pragma, case Interface): Interface is extended so that it is
18465         now syntactically and semantically equivalent to Import.
18466         (Analyze_Pragma, case Compile_Time_Warning): Fix error of blowups on
18467         insertion characters.
18468         Add handling for Pragma_Wide_Character_Encoding
18469         (Process_Restrictions_Restriction_Warnings): Ensure that a warning
18470         never supercedes a real restriction, and that a real restriction
18471         always supercedes a warning.
18472         (Analyze_Pragma, case Assert): Set Low_Bound_Known if assert is of
18473         appropriate form.
18474
18475 2006-10-31  Bob Duff  <duff@adacore.com>
18476             Ed Schonberg  <schonberg@adacore.com>
18477             Robert Dewar  <dewar@adacore.com>
18478
18479         * exp_ch7.adb (Build_Array_Deep_Procs, Build_Record_Deep_Procs,
18480         Make_Deep_Record_Body): Rename Is_Return_By_Reference_Type to be
18481         Is_Inherently_Limited_Type, because return-by-reference has no meaning
18482         in Ada 2005.
18483         (Find_Node_To_Be_Wrapped): Use new method of determining the result
18484         type of the function containing a return statement, because the
18485         Return_Type field was removed. We now use the Return_Applies_To field.
18486
18487         * exp_util.ads, exp_util.adb: Use new subtype N_Membership_Test
18488         (Build_Task_Image_Decl): If procedure is not called from an
18489         initialization procedure, indicate that function that builds task name
18490         uses the sec. stack. Otherwise the enclosing initialization procedure
18491         will carry the indication.
18492         (Insert_Actions): Remove N_Return_Object_Declaration. We now use
18493         N_Object_Declaration instead.
18494         (Kill_Dead_Code): New interface to implement -gnatwt warning for
18495         conditional dead code killed, and change implementation accordingly.
18496         (Insert_Actions): Add N_Return_Object_Declaration case.
18497         Correct comment to mention N_Extension_Aggregate node.
18498         (Set_Current_Value_Condition): Call Safe_To_Capture_Value to avoid bad
18499         attempts to save information for global variables which cannot be
18500         safely tracked.
18501         (Get_Current_Value_Condition): Handle conditions the other way round
18502         (constant on left). Also handle right operand of AND and AND THEN
18503         (Set_Current_Value_Condition): Corresponding changes
18504         (Append_Freeze_Action): Remove unnecessary initialization of Fnode.
18505         (Get_Current_Value_Condition): Handle simple boolean operands
18506         (Get_Current_Value_Condition): Handle left operand of AND or AND THEN
18507         (Get_Current_Value_Condition): If the variable reference is within an
18508         if-statement, does not appear in the list of then_statments, and does
18509         not come from source, treat it as being at unknown location.
18510         (Get_Current_Value_Condition): Enhance to allow while statements to be
18511         processed as well as if statements.
18512         (New_Class_Wide_Subtype): The entity for a class-wide subtype does not
18513         come from source.
18514         (OK_To_Do_Constant_Replacement): Allow constant replacement within body
18515         of loop. This is safe now that we fixed Kill_Current_Values.
18516         (OK_To_Do_Constant_Replacement): Check whether current scope is
18517         Standard, before examining outer scopes.
18518
18519 2006-10-31  Vincent Celier  <celier@adacore.com>
18520
18521         * krunch.ads, krunch.adb (Krunch): New Boolean parameter VMS_On_Target.
18522         When True, apply VMS treatment to children of packages A, G, I and S.
18523         For F320-016
18524
18525         * fname-uf.adb (Get_File_Name): Call Krunch with OpenVMS_On_Target
18526
18527 2006-10-31  Robert Dewar  <dewar@adacore.com>
18528             Ed Schonberg  <schonberg@adacore.com>
18529
18530         * freeze.adb: Add handling of Last_Assignment field
18531         (Warn_Overlay): Supply missing continuation marks in error msgs
18532         (Freeze_Entity): Add check for Preelaborable_Initialization
18533
18534         * g-comlin.adb: Add Warnings (Off) to prevent new warning
18535
18536         * g-expect.adb: Add Warnings (Off) to prevent new warning
18537
18538         * lib-xref.adb: Add handling of Last_Assignment field
18539         (Generate_Reference): Centralize handling of pragma Obsolescent here
18540         (Generate_Reference): Accept an implicit reference generated for a
18541         default in an instance.
18542         (Generate_Reference): Accept a reference for a node that is not in the
18543         main unit, if it is the generic body corresponding to an subprogram
18544         instantiation.
18545
18546         * xref_lib.adb: Add pragma Warnings (Off) to avoid new warnings
18547
18548         * sem_warn.ads, sem_warn.adb (Set_Warning_Switch): Add processing for
18549         -gnatwq/Q.
18550         (Warn_On_Useless_Assignment): Suppress warning if enclosing inner
18551         exception handler.
18552         (Output_Obsolescent_Entity_Warnings): Rewrite to avoid any messages on
18553         use clauses, to avoid messages on packages used to qualify, and also
18554         to avoid messages from obsolescent units.
18555         (Warn_On_Useless_Assignments): Don't generate messages for imported
18556         and exported variables.
18557         (Warn_On_Useless_Assignments): New procedure
18558         (Output_Obsolescent_Entity_Warnings): New procedure
18559         (Check_Code_Statement): New procedure
18560
18561         * einfo.ads, einfo.adb (Has_Static_Discriminants): New flag
18562         Change name Is_Ada_2005 to Is_Ada_2005_Only
18563         (Last_Assignment): New field for useless assignment warning
18564
18565 2006-10-31  Olivier Hainque  <hainque@adacore.com>
18566
18567         * g-alleve.adb (lvx, stvx): Ceil-Round the Effective Address to the
18568         closest multiple of VECTOR_ALIGNMENT and not the closest multiple of 16.
18569
18570 2006-10-31  Bob Duff  <duff@adacore.com>
18571             Robert Dewar  <dewar@adacore.com>
18572             Ed Schonberg  <schonberg@adacore.com>
18573
18574         * g-awk.adb (Default_Session, Current_Session): Compile this file in
18575         Ada 95 mode, because it violates the new rules for AI-318.
18576
18577         * g-awk.ads: Use overloaded subprograms in every case where we used to
18578         have a default of Current_Session. This makes the code closer to be
18579         correct for both Ada 95 and 2005.
18580
18581         * g-moreex.adb (Occurrence): Turn off warnings for illegal-in-Ada-2005
18582         code, relying on the fact that the compiler generates a warning
18583         instead of an error in -gnatg mode.
18584
18585         * lib-xref.ads (Xref_Entity_Letters): Add entry for new
18586         E_Return_Statement entity kind.
18587         Add an entry for E_Incomplete_Subtype in Xref_Entity_Letters.
18588
18589         * par.adb (P_Interface_Type_Definition): Addition of one formal to
18590         report an error if the reserved word abstract has been previously found.
18591         (SS_End_Type): Add E_Return for new extended_return_statement syntax.
18592
18593         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve message for
18594         parenthesized range attribute usage
18595         (P_Expression_No_Right_Paren): Add missing comment about error recovery.
18596
18597         * par-ch6.adb (P_Return_Object_Declaration): AI-318: Allow "constant"
18598         in the syntax for extended_return_statement. This is not in the latest
18599         RM, but the ARG is expected to issue an AI allowing this.
18600         (P_Return_Subtype_Indication,P_Return_Subtype_Indication): Remove
18601         N_Return_Object_Declaration. We now use N_Object_Declaration instead.
18602         (P_Return_Object_Declaration, P_Return_Subtype_Indication,
18603         P_Return_Statement): Parse the new syntax for extended_return_statement.
18604
18605         * par-endh.adb (Check_End, Output_End_Deleted, Output_End_Expected,
18606         Output_End_Missing): Add error-recovery code for the new
18607         extended_return_statement syntax; that is, the new E_Return entry on
18608         the scope stack.
18609
18610         * s-auxdec-vms_64.ads, s-auxdec.ads (AST_Handler): Change type from
18611         limited to nonlimited, because otherwise we violate the new Ada 2005
18612         rules about returning limited types in function Create_AST_Handler in
18613         s-asthan.adb.
18614
18615         * sem.adb (Analyze): Add cases for new node kinds
18616         N_Extended_Return_Statement and N_Return_Object_Declaration.
18617
18618         * sem_aggr.adb (Aggregate_Constraint_Checks): Verify that component
18619         type is in the same category as type of context before applying check,
18620         to prevent anomalies in instantiations.
18621         (Resolve_Aggregate): Remove test for limited components in aggregates.
18622         It's unnecessary in Ada 95, because if it has limited components, then
18623         it must be limited. It's wrong in Ada 2005, because limited aggregates
18624         are now allowed.
18625         (Resolve_Record_Aggregate): Move check for limited types later, because
18626         OK_For_Limited_Init requires its argument to have been resolved.
18627         (Get_Value): When copying the component default expression for a
18628         defaulted association in an aggregate, use the sloc of the aggregate
18629         and not that of the original expression, to prevent spurious
18630         elaboration errors, when the expression includes function calls.
18631         (Check_Non_Limited_Type): Correct code for AI-287, extension aggregates
18632         were missing. We also didn't handle qualified expressions. Now also
18633         allow function calls. Use new common routine OK_For_Limited_Init.
18634         (Resolve_Extension_Aggregate): Minor fix to bad error message (started
18635         with space can upper case letter).
18636
18637         * sem_ch3.ads, sem_ch3.adb (Create_Constrained_Components): Set
18638         Has_Static_Discriminants flag
18639         (Record_Type_Declaration): Diagnose an attempt to declare an interface
18640         type with discriminants.
18641         (Process_Range_Expr_In_Decl): Do validity checks on range
18642         (Build_Discriminant_Constraints): Use updated form of
18643         Denotes_Discriminant.
18644         (Process_Subtype): If the subtype is a private subtype whose full view
18645         is a concurrent subtype, introduce an itype reference to prevent scope
18646         anomalies in gigi.
18647         (Build_Derived_Record_Type, Collect_Interface_Primitives,
18648         Record_Type_Declaration):  The functionality of the subprograms
18649         Collect_Abstract_Interfaces and Collect_All_Abstract_Interfaces
18650         is now performed by a single routine.
18651         (Build_Derived_Record_Type): If the type definition includes an explicit
18652         indication of limitedness, then the type must be marked as limited here
18653         to ensure that any access discriminants will not be treated as having
18654         a local anonymous access type.
18655         (Check_Abstract_Overriding): Issue a detailed error message when an
18656         abstract subprogram was not overridden due to incorrect mode of its
18657         first parameter.
18658         (Analyze_Private_Extension_Declaration): Add support for the analysis of
18659         synchronized private extension declarations. Verify that the ancestor is
18660         a limited or synchronized interface or in the generic case, the ancestor
18661         is a tagged limited type or synchronized interface and all progenitors
18662         are either limited or synchronized interfaces.
18663         Derived_Type_Declaration): Check for presence of private extension when
18664         dealing with synchronized formal derived types.
18665         Process_Full_View): Enchance the check done on the usage of "limited" by
18666         testing whether the private view is synchronized.
18667         Verify that a synchronized private view is completed by a protected or
18668         task type.
18669         (OK_For_Limited_Init_In_05): New function.
18670         (Analyze_Object_Declaration): Move check for limited types later,
18671         because OK_For_Limited_Init requires its argument to have been resolved.
18672         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
18673         in order to alleviate the upward compatibility introduced by AI-318.
18674         (Constrain_Corresponding_Record): If the constraint is for a component
18675         subtype, mark the itype as frozen, to avoid out-of-scope references to
18676         discriminants in the back-end.
18677         (Collect_Implemented_Interfaces): Protect the recursive algorithm of
18678         this subprogram against wrong sources.
18679         (Get_Discr_Value, Is_Discriminant): Handle properly references to a
18680         discriminant of limited type completed with a protected type, when the
18681         discriminant is used to constrain a private component of the type, and
18682         expansion is disabled.
18683         (Find_Type_Of_Object): Do not treat a return subtype that is an
18684         anonymous subtype as a local_anonymous_type, because its accessibility
18685         level is the return type of the enclosing function.
18686         (Check_Initialization): In -gnatg mode, turn the error "cannot
18687         initialize entities of limited type" into a warning.
18688         (OK_For_Limited_Init): Return true for generated nodes, since it
18689         sometimes violates the legality rules.
18690         (Make_Incomplete_Declaration): If the type for which an incomplete
18691         declaration is created happens to be the currently visible entity,
18692         preserve the homonym chain when removing it from visibility.
18693         (Check_Conventions): Add support for Ada 2005 (AI-430): Conventions of
18694         inherited subprograms.
18695         (Access_Definition): If this is an access to function that is the return
18696         type of an access_to_function definition, context is a type declaration
18697         and the scope of the anonymous type is the current one.
18698         (Analyze_Subtype_Declaration): Add the defining identifier of a regular
18699         incomplete subtype to the set of private dependents of the original
18700         incomplete type.
18701         (Constrain_Discriminated_Type): Emit an error message whenever an
18702         incomplete subtype is being constrained.
18703         (Process_Incomplete_Dependents): Transform an incomplete subtype into a
18704         corresponding subtype of the full view of the original incomplete type.
18705         (Check_Incomplete): Properly detect invalid usage of incomplete types
18706         and subtypes.
18707
18708 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18709
18710         * g-catiio.ads, g-catiio.adb (Value): New function.
18711         Given an input String, try and parse a valid Time value.
18712
18713 2006-10-31  Vincent Celier  <celier@adacore.com>
18714
18715         * g-debpoo.adb (Is_Valid): Correctly compute Offset using
18716         Integer_Address arithmetic, as in Set_Valid.
18717
18718 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18719             Robert Dewar  <dewar@adacore.com>
18720
18721         * gnatcmd.adb (Process_Link): Use Osint.Executable_Name instead of
18722         handling executable extension manually and duplicating code.
18723
18724         * make.adb: Implement new -S switch
18725         (Gnatmake): Use new function Osint.Executable_Name instead
18726         of handling executable extension manually.
18727
18728         * prj-util.adb (Executable_Of): Make sure that if an Executable_Suffix
18729         is specified, the executable name ends with this suffix.
18730         Take advantage of Osint.Executable_Name instead of duplicating code.
18731
18732         * switch-m.adb: Recognize new gnatmake -S switch
18733
18734         * targparm.ads, targparm.adb (Executable_Extension_On_Target): New
18735         variable.
18736         (Get_Target_Parameters): Set Executable_Extension_On_Target if
18737         available.
18738
18739         * makeusg.adb: Add line for gnatmake -S switch
18740
18741 2006-10-31  Vincent Celier  <celier@adacore.com>
18742
18743         * gnatlink.adb (Gnatlink): If gcc is not called with -shared-libgcc,
18744         call it with -static-libgcc, as there are some platforms, such as
18745         Darwin, where one of these two switches is compulsory to link.
18746
18747 2006-10-31  Vincent Celier  <celier@adacore.com>
18748
18749         * gnatls.adb: Take into account GPR_PROJECT_PATH, when it is defined,
18750         instead of ADA_PROJECT_PATH, for the project path.
18751         (Gnatls): When displaying the project path directories, use host dir
18752         specs.
18753
18754         * prj-ext.adb (Prj.Ext elaboration): On VMS, only expand relative path
18755         names in the project path, as absolute paths may correspond to
18756         multi-valued VMS logical names.
18757
18758 2006-10-31  Vincent Celier  <celier@adacore.com>
18759
18760         * g-os_lib.ads, g-os_lib.adb (Locate_Exec_On_Path): Always return an
18761         absolute path name.
18762         (Locate_Regular_File): Ditto
18763         (Change_Dir): Remove, no longer used
18764         (Normalize_Pathname): Do not use Change_Dir to get the drive letter
18765         on Windows. Get it calling Get_Current_Dir.
18766         (OpenVMS): Remove imported boolean, no longer needed.
18767         (Normalize_Pathname)[VMS]: Do not resolve directory names.
18768         (Pid_To_Integer): New function to convert a Process_Id to  Integer
18769
18770 2006-10-31  Thomas Quinot  <quinot@adacore.com>
18771
18772         * g-socket.ads, g-socket.adb (Close_Selector): Once the signalling
18773         sockets are closed, reset the R_Sig_Socket and W_Sig_Socket components
18774         to No_Socket.
18775         (Selector_Type): Add default value of No_Socket for R_Sig_Socket and
18776         W_Sig_Socket.
18777
18778 2006-10-31  Robert Dewar  <dewar@adacore.com>
18779
18780         * g-speche.ads, g-speche.adb: Add special case to recognize misspelling
18781         initial letter o as a zero.
18782
18783 2006-10-31  Robert Dewar  <dewar@adacore.com>
18784
18785         * g-spipat.adb (S_To_PE): Remove incorrect use of 0 instead of Str'First
18786
18787 2006-10-31  Robert Dewar  <dewar@adacore.com>
18788
18789         * layout.adb (Layout_Record_Type): Deal with non-static subtypes of
18790         variant records
18791         (Layout_Variant_Record): Retrieve the discriminants from the entity
18792         rather than from the type definition, because in the case of a full
18793         type for a private type we need to take the discriminants from the
18794         partial view.
18795         (Layout_Component_List): When applying the Max operator to variants with
18796         a nonstatic size, check whether either operand is static and scale that
18797         operand from bits to storage units before applying Max.
18798         (Layout_Type): In VMS, if a C-convention access type has no explicit
18799         size clause (and does not inherit one in the case of a derived type),
18800         then the size is reset to 32 from 64.
18801
18802 2006-10-31  Vincent Celier  <celier@adacore.com>
18803
18804         * lib-load.adb (Load_Unit): Skip the test for a unit not found when
18805         its file has already been loaded, according to the unit being loaded,
18806         not to the current value of Multiple_Unit_Index.
18807
18808 2006-10-31  Thomas Quinot  <quinot@adacore.com>
18809             Eric Botcazou  <ebotcazou@adacore.com>
18810             Arnaud Charlet  <charlet@adacore.com>
18811
18812         * Makefile.in: Set EH mechanism to ZCX for FreeBSD.
18813         (NO_REORDER_ADAFLAGS): New var defined to -fno-toplevel-reorder if
18814         possible.
18815         (a-except.o): Pass it to the compiler.
18816         (gnatlib-shared-vms): Removed -nostartfiles switch in link step.
18817         (LIBGNAT_TARGET_PAIRS for Windows): Avoid the use of the specific
18818         a-calend-mingw.adb version.
18819
18820         * Makefile.rtl: Added s-dsaser.
18821         Add object entries for Ada.Calendar.[Arithmetic/Formatting/Time_Zones]
18822         (GNATRTL_TASKING_OBJS): Add Ada.Dispatching and
18823         Ada.Dispatching.Round_Robin.
18824         Added new unit Ada.Containers.Restricted_Bounded_Doubly_Linked_Lists
18825
18826         * Make-lang.in: Remove all references to gt-ada-decl.h.
18827         Add concatenation (s-strops/s-sopco3/s-sopco4/s-sopco5) to compiler
18828         sources.
18829         Add dependency on ada/s-restri.o for GNAT1 and GNATBIND objects.
18830         Update dependencies.
18831
18832         * system-freebsd-x86.ads: Make ZCX the default EH mechanism for FreeBSD
18833
18834 2006-10-31  Vincent Celier  <celier@adacore.com>
18835
18836         * mlib-utl.adb (Initialized): Remove, no longer used
18837         (Initialize): Remove, no longer used
18838         (Ar): If Ar_Exec is null, get the location of the archive builder and,
18839         if there is one, the archive indexer. Fail if the archive builder cannot
18840         be found.
18841         (Gcc): If the driver path is unknown, get it. Fail if the driver cannot
18842         be found.
18843
18844 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18845
18846         * sem_ch10.ads, sem_ch10.adb (Check_Redundant_Withs,
18847         Process_Body_Clauses): If the context of a body includes a use clause
18848         for P.Q then a with_clause for P in the same body is not redundant,
18849         even if the spec also has a with_clause on P.
18850         Add missing continuation mark to error msg
18851         (Build_Limited_Views): A limited view of a type is tagged if its
18852         declaration includes a record extension.
18853         (Analyze_Proper_Body): Set Corresponding_Stub field in N_Subunit
18854         node, even if the subunit has errors. This avoids malfunction by
18855         Lib.Check_Same_Extended_Unit in the presence of syntax errors.
18856         (Analyze_Compilation_Unit): Add circuit to make sure we get proper
18857         generation of obsolescent messages for with statements (cannot do
18858         this too early, or we cannot implement avoiding the messages in the
18859         case of obsolescent units withing obsolescent units).
18860         (Install_Siblings): If the with_clause is on a remote descendant of
18861         an ancestor of the current compilation unit, find whether there is
18862         a sibling child unit that is immediately visible.
18863         (Remove_Private_With_Clauses): New procedure, invoked after completing
18864         the analysis of the private part of a nested package, to remove from
18865         visibility the private with_clauses of the enclosing package
18866         declaration.
18867         (Analyze_With_Clause): Remove Check_Obsolescent call, this checking is
18868         now centralized in Generate_Reference.
18869         (Install_Limited_Context_Clauses): Remove superfluous error
18870         message associated with unlimited view visible through use
18871         and renamings. In addition, at the point in which the error
18872         is reported, we add the backslash to the text of the error
18873         to ensure that it is reported as a single error message.
18874         Use new // insertion for some continuation messages
18875         (Expand_Limited_With_Clause): Use copy of name rather than name itself,
18876         to create implicit with_clause for parent unit mentioned in original
18877         limited_with_clause.
18878         (Install_Limited_With_Unit): Set entity of parent identifiers if the
18879         unit is a child unit. For ASIS queries.
18880         (Analyze_Subunit): If the subunit appears within a child unit, make all
18881         ancestor child units directly visible again.
18882
18883 2006-10-31  Robert Dewar  <dewar@adacore.com>
18884
18885         * par-ch10.adb (P_Context_Clause): Minor error message fix
18886
18887 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
18888             Javier Miranda  <miranda@adacore.com>
18889
18890         * par-ch12.adb: Grammar update and cleanup.
18891         (P_Formal_Type_Definition, P_Formal_Derived_Type_Definition): Add
18892         support for synchronized derived type definitions.
18893         Add the new actual Abstract_Present to every call to
18894         P_Interface_Type_Definition.
18895         (P_Formal_Object_Declarations): Update grammar rules. Handle parsing of
18896         a formal object declaration with an access definition or a subtype mark
18897         with a null exclusion.
18898         (P_Generic_Association): Handle association with box, and others_choice
18899         with box, to support Ada 2005 partially parametrized formal packages.
18900
18901 2006-10-31  Robert Dewar  <dewar@adacore.com>
18902             Javier Miranda  <miranda@adacore.com>
18903
18904         * par-ch3.adb (P_Range_Or_Subtype_Mark): Check for bad parentheses
18905         (P_Type_Declaration): Remove barrier against the reserved word "limited"
18906         after "abstract" to give support to the new syntax of AARM 3.4 (2/2).
18907         (P_Type_Declaration): Minor code cleanup. Add support for synchronized
18908         private extensions.
18909         (P_Type_Declaration): Add the new actual Abstract_Present to every call
18910         to P_Interface_Type_Definition.
18911         (P_Interface_Type_Definition): Addition of one formal to report an error
18912         if the reserved word abstract has been previously found.
18913         (P_Identifier_Declarations): Update grammar rules. Handle parsing of an
18914         object renaming declaration with an access definition or subtype mark
18915         with a possible null exclusion.
18916
18917         * par-ch9.adb: Minor error msg fix
18918
18919         * par-load.adb: Add missing continuation mark to error msg
18920
18921         * par-tchk.adb: (Wrong_Token): Code cleanup, use concatenation
18922
18923 2006-10-31  Vincent Celier  <celier@adacore.com>
18924
18925         * prj-dect.adb (Parse_Attribute_Declaration): Do not issue warning for
18926         unknown attribute in unknown package or in package that does not need
18927         to be checked.
18928         (Parse_Package_Declaration): Do not issue warning for unknown package in
18929         quiet output.
18930
18931 2006-10-31  Vincent Celier  <celier@adacore.com>
18932
18933         * prj-makr.adb (Packages_To_Check_By_Gnatname): New global constant
18934         (Make): Call Parse with Packages_To_Check_By_Gnatname for parameter
18935         Packages_To_Check.
18936
18937 2006-10-31  Vincent Celier  <celier@adacore.com>
18938
18939         * prj-nmsc.adb (Check_Ada_Name): For children of package A, G, I and S
18940         on VMS, change "__" to '.' before checking the name.
18941         (Record_Ada_Source): Always add the source file name in the list of
18942         of sources, even if it is not the first time, as it is for another
18943         source index.
18944         (Get_Unit): Replace both '_' (after 'a', 'g', 'i' or 's') with a single
18945         dot, instead of replacing only the first '_'.
18946
18947         * prj-part.adb (Parse): Convert project file path to canonical form
18948
18949         * prj-proc.adb (Recursive_Process): Make sure that, when a project is
18950         extended, the project id of the project extending it is recorded in its
18951         data, even when it has already been processed as an imported project.
18952
18953 2006-10-31  Robert Dewar  <dewar@adacore.com>
18954
18955         * repinfo.adb (List_Entities): Don't list entities from renaming
18956         declarations.
18957
18958 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18959             Robert Dewar  <dewar@adacore.com>
18960
18961         * restrict.ads, restrict.adb (Restriction_Active): Now returns False if
18962         only a restriction warning is active for the given restriction. This is
18963         desirable because we do not want to modify code in the case where only
18964         a warning is set.
18965         (Set_Profile_Restrictions): Make sure that a Profile_Warnings never
18966         causes overriding of real restrictions.
18967         Take advantage of new No_Restrictions constant.
18968
18969         * raise.h: (__gnat_set_globals): Change profile.
18970
18971 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
18972
18973         * rtsfind.adb: Remove s-polint from comment as it exists no more.
18974
18975         * rtsfind.ads:
18976         Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
18977         Move all the entities in obsolete package System.PolyORB_Interface to
18978         System.Partition_Interface.
18979         (RE_Storage_Size): New function in System.Tasking.
18980         (RE_Get_Ceiling): New entity.
18981         (RE_Set_Ceiling): New entity.
18982         (RO_PE_Get_Ceiling): New entity.
18983         (RO_RE_Set_Ceiling): New entity.
18984         (Inherit_CPP_DT): New entity
18985
18986 2006-10-31  Robert Dewar  <dewar@adacore.com>
18987
18988         * scng.adb (Scan, case of numeric literal): Better msg for identifier
18989         starting with a digit.
18990
18991 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
18992             Thomas Quinot  <quinot@adacore.com>
18993             Javier Miranda  <miranda@adacore.com>
18994             Gary Dismukes  <dismukes@adacore.com>
18995
18996         * sem_attr.ads, sem_attr.adb (Analyze_Access_Attribute): Diagnose
18997         properly an attempt to apply Unchecked_Access to a protected operation.
18998         (OK_Self_Reference): New subprogram to check the legality of an access
18999         attribute whose prefix is the type of an enclosing aggregate.
19000         Generalizes previous mechanism to handle attribute references nested
19001         arbitrarily deep within the aggregate.
19002         (Analyze_Access_Attribute): An access attribute whose prefix is a type
19003         can appear in an aggregate if this is a default-initialized aggregate
19004         for a self-referential type.
19005         (Resolve_Attribute, case Access): Ditto.
19006         Add support for new implementation defined attribute Stub_Type.
19007         (Eval_Attribute, case Attribute_Stub_Type): New case.
19008         (Analyze_Attribute, case Attribute_Stub_Type): New case.
19009         (Stream_Attribute_Available): Implement using new subprogram from
19010         sem_cat, Has_Stream_Attribute_Definition, instead of incorrect
19011         Has_Specified_Stream_Attribute flag.
19012         Disallow Storage_Size and Storage_Pool for access to subprogram
19013         (Resolve_Attribute, case 'Access et al): Take into account anonymous
19014         access types of return subtypes in extended return statements. Remove
19015         accessibility checks on anonymous access types when Unchecked_Access is
19016         used.
19017         (Analyze_Attribute): Add support for the use of 'Class to convert
19018         a class-wide interface to a tagged type.
19019         Add support for the attribute Priority.
19020         (Resolve_Attribute, case Attribute_Access): For Ada_05, add test for
19021         whether the designated type is discriminated with a constrained partial
19022         view and require static matching in that case.
19023         Add local variable Des_Btyp. The Designated_Type
19024         of an access to incomplete subtype is either its non-limited view if
19025         coming from a limited with or its etype if regular incomplete subtype.
19026
19027         * sem_cat.ads, sem_cat.adb (Validate_Remote_Access_To_Class_Wide_Type):
19028         Fix predicate to identify and allow cases of (expander-generated)
19029         references to tag of designated object of a RACW.
19030         (Validate_Static_Object_Name): In Ada 2005, a formal object is
19031         non-static, and therefore cannot appear as a primary in a preelaborable
19032         package.
19033         (Has_Stream_Attribute_Definition): New subprogram, abstracted from
19034         Has_Read_Write_Attributes.
19035         (Has_Read_Write_Attributes): Reimplement in termes of
19036         Has_Stream_Attribute_Definition.
19037         (Missing_Read_Write_Attributes): When checking component types in a
19038         record, unconditionally call Missing_Read_Write_Attributes recursively
19039         (remove guard checking for Is_Record_Type / Is_Access_Type).
19040
19041 2006-10-31  Robert Dewar  <dewar@adacore.com>
19042
19043         * sem_ch11.adb (Analyze_Handled_Statements): Move final test for
19044         useless assignments here and conditionalize it on absence of exception
19045         handlers.
19046         (Analyze_Exception_Handlers): Small code reorganization of error
19047         detection code, for new handling of formal packages.
19048
19049 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19050             Hristian Kirtchev  <kirtchev@adacore.com>
19051
19052         * sem_ch12.ads, sem_ch12.adb (Save_References): If node is an operator
19053         that has been constant-folded, preserve information of original tree,
19054         for ASIS uses.
19055         (Analyze_Formal_Derived_Type): Set the limited present flag of the newly
19056         generated private extension declaration if the formal derived type is
19057         synchronized. Carry synchronized present over to the generated private
19058         extension.
19059         (Validate_Derived_Type_Instance): Ensure that the actual of a
19060         synchronized formal derived type is a synchronized tagged type.
19061         (Instantiate_Formal_Package): When creating the instantiation used to
19062         validate the actual package of a formal declared without a box, check
19063         whether the formal itself depends on a prior actual.
19064         (Instantiate_Formal_Subprogram): Create new entities for the defining
19065         identifiers of the formals in the renaming declaration, for ASIS use.
19066         (Instantiate_Formal_Subprogram, Instantiate_Formal_Type): When creating
19067         a renaming declaration or a subtype declaration for an actual in an
19068         instance, capture location information of declaration in generic, for
19069         ASIS use.
19070         (Instantiate_Formal_Package): Add comments on needed additional tests.
19071         AI-317 (partial parametrization) is fully implemented.
19072         (Validate_Private_Type_Instance): Add check for actual which
19073         must have preelaborable initialization
19074         Use new // insertion for some continuation messages
19075         (Analyze_Formal_Object_Declaration): Change usage of Expression to
19076         Default_Expression. Add type retrieval when the declaration has an
19077         access definition. Update premature usage of incomplete type check.
19078         (Check_Access_Definition): New subsidiary routine. Check whether the
19079         current compilation version is Ada 05 and the supplied node has an
19080         access definition.
19081         (Instantiate object): Alphabetize local variables. Handle the creation
19082         of new renaming declarations with respect to the kind of definition
19083         used - either an access definition or a subtype mark. Guard against
19084         unnecessary error message in the context of anonymous access types after
19085         they have been resolved. Add check for required null exclusion in a
19086         formal object declaration.
19087         (Switch_View): A private subtype of a non-private type needs to be
19088         switched (the base type can have been switched without its private
19089         dependents because of the last branch of Check_Private_View.
19090         (Check_Private_View): Do not recompute Base_Type (T), instead use cached
19091         value from BT.
19092         (Instantiate_Type): Emit an error message whenever a class-wide type of
19093         a tagged incomplete type is used as a generic actual.
19094         (Find_Actual_Type): Extend routine to handle a component type in a child
19095         unit that is imported from a formal package in a parent.
19096         (Validate_Derived_Type_Instance): Check that analyzed formal and actual
19097         agree on constrainedness, rather than checking against ultimate ancestor
19098         (Instantiate_Subprogram_Body): Create a cross-reference link to the
19099         generic body, for navigation purposes.
19100
19101 2006-10-31  Robert Dewar  <dewar@adacore.com>
19102             Thomas Quinot  <quinot@adacore.com>
19103
19104         * sem_ch13.adb: Storage pool cannot be given for access to subprogram
19105         type.
19106         (New_Stream_Subprogram): When processing an attribute definition clause
19107         for a stream-oriented subprogram, record an entity node occurring at
19108         the point of clause to use for checking the visibility of the clause,
19109         as defined by 8.3(23) as amended by AI-195.
19110         (New_Stream_Subprogram): New procedure, factoring behaviour from both
19111          New_Stream_Function and New_Stream_Procedure.
19112         (New_Stream_Function, New_Stream_Procedure): Removed.
19113         (Analyze_Attribute_Definition_Clause, case Address): Check new
19114         Alignment_Check check
19115
19116 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19117             Javier Miranda  <miranda@adacore.com>
19118             Robert Dewar  <dewar@adacore.com>
19119
19120         * sem_ch4.adb (Try_Primitive_Operation): Code cleanup to ensure that we
19121         generate the same errors compiling under -gnatc.
19122         (Try_Object_Operation): If no candidate interpretation succeeds, but
19123         there is at least one primitive operation with the right name, report
19124         error in call rather than on a malformed selected component.
19125         (Analyze_Selected_Component): If the prefix is an incomplete type from
19126         a limited view, and the full view is available, use the full view to
19127         determine whether this is a prefixed call to a primitive operation.
19128         (Operator_Check): Verify that a candidate interpretation is a binary
19129         operation before checking the type of its second formal.
19130         (Analyze_Call): Add additional warnings for function call contexts not
19131         yet supported.
19132         (Analyze_Allocator): Move the check for "initialization not allowed for
19133         limited types" after analyzing the expression. This is necessary,
19134         because OK_For_Limited_Init looks at the structure of the expression.
19135         Before analysis, we don't necessarily know what sort of expression it
19136         is. For example, we don't know whether F(X) is a function call or an
19137         indexed component; the former is legal in Ada 2005; the latter is not.
19138         (Analyze_Allocator): Correct code for AI-287 -- extension aggregates
19139         were missing. We also didn't handle qualified expressions. Now also
19140         allow function calls. Use new common routine OK_For_Limited_Init.
19141         (Analyze_Type_Conversion): Do not perform some legality checks in an
19142         instance, because the error message will be redundant or spurious.
19143         (Analyze_Overloaded_Selected_Component): Do not do style check when
19144         setting an entity, since we do not know it is the right entity yet.
19145         (Analyze_Selected_Component): Move Generate_Reference call to Sem_Res
19146         (Analyze_Overloaded_Selected_Component): Same change
19147         (Analyze_Selected_Component): Remove unnecessary prefix type retrieval
19148         since regular incomplete subtypes are transformed into corresponding
19149         subtypes of their full views.
19150         (Complete_Object_Operation): Treat name of transformed subprogram call
19151         as coming from source, for browsing purposes.
19152         (Try_Primitive_Operation): If formal is an access parameter, compare
19153         with base type of object to determine whether it is a primitive
19154         operation.
19155         (Operator_Check): If no interpretation of the operator matches, check
19156         whether a use clause on any candidate might make the operation legal.
19157         (Try_Class_Wide_Operation): Check whether the first parameter is an
19158         access type whose designated type is class-wide.
19159
19160 2006-10-31  Robert Dewar  <dewar@adacore.com>
19161             Ed Schonberg  <schonberg@adacore.com>
19162             Gary Dismukes  <dismukes@adacore.com>
19163
19164         * sem_ch5.ads, sem_ch5.adb (Analyze_Loop_Statement): Add circuit to
19165         warn on infinite loops.
19166         Add \\ to some continuation messages
19167         (Analyze_Assignment_Statement): Call Warn_On_Useless_Assignment
19168         (Process_Bounds): If the bounds are integer literals that result from
19169         constant-folding, and they carry a user-defined type, preserve that type
19170         rather than treating this as an integer range.
19171         (Analyze_Exit_Statement): Test for E_Return_Statement in legality check.
19172         (Analyze_Goto_Statement): Test for E_Return_Stateemnt in legality check.
19173         (Analyze_Assignment_Statement): Add call to Check_Elab_Assign for
19174         left hand side of assignment.
19175         (Analyze_Assignment): Add suport to manage assigments to the attribute
19176         priority of a protected object.
19177         (Check_Possible_Current_Value_Condition): Allow fully qualified names
19178         not just identifiers.
19179         (Check_Possible_Current_Value_Condition): Acquire left operand of AND
19180         or AND THEN for possible tracking.
19181         (Analyze_Iteration_Scheme): Check for setting Current_Value for the
19182         case of while loops so we can track values in the loop body.
19183
19184 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19185             Hristian Kirtchev  <kirtchev@adacore.com>
19186             Bob Duff  <duff@adacore.com>
19187
19188         * sem_ch6.ads, sem_ch6.adb (Analyze_Subprogram_Declaration): A null
19189         procedure cannot be a protected operation (it is a basic_declaration,
19190         not a subprogram_declaration).
19191         (Check_Overriding_Indicator): Rename formal Does_Override to Overridden_
19192         Subp. Add logic for entry processing.
19193         (Check_Synchronized_Overriding): New procedure in New_Overloaded_Entity.
19194         Determine whether an entry or subprogram of a protected or task type
19195         override an inherited primitive of an implemented interface.
19196         (New_Overloaded_Entity): Add calls to Check_Synchronized_Overriding.
19197         Update the actual used in calls to Check_Overriding_Indicator.
19198         (Analyze_Generic_Subprogram_Body): If the subprogram is a child unit,
19199         generate the proper reference to the parent unit, for cross-reference.
19200         (Analyze_Subprogram_Declaration): Protect Is_Controlling_Formal with
19201         Is_Formal.
19202         Add -gnatd.l --Use Ada 95 semantics for limited function returns,
19203         (Add_Extra_Formal): Revise procedure to allow passing in associated
19204         entity, scope, and name suffix, and handle setting of the new
19205         Extra_Formals field.
19206         (Create_Extra_Formals): Change existing calls to Add_Extra_Formal to
19207         pass new parameters. Add support for adding the new extra access formal
19208         for functions whose calls are treated as build-in-place.
19209         (Analyze_A_Return_Statement): Correct casing in error message.
19210         Move Pop_Scope to after Analyze_Function_Return, because an extended
19211         return statement really is a full-fledged scope. Otherwise, visibility
19212         doesn't work right. Correct use of "\" for continuation messages.
19213         (Analyze_Function_Return): Call Analyze on the Obj_Decl, rather than
19214         evilly trying to call Analyze_Object_Declaration directly. Otherwise,
19215         the node doesn't get properly marked as analyzed.
19216         (Analyze_Subprogram_Body): If subprogram is a function that returns
19217         an anonymous access type that denotes a task, build a Master Entity
19218         for it.
19219         (Analyze_Return_Type): Add call to Null_Exclusion_Static_Checks. Verify
19220         proper usage of null exclusion in a result definition.
19221         (Process_Formals): Code cleanup and new error message.
19222         (Process_Formals): Detect incorrect application of null exclusion to
19223         non-access types.
19224         (Conforming_Types): Handle conformance between [sub]types and itypes
19225          generated for entities that have null exclusions applied to them.
19226         (Maybe_Primitive_Operation): Add an additional type retrieval when the
19227          base type is an access subtype. This case arrises with null exclusions.
19228         (New_Overloaded_Entity): Do not remove the overriden entity from the
19229         homonym chain if it corresponds with an abstract interface primitive.
19230         (Process_Formals): Replace membership test agains Incomplete_Kind with a
19231         call to the synthesized predicate Is_Incomplete_Type.
19232         (Analyze_Subprogram_Body): Check wrong placement of abstract interface
19233         primitives.
19234         (Analyze_Subprogram_Declaration): Check that abstract interface
19235         primitives are abstract or null.
19236         (Analyze_Subprogram_Specification): Remove previous check for abstract
19237         interfaces because it was not complete.
19238         (Has_Interface_Formals): Removed.
19239
19240 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19241             Javier Miranda  <miranda@adacore.com>
19242
19243         * sem_ch7.adb (Check_Anonymous_Access_Types): New procedure, subsidiary
19244         of Analyze_Package_Body, to create Itype references for anonymous
19245         access types created in the package declaration, whose designated types
19246         may have only a limited view.
19247         (Analyze_Package_Specification): For the private part of a nested
19248         package, install private_with_clauses of enclosing compilation unit if
19249         we are in its visible part.
19250         (Declare_Inherited_Private_Subprograms): Complete barrier
19251         to ensure that the primitive operation has an alias to some parent
19252         primitive. This is now required because, after the changes done for the
19253         implementation of abstract interfaces, the contents of the list of
19254         primitives has entities whose alias attribute references entities of
19255         such list of primitives.
19256         (Analyze_Package_Specification): Simplify code that handles parent units
19257         of instances and formal packages.
19258         (Uninstall_Declarations): Check the convention consistency among
19259         primitive overriding operations of a tagged record type.
19260
19261 2006-10-31  Robert Dewar  <dewar@adacore.com>
19262             Hristian Kirtchev  <kirtchev@adacore.com>
19263             Javier Miranda  <miranda@adacore.com>
19264             Ed Schonberg  <schonberg@adacore.com>
19265
19266         * sem_ch8.adb: Minor error msg rewording
19267         (Undefined): When checking for misspellings, invert arguments (to get
19268         expected and found set right)
19269         (Analyze_Subprogram_Renaming): Propagate Is_Pure, Is_Preelaborated
19270         (Analyze_Generic_Renaming): Same fix
19271         (Use_One_Package): Do not take into account the internal entities of
19272         abstract interfaces during the analysis of entities that are marked
19273         as potentially use-visible.
19274         (Find_Type): Handle the case of an attribute reference for
19275         implementation defined attribute Stub_Type (simply let the analysis of
19276         the attribute reference rewrite it).
19277         (Use_One_Type, End_Use_Type): Reject a reference to a limited view of a
19278         type that appears in a Use_Type clause.
19279         (Analyze_Object_Renaming): Add support for renaming of the Priority
19280         attribute.
19281         (Find_Type): In Ada 2005, a task type can be used within its own body,
19282         when it appears in an access definition.
19283         (Analyze_Object_Renaming): Remove warning on null_exclusion.
19284         (Analyze_Object_Renaming): Introduce checks for required null exclusion
19285          in a formal object declaration or in a subtype declaration.
19286         (Analyze_Subprogram_Renaming): Add call to Check_Null_Exclusion.
19287         (Check_Null_Exclusion): New local routine to
19288         Analyze_Subprogram_Renaming. Check whether the formals and return
19289         profile of a renamed subprogram have required null exclusions when
19290         their counterparts of the renaming already impose them.
19291         (In_Generic_Scope): New local routine to Analyze_Object_Renaming.
19292         Determine whether an entity is inside a generic scope.
19293         (In_Open_Scope): First pass of documentation update.
19294         (Find_Expanded_Name): Add support for shadow entities associated with
19295         limited withed packages. This is required to handle nested packages.
19296         (Analyze_Package_Renaming): Remove the restriction imposed by AI-217
19297         that makes a renaming of a limited withed package illegal.
19298
19299 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
19300             Ed Schonberg  <schonberg@adacore.com>
19301
19302         * sem_ch9.adb (Analyze_Protected_Definition): Remove call to
19303         Check_Overriding_Indicator.
19304         (Analyze_Task_Definition): Ditto.
19305         (Analyze_Protected_Type, Analyze_Task_Type): Code cleanup.
19306         (Check_Overriding_Indicator): To find overridden interface operation,
19307         examine only homonyms that have an explicit subprogram declaration, not
19308         inherited operations created by an unrelated type derivation.
19309         (Check_Overriding_Indicator): When checking for the presence of "null"
19310         in a procedure, ensure that the queried node is a procedure
19311         specification.
19312         (Matches_Prefixed_View_Profile): Add mechanism to retrieve the parameter
19313         type when the formal is an access to variable.
19314         (Analyze_Protected_Type): Add check for Preelaborable_Initialization
19315         (Analyze_Task_Type): Same addition
19316         (Analyze_Entry_Declaration): Call Generate_Reference_To_Formals, to
19317         provide navigation capabilities for entries.
19318
19319 2006-10-31  Hristian Kirtchev  <kirtchev@adacore.com>
19320             Ed Schonberg  <schonberg@adacore.com>
19321             Javier Miranda  <miranda@adacore.com>
19322             Gary Dismukes  <dismukes@adacore.com>
19323
19324         * sem_disp.adb (Check_Dispatching_Operation): Do not flag subprograms
19325         inherited from an interface ancestor by another interface in the
19326         context of an instance as 'late'.
19327         (Is_Tag_Indeterminate, Propagate_Tag): Handle properly the dereference
19328         of a call to a function that dispatches on access result.
19329         (Check_Dispatching_Operation): In case of late overriding of a primitive
19330         that covers abstract interface subprograms we register it in all the
19331         secondary dispatch tables associated with abstract interfaces.
19332         (Check_Dispatching_Call): Add check that a dispatching call is not made
19333         to a function with a controlling result of a limited type. This is a
19334         current implementation restriction.
19335         (Check_Controlling_Formal): Remove bogus checks for E.2.2(14).
19336         (Check_Dispatching_Operation): Do no emit a warning if the controlling
19337         argument is an interface type that is a generic formal.
19338         (Is_Interface_Subprogram): Removed.
19339         (Check_Dispatching_Operation): If the subprogram is not a dispatching
19340         operation, check the formals to handle the case in which it is
19341         associated with an abstract interface type.
19342
19343 2006-10-31  Robert Dewar  <dewar@adacore.com>
19344             Ed Schonberg  <schonberg@adacore.com>
19345
19346         * sem_elab.ads, sem_elab.adb (Check_Elab_Assign): New procedure
19347         Add new calls to this procedure during traversal
19348         (Activate_Elaborate_All_Desirable): Do not set elaboration flag on
19349         another unit if expansion is disabled.
19350
19351 2006-10-31  Robert Dewar  <dewar@adacore.com>
19352
19353         * sem_eval.adb (Compile_Time_Compare): Make use of information from
19354         Current_Value in the conditional case, to evaluate additional
19355         comparisons at compile time.
19356
19357 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19358             Hristian Kirtchev  <kirtchev@adacore.com>
19359             Javier Miranda  <miranda@adacore.com>
19360
19361         * sem_type.adb (Add_One_Interp): If node is an indirect call, preserve
19362         subprogram type to provide better diagnostics in case of ambiguity.
19363         (Covers): Handle coverage of formal and actual anonymous access types in
19364         the context of generic instantiation.
19365         (Covers/Interface_Present_In_Ancestors): Use the base type to manage
19366         abstract interface types; this is required to handle concurrent types
19367         with discriminants and abstract interface types.
19368         (Covers): Include type coverage of both regular incomplete subtypes and
19369         incomplete subtypes of incomplete type visibles through a limited with
19370         clause.
19371
19372 2006-10-31  Robert Dewar  <dewar@adacore.com>
19373             Hristian Kirtchev  <kirtchev@adacore.com>
19374             Ed Schonberg  <schonberg@adacore.com>
19375
19376         * sem_util.ads, sem_util.adb (Enter_Name): Exclude -gnatwh warning
19377         messages for entities in packages which are not used.
19378         (Collect_Synchronized_Interfaces): New procedure.
19379         (Overrides_Synchronized_Primitive): New function.
19380         (Denotes_Discriminant): Extend predicate to apply to task types.
19381         Add missing continuation marks in error msgs
19382         (Unqualify): New function for removing zero or more levels of
19383         qualification from an expression. There are numerous places where this
19384         ought to be used, but we currently only deal properly with zero or one
19385         level.
19386         (In_Instance); The analysis of the actuals in the instantiation of a
19387         child unit is not within an instantiation, even though the parent
19388         instance is on the scope stack.
19389         (Safe_To_Capture_Value): Exclude the case of variables that are
19390         renamings.
19391         (Check_Obsolescent): Removed
19392         (Is_Aliased_View): A reference to an enclosing instance in an aggregate
19393         is an aliased view, even when rewritten as a reference to the target
19394         object in an assignment.
19395         (Get_Subprogram_Entity): New function
19396         (Known_To_Be_Assigned): New function
19397         (Type_Access_Level): Compute properly the access level of a return
19398         subtype that is an anonymous access type.
19399         (Explain_Limited_Type): Correct use of "\" for continuation messages.
19400         (Is_Transfer): The new extended_return_statement causes a transfer of
19401         control.
19402         (Has_Preelaborable_Initialization): New function
19403         (Has_Null_Exclusion): New function. Given a node N, determine whether it
19404         has a null exclusion depending on its Nkind.
19405         Change Is_Lvalue to May_Be_Lvalue
19406         (May_Be_Lvalue): Extensive additional code to deal with subprogram
19407         arguments (IN parameters are not Lvalues, IN OUT parameters are).
19408         (Safe_To_Capture_Value): Extend functionality so it can be used for
19409         the current value condition case.
19410         (Has_Compatible_Alignment): New function
19411         (Is_Dependent_Component_Of_Mutable_Object): Revise the tests for mutable
19412         objects to handle the Ada 2005 case, where aliasedness no longer implies
19413         that the object is constrained. In particular, for dereferenced names,
19414         the designated object must be assumed to be unconstrained.
19415         (Kill_Current_Values): Properly deal with the case where we encounter
19416         a loop in the scope chain.
19417         (Safe_To_Capture_Value): Do not let a loop stop us from capturing
19418         a value.
19419         (Compile_Time_Constraint_Error): Improve error message in error case
19420
19421         * exp_ch13.adb (Expand_N_Freeze_Entity): Remove the freezing node
19422         associated with entities of abstract interface primitives.
19423         Call Apply_Address_Clause_Check instead of Apply_Alignment_Check
19424
19425 2006-10-31  Robert Dewar  <dewar@adacore.com>
19426
19427         * s-osinte-tru64.adb:
19428         Mark Asm statements Volatile to prevent warnings (seems a
19429         reasonable change anyway)
19430         Fixes new warnings
19431
19432         * s-mastop-irix.adb: Add Volatile to Asm statements
19433         Suppresses warning, and seems appropriate in any case
19434
19435         * s-osinte-vms.adb: Add Volatile to Asm statement
19436
19437         * s-vaflop-vms-alpha.adb: Add Volatile to Asm statements
19438
19439         * exp_code.ads, exp_code.adb (Asm_Input_Value): Note that Error can be
19440         returned.
19441         Add call to Check_Code_Statement
19442
19443 2006-10-31  Robert Dewar  <dewar@adacore.com>
19444             Ed Schonberg  <schonberg@adacore.com>
19445             Bob Duff  <duff@adacore.com>
19446
19447         * sinfo.ads, sinfo.adb (Set_Synchronized_Present,
19448         Synchronized_Present): Add Formal_Derived_Type_Definition and
19449         Private_Extension_Declaration to the list of assertions.
19450         (Is_Entry_Barrier_Function): New flag
19451         (Has_Self_Reference): New flag on aggregates, to indicate that they
19452         contain a reference to the enclosing type, inserted through a default
19453         initialization.
19454         (Next_Rep_Item): Move from Node4 to Node5.
19455         (Entity): Add this field for N_Attribute_Definition_Clause.
19456         (Comes_From_Extended_Return_Statement): New flag on N_Return_Statement
19457         (N_Return_Object_Declaration): Remove this node kind. We now use
19458         N_Object_Declaration instead.
19459         (Actual_Designated_Subtype): Move to a different place to make room in
19460         N_Extended_Return_Statement.
19461         (Procedure_To_Call): Move to a different place to make room in
19462         N_Extended_Return_Statement.
19463         (Return_Type): Removed this field to make room in return statements
19464         (both kinds).
19465         (Return_Statement_Entity): New field in return statements, in part to
19466         replace Return_Type, and in part to support the fact that return
19467         statements are now pushed on the scope stack during semantic analysis.
19468         (Return_Object_Declarations): New field to support extended return
19469         statements.
19470         (N_Extended_Return_Statement): New node for extended_return_statement
19471         nonterminal.
19472         (N_Return_Object_Declaration): New node for part of
19473         extended_return_statement nonterminal. Needed because all the necessary
19474         fields won't fit in N_Extended_Return_Statement.
19475         Generic_associations now carry the Box_Present flag, to indicate a
19476         default for an actual in a partially parametrized formal package.
19477
19478         * snames.h, snames.ads, snames.adb: Add definition for Validity_Check
19479         (Preset_Names): Add entries for Priority_Specific_Dispatching pragma
19480         and for the new predefined dispatching policies: EDF_Across_Priorities,
19481         Non_Preemptive_Within_Priorities, and Round_Robin_Within_Priorities.
19482         Introduce new name Stub_Type for implementation defined attribute.
19483         Add pragma Preelaborable_Initialization
19484         Add entry for Priority attribute.
19485         Add Pragma_Wide_Character_Encoding
19486         (Get_Convention_Name): Given a convention id, this function returns the
19487         corresponding name id from the names table.
19488
19489 2006-10-31  Ed Schonberg  <schonberg@adacore.com>
19490             Robert Dewar  <dewar@adacore.com>
19491             Bob Duff  <duff@adacore.com>
19492
19493         * sprint.adb (Sprint_Node_Actual, case Parameter_Specification): Do not
19494         print null exclusion twice in the case of an access definition,
19495         Implement new -gnatL switch
19496         Remove N_Return_Object_Declaration. We now use
19497         N_Object_Declaration instead. Implement the case for
19498         N_Extended_Return_Statement. Alphabetize the cases.
19499         Add cases for new nodes N_Extended_Return_Statement and
19500         N_Return_Object_Declaration. The code is not yet written.
19501         Update the output for N_Formal_Object_Declaration
19502         and N_Object_Renaming_Declaration.
19503         (Write_Itype): Account for the case of a modular integer subtype whose
19504         base type is private.
19505
19506 2006-10-31  Arnaud Charlet  <charlet@adacore.com>
19507
19508         * s-restri.ads, s-restri.adb: Mark this package as Preelaborate.
19509         Remove elaboration code, now done in the binder.
19510
19511         * s-rident.ads: Make this unit Preelaborate.
19512         (No_Restrictions): New constant used to clean up code and follow
19513         preelaborate constraints.
19514
19515         * s-stalib.adb:
19516         Add System.Restrictions dependence, referenced directly from the
19517         binder generated file.
19518
19519 2006-10-31  Gary Dismukes  <dismukes@adacore.com>
19520
19521         * s-scaval.adb (Initialize): Add new Boolean flag AFloat that is set
19522         True when AAMP extended floating-point is in use (48-bit). Change type
19523         ByteLF to ByteLLF, add new array type ByteLF and condition the size of
19524         the two byte array types on AFloat. Change type of IV_Ilf overlay
19525         variable from Byte8 to ByteLF. Add appropriate initializations of
19526         floating-point overlays for AAMP cases.
19527
19528 2006-10-31  Javier Miranda  <miranda@adacore.com>
19529
19530         * s-tpoben.ads, s-tpoben.adb, s-taprob.ads, s-taprob.adb
19531         (Get_Ceiling): New subprogram that returns
19532         the ceiling priority of the protected object.
19533         (Set_Ceiling): New subprogram that sets the new ceiling priority of
19534         the protected object.
19535
19536         * s-tarest.adb: (Create_Restricted_Task): Fix potential CE.
19537
19538         * s-taskin.ads, s-taskin.adb: (Storage_Size): New function.
19539
19540 2006-10-31  Jose Ruiz  <ruiz@adacore.com>
19541
19542         * s-tpobop.adb (Requeue_Call): Introduce a dispatching point when
19543         requeuing to the same protected object to give higher priority tasks
19544         the opportunity to execute.
19545
19546 2006-10-31  Robert Dewar  <dewar@adacore.com>
19547
19548         * widechar.adb (Is_Start_Of_Wide_Char): In case of brackets encoding,
19549         add more precise check for the character sequence that follows '[' to
19550         avoid possible confusion in case if '[' is the last character of a
19551         string literals.
19552         (Scan_Wide): Always allow brackets encoding
19553
19554 2006-10-31  Olivier Hainque  <hainque@adacore.com>
19555
19556         * s-stchop.ads: make this unit preelaborate. This is desirable in
19557         general and made mandatory by the use of this unit by s-taprop which
19558         is itself preelaborate.
19559
19560         * s-stchop-vxworks.adb (Set_Stack_Info, Task_Descriptor type): Add
19561         Td_Events component.
19562
19563 2006-10-31  Vincent Celier  <celier@adacore.com>
19564
19565         * a-dirval-vms.adb (Invalid_Character): Specify that digits are allowed
19566         in file names.
19567
19568 2006-10-31  Vincent Celier  <celier@adacore.com>
19569
19570         * a-direct.ads, a-direct.adb (Search): New procedure in Ada 2005
19571
19572 2006-10-31  Vincent Celier  <celier@adacore.com>
19573
19574         * makegpr.adb (Check_Compilation_Needed): Take into account path names
19575         with spaces.
19576         (Check_Compilation_Needed): When checking a C or C++ source, do not
19577         resolve symbolic links.
19578         (Display_Command): New Boolean parameter Ellipse, defaulted to False.
19579         When not in verbose mode and Ellipse is True, display "..." for the
19580         first argument with Display set to False.
19581         (Build_Global_Archive): Always set Display True for the first object
19582         file. Call Display_Command with Ellipse set to True.
19583
19584 2006-10-31  Matt Heaney  <heaney@adacore.com>
19585
19586         * a-crbtgo.ads: Commented each subprogram
19587
19588         * a-crbtgo.adb: Added reference to book from which algorithms were
19589         adapted.
19590
19591         * a-crbtgk.ads, a-crbtgk.adb (Generic_Insert_Post): pass flag to
19592         indicate which child.
19593         (Generic_Conditional_Insert): changed parameter name from "Success" to
19594         "Inserted".
19595         (Generic_Unconditional_Insert_With_Hint): improved algorithm
19596
19597         * a-coorse.adb (Replace_Element): changed parameter name in call to
19598         conditional insert operation.
19599
19600         * a-convec.adb, a-coinve.adb (Insert): removed obsolete comment
19601
19602         * a-cohama.adb (Iterate): manipulate busy-bit here, instead of in
19603         Generic_Iteration
19604
19605         * a-ciorse.adb (Replace_Element): changed parameter name in call to
19606         conditional insert operation.
19607
19608         * a-cihama.adb (Iterate): manipulate busy-bit here, instead of in
19609         Generic_Iteration.
19610
19611         * a-cidlli.ads, a-cidlli.adb (Splice): Position param is now mode in
19612         instead of mode inout.
19613
19614         * a-chtgop.adb (Adjust): modified comments to reflect current AI-302
19615         draft
19616         (Generic_Read): preserve existing buckets array if possible
19617         (Generic_Write): don't send buckets array length anymore
19618
19619         * a-cdlili.ads, a-cdlili.adb (Splice): Position param is now mode in
19620         instead of mode inout.
19621
19622         * a-cihase.adb (Difference): iterate over smaller of Tgt and Src sets
19623         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
19624
19625         * a-cohase.adb (Difference): iterate over smaller of Tgt and Src sets
19626         (Iterate): manipulate busy-bit here, instead of in Generic_Iteration
19627         (Replace_Element): local operation is now an instantiation
19628
19629         * a-chtgke.ads, a-chtgke.adb (Generic_Conditional_Insert): manually
19630         check current length.
19631         (Generic_Replace_Element): new operation
19632
19633 2006-10-31  Doug Rupp  <rupp@adacore.com>
19634
19635         * g-trasym-vms-alpha.adb: Dummy_User_Act_Proc: New function.
19636         Call TBK$SYMBOLIZE without omitting parameters.
19637
19638 2006-10-31  Vincent Celier  <celier@adacore.com>
19639
19640         * symbols-processing-vms-ia64.adb,
19641         symbols-processing-vms-alpha.adb (Process): Do not include symbols
19642         that come from generic instantiations in bodies.
19643
19644 2006-10-31  Pat Rogers  <rogers@adacore.com>
19645
19646         * a-rttiev.ads, a-rttiev.adb:
19647         This is a significant redesign primarily for the sake of automatic
19648         timer task termination but also to fix a design flaw.
19649         Therefore we are now using an RTS lock, instead of a protected
19650         object, to provide mutual exclusion to the queue of pending events
19651         and the type Timing_Event is no longer a protected type.
19652
19653 2006-10-31  Robert Dewar  <dewar@adacore.com>
19654             Cyrille Comar  <comar@adacore.com>
19655             Ben Brosgol  <brosgol@adacore.com>
19656
19657         * debug.adb:  Update flags documentation
19658
19659         * gnat_ugn.texi: Add documentation for new -gnatwq switch
19660         Clean up documentation for several other warning switches
19661         Clarify how task stack size can be specified with various
19662         versions of Windows.
19663         Add note that -gnatVo includes ranges including loops
19664         Add documentation for -gnatL switch
19665         Add note on elaboration warning for initializing variables
19666         Add documentation for new -gnatwt warning switch
19667         Document new form of pragma Warnings (On|Off, string)
19668         Add comment on use of pragma Warnings to control warnings
19669         Add documentation for -gnatjnn switch
19670         Modify section on interfacing with C for VMS 64-bit.
19671         Add doc for -gnatVe/E
19672         Add documentation of new warning flags -gnatww/-gnatwW
19673         Add warnings about address clause overlays to list of warnings
19674         (Exception Handling Control): Document that the option --RTS must be
19675         used consistently for gcc and gnatbind.
19676         Clarify that inlining is not always possible
19677         Update documentation on pragma Unchecked_Union.
19678
19679         * gnat_rm.texi:
19680         Add documentation for new extended version of pragma Obsolescent
19681         Add documentation for implementation defined attribute 'Stub_Type.
19682         Add note on use of Volatile in asm statements
19683         Add documentation on use of pragma Unreferenced in context clause
19684         Document new form of pragma Warnings (On|Off, pattern)
19685         Document pragma Wide_Character_Encoding
19686         Add note that pragma Restrictions (No_Elaboration_Code) is only fully
19687         enforced if code generation is active.
19688         Add section on pragma Suppress to document GNAT specific check
19689         Alignment_Check
19690         Clarify difference between No_Dispatching_Calls & No_Dispatch.
19691         Add documentation for pragma Restrictions (No_Elaboration_Code)
19692
19693         * gnat-style.texi:
19694         Add comments on layout of subprogram local variables in the
19695         presence of nested subprograms.
19696
19697         * ug_words: Resync.
19698
19699         * elists.ads: Minor reformatting
19700         Node returns Node_Or_Entity_Id (doc change only)
19701
19702         * xgnatugn.adb: Replace ACADEMICEDITION with GPLEDITION
19703
19704         * g-arrspl.ads (Create): Update comments.
19705
19706         * sem.ads: Add details on the handling of the scope stack.
19707
19708         * usage.adb: Update documentation.
19709
19710         * validsw.ads, validsw.adb:
19711         Add definition of Validity_Check_Components and implement -gnatVe/E
19712
19713         * vms_data.ads: Add missing VMS qualifiers.
19714
19715         * s-addope.ads: Add documentation on overflow and divide by zero
19716
19717 2006-10-31  Robert Dewar  <dewar@adacore.com>
19718             Thomas Quinot  <quinot@adacore.com>
19719             Arnaud Charlet  <charlet@adacore.com>
19720
19721         * fmap.adb: Put routines in alpha order
19722
19723         * g-boumai.ads: Remove redundant 'in' keywords
19724
19725         * g-cgi.adb: Minor reformatting
19726
19727         * g-cgi.ads: Remove redundant 'in' keywords
19728
19729         * get_targ.adb: Put routines in alpha order
19730
19731         * prj-attr.ads: Minor reformatting
19732
19733         * s-atacco.ads: Minor reformatting
19734
19735         * scn.adb: Put routines in alpha order
19736
19737         * sinput-l.adb: Minor comment fix
19738
19739         * sinput-p.adb: Minor comment fix
19740
19741         * s-maccod.ads: Minor reformatting
19742
19743         * s-memory.adb: Minor reformatting
19744
19745         * s-htable.adb: Fix typo in comment.
19746
19747         * s-secsta.adb: Minor comment update.
19748
19749         * s-soflin.adb: Minor reformatting
19750
19751         * s-stoele.ads:
19752         Add comment about odd qualification in Storage_Offset declaration
19753
19754         * s-strxdr.adb:
19755         Remove unnecessary 'in' keywords for formal parameters.
19756
19757         * treeprs.adt: Minor reformatting
19758
19759         * urealp.adb: Put routines in alpha order
19760
19761         * s-wchcon.ads, s-wchcon.adb (Get_WC_Encoding_Method): New version
19762         taking string.
19763
19764         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
19765
19766         * g-trasym-vms-ia64.adb: Remove redundant 'in' keywords
19767
19768         * env.c (__gnat_unsetenv): Unsetenv is unavailable on LynxOS, so
19769         workaround as on other platforms.
19770
19771         * g-eacodu-vms.adb: Remove redundant 'in' keywords
19772         * g-expect-vms.adb: Remove redundant 'in' keywords
19773
19774         * gnatdll.adb (Add_Files_From_List): Handle Name_Error and report a
19775         clear error message if the list-of-files file cannot be opened.
19776
19777         * g-thread.adb (Unregister_Thread_Id): Add use type Thread_Id so the
19778         equality operator is always visible.
19779
19780         * lang.opt: Woverlength-strings: New option.
19781
19782         * nmake.adt:
19783         Update copyright, since nmake.ads and nmake.adb have changed.
19784
19785         * osint-b.ads, osint-b.adb (Time_From_Last_Bind): removed function .
19786         (Binder_Output_Time_Stamps_Set): removed.
19787         (Old_Binder_Output_Time_Stamp): idem.
19788         (New_Binder_Output_Time_Stamp): idem.
19789         (Recording_Time_From_Last_Bind): idem.
19790         (Recording_Time_From_Last_Bind): Make constant.
19791
19792         * output.ads, output.adb (Write_Str): Allow LF characters
19793         (Write_Spaces): New procedure
19794
19795         * prepcomp.adb (Preproc_Data_Table): Change Increment from 5% to 100%
19796
19797         * inline.adb: Minor reformatting
19798
19799         * s-asthan-vms-alpha.adb: Remove redundant 'in' keywords
19800
19801         * s-mastop-vms.adb: Remove redundant 'in' keywords
19802
19803         * s-osprim-vms.adb: Remove redundant 'in' keywords
19804
19805         * s-trafor-default.adb: Remove redundant 'in' keywords
19806
19807         * 9drpc.adb: Remove redundant 'in' keywords
19808
19809         * s-osinte-mingw.ads: Minor reformatting
19810
19811         * s-inmaop-posix.adb: Minor reformatting
19812
19813         * a-direio.ads: Remove quotes from Compile_Time_Warning message
19814
19815         * a-exexda.adb: Minor code reorganization
19816
19817         * a-filico.adb: Minor reformatting
19818
19819         * a-finali.adb: Minor reformatting
19820
19821         * a-nudira.ads: Remove quote from Compile_Time_Warning message
19822
19823         * a-numeri.ads: Minor reformatting
19824
19825         * a-sequio.ads: Remove quotes from Compile_Time_Warning message
19826
19827         * exp_pakd.ads: Fix obsolete comment
19828
19829         * a-ztenau.adb, a-ztenio.adb, a-wtenau.adb, a-tienau.adb,
19830         a-wtenio.adb (Put): Avoid assuming low bound of string is 1.
19831         Probably not a bug, but certainly neater and more efficient.
19832
19833         * a-tienio.adb: Minor reformatting
19834
19835         * comperr.adb (Compiler_Abort): Call Cancel_Special_Output at start
19836         Avoid assuming low bound of string is 1.
19837
19838         * gnatbind.adb: Change Bindusg to package and rename procedure as
19839         Display, which now ensures that it only outputs usage information once.
19840         (Scan_Bind_Arg): Avoid assuming low bound of string is 1.
19841
19842         * g-pehage.adb (Build_Identical_Keysets): Replace use of 1 by
19843         Table'First.
19844
19845         * g-regpat.adb (Insert_Operator): Add pragma Warnings (Off) to kill
19846         warning.
19847         (Match): Add pragma Assert to ensure that Matches'First is zero
19848
19849         * g-regpat.ads (Match): Document that Matches lower bound must be zero
19850
19851         * makeutl.adb (Is_External_Assignment): Add pragma Assert's to check
19852         documented preconditions (also kills warnings about bad indexes).
19853
19854         * mdll.adb (Build_Dynamic_Library): Avoid assumption that Afiles'First
19855         is 1.
19856         (Build_Import_Library): Ditto;
19857
19858         * mdll-utl.adb: (Gnatbind): Avoid assumption that Alis'First = 1
19859
19860         * rtsfind.adb (RTE_Error_Msg): Avoid assuming low bound of string is 1.
19861
19862         * sem_case.adb (Analyze_Choices): Add pragma Assert to check that
19863         lower bound of choice table is 1.
19864
19865         * sem_case.ads (Analyze_Choices): Document that lower bound of
19866         Choice_Table is 1.
19867
19868         * s-imgdec.adb (Set_Decimal_Digits): Avoid assuming low bound of
19869         string is 1.
19870
19871         * uintp.adb (Init_Operand): Document that low bound of Vec is always 1,
19872         and add appropriate Assert pragma to suppress warnings.
19873
19874         * atree.h, atree.ads, atree.adb
19875         Change Elist24 to Elist25
19876         Add definitions of Field28 and Node28
19877         (Traverse_Field): Use new syntactic parent table in sinfo.
19878
19879         * cstand.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19880
19881         * itypes.adb: Change name Is_Ada_2005 to Is_Ada_2005_Only
19882
19883         * exp_tss.adb: Put routines in alpha order
19884
19885         * fe.h: Remove redundant declarations.
19886
19887 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
19888
19889         * utils.c (builtin_function): Rename to gnat_builtin_function.
19890         Move common code to add_builtin_function.
19891         * misc.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
19892         gnat_builtin_function.
19893         * gigi.h (builtin_function): Rename to gnat_builtin_function.
19894         Change the signature.
19895
19896 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
19897
19898         * Makefile.in: Add TEXI2PDF definition.
19899         * Make-lang.in: Add "ada.pdf" target.
19900
19901 2006-10-03  Kazu Hirata  <kazu@codesourcery.com>
19902
19903         * decl.c, utils.c: Fix comment typos.
19904         * utils.c: Fix a typo.
19905
19906 2006-09-28  Eric Botcazou  <ebotcazou@adacore.com>
19907
19908         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
19909         on "pure" Ada subprograms if SJLJ exceptions are used.
19910         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Set TREE_NO_WARNING
19911         on the declaration node of JMPBUF_SAVE.
19912         * utils.c (init_gigi_decls): Set DECL_IS_PURE on the declaration nodes
19913         of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
19914         * utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
19915
19916 2006-08-20  Laurent Guerby  <laurent@guerby.net>
19917
19918         PR ada/28716
19919         g-socket.adb (Bind_Socket): Call Set_Address.
19920
19921 2006-09-15  Eric Botcazou  <ebotcazou@adacore.com>
19922
19923         PR ada/15802
19924         * decl.c (same_discriminant_p): New static function.
19925         (gnat_to_gnu_entity) <E_Record_Type>: When there is a parent
19926         subtype and we have discriminants, fix up the COMPONENT_REFs
19927         for the discriminants to make them reference the corresponding
19928         fields of the parent subtype after it has been built.
19929
19930 2006-09-15  Roger Sayle  <roger@eyesopen.com>
19931
19932         PR ada/18817
19933         * utils.c (max_size): Perform constant folding of (A ? B : C) - D
19934         into A ? B - D : C - D when calculating the size of a MINUS_EXPR.
19935
19936 2006-09-13  Olivier Hainque  <hainque@adacore.com>
19937
19938         PR ada/29025
19939         * trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address
19940         of a SAVE_EXPR, just make the operand addressable/not-readonly and
19941         let the common gimplifier code make and propagate a temporary copy.
19942         (call_to_gnu): Clarify the use of SAVE_EXPR for not addressable
19943         out/in-out actuals and defer setting the addressable/readonly bits
19944         to the gimplifier.
19945
19946 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19947
19948         PR ada/28591
19949         * decl.c (components_to_record): Defer emitting debug info for the
19950         record type associated with the variant until after we are sure to
19951         actually use it.
19952
19953 2006-09-13  Eric Botcazou  <ebotcazou@adacore.com>
19954
19955         PR ada/21952
19956         * gigi.h (gnat_internal_attribute_table): Declare.
19957         * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above.
19958         * utils.c (gnat_internal_attribute_table): New global variable.
19959         (builtin_function): Always call decl_attributes on the builtin.
19960         (handle_const_attribute): New static function.
19961         (handle_nothrow_attribute): Likewise.
19962
19963 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19964
19965         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
19966
19967 2006-06-23  Olivier Hainque  <hainque@adacore.com>
19968
19969         * misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
19970         not been able to get a constant upper bound from TYPE_SIZE_UNIT.
19971
19972 2006-06-20  James A. Morrison  <phython@gcc.gnu.org>
19973             Eric Botcazou  <ebotcazou@adacore.com>
19974
19975         PR ada/18692
19976         * Make-lang.in: Add check-gnat to lang_checks.  Rename existing
19977         check-gnat into check-acats.
19978
19979 2006-06-17  Karl Berry  <karl@gnu.org>
19980
19981         * gnat-style.texi (@dircategory): Use "Software development"
19982         instead of "Programming", following the Free Software Directory.
19983
19984 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19985
19986         PR ada/27944
19987         * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
19988
19989 2006-06-06  Laurent Guerby  <laurent@guerby.net>
19990
19991         PR ada/27769
19992         mlib-utl.adb: Use Program_Name.
19993
19994 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
19995
19996         * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
19997         sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
19998         trans.c, utils.c: Fix comment typos.  Follow spelling
19999         conventions.
20000         * gnat_rm.texi, gnat_ugn.texi, : Fix typos.  Follow spelling
20001         conventions.
20002
20003 2006-05-19  Nicolas Setton  <setton@adacore.com>
20004
20005         * misc.c (gnat_dwarf_name): New function.
20006         (LANG_HOOKS_DWARF_NAME): Define to it.
20007
20008 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20009
20010         * Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).
20011         (ada/misc.o): Likewise.
20012         (ada/utils.o): Likewise.
20013
20014 2006-04-08  Aurelien Jarno  <aurel32@debian.org>
20015
20016         * Makefile.in: Add Ada support for GNU/kFreeBSD.
20017         * s-osinte-kfreebsd-gnu.ads: New file.
20018
20019 2006-03-29  Carlos O'Donell  <carlos@codesourcery.com>
20020
20021         * Make-lang.in: Rename docdir to gcc_docdir.
20022
20023 2006-03-04  Eric Botcazou  <ebotcazou@adacore.com>
20024
20025         * gigi.h (get_ada_base_type): Delete.
20026         * utils2.c (get_ada_base_type): Likewise.
20027         * trans.c (convert_with_check): Operate in the real base type.
20028
20029 2006-03-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20030
20031         * uintp.adb (Num_Bits): Handle Uint_Int_First specially.
20032
20033 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
20034
20035         * utils.c (create_var_decl): Use have_global_bss_p when deciding
20036         whether to make the decl common.
20037
20038 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
20039
20040         * Make-lang.in (Ada): Remove.
20041         (.PHONY): Remove Ada
20042
20043 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20044
20045         * sem_ch4.adb (Find_Boolean_Types): If one of the operands is an
20046         aggregate, check the interpretations of the other operand to find one
20047         that may be a boolean array.
20048
20049         (Analyze_Selected_Component): Fix flow-of-control typo in case where
20050         the prefix is a private extension.
20051
20052 2006-02-17  Eric Botcazou  <botcazou@adacore.com>
20053
20054         PR ada/26315
20055         * utils2.c (find_common_type): If both input types are BLKmode and
20056         have the same constant size, keep using the first one.
20057
20058         * bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.
20059
20060         * decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.
20061
20062         * misc.c (gnat_handle_option): New case for -Woverlength-strings.
20063
20064 2006-02-17  Jose Ruiz  <ruiz@adacore.com>
20065
20066         * s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
20067         s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb,
20068         s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-lynxos.adb,
20069         s-taprop-tru64.adb (Set_False, Set_True, Suspend_Until_True): Add
20070         Abort_Defer/Undefer pairs to avoid the possibility of a task being
20071         aborted while owning a lock.
20072
20073 2006-02-17  Javier Miranda  <miranda@adacore.com>
20074             Robert Dewar  <dewar@adacore.com>
20075
20076         * exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed
20077         through an access to class-wide interface we force the displacement of
20078         the pointer to the allocated object to reference the corresponding
20079         secondary dispatch table.
20080         (Expand_N_Op_Divide): Allow 64 bit divisions by small power of 2,
20081         if Long_Shifts are supported on the target, even if 64 bit divides
20082         are not supported (configurable run time mode).
20083         (Expand_N_Type_Conversion): Do validity check if validity checks on
20084         operands are enabled.
20085         (Expand_N_Qualified_Expression): Do validity check if validity checks
20086         on operands are enabled.
20087
20088 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20089
20090         * exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
20091         must be materialized when the renamed expression is an explicit
20092         dereference.
20093
20094 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20095
20096         * freeze.adb (Statically_Discriminated_Components): Return false if
20097         the bounds of the type of the discriminant are not static expressions.
20098
20099         * sem_aggr.adb (Check_Static_Discriminated_Subtype): Return false if
20100         the bounds of the discriminant type are not static.
20101
20102 2006-02-17  Robert Dewar  <dewar@adacore.com>
20103
20104         * g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD,
20105         then we close To if it is valid.
20106
20107 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
20108
20109         * init.c (facility_resignal_table): new array
20110         (__gnat_default_resignal_p): enhance default predicate to resignal if
20111         VMS condition has one of the predefined facility codes.
20112
20113 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
20114
20115         * Makefile.in: Use VMS64 specialized versions of several units in
20116         Interfaces.C hierarchy to be compatible with HP C default size choices.
20117         Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.
20118
20119 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20120
20121         * sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram
20122         instantiation, the corresponding entity is the related_instance of the
20123         wrapper package created for the instance.
20124
20125 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20126
20127         * sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if
20128         the current instance is nested within another instance in a child unit.
20129
20130 2006-02-17  Javier Miranda  <miranda@adacore.com>
20131             Ed Schonberg  <schonberg@adacore.com>
20132
20133         * sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent
20134         type we cannot inherit the primitive operations; we inherit the
20135         Corresponding_Record_Type (which has the list of primitive operations).
20136         (Check_Anonymous_Access_Types): When creating anonymous access types for
20137         access components, use Rewrite in order to preserve the tree structure,
20138         for ASIS use.
20139         (Analyze_Object_Declaration): For limited types with access
20140         discriminants with defaults initialized by an aggregate, obtain
20141         subtype from aggregate as for other mutable types.
20142         (Derived_Type_Declaration): If the derived type is a limited interface,
20143         set the corresponding flag (Is_Limited_Record is not sufficient).
20144
20145 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
20146
20147         * sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order
20148         to inline a function that returns an unconstrained type, the return
20149         expression must be the first variable declared in the body of the
20150         function.
20151
20152 2006-02-17  Javier Miranda  <miranda@adacore.com>
20153
20154         * sem_res.adb (Resolve_Type_Conversion): In case of conversion to an
20155         abstract interface type, the static analysis is not enough to know if
20156         the interface is implemented or not by the source tagged type. Hence
20157         we must pass the work to the expander to generate the required code to
20158         evaluate the conversion at run-time.
20159         (Resolve_Equality_Op): Do not apply previous
20160         transformation if expansion is disasbled, to prevent anomalies when
20161         locating global references in a generic unit.
20162
20163 2006-02-17  Vincent Celier  <celier@adacore.com>
20164
20165         * snames.ads, snames.adb: New standard names for new project attributes:
20166         archive_builder, archive_indexer, compiler_pic_option,
20167         config_body_file_name, config_body_file_name_pattern,
20168         config_file_switches, config_file_unique, config_spec_file_name,
20169         config_spec_file_name_pattern, default_builder_switches,
20170         default_global_compiler_switches, default_language,
20171         dependency_file_kind, global_compiler_switches, include_path,
20172         include_path_file, language_kind, linker_executable_option,
20173         linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
20174         roots, runtime_project.
20175
20176 2006-02-17  Matthew Heaney  <heaney@adacore.com>
20177
20178         * a-convec.ads, a-convec.adb:
20179         (operator "&"): handle potential overflow for large index types
20180         (Insert): removed Contraint_Error when using large index types
20181         (Insert_Space): removed Constraint_Error for large index types
20182         (Length): moved constraint check from Length to Insert
20183
20184         * a-coinve.ads, a-coinve.adb: Stream attribute procedures are declared
20185         as not null access.
20186         Explicit raise statements now include an exception message.
20187         (operator "&"): handle potential overflow for large index types
20188         (Insert): removed Contraint_Error when using large index types
20189         (Insert_Space): removed Constraint_Error for large index types
20190         (Length): moved constraint check from Length to Insert
20191
20192 2006-02-17  Robert Dewar  <dewar@adacore.com>
20193
20194         * s-wchcnv.adb: Document handling of [ on output (we do not change
20195         this to ["5B"] and the new comments say why not.
20196
20197         * gnat_ugn.texi:
20198         Add note for -gnatVo that this now includes the cases of type
20199         conversions and qualified expressions.
20200         Add comments on handling of brackets encoding for Text_IO
20201
20202 2006-02-17  Ramon Fernandez  <fernandez@adacore.com>
20203             Thomas Quinot  <quinot@adacore.com>
20204             Robert Dewar  <dewar@adacore.com>
20205             Javier Miranda  <miranda@adacore.com>
20206
20207         * expander.adb: Fix typo in comment
20208
20209         * exp_pakd.adb: Fix typo
20210         Minor comment reformatting.
20211
20212         * g-dyntab.adb: Minor reformatting
20213
20214         * exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
20215         aliased subprograms to look for the abstract interface subprogram.
20216
20217 2006-02-16  Eric Botcazou  <ebotcazou@adacore.com>
20218
20219         * env.c (__gnat_setenv): Use size_t.
20220         (__gnat_unsetenv): Likewise.
20221         (__gnat_clearenv): Likewise.
20222
20223 2006-02-16  Arnaud Charlet  <charlet@adacore.com>
20224
20225         * opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
20226
20227 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20228
20229         * a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
20230         g-soliop-unixware.ads, i-os2err.ads, i-os2lib.adb, i-os2lib.ads,
20231         i-os2syn.ads, i-os2thr.ads, s-intman-irix-athread.adb,
20232         s-osinte-aix-fsu.ads, s-osinte-fsu.adb, s-parame-os2.adb,
20233         s-osinte-irix-athread.ads, s-osinte-linux-fsu.ads, s-osinte-os2.adb,
20234         s-osinte-os2.ads, s-osinte-solaris-fsu.ads, s-osinte-unixware.adb,
20235         s-osinte-unixware.ads, s-osprim-os2.adb, s-taprop-irix-athread.adb,
20236         s-taprop-os2.adb, s-tasinf-irix-athread.adb, s-tasinf-irix-athread.ads,
20237         s-taspri-os2.ads, system-os2.ads, system-unixware.ads: Removed,
20238         no longer used.
20239
20240 2006-02-13  Jose Ruiz  <ruiz@adacore.com>
20241
20242         * a-taster.adb (Current_Task_Fallback_Handler): Document why explicit
20243         protection against race conditions is not needed.
20244         (Set_Dependents_Fallback_Handler): Add mutual exclusive access to the
20245         fallback handler.
20246         (Set_Specific_Handler): Add mutual exclusive access to the specific
20247         handler.
20248         (Specific_Handler): Add mutual exclusive access for retrieving the
20249         specific handler.
20250
20251         * s-tarest.adb (Task_Wrapper): Add mutual exclusive access to the fall
20252         back handler.
20253
20254         * s-taskin.ads (Common_ATCB): Remove pragma Atomic for
20255         Fall_Back_Handler and Specific_Handler.
20256
20257         * s-tassta.adb (Task_Wrapper): Add mutual exclusive access to the task
20258         termination handlers.
20259         Set two different owerflow depending on the maximal stack size.
20260
20261         * s-solita.adb (Task_Termination_Handler_T): Document why explicit
20262         protection against race conditions is not needed when executing the
20263         task termination handler.
20264
20265 2006-02-13  Robert Dewar  <dewar@adacore.com>
20266
20267         * s-gloloc-mingw.adb, a-cgaaso.ads, a-stzmap.adb, a-stzmap.adb,
20268         a-stzmap.ads, a-ztcoio.adb, a-ztedit.adb, a-ztedit.ads, a-ztenau.adb,
20269         a-ztenau.ads, a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
20270         a-comlin.adb, a-decima.adb, a-decima.ads, a-direio.adb, a-direio.adb,
20271         a-direio.adb, a-direio.ads, a-ngcoty.adb, a-ngcoty.ads, a-nuflra.adb,
20272         a-nuflra.ads, a-sequio.adb, a-sequio.ads, a-sequio.ads, a-storio.ads,
20273         a-stream.ads, a-ststio.adb, a-ststio.adb, a-ststio.ads, a-ststio.ads,
20274         a-stwima.adb, a-stwima.adb, a-stwima.ads, a-stwise.adb, a-teioed.adb,
20275         a-teioed.ads, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tasatt.ads,
20276         a-tideau.adb, a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
20277         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.ads, a-tiflau.adb,
20278         a-tiflau.ads, a-tiflio.adb, a-tiflio.adb, a-tiflio.ads, a-tigeau.ads,
20279         a-tiinau.adb, a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoio.adb,
20280         a-timoio.ads, a-titest.adb, a-titest.ads, a-wtcoio.adb, a-wtdeau.adb,
20281         a-wtdeau.ads, a-wtdeio.adb, a-wtdeio.ads, a-wtedit.adb, a-wtedit.adb,
20282         a-wtedit.ads, a-wtenau.adb, a-wtenau.ads, a-wtenau.ads, a-wtenio.adb,
20283         a-wtenio.ads, a-wtfiio.adb, a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads,
20284         a-wtflio.adb, a-wtflio.adb, a-wtflio.ads, a-wtgeau.ads, a-wtinau.adb,
20285         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb, a-wtmoau.ads,
20286         a-wtmoio.adb, a-wtmoio.ads, xref_lib.adb, xref_lib.ads, xr_tabls.adb,
20287         g-boubuf.adb, g-boubuf.ads, g-cgideb.adb, g-io.adb, gnatdll.adb,
20288         g-pehage.adb, i-c.ads, g-spitbo.adb, g-spitbo.ads, mdll.adb,
20289         mlib-fil.adb, mlib-utl.adb, mlib-utl.ads, prj-env.adb, prj-tree.adb,
20290         prj-tree.ads, prj-util.adb, s-arit64.adb, s-asthan.ads, s-auxdec.adb,
20291         s-auxdec.ads, s-chepoo.ads, s-direio.adb, s-direio.ads, s-errrep.adb,
20292         s-errrep.ads, s-fileio.adb, s-fileio.ads, s-finroo.adb, s-finroo.ads,
20293         s-gloloc.adb, s-gloloc.ads, s-io.adb, s-io.ads, s-rpc.adb,
20294         s-rpc.ads, s-shasto.ads, s-sequio.adb, s-stopoo.ads, s-stratt.adb,
20295         s-stratt.ads, s-taasde.adb, s-taasde.ads, s-tadert.adb, s-sequio.ads,
20296         s-taskin.adb, s-tasque.adb, s-tasque.ads, s-wchjis.ads, makegpr.adb,
20297         a-coinve.adb, a-cidlli.adb, eval_fat.adb, exp_dist.ads, exp_smem.adb,
20298         fmap.adb, g-dyntab.ads, g-expect.adb, lib-xref.ads, osint.adb,
20299         par-load.adb, restrict.adb, sinput-c.ads, a-cdlili.adb,
20300         system-vms.ads, system-vms-zcx.ads, system-vms_64.ads: Minor
20301         reformatting.
20302
20303 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
20304
20305         * a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
20306         s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
20307         s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
20308         s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
20309         a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
20310         s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
20311         a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
20312         s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
20313         s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
20314
20315 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20316
20317         * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads,
20318         s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads,
20319         s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads,
20320         s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads,
20321         s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads,
20322         s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed,
20323         replaced by anonymous access type.
20324         (pthread_sigmask): Now take an access sigset_t
20325
20326         * s-osinte-hpux.ads:  Ditto.
20327         (pthread_mutex_t, pthread_cond_t): Update definitions to support
20328         properly 32 and 64 bit ABIs.
20329
20330 2006-02-13  Pascal Obry  <obry@adacore.com>
20331
20332         * s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb,
20333         s-taprop-lynxos.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb,
20334         s-taprop-linux.adb, s-taprop-solaris.adb,
20335         s-taprop-vms.adb (Create_Task): Remove task adjustment code. This
20336         adjustement is already done when calling this routine.
20337
20338 2006-02-13  Pascal Obry  <obry@adacore.com>
20339
20340         * system-mingw.ads (Underlying_Priorities): Update the priority mapping
20341         table to take advantage of the 16 priority levels available on Windows
20342         2000 and XP. On NT4 there are only 7 priority levels, this is properly
20343         supported by this new mapping.
20344
20345 2006-02-13  Nicolas Setton  <setton@adacore.com>
20346
20347         * adadecode.h, adadecode.c: (__gnat_decode): Improve support of types.
20348         (get_encoding): New subprogram. Extracts the encodings from an encoded
20349         Ada name.
20350
20351 2006-02-13  Pascal Obry  <obry@adacore.com>
20352             Nicolas Roche  <roche@adacore.com>
20353             Arnaud Charlet  <charlet@adacore.com>
20354
20355         * adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode
20356         support.
20357         (__gnat_try_lock): Add unicode support by using a specific section on
20358         Windows.
20359         (__gnat_get_current_dir): Idem.
20360         (__gnat_open_read): Idem.
20361         (__gnat_open_rw): Idem.
20362         (__gnat_open_create): Idem.
20363         (__gnat_create_output_file): Idem.
20364         (__gnat_open_append): Idem.
20365         (__gnat_open_new): Idem.
20366         (__gnat_file_time_name): Idem.
20367         (__gnat_set_file_time_name): Idem.
20368         (__gnat_stat): Idem.
20369         (win32_no_block_spawn): Idem.
20370         (__gnat_locate_exec_on_path): Idem.
20371         (__gnat_opendir): New routine.
20372         (__gnat_closedir): Idem.
20373         (__gnat_readdir): Add new parameter length (pointer to int). Update
20374         implementation to use it and add specific Win32 code for Unicode
20375         support.
20376         (__gnat_get_env_value_ptr): Remove. Replaced by __gnat_getenv in env.c
20377         (__gnat_set_env_value): Remove. Replaced by __gnat_setenv in env.c
20378         (convert_addresses): Do not define this dummy routine on VMS.
20379
20380         * mingw32.h (GNAT_UNICODE_SUPPORT): New definition, if set the GNAT
20381         runtime Unicode support will be activated.
20382         (S2WS): String to Wide-String conversion. This version just copy a
20383         string in non Unicode version.
20384         (WS2S): Wide-String to String conversion. This version just copy a
20385         string in non Unicode version.
20386
20387         * g-dirope.adb: (Close): Now import __gnat_closedir from adaint.c.
20388         (Open): Now import __gnat_opendir from adaint.c.
20389         (Read): Change the implementation to support unicode characters. It is
20390         not possible to use strlen() on Windows as this version supports only
20391         standard ASCII characters. So the length of the directory entry is now
20392         returned from the imported __gnat_readdir routine.
20393         Update copyright notice.
20394
20395         * s-crtl-vms64.ads, s-crtl.ads: (closedir): Moved to adaint.c.
20396         (opendir): Moved to adaint.c.
20397
20398         * g-os_lib.adb (Copy_Time_Stamp): Fix off-by-one range computation.
20399         (Get_Directory): Fix wrong indexing.
20400         (Getenv): replace __gnat_get_env_value_ptr from adaint.c by
20401         __gnat_getenv from env.c
20402         (Setenv): replace __gnat_set_env_value from adaint.c by __gnat_setenv
20403         from env.c
20404
20405         * env.h, env.c: New file.
20406
20407         * s-scaval.adb (Initialize): Replace __gnat_get_env_value_ptr from
20408         adaint.c by __gnat_getenv from env.c
20409
20410         * s-shasto.adb (Initialize): replace __gnat_get_env_value_ptr from
20411         adaint.c by __gnat_getenv from env.c
20412
20413         * Make-lang.in: Add env.o in the list of C object needed by gnat1
20414         and gnatbind.
20415         Update dependencies.
20416
20417 2006-02-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20418             Olivier Hainque  <hainque@adacore.com>
20419             Eric Botcazou  <ebotcazou@adacore.com>
20420
20421         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): Deleted.
20422
20423         * gigi.h (value_factor_p): Add prototype and description, now public.
20424
20425         * decl.c (gnat_to_gnu_field): Don't attempt BLKmode to integral type
20426         promotion for field with rep clause if the associated size was proven
20427         to be in error.
20428         Expand comments describing attempts to use a packable type.
20429         (gnat_to_gnu_entity) <E_Signed_Integer_Subtype,
20430         E_Floating_Point_Subtype>: Inherit alias set of what we are making a
20431         subtype of to ensure conflicts amongst all subtypes in a hierarchy,
20432         necessary since these are not different types and pointers may
20433         actually designate any subtype in this hierarchy.
20434         (gnat_to_gnu_entity, case E_Record_Type): Always make fields for
20435         discriminants but put them into record only if not Unchecked_Union;
20436         pass flag to components_to_record showing Unchecked_Union.
20437         (make_dummy_type): Use UNION_TYPE only if Unchecked_Union and no
20438         components before variants; don't set TYPE_UNCHECKED_UNION_P.
20439         (components_to_record): New argument UNCHECKED_UNION.
20440         Remove special case code for Unchecked_Union and instead use main code
20441         with small changes.
20442
20443         PR ada/26096
20444         (gnat_to_gnu_entity) <E_Variable>: Do not initialize the aligning
20445         variable with the expression being built, only its inner field.
20446
20447         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Remove call to
20448         emit_sequence_entry_statements.
20449         (emit_sequence_entry_statements, body_with_handlers_p): Delete.
20450         (establish_gnat_vms_condition_handler): Move before
20451         Subprogram_Body_to_gnu.
20452         (Subprogram_Body_to_gnu): On VMS, establish_gnat_vms_condition_handler
20453         for a subprogram if it has a foreign convention or is exported.
20454         (Identifier_to_gnu): Manually unshare the DECL_INITIAL tree when it is
20455         substituted for a CONST_DECL.
20456         (tree_transform, case N_Aggregate): Remove code for UNION_TYPE and pass
20457         Etype to assoc_to_constructor.
20458         (assoc_to_constructor): New argument, GNAT_ENTITY; use it to ignore
20459         discriminants of Unchecked_Union.
20460         (TARGET_ABI_OPEN_VMS): Define to 0 if not defined, so that later uses
20461         don't need cluttering preprocessor directives.
20462         (establish_gnat_vms_condition_handler): New function. Establish the GNAT
20463         condition handler as current in the compiled function.
20464         (body_with_handlers_p): New function. Tell whether a given sequence of
20465         statements node is attached to a package or subprogram body and involves
20466         exception handlers possibly nested within inner block statements.
20467         (emit_sequence_entry_statements): New function, to emit special
20468         statements on entry of sequences when necessary. Establish GNAT
20469         condition handler in the proper cases for VMS.
20470         (Handled_Sequence_Of_Statements_to_gnu): Start block code with
20471         emit_sequence_entry_statements.
20472
20473         * utils2.c (find_common_type): If both input types are BLKmode and
20474         have a constant size, use the smaller one.
20475         (build_simple_component_ref): Also match if FIELD and NEW_FIELD are
20476         the same.
20477
20478         * utils.c (value_factor_p): Make public, to allow uses from other gigi
20479         units.
20480         (create_type_decl): Do not set the flag DECL_IGNORED_P for dummy types.
20481         (convert, case UNION_TYPE): Remove special treatment for unchecked
20482         unions.
20483
20484         PR ada/18659
20485         (update_pointer_to): Update variants of pointer types to unconstrained
20486         arrays by attaching the list of fields of the main variant.
20487
20488 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20489             Robert Dewar  <dewar@adacore.com>
20490
20491         * a-exexpr.adb, a-exexpr-gcc.adb
20492         (Process_Raise_Exception): Removed, merged with Propagate_Exception.
20493         (Propagate_Exception): Now take extra From_Signal_Handler parameter.
20494         Remove code unused for exception propagation for the compiler itself
20495         from a-except.adb and update to still share separate packages.
20496
20497         * a-except.ads, a-except.adb: Ditto.
20498         Add comments that this version is now used only by the compiler and
20499         other basic tools. The full version that includes the Ada 2005 stuff
20500         is in separate files a-except-2005.ads/adb. The reason is that we do
20501         not want to cause bootstrap problems with compilers not recognizing
20502         Wide_Wide_String.
20503         Add exception reason code PE_Implicit_Return
20504         Add new exception reason code (Null Exception_Id)
20505
20506         * a-except-2005.adb, a-except-2005.ads: New files.
20507
20508         * s-wchcon.ads: (Get_WC_Encoding_Method): New function.
20509
20510         * s-wchcon.adb: New file.
20511
20512         * Makefile.in (LIBGNAT_SRCS): Add tb-gcc.c.
20513         (traceback.o deps): Likewise.
20514         (SPARC/Solaris): Accept sparc[64|v9]-sun-solaris.
20515         Activate build of GMEM instrumentation library on VMS targets.
20516         (gnatlib-sjlj, gnatlib-zcx): Pass EH_MECHANISM to make gnatlib.
20517         Use a-except-2005.ads/adb for all run-time library builds unless
20518         specified otherwise.
20519         [VMS] (LIBGNAT_TARGET_PAIRS_AUX1,2): Rename s-parame-vms.ads to
20520         s-parame-vms-alpha.ads and add s-parame-vms-ia64.ads.
20521         Use s-parame.adb on all native platforms.
20522         Use s-parame-vxworks.adb on all vxworks platforms.
20523         Add env.c env.h in LIBGNAT_SRCS
20524         Add env.o in LIBGNAT_OBJS
20525         (GNATMAKE_OBJS): Remove ctrl_c.o object.
20526         (LIBGNAT_TARGET_PAIRS for x86-vxworks): Use an specialized version of
20527         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
20528         supports VxWorks 6 RTPs.
20529         (EXTRA_GNATRTL_NONTASKING_OBJS for x86-vxworks): Remove the use of
20530         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
20531
20532         * types.h, types.ads (Terminate_Program): New exception
20533         Add comment on modifying multiple versions of a-except.adb when the
20534         table of exception reasons is modified.
20535         Add exception reason code PE_Implicit_Return
20536         Add new exception reason code (Null Exception_Id)
20537
20538         * clean.adb (Initialize): Get the target parameters before checking
20539         if target is OpenVMS. Move the OpenVMS specific code here from package
20540         body elaboration code.
20541
20542 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20543             Vincent Celier  <celier@adacore.com>
20544             Robert Dewar  <dewar@adacore.com>
20545
20546         * ali-util.adb (Get_File_Checksum): Update to account for change in
20547         profile of Initialize_Scanner.
20548
20549         * gprep.adb (Gnatprep): Update to account for change in profile of
20550         Initialize_Scanner.
20551         (Process_One_File): Same.
20552
20553         * lib.adb (Get_Code_Or_Source_Unit): New subprogram factoring the
20554         common code between Get_Code_Unit and Get_Source_Unit. Reimplement
20555         that behaviour using the new Unit information recorded in the source
20556         files table, rather than going through all units every time.
20557         (Get_Code_Unit): Reimplement in terms of Get_Code_Or_Source_Unit.
20558         (Get_Source_Unit): Same.
20559
20560         * prepcomp.adb (Parse_Preprocessing_Data_File): Update to account for
20561         change in profile of Initialize_Scanner.
20562         (Prepare_To_Preprocess): Same.
20563
20564         * lib.ads: Fix typo in comment (templace -> template).
20565
20566         * prj-part.adb (Parse_Single_Project): Update to account for change in
20567         profile of Initialize_Scanner.
20568
20569         * scn.adb (Initialize_Scanner): Account for change in profile of
20570         Scng.Initialize_Scanner: set Current_Source_Unit in Scn instead of Scng.
20571         Also record the association of the given Source_File_Index to the
20572         corresponding Unit_Number_Type.
20573
20574         * scng.ads, scng.adb (Initialize_Scanner.Set_Reserved): Remove
20575         procedure.
20576         (Initialize_Scanner): Call Scans.Initialize_Ada_Keywords.
20577         Remove Unit formal for generic scanner: this formal
20578         is only relevant to Scn (the scanner instance used to parse Ada source
20579         files), not to other instances. Update comment accordingly.
20580         (Scan): Use new function Snames.Is_Keyword_Name.
20581
20582         * sinfo-cn.adb: Fix typo in comment.
20583
20584         * sinput.adb (Unit, Set_Unit): Accessors for new source file attribute
20585         Unit.
20586
20587         * sinput.ads (Source_File_Record): New component Unit, used to capture
20588         the unit identifier (if any) associated to a source file.
20589
20590         * sinput-c.adb, sinput-l.adb (Load_File): Initialize new component
20591         Unit in Source_File_Record.
20592
20593         * sinput-p.adb (Source_File_Is_Subunit): Update to account for change
20594         in profile of Initialize_Scanner.
20595
20596         * scans.adb (Initialize_Ada_Keywords): New procedure
20597
20598         * scans.ads (Initialize_Ada_Keywords): New procedure to initialize the
20599         Ada keywords in the Namet table, without the need to call
20600         Initialize_Scanner.
20601
20602         * snames.adb: Add pragma Ada_2005 (synonym for Ada_05)
20603         (Is_Keyword_Name): New function
20604
20605         * snames.ads: Add subtype Configuration_Pragma_Names
20606         Add pragma Ada_2005 (synonym for Ada_05)
20607         (Is_Keyword_Name): New function
20608
20609         * snames.h: Add pragma Ada_2005 (synonym for Ada_05)
20610
20611 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20612
20613         * a-stwisu.adb, a-strsup.adb, a-stzsup.adb (Super_Slice): Fix slice
20614         index.
20615
20616         * a-stwima.adb (To_Set): Add extra check when N = 0.
20617
20618         * g-regpat.adb: (Match_Simple_Operator): Avoid possible overflow.
20619
20620 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
20621
20622         * s-parame-mingw.adb, s-parame-linux.adb,
20623         s-parame-solaris.adb: Removed, replaced by s-parame.adb
20624
20625         * s-parame-vxworks.ads: Fix typo.
20626
20627         * s-parame-vxworks.adb: New file.
20628
20629         * s-parame.adb: Version now used by all native platforms.
20630         (Default_Stack_Size): Use 2 megs for default stack size and use
20631         __gl_default_stack_size when available.
20632         (Minimum_Stack_Size): Use 12K.
20633
20634         * s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
20635         (Create_Task): Refine implementation taking advantage of the XP stack
20636         size support. On XP, we now create the thread using the flag
20637         STACK_SIZE_PARAM_IS_A_RESERVATION.
20638
20639         * s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.
20640
20641         * sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
20642         XP and 0 on older Windows versions.
20643
20644         * interfac-vms.ads: Removed, no longer used.
20645
20646 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20647
20648         * a-rbtgso.adb, a-crbtgo.adb, a-crbtgk.adb, a-coorse.adb,
20649         a-cohama.adb, a-ciorse.adb, a-cihama.adb, a-cihase.adb,
20650         a-cohase.adb: All explicit raise statements now include an exception
20651         message.
20652
20653         * a-ciormu.ads, a-ciormu.adb, a-coormu.ads, a-coormu.adb
20654         (Update_Element_Preserving_Key): renamed op to just Update_Element.
20655         Explicit raise statements now include an exception message
20656
20657         * a-cihase.ads, a-cohase.ads: Removed comment.
20658
20659         * a-stboha.ads, a-stboha.adb, a-stfiha.ads, a-envvar.adb,
20660         a-envvar.ads, a-swbwha.ads, a-swbwha.adb, a-swfwha.ads, a-szbzha.ads,
20661         a-szbzha.adb, a-szfzha.ads: New files.
20662
20663 2006-02-13  Matthew Heaney  <heaney@adacore.com>
20664
20665         * a-cgcaso.adb, a-cgaaso.adb: Implemented using heapsort instead of
20666         quicksort.
20667
20668 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
20669
20670         * lang.opt: Wvariadic-macros: New option.
20671         Wold-style-definition: Likewise.
20672         Wmissing-format-attribute: Likewise.
20673
20674         * misc.c (gnat_handle_option): New cases for -Wvariadic-macros,
20675         -Wold-style-definition and -Wmissing-format-attribute.
20676
20677 2006-02-13  Robert Dewar  <dewar@adacore.com>
20678
20679         * a-ticoio.ads, a-ticoio.adb: Add use clause (moved here from spec)
20680
20681         * a-coteio.ads, a-lcteio.ads, a-llctio.ads, a-scteio.ads: New files.
20682
20683 2006-02-13  Nicolas Roche  <roche@adacore.com>
20684
20685         * a-envvar.adb, a-envvar.ads: New files.
20686
20687 2006-02-13  Douglas Rupp  <rupp@adacore.com>
20688
20689         * s-parame-vms.ads: Renamed to s-parame-vms-alpha.ads
20690
20691         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: New files.
20692
20693 2006-02-13  Pat Rogers  <rogers@adacore.com>
20694
20695         * a-rttiev.adb, a-rttiev.ads: New files.
20696
20697 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
20698
20699         * a-tiboio.adb, a-tiboio.ads, a-wwboio.adb,
20700         a-wwboio.ads, a-zzboio.adb, a-zzboio.ads:  New files.
20701
20702         * impunit.adb, Makefile.rtl: Added new Ada 2005 units.
20703
20704 2006-02-13  Robert Dewar  <dewar@adacore.com>
20705
20706         * rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb,
20707         sem_case.adb: Minor code reorganization (not Present should be No)
20708
20709 2006-02-13  Geert Bosch  <bosch@adacore.com>
20710             Gary Dismukes  <dismukes@adacore.com>
20711
20712         * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
20713         0, since the lower bound of the actual string may be greater than one.
20714
20715         PR ada/20753
20716         * a-tifiio.adb (Put): Fix condition to raise Layout_Error when invalid
20717         layout is requested.
20718
20719 2006-02-13  Vincent Celier  <celier@adacore.com>
20720
20721         * back_end.adb (Scan_Compiler_Arguments): Check if
20722         Search_Directory_Present is True and, if it is, add the argument in
20723         the source search directory path.
20724
20725         * switch-c.adb (Scan_Front_End_Switches): Accept switch "-I". Set
20726         Search_Directory_Present to True.
20727
20728 2006-02-13  Joel Brobecker  <brobecke@adacore.com>
20729
20730         * bindgen.adb (Gen_Main_C): declare the ensure_reference variable as
20731         volatile, to tell the compiler to preserve this variable at any level
20732         of optimization.
20733         (Gen_Versions_Ada): Temporarily work around codegen bug.
20734
20735 2006-02-13  Vincent Celier  <celier@adacore.com>
20736
20737         * gnatlink.adb (Process_Binder_File): If -shared is specified, invoke
20738         gcc to link with option -shared-libgcc.
20739         (Gnatlink): Remove duplicate switches -shared-libgcc
20740
20741 2006-02-13  Robert Dewar  <dewar@adacore.com>
20742
20743         * gnatvsn.ads (Current_Year): New constant, used to easily update
20744         copyright on all GNAT tools.
20745
20746         * gnatls.adb, gnatname.adb, vms_conv.adb: Add 2006 to displayed
20747         copyright notice.
20748
20749 2006-02-13  Robert Dewar  <dewar@adacore.com>
20750
20751         * erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
20752         after hyphen (small aesthetic change useful for a range of numbers
20753         using ^-^.
20754         Suppress range checks for a couple of assignments which otherwise
20755         cause validity checks with validity checking turned on.
20756
20757         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
20758         Improvement in error message for object.
20759         (Rep_Item_Too_Late): Remove '!' in warning message.
20760
20761 2006-02-13  Robert Dewar  <dewar@adacore.com>
20762             Eric Botcazou  <ebotcazou@adacore.com>
20763
20764         * err_vars.ads: Suppress range checks for a couple of assignments
20765         which otherwise cause validity checks with validity checking turned on.
20766         Update comments.
20767
20768         * errout.adb (Error_Msg_Internal): Do not suppress warning messages.
20769         Make message unconditional if it is a warning.
20770         (Error_Msg_NEL): Always output warning messages.
20771         Suppress range checks for a couple of assignments which otherwise
20772         cause validity checks with validity checking turned on.
20773
20774         * errout.ads (Message Insertion Characters): Document that '!' is
20775         implied by '?' in error messages.
20776
20777         * gnat1drv.adb: (Bad_Body): Remove '!' in warning message.
20778         (Gnat1drv): Use a goto to end of main subprogram instead of
20779         Exit_Program (E_Success) so that finalization can occur normally.
20780
20781 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
20782
20783         * s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has
20784         wrapped around.
20785
20786 2006-02-13  Vincent Celier  <celier@adacore.com>
20787
20788         * a-direct.adb (Duration_To_Time, OS_Time_To_Long_Integer): New
20789         Unchecked_Conversion functions.
20790         (Modification_Time): Use direct conversion of OS_Time to Calendar time
20791         when OpenVMS returns False.
20792
20793         * a-dirval-mingw.adb, a-dirval-vms.adb, a-dirval.ads,
20794         a-dirval.adb (OpenVMS): New Boolean function
20795
20796 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20797             Thomas Quinot  <quinot@adacore.com>
20798
20799         * checks.adb (Build_Discriminant_Checks): If the expression being
20800         checks is an aggregate retrieve the values of its discriminants to
20801         generate the check, rather than creating a temporary and a reference
20802         to it.
20803         (Apply_Access_Check): Rewritten to handle new Is_Known_Null flag
20804         (Install_Null_Excluding_Check): Ditto
20805         (Selected_Length_Checks): Build actual subtype for the original Ck_Node,
20806         not for the renamed object, so that the actual itype is attached in the
20807         proper context.
20808
20809 2006-02-13  Robert Dewar  <dewar@adacore.com>
20810             Vincent Celier  <celier@adacore.com>
20811
20812         * debug.adb: Eliminate numeric switches for binder/gnatmake
20813
20814         * switch-m.adb (Normalize_Compiler_Switches): Record numeric debug
20815         switches for the compiler.
20816         (Scan_Make_Switches): Do not allow numeric debug switches for gnatmake
20817         (Scan_Make_Switches): When failing with an illegal switch, output an
20818         error message with the full switch.
20819         Eliminate numeric switches for binder/gnatmake
20820
20821         * switch.ads, switch.adb (Bad_Switch): New procedure
20822
20823         * switch-b.adb (Scan_Binder_Switches): Do not accept combined switches.
20824         Remove 0-9 as debug flag character possibilities
20825         -d is now controlling the primary stack size when its value is a
20826         positive. Also add checks against invalid values, and support for kb,
20827         mb. Ditto for -D switch.
20828
20829 2006-02-13  Robert Dewar  <dewar@adacore.com>
20830             Serguei Rybin  <rybin@adacore.com>
20831
20832         * opt.ads opt.adb: Add Ada_Version_Explicit_Config along with
20833         save/restore routines.
20834         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20835         were not always properly handled previously.
20836         Since we are changing the tree format anyway, also get rid of the
20837         junk obsolete Immediate_Errors flag.
20838         (Tree_Read): Change the way of reading Tree_Version_String - now we
20839         read the version string from the tree even if its length is not the
20840         same as the length of the version string computed from Gnatvsn.
20841         (Search_Directory_Present): New Boolean flag for the compiler.
20842         Define Tree_Version_String as a dynamic string.
20843         (Default_Stack_Size): new variable, used to handle switch -d.
20844
20845         * par-prag.adb:
20846         For pragma Ada_2005, remove stuff about setting Ada_Version_Explicit
20847         only for main unit.
20848         Add pragma Ada_2005 (synonym for Ada_05)
20849         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
20850         were not always properly handled previously.
20851
20852         * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Change
20853         explicit Ada_95 to Ada_2005.
20854
20855 2006-02-13  Javier Miranda  <miranda@adacore.com>
20856             Robert Dewar  <dewar@adacore.com>
20857             Ed Schonberg  <schonberg@adacore.com>
20858
20859         * einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend
20860         against errors in the source program: a private types for which the
20861         corresponding full type declaration is missing and pragma CPP_Virtual
20862         is used.
20863         (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
20864         (Is_Known_Null): New flag
20865         (Has_Pragma_Pure): New flag
20866         (No_Return): Present in all entities, set only for procedures
20867         (Is_Limited_Type): A type whose ancestor is an interface is limited if
20868         explicitly declared limited.
20869         (DT_Offset_To_Top_Func): New attribute that is present in E_Component
20870         entities. Only used for component marked Is_Tag. If present it stores
20871         the Offset_To_Top function used to provide this value in tagged types
20872         whose ancestor has discriminants.
20873
20874         * exp_ch2.adb: Update status of new Is_Known_Null flag
20875
20876         * sem_ch7.adb: Maintain status of new Is_Known_Null flag
20877
20878         * sem_cat.adb (Get_Categorization): Don't treat function as Pure in
20879         the categorization sense if Is_Pure was set by pragma Pure_Function.
20880
20881 2006-02-13  Quentin Ochem  <ochem@adacore.com>
20882             Olivier Hainque  <hainque@adacore.com>
20883
20884         * bindusg.adb: Updated documentation for -d and -D switches.
20885
20886         * raise.h (__gnat_set_globals): added new parameter for
20887         Default_Stack_Size.
20888
20889         * init.c (__gnat_adjust_context_for_raise) <alpha-vms case>: Implement.
20890         (__gnat_handle_vms_condition): Adjust context before raise.
20891         (__gnat_install_handler): Restore the global vector setup for GCC
20892         versions before 3.4, as the frame based circtuitry is not available
20893         in this case.
20894         (__gnat_set_globals): added a parameter default_stack_size
20895         (__gl_default_stack_size): new variable.
20896
20897 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
20898
20899         * exp_aggr.adb (Build_Array_Aggr_Code): Rename variable
20900         "Others_Mbox_Present" to "Others_Box_Present" because the mbox concept
20901         does not exist in the Ada RM.
20902         (Compatible_Int_Bounds): Determine whether two integer range bounds
20903         are of equal length and have the same start and end values.
20904         (Is_Int_Range_Bounds): Determine whether a node is an integer range.
20905         (Build_Record_Aggr_Code): Perform proper sliding of a nested array
20906         aggregate when it is part of an object declaration.
20907         (Build_Record_Aggr_Code)  If the aggregate ttype is a derived type that
20908         constrains discriminants of its parent, add explicitly the discriminant
20909         constraints of the ancestor by retrieving them from the
20910         stored_constraint of the parent.
20911
20912 2006-02-13  Robert Dewar  <dewar@adacore.com>
20913
20914         * exp_attr.adb (Expand_N_Attribute_Reference, case Mechanism_Code): If
20915         attribute Mechanism_Code is applied to renamed subprogram, modify
20916         prefix to point to base subprogram.
20917         Max/Min attributes now violate Restriction No_Implicit_Conditionals
20918
20919         * sinfo.ads: Document that Mechanism_Code cannot be applied to
20920         renamed subprograms so that the front-end must replace the prefix
20921         appropriately.
20922
20923 2006-02-13  Javier Miranda  <miranda@adacore.com>
20924             Gary Dismukes  <dismukes@adacore.com>
20925
20926         * exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for
20927         availability of RE_Interface_Tag.
20928         (Build_Initialization_Call): Fix wrong access to the discriminant value.
20929         (Freeze_Record_Type): Do not generate the tables associated with
20930         timed and conditional dispatching calls through synchronized
20931         interfaces if compiling under No_Dispatching_Calls restriction.
20932         When compiling for Ada 2005, for a nonabstract
20933         type with a null extension, call Make_Controlling_Function_Wrappers
20934         and insert the wrapper function declarations and bodies (the latter
20935         being appended as freeze actions).
20936         (Predefined_Primitive_Bodies): Do not generate the bodies of the
20937         predefined primitives associated with timed and conditional
20938         dispatching calls through synchronized interfaces if we are
20939         compiling under No_Dispatching_Calls.
20940         (Build_Init_Procedure):  Use RTE_Available to check if a run-time
20941         service is available before generating a call.
20942         (Make_Controlling_Function_Wrappers): New procedure.
20943         (Expand_N_Full_Type_Declaration): Create a class-wide master for
20944         access-to-limited-interfaces because they can be used to reference
20945         tasks that implement such limited interface.
20946         (Build_Offset_To_Top_Functions): Build the tree corresponding to the
20947         procedure spec and body of the Offset_To_Top function that is generated
20948         when the parent of a type with discriminants has secondary dispatch
20949         tables.
20950         (Init_Secondary_Tags): Handle the case in which the parent of the type
20951         containing secondary dispatch tables has discriminants to generate the
20952         correct arguments to call Set_Offset_To_Top.
20953         (Build_Record_Init_Proc): Add call to Build_Offset_To_Top_Functions.
20954
20955         * a-tags.ads, a-tags.adb: (Check_Index): Removed.
20956         Add Wide_[Wide_]Expanded_Name.
20957         (Get_Predefined_Prim_Op_Address): New subprogram that provides exactly
20958         the same functionality of Get_Prim_Op_Address but applied to predefined
20959         primitive operations because the pointers to the predefined primitives
20960         are now saved in a separate table.
20961         (Parent_Size): Modified to get access to the separate table of primitive
20962         operations or the parent type.
20963         (Set_Predefined_Prim_Op_Address): New subprogram that provides the same
20964         functionality of Set_Prim_Op_Address but applied to predefined primitive
20965         operations.
20966         (Set_Signature): New subprogram used to store the signature of a DT.
20967         (Displace): If the Offset_To_Top value is not static then call the
20968         function generated by the expander to get such value; otherwise use
20969         the value stored in the table of interfaces.
20970         (Offset_To_Top): The type of the actual has been changed to Address to
20971         give the correct support to tagged types with discriminants. In this
20972         case this value is stored just immediately after the tag field.
20973         (Set_Offset_To_Top): Two new formals have been added to indicate if the
20974         offset_to_top value is static and hence pass this value to the run-time
20975         to store it in the table of interfaces, or else if this value is dynamic
20976         and then pass to the run-time the address of a function that is
20977         generated by the expander to provide this value for each object of the
20978         type.
20979
20980         * rtsfind.ads (Default_Prin_Op_Count): Removed.
20981         (Default_Prim_Op_Count): New entity
20982         (Get_Predefined_Prim_Op_Address): New entity
20983         (Set_Predefined_Prim_Op_Address): New entity
20984         (RE_Set_Signature): New entity
20985
20986 2006-02-13  Thomas Quinot  <quinot@adacore.com>
20987             Ed Schonberg  <schonberg@adacore.com>
20988
20989         * exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to
20990         Make_Adjust_Call done for a newly-allocated object.
20991
20992         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): If the statements
20993         in a subprogram are wrapped in a cleanup block, indicate that the
20994         subprogram contains an inner block with an exception handler.
20995         (Make_Adjust_Call): New Boolean formal Allocator indicating whether the
20996         Adjust call is for a newly-allocated object. In that case we must not
20997         assume that the finalization list chain pointers are correct (since they
20998         come from a bit-for-bit copy of the original object's pointers) so if
20999         the attach level would otherwise be zero (no change), we set it to 4
21000         instead to cause the pointers to be reset to null.
21001
21002         * s-finimp.adb (Attach_To_Final_List): New attach level: 4, meaning
21003         reset chain pointers to null.
21004
21005 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21006
21007         * exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a
21008         string, and the context requires a loop for the assignment (e.g.
21009         because the left-hand side is packed), generate a unique name for the
21010         temporary that holds the string, to prevent spurious name clashes.
21011
21012 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21013             Javier Miranda  <miranda@adacore.com>
21014             Robert Dewar  <dewar@adacore.com>
21015             Gary Dismukes  <dismukes@adacore.com>
21016
21017         * exp_ch6.adb (Expand_Inlined_Call): Handle calls to functions that
21018         return unconstrained arrays.
21019         Update comments.
21020         (Expand_Call):  An indirect call through an access parameter of a
21021         protected operation is not a protected call.
21022         Add circuit to raise CE in Ada 2005 mode following call
21023         to Raise_Exception.
21024         (Register_DT_Entry): Do nothing if
21025         the run-time does not give support to abstract interfaces.
21026         (Freeze_Subprogram): In case of dispatching operations, do not generate
21027         code to register the operation in the dispatch table if the source
21028         is compiled with No_Dispatching_Calls.
21029         (Register_Predefined_DT_Entry): Generate code that calls the new
21030         run-time subprogram Set_Predefined_Prim_Op_Address instead of
21031         Set_Prim_Op_Address.
21032
21033         * sem_ch5.adb (Analyze_Assignment_Statement): Do not apply length checks
21034         on array assignments if the right-hand side is a function call that has
21035         been inlined. Check is performed on the assignment in the block.
21036         (Process_Bounds): If bounds and range are overloaded, apply preference
21037         rule for root operations to disambiguate, and diagnose true ambiguity.
21038         (Analyze_Assignment): Propagate the tag for a class-wide assignment with
21039         a tag-indeterminate right-hand side even when Expander_Active is True.
21040         Needed to ensure that dispatching calls to T'Input are allowed and
21041         get the tag of the target class-wide object.
21042
21043         * sem_ch6.adb (New_Overloaded_Entity): Handle entities that override
21044         an inherited primitive operation that already overrides several
21045         abstract interface primitives. For transitivity, the new entity must
21046         also override all the abstract interface primitives covered by the
21047         inherited overriden primitive.
21048         Emit warning if new entity differs from homograph in same scope only in
21049         that one has an access parameter and the other one has a parameter of
21050         a general access type with the same designated type, at the same
21051         position in the signature.
21052         (Make_Inequality_Operator): Use source locations of parameters and
21053         subtype marks from corresponding equality operator when creating the
21054         tree structure for the implicit declaration of "/=". This does not
21055         change anything in behaviour except that the decoration of the
21056         components of the subtree created for "/=" allows ASIS to get the
21057         string images of the corresponding identifiers.
21058         (Analyze_Return_Statement): Remove '!' in warning message.
21059         (Check_Statement_Sequence): Likewise.
21060         (Analyze_Subprogram_Body): For an access parameter whose designated type
21061         is an incomplete type imported through a limited_with clause, use the
21062         type of the corresponding formal in the body.
21063         (Check_Returns): Implicit return in No_Return procedure now raises
21064         Program_Error with a compile time warning, instead of beging illegal.
21065         (Has_Single_Return):  Function returning unconstrained type cannot be
21066         inlined if expression in unique return statement is not an identifier.
21067         (Build_Body_To_Inline): It is possible to inline a function call that
21068         returns an unconstrained type if all return statements in the function
21069         return the same local variable. Subsidiary procedure Has_Single_Return
21070         verifies that the body conforms to this restriction.
21071
21072         * sem_res.adb (Resolve_Equality_Op): If the operands do not have the
21073         same type, and  one of them is of an anonymous access type, convert
21074         the other operand to it, so that this is a valid binary operation for
21075         gigi.
21076         (Resolve_Type_Conversion): Handle subtypes of protected types and
21077         task types when accessing to the corresponding record type.
21078         (Resolve_Allocator): Add '\' in 2-line warning message.
21079         Remove '!' in warning message.
21080         (Resolve_Call): Add '\' in 2-line warning message.
21081         (Valid_Conversion): Likewise.
21082         (Resolve_Overloaded_Selected_Component): If disambiguation succeeds, the
21083         resulting type may be an access type with an implicit dereference.
21084         Obtain the proper component from the designated type.
21085         (Make_Call_Into_Operator): Handle properly a call to predefined equality
21086         given by an expanded name with prefix Standard, when the operands are
21087         of an anonymous access type.
21088         (Check_Fully_Declared_Prefix): New procedure, subsidiary of Resolve_
21089         Explicit_Dereference and Resolve_Selected_Component, to verify that the
21090         prefix of the expression is not of an incomplete type. Allows full
21091         diagnoses of all semantic errors.
21092         (Resolve_Actuals): If the actual is an allocator whose directly
21093         designated type is a class-wide interface we build an anonymous
21094         access type to use it as the type of the allocator. Later, when
21095         the subprogram call is expanded, if the interface has a secondary
21096         dispatch table the expander will add a type conversion to force
21097         the displacement of the pointer.
21098         (Resolve_Call): If a function that returns an unconstrained type is
21099         marked Inlined_Always and inlined, the call will be inlined and does
21100         not require the creation of a transient scope.
21101         (Check_Direct_Boolean_Op): Removed
21102         (Resolve_Comparison_Op): Remove call to above
21103         (Resolve_Equality_Op): Remove call to above
21104         (Resolve_Logical_Op): Inline above, since this is only call.
21105         (Valid_Conversion): Handle properly conversions between arrays of
21106         convertible anonymous access types.
21107
21108         PR ada/25885
21109         (Set_Literal_String_Subtype): If the lower bound is not static, wrap
21110         the literal in an unchecked conversion, because GCC 4.x needs a static
21111         value for a string bound.
21112
21113 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21114             Hristian Kirtchev  <kirtchev@adacore.com>
21115
21116         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the
21117         components of the corresponding record, take into account component
21118         definitions that are access definitions.
21119         (Expand_N_Asynchronous_Select): A delay unit statement rewritten as a
21120         procedure is not considered a dispatching call and will be expanded
21121         properly.
21122
21123 2006-02-13  Javier Miranda  <miranda@adacore.com>
21124
21125         * exp_disp.ads, exp_disp.adb (Expand_Dispatching_Call): If the
21126         controlling argument of the dispatching call is an abstract interface
21127         class-wide type then we use it directly.
21128         Check No_Dispatching_Calls restriction.
21129         (Default_Prim_Op_Position): Remove the code that looks for the last
21130         entity in the list of aliased subprograms. This code was wrong in
21131         case of renamings.
21132         (Fill_DT_Entry): Add assertion to avoid the use of this subprogram
21133         when the source is compiled with the No_Dispatching_Calls restriction.
21134         (Init_Predefined_Interface_Primitives): No need to inherit primitives
21135         if we are compiling with restriction No_Dispatching_Calls.
21136         (Make_Disp_XXX): Addition of assertion to avoid the use of all these
21137         subprograms if we are compiling under No_Dispatching_Calls restriction.
21138         (Make_DT): Generate a dispatch table with a single dummy entry if
21139         we are compiling with the No_Dispatching_Calls restriction. In
21140         addition, in this case we don't generate code that calls to the
21141         following run-time subprograms: Set_Type_Kind, Inherit_DT.
21142         (Make_Select_Specific_Data_Table): Add assertion to avoid the use
21143         of this subprogram if compiling with the No_Dispatching_Calls
21144         restriction.
21145         (Expand_Type_Conversion): Instead of using the actual parameter,
21146         the argument passed as parameter to the conversion function was
21147         erroneously referenced by the expander.
21148         (Ada_Actions): Addition of Get_Predefined_Prim_Op_Address,
21149         Set_Predefined_Primitive_Op_Address and Set_Signature.
21150         (Expand_Dispatching_Call): Generate call to
21151         Get_Predefined_Prim_Op_Address for predefined primitives.
21152         (Fill_DT_Entry): Generate call to Set_Predefined_Prim_Op_Address for
21153         predefined primitives.
21154         (Make_DT, Make_Secondary_DT): If the tagged type has no user defined
21155         primitives we reserve one dummy entry to ensure that the tag does not
21156         point to some memory that is associated with some other object. In
21157         addition, remove all the old code that generated the assignments
21158         associated with the signature of the dispatch table and replace them
21159         by a call to the new subprogram Set_Signature.
21160         (Set_All_DT_Position): Change the algorithm because now we have a
21161         separate dispatch table associated with predefined primitive operations.
21162         (Expand_Interface_Conversion): In case of non-static offset_to_top
21163         add explicit dereference to get access to the object after the call
21164         to displace the pointer to the object.
21165         (Expand_Interface_Thunk): Modify the generation of the actual used
21166         in the calls to the run-time function Offset_To_Top to fulfil its
21167         new interface.
21168         (Make_DT): Add the new actuals required to call Set_Offset_To_Top.
21169
21170 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21171
21172         * exp_dist.adb (Copy_Specification): For access parameters, copy
21173         Null_Exclusion flag, which will have been set for stream subprograms
21174         in Ada2005 mode.
21175
21176 2006-02-13  Pascal Obry  <obry@adacore.com>
21177
21178         * expect.c (__gnat_expect_portable_execvp): New implementation. The
21179         previous implementation was using the C runtime spawnve routine but
21180         the corresponding wait was using directly the Win32 API. This was
21181         causing some times a lock when waiting for an event using
21182         WaitForSingleObject in __gnat_waitpid. This new implementation uses
21183         the Win32 CreateProcess routine. Avoiding mixing C runtime and Win32
21184         API fixes this problem.
21185
21186 2006-02-13  Robert Dewar  <dewar@adacore.com>
21187
21188         * exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze
21189         call.
21190
21191 2006-02-13  Thomas Quinot  <quinot@adacore.com>
21192
21193         * exp_pakd.ads: Fix typos in comments.
21194
21195         * exp_pakd.adb (Convert_To_PAT_Type): For the case of a bit packed
21196         array reference that is an explicit dereference, mark the converted
21197         (packed) array reference as analyzed to prevent a forthcoming
21198         reanalysis from resetting its type to the original (non-packed) array
21199         type.
21200
21201 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21202             Javier Miranda  <miranda@adacore.com>
21203             Eric Botcazou  <ebotcazou@adacore.com>
21204
21205         * exp_util.ads, exp_util.adb (Find_Prim_Op,
21206         Is_Predefined_Primitive_Operation): When
21207         searching for the predefined equality operator, verify that operands
21208         have the same type.
21209         (Is_Predefined_Dispatching_Operation): Remove the code that looks
21210         for the last entity in the list of aliased subprograms. This code
21211         was wrong in case of renamings.
21212         (Set_Renamed_Subprogram): New procedure
21213         (Remove_Side_Effects): Replace calls to Etype (Exp) with use of the
21214         Exp_Type constant computed when entering this subprogram.
21215         (Known_Null): New function
21216         (OK_To_Do_Constant_Replacement): New function
21217         (Known_Non_Null): Check scope before believing Is_Known_Non_Null flag
21218         (Side_Effect_Free): An attribute reference 'Input is not free of
21219         side effect, unlike other attributes that are functions. (from code
21220         reading).
21221         (Remove_Side_Effects): Expressions that involve packed arrays or records
21222         are copied at the point of reference, and therefore must be marked as
21223         renamings of objects.
21224         (Is_Predefined_Dispatching_Operation): Return false if the operation is
21225         not a dispatching operation.
21226
21227         PR ada/18819
21228         (Remove_Side_Effects): Lift enclosing type conversion nodes for
21229         elementary types in all cases.
21230
21231 2006-02-13  Javier Miranda  <miranda@adacore.com>
21232
21233         * freeze.adb (Freeze_Entity): Handle subtypes of protected types and
21234         task types when accessing to the corresponding record type.
21235         Remove '!' in warning message.
21236
21237 2006-02-13  Olivier Hainque  <hainque@adacore.com>
21238
21239         * g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16, Max_Alignment),
21240         to avoid useless and space inefficient overalignments on targets where
21241         Max_Alignment is larger than 16.
21242
21243 2006-02-13  Pascal Obry  <obry@adacore.com>
21244
21245         * g-catiio.adb (Sec_Number): New type used to compute the number of
21246         seconds since 1-1-1970.
21247         (Image) [Natural]: The parameter was an Integer, as we can't deal with
21248         negative numbers (years, months...) it is better to have a Natural here.
21249         Code clean-up.
21250         (Image) [Number]: Change parameter from Long_Integer to Number.
21251         (Image): Use Number type to compute the seconds since 1-1-1970 to fix an
21252         overflow for dates past year 2038.
21253
21254 2006-02-13  Matthew Heaney  <heaney@adacore.com>
21255
21256         *  g-dyntab.adb (Index_Of): conversion from Natural can no longer raise
21257         Constraint_Error.
21258
21259 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
21260
21261         * gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and
21262         native platforms.
21263         (Gnatbind): Do not call Exit_Program (E_Success) at the end, so that
21264         finalization can occur normally.
21265
21266 2006-02-13  Vincent Celier  <celier@adacore.com>
21267
21268         * gnatcmd.adb (Rules_Switches): New table
21269         (Add_To_Rules_Switches): New procedure
21270         (GNATCmd): For command CHECK, put all options following "-rules" in the
21271         Rules_Switches table. Append these -rules switches after the -cargs
21272         switches.
21273
21274 2006-02-13  Robert Dewar  <dewar@adacore.com>
21275
21276         * g-spipat.adb (Image, case PC_Assign_Imm and case PC_Assign_OnM):
21277         These two cases were generating incorrect output, and if this unit
21278         was built with checks on, generated a discriminant mismatch constraint
21279         error.
21280
21281 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21282             Robert Dewar  <dewar@adacore.com>
21283
21284         * lib-xref.adb (Get_Type_Reference): For a private type whose full
21285         view is an array type, indicate the component type as well, for
21286         navigation purposes.
21287         (Generate_Reference): Don't consider array ref on LHS to be a case
21288         of violating pragma Unreferenced.
21289         Do not give Ada 2005 warning except on real reference.
21290
21291 2006-02-13  Vincent Celier  <celier@adacore.com>
21292
21293         * make.adb (Collect_Arguments_And_Compile): For VMS, when compiling the
21294         main source, add switch -mdebug-main=_ada_ so that the executable can
21295         be debugged by the standard VMS debugger.
21296         (Gnatmake): Set No_Main_Subprogram to True when there is no main
21297         subprogram, to avoid issuing -mdebug-main=_ada_ for VMS uselessly.
21298         Exit the Multi_Main_Loop when Unique_Compile is True after compilation
21299         of the last source, as the binding and linking phases are never
21300         performed.
21301         Set all executable obsolete when rebuilding a library.
21302
21303         * makeutl.adb (Linker_Options_Switches): Do not process empty linker
21304         options.
21305
21306 2006-02-13  Javier Miranda  <miranda@adacore.com>
21307
21308         PR ada/23973
21309         * par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
21310         code to improve the error message reported when the program has
21311         declarations of abstract interface types and it is not compiled with
21312         the -gnat05 switch.
21313         (P_Access_Definition): Reorganize the code to improve the error
21314         message reported when the new Ada 2005 syntax for anonymous
21315         access types is used and the program is not compiled with the
21316         -gnat05 switch.
21317
21318 2006-02-13  Robert Dewar  <dewar@adacore.com>
21319
21320         * par-ch6.adb, style.ads, styleg.adb, styleg.ads, stylesw.adb,
21321         stylesw.ads, usage.adb, vms_data.ads: Implement -gnatyI switch
21322         (MODE_IN)
21323
21324 2006-02-13  Javier Miranda  <miranda@adacore.com>
21325
21326         * par-endh.adb (Explicit_Start_Label): Add code to protect the parser
21327         against source containing syntax errors.
21328
21329 2006-02-13  Vincent Celier  <celier@adacore.com>
21330
21331         * prj.adb (Reset): Initialize the first element of table Namings with
21332         the standard naming data.
21333
21334 2006-02-13  Vincent Celier  <celier@adacore.com>
21335
21336         * prj.ads (Error_Warning): New enumeration type
21337
21338         * prj-nmsc.ads, prj-nmsc.adb (Error_Msg): If location parameter is
21339         unknown, use the location of the project to report the error.
21340         (When_No_Sources): New global variable
21341         (Report_No_Ada_Sources): New procedure
21342         (Check): New parameter When_No_Sources. Set value of global variable
21343         When_No_Sources,
21344         (Find_Sources): Call Report_No_Ada_Sources when appropriate
21345         (Get_Sources_From_File): Ditto
21346         (Warn_If_Not_Sources): Better warning messages indicating the unit name
21347         and the file name.
21348
21349         * prj-pars.ads, prj-pars.adb (Parse): New parameter When_No_Sources.
21350         Call Prj.Proc.Process with parameter When_No_Sources.
21351
21352         * prj-proc.ads, prj-proc.adb (Check): New parameter When_No_Sources.
21353         Call Recursive_Check with parameter When_No_Sources.
21354         (Recursive_Check): New parameter When_No_Sources. Call itself and
21355         Prj.Nmsc.Check with parameter When_No_Sources.
21356         (Process): New parameter When_No_Sources. Call Check with parameter
21357         When_No_Sources.
21358         (Copy_Package_Declarations): New procedure to copy renamed parameters
21359         and setting the location of the declared attributes to the location
21360         of the renamed package.
21361         (Process_Declarative_Items): Call Copy_Package_Declarations for renamed
21362         packages.
21363
21364 2006-02-13  Vincent Celier  <celier@adacore.com>
21365
21366         * prj-makr.adb (Make): Preserve the comments from the original project
21367         file.
21368         When removing nodes (attributes Source_Dirs, Source_Files,
21369         Source_List_File and package Naming), save the comments and attach the
21370         saved comments to the newly created nodes.
21371         Do not add a with clause for the naming package if one already exists.
21372
21373 2006-02-13  Javier Miranda  <miranda@adacore.com>
21374             Gary Dismukes  <dismukes@adacore.com>
21375             Robert Dewar  <dewar@adacore.com>
21376
21377         * restrict.ads (No_Dispatching_Calls): New GNAT restriction.
21378
21379         * sem_disp.adb (Override_Dispatching_Operation): Traverse the list of
21380         aliased entities to look for the overriden abstract interface
21381         subprogram.
21382         (Is_Interface_Subprogram): Complete documentation.
21383         (Check_Dispatching_Operation): Do not generate code to register the
21384         operation in the dispatch table if the source is compiled with
21385         restriction No_Dispatching_Calls.
21386         (Override_Dispatching_Operation): Check for illegal attempt to override
21387         No_Return procedure with procedure that is not No_Return
21388         (Check_Dispatching_Call): Suppress the check for an abstract operation
21389         when the original node of an actual is a tag-indeterminate attribute
21390         call, since the attribute, which must be 'Input, can never be abstract.
21391         (Is_Tag_Indeterminate): Handle checking of tag indeterminacy of a
21392         call to the Input attribute (even when rewritten).
21393         (Propagate_Tag): Augment comment to indicate the possibility of a call
21394         to an Input attribute.
21395
21396         * sem_disp.ads (Override_Dispatching_Operation): Moved to spec to allow
21397         calling it from Exp_Ch3.Make_Controlling_Function_Wrappers.
21398
21399         * s-rident.ads: (No_Dispatching_Calls): New GNAT restriction.
21400         No_Wide_Characters is no longer partition-wide
21401         No_Implementation_Attributes/Pragmas are now Ada 2005 (AI-257)
21402         rather than GNAT
21403
21404 2006-02-13  Douglas Rupp  <rupp@adacore.com>
21405
21406         * s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.
21407
21408 2006-02-13  Javier Miranda  <miranda@adacore.com>
21409
21410         * sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that
21411         handles default-initialized components to keep separate the management
21412         of this feature but also avoid the unrequired resolution and
21413         expansion of components that do not have partially initialized
21414         values.
21415         (Collect_Aggr_Bounds): Add '\' in 2-line warning message.
21416         (Check_Bounds): Likewise.
21417         (Check_Length): Likewise.
21418
21419 2006-02-13  Javier Miranda  <miranda@adacore.com>
21420             Ed Schonberg  <schonberg@adacore.com>
21421
21422         * sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an
21423         abstract interface type call analyze_and_resolve to expand the type
21424         conversion into the corresponding displacement of the
21425         reference to the base of the object.
21426         (Eval_Attribute, case Width): For systems where IEEE extended precision
21427         is supported, the maximum exponent occupies 4 decimal digits.
21428         (Accessibility_Message): Add '\' in 2-line warning message.
21429         (Resolve_Attribute): Likewise.
21430         (case Attribute_Access): Significantly revise checks
21431         for illegal access-to-subprogram Access attributes to properly enforce
21432         the rules of 3.10.2(32/2).
21433         Diagnose use of current instance with an illegal attribute.
21434
21435         * sem_util.ads, sem_util.adb (Enclosing_Generic_Body): Change formal
21436         to a Node_Id.
21437         (Enclosing_Generic_Unit): New function to return a node's innermost
21438         enclosing generic declaration node.
21439         (Compile_Time_Constraint_Error): Remove '!' in warning messages.
21440         (Type_Access_Level): The accessibility level of anonymous acccess types
21441         associated with discriminants is that of the current instance of the
21442         type, and that's deeper than the type itself (AARM 3.10.2 (12.3.21)).
21443         (Compile_Time_Constraint_Error): Handle case of conditional expression.
21444         (Kill_Current_Values_For_Entity): New function
21445         (Enter_Name): Change formal type to Entity_Id
21446
21447 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
21448             Ed Schonberg  <schonberg@adacore.com>
21449             Gary Dismukes  <dismukes@adacore.com>
21450
21451         * sem_ch10.adb (Check_Redundant_Withs): New procedure in
21452         Analyze_Compilation_Unit.
21453         Detect and warn on redundant with clauses detected in a package spec
21454         and/or body when -gnatwr is used.
21455         (Analyze_Context): Analyze config pragmas before other items
21456         (Install_Context_Items): Don't analyze config pragmas here
21457         (Install_Limited_Withed_Unit): Set limited entity of package in
21458         with_clause so that cross-reference information or warning messages on
21459         unused packages can be properly generated
21460         (Is_Visible_Through_Renamings): Return false if the limited_with_clause
21461         has Error_Posted set. Prevent infinite loops in illegal programs.
21462         (Check_Private_Child_Unit): Move test for a nonprivate with clause down
21463         to the point of the error test requiring the current unit to be private.
21464         This ensures that private with clauses are not exempted from the basic
21465         checking for being a descendant of the same library unit parent as a
21466         withed private descendant unit.
21467         (Check_Private_Limited_Withed_Unit): Revise the checking algorithm to
21468         handle private with clauses properly, as well as to account for cases
21469         where the withed unit is a public descendant of a private ancestor
21470         (in which case the current unit must be a descendant of the private
21471         ancestor's parent). The spec comments were updated accordingly. Also,
21472         the old error message in this subprogram was replaced with error
21473         messages that mirror the errors tested and reported by
21474         Check_Private_Child_Unit.
21475         Parameter and variable names improved for readability.
21476         (Install_Limited_Context_Clauses): Remove test for a withed unit being
21477         private as the precondition for calling
21478         Check_Private_Limited_Withed_Unit since that subprogram has been
21479         revised to test public units as well as private units.
21480
21481 2006-02-13  Thomas Quinot  <quinot@adacore.com>
21482             Robert Dewar  <dewar@adacore.com>
21483             Ed Schonberg  <schonberg@adacore.com>
21484             Javier Miranda  <miranda@adacore.com>
21485
21486         * sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption
21487         that Scope_Stack.First = 1.
21488         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
21489         were not always properly handled previously.
21490         (Formal_Entity): Complete rewrite, to handle properly some complex case
21491         with multiple levels of parametrization by formal packages.
21492         (Analyze_Formal_Derived_Type): Propagate Ada 2005 "limited" indicator
21493         to the corresponding derived type declaration for proper semantics.
21494
21495         * sem_prag.adb (Analyze_Pragma): Remove '!' in warning message.
21496         (Check_Component): Enforce restriction on components of
21497         unchecked_unions: a component in a variant cannot contain tasks or
21498         controlled types.
21499         (Unchecked_Union): Allow nested variants and multiple discriminants, to
21500         conform to AI-216.
21501         Add pragma Ada_2005 (synonym for Ada_05)
21502         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
21503         were not always properly handled previously.
21504         Document that pragma Propagate_Exceptions has no effect
21505         (Analyze_Pragma, case Pure): Set new flag Has_Pragma_Pure
21506         (Set_Convention_From_Pragma): Check that if a convention is
21507         specified for a dispatching operation, then it must be
21508         consistent with the existing convention for the operation.
21509         (CPP_Class): Because of the C++ ABI compatibility, the programmer is no
21510         longer required to specify an vtable-ptr component in the record. For
21511         compatibility reasons we leave the support for the previous definition.
21512         (Analyze_Pragma, case No_Return): Allow multiple arguments
21513
21514         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Flag a
21515         non-overrideen inherited operation with a controlling result as
21516         illegal only its implicit declaration comes from the derived type
21517         declaration of its result's type.
21518         (Check_Possible_Deferred_Completion): Relocate the object definition
21519         node of the subtype indication of a deferred constant completion rather
21520         than directly analyzing it. The analysis of the generated subtype will
21521         correctly decorate the GNAT tree.
21522         (Record_Type_Declaration): Check whether this is a declaration for a
21523         limited derived record before analyzing components.
21524         (Analyze_Component_Declaration): Diagnose record types  not explicitly
21525         declared limited when a component has a limited type.
21526         (Build_Derived_Record_Type): Code reorganization to check if some of
21527         the inherited subprograms of a tagged type cover interface primitives.
21528         This check was missing in case of a full-type associated with a private
21529         type declaration.
21530         (Constant_Redeclaration): Check that the subtypes of the partial and the
21531         full view of a constrained deferred constant statically match.
21532         (Mentions_T): A reference to the current type in an anonymous access
21533         component declaration  must be an entity name.
21534         (Make_Incomplete_Type_Declaration): If type is tagged, set type of
21535         class_wide type to refer to full type, not to the incomplete one.
21536         (Add_Interface_Tag_Components): Do nothing if RE_Interface_Tag is not
21537         available. Required to give support to the certified run-time.
21538         (Analyze_Component_Declaration): In case of anonymous access components
21539         perform missing checks for AARM 3.9.2(9) and 3.10.2 (12.2).
21540         (Process_Discriminants): For an access discriminant, use the
21541         discriminant specification as the associated_node_for_itype, to
21542         simplify accessibility checks.
21543
21544 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21545             Javier Miranda  <miranda@adacore.com>
21546
21547         * sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no
21548         abstract interpretations on an operator, remove interpretations that
21549         yield Address or a type derived from it, if one of the operands is an
21550         integer literal.
21551         (Try_Object_Operation.Try_Primitive_Operation,
21552         Try_Object_Operation.Try_Class_Wide_Operation): Set proper source
21553         location when creating the new reference to a primitive or class-wide
21554         operation as a part of rewriting a subprogram call.
21555         (Try_Primitive_Operations): If context requires a function, collect all
21556         interpretations after the first match, because there may be primitive
21557         operations of the same type with the same profile and different return
21558         types. From code reading.
21559         (Try_Primitive_Operation): Use the node kind to choose the proper
21560         operation when a function and a procedure have the same parameter
21561         profile.
21562         (Complete_Object_Operation): If formal is an access parameter and prefix
21563         is an object, rewrite as an Access reference, to match signature of
21564         primitive operation.
21565         (Find_Equality_Type, Find_One_Interp): Handle properly equality given
21566         by an expanded name with prefix Standard, when the operands are of an
21567         anonymous access type.
21568         (Remove_Abstract_Operations): If the operation is abstract because it is
21569         inherited by a user-defined type derived from Address, remove it as
21570         well from the set of candidate interpretations of an overloaded node.
21571         (Analyze_Membership_Op): Membership test not applicable to cpp-class
21572         types.
21573
21574 2006-02-13  Bob Duff  <duff@adacore.com>
21575
21576         * sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about
21577         redundant use clauses.
21578         In particular, if the scope of two use clauses overlaps, but one is not
21579         entirely included in the other, we should not warn.  This can happen
21580         with nested packages.
21581         (Analyze_Subprogram_Renaming): Protect the compiler against previously
21582         reported errors. The bug was reported when the compiler was built
21583         with assertions enabled.
21584         (Find_Type): If the node is a 'Class reference and the prefix is a
21585         synchronized type without a corresponding record, return the type
21586         itself.
21587
21588 2006-02-13  Javier Miranda  <miranda@adacore.com>
21589
21590         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): Check that
21591         if this is the full-declaration associated with a private declaration
21592         that implement interfaces, then the private type declaration must be
21593         limited.
21594         (Analyze_Single_Protected, Analyze_Single_Task): Do not mark the object
21595         as aliased. The use of the 'access attribute is not available for such
21596         object (for this purpose the object should be explicitly marked as
21597         aliased, but being an anonymous type this is not possible).
21598
21599 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21600             Robert Dewar  <dewar@adacore.com>
21601
21602         * sem_elab.adb (Same_Elaboration_Scope): A package that is a
21603         compilation unit is an elaboration scope.
21604         (Add_Task_Proc): Add '\' in 2-line warning message.
21605         (Activate_All_Desirable): Deal with case of unit with'ed by parent
21606
21607 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21608             Javier Miranda  <miranda@adacore.com>
21609
21610         * sem_type.adb (Write_Overloads): Improve display of candidate
21611         interpretations.
21612         (Add_One_Interp): Do not add to the list of interpretations aliased
21613         entities corresponding with an abstract interface type that is an
21614         immediate ancestor of a tagged type; otherwise we have a dummy
21615         conflict between this entity and the aliased entity.
21616         (Disambiguate): The predefined equality on universal_access is not
21617         usable if there is a user-defined equality with the proper signature,
21618         declared in the same declarative part as the designated type.
21619         (Find_Unique_Type): The universal_access equality operator defined under
21620         AI-230 does not cover pool specific access types.
21621         (Covers): If one of the types is a generic actual subtype, check whether
21622         it matches the partial view of the other type.
21623
21624 2006-02-13  Thomas Quinot  <quinot@adacore.com>
21625
21626         * sinput-d.adb (Write_Line): Update the Source_Index_Table after each
21627         line. This is necessary to allow In_Extended_Main_Unit to provide
21628         correct results for itypes while writing out expanded source.
21629         (Close_File): No need to update the source_index_table here since it's
21630         now done for each line.
21631
21632 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
21633             Robert Dewar  <dewar@adacore.com>
21634
21635         * sprint.adb (Write_Itype): Preserve Sloc of declaration, if any, to
21636         preserve the source unit where the itype is declared, and prevent a
21637         backend abort.
21638         (Note_Implicit_Run_Time_Call): New procedure
21639         (Write_Itype): Handle missing cases (E_Class_Wide_Type and
21640         E_Subprogram_Type)
21641
21642         * sprint.ads: Document use of $ for implicit run time routine call
21643
21644 2006-02-13  Quentin Ochem  <ochem@adacore.com>
21645
21646         * s-stausa.adb (Initialize_Analyzer): fixed error in assignment of
21647         task name.
21648
21649 2006-02-13  Bob Duff  <duff@adacore.com>
21650
21651         * s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of
21652         Scan_Unsigned, so we do not scan leading blanks and sign twice.
21653         Integer'Value("- 5") and Integer'Value("-+5") now correctly
21654         raise Constraint_Error.
21655
21656         * s-vallli.adb (Scan_Long_Long_Integer): Call
21657         Scan_Raw_Long_Long_Unsigned instead of Scan_Long_Long_Unsigned, so we
21658         do not scan leading blanks and sign twice.
21659         Integer'Value("- 5") and Integer'Value("-+5") now correctly
21660         raise Constraint_Error.
21661
21662         * s-valllu.ads, s-valllu.adb (Scan_Raw_Long_Long_Unsigned,
21663         Scan_Long_Long_Unsigned): Split out most of the processing from
21664         Scan_Long_Long_Unsigned out into
21665         Scan_Raw_Long_Long_Unsigned, so that Val_LLI can call the Raw_ version.
21666         This prevents scanning leading blanks and sign twice.
21667         Also fixed a bug: Modular'Value("-0") should raise Constraint_Error
21668         See RM-3.5(44).
21669
21670         * s-valuns.ads, s-valuns.adb (Scan_Raw_Unsigned, Scan_Unsigned): Split
21671         out most of the processing from Scan_Unsigned out into
21672         Scan_Raw_Unsigned, so that Val_LLI can call the Raw_ version.
21673         This prevents scanning leading blanks and sign twice.
21674
21675         * s-valuti.ads, s-valuti.adb (Scan_Plus_Sign): Add Scan_Plus_Sign, for
21676         use with Modular'Value attribute.
21677         (Scan_Plus_Sign): Add Scan_Plus_Sign, for use with Modular'Value
21678         attribute.
21679
21680 2006-02-13  Robert Dewar  <dewar@adacore.com>
21681
21682         * s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid value
21683
21684 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
21685
21686         * tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.
21687         (PPC VxWorks): Likewise.
21688         (Generic unwinder): Define FORCE_CALL to 0 if not already defined.
21689         (forced_callee): Make non-inlinable and non-pure.
21690         (__gnat_backtrace): Call forced_callee if FORCE_CALL is set to 1.
21691
21692 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
21693             Ben Brosgol  <brosgol@adacore.com>
21694             Robert Dewar  <dewar@adacore.com>
21695
21696         * gnat_rm.texi, gnat_ugn.texi: Remove limitations with sparc m64
21697         support.
21698         Document that gnatbind -M option is for cross environments only.
21699         Added description of using gnatmem to trace gnat rtl allocs and deallocs
21700         Add note on use of $ to label implicit run time calls
21701         Add documentation for -gnatyI (check mode IN)
21702         Updated chapter on compatibility with HP Ada
21703         VMS-oriented edits.
21704         Ran spell and corrected errors
21705         Add documentation for gnatbind -d and rework documentation of -D
21706         at the same time.
21707         Add subprogram/data elimination section.
21708         Minor editing of annex A.
21709         Add section for gnatcheck.
21710         Add documentation for restriction No_Dispatching_Calls
21711         Add documentation for pragma Ada_2005
21712         Remove mention of obsolete pragma Propagate_Exceptions
21713         Document that pragma Unreferenced can appear after DO in ACCEPT
21714         Clarify Pure_Function for library level units
21715         Mention Max/Min in connection with No_Implicit_Conditionals
21716         No_Wide_Characters restriction is no longer partition-wide
21717         Add a nice example for Universal_Literal_String attribute
21718         Document that pragma No_Return can take multiple arguments
21719
21720         * ug_words: Added entry for gnatcheck
21721
21722         * g-ctrl_c.ads (Install_Handler): Enhance comments
21723
21724         * g-os_lib.ads: Add comments to OS_Exit that it is abrupt termination
21725
21726         * g-trasym.ads: Add documentation on how to do off line symbolic
21727         traceback computation.
21728
21729         * s-fatgen.adb: Add comments for Unaligned_Valid
21730
21731         * stand.ads: Fix typo in comment
21732
21733 2006-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21734
21735         * Make-lang.in (check-gnat): Run run_acats with $(SHELL).
21736
21737 2006-02-06  Roger Sayle  <roger@eyesopen.com>
21738
21739         * decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
21740
21741 2006-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21742
21743         PR target/25926
21744         * initialize.c (__gnat_initialize): Provide HP-UX 10 host and target
21745         implementation that calls __main.
21746
21747 2006-01-25  Peter O'Gorman  <peter@pogma.com>
21748
21749         PR bootstrap/25859
21750         * Makefile.in (GCC_LINK): Remove quotes.
21751         (tools targets): Link with either $(GNATLINK) --GCC="$(GCC_LINK)"
21752         or $(GCC_LINK).
21753
21754         (powerpc-darwin): Pass -shared-libgcc when building shared library.
21755
21756 2006-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21757
21758         PR ada/24533
21759         * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
21760
21761 2005-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21762
21763         * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
21764
21765 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21766
21767         * Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
21768         needed.
21769
21770 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21771
21772         * Make-lang.in: Update dependencies
21773
21774 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21775
21776         * Make-lang.in: Add rule for ada/exp_sel.o
21777
21778 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
21779
21780         * Makefile.in (mingw section): Remove EH_MECHANISM setting.
21781
21782 2005-12-09  Arnaud Charlet  <charlet@adacore.com>
21783
21784         * gnatvsn.ads (Library_Version): Bump to version 4.2
21785         (ASIS_Version_Number): Bumped.
21786
21787 2005-12-09  Doug Rupp  <rupp@adacore.com>
21788
21789         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb (Is_Interface): Change
21790         Ada bind file prefix on VMS from b$ to b__.
21791         (Build_Dynamic_Library): Change Init file suffix on VMS from $init to
21792         __init.
21793
21794         * prj-nmsc.adb: Change some Hostparm.OpenVMS checks to
21795         Targparm.OpenVMS_On_Target.
21796         (Object_Suffix): Initialize with target object suffix.
21797         (Get_Unit): Change Ada bind file prefix on VMS from b$ to b__.
21798
21799         * butil.adb: Change some Hostparm.OpenVMS checks to
21800         Targparm.OpenVMS_On_Target.
21801
21802         * clean.adb: Change some Hostparm.OpenVMS checks to
21803         Targparm.OpenVMS_On_Target.
21804         (Object_Suffix): Initialize with call to Get_Target_Object_Suffix.
21805         ({declaraction},Delete_Binder_Generated_Files,{initialization}): Change
21806         Ada bind file prefix on VMS from b$ to b__.
21807
21808         * gnatlink.adb (Process_Args): Call Add_Src_Search_Dir for -I in
21809         --GCC so that Get_Target_Parameters can find system.ads.
21810         (Gnatlink): Call Get_Target_Parameters in mainline.
21811         Initialize standard packages for Targparm.
21812         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
21813         (Process_Args): Also Check for object files with target object
21814         extension.
21815         (Make_Binder_File_Names): Create with target object extension.
21816         (Make_Binder_File_Names): Change Ada bind file prefix on VMS from b$
21817         to b__.
21818
21819         * mlib-prj.adb: Change some Hostparm.OpenVMS checks to
21820         Targparm.OpenVMS_On_Target.
21821         ({declaration},Build_Library,Check_Library): Change Ada bind file
21822         prefix on VMS from b$ to b__.
21823
21824         * osint-b.adb: Change some Hostparm.OpenVMS checks to
21825         Targparm.OpenVMS_On_Target.
21826         (Create_Binder_Output): Change Ada bind file prefix on VMS from b$ to
21827         b__.
21828
21829         * targext.c: New file.
21830
21831         * Makefile.in: add support for vxworks653 builds
21832         (../../vxaddr2line): gnatlink with targext.o.
21833         (TOOLS_LIBS): Move targext.o to precede libgnat.
21834         (init.o, initialize.o): Minor clean up in dependencies.
21835         (GNATLINK_OBJS): Add targparm.o, snames.o
21836         Add rules fo building targext.o and linking it explicitly with all
21837         tools.
21838         Also add targext.o to gnatlib.
21839
21840         * Make-lang.in: Add rules for building targext.o and linking it in
21841         with gnat1 and gnatbind.
21842         Add entry for exp_sel.o.
21843
21844         * osint.adb Change some Hostparm.OpenVMS checks to
21845         Targparm.OpenVMS_On_Target.
21846         (Object_File_Name): Use target object suffix.
21847
21848         * osint.ads (Object_Suffix): Remove, no longer used.
21849         (Target_Object_Suffix): Initialize with target object suffix.
21850
21851         * rident.ads: Add special exception to license.
21852
21853         * targparm.adb (Get_Target_Parameters): Set the value of
21854         Multi_Unit_Index_Character after OpenVMS_On_Target gets its definitive
21855         value.
21856         (Get_Target_Parameters): Set OpenVMS_On_Target if openvms.
21857
21858         * targparm.ads: Add special exception to license.
21859
21860         * g-os_lib.ads, g-os_lib.adb (Get_Target_Debuggable_Suffix): New
21861         function.
21862         (Copy_File): Make sure from file is closed if error on to file
21863         (Get_Target_Executable_Suffix, Get_Target_Object_Suffix): New functions.
21864
21865         * make.adb (Object_Suffix): Intialize with Get_Target_Object_Suffix.
21866         (Executable_Suffix): Intialize with Get_Target_Executable_Suffix.
21867
21868         * osint-c.adb (Set_Output_Object_File_Name): Initialize extension with
21869         target object suffix.
21870
21871 2005-12-09  Jose Ruiz  <ruiz@adacore.com>
21872             Quentin Ochem  <ochem@adacore.com>
21873             Florian Villoing  <villoing@adacore.com>
21874
21875         * a-taster.ads, a-taster.adb: New files.
21876
21877         * a-elchha.adb (Last_Chance_Handler): Change the task termination soft
21878         link to the version that does nothing. This way the task termination
21879         routine is not executed twice for the environment task when finishing
21880         because of an unhandled exception.
21881
21882         * a-exextr.adb (Notify_Unhandled_Exception): Call the task termination
21883         handler because of an unhandled exception.
21884
21885         * a-taside.adb (Abort_Tasks): Call the Abort_Tasks procedure from
21886         System.Tasking.Utilities instead of that in System.Tasking.Stages.
21887
21888         * s-finimp.adb (initialization code): Modify the soft link for the
21889         finalization of the global list instead of Adafinal.
21890
21891         * s-soflin.ads, s-soflin.adb (Task_Termination_NT): Add this
21892         non-tasking version of the soft link for task termination. We do
21893         nothing since if we are using the non-tasking version it
21894         means that the task termination functionality is not used.
21895         (Null_Finalize_Global_List): Add this null version for the procedure
21896         in charge of finalizing the global list for controlled objects.
21897         (Null_Adafinal): Remove this procedure. Adafinal_NT has been created
21898         instead for handling run-time termination in a more flexible way.
21899         (Adafinal_NT): This new procedure will take care of finalizing the
21900         global list for controlled objects if needed, but no tasking
21901         finalization.
21902
21903         * s-tarest.adb (Task_Lock): Do not try to lock again the
21904         Global_Task_Lock if we already own it. Otherwise, we get blocked in
21905         some run-time operations.
21906         (Task_Unlock): Do not try to actually unlock the Global_Task_Lock
21907         until all nested locks have been released.
21908         (Task_Wrapper): Call the fall-back task termination handler. It
21909         applies to all tasks but the environment task.
21910         (Finalize_Global_Tasks): Add the call for the task termination
21911         procedure for the environment task.
21912         (Task_Wrapper): suppress warnings around declaration of
21913         Secondary_Stack_Address.
21914
21915         * s-tasini.adb (Final_Task_Unlock): Global_Task_Lock_Nesting has been
21916         moved to the Common_ATCB record.
21917         (Task_Lock): Global_Task_Lock_Nesting has been moved to the
21918         Common_ATCB record.
21919         (Task_Unlock): Global_Task_Lock_Nesting has been moved to the
21920         Common_ATCB record.
21921
21922         * s-taskin.adb (Initialize_ATCB): Initialize Global_Task_Lock_Nesting,
21923         Fall_Back_Handler, and Specific_Handler.
21924
21925         * s-taskin.ads (Cause_Of_Termination): Redefine this type here, already
21926         defined in Ada.Task_Termination, to avoid circular dependencies.
21927         (Termination_Handler): Redefine this type here, alredy defined in
21928         Ada.Task_Termination, for avoiding circular dependencies.
21929         (Common_ATCB): Add the Fall_Back_Handler and Specific_Handler required
21930         for storing task termination handlers. In addition,
21931         Global_Task_Lock_Nesting has been moved from Ada_Task_Control_Block to
21932         Common_ATCB because it is used by both the regular and the restricted
21933         run times.
21934         (Ada_Task_Control_Block): Move Global_Task_Lock_Nesting from here to
21935         Common_ATCB because it is used by both the regular and the restricted
21936         run times.
21937         (Common_ATCB): Added a dynamic task analyzer field.
21938
21939         * s-tassta.adb (Abort_Tasks): Move the code in charge of checking
21940         potentially blocking operations to System.Tasking.Utilities.Abort_Tasks.
21941         (Task_Wrapper): Call the task termination handler. It applies to all
21942         tasks but the environment task.
21943         (Finalize_Global_Tasks): Call the task termination procedure for the
21944         environment task. The call to Finalize_Global_List is now performed
21945         using the soft links mechanism.
21946         (Task_Wrapper): added dynamic stack analysis.
21947
21948         * s-tasuti.adb (Abort_Tasks): The code in charge of checking
21949         potentially blocking operations has been moved from
21950         System.Tasking.Stages.Abort_Tasks to this procedure. There can be
21951         direct calls to System.Tasking.Utilities.Abort_Tasks that do not pass
21952         through System.Tasking.Stages.Abort_Tasks, and we do not want to miss
21953         this run-time check.
21954
21955         * s-solita.adb (Task_Termination_Handler_T): Add this task-safe version
21956         of task termination procedure.
21957         (Init_Tasking_Soft_Links): Install the task-safe version of the soft
21958         link for the task termination procedure.
21959
21960         * bindusg.adb: (Bindusg): Added documentation for -u option.
21961
21962         * bindgen.adb (Get_Main_Ada) Added handling of dynamic stack analysis.
21963         (Get_Main_C): Add handling of dynamic stack analysis.
21964         (Gen_Output_File_C): Add external functions for dynamic stack analysis.
21965
21966         * Makefile.rtl: Add entry for a-taster (Ada.Task_Termination).
21967         (GNATRTL_NONTASKING_OBJS) Added entries for dynamic stack analysis
21968         (GNATRTL_NONTASKING_OBJS): Add AltiVec files.
21969
21970         * opt.ads: Added flags used by dynamic stack measurement.
21971         (Max_Line_Length): Remove (not used anymore)
21972
21973         * s-io.ads, s-io.adb (Standard_Error): new subprogram
21974         (Standart_Output): new subprogram
21975         (Set_Output): new subprogram
21976         (Put): now uses the value of Current_Out to know if the output has to be
21977         send to stderr or stdout.
21978
21979         * s-stausa.ads: Complete implementation.
21980
21981         * switch-b.adb: Added handling of -u switch for dynamic stack analysis.
21982
21983         * impunit.adb (Non_Imp_File_Names_05): Add Ada.Task_Termination to the
21984         list of Ada 05 files.
21985         (GNAT Library Units): Add AltiVec files.
21986
21987         * g-allein.ads, g-alleve.adb, g-alleve.ads, g-altcon.adb,
21988         g-altcon.ads, g-altive.ads, g-alveop.adb, g-alveop.ads
21989         g-alvety.ads, g-alvevi.ads: New files providing altivec API.
21990
21991 2005-12-09  Nicolas Setton  <setton@adacore.com>
21992
21993         * adaint.c (__gnat_locate_regular_file): Return immediately if
21994         file_name is empty.
21995
21996 2005-12-09  Javier Miranda  <miranda@adacore.com>
21997             Hristian Kirtchev  <kirtchev@adacore.com>
21998
21999         * a-tags.ads, a-tags.adb (Offset_To_Top): Moved from the package body
22000         to the specification because the frontend generates code that uses this
22001         subprogram.
22002         (Set_Interface_Table): Add missing assertion.
22003         Update documentation describing the run-time structure.
22004         (Displace): New subprogram that displaces the pointer to the object
22005         to reference one of its secondary dispatch tables.
22006         (IW_Membership): Modified to use the new table of interfaces.
22007         (Inherit_TSD): Modified to use the new table of interfaces.
22008         (Register_Interface_Tag): Use the additional formal to fill the
22009         contents of the new table of interfaces.
22010         (Set_Interface_Table): New subprogram that stores in the TSD the
22011         pointer to the table of interfaces.
22012         (Set_Offset_To_Top): Use the additional formal to save copy of
22013         the offset value in the table of interfaces.
22014         Update structure of GNAT Primary and Secondary dispatch table diagram.
22015         Add comment section on GNAT dispatch table prologue.
22016         (Offset_To_Signature): Update the constant value of the Signature field.
22017         (Dispatch_Table): Update comment on hidden fields in the prologue.
22018         (Get_Entry_Index, Get_Prim_Op_Kind, Get_Offset_Index, OSD,
22019         Set_Entry_Index, Set_Offset_Index, Set_Prim_Op_Kind, SSD, TSD): Change
22020         the type of formal parameter T to Tag, introduce additional assertions.
22021         (Get_Num_Prim_Ops, Set_Num_Prim_Ops): Remove an unnecessary type
22022         conversion.
22023         (Get_Tagged_Kind, Set_Tagged_Kind): New bodies.
22024
22025         * exp_ch6.adb (Register_Interface_DT_Entry): Remove the Thunk_Id actual
22026         in all the calls to Expand_Interface_Thunk. Instead of referencing the
22027         record component containing the tag of the secondary dispatch table we
22028         have to use the Offset_To_Top run-time function to get this information;
22029         otherwise if the pointer to the base of the object has been displace
22030         we get a wrong value if we use the 'position attribute.
22031
22032         * exp_disp.adb (Expand_Interface_Thunk): Remove the Thunk_Id actual in
22033         all the calls to Expand_Interface_Thunk.
22034         (Make_Secondary_DT): Secondary dispatch tables do not have a table of
22035         interfaces; hence the call to Set_Interface_Table was clearly wrong.
22036         (Collect_All_Interfaces): Modify the internal subprogram Collect to
22037         ensure that the interfaces implemented by the ancestors are placed
22038         at the header of the generated list.
22039         (Expand_Interface_Conversion): Handle the case in which the displacement
22040         associated with the interface conversion is not statically known. In
22041         this case we generate a call to the new run-time subprogram Displace.
22042         (Make_DT): Generate and fill the new table of interfaces.
22043         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Add entries for
22044         Get_Tagged_Kind and Set_Tagged_Kind.
22045         (Tagged_Kind): New function that determines the tagged kind of a type
22046         with respect to limitedness and concurrency and returns a reference to
22047         RE_Tagged_Kind.
22048         (Make_Disp_Asynchronous_Select_Body, Make_Disp_Conditional_Select_Body,
22049         Make_Disp_Timed_Select_Body): Correctly retrieve the pointer to the
22050         primary dispatch table for a type.
22051         (Make_DT, Make_Secondary_DT): Set the tagged kind in the primary and
22052         secondary dispatch table respectively of a tagged type.
22053
22054         * exp_disp.ads (Expand_Interface_Thunk): Remove Thunk_Id formal.
22055         (Expand_Interface_Conversion): New subprogram to indicate if the
22056         displacement of the type conversion is statically known.
22057         (DT_Access_Action): Add values Get_Tagged_Kind and Set_Tagged_Kind.
22058
22059         * rtsfind.ads (RE_Offset_To_Top): New entity
22060         (RTU_Id): Add Ada_Task_Termination to the list so that it is made
22061         accessible to users.
22062         (Re_Displace): New entity
22063         (RE_Interface_Data): New entity
22064         (RE_Set_Interface_Data): New_Entity
22065         (RE_Id, RE_Unit_Table): Add entry for RE_Get_Tagged_Kind,
22066         Set_Tagged_Kind, RE_Tagged_Kind, RE_TK_Abstract_Limited_Tagged,
22067         RE_TK_Abstract_Tagged, RE_TK_Limited_Tagged, RE_TK_Protected,
22068         RE_TK_Tagged, RE_TK_Task.
22069
22070         * exp_ch3.adb (Init_Secondary_Tags): Modify the subprogram
22071         Init_Secondary_Tags_Internal to allow its use with interface types and
22072         also to generate the code for the new additional actual required
22073         by Set_Offset_To_Top.
22074         (Build_Init_Statements): In case of components associated with abstract
22075         interface types there is no need to generate a call to its IP.
22076         (Freeze_Record_Type): Generate Select Specific Data tables only for
22077         concurrent types.
22078         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies): Generate
22079         the bodies and specifications of the predefined primitive operations
22080         dealing with dispatching selects and abort, 'Callable, 'Terminated only
22081         for concurrent types.
22082
22083         * exp_sel.ads, exp_sel.adb: New files.
22084
22085         * exp_ch9.adb (Build_Protected_Entry, Expand_N_Protected_Body,
22086         Expand_N_Protected_Type_Declaration, Make_Initialize_Protection): Handle
22087         properly protected objects and attach handler in the case of the
22088         restricted profile.
22089         Move embeded package Select_Expansion_Utilities into a separate external
22090         package.
22091         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Select,
22092         Expand_N_Timed_Entry_Call): Correct calls external package Exp_Sel.
22093         (Build_K, Build_S_Assignment): New subprograms, part of the select
22094         expansion utilities.
22095         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Entry_Call,
22096         Expand_N_Timed_Entry_Call): Optimize expansion of select statements
22097         where the trigger is a dispatching procedure of a limited tagged type.
22098
22099 2005-12-09  Olivier Hainque  <hainque@adacore.com>
22100
22101         * decl.c (gnat_to_gnu_entity, renaming object case): Don't early expand
22102         pointer initialization values. Make a SAVE_EXPR instead. Add comments
22103         about the use and expansion of SAVE_EXPRs in the various possible
22104         renaming handling cases.
22105         (components_to_record, compare_field_bitpos): Sort by DECL_UID, not by
22106         abusing DECL_FCONTEXT.
22107
22108 2005-12-09  Matthew Heaney  <heaney@adacore.com>
22109
22110         * a-convec.adb (Merge): Added assertions to check whether vector params
22111         are sorted.
22112
22113         * a-coinve.adb (Merge): Added assertions to check whether vector params
22114         are sorted.
22115
22116         * a-cohama.ads (Cursor'Write): raises Program_Error per latest AI-302
22117         draft.
22118         (Cursor'Read): raises PE
22119
22120         * a-cohama.adb (Insert.New_Node): Uses box-style syntax to init elem
22121         to its default value.
22122
22123         * a-cihama.adb: Manually check whether cursor's key and elem are
22124         non-null
22125
22126         * a-cidlli.ads, a-cidlli.adb (Splice): Changed param name and param mode
22127         (Merge): Assert that target and source lists are in order
22128         (Swap): Declare non-const temporaries, to pass to Splice
22129
22130         * a-cdlili.ads: (Splice): Changed param name and param mode
22131
22132         * a-cdlili.adb: (Splice): Changed param name and param mode
22133         (Merge): Assert that target and source lists are in order
22134         (Swap): Declare non-const temporaries, to pass to Splice
22135
22136         * a-ciorma.ads, a-coorma.ads: (Read): declare Stream param as not null
22137         (Write): declare Stream param as not null
22138
22139         * a-ciorma.adb, a-coorma.adb: All explicit raise statements now include
22140         an exception message.
22141
22142 2005-12-09  Thomas Quinot  <quinot@adacore.com>
22143             Robert Dewar  <dewar@adacore.com>
22144
22145         * hostparm.ads (Max_Line_Length): Set to Types.Column_Number'Last - 1,
22146         which is the absolute maximum length we can support.
22147
22148         * frontend.adb: For the processing of configuration pragma files,
22149         remove references to Opt.Max_Line_Length, which is not checked anymore.
22150
22151         * namet.ads (Name_Buffer): Adjust size to reflect increase on max line
22152         length.
22153
22154         * scn.adb, scng.adb:
22155         Always check line length against the absolute supported maximum,
22156         Hostparm.Max_Line_Length.
22157
22158         * stylesw.adb (Set_Style_Check_Options, case M): The maximum supported
22159         value for the maximum line length is Max_Line_Length (not
22160         Column_Number'Last).
22161         Minor error msg update
22162         (Set_Style_Check_Options): New interface returning error msg
22163         Minor code reorganization (processing for 'M' was out of alpha order)
22164
22165         * switch-c.adb: New interface for Set_Style_Check_Options
22166
22167         * stylesw.ads (Set_Style_Check_Options): New interface returning error
22168         msg.
22169
22170 2005-12-09  Javier Miranda  <miranda@adacore.com>
22171
22172         * exp_aggr.adb (Build_Record_Aggr_Code): Default-initialialized records
22173         with IP subprogram were only supported if there were limited types.
22174
22175         * sem_aggr.adb (Resolve_Record_Aggregate): Default-initialialized
22176         records with IP subprogram were only supported if there were limited
22177         types.
22178
22179 2005-12-09  Olivier Hainque  <hainque@adacore.com>
22180             Eric Botcazou  <ebotcazou@adacore.com>
22181
22182         * trans.c (tree_transform, emit_check): Adjust calls to
22183         build_call_raise, passing the now expected GNAT_NODE argument.
22184
22185         * gigi.h (build_call_raise): Add a GNAT_NODE argument to convey better
22186         source line information than what the current global locus indicates
22187         when appropriate.
22188
22189         * utils2.c (build_simple_component_ref): Return 0 if the offset of the
22190         field has overflowed.
22191         (build_call_raise): Add a GNAT_NODE argument to convey better source
22192         line information than what the current global locus indicates when
22193         appropriate.
22194         (build_component_ref): Adjust call to build_call_raise.
22195
22196 2005-12-09  Pascal Obry  <obry@adacore.com>
22197
22198         * g-diopit.adb (Find): Fix test to exit the iterator and make sure that
22199         the iterator is quitting iteration on parent directory.
22200
22201 2005-12-09  Javier Miranda  <miranda@adacore.com>
22202
22203         * exp_ch5.adb (Expand_N_Assignment_Statement): In case of tagged types
22204         and the assignment to a class-wide object, before the assignment we
22205         generate a run-time check to ensure that the tag of the Target is
22206         covered by the tag of the source.
22207
22208 2005-12-09  Robert Dewar  <dewar@adacore.com>
22209
22210         * exp_imgv.adb (Expand_Image_Attribute): Generate extra boolean
22211         parameter in call to Image_Wide_Character.
22212
22213         * s-imgwch.ads, s-imgwch.adb (Image_Wide_Character): Add boolean
22214         parameter Ada_2005 to deal with annoying FFFE/FFFF inconsistency.
22215         (Image_Wide_Character): Add boolean parameter Ada_2005 to deal with
22216         annoying FFFE/FFFF inconsistency.
22217
22218 2005-12-09  Robert Dewar  <dewar@adacore.com>
22219             Javier Miranda  <miranda@adacore.com>
22220             Ed Schonberg  <schonberg@adacore.com>
22221
22222         * exp_util.ads, exp_util.adb (Is_Ref_To_Bit_Packed_Slice): Handle case
22223         of type conversion.
22224         (Find_Interface): New subprogram that given a tagged type and one of its
22225         component associated with the secondary table of an abstract interface
22226         type, return the entity associated with such abstract interface type.
22227         (Make_Subtype_From_Expr): If type has unknown discriminants, always use
22228         base type to create anonymous subtype, because entity may be a locally
22229         declared subtype or generic actual.
22230         (Find_Interface): New subprogram that given a tagged type and one of its
22231         component associated with the secondary table of an abstract interface
22232         type, return the entity associated with such abstract interface type.
22233
22234         * sem_res.adb (Resolve_Type_Conversion): Handle the case in which the
22235         conversion cannot be handled at compile time. In this case we pass this
22236         information to the expander to generate the appropriate code.
22237
22238 2005-12-09  Robert Dewar  <dewar@adacore.com>
22239             Ed Schonberg  <schonberg@adacore.com>
22240             Gary Dismukes  <dismukes@adacore.com>
22241             Javier Miranda  <miranda@adacore.com>
22242             Hristian Kirtchev  <kirtchev@adacore.com>
22243
22244         * einfo.adb (Itype_Printed): New flag
22245         (Is_Limited_Type): Derived types do not inherit limitedness from
22246         interface progenitors.
22247         (Is_Return_By_Reference_Type): Predicate does not apply to limited
22248         interfaces.
22249
22250         * einfo.ads (Itype_Printed): New flag
22251         Move Is_Wrapper_Package to proper section
22252         Add missing Inline for Is_Volatile
22253
22254         * output.ads, output.adb (Write_Erase_Char): New procedure
22255         (Save/Restore_Output_Buffer): New procedures
22256         (Save/Restore_Output_Buffer): New procedures
22257
22258         * sprint.ads, sprint.adb (Write_Itype): Handle case of record itypes
22259         Add missing support for anonymous access type
22260         (Write_Id): Insert calls to Write_Itype
22261         (Write_Itype): New procedure to output itypes
22262
22263         * par-ch12.adb (P_Formal_Derived_Type_Definition): In Ada 2005, handle
22264         use of "limited" in declaration.
22265
22266         * sinfo.ads, sinfo.adb:
22267         Formal derived types can carry an explicit "limited" indication.
22268
22269         * sem_ch3.adb: Add with and use of Targparm.
22270         (Create_Component): If Frontend_Layout_On_Target is True and the
22271         copied component does not have a known static Esize, then reset
22272         the size and positional fields of the new component.
22273         (Analyze_Component_Declaration): A limited component is
22274         legal within a protected type that implements an interface.
22275         (Collect_Interfaces): Do not add to the list the interfaces that
22276         are implemented by the ancestors.
22277         (Derived_Type_Declaration): If the parent of the full-view is an
22278         interface perform a transformation of the tree to ensure that it has
22279         the same parent than the partial-view. This simplifies the job of the
22280         expander in order to generate the correct object layout, and it is
22281         needed because the list of interfaces of the full-view can be given in
22282         any order.
22283         (Process_Full_View): The parent of the full-view does not need to be
22284         a descendant of the parent of the partial view if both parents are
22285         interfaces.
22286         (Analyze_Private_Extension_Declaration): If declaration has an explicit
22287         "limited" the parent must be a limited type.
22288         (Build_Derived_Record_Type): A derived type that is explicitly limited
22289         must have limited ancestor and progenitors.
22290         (Build_Derived_Type): Ditto.
22291         (Process_Full_View): Verify that explicit uses of "limited" in partial
22292         and full declarations are consistent.
22293         (Find_Ancestor_Interface): Remove function.
22294         (Collect_Implemented_Interfaces): New procedure used to gather all
22295         implemented interfaces by a type.
22296         (Contain_Interface): New function used to check whether an interface is
22297         present in a list.
22298         (Find_Hidden_Interface): New function used to determine whether two
22299         lists of interfaces constitute a set equality. If not, the first
22300         differing interface is returned.
22301         (Process_Full_View): Improve the check for the "no hidden interface"
22302         rule as defined by AI-396.
22303
22304 2005-12-09  Robert Dewar  <dewar@adacore.com>
22305
22306         * freeze.adb (Freeze_Record_Type): Only test for useless pack on record
22307         types, not on record subtypes.
22308         (Freeze_Entity): Code cleanup. Add barrier to the loop
22309         that generates the references for primitive operations. This allows to
22310         remove an unnecessary exception handler.
22311         Code reformatting and comment clean ups.
22312
22313 2005-12-09  Vincent Celier  <celier@adacore.com>
22314
22315         * gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U
22316         If GNAT CHECK is called with a project file, but with no
22317         source on the command line, call gnatcheck with all the compilable
22318         sources of the project.
22319         Take into account the new command Check, for gnatcheck. Treat as for
22320         other ASIS tools: take into account project, specific package Check and
22321         Compiler switches.
22322         For ASIS tools, add the switches in package Compiler for
22323         the invocation of the compiler.
22324
22325         * prj-attr.adb: Add package Check and its attributes
22326
22327         * vms_conv.ads (Command_Type): New command Check, for gnatcheck
22328
22329         * vms_conv.adb (Initialize): Change Params of command Check to
22330         unlimited files.
22331         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
22332         Add data for new command Check
22333
22334         * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT
22335         ELIM.
22336         Add qualifiers for Check command options
22337         (Command_Type): New command Check
22338
22339 2005-12-09  Thomas Quinot  <quinot@adacore.com>
22340
22341         * mlib-utl.adb (Ar): Use Output.Buffer_Max to determine whether a
22342         command line switch overruns the output buffer.
22343
22344 2005-12-09  Robert Dewar  <dewar@adacore.com>
22345
22346         * sem_prag.adb: Processing for new pragma Complete_Representation
22347         (Analyze_Pragma, case Debug): Implement two argument form.
22348
22349         * par-prag.adb: Entry for new pragma Complete_Representation
22350         (Prag, case Debug): Recognize two argument form of pragma Debug
22351         New interface for Set_Style_Check_Options.
22352
22353         * sem_ch13.adb: Implement new pragma Complete_Representation.
22354
22355         * snames.adb, snames.ads, snames.h: Entry for new pragma
22356         Complete_Representation.
22357
22358 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
22359
22360         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for
22361         available user-specified stream attributes on limited parameters to
22362         also test the type directly rather than only its underlying type (for
22363         Ada 95) and, in the case of Ada 2005, to check that the user-specified
22364         attributes are visible at the point of the subprogram declaration.
22365         For Ada 2005, the error message is modified to indicate that the
22366         type's stream attributes must be visible (again, only for -gnat05).
22367
22368 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
22369
22370         * sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of
22371         anonymous access types.
22372
22373         * sem_eval.adb (Subtypes_Statically_Match): Implement new rules for
22374         matching of anonymous access types and anonymous access to subprogram
22375         types. 'R'M 4.9.1 (2/2).
22376
22377 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
22378
22379         * sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference
22380         rule prematurely when operands are universal, remaining ambiguities
22381         will be removed during resolution.
22382         Code cleanup.
22383
22384         * sem_type.adb (Disambiguate): In Ada95 mode, discard interpretations
22385         that are Ada 2005 functions.
22386         (Has_Abstract_Interpretation): Subsidiary to
22387         Remove_Conversions, to remove ambiguities caused by abstract operations
22388         on numeric types when operands are universal.
22389
22390 2005-12-09  Robert Dewar  <dewar@adacore.com>
22391
22392         * sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization
22393         for case where spec is categorized.
22394
22395 2005-12-09  Javier Miranda  <miranda@adacore.com>
22396
22397         * sem_ch8.adb (Find_Type): In case of tagged types that are concurrent
22398         types use the corresponding record type. This was not needed before
22399         the implementation of Ada 2005 synchronized types because
22400         concurrent types were never tagged types in Ada 95.
22401
22402 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
22403
22404         * sem_ch9.adb (Analyze_Delay_Alternative, Analyze_Delay_Until): Use the
22405         first subtype of the type of the expression to verify that it is a
22406         legal Time type.
22407
22408 2005-12-09  Robert Dewar  <dewar@adacore.com>
22409
22410         * sem_util.ads, sem_util.adb (Full_Qualified_Name): Now provides
22411         decoded names.
22412
22413 2005-12-09  Quentin Ochem  <ochem@adacore.com>
22414             Robert Dewar  <dewar@adacore.com>
22415             Ed Falis  <falis@adacore.com>
22416             Florian Villoing  <villoing@adacore.com>
22417             Thomas Quinot  <quinot@adacore.com>
22418             Arnaud Charlet  <charlet@adacore.com>
22419
22420         * gnat_ugn.texi: Created section "Stack Related Tools"
22421         Moved "Stack Overflow Checking" subsection from "Switches for gcc" to
22422         "Stack Related Tools"
22423         Added subsection "Static Stack Usage Analysis"
22424         Added subsection "Dynamic Stack Usage Analysis"
22425         Include documentation of itypes in sprint listing (-gnatG)
22426         Documented gnatbind -D switch (default sec stack size for fixed sec
22427         stacks).
22428         Added Interrupt_State and Persistent_BSS to list of configuration
22429         pragmas.
22430         Add missing doc for maximum value of nnn in -gnatyMnnn
22431
22432         * gnat_rm.texi: Document the AltiVec binding.
22433         Add documentation for pragma Complete_Representation
22434         Shortened an overly long line (> 79 chars)
22435         Clarify documentation of unchecked conversion in implementation
22436         defined cases.
22437         Document two argument form of pragma Debug
22438
22439         * types.ads (Column_Number): Update documentation.
22440
22441         * exp_ch7.ads (Make_Adjust_Call): Document the special processing for
22442         library level Finalize_Storage_Only objects (these are not attached to
22443         any finalization list).
22444
22445         * system-mingw.ads: (Underlying_Priorities): Update comment.
22446
22447 2005-12-09  Robert Dewar  <dewar@adacore.com>
22448
22449         * i-c.adb, i-cexten.ads, i-cobol.adb, i-cobol.ads, i-cpoint.ads,
22450         i-cpp.adb, i-cpp.ads, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
22451         inline.adb, interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads,
22452         i-os2thr.ads, itypes.adb, itypes.adb, itypes.ads, krunch.ads,
22453         krunch.adb, lib.adb, lib.ads, lib-list.adb, lib-load.adb,
22454         lib-load.ads, lib-sort.adb, live.adb, make.ads, i-cstrea-vms.adb,
22455         interfac-vms.ads, makegpr.adb, indepsw-gnu.adb, indepsw.ads,
22456         s-wchcon.ads, sdefault.ads, sem_ch10.adb, sem_eval.ads: Minor
22457         reformatting.
22458
22459 2005-12-09  Robert Dewar  <dewar@adacore.com>
22460
22461         * s-vaflop-vms-alpha.adb: (Ne_F): New function
22462         (Ne_G): New function
22463
22464         * exp_ch4.adb (Expand_Allocator_Expression): Factor duplicated code
22465         for tag assignment.
22466         (Rewrite_Comparison): Handle case where operation is not a comparison
22467         and ignore, and also handle type conversion case.
22468
22469 2005-12-09  Thomas Quinot  <quinot@adacore.com>
22470
22471         * exp_aggr.ads: Fix typo in comment.
22472         ???-mark Convert_Aggr_In_Assignment as needing documentation.
22473
22474 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
22475
22476         * layout.adb: Replace various uses of byte by storage unit throughout.
22477         (Get_Max_SU_Size): Name changed from Get_Max_Size. In the case of a
22478         static size, convert to storage units before returning, to conform to
22479         spec.
22480
22481 2005-12-09  Matthew Gingell  <gingell@adacore.com>
22482
22483         * g-exctra.ads: Fix typo in comment.
22484
22485 2005-12-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22486
22487         * utils.c: Minor reformatting.
22488
22489 2005-12-09  Robert Dewar  <dewar@adacore.com>
22490
22491         * g-soccon.ads:
22492         Further comment fixes to make the status of the default file clear
22493
22494         * s-bitops.adb: Clarify comment for Bits_Array
22495
22496 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
22497
22498         * Make-lang.in (ada.install-normal): Remove.
22499
22500 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
22501
22502         * Make-lang.in: Remove all dependencies on s-gtype.
22503
22504 2005-12-05  Richard Guenther  <rguenther@suse.de>
22505
22506         * utils.c (convert): Use fold_convert where appropriate.
22507
22508 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
22509
22510         * Makefile.in (gnatlib): Fix regex, using \. instead of . when
22511         a period is meant.
22512
22513 2005-12-02  Richard Guenther  <rguenther@suse.de>
22514
22515         * trans.c (gnat_gimplify_expr): Use buildN instead of build.
22516
22517 2005-12-01  Roger Sayle  <roger@eyesopen.com>
22518
22519         * utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
22520         nodes.
22521
22522 2005-11-23  Laurent Guerby  <laurent@guerby.net>
22523
22524         * mlib-prj.adb (Build_Library): Initialize Delete.
22525
22526 2005-11-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
22527
22528         * socket.c: Add extern int h_errno for rtems since networking header
22529         files are not available at this point in a tool bootstrap. Newlib
22530         only has basic C library header files.
22531
22532 2005-11-19  Richard Guenther  <rguenther@suse.de>
22533         Roger Sayle  <roger@eyesopen.com>
22534
22535         PR ada/23717
22536         * misc.c (internal_error_function): Don't use vsprintf to format
22537         the error message text, instead use pp_format_text and the new
22538         pretty printer APIs.  This allows handling of %qs, %w, etc.
22539
22540 2005-11-18  Laurent Guerby  <laurent@guerby.net>
22541
22542         PR ada/24857
22543         * Makefile.in: Use s-auxdec-empty for RTEMS.
22544
22545 2005-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22546
22547         PR ada/22333
22548         * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
22549         a temporary if taking the address of something that is neither
22550         reference, declaration, or constant, since the gimplifier
22551         can't handle that case.
22552
22553 2005-11-17  Laurent Guerby  <laurent@guerby.net>
22554
22555         PR ada/24857
22556         * s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
22557
22558 2005-11-16  Richard Guenther  <rguenther@suse.de>
22559
22560         * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
22561
22562 2005-11-16  Joel Sherrill  <joel.sherrill@oarcorp.com>
22563
22564         PR ada/24855
22565         * raise-gcc.c: Add missing stdarg.h include.
22566
22567 2005-11-16  Richard Guenther  <rguenther@suse.de>
22568
22569         * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
22570         (ada/misc.o): Likewise.
22571
22572 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22573
22574         * g-soccon.ads: Minor reformatting. Update comments.
22575
22576         * gsocket.h: Include <sys/times.h> in the VxWorks case, in order to
22577         gain visibility on the declaration of struct timeval.
22578
22579         * g-soccon-freebsd.ads,
22580         g-soccon-darwin.ads,
22581         g-soccon-tru64.ads,
22582         g-soccon-aix.ads,
22583         g-soccon-irix.ads,
22584         g-soccon-hpux.ads,
22585         g-soccon-solaris.ads,
22586         g-soccon-vms.ads,
22587         g-soccon-mingw.ads,
22588         g-soccon-vxworks.ads (SIZEOF_tv_sec, SIZEOF_tv_usec): New constants.
22589
22590         * g-soccon-hpux-ia64.ads, g-soccon-linux-ppc.ads,
22591         g-soccon-solaris-64.ads, g-soccon-linux-64.ads,
22592         g-soccon-linux-x86.ads: New files.
22593
22594         * g-socthi-mingw.adb:
22595         (Socket_Error_Message): Remove redundant use of GNAT.Sockets.Constants
22596
22597         * g-socthi-vxworks.ads, g-socthi-vms.ads, g-socthi-mingw.ads
22598         (time_t, suseconds_t): New types constructed to match the tv_sec
22599         and tv_usec fields of C struct timeval.
22600         (Timeval): Construct structure in terms of the new types.
22601         (Host_Errno): New function (imported from socket.c), returns last hosts
22602         database error.
22603
22604         * g-socthi-vxworks.adb:  Add error handling circuitry.
22605
22606         * g-socket.ads, g-socket.adb (To_Timeval): Reflect change of type for
22607         components of struct timeval.
22608         (Get_Host_By_Name, Get_Host_By_Address): Fix error reporting circuitry.
22609         (Check_Selector): In error conditions, clear internal socket sets to
22610         avoid a memory leak.
22611         (Get_Socket_Option, Set_Socket_Option): Support for Multicast_If,
22612         Send_Timeout, Receive_Timeout.
22613
22614         * g-socthi.ads (time_t, suseconds_t): New types constructed to match
22615         the tv_sec and tv_usec fields of C struct timeval.
22616         (Timeval): Construct structure in terms of the new types.
22617         (Host_Errno): New function (imported from socket.c), returns last hosts
22618         database error.
22619
22620         * socket.c (__gnat_get_h_errno): New function to retrieve h_errno, the
22621         hosts database last error code.
22622
22623         * gen-soccon.c: Complete value expansion should not be performed on
22624         TARGET, as it has the form of a math expression, and some components
22625         may be platform-defined macros.
22626         For VxWorks, generate the OK and ERROR values.
22627         New constants giving the sizes of the components of C struct timeval.
22628
22629 2005-11-14  Robert Dewar  <dewar@adacore.com>
22630             Ed Schonberg  <schonberg@adacore.com>
22631
22632         PR ada/18434
22633         * types.ads: Include All_Checks in Suppress_Array
22634
22635         * checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
22636         not(a=b), since we no longer do this rewriting, and hence it is not
22637         needed.
22638         (Elaboration_Checks_Suppressed): Add special casing to
22639         deal with different cases of static and dynamic elaboration checks (all
22640         checks does not count in the first case, but does in the second).
22641         (Expr_Known_Valid): Do not assume that the result of any arbitrary
22642         function call is valid, since this is not the case.
22643         (Ensure_Valid): Do not apply validity check to a real literal
22644         in a universal or fixed context
22645
22646         * exp_ch4.adb (Expand_N_Op_Ne): Don't expand a/=b to not(a=b) for
22647         elementary types using the operator in standard. It is cleaner not to
22648         modify the programmers intent, especially in the case of floating-point.
22649         (Rewrite_Comparison): Fix handling of /= (this was always wrong, but
22650         it did not matter because we always rewrote a/=b to not(a=b).
22651         (Expand_Allocator_Expression): For an allocator expression whose nominal
22652         subtype is an unconstrained packed type, convert the expression to its
22653         actual constrained subtype.
22654         Implement warning for <= or >= where < or > not possible
22655         Fix to Vax_Float tests (too early in many routines, causing premature
22656         Vax_Float expansions.
22657
22658         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow this pragma
22659         to be used with packages and generic packages as well as with
22660         subprograms.
22661         (Suppress): Set All_Checks, but not Elaboration_Check, for case
22662         of pragma Suppress (All_Checks)
22663         (Analyze_Pragma, case Warnings): Implement first argument allowed to be
22664         a string literal for precise control over warnings.
22665         Avoid raise of pragma in case of unrecognized pragma and just return
22666         instead.
22667
22668         * sem_prag.ads: Minor reformatting
22669
22670         * switch-c.adb (Scan_Front_End_Switches): Replace "raise Bad_Switch;"
22671         with call to new procedure Bad_Switch. Call Scan_Pos with new parameter
22672         Switch. Do not handle any exception.
22673         Include -gnatwx as part of -gnatg (warn on redundant parens)
22674         Allow optional = after -gnatm
22675         (Scan_Front_End_Switches): The -gnatp switch sets All_Checks, but no
22676         longer sets Elaboration_Checks.
22677         Code to set warning mode moved to Sem_Warn
22678         so that it can be shared by pragma processing.
22679
22680         * s-mastop-tru64.adb (Pop_Frame): Remove redundant parentheses in if
22681         statement.
22682
22683         * s-taprop-solaris.adb:
22684         Change some <= to =, to avoid new warning
22685
22686         * a-exexda.adb, prj-proc.adb:
22687         Fix obvious typo (Num_Tracebacks compared <= 0 instead of < 0)
22688         Fix obvious typo (Total_Errors_Detected <= 0 should be = 0)
22689
22690 2005-11-14  Robert Dewar  <dewar@adacore.com>
22691
22692         * exp_vfpt.adb: Handle /= case
22693         (Expand_Vax_Conversion): Properly recognize Conversion_OK flag
22694         so that we do not get duplicate scaling for fixed point conversions.
22695
22696         * s-vaflop.ads, s-vaflop.adb: (Ne_F): New function
22697
22698 2005-11-14  Matthew Gingell  <gingell@adacore.com>
22699
22700         * system-lynxos-ppc.ads, system-lynxos-x86.ads:
22701         Increase default priority on Lynx from 15 to 17, and meet the Ada
22702         requirement that Default_Priority be ((Priority'First +
22703         Priority'Last) / 2) by increasing the range of Interrupt_Priority.
22704
22705 2005-11-14  Vincent Celier  <celier@adacore.com>
22706
22707         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
22708         mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
22709         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb,
22710         mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb,
22711         mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads,
22712         mlib-tgt-lynxos.adb (DLL_Prefix): New function
22713
22714 2005-11-14  Doug Rupp  <rupp@adacore.com>
22715
22716         * system-vms.ads, system-vms_64.ads: ADA$GNAT: New exported object in
22717         private part.
22718
22719 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22720
22721         * s-traces-default.adb, s-trafor-default.ads,
22722         s-tratas-default.adb: Fix compilation errors.
22723
22724 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
22725
22726         * s-taprop-posix.adb (Initialize_Lock): Destroy mutex attribute before
22727         raising the exception so the memory used is freed.
22728
22729 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22730
22731         * adaint.h, adaint.c (__gnat_is_cross_compiler): New constant.
22732         (Gnat_Install_Locks, __gnatlib_install_locks): Removed, no longer used.
22733         (convert_address): Update comments and list of platforms using this.
22734
22735         * s-tasini.adb (Gnat_Install_Locks, __gnatlib_install_locks): Removed,
22736         no longer used.
22737
22738 2005-11-14  Pascal Obry  <obry@adacore.com>
22739             Vincent Celier  <celier@adacore.com>
22740
22741         * gnatdll.adb (Parse_Command_Line): Remove redundant use of
22742         GNAT.Command_Line.
22743
22744         * memroot.adb: Remove redundant with/use clause on
22745         System.Storage_Elements.
22746
22747 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
22748
22749         * a-except.adb (Zero_Cost_Exceptions): Removed, no longer used.
22750         (builtin_longjmp, Process_Raise_Exceeption): Move setjmp/longjmp
22751         related code to a-exexpr.adb
22752         (Save_Occurrence_And_Private): Move GCC EH related code to
22753         a-exexpr-gcc.adb
22754         (Raise_Current_Excep): Add new variable Id with pragma
22755         volatile, to ensure that the variable lives on stack.
22756
22757         * a-exexpr-gcc.adb, raise-gcc.c: New file.
22758
22759         * a-exexpr.adb (builtin_longjmp, Propagate_Exception): Moved here code
22760         from a-except.adb.
22761         Move GCC EH related code to a-exexpr-gcc.adb
22762
22763         * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
22764         64-bit Solaris
22765         Split the Linux version of g-soccon into separate variants for 32 and 64
22766         bit platforms.
22767         (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
22768         vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
22769         install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
22770         of host variable $(RANLIB_FLAGS).
22771         (alpha64-dec-*vms*): Fix translations for 64 bit compiler.
22772         Code clean up: remove unused/obsolete targets.
22773         (EH_MECHANISM): New variable introduced to differenciate between the
22774         two EH mechanisms statically.
22775         (gnatlib-zcx, gnatlib-sjlj): Force EH_MECHANISM manually.
22776         (LIBGNAT_OBJS): Add raise-gcc.o
22777         (LIBGNAT_TARGET_PAIRS for ppc-vxworks): Use an specialized version of
22778         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
22779         supports VxWorks 6 RTPs.
22780         (EXTRA_GNATRTL_NONTASKING_OBJS for ppc-vxworks): Remove the use of
22781         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
22782
22783         * raise.c: Move all GCC EH-related routines to raise-gcc.c
22784
22785 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
22786
22787         * s-tassta.adb (Create_Task): Move the code in charge of resetting the
22788         deferral level, when abort is not allowed, to a later stage (the
22789         Task_Wrapper).
22790         (Task_Wrapper): If Abort is not allowed, reset the deferral level since
22791         it will not get changed by the generated code. It was previously done
22792         in Create_Task.
22793
22794 2005-11-14  Thomas Quinot  <quinot@adacore.com>
22795             Olivier Hainque  <hainque@adacore.com>
22796             Eric Botcazou  <ebotcazou@adacore.com>
22797
22798         * decl.c:
22799         Factor common code to build a storage type for an unconstrained object
22800         from a fat or thin pointer type and a constrained object type.
22801         (annotate_value): Handle BIT_AND_EXPR.
22802         (annotate_rep): Don't restrict the back annotation of inherited
22803         components to the type_annotate_only case.
22804         (gnat_to_gnu_entity) <E_Array_Type>: Do not invoke create_type_decl if
22805         we are not defining the type.
22806         <E_Record_Type>: Likewise.
22807         (gnat_to_gnu_entity) <object, renaming>: Adjust comments and structure
22808         to get advantage of the new maybe_stabilize_reference interface, to
22809         ensure that what we reference is indeed stabilized instead of relying
22810         on assumptions on what the stabilizer does.
22811         (gnat_to_gnu_entity) <E_Incomplete_Type>: If the entity is an incomplete
22812         type imported through a limited_with clause, use its non-limited view.
22813         (Has_Stdcall_Convention): New macro, to centralize the Windows vs others
22814         differentiation.
22815         (gnat_to_gnu_entity): Use Has_Stdcall_Convention instead of a spread mix
22816         of #if sections + explicit comparisons of convention identifiers.
22817         (gnat_to_gnu_entity) <E_Variable>: Decrement force_global if necessary
22818         before early-returning for certain types when code generation is
22819         disabled.
22820         (gnat_to_gnu_entity) <object>: Adjust comment attached to the
22821         nullification of gnu_expr we do for objects with address clause and
22822         that we are not defining.
22823         (elaborate_expression_1): Do not create constants when creating
22824         variables needed by the debug info: the dwarf2 writer considers that
22825         CONST_DECLs is used only to represent enumeration constants, and emits
22826         nothing for them.
22827         (gnat_to_gnu_entity) <object>: When turning a non-definition of an
22828         object with an address clause into an indirect reference, drop the
22829         initializing expression.
22830         Include "expr.h".
22831         (STACK_CHECK_BUILTIN): Delete.
22832         (STACK_CHECK_PROBE_INTERVAL): Likewise.
22833         (STACK_CHECK_MAX_FRAME_SIZE): Likewise.
22834         (STACK_CHECK_MAX_VAR_SIZE): Likewise.
22835         (gnat_to_gnu_entity): If gnat_entity is a renaming, do not mark the tree
22836         corresponding to the renamed object as ignored for debugging purposes.
22837
22838         * trans.c (tree_transform, case N_Attribute_Reference, case Attr_Size &
22839         related): For a prefix that is a dereference of a fat or thin pointer,
22840         if there is an actual subtype provided by the front-end, use that
22841         subtype to build an actual type with bounds template.
22842         (tree_transform, case N_Free_Statement): If an Actual_Designated_Subtype
22843         is provided by the front-end, use that subtype to compute the size of
22844         the deallocated object.
22845         (gnat_to_gnu): When adding a statement into an elaboration procedure,
22846         check for a potential violation of a No_Elaboration_Code restriction.
22847         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22848         with extra arguments to control whether to recurse through non-values
22849         and to let the caller know if the stabilization has succeeded.
22850         (gnat_stabilize_reference): Now a simple wrapper around
22851         maybe_stabilize, for common uses without restriction on lvalues and
22852         without need to check for the success indication.
22853         (gnat_to_gnu, call_to_gnu): Adjust calls to gnat_stabilize_reference, to
22854         pass false instead of 0 as the FORCE argument which is a bool.
22855         (Identifier_to_gnu): Remove checks ensuring that an renamed object
22856         attached to a renaming pointer has been properly stabilized, as no such
22857         object is attached otherwise.
22858         (call_to_gnu): Invoke create_var_decl to create the temporary when the
22859         function uses the "target pointer" return mechanism.
22860         Reinstate conversion of the actual to the type of the formal
22861         parameter before any other specific treatment based on the passing
22862         mechanism. This turns out to be necessary in order for PLACEHOLDER
22863         substitution to work properly when the latter type is unconstrained.
22864
22865         * gigi.h (build_unc_object_type_from_ptr): New subprogram, factoring a
22866         common pattern.
22867         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
22868         with extra arguments to control whether to recurse through non-values
22869         and to let the caller know if the stabilization has succeeded.
22870
22871         * utils2.c (gnat_build_constructor): Only sort the fields for possible
22872         static output of record constructor if all the components are constant.
22873         (gnat_build_constructor): For a record type, sort the list of field
22874         initializers in increasing bit position order.
22875         Factor common code to build a storage type for an unconstrained object
22876         from a fat or thin pointer type and a constrained object type.
22877         (build_unary_op) <ADDR_EXPR>: Always recurse down conversions between
22878         types variants, and process special cases of VIEW_CONVERT expressions
22879         as their NOP_EXPR counterpart to ensure we get to the
22880         CORRESPONDING_VARs associated with CONST_DECls.
22881         (build_binary_op) <MODIFY_EXPR>: Do not strip VIEW_CONVERT_EXPRs
22882         on the right-hand side.
22883
22884         * utils.c (build_unc_object_type_from_ptr): New subprogram, factoring
22885         a common pattern.
22886         (convert) <VIEW_CONVERT_EXPR>: Return the inner operand directly if we
22887         are converting back to its original type.
22888         (convert) <JM input>: Fallthrough regular conversion code instead of
22889         extracting the object if converting to a type variant.
22890         (create_var_decl): When a variable has an initializer requiring code
22891         generation and we are at the top level, check for a potential violation
22892         of a No_Elaboration_Code restriction.
22893         (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN
22894         SIZE and SIZE_UNIT which we need for later back-annotations.
22895         * utils.c: (convert) <STRING_CST>: Remove obsolete code.
22896         <VIEW_CONVERT_EXPR>: Do not lift the conversion if the target type
22897         is an unchecked union.
22898         (pushdecl): Set DECL_NO_STATIC_CHAIN on imported nested functions.
22899         (convert) <VIEW_CONVERT_EXPR>: When the types have the same
22900         main variant, just replace the VIEW_CONVERT_EXPR.
22901         <UNION_TYPE>: Revert 2005-03-02 change.
22902
22903         * repinfo.h, repinfo.ads: Add tcode for BIT_AND_EXPR.
22904
22905         * repinfo.adb (Print_Expr, Rep_Value): Handle Bit_And_Expressions.
22906
22907 2005-11-14  Matthew Heaney  <heaney@adacore.com>
22908
22909         * a-crbtgo.ads, a-crbtgo.adb, a-coorse.ads, a-coorse.adb, a-convec.ads,
22910         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohama.ads, a-cohama.adb,
22911         a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-cidlli.ads,
22912         a-cidlli.adb, a-cdlili.ads, a-cdlili.adb, a-coormu.adb, a-ciormu.adb,
22913         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
22914         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorma.adb, a-coorma.adb:
22915         Compiles against the spec for ordered maps described in sections
22916         A.18.6 of the most recent (August 2005) AI-302 draft.
22917
22918 2005-11-14  Olivier Hainque  <hainque@adacore.com>
22919
22920         * cuintp.c (UI_To_gnu): Use a proper type for intermediate computations
22921         to ensure bias adjustments take place when need be and to prevent
22922         occurrences of intermediate overflows.
22923
22924 2005-11-14  Matthew Gingell  <gingell@adacore.com>
22925             Olivier Hainque  <hainque@adacore.com>
22926
22927         * tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
22928         ia64 HP-UX.
22929
22930         * tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
22931         tracebacks on ia64 HP-UX and provide explanatory comment.
22932         Enable backtraces on ia64 GNU/Linux.
22933         (x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
22934         base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.
22935
22936 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
22937             Javier Miranda  <miranda@adacore.com>
22938
22939         * rtsfind.ads, exp_util.adb, exp_util.ads, exp_disp.adb, exp_disp.ads,
22940         exp_ch7.adb, sem_ch9.adb, snames.adb, snames.ads,
22941         exp_ch9.adb, exp_ch9.ads, exp_ch6.adb, exp_ch3.adb, exp_ch3.ads,
22942         einfo.ads, einfo.adb: Complete support for Ada 2005 interfaces.
22943
22944         * a-tags.ads, a-tags.adb: Major rewrite and additions to implement
22945         properly new Ada 2005 interfaces (AI-345) and add run-time checks (via
22946         assertions).
22947
22948         * exp_dbug.ads, exp_dbug.adb (Get_Secondary_DT_External_Name): New
22949         subprogram that generates the external name associated with a
22950         secondary dispatch table.
22951         (Get_Secondary_DT_External_Name): New subprogram that generates the
22952         external name associated with a secondary dispatch table.
22953
22954 2005-11-14  Emmanuel Briot  <briot@adacore.com>
22955
22956         * xref_lib.adb (Parse_Identifier_Info): It is possible for an entity
22957         line in the ALI file to include both an instantiation reference, and a
22958         returned value.
22959
22960 2005-11-14  Vincent Celier  <celier@adacore.com>
22961
22962         * clean.adb (Check_Project): Look for Ada code in extending project,
22963         even if Ada is not specified as a language.
22964         Use new function DLL_Prefix for DLL_Name
22965         (Clean_Interface_Copy_Directory): New procedure
22966         (Clean_Library_Directory): New procedure
22967         (Clean_Directory): Remove procedure, no longer used
22968         (Clean_Project): Do not delete any file in an externally built project
22969
22970         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Add the object
22971         directory of an extending project, even when there are no Ada source
22972         present.
22973         (Ada_Objects_Path.Add): Add Library_ALI_Dir, not Library_Dir to the path
22974         (Set_Ada_Paths.Add.Recursive_Add): Ditto
22975
22976         * mlib-prj.adb (Check_Library): For all library projects, get the
22977         library file timestamp.
22978         (Build_Library): Copy ALI files in Library_ALI_Dir, not in Library_Dir
22979         (Build_Library): Use new function DLL_Prefix for the DLL_Name
22980         (Clean): Remove procedure, no longer used
22981         (Ultimate_Extension_Of): New function
22982         (Build_Library): When cleaning the library directory, only remove an
22983         existing library file and any ALI file of a source of the project.
22984         When cleaning the interface copy directory, remove any source that
22985         could be a source of the project.
22986
22987         * prj.ads, prj.adb (Project_Empty): Add values of new components
22988         Library_TS and All_Imported_Projects.
22989         (Project_Empty): Add values for new components of Project_Data:
22990         Library_ALI_Dir and Display_Library_ALI_Dir
22991
22992         * prj-attr.adb: New project level attribute name Library_ALI_Dir
22993
22994         * prj-nmsc.adb (Check_Library_Attributes): Take into account new
22995         attribute Library_ALI_Dir.
22996         (Check_Library_Attributes): The library directory cannot be the same as
22997         any source directory of the project tree.
22998         (Check_Stand_Alone_Library): The interface copy directory cannot be
22999         the same as any source directory of the project tree.
23000
23001         * mlib.adb: Use Prj.Com.Fail, instead of Osint.Fail directly, to delete
23002         all temporary files.
23003
23004 2005-11-14  Robert Dewar  <dewar@adacore.com>
23005             Ed Schonberg  <schonberg@adacore.com>
23006
23007         * sem_elab.adb: Change name Is_Package to Is_Package_Or_Generic_Package
23008         (Check_Elab_Call): A call within a protected body is never an
23009         elaboration call, and does not require checking.
23010         (Same_Elaboration_Scope): Take into account protected types for both
23011         entities.
23012         (Activate_Elaborate_All_Desirable): New procedure
23013
23014         * ali.ads, ali.adb: Implement new AD/ED for Elaborate_All/Elaborate
23015         desirable
23016
23017         * binde.adb: Implement new AD/ED for Elaborate_All/Elaborate desirable
23018         (Elab_Error_Msg): Use -da to include internal unit links, not -de.
23019
23020         * lib-writ.ads, lib-writ.adb:
23021         Implement new AD/ED for Elaborate_All/Elaborate desirable
23022         Use new Elaborate_All_Desirable flag in N_With_Clause node
23023
23024         * sinfo.ads, sinfo.adb (Actual_Designated_Subtype): New attribute for
23025         N_Free_Statement nodes.
23026         Define new class N_Subprogram_Instantiation
23027         Add Elaborate_Desirable flag to N_With_Clause node
23028         Add N_Delay_Statement (covering two kinds of delay)
23029
23030         * debug.adb: Introduce d.f flag for compiler
23031         Add -da switch for binder
23032
23033 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23034             Cyrille Comar  <comar@adacore.com>
23035
23036         * exp_aggr.adb (Build_Record_Aggr_Code): Do not create master entity
23037         for task component, in the case of a limited aggregate. The enclosed
23038         object declaration will create it earlier. Otherwise, in the case of a
23039         nested aggregate, the object may appear in the wrong scope.
23040         (Convert_Aggr_In_Object_Decl): Create a transient scope when needed.
23041         (Gen_Assign): If the component being assigned is an array type and the
23042         expression is itself an aggregate, wrap the assignment in a block to
23043         force finalization actions on the temporary created for each row of the
23044         enclosing object.
23045         (Build_Record_Aggr_Code): Significant rewrite insuring that ctrl
23046         structures are initialized after all discriminants are set so that
23047         they can be accessed even when their offset is dynamic.
23048
23049 2005-11-14  Robert Dewar  <dewar@adacore.com>
23050             Hristian Kirtchev  <kirtchev@adacore.com>
23051
23052         * sem_attr.adb: Implement Machine_Rounding attribute
23053         (Analyze_Access_Attribute): The access attribute may appear within an
23054         aggregate that has been expanded into a loop.
23055         (Check_Task_Prefix): Add semantic check for attribute 'Callable and
23056         'Terminated whenever the prefix is of a task interface class-wide type.
23057         (Analyze_Attribute): Add semantic check for attribute 'Identity whenever
23058         the prefix is of a task interface class-wide type.
23059
23060         * s-vaflop-vms-alpha.adb: Valid_D, Valid_F, Valid_G: Make Val constant
23061         to avoid warnings.
23062
23063         * s-fatgen.ads, s-fatgen.adb (Machine_Rounding): New function
23064         Remove pragma Inline for [Unaligned_]Valid.
23065         Add comments that Valid routines do not work for Vax_Float
23066
23067         * exp_attr.adb: Implement Machine_Rounding attribute
23068
23069         * snames.h: Add entry for Machine_Rounding attribute
23070
23071 2005-11-14  Javier Miranda  <miranda@adacore.com>
23072             Robert Dewar  <dewar@adacore.com>
23073             Hristian Kirtchev  <kirtchev@adacore.com>
23074
23075         * exp_attr.adb (Expand_N_Attribute_Reference, cases of Attribute_Size
23076         and related): For a prefix that is an explicit dereference of an
23077         access to unconstrained packed array type, annotate the dereference
23078         with an actual subtype so GIGI can make a correct size computation.
23079         (Expand_N_Attribute_Reference): In case of 'Unchecked_Access and
23080         'Unrestricted_Access, if the designated type is an interface we
23081         add a type conversion to force the displacement of the pointer
23082         to the secondary dispatch table.
23083         Use Universal_Real instead of Long_Long_Float when we need a high
23084         precision float type for the generated code (prevents gratuitous
23085         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
23086         (Expand_N_Attribute_Reference): Add support for attribute 'Callable and
23087         'Terminated for task interface class-wide objects. Generate a call to
23088         the predefined dispatching routine used to retrieve the _task_id from
23089         a task corresponding record.
23090         (Expand_Fpt_Attribute): Major change to properly handle Vax_Float
23091
23092         * sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
23093         (Check_Dispatching_Operation): Protect the frontend againts
23094         previously detected errors.
23095
23096         * Makefile.rtl: Add new instantiations of system.fat_gen
23097
23098         * s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads:
23099         Change name of instantiated package for better consistency
23100         with newly added system.fat_gen instantiations.
23101
23102         * s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
23103         s-fvagfl.ads: New files.
23104
23105 2005-11-14  Cyrille Comar  <comar@adacore.com>
23106             Thomas Quinot  <quinot@adacore.com>
23107
23108         * exp_ch5.adb (Expand_N_Assignment_Statement, Tagged_Case): For an
23109         assignment of a value of a tagged type that has been rewritten to a
23110         block statement, it is known by construction that no checks are
23111         necessary for the statements within the block: analyze it with checks
23112         suppressed.
23113         (Expand_N_If_Statement): When killing a dead then-branch in an
23114         if-statement that has elsif_parts, recompute the Current_Value node
23115         for any entity whose value is known from the condition of the first
23116         elsif_part.
23117         (Expand_N_Return_Statement): When returning a mutable record, convert
23118         the return value into its actual subtype in order to help the backend
23119         to return the actual size instead of the maximum. This is another
23120         aftermath of not returning mutable records on the sec-stack anymore.
23121
23122         * sem_ch5.ads, sem_ch5.adb (Analyze_Iteration_Scheme): Minor change to
23123         handling of error msg for suspicious reverse range iteration.
23124         (Check_Possible_Current_Value_Condition): Move declaration from body to
23125         spec, to allow this subprogram to be called from exp_ch5.
23126
23127 2005-11-14  Thomas Quinot  <quinot@adacore.com>
23128
23129         * exp_dist.adb (Append_Array_Traversal): Modify constrained case to
23130         generate a set of nested array aggregates instead of a single flat
23131         aggregate for multi-dimensional arrays.
23132
23133 2005-11-14  Pascal Obry  <obry@adacore.com>
23134
23135         * expect.c (__gnat_kill) [Win32]: Fix implementation, the pid returned
23136         by spawnve is a process handle, no need to convert. Add a parameter
23137         close to control wether the process handle must be closed.
23138         (__gnat_waitpid): Fix implementation, the pid returned by spawnve is
23139         a process handle, not need to convert.
23140         (__gnat_kill) [*]: Add dummy parameter close to match the Win32 spec.
23141
23142         * g-expect.adb: (Kill): Document the new close parameter.
23143         (Close): Do not release the process handle in the kill there as
23144         waitpid() is using it.
23145         (Send_Signal): Release the process handle.
23146
23147 2005-11-14  Robert Dewar  <dewar@adacore.com>
23148
23149         * exp_fixd.adb: Use Universal_Real instead of Long_Long_Float when we
23150         need a high precision float type for the generated code (prevents
23151         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
23152         used).
23153
23154         * exp_imgv.adb: Use Universal_Real instead of Long_Long_Float when we
23155         need a high precision float type for the generated code (prevents
23156         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
23157         used).
23158         (Expand_Width_Attribute): In configurable run-time, the attribute is not
23159         allowed on non-static enumeration subtypes. Force a load error to emit
23160         the correct diagnostic.
23161
23162 2005-11-14  Thomas Quinot  <quinot@adacore.com>
23163             Robert Dewar  <dewar@adacore.com>
23164             Ed Schonberg  <schonberg@adacore.com>
23165
23166         * exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs an actual
23167         subtype to compute the size of the designated object at run-time,
23168         create such a subtype and store it in the Actual_Designated_Subtype
23169         attribute of the N_Free_Statement.
23170         Generate itype for classwide designated object in both cases of
23171         user-specified storage pool: specific and class-wide, not only in the
23172         specific case.
23173         Raise CE when trying to set a not null access type object to null.
23174         (Expand_Dispatching_Constructor_Call): Retrieve subprogram actual with
23175         an explicit loop, because freeze nodes make its position variable.
23176
23177         * sem_intr.adb (Check_Intrinsic_Call): Given warning for freeing not
23178         null object.
23179
23180 2005-11-14  Javier Miranda  <miranda@adacore.com>
23181
23182         * exp_strm.adb (Build_Stream_Attr_Profile, Build_Stream_Function,
23183         Build_Stream_Procedure): Add the null-excluding attribute to the first
23184         formal.
23185         This has no semantic meaning under Ada95 mode but it is a
23186         requirement under Ada05 mode.
23187
23188         * par-ch3.adb (P_Access_Definition): Addition of warning message if
23189         the null exclusion is used under Ada95 mode
23190         (P_Null_Exclusion): The qualifier has no semantic meaning in Ada 95.
23191         (P_Access_Definition): Remove assertion that forbids the use of
23192         the null-exclusion feature in Ada95.
23193
23194 2005-11-14  Robert Dewar  <dewar@adacore.com>
23195
23196         * impunit.adb: Exclude container helper units not intended for use by
23197         users.
23198
23199 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23200
23201         * freeze.adb (Freeze_Entity): For an access formal that is an access
23202         to subprogram, freeze the anonymous subprogram type at the same time,
23203         to prevent later freezing in the wrong scope, such as the enclosing
23204         subprogram body.
23205         (Freeze_Entity): Freeze the equivalent_type of an access_to_protected_
23206         subprogram whenever available.
23207
23208 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
23209
23210         PR ada/23732
23211         * gnatvsn.ads (Library_Version): Bump to 4.1
23212
23213 2005-11-14  Robert Dewar  <dewar@adacore.com>
23214
23215         * g-debpoo.adb (Set_Valid): Use Integer_Address instead of
23216         Storage_Offset to avoid wrap around causing invalid results.
23217
23218 2005-11-14  Pascal Obry  <obry@adacore.com>
23219
23220         * gnatbind.adb (Is_Cross_Compiler): New function returning True for
23221         cross-compiler.
23222         (Scan_Bind_Arg): Fail with an error message if -M option is used
23223         on a native compiler.
23224
23225 2005-11-14  Robert Dewar  <dewar@adacore.com>
23226             Vincent Celier  <celier@adacore.com>
23227
23228         * gprep.adb: Implement -C switch to scan comments
23229
23230         * scng.adb: Scan comment symbol separately if Replace_In_Comments set
23231
23232         * scans.ads: Comment updates (including new use of Tok_Comment in
23233         preprocessing)
23234
23235         * opt.ads: Add documentation for flags that are used by gprmake,
23236         currently and in the next version of gprmake.
23237         (Verbosity_Level): New variable
23238         Add Replace_In_Comments switch
23239
23240         * vms_data.ads: Add VMS equivalent for new gnatmake switches -vl, -vm
23241         and -vm.
23242         Add /REPLACE_IN_COMMENTS for gnatprep -C switch
23243
23244 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
23245
23246         * g-regpat.adb (Fail): raise Expression_Error including the diagnostic
23247         message, friendlier.
23248
23249 2005-11-14  Robert Dewar  <dewar@adacore.com>
23250
23251         * g-spitbo.adb: (Hash): Rotate by 3 instead of 1
23252
23253 2005-11-14  Doug Rupp  <rupp@adacore.com>
23254
23255         * init.c [VMS]: Don't install __gnat_error_handler if DBG$TDBG defined.
23256
23257 2005-11-14  Robert Dewar  <dewar@adacore.com>
23258
23259         * interfac.ads: Change declarations of IEEE float types so that we no
23260         longer need a separate version of this package for VMS.
23261
23262 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23263
23264         * lib-xref.adb (Generate_Definition, Generate_Reference): Treat the
23265         internal entity created for the declaration of a child subprogram body
23266         with no spec as coming from source, to generate proper cross-reference
23267         information.
23268
23269 2005-11-14  Vincent Celier  <celier@adacore.com>
23270
23271         * make.adb (Compile_Sources): Change verbose message to minimum
23272         verbosity level High for "is in an Ada library", "is a read-only
23273         library" and "is an internal library",
23274         (Create_Binder_Mapping_File): Path name of ALI file for library project
23275         must include the library directory, not the object directory.
23276         (Scan_Make_Arg): Make sure that Switch.M.Scan_Make_Switches is called
23277         for new switches -vl, -vm and -vh.
23278         (Verbose_Msg): Add new defaulted parameter Minimum_Verbosity
23279         (Check): Use minimum verbosity Medium for some Verbose_Msg calls
23280         (Compile_Sources): Do not attempt to compile if an ALI file is missing
23281         in a project that is externally built.
23282         (Compute_All_Imported_Projects): New procedure
23283         (Gnatmake): Check if importing libraries should be regenerated because
23284         at least an imported library is more recent.
23285         (Initialize): For each project compute the list of the projects it
23286         imports directly or indirectly.
23287         (Add_Library_Search_Dir): New procedure, used in place of
23288         Add_Lib_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
23289         put in the search paths.
23290         (Add_Source_Search_Dir): New procedure, used in place of
23291         Add_Src_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
23292         put in the search paths.
23293         (Mark_Directory): Resolve the absolute path the directory before marking
23294         it.
23295
23296         * switch-m.adb (Scan_Make_Switches): Replace "raise Bad_Switch;" with
23297         call to new procedure Bad_Switch. Call Scan_Pos with new parameter
23298         Switch. Do not handle any exception.
23299         (Scan_Make_Switches): Increment Ptr for new switches -vl, -vm and -vh
23300         so that the switch is recognized as valid.
23301         (Scan_Make_Switches): Implement new switches -vl, -vm and -vh.
23302
23303 2005-11-14  GNAT Script  <nobody@adacore.com>
23304
23305         * Make-lang.in: Makefile automatically updated
23306
23307 2005-11-14  Pascal Obry  <obry@adacore.com>
23308
23309         * mdll.adb (Build_Reloc_DLL): Fix parameter handling when a map file is
23310         used.
23311         (Ada_Build_Reloc_DLL): Fix parameter handling when a map file is used.
23312         In both cases the last argument was dropped.
23313
23314 2005-11-14  Eric Botcazou  <ebotcazou@adacore.com>
23315
23316         * namet.h: (Column_Numbe): New type.
23317         (Get_Column_Number): Define to sinput__get_column_number.
23318         (Instantiation): Define to sinput__instantiation.
23319         (Get_Column_Number): Declare.
23320         (Instantiation): Likewise.
23321
23322 2005-11-14  Robert Dewar  <dewar@adacore.com>
23323
23324         * par-ch10.adb (P_Compilation_Unit): Add defenses against junk unit
23325         syntax, which could cause compiler hangs.
23326
23327 2005-11-14  Vincent Celier  <celier@adacore.com>
23328
23329         * prj-ext.adb: Take into account new environment variable
23330         GPR_PROJECT_PATH. Warn if both GPR_PROJECT_PATH and ADA_PROJECT_PATH
23331         are defined.
23332         (Prj.Ext elaboration): For each directory in the ADA_PROJECT_PATH,
23333         normalize its path name, making it absolute and resolving symbolic
23334         links, and replace the original if resolved path is different.
23335
23336 2005-11-14  Vincent Celier  <celier@adacore.com>
23337
23338         * prj-part.adb (Create_Virtual_Extending_Project): Put virtual project
23339         into Prj.Tree.Tree_Private_Part.Projects_Htable for GPS.
23340
23341 2005-11-14  Emmanuel Briot  <briot@adacore.com>
23342
23343         * prj-pp.adb (Print): Do not output the with statement if the
23344         associated name is empty, which happens for virtual extending projects.
23345         (Print): Preserve the "extends all" attribute when printing the project.
23346
23347         * prj-tree.ads (String_Value_Of): Add comment about returned value for
23348         a virtual extending project.
23349
23350 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23351
23352         * sem_aggr.adb (Resolve_Aggregate): An others choice is legal on the
23353         rhs of an assignment even if the type is unconstrained, when the
23354         context is non-expanding.
23355         In an inlined body, if the context type is private,
23356         resolve with its full view, which must be a composite type.
23357
23358 2005-11-14  Robert Dewar  <dewar@adacore.com>
23359             Ed Schonberg  <schonberg@adacore.com>
23360
23361         * sem_ch10.adb: Change name Is_Package to Is_Package_Or_Generic_Package
23362         Do not give obsolescent warning on with of subprogram (since we
23363         diagnose calls)
23364         (Analyze_With_Clause): Add test for obsolescent package
23365         (Install_Context_Clauses): If the unit is the body of a child unit, do
23366         not install twice the private declarations of the parents, to prevent
23367         circular lists of Use_Clauses in a parent.
23368         (Implicit_With_On_Parent): Do add duplicate with_clause on parent when
23369         compiling body of child unit.
23370         Use new class N_Subprogram_Instantiation
23371         (Expand_With_Clause): If this is a private with_clause for a child unit,
23372         appearing in the context of a package declaration, then the implicit
23373         with_clauses generated for parent units are private as well.
23374         (License_Check): Do not generate message if with'ed unit is internal
23375
23376 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
23377             Ed Schonberg  <schonberg@adacore.com>
23378             Thomas Quinot  <quinot@adacore.com>
23379
23380         * sem_ch12.ads, sem_ch12.adb (Map_Entities): Exclude entities whose
23381         names are internal, because they will not have a corresponding partner
23382         in the actual package.
23383         (Analyze_Formal_Package): Move the setting of the formal package spec's
23384         Generic_Parent field so that it occurs prior to analyzing the package,
23385         to allow proper operation of Install_Parent_Private_Declarations.
23386         (Analyze_Package_Instantiation): Set the instantiated package entity's
23387         Package_Instantiation field.
23388         (Get_Package_Instantiation_Node): Move declaration to package spec.
23389         Retrieve the N_Package_Instantiation node when the Package_Instantiation
23390         field is present.
23391         (Check_Generic_Child_Unit): Within an inlined call, the only possible
23392         instantiation is Unchecked_Conversion, for which no parents are needed.
23393         (Inline_Instance_Body): Deinstall and record the use_clauses for all
23394         parent scopes of a scope being removed prior to inlining an instance
23395         body.
23396         (Analyze_Package_Instantiation): Do not perform front-end inlining when
23397         the current context is itself an instance within a non-instance child
23398         unit, to prevent scope stack errors.
23399         (Save_References): If the node is an aggregate that is an actual in a
23400         call, rewrite as a qualified expression to preserve some type
23401         information, to resolve possible ambiguities in the instance.
23402         (Instance_Parent_Unit): New global variable to record the ultimate
23403         parent unit associated with a generic child unit instance (associated
23404         with the existing Parent_Unit_Visible flag).
23405         (type Instance_Env): New component Instance_Parent_Unit for stacking
23406         parents recorded in the global Instance_Parent_Unit.
23407         (Init_Env): Save value of Instance_Parent_Unit in the Instance_Env
23408         stack.
23409         (Install_Spec): Save the parent unit entity in Instance_Parent_Unit when
23410         it's not a top-level unit, and only do this if Instance_Parent_Unit is
23411         not already set. Replace test of Is_Child_Unit with test of parent's
23412         scope against package Standard. Add comments and a ??? comment.
23413         (Remove_Parent): Revise condition for resetting Is_Immediately_Visible
23414         on a child instance parent to test that the parent equals
23415         Instance_Parent rather than simply checking that the unit is not a
23416         child unit.
23417         (Restore_Env): Restore value of Instance_Parent_Unit from Instance_Env.
23418         (Validate_Derived_Interface_Type_Instance): Verify that all ancestors of
23419         a formal interface are ancestors of the corresponding actual.
23420         (Validate_Formal_Interface_Type): Additional legality checks.
23421         (Analyze_Formal_Derived_Interface_Type): New procedure to handle formal
23422         interface types with ancestors.
23423         (Analyze_Formal_Package): If formal is a renaming, use renamed entity
23424         to diagnose attempts to use generic within its own declaration.
23425
23426 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23427             Javier Miranda  <miranda@adacore.com>
23428
23429         * sem_ch3.ads, sem_ch3.adb (Build_Discriminal): Add link to original
23430         discriminant.
23431         (Build_Private_Derived_Type): The entity of the created full view of the
23432         derived type does not come from source. If after installing the private
23433         declarations of the parent scope the parent is still private, use its
23434         full view to construct the full declaration of the derived type.
23435         (Build_Derived_Record_Type): Relax the condition that controls the
23436         execution of the check that verifies that the partial view and
23437         the full view agree in the set of implemented interfaces. In
23438         addition, this test now only takes into account the progenitors.
23439         (Derive_Interface_Subprograms): No need to derive subprograms
23440         of ancestors that are interfaces.
23441         (Derive_Subprograms): Remove formal No_Predefined_Prims and the
23442         associated code.
23443         Change name Is_Package to Is_Package_Or_Generic_Package
23444         (Complete_Subprograms_Derivation): Handle the case in which the full
23445         view is a transitive derivation of the ancestor of the partial view.
23446         (Process_Full_View): Rename local subprogram Find_Interface_In_
23447         Descendant to Find_Ancestor_Interface to leave the code more clear.
23448         Remove wrong code that avoids the generation of an error message
23449         when the immediate ancestor of the partial view is an interface.
23450         In addition some minor reorganization of the code has been done to
23451         leave it more clear.
23452         (Analyze_Type_Declaration): If type has previous incomplete tagged
23453         partial view, inherit properly its primitive operations.
23454         (Collect_Interfaces): Make public, for analysis of formal
23455         interfaces.
23456         (Analyze_Interface_Declaration): New procedure for use for regular and
23457         formal interface declarations.
23458         (Build_Derived_Record_Type): Add support for private types to the code
23459         that checks if a tagged type implements abstract interfaces.
23460         (Check_Aliased_Component_Type): The test applies in the spec of an
23461         instance as well.
23462         (Access_Type_Declaration): Clean up declaration of malformed type
23463         declared as an access to its own classwide type, to prevent cascaded
23464         crash.
23465         (Collect_Interfaces): For private extensions and for derived task types
23466         and derived protected types, the parent may be an interface that must
23467         be included in the interface list.
23468         (Access_Definition): If the designated type is an interface that may
23469         contain tasks, create Master_Id for it before analyzing the expression
23470         of the declaration, which may be an allocator.
23471         (Record_Type_Declaration): Set properly the interface kind, for use
23472         in allocators, the creation of master id's for task interfaces, etc.
23473
23474 2005-11-14  Javier Miranda  <miranda@adacore.com>
23475             Ed Schonberg  <schonberg@adacore.com>
23476
23477         * sem_ch6.adb (Check_Conformance): The null-exclusion feature can be
23478         omitted in case of stream attribute subprograms.
23479         (Check_Inline_Pragma): Handle Inline and Inline_Always pragmas that
23480         appear immediately after a subprogram body, when there is no previous
23481         subprogram declaration.
23482         Change name Is_Package to Is_Package_Or_Generic_Package
23483         (Process_Formals): A non null qualifier on a non null named access
23484         type is not an error, and is a warning only if Redundant_Constructs
23485         are flagged.
23486
23487 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
23488             Ed Schonberg  <schonberg@adacore.com>
23489
23490         * sem_ch7.adb (Install_Parent_Private_Declarations): New procedure
23491         nested within Analyze_Package_Specification to install the private
23492         declarations and use clauses within each of the parent units of a
23493         package instance of a generic child package.
23494         (Analyze_Package_Specification): When entering a private part of a
23495         package associated with a generic instance or formal package, the
23496         private declarations of the parent must be installed (by calling new
23497         procedure Install_Parent_Private_Declarations).
23498         Change name Is_Package to Is_Package_Or_Generic_Package
23499         (Preserve_Full_Attributes): For a synchronized type, the corresponding
23500         record is absent in a generic context, which does not indicate a
23501         compiler error.
23502
23503 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23504
23505         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic context, do
23506         not try to rewrite a renamed stream attribute, because the operations
23507         on the type may not have been generated.
23508         Handle properly a renaming_as_body generated for a stream operation
23509         whose default is abstract because the object type itself is abstract.
23510         (Find_Type): If the type is incomplete and appears as the prefix of a
23511         'Class reference, it is tagged, and its list of primitive operations
23512         must be initialized properly.
23513         (Chain_Use_Clauses): When chaining the use clauses that appear in the
23514         private declaration of a parent unit, prior to compiling the private
23515         part of a child unit, find on the scope stack the proper parent entity
23516         on which to link the use clause.
23517         (Note_Redundant_Use): Emit a warning when a redundant use clause is
23518         detected.
23519         (Analyze_Object_Renaming): An attribute reference is not a legal object
23520         if it is not a function call.
23521
23522 2005-11-14  Robert Dewar  <dewar@adacore.com>
23523             Ed Schonberg  <schonberg@adacore.com>
23524
23525         * sem_eval.adb: Implement d.f flag
23526         (Subtype_Statically_Match): A generic actual type has unknown
23527         discriminants when the corresponding actual has a similar partial view.
23528         If the routine is called to validate the signature of an inherited
23529         operation in a child instance, the generic actual matches the full view,
23530
23531 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
23532             Ed Schonberg  <schonberg@adacore.com>
23533             Robert Dewar  <dewar@adacore.com>
23534             Thomas Quinot  <quinot@adacore.com>
23535
23536         * sem_res.adb (Resolve_Call): Provide a better error message whenever
23537         a procedure call is used as a select statement trigger and is not an
23538         entry renaming or a primitive of a limited interface.
23539         (Valid_Conversion): If the operand has a single interpretation do not
23540         remove address operations.
23541         (Check_Infinite_Recursion): Skip freeze nodes when looking for a raise
23542         statement to inhibit warning.
23543         (Resolve_Unary_Op): Do not produce a warning when
23544         processing an expression of the form -(A mod B)
23545         Use Universal_Real instead of Long_Long_Float when we need a high
23546         precision float type for the generated code (prevents gratuitous
23547         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
23548         (Resolve_Concatenation_Arg): Improve error message when argument is an
23549         ambiguous call to a function that returns an array.
23550         (Make_Call_Into_Operator, Operand_Type_In_Scope): Do not check that
23551         there is an implicit operator in the given scope if we are within an
23552         instance: legality check has been performed on the generic.
23553         (Resolve_Unary_Op): Apply warnings checks on argument of Abs operator
23554         after resolving operand, to avoid false warnings on overloaded calls.
23555
23556 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23557             Javier Miranda  <miranda@adacore.com>
23558
23559         PR ada/15604
23560         * sem_type.adb (Covers): In an inlined body, a composite type matches
23561         a private type whose full view is a composite type.
23562         (Interface_Present_In_Ancestor): Protect the frontend against
23563         previously detected errors to ensure that its compilation
23564         with assertions enabled gives the same output that its
23565         compilation without assertions.
23566         (Interface_Present_In_Ancestor): Add support for private types.
23567         Change name In_Actual to In_Generic_Actual (clean up)
23568         (Disambiguate): New predicate In_Actual, to recognize expressions that
23569         appear in the renaming declaration generated for generic actuals, and
23570         which must be resolved in the outer context.
23571
23572 2005-11-14  Robert Dewar  <dewar@adacore.com>
23573             Thomas Quinot  <quinot@adacore.com>
23574             Hristian Kirtchev  <kirtchev@adacore.com>
23575             Ed Schonberg  <schonberg@adacore.com>
23576
23577         * sem_util.ads, sem_util.adb: Change name Is_Package to
23578         Is_Package_Or_Generic_Package.
23579         (Check_Obsolescent): New procedure.
23580         (Set_Is_Public): Remove obsolete junk test.
23581         (Set_Public_Status): Do not set Is_Public on an object whose declaration
23582         occurs within a handled_sequence_of_statemets.
23583         (Is_Controlling_Limited_Procedure): Factor some of the logic, account
23584         for a parameterless procedure.
23585         (Enter_Name): Recognize renaming declarations created for private
23586         component of a protected type within protected operations, so that
23587         the source name of the component can be used in the debugger.
23588
23589 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
23590             Robert Dewar  <dewar@adacore.com>
23591
23592         * sem_warn.ads, sem_warn.adb (Publicly_Referenceable): Generic formals
23593         of a generic subprogram are not visible outside the body.
23594         (Set_Warning_Switch): New procedure (code to set warning mode moved
23595         here from Switch.C so that it can be shared by pragma processing.
23596         (Check_References): Special case warning for non-modified non-imported
23597         volatile objects.
23598         * par-prag.adb: Modify processing of pragma Warnings to accomodate new
23599         form with a string literal argument
23600
23601 2005-11-14  Javier Miranda  <miranda@adacore.com>
23602
23603         * s-finroo.ads, s-finroo.adb (Read): Addition of "not null" to the
23604         anonymous access.
23605         (Write): Addition of "not null" to the anonymous access.
23606         (Read): Addition of "not null" to the anonymous access.
23607         (Write): Addition of "not null" to the anonymous access.
23608
23609         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (I_AD, I_AS, I_B, I_C, I_F,
23610         I_I, I_LF, I_LI, I_LLF, I_LLI, I_LLU, I_LU, I_SF, I_SI, I_SSI, I_SSU,
23611         I_SU, I_U, I_WC): Addition of "not null" to the anonymous access.
23612         (W_AD, W_AS, W_B, W_C, W_F, W_I, W_LF, W_LI, W_LLF, W_LLI, W_LLU,
23613         W_LU, W_SF, W_SI, W_SSI, W_SSU, W_SU, W_U, W_WC): Addition of
23614         "not null" to the anonymous access.
23615
23616 2005-11-14  Robert Dewar  <dewar@adacore.com>
23617
23618         * s-stoele.adb: Fix code for Address mod Storage_Offset for negative
23619         offset values
23620
23621 2005-11-14  Vincent Celier  <celier@adacore.com>
23622
23623         * switch.adb (Bad_Switch): New procedure
23624         (Scan_Nat, Scan_Pos): Directly call Osint.Fail with the appropriate
23625         message when in error.
23626
23627         * switch.ads (Bad_Switch, Bad_Switch_Value, Missing_Switch_Value,
23628         Too_Many_Output_Files): Remove declarations, no longer used.
23629         (Scan_Nat): New parameter Switch
23630         (Scan_Pos): Ditto
23631         (Bad_Switch): New procedure
23632
23633         * switch-b.adb (Scan_Binder_Switches): Replace "raise Bad_Switch;"
23634         with call to new procedure Bad_Switch. Call Scan_Pos and Scan_Natwith
23635         new parameter Switch. Replace "raise Too_Many_Output_Files;" with call
23636         to Osint.Fail. Do not handle any exception.
23637
23638 2005-11-14  Vincent Celier  <celier@adacore.com>
23639
23640         * tempdir.adb (Tempdir): Do not use environment variable TMPDIR if it
23641         designates a non existent directory.
23642
23643 2005-11-14  Robert Dewar  <dewar@adacore.com>
23644
23645         * xgnatugn.adb: Replace invalid membership test by 'Valid
23646
23647 2005-11-14  Vincent Celier  <celier@adacore.com>
23648
23649         * makegpr.adb (Gprmake): Do not attempt to build the global archive if
23650         there is no object directory.
23651
23652 2005-11-14  Robert Dewar  <dewar@adacore.com>
23653
23654         * usage.adb: Minor adjustment to output format, use nn instead of nnn
23655         (so that -gnateInnn does not run into next column)
23656
23657 2005-11-14  Ed Falis  <falis@adacore.com>
23658
23659         * s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
23660         "constrained"
23661
23662 2005-11-14  Cyrille Comar  <comar@adacore.com>
23663
23664         * s-chepoo.ads: Add comments on Dereference.
23665         Remove unnecessary inherited abstract primitives.
23666         Cosmetic cleanup.
23667
23668 2005-11-14  Robert Dewar  <dewar@adacore.com>
23669
23670         * sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
23671         node parameter, not needed, since it is available as Declaration_Node.
23672
23673 2005-11-14  Geert Bosch  <bosch@adacore.com>
23674
23675         * s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
23676         grammatically correct.
23677
23678 2005-11-14  Vincent Celier  <celier@adacore.com>
23679
23680         * s-fileio.ads: Correct spelling error in comment
23681
23682 2005-11-14  Cyrille Comar  <comar@adacore.com>
23683             Robert Dewar  <dewar@adacore.com>
23684             Vincent Celier  <celier@adacore.com>
23685             Ben Brosgol  <brosgol@adacore.com>
23686             Jose Ruiz  <ruiz@adacore.com>
23687             Pascal Obry  <obry@adacore.com>
23688
23689         * gnat_ugn.texi:
23690         Document that -fstack-check is needed for strict compliance with the
23691         Ada 95 Reference Manual.
23692         Correct reference to VAX systems to meet HP guidelines
23693         Add documentation for new gnatmake switches -vl, -vm and -vh
23694         Replace DEC Ada by HP Ada
23695         Replace DIGITAL by HP
23696         Remove empty section on tools in compatibility section
23697         Clarify the Windows convention semantics.
23698         Document the Win32 calling convention.
23699         The Stdcall, Win32 and DLL convention are synonyms.
23700         Add a note in -gnatR description about zero size record components
23701         Note on new >= and <= warnings for -gnatwc
23702         Document that equal sign after -gnatm is optional.
23703         Note that strip is working fine on DLL built with a Library
23704         Project. The restriction apply only to DLL built with gnatdll.
23705         Update section about the way to debug a DLL.
23706         Update information about the DLL convention.
23707         Document -C switch for gnatprep
23708         Document new attribute Library_ALI_Dir
23709         Update elaboration doc to include implicit Elaborate pragmas now
23710         generated for subprogram instantiations.
23711         Document limitation on executable names that include spaces for --GCC,
23712         --GNATBIND, and --GNATLINK switches.
23713         Document that -w causes -gnatws to be added at start of gcc switches
23714
23715         * gnat_rm.texi: Document that -mieee is needed for generating infinite
23716         and NaN values in case of overflow on machines that are not fully
23717         compliant with the IEEE floating-point standard.
23718         Create a section describing the set of compiler options needed for
23719         strict compliance with the Ada 95 Reference Manual.
23720         Add documentation for pragma Obsolescent applied to a package
23721         Clarify potential issues of mixed language programs related to the
23722         I/O buffering enabling in the elaboration of the GNAT runtime.
23723         Add extra documentation for pragma Restrictions (No_Elaboration_Code)
23724         This documentation only patch adds extra documentsion for pragma
23725         Restrictions (No_Elaboration_Code), explaining why it is not possible
23726         to document this restriction in terms of allowed source constructs.
23727         Document string literal form of pragma Warnings
23728         Document new attribute Library_ALI_Dir
23729         Add documentation on stable attributes in project files that was missing
23730
23731         * gnat-style.texi: Indicate that paragraphs within a single comment
23732         should be separated by empty comment lines
23733
23734         * ug_words: Added replacements for -gnat95 and -gnat05 (/95 and
23735         /05 respectively)
23736
23737         * bindusg.adb: Minor cleanup, put -m before -M for consistency
23738
23739 2005-11-14  Robert Dewar  <dewar@adacore.com>
23740
23741         * a-secain.adb, a-slcain.adb, a-shcain.adb, a-chtgke.ads, a-chtgke.adb,
23742         a-stwiha.adb, a-strhas.adb, a-chzla1.ads, a-chzla9.ads, a-stzbou.adb,
23743         a-stzbou.ads, a-stzfix.adb, a-stzhas.adb, a-stzmap.adb, a-stzmap.ads,
23744         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads, a-stzunb.adb,
23745         a-stzunb.ads, a-szuzha.adb, a-szuzha.ads, a-szuzti.adb, a-szuzti.ads,
23746         a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb, a-ztcstr.adb, a-ztcstr.ads,
23747         a-ztdeau.adb, a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
23748         a-ztedit.ads, a-ztenau.ads, a-ztenio.adb, a-ztenio.ads, a-ztexio.adb,
23749         a-ztexio.ads, a-ztfiio.adb, a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads,
23750         a-ztflio.adb, a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
23751         a-ztinau.ads, a-ztinio.adb, a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads,
23752         a-zttest.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-alpha.adb,
23753         g-enblsp-vms-ia64.adb, g-enblsp-vms-ia64.adb, system-linux-hppa.ads,
23754         a-chacon.adb, a-chacon.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
23755         a-zchuni.ads, g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb,
23756         system-hpux-ia64.ads, g-soccon-unixware.ads, g-soliop-unixware.ads,
23757         g-soccon-interix.ads, g-soliop-solaris.ads, g-eacodu-vms.adb,
23758         g-expect-vms.adb, g-socthi-vms.adb, g-soliop-mingw.ads,
23759         a-intnam-unixware.ads, a-intnam-lynxos.ads, a-intnam-tru64.ads,
23760         a-intnam-aix.ads, a-intnam-linux.ads, a-intnam-linux.ads,
23761         a-intnam-dummy.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
23762         a-intnam-solaris.ads, a-calend-vms.adb, a-calend-vms.ads,
23763         a-intnam-vms.ads, a-calend-mingw.adb, a-intnam-mingw.ads,
23764         a-intnam-vxworks.ads, a-numaux-vxworks.ads, system-unixware.ads,
23765         system-linux-ia64.ads, a-intnam-freebsd.ads, system-freebsd-x86.ads,
23766         system-lynxos-ppc.ads, system-linux-x86_64.ads, a-stunha.adb,
23767         a-cgaaso.ads, a-cgaaso.adb, a-chtgop.adb, a-cgcaso.adb, a-cgarso.adb,
23768         a-cohata.ads, a-crbtgk.adb, a-crbltr.ads, a-coprnu.adb, a-rbtgso.adb,
23769         a-intnam-darwin.ads, system-darwin-ppc.ads, gprmake.adb, makegpr.ads,
23770         system-tru64.ads, system-aix.ads, system-solaris-x86.ads,
23771         system-irix-o32.ads, s-interr-sigaction.adb, system-irix-n32.ads,
23772         s-parame-mingw.adb, system-hpux.ads, s-traceb-hpux.adb,
23773         system-linux-x86.ads, s-inmaop-dummy.adb, system-os2.ads,
23774         system-interix.ads, system-solaris-sparc.ads,
23775         system-solaris-sparcv9.ads, s-inmaop-vms.adb,
23776         s-mastop-vms.adb, expander.adb, expander.ads, s-gloloc-mingw.adb,
23777         system-mingw.ads, system-vms-zcx.ads, s-osinte-fsu.adb,
23778         s-traceb-mastop.adb, a-exextr.adb, a-exstat.adb, a-filico.ads,
23779         a-finali.ads, a-interr.ads, a-intsig.adb, a-intsig.ads,
23780         a-except.ads, a-numaux-x86.ads, a-astaco.adb, a-calend.adb,
23781         a-calend.ads, a-chahan.adb, a-chahan.ads, a-chlat9.ads,
23782         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
23783         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
23784         a-elchha.adb, a-decima.adb, a-decima.ads, a-diocst.ads,
23785         a-direio.adb, a-direio.ads, a-excach.adb, a-excach.adb,
23786         a-exctra.ads, ali-util.adb, a-ngcefu.adb, a-ngcoty.adb,
23787         a-ngcoty.ads, a-nudira.adb, a-nudira.ads, a-nuflra.adb,
23788         a-numaux.ads, a-reatim.ads, a-sequio.adb, a-sequio.ads,
23789         a-siocst.ads, a-ssicst.ads, a-stmaco.ads, a-storio.adb,
23790         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
23791         a-strmap.adb, a-strmap.ads, a-strsea.adb, a-strsea.ads,
23792         a-strsup.adb, a-strsup.ads, a-strunb.adb, a-strunb.ads,
23793         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwima.adb,
23794         a-stwima.ads, a-stwise.adb, a-stwise.ads, a-stwisu.adb,
23795         a-stwisu.ads, a-stwiun.adb, a-stwiun.ads, a-suteio.adb,
23796         a-suteio.ads, a-swmwco.ads, a-swuwti.adb, a-swuwti.ads,
23797         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
23798         a-taside.ads, a-teioed.adb, a-textio.adb, a-textio.ads,
23799         a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tideau.adb,
23800         a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
23801         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
23802         a-tiinio.adb, a-timoau.adb, a-timoio.adb, a-timoio.ads,
23803         a-tiocst.ads, a-titest.adb, atree.adb, a-witeio.adb,
23804         a-witeio.ads, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb,
23805         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtedit.adb,
23806         a-wtedit.ads, a-wtenau.adb, a-wtenio.adb, a-wtfiio.adb,
23807         a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
23808         a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, back_end.adb,
23809         bindgen.adb, butil.adb, butil.ads, checks.ads, cio.c, comperr.adb,
23810         csets.ads, cstand.adb, debug.ads, elists.ads, errno.c, errout.adb,
23811         errout.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
23812         errutil.ads, err_vars.ads, eval_fat.adb, exp_ch11.adb, exp_ch11.ads,
23813         exp_ch2.adb, exp_ch7.ads, exp_imgv.ads, exp_pakd.adb, exp_prag.adb,
23814         exp_prag.ads, exp_tss.adb, exp_tss.ads, exp_vfpt.ads, fe.h, fmap.adb,
23815         freeze.ads, frontend.adb, frontend.ads, g-arrspl.adb, g-arrspl.ads,
23816         g-awk.adb, g-awk.ads, g-boumai.ads, g-calend.adb, g-calend.ads,
23817         g-catiio.adb, g-comlin.adb, g-comlin.ads, g-comlin.ads, g-comlin.ads,
23818         g-comver.adb, g-crc32.adb, g-crc32.ads, g-ctrl_c.ads, g-curexc.ads,
23819         g-debpoo.ads, g-debuti.adb, g-diopit.adb, g-diopit.ads, g-dirope.adb,
23820         g-dirope.ads, g-dyntab.adb, g-dyntab.ads, g-excact.adb, g-excact.ads,
23821         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.ads, g-flocon.ads,
23822         g-hesorg.ads, g-io.adb, g-locfil.ads, g-md5.adb, g-md5.ads, g-md5.ads,
23823         g-moreex.adb, g-signal.ads, g-signal.adb, gnatbind.ads, gnatchop.adb,
23824         gnatcmd.adb, gnatfind.adb, gnatlbr.adb, gnatmake.ads, gnatmem.adb,
23825         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb, g-os_lib.adb,
23826         g-os_lib.ads, g-pehage.adb, g-pehage.ads, gprep.ads, g-regexp.adb,
23827         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.ads, g-semaph.adb,
23828         g-socthi.adb, g-soliop.ads, g-spipat.adb, g-spipat.ads, g-sptabo.ads,
23829         g-sptain.ads, g-sptavs.ads, g-string.ads, g-tasloc.adb, g-tasloc.ads,
23830         g-trasym.adb, g-trasym.ads, i-fortra.adb, i-fortra.ads, inline.adb,
23831         layout.adb, live.adb, make.ads, makeutl.ads, makeutl.adb, mdll-fil.adb,
23832         mdll-fil.ads, mdll-utl.ads, memroot.ads, memtrack.adb, mlib.ads,
23833         mlib-fil.adb, mlib-fil.ads, mlib-prj.ads, mlib-utl.adb, mlib-utl.ads,
23834         nlists.adb, nlists.ads, osint.adb, osint.ads, osint-c.adb, osint-l.adb,
23835         osint-l.ads, osint-m.ads, output.adb, par.adb, par.adb, par.ads,
23836         par-ch11.adb, par-ch12.adb, par-ch2.adb, par-ch4.adb, par-ch5.adb,
23837         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
23838         par-tchk.adb, prep.adb, prepcomp.adb, prepcomp.ads, prj-attr.ads,
23839         prj-com.ads, prj-dect.adb, prj-dect.ads, prj-env.ads, prj-err.ads,
23840         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.ads, prj-pars.adb,
23841         prj-pars.ads, prj-part.ads, prj-pp.ads, prj-proc.ads, prj-strt.adb,
23842         prj-strt.ads, prj-tree.adb, prj-util.adb, prj-util.ads, rtsfind.adb,
23843         sem.adb, sem.ads, sem_case.adb, sem_case.ads, sem_ch11.adb,
23844         sem_ch4.adb, sem_ch6.ads, sem_ch7.ads, sem_dist.ads, sem_elab.ads,
23845         sem_elim.ads, sem_eval.ads, sem_intr.ads, sem_maps.adb, sem_maps.ads,
23846         sem_maps.ads, sem_res.ads, sem_type.ads, sfn_scan.adb, sfn_scan.ads,
23847         s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads, s-inmaop.ads, sinput.adb,
23848         sinput.ads, s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads,
23849         s-pack06.adb, s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb,
23850         s-pack09.ads, s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
23851         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb,
23852         s-pack14.ads, s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads,
23853         s-pack18.adb, s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb,
23854         s-pack20.ads, s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
23855         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb,
23856         s-pack25.ads, s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads,
23857         s-pack28.adb, s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb,
23858         s-pack30.ads, s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
23859         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb,
23860         s-pack36.ads, s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads,
23861         s-pack39.adb, s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb,
23862         s-pack41.ads, s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
23863         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb,
23864         s-pack46.ads, s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads,
23865         s-pack49.adb, s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb,
23866         s-pack51.ads, s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
23867         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb,
23868         s-pack56.ads, s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads,
23869         s-pack59.adb, s-pack59.ads, s-pack60.adb, s-pack60.adb, s-pack60.ads,
23870         s-pack61.adb, s-pack61.ads, s-pack62.adb, s-pack62.ads, s-pack63.adb,
23871         s-pack63.ads, s-parint.adb, s-parint.adb, s-parint.ads, sprint.ads,
23872         s-purexc.ads, s-restri.ads, s-restri.adb, s-scaval.adb, s-scaval.ads,
23873         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads, stand.ads,
23874         s-tasuti.adb, s-traceb.adb, s-traceb.ads, stringt.adb, stringt.ads,
23875         styleg.ads, s-valboo.adb, s-valboo.ads, s-valcha.adb, s-valcha.ads,
23876         s-valdec.adb, s-valdec.ads, s-valint.adb, s-valint.ads, s-valint.ads,
23877         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads, s-valllu.adb,
23878         s-valllu.ads, s-valrea.adb, s-valrea.ads, s-valuns.adb, s-valuns.ads,
23879         s-valuti.adb, s-valuti.ads, s-valwch.ads, s-veboop.adb, s-veboop.ads,
23880         s-vercon.adb, s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchcon.ads,
23881         s-wchjis.adb, s-wchjis.ads, s-wchstw.adb, s-wchstw.adb, s-wchstw.ads,
23882         s-wchwts.adb, s-wchwts.ads, s-widboo.adb, s-widboo.ads, s-widcha.adb,
23883         s-widcha.ads, s-widenu.adb, s-widenu.ads, s-widlli.adb, s-widlli.ads,
23884         s-widllu.adb, s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
23885         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, symbols.adb, symbols.ads,
23886         table.ads, targparm.adb, targparm.ads, tb-alvms.c, tb-alvxw.c,
23887         tbuild.adb, tree_io.ads, treepr.adb, treeprs.adt, ttypef.ads,
23888         ttypes.ads, types.adb, uintp.adb, uintp.ads, uname.ads, urealp.ads,
23889         usage.ads, validsw.ads, vxaddr2line.adb, widechar.adb, widechar.ads,
23890         xeinfo.adb, xnmake.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads,
23891         xsinfo.adb, xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb,
23892         a-dirval.ads, a-dirval.adb, a-dirval-mingw.adb, a-direct.ads,
23893         a-direct.adb, indepsw.ads, prj-attr-pm.ads, system-linux-ppc.ads,
23894         a-numaux-darwin.ads, a-numaux-darwin.adb,
23895         a-swuwha.ads, a-stunha.ads: Minor reformatting
23896
23897 2005-11-14  Robert Dewar  <dewar@adacore.com>
23898
23899         PR ada/18434
23900         * osint-m.adb: Add pragma Elaborate_All for Osint
23901
23902 2005-11-10  Eric Botcazou  <ebotcazou@adacore.com>
23903
23904         PR ada/23995
23905         * trans.c (call_to_gnu): Restore statement lost in translation.
23906
23907 2005-11-08  Eric Botcazou  <ebotcazou@adacore.com>
23908
23909         * init.c: Use the Linux-specific section for the IA-64/Linux target.
23910         (__gnat_adjust_context_for_raise): Add conditional code so that the
23911         IA-64 is also supported.
23912
23913 2005-11-03  James E Wilson  <wilson@specifix.com>
23914
23915         PR ada/23427
23916         * trans.c (gnat_to_gnu): Use TYPE_SIZE_UNIT not TYPE_SIZE in
23917         TREE_OVERFLOW check.
23918
23919 2005-09-21  Olivier Hainque  <hainque@adacore.com>
23920
23921         PR ada/22418
23922         * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
23923         as we create them to store a size in bits.
23924
23925 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
23926
23927         PR ada/21937
23928         PR ada/22328
23929         PR ada/22381
23930         PR ada/22383
23931         PR ada/22419
23932         PR ada/22420
23933         * utils2.c (build_return_expr): New helper function.
23934         * gigi.h (build_return_expr): Declare it.
23935         * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
23936         of manually building the RETURN_EXPR tree.
23937         (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
23938         (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
23939         build_binary_op for the "target pointer" case.  Use build_return_expr
23940         instead of manually building the RETURN_EXPR tree.
23941
23942 2005-09-16  Laurent Guerby  <laurent@guerby.net>
23943
23944         PR ada/23788
23945         * s-tpinop.ads: Make this unit Preelaborate.
23946
23947 2005-09-16  Andreas Jaeger  <aj@suse.de>
23948
23949         * socket.c: Add string.h for memcpy.
23950
23951 2005-09-05  Arnaud Charlet  <charlet@adacore.com>
23952
23953         * dec-io.ads, dec-io.adb: Removed, no longer used.
23954
23955 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
23956
23957         * a-calend-mingw.adb: Add call to OS_Primitives.Initialize;
23958
23959         * s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
23960         s-taprop-os2.adb, s-taprop-irix-athread.adb, s-taprop-linux.adb,
23961         s-taprop-hpux-dce.adb, s-taprop-irix.adb, s-taprop-tru64.adb,
23962         s-taprop-lynxos.adb: Move with clauses outside Warnings Off now that
23963         dependent units are Preelaborate.
23964         (Initialize): Call Interrupt_Managemeent.Initialize and
23965         OS_Primitives.Initialize to ensure proper initialization of this unit.
23966         Remove use of System.Soft_Links
23967         Make this unit Preelaborate.
23968
23969         * s-stache.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
23970         s-taspri-vms.ads, s-tasinf-solaris.ads, s-taspri-os2.ads,
23971         s-taspri-lynxos.ads, s-taspri-hpux-dce.ads, s-taspri-tru64.ads,
23972         s-tasinf-tru64.ads, s-tasinf-irix.ads, s-tasinf-irix-athread.ads,
23973         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
23974         s-tratas.ads, s-tasinf.ads: Minor reformatting.
23975         Add pragma Preelaborate, since these packages are suitable for this
23976         categorization.
23977         Update comments.
23978
23979         * s-traent-vms.ads, s-intman-dummy.adb,
23980         s-taprop-dummy.adb: Make this unit Preelaborate.
23981
23982         * s-osprim-vxworks.adb, s-osprim-vms.adb, s-osprim-vms.ads,
23983         s-osprim-mingw.adb, s-intman-vxworks.ads, s-intman-vxworks.adb,
23984         s-intman-vms.adb, s-intman-mingw.adb, s-intman-vms.ads,
23985         s-osprim-unix.adb, s-osprim-os2.adb, s-osprim-solaris.adb,
23986         s-intman-solaris.adb, s-intman-irix-athread.adb,
23987         s-intman-irix.adb: Mark this unit Preelaborate.
23988         (Initialize): New procedure.
23989         Update comments.
23990
23991         * s-taspri-linux.ads: Removed.
23992
23993         * s-tpopsp-solaris.adb (Initialize): Create the key in this procedure,
23994         as done by other implementations (e.g. posix).
23995
23996         * s-taprop.ads (Timed_Delay): Update spec since the caller now is
23997         responsible for deferring abort.
23998         Mark this unit Preelaborate.
23999
24000         * s-taprob.adb, s-tarest.adb: Call System.Tasking.Initialize to ensure
24001         proper initialization of the tasking run-time.
24002
24003         * s-tasdeb.ads: Mark this unit Preelaborate.
24004         (Known_Tasks): Add explicit default value to avoid elaboration code.
24005
24006         * s-inmaop-vms.adb (Elaboration code): Add call to
24007         Interrupt_Management.Initialize since the elaboration code depends on
24008         proper initialization of this package.
24009
24010         * s-intman.ads, s-inmaop-posix.adb, s-intman-posix.adb,
24011         s-osprim.ads, s-taprop-posix.adb, s-taspri-posix.ads,
24012         s-osprim-posix.adb: Make this unit Preelaborate.
24013
24014         * a-calend.adb: Add call to OS_Primitives.Initialize
24015
24016         * a-elchha.adb: Update use of Except.Id.Full_Name.
24017         Minor reformatting.
24018         Remove use of Ada.Exceptions.Traceback when possible, cleaner.
24019
24020         * a-dynpri.adb, a-sytaco.adb, a-sytaco.ads:
24021         Move with clauses outside Warnings Off now that dependent units are
24022         Preelaborate.
24023         Use raise xxx with "..."; Ada 2005 form.
24024
24025         * a-taside.ads, a-taside.adb:
24026         Remove some dependencies, to make it easier to make this unit truly
24027         Preelaborate.
24028         Rewrite some code to be conformant with Preelaborate rules.
24029
24030         * g-os_lib.adb: Remove non-preelaborate code so that this unit can be
24031         marked Preelaborate in the future.
24032
24033         * s-proinf.ads, g-string.ads, s-auxdec.ads, s-auxdec-vms_64.ads: Make
24034         these units Preelaborate.
24035
24036         * s-exctab.adb: Update use of Except.Id.Full_Name.
24037
24038         * s-soflin.ads, s-soflin.adb: Mark this unit Preelaborate_05.
24039         (Set_Exc_Stack_Addr_Soft, Get_Exc_Stack_Addr_NT, Set_Exc_Stack_Addr_NT,
24040         Set_Exc_Stack_Addr): Removed, no longer used.
24041         Remove reference to *Machine_State_Addr*, no longer needed.
24042
24043         * s-stalib.ads: Mark this unit as Preelaborate[_05].
24044         (Exception_Data): Full_Name is now a System.Address so that this unit
24045         can be made Preelaborate.
24046         Clean up/simplify code thanks to Full_Name being a System.Address.
24047         Remove obsolete pragma Suppress (All_Checks), no longer needed.
24048
24049         * s-taskin.ads, s-taskin.adb:
24050         Move with clauses outside Warnings Off now that dependent units are
24051         Preelaborate.
24052         Make this unit Preelaborate.
24053         (Initialize): New proceduure, replace elaboration code and makes the
24054         set up of the tasking run-time cleaner.
24055         (Detect_Blocking): Now a function instead of a deferred boolean, to
24056         obey Preelaborate rules.
24057
24058         * s-tassta.adb (Finalize_Global_Tasks): Remove Get/Set_Exc_Stack_Addr
24059         soft links, no longer used.
24060
24061         * s-traces.ads, s-traent.ads: Add pragma Preelaborate, since these
24062         packages are suitable for this categorization.
24063
24064         * s-solita.adb: Replace use of Ada.Exception by raise xxx with "..."
24065         since we compile run-time sources in Ada 2005 mode.
24066         (Timed_Delay_T): Call Abort_Defer/Undefer around Timed_Delay, to
24067         avoid having s-taprop*.adb depend on s-soflin and to avoid code
24068         duplication.
24069         Remove reference to *Machine_State_Addr*, no longer needed.
24070
24071 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24072
24073         * s-mastop-tru64.adb, s-mastop-irix.adb, s-mastop-vms.adb
24074         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
24075         Remove reference to System.Exceptions.
24076
24077         * s-mastop-x86.adb: Removed, no longer used.
24078
24079         * s-traceb-mastop.adb: Adjust calls to Pop_Frame.
24080
24081         * a-excach.adb: Minor reformatting.
24082
24083         * a-except.ads, a-except.adb: Remove global Warnings (Off) pragma, and
24084         instead fix new warnings that were hidden by this change.
24085         (AAA, ZZZ): Removed, replaced by...
24086         (Code_Address_For_AAA, Code_Address_For_ZZZ): ... these functions, who
24087         are used instead of constants, to help make Ada.Exception truly
24088         preelaborate.
24089         (Rcheck_*, Raise_Constraint_Error, Raise_Program_Error,
24090         Raise_Storage_Error): File is now a System.Address, to simplify code.
24091         (Elab code): Removed, no longer used.
24092         (Null_Occurrence): Remove Warnings Off and make this construct
24093         preelaborate.
24094         Remove code related to front-end zero cost exception handling, since
24095         it is no longer used.
24096         Remove -gnatL/-gnatZ switches.
24097
24098         * a-exexda.adb (Append_Info_Exception_Name, Set_Exception_C_Msg):
24099         Update use of Except.Msg.
24100
24101         * gnat1drv.adb, inline.adb, bindgen.adb, debug.adb, exp_ch11.ads,
24102         freeze.adb, frontend.adb, lib.adb, exp_ch11.adb: Remove code related
24103         to front-end zero cost exception handling, since it is no longer used.
24104         Remove -gnatL/-gnatZ switches.
24105
24106         * lib-writ.ads: Minor reformatting
24107         Remove doc of UX
24108
24109         * Makefile.rtl: Remove references to s-except*, s-mastop-x86*
24110
24111         * Make-lang.in: Remove references to s-except.ads
24112
24113         * s-except.ads: Removed, no longer used.
24114
24115         * s-mastop.ads, s-mastop.adb:
24116         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
24117         Remove reference to System.Exceptions.
24118
24119         * raise.h, usage.adb, targparm.adb, targparm.ads, switch-m.adb,
24120         switch-b.adb: Remove code related to front-end zero cost exception
24121         handling, since it is no longer used.
24122         Remove -gnatL/-gnatZ switches.
24123
24124 2005-09-01  Robert Dewar  <dewar@adacore.com>
24125             Gary Dismukes  <dismukes@adacore.com>
24126             Javier Miranda  <miranda@adacore.com>
24127
24128         * exp_ch4.adb (Expand_N_In): Replace test of expression in its own
24129         type by valid test and generate warning.
24130         (Tagged_Membership): Generate call to the run-time
24131         subprogram IW_Membership in case of "Iface_CW_Typ in Typ'Class"
24132         Change formal name Subtype_Mark to Result_Definition in several calls to
24133         Make_Function_Specification.
24134         (Expand_Allocator_Expression): Add tests for suppression of the AI-344
24135         check for proper accessibility of the operand of a class-wide allocator.
24136         The check can be left out if checks are suppressed or if the expression
24137         has a specific tagged type whose level is known to be safe.
24138
24139         * exp_ch5.adb (Expand_N_Assignment_Statement): Simplify the code that
24140         generates the run-time check associated with null-excluding entities.
24141         (Expand_N_Return_Statement): Add tests to determine if the accessibility
24142         check on the level of the return expression of a class-wide function
24143         can be elided. The check usually isn't needed if the expression has a
24144         specific type (unless it's a conversion or a formal parameter). Also
24145         add a test for whether accessibility checks are suppressed. Augment
24146         the comments to describe the conditions for performing the check.
24147
24148 2005-09-01  Hristian Kirtchev  <kirtchev@adacore.com>
24149             Javier Miranda  <miranda@adacore.com>
24150             Gary Dismukes  <dismukes@adacore.com>
24151             Ed Schonberg  <schonberg@adacore.com>
24152
24153         * a-tags.adb (IW_Membership): Give support to
24154         "Iface_CW_Typ in T'Class". For this purpose the functionality of this
24155         subprogram has been extended to look for the tag in the ancestors tag
24156         table.
24157         Update the structure of the GNAT Dispatch Table to reflect the
24158         additional two tables used in dispatching selects.
24159         Introduce appropriate array types and record components in
24160         Type_Specific_Data to reflect the two tables.
24161         (Get_Entry_Index, Set_Entry_Index): Retrieve and set the entry index in
24162         the TSD of a tag, indexed by position.
24163         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Retrieve and set the primitive
24164         operation kind in the TSD of a tag, indexed by position.
24165
24166         * a-tags.ads: Introduce an enumeration type to capture different
24167         primitive operation kinds. Define a constant reflecting the number of
24168         predefined primitive operations.
24169         (Get_Entry_Index, Set_Entry_Index): Set and retrieve the entry index
24170         of an entry wrapper.
24171         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Set and retrieve the kind of
24172         callable entity of a primitive operation.
24173
24174         * exp_ch3.adb (Freeze_Record_Type): Generate the declarations of the
24175         primitive operations used in dispatching selects for limited
24176         interfaces, limited tagged, task and protected types what implement a
24177         limited interface.
24178         (Freeze_Type): Generate the bodies of the primitive operations used in
24179         dispatching selects for limited tagged, task and protected types that
24180         implement a limited interface. Generate statements to populate the two
24181         auxiliary tables used for dispatching in select statements.
24182         (Freeze_Record_Type): Add call to initialize the dispatch table entries
24183         associated with predefined interface primitive operations.
24184         (Build_Dcheck_Function): Change Set_Subtype_Mark to
24185         Set_Result_Definition.
24186         (Build_Variant_Record_Equality): Change Subtype_Mark to
24187         Result_Definition.
24188         (Freeze_Enumeration_Type): Change Subtype_Mark to Result_Definition.
24189         (Predef_Spec_Or_Body): Change Subtype_Mark to Result_Definition.
24190         (Build_Assignment): Simplify the code that adds the run-time-check.
24191         (Expand_N_Object_Declaration): Code cleanup.
24192
24193         * exp_ch7.adb (Make_Clean): Select the appropriate type for locking
24194         entries when there is a protected type that implements a limited
24195         interface.
24196
24197         * exp_ch9.adb: Add package Select_Expansion_Utilities that contains
24198         common routines used in expansion of dispatching selects.
24199         (Add_Private_Declarations): Select the appropriate protection type when
24200         there is a protected type that implements a limited interface.
24201         (Build_Parameter_Block): Generate a wrapped parameter block.
24202         (Build_Protected_Subprogram_Body): Select the appropriate type for
24203         locking entries when there is a protected type that implements a
24204         limited interface.
24205         (Build_Wrapper_Spec): Set the flag and wrapped entity for procedures
24206         classified as entry wrappers.
24207         (Expand_N_Asynchronous_Select): Add support for expansion of dispatching
24208         asynchronous selects.
24209         (Expand_N_Conditional_Entry_Call): Add support for expansion of
24210         dispatching conditional selects.
24211         (Expand_N_Protected_Type_Declaration): Select the appropriate type for
24212         protection when there is a protected type that implements limited
24213         interfaces.
24214         (Expand_N_Timed_Entry_Call): Add support for expansion of dispatching
24215         timed selects.
24216         (Extract_Dispatching_Call): Extract the entity of the name of a
24217         dispatching call, the object parameter, actual parameters and
24218         corresponding formals.
24219         (Make_Initialize_Protection): Correct logic of protection initialization
24220         when there is a protected type that implements a limited interface.
24221         (Parameter_Block_Pack): Populate a wrapped parameter block with the
24222         values of actual parameters.
24223         (Parameter_Block_Unpack): Retrieve the values from a wrapped parameter
24224         block and assign them to the original actual parameters.
24225
24226         * exp_ch9.ads (Subprogram_Protection_Mode): New type.
24227         (Build_Protected_Sub_Specification): Change the type and name of the
24228         last formal to account for the increased variety of protection modes.
24229
24230         * einfo.ads, einfo.adb (Was_Hidden): New attribute. Present in all
24231         entities. Used to save the value of the Is_Hidden attribute when the
24232         limited-view is installed.
24233         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Retrieve and change
24234         the attribute of procedures classified as entry wrappers.
24235         (Wrapped_Entity, Set_Wrapped_Entity): Retrieve and change the wrapped
24236         entity of a primitive wrapper.
24237         (Write_Entity_Flags): Output the name and value of the
24238         Is_Primitive_Wrapper attribute.
24239         (Write_Field27_Name): Output the name and entity of the field Wrapped_
24240         Entity.
24241         (Underlying_Type): If we have an incomplete entity that comes from
24242         the limited view then we return the Underlying_Type of its non-limited
24243         view if it is already available.
24244         (Abstract_Interface_Alias): Flag applies to all subrogram kinds,
24245         including operators.
24246         (Write_Field26_Name): Add entry for Overridden_Operation
24247         (Overridden_Operation): New attribute of functions and procedures.
24248
24249         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Return a
24250         predefined position in the dispatch table for the primitive operations
24251         used in dispatching selects.
24252         (Init_Predefined_Interface_Primitives): Remove the hardcoded number of
24253         predefined primitive operations and replace it with
24254         Default_Prim_Op_Count.
24255         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
24256         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Update
24257         the names of the generated primitive operations used in dispatching
24258         selects.
24259         (Init_Predefined_Interface_Primitives): No need to inherit primitives in
24260         case of abstract interface types. They will be inherit by the objects
24261         implementing the interface.
24262         (Make_DT): There is no need to inherit the dispatch table of the
24263         ancestor interface for the elaboration of abstract interface types.
24264         The dispatch table will be inherited by the object implementing the
24265         interface.
24266         (Copy_Secondary_DTs): Add documentation.
24267         (Validate_Position): Improve this static check in case of
24268         aliased subprograms because aliased subprograms must have
24269         the same position.
24270         (Init_Predefined_Interface_Primitives): New subprogram that initializes
24271         the entries associated with predefined primitives of all the secondary
24272         dispatch tables.
24273         (Build_Anonymous_Access_Type): Removed.
24274         (Expand_Interface_Actuals): With the previous cleanup there is no need
24275         to build an anonymous access type. This allows further cleanup in the
24276         code generated by the expander.
24277         (Expand_Interface_Conversion): If the actual is an access type then
24278         build an internal function to handle the displacement. If the actual
24279         is null this function returns null because no displacement is
24280         required; otherwise performs a type conversion that will be
24281         expanded in the code that returns the value of the displaced actual.
24282         (Expand_Interface_Actuals): Avoid the generation of unnecessary type
24283         conversions that have no effect in the generated code because no
24284         displacement is required. Code cleanup; use local variables to
24285         avoid repeated calls to the subprogram directly_designated_type().
24286
24287         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
24288         Classify the primitive operations used in dispatching selects as
24289         predefined.
24290         (Implements_Limited_Interface): Determine whether some type either
24291         directly implements a limited interface or extends a type that
24292         implements a limited interface.
24293         (Build_Task_Image_Function): Change Subtype_Mark to Result_Definition.
24294         (Expand_Subtype_From_Expr): Do not build actual subtype if the
24295         expression is limited.
24296         (Find_Interface_Tag): Add code to handle class-wide types and
24297         entities from the limited-view.
24298
24299         * rtsfind.ads: Add entries in RE_Id and RE_Unit_Table for
24300         Get_Entry_Index, Get_Prim_Op_Kind, POK_Function, POK_Procedure,
24301         POK_Protected_Entry, POK_Protected_Function, POK_Protected_Procedure,
24302         POK_Task_Entry, POK_Task_Procedure, Prim_Op_Kind, Set_Entry_Index,
24303         Set_Prim_Op_Kind.
24304
24305         * sem_ch9.adb (Analyze_Triggering_Alternative): Check for legal type
24306         of procedure name or prefix that appears as a trigger in a triggering
24307         alternative.
24308
24309         * uintp.ads: Introduce constants Uint_11 and Uint_13.
24310
24311 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24312
24313         * s-tataat.adb, a-tasatt.adb:
24314         Replace calls to Defer/Undefer_Abortion by Defer/Undefer_Abort.
24315
24316         * s-tasini.ads, s-tasini.adb (Defer_Abortion, Undefer_Abortion): Moved
24317         these procedures to body, and renamed Abort_Defer, Abort_Undefer.
24318         (Get_Exc_Stack_Addr, Set_Exc_Stack_Addr): Removed, no
24319         longer used.
24320
24321 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24322             Jose Ruiz  <ruiz@adacore.com>
24323
24324         * s-taprop-vxworks.adb:
24325         Move with clauses outside Warnings Off now that dependent units are
24326         Preelaborate.
24327         (Initialize): Call Interrupt_Managemeent.Initialize to ensure proper
24328         initialization of this unit.
24329         (Specific): Add new procedures Initialize and Delete so that this
24330         package can be used for VxWorks 5.x and 6.x
24331         (ATCB_Key, ATCB_Key_Address): Moved to Specific package body to hide
24332         differences between VxWorks 5.x and 6.x
24333         Minor reformatting.
24334         (Timed_Delay): Remove calls to Defer/Undefer_Abort, now performed by
24335         caller.
24336         Use only Preelaborate-compatible constructs.
24337
24338         * s-tpopsp-vxworks.adb (ATBC_Key, ATCB_Key_Addr): Moved from
24339         Primitives.Operations.
24340         (Delete, Initialize): New procedures.
24341
24342         * s-osinte-vxworks.adb: Body used to handle differences between
24343         VxWorks 5.x and 6.x
24344         (kill, Set_Time_Slice, VX_FP_TASK): New functions.
24345
24346         * s-osinte-vxworks.ads: Minor reformatting.
24347         Add VxWworks 6.x specific functions (only called from VxWorks 6 files).
24348         (VX_FP_TASK): Now a function, to handle differences between VxWorks 5
24349         and 6.
24350         (Set_Time_Slice): New function, replacing kerneltimeSlice to share code
24351         between Vxworks 5 and 6.
24352         (taskLock, taskUnlock): Removeed, no longer used.
24353
24354         * adaint.c: The wait.h header is not located in the sys directory on
24355         VxWorks when using RTPs.
24356         (__gnat_set_env_value): Use setenv instead of putenv on VxWorks when
24357         using RTPs.
24358         (__gnat_dup): dup is available on Vxworks when using RTPs.
24359         (__gnat_dup2): dup2 is available on Vxworks when using RTPs.
24360
24361         * cal.c: Use the header time.h for Vxworks 6.0 when using RTPs.
24362
24363         * expect.c: The wait.h header is not located in the sys directory on
24364         VxWorks when using RTPs.
24365
24366 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24367
24368         * g-soccon-vms.adb: Renamed to g-soccon-vms.ads
24369
24370         * g-soccon-vms.ads: Renamed from g-soccon-vms.adb
24371
24372         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
24373         g-soccon-darwin.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
24374         g-soccon-solaris.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
24375         g-soccon-freebsd.ads: Add new constants:
24376          IP_MULTICAST_IF
24377          SO_RCVTIMEO/SO_SNDTIMEO
24378          IOV_MAX
24379
24380         * gen-soccon.c:
24381         Move all target-specific file inclusions and macro definitions to
24382         gsocket.h, in order to ensure that any C code in socket.c will see a
24383         set of constants that is consistent with the contents of g-soccon.ads.
24384
24385         * gsocket.h: Code imported from gen-soccon.c:
24386         Move all target-specific file inclusions and macro definitions to
24387         gsocket.h, in order to ensure that any C code in socket.c will see a set
24388         of constants that is consistent with the contents of g-soccon.ads.
24389         This change also makes gen-soccon self-contained (removing dependencies
24390         upon GCC internal headers).
24391
24392         * g-socket.adb (Send_Vector): Make calls to Writev at most IOV_MAX
24393         iovecs at a time.
24394         (To_Inet_Addr): Now a procedure instead of a function, more efficient.
24395
24396         * socket.c: Minor reformatting.
24397
24398 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24399             Thomas Quinot  <quinot@adacore.com>
24400
24401         * fname-sf.adb, mlib-tgt.ads,
24402         back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb,
24403         g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb,
24404         osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads,
24405         prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads,
24406         prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb,
24407         prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads,
24408         sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads,
24409         makegpr.adb: Remove redundant use_clauses.
24410
24411 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
24412
24413         * s-stoele.ads, s-stopoo.ads, s-stratt.ads, s-strops.ads, s-unstyp.ads,
24414         s-valboo.ads, s-valcha.ads, s-valdec.ads, s-valenu.ads, s-valint.ads,
24415         s-vallld.ads, s-vallli.ads, s-valllu.ads, s-valrea.ads, s-valuns.ads,
24416         s-valuti.ads, s-valwch.ads, s-veboop.ads, s-vector.ads, s-vercon.ads,
24417         s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-wchstw.ads, s-wchwts.ads,
24418         s-widboo.ads, s-widcha.ads, s-widenu.ads, s-widlli.ads, s-widllu.ads,
24419         s-widwch.ads, s-wwdcha.ads, s-wwdenu.ads, s-wwdwch.ads, system.ads,
24420         table.ads, types.ads, system-vms_64.ads, s-crtl-vms64.ads,
24421         s-addope.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
24422         s-vxwork-x86.ads, system-linux-ppc.ads, i-vxwork-x86.ads,
24423         a-numaux-darwin.ads, a-crbtgo.ads, a-crbtgk.ads, a-crbltr.ads,
24424         a-coprnu.ads, a-convec.ads, a-contai.ads, a-coinve.ads, a-cohata.ads,
24425         a-cohama.ads, a-cihama.ads, a-cidlli.ads, a-cdlili.ads,
24426         a-numaux-libc-x86.ads, a-numaux-vxworks.ads, system-linux-ia64.ads,
24427         system-freebsd-x86.ads, system-unixware.ads, system-lynxos-ppc.ads,
24428         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
24429         s-vxwork-alpha.ads, system-aix.ads, system-vxworks-sparcv9.ads,
24430         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
24431         s-parame-hpux.ads, system-hpux.ads, system-vxworks-m68k.ads,
24432         s-vxwork-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
24433         s-vxwork-mips.ads, system-os2.ads, system-interix.ads,
24434         s-vxwork-ppc.ads, system-solaris-sparc.ads, s-vxwork-sparcv9.ads,
24435         system-solaris-sparcv9.ads, s-parame-vms.ads, system-vms.ads,
24436         s-osinte-mingw.ads, system-mingw.ads, s-parame-vms-restrict.ads,
24437         system-vms-zcx.ads, s-parame-ae653.ads, system-vxworks-ppc.ads,
24438         s-parame-vxworks.ads, system-vxworks-alpha.ads, interfac-vms.ads,
24439         a-numaux-x86.ads, a-astaco.ads, a-chahan.ads, a-charac.ads,
24440         a-chlat1.ads, a-chlat9.ads, a-colire.adb, a-colire.ads, a-comlin.ads,
24441         a-cwila1.ads, a-cwila9.ads, ada.ads, a-decima.ads, a-exextr.adb,
24442         a-filico.ads, a-finali.ads, a-interr.ads, a-ioexce.ads, a-dynpri.ads,
24443         a-ngcefu.ads, a-ngcefu.adb, a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.ads,
24444         a-nudira.adb, a-nudira.ads, a-nuflra.adb, a-numaux.ads, a-numeri.ads,
24445         a-reatim.adb, a-stmaco.ads, a-storio.ads, a-strbou.ads, a-stream.ads,
24446         a-strfix.ads, a-string.ads, a-strmap.ads, a-strsea.ads, a-strsup.ads,
24447         a-strunb.ads, a-stunau.ads, a-stwibo.ads, a-stwifi.ads, a-stwima.ads,
24448         a-stwise.ads, a-stwisu.ads, a-stwiun.ads, a-swmwco.ads, a-textio.ads,
24449         csets.ads, debug.ads, dec.ads, g-curexc.ads, get_targ.ads,
24450         g-except.ads, system-linux-hppa.ads, a-chacon.ads, a-widcha.ads,
24451         a-zchara.ads, system-hpux-ia64.ads, a-ciorma.ads, a-coorma.ads,
24452         a-ciormu.ads, a-coormu.ads, a-rbtgso.ads, a-chzla1.ads, a-chzla9.ads,
24453         a-stzbou.ads, a-stzfix.ads, a-stzmap.ads, a-stzsea.ads, a-stzsup.ads,
24454         a-stzunb.ads, a-swunau.ads, a-szunau.ads, gnat.ads, g-regpat.ads,
24455         g-speche.ads, g-spitbo.ads, g-table.ads, g-tasloc.ads, g-trasym.ads,
24456         i-c.ads, i-cpoint.ads, i-cpp.ads, i-cstrin.ads, i-fortra.ads,
24457         interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads, i-os2thr.ads,
24458         i-vxwork.ads, output.ads, s-arit64.ads, s-atacco.ads, s-boarop.ads,
24459         s-casuti.ads, s-crtl.ads, s-exctab.ads, s-exnint.ads, s-exnllf.ads,
24460         s-exnlli.ads, s-expint.ads, s-explli.ads, s-expllu.ads, s-expmod.ads,
24461         s-expuns.ads, s-fatflt.ads, s-fatgen.ads, s-fatlfl.ads, s-fatllf.ads,
24462         s-fatsfl.ads, s-finimp.ads, s-finroo.ads, s-fore.ads, s-geveop.ads,
24463         s-htable.ads, s-imgbiu.ads, s-imgboo.ads, s-imgcha.ads, s-imgdec.ads,
24464         s-imgenu.ads, s-imgint.ads, s-imgllb.ads, s-imglld.ads, s-imglli.ads,
24465         s-imgllu.ads, s-imgllw.ads, s-imgrea.ads, s-imguns.ads, s-imgwch.ads,
24466         s-imgwiu.ads, s-io.ads, s-maccod.ads, s-mantis.ads, s-memcop.ads,
24467         s-pack03.ads, s-pack05.ads, s-pack06.ads, s-pack07.ads, s-pack09.ads,
24468         s-pack10.ads, s-pack11.ads, s-pack12.ads, s-pack13.ads, s-pack14.ads,
24469         s-pack15.ads, s-pack17.ads, s-pack18.ads, s-pack19.ads, s-pack20.ads,
24470         s-pack21.ads, s-pack22.ads, s-pack23.ads, s-pack24.ads, s-pack25.ads,
24471         s-pack26.ads, s-pack27.ads, s-pack28.ads, s-pack29.ads, s-pack30.ads,
24472         s-pack31.ads, s-pack33.ads, s-pack34.ads, s-pack35.ads, s-pack36.ads,
24473         s-pack37.ads, s-pack38.ads, s-pack39.ads, s-pack40.ads, s-pack41.ads,
24474         s-pack42.ads, s-pack43.ads, s-pack44.ads, s-pack45.ads, s-pack46.ads,
24475         s-pack47.ads, s-pack48.ads, s-pack49.ads, s-pack50.ads, s-pack51.ads,
24476         s-pack52.ads, s-pack53.ads, s-pack54.ads, s-pack55.ads, s-pack56.ads,
24477         s-pack57.ads, s-pack58.ads, s-pack59.ads, s-pack60.ads, s-pack61.ads,
24478         s-pack62.ads, s-pack63.ads, s-parame.ads, s-pooglo.ads, s-pooloc.ads,
24479         s-poosiz.ads, s-powtab.ads, s-purexc.ads, s-sopco3.ads, s-sopco4.ads,
24480         s-sopco5.ads: Minor reformatting: reindent pragma Pure/Preelaborate
24481         and always use the no parameter form for consistency.
24482
24483         * gnat-style.texi: Document rules about Preelaborate/Pure pragmas.
24484
24485 2005-09-01  Robert Dewar  <dewar@adacore.com>
24486
24487         * binde.adb: Minor reformatting
24488         (Find_Elab_Order): Output warning if -p used with static elab order
24489
24490 2005-09-01  Robert Dewar  <dewar@adacore.com>
24491
24492         * checks.adb (Check_Needed): New procedure, deals with removing checks
24493         based on analysis of short-circuited forms. Also generates warnings for
24494         improper use of non-short-circuited forms.
24495         Code clean ups.
24496
24497 2005-09-01  Robert Dewar  <dewar@adacore.com>
24498
24499         * a-ztexio.adb, a-textio.adb, a-witeio.adb: Replace bad range checks
24500         with 'Valid tests.
24501
24502 2005-09-01  Robert Dewar  <dewar@adacore.com>
24503
24504         * errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet
24505         spec.
24506         Implement new insertion char < (conditional warning)
24507         * errutil.adb, erroutc.adb: Implement new insertion char <
24508         (conditional warning).
24509         * sem_elab.adb, prj-dect.adb, erroutc.ads, err_vars.ads
24510         (Error_Msg_Warn): New variable for < insertion char.
24511         * prj-nmsc.adb: Implement new errout insertion char < (conditional
24512         warning).
24513         (Check_For_Source): Change value of Source_Id only after the current
24514         source has been dealt with.
24515
24516 2005-09-01  Robert Dewar  <dewar@adacore.com>
24517             Doug Rupp  <rupp@adacore.com>
24518
24519         * exp_attr.adb: Handle vax fpt for 'Valid attribute
24520         * exp_vfpt.ads, exp_vfpt.adb: (Expand_Vax_Valid): New procedure
24521         * s-vaflop-vms-alpha.adb, s-vaflop.ads, s-vaflop.adb
24522         (Valid_D, Valid_F, Valid_G): New functions
24523
24524 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24525             Hristian Kirtchev  <kirtchev@adacore.com>
24526             Javier Miranda  <miranda@adacore.com>
24527
24528         * exp_ch6.adb (Expand_Call): If an actual is a function call rewritten
24529         from object notation, the original node is unanalyzed and carries no
24530         semantic information, so that accessiblity checks must be performed on
24531         the type of the actual itself.
24532         (Expand_N_Subprogram_Declaration): Change last actual parameter for
24533         compatibility with Build_Protected_Sub_Specification.
24534         (Check_Overriding_Inherited_Interfaces): Add suport to handle
24535         overloaded primitives.
24536         (Register_Interface_DT_Entry): Use the new name of the formal
24537         the the calls to Expand_Interface_Thunk
24538
24539         * exp_dbug.ads: Augment comments on encoding of protected types to
24540         include the generation of dispatching subprograms when the type
24541         implements at least one interface.
24542
24543         * lib.ads: Extend information in Load_Stack to include whether a given
24544         load comes from a Limited_With_Clause.
24545
24546         * lib-load.adb (From_Limited_With_Chain): New predicate to determine
24547         whether a potential circularity is harmless, because it includes units
24548         loaded through a limited_with clause. Extends previous treatment which
24549         did not handle properly arbitrary combinations of limited and
24550         non-limited clauses.
24551
24552 2005-09-01  Nicolas Setton  <setton@adacore.com>
24553
24554         * exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types
24555         to be encoded as typ___XBLU_lowerbound__upperbound instead of
24556         typ___XB_lowerbound__upperbound.
24557
24558 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24559
24560         * exp_dist.adb (Add_RACW_TypeCode, Add_RAS_TypeCode): Do not generate
24561         dummy access formal for RACW/RAS TypeCode TSS.
24562         (Build_TypeCode_Call): Do not generate dummy null access actual for
24563         calls to the TypeCode TSS.
24564
24565 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24566
24567         * exp_intr.adb (Expand_Source_Name): For Enclosing_Entity, generate
24568         fully qualified name, to distinguish instances with the same local name.
24569
24570         * g-souinf.ads (Enclosing_Entity): Document that entity name is now
24571         fully qualified.
24572
24573 2005-09-01  Robert Dewar  <dewar@adacore.com>
24574
24575         * exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large
24576         packed arrays.
24577
24578 2005-09-01  Jerome Lambourg  <lambourg@adacore.com>
24579
24580         * g-expect.adb (Non_Blocking_Spawn): Initialize the filters field to
24581         (Free): New deallocation procedure for filter elements
24582         (Close): Deallocate any existing filter for the concerned connection
24583
24584 2005-09-01  Laurent Pautet  <pautet@adacore.com>
24585
24586         * g-pehage.ads, g-pehage.adb (Select_Char_Position): When no character
24587         position set is provided, we compute one in order to reduce the maximum
24588         length of the keys.  This computation first selects a character
24589         position between 1 and the minimum length of the keys in order to
24590         avoid reducing one of the keys to an empty string.
24591         (Initialize, Compute): When the ratio V to K is too low, the algorithm
24592         does not converge. The initialization procedure now comes with a
24593         maximum number of iterations such that when exceeded, an exception is
24594         raised in Compute. The user can initialize this ratio to another value
24595         and try again
24596         Reformating and updated headers.
24597
24598 2005-09-01  Javier Miranda  <miranda@adacore.com>
24599
24600         * itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
24601         that given an entity T creates and returns an Itype that duplicates the
24602         contents of T. The returned Itype has the null-exclusion
24603         attribute set to True, and its Etype attribute references T
24604         to keep the association between the two entities.
24605         Update copyright notice
24606
24607         * sem_aggr.adb (Check_Can_Never_Be_Null,
24608         Aggregate_Constraint_Checks, Resolve_Aggregate,
24609         Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.
24610
24611         * sem_ch5.adb (Analyze_Assignment): Code cleanup.
24612
24613 2005-09-01  Gary Dismukes  <dismukes@adacore.com>
24614             Robert Dewar  <dewar@adacore.com>
24615             Hristian Kirtchev  <kirtchev@adacore.com>
24616
24617         * layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to
24618         Result_Definition.
24619
24620         * par-ch6.adb (P_Subprogram): Handle parsing of Access_Definitions in
24621         function specs.
24622         Call Set_Result_Definition instead of Set_Subtype_Mark.
24623         (P_Subprogram_Specification): Add parsing of anonymous access result
24624         plus null exclusions. Call Set_Result_Definition instead of
24625         Set_Subtype_Mark.
24626
24627         * par-ch3.adb: Add support for LIMITED NEW for Ada 2005 AI-419
24628         (P_Access_Type_Definition): Add parsing for an anonymous access result
24629         subtype, plus parsing for null exclusions. Call Set_Result_Definition
24630         instead of Set_Subtype_Mark.
24631
24632         * sinfo.adb: Add support for LIMITED NEW for Ada 2005 AI-419
24633         (Null_Exclusion_Present): Allow this flag for N_Function_Specification.
24634         (Result_Definition): New function for N_Function_Specifications.
24635         (Subtype_Mark): No longer allowed for N_Access_Function_Definition and
24636         N_Function_Specification.
24637         (Set_Null_Exclusion_Present): Allow this flag for
24638         N_Function_Specification.
24639         (Set_Result_Definition): New procedure for N_Function_Specifications.
24640         (Set_Subtype_Mark): No longer allowed for N_Access_Function_Definition
24641         and N_Function_Specification.
24642
24643         * sinfo.ads: Update grammar rules for 9.7.2: Entry_Call_Alternative,
24644         Procedure_Or_Entry_Call; 9.7.4: Triggering_Statement.
24645         Add support for LIMITED NEW for Ada 2005 AI-419
24646         Update the syntax of PARAMETER_AND_RESULT_PROFILE to reflect the new
24647         syntax for anonymous access results.
24648         Replace Subtype_Mark field by Result_Definition in
24649         N_Function_Specification and N_Access_Definition specs.
24650         Add Null_Exclusion_Present to spec of N_Function_Specification.
24651         (Result_Definition): New function for N_Function_Specification and
24652         N_Access_Function_Definition.
24653         (Set_Result_Definition): New procedure for N_Function_Specification and
24654         N_Access_Function_Definition.
24655
24656         * sprint.adb (S_Print_Node_Actual): Change Subtype_Mark calls to
24657         Result_Definition for cases of N_Access_Function_Definition and
24658         N_Function_Specification.
24659         Print "not null" if Null_Exclusion_Present on N_Function_Specification.
24660
24661 2005-09-01  Vincent Celier  <celier@adacore.com>
24662
24663         * lib-writ.adb: Update Copyright notice
24664         (Write_With_Lines): On platforms where file names are case-insensitive,
24665         record the file names in lower case.
24666         (Write_ALI): For D lines, on platforms where file names are
24667         case-insensitive, record the file names in lower case.
24668
24669 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24670             Emmanuel Briot  <briot@adacore.com>
24671
24672         * lib-xref.adb (Output_Overridden_Op): Display information on
24673         overridden operation.
24674
24675         * lib-xref.ads: Add documentation on overridden operations.
24676
24677         * ali.ads (Xref_Entity_Record): Add support for storing the overriding
24678         information.
24679
24680         * ali.adb (Get_Typeref): New subprogram. Adds support for parsing the
24681         overriding entity information.
24682
24683 2005-09-01  Vincent Celier  <celier@adacore.com>
24684
24685         * mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources,
24686         including those that are inherited.
24687
24688 2005-09-01  Robert Dewar  <dewar@adacore.com>
24689
24690         * opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]
24691
24692         * par-prag.adb: Implement new pragma Debug_Policy
24693
24694         * sem_prag.adb Implement new pragma Debug_Policy
24695         (Analyze_Pragma, case Pack): do not let pragma Pack override an explicit
24696         Component_Size attribute specification. Give warning for ignored pragma
24697         Pack.
24698
24699         * snames.h, snames.ads, snames.adb: Introduce entries in
24700         Preset_Names for Name_Disp_Asynchronous_Select,
24701         Name_Disp_Conditional_Select, Name_Disp_Get_Prim_Op_Kind,
24702         Name_Disp_Timed_Select.
24703         New pragma Debug_Policy
24704
24705         * switch-c.adb (Scan_Front_End_Switches): Set Ada 2005 mode
24706         explicitly.
24707         Switch -gnata also sets Debug_Pragmas_Enabled
24708
24709         * sem.adb, par.adb (Set_Opt_Config_Switch): Add parameter Main_Unit to
24710         handle an explicit -gnata when compiling predefined files.
24711
24712 2005-09-01  Vincent Celier  <celier@adacore.com>
24713
24714         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object
24715         directories of projects that have no Ada sources.
24716
24717 2005-09-01  Robert Dewar  <dewar@adacore.com>
24718
24719         * scng.adb (Check_End_Of_Line): Count characters, rather than bytes
24720         (makes a difference for wide characters)
24721
24722         * widechar.adb, widechar.ads:
24723         Add Wide_Char_Byte_Count feature to count chars vs bytes
24724
24725 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24726             Ed Schonberg  <schonberg@adacore.com>
24727             Robert Dewar  <dewar@adacore.com>
24728
24729         * sem_attr.adb (Resolve_Attribute, case 'Address): For an illegal
24730         'Address attribute reference with an overloaded prefix, use the
24731         location of the prefix (not the location of the attribute reference) as
24732         the error location.
24733         (Analyze_Attribute, case 'Size): The name of an enumeration literal, or
24734         a function renaming thereof, is a valid prefix for 'Size (where it is
24735         intepreted as a function call).
24736         (Statically_Denotes_Entity): New predicate to determine whether the
24737         prefix of an array attribute can be considered static.
24738
24739         PR ada/9087
24740         (Eval_Attr): Fix failure to evaluate Component_Size for
24741         unconstrained arrays (resulted in wrong value in packed case, since
24742         back end cannot handle this case)
24743
24744 2005-09-01  Robert Dewar  <dewar@adacore.com>
24745
24746         * sem_cat.adb (Check_Categorization_Dependencies): Add more detail to
24747         error msgs for most common cases.
24748         Use new errout insertion char < (conditional warning)
24749
24750 2005-09-01  Javier Miranda  <miranda@adacore.com>
24751             Ed Schonberg  <schonberg@adacore.com>
24752
24753         * sem_ch10.adb (In_Chain): Moved from the scope of a subprogram to
24754         become local to the whole package.
24755         (Install_Limited_Withed_Unit): Instead of unchaining real entities if
24756         the package was already analyzed the new algorithm "replaces" the
24757         real entities by the shadow ones. This is required to ensure that
24758         the order of these entities in the homonym chains does not change;
24759         otherwise we can have undefined references at linking time because
24760         in case of conflicts the external name of the entities will have
24761         a suffix that depends on the order of the entities in the chain.
24762         (Remove_Limited_With_Clause): Complementary code that completes the
24763         new algorithm and replaces the shadow entities by the real ones.
24764         (Install_Limited_Withed_Unit): When unchaining entities before the
24765         installation of the shadow entities, only regular entities of the
24766         public part must be taken into account. This is required to
24767         keep this routine in synch with the work done by Remove_Limited_
24768         With_Clause
24769         (Install_Limited_With_Clause): Introduce implicit limited_with_clause
24770         even if unit is analyzed, because the analysis of the unit is
24771         idempotent in any case, and the limited view of the unit may have to
24772         be installed for proper visibility.
24773         (Expand_Limited_With_Clause): Even if the unit in the implicit
24774         with_clause has been analyzed already, a limited view of the package
24775         must be built for the current context, if it does not exist yet.
24776
24777 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24778             Javier Miranda  <miranda@adacore.com>
24779             Gary Dismukes  <dismukes@adacore.com>
24780
24781         * sem_ch12.adb (Instantiate_Subprogram_Body): When creating the
24782         defining entity for the instance body, make a new defining identifier
24783         rather than copying the entity of the spec, to prevent accidental
24784         sharing of the entity list.
24785         (Check_Private_View): When exchanging views of private types, build the
24786         list of exchanged views as a stack, to ensure that on exit the exchanges
24787         are undone in the proper order.
24788         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation):
24789         Restore the compilation environment in case of instantiation_error.
24790         (Analyze_Generic_Subprogram_Declaration): Handle creation of type entity
24791         for an anonymous access result.
24792         (Instantiate_Generic_Subprogram): Subtype_Mark => Result_Definition
24793         (Formal_Entity): Handle properly the case of a formal package that
24794         denotes a generic package renaming.
24795
24796 2005-09-01  Thomas Quinot  <quinot@adacore.com>
24797
24798         * sem_ch13.adb (Analyze_Enumeration_Representation_Clause): Reject the
24799         clause if the array aggregate is surrounded by parentheses.
24800
24801 2005-09-01  Cyrille Comar  <comar@adacore.com>
24802             Gary Dismukes  <dismukes@adacore.com>
24803             Ed Schonberg  <schonberg@adacore.com>
24804             Javier Miranda  <miranda@adacore.com>
24805
24806         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Go to the
24807         underlying type
24808         to check if a type is Constrained in cases related to code generation
24809         (rather than semantic checking) since otherwise we do not generate
24810         similar code for mutable private types depending if their
24811         discriminants are visible or not.
24812         (Check_Abstract_Overriding): Do not complain about failure to override
24813         the primitive operations used in dispatching selects since they will
24814         always be overriden at the freeze point of the type.
24815         (Access_Definition): Separate out handling for resetting the scope
24816         of an anonymous access function result type. Retrieve the scope
24817         of the associated function rather than using Current_Scope, which
24818         does not have a consistent value (depends on whether we're in the
24819         middle of analyzing formal parameters). Add ??? comment about
24820         finding a cleaner way to handle the special cases of scope setting.
24821         (Process_Incomplete_Dependents): A protected operation is never a
24822         dispatching operation (only its wrapper may be).
24823         (Build_Derived_Record_Type): In case of tagged private types that
24824         implement interfaces add derivation of predefined primitive
24825         operations.
24826         (Derive_Subprograms): Replace the Is_Interface_Derivation parameter
24827         by two parameters that are used in case of derivation from abstract
24828         interface types: No_Predefined_Prims is used to avoid the derivation
24829         of predefined primitives from the interface, and Predefined
24830         Prims_Only is used to complete the derivation predefined primitives
24831         in case of private tagged types implementing interfaces.
24832         Fix typo in comments
24833         (Find_Interface_In_Descendant): Protect the frontend against
24834         wrong code with large circularity chains.
24835         (Is_Private_Overriding): Add support for entities overriding interface
24836         subprograms. The test failed because Entities associated with overriden
24837         interface subprograms are always marked as hidden (and used to build
24838         the secondary dispatch table); in this case the overriden entity is
24839         available through the field abstract_interface_alias (cf. override_
24840         dispatching_operation)
24841         (Access_Definition): Set the scope of the type to Current_Scope for the
24842         case of a function with an anonymous access result type.
24843         (Access_Subprogram_Declaration): Handle creation of the type entity for
24844         an access-to-function type with an anonymous access result.
24845         (Check_Anonymous_Access_Types): Change Subtype_Mark to Result_Definition
24846         in handling for N_Access_Function_Definition.
24847         (Analyze_Subtype_Declaration): Modify the text of error message.
24848         (Derived_Type_Declaration): Modify the text of error message.
24849         (Process_Subtype): Modify the text of error message plus cleanup
24850         of one redundant error message.
24851         (Analyze_Component_Declaration): Code cleanup.
24852         (Analyze_Object_Declaration): Code cleanup.
24853         (Analyze_Subtype_Declaration): Propagate the null-exclusion
24854         attribute in case of access types. Code cleanup.
24855         (Array_Type_Declaration): Code cleanup.
24856         (Process_Discriminants): Create the new null-excluding itype
24857         if required. Code cleanup.
24858         (Process_Subtype): Create the new null-excluding itype if
24859         required. Code cleanup.
24860         (Build_Derived_Record_Type): Code cleanup to avoid calling
24861         twice the subprogram derive_subprograms in case of private
24862         types that implement interfaces. In this particular case the
24863         subprogram Complete_Subprograms_Derivation already does the
24864         job associated with the second call.
24865
24866         * exp_strm.adb (Build_Elementary_Input_Call): Add an explicit
24867         conversion to the full view when generating an operation for a
24868         discriminant whose type may currently be private.
24869
24870 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24871             Javier Miranda  <miranda@adacore.com>
24872
24873         * sem_ch4.adb (Transform_Object_Operation): In a context off the form
24874         V (Obj.F), the rewriting does not involve the indexed component, but
24875         only the selected component itself.
24876         Do not apply the transformation if the analyzed node is an actual of a
24877         call to another subprogram.
24878         (Complete_Object_Operation): Retain the entity of the
24879         dispatching operation in the selector of the rewritten node. The
24880         entity will be used in the expansion of dispatching selects.
24881         (Analyze_One_Call): Improve location of the error message associated
24882         with interface.
24883         (Analyze_Selected_Component): No need to resolve prefix when it is a
24884         function call, resolution is done when parent node is resolved, as
24885         usual.
24886         (Analyze_One_Call): Add a flag to suppress analysis of the first actual,
24887         when attempting to resolve a call transformed from its object notation.
24888         (Try_Object_Operation, Transform_Object_Operastion): Avoid makind copies
24889         of the argument list for each interpretation of the operation.
24890         (Try_Object_Operation): The designated type of an access parameter may
24891         be an incomplete type obtained through a limited_with clause, in which
24892         case the primitive operations of the type are retrieved from its full
24893         view.
24894         (Analyze_Call): If this is an indirect call, and the return type of the
24895         access_to_subprogram is incomplete, use its full view if available.
24896
24897 2005-09-01  Javier Miranda  <miranda@adacore.com>
24898             Gary Dismukes  <dismukes@adacore.com>
24899
24900         * sem_ch6.ads, sem_ch6.adb (Check_Conformance): In case of anonymous
24901         access types the null-exclusion and access-to-constant attributes must
24902         also match.
24903         (Analyze_Return_Statement): When the result type is an anonymous access
24904         type, apply a conversion of the return expression to the access type
24905         to ensure that appropriate accessibility checks are performed.
24906         (Analyze_Return_Type): For the case of an anonymous access result type,
24907         generate the Itype and set Is_Local_Anonymous_Access on the type.
24908         Add ??? placeholder for check to disallow returning a limited object
24909         in Ada 2005 unless it's an aggregate or a result of a function call.
24910         Change calls from Subtype_Mark to Result_Definition.
24911         (Analyze_Subprogram_Body): Change formal Subtype_Mark to
24912         Result_Definition in call to Make_Function_Specification.
24913         (Build_Body_To_Inline): Change Set_Subtype_Mark to
24914         Set_Result_Definition.
24915         (Make_Inequality_Operator): Change formal Subtype_Mark to
24916         Result_Definition in call to Make_Function_Specification.
24917         (Process_Formals): Create the new null-excluding itype if required.
24918         (New_Overloaded_Entity): For an entity overriding an interface primitive
24919         check if the entity also covers other abstract subprograms in the same
24920         scope. This is required to handle the general case, that is, overriding
24921         other interface primitives and overriding abstract subprograms inherited
24922         from some abstract ancestor type.
24923         (New_Overloaded_Entity): For an overriding entity that comes from
24924         source, note the operation that it overrides.
24925         (Check_Conformance, Type_Conformant): Addition of one new formal
24926         to skip controlling formals in the analysis. This is used to
24927         handle overloading of abstract interfaces.
24928         (Base_Types_Match): Add missing case for types imported from
24929         limited-with clauses
24930         (New_Overloaded_Entity): Add barrier to protect the use of
24931         the "alias" attribute.
24932
24933 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24934
24935         * sem_ch8.adb (Analyze_Renamed_Entry): For a renaming_as_declaration,
24936         verify that the procedure and the entry are mode conformant.
24937         (Analyze_Subprogram_Renaming): Emit a warning if an operator is renamed
24938         as a different operator, which is often a cut-and-paste error.
24939
24940 2005-09-01  Javier Miranda  <miranda@adacore.com>
24941             Ed Schonberg  <schonberg@adacore.com>
24942
24943         * sem_disp.adb (Check_Controlling_Formals): Anonymous access types
24944         used in controlling parameters exclude null because it is necessary to
24945         read the tag to dispatch, and null has no tag.
24946         (Override_Dispatching_Operation): If the previous operation is inherited
24947         from an interface, it becomes hidden  and does not participate in later
24948         name resolution.
24949
24950 2005-09-01  Javier Miranda  <miranda@adacore.com>
24951             Ed Schonberg  <schonberg@adacore.com>
24952             Gary Dismukes  <dismukes@adacore.com>
24953
24954         * sem_res.adb (Resolve_Membership_Op): In case of the membership test
24955         "Iface_CW_Typ in T'Class" we have nothing else to do in the frontend;
24956         the expander will generate the corresponding run-time check to evaluate
24957         the expression.
24958         (Resolve_Call): Check for legal type of procedure name or prefix that
24959         appears as a trigger in a triggering alternative.
24960         (Valid_Conversion): If expression is ambiguous and the context involves
24961         an extension of System, remove System.Address interpretations.
24962         (Resolve_Qualified_Expression): Reject the case of a specific-type
24963         qualification applied to a class-wide argument. Enhance comment
24964         to explain checking of Original_Node.
24965         (Resolve_Type_Conversion): The location of the error message was not
24966         general enough to handle the general case and hence it has been removed.
24967         In addition, this patch improves the text of the message.
24968         (Resolve_Type_Conversion): Add missing support for access to interface
24969         types.
24970         (Resolve_Type_Conversion): If the target is a class-wide interface type,
24971         do not expand if the expression is the actual in a call, because proper
24972         expansion will take place when the call itself is expanded.
24973         (Resolve_Allocator): If the context is an unchecked conversion, the
24974         allocator inherits its storage pool, if any, from the target type of
24975         the conversion.
24976
24977 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24978             Javier Miranda  <miranda@adacore.com>
24979
24980         * sem_type.adb (Add_One_Interp): If a candidate operation is an
24981         inherited interface operation that has an implementation, use the
24982         implementation to avoid spurious ambiguities.
24983         (Interface_Present_In_Ancestor): In case of concurrent types we can't
24984         use the Corresponding_Record_Typ attribute to look for the interface
24985         because it is set by the expander (and hence it is not always
24986         available). For this reason we traverse the list of interfaces
24987         (available in the parent of the concurrent type).
24988         (Interface_Present_In_Ancestor): Handle entities from the limited view
24989
24990 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
24991
24992         * sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
24993         from the list of required components.
24994         (Is_Controlling_Limited_Procedure): Determine whether an entity is a
24995         primitive procedure of a limited interface with a controlling first
24996         parameter.
24997         (Is_Renamed_Entry): Determine whether an entry is a procedure renaming
24998         of an entry.
24999         (Safe_To_Capture_Value): A value (such as non_null) is not safe to
25000         capture if it is generated in the second operand of a short-circuit
25001         operation.
25002         Do not capture values for variables with address clauses.
25003         (Is_Object_Reference): Treat a function call as an object reference only
25004         if its type is not Standard_Void_Type.
25005
25006 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
25007
25008         * sem_warn.adb (Warn_On_Known_Condition): Refine warning when applied
25009         to a variable that is statically known to be constant.
25010
25011 2005-09-01  Geert Bosch  <bosch@adacore.com>
25012             Robert Dewar  <dewar@adacore.com>
25013
25014         * ttypef.ads (VAXDF_Safe_First): Use correct value for constant.
25015         (VAXGF_Safe_First): Idem.
25016
25017 2005-09-01  Robert Dewar  <dewar@adacore.com>
25018             Arnaud Charlet  <charlet@adacore.com>
25019
25020         * g-dirope.ads: Minor reformatting
25021         Document that bounds of result of Base_Name match the input index
25022         positions.
25023         Add documentation on environment variable syntax for Expand_Path
25024
25025         * gnat_ugn.texi: Update documentation to include mention of -m switches
25026         Document new treatment of wide characters in max line length
25027         style check.
25028         Remove -gnatL/-gnatZ switches, no longer used.
25029         Add note on pragmas Assertion_Policy and Debug_Policy in discussion
25030         of -gnata switch.
25031
25032         * gnat_rm.texi: Add doc for two argument form of pragma
25033         Float_Representation.
25034         Add documentation for pragma No_Strict_Aliasing
25035         Add note that explicit component clause overrides pragma Pack.
25036         Add documentation of pragma Debug_Policy
25037
25038 2005-09-01  Matthew Heaney  <heaney@adacore.com>
25039
25040         * a-cihase.adb, a-coorse.ads, a-coorse.adb, a-cohama.adb,
25041         a-ciorse.ads, a-ciorse.adb, a-cihama.adb, a-cdlili.adb,
25042         a-cidlli.adb, a-chtgop.adb, a-cihase.adb, a-cihase.ads,
25043         a-cohase.adb, a-cohase.adb, a-cohase.ads: Synchronized with latest
25044         draft (Draft 13, August 2005) of Ada Amendment 1.
25045
25046 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
25047
25048         * Makefile.in: Adjust the libgnat target pairs for Xscale to ARM.
25049         Note that the platform-specific version of g-soccon.ads for VMS is now
25050         named g-soccon-vms.ads (it was previously g-soccon-vms.adb, although it
25051         really is a package spec).
25052         Replace s-taspri-linux.ads by s-taspri-posix.ads
25053         Remove references to s-mastop-x86.adb
25054
25055         * system-vxworks-xscale.ads: Removed, no longer used.
25056         * s-vxwork-xscale.ads: Removed, no longer used.
25057
25058 2005-09-01  Robert Dewar  <dewar@adacore.com>
25059
25060         * a-dirval-mingw.adb, a-direct.adb, a-coinve.adb,
25061         g-dynhta.adb, g-dynhta.ads, cstand.adb, exp_smem.adb, g-debuti.ads,
25062         g-dirope.adb, g-table.adb, lib-sort.adb, sem_maps.adb,
25063         exp_fixd.adb, exp_aggr.adb, a-intnam-mingw.ads, a-intnam-vxworks.ads,
25064         g-arrspl.adb, g-arrspl.ads, g-awk.adb, g-awk.ads, g-boubuf.ads,
25065         g-boubuf.ads, g-boubuf.ads, g-bubsor.ads, g-bubsor.adb, g-busora.adb,
25066         g-busora.ads, g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
25067         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads, g-cgi.adb,
25068         g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads, g-cgideb.adb, g-cgideb.ads,
25069         g-comlin.adb, g-comver.ads, g-semaph.ads, g-socthi.ads,
25070         sem_ch7.adb, a-direio.adb, a-caldel.ads, i-cstrea-vms.adb,
25071         a-ztedit.adb, a-ztenau.adb, g-socthi-vms.adb, g-socthi-vms.ads,
25072         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.ads,
25073         a-intnam-irix.ads, a-intnam-irix.ads, a-intnam-hpux.ads,
25074         a-intnam-os2.ads, a-intnam-os2.ads, a-caldel-vms.adb, a-calend-vms.adb,
25075         a-calend-vms.ads, g-heasor.adb, g-heasor.ads, g-hesora.adb,
25076         g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb, g-htable.ads,
25077         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads, g-locfil.ads,
25078         g-memdum.adb, g-memdum.ads, g-traceb.adb, g-traceb.ads, i-cobol.adb,
25079         i-cobol.ads, i-cstrea.ads, i-cstrin.adb, a-wtedit.adb, a-tifiio.adb,
25080         a-wtenau.adb, a-wtenau.adb, a-teioed.adb: Minor reformatting
25081
25082 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
25083
25084         PR ada/23187
25085         * adaint.c
25086         (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.
25087
25088 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
25089             Doug Rupp  <rupp@adacore.com>
25090
25091         * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
25092         when needed.
25093         (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
25094         this code in the GNAT run-time.
25095
25096         * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.
25097
25098         PR ada/21053
25099         * init.c (__gnat_error_handler [many]): Mark "msg" as const
25100         (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused
25101
25102         (__gnat_inside_elab_final_code): Moved here from
25103         Standard_Library and only defined for the compiler.
25104         __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
25105         (__gnat_inum_to_ivec): Do not define this function on VxWorks when
25106         using RTPs because directly vectored Interrupt routines are not
25107         supported on this configuration.
25108         (getpid): Do not redefine this function on VxWorks when using RTPs
25109         because this primitive is well supported by the RTP libraries.
25110         (copy_msg): Correct the code that checks for buffer overflow.
25111         Discovered during code reading.
25112
25113 2005-08-29  Olivier Hainque  <hainque@adacore.com>
25114
25115         * decl.c (gnat_to_gnu_entity) <E_Variable>: When allocating storage for
25116         a library level mutable variable with an initializer, tell
25117         build_allocator to ignore the initializer's size. It may not be large
25118         enough for all the values that might be assigned to the variable later
25119         on.
25120
25121 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
25122             Eric Botcazou  <ebotcazou@adacore.com>
25123
25124         * trans.c: Protect < in error msg with quote
25125         Replace GCC_ZCX by Back_End_Exceptions.
25126         (addressable_p) <COMPONENT_REF>: Also return 1 if the field
25127         has been sufficiently aligned in the record.
25128
25129 2005-08-15  James E. Wilson  <wilson@specifix.com>
25130
25131         * system-linux-alpha.ads: Change ia64 to alpha.
25132
25133 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
25134
25135         * decl.c, utils.c: Fix comment typos.
25136
25137 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
25138
25139         * decl.c, init.c, initialize.c: Fix comment typos.
25140
25141 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
25142
25143         Make CONSTRUCTOR use VEC to store initializers.
25144         * decl.c (gnat_to_gnu_entity): Update to cope with VEC in
25145         CONSTRUCTOR_ELTS.
25146         * trans.c (extract_values): Likewise.
25147         * utils.c (convert, remove_conversions): Likewise.
25148         * utils2.c (contains_save_expr_p, build_binary_op, build_unary_op,
25149         gnat_build_constructor): Likewise.
25150
25151 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
25152
25153         * decl.c (components_to_record): Use DECL_FCONTEXT instead of
25154         DECL_SECTION_NAME.
25155         (compare_field_bitpos): Likewise.
25156
25157 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
25158
25159         * utils.c (create_var_decl): Only set DECL_COMMON on
25160         VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
25161         VAR_OR_FUNCTION_DECL_P.
25162
25163 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
25164
25165         * utils.c (create_param_decl): DECL_ARG_TYPE_AS_WRITTEN is
25166         removed.
25167
25168 2005-07-07  Pascal Obry  <obry@adacore.com>
25169
25170         * g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
25171         returned type on Windows.
25172
25173         * g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
25174         routine.
25175
25176         * g-socket.adb (Inet_Addr): Check for empty Image and raises an
25177         exception in this case.
25178         Simplify the code as "Image (Image'Range)" = "Image".
25179
25180 2005-07-07  Vincent Celier  <celier@adacore.com>
25181
25182         * bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
25183         the destructor/constructor attributes for <lib>final/<lib>init.
25184
25185         * gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C
25186
25187 2005-07-07  Eric Botcazou  <ebotcazou@adacore.com>
25188
25189         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
25190         type if the parameter is not passed by copy but reference by default.
25191
25192 2005-07-07  Javier Miranda  <miranda@adacore.com>
25193
25194         * exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
25195         Reimplementation of the support for abstract interface types in order
25196         to leave the code more clear and easy to maintain.
25197
25198         * exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
25199         abstract interface types in order to leave the code clearer and easier
25200         to maintain.
25201
25202         * exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
25203         is now implemented by the new subprogram Fill_Secondary_DT_Entry.
25204         (Fill_Secondary_DT_Entry): Generate the code necessary to fill the
25205         appropriate entry of the secondary dispatch table.
25206         (Make_DT): Add code to inherit the secondary dispatch tables of
25207         the ancestors.
25208
25209         * exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
25210         implementing both functionalities by means of a common routine, each
25211         routine has its own code.
25212
25213 2005-07-07  Javier Miranda  <miranda@adacore.com>
25214
25215         * freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.
25216
25217         * par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
25218         types:
25219         --
25220           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
25221         --
25222
25223         * sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
25224         use of tag incomplete types.
25225
25226         * sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
25227         give support to tagged incomplete types.
25228
25229         * sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
25230         expression is a discriminant reference and its type is private, as can
25231         happen within a stream operation for a mutable record, use the full
25232         view of the type to resolve the case alternatives.
25233         (Analyze_Assignment): Check wrong dereference of incomplete types.
25234
25235         * sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
25236         types.
25237
25238         * sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
25239         incomplete types.
25240
25241         * sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
25242         N_Incomplete_Type_Declaration nodes.
25243
25244         * sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
25245         Tag_Present to give support to tagged incomplete types:
25246         --
25247           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
25248         --
25249
25250 2005-07-07  Olivier Hainque  <hainque@adacore.com>
25251
25252         PR ada/22301
25253         * raise.c: Only include unwind.h if IN_RTS, and provide dummy type
25254         definitions for the Unwind wrappers in the compiler case.
25255
25256 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
25257             Javier Miranda  <miranda@adacore.com>
25258
25259         * par-load.adb (Load): If a child unit is loaded through a limited_with
25260         clause, each parent must be loaded as a limited unit as well.
25261
25262         * sem_ch10.adb (Previous_Withed_Unit): Better name for
25263         Check_Withed_Unit. Return true if there is a previous with_clause for
25264         this unit, whether limited or not.
25265         (Expand_Limited_With_Clause): Do not generate a limited_with_clause on
25266         the current unit.
25267         (Is_Visible_Through_Renamings): New local subprogram of install_limited
25268         _withed_unit that checks if some package installed through normal with
25269         clauses has a renaming declaration of package whose limited-view is
25270         ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
25271         of the current Draft document for Ada 2005.
25272         (Analyze_Context): Complete the list of compilation units that
25273         are allowed to contain limited-with clauses. It also contains
25274         checks that were previously done by Install_Limited_Context_Clauses.
25275         This makes the code more clear and easy to maintain.
25276         (Expand_Limited_With_Clause) It is now a local subprogram of
25277         Install_Limited_Context_Clauses, and contains the code that adds
25278         the implicit limited-with clauses for parents of child units.
25279         This functionality was prevously done by Analyze_Context.
25280
25281         * sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
25282         incomplete type.
25283
25284         * sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
25285         been erroneously named in a limited-with clause of its own context.
25286         In this case the error has been previously notified by Analyze_Context.
25287
25288 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
25289
25290         * sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
25291         generic package that contains local declarations with the same name.
25292         (Analyze_Object_Renaming): Check wrong renaming of incomplete type.
25293
25294 2005-07-07  Bernard Banner  <banner@adacore.com>
25295
25296         * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
25297         ia64 platform only on platforms that you the GCC unwind library
25298         rather than the system unwind library.
25299
25300 2005-07-07  Thomas Quinot  <quinot@adacore.com>
25301
25302         * expect.c: Minor reformatting
25303
25304 2005-07-07  Sergey Rybin  <rybin@adacore.com>
25305
25306         * vms_data.ads: Add VMS qualifiers for new gnatpp switch
25307         --no-separate-is
25308
25309         * gnat_ugn.texi: Add description for new gnatpp option
25310         (--no-separate-is)
25311
25312 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25313
25314         * g-expect-vms.adb, g-expect.ads, g-expect.adb
25315         (Get_Command_Output): New subprogram to launch a process and get its
25316         standard output as a string.
25317
25318 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
25319             Olivier Hainque  <hainque@adacore.com>
25320
25321         * s-mastop-tru64.adb (Pop_Frame): Use exc_lookup_function_entry to
25322         fetch a code-range descriptor associated with the machine state. On
25323         failure set the machine state's PC to 0; on success, pass the
25324         descriptor to exc_virtual_unwind.
25325
25326         * init.c (Tru64 section): New function __gnat_set_code_loc.
25327
25328 2005-07-04  Vincent Celier  <celier@adacore.com>
25329
25330         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
25331         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
25332         mlib-tgt-mingw.adb, mlib-tgt-darwin.adb (Build_Dynamic_Library):
25333         Remove all auto-initialization code, as this is now done through the
25334         constructor mechanism.
25335
25336         * adaint.h, adaint.c (__gnat_binder_supports_auto_init,
25337         __gnat_sals_init_using_constructors): New functions.
25338
25339         * bindgen.adb (Gen_Output_File_Ada): Generate pragmas
25340         Linker_Constructor and Linker_Destructor when switch -a is used.
25341
25342         * bindusg.adb: Add line for new switch -a
25343
25344         * gnatbind.adb (Gnatbind_Supports_Auto_Init): New Boolean function
25345         (Gnatbind): When switch -a is used, check if it is allowed
25346
25347         * switch-b.adb (Scan_Binder_Switches): Process new switch -a
25348
25349 2005-07-04  Joel Brobecker  <brobecker@adacore.com>
25350
25351         * a-tags.adb (Type_Specific_Data): Define Tags_Table as a small array.
25352         This prevents us from hitting a limitation during the debug info
25353         generation when using stabs.
25354         (Prims_Ptr): Likewise.
25355
25356 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
25357             Ed Schonberg  <schonberg@adacore.com>
25358             Javier Miranda  <miranda@adacore.com>
25359
25360         * checks.adb (Null_Exclusion_Static_Checks): In the case of
25361         N_Object_Declaration, only perform the checks if the Object_Definition
25362         is not an Access_Definition.
25363
25364         * sem_ch3.adb (Access_Subprogram_Declaration): Add test for the case
25365         where the parent of an the access definition is an N_Object_Declaration
25366         when determining the Associated_Node_For_Itype and scope of an
25367         anonymous access-to-subprogram type.
25368
25369         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Set the
25370         Corresponding_Spec on the body created for a null procedure. Add ???
25371         comment. Remove New_Copy_Tree call on body argument to
25372         Set_Body_To_Inline.
25373
25374         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): For an out parameter with
25375         discriminants, use the type of the actual as well, because the
25376         discriminants may be read by the called subprogram.
25377
25378         * sem_ch3.adb (Access_Type_Declaration): If the designated type is an
25379         access type we do not need to handle non-limited views.
25380         (Build_Derived_Record_Type): Additional check to check that in case of
25381         private types, interfaces are only allowed in private extensions.
25382
25383 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
25384
25385         * decl.c (prepend_attributes) <Pragma_Linker_Constructor>: New case.
25386         <Pragma_Linker_Destructor>: Likewise.
25387
25388         * einfo.ads (Has_Gigi_Rep_Item): Document Pragma_Linker_Constructor and
25389         Pragma_Linker_Destructor.
25390
25391         * gigi.h (attr_type): Add ATTR_LINK_CONSTRUCTOR and
25392         ATTR_LINK_DESTRUCTOR.
25393         (static_ctors, static_dtors): New variables.
25394
25395         * misc.c (gnat_expand_body): Output current function as constructor
25396         and destructor if requested.
25397
25398         * par-prag.adb: Add processing for pragma Linker_Constructor and
25399         Linker_Destructor.
25400
25401         * sem_prag.adb (Find_Unique_Parameterless_Procedure): New function
25402         extracted from Check_Interrupt_Or_Attach_Handler.
25403         (Check_Interrupt_Or_Attach_Handler): Invoke it.
25404         Implement pragma Linker_Constructor and Linker_Destructor with the
25405         help of Find_Unique_Parameterless_Procedure.
25406         Replace Name_Alias with Name_Target for pragma Linker_Alias.
25407
25408         * snames.h, snames.ads, snames.adb:
25409         Add Name_Linker_Constructor and Name_Linker_Destructor.
25410         Add Pragma_Linker_Constructor and Pragma_Linker_Destructor.
25411         * snames.adb: Remove Name_Alias.
25412
25413         * trans.c: Include cgraph.h.
25414         (build_global_cdtor): New function.
25415         (Compilation_Unit_to_gnu): Build global constructor and destructor if
25416         needed.
25417         (tree_transform) <N_Identifier>: Substitute renaming of view-conversions
25418         of objects too.
25419         (addressable_p) <COMPONENT_REF>: Unconditionally test
25420         DECL_NONADDRESSABLE_P on STRICT_ALIGNMENT platforms.
25421
25422         * utils.c (process_attributes) <ATTR_LINK_ALIAS>: Do not assemble the
25423         variable if it is external.
25424
25425         (static_ctors, static_dtors): New global variables.
25426         (process_attributes) <ATTR_LINK_CONSTRUCTOR>: New case.
25427         <ATTR_LINK_DESTRUCTOR>: Likewise.
25428         (end_subprog_body): Chain function as constructor and destructor
25429         if requested.
25430
25431         * exp_util.adb (Force_Evaluation): Unconditionally invoke
25432         Remove_Side_Effects with Variable_Ref set to true.
25433         (Remove_Side_Effects): Handle scalar types first. Use a renaming
25434         for non-scalar types even if Variable_Ref is true and for class-wide
25435         expressions.
25436
25437 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25438
25439         * exp_attr.adb (Mod): Evaluate condition expression with checks off,
25440         to prevent spurious warnings.
25441
25442 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25443
25444         * exp_dist.adb (Build_TypeCode_Call): Remove incorrect processing for
25445         Itypes. Itypes are really unexpected there.
25446         (Build_TypeCode_Function): Generalise special processing for Itypes to
25447         handle the case of numeric implicit base types as well as enumerated
25448         ones.
25449
25450 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25451
25452         * exp_intr.adb (Expand_Unc_Deallocation): If the designated type is
25453         controlled, indicate the expected type of the dereference that is
25454         created for the call to Deep_Finalize, to prevent spurious errors when
25455         the designated type is private and completed with a derivation from
25456         another private type.
25457
25458 2005-07-04  Vincent Celier  <celier@adacore.com>
25459
25460         * make.adb (Change_To_Object_Directory): When unable to change the
25461         current dir to the object directory, output the full path of the
25462         directory.
25463
25464 2005-07-04  Matthew Gingell  <gingell@adacore.com>
25465
25466         * Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb
25467
25468         * indepsw-linux.adb: Replace by...
25469
25470         * indepsw-gnu.adb: ...this new file
25471
25472 2005-07-04  Vincent Celier  <celier@adacore.com>
25473
25474         * mlib-prj.adb (Auto_Initialize): New constant String
25475         (SALs_Use_Constructors): New Boolean function
25476         (Build_Library): Call gnatbind with Auto_Initialize switch when
25477         SALs_Use_Constructors returns True.
25478
25479         * mlib-tgt.ads: Minor reformatting
25480
25481         * mlib-utl.ads: Minor reformatting
25482
25483         * opt.ads: (Use_Pragma_Linker_Constructor): New Boolean flag
25484
25485 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25486
25487         * par-ch9.adb (P_Task, P_Protected): Indicate that single task and
25488         single protected declarations can have an interface list.
25489         (P_Entry_Declaration): Add handler for Error_Resync, which can be raised
25490         with seriously malformed entry declarations, and lead to compilation
25491         abandoned messages.
25492
25493 2005-07-04  Javier Miranda  <miranda@adacore.com>
25494
25495         * par-load.adb: Load the context items in two rounds.
25496
25497 2005-07-04  Robert Dewar  <dewar@adacore.com>
25498
25499         * scng.adb: Do not consider Mod used as an attribute to be a keyword
25500
25501 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25502             Javier Miranda  <miranda@adacore.com>
25503
25504         * sem_ch10.adb (Build_Limited_Views): A type declared with a private
25505         type extension needs a limited view.
25506         Remove previous restriction on private types available through the
25507         limited-view (only tagged private types were previously allowed).
25508         (Install_Withed_Unit): In the code that implements the
25509         legality rule given in AI-377, exclude a child unit with the name
25510         Standard, because it is a homonym of the Standard environment package.
25511
25512 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25513
25514         * sem_ch4.adb (Transform_Object_Operation): For an actual that is an
25515         overloaded function call, carry interpretations from the original tree
25516         to the copy.
25517
25518 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25519
25520         * sem_ch6.adb (Conforming_Types): If the types are anonymous access
25521         types check whether some designated type is a limited view, and use
25522         the non-limited view if available.
25523
25524 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
25525
25526         * sem_eval.adb (Subtypes_Statically_Match): Use the discriminant
25527         constraint of full view of a private view T1 if present, when T2 is a
25528         discriminated full view.
25529
25530 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25531
25532         * sem_res.adb (Resolve_Actuals): Do not resolve the expression of an
25533         actual that is a view conversion of a bit packed array reference.
25534
25535 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25536
25537         * sem_type.adb (Covers): Verify that Corresponding_Record_Type is
25538         present before checking whether an interface type covers a synchronized
25539         type.
25540
25541 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
25542
25543         * sem_util.adb (Is_Object_Reference): An indexed or selected component
25544         whose prefix is an implicit dereference is an object reference. Removes
25545         spurious errors when compiling with -gnatc.
25546
25547 2005-07-04  Robert Dewar  <dewar@adacore.com>
25548
25549         PR ada/22039
25550         * s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
25551
25552 2005-07-04  Matthew Gingell  <gingell@adacore.com>
25553
25554         * tracebak.c: Enable tracebacks on ia64 platforms
25555
25556 2005-07-04  Vincent Celier  <celier@adacore.com>
25557
25558         * vms_conv.adb (Initialize): Allow multiple ALI files to be given to
25559         the GNAT BIND command, as gnatbind accepts multiples ALI files with
25560         the -L or -n switches.
25561
25562 2005-07-04  Vincent Celier  <celier@adacore.com>
25563
25564         * makegpr.adb (Build_Global_Archive): Make sure the list of sources is
25565         correctly computed and the main project data is not modified while
25566         doing so.
25567         (Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
25568         (Choose_C_Plus_Plus_Link_Process): Do not generate shell script
25569         c++linker as this does not work on some platforms.
25570
25571 2005-07-04  Matthew Heaney  <heaney@adacore.com>
25572
25573         * a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
25574         was changed.
25575         * a-coinve.adb: Perform constraint checks explicitly.
25576
25577 2005-07-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
25578             Thomas Quinot  <quinot@adacore.com>
25579
25580         * Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
25581         new target gen-soccon.
25582
25583 2005-07-04  Robert Dewar  <dewar@adacore.com>
25584
25585         * s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting
25586
25587 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25588
25589         * g-socket.ads (Check_Selector): Minor rewording of comment.
25590
25591 2005-07-04  Vincent Celier  <celier@adacore.com>
25592
25593         * vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=
25594
25595 2005-07-04  Thomas Quinot  <quinot@adacore.com>
25596
25597         * gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.
25598
25599 2005-07-04  Sergey Rybin  <rybin@adacore.com>
25600
25601         * gnat_ugn.texi: Add description of --eol gnatpp option
25602
25603 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
25604             Thomas Quinot  <quinot@adacore.com>
25605
25606         * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
25607         if the user wants all calls of a subprogram to be flagged,
25608         independently of whether they are made from within the same unit or
25609         another unit.
25610         Mention restriction for pragma Linker_Alias on some platforms.
25611         Document pragma Linker_Constructor and Linker_Destructor.
25612         Rewrite documentation of Weak_External, Linker_Section and
25613         Linker_Alias pragmas.
25614
25615 2005-07-04  Arnaud Charlet  <charlet@adacore.com>
25616
25617         * s-stausa.ads, s-stausa.adb: New files.
25618
25619 2005-06-30  Kelley Cook
25620
25621         * all files:  Update FSF address in copyright headers.
25622         * gen-soccon.co (main): Output new FSF address in generated files.
25623
25624 2005-06-28  Paul Brook  <paul@codesourcery.com>
25625
25626         * misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
25627
25628 2005-06-14  Olivier Hainque  <hainque@adacore.com>
25629             Eric Botcazou  <ebotcazou@adacore.com>
25630
25631         * s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to
25632         exc_unwind, now that we are generating proper .debug_frame output for
25633         that target.
25634
25635         * tracebak.c: Remove the mips-irix section, as we are now using the
25636         s-mastop based unwinder again.
25637         Under SPARC/Solaris, take into account the stack bias to compute the
25638         frame offset.  The stack bias is 0 for the V8 ABI and 2047 for the V9
25639         ABI.
25640
25641 2005-06-14  Doug Rupp  <rupp@adacore.com>
25642
25643         * g-trasym-vms.adb: renamed g-trasym-vms-alpha.adb
25644
25645         * g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb: New files
25646
25647 2005-06-14  Pascal Obry  <obry@adacore.com>
25648
25649         * a-strhas.ads, a-secain.adb, a-secain.ads, a-rbtgso.ads, a-cgaaso.adb,
25650         a-cgaaso.ads, a-cgarso.adb, a-cgcaso.adb, a-cgarso.ads, a-cgcaso.ads,
25651         a-contai.ads, a-coprnu.ads, a-coprnu.adb: Fix header style (spaces in
25652         package name).
25653
25654         * a-intnam-lynxos.ads, a-intnam-unixware.ads, a-intnam-tru64.ads,
25655         a-intnam-aix.ads, a-intnam-irix.ads, a-excpol-interix.adb,
25656         a-intnam-hpux.ads, a-intnam-linux.ads, a-intnam-dummy.ads,
25657         a-intnam-os2.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
25658         a-intnam-solaris.ads, a-caldel-vms.adb, a-calend-vms.ads,
25659         a-intnam-vms.ads, a-excpol-abort.adb, a-intnam-mingw.ads,
25660         a-intnam-vxworks.ads, a-numaux-vxworks.ads, s-osinte-unixware.adb,
25661         s-osinte-unixware.ads, s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads,
25662         s-osinte-hpux.ads, s-osinte-solaris-posix.ads, a-intnam-freebsd.ads,
25663         s-osinte-freebsd.adb, s-osinte-freebsd.ads, s-osinte-lynxos.adb,
25664         s-osinte-lynxos.ads, s-tpopsp-lynxos.adb, s-osinte-tru64.adb,
25665         s-osinte-tru64.ads, s-tpopsp-posix-foreign.adb, s-vxwork-alpha.ads,
25666         s-osinte-aix.adb, s-osinte-aix.ads, s-osinte-aix-fsu.ads,
25667         s-osinte-irix.adb, s-osinte-irix.ads, s-interr-sigaction.adb,
25668         s-osinte-irix-athread.ads, s-osinte-hpux-dce.adb,
25669         s-osinte-hpux-dce.ads, s-osinte-posix.adb, s-osinte-linux.ads,
25670         s-vxwork-m68k.ads, s-osinte-linux-fsu.ads, s-vxwork-mips.ads,
25671         s-osinte-dummy.ads, s-interr-dummy.adb, s-osinte-os2.adb,
25672         s-osinte-os2.ads, s-osprim-os2.adb, s-osinte-interix.ads,
25673         s-osprim-unix.adb, s-vxwork-ppc.ads, s-osinte-solaris.adb,
25674         s-osinte-solaris.ads, s-osprim-solaris.adb, s-tpopsp-solaris.adb,
25675         s-vxwork-sparcv9.ads, s-osinte-solaris-fsu.ads, s-interr-vms.adb,
25676         s-osinte-vms.adb, s-osinte-vms.ads, s-osprim-vms.adb,
25677         s-osprim-vms.ads, s-tpopde-vms.adb, s-tpopde-vms.ads,
25678         s-osprim-mingw.adb, s-vxwork-xscale.ads, s-interr-vxworks.adb,
25679         s-osinte-vxworks.adb, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
25680         s-tfsetr-vxworks.adb, s-tpopsp-vxworks.adb, s-intman-posix.adb,
25681         s-osinte-fsu.adb, s-osprim-posix.adb, s-tfsetr-default.adb,
25682         s-tpopsp-posix.adb, s-traces-default.adb, s-trafor-default.adb,
25683         s-trafor-default.ads, s-tratas-default.adb, a-numaux-x86.adb,
25684         a-numaux-x86.ads, a-astaco.adb, a-astaco.ads, a-caldel.adb,
25685         a-caldel.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads, a-colien.adb,
25686         a-colien.ads, a-colire.adb, a-colire.ads, a-comlin.adb, a-cwila1.ads,
25687         a-cwila9.ads, ada.ads, a-decima.adb, a-diocst.ads, a-direio.adb,
25688         a-dynpri.adb, a-dynpri.ads, a-excpol.adb, a-flteio.ads, a-fwteio.ads,
25689         a-inteio.ads, a-interr.adb, a-intnam.ads, a-intsig.adb, a-intsig.ads,
25690         a-ioexce.ads, a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
25691         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads, a-lliwti.ads,
25692         a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads, a-ngcoty.adb, a-ngelfu.adb,
25693         a-ngelfu.ads, a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
25694         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads,
25695         a-nucoty.ads, a-nudira.adb, a-nuelfu.ads, a-nuflra.adb, a-numaux.ads,
25696         a-numeri.ads, a-reatim.adb, a-retide.adb, a-retide.ads, a-sequio.adb,
25697         a-sequio.ads, a-sfteio.ads, a-sfwtio.ads, a-siocst.ads, a-siteio.ads,
25698         a-siwtio.ads, a-ssicst.ads, a-ssitio.ads, a-ssiwti.ads, a-stmaco.ads,
25699         a-storio.adb, a-strbou.adb, a-strfix.adb, a-string.ads, a-strmap.adb,
25700         a-strsea.adb, a-strsup.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
25701         a-stunau.ads, a-stwibo.adb, a-stwifi.adb, a-stwifi.ads, a-stwima.adb,
25702         a-stwise.adb, a-stwisu.adb, a-suteio.adb, a-suteio.ads, a-swuwti.adb,
25703         a-swuwti.ads, a-teioed.adb, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb,
25704         a-tideau.adb, a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
25705         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinio.adb, a-timoau.adb,
25706         a-timoio.adb, a-timoio.ads, a-tiocst.ads, a-titest.adb, a-titest.ads,
25707         a-witeio.adb, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
25708         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtenau.adb, a-wtenio.adb,
25709         a-wtfiio.adb, a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
25710         a-wtinio.ads, a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, calendar.ads,
25711         dec.ads, dec-io.adb, dec-io.ads, directio.ads, errno.c, g-bubsor.adb,
25712         g-bubsor.ads, g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
25713         g-casuti.adb, g-casuti.ads, g-debuti.ads, g-heasor.adb, g-heasor.ads,
25714         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb,
25715         g-htable.ads, g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
25716         g-memdum.adb, g-memdum.ads, g-sestin.ads, g-signal.ads, g-signal.adb,
25717         gnat.ads, g-souinf.ads, g-speche.adb, g-speche.ads, g-table.adb,
25718         g-table.ads, g-thread.adb, g-thread.ads, ioexcept.ads, i-vxwoio.adb,
25719         i-vxwoio.ads, math_lib.adb, s-assert.adb, s-assert.ads, s-asthan.ads,
25720         s-bitops.adb, s-bitops.ads, s-boarop.ads, s-carsi8.adb, s-carsi8.ads,
25721         s-carun8.adb, s-carun8.ads, s-casi16.adb, s-casi16.ads, s-casi32.adb,
25722         s-casi32.ads, s-casi64.adb, s-casi64.ads, s-casuti.adb, s-casuti.ads,
25723         s-caun16.adb, s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
25724         s-caun64.ads, s-direio.adb, s-direio.ads, sequenio.ads, s-errrep.adb,
25725         s-errrep.ads, s-exnint.adb, s-exnint.ads, s-exnllf.adb, s-exnllf.ads,
25726         s-exnlli.adb, s-exnlli.ads, s-expint.adb, s-expint.ads, s-explli.adb,
25727         s-explli.ads, s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
25728         s-expuns.adb, s-expuns.ads, s-fore.adb, s-fore.ads, s-geveop.adb,
25729         s-geveop.ads, s-htable.adb, s-htable.ads, s-imgbiu.adb, s-imgbiu.ads,
25730         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
25731         s-imgdec.ads, s-imgenu.adb, s-imgenu.ads, s-imgint.adb, s-imgint.ads,
25732         s-imgllb.adb, s-imgllb.ads, s-imglld.adb, s-imglld.ads, s-imglli.adb,
25733         s-imglli.ads, s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
25734         s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwiu.adb, s-imgwiu.ads
25735         s-interr.ads, s-io.adb, s-mantis.adb, s-mantis.ads, s-osprim.ads,
25736         s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads, s-pack06.adb,
25737         s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
25738         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads, s-pack12.adb,
25739         s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb, s-pack14.ads,
25740         s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads, s-pack18.adb,
25741         s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
25742         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads, s-pack23.adb,
25743         s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb, s-pack25.ads,
25744         s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads, s-pack28.adb,
25745         s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
25746         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads, s-pack34.adb,
25747         s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb, s-pack36.ads,
25748         s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads, s-pack39.adb,
25749         s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
25750         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads, s-pack44.adb,
25751         s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb, s-pack46.ads,
25752         s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads, s-pack49.adb,
25753         s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
25754         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads, s-pack54.adb,
25755         s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb, s-pack56.ads,
25756         s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads, s-pack59.adb,
25757         s-pack59.ads, s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
25758         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads, s-scaval.adb,
25759         s-scaval.ads, s-sequio.adb, s-sequio.ads, s-stache.adb, s-stache.ads,
25760         s-stratt.adb, s-stratt.ads, s-strcom.adb, s-strcom.ads, s-strops.adb,
25761         s-strops.ads, s-taasde.ads, s-tadeca.adb, s-tadeca.ads, s-tadert.adb,
25762         s-tadert.ads, s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
25763         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads, s-tasini.adb,
25764         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
25765         s-tasren.ads, s-tasres.ads, s-tassta.adb, s-tassta.ads, s-tasuti.adb,
25766         s-tasuti.ads, s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
25767         s-tpoben.adb, s-tpoben.ads, s-tpobop.ads, s-tporft.adb, s-tposen.ads,
25768         s-traces.adb, s-traces.ads, s-tratas.adb, s-tratas.ads, s-valint.ads,
25769         s-unstyp.ads, s-veboop.adb, s-veboop.ads, s-vector.ads, s-vercon.adb,
25770         s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchjis.adb, s-wchjis.ads,
25771         s-wchstw.adb, s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
25772         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb, s-widenu.ads,
25773         s-widlli.adb, s-widlli.ads, s-widllu.adb, s-widllu.ads, s-wwdcha.ads,
25774         s-wwdenu.adb, s-wwdwch.ads, text_io.ads, s-stchop.ads, s-stchop.adb,
25775         s-stchop-vxworks.adb, a-intnam-darwin.ads, s-osinte-darwin.adb,
25776         s-osinte-darwin.ads, s-vxwork-x86.ads, a-numaux-darwin.ads,
25777         a-numaux-darwin.adb, a-chzla1.ads, a-chzla9.ads, a-lfztio.ads,
25778         a-liztio.ads, a-llfzti.ads, a-llizti.ads, a-sfztio.ads, a-siztio.ads,
25779         a-ssizti.ads, a-stzbou.adb, a-stzfix.adb, a-stzfix.ads, a-stzmap.adb,
25780         a-stzsea.adb, a-stzsup.adb, a-swunau.adb, a-swunau.ads, a-szuzti.adb,
25781         a-szuzti.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads,
25782         a-ztcoio.adb, a-ztcoio.ads, a-ztcstr.ads, a-ztdeau.adb, a-ztdeio.adb,
25783         a-ztenio.adb, a-ztexio.adb, a-ztfiio.adb, a-ztflio.adb, a-ztgeau.adb,
25784         a-ztinau.adb, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb, a-ztmoio.adb,
25785         a-zttest.adb, a-zzunio.ads, g-utf_32.adb: Fix header style.
25786         "GNU Ada" to GNAT, use proper casing for RUN-TIME.
25787
25788 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
25789             Arnaud Charlet  <charlet@adacore.com>
25790
25791         * a-sytaco.ads, a-sytaco.adb (Suspension_Object): These objects are no
25792         longer protected objects. They have been replaced by lower-level
25793         suspension objects made up by a mutex and a condition variable (or
25794         their equivalent given a particular OS) plus some internal data to
25795         reflect the state of the suspension object.
25796         (Initialize, Finalize): Add this initialization procedure for
25797         Suspension_Object, which is a controlled type.
25798         (Finalize): Add the finalization procedure for Suspension_Object,
25799         which is a controlled type.
25800
25801         * a-sytaco-vxworks.ads, a-sytaco-vxworks.adb: Remove this version of
25802         Ada.Synchronous_Task_Control because there is no longer a need for a
25803         VxWorks specific version of this package. Target dependencies
25804         has been moved to System.Task_Primitives.Operations.
25805
25806         * s-osinte-mingw.ads (pCRITICAL_SECTION): Remove this type which is no
25807         longer needed.
25808         (InitializeCriticalSection, EnterCriticalSection,
25809         LeaveCriticalSection, DeleteCriticalSection): Replace the type
25810         pCriticalSection by an anonymous access type so that we avoid problems
25811         of accessibility to local objects.
25812
25813         * s-taprop.ads, s-taprop-posix.adb, s-taprop-vxworks.adb,
25814         s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
25815         s-taprop-os2.adb, s-taprop-dummy.adb, s-taprop-hpux-dce.adb,
25816         s-taprop-linux.adb, s-taprop-irix.adb, s-taprop-irix-athread.adb,
25817         s-taprop-tru64.adb, s-taprop-lynxos.adb (Elaboration Code): No longer
25818         set the environment task mask here.
25819         (Current_State): Add this function that returns the state of the
25820         suspension object.
25821         (Set_False): Add this procedure that sets the state of the suspension
25822         object to False.
25823         (Set_True): Add this procedure that sets the state of the suspension
25824         object to True, releasing the task that was suspended, if any.
25825         (Suspend_Until_True): Add this procedure that blocks the calling task
25826         until the state of the object is True. Program_Error is raised if
25827         another task is already waiting on that suspension object.
25828         (Initialize): Add this procedure for initializing the suspension
25829         object. It initializes the mutex and the condition variable which are
25830         used for synchronization and queuing, and it sets the internal state
25831         to False.
25832         (Finalize): Add this procedure for finalizing the suspension object,
25833         destroying the mutex and the condition variable.
25834
25835         * s-taspri-posix.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
25836         s-taspri-vms.ads, s-taspri-solaris.ads, s-taspri-os2.ads,
25837         s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-linux.ads,
25838         s-taspri-tru64.ads, s-taspri-lynxos.ads (Suspension_Object): New object
25839         which provides a low-level abstraction (using operating system
25840         primitives) for Ada.Synchronous_Task_Control.
25841         This object is made up by a mutex (for ensuring mutual exclusion), a
25842         condition variable (for queuing threads until the condition is
25843         signaled), a Boolean (State) indicating whether the object is open,
25844         and a Boolean (Waiting) reflecting whether there is a task already
25845         suspended on this object.
25846
25847         * s-intman.ads, s-intman-irix.adb, s-intman-irix-athread.adb,
25848         s-intman-dummy.adb, s-intman-solaris.adb, s-intman-vms.adb,
25849         s-intman-vms.ads, s-intman-mingw.adb,
25850         (Initialize_Interrupts): Removed, no longer used.
25851
25852         * s-inmaop-posix.adb, s-inmaop-vms.adb, s-inmaop-dummy.adb,
25853         (Setup_Interrupt_Mask): New procedure.
25854
25855         * s-intman-vxworks.ads, s-intman-vxworks.adb:  Update comments.
25856
25857         * s-inmaop.ads (Setup_Interrupt_Mask): New procedure
25858
25859         * s-interr.adb: Add explicit call to Setup_Interrupt_Mask now that
25860         this is no longer done in the body of s-taprop
25861         (Server_Task): Explicitely test for Pending_Action in case
25862         System.Parameters.No_Abort is True.
25863
25864         * s-taasde.adb: Add explicit call to Setup_Interrupt_Mask now that this
25865         is no longer done in the body of s-taprop
25866
25867 2005-06-14  Robert Dewar  <dewar@adacore.com>
25868
25869         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
25870         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
25871         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
25872         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
25873         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
25874         system-linux-x86.ads, system-vxworks-mips.ads, system-vxworks-mips.ads,
25875         system-os2.ads, system-interix.ads, system-solaris-sparc.ads,
25876         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
25877         system-vms-zcx.ads, system-vxworks-ppc.ads, system.ads,
25878         system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads,
25879         system-linux-hppa.ads, system-vms_64.ads,
25880         system-vxworks-alpha.ads: Minor comment update for
25881         AI-362 (unit is Pure).
25882
25883         * a-chahan.ads, a-chahan.adb: Move Wide_Wide functions to Conversions
25884         Add pragma Pure_05 for AI-362
25885         Make remaining conversion functions obsolescent in Ada 95
25886
25887         * impunit.adb: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25888         Make Ada.Wide_Characters[.Unicode] available in Ada 95 mode
25889         Add entries for a-wichun and a-zchuni
25890         Add a-widcha a-zchara for AI-395
25891         Add a-chacon (Ada.Characters.Conversions) to list of Ada 2005 routines
25892
25893         * Makefile.rtl: Change a-swunha to a-swuwha and a-szunha to a-szuzha
25894         Add entries for a-wichun.o and a-zchuni.o
25895         Entries for a-widcha.o and a-zchara.o
25896         Add entry for a-chacon.o
25897
25898         * a-ztenau.adb: Add with of Ada.Characters.Conversions
25899
25900         * a-chacon.ads, a-chacon.adb: New files.
25901
25902         * a-taside.adb, a-exstat.adb, a-excach.adb: Add warnings off to allow
25903         categorization violations.
25904
25905         * a-strmap.ads: Add pragma Pure_05 for AI-362
25906         * a-strmap.ads: Add note on implicit categorization for AI-362
25907
25908         * a-tgdico.ads, a-taside.ads: Add pragma Preelaborate_05 for AI-362
25909
25910         * par-prag.adb: Dummy entry for pragma Persistent_BSS
25911         Set Ada_Version_Explicit, for implementation of AI-362
25912         Add processing for pragma Pure_05 and Preelaborate_05
25913         Add entry for Assertion_Policy pragma
25914
25915         * sem.adb: Make sure predefined units are compiled with GNAT_Mode true
25916         when needed for proper processing of categorization stuff
25917
25918         * sem_cat.adb:
25919         For several cases, make errors in preealborate units warnings,
25920         instead of errors, if GNAT_Mode is set. For AI-362.
25921
25922         * sem_elab.adb (Check_Elab_Call): Call to non-static subprogram in
25923         preelaborate unit is now warning if in GNAT mode
25924
25925         * s-stoele.ads: Document AI-362 for pragma preelaborate
25926
25927 2005-06-14  Doug Rupp  <rupp@adacore.com>
25928
25929         * s-parame-vms.ads, s-parame-hpux.ads, s-parame-vms-restrict.ads,
25930         s-parame-ae653.ads, s-parame.ads, s-parame-vxworks.ads:
25931         Default_Exception_Msg_Max_Length: new parameter.
25932
25933         * a-except.ads: (Exception_Msg_Max_Length): Set to
25934         System.Parameters.Default_Exception_Msg_Max_Length
25935         Add pragma Preelaborate_05 for AI-362
25936         Add warnings off to allow categorization violations for AI-362
25937
25938 2005-06-14  Vincent Celier  <celier@adacore.com>
25939
25940         * gnatsym.adb: Adapt to modification of package Symbols: procedure
25941         Process is now in package Processing.
25942
25943         * symbols.ads, symbols.adb:
25944         (Processing): New package, containing procedure Process
25945
25946         * symbols-vms-alpha.adb:
25947         Replaced by symbols-vms.adb and symbols-processing-vms-alpha.adb
25948
25949         * symbols-vms.adb, symbols-processing-vms-alpha.adb,
25950         symbols-processing-vms-ia64.adb: New files.
25951
25952 2005-06-14  Pascal Obry  <obry@adacore.com>
25953
25954         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous
25955         implementation. This new version generates the proper DllMain routine
25956         to initialize the SAL. The DllMain is generated in Ada and compiled
25957         before being added as option to the library build command.
25958
25959 2005-06-14  Doug Rupp  <rupp@adacore.com>
25960             Pascal Obry  <obry@adacore.com>
25961
25962         * adaint.c (__gnat_to_canonical_file_spec): Check for error returns in
25963         call to decc$translate_vms.
25964         (__gnat_locate_regular_file): Check if the path_val contains quotes. We
25965         need to remove those quotes before catenating the filename.
25966         (__gnat_locate_exec_on_path): improvements to the Win32 section:
25967         * avoid allocating the memory twice for better efficiency;
25968         * allocate 32K buffer for environment expansion as suggested by MSDN;
25969         * prepend ".;" to the path so that current directory is searched too.
25970
25971 2005-06-14  Robert Dewar  <dewar@adacore.com>
25972
25973         * a-except.adb (Exception_Identity): return Null_Id for null occurrence
25974         instead of raising CE (AI-241)
25975         Add warnings off to allow categorization violations for AI-362
25976
25977 2005-06-14  Robert Dewar  <dewar@adacore.com>
25978
25979         * ali-util.adb, gnatbind.adb: Remove references to
25980         Force_RM_Elaboration_Order.
25981
25982         * switch-b.adb: Remove recognition of -f switch
25983
25984 2005-06-14  Pascal Obry  <obry@adacore.com>
25985
25986         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb (Realloc_For_Chunk): New
25987         implementation which is slightly more efficient.
25988
25989 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
25990             Javier Miranda  <miranda@adacore.com>
25991             Ed Schonberg  <schonberg@adacore.com>
25992             Hristian Kirtchev  <kirtchev@adacore.com>
25993
25994         * exp_ch4.adb (Expand_Allocator_Expression): When an initialized
25995         allocator's designated type is a class-wide type, and compiling for
25996         Ada 2005, emit a run-time check that the accessibility level of the
25997         type given in the allocator's expression is not deeper than the level
25998         of the allocator's access type.
25999
26000         (Tagged_Membership): Modified to gives support to abstract interface
26001         types.
26002
26003         * a-tags.ads, a-tags.adb (type Type_Specific_Data): Add component
26004         Access_Level.
26005         (Descendant_Tag): New predefined function
26006         (Is_Descendant_At_Same_Level): New predefined function
26007         (Get_Access_Level): New private function
26008         (Set_Access_Level): New private procedure
26009         (IW_Membership): New function. Given the tag of an object and the tag
26010         associated with an interface, evaluate if the object implements the
26011         interface.
26012         (Register_Interface_Tag): New procedure used to initialize the table of
26013         interfaces used by the IW_Membership function.
26014         (Set_Offset_To_Top): Initialize the Offset_To_Top field in the prologue
26015         of the dispatch table.
26016         (Inherit_TSD): Modified to copy the table of ancestor tags plus the
26017         table of interfaces of the parent.
26018         (Expanded_Name): Raise Tag_Error if the passed tag equals No_Tag.
26019         (External_Tag): Raise Tag_Error if the passed tag equals No_Tag.
26020         (Parent_Tag): Return No_Tag in the case of a root-level tagged type,
26021         and raise Tag_Error if the passed tag equalis No_Tag, to conform with
26022         Ada 2005 semantics for the new predefined function.
26023
26024         * exp_attr.adb (Expand_N_Attribute, case Attribute_Input): Generate
26025         call to Descendant_Tag rather than Internal_Tag.
26026         (Expand_N_Attribute, case Attribute_Output): Emit a check to ensure that
26027         the accessibility level of the attribute's Item parameter is not deeper
26028         than the level of the attribute's prefix type. Tag_Error is raised if
26029         the check fails. The check is only emitted for Ada_05.
26030         (Find_Stream_Subprogram): If a TSS exists on the type itself for the
26031         requested stream attribute, use it.
26032         (Expand_N_Attribute_Reference): If the designated type is an interface
26033         then rewrite the referenced object as a conversion to force the
26034         displacement of the pointer to the secondary dispatch table.
26035         (Expand_N_Attribute_Reference, case 'Constrained): Return false if this
26036         is a dereference of an object with a constrained partial view.
26037
26038         * exp_ch5.adb (Expand_N_Return_Statement): When a function's result
26039         type is a class-wide type, emit a run-time check that the accessibility
26040         level of the returned object is not deeper than the level of the
26041         function's master (only when compiling for Ada 2005).
26042
26043         * exp_disp.ads, exp_disp.adb (Ada_Actions, Action_Is_Proc,
26044         Action_Nb_Arg): Add entries for new Get_Access_Level and
26045         Set_Access_Level routines in these tables.
26046         (Make_DT): Generate a call to set the accessibility level of the
26047         tagged type in its TSD.
26048         (Make_DT): Code cleanup. The functionality of generating all the
26049         secondary dispatch tables has been moved to freeze_record_type.
26050         (Make_Abstract_Interface_DT): Minor code cleanup.
26051         (Set_All_DT_Position): Code cleanup. As part of the code cleanup
26052         this subprogram implements a new algorithm that provides the
26053         same functionality and it is more clear in case of primitives
26054         associated with abstract interfaces.
26055         (Set_All_Interfaces_DTC_Entity): Removed. As part of the code
26056         clean up, the functionality of this subprogram is now provided
26057         by Set_All_DT_Position.
26058         (Write_DT): New subprogram: a debugging procedure designed to be called
26059         within gdb to display the dispatch tables associated with a tagged
26060         type.
26061         (Collect_All_Interfaces): New subprogram that collects the whole list
26062         of interfaces that are directly or indirectly implemented by a tagged
26063         type.
26064         (Default_Prim_Op_Position): New subprogram that returns the fixed
26065         position in the dispatch table of the default primitive operations.
26066         (Expand_Interface_Actuals): New subprogram to generate code that
26067         displaces all the actuals corresponding to class-wide interfaces to
26068         reference the interface tag of the actual object.
26069         (Expand_Interface_Conversion): New subprogram. Reference the base of
26070         the object to give access to the interface tag associated with the
26071         secondary dispatch table.
26072         (Expand_Interface_Thunk): New subprogram that generates the code of the
26073         thunk. This is required for compatibility with the C+ ABI.
26074         (Make_Abstract_Interface_DT): New subprogram that generate the
26075         declarations for the secondary dispatch tables associated with an
26076         abstract interface.
26077         (Set_All_Interfaces_DTC_Entity): New subprogram that sets the DTC_Entity
26078         attribute for each primitive operation covering interface subprograms
26079         (Expand_Dispatching_Call, Fill_DT_Entry, Make_DT, Set_All_DT_Position):
26080         These subprograms were upgraded to give support to abstract interfaces
26081
26082         * rtsfind.ads (type RE_Id): Add RE_Descendant_Tag,
26083         RE_Is_Descendant_At_Same_Level, RE_Get_Access_Level, and
26084         RE_Set_Access_Level.
26085         (RE_Unit_Table): Add entries for new Ada.Tags operations.
26086         Add support to call the followig new run-time subprograms:
26087         IW_Membership, Register_Interface_Tag, and Set_Offset_To_Top
26088
26089         * sem_ch3.adb (Constant_Redeclaration): Allow a deferred constant to
26090         match its full declaration when both have an access definition with
26091         statically matching designated subtypes.
26092         (Analyze_Component_Declaration): Delete commented out code that was
26093         incorrectly setting the scope of an anonymous access component's type.
26094         (Process_Discriminants): Set Is_Local_Anonymous_Access for the type of
26095         an access discriminant when the containing type is nonlimited.
26096         (Make_Incomplete_Type_Declaration): Create an incomplete type
26097         declaration for a record type that includes self-referential access
26098         components.
26099         (Check_Anonymous_Access_Types): Before full analysis of a record type
26100         declaration, create anonymous access types for each self-referential
26101         access component.
26102         (Analyze_Component_Declaration, Array_Type_Declaration): Indicate that
26103         an access component in this context is a Local_Anonymous_Access, for
26104         proper accessibility checks.
26105         (Access_Definition): Set properly the scope of the anonymous access type
26106         created for a stand-alone access object.
26107         (Find_Type_Of_Object): An object declaration may be given with an access
26108         definition.
26109         (Complete_Subprograms_Derivation): New subprogram used to complete
26110         type derivation of private tagged types implementing interfaces.
26111         In this case some interface primitives may have been overriden
26112         with the partial-view and, instead of re-calculating them, they
26113         are included in the list of primitive operations of the full-view.
26114         (Build_Derived_Record_Type): Modified to give support to private
26115         types implemening interfaces.
26116         (Access_Definition): Reject ALL on anonymous access types.
26117         (Build_Derived_Record_Type): In the case of Ada 2005, allow a tagged
26118         type derivation to occur at a deeper accessibility level than the
26119         parent type.
26120         For the case of derivation within a generic body however, disallow the
26121         derivation if the derived type has an ancestor that is a formal type
26122         declared in the formal part of an enclosing generic.
26123         (Analyze_Object_Declaration): For protected objects, remove the check
26124         that they cannot contain interrupt handlers if not declared at library
26125         level.
26126         (Add_Interface_Tag_Components): New subprogram to add the tag components
26127         corresponding to all the abstract interface types implemented by a
26128         record type or a derived record type.
26129         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
26130         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
26131         Process_Full_View, Record_Type_Declaration): Modified to give
26132         support to abstract interface types
26133         (Collect_Interfaces): New subprogram that collects the list of
26134         interfaces that are not already implemented by the ancestors
26135         (Process_Full_View): Set flag Has_Partial_Constrained_View appropriately
26136         when partial view has no discriminants and full view has defaults.
26137         (Constrain_Access): Reject a constraint on a general access type
26138         if the discriminants of the designated type have defaults.
26139         (Access_Subprogram_Declaration): Associate the Itype node with the inner
26140         full-type declaration or subprogram spec. This is required to handle
26141         nested anonymous declarations.
26142         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
26143         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
26144         Process_Full_View, Record_Type_Declaration): Modified to give
26145         support to abstract interface types
26146         (Derive_Subprograms): Addition of a new formal to indicate if
26147         we are in the case of an abstact-interface derivation
26148         (Find_Type_Of_Subtype_Indic): Moved from the body of the package
26149         to the specification because it is requied to analyze all the
26150         identifiers found in a list of interfaces
26151
26152         * debug.adb: Complete documentation of flag "-gnatdZ"
26153
26154         * exp_ch3.adb: Implement config version of persistent_bss pragma
26155         (Check_Stream_Attributes): Use Stream_Attribute_Available instead of
26156         testing for TSS presence to properly enforce visibility rules.
26157         (Freeze_Record_Type): Code cleanup. Modified to call the subprogram
26158         Make_Abstract_Interfaces_DT to generate the secondary tables
26159         associated with abstract interfaces.
26160         (Build_Init_Procedure): Modified to initialize all the tags
26161         corresponding.
26162         (Component_Needs_Simple_Initialization): Similar to other tags,
26163         interface tags do not need initialization.
26164         (Freeze_Record_Type): Modified to give support to abstract interface
26165         types.
26166         (Expand_N_Object_Declaration): Do not generate an initialization for
26167         a scalar temporary marked as internal.
26168
26169         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): Handle properly an
26170         in-out parameter that is a component in an initialization procedure,
26171         whose constraint might depend on discriminants, and that may be
26172         misaligned because of packing or representation clauses.
26173         (Is_Legal_Copy): New predicate to determine whether a possibly
26174         misaligned in-out actual can actually be passed by copy/return. This
26175         is an error in case the type is by_reference, and a warning if this is
26176         the consequence of a DEC import pragma on the subprogram.
26177         (Expand_Call, Freeze_Subprogram): Modified to give support to abstract
26178         interface types
26179         (Expand_Inlined_Call): Mark temporary generated for the return value as
26180         internal, so that no useless scalar normalization is generated for it.
26181         (Expand_N_Subprogram_Declaration): Save unanalyzed body so calls to
26182         null procedure can always be inlined.
26183         (Expand_N_Subprogram_Declaration): If this is the declaration of a null
26184         procedure, generate an explicit empty body for it.
26185
26186         * exp_util.ads, exp_util.adb (Find_Interface_ADT): New subprogram.
26187         Given a type implementing an interface, returns the corresponding
26188         access_disp_table value.
26189         (Find_Interface_Tag): New subprogram. Given a type implementing an
26190         interface, returns the record component containing the tag of the
26191         interface.
26192         (Find_Interface_Tag): New overloaded subprogram. Subsidiary to the
26193         previous ones that return the corresponding tag and access_disp_table
26194         entities.
26195         (Is_Predefined_Dispatching_Operation): Determines if a subprogram
26196         is a predefined primitive operation.
26197         (Expand_Subtype_From_Expr): If the expression is a selected component
26198         within an initialization procedure, compute its actual subtype, because
26199         the component may depend on the discriminants of the enclosing record.
26200
26201         * i-cpp.ads, i-cpp.adb:
26202         This package has been left available for compatibility with previous
26203         versions of the frontend. As part of the new layout this is now a
26204         dummy package that uses declarations available at a-tags.ads
26205
26206         * par-ch3.adb (P_Identifier_Declarations): Give an error for use of
26207         "constant access" and "aliased [constant] access" when not compiling
26208         with -gnat05.
26209         Suppress Ada 2005 keyword warning if -gnatwY used
26210         (P_Identifier_Declarations): Add support for object declarations with
26211         access definitions.
26212         (Private_Extension_Declaration): Complete the documentation
26213         (P_Derived_Type_Def_Or_Private_Ext_Decl): Fill the inteface_list
26214         attribute in case of private extension declaration
26215         (P_Type_Declaration): Mark as "abstract" the type declarations
26216         corresponding with protected, synchronized and task interfaces
26217         (P_Declarative_Items): "not" and "overriding" are overriding indicators
26218         for a subprogram or instance declaration.
26219
26220         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Verify that an
26221         instantiation that is a dispatching operation has controlling access
26222         parameters that are null excluding.
26223         Save and restore Ada_Version_Explicit, for implementation of AI-362
26224         (Validate_Derived_Type_Instance): Add check for abstract interface
26225         types.
26226         (Analyze_Formal_Package): Establish Instantiation source for the copy of
26227         the generic that is created to represent the formal package.
26228         (Analyze_Package_Instantiation): Instantiate body immediately if the
26229         package is a predefined unit that contains inlined subprograms, and
26230         we are compiling for a Configurable_Run_Time.
26231         (Instantiate_Formal_Subprogram): Indicate that null default subprogram
26232         If the program has a null default, generate an empty body for it.
26233
26234         * sem_ch6.adb, sem_ch9.adb (Analyze_Subprograms_Declaration): Update
26235         error message condition, null procedures are correctly detected now.
26236         (New_Overloaded_Entity): Bypass trivial overriding indicator check
26237         for subprograms in the context of protected types. Instead, the
26238         indicator is examined in Sem_Ch9 while analysing the subprogram
26239         declaration.
26240         (Check_Overriding_Indicator): Check consistency of overriding indicator
26241         on subprogram stubs as well.
26242         (Analyze_Subprogram_Declaration): Diagnose null procedures declared at
26243         the library level.
26244         (Analize_Subprogram_Specification): When analyzing a subprogram in which
26245         the type of the first formal is a concurrent type, replace this type
26246         by the corresponding record type.
26247         (Analyze_Subprogram_Body): Undo the previous work.
26248         (Analyze_Procedure_Call): If the call has the form Object.Op, the
26249         analysis of the prefix ends up analyzing the call itself, after which
26250         we are done.
26251         (Has_Interface_Formals): New subprogram subsidiary to analyze
26252         subprogram_specification that returns true if some non
26253         class-wide interface subprogram is found
26254         (New_Overloaded_Entity): Modified to give support to abstract
26255         interface types
26256         (Conforming_Types): In Ada 2005 mode, conformance checking of anonymous
26257         access to subprograms must be recursive.
26258         (Is_Unchecked_Conversion): Improve the test that recognizes
26259         instantiations of Unchecked_Conversion, and allows them in bodies that
26260         are to be inlined by the front-end. When the body comes from an
26261         instantiation, a reference to Unchecked_Conversion will be an
26262         Expanded_Name, even though the body has not been analyzed yet.
26263         Replace Is_Overriding and Not_Overriding in subprogram_indication with
26264         Must_Override and Must_Not_Override, to better express intent of AI.
26265         (Analyze_Subprogram_Body): If an overriding indicator is given, check
26266         that it is consistent with the overrinding status of the subprogram
26267         at this point.
26268         (Analyze_Subprogram_Declaration): Indicate that a null procedure is
26269         always inlined.
26270         If the subprogram is a null procedure, indicate that it does not need
26271         a completion.
26272
26273         * sem_disp.adb (Check_Controlling_Type): Give support to entities
26274         available through limited-with clauses.
26275         (Check_Dispatching_Operation): A stub acts like a body, and therefore is
26276         allowed as the last primitive of a tagged type if it has no previous
26277         spec.
26278         (Override_Dispatching_Operation, Check_Dispatching_Operation): Modified
26279         to give support to abstract interface types
26280
26281         * sem_res.adb (Valid_Conversion): Perform an accessibility level check
26282         in the case where the target type is an anonymous access type of an
26283         object or component (that is, when Is_Local_Anonymous_Access is true).
26284         Prevent the special checks for conversions of access discriminants in
26285         the case where the discriminant belongs to a nonlimited type, since
26286         such discriminants have their accessibility level defined in the same
26287         way as a normal component of an anonymous access type.
26288         (Resolve_Allocator): When an allocator's designated type is a class-wide
26289         type, check that the accessibility level of type given in the
26290         allocator's expression or subtype indication is not statically deeper
26291         than the level of the allocator's access type.
26292         (Check_Discriminant_Use): Diagnose discriminant given by an expanded
26293         name in a discriminant constraint of a record component.
26294         (Resolve_Explicit_Dereference): Do not check whether the type is
26295         incomplete when the dereference is a use of an access discriminant in
26296         an initialization procedure.
26297         (Resolve_Type_Conversion): Handle conversions to abstract interface
26298         types.
26299         (Valid_Tagged_Conversion): The conversion of a tagged type to an
26300         abstract interface type is always valid.
26301         (Valid_Conversion): Modified to give support to abstract interface types
26302         (Resolve_Actuals): Enable full error reporting on view conversions
26303         between unrelated by_reference array types.
26304         The rule for view conversions of arrays with aliased components is
26305         weakened in Ada 2005.
26306         Call to obsolescent subprogram is now considered to be a violation of
26307         pragma Restrictions (No_Obsolescent_Features).
26308         (Check_Direct_Boolean_Operator): If the boolean operation has been
26309         constant-folded, there is nothing to check.
26310         (Resolve_Comparison_Op, Resolve_Equality_Op, Resolve_Boolean_Op): Defer
26311         check on possible violation of restriction No_Direct_Boolean_Operators
26312         until after expansion of operands, to prevent spurious errors when
26313         operation is constant-folded.
26314
26315         * sem_type.ads, sem_type.adb (Covers, Intersect_Types, Specific_Type,
26316         Has_Compatible_Type): Modified to give support to abstract interface
26317         types.
26318         (Interface_Present_In_Ancestor): New function to theck if some ancestor
26319         of a given type implements a given interface
26320
26321         * sem_ch4.adb (Analyze_Call): Handle properly an indirect call whose
26322         prefix is a parameterless function that returns an access_to_procedure.
26323         (Transform_Object_Operation): Handle properly function calls of the
26324         form Obj.Op (X), which prior to analysis appear as indexed components.
26325         (Analyze_One_Call): Complete the error notification to help new Ada
26326         2005 users.
26327         (Analyze_Allocator): For an allocator without an initial value, where
26328         the designated type has a constrained partial view, a discriminant
26329         constraint is illegal.
26330
26331 2005-06-14  Robert Dewar  <dewar@adacore.com>
26332
26333         * a-textio.adb (Set_Col): Fix two errors noticed recently, having to
26334         do with treatment of Set_Col when positioned at end of line character.
26335
26336 2005-06-14  Robert Dewar  <dewar@adacore.com>
26337
26338         * atree.adb: (Elist*): Protect against uninitialized field
26339
26340 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26341
26342         * checks.adb (Install_Null_Excluding_Check): Do not generate checks
26343         for an attribute reference that returns an access type.
26344         (Apply_Discriminant_Check): No need for check if (designated) type has
26345         constrained partial view.
26346
26347         (Apply_Float_Conversion_Check): Generate a short-circuit expression for
26348         both bound checks, rather than a conjunction.
26349         (Insert_Valid_Check): If the expression is an actual that is an indexed
26350         component of a bit-packed array, force expansion of the packed element
26351         reference, because it is specifically inhibited elsewhere.
26352
26353 2005-06-14  Vincent Celier  <celier@adacore.com>
26354
26355         * clean.adb (Clean_Project): Correctly delete executable specified as
26356         absolute path names.
26357
26358         * make.adb (Gnatmake): Allow relative executable path names with
26359         directory information even when project files are used.
26360         (Change_To_Object_Directory): Fail gracefully when unable to change
26361         current working directory to object directory of a project.
26362         (Gnatmake): Remove exception handler that could no longer be exercized
26363         (Compile_Sources.Compile): Use deep copies of arguments, as some of them
26364         may be deallocated by Normalize_Arguments.
26365         (Collect_Arguments): Eliminate empty arguments
26366
26367         * gnatcmd.adb (All_Projects): New Boolean flag, initialized to False,
26368         and set to True when -U is used for GNAT PRETTY or GNAT METRIC.
26369         (Check_Project): Return False when Project is No_Project. Return True
26370         when All_Projects is True.
26371         (GNATCmd): Recognize switch -U for GNAT PRETTY and GNAT METRIC and set
26372         All_Projects to True.
26373         Minor reformatting
26374
26375 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26376             Javier Miranda  <miranda@adacore.com>
26377             Thomas Quinot  <quinot@adacore.com>
26378             Robert Dewar  <dewar@adacore.com>
26379             Hristian Kirtchev  <kirtchev@adacore.com>
26380             Gary Dismukes  <dismukes@adacore.com>
26381
26382         * einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on
26383         anonymous access types, to indicate that the accessibility level of
26384         the type is determined by that of the enclosing declaration.
26385         (Has_Persistent_BSS): New flag
26386         (Set_Is_Primitive_Wrapper): Upgrade the barrier to allow the usage
26387         of this attribute with functions.
26388         (Is_Primitive_Wrapper): Remove the barrier.
26389         (Has_Specified_Stream_Input, Has_Specified_Stream_Output,
26390         Has_Specified_Stream_Read, Has_Specified_Stream_Write):
26391         New subprograms.
26392         (Set_Has_Specified_Stream_Input, Set_Has_Specified_Stream_Output,
26393         Set_Has_Specified_Stream_Read, Set_Has_Specified_Stream_Write):
26394         New subprograms.
26395         (Is_Pure_Unit_Access_Type): New flag
26396         (Abstract_Interfaces): Complete the assertion to cover all usages.
26397         (Set_Is_Interface): Complete the assertion to cover all usages.
26398         (Is_Primitive_Wrapper): New attribute.
26399         (Is_Obsolescent): Now applies to all entities (though it is only set
26400         for subprograms currently)
26401         New flag:  Has_Constrained_Partial_View, to implemente Ada 2005 AI-363,
26402         which solves various problems concerning access subtypes.
26403         (Has_Persistent_BSS): New flag
26404         (Is_Primitive_Wrapper, Set_Primitive_Wrapper): Code cleanup.
26405         Remove these subprograms because this attribute is currently
26406         not used.
26407         New entity flags:
26408         Has_Specified_Stream_Input (Flag190)
26409         Has_Specified_Stream_Output (Flag191)
26410         Has_Specified_Stream_Read (Flag192)
26411         Has_Specified_Stream_Write (Flag193)
26412         Present in all type and subtype entities. Set for a given view if the
26413         corresponding stream-oriented attribute has been defined by an
26414         attribute definition clause. When such a clause occurs, a TSS is set
26415         on the underlying full view; the flags are used to track visibility of
26416         the attribute definition clause for partial or incomplete views.
26417         (Is_Pure_Unit_Access_Type): New flag
26418         Clarify use of Is_Internal.
26419         (Is_Primitive_Wrapper): New attribute present in primitive subprograms
26420         internally generated to wrap the invocation of tasks and protected
26421         types that implement interfaces.
26422         (Implementation_Base_Type): Documentation correction
26423         (Is_Obsolescent): Now applies to all entities (though it is only set
26424         for subprograms currently)
26425         New flag:  Has_Constrained_Partial_View, to implement Ada 2005 AI-363,
26426         which solves various problems concerning access subtypes.
26427
26428         * exp_ch9.adb (Type_Conformant_Parameters): Introduce mode conformance
26429         for examined parameters. Identify unequal parameter list lengths as
26430         non-conformant parameters.
26431         (Overriding_Possible): Do not check for "All" qualifier in declaration
26432         of controlling access parameter, following prescription of AI-404.
26433         (Build_Entry_Wrapper_Spec, Build_Entry_Wrapper_Body): New subprograms
26434         that build the procedure body that wraps an entry invocation
26435         (Build_Corresponding_Record, Build_Protected_Sub_Specification,
26436         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
26437         Expand_N_Task_Body, Expand_N_Task_Type_Declaration): Modified to
26438         give support to abstract interface types
26439
26440         * freeze.adb (Freeze_Entity): Issue error message if
26441         Is_Pure_Unit_Access_Type set, unless we are in Ada 2005 mode and the
26442         type has no storage pool (Ada 2005) AI-366.
26443         Also modified to give support to abstract interface types
26444         (Freeze_Subprogram): Issue an error for a dispatching subprogram with an
26445         Inline_Always pragma.
26446
26447         * par-ch9.adb (P_Task_Items): Reserved words "not" or "overriding" may
26448         now begin an entry declaration.
26449         (P_Entry_Or_Subprogram_With_Indicator): New procedure in
26450         P_Protected_Operation_Declaration_Opt. Parse an entry declaration or
26451         a subprogram declaration preceded by an overriding indicator.
26452         (P_Protected_Operation_Declaration_Opt): Add case for parsing entry
26453         declarations or subprogram declarations preceded by reserved words
26454         "not" or "overriding".
26455         (P_Entry_Declaration): Update comment. Parse and check overriding
26456         indicator, set semantic flags of entry declarations.
26457         (P_Task): New error message in case of private applied
26458         to a task type declaration.
26459         (P_Protected): New error message in case of private applied
26460         to a task type declaration.
26461
26462         * sem_ch7.adb (Preserve_Full_Attributes): Modified to handle the case
26463         in which the full view of a type implementing an interface is a
26464         concurrent type.
26465         (Has_Overriding_Pragma): Remove obsolete implementation of AI-218.
26466         Declare_Inherited_Private_Subprograms): If an explicit operation
26467         overrides an operation that is inherited in the private part, mark the
26468         explicit one as overriding, to enable overriding indicator checks.
26469         (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
26470         full view to partial view, to simplify handling in back-end.
26471
26472         * sprint.adb: Print interface lists where needed: derived types,
26473         protected types, task types.
26474         output "is null" for null procedures. Part of implementation of
26475
26476         * sem_cat.adb (Validate_Access_Type_Declaration): Implement AI-366
26477         relaxation of rules for access types in pure, shared passive partitions.
26478
26479         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Reorganize to
26480         first read discriminants into temporary objects, performing checks on
26481         the read values, then possibly performing discriminant checks on the
26482         actual (if it is constrained), and only finally reading the components
26483         into a constrained temporary object.
26484         (Build_Elementary_Input_Call): Adjust the specific circuitry for the
26485         case of reading discriminants of a mutable record type to recognize
26486         the new form of the code generated by
26487         Build_Mutable_Record_Read_Procedure.
26488
26489         * exp_tss.ads, exp_tss.adb (Make_Init_Proc_Name): Reimplement in terms
26490         of a simple call to Make_TSS_Name.
26491         (Make_TSS_Name_Local): Add the TSS name as the last thing in the name
26492         buffer, in order for Is_TSS to work correctly on local TSS names.
26493
26494         * sem_attr.ads, sem_attr.adb (Resolve_Attribute, case 'Access): Use flag
26495         Is_Local_Anonymous_Access to check legaliy of attributes in the
26496         context of  access components and stand-alone access objects.
26497         (Stream_Attribute_Available): In Ada 95 mode, a stream attribute is
26498         treated as available for a limited private type if there is an
26499         attribute_definition_clause that applies to its full view, but not in
26500         other cases where the attribute is available for the full view
26501         (specifically, the sole fact that the full view is non-limited does not
26502         make the attribute available for the partial view).
26503         (Build_Access_Subprogram_Type): Diagnose attempt to apply 'access to a
26504         non-overloaded intrinsic subprogram.
26505         (Check_Stream_Attribute): Reject an attribute reference for an
26506         unavailable stream attribute even if the prefix is not a limited type
26507         (case of a 'Input attribute reference for an abstract, non-classwide
26508         type)
26509         (Stream_Attribute_Available): New function to determine whether a stream
26510         attribute is available at a place.
26511         (Check_Attribute): Use Stream_Attribute_Available instead of just
26512         testing for TSS presence on the implementation base type.
26513         (Analyze_Attribute): Modified to give support to task interfaces.
26514         (Analyze_Access_Attribute): Add error check for use of an Access (or
26515         Unrestricted_Access) attribute with a subprogram marked as
26516         Inline_Always.
26517         (Analyze_Attribute, case Attribute_Address): Add error check for use of
26518         an Address attribute with a subprogram marked as Inline_Always.
26519         Update Eval_Attribute to handle new value of Width from AI-395
26520
26521         * sem_ch13.adb (Analyze_Stream_TSS_Definition): New subprogram.
26522         (Analyze_Attribute_Definition_Clause, cases Input, Output, Read, Write):
26523         Factor common code across the stream-oriented attribute circcuits into
26524         a new subprogram, Analyze_Stream_TSS_Definition. The new uniform
26525         processing is functionally identical to the previous duplicated one,
26526         except that an expression that denotes an abstract subprogram will now
26527         be rejected, as mandated by AI-195 item 5.
26528
26529         * sem_util.ads, sem_util.adb (Type_Access_Level): Use flag
26530         Is_Local_Anonymous_Access to apply accessibility checks to access
26531         components and stand-alone access objects.
26532         (Has_Discriminant_Dependent_Constraint): Moved to spec for use
26533         elsewhere.
26534         (Is_Potentially_Persistent_Type): New function
26535         (Is_Dependent_Component_Of_Mutable_Object): If the enclosing object is
26536         a heap-object whose type has a constrained partial view, the object is
26537         unconstrained and the component may depend on a discriminant, making its
26538         renaming illegal.
26539
26540         * sinfo.ads, sinfo.adb
26541         (Must_Not_Override): Flag applicable to N_Entry_Declaration.
26542         (Must_Override): Flag applicable to N_Entry_Declaration.
26543         Indicate that interface_list can appear in single task and single
26544         protected declarations.
26545         Replace Is_Overriding and Not_Overriding with Must_Override and
26546         Must_Not_Override, to better express intent of AI.
26547         Is_Overriding, Not_Overriding: Ada2005 flags that indicate the presence
26548         of an overriding indicator in a subprogram or instance.
26549         Ada 2005 (AI-248) Null_Present can appear in a procedure specification.
26550         Add the overriding indicator [[not] overriding] construct to the
26551         following grammar productions:
26552          ENTRY_DECLARATION
26553          GENERIC_INSTANTIATION
26554          SUBPROGRAM_SPECIFICATION
26555
26556         * par-ch10.adb (P_Compilation_Unit): Subprogram declaration or body
26557         can start with an overriding indicator.
26558
26559         * par-ch6.adb (P_Subprogram): Recognize overriding indicator, and set
26560         flags accordingly on subrogram specifications or instances.
26561
26562         * sem_ch8.adb:
26563         (Analyze_Subprogram_Renaming): For a renaming_as_body, verify that the
26564         overriding_indicator, if present, is consistent with status of spec.
26565         Improve error message for null-excluding checks on controlling access
26566         parameters.
26567         (Check_In_Previous_With_Clause): Protect the frontend against
26568         previously reported critical errors in the context clauses.
26569         Save and restore Ada_Version_Explicit, for implementation of AI-362
26570         (Analyze_Subprogram_Renaming): If the new entity is a dispatching
26571         operation verify that controlling formals of the renamed entity that
26572         are access parameters are explicitly non-null.
26573         (Find_Expanded_Name): Improve error message when prefix is an illegal
26574         reference to a private child unit.
26575
26576         * exp_imgv.adb, s-imgwch.ads, s-imgwch.adb, s-valwch.adb,
26577         s-valwch.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdwch.adb:
26578         Rewrite to correspond to new wide character names in AI-395
26579
26580         * par-ch12.adb (P_Formal_Subprogram_Declaration): Recognize null
26581         default procedures.
26582
26583 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26584             Robert Dewar  <dewar@adacore.com>
26585
26586         * errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user
26587         code, not on the bodies of predefined operations, to cut down on
26588         spurious noise.
26589
26590 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26591
26592         * exp_aggr.adb (Aggr_Size_OK): An array with no components can always
26593         be expanded in place. The size computation does not require a
26594         subtraction, which would raise an exception on a compiler built with
26595         assertions when the upper bound is Integer'first.
26596         (Flatten): For an array of composite components, take into account the
26597         size of the components to determine whether it is safe to expand the
26598         array into a purely positional representation.
26599
26600 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26601
26602         * exp_ch2.adb (Param_Entity): Take the case of an expanded_name
26603         denoting a formal parameter into account.
26604
26605 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26606
26607         * exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within
26608         the entry_call alternative of a conditional entry call, wrap the
26609         conditional entry call itself.
26610
26611 2005-06-14  Nicolas Setton  <setton@adacore.com>
26612             Ed Schonberg  <schonberg@adacore.com>
26613
26614         * exp_dbug.ads, exp_dbug.adb (Get_Variant_Part): Fix the encoding of
26615         the "simple_choice" member in a variant record, in accordance with the
26616         description in the package spec: the information output for a constant
26617         should be "S number", not "SS number".
26618         (Get_Encoded_Name): Return at once if not generating code. Avoids name
26619         overflow problem when compiling with -gnatct, for ASIS/gnatmetrics.
26620
26621 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26622
26623         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an
26624         RACW without any primitives, do not generate the if statement for
26625         dispatching by name in the PolyORB/DSA case, as it would be malformed
26626         (it would have an Elsif_Parts list that is not No_List, but with a
26627         length of 0).
26628
26629 2005-06-14  Robert Dewar  <dewar@adacore.com>
26630
26631         * exp_intr.adb, par-ch5.adb: Minor fix to error message text
26632
26633 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
26634
26635         * fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
26636         can determine whether pragma Suppress_Exception_Locations is in effect.
26637
26638         * utils2.c (build_call_raise): Do not pass the file name to the
26639         exception handler if pragma Suppress_Exception_Locations is in effect.
26640         (build_allocator): Add and process arg IGNORE_INIT_TYPE.
26641
26642 2005-06-14  Emmanuel Briot  <briot@adacore.com>
26643
26644         * g-debpoo.adb (Deallocate, Dereference): Improve output.
26645
26646 2005-06-14  Nicolas Roche  <roche@adacore.com>
26647
26648         * g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal
26649         to ""
26650         (Next_Level): Fix minor bug in handling of ../dir case
26651         (Read): Add dir separator to Directory name so that "" is understood as
26652          "/"
26653
26654 2005-06-14  Pascal Obry  <obry@adacore.com>
26655
26656         * g-dynhta.ads, g-dynhta.adb (Reset): Free the table itself after
26657         releasing the items.
26658
26659 2005-06-14  Vincent Celier  <celier@adacore.com>
26660             Cyrille Comar  <comar@adacore.com>
26661
26662         * g-os_lib.ads, g-os_lib.adb (Non_Blocking_Spawn): Two new versions
26663         with output file descriptor and with output file name.
26664         (Dup, Dup2): Now global procedures as they are used by two subprograms
26665         (Copy): Allocate the 200K buffer on the heap rather than on the stack.
26666
26667 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26668
26669         PR ada/6717
26670         * g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
26671         broadcast address.
26672         (Create_Selector): Bind listening socket used to create the signalling
26673         socket pair to 127.0.0.1 to limit the scope for 'theft' of connection.
26674         Set listen backlog to 1 to ensure that we detect socket theft by a
26675         failure of our own connect(2) call.
26676         (Check_Selector): Improve documentation of the selector mechanism.
26677         (Broadcast_Inet_Addr): New constant.
26678
26679 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26680
26681         * layout.adb (Discrimify): Remove resetting of Vtype to the underlying
26682         type which turns out to be an incomplete and incorrect fix.
26683         (Layout_Array_Type): Use Underlying_Type when checking whether the scope
26684         of the type is declared in a record (for determination of insertion
26685         type).
26686         (SO_Ref_From_Expr): Test whether Vtype denotes a partial or full view of
26687         a private type and ensure that the primary entity is used for the type
26688         of the newly created function's V formal by taking the Etype of the
26689         view.
26690
26691 2005-06-14  Javier Miranda  <miranda@adacore.com>
26692             Jose Ruiz  <ruiz@adacore.com>
26693             Robert Dewar  <dewar@adacore.com>
26694             Ed Schonberg  <schonberg@adacore.com>
26695
26696         * lib-load.ads, lib-load.adb (Load_Unit): Addition of a new parameter
26697         that indicates if we are parsing a compilation unit found in a
26698         limited-with clause.
26699         It is use to avoid the circularity check.
26700
26701         * par.ads, par.adb (Par): Addition of a new parameter to indicate if
26702         we are parsing a compilation unit found in a limited-with clause. This
26703         is use to avoid the circularity check.
26704
26705         * par-load.adb (Load): Indicate Lib.Load_Unit if we are loading the
26706         unit as a consequence of parsing a limited-with clause. This is used
26707         to avoid the circularity check.
26708
26709         * sem_ch10.adb: Suppress Ada 2005 unit warning if -gnatwY used
26710         (Analyze_Context): Limited-with clauses are now allowed
26711         in more compilation units.
26712         (Analyze_Subunit_Context, Check_Parent): Protect the frontend
26713         againts previously reported critical errors in context clauses
26714         (Install_Limited_Withed_Unit): Code cleanup plus static detection
26715         of two further errors: renamed subprograms and renamed packages
26716         are not allowed in limited with clauses.
26717         (Install_Siblings): Do not install private_with_clauses on the package
26718         declaration for a non-private child unit.
26719         (Re_Install_Parents): When a parent of the subunit is reinstalled,
26720         reset visibility of child units properly.
26721         (Install_Withed_Unit): When a child unit appears in a with_clause of its
26722         parent, it is immediately visible.
26723
26724 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26725             Emmanuel Briot  <briot@adacore.com>
26726
26727         * lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
26728         declared within an inlined body as referenced, to prevent spurious
26729         warnings.
26730         (Output_One_Ref): If an entity renames an array component, indicate in
26731         the ALI file that this aliases (renames) the array. Capture as well
26732         function renamings that rename predefined operations.
26733         Add information about generic parent for package and subprogram
26734         instances.
26735         (Get_Type_Reference): For a subtype that is the renaming of an actual in
26736         an instantiation, use the first_subtype to ensure that we don't generate
26737         cross-reference information for internal types.
26738         For objects and parameters of a generic private type, retain the '*'
26739         indicator to distinguish such an entity from its type.
26740
26741         * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
26742         to store information about instantiated entities.
26743
26744         * ali.adb (Scan_ALI): Add support for parsing the reference to the
26745         generic parent
26746
26747         * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
26748         (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
26749         information.
26750
26751 2005-06-10  Doug Rupp  <rupp@adacore.com>
26752             Arnaud Charlet  <charlet@adacore.com>
26753             Olivier Hainque  <hainque@adacore.com>
26754             Jose Ruiz  <ruiz@adacore.com>
26755
26756         * Make-lang.in: Add initialize.o when needed.
26757         Remove obsolete references to RT_FLAGS.
26758         Add missing dependencies for sdefault.o
26759
26760         * initialize.c: New file.
26761
26762         * init.c [VMS] Declare ADA$ externs weak to fix build problem in IVMS.
26763         [VMS] cond_signal_table: Fix problem in declaration.
26764         [VMS] __gnat_error_handler: rewrite.
26765         Move all __gnat_initialize() routines to initialize.c
26766         Specialize the former "hpux" section to "hppa hpux", as this is what the
26767         section really is here for and we now have other hpux ports that need
26768         different contents.
26769         (__gnat_adjust_context_for_raise) i386-linux: First version of this
26770         function for this target. Adjust PC by one in the machine context. This
26771         adjustment was previously done in the MD_FALLBACK_FRAME_STATE_FOR, but
26772         it is more reliable to do that in the signal handler itself.
26773         (__gnat_install_handler) i386-linux: Set SA_SIGINFO in the sigaction
26774         flags, so that the handler is passed the context structure to adjust
26775         prior to the raise.
26776         (__gnat_error_handler) i386-linux: Adjust the signature to match what a
26777         SA_SIGINFO sigaction should look like. Call
26778         __gnat_adjust_context_for_raise before actually raising. Cleanup unused
26779         Machine_State_Operations stuff.
26780         Add conditional code so that the x86_64 is also supported.
26781
26782 2005-06-14  Pascal Obry  <obry@adacore.com>
26783
26784         * mdll.adb (Get_Dll_Name): New routine that returns the DLL name given
26785         the library name.
26786
26787 2005-06-14  Robert Dewar  <dewar@adacore.com>
26788
26789         * opt.ads, opt.adb: New flags for persistent_bss mode
26790         Add Ada_Version_Explicit, for implementation of AI-362
26791         Add Assertions_Enabled_Config and associated handling
26792         Needed since setting can be changed with Assertion_Policy pragma
26793         Add new flag Warn_On_Ada_2005_Compatibility
26794
26795         * switch-c.adb: Recognize -gnatwy/Y
26796         Set Ada_Version_Explicit, for implementation of AI-362
26797         The -gnatg switch now includes -gnatyu
26798
26799         * usage.adb: Add -gnatwy/Y
26800         Remove wrong asterisk on -gnatwX line
26801         Add line for -gnatyu switch
26802
26803 2005-06-14  Vincent Celier  <celier@adacore.com>
26804
26805         * osint.adb (Add_Default_Search_Dirs): Put source and object
26806         directories of project files before directories coming from
26807         ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
26808
26809 2005-06-14  Robert Dewar  <dewar@adacore.com>
26810
26811         PR ada/15613
26812         * par-ch2.adb (Scan_Pragma_Argument): New procedure
26813         (P_Pragma): Implement RM 2.8(4) check for no pos args after named args
26814
26815 2005-06-14  Vincent Celier  <celier@adacore.com>
26816
26817         * prep.adb (Preprocess): Ignore error when scanning the first token of
26818         a line.
26819
26820 2005-06-14  Vincent Celier  <celier@adacore.com>
26821
26822         * prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"
26823         (Check_Stand_Alone_Library): If the specified reference symbol file does
26824         not exist, only issue a warning when the symbol policy is not
26825         Controlled. And, when symbol policy is Compliant, set the symbol
26826         policy to Autonomous.
26827
26828 2005-06-14  Vincent Celier  <celier@adacore.com>
26829
26830         * prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
26831         when the project file in a with clause is not the last one, that is the
26832         project file name is followed by a comma.
26833         * prj-pp.adb: (First_With_In_List): New Boolean global variable
26834         (Print): Issue list of project files separated by commas in with clauses
26835         according to the values returned by Is_Not_Last_In_List.
26836         * prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
26837         (Set_Is_Not_Last_In_List): New procedure
26838
26839 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
26840
26841         * s-atacco.ads: Put a pragma No_Strict_Aliasing on Object_Pointer.
26842
26843 2005-06-14  Robert Dewar  <dewar@adacore.com>
26844
26845         * scng.adb: Add call to new Check_EOF routine
26846         (Accumulate_Checksum): Properly handle wide wide char >= 2 ** 24
26847         Add some comments regarding wide character handling
26848
26849         * style.ads, styleg.ads, styleg.adb: Implement new style switch -gnatyu
26850
26851         * stylesw.ads, stylesw.adb: Implement new style switch -gnatyu
26852
26853         * g-utf_32.ads, g-utf_32.adb (Is_UTF_32_Non_Graphic): Other_Format
26854         characters are now considered graphic characters and hence yield false
26855         in this call.
26856
26857         * nmake.adt: Modify header so that xnmake does not generate output
26858         files with multiple blank lines.
26859
26860         * treeprs.adt: Remove a blank line so that output from xtreeprs does
26861         not have an extra blank line
26862
26863 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
26864
26865         * sem_aggr.adb (Aggregate_Constraint_Checks): Apply a conversion to the
26866         expression when the component type is an anonymous access type to
26867         ensure that appropriate accessibility checks are done.
26868
26869         * sem_ch5.adb (Analyze_Assignment): Apply a implicit conversion to the
26870         expression of an assignment when the target object is of an anonymous
26871         access type. This ensures that required accessibility checks are done.
26872         (One_Bound): Move the check for type Universal_Integer to
26873         Process_Bounds.
26874         (Process_Bounds): Check whether the type of the preanalyzed range is
26875         Universal_Integer, and in that case set Typ to Integer_Type prior
26876         to setting the type of the original range and the calls to One_Bound.
26877
26878 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26879
26880         * sem_case.adb (Expand_Others_Choice): Improve warning.
26881
26882 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26883
26884         * sem_eval.adb (Subtypes_Statically_Match): Use discriminant
26885         constraint of full view if present, when other type is discriminated.
26886         (Eval_Relational_Op): Recognize tests of pointer values against Null,
26887         when the pointer is known to be non-null, and emit appropriate warning.
26888
26889 2005-06-14  Robert Dewar  <dewar@adacore.com>
26890             Ed Schonberg  <schonberg@adacore.com>
26891
26892         PR ada/10671
26893         * sem_prag.adb: Implement pragma Persistent_BSS
26894         Remove obsolete pragma Persistent_Data, Persistent_Object
26895         Set Ada_Version_Explicit, for implementation of AI-362
26896         Test Ada_Version_Explicit for Preelaborate_05 and Pure_05
26897         Add processing for pragma Pure_05 and Preelaborate_05
26898         Add processing for Assertion_Policy pragma
26899         Add pragma identifiers for Assert
26900         (Analyze_Pragma, case Assert): Check number of arguments
26901         (Process_Inline): Additional guard against an illegal program, where the
26902         argument of the pragma is undefined, and warnings on redundant
26903         constructs are enabled.
26904         (Analyze_Pragma, case Obsolescent): Allow an optional second argument
26905         Ada_05 to this pragma, specifying that the pragma is only active in
26906         Ada_05 mode.
26907         (Check_Arg_Order): New procedure
26908         Add appropriate calls to this procedure throughout
26909         Also throughout, check entity name before doing any other checks
26910
26911         * snames.h snames.ads, snames.adb: Add pragma Persistent_BSS
26912         Remove obsolete pragma Persistent_Data, Persistent_Object
26913         Add entries for pragma Pure_05 and Preelaborate_05
26914         Add entries for Assertion_Policy pragma and associated names
26915         Add some names for pragma argument processing
26916
26917         * tbuild.ads, tbuild.adb: (Make_Linker_Section_Pragma): New function
26918
26919 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
26920
26921         * sem_warn.adb (Warn_On_Known_Condition): If the constant expression
26922         appears within a negation (either from source or as a rewriting of
26923         inequality) adjust text of warning accordingly.
26924
26925 2005-06-14  Thomas Quinot  <quinot@adacore.com>
26926
26927         * s-strxdr.adb: Follow AI95-00132
26928
26929 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
26930
26931         * s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
26932
26933 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
26934             Jose Ruiz  <ruiz@adacore.com>
26935
26936         * s-tposen.adb, s-tpobop.adb
26937         (Exceptional_Complete_Rendezvous): Save the occurrence and not only
26938         the exception id.
26939         (PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
26940         there is no violation of the Max_Entry_Queue_Length restriction (if it
26941         has been set); Program_Error is raised otherwise.
26942         (Requeue_Call): Before requeuing the task on the target entry queue we
26943         check that there is no violation of the Max_Entry_Queue_Length
26944         restriction (if it has been set); Program_Error is raised otherwise.
26945
26946 2005-06-14  Robert Dewar  <dewar@adacore.com>
26947
26948         * styleg.adb: Fix several remaining problems in -gnatyu switch
26949         Blank line count not reset at start
26950         Scanning outside source buffer in some cases
26951         Confusing message for blanks at end of file
26952         Non-empty blank lines not recognized
26953
26954         * nmake.adt: Modify header so that xnmake does not generate output
26955         files with multiple blank lines.
26956
26957         * treeprs.adt: Remove a blank line so that output from xtreeprs does
26958         not have an extra blank line
26959
26960 2005-06-14  Sergey Rybin  <rybin@adacore.com>
26961
26962         * styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
26963
26964 2005-06-14  Doug Rupp  <rupp@adacore.com>
26965             Vincent Celier  <celier@adacore.com>
26966
26967         * vms_conv.ads, vms_conv.adb: Remove "Library" command.
26968         Update copyright.
26969
26970         * vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26971         Remove "Library" command.
26972         Change keyword for style check -gnatyd from NOCRLF to
26973         DOS_LINE_ENDINGS.
26974         Remove useless second style check keyword NONE
26975         Remove help documentation for inexistent style check keyword
26976         RM_COLUMN_LAYOUT.
26977         Add help documentation for style check keywords DOS_LINE_ENDINGS,
26978         UNNECESSARY_BLANK_LINES and XTRA_PARENS
26979         Add UNNECESSARY_BLANK_LINES for -gnatyu
26980         Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
26981
26982         * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
26983
26984 2005-06-14  Vincent Celier  <celier@adacore.com>
26985
26986         * makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
26987         gprmake was invoked with -d.
26988         (Compile_Sources): If -d was used, output the "completed ..." message
26989         for each compilation.
26990         (Scan_Arg): Recognize new switch -d
26991         When -c and at least one main is specified, set
26992         Unique_Compile to True to guarantee that no other sources will be
26993         compiled.
26994
26995 2005-06-14  Matthew Heaney  <heaney@adacore.com>
26996
26997         * a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
26998         * a-swuwha.ads, a-swuwha.adb: New files
26999
27000         * a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
27001         * a-szuzha.ads, a-szuzha.adb: New files.
27002
27003         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
27004         a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
27005         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
27006         a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
27007         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
27008         a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
27009         a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
27010         a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
27011         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
27012         a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
27013         Ada 2005 RM.
27014
27015 2005-06-10  Eric Botcazou  <ebotcazou@adacore.com>
27016             Olivier Hainque  <hainque@adacore.com>
27017             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27018             Pascal Obry  <obry@adacore.com>
27019
27020         * gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
27021
27022         * trans.c (call_to_gnu): Issue a warning for users of Starlet when
27023         making a temporary around a procedure call because of non-addressable
27024         actual parameter.
27025         (process_freeze_entity): If entity is a private type, capture size
27026         information that may have been computed for the full view.
27027         (tree_transform, case N_Allocator): If have initializing expression,
27028         check type for Has_Constrained_Partial_View and pass that to
27029         build_allocator.
27030         (tree_transform, case N_Return_Statement): Pass extra arg to
27031         build_allocator.
27032
27033         * decl.c (annotate_value): Remove early return if -gnatR is not
27034         specified.
27035         (gnat_to_gnu_field): Don't make a packable type for a component clause
27036         if the position is byte aligned, the field is aliased, and the clause
27037         size isn't a multiple of the packable alignment. It serves no useful
27038         purpose packing-wise and would be rejected later on.
27039         (gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
27040
27041         PR ada/20515
27042         (gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
27043         context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
27044         instead.
27045         (create_concat_name): Idem.
27046
27047 2005-06-10  Robert Dewar  <dewar@adacore.com>
27048             Eric Botcazou  <ebotcazou@adacore.com>
27049             Ben Brosgol  <brosgol@adacore.com>
27050             Cyrille Comar  <comar@adacore.com>
27051             Sergey Rybin  <rybin@adacore.com>
27052             Pascal Obry  <obry@adacore.com>
27053
27054         * gnat_rm.texi: Add documentation for pragma Persistent_BSS
27055         Document second argument (Ada_05) of pragma Obsolescent
27056         Add note that call to subprogram marked with pragma Obsolescent
27057         is now considered to be a violation of program Restrictions
27058         (No_Obsolescent_Features).
27059         (Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
27060         that only machine-dependent attributes are supported.
27061
27062         * gnat_ugn.texi:
27063         Commented out menu lines and empty section for gnatclean examples
27064         Document -gnatwy/Y
27065         Fix some over long lines
27066         Clarify and enhance documentation of ADA_PROJECT_PATH.
27067         Rework section 2.11.2(3) about linking with a non-GNU compiler.
27068         Mention new switch -fcallgraph-info.
27069         Mention new switch -fstack-usage.
27070         For gnatpp, replace '-notab' with '-N' and add this option to Index
27071         Corrected VMS example.
27072         VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
27073         Minor reformatting
27074         Add documentation for -gnatyu switch (unnecessary blank lines)
27075         Document new switch -U for GNAT PRETTY and GNAT METRIC
27076         Add note about Stdcall being handled as C convention on non Windows OS.
27077         Remove some junk typo in description of gnatbind -S switch
27078         Remove reference to Extensions_Allowed pragma
27079         Document the new order of the directories to be searched (source and
27080         object directories of project files before directories in ADA_*_PATH
27081         environment variables.
27082
27083         * g-trasym.ads: Document that IRIX is supported
27084
27085 2005-06-10  Arnaud Charlet  <charlet@adacore.com>
27086
27087         * Makefile.in: Add initialize.o when needed.
27088         Adapt to new VMS package body Symbols and subunits
27089         No specialized version of a-sytaco is needed for VxWorks.
27090
27091         * a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
27092         * a-zchara.ads, a-widcha.ads: New files.
27093
27094         * system-hpux-ia64.ads: New file.
27095
27096         * i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
27097         is imported from the VxWorks kernel.
27098
27099 2005-06-14  Robert Dewar  <dewar@adacore.com>
27100
27101         * g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
27102         fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
27103         a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
27104         s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
27105         a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
27106         g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
27107         i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
27108         namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
27109         sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
27110         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
27111         s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
27112         xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
27113
27114 2005-06-14  Thomas Quinot  <quinot@adacore.com>
27115
27116         * xeinfo.adb: Fix typo in comment
27117
27118 2005-06-14  Javier Miranda  <miranda@adacore.com>
27119
27120         * repinfo.ads: Fix typo in comment
27121
27122 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
27123
27124         * s-finimp.adb (Parent_Tag): Delete this imported function (function
27125         Parent_Tag is now in the visible part of Ada.Tags).
27126         (Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
27127         using imported function.
27128
27129 2005-06-14  Bernard Banner  <banner@adacore.com>
27130
27131         * vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
27132         also apply for handling support for VxSim 653.
27133
27134 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
27135
27136         * xsnames.adb: Add automatic generation of snames.h.
27137
27138 2005-06-14  Thomas Quinot  <quinot@adacore.com>
27139
27140         * gen-soccon.c: Add IP_MULTICAST_IF constant
27141         Minor reformatting and adjustments to prevent warnings.
27142
27143 2005-06-14  Pascal Obry  <obry@adacore.com>
27144
27145         * seh_init.c: Do not include <sys/stat.h>. This is not needed.
27146
27147 2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
27148
27149         * trans.c (gnat_gimplify_expr): Call
27150         recompute_tree_invarant_for_addr_expr when we change
27151         the operand of the ADDR_EXPR.
27152
27153 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27154
27155         * misc.c: Don't include errors.h.
27156
27157 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27158
27159         * raise.c (db): Add ATTRIBUTE_PRINTF_2.
27160
27161 2005-05-29  Kazu Hirata  <kazu@cs.umass.edu>
27162
27163         * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
27164         comment typos.
27165         * gnat_rm.texi, gnat_ugn.texi: Fix typos.
27166
27167 2005-05-16  Nathanael Nerode  <neroden@gcc.gnu.org>
27168
27169         PR ada/20270
27170         * Makefile.in: Make TGT_LIB behave correctly.
27171
27172 2005-04-23  DJ Delorie  <dj@redhat.com>
27173
27174         * misc.c: Adjust warning() callers.
27175
27176 2005-04-16  Laurent Guerby  <laurent@guerby.net>
27177
27178         PR ada/18847
27179         * a-nudira.adb (Value): Check for valid string.
27180         * a-nuflra.adb (Value): Likewise.
27181
27182 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
27183
27184         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
27185
27186 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
27187
27188         * adaint.c, init.c, tracebak.c: Fix comment typos.
27189         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
27190
27191 2005-04-07  Laurent Guerby  <laurent@guerby.net>
27192             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27193
27194         * Makefile.in: Add make ifeq define for hppa linux tasking support.
27195         * system-hpux.ads: Define Signed_Zeros to be True.
27196         * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
27197
27198 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
27199
27200         * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
27201         raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
27202         typos.
27203
27204 2005-03-30  Tom Tromey  <tromey@redhat.com>
27205
27206         * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
27207
27208 2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
27209
27210         * adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
27211
27212 2005-03-29  Robert Dewar  <dewar@adacore.com>
27213
27214         * sem_res.adb (Resolve_Real_Literal): Generate warning if static
27215         fixed-point expression has value that is not a multiple of the Small
27216         value.
27217
27218         * opt.ads (Warn_On_Bad_Fixed_Value): New flag
27219
27220         * s-taprop-tru64.adb (RT_Resolution): Return an integer number of
27221         nanoseconds.
27222
27223         * ug_words: Add entry for [NO_]BAD_FIXED_VALUES for -gnatwb/-gnatwB
27224
27225 2005-03-29  Vincent Celier  <celier@adacore.com>
27226
27227         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb
27228         (Build_Dynamic_Library.Version_String): Return the empty string when
27229         Lib_Version is empty or when the symbol policy is not Autonomous.
27230
27231         * symbols-vms-alpha.adb (Finalize): For symbol policy Compliant, when
27232         a symbol is not in the reference symbol file, increase the Major ID
27233         and set the Minor ID to 0.
27234         Use gsmatch=lequal instead of gsmatch=equal
27235
27236 2005-03-29  Doug Rupp  <rupp@adacore.com>
27237
27238         * adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical
27239         name and translate.
27240
27241 2005-03-29  Javier Miranda  <miranda@adacore.com>
27242
27243         * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
27244         (Inherit_DT): The first formal has been redefined as a Tag.
27245         This allows us the removal of the subprogram Get_TSD.
27246         (TSD): Replace the call to Get_TSD by the actual code.
27247
27248         * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD.
27249         (Make_DT): Upgrade the call to Inherit_TSD according to the
27250         new interface: the first formal is now a Tag.
27251
27252         * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been
27253         redefined as a Tag.
27254         This change allows us to remove the subprogram Get_TSD.
27255         (CPP_Get_TSD): Subprogram removed.
27256         (TSD): Replace the call to CPP_Get_TSD by the actual code.
27257
27258         * rtsfind.ads: Remove support to call the run-time
27259         subprogram Get_TSD
27260
27261 2005-03-29  Robert Dewar  <dewar@adacore.com>
27262
27263         * errutil.adb, errout.adb:
27264         Minor comment updates on Line_Terminator references
27265
27266         * par-ch10.adb: Add ??? comment about line terminator
27267
27268         * styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
27269         (check dos line terminator).
27270         (Check_Line_Max_Length): New procedure, split off from the existing
27271         Check_Line_Terminator routine. Separating this out allows -gnatyf to
27272         be properly recognized.
27273
27274         * styleg.adb: Add ??? comment for line terminator reference
27275
27276         * scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
27277         (Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)
27278
27279         * styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
27280         (check dos line terminator).
27281         (Check_Line_Max_Length): New procedure, split off from the existing
27282         Check_Line_Terminator routine. Separating this out allows -gnatyf to
27283         be properly recognized.
27284
27285         * stylesw.ads, stylesw.adb:
27286         Add handling for new -gnatyd switch (check dos line terminator)
27287
27288         * switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
27289         Recognize -gnatwb/-gnatwB switches
27290         Include Warn_On_Bad_Fixed_Value for -gnatg
27291
27292         * usage.adb:
27293         Add line for new -gnatyd switch (check dos line terminator)
27294
27295         * usage.adb: Add lines for -gnatwb/-gnatwB
27296
27297         * vms_data.ads: Add entry for NOCRLF (-gnatyd)
27298
27299         * vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB
27300
27301         * gnat_ugn.texi: Fix overlong lines
27302         Document new -gnatyd switch
27303         Document new -gnatwb/-gnatwB switches
27304
27305 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27306
27307         * exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in
27308         order to retrieve the component list of the type, before examining
27309         individual components.
27310
27311         * sem_type.adb (Covers): Types are compatible if one is the base type
27312         of the other, even though their base types might differ when private
27313         views are involved.
27314
27315 2005-03-29  Thomas Quinot  <quinot@adacore.com>
27316
27317         * exp_dist.adb (Add_RAST_Features, PolyORB version): Set the From_Any,
27318         To_Any and TypeCode TSSs on RAS types directly using Set_TSS, instead
27319         of using Set_Renaming_TSS. This ensures that the TSS bodies are not
27320         analyzed if expansion is disabled (which could otherwise cause spurious
27321         error messages if expansion has been disabled due to previous
27322         (unrelated) errors).
27323
27324         * sem_prag.adb (Analyze_Pragma, case Asynchronous): If RAS expansion
27325         is disabled, the entity denoted by the argument is the access type
27326         itself, not an underlying record type, so there is no need to go back
27327         to the Corresponding_Remote_Type.
27328
27329 2005-03-29  Gary Dismukes  <dismukes@adacore.com>
27330             Robert Dewar  <dewar@adacore.com>
27331
27332         * exp_intr.adb (Expand_Dispatching_Constructor_Call): New procedure to
27333         expand a call to an instance of
27334         Ada.Tags.Generic_Dispatching_Constructor into a dispatching call to the
27335         Constructor actual of the instance. A class-wide membership
27336         check is also generated, to ensure that the tag passed to the instance
27337         denotes a type in the class.
27338         (Expand_Intrinsic_Call): Call Expand_Dispatching_Constructor in the case
27339         of Name_Generic_Dispatching_Constructor.
27340
27341         * Makefile.rtl: Add a-tgdico.ads to the list of library units (new Ada
27342         05 unit for AI-260-02).
27343
27344         * a-tgdico.ads: New file.
27345
27346         * impunit.adb (Non_Imp_File_Names_05): Add entry "a-tgdico" for new
27347         predefined Ada 05 generic unit Ada.Tags.Generic_Dispatching_Constructor.
27348
27349         * snames.ads, snames.adb (Preset_Names): Add entry for
27350         Generic_Dispatching_Constructor.
27351
27352         PR ada/20300
27353         * sem_ch8.adb (Find_Direct_Name): Go to root type for check of
27354         character type cases.
27355         (Analyze_Subprogram_Renaming): Add special handling for
27356         the case of renaming of stream attributes when the renaming denotes a
27357         generic formal subprogram association for an abstract formal subprogram.
27358         Check that the attribute is a primitive stream attribute (and not
27359         a class-wide stream attribute) and then rewrite the attribute name
27360         as the name of the appropriate compiler-generated stream primitive.
27361
27362 2005-03-29  Robert Dewar  <dewar@adacore.com>
27363
27364         * exp_util.adb (Remove_Side_Effects): Properly propagate arguments to
27365         recursive calls.
27366         (Is_Possibly_Unaligned_Object): Correct typo that
27367         resulted in inaccurate result for unaligned scalars within records.
27368
27369 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27370
27371         * freeze.adb (Freeze_Record_Type): If the type of the component is an
27372         itype whose parent is controlled and not yet frozen, do not create a
27373         freeze node for the itype if expansion is disabled.
27374
27375 2005-03-29  Vincent Celier  <celier@adacore.com>
27376
27377         * make.adb (Gnatmake): Don't fail if the main project file is declared
27378         as having no Ada sources. Do not display message "no sources to
27379         compile" in quiet output.
27380
27381 2005-03-29  Doug Rupp  <rupp@adacore.com>
27382
27383         * Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as
27384         extra tools.
27385
27386 2005-03-29  Robert Dewar  <dewar@adacore.com>
27387
27388         * par-ch12.adb (P_Generic): Give better msg for illegal private generic
27389         child.
27390
27391 2005-03-29  Robert Dewar  <dewar@adacore.com>
27392
27393         * par-ch3.adb (P_Type_Declaration): Fix bad error recovery after
27394         missing TYPE Improve the error message generated when compiling a
27395         limited interface in Ada83 or Ada95 mode.
27396
27397 2005-03-29  Robert Dewar  <dewar@adacore.com>
27398
27399         * par-ch4.adb (P_Name): When a bad attribute is returned, return error,
27400         rather than proceed ahead using a junk attribute name.
27401
27402 2005-03-29  Vincent Celier  <celier@adacore.com>
27403
27404         * prj.ads, prj.adb: (Project_Data): Add new component Display_Name
27405
27406         * prj-part.adb (Parse_Single_Project): Set the location of a project
27407         on its defining identifier, rather than on the reserved word "project".
27408
27409         * prj-proc.adb (Expression): Adapt to the fact that default of external
27410         references may be string expressions, not always literal strings.
27411         (Recursive_Process): Set Display_Name equal to Name
27412         when Location is No_Location, that is when there is no actual file.
27413         Get the Display_Name of the project from the source, when it is not a
27414         virtual project.
27415         (Process): Use the Display_Name in error messages
27416
27417         * prj-strt.adb (External_Reference): Allow default to be string
27418         expressions, not only literal strings.
27419
27420 2005-03-29  Vincent Celier  <celier@adacore.com>
27421
27422         * prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
27423         file and the reference symbol file to be the same file.
27424
27425 2005-03-29  Thomas Quinot  <quinot@adacore.com>
27426
27427         * sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to
27428         forbid conversion of a local access-to-subprogram type to a remote one.
27429
27430         * sem_util.adb (Wrong_Type): For a record type that is the expanded
27431         equivalent type for a remote access-to-subprogram type, go back to the
27432         original RAS entity when displaying an error message, so the casing is
27433         the original source casing.
27434
27435 2005-03-29  Robert Dewar  <dewar@adacore.com>
27436
27437         * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
27438         on param update.
27439
27440 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27441
27442         * sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual
27443         subtype if code is being pre-analyzed, to prevent un-expanded
27444         references to protected formals, among others.
27445         (Analyze_Explicit_Dereference): If the overloaded prefix includes some
27446         interpretation that can be a call, include the result of the call as a
27447         possible interpretation of the dereference.
27448
27449         * sem_ch5.adb (Process_Bounds): Determine type of range by
27450         pre-analyzing a copy of the original range, and then analyze the range
27451         with the expected type.
27452
27453         * sem_res.adb (Check_Parameterless_Call): For an explicit dereference
27454         with an overloaded prefix where not all interpretations yield an
27455         access to subprogram, do not rewrite node as a call.
27456         (Resolve_Explicit_Dereference): Recognize the previous case and rewrite
27457         the node as a call once the context identifies the interpretation of
27458         the prefix whose call yields the context type.
27459         (Valid_Conversion): For the case of a conversion between
27460         local access-to-subprogram types, check subtype conformance using
27461         Check_Subtype_Conformant instead of Subtype_Conformant, to have a more
27462         detailed error message.
27463
27464 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
27465
27466         * sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null
27467         indicator, indicate that the formal can never be null.
27468         (Process_Formals): If a formal has a non_null indicator, insert the
27469         resulting subtype immediately before the enclosing subprogram decl,
27470         and not at the beginning of the corresponding declarative part, to
27471         prevent access before elaboration (Ada2005).
27472
27473 2005-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
27474
27475         PR ada/19956
27476         * utils.c (finish_record_type): Use variable_size when setting sizes.
27477
27478 2005-03-29  Robert Dewar  <dewar@adacore.com>
27479
27480         * xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to
27481         guarantee Unix style line terminators for the output files, even when
27482         running on windows.
27483
27484 2005-03-29  Robert Dewar  <dewar@adacore.com>
27485
27486         * a-direct.ads, a-direct.adb (Start_Search): Free allocated search
27487         buffer if an exception is raised.
27488
27489 2005-03-29  Ed Falis  <falis@adacore.com>
27490
27491         * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
27492         VxWorks 653 1.4
27493
27494 2005-03-29  Robert Dewar  <dewar@adacore.com>
27495
27496         * sem_util.ads: Minor reformatting
27497         * gnat_rm.texi: Minor editing.
27498
27499 2005-03-29  Eric Botcazou  <ebotcazou@adacore.com>
27500
27501         * decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
27502         * trans.c (tree_transform) <N_Identifier>: Use correct predicates.
27503
27504 2005-03-24  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
27505
27506         * adaint.c (__gnat_portable_spawn): Adjust cast.
27507
27508 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
27509
27510         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
27511
27512 2005-03-17  Pascal Obry  <obry@adacore.com>
27513
27514         * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
27515         used.
27516
27517         * expect.c (__gnat_waitpid): Moved here from adaint.c.
27518         Reimplement under Win32 using Win32 API.
27519
27520         (__gnat_kill) [Win32]: Properly close the process handle before leaving
27521         this routine.
27522
27523 2005-03-17  Eric Botcazou  <ebotcazou@adacore.com>
27524
27525         * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
27526         (DECL_RENAMED_OBJECT): New accessor macro.
27527         (SET_DECL_RENAMED_OBJECT): New setter macro.
27528
27529         * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
27530         object in all cases.  Attach the renamed object to the VAR_DECL.
27531         (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
27532         field is not prescribed.
27533
27534         * misc.c (gnat_handle_option): Handle -gnatO separately.
27535         (gnat_print_decl) <VAR_DECL>: New case.
27536         Print the DECL_RENAMED_OBJECT node.
27537
27538         * lang.opt:  Declare separate -gnatO option.
27539
27540         * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
27541         pointer, replace it with the renamed object.
27542         <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
27543         pointer type if the source is not a fat pointer type whose underlying
27544         array has the same non-zero alias set as that of the destination array.
27545
27546 2005-03-17  Javier Miranda  <miranda@adacore.com>
27547
27548         * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
27549         (Get_Inheritance_Depth): Removed.
27550         (Set_Inheritance_Depth): Removed.
27551
27552         * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
27553         subprogram Get_Expanded_Name because it is not referenced by the
27554         frontend.
27555
27556         * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
27557         (CPP_Get_Inheritance_Depth): Removed.
27558         (CPP_Set_Inheritance_Depth): Removed.
27559
27560         * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
27561
27562 2005-03-17  Robert Dewar  <dewar@adacore.com>
27563
27564         * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
27565         3, since we now expect GCC 3 to do all the work.
27566
27567 2005-03-17  Javier Miranda  <miranda@adacore.com>
27568
27569         * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
27570         of one barrier to avoid wrong usage of this attribute.
27571
27572         * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
27573         First_Private_Entity.
27574
27575         * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
27576         the subprogram against wrong usage.
27577         Adapt the code to traverse the entities in the
27578         scope of a record_type because in addition to its usage regarding
27579         packages, this subprogram is also called by Expand_N_Freeze_Entity
27580         to install the visible declarations of the enclosing scope of a
27581         record_type_with_private to establish the proper visibility before
27582         freezing the entity and related subprograms.
27583
27584 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
27585
27586         * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
27587         entry formals.
27588
27589 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27590
27591         * exp_ch3.adb (Check_Attr): New subprogram.
27592         (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
27593         into a new Check_Attr subprogram, in order to provide a more
27594         explanatory error message (including the name of the missing attribute).
27595         (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
27596         subprogram determines whether a default implementation exists for a
27597         given stream attribute.
27598         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
27599         Determine whether to generate a default implementation for each stream
27600         attribute separately, as this depends on the specific attribute.
27601
27602         * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
27603         limited extension where a stream attribute is missing for a limited
27604         component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
27605         generate a bogus reference to the missing attribute to prevent
27606         cascaded errors. Instead, generate a null statement.
27607
27608         * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
27609         available for a limited type if it has been specified for an ancestor
27610         of the type.
27611
27612 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
27613
27614         * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
27615         entity is an operator.
27616
27617 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27618
27619         * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
27620         spec, to make this predicate available to other units.
27621
27622         * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
27623         reimplementing it.
27624
27625         * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
27626         when no distribution runtime library is available.
27627
27628         * sem_res.adb, sem_dist.adb: Disable expansion of remote
27629         access-to-subprogram types when no distribution runtime library is
27630         available.
27631         (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
27632         predicate available to other units.
27633
27634         * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
27635         spec, to make this predicate available to other units.
27636
27637 2005-03-17  Vincent Celier  <celier@adacore.com>
27638
27639         * make.adb (Insert_Project_Sources): Make sure the Q is always
27640         initialized.
27641
27642         * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
27643         the default for the tree, not the global default naming.
27644
27645         * prj-proc.adb (Recursive_Process): No need to put the default naming
27646         in the project data, it's already there.
27647
27648 2005-03-17  Doug Rupp  <rupp@adacore.com>
27649
27650         * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
27651
27652         * 5xcrtl.ads: Renamed to...
27653         * s-crtl-vms64.ads: ...this new file
27654
27655 2005-03-17  Robert Dewar  <dewar@adacore.com>
27656
27657         PR ada/19519
27658         * namet.adb (Copy_One_Character): Set proper wide character encoding
27659         for upper half character if we have upper half encoding.
27660
27661 2005-03-17  Robert Dewar  <dewar@adacore.com>
27662
27663         * par.adb (Par): Improved msg for attempt to recompile predefined unit
27664
27665 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27666
27667         * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
27668         tagged limited type, the TSS is a newly built renaming declaration:
27669         insert it using Set_TSS, not Copy_TSS.
27670
27671 2005-03-17  Javier Miranda  <miranda@adacore.com>
27672
27673         * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
27674         Try_Object_Operation): Analyze the object that is accessible
27675         through the prefix of the subprogram call before we apply
27676         the transformation of the object-operation notation.
27677
27678 2005-03-17  Jose Ruiz  <ruiz@adacore.com>
27679
27680         * s-taprob.adb (Initialize_Protection): Initialize the protected
27681         object's owner to Null_Task.
27682         (Lock): If pragma Detect_Blocking is in effect and the caller of this
27683         procedure is already the protected object's owner then Program_Error
27684         is raised. In addition the protected object's owner is updated.
27685         (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
27686         of this procedure is already the protected object's owner then
27687         Program_Error is raised.
27688         In addition the protected object's owner is updated.
27689         (Unlock): Remove the ownership of the protected object.
27690
27691         * s-taprob.ads (Protection): Add the field Owner, used to store the
27692         protected object's owner.
27693         This component is needed for detecting one type of potentially blocking
27694         operations (external calls on a protected subprogram with the same
27695         target object as that of the protected action). Document the rest of
27696         the components.
27697
27698         * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
27699         Initialize the protected object's owner to Null_Task.
27700         (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
27701         caller of this procedure is already the protected object's owner then
27702         Program_Error is raised.
27703         Do not raise Program_Error when this procedure is called from a
27704         protected action.
27705         (Unlock_Entries): Remove the ownership of the protected object.
27706         (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
27707         of this procedure is already the protected object's owner then
27708         Program_Error is raised.
27709         Do not raise Program_Error when this procedure is called from
27710         a protected action.
27711
27712         * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
27713         used to store the protected object's owner.
27714
27715         * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
27716         effect and this procedure (a potentially blocking operation) is called
27717         from whithin a protected action, Program_Error is raised.
27718         (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
27719         and this procedure (a potentially blocking operation) is called from
27720         whithin a protected action, Program_Error is raised.
27721
27722 2005-03-17  Vincent Celier  <celier@adacore.com>
27723             Nicolas Setton  <setton@adacore.com>
27724
27725         * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
27726         switch, not supported by the linker on Darwin. Add '_' before
27727         <library>init, as this character is added unconditionally by the
27728         compiler.
27729         (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
27730         correct one ".dylib". This fixes detection of the archive files when
27731         building library projects.
27732
27733 2005-03-17  Vincent Celier  <celier@adacore.com>
27734
27735         * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
27736         -gnat83, -gnat95 and -gnat05.
27737
27738 2005-03-17  Vasiliy Fofanov  <fofanov@adacore.com>
27739
27740         * gnat_ugn.texi: Document gnatmem restriction
27741
27742 2005-03-17  Thomas Quinot  <quinot@adacore.com>
27743
27744         * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
27745         cleanup
27746
27747 2005-03-17  Robert Dewar  <dewar@adacore.com>
27748
27749         * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
27750         a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
27751         s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
27752
27753         * casing.adb: Comment improvements
27754
27755 2005-03-17  Pascal Obry  <obry@adacore.com>
27756
27757         * g-expect.adb: Minor reformatting.
27758
27759 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
27760
27761         * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
27762         (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
27763         to dependencies.
27764
27765 2005-03-15  Vincent Celier  <celier@adacore.com>
27766
27767         * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
27768         Add new parameter In_Tree to specify the project tree: needed
27769         by the project manager. Adapt to changes in project manager
27770         using new parameter In_Tree.
27771
27772 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
27773
27774         * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
27775         ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
27776         ada/bldtools to avoid make -jN failures.
27777
27778 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27779
27780         * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
27781         to NULL_TREE on entry.
27782
27783 2005-03-15  Robert Dewar  <dewar@adacore.com>
27784
27785         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
27786         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
27787         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
27788         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
27789         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
27790         system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
27791         system-interix.ads, system-solaris-sparc.ads,
27792         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
27793         system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
27794         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
27795         system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
27796         system-linux-s390.ads, system-linux-s390x.ads: Add line defining
27797         Compiler_System_Version to be False.
27798
27799         * opt.ads: Add new flag Opt.Address_Is_Private
27800
27801         * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
27802         Add new parameter Compiler_System_Version to avoid checking for
27803         completeness of parameters when compiler is compiling itself.
27804         Allows old versions of GNAT to be compiled with new compiler.
27805
27806 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
27807
27808         * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
27809         (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
27810         calling thread.
27811         (Stack_Base_Available): New flag.
27812         (Get_Page_Size): New overloaded functions imported from C.
27813         (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
27814         PROT_ON, PROT_OFF): New constants.
27815         (mprotect): New function imported from C.
27816         (pthread_teb_t): New record type.
27817
27818         * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
27819         (Create_Task): Account for the Yellow Zone and the guard page.
27820
27821 2005-03-15  Vincent Celier  <celier@adacore.com>
27822
27823         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
27824         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
27825         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
27826         mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
27827         Library_File_Name_For): Add new parameter In_Tree
27828         to specify the project tree: needed by the project manager.
27829         Adapt to changes in project manager using new parameter In_Tree.
27830         Remove local imports, use functions in System.CRTL.
27831
27832         * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
27833         to use the project manager.
27834
27835         * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
27836         In_Tree to designate the project tree. Adapt to changes in the project
27837         manager, using In_Tree.
27838
27839         * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
27840         Copy_Interface_Sources): Add new parameter In_Tree to specify the
27841         project tree: needed by the project manager.
27842         (Build_Library): Check that Arg'Length >= 6 before checking if it
27843         contains "--RTS=...".
27844
27845         * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
27846         Library_File_Name_For): Add new parameter In_Tree to specify the
27847         project tree: needed by the project manager.
27848
27849         * prj.ads, prj.adb: Major modifications to allow several project trees
27850         in memory at the same time.
27851         Change tables to dynamic tables and hash tables to dynamic hash
27852         tables. Move tables and hash tables from Prj.Com (in the visible part)
27853         and Prj.Env (in the private part). Move some constants from the visible
27854         part to the private part. Make other constants deferred.
27855         (Project_Empty): Make it a variable, not a function
27856         (Empty_Project): Add parameter Tree. Returns the data with the default
27857         naming data of the project tree Tree.
27858         (Initialize): After updating Std_Naming_Data, copy its value to the
27859         component Naming of Project Empty.
27860         (Register_Default_Naming_Scheme): Use and update the default naming
27861         component of the project tree, instead of the global variable
27862         Std_Naming_Data.
27863         (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
27864         Tree is not defaulted, return the default naming data of the Tree.
27865         (Initial_Buffer_Size): Constant moved from private part
27866         (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
27867         variables initialized in procedure Initialize.
27868         (Add_To_Buffer): Add two in out parameters to replace global variables
27869         Buffer and Buffer_Last.
27870         (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
27871         functions.
27872         Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
27873         hash tables.
27874         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27875         for the project tree.
27876         (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
27877         constant at the beginning of the package spec, so that they cane be used
27878         in subprograms before their full declarations.
27879         (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
27880         (Empty_Project): Add parameter of type Project_Node_Ref
27881         (Private_Project_Tree_Data): Add component Default_Naming of type
27882         Naming_Data.
27883         (Buffer, Buffer_Last): remove global variables
27884         (Add_To_Buffer): Add two in out parameters to replace global variables
27885         Buffer and Buffer_Last.
27886         (Current_Packages_To_Check): Remove global variable
27887         (Empty_Name): Move to private part
27888         (No-Symbols): Make it a constant
27889         (Private_Project_Tree_Data): New type for the private part of the
27890         project tree data.
27891         (Project_Tree_Data): New type for the data of a project tree
27892         (Project_Tree_Ref): New type to designate a project tree
27893         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
27894         for the project tree.
27895
27896         * prj-attr.ads: Add with Table; needed, as package Prj no longer
27897         imports package Table.
27898
27899         * prj-com.adb: Remove empty, no longer needed body
27900
27901         * prj-com.ads: Move most of the content of this package to package Prj.
27902
27903         * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
27904         designate the project node tree and Packages_To_Check to replace
27905         global variable Current_Packages_To_Check.
27906         Add new parameters In_Tree and Packages_To_Check to local subprograms,
27907         when needed. Adapt to changes in project manager with project node tree
27908         In_Tree.
27909
27910         * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
27911         project tree to most subprograms. Move tables and hash tables to
27912         private part of package Prj.
27913         Adapt to changes in project manager using project tree In_Tree.
27914
27915         * prj-makr.adb (Tree): New constant to designate the project node tree
27916         Adapt to change in project manager using project node tree Tree
27917
27918         * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
27919         display the Library_Src_Dir and the Library_Dir.
27920         Add new parameter In_Tree to designate the project node tree to most
27921         subprograms. Adapt to changes in the project manager, using project tree
27922         In_Tree.
27923         (Check_Naming_Scheme): Do not alter the casing on platforms where
27924         the casing of file names is not significant.
27925         (Check): Add new parameter In_Tree to designate the
27926
27927         * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
27928         designate the project tree.
27929         Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
27930
27931         * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
27932         to replace those that were in the private part of package Prj.
27933         Add new parameter In__Tree to designate the project node tree to most
27934         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27935         (Post_Parse_Context_Clause): When specifying the project node of a with
27936         clause, indicate that it is a limited with only if there is "limited"
27937         in the with clause, not necessarily when In_Limited is True.
27938         (Parse): Add new parameter In_Tree to designate the project node tree
27939
27940         * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
27941         designate the project node tree. Adapt to change in Prj.Tree with
27942         project node tree In_Tree.
27943
27944         * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
27945         tree In_Tree in the call to function Empty_Process to give its initial
27946         value to the project data Processed_Data.
27947         Add new parameters In_Tree to designate the project tree and
27948         From_Project_Node_Tree to designate the project node tree to several
27949         subprograms. Adapt to change in project manager with project tree
27950         In_Tree and project node tree From_Project_Node_Tree.
27951
27952         * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
27953         to replace those that were in the private part of package Prj.
27954         Add new parameter In_Tree to designate the project node tree to most
27955         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
27956
27957         * prj-tree.ads, prj-tree.adb: Add new parameter of type
27958         Project_Node_Tree_Ref to most subprograms.
27959         Use this new parameter to store project nodes in the designated project
27960         node tree.
27961         (Project_Node_Tree_Ref): New type to designate a project node tree
27962         (Tree_Private_Part): Change table to dynamic table and hash tables to
27963         dynamic hash tables.
27964
27965         * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
27966         the project tree to most subprograms. Adapt to changes in project
27967         manager using project tree In_Tree.
27968
27969         * makegpr.adb (Project_Tree): New constant needed to use project
27970         manager.
27971
27972 2005-03-15  Olivier Hainque  <hainque@adacore.com>
27973
27974         * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
27975         for sigactions with SA_SIGINFO set. Call
27976         __gnat_adjust_context_for_raise before raising, to perform the
27977         potentially required adjustments to the machine context for the GCC
27978         unwinder.
27979
27980         * raise.h (__gnat_adjust_context_for_raise): New prototype.
27981
27982         * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
27983         Adjust PC by one in the provided machine context.
27984         (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
27985         so that the handler is passed the context structure to adjust prior to
27986         the raise.
27987         (__gnat_error_handler) HPUX: Adjust the signature to match what an
27988         SA_SIGINFO sigaction should look like. Call
27989         __gnat_adjust_context_for_raise before actually raising.
27990         (__gnat_adjust_context_for_raise): Default noop to help PC
27991         adjustments before raise from signal handlers.
27992         (__gnat_error_handler): Indirectly call a predicate function to
27993         determine if a condition should be resignaled or not.
27994         (__gnat_set_resignal_predicate): User interface to modify the predicate.
27995         (__gnat_default_resignal_p): Default GNAT predicate.
27996
27997 2005-03-15  Doug Rupp  <rupp@adacore.com>
27998
27999         * adaint.c: Prefix #include of VMS system header files with vms/
28000         [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
28001         Do not define a dummy function "convert_addresses" under Darwin,
28002         not needed.
28003
28004         * tb-alvms.c, expect.c: Prefix #include of VMS system header files
28005         with vms/
28006
28007 2005-03-15  Nicolas Setton  <setton@adacore.com>
28008
28009         * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
28010         PPC/AIX.
28011
28012 2005-03-15  Robert Dewar  <dewar@adacore.com>
28013
28014         * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
28015         AI-386.
28016
28017         * a-retide.ads: Minor comment changes
28018
28019 2005-03-15  Robert Dewar  <dewar@adacore.com>
28020
28021         * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
28022         a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
28023         Realloc_For_Chunk to private part of package.
28024         New subprograms for AI-301
28025
28026         * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
28027         Get_Line procedure.
28028         Avoid unnecessary use of Get/Set_Wide_String
28029
28030 2005-03-15  Robert Dewar  <dewar@adacore.com>
28031
28032         PR ada/13470
28033         * a-stunau.ads, a-stunau.adb:
28034         Change interface to allow efficient (and correct) implementation
28035         The previous changes to allow extra space in unbounded strings had
28036         left this interface a bit broken.
28037
28038         * a-suteio.adb: Avoid unnecessary use of Get/Set_String
28039
28040         * g-spipat.ads, g-spipat.adb: New interface for Get_String
28041         Minor reformatting (function specs)
28042
28043         * g-spitbo.adb: New interface for Get_String
28044
28045         * g-spitbo.ads: Minor reformatting
28046
28047         * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
28048
28049         * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
28050
28051 2005-03-15  Javier Miranda  <miranda@adacore.com>
28052             Robert Dewar  <dewar@adacore.com>
28053             Thomas Quinot  <quinot@adacore.com>
28054             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28055
28056         * atree.ads, atree.adb: Add support for Elist24 field
28057
28058         * atree.h: Fix wrong definition of Field27
28059         Add support for Elist16 field
28060         Add support for Elist24 field
28061
28062         * einfo.ads, einfo.adb (Abstract_Interfaces,
28063         Set_Abstract_Interfaces): New subprograms.
28064         (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
28065         subprograms.
28066         (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
28067         entities rather than a single node.
28068         (Is_Interface, Set_Is_Interface): New subprogram
28069         (First_Tag_Component): New syntesized attribute
28070         (Next_Tag_Component): New synthesized attribute
28071         (Write_Entity_Flags): Upgraded to write Is_Interface
28072         (Write_Field24_Name): Upgraded to write Abstract_Interfaces
28073         (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
28074         (Task_Body_Procedure): New subprogram to read this attribute.
28075         (Set_Task_Body_Procedure): New subprogram to set this attribute.
28076         (Has_Controlled_Component): Now applies to all entities.
28077         This is only a documentation change, since it always worked to apply
28078         this to other than composite types (yielding false), but now this is
28079         official.
28080         Update documentation on Must_Be_Byte_Aligned for new spec
28081
28082         * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
28083         exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
28084         uses of the Access_Disp_Table attribute to reference the first dispatch
28085         table associated with a tagged type. As
28086         part of the implementation of abstract interface types,
28087         Access_Disp_Table has been redefined to contain a list of dispatch
28088         tables (rather than a single dispatch table).
28089         Similarly, upgrade all the references to Tag_Component by the
28090         new attribute First_Tag_Component.
28091         (Find_Inherited_TSS): Moved to exp_tss.
28092         Clean up test in Expand_N_Object_Declaration for cases
28093         where we need to do a separate assignment of the initial value.
28094         (Expand_N_Object_Declaration): If the expression in the
28095         declaration of a tagged type is an aggregate, no need to generate an
28096         additional tag assignment.
28097         (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
28098         is to be deleted.
28099         Bit packed array ops are only called if operands are known to be
28100         aligned.
28101         (Component_Equality): When returning an N_Raise_Program_Error statement,
28102         ensure that its Etype is set to Empty to avoid confusing GIGI (which
28103         expects that only expressions have a bona fide type).
28104         (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
28105         determine the amount of data to be copied.
28106
28107         * par.adb (P_Interface_Type_Definition): New subprogram that parses the
28108         new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
28109             INTERFACE_TYPE_DEFINITION ::=
28110               [limited | task | protected | synchronized] interface
28111                 [AND interface_list]
28112
28113         * par-ch3.adb (P_Type_Declaration): Modified to give support to
28114         interfaces.
28115         (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
28116         interfaces.
28117         (P_Interface_Type_Definition): New subprogram that parses the new
28118         syntax rule of Ada 2005 interfaces
28119         (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
28120         messages by the correct RENAMES (quotes removed).
28121
28122         * sem_prag.adb: Upgrade all the references to Tag_Component by the new
28123         attribute First_Tag_Component.
28124
28125         * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
28126         (Interface_List, Set_Interface_List): New subprograms.
28127         (Interface_Present, Set_Interface_Present): New subprograms.
28128         (Limited_Present, Set_Limited_Present): Available also in derived
28129         type definition nodes.
28130         (Protected_Present, Set_Protected_Present): Available also in
28131         record type definition and
28132         derived type definition nodes.
28133         (Synchronized_Present, Set_Synchronized_Present): New subprograms.
28134         (Task_Present, Set_Task_Present): New subprogram.
28135         (Task_Body_Procedure): Removed.
28136         (Set_Task_Body_Procedure): Removed.
28137         These subprogram have been removed because the attribute
28138         Task_Body_Procedure has been moved to the corresponding task type
28139         or task subtype entity to leave a field free to store the list
28140         of interfaces implemented by a task (for AI-345)
28141         Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
28142         (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
28143         expression flag Do_Range_Check
28144         (Exception_Junk): Change to Flag7 to accomodate above change
28145         (Box_Present, Default_Name, Specification, Set_Box_Present,
28146         Set_Default_Name, Set_Specification): Expand the expression
28147         "X in N_Formal_Subprogram_Declaration" into the corresponding
28148         two comparisons. Required to use the csinfo tool.
28149
28150         * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
28151         "with string" given.
28152
28153         * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
28154         expression given.
28155
28156         * par-ch11.adb (P_Raise_Statement): Recognize with string expression
28157         in 2005 mode
28158
28159         * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
28160         attribute Task_Body_Procedure rather than the old semantic field that
28161         was available in the task_type_declaration node.
28162
28163         * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
28164         interface type definitions.
28165         (P_Formal_Derived_Type_Definition): Modified to handle the list of
28166         interfaces.
28167
28168         * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
28169         task type declaration.
28170         (P_Protected): Modified to handle the list of interfaces in a
28171         protected type declaration.
28172
28173 2005-03-15  Doug Rupp  <rupp@adacore.com>
28174             Vincent Celier  <celier@adacore.com>
28175
28176         * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
28177         (Gen_Output_File_C): Likewise.
28178         (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
28179
28180 2005-03-15  Thomas Quinot  <quinot@adacore.com>
28181
28182         * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
28183         is an N_Raise_Constraint_Error node, create a new copy of it without
28184         going through a call to Duplicate_Subexpr.
28185
28186 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
28187             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28188             Nicolas Setton  <setton@adacore.com>
28189             Ed Schonberg  <schonberg@adacore.com>
28190
28191         PR ada/19900
28192         PR ada/19408
28193         PR ada/19140
28194         PR ada/20255
28195         * decl.c (gnat_to_gnu_field): Reject aliased components with a
28196         representation clause that prescribes a size not equal to the rounded
28197         size of their types.
28198         (gnat_to_gnu_entity, case E_Component): Always look at
28199         Original_Record_Component if Present and not the entity.
28200         (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
28201         of tagged extension types by not making field for components that are
28202         inside the parent.
28203         (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
28204         (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
28205         expression to the type of the object when the object is constant.
28206         Reverse defer_debug_incomplete_list before traversing it, so that trees
28207         are processed in the order at which they were added to the list. This
28208         order is important when using the stabs debug format.
28209         If we are deferring the output of debug information, also defer this
28210         output for a function return type.
28211         When adding fields to a record, prevent emitting debug information
28212         for incomplete records, emit the information only when the record is
28213         complete.
28214         (components_to_record): New parameter defer_debug.
28215         (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
28216         (gnat_to_gnu_field_decl): New function.
28217         (substitution_list, annotate_rep): Call it.
28218         (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
28219         (gnat_to_gnu_entity, case E_Record_Type): Likewise.
28220         No longer update discriminants to not be a COMPONENT_REF.
28221         (copy_alias_set): Strip padding from input type; also handle
28222         unconstrained arrays properly.
28223
28224         * gigi.h (write_record_type_debug_info): New function.
28225         Convert to use ANSI-style prototypes. Remove unused
28226         declarations for emit_stack_check, elab_all_gnat and
28227         set_second_error_entity.
28228         (gnat_to_gnu_field_decl): New decl.
28229
28230         * utils.c (write_record_type_debug_info): New function.
28231         (finish_record_type): Delegate generation of debug information to
28232         write_record_type_debug_info.
28233         (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
28234         (update_pointer_to): Fix pasto.
28235         (convert) <UNION_TYPE>: Accept slight type variations when
28236         converting to an unchecked union type.
28237
28238         * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
28239         replace the N_Freeze_Entity with a null statement.
28240
28241         * freeze.adb (Freeze_Expression): If the freeze nodes are generated
28242         within a constrained subcomponent of an enclosing record, place the
28243         freeze nodes in the scope stack entry for the enclosing record.
28244         (Undelay_Type): New Subprogram.
28245         (Set_Small_Size): Pass T, the type to modify; all callers changed.
28246         (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
28247         within records; allow them to have freeze nodes if their base types
28248         aren't frozen yet.
28249
28250         * exp_util.adb (Remove_Side_Effects): Properly test for
28251         Expansion_Delayed and handle case when it's inside an
28252         N_Qualified_Expression.
28253
28254         * sem_ch3.adb (Derived_Type_Declaration): New predicate
28255         Comes_From_Generic, to recognize accurately that the parent type in a
28256         derived type declaration can be traced back to a formal type, because
28257         it is one or is derived from one, or because its completion is derived
28258         from one.
28259         (Constrain_Component_Type): If component comes from source and has no
28260         explicit constraint, no need to constrain in in a subtype of the
28261         enclosing record.
28262         (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
28263         Minor change to propagate Is_Ada_2005 flag
28264
28265         * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
28266         Expansion_Delayed is False.
28267         (assoc_to_constructor): Ignore fields that have a
28268         Corresponding_Discriminant.
28269         (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
28270         function returns "by target", dereference the target pointer using the
28271         type of the actual return value.
28272         <all>: Be prepared for a null gnu_result.
28273         (processed_inline_subprograms): Check flag_really_no_inline
28274         instead of flag_no_inline.
28275         (set_second_error_entity): Remove unused function.
28276         (gnat_to_gnu, case N_Selected_Component): Call
28277         gnat_to_gnu_field_decl.
28278         (assoc_to_constructor): Likewise.
28279
28280 2005-03-15  Robert Dewar  <dewar@adacore.com>
28281             Ed Schonberg  <schonberg@adacore.com>
28282             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28283
28284         * exp_pakd.adb (Create_Packed_Array_Type): Do not set
28285         Must_Be_Byte_Aligned for cases where we do not need to use a
28286         System.Pack_nn unit.
28287
28288         * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
28289         as procedures.
28290         Needed now that we do some processing for IN parameters as well. This
28291         may well fix some unrelated errors.
28292         (Expand_Call): Handle case of unaligned objects (in particular those
28293         that come from packed arrays).
28294         (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
28295         renamed entity is an inherited operation, re-expand the call using the
28296         original operation, which is the one to call.
28297         Detect attempt to inline parameterless recursive subprogram.
28298         (Represented_As_Scalar): Fix to work properly with private types
28299         (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
28300         accurate estimate. Yields True in far fewer cases than before,
28301         improving the quality of code that depends on this test.
28302
28303         * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
28304         over both visible and private declarations to remove them from tree,
28305         and mark subprograms declared in package as eliminated, to prevent
28306         spurious use in subsequent compilation of generic units in the context.
28307
28308         * exp_util.ads: Minor cleanup in variable names
28309
28310         * sem_eval.ads, sem_eval.adb: Minor reformatting
28311         (Compile_Time_Known_Bounds): New function
28312
28313 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28314
28315         * exp_ch7.adb (Convert_View): Use base types of underlying types when
28316         determining whether an unchecked conversion is needed for the argument
28317         of an initialization call.
28318
28319 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28320
28321         * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
28322         that appears in the instantiation rather than the internal subtype
28323         generated in the wrapper package, to avoid anomalies in gigi when the
28324         target is derived from a private type whose full view is an access type.
28325
28326 2005-03-15  Robert Dewar  <dewar@adacore.com>
28327
28328         * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
28329         not needed.
28330         Add documentation to replace the use of this flag
28331         Fix kludge for Maximum_Alignment on x86 so that it does not apply to
28332         the x86_64.
28333
28334 2005-03-15  Thomas Quinot  <quinot@adacore.com>
28335
28336         * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
28337         here from exp_attr so it can be shared between exp_attr and exp_dist.
28338         (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
28339         all TSS names, not a subset thereof, and the previous name introduced
28340         an unnecessarily confusion that a distinction might exist between
28341         "OK" TSS names and some "not OK" TSS names.
28342
28343 2005-03-15  Doug Rupp  <rupp@adacore.com>
28344
28345         * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
28346         Command_Name.
28347
28348 2005-03-15  Pascal Obry  <obry@adacore.com>
28349             Eric Botcazou  <ebotcazou@adacore.com>
28350
28351         PR ada/20226
28352         PR ada/20344
28353         * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
28354         when IN_RTS. This is to work around a bootstrap path problem.
28355
28356         * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
28357         table and pass it to __gnat_install_SEH_handler().
28358         (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
28359
28360         * lang.opt: Fix specification of -fRTS=.
28361
28362 2005-03-15  Doug Rupp  <rupp@adacore.com>
28363             Bernard Banner  <banner@adacore.com>
28364             Vincent Celier  <celier@adacore.com>
28365             Arnaud Charlet  <charlet@adacore.com>
28366
28367         PR ada/6852
28368         This change works fine when gnatlib is built from the gcc directory,
28369         but does not work when using the libada Makefile, since GCC_FOR_TARGET
28370         is not passed to ada/Makefile.in, so more work is needed by a
28371         Makefile/configure expert.
28372
28373         * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
28374         set GMEM_LIB on ia64 linux to add optional support for gnatmem.
28375         Setup gnatlink switch -M for x86_64 linux, as it is already setup
28376         for Linux x86.
28377         (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
28378         Run ranlib on libgccprefix.a
28379         Define PREFIX_OBJS for Darwin, to build libgccprefix.
28380         (ADA_INCLUDE_SRCS): Split Ada packages.
28381
28382 2005-03-15  Robert Dewar  <dewar@adacore.com>
28383
28384         * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
28385
28386         * impunit.adb: Add GNAT.UTF_32
28387
28388         * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
28389
28390         * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
28391         now uses GNAT.UTF_32).
28392
28393         * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
28394         capabilities for categorizing characters using Unicode categories
28395
28396 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28397
28398         * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
28399         instantiation that has been rewritten as a package body, retrieve spec
28400         to generate proper name for implicit_with_clause.
28401         (Install_Parents): Recognize a parent that is an instantiation but has
28402         been rewritten as a package declaration during analysis.
28403
28404 2005-03-15  Javier Miranda  <miranda@adacore.com>
28405             Ed Schonberg  <schonberg@adacore.com>
28406
28407         * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
28408         parameter reported some error we immediately return. This improves the
28409         behaviour of the frontend in case of errors.
28410         (Install_Parent, Remove_Parent): Introduce new flag
28411         Parent_Unit_Visible, to preserve the proper visibility of the ultimate
28412         ancestor of a generic child unit, when the child is being instantiated.
28413         (Inline_Instance_Body): If we are compiling the private
28414         part or the body of a child unit, restore the proper visibility of the
28415         parents after compiling the instance body.
28416
28417 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28418             Javier Miranda  <miranda@adacore.com>
28419
28420         PR ada/15608
28421         * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
28422         of a private type, in which case it is underlying_type that denotes
28423         the proper task. Also modified to use the new entity attribute
28424         that is directly available in the task type and task subtype entities
28425         (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
28426         arrays when other dimensions than the first are constrained by
28427         discriminants of an enclosing record.
28428         (Insert_Explicit_Dereference): If the prefix is an indexed component or
28429         a combination of indexed and selected components, find ultimate entity
28430         and generate the appropriate reference for it, to suppress spurious
28431         warnings.
28432         (Note_Possible_Modification): If an entity name has no entity, return.
28433         (Is_Variable): A function call never denotes a variable.
28434         (Requires_Transient_Scope): For record types, recurse only on
28435         components, not on internal subtypes that may have been generated for
28436         constrained components.
28437
28438 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28439
28440         * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
28441         Eliminated as candidates for resolution. Both efficient, and avoids
28442         anomalies with operators declared in deleted code.
28443         (Process_Implicit_Dereference_Prefix): Use this procedure whenever
28444         expansion is disabled (as when compiling a generic) to prevent spurious
28445         warnings on prefixes of selected components.
28446
28447 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28448
28449         * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
28450         attached to a list before checking whether it appears in the private
28451         declarations of the current package.
28452         (Make_Inequality_Operator): Insert declaration in proper declarative
28453         list rather than just setting the Parent field, so that
28454         Is_Private_Declaration can handle it properly.
28455
28456 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
28457
28458         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
28459         a renaming a body, check that the renamed subprogram in not intrinsic.
28460         (Find_Direct_Name): If several use_visible entities hide
28461         each other, and the context is a predefined file compiled through
28462         rtsfind, keep only the entity that comes from a predefined file.
28463
28464 2005-03-15  Geert Bosch  <bosch@adacore.com>
28465
28466         * s-fatgen.adb (Valid): Extend special exceptions to account for long
28467         long float padding to also cover AMD64 and IA64.
28468
28469 2005-03-15  Gary Dismukes  <dismukes@adacore.com>
28470
28471         * s-imgwch.adb: Add with and use of Interfaces.
28472         (Img_Wide_Character): Change type of Val to Unsigned_16.
28473         (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
28474
28475 2005-03-15  Matthew Gingell  <gingell@adacore.com>
28476
28477         * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
28478
28479 2005-03-15  Robert Dewar  <dewar@adacore.com>
28480
28481         * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
28482
28483         * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
28484
28485         * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
28486
28487 2005-03-15  Robert Dewar  <dewar@adacore.com>
28488
28489         * s-bitops.adb, s-bitops.ads,
28490         s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
28491         s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
28492         tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
28493         s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
28494         s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
28495         s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
28496         s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
28497         s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
28498         reformatting.
28499
28500 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
28501
28502         * utils2.c (build_binary_op): Fix typo.
28503
28504 2005-03-15  Doug Rupp  <rupp@adacore.com>
28505
28506         * s-crtl.ads (popen,pclose): New imports.
28507
28508 2005-03-15  Cyrille Comar  <comar@adacore.com>
28509
28510         * comperr.adb (Compiler_Abort): remove references to obsolete
28511         procedures in the bug boxes for various GNAT builds.
28512
28513 2005-03-15  Vincent Celier  <celier@adacore.com>
28514
28515         * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
28516
28517 2005-03-15  Geert Bosch  <bosch@adacore.com>
28518             Arnaud Charlet  <charlet@adacore.com>
28519             Robert Dewar  <dewar@adacore.com>
28520             Cyrille Comar  <comar@adacore.com>
28521             Sergey Rybin  <rybin@adacore.com>
28522
28523         * gnat_ugn.texi: Remove extended inline assembly example, as it was far
28524         too specific and long-winded to be appropriate for the GNAT User's
28525         Guide.
28526         Warn about use of GCC switches not documented in the GNAT User's Guide,
28527         as these may cause generated code to not conform to Ada semantics.
28528         Remove mention of -gdwarf-2 for sparc64, since this is now the default.
28529         Add documentation for -gnat95 and -gnat05 switches
28530         Remove paragraph documenting obsolete way to refer to third party
28531         libraries.
28532         Add a few references to Ada_05 that were missing.
28533         Update documentation on -gnatZ/-gnatL.
28534         Document limitation when using -m64 under Solaris.
28535         Change the "Name Casing" subsection of the pretty-printer section
28536         according to the changes in the dictionary processing.
28537
28538         * gnat_rm.texi: Document the Ada_05 pragma.
28539         Section on record representation clauses describes the new more
28540         relaxed rules about placement of large packed bit array components.
28541         Add documentation of GNAT.UTF_32
28542
28543 2005-03-12  Daniel Berlin  <dberlin@dberlin.org>
28544
28545         * misc.c (gnat_post_options): Turn off structural
28546         aliasing for now.
28547
28548 2005-03-08  Laurent Guerby  <laurent@guerby.net>
28549
28550         * system-linux-sparc.ads: Fix typo in previous commit.
28551
28552 2005-03-07  James A. Morrison  <phython@gcc.gnu.org>
28553             Laurent Guerby  <laurent@guerby.net>
28554
28555         PR ada/20035
28556         * system-linux-sparc.ads: New.
28557         * Makefile.in: Add sparc linux entry.
28558
28559 2005-02-27  Danny Smith  <dannysmith@users.sourceforge.net>
28560
28561         * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
28562         parameters as unused.
28563
28564 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
28565         Partial merge from libada-gnattools-branch:
28566
28567         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
28568         * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
28569         into code in gnattools/Makefile.in.  Remove direct dependencies on
28570         stamp-tools by tools clauses.
28571         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
28572         * config-lang.in: Add gnattools to $lang_dirs.
28573
28574 2005-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
28575
28576         PR ada/19942
28577         * utils.c (gnat_type_for_mode): Return null instead of ICE because
28578         we asked for an unknown mode.
28579
28580 2005-02-12  Richard Henderson  <rth@redhat.com>
28581
28582         * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
28583         validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
28584
28585 2005-02-10  Andreas Jaeger  <aj@suse.de>
28586
28587         * init.c (__gnat_initialize): Mark parameter as unused.
28588
28589 2005-02-09  Doug Rupp  <rupp@adacore.com>
28590
28591         * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
28592         * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
28593
28594 2005-02-09  Doug Rupp  <rupp@adacore.com>
28595
28596         * gnatchop.adb (dup, dup2),
28597         g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
28598
28599         * gnatlbr.adb (mkdir),
28600         mlib-tgt-vms-ia64.adb (popen, plose):  Import with decc$ prefix.
28601
28602         * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
28603
28604 2005-02-09  Doug Rupp  <rupp@adacore.com>
28605
28606         * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
28607
28608 2005-02-09  Robert Dewar  <dewar@adacore.com>
28609             Thomas Quinot  <quinot@adacore.com>
28610             Javier Miranda  <miranda@adacore.com>
28611             Pascal Obry  <obry@adacore.com>
28612             Ed Schonberg  <schonberg@adacore.com>
28613             Doug Rupp  <rupp@adacore.com>
28614             Gary Dismukes  <dismukes@adacore.com>
28615             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
28616
28617         * g-zstspl.ads: New file.
28618
28619         * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
28620
28621         * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
28622         Ada 95 mode
28623         Add definition of Wide_Wide_Space for AI-285
28624
28625         * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
28626         interface (to support Ada 95 and Ada 2005 units).
28627         Add Unbounded_IO files
28628         Add entries for Wide_Wide packages for AI-285
28629         Add list of containers packages to Ada 2005 unit list
28630
28631         * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
28632         support new Unbounded_IO package cleanly.
28633
28634         * g-utf_32.ads, g-utf_32.adb: New files.
28635
28636         * Makefile.rtl: Add entry for g-utf_32
28637         Add new files for Unbounded_IO
28638         Adjust make file for new AI-285 wide wide packages
28639         Add AI-302 containers to the run time.
28640
28641         * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
28642         a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
28643         subprograms for AI-301.
28644
28645         * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
28646
28647         * a-stunau.ads: Minor comment correction
28648
28649         * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
28650         etc.
28651         Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
28652         (Check_RPC): Update to match changes in expanded code.
28653         Clean up unused entity.
28654
28655         * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
28656         was not taken into account.
28657         This includes proper initialization with Normalize_Scalars.
28658         (Get_Simple_Init_Val): Major rewrite for initialize scalars and
28659         normalize scalars cases (particularly the latter) to do a better job
28660         of finding invalid representations.
28661
28662         * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
28663
28664         * s-strops.ads, s-strops.adb: Remove string normalize routines, never
28665         used
28666
28667         * exp_dist.adb: Add support for wide wide character type
28668         (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
28669         private part, generate stub bodies at the end of the private part,
28670         not the visible part.
28671         (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
28672         PolyORB support.
28673         (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
28674         generic wrapper to execute final processing after completing the
28675         expansion of the RPC receiver for an RACW.
28676
28677         * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
28678         packages and attributes.
28679         (Preset_Names): Addition of the new reserved words of Ada 2005,
28680         that is interface, overriding and synchronized.
28681         (Get_Pragma_Id): Give support to the use of the new reserved word
28682         "interface" as a pragma name.
28683         (Is_Pragma_Name): Give support to the use of the new reserved word
28684         "interface" as a pragma name.
28685         (Preset_Names): Add stream_size string for the Stream_Size Ada2005
28686         attribute implementation.
28687
28688         * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
28689         checks to entities that are output parameters of Asm operations.
28690         Handle the Stream_Size attribute.
28691         Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
28692
28693         * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
28694
28695         * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
28696         for second parameter being 0.0.
28697         Add support for wide wide character type.
28698         (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
28699
28700         * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
28701         s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
28702         s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
28703         s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
28704         for wide wide character cases.
28705
28706         * cstand.adb: Create entities for Wide_Wide_Character and
28707         Wide_Wide_String.
28708
28709         * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
28710         accordance with AI-258.
28711         Add new declarations for 16/32 bit C character types (Part of AI285)
28712
28713         * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
28714         (Obsolescent_Warning): New field
28715         (Rep_Clause): New local subprogram used to share code. Returns the rep
28716         clause for which the name is given in parameter.
28717         (Has_Stream_Size_Clause): New routine.
28718         (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
28719         (Address_Clause): Implementation is now using Rep_Clause.
28720         (Alignment_Clause): Idem.
28721         (Size_Clause): Idem.
28722
28723         * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
28724         entity in non-Ada 2005 mode and generate warning.
28725
28726         * par-prag.adb: Add handling of one argument form for pragma Ada_05.
28727         (Prag): Code cleanup. Remove old gnat pragma "overriding"
28728
28729         * sem_prag.adb: Add handling of one argument form for pragma Ada_05
28730         (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
28731         on the named unit if the pragma is not in the current compilation unit,
28732         so that elaboration calls in the current unit can set up an elaboration
28733         dependency on the named unit, as needed.
28734         (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
28735         subprogram as well as for subprograms declared within a package.
28736         (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
28737         pragma overriding.
28738
28739         * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
28740         to z) to avoid some instances of duplication for Wide_Wide packages.
28741
28742         * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
28743         characters.
28744
28745         * scn.adb: Char_Literal_Value field is now a Uint
28746
28747         * scng.adb: Significant rewrite to handle new Ada 2005 features
28748         allowing wide and wide wide characters in program text, e.g. for
28749         identifiers, as described in AI-285.
28750         (Set_Reserved): New procedure, makes setting up keywords cleaner.
28751         (Initialize_Scanner): Register the new reserved words of Ada 2005.
28752         (Scan): Give support to the new reserved words.
28753
28754         * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
28755         warning notifying that interface, overriding, and synchronized are
28756         new reserved words.
28757         (P_Pragma): Allow the use of the new reserved word "interface" as
28758         a pragma name.
28759
28760         * gnatls.adb, gnatbind.adb,
28761         ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
28762         identifiers named "interface" to "SAL_Interface".
28763
28764         * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
28765         (Structured Exception handling).
28766         (Gen_Main_C): Idem.
28767
28768         * bindgen.adb:
28769         (Gen_Main_Ada): Set the default exit code if specified.
28770         (Gen_Main_C): Likewise.
28771         Part of *DC20-006.
28772         (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
28773         Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
28774
28775         * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
28776         new -Xnnn switch.
28777
28778         * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
28779         has a collision with the new Ada 2005 "interface" reserved word.
28780
28781         * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
28782         generate a warning notifying that interface, overriding, and
28783         synchronized are new reserved words.
28784
28785         * scans.ads (Token_Type): Addition of the tokens corresponding to the
28786         new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
28787         and Tok_Synchronized.
28788
28789         * sem_res.adb (Resolve_Actuals): Change error messages to refer to
28790         "dispatching" rather than "primitive" operations, since dispatching
28791         calls are now allowed to abstract formal subprograms (which are not
28792         primitive).
28793         Char_Literal_Value field is now a Uint
28794         (Resolve_Slice): If the prefix is an access to an unconstrained array,
28795         compute the actual subtype of the designated object to impose the proper
28796         index constraints.
28797         (Resolve_Selected_Component): Do not insert an access check if the
28798         prefix is an access type: such a node is expanded into an explicit
28799         dereference, on which the access check is performed anyway. Removes
28800         expensive duplicate checks.
28801         (Resolve_Call): Use new flag Is_Obsolescent and field
28802         Obsolescent_Warning so that pragma Obsolescent works on library
28803         subprograms.
28804         Add support for wide wide character type
28805         (Resolve_Allocator): Replace the error message on wrong null-exclusion
28806         value by a warning message.
28807         (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
28808         as fixed-point, and one of the operands is non-static and universal, it
28809         can only be an illegal exponentiation operation, in which case there is
28810         no real value to retrieve.
28811
28812         * exp_strm.adb: Add support for wide wide character type
28813         (Build_Elementary_Input_Call): Compute the size of the stream element by
28814         querying the rep chain to find the Stream_Attribute attribute value.
28815         (Build_Elementary_Write_Call): Ditto.
28816
28817         * sem_aggr.adb: Char_Literal_Value field is now a Uint
28818         Add support for wide wide character type
28819         Replace the error messages on wrong null-exclusion value by warnings
28820         as described in Ada 2005.
28821         (Resolve_Extension_Aggregate): Document the fact that the error
28822         message on class-wide expressions in extensions aggregates.
28823
28824         * sem_case.adb: Add support for wide wide character type
28825
28826         * sem_ch13.adb: Add support for wide wide character type
28827         (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
28828
28829         * sem_ch3.adb: Add support for wide wide character type
28830         (Process_Subtype): If constraint is illegal for the type, set Ekind of
28831         now-useless Itype, to prevent cascaded errors on a compiler built
28832         without -gnatp.
28833
28834         * sem_ch8.adb: Add with and use of Sem_Disp.
28835         (Analyze_Subprogram_Renaming): Replace unclean uses of
28836         Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
28837         of Corresponding_Spec to Empty).
28838         (Attribute_Renaming): Replace use of Corresponding_Spec with
28839         Corresponding_ Formal_Spec and simplify condition.
28840         (Use_One_Package): Check that scope of homonym of identifier is defined,
28841         before checking whether it is a wrapper package.
28842         Add support for wide wide character type
28843
28844         * sem_eval.adb: Add support for wide wide character type.
28845         (Eval_Arithmetic_Op): Check for compile time known signed integer
28846         overflow in the non-static case.
28847         (Subtypes_Statically_Match): A formal scalar type and its base type do
28848         not statically match.
28849
28850         * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
28851         "not in" for test of N_Formal_Subprogram_Declaration (which is now a
28852         subtype).
28853         (Unit_Declaration_Node): Ditto.
28854         (Is_Variable_Prefix):  For the case of an indexed component whose prefix
28855         has a packed array type, the prefix has been rewritten into a type
28856         conversion. Determine variable-ness from the converted expression.
28857         Handle wide wide character cases.
28858
28859         * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
28860
28861         * stringt.ads, stringt.adb: Handle full UTF-32 range.
28862         Remove ["0A"] from comment, since it can look like a line terminator.
28863         Currently we don't permit this, but this is under discussion by the
28864         ARG, and it is easy enough to use a different example.
28865
28866         * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
28867         handling UTF-32 encoding for wide wide character.
28868         Implement new brackets coding ["hhhhhhhh"]
28869         Add UTF-8 encodings for full UTF-32 range
28870
28871         * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
28872
28873         * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
28874         bit range Add full UTF-32 support.
28875         (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
28876         notify that constraint error will be raised at run-time
28877         because a null value is assigned to a null-excluding object.
28878         Remove some obsolete declarations and make Char_Code
28879         unsigned.
28880
28881         * a-except.adb (Rcheck_30): New subprogram. Addition of the message
28882         corresponding to CE_Null_Not_Allowed, and adjust the output of all the
28883         Rcheck subprograms.
28884
28885         * checks.adb (Check_Null_Not_Allowed): Replace the error message on
28886         wrong null-exclusion value by a warning message.
28887         (Enable_Range_Check): Do range check if the prefix is an
28888         explicit dereference whose designated object is an unconstrained array.
28889         Current algorithm for removing duplicate checks is over-eager in this
28890         case.
28891
28892         * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
28893         null-exclusion value by a warning message
28894
28895         * atree.h, atree.ads, atree.adb: Remove Char_Code field support
28896         completely. Add support for Uint2 field
28897
28898         sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
28899         exp_prag.adb: Char_Literal_Value field is now a Uint.
28900
28901         * exp_util.adb (Insert_Actions): Replace
28902         N_Formal_Subprogram_Declaration by
28903         N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
28904         Char_Literal_Value field is now a Uint.
28905
28906         * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
28907         defined for subprogram renaming declarations. When set, the field
28908         indicates the defining entity of a corresponding formal subprogram
28909         when the renaming corresponds to a formal subprogram association in an
28910         instantiation.
28911         (Set_Corresponding_Formal_Spec): New procedure to return
28912         Corresponding_Formal_Spec field.
28913         Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
28914         (which is now a subtype).
28915         Char_Literal_Value field is now a Uint
28916
28917         * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
28918         pointer to the base of the dispatch table.
28919         Minor changes to comments.
28920         (Controlling_Type): New function for determining the tagged type
28921         associated with a tagged primitive subprogram.
28922         (Expand_Dispatching_Call): Add support for a controlling actual that is
28923         directly a value of type Ada.Tag rather than a tagged object.
28924
28925         * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
28926         describing the new layout.
28927         (Dispatch_Table): The expander computes the actual array size, allocates
28928         the Dispatch_Table record accordingly, and generates code that displaces
28929         the base of the record after the Typeinfo_Ptr component. The access to
28930         these components is done by means of local functions.
28931         (Offset_To_Top): New function.
28932         (Typeinfo_Ptr): New function.
28933         (Get_TSD): Modified to access the new position of the TSD.
28934         (Set_TSD): Modified to save the TSD in its new position.
28935
28936         * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
28937         case of formal abstract subprograms. Add check and message for -gnat05.
28938         Update comments.
28939
28940         * sem_ch12.adb: Add with and use for Sem_Disp.
28941         (Analyze_Associations): Minor change from "=" to "in" for use of
28942         N_Formal_Subtype_Declaration (which is now a subtype).
28943         (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
28944         N_Formal_Subtype_Declaration (which is now a subtype).
28945         (Analyze_Formal_Subprogram): Add handling for
28946         N_Formal_Abstract_Subprogram, marking the formal as abstract and
28947         dispatching, setting the controlling status of the formal parameters
28948         and result, and issuing an error if there is no controlling type for
28949         the formal subprogram.
28950         (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
28951         which is an unclean use of that field, we set the new field
28952         Corresponding_Formal_Spec to make the formal subprogram available to
28953         processing in Analyze_Subprogram_Declaration.
28954         (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
28955         Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
28956         Constrained, so that it is is does not statically match its anonymous
28957         base type.
28958
28959         * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
28960         abstract formal subprograms in error check for functions returning
28961         abstract types. Set scope of new designator for
28962         a parameterless subprogram, so that it is available when checking the
28963         body for nested subprograms, before full analysis of said body.
28964         (Analyze_Subprogram_Body): Warn on inlining bodies with nested
28965         subprogram only if inner one comes from source.
28966         (Analyze_Function_Call): If the call is given in object notation, the
28967         analysis of the name rewrites the node and analyzes it with the proper
28968         argument list. After analyzing the name, if the call has been rewritten
28969         and the result type is set, no further analysis is needed.
28970         (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
28971         mark in function specification, in a context where the formals are
28972         visible and hide outer homographs.
28973
28974         * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
28975         as the tagged type for the cases of abstract formal subprograms and
28976         renamings of those.  Clean up spec comments.
28977         (Check_Dispatching_Context): Add error message to indicate "abstract
28978         procedure", covering the case of a call to a formal abstract procedure
28979         that has statically tagged operands.
28980         (Check_Dispatching_Call): Check for the case of an actual given by
28981         a tag-indeterminate function call whose type is an ancestor of the
28982         containing call's associated tagged type. This situation can occur
28983         for inherited primitives with function defaults. In this case we
28984         use the tagged type's tag directly as the controlling argument for
28985         the calls.
28986         (Expand_Call): Name change on call to Expand_Dispatch_Call.
28987
28988         * sprint.adb (Sprint_Node_Actual): Split
28989         N_Formal_Subprogram_Declaration into two alternatives for the new
28990         cases N_Formal_Abstract_Subprogram_Declaration and
28991         N_Formal_Concrete_Subprogram_Declaration.
28992         Char_Literal_Value field is now a Uint.
28993
28994         * trans.c: Get rid of junk Uint2 reference.
28995         Char_Literal_Value field is now a Uint.
28996         (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
28997         (gigi): Correct third arg to gimplify_body.
28998
28999         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
29000         (TYPE_LANG_FLAG_0): Check for record or union.
29001
29002         * treepr.adb: Char_Literal_Value field is now a Uint
29003
29004         * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
29005         UI_From_CC.
29006
29007         * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
29008         Add full UTF-32 support
29009         Char_Code is now 32 bits
29010
29011         * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
29012         wide character UTF_32 line terminators.
29013         Initialize Main_Source_File to avoid error when no main
29014         source is loaded.
29015
29016         * errout.adb (Finalize): Do not check Num_SRef_Pragmas
29017         (Main_Source_File) when no main source has been loaded, to avoid
29018         potential crash.
29019
29020 2005-02-09  Robert Dewar  <dewar@adacore.com>
29021
29022         * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
29023         Fix name of Set routine
29024
29025         * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
29026         fixed packages.
29027
29028         * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
29029         a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
29030         fixed packages
29031
29032         * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
29033         forms of Get_Line subprograms for AI-301.
29034
29035         * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
29036         a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
29037         a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
29038         a-stwima.ads: Minor reformatting.
29039
29040 2005-02-09  Doug Rupp  <rupp@adacore.com>
29041             Thomas Quinot  <quinot@adacore.com>
29042
29043         * adaint.c, adaint.h
29044         [VMS] (to_ptr32): New function.
29045         (MAYBE_TO_PTR32): New macro.
29046         (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
29047         for pointer size.
29048         [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
29049         [VMS] (#define fork()): Remove since unneccessary.
29050         (__gnat_set_close_on_exec): New routine to support
29051         GNAT.OS_Lib.Set_Close_On_Exec.
29052
29053         * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
29054         the parent side as close-on-exec so that they are not inherited by the
29055         child.
29056
29057         * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
29058         set or clear the FD_CLOEXEC flag on a file descriptor.
29059
29060 2005-02-09  Eric Botcazou  <ebotcazou@adacore.com>
29061             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29062
29063         PR ada/19386
29064         * decl.c:
29065         (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
29066         on the field if Pragma Component_Alignment (Storage_Unit).
29067         (gnat_to_gnu_entity, case object): Do not treat a renaming that has
29068         side-effects as if it were a constant; also make SAVE_EXPR to protect
29069         side-effects.
29070         (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
29071         UNION_TYPE.
29072         (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
29073         (components_to_record): Test it.
29074         Fix improper usage of REFERENCE_CLASS_P.
29075
29076         * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
29077         RECORD_TYPE.
29078
29079         * utils2.c: Minor reformatting.
29080
29081         * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
29082         handle other cases like RECORD_TYPE.
29083
29084         * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
29085
29086 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
29087
29088         * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
29089         component of an array of arrays in an assignment context, and the
29090         aggregate has component associations that require sliding on
29091         assignment, force reanalysis of the aggregate to generate a temporary
29092         before the assignment.
29093         (Must_Slide): Make global to the package, for use in Gen_Assign.
29094
29095 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
29096
29097         * exp_ch4.adb (Expand_Composite_Equality): If a component is an
29098         unchecked union with no inferable discriminants, return a
29099         Raise_Program_Error node, rather than inserting it at the point the
29100         type is frozen.
29101         (Expand_Record_Equality, Component_Equality): Handle properly the case
29102         where some subcomponent is an unchecked union whose generated equality
29103         code raises program error.
29104
29105 2005-02-09  Doug Rupp  <rupp@adacore.com>
29106
29107         * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
29108         [VMS] (#define exit hack): Remove.
29109
29110 2005-02-09  Pascal Obry  <obry@adacore.com>
29111             Arnaud Charlet  <charlet@adacore.com>
29112
29113         * init.c (__gnat_initialize): Add a new parameter eh which contains the
29114         address of the exception registration. The Win32 version of this
29115         routine calls __gnat_install_SEH_handler() to initialize the SEH
29116         (Structured Exception Handling) handler.
29117         (__gnat_error_handler) [Win32]: Removed. Not needed as we use
29118         SEH (Structured Exception Handling) now.
29119         (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
29120         (__gnat_initialize for ppc-vxworks): Adjust comments and the
29121         preprocessor condition protecting the call to the extra eh setup
29122         subprogram, which is only available for the ppc target.
29123         (__gnat_clear_exception_count): replaced reference to
29124         variable taskIdCurrent by call to taskIdSelf(), cleaner.
29125
29126         * seh_init.c: New file.
29127
29128         * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
29129         (GNATBIND_OBJS): Idem.
29130
29131         * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
29132         routine takes a new parameter (a pointer to the exception registration
29133         for the SEH (Structured Exception Handling) support.
29134
29135         * raise.h: (__gnat_install_SEH_handler): New prototype.
29136         Update copyright notice.
29137
29138         * s-tassta.adb (Task_Wrapper): Declare the exception registration
29139         record and initialize it by calling __gnat_install_SEH_handler.
29140
29141 2005-02-09  Vincent Celier  <celier@adacore.com>
29142
29143         * make.adb (Gnatmake): Do not fail when the main project has no object
29144         directory.
29145
29146 2005-02-09  Doug Rupp  <rupp@adacore.com>
29147
29148         * Makefile.in [VMS] (LN,LN_S): Define as cp -p
29149         Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
29150         [VMS]: Add translations for g-enblsp.adb.
29151
29152         * s-asthan-vms.adb: Removed.
29153         * s-asthan-vms-alpha.adb: Added.
29154
29155 2005-02-09  Pascal Obry  <obry@adacore.com>
29156
29157         * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
29158         (LIBGNAT_OBJS): Add seh_init.o.
29159
29160 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
29161
29162         PR ada/16592
29163         * Makefile.in: Link all gnat tools with -static-libgcc, since
29164         -shared-libgcc is now used by default on some systems (e.g. linux with
29165         recent binutils).
29166         Remove references to Makefile.prolog/generic, no longer used.
29167
29168 2005-02-09  Vincent Celier  <celier@adacore.com>
29169
29170         * prj-makr.adb (Process_Directory): Put file name in canonical case
29171         before matching against the patterns.
29172         If gnatname has been invoked as <prefix>-gnatname
29173         then invoke the compiler as <prefix>-gcc, not just "gcc".
29174
29175 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
29176
29177         * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
29178         with expansion disabled. The actual subtype is needed among other
29179         places when the selected component appears in the context of a loop
29180         bound, and denotes a packed array.
29181         (Operator_Check): Always use the first subtype in the
29182         error message, to avoid the appearance of internal base types.
29183         (Transform_Object_Operation): Copy each actual in full
29184         to the parameter associations of the constructed call, rather than
29185         using the shallow copy mechanism of New_Copy_List. This ensures that
29186         the chaining of named associations is done properly.
29187         (Complete_Object_Operation): Rewrite node, rather than
29188         replacing it, so that we can trace back to the original selected
29189         component.
29190
29191         * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
29192         and calls that use object notation, if the called function is not
29193         declared  in a withed unit, place the elaboration constraint on the
29194         unit in the context that makes the function accessible.
29195         (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
29196         imposes an elaboration constraint between two packages.
29197
29198 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
29199
29200         * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
29201         views of a private type after handling its private dependents, to
29202         maintain proper stack discipline between entry and exit from the
29203         package.
29204
29205 2005-02-09  Cyrille Comar  <comar@adacore.com>
29206
29207         * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
29208         Minor reformatting.
29209
29210 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
29211
29212         * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
29213         fields for foreign threads.
29214
29215 2005-02-09  Doug Rupp  <rupp@adacore.com>
29216
29217         * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
29218         recursion warnings when compiled with -gnatdm.
29219
29220 2005-02-09  Robert Dewar  <dewar@adacore.com>
29221
29222         * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
29223         Slight fix to documentation of -gnaty with no parameters
29224
29225         * xr_tabls.ads: Add ??? comment for missing overall comment
29226
29227         * xsinfo.adb: Make default file name be sinfo.h, since this is what
29228         we now use by default.
29229
29230         * xsnames.adb: Adjust end of file test to look for five space followed
29231         by '#' instead of six spaces. The format of xsnames.adb was modified
29232         in the last update.
29233
29234         * a-numeri.ads: Add reference to AI-388 for greek letter pi
29235         identifier.
29236
29237         * clean.adb: Minor reformatting.
29238
29239         * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
29240         gnatname.adb: Minor reformatting
29241         Add 2005 to copyright output when utility is run
29242
29243         * csets.adb: Eliminate obsolete comment
29244
29245         * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
29246         Update comments.
29247
29248         * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
29249
29250 2005-02-09  Sergey Rybin  <rybin@adacore.com>
29251
29252         * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
29253         the difference between compact and incompact layout and add the record
29254         representation clause to the example illustrating different layouts.
29255         Add the description of '-A5' gnatpp option ("align 'AT' keywords in
29256         component clauses").
29257
29258 2005-02-09  Florian Villoing  <villoing@adacore.com>
29259
29260         * gnat_ugn.texi: Fix typos.
29261         Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
29262         @file.
29263         Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
29264         in the generated documentation.
29265
29266 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
29267
29268         * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
29269         longer supported.
29270         Update linker wrapper when linking with non GNU C++.
29271
29272 2005-02-09  Pascal Obry  <obry@adacore.com>
29273
29274         * gnat_ugn.texi:
29275         Document the procedure to debug the DllMain routine on Windows.
29276         Add note about -funwind-tables and mixed Ada and C/C++ programming in
29277         ZCX mode.
29278         Document new BIND qualifer /RETURN_CODES=VMS.
29279
29280 2005-02-09  Ben Brosgol  <brosgol@adacore.com>
29281
29282         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
29283         Edited gnatmetric chapter
29284
29285 2005-02-09  Robert Dewar  <dewar@adacore.com>
29286
29287         * gnat_rm.texi:
29288         Changes to document new wide wide character support
29289         For AI-285
29290         Update documentation on Normalize_Scalars and Initialize_Scalars
29291
29292 2005-02-09  Pascal Obry  <obry@adacore.com>
29293
29294         * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
29295
29296 2005-02-09  Jose Ruiz  <ruiz@adacore.com>
29297
29298         * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
29299         from the VxWorks kernel) that is needed for getting the active
29300         priority of the different tasks.
29301
29302         * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
29303         Use a pragma Elaborate_Body in the spec file instead.
29304         Noticed by code reading.
29305
29306 2005-02-09  Thomas Quinot  <quinot@adacore.com>
29307
29308         * exp_util.ads: Minor correction in comment.
29309
29310 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
29311
29312         * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
29313         since this procedure is now too complex to be worth inlining.
29314
29315 2005-02-09  Richard Henderson  <rth@redhat.com>
29316
29317         * utils.c (gnat_define_builtin): Remove.
29318         (gnat_install_builtins): Use build_common_builtin_nodes.
29319
29320 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
29321
29322         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
29323         a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
29324         a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
29325         a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
29326         a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
29327         a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
29328         a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
29329         a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
29330         a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
29331         a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
29332         a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
29333         a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
29334         a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
29335         a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
29336         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
29337         a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
29338         a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
29339         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
29340         a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
29341         a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
29342         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
29343         a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
29344         a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
29345         a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
29346         a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
29347         a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
29348         a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
29349         a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
29350         a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
29351         a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
29352         a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
29353         a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
29354         a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
29355         a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
29356         library.
29357
29358 2005-01-27  Laurent Guerby  <laurent@guerby.net>
29359
29360         * Makefile.in: Fix a-intnam.ads from previous commit,
29361         add 2005 to copyright.
29362         * a-intman-rtems.ads: Renamed to...
29363         * a-intnam-rtems.ads:
29364
29365 2005-01-27  Laurent Guerby  <laurent@guerby.net>
29366
29367         * Makefile.in: Rename GNAT RTEMS specific files.
29368         * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
29369         5rosinte.ads, 5rparame.adb: Replaced by files below.
29370         * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
29371         s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
29372
29373 2005-01-27  Joel Sherrill  <joel.sherrill@oarcorp.com>
29374             Laurent Guerby  <laurent@guerby.net>
29375
29376         PR ada/19488
29377         * 5rosinte.ads: Add No_Key constant.
29378         * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
29379         * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
29380
29381 2005-01-26  Laurent Guerby  <laurent@guerby.net>
29382
29383         PR ada/19414
29384         * i-cobol.adb (Valid_Numeric): Handle zero length case.
29385
29386 2005-01-20  Richard Henderson  <rth@redhat.com>
29387
29388         * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
29389         a-intnam-linux.ads and system-linux-alpha.ads.
29390         * a-intnam-linux-alpha.ads: Remove file.
29391         * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
29392         * system-linux-alpha.ads: New file.
29393
29394 2005-01-18  Jakub Jelinek  <jakub@redhat.com>
29395
29396         PR ada/13470
29397         * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
29398         set to the new string.
29399
29400 2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>
29401
29402         * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
29403         to True.
29404
29405 2005-01-18  Richard Henderson  <rth@redhat.com>
29406
29407         * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
29408         THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
29409         for alpha-linux.
29410         * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
29411
29412 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
29413
29414         * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
29415         (GCC_ZCX_Support): Likewise.
29416
29417 2005-01-11  Bastian Blank  <waldi@debian.org>
29418
29419         * system-linux-s390.ads: Define Preallocated_Stacks.
29420         * system-linux-s390x.ads: Likewise.
29421
29422 2005-01-04  Arnaud Charlet  <charlet@adacore.com>
29423
29424         * gnat_ugn.texi: Fix texi errors with null variables.
29425
29426 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29427
29428         * gen-soccon.c: New utility program to generate g-soccon.ads
29429         automatically.
29430
29431         * socket.c, gsocket.h: Split inclusion of system header files into a
29432         gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
29433
29434         * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
29435         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
29436         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
29437         g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
29438         should not be edited by hand anymore, but should be regenerated using
29439         gen-soccon.
29440
29441 2005-01-03  Robert Dewar  <dewar@adacore.com>
29442             Ed Schonberg  <schonberg@adacore.com>
29443             Vincent Celier  <celier@adacore.com>
29444
29445         * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
29446         on/off, since this is an obsolescent feature, for which we now generate
29447         a warning.
29448
29449         * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
29450         warning mode is set and obsolescent usage of this attribute occurs.
29451         (Resolve_Access, case 'Access): Note that GNAT uses the context type to
29452         disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
29453         predates, and partly motivates, the adoption of the AI.
29454         Implement new Ada 2005 attribute Mod
29455
29456         * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
29457         attribute Mod.
29458
29459         * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
29460
29461         * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
29462         pragma restrictions.
29463         New entry for Ada 2005 attribute Mod.
29464
29465         * par-prag.adb:
29466         Add recognition of new pragma Restrictions No_Dependence
29467         Recognize restriction No_Obsolescent_Features at parse time
29468
29469         * bcheck.adb: Add circuitry for checking for consistency of
29470         No_Dependence restrictions.
29471
29472         * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
29473         restrictions.
29474
29475         * restrict.ads, restrict.adb: Add subprograms to deal with
29476         No_Dependence restrictions.
29477
29478         * rtsfind.adb: Check that implicit with's do not violate No_Dependence
29479         restrictions.
29480
29481         * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
29482         sem_attr.adb: Add check for new restriction No_Obsolescent_Features
29483
29484         * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
29485         dummy parameter to scng instantiation.
29486         Needed for new restriction No_Obsolescent_Features
29487
29488         * scn.adb: (Obsolescent_Check): New procedure
29489         Needed for new restriction No_Obsolescent_Features
29490
29491         * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
29492         specified by AI-285, needed for implementation of AI-388 (adding greek
29493         pi to Ada.Numerics).
29494         Add new generic formal to scng, needed for new restriction
29495         No_Obsolescent_Features.
29496
29497         * s-rident.ads: Add new restriction No_Obsolescent_Features.
29498
29499         * ali.ads, ali.adb: Adjustments for reading new No_Dependence
29500         restrictions lines.
29501         (Scan_ALI): When finding an unexpected character on an R line, raise
29502         exception Bad_R_Line, instead of calling Fatal_Error, so that, when
29503         Ignore_Errors is True, default restrictions are set and scanning of the
29504         ALI file continues with the next line. Also, when Bad_R_Line is raised
29505         and Ignore_Errors is True, skip to the end of le line.
29506
29507         * sem_ch10.adb: Check that explicit with's do not violate
29508         No_Dependence restrictions.
29509         (Install_Withed_Unit): Add code to implement AI-377 and diagnose
29510         illegal context clauses containing child units of instance.
29511
29512         * sem_prag.adb: Processing and checking for new No_Dependence
29513         restrictions.
29514         (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
29515         analyze and check the External argument.
29516
29517         * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
29518
29519 2005-01-03  Robert Dewar  <dewar@adacore.com>
29520
29521         * atree.adb: Add a fifth component to entities
29522         This allows us to add 32 flags and four new fields
29523
29524         * atree.ads: Add a fifth component to entities
29525         This allows us to add 32 flags and four new fields
29526
29527         * einfo.ads, einfo.adb: Document new fields and new flags now available
29528         Add routines for printing new fields
29529
29530         * treepr.adb: Call routines to print out additional fields if present
29531
29532 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29533
29534         * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
29535         gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
29536
29537         * Makefile.in: Add support to build shared Ada libraries on solaris x86
29538         Remove gpr2make, replaced by gprmake.
29539         Remove references to gnatmem and libaddr2line.
29540         Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
29541         (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
29542         Add support for specialized version of Ada.Numerics.Aux for Darwin: use
29543         a-numaux-darwin.ads and a-numaux-darwin.adb
29544         Enable mlib-tgt-lynxos.adb on lynxos.
29545
29546         * Make-lang.in: Remove rules for gpr2make.
29547         When generating sdefault.adb, do not call Relocate_Path
29548         on S3 for function Target_Name, as it is not a path.
29549         Remove references to gnatmem and libaddr2line.
29550
29551         * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
29552         files.
29553
29554 2005-01-03  Samuel Tardieu  <tardieu@adacore.com>
29555
29556         * checks.adb (Apply_Alignment_Check): Generate a warning if an object
29557         address is incompatible with its base type alignment constraints when
29558         this can be decided statically.
29559
29560 2005-01-03  Olivier Hainque  <hainque@adacore.com>
29561
29562         * decl.c (compatible_signatures_p): New function. The intended purpose
29563         is to check if two function signatures for a call-site and a callee are
29564         compatible enough for the call to be valid. The underlying purpose is
29565         to check if a call to a mapped builtin is using the right interface.
29566         The current code actually does not check antyhing - this a placeholder
29567         for future refinements.
29568         (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
29569         builtin calls for convention Intrinsic.
29570
29571         * gigi.h (builtin_decl_for): Declare (new function).
29572
29573         * utils.c (gnat_install_builtins): Install the target specific builtins.
29574         (builtin_decl_for): New function, provide a dummy body for now.
29575
29576 2005-01-03  Geert Bosch  <bosch@adacore.com>
29577
29578         * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
29579         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
29580         (Pred): Implement in terms of Succ.
29581
29582         * trans.c (convert_with_check): Reimplement conversion of float to
29583         integer.
29584
29585 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29586             Vincent Celier  <celier@adacore.com>
29587
29588         * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
29589         bounds can be negative, and must be declared Int, not Nat.
29590
29591         * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
29592         array is checked after using the index in the array.
29593
29594         * makegpr.adb (Add_Switches): Check if there is a package for the
29595         processor. If there is no package, do not look for switches.
29596
29597 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29598
29599         * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
29600         generation of predefined stream operations (specs and bodies) should
29601         proceed. Under various restrictions these subprograms must not be
29602         generated.
29603
29604 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29605
29606         * exp_dist.adb:
29607         Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
29608         amount of PCS-specific code in RACW stubs generation.
29609         (Copy_Specification): Set Etype on copied formal parameter entities, as
29610         this information is needed for PolyORB stubs generation.
29611         (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
29612         variable Dynamic_Async.
29613         (Build_Subprogram_Receiving_Stubs): Make PCS-specific
29614         (Build_RPC_Receiver_Specification): Make generic again, as recent
29615         changes have allowed RPC receivers to have the same profile for both
29616         variants of the PCS.
29617         Reorganise RPC receiver generation to reduce differences between the
29618         structure of GARLIC and PolyORB RPC receivers.
29619         (Add_Receiving_Stubs_To_Declarations): Make this subprogram
29620         PCS-specific.
29621         Simplify elaboration code for RCI packages.
29622
29623         * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
29624         generation to reduce differences between the structure of GARLIC and
29625         PolyORB RPC receivers.
29626
29627         * s-stratt.adb: Fix typo in comment.
29628
29629 2005-01-03  Thomas Quinot  <quinot@adacore.com>
29630
29631         * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
29632         copied from Make_Init_Call).
29633
29634         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
29635         reads and assignments on a temporary variable declared with appropriate
29636         discriminants.
29637
29638 2005-01-03  Robert Dewar  <dewar@adacore.com>
29639
29640         * i-c.adb (To_C): Raise CE if string is null and Append_Null
29641
29642 2005-01-03  Robert Dewar  <dewar@adacore.com>
29643
29644         * i-cstrin.adb (Update): Do not append a null in form called with a
29645         String. This avoids unintended behavior.
29646
29647 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29648
29649         PR ada/17527
29650         * init.c: Fix warnings on Free BSD section.
29651
29652 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29653
29654         PR ada/16949
29655         * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
29656         xsinfo.adb).
29657
29658 2005-01-03  Vincent Celier  <celier@adacore.com>
29659
29660         * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
29661         libraries when Unique_Compile is True (-u switch).
29662         (Gnatmake): ditto.
29663
29664 2005-01-03  Robert Dewar  <dewar@adacore.com>
29665
29666         * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
29667         upper case letter or underscore after W, as allowed by spec.
29668
29669 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29670
29671         * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
29672         darwin port by using proper type definitions from header files.
29673         Use SIGTERM instead of SIGABRT for SIGADAABORT.
29674
29675 2005-01-03  Robert Dewar  <dewar@adacore.com>
29676
29677         * par.adb: Enhance error message handling for configuration file
29678         pragmas.
29679
29680 2005-01-03  Robert Dewar  <dewar@adacore.com>
29681
29682         * s-arit64.adb (Double_Divide): Put back changes that got accidentally
29683         removed during the previous update (test properly for case of dividing
29684         largest negative number by -1, which generates overflow).
29685
29686 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29687             Sergey Rybin  <rybin@adacore.com>
29688
29689         * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
29690         to use as the defining identifier for a formal package.
29691         (Remove_Parent): If the instance takes place within (an instance of)
29692         a sibling, preserve private declarations of common parent.
29693
29694 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29695
29696         * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
29697         to determine whether one of the operands is a fixed-point type for
29698         which a user-defined multiplication or division operation might be
29699         defined.
29700
29701         * sem_res.adb (Valid_Conversion): The legality rules for conversions
29702         of access types are symmetric in Ada 2005: either designated type can
29703         be unconstrained.
29704
29705 2005-01-03  Vincent Celier  <celier@adacore.com>
29706
29707         * s-fileio.adb (Temp_File_Record): Change length of string component
29708         Name from L_tmpnam + 1 to max_path_len + 1.
29709
29710 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
29711
29712         * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
29713         Self_Id.Deferral_Level = 0.
29714         (Do_Pending_Action): Move this function to the spec.
29715
29716         * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
29717         Do_Pending_Action explicitely when needed, in case we're using
29718         No_Abort restrictions.
29719
29720         * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
29721         deferral level since it will not get changed by the generated code.
29722         Keeping a default value of 1 would prevent some operations (e.g.
29723         select or delay) to proceed successfully.
29724
29725 2005-01-03  Ben Brosgol  <brosgol@adacore.com>
29726             Robert Dewar  <dewar@adacore.com>
29727             Cyrille Comar  <comar@adacore.com>
29728
29729         * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
29730         porting guide chapter (vms version).
29731         Revised doc title (removed "for native platforms") and subtitle.
29732         Add discussion on warning flag for obsolescent features. First we
29733         note that it applies to obsolete GNAT features, which was previously
29734         omitted. Second we contrast the behavior with that of the new
29735         Ada 2005 AI-368 restriction No_Obsolescent_Features.
29736         Preliminary rewriting of GNAT & libraries chapter in order to take
29737         into account default project locations & new project manager
29738         capabilities.
29739
29740 2005-01-03  Robert Dewar  <dewar@adacore.com>
29741
29742         * cstand.adb (Create_Operators): Clean up format and documentation of
29743         unary and binary operator result tables. No change in code, just
29744         reformatting and addition of comments.
29745
29746         * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
29747         sem_ch2.adb: Minor reformatting
29748
29749         * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
29750         sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
29751         comments for Tree_Read and Tree_Write.
29752
29753 2005-01-03  Pascal Obry  <obry@adacore.com>
29754
29755         * exp_attr.ads: Minor reformatting.
29756
29757 2005-01-03  Romain Berrendonner  <berrendo@adacore.com>
29758
29759         * comperr.adb (Compiler_Abort): Add specialized message for GAP
29760         versions.
29761
29762 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
29763
29764         * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
29765         whether the ancestor type is private, as may be the case with nested
29766         instantiations.
29767
29768 2004-12-30  Sohail Somani  <sohail@sohailsomani.com>
29769
29770         PR ada/19128
29771         * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
29772
29773 2004-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
29774
29775         * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
29776         * utils2.c (build_unary_op): Likewise.
29777
29778 2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29779
29780         * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
29781
29782 2004-12-19  Richard Henderson  <rth@redhat.com>
29783
29784         * trans.c (gigi): Update gimplify_body call.
29785
29786 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
29787
29788         * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
29789
29790 2004-12-07  Ed Falis  <falis@adacore.com>
29791
29792         * s-intman-vxworks.adb (Notify_Exception): removed useless check for
29793         current task being suspended.
29794
29795         * init.c (__gnat_clear_exception): added to reset VxWorks exception
29796         count.
29797         (__gnat_map_signal): removed test for current task being suspended.
29798
29799 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
29800
29801         * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
29802         from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
29803         targets (such as AAMP).
29804
29805 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
29806
29807         * atree.adb (Visit_Itype): Create a new name for the generated itype,
29808         because the back-end may otherwise treat it as a redefinition of the
29809         old symbol.
29810
29811 2004-12-07  Eric Botcazou  <ebotcazou@adacore.com>
29812
29813         * back_end.adb (Scan_Back_End_Switches): Accept --param.
29814
29815         * lang-specs.h: Accept --param.
29816
29817 2004-12-07  Vincent Celier  <celier@adacore.com>
29818
29819         * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
29820         package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
29821         Current_Body_Suffix => Ada_Body_Suffix).
29822         Take into account Externally_Built attribute.
29823
29824         * clean.adb (In_Extension_Chain): Always return False when one of the
29825         parameter is No_Project.
29826         (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
29827         Ada_Language_Index).
29828         (Gnatclean): Adapt to change in package Prj.Pars (no parameter
29829         Process_Languages for procedure Parse).
29830
29831         * gnatcmd.adb (Carg_Switches): New table.
29832         (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
29833         Adapt to name changes in package Prj (Current_Spec_Suffix =>
29834         Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
29835
29836         * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
29837         Header_Num and function Hash are now declared in package Prj,
29838         not Prj.Com.
29839
29840         * prj.adb (Suffix_Of): New function.
29841         (Set (Suffix)): New procedure.
29842         (Hash): One function moved from Prj.Com
29843         (Is_Present, Language_Processing_Data_Of): New functions
29844         (Set): Two new procedures
29845         (Add_Language_Name, Display_Language_Name): New procedures
29846
29847         * prj.ads: (Suffix_Of): New function
29848         (Set (Suffix)): New procedure
29849         Add several types and tables for multi-language support.
29850         (Header_Num): Type moved from Prj.Com
29851         (Hash): Two functions moved from Prj.Com
29852         (Is_Present, Language_Processing_Data_Of): New functions
29853         (Set): Two new procedures
29854         (Add_Language_Name, Display_Language_Name): New procedures
29855         (Naming): Component name changes:
29856         Current_Spec_Suffix => Ada_Spec_Suffix,
29857         Current_Body_Suffix => Ada_Body_Suffix. Add new components:
29858         Impl_Suffixes, Supp_Suffixes.
29859         (Project_Data): New components: Externally_Built, Supp_Languages,
29860         First_Language_Processing, Supp_Language_Processing, Default_Linker,
29861         Default_Linker_Path.
29862
29863         * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
29864         new package Language_Processing with its attributes (Compiler_Driver,
29865         Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
29866         Binder_Driver, Default_Linker).
29867
29868         * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
29869         (Header_Num): Type moved to package Prj
29870
29871         * prj-env.adb: Adapt to name changes in package Prj
29872         (Current_Spec_Suffix => Ada_Spec_Suffix,
29873         Current_Body_Suffix => Ada_Body_Suffix).
29874
29875         * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
29876         default to the project path, except the "-" is one of the directories
29877         in env var ADA_PROJECT_PATH.
29878         (Current_Project_Path): Global variable, replacing Project_Path
29879         that was in the body of Prj.Part.
29880         (Project_Path): New function
29881         (Set_Project_Path): New procedure
29882         Initialize Current_Project_Path during elaboration of the package
29883         Remove dependency on Prj.Com, no longer needed
29884
29885         * prj-ext.ads (Project_Path): New function
29886         (Set_Project_Path): New procedure
29887
29888         * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
29889         suffix is defined for language <lang>.
29890         (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
29891         accessing directly the components of Naming.
29892         (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
29893         Reorganise of this package.
29894         Break procedure Check in several procedures.
29895
29896         * prj-nmsc.ads: Replace all procedures (Ada_Check,
29897         Other_Languages_Check and Language_Independent_Check) with a single
29898         procedure Check.
29899
29900         * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
29901         Process_Languages, no longer needed.
29902
29903         * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
29904         Current_Project_Path.
29905         Remove elaboration code, moved to the body of Prj.Ext
29906         Use new function Prj.Ext.Project_Path instead of old variable
29907         Project_Path.
29908         (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
29909         When comparing with project paths on the stack, first put the resolved
29910         path in canonical case.
29911         (Parse_Single_Project): Set the path name of the project file in the
29912         tree to the normalized path.
29913
29914         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
29915         parameter Process_Languages, no longer needed.
29916         (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
29917         Other_Languages_Check.
29918
29919         * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
29920         to store the resolved canonical path of the project file.
29921         Remove dependency to Prj.Com, no longer needed
29922
29923         * prj-util.adb: Adapt to name changes in package Prj
29924         (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
29925         Ada_Body_Suffix).
29926
29927         * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
29928         Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
29929         Externally_Built, Include_Option, Language_Processing.
29930
29931         * makegpr.adb: Numerous changes due to changes in packages
29932         Prj and Prj.Nmsc.
29933
29934         * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
29935         default to the project path, except whe "-" is one of the directories
29936         in env var ADA_PROJECT_PATH.
29937         (Gnatls): In verbose mode, add the new section "Project Search Path:"
29938
29939 2004-12-07  Robert Dewar  <dewar@adacore.com>
29940
29941         * debug.adb: Document that -gnatdA automatically sets -gnatR3m
29942
29943         * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
29944         set -gnatR3m mode.
29945
29946         * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
29947         flag. No longer needed now that we handle this in gnat1drv.adb.
29948
29949         * repinfo.ads: Minor reformatting
29950
29951 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
29952             Olivier Hainque  <hainque@adacore.com>
29953             Eric Botcazou  <ebotcazou@adacore.com>
29954
29955         * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
29956         TYPE_SIZE_UNIT of result type if SIZE is not specified.
29957         (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
29958         of a bitfield, which we know is useless and causes trouble because of
29959         alignment implications.
29960
29961         * utils.c (create_var_decl): Set DECL_COMMON again on targets without
29962         BSS sections.
29963         (process_attributes): Clear DECL_COMMON again when a section attribute
29964         is present.
29965         (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
29966         SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
29967         (create_field_decl): Special case ADDRESSABLE negative to mean
29968         "no bitfield creation", to be used by make_aligning_type. Don't
29969         restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
29970         fields claimed addressable still have to be bitfields. Use
29971         value_factor_p instead of a raw binop construction to check for the
29972         position's alignment.
29973
29974 2004-12-07  Geert Bosch  <bosch@adacore.com>
29975
29976         * eval_fat.adb: Revert previous change.
29977
29978 2004-12-07  Thomas Quinot  <quinot@adacore.com>
29979             Ed Schonberg  <schonberg@adacore.com>
29980
29981         * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
29982         with an implicit dereference as its prefix, use
29983         Insert_Explicit_Dereference instead of merely rewriting the prefix into
29984         an explicit dereference. This ensures that a reference to the original
29985         prefix is generated, if appropriate.
29986
29987         * sem_util.adb (Insert_Explicit_Dereference): When an implicit
29988         dereference is rewritten to an explicit one, generate a reference to
29989         the entity denoted by its prefix using the original prefix node, so
29990         the dereference can be properly recorded as a read of the denoted
29991         access value, if appropriate.
29992
29993         * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
29994         emitting 'assigned but never read' warning on a variable on the basis
29995         that it has an access type.
29996         (Check_References): Emit unreferenced warning when the scope is a
29997         subprogram body.
29998
29999 2004-12-07  Robert Dewar  <dewar@adacore.com>
30000             Ed Schonberg  <schonberg@adacore.com>
30001
30002         * exp_ch6.adb (Expand_Call): Add comment on handling of back end
30003         intrinsic
30004
30005         * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
30006         leaving call unchanged.
30007         This deals with the case where the pragma Import specified
30008         an external name, to be handled by the back end.
30009
30010         * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
30011         subprogram which is Imported with convention Intrinsic if an
30012         External_Name argument is specified.
30013         (Process_Import_Or_Interface): Properly diagnose link name argument.
30014         (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
30015         with Sem_Ch6.Cannot_Inline.
30016         (Process_Inline): Provide separate warning for inapplicable inline
30017         pragma.
30018         (Cannot_Inline): Reject subprograms that have an at_end handler, so that
30019         treatment is uniform on different targets.
30020
30021 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
30022
30023         * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
30024         construct is rewritten, preserve end label to permit source navigation.
30025
30026 2004-12-07  Thomas Quinot  <quinot@adacore.com>
30027
30028         * exp_dist.adb (Specific_Build_General_Calling_Stubs,
30029         Specific_Build_Stub_Target): New subprograms.
30030         (Build_Subprogram_Calling_Stubs): Make this procedure independent from
30031         the PCS implementation used, using the above PCS-customized subprograms.
30032         Minor reformatting.
30033         (PolyORB_Support.Helpers): New subunit containing supporting subprograms
30034         for generation of DSA code targeted to the PolyORB PCS.
30035         (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
30036         implementation of the partition communication subsystem in ancillary
30037         subprograms.
30038         (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
30039         PolyORB_Support.Build_Stub_Type): New subrograms containing the
30040         PCS-specific part of Add_Stub_Type.
30041         (Insert_Partition_Check): Use runtime library function to perform
30042         E.4(19) check.
30043
30044         * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
30045         (RE_Same_Partition): New entity, from s-parint.
30046
30047         * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
30048
30049 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
30050
30051         * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
30052         Output the copyright message on a separate line from the version
30053         message.
30054
30055 2004-12-07  Joel Brobecker  <brobecker@adacore.com>
30056
30057         * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
30058         compile-time warning.
30059
30060 2004-12-07  Robert Dewar  <dewar@adacore.com>
30061
30062         * g-regpat.adb: (Match): Change a misuse of or to or else
30063
30064 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
30065
30066         * lib-xref.adb:
30067         (Generate_Reference): Handle properly a reference to an entry formal,
30068          when an accept statement has a pragma Unreferenced for it.
30069
30070         * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
30071         and the Has_Pragma_Unreferenced flag for each formal before analyzing
30072         the body, to ensure that warnings are properly emitted for each accept
30073         statement of a given task entry.
30074
30075 2004-12-07  Vasiliy Fofanov  <fofanov@adacore.com>
30076
30077         * Makefile.in: Add support for foreign threads on VMS.
30078
30079 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
30080
30081         * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
30082         Remove.
30083         (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
30084
30085         * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
30086
30087         * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
30088         exception.
30089         (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
30090
30091 2004-12-07  Robert Dewar  <dewar@adacore.com>
30092
30093         * nlists.adb (Prepend_Debug): Remove parameters and nest within
30094         Prepend.
30095         (Remove_Next_Debug): Same fix
30096
30097         * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
30098         maintain back pointers now, though we did not used to, and comments
30099         were out of date).
30100         (Prepend): Remove pragma Inline.
30101         (Remove_Next): Same cleanup
30102
30103 2004-12-07  Thomas Quinot  <quinot@adacore.com>
30104
30105         * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
30106         used to record an implicit dereference as a read operation on its
30107         prefix when operating under -gnatc. Necessary to avoid spurious
30108         'variable assigned but never read' warnings in that mode.
30109         (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
30110         is a non-overloaded implicit dereference, call the above subprogram to
30111         ensure proper recording of references.
30112
30113 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
30114
30115         * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
30116         to be resolved later as part of Analyze_Iteration_Scheme's call to
30117         Make_Index.
30118
30119 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
30120
30121         * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
30122         prefix is not a scalar type, place error message on prefix, not on
30123         type entity.
30124
30125 2004-12-07  Bernard Banner  <banner@adacore.com>
30126
30127         * vxaddr2line.adb: Add support for x86 vxworks
30128
30129 2004-12-07  Thomas Quinot  <quinot@adacore.com>
30130
30131         * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
30132         documentation of the behaviour of these functions when passed an IP
30133         address that has no record in the system hosts database and no reverse
30134         record in the DNS.
30135
30136         * cstand.adb, a-tags.ads: Fix typos in comment.
30137
30138 2004-12-07  Robert Dewar  <dewar@adacore.com>
30139
30140         * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
30141         exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
30142         sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
30143         s-poosiz.ads: Minor reformatting
30144
30145         * make.adb: Minor reformatting
30146         Add some ??? comments asking for more comments
30147
30148         * s-poosiz.adb: Minor reformatting
30149         Add comments on alignment requirement
30150
30151         * sinfo.ads: Remove obsolete comment and fix typo.
30152
30153 2004-12-07  Vincent Celier  <celier@adacore.com>
30154             Sergey Rybin  <rybin@adacore.com>
30155
30156         * gnat_ugn.texi: Update the section "The GNAT Driver and Project
30157         Files" with the new tool and package names.
30158         Reformatting to suppress most of the warnings for line too long
30159         Document the new section "Project Search Path:" in the output of
30160         gnatls -v.
30161         Add gnatmetric section
30162
30163 2004-12-07  Vincent Celier  <celier@adacore.com>
30164
30165         * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
30166         -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
30167         and -eit to -ept. Added qualifier
30168         /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
30169
30170 2004-11-27  Andreas Schwab  <schwab@suse.de>
30171
30172         * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
30173
30174 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
30175
30176         * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
30177         internal implementation unit GNAT.Sockets.Thin,
30178         as their usage for sockets is non-portable (using the read and write
30179         functions from the system runtime library is fine on UNIX but won't
30180         work under Windows).
30181
30182         * mingw32.h: Update copyright notice.
30183
30184 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
30185
30186         * ada-tree.h: Minor reformatting of previous change to avoid lines
30187         longer than 79 characters.
30188
30189 2004-11-25  Olivier Hainque  <hainque@adacore.com>
30190
30191         * tb-gcc.c: GCC infrastructure based implementation of
30192         __gnat_backtrace.
30193
30194 2004-11-24  Steven Bosscher  <stevenb@suse.de>
30195
30196         * misc.c (gnat_post_options): Don't clear
30197         flag_inline_functions.
30198
30199 2004-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
30200
30201         PR ada/17986
30202         * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
30203         tree.
30204
30205 2004-11-21  Andreas Jaeger  <aj@suse.de>
30206
30207         * stylesw.adb: Change Style_Check_Subprogram_Order to
30208         Style_Check_Order_Subprograms.
30209
30210 2004-11-18  Arnaud Charlet  <charlet@adacore.com>
30211
30212         * adaint.h, adaint.c
30213         (__gnat_portable_spawn): Fix cast of spawnvp third parameter
30214         to avoid warnings.
30215         Add also a cast to kill another warning.
30216         (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
30217         parameter with the priority class of the parent process instead of
30218         always using the NORMAL_PRIORITY_CLASS.
30219         (__gnat_dup): New function.
30220         (__gnat_dup2): New function.
30221         (__gnat_is_symbolic_link): Enable the effective body of this
30222         function when __APPLE__ is defined.
30223
30224         * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
30225         Update comments.
30226
30227 2004-11-18  Olivier Hainque  <hainque@adacore.com>
30228
30229         * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
30230         address of which may be used to represent "others" and "all others"
30231         choices in exception tables, instead of the current harcoded
30232         (void *)0 and (void *)1.
30233         (Setup_Exception): Do nothing in the GNAT SJLJ case.
30234
30235         * gigi.h (others_decl, all_others_decl): New decls representing the
30236         new Others_Value and All_Others_Value objects.
30237         (struct attrib): Rename "arg" component as "args", since GCC expects a
30238         list of arguments in there.
30239
30240         * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
30241         corresponding objects exported by a-exexpr, instead of hardcoded dummy
30242         addresses.
30243
30244         * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
30245         others_decl and all_others_decl instead of hardcoded dummy addresses
30246         to represent "others" and "all others" choices, which is cleaner and
30247         more flexible with respect to the possible eh pointer encoding policies.
30248
30249         * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
30250         (process_attributes): Account for the naming change of the "args"
30251         attribute list entry component.
30252
30253         * decl.c (build_attr_list): Rename into prepend_attributes to allow
30254         cumulating attributes for different entities into a single list.
30255         (gnat_to_gnu_entity): Use prepend_attributes to build the list of
30256         attributes for the current entity and propagate first subtype
30257         attributes to other subtypes.
30258         <E_Procedure>: Attribute arguments are attr->args and not
30259         attr->arg any more.
30260         (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
30261         argument provided, as this is what GCC expects. Use NULL_TREE instead
30262         of 0 for trees.
30263
30264 2004-11-18  Robert Dewar  <dewar@adacore.com>
30265
30266         * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
30267         Minor reformatting througout (including new function specs)
30268         Add ??? comments asking for clarification.
30269
30270 2004-11-18  Thomas Quinot  <quinot@adacore.com>
30271
30272         * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
30273         incomplete duplicate implementation of this subprogram from butil.
30274
30275 2004-11-18  Thomas Quinot  <quinot@adacore.com>
30276
30277         * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
30278         procedures factors the common processing for building an RPC receiver
30279         for an RCI package or an RACW type.
30280         Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
30281         Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
30282         (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
30283         in use.
30284         (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
30285         Add_RACW_Features.
30286         (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
30287         Add_RAST_Features.
30288         (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
30289         distribution subprogram identifiers that are either subprogram numbers
30290         or strings.
30291         (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
30292         string distribution identifiers assigned to a given subprogram.
30293         (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
30294         (Add_RAS_Dereference_TSS): Add comments.
30295         (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
30296         is not referenced yet because it will be used by the PolyORB DSA
30297         implementation.
30298         (Insert_Partition_Check): Remove fossile code.
30299         (First_RCI_Subprogram_Id): Document this constant.
30300         (Add_RAS_Access_TSS): Correct the setting of the Etype of the
30301         RAS_Access TSS.
30302         (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
30303         replaced with calls to Get_Library_Unit_Name_String. Previously there
30304         were several instances of the same code in different locations in the
30305         compiler; this checkin completes the replacement of all of these
30306         instances with calls to a common subprogram.
30307         Minor reformatting.
30308
30309         * sem_dist.adb: Remove comment noting that RPC receiver generation
30310         should be disabled for RACWs that implement RASs.
30311         (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
30312
30313         * sem_util.ads, sem_util.adb (Has_Stream): New function
30314         (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
30315         qualified name of a library unit into the name buffer.
30316         (Note_Possible_Modification): Generate a reference only
30317         if the context comes from source.
30318
30319         * snames.ads (PCS_Names): New subtype corresponding to names of
30320         supported implementations of the Partition Communication Subsystem
30321         (PCS) (i.e. the runtime library support modules for the distributed
30322         systems annex).
30323
30324 2004-11-18  Robert Dewar  <dewar@adacore.com>
30325             Ed Schonberg  <schonberg@adacore.com>
30326
30327         * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
30328         (Has_Rep_Pragma): New function
30329         (Has_Attribute_Definition_Clause): New function
30330         (Record_Rep_Pragma): Moved here from sem_ch13.adb
30331         (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
30332
30333         * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
30334
30335         * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
30336         (Expand_Pragma_Psect_Object): New procedure
30337         These procedures contain the revised and cleaned up processing for
30338         these two pragmas. This processing was formerly in Sem_Prag, but
30339         is more appropriately moved here. The cleanup involves making sure
30340         that the pragmas are properly attached to the tree, and that no
30341         nodes are improperly shared.
30342
30343         * sem_prag.adb: Move expansion of Common_Object and Psect_Object
30344         pragmas to Exp_Prag, which is more appropriate.
30345         Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
30346         check for duplicates Remove use of Is_Psected flag, no longer needed.
30347         Use new Make_String_Literal function with string.
30348
30349         * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
30350         that are functions return universal values, that have to be converted
30351         to the context type.
30352         Use new Make_String_Literal function with string.
30353         (Get_Stream_Convert_Pragma): New function, replaces the use of
30354         Get_Rep_Pragma, which had to be kludged to work in this case.
30355
30356         * freeze.adb: Use new Has_Rep_Pragma function
30357
30358         * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
30359         function with string.
30360         Use new Has_Rep_Pragma function.
30361
30362         * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
30363         string argument.
30364
30365 2004-11-18  Robert Dewar  <dewar@adacore.com>
30366
30367         * errout.ads, errout.adb: (First_Sloc): New function
30368
30369         * par-ch5.adb (P_Condition): Check for redundant parens is now a style
30370         check (-gnatyx) instead of being included as a redundant construct
30371         warning.
30372
30373         * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
30374         Style_Check_Order_Subprograms.
30375
30376         * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
30377         stylesw.adb: Add Style_Check_Xtra_Parens
30378
30379         * usage.adb: Add line for -gnatyx (check extra parens)
30380
30381         * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
30382
30383 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
30384             Robert Dewar  <dewar@adacore.com>
30385
30386         * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
30387         discriminant of a constrained subtype, analyze the copy of the
30388         corresponding constraint, because in some cases it may be only
30389         partially analyzed.
30390         Removes long-lived ??? comments.
30391
30392         * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
30393         handled controlled or secondary-stack expressions within the
30394         iteration_scheme of a loop.
30395
30396         * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
30397         bounds that may contain functions calls, to prevent memory leaks when
30398         the bound contains a call to a function that uses the secondary stack.
30399         (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
30400         generate temporaries for loop bounds that might contain function calls
30401         that require secondary stack and/or finalization actions.
30402
30403         * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
30404         selected component and the selector is overloadable (not just a
30405         function) treat as function call, Analyze_Call will disambiguate if
30406         necessary.
30407         (Analyze_Selected_Component): Do not generate an actual subtype for the
30408         selected component if expansion is disabled. The actual subtype is only
30409         needed for constraint checks.
30410         (Analyze_Allocator): If restriction No_Streams is set, then do
30411         not permit objects to be declared of a stream type, or of a
30412         composite type containing a stream.
30413
30414         * restrict.ads: Remove the a-stream entry from Unit_Array, since
30415         No_Streams no longer prohibits with'ing this package.
30416
30417         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
30418         discriminants, but the parent base has unknown discriminants, there is
30419         no discriminant constraint to inherit. Such a discrepancy can arise
30420         when the actual for a formal type with unknown discriminants is a
30421         similar private type whose full view has discriminants.
30422         (Analyze_Object_Declaration): If restriction No_Streams is set, then
30423         do not permit objects to be declared of a stream type, or of a
30424         composite type containing a stream.
30425
30426 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
30427
30428         * exp_dbug.ads: Update documentation to reflect simpler encoding for
30429         protected operations.
30430
30431         * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
30432         generated name, it complicates decoding in gdb and hinders debugging
30433         of protected operations.
30434         (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
30435         flag for the protected entry barrier function.
30436         (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
30437         flag for the protected entry function.
30438
30439 2004-11-18  Nicolas Setton  <setton@adacore.com>
30440
30441         * expect.c: Define __unix__ when __APPLE__ is defined.
30442
30443         * Makefile.in: Inform the value of the variable GMEM_LIB in the
30444         Darwin-specific section.
30445
30446         * lang-specs.h: Change the placement of the %1 marker.
30447         Works around the fact that gcc adds -fPIC by default under Darwin.
30448
30449 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
30450
30451         * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
30452         type of the object with the packed array type, set the Analyzed flag
30453         on the object if it is an entity or simple indexed component, to avoid
30454         spurious type errors.
30455
30456 2004-11-18  Gary Dismukes  <dismukes@adacore.com>
30457
30458         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
30459         gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
30460         separate line from the version message.
30461
30462 2004-11-18  Ed Falis  <falis@adacore.com>
30463
30464         * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
30465         vthreads.
30466         (init_float): Eliminate initialization of floating point status for
30467         AE653. The instructions have no effect for vThreads.
30468
30469 2004-11-18  Vincent Celier  <celier@adacore.com>
30470
30471         * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
30472         gnatbind is invoked with -shared.
30473
30474 2004-11-18  Jose Ruiz  <ruiz@adacore.com>
30475
30476         * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
30477         for Detect_Blocking which is redundant with the check done within the
30478         procedure Protected_Single_Entry_Call.
30479         (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
30480         Detect_Blocking which is redundant with the check done within the
30481         procedure Protected_Single_Entry_Call.
30482
30483 2004-11-18  Vincent Celier  <celier@adacore.com>
30484
30485         * makegpr.adb (Compile): Put the compiling switches (in package
30486         Compiler and on the command line) immediately after "-c", instead of
30487         at the end of the command line invocation of the compiler, when
30488         compiling a non-Ada file.
30489         (Build_Global_Archive): When there is no need to rebuild the archive,
30490         set Global_Archive_Exists, so that the archive is passed to the linker
30491         if one is needed.
30492
30493 2004-11-18  Robert Dewar  <dewar@adacore.com>
30494             Sergey Rybin  <rybin@adacore.com>
30495
30496         * gnat_ugn.texi:
30497         Remove extra paren check from list of checks for redundant constructs
30498         Add documentation of new -gnatyx style check (check extra parens)
30499         Remove paragraph about gnatelim debug options.
30500
30501         * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
30502         objects rather than forbidding dependencies on the package Ada.Streams.
30503
30504         * sinfo.ads: Add ??? note that we should document pragmas passed to
30505         back end.
30506
30507         * g-expect.ads: Fix a few typos in the comments.
30508
30509 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
30510
30511         * misc.c (gnat_handle_option): Use %< and %> for quoting in
30512         warning message.
30513
30514 2004-11-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
30515
30516         * a-numaux-x86.adb (Tan): Fix fdivp syntax.
30517
30518 2004-11-07  Andreas Schwab  <schwab@suse.de>
30519
30520         * Makefile.in (install-gnatlib): Remove spurious hyphen.
30521
30522 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
30523
30524         PR ada/18228
30525         * Makefile.in (darwin): Set soext to .dylib.
30526
30527 2004-10-26  Vincent Celier  <celier@gnat.com>
30528             Thomas Quinot   <quinot@act-europe.fr>
30529
30530         * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
30531         (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
30532         there is no use of GNAT.Sockets.Constants.
30533         Remove remaining pragma Import for C_Write
30534         Remove C_Read and C_Write from internal implementation unit
30535         GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
30536         the read and write functions from the system runtime library is fine
30537         on UNIX but won't work under Windows).
30538
30539         * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
30540         (Check_Selector): Use C_Recv instead of C_Read.
30541         Selectors are the GNAT.Sockets abstraction to perform a select()
30542         call on a set of descriptors. To allow abortion of an ongoing
30543         select operation, some data is written to a dedicated socket that
30544         is always monitored.
30545         Under Windows, the write and read library functions cannot operate
30546         on sockets, so we need to use send and recv instead, which is portable
30547         across all supported platforms.
30548
30549         * g-socthi.ads: Remove C_Read and C_Write from internal implementation
30550         unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
30551         (using the read and write functions from the system runtime library is
30552         fine on UNIX but won't work under Windows).
30553
30554 2004-10-26  Nicolas Setton  <setton@act-europe.fr>
30555
30556         * mlib-tgt-darwin.adb: New file.
30557
30558         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
30559         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
30560         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
30561         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
30562         subprogram body.
30563
30564         * Makefile.in: Add support for building shared libraries under Darwin.
30565         (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
30566         the low level EH init subprogram to be called from __gnat_initialize.
30567
30568         * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
30569         indicates which options to pass to the archive indexer.
30570
30571         * mlib-utl.adb: Add support for calling ranlib with additional
30572         options. This is needed for instance under Mac OS X.
30573         (Ranlib_Options): New global variable, used to store the potential
30574         options to pass to ranlib.
30575         (Ar): Use Ranlib_Options when spawning ranlib.
30576         (Initialize): Set the value of ranlib option.
30577
30578 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
30579
30580         * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
30581         instead of 8K, to reflect the real potential needs for stack-checking
30582         in the ZCX case.
30583
30584 2004-10-26  Pascal Obry  <obry@gnat.com>
30585
30586         * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
30587
30588         * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
30589         Windows only the initial thread stack size can be set so it is good to
30590         start we a low stack size.
30591         The OS will adjust the size as needed.
30592
30593 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
30594             Nicolas Setton  <setton@act-europe.fr>
30595
30596         * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
30597         "__unix__" instead of "unix".
30598         The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
30599         sections were just mistakenly ignored. The former is
30600         implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
30601         Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
30602         of hpux. This prevents an unwanted definition of the symbol
30603         convert_addresses in adaint.o.
30604
30605 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
30606
30607         * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
30608         compatibility with type Unwind_Word on 16-bit targets such as AAMP.
30609
30610 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
30611
30612         * a-filico.ads, a-filico.adb: fix incorrect header.
30613
30614 2004-10-26  Javier Miranda  <miranda@gnat.com>
30615
30616         * a-ststio.ads: Fix typo in identifier
30617
30618 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30619
30620         * sem_ch4.adb: Minor reformatting.
30621
30622 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30623
30624         * checks.adb (Expr_Known_Valid): If floating-point validity checks are
30625         enabled, check the result of unary and binary operations when the
30626         expression is the right-hand side of an assignment.
30627
30628 2004-10-26  Vincent Celier  <celier@gnat.com>
30629
30630         * clean.adb (Delete): Do not output warnings when in quiet output and
30631         not in verbose mode.
30632         (Force_Deletions): New Boolean flag, defaulted to False
30633         (Delete): Only delete a file if it is writable, and when
30634         Force_Deletions is True.
30635         (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
30636         (Usage): Line for new switch -f
30637         (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
30638         own.
30639
30640 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
30641
30642         * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
30643         JM type only if its size matches that of the wrapper.  When a size is
30644         prescribed and the field is not aliased, remove the wrapper of a JM
30645         type only if the size is not greater than that of the packed array.
30646         (gnat_to_gnu_entity): Change the extension of packed array wrappers
30647         from LJM to JM.
30648
30649 2004-10-26  Geert Bosch  <bosch@gnat.com>
30650
30651         * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
30652         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
30653         (Pred): Implement in terms of Succ.
30654
30655 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30656
30657         * exp_aggr.adb (Safe_Component): An aggregate component that is an
30658         unchecked conversion is safe for in-place use if the expression of the
30659         conversion is safe.
30660         (Expand_Array_Aggregate): An aggregate that initializes an allocator may
30661         be expandable in place even if the aggregate does not come from source.
30662         (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
30663         designated object of an allocator in place, rather than building it
30664         first on the stack. The previous scheme forces a full copy of the array,
30665         and may be altogether unsusable if the size of the array is too large
30666         for stack allocation.
30667
30668 2004-10-26  Robert Dewar  <dewar@gnat.com>
30669
30670         * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
30671         compares if the component is atomic.
30672
30673         * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
30674         array assignment if the component type is atomic.
30675
30676 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30677             Eric Botcazou  <ebotcazou@act-europe.fr>
30678
30679         * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
30680         is aliased and is a by_reference type, do not pass by copy.
30681         (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
30682         detect whether the call is in the right side of an assignment or
30683         the expression of an object declaration.  Recurse on component
30684         association within aggregates.
30685         Call it in the condition that determines whether the temporary is
30686         necessary for correct stack-checking.
30687
30688 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30689
30690         * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
30691         RACW_Type, used in the PolyORB version.
30692         Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
30693         version and the GARLIC version.
30694
30695         * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
30696         Rename RCI_Info to RCI_Locator for better consistency between the
30697         GARLIC and PolyORB versions of the distributed systems annex.
30698         (DSA_Implementation_Name): This enumeration lists the possible
30699         implementations of the Partition Communication Subsystem for the
30700         Distributed Systems Annex (DSA). The three available implementations
30701         are the dummy stub implementation (No_DSA), and two versions based on
30702         two different distribution runtime libraries: GARLIC and PolyORB. Both
30703         the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
30704         technology.
30705         Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
30706         that organization.
30707
30708         * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
30709         between the GARLIC and PolyORB versions of the distributed systems
30710         annex.
30711         Remove RE_Unbounded_Reclaim_Pool since it is unused.
30712
30713 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
30714
30715         * gnat1drv.adb: Suppress calling the back end when
30716         Frontend_Layout_On_Target is true.
30717
30718 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30719
30720         * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
30721         Set_Read_Only): New subprograms.
30722         These new routines allow the user to set or unset the Owner execute
30723         and Owner write permission flags on a file.
30724
30725         * makegpr.adb, mlib.adb, mlib-prj.adb: Use
30726         GNAT.OS_Lib.Set_Executable instead of rolling our own.
30727
30728 2004-10-26  Matthew Gingell  <gingell@gnat.com>
30729
30730         * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
30731
30732 2004-10-26  Pascal Obry  <obry@gnat.com>
30733
30734         * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
30735         memory before the faulting page we properly test the process read
30736         access for this address using appropriate Win32 routine.
30737         (HPUX sections): guard with "__hpux__" instead of "hpux".
30738
30739 2004-10-26  Robert Dewar  <dewar@gnat.com>
30740
30741         * lib-xref.adb (Generate_Reference): Don't complain about reference to
30742         entry parameter if pragma Unreferenced set, since we do not properly
30743         handle the case of multiple parameters.
30744
30745 2004-10-26  Vincent Celier  <celier@gnat.com>
30746
30747         * prj-env.adb: (Contains_ALI_Files): New Boolean function
30748         (Ada_Objects_Path.Add): For a library project, add to the object path
30749         the library directory only if there is no object directory or if the
30750         library directory contains ALI files.
30751         (Set_Ada_Paths.Add.Recursive_Add): Ditto
30752
30753 2004-10-26  Vincent Celier  <celier@gnat.com>
30754
30755         * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
30756         extension of library projects.
30757
30758         * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
30759         path defaults to ".:<prefix>/lib/gnat".
30760         (Parse): For an extending all project, allow direct import of a project
30761         that is virtually extended.
30762
30763         * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
30764         the specified name is directly imported, return its ID. Otherwise, if
30765         an extension of this project is imported, return the ID of the
30766         extension.
30767
30768 2004-10-26  Robert Dewar  <dewar@gnat.com>
30769
30770         * s-arit64.adb: (Le3): New function, used by Scaled_Divide
30771         (Sub3): New procedure, used by Scaled_Divide
30772         (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
30773         correct more than one instance of failure to propagate carries
30774         correctly.
30775         (Double_Divide): Handle overflow case of largest negative number
30776         divided by minus one.
30777
30778         * s-arit64.ads (Double_Divide): Document that overflow can occur in
30779         the case of a quotient value out of range.
30780         Fix comments.
30781
30782 2004-10-26  Robert Dewar  <dewar@gnat.com>
30783
30784         * s-bitops.adb (Bit_Eq): Remove redundant check.
30785
30786         * s-bitops.ads: Minor comment updates
30787         Change some occurrences of Address to System.Address
30788
30789         * s-carsi8.ads: Fix minor cut-and-paste error in comments
30790
30791 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30792
30793         * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
30794         accessibility check to prefix that is a protected operation.
30795
30796 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30797
30798         * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
30799         empty, post message on stub.
30800
30801 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30802             Javier Miranda  <miranda@gnat.com>
30803
30804         * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
30805         current instance appears within a unit that is directly in the context
30806         of the main unit.
30807         Used to determine whether the body of the instance should be analyzed
30808         immediately after its spec, to make its subprogram bodies available
30809         for front-end inlining.
30810         (Analyze_Formal_Array_Type): Cleanup condition that checks that range
30811         constraint is not allowed on the component type (AARM 12.5.3(3))
30812
30813 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
30814
30815         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
30816         'Storage_Pool): enhance, document & limit detection of non-sharable
30817         internal pools.
30818
30819         * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
30820
30821         * s-pooglo.ads: Add more documentation now that this pool is properly
30822         documented.
30823
30824 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30825
30826         * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
30827         or protected type with discriminants, do not constrain the
30828         corresponding record type if the subtype declaration has no
30829         discriminant constraints. This can be the case in source code, or in
30830         the subtype declaration created to rename an actual type within an
30831         instantiation.
30832
30833 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30834
30835         * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
30836         different kind of stub (possibly wrong name for file), do not check
30837         for conformance.
30838         (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
30839         includes call to some function that returns an unconstrained type, do
30840         not inline.
30841
30842 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
30843
30844         * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
30845         appear in the code for the main unit. Dependencies among units in the
30846         context of the main unit are established when those other units are
30847         compiled. Otherwise spurious elaboration constraints can generate
30848         incorrect elaboration circularities.
30849
30850 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
30851             Ed Schonberg   <schonberg@gnat.com>
30852
30853         * sem_util.adb (Is_Aliased_View): Defend against the case where this
30854         subprogram is called with a parameter that is not an object name. This
30855         situation arises for some cases of illegal code, which is diagnosed
30856         later, and in this case it is wrong to call Is_Aliased, as that might
30857         cause a compiler crash.
30858         (Explain_Limited_Type): Refine previous fix to include
30859         inherited components of derived types, to provide complete information.
30860
30861         * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
30862         is the prival for a protected object.
30863         It is necessary to mark this entity as a variable, in addition to
30864         flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
30865         modified to avoid checking the Aliased flag on entities that are not
30866         objects. (Checking that flag for non-objects is erroneous and could
30867         lead to a compiler crash).
30868
30869 2004-10-26  Robert Dewar  <dewar@gnat.com>
30870
30871         * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
30872         X_Frac = 0.5, then we know that the number X must be positive.
30873         (Succ): Remove the same redundant test, and also fix the primary test
30874         to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
30875         Minor reformatting
30876         (Decompose): Add fuller comments to spec
30877
30878 2004-10-26  Pascal Obry  <obry@gnat.com>
30879
30880         * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
30881         validity (process must have read access). Set to 0 in all other cases.
30882         (STOP_FRAME): Now check for ptr validity to avoid a segmentation
30883         violation on Win32.
30884         (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
30885         segmentation violation.
30886
30887 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
30888
30889         * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
30890         whose type is a constructed subtype of an aliased object with an
30891         unconstrained nominal subtype, convert the actual to the constructed
30892         subtype before taking its address.
30893
30894 2004-10-26  Vincent Celier  <celier@gnat.com>
30895
30896         * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
30897         (Is_Path_Name_Case_Sensitive): New function
30898
30899         * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
30900         (Base_Name, Simple_Name, Current_Directory, Compose,
30901         Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
30902         the result.
30903
30904 2004-10-26  Cyrille Comar    <comar@act-europe.fr>
30905             Vasiliy Fofanov  <fofanov@act-europe.fr>
30906             Vincent Celier   <celier@gnat.com>
30907
30908         * gnat_ugn.texi: Generalize "finding memory problems" section into a
30909         "memory management issues" section and document some of the useful
30910         memory pools provided as part of the GNAT library.
30911         Remove "virtual" from declaration of A::method2 in
30912         the simple example of Ada/C++ mixed system.
30913         Library Projects may be virtually extended: their virtual extensions
30914         are not Library Projects.
30915         Added section on extending project hierarchies.
30916
30917 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
30918
30919         * adaint.c (__gnat_get_libraries_from_registry): Cast value
30920         to LPBYTE.
30921         (__gnat_portable_spawn): Remove const.
30922
30923         * mingw32.h (MAXPATHLEN): Check for previous definition.
30924
30925 2004-10-17  Matthias Klose  <doko@debian.org>
30926
30927         * gnatvsn.ads: Set gnat library version to 4.0.
30928
30929 2004-10-05  Vincent Celier  <celier@gnat.com>
30930
30931         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
30932
30933 2004-10-04  Laurent Guerby  <laurent@guerby.net>
30934
30935         PR ada/15156
30936         * Makefile.in: Define and use RANLIB_FLAGS.
30937
30938 2004-10-04  Pascal Obry  <obry@gnat.com>
30939
30940         * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
30941         other x86 platforms).
30942
30943 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30944
30945         * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
30946         in general and triggers stack alignment adjustment for thread entry
30947         points on targets where this is necessary.
30948
30949 2004-10-04  Bernard Banner  <banner@gnat.com>
30950
30951         PR ada/13897
30952         * Makefile.in: Add section for powerpc linux
30953         Add variant i-vxwork-x86.ads
30954
30955         * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
30956
30957 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
30958
30959         * init.c (__gnat_initialize): Call an Ada subprogram to perform the
30960         table registration calls when need be. Ensures no reference to the crt
30961         ctors symbol are issued in the SJLJ case, which avoids possible
30962         undefined symbol errors in the case of modules to be statically linked
30963         with the kernel.
30964
30965 2004-10-04  Javier Miranda  <miranda@gnat.com>
30966
30967         * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
30968         in-line the code corresponding to subprogram Analyze_Actuals. In
30969         addition, analyze the actuals only in case of subprogram call.
30970
30971 2004-10-04  Ed Falis  <falis@gnat.com>
30972
30973         * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
30974
30975 2004-10-04  Sergey Rybin  <rybin@act-europe.fr>
30976
30977         * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
30978         in the documentation.
30979
30980 2004-10-04  Robert Dewar  <dewar@gnat.com>
30981
30982         * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
30983         IF and CASE.
30984         (Analyze_Block_Statement): Add circuitry to detect following dead code
30985         (Check_Unreachable_Code): Handle case of block exit
30986
30987 2004-10-04  Robert Dewar  <dewar@gnat.com>
30988
30989         * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
30990         (XMatchD): Avoid warning for Logic_Error call
30991
30992 2004-10-04  Robert Dewar  <dewar@gnat.com>
30993
30994         * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
30995         consider expressions buried within a procedure actual to be an actual.
30996         This caused some blowups with uses of packed slices within a procedure
30997         actual.
30998
30999 2004-10-04  Robert Dewar  <dewar@gnat.com>
31000
31001         * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
31002         longer need to be initialized to zero.
31003         (Get_Simple_Init_Val): Modular packed arrays no longer need to be
31004         initialized to zero.
31005
31006         * checks.adb (Expr_Known_Valid): Packed arrays are now always
31007         considered valid, even if the representation is modular. That's correct
31008         now that we no longer initialize packed modular arrays to zero.
31009
31010         * exp_dbug.ads: Clarify documentation on handling of PAD and JM
31011         suffixes. These are now documented as the only cases in which the
31012         debugger ignores outer records.
31013         Previously, the spec allowed arbitrary suffixes for this purpose.
31014         Change name of LJM to JM for packed array pad records
31015         Create separate section on packed array handling, and add a whole new
31016         set of comments to this section describing the situation with packed
31017         modular types and justification requirements depending on endianness.
31018
31019 2004-10-04  Robert Dewar  <dewar@gnat.com>
31020
31021         * a-except.adb: Add a comment for last change
31022
31023         * einfo.ads: Minor spelling correction in comment
31024
31025         * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
31026
31027         * sem_ch11.adb: Fix a case of using | instead of \ for continuation
31028         messages.
31029
31030         * sem_util.ads: Minor comment update
31031
31032 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
31033
31034         * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
31035         Inline_Always when in Configurable_Run_Time mode.
31036
31037         * sem_prag.adb (Process_Convention): If entity is an inherited
31038         subprogram, apply convention to parent subprogram if in same scope.
31039         (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
31040         when in Configurable_Run_Time mode.
31041
31042 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
31043
31044         * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
31045         class_wide type after component list has been inherited.
31046
31047 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
31048
31049         * sem_ch12.adb (Check_Generic_Actuals): New predicate
31050         Denotes_Previous_Actual, to handle properly the case of a private
31051         actual that is also the component type of a subsequent array actual.
31052         The visibility status of the first actual is not affected when the
31053         second is installed.
31054         (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
31055         make fully recursive the treatment of formals of packages declared
31056         with a box.
31057         (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
31058         the above on exit from an instantiation.
31059         (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
31060         current instantiation which is now complete.
31061         (Analyze_Package_Instantiation): No instantiated body is needed if the
31062         main unit is generic. Efficient, and avoid anomalies when a instance
31063         appears in a package accessed through rtsfind.
31064
31065 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
31066
31067         * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
31068         do not generate a declaration for a temporary if the call is part of a
31069         library-level instantiation.
31070
31071 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
31072
31073         * sem_util.adb (Explain_Limited_Type): Ignore internal components when
31074         searching for a limited component to flag.
31075
31076         * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
31077         expansion of Input, to account for the fact that the implicit call
31078         generated by the attribute reference must freeze the user-defined
31079         stream subprogram. This is only relevant to 'Input, because it can
31080         appear in an object declaration, prior to the body of the subprogram.
31081
31082         * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
31083         expansion can proceed and further errors uncovered.
31084         (Minor clean up): Fix cases of using | instead of \ for continuation
31085         messages.
31086
31087 2004-10-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31088
31089         * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
31090
31091         * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
31092         (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
31093         Use gcc_assert and gcc_unreachable.
31094
31095         * decl.c (gnat_to_gnu_entity, case object): Check and process a
31096         specified alignment before validating size.
31097         (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
31098         stripped-down declaration for the type of the inner field when making
31099         a JM type.
31100
31101         * utils.c (finish_record_type): Do not compute the size in units
31102         incrementally. Instead compute it once for the rep clause case.
31103         Use gcc_assert and gcc_unreachable.
31104
31105 2004-10-04  Vincent Celier  <celier@gnat.com>
31106
31107         * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
31108         in file name.
31109         (Is_Valid_Path_Name): Take '/' as a directory separator.
31110
31111 2004-10-04  Vincent Celier  <celier@gnat.com>
31112
31113         * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
31114         (Extended_Project) only if Extended_Project is defined, to avoid
31115         assertion error.
31116         (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
31117         resolved path.
31118         (Parse_Single_Project): Ditto.
31119
31120         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
31121         Add_To_Project_Path for virtual projects.
31122
31123 2004-10-04  Vincent Celier  <celier@gnat.com>
31124
31125         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
31126         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
31127         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
31128         mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
31129         parameter Options_2.
31130
31131         * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
31132         Build_Dynamic_Library with an empty Options_2.
31133
31134         * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
31135         default anymore.
31136
31137         * makegpr.adb (Get_Imported_Directories.add): Remove trailing
31138         directory separator, if any.
31139         (Gprmake): Do not allow mains on the command line for library projects.
31140         Do not attempt to link when the project is a library project.
31141         (Library_Opts): New table to store Library_Options.
31142         (Build_Library): If Library_Options is specified, pass these options
31143         when building a shared library.
31144
31145 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
31146
31147         * s-tposen.adb (Service_Entry): The object must be always unlocked at
31148         the end of this procedure now that the unlock operation was inserted
31149         by the expander.
31150
31151 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
31152
31153         * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
31154         corresponding to the Preallocated_Stacks flags in System.
31155         (Get_Target_Parameters): Including the processing for
31156         Preallocated_Stacks.
31157
31158         * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
31159         system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
31160         system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
31161         system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
31162         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
31163         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
31164         system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
31165         system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
31166         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
31167         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
31168         system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
31169         used to signal whether the compiler creates the required stacks and
31170         descriptors for the different tasks (when True) or it is done by the
31171         underlying operating system at run time (when False).
31172         It is initially set to False in all targets.
31173
31174         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
31175         if it is supported by the target.
31176         (Make_Task_Create_Call): Pass the stack address if it has been
31177         previously created. Otherwise pass a Null_Address.
31178
31179         * snames.adb: Add _stack.
31180
31181         * snames.ads: Add Name_uStack. Required to allow the expander to
31182         statically allocated task stacks.
31183
31184         * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
31185         Stack_Address argument.
31186         Check that its value is equal to Null_Address because this target does
31187         not support the static stack allocation.
31188
31189 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
31190
31191         * usage.adb: Change "pragma inline" to "pragma Inline" in information
31192         and error messages
31193
31194 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
31195
31196         * exp_dist.adb: Split declaration of asynchronous flag out of
31197         Add_RACW_Read_Attribute.
31198         Minor reformatting for better alignment with PolyORB version.
31199         Store the entity for the asynchronous flag of an RACW, rather than the
31200         expression, in the asynchronous flags table. This will allow this flag
31201         to be used in other subprograms beside Add_RACW_Read_Attribute.
31202
31203 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
31204
31205         * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
31206         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
31207         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
31208         g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
31209         g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads:  Add new
31210         sockets constant MSG_NOSIGNAL (Linux-specific).
31211         Add new sockets constant MSG_Forced_Flags, list of flags to be set on
31212         all Send operations.
31213         For Linux, set MSG_NOSIGNAL on all send operations to prevent them
31214         from trigerring SIGPIPE.
31215         Rename components to avoid clash with Ada 2005 possible reserved
31216         word 'interface'.
31217         (Check_Selector): When the select system call returns with an error
31218         condition, propagate Socket_Error to the caller.
31219
31220 2004-10-01  Jan Hubicka  <jh@suse.cz>
31221
31222         * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
31223
31224 2004-09-23  Robert Dewar  <dewar@gnat.com>
31225
31226         PR ada/17540
31227         * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
31228         instead do this at freeze time (we won't do it if there is an address
31229         clause).
31230         Change "pragma inline" to "pragma Inline" in information and error
31231         messages.
31232         Minor reformatting.
31233
31234         * freeze.adb (Check_Address_Clause): Remove previous change, not the
31235         right way of doing things after all.
31236         (Freeze_Entity): For object, set Is_Public for imported entities
31237         unless there is an address clause present.
31238
31239 2004-09-21  Olivier Hainque  <hainque@act-europe.fr>
31240
31241         * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
31242         dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
31243         ensures proper handling of types with rep clauses, which might have
31244         their TYPE_SIZE set already.
31245
31246 2004-09-21  Robert Dewar  <dewar@gnat.com>
31247
31248         * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
31249         packed array types in both little- and big-endian cases. This change
31250         ensures that we no longer count on the unused bits being initialized
31251         for such types (and in particular ensures that equality testing will
31252         only read the relevant bits).
31253         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
31254         These changes mean that we no longer need to initialize small packed
31255         arrays.
31256         (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
31257         optimization to an LJM field as to its parent field.
31258
31259         * ada-tree.h, trans.c, utils.c, utils2.c:
31260         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
31261
31262 2004-09-20  Jan Hubicka  <jh@suse.cz>
31263
31264         * utils.c (gnat_finalize): Remove.
31265         (end_subprog_body): Directly call cgraph_finalize_function;
31266         do not lower the nested functions.
31267
31268 2004-09-20  Robert Dewar  <dewar@gnat.com>
31269
31270         PR ada/17540
31271         * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
31272         if an address clause is present, since that means that the Import
31273         should be ignored.
31274
31275 2004-09-20  Arnaud Charlet  <charlet@act-europe.fr>
31276
31277         * 5tsystem.ads: Removed, no longer used.
31278
31279 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
31280             Zack Weinberg  <zack@codesourcery.com>
31281
31282         * ada-tree.def: Use tree_code_class enumeration constants
31283         instead of code letters.
31284         * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
31285         Update for new tree-class enumeration constants.
31286
31287 2004-09-17  Vincent Celier  <celier@gnat.com>
31288
31289         * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
31290         capabilities of the general project manager.
31291
31292 2004-09-09  Vincent Celier  <celier@gnat.com>
31293
31294         * a-direct.ads: Add pragma Ada_05
31295         (Directory_Entry_Type): Give default value to component Kind to avoid
31296         not initialized warnings.
31297
31298         * a-direct.adb (Current_Directory): Remove directory separator at the
31299         end.
31300         (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
31301         an existing directory.
31302         (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
31303         (Size (String)): Function C_Size returns Long_Integer, not File_Size.
31304         Convert the result to File_Size.
31305
31306         * prj.ads: (Project_Error): New exception
31307
31308         * prj-attr.adb: Except in procedure Initialize, Fail comes from
31309         Prj.Com, not from Osint.
31310         (Attrs, Package_Attributes): Tables moved to private part of spec
31311         (Add_Attribute, Add_Unknown_Package): Moved to new child package
31312         Prj.Attr.PM.
31313         (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
31314         Prj.Project_Error after call to Fail.
31315         (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
31316         Fail. Check that package name is not already in use.
31317
31318         * prj-attr.ads: Comment updates to indicate that all subprograms may be
31319         used by tools, not only by the project manager, and to indicate that
31320         exception Prj.Prj_Error may be raised in case of problem.
31321         (Add_Unknown_Package, Add_Attribute): Moved to new child package
31322         Prj.Attr.PM.
31323         (Attrs, Package_Attributes): Table instantiations moved from the body to
31324         the private part to be accessible from Prj.Attr.PM body.
31325
31326         * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
31327         from new package Prj.Attr.PM.
31328         (Parse_Attribute_Declaration): Call Add_Attribute from new package
31329         Prj.Attr.PM.
31330
31331         * Makefile.in: Add prj-attr-pm.o to gnatmake object list
31332
31333         * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
31334         instead of Elaboration_Checks).
31335
31336         * a-calend.adb: Minor reformatting
31337
31338 2004-09-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31339
31340         * gigi.h (maybe_pad_type): New declaration.
31341         (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
31342
31343         * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
31344
31345         * cuintp.c: Convert to use buildN.
31346
31347         * decl.c (maybe_pad_type): No longer static.
31348         (gnat_to_gnu_entity, case E_Function): Handle case of returning by
31349         target pointer.
31350         Convert to use buildN.
31351
31352         * trans.c (call_to_gnu): Add arg GNU_TARGET; support
31353         TYPE_RETURNS_BY_TARGET_PTR_P.  All callers changed.
31354         (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
31355         RHS.
31356         (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
31357         (gnat_gimplify_expr, case ADDR_EXPR): New case.
31358         Convert to use buildN.
31359
31360         * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
31361         TREE_READONLY for const.
31362         Convert to use buildN.
31363
31364         * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
31365         (create_var_decl): Refine when TREE_STATIC is set.
31366         Convert to use buildN.
31367
31368 2004-09-09  Gary Dismukes  <dismukes@gnat.com>
31369
31370         * gnat_ugn.texi: Delete text relating to checking of ali and object
31371         consistency.
31372
31373         * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
31374         routines.
31375
31376 2004-09-09  Jose Ruiz  <ruiz@act-europe.fr>
31377
31378         * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
31379         pragmas recognized by GNAT.
31380
31381         * gnat_rm.texi: Document pragma Detect_Blocking.
31382
31383         * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
31384         raise Program_Error if called from a protected operation.
31385
31386         * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
31387         the protected action nesting level.
31388         (Lock_Read_Only): When pragma Detect_Blocking is active increase the
31389         protected action nesting level.
31390         (Unlock): When pragma Detect_Blocking is active decrease the protected
31391         action nesting level.
31392
31393         * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
31394         Protected_Action_Nesting.
31395
31396         * s-taskin.ads: Adding the field Protected_Action_Nesting to the
31397         Common_ATCB record. It contains the dynamic level of protected action
31398         nesting for each task. It is needed for checking whether potentially
31399         blocking operations are called from protected operations.
31400         (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
31401         Detect_Blocking is active or not in the partition.
31402
31403         * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
31404         raise Program_Error if called from a protected operation.
31405         (Task_Entry_Call): When pragma Detect_Blocking is active, raise
31406         Program_Error if called from a protected operation.
31407         (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
31408         Program_Error if called from a protected operation.
31409
31410         * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
31411         raise Program_Error if called from a protected operation.
31412
31413         * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
31414         raise Program_Error if called from a protected operation, and increase
31415         the protected action nesting level.
31416         (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
31417         Program_Error if called from a protected operation, and increase the
31418         protected action nesting level.
31419         (Unlock_Entries): When pragma Detect_Blocking is active decrease the
31420         protected action nesting level.
31421
31422         * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
31423         raise Program_Error if called from a protected operation, and increase
31424         the protected action nesting level.
31425         (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
31426         Program_Error if called from a protected operation, and increase the
31427         protected action nesting level.
31428         (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
31429         raise Program_Error if called from a protected operation.
31430         (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
31431         active, raise Program_Error if called from a protected operation.
31432         (Unlock_Entry): When pragma Detect_Blocking is active decrease the
31433         protected action nesting level.
31434
31435         * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
31436         insertion of the statement raising Program_Error. The run time
31437         contains the required machinery for handling that.
31438
31439         * sem_util.ads: Change comment associated to procedure
31440         Check_Potentially_Blocking_Operation.
31441         This procedure does not insert a call for raising the exception because
31442         that is currently done by the run time.
31443
31444         * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
31445
31446         * init.c: Add the global variable __gl_detect_blocking that indicates
31447         whether pragma Detect_Blocking is active (1) or not (0). Needed for
31448         making the pragma available at run time.
31449         (__gnat_set_globals): Pass and update the detect_blocking parameter.
31450
31451         * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
31452         pragma Detect_Blocking is active.
31453
31454         * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
31455
31456         * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
31457         DB is found in the ali file. Any unit compiled with pragma
31458         Detect_Blocking active forces its effect in the whole partition.
31459
31460         * a-retide.adb (Delay_Until): Raise Program_Error if pragma
31461         Detect_Blocking is active and delay is called from a protected
31462         operation.
31463
31464         * bindgen.adb (Gen_Adainit_Ada): When generating the call to
31465         __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
31466         Detect_Blocking is active (0 otherwise).
31467         (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
31468         as Detect_Blocking parameter if pragma Detect_Blocking is active (0
31469         otherwise).
31470
31471 2004-09-09  Thomas Quinot  <quinot@act-europe.fr>
31472
31473         * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
31474         GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
31475         package.
31476
31477         * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
31478         (Register_Receiving_Stub): Add Subp_Info formal parameter.
31479         Update API in placeholder implemetation of s-parint to reflect changes
31480         in distribution runtime library.
31481
31482         * sem_ch3.adb (Expand_Derived_Record): Rename to
31483         Expand_Record_Extension.
31484
31485         * sem_disp.adb (Check_Controlling_Formals): Improve error message for
31486         primitive operations of potentially distributed object types that have
31487         non-controlling anonymous access formals.
31488
31489         * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
31490         subprogram.
31491         New implementation of expansion for remote access-to-subprogram types,
31492         based on the RACW infrastructure.
31493         This version of sem_dist is compatible with PolyORB/DSA as well as
31494         GLADE.
31495
31496         * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
31497         Asynchrronous that applies to a remote access-to-subprogram type, mark
31498         the underlying RACW type as asynchronous.
31499
31500         * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
31501          __gnat_using_gnu_linker to 1.
31502
31503         * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
31504         g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
31505         GNAT.Perfect_Hash_Generators, and remove the empty
31506         GNAT.Perfect_Hash package.
31507
31508         * atree.adb: Minor reformatting
31509
31510         * exp_ch3.adb (Expand_Derived_Record): Rename to
31511         Expand_Record_Extension.
31512         (Build_Record_Init_Proc.Build_Assignment): The default expression in
31513         a component declaration must remain attached at that point in the
31514         tree so New_Copy_Tree copies it if the enclosing record type is derived.
31515         It is therefore necessary to take a copy of the expression when building
31516         the corresponding assignment statement in the init proc.
31517         As a side effect, in the case of a derived record type, we now see the
31518         original expression, without any rewriting that could have occurred
31519         during expansion of the ancestor type's init proc, and we do not need
31520         to go back to Original_Node.
31521
31522         * exp_ch3.ads (Expand_Derived_Record): Rename to
31523         Expand_Record_Extension.
31524
31525         * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
31526         Returns the RACW type used to implement a remote access-to-subprogram
31527         type.
31528         (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
31529         New subprograms. Used to create a proxy tagged object for a remote
31530         subprogram. The proxy object is used as the designated object
31531         for RAS values on the same partition (unless All_Calls_Remote applies).
31532         (Build_Get_Unique_RP_Call): New subprogram. Build a call to
31533         System.Partition_Interface.Get_Unique_Remote_Pointer.
31534         (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
31535         Renamed from Add_RAS_*_Attribute.
31536         (Add_Receiving_Stubs_To_Declarations): Generate a table of local
31537         subprograms.
31538         New implementation of expansion for remote access-to-subprogram types,
31539         based on the RACW infrastructure.
31540
31541         * exp_dist.ads (Copy_Specification): Update comment to note that this
31542         function can copy the specification from either a subprogram
31543         specification or an access-to-subprogram type definition.
31544
31545 2004-09-09  Ed Schonberg  <schonberg@gnat.com>
31546
31547         * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
31548         in an instance, between an explicit subprogram an one inherited from a
31549         type derived from an actual.
31550
31551         * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
31552         add a polling call if the subprogram is to be inlined by the back-end,
31553         to avoid repeated calls with multiple inlinings.
31554
31555         * checks.adb (Apply_Alignment_Check): If the expression in the address
31556         clause is a call whose name is not a static entity (e.g. a dispatching
31557         call), treat as dynamic.
31558
31559 2004-09-09  Robert Dewar  <dewar@gnat.com>
31560
31561         * g-trasym.ads: Minor reformatting
31562
31563         * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
31564         packed arrays, since unused bits are expected to be zero for a
31565         comparison.
31566
31567 2004-09-09  Eric Botcazou  <ebotcazou@act-europe.fr>
31568
31569         * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
31570         comment.
31571
31572 2004-09-09  Pascal Obry  <obry@gnat.com>
31573
31574         * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
31575         enable map file generation. Add the right option to generate the map
31576         file if Map_File is set to True.
31577
31578         * gnatdll.adb (Gen_Map_File): New variable.
31579         (Syntax): Add info about new -m (Map_File) option.
31580         (Parse_Command_Line): Add support for -m option.
31581         (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
31582         Minor reformatting.
31583
31584 2004-09-09  Laurent Pautet  <pautet@act-europe.fr>
31585
31586         * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
31587         new gnatdist implementation.
31588         Define a subpackage isolating the output routines specific to this
31589         verbose mode.
31590
31591 2004-09-09  Joel Brobecker  <brobecker@gnat.com>
31592
31593         * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
31594
31595         * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
31596
31597 2004-09-09  Cyrille Comar  <comar@act-europe.fr>
31598
31599         * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
31600         internal unit.
31601
31602         * opt.ads: Add Ada_Version_Runtime constant used to decide which
31603         version of the language is used to compile the run time.
31604
31605 2004-09-09  Arnaud Charlet  <charlet@act-europe.fr>
31606
31607         * sem_util.adb (Requires_Transient_Scope): Re-enable handling
31608         of variable length temporaries for function return now that the
31609         back-end and gigi support it.
31610
31611 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31612
31613         * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
31614
31615         * trans.c (struct stmt_group): Delete field GLOBAL.
31616         (gnat_init_stmt_group): Do not initialize it.
31617         (call_to_gnu): Use save_expr, not protect_multiple_eval.
31618         (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
31619         (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
31620         (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
31621         (start_stmt_group): Likewise.
31622         (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
31623
31624         * utils2.c (ggc.h): Include.
31625         (build_call_raise): Call build_int_cst, not build_int_2.
31626
31627         * utils.c (gnat_init_decl_processing): Fix arg to
31628         build_common_tree_nodes.
31629         (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
31630         (gnat_define_builtin): Set built_in_decls.
31631         (init_gigi_decls): Call build_int_cst, not build_int_2.
31632
31633         * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
31634         (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
31635         (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
31636         (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
31637         SET_TYPE_MODULE): Use them.
31638         (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
31639         (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
31640         (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
31641         SET_TYPE_ADA_SIZE): Likewise.
31642         (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
31643         (DECL_CONST_CORRESPONDING_VAR,
31644         SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
31645         (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
31646         (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
31647         (TYPE_RM_SIZE_NUM): New macro.
31648         (TYPE_RM_SIZE): Modified to use above.
31649
31650         * cuintp.c: (build_cst_from_int): New function.
31651         (UI_To_gnu): Use it.
31652
31653         * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
31654         (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
31655         (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
31656         MIN_EXPR for the size, copy it into new.
31657
31658 2004-09-01  Robert Dewar  <dewar@gnat.com>
31659
31660         * exp_ch6.adb (Expand_Call): Properly handle validity checks for
31661         packed indexed component where array is an IN OUT formal. This
31662         generated garbage code previously.
31663
31664         * gnat_ugn.texi: Document -fverbose-asm
31665
31666         * gnat-style.texi: Minor updates (note that boolean constants and
31667         variables are joined with AND/OR rather than short circuit forms).
31668
31669 2004-09-01  Ed Schonberg  <schonberg@gnat.com>
31670
31671         * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
31672         it is an upward conversion of an untagged type with no representation
31673         change.
31674
31675 2004-09-01  Thomas Quinot  <quinot@act-europe.fr>
31676
31677         * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
31678         System.Partition_Interface.
31679
31680         * checks.adb (Apply_Access_Checks): Do not generate checks when
31681         expander is not active (but check for unset reference to prefix of
31682         dereference).
31683
31684         * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
31685         pragma Debug as an if statement with a constant condition, for
31686         consistent treatment of entity references contained within the
31687         enclosed procedure call.
31688
31689 2004-09-01  Vincent Celier  <celier@gnat.com>
31690
31691         * bindgen.adb: (Set_EA_Last): New procedure
31692         (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
31693         Set_EA_Last.
31694         (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
31695         (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
31696         linked without errors.
31697         (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
31698         ST and EA.
31699         (Gen_Exception_Table_C): Correct same bugs
31700
31701         * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
31702
31703         * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
31704         on Windows, make sure that the drive letter is in upper case.
31705
31706         * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
31707         Windows, when the drive letter is added and Case_Sensitive is True, the
31708         drive letter is forced to upper case.
31709
31710         * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
31711         to Options_2 for the call to MLib.Utl.Gcc.
31712
31713         * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
31714         directory separator when defining BASE_DIR.
31715
31716 2004-09-01  Pascal Obry  <obry@gnat.com>
31717
31718         * gprcmd.adb (Extend): Do not output trailing directory separator. This
31719         is not needed and it confuses Windows GNU/make which does not report
31720         directory terminated by a slash as a directory.
31721         (gprcmd): Idem for "pwd" internal command.
31722
31723         * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
31724         target names rewrite to fix regressions with recent version of
31725         GNU/make. Starting with GNU/make 3.80 the pipe character was not
31726         handled properly anymore.
31727
31728 2004-09-01  Andreas Schwab  <schwab@suse.de>
31729
31730         * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
31731         * raise.c [!IN_RTS]: Undef abort.
31732
31733 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
31734
31735         * utils2.c (build_allocator): Use ssize_int.
31736
31737         * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
31738
31739 2004-08-27  Andreas Schwab  <schwab@suse.de>
31740
31741         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
31742
31743 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
31744             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
31745
31746         * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
31747
31748 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
31749
31750         * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
31751         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
31752         * utils.c (init_gigi_decls): Likewise.
31753         * utils2.c (build_call_raise, build_allocator): Likewise.
31754
31755 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
31756
31757         * utils.c (gnat_init_decl_processing): Adjust
31758         build_common_tree_nodes call.
31759
31760 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
31761
31762         * utils2.c (build_allocator): Use build_int_cst for negative
31763         size types.
31764
31765 2004-08-18  Richard Henderson  <rth@redhat.com>
31766
31767         * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
31768
31769 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
31770
31771         * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
31772         call.s
31773         * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
31774         (gnat_to_gnu): Likewise.
31775
31776 2004-08-16  Pascal Obry  <obry@gnat.com>
31777
31778         * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
31779         backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
31780         option and not mdll anymore. Update comment.
31781
31782 2004-08-16  Pascal Obry  <obry@gnat.com>
31783
31784         * bld.adb (Put_Include_Project): Properly handle directory separators
31785         on Windows.
31786
31787 2004-08-16  Ed Schonberg  <schonberg@gnat.com>
31788
31789         * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
31790         decreasing the number of allocated junk nodes while searching for the
31791         appropriate subprogram.
31792
31793 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
31794
31795         * cuintp.c (UI_To_gnu): Use build_int_cst..
31796         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
31797         * utils.c (init_gigi_decls): Likewise.
31798         * utils2.c (build_call_raise): Likewise.
31799
31800 2004-08-13  Olivier Hainque  <hainque@act-europe.fr>
31801
31802         * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
31803         for a global aliased object with a variable size and an unconstrained
31804         nominal subtype, pretend there is no initializer if the one we have is
31805         incomplete, and avoid referencing an inexistant component in there. The
31806         part we have will be rebuilt anyway and the reference may confuse
31807         further operations.
31808
31809 2004-08-13  Thomas Quinot  <quinot@act-europe.fr>
31810
31811         * einfo.ads: Minor reformatting
31812
31813         * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
31814         restrictions in the ALI if we only want to warn about violations.
31815
31816 2004-08-13  Vincent Celier  <celier@gnat.com>
31817
31818         * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
31819         when creating a new Unit_Record in table Units.
31820
31821         * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
31822         that are violated, if any.
31823
31824         * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
31825         add directory separator if path already ends with a directory separator.
31826
31827 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
31828
31829         * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
31830         unit, this is an attempt to inline a construct that is not available in
31831         the current restricted mode, so abort rather than trying to continue.
31832
31833         * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
31834         discriminants that rename those of the parent, recover names of
31835         original discriminants for the constraint on the full view of the
31836         parent.
31837         (Complete_Private_Subtype): Do not create a subtype declaration if the
31838         subtype is an itype.
31839
31840         * gnat_rm.texi: Added section on implementation of discriminated
31841         records with default values for discriminants.
31842
31843 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
31844
31845         PR ada/15601
31846         * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
31847         the second operand is overloaded.
31848
31849 2004-08-10  Richard Henderson  <rth@redhat.com>
31850
31851         * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
31852         add __builtin_alloca.
31853
31854 2004-08-10  Richard Henderson  <rth@redhat.com>
31855
31856         * config-lang.in (boot_language): Yes.
31857
31858 2004-08-09  Thomas Quinot  <quinot@act-europe.fr>
31859
31860         * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
31861         from complaining on potential uninitialized reference.
31862         Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
31863         new specification and test explicitly for non-zero return value.
31864
31865         * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
31866         returning C.int, to avoid using a derived boolean type.
31867
31868         * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
31869         Duplicate_Subexpr_No_Checks in preference to direct use of
31870         Remove_Side_Effects and New_Copy_Tree.
31871         Clear Comes_From_Source on prefix of 'Size attribute reference.
31872
31873         * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
31874         g-socthi-vxworks.adb: Change calls to
31875         GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
31876         and test explicitly for non-zero return value.
31877
31878         * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
31879         (Is_Socket_In_Set): Declare imported function as returning C.int, to
31880         avoid using a derived boolean type.
31881
31882 2004-08-09  Albert Lee  <lee@gnat.com>
31883
31884         * system-irix-n32.ads: Refine tasking priority constants for IRIX.
31885
31886 2004-08-09  Pascal Obry  <obry@gnat.com>
31887
31888         * gnat_ugn.texi: Document new way to build DLLs on Windows using
31889         GCC's -shared option.
31890
31891         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
31892         Options_2 parameter (options put after object files).
31893
31894 2004-08-09  Olivier Hainque  <hainque@act-europe.fr>
31895
31896         * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
31897         ignore overflows on low and high bounds of an index to also account for
31898         differences in signedness between sizetype and gnu_index_subtype.
31899         These are as legitimate as the ones caused by a lower TYPE_PRECISION
31900         on sizetype.
31901
31902 2004-08-09  Robert Dewar  <dewar@gnat.com>
31903
31904         * s-solita.ads, s-solita.adb: Minor reformatting
31905
31906         * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
31907         Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
31908         obsolescent section
31909         Add note that No_Implicit_Conditionals does not suppress
31910         run time constraint checks.
31911
31912         * vms_conv.ads: Minor reformatting
31913
31914         * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
31915         and necessary for following change).
31916         (Mark): Return new format Mark_Id containing sec stack address
31917         (Release): Use sec stack address from Mark_Id avoiding Self call
31918
31919         * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
31920         pointer (cleanup and necessary for following change).
31921         Define Mark_Id as record containing address of secondary stack, that way
31922         Release does not need to find the stack again, decreasing the number of
31923         calls to Self and improving efficiency.
31924
31925         * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
31926
31927         * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
31928         case variable into the individual case branches when possible.
31929
31930         * sem_ch11.adb: Minor reformatting
31931
31932         * prj.ads: Correct spelling of suffixs
31933
31934         * prj-nmsc.adb: Minor reformatting
31935         Correct spelling suffixs throughout (also in identifiers)
31936
31937         * freeze.adb: Minor spelling correction
31938
31939         * exp_ch2.adb: Cleanups to handling of Current_Value
31940         (no functional effect).
31941
31942         * bld.adb: Correct spelling of suffixs
31943
31944         * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
31945
31946 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31947
31948         PR ada/15408
31949         * sem_ch7.adb (Install_Private_Declarations): In the body of the
31950         package or of a child, private entities are both immediately_visible
31951         and not hidden.
31952
31953 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
31954
31955         * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
31956         there are no range checks on the value of the literal.
31957
31958         * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
31959         wrapped is the triggering alternative of an asynchronous select, action
31960         statements mustbe inserted before the select itself.
31961
31962         * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
31963         case where the prefix is a protected function call.
31964         (Resolve_Attribute, case 'Access): The attribute reference on a
31965         subprogram is legal in a generic body if the subprogram is declared
31966         elsewhere.
31967
31968 2004-08-09  Vincent Celier  <celier@gnat.com>
31969
31970         * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
31971         languages, otherwise building the library may fail with unresolved
31972         symbols.
31973         (Compile_Sources): Do not build libraries if -c switch is used
31974
31975         * gnatlink.adb (Process_Args): New switches -M and -Mmap
31976         (Write_Usage): If map file creation is supported, output new switches
31977         -M and -Mmap.
31978         (Gnatlink): When -M is specified, add the necessary switch(es) to the
31979         gcc call, when supported.
31980
31981         * Makefile.in: Added indepsw.o to the object list for gnatlink
31982         Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
31983
31984         * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
31985         indepsw.adb, indepsw.ads: New files.
31986
31987 2004-08-09  Bernard Banner  <banner@gnat.com>
31988
31989         * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
31990
31991         * Makefile.in: add section for vxworks x86
31992
31993 2004-08-09  Hristian Kirtchev  <kirtchev@gnat.com>
31994
31995         * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
31996         per-object constrained components where the discriminant is of an
31997         Access type.
31998         (Build_Record_Init_Proc): Add condition to prevent the inheritance of
31999         the parent initialization procedure for derived Unchecked_Unions.
32000         Instead, derived Unchecked_Unions build their own initialization
32001         procedure.
32002         (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
32003         Check the body of the subprogram for details.
32004         (Freeze_Record_Type): Prevent the inheritance of discriminant checking
32005         functions for derived Unchecked_Union types by introducing a condition.
32006         Allow the creation of TSS equality functions for Unchecked_Unions.
32007         (Make_Eq_Case): Rename formal parameter Node to E in function signature.
32008         Add formal parameter Discr to function signature. Discr is used to
32009         control the generated case statement for Unchecked_Union types.
32010         (Make_Eq_If): Rename formal parameter Node to E in function signature.
32011
32012         * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
32013         Unchecked_Unions.
32014         Check the body of the subprogram for details.
32015         (Expand_Composite_Equality): Augment composite type equality to include
32016         correct handling of Unchecked_Union components.
32017         (Expand_N_In): Add condition to detect illegal membership tests when the
32018         subtype mark is a constrained Unchecked_Union and the expression lacks
32019         inferable discriminants, and build a Raise_Program_Error node.
32020         (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
32021         to detect types that contain components of unconstrained Unchecked_Union
32022         subtype. Add condition to detect equality between types that have an
32023         unconstrained Unchecked_Union component, and build a Raise_Program_Error
32024         node. Add condition to detect equality between Unchecked_Union types
32025         that lack inferable discriminants, and build a Raise_Program_Error node.
32026         Otherwise build a TSS equality function call.
32027         (Expand_N_Type_Conversion): Add condition to detect illegal conversions
32028         from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
32029         with the operand lacking inferable discriminants, and build a Raise_
32030         Program_Error node.
32031         (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
32032         composite equality.
32033         (Has_Inferable_Discriminants): Implement new predicate for objects and
32034         expressions of Unchecked_Union type. Check the body of subprogram for
32035         details.
32036         (Has_Unconstrained_UU_Components): Add function
32037         Component_Is_Unconstrained_UU. It is used to detect whether a single
32038         component is of an unconstrained Unchecked_Union subtype. Add function
32039         Variant_Is_Unconstrained_UU. It is used to detect whether a single
32040         component inside a variant is of an unconstrained Unchecked_Union type.
32041
32042         * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
32043         inferred discriminant values. Add condition to generate a case
32044         statement with an inferred discriminant as the switch.
32045         (Make_Component_List_Assign): Introduce a Boolean flag that determines
32046         the behaviour of the subprogram in the presence of an Unchecked_Union.
32047         Add condition to trigger the usage of the inferred discriminant value
32048         as the generated case statement switch.
32049         (Make_Field_Assign): Introduce a Boolean flag that determines the
32050         behaviour of the subprogram in the presence of an Unchecked_Union. Add
32051         condition to trigger the usage of the inferred discriminant value as
32052         the right-hand side of the generated assignment.
32053
32054         * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
32055         parameter generation when dealing with Unchecked_Unions.
32056
32057         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
32058         checks for Unchecked_Unions.
32059
32060         * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
32061
32062         * exp_attr.adb (Expand_N_Attribute_Reference): Produce
32063         Raise_Program_Error nodes for the execution of Read and Write
32064         attributes of Unchecked_Union types and the execution of Input and
32065         Output attributes of Unchecked_Union types that lack default
32066         discriminant values.
32067
32068         * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
32069         Unchecked_Union. Add procedure Check_Component. It is used to inspect
32070         per-object constrained components of Unchecked_Unions for being
32071         Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
32072         check individual components withing a variant.
32073
32074         * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
32075         comparison of Unchecked_Unions.
32076         (Resolve_Equality_OP): Remove guard that prevents equality between
32077         Unchecked_Unions.
32078
32079         * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
32080         of component subtypes for Unchecked_Union components.
32081         (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
32082         since it is the actual subtype.
32083
32084         * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
32085         pass of Unchecked_Union subtypes as generic actuals to formal types
32086         that lack known_discriminant_parts or that are derived Unchecked_Union
32087         types, and do nothing. In any other case, produce an error message.
32088
32089         * sem_ch3.adb (Analyze_Component_Declaration): Add function
32090         Contains_POC. It determines whether a constraint uses the discriminant
32091         of an enclosing record type.
32092         Add condition to detect per-object constrained component and set the
32093         appropriate flag.
32094         (Derived_Type_Declaration): Remove guard that prevents derivation from
32095         Unchecked_Union types.
32096         (Process_Subtype): Remove quard that prevents the creation of Unchecked_
32097         Union subtypes.
32098
32099         * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
32100         references to Unchecked_Union discriminants.
32101
32102         * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
32103         formal generation when dealing with Unchecked_Unions.
32104         (Set_Actual_Subtypes): Add condition to prevent generation of actual
32105         subtypes for Unchecked_Unions.
32106
32107         * sem_ch7.adb (Analyze_Package_Specification): Add procedure
32108         Inspect_Unchecked_Union_Completion. It is used to detect incorrect
32109         completions of discriminated partial views by Unchecked_Unions and
32110         produce an error message.
32111
32112 2004-08-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32113
32114         * trans.c (struct stmt_group): New field, GLOBAL.
32115         (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
32116         (struct elab_info): New struct.
32117         (elab_info_list, gnu_elab_proc_stack): New variables.
32118         (Compilation_Unit_to_gnu): New procedure.
32119         (gigi): Call it and also handle elaboration procs we've saved.
32120         (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
32121         global field from parent.
32122         (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
32123         (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
32124         (start_stmt_group): Initialize global field from parent.
32125         (add_decl_expr): Set to global for current statement group.
32126         (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
32127         post.
32128
32129         * utils.c (global_bindings_p): True when no current_function_decl; no
32130         longer check current_binding_level.
32131
32132 2004-08-09  Ben Brosgol  <brosgol@gnat.com>
32133
32134         * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
32135         choice.
32136
32137         * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
32138
32139 2004-08-06  Andreas Schwab  <schwab@suse.de>
32140
32141         * utils.c (gnat_define_builtin): Remove second parameter of
32142         make_decl_rtl.
32143         (begin_subprog_body): Likewise.
32144
32145 2004-07-26  Arnaud Charlet  <charlet@act-europe.fr>
32146
32147         * sem_util.adb (Requires_Transient_Scope): Temporarily disable
32148         optimization, not supported by the tree-ssa back-end.
32149
32150 2004-07-26  Olivier Hainque  <hainque@act-europe.fr>
32151
32152         * s-mastop-irix.adb: Update comments.
32153
32154         * a-except.adb (Exception_Information): Raise Constraint_Error if
32155         exception Id is Null_Id.
32156         This is required behavior, which is more reliably and clearly checked
32157         at the top level interface level.
32158
32159 2004-07-26  Javier Miranda  <miranda@gnat.com>
32160
32161         * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
32162         call if a component has no default_expression and the box is used.
32163
32164         * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
32165         default_expression and you use box, it behaves as if you had declared a
32166         stand-alone object.
32167         (Resolve_Record_Aggregate): If a component has no default_expression and
32168         you use box, it behaves as if you had declared a stand-alone object.
32169
32170         * sem_ch10.adb (Install_Siblings): Do not make visible the private
32171         entities of private-with siblings.
32172
32173 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
32174
32175         * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
32176         for a component of an itype, set the parent pointer for analysis,
32177         there is no list in which to insert it.
32178
32179         * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
32180         bona-fide renamings, not for inherited operations.
32181
32182         * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
32183         actual for a formal that is an access parameter, create local
32184         finalization list even if the expression is not an aggregate.
32185
32186 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
32187
32188         PR ada/16213
32189         * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
32190         Diagnose properly illegal subprogram renamings that are library units.
32191
32192 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
32193
32194         PR ada/15588
32195         * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
32196         conversion rewritten as an unchecked conversion, check that original
32197         expression is a variable.
32198
32199         * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
32200         unchecked_conversion, create new node rather than rewriting in place,
32201         to preserve original construct.
32202
32203 2004-07-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32204
32205         * gigi.h (gnat_expand_body): Deleted.
32206
32207         * Make-lang.in: (trans.o): Depends on function.h.
32208
32209         * misc.c: (gnat_expand_body): Moved to here.
32210
32211         * trans.c (gnat_expand_body_1): Deleted.
32212         (gnat_expand_body): Moved from here.
32213         (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
32214         (add_stmt): Check for marked visited with global_bindings_p.
32215         (gnat_gimplify_expr, case COMPONENT_REF): New case.
32216         (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
32217
32218         * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
32219         VIEW_CONVERT_EXPR if not operation type.
32220
32221         * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
32222         fat pointer.
32223
32224         * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
32225         changes: reformatting of negation operators, removing unneeded
32226         inequality comparison with zero, converting equality comparisons with
32227         zero to negations, changing int/0/1 to bool/false/true, replace calls
32228         to gigi_abort with abort, and various other similar changes.
32229
32230 2004-07-26  Vincent Celier  <celier@gnat.com>
32231
32232         * gnatcmd.adb (GNATCmd): Add processing for new built-in command
32233         "setup".
32234
32235         * make.adb (Gnatmake): Fail when a library is not present and there is
32236         no object directory.
32237
32238         * mlib-prj.adb (Check_Library): No need to check if the library needs
32239         to be rebuilt if there is no object directory, hence no object files
32240         to build the library.
32241
32242         * opt.ads (Setup_Projects): New Boolean flag.
32243
32244         * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
32245         Location.
32246         Create directory when Kind /= "" and in "gnat setup". Report error if
32247         directory cannot be created.
32248         (Ada_Check): Create library interface copy dir if it does not exist
32249         and we are in "gnat setup".
32250         (Find_Sources): No error if in "gnat setup" and no Ada sources were
32251         found.
32252         (Language_Independent_Check): Create object directory, exec directory
32253         and/or library directory if they do not exist and we are in
32254         "gnat setup".
32255
32256         * vms_conv.ads: (Command_Type): New command Setup.
32257
32258         * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
32259
32260         * vms_data.ads: Add qualifiers/switches for new built-in command
32261         "setup".
32262
32263 2004-07-25  Richard Henderson  <rth@redhat.com>
32264
32265         * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
32266         DECL_IGNORED_P on RESULT_DECL.
32267
32268 2004-07-20  Olivier Hainque  <hainque@act-europe.fr>
32269
32270         * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
32271         allocation and potentially overflowing update with
32272         Tailored_Exception_Information. Use the sec-stack free procedural
32273         interface to output Exception_Information instead.
32274
32275         * a-except.adb (To_Stderr): New subprogram for character, and string
32276         version moved from a-exextr to be visible from other separate units.
32277         (Tailored_Exception_Information): Remove the procedural version,
32278         previously used by the default Last_Chance_Handler and not any more.
32279         Adjust various comments.
32280
32281         * a-exexda.adb: Generalize the exception information procedural
32282         interface, to minimize the use of secondary stack and the need for
32283         local buffers when the info is to be output to stderr:
32284         (Address_Image): Removed.
32285         (Append_Info_Character): New subprogram, checking for overflows and
32286         outputing to stderr if buffer to fill is of length 0.
32287         (Append_Info_String): Output to stderr if buffer to fill is of length 0.
32288         (Append_Info_Address, Append_Info_Exception_Name,
32289         Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
32290         Append_Info_Basic_Exception_Traceback,
32291         Append_Info_Exception_Information): New subprograms.
32292         (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
32293         (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
32294         Exception_Info_Maxlength, Exception_Name_Length,
32295         Exception_Message_Length): New subprograms.
32296         (Exception_Information): Use Append_Info_Exception_Information.
32297         (Tailored_Exception_Information): Use
32298         Append_Info_Basic_Exception_Information.
32299         Export services for the default Last_Chance_Handler.
32300
32301         * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
32302         other separate units.
32303
32304 2004-07-20  Vincent Celier  <celier@gnat.com>
32305
32306         * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
32307
32308 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
32309
32310         * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
32311         emit itype references for the designated types of component types that
32312         are declared outside of the full record declaration, and that may
32313         denote a partial view of that record type.
32314
32315 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
32316
32317         PR ada/15607
32318         * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
32319         which is the designated type in an access component declaration, to the
32320         list of incomplete dependents of the parent type, to avoid elaboration
32321         issues with out-of-scope subtypes.
32322         (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
32323         full view of the parent.
32324
32325 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
32326
32327         PR ada/15610
32328         * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
32329         entities that are hidden, such as references to generic actuals
32330         outside an instance.
32331
32332 2004-07-20  Javier Miranda  <miranda@gnat.com>
32333
32334         * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
32335         support to the new notation.
32336         (Analyze_Selected_Component): Add call to Try_Object_Operation.
32337
32338 2004-07-20  Jose Ruiz  <ruiz@act-europe.fr>
32339
32340         * s-taprob.adb: Adding the elaboration code required for initializing
32341         the tasking soft links that are common to the full and the restricted
32342         run times.
32343
32344         * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
32345         restricted run time has been moved to the package
32346         System.Soft_Links.Tasking.
32347
32348         * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
32349         restricted run time has been moved to the package
32350         System.Soft_Links.Tasking.
32351
32352         * Makefile.rtl: Add entry for s-solita.o in run-time library list.
32353
32354         * s-solita.ads, s-solita.adb: New files.
32355
32356 2004-07-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32357
32358         * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
32359         Case_Statement_to_gnu): Split off from gnat_to_gnu.
32360         (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
32361         Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
32362         Exception_Handler_to_gnu_zcx): Likewise.
32363
32364 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
32365
32366         * gigi.h (builtin_function): Declare.
32367
32368 2004-07-15  Robert Dewar  <dewar@gnat.com>
32369
32370         * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
32371         reformatting
32372
32373         * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
32374         access values as an example of a warning.
32375
32376         * gnat_rm.texi: Document new attribute Has_Access_Values
32377
32378         * gnat-style.texi: Document that box comments belong on nested
32379         subprograms
32380
32381         * sem_util.ads (Has_Access_Values): Improved documentation
32382
32383         * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
32384
32385         * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
32386         (Process_Interface_Name): Call to this new procedure
32387         (Set_Extended_Import_Export_External_Name): Call to this new procedure
32388
32389         * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
32390
32391         * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
32392
32393         * einfo.ads: Minor comment typo fixed
32394
32395 2004-07-15  Jose Ruiz  <ruiz@act-europe.fr>
32396
32397         * snames.adb: Add _atcb.
32398
32399         * snames.ads: Add Name_uATCB.
32400
32401         * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
32402         (in the expanded code) when using the restricted run time.
32403
32404         * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
32405         a in parameter in order to allow ATCBs to be preallocated (in the
32406         expanded code).
32407
32408         * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
32409         order to allow ATCBs to be preallocated. In case of error, the ATCB is
32410         deallocated in System.Tasking.Stages.
32411
32412         * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
32413         order to allow ATCBs to be preallocated.
32414
32415         * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
32416         here. It was previously done in Initialize_ATCB.
32417
32418         * rtsfind.ads: Make the Ada_Task_Control_Block visible.
32419
32420         * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
32421         Restricted run time.
32422
32423         * exp_ch3.adb: When using the Restricted run time, pass the
32424         preallocated Ada_Task_Control_Block when creating a task.
32425
32426 2004-07-15  Ed Schonberg  <schonberg@gnat.com>
32427
32428         * sem_util.adb (Normalize_Actuals): If there are no actuals on a
32429         function call that is itself an actual in an enclosing call, diagnose
32430         problem here rather than assuming that resolution will catch it.
32431
32432         * sem_ch7.adb (Analyze_Package_Specification): If the specification is
32433         the local copy of a generic unit for a formal package, and the generic
32434         is a child unit, install private part of ancestors before compiling
32435         private part of spec.
32436
32437         * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
32438         use scope entities rather than tree structures, to handle properly
32439         parent units that are instances rewritten as bodies for inlining
32440         purposes.
32441
32442         * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
32443         Remove_Parents): Handle properly a parent unit that is an
32444         instantiation, when the unit has been rewritten as a body for inlining
32445         purposes.
32446
32447         * par.adb (Goto_List): Global variable to collect goto statements in a
32448         given unit, for use in detecting natural loops.
32449
32450         * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
32451         use in detecting natural loops.
32452
32453         * par-labl.adb (Find_Natural_Loops): Recognize loops create by
32454         backwards goto's, and rewrite as a infinite loop, to improve locality
32455         of temporaries.
32456
32457         * exp_util.adb (Force_Evaluation): Recognize a left-hand side
32458         subcomponent that includes an indexed reference, to prevent the
32459         generation of copies that would miscompile the desired assignment
32460         statement.
32461         (Build_Task_Image_Decls): Add a numeric suffix to
32462         generated name for string variable, to avoid spurious conflicts with
32463         the name of the type of a single protected object.
32464
32465         * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
32466         loop with an explicit exit statement, to avoid generating an
32467         out-of-range value with 'Succ leading to spurious constraint_errors
32468         when compiling with -gnatVo.
32469
32470 2004-07-15  Thomas Quinot  <quinot@act-europe.fr>
32471
32472         * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
32473         might not be analyzed yet, even if its Etype is already set (case of an
32474         unchecked conversion built using Unchecked_Convert_To, for example).
32475         If the prefix has already been analyzed, this will be a nop anyway.
32476
32477         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
32478         controller type, or an assignment of a record type with controlled
32479         components, copy only user data, and leave the finalization chain
32480         pointers untouched.
32481
32482 2004-07-15  Vincent Celier  <celier@gnat.com>
32483
32484         * make.adb (Collect_Arguments): Improve error message when attempting
32485         to compile a source not part of any project, when -x is not used.
32486
32487         * prj.ads: (Defined_Variable_Kind): New subtype
32488
32489         * prj-attr.adb (Register_New_Package): Two new procedures to register
32490         a package with or without its attributes.
32491         (Register_New_Attribute): Mew procedure to register a new attribute in a
32492         package.
32493         New attribute oriented subprograms: Attribute_Node_Id_Of,
32494         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
32495         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
32496         Next_Attribute.
32497         New package oriented subprograms: Package_Node_Id_Of,
32498         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
32499
32500         * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
32501         type.
32502         (Package_Node_Id): Now a private, self initialized type
32503         (Register_New_Package): New procedure to register a package with its
32504         attributes.
32505         New attribute oriented subprograms: Attribute_Node_Id_Of,
32506         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
32507         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
32508         Next_Attribute.
32509         New package oriented subprograms: Package_Node_Id_Of,
32510         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
32511
32512         * prj-dect.adb (Parse_Attribute_Declaration,
32513         Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
32514
32515         * prj-makr.adb (Make): Parse existing project file before creating
32516         other files. Fail if there was an error during parsing.
32517
32518         * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
32519         new spec of Prj.Attr.
32520
32521         * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
32522         to new spec of Prj.Attr.
32523
32524 2004-07-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32525
32526         * utils2.c: Fix typo in comment.
32527
32528 2004-07-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32529
32530         * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
32531         * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
32532
32533 2004-07-14  Andreas Schwab  <schwab@suse.de>
32534
32535         * trans.c (gnat_init_stmt_group): Remove duplicate definition.
32536
32537 2004-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32538
32539         * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
32540         object type.
32541         (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
32542         TYPE_STUB_DECL.
32543
32544         * misc.c (gnat_types_compatible_p): New function.
32545         (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
32546         (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
32547
32548         * trans.c (gigi): Move processing of main N_Compilation_Unit here.
32549         (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
32550         (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
32551         (mark_visited): Don't mark dummy type.
32552         (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
32553         parameter, we must remove any LJM building from GNU_NAME.
32554         (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
32555         (pos_to_constructor): Use int_const_binop.
32556         (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
32557         PARM_DECL.
32558
32559         * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
32560         (gnat_pushlevel): Set TREE_USE on BLOCK node.
32561         (gnat_install_builtins): Add __builtin_memset.
32562
32563 2004-07-13  Olivier Hainque  <hainque@act-europe.fr>
32564
32565         * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
32566         for a renaming, stabilize the initialization expression if we are at a
32567         local level.  At the local level, uses of the renaming may be performed
32568         by a direct dereference of the initializing expression, and we don't
32569         want possible variables there to be evaluated for every use.
32570
32571         * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
32572         Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
32573         them on the way.  Account for the fact that we may introduce side
32574         effects in the process.
32575
32576 2004-07-13  Richard Henderson  <rth@redhat.com>
32577
32578         * misc.c (default_pass_by_ref): Use pass_by_reference.
32579
32580 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
32581
32582         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
32583         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
32584
32585 2004-07-08  Richard Henderson  <rth@redhat.com>
32586
32587         * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
32588         commentary.
32589
32590 2004-07-06  Vincent Celier  <celier@gnat.com>
32591
32592         * vms_conv.ads: Minor reformatting.
32593         Alphabetical order for enumerated values of type Command_Type, to have
32594         the command in alphabetical order for the usage.
32595
32596         * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
32597         the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
32598
32599         * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
32600
32601         * makegpr.adb (Global_Archive_Exists): New global Boolean variable
32602         (Add_Archive_Path): Only add the global archive if there is one.
32603         (Build_Global_Archive): Set Global_Archive_Exists depending if there is
32604         or not any object file to put in the global archive, and don't build
32605         a global archive if there is none.
32606         (X_Switches): New table
32607         (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
32608         in the X_Switches table, if any.
32609         (Initialize): Make sure the X_Switches table is empty
32610         (Scan_Arg): Record -X switches in table X_Switches
32611
32612         * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
32613
32614         * make.adb: Minor comment fix
32615
32616         * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
32617         invoked with directory information, add the directory in front of the
32618         path.
32619
32620         * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
32621         invoked with directory information, add the directory in front of the
32622         path.
32623
32624         * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
32625         when Keep_Temporary_Files is False.
32626         (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
32627         directory information, add the directory in front of the path.
32628         When not on VMS, handle new switch -dn before the command to set
32629         Keep_Temporary_Files to True.
32630         (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
32631         everywhere.
32632
32633         * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
32634         invoked with directory information, add the directory in front of the
32635         path.
32636
32637 2004-07-06  Thomas Quinot  <quinot@act-europe.fr>
32638
32639         * snames.ads, snames.adb (Name_Stub): New name for the distributed
32640         systems annex.
32641
32642         * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
32643         New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
32644
32645         * g-socket.adb (To_Timeval): Fix incorrect conversion of
32646         Selector_Duration to Timeval for the case of 0.0.
32647
32648         * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
32649         documentation from Evolve_And_Then.
32650
32651 2004-07-06  Jose Ruiz  <ruiz@act-europe.fr>
32652
32653         * s-taprop-tru64.adb, s-taprop-os2.adb,
32654         s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
32655
32656 2004-07-06  Robert Dewar  <dewar@gnat.com>
32657
32658         * s-osinte-hpux.ads, s-osinte-freebsd.ads,
32659         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
32660         s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
32661         s-interr-sigaction.adb, s-taprop-irix-athread.adb,
32662         s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
32663         s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
32664         s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
32665         s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
32666         a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
32667         a-tags.ads, bindgen.ads, checks.adb, checks.adb,
32668         csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
32669         exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
32670         g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
32671         i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
32672         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
32673         sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
32674         sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
32675         s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
32676         s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
32677         s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
32678         vms_data.ads: Minor reformatting,
32679         Fix bad box comment format.
32680
32681         * gnat_rm.texi: Fix minor grammatical error
32682
32683         * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
32684
32685         * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
32686         more cases of discriminated records to be recognized as not needing a
32687         secondary stack.
32688         (Has_Access_Values): New function.
32689
32690         * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
32691
32692         * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
32693         Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
32694         with LRM terminology).
32695         Change terminology in comments primitive type => elementary type.
32696
32697 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32698
32699         PR ada/15602
32700         * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
32701         parameters do not impose any requirements on the presence of a body.
32702
32703 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32704
32705         PR ada/15593
32706         * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
32707         compilation unit and is in an open scope at the point of instantiation,
32708         assume that a body may be present later.
32709
32710 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
32711
32712         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
32713         Improve error message when specified size is not supported.
32714
32715         * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
32716         is never a primitive operation.
32717
32718 2004-07-05  Andreas Schwab  <schwab@suse.de>
32719
32720         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
32721         RECORD_OR_UNION_CHECK.
32722         (TYPE_CONTAINS_TEMPLATE_P): Likewise.
32723
32724 2004-07-04  Kelley Cook  <kcook@gcc.gnu.org>
32725
32726         * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
32727         dependency on xgnatugn, instead build it via a submake.
32728         (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
32729
32730 2004-07-04  Richard Henderson  <rth@redhat.com>
32731
32732         * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
32733
32734 2004-07-01  Richard Henderson  <rth@redhat.com>
32735
32736         * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
32737         * utils.c (max_size): Likewise.
32738
32739 2004-06-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32740
32741         * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
32742         and rest_of_type_compilation; add arg to create_*_decl.
32743         (annotate_decl_with_node): Deleted.
32744         (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
32745         * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
32746         (get_current_block_context, gnat_pushdecl): New declarations.
32747         (gnat_init_stmt_group): Likewise.
32748         (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
32749         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
32750         (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
32751         (gnat_init): Call gnat_init_stmt_group.
32752         * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
32753         (gnu_pending_elaboration_list): Deleted.
32754         (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
32755         (gigi): Rearrange initialization calls and move some to last above.
32756         (gnat_to_gnu): If statement and not in procedure, go into elab proc.
32757         Delete calls to add_decl_expr; add arg to create_*_decl.
32758         (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
32759         (gnat_to_gnu, case N_Subprogram_Body): Move some code to
32760         begin_subprog_body and call it.
32761         Don't push and pop ggc context.
32762         (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
32763         (add_stmt): Remove handling of DECL_EXPR from here.
32764         If not in function, mark visited.
32765         (add_decl_expr): Put global at top level.
32766         Check for cases of DECL_INITIAL we have to handle here.
32767         (process_type): Add extra arg to create_type_decl.
32768         (build_unit_elab): Rework to just gimplify.
32769         * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
32770         (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
32771         (get_pending_elaborations, pending_elaborations_p): Likewise.
32772         (push_pending_elaborations, pop_pending_elaborations): Likewise.
32773         (get_elaboration_location, insert_elaboration_list): Likewise.
32774         (gnat_binding_level): Renamed from ada_binding_level.
32775         (init_gnat_to_gnu): Don't clear pending_elaborations.
32776         (global_bindings_p): Treat as global if no current_binding_level.
32777         (set_current_block_context): New function.
32778         (gnat_pushdecl): Renamed from pushdecl; major rework.
32779         All callers changed.
32780         (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
32781         (finish_record_type): Call call pushdecl for stub decl.
32782         (function_nesting_depth): Deleted.
32783         (begin_subprog_body): Delete obsolete code.
32784         * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
32785
32786 2004-06-28  Robert Dewar  <dewar@gnat.com>
32787
32788         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
32789         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
32790         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
32791         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
32792         a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
32793
32794         * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
32795         deal with problem of inefficient slices on machines with strict
32796         alignment, when the slice is a component of a composite.
32797
32798         * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
32799         machines, we need the check there as well.
32800
32801 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
32802
32803         * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
32804         determine safe copying direction for overlapping slice assignments
32805         when component is controlled.
32806
32807         * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
32808         formal derived type in the actual for a formal package are visible in
32809         the enclosing instance.
32810
32811 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
32812
32813         PR ada/15600
32814         * sem_util.adb (Trace_Components): Diagnose properly an illegal
32815         circularity involving a private type whose completion includes a
32816         self-referential component.
32817         (Enter_Name): Use Is_Inherited_Operation to distinguish a source
32818         renaming or an instantiation from an implicit derived operation.
32819
32820 2004-06-28  Pascal Obry  <obry@gnat.com>
32821
32822         * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
32823         DLL.
32824         (Library_File_Name_For): Idem.
32825
32826 2004-06-28  Matthew Gingell  <gingell@gnat.com>
32827
32828         * g-traceb.ads: Add explanatory note on the format of addresses
32829         expected by addr2line.
32830
32831 2004-06-28  Jerome Guitton  <guitton@act-europe.fr>
32832
32833         * Makefile.in: Force debugging information on s-tasdeb.adb,
32834         a-except.adb and s-assert.adb needed by the debugger.
32835
32836 2004-06-28  Vincent Celier  <celier@gnat.com>
32837
32838         * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
32839         Need_To_Build_Lib.
32840         (Gnatmake): Ditto.
32841
32842         * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
32843
32844         * prj.adb: Minor reformatting
32845         (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
32846
32847         * prj.ads: Comment updates
32848         Minor reformatting
32849         (Project_Data): Change Flag1 to Need_To_Build_Lib.
32850         Remove Flag2: not used.
32851
32852         * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
32853         declaration.
32854
32855         * gnat_ugn.texi: Put a "null;" declaration in one project file example
32856
32857         * gnat_rm.texi: Document Empty declarations "null;".
32858
32859         * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
32860         front of the linker options.
32861         (Link_Foreign): Put the global archives and the libraries in front of
32862         the linker options.
32863
32864 2004-06-28  Javier Miranda  <miranda@gnat.com>
32865
32866         * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
32867         (RTU_Loaded): Code cleanup
32868         (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
32869         withed predefined units.
32870
32871         * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
32872         explicitly withed predefined units.
32873         Fix typo in comment
32874
32875         * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
32876         explicitly withed predefined units.
32877
32878 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
32879
32880         * ada-tree.def (DECL_STMT): Deleted.
32881         * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
32882         (DECL_STMT_VAR): Deleted.
32883         * decl.c: add_decl_stmt now add_decl_expr.
32884         * gigi.h: Likewise.
32885         * trans.c: Likewise.
32886         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
32887         (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
32888         (add_stmt): Only handle padded type here.
32889         (add_stmt_with_node): Allow gnat_node to not be present.
32890         (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
32891         (gnat_gimplify_stmt, case DECL_STMT): Deleted.
32892         (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
32893         make a SAVE_EXPR for the entire fat pointer.
32894         * utils.c (pushdecl): Walk a DECL_EXPR in global case.
32895         (create_index_type): Make a DECL_EXPR.
32896         (end_subprog_body): Don't call allocate_struct_function here but
32897         do clear cfun.
32898
32899 2004-06-25  Pascal Obry  <obry@gnat.com>
32900
32901         * makegpr.adb (Build_Library): Remove parameter Lib_Address and
32902         Relocatable from Build_Dynamic_Library call.
32903
32904         * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
32905         Relocatable are now synonym.
32906
32907         * Makefile.in: Use s-parame-mingw.adb on MingW platform.
32908
32909         * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
32910         Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
32911         call.
32912
32913         * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
32914         Lib_Address and Relocatable.
32915         (Default_DLL_Address): Removed.
32916
32917         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
32918         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
32919         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
32920         (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
32921         (Default_DLL_Address): Removed.
32922
32923         * mlib-tgt-mingw.adb: Ditto.
32924         (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
32925
32926         * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
32927         the initial thread stack size.
32928
32929         * a-strmap.ads: Move package L to private part as it is not used in
32930         the spec. Found while reading code.
32931
32932 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
32933
32934         * tracebak.c: Introduce support for a GCC infrastructure based
32935         implementation of __gnat_backtrace.
32936
32937         * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
32938         any more. Use accessors instead. This eases maintenance and relaxes
32939         some alignment constraints.
32940         (_GNAT_Exception structure): Remove the Ada specific fields
32941         (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
32942         a-exexpr.adb.
32943         (is_handled_by, __gnat_eh_personality): Replace component references to
32944         exception structure by use of the new accessors.
32945
32946         * init.c (__gnat_initialize): Adjust comments to match the just
32947         reverted meaning of the -static link-time option.
32948
32949         * adaint.c (convert_addresses): Arrange not to define a stub for
32950         mips-irix any more, as we now want to rely on a real version from a
32951         recent libaddr2line.
32952
32953         * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
32954         the personality routine can use them and not have to rely on a C
32955         counterpart of the record anymore. This simplifies maintenance and
32956         relaxes the constraint of having Standard'Maximum_Alignment match
32957         BIGGEST_ALIGNMENT.
32958         Update comments, and add a section on the common header alignment issue.
32959
32960 2004-06-25  Geert Bosch  <bosch@gnat.com>
32961
32962         * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
32963         polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
32964
32965 2004-06-25  Robert Dewar  <dewar@gnat.com>
32966
32967         * gnat_rm.texi: Fix section on component clauses to indicate that the
32968         restriction on byte boundary placement still applies for bit packed
32969         arrays.
32970         Add comment on stack usage from Initialize_Scalars
32971
32972         * gnat_ugn.texi: Add documentation for -gnatyLnnn
32973
32974         * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
32975         limiting nesting level.
32976
32977         * usage.adb: Add line for -gnatyLnnn switch
32978
32979         * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
32980         sem_ch13.adb, exp_aggr.adb: Minor reformatting
32981
32982         * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
32983         type as well as on the subtype. This corrects a problem in freeze in
32984         setting alignments of atomic types.
32985
32986         * sem_eval.ads: Minor comment typo fixed
32987
32988         * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
32989         level.  Minor reformatting.
32990
32991         * fname.adb (Is_Predefined_File_Name): Require a letter after the
32992         minus sign. This means that file names like a--b.adb will not be
32993         considered predefined.
32994
32995         * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
32996         record Test new flag and give diagnostic for bad component clause.
32997         (Freeze_Entity): Set alignment of array from component alignment in
32998         cases where this is safe to do.
32999
33000         * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
33001         arrays.
33002
33003         * cstand.adb: (Create_Standard): Set alignment of String to 1
33004
33005         * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
33006
33007         * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
33008         code in the common constrained array cases.
33009
33010         * a-storio.adb: Change implementation to avoid possible alignment
33011         problems on machines requiring strict alignment (data should be moved
33012         as type Buffer, not type Elmt).
33013
33014         * checks.adb (Apply_Array_Size_Check): Improve these checks by
33015         killing the overflow checks which we really do not need (64-bits is
33016         enough).
33017
33018 2004-06-25  Vincent Celier  <celier@gnat.com>
33019
33020         * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
33021         (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
33022         inconditionally for the main project.
33023         (Recursive_Add_Archives.Add_Archive_Path): New procedure
33024         (Link_Executables.Check_Time_Stamps): New procedure
33025         (Link_Executables.Link_Foreign): New procedure
33026         Changes made to reduce nesting level of this package
33027         (Check): New procedure
33028         (Add_Switches): When not in quiet output, check that a switch is not
33029         the concatenation of several valid switches. If it is, issue a warning.
33030         (Build_Global_Archive): If the global archive is rebuilt, linking need
33031         to be done.
33032         (Compile_Sources): Rebuilding a library archive does not imply
33033         rebuilding the global archive.
33034         (Build_Global_Archive): New procedure
33035         (Build_Library): New name for Build_Archive, now only for library
33036         project
33037         (Check_Archive_Builder): New procedure
33038         (Create_Global_Archive_Dependency_File): New procedure
33039         (Gprmake): Call Build_Global_Archive before linking
33040         * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
33041         throughout.
33042         (Scan_Arg): Display the Copyright notice when -v is used
33043
33044         * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
33045         for gnatls.
33046
33047         * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
33048         COMPILE.
33049         Add new GNAT LIST qualifier /FILES=
33050         Added qualifier /DIRECTORY= to GNAT METRIC
33051         Added qualifier /FILES= to GNAT METRIC
33052         Added qualifier /FILES to GNAT PRETTY
33053
33054         * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
33055         to take into account both versions of the switch.
33056
33057         * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
33058         always be the last switch to the gcc driver. Disable switch storing so
33059         that switches automatically added by the gcc driver are not put in the
33060         ALI file.
33061
33062         * prj.adb (Project_Empty): Take into account changes in components of
33063         Project_Data.
33064
33065         * prj.ads (Languages_Processed): New enumaration value All_Languages.
33066
33067         * prj.ads (Project_Data): Remove component Lib_Elaboration: never
33068         used. Split Boolean component Ada_Sources_Present in two Boolean
33069         components Ada_Sources_Present and Other_Sources_Present.
33070         Minor reformatting
33071
33072         * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
33073         instead of Sources_Present.
33074         (Set_Ada_Paths.Add.Recursive_Add): Ditto
33075
33076         * prj-nmsc.adb: Minor reformatting
33077         (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
33078         (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
33079         Check_Ada_Naming_Scheme.
33080         Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
33081         throughout.
33082
33083         * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
33084         In_Limited.
33085         Make sure that all cycles where there is at least one "limited with"
33086         are detected.
33087         (Parse_Single_Project): New Boolean parameter In_Limited
33088
33089         * prj-proc.adb (Recursive_Check): When Process_Languages is
33090         All_Languages, call first Prj.Nmsc.Ada_Check, then
33091         Prj.Nmsc.Other_Languages_Check.
33092
33093         * prj-proc.adb (Process): Use Ada_Sources_Present or
33094         Other_Sources_Present (instead of Sources_Present) depending on
33095         Process_Languages.
33096
33097         * lang-specs.h: Keep -g and -m switches in the same order, and as the
33098         last switches.
33099
33100         * lib.adb (Switch_Storing_Enabled): New global Boolean flag
33101         (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
33102         False.
33103         (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
33104         False.
33105
33106         * lib.ads (Disable_Switch_Storing): New procedure.
33107
33108         * make.adb: Modifications to reduce nesting level of this package.
33109         (Check_Standard_Library): New procedure
33110         (Gnatmake.Check_Mains): New procedure
33111         (Gnatmake.Create_Binder_Mapping_File): New procedure
33112         (Compile_Sources.Compile): Add switch -gnatez as the last option
33113         (Display): Never display -gnatez
33114
33115         * Makefile.generic:
33116         When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
33117
33118         * gnatcmd.adb (Check_Project): New function
33119         (Process_Link): New procedure to reduce nesting depth
33120         (Check_Files): New procedure to reduce the nesting depth.
33121         For GNAT METRIC, include the inherited sources in extending projects.
33122         (GNATCmd): When GNAT LS is invoked with a project file and no files,
33123         add the list of files from the sources of the project file. If this list
33124         is too long, put it in a temp text files and use switch -files=
33125         (Delete_Temp_Config_Files): Delete the temp text file that contains
33126         a list of source for gnatpp or gnatmetric, if one has been created.
33127         (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
33128         in the project file is too large, create a temporary text file that
33129         list them and pass it to the tool with "-files=<temp text file>".
33130         (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
33131
33132         * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
33133         generated file is in not in Ada.
33134
33135         * gnatls.adb: Remove all parameters And_Save that are no longer used.
33136         (Scan_Ls_Arg): Add processing for -files=
33137         (Usage): Add line for -files=
33138
33139         * g-os_lib.adb (On_Windows): New global constant Boolean flag
33140         (Normalize_Pathname): When on Windows and the path starts with a
33141         directory separator, make sure that the resulting path will start with
33142         a drive letter.
33143
33144         * clean.adb (Clean_Archive): New procedure
33145         (Clean_Project): When there is non-Ada code, delete the global archive,
33146         the archive dependency files, the object files and their dependency
33147         files, if they exist.
33148         (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
33149
33150 2004-06-25  Thomas Quinot  <quinot@act-europe.fr>
33151
33152         * sinfo.ads: Fix typo in comment.
33153
33154         * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
33155         the TSS for remote access-to-subprogram types, since these TSS are
33156         always present once the type has been analyzed.
33157         (RAS_E_Dereference): Same.
33158
33159         * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
33160         reference raises Bad_Attribute, mark the reference as analyzed so the
33161         node (and any children resulting from rewrites that could have occurred
33162         during the analysis that ultimately failed) is not analyzed again.
33163
33164         * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
33165
33166         * exp_dist.adb: Minor comment fix.
33167
33168         * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
33169         type is an anonymous access type, no unchecked deallocation of the
33170         allocated object can occur. If the object is controlled, attach it with
33171         a count of 1. This allows attachment to the Global_Final_List, if
33172         no other relevant list is available.
33173         (Get_Allocator_Final_List): For an anonymous access type that is
33174         the type of a discriminant or record component, the corresponding
33175         finalisation list is the one of the scope of the type.
33176
33177 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
33178
33179         * sem_ch3.adb (Replace_Type): When computing the signature of an
33180         inherited subprogram, use the first subtype if the derived type
33181         declaration has no constraint.
33182
33183         * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
33184         before applying previous optimization. Minor code cleanup.
33185
33186         * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
33187         placed at the beginning of an unpacked record without explicit
33188         alignment, a slice of it will be aligned and does not need a copy when
33189         used as an actual.
33190
33191 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
33192
33193         PR ada/15591
33194         PR ada/15592
33195         * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
33196         reference is written with expressions mimicking parameters.
33197
33198 2004-06-25  Hristian Kirtchev  <kirtchev@gnat.com>
33199
33200         PR ada/15589
33201         * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
33202         STEP 2a. The constraints of a full type declaration of a derived record
33203         type are checked for conformance with those declared in the
33204         corresponding private extension declaration. The message
33205         "not conformant with previous declaration" is emitted if an error is
33206         detected.
33207
33208 2004-06-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
33209
33210         * g-traceb.ads: Document the need for -E binder switch in the spec.
33211
33212         * g-trasym.ads: Document the need for -E binder switch in the spec.
33213
33214 2004-06-25  Jose Ruiz  <ruiz@act-europe.fr>
33215
33216         * sem_prag.adb: Add handling of pragma Detect_Blocking.
33217
33218         * snames.h, snames.ads, snames.adb: Add entry for pragma
33219         Detect_Blocking.
33220
33221         * s-rident.ads: Change reference to pragma Detect_Blocking.
33222
33223         * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
33224         system.ads.
33225
33226         * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
33227         to indicate whether pragma Detect_Blocking is active.
33228
33229         * par-prag.adb: Add entry for pragma Detect_Blocking.
33230
33231         * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
33232         of not handling WITH.
33233         Note that this replaces the previous update which was incorrect.
33234
33235 2004-06-25  Javier Miranda  <miranda@gnat.com>
33236
33237         * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
33238         use-clauses to have a clean environment.
33239
33240         * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
33241         the installation of the use-clauses to stablish a clean environment in
33242         case of compilation of a separate unit; otherwise the call to
33243         use_one_package is protected by the barrier Applicable_Use.
33244
33245         * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
33246         the installation of the use-clauses to stablish a clean environment in
33247         case of compilation of a separate unit.
33248         (End_Use_Clauses): Minor comment cleanup.
33249
33250 2004-06-25  Sergey Rybin  <rybin@act-europe.fr>
33251
33252         * gnat_ugn.texi: Add description of the gnatpp 'files' switch
33253
33254 2004-06-23  Richard Henderson  <rth@redhat.com>
33255
33256         * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
33257
33258 2004-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33259
33260         * decl.c (elaborate_expression, elaborate_expression_1): Arguments
33261         now bool instead of int.
33262         (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
33263         * trans.c (gnu_switch_label_stack): New function.
33264         (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
33265         elaboration of renamed entity returns.
33266         (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
33267         (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
33268         (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
33269         (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
33270         DECL_SIZE_UNIT and simplify variable-sized case.
33271         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
33272         Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
33273         (gnat_stabilize_reference): Add arg to COMPONENT_REF.
33274         (build_unit_elab): Disable for now.
33275         * utils.c (mark_visited): New function.
33276         (pushdecl): Walk tree to call it for global decl.
33277         (update_pointer_to): Update all variants of pointer and ref types.
33278         Add arg to COMPONENT_REF.
33279         (convert): Likewise.
33280         Move check for converting between variants lower down.
33281         * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
33282         (build_allocator): Don't force type of MODIFY_EXPR.
33283         (gnat_mark_addressable, case VAR_DECL): Unconditionally call
33284         put_var_into_stack.
33285
33286 2004-06-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33287
33288         * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
33289         * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
33290         * decl.c (gnat_to_gnu_entity): Also set force_global for imported
33291         subprograms.
33292         * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
33293         all callers changed.
33294         (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
33295         the way that EXIT_STMT finds the loop label.
33296         (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
33297         (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
33298         (add_stmt): Use annotate_with_locus insted of setting directly.
33299         (pos_to_construct): Set TREE_PURPOSE of each entry to index.
33300         (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
33301         * utils.c (gnat_install_builtins): Install __builtin_memcmp.
33302         (build_vms_descriptor): Add extra args to ARRAY_REF.
33303         (convert): Use VIEW_CONVERT_EXPR between aggregate types.
33304         * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
33305         New cases.
33306         (build_binary_op): Don't make explicit CONVERT_EXPR.
33307         Add extra rgs to ARRAY_REF.
33308
33309 2004-06-14  Pascal Obry  <obry@gnat.com>
33310
33311         * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
33312         Windows.  Fix minor typo.
33313
33314         * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
33315         which is now supported on Windows. With this implementation using the
33316         Library Project feature is no different on Windows than on UNIX.
33317
33318 2004-06-14  Vincent Celier  <celier@gnat.com>
33319
33320         * makegpr.adb (Compile_Sources): Nothing to do when there are no
33321         non-Ada sources.
33322
33323         * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
33324
33325         * prj-part.adb (Parse_Single_Project): When a duplicate project name is
33326         found, show the project name and the path of the previously parsed
33327         project file.
33328
33329 2004-06-14  Ed Schonberg  <schonberg@gnat.com>
33330
33331         * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
33332         array, avoid copying the actual before the call.
33333
33334 2004-06-14  Thomas Quinot  <quinot@act-europe.fr>
33335
33336         * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
33337         Instead, allocate memory on worst-case alignment assumptions, and then
33338         return an aligned address within the allocated zone.
33339
33340 2004-06-14  Robert Dewar  <dewar@gnat.com>
33341
33342         * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
33343         elab entities in predefined units in No_Run_Time_Mode.
33344         (Gen_Adainit_C): Same fix
33345         (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
33346         units in No_Run_Time_Mode
33347         (Gen_Elab_Calls_C): Same fix
33348
33349         * symbols-vms-alpha.adb: Minor reformatting
33350
33351         * g-debpoo.ads: Minor reformatting
33352
33353         * lib.adb (In_Same_Extended_Unit): Version working on node id's
33354
33355         * lib.ads (In_Same_Extended_Unit): Version working on node id's
33356
33357         * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
33358         working on nodes.
33359
33360         * make.adb: Minor reformatting
33361
33362         * par-ch12.adb: Minor reformatting
33363
33364         * par-prag.adb: Add dummy entry for pragma Profile_Warnings
33365
33366         * prj-strt.adb: Minor reformatting
33367
33368         * restrict.ads, restrict.adb: Redo handling of profile restrictions to
33369         be more general.
33370
33371         * sem_attr.adb: Minor reformatting
33372
33373         * sem_ch7.adb: Minor reformatting
33374
33375         * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
33376         for type in the same unit as the object declaration.
33377
33378         * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
33379         static string expressions and not just string literals.
33380         Minor reformatting
33381         (Set_Warning): Reset restriction warning flag for restriction pragma
33382         Implement pragma Profile_Warnings
33383         Implement pragma Profile (Restricted)
33384         Give obolescent messages for old restrictions and pragmas
33385
33386         * snames.h, snames.ads, snames.adb: Add new entry for pragma
33387         Profile_Warnings.
33388
33389         * s-rident.ads: Add declarations for restrictions required by profile
33390         Restricted and profile Ravenscar.
33391
33392         * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
33393
33394         * gnat_ugn.texi: Correct some missing entries in the list of GNAT
33395         configuration pragmas.
33396
33397 2004-06-11  Vincent Celier  <celier@gnat.com>
33398
33399         * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
33400         gnatsym, when symbol policy is Restricted.
33401
33402         * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
33403         gnatsym, when symbol policy is Restricted.
33404
33405         * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
33406         read the symbol file.
33407         (Finalize): Fail in symbol policy Restricted if a symbol in the original
33408         symbol file is not in the object files. Do not create a new symbol file
33409         when symbol policy is Restricted.
33410
33411         * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
33412         in Scng.
33413
33414         * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
33415         Restricted.
33416         (Usage): Line for new switch -R
33417
33418         * make.adb (Initialize): When the platform is not VMS, add the
33419         directory where gnatmake is invoked in the front of the path, if
33420         gnatmake is invoked with directory information.  Change the Scan_Args
33421         while loop to a for loop.
33422         (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
33423         if Depth is equal or greater than the proposed depth, there is nothing
33424         to do.
33425         (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
33426         instead of 0.
33427
33428         * prj.ads: Add new symbol policy Restricted.
33429
33430         * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
33431         with the new parameters Check_All_Labels and Case_Location.
33432
33433         * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
33434         (Library_Symbol_File needs to be defined).
33435
33436         * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
33437         and Case_Location If Check_All_Labels is True, check that all values of
33438         the string type are used, and output warning(s) if they are not.
33439
33440         * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
33441         and Case_Location.
33442
33443         * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
33444
33445         * gnat_ugn.texi: Update documentation about the library directory in
33446         Library Projects.
33447
33448         * makegpr.adb (Display_Command): In verbose mode, also display the
33449         value of the CPATH env var, when the compiler is gcc.
33450         (Initialize): Change the Scan_Args while loop to a for loop
33451         (Compile_Individual_Sources): Change directory to object directory
33452         before compilations.
33453
33454         * symbols.ads: New symbol policy Restricted.
33455
33456 2004-06-11  Olivier Hainque  <hainque@act-europe.fr>
33457
33458         * a-except.adb (Raise_After_Setup family): Remove. The responsibility
33459         is now taken care of internally in the Exception_Propagation package
33460         and does not require clients assistance any more.
33461
33462         * a-exexpr.adb (Is_Setup_And_Not_Propagated,
33463         Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
33464         functions. Helpers to maintain a predicate required in the handling of
33465         occurrence transfer between tasks.
33466         This is now handled internally and does not require clients assistance
33467         for the setup/propagate separation anymore.
33468         (Setup_Exception, Propagate_Exception): Simplify the Private_Data
33469         allocation strategy, handle the Setup_And_Not_Propagated predicate and
33470         document.
33471
33472         * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
33473         raise_after_setup, now that everything is handled internally within the
33474         setup/propagation engine.
33475
33476 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
33477
33478         * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
33479         Add additional conditions for the case of an actual being a simple
33480         name or literal. Improve inlining by preventing the generation
33481         of temporaries with a short lifetime (one use).
33482
33483 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
33484
33485         PR ada/15587
33486         * einfo.ads: Minor comment updates for Has_Completion and
33487         E_Constant list of flags.
33488
33489         * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
33490         and constant redeclarations now set the Has_Completion flag of their
33491         defining identifiers.
33492
33493         * sem_ch7.adb (Analyze_Package_Spec): Add procedure
33494         Inspect_Deferred_Constant_Completion.
33495         Used to detect private deferred constants that have not been completed
33496         either by a constant redeclaration or pragma Import. Emits error message
33497         "constant declaration requires initialization expression".
33498
33499         * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
33500         completes a deferred constant.
33501
33502 2004-06-11  Geert Bosch  <bosch@gnat.com>
33503
33504         * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
33505
33506         * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
33507         calculating exponent for scaling denormal numbers.
33508         (Leading_Part): Properly raise Constraint_Error for zero or negative
33509         Adjustment.
33510         (Remainder): Properly raise Constraint_Error for zero divisor.
33511
33512 2004-06-11  Thomas Quinot  <quinot@act-europe.fr>
33513
33514         * sem_util.adb: Minor reformatting.
33515
33516         * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
33517         dereference when accessing the entry parameter record.
33518         (Check_Array_Type): Always check for possible implicit dereference.
33519         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
33520         Abort if a pointer is still present (denoting that an implicit
33521         dereference was left in the tree by the front-end).
33522
33523         * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
33524         dereference when accessing the entry parameter record.
33525         (Check_Array_Type): Always check for possible implicit dereference.
33526         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
33527         Abort if a pointer is still present (denoting that an implicit
33528         dereference was left in the tree by the front-end).
33529
33530 2004-06-11  Emmanuel Briot  <briot@act-europe.fr>
33531
33532         * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
33533         message, like the compiler itself does. Easier to parse the output.
33534
33535         * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
33536
33537         * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
33538         be base names, and not includes directories.
33539
33540 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
33541
33542         * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
33543         so that dependencies are properly taken into account by make.
33544
33545 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
33546
33547         PR ada/15622
33548         * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
33549         exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
33550
33551 2004-06-11  Jerome Guitton  <guitton@act-europe.fr>
33552
33553         * Makefile.in (install-gnatlib): install target-specific run-time files.
33554
33555         * Make-lang.in: Remove obsolete targets.
33556
33557 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
33558
33559         * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
33560         specification, to catch misuses of program unit names.
33561
33562         * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
33563         superfluous conversions in an instance.
33564
33565 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
33566
33567         PR ada/15403
33568         * sem_ch12.adb (Save_References): If operator node has been folded to
33569         enumeration literal, associated_node must be discarded.
33570
33571 2004-06-11  Jose Ruiz  <ruiz@act-europe.fr>
33572
33573         * s-stchop-vxworks.adb: Add required pragma Convention to
33574         Task_Descriptor because it is updated by a C function.
33575
33576 2004-06-08  Arnaud Charlet  <charlet@act-europe.fr>
33577
33578         PR ada/15568
33579         * Makefile.in: Remove target specific SO_OPT on IRIX
33580
33581 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33582
33583         * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
33584         (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
33585         (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
33586         (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
33587         (STMT_STMT, USE_STMT): New statement codes.
33588         (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
33589         * ada-tree.h: Reflect above changes.
33590         (struct tree_loop_id): Deleted.
33591         (union lang_tree_node, struct lang_decl, struct lang_type):
33592         Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
33593         and DECL_LANGUAGE_SPECIFIC to reflect these changes.
33594         (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
33595         (IS_ADA_STMT): New macro.
33596         * decl.c (annotate_decl_with_node): New function.
33597         (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
33598         (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
33599         Call add_stmt_with_node to do needed assignments.
33600         Add call to update setjmp buffer directly, not via EXPR_STMT.
33601         (maybe_variable): Argment GNAT_NODE deleted.
33602         * gigi.h (maybe_variable): Likewise.
33603         (make_transform, add_stmt_with_node, set_block_for_group): New.
33604         (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
33605         (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
33606         (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
33607         (set_lineno, set_lineno_from_sloc): Likewise.
33608         (record_code_position, insert_code_for): Likewise.
33609         (gnat_poplevel): Now returns void.
33610         (end_subprog_body): Now takes argument.
33611         * misc.c (cgraph.h, tree-inline.h): New includes.
33612         (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
33613         (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
33614         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
33615         (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
33616         (gnat_parse_file): Don't set immediate_size_expand.
33617         Call cgraph functions.
33618         (gnat_expand_expr): Remove most cases.
33619         (record_code_position, insert_code_for): Remove from here.
33620         * trans.c (toplev.h, tree-gimple.h): Now included.
33621         (discard_file_names): Deleted.
33622         (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
33623         (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
33624         (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
33625         (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
33626         (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
33627         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
33628         (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
33629         (set_block_for_group, add_stmt_list): Likewise.
33630         (start_stmt_group): Renamed from start_block_stmt.
33631         (end_stmt_group): Likewise, from end_block_stmt.
33632         (build_stmt_group): Likewise, from build_block_stmt, also add arg.
33633         (gigi): Don't set discard_file_names or call set_lineno.
33634         Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
33635         (tree_transform): Deleted, now renamed to be gnat_to_gnu.
33636         Numerous changes throughout to reflect new names and complete
33637         function-at-a-time implementation.
33638         (gnat_expand_stmt): Delete or comment out all cases.
33639         (process_inlined_subprograms): Use add_stmt.
33640         (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
33641         call set_lineno; also remove unneeded block handling.
33642         (process_type): Remove unneeded block handling.
33643         (build_unit_elab): Remove calls to deleted functions.
33644         * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
33645         (tree-dump.h): Likewise.
33646         (struct ada_binding_level): Add field jmpbuf_decl.
33647         (gnat_define_builtin, gnat_install_builtins): New.
33648         (gnat_gimplify_function, gnat_finalize): Likewise.
33649         (gnat_poplevel): No longer return BLOCK, set it instead.
33650         Remove code dealing with nested functions.
33651         (gnat_init_decl_processing): Also set size_type_node.
33652         Call gnat_install_builtins.
33653         (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
33654         (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
33655         Remove special-case for "main".
33656         (end_subprog_body): Add arg and rework for tree-ssa.
33657         (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
33658         Add case for BOOLEAN_TYPE.
33659         * utils2.c (rtl.h): Now include.
33660         (build_call_raise): Test Debug_Flag_NN directly.
33661         (build_call_alloc_dealloc): Don't use local stack allocation for now.
33662         (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
33663         (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
33664
33665 2004-06-07  Robert Dewar  <dewar@gnat.com>
33666
33667         * a-direct.ads, einfo.ads: Minor comment updates
33668
33669         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
33670         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
33671         s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
33672         s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
33673         s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
33674
33675         * s-interr-sigaction.adb: Remove unreferenced variable
33676         (Attached_Interrupts).  Minor reformatting.
33677         Avoid use of variable I (replace by J).
33678
33679         * par-ch10.adb: Fix text of one error message
33680
33681         * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
33682         exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
33683         exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
33684         opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
33685         par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
33686         par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
33687         sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
33688         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
33689         sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
33690         sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
33691         snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
33692         2005 support.
33693
33694 2004-06-07  Doug Rupp  <rupp@gnat.com>
33695
33696         * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
33697
33698         * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
33699
33700         * mlib-tgt-vms-ia64.adb: New file.
33701
33702         * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
33703         Add mlib-tgt-vms-ia64.adb
33704         Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
33705         Move to alpha specific ifeq section.
33706         Add VMS specific versions of symbols.adb
33707         Renaming of 5q vms files.
33708
33709         * 5qsystem.ads renamed to system-vms_64.ads.
33710
33711 2004-06-07  Vincent Celier  <celier@gnat.com>
33712
33713         * a-calend.ads: Add a GNAT Note comment after function Time_Of to
33714         explain that when a time of day corresponding to the non existing hour
33715         on the day switching to DST is specified, Split may return a different
33716         value for Seconds.
33717
33718         * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
33719         to GNAT PRETTY.
33720
33721         * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
33722         (Normalize_Pathname): Only resolve VMS logical names when on VMS.
33723
33724         * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
33725         to False.
33726         If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
33727         the linking options.
33728         (Build_Library.Check_Libs): On VMS, if there is a dependency on
33729         g-trasym.ads, set Gtrasymobj_Needed to True.
33730
33731         * prj-attr.adb: Add new package Metrics for gnatmetric
33732
33733         * prj-nmsc.adb (Record_Other_Sources): Put source file names in
33734         canonical case to take into account files with upper case characters on
33735         Windows.
33736         (Ada_Check): Load the reference symbol file name in the name buffer to
33737         check it, not the symbol file name.
33738
33739         * snames.ads, snames.adb: Add standard name Metrics (name of project
33740         file package for gnatmetric).
33741
33742         * vms_conv.ads: Add Metric to Comment_Type
33743
33744         * vms_conv.adb (Initialize): Add component dor Metric in Command_List
33745
33746         * vms_data.ads: Add qualifiers for GNAT METRIC
33747
33748         * makegpr.adb (Link_Executables): Take into account the switches
33749         specified in package Linker of the main project.
33750
33751 2004-06-07  Thomas Quinot  <quinot@act-europe.fr>
33752
33753         * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
33754         the index of the last element is Units.Last, not Units.Table'Last
33755         (which is usually not a valid index within the actually allocated
33756         storage for the table).
33757
33758         * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
33759         determines whether to generate a call to a checked storage pool
33760         Dereference action.
33761         Generate such a call only for a dereference that either comes from
33762         source, or is the result of rewriting a dereference that comes from
33763         source.
33764
33765 2004-06-07  Romain Berrendonner  <berrendo@act-europe.fr>
33766
33767         * bindgen.adb (Gen_Output_File): Add support for GAP builds.
33768
33769 2004-06-07  Eric Botcazou  <ebotcazou@act-europe.fr>
33770
33771         (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
33772         file level, elaborate the stride for inner dimensions in alignment
33773         units, not bytes.
33774
33775         * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
33776         in a comment.
33777
33778 2004-06-07  Javier Miranda  <miranda@gnat.com>
33779
33780         * exp_ch6.adb: Correct wrong modification in previous patch
33781
33782 2004-06-07  Vasiliy Fofanov  <fofanov@act-europe.fr>
33783
33784         * g-trasym.ads: Corrected comment to properly reflect level of support
33785         on VMS.
33786
33787 2004-06-07  Hristian Kirtchev  <kirtchev@gnat.com>
33788
33789         * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
33790         includes case of a variable referenced on the left hand side of an
33791         assignment, therefore remove redundant code. Variables and prefixes of
33792         indexed or selected components are now marked as referenced on left
33793         hand side. Warnings are now properly emitted when variables or prefixes
33794         are assigned but not read.
33795
33796         * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
33797         left hand side referenced variables. Private access types do not
33798         produce the warning "variable ... is assigned but never read".
33799         Add also additional checks to left hand side referenced variables.
33800         Aliased, renamed objects and access types do not produce the warning
33801         "variable ... is assigned but never read" since other entities may read
33802         the memory location.
33803
33804 2004-06-07  Jerome Guitton  <guitton@act-europe.fr>
33805
33806         * Makefile.in: In the powerpc/vxworks-specific section, restore
33807         EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
33808         by mistake).
33809
33810 2004-06-07  Ed Schonberg  <schonberg@gnat.com>
33811
33812         * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
33813         predefined operators.
33814         Removes spurious type errors from g-trasym-vms.adb.
33815
33816         * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
33817         distinct from the operator appearing in the source, call appropriate
33818         routine to insert conversions when needed, and complete resolution of
33819         node.
33820         (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
33821         interpretations for rewritten right operand.
33822         (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
33823         the other operand is overloaded and the context is a type conversion.
33824
33825 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33826
33827         * ada-tree.def (BLOCK_STMT): Now has two operands.
33828         (BREAK_STMT): New.
33829
33830         * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
33831
33832         * gigi.h: (gnat_poplevel): Now returns a tree.
33833
33834         * trans.c (end_block_stmt): Add arg; all callers changed.
33835         (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
33836         (start_block_stmt): Clear BLOCK_STMT_BLOCK.
33837         (add_stmt): Set TREE_TYPE.
33838         (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
33839         (gnat_expand_stmt, case BREAK_STMT): New case.
33840
33841         * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
33842
33843 2004-06-07  Jose Ruiz  <ruiz@act-europe.fr>
33844
33845         * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
33846         procedure Set_Stack_Size that is not needed.
33847
33848 2004-06-07  Sergey Rybin  <rybin@act-europe.fr>
33849
33850         * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
33851         used for gnatpp input file and for the files upon which it depends
33852
33853 2004-06-07  Ben Brosgol  <brosgol@gnat.com>
33854
33855         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
33856
33857 2004-06-07  Arnaud Charlet  <charlet@act-europe.fr>
33858
33859         * gnatvsn.ads: Bump version numbers appropriately.
33860         Add new build type.
33861
33862 2004-06-07  Pascal Obry  <obry@gnat.com>
33863
33864         * gnat_ugn.texi: Improve comments about imported names and link names
33865         on Windows. Add a note about the requirement to use -k gnatdll's option
33866         when working with a DLL which has stripped stdcall symbols (no @nn
33867         suffix).
33868
33869 2004-05-27  Vincent Celier  <celier@gnat.com>
33870
33871         * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
33872         COMMENTS_LAYOUT=UNTOUCHED
33873
33874         * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
33875         symbols-vms-alpha.adb
33876
33877 2004-05-27  Thomas Quinot  <quinot@act-europe.fr>
33878
33879         * sem.ads: Clarify documentation on checks suppression.
33880
33881         * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
33882
33883 2004-05-27  Ed Schonberg  <schonberg@gnat.com>
33884
33885         * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
33886         the case of multiple derivations.
33887         (Is_Object_Reference): For a selected component, verify that the prefix
33888         is itself an object and not a value.
33889
33890         * sem_ch12.adb (Same_Instantiated_Constant): New name for
33891         Same_Instantiated_Entity.
33892         (Same_Instantiated_Variable): Subsidiary to
33893         Check_Formal_Package_Instance, to recognize actuals for in-out generic
33894         formals that are obtained from a previous formal package.
33895         (Instantiate_Subprogram_Body): Emit proper error when
33896         generating code and the proper body of a stub is missing.
33897
33898         * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
33899         has a universal interpretation, do the disambiguation here.
33900
33901         * exp_ch4.adb (Expand_N_Type_Conversion,
33902         Expand_N_Unchecked_Type_Conversion): Special handling when target type
33903         is Address, to avoid typing anomalies when Address is a visible integer
33904         type.
33905
33906         * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
33907         to determine whether a subprogram should not be marked Pure, even when
33908         declared in a pure package.
33909
33910 2004-05-27  Jose Ruiz  <ruiz@act-europe.fr>
33911
33912         * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
33913
33914         * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
33915         Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
33916         Update the documentation about the Ravenscar profile, following the
33917         definition found in AI-249.
33918
33919         * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
33920         setting the Profile (Ravenscar). This must be done in addition to
33921         setting the required restrictions.
33922
33923         * rtsfind.ads: Add the set of operations defined in package
33924         Ada.Interrupts.
33925
33926         * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
33927         restriction.
33928
33929 2004-05-27  Eric Botcazou  <ebotcazou@act-europe.fr>
33930
33931         lang-specs.h: Always require -c or -S and always redirect to /dev/null
33932         if -gnatc or -gnats is passed.
33933
33934 2004-05-27  Hristian Kirtchev  <kirtchev@gnat.com>
33935
33936         * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
33937         a significant reference. Warnings are now properly emitted when a
33938         discriminated type is not referenced.
33939
33940         * lib-xref.adb (Generate_Reference): A deferred constant completion,
33941         record representation clause or record type discriminant does not
33942         produce a reference to its corresponding entity. Warnings are now
33943         properly emitted when deferred constants and record types are not
33944         referenced.
33945
33946 2004-05-27  Geert Bosch  <bosch@gnat.com>
33947
33948         * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
33949         Fixes ACATS Annex G tests.
33950
33951 2004-05-27  Robert Dewar  <dewar@gnat.com>
33952
33953         * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
33954         handling WITH
33955
33956 2004-05-27  Arnaud Charlet  <charlet@act-europe.fr>
33957
33958         * s-interr.adb (Server_Task): Take into account case of early return
33959         from sigwait under e.g. linux.
33960
33961 2004-05-27  Sergey Rybin  <rybin@act-europe.fr>
33962
33963         * gnat_ugn.texi: Add description for the new gnatpp options:
33964          -rnb - replace the original source without creating its backup copy
33965          -c0 - do not format comments
33966
33967 2004-05-24  Geert Bosch  <bosch@gnat.com>
33968
33969         * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
33970         with 192 bits of precision, sufficient to reduce a double-extended
33971         arguments X with a maximum relative error of T'Machine_Epsilon, for X
33972         in -2.0**32 .. 2.0**32.
33973         (Cos, Sin):  Always reduce arguments of 1/4 Pi or larger, to prevent
33974         reduction by the processor, which only uses a 68-bit approximation of
33975         Pi.
33976         (Tan): Always reduce arguments and compute function either using
33977         the processor's fptan instruction, or by dividing sin and cos as needed.
33978
33979 2004-05-24  Doug Rupp  <rupp@gnat.com>
33980
33981         * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
33982         gcc error on 32/64 bit VMS.
33983
33984 2004-05-24  Olivier Hainque  <hainque@act-europe.fr>
33985
33986         * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
33987         since this is what we get for stack overflows although not documented
33988         as such.
33989         Document the issues which may require adjustments to our signal
33990         handlers.
33991
33992 2004-05-24  Ed Schonberg  <schonberg@gnat.com>
33993
33994         * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
33995         enclosing dynamic scope if the instantiation is within a generic unit.
33996
33997 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
33998
33999         * exp_dbug.ads: Fix typo.
34000
34001         * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
34002         Rename it to its proper name: system-linux-ia64.ads
34003         (stamp-gnatlib1): Remove extra target specific run time files when
34004         setting up the rts directory.
34005
34006 2004-05-24  Javier Miranda  <miranda@gnat.com>
34007
34008         * einfo.ads, einfo.adb (Limited_Views): Removed.
34009         (Limited_View): New attribute that replaces the previous one. It is
34010         now a bona fide package with the limited-view list through the
34011         first_entity and first_private attributes.
34012
34013         * sem_ch10.adb (Install_Private_With_Clauses): Give support to
34014         limited-private-with clause.
34015         (Install_Limited_Withed_Unit): Install the private declarations of a
34016         limited-private-withed package. Update the installation of the shadow
34017         entities according to the new structure (see Build_Limited_Views)
34018         (Build_Limited_Views): Replace the previous implementation of the
34019         limited view by a package entity that references the first shadow
34020         entity plus the first shadow private entity (required for limited-
34021         private-with clause)
34022         (New_Internal_Shadow_Entity): Code cleanup.
34023         (Remove_Limited_With_Clause): Update the implementation to undo the
34024         new work carried out by Build_Limited_Views.
34025         (Build_Chain): Complete documentation.
34026         Replace Ada0Y by Ada 0Y in comments
34027         Minor reformating
34028
34029         * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
34030         types the level of accessibility depends on the enclosing type
34031         declaration.
34032
34033         * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
34034         entities. Complete documentation of previous change.
34035
34036 2004-05-24  Robert Dewar  <dewar@gnat.com>
34037
34038         * namet.adb: Minor reformatting
34039         Avoid use of name I (replace by J)
34040         Minor code restructuring
34041
34042         * sem_ch6.adb: Minor reformatting
34043
34044         * lib-writ.adb: Do not set restriction as active if this is a
34045         Restriction_Warning case.
34046
34047         * sem_prag.adb: Reset restriction warning flag if real pragma
34048         restriction encountered.
34049
34050         * s-htable.adb: Minor reformatting
34051         Change rotate count to 3 in Hash (improves hash for small strings)
34052
34053         * 5qsystem.ads: Add comments for type Address (no literals allowed).
34054
34055         * gnat_ugn.texi: Add new section of documentation "Code Generation
34056         Control", which describes the use of -m switches.
34057
34058 2004-05-24  Eric Botcazou  <ebotcazou@act-europe.fr>
34059
34060         trans.c (tree_transform) <N_Identifier>: Do the dereference directly
34061         through the DECL_INITIAL for renamed variables.
34062
34063 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
34064
34065         * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
34066
34067 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
34068
34069         * exp_dbug.ads: Correct comments concerning handling of overloading,
34070         since we no longer use $ anymore.
34071
34072 2004-05-19  Sergey Rybin  <rybin@act-europe.fr>
34073
34074         * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
34075         ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
34076         with illegal subunits.
34077
34078 2004-05-19  Ed Schonberg  <schonberg@gnat.com>
34079
34080         * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
34081         body with front-end inlining enabled, check whether an inline pragma
34082         appears immediately after the body and applies to it.
34083
34084         * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
34085         enabled and the pragma appears after the body of the subprogram.
34086
34087 2004-05-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34088
34089         Part of function-at-a-time conversion
34090
34091         * misc.c (adjust_decl_rtl): Deleted.
34092         (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
34093         Define.
34094
34095         * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
34096         (add_decl_stmt, add_stmt, block_has_vars): New functions.
34097         (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
34098
34099         * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
34100         when making a decl.
34101         (gnat_to_gnu_entity): Likewise.
34102         Use add_stmt to update setjmp buffer.
34103         Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
34104         flush_addressof.
34105         No longer call adjust_decl_rtl.
34106         (DECL_INIT_BY_ASSIGN_P): New macro.
34107         (DECL_STMT_VAR): Likewise.
34108
34109         * trans.c (gigi): Call start_block_stmt to make the outermost
34110         BLOCK_STMT.
34111         (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
34112         Call start_block_stmt and end_block_stmt temporarily.
34113         Use gnat_expand_stmt instead of expand_expr_stmt.
34114         (add_decl_stmt): New function.
34115         (tree_transform): Call it.
34116         (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
34117         (end_block_stmt): Set type and NULL_STMT.
34118         (gnat_expand_stmt): Make recursize call instead of calling
34119         expand_expr_stmt.
34120         (gnat_expand_stmt, case DECL_STMT): New case.
34121         (set_lineno_from_sloc): Do nothing if global.
34122         (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
34123         (start_block_stmt, add_stmt, end_block_stmt): New functions.
34124         (build_block_stmt): Call them.
34125         (gnat_to_code): Don't expand NULL_STMT.
34126         (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
34127         args.
34128         (tree_transform): Likewise.
34129         (tree_transform, case N_Null_Statement): Return NULL_STMT.
34130         (gnat_expand_stmt, case NULL_STMT): New case.
34131         (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
34132         IF_STMT_TRUE.
34133
34134         * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
34135         TREE_ADDRESSABLE.
34136
34137         * utils.c (create_var_decl): Do not call expand_decl or
34138         expand_decl_init.
34139         Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
34140         Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
34141         here.
34142         (struct e_stack): Add chain_next to GTY.
34143         (struct binding_level): Deleted.
34144         (struct ada_binding_level): New struct.
34145         (free_block_chain): New.
34146         (global_binding_level, clear_binding_level): Deleted.
34147         (global_bindings_p): Rework to see if no chain.
34148         (kept_level_p, set_block): Deleted.
34149         (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
34150         new data structure and work directly on BLOCK node.
34151         (gnat_poplevel): Similarly.
34152         (get_decls): Look at BLOCK_VARS.
34153         (insert_block): Work directly on BLOCK node.
34154         (block_has_var): New function.
34155         (pushdecl): Rework for new binding structures.
34156         (gnat_init_decl_processing): Rename and rework calls to pushlevel and
34157         poplevel.
34158         (build_subprog_body): Likewise.
34159         (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
34160
34161         * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
34162
34163         * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
34164         (DECL_STMT_VAR): Likewise.
34165
34166 2004-05-17  Robert Dewar  <dewar@gnat.com>
34167
34168         * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
34169         procedure
34170
34171         * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
34172         of restriction synonyums by using
34173         Restrict.Process_Restriction_Synonyms.
34174
34175         * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
34176
34177         * s-restri.ads (Tasking_Allowed): Correct missing comment
34178
34179         * s-rident.ads: Add entries for restriction synonyms
34180
34181         * ali.adb: Fix some problems with badly formatted ALI files that can
34182         result in infinite loops.
34183
34184         * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
34185         s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
34186         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
34187         s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
34188         s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
34189         s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
34190         s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
34191         s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
34192         s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
34193         a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
34194         exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
34195         s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
34196         s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
34197         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
34198         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
34199         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
34200         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
34201         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
34202         s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
34203         s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
34204         to Task_Id (minor cleanup).
34205
34206 2004-05-17  Vincent Celier  <celier@gnat.com>
34207
34208         * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
34209         directory separator.
34210
34211         * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
34212         project being extended, if Languages is not declared in extending
34213         project.
34214
34215 2004-05-17  Javier Miranda  <miranda@gnat.com>
34216
34217         * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
34218         limited view of a visible sibling.
34219
34220 2004-05-14  Robert Dewar  <dewar@gnat.com>
34221
34222         * gnat_ugn.texi: Minor change to -gnatS documentation
34223
34224         * sprint.adb: Remove some instances of Assert (False) and for this
34225         purpose replace them by output of a ??? string.
34226
34227         * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
34228         Assert (False).
34229
34230         * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
34231         flag processing. This was suppressing required dependencies in
34232         No_Run_Time mode and is not needed since the binder does not generate
34233         references for things in libgnat anyway.
34234
34235         * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
34236         warning.
34237
34238 2004-05-14  Thomas Quinot  <quinot@act-europe.fr>
34239
34240         * gnat_ugn.texi: Document AIX-specific issue with initialization of
34241         resolver library.
34242
34243         * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
34244         action for the case of an actual parameter in an init proc call.
34245
34246 2004-05-14  Ed Schonberg  <schonberg@gnat.com>
34247
34248         * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
34249         subtype, check visible entities in base type.
34250
34251         * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
34252         actions if the object is a renaming.
34253
34254         * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
34255         Check_Formal_Package_Instance, to determine more precisely when the
34256         formal and the actual denote the same entity.
34257
34258 2004-05-14  Javier Miranda  <miranda@gnat.com>
34259
34260         * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
34261
34262         * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
34263         corresponding to a private_with must be removed from visibility; it
34264         will be made visible later, just before we analyze the private part of
34265         the package.
34266         (Check_Private_Child_Unit): Allow private_with clauses in public
34267         siblings.
34268         (Install_Siblings): Make visible the private entities of private-withed
34269         siblings.
34270         (Install_Withed_Unit): Do not install the private withed unit if we
34271         are compiling a package declaration and the Private_With_OK flag was
34272         not set by the caller. These declarations will be installed later,
34273         just before we analyze the private part of the package.
34274
34275         * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
34276         during the evaluation of the expression that initializes the object,
34277         decorate it with the expected type to avoid cascade errors.
34278         Code cleanup.
34279
34280         * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
34281         subprogram we have to install the private_with clauses after its
34282         specification has been analyzed (as documented in AI-262.TXT).
34283
34284         * sem_ch8.adb (Has_Private_With): New function. Determines if the
34285         current compilation unit has a private with on a given entity.
34286         (Find_Direct_Name): Detect the Beaujolais problem described in
34287         AI-262.TXT
34288
34289         * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
34290         provides the functionality of the function Is_Ancestor that was
34291         previously available in sem_ch10. It has been renamed to avoid
34292         overloading.
34293
34294         * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
34295
34296 2004-05-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34297
34298         * utils.c (build_vms_descriptor): Use SImode pointers.
34299
34300 2004-05-14  Vasiliy Fofanov  <fofanov@act-europe.fr>
34301
34302         * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
34303
34304 2004-05-14  GNAT Script  <nobody@gnat.com>
34305
34306         * Make-lang.in: Makefile automatically updated
34307
34308 2004-05-14  Arnaud Charlet  <charlet@act-europe.fr>
34309
34310         Renaming of target specific files for clarity
34311
34312         * Makefile.in: Rename GNAT target specific files.
34313
34314         * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
34315         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
34316         3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
34317         3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
34318         3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
34319         3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
34320         42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
34321         4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
34322         4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
34323         4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
34324         4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
34325         4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
34326         51osinte.adb, 51osinte.ads, 51system.ads,
34327         52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
34328         55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
34329         56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
34330         56tpopsp.adb, 57system.ads, 58system.ads,
34331         5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
34332         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
34333         5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
34334         5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
34335         5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
34336         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
34337         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
34338         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
34339         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
34340         5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
34341         5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
34342         5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
34343         5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
34344         5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
34345         5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
34346         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
34347         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
34348         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
34349         5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
34350         5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
34351         5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
34352         5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
34353         5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
34354         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
34355         5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
34356         5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
34357         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
34358         5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
34359         5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
34360         5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
34361         5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
34362         5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
34363         5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
34364         5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
34365         5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
34366         5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
34367         7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
34368         7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
34369         7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
34370         7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
34371
34372         * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
34373         a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
34374         a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
34375         a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
34376         a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
34377         a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
34378         a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
34379         a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
34380         a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
34381         a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
34382         g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
34383         g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
34384         g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
34385         g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
34386         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
34387         g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
34388         g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
34389         g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
34390         interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
34391         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
34392         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
34393         mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
34394         s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
34395         s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
34396         s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
34397         s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
34398         s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
34399         s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
34400         s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
34401         s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
34402         s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
34403         s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
34404         s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
34405         s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
34406         s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
34407         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
34408         s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
34409         s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
34410         s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
34411         s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
34412         s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
34413         s-osinte-vms.ads, s-osinte-vxworks.adb,
34414         s-osinte-vxworks.ads, s-osprim-mingw.adb,
34415         s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
34416         s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
34417         s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
34418         s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
34419         s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
34420         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
34421         s-stchop-vxworks.adb, s-taprop-dummy.adb,
34422         s-taprop-hpux-dce.adb, s-taprop-irix.adb,
34423         s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
34424         s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
34425         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
34426         s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
34427         s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
34428         s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
34429         s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
34430         s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
34431         s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
34432         s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
34433         s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
34434         s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
34435         s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
34436         s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
34437         s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
34438         s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
34439         s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
34440         symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
34441         system-hpux.ads, system-interix.ads, system-irix-n32.ads,
34442         system-irix-o32.ads, system-linux-x86_64.ads,
34443         system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
34444         system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
34445         system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
34446         system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
34447         system-vxworks-alpha.ads, system-vxworks-m68k.ads,
34448         system-vxworks-mips.ads, system-vxworks-ppc.ads,
34449         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
34450         above.
34451
34452 2004-05-13  Zack Weinberg  <zack@codesourcery.com>
34453
34454         * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
34455
34456 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
34457
34458         Merge from tree-ssa-20020619-branch.
34459
34460         * config-lang.in (boot_language, build_by_default): Set
34461         to no.
34462         * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
34463         (max_size): Add static chain op for call_expr.
34464
34465 2004-05-12  Richard Sandiford  <rsandifo@redhat.com>
34466
34467         PR target/15331
34468         * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
34469
34470 2004-05-11  Roger Sayle  <roger@eyesopen.com>
34471
34472         * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
34473         COND_EXPR.
34474
34475 2004-05-10  Doug Rupp  <rupp@gnat.com>
34476
34477         * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
34478         system.aux_dec.
34479
34480         * s-auxdec.ads: Add Short_Address subtype (moved here from System).
34481
34482         * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
34483
34484         * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
34485         Fixes undefined symbols in IA64 gnatlib.
34486
34487         * 5vinmaop.adb: Reference s-auxdec for Short_Address.
34488
34489         * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
34490         Short_Address). This will be moved to system.auxdec.
34491
34492 2004-05-10  Thomas Quinot  <quinot@act-europe.fr>
34493
34494         * sem_util.adb: Replace test for presence of a node that is always
34495         present with a call to Discard_Node.
34496
34497         * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
34498         Analyze on the library unit node after generation of distribution stub
34499         constructs.  The call was a no-op because Unit_Node has already been
34500         Analyzed, and the tree fragments for the distribution stubs are
34501         analyzed as they are inserted in Exp_Dist.
34502         Update comment regarding to distribution stubs to reflect that we
34503         do not generate stub in separate files anymore.
34504
34505         * einfo.ads: Clarify the fact that a tagged private type has the
34506         E_Record_Type_With_Private Ekind.
34507
34508         * erroutc.adb: Minor reformatting
34509
34510         * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
34511         values if line length is increased using -gnatyM (noticed during code
34512         reading).
34513
34514         * eval_fat.adb: Minor reformatting
34515         Put spaces around exponentiation operator
34516
34517 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
34518
34519         PR ada/15005
34520         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
34521         has been rewritten as an explicit dereference, retrieve type of
34522         original node to check for possibly unconstrained record type.
34523
34524 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
34525
34526         * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
34527         overriding, use the operation of the parent unconditionally.
34528
34529         * sem_ch4.adb (Remove_Address_Interpretations): Remove address
34530         operation when either operand is a literal, to avoid further
34531         ambiguities.
34532
34533         * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
34534         overridden by a previous explicit declaration, mark the previous entity
34535         as overriding.
34536
34537         * sem_disp.adb (Check_Dispatching_Operation): New predicate
34538         Is_Visibly_Controlled, to determine whether a declaration of a
34539         primitive control operation for a derived type overrides an inherited
34540         one. Add warning if the explicit declaration does not override.
34541
34542 2004-05-10  Vincent Celier  <celier@gnat.com>
34543
34544         * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
34545         some cases when the sources are no longer present.
34546
34547         * make.adb (Collect_Arguments): Fail if an external source, not part
34548         of any project need to be compiled, when switch -x has not been
34549         specified.
34550
34551         * makeusg.adb: Document new switch -x
34552
34553         * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
34554         defaulted to False.
34555
34556         * switch-m.adb (Scan_Make_Switches): New switch -x
34557
34558         * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
34559         gnatmake switch -x.
34560
34561         * gnat_ugn.texi: Document new gnatmake switch -x
34562
34563 2004-05-10  Eric Botcazou  <ebotcazou@act-europe.fr>
34564
34565         * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
34566
34567         * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
34568         (process_attributes): Likewise.
34569
34570 2004-05-10  Joel Brobecker  <brobecker@gnat.com>
34571
34572         * s-inmaop.ads: Fix spelling mistake in one of the comments.
34573
34574 2004-05-10  Robert Dewar  <dewar@gnat.com>
34575
34576         * gnat_ugn.texi: Document that for config pragma files, the maximum
34577         line length is always 32767.
34578
34579         * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
34580         literals is now allowed.
34581
34582         * gnat-style.texi: Remove statement about splitting long lines before
34583         an operator rather than after, since we do not follow this rule at all.
34584         Clarify rule (really lack of rule) for spaces around exponentiation
34585
34586         * sem_elim.adb: Allow concatenation of string literals as well as a
34587         single string literal for pragma arguments.
34588
34589         * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
34590
34591         * a-textio.adb (Terminate_Line): Do not add line feed if nothing
34592         written for append case.
34593
34594         * frontend.adb: Changes to avoid checking max line length in config
34595         pragma files.
34596
34597         * g-os_lib.ads: Minor reformatting
34598
34599         * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
34600         wrong in any case. Instead use standard value. Noticed during code
34601         reading.
34602
34603         * opt.ads (Max_Line_Length): New field, used to implement removal of
34604         limitation on length of lines when scanning config pragma files.
34605
34606         * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
34607         makeutl.ads, makeutl.adb: Minor reformatting
34608
34609         * scn.adb: Do not check line length while scanning config pragma files
34610         Do not check line length while scanning out license information
34611
34612         * scng.adb: Changes to avoid line length checks while parsing config
34613         pragma files.
34614
34615 2004-05-10  GNAT Script  <nobody@gnat.com>
34616
34617         * Make-lang.in: Makefile automatically updated
34618
34619 2004-05-05  Arnaud Charlet  <charlet@act-europe.fr>
34620
34621         * osint.adb (Find_Program_Name): Fix handling of VMS version
34622         number.
34623
34624 2004-05-05  Emmanuel Briot  <briot@act-europe.fr>
34625
34626         * g-os_lib.ads (Invalid_Time): New constant
34627
34628         * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
34629         return OS_Time instead of time_t to match what is imported by Ada.
34630         Now return -1 if the file doesn't exist, instead of a random value
34631
34632 2004-05-05  Robert Dewar  <dewar@gnat.com>
34633
34634         * usage.adb: Add line for -gnatR?s switch
34635
34636         * sem_ch13.adb, exp_ch2.adb: Minor reformatting
34637
34638         * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
34639         and for Match (Data_First, Data_last)
34640
34641         * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
34642         written when we are dealing with multi-unit files.
34643
34644 2004-05-05  Jerome Guitton  <guitton@act-europe.fr>
34645
34646         * Makefile.in: Remove unused targets and variables.
34647
34648 2004-05-05  Vincent Celier  <celier@gnat.com>
34649
34650         * switch-m.adb: New gnatmake switch -eI
34651
34652         * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
34653         of new gnatmake switch -eInnn.
34654
34655         * makegpr.adb: Take into account new parameters Index and Src_Index in
34656         Prj.Util.
34657
34658         * clean.adb: Implement support for multi-unit sources, including new
34659         switch -i.
34660
34661         * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
34662         Src_Index.
34663
34664         * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
34665         (Extract_From_Q): New out parameter Index
34666         (Mark, Is_Marked): Subprograms moved to Makeutl
34667         (Switches_Of): New parameter Source_Index
34668         (Add_Switch): New parameter Index
34669         (Check): New parameter Source_Index
34670         (Collect_Arguments): New parameter Source_Index
34671         (Collect_Arguments_And_Compile): New parameter Source_Index
34672         (Compile): New parameter Source_Index
34673         Put subprograms in alphabetical order
34674         Add support for multi-source sources, including in project files.
34675
34676         * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
34677         (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
34678         Make.
34679
34680         * makeusg.adb: New gnatmake switch -eInnn
34681
34682         * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
34683         Prj.Util.Value_Of.
34684
34685         * opt.ads (Main_Index): New variable, defaulted to 0.
34686
34687         * osint.ads, osinte.adb (Add_File): New parameter Index
34688         (Current_Source_Index): New function
34689
34690         * prj.adb: Take into account new components Index and Src_Index
34691
34692         * prj.ads (String_Element): New component Index
34693         (Variable_Value): New component Index
34694         (Array_Element): New component Src_Index
34695
34696         * prj-attr.adb: Indicate that optional index may be specified for
34697         attributes Main, Executable, Spec, Body and some of Switches.
34698
34699         * prj-attr.ads (Attribute_Kind): New values for optional indexes
34700         (Attribute_Record): New component Optional_Index
34701
34702         * prj-com.ads (File_Name_Data): New component Index
34703
34704         * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
34705
34706         * prj-env.adb (Put): Output optional index
34707
34708         * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
34709         attributes Spec and Body.
34710
34711         * prj-nmsc.adb: Process optional indexes
34712
34713         * prj-pp.adb: Ouput "at" for optional indexes
34714
34715         * prj-proc.adb: Take into account optional indexes
34716
34717         * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
34718         Optional_Index. For string literal,
34719         process optional index when Optional_Index is True.
34720         (Parse_Expresion): New Boolean parameter Optional_Index
34721
34722         * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
34723         (Set_Source_Index_Of): New procedure
34724
34725         * prj-util.adb (Executable_Of, Value_Of): Take into account optional
34726         index.
34727
34728         * prj-util.ads (Executable_Of): New parameter Index
34729         (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
34730         New parameter Src_Index, defaulted to 0.
34731
34732 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
34733
34734         PR ada/15257
34735         * sem_ch3.adb (Access_Definition): If this is an access parameter
34736         whose designated type is imported through a limited_with clause, do
34737         not add the enclosing subprogram to the list of private dependents of
34738         the type.
34739
34740 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
34741
34742         PR ada/15258
34743         * sem_ch6.adb (Base_Types_Match): True if one type is imported through
34744         a limited_with clause, and the other is its non-limited view.
34745
34746 2004-05-05  Thomas Quinot  <quinot@act-europe.fr>
34747
34748         * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
34749
34750         * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
34751         exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
34752         Stand.Boolean_Literals to produce references to entities
34753         Standard_False and Standard_True from compile-time computed boolean
34754         values.
34755
34756         * stand.ads (Boolean_Literals): New variable, provides the entity
34757         values for False and True, for use by the expander.
34758
34759 2004-05-05  Doug Rupp  <rupp@gnat.com>
34760
34761         * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
34762         5vinmaop.adb: Unchecked convert Short_Address vice Address
34763
34764         * adaint.c, raise.c: Caste CRTL function return value
34765         to avoid gcc error on 32/64 bit IVMS.
34766
34767         * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
34768         target = IA64/VMS.
34769
34770         * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
34771
34772         * 5qsystem.ads (Address): Declare as Long_Integer
34773         (Short_Address): Declare as 32 bit subtype of Address
34774         Declare  abstract address operations to avoid gratuitous ambiguities.
34775
34776 2004-05-05  Jose Ruiz  <ruiz@act-europe.fr>
34777
34778         * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
34779         instead of the old Boolean_Entry_Barriers.
34780         Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
34781
34782 2004-05-05  GNAT Script  <nobody@gnat.com>
34783
34784         * Make-lang.in: Makefile automatically updated
34785
34786 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
34787
34788         * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
34789
34790 2004-05-03  Olivier Hainque  <hainque@act-europe.fr>
34791
34792         PR ada/15152
34793         * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
34794         alone. Replacing object references by literals is inappropriate in a
34795         so low level context.
34796
34797 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
34798
34799         * a-exexpr.adb: Add comments
34800
34801 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
34802
34803         * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
34804         declare the Ancestor_Tags array in Type_Specific_Data with a small size
34805         without risking a bounds check error when accessing one of its
34806         components.
34807         (Type_Specific_Data): Define Ancestor_Tags as a small array.
34808         This prevents us from hitting a limitation during the debug info
34809         generation when using stabs.
34810
34811         * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
34812         small array.
34813         This prevents us from hitting a limitation during the debug info
34814         generation when using stabs.
34815
34816 2004-05-03  Eric Botcazou  <ebotcazou@act-europe.fr>
34817
34818         lang-specs.h: Remove -gnatz* from specs.
34819
34820 2004-05-03  Vincent Celier  <celier@gnat.com>
34821
34822         * gprmake.adb, makegpr.ads, makegpr.adb: New files.
34823
34824         * Make-lang.in, Makefile.in: Add gprmake
34825
34826 2004-05-03  Thomas Quinot  <quinot@act-europe.fr>
34827
34828         * sem_aggr.adb: Fix typo in comment.
34829
34830 2004-05-03  Robert Dewar  <dewar@gnat.com>
34831
34832         * make.adb: Minor reformatting
34833
34834         * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
34835
34836         * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
34837         so that it works when address is not a private type.
34838
34839         * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
34840         properly with rewritten unchecked conversions. This prevents
34841         order-of-elaboration issues that can otherwise arise.
34842         (Minimum_Size): Don't check size of access types under VMS
34843
34844         * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
34845         interpretations of integer literals as type System.Address.
34846
34847         * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
34848         (Is_Descendent_Of): New function
34849
34850 2004-05-03  Jose Ruiz  <ruiz@act-europe.fr>
34851
34852         * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34853         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
34854         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
34855
34856         * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
34857         of the old Max_Entry_Queue_Depth.
34858
34859         * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
34860         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
34861         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
34862
34863         * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
34864         New entry for proper handling of Max_Entry_Queue_Depth.
34865         New entry for proper handling of No_Dynamic_Interrupts.
34866
34867         * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
34868         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34869         Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
34870         the GNAT specific restriction Max_Entry_Queue_Depth.
34871         Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
34872         the GNAT specific restriction No_Dynamic_Interrupts.
34873
34874         * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
34875         instead of the old Boolean_Entry_Barriers.
34876         Use the new restriction No_Dynamic_Attachment instead of the old
34877         No_Dynamic_Interrupts.
34878
34879         * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
34880         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
34881
34882         * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
34883         of the old Max_Entry_Queue_Depth.
34884
34885 2004-05-03  GNAT Script  <nobody@gnat.com>
34886
34887         * Make-lang.in: Makefile automatically updated
34888
34889 2004-04-29  Ed Schonberg  <schonberg@gnat.com>
34890
34891         * checks.adb (Enable_Range_Check): If the prefix of an index component
34892         is an access to an unconstrained array, perform check unconditionally.
34893
34894 2004-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34895
34896         * decl.c (gnat_to_gnu_field): Also call make_packable_type if
34897         Component_Clause.
34898
34899 2004-04-29  Olivier Hainque  <hainque@act-europe.fr>
34900
34901         * init.c (__gnat_install_handler, __gnat_error_handler): Remove
34902         alternate stack setting. There was no support for the tasking cases
34903         and the changes eventually caused a number of side-effect failures in
34904         the non-tasking case too.
34905
34906 2004-04-29  Eric Botcazou  <ebotcazou@act-europe.fr>
34907
34908         lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
34909         -gnats is passed.
34910
34911 2004-04-29  Vincent Celier  <celier@gnat.com>
34912
34913         * make.adb (Gnatmake): Increase max size of argument array for
34914         gnatbind for the potential addition of -F.
34915         If there are Stand-Alone Library projects, invoke gnatbind with -F to
34916         be sure that elaboration flags will be checked.
34917
34918         * switch-c.adb: Correct call to Scan_Pos for -gnateI
34919
34920 2004-04-29  Thomas Quinot  <quinot@act-europe.fr>
34921
34922         * sem_warn.adb (Check_References): Move '<access-variable> may be
34923         null' warning out of under Warn_On_No_Value_Assigned.
34924
34925 2004-04-29  Ed Falis  <falis@gnat.com>
34926
34927         * gnat_ugn.texi: Fixed texi error
34928
34929 2004-04-29  Robert Dewar  <dewar@gnat.com>
34930
34931         * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
34932         abstract operations if they come from predefined files.
34933
34934         * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
34935         Dynamic, not RM).
34936
34937         * s-addope.adb: Correct obvious error in mod function
34938
34939 2004-04-28  Andrew W. Reynolds  <awreynolds@mac.com>
34940
34941         * Makefile.in: Add target pairs for powerpc darwin*
34942         tasking support.
34943
34944         * a-intnam-darwin.ads, s-osinte-darwin.adb,
34945         s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
34946
34947 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34948
34949         * Makefile.in: Add target macro definitions for s390*-linux*.
34950         * system-linux-s390.ads: New file.
34951         * system-linux-s390x.ads: New file.
34952
34953 2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>
34954
34955         * gnat_ugn.texi: Correct argument to @setfilename.
34956
34957 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
34958
34959         * a-exexpr.adb (Unwind_Word): New data type.
34960         (Unwind_Exception): Use it as type of Private1 and Private2.
34961
34962         * raise.c (db_action_for): Fix debug printf.
34963
34964 2004-04-27  Ed Schonberg  <schonberg@gnat.com>
34965
34966         * a-wtmoio.ads: Formal type must be a modular type, not a signed
34967         integer type.
34968
34969 2004-04-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
34970
34971         * decl.c (gnat_to_gnu_entity, case object): Call
34972         __builtin_update_setjmp_buf.
34973
34974         * gigi.h (update_setjmp_buf): Deleted.
34975         (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
34976
34977         * misc.c: (update_setjmp_buf): Deleted.
34978
34979         * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
34980         around block of RTL.
34981
34982         * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
34983
34984 2004-04-26  Thomas Quinot  <quinot@act-europe.fr>
34985
34986         * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
34987         subprogram for which no pragma All_Calls_Remote applies, store the
34988         address of the real subprogram in the underlying record type, so local
34989         dereferences do not go through the PCS.
34990
34991 2004-04-26  Robert Dewar  <dewar@gnat.com>
34992
34993         * i-c.ads: Add some type qualifications to avoid ambiguities when
34994         compiling with s-auxdec.ads and a non-private address type.
34995
34996 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
34997
34998         * Makefile.rtl: Fix error in previous check-in:
34999         Add s-addope.o to non tasking object list (rather than tasking object
35000         list).
35001
35002 2004-04-26  Javier Miranda  <miranda@gnat.com>
35003
35004         * sem_aggr.adb: Fix typo in comments
35005         (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
35006         Required to check the null-exclusion attribute.
35007
35008         * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
35009         case of anonymous access types in record and array components. For a
35010         component definition the level is the same of the enclosing composite
35011         type.
35012
35013         * sem_ch3.adb (Analyze_Component_Declaration): In case of components
35014         that are anonymous access types the level of accessibility depends on
35015         the enclosing type declaration. In order to have this information, set
35016         the scope of the anonymous access type to the enclosing record type
35017         declaration.
35018         (Array_Type_Declaration): In case of components that are anonymous
35019         access types the level of accessibility depends on the enclosing type
35020         declaration. In order to have this information, set the scope of the
35021         anonymous access type to the enclosing array type declaration.
35022
35023         * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
35024         access type.
35025
35026         * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
35027         renaming of anonymous access-to-constant types allowed if and only if
35028         the renamed object is access-to-constant.
35029
35030         * sem_util.adb (Type_Access_Level): In case of anonymous access types
35031         that are component_definition or discriminants of a nonlimited type,
35032         the level is the same as that of the enclosing component type.
35033
35034 2004-04-26  Sergey Rybin  <rybin@act-europe.fr>
35035
35036         * sem_elim.adb: Some minor code reorganization from code reading. Fix
35037         misprint in the function name (File_Name_Match).
35038
35039 2004-04-23  Laurent Guerby  <laurent@guerby.net>
35040
35041         * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
35042         install.
35043
35044 2004-04-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
35045
35046         * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
35047
35048 2004-04-23  Emmanuel Briot  <briot@act-europe.fr>
35049
35050         * adaint.c (__gnat_try_lock): No longer requires that the parent
35051         directory be writable, the directory itself is enough.
35052         (gnat_is_absolute_path): Change profile, so that the call from
35053         GNAT.OS_Lib can be made more efficient.
35054
35055         * adaint.h (gnat_is_absolute_path): Change profile, so that the call
35056         from GNAT.OS_Lib can be made more efficient.
35057
35058         * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
35059         one copy of the file name. Found by code reading.
35060
35061 2004-04-23  Vincent Celier  <celier@gnat.com>
35062
35063         * gnat_ugn.texi: Add documentation for gnatmake switch -eL
35064         Correct documentation on gnatmake switches transmitted to the compiler
35065
35066         * ali.ads: Minor comment fix
35067
35068 2004-04-23  Javier Miranda  <miranda@gnat.com>
35069
35070         * sem_ch6.adb: (Confirming Types): Code cleanup
35071
35072         * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
35073         subprogram types: E_Anonymous_Access_Subprogram_Type and
35074         E_Anonymous_Access_Protected_Subprogram_Type.
35075
35076 2004-04-23  Thomas Quinot  <quinot@act-europe.fr>
35077
35078         * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
35079         whether a pragma All_Calls_Remote applies to the subprogram on which
35080         'Access is taken.
35081         No functional change is introduced by this revision; the new parameter
35082         will be used to allow calls to local RCI subprograms to be optimized
35083         to not use the PCS in the case where no pragma All_Calls_Remote applies,
35084         as is already done in the PolyORB implementation of the DSA.
35085
35086         * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
35087         whether a pragma All_Calls_Remote applies to the subprogram on which
35088         'Access is taken.
35089         No functional change is introduced by this revision; the new parameter
35090         will be used to allow calls to local RCI subprograms to be optimized
35091         to not use the PCS in the case where no pragma All_Calls_Remote applies,
35092         as is already done in the PolyORB implementation of the DSA.
35093
35094 2004-04-23  Robert Dewar  <dewar@gnat.com>
35095
35096         * Makefile.rtl: Add entry for s-addope.o in run time library list
35097         * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
35098         * s-addope.ads, s-addope.adb: New files.
35099
35100         * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
35101         s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
35102         s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
35103         System.Address to be non-private and signed.
35104
35105         * sem_elim.adb: Minor reformatting (fairly extensive)
35106         Some minor code reorganization from code reading
35107         Add a couple of ??? comments
35108
35109 2004-04-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35110
35111         * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
35112         (tree_transform, case N_If_Statement): Remove non-determinism.
35113
35114         * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
35115
35116 2004-04-23  Sergey Rybin  <rybin@act-europe.fr>
35117
35118         * gnat_rm.texi: Small fixes in the changes made in the 'pragma
35119         Eliminate' section.
35120
35121         * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
35122         no longer used as a parameter name for Eliminate pragma).
35123
35124 2004-04-22  Laurent Guerby  <laurent@guerby.net>
35125
35126         PR optimization/14984
35127         PR optimization/14985
35128         * trans.c (gigi): Fix non determinism leading to bootstrap
35129         comparison failures.
35130
35131 2004-04-21  Pascal Obry  <obry@gnat.com>
35132
35133         * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
35134         passed to spawnvp() to properly handle program pathname with spaces on
35135         Win32.
35136
35137 2004-04-21  Emmanuel Briot  <briot@act-europe.fr>
35138
35139         * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
35140         (Allocate, Deallocate, Free_Physically): Make sure the tasks are
35141         unlocked in case of exceptions.
35142
35143 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
35144
35145         * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
35146         This function does not exist anymore.
35147
35148 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
35149
35150         * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
35151
35152         * link.c: Move variables to the __gnat name space.
35153
35154         * Makefile.in: list link.o explicitly when needed.
35155
35156         * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
35157
35158 2004-04-21  Javier Miranda  <miranda@gnat.com>
35159
35160         * einfo.adb (Original_Access_Type): New subprogram
35161         (Set_Original_Access_Type): New subprogram
35162         (Write_Field21_Name): Write the name of the new field
35163
35164         * einfo.ads (Original_Access_Type): New field present in access to
35165         subprogram types.
35166         Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
35167         E_Anonymous_Access_Protected_Subprogram_Type.
35168
35169         * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
35170         subprogram types.
35171
35172         * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
35173         to anonymous access to subprogram types.
35174
35175         * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
35176         to subprogram types.
35177
35178         * sem_ch3.adb (Access_Definition): Complete decoration of entities
35179         corresponding to anonymous access to subprogram types.
35180         (Analyze_Component_Declaration): Add new actual to the call to
35181         subprogram replace_anonymous_access_to_protected_subprogram.
35182         (Array_Type_Declaration): Add new actual to the call to subprogram
35183         replace_anonymous_access_to_protected_subprogram.
35184         (Process_Discriminants): Add new actual to the call to subprogram
35185         replace_anonymous_access_to_protected_subprogram.
35186         (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
35187
35188         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
35189         formal.
35190
35191         * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
35192         access to subprogram types.
35193
35194         * sem_util.adb (Has_Declarations): Addition of package_specification
35195         nodes.
35196
35197 2004-04-21  Ed Schonberg  <schonberg@gnat.com>
35198
35199         * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
35200         inlined flags to renamed entity only if in current unit.
35201
35202 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
35203
35204         * s-parint.ads: Add DSA implementation marker.
35205
35206         * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
35207         value of System.Partition_Interface.DSA_Implementation to determine
35208         what version of the distributed systems annex is available (no
35209         implementation, GLADE, or PolyORB).
35210
35211 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
35212
35213         * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
35214
35215 2004-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35216
35217         * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
35218         with new type if alias sets differ.
35219         Fixes ACATS c41103b.
35220
35221 2004-04-21  Vincent Celier  <celier@gnat.com>
35222
35223         * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
35224         Add array Lang_Args for the language specific compiling argument
35225         switches.
35226
35227         * gnat_ugn.texi: Explain in more details when a library is rebuilt.
35228
35229 2004-04-21  Sergey Rybin  <rybin@act-europe.fr>
35230
35231         * gnat_rm.texi: Update the descripton of the Eliminate pragma
35232         according to the recent changes in the format of the parameters of the
35233         pragma (replacing Homonym_Number with Source_Location).
35234
35235 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
35236
35237         * 5isystem.ads: Removed, unused.
35238
35239         * gnat_rm.texi: Redo 1.13 change.
35240
35241 2004-04-19  Robert Dewar  <dewar@gnat.com>
35242
35243         * s-stoele.ads: Clean up definition of Storage_Offset (the new
35244         definition is cleaner, avoids the kludge of explicit Standard operator
35245         references, and also is consistent with a visible System.Address with
35246         no visible operations.
35247
35248         * s-geveop.adb: Add declarations to avoid assumption of visible
35249         operations on type System.Address (since these might not be available
35250         if Address is a non-private type for which the operations
35251         are made abstract).
35252
35253         * sem_eval.adb: Minor reformatting
35254
35255         * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
35256         s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
35257         reformatting (new function spec format).
35258
35259         * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
35260         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
35261         s-caun64.adb: Add declarations to avoid assumption of visible
35262         operations on type System.Address (since these might not be available
35263         if Address is a non-private type for which the operations are made
35264         abstract).
35265
35266         * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
35267
35268         * exp_intr.adb: Minor comment update
35269
35270         * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
35271
35272         * 5omastop.adb: Add declarations to avoid assumption of visible
35273         operations on type System.Address (since these might not be available
35274         if Address is a non-private type for which the operations
35275         are made abstract).
35276
35277 2004-04-19  Vincent Celier  <celier@gnat.com>
35278
35279         * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
35280
35281         * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
35282         defaulted to Ada.
35283
35284         * prj-proc.adb (Process): New Boolean parameter Process_Languages,
35285         defaulted to Ada.
35286         Call Check with Process_Languages.
35287         (Check): New Boolean parameter Process_Languages. Call Recursive_Check
35288         with Process_Languages.
35289         (Recursive_Check): New Boolean parameter Process_Languages. Call
35290         Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
35291         Process_Languages.
35292
35293         * prj-proc.ads (Process): New Boolean parameter Process_Languages,
35294
35295         * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
35296         parameter Ada_Main, defaulted to True.
35297         Check for Ada specific characteristics only when Ada_Main is True.
35298
35299         * opt.ads: (Follow_Links): New Boolean flag for gnatmake
35300
35301         * prj.adb: (Project_Empty): Add new Project_Data components.
35302
35303         * prj.ads: New types and tables for non Ada languages.
35304         (Project_Data): New components Languages, Impl_Suffixes,
35305         First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
35306         Include_Path, Include_Data_Set.
35307
35308         * prj-env.ads, prj-env.adb: Minor reformatting
35309
35310         * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
35311         Put subprograms in alphabetical order
35312
35313         * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
35314         defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
35315         Opt.Follow_Links.
35316
35317         * mlib-prj.adb: Back out modification in last version, as they are
35318         incorrect.
35319         (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
35320
35321         * make.adb: (Mains): Moved to package Makeutl
35322         (Linker_Opts): Moved to package Makeutl
35323         (Is_External_Assignment): Moved to package Makeutl
35324         (Test_If_Relative_Path): Moved to package Makeutl
35325         (Gnatmake): Move sorting of linker options to function
35326         Makeutl.Linker_Options_Switches.
35327
35328         * makeutl.ads, makeutl.adb: New files.
35329
35330         * Makefile.in: Add makeutl.o to the object files for gnatmake
35331
35332         * makeusg.adb: Add line for new switch -eL.
35333
35334         * gnatls.adb (Image): New function.
35335         (Output_Unit): If in verbose mode, output the list of restrictions
35336         specified by pragmas Restrictions.
35337
35338         * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
35339         Text_IO.
35340
35341         * a-calend.adb (Split): Shift the date by multiple of 56 years, if
35342         needed, to put it in the range 1970 (included) - 2026 (excluded).
35343         (Time_Of): Do not shift Unix_Min_Year (1970).
35344         Shift the date by multiple of 56 years, if needed, to put it in the
35345         range 1970 (included) - 2026 (excluded).
35346
35347         * adaint.h, adaint.c (__gnat_set_executable): New function.
35348
35349 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35350
35351         * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
35352         and pop GC context.
35353         (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
35354         (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
35355         (tree_transform, case N_Procedure_Call_Statement): Build a tree.
35356         (tree_transform, case N_Code_Statement): Likewise.
35357         (gnat_expand_stmt, case LABEL_STMT): Don't look at
35358         LABEL_STMT_FIRST_IN_EH.
35359         (gnat_expand_stmt, case ASM_STMT): New case.
35360
35361         * utils2.c (build_unary_op): Properly set TREE_READONLY of
35362         UNCONSTRAINED_ARRAY_REF.
35363
35364         * utils.c (poplevel): Temporarily push/pop GC context around inline
35365         function expansion.
35366
35367         * decl.c (maybe_variable): Properly set TREE_READONLY of
35368         UNCONSTRAINED_ARRAY_REF.
35369         (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
35370
35371         * ada-tree.def: (ASM_STMT): New.
35372
35373         * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
35374         (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
35375         ASM_STMT_INPUT): New.
35376         (ASM_STMT_CLOBBER): Likewise.
35377
35378 2004-04-19  Thomas Quinot  <quinot@act-europe.fr>
35379
35380         * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
35381         general rcheck mechanism to raise Program_Error for E.4(18), instead
35382         of a custom raiser in System.Partition_Interface.
35383         Part of general cleanup work before PolyORB integration.
35384
35385         * snames.ads, snames.adb: Add new runtime library entities and names
35386         for PolyORB DSA.
35387
35388         * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
35389         exp_dist.
35390         (Build_Subprogram_Id): New subprogram provided by exp_dist
35391         Code reorganisation in preparation for PolyORB integration.
35392
35393         * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
35394         exp_dist.
35395         (Build_Subprogram_Id): New subprogram provided by exp_dist
35396
35397         * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
35398         actual parameter types for call to dereference of an
35399         access-to-subprogram type.
35400
35401         * rtsfind.ads: Add new runtime library entities and names for PolyORB
35402         DSA.
35403
35404         * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
35405         instead, which has the same behaviour here since we never pass it a
35406         NULL pointer.
35407
35408         * link.c (run_path_option, Solaris case): Use -Wl, as for other
35409         platforms.
35410
35411         * Makefile.in: adjust object file lists for gnatlink and gnatmake
35412         to account for new dependency upon Interfaces.C.Strings + link.o
35413         For x86 FreeBSD, use 86numaux.
35414
35415         * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
35416         from Mlib.Tgt to Mlib.
35417
35418         * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
35419         target-independent.
35420
35421         * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
35422         target-specific versions of this subprogram, now implemented as a
35423         target-independent function in Mlib.
35424
35425         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
35426         5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
35427         (Linker_Library_Path_Option): Remove target-specific versions of this
35428         subprogram, now implemented as a target-independent function in Mlib.
35429
35430         * atree.adb: (Allocate_Initialize_Node): New subprogram.
35431         Factors out node table slots allocation.
35432         (Fix_Parents): New subprogram.
35433         Encapsulate the pattern of fixing up parent pointers for syntactic
35434         children of a rewritten node.
35435         (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
35436         (Rewrite): Use New_Copy when creating saved copy of original node.
35437         (Replace): Use Copy_Node to copy nodes.
35438
35439 2004-04-19  Javier Miranda  <miranda@gnat.com>
35440
35441         * sprint.adb (Sprint_Node_Actual): Give support to the new
35442         Access_To_Subprogram node available in Access_Definition nodes. In
35443         addition, give support to the AI-231 node fields: null-exclusion,
35444         all-present, constant-present.
35445
35446         * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
35447
35448         * sinfo.ads, sinfo.adb:
35449         New field Access_To_Subprogram_Definition in Access_Definition nodes
35450
35451         * sem_ch6.adb (Process_Formals): Move here the code that creates and
35452         decorates internal subtype declaration corresponding to the
35453         null-excluding formal. This code was previously in Set_Actual_Subtypes.
35454         In addition, carry out some code cleanup on this code. In case of
35455         access to protected subprogram call
35456         Replace_Anonymous_Access_To_Protected_Subprogram.
35457         (Set_Actual_Subtypes): Code cleanup.
35458
35459         * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
35460         Find_Type in case of anonymous access renamings. Add warning in case of
35461         null-excluding attribute used in anonymous access renaming.
35462
35463         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
35464         subprogram
35465
35466         * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
35467         subprogram.
35468         (Access_Definition): In case of anonymous access to subprograms call
35469         the corresponding semantic routine to decorate the node.
35470         (Access_Subprogram_Declaration): Addition of some comments indicating
35471         some code that probably should be added here. Detected by comparison
35472         with the access_definition subprogram.
35473         (Analyze_Component_Declaration): In case of access to protected
35474         subprogram call Replace_Anonymous_Access_To_Protected.
35475         (Array_Type_Declaration): In case of access to protected subprogram call
35476         Replace_Anonymous_Access_To_Protected_Subprogram.
35477         (Process_Discriminants): In case of access to protected subprogram call
35478         Replace_Anonymous_Access_To_Protected_Subprogram.
35479
35480         * par.adb (P_Access_Definition): New formal that indicates if the
35481         null-exclusion part was present.
35482         (P_Access_Type_Definition): New formal that indicates if the caller has
35483         already parsed the null-excluding part.
35484
35485         * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
35486         (P_Identifier_Declarations): Code cleanup and give support to renamings
35487         of anonymous access to subprogram types.
35488         (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
35489         (P_Array_Type_Definition): Give support to AI-254.
35490         (P_Component_Items): Give support to AI-254.
35491         (P_Access_Definition): New formal that indicates if the header was
35492         already parsed by the caller.
35493         (P_Access_Type_Definition): New formal that indicates if the caller has
35494         already parsed the null-excluding part.
35495
35496         * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
35497         call to P_Access_Definition.
35498
35499 2004-04-19  Geert Bosch  <bosch@gnat.com>
35500
35501         * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
35502         the delicate semantics of floating-point to integer conversion.
35503         (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
35504
35505         * eval_fat.adb (Machine_Mantissa): Moved to spec.
35506         (Machine_Radix): New function.
35507
35508         * eval_fat.ads (Machine_Mantissa): Moved from body for use in
35509         conversion checks.
35510         (Machine_Radix): New function also for use in conversion checks.
35511
35512 2004-04-19  Ed Schonberg  <schonberg@gnat.com>
35513
35514         * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
35515
35516         * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
35517         to decorate the access-to-protected subprogram and the equivalent type.
35518
35519         * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
35520         to anonymous access to subprogram types.
35521
35522         * exp_ch4.adb (Expand_N_In): Preserve Static flag before
35523         constant-folding, for legality checks in contexts that require an RM
35524         static expression.
35525
35526         * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
35527         temporary but stack checking is not enabled, increment serial number
35528         to so that symbol generation is consistent with and without stack
35529         checking.
35530
35531         * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
35532         independent on whether stack checking is enabled, caller must check
35533         the corresponding flag.
35534
35535         * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
35536         range checks.
35537         (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
35538         parent if it has discriminants.
35539         (Build_Derived_Private_Type): Constructed full view does
35540         not come from source.
35541         (Process_Discriminants): Default discriminants on a tagged type are
35542         legal if this is the internal completion of a private untagged
35543         derivation.
35544
35545         * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
35546         no constraint checks, because it corresponds to an existing object.
35547
35548         * sem_prag.adb (Process_Convention): Pragma applies
35549         only to subprograms in the same declarative part, i.e. the same unit,
35550         not the same scope.
35551
35552         * sem_res.adb (Valid_Conversion): In an instance or inlined body,
35553         ignore type mismatch on a numeric conversion if expression comes from
35554         expansion.
35555
35556 2004-04-19  Sergey Rybin  <rybin@act-europe.fr>
35557
35558         * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
35559         Homonym_Number parameter, add processing for Source_Location parameter
35560         corresponding.
35561         (Check_Eliminated): Remove the check for homonym numbers, add the check
35562         for source location traces.
35563
35564         * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
35565         with Arg_Source_Location corresponding to the changes in the format of
35566         the pragma.
35567
35568         * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
35569         Eliminate pragma corresponding to the changes in the format of the
35570         pragma: Homonym_Number is replaced with Source_Location, two ways of
35571         distinguishing homonyms are mutially-exclusive.
35572
35573 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
35574
35575         * get_targ.ads (Get_No_Dollar_In_Label): Remove.
35576
35577         * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
35578         No_Dollar_In_Label, no longer necessary, as it is always True.
35579         (Strip_Suffixes): Likewise.
35580
35581 2004-04-19  Gary Dismukes  <dismukes@gnat.com>
35582
35583         * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
35584         modulus for compatibility with size clause on targets with 16-bit
35585         Integer.
35586
35587         * layout.adb (Discrimify): In the case of private types, set Vtyp to
35588         full type to fix type mismatches on calls to size functions for
35589         discriminant-dependent array components.
35590
35591 2004-04-19  Jerome Guitton  <guitton@act-europe.fr>
35592
35593         * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
35594         lib.
35595
35596 2004-04-19  Pascal Obry  <obry@gnat.com>
35597
35598         * mdll-utl.adb (Locate): New version is idempotent.
35599
35600 2004-04-17  Laurent Guerby  <laurent@guerby.net>
35601
35602         PR ada/14988 (partial)
35603         * impunit.adb: Fix typo.
35604
35605 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
35606
35607         * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
35608         and install-rts-cert targets.  Remove all gnatlib and gnattools
35609         targets and all other rts-* targets (moved to libada).  Remove (now)
35610         unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
35611         TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
35612
35613 2004-04-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35614
35615         * trans.c (tree_transform): Shortcut returning error_mark_node for
35616         statements in annotate_only_mode.
35617         (tree_transform, case N_Label, case N_Return_Statement,
35618         N_Goto_Statement): Make statement tree instead of generating code.
35619         (tree_transform, case N_Assignment_Statement): No longer check
35620         type_annotate_only.
35621         (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
35622         RETURN_STMT): New.
35623         (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
35624         New fcns.
35625         (gnat_to_gnu): Collect any RTL generated and deal with it.
35626         (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
35627         (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
35628         (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
35629
35630         * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
35631
35632         * ada-tree.def (EXPR_STMT): Fix typo in name.
35633         (BLOCK_STMT, IF_STMT): New nodes.
35634
35635         * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
35636         LABEL_STMT_FIRST_IN_EH): New macros.
35637         (RETURN_STMT_EXPR): Likewise.
35638
35639         * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
35640         IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
35641
35642 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
35643
35644         * atree.ads: Correct documentation on extended nodes.
35645
35646         * link.c: Set run_path_option for FreeBSD.
35647
35648 2004-04-08  Vincent Celier  <celier@gnat.com>
35649
35650         * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
35651         one of the ALI file, do not link with DEC lib.
35652
35653         * par.adb Remove the last two characters ("%s" or "%b") when checking
35654         if a language defined unit may be recompiled.
35655
35656 2004-04-08  Ed Schonberg  <schonberg@gnat.com>
35657
35658         * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
35659         removal of abstract operation leaves no possible interpretation for
35660         expression.
35661
35662         * sem_eval.adb (Eval_Qualified_Expression): Use
35663         Set_Raises_Constraint_Error on node when needed, so that it does not
35664         get optimized away by subsequent optimizations.
35665
35666         * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
35667         operands even when they are not wrapped in a type conversion.
35668
35669 2004-04-08  Olivier Hainque  <hainque@act-europe.fr>
35670
35671         * sem_prag.adb (Set_Exported): Warn about making static as result of
35672         export only when the export is coming from source. This may be not
35673         be true e.g. on VMS where we expand export pragmas for exception codes
35674         together with imported or exported exceptions, and we don't want the
35675         user to be warned about something he didn't write.
35676
35677 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
35678
35679         * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
35680         duplication between normal entities and those declared as renamings.
35681         No functional change.
35682
35683         * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
35684         inline functions returning an unconstrained result.
35685
35686 2004-04-08  Eric Botcazou  <ebotcazou@act-europe.fr>
35687
35688         * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
35689         conform to what other front-ends do.
35690
35691 2004-04-08  Doug Rupp  <rupp@gnat.com>
35692
35693         * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
35694         libraries.
35695
35696 2004-04-06  Pascal Obry  <obry@gnat.com>
35697
35698         * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
35699
35700         * osint.adb (Program_Name): Do not look past a directory separator.
35701
35702 2004-04-06  Thomas Quinot  <quinot@act-europe.fr>
35703
35704         * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
35705
35706         * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
35707         requirement for preserving a copy of the original assignment node.
35708
35709         * sinfo.ads: Update comment (Original_Tree -> Original_Node).
35710
35711 2004-04-06  Olivier Hainque  <hainque@act-europe.fr>
35712
35713         (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
35714         when supported.
35715
35716 2004-04-06  Ed Schonberg  <schonberg@gnat.com>
35717
35718         * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
35719         operator calls in functional notation, and apply
35720         Universal_Interpretation to operands, not to their type.
35721
35722 2004-04-06  Robert Dewar  <dewar@gnat.com>
35723
35724         * 5wdirval.adb: Minor reformatting
35725
35726 2004-04-06  Ed Falis  <falis@gnat.com>
35727
35728         * gnat_rm.texi: Improve a reference to the GCC manual
35729
35730 2004-04-05  Vincent Celier  <celier@gnat.com>
35731
35732         * adaint.h, adaint.c: Add function __gnat_named_file_length
35733
35734         * impunit.adb: Add Ada.Directories to the list
35735
35736         * Makefile.in: Add VMS and Windows versions of
35737         Ada.Directories.Validity package body.
35738
35739         * Makefile.rtl: Add a-direct and a-dirval
35740
35741         * mlib-tgt.ads: Minor comment update.
35742
35743         * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
35744         a-direct.ads, a-direct.adb: New files.
35745
35746 2004-04-05  Vincent Celier  <celier@gnat.com>
35747
35748         PR ada/13620
35749         * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
35750         just to the compiler.
35751
35752 2004-04-05  Robert Dewar  <dewar@gnat.com>
35753
35754         * a-except.adb (Exception_Name_Simple): Make sure lower bound of
35755         returned string is 1.
35756
35757         * ali-util.adb: Use proper specific form for Warnings (Off, entity)
35758
35759         * eval_fat.ads: Minor reformatting
35760
35761         * g-curexc.ads: Document that lower bound of returned string values
35762         is always one.
35763
35764         * gnatlink.adb: Add ??? comment for previous change
35765         (need to document why this is VMS specific)
35766
35767         * s-stoele.ads: Minor reformatting
35768
35769         * tbuild.ads: Minor reformatting throughout (new function specs)
35770
35771         * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
35772         after WITH.
35773
35774         * scng.adb: Minor reformatting
35775
35776 2004-04-05  Geert Bosch  <bosch@gnat.com>
35777
35778         * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
35779         (Leading_Part): Still perform truncation to machine number if the
35780         specified radix_digits is greater or equal to machine_mantissa.
35781
35782 2004-04-05  Javier Miranda  <miranda@gnat.com>
35783
35784         * par-ch3.adb: Complete documentation of previous change
35785         Correct wrong syntax documentation of the OBJECT_DECLARATION rule
35786         (aliased must appear before constant).
35787
35788         * par-ch4.adb: Complete documentation of previous change.
35789
35790         * par-ch6.adb: Complete documentation of previous change.
35791
35792         * sinfo.ads: Fix typo in commment.
35793
35794 2004-04-05  Ed Schonberg  <schonberg@gnat.com>
35795
35796         * sem_ch3.adb (Inherit_Components): If derived type is private and has
35797         stored discriminants, use its discriminants to constrain parent type,
35798         as is done for non-private derived record types.
35799
35800         * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
35801         Ada 2005 AI-310: an abstract non-dispatching operation is not a
35802         candidate interpretation in an overloaded call.
35803
35804         * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
35805         expression is Null and target type is not an access type (e.g. a
35806         non-private address type).
35807
35808 2004-04-05  Thomas Quinot  <quinot@act-europe.fr>
35809
35810         * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
35811         statement whose right-hand side is an inlined call, save a copy of the
35812         original assignment subtree to preserve enough consistency for
35813         Analyze_Assignment to proceed.
35814
35815         * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
35816         complete assignment subtree which is now unnecessary, as the expansion
35817         of inlined call has been improved to preserve a consistent assignment
35818         tree.  Note_Possible_Modification must be called only
35819         after checks have been applied, or else unnecessary checks will
35820         be generated.
35821
35822         * sem_util.adb (Note_Possible_Modification): Reorganise the handling
35823         of explicit dereferences that do not Come_From_Source:
35824          - be selective on cases where we must go back to the dereferenced
35825            pointer (an assignment to an implicit dereference must not be
35826            recorded as modifying the pointer);
35827          - do not rely on Original_Node being present (Analyze_Assignment
35828            calls Note_Possible_Modification on a copied tree).
35829
35830         * sem_warn.adb (Check_References): When an unset reference to a pointer
35831         that is never assigned is encountered, prefer '<pointer> may be null'
35832         warning over '<pointer> is never assigned a value'.
35833
35834 2004-04-05  Ramon Fernandez  <fernandez@gnat.com>
35835
35836         * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
35837         the ABI.
35838
35839 2004-04-05  Olivier Hainque  <hainque@act-europe.fr>
35840
35841         * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
35842         libexc. We currently don't reference anything in this library and
35843         linking it in triggers linker warnings we don't want to see.
35844
35845         * init.c: Update comments.
35846
35847 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35848
35849         * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
35850         * utils.c (create_field_decl): Likewise.
35851         * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
35852
35853 2004-04-02  Arnaud Charlet  <charlet@act-europe.fr>
35854
35855         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
35856         Replace ifinfo by ifnottex, to make makeinfo --html happy again.
35857         Add info directory entry and category.
35858
35859 2004-04-02  Jan Hubicka  <jh@suse.cz>
35860
35861         * utils.c: Include function.h
35862         (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
35863
35864 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
35865
35866         PR ada/14150
35867         * Make-lang.in: Clean up generation of documentation
35868
35869         * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
35870
35871         * xgnatug.adb: Removed, replaced by xgnatugn.adb
35872
35873         * xgnatugn.adb: Replaces xgnatug.adb
35874
35875         * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
35876
35877         * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
35878
35879         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
35880         gnat_ug_wnt.texi: Removed.
35881
35882 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
35883
35884         * utils2.c: Update copyright notice.
35885
35886 2004-04-01  Robert Dewar  <dewar@gnat.com>
35887
35888         * checks.adb: Minor reformatting throughout
35889         Note that prev checkin added RM reference to alignment warning
35890
35891 2004-04-01  Ed Schonberg  <schonberg@gnat.com>
35892
35893         * exp_aggr.adb (Get_Component_Val): Treat a string literal as
35894         non-static when building aggregate for bit-packed array.
35895
35896         * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
35897         function call that is itself the actual in a procedure call, build
35898         temporary for it.
35899
35900         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
35901         a string literal, create a temporary for it, constant folding only
35902         handles scalars here.
35903
35904 2004-04-01  Vincent Celier  <celier@gnat.com>
35905
35906         * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
35907         Error_Msg_SP): New empty procedures to instantiate the Scanner.
35908         (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
35909         tokens.
35910         (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
35911         (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
35912         and get the checksum.
35913
35914         * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
35915         already in the Q.
35916         Increase the Marking_Label at the end of the Multiple_Main_Loop,
35917         instead of at the beginning.
35918
35919         * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
35920         directly.
35921         (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
35922         on VMS.
35923
35924         * osint.ads (Multi_Unit_Index_Character): New Character global variable
35925
35926         * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
35927         not '~' directly.
35928
35929         * par.adb: Remove test on file name to detect language defined units.
35930         Add test on unit name, after parsing, to detect language defined units
35931         that are not compiled with -gnatg (except System.RPC and its children)
35932
35933         * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
35934         following units without style checking.
35935
35936         * switch-c.adb: Change -gnatC to -gnateI
35937
35938         * usage.adb: Document new switch -gnateInnn
35939
35940         * scng.adb (Accumulate_Token_Checksum): New procedure
35941         (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
35942         word or literal number.
35943         (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
35944         numbers.
35945
35946 2004-04-01  Thomas Quinot  <quinot@act-europe.fr>
35947
35948         * a-tasatt.adb,
35949         g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
35950         switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
35951         5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
35952         5vtpopde.adb: Add missing 'constant' keywords.
35953
35954 2004-04-01  Javier Miranda  <miranda@gnat.com>
35955
35956         * par-ch4.adb: (P_Allocator): Code cleanup
35957
35958         * sem_ch3.adb (Access_Definition): Properly set the null-excluding
35959         attribute.
35960
35961         * sinfo.ads: Complete documentation of previous change
35962
35963 2004-04-01  Pascal Obry  <obry@gnat.com>
35964
35965         * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
35966         only on VMS.  This special handling was done because an old GNU/ld bug
35967         on Windows which has been fixed.
35968
35969 2004-04-01  GNAT Script  <nobody@gnat.com>
35970
35971         * Make-lang.in: Makefile automatically updated
35972
35973 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
35974
35975         * decl.c (gnat_to_gnu_entity, make_type_from_size):
35976         Use TYPE_UNSIGNED, not TREE_UNSIGNED.
35977         * trans.c (tree_transform, convert_with_check): Likewise.
35978         * utils.c (gnat_signed_or_unsigned_type): Likewise.
35979         (build_vms_descriptor, unchecked_convert): Likewise.
35980         * utils2.c (nonbinary_modular_operation): Likewise.
35981
35982 2004-03-29  Javier Miranda  <miranda@gnat.com>
35983
35984         * checks.adb (Null_Exclusion_Static_Checks): New subprogram
35985         (Install_Null_Excluding_Check): Local subprogram that determines whether
35986         an access node requires a runtime access check and if so inserts the
35987         appropriate run-time check.
35988         (Apply_Access_Check): Call Install_Null_Excluding check if required
35989         (Apply_Constraint_Check): Call Install_Null_Excluding check if required
35990
35991         * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
35992
35993         * einfo.ads: Fix typo in comment
35994
35995         * exp_ch3.adb (Build_Assignment): Generate conversion to the
35996         null-excluding type to force the corresponding run-time check.
35997         (Expand_N_Object_Declaration): Generate conversion to the null-excluding
35998         type to force the corresponding run-time check.
35999
36000         * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
36001         the null-excluding type to force the corresponding run-time check.
36002
36003         * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
36004         case of access types unless they have the null-excluding attribute.
36005
36006         * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
36007         part.
36008
36009         * exp_util.ads: Fix typo in comment
36010
36011         * par.adb (P_Null_Exclusion): New subprogram
36012         (P_Subtype_Indication): New formal that indicates if the null-excluding
36013         part has been scanned-out and it was present
36014
36015         * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
36016
36017         * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
36018         (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
36019         type to force the corresponding run-time check
36020         (Resolve_Aggregate): Propagate the null-excluding attribute to the array
36021         components
36022         (Resolve_Array_Aggregate): Carry out some static checks
36023         (Resolve_Record_Aggregate.Get_Value): Carry out some static check
36024
36025         * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
36026         attribute must be set only if specified by means of the null-excluding
36027         part. In addition, we must also propagate the access-constant attribute
36028         if present.
36029         (Access_Subprogram_Declaration, Access_Type_Declaration,
36030         Analyze_Component_Declaration, Analyze_Object_Declaration,
36031         Array_Type_Declaration, Process_Discriminants,
36032         Analyze_Subtype_Declaration): Propagate the null-excluding attribute
36033         and carry out some static checks.
36034         (Build_Derived_Access_Type): Set the null-excluding attribute
36035         (Derived_Type_Declaration, Process_Subtype): Carry out some static
36036         checks.
36037
36038         * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
36039
36040         * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
36041
36042         * sem_ch6.adb (Process_Formals): Carry out some static checks.
36043         (Set_Actual_Subtypes): Generate null-excluding subtype if the
36044         null-excluding part was present; it is not required to be done here in
36045         case of anonymous access types.
36046         (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
36047         value.
36048
36049         * sem_res.adb (Resolve_Actuals): Carry out some static check
36050         (Resolve_Null): Allow null in anonymous access
36051
36052         * sinfo.adb: New subprogram Null_Exclusion_Present
36053         All_Present and Constant_Present available on access_definition nodes
36054
36055         * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
36056         object_declaration, derived_type_definition, component_definition,
36057         discriminant_specification, access_to_object_definition,
36058         access_function_definition, allocator, access_procedure_definition,
36059         access_definition, parameter_specification, All_Present and
36060         Constant_Present flags available on access_definition nodes.
36061
36062 2004-03-29  Robert Dewar  <dewar@gnat.com>
36063
36064         * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
36065         gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
36066         opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
36067         par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
36068         sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
36069         sem_prag.adb: Updates to handle multiple units/file
36070
36071         * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
36072
36073         * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
36074         sem_util.adb: Minor reformatting
36075
36076         * sem_ch12.adb: Add comment for previous change
36077
36078 2004-03-29  Laurent Pautet  <pautet@act-europe.fr>
36079
36080         * osint.adb (Executable_Prefix): Set Exec_Name to the current
36081         executable name when not initialized. Otherwise, use its current value.
36082
36083         * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
36084         initialize it to another executable name than the current one. This
36085         allows to configure paths for an executable name (gnatmake) different
36086         from the current one (gnatdist).
36087
36088 2004-03-29  Ed Schonberg  <schonberg@gnat.com>
36089
36090         * exp_ch6.adb (Expand_Call): A call to a function declared in the
36091         current unit cannot be inlined if it appears in the body of a withed
36092         unit, to avoid order of elaboration problems in gigi.
36093
36094         * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
36095         information for protected (wrapper) operation as well, to simplify gdb
36096         use.
36097
36098         * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
36099         protected body, indicate that the entity for the generated spec comes
36100         from source, to ensure that references are properly generated for it.
36101         (Build_Body_To_Inline): Do not inline a function that returns a
36102         controlled type.
36103
36104         * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
36105         apply convention to homonyms that are declared explicitly.
36106
36107         * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
36108         that renames an equality operator and the operands are overloaded,
36109         resolve them with the declared formal types, before rewriting as an
36110         operator.
36111
36112 2004-03-29  GNAT Script  <nobody@gnat.com>
36113
36114         * Make-lang.in: Makefile automatically updated
36115
36116 2004-03-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
36117
36118         * memtrack.adb: Log realloc calls, which are treated as free followed
36119         by alloc.
36120
36121 2004-03-25  Vincent Celier  <celier@gnat.com>
36122
36123         * prj-makr.adb (Process_Directories): Detect when a file contains
36124         several units. Do not include such files in the config pragmas or
36125         in the naming scheme.
36126
36127         * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
36128         Resolve links only when not in Trusted_Mode.
36129         (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
36130         Do not resolve links for the display names.
36131
36132         * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
36133         resolve links when computing the display names.
36134
36135 2004-03-25  Thomas Quinot  <quinot@act-europe.fr>
36136
36137         * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
36138         attribute reference does not denote a subtype, it can be any
36139         expression that has a classwide type, potentially after an implicit
36140         dereference.  In particular, the prefix can be a view conversion for
36141         a classwide type (for which Is_Object_Reference holds), but it can
36142         also be a value conversion for an access-to-classwide type. In the
36143         latter case, there is an implicit dereference, and the original node
36144         for the prefix does not verify Is_Object_Reference.
36145
36146         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
36147         conversion of a discriminant-dependent component of a mutable object
36148         is one itself.
36149
36150 2004-03-25  Ed Schonberg  <schonberg@gnat.com>
36151
36152         * freeze.adb (Freeze_Entity): When an inherited subprogram is
36153         inherited, has convention C, and has unconstrained array parameters,
36154         place the corresponding warning on the derived type declaration rather
36155         than the original subprogram.
36156
36157         * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
36158         indication on renaming declaration, if formal has a box and actual
36159         is absent.
36160
36161         * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
36162         determine whether to generate an implicit or explicit reference to
36163         the renamed entity.
36164
36165         * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
36166         subprogram renaming comes from a defaulted formal subprogram in an
36167         instance.
36168
36169 2004-03-25  Gary Dismukes  <dismukes@gnat.com>
36170
36171         * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
36172         value expressions to ensure that calls within a component definition
36173         will be checked (since those are evaluated during the record type's
36174         elaboration).
36175
36176 2004-03-25  Arnaud Charlet  <charlet@act-europe.fr>
36177
36178         * s-tpobop.adb: Code clean up:
36179         (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
36180         code.
36181         (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
36182
36183 2004-03-25  Jose Ruiz  <ruiz@act-europe.fr>
36184
36185         * Makefile.in: Clean up in the ravenscar run time.
36186
36187 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36188
36189         * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
36190         of No_Strict_Aliasing to build_pointer_type_for_mode.
36191         * utils.c (update_pointer_to): Walk pointer and ref chains.
36192
36193 2004-03-22  Cyrille Comar  <comar@act-europe.fr>
36194
36195         * ali.ads: Fix Comment about Dynamic_Elab.
36196
36197         * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
36198         Has_RACW, Is_Generic, etc.)
36199         (Output_Object, Gnatls): Take into account ALI files not attached to
36200         an object.
36201
36202 2004-03-22  Vincent Celier  <celier@gnat.com>
36203
36204         * gprep.adb: Change all String_Access to Name_Id
36205         (Is_ASCII_Letter): new function
36206         (Double_File_Name_Buffer): New procedure
36207         (Preprocess_Infile_Name): New procedure
36208         (Process_Files): New procedure
36209         (Gnatprep): Check if output and input are existing directories.
36210         Call Process_Files to do the real job.
36211
36212 2004-03-22  Robert Dewar  <dewar@gnat.com>
36213
36214         * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
36215         s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
36216
36217 2004-03-22  Sergey Rybin  <rybin@act-europe.fr>
36218
36219         * scn.adb (Contains): Add check for EOF, is needed for a degenerated
36220         case when the source contains only comments.
36221
36222 2004-03-22  Ed Schonberg  <schonberg@gnat.com>
36223
36224         * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
36225         declaration for a child subprogram body that acts as a spec, indicate
36226         that the entity in the declaration needs debugging information.
36227
36228         * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
36229         full view if the subtype is created for a constrained record component;
36230         gigi has enough information to construct the record, and there is no
36231         place in the tree for the declaration.
36232
36233         * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
36234         serial number for the dummy body that is built for analysis, to avoid
36235         inconsistencies in the generation of internal names when compiling
36236         with -gnatN.
36237
36238 2004-03-22  Thomas Quinot  <quinot@act-europe.fr>
36239
36240         * sem_util.adb (Is_Object_Reference): A view conversion denotes an
36241         object.
36242
36243 2004-03-22  GNAT Script  <nobody@gnat.com>
36244
36245         * Make-lang.in: Makefile automatically updated
36246
36247 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36248
36249         * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
36250         * trans.c (tree_transform, emit_index_check): Likewise.
36251         * utils.c (build_template): Likewise.
36252         (max_size, convert): Remove handling of WITH_RECORD_EXPR.
36253         (maybe_unconstrained_array, unchecked_convert): Likewise.
36254         * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
36255         (build_unary_op): Likewise.
36256         (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
36257         (fill_vms_descriptor): Likewise.
36258         (build_call_alloc_dealloc): Likewise.
36259         ALIGN is unsigned.
36260         * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
36261
36262 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
36263
36264         PR other/14630
36265         * gnat_ug.texi: Add info directory category and entry.
36266         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
36267         gnat_ug_wnt.texi: Regenerate.
36268
36269 2004-03-19  Arnaud Charlet  <charlet@act-europe.fr>
36270
36271         * ada-tree.h: Update copyright notice.
36272         Minor reformatting.
36273
36274 2004-03-19  Olivier Hainque  <hainque@act-europe.fr>
36275
36276         * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
36277         as regular exception objects and not as mere integers representing the
36278         condition code.  The latter approach required some dynamics to mask off
36279         severity bits, which did not fit well into the GCC table based model.
36280         (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
36281         exception data objects. We don't it and it would conflict with the other
36282         external symbol we have to generate for such exceptions.
36283
36284         * trans.c (tree_transform, case N_Exception_Handler): Remove part of
36285         the special code for VMS exceptions, since these are now represented
36286         as regular exceptions objects.
36287
36288 2004-03-19 Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36289
36290         * decl.c (debug_no_type_hash): Remove.
36291         (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
36292         * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
36293
36294 2004-03-19  Laurent Guerby  <laurent@guerby.net>
36295
36296         * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
36297         aggregate, allows bootstrap from 3.3 on powerpc-darwin.
36298
36299 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36300
36301         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
36302         (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
36303         (TYPE_RM_SIZE_INT): Directly use type.values.
36304         (TREE_LOOP_ID): Clean up check.
36305         * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
36306         TYPE_VALUES, not TYPE_FIELDS.
36307         * trans.c (convert_with_check): Delay access of bounds of basetype
36308         until sure is numeric.
36309
36310 2004-03-18  Arnaud Charlet  <charlet@act-europe.fr>
36311
36312         * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
36313
36314         Code clean up:
36315         * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
36316         5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
36317         Specific.Set instead of direct call to e.g pthread_setspecific.
36318
36319 2004-03-18  Thomas Quinot  <quinot@act-europe.fr>
36320
36321         * adaint.c: Update comments.
36322
36323         * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
36324         GNATLIB_SHARED for FreeBSD.
36325
36326 2004-03-18  Jose Ruiz  <ruiz@act-europe.fr>
36327
36328         * init.c [VxWorks]: Do not fix the stack size for the environment task.
36329         When needed (stack checking) the stack size is retrieved
36330         from the VxWorks kernel.
36331
36332         * Makefile.in: Flag -nostdinc is required when building the run time
36333         for avoiding looking for files in the base compiler.
36334         Add the VxWorks specific version of the package body for
36335         System.Stack_checking.Operations (5zstchop.adb).
36336
36337         * Make-lang.in: Add the object file for
36338         System.Stack_Checking.Operations.
36339
36340         * Makefile.rtl: Add object file for the package
36341         System.Stack_Checking.Operations.
36342
36343         * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
36344
36345         * s-stache.ads, s-stache.adb: Move the operations related to stack
36346         checking from this package to package System.Stack_Checking.Operations.
36347         This way, stack checking operations are only linked in the final
36348         executable when using the -fstack-check flag.
36349
36350 2004-03-18  Doug Rupp  <rupp@gnat.com>
36351
36352         * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
36353         Reorganize ifeq's.
36354
36355         * 5qsystem.ads, 5xcrtl.ads: New files.
36356
36357 2004-03-18  Vincent Celier  <celier@gnat.com>
36358
36359         * prj.adb (Reset): Reset hash table Files_Htable
36360
36361         * prj-env.adb (Source_Paths, Object_Paths): New tables.
36362         (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
36363         the procedures Add_To_Path_File.
36364         (Set_Ada_Paths): Accumulate source and object dirs in the tables,
36365         making sure that each directory is present only once and, for object
36366         dirs, when a directory already present is added, the duplicate is
36367         removed and the directory is always put as the last in the table.
36368         Write the path files at the end of these accumulations.
36369
36370         * prj-nmsc.adb (Record_Source): Add source file name in hash table
36371         Files_Htable for all sources.
36372
36373         * prj-proc.adb (Process): Remove restrictions between not directly
36374         related extending projects.
36375
36376 2004-03-18  Emmanuel Briot  <briot@act-europe.fr>
36377
36378         * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
36379         (Find_Sources): Minor speed optimization.
36380
36381         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
36382         parameter Trusted_Mode.
36383
36384 2004-03-18  Sergey Rybin  <rybin@act-europe.fr>
36385
36386         * scn.adb (Determine_License): Take into account a degenerated case
36387         when the source contains only comments.
36388
36389 2004-03-18  Ed Schonberg  <schonberg@gnat.com>
36390
36391         * sem_warn.adb (Check_References): For a warning on a selected
36392         component that does not come from source, locate an uninitialized
36393         component of the record type to produce a more precise error message.
36394
36395 2004-03-15  Jerome Guitton  <guitton@act-europe.fr>
36396
36397         * 3zsoccon.ads: Fix multicast options.
36398
36399         * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
36400         in the spec.
36401
36402 2004-03-15  Robert Dewar  <dewar@gnat.com>
36403
36404         * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
36405         pragma used for a private type.
36406
36407         * lib-xref.adb (Generate_Reference): Do not generate warning if
36408         reference is in a different unit from the pragma Unreferenced.
36409
36410         * 5vtpopde.adb: Minor reformatting
36411         Fix casing of To_Task_ID
36412
36413         * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
36414         flag if we have an unchecked conversion to an access type in the same
36415         unit.
36416
36417 2004-03-15  Geert Bosch  <bosch@gnat.com>
36418
36419         * a-ngcoty.adb (Modulus): In alternate formula for large real or
36420         imaginary parts, use Double precision throughout.
36421
36422         * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
36423         we want to be able to compile run-time with -gnata for testing, but
36424         this may also be instantiated in user code that is compiled with -gnata.
36425
36426 2004-03-15  Olivier Hainque  <hainque@act-europe.fr>
36427
36428         * s-stalib.ads (Exception_Code): New type, to represent Import/Export
36429         codes. Having a separate type for this is useful to enforce consistency
36430         throughout the various run-time units.
36431         (Exception_Data): Use Exception_Code for Import_Code.
36432
36433         * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
36434         Natural and Integer in various places.
36435         (Register_VMS_Exception): Use Base_Code_In to compute the exception code
36436         with the severity bits masked off.
36437         (Register_VMS_Exception): Handle the additional exception data pointer
36438         argument.
36439
36440         * raise.c (_GNAT_Exception structure): Remove the handled_by_others
36441         component, now reflected by an exported accessor.
36442         (is_handled_by): New routine to compute whether the propagated
36443         occurrence matches some handler choice specification. Extracted out of
36444         get_action_description_for, and expanded to take care of the VMS
36445         specifities.
36446         (get_action_description_for): Use is_handled_by instead of an explicit
36447         complex condition to decide if the current choice at hand catches the
36448         propagated occurrence.
36449
36450         * raise.h (Exception_Code): New type for C.
36451
36452         * rtsfind.ads (RE_Id, RE_Unit_Table): Add
36453         System.Standard_Library.Exception_Code, to allow references from the
36454         pragma import/export expander.
36455
36456         * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
36457         New accessors to allow easy access to GNAT exception data
36458         characteristics.
36459         (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
36460         redundant Handled_By_Others component, helper for the personality
36461         routine which will now be able to call the appropriate exception data
36462         accessor instead.
36463
36464         * cstand.adb (Create_Standard): Adjust the type of the Import_Code
36465         component of Standard_Exception_Type to be the closest possible to
36466         Exception_Code in System.Standard_Library, that we cannot get at this
36467         point. Expand a ??? comment to notify that this type node should
36468         probably be rewritten later on.
36469
36470         * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
36471         registration call to include a pointer to the exception object in the
36472         arguments.
36473
36474         * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
36475         instead of int and explicit bitmasks.
36476
36477 2004-03-15  Vincent Celier  <celier@gnat.com>
36478
36479         * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
36480         equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
36481
36482         * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
36483         longer needed now that it is in the spec of
36484         System.Tasking.Task_Attributes.
36485
36486         * adaint.h, adaint.c: (__gnat_create_output_file): New function
36487
36488         * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
36489
36490         * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
36491
36492         * make.adb (Gnatmake): Do not check the executable suffix; it is being
36493         taken care of in Scan_Make_Arg.
36494         (Scan_Make_Arg): Add the executable suffix only if the argument
36495         following -o, in canonical case, does not end with the executable
36496         suffix.  When in verbose mode and executable file name does not end
36497         with executable suffix, output the executable name, in canonical case.
36498
36499         * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
36500         to avoid warnings when instantiating Ada.Task_Attributes.
36501         Minor reformating.
36502
36503         * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
36504         in the correct order.
36505
36506         * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
36507         redirect standard output and error to a file for the invocation of the
36508         compiler, then read the file.
36509
36510         * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
36511         directory, instead of the Value.
36512         (Find_Source_Dirs): Remove useless code & comments.
36513
36514 2004-03-15  Ed Schonberg  <schonberg@gnat.com>
36515
36516         * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
36517         tagged type is inherited, and the parent operation is not frozen yet,
36518         force generation of a freeze node for the inherited operation, so the
36519         corresponding dispatch entry is properly initialized.
36520         (Make_Predefined_Primitive_Specs): Check that return type is Boolean
36521         when looking for user-defined equality operation.
36522
36523         * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
36524         boolean when locating primitive equality of tagged component.
36525
36526         * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
36527         bit-aligned field and the right-hand side a string literal, introduce
36528         a temporary before expanding assignment into a loop.
36529
36530         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
36531         priority in full, to ensure that any expanded subepxressions of it are
36532         elaborated in the scope of the init_proc.
36533
36534         * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
36535         after object declaration, skipping over code that may have been
36536         generated for validity checks.
36537
36538         * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
36539         discriminants, ignore the known discriminants of its full view, if
36540         any, to check legality.
36541
36542         * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
36543         component if type has unknown discriminants.
36544         (Analyze_Private_Extension_Declaration): Discriminant constraint is
36545         null if type has unknown discriminants.
36546
36547         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
36548         for end label when present.
36549
36550         * s-fileio.adb (Open): When called with a C_Stream, use given name for
36551         temporary file, rather than an empty string.
36552
36553 2004-03-15  Ed Falis  <falis@gnat.com>
36554
36555         * s-thread.adb: Removed, no longer used.
36556
36557 2004-03-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36558
36559         * decl.c (target.h): Now include.
36560         (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
36561         in new build_pointer_from_mode calls for non-fat/non-thin pointer.
36562         (validate_size): For POINTER_TYPE, get smallest size permitted on
36563         machine.
36564
36565         * fe.h: Sort Einfo decls and add Set_Mechanism.
36566
36567         * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
36568         (ada/decl.o): Depends on target.h.
36569
36570         * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
36571         FUNCTION_BOUNDARY; always use TYPE_ALIGN.
36572
36573 2004-03-15  Thomas Quinot  <quinot@act-europe.fr>
36574
36575         * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
36576
36577         * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
36578         Insert_Dereference_Action when rewriting an implicit dereference into
36579         an explicit one, this will be taken care of during expansion of the
36580         explicit dereference.
36581         (Expand_N_Slice): Same. Always do the rewriting, even for the case
36582         of non-packed slices, since the dereference action generated by
36583         expansion of the explicit dereference is needed in any case.
36584         (Expand_N_Selected_Component): When rewriting an implicit dereference,
36585         analyze and resolve the rewritten explicit dereference so it is seen
36586         by the expander.
36587         (Insert_Dereference_Action): This procedure is now called only for the
36588         expansion of an N_Explcit_Dereference_Node. Do insert a check even for
36589         dereferences that do not come from source (including explicit
36590         dereferences resulting from rewriting implicit ones), but do not
36591         recursively insert a check for the dereference nodes contained within
36592         the check.
36593         (Insert_Dereference_Action): Clarify and correct comment.
36594
36595 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
36596
36597         PR ada/14131
36598         Move language detection to the top level.
36599         * config-lang.in: Build by default.
36600
36601 2004-03-05  Robert Dewar  <dewar@gnat.com>
36602
36603         * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
36604
36605         * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
36606         i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
36607         5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
36608         5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
36609         unchecked conversion to spec to avoid warnings.
36610
36611         * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
36612         to Task_ID
36613
36614         * 7stpopsp.adb: Correct casing in To_Task_ID call
36615
36616         * a-strsea.ads, a-strsea.adb: Minor reformatting
36617
36618         * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
36619
36620         * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
36621         Adjust Max_Msg_Length to be clearly large enough.
36622
36623         * fe.h: Define In_Same_Source_Unit
36624
36625         * osint.adb: Add pragma Warnings Off to suppress warnings
36626         * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
36627         aliasing warnings.
36628
36629         * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
36630
36631         * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
36632
36633         * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
36634
36635         * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
36636
36637         * sem_prag.adb: Implement pragma No_Strict_Aliasing.
36638
36639         * sinfo.ads: Remove obsolete comment on validate unchecked conversion
36640         node. We now do generate them for gcc back end.
36641
36642         * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
36643         warning.
36644
36645         * sinput-c.adb: Fix bad name in header.
36646         Add pragma Warnings Off to suppress aliasing warning.
36647
36648         * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
36649
36650         * snames.h, snames.ads, snames.adb: Add entry for pragma
36651         No_Strict_Aliasing.
36652
36653 2004-03-05  Vincent Celier  <celier@gnat.com>
36654
36655         * prj-com.ads: Add hash table Files_Htable to check when a file name
36656         is already a source of another project.
36657
36658         * prj-nmsc.adb (Record_Source): Before recording a new source, check
36659         if its file name is not already a source of another project. Report an
36660         error if it is.
36661
36662         * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
36663         source file name, call gnatpp with all the sources of the main project.
36664
36665         * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
36666         of file names.
36667
36668         * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
36669         NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
36670         /RUNTIME_SYSTEM=, converted to --RTS=
36671         /NOTABS, converted to -notabs
36672
36673 2004-03-05  Pascal Obry  <obry@gnat.com>
36674
36675         * make.adb: Minor reformatting.
36676
36677 2004-03-05  Ed Schonberg  <schonberg@gnat.com>
36678
36679         Part of implemention of AI-262.
36680         * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
36681
36682         * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
36683         procedure.
36684
36685         * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
36686         when component type is a partially constrained class-wide subtype.
36687         (Constrain_Discriminated_Type): If parent type has unknown
36688         discriminants, a constraint is illegal, even if full view has
36689         discriminants.
36690         (Build_Derived_Record_Type): Inherit discriminants when deriving a type
36691         with unknown discriminants whose full view is a discriminated record.
36692
36693         * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
36694         flag, to handle properly derivations of tagged types with unknown
36695         discriminants.
36696         (Analyze_Package_Spec, Analyze_Package_Body): Install
36697         Private_With_Clauses before analyzing private part or body.
36698
36699         * einfo.ads: Indicate that both Has_Unknown_Discriminants and
36700         Has_Discriminants can be true for a given type (documentation).
36701
36702 2004-03-05  Arnaud Charlet  <charlet@act-europe.fr>
36703
36704         * s-restri.ads: Fix license (GPL->GMGPL).
36705
36706         * s-tassta.adb: Minor reformatting.
36707
36708         * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
36709         by calls to Exit_One_ATC_Level, since additional clean up is performed
36710         by this function.
36711
36712         * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
36713         by calls to Exit_One_ATC_Level, since additional clean up is performed
36714         by this function.
36715
36716 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36717
36718         * trans.c: Reflect GCC changes to fix bootstrap problem.
36719         Add warning for suspicious aliasing unchecked conversion.
36720
36721 2004-03-05  GNAT Script  <nobody@gnat.com>
36722
36723         * Make-lang.in: Makefile automatically updated
36724
36725 2004-03-02  Emmanuel Briot  <briot@act-europe.fr>
36726
36727         * ali.adb (Read_Instantiation_Instance): Do not modify the
36728         current_file_num when reading information about instantiations, since
36729         this corrupts files in later references.
36730
36731 2004-03-02  Vincent Celier  <celier@gnat.com>
36732
36733         * bcheck.adb (Check_Consistency): Get the full path of an ALI file
36734         before checking if it is read-only.
36735
36736         * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
36737         of SRC_DIRS and eliminate duplicates.
36738
36739         * gprcmd.adb: Replace command "path" with command "path_sep" to return
36740         the path separator.
36741         (Usage): Document path_sep
36742
36743         * Makefile.generic: For Ada and GNU C++ cases, link directly with the
36744         C++ compiler. No need for a script.
36745         Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
36746         Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
36747         subst.
36748
36749         * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
36750         where there are Ada sources.
36751         (Set_Ada_Paths): Only add to the include path the source dirs of project
36752         with Ada sources.
36753         (Add_To_Path): Add the Display_Values of the directories, not their
36754         Values.
36755
36756         * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
36757         data.
36758
36759         * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
36760         is not No_Name.
36761         (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
36762         Value is canonicalized.
36763         (Language_Independent_Check): Do not copy Value to Display_Value when
36764         canonicalizing Value.
36765
36766         * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
36767         path to find limited with cycles.
36768         (Parse_Single_Project): Use canonical cased path to find the end of a
36769         with cycle.
36770
36771 2004-03-02  Ed Schonberg  <schonberg@gnat.com>
36772
36773         * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
36774         and not a child unit.
36775
36776         * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
36777         appear in a with_clause.
36778
36779         * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
36780         only happen in type_annotate mode, do not try to elaborate it.
36781
36782         * exp_util.adb (Force_Evaluation): If expression is a selected
36783         component on the left of an assignment, use a renaming rather than a
36784         temporary to remove side effects.
36785
36786         * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
36787         inlined instance body, which is analyzed before the end of the
36788         enclosing scope.
36789
36790 2004-03-02  Robert Dewar  <dewar@gnat.com>
36791
36792         * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
36793         sem_ch4.adb: Use new feature for substitution of keywords in VMS
36794
36795         * errout.ads, errout.adb: Implement new circuit for substitution of
36796         keywords in VMS.
36797
36798         * sem_case.adb (Analyze_Choices): Place message properly when case is
36799         a subtype reference rather than an explicit range.
36800
36801         * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
36802
36803 2004-03-02  Doug Rupp  <rupp@gnat.com>
36804
36805         * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
36806
36807 2004-03-02  Thomas Quinot  <quinot@act-europe.fr>
36808
36809         * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
36810
36811 2004-03-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36812
36813         * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
36814         BLKmode bitfield.
36815
36816 2004-02-25  Robert Dewar  <dewar@gnat.com>
36817
36818         * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
36819         55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
36820         5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
36821         5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
36822         5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
36823         5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
36824         the defining instance of the type to avoid aliasing problems.
36825         Fix copyright header.  Fix bad comments in package header.
36826
36827         * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
36828
36829 2004-02-25  Ed Schonberg  <schonberg@gnat.com>
36830
36831         * exp_ch2.adb (Param_Entity): Handle properly formals that have been
36832         rewritten as references when aliased through an address clause.
36833
36834         * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
36835         whether call can be interpreted as an indirect call to the result of a
36836         parameterless function call returning an access subprogram.
36837
36838 2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>
36839
36840         Code clean up:
36841         * exp_ch7.adb (Make_Clean): Remove generation of calls to
36842         Unlock[_Entries], since this is now done by Service_Entries directly.
36843
36844         * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
36845
36846         * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
36847         Requeue_Call for better code readability. Change spec and update calls:
36848         PO_Service_Entries now unlock the PO on exit.
36849         (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
36850         PO_Service_Entries.
36851
36852         * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
36853
36854         * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
36855
36856 2004-02-25  Sergey Rybin  <rybin@act-europe.fr>
36857
36858         * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
36859         protected subprogram call and analyzing the result of such expanding
36860         in case when the called protected subprogram is eliminated.
36861
36862         * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
36863         names.
36864
36865 2004-02-25  Jerome Guitton  <guitton@act-europe.fr>
36866
36867         * Makefile.in: Clean ups.
36868
36869 2004-02-23  Ed Schonberg  <schonberg@gnat.com>
36870
36871         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
36872         protected operations if original subprogram is flagged as eliminated.
36873         (Expand_N_Subprogram_Body): For a protected operation, create
36874         discriminals for next operation before checking whether the operation
36875         is eliminated.
36876
36877         * exp_ch9.adb (Expand_N_Protected_Body,
36878         Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
36879         for internal protected operations if the original subprogram is
36880         eliminated.
36881
36882         * sem_elim.adb (Check_Eliminated): Handle properly protected operations
36883         declared in a single protected object.
36884
36885 2004-02-23  Vincent Celier  <celier@gnat.com>
36886
36887         * prj-attr.adb: Make attribute Builder'Executable an associative array,
36888         case insensitive if file names are case insensitive, instead of a
36889         standard associative array.
36890
36891         * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
36892         them as case insensitive on platforms where the file names are case
36893         sensitive.
36894
36895         * prj-part.adb (Parse_Single_Project): Make sure, when checking if
36896         project file has already been parsed that canonical path are compared.
36897
36898 2004-02-23  Robert Dewar  <dewar@gnat.com>
36899
36900         * sinput-c.ads: Correct bad unit title in header
36901
36902         * freeze.adb: Minor reformatting
36903
36904 2004-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36905
36906         * trans.c (tree_transform, case N_Procedure_Call_Statement): For
36907         nonaddressable COMPONENT_REF that is removing padding that we are
36908         taking the address of, take the address of the padded record instead
36909         if item is variable size.
36910
36911 2004-02-20  Robert Dewar  <dewar@gnat.com>
36912
36913         * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
36914
36915 2004-02-20  Ed Schonberg  <schonberg@gnat.com>
36916
36917         * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
36918         itype references for the constrained designated type of a component
36919         whose base type is already frozen.
36920
36921 2004-02-20  Arnaud Charlet  <charlet@act-europe.fr>
36922
36923         * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
36924         avoid GCC warnings.
36925
36926 2004-02-20  Sergey Rybin  <rybin@act-europe.fr>
36927
36928         * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
36929         identifier for a phantom package that rewrites the formal package
36930         declaration with a box. The Add semantic decorations for the defining
36931         identifier from the original node (that represents the formal package).
36932
36933 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
36934
36935         * Make-lang.in (ada/stamp-sdefault): Use the top level
36936         move-if-change.
36937
36938 2004-02-19  Richard Henderson  <rth@redhat.com>
36939
36940         * misc.c (record_code_position): Add third build arg for RTL_EXPR.
36941
36942 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
36943
36944         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
36945         Scan_ALI can be used for multiple ALI files without reinitializing
36946         between calls.
36947
36948 2004-02-18  Robert Dewar  <dewar@gnat.com>
36949
36950         * debug.adb: Minor reformatting.
36951
36952 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
36953
36954         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
36955         to zero if there is an address clause.
36956
36957 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
36958
36959         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
36960
36961 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
36962
36963         * layout.adb (Layout_Component_List): Revise generation of call to
36964         discriminant-checking function to pass selections of all of the type's
36965         discriminants rather than just the variant-controlling discriminant.
36966
36967 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
36968
36969         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
36970         fail in the current setup and triggers spurious system error messages.
36971         Pretend it occurred and failed instead.
36972
36973 2004-02-18  Vincent Celier  <celier@gnat.com>
36974
36975         * bld.adb: Mark FLDFLAGS as saved
36976         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
36977         it is not the root project.  Put each directory to be
36978         extended between double quotes to prevent it to be expanded on Windows.
36979         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
36980         the project file. Set them back to their initial values if they have not
36981         been set in the project file.
36982
36983         * gprcmd.adb: (Gprdebug, Debug): New global variables
36984         (Display_Command): New procedure
36985         (Usage): Document new command "linkopts"
36986         Call Display_Command when env var GPRDEBUG has the value "TRUE"
36987         Implement new command "linkopts"
36988         Remove quotes that may be around arguments for "extend"
36989         Always call Normalize_Pathname with arguments formatted for the platform
36990
36991         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
36992         Change @echo to @$(display) in target clean to be able to clean silently
36993
36994         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
36995
36996         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
36997         canonical case.
36998
36999         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
37000         = Extending_All when current project is an extending all project.
37001
37002         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
37003         set to True only for LINK command, after Unix switch -o.
37004         (Process_Arguments): Set Output_File_Expected to True for LINK command
37005         after Unix switch -o. When Output_File_Expected is True, never add an
37006         extension to a file name.
37007
37008         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
37009         option file name, only to the --for-linker= switch.
37010         (Option_File_Name): If option file name do not end with ".opt", append
37011         "/OPTIONS".
37012
37013 2004-02-18  GNAT Script  <nobody@gnat.com>
37014
37015         * Make-lang.in: Makefile automatically updated
37016
37017 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
37018
37019         * Make-lang.in (stamp-sdefault): Do not depend on
37020         move-if-change.
37021
37022 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
37023
37024         * config-lang.in: Disable Ada by default until probe logic for
37025         a bootstrap Ada compiler can be moved to the top level configure
37026         script.
37027
37028 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
37029
37030         * decl.c (components_to_record): Don't claim that the internal fields
37031         we make to hold the variant parts are semantically addressable, because
37032         they are not.
37033
37034         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
37035         adjust the comment describing the modular type form when we can use it.
37036         (Install_PAT): Account for the Esiz renaming.
37037
37038         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
37039         sc_onstack context indication before raising the exception to which
37040         the signal is mapped. Allows better handling of later signals possibly
37041         triggered by the resumed user code if the exception is handled.
37042
37043 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
37044
37045         * 5zinit.adb: Removed, no longer used.
37046
37047 2004-02-12  Robert Dewar  <dewar@gnat.com>
37048
37049         * ali.adb: Remove separating space between parameters on R line. Makes
37050         format consistent with format used by the binder for Set_Globals call.
37051
37052         * atree.ads, atree.adb: Minor reformatting (new function header format)
37053
37054         * bindgen.adb: Add Run-Time Globals documentation section containing
37055         detailed documentation of the globals passed from the binder file to
37056         the run time.
37057
37058         * gnatls.adb: Minor reformatting
37059
37060         * init.c (__gnat_set_globals): Add note pointing to documentation in
37061         bindgen.
37062
37063         * lib-writ.ads, lib-writ.adb: Remove separating space between
37064         parameters on R line.
37065         Makes format consistent with format used by the binder for Set_Globals
37066         call.
37067
37068         * osint.ads: Add 2004 to copyright notice
37069         Minor reformatting
37070
37071         * snames.ads: Correct capitalization of FIFO_Within_Priorities
37072         Noticed during code reading, documentation issue only
37073
37074         * usage.adb: Remove junk line for obsolete C switch
37075         Noticed during code reading
37076
37077 2004-02-12  Vincent Celier  <celier@gnat.com>
37078
37079         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
37080         extend for each directory, so that multiple /** directories are
37081         extended individually.
37082         (Recursive_Process): Set the default for LANGUAGES to ada
37083
37084         * gprcmd.adb: Define new command "ignore", to do nothing.
37085         Implement new comment "path".
37086
37087         * Makefile.generic: Suppress output when SILENT is set
37088         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
37089         used, so that the correct compiler is invoked.
37090         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
37091         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
37092
37093 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
37094
37095         * Makefile.in: Clean ups and remove obsolete targets.
37096
37097 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
37098
37099         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
37100         predicate declared in exp_util.
37101
37102         * exp_util.adb: Add comments.
37103
37104         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
37105         visibility before compiling context of the subunit.
37106
37107         * sem_res.adb (Check_Parameterless_Call): If the context expects a
37108         value but the name is a procedure, do not attempt to analyze as a call,
37109         in order to obtain more telling diagnostics.
37110
37111         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
37112         'Access on parameterless function calls.
37113         (Normalize_Actuals): For a parameterless function call with missing
37114         actuals, defer diagnostic until resolution of enclosing call.
37115
37116         * sem_util.adb (Wrong_Type): If the context type is an access to
37117         subprogram and the expression is a procedure name, suggest a missing
37118         'attribute.
37119
37120 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
37121             Nathanael Nerode  <neroden@gcc.gnu.org>
37122
37123         PR ada/6637
37124         PR ada/5911
37125         Merge with libada-branch:
37126         * config-lang.in: Build libada only when ada is built.
37127
37128 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
37129
37130         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
37131         for a tagged type, verify that both formals have the same type.
37132
37133         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
37134         temporary when the formal is an in-parameter and the actual a possibly
37135         unaligned slice.
37136
37137         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
37138         when expansion is disabled, to ensure proper name capture with
37139         overloaded literals.  Condition can be of any boolean type, resolve
37140         accordingly.
37141
37142         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
37143         renaming is for a formal subprogram with a default operator name, and
37144         there is a usable operator that is visible at the point of
37145         instantiation.
37146
37147 2004-02-09  Robert Dewar  <dewar@gnat.com>
37148
37149         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
37150         rewrite to ignore errors in ali files, intended to allow tools downward
37151         compatibility with new versions of ali files.
37152
37153         * ali.ads: Add new parameter Ignore_Errors
37154
37155         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
37156         duplicating the error message giving the file with restrictions.
37157
37158         * debug.adb: Add debug flag I for gnatbind
37159
37160         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
37161         operators for the case where the operator is a defining operator.
37162
37163         * exp_ch3.adb: Minor reformatting (new function spec format).
37164
37165         * exp_ch4.adb: Add comment for previous change, and make minor
37166         adjustment to loop to always check for improper loop termination.
37167         Minor reformatting throughout (new function spec format).
37168
37169         * gnatbind.adb: Implement -di debug flag for gnatbind
37170
37171         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
37172
37173         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
37174
37175         * lib-load.adb: Fix bad assertion.
37176         Found by testing and code reading.
37177         Minor reformatting.
37178
37179         * lib-load.ads: Minor reformatting.
37180
37181         * lib-writ.adb: There is only one R line now.
37182
37183         * lib-writ.ads: Add documentation on making downward compatible changes
37184         to ali files so old tools work with new ali files.
37185         There is only one R line now.
37186         Add documentation on format incompatibilities (with special GPS note)
37187
37188         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
37189
37190         * par-load.adb: Minor reformatting
37191
37192         * sem_ch8.adb: Fix to error message from last update
37193         Minor reformatting and restructuring of code from last update
37194
37195         * par-prag.adb, snames.adb, snames.ads, snames.h,
37196         sem_prag.adb: Implement pragma Profile.
37197
37198         * stylesw.adb: Implement -gnatyN switch to turn off all style check
37199         options.
37200
37201         * usage.adb: Add line for -gnatyN switch
37202
37203         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
37204
37205 2004-02-09  Albert Lee  <lee@gnat.com>
37206
37207         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
37208
37209 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
37210
37211         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
37212         slices.
37213
37214         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
37215         is nested in an instance that is not frozen yet, to avoid
37216         order-of-elaboration problems in gigi.
37217
37218         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
37219         body the attribute is legal.
37220
37221 2004-02-09  Robert Dewar  <dewar@gnat.com>
37222
37223         * s-rident.ads: Minor comment correction
37224
37225         * targparm.adb: Remove dependence on uintp completely. There was
37226         always a bug in Make in that it called Targparm before initializing
37227         the Uint package. The old code appeared to get away with this, but
37228         the new code did not! This caused an assertion error in gnatmake.
37229
37230         * targparm.ads: Fix bad comment, restriction pragmas with parameters
37231         are indeed fully supported.
37232
37233 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
37234
37235         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
37236
37237 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
37238
37239         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
37240         with targetm.calls.promote_prototypes.
37241
37242 2004-02-04  Robert Dewar  <dewar@gnat.com>
37243
37244         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
37245         ali.ads, gprcmd.adb: Minor reformatting
37246
37247         * bindgen.adb: Output restrictions string for new style restrictions
37248         handling
37249
37250         * impunit.adb: Add s-rident.ads (System.Rident) and
37251         s-restri (System.Restrictions)
37252
37253         * lib-writ.adb: Fix bug in writing restrictions string (last few
37254         entries wrong)
37255
37256         * s-restri.ads, s-restri.adb: Change name Restrictions to
37257         Run_Time_Restrictions to avoid conflict with package name.
37258         Add circuit to read and acquire run time restrictions.
37259
37260 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
37261
37262         * restrict.ads, restrict.adb: Use the new restriction
37263         No_Task_Attributes_Package instead of the old No_Task_Attributes.
37264
37265         * sem_prag.adb: No_Task_Attributes is a synonym of
37266         No_Task_Attributes_Package.
37267
37268         * snames.ads, snames.adb: New entry for proper handling of
37269         No_Task_Attributes.
37270
37271         * s-rident.ads: Adding restriction No_Task_Attributes_Package
37272         (AI-00249) that supersedes the GNAT specific restriction
37273         No_Task_Attributes.
37274
37275 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
37276
37277         * sem_prag.adb:
37278         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
37279          body, an identifier may be wrapped in an unchecked conversion.
37280
37281 2004-02-04  Vincent Celier  <celier@gnat.com>
37282
37283         * lib-writ.ads: Comment update for the W lines
37284
37285         * bld.adb: (Expression): An empty string list is static
37286
37287         * fname-uf.adb: Minor comment update
37288
37289         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
37290
37291         * gnatbind.adb: Initialize Cumulative_Restrictions with the
37292         restrictions on the target.
37293
37294 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
37295
37296         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
37297         gen_rtx.
37298
37299 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
37300
37301         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
37302
37303 2004-02-02  Vincent Celier  <celier@gnat.com>
37304
37305         * gprcmd.adb (Check_Args): If condition is false, print the invoked
37306         comment before the usage.
37307         Gprcmd: Fail when command is not recognized.
37308         (Usage): Document command "prefix"
37309
37310         * g-md5.adb (Digest): Process last block.
37311         (Update): Do not process last block. Store remaining characters and
37312         length in Context.
37313
37314         * g-md5.ads (Update): Document that several call to update are
37315         equivalent to one call with the concatenated string.
37316         (Context): Add fields to allow new Update behaviour.
37317
37318         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
37319         defaulted to False.
37320         When May_Fail is True and no existing file can be found, return No_File.
37321
37322         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
37323         functions.
37324
37325         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
37326         spec file name instead on the W line.
37327
37328 2004-02-02  Robert Dewar  <dewar@gnat.com>
37329
37330         * ali.adb: Read and acquire info from new format restrictions lines
37331
37332         * bcheck.adb: Add circuits for checking restrictions with parameters
37333
37334         * bindgen.adb: Output dummy restrictions data
37335         To be changed later
37336
37337         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
37338         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
37339         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
37340         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
37341         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
37342
37343         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
37344         the warning message on access to possibly uninitialized variable S)
37345         Minor changes for new restrictions handling.
37346
37347         * gnatbind.adb: Minor reformatting
37348         Minor changes for new restrictions handling
37349         Move circuit for -r processing here from bcheck (cleaner)
37350
37351         * gnatcmd.adb, gnatlink.adb: Minor reformatting
37352
37353         * lib-writ.adb: Output new format restrictions lines
37354
37355         * lib-writ.ads: Document new R format lines for new restrictions
37356         handling.
37357
37358         * s-restri.ads/adb: New files
37359
37360         * Makefile.rtl: Add entry for s-restri.ads/adb
37361
37362         * par-ch3.adb: Fix bad error messages starting with upper case letter
37363         Minor reformatting
37364
37365         * restrict.adb: Major rewrite throughout for new restrictions handling
37366         Major point is to handle restrictions with parameters
37367
37368         * restrict.ads: Major changes in interface to handle restrictions with
37369         parameters. Also generally simplifies setting of restrictions.
37370
37371         * snames.ads/adb: New entry for proper handling of No_Requeue
37372
37373         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
37374         restriction counting.
37375         Other minor changes for new restrictions handling
37376
37377         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
37378         Restriction_Warnings now allows full parameter notation
37379         Major rewrite of Restrictions for new restrictions handling
37380
37381 2004-02-02  Javier Miranda  <miranda@gnat.com>
37382
37383         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
37384         syntax rule for object renaming declarations.
37385         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
37386         component definitions.
37387
37388         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
37389         components.
37390         (Array_Type_Declaration): Give support to access components. In addition
37391         it was also modified to reflect the name of the object in anonymous
37392         array types. The old code did not take into account that it is possible
37393         to have an unconstrained anonymous array with an initial value.
37394         (Check_Or_Process_Discriminants): Allow access discriminant in
37395         non-limited types.
37396         (Process_Discriminants): Allow access discriminant in non-limited types
37397         Initialize the new Access_Definition field in N_Object_Renaming_Decl
37398         node.  Change Ada0Y to Ada 0Y in comments
37399
37400         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
37401         equality operators.
37402         Change Ada0Y to Ada 0Y in comments
37403
37404         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
37405         renamings Change Ada0Y to Ada 0Y in comments
37406
37407         * sem_type.adb (Find_Unique_Type): Give support to the equality
37408         operators for universal access types
37409         Change Ada0Y to Ada 0Y in comments
37410
37411         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
37412
37413         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
37414         field.
37415         (N_Object_Renaming_Declaration): Addition of Access_Definition field
37416         Change Ada0Y to Ada 0Y in comments
37417
37418         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
37419         component definition and object renaming nodes
37420         Change Ada0Y to Ada 0Y in comments
37421
37422 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
37423
37424         * restrict.adb: Use the new restriction identifier
37425         No_Requeue_Statements instead of the old No_Requeue for defining the
37426         restricted profile.
37427
37428         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
37429         No_Requeue_Statements.
37430
37431         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
37432         that supersedes the GNAT specific restriction No_Requeue. The later is
37433         kept for backward compatibility.
37434
37435 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
37436
37437         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
37438         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
37439         pragma and fix incorrect ones.
37440
37441         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
37442         warning if the pragma is redundant.
37443
37444 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
37445
37446         * 5staprop.adb: Add missing 'constant' keywords.
37447
37448         * Makefile.in: use consistent value for SYMLIB on
37449         platforms where libaddr2line is supported.
37450
37451 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37452
37453         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
37454         annotating types.
37455
37456 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
37457
37458         * init.c (__gnat_install_handler): Setup an alternate stack for signal
37459         handlers in the environment thread. This allows proper propagation of
37460         an exception on stack overflows in this thread even when the builtin
37461         ABI stack-checking scheme is used without support for a stack reserve
37462         region.
37463
37464         * utils.c (create_field_decl): Augment the head comment about bitfield
37465         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
37466         here, because the former is not accurate enough at this point.
37467         Let finish_record_type decide instead.
37468         Don't make a bitfield if the field is to be addressable.
37469         Always set a size for the field if the record is packed, to ensure the
37470         checks for bitfield creation are triggered.
37471         (finish_record_type): During last pass over the fields, clear
37472         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
37473         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
37474         from DECL_BIT_FIELD.
37475
37476 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
37477
37478         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
37479         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
37480         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
37481
37482 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37483
37484         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
37485
37486         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
37487         (ZCX_By_Default): Likewise.
37488         (Front_End_ZCX_Support): Likewise.
37489
37490         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
37491         (Initialize_Lock): Mark Level unreferenced.
37492         (Sleep): Mark Reason unreferenced.
37493         (Timed_Sleep): Likewise.
37494         (Wakeup): Likewise.
37495         (Exit_Task): Use Result.
37496         (Check_No_Locks): Mark Self_ID unreferenced.
37497
37498         * 5gtasinf.adb (New_Sproc): Make Attr constant.
37499         (Bound_Thread_Attributes): Make Sproc constant.
37500         (New_Bound_Thread_Attributes): Likewise.
37501
37502 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
37503
37504         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
37505         one-dimensional array an slice assignments, when component type is
37506         controlled.
37507
37508         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
37509         component type is controlled, and control_actions are in effect, use
37510         TSS procedure rather than generating inline code.
37511
37512         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
37513         arrays with controlled components.
37514
37515 2004-01-26  Vincent Celier  <celier@gnat.com>
37516
37517         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
37518         command line for the non VMS case.
37519
37520         * gnatlink.adb (Process_Binder_File): When building object file, if
37521         GNU linker is used, put all object paths between quotes, to prevent ld
37522         error when there are unusual characters (such as '!') in the paths.
37523
37524         * Makefile.generic: When there are sources in Ada and the main is in
37525         C/C++, invoke gnatmake with -B, instead of -z.
37526
37527         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
37528         from VMS_Conversion.
37529         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
37530         specification of argument file on the command line.
37531
37532 2004-01-26  Bernard Banner  <banner@gnat.com>
37533
37534         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
37535
37536 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
37537
37538         * snames.adb: Update copyright notice.
37539         Add info on slice assignment for controlled arrays.
37540
37541 2004-01-23  Robert Dewar  <dewar@gnat.com>
37542
37543         * exp_aggr.adb: Minor reformatting
37544
37545         * exp_ch9.adb: Minor code clean up
37546         Minor reformatting
37547         Fix bad character in comment
37548
37549         PR ada/13471
37550         * targparm.adb (Get_Target_Parameters): Give clean abort error on
37551         unexpected end of file, along with more detailed message.
37552
37553 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
37554
37555         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
37556         PAT.
37557
37558         * decl.c (copy_alias_set): New function.
37559         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
37560
37561 2004-01-23  Doug Rupp  <rupp@gnat.com>
37562
37563         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
37564         lib$${file} in case subsequent character is not a separator.
37565
37566 2004-01-23  Vincent Celier  <celier@gnat.com>
37567
37568         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
37569         when the GCC version is at least 3.
37570
37571         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
37572         Remove all "Opt.", to prepare for opt split
37573
37574         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
37575         Extends_All. Set to True when the project parsed is an extending all
37576         project. Fails for importing an extending all project only when the
37577         imported project is an extending all project.
37578         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
37579         depending on the value of Extends_All returned.
37580
37581         * prj-proc.adb (Process): Check that no project shares its object
37582         directory with a project that extends it, directly or indirectly,
37583         including a virtual project.
37584         Check that no project extended by another project shares its object
37585         directory with another also extended project.
37586
37587         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
37588         Kind = N_With_Clause
37589
37590         * prj-tree.ads: Minor reformatting
37591         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
37592
37593 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
37594
37595         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
37596         applies to a type with an incomplete view, use full view in Name of
37597         clause, for consistency with uses of Get_Attribute_Definition_Clause.
37598
37599 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
37600
37601         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
37602         SCHED_RR, since other values are not supported by this policy.
37603         (Initialize): Move initialization of mutex attribute to package
37604         elaboration, to prevent early access to this variable.
37605
37606         * Makefile.in: Remove mention of Makefile.adalib, unused.
37607
37608         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
37609         1ssecsta.ads: Removed, unused.
37610
37611 2004-01-21  Javier Miranda  <miranda@gnat.com>
37612
37613         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
37614         entity if already built in the current scope.
37615
37616         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
37617         reminder in internal scopes. Required for nested limited aggregates.
37618
37619 2004-01-21  Doug Rupp  <rupp@gnat.com>
37620
37621         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
37622         VMS. Replace all occurences of libgnat- and libgnarl- with
37623         libgnat$(hyphen) and libgnarl$(hyphen).
37624         Fixed shared library build problem on VMS.
37625
37626 2004-01-21  Robert Dewar  <dewar@gnat.com>
37627
37628         * mlib-prj.adb: Minor reformatting
37629
37630 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
37631
37632         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
37633         'constant' keywords for declaration of pointers that are not modified.
37634
37635         * exp_pakd.adb: Fix English in comment.
37636
37637 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
37638
37639         PR ada/10889
37640         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
37641         copy all attributes of the parent, including the foreign language
37642         convention.
37643
37644 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
37645
37646         PR ada/10565
37647         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
37648         for 'delay until' statement.
37649
37650 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
37651
37652         * Make-lang.in: Replace $(docdir) with doc.
37653         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
37654         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
37655         to use consistent MAKEINFO rule.
37656         (ada.man, ada.srcman): Dummy entry.
37657         (ADA_INFOFILES): Define.
37658         (ada.info, ada.srcinfo): New rules.
37659
37660 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
37661
37662         * utils.c: Update copyright notice, missed in previous change.
37663
37664 2004-01-19  Vincent Celier  <celier@gnat.com>
37665
37666         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
37667         args if Bind is True. Set First_ALI, if not already done.
37668         (Build_Library): For Stand Alone Libraries, extract from one ALI file
37669         an eventual --RTS switch, for gnatbind, and all backend switches +
37670         --RTS, for linking.
37671
37672 2004-01-19  Robert Dewar  <dewar@gnat.com>
37673
37674         * sem_attr.adb, memtrack.adb: Minor reformatting
37675
37676 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
37677
37678         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
37679         that rename enumeration literals. This is properly done in sem_eval.
37680
37681         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
37682         to functions that rename enumeration literals.
37683
37684         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
37685         functions that rename enumeration literals.
37686
37687 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
37688
37689         * Make-lang.in (utils.o): Depend on target.h.
37690         * utils.c: Include target.h.
37691         (process_attributes): Use targetm.have_named_sections instead
37692         of ASM_OUTPUT_SECTION_NAME.
37693
37694 2004-01-16  Andreas Jaeger  <aj@suse.de>
37695
37696         * Makefile.in: Add $(DESTDIR).
37697
37698 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
37699
37700         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
37701         also when not defining if a Size clause applies. That information is
37702         not to be ignored.
37703
37704 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
37705
37706         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
37707         symbolic links for the shared gnat run time when needed.
37708
37709 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
37710
37711         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
37712         for writing, and terminate with an error message if not.
37713
37714 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
37715
37716         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
37717         warning on an access to subprogram in an instance, when the target
37718         type is declared in the same generic unit.
37719         (Eval_Attribute): If 'access is known to fail accessibility check,
37720         rewrite as a raise statement.
37721
37722 2004-01-15  GNAT Script  <nobody@gnat.com>
37723
37724         * Make-lang.in: Makefile automatically updated
37725
37726 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
37727
37728         * Make-lang.in (ada.srcextra): Dummy entry.
37729
37730 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
37731
37732         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
37733
37734 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
37735
37736         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
37737         components that are initialized with aggregates.
37738
37739 2004-01-13  Vincent Celier  <celier@gnat.com>
37740
37741         * gnatlink.adb (Process_Binder_File): To find directory of shared
37742         libgcc, if "gcc-lib" is not a subdirectory, look for the last
37743         subdirectory "lib" in the path of the shared libgnat or libgnarl.
37744
37745         * make.adb (Gnatmake): If GCC version is at least 3, link with
37746         -shared-libgcc, when there is at least one shared library project.
37747
37748         * opt.ads (GCC_Version): New integer constant.
37749
37750         * adaint.c (get_gcc_version): New function.
37751
37752 2004-01-13  Robert Dewar  <dewar@gnat.com>
37753
37754         * sem_dist.adb, sem_res.adb, sem_util.adb,
37755         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
37756         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
37757
37758 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
37759
37760         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
37761         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
37762         declarations.
37763
37764 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
37765
37766         * misc.c: Remove trailing spaces.
37767         Update copyright notice missed in previous change.
37768
37769         PR ada/13572
37770         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
37771         prefix/share/make
37772
37773         * Makefile.generic: Update copyright.
37774         Add license notice.
37775
37776         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
37777         of prefix/share/make.
37778
37779         * Makefile.prolog: Update copyright.
37780         Add license notice.
37781
37782 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
37783
37784         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
37785         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
37786         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
37787         instead of String.
37788
37789         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
37790         signature.
37791
37792 2004-01-12  Javier Miranda  <miranda@gnat.com>
37793
37794         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
37795         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
37796         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
37797         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
37798         Component_Definition node.
37799
37800 2004-01-12  Ed Falis  <falis@gnat.com>
37801
37802         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
37803
37804 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
37805
37806         * link.c: Change default libgnat kind to STATIC for FreeBSD.
37807
37808 2004-01-12  Bernard Banner  <banner@gnat.com>
37809
37810         * Makefile.in: map 86numaux to a-numaux for x86_64
37811
37812 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
37813
37814         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
37815         generated to rename a generic actual, go to the actual itself, the
37816         subtype is not a user-visible entity.
37817
37818         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
37819         part is a private subtype, reset the visibility of its full view, if
37820         any, to be consistent.
37821
37822         PR ada/13417
37823         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
37824         to use a generic package G as a formal package for another generic
37825         declared within G.
37826
37827 2004-01-12  Robert Dewar  <dewar@gnat.com>
37828
37829         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
37830
37831         * usage.adb: Remove mention of obsolete -gnatwb switch
37832         Noticed during code reading
37833
37834 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
37835
37836         * 1ssecsta.adb: Minor changes for -gnatwa warnings
37837
37838 2004-01-12  GNAT Script  <nobody@gnat.com>
37839
37840         * Make-lang.in: Makefile automatically updated
37841
37842 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
37843
37844         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
37845
37846 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37847
37848         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
37849
37850 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
37851
37852         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
37853         Update comment and copyright date.
37854         * stamp-xgnatug: Delete.
37855
37856 2004-01-05  Robert Dewar  <dewar@gnat.com>
37857
37858         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
37859         be modified by the binder generated main program if the -D switch is
37860         used.
37861
37862         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
37863         imported functions (since now we expect this to be done for imported
37864         functions)
37865
37866         * 5vtaprop.adb: Add several ??? for sections requiring more comments
37867         Minor reformatting throughout
37868
37869         * 5zinit.adb: Minor reformatting
37870         Add 2004 to copyright date
37871         Minor changes to avoid -gnatwa warnings
37872         Correct some instances of using OR instead of OR ELSE (noted while
37873         doing reformatting)
37874
37875         * sprint.adb: Minor updates to avoid -gnatwa warnings
37876
37877         * s-secsta.ads, s-secsta.adb:
37878         (SS_Get_Max): New function to obtain high water mark for ss stack
37879         Default_Secondary_Stack is not a constant since it may be modified by
37880         the binder generated main program if the -D switch is used.
37881
37882         * switch-b.adb: New -Dnnn switch for binder
37883
37884         * switch-c.adb:
37885         Make -gnatg imply all warnings currently in -gnatwa
37886
37887         * vms_conv.adb: Minor reformatting
37888         Add 2004 to copyright notice
37889         Add 2004 to printed copyright notice
37890
37891         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
37892         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
37893         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
37894         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
37895         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
37896         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
37897         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
37898         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
37899         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
37900         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
37901         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
37902         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
37903         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
37904         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
37905         checks.adb, clean.adb, cstand.adb, einfo.ads,
37906         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
37907         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
37908         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
37909         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
37910         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
37911         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
37912         Minor reformatting and code clean ups.
37913         Minor changes to prevent -gnatwa warnings
37914
37915         * ali.adb: Minor reformatting and cleanup of code
37916         Acquire new SS indication of secondary stack use from ali files
37917
37918         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
37919         (since now we expect this to be done for imported functions)
37920
37921         * bindgen.adb: Generate call to modify default secondary stack size if
37922         -Dnnn switch given
37923
37924         * bindusg.adb: Add line for new -D switch
37925
37926         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
37927         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
37928         Add circuitry for both records and arrays to avoid gigi
37929         processing if the type involved has non-bit-aligned components
37930
37931         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
37932         N_String_Literal node always references an E_String_Literal_Subtype
37933         entity. This may not be true in the future.
37934         (Possible_Bit_Aligned_Component): Move processing of
37935         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
37936
37937         * exp_ch6.adb (Expand_Thread_Body): Pick up
37938         Default_Secondary_Stack_Size as variable so that we get value modified
37939         by possible -Dnnn binder parameter.
37940
37941         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
37942         (Type_May_Have_Bit_Aligned_Components): New function.
37943
37944         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
37945         (Type_May_Have_Bit_Aligned_Components): New function.
37946
37947         * fe.h: (Set_Identifier_Casing): Fix prototype.
37948         Add declaration for Sem_Elim.Eliminate_Error_Msg.
37949         Minor reformatting.
37950
37951         * freeze.adb (Freeze_Entity): Add RM reference to error message about
37952         importing constant atomic/volatile objects.
37953         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
37954         unless explicit Pure_Function pragma given, to avoid insidious bug of
37955         call to non-pure imported function getting eliminated.
37956
37957         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
37958         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
37959         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
37960         Add 2004 to printed copyright notice
37961
37962         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
37963         stack used.
37964
37965         * Makefile.rtl: Add entry for g-sestin.o
37966         g-sestin.ads: New file.
37967
37968         * mdll.adb: Minor changes to avoid -gnatwa warnings
37969
37970         * mlib-tgt.adb: Minor reformatting
37971
37972         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
37973         New switch Sec_Stack_Used (GNAT, GNATBIND)
37974         Make Default_Secondary_Stack_Size a variable instead of a constant,
37975         so that it can be modified by the new -Dnnn bind switch.
37976
37977         * rtsfind.adb (Load_Fail): Give full error message in configurable
37978         run-time mode if all_errors mode is set. This was not done in the case
37979         of a file not found, which was an oversight.
37980         Note if secondary stack unit is used by compiler.
37981
37982         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
37983         ineffective elaborate all pragmas on non-visible packages (this
37984         happened when a renamed subprogram was called). Now the elaborate all
37985         always goes on the package containing the renaming rather than the one
37986         containing the renamed subprogram.
37987
37988         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
37989         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
37990
37991         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
37992         has an Etype that references an E_String_Literal.
37993         (Eval_String_Literal): Avoid assumption that N_String_Literal node
37994         always references an E_String_Literal_Subtype entity. This may not
37995         be true in the future.
37996
37997         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
37998         pragma location.
37999
38000         * sem_res.adb (Resolve): Specialize msg for function name used in proc
38001         call.
38002
38003 2004-01-05  Ed Falis  <falis@gnat.com>
38004
38005         * g-debuti.adb: Replaced direct boolean operator with short-circuit
38006         form.
38007
38008 2004-01-05  Vincent Celier  <celier@gnat.com>
38009
38010         * bld.adb: Minor comment updates
38011         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
38012         of Item_Name).
38013
38014         * make.adb (Gnatmake): Special process for files to compile/check when
38015         -B is specified. Fail when there are only foreign mains in attribute
38016         Main of the project file and -B is not specified. Do not skip bind/link
38017         steps when -B is specified.
38018
38019         * makeusg.adb: Document new switch -B
38020
38021         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
38022
38023         * switch-m.adb: (Scan_Make_Switches): Process -B switch
38024
38025         * vms_data.ads: Add new GNAT PRETTY qualifier
38026         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
38027
38028 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
38029
38030         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
38031         case.
38032
38033         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
38034         Set_Identifier_Casing.
38035
38036         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
38037         has size that overflows.
38038
38039 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
38040
38041         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
38042         -gnatwa warning on static condition.
38043
38044 2004-01-05  Doug Rupp  <rupp@gnat.com>
38045
38046         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
38047
38048 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
38049
38050         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
38051         all attributes, including read-only attribute.
38052
38053 2004-01-05  Pascal Obry  <obry@gnat.com>
38054
38055         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
38056         library naming scheme.
38057
38058         * mlib-prj.adb (Build_Library): Generate different names for the static
38059         or dynamic version of the GNAT runtime. This is needed to support the
38060         new shared library naming scheme.
38061         (Process_Binder_File): Add detection of shared library in binder file
38062         based on the new naming scheme.
38063
38064         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
38065         scheme for the shared runtime libraries.
38066
38067         * Makefile.in:
38068         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
38069         scheme.
38070         (install-gnatlib): Do not create symlinks for shared libraries.
38071         (gnatlib-shared-default): Idem.
38072         (gnatlib-shared-dual-win32): New target. Not used for now as the
38073         auto-import feature does not support arrays/records.
38074         (gnatlib-shared-win32): Do not create copy for the shared libraries.
38075         (gnatlib-shared-vms): Fix shared runtime libraries names.
38076
38077         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
38078         dependent runtime shared library name.
38079
38080 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
38081
38082         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
38083         than the object.
38084
38085 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
38086
38087         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
38088         protected objects when allocator has a subtype indication, not a
38089         qualified expression. Note that qualified expressions may have to be
38090         checked when limited aggregates are implemented.
38091
38092         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
38093         pure, emit warning.
38094         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
38095         subprogram is imported, remove warning.
38096
38097 2004-01-05  Geert Bosch  <bosch@gnat.com>
38098
38099         * s-poosiz.adb: Update copyright notice.
38100         (Allocate): Use Task_Lock to protect against concurrent access.
38101         (Deallocate): Likewise.
38102
38103 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
38104
38105         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
38106         comment.
38107
38108 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
38109
38110         * gnat_ug.texi: Force a CVS commit by updating copyright.
38111         * gnat_ug_vxw.texi: Regenerate.
38112         * gnat_ug_wnt.texi: Regenerate.
38113         * gnat_ug_vms.texi: Regenerate.
38114         * gnat_ug_unx.texi: Regenerate.
38115
38116 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
38117
38118         * trans.c: Remove uses of "register" specifier in
38119         declarations of local variables.
38120
38121 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
38122
38123         * stamp-xgnatug: New stamp file.
38124         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
38125         (ada/doctools/xgnatug): Add $(build_exeext).
38126         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
38127         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
38128
38129 2003-12-17  Ed Falis  <falis@gnat.com>
38130
38131         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
38132         eliminate warning.
38133
38134         * a-exextr.adb: Add context clause for
38135         Ada.Exceptions.Last_Chance_Handler.
38136
38137 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
38138
38139         * cstand.adb (Create_Standard): Change the way how the declaration of
38140         the Duration type is created (making it the same way as it is for all
38141         the other standard types).
38142
38143 2003-12-17  Robert Dewar  <dewar@gnat.com>
38144
38145         * s-crtl.ads: Fix header format
38146         Change Pure to Preelaborate
38147
38148 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
38149
38150         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
38151         the expression type only if it is declared in the current unit.
38152
38153         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
38154         are universal and already analyzed, as can occur in constrained
38155         subcomponents that depend on discriminants, when one constraint is a
38156         subtype mark.
38157
38158         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
38159         type Any_Fixed is legal as the argument of a conversion, if only one
38160         fixed-point type is in context.
38161
38162 2003-12-17  GNAT Script  <nobody@gnat.com>
38163
38164         * Make-lang.in: Makefile automatically updated
38165
38166 2003-12-15  Robert Dewar  <dewar@gnat.com>
38167
38168         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
38169         sec stack size.
38170
38171 2003-12-15  Vincent Celier  <celier@gnat.com>
38172
38173         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
38174         (Gnatchop): Do not set failure status when reporting the number of
38175         warnings.
38176
38177 2003-12-15  Doug Rupp  <rupp@gnat.com>
38178
38179         * s-ctrl.ads: New file.
38180
38181         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
38182
38183         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
38184         (GNATBIND_OBJS): Add ada/s-crtl.o.
38185
38186         * Makefile.in [VMS]: Clean up ifeq rules.
38187
38188         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
38189         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
38190         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
38191         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
38192         s-tasdeb.adb: Update copyright.
38193         Import System.CRTL.
38194         Make minor modifications to use System.CRTL declared functions instead
38195         of importing locally.
38196
38197 2003-12-15  GNAT Script  <nobody@gnat.com>
38198
38199         * Make-lang.in: Makefile automatically updated
38200
38201 2003-12-11  Ed Falis  <falis@gnat.com>
38202
38203         * 5zinit.adb: Clean up.
38204
38205         * 5zintman.adb (Notify_Exception): replaced case statement with a call
38206         to __gnat_map_signal, imported from init.c to support
38207         signal -> exception mappings that depend on the vxWorks version.
38208
38209         * init.c:
38210         Created and exported __gnat_map_signal to support signal -> exception
38211         mapping that is dependent on the VxWorks version.
38212         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
38213
38214 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
38215
38216         * 5wosinte.ads: Link with -mthreads switch.
38217
38218 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
38219
38220         * init.c (__gnat_install_handler [NetBSD]): Set
38221         __gnat_handler_installed, as done on all other platforms.
38222         Remove duplicated code.
38223
38224 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
38225
38226         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
38227
38228 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
38229
38230         * sinfo.ads: Fix inconsistent example code in comment.
38231
38232 2003-12-11  Robert Dewar  <dewar@gnat.com>
38233
38234         * a-tiinau.adb: Add a couple of comments
38235
38236         * sem_ch3.adb: Minor reformatting
38237
38238         * sem_prag.adb:
38239         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
38240         Minor reformatting throughout
38241
38242 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
38243
38244         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
38245         bounds of a loop, create a separate block in order to generate proper
38246         cleanup actions to prevent memory leaks.
38247
38248         * sem_res.adb (Resolve_Call): After a call to
38249         Establish_Transient_Scope, the call may be rewritten and relocated, in
38250         which case no further processing is needed.
38251
38252         * sem_util.adb: (Wrong_Type): Refine previous fix.
38253          Fixes ACATS regressions.
38254
38255         PR ada/13353
38256         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
38257         be inlined.
38258
38259 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
38260
38261         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
38262         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
38263         obsolete files.
38264
38265         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
38266         (rts-zfp): Ditto.
38267
38268 2003-12-08  Robert Dewar  <dewar@gnat.com>
38269
38270         * 7sintman.adb: Minor reformatting
38271
38272         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
38273         standard linker options to get standard libraries linked. We now plan
38274         to provide dummy versions of these libraries to match the appropriate
38275         configurable run-time (e.g. if a library is not needed at all, provide
38276         a dummy empty library).
38277
38278         * targparm.ads: Configurable_Run_Time mode no longer affects linker
38279         options (-L parameters and standard libraries). What we plan to do is
38280         to provide dummy libraries where the libraries are not required.
38281
38282         * gnatbind.adb: Minor comment improvement
38283
38284 2003-12-08  Javier Miranda  <miranda@gnat.com>
38285
38286         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
38287         aggregate in the parent. Otherwise constants with limited aggregates
38288         are not supported. Add new formal to pass the component type (Ctype).
38289         It is required to call the corresponding IP subprogram in case of
38290         default initialized components.
38291         (Gen_Assign): In case of default-initialized component, generate a
38292         call to the IP subprogram associated with the component.
38293         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
38294         of aggregate with default initialized components.
38295         (Has_Default_Init_Comps): Improve implementation to recursively check
38296         all the present expressions.
38297
38298         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
38299         to indicate that the initialization call corresponds to a
38300         default-initialized component of an aggregate.
38301         In case of default initialized aggregate with tasks this parameter is
38302         used to generate a null string (this is just a workaround that must be
38303         improved later). In case of discriminants, this parameter is used to
38304         generate a selected component node that gives access to the discriminant
38305         value.
38306
38307         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
38308         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
38309         allocated aggregates with default-initialized components.
38310
38311         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
38312         the box notation is used in positional aggregates.
38313
38314 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
38315
38316         * lib.ads: Fix typo in comment
38317
38318 2003-12-08  Vincent Celier  <celier@gnat.com>
38319
38320         * prj.adb (Project_Empty): New component Unkept_Comments
38321         (Scan): Remove procedure; moved to Prj.Err.
38322
38323         * prj.ads (Project_Data): New Boolean component Unkept_Comments
38324         (Scan): Remove procedure; moved to Prj.Err.
38325
38326         * prj-dect.adb: Manage comments for the different declarations.
38327
38328         * prj-part.adb (With_Record): New component Node
38329         (Parse): New Boolean parameter Store_Comments, defaulted to False.
38330         Set the scanner to return ends of line and comments as tokens, if
38331         Store_Comments is True.
38332         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
38333         comments are associated with these nodes. Store the node IDs in the
38334         With_Records.
38335         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
38336         With_Records.
38337         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
38338         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
38339         current project. Call Tree.Restore afterwards. Set the various nodes
38340         for comment storage (Next_End, End_Of_Line, Previous_Line,
38341         Previous_End).
38342
38343         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
38344         defaulted to False.
38345
38346         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
38347         to False. When Truncated is True, truncate the string, never go to the
38348         next line.
38349         (Write_End_Of_Line_Comment): New procedure
38350         (Print): Process comments for nodes N_With_Clause,
38351         N_Package_Declaration, N_String_Type_Declaration,
38352         N_Attribute_Declaration, N_Typed_Variable_Declaration,
38353         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
38354         Process nodes N_Comment.
38355
38356         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
38357         without comments and there are some comments, set the flag
38358         Unkept_Comments to True.
38359         (Scan): If there are comments, set the flag Unkept_Comments to True and
38360         clear the comments.
38361         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
38362         (Next_End_Nodes: New table
38363         (Comment_Zones_Of): New function
38364         (Scan): New procedure; moved from Prj. Accumulate comments in the
38365         Comments table and set end of line comments, comments after, after end
38366         and before end.
38367         (Add_Comments): New procedure
38368         (Save, Restore, Seset_State): New procedures
38369         (There_Are_Unkept_Comments): New function
38370         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
38371         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
38372         procedures.
38373         (First_Comment_After, First_Comment_After_End): New functions
38374         (First_Comment_Before, First_Comment_Before_End): New functions
38375         (Next_Comment): New function
38376         (End_Of_Line_Comment, Follows_Empty_Line,
38377         Is_Followed_By_Empty_Line): New functions
38378         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
38379         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
38380         (Set_Next_Comment): New procedure
38381         (Default_Project_Node): Associate comment before if the node can store
38382         comments.
38383
38384         * scans.ads (Token_Type): New enumeration value Tok_Comment
38385         (Comment_Id): New global variable
38386
38387         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
38388         defaulted to False.
38389         (Scan): Store position of start of comment. If comments are tokens, set
38390         Comment_Id and set Token to Tok_Comment when scanning a comment.
38391         (Set_Comment_As_Token): New procedure
38392
38393         * sinput-p.adb: Update Copyright notice
38394         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
38395         that no longer exists.
38396
38397 2003-12-08  Javier Miranda  <miranda@gnat.com>
38398
38399         * sem_aggr.adb: Add dependence on Exp_Tss package
38400         Correct typo in comment
38401         (Resolve_Aggregate): In case of array aggregates set the estimated
38402         type of the aggregate before calling resolve. This is needed to know
38403         the name of the corresponding IP in case of limited array aggregates.
38404         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
38405         in case of default initialized array components.
38406
38407         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
38408         types. Required to give support to limited aggregates in generic
38409         formals.
38410
38411 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
38412
38413         * sem_ch3.adb (Check_Initialization): For legality purposes, an
38414         inlined body functions like an instantiation.
38415         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
38416         until bounds are analyzed, to diagnose premature use of type.
38417
38418         * sem_util.adb (Wrong_Type): Improve error message when the type of
38419         the expression is used prematurely.
38420
38421 2003-12-08  GNAT Script  <nobody@gnat.com>
38422
38423         * Make-lang.in: Makefile automatically updated
38424
38425 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
38426
38427         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
38428         they are automatically generated by Make-lang.in and cause nothing but
38429         maintenance troubles.
38430
38431 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
38432
38433         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
38434         version of this unit).
38435
38436 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
38437
38438         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
38439         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
38440         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
38441         the body of System.Interrupt_Management common to several targets.
38442         Update copyright notice when appropriate.
38443
38444         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
38445         constant.
38446
38447         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
38448         to ensure that the kernel fills in the interrupted context structure
38449         before calling a signal handler, which is necessary to be able to
38450         unwind past it. Update the copyright notice.
38451
38452 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
38453
38454         * a-elchha.ads: New file.
38455
38456         * a-elchha.adb: New default last chance handler. Contents taken from
38457         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
38458
38459         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
38460         is moved to a-elchha.adb to provide a target-independent default last
38461         chance handler.
38462
38463         * Makefile.rtl: Add a-elchha.o
38464
38465         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
38466
38467 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
38468
38469         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
38470         declared in an instance, do not inline the call if the instance is not
38471         frozen yet, to prevent order of elaboration problems.
38472
38473         * sem_prag.adb: Add comments for previous fix.
38474
38475 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
38476
38477         * g-table.adb: Use the right variable in Set_Item.
38478         Update copyright notice.
38479
38480 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
38481
38482         * Makefile.in: Remove unused rules.
38483
38484 2003-12-05  Vincent Celier  <celier@gnat.com>
38485
38486         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
38487         -nostdlib. Not needed here after all.
38488
38489 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
38490
38491         PR ada/11724
38492         * adaint.h, adaint.c, g-os_lib.ads:
38493         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
38494         on some platforms (including FreeBSD), it is a 64 bit value.
38495         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
38496
38497 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
38498
38499         * gnatvsn.ads (Library_Version): Now contain only the relevant
38500         version info.
38501         (Verbose_Library_Version): New constant.
38502
38503         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
38504         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
38505         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
38506
38507         * gnatlbr.adb: Clean up: replace Library_Version by
38508         Verbose_Library_Version.
38509
38510         * make.adb, lib-writ.adb, exp_attr.adb:
38511         Clean up: replace Library_Version by Verbose_Library_Version.
38512
38513         * 5lintman.adb: Removed.
38514
38515         * Makefile.in:
38516         Update and simplify computation of LIBRARY_VERSION.
38517         Fix computation of GSMATCH_VERSION.
38518         5lintman.adb is no longer used: replaced by 7sintman.adb.
38519
38520 2003-12-03  Robert Dewar  <dewar@gnat.com>
38521
38522         * exp_ch5.adb:
38523         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
38524         name. Modified to consider small non-bit-packed arrays as troublesome
38525         and in need of component-by-component assigment expansion.
38526
38527 2003-12-03  Vincent Celier  <celier@gnat.com>
38528
38529         * lang-specs.h: Process nostdlib as nostdinc
38530
38531         * back_end.adb: Update Copyright notice
38532         (Scan_Compiler_Arguments): Process -nostdlib directly.
38533
38534 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
38535
38536         * Makefile.in:
38537         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
38538         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
38539         included in HIE_NONE_TARGET_PAIRS.
38540
38541 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
38542
38543         * sem_attr.adb:
38544         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
38545         is legal in an instance, because legality is cheched in the template.
38546
38547         * sem_prag.adb:
38548         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
38549         appplied to an unchecked conversion of a formal parameter.
38550
38551         * sem_warn.adb:
38552         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
38553         variables.
38554
38555 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
38556
38557         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
38558         routines. The second one is new functionality to deal with backtracing
38559         through signal handlers.
38560         (unwind): Split into the two separate subroutines above.
38561         Update the documentation, and deal properly with sizeof (REG) different
38562         from sizeof (void*).
38563
38564 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
38565
38566         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
38567         so that the debugger can reliably access the value of the parameter,
38568         and therefore is able to display the exception name when an exception
38569         breakpoint is reached.
38570
38571 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
38572
38573         * fmap.adb: Fix typo in warning message.
38574
38575         * g-socket.ads, g-socket.adb: Make Free a visible instance of
38576         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
38577
38578 2003-12-01  Vincent Celier  <celier@gnat.com>
38579
38580         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
38581         ther is no Afile.
38582         (Build_Library): Get the switches only if Default_Switches is declared
38583         in package Binder.
38584
38585 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
38586
38587         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
38588         actuals that are indexed components, reanalyze actual to ensure that
38589         packed array references are properly expanded.
38590
38591         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
38592         attempted assignment to a discriminant.
38593
38594 2003-12-01  Robert Dewar  <dewar@gnat.com>
38595
38596         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
38597         reformatting.
38598
38599         * switch-c.adb: Minor reformatting of comments
38600
38601 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
38602
38603         * Makefile.in: Clean ups.
38604
38605 2003-12-01  GNAT Script  <nobody@gnat.com>
38606
38607         * Make-lang.in: Makefile automatically updated
38608
38609 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
38610
38611         * 5wsystem.ads: Disable zero cost exception, not ready yet.
38612
38613 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
38614
38615         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
38616         to force serialization.
38617
38618 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
38619
38620         * g-socket.ads, g-socket.adb:
38621         Clarify documentation of function Stream. Introduce a Free procedure
38622         to release the returned Stream once it becomes unused.
38623
38624         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
38625
38626 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
38627
38628         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
38629         since NT 4 cannot handle timeout values that are too large,
38630         e.g. DWORD'Last - 1.
38631
38632 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
38633
38634         * exp_ch4.adb:
38635         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
38636         in procedure calls and whose expansion must be deferred.
38637
38638         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
38639         is in exp_ch4.
38640
38641         * sem_ch3.adb:
38642         (Build_Derived_Array_Type): Create operator for unconstrained type
38643         if ancestor is unconstrained.
38644
38645 2003-11-26  Vincent Celier  <celier@gnat.com>
38646
38647         * make.adb (Project_Object_Directory): New global variable
38648         (Change_To_Object_Directory): New procedure
38649         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
38650         of Change_Dir directly. Do not change working directory to object
38651         directory of main project after each compilation.
38652         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
38653         directly.
38654         Change to object directory of main project before binding step.
38655         (Initialize): Initialize Project_Object_Directory to No_Project
38656
38657         * mlib-prj.adb:
38658         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
38659         binding a Stand-Alone Library.
38660
38661         * output.adb: Update Copyright notice
38662         (Write_Char): Output buffer when full
38663
38664 2003-11-26  Robert Dewar  <dewar@gnat.com>
38665
38666         * sem_ch13.adb: (Check_Size): Reset size if size is too small
38667
38668         * sem_ch13.ads:
38669         (Check_Size): Fix documentation to include bit-packed array case
38670
38671         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
38672
38673         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
38674
38675         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
38676
38677 2003-11-24  Arnaud Charlet  <charlet@act-europe.fr>
38678
38679         PR ada/13142
38680         * utils.c (init_gigi_decls): Change name of built-in setjmp to
38681         __builtin_setjmp, since this is apparently needed by recent
38682         non Ada changes.
38683
38684 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
38685
38686         * adadecode.c: Only include ctype.h if not IN_GCC.
38687         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
38688
38689 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
38690
38691         * Makefile.in:
38692         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
38693         signals and interrupts.
38694
38695         * 5zintman.ads: New File.
38696
38697         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
38698         add exception signals to the set of unmasked signals.
38699
38700         * 5ztaprop.adb:
38701         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
38702         between signals and interrupts.
38703         Add to Unblocked_Signal_Mask the set of signals that are in
38704         Keep_Unmasked.
38705
38706         * 7sinmaop.adb:
38707         Adding a check to see whether the Interrupt_ID we want to unmask is in
38708         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
38709         reason is that the index type of the Keep_Unmasked array is not always
38710         Interrupt_ID; it may be a subtype of Interrupt_ID.
38711
38712 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
38713
38714         * exp_util.adb:
38715         (Remove_Side_Effects): Condition constantness of object created for a
38716          an unchecked type conversion on the constantness of the expression
38717          to ensure the correct value for 'Constrained when passing components
38718          of view-converted class-wide objects.
38719
38720 2003-11-24  Robert Dewar  <dewar@gnat.com>
38721
38722         * par-load.adb (Load): Improve handling of misspelled and missing units
38723         Removes several cases of compilation abandoned messages
38724
38725         * lib.adb: (Remove_Unit): New procedure
38726
38727         * lib.ads: (Remove_Unit): New procedure
38728
38729         * lib-load.adb: Minor reformatting
38730
38731 2003-11-24  Vincent Celier  <celier@gnat.com>
38732
38733         * make.adb:
38734         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
38735         (Marking_Label): Label to mark processed source files. Incremented for
38736         each executable.
38737         (Gnatmake): Increase Marking_Labet for each executable
38738         (Is_Marked): Compare against marking label
38739         (Mark): Mark with marking label
38740
38741 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
38742
38743         * s-thread.ads:
38744         Move the declaration of the TSD for System.Threads to System.Soft_Links.
38745         Add some comments.
38746
38747         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
38748         (rts-cert): build a single relocatable object for the run-time lib.
38749         Fix perms.
38750
38751 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
38752
38753         * Make-lang.in:
38754         Use gnatls rather than gcc to obtain the location of GNAT RTL for
38755         crosstools build.
38756
38757 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
38758
38759         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
38760         can not use it as before (that is, as a variable) when dumping it into
38761         the tree file. Add a local variable to store the result of this
38762         function and to be used as the string to be written into the tree.
38763
38764         * scn.adb (Initialize_Scanner): Add comments explaining the recent
38765         changes.
38766
38767         * sinput.adb (Source_First, Source_Last): In case of
38768         Internal_Source_File, replace returning attributes of
38769         Internal_Source_Ptr (which is wrong) with returning attributes of
38770         Internal_Source.
38771
38772 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
38773
38774         * sem_ch3.adb:
38775         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
38776         used for implicit concatenation operators.
38777         Code cleanup.
38778
38779         * sem_elab.adb:
38780         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
38781         task bodies that are in the scope of a Suppress pragma.
38782         (Check_A Call): Use the flag to prevent spurious elaboration checks.
38783
38784         * sinfo.ads, sinfo.adb:
38785         New flag No_Elaboration_Check on function/procedure calls, to properly
38786         suppress checks on calls in task bodies that are within a local suppress
38787         pragma.
38788
38789         * exp_ch4.adb:
38790         (Expand_Concatenate_Other): Use the proper integer type for the
38791         expression for the upper bound, to avoid universal_integer computations
38792         when possible.
38793
38794 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
38795
38796         * .cvsignore: Delete.
38797
38798 2003-11-21  Andreas Schwab  <schwab@suse.de>
38799
38800         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
38801
38802 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
38803
38804         * 5wsystem.ads: Enable zero cost exception.
38805
38806 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
38807
38808         * 5ztiitho.adb: Remove an unreferenced variable.
38809
38810 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
38811
38812         * adaint.c: For FreeBSD, use mkstemp.
38813
38814 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
38815
38816         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
38817
38818 2003-11-21  Robert Dewar  <dewar@gnat.com>
38819
38820         * bld.adb: Remove useless USE of gnatvsn
38821
38822         * gnatchop.adb: Minor reformatting
38823         Clean up version handling to be more consistent
38824
38825         * gnatxref.adb: Minor reformatting
38826
38827         * gprcmd.adb: Minor reformatting
38828         Fix output of copyright to be more consistent with other tools
38829
38830 2003-11-21  Vincent Celier  <celier@gnat.com>
38831
38832         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
38833
38834 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
38835
38836         * atree.adb (Initialize): Add initializations for global variables
38837         used in New_Copy_Tree.
38838
38839         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
38840         Internal_Source_File as the actual).
38841         Put the set of statements creating Any_Character before the set of
38842         statements creating Any_Array to have Any_Character fully initialized
38843         when it is used in creating Any_Array.
38844
38845         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
38846         not call Scan in case if the actual is Internal_Source_File
38847         Add 2003 to copyright note.
38848
38849         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
38850         processing Internal_Source_File.
38851
38852         * types.ads: Add the constant Internal_Source_File representing the
38853         source buffer for artificial source-code-like strings created within
38854         the compiler (the definition of Source_File_Index is changed).
38855
38856 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
38857
38858         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
38859         56system.ads: New file, FreeBSD version.
38860
38861 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
38862
38863         * Make-lang.in (ada.extraclean): Delete.
38864
38865 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
38866
38867         * gnatmem.adb: Clean up verbose output.
38868
38869         * gprcmd.adb: Change copyright to FSF.
38870
38871 2003-11-19  Vincent Celier  <celier@gnat.com>
38872
38873         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
38874         and Version (ignored).
38875
38876         * symbols.ads: (Policy): New type
38877         (Initialize): New parameter Reference, Symbol_Policy and
38878         Library_Version.
38879         Remove parameter Force.
38880         Minor reformatting.
38881
38882         * snames.ads, snames.adbadb: New standard names
38883         Library_Reference_Symbol_File and Library_Symbol_Policy
38884
38885         * mlib-prj.adb:
38886         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
38887         project.
38888
38889         * mlib-tgt.adb:
38890         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
38891
38892         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
38893
38894         * prj.adb: (Project_Empty): New component Symbol_Data
38895
38896         * prj.ads: (Policy, Symbol_Record): New types
38897         (Project_Data): New component Symbol_Data
38898
38899         * prj-attr.adb:
38900         New attributes Library_Symbol_File, Library_Symbol_Policy and
38901         Library_Reference_Symbol_File.
38902
38903         * prj-nmsc.adb:
38904         (Ada_Check): When project is a Stand-Alone library project, process
38905         attribute Library_Symbol_File, Library_Symbol_Policy and
38906         Library_Reference_Symbol_File.
38907
38908         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
38909         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
38910         5sml-tgt.adb (Build_Dynamic_Library): New parameter
38911         Symbol_Data (ignored).
38912
38913         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
38914         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
38915         functions Option_File_Name and Version_String. Set new options of
38916         gnatsym related to symbol file, symbol policy and reference symbol
38917         file.
38918
38919         * 5vsymbol.adb:
38920         Extensive modifications to take into account the reference symbol file,
38921         the symbol policy, the library version and to put in the symbol file the
38922         minor and major IDs.
38923
38924         * bld.adb (Process_Declarative_Items): Put second argument of
38925         gprcmd to_absolute between single quotes, to avoid problems with
38926         Windows.
38927
38928         * bld-io.adb: Update Copyright notice.
38929         (Flush): Remove last character of a line, if it is a back slash, to
38930         avoid make problems.
38931
38932         * gnatsym.adb:
38933         Implement new scheme with reference symbol file and symbol policy.
38934
38935         * g-os_lib.ads: (Is_Directory): Clarify comment
38936
38937 2003-11-19  Robert Dewar  <dewar@gnat.com>
38938
38939         * atree.adb: Move New_Copy_Tree global variables to head of package
38940
38941         * errout.adb: Minor reformatting
38942
38943 2003-11-19  Javier Miranda  <miranda@gnat.com>
38944
38945         * sem_ch4.adb: (Diagnose_Call): Improve error message.
38946         Add reference to Ada0Y (AI-50217)
38947
38948         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
38949         sem_util.adb: Add reference to AI-50217
38950
38951         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
38952
38953         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
38954
38955         * sem_aggr.adb: Complete documentation of AI-287 changes
38956
38957         * par-ch4.adb: Document previous changes.
38958
38959         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
38960         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
38961         Ada0Y (AI-50217)
38962
38963         * exp_aggr.adb: Add references to AI-287 in previous changes
38964
38965 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
38966
38967         * exp_ch6.adb:
38968         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
38969         in the rewriting is the result of an inlined call.
38970
38971         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
38972         parameter is a type conversion, use original node to construct the
38973         post-call assignment, because expression may have been rewritten, e.g.
38974         if it is a packed array.
38975
38976         * sem_attr.adb:
38977         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
38978         body, just as it is in an instance.
38979         Categorization routines
38980
38981         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
38982         Instantiate_Object): Set proper sloc reference for message on missing
38983         actual.
38984
38985 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
38986
38987         * Makefile.in: Add FreeBSD libgnat pairs.
38988
38989         * usage.adb: Fix typo in usage message.
38990
38991 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
38992
38993         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
38994         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
38995         pragma Thread_Body.
38996         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
38997
38998         * s-thread.adb: This file is now a dummy implementation of
38999         System.Thread.
39000
39001 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
39002
39003         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
39004
39005 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
39006
39007         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
39008         instanciation references in the parent type description.
39009
39010 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39011
39012         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
39013
39014         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
39015         TYPE_PRECISION directly from esize.
39016
39017 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
39018
39019         * cstreams.c:
39020         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
39021
39022         * init.c: Initialization routines for FreeBSD
39023
39024         * link.c: Link info for FreeBSD
39025
39026         * sysdep.c: Add the case of FreeBSD
39027
39028 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
39029
39030         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
39031         already called in System.Threads.
39032
39033         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
39034         environment task, as it has been moved to System.Threads.Initialization.
39035
39036 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
39037
39038         * adaint.c (__gnatlib_install_locks): Only reference
39039         __gnat_install_locks on VMS, since other platforms can avoid using
39040         --enable-threads=gnat
39041
39042 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39043
39044         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
39045
39046         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
39047         TYPE_PACKED_ARRAY_TYPE_P.
39048         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
39049
39050         Part of PR ada/12806
39051         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
39052         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
39053
39054 2003-11-17  Vincent Celier  <celier@gnat.com>
39055
39056         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
39057         to False.
39058         Do not set exit status to Failure when Warning is True.
39059         (Gnatchop): Make errors "no compilation units found" and
39060         "no source files written" warnings only.
39061
39062         * make.adb (Gnatmake): When using a project file, set
39063         Look_In_Primary_Dir to False.
39064         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
39065         and Local_Configuration_Pragmas in the project where they are declared
39066         not an extending project which might have inherited them.
39067
39068         * osint.adb (Locate_File): If Name is already an absolute path, do not
39069         look for a directory.
39070
39071         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
39072         -gnats (Check_Syntax) is used, issue only a warning, not an error.
39073
39074         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
39075         in objects of type Variable_Value.
39076
39077         * prj.ads: (Variable_Value): New component Project
39078
39079         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
39080         is in a project extended by Project.
39081
39082         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
39083         Project of Variable_Values to this new parameter value.
39084         (Expression): Set component Project of Variable_Values.
39085         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
39086         Set the component Project in array elements.
39087
39088 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
39089
39090         * errout.adb: (Initialize): Add initialization for error nodes.
39091
39092         * sem_ch12.adb (Initialize): Add missing initializations for
39093         Exchanged_Views and Hidden_Entities.
39094
39095 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
39096
39097         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
39098         already instantiated tree for use in subsequent inlining.
39099         (Analyze_Associations, Instantiate_Formal_Subprogram,
39100         Instantiate_Object): improve error message for mismatch in
39101         instantiations.
39102
39103         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
39104         instantiations of subprograms declared in instances.
39105
39106 2003-11-17  Javier Miranda  <miranda@gnat.com>
39107
39108         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
39109         executed only under the Extensions_Allowed flag.
39110
39111 2003-11-17  Robert Dewar  <dewar@gnat.com>
39112
39113         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
39114         zeroes suppressed.
39115         (Address_Image): Fix bug of returning 0x instead of 0x0
39116         Minor reformatting (function specs).
39117
39118         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
39119         (missed case of 33-63)
39120
39121         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
39122
39123         * s-thread.adb: Add comments for pragma Restriction
39124
39125         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
39126         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
39127
39128 2003-11-17  Ed Falis  <falis@gnat.com>
39129
39130         * s-thread.adb: Added No_Tasking restriction for this implementation.
39131
39132 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
39133
39134         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
39135         instanciation references in the parent type description.
39136
39137 2003-11-17  GNAT Script  <nobody@gnat.com>
39138
39139         * Make-lang.in: Makefile automatically updated
39140
39141 2003-11-16  Jason Merrill  <jason@redhat.com>
39142
39143         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
39144         and TAGS files that include them for each front end.
39145
39146 2003-11-14  Andreas Jaeger  <aj@suse.de>
39147
39148         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
39149         is the canonical version.
39150         * misc.c (gnat_handle_option): Likewise.
39151
39152         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
39153
39154         * 5nsystem.ads: New file for x86_64-linux-gnu.
39155
39156 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
39157
39158         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
39159
39160         * comperr.adb: Fix logic in previous change.
39161
39162 2003-11-13  Vincent Celier  <celier@gnat.com>
39163
39164         * 5bml-tgt.adb (Build_Dynamic_Library): Use
39165         Osint.Include_Dir_Default_Prefix instead of
39166         Sdefault.Include_Dir_Default_Name.
39167
39168         * gnatlbr.adb: Update Copyright notice
39169         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
39170         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
39171         instead of Sdefault.Object_Dir_Default_Name
39172
39173         * gnatlink.adb:
39174         (Process_Binder_File): Never suppress the option following -Xlinker
39175
39176         * mdll-utl.adb:
39177         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
39178         Sdefault.Object_Dir_Default_Name.
39179
39180         * osint.ads, osint.adb:
39181         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
39182         Minor reformatting.
39183
39184         * vms_conv.ads: Minor reformating
39185         Remove GNAT STANDARD and GNAT PSTA
39186
39187         * vms_conv.adb:
39188         Allow GNAT MAKE to have several files on the command line.
39189         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
39190         Sdefault.Object_Dir_Default_Name.
39191         Minor Reformating
39192         Remove data for GNAT STANDARD
39193
39194         * vms_data.ads:
39195         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
39196         Remove data for GNAT STANDARD
39197         Remove options and documentation for -gnatwb/-gnatwB: these warning
39198         options no longer exist.
39199
39200 2003-11-13  Ed Falis  <falis@gnat.com>
39201
39202         * 5zthrini.adb: (Init_RTS): Made visible
39203
39204         * 5zthrini.adb:
39205         (Register): Removed unnecessary call to taskVarGet that checked whether
39206          an ATSD was already set as a task var for the argument thread.
39207
39208         * s-thread.adb:
39209         Updated comment to reflect that this is a VxWorks version
39210         Added context clause for System.Threads.Initialization
39211         Added call to System.Threads.Initialization.Init_RTS
39212
39213 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
39214
39215         * 5zthrini.adb:
39216         (Init_RTS): New procedure, for the initialization of the run-time lib.
39217
39218         * s-thread.adb:
39219         Remove dependancy on System.Init, so that this file can be used in the
39220         AE653 sequential run-time lib.
39221
39222 2003-11-13  Robert Dewar  <dewar@gnat.com>
39223
39224         * bindgen.adb: Minor reformatting
39225
39226 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
39227
39228         * checks.adb:
39229         (Apply_Discriminant_Check): Do no apply check if target type is derived
39230         from source type with no applicable constraint.
39231
39232         * lib-writ.adb:
39233         (Ensure_System_Dependency): Do not apply the style checks that may have
39234         been specified for the main unit.
39235
39236         * sem_ch8.adb:
39237         (Find_Selected_Component): Further improvement in error message, with
39238         RM reference.
39239
39240         * sem_res.adb:
39241         (Resolve): Handle properly the case of an illegal overloaded protected
39242         procedure.
39243
39244 2003-11-13  Javier Miranda  <miranda@gnat.com>
39245
39246         * exp_aggr.adb:
39247         (Has_Default_Init_Comps): New function to check the presence of
39248         default initialization in an aggregate.
39249         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
39250         extension aggregate of a limited record. In addition, a new formal
39251         was added to do not initialize the record controller (if any) during
39252         this recursive expansion of ancestors.
39253         (Init_Controller): Add support for limited record components.
39254         (Expand_Record_Aggregate): In case of default initialized components
39255         convert the aggregate into a set of assignments.
39256
39257         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
39258         describing the new syntax.
39259         Nothing else needed to be done because this subprogram delegates part of
39260         its work to P_Precord_Or_Array_Component_Association.
39261         (P_Record_Or_Array_Component_Association): Give support to the new
39262         syntax for default initialization of components.
39263
39264         * sem_aggr.adb:
39265         (Resolve_Aggregate): Relax the strictness of the frontend in case of
39266         limited aggregates.
39267         (Resolve_Record_Aggregate): Give support to default initialized
39268         components.
39269         (Get_Value): In case of default initialized components, duplicate
39270         the corresponding default expression (from the record type
39271         declaration). In case of default initialization in the *others*
39272         choice, do not check that all components have the same type.
39273         (Resolve_Extension_Aggregate): Give support to limited extension
39274         aggregates.
39275
39276         * sem_ch3.adb:
39277         (Check_Initialization): Relax the strictness of the front-end in case
39278         of aggregate and extension aggregates. This test is now done in
39279         Get_Value in a per-component manner.
39280
39281         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
39282         expression corresponds to a limited aggregate. This test is now done
39283         in Get_Value.
39284
39285         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
39286         Box_Present flag.
39287
39288         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
39289         present in an N_Component_Association node
39290
39291 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
39292
39293         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
39294         type-conformant entry only if they are homographs.
39295
39296 2003-11-13  GNAT Script  <nobody@gnat.com>
39297
39298         * Make-lang.in: Makefile automatically updated
39299
39300 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39301
39302         * adadecode.c: Use <> form of include for ctype.h.
39303         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
39304
39305 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39306
39307         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
39308         Works around PR middle-end/6552.
39309
39310 2003-11-10  Ed Falis  <falis@gnat.com>
39311
39312         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
39313
39314         * 5zinit.adb: (Install_Handler): Moved back to spec
39315         (Install_Signal_Handlers): Deleted
39316
39317         * 5zthrini.adb: Added context clause for System.Storage_Elements
39318         (Register): Only handles creation of taskVar; initialization moved to
39319         Thread_Body_Enter.
39320         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
39321         Added declaration of environment task secondary stack and
39322         initialization.
39323
39324         * s-thread.adb: Implement bodies for thread body processing
39325
39326         * s-thread.ads:
39327         Added comment identifying supported targets for pragma Thread_Body.
39328
39329 2003-11-10  Pascal Obry  <obry@gnat.com>
39330
39331         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
39332         GNAT_MAX_PATH_LEN.
39333
39334         * s-fileio.adb:
39335         (Open): Properly check for string length before copying into the buffer.
39336         Raises Name_Error if buffer is too small. Note that this was a potential
39337         buffer overflow.
39338
39339 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
39340
39341         * bindgen.adb, comperr.adb: Code clean ups.
39342         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
39343
39344 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
39345
39346         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
39347
39348 2003-11-10  Vincent Celier  <celier@gnat.com>
39349
39350         * gprcmd.adb:
39351         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
39352         installation.
39353
39354         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
39355
39356         * prj.adb: (Project_Empty): Add new boolean component Virtual
39357
39358         * prj.ads: (Virtual_Prefix): New constant string
39359         (Project_Data): New boolean component Virtual
39360
39361         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
39362         a library project is extended by a virtual extending project.
39363
39364         * prj-part.adb:
39365         Modifications throughout to implement extending-all project, including:
39366         (Virtual_Hash, Processed_Hash): New hash tables
39367         (Create_Virtual_Extending_Project): New procedure
39368         (Look_For_Virtual_Projects_For): New procedure
39369
39370         * prj-proc.adb:
39371         (Process): After checking the projects, if main project is an
39372         extending-all project, set the object directory of all virtual extending
39373         project to the object directory of the main project.
39374         Adjust error message when a virtual extending project has the same
39375         object directory as an project being extended.
39376         (Recursive_Process): If name starts with the virtual prefix, set Virtual
39377         to True in the project data.
39378
39379         * prj-tree.adb:
39380         (Default_Project_Node): Add new boolean component Extending_All
39381         (Is_Extending_All): New function
39382         (Set_Is_Extending_All): New procedure
39383
39384         * prj-tree.ads: (Is_Extending_All): New function
39385         (Set_Is_Extending_All): New procedure
39386         (Project_Node_Record): New boolean component Extending_All
39387
39388         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
39389
39390         * vms_data.ads:
39391         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
39392
39393         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
39394         "gprcmd prefix" to define it.
39395
39396 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
39397
39398         * einfo.ads: Fix a typo and remove an extraneous word in comments.
39399
39400         * lib-load.adb:
39401         (Create_Dummy_Package_Unit): Set the scope of the entity for the
39402         created dummy package to Standard_Standard, not to itself, to
39403         defend other parts of the front-end against encoutering a cycle in
39404         the scope chain.
39405
39406         * sem_ch10.adb:
39407         (Analyze_With_Clause): When setting the entities for the successive
39408         N_Expanded_Names that constitute the name of a child unit, do not
39409         attempt to go further than Standard_Standard in the chain of scopes.
39410         This case arises from the placeholder units created by
39411         Create_Dummy_Package_Unit in the case of a with_clause for a
39412         nonexistent child unit.
39413
39414 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
39415
39416         * exp_ch6.adb:
39417         (Expand_Thread_Body): Place subprogram on scope stack, so that new
39418         declarations are given the proper scope.
39419
39420         * sem_ch13.adb:
39421         (Check_Expr_Constants): Reject an expression that contains a constant
39422         created during expansion, and that appears after the object to which
39423         the address clause applies.
39424
39425         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
39426         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
39427         that uses 'Range of a function call with controlled components, so
39428         that the function result can be finalized before starting the loop.
39429
39430         * sem_ch8.adb:
39431         (Find_Selected_Component): Improve error message when prefix is
39432         an implicit dereference of an incomplete type.
39433
39434 2003-11-10  Robert Dewar  <dewar@gnat.com>
39435
39436         * opt.ads: New Print_Standard flag for -gnatS switch
39437
39438         * sem_ch13.adb: Remove some additional checks for unaligned arrays
39439
39440         * cstand.adb (Create_Standard): Print out package standard if -gnatS
39441         switch set
39442
39443         * debug.adb: Update doc for -gnatds to discuss relationship with new
39444         -gnatS flag
39445
39446         * sinfo.adb: Add new field Entity_Or_Associated_Node
39447
39448         * sinfo.ads: Add new field Entity_Or_Associated_Node
39449         Update documentation for Associated_Node and Entity fields to clarify
39450         relationship and usage.
39451
39452         * sprint.adb:
39453         (Write_Id): Properly process Associated_Node field in generic template
39454
39455         * switch-c.adb:
39456         Recognize new -gnatS switch for printing package Standard
39457         This replaces gnatpsta
39458
39459         * usage.adb:
39460         Add line for  new -gnatS switch for printing package Standard
39461         This replaces gnatpsta
39462
39463 2003-11-10  Andreas Jaeger  <aj@suse.de>
39464
39465         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
39466         integer.
39467
39468 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39469
39470         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
39471         by gnat1.
39472
39473 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39474
39475         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
39476         no longer needed.
39477
39478         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
39479
39480         * sysdep.c: Add handling of cygwin.
39481
39482 2003-11-10  GNAT Script  <nobody@gnat.com>
39483
39484         * Make-lang.in: Makefile automatically updated
39485
39486 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
39487
39488         PR 12950
39489         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
39490         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
39491         Replace GNAT_ROOT by GCC_ROOT.
39492
39493         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
39494
39495 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
39496
39497         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
39498         and update for changed meaning of GET_MODE_BITSIZE.
39499
39500 2003-11-04  Doug Rupp  <rupp@gnat.com>
39501
39502         * sysdep.c: Problem discovered during IA64 VMS port.
39503         [VMS] #include <unixio.h> to get proper prototypes.
39504
39505         * adaint.c:
39506         Issues discovered/problems fixed during IA64 VMS port.
39507         [VMS] #define _POSIX_EXIT for proper semantics.
39508         [VMS] #include <unixio.h> for proper prototypes.
39509         [VMS] (fork): #define IA64 version.
39510         (__gnat_os_exit): Remove unnecessary VMS specific code.
39511
39512 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39513
39514         Part of PR ada/12806
39515         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
39516         tree, not integer.
39517
39518         * decl.c:
39519         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
39520         not integer.
39521
39522         * targtyps.c, decl.c, misc.c,
39523         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
39524         routines to work around change in FP sizing semantics in GCC.
39525
39526         * utils.c:
39527         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
39528
39529         * gigi.h: (enumerate_modes): New function.
39530
39531         * Make-lang.in: (ada/misc.o): Add real.h.
39532
39533         * misc.c: (enumerate_modes): New function.
39534
39535 2003-11-04  Robert Dewar  <dewar@gnat.com>
39536
39537         * 3vtrasym.adb: Minor reformatting
39538         Use terminology encoded/decoded name, rather than C++ specific notion
39539         of mangling (this is the terminology used throughout GNAT).
39540
39541         * einfo.h: Regenerated
39542
39543         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
39544
39545         * exp_ch6.adb:
39546         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
39547
39548         * par-prag.adb: Add dummy entry for Thread_Body pragma
39549
39550         * rtsfind.ads:
39551         Add entries for System.Threads entities for thread body processing
39552
39553         * sem_attr.adb:
39554         (Analyze_Pragma, Access attributes): Check these are not applied to a
39555         thread body, since this is not permitted
39556
39557         * sem_prag.adb: Add processing for Thread_Body pragma.
39558         Minor comment fix.
39559
39560         * sem_res.adb:
39561         (Resolve_Call): Check for incorrect attempt to call a thread body
39562          procedure with a direct call.
39563
39564         * snames.ads, snames.adb: Add entry for Thread_Body pragma
39565         Add names associated with thread body expansion
39566
39567         * snames.h: Add entry for Thread_Body pragma
39568
39569         * s-thread.adb: Add entries for thread body processing
39570         These are dummy bodies so far
39571
39572         * s-thread.ads: Add documentation on thread body handling.
39573         Add entries for thread body processing.
39574
39575 2003-11-04  Javier Miranda  <miranda@gnat.com>
39576
39577         * sem_ch10.adb:
39578         (Build_Limited_Views): Return after posting an error in case of limited
39579         with_clause on subprograms, generics, instances or generic renamings
39580         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
39581         on subprograms, generics, instances or generic renamings
39582
39583 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
39584
39585         * raise.c (setup_to_install): Correct mistake in last revision; two
39586         arguments out of order.
39587
39588         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
39589         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
39590         notice, missed in previous change.
39591         Remove trailing blanks and other style errors introduced in previous
39592         change.
39593
39594 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
39595
39596         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
39597         rid of the wrapper for a LJM type, ensuring we don't do that if the
39598         field is addressable.  This avoids potential low level type view
39599         mismatches later on, for instance in a by-reference argument passing
39600         process.
39601
39602 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39603
39604         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
39605         aligned at byte boundary.
39606
39607 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
39608
39609         * decl.c (components_to_record): Do not delete the empty variants from
39610         the end of the union type.
39611
39612 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
39613
39614         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
39615         operation for a derived type, an explicit declaration may use a local
39616         subtype of Boolean.
39617
39618 2003-11-04  Vincent Celier  <celier@gnat.com>
39619
39620         * make.adb (Gnatmake): Allow main sources on the command line with a
39621         library project when it is only for compilation (no binding or
39622         linking).
39623
39624 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
39625
39626         * Makefile.in: Remove many duplicate variables.
39627
39628 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
39629
39630         * Make-lang.in (dvi): Move targets to $(docobjdir).
39631         (gnat_ug_vms.dvi): Simplify rule and adjust target.
39632         (gnat_ug_wnt.dvi): Likewise.
39633         (gnat_ug_unx.dvi): Likewise.
39634         (gnat_ug_vxw.dvi): Likewise.
39635         (gnat_rm.dvi): Likewise.
39636         (gnat-style.dvi): Likewise.
39637
39638 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
39639
39640         * gigi.h: Missed commit from update for C90.
39641
39642 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
39643
39644         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
39645
39646 2003-10-31  Andreas Schwab  <schwab@suse.de>
39647
39648         * raise.c (get_action_description_for): Fix typo in last change.
39649
39650 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
39651
39652         PR ada/12761
39653         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
39654         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
39655
39656 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
39657
39658         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
39659         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
39660         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
39661         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
39662         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
39663
39664 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
39665
39666         * 3vtrasym.adb:
39667         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
39668         numbers when symbol name is too long.
39669
39670 2003-10-30  Ed Falis  <falis@gnat.com>
39671
39672         * g-signal.ads, g-signal.adb: New files
39673
39674         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
39675
39676         * Makefile.rtl: Introduce GNAT.Signals
39677
39678 2003-10-30  Robert Dewar  <dewar@gnat.com>
39679
39680         * freeze.adb: Minor reformatting
39681
39682         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
39683
39684         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
39685         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
39686         New handling of Id_Check parameter to improve recognition of keywords
39687         used as identifiers.
39688         Update copyright notice to include 2003
39689
39690 2003-10-29  Robert Dewar  <dewar@gnat.com>
39691
39692         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
39693         sem_ch10.adb: Minor reformatting
39694
39695         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
39696         (Expand_Assign_Record): Test right hand side for bit unaligned as well
39697
39698 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
39699
39700         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
39701         Support for TBK$SYMBOLIZE-based symbolic traceback.
39702
39703 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
39704
39705         * exp_disp.adb:
39706         Revert previous change, that did not work well when pragma No_Run_Time
39707         was used in conjunction with a run-time other than ZFP.
39708
39709 2003-10-29  Vincent Celier  <celier@gnat.com>
39710
39711         * make.adb:
39712         (Gnatmake): When there are no Ada mains in attribute Main, disable the
39713          bind and link steps only is switch -z is not used.
39714
39715 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
39716
39717         * Makefile.generic: Remove duplicated setting of CC.
39718
39719         * Makefile.prolog: Set CC to gcc by default, to override make's
39720         default (cc).
39721
39722         * einfo.h: Regenerated.
39723
39724 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
39725
39726         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
39727         current body, after compiling subunit.
39728
39729         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
39730         when in deleted code, because gigi needs properly ordered freeze
39731         actions to annotate types.
39732
39733         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
39734         prevent the premature freezing of record type that contains
39735         subcomponents with a private type that does not yet have a completion.
39736
39737 2003-10-29  Javier Miranda  <miranda@gnat.com>
39738
39739         * sem_ch12.adb:
39740         (Analyze_Package_Instantiation): Check that instances can not be used in
39741         limited with_clauses.
39742
39743         * sem_ch8.adb:
39744         (Analyze_Package_Renaming): Check that limited withed packages cannot
39745         be renamed. Improve text on error messages related to limited
39746         with_clauses.
39747
39748         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
39749
39750         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
39751         Update copyright notice.
39752
39753         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
39754         (Install_Limited_Context_Clauses): New subprogram that isolates all the
39755         checks required for limited context_clauses and installs the limited
39756         view.
39757         (Install_Limited_Withed_Unit): Complete its documentation.
39758         (Analyze_Context): Check that limited with_clauses are only allowed in
39759         package specs.
39760         (Install_Context): Call Install_Limited_Context_Clauses after the
39761         parents have been installed.
39762         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
39763         package as 'From_With_Type'; this mark indicates that the limited view
39764         is installed. Used to check bad usages of limited with_clauses.
39765         (Build_Limited_Views): Do not add shadow entities to the scope's list
39766         of entities. Do not add real entities to the Non_Limited_Views chain.
39767         Improve error notification.
39768         (Remove_Context_Clauses): Remove context clauses in two phases:
39769         limited views first and regular views later (to maintain the
39770         stack model).
39771         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
39772         its visible entities.
39773
39774 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
39775
39776         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
39777         with any type that Is_Fixed_Point_Type.
39778
39779         * sinfo.ads: Fix documentation for Associated_Node attribute.
39780
39781 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
39782
39783         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
39784         both '-gnatc' and '-gnatt' are specified.
39785
39786         * atree.adb (Initialize): Add initialization for Node_Count (set to
39787         zero).
39788
39789 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
39790
39791         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
39792         do not consider as Pure.
39793
39794         Part of implementation of function-at-a-time:
39795
39796         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
39797         (tree_transform): Add new argument to build_component_ref.
39798         (tree_transform, case N_Assignment_Statement): Make and return an
39799         EXPR_STMT.
39800         (tree_transform): If result IS_STMT, set flags and return it.
39801         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39802
39803         * utils2.c (build_simple_component_ref, build_component_ref): Add new
39804         arg, NO_FOLD_P.
39805         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
39806         (build_allocator): Likewise.
39807
39808         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
39809         Add new arg to build_component_ref.
39810         (maybe_unconstrained_array, unchecked_convert): Likewise.
39811
39812         * ada-tree.def (EXPR_STMT): New code.
39813
39814         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
39815
39816         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
39817         build_component_ref calls.
39818
39819         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
39820
39821         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
39822         (build_component_ref): Add new argument, NO_FOLD_P.
39823
39824 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
39825
39826         * Makefile.generic: Add missing substitution on object_deps handling.
39827
39828         PR ada/5909
39829         * Make-lang.in (check-ada): Enable ACATS test suite.
39830
39831 2003-10-27  Robert Dewar  <dewar@gnat.com>
39832
39833         * exp_ch3.adb:
39834         (Freeze_Array_Type): We do not need an initialization routine for types
39835         derived from String or Wide_String. They should be treated the same
39836         as String and Wide_String themselves. This caused problems with the
39837         use of Initialize_Scalars.
39838
39839         * exp_ch5.adb:
39840         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
39841         composites. This allows use of component clauses that are not byte
39842         aligned.
39843
39844         * sem_prag.adb:
39845         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
39846         is an attempt to pack an array of atomic objects.
39847
39848         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
39849
39850 2003-10-27  Pascal Obry  <obry@gnat.com>
39851
39852         * g-dirope.adb:
39853         (Basename): Check for drive letters in a pathname only on DOS based OS.
39854
39855 2003-10-27  Vincent Celier  <celier@gnat.com>
39856
39857         * make.adb:
39858         (Gnatmake): When unable to change dir to the object dir, display the
39859         content of the parent dir of the obj dir, to try to understand why this
39860         happens.
39861
39862 2003-10-27  GNAT Script  <nobody@gnat.com>
39863
39864         * Make-lang.in: Makefile automatically updated
39865
39866 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
39867
39868         * sem_ch12.adb:
39869         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
39870         should not be done in Save/Restore_Scope_Stack, because it is performed
39871         locally.
39872
39873         * sem_ch8.adb:
39874         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39875         whether use clauses should be removed/restored.
39876
39877         * sem_ch8.ads:
39878         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
39879         whether use clauses should be removed/restored.
39880
39881 2003-10-26  Andreas Jaeger  <aj@suse.de>
39882
39883         * Makefile.in: Remove duplicated lines.
39884
39885 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39886
39887         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
39888         minimize the differences with ACT tree.
39889
39890         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
39891         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
39892         Gnatvsn.Gnat_Static_Version_String to reduce differences between
39893         ACT and FSF trees.
39894
39895 2003-10-24  Pascal Obry  <obry@gnat.com>
39896
39897         PR ada/12014
39898         * adadecode.c (ostrcpy): New function.
39899         (__gnat_decode): Use ostrcpy of strcpy.
39900         (has_prefix): Set first parameter a const.
39901         (has_suffix): Set first parameter a const.
39902         Update copyright notice. Fix source name in header.
39903         Removes a trailing space.
39904
39905 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
39906
39907         * exp_disp.adb:
39908         Remove the test against being in No_Run_Time_Mode before generating a
39909         call to Register_Tag. It is redundant with the test against the
39910         availability of the function Register_Tag.
39911
39912 2003-10-24  Vincent Celier  <celier@gnat.com>
39913
39914         * g-catiio.adb: (Month_Name): Correct spelling of February
39915
39916         * make.adb: (Mains): New package
39917         (Initialize): Call Mains.Delete
39918         (Gnatmake): Check that each main on the command line is a source of a
39919         project file and, if there are several mains, each of them is a source
39920         of the same project file.
39921         (Gnatmake): When a foreign language is specified in attribute Languages,
39922         no main is specified on the command line and attribute Mains is not
39923         empty, only build the Ada main. If there is no Ada main, just compile
39924         the Ada sources and their closure.
39925         (Gnatmake): If a main is specified on the command line with directory
39926         information, check that the source exists and, if it does, that the path
39927         is the actual path of a source of a project.
39928
39929         * prj-env.adb:
39930         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
39931         Full_Path is True, return the full path instead of the simple file name.
39932         (Project_Of): New function
39933
39934         * prj-env.ads:
39935         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
39936         defaulted to False.
39937         (Project_Of): New function
39938
39939 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39940
39941         * Makefile.generic:
39942         Ensure objects of main project are always checked and rebuilt if needed.
39943         Set CC to gcc by default.
39944         Prepare new handling of link by creating a global archive (not activated
39945         yet).
39946
39947         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39948         stringt.h: Update copyright notice. Remove trailing blanks.
39949         Fix source name in header.
39950
39951 2003-10-24  Robert Dewar  <dewar@gnat.com>
39952
39953         * sem_ch12.adb: Minor reformatting
39954
39955         * sem_ch3.adb:
39956         Minor reformatting (including new function return style throughout)
39957
39958         * sem_ch3.ads:
39959         Minor reformatting (including new function return style throughout)
39960
39961 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
39962
39963         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
39964         stringt.h: Update copyright notice. Remove trailing blanks.
39965         Fix source name in header.
39966
39967 2003-10-24  GNAT Script  <nobody@gnat.com>
39968
39969         * Make-lang.in: Makefile automatically updated
39970
39971 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
39972
39973         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
39974         stringt.h: Convert to ISO C90 declarations and definitions.
39975
39976 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
39977
39978         PR ada/11978
39979         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
39980         External_Tag attribute definition clauses.
39981
39982 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
39983
39984         PR ada/7613
39985         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
39986         child unit, generate a fully qualified name to avoid spurious errors
39987         when the context contains renamings of different child units with
39988         the same simple name.
39989
39990         * exp_dbug.ads: Add documentation on name qualification for renamings
39991         of child units.
39992
39993 2003-10-23  Robert Dewar  <dewar@gnat.com>
39994
39995         * g-regpat.ads, g-regpat.adb: Minor reformatting
39996
39997 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
39998
39999         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
40000
40001 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
40002
40003         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
40004         Machine call.
40005
40006         * urealp.h: (Machine): Update to proper definition.
40007
40008 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
40009
40010         * init.c, adaint.c: Minor reformatting.
40011
40012 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
40013
40014         * adaint.c (w32_epoch_offset): Define static const at file level.
40015         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
40016         rather than t_create, t_access in call to GetFileTime. Use union
40017         to convert between FILETIME and  unsigned long long.
40018         (__gnat_file_time_name): Test for invalid file handle.
40019         (__gnat_set_filetime_name): Support win32 targets using
40020         w32api SetFileTime.
40021
40022 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
40023
40024         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
40025
40026         * ctrl_c.c (__gnat_int_handler): Remove declaration.
40027
40028         * decl.c (creat_concat_name):  Const-ify prefix.
40029
40030         * adaint.c: Include ctype.h if __MINGW32__.
40031         (__gnat_readlink): Mark arguments as possibly unused.
40032         (__gnat_symlink): Likewise.
40033         (__gnat_is_symbolic_link): Likewise.
40034         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
40035         declaration
40036         (__gnat_file_time_name): Don't declare struct stat statbuf when
40037         not needed.
40038         (__gnat_is_absolute_path): Add parenthesis around condition of
40039         'if' statement to avoid warning.
40040         (__gnat_plist_init): Specify void as parameter.
40041         (plist_enter): Likewise.
40042         (plist_leave): Likewise.
40043         (remove_handle): Make static. Initialize prev.
40044
40045 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
40046
40047         PR ada/10110
40048         * Makefile.in: Disable build of gnatpsta.
40049         * cstreams.c (__gnat_full_name): Minor improvements and clean up
40050         of previous change.
40051
40052 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
40053
40054         * tracebak.c (MAX): Avoid redefinition warning.
40055
40056         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
40057         Change msg to const char *.
40058         (__gnat_install_handler): Remove ss, unused.
40059         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
40060         to const char *.
40061         * cstreams.c (__gnat_full_name): Declare p only when used.
40062         (__gnat_full_name) [sgi] Return buffer.
40063
40064 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
40065
40066         * mingw32.h: New file.
40067         * gnat_wrapper.adb: New file.
40068
40069 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
40070
40071         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
40072         string match a pre compiled regular expression (the corresponding
40073         version of the function working on a raw regular expression)
40074         Fix typos in various comments
40075         Update copyright notice in spec
40076
40077 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
40078
40079         * exp_ch3.adb:
40080         (Component_Needs_Simple_Initialization): Return False when the type is a
40081         packed bit array. Revise spec comments to document this case.
40082
40083         * exp_prag.adb:
40084         (Expand_Pragma_Import): Set any expression on the imported object to
40085         empty to avoid initializing imported objects (in particular this
40086         covers the case of zero-initialization of bit arrays).
40087         Update copyright notice.
40088
40089 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
40090
40091         * sem_ch12.adb:
40092         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
40093         a subunit is missing.
40094         (Instantiate_Subprogram_Body): If body of function is missing, set type
40095         of return expression explicitly in dummy body, to prevent cascaded
40096         errors when a subunit is missing.
40097         Fixes PR 5677.
40098
40099         * sem_ch3.adb:
40100         (Access_Subprogram_Declaration): Verify that return type is valid.
40101         Fixes PR 8693.
40102
40103         * sem_elab.adb:
40104         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
40105         generic.
40106         Fixes PR 12318.
40107
40108         * sem_util.adb:
40109         (Corresponding_Discriminant): If the scope of the discriminant is a
40110         private type without discriminant, use its full view.
40111         Fixes PR 8247.
40112
40113 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
40114
40115         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
40116         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
40117         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
40118         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
40119         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
40120         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
40121         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
40122         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
40123         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
40124         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
40125         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
40126         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
40127         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
40128         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
40129         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
40130         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
40131         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
40132         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
40133         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
40134         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
40135         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
40136         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
40137         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
40138         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
40139         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
40140         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
40141         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
40142         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
40143         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
40144         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
40145         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
40146         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
40147         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
40148         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
40149         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
40150         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
40151         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
40152         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
40153         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
40154         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
40155         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
40156         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
40157         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
40158         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
40159         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
40160         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
40161         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
40162         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
40163         vms_conv.ads, vms_conv.adb, vms_data.ads,
40164         vxaddr2line.adb: Files added. Merge with ACT tree.
40165
40166         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
40167         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
40168         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
40169         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
40170         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
40171         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
40172         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
40173         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
40174         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
40175         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
40176
40177         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
40178         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
40179         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
40180         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
40181         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
40182         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
40183         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
40184         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
40185         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
40186         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
40187         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
40188         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
40189         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
40190         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
40191         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
40192         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
40193         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
40194         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
40195         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
40196         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
40197         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
40198         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
40199         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
40200         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
40201         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
40202         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
40203         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
40204         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
40205         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
40206         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
40207         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
40208         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
40209         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
40210         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
40211         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
40212         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
40213         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
40214         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
40215         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
40216         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
40217         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
40218         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
40219         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
40220         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
40221         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
40222         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
40223         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
40224         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
40225         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
40226         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
40227         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
40228         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
40229         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
40230         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
40231         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
40232         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
40233         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
40234         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
40235         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
40236         checks.adb, checks.ads, cio.c, comperr.adb,
40237         comperr.ads, csets.adb, cstand.adb, cstreams.c,
40238         debug_a.adb, debug_a.ads, debug.adb, decl.c,
40239         einfo.adb, einfo.ads, errout.adb, errout.ads,
40240         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
40241         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
40242         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
40243         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
40244         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
40245         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
40246         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
40247         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
40248         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
40249         fe.h, fmap.adb, fmap.ads, fname.adb,
40250         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
40251         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
40252         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
40253         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
40254         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
40255         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
40256         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
40257         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
40258         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
40259         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
40260         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
40261         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
40262         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
40263         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
40264         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
40265         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
40266         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
40267         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
40268         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
40269         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
40270         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
40271         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
40272         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
40273         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
40274         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
40275         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
40276         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
40277         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
40278         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
40279         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
40280         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
40281         layout.adb, lib.adb, lib.ads, lib-list.adb,
40282         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
40283         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
40284         link.c, live.adb, make.adb, make.ads,
40285         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
40286         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
40287         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
40288         misc.c, mkdir.c, mlib.adb, mlib.ads,
40289         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
40290         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
40291         namet.adb, namet.ads, namet.h, nlists.ads,
40292         nlists.h, nmake.adt, opt.adb, opt.ads,
40293         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
40294         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
40295         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
40296         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
40297         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
40298         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
40299         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
40300         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
40301         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
40302         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
40303         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
40304         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
40305         prj-util.adb, prj-util.ads, raise.c, raise.h,
40306         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
40307         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
40308         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
40309         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
40310         scans.ads, scn.adb, scn.ads, s-crc32.adb,
40311         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
40312         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
40313         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
40314         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
40315         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
40316         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
40317         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
40318         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
40319         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
40320         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
40321         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
40322         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
40323         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
40324         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
40325         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
40326         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
40327         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
40328         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
40329         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
40330         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
40331         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
40332         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
40333         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
40334         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
40335         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
40336         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
40337         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
40338         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
40339         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
40340         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
40341         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
40342         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
40343         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
40344         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
40345         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
40346         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
40347         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
40348         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
40349         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
40350         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
40351         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
40352         stringt.adb, stringt.ads, stringt.h, style.ads,
40353         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
40354         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
40355         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
40356         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
40357         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
40358         table.adb, table.ads, targparm.adb, targparm.ads,
40359         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
40360         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
40361         ttypes.ads, types.ads, types.h, uintp.adb,
40362         uintp.ads, uintp.h, uname.adb, urealp.adb,
40363         urealp.ads, urealp.h, usage.adb, utils2.c,
40364         utils.c, validsw.adb, validsw.ads, widechar.adb,
40365         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
40366         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
40367         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
40368         gnatvsn.ads: Merge with ACT tree.
40369
40370         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
40371
40372 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
40373
40374         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
40375         (gnat_ug_vmx.info): Likewise.
40376         (gnat_ug_vxw.info): Likewise.
40377         (gnat_ug_wnt.info): Likewise.
40378         (gnat_rm.info): Likewise.
40379         (gnat-style.info): Likewise.
40380
40381         * Make-lang.in (ada.install-info): Remove target.
40382         (info): New target.
40383         (install-info): Likewise.
40384         (gnat_ug_unx.info): Simplify rule.
40385         (gnat_ug_vmx.info): Likewise.
40386         (gnat_ug_vxw.info): Likewise.
40387         (gnat_ug_wnt.info): Likewise.
40388         (gnat_rm.info): Likewise.
40389         (gnat-style.info): Likewise.
40390
40391 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
40392
40393         * Make-lang.in: Replace uses of $(target_alias) with
40394         $(target_noncanonical).
40395         * ada/Makefile.in: Remove unused mention of $(target_alias).
40396
40397 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
40398
40399         * Make-lang.in (ada.info): Replace with ...
40400         (info): ... this.
40401         (ada.dvi): Replace with ...
40402         (dvi): ... this.
40403
40404 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
40405
40406         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
40407         initialize dconstp5 and dconstmp5.
40408
40409 2003-09-28  Richard Henderson  <rth@redhat.com>
40410
40411         * trans.c (tree_transform): Update call to expand_asm_operands.
40412
40413 2003-09-21  Richard Henderson  <rth@redhat.com>
40414
40415         * trans.c, utils.c: Revert.
40416
40417 2003-09-21  Richard Henderson  <rth@redhat.com>
40418
40419         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
40420         change to const.
40421
40422 2003-09-04  Michael Matz  <matz@suse.de>
40423
40424         * misc.c: Include "target.h".
40425         * Make-lang.in (misc.o): Add dependency on target.h.
40426
40427 2003-09-03  DJ Delorie  <dj@redhat.com>
40428
40429         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
40430         hook.
40431
40432 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
40433
40434         * Makefile.in: Update substitutions to match changes to
40435         configure.  Use include directives instead of @-insertions
40436         to read in host and target fragments.  Add a rule to
40437         regenerate ada/Makefile.
40438
40439 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
40440
40441         * lang-options.h: Remove.
40442         * lang.opt: Add help text.
40443
40444 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
40445
40446         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
40447         calls.
40448
40449 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
40450
40451         * misc.c (gnat_handle_option): Don't handle filenames.
40452
40453 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
40454
40455         * Make-lang.in: Replace PWD with PWD_COMMAND.
40456         * Makefile.adalib: Likewise.
40457         * Makefile.in: Likewise.
40458
40459 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
40460
40461         * misc.c (gnat_argv): Revert last change.
40462         (gnat_handle_option, gnat_init_options): Copy arguments.
40463
40464 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
40465
40466         * misc.c (gnat_argv): Make const.
40467
40468 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
40469
40470         * misc.c (save_argc, save_argv): Keep non-static!
40471
40472 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
40473
40474         * misc.c (save_argc, save_argv): Make static.
40475         (gnat_init_options): New prototype.
40476         (gnat_init_options): Update.
40477
40478 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
40479
40480         * gnat_ug.texi: Remove unlikely characters from @vars.
40481         * gnat_ug_vms.texi: Regenerate.
40482
40483 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
40484
40485         * misc.c (record_code_position): Adjust emit_note call.
40486
40487 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
40488
40489         * misc.c (gnat_handle_option): Don't check for missing arguments.
40490
40491 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
40492
40493         * utils.c (end_subprog_body): Adjust expand_function_end call.
40494
40495 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
40496
40497         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
40498         Bind_Main_Program.
40499
40500 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
40501
40502         * lang.opt: Declare Ada.
40503         * misc.c (gnat_init_options): Update.
40504
40505 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
40506
40507         * utils.c (begin_subprog_body): Adjust init_function_start call.
40508
40509 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
40510
40511         * Make-lang.in: Update to use options.c and options.h.
40512         * misc.c: Include options.h not aoptions.h.
40513         (gnat_handle_option): Abort on unrecognized switch.
40514         (gnat_init_options): Request Ada switches.
40515
40516 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
40517
40518         * lang.opt: Add -Wall.
40519         * misc.c (gnat_handle_option): Handle it.
40520
40521 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
40522
40523         * misc.c (gnat_handle_option): Fix warnings.
40524
40525 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
40526
40527         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
40528
40529 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
40530
40531         * Make-lang.in: Update to handle command-line options.
40532         * lang.opt: New file.
40533         * misc.c: Include aoptions.h.
40534         (cl_options_count, cl_options): Remove.
40535         (gnat_handle_option): New.
40536         (gnat_decode_option): Remove.
40537         (LANG_HOOKS_DECODE_OPTION): Remove.
40538         (LANG_HOOKS_HANDLE_OPTION): Override.
40539
40540 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
40541
40542         * init.c, misc.c, trans.c, utils.c: Remove dead code.
40543
40544 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
40545
40546         * Makefile.in: Replace "host_canonical" with "host" for autoconf
40547         substitution.
40548
40549 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
40550
40551         * Make-lang.in: Update.
40552         * misc.c: Include opts.h. Define cl_options_count and cl_options.
40553
40554 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
40555
40556         * misc.c (gnat_init_options): Update.
40557
40558 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
40559
40560         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
40561         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
40562         __attribute__ ((__unused__)).
40563
40564 2003-06-05  Jan Hubicka  <jh@suse.cz>
40565
40566         * Make-lang.in:  Add support for stageprofile and stagefeedback
40567
40568 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
40569
40570         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
40571         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
40572
40573 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
40574
40575         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
40576         Remove non-VMS directive.
40577         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
40578         alternatives.
40579         (Examples of gnatls Usage): Remove VMS alternative.
40580
40581 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
40582
40583         PR ada/9953
40584         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
40585         and turn ZCX_By_Default back to False since the underlying support
40586         is not quite there yet.
40587
40588 2003-06-01  Andreas Jaeger  <aj@suse.de>
40589
40590         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
40591         and ROUND_TYPE_SIZE_UNIT.
40592
40593 2003-05-22   Geert Bosch  <bosch@gnat.com>
40594
40595         * gnat_rm.texi : Remove reference to Ada Core Technologies.
40596
40597 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
40598
40599         * trans.c (tree_transform): Use location_t and input_location
40600         directly.
40601         (build_unit_elab): Likewise.
40602         * utils.c (create_label_decl): Likewise.
40603
40604 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
40605
40606         * trans.c (tree_transform, build_unit_elab,
40607         set_lineno): Rename lineno to input_line.
40608         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
40609         end_subprog_body): Likewise.
40610         * utils2.c (build_call_raise): Likewise.
40611
40612 2003-05-01  Laurent Guerby  <guerby@acm.org>
40613
40614         PR ada/10546
40615         * 5iosinte.ads: Increase pthread_cond_t size to match recent
40616         LinuxThread and NPTL version, merge from ACT.
40617
40618 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
40619
40620         * utils.c (convert): No need to clear TREE_CST_RTL.
40621
40622 2003-04-23   Geert Bosch  <bosch@gnat.com>
40623
40624         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
40625         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
40626         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
40627         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
40628         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
40629         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
40630         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
40631         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
40632         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
40633         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
40634         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
40635         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
40636         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
40637         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
40638         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
40639         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
40640         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
40641         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
40642         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
40643         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
40644         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
40645         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
40646         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
40647         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
40648         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
40649         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
40650         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
40651         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
40652         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
40653         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
40654         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
40655         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
40656         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
40657         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
40658         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
40659         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
40660         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
40661         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
40662         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
40663         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
40664         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
40665         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
40666         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
40667         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
40668         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
40669         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
40670         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
40671         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
40672         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
40673         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
40674         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
40675         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
40676         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
40677         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
40678         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
40679         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
40680         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
40681         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
40682         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
40683         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
40684         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
40685         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
40686         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
40687         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
40688         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
40689         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
40690         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
40691         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
40692         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
40693         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
40694         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
40695         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
40696         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
40697         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
40698         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
40699         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
40700         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
40701         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
40702         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
40703         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
40704         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
40705         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
40706         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
40707         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
40708         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
40709         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
40710         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
40711         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
40712         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
40713         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
40714         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
40715         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
40716         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
40717         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
40718         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
40719         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
40720         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
40721         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
40722         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
40723         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
40724         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
40725         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
40726         ali.adb, ali.ads, alloc.ads, argv.c,
40727         atree.adb, atree.ads, atree.h, aux-io.c,
40728         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
40729         binde.adb, binde.ads, binderr.adb, binderr.ads,
40730         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
40731         butil.adb, butil.ads, cal.c, calendar.ads,
40732         casing.adb, casing.ads, ceinfo.adb, checks.adb,
40733         checks.ads, cio.c, comperr.adb, comperr.ads,
40734         config-lang.in, csets.adb, csets.ads, csinfo.adb,
40735         cstand.adb, cstand.ads, cuintp.c, debug.adb,
40736         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
40737         dec-io.ads, dec.ads, deftarg.c, directio.ads,
40738         einfo.adb, einfo.ads, elists.adb, elists.ads,
40739         elists.h, errno.c, errout.adb, errout.ads,
40740         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
40741         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
40742         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
40743         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
40744         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
40745         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
40746         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
40747         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
40748         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
40749         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
40750         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
40751         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
40752         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
40753         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
40754         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
40755         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
40756         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
40757         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
40758         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
40759         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
40760         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
40761         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
40762         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
40763         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
40764         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
40765         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
40766         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
40767         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
40768         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
40769         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
40770         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
40771         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
40772         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
40773         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
40774         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
40775         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
40776         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
40777         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
40778         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
40779         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
40780         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
40781         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
40782         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
40783         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
40784         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
40785         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
40786         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
40787         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
40788         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
40789         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
40790         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
40791         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
40792         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
40793         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
40794         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
40795         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
40796         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
40797         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
40798         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
40799         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
40800         lib.adb, lib.ads, live.adb, live.ads,
40801         machcode.ads, make.adb, make.ads, makeusg.adb,
40802         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
40803         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
40804         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
40805         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
40806         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
40807         mlib.ads, namet.adb, namet.ads, nlists.adb,
40808         nlists.ads, opt.adb, opt.ads, osint-b.adb,
40809         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
40810         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
40811         osint.ads, output.adb, output.ads, par-ch10.adb,
40812         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
40813         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
40814         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
40815         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
40816         par-tchk.adb, par-util.adb, par.adb, par.ads,
40817         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
40818         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
40819         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
40820         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
40821         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
40822         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
40823         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
40824         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
40825         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
40826         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
40827         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
40828         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
40829         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
40830         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
40831         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
40832         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
40833         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
40834         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
40835         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
40836         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
40837         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
40838         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
40839         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
40840         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
40841         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
40842         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
40843         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
40844         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
40845         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
40846         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
40847         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
40848         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
40849         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
40850         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
40851         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
40852         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
40853         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
40854         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
40855         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
40856         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
40857         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
40858         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
40859         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
40860         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
40861         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
40862         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
40863         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
40864         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
40865         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
40866         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
40867         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
40868         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
40869         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
40870         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
40871         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
40872         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
40873         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
40874         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
40875         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
40876         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
40877         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
40878         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
40879         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
40880         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
40881         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
40882         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
40883         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
40884         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
40885         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
40886         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
40887         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
40888         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
40889         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
40890         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
40891         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
40892         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
40893         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
40894         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
40895         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
40896         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
40897         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
40898         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
40899         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
40900         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
40901         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
40902         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
40903         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
40904         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
40905         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
40906         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
40907         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
40908         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
40909         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
40910         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
40911         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
40912         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
40913         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
40914         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
40915         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
40916         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
40917         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
40918         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
40919         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
40920         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
40921         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
40922         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
40923         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
40924         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
40925         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
40926         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
40927         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
40928         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
40929         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
40930         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
40931         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
40932         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
40933         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
40934         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
40935         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
40936         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
40937         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
40938         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
40939         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
40940         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
40941         snames.ads, sprint.adb, sprint.ads, stand.adb,
40942         stand.ads, stringt.adb, stringt.ads, style.adb,
40943         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
40944         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
40945         switch-m.ads, switch.adb, switch.ads, system.ads,
40946         table.adb, table.ads, targparm.adb, targparm.ads,
40947         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
40948         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
40949         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
40950         ttypef.ads, ttypes.ads, types.adb, types.ads,
40951         uintp.adb, uintp.ads, uname.adb, uname.ads,
40952         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
40953         usage.adb, usage.ads, validsw.adb, validsw.ads,
40954         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
40955         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
40956         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
40957         formatting and other trivial changes from ACT.
40958
40959 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
40960
40961         * gigi.h, utils2.c (build_constructor):
40962         Rename gnat_build_constructor. Use build_constructor.
40963         * decl.c (gnat_to_gnu_entity)
40964         * trans.c (tree_transform, pos_to_constructor, extract_values)
40965         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
40966         (unchecked_convert)
40967         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
40968         (fill_vms_descriptor):
40969         Update to match.
40970
40971 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
40972
40973         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
40974         * misc.c (gnat_tree_size): New function.
40975         (LANG_HOOKS_TREE_SIZE): Override.
40976
40977 2003-04-03  Jason Merrill  <jason@redhat.com>
40978
40979         * misc.c (gnat_adjust_rli): #if 0.
40980
40981 2003-03-31   Geert Bosch  <bosch@gnat.com>
40982
40983         PR ada/10020
40984         * link.c : Fix misspelled "const" keyword
40985
40986 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
40987
40988         PR c++/7086
40989         * utils2.c: Adjust calls to put_var_into_stack.
40990
40991 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
40992
40993         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
40994
40995 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
40996
40997         * misc.c (gnat_init): Update for new prototype.
40998
40999 2003-03-05  Olivier Hainque  <hainque@gnat.com>
41000
41001         ada/9961
41002         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
41003         warning, and fix return type for the IN_RTS && !SJLJ case.
41004
41005 2003-03-04  Tom Tromey  <tromey@redhat.com>
41006
41007         * Make-lang.in (ada.tags): New target.
41008
41009 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
41010
41011         ada/9911
41012         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
41013         wrapper, which name remains constant whatever underlying GCC
41014         scheme.
41015
41016         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
41017         the stable interface needed for a-except.
41018
41019 2003-03-02  Andreas Jaeger  <aj@suse.de>
41020
41021         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
41022         gnat_ug_wnt.texi: Regenerate.
41023
41024 2003-03-02  Laurent Guerby  <guerby@acm.org>
41025
41026         * Makefile.in (install-gnatlib): Match previous change there
41027         so it works.
41028
41029 2003-02-28  Andreas Schwab  <schwab@suse.de>
41030
41031         * Make-lang.in (install-gnatlib): Change to ada directory before
41032         running make instead of using ada/Makefile directly.
41033
41034 2003-02-18  Ben Elliston  <bje@redhat.com>
41035
41036         Part of PR ada/9406
41037         * gnat_ug.texi (Binder output file): Grammar fix.
41038
41039 2003-02-18  Ben Elliston  <bje@redhat.com>
41040
41041         PR other/7350
41042         * 5qtaprop.adb (Sleep): Fix typo in comment.
41043
41044 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
41045
41046         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
41047         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
41048         gnat_ug_wnt.texi: Regenerate.
41049
41050 2003-02-03  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
41051
41052         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
41053         be created if necessary.
41054         (ada.install-common): Let $(DESTDIR)$(bindir) be created
41055         if necessary.  Remove erroneous and redundant gnatchop
41056         installation commands.  Test for gnatdll before attempting
41057         to install it.
41058         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
41059         and gnatdll from all plausible locations.
41060
41061 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
41062
41063         * utils2.c (build_unary_op): Don't check flag_volatile.
41064         * gnat_ug.texi: Remove -fvolatile from example.
41065         * gnat_ug_vxw.texi: Likewise.
41066
41067 2003-01-29  Laurent Guerby  <guerby@acm.org>
41068
41069         PR ada/8344
41070         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
41071         * Makefile.in: match previous change.
41072         * Make-lang.in: match previous change.
41073
41074 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
41075
41076         * 5rosinte.ads: Add SIGXCPU.
41077         * 5rtpopsp.adb: New file.
41078         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
41079         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
41080         specific file 5rtpopsp.adb.
41081         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
41082         is likely needed for all newlib targets.
41083         * init.c: Add RTEMS specific version of __gnat_initialize().
41084
41085 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41086
41087         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
41088
41089 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41090
41091         * init.c (__gnat_error_handler): Make msg const.
41092
41093         * gmem.c (convert_addresses): Move declaration ...
41094         * adaint.h: ... here.
41095         * adaint.c (convert_addresses): Adapt addrs type to match
41096         prototype.
41097
41098         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
41099
41100 2003-01-24  Andreas Schwab  <schwab@suse.de>
41101
41102         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
41103         size_t to avoid warning.
41104
41105 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
41106
41107         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
41108
41109 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
41110
41111         * gnat_rm.texi: Remove RCS version number.
41112
41113         * ada-tree.h (union lang_tree_node): Add chain_next option.
41114
41115 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
41116
41117         * Make-lang.in (ada.install-info, ada.install-common,
41118         ada.uninstall): Prepend $(DESTDIR) to the destination
41119         directory in all (un)installation commands.
41120         * Makefile.in (install-gnatlib, install-rts): Ditto.
41121
41122 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
41123
41124         * gnat_rm.texi, gnat_ug.texi: Use @copying.
41125         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
41126         gnat_ug_wnt.texi: Regenerate.
41127
41128 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
41129
41130         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
41131         only.
41132         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
41133         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
41134         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
41135         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
41136         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
41137         $(srcdir)/doc/include/gcc-common.texi.
41138
41139 2002-12-15   Geert Bosch  <bosch@gnat.com>
41140
41141         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
41142
41143 2002-12-14   Geert Bosch  <bosch@gnat.com>
41144
41145         PR ada/5690
41146         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
41147         case of a body created for a Renaming_As_Body, on which
41148         conformance checks are not performed.
41149
41150 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
41151
41152         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
41153         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
41154         not already included.
41155         * Make-lang.in: Update dependencies.
41156
41157 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
41158         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
41159         solution to buffer overflow bug on GNU/Linux.
41160
41161 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
41162
41163         PR ada/5856
41164         PR ada/6919
41165         * bindgen.adb: Remove all references to Public_Version.
41166         * comperr.adb: Remove all references to Public_Version and
41167         GNATPRO_Version; correct bug reporting instructions.
41168         * comperr.ads: Change to match bug box.
41169         * gnatvsn.ads: Remove all references to Public version and
41170         GNATPRO version.
41171
41172 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
41173
41174         PR ada/6919
41175         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
41176         GNU/Linux.
41177
41178         PR ada/6558
41179         * config-lang.in: Remove diff_excludes.
41180
41181 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
41182
41183         PR ada/8358
41184         * trans.c (gnu_pending_elaboration_lists): New GC root.
41185         (build_unit_elab): Use..
41186
41187 2002-10-30   Geert Bosch  <bosch@gnat.com>
41188
41189         PR ada/6558
41190         * misc.c : Include optabs.h
41191
41192         * Make-lang.in (misc.o): Add dependency on optabs.h
41193
41194 2002-10-29   Geert Bosch  <bosch@gnat.com>
41195
41196         PR ada/6558
41197         * Make-lang.in (gnatbind): Depend on CONFIG_H
41198
41199 2002-10-29  Geert bosch  <bosch@gnat.com>
41200
41201         PR ada/6558
41202         * misc.c: Unrevert misc.c (1.13)
41203
41204 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
41205
41206         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
41207         maintainership comments.
41208
41209 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
41210
41211         PR ada/5904
41212         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
41213         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
41214         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
41215         7staprop.adb: Correct statements in comments about
41216         maintainership of GNAT.
41217
41218         PR ada/5904
41219         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
41220         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
41221         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
41222         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
41223         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
41224         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
41225         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
41226         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
41227         comments about maintainership of GNAT.
41228
41229         PR ada/6919 (forward port of patch for PR ada/5904)
41230         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
41231         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
41232         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
41233         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
41234         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
41235         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
41236         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
41237         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
41238         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
41239         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
41240         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
41241         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
41242         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
41243         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
41244         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
41245         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
41246         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
41247         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
41248         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
41249         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
41250         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
41251         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
41252         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
41253         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
41254         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
41255         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
41256         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
41257         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
41258         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
41259         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
41260         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
41261         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
41262         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
41263         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
41264         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
41265         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
41266         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
41267         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
41268         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
41269         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
41270         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
41271         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
41272         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
41273         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
41274         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
41275         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
41276         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
41277         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
41278         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
41279         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
41280         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
41281         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
41282         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
41283         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
41284         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
41285         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
41286         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
41287         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
41288         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
41289         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
41290         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
41291         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
41292         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
41293         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
41294         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
41295         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
41296         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
41297         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
41298         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
41299         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
41300         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
41301         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
41302         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
41303         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
41304         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
41305         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
41306         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
41307         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
41308         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
41309         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
41310         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
41311         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
41312         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
41313         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
41314         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
41315         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
41316         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
41317         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
41318         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
41319         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
41320         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
41321         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
41322         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
41323         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
41324         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
41325         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
41326         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
41327         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
41328         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
41329         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
41330         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
41331         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
41332         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
41333         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
41334         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
41335         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
41336         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
41337         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
41338         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
41339         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
41340         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
41341         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
41342         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
41343         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
41344         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
41345         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
41346         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
41347         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
41348         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
41349         par-endh.adb par-labl.adb par-load.adb par-prag.adb
41350         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
41351         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
41352         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
41353         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
41354         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
41355         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
41356         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
41357         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
41358         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
41359         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
41360         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
41361         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
41362         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
41363         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
41364         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
41365         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
41366         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
41367         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
41368         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
41369         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
41370         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
41371         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
41372         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
41373         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
41374         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
41375         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
41376         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
41377         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
41378         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
41379         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
41380         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
41381         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
41382         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
41383         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
41384         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
41385         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
41386         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
41387         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
41388         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
41389         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
41390         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
41391         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
41392         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
41393         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
41394         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
41395         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
41396         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
41397         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
41398         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
41399         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
41400         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
41401         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
41402         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
41403         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
41404         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
41405         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
41406         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
41407         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
41408         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
41409         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
41410         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
41411         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
41412         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
41413         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
41414         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
41415         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
41416         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
41417         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
41418         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
41419         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
41420         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
41421         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
41422         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
41423         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
41424         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
41425         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
41426         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
41427         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
41428         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
41429         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
41430         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
41431         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
41432         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
41433         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
41434         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
41435         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
41436         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
41437         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
41438         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
41439         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
41440         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
41441         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
41442         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
41443         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
41444         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
41445         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
41446         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
41447         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
41448         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
41449         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
41450         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
41451         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
41452         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
41453         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
41454         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
41455         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
41456         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
41457         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
41458         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
41459         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
41460         stringt.ads stringt.h style.adb style.ads stylesw.adb
41461         stylesw.ads switch.adb switch.ads sysdep.c system.ads
41462         table.adb table.ads targparm.adb targparm.ads targtyps.c
41463         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
41464         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
41465         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
41466         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
41467         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
41468         usage.ads utils.c utils2.c validsw.adb validsw.ads
41469         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
41470         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
41471         xtreeprs.adb: Correct statements in comments about maintainership
41472         of GNAT.
41473
41474 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
41475
41476         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
41477         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
41478         * gnatvsn.ads: Gnat_Version_String is now a function.
41479         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
41480         copy the C version_string into a String and return it.
41481         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
41482         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
41483         Remove pragma Ident (Gnat_Version_String).  If this was the
41484         sole use of package Gnatvsn, remove the with statement too.
41485         * gnat1drv.adb: Tweak -gnatv output.
41486
41487 2002-09-17  Richard Henderson  <rth@redhat.com>
41488
41489         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
41490         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
41491         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
41492         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
41493         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
41494         and real_2expN instead of a loop.
41495         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
41496         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
41497
41498 2002-08-25  Andre Leis  <a.leis@gmx.net>
41499             David Billinghurst  <David.Billinghurst@riotinto.com>
41500
41501         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
41502
41503 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41504
41505         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
41506         Remove $(CONFIG_H) dependency.
41507
41508 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
41509
41510         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
41511
41512 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41513
41514         * adadecode.c (ada_demangle): Use xstrdup in lieu of
41515         xmalloc/strcpy.
41516         * misc.c (gnat_decode_option): Likewise.
41517
41518 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
41519
41520         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
41521         function approach did not work well because of a side effect (the
41522         function call could reallocate the table which was being indexed
41523         using its result). Fixes ada/4851. [RESURRECTED]
41524
41525 2002-07-01  Roger Sayle  <roger@eyesopen.com>
41526
41527         * ada/utils.c (builtin_function): Accept an additional parameter.
41528
41529 2002-06-28  Andreas Jaeger  <aj@suse.de>
41530
41531         PR ada/7144
41532         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
41533         <adi@thur.de>.
41534
41535 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41536
41537         * Makefile.in (SHELL): Set to @SHELL@.
41538
41539 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41540
41541         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
41542         array size calculation.
41543
41544 2002-06-04  Andreas Jaeger  <aj@suse.de>
41545
41546         * Make-lang.in (gnatbind): Readd rule that has been lost in last
41547         patch.
41548
41549 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
41550
41551         Merge from pch-branch:
41552
41553         * config-lang.in (gtfiles): Add ada-tree.h.
41554         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
41555         (SET_TYPE_MODULUS): New.
41556         (SET_TYPE_INDEX): New.
41557         (SET_TYPE_DIGITS_VALUE): New.
41558         (SET_TYPE_RM_SIZE): New.
41559         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
41560         (SET_TYPE_ADA_SIZE): New.
41561         (SET_TYPE_ACTUAL_BOUNDS): New.
41562         (SET_DECL_CONST_CORRESPONDING_VAR): New.
41563         (SET_DECL_ORIGINAL_FIELD): New.
41564         (TREE_LOOP_ID): Correct typo.
41565         * decl.c: Use new macros.
41566         * utils.c: Include debug.h, use new macros.
41567         * utils2.c: Use new macros.
41568
41569         * ada-tree.h: Update all macros for new tree description.
41570         (struct tree_loop_id): New.
41571         (union lang_tree_node): New.
41572         (struct lang_decl): New.
41573         (struct lang_type): New.
41574         * misc.c (gnat_mark_tree): Delete.
41575         (LANG_HOOKS_MARK_TREE): Delete.
41576         * trans.c (tree_transform): No longer any need to cast
41577         for TREE_LOOP_ID.
41578
41579         * utils.c (struct language_function): New dummy structure.
41580
41581         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
41582         (misc.o): Likewise.
41583         (utils.o): Likewise; also gtype-ada.h.
41584         * Make-lang.in (gnat1): Add dependency on s-gtype.
41585         (gnatbind): Add dependency on $(CONFIG_H).
41586         * utils.c: Correct last #include.
41587         (stuct e_stack): Remove unnecessary 'static'.
41588         (mark_e_stack): Remove unused prototype.
41589
41590         * scn-nlit.adb: Remove whitespace after version number to
41591         keep lines under 80 chars.
41592         * snames.adb: Likewise.
41593         * treepr.ads: Likewise.
41594
41595         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
41596         (misc.o): Likewise.
41597         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
41598         * config-lang.in (gtfiles): New.
41599         * decl.c: Use gengtype for roots.
41600         * gigi.h: Use gengtype for roots.
41601         * trans.c: Use gengtype for roots.
41602         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
41603
41604 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
41605
41606         * misc.c (gnat_init): Adjust setting of internal_error_function.
41607
41608 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
41609
41610         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
41611         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
41612         gnat_ug_wnt.texi: Regenerate.
41613
41614 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
41615
41616         * 5ntaprop.adb (with System.OS_Primitives): Remove.
41617
41618         * cstreams.c (max_path_len): Move from here ...
41619         * adaint.c (__gnat_max_path_len): ... to here.
41620         * adaint.c (__gnat_max_path_len): Declare.
41621         * g-dirope.adb (Max_Path): Adjust.
41622         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
41623         * i-cstrea.ads (max_path_len): Adjust.
41624         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
41625         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
41626
41627         * Makefile.in, Make-lang.in: Documentation is now built in
41628         Make-lang.in.  Store Info and generated Texinfo files in the
41629         source directory.
41630         * gnat_ug.texi: Remove CVS keywords, correct version number.
41631         Set file name correctly.
41632
41633         * gnat_ug_*.texi: Add.
41634         * .cvsignore: Ignore generated Texinfo files.
41635
41636 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
41637
41638         * ada.h: Add MI guard macro.
41639         (SUBTYPE): Define constants with an anonymous enum, not static
41640         const variables.
41641         (IN): Cast constants to appropriate type before use.
41642
41643 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
41644
41645         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
41646         (experimental)".
41647
41648 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41649
41650         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
41651         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
41652         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
41653         (ALL_ADA_CFLAGS): Likewise.
41654         (ADA_INCLUDES): Likewise.
41655         Adapt for new working dir.
41656         (GNATBIND): Use Makefile.in version.
41657         (.SUFFIXES): Copy from Makefile.in.
41658         (ada-warn): Define.
41659         (.adb.o, .ads.o): Copy from Makefile.in.
41660         Added $(OUTPUT_OPTION).
41661         (GNAT1_C_OBJS): Moved from Makefile.in.
41662         Prefix with ada subdir.
41663         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
41664         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
41665         Adapt for new working dir.
41666         (EXTRA_GNATBIND_OBJS): Likewise.
41667         (ADA_BACKEND): Moved from Makefile.in.
41668         Renamed to avoid conflict with global BACKEND.
41669         Use that one.
41670         (TARGET_ADA_SRCS): Moved from Makefile.in.
41671         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
41672         Use ADA_BACKEND.
41673         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
41674         (ada_extra_files): Moved from Makefile.in.
41675         Prefix with ada subdir.
41676         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
41677         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
41678         (ada/nmake.ads): Likewise.
41679         (update-sources): Moved from Makefile.in.
41680         Prefix with ada subdir.
41681         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
41682         (ADA_TREE_H): Likewise.
41683         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
41684         (ada/memtrack.o): Likewise.
41685         (ada/adadecode.o): Likewise.
41686         Update dependencies.
41687         (ada/adaint.o): New.
41688         (ada/argv.o): Moved from Makefile.in.
41689         Prefix with ada subdir.
41690         Update dependencies.
41691         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
41692         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
41693         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
41694         Prefix with ada subdir.
41695         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
41696         (GNAT DEPENDENCIES): Regenerate.
41697         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
41698         toplevel Makefile.in.
41699         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
41700         (TARGET_ADA_SRCS): Removed.
41701         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
41702         (GNATBIND_OBJS): Likewise.
41703         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
41704         (BACKEND): Removed.
41705         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
41706         (TREE_H): Likewise.
41707         (ada_extra_files): Likewise.
41708         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
41709         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
41710         (update-sources): Likewise.
41711         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
41712         (ADA_TREE_H): Likewise.
41713         (adadecoce.o): Likewise.
41714         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
41715         (GNAT DEPENDENCIES): Likewise.
41716
41717 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41718
41719         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
41720         * Makefile.in: Likewise.
41721
41722 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41723
41724         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
41725         Restore $(CONFIG_H) and prefix.o dependencies.
41726         (ada.stage[1-4]): Depend on stage?-start.
41727
41728         * Makefile.in (b_gnatb.c): Depend on interfac.o.
41729
41730 2002-05-02  Jim Wilson  <wilson@redhat.com>
41731
41732         * utils.c (finish_record_type): Change record_size to record_type.
41733
41734 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
41735
41736         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
41737         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
41738         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
41739
41740 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
41741
41742         * misc.c (gnat_parse_file): Update.
41743
41744 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
41745
41746         * misc.c (gnat_init): Don't set lang_attribute_common.
41747
41748 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
41749
41750         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
41751
41752 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
41753
41754         * gnat_ug.texi: New file.
41755
41756         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
41757         instead of gfdl.texi
41758
41759         * xgnatug.adb, ug_words: New files.
41760
41761         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
41762         gnat_rm and gnat-style manuals.
41763
41764 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
41765
41766         * gigi.h (incomplete_type_error): Remove.
41767         * utils.c (incomplete_type_error): Remove.
41768
41769 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
41770
41771         * trans.c (tree_transform): Add has_scope argument to
41772         expand_start_stmt_expr.
41773
41774 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
41775
41776         * gigi.h (truthvalue_conversion): Rename.
41777         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
41778         * trans.c (tree_transform): Update.
41779         * utils2.c (truthvalue_conversion): Rename, update.
41780         (build_binary_op, build_unary_op): Update.
41781
41782 2002-04-04  Laurent Guerby  <guerby@acm.org>
41783
41784         * make.adb: Implement -margs, remove restriction about file name placement.
41785         * makeusg.adb: Documentation update.
41786         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
41787         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
41788
41789 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
41790
41791         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
41792         (builtin_function): Similarly.
41793
41794 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
41795
41796         * decl.c (gnat_to_gnu_entity): Update.
41797         * gigi.h (mark_addressable): Rename.
41798         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
41799         * trans.c (tree_transform): Update.
41800         * utils.c (create_var_decl): Update.
41801         * util2.c (build_binary_op, build_unary_op,
41802         fill_vms_descriptor): Update.
41803         (mark_addressable): Rename, update.
41804
41805 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
41806
41807         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
41808         Rename.
41809         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
41810         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
41811         * trans.c (tree_transform, convert_with_check): Update.
41812         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
41813         Rename.
41814
41815 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
41816
41817         * gigi.h (finish_incomplete_decl): Rename.
41818         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
41819         * utils.c (gnat_init_decl_processing): Don't set hook.
41820         (finish_incomplete_decl): Rename.
41821
41822 2002-03-29  Andreas Schwab  <schwab@suse.de>
41823
41824         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
41825         directory.
41826
41827 2001-03-28  Robert Dewar  <dewar@gnat.com>
41828
41829         * checks.ads:
41830         (Remove_Checks): New procedure
41831
41832         * checks.adb:
41833         (Remove_Checks): New procedure
41834
41835         * exp_util.adb:
41836         Use new Duplicate_Subexpr functions
41837         (Duplicate_Subexpr_No_Checks): New procedure
41838         (Duplicate_Subexpr_No_Checks_Orig): New procedure
41839         (Duplicate_Subexpr): Restore original form (checks duplicated)
41840         (Duplicate_Subexpr): Call Remove_Checks
41841
41842         * exp_util.ads:
41843         (Duplicate_Subexpr_No_Checks): New procedure
41844         (Duplicate_Subexpr_No_Checks_Orig): New procedure
41845         Add 2002 to copyright notice
41846
41847         * sem_util.adb: Use new Duplicate_Subexpr functions
41848
41849         * sem_eval.adb:
41850         (Eval_Indexed_Component): This is the place to call
41851         Constant_Array_Ref and to replace the value. We simply merge
41852         the code of this function in here, since it is now no longer
41853         used elsewhere. This fixes the problem of the back end not
41854         realizing we were clever enough to see that this was
41855         constant.
41856         (Expr_Val): Remove call to Constant_Array_Ref
41857         (Expr_Rep_Val): Remove call to Constant_Array_Ref
41858         Minor reformatting
41859         (Constant_Array_Ref): Deal with string literals (patch
41860         suggested by Zack Weinberg on the gcc list)
41861
41862 2001-03-28  Ed Schonberg  <schonber@gnat.com>
41863
41864         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
41865         Duplicate_Subexpr_Move_Checks.
41866
41867         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
41868         Duplicate_Subexpr_Move_Checks.
41869
41870         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
41871         value of array exists before retrieving it (it may a private
41872         protected component in a function).
41873
41874 2002-03-28   Geert Bosch  <bosch@gnat.com>
41875
41876         * prj-pp.adb : New file.
41877
41878         * prj-pp.ads : New file.
41879
41880 2002-03-28  Andreas Jaeger  <aj@suse.de>
41881
41882         * Makefile.in (stamp-sdefault): Fix path for Makefile.
41883
41884 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
41885
41886         * misc.c (gnat_expand_expr): Move prototype.
41887
41888 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41889
41890         * misc.c (insert_default_attributes): Remove.
41891
41892 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41893
41894         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
41895         (gnat_init): Don't set hook.
41896         (gnat_expand_expr): Fix prototype.
41897
41898 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
41899
41900         * misc.c (ggc_p): Remove.
41901
41902 2002-03-27  Geert Bosch  <bosch@gnat.com>
41903
41904         * prj-makr.ads, prj-makr.adb : New files.
41905
41906 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
41907
41908         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
41909         (lang_mark_tree): Make static, rename.
41910
41911 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
41912
41913         * misc.c (maybe_build_cleanup): Remove.
41914
41915 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
41916
41917         * gigi.h (yyparse): Remove.
41918
41919 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
41920
41921         From Ben Brosgol  <brosgol@gnat.com>
41922         * gnat_rm.texi: Sync with ACT version.
41923
41924 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
41925
41926         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
41927         (gnat_init): Remove old hook.
41928
41929 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
41930
41931         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
41932         (yyparse): Rename gnat_parse_file.
41933
41934 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
41935
41936         Delete all lines containing "$Revision:".
41937         * xeinfo.adb: Don't look for revision numbers.
41938         * xnmake.adb: Likewise.
41939         * xsinfo.adb: Likewise.
41940         * xsnames.adb: Likewise.
41941         * xtreeprs.adb: Likewise.
41942
41943 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
41944
41945         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
41946         gnat_tree_code_name): Delete.
41947         (tree_code_type, tree_code_length, tree_code_name): Define.
41948         (gnat_init): Don't try to copy into the various tree_code
41949         arrays.
41950
41951 2002-03-11  Richard Henderson  <rth@redhat.com>
41952
41953         * Makefile.in (.NOTPARALLEL): Add fake tag.
41954
41955 2002-03-07  Geert Bosch  <bosch@gnat.com>
41956
41957         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
41958         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
41959         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
41960         switch-m.adb, switch-m.ads : New files.
41961
41962 2002-03-07  Geert Bosch  <bosch@gnat.com>
41963
41964         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
41965         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
41966         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
41967         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
41968         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
41969         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
41970         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
41971         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
41972         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
41973         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
41974         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
41975         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
41976         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
41977         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
41978         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
41979         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
41980         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
41981         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
41982         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
41983         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
41984         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
41985         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
41986         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
41987         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
41988         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
41989         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
41990         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
41991         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
41992         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
41993         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
41994         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
41995         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
41996         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
41997         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
41998         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
41999         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
42000         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
42001         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
42002         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
42003         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
42004         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
42005         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
42006         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
42007         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
42008         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
42009         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
42010         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
42011         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
42012         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
42013         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
42014         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
42015         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
42016         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
42017         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
42018         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
42019         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
42020         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
42021         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
42022         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
42023         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
42024         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
42025         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
42026         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
42027         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
42028         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
42029         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
42030         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
42031         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
42032         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
42033         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
42034         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
42035         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
42036         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
42037         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
42038         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
42039         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
42040         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
42041         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
42042         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
42043         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
42044         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
42045         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
42046         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
42047         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
42048         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
42049         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
42050         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
42051         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
42052         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
42053         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
42054         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
42055         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
42056         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
42057         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
42058         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
42059         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
42060         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
42061
42062         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
42063         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
42064         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
42065         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
42066
42067         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
42068         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
42069
42070         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
42071         to mdll-fil.ad[bs] and mdll-util.ad[bs]
42072
42073         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
42074         from mdllfile.ad[bs] and mdlltool.ad[bs]
42075
42076 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
42077
42078         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
42079         lieu of explicit sizeof/sizeof.
42080
42081 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
42082
42083         * misc.c (copy_lang_decl): Remove.
42084
42085 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
42086
42087         * misc.c: Delete traditional-mode-related code copied from the
42088         C front end but not used, or used only to permit the compiler
42089         to link.
42090
42091 2002-02-07  Richard Henderson  <rth@redhat.com>
42092
42093         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
42094         * adaint.h (__gnat_to_gm_time): Update prototype.
42095
42096 2002-01-30  Richard Henderson  <rth@redhat.com>
42097
42098         * trans.c (tree_transform) [N_Loop_Statement]: Use
42099         expand_exit_loop_top_cond.
42100
42101 2001-12-23  Richard Henderson  <rth@redhat.com>
42102
42103         * utils.c (end_subprog_body): Push GC context around
42104         rest_of_compilation for nested functions.
42105
42106 2001-12-23  Richard Henderson  <rth@redhat.com>
42107
42108         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
42109
42110 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
42111
42112         * gnat-style.texi (Declarations and Types): Remove ancient style
42113         rule which was mandated by code generation issues.
42114
42115         * gnat-style.texi (header): Add @dircategory, @direntry.
42116         (title page): Remove date.
42117         (general) Add @./@: where approriate, and two spaces after the
42118         full stop at the end of a sentence.  Use @samp markup when
42119         referring concrete lexical entities (keywords, attribute names
42120         etc.), and @syntax for ARM grammar elements. Use @r for English
42121         text in comments.  Use @emph for emphasis.  Change "if-statements"
42122         etc. to "if statements" (without @samp). Break long lines.  Make
42123         casing of section names consistent.
42124         (Identifiers): Use @samp markup for variable names.
42125         (Comments): Use @samp markup for comment characters. Line-end
42126         comments may follow any Ada code, not just statements.  Fix
42127         misspelling of "Integer" as "integer".
42128         (Loop statements): Do not use variable name "I", use "J".
42129         (Subprogram Declarations): Document alignment.
42130         (Subprogram Bodies, Block statements): Document empty line before
42131         "begin".
42132
42133 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
42134
42135         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
42136         function approach did not work well because of a side effect (the
42137         function call could reallocate the table which was being indexed
42138         using its result). Fixes ada/4851.
42139
42140 2001-12-19  Robert Dewar  <dewar@gnat.com>
42141
42142         * bindgen.adb: Minor reformatting
42143
42144         * cstand.adb: Minor reformatting
42145
42146         * fmap.adb: Minor reformatting
42147         Change name from Add for Add_To_File_Map (Add is much too generic)
42148         Change Path_Name_Of to Mapped_Path_Name
42149         Change File_Name_Of to Mapped_File_Name
42150         Fix copyright dates in header
42151
42152         * fmap.ads:
42153         Change name from Add for Add_To_File_Map (Add is much too generic)
42154         Change Path_Name_Of to Mapped_Path_Name
42155         Change File_Name_Of to Mapped_File_Name
42156         Fix copyright dates in header
42157
42158         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
42159         Add use clause for Fmap.
42160
42161         * make.adb: Minor reformatting
42162
42163         * osint.adb: Minor reformatting.  Change of names in Fmap.
42164         Add use clause for Fmap.
42165
42166         * prj-env.adb: Minor reformatting
42167
42168         * prj-env.ads: Minor reformatting
42169
42170         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
42171         error found (there were odd exceptions to this general rule in
42172         -gnatec/-gnatem processing)
42173
42174 2001-12-19  Olivier Hainque  <hainque@gnat.com>
42175
42176         * raise.c (__gnat_eh_personality): Exception handling personality
42177         routine for Ada.  Still in rough state, inspired from the C++ version
42178         and still containing a bunch of debugging artifacts.
42179         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
42180         inspired from the C++ library.
42181
42182         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
42183         exception handling integration.
42184
42185 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
42186
42187         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
42188         (HIE_SOURCES): Add s-secsta.ad{s,b}.
42189         (HIE_OBJS): Add s-fat*.o
42190         (RAVEN_SOURCES): Remove files that are no longer required. Add
42191         interrupt handling files.
42192         (RAVEN_MOD): Removed, no longer needed.
42193
42194 2001-12-19  Robert Dewar  <dewar@gnat.com>
42195
42196         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
42197         Add 2001 to copyright date
42198
42199         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
42200         need to force universal inlining for these cases.
42201
42202 2001-12-19  Arnaud Charlet  <charlet@gnat.com>
42203
42204         * s-taprob.adb: Minor clean ups so that this unit can be used in
42205         Ravenscar HI.
42206
42207         * exp_ch7.adb: Allow use of secondary stack in HI mode.
42208         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
42209
42210 2001-12-19  Vincent Celier  <celier@gnat.com>
42211
42212         * prj-tree.ads (Project_Node_Record): Add comments for components
42213         Pkg_Id and Case_Insensitive.
42214
42215 2001-12-19  Pascal Obry  <obry@gnat.com>
42216
42217         * g-socket.adb: Minor reformatting. Found while reading code.
42218
42219 2001-12-19  Robert Dewar  <dewar@gnat.com>
42220
42221         * prj-tree.ads: Minor reformatting
42222
42223 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
42224
42225         * config-lang.in (diff_excludes): Remove.
42226
42227 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42228
42229         * sem_res.adb (Resolve_Selected_Component): do not generate a
42230         discriminant check if the selected component is a component of
42231         the argument of an initialization procedure.
42232
42233         * trans.c (tree_transform, case of arithmetic operators): If result
42234         type is private, the gnu_type is the base type of the full view,
42235         given that the full view itself may be a subtype.
42236
42237 2001-12-17  Robert Dewar  <dewar@gnat.com>
42238
42239         * sem_res.adb: Minor reformatting
42240
42241         * trans.c (tree_transform, case N_Real_Literal): Add missing third
42242         parameter in call to Machine (unknown horrible effects from this
42243         omission).
42244
42245         * urealp.h: Add definition of Round_Even for call to Machine
42246         Add third parameter for Machine
42247
42248 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42249
42250         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
42251         predefined units in No_Run_Time mode.
42252
42253 2001-12-17  Richard Kenner  <kenner@gnat.com>
42254
42255         * misc.c (insn-codes.h): Now include.
42256
42257 2001-12-17  Olivier Hainque  <hainque@gnat.com>
42258
42259         * a-except.adb: Preparation work for future integration of the GCC 3
42260         exception handling mechanism
42261         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
42262         to factorize previous code sequences and make them externally callable,
42263         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
42264         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
42265         Use the new notification routines.
42266
42267 2001-12-17  Emmanuel Briot  <briot@gnat.com>
42268
42269         * prj-tree.ads (First_Choice_Of): Document the when others case
42270
42271 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
42272
42273         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
42274         HI-E mode, in order to support Ravenscar profile properly.
42275
42276         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
42277         mode on 32 bits targets.
42278
42279 2001-12-17  Vincent Celier  <celier@gnat.com>
42280
42281         * fmap.adb: Initial version.
42282
42283         * fmap.ads: Initial version.
42284
42285         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
42286         If search is successfully done, add to mapping.
42287
42288         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
42289
42290         * make.adb:
42291         (Gnatmake): Add new local variable Mapping_File_Name.
42292          Create mapping file when using project file(s).
42293          Delete mapping file before exiting.
42294
42295         * opt.ads (Mapping_File_Name): New variable
42296
42297         * osint.adb (Find_File): Use path name found in mapping, if any.
42298
42299         * prj-env.adb (Create_Mapping_File): New procedure
42300
42301         * prj-env.ads (Create_Mapping_File): New procedure.
42302
42303         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
42304         (Mapping_File)
42305
42306         * usage.adb: Add entry for new switch -gnatem.
42307
42308         * Makefile.in: Add dependencies for fmap.o.
42309
42310 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42311
42312         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
42313         is a package instantiation rewritten as a package body.
42314         (Install_Withed_Unit): Undo previous change, now redundant.
42315
42316 2001-12-17  Gary Dismuke  <dismukes@gnat.com>
42317
42318         * layout.adb:
42319         (Compute_Length): Move conversion to Unsigned to callers.
42320         (Get_Max_Size): Convert Len expression to Unsigned after calls to
42321         Compute_Length and Determine_Range.
42322         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
42323         Compute_Length and Determine_Range.
42324         Above changes fix problem with length computation for supernull arrays
42325         where Max (Len, 0) wasn't getting applied due to the Unsigned
42326         conversion used by Compute_Length.
42327
42328 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
42329
42330         * rtsfind.ads:
42331         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
42332          System.Secondary_Stack.
42333         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
42334          in HI-E mode.
42335         Remove unused entity RE_Exception_Data.
42336
42337         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
42338
42339         * rident.ads (No_Secondary_Stack): New restriction.
42340
42341 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
42342
42343         * gnat_rm.texi: Fix minor typos. Found while reading the section
42344         regarding "Bit_Order Clauses" that was sent to a customer.
42345         Very interesting documentation!
42346
42347 2001-12-17  Robert Dewar  <dewar@gnat.com>
42348
42349         * sem_case.adb (Choice_Image): Avoid creating improper character
42350         literal names by using the routine Set_Character_Literal_Name. This
42351         fixes bombs in certain error message cases.
42352
42353 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
42354
42355         * a-reatim.adb: Minor reformatting.
42356
42357 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42358
42359         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
42360         case where the formal is an extension of another formal in the current
42361         unit or in a parent generic unit.
42362
42363 2001-12-17  Arnaud Charlet  <charlet@gnat.com>
42364
42365         * s-tposen.adb: Update comments.  Minor reformatting.
42366         Minor code clean up.
42367
42368         * s-tarest.adb: Update comments.  Minor code reorganization.
42369
42370 2001-12-17  Gary Dismukes  <dismukes@gnat.com>
42371
42372         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
42373         when Java_VM.
42374
42375 2001-12-17  Robert Dewa  <dewar@gnat.com>
42376
42377         * exp_attr.adb: Minor reformatting
42378
42379 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42380
42381         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
42382         derivations nested within a child unit: verify that the parent
42383         type is declared in an outer scope.
42384
42385 2001-12-17  Robert Dewar  <dewar@gnat.com>
42386
42387         * sem_ch12.adb: Minor reformatting
42388
42389 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42390
42391         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
42392         warning if current unit is a predefined one, from which bodies may
42393         have been deleted.
42394
42395 2001-12-17  Robert Dewar  <dewar@gnat.com>
42396
42397         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
42398         Fix header format. Add 2001 to copyright date.
42399
42400         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
42401         which caused CE during compilation if checks were enabled.
42402
42403 2001-12-17  Vincent Celier  <celier@gnat.com>
42404
42405         * make.adb:
42406         (Switches_Of): New function
42407         (Test_If_Relative_Path): New procedure
42408         (Add_Switches): Use new function Switches_Of
42409         (Collect_Arguments_And_Compile): Use new function Switches_Of.
42410         When using a project file, test if there are any relative
42411         search path. Fail if there are any.
42412         (Gnatmake): Only add switches for the primary directory when not using
42413         a project file. When using a project file, change directory to the
42414         object directory of the main project file. When using a project file,
42415         test if there are any relative search path. Fail if there are any.
42416         When using a project file, fail if specified executable is relative
42417         path with directory information, and prepend executable, if not
42418         specified as an absolute path, with the exec directory.  Make sure
42419         that only one -o switch is transmitted to the linker.
42420
42421         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
42422
42423         * prj-nmsc.adb:
42424         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
42425         when using a non standard naming scheme.
42426         (Check_Ada_Naming_Scheme): Make sure that error messages
42427         do not raise exceptions.
42428         (Is_Illegal_Append): Return True if there is no dot in the suffix.
42429         (Language_Independent_Check): Check the exec directory.
42430
42431         * prj.adb (Project_Empty): Add new component Exec_Directory
42432
42433         * prj.ads:
42434         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
42435         (Project_Data): Add component Exec_Directory
42436
42437         * snames.adb: Updated to match snames.ads revision 1.215
42438
42439         * snames.ads: Added Exec_Dir
42440
42441 2001-12-17  Robert Dewar  <dewar@gnat.com>
42442
42443         * make.adb: Minor reformatting
42444
42445         * prj-nmsc.adb: Minor reformatting
42446
42447         * snames.adb: Updated to match snames.ads
42448
42449         * snames.ads: Alphebetize entries for project file
42450
42451 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42452
42453         * trans.c (process_freeze_entity): Do nothing if the entity is a
42454         subprogram that was already elaborated.
42455
42456 2001-12-17  Richard Kenner  <kenner@gnat.com>
42457
42458         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
42459         and Esize if object is referenced via pointer.
42460
42461 2001-12-17  Ed Schonberg  <schonber@gnat.com>
42462
42463         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
42464         is discrete before analyzing choices.
42465
42466 2001-12-17  Joel Brobecker  <brobecke@gnat.com>
42467
42468         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
42469         containing the name of the Ada Main Program. This string is mainly
42470         intended for the debugger.
42471         (Gen_Output_File_C): Do the equivalent change when generating a C file.
42472
42473 2001-12-17  Robert Dewar  <dewar@gnat.com>
42474
42475         * ali.adb: Set new Dummy_Entry field in dependency entry
42476
42477         * ali.ads: Add Dummy_Entry field to source dependency table
42478
42479         * bcheck.adb (Check_Consistency): Ignore dummy D lines
42480
42481         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
42482
42483         * lib-writ.ads: Document dummy D lines for missing files.
42484
42485         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
42486
42487 2001-12-17  Robert Dewar  <dewar@gnat.com>
42488
42489         * ali.adb: Type reference does not reset current file.
42490
42491         * ali.adb: Recognize and scan renaming reference
42492
42493         * ali.ads: Add spec for storing renaming references.
42494
42495         * lib-xref.ads: Add documentation for handling of renaming references
42496
42497         * lib-xref.adb: Implement output of renaming reference.
42498
42499         * checks.adb:
42500         (Determine_Range): Document local variables
42501         (Determine_Range): Make sure Hbound is initialized. It looks as though
42502          there could be a real problem here with an uninitialized reference
42503          to Hbound, but no actual example of failure has been found.
42504
42505 2001-12-17  Laurent Pautet  <pautet@gnat.com>
42506
42507         * g-socket.ads:
42508         Fix comment of Shutdown_Socket and Close_Socket. These functions
42509         should not fail silently because if they are called twice, this
42510         probably means that there is a race condition in the user program.
42511         Anyway, this behaviour is consistent with the rest of this unit.
42512         When an error occurs, an exception is raised with the error message
42513         as exception message.
42514
42515 2001-12-17  Robert Dewar  <dewar@gnat.com>
42516
42517         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
42518         that it happens before modification of Sloc values for -gnatD.
42519
42520         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
42521         so that it happens before modification of Sloc values for -gnatD.
42522
42523         * switch.adb: Minor reformatting
42524
42525 2001-12-15  Richard Henderson  <rth@redhat.com>
42526
42527         * sem_ch7.adb: Wrap comment.
42528
42529 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
42530
42531         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
42532         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
42533         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
42534         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
42535         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
42536         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
42537         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
42538         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
42539         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
42540         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
42541         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
42542         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
42543         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
42544         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
42545         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
42546         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
42547         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
42548         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
42549         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
42550         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
42551         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
42552         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
42553         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
42554         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
42555         spelling errors.
42556
42557 2001-12-14  Vincent Celier  <celier@gnat.com>
42558
42559         * osint.adb(Create_Debug_File): When an object file is specified,
42560         put the .dg file in the same directory as the object file.
42561
42562 2001-12-14  Robert Dewar  <dewar@gnat.com>
42563
42564         * osint.adb: Minor reformatting
42565
42566         * lib-xref.adb (Output_Instantiation): New procedure to generate
42567         instantiation references.
42568
42569         * lib-xref.ads: Add documentation of handling of generic references.
42570
42571         * ali.adb (Read_Instantiation_Ref): New procedure to read
42572         instantiation references
42573
42574         * ali.ads: Add spec for storing instantiation references
42575
42576         * bindusg.adb: Minor reformatting
42577
42578         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42579
42580         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42581
42582         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42583
42584         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
42585
42586         * csets.ads:
42587         Fix header format
42588         Add 2001 to copyright date
42589         Add entry for Latin-5 (Cyrillic ISO-8859-5)
42590
42591 2001-12-14  Matt Gingell  <gingell@gnat.com>
42592
42593         * adaint.c: mktemp is a macro on Lynx and can not be used as an
42594         expression.
42595
42596 2001-12-14  Richard Kenner  <kenner@gnat.com>
42597
42598         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
42599         if operand is CONSTRUCTOR.
42600
42601 2001-12-14  Ed Schonberg  <schonber@gnat.com>
42602
42603         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
42604         before emiting check on right-hand side, so that exception information
42605         is correct.
42606
42607 2001-12-14  Richard Kenner  <kenner@gnat.com>
42608
42609         * utils.c (create_var_decl): Throw away initializing expression
42610         if just annotating types and non-constant.
42611
42612 2001-12-14  Vincent Celier  <celier@gnat.com>
42613
42614         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
42615         Default_Ada_...
42616
42617         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
42618         Remove functions.
42619         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
42620
42621         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
42622         Remove functions.
42623         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
42624
42625 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
42626
42627         * ChangeLog: Remove piece of diff output.
42628
42629 2001-12-14  Geert Bosch  <bosch@gnat.com>
42630
42631         * config-lang.in: Update copyright notice
42632
42633         * layout.adb: Remove commented out code.
42634
42635         * mdllfile.ads: Update copyright notice. Fix header format.
42636
42637         * sem_case.ads: Likewise.
42638
42639         * sem_ch3.adb: Minor reformatting.
42640
42641 2001-12-12  Geert Bosch  <bosch@gnat.com>
42642
42643         * freeze.ads: Update copyright date.
42644
42645         * g-comlin.ads: Minor reformatting.
42646
42647         * gnat-style.texi: Fix typo.
42648
42649 2001-12-12  Geert Bosch  <bosch@gnat.com>
42650
42651         *  einfo.h: Regenerate.
42652
42653 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42654
42655         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
42656         on known node types, rather than untyped fields. Further cleanups.
42657
42658 2001-12-12  Robert Dewar  <dewar@gnat.com>
42659
42660         * sem_ch12.adb:
42661         (Save_Entity_Descendant): Minor comment update.
42662         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
42663          of an N_Attribute_Reference node. As per note below, this does not
42664         eliminate need for Associated_Node in attribute ref nodes.
42665         (Associated_Node): Documentation explicitly mentions attribute
42666         reference nodes, since this field is used in such nodes.
42667
42668         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
42669
42670 2001-12-12  Robert Dewar  <dewar@gnat.com>
42671
42672         * s-stalib.adb: Add more comments on with statements being needed
42673
42674         * par-ch12.adb: Minor reformatting
42675
42676         * prj-dect.ads: Fix copyright header
42677
42678         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
42679         inputs fit in 32 bits, but the result still overflows.
42680
42681         * s-fatgen.ads: Minor comment improvement
42682
42683 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42684
42685         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
42686         formal derived type, look for an inherited component from the full
42687         view of the parent, if any.
42688
42689 2001-12-12  Robert Dewar  <dewar@gnat.com>
42690
42691         * checks.ads (Apply_Alignment_Check): New procedure.
42692
42693         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
42694         ensure that the alignment of objects with address clauses is
42695         appropriate, and raise PE if not.
42696
42697         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
42698         Exp_Pakd.Known_Aligned_Enough
42699
42700         * mdllfile.ads: Minor reformatting
42701
42702         * mlib-fil.ads: Minor reformatting
42703
42704 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42705
42706         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
42707         fix to any component reference if enclosing record has non-standard
42708         representation.
42709
42710 2001-12-12  Vincent Celier  <celier@gnat.com>
42711
42712         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
42713         Iteration
42714
42715 2001-12-12  Ed Schonberg  <schonber@gnat.com>
42716
42717         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
42718         sem_attr.
42719
42720 2001-12-12  Robert Dewar  <dewar@gnat.com>
42721
42722         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
42723
42724 2001-12-12  Emmanuel Briot  <briot@gnat.com>
42725
42726         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
42727         and it adds dependencies to system.io.
42728
42729 2001-12-12  Pascal Obry  <obry@gnat.com>
42730
42731         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
42732         variable name.
42733
42734 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42735
42736         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
42737         that is the parent of other generics, the instance body replaces the
42738         instance node.  Retrieve the instance of the spec, which is the one
42739         that is visible in clients and within the body.
42740
42741 2001-12-11  Vincent Celier  <celier@gnat.com>
42742
42743         * gnatmain.adb: Initial version.
42744
42745         * gnatmain.ads: Initial version.
42746
42747         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
42748
42749         * snames.adb: Updated to match snames.ads.
42750
42751         * snames.ads: Added Gnatstub.
42752
42753 2001-12-11  Vincent Celier  <celier@gnat.com>
42754
42755         * prj-attr.adb (Initialization_Data): Change name from
42756         Initialisation_Data.
42757
42758 2001-12-11  Emmanuel Briot  <briot@gnat.com>
42759
42760         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
42761         + and * applied to backslashed expressions like \r.
42762
42763 2001-12-11  Vasiliy Fofanov  <fofanov@gnat.com>
42764
42765         * g-os_lib.ads: String_List type added, Argument_List type is now
42766         subtype of String_List.
42767
42768 2001-12-11  Robert Dewar  <dewar@gnat.com>
42769
42770         * g-os_lib.ads: Change copyright to FSF
42771         Add comments for String_List type
42772
42773 2001-12-11  Vincent Celier  <celier@gnat.com>
42774
42775         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
42776         string to the buffer).
42777
42778 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42779
42780         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
42781         sem_attr.
42782
42783         * sem_attr.adb: Simplify previous fix for Address.
42784         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
42785         to avoid anomalies where the bound of the type appears to raise
42786         constraint error.
42787
42788 2001-12-11  Robert Dewar  <dewar@gnat.com>
42789
42790         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
42791         handled.
42792
42793 2001-12-11  Ed Schonber   <schonber@gnat.com>
42794
42795         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
42796         renamed unit before checking for recursive instantiations.
42797
42798 2001-12-11  Emmanuel Briot  <briot@gnat.com>
42799
42800         * prj.ads: Add comments for some of the fields.
42801
42802 2001-12-11  Robert Dewar  <dewar@gnat.com>
42803
42804         * lib-xref.adb (Output_Refs): Don't output type references outside
42805         the main unit if they are not otherwise referenced.
42806
42807 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42808
42809         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
42810         code and diagnose additional illegal uses
42811
42812         * sem_util.adb (Is_Object_Reference): An indexed component is an
42813         object only if the prefix is.
42814
42815 2001-12-11  Vincent Celier  <celier@gnat.com>
42816
42817         * g-diopit.adb: Initial version.
42818
42819         * g-diopit.ads: Initial version.
42820
42821         * g-dirope.adb:
42822         (Expand_Path): Avoid use of Unbounded_String
42823         (Find, Wildcard_Iterator): Moved to child package Iteration
42824
42825         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
42826
42827 2001-12-11  Robert Dewar  <dewar@gnat.com>
42828
42829         * sem_attr.adb: Minor reformatting
42830
42831 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42832
42833         * sem_ch3.adb: Clarify some ???.
42834
42835 2001-12-11  Robert Dewar  <dewar@gnat.com>
42836
42837         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
42838         Exp_Pakd.Known_Aligned_Enough
42839
42840         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
42841         version is moved to Exp_Ch13.
42842
42843 2001-12-11  Robert Dewar  <dewar@gnat.com>
42844
42845         * einfo.ads: Minor reformatting
42846
42847         * exp_ch5.adb: Add comment for previous.change
42848
42849         * ali.adb: New interface for extended typeref stuff.
42850
42851         * ali.ads: New interface for typeref stuff.
42852
42853         * checks.adb (Apply_Alignment_Check): New procedure.
42854
42855         * debug.adb: Add -gnatdM for modified ALI output
42856
42857         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
42858
42859         * lib-xref.adb: Extend generation of <..> notation to cover
42860         subtype/object types. Note that this is a complete rewrite,
42861         getting rid of the very nasty quadratic algorithm previously
42862         used for derived type output.
42863
42864         * lib-xref.ads: Extend description of <..> notation to cover
42865         subtype/object types. Uses {..} for these other cases.
42866         Also use (..) for pointer types.
42867
42868         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
42869
42870         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
42871         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
42872
42873 2001-12-11  Vincent Celier  <celier@gnat.com>
42874
42875         * gnatcmd.adb:
42876         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
42877         Changed /BIND_ONLY to /ACTIONS=BIND
42878         Changed /LINK_ONLY to /ACTIONS=LINK
42879
42880 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42881
42882         * sem_ch8.adb (Find_Selected_Component): improved search for a
42883         candidate package in case of error.
42884
42885         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
42886         chain back on scope stack before reinstalling use clauses.
42887
42888         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
42889         is enabled, do not kill the code for the condition, to preserve
42890         warning.
42891
42892 2001-12-11  Robert Dewar  <dewar@gnat.com>
42893
42894         * checks.adb (Insert_Valid_Check): Apply validity check to expression
42895         of conversion, not to result of conversion.
42896
42897 2001-12-11  Ed Schonberg  <schonber@gnat.com>
42898
42899         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
42900         before freezing parent. If the declarations are mutually recursive,
42901         an access to the current record type may be frozen before the
42902         derivation is complete.
42903
42904 2001-12-05  Vincent Celier  <celier@gnat.com>
42905
42906         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
42907         -c /COMPILE_ONLY, -l /LINK_ONLY
42908
42909         * opt.ads:
42910         (Bind_Only): New Flag
42911         (Link_Only): New flag
42912
42913         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
42914         and -l (Link_Only)
42915
42916         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
42917
42918         * make.adb:
42919         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
42920         (Gnatmake): Set the step flags. Only perform a step if the
42921         corresponding step flag is True.
42922         (Scan_Make_Arg): Reset the bind and link step flags when -u
42923         or -gnatc has been specified.
42924
42925 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42926
42927         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
42928         get bounds from right operand.
42929
42930         * sem_eval.adb: Minor reformatting
42931
42932         * exp_util.adb (Make_Literal_Range): use bound of literal rather
42933         than Index'First, its lower bound may be different from 1.
42934
42935         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
42936         and C48009J
42937
42938 2001-12-05  Vincent Celier  <celier@gnat.com>
42939
42940         * prj-nmsc.adb Minor reformatting
42941
42942         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
42943         set and libraries are not supported.
42944
42945 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42946
42947         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
42948         private view explicitly, so the back-end can treat as a global
42949         when appropriate.
42950
42951 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42952
42953         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
42954          unit, always replace instance node with new body, for ASIS use.
42955
42956 2001-12-05  Vincent Celier  <celier@gnat.com>
42957
42958         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
42959         libraries are not supported and both attributes Library_Name and
42960         Library_Dir are specified.
42961
42962         * prj-proc.adb (Expression): Set location of Result to location of
42963         first term.
42964
42965         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
42966         (prj-nmsc is now importing MLib.Tgt)
42967
42968         * prj-proc.adb: Put the change indicated above that was forgotten.
42969
42970 2001-12-05  Robert Dewar  <dewar@gnat.com>
42971
42972         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
42973
42974 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42975
42976         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
42977         constraint, introduce explicit subtype declaration and derive from it.
42978
42979         * sem_ch3.adb: Minor reformatting
42980
42981 2001-12-05  Robert Dewar  <dewar@gnat.com>
42982
42983         * checks.adb (Determine_Range): Increase cache size for checks.
42984         Minor reformatting
42985
42986         * exp_ch6.adb: Minor reformatting
42987         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
42988         a parameter whose root type is System.Address, since treating such
42989         subprograms as pure in the code generator is almost surely a mistake
42990         that will lead to unexpected results.
42991
42992         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
42993         change handling of conversions.
42994
42995         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
42996
42997 2001-12-05  Ed Schonberg  <schonber@gnat.com>
42998
42999         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
43000         aggregate with static wrong size, attach generated Raise node to
43001         declaration.
43002
43003 2001-12-05  Robert Dewar  <dewar@gnat.com>
43004
43005         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
43006         Fixes compilation abandoned bomb in B24009B.
43007
43008 2001-12-05  Ed Schonberg  <schonber@gnat.com>
43009
43010         * sem_ch12.adb:
43011         Document use of Associated_Node on Selected_Components.
43012         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
43013         to clarify use of untyped descendant fields.
43014
43015 2001-12-05  Robert Dewar  <dewar@gnat.com>
43016
43017         * prj-dect.ads: Add ??? comment
43018         Add 2001 to copyright notice (was not done in after all)
43019
43020         * prj-part.adb: Minor reformatting. Reword one awkward error message.
43021
43022         * prj.ads: Minor reformatting throughout, and add some ??? comments
43023
43024         * snames.ads: Minor reformatting
43025
43026 2001-12-05  Geert Bosch  <bosch@gnat.com>
43027
43028         * snames.adb: Autoupdate
43029
43030 2001-12-05  Vincent Celier  <celier@gnat.com>
43031
43032         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
43033
43034         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
43035
43036         * prj-env.adb: Minor comment changes (modifying -> extends).
43037
43038         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
43039
43040         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
43041         Tok_Extends.
43042
43043         * prj.adb (Initialize): Change Modifying to Extends.
43044
43045         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
43046
43047         * prj.ads: Minor comment change (Modifying -> extending).
43048
43049         * snames.ads: Change modifying to extends.
43050
43051 2001-12-05  Robert Dewar  <dewar@gnat.com>
43052
43053         * sem_warn.adb: Remove stuff for conditionals, we are not going to
43054         do this after all.
43055
43056         * sem_warn.ads: Remove stuff for conditionals, we are not going to
43057         do this after all.  Add 2001 to copyright notice
43058
43059 2001-12-04  Geert Bosch  <bosch@gnat.com>
43060
43061         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
43062
43063 2001-12-04  Robert Dewar  <dewar@gnat.com>
43064
43065         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
43066         location if we already have errors. Stops some cases of cascaded
43067         errors.
43068
43069         * errout.adb: Improve comment.
43070
43071 2001-12-04  Robert Dewar  <dewar@gnat.com>
43072
43073         * sem_ch12.adb:
43074         (Analyze_Formal_Type_Definition): Defend against Error.
43075         (Analyze_Formal_Subprogram): Defend against Error.
43076
43077         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
43078         remove following semicolon if present. Removes cascaded error.
43079
43080 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
43081
43082         * bindgen.adb:
43083         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
43084          exceptions equals 0.
43085         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
43086         Fixes PIWG E tests (which have to be run with -gnatL).
43087
43088 2001-12-04  Robert Dewar  <dewar@gnat.com>
43089
43090         * einfo.ads: Minor reformatting
43091
43092 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43093
43094         * einfo.ads: Block_Node points to the identifier of the block, not to
43095         the block node itself, to preserve the link when the block is
43096         rewritten, e.g. within an if-statement with a static condition.
43097
43098         * inline.adb (Cleanup_Scopes): recover block statement from block
43099         entity using new meaning of Block_Node.
43100
43101         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
43102         identifier of block node, rather than to node itself.
43103
43104 2001-12-04  Gary Dismukes  <dismukes@gnat.com>
43105
43106         * layout.adb:
43107         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
43108         (Discrimify): Go back to setting the Etypes of the selected component
43109         because the Vname component does not exist at this point and will
43110         fail name resolution. Also set Analyzed.
43111         Remove with and use of Sem_Res.
43112
43113 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
43114
43115         * Makefile.in: (HIE_SOURCES): add s-fat*.
43116
43117 2001-12-04  Robert Dewar  <dewar@gnat.com>
43118
43119         * sem_attr.adb:
43120         (Compile_Time_Known_Attribute): New procedure.
43121         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
43122          proper range check.
43123
43124 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43125
43126         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
43127         processing discriminants to diagnose illegal default values.
43128
43129 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43130
43131         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
43132         access discriminant within a type extension that constrains its
43133         parent discriminants.
43134
43135 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43136
43137         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
43138         is malformed, use instance of Any_Id to allow analysis to proceed.
43139
43140         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
43141         type definition is illegal.
43142         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
43143         misplaced.
43144
43145 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43146
43147         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
43148         constants.
43149
43150 2001-12-04  Robert Dewar  <dewar@gnat.com>
43151
43152         * errout.adb: Minor reformatting
43153
43154 2001-12-04  Robert Dewar  <dewar@gnat.com>
43155
43156         * exp_util.adb: Minor reformatting from last change
43157
43158         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
43159         which is a rewriting of an expression, traverse the original
43160         expression to remove warnings that may have been posted on it.
43161
43162 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43163
43164         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
43165         record that has other packed components.
43166
43167 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
43168
43169         * adaint.c: Minor cleanups.
43170
43171 2001-12-04  Douglass B. Rupp  <rupp@gnat.com>
43172
43173         * adaint.c: Do not use utime.h on vxworks.
43174
43175 2001-12-04  Arnaud Charlet  <charlet@gnat.com>
43176
43177         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
43178         more confusion than it solves.
43179
43180 2001-12-04  Geert bosch  <bosch@gnat.com>
43181
43182         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
43183
43184 2001-12-04  Geert Bosch  <bosch@gnat.com>
43185
43186         * Makefile.in (update-sources): New target.
43187         For use by gcc_release script.
43188
43189 2001-12-04  Ed Schonberg  <schonber@gnat.com>
43190
43191         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
43192         a configuration pragma, it is now legal wherever a pragma can appear.
43193
43194 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
43195
43196         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
43197         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
43198         is now @CROSS@ -DIN_GCC; update comment.
43199
43200 2001-12-04  Robert Dewar  <dewar@gnat.com>
43201
43202         * einfo.adb (Has_Pragma_Pure_Function): New flag.
43203         Fix problem that stopped ceinfo from working
43204
43205         * einfo.ads (Has_Pragma_Pure_Function): New flag.
43206
43207         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
43208
43209 2001-12-04  Douglas B. Rupp  <rupp@gnat.com>
43210
43211         * gnatchop.adb:
43212         (File_Time_Stamp): New procedure.
43213         (Preserve_Mode): New boolean.
43214         (Write_Unit): Pass time stamp.
43215         Implement -p switch (preserve time stamps).
43216
43217         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
43218
43219         * gnatchop.adb: Do usage info for -p switch
43220
43221         * adaint.h (__gnat_set_file_time_name): New function
43222
43223         * adaint.c (__gnat_set_file_time_name): Implement
43224
43225         * adaint.h: Fix typo
43226
43227 2001-12-03  Robert Dewar  <dewar@gnat.com>
43228
43229         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
43230         have Associated_Node.
43231
43232 2001-12-03  Robert Dewar  <dewar@gnat.com>
43233
43234         * prj-proc.adb: Minor reformatting
43235
43236         * make.adb: Minor reformatting
43237
43238 2001-12-03  Geert Bosch  <bosch@gnat.com>
43239
43240         * make.adb: Minor reformatting.
43241
43242 2001-12-03 Robert Dewar  <dewar@gnat.com>
43243
43244         * sem_ch12.adb: Minor reformatting
43245
43246 2001-12-03  Ed Schonberg  <schonber@gnat.com>
43247
43248         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
43249         push Standard on the stack before analyzing the instance body,
43250         in order to have a clean visibility environment.
43251
43252         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
43253
43254 2001-12-03  Ed Schonberg  <schonber@gnat.com>
43255
43256         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
43257         instantiation of a body that contains an inlined body.
43258
43259 2001-12-03  Ed Schonberg  <schonber@gnat.com>
43260
43261         * sem_ch12.adb:
43262         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
43263         to prevent freezing within formal packages.
43264         (Freeze_Subprogram_Body): If body comes from another instance that
43265         appeared before its own body, place freeze node at end of current
43266         declarative part, to prevent a back-end crash.
43267         (Inline_Instance_Body): Handle properly a package instance within
43268         a subprogram instance that is a child unit.
43269
43270 2001-12-01  Graham Stott  <grahams@redhat.com>
43271
43272         * Makefile.in (misc.o): Add missing $(srcdir) prefix
43273         and add optabs.h dependency.
43274
43275         * misc.c: Include optabs.h
43276         (gnat_tree_code_type): Make static and const.
43277         (gnat_tree_code_length): Likewise.
43278         (gnat_tree_code_name): Likewise.
43279         (update_setjmp_buf): Obtain operands mode from insn_data.
43280
43281 2001-11-29  Richard Henderson  <rth@redhat.com>
43282
43283         * init.c: Remove obsolete dwarf2 frame.h section.
43284
43285 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
43286
43287         * Make-lang.in (ada.generated-manpages): New dummy target.
43288
43289 2001-11-29  Ed Schonberg  <schonber@gnat.com>
43290
43291         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
43292         into Command, an array conversion is illegal here. Uncovered by
43293         ACATS B460005.
43294
43295 2001-11-28  Geert Bosch  <bosch@gnat.com>
43296
43297         * init.c: Minor whitespace changes.
43298
43299 2001-11-28  Doug Rupp  <rupp@gnat.com>
43300
43301         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
43302         signal stack.
43303
43304 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
43305
43306         * misc.c (gnat_expand_constant): Move declaration above
43307         definition of lang_hooks.
43308         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
43309         (gnat_init): lang_expand_constant no longer exists.
43310
43311         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
43312         always have vprintf.
43313         (gnat_init): Always call set_internal_error_function.
43314
43315 2001-11-27  Andreas Jaeger  <aj@suse.de>
43316
43317         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
43318
43319 2001-11-27  Laurent Guerby  <guerby@acm.org>
43320
43321         * Makefile.in: Regenerate Ada dependencies.
43322
43323 2001-11-26  Richard Henderson  <rth@redhat.com>
43324
43325         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
43326         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
43327         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
43328
43329 2001-11-25  Laurent Guerby  <guerby@acm.org>
43330
43331         * sysdep.c (rts_get_*): Fix style.
43332
43333 2001-11-19  Laurent Guerby  <guerby@acm.org>
43334
43335         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
43336         since it is of no apparent use and cause warnings.
43337
43338 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
43339
43340         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
43341         static too.
43342         (gnat_init): Don't return NULL.
43343         (finish_parse): Remove.
43344
43345 2001-11-17  Laurent Guerby  <guerby@acm.org>
43346
43347         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
43348         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
43349         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
43350         * lang-spec.h: Add missing struct field to silence warnings.
43351         * sysdep.c (rts_get_*): Provide K&R prototype.
43352         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
43353         * traceback.c (Unlock_Task, Lock_Task): Likewise.
43354         * tracebak.c (__gnat_backtrace): Remove unused variable.
43355         * utils.c (end_subprog_body): Move to K&R style.
43356
43357 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
43358
43359         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
43360
43361 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
43362
43363         * misc.c (gnat_init): Change prototype.  Include the
43364         functionality of the old init_parse and init_decl_processing.
43365         (gnat_init_decl_processing): New prototype.
43366         (init_parse): Remove.
43367         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
43368
43369 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
43370
43371         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
43372         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
43373         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
43374         set_yydebug): Remove.
43375
43376 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
43377
43378         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
43379         (struct lang_hooks): Constify.
43380         (language_string, lang_identify): Remove.
43381         * utils.c (init_decl_processing): Update.
43382
43383 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
43384
43385         * misc.c: Include langhooks-def.h.
43386         * Makefile.in: Update.
43387
43388 2001-10-30  Robert Dewar  <dewar@gnat.com>
43389
43390         * style.adb:
43391         (Check_Identifier): Rewrite circuit to be compatible with use of letters
43392         in the upper half of ASCII.
43393         (Check_Identifier): Minor reformatting
43394
43395 2001-10-30  Geert Bosch  <bosch@gnat.com>
43396
43397         * (Associated_Node, Set_Associated_Node): Do not check for
43398         Freeze_Entity.
43399
43400 2001-10-30  Robert Dewar  <dewar@gnat.com>
43401
43402         * a-reatim.ads: Minor reformatting
43403
43404 2001-10-30  Robert Dewar  <dewar@gnat.com>
43405
43406         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
43407         undocumented declarations.
43408
43409 2001-10-30  Pascal Obry  <obry@gnat.com>
43410
43411         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
43412         to the binder and linker.
43413         Minor style fix.
43414
43415         * mdll.ads: Fix layout.  Update copyright notice.
43416
43417         * mdll.adb: Fix layout.  Update copyright notice.
43418
43419 2001-10-30  Robert Dewar  <dewar@gnat.com>
43420
43421         * usage.adb: Minor fix to output for -gnaty.
43422
43423 2001-10-30  Ed Schonberg  <schonber@gnat.com>
43424
43425         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
43426         to accommodate all its possible values.
43427
43428         * a-reatim.adb (Split): Special-case handling of Time_Span_First
43429         and of small absolute values of T.
43430
43431 2001-10-30  Richard Kenner  <kenner@gnat.com>
43432
43433         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
43434         set_mem_attributes since not needed and wrong if RESULT if a REG;
43435         fixes ACATS failures.
43436
43437 2001-10-30  Geert Bosch  <bosch@gnat.com>
43438
43439         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
43440         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
43441
43442 2001-10-30  Robert Dewar  <dewar@gnat.com>
43443
43444         * bindusg.adb: Undocument -f switch.
43445
43446         * gnatcmd.adb: Remove /FULL_ELABORATION.
43447
43448         * opt.ads (Force_RM_Elaboration_Order): Document that this is
43449         obsolescent.
43450
43451         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
43452
43453         * gnatbind.adb: Minor update of warning msg.
43454
43455 2001-10-30  Vincent Celier  <celier@gnat.com>
43456
43457         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
43458         for project file switches (-P (/PROJECT_FILE=),
43459          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
43460         or MEDIUM or HIGH)
43461
43462 2001-10-30  Geert Bosch  <bosch@gnat.com>
43463
43464         * decl.c: Minor whitespace fixes.
43465
43466 2001-10-30  Richard Kenner  <kenner@gnat.com>
43467
43468         * utils2.c (build_allocator): Test for SIZE overflow in array case too
43469
43470 2001-10-30  Geert Bosch  <bosch@gnat.com>
43471
43472         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
43473         Found due to GCC 3.0 warning of using uninitialized value.
43474
43475         * layout.adb:
43476         (Get_Max_Size): Use variant record for tracking value/expression.
43477          Makes logic clearer and prevents warnings for uninitialized variables.
43478         (Layout_Array_Type): Use variant record for tracking value/expression.
43479          Makes logic clearer and prevents warnings for uninitialized variables.
43480
43481 2001-10-30  Robert Dewar  <dewar@gnat.com>
43482
43483         * lib.adb: Minor reformatting
43484
43485         * s-taprop.ads: Minor reformatting
43486
43487 2001-10-29  Laurent Guerby  <guerby@acm.org>
43488
43489         * init.c:
43490         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
43491         const.
43492         (_gnat_error_handler): Make MSG const.
43493
43494 2001-10-29  Richard Kenner  <kenner@gnat.com>
43495
43496         * sysdep.c: Fix localtime_r problem on LynxOS.
43497         Also remove #elif to avoid warnings.
43498
43499         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
43500         used by this.
43501
43502         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
43503
43504 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
43505
43506         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
43507         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
43508         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
43509         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
43510         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
43511         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
43512         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
43513         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
43514         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
43515         types.ads, urealp.adb: Fix spelling errors.
43516
43517 2001-10-27  Laurent Guerby  <guerby@acm.org>
43518
43519         * trans.c (gigi): Fix non determinism leading to bootstrap
43520         comparison failures for debugging information.
43521
43522 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
43523
43524         * gnat_rm.texi: Use @./@: where appropriate.
43525
43526 2001-10-26  Robert Dewar  <dewar@gnat.com>
43527
43528         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
43529
43530 2001-10-26  Richard Kenner  <kenner@gnat.com>
43531
43532         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
43533
43534 2001-10-26  Richard Kenner  <kenner@gnat.com>
43535
43536         * decl.c (validate_size): Modify message for bad size to avoid
43537         implication that compiler is modifying the size.
43538
43539 2001-10-26  Robert Dewar  <dewar@gnat.com>
43540
43541         * prj-util.adb: Minor reformatting. Fix bad header format.
43542
43543 2001-10-26  Robert Dewar  <dewar@gnat.com>
43544
43545         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
43546
43547         * sinfo.ads: Clarify use of Associated_Node (documentation only).
43548
43549         * sem_ch12.adb: Change Node4 to Associated_Node. Change
43550         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
43551         much more narrowly in places where needed. These are cleanups.
43552
43553 2001-10-26  Joel Brobecker  <brobecke@gnat.com>
43554
43555         * 5zosinte.ads (null_pthread): new constant.
43556
43557         * 5ztaprop.adb:
43558         (Initialize_TCB): Initialize thread ID to null, to be able to verify
43559          later that this field has been set.
43560         (Finalize_TCB): ditto.
43561         (Suspend_Task): Verify that the thread ID is not null before using it.
43562         (Resume_Task): ditto.
43563
43564         * s-tasdeb.adb:
43565         (Resume_All_Tasks): Lock the tasks list before using it.
43566         (Suspend_All_Tasks): ditto.
43567
43568 2001-10-26  Richard Kenner  <kenner@gnat.com>
43569
43570         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
43571         Make constant variant of designated type for Is_Access_Constant.
43572         Call update_pointer_to with main variant.
43573
43574         * trans.c (process_freeze_entity, process_type):
43575         Call update_pointer_to on main variant.
43576
43577         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
43578         If main variant, update all other variants.
43579
43580         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
43581         TREE_STATIC.
43582
43583 2001-10-26  Robert Dewar  <dewar@gnat.com>
43584
43585         * prj-util.adb: Minor reformatting
43586
43587 2001-10-26  Robert Dewar  <dewar@gnat.com>
43588
43589         * prj-util.adb: Minor reformatting
43590
43591 2001-10-26  Robert Dewar  <dewar@gnat.com>
43592
43593         * prj-attr.adb: Minor reformatting throughout
43594
43595 2001-10-26  Robert Dewar  <dewar@gnat.com>
43596
43597         * prj-attr.ads: Minor reformatting
43598         Add ??? comment (this whole spec has almost no comments)
43599
43600 2001-10-26  Vincent Celier  <celier@gnat.com>
43601
43602         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
43603         ("//") that precede the drive letter on Interix.
43604
43605 2001-10-26  Geert Bosch  <bosch@gnat.com>
43606
43607         * gnat_rm.texi: Add GNAT Reference Manual.
43608
43609 2001-10-25  Robert Dewar  <dewar@gnat.com>
43610
43611         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
43612         is Error. Similar change for other renaming cases.
43613
43614 2001-10-25  Robert Dewar  <dewar@gnat.com>
43615
43616         * s-atacco.ads: Add pragma Inline_Always for functions.
43617         Fix header format. Add copyright 2001
43618
43619 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43620
43621         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
43622         return Error rather than Empty so that analysis can proceed.
43623
43624 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43625
43626         * sem_util.adb (Enter_Name): better handling of cascaded error
43627         messages when a unit appears in its own context.
43628
43629 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43630
43631         * sem_util.adb (Defining_Entity): in case of error, attach created
43632         entity to specification, so that semantic analysis can proceed.
43633
43634 2001-10-25  Robert Dewar  <dewar@gnat.com>
43635
43636         * sem_util.adb
43637         (Defining_Entity): Deal with Error.
43638         (Process_End_Label): Deal with bad end label for.
43639
43640 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43641
43642         * sem_elab.adb (Check_A_Call): refine message when call is in an
43643         instance but callee is not declared in the generic unit.
43644
43645 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43646
43647         * sem_elab.adb (Check_A_Call): check for renaming before finding the
43648         enclosing unit, which may already be different from the calling unit.
43649
43650 2001-10-25  Geert Bosch  <bosch@gnat.com>
43651
43652         * 4gintnam.ads: fix header format.
43653
43654 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43655
43656         * sem_res.adb (Resolve_Call): if the call is actually an indexing
43657         operation on the result of a parameterless call, perform elaboration
43658         check after the node has been properly rewritten.
43659
43660         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
43661         inlined within the generic tree, the defining identifier is not a
43662         compilation_unit.
43663
43664 2001-10-25  Ed Schonberg  <schonber@gnat.com>
43665
43666         * sem_res.adb (Resolve): special-case resolution of Null in an
43667          instance or an inlined body to avoid view conflicts.
43668
43669         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
43670          compatibility by retrieving the access type of the generic copy.
43671
43672 2001-10-25  Robert Dewar  <dewar@gnat.com>
43673
43674         * sem_ch3.adb:
43675         (Analyze_Number_Declaration): Handle error expression.
43676         (Signed_Integer_Type_Declaration): Handle error bound.
43677         (Analyze_Subtype_Indication): Handle error range.
43678
43679         * sem_util.adb (Get_Index_Bounds): Check for Error.
43680
43681 2001-10-25  Robert Dewar  <dewar@gnat.com>
43682
43683         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
43684         in no run time mode.
43685
43686 2001-10-25  Pascal Obry  <obry@gnat.com>
43687
43688         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
43689         mode case for ALLOC case.
43690
43691         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
43692         all platforms. Improvement of last change.
43693
43694 2001-10-25  Robert Dewar  <dewar@gnat.com>
43695
43696         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
43697
43698 2001-10-25  Geert Bosch  <bosch@gnat.com>
43699
43700         * osint.adb (Is_Relative): Remove duplicate.
43701
43702 2001-10-25  Pascal Obry  <obry@gnat.com>
43703
43704         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
43705         pathnames in UNIX and DOS style with drive letter.
43706         (Is_Relative): new routine.
43707
43708         * osint.adb: Minor reformatting
43709
43710         * osint.adb (Is_Relative): implementation using
43711         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
43712
43713 2001-10-25  Pascal Obry  <obry@gnat.com>
43714
43715         * g-dirope.adb (Basename): correctly compute offset between the
43716         original Path and the translated one.
43717
43718         * g-dirope.adb: (Base_Name): add some comments.
43719
43720 2001-10-25  Robert Dewar  <dewar@gnat.com>
43721
43722         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
43723         in HIE mode, avoids compilation abandoned message
43724
43725         * exp_imgv.adb: Correct typo in previous change
43726
43727         * exp_imgv.adb: Correct typo in previous change (not my day!)
43728
43729 2001-10-25  Robert Dewar  <dewar@gnat.com>
43730
43731         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
43732
43733 2001-10-25  Pascal Obry  <obry@gnat.com>
43734
43735         * g-awk.ads: Move all pragma inlines next to the routine
43736          declarations. This is more uniform with other GNAT spec.
43737
43738 2001-10-22  Geert Bosch  <bosch@gnat.com>
43739
43740         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
43741
43742 2001-10-19  Geert Bosch  <bosch@gnat.com>
43743
43744         * Makefile.in (tools, gnattools): Remove gnatmem.
43745
43746 2001-10-17  Richard Henderson  <rth@redhat.com>
43747
43748         * Makefile.in (misc.o): Depend on langhooks.h.
43749         * misc.c: Include it.
43750         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
43751         (LANG_HOOKS_DECODE_OPTION): New.
43752         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
43753
43754 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
43755
43756         * trans.c (tree_transform): Adjust to recent change in
43757         expand_asm_operands to implement named asm operands.
43758
43759 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43760
43761         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
43762         renaming of discriminant for mutable record type.
43763
43764 2001-10-11  Robert Dewar  <dewar@gnat.com>
43765
43766         * validsw.adb: Properly save -gnatVn status.
43767
43768 2001-10-11  Robert Dewar  <dewar@gnat.com>
43769
43770         * usage.adb: Add lines for V switch.
43771
43772         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
43773         (/VALIDITY_CHECKING).
43774
43775 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43776
43777         * sem_type.adb (Add_One_Interp): an operator for a type declared in
43778         an extension of System is known to be visible.
43779
43780 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43781
43782         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
43783         properly. Fixes regression on ACATS C34005G.
43784
43785 2001-10-11  Robert Dewar  <dewar@gnat.com>
43786
43787         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
43788         loop in generic instance, since this is likely not very useful.
43789
43790 2001-10-11  Robert Dewar  <dewar@gnat.com>
43791
43792         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
43793         the error message for high integrity mode.
43794
43795         * rtsfind.adb (RTE): Give message if we try to find an entity that
43796         is not available in high integrity mode.
43797
43798         * rtsfind.ads:
43799         (OK_To_Use_In_HIE_Mode): New array.
43800         (RTE): May return Empty in high integrity mode.
43801
43802         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
43803         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
43804
43805         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
43806         unit if not inlined always and in no runtime mode. Fixes problem
43807         caused by new Rtsfind changes.
43808
43809         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
43810         body is deleted.
43811
43812         * rtsfind.adb (RTE): Make sure we do not try to load unit after
43813         giving message for entity not available in high integrity mode.
43814
43815 2001-10-11  Pascal Obry  <obry@gnat.com>
43816
43817         * impunit.adb: Add GNAT.CRC32.
43818
43819 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43820
43821         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
43822         properly the case where one universal operand in a non-static
43823         exponentiation of a real literal.
43824
43825 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43826
43827         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
43828         clause, return the gobal finalization list, for lack of anthing else.
43829
43830 2001-10-11  Ed Schonberg  <schonber@gnat.com>
43831
43832         * exp_ch7.adb (Make_Transient_Block): if statement is within
43833         exception handler, always use new transient scope to place Clean
43834         procedure.
43835
43836 2001-10-11  Pascal Obry  <obry@gnat.com>
43837
43838         * Makefile.in:
43839         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43840         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
43841         (GNATLS_RTL_OBJS): add g-crc32.o
43842         (GNATMAKE_RTL_OBJS): add g-crc32.o
43843
43844         * ali-util.adb:
43845         (CRC_Match): new function.
43846         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
43847         instead of the previous simple checksum algorithm.
43848         (Time_Stamp_Mismatch): use CRC_Match for comparison.
43849         (Set_Source_Table): idem.
43850
43851         * ali-util.ads:
43852         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
43853         instead of simple checksum.
43854         (CRC_Match): new function.
43855         (CRC_Error): new constant.
43856
43857         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
43858         a CRC now and not a simple checksum. A CRC uses lower-case hex
43859         letters, fixes ambiguity in parsing.
43860
43861         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
43862         is what this variable will store.
43863
43864         * bcheck.adb: Change reference to chechsum in comments by CRC.
43865         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
43866         rename All_Checksum_Match to All_CRC_Match. Change due to API
43867         renaming since now GNAT does not use a simple checksum but a
43868         CRC using GNAT.CRC32.
43869
43870         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
43871         now and not anymore a simple checksum.
43872
43873         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
43874         places.
43875
43876         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
43877
43878         * scans.adb:
43879         (Restore_Scan_State): rename Checksum to CRC.
43880         (Save_Scan_State): idem.
43881
43882         * scans.ads:
43883         With GNAT.CRC32.
43884         (Checksum): rename to CRC.
43885         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
43886
43887         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
43888         GNAT.CRC32).  Update copyright notice.
43889
43890         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
43891         GNAT.CRC32).  Update copyright notice.
43892
43893         * scn.adb:
43894         (Accumulate_Checksum): removed.
43895         (Update): new procedure. Add a wide-character into the CRC.
43896
43897         * sinput-l.adb:
43898         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
43899         (Load_File): fix initialization of S (change Source_Checksum to
43900         Source_CRC)
43901
43902         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
43903         Source_CRC in S initialization.
43904
43905         * sinput.adb (Source_Checksum): renamed to Source_CRC.
43906
43907         * sinput.ads (Source_Checksum): renamed to Source_CRC.
43908         Update comments for the CRC.
43909
43910         * types.adb (Hex): Use lowercase for the letter part.
43911
43912         * types.ads (Get_Hex_String): Returns the hexadecimal representation
43913         for a word. This is currently used only for CRC. In previous version,
43914         the checksum was using a representation with all letter being
43915         upper-case. With the new implementation (using CRC) we do not remove
43916         the 32th bit of the CRC, so we can have an upper-case starting letter
43917         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
43918         It is ambigous since the CRC was optional and could be followed by
43919         options like EB, EE. So now this routines uses lower-case letter for
43920         the hexadecimal representation. Strange enough only lower case letters
43921         where checked in Scan_ALI (even if this was not a possible case).
43922
43923         * gnatvsn.ads (Library_Version): changed to 3.15a.
43924
43925         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
43926         for the compiler.
43927
43928         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
43929         for the compiler.
43930
43931         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
43932         Add 2001 to copyright notice
43933         (Accumulate_Checksum): Modify to use System.CRC32.
43934
43935         * ali-util.ads: Redo changes of previous revision to continue to use
43936         the word Checksum. Add 2001 to copyright notice.
43937
43938         * ali.adb: Undo some of previous changes, not needed.
43939         Keep the change for lower case letters in the checksum.
43940
43941         * ali.ads: Undo previous change not needed.
43942
43943         * bcheck.adb: Undo most of previous change, not needed.
43944         But do use Checksums_Match for checksum comparison.
43945
43946         * gnatls.adb: Undo most of previous change, not needed.
43947         But do use Checksums_Match for comparing checksums.
43948
43949         * lib-load.adb: Undo previous change, not needed.
43950
43951         * lib-writ.adb: Undo previous change, not needed.
43952
43953         * lib-writ.ads: Document that checksums use lower case,
43954         not upper case letters.
43955
43956         * scans.adb: Undo previous change, not needed
43957
43958         * scans.ads: Undo previous change, not needed.
43959
43960         * scn-nlit.adb: Undo previous changes, not needed.
43961
43962         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
43963
43964         * scn.adb:
43965         (Accumulate_Checksum): Use System.CRC32.
43966         (Initialize_Checksum): New procedure.
43967         Remove other changes of previous revision.
43968
43969         * sinput-p.adb: Undo previous change, not needed.
43970
43971         * sinput.adb: Undo previous change, not needed.
43972
43973         * sinput-l.adb: Undo previous change, not needed.
43974
43975         * sinput.ads: Undo previous change, not needed.  Keep only comment
43976         on new checksum algorithm
43977
43978         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
43979         Also remove a-tags and a-stream from GNAT sources.
43980
43981         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
43982
43983         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
43984
43985 2001-10-11  Geert Bosch  <bosch@gnat.com>
43986
43987         * einfo.h: Regenerate.
43988
43989         * nmake.ads: Regenerate.
43990
43991         * nmake.adb: Regenerate.
43992
43993         * sinfo.h: Regenerate.
43994
43995         * treeprs.adb: Regenerate.
43996
43997 2001-10-10  Geert Bosch  <bosch@gnat.com>
43998
43999         * gnat-style.texi: New file describing coding guidelines for Ada.
44000
44001 2001-10-10  Ed Schonberg  <schonber@gnat.com>
44002
44003         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
44004         is Flag174.
44005
44006 2001-10-10  Geert Bosch  <bosch@gnat.com>
44007
44008         * snames.ads: Add new names for project facility.
44009
44010         * snames.adb: Update to reflect snames.ads changes.
44011
44012         * snames.h: Update to reflect snames.ads changes.
44013
44014 2001-10-10  Vincent Celier  <celier@gnat.com>
44015
44016         * make.adb:
44017         (Add_Switches): reflect the changes for the switches attributes
44018         Default_Switches indexed by the programming language,
44019         Switches indexed by the file name.
44020         (Collect_Arguments_And_Compile): Idem.
44021         Reflect the attribute name changes.
44022
44023         * prj-attr.adb:
44024         (Initialisation_Data): Change the names of some packages and
44025         attributes.
44026         (Initialize): process case insensitive associative arrays.
44027
44028         * prj-attr.ads:
44029         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
44030
44031         * prj-dect.adb:
44032         (Parse_Attribute_Declaration): For case insensitive associative
44033          arrays, set the index string to lower case.
44034
44035         * prj-env.adb:
44036         Reflect the changes of the project attributes.
44037
44038         * prj-nmsc.adb:
44039         Replace Check_Naming_Scheme by Ada_Check and
44040         Language_Independent_Check.
44041
44042         * prj-nmsc.ads:
44043         Replaced Check_Naming_Scheme by 2 procedures:
44044         Ada_Check and Language_Independent_Check.
44045
44046         * prj-proc.adb:
44047         (Process_Declarative_Items): For case-insensitive associative
44048         arrays, set the index string to lower case.
44049         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
44050         Prj.Nmsc.Check_Naming_Scheme.
44051
44052         * prj-tree.adb:
44053         (Case_Insensitive): New function
44054         (Set_Case_Insensitive): New procedure
44055
44056         * prj-tree.ads:
44057         (Case_Insensitive): New function
44058         (Set_Case_Insensitive): New procedure
44059         (Project_Node_Record): New flag Case_Insensitive.
44060
44061         * prj-util.adb:
44062         (Value_Of): new function to get the string value of a single
44063         string variable or attribute.
44064
44065         * prj-util.ads:
44066         (Value_Of): new function to get the string value of a single
44067         string variable or attribute.
44068
44069         * prj.adb:
44070         (Ada_Default_Spec_Suffix): New function
44071         (Ada_Default_Impl_Suffix): New function
44072         Change definitions of several constants to reflect
44073         new components of record types.
44074
44075         * prj.ads:
44076         (Naming_Data): Change several components to reflect new
44077         elements of naming schemes.
44078         (Project_Data): New flags Sources_Present and
44079         Language_Independent_Checked.
44080         (Ada_Default_Spec_Suffix): New function.
44081         (Ada_Default_Impl_Suffix): New function.
44082
44083         * snames.ads:
44084         Modification of predefined names for project manager: added
44085         Implementation, Specification_Exceptions, Implementation_Exceptions,
44086         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
44087         Default_Switches, _Languages, Builder, Cross_Reference,
44088         Finder. Removed Body_Part, Specification_Append, Body_Append,
44089         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
44090         Gnatlink.
44091
44092         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
44093         Add comments.
44094
44095         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
44096         not that it is Nil_Variable_Value.
44097
44098         * prj.ads: Add ??? for uncommented declarations
44099
44100 2001-10-10  Ed Schonberg  <schonber@gnat.com>
44101
44102         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
44103         constant, do not indicate possible modification, so that gigi can
44104         treat it as a bona fide constant.
44105
44106 2001-10-10  Robert Dewar  <dewar@gnat.com>
44107
44108         * sem_prag.adb: Add processing for pragma External.
44109
44110         * snames.ads: Add entry for pragma External.
44111
44112         * par-prag.adb: Add pragma External.
44113
44114         * snames.adb: Updated to match snames.ads.
44115
44116 2001-10-10  Ed Schonberg  <schonber@gnat.com>
44117
44118         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
44119         a dynamic task if the allocator appears in an indexed assignment
44120         or selected component assignment.
44121
44122         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
44123         For a dynamic task in an assignment statement, use target of
44124         assignment to generate meaningful name.
44125
44126 2001-10-10  Ed Schonberg  <schonber@gnat.com>
44127
44128         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
44129         a generic package.
44130
44131         * einfo.ads: Body_Entity is also defined for generic package.
44132         Documentation change only
44133
44134         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
44135         others_choice for a discriminated component initialization,
44136         convert discriminant references into the corresponding discriminals.
44137
44138         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
44139         only if original type is private and expression has to be wrapped
44140         in a conversion.
44141
44142         * checks.adb:
44143         (Apply_Constraint_Check): Do not perform length check
44144         if expression is an aggregate with only an others_choice.
44145         (Length_N_Cond): two references to the same in_parameter
44146         (typically the discriminal in an init_proc) denote the same value.
44147         Two useful optimization uncovered by bugfixes above.
44148
44149 2001-10-10  Robert Dewar  <dewar@gnat.com>
44150
44151         * xeinfo.adb: Change int to char in translation of enumeration types.
44152         This fixes a problem in the C representation of component alignment.
44153         Add 2001 to copyright notice
44154
44155 2001-10-10  Richard Kenner  <kenner@gnat.com>
44156
44157         * decl.c: (validate_size): Do check size of object of integral type
44158         if it is a packed array type.
44159
44160 2001-10-10  Richard Kenner  <kenner@gnat.com>
44161
44162         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
44163         VAR_DECL for constant if not Is_Public but -O0.
44164
44165 2001-10-10  Richard Kenner  <kenner@gnat.com>
44166
44167         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
44168
44169 2001-10-10  Geert Bosch  <bosch@gnat.com>
44170
44171         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
44172         use '/' as switch character, allowing for absolute file names.
44173
44174 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
44175
44176         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
44177         FSF address.
44178
44179 2001-10-08  Geert Bosch  <bosch@gnat.com>
44180
44181         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
44182         Automatically build utilities when files need to be regenerated.
44183
44184 2001-10-08  Geert Bosch  <bosch@gnat.com>
44185
44186         * xsnames.adb: New utility for updating snames.ads and snames.adb
44187
44188 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
44189
44190         * Make-lang.in (ADAFLAGS): Add -W -Wall.
44191         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
44192         (gnat1): Also depend on attribs.o.
44193         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
44194         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
44195         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
44196         (ADAFLAGS): Add -W -Wall.
44197         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
44198         take out CFLAGS.
44199
44200         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
44201         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
44202         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
44203         Use $(ADAC), not $(CC), as compilation command.
44204
44205         (gnattools): Depend directly on tools to build, don't use
44206         recursive make.
44207         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
44208
44209         * einfo.h, sinfo.h: New files (autogenerated).
44210
44211 2001-10-08  Richard Henderson  <rth@redhat.com>
44212
44213         * comperr.adb (Abort_In_Progress): New.
44214         (Compiler_Abort): Use it to prevent recursion.
44215
44216 2001-10-08  Robert Dewar  <dewar@gnat.com>
44217
44218         * atree.adb: Set Error_Posted in Error node, helps error recovery.
44219
44220         * par-endh.adb (Output_End_Expected): We should also not test
44221         Error_Posted on the Error node, since now it is always set.
44222
44223         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
44224         to help error recovery. Part of general work on 9407-004.
44225
44226         * par.adb: Add ??? for misuse of error
44227
44228         * sem_res.adb:
44229         (Resolve): Defend against Error, fixes 9407-003.
44230         (Resolve_Discrete_Subtype_Indication): Defend against Error.
44231
44232         * sinfo.ads (N_Error): Now has Etype field (which will be set
44233         to Any_Type to help error recovery).
44234
44235 2001-10-08  Richard Kenner  <kenner@gnat.com>
44236
44237         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
44238         Consistently set MEM attributes from expression; fixes
44239         bootstrap failure on x86.
44240
44241 2001-10-08  Geert Bosch  <bosch@gnat.com>
44242
44243         * 5oosinte.adb: Add 2001 to copyright notice.
44244
44245 2001-10-08  Geert Bosch  <bosch@gnat.com>
44246
44247         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
44248
44249         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
44250
44251 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
44252
44253         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
44254
44255 2001-10-05  Geert Bosch  <bosch@gnat.com>
44256
44257         * adaint.h: Small formatting fix.
44258
44259 2001-10-04  Geert Bosch  <bosch@gnat.com>
44260
44261         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
44262         Arg is int, not FILE *, in dummy version of functions.
44263
44264         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
44265         Arg is int, not FILE *.
44266
44267 2001-10-04  Geert Bosch  <bosch@gnat.com>
44268
44269         * 3lsoccon.ads: Added file, missed with initial check ins.
44270
44271         * 4lintnam.ads: Fix header format.
44272         Change Linux to GNU/Linux.
44273
44274         * 5iosinte.adb: Change Linux to GNU/Linux.
44275
44276         * 5iosinte.ads: Change Linux to GNU/Linux.
44277
44278         * 5itaprop.adb: Change Linux to GNU/Linux.
44279
44280         * 5itaspri.ads: Change Linux to GNU/Linux.
44281         Update copyright notice.
44282
44283         * 5lintman.adb: Change Linux to GNU/Linux.
44284
44285         * 5lml-tgt.adb: Change Linux to GNU/Linux.
44286
44287         * 5losinte.ads: Change Linux to GNU/Linux.
44288
44289         * 5lsystem.ads: Change Linux to GNU/Linux.
44290
44291         * 5qosinte.adb: Change Linux to GNU/Linux.
44292
44293         * 5qosinte.ads: Change Linux to GNU/Linux.
44294
44295         * 5qparame.ads: Change Linux to GNU/Linux.
44296
44297         * 5qtaprop.adb: Change Linux to GNU/Linux.
44298
44299         * 5qtaspri.ads: Change Linux to GNU/Linux.
44300         Add 2001 to copyright notice.
44301
44302         * 5vintman.ads: Change Linux to GNU/Linux.
44303         Fix header format.  Add 2001 to copyright notice.
44304
44305         * g-soccon.ads: Change Linux to GNU/Linux.
44306
44307         * g-trasym.ads: Change Linux to GNU/Linux.
44308         Add 2001 to copyright notice.
44309
44310         * memtrack.adb: Change Linux to GNU/Linux.
44311
44312         * s-intman.ads: Change Linux to GNU/Linux.
44313         Add 2001 to copyright notice.  Fix header format.
44314
44315         * s-stache.adb: Change Linux to GNU/Linux.
44316
44317         * adaint.c: Change Linux to GNU/Linux.
44318
44319         * cio.c: Change Linux to GNU/Linux.
44320
44321         * cstreams.c: Change Linux to GNU/Linux.
44322
44323         * init.c: Change Linux to GNU/Linux.
44324
44325         * gmem.c: Change Linux to GNU/Linux.
44326
44327         * tracebak.c: Change Linux to GNU/Linux.
44328
44329
44330 2001-10-02  Geert Bosch  <bosch@gnat.com>
44331
44332         * misc.c (insert_default_attributes): Add dummy version.