2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / ada / ChangeLog
bloba49c825dc86af7e43564f4377e39d1d27d136171
1 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
3         * gnat_ug.texi: Force a CVS commit by updating copyright.
4         * gnat_ug_vxw.texi: Regenerate.
5         * gnat_ug_wnt.texi: Regenerate.
6         * gnat_ug_vms.texi: Regenerate.
7         * gnat_ug_unx.texi: Regenerate.
9 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
11         * trans.c: Remove uses of "register" specifier in
12         declarations of local variables.
14 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
16         * stamp-xgnatug: New stamp file.
17         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
18         (ada/doctools/xgnatug): Add $(build_exeext).
19         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
20         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
22 2003-12-17  Ed Falis  <falis@gnat.com>
24         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
25         eliminate warning.
27         * a-exextr.adb: Add context clause for
28         Ada.Exceptions.Last_Chance_Handler.
30 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
32         * cstand.adb (Create_Standard): Change the way how the declaration of
33         the Duration type is created (making it the same way as it is for all
34         the other standard types).
36 2003-12-17  Robert Dewar  <dewar@gnat.com>
38         * s-crtl.ads: Fix header format
39         Change Pure to Preelaborate
41 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
43         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
44         the expression type only if it is declared in the current unit.
46         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
47         are universal and already analyzed, as can occur in constrained
48         subcomponents that depend on discriminants, when one constraint is a
49         subtype mark.
51         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
52         type Any_Fixed is legal as the argument of a conversion, if only one
53         fixed-point type is in context.
55 2003-12-17  GNAT Script  <nobody@gnat.com>
57         * Make-lang.in: Makefile automatically updated
59 2003-12-15  Robert Dewar  <dewar@gnat.com>
61         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
62         sec stack size.
64 2003-12-15  Vincent Celier  <celier@gnat.com>
66         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
67         (Gnatchop): Do not set failure status when reporting the number of
68         warnings.
70 2003-12-15  Doug Rupp  <rupp@gnat.com>
72         * s-ctrl.ads: New file.
74         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
76         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
77         (GNATBIND_OBJS): Add ada/s-crtl.o.
79         * Makefile.in [VMS]: Clean up ifeq rules.
81         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
82         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
83         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
84         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
85         s-tasdeb.adb: Update copyright.
86         Import System.CRTL.
87         Make minor modifications to use System.CRTL declared functions instead
88         of importing locally.
90 2003-12-15  GNAT Script  <nobody@gnat.com>
92         * Make-lang.in: Makefile automatically updated
94 2003-12-11  Ed Falis  <falis@gnat.com>
96         * 5zinit.adb: Clean up.
98         * 5zintman.adb (Notify_Exception): replaced case statement with a call
99         to __gnat_map_signal, imported from init.c to support
100         signal -> exception mappings that depend on the vxWorks version.
102         * init.c: 
103         Created and exported __gnat_map_signal to support signal -> exception
104         mapping that is dependent on the VxWorks version.
105         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
107 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
109         * 5wosinte.ads: Link with -mthreads switch.
111 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
113         * init.c (__gnat_install_handler [NetBSD]): Set
114         __gnat_handler_installed, as done on all other platforms.
115         Remove duplicated code.
117 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
119         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
121 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
123         * sinfo.ads: Fix inconsistent example code in comment.
125 2003-12-11  Robert Dewar  <dewar@gnat.com>
127         * a-tiinau.adb: Add a couple of comments
129         * sem_ch3.adb: Minor reformatting
131         * sem_prag.adb: 
132         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
133         Minor reformatting throughout
135 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
137         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
138         bounds of a loop, create a separate block in order to generate proper
139         cleanup actions to prevent memory leaks.
141         * sem_res.adb (Resolve_Call): After a call to
142         Establish_Transient_Scope, the call may be rewritten and relocated, in
143         which case no further processing is needed.
145         * sem_util.adb: (Wrong_Type): Refine previous fix.
146          Fixes ACATS regressions.
148         PR ada/13353
150         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
151         be inlined.
153 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
155         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
156         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
157         obsolete files.
159         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
160         (rts-zfp): Ditto.
162 2003-12-08  Robert Dewar  <dewar@gnat.com>
164         * 7sintman.adb: Minor reformatting
166         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
167         standard linker options to get standard libraries linked. We now plan
168         to provide dummy versions of these libraries to match the appropriate
169         configurable run-time (e.g. if a library is not needed at all, provide
170         a dummy empty library).
172         * targparm.ads: Configurable_Run_Time mode no longer affects linker
173         options (-L parameters and standard libraries). What we plan to do is
174         to provide dummy libraries where the libraries are not required.
176         * gnatbind.adb: Minor comment improvement
178 2003-12-08  Javier Miranda  <miranda@gnat.com>
180         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
181         aggregate in the parent. Otherwise constants with limited aggregates
182         are not supported. Add new formal to pass the component type (Ctype).
183         It is required to call the corresponding IP subprogram in case of
184         default initialized components.
185         (Gen_Assign): In case of default-initialized component, generate a
186         call to the IP subprogram associated with the component.
187         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
188         of aggregate with default initialized components.
189         (Has_Default_Init_Comps): Improve implementation to recursively check
190         all the present expressions.
192         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
193         to indicate that the initialization call corresponds to a
194         default-initialized component of an aggregate.
195         In case of default initialized aggregate with tasks this parameter is
196         used to generate a null string (this is just a workaround that must be
197         improved later). In case of discriminants, this parameter is used to
198         generate a selected component node that gives access to the discriminant
199         value.
201         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
202         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
203         allocated aggregates with default-initialized components.
205         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
206         the box notation is used in positional aggregates.
208 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
210         * lib.ads: Fix typo in comment
212 2003-12-08  Vincent Celier  <celier@gnat.com>
214         * prj.adb (Project_Empty): New component Unkept_Comments
215         (Scan): Remove procedure; moved to Prj.Err.
217         * prj.ads (Project_Data): New Boolean component Unkept_Comments
218         (Scan): Remove procedure; moved to Prj.Err.
220         * prj-dect.adb: Manage comments for the different declarations.
222         * prj-part.adb (With_Record): New component Node
223         (Parse): New Boolean parameter Store_Comments, defaulted to False.
224         Set the scanner to return ends of line and comments as tokens, if
225         Store_Comments is True.
226         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
227         comments are associated with these nodes. Store the node IDs in the
228         With_Records.
229         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
230         With_Records.
231         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
232         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
233         current project. Call Tree.Restore afterwards. Set the various nodes
234         for comment storage (Next_End, End_Of_Line, Previous_Line,
235         Previous_End).
237         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
238         defaulted to False.
240         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
241         to False. When Truncated is True, truncate the string, never go to the
242         next line.
243         (Write_End_Of_Line_Comment): New procedure
244         (Print): Process comments for nodes N_With_Clause,
245         N_Package_Declaration, N_String_Type_Declaration,
246         N_Attribute_Declaration, N_Typed_Variable_Declaration,
247         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
248         Process nodes N_Comment.
250         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
251         without comments and there are some comments, set the flag
252         Unkept_Comments to True.
253         (Scan): If there are comments, set the flag Unkept_Comments to True and
254         clear the comments.
255         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
256         (Next_End_Nodes: New table
257         (Comment_Zones_Of): New function
258         (Scan): New procedure; moved from Prj. Accumulate comments in the
259         Comments table and set end of line comments, comments after, after end
260         and before end.
261         (Add_Comments): New procedure
262         (Save, Restore, Seset_State): New procedures
263         (There_Are_Unkept_Comments): New function
264         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
265         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
266         procedures.
267         (First_Comment_After, First_Comment_After_End): New functions
268         (First_Comment_Before, First_Comment_Before_End): New functions
269         (Next_Comment): New function
270         (End_Of_Line_Comment, Follows_Empty_Line,
271         Is_Followed_By_Empty_Line): New functions
272         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
273         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
274         (Set_Next_Comment): New procedure
275         (Default_Project_Node): Associate comment before if the node can store
276         comments.
278         * scans.ads (Token_Type): New enumeration value Tok_Comment
279         (Comment_Id): New global variable
281         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
282         defaulted to False.
283         (Scan): Store position of start of comment. If comments are tokens, set
284         Comment_Id and set Token to Tok_Comment when scanning a comment.
285         (Set_Comment_As_Token): New procedure
287         * sinput-p.adb: Update Copyright notice
288         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
289         that no longer exists.
291 2003-12-08  Javier Miranda  <miranda@gnat.com>
293         * sem_aggr.adb: Add dependence on Exp_Tss package
294         Correct typo in comment
295         (Resolve_Aggregate): In case of array aggregates set the estimated
296         type of the aggregate before calling resolve. This is needed to know
297         the name of the corresponding IP in case of limited array aggregates.
298         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
299         in case of default initialized array components.
301         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
302         types. Required to give support to limited aggregates in generic
303         formals.
305 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
307         * sem_ch3.adb (Check_Initialization): For legality purposes, an
308         inlined body functions like an instantiation.
309         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
310         until bounds are analyzed, to diagnose premature use of type.
312         * sem_util.adb (Wrong_Type): Improve error message when the type of
313         the expression is used prematurely.
315 2003-12-08  GNAT Script  <nobody@gnat.com>
317         * Make-lang.in: Makefile automatically updated
319 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
321         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
322         they are automatically generated by Make-lang.in and cause nothing but
323         maintenance troubles.
325 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
327         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
328         version of this unit).
330 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
332         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
333         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
334         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
335         the body of System.Interrupt_Management common to several targets.
336         Update copyright notice when appropriate.
338         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
339         constant.
341         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
342         to ensure that the kernel fills in the interrupted context structure
343         before calling a signal handler, which is necessary to be able to
344         unwind past it. Update the copyright notice.
346 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
348         * a-elchha.ads: New file.
350         * a-elchha.adb: New default last chance handler. Contents taken from
351         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
353         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
354         is moved to a-elchha.adb to provide a target-independent default last
355         chance handler.
357         * Makefile.rtl: Add a-elchha.o
359         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
361 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
363         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
364         declared in an instance, do not inline the call if the instance is not
365         frozen yet, to prevent order of elaboration problems.
367         * sem_prag.adb: Add comments for previous fix.
369 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
371         * g-table.adb: Use the right variable in Set_Item.
372         Update copyright notice.
374 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
376         * Makefile.in: Remove unused rules.
378 2003-12-05  Vincent Celier  <celier@gnat.com>
380         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
381         -nostdlib. Not needed here after all.
383 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
385         PR ada/11724
387         * adaint.h, adaint.c, g-os_lib.ads: 
388         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
389         on some platforms (including FreeBSD), it is a 64 bit value.
390         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
392 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
394         * gnatvsn.ads (Library_Version): Now contain only the relevant
395         version info.
396         (Verbose_Library_Version): New constant.
398         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
399         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
400         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
402         * gnatlbr.adb: Clean up: replace Library_Version by
403         Verbose_Library_Version.
405         * make.adb, lib-writ.adb, exp_attr.adb: 
406         Clean up: replace Library_Version by Verbose_Library_Version.
408         * 5lintman.adb: Removed.
410         * Makefile.in: 
411         Update and simplify computation of LIBRARY_VERSION.
412         Fix computation of GSMATCH_VERSION.
413         5lintman.adb is no longer used: replaced by 7sintman.adb.
415 2003-12-03  Robert Dewar  <dewar@gnat.com>
417         * exp_ch5.adb: 
418         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
419         name. Modified to consider small non-bit-packed arrays as troublesome
420         and in need of component-by-component assigment expansion.
422 2003-12-03  Vincent Celier  <celier@gnat.com>
424         * lang-specs.h: Process nostdlib as nostdinc
426         * back_end.adb: Update Copyright notice
427         (Scan_Compiler_Arguments): Process -nostdlib directly.
429 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
431         * Makefile.in: 
432         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
433         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
434         included in HIE_NONE_TARGET_PAIRS.
436 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
438         * sem_attr.adb: 
439         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
440         is legal in an instance, because legality is cheched in the template.
442         * sem_prag.adb: 
443         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
444         appplied to an unchecked conversion of a formal parameter.
446         * sem_warn.adb: 
447         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
448         variables.
450 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
452         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
453         routines. The second one is new functionality to deal with backtracing
454         through signal handlers.
455         (unwind): Split into the two separate subroutines above.
456         Update the documentation, and deal properly with sizeof (REG) different
457         from sizeof (void*).
459 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
461         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
462         so that the debugger can reliably access the value of the parameter,
463         and therefore is able to display the exception name when an exception
464         breakpoint is reached.
466 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
468         * fmap.adb: Fix typo in warning message.
470         * g-socket.ads, g-socket.adb: Make Free a visible instance of
471         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
473 2003-12-01  Vincent Celier  <celier@gnat.com>
475         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
476         ther is no Afile.
477         (Build_Library): Get the switches only if Default_Switches is declared
478         in package Binder.
480 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
482         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
483         actuals that are indexed components, reanalyze actual to ensure that
484         packed array references are properly expanded.
486         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
487         attempted assignment to a discriminant.
489 2003-12-01  Robert Dewar  <dewar@gnat.com>
491         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
492         reformatting.
494         * switch-c.adb: Minor reformatting of comments
496 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
498         * Makefile.in: Clean ups.
500 2003-12-01  GNAT Script  <nobody@gnat.com>
502         * Make-lang.in: Makefile automatically updated
504 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
506         * 5wsystem.ads: Disable zero cost exception, not ready yet.
508 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
510         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
511         to force serialization.
513 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
515         * g-socket.ads, g-socket.adb: 
516         Clarify documentation of function Stream. Introduce a Free procedure
517         to release the returned Stream once it becomes unused.
519         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
521 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
523         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
524         since NT 4 cannot handle timeout values that are too large,
525         e.g. DWORD'Last - 1.
527 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
529         * exp_ch4.adb: 
530         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
531         in procedure calls and whose expansion must be deferred.
533         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
534         is in exp_ch4.
536         * sem_ch3.adb: 
537         (Build_Derived_Array_Type): Create operator for unconstrained type
538         if ancestor is unconstrained.
540 2003-11-26  Vincent Celier  <celier@gnat.com>
542         * make.adb (Project_Object_Directory): New global variable
543         (Change_To_Object_Directory): New procedure
544         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
545         of Change_Dir directly. Do not change working directory to object
546         directory of main project after each compilation.
547         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
548         directly.
549         Change to object directory of main project before binding step.
550         (Initialize): Initialize Project_Object_Directory to No_Project
552         * mlib-prj.adb: 
553         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
554         binding a Stand-Alone Library.
556         * output.adb: Update Copyright notice
557         (Write_Char): Output buffer when full
559 2003-11-26  Robert Dewar  <dewar@gnat.com>
561         * sem_ch13.adb: (Check_Size): Reset size if size is too small
563         * sem_ch13.ads: 
564         (Check_Size): Fix documentation to include bit-packed array case
566         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
568         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
570         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
572 2003-11-24  Arnaud Charlet <charlet@act-europe.fr>
574         PR ada/13142
575         * utils.c (init_gigi_decls): Change name of built-in setjmp to
576         __builtin_setjmp, since this is apparently needed by recent
577         non Ada changes.
579 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
581         * adadecode.c: Only include ctype.h if not IN_GCC.
582         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
584 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
586         * Makefile.in: 
587         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
588         signals and interrupts.
590         * 5zintman.ads: New File.
592         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
593         add exception signals to the set of unmasked signals.
595         * 5ztaprop.adb: 
596         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
597         between signals and interrupts.
598         Add to Unblocked_Signal_Mask the set of signals that are in
599         Keep_Unmasked.
601         * 7sinmaop.adb: 
602         Adding a check to see whether the Interrupt_ID we want to unmask is in
603         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
604         reason is that the index type of the Keep_Unmasked array is not always
605         Interrupt_ID; it may be a subtype of Interrupt_ID.
607 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
609         * exp_util.adb: 
610         (Remove_Side_Effects): Condition constantness of object created for a
611          an unchecked type conversion on the constantness of the expression
612          to ensure the correct value for 'Constrained when passing components
613          of view-converted class-wide objects.
615 2003-11-24  Robert Dewar  <dewar@gnat.com>
617         * par-load.adb (Load): Improve handling of misspelled and missing units
618         Removes several cases of compilation abandoned messages
620         * lib.adb: (Remove_Unit): New procedure
622         * lib.ads: (Remove_Unit): New procedure
624         * lib-load.adb: Minor reformatting
626 2003-11-24  Vincent Celier  <celier@gnat.com>
628         * make.adb: 
629         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
630         (Marking_Label): Label to mark processed source files. Incremented for
631         each executable.
632         (Gnatmake): Increase Marking_Labet for each executable
633         (Is_Marked): Compare against marking label
634         (Mark): Mark with marking label
636 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
638         * s-thread.ads: 
639         Move the declaration of the TSD for System.Threads to System.Soft_Links.
640         Add some comments.
642         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
643         (rts-cert): build a single relocatable object for the run-time lib.
644         Fix perms.
646 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
648         * Make-lang.in: 
649         Use gnatls rather than gcc to obtain the location of GNAT RTL for
650         crosstools build.
652 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
654         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
655         can not use it as before (that is, as a variable) when dumping it into
656         the tree file. Add a local variable to store the result of this
657         function and to be used as the string to be written into the tree.
659         * scn.adb (Initialize_Scanner): Add comments explaining the recent
660         changes.
662         * sinput.adb (Source_First, Source_Last): In case of
663         Internal_Source_File, replace returning attributes of
664         Internal_Source_Ptr (which is wrong) with returning attributes of
665         Internal_Source.
667 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
669         * sem_ch3.adb: 
670         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
671         used for implicit concatenation operators.
672         Code cleanup.
674         * sem_elab.adb: 
675         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
676         task bodies that are in the scope of a Suppress pragma.
677         (Check_A Call): Use the flag to prevent spurious elaboration checks.
679         * sinfo.ads, sinfo.adb: 
680         New flag No_Elaboration_Check on function/procedure calls, to properly
681         suppress checks on calls in task bodies that are within a local suppress
682         pragma.
684         * exp_ch4.adb: 
685         (Expand_Concatenate_Other): Use the proper integer type for the
686         expression for the upper bound, to avoid universal_integer computations
687         when possible.
689 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
691         * .cvsignore: Delete.
693 2003-11-21  Andreas Schwab  <schwab@suse.de>
695         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
697 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
699         * 5wsystem.ads: Enable zero cost exception.
701 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
703         * 5ztiitho.adb: Remove an unreferenced variable.
705 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
707         * adaint.c: For FreeBSD, use mkstemp.
709 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
711         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
713 2003-11-21  Robert Dewar  <dewar@gnat.com>
715         * bld.adb: Remove useless USE of gnatvsn
717         * gnatchop.adb: Minor reformatting
718         Clean up version handling to be more consistent
720         * gnatxref.adb: Minor reformatting
722         * gprcmd.adb: Minor reformatting
723         Fix output of copyright to be more consistent with other tools
725 2003-11-21  Vincent Celier  <celier@gnat.com>
727         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
729 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
731         * atree.adb (Initialize): Add initializations for global variables
732         used in New_Copy_Tree.
734         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
735         Internal_Source_File as the actual).
736         Put the set of statements creating Any_Character before the set of
737         statements creating Any_Array to have Any_Character fully initialized
738         when it is used in creating Any_Array.
740         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
741         not call Scan in case if the actual is Internal_Source_File
742         Add 2003 to copyright note.
744         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
745         processing Internal_Source_File.
747         * types.ads: Add the constant Internal_Source_File representing the
748         source buffer for artificial source-code-like strings created within
749         the compiler (the definition of Source_File_Index is changed).
751 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
753         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
754         56system.ads: New file, FreeBSD version.
756 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
758         * Make-lang.in (ada.extraclean): Delete.
760 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
762         * gnatmem.adb: Clean up verbose output.
764         * gprcmd.adb: Change copyright to FSF.
766 2003-11-19  Vincent Celier  <celier@gnat.com>
768         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
769         and Version (ignored).
771         * symbols.ads: (Policy): New type
772         (Initialize): New parameter Reference, Symbol_Policy and
773         Library_Version.
774         Remove parameter Force.
775         Minor reformatting.
777         * snames.ads, snames.adbadb: New standard names
778         Library_Reference_Symbol_File and Library_Symbol_Policy
780         * mlib-prj.adb: 
781         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
782         project.
784         * mlib-tgt.adb: 
785         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
787         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
789         * prj.adb: (Project_Empty): New component Symbol_Data
791         * prj.ads: (Policy, Symbol_Record): New types
792         (Project_Data): New component Symbol_Data
794         * prj-attr.adb: 
795         New attributes Library_Symbol_File, Library_Symbol_Policy and
796         Library_Reference_Symbol_File.
798         * prj-nmsc.adb: 
799         (Ada_Check): When project is a Stand-Alone library project, process
800         attribute Library_Symbol_File, Library_Symbol_Policy and
801         Library_Reference_Symbol_File.
803         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
804         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
805         5sml-tgt.adb (Build_Dynamic_Library): New parameter
806         Symbol_Data (ignored).
808         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
809         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
810         functions Option_File_Name and Version_String. Set new options of
811         gnatsym related to symbol file, symbol policy and reference symbol
812         file.
814         * 5vsymbol.adb: 
815         Extensive modifications to take into account the reference symbol file,
816         the symbol policy, the library version and to put in the symbol file the
817         minor and major IDs.
819         * bld.adb (Process_Declarative_Items): Put second argument of
820         gprcmd to_absolute between single quotes, to avoid problems with
821         Windows.
823         * bld-io.adb: Update Copyright notice.
824         (Flush): Remove last character of a line, if it is a back slash, to
825         avoid make problems.
827         * gnatsym.adb: 
828         Implement new scheme with reference symbol file and symbol policy.
830         * g-os_lib.ads: (Is_Directory): Clarify comment
832 2003-11-19  Robert Dewar  <dewar@gnat.com>
834         * atree.adb: Move New_Copy_Tree global variables to head of package
836         * errout.adb: Minor reformatting
838 2003-11-19  Javier Miranda  <miranda@gnat.com>
840         * sem_ch4.adb: (Diagnose_Call): Improve error message.
841         Add reference to Ada0Y (AI-50217)
843         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
844         sem_util.adb: Add reference to AI-50217
846         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
848         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
850         * sem_aggr.adb: Complete documentation of AI-287 changes
852         * par-ch4.adb: Document previous changes.
854         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
855         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
856         Ada0Y (AI-50217)
858         * exp_aggr.adb: Add references to AI-287 in previous changes
860 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
862         * exp_ch6.adb: 
863         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
864         in the rewriting is the result of an inlined call.
866         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
867         parameter is a type conversion, use original node to construct the
868         post-call assignment, because expression may have been rewritten, e.g.
869         if it is a packed array.
871         * sem_attr.adb: 
872         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
873         body, just as it is in an instance.
874         Categorization routines
876         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
877         Instantiate_Object): Set proper sloc reference for message on missing
878         actual.
880 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
882         * Makefile.in: Add FreeBSD libgnat pairs.
884         * usage.adb: Fix typo in usage message.
886 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
888         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
889         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
890         pragma Thread_Body.
891         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
893         * s-thread.adb: This file is now a dummy implementation of
894         System.Thread.
896 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
898         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
900 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
902         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
903         instanciation references in the parent type description.
905 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
907         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
909         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
910         TYPE_PRECISION directly from esize.
912 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
914         * cstreams.c: 
915         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
917         * init.c: Initialization routines for FreeBSD
919         * link.c: Link info for FreeBSD
921         * sysdep.c: Add the case of FreeBSD
923 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
925         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
926         already called in System.Threads.
928         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
929         environment task, as it has been moved to System.Threads.Initialization.
931 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
933         * adaint.c (__gnatlib_install_locks): Only reference
934         __gnat_install_locks on VMS, since other platforms can avoid using
935         --enable-threads=gnat
937 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
939         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
941         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
942         TYPE_PACKED_ARRAY_TYPE_P.
943         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
945         Part of PR ada/12806
946         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
947         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
949 2003-11-17  Vincent Celier  <celier@gnat.com>
951         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
952         to False.
953         Do not set exit status to Failure when Warning is True.
954         (Gnatchop): Make errors "no compilation units found" and
955         "no source files written" warnings only.
957         * make.adb (Gnatmake): When using a project file, set
958         Look_In_Primary_Dir to False.
959         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
960         and Local_Configuration_Pragmas in the project where they are declared
961         not an extending project which might have inherited them.
963         * osint.adb (Locate_File): If Name is already an absolute path, do not
964         look for a directory.
966         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
967         -gnats (Check_Syntax) is used, issue only a warning, not an error.
969         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
970         in objects of type Variable_Value.
972         * prj.ads: (Variable_Value): New component Project
974         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
975         is in a project extended by Project.
977         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
978         Project of Variable_Values to this new parameter value.
979         (Expression): Set component Project of Variable_Values.
980         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
981         Set the component Project in array elements.
983 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
985         * errout.adb: (Initialize): Add initialization for error nodes.
987         * sem_ch12.adb (Initialize): Add missing initializations for
988         Exchanged_Views and Hidden_Entities.
990 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
992         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
993         already instantiated tree for use in subsequent inlining.
994         (Analyze_Associations, Instantiate_Formal_Subprogram,
995         Instantiate_Object): improve error message for mismatch in
996         instantiations.
998         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
999         instantiations of subprograms declared in instances.
1001 2003-11-17  Javier Miranda  <miranda@gnat.com>
1003         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
1004         executed only under the Extensions_Allowed flag.
1006 2003-11-17  Robert Dewar  <dewar@gnat.com>
1008         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
1009         zeroes suppressed.
1010         (Address_Image): Fix bug of returning 0x instead of 0x0
1011         Minor reformatting (function specs).
1013         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
1014         (missed case of 33-63)
1016         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
1018         * s-thread.adb: Add comments for pragma Restriction
1020         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
1021         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
1023 2003-11-17  Ed Falis  <falis@gnat.com>
1025         * s-thread.adb: Added No_Tasking restriction for this implementation.
1027 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
1029         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
1030         instanciation references in the parent type description.
1032 2003-11-17  GNAT Script  <nobody@gnat.com>
1034         * Make-lang.in: Makefile automatically updated
1036 2003-11-16  Jason Merrill  <jason@redhat.com>
1038         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
1039         and TAGS files that include them for each front end.
1041 2003-11-14  Andreas Jaeger  <aj@suse.de>
1043         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
1044         is the canonical version. 
1045         * misc.c (gnat_handle_option): Likewise.
1047         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
1049         * 5nsystem.ads: New file for x86_64-linux-gnu.
1051 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1053         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
1055         * comperr.adb: Fix logic in previous change.
1057 2003-11-13  Vincent Celier  <celier@gnat.com>
1059         * 5bml-tgt.adb (Build_Dynamic_Library): Use
1060         Osint.Include_Dir_Default_Prefix instead of
1061         Sdefault.Include_Dir_Default_Name.
1063         * gnatlbr.adb: Update Copyright notice
1064         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
1065         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
1066         instead of Sdefault.Object_Dir_Default_Name
1068         * gnatlink.adb:
1069         (Process_Binder_File): Never suppress the option following -Xlinker
1071         * mdll-utl.adb:
1072         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
1073         Sdefault.Object_Dir_Default_Name.
1075         * osint.ads, osint.adb:
1076         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
1077         Minor reformatting.
1079         * vms_conv.ads: Minor reformating
1080         Remove GNAT STANDARD and GNAT PSTA
1082         * vms_conv.adb:
1083         Allow GNAT MAKE to have several files on the command line.
1084         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
1085         Sdefault.Object_Dir_Default_Name.
1086         Minor Reformating
1087         Remove data for GNAT STANDARD
1089         * vms_data.ads:
1090         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
1091         Remove data for GNAT STANDARD
1092         Remove options and documentation for -gnatwb/-gnatwB: these warning
1093         options no longer exist.
1095 2003-11-13  Ed Falis  <falis@gnat.com>
1097         * 5zthrini.adb: (Init_RTS): Made visible
1099         * 5zthrini.adb:
1100         (Register): Removed unnecessary call to taskVarGet that checked whether
1101          an ATSD was already set as a task var for the argument thread.
1103         * s-thread.adb:
1104         Updated comment to reflect that this is a VxWorks version
1105         Added context clause for System.Threads.Initialization
1106         Added call to System.Threads.Initialization.Init_RTS
1108 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
1110         * 5zthrini.adb:
1111         (Init_RTS): New procedure, for the initialization of the run-time lib.
1113         * s-thread.adb:
1114         Remove dependancy on System.Init, so that this file can be used in the
1115         AE653 sequential run-time lib.
1117 2003-11-13  Robert Dewar  <dewar@gnat.com>
1119         * bindgen.adb: Minor reformatting
1121 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
1123         * checks.adb:
1124         (Apply_Discriminant_Check): Do no apply check if target type is derived
1125         from source type with no applicable constraint.
1127         * lib-writ.adb:
1128         (Ensure_System_Dependency): Do not apply the style checks that may have
1129         been specified for the main unit.
1131         * sem_ch8.adb:
1132         (Find_Selected_Component): Further improvement in error message, with
1133         RM reference.
1135         * sem_res.adb:
1136         (Resolve): Handle properly the case of an illegal overloaded protected
1137         procedure.
1139 2003-11-13  Javier Miranda  <miranda@gnat.com>
1141         * exp_aggr.adb:
1142         (Has_Default_Init_Comps): New function to check the presence of
1143         default initialization in an aggregate.
1144         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
1145         extension aggregate of a limited record. In addition, a new formal
1146         was added to do not initialize the record controller (if any) during
1147         this recursive expansion of ancestors.
1148         (Init_Controller): Add support for limited record components.
1149         (Expand_Record_Aggregate): In case of default initialized components
1150         convert the aggregate into a set of assignments.
1152         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
1153         describing the new syntax.
1154         Nothing else needed to be done because this subprogram delegates part of
1155         its work to P_Precord_Or_Array_Component_Association.
1156         (P_Record_Or_Array_Component_Association): Give support to the new
1157         syntax for default initialization of components.
1159         * sem_aggr.adb:
1160         (Resolve_Aggregate): Relax the strictness of the frontend in case of
1161         limited aggregates.
1162         (Resolve_Record_Aggregate): Give support to default initialized
1163         components.
1164         (Get_Value): In case of default initialized components, duplicate
1165         the corresponding default expression (from the record type
1166         declaration). In case of default initialization in the *others*
1167         choice, do not check that all components have the same type.
1168         (Resolve_Extension_Aggregate): Give support to limited extension
1169         aggregates.
1171         * sem_ch3.adb:
1172         (Check_Initialization): Relax the strictness of the front-end in case
1173         of aggregate and extension aggregates. This test is now done in
1174         Get_Value in a per-component manner.
1176         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
1177         expression corresponds to a limited aggregate. This test is now done
1178         in Get_Value.
1180         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
1181         Box_Present flag.
1183         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
1184         present in an N_Component_Association node
1186 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
1188         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
1189         type-conformant entry only if they are homographs.
1191 2003-11-13  GNAT Script  <nobody@gnat.com>
1193         * Make-lang.in: Makefile automatically updated
1195 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1197         * adadecode.c: Use <> form of include for ctype.h.
1198         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
1200 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1202         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
1203         Works around PR middle-end/6552.
1205 2003-11-10  Ed Falis  <falis@gnat.com>
1207         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
1209         * 5zinit.adb: (Install_Handler): Moved back to spec
1210         (Install_Signal_Handlers): Deleted
1212         * 5zthrini.adb: Added context clause for System.Storage_Elements
1213         (Register): Only handles creation of taskVar; initialization moved to
1214         Thread_Body_Enter.
1215         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
1216         Added declaration of environment task secondary stack and
1217         initialization.
1219         * s-thread.adb: Implement bodies for thread body processing
1221         * s-thread.ads:
1222         Added comment identifying supported targets for pragma Thread_Body.
1224 2003-11-10  Pascal Obry  <obry@gnat.com>
1226         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
1227         GNAT_MAX_PATH_LEN.
1229         * s-fileio.adb:
1230         (Open): Properly check for string length before copying into the buffer.
1231         Raises Name_Error if buffer is too small. Note that this was a potential
1232         buffer overflow.
1234 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
1236         * bindgen.adb, comperr.adb: Code clean ups.
1237         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
1239 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
1241         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
1243 2003-11-10  Vincent Celier  <celier@gnat.com>
1245         * gprcmd.adb:
1246         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
1247         installation.
1249         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
1251         * prj.adb: (Project_Empty): Add new boolean component Virtual
1253         * prj.ads: (Virtual_Prefix): New constant string
1254         (Project_Data): New boolean component Virtual
1256         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
1257         a library project is extended by a virtual extending project.
1259         * prj-part.adb:
1260         Modifications throughout to implement extending-all project, including:
1261         (Virtual_Hash, Processed_Hash): New hash tables
1262         (Create_Virtual_Extending_Project): New procedure
1263         (Look_For_Virtual_Projects_For): New procedure
1265         * prj-proc.adb:
1266         (Process): After checking the projects, if main project is an
1267         extending-all project, set the object directory of all virtual extending
1268         project to the object directory of the main project.
1269         Adjust error message when a virtual extending project has the same
1270         object directory as an project being extended.
1271         (Recursive_Process): If name starts with the virtual prefix, set Virtual
1272         to True in the project data.
1274         * prj-tree.adb:
1275         (Default_Project_Node): Add new boolean component Extending_All
1276         (Is_Extending_All): New function
1277         (Set_Is_Extending_All): New procedure
1279         * prj-tree.ads: (Is_Extending_All): New function
1280         (Set_Is_Extending_All): New procedure
1281         (Project_Node_Record): New boolean component Extending_All
1283         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
1285         * vms_data.ads:
1286         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
1288         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
1289         "gprcmd prefix" to define it.
1291 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
1293         * einfo.ads: Fix a typo and remove an extraneous word in comments.
1295         * lib-load.adb:
1296         (Create_Dummy_Package_Unit): Set the scope of the entity for the
1297         created dummy package to Standard_Standard, not to itself, to
1298         defend other parts of the front-end against encoutering a cycle in
1299         the scope chain.
1301         * sem_ch10.adb:
1302         (Analyze_With_Clause): When setting the entities for the successive
1303         N_Expanded_Names that constitute the name of a child unit, do not
1304         attempt to go further than Standard_Standard in the chain of scopes.
1305         This case arises from the placeholder units created by
1306         Create_Dummy_Package_Unit in the case of a with_clause for a
1307         nonexistent child unit.
1309 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
1311         * exp_ch6.adb:
1312         (Expand_Thread_Body): Place subprogram on scope stack, so that new
1313         declarations are given the proper scope.
1315         * sem_ch13.adb:
1316         (Check_Expr_Constants): Reject an expression that contains a constant
1317         created during expansion, and that appears after the object to which
1318         the address clause applies.
1320         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
1321         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
1322         that uses 'Range of a function call with controlled components, so
1323         that the function result can be finalized before starting the loop.
1325         * sem_ch8.adb:
1326         (Find_Selected_Component): Improve error message when prefix is
1327         an implicit dereference of an incomplete type.
1329 2003-11-10  Robert Dewar  <dewar@gnat.com>
1331         * opt.ads: New Print_Standard flag for -gnatS switch
1333         * sem_ch13.adb: Remove some additional checks for unaligned arrays
1335         * cstand.adb (Create_Standard): Print out package standard if -gnatS
1336         switch set
1338         * debug.adb: Update doc for -gnatds to discuss relationship with new
1339         -gnatS flag
1341         * sinfo.adb: Add new field Entity_Or_Associated_Node
1343         * sinfo.ads: Add new field Entity_Or_Associated_Node
1344         Update documentation for Associated_Node and Entity fields to clarify
1345         relationship and usage.
1347         * sprint.adb:
1348         (Write_Id): Properly process Associated_Node field in generic template
1350         * switch-c.adb:
1351         Recognize new -gnatS switch for printing package Standard
1352         This replaces gnatpsta
1354         * usage.adb:
1355         Add line for  new -gnatS switch for printing package Standard
1356         This replaces gnatpsta
1358 2003-11-10  Andreas Jaeger  <aj@suse.de>
1360         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
1361         integer.
1363 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1365         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
1366         by gnat1.
1368 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1370         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
1371         no longer needed.
1373         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
1375         * sysdep.c: Add handling of cygwin.
1377 2003-11-10  GNAT Script  <nobody@gnat.com>
1379         * Make-lang.in: Makefile automatically updated
1381 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1383         PR 12950
1384         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
1385         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
1386         Replace GNAT_ROOT by GCC_ROOT.
1388         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
1390 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
1392         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
1393         and update for changed meaning of GET_MODE_BITSIZE.
1395 2003-11-04  Doug Rupp  <rupp@gnat.com>
1397         * sysdep.c: Problem discovered during IA64 VMS port.
1398         [VMS] #include <unixio.h> to get proper prototypes.
1400         * adaint.c:
1401         Issues discovered/problems fixed during IA64 VMS port.
1402         [VMS] #define _POSIX_EXIT for proper semantics.
1403         [VMS] #include <unixio.h> for proper prototypes.
1404         [VMS] (fork): #define IA64 version.
1405         (__gnat_os_exit): Remove unnecessary VMS specific code.
1407 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1409         Part of PR ada/12806
1411         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
1412         tree, not integer.
1414         * decl.c:
1415         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
1416         not integer.
1418         * targtyps.c, decl.c, misc.c,
1419         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
1420         routines to work around change in FP sizing semantics in GCC.
1422         * utils.c:
1423         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
1425         * gigi.h: (enumerate_modes): New function.
1427         * Make-lang.in: (ada/misc.o): Add real.h.
1429         * misc.c: (enumerate_modes): New function.
1431 2003-11-04  Robert Dewar  <dewar@gnat.com>
1433         * 3vtrasym.adb: Minor reformatting
1434         Use terminology encoded/decoded name, rather than C++ specific notion
1435         of mangling (this is the terminology used throughout GNAT).
1437         * einfo.h: Regenerated
1439         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
1441         * exp_ch6.adb:
1442         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
1444         * par-prag.adb: Add dummy entry for Thread_Body pragma
1446         * rtsfind.ads:
1447         Add entries for System.Threads entities for thread body processing
1449         * sem_attr.adb:
1450         (Analyze_Pragma, Access attributes): Check these are not applied to a
1451         thread body, since this is not permitted
1453         * sem_prag.adb: Add processing for Thread_Body pragma.
1454         Minor comment fix.
1456         * sem_res.adb:
1457         (Resolve_Call): Check for incorrect attempt to call a thread body
1458          procedure with a direct call.
1460         * snames.ads, snames.adb: Add entry for Thread_Body pragma
1461         Add names associated with thread body expansion
1463         * snames.h: Add entry for Thread_Body pragma
1465         * s-thread.adb: Add entries for thread body processing
1466         These are dummy bodies so far
1468         * s-thread.ads: Add documentation on thread body handling.
1469         Add entries for thread body processing.
1471 2003-11-04  Javier Miranda  <miranda@gnat.com>
1473         * sem_ch10.adb:
1474         (Build_Limited_Views): Return after posting an error in case of limited
1475         with_clause on subprograms, generics, instances or generic renamings
1476         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
1477         on subprograms, generics, instances or generic renamings
1479 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
1481         * raise.c (setup_to_install): Correct mistake in last revision; two
1482         arguments out of order.
1484         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
1485         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
1486         notice, missed in previous change.
1487         Remove trailing blanks and other style errors introduced in previous
1488         change.
1490 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
1492         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
1493         rid of the wrapper for a LJM type, ensuring we don't do that if the
1494         field is addressable.  This avoids potential low level type view
1495         mismatches later on, for instance in a by-reference argument passing
1496         process.
1498 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1500         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
1501         aligned at byte boundary.
1503 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
1505         * decl.c (components_to_record): Do not delete the empty variants from
1506         the end of the union type.
1508 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
1510         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
1511         operation for a derived type, an explicit declaration may use a local
1512         subtype of Boolean.
1514 2003-11-04  Vincent Celier  <celier@gnat.com>
1516         * make.adb (Gnatmake): Allow main sources on the command line with a
1517         library project when it is only for compilation (no binding or
1518         linking).
1520 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1522         * Makefile.in: Remove many duplicate variables.
1524 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
1526         * Make-lang.in (dvi): Move targets to $(docobjdir).
1527         (gnat_ug_vms.dvi): Simplify rule and adjust target.
1528         (gnat_ug_wnt.dvi): Likewise.
1529         (gnat_ug_unx.dvi): Likewise.
1530         (gnat_ug_vxw.dvi): Likewise.
1531         (gnat_rm.dvi): Likewise.
1532         (gnat-style.dvi): Likewise.
1534 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
1536         * gigi.h: Missed commit from update for C90.
1538 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
1540         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
1542 2003-10-31  Andreas Schwab  <schwab@suse.de>
1544         * raise.c (get_action_description_for): Fix typo in last change.
1546 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
1548         PR ada/12761
1549         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
1550         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
1552 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
1554         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
1555         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
1556         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
1557         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
1558         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
1560 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
1562         * 3vtrasym.adb:
1563         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
1564         numbers when symbol name is too long.
1566 2003-10-30  Ed Falis  <falis@gnat.com>
1568         * g-signal.ads, g-signal.adb: New files
1570         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
1572         * Makefile.rtl: Introduce GNAT.Signals
1574 2003-10-30  Robert Dewar  <dewar@gnat.com>
1576         * freeze.adb: Minor reformatting
1578         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
1580         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
1581         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
1582         New handling of Id_Check parameter to improve recognition of keywords
1583         used as identifiers.
1584         Update copyright notice to include 2003
1586 2003-10-29  Robert Dewar  <dewar@gnat.com>
1588         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
1589         sem_ch10.adb: Minor reformatting
1591         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
1592         (Expand_Assign_Record): Test right hand side for bit unaligned as well
1594 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
1596         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
1597         Support for TBK$SYMBOLIZE-based symbolic traceback.
1599 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
1601         * exp_disp.adb:
1602         Revert previous change, that did not work well when pragma No_Run_Time
1603         was used in conjunction with a run-time other than ZFP.
1605 2003-10-29  Vincent Celier  <celier@gnat.com>
1607         * make.adb:
1608         (Gnatmake): When there are no Ada mains in attribute Main, disable the
1609          bind and link steps only is switch -z is not used.
1611 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
1613         * Makefile.generic: Remove duplicated setting of CC.
1615         * Makefile.prolog: Set CC to gcc by default, to override make's
1616         default (cc).
1618         * einfo.h: Regenerated.
1620 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
1622         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
1623         current body, after compiling subunit.
1625         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
1626         when in deleted code, because gigi needs properly ordered freeze
1627         actions to annotate types.
1629         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
1630         prevent the premature freezing of record type that contains
1631         subcomponents with a private type that does not yet have a completion.
1633 2003-10-29  Javier Miranda  <miranda@gnat.com>
1635         * sem_ch12.adb:
1636         (Analyze_Package_Instantiation): Check that instances can not be used in
1637         limited with_clauses.
1639         * sem_ch8.adb:
1640         (Analyze_Package_Renaming): Check that limited withed packages cannot
1641         be renamed. Improve text on error messages related to limited
1642         with_clauses.
1644         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
1646         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
1647         Update copyright notice.
1649         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
1650         (Install_Limited_Context_Clauses): New subprogram that isolates all the
1651         checks required for limited context_clauses and installs the limited
1652         view.
1653         (Install_Limited_Withed_Unit): Complete its documentation.
1654         (Analyze_Context): Check that limited with_clauses are only allowed in
1655         package specs.
1656         (Install_Context): Call Install_Limited_Context_Clauses after the
1657         parents have been installed.
1658         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
1659         package as 'From_With_Type'; this mark indicates that the limited view
1660         is installed. Used to check bad usages of limited with_clauses.
1661         (Build_Limited_Views): Do not add shadow entities to the scope's list
1662         of entities. Do not add real entities to the Non_Limited_Views chain.
1663         Improve error notification.
1664         (Remove_Context_Clauses): Remove context clauses in two phases:
1665         limited views first and regular views later (to maintain the
1666         stack model).
1667         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
1668         its visible entities.
1670 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
1672         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
1673         with any type that Is_Fixed_Point_Type.
1675         * sinfo.ads: Fix documentation for Associated_Node attribute.
1677 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
1679         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
1680         both '-gnatc' and '-gnatt' are specified.
1682         * atree.adb (Initialize): Add initialization for Node_Count (set to
1683         zero).
1685 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1687         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
1688         do not consider as Pure.
1690         Part of implementation of function-at-a-time:
1692         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
1693         (tree_transform): Add new argument to build_component_ref.
1694         (tree_transform, case N_Assignment_Statement): Make and return an
1695         EXPR_STMT.
1696         (tree_transform): If result IS_STMT, set flags and return it.
1697         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
1699         * utils2.c (build_simple_component_ref, build_component_ref): Add new
1700         arg, NO_FOLD_P.
1701         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
1702         (build_allocator): Likewise.
1704         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
1705         Add new arg to build_component_ref.
1706         (maybe_unconstrained_array, unchecked_convert): Likewise.
1708         * ada-tree.def (EXPR_STMT): New code.
1710         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
1712         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
1713         build_component_ref calls.
1715         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
1717         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
1718         (build_component_ref): Add new argument, NO_FOLD_P.
1720 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1722         * Makefile.generic: Add missing substitution on object_deps handling.
1724         PR ada/5909:
1725         * Make-lang.in (check-ada): Enable ACATS test suite.
1727 2003-10-27  Robert Dewar  <dewar@gnat.com>
1729         * exp_ch3.adb:
1730         (Freeze_Array_Type): We do not need an initialization routine for types
1731         derived from String or Wide_String. They should be treated the same
1732         as String and Wide_String themselves. This caused problems with the
1733         use of Initialize_Scalars.
1735         * exp_ch5.adb:
1736         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
1737         composites. This allows use of component clauses that are not byte
1738         aligned.
1740         * sem_prag.adb:
1741         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
1742         is an attempt to pack an array of atomic objects.
1744         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
1746 2003-10-27  Pascal Obry  <obry@gnat.com>
1748         * g-dirope.adb:
1749         (Basename): Check for drive letters in a pathname only on DOS based OS.
1751 2003-10-27  Vincent Celier  <celier@gnat.com>
1753         * make.adb:
1754         (Gnatmake): When unable to change dir to the object dir, display the
1755         content of the parent dir of the obj dir, to try to understand why this
1756         happens.
1758 2003-10-27  GNAT Script  <nobody@gnat.com>
1760         * Make-lang.in: Makefile automatically updated
1762 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
1764         * sem_ch12.adb:
1765         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
1766         should not be done in Save/Restore_Scope_Stack, because it is performed
1767         locally.
1769         * sem_ch8.adb:
1770         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
1771         whether use clauses should be removed/restored.
1773         * sem_ch8.ads:
1774         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
1775         whether use clauses should be removed/restored.
1777 2003-10-26  Andreas Jaeger  <aj@suse.de>
1779         * Makefile.in: Remove duplicated lines.
1781 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
1783         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
1784         minimize the differences with ACT tree.
1786         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
1787         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
1788         Gnatvsn.Gnat_Static_Version_String to reduce differences between
1789         ACT and FSF trees.
1791 2003-10-24  Pascal Obry  <obry@gnat.com>
1793         * adadecode.c (ostrcpy): New function.
1794         (__gnat_decode): Use ostrcpy of strcpy.
1795         (has_prefix): Set first parameter a const.
1796         (has_suffix): Set first parameter a const.
1797         Update copyright notice. Fix source name in header.
1798         Removes a trailing space.
1799         PR ada/12014.
1801 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
1803         * exp_disp.adb:
1804         Remove the test against being in No_Run_Time_Mode before generating a
1805         call to Register_Tag. It is redundant with the test against the
1806         availability of the function Register_Tag.
1808 2003-10-24  Vincent Celier  <celier@gnat.com>
1810         * g-catiio.adb: (Month_Name): Correct spelling of February
1812         * make.adb: (Mains): New package
1813         (Initialize): Call Mains.Delete
1814         (Gnatmake): Check that each main on the command line is a source of a
1815         project file and, if there are several mains, each of them is a source
1816         of the same project file.
1817         (Gnatmake): When a foreign language is specified in attribute Languages,
1818         no main is specified on the command line and attribute Mains is not
1819         empty, only build the Ada main. If there is no Ada main, just compile
1820         the Ada sources and their closure.
1821         (Gnatmake): If a main is specified on the command line with directory
1822         information, check that the source exists and, if it does, that the path
1823         is the actual path of a source of a project.
1825         * prj-env.adb:
1826         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
1827         Full_Path is True, return the full path instead of the simple file name.
1828         (Project_Of): New function
1830         * prj-env.ads:
1831         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
1832         defaulted to False.
1833         (Project_Of): New function
1835 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
1837         * Makefile.generic:
1838         Ensure objects of main project are always checked and rebuilt if needed.
1839         Set CC to gcc by default.
1840         Prepare new handling of link by creating a global archive (not activated
1841         yet).
1843         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
1844         stringt.h: Update copyright notice. Remove trailing blanks.
1845         Fix source name in header.
1847 2003-10-24  Robert Dewar  <dewar@gnat.com>
1849         * sem_ch12.adb: Minor reformatting
1851         * sem_ch3.adb:
1852         Minor reformatting (including new function return style throughout)
1854         * sem_ch3.ads:
1855         Minor reformatting (including new function return style throughout)
1857 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
1859         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
1860         stringt.h: Update copyright notice. Remove trailing blanks.
1861         Fix source name in header.
1863 2003-10-24  GNAT Script  <nobody@gnat.com>
1865         * Make-lang.in: Makefile automatically updated
1867 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1869         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
1870         stringt.h: Convert to ISO C90 declarations and definitions.
1872 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
1874         PR ada/11978:
1875         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
1876         External_Tag attribute definition clauses.
1878 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
1880         PR ada/7613:
1881         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
1882         child unit, generate a fully qualified name to avoid spurious errors
1883         when the context contains renamings of different child units with
1884         the same simple name.
1886         * exp_dbug.ads: Add documentation on name qualification for renamings
1887         of child units.
1889 2003-10-23  Robert Dewar  <dewar@gnat.com>
1891         * g-regpat.ads, g-regpat.adb: Minor reformatting
1893 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
1895         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
1897 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1899         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
1900         Machine call.
1902         * urealp.h: (Machine): Update to proper definition.
1904 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
1906         * init.c, adaint.c: Minor reformatting.
1908 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
1910         * adaint.c (w32_epoch_offset): Define static const at file level.
1911         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
1912         rather than t_create, t_access in call to GetFileTime. Use union
1913         to convert between FILETIME and  unsigned long long.
1914         (__gnat_file_time_name): Test for invalid file handle.
1915         (__gnat_set_filetime_name): Support win32 targets using
1916         w32api SetFileTime.
1918 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
1920         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
1922         * ctrl_c.c (__gnat_int_handler): Remove declaration.
1924         * decl.c (creat_concat_name):  Const-ify prefix.
1926         * adaint.c: Include ctype.h if __MINGW32__.
1927         (__gnat_readlink): Mark arguments as possibly unused.
1928         (__gnat_symlink): Likewise.
1929         (__gnat_is_symbolic_link): Likewise.
1930         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
1931         declaration
1932         (__gnat_file_time_name): Don't declare struct stat statbuf when
1933         not needed.
1934         (__gnat_is_absolute_path): Add parenthesis around condition of
1935         'if' statement to avoid warning.
1936         (__gnat_plist_init): Specify void as parameter.
1937         (plist_enter): Likewise.
1938         (plist_leave): Likewise.
1939         (remove_handle): Make static. Initialize prev.
1941 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
1943         * Makefile.in: Disable build of gnatpsta. PR ada/10110.
1944         * cstreams.c (__gnat_full_name): Minor improvements and clean up
1945         of previous change.
1947 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1949         * tracebak.c (MAX): Avoid redefinition warning.
1951         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
1952         Change msg to const char *.
1953         (__gnat_install_handler): Remove ss, unused.
1954         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
1955         to const char *.
1956         * cstreams.c (__gnat_full_name): Declare p only when used.
1957         (__gnat_full_name) [sgi] Return buffer.
1959 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
1961         * mingw32.h: New file.
1962         * gnat_wrapper.adb: New file.
1964 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
1966         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
1967         string match a pre compiled regular expression (the corresponding
1968         version of the function working on a raw regular expression)
1969         Fix typos in various comments
1970         Update copyright notice in spec
1972 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
1974         * exp_ch3.adb:
1975         (Component_Needs_Simple_Initialization): Return False when the type is a
1976         packed bit array. Revise spec comments to document this case.
1978         * exp_prag.adb:
1979         (Expand_Pragma_Import): Set any expression on the imported object to
1980         empty to avoid initializing imported objects (in particular this
1981         covers the case of zero-initialization of bit arrays).
1982         Update copyright notice.
1984 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
1986         * sem_ch12.adb:
1987         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
1988         a subunit is missing.
1989         (Instantiate_Subprogram_Body): If body of function is missing, set type
1990         of return expression explicitly in dummy body, to prevent cascaded
1991         errors when a subunit is missing.
1992         Fixes PR 5677.
1994         * sem_ch3.adb:
1995         (Access_Subprogram_Declaration): Verify that return type is valid.
1996         Fixes PR 8693.
1998         * sem_elab.adb:
1999         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
2000         generic.
2001         Fixes PR 12318.
2003         * sem_util.adb:
2004         (Corresponding_Discriminant): If the scope of the discriminant is a
2005         private type without discriminant, use its full view.
2006         Fixes PR 8247.
2008 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
2010         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
2011         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
2012         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
2013         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
2014         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
2015         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
2016         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
2017         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
2018         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
2019         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
2020         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
2021         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
2022         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
2023         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
2024         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
2025         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
2026         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
2027         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
2028         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
2029         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
2030         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
2031         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
2032         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
2033         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
2034         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
2035         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
2036         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
2037         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
2038         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
2039         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
2040         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
2041         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
2042         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
2043         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
2044         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
2045         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
2046         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
2047         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
2048         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
2049         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
2050         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
2051         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
2052         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
2053         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
2054         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
2055         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
2056         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
2057         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
2058         vms_conv.ads, vms_conv.adb, vms_data.ads,
2059         vxaddr2line.adb: Files added. Merge with ACT tree.
2061         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
2062         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
2063         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
2064         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
2065         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
2066         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
2067         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
2068         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
2069         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
2070         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
2072         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
2073         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
2074         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
2075         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
2076         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
2077         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
2078         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
2079         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
2080         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
2081         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
2082         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
2083         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
2084         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
2085         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
2086         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
2087         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
2088         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
2089         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
2090         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
2091         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
2092         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
2093         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
2094         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
2095         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
2096         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
2097         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
2098         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
2099         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
2100         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
2101         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
2102         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
2103         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
2104         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
2105         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
2106         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
2107         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
2108         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
2109         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
2110         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
2111         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
2112         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
2113         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
2114         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
2115         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
2116         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
2117         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
2118         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
2119         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
2120         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
2121         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
2122         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
2123         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
2124         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
2125         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
2126         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
2127         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
2128         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
2129         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
2130         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
2131         checks.adb, checks.ads, cio.c, comperr.adb,
2132         comperr.ads, csets.adb, cstand.adb, cstreams.c,
2133         debug_a.adb, debug_a.ads, debug.adb, decl.c,
2134         einfo.adb, einfo.ads, errout.adb, errout.ads,
2135         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
2136         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
2137         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
2138         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
2139         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
2140         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
2141         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
2142         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
2143         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
2144         fe.h, fmap.adb, fmap.ads, fname.adb,
2145         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
2146         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
2147         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
2148         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
2149         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
2150         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
2151         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
2152         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
2153         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
2154         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
2155         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
2156         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
2157         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
2158         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
2159         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
2160         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
2161         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
2162         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
2163         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
2164         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
2165         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
2166         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
2167         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
2168         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
2169         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
2170         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
2171         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
2172         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
2173         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
2174         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
2175         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
2176         layout.adb, lib.adb, lib.ads, lib-list.adb,
2177         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
2178         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
2179         link.c, live.adb, make.adb, make.ads,
2180         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
2181         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
2182         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
2183         misc.c, mkdir.c, mlib.adb, mlib.ads,
2184         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
2185         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
2186         namet.adb, namet.ads, namet.h, nlists.ads,
2187         nlists.h, nmake.adt, opt.adb, opt.ads,
2188         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
2189         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
2190         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
2191         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
2192         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
2193         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
2194         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
2195         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
2196         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
2197         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
2198         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
2199         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
2200         prj-util.adb, prj-util.ads, raise.c, raise.h,
2201         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
2202         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
2203         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
2204         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
2205         scans.ads, scn.adb, scn.ads, s-crc32.adb,
2206         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
2207         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
2208         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
2209         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
2210         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
2211         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
2212         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
2213         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
2214         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
2215         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
2216         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
2217         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
2218         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
2219         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
2220         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
2221         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
2222         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
2223         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
2224         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
2225         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
2226         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
2227         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
2228         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
2229         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
2230         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
2231         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
2232         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
2233         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
2234         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
2235         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
2236         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
2237         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
2238         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
2239         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
2240         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
2241         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
2242         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
2243         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
2244         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
2245         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
2246         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
2247         stringt.adb, stringt.ads, stringt.h, style.ads,
2248         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
2249         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
2250         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
2251         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
2252         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
2253         table.adb, table.ads, targparm.adb, targparm.ads,
2254         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
2255         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
2256         ttypes.ads, types.ads, types.h, uintp.adb,
2257         uintp.ads, uintp.h, uname.adb, urealp.adb,
2258         urealp.ads, urealp.h, usage.adb, utils2.c,
2259         utils.c, validsw.adb, validsw.ads, widechar.adb,
2260         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
2261         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
2262         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
2263         gnatvsn.ads: Merge with ACT tree.
2265         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
2267 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
2269         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
2270         (gnat_ug_vmx.info): Likewise.
2271         (gnat_ug_vxw.info): Likewise.
2272         (gnat_ug_wnt.info): Likewise.
2273         (gnat_rm.info): Likewise.
2274         (gnat-style.info): Likewise.
2276         * Make-lang.in (ada.install-info): Remove target.
2277         (info): New target.
2278         (install-info): Likewise.
2279         (gnat_ug_unx.info): Simplify rule.
2280         (gnat_ug_vmx.info): Likewise.
2281         (gnat_ug_vxw.info): Likewise.
2282         (gnat_ug_wnt.info): Likewise.
2283         (gnat_rm.info): Likewise.
2284         (gnat-style.info): Likewise.
2286 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2288         * Make-lang.in: Replace uses of $(target_alias) with
2289         $(target_noncanonical).
2290         * ada/Makefile.in: Remove unused mention of $(target_alias).
2292 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2294         * Make-lang.in (ada.info): Replace with ...
2295         (info): ... this.
2296         (ada.dvi): Replace with ...
2297         (dvi): ... this.
2299 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
2301         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
2302         initialize dconstp5 and dconstmp5.
2304 2003-09-28  Richard Henderson  <rth@redhat.com>
2306         * trans.c (tree_transform): Update call to expand_asm_operands.
2308 2003-09-21  Richard Henderson  <rth@redhat.com>
2310         * trans.c, utils.c: Revert.
2312 2003-09-21  Richard Henderson  <rth@redhat.com>
2314         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
2315         change to const.
2317 2003-09-04  Michael Matz  <matz@suse.de>
2319         * misc.c: Include "target.h".
2320         * Make-lang.in (misc.o): Add dependency on target.h.
2322 2003-09-03  DJ Delorie  <dj@redhat.com>
2324         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
2325         hook.
2327 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
2329         * Makefile.in: Update substitutions to match changes to
2330         configure.  Use include directives instead of @-insertions
2331         to read in host and target fragments.  Add a rule to
2332         regenerate ada/Makefile.
2334 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
2336         * lang-options.h: Remove.
2337         * lang.opt: Add help text.
2339 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
2341         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
2342         calls.
2344 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
2346         * misc.c (gnat_handle_option): Don't handle filenames.
2348 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2350         * Make-lang.in: Replace PWD with PWD_COMMAND.
2351         * Makefile.adalib: Likewise.
2352         * Makefile.in: Likewise.
2354 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
2356         * misc.c (gnat_argv): Revert last change.
2357         (gnat_handle_option, gnat_init_options): Copy arguments.
2359 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
2361         * misc.c (gnat_argv): Make const.
2363 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
2365         * misc.c (save_argc, save_argv): Keep non-static!
2367 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
2369         * misc.c (save_argc, save_argv): Make static.
2370         (gnat_init_options): New prototype.
2371         (gnat_init_options): Update.
2373 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
2375         * gnat_ug.texi: Remove unlikely characters from @vars.
2376         * gnat_ug_vms.texi: Regenerate.
2378 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2380         * misc.c (record_code_position): Adjust emit_note call.
2382 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2384         * misc.c (gnat_handle_option): Don't check for missing arguments.
2386 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
2388         * utils.c (end_subprog_body): Adjust expand_function_end call.
2390 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
2392         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
2393         Bind_Main_Program.
2395 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
2397         * lang.opt: Declare Ada.
2398         * misc.c (gnat_init_options): Update.
2400 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
2402         * utils.c (begin_subprog_body): Adjust init_function_start call.
2404 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
2406         * Make-lang.in: Update to use options.c and options.h.
2407         * misc.c: Include options.h not aoptions.h.
2408         (gnat_handle_option): Abort on unrecognized switch.
2409         (gnat_init_options): Request Ada switches.
2411 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
2413         * lang.opt: Add -Wall.
2414         * misc.c (gnat_handle_option): Handle it.
2416 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
2418         * misc.c (gnat_handle_option): Fix warnings.
2420 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
2422         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
2424 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
2426         * Make-lang.in: Update to handle command-line options.
2427         * lang.opt: New file.
2428         * misc.c: Include aoptions.h.
2429         (cl_options_count, cl_options): Remove.
2430         (gnat_handle_option): New.
2431         (gnat_decode_option): Remove.
2432         (LANG_HOOKS_DECODE_OPTION): Remove.
2433         (LANG_HOOKS_HANDLE_OPTION): Override.
2435 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2437         * init.c, misc.c, trans.c, utils.c: Remove dead code.
2439 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2441         * Makefile.in: Replace "host_canonical" with "host" for autoconf
2442         substitution.
2444 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
2446         * Make-lang.in: Update.
2447         * misc.c: Include opts.h. Define cl_options_count and cl_options.
2449 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
2451         * misc.c (gnat_init_options): Update.
2453 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
2455         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
2456         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
2457         __attribute__ ((__unused__)).
2459 2003-06-05  Jan Hubicka  <jh@suse.cz>
2461         * Make-lang.in:  Add support for stageprofile and stagefeedback
2463 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
2465         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
2466         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
2468 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
2470         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
2471         Remove non-VMS directive.
2472         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
2473         alternatives.
2474         (Examples of gnatls Usage): Remove VMS alternative.
2476 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
2478         PR ada/9953:
2479         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
2480         and turn ZCX_By_Default back to False since the underlying support
2481         is not quite there yet.
2483 2003-06-01  Andreas Jaeger  <aj@suse.de>
2485         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
2486         and ROUND_TYPE_SIZE_UNIT.
2488 2003-05-22   Geert Bosch <bosch@gnat.com>
2490         * gnat_rm.texi : Remove reference to Ada Core Technologies.
2492 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
2494         * trans.c (tree_transform): Use location_t and input_location
2495         directly.
2496         (build_unit_elab): Likewise.
2497         * utils.c (create_label_decl): Likewise.
2499 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
2501         * trans.c (tree_transform, build_unit_elab,
2502         set_lineno): Rename lineno to input_line.
2503         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
2504         end_subprog_body): Likewise.
2505         * utils2.c (build_call_raise): Likewise.
2507 2003-05-01  Laurent Guerby <guerby@acm.org>
2509         PR ada/10546
2510         * 5iosinte.ads: Increase pthread_cond_t size to match recent
2511         LinuxThread and NPTL version, merge from ACT.
2513 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
2515         * utils.c (convert): No need to clear TREE_CST_RTL.
2517 2003-04-23   Geert Bosch <bosch@gnat.com>
2519         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
2520         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
2521         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
2522         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
2523         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
2524         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
2525         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
2526         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
2527         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
2528         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
2529         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
2530         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
2531         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
2532         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
2533         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
2534         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
2535         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
2536         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
2537         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
2538         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
2539         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
2540         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
2541         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
2542         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
2543         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
2544         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
2545         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
2546         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
2547         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
2548         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
2549         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
2550         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
2551         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
2552         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
2553         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
2554         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
2555         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
2556         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
2557         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
2558         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
2559         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
2560         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
2561         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
2562         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
2563         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
2564         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
2565         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
2566         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
2567         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
2568         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
2569         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
2570         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
2571         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
2572         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
2573         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
2574         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
2575         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
2576         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
2577         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
2578         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
2579         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
2580         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
2581         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
2582         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
2583         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
2584         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
2585         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
2586         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
2587         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
2588         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
2589         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
2590         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
2591         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
2592         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
2593         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
2594         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
2595         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
2596         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
2597         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
2598         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
2599         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
2600         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
2601         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
2602         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
2603         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
2604         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
2605         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
2606         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
2607         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
2608         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
2609         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
2610         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
2611         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
2612         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
2613         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
2614         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
2615         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
2616         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
2617         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
2618         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
2619         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
2620         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
2621         ali.adb, ali.ads, alloc.ads, argv.c,
2622         atree.adb, atree.ads, atree.h, aux-io.c,
2623         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
2624         binde.adb, binde.ads, binderr.adb, binderr.ads,
2625         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
2626         butil.adb, butil.ads, cal.c, calendar.ads,
2627         casing.adb, casing.ads, ceinfo.adb, checks.adb,
2628         checks.ads, cio.c, comperr.adb, comperr.ads,
2629         config-lang.in, csets.adb, csets.ads, csinfo.adb,
2630         cstand.adb, cstand.ads, cuintp.c, debug.adb,
2631         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
2632         dec-io.ads, dec.ads, deftarg.c, directio.ads,
2633         einfo.adb, einfo.ads, elists.adb, elists.ads,
2634         elists.h, errno.c, errout.adb, errout.ads,
2635         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
2636         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
2637         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
2638         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
2639         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
2640         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
2641         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
2642         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
2643         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
2644         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
2645         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
2646         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
2647         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
2648         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
2649         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
2650         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
2651         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
2652         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
2653         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
2654         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
2655         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
2656         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
2657         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
2658         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
2659         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
2660         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
2661         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
2662         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
2663         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
2664         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
2665         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
2666         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
2667         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
2668         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
2669         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
2670         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
2671         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
2672         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
2673         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
2674         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
2675         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
2676         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
2677         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
2678         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
2679         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
2680         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
2681         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
2682         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
2683         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
2684         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
2685         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
2686         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
2687         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
2688         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
2689         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
2690         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
2691         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
2692         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
2693         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
2694         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
2695         lib.adb, lib.ads, live.adb, live.ads,
2696         machcode.ads, make.adb, make.ads, makeusg.adb,
2697         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
2698         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
2699         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
2700         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
2701         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
2702         mlib.ads, namet.adb, namet.ads, nlists.adb,
2703         nlists.ads, opt.adb, opt.ads, osint-b.adb,
2704         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
2705         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
2706         osint.ads, output.adb, output.ads, par-ch10.adb,
2707         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
2708         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
2709         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
2710         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
2711         par-tchk.adb, par-util.adb, par.adb, par.ads,
2712         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
2713         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
2714         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
2715         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
2716         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
2717         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
2718         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
2719         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
2720         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
2721         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
2722         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
2723         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
2724         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
2725         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
2726         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
2727         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
2728         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
2729         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
2730         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
2731         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
2732         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
2733         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
2734         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
2735         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
2736         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
2737         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
2738         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
2739         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
2740         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
2741         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
2742         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
2743         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
2744         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
2745         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
2746         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
2747         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
2748         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
2749         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
2750         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
2751         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
2752         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
2753         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
2754         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
2755         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
2756         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
2757         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
2758         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
2759         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
2760         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
2761         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
2762         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
2763         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
2764         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
2765         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
2766         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
2767         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
2768         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
2769         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
2770         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
2771         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
2772         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
2773         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
2774         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
2775         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
2776         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
2777         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
2778         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
2779         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
2780         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
2781         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
2782         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
2783         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
2784         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
2785         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
2786         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
2787         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
2788         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
2789         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
2790         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
2791         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
2792         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
2793         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
2794         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
2795         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
2796         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
2797         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
2798         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
2799         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
2800         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
2801         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
2802         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
2803         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
2804         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
2805         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
2806         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
2807         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
2808         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
2809         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
2810         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
2811         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
2812         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
2813         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
2814         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
2815         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
2816         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
2817         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
2818         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
2819         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
2820         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
2821         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
2822         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
2823         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
2824         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
2825         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
2826         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
2827         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
2828         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
2829         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
2830         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
2831         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
2832         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
2833         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
2834         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
2835         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
2836         snames.ads, sprint.adb, sprint.ads, stand.adb,
2837         stand.ads, stringt.adb, stringt.ads, style.adb,
2838         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
2839         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
2840         switch-m.ads, switch.adb, switch.ads, system.ads,
2841         table.adb, table.ads, targparm.adb, targparm.ads,
2842         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
2843         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
2844         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
2845         ttypef.ads, ttypes.ads, types.adb, types.ads,
2846         uintp.adb, uintp.ads, uname.adb, uname.ads,
2847         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
2848         usage.adb, usage.ads, validsw.adb, validsw.ads,
2849         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
2850         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
2851         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
2852         formatting and other trivial changes from ACT.
2854 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
2856         * gigi.h, utils2.c (build_constructor):
2857         Rename gnat_build_constructor. Use build_constructor.
2858         * decl.c (gnat_to_gnu_entity)
2859         * trans.c (tree_transform, pos_to_constructor, extract_values)
2860         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
2861         (unchecked_convert)
2862         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
2863         (fill_vms_descriptor):
2864         Update to match.
2866 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
2868         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
2869         * misc.c (gnat_tree_size): New function.
2870         (LANG_HOOKS_TREE_SIZE): Override.
2872 2003-04-03  Jason Merrill  <jason@redhat.com>
2874         * misc.c (gnat_adjust_rli): #if 0.
2876 2003-03-31   Geert Bosch <bosch@gnat.com>
2878         PR ada/10020
2879         * link.c : Fix misspelled "const" keyword
2881 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
2883         PR c++/7086
2884         * utils2.c: Adjust calls to put_var_into_stack.
2886 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2888         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
2890 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
2892         * misc.c (gnat_init): Update for new prototype.
2894 2003-03-05  Olivier Hainque  <hainque@gnat.com>
2896         ada/9961
2897         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
2898         warning, and fix return type for the IN_RTS && !SJLJ case.
2900 2003-03-04  Tom Tromey  <tromey@redhat.com>
2902         * Make-lang.in (ada.tags): New target.
2904 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
2906         ada/9911
2907         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
2908         wrapper, which name remains constant whatever underlying GCC
2909         scheme.
2911         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
2912         the stable interface needed for a-except.
2914 2003-03-02  Andreas Jaeger  <aj@suse.de>
2916         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
2917         gnat_ug_wnt.texi: Regenerate.
2919 2003-03-02  Laurent Guerby <guerby@acm.org>
2921         * Makefile.in (install-gnatlib): Match previous change there
2922         so it works.
2924 2003-02-28  Andreas Schwab  <schwab@suse.de>
2926         * Make-lang.in (install-gnatlib): Change to ada directory before
2927         running make instead of using ada/Makefile directly.
2929 2003-02-18  Ben Elliston  <bje@redhat.com>
2931         Part of fix for PR ada/9406
2932         * gnat_ug.texi (Binder output file): Grammar fix.
2934 2003-02-18  Ben Elliston  <bje@redhat.com>
2936         PR other/7350
2937         * 5qtaprop.adb (Sleep): Fix typo in comment.
2939 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
2941         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
2942         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
2943         gnat_ug_wnt.texi: Regenerate.
2945 2003-02-03  Christian Cornelssen <ccorn@cs.tu-berlin.de>
2947         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
2948         be created if necessary.
2949         (ada.install-common): Let $(DESTDIR)$(bindir) be created
2950         if necessary.  Remove erroneous and redundant gnatchop
2951         installation commands.  Test for gnatdll before attempting
2952         to install it.
2953         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
2954         and gnatdll from all plausible locations.
2956 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
2958         * utils2.c (build_unary_op): Don't check flag_volatile.
2959         * gnat_ug.texi: Remove -fvolatile from example.
2960         * gnat_ug_vxw.texi: Likewise.
2962 2003-01-29  Laurent Guerby <guerby@acm.org>
2964         PR ada/8344
2965         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
2966         * Makefile.in: match previous change.
2967         * Make-lang.in: match previous change.
2969 2003-01-29      Joel Sherrill <joel@OARcorp.com>
2971         * 5rosinte.ads: Add SIGXCPU.
2972         * 5rtpopsp.adb: New file.
2973         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
2974         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
2975         specific file 5rtpopsp.adb.
2976         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
2977         is likely needed for all newlib targets.
2978         * init.c: Add RTEMS specific version of __gnat_initialize().
2980 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2982         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
2984 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2986         * init.c (__gnat_error_handler): Make msg const.
2988         * gmem.c (convert_addresses): Move declaration ...
2989         * adaint.h: ... here.
2990         * adaint.c (convert_addresses): Adapt addrs type to match
2991         prototype.
2993         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
2995 2003-01-24  Andreas Schwab  <schwab@suse.de>
2997         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
2998         size_t to avoid warning.
3000 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
3002         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
3004 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
3006         * gnat_rm.texi: Remove RCS version number.
3008         * ada-tree.h (union lang_tree_node): Add chain_next option.
3010 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3012         * Make-lang.in (ada.install-info, ada.install-common,
3013         ada.uninstall): Prepend $(DESTDIR) to the destination
3014         directory in all (un)installation commands.
3015         * Makefile.in (install-gnatlib, install-rts): Ditto.
3017 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
3019         * gnat_rm.texi, gnat_ug.texi: Use @copying.
3020         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
3021         gnat_ug_wnt.texi: Regenerate.
3023 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3025         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
3026         only.
3027         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
3028         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
3029         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
3030         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
3031         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
3032         $(srcdir)/doc/include/gcc-common.texi.
3034 2002-12-15   Geert Bosch <bosch@gnat.com>
3036         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
3038 2002-12-14   Geert Bosch <bosch@gnat.com>
3040         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
3041         case of a body created for a Renaming_As_Body, on which
3042         conformance checks are not performed. Fixes PR ada/5690.
3044 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
3046         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
3047         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
3048         not already included.
3049         * Make-lang.in: Update dependencies.
3051 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3052         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
3053         solution to buffer overflow bug on GNU/Linux.
3055 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3056         Closes PR ada/5856 and PR ada/6919 !
3057         * bindgen.adb: Remove all references to Public_Version.
3058         * comperr.adb: Remove all references to Public_Version and
3059         GNATPRO_Version; correct bug reporting instructions.
3060         * comperr.ads: Change to match bug box.
3061         * gnatvsn.ads: Remove all references to Public version and
3062         GNATPRO version.
3064 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3065         PR ada/6919
3066         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
3067         GNU/Linux.
3069         PR ada/6558
3070         * config-lang.in: Remove diff_excludes.
3072 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
3073         PR ada/8358
3074         * trans.c (gnu_pending_elaboration_lists): New GC root.
3075         (build_unit_elab): Use..
3077 2002-10-30   Geert Bosch <bosch@gnat.com>
3078         PR ada/6558
3079         * misc.c : Include optabs.h
3081         * Make-lang.in (misc.o): Add dependency on optabs.h
3083 2002-10-29   Geert Bosch <bosch@gnat.com>
3084         PR ada/6558
3085         * Make-lang.in (gnatbind): Depend on CONFIG_H
3087 2002-10-29  Geert bosch  <bosch@gnat.com>
3088         PR ada/6558
3089         * misc.c: Unrevert misc.c (1.13)
3091 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3093         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
3094         maintainership comments.
3096 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3097         PR ada/5904
3098         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
3099         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
3100         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
3101         7staprop.adb: Correct statements in comments about
3102         maintainership of GNAT.
3104         PR ada/5904
3105         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
3106         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
3107         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
3108         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
3109         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
3110         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
3111         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
3112         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
3113         comments about maintainership of GNAT.
3115         PR ada/6919 (forward port of patch for PR ada/5904)
3116         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
3117         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
3118         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
3119         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
3120         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
3121         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
3122         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
3123         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
3124         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
3125         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
3126         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
3127         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
3128         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
3129         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
3130         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
3131         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
3132         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
3133         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
3134         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
3135         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
3136         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
3137         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
3138         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
3139         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
3140         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
3141         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
3142         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
3143         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
3144         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
3145         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
3146         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
3147         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
3148         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
3149         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
3150         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
3151         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
3152         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
3153         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
3154         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
3155         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
3156         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
3157         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
3158         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
3159         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
3160         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
3161         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
3162         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
3163         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
3164         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
3165         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
3166         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
3167         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
3168         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
3169         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
3170         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
3171         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
3172         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
3173         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
3174         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
3175         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
3176         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
3177         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
3178         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
3179         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
3180         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
3181         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
3182         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
3183         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
3184         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
3185         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
3186         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
3187         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
3188         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
3189         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
3190         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
3191         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
3192         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
3193         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
3194         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
3195         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
3196         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
3197         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
3198         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
3199         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
3200         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
3201         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
3202         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
3203         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
3204         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
3205         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
3206         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
3207         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
3208         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
3209         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
3210         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
3211         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
3212         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
3213         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
3214         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
3215         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
3216         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
3217         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
3218         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
3219         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
3220         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
3221         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
3222         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
3223         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
3224         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
3225         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
3226         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
3227         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
3228         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
3229         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
3230         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
3231         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
3232         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
3233         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
3234         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
3235         par-endh.adb par-labl.adb par-load.adb par-prag.adb
3236         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
3237         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
3238         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
3239         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
3240         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
3241         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
3242         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
3243         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
3244         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
3245         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
3246         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
3247         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
3248         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
3249         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
3250         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
3251         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
3252         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
3253         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
3254         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
3255         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
3256         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
3257         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
3258         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
3259         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
3260         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
3261         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
3262         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
3263         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
3264         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
3265         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
3266         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
3267         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
3268         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
3269         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
3270         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
3271         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
3272         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
3273         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
3274         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
3275         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
3276         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
3277         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
3278         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
3279         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
3280         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
3281         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
3282         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
3283         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
3284         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
3285         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
3286         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
3287         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
3288         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
3289         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
3290         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
3291         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
3292         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
3293         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
3294         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
3295         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
3296         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
3297         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
3298         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
3299         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
3300         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
3301         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
3302         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
3303         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
3304         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
3305         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
3306         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
3307         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
3308         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
3309         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
3310         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
3311         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
3312         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
3313         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
3314         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
3315         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
3316         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
3317         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
3318         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
3319         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
3320         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
3321         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
3322         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
3323         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
3324         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
3325         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
3326         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
3327         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
3328         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
3329         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
3330         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
3331         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
3332         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
3333         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
3334         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
3335         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
3336         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
3337         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
3338         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
3339         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
3340         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
3341         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
3342         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
3343         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
3344         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
3345         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
3346         stringt.ads stringt.h style.adb style.ads stylesw.adb
3347         stylesw.ads switch.adb switch.ads sysdep.c system.ads
3348         table.adb table.ads targparm.adb targparm.ads targtyps.c
3349         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
3350         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
3351         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
3352         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
3353         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
3354         usage.ads utils.c utils2.c validsw.adb validsw.ads
3355         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
3356         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
3357         xtreeprs.adb: Correct statements in comments about maintainership
3358         of GNAT.
3360 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
3362         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
3363         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
3364         * gnatvsn.ads: Gnat_Version_String is now a function.
3365         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
3366         copy the C version_string into a String and return it.
3367         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
3368         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
3369         Remove pragma Ident (Gnat_Version_String).  If this was the
3370         sole use of package Gnatvsn, remove the with statement too.
3371         * gnat1drv.adb: Tweak -gnatv output.
3373 2002-09-17  Richard Henderson  <rth@redhat.com>
3375         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
3376         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
3377         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
3378         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
3379         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
3380         and real_2expN instead of a loop.
3381         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
3382         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
3384 2002-08-25  Andre Leis <a.leis@gmx.net>
3385             David Billinghurst (David.Billinghurst@riotinto.com>
3387         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
3389 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3391         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
3392         Remove $(CONFIG_H) dependency.
3394 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3396         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
3398 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3400         * adadecode.c (ada_demangle): Use xstrdup in lieu of
3401         xmalloc/strcpy.
3402         * misc.c (gnat_decode_option): Likewise.
3404 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
3406         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
3407         function approach did not work well because of a side effect (the
3408         function call could reallocate the table which was being indexed
3409         using its result). Fixes ada/4851. [RESURRECTED]
3411 2002-07-01  Roger Sayle  <roger@eyesopen.com>
3413         * ada/utils.c (builtin_function): Accept an additional parameter.
3415 2002-06-28  Andreas Jaeger  <aj@suse.de>
3417         PR ada/7144
3418         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
3419         <adi@thur.de>.
3421 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3423         * Makefile.in (SHELL): Set to @SHELL@.
3425 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3427         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
3428         array size calculation.
3430 2002-06-04  Andreas Jaeger  <aj@suse.de>
3432         * Make-lang.in (gnatbind): Readd rule that has been lost in last
3433         patch.
3435 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
3437         Merge from pch-branch:
3439         * config-lang.in (gtfiles): Add ada-tree.h.
3440         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
3441         (SET_TYPE_MODULUS): New.
3442         (SET_TYPE_INDEX): New.
3443         (SET_TYPE_DIGITS_VALUE): New.
3444         (SET_TYPE_RM_SIZE): New.
3445         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
3446         (SET_TYPE_ADA_SIZE): New.
3447         (SET_TYPE_ACTUAL_BOUNDS): New.
3448         (SET_DECL_CONST_CORRESPONDING_VAR): New.
3449         (SET_DECL_ORIGINAL_FIELD): New.
3450         (TREE_LOOP_ID): Correct typo.
3451         * decl.c: Use new macros.
3452         * utils.c: Include debug.h, use new macros.
3453         * utils2.c: Use new macros.
3455         * ada-tree.h: Update all macros for new tree description.
3456         (struct tree_loop_id): New.
3457         (union lang_tree_node): New.
3458         (struct lang_decl): New.
3459         (struct lang_type): New.
3460         * misc.c (gnat_mark_tree): Delete.
3461         (LANG_HOOKS_MARK_TREE): Delete.
3462         * trans.c (tree_transform): No longer any need to cast
3463         for TREE_LOOP_ID.
3465         * utils.c (struct language_function): New dummy structure.
3467         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
3468         (misc.o): Likewise.
3469         (utils.o): Likewise; also gtype-ada.h.
3470         * Make-lang.in (gnat1): Add dependency on s-gtype.
3471         (gnatbind): Add dependency on $(CONFIG_H).
3472         * utils.c: Correct last #include.
3473         (stuct e_stack): Remove unnecessary 'static'.
3474         (mark_e_stack): Remove unused prototype.
3476         * scn-nlit.adb: Remove whitespace after version number to
3477         keep lines under 80 chars.
3478         * snames.adb: Likewise.
3479         * treepr.ads: Likewise.
3481         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
3482         (misc.o): Likewise.
3483         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
3484         * config-lang.in (gtfiles): New.
3485         * decl.c: Use gengtype for roots.
3486         * gigi.h: Use gengtype for roots.
3487         * trans.c: Use gengtype for roots.
3488         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
3490 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
3492         * misc.c (gnat_init): Adjust setting of internal_error_function.
3494 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3496         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
3497         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
3498         gnat_ug_wnt.texi: Regenerate.
3500 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
3502         * 5ntaprop.adb (with System.OS_Primitives): Remove.
3504         * cstreams.c (max_path_len): Move from here ...
3505         * adaint.c (__gnat_max_path_len): ... to here.
3506         * adaint.c (__gnat_max_path_len): Declare.
3507         * g-dirope.adb (Max_Path): Adjust.
3508         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
3509         * i-cstrea.ads (max_path_len): Adjust.
3510         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
3511         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
3513         * Makefile.in, Make-lang.in: Documentation is now built in
3514         Make-lang.in.  Store Info and generated Texinfo files in the
3515         source directory.
3516         * gnat_ug.texi: Remove CVS keywords, correct version number.
3517         Set file name correctly.
3519         * gnat_ug_*.texi: Add.
3520         * .cvsignore: Ignore generated Texinfo files.
3522 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
3524         * ada.h: Add MI guard macro.
3525         (SUBTYPE): Define constants with an anonymous enum, not static
3526         const variables.
3527         (IN): Cast constants to appropriate type before use.
3529 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
3531         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
3532         (experimental)".
3534 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3536         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
3537         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
3538         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
3539         (ALL_ADA_CFLAGS): Likewise.
3540         (ADA_INCLUDES): Likewise.
3541         Adapt for new working dir.
3542         (GNATBIND): Use Makefile.in version.
3543         (.SUFFIXES): Copy from Makefile.in.
3544         (ada-warn): Define.
3545         (.adb.o, .ads.o): Copy from Makefile.in.
3546         Added $(OUTPUT_OPTION).
3547         (GNAT1_C_OBJS): Moved from Makefile.in.
3548         Prefix with ada subdir.
3549         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
3550         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
3551         Adapt for new working dir.
3552         (EXTRA_GNATBIND_OBJS): Likewise.
3553         (ADA_BACKEND): Moved from Makefile.in.
3554         Renamed to avoid conflict with global BACKEND.
3555         Use that one.
3556         (TARGET_ADA_SRCS): Moved from Makefile.in.
3557         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
3558         Use ADA_BACKEND.
3559         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
3560         (ada_extra_files): Moved from Makefile.in.
3561         Prefix with ada subdir.
3562         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
3563         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
3564         (ada/nmake.ads): Likewise.
3565         (update-sources): Moved from Makefile.in.
3566         Prefix with ada subdir.
3567         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
3568         (ADA_TREE_H): Likewise.
3569         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
3570         (ada/memtrack.o): Likewise.
3571         (ada/adadecode.o): Likewise.
3572         Update dependencies.
3573         (ada/adaint.o): New.
3574         (ada/argv.o): Moved from Makefile.in.
3575         Prefix with ada subdir.
3576         Update dependencies.
3577         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
3578         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
3579         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
3580         Prefix with ada subdir.
3581         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
3582         (GNAT DEPENDENCIES): Regenerate.
3583         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
3584         toplevel Makefile.in.
3585         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
3586         (TARGET_ADA_SRCS): Removed.
3587         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
3588         (GNATBIND_OBJS): Likewise.
3589         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
3590         (BACKEND): Removed.
3591         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
3592         (TREE_H): Likewise.
3593         (ada_extra_files): Likewise.
3594         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
3595         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
3596         (update-sources): Likewise.
3597         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
3598         (ADA_TREE_H): Likewise.
3599         (adadecoce.o): Likewise.
3600         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
3601         (GNAT DEPENDENCIES): Likewise.
3603 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3605         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
3606         * Makefile.in: Likewise.
3608 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3610         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
3611         Restore $(CONFIG_H) and prefix.o dependencies.
3612         (ada.stage[1-4]): Depend on stage?-start.
3614         * Makefile.in (b_gnatb.c): Depend on interfac.o.
3616 2002-05-02  Jim Wilson  <wilson@redhat.com>
3618         * utils.c (finish_record_type): Change record_size to record_type.
3620 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3622         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
3623         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
3624         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
3626 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3628         * misc.c (gnat_parse_file): Update.
3630 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3632         * misc.c (gnat_init): Don't set lang_attribute_common.
3634 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3636         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
3638 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
3640         * gnat_ug.texi: New file.
3642         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
3643         instead of gfdl.texi
3645         * xgnatug.adb, ug_words: New files.
3647         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
3648         gnat_rm and gnat-style manuals.
3650 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3652         * gigi.h (incomplete_type_error): Remove.
3653         * utils.c (incomplete_type_error): Remove.
3655 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
3657         * trans.c (tree_transform): Add has_scope argument to
3658         expand_start_stmt_expr.
3660 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3662         * gigi.h (truthvalue_conversion): Rename.
3663         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
3664         * trans.c (tree_transform): Update.
3665         * utils2.c (truthvalue_conversion): Rename, update.
3666         (build_binary_op, build_unary_op): Update.
3668 2002-04-04  Laurent Guerby  <guerby@acm.org>
3670         * make.adb: Implement -margs, remove restriction about file name placement.
3671         * makeusg.adb: Documentation update.
3672         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
3673         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
3675 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3677         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
3678         (builtin_function): Similarly.
3680 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3682         * decl.c (gnat_to_gnu_entity): Update.
3683         * gigi.h (mark_addressable): Rename.
3684         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
3685         * trans.c (tree_transform): Update.
3686         * utils.c (create_var_decl): Update.
3687         * util2.c (build_binary_op, build_unary_op,
3688         fill_vms_descriptor): Update.
3689         (mark_addressable): Rename, update.
3691 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3693         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
3694         Rename.
3695         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
3696         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
3697         * trans.c (tree_transform, convert_with_check): Update.
3698         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
3699         Rename.
3701 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3703         * gigi.h (finish_incomplete_decl): Rename.
3704         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
3705         * utils.c (gnat_init_decl_processing): Don't set hook.
3706         (finish_incomplete_decl): Rename.
3708 2002-03-29  Andreas Schwab  <schwab@suse.de>
3710         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
3711         directory.
3713 2001-03-28  Robert Dewar <dewar@gnat.com>
3715         * checks.ads:
3716         (Remove_Checks): New procedure
3718         * checks.adb:
3719         (Remove_Checks): New procedure
3721         * exp_util.adb:
3722         Use new Duplicate_Subexpr functions
3723         (Duplicate_Subexpr_No_Checks): New procedure
3724         (Duplicate_Subexpr_No_Checks_Orig): New procedure
3725         (Duplicate_Subexpr): Restore original form (checks duplicated)
3726         (Duplicate_Subexpr): Call Remove_Checks
3728         * exp_util.ads:
3729         (Duplicate_Subexpr_No_Checks): New procedure
3730         (Duplicate_Subexpr_No_Checks_Orig): New procedure
3731         Add 2002 to copyright notice
3733         * sem_util.adb: Use new Duplicate_Subexpr functions
3735         * sem_eval.adb:
3736         (Eval_Indexed_Component): This is the place to call
3737         Constant_Array_Ref and to replace the value. We simply merge
3738         the code of this function in here, since it is now no longer
3739         used elsewhere. This fixes the problem of the back end not
3740         realizing we were clever enough to see that this was
3741         constant.
3742         (Expr_Val): Remove call to Constant_Array_Ref
3743         (Expr_Rep_Val): Remove call to Constant_Array_Ref
3744         Minor reformatting
3745         (Constant_Array_Ref): Deal with string literals (patch
3746         suggested by Zack Weinberg on the gcc list)
3748 2001-03-28  Ed Schonberg <schonber@gnat.com>
3750         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
3751         Duplicate_Subexpr_Move_Checks.
3753         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
3754         Duplicate_Subexpr_Move_Checks.
3756         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
3757         value of array exists before retrieving it (it may a private
3758         protected component in a function).
3760 2002-03-28   Geert Bosch <bosch@gnat.com>
3762         * prj-pp.adb : New file.
3764         * prj-pp.ads : New file.
3766 2002-03-28  Andreas Jaeger  <aj@suse.de>
3768         * Makefile.in (stamp-sdefault): Fix path for Makefile.
3770 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3772         * misc.c (gnat_expand_expr): Move prototype.
3774 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3776         * misc.c (insert_default_attributes): Remove.
3778 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3780         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
3781         (gnat_init): Don't set hook.
3782         (gnat_expand_expr): Fix prototype.
3784 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3786         * misc.c (ggc_p): Remove.
3788 2002-03-27  Geert Bosch  <bosch@gnat.com>
3790         * prj-makr.ads, prj-makr.adb : New files.
3792 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3794         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
3795         (lang_mark_tree): Make static, rename.
3797 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3799         * misc.c (maybe_build_cleanup): Remove.
3801 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3803         * gigi.h (yyparse): Remove.
3805 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
3807         * gnat_rm.texi: Sync with ACT version.
3808           (From Ben Brosgol <brosgol@gnat.com>)
3810 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3812         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
3813         (gnat_init): Remove old hook.
3815 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3817         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
3818         (yyparse): Rename gnat_parse_file.
3820 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
3822         Delete all lines containing "$Revision:".
3823         * xeinfo.adb: Don't look for revision numbers.
3824         * xnmake.adb: Likewise.
3825         * xsinfo.adb: Likewise.
3826         * xsnames.adb: Likewise.
3827         * xtreeprs.adb: Likewise.
3829 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3831         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
3832         gnat_tree_code_name): Delete.
3833         (tree_code_type, tree_code_length, tree_code_name): Define.
3834         (gnat_init): Don't try to copy into the various tree_code
3835         arrays.
3837 2002-03-11  Richard Henderson  <rth@redhat.com>
3839         * Makefile.in (.NOTPARALLEL): Add fake tag.
3841 2002-03-07  Geert Bosch  <bosch@gnat.com>
3843         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
3844         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
3845         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
3846         switch-m.adb, switch-m.ads : New files.
3848 2002-03-07  Geert Bosch  <bosch@gnat.com>
3850         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
3851         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
3852         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
3853         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
3854         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
3855         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
3856         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
3857         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
3858         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
3859         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
3860         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
3861         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
3862         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
3863         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
3864         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
3865         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
3866         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
3867         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
3868         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
3869         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
3870         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
3871         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
3872         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
3873         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
3874         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
3875         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
3876         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
3877         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
3878         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
3879         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
3880         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
3881         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
3882         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
3883         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
3884         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
3885         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
3886         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
3887         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
3888         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
3889         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
3890         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
3891         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
3892         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
3893         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
3894         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
3895         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
3896         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
3897         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
3898         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
3899         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
3900         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
3901         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
3902         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
3903         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
3904         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
3905         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
3906         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
3907         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
3908         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
3909         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
3910         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
3911         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
3912         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
3913         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
3914         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
3915         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
3916         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
3917         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
3918         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
3919         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
3920         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
3921         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
3922         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
3923         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
3924         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
3925         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
3926         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
3927         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
3928         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
3929         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
3930         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
3931         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
3932         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
3933         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
3934         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
3935         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
3936         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
3937         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
3938         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
3939         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
3940         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
3941         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
3942         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
3943         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
3944         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
3945         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
3946         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
3948         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
3949         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
3950         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
3951         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
3953         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
3954         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
3956         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
3957         to mdll-fil.ad[bs] and mdll-util.ad[bs]
3959         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
3960         from mdllfile.ad[bs] and mdlltool.ad[bs]
3962 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3964         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
3965         lieu of explicit sizeof/sizeof.
3967 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3969         * misc.c (copy_lang_decl): Remove.
3971 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
3973         * misc.c: Delete traditional-mode-related code copied from the
3974         C front end but not used, or used only to permit the compiler
3975         to link.
3977 2002-02-07  Richard Henderson  <rth@redhat.com>
3979         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
3980         * adaint.h (__gnat_to_gm_time): Update prototype.
3982 2002-01-30  Richard Henderson  <rth@redhat.com>
3984         * trans.c (tree_transform) [N_Loop_Statement]: Use
3985         expand_exit_loop_top_cond.
3987 2001-12-23  Richard Henderson  <rth@redhat.com>
3989         * utils.c (end_subprog_body): Push GC context around
3990         rest_of_compilation for nested functions.
3992 2001-12-23  Richard Henderson  <rth@redhat.com>
3994         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
3996 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
3998         * gnat-style.texi (Declarations and Types): Remove ancient style
3999         rule which was mandated by code generation issues.
4001         * gnat-style.texi (header): Add @dircategory, @direntry.
4002         (title page): Remove date.
4003         (general) Add @./@: where approriate, and two spaces after the
4004         full stop at the end of a sentence.  Use @samp markup when
4005         referring concrete lexical entities (keywords, attribute names
4006         etc.), and @syntax for ARM grammar elements. Use @r for English
4007         text in comments.  Use @emph for emphasis.  Change "if-statements"
4008         etc. to "if statements" (without @samp). Break long lines.  Make
4009         casing of section names consistent.
4010         (Identifiers): Use @samp markup for variable names.
4011         (Comments): Use @samp markup for comment characters. Line-end
4012         comments may follow any Ada code, not just statements.  Fix
4013         misspelling of "Integer" as "integer".
4014         (Loop statements): Do not use variable name "I", use "J".
4015         (Subprogram Declarations): Document alignment.
4016         (Subprogram Bodies, Block statements): Document empty line before
4017         "begin".
4019 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
4021         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
4022         function approach did not work well because of a side effect (the
4023         function call could reallocate the table which was being indexed
4024         using its result). Fixes ada/4851.
4026 2001-12-19  Robert Dewar <dewar@gnat.com>
4028         * bindgen.adb: Minor reformatting
4030         * cstand.adb: Minor reformatting
4032         * fmap.adb: Minor reformatting
4033         Change name from Add for Add_To_File_Map (Add is much too generic)
4034         Change Path_Name_Of to Mapped_Path_Name
4035         Change File_Name_Of to Mapped_File_Name
4036         Fix copyright dates in header
4038         * fmap.ads:
4039         Change name from Add for Add_To_File_Map (Add is much too generic)
4040         Change Path_Name_Of to Mapped_Path_Name
4041         Change File_Name_Of to Mapped_File_Name
4042         Fix copyright dates in header
4044         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
4045         Add use clause for Fmap.
4047         * make.adb: Minor reformatting
4049         * osint.adb: Minor reformatting.  Change of names in Fmap.
4050         Add use clause for Fmap.
4052         * prj-env.adb: Minor reformatting
4054         * prj-env.ads: Minor reformatting
4056         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
4057         error found (there were odd exceptions to this general rule in
4058         -gnatec/-gnatem processing)
4060 2001-12-19  Olivier Hainque <hainque@gnat.com>
4062         * raise.c (__gnat_eh_personality): Exception handling personality
4063         routine for Ada.  Still in rough state, inspired from the C++ version
4064         and still containing a bunch of debugging artifacts.
4065         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
4066         inspired from the C++ library.
4068         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
4069         exception handling integration.
4071 2001-12-19  Arnaud Charlet <charlet@gnat.com>
4073         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
4074         (HIE_SOURCES): Add s-secsta.ad{s,b}.
4075         (HIE_OBJS): Add s-fat*.o
4076         (RAVEN_SOURCES): Remove files that are no longer required. Add
4077         interrupt handling files.
4078         (RAVEN_MOD): Removed, no longer needed.
4080 2001-12-19  Robert Dewar <dewar@gnat.com>
4082         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
4083         Add 2001 to copyright date
4085         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
4086         need to force universal inlining for these cases.
4088 2001-12-19  Arnaud Charlet <charlet@gnat.com>
4090         * s-taprob.adb: Minor clean ups so that this unit can be used in
4091         Ravenscar HI.
4093         * exp_ch7.adb: Allow use of secondary stack in HI mode.
4094         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
4096 2001-12-19  Vincent Celier <celier@gnat.com>
4098         * prj-tree.ads (Project_Node_Record): Add comments for components
4099         Pkg_Id and Case_Insensitive.
4101 2001-12-19  Pascal Obry <obry@gnat.com>
4103         * g-socket.adb: Minor reformatting. Found while reading code.
4105 2001-12-19  Robert Dewar <dewar@gnat.com>
4107         * prj-tree.ads: Minor reformatting
4109 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4111         * config-lang.in (diff_excludes): Remove.
4113 2001-12-17  Ed Schonberg <schonber@gnat.com>
4115         * sem_res.adb (Resolve_Selected_Component): do not generate a
4116         discriminant check if the selected component is a component of
4117         the argument of an initialization procedure.
4119         * trans.c (tree_transform, case of arithmetic operators): If result
4120         type is private, the gnu_type is the base type of the full view,
4121         given that the full view itself may be a subtype.
4123 2001-12-17  Robert Dewar <dewar@gnat.com>
4125         * sem_res.adb: Minor reformatting
4127         * trans.c (tree_transform, case N_Real_Literal): Add missing third
4128         parameter in call to Machine (unknown horrible effects from this
4129         omission).
4131         * urealp.h: Add definition of Round_Even for call to Machine
4132         Add third parameter for Machine
4134 2001-12-17  Ed Schonberg <schonber@gnat.com>
4136         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
4137         predefined units in No_Run_Time mode.
4139 2001-12-17  Richard Kenner <kenner@gnat.com>
4141         * misc.c (insn-codes.h): Now include.
4143 2001-12-17  Olivier Hainque <hainque@gnat.com>
4145         * a-except.adb: Preparation work for future integration of the GCC 3
4146         exception handling mechanism
4147         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
4148         to factorize previous code sequences and make them externally callable,
4149         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
4150         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
4151         Use the new notification routines.
4153 2001-12-17  Emmanuel Briot <briot@gnat.com>
4155         * prj-tree.ads (First_Choice_Of): Document the when others case
4157 2001-12-17  Arnaud Charlet <charlet@gnat.com>
4159         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
4160         HI-E mode, in order to support Ravenscar profile properly.
4162         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
4163         mode on 32 bits targets.
4165 2001-12-17  Vincent Celier <celier@gnat.com>
4167         * fmap.adb: Initial version.
4169         * fmap.ads: Initial version.
4171         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
4172         If search is successfully done, add to mapping.
4174         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
4176         * make.adb:
4177         (Gnatmake): Add new local variable Mapping_File_Name.
4178          Create mapping file when using project file(s).
4179          Delete mapping file before exiting.
4181         * opt.ads (Mapping_File_Name): New variable
4183         * osint.adb (Find_File): Use path name found in mapping, if any.
4185         * prj-env.adb (Create_Mapping_File): New procedure
4187         * prj-env.ads (Create_Mapping_File): New procedure.
4189         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
4190         (Mapping_File)
4192         * usage.adb: Add entry for new switch -gnatem.
4194         * Makefile.in: Add dependencies for fmap.o.
4196 2001-12-17  Ed Schonberg <schonber@gnat.com>
4198         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
4199         is a package instantiation rewritten as a package body.
4200         (Install_Withed_Unit): Undo previous change, now redundant.
4202 2001-12-17  Gary Dismukes <dismukes@gnat.com>
4204         * layout.adb:
4205         (Compute_Length): Move conversion to Unsigned to callers.
4206         (Get_Max_Size): Convert Len expression to Unsigned after calls to
4207         Compute_Length and Determine_Range.
4208         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
4209         Compute_Length and Determine_Range.
4210         Above changes fix problem with length computation for supernull arrays
4211         where Max (Len, 0) wasn't getting applied due to the Unsigned
4212         conversion used by Compute_Length.
4214 2001-12-17  Arnaud Charlet <charlet@gnat.com>
4216         * rtsfind.ads:
4217         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
4218          System.Secondary_Stack.
4219         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
4220          in HI-E mode.
4221         Remove unused entity RE_Exception_Data.
4223         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
4225         * rident.ads (No_Secondary_Stack): New restriction.
4227 2001-12-17  Joel Brobecker <brobecke@gnat.com>
4229         * gnat_rm.texi: Fix minor typos. Found while reading the section
4230         regarding "Bit_Order Clauses" that was sent to a customer.
4231         Very interesting documentation!
4233 2001-12-17  Robert Dewar <dewar@gnat.com>
4235         * sem_case.adb (Choice_Image): Avoid creating improper character
4236         literal names by using the routine Set_Character_Literal_Name. This
4237         fixes bombs in certain error message cases.
4239 2001-12-17  Arnaud Charlet <charlet@gnat.com>
4241         * a-reatim.adb: Minor reformatting.
4243 2001-12-17  Ed Schonberg <schonber@gnat.com>
4245         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
4246         case where the formal is an extension of another formal in the current
4247         unit or in a parent generic unit.
4249 2001-12-17  Arnaud Charlet <charlet@gnat.com>
4251         * s-tposen.adb: Update comments.  Minor reformatting.
4252         Minor code clean up.
4254         * s-tarest.adb: Update comments.  Minor code reorganization.
4256 2001-12-17  Gary Dismukes <dismukes@gnat.com>
4258         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
4259         when Java_VM.
4261 2001-12-17  Robert Dewar <dewar@gnat.com>
4263         * exp_attr.adb: Minor reformatting
4265 2001-12-17  Ed Schonberg <schonber@gnat.com>
4267         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
4268         derivations nested within a child unit: verify that the parent
4269         type is declared in an outer scope.
4271 2001-12-17  Robert Dewar <dewar@gnat.com>
4273         * sem_ch12.adb: Minor reformatting
4275 2001-12-17  Ed Schonberg <schonber@gnat.com>
4277         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
4278         warning if current unit is a predefined one, from which bodies may
4279         have been deleted.
4281 2001-12-17  Robert Dewar <dewar@gnat.com>
4283         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
4284         Fix header format. Add 2001 to copyright date.
4286         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
4287         which caused CE during compilation if checks were enabled.
4289 2001-12-17  Vincent Celier <celier@gnat.com>
4291         * make.adb:
4292         (Switches_Of): New function
4293         (Test_If_Relative_Path): New procedure
4294         (Add_Switches): Use new function Switches_Of
4295         (Collect_Arguments_And_Compile): Use new function Switches_Of.
4296         When using a project file, test if there are any relative
4297         search path. Fail if there are any.
4298         (Gnatmake): Only add switches for the primary directory when not using
4299         a project file. When using a project file, change directory to the
4300         object directory of the main project file. When using a project file,
4301         test if there are any relative search path. Fail if there are any.
4302         When using a project file, fail if specified executable is relative
4303         path with directory information, and prepend executable, if not
4304         specified as an absolute path, with the exec directory.  Make sure
4305         that only one -o switch is transmitted to the linker.
4307         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
4309         * prj-nmsc.adb:
4310         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
4311         when using a non standard naming scheme.
4312         (Check_Ada_Naming_Scheme): Make sure that error messages
4313         do not raise exceptions.
4314         (Is_Illegal_Append): Return True if there is no dot in the suffix.
4315         (Language_Independent_Check): Check the exec directory.
4317         * prj.adb (Project_Empty): Add new component Exec_Directory
4319         * prj.ads:
4320         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
4321         (Project_Data): Add component Exec_Directory
4323         * snames.adb: Updated to match snames.ads revision 1.215
4325         * snames.ads: Added Exec_Dir
4327 2001-12-17  Robert Dewar <dewar@gnat.com>
4329         * make.adb: Minor reformatting
4331         * prj-nmsc.adb: Minor reformatting
4333         * snames.adb: Updated to match snames.ads
4335         * snames.ads: Alphebetize entries for project file
4337 2001-12-17  Ed Schonberg <schonber@gnat.com>
4339         * trans.c (process_freeze_entity): Do nothing if the entity is a
4340         subprogram that was already elaborated.
4342 2001-12-17  Richard Kenner <kenner@gnat.com>
4344         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
4345         and Esize if object is referenced via pointer.
4347 2001-12-17  Ed Schonberg <schonber@gnat.com>
4349         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
4350         is discrete before analyzing choices.
4352 2001-12-17  Joel Brobecker <brobecke@gnat.com>
4354         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
4355         containing the name of the Ada Main Program. This string is mainly
4356         intended for the debugger.
4357         (Gen_Output_File_C): Do the equivalent change when generating a C file.
4359 2001-12-17  Robert Dewar <dewar@gnat.com>
4361         * ali.adb: Set new Dummy_Entry field in dependency entry
4363         * ali.ads: Add Dummy_Entry field to source dependency table
4365         * bcheck.adb (Check_Consistency): Ignore dummy D lines
4367         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
4369         * lib-writ.ads: Document dummy D lines for missing files.
4371         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
4373 2001-12-17  Robert Dewar <dewar@gnat.com>
4375         * ali.adb: Type reference does not reset current file.
4377         * ali.adb: Recognize and scan renaming reference
4379         * ali.ads: Add spec for storing renaming references.
4381         * lib-xref.ads: Add documentation for handling of renaming references
4383         * lib-xref.adb: Implement output of renaming reference.
4385         * checks.adb:
4386         (Determine_Range): Document local variables
4387         (Determine_Range): Make sure Hbound is initialized. It looks as though
4388          there could be a real problem here with an uninitialized reference
4389          to Hbound, but no actual example of failure has been found.
4391 2001-12-17  Laurent Pautet <pautet@gnat.com>
4393         * g-socket.ads:
4394         Fix comment of Shutdown_Socket and Close_Socket. These functions
4395         should not fail silently because if they are called twice, this
4396         probably means that there is a race condition in the user program.
4397         Anyway, this behaviour is consistent with the rest of this unit.
4398         When an error occurs, an exception is raised with the error message
4399         as exception message.
4401 2001-12-17  Robert Dewar <dewar@gnat.com>
4403         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
4404         that it happens before modification of Sloc values for -gnatD.
4406         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
4407         so that it happens before modification of Sloc values for -gnatD.
4409         * switch.adb: Minor reformatting
4411 2001-12-15  Richard Henderson  <rth@redhat.com>
4413         * sem_ch7.adb: Wrap comment.
4415 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4417         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
4418         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
4419         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
4420         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
4421         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
4422         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
4423         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
4424         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
4425         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
4426         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
4427         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
4428         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
4429         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
4430         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
4431         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
4432         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
4433         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
4434         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
4435         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
4436         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
4437         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
4438         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
4439         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
4440         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
4441         spelling errors.
4443 2001-12-14  Vincent Celier <celier@gnat.com>
4445         * osint.adb(Create_Debug_File): When an object file is specified,
4446         put the .dg file in the same directory as the object file.
4448 2001-12-14  Robert Dewar <dewar@gnat.com>
4450         * osint.adb: Minor reformatting
4452         * lib-xref.adb (Output_Instantiation): New procedure to generate
4453         instantiation references.
4455         * lib-xref.ads: Add documentation of handling of generic references.
4457         * ali.adb (Read_Instantiation_Ref): New procedure to read
4458         instantiation references
4460         * ali.ads: Add spec for storing instantiation references
4462         * bindusg.adb: Minor reformatting
4464         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
4466         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
4468         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
4470         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
4472         * csets.ads:
4473         Fix header format
4474         Add 2001 to copyright date
4475         Add entry for Latin-5 (Cyrillic ISO-8859-5)
4477 2001-12-14  Matt Gingell <gingell@gnat.com>
4479         * adaint.c: mktemp is a macro on Lynx and can not be used as an
4480         expression.
4482 2001-12-14  Richard Kenner <kenner@gnat.com>
4484         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
4485         if operand is CONSTRUCTOR.
4487 2001-12-14  Ed Schonberg <schonber@gnat.com>
4489         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
4490         before emiting check on right-hand side, so that exception information
4491         is correct.
4493 2001-12-14  Richard Kenner <kenner@gnat.com>
4495         * utils.c (create_var_decl): Throw away initializing expression
4496         if just annotating types and non-constant.
4498 2001-12-14  Vincent Celier <celier@gnat.com>
4500         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
4501         Default_Ada_...
4503         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
4504         Remove functions.
4505         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
4507         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
4508         Remove functions.
4509         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
4511 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4513         * ChangeLog: Remove piece of diff output.
4515 2001-12-14  Geert Bosch <bosch@gnat.com>
4517         * config-lang.in: Update copyright notice
4519         * layout.adb: Remove commented out code.
4521         * mdllfile.ads: Update copyright notice. Fix header format.
4523         * sem_case.ads: Likewise.
4525         * sem_ch3.adb: Minor reformatting.
4527 2001-12-12  Geert Bosch <bosch@gnat.com>
4529         * freeze.ads: Update copyright date.
4531         * g-comlin.ads: Minor reformatting.
4533         * gnat-style.texi: Fix typo.
4535 2001-12-12  Geert Bosch <bosch@gnat.com>
4537         *  einfo.h: Regenerate.
4539 2001-12-12  Ed Schonberg <schonber@gnat.com>
4541         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
4542         on known node types, rather than untyped fields. Further cleanups.
4544 2001-12-12  Robert Dewar <dewar@gnat.com>
4546         * sem_ch12.adb:
4547         (Save_Entity_Descendant): Minor comment update.
4548         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
4549          of an N_Attribute_Reference node. As per note below, this does not
4550         eliminate need for Associated_Node in attribute ref nodes.
4551         (Associated_Node): Documentation explicitly mentions attribute
4552         reference nodes, since this field is used in such nodes.
4554         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
4556 2001-12-12  Robert Dewar <dewar@gnat.com>
4558         * s-stalib.adb: Add more comments on with statements being needed
4560         * par-ch12.adb: Minor reformatting
4562         * prj-dect.ads: Fix copyright header
4564         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
4565         inputs fit in 32 bits, but the result still overflows.
4567         * s-fatgen.ads: Minor comment improvement
4569 2001-12-12  Ed Schonberg <schonber@gnat.com>
4571         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
4572         formal derived type, look for an inherited component from the full
4573         view of the parent, if any.
4575 2001-12-12  Robert Dewar <dewar@gnat.com>
4577         * checks.ads (Apply_Alignment_Check): New procedure.
4579         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
4580         ensure that the alignment of objects with address clauses is
4581         appropriate, and raise PE if not.
4583         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
4584         Exp_Pakd.Known_Aligned_Enough
4586         * mdllfile.ads: Minor reformatting
4588         * mlib-fil.ads: Minor reformatting
4590 2001-12-12  Ed Schonberg <schonber@gnat.com>
4592         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
4593         fix to any component reference if enclosing record has non-standard
4594         representation.
4596 2001-12-12  Vincent Celier <celier@gnat.com>
4598         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
4599         Iteration
4601 2001-12-12  Ed Schonberg <schonber@gnat.com>
4603         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
4604         sem_attr.
4606 2001-12-12  Robert Dewar <dewar@gnat.com>
4608         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
4610 2001-12-12  Emmanuel Briot <briot@gnat.com>
4612         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
4613         and it adds dependencies to system.io.
4615 2001-12-12  Pascal Obry <obry@gnat.com>
4617         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
4618         variable name.
4620 2001-12-11  Ed Schonberg <schonber@gnat.com>
4622         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
4623         that is the parent of other generics, the instance body replaces the
4624         instance node.  Retrieve the instance of the spec, which is the one
4625         that is visible in clients and within the body.
4627 2001-12-11  Vincent Celier <celier@gnat.com>
4629         * gnatmain.adb: Initial version.
4631         * gnatmain.ads: Initial version.
4633         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
4635         * snames.adb: Updated to match snames.ads.
4637         * snames.ads: Added Gnatstub.
4639 2001-12-11  Vincent Celier <celier@gnat.com>
4641         * prj-attr.adb (Initialization_Data): Change name from
4642         Initialisation_Data.
4644 2001-12-11  Emmanuel Briot <briot@gnat.com>
4646         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
4647         + and * applied to backslashed expressions like \r.
4649 2001-12-11  Vasiliy Fofanov <fofanov@gnat.com>
4651         * g-os_lib.ads: String_List type added, Argument_List type is now
4652         subtype of String_List.
4654 2001-12-11  Robert Dewar <dewar@gnat.com>
4656         * g-os_lib.ads: Change copyright to FSF
4657         Add comments for String_List type
4659 2001-12-11  Vincent Celier <celier@gnat.com>
4661         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
4662         string to the buffer).
4664 2001-12-11  Ed Schonberg <schonber@gnat.com>
4666         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
4667         sem_attr.
4669         * sem_attr.adb: Simplify previous fix for Address.
4670         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
4671         to avoid anomalies where the bound of the type appears to raise
4672         constraint error.
4674 2001-12-11  Robert Dewar <dewar@gnat.com>
4676         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
4677         handled.
4679 2001-12-11  Ed Schonberg <schonber@gnat.com>
4681         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
4682         renamed unit before checking for recursive instantiations.
4684 2001-12-11  Emmanuel Briot <briot@gnat.com>
4686         * prj.ads: Add comments for some of the fields.
4688 2001-12-11  Robert Dewar <dewar@gnat.com>
4690         * lib-xref.adb (Output_Refs): Don't output type references outside
4691         the main unit if they are not otherwise referenced.
4693 2001-12-11  Ed Schonberg <schonber@gnat.com>
4695         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
4696         code and diagnose additional illegal uses
4698         * sem_util.adb (Is_Object_Reference): An indexed component is an
4699         object only if the prefix is.
4701 2001-12-11  Vincent Celier <celier@gnat.com>
4703         * g-diopit.adb: Initial version.
4705         * g-diopit.ads: Initial version.
4707         * g-dirope.adb:
4708         (Expand_Path): Avoid use of Unbounded_String
4709         (Find, Wildcard_Iterator): Moved to child package Iteration
4711         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
4713 2001-12-11  Robert Dewar <dewar@gnat.com>
4715         * sem_attr.adb: Minor reformatting
4717 2001-12-11  Ed Schonberg <schonber@gnat.com>
4719         * sem_ch3.adb: Clarify some ???.
4721 2001-12-11  Robert Dewar <dewar@gnat.com>
4723         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
4724         Exp_Pakd.Known_Aligned_Enough
4726         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
4727         version is moved to Exp_Ch13.
4729 2001-12-11  Robert Dewar <dewar@gnat.com>
4731         * einfo.ads: Minor reformatting
4733         * exp_ch5.adb: Add comment for previous.change
4735         * ali.adb: New interface for extended typeref stuff.
4737         * ali.ads: New interface for typeref stuff.
4739         * checks.adb (Apply_Alignment_Check): New procedure.
4741         * debug.adb: Add -gnatdM for modified ALI output
4743         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
4745         * lib-xref.adb: Extend generation of <..> notation to cover
4746         subtype/object types. Note that this is a complete rewrite,
4747         getting rid of the very nasty quadratic algorithm previously
4748         used for derived type output.
4750         * lib-xref.ads: Extend description of <..> notation to cover
4751         subtype/object types. Uses {..} for these other cases.
4752         Also use (..) for pointer types.
4754         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
4756         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
4757         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
4759 2001-12-11  Vincent Celier <celier@gnat.com>
4761         * gnatcmd.adb:
4762         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
4763         Changed /BIND_ONLY to /ACTIONS=BIND
4764         Changed /LINK_ONLY to /ACTIONS=LINK
4766 2001-12-11  Ed Schonberg  <schonber@gnat.com>
4768         * sem_ch8.adb (Find_Selected_Component): improved search for a
4769         candidate package in case of error.
4771         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
4772         chain back on scope stack before reinstalling use clauses.
4774         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
4775         is enabled, do not kill the code for the condition, to preserve
4776         warning.
4778 2001-12-11  Robert Dewar <dewar@gnat.com>
4780         * checks.adb (Insert_Valid_Check): Apply validity check to expression
4781         of conversion, not to result of conversion.
4783 2001-12-11  Ed Schonberg <schonber@gnat.com>
4785         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
4786         before freezing parent. If the declarations are mutually recursive,
4787         an access to the current record type may be frozen before the
4788         derivation is complete.
4790 2001-12-05  Vincent Celier <celier@gnat.com>
4792         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
4793         -c /COMPILE_ONLY, -l /LINK_ONLY
4795         * opt.ads:
4796         (Bind_Only): New Flag
4797         (Link_Only): New flag
4799         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
4800         and -l (Link_Only)
4802         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
4804         * make.adb:
4805         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
4806         (Gnatmake): Set the step flags. Only perform a step if the
4807         corresponding step flag is True.
4808         (Scan_Make_Arg): Reset the bind and link step flags when -u
4809         or -gnatc has been specified.
4811 2001-12-05  Ed Schonberg <schonber@gnat.com>
4813         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
4814         get bounds from right operand.
4816         * sem_eval.adb: Minor reformatting
4818         * exp_util.adb (Make_Literal_Range): use bound of literal rather
4819         than Index'First, its lower bound may be different from 1.
4821         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
4822         and C48009J
4824 2001-12-05  Vincent Celier <celier@gnat.com>
4826         * prj-nmsc.adb Minor reformatting
4828         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
4829         set and libraries are not supported.
4831 2001-12-05  Ed Schonberg <schonber@gnat.com>
4833         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
4834         private view explicitly, so the back-end can treat as a global
4835         when appropriate.
4837 2001-12-05  Ed Schonberg <schonber@gnat.com>
4839         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
4840          unit, always replace instance node with new body, for ASIS use.
4842 2001-12-05  Vincent Celier <celier@gnat.com>
4844         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
4845         libraries are not supported and both attributes Library_Name and
4846         Library_Dir are specified.
4848         * prj-proc.adb (Expression): Set location of Result to location of
4849         first term.
4851         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
4852         (prj-nmsc is now importing MLib.Tgt)
4854         * prj-proc.adb: Put the change indicated above that was forgotten.
4856 2001-12-05  Robert Dewar <dewar@gnat.com>
4858         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
4860 2001-12-05  Ed Schonberg <schonber@gnat.com>
4862         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
4863         constraint, introduce explicit subtype declaration and derive from it.
4865         * sem_ch3.adb: Minor reformatting
4867 2001-12-05  Robert Dewar <dewar@gnat.com>
4869         * checks.adb (Determine_Range): Increase cache size for checks.
4870         Minor reformatting
4872         * exp_ch6.adb: Minor reformatting
4873         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
4874         a parameter whose root type is System.Address, since treating such
4875         subprograms as pure in the code generator is almost surely a mistake
4876         that will lead to unexpected results.
4878         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
4879         change handling of conversions.
4881         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
4883 2001-12-05  Ed Schonberg <schonber@gnat.com>
4885         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
4886         aggregate with static wrong size, attach generated Raise node to
4887         declaration.
4889 2001-12-05  Robert Dewar <dewar@gnat.com>
4891         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
4892         Fixes compilation abandoned bomb in B24009B.
4894 2001-12-05  Ed Schonberg <schonber@gnat.com>
4896         * sem_ch12.adb:
4897         Document use of Associated_Node on Selected_Components.
4898         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
4899         to clarify use of untyped descendant fields.
4901 2001-12-05  Robert Dewar <dewar@gnat.com>
4903         * prj-dect.ads: Add ??? comment
4904         Add 2001 to copyright notice (was not done in after all)
4906         * prj-part.adb: Minor reformatting. Reword one awkward error message.
4908         * prj.ads: Minor reformatting throughout, and add some ??? comments
4910         * snames.ads: Minor reformatting
4912 2001-12-05  Geert Bosch <bosch@gnat.com>
4914         * snames.adb: Autoupdate
4916 2001-12-05  Vincent Celier <celier@gnat.com>
4918         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
4920         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
4922         * prj-env.adb: Minor comment changes (modifying -> extends).
4924         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
4926         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
4927         Tok_Extends.
4929         * prj.adb (Initialize): Change Modifying to Extends.
4931         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
4933         * prj.ads: Minor comment change (Modifying -> extending).
4935         * snames.ads: Change modifying to extends.
4937 2001-12-05  Robert Dewar <dewar@gnat.com>
4939         * sem_warn.adb: Remove stuff for conditionals, we are not going to
4940         do this after all.
4942         * sem_warn.ads: Remove stuff for conditionals, we are not going to
4943         do this after all.  Add 2001 to copyright notice
4945 2001-12-04  Geert Bosch <bosch@gnat.com>
4947         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
4949 2001-12-04  Robert Dewar <dewar@gnat.com>
4951         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
4952         location if we already have errors. Stops some cases of cascaded
4953         errors.
4955         * errout.adb: Improve comment.
4957 2001-12-04  Robert Dewar <dewar@gnat.com>
4959         * sem_ch12.adb:
4960         (Analyze_Formal_Type_Definition): Defend against Error.
4961         (Analyze_Formal_Subprogram): Defend against Error.
4963         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
4964         remove following semicolon if present. Removes cascaded error.
4966 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
4968         * bindgen.adb:
4969         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
4970          exceptions equals 0.
4971         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
4972         Fixes PIWG E tests (which have to be run with -gnatL).
4974 2001-12-04  Robert Dewar <dewar@gnat.com>
4976         * einfo.ads: Minor reformatting
4978 2001-12-04  Ed Schonberg <schonber@gnat.com>
4980         * einfo.ads: Block_Node points to the identifier of the block, not to
4981         the block node itself, to preserve the link when the block is
4982         rewritten, e.g. within an if-statement with a static condition.
4984         * inline.adb (Cleanup_Scopes): recover block statement from block
4985         entity using new meaning of Block_Node.
4987         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
4988         identifier of block node, rather than to node itself.
4990 2001-12-04  Gary Dismukes <dismukes@gnat.com>
4992         * layout.adb:
4993         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
4994         (Discrimify): Go back to setting the Etypes of the selected component
4995         because the Vname component does not exist at this point and will
4996         fail name resolution. Also set Analyzed.
4997         Remove with and use of Sem_Res.
4999 2001-12-04  Arnaud Charlet <charlet@gnat.com>
5001         * Makefile.in: (HIE_SOURCES): add s-fat*.
5003 2001-12-04  Robert Dewar <dewar@gnat.com>
5005         * sem_attr.adb:
5006         (Compile_Time_Known_Attribute): New procedure.
5007         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
5008          proper range check.
5010 2001-12-04  Ed Schonberg <schonber@gnat.com>
5012         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
5013         processing discriminants to diagnose illegal default values.
5015 2001-12-04  Ed Schonberg <schonber@gnat.com>
5017         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
5018         access discriminant within a type extension that constrains its
5019         parent discriminants.
5021 2001-12-04  Ed Schonberg <schonber@gnat.com>
5023         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
5024         is malformed, use instance of Any_Id to allow analysis to proceed.
5026         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
5027         type definition is illegal.
5028         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
5029         misplaced.
5031 2001-12-04  Ed Schonberg <schonber@gnat.com>
5033         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
5034         constants.
5036 2001-12-04  Robert Dewar <dewar@gnat.com>
5038         * errout.adb: Minor reformatting
5040 2001-12-04  Robert Dewar <dewar@gnat.com>
5042         * exp_util.adb: Minor reformatting from last change
5044         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
5045         which is a rewriting of an expression, traverse the original
5046         expression to remove warnings that may have been posted on it.
5048 2001-12-04  Ed Schonberg <schonber@gnat.com>
5050         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
5051         record that has other packed components.
5053 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
5055         * adaint.c: Minor cleanups.
5057 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
5059         * adaint.c: Do not use utime.h on vxworks.
5061 2001-12-04  Arnaud Charlet <charlet@gnat.com>
5063         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
5064         more confusion than it solves.
5066 2001-12-04  Geert bosch <bosch@gnat.com>
5068         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
5070 2001-12-04  Geert Bosch  <bosch@gnat.com>
5072         * Makefile.in (update-sources): New target.
5073         For use by gcc_release script.
5075 2001-12-04  Ed Schonberg <schonber@gnat.com>
5077         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
5078         a configuration pragma, it is now legal wherever a pragma can appear.
5080 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
5082         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
5083         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
5084         is now @CROSS@ -DIN_GCC; update comment.
5086 2001-12-04  Robert Dewar <dewar@gnat.com>
5088         * einfo.adb (Has_Pragma_Pure_Function): New flag.
5089         Fix problem that stopped ceinfo from working
5091         * einfo.ads (Has_Pragma_Pure_Function): New flag.
5093         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
5095 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
5097         * gnatchop.adb:
5098         (File_Time_Stamp): New procedure.
5099         (Preserve_Mode): New boolean.
5100         (Write_Unit): Pass time stamp.
5101         Implement -p switch (preserve time stamps).
5103         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
5105         * gnatchop.adb: Do usage info for -p switch
5107         * adaint.h (__gnat_set_file_time_name): New function
5109         * adaint.c (__gnat_set_file_time_name): Implement
5111         * adaint.h: Fix typo
5113 2001-12-03  Robert Dewar <dewar@gnat.com>
5115         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
5116         have Associated_Node.
5118 2001-12-03  Robert Dewar <dewar@gnat.com>
5120         * prj-proc.adb: Minor reformatting
5122         * make.adb: Minor reformatting
5124 2001-12-03  Geert Bosch <bosch@gnat.com>
5126         * make.adb: Minor reformatting.
5128 2001-12-03 Robert Dewar  <dewar@gnat.com>
5130         * sem_ch12.adb: Minor reformatting
5132 2001-12-03  Ed Schonberg <schonber@gnat.com>
5134         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
5135         push Standard on the stack before analyzing the instance body,
5136         in order to have a clean visibility environment.
5138         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
5140 2001-12-03  Ed Schonberg <schonber@gnat.com>
5142         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
5143         instantiation of a body that contains an inlined body.
5145 2001-12-03  Ed Schonberg <schonber@gnat.com>
5147         * sem_ch12.adb:
5148         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
5149         to prevent freezing within formal packages.
5150         (Freeze_Subprogram_Body): If body comes from another instance that
5151         appeared before its own body, place freeze node at end of current
5152         declarative part, to prevent a back-end crash.
5153         (Inline_Instance_Body): Handle properly a package instance within
5154         a subprogram instance that is a child unit.
5156 2001-12-01  Graham Stott  <grahams@redhat.com>
5158         * Makefile.in (misc.o): Add missing $(srcdir) prefix
5159         and add optabs.h dependency.
5161         * misc.c: Include optabs.h
5162         (gnat_tree_code_type): Make static and const.
5163         (gnat_tree_code_length): Likewise.
5164         (gnat_tree_code_name): Likewise.
5165         (update_setjmp_buf): Obtain operands mode from insn_data.
5167 2001-11-29  Richard Henderson  <rth@redhat.com>
5169         * init.c: Remove obsolete dwarf2 frame.h section.
5171 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5173         * Make-lang.in (ada.generated-manpages): New dummy target.
5175 2001-11-29  Ed Schonberg <schonber@gnat.com>
5177         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
5178         into Command, an array conversion is illegal here. Uncovered by
5179         ACATS B460005.
5181 2001/11/28  Geert Bosch <bosch@gnat.com>
5183         * init.c: Minor whitespace changes.
5185 2001-11-28  Doug Rupp <rupp@gnat.com>
5187         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
5188         signal stack.
5190 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
5192         * misc.c (gnat_expand_constant): Move declaration above
5193         definition of lang_hooks.
5194         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
5195         (gnat_init): lang_expand_constant no longer exists.
5197         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
5198         always have vprintf.
5199         (gnat_init): Always call set_internal_error_function.
5201 2001-11-27  Andreas Jaeger  <aj@suse.de>
5203         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
5205 2001-11-27  Laurent Guerby  <guerby@acm.org>
5207         * Makefile.in: Regenerate Ada dependencies.
5209 2001-11-26  Richard Henderson  <rth@redhat.com>
5211         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
5212         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
5213         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
5215 2001-11-25  Laurent Guerby  <guerby@acm.org>
5217         * sysdep.c (rts_get_*): Fix style.
5219 2001-11-19  Laurent Guerby  <guerby@acm.org>
5221         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
5222         since it is of no apparent use and cause warnings.
5224 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5226         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
5227         static too.
5228         (gnat_init): Don't return NULL.
5229         (finish_parse): Remove.
5231 2001-11-17  Laurent Guerby  <guerby@acm.org>
5233         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
5234         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
5235         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
5236         * lang-spec.h: Add missing struct field to silence warnings.
5237         * sysdep.c (rts_get_*): Provide K&R prototype.
5238         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
5239         * traceback.c (Unlock_Task, Lock_Task): Likewise.
5240         * tracebak.c (__gnat_backtrace): Remove unused variable.
5241         * utils.c (end_subprog_body): Move to K&R style.
5243 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5245         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
5247 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5249         * misc.c (gnat_init): Change prototype.  Include the
5250         functionality of the old init_parse and init_decl_processing.
5251         (gnat_init_decl_processing): New prototype.
5252         (init_parse): Remove.
5253         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
5255 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5257         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
5258         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
5259         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
5260         set_yydebug): Remove.
5262 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5264         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
5265         (struct lang_hooks): Constify.
5266         (language_string, lang_identify): Remove.
5267         * utils.c (init_decl_processing): Update.
5269 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5271         * misc.c: Include langhooks-def.h.
5272         * Makefile.in: Update.
5274 2001-10-30  Robert Dewar <dewar@gnat.com>
5276         * style.adb:
5277         (Check_Identifier): Rewrite circuit to be compatible with use of letters
5278         in the upper half of ASCII.
5279         (Check_Identifier): Minor reformatting
5281 2001-10-30  Geert Bosch <bosch@gnat.com>
5283         * (Associated_Node, Set_Associated_Node): Do not check for
5284         Freeze_Entity.
5286 2001-10-30  Robert Dewar <dewar@gnat.com>
5288         * a-reatim.ads: Minor reformatting
5290 2001-10-30  Robert Dewar <dewar@gnat.com>
5292         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
5293         undocumented declarations.
5295 2001-10-30  Pascal Obry <obry@gnat.com>
5297         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
5298         to the binder and linker.
5299         Minor style fix.
5301         * mdll.ads: Fix layout.  Update copyright notice.
5303         * mdll.adb: Fix layout.  Update copyright notice.
5305 2001-10-30  Robert Dewar <dewar@gnat.com>
5307         * usage.adb: Minor fix to output for -gnaty.
5309 2001-10-30  Ed Schonberg <schonber@gnat.com>
5311         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
5312         to accommodate all its possible values.
5314         * a-reatim.adb (Split): Special-case handling of Time_Span_First
5315         and of small absolute values of T.
5317 2001-10-30  Richard Kenner <kenner@gnat.com>
5319         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
5320         set_mem_attributes since not needed and wrong if RESULT if a REG;
5321         fixes ACATS failures.
5323 2001-10-30  Geert Bosch <bosch@gnat.com>
5325         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
5326         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
5328 2001-10-30  Robert Dewar <dewar@gnat.com>
5330         * bindusg.adb: Undocument -f switch.
5332         * gnatcmd.adb: Remove /FULL_ELABORATION.
5334         * opt.ads (Force_RM_Elaboration_Order): Document that this is
5335         obsolescent.
5337         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
5339         * gnatbind.adb: Minor update of warning msg.
5341 2001-10-30  Vincent Celier <celier@gnat.com>
5343         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
5344         for project file switches (-P (/PROJECT_FILE=),
5345          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
5346         or MEDIUM or HIGH)
5348 2001-10-30  Geert Bosch <bosch@gnat.com>
5350         * decl.c: Minor whitespace fixes.
5352 2001-10-30  Richard Kenner <kenner@gnat.com>
5354         * utils2.c (build_allocator): Test for SIZE overflow in array case too
5356 2001-10-30  Geert Bosch <bosch@gnat.com>
5358         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
5359         Found due to GCC 3.0 warning of using uninitialized value.
5361         * layout.adb:
5362         (Get_Max_Size): Use variant record for tracking value/expression.
5363          Makes logic clearer and prevents warnings for uninitialized variables.
5364         (Layout_Array_Type): Use variant record for tracking value/expression.
5365          Makes logic clearer and prevents warnings for uninitialized variables.
5367 2001-10-30  Robert Dewar <dewar@gnat.com>
5369         * lib.adb: Minor reformatting
5371         * s-taprop.ads: Minor reformatting
5373 2001-10-29  Laurent Guerby  <guerby@acm.org>
5375         * init.c:
5376         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
5377         const.
5378         (_gnat_error_handler): Make MSG const.
5380 2001-10-29  Richard Kenner <kenner@gnat.com>
5382         * sysdep.c: Fix localtime_r problem on LynxOS.
5383         Also remove #elif to avoid warnings.
5385         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
5386         used by this.
5388         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
5390 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5392         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
5393         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
5394         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
5395         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
5396         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
5397         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
5398         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
5399         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
5400         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
5401         types.ads, urealp.adb: Fix spelling errors.
5403 2001-10-27  Laurent Guerby <guerby@acm.org>
5405         * trans.c (gigi): Fix non determinism leading to bootstrap
5406         comparison failures for debugging information.
5408 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
5410         * gnat_rm.texi: Use @./@: where appropriate.
5412 2001-10-26  Robert Dewar <dewar@gnat.com>
5414         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
5416 2001-10-26  Richard Kenner <kenner@gnat.com>
5418         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
5420 2001-10-26  Richard Kenner <kenner@gnat.com>
5422         * decl.c (validate_size): Modify message for bad size to avoid
5423         implication that compiler is modifying the size.
5425 2001-10-26  Robert Dewar <dewar@gnat.com>
5427         * prj-util.adb: Minor reformatting. Fix bad header format.
5429 2001-10-26  Robert Dewar <dewar@gnat.com>
5431         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
5433         * sinfo.ads: Clarify use of Associated_Node (documentation only).
5435         * sem_ch12.adb: Change Node4 to Associated_Node. Change
5436         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
5437         much more narrowly in places where needed. These are cleanups.
5439 2001-10-26  Joel Brobecker <brobecke@gnat.com>
5441         * 5zosinte.ads (null_pthread): new constant.
5443         * 5ztaprop.adb:
5444         (Initialize_TCB): Initialize thread ID to null, to be able to verify
5445          later that this field has been set.
5446         (Finalize_TCB): ditto.
5447         (Suspend_Task): Verify that the thread ID is not null before using it.
5448         (Resume_Task): ditto.
5450         * s-tasdeb.adb:
5451         (Resume_All_Tasks): Lock the tasks list before using it.
5452         (Suspend_All_Tasks): ditto.
5454 2001-10-26  Richard Kenner <kenner@gnat.com>
5456         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
5457         Make constant variant of designated type for Is_Access_Constant.
5458         Call update_pointer_to with main variant.
5460         * trans.c (process_freeze_entity, process_type):
5461         Call update_pointer_to on main variant.
5463         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
5464         If main variant, update all other variants.
5466         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
5467         TREE_STATIC.
5469 2001-10-26  Robert Dewar <dewar@gnat.com>
5471         * prj-util.adb: Minor reformatting
5473 2001-10-26  Robert Dewar <dewar@gnat.com>
5475         * prj-util.adb: Minor reformatting
5477 2001-10-26  Robert Dewar <dewar@gnat.com>
5479         * prj-attr.adb: Minor reformatting throughout
5481 2001-10-26  Robert Dewar <dewar@gnat.com>
5483         * prj-attr.ads: Minor reformatting
5484         Add ??? comment (this whole spec has almost no comments)
5486 2001-10-26  Vincent Celier <celier@gnat.com>
5488         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
5489         ("//") that precede the drive letter on Interix.
5491 2001-10-26  Geert Bosch <bosch@gnat.com>
5493         * gnat_rm.texi: Add GNAT Reference Manual.
5495 2001-10-25  Robert Dewar <dewar@gnat.com>
5497         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
5498         is Error. Similar change for other renaming cases.
5500 2001-10-25  Robert Dewar <dewar@gnat.com>
5502         * s-atacco.ads: Add pragma Inline_Always for functions.
5503         Fix header format. Add copyright 2001
5505 2001-10-25  Ed Schonberg <schonber@gnat.com>
5507         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
5508         return Error rather than Empty so that analysis can proceed.
5510 2001-10-25  Ed Schonberg <schonber@gnat.com>
5512         * sem_util.adb (Enter_Name): better handling of cascaded error
5513         messages when a unit appears in its own context.
5515 2001-10-25  Ed Schonberg <schonber@gnat.com>
5517         * sem_util.adb (Defining_Entity): in case of error, attach created
5518         entity to specification, so that semantic analysis can proceed.
5520 2001-10-25  Robert Dewar <dewar@gnat.com>
5522         * sem_util.adb
5523         (Defining_Entity): Deal with Error.
5524         (Process_End_Label): Deal with bad end label for.
5526 2001-10-25  Ed Schonberg <schonber@gnat.com>
5528         * sem_elab.adb (Check_A_Call): refine message when call is in an
5529         instance but callee is not declared in the generic unit.
5531 2001-10-25  Ed Schonberg <schonber@gnat.com>
5533         * sem_elab.adb (Check_A_Call): check for renaming before finding the
5534         enclosing unit, which may already be different from the calling unit.
5536 2001-10-25  Geert Bosch <bosch@gnat.com>
5538         * 4gintnam.ads: fix header format.
5540 2001-10-25  Ed Schonberg <schonber@gnat.com>
5542         * sem_res.adb (Resolve_Call): if the call is actually an indexing
5543         operation on the result of a parameterless call, perform elaboration
5544         check after the node has been properly rewritten.
5546         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
5547         inlined within the generic tree, the defining identifier is not a
5548         compilation_unit.
5550 2001-10-25  Ed Schonberg <schonber@gnat.com>
5552         * sem_res.adb (Resolve): special-case resolution of Null in an
5553          instance or an inlined body to avoid view conflicts.
5555         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
5556          compatibility by retrieving the access type of the generic copy.
5558 2001-10-25  Robert Dewar <dewar@gnat.com>
5560         * sem_ch3.adb:
5561         (Analyze_Number_Declaration): Handle error expression.
5562         (Signed_Integer_Type_Declaration): Handle error bound.
5563         (Analyze_Subtype_Indication): Handle error range.
5565         * sem_util.adb (Get_Index_Bounds): Check for Error.
5567 2001-10-25  Robert Dewar <dewar@gnat.com>
5569         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
5570         in no run time mode.
5572 2001-10-25  Pascal Obry <obry@gnat.com>
5574         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
5575         mode case for ALLOC case.
5577         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
5578         all platforms. Improvement of last change.
5580 2001-10-25  Robert Dewar <dewar@gnat.com>
5582         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
5584 2001-10-25  Geert Bosch  <bosch@gnat.com>
5586         * osint.adb (Is_Relative): Remove duplicate.
5588 2001-10-25  Pascal Obry <obry@gnat.com>
5590         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
5591         pathnames in UNIX and DOS style with drive letter.
5592         (Is_Relative): new routine.
5594         * osint.adb: Minor reformatting
5596         * osint.adb (Is_Relative): implementation using
5597         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
5599 2001-10-25  Pascal Obry <obry@gnat.com>
5601         * g-dirope.adb (Basename): correctly compute offset between the
5602         original Path and the translated one.
5604         * g-dirope.adb: (Base_Name): add some comments.
5606 2001-10-25  Robert Dewar <dewar@gnat.com>
5608         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
5609         in HIE mode, avoids compilation abandoned message
5611         * exp_imgv.adb: Correct typo in previous change
5613         * exp_imgv.adb: Correct typo in previous change (not my day!)
5615 2001-10-25  Robert Dewar <dewar@gnat.com>
5617         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
5619 2001-10-25  Pascal Obry <obry@gnat.com>
5621         * g-awk.ads: Move all pragma inlines next to the routine
5622          declarations. This is more uniform with other GNAT spec.
5624 2001-10-22  Geert Bosch  <bosch@gnat.com>
5626         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
5628 2001-10-19  Geert Bosch  <bosch@gnat.com>
5630         * Makefile.in (tools, gnattools): Remove gnatmem.
5632 2001-10-17  Richard Henderson  <rth@redhat.com>
5634         * Makefile.in (misc.o): Depend on langhooks.h.
5635         * misc.c: Include it.
5636         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
5637         (LANG_HOOKS_DECODE_OPTION): New.
5638         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
5640 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
5642         * trans.c (tree_transform): Adjust to recent change in
5643         expand_asm_operands to implement named asm operands.
5645 2001-10-11  Ed Schonberg  <schonber@gnat.com>
5647         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
5648         renaming of discriminant for mutable record type.
5650 2001-10-11  Robert Dewar  <dewar@gnat.com>
5652         * validsw.adb: Properly save -gnatVn status.
5654 2001-10-11  Robert Dewar <dewar@gnat.com>
5656         * usage.adb: Add lines for V switch.
5658         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
5659         (/VALIDITY_CHECKING).
5661 2001-10-11  Ed Schonberg <schonber@gnat.com>
5663         * sem_type.adb (Add_One_Interp): an operator for a type declared in
5664         an extension of System is known to be visible.
5666 2001-10-11  Ed Schonberg <schonber@gnat.com>
5668         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
5669         properly. Fixes regression on ACATS C34005G.
5671 2001-10-11  Robert Dewar <dewar@gnat.com>
5673         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
5674         loop in generic instance, since this is likely not very useful.
5676 2001-10-11  Robert Dewar <dewar@gnat.com>
5678         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
5679         the error message for high integrity mode.
5681         * rtsfind.adb (RTE): Give message if we try to find an entity that
5682         is not available in high integrity mode.
5684         * rtsfind.ads:
5685         (OK_To_Use_In_HIE_Mode): New array.
5686         (RTE): May return Empty in high integrity mode.
5688         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
5689         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
5691         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
5692         unit if not inlined always and in no runtime mode. Fixes problem
5693         caused by new Rtsfind changes.
5695         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
5696         body is deleted.
5698         * rtsfind.adb (RTE): Make sure we do not try to load unit after
5699         giving message for entity not available in high integrity mode.
5701 2001-10-11  Pascal Obry <obry@gnat.com>
5703         * impunit.adb: Add GNAT.CRC32.
5705 2001-10-11  Ed Schonberg <schonber@gnat.com>
5707         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
5708         properly the case where one universal operand in a non-static
5709         exponentiation of a real literal.
5711 2001-10-11  Ed Schonberg <schonber@gnat.com>
5713         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
5714         clause, return the gobal finalization list, for lack of anthing else.
5716 2001-10-11  Ed Schonberg <schonber@gnat.com>
5718         * exp_ch7.adb (Make_Transient_Block): if statement is within
5719         exception handler, always use new transient scope to place Clean
5720         procedure.
5722 2001-10-11  Pascal Obry <obry@gnat.com>
5724         * Makefile.in:
5725         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
5726         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
5727         (GNATLS_RTL_OBJS): add g-crc32.o
5728         (GNATMAKE_RTL_OBJS): add g-crc32.o
5730         * ali-util.adb:
5731         (CRC_Match): new function.
5732         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
5733         instead of the previous simple checksum algorithm.
5734         (Time_Stamp_Mismatch): use CRC_Match for comparison.
5735         (Set_Source_Table): idem.
5737         * ali-util.ads:
5738         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
5739         instead of simple checksum.
5740         (CRC_Match): new function.
5741         (CRC_Error): new constant.
5743         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
5744         a CRC now and not a simple checksum. A CRC uses lower-case hex
5745         letters, fixes ambiguity in parsing.
5747         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
5748         is what this variable will store.
5750         * bcheck.adb: Change reference to chechsum in comments by CRC.
5751         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
5752         rename All_Checksum_Match to All_CRC_Match. Change due to API
5753         renaming since now GNAT does not use a simple checksum but a
5754         CRC using GNAT.CRC32.
5756         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
5757         now and not anymore a simple checksum.
5759         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
5760         places.
5762         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
5764         * scans.adb:
5765         (Restore_Scan_State): rename Checksum to CRC.
5766         (Save_Scan_State): idem.
5768         * scans.ads:
5769         With GNAT.CRC32.
5770         (Checksum): rename to CRC.
5771         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
5773         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
5774         GNAT.CRC32).  Update copyright notice.
5776         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
5777         GNAT.CRC32).  Update copyright notice.
5779         * scn.adb:
5780         (Accumulate_Checksum): removed.
5781         (Update): new procedure. Add a wide-character into the CRC.
5783         * sinput-l.adb:
5784         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
5785         (Load_File): fix initialization of S (change Source_Checksum to
5786         Source_CRC)
5788         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
5789         Source_CRC in S initialization.
5791         * sinput.adb (Source_Checksum): renamed to Source_CRC.
5793         * sinput.ads (Source_Checksum): renamed to Source_CRC.
5794         Update comments for the CRC.
5796         * types.adb (Hex): Use lowercase for the letter part.
5798         * types.ads (Get_Hex_String): Returns the hexadecimal representation
5799         for a word. This is currently used only for CRC. In previous version,
5800         the checksum was using a representation with all letter being
5801         upper-case. With the new implementation (using CRC) we do not remove
5802         the 32th bit of the CRC, so we can have an upper-case starting letter
5803         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
5804         It is ambigous since the CRC was optional and could be followed by
5805         options like EB, EE. So now this routines uses lower-case letter for
5806         the hexadecimal representation. Strange enough only lower case letters
5807         where checked in Scan_ALI (even if this was not a possible case).
5809         * gnatvsn.ads (Library_Version): changed to 3.15a.
5811         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
5812         for the compiler.
5814         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
5815         for the compiler.
5817         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
5818         Add 2001 to copyright notice
5819         (Accumulate_Checksum): Modify to use System.CRC32.
5821         * ali-util.ads: Redo changes of previous revision to continue to use
5822         the word Checksum. Add 2001 to copyright notice.
5824         * ali.adb: Undo some of previous changes, not needed.
5825         Keep the change for lower case letters in the checksum.
5827         * ali.ads: Undo previous change not needed.
5829         * bcheck.adb: Undo most of previous change, not needed.
5830         But do use Checksums_Match for checksum comparison.
5832         * gnatls.adb: Undo most of previous change, not needed.
5833         But do use Checksums_Match for comparing checksums.
5835         * lib-load.adb: Undo previous change, not needed.
5837         * lib-writ.adb: Undo previous change, not needed.
5839         * lib-writ.ads: Document that checksums use lower case,
5840         not upper case letters.
5842         * scans.adb: Undo previous change, not needed
5844         * scans.ads: Undo previous change, not needed.
5846         * scn-nlit.adb: Undo previous changes, not needed.
5848         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
5850         * scn.adb:
5851         (Accumulate_Checksum): Use System.CRC32.
5852         (Initialize_Checksum): New procedure.
5853         Remove other changes of previous revision.
5855         * sinput-p.adb: Undo previous change, not needed.
5857         * sinput.adb: Undo previous change, not needed.
5859         * sinput-l.adb: Undo previous change, not needed.
5861         * sinput.ads: Undo previous change, not needed.  Keep only comment
5862         on new checksum algorithm
5864         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
5865         Also remove a-tags and a-stream from GNAT sources.
5867         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
5869         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
5871 2001-10-11  Geert Bosch  <bosch@gnat.com>
5873         * einfo.h: Regenerate.
5875         * nmake.ads: Regenerate.
5877         * nmake.adb: Regenerate.
5879         * sinfo.h: Regenerate.
5881         * treeprs.adb: Regenerate.
5883 2001-10-10  Geert Bosch  <bosch@gnat.com>
5885         * gnat-style.texi: New file describing coding guidelines for Ada.
5887 2001-10-10  Ed Schonberg <schonber@gnat.com>
5889         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
5890         is Flag174.
5892 2001-10-10  Geert Bosch  <bosch@gnat.com>
5894         * snames.ads: Add new names for project facility.
5896         * snames.adb: Update to reflect snames.ads changes.
5898         * snames.h: Update to reflect snames.ads changes.
5900 2001-10-10  Vincent Celier <celier@gnat.com>
5902         * make.adb:
5903         (Add_Switches): reflect the changes for the switches attributes
5904         Default_Switches indexed by the programming language,
5905         Switches indexed by the file name.
5906         (Collect_Arguments_And_Compile): Idem.
5907         Reflect the attribute name changes.
5909         * prj-attr.adb:
5910         (Initialisation_Data): Change the names of some packages and
5911         attributes.
5912         (Initialize): process case insensitive associative arrays.
5914         * prj-attr.ads:
5915         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
5917         * prj-dect.adb:
5918         (Parse_Attribute_Declaration): For case insensitive associative
5919          arrays, set the index string to lower case.
5921         * prj-env.adb:
5922         Reflect the changes of the project attributes.
5924         * prj-nmsc.adb:
5925         Replace Check_Naming_Scheme by Ada_Check and
5926         Language_Independent_Check.
5928         * prj-nmsc.ads:
5929         Replaced Check_Naming_Scheme by 2 procedures:
5930         Ada_Check and Language_Independent_Check.
5932         * prj-proc.adb:
5933         (Process_Declarative_Items): For case-insensitive associative
5934         arrays, set the index string to lower case.
5935         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
5936         Prj.Nmsc.Check_Naming_Scheme.
5938         * prj-tree.adb:
5939         (Case_Insensitive): New function
5940         (Set_Case_Insensitive): New procedure
5942         * prj-tree.ads:
5943         (Case_Insensitive): New function
5944         (Set_Case_Insensitive): New procedure
5945         (Project_Node_Record): New flag Case_Insensitive.
5947         * prj-util.adb:
5948         (Value_Of): new function to get the string value of a single
5949         string variable or attribute.
5951         * prj-util.ads:
5952         (Value_Of): new function to get the string value of a single
5953         string variable or attribute.
5955         * prj.adb:
5956         (Ada_Default_Spec_Suffix): New function
5957         (Ada_Default_Impl_Suffix): New function
5958         Change definitions of several constants to reflect
5959         new components of record types.
5961         * prj.ads:
5962         (Naming_Data): Change several components to reflect new
5963         elements of naming schemes.
5964         (Project_Data): New flags Sources_Present and
5965         Language_Independent_Checked.
5966         (Ada_Default_Spec_Suffix): New function.
5967         (Ada_Default_Impl_Suffix): New function.
5969         * snames.ads:
5970         Modification of predefined names for project manager: added
5971         Implementation, Specification_Exceptions, Implementation_Exceptions,
5972         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
5973         Default_Switches, _Languages, Builder, Cross_Reference,
5974         Finder. Removed Body_Part, Specification_Append, Body_Append,
5975         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
5976         Gnatlink.
5978         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
5979         Add comments.
5981         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
5982         not that it is Nil_Variable_Value.
5984         * prj.ads: Add ??? for uncommented declarations
5986 2001-10-10  Ed Schonberg <schonber@gnat.com>
5988         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
5989         constant, do not indicate possible modification, so that gigi can
5990         treat it as a bona fide constant.
5992 2001-10-10  Robert Dewar <dewar@gnat.com>
5994         * sem_prag.adb: Add processing for pragma External.
5996         * snames.ads: Add entry for pragma External.
5998         * par-prag.adb: Add pragma External.
6000         * snames.adb: Updated to match snames.ads.
6002 2001-10-10  Ed Schonberg <schonber@gnat.com>
6004         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
6005         a dynamic task if the allocator appears in an indexed assignment
6006         or selected component assignment.
6008         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
6009         For a dynamic task in an assignment statement, use target of
6010         assignment to generate meaningful name.
6012 2001-10-10  Ed Schonberg <schonber@gnat.com>
6014         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
6015         a generic package.
6017         * einfo.ads: Body_Entity is also defined for generic package.
6018         Documentation change only
6020         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
6021         others_choice for a discriminated component initialization,
6022         convert discriminant references into the corresponding discriminals.
6024         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
6025         only if original type is private and expression has to be wrapped
6026         in a conversion.
6028         * checks.adb:
6029         (Apply_Constraint_Check): Do not perform length check
6030         if expression is an aggregate with only an others_choice.
6031         (Length_N_Cond): two references to the same in_parameter
6032         (typically the discriminal in an init_proc) denote the same value.
6033         Two useful optimization uncovered by bugfixes above.
6035 2001-10-10  Robert Dewar <dewar@gnat.com>
6037         * xeinfo.adb: Change int to char in translation of enumeration types.
6038         This fixes a problem in the C representation of component alignment.
6039         Add 2001 to copyright notice
6041 2001-10-10  Richard Kenner <kenner@gnat.com>
6043         * decl.c: (validate_size): Do check size of object of integral type
6044         if it is a packed array type.
6046 2001-10-10  Richard Kenner <kenner@gnat.com>
6048         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
6049         VAR_DECL for constant if not Is_Public but -O0.
6051 2001-10-10  Richard Kenner  <kenner@gnat.com>
6053         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
6055 2001-10-10  Geert Bosch  <bosch@gnat.com>
6057         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
6058         use '/' as switch character, allowing for absolute file names.
6060 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6062         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
6063         FSF address.
6065 2001-10-08  Geert Bosch  <bosch@gnat.com>
6067         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
6068         Automatically build utilities when files need to be regenerated.
6070 2001-10-08  Geert Bosch  <bosch@gnat.com>
6072         * xsnames.adb: New utility for updating snames.ads and snames.adb
6074 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
6076         * Make-lang.in (ADAFLAGS): Add -W -Wall.
6077         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
6078         (gnat1): Also depend on attribs.o.
6079         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
6080         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
6081         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
6082         (ADAFLAGS): Add -W -Wall.
6083         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
6084         take out CFLAGS.
6086         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
6087         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
6088         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
6089         Use $(ADAC), not $(CC), as compilation command.
6091         (gnattools): Depend directly on tools to build, don't use
6092         recursive make.
6093         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
6095         * einfo.h, sinfo.h: New files (autogenerated).
6097 2001-10-08  Richard Henderson  <rth@redhat.com>
6099         * comperr.adb (Abort_In_Progress): New.
6100         (Compiler_Abort): Use it to prevent recursion.
6102 2001-10-08  Robert Dewar <dewar@gnat.com>
6104         * atree.adb: Set Error_Posted in Error node, helps error recovery.
6106         * par-endh.adb (Output_End_Expected): We should also not test
6107         Error_Posted on the Error node, since now it is always set.
6109         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
6110         to help error recovery. Part of general work on 9407-004.
6112         * par.adb: Add ??? for misuse of error
6114         * sem_res.adb:
6115         (Resolve): Defend against Error, fixes 9407-003.
6116         (Resolve_Discrete_Subtype_Indication): Defend against Error.
6118         * sinfo.ads (N_Error): Now has Etype field (which will be set
6119         to Any_Type to help error recovery).
6121 2001-10-08  Richard Kenner (kenner@gnat.com)
6123         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
6124         Consistently set MEM attributes from expression; fixes
6125         bootstrap failure on x86.
6127 2001-10-08  Geert Bosch  (bosch@gnat.com)
6129         * 5oosinte.adb: Add 2001 to copyright notice.
6131 2001-10-08  Geert Bosch  (bosch@gnat.com)
6133         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
6135         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
6137 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6139         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
6141 2001-10-05  Geert Bosch  (bosch@gnat.com)
6143         * adaint.h: Small formatting fix.
6145 2001-10-04  Geert Bosch  <bosch@gnat.com>
6147         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
6148         Arg is int, not FILE *, in dummy version of functions.
6150         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
6151         Arg is int, not FILE *.
6153 2001-10-04  Geert Bosch  <bosch@gnat.com>
6155         * 3lsoccon.ads: Added file, missed with initial check ins.
6157         * 4lintnam.ads: Fix header format.
6158         Change Linux to GNU/Linux.
6160         * 5iosinte.adb: Change Linux to GNU/Linux.
6162         * 5iosinte.ads: Change Linux to GNU/Linux.
6164         * 5itaprop.adb: Change Linux to GNU/Linux.
6166         * 5itaspri.ads: Change Linux to GNU/Linux.
6167         Update copyright notice.
6169         * 5lintman.adb: Change Linux to GNU/Linux.
6171         * 5lml-tgt.adb: Change Linux to GNU/Linux.
6173         * 5losinte.ads: Change Linux to GNU/Linux.
6175         * 5lsystem.ads: Change Linux to GNU/Linux.
6177         * 5qosinte.adb: Change Linux to GNU/Linux.
6179         * 5qosinte.ads: Change Linux to GNU/Linux.
6181         * 5qparame.ads: Change Linux to GNU/Linux.
6183         * 5qtaprop.adb: Change Linux to GNU/Linux.
6185         * 5qtaspri.ads: Change Linux to GNU/Linux.
6186         Add 2001 to copyright notice.
6188         * 5vintman.ads: Change Linux to GNU/Linux.
6189         Fix header format.  Add 2001 to copyright notice.
6191         * g-soccon.ads: Change Linux to GNU/Linux.
6193         * g-trasym.ads: Change Linux to GNU/Linux.
6194         Add 2001 to copyright notice.
6196         * memtrack.adb: Change Linux to GNU/Linux.
6198         * s-intman.ads: Change Linux to GNU/Linux.
6199         Add 2001 to copyright notice.  Fix header format.
6201         * s-stache.adb: Change Linux to GNU/Linux.
6203         * adaint.c: Change Linux to GNU/Linux.
6205         * cio.c: Change Linux to GNU/Linux.
6207         * cstreams.c: Change Linux to GNU/Linux.
6209         * init.c: Change Linux to GNU/Linux.
6211         * gmem.c: Change Linux to GNU/Linux.
6213         * tracebak.c: Change Linux to GNU/Linux.
6216 2001-10-02  Geert Bosch  <bosch@gnat.com>
6218         * misc.c (insert_default_attributes): Add dummy version.