OSDN Git Service

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