OSDN Git Service

2004-04-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
1 2004-04-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2
3         * trans.c (tree_transform): Shortcut returning error_mark_node for
4         statements in annotate_only_mode.
5         (tree_transform, case N_Label, case N_Return_Statement,
6         N_Goto_Statement): Make statement tree instead of generating code.
7         (tree_transform, case N_Assignment_Statement): No longer check
8         type_annotate_only.
9         (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
10         RETURN_STMT): New.
11         (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
12         New fcns.
13         (gnat_to_gnu): Collect any RTL generated and deal with it.
14         (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
15         (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
16         (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
17
18         * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
19
20         * ada-tree.def (EXPR_STMT): Fix typo in name.
21         (BLOCK_STMT, IF_STMT): New nodes.
22
23         * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
24         LABEL_STMT_FIRST_IN_EH): New macros.
25         (RETURN_STMT_EXPR): Likewise.
26
27         * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
28         IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
29
30 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
31
32         * atree.ads: Correct documentation on extended nodes.
33
34         * link.c: Set run_path_option for FreeBSD.
35
36 2004-04-08  Vincent Celier  <celier@gnat.com>
37
38         * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
39         one of the ALI file, do not link with DEC lib.
40
41         * par.adb Remove the last two characters ("%s" or "%b") when checking
42         if a language defined unit may be recompiled.
43
44 2004-04-08  Ed Schonberg  <schonberg@gnat.com>
45
46         * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
47         removal of abstract operation leaves no possible interpretation for
48         expression.
49
50         * sem_eval.adb (Eval_Qualified_Expression): Use
51         Set_Raises_Constraint_Error on node when needed, so that it does not
52         get optimized away by subsequent optimizations.
53
54         * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
55         operands even when they are not wrapped in a type conversion.
56
57 2004-04-08  Olivier Hainque  <hainque@act-europe.fr>
58
59         * sem_prag.adb (Set_Exported): Warn about making static as result of
60         export only when the export is coming from source. This may be not
61         be true e.g. on VMS where we expand export pragmas for exception codes
62         together with imported or exported exceptions, and we don't want the
63         user to be warned about something he didn't write.
64
65 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
66
67         * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
68         duplication between normal entities and those declared as renamings.
69         No functional change.
70
71         * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently     
72         inline functions returning an unconstrained result.
73
74 2004-04-08  Eric Botcazou  <ebotcazou@act-europe.fr>
75
76         * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
77         conform to what other front-ends do.
78
79 2004-04-08  Doug Rupp  <rupp@gnat.com>
80
81         * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
82         libraries.
83
84 2004-04-06  Pascal Obry  <obry@gnat.com>
85
86         * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
87
88         * osint.adb (Program_Name): Do not look past a directory separator.
89
90 2004-04-06  Thomas Quinot  <quinot@act-europe.fr>
91
92         * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
93
94         * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
95         requirement for preserving a copy of the original assignment node.
96
97         * sinfo.ads: Update comment (Original_Tree -> Original_Node).
98
99 2004-04-06  Olivier Hainque  <hainque@act-europe.fr>
100
101         (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
102         when supported.
103
104 2004-04-06  Ed Schonberg  <schonberg@gnat.com>
105
106         * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
107         operator calls in functional notation, and apply
108         Universal_Interpretation to operands, not to their type.
109
110 2004-04-06  Robert Dewar  <dewar@gnat.com>
111
112         * 5wdirval.adb: Minor reformatting
113
114 2004-04-06  Ed Falis  <falis@gnat.com>
115
116         * gnat_rm.texi: Improve a reference to the GCC manual
117
118 2004-04-05  Vincent Celier  <celier@gnat.com>
119
120         * adaint.h, adaint.c: Add function __gnat_named_file_length
121
122         * impunit.adb: Add Ada.Directories to the list
123
124         * Makefile.in: Add VMS and Windows versions of
125         Ada.Directories.Validity package body.
126
127         * Makefile.rtl: Add a-direct and a-dirval
128
129         * mlib-tgt.ads: Minor comment update.
130
131         * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
132         a-direct.ads, a-direct.adb: New files.
133
134 2004-04-05  Vincent Celier  <celier@gnat.com>
135
136         PR ada/13620
137         * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
138         just to the compiler.
139
140 2004-04-05  Robert Dewar  <dewar@gnat.com>
141
142         * a-except.adb (Exception_Name_Simple): Make sure lower bound of
143         returned string is 1.
144
145         * ali-util.adb: Use proper specific form for Warnings (Off, entity)
146
147         * eval_fat.ads: Minor reformatting
148
149         * g-curexc.ads: Document that lower bound of returned string values
150         is always one.
151
152         * gnatlink.adb: Add ??? comment for previous change
153         (need to document why this is VMS specific)
154
155         * s-stoele.ads: Minor reformatting
156
157         * tbuild.ads: Minor reformatting throughout (new function specs)
158
159         * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
160         after WITH.
161
162         * scng.adb: Minor reformatting
163
164 2004-04-05  Geert Bosch  <bosch@gnat.com>
165
166         * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
167         (Leading_Part): Still perform truncation to machine number if the
168         specified radix_digits is greater or equal to machine_mantissa.
169
170 2004-04-05  Javier Miranda  <miranda@gnat.com>
171
172         * par-ch3.adb: Complete documentation of previous change
173         Correct wrong syntax documentation of the OBJECT_DECLARATION rule
174         (aliased must appear before constant).
175
176         * par-ch4.adb: Complete documentation of previous change.
177
178         * par-ch6.adb: Complete documentation of previous change.
179
180         * sinfo.ads: Fix typo in commment.
181
182 2004-04-05  Ed Schonberg  <schonberg@gnat.com>
183
184         * sem_ch3.adb (Inherit_Components): If derived type is private and has
185         stored discriminants, use its discriminants to constrain parent type,
186         as is done for non-private derived record types.
187
188         * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
189         Ada 2005 AI-310: an abstract non-dispatching operation is not a
190         candidate interpretation in an overloaded call.
191
192         * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
193         expression is Null and target type is not an access type (e.g. a
194         non-private address type).
195
196 2004-04-05  Thomas Quinot  <quinot@act-europe.fr>
197
198         * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
199         statement whose right-hand side is an inlined call, save a copy of the
200         original assignment subtree to preserve enough consistency for
201         Analyze_Assignment to proceed.
202
203         * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
204         complete assignment subtree which is now unnecessary, as the expansion
205         of inlined call has been improved to preserve a consistent assignment
206         tree.  Note_Possible_Modification must be called only
207         after checks have been applied, or else unnecessary checks will
208         be generated.
209
210         * sem_util.adb (Note_Possible_Modification): Reorganise the handling
211         of explicit dereferences that do not Come_From_Source:
212          - be selective on cases where we must go back to the dereferenced
213            pointer (an assignment to an implicit dereference must not be
214            recorded as modifying the pointer);
215          - do not rely on Original_Node being present (Analyze_Assignment
216            calls Note_Possible_Modification on a copied tree).
217
218         * sem_warn.adb (Check_References): When an unset reference to a pointer
219         that is never assigned is encountered, prefer '<pointer> may be null'
220         warning over '<pointer> is never assigned a value'.
221
222 2004-04-05  Ramon Fernandez  <fernandez@gnat.com>
223
224         * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
225         the ABI.
226
227 2004-04-05  Olivier Hainque  <hainque@act-europe.fr>
228
229         * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
230         libexc. We currently don't reference anything in this library and
231         linking it in triggers linker warnings we don't want to see.
232
233         * init.c: Update comments.
234
235 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
236
237         * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
238         * utils.c (create_field_decl): Likewise.
239         * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
240
241 2004-04-02  Arnaud Charlet  <charlet@act-europe.fr>
242
243         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
244         Replace ifinfo by ifnottex, to make makeinfo --html happy again.
245         Add info directory entry and category.
246
247 2004-04-02  Jan Hubicka  <jh@suse.cz>
248
249         * utils.c: Include function.h
250         (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
251
252 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
253
254         PR ada/14150
255         * Make-lang.in: Clean up generation of documentation
256
257         * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
258
259         * xgnatug.adb: Removed, replaced by xgnatugn.adb
260
261         * xgnatugn.adb: Replaces xgnatug.adb
262
263         * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
264
265         * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
266
267         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
268         gnat_ug_wnt.texi: Removed.
269
270 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
271
272         * utils2.c: Update copyright notice.
273
274 2004-04-01  Robert Dewar  <dewar@gnat.com>
275
276         * checks.adb: Minor reformatting throughout
277         Note that prev checkin added RM reference to alignment warning
278
279 2004-04-01  Ed Schonberg  <schonberg@gnat.com>
280
281         * exp_aggr.adb (Get_Component_Val): Treat a string literal as
282         non-static when building aggregate for bit-packed array.
283
284         * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
285         function call that is itself the actual in a procedure call, build
286         temporary for it.
287
288         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
289         a string literal, create a temporary for it, constant folding only
290         handles scalars here.
291
292 2004-04-01  Vincent Celier  <celier@gnat.com>
293
294         * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
295         Error_Msg_SP): New empty procedures to instantiate the Scanner.
296         (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
297         tokens.
298         (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
299         (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
300         and get the checksum.
301
302         * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
303         already in the Q.
304         Increase the Marking_Label at the end of the Multiple_Main_Loop,
305         instead of at the beginning.
306
307         * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
308         directly.
309         (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
310         on VMS.
311
312         * osint.ads (Multi_Unit_Index_Character): New Character global variable
313
314         * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
315         not '~' directly.
316
317         * par.adb: Remove test on file name to detect language defined units.
318         Add test on unit name, after parsing, to detect language defined units
319         that are not compiled with -gnatg (except System.RPC and its children)
320
321         * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
322         following units without style checking.
323
324         * switch-c.adb: Change -gnatC to -gnateI
325
326         * usage.adb: Document new switch -gnateInnn
327
328         * scng.adb (Accumulate_Token_Checksum): New procedure
329         (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
330         word or literal number.
331         (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
332         numbers.
333
334 2004-04-01  Thomas Quinot  <quinot@act-europe.fr>
335
336         * a-tasatt.adb,
337         g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
338         switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
339         5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
340         5vtpopde.adb: Add missing 'constant' keywords.
341
342 2004-04-01  Javier Miranda  <miranda@gnat.com>
343
344         * par-ch4.adb: (P_Allocator): Code cleanup
345
346         * sem_ch3.adb (Access_Definition): Properly set the null-excluding
347         attribute.
348
349         * sinfo.ads: Complete documentation of previous change
350
351 2004-04-01  Pascal Obry  <obry@gnat.com>
352
353         * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
354         only on VMS.  This special handling was done because an old GNU/ld bug
355         on Windows which has been fixed.
356
357 2004-04-01  GNAT Script  <nobody@gnat.com>
358
359         * Make-lang.in: Makefile automatically updated
360
361 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
362
363         * decl.c (gnat_to_gnu_entity, make_type_from_size):
364         Use TYPE_UNSIGNED, not TREE_UNSIGNED.
365         * trans.c (tree_transform, convert_with_check): Likewise.
366         * utils.c (gnat_signed_or_unsigned_type): Likewise.
367         (build_vms_descriptor, unchecked_convert): Likewise.
368         * utils2.c (nonbinary_modular_operation): Likewise.
369
370 2004-03-29  Javier Miranda  <miranda@gnat.com>
371
372         * checks.adb (Null_Exclusion_Static_Checks): New subprogram
373         (Install_Null_Excluding_Check): Local subprogram that determines whether
374         an access node requires a runtime access check and if so inserts the
375         appropriate run-time check.
376         (Apply_Access_Check): Call Install_Null_Excluding check if required
377         (Apply_Constraint_Check): Call Install_Null_Excluding check if required
378
379         * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
380
381         * einfo.ads: Fix typo in comment
382
383         * exp_ch3.adb (Build_Assignment): Generate conversion to the
384         null-excluding type to force the corresponding run-time check.
385         (Expand_N_Object_Declaration): Generate conversion to the null-excluding
386         type to force the corresponding run-time check.
387
388         * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
389         the null-excluding type to force the corresponding run-time check.
390
391         * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
392         case of access types unless they have the null-excluding attribute.
393
394         * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
395         part.
396
397         * exp_util.ads: Fix typo in comment
398
399         * par.adb (P_Null_Exclusion): New subprogram
400         (P_Subtype_Indication): New formal that indicates if the null-excluding
401         part has been scanned-out and it was present
402
403         * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
404
405         * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
406         (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
407         type to force the corresponding run-time check
408         (Resolve_Aggregate): Propagate the null-excluding attribute to the array
409         components
410         (Resolve_Array_Aggregate): Carry out some static checks
411         (Resolve_Record_Aggregate.Get_Value): Carry out some static check
412
413         * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
414         attribute must be set only if specified by means of the null-excluding
415         part. In addition, we must also propagate the access-constant attribute
416         if present.
417         (Access_Subprogram_Declaration, Access_Type_Declaration,
418         Analyze_Component_Declaration, Analyze_Object_Declaration,
419         Array_Type_Declaration, Process_Discriminants,
420         Analyze_Subtype_Declaration): Propagate the null-excluding attribute
421         and carry out some static checks.
422         (Build_Derived_Access_Type): Set the null-excluding attribute
423         (Derived_Type_Declaration, Process_Subtype): Carry out some static
424         checks.
425
426         * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
427
428         * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
429
430         * sem_ch6.adb (Process_Formals): Carry out some static checks.
431         (Set_Actual_Subtypes): Generate null-excluding subtype if the
432         null-excluding part was present; it is not required to be done here in
433         case of anonymous access types.
434         (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
435         value.
436
437         * sem_res.adb (Resolve_Actuals): Carry out some static check
438         (Resolve_Null): Allow null in anonymous access
439
440         * sinfo.adb: New subprogram Null_Exclusion_Present
441         All_Present and Constant_Present available on access_definition nodes
442
443         * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
444         object_declaration, derived_type_definition, component_definition,
445         discriminant_specification, access_to_object_definition,
446         access_function_definition, allocator, access_procedure_definition,
447         access_definition, parameter_specification, All_Present and
448         Constant_Present flags available on access_definition nodes.
449
450 2004-03-29  Robert Dewar  <dewar@gnat.com>
451
452         * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
453         gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
454         opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
455         par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
456         sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
457         sem_prag.adb: Updates to handle multiple units/file
458
459         * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
460
461         * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
462         sem_util.adb: Minor reformatting
463
464         * sem_ch12.adb: Add comment for previous change
465
466 2004-03-29  Laurent Pautet  <pautet@act-europe.fr>
467
468         * osint.adb (Executable_Prefix): Set Exec_Name to the current
469         executable name when not initialized. Otherwise, use its current value.
470
471         * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
472         initialize it to another executable name than the current one. This
473         allows to configure paths for an executable name (gnatmake) different
474         from the current one (gnatdist).
475
476 2004-03-29  Ed Schonberg  <schonberg@gnat.com>
477
478         * exp_ch6.adb (Expand_Call): A call to a function declared in the
479         current unit cannot be inlined if it appears in the body of a withed
480         unit, to avoid order of elaboration problems in gigi.
481
482         * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
483         information for protected (wrapper) operation as well, to simplify gdb
484         use.
485
486         * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
487         protected body, indicate that the entity for the generated spec comes
488         from source, to ensure that references are properly generated for it.
489         (Build_Body_To_Inline): Do not inline a function that returns a
490         controlled type.
491
492         * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
493         apply convention to homonyms that are declared explicitly.
494
495         * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
496         that renames an equality operator and the operands are overloaded,
497         resolve them with the declared formal types, before rewriting as an
498         operator.
499
500 2004-03-29  GNAT Script  <nobody@gnat.com>
501
502         * Make-lang.in: Makefile automatically updated
503
504 2004-03-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
505
506         * memtrack.adb: Log realloc calls, which are treated as free followed
507         by alloc.
508
509 2004-03-25  Vincent Celier  <celier@gnat.com>
510
511         * prj-makr.adb (Process_Directories): Detect when a file contains
512         several units. Do not include such files in the config pragmas or
513         in the naming scheme.
514
515         * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
516         Resolve links only when not in Trusted_Mode.
517         (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
518         Do not resolve links for the display names.
519
520         * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
521         resolve links when computing the display names.
522
523 2004-03-25  Thomas Quinot  <quinot@act-europe.fr>
524
525         * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
526         attribute reference does not denote a subtype, it can be any
527         expression that has a classwide type, potentially after an implicit
528         dereference.  In particular, the prefix can be a view conversion for
529         a classwide type (for which Is_Object_Reference holds), but it can
530         also be a value conversion for an access-to-classwide type. In the
531         latter case, there is an implicit dereference, and the original node
532         for the prefix does not verify Is_Object_Reference.
533
534         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
535         conversion of a discriminant-dependent component of a mutable object
536         is one itself.
537
538 2004-03-25  Ed Schonberg  <schonberg@gnat.com>
539
540         * freeze.adb (Freeze_Entity): When an inherited subprogram is
541         inherited, has convention C, and has unconstrained array parameters,
542         place the corresponding warning on the derived type declaration rather
543         than the original subprogram.
544
545         * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
546         indication on renaming declaration, if formal has a box and actual
547         is absent.
548
549         * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
550         determine whether to generate an implicit or explicit reference to
551         the renamed entity.
552
553         * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
554         subprogram renaming comes from a defaulted formal subprogram in an
555         instance.
556
557 2004-03-25  Gary Dismukes  <dismukes@gnat.com>
558
559         * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
560         value expressions to ensure that calls within a component definition
561         will be checked (since those are evaluated during the record type's
562         elaboration).
563
564 2004-03-25  Arnaud Charlet  <charlet@act-europe.fr>
565
566         * s-tpobop.adb: Code clean up:
567         (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
568         code.
569         (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
570
571 2004-03-25  Jose Ruiz  <ruiz@act-europe.fr>
572
573         * Makefile.in: Clean up in the ravenscar run time.
574
575 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
576
577         * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
578         of No_Strict_Aliasing to build_pointer_type_for_mode.
579         * utils.c (update_pointer_to): Walk pointer and ref chains.
580
581 2004-03-22  Cyrille Comar  <comar@act-europe.fr>
582
583         * ali.ads: Fix Comment about Dynamic_Elab.
584
585         * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
586         Has_RACW, Is_Generic, etc.)
587         (Output_Object, Gnatls): Take into account ALI files not attached to
588         an object.
589
590 2004-03-22  Vincent Celier  <celier@gnat.com>
591
592         * gprep.adb: Change all String_Access to Name_Id
593         (Is_ASCII_Letter): new function
594         (Double_File_Name_Buffer): New procedure
595         (Preprocess_Infile_Name): New procedure
596         (Process_Files): New procedure
597         (Gnatprep): Check if output and input are existing directories.
598         Call Process_Files to do the real job.
599
600 2004-03-22  Robert Dewar  <dewar@gnat.com>
601
602         * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
603         s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
604
605 2004-03-22  Sergey Rybin  <rybin@act-europe.fr>
606
607         * scn.adb (Contains): Add check for EOF, is needed for a degenerated
608         case when the source contains only comments.
609
610 2004-03-22  Ed Schonberg  <schonberg@gnat.com>
611
612         * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
613         declaration for a child subprogram body that acts as a spec, indicate
614         that the entity in the declaration needs debugging information.
615
616         * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
617         full view if the subtype is created for a constrained record component;
618         gigi has enough information to construct the record, and there is no
619         place in the tree for the declaration.
620
621         * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
622         serial number for the dummy body that is built for analysis, to avoid
623         inconsistencies in the generation of internal names when compiling
624         with -gnatN.
625
626 2004-03-22  Thomas Quinot  <quinot@act-europe.fr>
627
628         * sem_util.adb (Is_Object_Reference): A view conversion denotes an
629         object.
630
631 2004-03-22  GNAT Script  <nobody@gnat.com>
632
633         * Make-lang.in: Makefile automatically updated
634
635 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
636
637         * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
638         * trans.c (tree_transform, emit_index_check): Likewise.
639         * utils.c (build_template): Likewise.
640         (max_size, convert): Remove handling of WITH_RECORD_EXPR.
641         (maybe_unconstrained_array, unchecked_convert): Likewise.
642         * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
643         (build_unary_op): Likewise.
644         (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
645         (fill_vms_descriptor): Likewise.
646         (build_call_alloc_dealloc): Likewise.
647         ALIGN is unsigned.
648         * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
649
650 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
651
652         PR other/14630
653         * gnat_ug.texi: Add info directory category and entry.
654         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
655         gnat_ug_wnt.texi: Regenerate.
656
657 2004-03-19  Arnaud Charlet  <charlet@act-europe.fr>
658
659         * ada-tree.h: Update copyright notice.
660         Minor reformatting.
661
662 2004-03-19  Olivier Hainque  <hainque@act-europe.fr>
663
664         * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
665         as regular exception objects and not as mere integers representing the
666         condition code.  The latter approach required some dynamics to mask off
667         severity bits, which did not fit well into the GCC table based model.
668         (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
669         exception data objects. We don't it and it would conflict with the other
670         external symbol we have to generate for such exceptions.
671
672         * trans.c (tree_transform, case N_Exception_Handler): Remove part of
673         the special code for VMS exceptions, since these are now represented
674         as regular exceptions objects.
675
676 2004-03-19 Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
677
678         * decl.c (debug_no_type_hash): Remove.
679         (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
680         * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
681
682 2004-03-19  Laurent GUERBY <laurent@guerby.net>
683
684         * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of 
685         aggregate, allows bootstrap from 3.3 on powerpc-darwin.
686         
687 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
688
689         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
690         (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
691         (TYPE_RM_SIZE_INT): Directly use type.values.
692         (TREE_LOOP_ID): Clean up check.
693         * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
694         TYPE_VALUES, not TYPE_FIELDS.
695         * trans.c (convert_with_check): Delay access of bounds of basetype
696         until sure is numeric.
697
698 2004-03-18  Arnaud Charlet  <charlet@act-europe.fr>
699
700         * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
701
702         Code clean up:
703         * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
704         5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
705         Specific.Set instead of direct call to e.g pthread_setspecific.
706
707 2004-03-18  Thomas Quinot  <quinot@act-europe.fr>
708
709         * adaint.c: Update comments.
710
711         * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
712         GNATLIB_SHARED for FreeBSD.
713
714 2004-03-18  Jose Ruiz  <ruiz@act-europe.fr>
715
716         * init.c [VxWorks]: Do not fix the stack size for the environment task.
717         When needed (stack checking) the stack size is retrieved
718         from the VxWorks kernel.
719
720         * Makefile.in: Flag -nostdinc is required when building the run time
721         for avoiding looking for files in the base compiler.
722         Add the VxWorks specific version of the package body for
723         System.Stack_checking.Operations (5zstchop.adb).
724
725         * Make-lang.in: Add the object file for
726         System.Stack_Checking.Operations.
727
728         * Makefile.rtl: Add object file for the package
729         System.Stack_Checking.Operations.
730
731         * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
732
733         * s-stache.ads, s-stache.adb: Move the operations related to stack
734         checking from this package to package System.Stack_Checking.Operations.
735         This way, stack checking operations are only linked in the final
736         executable when using the -fstack-check flag.
737
738 2004-03-18  Doug Rupp  <rupp@gnat.com>
739
740         * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
741         Reorganize ifeq's.
742
743         * 5qsystem.ads, 5xcrtl.ads: New files.
744
745 2004-03-18  Vincent Celier  <celier@gnat.com>
746
747         * prj.adb (Reset): Reset hash table Files_Htable
748
749         * prj-env.adb (Source_Paths, Object_Paths): New tables.
750         (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
751         the procedures Add_To_Path_File.
752         (Set_Ada_Paths): Accumulate source and object dirs in the tables,
753         making sure that each directory is present only once and, for object
754         dirs, when a directory already present is added, the duplicate is
755         removed and the directory is always put as the last in the table.
756         Write the path files at the end of these accumulations.
757
758         * prj-nmsc.adb (Record_Source): Add source file name in hash table
759         Files_Htable for all sources.
760
761         * prj-proc.adb (Process): Remove restrictions between not directly
762         related extending projects.
763
764 2004-03-18  Emmanuel Briot  <briot@act-europe.fr>
765
766         * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
767         (Find_Sources): Minor speed optimization.
768
769         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
770         parameter Trusted_Mode.
771
772 2004-03-18  Sergey Rybin  <rybin@act-europe.fr>
773
774         * scn.adb (Determine_License): Take into account a degenerated case
775         when the source contains only comments.
776
777 2004-03-18  Ed Schonberg  <schonberg@gnat.com>
778
779         * sem_warn.adb (Check_References): For a warning on a selected
780         component that does not come from source, locate an uninitialized
781         component of the record type to produce a more precise error message.
782
783 2004-03-15  Jerome Guitton  <guitton@act-europe.fr>
784
785         * 3zsoccon.ads: Fix multicast options.
786
787         * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
788         in the spec.
789
790 2004-03-15  Robert Dewar  <dewar@gnat.com>
791
792         * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
793         pragma used for a private type.
794
795         * lib-xref.adb (Generate_Reference): Do not generate warning if
796         reference is in a different unit from the pragma Unreferenced.
797
798         * 5vtpopde.adb: Minor reformatting
799         Fix casing of To_Task_ID
800
801         * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
802         flag if we have an unchecked conversion to an access type in the same
803         unit.
804
805 2004-03-15  Geert Bosch  <bosch@gnat.com>
806
807         * a-ngcoty.adb (Modulus): In alternate formula for large real or
808         imaginary parts, use Double precision throughout.
809
810         * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
811         we want to be able to compile run-time with -gnata for testing, but
812         this may also be instantiated in user code that is compiled with -gnata.
813
814 2004-03-15  Olivier Hainque  <hainque@act-europe.fr>
815
816         * s-stalib.ads (Exception_Code): New type, to represent Import/Export
817         codes. Having a separate type for this is useful to enforce consistency
818         throughout the various run-time units.
819         (Exception_Data): Use Exception_Code for Import_Code.
820
821         * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
822         Natural and Integer in various places.
823         (Register_VMS_Exception): Use Base_Code_In to compute the exception code
824         with the severity bits masked off.
825         (Register_VMS_Exception): Handle the additional exception data pointer
826         argument.
827
828         * raise.c (_GNAT_Exception structure): Remove the handled_by_others
829         component, now reflected by an exported accessor.
830         (is_handled_by): New routine to compute whether the propagated
831         occurrence matches some handler choice specification. Extracted out of
832         get_action_description_for, and expanded to take care of the VMS
833         specifities.
834         (get_action_description_for): Use is_handled_by instead of an explicit
835         complex condition to decide if the current choice at hand catches the
836         propagated occurrence.
837
838         * raise.h (Exception_Code): New type for C.
839
840         * rtsfind.ads (RE_Id, RE_Unit_Table): Add
841         System.Standard_Library.Exception_Code, to allow references from the
842         pragma import/export expander.
843
844         * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
845         New accessors to allow easy access to GNAT exception data
846         characteristics.
847         (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
848         redundant Handled_By_Others component, helper for the personality
849         routine which will now be able to call the appropriate exception data
850         accessor instead.
851
852         * cstand.adb (Create_Standard): Adjust the type of the Import_Code
853         component of Standard_Exception_Type to be the closest possible to
854         Exception_Code in System.Standard_Library, that we cannot get at this
855         point. Expand a ??? comment to notify that this type node should
856         probably be rewritten later on.
857
858         * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
859         registration call to include a pointer to the exception object in the
860         arguments.
861
862         * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
863         instead of int and explicit bitmasks.
864
865 2004-03-15  Vincent Celier  <celier@gnat.com>
866
867         * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
868         equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
869
870         * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
871         longer needed now that it is in the spec of
872         System.Tasking.Task_Attributes.
873
874         * adaint.h, adaint.c: (__gnat_create_output_file): New function
875
876         * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
877
878         * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
879
880         * make.adb (Gnatmake): Do not check the executable suffix; it is being
881         taken care of in Scan_Make_Arg.
882         (Scan_Make_Arg): Add the executable suffix only if the argument
883         following -o, in canonical case, does not end with the executable
884         suffix.  When in verbose mode and executable file name does not end
885         with executable suffix, output the executable name, in canonical case.
886
887         * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
888         to avoid warnings when instantiating Ada.Task_Attributes.
889         Minor reformating.
890
891         * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
892         in the correct order.
893
894         * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
895         redirect standard output and error to a file for the invocation of the
896         compiler, then read the file.
897
898         * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
899         directory, instead of the Value.
900         (Find_Source_Dirs): Remove useless code & comments.
901
902 2004-03-15  Ed Schonberg  <schonberg@gnat.com>
903
904         * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
905         tagged type is inherited, and the parent operation is not frozen yet,
906         force generation of a freeze node for the inherited operation, so the
907         corresponding dispatch entry is properly initialized.
908         (Make_Predefined_Primitive_Specs): Check that return type is Boolean
909         when looking for user-defined equality operation.
910
911         * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
912         boolean when locating primitive equality of tagged component.
913
914         * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
915         bit-aligned field and the right-hand side a string literal, introduce
916         a temporary before expanding assignment into a loop.
917
918         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
919         priority in full, to ensure that any expanded subepxressions of it are
920         elaborated in the scope of the init_proc.
921
922         * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
923         after object declaration, skipping over code that may have been
924         generated for validity checks.
925
926         * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
927         discriminants, ignore the known discriminants of its full view, if
928         any, to check legality.
929
930         * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
931         component if type has unknown discriminants.
932         (Analyze_Private_Extension_Declaration): Discriminant constraint is
933         null if type has unknown discriminants.
934
935         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
936         for end label when present.
937
938         * s-fileio.adb (Open): When called with a C_Stream, use given name for
939         temporary file, rather than an empty string.
940
941 2004-03-15  Ed Falis  <falis@gnat.com>
942
943         * s-thread.adb: Removed, no longer used.
944
945 2004-03-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
946
947         * decl.c (target.h): Now include.
948         (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
949         in new build_pointer_from_mode calls for non-fat/non-thin pointer.
950         (validate_size): For POINTER_TYPE, get smallest size permitted on
951         machine.
952
953         * fe.h: Sort Einfo decls and add Set_Mechanism.
954
955         * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
956         (ada/decl.o): Depends on target.h.
957
958         * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
959         FUNCTION_BOUNDARY; always use TYPE_ALIGN.
960
961 2004-03-15  Thomas Quinot  <quinot@act-europe.fr>
962
963         * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
964
965         * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
966         Insert_Dereference_Action when rewriting an implicit dereference into
967         an explicit one, this will be taken care of during expansion of the
968         explicit dereference.
969         (Expand_N_Slice): Same. Always do the rewriting, even for the case
970         of non-packed slices, since the dereference action generated by
971         expansion of the explicit dereference is needed in any case.
972         (Expand_N_Selected_Component): When rewriting an implicit dereference,
973         analyze and resolve the rewritten explicit dereference so it is seen
974         by the expander.
975         (Insert_Dereference_Action): This procedure is now called only for the
976         expansion of an N_Explcit_Dereference_Node. Do insert a check even for
977         dereferences that do not come from source (including explicit
978         dereferences resulting from rewriting implicit ones), but do not
979         recursively insert a check for the dereference nodes contained within
980         the check.
981         (Insert_Dereference_Action): Clarify and correct comment.
982
983 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
984
985         PR ada/14131
986         Move language detection to the top level.
987         * config-lang.in: Build by default.
988
989 2004-03-05  Robert Dewar  <dewar@gnat.com>
990
991         * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
992
993         * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
994         i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
995         5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb, 
996         5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
997         unchecked conversion to spec to avoid warnings.
998
999         * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
1000         to Task_ID
1001
1002         * 7stpopsp.adb: Correct casing in To_Task_ID call
1003
1004         * a-strsea.ads, a-strsea.adb: Minor reformatting
1005
1006         * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
1007
1008         * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
1009         Adjust Max_Msg_Length to be clearly large enough.
1010
1011         * fe.h: Define In_Same_Source_Unit
1012
1013         * osint.adb: Add pragma Warnings Off to suppress warnings
1014         * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
1015         aliasing warnings.
1016
1017         * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
1018
1019         * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
1020
1021         * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
1022
1023         * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
1024
1025         * sem_prag.adb: Implement pragma No_Strict_Aliasing.
1026
1027         * sinfo.ads: Remove obsolete comment on validate unchecked conversion
1028         node. We now do generate them for gcc back end.
1029
1030         * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
1031         warning.
1032
1033         * sinput-c.adb: Fix bad name in header.
1034         Add pragma Warnings Off to suppress aliasing warning.
1035
1036         * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
1037
1038         * snames.h, snames.ads, snames.adb: Add entry for pragma
1039         No_Strict_Aliasing.
1040
1041 2004-03-05  Vincent Celier  <celier@gnat.com>
1042
1043         * prj-com.ads: Add hash table Files_Htable to check when a file name
1044         is already a source of another project.
1045
1046         * prj-nmsc.adb (Record_Source): Before recording a new source, check
1047         if its file name is not already a source of another project. Report an
1048         error if it is.
1049
1050         * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
1051         source file name, call gnatpp with all the sources of the main project.
1052
1053         * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
1054         of file names.
1055
1056         * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
1057         NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
1058         /RUNTIME_SYSTEM=, converted to --RTS=
1059         /NOTABS, converted to -notabs
1060
1061 2004-03-05  Pascal Obry  <obry@gnat.com>
1062
1063         * make.adb: Minor reformatting.
1064
1065 2004-03-05  Ed Schonberg  <schonberg@gnat.com>
1066
1067         Part of implemention of AI-262.
1068         * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
1069
1070         * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
1071         procedure.
1072
1073         * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
1074         when component type is a partially constrained class-wide subtype.
1075         (Constrain_Discriminated_Type): If parent type has unknown
1076         discriminants, a constraint is illegal, even if full view has
1077         discriminants.
1078         (Build_Derived_Record_Type): Inherit discriminants when deriving a type
1079         with unknown discriminants whose full view is a discriminated record.
1080
1081         * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
1082         flag, to handle properly derivations of tagged types with unknown
1083         discriminants.
1084         (Analyze_Package_Spec, Analyze_Package_Body): Install
1085         Private_With_Clauses before analyzing private part or body.
1086
1087         * einfo.ads: Indicate that both Has_Unknown_Discriminants and
1088         Has_Discriminants can be true for a given type (documentation).
1089
1090 2004-03-05  Arnaud Charlet  <charlet@act-europe.fr>
1091
1092         * s-restri.ads: Fix license (GPL->GMGPL).
1093
1094         * s-tassta.adb: Minor reformatting.
1095
1096         * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
1097         by calls to Exit_One_ATC_Level, since additional clean up is performed
1098         by this function.
1099
1100         * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
1101         by calls to Exit_One_ATC_Level, since additional clean up is performed
1102         by this function.
1103
1104 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1105
1106         * trans.c: Reflect GCC changes to fix bootstrap problem.
1107         Add warning for suspicious aliasing unchecked conversion.
1108
1109 2004-03-05  GNAT Script  <nobody@gnat.com>
1110
1111         * Make-lang.in: Makefile automatically updated
1112
1113 2004-03-02  Emmanuel Briot  <briot@act-europe.fr>
1114
1115         * ali.adb (Read_Instantiation_Instance): Do not modify the
1116         current_file_num when reading information about instantiations, since
1117         this corrupts files in later references.
1118
1119 2004-03-02  Vincent Celier  <celier@gnat.com>
1120
1121         * bcheck.adb (Check_Consistency): Get the full path of an ALI file
1122         before checking if it is read-only.
1123
1124         * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
1125         of SRC_DIRS and eliminate duplicates.
1126
1127         * gprcmd.adb: Replace command "path" with command "path_sep" to return
1128         the path separator.
1129         (Usage): Document path_sep
1130
1131         * Makefile.generic: For Ada and GNU C++ cases, link directly with the
1132         C++ compiler. No need for a script.
1133         Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
1134         Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
1135         subst.
1136
1137         * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
1138         where there are Ada sources.
1139         (Set_Ada_Paths): Only add to the include path the source dirs of project
1140         with Ada sources.
1141         (Add_To_Path): Add the Display_Values of the directories, not their
1142         Values.
1143
1144         * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
1145         data.
1146
1147         * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
1148         is not No_Name.
1149         (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
1150         Value is canonicalized.
1151         (Language_Independent_Check): Do not copy Value to Display_Value when
1152         canonicalizing Value.
1153
1154         * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
1155         path to find limited with cycles.
1156         (Parse_Single_Project): Use canonical cased path to find the end of a
1157         with cycle.
1158
1159 2004-03-02  Ed Schonberg  <schonberg@gnat.com>
1160
1161         * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
1162         and not a child unit.
1163
1164         * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
1165         appear in a with_clause.
1166
1167         * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
1168         only happen in type_annotate mode, do not try to elaborate it.
1169
1170         * exp_util.adb (Force_Evaluation): If expression is a selected
1171         component on the left of an assignment, use a renaming rather than a
1172         temporary to remove side effects.
1173
1174         * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
1175         inlined instance body, which is analyzed before the end of the
1176         enclosing scope.
1177
1178 2004-03-02  Robert Dewar  <dewar@gnat.com>
1179
1180         * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
1181         sem_ch4.adb: Use new feature for substitution of keywords in VMS
1182
1183         * errout.ads, errout.adb: Implement new circuit for substitution of
1184         keywords in VMS.
1185
1186         * sem_case.adb (Analyze_Choices): Place message properly when case is
1187         a subtype reference rather than an explicit range.
1188
1189         * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
1190
1191 2004-03-02  Doug Rupp  <rupp@gnat.com>
1192
1193         * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
1194
1195 2004-03-02  Thomas Quinot  <quinot@act-europe.fr>
1196
1197         * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
1198
1199 2004-03-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1200
1201         * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
1202         BLKmode bitfield.
1203
1204 2004-02-25  Robert Dewar  <dewar@gnat.com>
1205
1206         * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
1207         55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
1208         5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
1209         5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
1210         5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
1211         5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
1212         the defining instance of the type to avoid aliasing problems.
1213         Fix copyright header.  Fix bad comments in package header.
1214
1215         * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
1216
1217 2004-02-25  Ed Schonberg  <schonberg@gnat.com>
1218
1219         * exp_ch2.adb (Param_Entity): Handle properly formals that have been
1220         rewritten as references when aliased through an address clause.
1221
1222         * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
1223         whether call can be interpreted as an indirect call to the result of a
1224         parameterless function call returning an access subprogram.
1225
1226 2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>
1227
1228         Code clean up:
1229         * exp_ch7.adb (Make_Clean): Remove generation of calls to
1230         Unlock[_Entries], since this is now done by Service_Entries directly.
1231
1232         * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
1233
1234         * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
1235         Requeue_Call for better code readability. Change spec and update calls:
1236         PO_Service_Entries now unlock the PO on exit.
1237         (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
1238         PO_Service_Entries.
1239
1240         * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
1241
1242         * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
1243
1244 2004-02-25  Sergey Rybin  <rybin@act-europe.fr>
1245
1246         * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
1247         protected subprogram call and analyzing the result of such expanding
1248         in case when the called protected subprogram is eliminated.
1249
1250         * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
1251         names.
1252
1253 2004-02-25  Jerome Guitton  <guitton@act-europe.fr>
1254
1255         * Makefile.in: Clean ups.
1256
1257 2004-02-23  Ed Schonberg  <schonberg@gnat.com>
1258
1259         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
1260         protected operations if original subprogram is flagged as eliminated.
1261         (Expand_N_Subprogram_Body): For a protected operation, create
1262         discriminals for next operation before checking whether the operation
1263         is eliminated.
1264
1265         * exp_ch9.adb (Expand_N_Protected_Body,
1266         Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
1267         for internal protected operations if the original subprogram is
1268         eliminated.
1269
1270         * sem_elim.adb (Check_Eliminated): Handle properly protected operations
1271         declared in a single protected object.
1272
1273 2004-02-23  Vincent Celier  <celier@gnat.com>
1274
1275         * prj-attr.adb: Make attribute Builder'Executable an associative array,
1276         case insensitive if file names are case insensitive, instead of a
1277         standard associative array.
1278
1279         * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
1280         them as case insensitive on platforms where the file names are case
1281         sensitive.
1282
1283         * prj-part.adb (Parse_Single_Project): Make sure, when checking if
1284         project file has already been parsed that canonical path are compared.
1285
1286 2004-02-23  Robert Dewar  <dewar@gnat.com>
1287
1288         * sinput-c.ads: Correct bad unit title in header
1289
1290         * freeze.adb: Minor reformatting
1291
1292 2004-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1293
1294         * trans.c (tree_transform, case N_Procedure_Call_Statement): For
1295         nonaddressable COMPONENT_REF that is removing padding that we are
1296         taking the address of, take the address of the padded record instead
1297         if item is variable size.
1298
1299 2004-02-20  Robert Dewar  <dewar@gnat.com>
1300
1301         * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
1302
1303 2004-02-20  Ed Schonberg  <schonberg@gnat.com>
1304
1305         * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
1306         itype references for the constrained designated type of a component
1307         whose base type is already frozen.
1308
1309 2004-02-20  Arnaud Charlet  <charlet@act-europe.fr>
1310
1311         * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
1312         avoid GCC warnings.
1313
1314 2004-02-20  Sergey Rybin  <rybin@act-europe.fr>
1315
1316         * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
1317         identifier for a phantom package that rewrites the formal package
1318         declaration with a box. The Add semantic decorations for the defining
1319         identifier from the original node (that represents the formal package).
1320
1321 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
1322
1323         * Make-lang.in (ada/stamp-sdefault): Use the top level
1324         move-if-change.
1325
1326 2004-02-19  Richard Henderson  <rth@redhat.com>
1327
1328         * misc.c (record_code_position): Add third build arg for RTL_EXPR.
1329
1330 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
1331
1332         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
1333         Scan_ALI can be used for multiple ALI files without reinitializing
1334         between calls.
1335
1336 2004-02-18  Robert Dewar  <dewar@gnat.com>
1337
1338         * debug.adb: Minor reformatting.
1339
1340 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1341
1342         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
1343         to zero if there is an address clause.
1344
1345 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
1346
1347         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
1348
1349 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
1350
1351         * layout.adb (Layout_Component_List): Revise generation of call to
1352         discriminant-checking function to pass selections of all of the type's
1353         discriminants rather than just the variant-controlling discriminant.
1354
1355 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
1356
1357         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
1358         fail in the current setup and triggers spurious system error messages.
1359         Pretend it occurred and failed instead.
1360
1361 2004-02-18  Vincent Celier  <celier@gnat.com>
1362
1363         * bld.adb: Mark FLDFLAGS as saved
1364         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
1365         it is not the root project.  Put each directory to be
1366         extended between double quotes to prevent it to be expanded on Windows.
1367         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
1368         the project file. Set them back to their initial values if they have not
1369         been set in the project file.
1370
1371         * gprcmd.adb: (Gprdebug, Debug): New global variables
1372         (Display_Command): New procedure
1373         (Usage): Document new command "linkopts"
1374         Call Display_Command when env var GPRDEBUG has the value "TRUE"
1375         Implement new command "linkopts"
1376         Remove quotes that may be around arguments for "extend"
1377         Always call Normalize_Pathname with arguments formatted for the platform
1378
1379         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
1380         Change @echo to @$(display) in target clean to be able to clean silently
1381
1382         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
1383
1384         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
1385         canonical case.
1386
1387         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
1388         = Extending_All when current project is an extending all project.
1389
1390         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
1391         set to True only for LINK command, after Unix switch -o.
1392         (Process_Arguments): Set Output_File_Expected to True for LINK command
1393         after Unix switch -o. When Output_File_Expected is True, never add an
1394         extension to a file name.
1395
1396         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
1397         option file name, only to the --for-linker= switch.
1398         (Option_File_Name): If option file name do not end with ".opt", append
1399         "/OPTIONS".
1400
1401 2004-02-18  GNAT Script  <nobody@gnat.com>
1402
1403         * Make-lang.in: Makefile automatically updated
1404
1405 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
1406
1407         * Make-lang.in (stamp-sdefault): Do not depend on
1408         move-if-change.
1409
1410 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
1411
1412         * config-lang.in: Disable Ada by default until probe logic for
1413         a bootstrap Ada compiler can be moved to the top level configure
1414         script.
1415
1416 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
1417
1418         * decl.c (components_to_record): Don't claim that the internal fields
1419         we make to hold the variant parts are semantically addressable, because
1420         they are not.
1421
1422         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
1423         adjust the comment describing the modular type form when we can use it.
1424         (Install_PAT): Account for the Esiz renaming.
1425
1426         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
1427         sc_onstack context indication before raising the exception to which
1428         the signal is mapped. Allows better handling of later signals possibly
1429         triggered by the resumed user code if the exception is handled.
1430
1431 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
1432
1433         * 5zinit.adb: Removed, no longer used.
1434
1435 2004-02-12  Robert Dewar  <dewar@gnat.com>
1436
1437         * ali.adb: Remove separating space between parameters on R line. Makes
1438         format consistent with format used by the binder for Set_Globals call.
1439
1440         * atree.ads, atree.adb: Minor reformatting (new function header format)
1441
1442         * bindgen.adb: Add Run-Time Globals documentation section containing
1443         detailed documentation of the globals passed from the binder file to
1444         the run time.
1445
1446         * gnatls.adb: Minor reformatting
1447
1448         * init.c (__gnat_set_globals): Add note pointing to documentation in
1449         bindgen.
1450
1451         * lib-writ.ads, lib-writ.adb: Remove separating space between
1452         parameters on R line.
1453         Makes format consistent with format used by the binder for Set_Globals
1454         call.
1455
1456         * osint.ads: Add 2004 to copyright notice
1457         Minor reformatting
1458
1459         * snames.ads: Correct capitalization of FIFO_Within_Priorities
1460         Noticed during code reading, documentation issue only
1461
1462         * usage.adb: Remove junk line for obsolete C switch
1463         Noticed during code reading
1464
1465 2004-02-12  Vincent Celier  <celier@gnat.com>
1466
1467         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
1468         extend for each directory, so that multiple /** directories are
1469         extended individually.
1470         (Recursive_Process): Set the default for LANGUAGES to ada
1471
1472         * gprcmd.adb: Define new command "ignore", to do nothing.
1473         Implement new comment "path".
1474
1475         * Makefile.generic: Suppress output when SILENT is set
1476         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
1477         used, so that the correct compiler is invoked.
1478         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
1479         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
1480
1481 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
1482
1483         * Makefile.in: Clean ups and remove obsolete targets.
1484
1485 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
1486
1487         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
1488         predicate declared in exp_util.
1489
1490         * exp_util.adb: Add comments.
1491
1492         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
1493         visibility before compiling context of the subunit.
1494
1495         * sem_res.adb (Check_Parameterless_Call): If the context expects a
1496         value but the name is a procedure, do not attempt to analyze as a call,
1497         in order to obtain more telling diagnostics.
1498
1499         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
1500         'Access on parameterless function calls.
1501         (Normalize_Actuals): For a parameterless function call with missing
1502         actuals, defer diagnostic until resolution of enclosing call.
1503
1504         * sem_util.adb (Wrong_Type): If the context type is an access to
1505         subprogram and the expression is a procedure name, suggest a missing
1506         'attribute.
1507
1508 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
1509             Nathanael Nerode  <neroden@gcc.gnu.org>
1510
1511         PR ada/6637, PR ada/5911
1512         Merge with libada-branch:
1513         * config-lang.in: Build libada only when ada is built.
1514
1515 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
1516
1517         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
1518         for a tagged type, verify that both formals have the same type.
1519
1520         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
1521         temporary when the formal is an in-parameter and the actual a possibly
1522         unaligned slice.
1523
1524         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
1525         when expansion is disabled, to ensure proper name capture with
1526         overloaded literals.  Condition can be of any boolean type, resolve
1527         accordingly.
1528
1529         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
1530         renaming is for a formal subprogram with a default operator name, and
1531         there is a usable operator that is visible at the point of
1532         instantiation.
1533
1534 2004-02-09  Robert Dewar  <dewar@gnat.com>
1535
1536         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
1537         rewrite to ignore errors in ali files, intended to allow tools downward
1538         compatibility with new versions of ali files.
1539
1540         * ali.ads: Add new parameter Ignore_Errors
1541
1542         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
1543         duplicating the error message giving the file with restrictions.
1544
1545         * debug.adb: Add debug flag I for gnatbind
1546
1547         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
1548         operators for the case where the operator is a defining operator.
1549
1550         * exp_ch3.adb: Minor reformatting (new function spec format).
1551
1552         * exp_ch4.adb: Add comment for previous change, and make minor
1553         adjustment to loop to always check for improper loop termination.
1554         Minor reformatting throughout (new function spec format).
1555
1556         * gnatbind.adb: Implement -di debug flag for gnatbind
1557
1558         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
1559
1560         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
1561
1562         * lib-load.adb: Fix bad assertion.
1563         Found by testing and code reading.
1564         Minor reformatting.
1565
1566         * lib-load.ads: Minor reformatting.
1567
1568         * lib-writ.adb: There is only one R line now.
1569
1570         * lib-writ.ads: Add documentation on making downward compatible changes
1571         to ali files so old tools work with new ali files.
1572         There is only one R line now.
1573         Add documentation on format incompatibilities (with special GPS note)
1574
1575         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
1576
1577         * par-load.adb: Minor reformatting
1578
1579         * sem_ch8.adb: Fix to error message from last update
1580         Minor reformatting and restructuring of code from last update
1581
1582         * par-prag.adb, snames.adb, snames.ads, snames.h,
1583         sem_prag.adb: Implement pragma Profile.
1584
1585         * stylesw.adb: Implement -gnatyN switch to turn off all style check
1586         options.
1587
1588         * usage.adb: Add line for -gnatyN switch
1589
1590         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
1591
1592 2004-02-09  Albert Lee  <lee@gnat.com>
1593
1594         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
1595
1596 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
1597
1598         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
1599         slices.
1600
1601         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
1602         is nested in an instance that is not frozen yet, to avoid
1603         order-of-elaboration problems in gigi.
1604
1605         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
1606         body the attribute is legal.
1607
1608 2004-02-09  Robert Dewar  <dewar@gnat.com>
1609
1610         * s-rident.ads: Minor comment correction
1611
1612         * targparm.adb: Remove dependence on uintp completely. There was
1613         always a bug in Make in that it called Targparm before initializing
1614         the Uint package. The old code appeared to get away with this, but
1615         the new code did not! This caused an assertion error in gnatmake.
1616
1617         * targparm.ads: Fix bad comment, restriction pragmas with parameters
1618         are indeed fully supported.
1619
1620 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
1621
1622         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
1623
1624 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
1625
1626         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
1627         with targetm.calls.promote_prototypes.
1628
1629 2004-02-04  Robert Dewar  <dewar@gnat.com>
1630
1631         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
1632         ali.ads, gprcmd.adb: Minor reformatting
1633
1634         * bindgen.adb: Output restrictions string for new style restrictions
1635         handling
1636
1637         * impunit.adb: Add s-rident.ads (System.Rident) and
1638         s-restri (System.Restrictions)
1639
1640         * lib-writ.adb: Fix bug in writing restrictions string (last few
1641         entries wrong)
1642
1643         * s-restri.ads, s-restri.adb: Change name Restrictions to
1644         Run_Time_Restrictions to avoid conflict with package name.
1645         Add circuit to read and acquire run time restrictions.
1646
1647 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
1648
1649         * restrict.ads, restrict.adb: Use the new restriction
1650         No_Task_Attributes_Package instead of the old No_Task_Attributes.
1651
1652         * sem_prag.adb: No_Task_Attributes is a synonym of
1653         No_Task_Attributes_Package.
1654
1655         * snames.ads, snames.adb: New entry for proper handling of
1656         No_Task_Attributes.
1657
1658         * s-rident.ads: Adding restriction No_Task_Attributes_Package
1659         (AI-00249) that supersedes the GNAT specific restriction
1660         No_Task_Attributes.
1661
1662 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
1663
1664         * sem_prag.adb: 
1665         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
1666          body, an identifier may be wrapped in an unchecked conversion.
1667
1668 2004-02-04  Vincent Celier  <celier@gnat.com>
1669
1670         * lib-writ.ads: Comment update for the W lines
1671
1672         * bld.adb: (Expression): An empty string list is static
1673
1674         * fname-uf.adb: Minor comment update
1675
1676         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
1677
1678         * gnatbind.adb: Initialize Cumulative_Restrictions with the
1679         restrictions on the target.
1680
1681 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
1682
1683         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
1684         gen_rtx.
1685
1686 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
1687
1688         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
1689
1690 2004-02-02  Vincent Celier  <celier@gnat.com>
1691
1692         * gprcmd.adb (Check_Args): If condition is false, print the invoked
1693         comment before the usage.
1694         Gprcmd: Fail when command is not recognized.
1695         (Usage): Document command "prefix"
1696
1697         * g-md5.adb (Digest): Process last block.
1698         (Update): Do not process last block. Store remaining characters and
1699         length in Context.
1700
1701         * g-md5.ads (Update): Document that several call to update are
1702         equivalent to one call with the concatenated string.
1703         (Context): Add fields to allow new Update behaviour.
1704
1705         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
1706         defaulted to False.
1707         When May_Fail is True and no existing file can be found, return No_File.
1708
1709         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
1710         functions.
1711
1712         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
1713         spec file name instead on the W line.
1714
1715 2004-02-02  Robert Dewar  <dewar@gnat.com>
1716
1717         * ali.adb: Read and acquire info from new format restrictions lines
1718
1719         * bcheck.adb: Add circuits for checking restrictions with parameters
1720
1721         * bindgen.adb: Output dummy restrictions data
1722         To be changed later
1723
1724         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
1725         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
1726         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
1727         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
1728         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
1729
1730         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
1731         the warning message on access to possibly uninitialized variable S)
1732         Minor changes for new restrictions handling.
1733
1734         * gnatbind.adb: Minor reformatting
1735         Minor changes for new restrictions handling
1736         Move circuit for -r processing here from bcheck (cleaner)
1737
1738         * gnatcmd.adb, gnatlink.adb: Minor reformatting
1739
1740         * lib-writ.adb: Output new format restrictions lines
1741
1742         * lib-writ.ads: Document new R format lines for new restrictions
1743         handling.
1744
1745         * s-restri.ads/adb: New files
1746
1747         * Makefile.rtl: Add entry for s-restri.ads/adb
1748
1749         * par-ch3.adb: Fix bad error messages starting with upper case letter
1750         Minor reformatting
1751
1752         * restrict.adb: Major rewrite throughout for new restrictions handling
1753         Major point is to handle restrictions with parameters
1754
1755         * restrict.ads: Major changes in interface to handle restrictions with
1756         parameters. Also generally simplifies setting of restrictions.
1757
1758         * snames.ads/adb: New entry for proper handling of No_Requeue
1759
1760         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
1761         restriction counting.
1762         Other minor changes for new restrictions handling
1763
1764         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
1765         Restriction_Warnings now allows full parameter notation
1766         Major rewrite of Restrictions for new restrictions handling
1767
1768 2004-02-02  Javier Miranda  <miranda@gnat.com>
1769
1770         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
1771         syntax rule for object renaming declarations.
1772         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
1773         component definitions.
1774
1775         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
1776         components.
1777         (Array_Type_Declaration): Give support to access components. In addition
1778         it was also modified to reflect the name of the object in anonymous
1779         array types. The old code did not take into account that it is possible
1780         to have an unconstrained anonymous array with an initial value.
1781         (Check_Or_Process_Discriminants): Allow access discriminant in
1782         non-limited types.
1783         (Process_Discriminants): Allow access discriminant in non-limited types
1784         Initialize the new Access_Definition field in N_Object_Renaming_Decl
1785         node.  Change Ada0Y to Ada 0Y in comments
1786
1787         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
1788         equality operators.
1789         Change Ada0Y to Ada 0Y in comments
1790
1791         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
1792         renamings Change Ada0Y to Ada 0Y in comments
1793
1794         * sem_type.adb (Find_Unique_Type): Give support to the equality
1795         operators for universal access types
1796         Change Ada0Y to Ada 0Y in comments
1797
1798         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
1799
1800         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
1801         field.
1802         (N_Object_Renaming_Declaration): Addition of Access_Definition field
1803         Change Ada0Y to Ada 0Y in comments
1804
1805         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
1806         component definition and object renaming nodes
1807         Change Ada0Y to Ada 0Y in comments
1808
1809 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
1810
1811         * restrict.adb: Use the new restriction identifier
1812         No_Requeue_Statements instead of the old No_Requeue for defining the
1813         restricted profile.
1814
1815         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
1816         No_Requeue_Statements.
1817
1818         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
1819         that supersedes the GNAT specific restriction No_Requeue. The later is
1820         kept for backward compatibility.
1821
1822 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
1823
1824         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
1825         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
1826         pragma and fix incorrect ones.
1827
1828         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
1829         warning if the pragma is redundant.
1830
1831 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
1832
1833         * 5staprop.adb: Add missing 'constant' keywords.
1834
1835         * Makefile.in: use consistent value for SYMLIB on
1836         platforms where libaddr2line is supported.
1837
1838 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1839
1840         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
1841         annotating types.
1842
1843 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
1844
1845         * init.c (__gnat_install_handler): Setup an alternate stack for signal
1846         handlers in the environment thread. This allows proper propagation of
1847         an exception on stack overflows in this thread even when the builtin
1848         ABI stack-checking scheme is used without support for a stack reserve
1849         region.
1850
1851         * utils.c (create_field_decl): Augment the head comment about bitfield
1852         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
1853         here, because the former is not accurate enough at this point.
1854         Let finish_record_type decide instead.
1855         Don't make a bitfield if the field is to be addressable.
1856         Always set a size for the field if the record is packed, to ensure the
1857         checks for bitfield creation are triggered.
1858         (finish_record_type): During last pass over the fields, clear
1859         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
1860         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
1861         from DECL_BIT_FIELD.
1862
1863 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
1864
1865         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir). 
1866         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
1867         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
1868
1869 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1870
1871         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
1872
1873         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
1874         (ZCX_By_Default): Likewise.
1875         (Front_End_ZCX_Support): Likewise.
1876
1877         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
1878         (Initialize_Lock): Mark Level unreferenced.
1879         (Sleep): Mark Reason unreferenced.
1880         (Timed_Sleep): Likewise.
1881         (Wakeup): Likewise.
1882         (Exit_Task): Use Result.
1883         (Check_No_Locks): Mark Self_ID unreferenced.
1884         
1885         * 5gtasinf.adb (New_Sproc): Make Attr constant.
1886         (Bound_Thread_Attributes): Make Sproc constant.
1887         (New_Bound_Thread_Attributes): Likewise.
1888
1889 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
1890
1891         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
1892         one-dimensional array an slice assignments, when component type is
1893         controlled.
1894
1895         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
1896         component type is controlled, and control_actions are in effect, use
1897         TSS procedure rather than generating inline code.
1898
1899         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
1900         arrays with controlled components.
1901
1902 2004-01-26  Vincent Celier  <celier@gnat.com>
1903
1904         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
1905         command line for the non VMS case.
1906
1907         * gnatlink.adb (Process_Binder_File): When building object file, if
1908         GNU linker is used, put all object paths between quotes, to prevent ld
1909         error when there are unusual characters (such as '!') in the paths.
1910
1911         * Makefile.generic: When there are sources in Ada and the main is in
1912         C/C++, invoke gnatmake with -B, instead of -z.
1913
1914         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
1915         from VMS_Conversion.
1916         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
1917         specification of argument file on the command line.
1918
1919 2004-01-26  Bernard Banner  <banner@gnat.com>
1920
1921         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
1922
1923 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
1924
1925         * snames.adb: Update copyright notice.
1926         Add info on slice assignment for controlled arrays.
1927
1928 2004-01-23  Robert Dewar  <dewar@gnat.com>
1929
1930         * exp_aggr.adb: Minor reformatting
1931
1932         * exp_ch9.adb: Minor code clean up
1933         Minor reformatting
1934         Fix bad character in comment
1935
1936         PR ada/13471
1937         * targparm.adb (Get_Target_Parameters): Give clean abort error on
1938         unexpected end of file, along with more detailed message.
1939
1940 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1941
1942         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
1943         PAT.
1944
1945         * decl.c (copy_alias_set): New function.
1946         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
1947
1948 2004-01-23  Doug Rupp  <rupp@gnat.com>
1949
1950         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
1951         lib$${file} in case subsequent character is not a separator.
1952
1953 2004-01-23  Vincent Celier  <celier@gnat.com>
1954
1955         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
1956         when the GCC version is at least 3.
1957
1958         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
1959         Remove all "Opt.", to prepare for opt split
1960
1961         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
1962         Extends_All. Set to True when the project parsed is an extending all
1963         project. Fails for importing an extending all project only when the
1964         imported project is an extending all project.
1965         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
1966         depending on the value of Extends_All returned.
1967
1968         * prj-proc.adb (Process): Check that no project shares its object
1969         directory with a project that extends it, directly or indirectly,
1970         including a virtual project.
1971         Check that no project extended by another project shares its object
1972         directory with another also extended project.
1973
1974         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
1975         Kind = N_With_Clause
1976
1977         * prj-tree.ads: Minor reformatting
1978         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
1979
1980 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
1981
1982         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
1983         applies to a type with an incomplete view, use full view in Name of
1984         clause, for consistency with uses of Get_Attribute_Definition_Clause.
1985
1986 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
1987
1988         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
1989         SCHED_RR, since other values are not supported by this policy.
1990         (Initialize): Move initialization of mutex attribute to package
1991         elaboration, to prevent early access to this variable.
1992
1993         * Makefile.in: Remove mention of Makefile.adalib, unused.
1994
1995         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
1996         1ssecsta.ads: Removed, unused.
1997
1998 2004-01-21  Javier Miranda  <miranda@gnat.com>
1999
2000         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
2001         entity if already built in the current scope.
2002
2003         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
2004         reminder in internal scopes. Required for nested limited aggregates.
2005
2006 2004-01-21  Doug Rupp  <rupp@gnat.com>
2007
2008         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
2009         VMS. Replace all occurences of libgnat- and libgnarl- with
2010         libgnat$(hyphen) and libgnarl$(hyphen).
2011         Fixed shared library build problem on VMS.
2012
2013 2004-01-21  Robert Dewar  <dewar@gnat.com>
2014
2015         * mlib-prj.adb: Minor reformatting
2016
2017 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
2018
2019         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
2020         'constant' keywords for declaration of pointers that are not modified.
2021
2022         * exp_pakd.adb: Fix English in comment.
2023
2024 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
2025
2026         PR ada/10889
2027         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
2028         copy all attributes of the parent, including the foreign language
2029         convention.
2030
2031 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
2032
2033         PR ada/10565
2034         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
2035         for 'delay until' statement.
2036
2037 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
2038
2039         * Make-lang.in: Replace $(docdir) with doc.
2040         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
2041         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
2042         to use consistent MAKEINFO rule.
2043         (ada.man, ada.srcman): Dummy entry.
2044         (ADA_INFOFILES): Define.
2045         (ada.info, ada.srcinfo): New rules.
2046
2047 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
2048
2049         * utils.c: Update copyright notice, missed in previous change.
2050
2051 2004-01-19  Vincent Celier  <celier@gnat.com>
2052
2053         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
2054         args if Bind is True. Set First_ALI, if not already done.
2055         (Build_Library): For Stand Alone Libraries, extract from one ALI file
2056         an eventual --RTS switch, for gnatbind, and all backend switches +
2057         --RTS, for linking.
2058
2059 2004-01-19  Robert Dewar  <dewar@gnat.com>
2060
2061         * sem_attr.adb, memtrack.adb: Minor reformatting
2062
2063 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
2064
2065         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
2066         that rename enumeration literals. This is properly done in sem_eval.
2067
2068         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
2069         to functions that rename enumeration literals.
2070
2071         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
2072         functions that rename enumeration literals.
2073
2074 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
2075
2076         * Make-lang.in (utils.o): Depend on target.h.
2077         * utils.c: Include target.h.
2078         (process_attributes): Use targetm.have_named_sections instead
2079         of ASM_OUTPUT_SECTION_NAME.
2080
2081 2004-01-16  Andreas Jaeger  <aj@suse.de>
2082
2083         * Makefile.in: Add $(DESTDIR).
2084
2085 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
2086
2087         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
2088         also when not defining if a Size clause applies. That information is
2089         not to be ignored.
2090
2091 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
2092
2093         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
2094         symbolic links for the shared gnat run time when needed.
2095
2096 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
2097
2098         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
2099         for writing, and terminate with an error message if not.
2100
2101 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
2102
2103         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
2104         warning on an access to subprogram in an instance, when the target
2105         type is declared in the same generic unit.
2106         (Eval_Attribute): If 'access is known to fail accessibility check,
2107         rewrite as a raise statement.
2108
2109 2004-01-15  GNAT Script  <nobody@gnat.com>
2110
2111         * Make-lang.in: Makefile automatically updated
2112
2113 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
2114
2115         * Make-lang.in (ada.srcextra): Dummy entry.
2116
2117 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
2118
2119         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
2120
2121 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
2122
2123         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
2124         components that are initialized with aggregates.
2125
2126 2004-01-13  Vincent Celier  <celier@gnat.com>
2127
2128         * gnatlink.adb (Process_Binder_File): To find directory of shared
2129         libgcc, if "gcc-lib" is not a subdirectory, look for the last
2130         subdirectory "lib" in the path of the shared libgnat or libgnarl.
2131
2132         * make.adb (Gnatmake): If GCC version is at least 3, link with
2133         -shared-libgcc, when there is at least one shared library project.
2134
2135         * opt.ads (GCC_Version): New integer constant.
2136
2137         * adaint.c (get_gcc_version): New function.
2138
2139 2004-01-13  Robert Dewar  <dewar@gnat.com>
2140
2141         * sem_dist.adb, sem_res.adb, sem_util.adb,
2142         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
2143         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
2144
2145 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
2146
2147         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
2148         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
2149         declarations.
2150
2151 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
2152
2153         * misc.c: Remove trailing spaces.
2154         Update copyright notice missed in previous change.
2155
2156         PR ada/13572
2157         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
2158         prefix/share/make
2159
2160         * Makefile.generic: Update copyright.
2161         Add license notice.
2162
2163         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
2164         of prefix/share/make.
2165
2166         * Makefile.prolog: Update copyright.
2167         Add license notice.
2168
2169 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
2170
2171         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
2172         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
2173         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
2174         instead of String.
2175
2176         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
2177         signature.
2178
2179 2004-01-12  Javier Miranda  <miranda@gnat.com>
2180
2181         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
2182         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
2183         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
2184         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
2185         Component_Definition node.
2186
2187 2004-01-12  Ed Falis  <falis@gnat.com>
2188
2189         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
2190
2191 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
2192
2193         * link.c: Change default libgnat kind to STATIC for FreeBSD.
2194
2195 2004-01-12  Bernard Banner  <banner@gnat.com>
2196
2197         * Makefile.in: map 86numaux to a-numaux for x86_64
2198
2199 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
2200
2201         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
2202         generated to rename a generic actual, go to the actual itself, the
2203         subtype is not a user-visible entity.
2204
2205         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
2206         part is a private subtype, reset the visibility of its full view, if
2207         any, to be consistent.
2208
2209         PR ada/13417
2210         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
2211         to use a generic package G as a formal package for another generic
2212         declared within G.
2213
2214 2004-01-12  Robert Dewar  <dewar@gnat.com>
2215
2216         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
2217
2218         * usage.adb: Remove mention of obsolete -gnatwb switch
2219         Noticed during code reading
2220
2221 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
2222
2223         * 1ssecsta.adb: Minor changes for -gnatwa warnings
2224
2225 2004-01-12  GNAT Script  <nobody@gnat.com>
2226
2227         * Make-lang.in: Makefile automatically updated
2228
2229 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
2230
2231         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
2232
2233 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2234
2235         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
2236
2237 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
2238
2239         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
2240         Update comment and copyright date.
2241         * stamp-xgnatug: Delete.
2242
2243 2004-01-05  Robert Dewar  <dewar@gnat.com>
2244
2245         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
2246         be modified by the binder generated main program if the -D switch is
2247         used.
2248
2249         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
2250         imported functions (since now we expect this to be done for imported
2251         functions)
2252
2253         * 5vtaprop.adb: Add several ??? for sections requiring more comments
2254         Minor reformatting throughout
2255
2256         * 5zinit.adb: Minor reformatting
2257         Add 2004 to copyright date
2258         Minor changes to avoid -gnatwa warnings
2259         Correct some instances of using OR instead of OR ELSE (noted while
2260         doing reformatting)
2261
2262         * sprint.adb: Minor updates to avoid -gnatwa warnings
2263
2264         * s-secsta.ads, s-secsta.adb:
2265         (SS_Get_Max): New function to obtain high water mark for ss stack
2266         Default_Secondary_Stack is not a constant since it may be modified by
2267         the binder generated main program if the -D switch is used.
2268
2269         * switch-b.adb: New -Dnnn switch for binder
2270
2271         * switch-c.adb:
2272         Make -gnatg imply all warnings currently in -gnatwa
2273
2274         * vms_conv.adb: Minor reformatting
2275         Add 2004 to copyright notice
2276         Add 2004 to printed copyright notice
2277
2278         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
2279         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
2280         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
2281         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
2282         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
2283         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
2284         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
2285         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
2286         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
2287         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
2288         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
2289         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
2290         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
2291         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
2292         checks.adb, clean.adb, cstand.adb, einfo.ads,
2293         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
2294         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
2295         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
2296         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
2297         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
2298         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
2299         Minor reformatting and code clean ups.
2300         Minor changes to prevent -gnatwa warnings
2301
2302         * ali.adb: Minor reformatting and cleanup of code
2303         Acquire new SS indication of secondary stack use from ali files
2304
2305         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
2306         (since now we expect this to be done for imported functions)
2307
2308         * bindgen.adb: Generate call to modify default secondary stack size if
2309         -Dnnn switch given
2310
2311         * bindusg.adb: Add line for new -D switch
2312
2313         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
2314         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
2315         Add circuitry for both records and arrays to avoid gigi
2316         processing if the type involved has non-bit-aligned components
2317
2318         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
2319         N_String_Literal node always references an E_String_Literal_Subtype
2320         entity. This may not be true in the future.
2321         (Possible_Bit_Aligned_Component): Move processing of
2322         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
2323
2324         * exp_ch6.adb (Expand_Thread_Body): Pick up
2325         Default_Secondary_Stack_Size as variable so that we get value modified
2326         by possible -Dnnn binder parameter.
2327
2328         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
2329         (Type_May_Have_Bit_Aligned_Components): New function.
2330
2331         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
2332         (Type_May_Have_Bit_Aligned_Components): New function.
2333
2334         * fe.h: (Set_Identifier_Casing): Fix prototype.
2335         Add declaration for Sem_Elim.Eliminate_Error_Msg.
2336         Minor reformatting.
2337
2338         * freeze.adb (Freeze_Entity): Add RM reference to error message about
2339         importing constant atomic/volatile objects.
2340         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
2341         unless explicit Pure_Function pragma given, to avoid insidious bug of
2342         call to non-pure imported function getting eliminated.
2343
2344         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
2345         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
2346         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
2347         Add 2004 to printed copyright notice
2348
2349         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
2350         stack used.
2351
2352         * Makefile.rtl: Add entry for g-sestin.o
2353         g-sestin.ads: New file.
2354
2355         * mdll.adb: Minor changes to avoid -gnatwa warnings
2356
2357         * mlib-tgt.adb: Minor reformatting
2358
2359         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
2360         New switch Sec_Stack_Used (GNAT, GNATBIND)
2361         Make Default_Secondary_Stack_Size a variable instead of a constant,
2362         so that it can be modified by the new -Dnnn bind switch.
2363
2364         * rtsfind.adb (Load_Fail): Give full error message in configurable
2365         run-time mode if all_errors mode is set. This was not done in the case
2366         of a file not found, which was an oversight.
2367         Note if secondary stack unit is used by compiler.
2368
2369         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
2370         ineffective elaborate all pragmas on non-visible packages (this
2371         happened when a renamed subprogram was called). Now the elaborate all
2372         always goes on the package containing the renaming rather than the one
2373         containing the renamed subprogram.
2374
2375         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
2376         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
2377
2378         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
2379         has an Etype that references an E_String_Literal.
2380         (Eval_String_Literal): Avoid assumption that N_String_Literal node
2381         always references an E_String_Literal_Subtype entity. This may not
2382         be true in the future.
2383
2384         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
2385         pragma location.
2386
2387         * sem_res.adb (Resolve): Specialize msg for function name used in proc
2388         call.
2389
2390 2004-01-05  Ed Falis  <falis@gnat.com>
2391
2392         * g-debuti.adb: Replaced direct boolean operator with short-circuit
2393         form.
2394
2395 2004-01-05  Vincent Celier  <celier@gnat.com>
2396
2397         * bld.adb: Minor comment updates
2398         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
2399         of Item_Name).
2400
2401         * make.adb (Gnatmake): Special process for files to compile/check when
2402         -B is specified. Fail when there are only foreign mains in attribute
2403         Main of the project file and -B is not specified. Do not skip bind/link
2404         steps when -B is specified.
2405
2406         * makeusg.adb: Document new switch -B
2407
2408         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
2409
2410         * switch-m.adb: (Scan_Make_Switches): Process -B switch
2411
2412         * vms_data.ads: Add new GNAT PRETTY qualifier
2413         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
2414
2415 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2416
2417         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
2418         case.
2419
2420         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
2421         Set_Identifier_Casing.
2422
2423         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
2424         has size that overflows.
2425
2426 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
2427
2428         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
2429         -gnatwa warning on static condition.
2430
2431 2004-01-05  Doug Rupp  <rupp@gnat.com>
2432
2433         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
2434
2435 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
2436
2437         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
2438         all attributes, including read-only attribute.
2439
2440 2004-01-05  Pascal Obry  <obry@gnat.com>
2441
2442         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
2443         library naming scheme.
2444
2445         * mlib-prj.adb (Build_Library): Generate different names for the static
2446         or dynamic version of the GNAT runtime. This is needed to support the
2447         new shared library naming scheme.
2448         (Process_Binder_File): Add detection of shared library in binder file
2449         based on the new naming scheme.
2450
2451         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
2452         scheme for the shared runtime libraries.
2453
2454         * Makefile.in:
2455         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
2456         scheme.
2457         (install-gnatlib): Do not create symlinks for shared libraries.
2458         (gnatlib-shared-default): Idem.
2459         (gnatlib-shared-dual-win32): New target. Not used for now as the
2460         auto-import feature does not support arrays/records.
2461         (gnatlib-shared-win32): Do not create copy for the shared libraries.
2462         (gnatlib-shared-vms): Fix shared runtime libraries names.
2463
2464         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
2465         dependent runtime shared library name.
2466
2467 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
2468
2469         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
2470         than the object.
2471
2472 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
2473
2474         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
2475         protected objects when allocator has a subtype indication, not a
2476         qualified expression. Note that qualified expressions may have to be
2477         checked when limited aggregates are implemented.
2478
2479         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
2480         pure, emit warning.
2481         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
2482         subprogram is imported, remove warning.
2483
2484 2004-01-05  Geert Bosch  <bosch@gnat.com>
2485
2486         * s-poosiz.adb: Update copyright notice.
2487         (Allocate): Use Task_Lock to protect against concurrent access.
2488         (Deallocate): Likewise.
2489
2490 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
2491
2492         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
2493         comment.
2494
2495 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
2496
2497         * gnat_ug.texi: Force a CVS commit by updating copyright.
2498         * gnat_ug_vxw.texi: Regenerate.
2499         * gnat_ug_wnt.texi: Regenerate.
2500         * gnat_ug_vms.texi: Regenerate.
2501         * gnat_ug_unx.texi: Regenerate.
2502
2503 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
2504
2505         * trans.c: Remove uses of "register" specifier in
2506         declarations of local variables.
2507
2508 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
2509
2510         * stamp-xgnatug: New stamp file.
2511         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
2512         (ada/doctools/xgnatug): Add $(build_exeext).
2513         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
2514         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
2515
2516 2003-12-17  Ed Falis  <falis@gnat.com>
2517
2518         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
2519         eliminate warning.
2520
2521         * a-exextr.adb: Add context clause for
2522         Ada.Exceptions.Last_Chance_Handler.
2523
2524 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
2525
2526         * cstand.adb (Create_Standard): Change the way how the declaration of
2527         the Duration type is created (making it the same way as it is for all
2528         the other standard types).
2529
2530 2003-12-17  Robert Dewar  <dewar@gnat.com>
2531
2532         * s-crtl.ads: Fix header format
2533         Change Pure to Preelaborate
2534
2535 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
2536
2537         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
2538         the expression type only if it is declared in the current unit.
2539
2540         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
2541         are universal and already analyzed, as can occur in constrained
2542         subcomponents that depend on discriminants, when one constraint is a
2543         subtype mark.
2544
2545         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
2546         type Any_Fixed is legal as the argument of a conversion, if only one
2547         fixed-point type is in context.
2548
2549 2003-12-17  GNAT Script  <nobody@gnat.com>
2550
2551         * Make-lang.in: Makefile automatically updated
2552
2553 2003-12-15  Robert Dewar  <dewar@gnat.com>
2554
2555         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
2556         sec stack size.
2557
2558 2003-12-15  Vincent Celier  <celier@gnat.com>
2559
2560         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
2561         (Gnatchop): Do not set failure status when reporting the number of
2562         warnings.
2563
2564 2003-12-15  Doug Rupp  <rupp@gnat.com>
2565
2566         * s-ctrl.ads: New file.
2567
2568         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
2569
2570         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
2571         (GNATBIND_OBJS): Add ada/s-crtl.o.
2572
2573         * Makefile.in [VMS]: Clean up ifeq rules.
2574
2575         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
2576         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
2577         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
2578         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
2579         s-tasdeb.adb: Update copyright.
2580         Import System.CRTL.
2581         Make minor modifications to use System.CRTL declared functions instead
2582         of importing locally.
2583
2584 2003-12-15  GNAT Script  <nobody@gnat.com>
2585
2586         * Make-lang.in: Makefile automatically updated
2587
2588 2003-12-11  Ed Falis  <falis@gnat.com>
2589
2590         * 5zinit.adb: Clean up.
2591
2592         * 5zintman.adb (Notify_Exception): replaced case statement with a call
2593         to __gnat_map_signal, imported from init.c to support
2594         signal -> exception mappings that depend on the vxWorks version.
2595
2596         * init.c:
2597         Created and exported __gnat_map_signal to support signal -> exception
2598         mapping that is dependent on the VxWorks version.
2599         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
2600
2601 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
2602
2603         * 5wosinte.ads: Link with -mthreads switch.
2604
2605 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
2606
2607         * init.c (__gnat_install_handler [NetBSD]): Set
2608         __gnat_handler_installed, as done on all other platforms.
2609         Remove duplicated code.
2610
2611 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
2612
2613         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
2614
2615 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
2616
2617         * sinfo.ads: Fix inconsistent example code in comment.
2618
2619 2003-12-11  Robert Dewar  <dewar@gnat.com>
2620
2621         * a-tiinau.adb: Add a couple of comments
2622
2623         * sem_ch3.adb: Minor reformatting
2624
2625         * sem_prag.adb:
2626         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
2627         Minor reformatting throughout
2628
2629 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
2630
2631         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
2632         bounds of a loop, create a separate block in order to generate proper
2633         cleanup actions to prevent memory leaks.
2634
2635         * sem_res.adb (Resolve_Call): After a call to
2636         Establish_Transient_Scope, the call may be rewritten and relocated, in
2637         which case no further processing is needed.
2638
2639         * sem_util.adb: (Wrong_Type): Refine previous fix.
2640          Fixes ACATS regressions.
2641
2642         PR ada/13353
2643
2644         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
2645         be inlined.
2646
2647 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
2648
2649         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
2650         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
2651         obsolete files.
2652
2653         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
2654         (rts-zfp): Ditto.
2655
2656 2003-12-08  Robert Dewar  <dewar@gnat.com>
2657
2658         * 7sintman.adb: Minor reformatting
2659
2660         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
2661         standard linker options to get standard libraries linked. We now plan
2662         to provide dummy versions of these libraries to match the appropriate
2663         configurable run-time (e.g. if a library is not needed at all, provide
2664         a dummy empty library).
2665
2666         * targparm.ads: Configurable_Run_Time mode no longer affects linker
2667         options (-L parameters and standard libraries). What we plan to do is
2668         to provide dummy libraries where the libraries are not required.
2669
2670         * gnatbind.adb: Minor comment improvement
2671
2672 2003-12-08  Javier Miranda  <miranda@gnat.com>
2673
2674         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
2675         aggregate in the parent. Otherwise constants with limited aggregates
2676         are not supported. Add new formal to pass the component type (Ctype).
2677         It is required to call the corresponding IP subprogram in case of
2678         default initialized components.
2679         (Gen_Assign): In case of default-initialized component, generate a
2680         call to the IP subprogram associated with the component.
2681         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
2682         of aggregate with default initialized components.
2683         (Has_Default_Init_Comps): Improve implementation to recursively check
2684         all the present expressions.
2685
2686         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
2687         to indicate that the initialization call corresponds to a
2688         default-initialized component of an aggregate.
2689         In case of default initialized aggregate with tasks this parameter is
2690         used to generate a null string (this is just a workaround that must be
2691         improved later). In case of discriminants, this parameter is used to
2692         generate a selected component node that gives access to the discriminant
2693         value.
2694
2695         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
2696         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
2697         allocated aggregates with default-initialized components.
2698
2699         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
2700         the box notation is used in positional aggregates.
2701
2702 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
2703
2704         * lib.ads: Fix typo in comment
2705
2706 2003-12-08  Vincent Celier  <celier@gnat.com>
2707
2708         * prj.adb (Project_Empty): New component Unkept_Comments
2709         (Scan): Remove procedure; moved to Prj.Err.
2710
2711         * prj.ads (Project_Data): New Boolean component Unkept_Comments
2712         (Scan): Remove procedure; moved to Prj.Err.
2713
2714         * prj-dect.adb: Manage comments for the different declarations.
2715
2716         * prj-part.adb (With_Record): New component Node
2717         (Parse): New Boolean parameter Store_Comments, defaulted to False.
2718         Set the scanner to return ends of line and comments as tokens, if
2719         Store_Comments is True.
2720         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
2721         comments are associated with these nodes. Store the node IDs in the
2722         With_Records.
2723         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
2724         With_Records.
2725         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
2726         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
2727         current project. Call Tree.Restore afterwards. Set the various nodes
2728         for comment storage (Next_End, End_Of_Line, Previous_Line,
2729         Previous_End).
2730
2731         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
2732         defaulted to False.
2733
2734         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
2735         to False. When Truncated is True, truncate the string, never go to the
2736         next line.
2737         (Write_End_Of_Line_Comment): New procedure
2738         (Print): Process comments for nodes N_With_Clause,
2739         N_Package_Declaration, N_String_Type_Declaration,
2740         N_Attribute_Declaration, N_Typed_Variable_Declaration,
2741         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
2742         Process nodes N_Comment.
2743
2744         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
2745         without comments and there are some comments, set the flag
2746         Unkept_Comments to True.
2747         (Scan): If there are comments, set the flag Unkept_Comments to True and
2748         clear the comments.
2749         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
2750         (Next_End_Nodes: New table
2751         (Comment_Zones_Of): New function
2752         (Scan): New procedure; moved from Prj. Accumulate comments in the
2753         Comments table and set end of line comments, comments after, after end
2754         and before end.
2755         (Add_Comments): New procedure
2756         (Save, Restore, Seset_State): New procedures
2757         (There_Are_Unkept_Comments): New function
2758         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
2759         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
2760         procedures.
2761         (First_Comment_After, First_Comment_After_End): New functions
2762         (First_Comment_Before, First_Comment_Before_End): New functions
2763         (Next_Comment): New function
2764         (End_Of_Line_Comment, Follows_Empty_Line,
2765         Is_Followed_By_Empty_Line): New functions
2766         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
2767         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
2768         (Set_Next_Comment): New procedure
2769         (Default_Project_Node): Associate comment before if the node can store
2770         comments.
2771
2772         * scans.ads (Token_Type): New enumeration value Tok_Comment
2773         (Comment_Id): New global variable
2774
2775         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
2776         defaulted to False.
2777         (Scan): Store position of start of comment. If comments are tokens, set
2778         Comment_Id and set Token to Tok_Comment when scanning a comment.
2779         (Set_Comment_As_Token): New procedure
2780
2781         * sinput-p.adb: Update Copyright notice
2782         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
2783         that no longer exists.
2784
2785 2003-12-08  Javier Miranda  <miranda@gnat.com>
2786
2787         * sem_aggr.adb: Add dependence on Exp_Tss package
2788         Correct typo in comment
2789         (Resolve_Aggregate): In case of array aggregates set the estimated
2790         type of the aggregate before calling resolve. This is needed to know
2791         the name of the corresponding IP in case of limited array aggregates.
2792         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
2793         in case of default initialized array components.
2794
2795         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
2796         types. Required to give support to limited aggregates in generic
2797         formals.
2798
2799 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
2800
2801         * sem_ch3.adb (Check_Initialization): For legality purposes, an
2802         inlined body functions like an instantiation.
2803         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
2804         until bounds are analyzed, to diagnose premature use of type.
2805
2806         * sem_util.adb (Wrong_Type): Improve error message when the type of
2807         the expression is used prematurely.
2808
2809 2003-12-08  GNAT Script  <nobody@gnat.com>
2810
2811         * Make-lang.in: Makefile automatically updated
2812
2813 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
2814
2815         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
2816         they are automatically generated by Make-lang.in and cause nothing but
2817         maintenance troubles.
2818
2819 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
2820
2821         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
2822         version of this unit).
2823
2824 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
2825
2826         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
2827         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
2828         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
2829         the body of System.Interrupt_Management common to several targets.
2830         Update copyright notice when appropriate.
2831
2832         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
2833         constant.
2834
2835         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
2836         to ensure that the kernel fills in the interrupted context structure
2837         before calling a signal handler, which is necessary to be able to
2838         unwind past it. Update the copyright notice.
2839
2840 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
2841
2842         * a-elchha.ads: New file.
2843
2844         * a-elchha.adb: New default last chance handler. Contents taken from
2845         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
2846
2847         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
2848         is moved to a-elchha.adb to provide a target-independent default last
2849         chance handler.
2850
2851         * Makefile.rtl: Add a-elchha.o
2852
2853         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
2854
2855 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
2856
2857         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
2858         declared in an instance, do not inline the call if the instance is not
2859         frozen yet, to prevent order of elaboration problems.
2860
2861         * sem_prag.adb: Add comments for previous fix.
2862
2863 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
2864
2865         * g-table.adb: Use the right variable in Set_Item.
2866         Update copyright notice.
2867
2868 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
2869
2870         * Makefile.in: Remove unused rules.
2871
2872 2003-12-05  Vincent Celier  <celier@gnat.com>
2873
2874         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
2875         -nostdlib. Not needed here after all.
2876
2877 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
2878
2879         PR ada/11724
2880
2881         * adaint.h, adaint.c, g-os_lib.ads:
2882         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
2883         on some platforms (including FreeBSD), it is a 64 bit value.
2884         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
2885
2886 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
2887
2888         * gnatvsn.ads (Library_Version): Now contain only the relevant
2889         version info.
2890         (Verbose_Library_Version): New constant.
2891
2892         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
2893         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
2894         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
2895
2896         * gnatlbr.adb: Clean up: replace Library_Version by
2897         Verbose_Library_Version.
2898
2899         * make.adb, lib-writ.adb, exp_attr.adb:
2900         Clean up: replace Library_Version by Verbose_Library_Version.
2901
2902         * 5lintman.adb: Removed.
2903
2904         * Makefile.in:
2905         Update and simplify computation of LIBRARY_VERSION.
2906         Fix computation of GSMATCH_VERSION.
2907         5lintman.adb is no longer used: replaced by 7sintman.adb.
2908
2909 2003-12-03  Robert Dewar  <dewar@gnat.com>
2910
2911         * exp_ch5.adb:
2912         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
2913         name. Modified to consider small non-bit-packed arrays as troublesome
2914         and in need of component-by-component assigment expansion.
2915
2916 2003-12-03  Vincent Celier  <celier@gnat.com>
2917
2918         * lang-specs.h: Process nostdlib as nostdinc
2919
2920         * back_end.adb: Update Copyright notice
2921         (Scan_Compiler_Arguments): Process -nostdlib directly.
2922
2923 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
2924
2925         * Makefile.in:
2926         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
2927         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
2928         included in HIE_NONE_TARGET_PAIRS.
2929
2930 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
2931
2932         * sem_attr.adb:
2933         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
2934         is legal in an instance, because legality is cheched in the template.
2935
2936         * sem_prag.adb:
2937         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
2938         appplied to an unchecked conversion of a formal parameter.
2939
2940         * sem_warn.adb:
2941         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
2942         variables.
2943
2944 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
2945
2946         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
2947         routines. The second one is new functionality to deal with backtracing
2948         through signal handlers.
2949         (unwind): Split into the two separate subroutines above.
2950         Update the documentation, and deal properly with sizeof (REG) different
2951         from sizeof (void*).
2952
2953 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
2954
2955         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
2956         so that the debugger can reliably access the value of the parameter,
2957         and therefore is able to display the exception name when an exception
2958         breakpoint is reached.
2959
2960 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
2961
2962         * fmap.adb: Fix typo in warning message.
2963
2964         * g-socket.ads, g-socket.adb: Make Free a visible instance of
2965         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
2966
2967 2003-12-01  Vincent Celier  <celier@gnat.com>
2968
2969         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
2970         ther is no Afile.
2971         (Build_Library): Get the switches only if Default_Switches is declared
2972         in package Binder.
2973
2974 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
2975
2976         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
2977         actuals that are indexed components, reanalyze actual to ensure that
2978         packed array references are properly expanded.
2979
2980         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
2981         attempted assignment to a discriminant.
2982
2983 2003-12-01  Robert Dewar  <dewar@gnat.com>
2984
2985         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
2986         reformatting.
2987
2988         * switch-c.adb: Minor reformatting of comments
2989
2990 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
2991
2992         * Makefile.in: Clean ups.
2993
2994 2003-12-01  GNAT Script  <nobody@gnat.com>
2995
2996         * Make-lang.in: Makefile automatically updated
2997
2998 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
2999
3000         * 5wsystem.ads: Disable zero cost exception, not ready yet.
3001
3002 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
3003
3004         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
3005         to force serialization.
3006
3007 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
3008
3009         * g-socket.ads, g-socket.adb:
3010         Clarify documentation of function Stream. Introduce a Free procedure
3011         to release the returned Stream once it becomes unused.
3012
3013         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
3014
3015 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
3016
3017         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
3018         since NT 4 cannot handle timeout values that are too large,
3019         e.g. DWORD'Last - 1.
3020
3021 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
3022
3023         * exp_ch4.adb:
3024         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
3025         in procedure calls and whose expansion must be deferred.
3026
3027         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
3028         is in exp_ch4.
3029
3030         * sem_ch3.adb:
3031         (Build_Derived_Array_Type): Create operator for unconstrained type
3032         if ancestor is unconstrained.
3033
3034 2003-11-26  Vincent Celier  <celier@gnat.com>
3035
3036         * make.adb (Project_Object_Directory): New global variable
3037         (Change_To_Object_Directory): New procedure
3038         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
3039         of Change_Dir directly. Do not change working directory to object
3040         directory of main project after each compilation.
3041         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
3042         directly.
3043         Change to object directory of main project before binding step.
3044         (Initialize): Initialize Project_Object_Directory to No_Project
3045
3046         * mlib-prj.adb:
3047         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
3048         binding a Stand-Alone Library.
3049
3050         * output.adb: Update Copyright notice
3051         (Write_Char): Output buffer when full
3052
3053 2003-11-26  Robert Dewar  <dewar@gnat.com>
3054
3055         * sem_ch13.adb: (Check_Size): Reset size if size is too small
3056
3057         * sem_ch13.ads:
3058         (Check_Size): Fix documentation to include bit-packed array case
3059
3060         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
3061
3062         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
3063
3064         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
3065
3066 2003-11-24  Arnaud Charlet <charlet@act-europe.fr>
3067
3068         PR ada/13142
3069         * utils.c (init_gigi_decls): Change name of built-in setjmp to
3070         __builtin_setjmp, since this is apparently needed by recent
3071         non Ada changes.
3072
3073 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3074
3075         * adadecode.c: Only include ctype.h if not IN_GCC.
3076         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
3077
3078 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
3079
3080         * Makefile.in:
3081         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
3082         signals and interrupts.
3083
3084         * 5zintman.ads: New File.
3085
3086         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
3087         add exception signals to the set of unmasked signals.
3088
3089         * 5ztaprop.adb:
3090         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
3091         between signals and interrupts.
3092         Add to Unblocked_Signal_Mask the set of signals that are in
3093         Keep_Unmasked.
3094
3095         * 7sinmaop.adb:
3096         Adding a check to see whether the Interrupt_ID we want to unmask is in
3097         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
3098         reason is that the index type of the Keep_Unmasked array is not always
3099         Interrupt_ID; it may be a subtype of Interrupt_ID.
3100
3101 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
3102
3103         * exp_util.adb:
3104         (Remove_Side_Effects): Condition constantness of object created for a
3105          an unchecked type conversion on the constantness of the expression
3106          to ensure the correct value for 'Constrained when passing components
3107          of view-converted class-wide objects.
3108
3109 2003-11-24  Robert Dewar  <dewar@gnat.com>
3110
3111         * par-load.adb (Load): Improve handling of misspelled and missing units
3112         Removes several cases of compilation abandoned messages
3113
3114         * lib.adb: (Remove_Unit): New procedure
3115
3116         * lib.ads: (Remove_Unit): New procedure
3117
3118         * lib-load.adb: Minor reformatting
3119
3120 2003-11-24  Vincent Celier  <celier@gnat.com>
3121
3122         * make.adb:
3123         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
3124         (Marking_Label): Label to mark processed source files. Incremented for
3125         each executable.
3126         (Gnatmake): Increase Marking_Labet for each executable
3127         (Is_Marked): Compare against marking label
3128         (Mark): Mark with marking label
3129
3130 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
3131
3132         * s-thread.ads:
3133         Move the declaration of the TSD for System.Threads to System.Soft_Links.
3134         Add some comments.
3135
3136         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
3137         (rts-cert): build a single relocatable object for the run-time lib.
3138         Fix perms.
3139
3140 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
3141
3142         * Make-lang.in:
3143         Use gnatls rather than gcc to obtain the location of GNAT RTL for
3144         crosstools build.
3145
3146 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
3147
3148         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
3149         can not use it as before (that is, as a variable) when dumping it into
3150         the tree file. Add a local variable to store the result of this
3151         function and to be used as the string to be written into the tree.
3152
3153         * scn.adb (Initialize_Scanner): Add comments explaining the recent
3154         changes.
3155
3156         * sinput.adb (Source_First, Source_Last): In case of
3157         Internal_Source_File, replace returning attributes of
3158         Internal_Source_Ptr (which is wrong) with returning attributes of
3159         Internal_Source.
3160
3161 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
3162
3163         * sem_ch3.adb:
3164         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
3165         used for implicit concatenation operators.
3166         Code cleanup.
3167
3168         * sem_elab.adb:
3169         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
3170         task bodies that are in the scope of a Suppress pragma.
3171         (Check_A Call): Use the flag to prevent spurious elaboration checks.
3172
3173         * sinfo.ads, sinfo.adb:
3174         New flag No_Elaboration_Check on function/procedure calls, to properly
3175         suppress checks on calls in task bodies that are within a local suppress
3176         pragma.
3177
3178         * exp_ch4.adb:
3179         (Expand_Concatenate_Other): Use the proper integer type for the
3180         expression for the upper bound, to avoid universal_integer computations
3181         when possible.
3182
3183 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
3184
3185         * .cvsignore: Delete.
3186
3187 2003-11-21  Andreas Schwab  <schwab@suse.de>
3188
3189         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
3190
3191 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
3192
3193         * 5wsystem.ads: Enable zero cost exception.
3194
3195 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
3196
3197         * 5ztiitho.adb: Remove an unreferenced variable.
3198
3199 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
3200
3201         * adaint.c: For FreeBSD, use mkstemp.
3202
3203 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
3204
3205         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
3206
3207 2003-11-21  Robert Dewar  <dewar@gnat.com>
3208
3209         * bld.adb: Remove useless USE of gnatvsn
3210
3211         * gnatchop.adb: Minor reformatting
3212         Clean up version handling to be more consistent
3213
3214         * gnatxref.adb: Minor reformatting
3215
3216         * gprcmd.adb: Minor reformatting
3217         Fix output of copyright to be more consistent with other tools
3218
3219 2003-11-21  Vincent Celier  <celier@gnat.com>
3220
3221         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
3222
3223 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
3224
3225         * atree.adb (Initialize): Add initializations for global variables
3226         used in New_Copy_Tree.
3227
3228         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
3229         Internal_Source_File as the actual).
3230         Put the set of statements creating Any_Character before the set of
3231         statements creating Any_Array to have Any_Character fully initialized
3232         when it is used in creating Any_Array.
3233
3234         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
3235         not call Scan in case if the actual is Internal_Source_File
3236         Add 2003 to copyright note.
3237
3238         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
3239         processing Internal_Source_File.
3240
3241         * types.ads: Add the constant Internal_Source_File representing the
3242         source buffer for artificial source-code-like strings created within
3243         the compiler (the definition of Source_File_Index is changed).
3244
3245 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
3246
3247         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
3248         56system.ads: New file, FreeBSD version.
3249
3250 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3251
3252         * Make-lang.in (ada.extraclean): Delete.
3253
3254 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
3255
3256         * gnatmem.adb: Clean up verbose output.
3257
3258         * gprcmd.adb: Change copyright to FSF.
3259
3260 2003-11-19  Vincent Celier  <celier@gnat.com>
3261
3262         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
3263         and Version (ignored).
3264
3265         * symbols.ads: (Policy): New type
3266         (Initialize): New parameter Reference, Symbol_Policy and
3267         Library_Version.
3268         Remove parameter Force.
3269         Minor reformatting.
3270
3271         * snames.ads, snames.adbadb: New standard names
3272         Library_Reference_Symbol_File and Library_Symbol_Policy
3273
3274         * mlib-prj.adb:
3275         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
3276         project.
3277
3278         * mlib-tgt.adb:
3279         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
3280
3281         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
3282
3283         * prj.adb: (Project_Empty): New component Symbol_Data
3284
3285         * prj.ads: (Policy, Symbol_Record): New types
3286         (Project_Data): New component Symbol_Data
3287
3288         * prj-attr.adb:
3289         New attributes Library_Symbol_File, Library_Symbol_Policy and
3290         Library_Reference_Symbol_File.
3291
3292         * prj-nmsc.adb:
3293         (Ada_Check): When project is a Stand-Alone library project, process
3294         attribute Library_Symbol_File, Library_Symbol_Policy and
3295         Library_Reference_Symbol_File.
3296
3297         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
3298         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
3299         5sml-tgt.adb (Build_Dynamic_Library): New parameter
3300         Symbol_Data (ignored).
3301
3302         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
3303         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
3304         functions Option_File_Name and Version_String. Set new options of
3305         gnatsym related to symbol file, symbol policy and reference symbol
3306         file.
3307
3308         * 5vsymbol.adb:
3309         Extensive modifications to take into account the reference symbol file,
3310         the symbol policy, the library version and to put in the symbol file the
3311         minor and major IDs.
3312
3313         * bld.adb (Process_Declarative_Items): Put second argument of
3314         gprcmd to_absolute between single quotes, to avoid problems with
3315         Windows.
3316
3317         * bld-io.adb: Update Copyright notice.
3318         (Flush): Remove last character of a line, if it is a back slash, to
3319         avoid make problems.
3320
3321         * gnatsym.adb:
3322         Implement new scheme with reference symbol file and symbol policy.
3323
3324         * g-os_lib.ads: (Is_Directory): Clarify comment
3325
3326 2003-11-19  Robert Dewar  <dewar@gnat.com>
3327
3328         * atree.adb: Move New_Copy_Tree global variables to head of package
3329
3330         * errout.adb: Minor reformatting
3331
3332 2003-11-19  Javier Miranda  <miranda@gnat.com>
3333
3334         * sem_ch4.adb: (Diagnose_Call): Improve error message.
3335         Add reference to Ada0Y (AI-50217)
3336
3337         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
3338         sem_util.adb: Add reference to AI-50217
3339
3340         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
3341
3342         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
3343
3344         * sem_aggr.adb: Complete documentation of AI-287 changes
3345
3346         * par-ch4.adb: Document previous changes.
3347
3348         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
3349         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
3350         Ada0Y (AI-50217)
3351
3352         * exp_aggr.adb: Add references to AI-287 in previous changes
3353
3354 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
3355
3356         * exp_ch6.adb:
3357         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
3358         in the rewriting is the result of an inlined call.
3359
3360         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
3361         parameter is a type conversion, use original node to construct the
3362         post-call assignment, because expression may have been rewritten, e.g.
3363         if it is a packed array.
3364
3365         * sem_attr.adb:
3366         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
3367         body, just as it is in an instance.
3368         Categorization routines
3369
3370         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
3371         Instantiate_Object): Set proper sloc reference for message on missing
3372         actual.
3373
3374 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
3375
3376         * Makefile.in: Add FreeBSD libgnat pairs.
3377
3378         * usage.adb: Fix typo in usage message.
3379
3380 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
3381
3382         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
3383         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
3384         pragma Thread_Body.
3385         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
3386
3387         * s-thread.adb: This file is now a dummy implementation of
3388         System.Thread.
3389
3390 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
3391
3392         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
3393
3394 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
3395
3396         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
3397         instanciation references in the parent type description.
3398
3399 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3400
3401         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
3402
3403         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
3404         TYPE_PRECISION directly from esize.
3405
3406 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
3407
3408         * cstreams.c:
3409         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
3410
3411         * init.c: Initialization routines for FreeBSD
3412
3413         * link.c: Link info for FreeBSD
3414
3415         * sysdep.c: Add the case of FreeBSD
3416
3417 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
3418
3419         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
3420         already called in System.Threads.
3421
3422         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
3423         environment task, as it has been moved to System.Threads.Initialization.
3424
3425 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
3426
3427         * adaint.c (__gnatlib_install_locks): Only reference
3428         __gnat_install_locks on VMS, since other platforms can avoid using
3429         --enable-threads=gnat
3430
3431 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3432
3433         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
3434
3435         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
3436         TYPE_PACKED_ARRAY_TYPE_P.
3437         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
3438
3439         Part of PR ada/12806
3440         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
3441         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
3442
3443 2003-11-17  Vincent Celier  <celier@gnat.com>
3444
3445         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
3446         to False.
3447         Do not set exit status to Failure when Warning is True.
3448         (Gnatchop): Make errors "no compilation units found" and
3449         "no source files written" warnings only.
3450
3451         * make.adb (Gnatmake): When using a project file, set
3452         Look_In_Primary_Dir to False.
3453         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
3454         and Local_Configuration_Pragmas in the project where they are declared
3455         not an extending project which might have inherited them.
3456
3457         * osint.adb (Locate_File): If Name is already an absolute path, do not
3458         look for a directory.
3459
3460         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
3461         -gnats (Check_Syntax) is used, issue only a warning, not an error.
3462
3463         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
3464         in objects of type Variable_Value.
3465
3466         * prj.ads: (Variable_Value): New component Project
3467
3468         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
3469         is in a project extended by Project.
3470
3471         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
3472         Project of Variable_Values to this new parameter value.
3473         (Expression): Set component Project of Variable_Values.
3474         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
3475         Set the component Project in array elements.
3476
3477 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
3478
3479         * errout.adb: (Initialize): Add initialization for error nodes.
3480
3481         * sem_ch12.adb (Initialize): Add missing initializations for
3482         Exchanged_Views and Hidden_Entities.
3483
3484 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
3485
3486         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
3487         already instantiated tree for use in subsequent inlining.
3488         (Analyze_Associations, Instantiate_Formal_Subprogram,
3489         Instantiate_Object): improve error message for mismatch in
3490         instantiations.
3491
3492         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
3493         instantiations of subprograms declared in instances.
3494
3495 2003-11-17  Javier Miranda  <miranda@gnat.com>
3496
3497         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
3498         executed only under the Extensions_Allowed flag.
3499
3500 2003-11-17  Robert Dewar  <dewar@gnat.com>
3501
3502         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
3503         zeroes suppressed.
3504         (Address_Image): Fix bug of returning 0x instead of 0x0
3505         Minor reformatting (function specs).
3506
3507         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
3508         (missed case of 33-63)
3509
3510         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
3511
3512         * s-thread.adb: Add comments for pragma Restriction
3513
3514         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
3515         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
3516
3517 2003-11-17  Ed Falis  <falis@gnat.com>
3518
3519         * s-thread.adb: Added No_Tasking restriction for this implementation.
3520
3521 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
3522
3523         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
3524         instanciation references in the parent type description.
3525
3526 2003-11-17  GNAT Script  <nobody@gnat.com>
3527
3528         * Make-lang.in: Makefile automatically updated
3529
3530 2003-11-16  Jason Merrill  <jason@redhat.com>
3531
3532         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
3533         and TAGS files that include them for each front end.
3534
3535 2003-11-14  Andreas Jaeger  <aj@suse.de>
3536
3537         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
3538         is the canonical version.
3539         * misc.c (gnat_handle_option): Likewise.
3540
3541         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
3542
3543         * 5nsystem.ads: New file for x86_64-linux-gnu.
3544
3545 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
3546
3547         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
3548
3549         * comperr.adb: Fix logic in previous change.
3550
3551 2003-11-13  Vincent Celier  <celier@gnat.com>
3552
3553         * 5bml-tgt.adb (Build_Dynamic_Library): Use
3554         Osint.Include_Dir_Default_Prefix instead of
3555         Sdefault.Include_Dir_Default_Name.
3556
3557         * gnatlbr.adb: Update Copyright notice
3558         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
3559         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
3560         instead of Sdefault.Object_Dir_Default_Name
3561
3562         * gnatlink.adb:
3563         (Process_Binder_File): Never suppress the option following -Xlinker
3564
3565         * mdll-utl.adb:
3566         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
3567         Sdefault.Object_Dir_Default_Name.
3568
3569         * osint.ads, osint.adb:
3570         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
3571         Minor reformatting.
3572
3573         * vms_conv.ads: Minor reformating
3574         Remove GNAT STANDARD and GNAT PSTA
3575
3576         * vms_conv.adb:
3577         Allow GNAT MAKE to have several files on the command line.
3578         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
3579         Sdefault.Object_Dir_Default_Name.
3580         Minor Reformating
3581         Remove data for GNAT STANDARD
3582
3583         * vms_data.ads:
3584         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
3585         Remove data for GNAT STANDARD
3586         Remove options and documentation for -gnatwb/-gnatwB: these warning
3587         options no longer exist.
3588
3589 2003-11-13  Ed Falis  <falis@gnat.com>
3590
3591         * 5zthrini.adb: (Init_RTS): Made visible
3592
3593         * 5zthrini.adb:
3594         (Register): Removed unnecessary call to taskVarGet that checked whether
3595          an ATSD was already set as a task var for the argument thread.
3596
3597         * s-thread.adb:
3598         Updated comment to reflect that this is a VxWorks version
3599         Added context clause for System.Threads.Initialization
3600         Added call to System.Threads.Initialization.Init_RTS
3601
3602 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
3603
3604         * 5zthrini.adb:
3605         (Init_RTS): New procedure, for the initialization of the run-time lib.
3606
3607         * s-thread.adb:
3608         Remove dependancy on System.Init, so that this file can be used in the
3609         AE653 sequential run-time lib.
3610
3611 2003-11-13  Robert Dewar  <dewar@gnat.com>
3612
3613         * bindgen.adb: Minor reformatting
3614
3615 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
3616
3617         * checks.adb:
3618         (Apply_Discriminant_Check): Do no apply check if target type is derived
3619         from source type with no applicable constraint.
3620
3621         * lib-writ.adb:
3622         (Ensure_System_Dependency): Do not apply the style checks that may have
3623         been specified for the main unit.
3624
3625         * sem_ch8.adb:
3626         (Find_Selected_Component): Further improvement in error message, with
3627         RM reference.
3628
3629         * sem_res.adb:
3630         (Resolve): Handle properly the case of an illegal overloaded protected
3631         procedure.
3632
3633 2003-11-13  Javier Miranda  <miranda@gnat.com>
3634
3635         * exp_aggr.adb:
3636         (Has_Default_Init_Comps): New function to check the presence of
3637         default initialization in an aggregate.
3638         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
3639         extension aggregate of a limited record. In addition, a new formal
3640         was added to do not initialize the record controller (if any) during
3641         this recursive expansion of ancestors.
3642         (Init_Controller): Add support for limited record components.
3643         (Expand_Record_Aggregate): In case of default initialized components
3644         convert the aggregate into a set of assignments.
3645
3646         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
3647         describing the new syntax.
3648         Nothing else needed to be done because this subprogram delegates part of
3649         its work to P_Precord_Or_Array_Component_Association.
3650         (P_Record_Or_Array_Component_Association): Give support to the new
3651         syntax for default initialization of components.
3652
3653         * sem_aggr.adb:
3654         (Resolve_Aggregate): Relax the strictness of the frontend in case of
3655         limited aggregates.
3656         (Resolve_Record_Aggregate): Give support to default initialized
3657         components.
3658         (Get_Value): In case of default initialized components, duplicate
3659         the corresponding default expression (from the record type
3660         declaration). In case of default initialization in the *others*
3661         choice, do not check that all components have the same type.
3662         (Resolve_Extension_Aggregate): Give support to limited extension
3663         aggregates.
3664
3665         * sem_ch3.adb:
3666         (Check_Initialization): Relax the strictness of the front-end in case
3667         of aggregate and extension aggregates. This test is now done in
3668         Get_Value in a per-component manner.
3669
3670         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
3671         expression corresponds to a limited aggregate. This test is now done
3672         in Get_Value.
3673
3674         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
3675         Box_Present flag.
3676
3677         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
3678         present in an N_Component_Association node
3679
3680 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
3681
3682         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
3683         type-conformant entry only if they are homographs.
3684
3685 2003-11-13  GNAT Script  <nobody@gnat.com>
3686
3687         * Make-lang.in: Makefile automatically updated
3688
3689 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3690
3691         * adadecode.c: Use <> form of include for ctype.h.
3692         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
3693
3694 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3695
3696         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
3697         Works around PR middle-end/6552.
3698
3699 2003-11-10  Ed Falis  <falis@gnat.com>
3700
3701         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
3702
3703         * 5zinit.adb: (Install_Handler): Moved back to spec
3704         (Install_Signal_Handlers): Deleted
3705
3706         * 5zthrini.adb: Added context clause for System.Storage_Elements
3707         (Register): Only handles creation of taskVar; initialization moved to
3708         Thread_Body_Enter.
3709         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
3710         Added declaration of environment task secondary stack and
3711         initialization.
3712
3713         * s-thread.adb: Implement bodies for thread body processing
3714
3715         * s-thread.ads:
3716         Added comment identifying supported targets for pragma Thread_Body.
3717
3718 2003-11-10  Pascal Obry  <obry@gnat.com>
3719
3720         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
3721         GNAT_MAX_PATH_LEN.
3722
3723         * s-fileio.adb:
3724         (Open): Properly check for string length before copying into the buffer.
3725         Raises Name_Error if buffer is too small. Note that this was a potential
3726         buffer overflow.
3727
3728 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
3729
3730         * bindgen.adb, comperr.adb: Code clean ups.
3731         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
3732
3733 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
3734
3735         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
3736
3737 2003-11-10  Vincent Celier  <celier@gnat.com>
3738
3739         * gprcmd.adb:
3740         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
3741         installation.
3742
3743         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
3744
3745         * prj.adb: (Project_Empty): Add new boolean component Virtual
3746
3747         * prj.ads: (Virtual_Prefix): New constant string
3748         (Project_Data): New boolean component Virtual
3749
3750         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
3751         a library project is extended by a virtual extending project.
3752
3753         * prj-part.adb:
3754         Modifications throughout to implement extending-all project, including:
3755         (Virtual_Hash, Processed_Hash): New hash tables
3756         (Create_Virtual_Extending_Project): New procedure
3757         (Look_For_Virtual_Projects_For): New procedure
3758
3759         * prj-proc.adb:
3760         (Process): After checking the projects, if main project is an
3761         extending-all project, set the object directory of all virtual extending
3762         project to the object directory of the main project.
3763         Adjust error message when a virtual extending project has the same
3764         object directory as an project being extended.
3765         (Recursive_Process): If name starts with the virtual prefix, set Virtual
3766         to True in the project data.
3767
3768         * prj-tree.adb:
3769         (Default_Project_Node): Add new boolean component Extending_All
3770         (Is_Extending_All): New function
3771         (Set_Is_Extending_All): New procedure
3772
3773         * prj-tree.ads: (Is_Extending_All): New function
3774         (Set_Is_Extending_All): New procedure
3775         (Project_Node_Record): New boolean component Extending_All
3776
3777         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
3778
3779         * vms_data.ads:
3780         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
3781
3782         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
3783         "gprcmd prefix" to define it.
3784
3785 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
3786
3787         * einfo.ads: Fix a typo and remove an extraneous word in comments.
3788
3789         * lib-load.adb:
3790         (Create_Dummy_Package_Unit): Set the scope of the entity for the
3791         created dummy package to Standard_Standard, not to itself, to
3792         defend other parts of the front-end against encoutering a cycle in
3793         the scope chain.
3794
3795         * sem_ch10.adb:
3796         (Analyze_With_Clause): When setting the entities for the successive
3797         N_Expanded_Names that constitute the name of a child unit, do not
3798         attempt to go further than Standard_Standard in the chain of scopes.
3799         This case arises from the placeholder units created by
3800         Create_Dummy_Package_Unit in the case of a with_clause for a
3801         nonexistent child unit.
3802
3803 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
3804
3805         * exp_ch6.adb:
3806         (Expand_Thread_Body): Place subprogram on scope stack, so that new
3807         declarations are given the proper scope.
3808
3809         * sem_ch13.adb:
3810         (Check_Expr_Constants): Reject an expression that contains a constant
3811         created during expansion, and that appears after the object to which
3812         the address clause applies.
3813
3814         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
3815         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
3816         that uses 'Range of a function call with controlled components, so
3817         that the function result can be finalized before starting the loop.
3818
3819         * sem_ch8.adb:
3820         (Find_Selected_Component): Improve error message when prefix is
3821         an implicit dereference of an incomplete type.
3822
3823 2003-11-10  Robert Dewar  <dewar@gnat.com>
3824
3825         * opt.ads: New Print_Standard flag for -gnatS switch
3826
3827         * sem_ch13.adb: Remove some additional checks for unaligned arrays
3828
3829         * cstand.adb (Create_Standard): Print out package standard if -gnatS
3830         switch set
3831
3832         * debug.adb: Update doc for -gnatds to discuss relationship with new
3833         -gnatS flag
3834
3835         * sinfo.adb: Add new field Entity_Or_Associated_Node
3836
3837         * sinfo.ads: Add new field Entity_Or_Associated_Node
3838         Update documentation for Associated_Node and Entity fields to clarify
3839         relationship and usage.
3840
3841         * sprint.adb:
3842         (Write_Id): Properly process Associated_Node field in generic template
3843
3844         * switch-c.adb:
3845         Recognize new -gnatS switch for printing package Standard
3846         This replaces gnatpsta
3847
3848         * usage.adb:
3849         Add line for  new -gnatS switch for printing package Standard
3850         This replaces gnatpsta
3851
3852 2003-11-10  Andreas Jaeger  <aj@suse.de>
3853
3854         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
3855         integer.
3856
3857 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
3858
3859         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
3860         by gnat1.
3861
3862 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
3863
3864         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
3865         no longer needed.
3866
3867         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
3868
3869         * sysdep.c: Add handling of cygwin.
3870
3871 2003-11-10  GNAT Script  <nobody@gnat.com>
3872
3873         * Make-lang.in: Makefile automatically updated
3874
3875 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
3876
3877         PR 12950
3878         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
3879         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
3880         Replace GNAT_ROOT by GCC_ROOT.
3881
3882         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
3883
3884 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
3885
3886         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
3887         and update for changed meaning of GET_MODE_BITSIZE.
3888
3889 2003-11-04  Doug Rupp  <rupp@gnat.com>
3890
3891         * sysdep.c: Problem discovered during IA64 VMS port.
3892         [VMS] #include <unixio.h> to get proper prototypes.
3893
3894         * adaint.c:
3895         Issues discovered/problems fixed during IA64 VMS port.
3896         [VMS] #define _POSIX_EXIT for proper semantics.
3897         [VMS] #include <unixio.h> for proper prototypes.
3898         [VMS] (fork): #define IA64 version.
3899         (__gnat_os_exit): Remove unnecessary VMS specific code.
3900
3901 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3902
3903         Part of PR ada/12806
3904
3905         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
3906         tree, not integer.
3907
3908         * decl.c:
3909         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
3910         not integer.
3911
3912         * targtyps.c, decl.c, misc.c,
3913         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
3914         routines to work around change in FP sizing semantics in GCC.
3915
3916         * utils.c:
3917         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
3918
3919         * gigi.h: (enumerate_modes): New function.
3920
3921         * Make-lang.in: (ada/misc.o): Add real.h.
3922
3923         * misc.c: (enumerate_modes): New function.
3924
3925 2003-11-04  Robert Dewar  <dewar@gnat.com>
3926
3927         * 3vtrasym.adb: Minor reformatting
3928         Use terminology encoded/decoded name, rather than C++ specific notion
3929         of mangling (this is the terminology used throughout GNAT).
3930
3931         * einfo.h: Regenerated
3932
3933         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
3934
3935         * exp_ch6.adb:
3936         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
3937
3938         * par-prag.adb: Add dummy entry for Thread_Body pragma
3939
3940         * rtsfind.ads:
3941         Add entries for System.Threads entities for thread body processing
3942
3943         * sem_attr.adb:
3944         (Analyze_Pragma, Access attributes): Check these are not applied to a
3945         thread body, since this is not permitted
3946
3947         * sem_prag.adb: Add processing for Thread_Body pragma.
3948         Minor comment fix.
3949
3950         * sem_res.adb:
3951         (Resolve_Call): Check for incorrect attempt to call a thread body
3952          procedure with a direct call.
3953
3954         * snames.ads, snames.adb: Add entry for Thread_Body pragma
3955         Add names associated with thread body expansion
3956
3957         * snames.h: Add entry for Thread_Body pragma
3958
3959         * s-thread.adb: Add entries for thread body processing
3960         These are dummy bodies so far
3961
3962         * s-thread.ads: Add documentation on thread body handling.
3963         Add entries for thread body processing.
3964
3965 2003-11-04  Javier Miranda  <miranda@gnat.com>
3966
3967         * sem_ch10.adb:
3968         (Build_Limited_Views): Return after posting an error in case of limited
3969         with_clause on subprograms, generics, instances or generic renamings
3970         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
3971         on subprograms, generics, instances or generic renamings
3972
3973 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
3974
3975         * raise.c (setup_to_install): Correct mistake in last revision; two
3976         arguments out of order.
3977
3978         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
3979         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
3980         notice, missed in previous change.
3981         Remove trailing blanks and other style errors introduced in previous
3982         change.
3983
3984 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
3985
3986         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
3987         rid of the wrapper for a LJM type, ensuring we don't do that if the
3988         field is addressable.  This avoids potential low level type view
3989         mismatches later on, for instance in a by-reference argument passing
3990         process.
3991
3992 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3993
3994         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
3995         aligned at byte boundary.
3996
3997 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
3998
3999         * decl.c (components_to_record): Do not delete the empty variants from
4000         the end of the union type.
4001
4002 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
4003
4004         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
4005         operation for a derived type, an explicit declaration may use a local
4006         subtype of Boolean.
4007
4008 2003-11-04  Vincent Celier  <celier@gnat.com>
4009
4010         * make.adb (Gnatmake): Allow main sources on the command line with a
4011         library project when it is only for compilation (no binding or
4012         linking).
4013
4014 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4015
4016         * Makefile.in: Remove many duplicate variables.
4017
4018 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
4019
4020         * Make-lang.in (dvi): Move targets to $(docobjdir).
4021         (gnat_ug_vms.dvi): Simplify rule and adjust target.
4022         (gnat_ug_wnt.dvi): Likewise.
4023         (gnat_ug_unx.dvi): Likewise.
4024         (gnat_ug_vxw.dvi): Likewise.
4025         (gnat_rm.dvi): Likewise.
4026         (gnat-style.dvi): Likewise.
4027
4028 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
4029
4030         * gigi.h: Missed commit from update for C90.
4031
4032 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
4033
4034         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
4035
4036 2003-10-31  Andreas Schwab  <schwab@suse.de>
4037
4038         * raise.c (get_action_description_for): Fix typo in last change.
4039
4040 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
4041
4042         PR ada/12761
4043         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
4044         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
4045
4046 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
4047
4048         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
4049         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
4050         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
4051         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
4052         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
4053
4054 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
4055
4056         * 3vtrasym.adb:
4057         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
4058         numbers when symbol name is too long.
4059
4060 2003-10-30  Ed Falis  <falis@gnat.com>
4061
4062         * g-signal.ads, g-signal.adb: New files
4063
4064         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
4065
4066         * Makefile.rtl: Introduce GNAT.Signals
4067
4068 2003-10-30  Robert Dewar  <dewar@gnat.com>
4069
4070         * freeze.adb: Minor reformatting
4071
4072         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
4073
4074         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
4075         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
4076         New handling of Id_Check parameter to improve recognition of keywords
4077         used as identifiers.
4078         Update copyright notice to include 2003
4079
4080 2003-10-29  Robert Dewar  <dewar@gnat.com>
4081
4082         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
4083         sem_ch10.adb: Minor reformatting
4084
4085         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
4086         (Expand_Assign_Record): Test right hand side for bit unaligned as well
4087
4088 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
4089
4090         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
4091         Support for TBK$SYMBOLIZE-based symbolic traceback.
4092
4093 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
4094
4095         * exp_disp.adb:
4096         Revert previous change, that did not work well when pragma No_Run_Time
4097         was used in conjunction with a run-time other than ZFP.
4098
4099 2003-10-29  Vincent Celier  <celier@gnat.com>
4100
4101         * make.adb:
4102         (Gnatmake): When there are no Ada mains in attribute Main, disable the
4103          bind and link steps only is switch -z is not used.
4104
4105 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
4106
4107         * Makefile.generic: Remove duplicated setting of CC.
4108
4109         * Makefile.prolog: Set CC to gcc by default, to override make's
4110         default (cc).
4111
4112         * einfo.h: Regenerated.
4113
4114 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
4115
4116         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
4117         current body, after compiling subunit.
4118
4119         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
4120         when in deleted code, because gigi needs properly ordered freeze
4121         actions to annotate types.
4122
4123         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
4124         prevent the premature freezing of record type that contains
4125         subcomponents with a private type that does not yet have a completion.
4126
4127 2003-10-29  Javier Miranda  <miranda@gnat.com>
4128
4129         * sem_ch12.adb:
4130         (Analyze_Package_Instantiation): Check that instances can not be used in
4131         limited with_clauses.
4132
4133         * sem_ch8.adb:
4134         (Analyze_Package_Renaming): Check that limited withed packages cannot
4135         be renamed. Improve text on error messages related to limited
4136         with_clauses.
4137
4138         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
4139
4140         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
4141         Update copyright notice.
4142
4143         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
4144         (Install_Limited_Context_Clauses): New subprogram that isolates all the
4145         checks required for limited context_clauses and installs the limited
4146         view.
4147         (Install_Limited_Withed_Unit): Complete its documentation.
4148         (Analyze_Context): Check that limited with_clauses are only allowed in
4149         package specs.
4150         (Install_Context): Call Install_Limited_Context_Clauses after the
4151         parents have been installed.
4152         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
4153         package as 'From_With_Type'; this mark indicates that the limited view
4154         is installed. Used to check bad usages of limited with_clauses.
4155         (Build_Limited_Views): Do not add shadow entities to the scope's list
4156         of entities. Do not add real entities to the Non_Limited_Views chain.
4157         Improve error notification.
4158         (Remove_Context_Clauses): Remove context clauses in two phases:
4159         limited views first and regular views later (to maintain the
4160         stack model).
4161         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
4162         its visible entities.
4163
4164 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
4165
4166         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
4167         with any type that Is_Fixed_Point_Type.
4168
4169         * sinfo.ads: Fix documentation for Associated_Node attribute.
4170
4171 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
4172
4173         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
4174         both '-gnatc' and '-gnatt' are specified.
4175
4176         * atree.adb (Initialize): Add initialization for Node_Count (set to
4177         zero).
4178
4179 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4180
4181         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
4182         do not consider as Pure.
4183
4184         Part of implementation of function-at-a-time:
4185
4186         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
4187         (tree_transform): Add new argument to build_component_ref.
4188         (tree_transform, case N_Assignment_Statement): Make and return an
4189         EXPR_STMT.
4190         (tree_transform): If result IS_STMT, set flags and return it.
4191         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
4192
4193         * utils2.c (build_simple_component_ref, build_component_ref): Add new
4194         arg, NO_FOLD_P.
4195         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
4196         (build_allocator): Likewise.
4197
4198         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
4199         Add new arg to build_component_ref.
4200         (maybe_unconstrained_array, unchecked_convert): Likewise.
4201
4202         * ada-tree.def (EXPR_STMT): New code.
4203
4204         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
4205
4206         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
4207         build_component_ref calls.
4208
4209         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
4210
4211         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
4212         (build_component_ref): Add new argument, NO_FOLD_P.
4213
4214 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
4215
4216         * Makefile.generic: Add missing substitution on object_deps handling.
4217
4218         PR ada/5909:
4219         * Make-lang.in (check-ada): Enable ACATS test suite.
4220
4221 2003-10-27  Robert Dewar  <dewar@gnat.com>
4222
4223         * exp_ch3.adb:
4224         (Freeze_Array_Type): We do not need an initialization routine for types
4225         derived from String or Wide_String. They should be treated the same
4226         as String and Wide_String themselves. This caused problems with the
4227         use of Initialize_Scalars.
4228
4229         * exp_ch5.adb:
4230         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
4231         composites. This allows use of component clauses that are not byte
4232         aligned.
4233
4234         * sem_prag.adb:
4235         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
4236         is an attempt to pack an array of atomic objects.
4237
4238         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
4239
4240 2003-10-27  Pascal Obry  <obry@gnat.com>
4241
4242         * g-dirope.adb:
4243         (Basename): Check for drive letters in a pathname only on DOS based OS.
4244
4245 2003-10-27  Vincent Celier  <celier@gnat.com>
4246
4247         * make.adb:
4248         (Gnatmake): When unable to change dir to the object dir, display the
4249         content of the parent dir of the obj dir, to try to understand why this
4250         happens.
4251
4252 2003-10-27  GNAT Script  <nobody@gnat.com>
4253
4254         * Make-lang.in: Makefile automatically updated
4255
4256 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
4257
4258         * sem_ch12.adb:
4259         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
4260         should not be done in Save/Restore_Scope_Stack, because it is performed
4261         locally.
4262
4263         * sem_ch8.adb:
4264         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
4265         whether use clauses should be removed/restored.
4266
4267         * sem_ch8.ads:
4268         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
4269         whether use clauses should be removed/restored.
4270
4271 2003-10-26  Andreas Jaeger  <aj@suse.de>
4272
4273         * Makefile.in: Remove duplicated lines.
4274
4275 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
4276
4277         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
4278         minimize the differences with ACT tree.
4279
4280         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
4281         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
4282         Gnatvsn.Gnat_Static_Version_String to reduce differences between
4283         ACT and FSF trees.
4284
4285 2003-10-24  Pascal Obry  <obry@gnat.com>
4286
4287         * adadecode.c (ostrcpy): New function.
4288         (__gnat_decode): Use ostrcpy of strcpy.
4289         (has_prefix): Set first parameter a const.
4290         (has_suffix): Set first parameter a const.
4291         Update copyright notice. Fix source name in header.
4292         Removes a trailing space.
4293         PR ada/12014.
4294
4295 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
4296
4297         * exp_disp.adb:
4298         Remove the test against being in No_Run_Time_Mode before generating a
4299         call to Register_Tag. It is redundant with the test against the
4300         availability of the function Register_Tag.
4301
4302 2003-10-24  Vincent Celier  <celier@gnat.com>
4303
4304         * g-catiio.adb: (Month_Name): Correct spelling of February
4305
4306         * make.adb: (Mains): New package
4307         (Initialize): Call Mains.Delete
4308         (Gnatmake): Check that each main on the command line is a source of a
4309         project file and, if there are several mains, each of them is a source
4310         of the same project file.
4311         (Gnatmake): When a foreign language is specified in attribute Languages,
4312         no main is specified on the command line and attribute Mains is not
4313         empty, only build the Ada main. If there is no Ada main, just compile
4314         the Ada sources and their closure.
4315         (Gnatmake): If a main is specified on the command line with directory
4316         information, check that the source exists and, if it does, that the path
4317         is the actual path of a source of a project.
4318
4319         * prj-env.adb:
4320         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
4321         Full_Path is True, return the full path instead of the simple file name.
4322         (Project_Of): New function
4323
4324         * prj-env.ads:
4325         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
4326         defaulted to False.
4327         (Project_Of): New function
4328
4329 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
4330
4331         * Makefile.generic:
4332         Ensure objects of main project are always checked and rebuilt if needed.
4333         Set CC to gcc by default.
4334         Prepare new handling of link by creating a global archive (not activated
4335         yet).
4336
4337         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
4338         stringt.h: Update copyright notice. Remove trailing blanks.
4339         Fix source name in header.
4340
4341 2003-10-24  Robert Dewar  <dewar@gnat.com>
4342
4343         * sem_ch12.adb: Minor reformatting
4344
4345         * sem_ch3.adb:
4346         Minor reformatting (including new function return style throughout)
4347
4348         * sem_ch3.ads:
4349         Minor reformatting (including new function return style throughout)
4350
4351 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
4352
4353         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
4354         stringt.h: Update copyright notice. Remove trailing blanks.
4355         Fix source name in header.
4356
4357 2003-10-24  GNAT Script  <nobody@gnat.com>
4358
4359         * Make-lang.in: Makefile automatically updated
4360
4361 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4362
4363         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
4364         stringt.h: Convert to ISO C90 declarations and definitions.
4365
4366 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
4367
4368         PR ada/11978:
4369         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
4370         External_Tag attribute definition clauses.
4371
4372 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
4373
4374         PR ada/7613:
4375         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
4376         child unit, generate a fully qualified name to avoid spurious errors
4377         when the context contains renamings of different child units with
4378         the same simple name.
4379
4380         * exp_dbug.ads: Add documentation on name qualification for renamings
4381         of child units.
4382
4383 2003-10-23  Robert Dewar  <dewar@gnat.com>
4384
4385         * g-regpat.ads, g-regpat.adb: Minor reformatting
4386
4387 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
4388
4389         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
4390
4391 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4392
4393         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
4394         Machine call.
4395
4396         * urealp.h: (Machine): Update to proper definition.
4397
4398 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
4399
4400         * init.c, adaint.c: Minor reformatting.
4401
4402 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
4403
4404         * adaint.c (w32_epoch_offset): Define static const at file level.
4405         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
4406         rather than t_create, t_access in call to GetFileTime. Use union
4407         to convert between FILETIME and  unsigned long long.
4408         (__gnat_file_time_name): Test for invalid file handle.
4409         (__gnat_set_filetime_name): Support win32 targets using
4410         w32api SetFileTime.
4411
4412 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
4413
4414         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
4415
4416         * ctrl_c.c (__gnat_int_handler): Remove declaration.
4417
4418         * decl.c (creat_concat_name):  Const-ify prefix.
4419
4420         * adaint.c: Include ctype.h if __MINGW32__.
4421         (__gnat_readlink): Mark arguments as possibly unused.
4422         (__gnat_symlink): Likewise.
4423         (__gnat_is_symbolic_link): Likewise.
4424         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
4425         declaration
4426         (__gnat_file_time_name): Don't declare struct stat statbuf when
4427         not needed.
4428         (__gnat_is_absolute_path): Add parenthesis around condition of
4429         'if' statement to avoid warning.
4430         (__gnat_plist_init): Specify void as parameter.
4431         (plist_enter): Likewise.
4432         (plist_leave): Likewise.
4433         (remove_handle): Make static. Initialize prev.
4434
4435 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
4436
4437         * Makefile.in: Disable build of gnatpsta. PR ada/10110.
4438         * cstreams.c (__gnat_full_name): Minor improvements and clean up
4439         of previous change.
4440
4441 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4442
4443         * tracebak.c (MAX): Avoid redefinition warning.
4444
4445         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
4446         Change msg to const char *.
4447         (__gnat_install_handler): Remove ss, unused.
4448         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
4449         to const char *.
4450         * cstreams.c (__gnat_full_name): Declare p only when used.
4451         (__gnat_full_name) [sgi] Return buffer.
4452
4453 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
4454
4455         * mingw32.h: New file.
4456         * gnat_wrapper.adb: New file.
4457
4458 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
4459
4460         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
4461         string match a pre compiled regular expression (the corresponding
4462         version of the function working on a raw regular expression)
4463         Fix typos in various comments
4464         Update copyright notice in spec
4465
4466 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
4467
4468         * exp_ch3.adb:
4469         (Component_Needs_Simple_Initialization): Return False when the type is a
4470         packed bit array. Revise spec comments to document this case.
4471
4472         * exp_prag.adb:
4473         (Expand_Pragma_Import): Set any expression on the imported object to
4474         empty to avoid initializing imported objects (in particular this
4475         covers the case of zero-initialization of bit arrays).
4476         Update copyright notice.
4477
4478 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
4479
4480         * sem_ch12.adb:
4481         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
4482         a subunit is missing.
4483         (Instantiate_Subprogram_Body): If body of function is missing, set type
4484         of return expression explicitly in dummy body, to prevent cascaded
4485         errors when a subunit is missing.
4486         Fixes PR 5677.
4487
4488         * sem_ch3.adb:
4489         (Access_Subprogram_Declaration): Verify that return type is valid.
4490         Fixes PR 8693.
4491
4492         * sem_elab.adb:
4493         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
4494         generic.
4495         Fixes PR 12318.
4496
4497         * sem_util.adb:
4498         (Corresponding_Discriminant): If the scope of the discriminant is a
4499         private type without discriminant, use its full view.
4500         Fixes PR 8247.
4501
4502 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
4503
4504         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
4505         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
4506         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
4507         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
4508         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
4509         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
4510         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
4511         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
4512         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
4513         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
4514         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
4515         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
4516         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
4517         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
4518         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
4519         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
4520         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
4521         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
4522         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
4523         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
4524         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
4525         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
4526         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
4527         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
4528         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
4529         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
4530         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
4531         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
4532         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
4533         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
4534         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
4535         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
4536         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
4537         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
4538         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
4539         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
4540         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
4541         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
4542         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
4543         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
4544         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
4545         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
4546         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
4547         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
4548         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
4549         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
4550         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
4551         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
4552         vms_conv.ads, vms_conv.adb, vms_data.ads,
4553         vxaddr2line.adb: Files added. Merge with ACT tree.
4554
4555         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
4556         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
4557         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
4558         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
4559         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
4560         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
4561         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
4562         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
4563         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
4564         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
4565
4566         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
4567         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
4568         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
4569         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
4570         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
4571         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
4572         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
4573         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
4574         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
4575         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
4576         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
4577         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
4578         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
4579         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
4580         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
4581         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
4582         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
4583         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
4584         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
4585         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
4586         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
4587         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
4588         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
4589         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
4590         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
4591         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
4592         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
4593         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
4594         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
4595         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
4596         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
4597         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
4598         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
4599         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
4600         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
4601         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
4602         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
4603         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
4604         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
4605         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
4606         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
4607         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
4608         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
4609         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
4610         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
4611         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
4612         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
4613         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
4614         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
4615         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
4616         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
4617         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
4618         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
4619         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
4620         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
4621         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
4622         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
4623         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
4624         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
4625         checks.adb, checks.ads, cio.c, comperr.adb,
4626         comperr.ads, csets.adb, cstand.adb, cstreams.c,
4627         debug_a.adb, debug_a.ads, debug.adb, decl.c,
4628         einfo.adb, einfo.ads, errout.adb, errout.ads,
4629         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
4630         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
4631         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
4632         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
4633         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
4634         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
4635         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
4636         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
4637         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
4638         fe.h, fmap.adb, fmap.ads, fname.adb,
4639         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
4640         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
4641         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
4642         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
4643         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
4644         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
4645         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
4646         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
4647         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
4648         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
4649         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
4650         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
4651         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
4652         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
4653         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
4654         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
4655         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
4656         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
4657         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
4658         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
4659         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
4660         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
4661         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
4662         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
4663         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
4664         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
4665         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
4666         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
4667         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
4668         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
4669         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
4670         layout.adb, lib.adb, lib.ads, lib-list.adb,
4671         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
4672         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
4673         link.c, live.adb, make.adb, make.ads,
4674         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
4675         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
4676         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
4677         misc.c, mkdir.c, mlib.adb, mlib.ads,
4678         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
4679         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
4680         namet.adb, namet.ads, namet.h, nlists.ads,
4681         nlists.h, nmake.adt, opt.adb, opt.ads,
4682         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
4683         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
4684         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
4685         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
4686         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
4687         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
4688         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
4689         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
4690         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
4691         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
4692         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
4693         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
4694         prj-util.adb, prj-util.ads, raise.c, raise.h,
4695         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
4696         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
4697         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
4698         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
4699         scans.ads, scn.adb, scn.ads, s-crc32.adb,
4700         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
4701         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
4702         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
4703         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
4704         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
4705         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
4706         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
4707         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
4708         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
4709         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
4710         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
4711         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
4712         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
4713         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
4714         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
4715         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
4716         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
4717         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
4718         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
4719         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
4720         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
4721         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
4722         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
4723         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
4724         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
4725         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
4726         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
4727         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
4728         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
4729         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
4730         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
4731         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
4732         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
4733         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
4734         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
4735         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
4736         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
4737         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
4738         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
4739         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
4740         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
4741         stringt.adb, stringt.ads, stringt.h, style.ads,
4742         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
4743         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
4744         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
4745         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
4746         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
4747         table.adb, table.ads, targparm.adb, targparm.ads,
4748         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
4749         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
4750         ttypes.ads, types.ads, types.h, uintp.adb,
4751         uintp.ads, uintp.h, uname.adb, urealp.adb,
4752         urealp.ads, urealp.h, usage.adb, utils2.c,
4753         utils.c, validsw.adb, validsw.ads, widechar.adb,
4754         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
4755         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
4756         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
4757         gnatvsn.ads: Merge with ACT tree.
4758
4759         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
4760
4761 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
4762
4763         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
4764         (gnat_ug_vmx.info): Likewise.
4765         (gnat_ug_vxw.info): Likewise.
4766         (gnat_ug_wnt.info): Likewise.
4767         (gnat_rm.info): Likewise.
4768         (gnat-style.info): Likewise.
4769
4770         * Make-lang.in (ada.install-info): Remove target.
4771         (info): New target.
4772         (install-info): Likewise.
4773         (gnat_ug_unx.info): Simplify rule.
4774         (gnat_ug_vmx.info): Likewise.
4775         (gnat_ug_vxw.info): Likewise.
4776         (gnat_ug_wnt.info): Likewise.
4777         (gnat_rm.info): Likewise.
4778         (gnat-style.info): Likewise.
4779
4780 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4781
4782         * Make-lang.in: Replace uses of $(target_alias) with
4783         $(target_noncanonical).
4784         * ada/Makefile.in: Remove unused mention of $(target_alias).
4785
4786 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
4787
4788         * Make-lang.in (ada.info): Replace with ...
4789         (info): ... this.
4790         (ada.dvi): Replace with ...
4791         (dvi): ... this.
4792
4793 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
4794
4795         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
4796         initialize dconstp5 and dconstmp5.
4797
4798 2003-09-28  Richard Henderson  <rth@redhat.com>
4799
4800         * trans.c (tree_transform): Update call to expand_asm_operands.
4801
4802 2003-09-21  Richard Henderson  <rth@redhat.com>
4803
4804         * trans.c, utils.c: Revert.
4805
4806 2003-09-21  Richard Henderson  <rth@redhat.com>
4807
4808         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
4809         change to const.
4810
4811 2003-09-04  Michael Matz  <matz@suse.de>
4812
4813         * misc.c: Include "target.h".
4814         * Make-lang.in (misc.o): Add dependency on target.h.
4815
4816 2003-09-03  DJ Delorie  <dj@redhat.com>
4817
4818         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
4819         hook.
4820
4821 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
4822
4823         * Makefile.in: Update substitutions to match changes to
4824         configure.  Use include directives instead of @-insertions
4825         to read in host and target fragments.  Add a rule to
4826         regenerate ada/Makefile.
4827
4828 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
4829
4830         * lang-options.h: Remove.
4831         * lang.opt: Add help text.
4832
4833 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
4834
4835         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
4836         calls.
4837
4838 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
4839
4840         * misc.c (gnat_handle_option): Don't handle filenames.
4841
4842 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
4843
4844         * Make-lang.in: Replace PWD with PWD_COMMAND.
4845         * Makefile.adalib: Likewise.
4846         * Makefile.in: Likewise.
4847
4848 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
4849
4850         * misc.c (gnat_argv): Revert last change.
4851         (gnat_handle_option, gnat_init_options): Copy arguments.
4852
4853 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
4854
4855         * misc.c (gnat_argv): Make const.
4856
4857 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
4858
4859         * misc.c (save_argc, save_argv): Keep non-static!
4860
4861 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
4862
4863         * misc.c (save_argc, save_argv): Make static.
4864         (gnat_init_options): New prototype.
4865         (gnat_init_options): Update.
4866
4867 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
4868
4869         * gnat_ug.texi: Remove unlikely characters from @vars.
4870         * gnat_ug_vms.texi: Regenerate.
4871
4872 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
4873
4874         * misc.c (record_code_position): Adjust emit_note call.
4875
4876 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
4877
4878         * misc.c (gnat_handle_option): Don't check for missing arguments.
4879
4880 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
4881
4882         * utils.c (end_subprog_body): Adjust expand_function_end call.
4883
4884 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
4885
4886         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
4887         Bind_Main_Program.
4888
4889 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4890
4891         * lang.opt: Declare Ada.
4892         * misc.c (gnat_init_options): Update.
4893
4894 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4895
4896         * utils.c (begin_subprog_body): Adjust init_function_start call.
4897
4898 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4899
4900         * Make-lang.in: Update to use options.c and options.h.
4901         * misc.c: Include options.h not aoptions.h.
4902         (gnat_handle_option): Abort on unrecognized switch.
4903         (gnat_init_options): Request Ada switches.
4904
4905 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4906
4907         * lang.opt: Add -Wall.
4908         * misc.c (gnat_handle_option): Handle it.
4909
4910 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
4911
4912         * misc.c (gnat_handle_option): Fix warnings.
4913
4914 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
4915
4916         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
4917
4918 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
4919
4920         * Make-lang.in: Update to handle command-line options.
4921         * lang.opt: New file.
4922         * misc.c: Include aoptions.h.
4923         (cl_options_count, cl_options): Remove.
4924         (gnat_handle_option): New.
4925         (gnat_decode_option): Remove.
4926         (LANG_HOOKS_DECODE_OPTION): Remove.
4927         (LANG_HOOKS_HANDLE_OPTION): Override.
4928
4929 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4930
4931         * init.c, misc.c, trans.c, utils.c: Remove dead code.
4932
4933 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4934
4935         * Makefile.in: Replace "host_canonical" with "host" for autoconf
4936         substitution.
4937
4938 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
4939
4940         * Make-lang.in: Update.
4941         * misc.c: Include opts.h. Define cl_options_count and cl_options.
4942
4943 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
4944
4945         * misc.c (gnat_init_options): Update.
4946
4947 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
4948
4949         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
4950         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
4951         __attribute__ ((__unused__)).
4952
4953 2003-06-05  Jan Hubicka  <jh@suse.cz>
4954
4955         * Make-lang.in:  Add support for stageprofile and stagefeedback
4956
4957 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
4958
4959         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
4960         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
4961
4962 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
4963
4964         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
4965         Remove non-VMS directive.
4966         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
4967         alternatives.
4968         (Examples of gnatls Usage): Remove VMS alternative.
4969
4970 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
4971
4972         PR ada/9953:
4973         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
4974         and turn ZCX_By_Default back to False since the underlying support
4975         is not quite there yet.
4976
4977 2003-06-01  Andreas Jaeger  <aj@suse.de>
4978
4979         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
4980         and ROUND_TYPE_SIZE_UNIT.
4981
4982 2003-05-22   Geert Bosch <bosch@gnat.com>
4983
4984         * gnat_rm.texi : Remove reference to Ada Core Technologies.
4985
4986 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
4987
4988         * trans.c (tree_transform): Use location_t and input_location
4989         directly.
4990         (build_unit_elab): Likewise.
4991         * utils.c (create_label_decl): Likewise.
4992
4993 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4994
4995         * trans.c (tree_transform, build_unit_elab,
4996         set_lineno): Rename lineno to input_line.
4997         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
4998         end_subprog_body): Likewise.
4999         * utils2.c (build_call_raise): Likewise.
5000
5001 2003-05-01  Laurent Guerby <guerby@acm.org>
5002
5003         PR ada/10546
5004         * 5iosinte.ads: Increase pthread_cond_t size to match recent
5005         LinuxThread and NPTL version, merge from ACT.
5006
5007 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
5008
5009         * utils.c (convert): No need to clear TREE_CST_RTL.
5010
5011 2003-04-23   Geert Bosch <bosch@gnat.com>
5012
5013         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
5014         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
5015         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
5016         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
5017         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
5018         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
5019         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
5020         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
5021         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
5022         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
5023         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
5024         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
5025         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
5026         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
5027         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
5028         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
5029         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
5030         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
5031         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
5032         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
5033         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
5034         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
5035         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
5036         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
5037         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
5038         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
5039         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
5040         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
5041         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
5042         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
5043         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
5044         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
5045         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
5046         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
5047         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
5048         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
5049         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
5050         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
5051         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
5052         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
5053         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
5054         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
5055         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
5056         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
5057         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
5058         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
5059         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
5060         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
5061         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
5062         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
5063         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
5064         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
5065         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
5066         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
5067         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
5068         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
5069         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
5070         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
5071         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
5072         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
5073         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
5074         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
5075         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
5076         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
5077         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
5078         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
5079         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
5080         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
5081         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
5082         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
5083         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
5084         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
5085         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
5086         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
5087         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
5088         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
5089         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
5090         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
5091         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
5092         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
5093         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
5094         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
5095         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
5096         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
5097         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
5098         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
5099         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
5100         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
5101         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
5102         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
5103         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
5104         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
5105         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
5106         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
5107         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
5108         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
5109         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
5110         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
5111         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
5112         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
5113         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
5114         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
5115         ali.adb, ali.ads, alloc.ads, argv.c,
5116         atree.adb, atree.ads, atree.h, aux-io.c,
5117         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
5118         binde.adb, binde.ads, binderr.adb, binderr.ads,
5119         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
5120         butil.adb, butil.ads, cal.c, calendar.ads,
5121         casing.adb, casing.ads, ceinfo.adb, checks.adb,
5122         checks.ads, cio.c, comperr.adb, comperr.ads,
5123         config-lang.in, csets.adb, csets.ads, csinfo.adb,
5124         cstand.adb, cstand.ads, cuintp.c, debug.adb,
5125         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
5126         dec-io.ads, dec.ads, deftarg.c, directio.ads,
5127         einfo.adb, einfo.ads, elists.adb, elists.ads,
5128         elists.h, errno.c, errout.adb, errout.ads,
5129         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
5130         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
5131         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
5132         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
5133         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
5134         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
5135         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
5136         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
5137         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
5138         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
5139         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
5140         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
5141         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
5142         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
5143         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
5144         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
5145         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
5146         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
5147         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
5148         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
5149         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
5150         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
5151         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
5152         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
5153         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
5154         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
5155         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
5156         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
5157         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
5158         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
5159         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
5160         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
5161         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
5162         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
5163         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
5164         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
5165         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
5166         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
5167         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
5168         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
5169         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
5170         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
5171         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
5172         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
5173         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
5174         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
5175         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
5176         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
5177         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
5178         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
5179         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
5180         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
5181         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
5182         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
5183         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
5184         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
5185         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
5186         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
5187         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
5188         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
5189         lib.adb, lib.ads, live.adb, live.ads,
5190         machcode.ads, make.adb, make.ads, makeusg.adb,
5191         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
5192         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
5193         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
5194         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
5195         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
5196         mlib.ads, namet.adb, namet.ads, nlists.adb,
5197         nlists.ads, opt.adb, opt.ads, osint-b.adb,
5198         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
5199         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
5200         osint.ads, output.adb, output.ads, par-ch10.adb,
5201         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
5202         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
5203         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
5204         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
5205         par-tchk.adb, par-util.adb, par.adb, par.ads,
5206         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
5207         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
5208         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
5209         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
5210         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
5211         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
5212         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
5213         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
5214         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
5215         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
5216         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
5217         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
5218         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
5219         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
5220         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
5221         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
5222         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
5223         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
5224         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
5225         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
5226         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
5227         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
5228         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
5229         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
5230         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
5231         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
5232         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
5233         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
5234         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
5235         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
5236         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
5237         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
5238         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
5239         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
5240         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
5241         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
5242         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
5243         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
5244         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
5245         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
5246         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
5247         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
5248         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
5249         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
5250         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
5251         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
5252         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
5253         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
5254         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
5255         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
5256         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
5257         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
5258         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
5259         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
5260         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
5261         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
5262         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
5263         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
5264         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
5265         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
5266         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
5267         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
5268         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
5269         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
5270         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
5271         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
5272         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
5273         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
5274         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
5275         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
5276         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
5277         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
5278         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
5279         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
5280         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
5281         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
5282         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
5283         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
5284         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
5285         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
5286         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
5287         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
5288         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
5289         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
5290         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
5291         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
5292         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
5293         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
5294         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
5295         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
5296         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
5297         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
5298         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
5299         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
5300         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
5301         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
5302         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
5303         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
5304         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
5305         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
5306         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
5307         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
5308         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
5309         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
5310         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
5311         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
5312         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
5313         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
5314         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
5315         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
5316         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
5317         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
5318         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
5319         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
5320         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
5321         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
5322         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
5323         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
5324         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
5325         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
5326         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
5327         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
5328         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
5329         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
5330         snames.ads, sprint.adb, sprint.ads, stand.adb,
5331         stand.ads, stringt.adb, stringt.ads, style.adb,
5332         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
5333         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
5334         switch-m.ads, switch.adb, switch.ads, system.ads,
5335         table.adb, table.ads, targparm.adb, targparm.ads,
5336         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
5337         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
5338         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
5339         ttypef.ads, ttypes.ads, types.adb, types.ads,
5340         uintp.adb, uintp.ads, uname.adb, uname.ads,
5341         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
5342         usage.adb, usage.ads, validsw.adb, validsw.ads,
5343         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
5344         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
5345         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
5346         formatting and other trivial changes from ACT.
5347
5348 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
5349
5350         * gigi.h, utils2.c (build_constructor):
5351         Rename gnat_build_constructor. Use build_constructor.
5352         * decl.c (gnat_to_gnu_entity)
5353         * trans.c (tree_transform, pos_to_constructor, extract_values)
5354         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
5355         (unchecked_convert)
5356         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
5357         (fill_vms_descriptor):
5358         Update to match.
5359
5360 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
5361
5362         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
5363         * misc.c (gnat_tree_size): New function.
5364         (LANG_HOOKS_TREE_SIZE): Override.
5365
5366 2003-04-03  Jason Merrill  <jason@redhat.com>
5367
5368         * misc.c (gnat_adjust_rli): #if 0.
5369
5370 2003-03-31   Geert Bosch <bosch@gnat.com>
5371
5372         PR ada/10020
5373         * link.c : Fix misspelled "const" keyword
5374
5375 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
5376
5377         PR c++/7086
5378         * utils2.c: Adjust calls to put_var_into_stack.
5379
5380 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5381
5382         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
5383
5384 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
5385
5386         * misc.c (gnat_init): Update for new prototype.
5387
5388 2003-03-05  Olivier Hainque  <hainque@gnat.com>
5389
5390         ada/9961
5391         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
5392         warning, and fix return type for the IN_RTS && !SJLJ case.
5393
5394 2003-03-04  Tom Tromey  <tromey@redhat.com>
5395
5396         * Make-lang.in (ada.tags): New target.
5397
5398 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
5399
5400         ada/9911
5401         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
5402         wrapper, which name remains constant whatever underlying GCC
5403         scheme.
5404
5405         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
5406         the stable interface needed for a-except.
5407
5408 2003-03-02  Andreas Jaeger  <aj@suse.de>
5409
5410         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
5411         gnat_ug_wnt.texi: Regenerate.
5412
5413 2003-03-02  Laurent Guerby <guerby@acm.org>
5414
5415         * Makefile.in (install-gnatlib): Match previous change there
5416         so it works.
5417
5418 2003-02-28  Andreas Schwab  <schwab@suse.de>
5419
5420         * Make-lang.in (install-gnatlib): Change to ada directory before
5421         running make instead of using ada/Makefile directly.
5422
5423 2003-02-18  Ben Elliston  <bje@redhat.com>
5424
5425         Part of fix for PR ada/9406
5426         * gnat_ug.texi (Binder output file): Grammar fix.
5427
5428 2003-02-18  Ben Elliston  <bje@redhat.com>
5429
5430         PR other/7350
5431         * 5qtaprop.adb (Sleep): Fix typo in comment.
5432
5433 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
5434
5435         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
5436         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
5437         gnat_ug_wnt.texi: Regenerate.
5438
5439 2003-02-03  Christian Cornelssen <ccorn@cs.tu-berlin.de>
5440
5441         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
5442         be created if necessary.
5443         (ada.install-common): Let $(DESTDIR)$(bindir) be created
5444         if necessary.  Remove erroneous and redundant gnatchop
5445         installation commands.  Test for gnatdll before attempting
5446         to install it.
5447         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
5448         and gnatdll from all plausible locations.
5449
5450 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
5451
5452         * utils2.c (build_unary_op): Don't check flag_volatile.
5453         * gnat_ug.texi: Remove -fvolatile from example.
5454         * gnat_ug_vxw.texi: Likewise.
5455
5456 2003-01-29  Laurent Guerby <guerby@acm.org>
5457
5458         PR ada/8344
5459         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
5460         * Makefile.in: match previous change.
5461         * Make-lang.in: match previous change.
5462
5463 2003-01-29      Joel Sherrill <joel@OARcorp.com>
5464
5465         * 5rosinte.ads: Add SIGXCPU.
5466         * 5rtpopsp.adb: New file.
5467         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
5468         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
5469         specific file 5rtpopsp.adb.
5470         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
5471         is likely needed for all newlib targets.
5472         * init.c: Add RTEMS specific version of __gnat_initialize().
5473
5474 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5475
5476         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
5477
5478 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5479
5480         * init.c (__gnat_error_handler): Make msg const.
5481
5482         * gmem.c (convert_addresses): Move declaration ...
5483         * adaint.h: ... here.
5484         * adaint.c (convert_addresses): Adapt addrs type to match
5485         prototype.
5486
5487         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
5488
5489 2003-01-24  Andreas Schwab  <schwab@suse.de>
5490
5491         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
5492         size_t to avoid warning.
5493
5494 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
5495
5496         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
5497
5498 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
5499
5500         * gnat_rm.texi: Remove RCS version number.
5501
5502         * ada-tree.h (union lang_tree_node): Add chain_next option.
5503
5504 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5505
5506         * Make-lang.in (ada.install-info, ada.install-common,
5507         ada.uninstall): Prepend $(DESTDIR) to the destination
5508         directory in all (un)installation commands.
5509         * Makefile.in (install-gnatlib, install-rts): Ditto.
5510
5511 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5512
5513         * gnat_rm.texi, gnat_ug.texi: Use @copying.
5514         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
5515         gnat_ug_wnt.texi: Regenerate.
5516
5517 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5518
5519         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
5520         only.
5521         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
5522         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
5523         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
5524         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
5525         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
5526         $(srcdir)/doc/include/gcc-common.texi.
5527
5528 2002-12-15   Geert Bosch <bosch@gnat.com>
5529
5530         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
5531
5532 2002-12-14   Geert Bosch <bosch@gnat.com>
5533
5534         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
5535         case of a body created for a Renaming_As_Body, on which
5536         conformance checks are not performed. Fixes PR ada/5690.
5537
5538 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
5539
5540         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
5541         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
5542         not already included.
5543         * Make-lang.in: Update dependencies.
5544
5545 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5546         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
5547         solution to buffer overflow bug on GNU/Linux.
5548
5549 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5550         Closes PR ada/5856 and PR ada/6919 !
5551         * bindgen.adb: Remove all references to Public_Version.
5552         * comperr.adb: Remove all references to Public_Version and
5553         GNATPRO_Version; correct bug reporting instructions.
5554         * comperr.ads: Change to match bug box.
5555         * gnatvsn.ads: Remove all references to Public version and
5556         GNATPRO version.
5557
5558 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5559         PR ada/6919
5560         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
5561         GNU/Linux.
5562
5563         PR ada/6558
5564         * config-lang.in: Remove diff_excludes.
5565
5566 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
5567         PR ada/8358
5568         * trans.c (gnu_pending_elaboration_lists): New GC root.
5569         (build_unit_elab): Use..
5570
5571 2002-10-30   Geert Bosch <bosch@gnat.com>
5572         PR ada/6558
5573         * misc.c : Include optabs.h
5574
5575         * Make-lang.in (misc.o): Add dependency on optabs.h
5576
5577 2002-10-29   Geert Bosch <bosch@gnat.com>
5578         PR ada/6558
5579         * Make-lang.in (gnatbind): Depend on CONFIG_H
5580
5581 2002-10-29  Geert bosch  <bosch@gnat.com>
5582         PR ada/6558
5583         * misc.c: Unrevert misc.c (1.13)
5584
5585 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5586
5587         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
5588         maintainership comments.
5589
5590 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5591         PR ada/5904
5592         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
5593         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
5594         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
5595         7staprop.adb: Correct statements in comments about
5596         maintainership of GNAT.
5597
5598         PR ada/5904
5599         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
5600         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
5601         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
5602         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
5603         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
5604         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
5605         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
5606         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
5607         comments about maintainership of GNAT.
5608
5609         PR ada/6919 (forward port of patch for PR ada/5904)
5610         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
5611         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
5612         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
5613         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
5614         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
5615         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
5616         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
5617         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
5618         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
5619         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
5620         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
5621         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
5622         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
5623         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
5624         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
5625         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
5626         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
5627         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
5628         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
5629         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
5630         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
5631         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
5632         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
5633         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
5634         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
5635         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
5636         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
5637         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
5638         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
5639         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
5640         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
5641         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
5642         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
5643         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
5644         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
5645         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
5646         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
5647         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
5648         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
5649         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
5650         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
5651         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
5652         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
5653         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
5654         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
5655         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
5656         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
5657         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
5658         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
5659         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
5660         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
5661         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
5662         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
5663         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
5664         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
5665         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
5666         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
5667         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
5668         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
5669         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
5670         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
5671         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
5672         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
5673         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
5674         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
5675         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
5676         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
5677         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
5678         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
5679         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
5680         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
5681         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
5682         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
5683         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
5684         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
5685         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
5686         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
5687         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
5688         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
5689         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
5690         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
5691         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
5692         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
5693         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
5694         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
5695         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
5696         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
5697         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
5698         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
5699         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
5700         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
5701         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
5702         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
5703         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
5704         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
5705         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
5706         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
5707         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
5708         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
5709         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
5710         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
5711         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
5712         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
5713         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
5714         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
5715         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
5716         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
5717         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
5718         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
5719         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
5720         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
5721         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
5722         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
5723         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
5724         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
5725         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
5726         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
5727         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
5728         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
5729         par-endh.adb par-labl.adb par-load.adb par-prag.adb
5730         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
5731         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
5732         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
5733         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
5734         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
5735         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
5736         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
5737         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
5738         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
5739         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
5740         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
5741         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
5742         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
5743         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
5744         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
5745         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
5746         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
5747         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
5748         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
5749         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
5750         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
5751         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
5752         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
5753         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
5754         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
5755         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
5756         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
5757         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
5758         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
5759         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
5760         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
5761         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
5762         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
5763         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
5764         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
5765         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
5766         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
5767         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
5768         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
5769         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
5770         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
5771         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
5772         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
5773         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
5774         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
5775         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
5776         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
5777         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
5778         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
5779         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
5780         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
5781         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
5782         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
5783         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
5784         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
5785         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
5786         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
5787         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
5788         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
5789         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
5790         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
5791         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
5792         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
5793         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
5794         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
5795         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
5796         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
5797         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
5798         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
5799         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
5800         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
5801         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
5802         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
5803         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
5804         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
5805         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
5806         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
5807         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
5808         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
5809         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
5810         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
5811         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
5812         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
5813         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
5814         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
5815         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
5816         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
5817         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
5818         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
5819         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
5820         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
5821         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
5822         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
5823         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
5824         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
5825         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
5826         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
5827         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
5828         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
5829         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
5830         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
5831         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
5832         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
5833         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
5834         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
5835         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
5836         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
5837         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
5838         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
5839         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
5840         stringt.ads stringt.h style.adb style.ads stylesw.adb
5841         stylesw.ads switch.adb switch.ads sysdep.c system.ads
5842         table.adb table.ads targparm.adb targparm.ads targtyps.c
5843         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
5844         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
5845         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
5846         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
5847         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
5848         usage.ads utils.c utils2.c validsw.adb validsw.ads
5849         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
5850         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
5851         xtreeprs.adb: Correct statements in comments about maintainership
5852         of GNAT.
5853
5854 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
5855
5856         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
5857         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
5858         * gnatvsn.ads: Gnat_Version_String is now a function.
5859         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
5860         copy the C version_string into a String and return it.
5861         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
5862         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
5863         Remove pragma Ident (Gnat_Version_String).  If this was the
5864         sole use of package Gnatvsn, remove the with statement too.
5865         * gnat1drv.adb: Tweak -gnatv output.
5866
5867 2002-09-17  Richard Henderson  <rth@redhat.com>
5868
5869         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
5870         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
5871         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
5872         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
5873         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
5874         and real_2expN instead of a loop.
5875         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
5876         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
5877
5878 2002-08-25  Andre Leis <a.leis@gmx.net>
5879             David Billinghurst (David.Billinghurst@riotinto.com>
5880
5881         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
5882
5883 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5884
5885         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
5886         Remove $(CONFIG_H) dependency.
5887
5888 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5889
5890         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
5891
5892 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5893
5894         * adadecode.c (ada_demangle): Use xstrdup in lieu of
5895         xmalloc/strcpy.
5896         * misc.c (gnat_decode_option): Likewise.
5897
5898 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
5899
5900         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
5901         function approach did not work well because of a side effect (the
5902         function call could reallocate the table which was being indexed
5903         using its result). Fixes ada/4851. [RESURRECTED]
5904
5905 2002-07-01  Roger Sayle  <roger@eyesopen.com>
5906
5907         * ada/utils.c (builtin_function): Accept an additional parameter.
5908
5909 2002-06-28  Andreas Jaeger  <aj@suse.de>
5910
5911         PR ada/7144
5912         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
5913         <adi@thur.de>.
5914
5915 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5916
5917         * Makefile.in (SHELL): Set to @SHELL@.
5918
5919 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5920
5921         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
5922         array size calculation.
5923
5924 2002-06-04  Andreas Jaeger  <aj@suse.de>
5925
5926         * Make-lang.in (gnatbind): Readd rule that has been lost in last
5927         patch.
5928
5929 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
5930
5931         Merge from pch-branch:
5932
5933         * config-lang.in (gtfiles): Add ada-tree.h.
5934         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
5935         (SET_TYPE_MODULUS): New.
5936         (SET_TYPE_INDEX): New.
5937         (SET_TYPE_DIGITS_VALUE): New.
5938         (SET_TYPE_RM_SIZE): New.
5939         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
5940         (SET_TYPE_ADA_SIZE): New.
5941         (SET_TYPE_ACTUAL_BOUNDS): New.
5942         (SET_DECL_CONST_CORRESPONDING_VAR): New.
5943         (SET_DECL_ORIGINAL_FIELD): New.
5944         (TREE_LOOP_ID): Correct typo.
5945         * decl.c: Use new macros.
5946         * utils.c: Include debug.h, use new macros.
5947         * utils2.c: Use new macros.
5948
5949         * ada-tree.h: Update all macros for new tree description.
5950         (struct tree_loop_id): New.
5951         (union lang_tree_node): New.
5952         (struct lang_decl): New.
5953         (struct lang_type): New.
5954         * misc.c (gnat_mark_tree): Delete.
5955         (LANG_HOOKS_MARK_TREE): Delete.
5956         * trans.c (tree_transform): No longer any need to cast
5957         for TREE_LOOP_ID.
5958
5959         * utils.c (struct language_function): New dummy structure.
5960
5961         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
5962         (misc.o): Likewise.
5963         (utils.o): Likewise; also gtype-ada.h.
5964         * Make-lang.in (gnat1): Add dependency on s-gtype.
5965         (gnatbind): Add dependency on $(CONFIG_H).
5966         * utils.c: Correct last #include.
5967         (stuct e_stack): Remove unnecessary 'static'.
5968         (mark_e_stack): Remove unused prototype.
5969
5970         * scn-nlit.adb: Remove whitespace after version number to
5971         keep lines under 80 chars.
5972         * snames.adb: Likewise.
5973         * treepr.ads: Likewise.
5974
5975         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
5976         (misc.o): Likewise.
5977         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
5978         * config-lang.in (gtfiles): New.
5979         * decl.c: Use gengtype for roots.
5980         * gigi.h: Use gengtype for roots.
5981         * trans.c: Use gengtype for roots.
5982         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
5983
5984 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
5985
5986         * misc.c (gnat_init): Adjust setting of internal_error_function.
5987
5988 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5989
5990         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
5991         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
5992         gnat_ug_wnt.texi: Regenerate.
5993
5994 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
5995
5996         * 5ntaprop.adb (with System.OS_Primitives): Remove.
5997
5998         * cstreams.c (max_path_len): Move from here ...
5999         * adaint.c (__gnat_max_path_len): ... to here.
6000         * adaint.c (__gnat_max_path_len): Declare.
6001         * g-dirope.adb (Max_Path): Adjust.
6002         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
6003         * i-cstrea.ads (max_path_len): Adjust.
6004         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
6005         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
6006
6007         * Makefile.in, Make-lang.in: Documentation is now built in
6008         Make-lang.in.  Store Info and generated Texinfo files in the
6009         source directory.
6010         * gnat_ug.texi: Remove CVS keywords, correct version number.
6011         Set file name correctly.
6012
6013         * gnat_ug_*.texi: Add.
6014         * .cvsignore: Ignore generated Texinfo files.
6015
6016 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
6017
6018         * ada.h: Add MI guard macro.
6019         (SUBTYPE): Define constants with an anonymous enum, not static
6020         const variables.
6021         (IN): Cast constants to appropriate type before use.
6022
6023 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
6024
6025         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
6026         (experimental)".
6027
6028 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6029
6030         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
6031         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
6032         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
6033         (ALL_ADA_CFLAGS): Likewise.
6034         (ADA_INCLUDES): Likewise.
6035         Adapt for new working dir.
6036         (GNATBIND): Use Makefile.in version.
6037         (.SUFFIXES): Copy from Makefile.in.
6038         (ada-warn): Define.
6039         (.adb.o, .ads.o): Copy from Makefile.in.
6040         Added $(OUTPUT_OPTION).
6041         (GNAT1_C_OBJS): Moved from Makefile.in.
6042         Prefix with ada subdir.
6043         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
6044         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
6045         Adapt for new working dir.
6046         (EXTRA_GNATBIND_OBJS): Likewise.
6047         (ADA_BACKEND): Moved from Makefile.in.
6048         Renamed to avoid conflict with global BACKEND.
6049         Use that one.
6050         (TARGET_ADA_SRCS): Moved from Makefile.in.
6051         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
6052         Use ADA_BACKEND.
6053         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
6054         (ada_extra_files): Moved from Makefile.in.
6055         Prefix with ada subdir.
6056         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
6057         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
6058         (ada/nmake.ads): Likewise.
6059         (update-sources): Moved from Makefile.in.
6060         Prefix with ada subdir.
6061         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
6062         (ADA_TREE_H): Likewise.
6063         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
6064         (ada/memtrack.o): Likewise.
6065         (ada/adadecode.o): Likewise.
6066         Update dependencies.
6067         (ada/adaint.o): New.
6068         (ada/argv.o): Moved from Makefile.in.
6069         Prefix with ada subdir.
6070         Update dependencies.
6071         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
6072         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
6073         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
6074         Prefix with ada subdir.
6075         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
6076         (GNAT DEPENDENCIES): Regenerate.
6077         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
6078         toplevel Makefile.in.
6079         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
6080         (TARGET_ADA_SRCS): Removed.
6081         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
6082         (GNATBIND_OBJS): Likewise.
6083         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
6084         (BACKEND): Removed.
6085         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
6086         (TREE_H): Likewise.
6087         (ada_extra_files): Likewise.
6088         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
6089         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
6090         (update-sources): Likewise.
6091         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
6092         (ADA_TREE_H): Likewise.
6093         (adadecoce.o): Likewise.
6094         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
6095         (GNAT DEPENDENCIES): Likewise.
6096
6097 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6098
6099         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
6100         * Makefile.in: Likewise.
6101
6102 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6103
6104         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
6105         Restore $(CONFIG_H) and prefix.o dependencies.
6106         (ada.stage[1-4]): Depend on stage?-start.
6107
6108         * Makefile.in (b_gnatb.c): Depend on interfac.o.
6109
6110 2002-05-02  Jim Wilson  <wilson@redhat.com>
6111
6112         * utils.c (finish_record_type): Change record_size to record_type.
6113
6114 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6115
6116         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
6117         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
6118         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
6119
6120 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
6121
6122         * misc.c (gnat_parse_file): Update.
6123
6124 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6125
6126         * misc.c (gnat_init): Don't set lang_attribute_common.
6127
6128 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6129
6130         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
6131
6132 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
6133
6134         * gnat_ug.texi: New file.
6135
6136         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
6137         instead of gfdl.texi
6138
6139         * xgnatug.adb, ug_words: New files.
6140
6141         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
6142         gnat_rm and gnat-style manuals.
6143
6144 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
6145
6146         * gigi.h (incomplete_type_error): Remove.
6147         * utils.c (incomplete_type_error): Remove.
6148
6149 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
6150
6151         * trans.c (tree_transform): Add has_scope argument to
6152         expand_start_stmt_expr.
6153
6154 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6155
6156         * gigi.h (truthvalue_conversion): Rename.
6157         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
6158         * trans.c (tree_transform): Update.
6159         * utils2.c (truthvalue_conversion): Rename, update.
6160         (build_binary_op, build_unary_op): Update.
6161
6162 2002-04-04  Laurent Guerby  <guerby@acm.org>
6163
6164         * make.adb: Implement -margs, remove restriction about file name placement.
6165         * makeusg.adb: Documentation update.
6166         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
6167         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
6168
6169 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6170
6171         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
6172         (builtin_function): Similarly.
6173
6174 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6175
6176         * decl.c (gnat_to_gnu_entity): Update.
6177         * gigi.h (mark_addressable): Rename.
6178         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
6179         * trans.c (tree_transform): Update.
6180         * utils.c (create_var_decl): Update.
6181         * util2.c (build_binary_op, build_unary_op,
6182         fill_vms_descriptor): Update.
6183         (mark_addressable): Rename, update.
6184
6185 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6186
6187         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
6188         Rename.
6189         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
6190         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
6191         * trans.c (tree_transform, convert_with_check): Update.
6192         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
6193         Rename.
6194
6195 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
6196
6197         * gigi.h (finish_incomplete_decl): Rename.
6198         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
6199         * utils.c (gnat_init_decl_processing): Don't set hook.
6200         (finish_incomplete_decl): Rename.
6201
6202 2002-03-29  Andreas Schwab  <schwab@suse.de>
6203
6204         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
6205         directory.
6206
6207 2001-03-28  Robert Dewar <dewar@gnat.com>
6208
6209         * checks.ads:
6210         (Remove_Checks): New procedure
6211
6212         * checks.adb:
6213         (Remove_Checks): New procedure
6214
6215         * exp_util.adb:
6216         Use new Duplicate_Subexpr functions
6217         (Duplicate_Subexpr_No_Checks): New procedure
6218         (Duplicate_Subexpr_No_Checks_Orig): New procedure
6219         (Duplicate_Subexpr): Restore original form (checks duplicated)
6220         (Duplicate_Subexpr): Call Remove_Checks
6221
6222         * exp_util.ads:
6223         (Duplicate_Subexpr_No_Checks): New procedure
6224         (Duplicate_Subexpr_No_Checks_Orig): New procedure
6225         Add 2002 to copyright notice
6226
6227         * sem_util.adb: Use new Duplicate_Subexpr functions
6228
6229         * sem_eval.adb:
6230         (Eval_Indexed_Component): This is the place to call
6231         Constant_Array_Ref and to replace the value. We simply merge
6232         the code of this function in here, since it is now no longer
6233         used elsewhere. This fixes the problem of the back end not
6234         realizing we were clever enough to see that this was
6235         constant.
6236         (Expr_Val): Remove call to Constant_Array_Ref
6237         (Expr_Rep_Val): Remove call to Constant_Array_Ref
6238         Minor reformatting
6239         (Constant_Array_Ref): Deal with string literals (patch
6240         suggested by Zack Weinberg on the gcc list)
6241
6242 2001-03-28  Ed Schonberg <schonber@gnat.com>
6243
6244         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
6245         Duplicate_Subexpr_Move_Checks.
6246
6247         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
6248         Duplicate_Subexpr_Move_Checks.
6249
6250         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
6251         value of array exists before retrieving it (it may a private
6252         protected component in a function).
6253
6254 2002-03-28   Geert Bosch <bosch@gnat.com>
6255
6256         * prj-pp.adb : New file.
6257
6258         * prj-pp.ads : New file.
6259
6260 2002-03-28  Andreas Jaeger  <aj@suse.de>
6261
6262         * Makefile.in (stamp-sdefault): Fix path for Makefile.
6263
6264 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6265
6266         * misc.c (gnat_expand_expr): Move prototype.
6267
6268 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6269
6270         * misc.c (insert_default_attributes): Remove.
6271
6272 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6273
6274         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
6275         (gnat_init): Don't set hook.
6276         (gnat_expand_expr): Fix prototype.
6277
6278 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6279
6280         * misc.c (ggc_p): Remove.
6281
6282 2002-03-27  Geert Bosch  <bosch@gnat.com>
6283
6284         * prj-makr.ads, prj-makr.adb : New files.
6285
6286 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6287
6288         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
6289         (lang_mark_tree): Make static, rename.
6290
6291 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
6292
6293         * misc.c (maybe_build_cleanup): Remove.
6294
6295 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6296
6297         * gigi.h (yyparse): Remove.
6298
6299 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
6300
6301         * gnat_rm.texi: Sync with ACT version.
6302           (From Ben Brosgol <brosgol@gnat.com>)
6303
6304 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
6305
6306         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
6307         (gnat_init): Remove old hook.
6308
6309 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6310
6311         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
6312         (yyparse): Rename gnat_parse_file.
6313
6314 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
6315
6316         Delete all lines containing "$Revision:".
6317         * xeinfo.adb: Don't look for revision numbers.
6318         * xnmake.adb: Likewise.
6319         * xsinfo.adb: Likewise.
6320         * xsnames.adb: Likewise.
6321         * xtreeprs.adb: Likewise.
6322
6323 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6324
6325         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
6326         gnat_tree_code_name): Delete.
6327         (tree_code_type, tree_code_length, tree_code_name): Define.
6328         (gnat_init): Don't try to copy into the various tree_code
6329         arrays.
6330
6331 2002-03-11  Richard Henderson  <rth@redhat.com>
6332
6333         * Makefile.in (.NOTPARALLEL): Add fake tag.
6334
6335 2002-03-07  Geert Bosch  <bosch@gnat.com>
6336
6337         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
6338         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
6339         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
6340         switch-m.adb, switch-m.ads : New files.
6341
6342 2002-03-07  Geert Bosch  <bosch@gnat.com>
6343
6344         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
6345         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
6346         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
6347         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
6348         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
6349         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
6350         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
6351         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
6352         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
6353         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
6354         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
6355         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
6356         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
6357         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
6358         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
6359         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
6360         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
6361         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
6362         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
6363         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
6364         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
6365         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
6366         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
6367         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
6368         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
6369         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
6370         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
6371         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
6372         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
6373         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
6374         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
6375         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
6376         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
6377         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
6378         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
6379         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
6380         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
6381         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
6382         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
6383         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
6384         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
6385         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
6386         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
6387         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
6388         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
6389         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
6390         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
6391         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
6392         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
6393         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
6394         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
6395         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
6396         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
6397         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
6398         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
6399         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
6400         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
6401         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
6402         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
6403         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
6404         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
6405         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
6406         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
6407         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
6408         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
6409         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
6410         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
6411         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
6412         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
6413         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
6414         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
6415         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
6416         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
6417         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
6418         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
6419         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
6420         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
6421         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
6422         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
6423         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
6424         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
6425         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
6426         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
6427         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
6428         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
6429         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
6430         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
6431         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
6432         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
6433         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
6434         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
6435         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
6436         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
6437         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
6438         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
6439         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
6440         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
6441
6442         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
6443         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
6444         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
6445         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
6446
6447         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
6448         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
6449
6450         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
6451         to mdll-fil.ad[bs] and mdll-util.ad[bs]
6452
6453         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
6454         from mdllfile.ad[bs] and mdlltool.ad[bs]
6455
6456 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6457
6458         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
6459         lieu of explicit sizeof/sizeof.
6460
6461 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6462
6463         * misc.c (copy_lang_decl): Remove.
6464
6465 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
6466
6467         * misc.c: Delete traditional-mode-related code copied from the
6468         C front end but not used, or used only to permit the compiler
6469         to link.
6470
6471 2002-02-07  Richard Henderson  <rth@redhat.com>
6472
6473         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
6474         * adaint.h (__gnat_to_gm_time): Update prototype.
6475
6476 2002-01-30  Richard Henderson  <rth@redhat.com>
6477
6478         * trans.c (tree_transform) [N_Loop_Statement]: Use
6479         expand_exit_loop_top_cond.
6480
6481 2001-12-23  Richard Henderson  <rth@redhat.com>
6482
6483         * utils.c (end_subprog_body): Push GC context around
6484         rest_of_compilation for nested functions.
6485
6486 2001-12-23  Richard Henderson  <rth@redhat.com>
6487
6488         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
6489
6490 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
6491
6492         * gnat-style.texi (Declarations and Types): Remove ancient style
6493         rule which was mandated by code generation issues.
6494
6495         * gnat-style.texi (header): Add @dircategory, @direntry.
6496         (title page): Remove date.
6497         (general) Add @./@: where approriate, and two spaces after the
6498         full stop at the end of a sentence.  Use @samp markup when
6499         referring concrete lexical entities (keywords, attribute names
6500         etc.), and @syntax for ARM grammar elements. Use @r for English
6501         text in comments.  Use @emph for emphasis.  Change "if-statements"
6502         etc. to "if statements" (without @samp). Break long lines.  Make
6503         casing of section names consistent.
6504         (Identifiers): Use @samp markup for variable names.
6505         (Comments): Use @samp markup for comment characters. Line-end
6506         comments may follow any Ada code, not just statements.  Fix
6507         misspelling of "Integer" as "integer".
6508         (Loop statements): Do not use variable name "I", use "J".
6509         (Subprogram Declarations): Document alignment.
6510         (Subprogram Bodies, Block statements): Document empty line before
6511         "begin".
6512
6513 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
6514
6515         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
6516         function approach did not work well because of a side effect (the
6517         function call could reallocate the table which was being indexed
6518         using its result). Fixes ada/4851.
6519
6520 2001-12-19  Robert Dewar <dewar@gnat.com>
6521
6522         * bindgen.adb: Minor reformatting
6523
6524         * cstand.adb: Minor reformatting
6525
6526         * fmap.adb: Minor reformatting
6527         Change name from Add for Add_To_File_Map (Add is much too generic)
6528         Change Path_Name_Of to Mapped_Path_Name
6529         Change File_Name_Of to Mapped_File_Name
6530         Fix copyright dates in header
6531
6532         * fmap.ads:
6533         Change name from Add for Add_To_File_Map (Add is much too generic)
6534         Change Path_Name_Of to Mapped_Path_Name
6535         Change File_Name_Of to Mapped_File_Name
6536         Fix copyright dates in header
6537
6538         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
6539         Add use clause for Fmap.
6540
6541         * make.adb: Minor reformatting
6542
6543         * osint.adb: Minor reformatting.  Change of names in Fmap.
6544         Add use clause for Fmap.
6545
6546         * prj-env.adb: Minor reformatting
6547
6548         * prj-env.ads: Minor reformatting
6549
6550         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
6551         error found (there were odd exceptions to this general rule in
6552         -gnatec/-gnatem processing)
6553
6554 2001-12-19  Olivier Hainque <hainque@gnat.com>
6555
6556         * raise.c (__gnat_eh_personality): Exception handling personality
6557         routine for Ada.  Still in rough state, inspired from the C++ version
6558         and still containing a bunch of debugging artifacts.
6559         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
6560         inspired from the C++ library.
6561
6562         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
6563         exception handling integration.
6564
6565 2001-12-19  Arnaud Charlet <charlet@gnat.com>
6566
6567         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
6568         (HIE_SOURCES): Add s-secsta.ad{s,b}.
6569         (HIE_OBJS): Add s-fat*.o
6570         (RAVEN_SOURCES): Remove files that are no longer required. Add
6571         interrupt handling files.
6572         (RAVEN_MOD): Removed, no longer needed.
6573
6574 2001-12-19  Robert Dewar <dewar@gnat.com>
6575
6576         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
6577         Add 2001 to copyright date
6578
6579         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
6580         need to force universal inlining for these cases.
6581
6582 2001-12-19  Arnaud Charlet <charlet@gnat.com>
6583
6584         * s-taprob.adb: Minor clean ups so that this unit can be used in
6585         Ravenscar HI.
6586
6587         * exp_ch7.adb: Allow use of secondary stack in HI mode.
6588         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
6589
6590 2001-12-19  Vincent Celier <celier@gnat.com>
6591
6592         * prj-tree.ads (Project_Node_Record): Add comments for components
6593         Pkg_Id and Case_Insensitive.
6594
6595 2001-12-19  Pascal Obry <obry@gnat.com>
6596
6597         * g-socket.adb: Minor reformatting. Found while reading code.
6598
6599 2001-12-19  Robert Dewar <dewar@gnat.com>
6600
6601         * prj-tree.ads: Minor reformatting
6602
6603 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6604
6605         * config-lang.in (diff_excludes): Remove.
6606
6607 2001-12-17  Ed Schonberg <schonber@gnat.com>
6608
6609         * sem_res.adb (Resolve_Selected_Component): do not generate a
6610         discriminant check if the selected component is a component of
6611         the argument of an initialization procedure.
6612
6613         * trans.c (tree_transform, case of arithmetic operators): If result
6614         type is private, the gnu_type is the base type of the full view,
6615         given that the full view itself may be a subtype.
6616
6617 2001-12-17  Robert Dewar <dewar@gnat.com>
6618
6619         * sem_res.adb: Minor reformatting
6620
6621         * trans.c (tree_transform, case N_Real_Literal): Add missing third
6622         parameter in call to Machine (unknown horrible effects from this
6623         omission).
6624
6625         * urealp.h: Add definition of Round_Even for call to Machine
6626         Add third parameter for Machine
6627
6628 2001-12-17  Ed Schonberg <schonber@gnat.com>
6629
6630         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
6631         predefined units in No_Run_Time mode.
6632
6633 2001-12-17  Richard Kenner <kenner@gnat.com>
6634
6635         * misc.c (insn-codes.h): Now include.
6636
6637 2001-12-17  Olivier Hainque <hainque@gnat.com>
6638
6639         * a-except.adb: Preparation work for future integration of the GCC 3
6640         exception handling mechanism
6641         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
6642         to factorize previous code sequences and make them externally callable,
6643         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
6644         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
6645         Use the new notification routines.
6646
6647 2001-12-17  Emmanuel Briot <briot@gnat.com>
6648
6649         * prj-tree.ads (First_Choice_Of): Document the when others case
6650
6651 2001-12-17  Arnaud Charlet <charlet@gnat.com>
6652
6653         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
6654         HI-E mode, in order to support Ravenscar profile properly.
6655
6656         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
6657         mode on 32 bits targets.
6658
6659 2001-12-17  Vincent Celier <celier@gnat.com>
6660
6661         * fmap.adb: Initial version.
6662
6663         * fmap.ads: Initial version.
6664
6665         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
6666         If search is successfully done, add to mapping.
6667
6668         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
6669
6670         * make.adb:
6671         (Gnatmake): Add new local variable Mapping_File_Name.
6672          Create mapping file when using project file(s).
6673          Delete mapping file before exiting.
6674
6675         * opt.ads (Mapping_File_Name): New variable
6676
6677         * osint.adb (Find_File): Use path name found in mapping, if any.
6678
6679         * prj-env.adb (Create_Mapping_File): New procedure
6680
6681         * prj-env.ads (Create_Mapping_File): New procedure.
6682
6683         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
6684         (Mapping_File)
6685
6686         * usage.adb: Add entry for new switch -gnatem.
6687
6688         * Makefile.in: Add dependencies for fmap.o.
6689
6690 2001-12-17  Ed Schonberg <schonber@gnat.com>
6691
6692         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
6693         is a package instantiation rewritten as a package body.
6694         (Install_Withed_Unit): Undo previous change, now redundant.
6695
6696 2001-12-17  Gary Dismukes <dismukes@gnat.com>
6697
6698         * layout.adb:
6699         (Compute_Length): Move conversion to Unsigned to callers.
6700         (Get_Max_Size): Convert Len expression to Unsigned after calls to
6701         Compute_Length and Determine_Range.
6702         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
6703         Compute_Length and Determine_Range.
6704         Above changes fix problem with length computation for supernull arrays
6705         where Max (Len, 0) wasn't getting applied due to the Unsigned
6706         conversion used by Compute_Length.
6707
6708 2001-12-17  Arnaud Charlet <charlet@gnat.com>
6709
6710         * rtsfind.ads:
6711         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
6712          System.Secondary_Stack.
6713         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
6714          in HI-E mode.
6715         Remove unused entity RE_Exception_Data.
6716
6717         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
6718
6719         * rident.ads (No_Secondary_Stack): New restriction.
6720
6721 2001-12-17  Joel Brobecker <brobecke@gnat.com>
6722
6723         * gnat_rm.texi: Fix minor typos. Found while reading the section
6724         regarding "Bit_Order Clauses" that was sent to a customer.
6725         Very interesting documentation!
6726
6727 2001-12-17  Robert Dewar <dewar@gnat.com>
6728
6729         * sem_case.adb (Choice_Image): Avoid creating improper character
6730         literal names by using the routine Set_Character_Literal_Name. This
6731         fixes bombs in certain error message cases.
6732
6733 2001-12-17  Arnaud Charlet <charlet@gnat.com>
6734
6735         * a-reatim.adb: Minor reformatting.
6736
6737 2001-12-17  Ed Schonberg <schonber@gnat.com>
6738
6739         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
6740         case where the formal is an extension of another formal in the current
6741         unit or in a parent generic unit.
6742
6743 2001-12-17  Arnaud Charlet <charlet@gnat.com>
6744
6745         * s-tposen.adb: Update comments.  Minor reformatting.
6746         Minor code clean up.
6747
6748         * s-tarest.adb: Update comments.  Minor code reorganization.
6749
6750 2001-12-17  Gary Dismukes <dismukes@gnat.com>
6751
6752         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
6753         when Java_VM.
6754
6755 2001-12-17  Robert Dewar <dewar@gnat.com>
6756
6757         * exp_attr.adb: Minor reformatting
6758
6759 2001-12-17  Ed Schonberg <schonber@gnat.com>
6760
6761         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
6762         derivations nested within a child unit: verify that the parent
6763         type is declared in an outer scope.
6764
6765 2001-12-17  Robert Dewar <dewar@gnat.com>
6766
6767         * sem_ch12.adb: Minor reformatting
6768
6769 2001-12-17  Ed Schonberg <schonber@gnat.com>
6770
6771         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
6772         warning if current unit is a predefined one, from which bodies may
6773         have been deleted.
6774
6775 2001-12-17  Robert Dewar <dewar@gnat.com>
6776
6777         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
6778         Fix header format. Add 2001 to copyright date.
6779
6780         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
6781         which caused CE during compilation if checks were enabled.
6782
6783 2001-12-17  Vincent Celier <celier@gnat.com>
6784
6785         * make.adb:
6786         (Switches_Of): New function
6787         (Test_If_Relative_Path): New procedure
6788         (Add_Switches): Use new function Switches_Of
6789         (Collect_Arguments_And_Compile): Use new function Switches_Of.
6790         When using a project file, test if there are any relative
6791         search path. Fail if there are any.
6792         (Gnatmake): Only add switches for the primary directory when not using
6793         a project file. When using a project file, change directory to the
6794         object directory of the main project file. When using a project file,
6795         test if there are any relative search path. Fail if there are any.
6796         When using a project file, fail if specified executable is relative
6797         path with directory information, and prepend executable, if not
6798         specified as an absolute path, with the exec directory.  Make sure
6799         that only one -o switch is transmitted to the linker.
6800
6801         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
6802
6803         * prj-nmsc.adb:
6804         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
6805         when using a non standard naming scheme.
6806         (Check_Ada_Naming_Scheme): Make sure that error messages
6807         do not raise exceptions.
6808         (Is_Illegal_Append): Return True if there is no dot in the suffix.
6809         (Language_Independent_Check): Check the exec directory.
6810
6811         * prj.adb (Project_Empty): Add new component Exec_Directory
6812
6813         * prj.ads:
6814         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
6815         (Project_Data): Add component Exec_Directory
6816
6817         * snames.adb: Updated to match snames.ads revision 1.215
6818
6819         * snames.ads: Added Exec_Dir
6820
6821 2001-12-17  Robert Dewar <dewar@gnat.com>
6822
6823         * make.adb: Minor reformatting
6824
6825         * prj-nmsc.adb: Minor reformatting
6826
6827         * snames.adb: Updated to match snames.ads
6828
6829         * snames.ads: Alphebetize entries for project file
6830
6831 2001-12-17  Ed Schonberg <schonber@gnat.com>
6832
6833         * trans.c (process_freeze_entity): Do nothing if the entity is a
6834         subprogram that was already elaborated.
6835
6836 2001-12-17  Richard Kenner <kenner@gnat.com>
6837
6838         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
6839         and Esize if object is referenced via pointer.
6840
6841 2001-12-17  Ed Schonberg <schonber@gnat.com>
6842
6843         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
6844         is discrete before analyzing choices.
6845
6846 2001-12-17  Joel Brobecker <brobecke@gnat.com>
6847
6848         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
6849         containing the name of the Ada Main Program. This string is mainly
6850         intended for the debugger.
6851         (Gen_Output_File_C): Do the equivalent change when generating a C file.
6852
6853 2001-12-17  Robert Dewar <dewar@gnat.com>
6854
6855         * ali.adb: Set new Dummy_Entry field in dependency entry
6856
6857         * ali.ads: Add Dummy_Entry field to source dependency table
6858
6859         * bcheck.adb (Check_Consistency): Ignore dummy D lines
6860
6861         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
6862
6863         * lib-writ.ads: Document dummy D lines for missing files.
6864
6865         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
6866
6867 2001-12-17  Robert Dewar <dewar@gnat.com>
6868
6869         * ali.adb: Type reference does not reset current file.
6870
6871         * ali.adb: Recognize and scan renaming reference
6872
6873         * ali.ads: Add spec for storing renaming references.
6874
6875         * lib-xref.ads: Add documentation for handling of renaming references
6876
6877         * lib-xref.adb: Implement output of renaming reference.
6878
6879         * checks.adb:
6880         (Determine_Range): Document local variables
6881         (Determine_Range): Make sure Hbound is initialized. It looks as though
6882          there could be a real problem here with an uninitialized reference
6883          to Hbound, but no actual example of failure has been found.
6884
6885 2001-12-17  Laurent Pautet <pautet@gnat.com>
6886
6887         * g-socket.ads:
6888         Fix comment of Shutdown_Socket and Close_Socket. These functions
6889         should not fail silently because if they are called twice, this
6890         probably means that there is a race condition in the user program.
6891         Anyway, this behaviour is consistent with the rest of this unit.
6892         When an error occurs, an exception is raised with the error message
6893         as exception message.
6894
6895 2001-12-17  Robert Dewar <dewar@gnat.com>
6896
6897         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
6898         that it happens before modification of Sloc values for -gnatD.
6899
6900         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
6901         so that it happens before modification of Sloc values for -gnatD.
6902
6903         * switch.adb: Minor reformatting
6904
6905 2001-12-15  Richard Henderson  <rth@redhat.com>
6906
6907         * sem_ch7.adb: Wrap comment.
6908
6909 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6910
6911         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
6912         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
6913         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
6914         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
6915         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
6916         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
6917         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
6918         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
6919         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
6920         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
6921         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
6922         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
6923         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
6924         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
6925         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
6926         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
6927         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
6928         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
6929         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
6930         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
6931         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
6932         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
6933         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
6934         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
6935         spelling errors.
6936
6937 2001-12-14  Vincent Celier <celier@gnat.com>
6938
6939         * osint.adb(Create_Debug_File): When an object file is specified,
6940         put the .dg file in the same directory as the object file.
6941
6942 2001-12-14  Robert Dewar <dewar@gnat.com>
6943
6944         * osint.adb: Minor reformatting
6945
6946         * lib-xref.adb (Output_Instantiation): New procedure to generate
6947         instantiation references.
6948
6949         * lib-xref.ads: Add documentation of handling of generic references.
6950
6951         * ali.adb (Read_Instantiation_Ref): New procedure to read
6952         instantiation references
6953
6954         * ali.ads: Add spec for storing instantiation references
6955
6956         * bindusg.adb: Minor reformatting
6957
6958         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
6959
6960         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
6961
6962         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
6963
6964         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
6965
6966         * csets.ads:
6967         Fix header format
6968         Add 2001 to copyright date
6969         Add entry for Latin-5 (Cyrillic ISO-8859-5)
6970
6971 2001-12-14  Matt Gingell <gingell@gnat.com>
6972
6973         * adaint.c: mktemp is a macro on Lynx and can not be used as an
6974         expression.
6975
6976 2001-12-14  Richard Kenner <kenner@gnat.com>
6977
6978         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
6979         if operand is CONSTRUCTOR.
6980
6981 2001-12-14  Ed Schonberg <schonber@gnat.com>
6982
6983         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
6984         before emiting check on right-hand side, so that exception information
6985         is correct.
6986
6987 2001-12-14  Richard Kenner <kenner@gnat.com>
6988
6989         * utils.c (create_var_decl): Throw away initializing expression
6990         if just annotating types and non-constant.
6991
6992 2001-12-14  Vincent Celier <celier@gnat.com>
6993
6994         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
6995         Default_Ada_...
6996
6997         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
6998         Remove functions.
6999         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
7000
7001         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
7002         Remove functions.
7003         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
7004
7005 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
7006
7007         * ChangeLog: Remove piece of diff output.
7008
7009 2001-12-14  Geert Bosch <bosch@gnat.com>
7010
7011         * config-lang.in: Update copyright notice
7012
7013         * layout.adb: Remove commented out code.
7014
7015         * mdllfile.ads: Update copyright notice. Fix header format.
7016
7017         * sem_case.ads: Likewise.
7018
7019         * sem_ch3.adb: Minor reformatting.
7020
7021 2001-12-12  Geert Bosch <bosch@gnat.com>
7022
7023         * freeze.ads: Update copyright date.
7024
7025         * g-comlin.ads: Minor reformatting.
7026
7027         * gnat-style.texi: Fix typo.
7028
7029 2001-12-12  Geert Bosch <bosch@gnat.com>
7030
7031         *  einfo.h: Regenerate.
7032
7033 2001-12-12  Ed Schonberg <schonber@gnat.com>
7034
7035         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
7036         on known node types, rather than untyped fields. Further cleanups.
7037
7038 2001-12-12  Robert Dewar <dewar@gnat.com>
7039
7040         * sem_ch12.adb:
7041         (Save_Entity_Descendant): Minor comment update.
7042         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
7043          of an N_Attribute_Reference node. As per note below, this does not
7044         eliminate need for Associated_Node in attribute ref nodes.
7045         (Associated_Node): Documentation explicitly mentions attribute
7046         reference nodes, since this field is used in such nodes.
7047
7048         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
7049
7050 2001-12-12  Robert Dewar <dewar@gnat.com>
7051
7052         * s-stalib.adb: Add more comments on with statements being needed
7053
7054         * par-ch12.adb: Minor reformatting
7055
7056         * prj-dect.ads: Fix copyright header
7057
7058         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
7059         inputs fit in 32 bits, but the result still overflows.
7060
7061         * s-fatgen.ads: Minor comment improvement
7062
7063 2001-12-12  Ed Schonberg <schonber@gnat.com>
7064
7065         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
7066         formal derived type, look for an inherited component from the full
7067         view of the parent, if any.
7068
7069 2001-12-12  Robert Dewar <dewar@gnat.com>
7070
7071         * checks.ads (Apply_Alignment_Check): New procedure.
7072
7073         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
7074         ensure that the alignment of objects with address clauses is
7075         appropriate, and raise PE if not.
7076
7077         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
7078         Exp_Pakd.Known_Aligned_Enough
7079
7080         * mdllfile.ads: Minor reformatting
7081
7082         * mlib-fil.ads: Minor reformatting
7083
7084 2001-12-12  Ed Schonberg <schonber@gnat.com>
7085
7086         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
7087         fix to any component reference if enclosing record has non-standard
7088         representation.
7089
7090 2001-12-12  Vincent Celier <celier@gnat.com>
7091
7092         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
7093         Iteration
7094
7095 2001-12-12  Ed Schonberg <schonber@gnat.com>
7096
7097         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
7098         sem_attr.
7099
7100 2001-12-12  Robert Dewar <dewar@gnat.com>
7101
7102         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
7103
7104 2001-12-12  Emmanuel Briot <briot@gnat.com>
7105
7106         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
7107         and it adds dependencies to system.io.
7108
7109 2001-12-12  Pascal Obry <obry@gnat.com>
7110
7111         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
7112         variable name.
7113
7114 2001-12-11  Ed Schonberg <schonber@gnat.com>
7115
7116         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
7117         that is the parent of other generics, the instance body replaces the
7118         instance node.  Retrieve the instance of the spec, which is the one
7119         that is visible in clients and within the body.
7120
7121 2001-12-11  Vincent Celier <celier@gnat.com>
7122
7123         * gnatmain.adb: Initial version.
7124
7125         * gnatmain.ads: Initial version.
7126
7127         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
7128
7129         * snames.adb: Updated to match snames.ads.
7130
7131         * snames.ads: Added Gnatstub.
7132
7133 2001-12-11  Vincent Celier <celier@gnat.com>
7134
7135         * prj-attr.adb (Initialization_Data): Change name from
7136         Initialisation_Data.
7137
7138 2001-12-11  Emmanuel Briot <briot@gnat.com>
7139
7140         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
7141         + and * applied to backslashed expressions like \r.
7142
7143 2001-12-11  Vasiliy Fofanov <fofanov@gnat.com>
7144
7145         * g-os_lib.ads: String_List type added, Argument_List type is now
7146         subtype of String_List.
7147
7148 2001-12-11  Robert Dewar <dewar@gnat.com>
7149
7150         * g-os_lib.ads: Change copyright to FSF
7151         Add comments for String_List type
7152
7153 2001-12-11  Vincent Celier <celier@gnat.com>
7154
7155         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
7156         string to the buffer).
7157
7158 2001-12-11  Ed Schonberg <schonber@gnat.com>
7159
7160         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
7161         sem_attr.
7162
7163         * sem_attr.adb: Simplify previous fix for Address.
7164         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
7165         to avoid anomalies where the bound of the type appears to raise
7166         constraint error.
7167
7168 2001-12-11  Robert Dewar <dewar@gnat.com>
7169
7170         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
7171         handled.
7172
7173 2001-12-11  Ed Schonberg <schonber@gnat.com>
7174
7175         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
7176         renamed unit before checking for recursive instantiations.
7177
7178 2001-12-11  Emmanuel Briot <briot@gnat.com>
7179
7180         * prj.ads: Add comments for some of the fields.
7181
7182 2001-12-11  Robert Dewar <dewar@gnat.com>
7183
7184         * lib-xref.adb (Output_Refs): Don't output type references outside
7185         the main unit if they are not otherwise referenced.
7186
7187 2001-12-11  Ed Schonberg <schonber@gnat.com>
7188
7189         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
7190         code and diagnose additional illegal uses
7191
7192         * sem_util.adb (Is_Object_Reference): An indexed component is an
7193         object only if the prefix is.
7194
7195 2001-12-11  Vincent Celier <celier@gnat.com>
7196
7197         * g-diopit.adb: Initial version.
7198
7199         * g-diopit.ads: Initial version.
7200
7201         * g-dirope.adb:
7202         (Expand_Path): Avoid use of Unbounded_String
7203         (Find, Wildcard_Iterator): Moved to child package Iteration
7204
7205         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
7206
7207 2001-12-11  Robert Dewar <dewar@gnat.com>
7208
7209         * sem_attr.adb: Minor reformatting
7210
7211 2001-12-11  Ed Schonberg <schonber@gnat.com>
7212
7213         * sem_ch3.adb: Clarify some ???.
7214
7215 2001-12-11  Robert Dewar <dewar@gnat.com>
7216
7217         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
7218         Exp_Pakd.Known_Aligned_Enough
7219
7220         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
7221         version is moved to Exp_Ch13.
7222
7223 2001-12-11  Robert Dewar <dewar@gnat.com>
7224
7225         * einfo.ads: Minor reformatting
7226
7227         * exp_ch5.adb: Add comment for previous.change
7228
7229         * ali.adb: New interface for extended typeref stuff.
7230
7231         * ali.ads: New interface for typeref stuff.
7232
7233         * checks.adb (Apply_Alignment_Check): New procedure.
7234
7235         * debug.adb: Add -gnatdM for modified ALI output
7236
7237         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
7238
7239         * lib-xref.adb: Extend generation of <..> notation to cover
7240         subtype/object types. Note that this is a complete rewrite,
7241         getting rid of the very nasty quadratic algorithm previously
7242         used for derived type output.
7243
7244         * lib-xref.ads: Extend description of <..> notation to cover
7245         subtype/object types. Uses {..} for these other cases.
7246         Also use (..) for pointer types.
7247
7248         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
7249
7250         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
7251         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
7252
7253 2001-12-11  Vincent Celier <celier@gnat.com>
7254
7255         * gnatcmd.adb:
7256         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
7257         Changed /BIND_ONLY to /ACTIONS=BIND
7258         Changed /LINK_ONLY to /ACTIONS=LINK
7259
7260 2001-12-11  Ed Schonberg  <schonber@gnat.com>
7261
7262         * sem_ch8.adb (Find_Selected_Component): improved search for a
7263         candidate package in case of error.
7264
7265         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
7266         chain back on scope stack before reinstalling use clauses.
7267
7268         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
7269         is enabled, do not kill the code for the condition, to preserve
7270         warning.
7271
7272 2001-12-11  Robert Dewar <dewar@gnat.com>
7273
7274         * checks.adb (Insert_Valid_Check): Apply validity check to expression
7275         of conversion, not to result of conversion.
7276
7277 2001-12-11  Ed Schonberg <schonber@gnat.com>
7278
7279         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
7280         before freezing parent. If the declarations are mutually recursive,
7281         an access to the current record type may be frozen before the
7282         derivation is complete.
7283
7284 2001-12-05  Vincent Celier <celier@gnat.com>
7285
7286         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
7287         -c /COMPILE_ONLY, -l /LINK_ONLY
7288
7289         * opt.ads:
7290         (Bind_Only): New Flag
7291         (Link_Only): New flag
7292
7293         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
7294         and -l (Link_Only)
7295
7296         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
7297
7298         * make.adb:
7299         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
7300         (Gnatmake): Set the step flags. Only perform a step if the
7301         corresponding step flag is True.
7302         (Scan_Make_Arg): Reset the bind and link step flags when -u
7303         or -gnatc has been specified.
7304
7305 2001-12-05  Ed Schonberg <schonber@gnat.com>
7306
7307         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
7308         get bounds from right operand.
7309
7310         * sem_eval.adb: Minor reformatting
7311
7312         * exp_util.adb (Make_Literal_Range): use bound of literal rather
7313         than Index'First, its lower bound may be different from 1.
7314
7315         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
7316         and C48009J
7317
7318 2001-12-05  Vincent Celier <celier@gnat.com>
7319
7320         * prj-nmsc.adb Minor reformatting
7321
7322         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
7323         set and libraries are not supported.
7324
7325 2001-12-05  Ed Schonberg <schonber@gnat.com>
7326
7327         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
7328         private view explicitly, so the back-end can treat as a global
7329         when appropriate.
7330
7331 2001-12-05  Ed Schonberg <schonber@gnat.com>
7332
7333         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
7334          unit, always replace instance node with new body, for ASIS use.
7335
7336 2001-12-05  Vincent Celier <celier@gnat.com>
7337
7338         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
7339         libraries are not supported and both attributes Library_Name and
7340         Library_Dir are specified.
7341
7342         * prj-proc.adb (Expression): Set location of Result to location of
7343         first term.
7344
7345         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
7346         (prj-nmsc is now importing MLib.Tgt)
7347
7348         * prj-proc.adb: Put the change indicated above that was forgotten.
7349
7350 2001-12-05  Robert Dewar <dewar@gnat.com>
7351
7352         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
7353
7354 2001-12-05  Ed Schonberg <schonber@gnat.com>
7355
7356         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
7357         constraint, introduce explicit subtype declaration and derive from it.
7358
7359         * sem_ch3.adb: Minor reformatting
7360
7361 2001-12-05  Robert Dewar <dewar@gnat.com>
7362
7363         * checks.adb (Determine_Range): Increase cache size for checks.
7364         Minor reformatting
7365
7366         * exp_ch6.adb: Minor reformatting
7367         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
7368         a parameter whose root type is System.Address, since treating such
7369         subprograms as pure in the code generator is almost surely a mistake
7370         that will lead to unexpected results.
7371
7372         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
7373         change handling of conversions.
7374
7375         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
7376
7377 2001-12-05  Ed Schonberg <schonber@gnat.com>
7378
7379         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
7380         aggregate with static wrong size, attach generated Raise node to
7381         declaration.
7382
7383 2001-12-05  Robert Dewar <dewar@gnat.com>
7384
7385         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
7386         Fixes compilation abandoned bomb in B24009B.
7387
7388 2001-12-05  Ed Schonberg <schonber@gnat.com>
7389
7390         * sem_ch12.adb:
7391         Document use of Associated_Node on Selected_Components.
7392         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
7393         to clarify use of untyped descendant fields.
7394
7395 2001-12-05  Robert Dewar <dewar@gnat.com>
7396
7397         * prj-dect.ads: Add ??? comment
7398         Add 2001 to copyright notice (was not done in after all)
7399
7400         * prj-part.adb: Minor reformatting. Reword one awkward error message.
7401
7402         * prj.ads: Minor reformatting throughout, and add some ??? comments
7403
7404         * snames.ads: Minor reformatting
7405
7406 2001-12-05  Geert Bosch <bosch@gnat.com>
7407
7408         * snames.adb: Autoupdate
7409
7410 2001-12-05  Vincent Celier <celier@gnat.com>
7411
7412         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
7413
7414         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
7415
7416         * prj-env.adb: Minor comment changes (modifying -> extends).
7417
7418         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
7419
7420         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
7421         Tok_Extends.
7422
7423         * prj.adb (Initialize): Change Modifying to Extends.
7424
7425         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
7426
7427         * prj.ads: Minor comment change (Modifying -> extending).
7428
7429         * snames.ads: Change modifying to extends.
7430
7431 2001-12-05  Robert Dewar <dewar@gnat.com>
7432
7433         * sem_warn.adb: Remove stuff for conditionals, we are not going to
7434         do this after all.
7435
7436         * sem_warn.ads: Remove stuff for conditionals, we are not going to
7437         do this after all.  Add 2001 to copyright notice
7438
7439 2001-12-04  Geert Bosch <bosch@gnat.com>
7440
7441         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
7442
7443 2001-12-04  Robert Dewar <dewar@gnat.com>
7444
7445         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
7446         location if we already have errors. Stops some cases of cascaded
7447         errors.
7448
7449         * errout.adb: Improve comment.
7450
7451 2001-12-04  Robert Dewar <dewar@gnat.com>
7452
7453         * sem_ch12.adb:
7454         (Analyze_Formal_Type_Definition): Defend against Error.
7455         (Analyze_Formal_Subprogram): Defend against Error.
7456
7457         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
7458         remove following semicolon if present. Removes cascaded error.
7459
7460 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
7461
7462         * bindgen.adb:
7463         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
7464          exceptions equals 0.
7465         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
7466         Fixes PIWG E tests (which have to be run with -gnatL).
7467
7468 2001-12-04  Robert Dewar <dewar@gnat.com>
7469
7470         * einfo.ads: Minor reformatting
7471
7472 2001-12-04  Ed Schonberg <schonber@gnat.com>
7473
7474         * einfo.ads: Block_Node points to the identifier of the block, not to
7475         the block node itself, to preserve the link when the block is
7476         rewritten, e.g. within an if-statement with a static condition.
7477
7478         * inline.adb (Cleanup_Scopes): recover block statement from block
7479         entity using new meaning of Block_Node.
7480
7481         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
7482         identifier of block node, rather than to node itself.
7483
7484 2001-12-04  Gary Dismukes <dismukes@gnat.com>
7485
7486         * layout.adb:
7487         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
7488         (Discrimify): Go back to setting the Etypes of the selected component
7489         because the Vname component does not exist at this point and will
7490         fail name resolution. Also set Analyzed.
7491         Remove with and use of Sem_Res.
7492
7493 2001-12-04  Arnaud Charlet <charlet@gnat.com>
7494
7495         * Makefile.in: (HIE_SOURCES): add s-fat*.
7496
7497 2001-12-04  Robert Dewar <dewar@gnat.com>
7498
7499         * sem_attr.adb:
7500         (Compile_Time_Known_Attribute): New procedure.
7501         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
7502          proper range check.
7503
7504 2001-12-04  Ed Schonberg <schonber@gnat.com>
7505
7506         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
7507         processing discriminants to diagnose illegal default values.
7508
7509 2001-12-04  Ed Schonberg <schonber@gnat.com>
7510
7511         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
7512         access discriminant within a type extension that constrains its
7513         parent discriminants.
7514
7515 2001-12-04  Ed Schonberg <schonber@gnat.com>
7516
7517         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
7518         is malformed, use instance of Any_Id to allow analysis to proceed.
7519
7520         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
7521         type definition is illegal.
7522         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
7523         misplaced.
7524
7525 2001-12-04  Ed Schonberg <schonber@gnat.com>
7526
7527         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
7528         constants.
7529
7530 2001-12-04  Robert Dewar <dewar@gnat.com>
7531
7532         * errout.adb: Minor reformatting
7533
7534 2001-12-04  Robert Dewar <dewar@gnat.com>
7535
7536         * exp_util.adb: Minor reformatting from last change
7537
7538         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
7539         which is a rewriting of an expression, traverse the original
7540         expression to remove warnings that may have been posted on it.
7541
7542 2001-12-04  Ed Schonberg <schonber@gnat.com>
7543
7544         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
7545         record that has other packed components.
7546
7547 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
7548
7549         * adaint.c: Minor cleanups.
7550
7551 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
7552
7553         * adaint.c: Do not use utime.h on vxworks.
7554
7555 2001-12-04  Arnaud Charlet <charlet@gnat.com>
7556
7557         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
7558         more confusion than it solves.
7559
7560 2001-12-04  Geert bosch <bosch@gnat.com>
7561
7562         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
7563
7564 2001-12-04  Geert Bosch  <bosch@gnat.com>
7565
7566         * Makefile.in (update-sources): New target.
7567         For use by gcc_release script.
7568
7569 2001-12-04  Ed Schonberg <schonber@gnat.com>
7570
7571         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
7572         a configuration pragma, it is now legal wherever a pragma can appear.
7573
7574 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
7575
7576         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
7577         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
7578         is now @CROSS@ -DIN_GCC; update comment.
7579
7580 2001-12-04  Robert Dewar <dewar@gnat.com>
7581
7582         * einfo.adb (Has_Pragma_Pure_Function): New flag.
7583         Fix problem that stopped ceinfo from working
7584
7585         * einfo.ads (Has_Pragma_Pure_Function): New flag.
7586
7587         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
7588
7589 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
7590
7591         * gnatchop.adb:
7592         (File_Time_Stamp): New procedure.
7593         (Preserve_Mode): New boolean.
7594         (Write_Unit): Pass time stamp.
7595         Implement -p switch (preserve time stamps).
7596
7597         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
7598
7599         * gnatchop.adb: Do usage info for -p switch
7600
7601         * adaint.h (__gnat_set_file_time_name): New function
7602
7603         * adaint.c (__gnat_set_file_time_name): Implement
7604
7605         * adaint.h: Fix typo
7606
7607 2001-12-03  Robert Dewar <dewar@gnat.com>
7608
7609         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
7610         have Associated_Node.
7611
7612 2001-12-03  Robert Dewar <dewar@gnat.com>
7613
7614         * prj-proc.adb: Minor reformatting
7615
7616         * make.adb: Minor reformatting
7617
7618 2001-12-03  Geert Bosch <bosch@gnat.com>
7619
7620         * make.adb: Minor reformatting.
7621
7622 2001-12-03 Robert Dewar  <dewar@gnat.com>
7623
7624         * sem_ch12.adb: Minor reformatting
7625
7626 2001-12-03  Ed Schonberg <schonber@gnat.com>
7627
7628         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
7629         push Standard on the stack before analyzing the instance body,
7630         in order to have a clean visibility environment.
7631
7632         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
7633
7634 2001-12-03  Ed Schonberg <schonber@gnat.com>
7635
7636         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
7637         instantiation of a body that contains an inlined body.
7638
7639 2001-12-03  Ed Schonberg <schonber@gnat.com>
7640
7641         * sem_ch12.adb:
7642         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
7643         to prevent freezing within formal packages.
7644         (Freeze_Subprogram_Body): If body comes from another instance that
7645         appeared before its own body, place freeze node at end of current
7646         declarative part, to prevent a back-end crash.
7647         (Inline_Instance_Body): Handle properly a package instance within
7648         a subprogram instance that is a child unit.
7649
7650 2001-12-01  Graham Stott  <grahams@redhat.com>
7651
7652         * Makefile.in (misc.o): Add missing $(srcdir) prefix
7653         and add optabs.h dependency.
7654
7655         * misc.c: Include optabs.h
7656         (gnat_tree_code_type): Make static and const.
7657         (gnat_tree_code_length): Likewise.
7658         (gnat_tree_code_name): Likewise.
7659         (update_setjmp_buf): Obtain operands mode from insn_data.
7660
7661 2001-11-29  Richard Henderson  <rth@redhat.com>
7662
7663         * init.c: Remove obsolete dwarf2 frame.h section.
7664
7665 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7666
7667         * Make-lang.in (ada.generated-manpages): New dummy target.
7668
7669 2001-11-29  Ed Schonberg <schonber@gnat.com>
7670
7671         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
7672         into Command, an array conversion is illegal here. Uncovered by
7673         ACATS B460005.
7674
7675 2001/11/28  Geert Bosch <bosch@gnat.com>
7676
7677         * init.c: Minor whitespace changes.
7678
7679 2001-11-28  Doug Rupp <rupp@gnat.com>
7680
7681         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
7682         signal stack.
7683
7684 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
7685
7686         * misc.c (gnat_expand_constant): Move declaration above
7687         definition of lang_hooks.
7688         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
7689         (gnat_init): lang_expand_constant no longer exists.
7690
7691         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
7692         always have vprintf.
7693         (gnat_init): Always call set_internal_error_function.
7694
7695 2001-11-27  Andreas Jaeger  <aj@suse.de>
7696
7697         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
7698
7699 2001-11-27  Laurent Guerby  <guerby@acm.org>
7700
7701         * Makefile.in: Regenerate Ada dependencies.
7702
7703 2001-11-26  Richard Henderson  <rth@redhat.com>
7704
7705         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
7706         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
7707         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
7708
7709 2001-11-25  Laurent Guerby  <guerby@acm.org>
7710
7711         * sysdep.c (rts_get_*): Fix style.
7712
7713 2001-11-19  Laurent Guerby  <guerby@acm.org>
7714
7715         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
7716         since it is of no apparent use and cause warnings.
7717
7718 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7719
7720         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
7721         static too.
7722         (gnat_init): Don't return NULL.
7723         (finish_parse): Remove.
7724
7725 2001-11-17  Laurent Guerby  <guerby@acm.org>
7726
7727         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
7728         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
7729         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
7730         * lang-spec.h: Add missing struct field to silence warnings.
7731         * sysdep.c (rts_get_*): Provide K&R prototype.
7732         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
7733         * traceback.c (Unlock_Task, Lock_Task): Likewise.
7734         * tracebak.c (__gnat_backtrace): Remove unused variable.
7735         * utils.c (end_subprog_body): Move to K&R style.
7736
7737 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7738
7739         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
7740
7741 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
7742
7743         * misc.c (gnat_init): Change prototype.  Include the
7744         functionality of the old init_parse and init_decl_processing.
7745         (gnat_init_decl_processing): New prototype.
7746         (init_parse): Remove.
7747         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
7748
7749 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7750
7751         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
7752         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
7753         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
7754         set_yydebug): Remove.
7755
7756 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7757
7758         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
7759         (struct lang_hooks): Constify.
7760         (language_string, lang_identify): Remove.
7761         * utils.c (init_decl_processing): Update.
7762
7763 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7764
7765         * misc.c: Include langhooks-def.h.
7766         * Makefile.in: Update.
7767
7768 2001-10-30  Robert Dewar <dewar@gnat.com>
7769
7770         * style.adb:
7771         (Check_Identifier): Rewrite circuit to be compatible with use of letters
7772         in the upper half of ASCII.
7773         (Check_Identifier): Minor reformatting
7774
7775 2001-10-30  Geert Bosch <bosch@gnat.com>
7776
7777         * (Associated_Node, Set_Associated_Node): Do not check for
7778         Freeze_Entity.
7779
7780 2001-10-30  Robert Dewar <dewar@gnat.com>
7781
7782         * a-reatim.ads: Minor reformatting
7783
7784 2001-10-30  Robert Dewar <dewar@gnat.com>
7785
7786         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
7787         undocumented declarations.
7788
7789 2001-10-30  Pascal Obry <obry@gnat.com>
7790
7791         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
7792         to the binder and linker.
7793         Minor style fix.
7794
7795         * mdll.ads: Fix layout.  Update copyright notice.
7796
7797         * mdll.adb: Fix layout.  Update copyright notice.
7798
7799 2001-10-30  Robert Dewar <dewar@gnat.com>
7800
7801         * usage.adb: Minor fix to output for -gnaty.
7802
7803 2001-10-30  Ed Schonberg <schonber@gnat.com>
7804
7805         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
7806         to accommodate all its possible values.
7807
7808         * a-reatim.adb (Split): Special-case handling of Time_Span_First
7809         and of small absolute values of T.
7810
7811 2001-10-30  Richard Kenner <kenner@gnat.com>
7812
7813         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
7814         set_mem_attributes since not needed and wrong if RESULT if a REG;
7815         fixes ACATS failures.
7816
7817 2001-10-30  Geert Bosch <bosch@gnat.com>
7818
7819         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
7820         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
7821
7822 2001-10-30  Robert Dewar <dewar@gnat.com>
7823
7824         * bindusg.adb: Undocument -f switch.
7825
7826         * gnatcmd.adb: Remove /FULL_ELABORATION.
7827
7828         * opt.ads (Force_RM_Elaboration_Order): Document that this is
7829         obsolescent.
7830
7831         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
7832
7833         * gnatbind.adb: Minor update of warning msg.
7834
7835 2001-10-30  Vincent Celier <celier@gnat.com>
7836
7837         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
7838         for project file switches (-P (/PROJECT_FILE=),
7839          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
7840         or MEDIUM or HIGH)
7841
7842 2001-10-30  Geert Bosch <bosch@gnat.com>
7843
7844         * decl.c: Minor whitespace fixes.
7845
7846 2001-10-30  Richard Kenner <kenner@gnat.com>
7847
7848         * utils2.c (build_allocator): Test for SIZE overflow in array case too
7849
7850 2001-10-30  Geert Bosch <bosch@gnat.com>
7851
7852         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
7853         Found due to GCC 3.0 warning of using uninitialized value.
7854
7855         * layout.adb:
7856         (Get_Max_Size): Use variant record for tracking value/expression.
7857          Makes logic clearer and prevents warnings for uninitialized variables.
7858         (Layout_Array_Type): Use variant record for tracking value/expression.
7859          Makes logic clearer and prevents warnings for uninitialized variables.
7860
7861 2001-10-30  Robert Dewar <dewar@gnat.com>
7862
7863         * lib.adb: Minor reformatting
7864
7865         * s-taprop.ads: Minor reformatting
7866
7867 2001-10-29  Laurent Guerby  <guerby@acm.org>
7868
7869         * init.c:
7870         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
7871         const.
7872         (_gnat_error_handler): Make MSG const.
7873
7874 2001-10-29  Richard Kenner <kenner@gnat.com>
7875
7876         * sysdep.c: Fix localtime_r problem on LynxOS.
7877         Also remove #elif to avoid warnings.
7878
7879         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
7880         used by this.
7881
7882         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
7883
7884 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7885
7886         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
7887         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
7888         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
7889         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
7890         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
7891         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
7892         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
7893         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
7894         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
7895         types.ads, urealp.adb: Fix spelling errors.
7896
7897 2001-10-27  Laurent Guerby <guerby@acm.org>
7898
7899         * trans.c (gigi): Fix non determinism leading to bootstrap
7900         comparison failures for debugging information.
7901
7902 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
7903
7904         * gnat_rm.texi: Use @./@: where appropriate.
7905
7906 2001-10-26  Robert Dewar <dewar@gnat.com>
7907
7908         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
7909
7910 2001-10-26  Richard Kenner <kenner@gnat.com>
7911
7912         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
7913
7914 2001-10-26  Richard Kenner <kenner@gnat.com>
7915
7916         * decl.c (validate_size): Modify message for bad size to avoid
7917         implication that compiler is modifying the size.
7918
7919 2001-10-26  Robert Dewar <dewar@gnat.com>
7920
7921         * prj-util.adb: Minor reformatting. Fix bad header format.
7922
7923 2001-10-26  Robert Dewar <dewar@gnat.com>
7924
7925         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
7926
7927         * sinfo.ads: Clarify use of Associated_Node (documentation only).
7928
7929         * sem_ch12.adb: Change Node4 to Associated_Node. Change
7930         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
7931         much more narrowly in places where needed. These are cleanups.
7932
7933 2001-10-26  Joel Brobecker <brobecke@gnat.com>
7934
7935         * 5zosinte.ads (null_pthread): new constant.
7936
7937         * 5ztaprop.adb:
7938         (Initialize_TCB): Initialize thread ID to null, to be able to verify
7939          later that this field has been set.
7940         (Finalize_TCB): ditto.
7941         (Suspend_Task): Verify that the thread ID is not null before using it.
7942         (Resume_Task): ditto.
7943
7944         * s-tasdeb.adb:
7945         (Resume_All_Tasks): Lock the tasks list before using it.
7946         (Suspend_All_Tasks): ditto.
7947
7948 2001-10-26  Richard Kenner <kenner@gnat.com>
7949
7950         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
7951         Make constant variant of designated type for Is_Access_Constant.
7952         Call update_pointer_to with main variant.
7953
7954         * trans.c (process_freeze_entity, process_type):
7955         Call update_pointer_to on main variant.
7956
7957         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
7958         If main variant, update all other variants.
7959
7960         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
7961         TREE_STATIC.
7962
7963 2001-10-26  Robert Dewar <dewar@gnat.com>
7964
7965         * prj-util.adb: Minor reformatting
7966
7967 2001-10-26  Robert Dewar <dewar@gnat.com>
7968
7969         * prj-util.adb: Minor reformatting
7970
7971 2001-10-26  Robert Dewar <dewar@gnat.com>
7972
7973         * prj-attr.adb: Minor reformatting throughout
7974
7975 2001-10-26  Robert Dewar <dewar@gnat.com>
7976
7977         * prj-attr.ads: Minor reformatting
7978         Add ??? comment (this whole spec has almost no comments)
7979
7980 2001-10-26  Vincent Celier <celier@gnat.com>
7981
7982         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
7983         ("//") that precede the drive letter on Interix.
7984
7985 2001-10-26  Geert Bosch <bosch@gnat.com>
7986
7987         * gnat_rm.texi: Add GNAT Reference Manual.
7988
7989 2001-10-25  Robert Dewar <dewar@gnat.com>
7990
7991         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
7992         is Error. Similar change for other renaming cases.
7993
7994 2001-10-25  Robert Dewar <dewar@gnat.com>
7995
7996         * s-atacco.ads: Add pragma Inline_Always for functions.
7997         Fix header format. Add copyright 2001
7998
7999 2001-10-25  Ed Schonberg <schonber@gnat.com>
8000
8001         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
8002         return Error rather than Empty so that analysis can proceed.
8003
8004 2001-10-25  Ed Schonberg <schonber@gnat.com>
8005
8006         * sem_util.adb (Enter_Name): better handling of cascaded error
8007         messages when a unit appears in its own context.
8008
8009 2001-10-25  Ed Schonberg <schonber@gnat.com>
8010
8011         * sem_util.adb (Defining_Entity): in case of error, attach created
8012         entity to specification, so that semantic analysis can proceed.
8013
8014 2001-10-25  Robert Dewar <dewar@gnat.com>
8015
8016         * sem_util.adb
8017         (Defining_Entity): Deal with Error.
8018         (Process_End_Label): Deal with bad end label for.
8019
8020 2001-10-25  Ed Schonberg <schonber@gnat.com>
8021
8022         * sem_elab.adb (Check_A_Call): refine message when call is in an
8023         instance but callee is not declared in the generic unit.
8024
8025 2001-10-25  Ed Schonberg <schonber@gnat.com>
8026
8027         * sem_elab.adb (Check_A_Call): check for renaming before finding the
8028         enclosing unit, which may already be different from the calling unit.
8029
8030 2001-10-25  Geert Bosch <bosch@gnat.com>
8031
8032         * 4gintnam.ads: fix header format.
8033
8034 2001-10-25  Ed Schonberg <schonber@gnat.com>
8035
8036         * sem_res.adb (Resolve_Call): if the call is actually an indexing
8037         operation on the result of a parameterless call, perform elaboration
8038         check after the node has been properly rewritten.
8039
8040         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
8041         inlined within the generic tree, the defining identifier is not a
8042         compilation_unit.
8043
8044 2001-10-25  Ed Schonberg <schonber@gnat.com>
8045
8046         * sem_res.adb (Resolve): special-case resolution of Null in an
8047          instance or an inlined body to avoid view conflicts.
8048
8049         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
8050          compatibility by retrieving the access type of the generic copy.
8051
8052 2001-10-25  Robert Dewar <dewar@gnat.com>
8053
8054         * sem_ch3.adb:
8055         (Analyze_Number_Declaration): Handle error expression.
8056         (Signed_Integer_Type_Declaration): Handle error bound.
8057         (Analyze_Subtype_Indication): Handle error range.
8058
8059         * sem_util.adb (Get_Index_Bounds): Check for Error.
8060
8061 2001-10-25  Robert Dewar <dewar@gnat.com>
8062
8063         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
8064         in no run time mode.
8065
8066 2001-10-25  Pascal Obry <obry@gnat.com>
8067
8068         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
8069         mode case for ALLOC case.
8070
8071         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
8072         all platforms. Improvement of last change.
8073
8074 2001-10-25  Robert Dewar <dewar@gnat.com>
8075
8076         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
8077
8078 2001-10-25  Geert Bosch  <bosch@gnat.com>
8079
8080         * osint.adb (Is_Relative): Remove duplicate.
8081
8082 2001-10-25  Pascal Obry <obry@gnat.com>
8083
8084         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
8085         pathnames in UNIX and DOS style with drive letter.
8086         (Is_Relative): new routine.
8087
8088         * osint.adb: Minor reformatting
8089
8090         * osint.adb (Is_Relative): implementation using
8091         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
8092
8093 2001-10-25  Pascal Obry <obry@gnat.com>
8094
8095         * g-dirope.adb (Basename): correctly compute offset between the
8096         original Path and the translated one.
8097
8098         * g-dirope.adb: (Base_Name): add some comments.
8099
8100 2001-10-25  Robert Dewar <dewar@gnat.com>
8101
8102         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
8103         in HIE mode, avoids compilation abandoned message
8104
8105         * exp_imgv.adb: Correct typo in previous change
8106
8107         * exp_imgv.adb: Correct typo in previous change (not my day!)
8108
8109 2001-10-25  Robert Dewar <dewar@gnat.com>
8110
8111         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
8112
8113 2001-10-25  Pascal Obry <obry@gnat.com>
8114
8115         * g-awk.ads: Move all pragma inlines next to the routine
8116          declarations. This is more uniform with other GNAT spec.
8117
8118 2001-10-22  Geert Bosch  <bosch@gnat.com>
8119
8120         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
8121
8122 2001-10-19  Geert Bosch  <bosch@gnat.com>
8123
8124         * Makefile.in (tools, gnattools): Remove gnatmem.
8125
8126 2001-10-17  Richard Henderson  <rth@redhat.com>
8127
8128         * Makefile.in (misc.o): Depend on langhooks.h.
8129         * misc.c: Include it.
8130         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
8131         (LANG_HOOKS_DECODE_OPTION): New.
8132         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
8133
8134 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
8135
8136         * trans.c (tree_transform): Adjust to recent change in
8137         expand_asm_operands to implement named asm operands.
8138
8139 2001-10-11  Ed Schonberg  <schonber@gnat.com>
8140
8141         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
8142         renaming of discriminant for mutable record type.
8143
8144 2001-10-11  Robert Dewar  <dewar@gnat.com>
8145
8146         * validsw.adb: Properly save -gnatVn status.
8147
8148 2001-10-11  Robert Dewar <dewar@gnat.com>
8149
8150         * usage.adb: Add lines for V switch.
8151
8152         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
8153         (/VALIDITY_CHECKING).
8154
8155 2001-10-11  Ed Schonberg <schonber@gnat.com>
8156
8157         * sem_type.adb (Add_One_Interp): an operator for a type declared in
8158         an extension of System is known to be visible.
8159
8160 2001-10-11  Ed Schonberg <schonber@gnat.com>
8161
8162         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
8163         properly. Fixes regression on ACATS C34005G.
8164
8165 2001-10-11  Robert Dewar <dewar@gnat.com>
8166
8167         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
8168         loop in generic instance, since this is likely not very useful.
8169
8170 2001-10-11  Robert Dewar <dewar@gnat.com>
8171
8172         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
8173         the error message for high integrity mode.
8174
8175         * rtsfind.adb (RTE): Give message if we try to find an entity that
8176         is not available in high integrity mode.
8177
8178         * rtsfind.ads:
8179         (OK_To_Use_In_HIE_Mode): New array.
8180         (RTE): May return Empty in high integrity mode.
8181
8182         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
8183         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
8184
8185         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
8186         unit if not inlined always and in no runtime mode. Fixes problem
8187         caused by new Rtsfind changes.
8188
8189         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
8190         body is deleted.
8191
8192         * rtsfind.adb (RTE): Make sure we do not try to load unit after
8193         giving message for entity not available in high integrity mode.
8194
8195 2001-10-11  Pascal Obry <obry@gnat.com>
8196
8197         * impunit.adb: Add GNAT.CRC32.
8198
8199 2001-10-11  Ed Schonberg <schonber@gnat.com>
8200
8201         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
8202         properly the case where one universal operand in a non-static
8203         exponentiation of a real literal.
8204
8205 2001-10-11  Ed Schonberg <schonber@gnat.com>
8206
8207         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
8208         clause, return the gobal finalization list, for lack of anthing else.
8209
8210 2001-10-11  Ed Schonberg <schonber@gnat.com>
8211
8212         * exp_ch7.adb (Make_Transient_Block): if statement is within
8213         exception handler, always use new transient scope to place Clean
8214         procedure.
8215
8216 2001-10-11  Pascal Obry <obry@gnat.com>
8217
8218         * Makefile.in:
8219         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
8220         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
8221         (GNATLS_RTL_OBJS): add g-crc32.o
8222         (GNATMAKE_RTL_OBJS): add g-crc32.o
8223
8224         * ali-util.adb:
8225         (CRC_Match): new function.
8226         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
8227         instead of the previous simple checksum algorithm.
8228         (Time_Stamp_Mismatch): use CRC_Match for comparison.
8229         (Set_Source_Table): idem.
8230
8231         * ali-util.ads:
8232         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
8233         instead of simple checksum.
8234         (CRC_Match): new function.
8235         (CRC_Error): new constant.
8236
8237         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
8238         a CRC now and not a simple checksum. A CRC uses lower-case hex
8239         letters, fixes ambiguity in parsing.
8240
8241         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
8242         is what this variable will store.
8243
8244         * bcheck.adb: Change reference to chechsum in comments by CRC.
8245         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
8246         rename All_Checksum_Match to All_CRC_Match. Change due to API
8247         renaming since now GNAT does not use a simple checksum but a
8248         CRC using GNAT.CRC32.
8249
8250         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
8251         now and not anymore a simple checksum.
8252
8253         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
8254         places.
8255
8256         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
8257
8258         * scans.adb:
8259         (Restore_Scan_State): rename Checksum to CRC.
8260         (Save_Scan_State): idem.
8261
8262         * scans.ads:
8263         With GNAT.CRC32.
8264         (Checksum): rename to CRC.
8265         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
8266
8267         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
8268         GNAT.CRC32).  Update copyright notice.
8269
8270         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
8271         GNAT.CRC32).  Update copyright notice.
8272
8273         * scn.adb:
8274         (Accumulate_Checksum): removed.
8275         (Update): new procedure. Add a wide-character into the CRC.
8276
8277         * sinput-l.adb:
8278         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
8279         (Load_File): fix initialization of S (change Source_Checksum to
8280         Source_CRC)
8281
8282         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
8283         Source_CRC in S initialization.
8284
8285         * sinput.adb (Source_Checksum): renamed to Source_CRC.
8286
8287         * sinput.ads (Source_Checksum): renamed to Source_CRC.
8288         Update comments for the CRC.
8289
8290         * types.adb (Hex): Use lowercase for the letter part.
8291
8292         * types.ads (Get_Hex_String): Returns the hexadecimal representation
8293         for a word. This is currently used only for CRC. In previous version,
8294         the checksum was using a representation with all letter being
8295         upper-case. With the new implementation (using CRC) we do not remove
8296         the 32th bit of the CRC, so we can have an upper-case starting letter
8297         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
8298         It is ambigous since the CRC was optional and could be followed by
8299         options like EB, EE. So now this routines uses lower-case letter for
8300         the hexadecimal representation. Strange enough only lower case letters
8301         where checked in Scan_ALI (even if this was not a possible case).
8302
8303         * gnatvsn.ads (Library_Version): changed to 3.15a.
8304
8305         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
8306         for the compiler.
8307
8308         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
8309         for the compiler.
8310
8311         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
8312         Add 2001 to copyright notice
8313         (Accumulate_Checksum): Modify to use System.CRC32.
8314
8315         * ali-util.ads: Redo changes of previous revision to continue to use
8316         the word Checksum. Add 2001 to copyright notice.
8317
8318         * ali.adb: Undo some of previous changes, not needed.
8319         Keep the change for lower case letters in the checksum.
8320
8321         * ali.ads: Undo previous change not needed.
8322
8323         * bcheck.adb: Undo most of previous change, not needed.
8324         But do use Checksums_Match for checksum comparison.
8325
8326         * gnatls.adb: Undo most of previous change, not needed.
8327         But do use Checksums_Match for comparing checksums.
8328
8329         * lib-load.adb: Undo previous change, not needed.
8330
8331         * lib-writ.adb: Undo previous change, not needed.
8332
8333         * lib-writ.ads: Document that checksums use lower case,
8334         not upper case letters.
8335
8336         * scans.adb: Undo previous change, not needed
8337
8338         * scans.ads: Undo previous change, not needed.
8339
8340         * scn-nlit.adb: Undo previous changes, not needed.
8341
8342         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
8343
8344         * scn.adb:
8345         (Accumulate_Checksum): Use System.CRC32.
8346         (Initialize_Checksum): New procedure.
8347         Remove other changes of previous revision.
8348
8349         * sinput-p.adb: Undo previous change, not needed.
8350
8351         * sinput.adb: Undo previous change, not needed.
8352
8353         * sinput-l.adb: Undo previous change, not needed.
8354
8355         * sinput.ads: Undo previous change, not needed.  Keep only comment
8356         on new checksum algorithm
8357
8358         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
8359         Also remove a-tags and a-stream from GNAT sources.
8360
8361         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
8362
8363         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
8364
8365 2001-10-11  Geert Bosch  <bosch@gnat.com>
8366
8367         * einfo.h: Regenerate.
8368
8369         * nmake.ads: Regenerate.
8370
8371         * nmake.adb: Regenerate.
8372
8373         * sinfo.h: Regenerate.
8374
8375         * treeprs.adb: Regenerate.
8376
8377 2001-10-10  Geert Bosch  <bosch@gnat.com>
8378
8379         * gnat-style.texi: New file describing coding guidelines for Ada.
8380
8381 2001-10-10  Ed Schonberg <schonber@gnat.com>
8382
8383         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
8384         is Flag174.
8385
8386 2001-10-10  Geert Bosch  <bosch@gnat.com>
8387
8388         * snames.ads: Add new names for project facility.
8389
8390         * snames.adb: Update to reflect snames.ads changes.
8391
8392         * snames.h: Update to reflect snames.ads changes.
8393
8394 2001-10-10  Vincent Celier <celier@gnat.com>
8395
8396         * make.adb:
8397         (Add_Switches): reflect the changes for the switches attributes
8398         Default_Switches indexed by the programming language,
8399         Switches indexed by the file name.
8400         (Collect_Arguments_And_Compile): Idem.
8401         Reflect the attribute name changes.
8402
8403         * prj-attr.adb:
8404         (Initialisation_Data): Change the names of some packages and
8405         attributes.
8406         (Initialize): process case insensitive associative arrays.
8407
8408         * prj-attr.ads:
8409         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
8410
8411         * prj-dect.adb:
8412         (Parse_Attribute_Declaration): For case insensitive associative
8413          arrays, set the index string to lower case.
8414
8415         * prj-env.adb:
8416         Reflect the changes of the project attributes.
8417
8418         * prj-nmsc.adb:
8419         Replace Check_Naming_Scheme by Ada_Check and
8420         Language_Independent_Check.
8421
8422         * prj-nmsc.ads:
8423         Replaced Check_Naming_Scheme by 2 procedures:
8424         Ada_Check and Language_Independent_Check.
8425
8426         * prj-proc.adb:
8427         (Process_Declarative_Items): For case-insensitive associative
8428         arrays, set the index string to lower case.
8429         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
8430         Prj.Nmsc.Check_Naming_Scheme.
8431
8432         * prj-tree.adb:
8433         (Case_Insensitive): New function
8434         (Set_Case_Insensitive): New procedure
8435
8436         * prj-tree.ads:
8437         (Case_Insensitive): New function
8438         (Set_Case_Insensitive): New procedure
8439         (Project_Node_Record): New flag Case_Insensitive.
8440
8441         * prj-util.adb:
8442         (Value_Of): new function to get the string value of a single
8443         string variable or attribute.
8444
8445         * prj-util.ads:
8446         (Value_Of): new function to get the string value of a single
8447         string variable or attribute.
8448
8449         * prj.adb:
8450         (Ada_Default_Spec_Suffix): New function
8451         (Ada_Default_Impl_Suffix): New function
8452         Change definitions of several constants to reflect
8453         new components of record types.
8454
8455         * prj.ads:
8456         (Naming_Data): Change several components to reflect new
8457         elements of naming schemes.
8458         (Project_Data): New flags Sources_Present and
8459         Language_Independent_Checked.
8460         (Ada_Default_Spec_Suffix): New function.
8461         (Ada_Default_Impl_Suffix): New function.
8462
8463         * snames.ads:
8464         Modification of predefined names for project manager: added
8465         Implementation, Specification_Exceptions, Implementation_Exceptions,
8466         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
8467         Default_Switches, _Languages, Builder, Cross_Reference,
8468         Finder. Removed Body_Part, Specification_Append, Body_Append,
8469         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
8470         Gnatlink.
8471
8472         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
8473         Add comments.
8474
8475         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
8476         not that it is Nil_Variable_Value.
8477
8478         * prj.ads: Add ??? for uncommented declarations
8479
8480 2001-10-10  Ed Schonberg <schonber@gnat.com>
8481
8482         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
8483         constant, do not indicate possible modification, so that gigi can
8484         treat it as a bona fide constant.
8485
8486 2001-10-10  Robert Dewar <dewar@gnat.com>
8487
8488         * sem_prag.adb: Add processing for pragma External.
8489
8490         * snames.ads: Add entry for pragma External.
8491
8492         * par-prag.adb: Add pragma External.
8493
8494         * snames.adb: Updated to match snames.ads.
8495
8496 2001-10-10  Ed Schonberg <schonber@gnat.com>
8497
8498         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
8499         a dynamic task if the allocator appears in an indexed assignment
8500         or selected component assignment.
8501
8502         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
8503         For a dynamic task in an assignment statement, use target of
8504         assignment to generate meaningful name.
8505
8506 2001-10-10  Ed Schonberg <schonber@gnat.com>
8507
8508         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
8509         a generic package.
8510
8511         * einfo.ads: Body_Entity is also defined for generic package.
8512         Documentation change only
8513
8514         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
8515         others_choice for a discriminated component initialization,
8516         convert discriminant references into the corresponding discriminals.
8517
8518         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
8519         only if original type is private and expression has to be wrapped
8520         in a conversion.
8521
8522         * checks.adb:
8523         (Apply_Constraint_Check): Do not perform length check
8524         if expression is an aggregate with only an others_choice.
8525         (Length_N_Cond): two references to the same in_parameter
8526         (typically the discriminal in an init_proc) denote the same value.
8527         Two useful optimization uncovered by bugfixes above.
8528
8529 2001-10-10  Robert Dewar <dewar@gnat.com>
8530
8531         * xeinfo.adb: Change int to char in translation of enumeration types.
8532         This fixes a problem in the C representation of component alignment.
8533         Add 2001 to copyright notice
8534
8535 2001-10-10  Richard Kenner <kenner@gnat.com>
8536
8537         * decl.c: (validate_size): Do check size of object of integral type
8538         if it is a packed array type.
8539
8540 2001-10-10  Richard Kenner <kenner@gnat.com>
8541
8542         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
8543         VAR_DECL for constant if not Is_Public but -O0.
8544
8545 2001-10-10  Richard Kenner  <kenner@gnat.com>
8546
8547         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
8548
8549 2001-10-10  Geert Bosch  <bosch@gnat.com>
8550
8551         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
8552         use '/' as switch character, allowing for absolute file names.
8553
8554 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8555
8556         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
8557         FSF address.
8558
8559 2001-10-08  Geert Bosch  <bosch@gnat.com>
8560
8561         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
8562         Automatically build utilities when files need to be regenerated.
8563
8564 2001-10-08  Geert Bosch  <bosch@gnat.com>
8565
8566         * xsnames.adb: New utility for updating snames.ads and snames.adb
8567
8568 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
8569
8570         * Make-lang.in (ADAFLAGS): Add -W -Wall.
8571         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
8572         (gnat1): Also depend on attribs.o.
8573         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
8574         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
8575         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
8576         (ADAFLAGS): Add -W -Wall.
8577         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
8578         take out CFLAGS.
8579
8580         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
8581         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
8582         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
8583         Use $(ADAC), not $(CC), as compilation command.
8584
8585         (gnattools): Depend directly on tools to build, don't use
8586         recursive make.
8587         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
8588
8589         * einfo.h, sinfo.h: New files (autogenerated).
8590
8591 2001-10-08  Richard Henderson  <rth@redhat.com>
8592
8593         * comperr.adb (Abort_In_Progress): New.
8594         (Compiler_Abort): Use it to prevent recursion.
8595
8596 2001-10-08  Robert Dewar <dewar@gnat.com>
8597
8598         * atree.adb: Set Error_Posted in Error node, helps error recovery.
8599
8600         * par-endh.adb (Output_End_Expected): We should also not test
8601         Error_Posted on the Error node, since now it is always set.
8602
8603         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
8604         to help error recovery. Part of general work on 9407-004.
8605
8606         * par.adb: Add ??? for misuse of error
8607
8608         * sem_res.adb:
8609         (Resolve): Defend against Error, fixes 9407-003.
8610         (Resolve_Discrete_Subtype_Indication): Defend against Error.
8611
8612         * sinfo.ads (N_Error): Now has Etype field (which will be set
8613         to Any_Type to help error recovery).
8614
8615 2001-10-08  Richard Kenner (kenner@gnat.com)
8616
8617         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
8618         Consistently set MEM attributes from expression; fixes
8619         bootstrap failure on x86.
8620
8621 2001-10-08  Geert Bosch  (bosch@gnat.com)
8622
8623         * 5oosinte.adb: Add 2001 to copyright notice.
8624
8625 2001-10-08  Geert Bosch  (bosch@gnat.com)
8626
8627         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
8628
8629         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
8630
8631 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8632
8633         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
8634
8635 2001-10-05  Geert Bosch  (bosch@gnat.com)
8636
8637         * adaint.h: Small formatting fix.
8638
8639 2001-10-04  Geert Bosch  <bosch@gnat.com>
8640
8641         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
8642         Arg is int, not FILE *, in dummy version of functions.
8643
8644         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
8645         Arg is int, not FILE *.
8646
8647 2001-10-04  Geert Bosch  <bosch@gnat.com>
8648
8649         * 3lsoccon.ads: Added file, missed with initial check ins.
8650
8651         * 4lintnam.ads: Fix header format.
8652         Change Linux to GNU/Linux.
8653
8654         * 5iosinte.adb: Change Linux to GNU/Linux.
8655
8656         * 5iosinte.ads: Change Linux to GNU/Linux.
8657
8658         * 5itaprop.adb: Change Linux to GNU/Linux.
8659
8660         * 5itaspri.ads: Change Linux to GNU/Linux.
8661         Update copyright notice.
8662
8663         * 5lintman.adb: Change Linux to GNU/Linux.
8664
8665         * 5lml-tgt.adb: Change Linux to GNU/Linux.
8666
8667         * 5losinte.ads: Change Linux to GNU/Linux.
8668
8669         * 5lsystem.ads: Change Linux to GNU/Linux.
8670
8671         * 5qosinte.adb: Change Linux to GNU/Linux.
8672
8673         * 5qosinte.ads: Change Linux to GNU/Linux.
8674
8675         * 5qparame.ads: Change Linux to GNU/Linux.
8676
8677         * 5qtaprop.adb: Change Linux to GNU/Linux.
8678
8679         * 5qtaspri.ads: Change Linux to GNU/Linux.
8680         Add 2001 to copyright notice.
8681
8682         * 5vintman.ads: Change Linux to GNU/Linux.
8683         Fix header format.  Add 2001 to copyright notice.
8684
8685         * g-soccon.ads: Change Linux to GNU/Linux.
8686
8687         * g-trasym.ads: Change Linux to GNU/Linux.
8688         Add 2001 to copyright notice.
8689
8690         * memtrack.adb: Change Linux to GNU/Linux.
8691
8692         * s-intman.ads: Change Linux to GNU/Linux.
8693         Add 2001 to copyright notice.  Fix header format.
8694
8695         * s-stache.adb: Change Linux to GNU/Linux.
8696
8697         * adaint.c: Change Linux to GNU/Linux.
8698
8699         * cio.c: Change Linux to GNU/Linux.
8700
8701         * cstreams.c: Change Linux to GNU/Linux.
8702
8703         * init.c: Change Linux to GNU/Linux.
8704
8705         * gmem.c: Change Linux to GNU/Linux.
8706
8707         * tracebak.c: Change Linux to GNU/Linux.
8708
8709
8710 2001-10-02  Geert Bosch  <bosch@gnat.com>
8711
8712         * misc.c (insert_default_attributes): Add dummy version.