1 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
3 * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
5 2005-03-17 Pascal Obry <obry@adacore.com>
7 * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
10 * expect.c (__gnat_waitpid): Moved here from adaint.c.
11 Reimplement under Win32 using Win32 API.
13 (__gnat_kill) [Win32]: Properly close the process handle before leaving
16 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
18 * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
19 (DECL_RENAMED_OBJECT): New accessor macro.
20 (SET_DECL_RENAMED_OBJECT): New setter macro.
22 * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
23 object in all cases. Attach the renamed object to the VAR_DECL.
24 (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
25 field is not prescribed.
27 * misc.c (gnat_handle_option): Handle -gnatO separately.
28 (gnat_print_decl) <VAR_DECL>: New case.
29 Print the DECL_RENAMED_OBJECT node.
31 * lang.opt: Declare separate -gnatO option.
33 * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
34 pointer, replace it with the renamed object.
35 <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
36 pointer type if the source is not a fat pointer type whose underlying
37 array has the same non-zero alias set as that of the destination array.
39 2005-03-17 Javier Miranda <miranda@adacore.com>
41 * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
42 (Get_Inheritance_Depth): Removed.
43 (Set_Inheritance_Depth): Removed.
45 * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
46 subprogram Get_Expanded_Name because it is not referenced by the
49 * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
50 (CPP_Get_Inheritance_Depth): Removed.
51 (CPP_Set_Inheritance_Depth): Removed.
53 * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
55 2005-03-17 Robert Dewar <dewar@adacore.com>
57 * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
58 3, since we now expect GCC 3 to do all the work.
60 2005-03-17 Javier Miranda <miranda@adacore.com>
62 * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
63 of one barrier to avoid wrong usage of this attribute.
65 * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
68 * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
69 the subprogram against wrong usage.
70 Adapt the code to traverse the entities in the
71 scope of a record_type because in addition to its usage regarding
72 packages, this subprogram is also called by Expand_N_Freeze_Entity
73 to install the visible declarations of the enclosing scope of a
74 record_type_with_private to establish the proper visibility before
75 freezing the entity and related subprograms.
77 2005-03-17 Ed Schonberg <schonberg@adacore.com>
79 * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
82 2005-03-17 Thomas Quinot <quinot@adacore.com>
84 * exp_ch3.adb (Check_Attr): New subprogram.
85 (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
86 into a new Check_Attr subprogram, in order to provide a more
87 explanatory error message (including the name of the missing attribute).
88 (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
89 subprogram determines whether a default implementation exists for a
90 given stream attribute.
91 (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
92 Determine whether to generate a default implementation for each stream
93 attribute separately, as this depends on the specific attribute.
95 * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
96 limited extension where a stream attribute is missing for a limited
97 component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
98 generate a bogus reference to the missing attribute to prevent
99 cascaded errors. Instead, generate a null statement.
101 * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
102 available for a limited type if it has been specified for an ancestor
105 2005-03-17 Ed Schonberg <schonberg@adacore.com>
107 * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
108 entity is an operator.
110 2005-03-17 Thomas Quinot <quinot@adacore.com>
112 * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
113 spec, to make this predicate available to other units.
115 * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
118 * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
119 when no distribution runtime library is available.
121 * sem_res.adb, sem_dist.adb: Disable expansion of remote
122 access-to-subprogram types when no distribution runtime library is
124 (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
125 predicate available to other units.
127 * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
128 spec, to make this predicate available to other units.
130 2005-03-17 Vincent Celier <celier@adacore.com>
132 * make.adb (Insert_Project_Sources): Make sure the Q is always
135 * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
136 the default for the tree, not the global default naming.
138 * prj-proc.adb (Recursive_Process): No need to put the default naming
139 in the project data, it's already there.
141 2005-03-17 Doug Rupp <rupp@adacore.com>
143 * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
145 * 5xcrtl.ads: Renamed to...
146 * s-crtl-vms64.ads: ...this new file
148 2005-03-17 Robert Dewar <dewar@adacore.com>
152 * namet.adb (Copy_One_Character): Set proper wide character encoding
153 for upper half character if we have upper half encoding.
155 2005-03-17 Robert Dewar <dewar@adacore.com>
157 * par.adb (Par): Improved msg for attempt to recompile predefined unit
159 2005-03-17 Thomas Quinot <quinot@adacore.com>
161 * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
162 tagged limited type, the TSS is a newly built renaming declaration:
163 insert it using Set_TSS, not Copy_TSS.
165 2005-03-17 Javier Miranda <miranda@adacore.com>
167 * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
168 Try_Object_Operation): Analyze the object that is accessible
169 through the prefix of the subprogram call before we apply
170 the transformation of the object-operation notation.
172 2005-03-17 Jose Ruiz <ruiz@adacore.com>
174 * s-taprob.adb (Initialize_Protection): Initialize the protected
175 object's owner to Null_Task.
176 (Lock): If pragma Detect_Blocking is in effect and the caller of this
177 procedure is already the protected object's owner then Program_Error
178 is raised. In addition the protected object's owner is updated.
179 (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
180 of this procedure is already the protected object's owner then
181 Program_Error is raised.
182 In addition the protected object's owner is updated.
183 (Unlock): Remove the ownership of the protected object.
185 * s-taprob.ads (Protection): Add the field Owner, used to store the
186 protected object's owner.
187 This component is needed for detecting one type of potentially blocking
188 operations (external calls on a protected subprogram with the same
189 target object as that of the protected action). Document the rest of
192 * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
193 Initialize the protected object's owner to Null_Task.
194 (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
195 caller of this procedure is already the protected object's owner then
196 Program_Error is raised.
197 Do not raise Program_Error when this procedure is called from a
199 (Unlock_Entries): Remove the ownership of the protected object.
200 (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
201 of this procedure is already the protected object's owner then
202 Program_Error is raised.
203 Do not raise Program_Error when this procedure is called from
206 * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
207 used to store the protected object's owner.
209 * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
210 effect and this procedure (a potentially blocking operation) is called
211 from whithin a protected action, Program_Error is raised.
212 (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
213 and this procedure (a potentially blocking operation) is called from
214 whithin a protected action, Program_Error is raised.
216 2005-03-17 Vincent Celier <celier@adacore.com>
217 Nicolas Setton <setton@adacore.com>
219 * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
220 switch, not supported by the linker on Darwin. Add '_' before
221 <library>init, as this character is added unconditionally by the
223 (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
224 correct one ".dylib". This fixes detection of the archive files when
225 building library projects.
227 2005-03-17 Vincent Celier <celier@adacore.com>
229 * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
230 -gnat83, -gnat95 and -gnat05.
232 2005-03-17 Vasiliy Fofanov <fofanov@adacore.com>
234 * gnat_ugn.texi: Document gnatmem restriction
236 2005-03-17 Thomas Quinot <quinot@adacore.com>
238 * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
241 2005-03-17 Robert Dewar <dewar@adacore.com>
243 * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
244 a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
245 s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
247 * casing.adb: Comment improvements
249 2005-03-17 Pascal Obry <obry@adacore.com>
251 * g-expect.adb: Minor reformatting.
253 2005-03-15 Zack Weinberg <zack@codesourcery.com>
255 * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
256 (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
259 2005-03-15 Vincent Celier <celier@adacore.com>
261 * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
262 Add new parameter In_Tree to specify the project tree: needed
263 by the project manager. Adapt to changes in project manager
264 using new parameter In_Tree.
266 2005-03-15 Jakub Jelinek <jakub@redhat.com>
268 * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
269 ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
270 ada/bldtools to avoid make -jN failures.
272 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
274 * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
275 to NULL_TREE on entry.
277 2005-03-15 Robert Dewar <dewar@adacore.com>
279 * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
280 system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
281 system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
282 system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
283 system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
284 system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
285 system-interix.ads, system-solaris-sparc.ads,
286 system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
287 system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
288 system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
289 system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
290 system-linux-s390.ads, system-linux-s390x.ads: Add line defining
291 Compiler_System_Version to be False.
293 * opt.ads: Add new flag Opt.Address_Is_Private
295 * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
296 Add new parameter Compiler_System_Version to avoid checking for
297 completeness of parameters when compiler is compiling itself.
298 Allows old versions of GNAT to be compiled with new compiler.
300 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
302 * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
303 (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
305 (Stack_Base_Available): New flag.
306 (Get_Page_Size): New overloaded functions imported from C.
307 (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
308 PROT_ON, PROT_OFF): New constants.
309 (mprotect): New function imported from C.
310 (pthread_teb_t): New record type.
312 * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
313 (Create_Task): Account for the Yellow Zone and the guard page.
315 2005-03-15 Vincent Celier <celier@adacore.com>
317 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
318 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
319 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
320 mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
321 Library_File_Name_For): Add new parameter In_Tree
322 to specify the project tree: needed by the project manager.
323 Adapt to changes in project manager using new parameter In_Tree.
324 Remove local imports, use functions in System.CRTL.
326 * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
327 to use the project manager.
329 * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
330 In_Tree to designate the project tree. Adapt to changes in the project
331 manager, using In_Tree.
333 * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
334 Copy_Interface_Sources): Add new parameter In_Tree to specify the
335 project tree: needed by the project manager.
336 (Build_Library): Check that Arg'Length >= 6 before checking if it
337 contains "--RTS=...".
339 * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
340 Library_File_Name_For): Add new parameter In_Tree to specify the
341 project tree: needed by the project manager.
343 * prj.ads, prj.adb: Major modifications to allow several project trees
344 in memory at the same time.
345 Change tables to dynamic tables and hash tables to dynamic hash
346 tables. Move tables and hash tables from Prj.Com (in the visible part)
347 and Prj.Env (in the private part). Move some constants from the visible
348 part to the private part. Make other constants deferred.
349 (Project_Empty): Make it a variable, not a function
350 (Empty_Project): Add parameter Tree. Returns the data with the default
351 naming data of the project tree Tree.
352 (Initialize): After updating Std_Naming_Data, copy its value to the
353 component Naming of Project Empty.
354 (Register_Default_Naming_Scheme): Use and update the default naming
355 component of the project tree, instead of the global variable
357 (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
358 Tree is not defaulted, return the default naming data of the Tree.
359 (Initial_Buffer_Size): Constant moved from private part
360 (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
361 variables initialized in procedure Initialize.
362 (Add_To_Buffer): Add two in out parameters to replace global variables
363 Buffer and Buffer_Last.
364 (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
366 Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
368 (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
369 for the project tree.
370 (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
371 constant at the beginning of the package spec, so that they cane be used
372 in subprograms before their full declarations.
373 (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
374 (Empty_Project): Add parameter of type Project_Node_Ref
375 (Private_Project_Tree_Data): Add component Default_Naming of type
377 (Buffer, Buffer_Last): remove global variables
378 (Add_To_Buffer): Add two in out parameters to replace global variables
379 Buffer and Buffer_Last.
380 (Current_Packages_To_Check): Remove global variable
381 (Empty_Name): Move to private part
382 (No-Symbols): Make it a constant
383 (Private_Project_Tree_Data): New type for the private part of the
385 (Project_Tree_Data): New type for the data of a project tree
386 (Project_Tree_Ref): New type to designate a project tree
387 (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
388 for the project tree.
390 * prj-attr.ads: Add with Table; needed, as package Prj no longer
391 imports package Table.
393 * prj-com.adb: Remove empty, no longer needed body
395 * prj-com.ads: Move most of the content of this package to package Prj.
397 * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
398 designate the project node tree and Packages_To_Check to replace
399 global variable Current_Packages_To_Check.
400 Add new parameters In_Tree and Packages_To_Check to local subprograms,
401 when needed. Adapt to changes in project manager with project node tree
404 * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
405 project tree to most subprograms. Move tables and hash tables to
406 private part of package Prj.
407 Adapt to changes in project manager using project tree In_Tree.
409 * prj-makr.adb (Tree): New constant to designate the project node tree
410 Adapt to change in project manager using project node tree Tree
412 * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
413 display the Library_Src_Dir and the Library_Dir.
414 Add new parameter In_Tree to designate the project node tree to most
415 subprograms. Adapt to changes in the project manager, using project tree
417 (Check_Naming_Scheme): Do not alter the casing on platforms where
418 the casing of file names is not significant.
419 (Check): Add new parameter In_Tree to designate the
421 * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
422 designate the project tree.
423 Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
425 * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
426 to replace those that were in the private part of package Prj.
427 Add new parameter In__Tree to designate the project node tree to most
428 subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
429 (Post_Parse_Context_Clause): When specifying the project node of a with
430 clause, indicate that it is a limited with only if there is "limited"
431 in the with clause, not necessarily when In_Limited is True.
432 (Parse): Add new parameter In_Tree to designate the project node tree
434 * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
435 designate the project node tree. Adapt to change in Prj.Tree with
436 project node tree In_Tree.
438 * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
439 tree In_Tree in the call to function Empty_Process to give its initial
440 value to the project data Processed_Data.
441 Add new parameters In_Tree to designate the project tree and
442 From_Project_Node_Tree to designate the project node tree to several
443 subprograms. Adapt to change in project manager with project tree
444 In_Tree and project node tree From_Project_Node_Tree.
446 * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
447 to replace those that were in the private part of package Prj.
448 Add new parameter In_Tree to designate the project node tree to most
449 subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
451 * prj-tree.ads, prj-tree.adb: Add new parameter of type
452 Project_Node_Tree_Ref to most subprograms.
453 Use this new parameter to store project nodes in the designated project
455 (Project_Node_Tree_Ref): New type to designate a project node tree
456 (Tree_Private_Part): Change table to dynamic table and hash tables to
459 * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
460 the project tree to most subprograms. Adapt to changes in project
461 manager using project tree In_Tree.
463 * makegpr.adb (Project_Tree): New constant needed to use project
466 2005-03-15 Olivier Hainque <hainque@adacore.com>
468 * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
469 for sigactions with SA_SIGINFO set. Call
470 __gnat_adjust_context_for_raise before raising, to perform the
471 potentially required adjustments to the machine context for the GCC
474 * raise.h (__gnat_adjust_context_for_raise): New prototype.
476 * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
477 Adjust PC by one in the provided machine context.
478 (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
479 so that the handler is passed the context structure to adjust prior to
481 (__gnat_error_handler) HPUX: Adjust the signature to match what an
482 SA_SIGINFO sigaction should look like. Call
483 __gnat_adjust_context_for_raise before actually raising.
484 (__gnat_adjust_context_for_raise): Default noop to help PC
485 adjustments before raise from signal handlers.
486 (__gnat_error_handler): Indirectly call a predicate function to
487 determine if a condition should be resignaled or not.
488 (__gnat_set_resignal_predicate): User interface to modify the predicate.
489 (__gnat_default_resignal_p): Default GNAT predicate.
491 2005-03-15 Doug Rupp <rupp@adacore.com>
493 * adaint.c: Prefix #include of VMS system header files with vms/
494 [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
495 Do not define a dummy function "convert_addresses" under Darwin,
498 * tb-alvms.c, expect.c: Prefix #include of VMS system header files
501 2005-03-15 Nicolas Setton <setton@adacore.com>
503 * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
506 2005-03-15 Robert Dewar <dewar@adacore.com>
508 * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
511 * a-retide.ads: Minor comment changes
513 2005-03-15 Robert Dewar <dewar@adacore.com>
515 * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
516 a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
517 Realloc_For_Chunk to private part of package.
518 New subprograms for AI-301
520 * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
522 Avoid unnecessary use of Get/Set_Wide_String
524 2005-03-15 Robert Dewar <dewar@adacore.com>
528 * a-stunau.ads, a-stunau.adb:
529 Change interface to allow efficient (and correct) implementation
530 The previous changes to allow extra space in unbounded strings had
531 left this interface a bit broken.
533 * a-suteio.adb: Avoid unnecessary use of Get/Set_String
535 * g-spipat.ads, g-spipat.adb: New interface for Get_String
536 Minor reformatting (function specs)
538 * g-spitbo.adb: New interface for Get_String
540 * g-spitbo.ads: Minor reformatting
542 * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
544 * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
546 2005-03-15 Javier Miranda <miranda@adacore.com>
547 Robert Dewar <dewar@adacore.com>
548 Thomas Quinot <quinot@adacore.com>
549 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
551 * atree.ads, atree.adb: Add support for Elist24 field
553 * atree.h: Fix wrong definition of Field27
554 Add support for Elist16 field
555 Add support for Elist24 field
557 * einfo.ads, einfo.adb (Abstract_Interfaces,
558 Set_Abstract_Interfaces): New subprograms.
559 (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
561 (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
562 entities rather than a single node.
563 (Is_Interface, Set_Is_Interface): New subprogram
564 (First_Tag_Component): New syntesized attribute
565 (Next_Tag_Component): New synthesized attribute
566 (Write_Entity_Flags): Upgraded to write Is_Interface
567 (Write_Field24_Name): Upgraded to write Abstract_Interfaces
568 (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
569 (Task_Body_Procedure): New subprogram to read this attribute.
570 (Set_Task_Body_Procedure): New subprogram to set this attribute.
571 (Has_Controlled_Component): Now applies to all entities.
572 This is only a documentation change, since it always worked to apply
573 this to other than composite types (yielding false), but now this is
575 Update documentation on Must_Be_Byte_Aligned for new spec
577 * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
578 exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
579 uses of the Access_Disp_Table attribute to reference the first dispatch
580 table associated with a tagged type. As
581 part of the implementation of abstract interface types,
582 Access_Disp_Table has been redefined to contain a list of dispatch
583 tables (rather than a single dispatch table).
584 Similarly, upgrade all the references to Tag_Component by the
585 new attribute First_Tag_Component.
586 (Find_Inherited_TSS): Moved to exp_tss.
587 Clean up test in Expand_N_Object_Declaration for cases
588 where we need to do a separate assignment of the initial value.
589 (Expand_N_Object_Declaration): If the expression in the
590 declaration of a tagged type is an aggregate, no need to generate an
591 additional tag assignment.
592 (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
594 Bit packed array ops are only called if operands are known to be
596 (Component_Equality): When returning an N_Raise_Program_Error statement,
597 ensure that its Etype is set to Empty to avoid confusing GIGI (which
598 expects that only expressions have a bona fide type).
599 (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
600 determine the amount of data to be copied.
602 * par.adb (P_Interface_Type_Definition): New subprogram that parses the
603 new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
604 INTERFACE_TYPE_DEFINITION ::=
605 [limited | task | protected | synchronized] interface
608 * par-ch3.adb (P_Type_Declaration): Modified to give support to
610 (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
612 (P_Interface_Type_Definition): New subprogram that parses the new
613 syntax rule of Ada 2005 interfaces
614 (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
615 messages by the correct RENAMES (quotes removed).
617 * sem_prag.adb: Upgrade all the references to Tag_Component by the new
618 attribute First_Tag_Component.
620 * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
621 (Interface_List, Set_Interface_List): New subprograms.
622 (Interface_Present, Set_Interface_Present): New subprograms.
623 (Limited_Present, Set_Limited_Present): Available also in derived
624 type definition nodes.
625 (Protected_Present, Set_Protected_Present): Available also in
626 record type definition and
627 derived type definition nodes.
628 (Synchronized_Present, Set_Synchronized_Present): New subprograms.
629 (Task_Present, Set_Task_Present): New subprogram.
630 (Task_Body_Procedure): Removed.
631 (Set_Task_Body_Procedure): Removed.
632 These subprogram have been removed because the attribute
633 Task_Body_Procedure has been moved to the corresponding task type
634 or task subtype entity to leave a field free to store the list
635 of interfaces implemented by a task (for AI-345)
636 Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
637 (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
638 expression flag Do_Range_Check
639 (Exception_Junk): Change to Flag7 to accomodate above change
640 (Box_Present, Default_Name, Specification, Set_Box_Present,
641 Set_Default_Name, Set_Specification): Expand the expression
642 "X in N_Formal_Subprogram_Declaration" into the corresponding
643 two comparisons. Required to use the csinfo tool.
645 * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
648 * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
651 * par-ch11.adb (P_Raise_Statement): Recognize with string expression
654 * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
655 attribute Task_Body_Procedure rather than the old semantic field that
656 was available in the task_type_declaration node.
658 * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
659 interface type definitions.
660 (P_Formal_Derived_Type_Definition): Modified to handle the list of
663 * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
664 task type declaration.
665 (P_Protected): Modified to handle the list of interfaces in a
666 protected type declaration.
668 2005-03-15 Doug Rupp <rupp@adacore.com>
669 Vincent Celier <celier@adacore.com>
671 * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
672 (Gen_Output_File_C): Likewise.
673 (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
675 2005-03-15 Thomas Quinot <quinot@adacore.com>
677 * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
678 is an N_Raise_Constraint_Error node, create a new copy of it without
679 going through a call to Duplicate_Subexpr.
681 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
682 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
683 Nicolas Setton <setton@adacore.com>
684 Ed Schonberg <schonberg@adacore.com>
691 * decl.c (gnat_to_gnu_field): Reject aliased components with a
692 representation clause that prescribes a size not equal to the rounded
694 (gnat_to_gnu_entity, case E_Component): Always look at
695 Original_Record_Component if Present and not the entity.
696 (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
697 of tagged extension types by not making field for components that are
699 (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
700 (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
701 expression to the type of the object when the object is constant.
702 Reverse defer_debug_incomplete_list before traversing it, so that trees
703 are processed in the order at which they were added to the list. This
704 order is important when using the stabs debug format.
705 If we are deferring the output of debug information, also defer this
706 output for a function return type.
707 When adding fields to a record, prevent emitting debug information
708 for incomplete records, emit the information only when the record is
710 (components_to_record): New parameter defer_debug.
711 (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
712 (gnat_to_gnu_field_decl): New function.
713 (substitution_list, annotate_rep): Call it.
714 (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
715 (gnat_to_gnu_entity, case E_Record_Type): Likewise.
716 No longer update discriminants to not be a COMPONENT_REF.
717 (copy_alias_set): Strip padding from input type; also handle
718 unconstrained arrays properly.
720 * gigi.h (write_record_type_debug_info): New function.
721 Convert to use ANSI-style prototypes. Remove unused
722 declarations for emit_stack_check, elab_all_gnat and
723 set_second_error_entity.
724 (gnat_to_gnu_field_decl): New decl.
726 * utils.c (write_record_type_debug_info): New function.
727 (finish_record_type): Delegate generation of debug information to
728 write_record_type_debug_info.
729 (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
730 (update_pointer_to): Fix pasto.
731 (convert) <UNION_TYPE>: Accept slight type variations when
732 converting to an unchecked union type.
734 * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
735 replace the N_Freeze_Entity with a null statement.
737 * freeze.adb (Freeze_Expression): If the freeze nodes are generated
738 within a constrained subcomponent of an enclosing record, place the
739 freeze nodes in the scope stack entry for the enclosing record.
740 (Undelay_Type): New Subprogram.
741 (Set_Small_Size): Pass T, the type to modify; all callers changed.
742 (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
743 within records; allow them to have freeze nodes if their base types
746 * exp_util.adb (Remove_Side_Effects): Properly test for
747 Expansion_Delayed and handle case when it's inside an
748 N_Qualified_Expression.
750 * sem_ch3.adb (Derived_Type_Declaration): New predicate
751 Comes_From_Generic, to recognize accurately that the parent type in a
752 derived type declaration can be traced back to a formal type, because
753 it is one or is derived from one, or because its completion is derived
755 (Constrain_Component_Type): If component comes from source and has no
756 explicit constraint, no need to constrain in in a subtype of the
758 (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
759 Minor change to propagate Is_Ada_2005 flag
761 * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
762 Expansion_Delayed is False.
763 (assoc_to_constructor): Ignore fields that have a
764 Corresponding_Discriminant.
765 (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
766 function returns "by target", dereference the target pointer using the
767 type of the actual return value.
768 <all>: Be prepared for a null gnu_result.
769 (processed_inline_subprograms): Check flag_really_no_inline
770 instead of flag_no_inline.
771 (set_second_error_entity): Remove unused function.
772 (gnat_to_gnu, case N_Selected_Component): Call
773 gnat_to_gnu_field_decl.
774 (assoc_to_constructor): Likewise.
776 2005-03-15 Robert Dewar <dewar@adacore.com>
777 Ed Schonberg <schonberg@adacore.com>
778 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
780 * exp_pakd.adb (Create_Packed_Array_Type): Do not set
781 Must_Be_Byte_Aligned for cases where we do not need to use a
784 * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
786 Needed now that we do some processing for IN parameters as well. This
787 may well fix some unrelated errors.
788 (Expand_Call): Handle case of unaligned objects (in particular those
789 that come from packed arrays).
790 (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
791 renamed entity is an inherited operation, re-expand the call using the
792 original operation, which is the one to call.
793 Detect attempt to inline parameterless recursive subprogram.
794 (Represented_As_Scalar): Fix to work properly with private types
795 (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
796 accurate estimate. Yields True in far fewer cases than before,
797 improving the quality of code that depends on this test.
799 * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
800 over both visible and private declarations to remove them from tree,
801 and mark subprograms declared in package as eliminated, to prevent
802 spurious use in subsequent compilation of generic units in the context.
804 * exp_util.ads: Minor cleanup in variable names
806 * sem_eval.ads, sem_eval.adb: Minor reformatting
807 (Compile_Time_Known_Bounds): New function
809 2005-03-15 Ed Schonberg <schonberg@adacore.com>
811 * exp_ch7.adb (Convert_View): Use base types of underlying types when
812 determining whether an unchecked conversion is needed for the argument
813 of an initialization call.
815 2005-03-15 Ed Schonberg <schonberg@adacore.com>
817 * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
818 that appears in the instantiation rather than the internal subtype
819 generated in the wrapper package, to avoid anomalies in gigi when the
820 target is derived from a private type whose full view is an access type.
822 2005-03-15 Robert Dewar <dewar@adacore.com>
824 * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
826 Add documentation to replace the use of this flag
827 Fix kludge for Maximum_Alignment on x86 so that it does not apply to
830 2005-03-15 Thomas Quinot <quinot@adacore.com>
832 * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
833 here from exp_attr so it can be shared between exp_attr and exp_dist.
834 (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
835 all TSS names, not a subset thereof, and the previous name introduced
836 an unnecessarily confusion that a distinction might exist between
837 "OK" TSS names and some "not OK" TSS names.
839 2005-03-15 Doug Rupp <rupp@adacore.com>
841 * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
844 2005-03-15 Pascal Obry <obry@adacore.com>
845 Eric Botcazou <ebotcazou@adacore.com>
850 * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
851 when IN_RTS. This is to work around a bootstrap path problem.
853 * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
854 table and pass it to __gnat_install_SEH_handler().
855 (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
857 * lang.opt: Fix specification of -fRTS=.
859 2005-03-15 Doug Rupp <rupp@adacore.com>
860 Bernard Banner <banner@adacore.com>
861 Vincent Celier <celier@adacore.com>
862 Arnaud Charlet <charlet@adacore.com>
865 This change works fine when gnatlib is built from the gcc directory,
866 but does not work when using the libada Makefile, since GCC_FOR_TARGET
867 is not passed to ada/Makefile.in, so more work is needed by a
868 Makefile/configure expert.
870 * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
871 set GMEM_LIB on ia64 linux to add optional support for gnatmem.
872 Setup gnatlink switch -M for x86_64 linux, as it is already setup
874 (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
875 Run ranlib on libgccprefix.a
876 Define PREFIX_OBJS for Darwin, to build libgccprefix.
877 (ADA_INCLUDE_SRCS): Split Ada packages.
879 2005-03-15 Robert Dewar <dewar@adacore.com>
881 * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
883 * impunit.adb: Add GNAT.UTF_32
885 * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
887 * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
888 now uses GNAT.UTF_32).
890 * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
891 capabilities for categorizing characters using Unicode categories
893 2005-03-15 Ed Schonberg <schonberg@adacore.com>
895 * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
896 instantiation that has been rewritten as a package body, retrieve spec
897 to generate proper name for implicit_with_clause.
898 (Install_Parents): Recognize a parent that is an instantiation but has
899 been rewritten as a package declaration during analysis.
901 2005-03-15 Javier Miranda <miranda@adacore.com>
902 Ed Schonberg <schonberg@adacore.com>
904 * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
905 parameter reported some error we immediately return. This improves the
906 behaviour of the frontend in case of errors.
907 (Install_Parent, Remove_Parent): Introduce new flag
908 Parent_Unit_Visible, to preserve the proper visibility of the ultimate
909 ancestor of a generic child unit, when the child is being instantiated.
910 (Inline_Instance_Body): If we are compiling the private
911 part or the body of a child unit, restore the proper visibility of the
912 parents after compiling the instance body.
914 2005-03-15 Ed Schonberg <schonberg@adacore.com>
915 Javier Miranda <miranda@adacore.com>
918 * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
919 of a private type, in which case it is underlying_type that denotes
920 the proper task. Also modified to use the new entity attribute
921 that is directly available in the task type and task subtype entities
922 (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
923 arrays when other dimensions than the first are constrained by
924 discriminants of an enclosing record.
925 (Insert_Explicit_Dereference): If the prefix is an indexed component or
926 a combination of indexed and selected components, find ultimate entity
927 and generate the appropriate reference for it, to suppress spurious
929 (Note_Possible_Modification): If an entity name has no entity, return.
930 (Is_Variable): A function call never denotes a variable.
931 (Requires_Transient_Scope): For record types, recurse only on
932 components, not on internal subtypes that may have been generated for
933 constrained components.
935 2005-03-15 Ed Schonberg <schonberg@adacore.com>
937 * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
938 Eliminated as candidates for resolution. Both efficient, and avoids
939 anomalies with operators declared in deleted code.
940 (Process_Implicit_Dereference_Prefix): Use this procedure whenever
941 expansion is disabled (as when compiling a generic) to prevent spurious
942 warnings on prefixes of selected components.
944 2005-03-15 Ed Schonberg <schonberg@adacore.com>
946 * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
947 attached to a list before checking whether it appears in the private
948 declarations of the current package.
949 (Make_Inequality_Operator): Insert declaration in proper declarative
950 list rather than just setting the Parent field, so that
951 Is_Private_Declaration can handle it properly.
953 2005-03-15 Ed Schonberg <schonberg@adacore.com>
955 * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
956 a renaming a body, check that the renamed subprogram in not intrinsic.
957 (Find_Direct_Name): If several use_visible entities hide
958 each other, and the context is a predefined file compiled through
959 rtsfind, keep only the entity that comes from a predefined file.
961 2005-03-15 Geert Bosch <bosch@adacore.com>
963 * s-fatgen.adb (Valid): Extend special exceptions to account for long
964 long float padding to also cover AMD64 and IA64.
966 2005-03-15 Gary Dismukes <dismukes@adacore.com>
968 * s-imgwch.adb: Add with and use of Interfaces.
969 (Img_Wide_Character): Change type of Val to Unsigned_16.
970 (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
972 2005-03-15 Matthew Gingell <gingell@adacore.com>
974 * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
976 2005-03-15 Robert Dewar <dewar@adacore.com>
978 * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
980 * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
982 * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
984 2005-03-15 Robert Dewar <dewar@adacore.com>
986 * s-bitops.adb, s-bitops.ads,
987 s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
988 s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
989 tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
990 s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
991 s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
992 s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
993 s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
994 s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
997 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
999 * utils2.c (build_binary_op): Fix typo.
1001 2005-03-15 Doug Rupp <rupp@adacore.com>
1003 * s-crtl.ads (popen,pclose): New imports.
1005 2005-03-15 Cyrille Comar <comar@adacore.com>
1007 * comperr.adb (Compiler_Abort): remove references to obsolete
1008 procedures in the bug boxes for various GNAT builds.
1010 2005-03-15 Vincent Celier <celier@adacore.com>
1012 * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
1014 2005-03-15 Geert Bosch <bosch@adacore.com>
1015 Arnaud Charlet <charlet@adacore.com>
1016 Robert Dewar <dewar@adacore.com>
1017 Cyrille Comar <comar@adacore.com>
1018 Sergey Rybin <rybin@adacore.com>
1020 * gnat_ugn.texi: Remove extended inline assembly example, as it was far
1021 too specific and long-winded to be appropriate for the GNAT User's
1023 Warn about use of GCC switches not documented in the GNAT User's Guide,
1024 as these may cause generated code to not conform to Ada semantics.
1025 Remove mention of -gdwarf-2 for sparc64, since this is now the default.
1026 Add documentation for -gnat95 and -gnat05 switches
1027 Remove paragraph documenting obsolete way to refer to third party
1029 Add a few references to Ada_05 that were missing.
1030 Update documentation on -gnatZ/-gnatL.
1031 Document limitation when using -m64 under Solaris.
1032 Change the "Name Casing" subsection of the pretty-printer section
1033 according to the changes in the dictionary processing.
1035 * gnat_rm.texi: Document the Ada_05 pragma.
1036 Section on record representation clauses describes the new more
1037 relaxed rules about placement of large packed bit array components.
1038 Add documentation of GNAT.UTF_32
1040 2005-03-12 Daniel Berlin <dberlin@dberlin.org>
1042 * misc.c (gnat_post_options): Turn off structural
1045 2005-03-08 Laurent Guerby <laurent@guerby.net>
1047 * system-linux-sparc.ads: Fix typo in previous commit.
1049 2005-03-07 James A. Morrison <phython@gcc.gnu.org>
1050 Laurent Guerby <laurent@guerby.net>
1053 * system-linux-sparc.ads: New.
1054 * Makefile.in: Add sparc linux entry.
1056 2005-02-27 Danny Smith <dannysmith@users.sourceforge.net>
1058 * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
1059 parameters as unused.
1061 2005-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
1062 Partial merge from libada-gnattools-branch:
1064 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1065 * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
1066 into code in gnattools/Makefile.in. Remove direct dependencies on
1067 stamp-tools by tools clauses.
1068 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1069 * config-lang.in: Add gnattools to $lang_dirs.
1071 2005-02-13 Andrew Pinski <pinskia@physics.uc.edu>
1074 * utils.c (gnat_type_for_mode): Return null instead of ICE because
1075 we asked for an unknown mode.
1077 2005-02-12 Richard Henderson <rth@redhat.com>
1079 * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
1080 validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
1082 2005-02-10 Andreas Jaeger <aj@suse.de>
1084 * init.c (__gnat_initialize): Mark parameter as unused.
1086 2005-02-09 Doug Rupp <rupp@adacore.com>
1088 * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
1089 * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
1091 2005-02-09 Doug Rupp <rupp@adacore.com>
1093 * gnatchop.adb (dup, dup2),
1094 g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
1096 * gnatlbr.adb (mkdir),
1097 mlib-tgt-vms-ia64.adb (popen, plose): Import with decc$ prefix.
1099 * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
1101 2005-02-09 Doug Rupp <rupp@adacore.com>
1103 * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
1105 2005-02-09 Robert Dewar <dewar@adacore.com>
1106 Thomas Quinot <quinot@adacore.com>
1107 Javier Miranda <miranda@adacore.com>
1108 Pascal Obry <obry@adacore.com>
1109 Ed Schonberg <schonberg@adacore.com>
1110 Doug Rupp <rupp@adacore.com>
1111 Gary Dismukes <dismukes@adacore.com>
1112 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1114 * g-zstspl.ads: New file.
1116 * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
1118 * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
1120 Add definition of Wide_Wide_Space for AI-285
1122 * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
1123 interface (to support Ada 95 and Ada 2005 units).
1124 Add Unbounded_IO files
1125 Add entries for Wide_Wide packages for AI-285
1126 Add list of containers packages to Ada 2005 unit list
1128 * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
1129 support new Unbounded_IO package cleanly.
1131 * g-utf_32.ads, g-utf_32.adb: New files.
1133 * Makefile.rtl: Add entry for g-utf_32
1134 Add new files for Unbounded_IO
1135 Adjust make file for new AI-285 wide wide packages
1136 Add AI-302 containers to the run time.
1138 * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
1139 a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
1140 subprograms for AI-301.
1142 * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
1144 * a-stunau.ads: Minor comment correction
1146 * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
1148 Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
1149 (Check_RPC): Update to match changes in expanded code.
1150 Clean up unused entity.
1152 * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
1153 was not taken into account.
1154 This includes proper initialization with Normalize_Scalars.
1155 (Get_Simple_Init_Val): Major rewrite for initialize scalars and
1156 normalize scalars cases (particularly the latter) to do a better job
1157 of finding invalid representations.
1159 * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
1161 * s-strops.ads, s-strops.adb: Remove string normalize routines, never
1164 * exp_dist.adb: Add support for wide wide character type
1165 (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
1166 private part, generate stub bodies at the end of the private part,
1167 not the visible part.
1168 (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
1170 (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
1171 generic wrapper to execute final processing after completing the
1172 expansion of the RPC receiver for an RACW.
1174 * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
1175 packages and attributes.
1176 (Preset_Names): Addition of the new reserved words of Ada 2005,
1177 that is interface, overriding and synchronized.
1178 (Get_Pragma_Id): Give support to the use of the new reserved word
1179 "interface" as a pragma name.
1180 (Is_Pragma_Name): Give support to the use of the new reserved word
1181 "interface" as a pragma name.
1182 (Preset_Names): Add stream_size string for the Stream_Size Ada2005
1183 attribute implementation.
1185 * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
1186 checks to entities that are output parameters of Asm operations.
1187 Handle the Stream_Size attribute.
1188 Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
1190 * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
1192 * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
1193 for second parameter being 0.0.
1194 Add support for wide wide character type.
1195 (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
1197 * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
1198 s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
1199 s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
1200 s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
1201 for wide wide character cases.
1203 * cstand.adb: Create entities for Wide_Wide_Character and
1206 * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
1207 accordance with AI-258.
1208 Add new declarations for 16/32 bit C character types (Part of AI285)
1210 * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
1211 (Obsolescent_Warning): New field
1212 (Rep_Clause): New local subprogram used to share code. Returns the rep
1213 clause for which the name is given in parameter.
1214 (Has_Stream_Size_Clause): New routine.
1215 (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
1216 (Address_Clause): Implementation is now using Rep_Clause.
1217 (Alignment_Clause): Idem.
1218 (Size_Clause): Idem.
1220 * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
1221 entity in non-Ada 2005 mode and generate warning.
1223 * par-prag.adb: Add handling of one argument form for pragma Ada_05.
1224 (Prag): Code cleanup. Remove old gnat pragma "overriding"
1226 * sem_prag.adb: Add handling of one argument form for pragma Ada_05
1227 (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
1228 on the named unit if the pragma is not in the current compilation unit,
1229 so that elaboration calls in the current unit can set up an elaboration
1230 dependency on the named unit, as needed.
1231 (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
1232 subprogram as well as for subprograms declared within a package.
1233 (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
1236 * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
1237 to z) to avoid some instances of duplication for Wide_Wide packages.
1239 * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
1242 * scn.adb: Char_Literal_Value field is now a Uint
1244 * scng.adb: Significant rewrite to handle new Ada 2005 features
1245 allowing wide and wide wide characters in program text, e.g. for
1246 identifiers, as described in AI-285.
1247 (Set_Reserved): New procedure, makes setting up keywords cleaner.
1248 (Initialize_Scanner): Register the new reserved words of Ada 2005.
1249 (Scan): Give support to the new reserved words.
1251 * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
1252 warning notifying that interface, overriding, and synchronized are
1254 (P_Pragma): Allow the use of the new reserved word "interface" as
1257 * gnatls.adb, gnatbind.adb,
1258 ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
1259 identifiers named "interface" to "SAL_Interface".
1261 * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
1262 (Structured Exception handling).
1266 (Gen_Main_Ada): Set the default exit code if specified.
1267 (Gen_Main_C): Likewise.
1269 (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
1270 Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
1272 * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
1275 * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
1276 has a collision with the new Ada 2005 "interface" reserved word.
1278 * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
1279 generate a warning notifying that interface, overriding, and
1280 synchronized are new reserved words.
1282 * scans.ads (Token_Type): Addition of the tokens corresponding to the
1283 new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
1284 and Tok_Synchronized.
1286 * sem_res.adb (Resolve_Actuals): Change error messages to refer to
1287 "dispatching" rather than "primitive" operations, since dispatching
1288 calls are now allowed to abstract formal subprograms (which are not
1290 Char_Literal_Value field is now a Uint
1291 (Resolve_Slice): If the prefix is an access to an unconstrained array,
1292 compute the actual subtype of the designated object to impose the proper
1294 (Resolve_Selected_Component): Do not insert an access check if the
1295 prefix is an access type: such a node is expanded into an explicit
1296 dereference, on which the access check is performed anyway. Removes
1297 expensive duplicate checks.
1298 (Resolve_Call): Use new flag Is_Obsolescent and field
1299 Obsolescent_Warning so that pragma Obsolescent works on library
1301 Add support for wide wide character type
1302 (Resolve_Allocator): Replace the error message on wrong null-exclusion
1303 value by a warning message.
1304 (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
1305 as fixed-point, and one of the operands is non-static and universal, it
1306 can only be an illegal exponentiation operation, in which case there is
1307 no real value to retrieve.
1309 * exp_strm.adb: Add support for wide wide character type
1310 (Build_Elementary_Input_Call): Compute the size of the stream element by
1311 querying the rep chain to find the Stream_Attribute attribute value.
1312 (Build_Elementary_Write_Call): Ditto.
1314 * sem_aggr.adb: Char_Literal_Value field is now a Uint
1315 Add support for wide wide character type
1316 Replace the error messages on wrong null-exclusion value by warnings
1317 as described in Ada 2005.
1318 (Resolve_Extension_Aggregate): Document the fact that the error
1319 message on class-wide expressions in extensions aggregates.
1321 * sem_case.adb: Add support for wide wide character type
1323 * sem_ch13.adb: Add support for wide wide character type
1324 (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
1326 * sem_ch3.adb: Add support for wide wide character type
1327 (Process_Subtype): If constraint is illegal for the type, set Ekind of
1328 now-useless Itype, to prevent cascaded errors on a compiler built
1331 * sem_ch8.adb: Add with and use of Sem_Disp.
1332 (Analyze_Subprogram_Renaming): Replace unclean uses of
1333 Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
1334 of Corresponding_Spec to Empty).
1335 (Attribute_Renaming): Replace use of Corresponding_Spec with
1336 Corresponding_ Formal_Spec and simplify condition.
1337 (Use_One_Package): Check that scope of homonym of identifier is defined,
1338 before checking whether it is a wrapper package.
1339 Add support for wide wide character type
1341 * sem_eval.adb: Add support for wide wide character type.
1342 (Eval_Arithmetic_Op): Check for compile time known signed integer
1343 overflow in the non-static case.
1344 (Subtypes_Statically_Match): A formal scalar type and its base type do
1345 not statically match.
1347 * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
1348 "not in" for test of N_Formal_Subprogram_Declaration (which is now a
1350 (Unit_Declaration_Node): Ditto.
1351 (Is_Variable_Prefix): For the case of an indexed component whose prefix
1352 has a packed array type, the prefix has been rewritten into a type
1353 conversion. Determine variable-ness from the converted expression.
1354 Handle wide wide character cases.
1356 * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
1358 * stringt.ads, stringt.adb: Handle full UTF-32 range.
1359 Remove ["0A"] from comment, since it can look like a line terminator.
1360 Currently we don't permit this, but this is under discussion by the
1361 ARG, and it is easy enough to use a different example.
1363 * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
1364 handling UTF-32 encoding for wide wide character.
1365 Implement new brackets coding ["hhhhhhhh"]
1366 Add UTF-8 encodings for full UTF-32 range
1368 * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
1370 * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
1371 bit range Add full UTF-32 support.
1372 (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
1373 notify that constraint error will be raised at run-time
1374 because a null value is assigned to a null-excluding object.
1375 Remove some obsolete declarations and make Char_Code
1378 * a-except.adb (Rcheck_30): New subprogram. Addition of the message
1379 corresponding to CE_Null_Not_Allowed, and adjust the output of all the
1382 * checks.adb (Check_Null_Not_Allowed): Replace the error message on
1383 wrong null-exclusion value by a warning message.
1384 (Enable_Range_Check): Do range check if the prefix is an
1385 explicit dereference whose designated object is an unconstrained array.
1386 Current algorithm for removing duplicate checks is over-eager in this
1389 * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
1390 null-exclusion value by a warning message
1392 * atree.h, atree.ads, atree.adb: Remove Char_Code field support
1393 completely. Add support for Uint2 field
1395 sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
1396 exp_prag.adb: Char_Literal_Value field is now a Uint.
1398 * exp_util.adb (Insert_Actions): Replace
1399 N_Formal_Subprogram_Declaration by
1400 N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
1401 Char_Literal_Value field is now a Uint.
1403 * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
1404 defined for subprogram renaming declarations. When set, the field
1405 indicates the defining entity of a corresponding formal subprogram
1406 when the renaming corresponds to a formal subprogram association in an
1408 (Set_Corresponding_Formal_Spec): New procedure to return
1409 Corresponding_Formal_Spec field.
1410 Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
1411 (which is now a subtype).
1412 Char_Literal_Value field is now a Uint
1414 * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
1415 pointer to the base of the dispatch table.
1416 Minor changes to comments.
1417 (Controlling_Type): New function for determining the tagged type
1418 associated with a tagged primitive subprogram.
1419 (Expand_Dispatching_Call): Add support for a controlling actual that is
1420 directly a value of type Ada.Tag rather than a tagged object.
1422 * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
1423 describing the new layout.
1424 (Dispatch_Table): The expander computes the actual array size, allocates
1425 the Dispatch_Table record accordingly, and generates code that displaces
1426 the base of the record after the Typeinfo_Ptr component. The access to
1427 these components is done by means of local functions.
1428 (Offset_To_Top): New function.
1429 (Typeinfo_Ptr): New function.
1430 (Get_TSD): Modified to access the new position of the TSD.
1431 (Set_TSD): Modified to save the TSD in its new position.
1433 * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
1434 case of formal abstract subprograms. Add check and message for -gnat05.
1437 * sem_ch12.adb: Add with and use for Sem_Disp.
1438 (Analyze_Associations): Minor change from "=" to "in" for use of
1439 N_Formal_Subtype_Declaration (which is now a subtype).
1440 (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
1441 N_Formal_Subtype_Declaration (which is now a subtype).
1442 (Analyze_Formal_Subprogram): Add handling for
1443 N_Formal_Abstract_Subprogram, marking the formal as abstract and
1444 dispatching, setting the controlling status of the formal parameters
1445 and result, and issuing an error if there is no controlling type for
1446 the formal subprogram.
1447 (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
1448 which is an unclean use of that field, we set the new field
1449 Corresponding_Formal_Spec to make the formal subprogram available to
1450 processing in Analyze_Subprogram_Declaration.
1451 (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
1452 Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
1453 Constrained, so that it is is does not statically match its anonymous
1456 * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
1457 abstract formal subprograms in error check for functions returning
1458 abstract types. Set scope of new designator for
1459 a parameterless subprogram, so that it is available when checking the
1460 body for nested subprograms, before full analysis of said body.
1461 (Analyze_Subprogram_Body): Warn on inlining bodies with nested
1462 subprogram only if inner one comes from source.
1463 (Analyze_Function_Call): If the call is given in object notation, the
1464 analysis of the name rewrites the node and analyzes it with the proper
1465 argument list. After analyzing the name, if the call has been rewritten
1466 and the result type is set, no further analysis is needed.
1467 (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
1468 mark in function specification, in a context where the formals are
1469 visible and hide outer homographs.
1471 * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
1472 as the tagged type for the cases of abstract formal subprograms and
1473 renamings of those. Clean up spec comments.
1474 (Check_Dispatching_Context): Add error message to indicate "abstract
1475 procedure", covering the case of a call to a formal abstract procedure
1476 that has statically tagged operands.
1477 (Check_Dispatching_Call): Check for the case of an actual given by
1478 a tag-indeterminate function call whose type is an ancestor of the
1479 containing call's associated tagged type. This situation can occur
1480 for inherited primitives with function defaults. In this case we
1481 use the tagged type's tag directly as the controlling argument for
1483 (Expand_Call): Name change on call to Expand_Dispatch_Call.
1485 * sprint.adb (Sprint_Node_Actual): Split
1486 N_Formal_Subprogram_Declaration into two alternatives for the new
1487 cases N_Formal_Abstract_Subprogram_Declaration and
1488 N_Formal_Concrete_Subprogram_Declaration.
1489 Char_Literal_Value field is now a Uint.
1491 * trans.c: Get rid of junk Uint2 reference.
1492 Char_Literal_Value field is now a Uint.
1493 (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
1494 (gigi): Correct third arg to gimplify_body.
1496 * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
1497 (TYPE_LANG_FLAG_0): Check for record or union.
1499 * treepr.adb: Char_Literal_Value field is now a Uint
1501 * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
1504 * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
1505 Add full UTF-32 support
1506 Char_Code is now 32 bits
1508 * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
1509 wide character UTF_32 line terminators.
1510 Initialize Main_Source_File to avoid error when no main
1513 * errout.adb (Finalize): Do not check Num_SRef_Pragmas
1514 (Main_Source_File) when no main source has been loaded, to avoid
1517 2005-02-09 Robert Dewar <dewar@adacore.com>
1519 * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
1520 Fix name of Set routine
1522 * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
1525 * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
1526 a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
1529 * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
1530 forms of Get_Line subprograms for AI-301.
1532 * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
1533 a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
1534 a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
1535 a-stwima.ads: Minor reformatting.
1537 2005-02-09 Doug Rupp <rupp@adacore.com>
1538 Thomas Quinot <quinot@adacore.com>
1540 * adaint.c, adaint.h
1541 [VMS] (to_ptr32): New function.
1542 (MAYBE_TO_PTR32): New macro.
1543 (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
1545 [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
1546 [VMS] (#define fork()): Remove since unneccessary.
1547 (__gnat_set_close_on_exec): New routine to support
1548 GNAT.OS_Lib.Set_Close_On_Exec.
1550 * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
1551 the parent side as close-on-exec so that they are not inherited by the
1554 * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
1555 set or clear the FD_CLOEXEC flag on a file descriptor.
1557 2005-02-09 Eric Botcazou <ebotcazou@adacore.com>
1558 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1560 Fix for c330001 - PR ada/19386
1563 (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
1564 on the field if Pragma Component_Alignment (Storage_Unit).
1565 (gnat_to_gnu_entity, case object): Do not treat a renaming that has
1566 side-effects as if it were a constant; also make SAVE_EXPR to protect
1568 (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
1570 (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
1571 (components_to_record): Test it.
1572 Fix improper usage of REFERENCE_CLASS_P.
1574 * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
1577 * utils2.c: Minor reformatting.
1579 * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
1580 handle other cases like RECORD_TYPE.
1582 * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
1584 2005-02-09 Ed Schonberg <schonberg@adacore.com>
1586 * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
1587 component of an array of arrays in an assignment context, and the
1588 aggregate has component associations that require sliding on
1589 assignment, force reanalysis of the aggregate to generate a temporary
1590 before the assignment.
1591 (Must_Slide): Make global to the package, for use in Gen_Assign.
1593 2005-02-09 Ed Schonberg <schonberg@adacore.com>
1595 * exp_ch4.adb (Expand_Composite_Equality): If a component is an
1596 unchecked union with no inferable discriminants, return a
1597 Raise_Program_Error node, rather than inserting it at the point the
1599 (Expand_Record_Equality, Component_Equality): Handle properly the case
1600 where some subcomponent is an unchecked union whose generated equality
1601 code raises program error.
1603 2005-02-09 Doug Rupp <rupp@adacore.com>
1605 * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
1606 [VMS] (#define exit hack): Remove.
1608 2005-02-09 Pascal Obry <obry@adacore.com>
1609 Arnaud Charlet <charlet@adacore.com>
1611 * init.c (__gnat_initialize): Add a new parameter eh which contains the
1612 address of the exception registration. The Win32 version of this
1613 routine calls __gnat_install_SEH_handler() to initialize the SEH
1614 (Structured Exception Handling) handler.
1615 (__gnat_error_handler) [Win32]: Removed. Not needed as we use
1616 SEH (Structured Exception Handling) now.
1617 (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
1618 (__gnat_initialize for ppc-vxworks): Adjust comments and the
1619 preprocessor condition protecting the call to the extra eh setup
1620 subprogram, which is only available for the ppc target.
1621 (__gnat_clear_exception_count): replaced reference to
1622 variable taskIdCurrent by call to taskIdSelf(), cleaner.
1624 * seh_init.c: New file.
1626 * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
1627 (GNATBIND_OBJS): Idem.
1629 * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
1630 routine takes a new parameter (a pointer to the exception registration
1631 for the SEH (Structured Exception Handling) support.
1633 * raise.h: (__gnat_install_SEH_handler): New prototype.
1634 Update copyright notice.
1636 * s-tassta.adb (Task_Wrapper): Declare the exception registration
1637 record and initialize it by calling __gnat_install_SEH_handler.
1639 2005-02-09 Vincent Celier <celier@adacore.com>
1641 * make.adb (Gnatmake): Do not fail when the main project has no object
1644 2005-02-09 Doug Rupp <rupp@adacore.com>
1646 * Makefile.in [VMS] (LN,LN_S): Define as cp -p
1647 Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
1648 [VMS]: Add translations for g-enblsp.adb.
1650 * s-asthan-vms.adb: Removed.
1651 * s-asthan-vms-alpha.adb: Added.
1653 2005-02-09 Pascal Obry <obry@adacore.com>
1655 * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
1656 (LIBGNAT_OBJS): Add seh_init.o.
1658 2005-02-09 Arnaud Charlet <charlet@adacore.com>
1662 * Makefile.in: Link all gnat tools with -static-libgcc, since
1663 -shared-libgcc is now used by default on some systems (e.g. linux with
1665 Remove references to Makefile.prolog/generic, no longer used.
1667 2005-02-09 Vincent Celier <celier@adacore.com>
1669 * prj-makr.adb (Process_Directory): Put file name in canonical case
1670 before matching against the patterns.
1671 If gnatname has been invoked as <prefix>-gnatname
1672 then invoke the compiler as <prefix>-gcc, not just "gcc".
1674 2005-02-09 Ed Schonberg <schonberg@adacore.com>
1676 * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
1677 with expansion disabled. The actual subtype is needed among other
1678 places when the selected component appears in the context of a loop
1679 bound, and denotes a packed array.
1680 (Operator_Check): Always use the first subtype in the
1681 error message, to avoid the appearance of internal base types.
1682 (Transform_Object_Operation): Copy each actual in full
1683 to the parameter associations of the constructed call, rather than
1684 using the shallow copy mechanism of New_Copy_List. This ensures that
1685 the chaining of named associations is done properly.
1686 (Complete_Object_Operation): Rewrite node, rather than
1687 replacing it, so that we can trace back to the original selected
1690 * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
1691 and calls that use object notation, if the called function is not
1692 declared in a withed unit, place the elaboration constraint on the
1693 unit in the context that makes the function accessible.
1694 (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
1695 imposes an elaboration constraint between two packages.
1697 2005-02-09 Ed Schonberg <schonberg@adacore.com>
1699 * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
1700 views of a private type after handling its private dependents, to
1701 maintain proper stack discipline between entry and exit from the
1704 2005-02-09 Cyrille Comar <comar@adacore.com>
1706 * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
1709 2005-02-09 Arnaud Charlet <charlet@adacore.com>
1711 * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
1712 fields for foreign threads.
1714 2005-02-09 Doug Rupp <rupp@adacore.com>
1716 * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
1717 recursion warnings when compiled with -gnatdm.
1719 2005-02-09 Robert Dewar <dewar@adacore.com>
1721 * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
1722 Slight fix to documentation of -gnaty with no parameters
1724 * xr_tabls.ads: Add ??? comment for missing overall comment
1726 * xsinfo.adb: Make default file name be sinfo.h, since this is what
1727 we now use by default.
1729 * xsnames.adb: Adjust end of file test to look for five space followed
1730 by '#' instead of six spaces. The format of xsnames.adb was modified
1733 * a-numeri.ads: Add reference to AI-388 for greek letter pi
1736 * clean.adb: Minor reformatting.
1738 * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
1739 gnatname.adb: Minor reformatting
1740 Add 2005 to copyright output when utility is run
1742 * csets.adb: Eliminate obsolete comment
1744 * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
1747 * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
1749 2005-02-09 Sergey Rybin <rybin@adacore.com>
1751 * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
1752 the difference between compact and incompact layout and add the record
1753 representation clause to the example illustrating different layouts.
1754 Add the description of '-A5' gnatpp option ("align 'AT' keywords in
1755 component clauses").
1757 2005-02-09 Florian Villoing <villoing@adacore.com>
1759 * gnat_ugn.texi: Fix typos.
1760 Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
1762 Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
1763 in the generated documentation.
1765 2005-02-09 Arnaud Charlet <charlet@adacore.com>
1767 * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
1769 Update linker wrapper when linking with non GNU C++.
1771 2005-02-09 Pascal Obry <obry@adacore.com>
1774 Document the procedure to debug the DllMain routine on Windows.
1775 Add note about -funwind-tables and mixed Ada and C/C++ programming in
1777 Document new BIND qualifer /RETURN_CODES=VMS.
1779 2005-02-09 Ben Brosgol <brosgol@adacore.com>
1781 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
1782 Edited gnatmetric chapter
1784 2005-02-09 Robert Dewar <dewar@adacore.com>
1787 Changes to document new wide wide character support
1789 Update documentation on Normalize_Scalars and Initialize_Scalars
1791 2005-02-09 Pascal Obry <obry@adacore.com>
1793 * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
1795 2005-02-09 Jose Ruiz <ruiz@adacore.com>
1797 * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
1798 from the VxWorks kernel) that is needed for getting the active
1799 priority of the different tasks.
1801 * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
1802 Use a pragma Elaborate_Body in the spec file instead.
1803 Noticed by code reading.
1805 2005-02-09 Thomas Quinot <quinot@adacore.com>
1807 * exp_util.ads: Minor correction in comment.
1809 2005-02-09 Arnaud Charlet <charlet@adacore.com>
1811 * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
1812 since this procedure is now too complex to be worth inlining.
1814 2005-02-09 Richard Henderson <rth@redhat.com>
1816 * utils.c (gnat_define_builtin): Remove.
1817 (gnat_install_builtins): Use build_common_builtin_nodes.
1819 2005-02-09 Arnaud Charlet <charlet@adacore.com>
1821 * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
1822 a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
1823 a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
1824 a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
1825 a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
1826 a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
1827 a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
1828 a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
1829 a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
1830 a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
1831 a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
1832 a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
1833 a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
1834 a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
1835 a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
1836 a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
1837 a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
1838 a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
1839 a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
1840 a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
1841 a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
1842 a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
1843 a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
1844 a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
1845 a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
1846 a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
1847 a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
1848 a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
1849 a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
1850 a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
1851 a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
1852 a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
1853 a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
1854 a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
1857 2005-01-27 Laurent GUERBY <laurent@guerby.net>
1859 * Makefile.in: Fix a-intnam.ads from previous commit,
1860 add 2005 to copyright.
1861 * a-intman-rtems.ads: Renamed to...
1862 * a-intnam-rtems.ads:
1864 2005-01-27 Laurent GUERBY <laurent@guerby.net>
1866 * Makefile.in: Rename GNAT RTEMS specific files.
1867 * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
1868 5rosinte.ads, 5rparame.adb: Replaced by files below.
1869 * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
1870 s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
1872 2005-01-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1873 Laurent GUERBY <laurent@guerby.net>
1876 * 5rosinte.ads: Add No_Key constant.
1877 * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
1878 * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
1880 2005-01-26 Laurent GUERBY <laurent@guerby.net>
1883 * i-cobol.adb (Valid_Numeric): Handle zero length case.
1885 2005-01-20 Richard Henderson <rth@redhat.com>
1887 * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
1888 a-intnam-linux.ads and system-linux-alpha.ads.
1889 * a-intnam-linux-alpha.ads: Remove file.
1890 * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
1891 * system-linux-alpha.ads: New file.
1893 2005-01-18 Jakub Jelinek <jakub@redhat.com>
1896 * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
1897 set to the new string.
1899 2005-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
1901 * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
1904 2005-01-18 Richard Henderson <rth@redhat.com>
1906 * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
1907 THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
1909 * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
1911 2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
1913 * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
1914 (GCC_ZCX_Support): Likewise.
1916 2005-01-11 Bastian Blank <waldi@debian.org>
1918 * system-linux-s390.ads: Define Preallocated_Stacks.
1919 * system-linux-s390x.ads: Likewise.
1921 2005-01-04 Arnaud Charlet <charlet@adacore.com>
1923 * gnat_ugn.texi: Fix texi errors with null variables.
1925 2005-01-03 Thomas Quinot <quinot@adacore.com>
1927 * gen-soccon.c: New utility program to generate g-soccon.ads
1930 * socket.c, gsocket.h: Split inclusion of system header files into a
1931 gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
1933 * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
1934 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
1935 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
1936 g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
1937 should not be edited by hand anymore, but should be regenerated using
1940 2005-01-03 Robert Dewar <dewar@adacore.com>
1941 Ed Schonberg <schonberg@adacore.com>
1942 Vincent Celier <celier@adacore.com>
1944 * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
1945 on/off, since this is an obsolescent feature, for which we now generate
1948 * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
1949 warning mode is set and obsolescent usage of this attribute occurs.
1950 (Resolve_Access, case 'Access): Note that GNAT uses the context type to
1951 disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
1952 predates, and partly motivates, the adoption of the AI.
1953 Implement new Ada 2005 attribute Mod
1955 * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
1958 * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
1960 * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
1961 pragma restrictions.
1962 New entry for Ada 2005 attribute Mod.
1965 Add recognition of new pragma Restrictions No_Dependence
1966 Recognize restriction No_Obsolescent_Features at parse time
1968 * bcheck.adb: Add circuitry for checking for consistency of
1969 No_Dependence restrictions.
1971 * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
1974 * restrict.ads, restrict.adb: Add subprograms to deal with
1975 No_Dependence restrictions.
1977 * rtsfind.adb: Check that implicit with's do not violate No_Dependence
1980 * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
1981 sem_attr.adb: Add check for new restriction No_Obsolescent_Features
1983 * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
1984 dummy parameter to scng instantiation.
1985 Needed for new restriction No_Obsolescent_Features
1987 * scn.adb: (Obsolescent_Check): New procedure
1988 Needed for new restriction No_Obsolescent_Features
1990 * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
1991 specified by AI-285, needed for implementation of AI-388 (adding greek
1992 pi to Ada.Numerics).
1993 Add new generic formal to scng, needed for new restriction
1994 No_Obsolescent_Features.
1996 * s-rident.ads: Add new restriction No_Obsolescent_Features.
1998 * ali.ads, ali.adb: Adjustments for reading new No_Dependence
2000 (Scan_ALI): When finding an unexpected character on an R line, raise
2001 exception Bad_R_Line, instead of calling Fatal_Error, so that, when
2002 Ignore_Errors is True, default restrictions are set and scanning of the
2003 ALI file continues with the next line. Also, when Bad_R_Line is raised
2004 and Ignore_Errors is True, skip to the end of le line.
2006 * sem_ch10.adb: Check that explicit with's do not violate
2007 No_Dependence restrictions.
2008 (Install_Withed_Unit): Add code to implement AI-377 and diagnose
2009 illegal context clauses containing child units of instance.
2011 * sem_prag.adb: Processing and checking for new No_Dependence
2013 (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
2014 analyze and check the External argument.
2016 * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
2018 2005-01-03 Robert Dewar <dewar@adacore.com>
2020 * atree.adb: Add a fifth component to entities
2021 This allows us to add 32 flags and four new fields
2023 * atree.ads: Add a fifth component to entities
2024 This allows us to add 32 flags and four new fields
2026 * einfo.ads, einfo.adb: Document new fields and new flags now available
2027 Add routines for printing new fields
2029 * treepr.adb: Call routines to print out additional fields if present
2031 2005-01-03 Arnaud Charlet <charlet@adacore.com>
2033 * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
2034 gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
2036 * Makefile.in: Add support to build shared Ada libraries on solaris x86
2037 Remove gpr2make, replaced by gprmake.
2038 Remove references to gnatmem and libaddr2line.
2039 Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
2040 (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
2041 Add support for specialized version of Ada.Numerics.Aux for Darwin: use
2042 a-numaux-darwin.ads and a-numaux-darwin.adb
2043 Enable mlib-tgt-lynxos.adb on lynxos.
2045 * Make-lang.in: Remove rules for gpr2make.
2046 When generating sdefault.adb, do not call Relocate_Path
2047 on S3 for function Target_Name, as it is not a path.
2048 Remove references to gnatmem and libaddr2line.
2050 * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
2053 2005-01-03 Samuel Tardieu <tardieu@adacore.com>
2055 * checks.adb (Apply_Alignment_Check): Generate a warning if an object
2056 address is incompatible with its base type alignment constraints when
2057 this can be decided statically.
2059 2005-01-03 Olivier Hainque <hainque@adacore.com>
2061 * decl.c (compatible_signatures_p): New function. The intended purpose
2062 is to check if two function signatures for a call-site and a callee are
2063 compatible enough for the call to be valid. The underlying purpose is
2064 to check if a call to a mapped builtin is using the right interface.
2065 The current code actually does not check antyhing - this a placeholder
2066 for future refinements.
2067 (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
2068 builtin calls for convention Intrinsic.
2070 * gigi.h (builtin_decl_for): Declare (new function).
2072 * utils.c (gnat_install_builtins): Install the target specific builtins.
2073 (builtin_decl_for): New function, provide a dummy body for now.
2075 2005-01-03 Geert Bosch <bosch@adacore.com>
2077 * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
2078 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
2079 (Pred): Implement in terms of Succ.
2081 * trans.c (convert_with_check): Reimplement conversion of float to
2084 2005-01-03 Ed Schonberg <schonberg@adacore.com>
2085 Vincent Celier <celier@adacore.com>
2087 * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
2088 bounds can be negative, and must be declared Int, not Nat.
2090 * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
2091 array is checked after using the index in the array.
2093 * makegpr.adb (Add_Switches): Check if there is a package for the
2094 processor. If there is no package, do not look for switches.
2096 2005-01-03 Ed Schonberg <schonberg@adacore.com>
2098 * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
2099 generation of predefined stream operations (specs and bodies) should
2100 proceed. Under various restrictions these subprograms must not be
2103 2005-01-03 Thomas Quinot <quinot@adacore.com>
2106 Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
2107 amount of PCS-specific code in RACW stubs generation.
2108 (Copy_Specification): Set Etype on copied formal parameter entities, as
2109 this information is needed for PolyORB stubs generation.
2110 (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
2111 variable Dynamic_Async.
2112 (Build_Subprogram_Receiving_Stubs): Make PCS-specific
2113 (Build_RPC_Receiver_Specification): Make generic again, as recent
2114 changes have allowed RPC receivers to have the same profile for both
2115 variants of the PCS.
2116 Reorganise RPC receiver generation to reduce differences between the
2117 structure of GARLIC and PolyORB RPC receivers.
2118 (Add_Receiving_Stubs_To_Declarations): Make this subprogram
2120 Simplify elaboration code for RCI packages.
2122 * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
2123 generation to reduce differences between the structure of GARLIC and
2124 PolyORB RPC receivers.
2126 * s-stratt.adb: Fix typo in comment.
2128 2005-01-03 Thomas Quinot <quinot@adacore.com>
2130 * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
2131 copied from Make_Init_Call).
2133 * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
2134 reads and assignments on a temporary variable declared with appropriate
2137 2005-01-03 Robert Dewar <dewar@adacore.com>
2139 * i-c.adb (To_C): Raise CE if string is null and Append_Null
2141 2005-01-03 Robert Dewar <dewar@adacore.com>
2143 * i-cstrin.adb (Update): Do not append a null in form called with a
2144 String. This avoids unintended behavior.
2146 2005-01-03 Arnaud Charlet <charlet@adacore.com>
2149 * init.c: Fix warnings on Free BSD section.
2151 2005-01-03 Arnaud Charlet <charlet@adacore.com>
2154 * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
2157 2005-01-03 Vincent Celier <celier@adacore.com>
2159 * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
2160 libraries when Unique_Compile is True (-u switch).
2163 2005-01-03 Robert Dewar <dewar@adacore.com>
2165 * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
2166 upper case letter or underscore after W, as allowed by spec.
2168 2005-01-03 Arnaud Charlet <charlet@adacore.com>
2170 * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
2171 darwin port by using proper type definitions from header files.
2172 Use SIGTERM instead of SIGABRT for SIGADAABORT.
2174 2005-01-03 Robert Dewar <dewar@adacore.com>
2176 * par.adb: Enhance error message handling for configuration file
2179 2005-01-03 Robert Dewar <dewar@adacore.com>
2181 * s-arit64.adb (Double_Divide): Put back changes that got accidentally
2182 removed during the previous update (test properly for case of dividing
2183 largest negative number by -1, which generates overflow).
2185 2005-01-03 Ed Schonberg <schonberg@adacore.com>
2186 Sergey Rybin <rybin@adacore.com>
2188 * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
2189 to use as the defining identifier for a formal package.
2190 (Remove_Parent): If the instance takes place within (an instance of)
2191 a sibling, preserve private declarations of common parent.
2193 2005-01-03 Ed Schonberg <schonberg@adacore.com>
2195 * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
2196 to determine whether one of the operands is a fixed-point type for
2197 which a user-defined multiplication or division operation might be
2200 * sem_res.adb (Valid_Conversion): The legality rules for conversions
2201 of access types are symmetric in Ada 2005: either designated type can
2204 2005-01-03 Vincent Celier <celier@adacore.com>
2206 * s-fileio.adb (Temp_File_Record): Change length of string component
2207 Name from L_tmpnam + 1 to max_path_len + 1.
2209 2005-01-03 Arnaud Charlet <charlet@adacore.com>
2211 * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
2212 Self_Id.Deferral_Level = 0.
2213 (Do_Pending_Action): Move this function to the spec.
2215 * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
2216 Do_Pending_Action explicitely when needed, in case we're using
2217 No_Abort restrictions.
2219 * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
2220 deferral level since it will not get changed by the generated code.
2221 Keeping a default value of 1 would prevent some operations (e.g.
2222 select or delay) to proceed successfully.
2224 2005-01-03 Ben Brosgol <brosgol@adacore.com>
2225 Robert Dewar <dewar@adacore.com>
2226 Cyrille Comar <comar@adacore.com>
2228 * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
2229 porting guide chapter (vms version).
2230 Revised doc title (removed "for native platforms") and subtitle.
2231 Add discussion on warning flag for obsolescent features. First we
2232 note that it applies to obsolete GNAT features, which was previously
2233 omitted. Second we contrast the behavior with that of the new
2234 Ada 2005 AI-368 restriction No_Obsolescent_Features.
2235 Preliminary rewriting of GNAT & libraries chapter in order to take
2236 into account default project locations & new project manager
2239 2005-01-03 Robert Dewar <dewar@adacore.com>
2241 * cstand.adb (Create_Operators): Clean up format and documentation of
2242 unary and binary operator result tables. No change in code, just
2243 reformatting and addition of comments.
2245 * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
2246 sem_ch2.adb: Minor reformatting
2248 * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
2249 sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
2250 comments for Tree_Read and Tree_Write.
2252 2005-01-03 Pascal Obry <obry@adacore.com>
2254 * exp_attr.ads: Minor reformatting.
2256 2005-01-03 Romain Berrendonner <berrendo@adacore.com>
2258 * comperr.adb (Compiler_Abort): Add specialized message for GAP
2261 2005-01-03 Ed Schonberg <schonberg@adacore.com>
2263 * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
2264 whether the ancestor type is private, as may be the case with nested
2267 2004-12-30 Sohail Somani <sohail@sohailsomani.com>
2270 * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
2272 2004-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
2274 * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
2275 * utils2.c (build_unary_op): Likewise.
2277 2004-12-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2279 * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
2281 2004-12-19 Richard Henderson <rth@redhat.com>
2283 * trans.c (gigi): Update gimplify_body call.
2285 2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
2287 * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
2289 2004-12-07 Ed Falis <falis@adacore.com>
2291 * s-intman-vxworks.adb (Notify_Exception): removed useless check for
2292 current task being suspended.
2294 * init.c (__gnat_clear_exception): added to reset VxWorks exception
2296 (__gnat_map_signal): removed test for current task being suspended.
2298 2004-12-07 Gary Dismukes <dismukes@adacore.com>
2300 * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
2301 from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
2302 targets (such as AAMP).
2304 2004-12-07 Ed Schonberg <schonberg@adacore.com>
2306 * atree.adb (Visit_Itype): Create a new name for the generated itype,
2307 because the back-end may otherwise treat it as a redefinition of the
2310 2004-12-07 Eric Botcazou <ebotcazou@adacore.com>
2312 * back_end.adb (Scan_Back_End_Switches): Accept --param.
2314 * lang-specs.h: Accept --param.
2316 2004-12-07 Vincent Celier <celier@adacore.com>
2318 * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
2319 package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
2320 Current_Body_Suffix => Ada_Body_Suffix).
2321 Take into account Externally_Built attribute.
2323 * clean.adb (In_Extension_Chain): Always return False when one of the
2324 parameter is No_Project.
2325 (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
2326 Ada_Language_Index).
2327 (Gnatclean): Adapt to change in package Prj.Pars (no parameter
2328 Process_Languages for procedure Parse).
2330 * gnatcmd.adb (Carg_Switches): New table.
2331 (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
2332 Adapt to name changes in package Prj (Current_Spec_Suffix =>
2333 Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
2335 * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
2336 Header_Num and function Hash are now declared in package Prj,
2339 * prj.adb (Suffix_Of): New function.
2340 (Set (Suffix)): New procedure.
2341 (Hash): One function moved from Prj.Com
2342 (Is_Present, Language_Processing_Data_Of): New functions
2343 (Set): Two new procedures
2344 (Add_Language_Name, Display_Language_Name): New procedures
2346 * prj.ads: (Suffix_Of): New function
2347 (Set (Suffix)): New procedure
2348 Add several types and tables for multi-language support.
2349 (Header_Num): Type moved from Prj.Com
2350 (Hash): Two functions moved from Prj.Com
2351 (Is_Present, Language_Processing_Data_Of): New functions
2352 (Set): Two new procedures
2353 (Add_Language_Name, Display_Language_Name): New procedures
2354 (Naming): Component name changes:
2355 Current_Spec_Suffix => Ada_Spec_Suffix,
2356 Current_Body_Suffix => Ada_Body_Suffix. Add new components:
2357 Impl_Suffixes, Supp_Suffixes.
2358 (Project_Data): New components: Externally_Built, Supp_Languages,
2359 First_Language_Processing, Supp_Language_Processing, Default_Linker,
2360 Default_Linker_Path.
2362 * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
2363 new package Language_Processing with its attributes (Compiler_Driver,
2364 Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
2365 Binder_Driver, Default_Linker).
2367 * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
2368 (Header_Num): Type moved to package Prj
2370 * prj-env.adb: Adapt to name changes in package Prj
2371 (Current_Spec_Suffix => Ada_Spec_Suffix,
2372 Current_Body_Suffix => Ada_Body_Suffix).
2374 * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
2375 default to the project path, except the "-" is one of the directories
2376 in env var ADA_PROJECT_PATH.
2377 (Current_Project_Path): Global variable, replacing Project_Path
2378 that was in the body of Prj.Part.
2379 (Project_Path): New function
2380 (Set_Project_Path): New procedure
2381 Initialize Current_Project_Path during elaboration of the package
2382 Remove dependency on Prj.Com, no longer needed
2384 * prj-ext.ads (Project_Path): New function
2385 (Set_Project_Path): New procedure
2387 * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
2388 suffix is defined for language <lang>.
2389 (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
2390 accessing directly the components of Naming.
2391 (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
2392 Reorganise of this package.
2393 Break procedure Check in several procedures.
2395 * prj-nmsc.ads: Replace all procedures (Ada_Check,
2396 Other_Languages_Check and Language_Independent_Check) with a single
2399 * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
2400 Process_Languages, no longer needed.
2402 * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
2403 Current_Project_Path.
2404 Remove elaboration code, moved to the body of Prj.Ext
2405 Use new function Prj.Ext.Project_Path instead of old variable
2407 (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
2408 When comparing with project paths on the stack, first put the resolved
2409 path in canonical case.
2410 (Parse_Single_Project): Set the path name of the project file in the
2411 tree to the normalized path.
2413 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
2414 parameter Process_Languages, no longer needed.
2415 (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
2416 Other_Languages_Check.
2418 * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
2419 to store the resolved canonical path of the project file.
2420 Remove dependency to Prj.Com, no longer needed
2422 * prj-util.adb: Adapt to name changes in package Prj
2423 (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
2426 * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
2427 Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
2428 Externally_Built, Include_Option, Language_Processing.
2430 * makegpr.adb: Numerous changes due to changes in packages
2433 * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
2434 default to the project path, except whe "-" is one of the directories
2435 in env var ADA_PROJECT_PATH.
2436 (Gnatls): In verbose mode, add the new section "Project Search Path:"
2438 2004-12-07 Robert Dewar <dewar@adacore.com>
2440 * debug.adb: Document that -gnatdA automatically sets -gnatR3m
2442 * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
2445 * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
2446 flag. No longer needed now that we handle this in gnat1drv.adb.
2448 * repinfo.ads: Minor reformatting
2450 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2451 Olivier Hainque <hainque@adacore.com>
2452 Eric Botcazou <ebotcazou@adacore.com>
2454 * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
2455 TYPE_SIZE_UNIT of result type if SIZE is not specified.
2456 (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
2457 of a bitfield, which we know is useless and causes trouble because of
2458 alignment implications.
2460 * utils.c (create_var_decl): Set DECL_COMMON again on targets without
2462 (process_attributes): Clear DECL_COMMON again when a section attribute
2464 (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
2465 SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
2466 (create_field_decl): Special case ADDRESSABLE negative to mean
2467 "no bitfield creation", to be used by make_aligning_type. Don't
2468 restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
2469 fields claimed addressable still have to be bitfields. Use
2470 value_factor_p instead of a raw binop construction to check for the
2471 position's alignment.
2473 2004-12-07 Geert Bosch <bosch@adacore.com>
2475 * eval_fat.adb: Revert previous change.
2477 2004-12-07 Thomas Quinot <quinot@adacore.com>
2478 Ed Schonberg <schonberg@adacore.com>
2480 * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
2481 with an implicit dereference as its prefix, use
2482 Insert_Explicit_Dereference instead of merely rewriting the prefix into
2483 an explicit dereference. This ensures that a reference to the original
2484 prefix is generated, if appropriate.
2486 * sem_util.adb (Insert_Explicit_Dereference): When an implicit
2487 dereference is rewritten to an explicit one, generate a reference to
2488 the entity denoted by its prefix using the original prefix node, so
2489 the dereference can be properly recorded as a read of the denoted
2490 access value, if appropriate.
2492 * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
2493 emitting 'assigned but never read' warning on a variable on the basis
2494 that it has an access type.
2495 (Check_References): Emit unreferenced warning when the scope is a
2498 2004-12-07 Robert Dewar <dewar@adacore.com>
2499 Ed Schonberg <schonberg@adacore.com>
2501 * exp_ch6.adb (Expand_Call): Add comment on handling of back end
2504 * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
2505 leaving call unchanged.
2506 This deals with the case where the pragma Import specified
2507 an external name, to be handled by the back end.
2509 * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
2510 subprogram which is Imported with convention Intrinsic if an
2511 External_Name argument is specified.
2512 (Process_Import_Or_Interface): Properly diagnose link name argument.
2513 (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
2514 with Sem_Ch6.Cannot_Inline.
2515 (Process_Inline): Provide separate warning for inapplicable inline
2517 (Cannot_Inline): Reject subprograms that have an at_end handler, so that
2518 treatment is uniform on different targets.
2520 2004-12-07 Ed Schonberg <schonberg@adacore.com>
2522 * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
2523 construct is rewritten, preserve end label to permit source navigation.
2525 2004-12-07 Thomas Quinot <quinot@adacore.com>
2527 * exp_dist.adb (Specific_Build_General_Calling_Stubs,
2528 Specific_Build_Stub_Target): New subprograms.
2529 (Build_Subprogram_Calling_Stubs): Make this procedure independent from
2530 the PCS implementation used, using the above PCS-customized subprograms.
2532 (PolyORB_Support.Helpers): New subunit containing supporting subprograms
2533 for generation of DSA code targeted to the PolyORB PCS.
2534 (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
2535 implementation of the partition communication subsystem in ancillary
2537 (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
2538 PolyORB_Support.Build_Stub_Type): New subrograms containing the
2539 PCS-specific part of Add_Stub_Type.
2540 (Insert_Partition_Check): Use runtime library function to perform
2543 * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
2544 (RE_Same_Partition): New entity, from s-parint.
2546 * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
2548 2004-12-07 Gary Dismukes <dismukes@adacore.com>
2550 * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
2551 Output the copyright message on a separate line from the version
2554 2004-12-07 Joel Brobecker <brobecker@adacore.com>
2556 * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
2557 compile-time warning.
2559 2004-12-07 Robert Dewar <dewar@adacore.com>
2561 * g-regpat.adb: (Match): Change a misuse of or to or else
2563 2004-12-07 Ed Schonberg <schonberg@adacore.com>
2566 (Generate_Reference): Handle properly a reference to an entry formal,
2567 when an accept statement has a pragma Unreferenced for it.
2569 * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
2570 and the Has_Pragma_Unreferenced flag for each formal before analyzing
2571 the body, to ensure that warnings are properly emitted for each accept
2572 statement of a given task entry.
2574 2004-12-07 Vasiliy Fofanov <fofanov@adacore.com>
2576 * Makefile.in: Add support for foreign threads on VMS.
2578 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2580 * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
2582 (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
2584 * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
2586 * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
2588 (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
2590 2004-12-07 Robert Dewar <dewar@adacore.com>
2592 * nlists.adb (Prepend_Debug): Remove parameters and nest within
2594 (Remove_Next_Debug): Same fix
2596 * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
2597 maintain back pointers now, though we did not used to, and comments
2599 (Prepend): Remove pragma Inline.
2600 (Remove_Next): Same cleanup
2602 2004-12-07 Thomas Quinot <quinot@adacore.com>
2604 * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
2605 used to record an implicit dereference as a read operation on its
2606 prefix when operating under -gnatc. Necessary to avoid spurious
2607 'variable assigned but never read' warnings in that mode.
2608 (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
2609 is a non-overloaded implicit dereference, call the above subprogram to
2610 ensure proper recording of references.
2612 2004-12-07 Gary Dismukes <dismukes@adacore.com>
2614 * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
2615 to be resolved later as part of Analyze_Iteration_Scheme's call to
2618 2004-12-07 Ed Schonberg <schonberg@adacore.com>
2620 * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
2621 prefix is not a scalar type, place error message on prefix, not on
2624 2004-12-07 Bernard Banner <banner@adacore.com>
2626 * vxaddr2line.adb: Add support for x86 vxworks
2628 2004-12-07 Thomas Quinot <quinot@adacore.com>
2630 * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
2631 documentation of the behaviour of these functions when passed an IP
2632 address that has no record in the system hosts database and no reverse
2635 * cstand.adb, a-tags.ads: Fix typos in comment.
2637 2004-12-07 Robert Dewar <dewar@adacore.com>
2639 * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
2640 exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
2641 sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
2642 s-poosiz.ads: Minor reformatting
2644 * make.adb: Minor reformatting
2645 Add some ??? comments asking for more comments
2647 * s-poosiz.adb: Minor reformatting
2648 Add comments on alignment requirement
2650 * sinfo.ads: Remove obsolete comment and fix typo.
2652 2004-12-07 Vincent Celier <celier@adacore.com>
2653 Sergey Rybin <rybin@adacore.com>
2655 * gnat_ugn.texi: Update the section "The GNAT Driver and Project
2656 Files" with the new tool and package names.
2657 Reformatting to suppress most of the warnings for line too long
2658 Document the new section "Project Search Path:" in the output of
2660 Add gnatmetric section
2662 2004-12-07 Vincent Celier <celier@adacore.com>
2664 * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
2665 -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
2666 and -eit to -ept. Added qualifier
2667 /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
2669 2004-11-27 Andreas Schwab <schwab@suse.de>
2671 * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
2673 2004-11-25 Arnaud Charlet <charlet@adacore.com>
2675 * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
2676 internal implementation unit GNAT.Sockets.Thin,
2677 as their usage for sockets is non-portable (using the read and write
2678 functions from the system runtime library is fine on UNIX but won't
2679 work under Windows).
2681 * mingw32.h: Update copyright notice.
2683 2004-11-25 Arnaud Charlet <charlet@adacore.com>
2685 * ada-tree.h: Minor reformatting of previous change to avoid lines
2686 longer than 79 characters.
2688 2004-11-25 Olivier Hainque <hainque@adacore.com>
2690 * tb-gcc.c: GCC infrastructure based implementation of
2693 2004-11-24 Steven Bosscher <stevenb@suse.de>
2695 * misc.c (gnat_post_options): Don't clear
2696 flag_inline_functions.
2698 2004-11-22 Andrew Pinski <pinskia@physics.uc.edu>
2701 * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
2704 2004-11-21 Andreas Jaeger <aj@suse.de>
2706 * stylesw.adb: Change Style_Check_Subprogram_Order to
2707 Style_Check_Order_Subprograms.
2709 2004-11-18 Arnaud Charlet <charlet@adacore.com>
2711 * adaint.h, adaint.c
2712 (__gnat_portable_spawn): Fix cast of spawnvp third parameter
2714 Add also a cast to kill another warning.
2715 (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
2716 parameter with the priority class of the parent process instead of
2717 always using the NORMAL_PRIORITY_CLASS.
2718 (__gnat_dup): New function.
2719 (__gnat_dup2): New function.
2720 (__gnat_is_symbolic_link): Enable the effective body of this
2721 function when __APPLE__ is defined.
2723 * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
2726 2004-11-18 Olivier Hainque <hainque@adacore.com>
2728 * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
2729 address of which may be used to represent "others" and "all others"
2730 choices in exception tables, instead of the current harcoded
2731 (void *)0 and (void *)1.
2732 (Setup_Exception): Do nothing in the GNAT SJLJ case.
2734 * gigi.h (others_decl, all_others_decl): New decls representing the
2735 new Others_Value and All_Others_Value objects.
2736 (struct attrib): Rename "arg" component as "args", since GCC expects a
2737 list of arguments in there.
2739 * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
2740 corresponding objects exported by a-exexpr, instead of hardcoded dummy
2743 * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
2744 others_decl and all_others_decl instead of hardcoded dummy addresses
2745 to represent "others" and "all others" choices, which is cleaner and
2746 more flexible with respect to the possible eh pointer encoding policies.
2748 * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
2749 (process_attributes): Account for the naming change of the "args"
2750 attribute list entry component.
2752 * decl.c (build_attr_list): Rename into prepend_attributes to allow
2753 cumulating attributes for different entities into a single list.
2754 (gnat_to_gnu_entity): Use prepend_attributes to build the list of
2755 attributes for the current entity and propagate first subtype
2756 attributes to other subtypes.
2757 <E_Procedure>: Attribute arguments are attr->args and not
2759 (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
2760 argument provided, as this is what GCC expects. Use NULL_TREE instead
2763 2004-11-18 Robert Dewar <dewar@adacore.com>
2765 * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
2766 Minor reformatting througout (including new function specs)
2767 Add ??? comments asking for clarification.
2769 2004-11-18 Thomas Quinot <quinot@adacore.com>
2771 * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
2772 incomplete duplicate implementation of this subprogram from butil.
2774 2004-11-18 Thomas Quinot <quinot@adacore.com>
2776 * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
2777 procedures factors the common processing for building an RPC receiver
2778 for an RCI package or an RACW type.
2779 Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
2780 Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
2781 (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
2783 (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
2785 (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
2787 (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
2788 distribution subprogram identifiers that are either subprogram numbers
2790 (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
2791 string distribution identifiers assigned to a given subprogram.
2792 (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
2793 (Add_RAS_Dereference_TSS): Add comments.
2794 (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
2795 is not referenced yet because it will be used by the PolyORB DSA
2797 (Insert_Partition_Check): Remove fossile code.
2798 (First_RCI_Subprogram_Id): Document this constant.
2799 (Add_RAS_Access_TSS): Correct the setting of the Etype of the
2801 (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
2802 replaced with calls to Get_Library_Unit_Name_String. Previously there
2803 were several instances of the same code in different locations in the
2804 compiler; this checkin completes the replacement of all of these
2805 instances with calls to a common subprogram.
2808 * sem_dist.adb: Remove comment noting that RPC receiver generation
2809 should be disabled for RACWs that implement RASs.
2810 (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
2812 * sem_util.ads, sem_util.adb (Has_Stream): New function
2813 (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
2814 qualified name of a library unit into the name buffer.
2815 (Note_Possible_Modification): Generate a reference only
2816 if the context comes from source.
2818 * snames.ads (PCS_Names): New subtype corresponding to names of
2819 supported implementations of the Partition Communication Subsystem
2820 (PCS) (i.e. the runtime library support modules for the distributed
2823 2004-11-18 Robert Dewar <dewar@adacore.com>
2824 Ed Schonberg <schonberg@adacore.com>
2826 * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
2827 (Has_Rep_Pragma): New function
2828 (Has_Attribute_Definition_Clause): New function
2829 (Record_Rep_Pragma): Moved here from sem_ch13.adb
2830 (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
2832 * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
2834 * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
2835 (Expand_Pragma_Psect_Object): New procedure
2836 These procedures contain the revised and cleaned up processing for
2837 these two pragmas. This processing was formerly in Sem_Prag, but
2838 is more appropriately moved here. The cleanup involves making sure
2839 that the pragmas are properly attached to the tree, and that no
2840 nodes are improperly shared.
2842 * sem_prag.adb: Move expansion of Common_Object and Psect_Object
2843 pragmas to Exp_Prag, which is more appropriate.
2844 Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
2845 check for duplicates Remove use of Is_Psected flag, no longer needed.
2846 Use new Make_String_Literal function with string.
2848 * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
2849 that are functions return universal values, that have to be converted
2850 to the context type.
2851 Use new Make_String_Literal function with string.
2852 (Get_Stream_Convert_Pragma): New function, replaces the use of
2853 Get_Rep_Pragma, which had to be kludged to work in this case.
2855 * freeze.adb: Use new Has_Rep_Pragma function
2857 * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
2858 function with string.
2859 Use new Has_Rep_Pragma function.
2861 * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
2864 2004-11-18 Robert Dewar <dewar@adacore.com>
2866 * errout.ads, errout.adb: (First_Sloc): New function
2868 * par-ch5.adb (P_Condition): Check for redundant parens is now a style
2869 check (-gnatyx) instead of being included as a redundant construct
2872 * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
2873 Style_Check_Order_Subprograms.
2875 * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
2876 stylesw.adb: Add Style_Check_Xtra_Parens
2878 * usage.adb: Add line for -gnatyx (check extra parens)
2880 * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
2882 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2883 Robert Dewar <dewar@adacore.com>
2885 * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
2886 discriminant of a constrained subtype, analyze the copy of the
2887 corresponding constraint, because in some cases it may be only
2889 Removes long-lived ??? comments.
2891 * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
2892 handled controlled or secondary-stack expressions within the
2893 iteration_scheme of a loop.
2895 * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
2896 bounds that may contain functions calls, to prevent memory leaks when
2897 the bound contains a call to a function that uses the secondary stack.
2898 (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
2899 generate temporaries for loop bounds that might contain function calls
2900 that require secondary stack and/or finalization actions.
2902 * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
2903 selected component and the selector is overloadable (not just a
2904 function) treat as function call, Analyze_Call will disambiguate if
2906 (Analyze_Selected_Component): Do not generate an actual subtype for the
2907 selected component if expansion is disabled. The actual subtype is only
2908 needed for constraint checks.
2909 (Analyze_Allocator): If restriction No_Streams is set, then do
2910 not permit objects to be declared of a stream type, or of a
2911 composite type containing a stream.
2913 * restrict.ads: Remove the a-stream entry from Unit_Array, since
2914 No_Streams no longer prohibits with'ing this package.
2916 * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
2917 discriminants, but the parent base has unknown discriminants, there is
2918 no discriminant constraint to inherit. Such a discrepancy can arise
2919 when the actual for a formal type with unknown discriminants is a
2920 similar private type whose full view has discriminants.
2921 (Analyze_Object_Declaration): If restriction No_Streams is set, then
2922 do not permit objects to be declared of a stream type, or of a
2923 composite type containing a stream.
2925 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2927 * exp_dbug.ads: Update documentation to reflect simpler encoding for
2928 protected operations.
2930 * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
2931 generated name, it complicates decoding in gdb and hinders debugging
2932 of protected operations.
2933 (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
2934 flag for the protected entry barrier function.
2935 (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
2936 flag for the protected entry function.
2938 2004-11-18 Nicolas Setton <setton@adacore.com>
2940 * expect.c: Define __unix__ when __APPLE__ is defined.
2942 * Makefile.in: Inform the value of the variable GMEM_LIB in the
2943 Darwin-specific section.
2945 * lang-specs.h: Change the placement of the %1 marker.
2946 Works around the fact that gcc adds -fPIC by default under Darwin.
2948 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2950 * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
2951 type of the object with the packed array type, set the Analyzed flag
2952 on the object if it is an entity or simple indexed component, to avoid
2953 spurious type errors.
2955 2004-11-18 Gary Dismukes <dismukes@adacore.com>
2957 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
2958 gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
2959 separate line from the version message.
2961 2004-11-18 Ed Falis <falis@adacore.com>
2963 * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
2965 (init_float): Eliminate initialization of floating point status for
2966 AE653. The instructions have no effect for vThreads.
2968 2004-11-18 Vincent Celier <celier@adacore.com>
2970 * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
2971 gnatbind is invoked with -shared.
2973 2004-11-18 Jose Ruiz <ruiz@adacore.com>
2975 * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
2976 for Detect_Blocking which is redundant with the check done within the
2977 procedure Protected_Single_Entry_Call.
2978 (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
2979 Detect_Blocking which is redundant with the check done within the
2980 procedure Protected_Single_Entry_Call.
2982 2004-11-18 Vincent Celier <celier@adacore.com>
2984 * makegpr.adb (Compile): Put the compiling switches (in package
2985 Compiler and on the command line) immediately after "-c", instead of
2986 at the end of the command line invocation of the compiler, when
2987 compiling a non-Ada file.
2988 (Build_Global_Archive): When there is no need to rebuild the archive,
2989 set Global_Archive_Exists, so that the archive is passed to the linker
2992 2004-11-18 Robert Dewar <dewar@adacore.com>
2993 Sergey Rybin <rybin@adacore.com>
2996 Remove extra paren check from list of checks for redundant constructs
2997 Add documentation of new -gnatyx style check (check extra parens)
2998 Remove paragraph about gnatelim debug options.
3000 * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
3001 objects rather than forbidding dependencies on the package Ada.Streams.
3003 * sinfo.ads: Add ??? note that we should document pragmas passed to
3006 * g-expect.ads: Fix a few typos in the comments.
3008 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
3010 * misc.c (gnat_handle_option): Use %< and %> for quoting in
3013 2004-11-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3015 * a-numaux-x86.adb (Tan): Fix fdivp syntax.
3017 2004-11-07 Andreas Schwab <schwab@suse.de>
3019 * Makefile.in (install-gnatlib): Remove spurious hyphen.
3021 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
3024 * Makefile.in (darwin): Set soext to .dylib.
3026 2004-10-26 Vincent Celier <celier@gnat.com>
3027 Thomas Quinot <quinot@act-europe.fr>
3029 * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
3030 (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
3031 there is no use of GNAT.Sockets.Constants.
3032 Remove remaining pragma Import for C_Write
3033 Remove C_Read and C_Write from internal implementation unit
3034 GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
3035 the read and write functions from the system runtime library is fine
3036 on UNIX but won't work under Windows).
3038 * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
3039 (Check_Selector): Use C_Recv instead of C_Read.
3040 Selectors are the GNAT.Sockets abstraction to perform a select()
3041 call on a set of descriptors. To allow abortion of an ongoing
3042 select operation, some data is written to a dedicated socket that
3043 is always monitored.
3044 Under Windows, the write and read library functions cannot operate
3045 on sockets, so we need to use send and recv instead, which is portable
3046 across all supported platforms.
3048 * g-socthi.ads: Remove C_Read and C_Write from internal implementation
3049 unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
3050 (using the read and write functions from the system runtime library is
3051 fine on UNIX but won't work under Windows).
3053 2004-10-26 Nicolas Setton <setton@act-europe.fr>
3055 * mlib-tgt-darwin.adb: New file.
3057 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
3058 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
3059 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
3060 mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
3063 * Makefile.in: Add support for building shared libraries under Darwin.
3064 (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
3065 the low level EH init subprogram to be called from __gnat_initialize.
3067 * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
3068 indicates which options to pass to the archive indexer.
3070 * mlib-utl.adb: Add support for calling ranlib with additional
3071 options. This is needed for instance under Mac OS X.
3072 (Ranlib_Options): New global variable, used to store the potential
3073 options to pass to ranlib.
3074 (Ar): Use Ranlib_Options when spawning ranlib.
3075 (Initialize): Set the value of ranlib option.
3077 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
3079 * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
3080 instead of 8K, to reflect the real potential needs for stack-checking
3083 2004-10-26 Pascal Obry <obry@gnat.com>
3085 * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
3087 * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
3088 Windows only the initial thread stack size can be set so it is good to
3089 start we a low stack size.
3090 The OS will adjust the size as needed.
3092 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
3093 Nicolas Setton <setton@act-europe.fr>
3095 * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
3096 "__unix__" instead of "unix".
3097 The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
3098 sections were just mistakenly ignored. The former is
3099 implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
3100 Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
3101 of hpux. This prevents an unwanted definition of the symbol
3102 convert_addresses in adaint.o.
3104 2004-10-26 Gary Dismukes <dismukes@gnat.com>
3106 * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
3107 compatibility with type Unwind_Word on 16-bit targets such as AAMP.
3109 2004-10-26 Cyrille Comar <comar@act-europe.fr>
3111 * a-filico.ads, a-filico.adb: fix incorrect header.
3113 2004-10-26 Javier Miranda <miranda@gnat.com>
3115 * a-ststio.ads: Fix typo in identifier
3117 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
3119 * sem_ch4.adb: Minor reformatting.
3121 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3123 * checks.adb (Expr_Known_Valid): If floating-point validity checks are
3124 enabled, check the result of unary and binary operations when the
3125 expression is the right-hand side of an assignment.
3127 2004-10-26 Vincent Celier <celier@gnat.com>
3129 * clean.adb (Delete): Do not output warnings when in quiet output and
3130 not in verbose mode.
3131 (Force_Deletions): New Boolean flag, defaulted to False
3132 (Delete): Only delete a file if it is writable, and when
3133 Force_Deletions is True.
3134 (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
3135 (Usage): Line for new switch -f
3136 (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
3139 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
3141 * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
3142 JM type only if its size matches that of the wrapper. When a size is
3143 prescribed and the field is not aliased, remove the wrapper of a JM
3144 type only if the size is not greater than that of the packed array.
3145 (gnat_to_gnu_entity): Change the extension of packed array wrappers
3148 2004-10-26 Geert Bosch <bosch@gnat.com>
3150 * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
3151 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
3152 (Pred): Implement in terms of Succ.
3154 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3156 * exp_aggr.adb (Safe_Component): An aggregate component that is an
3157 unchecked conversion is safe for in-place use if the expression of the
3159 (Expand_Array_Aggregate): An aggregate that initializes an allocator may
3160 be expandable in place even if the aggregate does not come from source.
3161 (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
3162 designated object of an allocator in place, rather than building it
3163 first on the stack. The previous scheme forces a full copy of the array,
3164 and may be altogether unsusable if the size of the array is too large
3165 for stack allocation.
3167 2004-10-26 Robert Dewar <dewar@gnat.com>
3169 * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
3170 compares if the component is atomic.
3172 * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
3173 array assignment if the component type is atomic.
3175 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3176 Eric Botcazou <ebotcazou@act-europe.fr>
3178 * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
3179 is aliased and is a by_reference type, do not pass by copy.
3180 (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
3181 detect whether the call is in the right side of an assignment or
3182 the expression of an object declaration. Recurse on component
3183 association within aggregates.
3184 Call it in the condition that determines whether the temporary is
3185 necessary for correct stack-checking.
3187 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
3189 * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
3190 RACW_Type, used in the PolyORB version.
3191 Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
3192 version and the GARLIC version.
3194 * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
3195 Rename RCI_Info to RCI_Locator for better consistency between the
3196 GARLIC and PolyORB versions of the distributed systems annex.
3197 (DSA_Implementation_Name): This enumeration lists the possible
3198 implementations of the Partition Communication Subsystem for the
3199 Distributed Systems Annex (DSA). The three available implementations
3200 are the dummy stub implementation (No_DSA), and two versions based on
3201 two different distribution runtime libraries: GARLIC and PolyORB. Both
3202 the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
3204 Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
3207 * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
3208 between the GARLIC and PolyORB versions of the distributed systems
3210 Remove RE_Unbounded_Reclaim_Pool since it is unused.
3212 2004-10-26 Gary Dismukes <dismukes@gnat.com>
3214 * gnat1drv.adb: Suppress calling the back end when
3215 Frontend_Layout_On_Target is true.
3217 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
3219 * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
3220 Set_Read_Only): New subprograms.
3221 These new routines allow the user to set or unset the Owner execute
3222 and Owner write permission flags on a file.
3224 * makegpr.adb, mlib.adb, mlib-prj.adb: Use
3225 GNAT.OS_Lib.Set_Executable instead of rolling our own.
3227 2004-10-26 Matthew Gingell <gingell@gnat.com>
3229 * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
3231 2004-10-26 Pascal Obry <obry@gnat.com>
3233 * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
3234 memory before the faulting page we properly test the process read
3235 access for this address using appropriate Win32 routine.
3236 (HPUX sections): guard with "__hpux__" instead of "hpux".
3238 2004-10-26 Robert Dewar <dewar@gnat.com>
3240 * lib-xref.adb (Generate_Reference): Don't complain about reference to
3241 entry parameter if pragma Unreferenced set, since we do not properly
3242 handle the case of multiple parameters.
3244 2004-10-26 Vincent Celier <celier@gnat.com>
3246 * prj-env.adb: (Contains_ALI_Files): New Boolean function
3247 (Ada_Objects_Path.Add): For a library project, add to the object path
3248 the library directory only if there is no object directory or if the
3249 library directory contains ALI files.
3250 (Set_Ada_Paths.Add.Recursive_Add): Ditto
3252 2004-10-26 Vincent Celier <celier@gnat.com>
3254 * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
3255 extension of library projects.
3257 * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
3258 path defaults to ".:<prefix>/lib/gnat".
3259 (Parse): For an extending all project, allow direct import of a project
3260 that is virtually extended.
3262 * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
3263 the specified name is directly imported, return its ID. Otherwise, if
3264 an extension of this project is imported, return the ID of the
3267 2004-10-26 Robert Dewar <dewar@gnat.com>
3269 * s-arit64.adb: (Le3): New function, used by Scaled_Divide
3270 (Sub3): New procedure, used by Scaled_Divide
3271 (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
3272 correct more than one instance of failure to propagate carries
3274 (Double_Divide): Handle overflow case of largest negative number
3275 divided by minus one.
3277 * s-arit64.ads (Double_Divide): Document that overflow can occur in
3278 the case of a quotient value out of range.
3281 2004-10-26 Robert Dewar <dewar@gnat.com>
3283 * s-bitops.adb (Bit_Eq): Remove redundant check.
3285 * s-bitops.ads: Minor comment updates
3286 Change some occurrences of Address to System.Address
3288 * s-carsi8.ads: Fix minor cut-and-paste error in comments
3290 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3292 * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
3293 accessibility check to prefix that is a protected operation.
3295 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3297 * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
3298 empty, post message on stub.
3300 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3301 Javier Miranda <miranda@gnat.com>
3303 * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
3304 current instance appears within a unit that is directly in the context
3306 Used to determine whether the body of the instance should be analyzed
3307 immediately after its spec, to make its subprogram bodies available
3308 for front-end inlining.
3309 (Analyze_Formal_Array_Type): Cleanup condition that checks that range
3310 constraint is not allowed on the component type (AARM 12.5.3(3))
3312 2004-10-26 Cyrille Comar <comar@act-europe.fr>
3314 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
3315 'Storage_Pool): enhance, document & limit detection of non-sharable
3318 * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
3320 * s-pooglo.ads: Add more documentation now that this pool is properly
3323 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3325 * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
3326 or protected type with discriminants, do not constrain the
3327 corresponding record type if the subtype declaration has no
3328 discriminant constraints. This can be the case in source code, or in
3329 the subtype declaration created to rename an actual type within an
3332 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3334 * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
3335 different kind of stub (possibly wrong name for file), do not check
3337 (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
3338 includes call to some function that returns an unconstrained type, do
3341 2004-10-26 Ed Schonberg <schonberg@gnat.com>
3343 * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
3344 appear in the code for the main unit. Dependencies among units in the
3345 context of the main unit are established when those other units are
3346 compiled. Otherwise spurious elaboration constraints can generate
3347 incorrect elaboration circularities.
3349 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
3350 Ed Schonberg <schonberg@gnat.com>
3352 * sem_util.adb (Is_Aliased_View): Defend against the case where this
3353 subprogram is called with a parameter that is not an object name. This
3354 situation arises for some cases of illegal code, which is diagnosed
3355 later, and in this case it is wrong to call Is_Aliased, as that might
3356 cause a compiler crash.
3357 (Explain_Limited_Type): Refine previous fix to include
3358 inherited components of derived types, to provide complete information.
3360 * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
3361 is the prival for a protected object.
3362 It is necessary to mark this entity as a variable, in addition to
3363 flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
3364 modified to avoid checking the Aliased flag on entities that are not
3365 objects. (Checking that flag for non-objects is erroneous and could
3366 lead to a compiler crash).
3368 2004-10-26 Robert Dewar <dewar@gnat.com>
3370 * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
3371 X_Frac = 0.5, then we know that the number X must be positive.
3372 (Succ): Remove the same redundant test, and also fix the primary test
3373 to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
3375 (Decompose): Add fuller comments to spec
3377 2004-10-26 Pascal Obry <obry@gnat.com>
3379 * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
3380 validity (process must have read access). Set to 0 in all other cases.
3381 (STOP_FRAME): Now check for ptr validity to avoid a segmentation
3383 (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
3384 segmentation violation.
3386 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
3388 * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
3389 whose type is a constructed subtype of an aliased object with an
3390 unconstrained nominal subtype, convert the actual to the constructed
3391 subtype before taking its address.
3393 2004-10-26 Vincent Celier <celier@gnat.com>
3395 * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
3396 (Is_Path_Name_Case_Sensitive): New function
3398 * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
3399 (Base_Name, Simple_Name, Current_Directory, Compose,
3400 Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
3403 2004-10-26 Cyrille Comar <comar@act-europe.fr>
3404 Vasiliy Fofanov <fofanov@act-europe.fr>
3405 Vincent Celier <celier@gnat.com>
3407 * gnat_ugn.texi: Generalize "finding memory problems" section into a
3408 "memory management issues" section and document some of the useful
3409 memory pools provided as part of the GNAT library.
3410 Remove "virtual" from declaration of A::method2 in
3411 the simple example of Ada/C++ mixed system.
3412 Library Projects may be virtually extended: their virtual extensions
3413 are not Library Projects.
3414 Added section on extending project hierarchies.
3416 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3418 * adaint.c (__gnat_get_libraries_from_registry): Cast value
3420 (__gnat_portable_spawn): Remove const.
3422 * mingw32.h (MAXPATHLEN): Check for previous definition.
3424 2004-10-17 Matthias Klose <doko@debian.org>
3426 * gnatvsn.ads: Set gnat library version to 4.0.
3428 2004-10-05 Vincent Celier <celier@gnat.com>
3430 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
3432 2004-10-04 Laurent GUERBY <laurent@guerby.net>
3435 * Makefile.in: Define and use RANLIB_FLAGS.
3437 2004-10-04 Pascal Obry <obry@gnat.com>
3439 * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
3440 other x86 platforms).
3442 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
3444 * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
3445 in general and triggers stack alignment adjustment for thread entry
3446 points on targets where this is necessary.
3448 2004-10-04 Bernard Banner <banner@gnat.com>
3452 * Makefile.in: Add section for powerpc linux
3453 Add variant i-vxwork-x86.ads
3455 * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
3457 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
3459 * init.c (__gnat_initialize): Call an Ada subprogram to perform the
3460 table registration calls when need be. Ensures no reference to the crt
3461 ctors symbol are issued in the SJLJ case, which avoids possible
3462 undefined symbol errors in the case of modules to be statically linked
3465 2004-10-04 Javier Miranda <miranda@gnat.com>
3467 * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
3468 in-line the code corresponding to subprogram Analyze_Actuals. In
3469 addition, analyze the actuals only in case of subprogram call.
3471 2004-10-04 Ed Falis <falis@gnat.com>
3473 * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
3475 2004-10-04 Sergey Rybin <rybin@act-europe.fr>
3477 * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
3478 in the documentation.
3480 2004-10-04 Robert Dewar <dewar@gnat.com>
3482 * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
3484 (Analyze_Block_Statement): Add circuitry to detect following dead code
3485 (Check_Unreachable_Code): Handle case of block exit
3487 2004-10-04 Robert Dewar <dewar@gnat.com>
3489 * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
3490 (XMatchD): Avoid warning for Logic_Error call
3492 2004-10-04 Robert Dewar <dewar@gnat.com>
3494 * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
3495 consider expressions buried within a procedure actual to be an actual.
3496 This caused some blowups with uses of packed slices within a procedure
3499 2004-10-04 Robert Dewar <dewar@gnat.com>
3501 * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
3502 longer need to be initialized to zero.
3503 (Get_Simple_Init_Val): Modular packed arrays no longer need to be
3504 initialized to zero.
3506 * checks.adb (Expr_Known_Valid): Packed arrays are now always
3507 considered valid, even if the representation is modular. That's correct
3508 now that we no longer initialize packed modular arrays to zero.
3510 * exp_dbug.ads: Clarify documentation on handling of PAD and JM
3511 suffixes. These are now documented as the only cases in which the
3512 debugger ignores outer records.
3513 Previously, the spec allowed arbitrary suffixes for this purpose.
3514 Change name of LJM to JM for packed array pad records
3515 Create separate section on packed array handling, and add a whole new
3516 set of comments to this section describing the situation with packed
3517 modular types and justification requirements depending on endianness.
3519 2004-10-04 Robert Dewar <dewar@gnat.com>
3521 * a-except.adb: Add a comment for last change
3523 * einfo.ads: Minor spelling correction in comment
3525 * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
3527 * sem_ch11.adb: Fix a case of using | instead of \ for continuation
3530 * sem_util.ads: Minor comment update
3532 2004-10-04 Ed Schonberg <schonberg@gnat.com>
3534 * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
3535 Inline_Always when in Configurable_Run_Time mode.
3537 * sem_prag.adb (Process_Convention): If entity is an inherited
3538 subprogram, apply convention to parent subprogram if in same scope.
3539 (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
3540 when in Configurable_Run_Time mode.
3542 2004-10-04 Ed Schonberg <schonberg@gnat.com>
3544 * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
3545 class_wide type after component list has been inherited.
3547 2004-10-04 Ed Schonberg <schonberg@gnat.com>
3549 * sem_ch12.adb (Check_Generic_Actuals): New predicate
3550 Denotes_Previous_Actual, to handle properly the case of a private
3551 actual that is also the component type of a subsequent array actual.
3552 The visibility status of the first actual is not affected when the
3553 second is installed.
3554 (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
3555 make fully recursive the treatment of formals of packages declared
3557 (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
3558 the above on exit from an instantiation.
3559 (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
3560 current instantiation which is now complete.
3561 (Analyze_Package_Instantiation): No instantiated body is needed if the
3562 main unit is generic. Efficient, and avoid anomalies when a instance
3563 appears in a package accessed through rtsfind.
3565 2004-10-04 Ed Schonberg <schonberg@gnat.com>
3567 * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
3568 do not generate a declaration for a temporary if the call is part of a
3569 library-level instantiation.
3571 2004-10-04 Ed Schonberg <schonberg@gnat.com>
3573 * sem_util.adb (Explain_Limited_Type): Ignore internal components when
3574 searching for a limited component to flag.
3576 * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
3577 expansion of Input, to account for the fact that the implicit call
3578 generated by the attribute reference must freeze the user-defined
3579 stream subprogram. This is only relevant to 'Input, because it can
3580 appear in an object declaration, prior to the body of the subprogram.
3582 * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
3583 expansion can proceed and further errors uncovered.
3584 (Minor clean up): Fix cases of using | instead of \ for continuation
3587 2004-10-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3589 * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
3591 * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
3592 (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
3593 Use gcc_assert and gcc_unreachable.
3595 * decl.c (gnat_to_gnu_entity, case object): Check and process a
3596 specified alignment before validating size.
3597 (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
3598 stripped-down declaration for the type of the inner field when making
3601 * utils.c (finish_record_type): Do not compute the size in units
3602 incrementally. Instead compute it once for the rep clause case.
3603 Use gcc_assert and gcc_unreachable.
3605 2004-10-04 Vincent Celier <celier@gnat.com>
3607 * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
3609 (Is_Valid_Path_Name): Take '/' as a directory separator.
3611 2004-10-04 Vincent Celier <celier@gnat.com>
3613 * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
3614 (Extended_Project) only if Extended_Project is defined, to avoid
3616 (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
3618 (Parse_Single_Project): Ditto.
3620 * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
3621 Add_To_Project_Path for virtual projects.
3623 2004-10-04 Vincent Celier <celier@gnat.com>
3625 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
3626 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
3627 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
3628 mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
3629 parameter Options_2.
3631 * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
3632 Build_Dynamic_Library with an empty Options_2.
3634 * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
3637 * makegpr.adb (Get_Imported_Directories.add): Remove trailing
3638 directory separator, if any.
3639 (Gprmake): Do not allow mains on the command line for library projects.
3640 Do not attempt to link when the project is a library project.
3641 (Library_Opts): New table to store Library_Options.
3642 (Build_Library): If Library_Options is specified, pass these options
3643 when building a shared library.
3645 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
3647 * s-tposen.adb (Service_Entry): The object must be always unlocked at
3648 the end of this procedure now that the unlock operation was inserted
3651 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
3653 * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
3654 corresponding to the Preallocated_Stacks flags in System.
3655 (Get_Target_Parameters): Including the processing for
3656 Preallocated_Stacks.
3658 * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
3659 system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
3660 system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
3661 system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
3662 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
3663 system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
3664 system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
3665 system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
3666 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
3667 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
3668 system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
3669 used to signal whether the compiler creates the required stacks and
3670 descriptors for the different tasks (when True) or it is done by the
3671 underlying operating system at run time (when False).
3672 It is initially set to False in all targets.
3674 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
3675 if it is supported by the target.
3676 (Make_Task_Create_Call): Pass the stack address if it has been
3677 previously created. Otherwise pass a Null_Address.
3679 * snames.adb: Add _stack.
3681 * snames.ads: Add Name_uStack. Required to allow the expander to
3682 statically allocated task stacks.
3684 * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
3685 Stack_Address argument.
3686 Check that its value is equal to Null_Address because this target does
3687 not support the static stack allocation.
3689 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
3691 * usage.adb: Change "pragma inline" to "pragma Inline" in information
3694 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
3696 * exp_dist.adb: Split declaration of asynchronous flag out of
3697 Add_RACW_Read_Attribute.
3698 Minor reformatting for better alignment with PolyORB version.
3699 Store the entity for the asynchronous flag of an RACW, rather than the
3700 expression, in the asynchronous flags table. This will allow this flag
3701 to be used in other subprograms beside Add_RACW_Read_Attribute.
3703 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
3705 * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
3706 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
3707 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
3708 g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
3709 g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads: Add new
3710 sockets constant MSG_NOSIGNAL (Linux-specific).
3711 Add new sockets constant MSG_Forced_Flags, list of flags to be set on
3712 all Send operations.
3713 For Linux, set MSG_NOSIGNAL on all send operations to prevent them
3714 from trigerring SIGPIPE.
3715 Rename components to avoid clash with Ada 2005 possible reserved
3717 (Check_Selector): When the select system call returns with an error
3718 condition, propagate Socket_Error to the caller.
3720 2004-10-01 Jan Hubicka <jh@suse.cz>
3722 * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
3724 2004-09-23 Robert Dewar <dewar@gnat.com>
3728 * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
3729 instead do this at freeze time (we won't do it if there is an address
3731 Change "pragma inline" to "pragma Inline" in information and error
3735 * freeze.adb (Check_Address_Clause): Remove previous change, not the
3736 right way of doing things after all.
3737 (Freeze_Entity): For object, set Is_Public for imported entities
3738 unless there is an address clause present.
3740 2004-09-21 Olivier Hainque <hainque@act-europe.fr>
3742 * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
3743 dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
3744 ensures proper handling of types with rep clauses, which might have
3745 their TYPE_SIZE set already.
3747 2004-09-21 Robert Dewar <dewar@gnat.com>
3749 * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
3750 packed array types in both little- and big-endian cases. This change
3751 ensures that we no longer count on the unused bits being initialized
3752 for such types (and in particular ensures that equality testing will
3753 only read the relevant bits).
3754 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
3755 These changes mean that we no longer need to initialize small packed
3757 (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
3758 optimization to an LJM field as to its parent field.
3760 * ada-tree.h, trans.c, utils.c, utils2.c:
3761 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
3763 2004-09-20 Jan Hubicka <jh@suse.cz>
3765 * utils.c (gnat_finalize): Remove.
3766 (end_subprog_body): Directly call cgraph_finalize_function;
3767 do not lower the nested functions.
3769 2004-09-20 Robert Dewar <dewar@gnat.com>
3773 * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
3774 if an address clause is present, since that means that the Import
3777 2004-09-20 Arnaud Charlet <charlet@act-europe.fr>
3779 * 5tsystem.ads: Removed, no longer used.
3781 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
3782 Zack Weinberg <zack@codesourcery.com>
3784 * ada-tree.def: Use tree_code_class enumeration constants
3785 instead of code letters.
3786 * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
3787 Update for new tree-class enumeration constants.
3789 2004-09-17 Vincent Celier <celier@gnat.com>
3791 * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
3792 capabilities of the general project manager.
3794 2004-09-09 Vincent Celier <celier@gnat.com>
3796 * a-direct.ads: Add pragma Ada_05
3797 (Directory_Entry_Type): Give default value to component Kind to avoid
3798 not initialized warnings.
3800 * a-direct.adb (Current_Directory): Remove directory separator at the
3802 (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
3803 an existing directory.
3804 (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
3805 (Size (String)): Function C_Size returns Long_Integer, not File_Size.
3806 Convert the result to File_Size.
3808 * prj.ads: (Project_Error): New exception
3810 * prj-attr.adb: Except in procedure Initialize, Fail comes from
3811 Prj.Com, not from Osint.
3812 (Attrs, Package_Attributes): Tables moved to private part of spec
3813 (Add_Attribute, Add_Unknown_Package): Moved to new child package
3815 (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
3816 Prj.Project_Error after call to Fail.
3817 (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
3818 Fail. Check that package name is not already in use.
3820 * prj-attr.ads: Comment updates to indicate that all subprograms may be
3821 used by tools, not only by the project manager, and to indicate that
3822 exception Prj.Prj_Error may be raised in case of problem.
3823 (Add_Unknown_Package, Add_Attribute): Moved to new child package
3825 (Attrs, Package_Attributes): Table instantiations moved from the body to
3826 the private part to be accessible from Prj.Attr.PM body.
3828 * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
3829 from new package Prj.Attr.PM.
3830 (Parse_Attribute_Declaration): Call Add_Attribute from new package
3833 * Makefile.in: Add prj-attr-pm.o to gnatmake object list
3835 * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
3836 instead of Elaboration_Checks).
3838 * a-calend.adb: Minor reformatting
3840 2004-09-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3842 * gigi.h (maybe_pad_type): New declaration.
3843 (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
3845 * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
3847 * cuintp.c: Convert to use buildN.
3849 * decl.c (maybe_pad_type): No longer static.
3850 (gnat_to_gnu_entity, case E_Function): Handle case of returning by
3852 Convert to use buildN.
3854 * trans.c (call_to_gnu): Add arg GNU_TARGET; support
3855 TYPE_RETURNS_BY_TARGET_PTR_P. All callers changed.
3856 (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
3858 (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
3859 (gnat_gimplify_expr, case ADDR_EXPR): New case.
3860 Convert to use buildN.
3862 * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
3863 TREE_READONLY for const.
3864 Convert to use buildN.
3866 * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
3867 (create_var_decl): Refine when TREE_STATIC is set.
3868 Convert to use buildN.
3870 2004-09-09 Gary Dismukes <dismukes@gnat.com>
3872 * gnat_ugn.texi: Delete text relating to checking of ali and object
3875 * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
3878 2004-09-09 Jose Ruiz <ruiz@act-europe.fr>
3880 * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
3881 pragmas recognized by GNAT.
3883 * gnat_rm.texi: Document pragma Detect_Blocking.
3885 * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
3886 raise Program_Error if called from a protected operation.
3888 * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
3889 the protected action nesting level.
3890 (Lock_Read_Only): When pragma Detect_Blocking is active increase the
3891 protected action nesting level.
3892 (Unlock): When pragma Detect_Blocking is active decrease the protected
3893 action nesting level.
3895 * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
3896 Protected_Action_Nesting.
3898 * s-taskin.ads: Adding the field Protected_Action_Nesting to the
3899 Common_ATCB record. It contains the dynamic level of protected action
3900 nesting for each task. It is needed for checking whether potentially
3901 blocking operations are called from protected operations.
3902 (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
3903 Detect_Blocking is active or not in the partition.
3905 * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
3906 raise Program_Error if called from a protected operation.
3907 (Task_Entry_Call): When pragma Detect_Blocking is active, raise
3908 Program_Error if called from a protected operation.
3909 (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
3910 Program_Error if called from a protected operation.
3912 * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
3913 raise Program_Error if called from a protected operation.
3915 * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
3916 raise Program_Error if called from a protected operation, and increase
3917 the protected action nesting level.
3918 (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
3919 Program_Error if called from a protected operation, and increase the
3920 protected action nesting level.
3921 (Unlock_Entries): When pragma Detect_Blocking is active decrease the
3922 protected action nesting level.
3924 * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
3925 raise Program_Error if called from a protected operation, and increase
3926 the protected action nesting level.
3927 (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
3928 Program_Error if called from a protected operation, and increase the
3929 protected action nesting level.
3930 (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
3931 raise Program_Error if called from a protected operation.
3932 (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
3933 active, raise Program_Error if called from a protected operation.
3934 (Unlock_Entry): When pragma Detect_Blocking is active decrease the
3935 protected action nesting level.
3937 * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
3938 insertion of the statement raising Program_Error. The run time
3939 contains the required machinery for handling that.
3941 * sem_util.ads: Change comment associated to procedure
3942 Check_Potentially_Blocking_Operation.
3943 This procedure does not insert a call for raising the exception because
3944 that is currently done by the run time.
3946 * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
3948 * init.c: Add the global variable __gl_detect_blocking that indicates
3949 whether pragma Detect_Blocking is active (1) or not (0). Needed for
3950 making the pragma available at run time.
3951 (__gnat_set_globals): Pass and update the detect_blocking parameter.
3953 * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
3954 pragma Detect_Blocking is active.
3956 * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
3958 * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
3959 DB is found in the ali file. Any unit compiled with pragma
3960 Detect_Blocking active forces its effect in the whole partition.
3962 * a-retide.adb (Delay_Until): Raise Program_Error if pragma
3963 Detect_Blocking is active and delay is called from a protected
3966 * bindgen.adb (Gen_Adainit_Ada): When generating the call to
3967 __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
3968 Detect_Blocking is active (0 otherwise).
3969 (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
3970 as Detect_Blocking parameter if pragma Detect_Blocking is active (0
3973 2004-09-09 Thomas Quinot <quinot@act-europe.fr>
3975 * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
3976 GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
3979 * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
3980 (Register_Receiving_Stub): Add Subp_Info formal parameter.
3981 Update API in placeholder implemetation of s-parint to reflect changes
3982 in distribution runtime library.
3984 * sem_ch3.adb (Expand_Derived_Record): Rename to
3985 Expand_Record_Extension.
3987 * sem_disp.adb (Check_Controlling_Formals): Improve error message for
3988 primitive operations of potentially distributed object types that have
3989 non-controlling anonymous access formals.
3991 * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
3993 New implementation of expansion for remote access-to-subprogram types,
3994 based on the RACW infrastructure.
3995 This version of sem_dist is compatible with PolyORB/DSA as well as
3998 * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
3999 Asynchrronous that applies to a remote access-to-subprogram type, mark
4000 the underlying RACW type as asynchronous.
4002 * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
4003 __gnat_using_gnu_linker to 1.
4005 * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
4006 g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
4007 GNAT.Perfect_Hash_Generators, and remove the empty
4008 GNAT.Perfect_Hash package.
4010 * atree.adb: Minor reformatting
4012 * exp_ch3.adb (Expand_Derived_Record): Rename to
4013 Expand_Record_Extension.
4014 (Build_Record_Init_Proc.Build_Assignment): The default expression in
4015 a component declaration must remain attached at that point in the
4016 tree so New_Copy_Tree copies it if the enclosing record type is derived.
4017 It is therefore necessary to take a copy of the expression when building
4018 the corresponding assignment statement in the init proc.
4019 As a side effect, in the case of a derived record type, we now see the
4020 original expression, without any rewriting that could have occurred
4021 during expansion of the ancestor type's init proc, and we do not need
4022 to go back to Original_Node.
4024 * exp_ch3.ads (Expand_Derived_Record): Rename to
4025 Expand_Record_Extension.
4027 * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
4028 Returns the RACW type used to implement a remote access-to-subprogram
4030 (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
4031 New subprograms. Used to create a proxy tagged object for a remote
4032 subprogram. The proxy object is used as the designated object
4033 for RAS values on the same partition (unless All_Calls_Remote applies).
4034 (Build_Get_Unique_RP_Call): New subprogram. Build a call to
4035 System.Partition_Interface.Get_Unique_Remote_Pointer.
4036 (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
4037 Renamed from Add_RAS_*_Attribute.
4038 (Add_Receiving_Stubs_To_Declarations): Generate a table of local
4040 New implementation of expansion for remote access-to-subprogram types,
4041 based on the RACW infrastructure.
4043 * exp_dist.ads (Copy_Specification): Update comment to note that this
4044 function can copy the specification from either a subprogram
4045 specification or an access-to-subprogram type definition.
4047 2004-09-09 Ed Schonberg <schonberg@gnat.com>
4049 * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
4050 in an instance, between an explicit subprogram an one inherited from a
4051 type derived from an actual.
4053 * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
4054 add a polling call if the subprogram is to be inlined by the back-end,
4055 to avoid repeated calls with multiple inlinings.
4057 * checks.adb (Apply_Alignment_Check): If the expression in the address
4058 clause is a call whose name is not a static entity (e.g. a dispatching
4059 call), treat as dynamic.
4061 2004-09-09 Robert Dewar <dewar@gnat.com>
4063 * g-trasym.ads: Minor reformatting
4065 * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
4066 packed arrays, since unused bits are expected to be zero for a
4069 2004-09-09 Eric Botcazou <ebotcazou@act-europe.fr>
4071 * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
4074 2004-09-09 Pascal Obry <obry@gnat.com>
4076 * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
4077 enable map file generation. Add the right option to generate the map
4078 file if Map_File is set to True.
4080 * gnatdll.adb (Gen_Map_File): New variable.
4081 (Syntax): Add info about new -m (Map_File) option.
4082 (Parse_Command_Line): Add support for -m option.
4083 (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
4086 2004-09-09 Laurent Pautet <pautet@act-europe.fr>
4088 * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
4089 new gnatdist implementation.
4090 Define a subpackage isolating the output routines specific to this
4093 2004-09-09 Joel Brobecker <brobecker@gnat.com>
4095 * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
4097 * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
4099 2004-09-09 Cyrille Comar <comar@act-europe.fr>
4101 * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
4104 * opt.ads: Add Ada_Version_Runtime constant used to decide which
4105 version of the language is used to compile the run time.
4107 2004-09-09 Arnaud Charlet <charlet@act-europe.fr>
4109 * sem_util.adb (Requires_Transient_Scope): Re-enable handling
4110 of variable length temporaries for function return now that the
4111 back-end and gigi support it.
4113 2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4115 * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
4117 * trans.c (struct stmt_group): Delete field GLOBAL.
4118 (gnat_init_stmt_group): Do not initialize it.
4119 (call_to_gnu): Use save_expr, not protect_multiple_eval.
4120 (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
4121 (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
4122 (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
4123 (start_stmt_group): Likewise.
4124 (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
4126 * utils2.c (ggc.h): Include.
4127 (build_call_raise): Call build_int_cst, not build_int_2.
4129 * utils.c (gnat_init_decl_processing): Fix arg to
4130 build_common_tree_nodes.
4131 (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
4132 (gnat_define_builtin): Set built_in_decls.
4133 (init_gigi_decls): Call build_int_cst, not build_int_2.
4135 * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
4136 (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
4137 (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
4138 (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
4139 SET_TYPE_MODULE): Use them.
4140 (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
4141 (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
4142 (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
4143 SET_TYPE_ADA_SIZE): Likewise.
4144 (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
4145 (DECL_CONST_CORRESPONDING_VAR,
4146 SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
4147 (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
4148 (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
4149 (TYPE_RM_SIZE_NUM): New macro.
4150 (TYPE_RM_SIZE): Modified to use above.
4152 * cuintp.c: (build_cst_from_int): New function.
4153 (UI_To_gnu): Use it.
4155 * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
4156 (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
4157 (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
4158 MIN_EXPR for the size, copy it into new.
4160 2004-09-01 Robert Dewar <dewar@gnat.com>
4162 * exp_ch6.adb (Expand_Call): Properly handle validity checks for
4163 packed indexed component where array is an IN OUT formal. This
4164 generated garbage code previously.
4166 * gnat_ugn.texi: Document -fverbose-asm
4168 * gnat-style.texi: Minor updates (note that boolean constants and
4169 variables are joined with AND/OR rather than short circuit forms).
4171 2004-09-01 Ed Schonberg <schonberg@gnat.com>
4173 * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
4174 it is an upward conversion of an untagged type with no representation
4177 2004-09-01 Thomas Quinot <quinot@act-europe.fr>
4179 * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
4180 System.Partition_Interface.
4182 * checks.adb (Apply_Access_Checks): Do not generate checks when
4183 expander is not active (but check for unset reference to prefix of
4186 * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
4187 pragma Debug as an if statement with a constant condition, for
4188 consistent treatment of entity references contained within the
4189 enclosed procedure call.
4191 2004-09-01 Vincent Celier <celier@gnat.com>
4193 * bindgen.adb: (Set_EA_Last): New procedure
4194 (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
4196 (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
4197 (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
4198 linked without errors.
4199 (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
4201 (Gen_Exception_Table_C): Correct same bugs
4203 * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
4205 * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
4206 on Windows, make sure that the drive letter is in upper case.
4208 * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
4209 Windows, when the drive letter is added and Case_Sensitive is True, the
4210 drive letter is forced to upper case.
4212 * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
4213 to Options_2 for the call to MLib.Utl.Gcc.
4215 * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
4216 directory separator when defining BASE_DIR.
4218 2004-09-01 Pascal Obry <obry@gnat.com>
4220 * gprcmd.adb (Extend): Do not output trailing directory separator. This
4221 is not needed and it confuses Windows GNU/make which does not report
4222 directory terminated by a slash as a directory.
4223 (gprcmd): Idem for "pwd" internal command.
4225 * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
4226 target names rewrite to fix regressions with recent version of
4227 GNU/make. Starting with GNU/make 3.80 the pipe character was not
4228 handled properly anymore.
4230 2004-09-01 Andreas Schwab <schwab@suse.de>
4232 * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
4233 * raise.c [!IN_RTS]: Undef abort.
4235 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
4237 * utils2.c (build_allocator): Use ssize_int.
4239 * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
4241 2004-08-27 Andreas Schwab <schwab@suse.de>
4243 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
4245 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
4246 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4248 * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
4250 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
4252 * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
4253 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
4254 * utils.c (init_gigi_decls): Likewise.
4255 * utils2.c (build_call_raise, build_allocator): Likewise.
4257 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
4259 * utils.c (gnat_init_decl_processing): Adjust
4260 build_common_tree_nodes call.
4262 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
4264 * utils2.c (build_allocator): Use build_int_cst for negative
4267 2004-08-18 Richard Henderson <rth@redhat.com>
4269 * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
4271 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
4273 * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
4275 * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
4276 (gnat_to_gnu): Likewise.
4278 2004-08-16 Pascal Obry <obry@gnat.com>
4280 * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
4281 backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
4282 option and not mdll anymore. Update comment.
4284 2004-08-16 Pascal Obry <obry@gnat.com>
4286 * bld.adb (Put_Include_Project): Properly handle directory separators
4289 2004-08-16 Ed Schonberg <schonberg@gnat.com>
4291 * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
4292 decreasing the number of allocated junk nodes while searching for the
4293 appropriate subprogram.
4295 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
4297 * cuintp.c (UI_To_gnu): Use build_int_cst..
4298 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
4299 * utils.c (init_gigi_decls): Likewise.
4300 * utils2.c (build_call_raise): Likewise.
4302 2004-08-13 Olivier Hainque <hainque@act-europe.fr>
4304 * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
4305 for a global aliased object with a variable size and an unconstrained
4306 nominal subtype, pretend there is no initializer if the one we have is
4307 incomplete, and avoid referencing an inexistant component in there. The
4308 part we have will be rebuilt anyway and the reference may confuse
4311 2004-08-13 Thomas Quinot <quinot@act-europe.fr>
4313 * einfo.ads: Minor reformatting
4315 * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
4316 restrictions in the ALI if we only want to warn about violations.
4318 2004-08-13 Vincent Celier <celier@gnat.com>
4320 * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
4321 when creating a new Unit_Record in table Units.
4323 * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
4324 that are violated, if any.
4326 * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
4327 add directory separator if path already ends with a directory separator.
4329 2004-08-13 Ed Schonberg <schonberg@gnat.com>
4331 * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
4332 unit, this is an attempt to inline a construct that is not available in
4333 the current restricted mode, so abort rather than trying to continue.
4335 * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
4336 discriminants that rename those of the parent, recover names of
4337 original discriminants for the constraint on the full view of the
4339 (Complete_Private_Subtype): Do not create a subtype declaration if the
4340 subtype is an itype.
4342 * gnat_rm.texi: Added section on implementation of discriminated
4343 records with default values for discriminants.
4345 2004-08-13 Ed Schonberg <schonberg@gnat.com>
4348 * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
4349 the second operand is overloaded.
4351 2004-08-10 Richard Henderson <rth@redhat.com>
4353 * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
4354 add __builtin_alloca.
4356 2004-08-10 Richard Henderson <rth@redhat.com>
4358 * config-lang.in (boot_language): Yes.
4360 2004-08-09 Thomas Quinot <quinot@act-europe.fr>
4362 * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
4363 from complaining on potential uninitialized reference.
4364 Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
4365 new specification and test explicitly for non-zero return value.
4367 * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
4368 returning C.int, to avoid using a derived boolean type.
4370 * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
4371 Duplicate_Subexpr_No_Checks in preference to direct use of
4372 Remove_Side_Effects and New_Copy_Tree.
4373 Clear Comes_From_Source on prefix of 'Size attribute reference.
4375 * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
4376 g-socthi-vxworks.adb: Change calls to
4377 GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
4378 and test explicitly for non-zero return value.
4380 * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
4381 (Is_Socket_In_Set): Declare imported function as returning C.int, to
4382 avoid using a derived boolean type.
4384 2004-08-09 Albert Lee <lee@gnat.com>
4386 * system-irix-n32.ads: Refine tasking priority constants for IRIX.
4388 2004-08-09 Pascal Obry <obry@gnat.com>
4390 * gnat_ugn.texi: Document new way to build DLLs on Windows using
4391 GCC's -shared option.
4393 * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
4394 Options_2 parameter (options put after object files).
4396 2004-08-09 Olivier Hainque <hainque@act-europe.fr>
4398 * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
4399 ignore overflows on low and high bounds of an index to also account for
4400 differences in signedness between sizetype and gnu_index_subtype.
4401 These are as legitimate as the ones caused by a lower TYPE_PRECISION
4404 2004-08-09 Robert Dewar <dewar@gnat.com>
4406 * s-solita.ads, s-solita.adb: Minor reformatting
4408 * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
4409 Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
4411 Add note that No_Implicit_Conditionals does not suppress
4412 run time constraint checks.
4414 * vms_conv.ads: Minor reformatting
4416 * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
4417 and necessary for following change).
4418 (Mark): Return new format Mark_Id containing sec stack address
4419 (Release): Use sec stack address from Mark_Id avoiding Self call
4421 * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
4422 pointer (cleanup and necessary for following change).
4423 Define Mark_Id as record containing address of secondary stack, that way
4424 Release does not need to find the stack again, decreasing the number of
4425 calls to Self and improving efficiency.
4427 * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
4429 * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
4430 case variable into the individual case branches when possible.
4432 * sem_ch11.adb: Minor reformatting
4434 * prj.ads: Correct spelling of suffixs
4436 * prj-nmsc.adb: Minor reformatting
4437 Correct spelling suffixs throughout (also in identifiers)
4439 * freeze.adb: Minor spelling correction
4441 * exp_ch2.adb: Cleanups to handling of Current_Value
4442 (no functional effect).
4444 * bld.adb: Correct spelling of suffixs
4446 * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
4448 2004-08-09 Ed Schonberg <schonberg@gnat.com>
4452 * sem_ch7.adb (Install_Private_Declarations): In the body of the
4453 package or of a child, private entities are both immediately_visible
4456 2004-08-09 Ed Schonberg <schonberg@gnat.com>
4458 * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
4459 there are no range checks on the value of the literal.
4461 * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
4462 wrapped is the triggering alternative of an asynchronous select, action
4463 statements mustbe inserted before the select itself.
4465 * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
4466 case where the prefix is a protected function call.
4467 (Resolve_Attribute, case 'Access): The attribute reference on a
4468 subprogram is legal in a generic body if the subprogram is declared
4471 2004-08-09 Vincent Celier <celier@gnat.com>
4473 * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
4474 languages, otherwise building the library may fail with unresolved
4476 (Compile_Sources): Do not build libraries if -c switch is used
4478 * gnatlink.adb (Process_Args): New switches -M and -Mmap
4479 (Write_Usage): If map file creation is supported, output new switches
4481 (Gnatlink): When -M is specified, add the necessary switch(es) to the
4482 gcc call, when supported.
4484 * Makefile.in: Added indepsw.o to the object list for gnatlink
4485 Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
4487 * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
4488 indepsw.adb, indepsw.ads: New files.
4490 2004-08-09 Bernard Banner <banner@gnat.com>
4492 * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
4494 * Makefile.in: add section for vxworks x86
4496 2004-08-09 Hristian Kirtchev <kirtchev@gnat.com>
4498 * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
4499 per-object constrained components where the discriminant is of an
4501 (Build_Record_Init_Proc): Add condition to prevent the inheritance of
4502 the parent initialization procedure for derived Unchecked_Unions.
4503 Instead, derived Unchecked_Unions build their own initialization
4505 (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
4506 Check the body of the subprogram for details.
4507 (Freeze_Record_Type): Prevent the inheritance of discriminant checking
4508 functions for derived Unchecked_Union types by introducing a condition.
4509 Allow the creation of TSS equality functions for Unchecked_Unions.
4510 (Make_Eq_Case): Rename formal parameter Node to E in function signature.
4511 Add formal parameter Discr to function signature. Discr is used to
4512 control the generated case statement for Unchecked_Union types.
4513 (Make_Eq_If): Rename formal parameter Node to E in function signature.
4515 * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
4517 Check the body of the subprogram for details.
4518 (Expand_Composite_Equality): Augment composite type equality to include
4519 correct handling of Unchecked_Union components.
4520 (Expand_N_In): Add condition to detect illegal membership tests when the
4521 subtype mark is a constrained Unchecked_Union and the expression lacks
4522 inferable discriminants, and build a Raise_Program_Error node.
4523 (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
4524 to detect types that contain components of unconstrained Unchecked_Union
4525 subtype. Add condition to detect equality between types that have an
4526 unconstrained Unchecked_Union component, and build a Raise_Program_Error
4527 node. Add condition to detect equality between Unchecked_Union types
4528 that lack inferable discriminants, and build a Raise_Program_Error node.
4529 Otherwise build a TSS equality function call.
4530 (Expand_N_Type_Conversion): Add condition to detect illegal conversions
4531 from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
4532 with the operand lacking inferable discriminants, and build a Raise_
4534 (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
4536 (Has_Inferable_Discriminants): Implement new predicate for objects and
4537 expressions of Unchecked_Union type. Check the body of subprogram for
4539 (Has_Unconstrained_UU_Components): Add function
4540 Component_Is_Unconstrained_UU. It is used to detect whether a single
4541 component is of an unconstrained Unchecked_Union subtype. Add function
4542 Variant_Is_Unconstrained_UU. It is used to detect whether a single
4543 component inside a variant is of an unconstrained Unchecked_Union type.
4545 * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
4546 inferred discriminant values. Add condition to generate a case
4547 statement with an inferred discriminant as the switch.
4548 (Make_Component_List_Assign): Introduce a Boolean flag that determines
4549 the behaviour of the subprogram in the presence of an Unchecked_Union.
4550 Add condition to trigger the usage of the inferred discriminant value
4551 as the generated case statement switch.
4552 (Make_Field_Assign): Introduce a Boolean flag that determines the
4553 behaviour of the subprogram in the presence of an Unchecked_Union. Add
4554 condition to trigger the usage of the inferred discriminant value as
4555 the right-hand side of the generated assignment.
4557 * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
4558 parameter generation when dealing with Unchecked_Unions.
4560 * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
4561 checks for Unchecked_Unions.
4563 * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
4565 * exp_attr.adb (Expand_N_Attribute_Reference): Produce
4566 Raise_Program_Error nodes for the execution of Read and Write
4567 attributes of Unchecked_Union types and the execution of Input and
4568 Output attributes of Unchecked_Union types that lack default
4569 discriminant values.
4571 * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
4572 Unchecked_Union. Add procedure Check_Component. It is used to inspect
4573 per-object constrained components of Unchecked_Unions for being
4574 Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
4575 check individual components withing a variant.
4577 * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
4578 comparison of Unchecked_Unions.
4579 (Resolve_Equality_OP): Remove guard that prevents equality between
4582 * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
4583 of component subtypes for Unchecked_Union components.
4584 (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
4585 since it is the actual subtype.
4587 * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
4588 pass of Unchecked_Union subtypes as generic actuals to formal types
4589 that lack known_discriminant_parts or that are derived Unchecked_Union
4590 types, and do nothing. In any other case, produce an error message.
4592 * sem_ch3.adb (Analyze_Component_Declaration): Add function
4593 Contains_POC. It determines whether a constraint uses the discriminant
4594 of an enclosing record type.
4595 Add condition to detect per-object constrained component and set the
4597 (Derived_Type_Declaration): Remove guard that prevents derivation from
4598 Unchecked_Union types.
4599 (Process_Subtype): Remove quard that prevents the creation of Unchecked_
4602 * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
4603 references to Unchecked_Union discriminants.
4605 * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
4606 formal generation when dealing with Unchecked_Unions.
4607 (Set_Actual_Subtypes): Add condition to prevent generation of actual
4608 subtypes for Unchecked_Unions.
4610 * sem_ch7.adb (Analyze_Package_Specification): Add procedure
4611 Inspect_Unchecked_Union_Completion. It is used to detect incorrect
4612 completions of discriminated partial views by Unchecked_Unions and
4613 produce an error message.
4615 2004-08-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4617 * trans.c (struct stmt_group): New field, GLOBAL.
4618 (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
4619 (struct elab_info): New struct.
4620 (elab_info_list, gnu_elab_proc_stack): New variables.
4621 (Compilation_Unit_to_gnu): New procedure.
4622 (gigi): Call it and also handle elaboration procs we've saved.
4623 (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
4624 global field from parent.
4625 (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
4626 (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
4627 (start_stmt_group): Initialize global field from parent.
4628 (add_decl_expr): Set to global for current statement group.
4629 (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
4632 * utils.c (global_bindings_p): True when no current_function_decl; no
4633 longer check current_binding_level.
4635 2004-08-09 Ben Brosgol <brosgol@gnat.com>
4637 * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
4640 * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
4642 2004-08-06 Andreas Schwab <schwab@suse.de>
4644 * utils.c (gnat_define_builtin): Remove second parameter of
4646 (begin_subprog_body): Likewise.
4648 2004-07-26 Arnaud Charlet <charlet@act-europe.fr>
4650 * sem_util.adb (Requires_Transient_Scope): Temporarily disable
4651 optimization, not supported by the tree-ssa back-end.
4653 2004-07-26 Olivier Hainque <hainque@act-europe.fr>
4655 * s-mastop-irix.adb: Update comments.
4657 * a-except.adb (Exception_Information): Raise Constraint_Error if
4658 exception Id is Null_Id.
4659 This is required behavior, which is more reliably and clearly checked
4660 at the top level interface level.
4662 2004-07-26 Javier Miranda <miranda@gnat.com>
4664 * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
4665 call if a component has no default_expression and the box is used.
4667 * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
4668 default_expression and you use box, it behaves as if you had declared a
4670 (Resolve_Record_Aggregate): If a component has no default_expression and
4671 you use box, it behaves as if you had declared a stand-alone object.
4673 * sem_ch10.adb (Install_Siblings): Do not make visible the private
4674 entities of private-with siblings.
4676 2004-07-26 Ed Schonberg <schonberg@gnat.com>
4678 * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
4679 for a component of an itype, set the parent pointer for analysis,
4680 there is no list in which to insert it.
4682 * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
4683 bona-fide renamings, not for inherited operations.
4685 * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
4686 actual for a formal that is an access parameter, create local
4687 finalization list even if the expression is not an aggregate.
4689 2004-07-26 Ed Schonberg <schonberg@gnat.com>
4692 * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
4693 Diagnose properly illegal subprogram renamings that are library units.
4695 2004-07-26 Ed Schonberg <schonberg@gnat.com>
4698 * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
4699 conversion rewritten as an unchecked conversion, check that original
4700 expression is a variable.
4702 * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
4703 unchecked_conversion, create new node rather than rewriting in place,
4704 to preserve original construct.
4706 2004-07-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4708 * gigi.h (gnat_expand_body): Deleted.
4710 * Make-lang.in: (trans.o): Depends on function.h.
4712 * misc.c: (gnat_expand_body): Moved to here.
4714 * trans.c (gnat_expand_body_1): Deleted.
4715 (gnat_expand_body): Moved from here.
4716 (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
4717 (add_stmt): Check for marked visited with global_bindings_p.
4718 (gnat_gimplify_expr, case COMPONENT_REF): New case.
4719 (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
4721 * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
4722 VIEW_CONVERT_EXPR if not operation type.
4724 * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
4727 * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
4728 changes: reformatting of negation operators, removing unneeded
4729 inequality comparison with zero, converting equality comparisons with
4730 zero to negations, changing int/0/1 to bool/false/true, replace calls
4731 to gigi_abort with abort, and various other similar changes.
4733 2004-07-26 Vincent Celier <celier@gnat.com>
4735 * gnatcmd.adb (GNATCmd): Add processing for new built-in command
4738 * make.adb (Gnatmake): Fail when a library is not present and there is
4739 no object directory.
4741 * mlib-prj.adb (Check_Library): No need to check if the library needs
4742 to be rebuilt if there is no object directory, hence no object files
4743 to build the library.
4745 * opt.ads (Setup_Projects): New Boolean flag.
4747 * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
4749 Create directory when Kind /= "" and in "gnat setup". Report error if
4750 directory cannot be created.
4751 (Ada_Check): Create library interface copy dir if it does not exist
4752 and we are in "gnat setup".
4753 (Find_Sources): No error if in "gnat setup" and no Ada sources were
4755 (Language_Independent_Check): Create object directory, exec directory
4756 and/or library directory if they do not exist and we are in
4759 * vms_conv.ads: (Command_Type): New command Setup.
4761 * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
4763 * vms_data.ads: Add qualifiers/switches for new built-in command
4766 2004-07-25 Richard Henderson <rth@redhat.com>
4768 * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
4769 DECL_IGNORED_P on RESULT_DECL.
4771 2004-07-20 Olivier Hainque <hainque@act-europe.fr>
4773 * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
4774 allocation and potentially overflowing update with
4775 Tailored_Exception_Information. Use the sec-stack free procedural
4776 interface to output Exception_Information instead.
4778 * a-except.adb (To_Stderr): New subprogram for character, and string
4779 version moved from a-exextr to be visible from other separate units.
4780 (Tailored_Exception_Information): Remove the procedural version,
4781 previously used by the default Last_Chance_Handler and not any more.
4782 Adjust various comments.
4784 * a-exexda.adb: Generalize the exception information procedural
4785 interface, to minimize the use of secondary stack and the need for
4786 local buffers when the info is to be output to stderr:
4787 (Address_Image): Removed.
4788 (Append_Info_Character): New subprogram, checking for overflows and
4789 outputing to stderr if buffer to fill is of length 0.
4790 (Append_Info_String): Output to stderr if buffer to fill is of length 0.
4791 (Append_Info_Address, Append_Info_Exception_Name,
4792 Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
4793 Append_Info_Basic_Exception_Traceback,
4794 Append_Info_Exception_Information): New subprograms.
4795 (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
4796 (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
4797 Exception_Info_Maxlength, Exception_Name_Length,
4798 Exception_Message_Length): New subprograms.
4799 (Exception_Information): Use Append_Info_Exception_Information.
4800 (Tailored_Exception_Information): Use
4801 Append_Info_Basic_Exception_Information.
4802 Export services for the default Last_Chance_Handler.
4804 * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
4805 other separate units.
4807 2004-07-20 Vincent Celier <celier@gnat.com>
4809 * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
4811 2004-07-20 Ed Schonberg <schonberg@gnat.com>
4813 * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
4814 emit itype references for the designated types of component types that
4815 are declared outside of the full record declaration, and that may
4816 denote a partial view of that record type.
4818 2004-07-20 Ed Schonberg <schonberg@gnat.com>
4821 * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
4822 which is the designated type in an access component declaration, to the
4823 list of incomplete dependents of the parent type, to avoid elaboration
4824 issues with out-of-scope subtypes.
4825 (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
4826 full view of the parent.
4828 2004-07-20 Ed Schonberg <schonberg@gnat.com>
4831 * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
4832 entities that are hidden, such as references to generic actuals
4833 outside an instance.
4835 2004-07-20 Javier Miranda <miranda@gnat.com>
4837 * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
4838 support to the new notation.
4839 (Analyze_Selected_Component): Add call to Try_Object_Operation.
4841 2004-07-20 Jose Ruiz <ruiz@act-europe.fr>
4843 * s-taprob.adb: Adding the elaboration code required for initializing
4844 the tasking soft links that are common to the full and the restricted
4847 * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
4848 restricted run time has been moved to the package
4849 System.Soft_Links.Tasking.
4851 * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
4852 restricted run time has been moved to the package
4853 System.Soft_Links.Tasking.
4855 * Makefile.rtl: Add entry for s-solita.o in run-time library list.
4857 * s-solita.ads, s-solita.adb: New files.
4859 2004-07-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4861 * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
4862 Case_Statement_to_gnu): Split off from gnat_to_gnu.
4863 (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
4864 Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
4865 Exception_Handler_to_gnu_zcx): Likewise.
4867 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
4869 * gigi.h (builtin_function): Declare.
4871 2004-07-15 Robert Dewar <dewar@gnat.com>
4873 * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
4876 * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
4877 access values as an example of a warning.
4879 * gnat_rm.texi: Document new attribute Has_Access_Values
4881 * gnat-style.texi: Document that box comments belong on nested
4884 * sem_util.ads (Has_Access_Values): Improved documentation
4886 * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
4888 * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
4889 (Process_Interface_Name): Call to this new procedure
4890 (Set_Extended_Import_Export_External_Name): Call to this new procedure
4892 * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
4894 * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
4896 * einfo.ads: Minor comment typo fixed
4898 2004-07-15 Jose Ruiz <ruiz@act-europe.fr>
4900 * snames.adb: Add _atcb.
4902 * snames.ads: Add Name_uATCB.
4904 * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
4905 (in the expanded code) when using the restricted run time.
4907 * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
4908 a in parameter in order to allow ATCBs to be preallocated (in the
4911 * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
4912 order to allow ATCBs to be preallocated. In case of error, the ATCB is
4913 deallocated in System.Tasking.Stages.
4915 * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
4916 order to allow ATCBs to be preallocated.
4918 * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
4919 here. It was previously done in Initialize_ATCB.
4921 * rtsfind.ads: Make the Ada_Task_Control_Block visible.
4923 * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
4924 Restricted run time.
4926 * exp_ch3.adb: When using the Restricted run time, pass the
4927 preallocated Ada_Task_Control_Block when creating a task.
4929 2004-07-15 Ed Schonberg <schonberg@gnat.com>
4931 * sem_util.adb (Normalize_Actuals): If there are no actuals on a
4932 function call that is itself an actual in an enclosing call, diagnose
4933 problem here rather than assuming that resolution will catch it.
4935 * sem_ch7.adb (Analyze_Package_Specification): If the specification is
4936 the local copy of a generic unit for a formal package, and the generic
4937 is a child unit, install private part of ancestors before compiling
4938 private part of spec.
4940 * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
4941 use scope entities rather than tree structures, to handle properly
4942 parent units that are instances rewritten as bodies for inlining
4945 * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
4946 Remove_Parents): Handle properly a parent unit that is an
4947 instantiation, when the unit has been rewritten as a body for inlining
4950 * par.adb (Goto_List): Global variable to collect goto statements in a
4951 given unit, for use in detecting natural loops.
4953 * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
4954 use in detecting natural loops.
4956 * par-labl.adb (Find_Natural_Loops): Recognize loops create by
4957 backwards goto's, and rewrite as a infinite loop, to improve locality
4960 * exp_util.adb (Force_Evaluation): Recognize a left-hand side
4961 subcomponent that includes an indexed reference, to prevent the
4962 generation of copies that would miscompile the desired assignment
4964 (Build_Task_Image_Decls): Add a numeric suffix to
4965 generated name for string variable, to avoid spurious conflicts with
4966 the name of the type of a single protected object.
4968 * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
4969 loop with an explicit exit statement, to avoid generating an
4970 out-of-range value with 'Succ leading to spurious constraint_errors
4971 when compiling with -gnatVo.
4973 2004-07-15 Thomas Quinot <quinot@act-europe.fr>
4975 * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
4976 might not be analyzed yet, even if its Etype is already set (case of an
4977 unchecked conversion built using Unchecked_Convert_To, for example).
4978 If the prefix has already been analyzed, this will be a nop anyway.
4980 * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
4981 controller type, or an assignment of a record type with controlled
4982 components, copy only user data, and leave the finalization chain
4985 2004-07-15 Vincent Celier <celier@gnat.com>
4987 * make.adb (Collect_Arguments): Improve error message when attempting
4988 to compile a source not part of any project, when -x is not used.
4990 * prj.ads: (Defined_Variable_Kind): New subtype
4992 * prj-attr.adb (Register_New_Package): Two new procedures to register
4993 a package with or without its attributes.
4994 (Register_New_Attribute): Mew procedure to register a new attribute in a
4996 New attribute oriented subprograms: Attribute_Node_Id_Of,
4997 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
4998 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
5000 New package oriented subprograms: Package_Node_Id_Of,
5001 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
5003 * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
5005 (Package_Node_Id): Now a private, self initialized type
5006 (Register_New_Package): New procedure to register a package with its
5008 New attribute oriented subprograms: Attribute_Node_Id_Of,
5009 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
5010 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
5012 New package oriented subprograms: Package_Node_Id_Of,
5013 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
5015 * prj-dect.adb (Parse_Attribute_Declaration,
5016 Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
5018 * prj-makr.adb (Make): Parse existing project file before creating
5019 other files. Fail if there was an error during parsing.
5021 * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
5022 new spec of Prj.Attr.
5024 * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
5025 to new spec of Prj.Attr.
5027 2004-07-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5029 * utils2.c: Fix typo in comment.
5031 2004-07-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5033 * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
5034 * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
5036 2004-07-14 Andreas Schwab <schwab@suse.de>
5038 * trans.c (gnat_init_stmt_group): Remove duplicate definition.
5040 2004-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5042 * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
5044 (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
5047 * misc.c (gnat_types_compatible_p): New function.
5048 (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
5049 (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
5051 * trans.c (gigi): Move processing of main N_Compilation_Unit here.
5052 (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
5053 (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
5054 (mark_visited): Don't mark dummy type.
5055 (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
5056 parameter, we must remove any LJM building from GNU_NAME.
5057 (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
5058 (pos_to_constructor): Use int_const_binop.
5059 (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
5062 * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
5063 (gnat_pushlevel): Set TREE_USE on BLOCK node.
5064 (gnat_install_builtins): Add __builtin_memset.
5066 2004-07-13 Olivier Hainque <hainque@act-europe.fr>
5068 * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
5069 for a renaming, stabilize the initialization expression if we are at a
5070 local level. At the local level, uses of the renaming may be performed
5071 by a direct dereference of the initializing expression, and we don't
5072 want possible variables there to be evaluated for every use.
5074 * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
5075 Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
5076 them on the way. Account for the fact that we may introduce side
5077 effects in the process.
5079 2004-07-13 Richard Henderson <rth@redhat.com>
5081 * misc.c (default_pass_by_ref): Use pass_by_reference.
5083 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
5085 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
5086 LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
5088 2004-07-08 Richard Henderson <rth@redhat.com>
5090 * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
5093 2004-07-06 Vincent Celier <celier@gnat.com>
5095 * vms_conv.ads: Minor reformatting.
5096 Alphabetical order for enumerated values of type Command_Type, to have
5097 the command in alphabetical order for the usage.
5099 * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
5100 the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
5102 * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
5104 * makegpr.adb (Global_Archive_Exists): New global Boolean variable
5105 (Add_Archive_Path): Only add the global archive if there is one.
5106 (Build_Global_Archive): Set Global_Archive_Exists depending if there is
5107 or not any object file to put in the global archive, and don't build
5108 a global archive if there is none.
5109 (X_Switches): New table
5110 (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
5111 in the X_Switches table, if any.
5112 (Initialize): Make sure the X_Switches table is empty
5113 (Scan_Arg): Record -X switches in table X_Switches
5115 * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
5117 * make.adb: Minor comment fix
5119 * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
5120 invoked with directory information, add the directory in front of the
5123 * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
5124 invoked with directory information, add the directory in front of the
5127 * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
5128 when Keep_Temporary_Files is False.
5129 (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
5130 directory information, add the directory in front of the path.
5131 When not on VMS, handle new switch -dn before the command to set
5132 Keep_Temporary_Files to True.
5133 (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
5136 * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
5137 invoked with directory information, add the directory in front of the
5140 2004-07-06 Thomas Quinot <quinot@act-europe.fr>
5142 * snames.ads, snames.adb (Name_Stub): New name for the distributed
5145 * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
5146 New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
5148 * g-socket.adb (To_Timeval): Fix incorrect conversion of
5149 Selector_Duration to Timeval for the case of 0.0.
5151 * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
5152 documentation from Evolve_And_Then.
5154 2004-07-06 Jose Ruiz <ruiz@act-europe.fr>
5156 * s-taprop-tru64.adb, s-taprop-os2.adb,
5157 s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
5159 2004-07-06 Robert Dewar <dewar@gnat.com>
5161 * s-osinte-hpux.ads, s-osinte-freebsd.ads,
5162 s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
5163 s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
5164 s-interr-sigaction.adb, s-taprop-irix-athread.adb,
5165 s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
5166 s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
5167 s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
5168 s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
5169 a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
5170 a-tags.ads, bindgen.ads, checks.adb, checks.adb,
5171 csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
5172 exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
5173 g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
5174 i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
5175 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
5176 sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
5177 sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
5178 s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
5179 s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
5180 s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
5181 vms_data.ads: Minor reformatting,
5182 Fix bad box comment format.
5184 * gnat_rm.texi: Fix minor grammatical error
5186 * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
5188 * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
5189 more cases of discriminated records to be recognized as not needing a
5191 (Has_Access_Values): New function.
5193 * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
5195 * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
5196 Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
5197 with LRM terminology).
5198 Change terminology in comments primitive type => elementary type.
5200 2004-07-06 Ed Schonberg <schonberg@gnat.com>
5203 * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
5204 parameters do not impose any requirements on the presence of a body.
5206 2004-07-06 Ed Schonberg <schonberg@gnat.com>
5209 * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
5210 compilation unit and is in an open scope at the point of instantiation,
5211 assume that a body may be present later.
5213 2004-07-06 Ed Schonberg <schonberg@gnat.com>
5215 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
5216 Improve error message when specified size is not supported.
5218 * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
5219 is never a primitive operation.
5221 2004-07-05 Andreas Schwab <schwab@suse.de>
5223 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
5224 RECORD_OR_UNION_CHECK.
5225 (TYPE_CONTAINS_TEMPLATE_P): Likewise.
5227 2004-07-04 Kelley Cook <kcook@gcc.gnu.org>
5229 * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
5230 dependency on xgnatugn, instead build it via a submake.
5231 (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
5233 2004-07-04 Richard Henderson <rth@redhat.com>
5235 * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
5237 2004-07-01 Richard Henderson <rth@redhat.com>
5239 * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
5240 * utils.c (max_size): Likewise.
5242 2004-06-28 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5244 * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
5245 and rest_of_type_compilation; add arg to create_*_decl.
5246 (annotate_decl_with_node): Deleted.
5247 (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
5248 * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
5249 (get_current_block_context, gnat_pushdecl): New declarations.
5250 (gnat_init_stmt_group): Likewise.
5251 (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
5252 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
5253 (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
5254 (gnat_init): Call gnat_init_stmt_group.
5255 * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
5256 (gnu_pending_elaboration_list): Deleted.
5257 (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
5258 (gigi): Rearrange initialization calls and move some to last above.
5259 (gnat_to_gnu): If statement and not in procedure, go into elab proc.
5260 Delete calls to add_decl_expr; add arg to create_*_decl.
5261 (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
5262 (gnat_to_gnu, case N_Subprogram_Body): Move some code to
5263 begin_subprog_body and call it.
5264 Don't push and pop ggc context.
5265 (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
5266 (add_stmt): Remove handling of DECL_EXPR from here.
5267 If not in function, mark visited.
5268 (add_decl_expr): Put global at top level.
5269 Check for cases of DECL_INITIAL we have to handle here.
5270 (process_type): Add extra arg to create_type_decl.
5271 (build_unit_elab): Rework to just gimplify.
5272 * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
5273 (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
5274 (get_pending_elaborations, pending_elaborations_p): Likewise.
5275 (push_pending_elaborations, pop_pending_elaborations): Likewise.
5276 (get_elaboration_location, insert_elaboration_list): Likewise.
5277 (gnat_binding_level): Renamed from ada_binding_level.
5278 (init_gnat_to_gnu): Don't clear pending_elaborations.
5279 (global_bindings_p): Treat as global if no current_binding_level.
5280 (set_current_block_context): New function.
5281 (gnat_pushdecl): Renamed from pushdecl; major rework.
5282 All callers changed.
5283 (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
5284 (finish_record_type): Call call pushdecl for stub decl.
5285 (function_nesting_depth): Deleted.
5286 (begin_subprog_body): Delete obsolete code.
5287 * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
5289 2004-06-28 Robert Dewar <dewar@gnat.com>
5291 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
5292 mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
5293 mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
5294 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
5295 a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
5297 * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
5298 deal with problem of inefficient slices on machines with strict
5299 alignment, when the slice is a component of a composite.
5301 * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
5302 machines, we need the check there as well.
5304 2004-06-28 Ed Schonberg <schonberg@gnat.com>
5306 * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
5307 determine safe copying direction for overlapping slice assignments
5308 when component is controlled.
5310 * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
5311 formal derived type in the actual for a formal package are visible in
5312 the enclosing instance.
5314 2004-06-28 Ed Schonberg <schonberg@gnat.com>
5317 * sem_util.adb (Trace_Components): Diagnose properly an illegal
5318 circularity involving a private type whose completion includes a
5319 self-referential component.
5320 (Enter_Name): Use Is_Inherited_Operation to distinguish a source
5321 renaming or an instantiation from an implicit derived operation.
5323 2004-06-28 Pascal Obry <obry@gnat.com>
5325 * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
5327 (Library_File_Name_For): Idem.
5329 2004-06-28 Matthew Gingell <gingell@gnat.com>
5331 * g-traceb.ads: Add explanatory note on the format of addresses
5332 expected by addr2line.
5334 2004-06-28 Jerome Guitton <guitton@act-europe.fr>
5336 * Makefile.in: Force debugging information on s-tasdeb.adb,
5337 a-except.adb and s-assert.adb needed by the debugger.
5339 2004-06-28 Vincent Celier <celier@gnat.com>
5341 * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
5345 * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
5347 * prj.adb: Minor reformatting
5348 (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
5350 * prj.ads: Comment updates
5352 (Project_Data): Change Flag1 to Need_To_Build_Lib.
5353 Remove Flag2: not used.
5355 * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
5358 * gnat_ugn.texi: Put a "null;" declaration in one project file example
5360 * gnat_rm.texi: Document Empty declarations "null;".
5362 * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
5363 front of the linker options.
5364 (Link_Foreign): Put the global archives and the libraries in front of
5367 2004-06-28 Javier Miranda <miranda@gnat.com>
5369 * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
5370 (RTU_Loaded): Code cleanup
5371 (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
5372 withed predefined units.
5374 * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
5375 explicitly withed predefined units.
5378 * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
5379 explicitly withed predefined units.
5381 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5383 * ada-tree.def (DECL_STMT): Deleted.
5384 * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
5385 (DECL_STMT_VAR): Deleted.
5386 * decl.c: add_decl_stmt now add_decl_expr.
5388 * trans.c: Likewise.
5389 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
5390 (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
5391 (add_stmt): Only handle padded type here.
5392 (add_stmt_with_node): Allow gnat_node to not be present.
5393 (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
5394 (gnat_gimplify_stmt, case DECL_STMT): Deleted.
5395 (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
5396 make a SAVE_EXPR for the entire fat pointer.
5397 * utils.c (pushdecl): Walk a DECL_EXPR in global case.
5398 (create_index_type): Make a DECL_EXPR.
5399 (end_subprog_body): Don't call allocate_struct_function here but
5402 2004-06-25 Pascal Obry <obry@gnat.com>
5404 * makegpr.adb (Build_Library): Remove parameter Lib_Address and
5405 Relocatable from Build_Dynamic_Library call.
5407 * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
5408 Relocatable are now synonym.
5410 * Makefile.in: Use s-parame-mingw.adb on MingW platform.
5412 * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
5413 Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
5416 * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
5417 Lib_Address and Relocatable.
5418 (Default_DLL_Address): Removed.
5420 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
5421 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
5422 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
5423 (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
5424 (Default_DLL_Address): Removed.
5426 * mlib-tgt-mingw.adb: Ditto.
5427 (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
5429 * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
5430 the initial thread stack size.
5432 * a-strmap.ads: Move package L to private part as it is not used in
5433 the spec. Found while reading code.
5435 2004-06-25 Olivier Hainque <hainque@act-europe.fr>
5437 * tracebak.c: Introduce support for a GCC infrastructure based
5438 implementation of __gnat_backtrace.
5440 * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
5441 any more. Use accessors instead. This eases maintenance and relaxes
5442 some alignment constraints.
5443 (_GNAT_Exception structure): Remove the Ada specific fields
5444 (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
5446 (is_handled_by, __gnat_eh_personality): Replace component references to
5447 exception structure by use of the new accessors.
5449 * init.c (__gnat_initialize): Adjust comments to match the just
5450 reverted meaning of the -static link-time option.
5452 * adaint.c (convert_addresses): Arrange not to define a stub for
5453 mips-irix any more, as we now want to rely on a real version from a
5454 recent libaddr2line.
5456 * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
5457 the personality routine can use them and not have to rely on a C
5458 counterpart of the record anymore. This simplifies maintenance and
5459 relaxes the constraint of having Standard'Maximum_Alignment match
5461 Update comments, and add a section on the common header alignment issue.
5463 2004-06-25 Geert Bosch <bosch@gnat.com>
5465 * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
5466 polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
5468 2004-06-25 Robert Dewar <dewar@gnat.com>
5470 * gnat_rm.texi: Fix section on component clauses to indicate that the
5471 restriction on byte boundary placement still applies for bit packed
5473 Add comment on stack usage from Initialize_Scalars
5475 * gnat_ugn.texi: Add documentation for -gnatyLnnn
5477 * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
5478 limiting nesting level.
5480 * usage.adb: Add line for -gnatyLnnn switch
5482 * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
5483 sem_ch13.adb, exp_aggr.adb: Minor reformatting
5485 * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
5486 type as well as on the subtype. This corrects a problem in freeze in
5487 setting alignments of atomic types.
5489 * sem_eval.ads: Minor comment typo fixed
5491 * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
5492 level. Minor reformatting.
5494 * fname.adb (Is_Predefined_File_Name): Require a letter after the
5495 minus sign. This means that file names like a--b.adb will not be
5496 considered predefined.
5498 * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
5499 record Test new flag and give diagnostic for bad component clause.
5500 (Freeze_Entity): Set alignment of array from component alignment in
5501 cases where this is safe to do.
5503 * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
5506 * cstand.adb: (Create_Standard): Set alignment of String to 1
5508 * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
5510 * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
5511 code in the common constrained array cases.
5513 * a-storio.adb: Change implementation to avoid possible alignment
5514 problems on machines requiring strict alignment (data should be moved
5515 as type Buffer, not type Elmt).
5517 * checks.adb (Apply_Array_Size_Check): Improve these checks by
5518 killing the overflow checks which we really do not need (64-bits is
5521 2004-06-25 Vincent Celier <celier@gnat.com>
5523 * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
5524 (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
5525 inconditionally for the main project.
5526 (Recursive_Add_Archives.Add_Archive_Path): New procedure
5527 (Link_Executables.Check_Time_Stamps): New procedure
5528 (Link_Executables.Link_Foreign): New procedure
5529 Changes made to reduce nesting level of this package
5530 (Check): New procedure
5531 (Add_Switches): When not in quiet output, check that a switch is not
5532 the concatenation of several valid switches. If it is, issue a warning.
5533 (Build_Global_Archive): If the global archive is rebuilt, linking need
5535 (Compile_Sources): Rebuilding a library archive does not imply
5536 rebuilding the global archive.
5537 (Build_Global_Archive): New procedure
5538 (Build_Library): New name for Build_Archive, now only for library
5540 (Check_Archive_Builder): New procedure
5541 (Create_Global_Archive_Dependency_File): New procedure
5542 (Gprmake): Call Build_Global_Archive before linking
5543 * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
5545 (Scan_Arg): Display the Copyright notice when -v is used
5547 * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
5550 * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
5552 Add new GNAT LIST qualifier /FILES=
5553 Added qualifier /DIRECTORY= to GNAT METRIC
5554 Added qualifier /FILES= to GNAT METRIC
5555 Added qualifier /FILES to GNAT PRETTY
5557 * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
5558 to take into account both versions of the switch.
5560 * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
5561 always be the last switch to the gcc driver. Disable switch storing so
5562 that switches automatically added by the gcc driver are not put in the
5565 * prj.adb (Project_Empty): Take into account changes in components of
5568 * prj.ads (Languages_Processed): New enumaration value All_Languages.
5570 * prj.ads (Project_Data): Remove component Lib_Elaboration: never
5571 used. Split Boolean component Ada_Sources_Present in two Boolean
5572 components Ada_Sources_Present and Other_Sources_Present.
5575 * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
5576 instead of Sources_Present.
5577 (Set_Ada_Paths.Add.Recursive_Add): Ditto
5579 * prj-nmsc.adb: Minor reformatting
5580 (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
5581 (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
5582 Check_Ada_Naming_Scheme.
5583 Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
5586 * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
5588 Make sure that all cycles where there is at least one "limited with"
5590 (Parse_Single_Project): New Boolean parameter In_Limited
5592 * prj-proc.adb (Recursive_Check): When Process_Languages is
5593 All_Languages, call first Prj.Nmsc.Ada_Check, then
5594 Prj.Nmsc.Other_Languages_Check.
5596 * prj-proc.adb (Process): Use Ada_Sources_Present or
5597 Other_Sources_Present (instead of Sources_Present) depending on
5600 * lang-specs.h: Keep -g and -m switches in the same order, and as the
5603 * lib.adb (Switch_Storing_Enabled): New global Boolean flag
5604 (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
5606 (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
5609 * lib.ads (Disable_Switch_Storing): New procedure.
5611 * make.adb: Modifications to reduce nesting level of this package.
5612 (Check_Standard_Library): New procedure
5613 (Gnatmake.Check_Mains): New procedure
5614 (Gnatmake.Create_Binder_Mapping_File): New procedure
5615 (Compile_Sources.Compile): Add switch -gnatez as the last option
5616 (Display): Never display -gnatez
5619 When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
5621 * gnatcmd.adb (Check_Project): New function
5622 (Process_Link): New procedure to reduce nesting depth
5623 (Check_Files): New procedure to reduce the nesting depth.
5624 For GNAT METRIC, include the inherited sources in extending projects.
5625 (GNATCmd): When GNAT LS is invoked with a project file and no files,
5626 add the list of files from the sources of the project file. If this list
5627 is too long, put it in a temp text files and use switch -files=
5628 (Delete_Temp_Config_Files): Delete the temp text file that contains
5629 a list of source for gnatpp or gnatmetric, if one has been created.
5630 (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
5631 in the project file is too large, create a temporary text file that
5632 list them and pass it to the tool with "-files=<temp text file>".
5633 (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
5635 * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
5636 generated file is in not in Ada.
5638 * gnatls.adb: Remove all parameters And_Save that are no longer used.
5639 (Scan_Ls_Arg): Add processing for -files=
5640 (Usage): Add line for -files=
5642 * g-os_lib.adb (On_Windows): New global constant Boolean flag
5643 (Normalize_Pathname): When on Windows and the path starts with a
5644 directory separator, make sure that the resulting path will start with
5647 * clean.adb (Clean_Archive): New procedure
5648 (Clean_Project): When there is non-Ada code, delete the global archive,
5649 the archive dependency files, the object files and their dependency
5650 files, if they exist.
5651 (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
5653 2004-06-25 Thomas Quinot <quinot@act-europe.fr>
5655 * sinfo.ads: Fix typo in comment.
5657 * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
5658 the TSS for remote access-to-subprogram types, since these TSS are
5659 always present once the type has been analyzed.
5660 (RAS_E_Dereference): Same.
5662 * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
5663 reference raises Bad_Attribute, mark the reference as analyzed so the
5664 node (and any children resulting from rewrites that could have occurred
5665 during the analysis that ultimately failed) is not analyzed again.
5667 * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
5669 * exp_dist.adb: Minor comment fix.
5671 * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
5672 type is an anonymous access type, no unchecked deallocation of the
5673 allocated object can occur. If the object is controlled, attach it with
5674 a count of 1. This allows attachment to the Global_Final_List, if
5675 no other relevant list is available.
5676 (Get_Allocator_Final_List): For an anonymous access type that is
5677 the type of a discriminant or record component, the corresponding
5678 finalisation list is the one of the scope of the type.
5680 2004-06-25 Ed Schonberg <schonberg@gnat.com>
5682 * sem_ch3.adb (Replace_Type): When computing the signature of an
5683 inherited subprogram, use the first subtype if the derived type
5684 declaration has no constraint.
5686 * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
5687 before applying previous optimization. Minor code cleanup.
5689 * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
5690 placed at the beginning of an unpacked record without explicit
5691 alignment, a slice of it will be aligned and does not need a copy when
5694 2004-06-25 Ed Schonberg <schonberg@gnat.com>
5698 * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
5699 reference is written with expressions mimicking parameters.
5701 2004-06-25 Hristian Kirtchev <kirtchev@gnat.com>
5704 * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
5705 STEP 2a. The constraints of a full type declaration of a derived record
5706 type are checked for conformance with those declared in the
5707 corresponding private extension declaration. The message
5708 "not conformant with previous declaration" is emitted if an error is
5711 2004-06-25 Vasiliy Fofanov <fofanov@act-europe.fr>
5713 * g-traceb.ads: Document the need for -E binder switch in the spec.
5715 * g-trasym.ads: Document the need for -E binder switch in the spec.
5717 2004-06-25 Jose Ruiz <ruiz@act-europe.fr>
5719 * sem_prag.adb: Add handling of pragma Detect_Blocking.
5721 * snames.h, snames.ads, snames.adb: Add entry for pragma
5724 * s-rident.ads: Change reference to pragma Detect_Blocking.
5726 * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
5729 * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
5730 to indicate whether pragma Detect_Blocking is active.
5732 * par-prag.adb: Add entry for pragma Detect_Blocking.
5734 * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
5735 of not handling WITH.
5736 Note that this replaces the previous update which was incorrect.
5738 2004-06-25 Javier Miranda <miranda@gnat.com>
5740 * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
5741 use-clauses to have a clean environment.
5743 * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
5744 the installation of the use-clauses to stablish a clean environment in
5745 case of compilation of a separate unit; otherwise the call to
5746 use_one_package is protected by the barrier Applicable_Use.
5748 * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
5749 the installation of the use-clauses to stablish a clean environment in
5750 case of compilation of a separate unit.
5751 (End_Use_Clauses): Minor comment cleanup.
5753 2004-06-25 Sergey Rybin <rybin@act-europe.fr>
5755 * gnat_ugn.texi: Add description of the gnatpp 'files' switch
5757 2004-06-23 Richard Henderson <rth@redhat.com>
5759 * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
5761 2004-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5763 * decl.c (elaborate_expression, elaborate_expression_1): Arguments
5764 now bool instead of int.
5765 (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
5766 * trans.c (gnu_switch_label_stack): New function.
5767 (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
5768 elaboration of renamed entity returns.
5769 (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
5770 (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
5771 (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
5772 (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
5773 DECL_SIZE_UNIT and simplify variable-sized case.
5774 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
5775 Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
5776 (gnat_stabilize_reference): Add arg to COMPONENT_REF.
5777 (build_unit_elab): Disable for now.
5778 * utils.c (mark_visited): New function.
5779 (pushdecl): Walk tree to call it for global decl.
5780 (update_pointer_to): Update all variants of pointer and ref types.
5781 Add arg to COMPONENT_REF.
5782 (convert): Likewise.
5783 Move check for converting between variants lower down.
5784 * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
5785 (build_allocator): Don't force type of MODIFY_EXPR.
5786 (gnat_mark_addressable, case VAR_DECL): Unconditionally call
5789 2004-06-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5791 * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
5792 * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
5793 * decl.c (gnat_to_gnu_entity): Also set force_global for imported
5795 * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
5796 all callers changed.
5797 (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
5798 the way that EXIT_STMT finds the loop label.
5799 (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
5800 (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
5801 (add_stmt): Use annotate_with_locus insted of setting directly.
5802 (pos_to_construct): Set TREE_PURPOSE of each entry to index.
5803 (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
5804 * utils.c (gnat_install_builtins): Install __builtin_memcmp.
5805 (build_vms_descriptor): Add extra args to ARRAY_REF.
5806 (convert): Use VIEW_CONVERT_EXPR between aggregate types.
5807 * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
5809 (build_binary_op): Don't make explicit CONVERT_EXPR.
5810 Add extra rgs to ARRAY_REF.
5812 2004-06-14 Pascal Obry <obry@gnat.com>
5814 * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
5815 Windows. Fix minor typo.
5817 * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
5818 which is now supported on Windows. With this implementation using the
5819 Library Project feature is no different on Windows than on UNIX.
5821 2004-06-14 Vincent Celier <celier@gnat.com>
5823 * makegpr.adb (Compile_Sources): Nothing to do when there are no
5826 * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
5828 * prj-part.adb (Parse_Single_Project): When a duplicate project name is
5829 found, show the project name and the path of the previously parsed
5832 2004-06-14 Ed Schonberg <schonberg@gnat.com>
5834 * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
5835 array, avoid copying the actual before the call.
5837 2004-06-14 Thomas Quinot <quinot@act-europe.fr>
5839 * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
5840 Instead, allocate memory on worst-case alignment assumptions, and then
5841 return an aligned address within the allocated zone.
5843 2004-06-14 Robert Dewar <dewar@gnat.com>
5845 * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
5846 elab entities in predefined units in No_Run_Time_Mode.
5847 (Gen_Adainit_C): Same fix
5848 (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
5849 units in No_Run_Time_Mode
5850 (Gen_Elab_Calls_C): Same fix
5852 * symbols-vms-alpha.adb: Minor reformatting
5854 * g-debpoo.ads: Minor reformatting
5856 * lib.adb (In_Same_Extended_Unit): Version working on node id's
5858 * lib.ads (In_Same_Extended_Unit): Version working on node id's
5860 * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
5863 * make.adb: Minor reformatting
5865 * par-ch12.adb: Minor reformatting
5867 * par-prag.adb: Add dummy entry for pragma Profile_Warnings
5869 * prj-strt.adb: Minor reformatting
5871 * restrict.ads, restrict.adb: Redo handling of profile restrictions to
5874 * sem_attr.adb: Minor reformatting
5876 * sem_ch7.adb: Minor reformatting
5878 * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
5879 for type in the same unit as the object declaration.
5881 * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
5882 static string expressions and not just string literals.
5884 (Set_Warning): Reset restriction warning flag for restriction pragma
5885 Implement pragma Profile_Warnings
5886 Implement pragma Profile (Restricted)
5887 Give obolescent messages for old restrictions and pragmas
5889 * snames.h, snames.ads, snames.adb: Add new entry for pragma
5892 * s-rident.ads: Add declarations for restrictions required by profile
5893 Restricted and profile Ravenscar.
5895 * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
5897 * gnat_ugn.texi: Correct some missing entries in the list of GNAT
5898 configuration pragmas.
5900 2004-06-11 Vincent Celier <celier@gnat.com>
5902 * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
5903 gnatsym, when symbol policy is Restricted.
5905 * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
5906 gnatsym, when symbol policy is Restricted.
5908 * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
5909 read the symbol file.
5910 (Finalize): Fail in symbol policy Restricted if a symbol in the original
5911 symbol file is not in the object files. Do not create a new symbol file
5912 when symbol policy is Restricted.
5914 * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
5917 * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
5919 (Usage): Line for new switch -R
5921 * make.adb (Initialize): When the platform is not VMS, add the
5922 directory where gnatmake is invoked in the front of the path, if
5923 gnatmake is invoked with directory information. Change the Scan_Args
5924 while loop to a for loop.
5925 (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
5926 if Depth is equal or greater than the proposed depth, there is nothing
5928 (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
5931 * prj.ads: Add new symbol policy Restricted.
5933 * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
5934 with the new parameters Check_All_Labels and Case_Location.
5936 * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
5937 (Library_Symbol_File needs to be defined).
5939 * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
5940 and Case_Location If Check_All_Labels is True, check that all values of
5941 the string type are used, and output warning(s) if they are not.
5943 * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
5946 * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
5948 * gnat_ugn.texi: Update documentation about the library directory in
5951 * makegpr.adb (Display_Command): In verbose mode, also display the
5952 value of the CPATH env var, when the compiler is gcc.
5953 (Initialize): Change the Scan_Args while loop to a for loop
5954 (Compile_Individual_Sources): Change directory to object directory
5955 before compilations.
5957 * symbols.ads: New symbol policy Restricted.
5959 2004-06-11 Olivier Hainque <hainque@act-europe.fr>
5961 * a-except.adb (Raise_After_Setup family): Remove. The responsibility
5962 is now taken care of internally in the Exception_Propagation package
5963 and does not require clients assistance any more.
5965 * a-exexpr.adb (Is_Setup_And_Not_Propagated,
5966 Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
5967 functions. Helpers to maintain a predicate required in the handling of
5968 occurrence transfer between tasks.
5969 This is now handled internally and does not require clients assistance
5970 for the setup/propagate separation anymore.
5971 (Setup_Exception, Propagate_Exception): Simplify the Private_Data
5972 allocation strategy, handle the Setup_And_Not_Propagated predicate and
5975 * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
5976 raise_after_setup, now that everything is handled internally within the
5977 setup/propagation engine.
5979 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
5981 * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
5982 Add additional conditions for the case of an actual being a simple
5983 name or literal. Improve inlining by preventing the generation
5984 of temporaries with a short lifetime (one use).
5986 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
5990 * einfo.ads: Minor comment updates for Has_Completion and
5991 E_Constant list of flags.
5993 * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
5994 and constant redeclarations now set the Has_Completion flag of their
5995 defining identifiers.
5997 * sem_ch7.adb (Analyze_Package_Spec): Add procedure
5998 Inspect_Deferred_Constant_Completion.
5999 Used to detect private deferred constants that have not been completed
6000 either by a constant redeclaration or pragma Import. Emits error message
6001 "constant declaration requires initialization expression".
6003 * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
6004 completes a deferred constant.
6006 2004-06-11 Geert Bosch <bosch@gnat.com>
6008 * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
6010 * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
6011 calculating exponent for scaling denormal numbers.
6012 (Leading_Part): Properly raise Constraint_Error for zero or negative
6014 (Remainder): Properly raise Constraint_Error for zero divisor.
6016 2004-06-11 Thomas Quinot <quinot@act-europe.fr>
6018 * sem_util.adb: Minor reformatting.
6020 * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
6021 dereference when accessing the entry parameter record.
6022 (Check_Array_Type): Always check for possible implicit dereference.
6023 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
6024 Abort if a pointer is still present (denoting that an implicit
6025 dereference was left in the tree by the front-end).
6027 * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
6028 dereference when accessing the entry parameter record.
6029 (Check_Array_Type): Always check for possible implicit dereference.
6030 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
6031 Abort if a pointer is still present (denoting that an implicit
6032 dereference was left in the tree by the front-end).
6034 2004-06-11 Emmanuel Briot <briot@act-europe.fr>
6036 * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
6037 message, like the compiler itself does. Easier to parse the output.
6039 * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
6041 * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
6042 be base names, and not includes directories.
6044 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
6046 * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
6047 so that dependencies are properly taken into account by make.
6049 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
6052 * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
6053 exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
6055 2004-06-11 Jerome Guitton <guitton@act-europe.fr>
6057 * Makefile.in (install-gnatlib): install target-specific run-time files.
6059 * Make-lang.in: Remove obsolete targets.
6061 2004-06-11 Ed Schonberg <schonberg@gnat.com>
6063 * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
6064 specification, to catch misuses of program unit names.
6066 * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
6067 superfluous conversions in an instance.
6069 2004-06-11 Ed Schonberg <schonberg@gnat.com>
6073 * sem_ch12.adb (Save_References): If operator node has been folded to
6074 enumeration literal, associated_node must be discarded.
6076 2004-06-11 Jose Ruiz <ruiz@act-europe.fr>
6078 * s-stchop-vxworks.adb: Add required pragma Convention to
6079 Task_Descriptor because it is updated by a C function.
6081 2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
6085 * Makefile.in: Remove target specific SO_OPT on IRIX
6087 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6089 * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
6090 (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
6091 (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
6092 (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
6093 (STMT_STMT, USE_STMT): New statement codes.
6094 (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
6095 * ada-tree.h: Reflect above changes.
6096 (struct tree_loop_id): Deleted.
6097 (union lang_tree_node, struct lang_decl, struct lang_type):
6098 Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
6099 and DECL_LANGUAGE_SPECIFIC to reflect these changes.
6100 (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
6101 (IS_ADA_STMT): New macro.
6102 * decl.c (annotate_decl_with_node): New function.
6103 (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
6104 (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
6105 Call add_stmt_with_node to do needed assignments.
6106 Add call to update setjmp buffer directly, not via EXPR_STMT.
6107 (maybe_variable): Argment GNAT_NODE deleted.
6108 * gigi.h (maybe_variable): Likewise.
6109 (make_transform, add_stmt_with_node, set_block_for_group): New.
6110 (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
6111 (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
6112 (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
6113 (set_lineno, set_lineno_from_sloc): Likewise.
6114 (record_code_position, insert_code_for): Likewise.
6115 (gnat_poplevel): Now returns void.
6116 (end_subprog_body): Now takes argument.
6117 * misc.c (cgraph.h, tree-inline.h): New includes.
6118 (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
6119 (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
6120 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
6121 (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
6122 (gnat_parse_file): Don't set immediate_size_expand.
6123 Call cgraph functions.
6124 (gnat_expand_expr): Remove most cases.
6125 (record_code_position, insert_code_for): Remove from here.
6126 * trans.c (toplev.h, tree-gimple.h): Now included.
6127 (discard_file_names): Deleted.
6128 (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
6129 (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
6130 (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
6131 (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
6132 (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
6133 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
6134 (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
6135 (set_block_for_group, add_stmt_list): Likewise.
6136 (start_stmt_group): Renamed from start_block_stmt.
6137 (end_stmt_group): Likewise, from end_block_stmt.
6138 (build_stmt_group): Likewise, from build_block_stmt, also add arg.
6139 (gigi): Don't set discard_file_names or call set_lineno.
6140 Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
6141 (tree_transform): Deleted, now renamed to be gnat_to_gnu.
6142 Numerous changes throughout to reflect new names and complete
6143 function-at-a-time implementation.
6144 (gnat_expand_stmt): Delete or comment out all cases.
6145 (process_inlined_subprograms): Use add_stmt.
6146 (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
6147 call set_lineno; also remove unneeded block handling.
6148 (process_type): Remove unneeded block handling.
6149 (build_unit_elab): Remove calls to deleted functions.
6150 * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
6151 (tree-dump.h): Likewise.
6152 (struct ada_binding_level): Add field jmpbuf_decl.
6153 (gnat_define_builtin, gnat_install_builtins): New.
6154 (gnat_gimplify_function, gnat_finalize): Likewise.
6155 (gnat_poplevel): No longer return BLOCK, set it instead.
6156 Remove code dealing with nested functions.
6157 (gnat_init_decl_processing): Also set size_type_node.
6158 Call gnat_install_builtins.
6159 (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
6160 (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
6161 Remove special-case for "main".
6162 (end_subprog_body): Add arg and rework for tree-ssa.
6163 (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
6164 Add case for BOOLEAN_TYPE.
6165 * utils2.c (rtl.h): Now include.
6166 (build_call_raise): Test Debug_Flag_NN directly.
6167 (build_call_alloc_dealloc): Don't use local stack allocation for now.
6168 (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
6169 (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
6171 2004-06-07 Robert Dewar <dewar@gnat.com>
6173 * a-direct.ads, einfo.ads: Minor comment updates
6175 * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
6176 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
6177 s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
6178 s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
6179 s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
6181 * s-interr-sigaction.adb: Remove unreferenced variable
6182 (Attached_Interrupts). Minor reformatting.
6183 Avoid use of variable I (replace by J).
6185 * par-ch10.adb: Fix text of one error message
6187 * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
6188 exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
6189 exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
6190 opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
6191 par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
6192 par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
6193 sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
6194 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
6195 sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
6196 sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
6197 snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
6200 2004-06-07 Doug Rupp <rupp@gnat.com>
6202 * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
6204 * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
6206 * mlib-tgt-vms-ia64.adb: New file.
6208 * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
6209 Add mlib-tgt-vms-ia64.adb
6210 Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
6211 Move to alpha specific ifeq section.
6212 Add VMS specific versions of symbols.adb
6213 Renaming of 5q vms files.
6215 * 5qsystem.ads renamed to system-vms_64.ads.
6217 2004-06-07 Vincent Celier <celier@gnat.com>
6219 * a-calend.ads: Add a GNAT Note comment after function Time_Of to
6220 explain that when a time of day corresponding to the non existing hour
6221 on the day switching to DST is specified, Split may return a different
6224 * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
6227 * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
6228 (Normalize_Pathname): Only resolve VMS logical names when on VMS.
6230 * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
6232 If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
6233 the linking options.
6234 (Build_Library.Check_Libs): On VMS, if there is a dependency on
6235 g-trasym.ads, set Gtrasymobj_Needed to True.
6237 * prj-attr.adb: Add new package Metrics for gnatmetric
6239 * prj-nmsc.adb (Record_Other_Sources): Put source file names in
6240 canonical case to take into account files with upper case characters on
6242 (Ada_Check): Load the reference symbol file name in the name buffer to
6243 check it, not the symbol file name.
6245 * snames.ads, snames.adb: Add standard name Metrics (name of project
6246 file package for gnatmetric).
6248 * vms_conv.ads: Add Metric to Comment_Type
6250 * vms_conv.adb (Initialize): Add component dor Metric in Command_List
6252 * vms_data.ads: Add qualifiers for GNAT METRIC
6254 * makegpr.adb (Link_Executables): Take into account the switches
6255 specified in package Linker of the main project.
6257 2004-06-07 Thomas Quinot <quinot@act-europe.fr>
6259 * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
6260 the index of the last element is Units.Last, not Units.Table'Last
6261 (which is usually not a valid index within the actually allocated
6262 storage for the table).
6264 * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
6265 determines whether to generate a call to a checked storage pool
6267 Generate such a call only for a dereference that either comes from
6268 source, or is the result of rewriting a dereference that comes from
6271 2004-06-07 Romain Berrendonner <berrendo@act-europe.fr>
6273 * bindgen.adb (Gen_Output_File): Add support for GAP builds.
6275 2004-06-07 Eric Botcazou <ebotcazou@act-europe.fr>
6277 (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
6278 file level, elaborate the stride for inner dimensions in alignment
6281 * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
6284 2004-06-07 Javier Miranda <miranda@gnat.com>
6286 * exp_ch6.adb: Correct wrong modification in previous patch
6288 2004-06-07 Vasiliy Fofanov <fofanov@act-europe.fr>
6290 * g-trasym.ads: Corrected comment to properly reflect level of support
6293 2004-06-07 Hristian Kirtchev <kirtchev@gnat.com>
6295 * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
6296 includes case of a variable referenced on the left hand side of an
6297 assignment, therefore remove redundant code. Variables and prefixes of
6298 indexed or selected components are now marked as referenced on left
6299 hand side. Warnings are now properly emitted when variables or prefixes
6300 are assigned but not read.
6302 * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
6303 left hand side referenced variables. Private access types do not
6304 produce the warning "variable ... is assigned but never read".
6305 Add also additional checks to left hand side referenced variables.
6306 Aliased, renamed objects and access types do not produce the warning
6307 "variable ... is assigned but never read" since other entities may read
6308 the memory location.
6310 2004-06-07 Jerome Guitton <guitton@act-europe.fr>
6312 * Makefile.in: In the powerpc/vxworks-specific section, restore
6313 EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
6316 2004-06-07 Ed Schonberg <schonberg@gnat.com>
6318 * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
6319 predefined operators.
6320 Removes spurious type errors from g-trasym-vms.adb.
6322 * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
6323 distinct from the operator appearing in the source, call appropriate
6324 routine to insert conversions when needed, and complete resolution of
6326 (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
6327 interpretations for rewritten right operand.
6328 (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
6329 the other operand is overloaded and the context is a type conversion.
6331 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6333 * ada-tree.def (BLOCK_STMT): Now has two operands.
6336 * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
6338 * gigi.h: (gnat_poplevel): Now returns a tree.
6340 * trans.c (end_block_stmt): Add arg; all callers changed.
6341 (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
6342 (start_block_stmt): Clear BLOCK_STMT_BLOCK.
6343 (add_stmt): Set TREE_TYPE.
6344 (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
6345 (gnat_expand_stmt, case BREAK_STMT): New case.
6347 * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
6349 2004-06-07 Jose Ruiz <ruiz@act-europe.fr>
6351 * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
6352 procedure Set_Stack_Size that is not needed.
6354 2004-06-07 Sergey Rybin <rybin@act-europe.fr>
6356 * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
6357 used for gnatpp input file and for the files upon which it depends
6359 2004-06-07 Ben Brosgol <brosgol@gnat.com>
6361 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
6363 2004-06-07 Arnaud Charlet <charlet@act-europe.fr>
6365 * gnatvsn.ads: Bump version numbers appropriately.
6368 2004-06-07 Pascal Obry <obry@gnat.com>
6370 * gnat_ugn.texi: Improve comments about imported names and link names
6371 on Windows. Add a note about the requirement to use -k gnatdll's option
6372 when working with a DLL which has stripped stdcall symbols (no @nn
6375 2004-05-27 Vincent Celier <celier@gnat.com>
6377 * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
6378 COMMENTS_LAYOUT=UNTOUCHED
6380 * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
6381 symbols-vms-alpha.adb
6383 2004-05-27 Thomas Quinot <quinot@act-europe.fr>
6385 * sem.ads: Clarify documentation on checks suppression.
6387 * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
6389 2004-05-27 Ed Schonberg <schonberg@gnat.com>
6391 * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
6392 the case of multiple derivations.
6393 (Is_Object_Reference): For a selected component, verify that the prefix
6394 is itself an object and not a value.
6396 * sem_ch12.adb (Same_Instantiated_Constant): New name for
6397 Same_Instantiated_Entity.
6398 (Same_Instantiated_Variable): Subsidiary to
6399 Check_Formal_Package_Instance, to recognize actuals for in-out generic
6400 formals that are obtained from a previous formal package.
6401 (Instantiate_Subprogram_Body): Emit proper error when
6402 generating code and the proper body of a stub is missing.
6404 * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
6405 has a universal interpretation, do the disambiguation here.
6407 * exp_ch4.adb (Expand_N_Type_Conversion,
6408 Expand_N_Unchecked_Type_Conversion): Special handling when target type
6409 is Address, to avoid typing anomalies when Address is a visible integer
6412 * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
6413 to determine whether a subprogram should not be marked Pure, even when
6414 declared in a pure package.
6416 2004-05-27 Jose Ruiz <ruiz@act-europe.fr>
6418 * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
6420 * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
6421 Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
6422 Update the documentation about the Ravenscar profile, following the
6423 definition found in AI-249.
6425 * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
6426 setting the Profile (Ravenscar). This must be done in addition to
6427 setting the required restrictions.
6429 * rtsfind.ads: Add the set of operations defined in package
6432 * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
6435 2004-05-27 Eric Botcazou <ebotcazou@act-europe.fr>
6437 lang-specs.h: Always require -c or -S and always redirect to /dev/null
6438 if -gnatc or -gnats is passed.
6440 2004-05-27 Hristian Kirtchev <kirtchev@gnat.com>
6442 * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
6443 a significant reference. Warnings are now properly emitted when a
6444 discriminated type is not referenced.
6446 * lib-xref.adb (Generate_Reference): A deferred constant completion,
6447 record representation clause or record type discriminant does not
6448 produce a reference to its corresponding entity. Warnings are now
6449 properly emitted when deferred constants and record types are not
6452 2004-05-27 Geert Bosch <bosch@gnat.com>
6454 * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
6455 Fixes ACATS Annex G tests.
6457 2004-05-27 Robert Dewar <dewar@gnat.com>
6459 * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
6462 2004-05-27 Arnaud Charlet <charlet@act-europe.fr>
6464 * s-interr.adb (Server_Task): Take into account case of early return
6465 from sigwait under e.g. linux.
6467 2004-05-27 Sergey Rybin <rybin@act-europe.fr>
6469 * gnat_ugn.texi: Add description for the new gnatpp options:
6470 -rnb - replace the original source without creating its backup copy
6471 -c0 - do not format comments
6473 2004-05-24 Geert Bosch <bosch@gnat.com>
6475 * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
6476 with 192 bits of precision, sufficient to reduce a double-extended
6477 arguments X with a maximum relative error of T'Machine_Epsilon, for X
6478 in -2.0**32 .. 2.0**32.
6479 (Cos, Sin): Always reduce arguments of 1/4 Pi or larger, to prevent
6480 reduction by the processor, which only uses a 68-bit approximation of
6482 (Tan): Always reduce arguments and compute function either using
6483 the processor's fptan instruction, or by dividing sin and cos as needed.
6485 2004-05-24 Doug Rupp <rupp@gnat.com>
6487 * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
6488 gcc error on 32/64 bit VMS.
6490 2004-05-24 Olivier Hainque <hainque@act-europe.fr>
6492 * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
6493 since this is what we get for stack overflows although not documented
6495 Document the issues which may require adjustments to our signal
6498 2004-05-24 Ed Schonberg <schonberg@gnat.com>
6500 * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
6501 enclosing dynamic scope if the instantiation is within a generic unit.
6503 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
6505 * exp_dbug.ads: Fix typo.
6507 * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
6508 Rename it to its proper name: system-linux-ia64.ads
6509 (stamp-gnatlib1): Remove extra target specific run time files when
6510 setting up the rts directory.
6512 2004-05-24 Javier Miranda <miranda@gnat.com>
6514 * einfo.ads, einfo.adb (Limited_Views): Removed.
6515 (Limited_View): New attribute that replaces the previous one. It is
6516 now a bona fide package with the limited-view list through the
6517 first_entity and first_private attributes.
6519 * sem_ch10.adb (Install_Private_With_Clauses): Give support to
6520 limited-private-with clause.
6521 (Install_Limited_Withed_Unit): Install the private declarations of a
6522 limited-private-withed package. Update the installation of the shadow
6523 entities according to the new structure (see Build_Limited_Views)
6524 (Build_Limited_Views): Replace the previous implementation of the
6525 limited view by a package entity that references the first shadow
6526 entity plus the first shadow private entity (required for limited-
6527 private-with clause)
6528 (New_Internal_Shadow_Entity): Code cleanup.
6529 (Remove_Limited_With_Clause): Update the implementation to undo the
6530 new work carried out by Build_Limited_Views.
6531 (Build_Chain): Complete documentation.
6532 Replace Ada0Y by Ada 0Y in comments
6535 * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
6536 types the level of accessibility depends on the enclosing type
6539 * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
6540 entities. Complete documentation of previous change.
6542 2004-05-24 Robert Dewar <dewar@gnat.com>
6544 * namet.adb: Minor reformatting
6545 Avoid use of name I (replace by J)
6546 Minor code restructuring
6548 * sem_ch6.adb: Minor reformatting
6550 * lib-writ.adb: Do not set restriction as active if this is a
6551 Restriction_Warning case.
6553 * sem_prag.adb: Reset restriction warning flag if real pragma
6554 restriction encountered.
6556 * s-htable.adb: Minor reformatting
6557 Change rotate count to 3 in Hash (improves hash for small strings)
6559 * 5qsystem.ads: Add comments for type Address (no literals allowed).
6561 * gnat_ugn.texi: Add new section of documentation "Code Generation
6562 Control", which describes the use of -m switches.
6564 2004-05-24 Eric Botcazou <ebotcazou@act-europe.fr>
6566 trans.c (tree_transform) <N_Identifier>: Do the dereference directly
6567 through the DECL_INITIAL for renamed variables.
6569 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
6571 * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
6573 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6575 * exp_dbug.ads: Correct comments concerning handling of overloading,
6576 since we no longer use $ anymore.
6578 2004-05-19 Sergey Rybin <rybin@act-europe.fr>
6580 * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
6581 ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
6582 with illegal subunits.
6584 2004-05-19 Ed Schonberg <schonberg@gnat.com>
6586 * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
6587 body with front-end inlining enabled, check whether an inline pragma
6588 appears immediately after the body and applies to it.
6590 * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
6591 enabled and the pragma appears after the body of the subprogram.
6593 2004-05-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6595 Part of function-at-a-time conversion
6597 * misc.c (adjust_decl_rtl): Deleted.
6598 (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
6601 * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
6602 (add_decl_stmt, add_stmt, block_has_vars): New functions.
6603 (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
6605 * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
6607 (gnat_to_gnu_entity): Likewise.
6608 Use add_stmt to update setjmp buffer.
6609 Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
6611 No longer call adjust_decl_rtl.
6612 (DECL_INIT_BY_ASSIGN_P): New macro.
6613 (DECL_STMT_VAR): Likewise.
6615 * trans.c (gigi): Call start_block_stmt to make the outermost
6617 (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
6618 Call start_block_stmt and end_block_stmt temporarily.
6619 Use gnat_expand_stmt instead of expand_expr_stmt.
6620 (add_decl_stmt): New function.
6621 (tree_transform): Call it.
6622 (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
6623 (end_block_stmt): Set type and NULL_STMT.
6624 (gnat_expand_stmt): Make recursize call instead of calling
6626 (gnat_expand_stmt, case DECL_STMT): New case.
6627 (set_lineno_from_sloc): Do nothing if global.
6628 (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
6629 (start_block_stmt, add_stmt, end_block_stmt): New functions.
6630 (build_block_stmt): Call them.
6631 (gnat_to_code): Don't expand NULL_STMT.
6632 (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
6634 (tree_transform): Likewise.
6635 (tree_transform, case N_Null_Statement): Return NULL_STMT.
6636 (gnat_expand_stmt, case NULL_STMT): New case.
6637 (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
6640 * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
6643 * utils.c (create_var_decl): Do not call expand_decl or
6645 Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
6646 Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
6648 (struct e_stack): Add chain_next to GTY.
6649 (struct binding_level): Deleted.
6650 (struct ada_binding_level): New struct.
6651 (free_block_chain): New.
6652 (global_binding_level, clear_binding_level): Deleted.
6653 (global_bindings_p): Rework to see if no chain.
6654 (kept_level_p, set_block): Deleted.
6655 (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
6656 new data structure and work directly on BLOCK node.
6657 (gnat_poplevel): Similarly.
6658 (get_decls): Look at BLOCK_VARS.
6659 (insert_block): Work directly on BLOCK node.
6660 (block_has_var): New function.
6661 (pushdecl): Rework for new binding structures.
6662 (gnat_init_decl_processing): Rename and rework calls to pushlevel and
6664 (build_subprog_body): Likewise.
6665 (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
6667 * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
6669 * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
6670 (DECL_STMT_VAR): Likewise.
6672 2004-05-17 Robert Dewar <dewar@gnat.com>
6674 * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
6677 * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
6678 of restriction synonyums by using
6679 Restrict.Process_Restriction_Synonyms.
6681 * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
6683 * s-restri.ads (Tasking_Allowed): Correct missing comment
6685 * s-rident.ads: Add entries for restriction synonyms
6687 * ali.adb: Fix some problems with badly formatted ALI files that can
6688 result in infinite loops.
6690 * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
6691 s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
6692 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
6693 s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
6694 s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
6695 s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
6696 s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
6697 s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
6698 s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
6699 a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
6700 exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
6701 s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
6702 s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
6703 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
6704 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
6705 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
6706 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
6707 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
6708 s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
6709 s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
6710 to Task_Id (minor cleanup).
6712 2004-05-17 Vincent Celier <celier@gnat.com>
6714 * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
6715 directory separator.
6717 * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
6718 project being extended, if Languages is not declared in extending
6721 2004-05-17 Javier Miranda <miranda@gnat.com>
6723 * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
6724 limited view of a visible sibling.
6726 2004-05-14 Robert Dewar <dewar@gnat.com>
6728 * gnat_ugn.texi: Minor change to -gnatS documentation
6730 * sprint.adb: Remove some instances of Assert (False) and for this
6731 purpose replace them by output of a ??? string.
6733 * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
6736 * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
6737 flag processing. This was suppressing required dependencies in
6738 No_Run_Time mode and is not needed since the binder does not generate
6739 references for things in libgnat anyway.
6741 * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
6744 2004-05-14 Thomas Quinot <quinot@act-europe.fr>
6746 * gnat_ugn.texi: Document AIX-specific issue with initialization of
6749 * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
6750 action for the case of an actual parameter in an init proc call.
6752 2004-05-14 Ed Schonberg <schonberg@gnat.com>
6754 * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
6755 subtype, check visible entities in base type.
6757 * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
6758 actions if the object is a renaming.
6760 * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
6761 Check_Formal_Package_Instance, to determine more precisely when the
6762 formal and the actual denote the same entity.
6764 2004-05-14 Javier Miranda <miranda@gnat.com>
6766 * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
6768 * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
6769 corresponding to a private_with must be removed from visibility; it
6770 will be made visible later, just before we analyze the private part of
6772 (Check_Private_Child_Unit): Allow private_with clauses in public
6774 (Install_Siblings): Make visible the private entities of private-withed
6776 (Install_Withed_Unit): Do not install the private withed unit if we
6777 are compiling a package declaration and the Private_With_OK flag was
6778 not set by the caller. These declarations will be installed later,
6779 just before we analyze the private part of the package.
6781 * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
6782 during the evaluation of the expression that initializes the object,
6783 decorate it with the expected type to avoid cascade errors.
6786 * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
6787 subprogram we have to install the private_with clauses after its
6788 specification has been analyzed (as documented in AI-262.TXT).
6790 * sem_ch8.adb (Has_Private_With): New function. Determines if the
6791 current compilation unit has a private with on a given entity.
6792 (Find_Direct_Name): Detect the Beaujolais problem described in
6795 * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
6796 provides the functionality of the function Is_Ancestor that was
6797 previously available in sem_ch10. It has been renamed to avoid
6800 * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
6802 2004-05-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6804 * utils.c (build_vms_descriptor): Use SImode pointers.
6806 2004-05-14 Vasiliy Fofanov <fofanov@act-europe.fr>
6808 * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
6810 2004-05-14 GNAT Script <nobody@gnat.com>
6812 * Make-lang.in: Makefile automatically updated
6814 2004-05-14 Arnaud Charlet <charlet@act-europe.fr>
6816 Renaming of target specific files for clarity
6818 * Makefile.in: Rename GNAT target specific files.
6820 * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
6821 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
6822 3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
6823 3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
6824 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
6825 3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
6826 42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
6827 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
6828 4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
6829 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
6830 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
6831 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
6832 51osinte.adb, 51osinte.ads, 51system.ads,
6833 52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
6834 55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
6835 56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
6836 56tpopsp.adb, 57system.ads, 58system.ads,
6837 5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
6838 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
6839 5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
6840 5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
6841 5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
6842 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
6843 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
6844 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
6845 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
6846 5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
6847 5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
6848 5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
6849 5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
6850 5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
6851 5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
6852 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
6853 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
6854 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
6855 5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
6856 5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
6857 5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
6858 5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
6859 5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
6860 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
6861 5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
6862 5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
6863 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
6864 5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
6865 5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
6866 5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
6867 5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
6868 5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
6869 5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
6870 5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
6871 5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
6872 5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
6873 7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
6874 7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
6875 7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
6876 7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
6878 * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
6879 a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
6880 a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
6881 a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
6882 a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
6883 a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
6884 a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
6885 a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
6886 a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
6887 a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
6888 g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
6889 g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
6890 g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
6891 g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
6892 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
6893 g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
6894 g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
6895 g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
6896 interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
6897 mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
6898 mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
6899 mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
6900 s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
6901 s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
6902 s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
6903 s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
6904 s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
6905 s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
6906 s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
6907 s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
6908 s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
6909 s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
6910 s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
6911 s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
6912 s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
6913 s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
6914 s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
6915 s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
6916 s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
6917 s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
6918 s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
6919 s-osinte-vms.ads, s-osinte-vxworks.adb,
6920 s-osinte-vxworks.ads, s-osprim-mingw.adb,
6921 s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
6922 s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
6923 s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
6924 s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
6925 s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
6926 s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
6927 s-stchop-vxworks.adb, s-taprop-dummy.adb,
6928 s-taprop-hpux-dce.adb, s-taprop-irix.adb,
6929 s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
6930 s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
6931 s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
6932 s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
6933 s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
6934 s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
6935 s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
6936 s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
6937 s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
6938 s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
6939 s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
6940 s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
6941 s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
6942 s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
6943 s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
6944 s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
6945 s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
6946 symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
6947 system-hpux.ads, system-interix.ads, system-irix-n32.ads,
6948 system-irix-o32.ads, system-linux-x86_64.ads,
6949 system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
6950 system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
6951 system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
6952 system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
6953 system-vxworks-alpha.ads, system-vxworks-m68k.ads,
6954 system-vxworks-mips.ads, system-vxworks-ppc.ads,
6955 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
6958 2004-05-13 Zack Weinberg <zack@codesourcery.com>
6960 * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
6962 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6964 Merge from tree-ssa-20020619-branch.
6966 * config-lang.in (boot_language, build_by_default): Set
6968 * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
6969 (max_size): Add static chain op for call_expr.
6971 2004-05-12 Richard Sandiford <rsandifo@redhat.com>
6974 * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
6976 2004-05-11 Roger Sayle <roger@eyesopen.com>
6978 * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
6981 2004-05-10 Doug Rupp <rupp@gnat.com>
6983 * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
6986 * s-auxdec.ads: Add Short_Address subtype (moved here from System).
6988 * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
6990 * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
6991 Fixes undefined symbols in IA64 gnatlib.
6993 * 5vinmaop.adb: Reference s-auxdec for Short_Address.
6995 * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
6996 Short_Address). This will be moved to system.auxdec.
6998 2004-05-10 Thomas Quinot <quinot@act-europe.fr>
7000 * sem_util.adb: Replace test for presence of a node that is always
7001 present with a call to Discard_Node.
7003 * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
7004 Analyze on the library unit node after generation of distribution stub
7005 constructs. The call was a no-op because Unit_Node has already been
7006 Analyzed, and the tree fragments for the distribution stubs are
7007 analyzed as they are inserted in Exp_Dist.
7008 Update comment regarding to distribution stubs to reflect that we
7009 do not generate stub in separate files anymore.
7011 * einfo.ads: Clarify the fact that a tagged private type has the
7012 E_Record_Type_With_Private Ekind.
7014 * erroutc.adb: Minor reformatting
7016 * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
7017 values if line length is increased using -gnatyM (noticed during code
7020 * eval_fat.adb: Minor reformatting
7021 Put spaces around exponentiation operator
7023 2004-05-10 Ed Schonberg <schonberg@gnat.com>
7026 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
7027 has been rewritten as an explicit dereference, retrieve type of
7028 original node to check for possibly unconstrained record type.
7030 2004-05-10 Ed Schonberg <schonberg@gnat.com>
7032 * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
7033 overriding, use the operation of the parent unconditionally.
7035 * sem_ch4.adb (Remove_Address_Interpretations): Remove address
7036 operation when either operand is a literal, to avoid further
7039 * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
7040 overridden by a previous explicit declaration, mark the previous entity
7043 * sem_disp.adb (Check_Dispatching_Operation): New predicate
7044 Is_Visibly_Controlled, to determine whether a declaration of a
7045 primitive control operation for a derived type overrides an inherited
7046 one. Add warning if the explicit declaration does not override.
7048 2004-05-10 Vincent Celier <celier@gnat.com>
7050 * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
7051 some cases when the sources are no longer present.
7053 * make.adb (Collect_Arguments): Fail if an external source, not part
7054 of any project need to be compiled, when switch -x has not been
7057 * makeusg.adb: Document new switch -x
7059 * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
7062 * switch-m.adb (Scan_Make_Switches): New switch -x
7064 * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
7067 * gnat_ugn.texi: Document new gnatmake switch -x
7069 2004-05-10 Eric Botcazou <ebotcazou@act-europe.fr>
7071 * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
7073 * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
7074 (process_attributes): Likewise.
7076 2004-05-10 Joel Brobecker <brobecker@gnat.com>
7078 * s-inmaop.ads: Fix spelling mistake in one of the comments.
7080 2004-05-10 Robert Dewar <dewar@gnat.com>
7082 * gnat_ugn.texi: Document that for config pragma files, the maximum
7083 line length is always 32767.
7085 * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
7086 literals is now allowed.
7088 * gnat-style.texi: Remove statement about splitting long lines before
7089 an operator rather than after, since we do not follow this rule at all.
7090 Clarify rule (really lack of rule) for spaces around exponentiation
7092 * sem_elim.adb: Allow concatenation of string literals as well as a
7093 single string literal for pragma arguments.
7095 * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
7097 * a-textio.adb (Terminate_Line): Do not add line feed if nothing
7098 written for append case.
7100 * frontend.adb: Changes to avoid checking max line length in config
7103 * g-os_lib.ads: Minor reformatting
7105 * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
7106 wrong in any case. Instead use standard value. Noticed during code
7109 * opt.ads (Max_Line_Length): New field, used to implement removal of
7110 limitation on length of lines when scanning config pragma files.
7112 * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
7113 makeutl.ads, makeutl.adb: Minor reformatting
7115 * scn.adb: Do not check line length while scanning config pragma files
7116 Do not check line length while scanning out license information
7118 * scng.adb: Changes to avoid line length checks while parsing config
7121 2004-05-10 GNAT Script <nobody@gnat.com>
7123 * Make-lang.in: Makefile automatically updated
7125 2004-05-05 Arnaud Charlet <charlet@act-europe.fr>
7127 * osint.adb (Find_Program_Name): Fix handling of VMS version
7130 2004-05-05 Emmanuel Briot <briot@act-europe.fr>
7132 * g-os_lib.ads (Invalid_Time): New constant
7134 * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
7135 return OS_Time instead of time_t to match what is imported by Ada.
7136 Now return -1 if the file doesn't exist, instead of a random value
7138 2004-05-05 Robert Dewar <dewar@gnat.com>
7140 * usage.adb: Add line for -gnatR?s switch
7142 * sem_ch13.adb, exp_ch2.adb: Minor reformatting
7144 * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
7145 and for Match (Data_First, Data_last)
7147 * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
7148 written when we are dealing with multi-unit files.
7150 2004-05-05 Jerome Guitton <guitton@act-europe.fr>
7152 * Makefile.in: Remove unused targets and variables.
7154 2004-05-05 Vincent Celier <celier@gnat.com>
7156 * switch-m.adb: New gnatmake switch -eI
7158 * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
7159 of new gnatmake switch -eInnn.
7161 * makegpr.adb: Take into account new parameters Index and Src_Index in
7164 * clean.adb: Implement support for multi-unit sources, including new
7167 * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
7170 * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
7171 (Extract_From_Q): New out parameter Index
7172 (Mark, Is_Marked): Subprograms moved to Makeutl
7173 (Switches_Of): New parameter Source_Index
7174 (Add_Switch): New parameter Index
7175 (Check): New parameter Source_Index
7176 (Collect_Arguments): New parameter Source_Index
7177 (Collect_Arguments_And_Compile): New parameter Source_Index
7178 (Compile): New parameter Source_Index
7179 Put subprograms in alphabetical order
7180 Add support for multi-source sources, including in project files.
7182 * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
7183 (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
7186 * makeusg.adb: New gnatmake switch -eInnn
7188 * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
7191 * opt.ads (Main_Index): New variable, defaulted to 0.
7193 * osint.ads, osinte.adb (Add_File): New parameter Index
7194 (Current_Source_Index): New function
7196 * prj.adb: Take into account new components Index and Src_Index
7198 * prj.ads (String_Element): New component Index
7199 (Variable_Value): New component Index
7200 (Array_Element): New component Src_Index
7202 * prj-attr.adb: Indicate that optional index may be specified for
7203 attributes Main, Executable, Spec, Body and some of Switches.
7205 * prj-attr.ads (Attribute_Kind): New values for optional indexes
7206 (Attribute_Record): New component Optional_Index
7208 * prj-com.ads (File_Name_Data): New component Index
7210 * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
7212 * prj-env.adb (Put): Output optional index
7214 * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
7215 attributes Spec and Body.
7217 * prj-nmsc.adb: Process optional indexes
7219 * prj-pp.adb: Ouput "at" for optional indexes
7221 * prj-proc.adb: Take into account optional indexes
7223 * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
7224 Optional_Index. For string literal,
7225 process optional index when Optional_Index is True.
7226 (Parse_Expresion): New Boolean parameter Optional_Index
7228 * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
7229 (Set_Source_Index_Of): New procedure
7231 * prj-util.adb (Executable_Of, Value_Of): Take into account optional
7234 * prj-util.ads (Executable_Of): New parameter Index
7235 (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
7236 New parameter Src_Index, defaulted to 0.
7238 2004-05-05 Ed Schonberg <schonberg@gnat.com>
7241 * sem_ch3.adb (Access_Definition): If this is an access parameter
7242 whose designated type is imported through a limited_with clause, do
7243 not add the enclosing subprogram to the list of private dependents of
7246 2004-05-05 Ed Schonberg <schonberg@gnat.com>
7249 * sem_ch6.adb (Base_Types_Match): True if one type is imported through
7250 a limited_with clause, and the other is its non-limited view.
7252 2004-05-05 Thomas Quinot <quinot@act-europe.fr>
7254 * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
7256 * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
7257 exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
7258 Stand.Boolean_Literals to produce references to entities
7259 Standard_False and Standard_True from compile-time computed boolean
7262 * stand.ads (Boolean_Literals): New variable, provides the entity
7263 values for False and True, for use by the expander.
7265 2004-05-05 Doug Rupp <rupp@gnat.com>
7267 * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
7268 5vinmaop.adb: Unchecked convert Short_Address vice Address
7270 * adaint.c, raise.c: Caste CRTL function return value
7271 to avoid gcc error on 32/64 bit IVMS.
7273 * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
7276 * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
7278 * 5qsystem.ads (Address): Declare as Long_Integer
7279 (Short_Address): Declare as 32 bit subtype of Address
7280 Declare abstract address operations to avoid gratuitous ambiguities.
7282 2004-05-05 Jose Ruiz <ruiz@act-europe.fr>
7284 * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
7285 instead of the old Boolean_Entry_Barriers.
7286 Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
7288 2004-05-05 GNAT Script <nobody@gnat.com>
7290 * Make-lang.in: Makefile automatically updated
7292 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
7294 * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
7296 2004-05-03 Olivier Hainque <hainque@act-europe.fr>
7300 * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
7301 alone. Replacing object references by literals is inappropriate in a
7302 so low level context.
7304 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
7306 * a-exexpr.adb: Add comments
7308 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7310 * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
7311 declare the Ancestor_Tags array in Type_Specific_Data with a small size
7312 without risking a bounds check error when accessing one of its
7314 (Type_Specific_Data): Define Ancestor_Tags as a small array.
7315 This prevents us from hitting a limitation during the debug info
7316 generation when using stabs.
7318 * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
7320 This prevents us from hitting a limitation during the debug info
7321 generation when using stabs.
7323 2004-05-03 Eric Botcazou <ebotcazou@act-europe.fr>
7325 lang-specs.h: Remove -gnatz* from specs.
7327 2004-05-03 Vincent Celier <celier@gnat.com>
7329 * gprmake.adb, makegpr.ads, makegpr.adb: New files.
7331 * Make-lang.in, Makefile.in: Add gprmake
7333 2004-05-03 Thomas Quinot <quinot@act-europe.fr>
7335 * sem_aggr.adb: Fix typo in comment.
7337 2004-05-03 Robert Dewar <dewar@gnat.com>
7339 * make.adb: Minor reformatting
7341 * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
7343 * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
7344 so that it works when address is not a private type.
7346 * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
7347 properly with rewritten unchecked conversions. This prevents
7348 order-of-elaboration issues that can otherwise arise.
7349 (Minimum_Size): Don't check size of access types under VMS
7351 * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
7352 interpretations of integer literals as type System.Address.
7354 * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
7355 (Is_Descendent_Of): New function
7357 2004-05-03 Jose Ruiz <ruiz@act-europe.fr>
7359 * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
7360 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
7361 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
7363 * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
7364 of the old Max_Entry_Queue_Depth.
7366 * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
7367 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
7368 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
7370 * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
7371 New entry for proper handling of Max_Entry_Queue_Depth.
7372 New entry for proper handling of No_Dynamic_Interrupts.
7374 * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
7375 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
7376 Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
7377 the GNAT specific restriction Max_Entry_Queue_Depth.
7378 Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
7379 the GNAT specific restriction No_Dynamic_Interrupts.
7381 * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
7382 instead of the old Boolean_Entry_Barriers.
7383 Use the new restriction No_Dynamic_Attachment instead of the old
7384 No_Dynamic_Interrupts.
7386 * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
7387 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
7389 * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
7390 of the old Max_Entry_Queue_Depth.
7392 2004-05-03 GNAT Script <nobody@gnat.com>
7394 * Make-lang.in: Makefile automatically updated
7396 2004-04-29 Ed Schonberg <schonberg@gnat.com>
7398 * checks.adb (Enable_Range_Check): If the prefix of an index component
7399 is an access to an unconstrained array, perform check unconditionally.
7401 2004-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7403 * decl.c (gnat_to_gnu_field): Also call make_packable_type if
7406 2004-04-29 Olivier Hainque <hainque@act-europe.fr>
7408 * init.c (__gnat_install_handler, __gnat_error_handler): Remove
7409 alternate stack setting. There was no support for the tasking cases
7410 and the changes eventually caused a number of side-effect failures in
7411 the non-tasking case too.
7413 2004-04-29 Eric Botcazou <ebotcazou@act-europe.fr>
7415 lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
7418 2004-04-29 Vincent Celier <celier@gnat.com>
7420 * make.adb (Gnatmake): Increase max size of argument array for
7421 gnatbind for the potential addition of -F.
7422 If there are Stand-Alone Library projects, invoke gnatbind with -F to
7423 be sure that elaboration flags will be checked.
7425 * switch-c.adb: Correct call to Scan_Pos for -gnateI
7427 2004-04-29 Thomas Quinot <quinot@act-europe.fr>
7429 * sem_warn.adb (Check_References): Move '<access-variable> may be
7430 null' warning out of under Warn_On_No_Value_Assigned.
7432 2004-04-29 Ed Falis <falis@gnat.com>
7434 * gnat_ugn.texi: Fixed texi error
7436 2004-04-29 Robert Dewar <dewar@gnat.com>
7438 * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
7439 abstract operations if they come from predefined files.
7441 * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
7444 * s-addope.adb: Correct obvious error in mod function
7446 2004-04-28 Andrew W. Reynolds <awreynolds@mac.com>
7448 * Makefile.in: Add target pairs for powerpc darwin*
7451 * a-intnam-darwin.ads, s-osinte-darwin.adb,
7452 s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
7454 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7456 * Makefile.in: Add target macro definitions for s390*-linux*.
7457 * system-linux-s390.ads: New file.
7458 * system-linux-s390x.ads: New file.
7460 2004-04-28 Joseph S. Myers <jsm@polyomino.org.uk>
7462 * gnat_ugn.texi: Correct argument to @setfilename.
7464 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
7466 * a-exexpr.adb (Unwind_Word): New data type.
7467 (Unwind_Exception): Use it as type of Private1 and Private2.
7469 * raise.c (db_action_for): Fix debug printf.
7471 2004-04-27 Ed Schonberg <schonberg@gnat.com>
7473 * a-wtmoio.ads: Formal type must be a modular type, not a signed
7476 2004-04-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7478 * decl.c (gnat_to_gnu_entity, case object): Call
7479 __builtin_update_setjmp_buf.
7481 * gigi.h (update_setjmp_buf): Deleted.
7482 (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
7484 * misc.c: (update_setjmp_buf): Deleted.
7486 * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
7487 around block of RTL.
7489 * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
7491 2004-04-26 Thomas Quinot <quinot@act-europe.fr>
7493 * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
7494 subprogram for which no pragma All_Calls_Remote applies, store the
7495 address of the real subprogram in the underlying record type, so local
7496 dereferences do not go through the PCS.
7498 2004-04-26 Robert Dewar <dewar@gnat.com>
7500 * i-c.ads: Add some type qualifications to avoid ambiguities when
7501 compiling with s-auxdec.ads and a non-private address type.
7503 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
7505 * Makefile.rtl: Fix error in previous check-in:
7506 Add s-addope.o to non tasking object list (rather than tasking object
7509 2004-04-26 Javier Miranda <miranda@gnat.com>
7511 * sem_aggr.adb: Fix typo in comments
7512 (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
7513 Required to check the null-exclusion attribute.
7515 * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
7516 case of anonymous access types in record and array components. For a
7517 component definition the level is the same of the enclosing composite
7520 * sem_ch3.adb (Analyze_Component_Declaration): In case of components
7521 that are anonymous access types the level of accessibility depends on
7522 the enclosing type declaration. In order to have this information, set
7523 the scope of the anonymous access type to the enclosing record type
7525 (Array_Type_Declaration): In case of components that are anonymous
7526 access types the level of accessibility depends on the enclosing type
7527 declaration. In order to have this information, set the scope of the
7528 anonymous access type to the enclosing array type declaration.
7530 * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
7533 * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
7534 renaming of anonymous access-to-constant types allowed if and only if
7535 the renamed object is access-to-constant.
7537 * sem_util.adb (Type_Access_Level): In case of anonymous access types
7538 that are component_definition or discriminants of a nonlimited type,
7539 the level is the same as that of the enclosing component type.
7541 2004-04-26 Sergey Rybin <rybin@act-europe.fr>
7543 * sem_elim.adb: Some minor code reorganization from code reading. Fix
7544 misprint in the function name (File_Name_Match).
7546 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7548 * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
7551 2004-04-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7553 * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
7555 2004-04-23 Emmanuel Briot <briot@act-europe.fr>
7557 * adaint.c (__gnat_try_lock): No longer requires that the parent
7558 directory be writable, the directory itself is enough.
7559 (gnat_is_absolute_path): Change profile, so that the call from
7560 GNAT.OS_Lib can be made more efficient.
7562 * adaint.h (gnat_is_absolute_path): Change profile, so that the call
7563 from GNAT.OS_Lib can be made more efficient.
7565 * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
7566 one copy of the file name. Found by code reading.
7568 2004-04-23 Vincent Celier <celier@gnat.com>
7570 * gnat_ugn.texi: Add documentation for gnatmake switch -eL
7571 Correct documentation on gnatmake switches transmitted to the compiler
7573 * ali.ads: Minor comment fix
7575 2004-04-23 Javier Miranda <miranda@gnat.com>
7577 * sem_ch6.adb: (Confirming Types): Code cleanup
7579 * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
7580 subprogram types: E_Anonymous_Access_Subprogram_Type and
7581 E_Anonymous_Access_Protected_Subprogram_Type.
7583 2004-04-23 Thomas Quinot <quinot@act-europe.fr>
7585 * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
7586 whether a pragma All_Calls_Remote applies to the subprogram on which
7588 No functional change is introduced by this revision; the new parameter
7589 will be used to allow calls to local RCI subprograms to be optimized
7590 to not use the PCS in the case where no pragma All_Calls_Remote applies,
7591 as is already done in the PolyORB implementation of the DSA.
7593 * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
7594 whether a pragma All_Calls_Remote applies to the subprogram on which
7596 No functional change is introduced by this revision; the new parameter
7597 will be used to allow calls to local RCI subprograms to be optimized
7598 to not use the PCS in the case where no pragma All_Calls_Remote applies,
7599 as is already done in the PolyORB implementation of the DSA.
7601 2004-04-23 Robert Dewar <dewar@gnat.com>
7603 * Makefile.rtl: Add entry for s-addope.o in run time library list
7604 * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
7605 * s-addope.ads, s-addope.adb: New files.
7607 * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
7608 s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
7609 s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
7610 System.Address to be non-private and signed.
7612 * sem_elim.adb: Minor reformatting (fairly extensive)
7613 Some minor code reorganization from code reading
7614 Add a couple of ??? comments
7616 2004-04-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7618 * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
7619 (tree_transform, case N_If_Statement): Remove non-determinism.
7621 * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
7623 2004-04-23 Sergey Rybin <rybin@act-europe.fr>
7625 * gnat_rm.texi: Small fixes in the changes made in the 'pragma
7628 * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
7629 no longer used as a parameter name for Eliminate pragma).
7631 2004-04-22 Laurent GUERBY <laurent@guerby.net>
7633 PR optimization/14984
7634 PR optimization/14985
7635 * trans.c (gigi): Fix non determinism leading to bootstrap
7636 comparison failures.
7638 2004-04-21 Pascal Obry <obry@gnat.com>
7640 * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
7641 passed to spawnvp() to properly handle program pathname with spaces on
7644 2004-04-21 Emmanuel Briot <briot@act-europe.fr>
7646 * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
7647 (Allocate, Deallocate, Free_Physically): Make sure the tasks are
7648 unlocked in case of exceptions.
7650 2004-04-21 Joel Brobecker <brobecker@gnat.com>
7652 * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
7653 This function does not exist anymore.
7655 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
7657 * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
7659 * link.c: Move variables to the __gnat name space.
7661 * Makefile.in: list link.o explicitly when needed.
7663 * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
7665 2004-04-21 Javier Miranda <miranda@gnat.com>
7667 * einfo.adb (Original_Access_Type): New subprogram
7668 (Set_Original_Access_Type): New subprogram
7669 (Write_Field21_Name): Write the name of the new field
7671 * einfo.ads (Original_Access_Type): New field present in access to
7673 Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
7674 E_Anonymous_Access_Protected_Subprogram_Type.
7676 * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
7679 * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
7680 to anonymous access to subprogram types.
7682 * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
7683 to subprogram types.
7685 * sem_ch3.adb (Access_Definition): Complete decoration of entities
7686 corresponding to anonymous access to subprogram types.
7687 (Analyze_Component_Declaration): Add new actual to the call to
7688 subprogram replace_anonymous_access_to_protected_subprogram.
7689 (Array_Type_Declaration): Add new actual to the call to subprogram
7690 replace_anonymous_access_to_protected_subprogram.
7691 (Process_Discriminants): Add new actual to the call to subprogram
7692 replace_anonymous_access_to_protected_subprogram.
7693 (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
7695 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
7698 * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
7699 access to subprogram types.
7701 * sem_util.adb (Has_Declarations): Addition of package_specification
7704 2004-04-21 Ed Schonberg <schonberg@gnat.com>
7706 * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
7707 inlined flags to renamed entity only if in current unit.
7709 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
7711 * s-parint.ads: Add DSA implementation marker.
7713 * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
7714 value of System.Partition_Interface.DSA_Implementation to determine
7715 what version of the distributed systems annex is available (no
7716 implementation, GLADE, or PolyORB).
7718 2004-04-21 Joel Brobecker <brobecker@gnat.com>
7720 * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
7722 2004-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7724 * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
7725 with new type if alias sets differ.
7726 Fixes ACATS c41103b.
7728 2004-04-21 Vincent Celier <celier@gnat.com>
7730 * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
7731 Add array Lang_Args for the language specific compiling argument
7734 * gnat_ugn.texi: Explain in more details when a library is rebuilt.
7736 2004-04-21 Sergey Rybin <rybin@act-europe.fr>
7738 * gnat_rm.texi: Update the descripton of the Eliminate pragma
7739 according to the recent changes in the format of the parameters of the
7740 pragma (replacing Homonym_Number with Source_Location).
7742 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
7744 * 5isystem.ads: Removed, unused.
7746 * gnat_rm.texi: Redo 1.13 change.
7748 2004-04-19 Robert Dewar <dewar@gnat.com>
7750 * s-stoele.ads: Clean up definition of Storage_Offset (the new
7751 definition is cleaner, avoids the kludge of explicit Standard operator
7752 references, and also is consistent with a visible System.Address with
7753 no visible operations.
7755 * s-geveop.adb: Add declarations to avoid assumption of visible
7756 operations on type System.Address (since these might not be available
7757 if Address is a non-private type for which the operations
7760 * sem_eval.adb: Minor reformatting
7762 * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
7763 s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
7764 reformatting (new function spec format).
7766 * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
7767 s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
7768 s-caun64.adb: Add declarations to avoid assumption of visible
7769 operations on type System.Address (since these might not be available
7770 if Address is a non-private type for which the operations are made
7773 * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
7775 * exp_intr.adb: Minor comment update
7777 * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
7779 * 5omastop.adb: Add declarations to avoid assumption of visible
7780 operations on type System.Address (since these might not be available
7781 if Address is a non-private type for which the operations
7784 2004-04-19 Vincent Celier <celier@gnat.com>
7786 * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
7788 * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
7791 * prj-proc.adb (Process): New Boolean parameter Process_Languages,
7793 Call Check with Process_Languages.
7794 (Check): New Boolean parameter Process_Languages. Call Recursive_Check
7795 with Process_Languages.
7796 (Recursive_Check): New Boolean parameter Process_Languages. Call
7797 Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
7800 * prj-proc.ads (Process): New Boolean parameter Process_Languages,
7802 * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
7803 parameter Ada_Main, defaulted to True.
7804 Check for Ada specific characteristics only when Ada_Main is True.
7806 * opt.ads: (Follow_Links): New Boolean flag for gnatmake
7808 * prj.adb: (Project_Empty): Add new Project_Data components.
7810 * prj.ads: New types and tables for non Ada languages.
7811 (Project_Data): New components Languages, Impl_Suffixes,
7812 First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
7813 Include_Path, Include_Data_Set.
7815 * prj-env.ads, prj-env.adb: Minor reformatting
7817 * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
7818 Put subprograms in alphabetical order
7820 * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
7821 defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
7824 * mlib-prj.adb: Back out modification in last version, as they are
7826 (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
7828 * make.adb: (Mains): Moved to package Makeutl
7829 (Linker_Opts): Moved to package Makeutl
7830 (Is_External_Assignment): Moved to package Makeutl
7831 (Test_If_Relative_Path): Moved to package Makeutl
7832 (Gnatmake): Move sorting of linker options to function
7833 Makeutl.Linker_Options_Switches.
7835 * makeutl.ads, makeutl.adb: New files.
7837 * Makefile.in: Add makeutl.o to the object files for gnatmake
7839 * makeusg.adb: Add line for new switch -eL.
7841 * gnatls.adb (Image): New function.
7842 (Output_Unit): If in verbose mode, output the list of restrictions
7843 specified by pragmas Restrictions.
7845 * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
7848 * a-calend.adb (Split): Shift the date by multiple of 56 years, if
7849 needed, to put it in the range 1970 (included) - 2026 (excluded).
7850 (Time_Of): Do not shift Unix_Min_Year (1970).
7851 Shift the date by multiple of 56 years, if needed, to put it in the
7852 range 1970 (included) - 2026 (excluded).
7854 * adaint.h, adaint.c (__gnat_set_executable): New function.
7856 2004-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7858 * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
7860 (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
7861 (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
7862 (tree_transform, case N_Procedure_Call_Statement): Build a tree.
7863 (tree_transform, case N_Code_Statement): Likewise.
7864 (gnat_expand_stmt, case LABEL_STMT): Don't look at
7865 LABEL_STMT_FIRST_IN_EH.
7866 (gnat_expand_stmt, case ASM_STMT): New case.
7868 * utils2.c (build_unary_op): Properly set TREE_READONLY of
7869 UNCONSTRAINED_ARRAY_REF.
7871 * utils.c (poplevel): Temporarily push/pop GC context around inline
7874 * decl.c (maybe_variable): Properly set TREE_READONLY of
7875 UNCONSTRAINED_ARRAY_REF.
7876 (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
7878 * ada-tree.def: (ASM_STMT): New.
7880 * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
7881 (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
7882 ASM_STMT_INPUT): New.
7883 (ASM_STMT_CLOBBER): Likewise.
7885 2004-04-19 Thomas Quinot <quinot@act-europe.fr>
7887 * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
7888 general rcheck mechanism to raise Program_Error for E.4(18), instead
7889 of a custom raiser in System.Partition_Interface.
7890 Part of general cleanup work before PolyORB integration.
7892 * snames.ads, snames.adb: Add new runtime library entities and names
7895 * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
7897 (Build_Subprogram_Id): New subprogram provided by exp_dist
7898 Code reorganisation in preparation for PolyORB integration.
7900 * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
7902 (Build_Subprogram_Id): New subprogram provided by exp_dist
7904 * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
7905 actual parameter types for call to dereference of an
7906 access-to-subprogram type.
7908 * rtsfind.ads: Add new runtime library entities and names for PolyORB
7911 * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
7912 instead, which has the same behaviour here since we never pass it a
7915 * link.c (run_path_option, Solaris case): Use -Wl, as for other
7918 * Makefile.in: adjust object file lists for gnatlink and gnatmake
7919 to account for new dependency upon Interfaces.C.Strings + link.o
7920 For x86 FreeBSD, use 86numaux.
7922 * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
7923 from Mlib.Tgt to Mlib.
7925 * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
7928 * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
7929 target-specific versions of this subprogram, now implemented as a
7930 target-independent function in Mlib.
7932 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
7933 5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
7934 (Linker_Library_Path_Option): Remove target-specific versions of this
7935 subprogram, now implemented as a target-independent function in Mlib.
7937 * atree.adb: (Allocate_Initialize_Node): New subprogram.
7938 Factors out node table slots allocation.
7939 (Fix_Parents): New subprogram.
7940 Encapsulate the pattern of fixing up parent pointers for syntactic
7941 children of a rewritten node.
7942 (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
7943 (Rewrite): Use New_Copy when creating saved copy of original node.
7944 (Replace): Use Copy_Node to copy nodes.
7946 2004-04-19 Javier Miranda <miranda@gnat.com>
7948 * sprint.adb (Sprint_Node_Actual): Give support to the new
7949 Access_To_Subprogram node available in Access_Definition nodes. In
7950 addition, give support to the AI-231 node fields: null-exclusion,
7951 all-present, constant-present.
7953 * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
7955 * sinfo.ads, sinfo.adb:
7956 New field Access_To_Subprogram_Definition in Access_Definition nodes
7958 * sem_ch6.adb (Process_Formals): Move here the code that creates and
7959 decorates internal subtype declaration corresponding to the
7960 null-excluding formal. This code was previously in Set_Actual_Subtypes.
7961 In addition, carry out some code cleanup on this code. In case of
7962 access to protected subprogram call
7963 Replace_Anonymous_Access_To_Protected_Subprogram.
7964 (Set_Actual_Subtypes): Code cleanup.
7966 * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
7967 Find_Type in case of anonymous access renamings. Add warning in case of
7968 null-excluding attribute used in anonymous access renaming.
7970 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
7973 * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
7975 (Access_Definition): In case of anonymous access to subprograms call
7976 the corresponding semantic routine to decorate the node.
7977 (Access_Subprogram_Declaration): Addition of some comments indicating
7978 some code that probably should be added here. Detected by comparison
7979 with the access_definition subprogram.
7980 (Analyze_Component_Declaration): In case of access to protected
7981 subprogram call Replace_Anonymous_Access_To_Protected.
7982 (Array_Type_Declaration): In case of access to protected subprogram call
7983 Replace_Anonymous_Access_To_Protected_Subprogram.
7984 (Process_Discriminants): In case of access to protected subprogram call
7985 Replace_Anonymous_Access_To_Protected_Subprogram.
7987 * par.adb (P_Access_Definition): New formal that indicates if the
7988 null-exclusion part was present.
7989 (P_Access_Type_Definition): New formal that indicates if the caller has
7990 already parsed the null-excluding part.
7992 * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
7993 (P_Identifier_Declarations): Code cleanup and give support to renamings
7994 of anonymous access to subprogram types.
7995 (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
7996 (P_Array_Type_Definition): Give support to AI-254.
7997 (P_Component_Items): Give support to AI-254.
7998 (P_Access_Definition): New formal that indicates if the header was
7999 already parsed by the caller.
8000 (P_Access_Type_Definition): New formal that indicates if the caller has
8001 already parsed the null-excluding part.
8003 * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
8004 call to P_Access_Definition.
8006 2004-04-19 Geert Bosch <bosch@gnat.com>
8008 * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
8009 the delicate semantics of floating-point to integer conversion.
8010 (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
8012 * eval_fat.adb (Machine_Mantissa): Moved to spec.
8013 (Machine_Radix): New function.
8015 * eval_fat.ads (Machine_Mantissa): Moved from body for use in
8017 (Machine_Radix): New function also for use in conversion checks.
8019 2004-04-19 Ed Schonberg <schonberg@gnat.com>
8021 * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
8023 * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
8024 to decorate the access-to-protected subprogram and the equivalent type.
8026 * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
8027 to anonymous access to subprogram types.
8029 * exp_ch4.adb (Expand_N_In): Preserve Static flag before
8030 constant-folding, for legality checks in contexts that require an RM
8033 * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
8034 temporary but stack checking is not enabled, increment serial number
8035 to so that symbol generation is consistent with and without stack
8038 * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
8039 independent on whether stack checking is enabled, caller must check
8040 the corresponding flag.
8042 * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
8044 (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
8045 parent if it has discriminants.
8046 (Build_Derived_Private_Type): Constructed full view does
8047 not come from source.
8048 (Process_Discriminants): Default discriminants on a tagged type are
8049 legal if this is the internal completion of a private untagged
8052 * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
8053 no constraint checks, because it corresponds to an existing object.
8055 * sem_prag.adb (Process_Convention): Pragma applies
8056 only to subprograms in the same declarative part, i.e. the same unit,
8059 * sem_res.adb (Valid_Conversion): In an instance or inlined body,
8060 ignore type mismatch on a numeric conversion if expression comes from
8063 2004-04-19 Sergey Rybin <rybin@act-europe.fr>
8065 * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
8066 Homonym_Number parameter, add processing for Source_Location parameter
8068 (Check_Eliminated): Remove the check for homonym numbers, add the check
8069 for source location traces.
8071 * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
8072 with Arg_Source_Location corresponding to the changes in the format of
8075 * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
8076 Eliminate pragma corresponding to the changes in the format of the
8077 pragma: Homonym_Number is replaced with Source_Location, two ways of
8078 distinguishing homonyms are mutially-exclusive.
8080 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8082 * get_targ.ads (Get_No_Dollar_In_Label): Remove.
8084 * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
8085 No_Dollar_In_Label, no longer necessary, as it is always True.
8086 (Strip_Suffixes): Likewise.
8088 2004-04-19 Gary Dismukes <dismukes@gnat.com>
8090 * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
8091 modulus for compatibility with size clause on targets with 16-bit
8094 * layout.adb (Discrimify): In the case of private types, set Vtyp to
8095 full type to fix type mismatches on calls to size functions for
8096 discriminant-dependent array components.
8098 2004-04-19 Jerome Guitton <guitton@act-europe.fr>
8100 * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
8103 2004-04-19 Pascal Obry <obry@gnat.com>
8105 * mdll-utl.adb (Locate): New version is idempotent.
8107 2004-04-17 Laurent Guerby <laurent@guerby.net>
8109 PR ada/14988 (partial)
8110 * impunit.adb: Fix typo.
8112 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
8114 * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
8115 and install-rts-cert targets. Remove all gnatlib and gnattools
8116 targets and all other rts-* targets (moved to libada). Remove (now)
8117 unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
8118 TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
8120 2004-04-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8122 * trans.c (tree_transform): Shortcut returning error_mark_node for
8123 statements in annotate_only_mode.
8124 (tree_transform, case N_Label, case N_Return_Statement,
8125 N_Goto_Statement): Make statement tree instead of generating code.
8126 (tree_transform, case N_Assignment_Statement): No longer check
8128 (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
8130 (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
8132 (gnat_to_gnu): Collect any RTL generated and deal with it.
8133 (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
8134 (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
8135 (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
8137 * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
8139 * ada-tree.def (EXPR_STMT): Fix typo in name.
8140 (BLOCK_STMT, IF_STMT): New nodes.
8142 * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
8143 LABEL_STMT_FIRST_IN_EH): New macros.
8144 (RETURN_STMT_EXPR): Likewise.
8146 * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
8147 IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
8149 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
8151 * atree.ads: Correct documentation on extended nodes.
8153 * link.c: Set run_path_option for FreeBSD.
8155 2004-04-08 Vincent Celier <celier@gnat.com>
8157 * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
8158 one of the ALI file, do not link with DEC lib.
8160 * par.adb Remove the last two characters ("%s" or "%b") when checking
8161 if a language defined unit may be recompiled.
8163 2004-04-08 Ed Schonberg <schonberg@gnat.com>
8165 * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
8166 removal of abstract operation leaves no possible interpretation for
8169 * sem_eval.adb (Eval_Qualified_Expression): Use
8170 Set_Raises_Constraint_Error on node when needed, so that it does not
8171 get optimized away by subsequent optimizations.
8173 * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
8174 operands even when they are not wrapped in a type conversion.
8176 2004-04-08 Olivier Hainque <hainque@act-europe.fr>
8178 * sem_prag.adb (Set_Exported): Warn about making static as result of
8179 export only when the export is coming from source. This may be not
8180 be true e.g. on VMS where we expand export pragmas for exception codes
8181 together with imported or exported exceptions, and we don't want the
8182 user to be warned about something he didn't write.
8184 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
8186 * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
8187 duplication between normal entities and those declared as renamings.
8188 No functional change.
8190 * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
8191 inline functions returning an unconstrained result.
8193 2004-04-08 Eric Botcazou <ebotcazou@act-europe.fr>
8195 * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
8196 conform to what other front-ends do.
8198 2004-04-08 Doug Rupp <rupp@gnat.com>
8200 * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
8203 2004-04-06 Pascal Obry <obry@gnat.com>
8205 * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
8207 * osint.adb (Program_Name): Do not look past a directory separator.
8209 2004-04-06 Thomas Quinot <quinot@act-europe.fr>
8211 * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
8213 * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
8214 requirement for preserving a copy of the original assignment node.
8216 * sinfo.ads: Update comment (Original_Tree -> Original_Node).
8218 2004-04-06 Olivier Hainque <hainque@act-europe.fr>
8220 (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
8223 2004-04-06 Ed Schonberg <schonberg@gnat.com>
8225 * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
8226 operator calls in functional notation, and apply
8227 Universal_Interpretation to operands, not to their type.
8229 2004-04-06 Robert Dewar <dewar@gnat.com>
8231 * 5wdirval.adb: Minor reformatting
8233 2004-04-06 Ed Falis <falis@gnat.com>
8235 * gnat_rm.texi: Improve a reference to the GCC manual
8237 2004-04-05 Vincent Celier <celier@gnat.com>
8239 * adaint.h, adaint.c: Add function __gnat_named_file_length
8241 * impunit.adb: Add Ada.Directories to the list
8243 * Makefile.in: Add VMS and Windows versions of
8244 Ada.Directories.Validity package body.
8246 * Makefile.rtl: Add a-direct and a-dirval
8248 * mlib-tgt.ads: Minor comment update.
8250 * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
8251 a-direct.ads, a-direct.adb: New files.
8253 2004-04-05 Vincent Celier <celier@gnat.com>
8256 * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
8257 just to the compiler.
8259 2004-04-05 Robert Dewar <dewar@gnat.com>
8261 * a-except.adb (Exception_Name_Simple): Make sure lower bound of
8262 returned string is 1.
8264 * ali-util.adb: Use proper specific form for Warnings (Off, entity)
8266 * eval_fat.ads: Minor reformatting
8268 * g-curexc.ads: Document that lower bound of returned string values
8271 * gnatlink.adb: Add ??? comment for previous change
8272 (need to document why this is VMS specific)
8274 * s-stoele.ads: Minor reformatting
8276 * tbuild.ads: Minor reformatting throughout (new function specs)
8278 * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
8281 * scng.adb: Minor reformatting
8283 2004-04-05 Geert Bosch <bosch@gnat.com>
8285 * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
8286 (Leading_Part): Still perform truncation to machine number if the
8287 specified radix_digits is greater or equal to machine_mantissa.
8289 2004-04-05 Javier Miranda <miranda@gnat.com>
8291 * par-ch3.adb: Complete documentation of previous change
8292 Correct wrong syntax documentation of the OBJECT_DECLARATION rule
8293 (aliased must appear before constant).
8295 * par-ch4.adb: Complete documentation of previous change.
8297 * par-ch6.adb: Complete documentation of previous change.
8299 * sinfo.ads: Fix typo in commment.
8301 2004-04-05 Ed Schonberg <schonberg@gnat.com>
8303 * sem_ch3.adb (Inherit_Components): If derived type is private and has
8304 stored discriminants, use its discriminants to constrain parent type,
8305 as is done for non-private derived record types.
8307 * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
8308 Ada 2005 AI-310: an abstract non-dispatching operation is not a
8309 candidate interpretation in an overloaded call.
8311 * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
8312 expression is Null and target type is not an access type (e.g. a
8313 non-private address type).
8315 2004-04-05 Thomas Quinot <quinot@act-europe.fr>
8317 * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
8318 statement whose right-hand side is an inlined call, save a copy of the
8319 original assignment subtree to preserve enough consistency for
8320 Analyze_Assignment to proceed.
8322 * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
8323 complete assignment subtree which is now unnecessary, as the expansion
8324 of inlined call has been improved to preserve a consistent assignment
8325 tree. Note_Possible_Modification must be called only
8326 after checks have been applied, or else unnecessary checks will
8329 * sem_util.adb (Note_Possible_Modification): Reorganise the handling
8330 of explicit dereferences that do not Come_From_Source:
8331 - be selective on cases where we must go back to the dereferenced
8332 pointer (an assignment to an implicit dereference must not be
8333 recorded as modifying the pointer);
8334 - do not rely on Original_Node being present (Analyze_Assignment
8335 calls Note_Possible_Modification on a copied tree).
8337 * sem_warn.adb (Check_References): When an unset reference to a pointer
8338 that is never assigned is encountered, prefer '<pointer> may be null'
8339 warning over '<pointer> is never assigned a value'.
8341 2004-04-05 Ramon Fernandez <fernandez@gnat.com>
8343 * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
8346 2004-04-05 Olivier Hainque <hainque@act-europe.fr>
8348 * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
8349 libexc. We currently don't reference anything in this library and
8350 linking it in triggers linker warnings we don't want to see.
8352 * init.c: Update comments.
8354 2004-04-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8356 * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
8357 * utils.c (create_field_decl): Likewise.
8358 * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
8360 2004-04-02 Arnaud Charlet <charlet@act-europe.fr>
8362 * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
8363 Replace ifinfo by ifnottex, to make makeinfo --html happy again.
8364 Add info directory entry and category.
8366 2004-04-02 Jan Hubicka <jh@suse.cz>
8368 * utils.c: Include function.h
8369 (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
8371 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
8374 * Make-lang.in: Clean up generation of documentation
8376 * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
8378 * xgnatug.adb: Removed, replaced by xgnatugn.adb
8380 * xgnatugn.adb: Replaces xgnatug.adb
8382 * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
8384 * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
8386 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
8387 gnat_ug_wnt.texi: Removed.
8389 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
8391 * utils2.c: Update copyright notice.
8393 2004-04-01 Robert Dewar <dewar@gnat.com>
8395 * checks.adb: Minor reformatting throughout
8396 Note that prev checkin added RM reference to alignment warning
8398 2004-04-01 Ed Schonberg <schonberg@gnat.com>
8400 * exp_aggr.adb (Get_Component_Val): Treat a string literal as
8401 non-static when building aggregate for bit-packed array.
8403 * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
8404 function call that is itself the actual in a procedure call, build
8407 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
8408 a string literal, create a temporary for it, constant folding only
8409 handles scalars here.
8411 2004-04-01 Vincent Celier <celier@gnat.com>
8413 * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
8414 Error_Msg_SP): New empty procedures to instantiate the Scanner.
8415 (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
8417 (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
8418 (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
8419 and get the checksum.
8421 * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
8423 Increase the Marking_Label at the end of the Multiple_Main_Loop,
8424 instead of at the beginning.
8426 * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
8428 (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
8431 * osint.ads (Multi_Unit_Index_Character): New Character global variable
8433 * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
8436 * par.adb: Remove test on file name to detect language defined units.
8437 Add test on unit name, after parsing, to detect language defined units
8438 that are not compiled with -gnatg (except System.RPC and its children)
8440 * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
8441 following units without style checking.
8443 * switch-c.adb: Change -gnatC to -gnateI
8445 * usage.adb: Document new switch -gnateInnn
8447 * scng.adb (Accumulate_Token_Checksum): New procedure
8448 (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
8449 word or literal number.
8450 (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
8453 2004-04-01 Thomas Quinot <quinot@act-europe.fr>
8456 g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
8457 switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
8458 5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
8459 5vtpopde.adb: Add missing 'constant' keywords.
8461 2004-04-01 Javier Miranda <miranda@gnat.com>
8463 * par-ch4.adb: (P_Allocator): Code cleanup
8465 * sem_ch3.adb (Access_Definition): Properly set the null-excluding
8468 * sinfo.ads: Complete documentation of previous change
8470 2004-04-01 Pascal Obry <obry@gnat.com>
8472 * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
8473 only on VMS. This special handling was done because an old GNU/ld bug
8474 on Windows which has been fixed.
8476 2004-04-01 GNAT Script <nobody@gnat.com>
8478 * Make-lang.in: Makefile automatically updated
8480 2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8482 * decl.c (gnat_to_gnu_entity, make_type_from_size):
8483 Use TYPE_UNSIGNED, not TREE_UNSIGNED.
8484 * trans.c (tree_transform, convert_with_check): Likewise.
8485 * utils.c (gnat_signed_or_unsigned_type): Likewise.
8486 (build_vms_descriptor, unchecked_convert): Likewise.
8487 * utils2.c (nonbinary_modular_operation): Likewise.
8489 2004-03-29 Javier Miranda <miranda@gnat.com>
8491 * checks.adb (Null_Exclusion_Static_Checks): New subprogram
8492 (Install_Null_Excluding_Check): Local subprogram that determines whether
8493 an access node requires a runtime access check and if so inserts the
8494 appropriate run-time check.
8495 (Apply_Access_Check): Call Install_Null_Excluding check if required
8496 (Apply_Constraint_Check): Call Install_Null_Excluding check if required
8498 * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
8500 * einfo.ads: Fix typo in comment
8502 * exp_ch3.adb (Build_Assignment): Generate conversion to the
8503 null-excluding type to force the corresponding run-time check.
8504 (Expand_N_Object_Declaration): Generate conversion to the null-excluding
8505 type to force the corresponding run-time check.
8507 * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
8508 the null-excluding type to force the corresponding run-time check.
8510 * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
8511 case of access types unless they have the null-excluding attribute.
8513 * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
8516 * exp_util.ads: Fix typo in comment
8518 * par.adb (P_Null_Exclusion): New subprogram
8519 (P_Subtype_Indication): New formal that indicates if the null-excluding
8520 part has been scanned-out and it was present
8522 * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
8524 * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
8525 (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
8526 type to force the corresponding run-time check
8527 (Resolve_Aggregate): Propagate the null-excluding attribute to the array
8529 (Resolve_Array_Aggregate): Carry out some static checks
8530 (Resolve_Record_Aggregate.Get_Value): Carry out some static check
8532 * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
8533 attribute must be set only if specified by means of the null-excluding
8534 part. In addition, we must also propagate the access-constant attribute
8536 (Access_Subprogram_Declaration, Access_Type_Declaration,
8537 Analyze_Component_Declaration, Analyze_Object_Declaration,
8538 Array_Type_Declaration, Process_Discriminants,
8539 Analyze_Subtype_Declaration): Propagate the null-excluding attribute
8540 and carry out some static checks.
8541 (Build_Derived_Access_Type): Set the null-excluding attribute
8542 (Derived_Type_Declaration, Process_Subtype): Carry out some static
8545 * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
8547 * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
8549 * sem_ch6.adb (Process_Formals): Carry out some static checks.
8550 (Set_Actual_Subtypes): Generate null-excluding subtype if the
8551 null-excluding part was present; it is not required to be done here in
8552 case of anonymous access types.
8553 (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
8556 * sem_res.adb (Resolve_Actuals): Carry out some static check
8557 (Resolve_Null): Allow null in anonymous access
8559 * sinfo.adb: New subprogram Null_Exclusion_Present
8560 All_Present and Constant_Present available on access_definition nodes
8562 * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
8563 object_declaration, derived_type_definition, component_definition,
8564 discriminant_specification, access_to_object_definition,
8565 access_function_definition, allocator, access_procedure_definition,
8566 access_definition, parameter_specification, All_Present and
8567 Constant_Present flags available on access_definition nodes.
8569 2004-03-29 Robert Dewar <dewar@gnat.com>
8571 * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
8572 gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
8573 opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
8574 par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
8575 sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
8576 sem_prag.adb: Updates to handle multiple units/file
8578 * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
8580 * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
8581 sem_util.adb: Minor reformatting
8583 * sem_ch12.adb: Add comment for previous change
8585 2004-03-29 Laurent Pautet <pautet@act-europe.fr>
8587 * osint.adb (Executable_Prefix): Set Exec_Name to the current
8588 executable name when not initialized. Otherwise, use its current value.
8590 * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
8591 initialize it to another executable name than the current one. This
8592 allows to configure paths for an executable name (gnatmake) different
8593 from the current one (gnatdist).
8595 2004-03-29 Ed Schonberg <schonberg@gnat.com>
8597 * exp_ch6.adb (Expand_Call): A call to a function declared in the
8598 current unit cannot be inlined if it appears in the body of a withed
8599 unit, to avoid order of elaboration problems in gigi.
8601 * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
8602 information for protected (wrapper) operation as well, to simplify gdb
8605 * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
8606 protected body, indicate that the entity for the generated spec comes
8607 from source, to ensure that references are properly generated for it.
8608 (Build_Body_To_Inline): Do not inline a function that returns a
8611 * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
8612 apply convention to homonyms that are declared explicitly.
8614 * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
8615 that renames an equality operator and the operands are overloaded,
8616 resolve them with the declared formal types, before rewriting as an
8619 2004-03-29 GNAT Script <nobody@gnat.com>
8621 * Make-lang.in: Makefile automatically updated
8623 2004-03-25 Vasiliy Fofanov <fofanov@act-europe.fr>
8625 * memtrack.adb: Log realloc calls, which are treated as free followed
8628 2004-03-25 Vincent Celier <celier@gnat.com>
8630 * prj-makr.adb (Process_Directories): Detect when a file contains
8631 several units. Do not include such files in the config pragmas or
8632 in the naming scheme.
8634 * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
8635 Resolve links only when not in Trusted_Mode.
8636 (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
8637 Do not resolve links for the display names.
8639 * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
8640 resolve links when computing the display names.
8642 2004-03-25 Thomas Quinot <quinot@act-europe.fr>
8644 * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
8645 attribute reference does not denote a subtype, it can be any
8646 expression that has a classwide type, potentially after an implicit
8647 dereference. In particular, the prefix can be a view conversion for
8648 a classwide type (for which Is_Object_Reference holds), but it can
8649 also be a value conversion for an access-to-classwide type. In the
8650 latter case, there is an implicit dereference, and the original node
8651 for the prefix does not verify Is_Object_Reference.
8653 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
8654 conversion of a discriminant-dependent component of a mutable object
8657 2004-03-25 Ed Schonberg <schonberg@gnat.com>
8659 * freeze.adb (Freeze_Entity): When an inherited subprogram is
8660 inherited, has convention C, and has unconstrained array parameters,
8661 place the corresponding warning on the derived type declaration rather
8662 than the original subprogram.
8664 * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
8665 indication on renaming declaration, if formal has a box and actual
8668 * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
8669 determine whether to generate an implicit or explicit reference to
8672 * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
8673 subprogram renaming comes from a defaulted formal subprogram in an
8676 2004-03-25 Gary Dismukes <dismukes@gnat.com>
8678 * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
8679 value expressions to ensure that calls within a component definition
8680 will be checked (since those are evaluated during the record type's
8683 2004-03-25 Arnaud Charlet <charlet@act-europe.fr>
8685 * s-tpobop.adb: Code clean up:
8686 (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
8688 (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
8690 2004-03-25 Jose Ruiz <ruiz@act-europe.fr>
8692 * Makefile.in: Clean up in the ravenscar run time.
8694 2004-03-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8696 * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
8697 of No_Strict_Aliasing to build_pointer_type_for_mode.
8698 * utils.c (update_pointer_to): Walk pointer and ref chains.
8700 2004-03-22 Cyrille Comar <comar@act-europe.fr>
8702 * ali.ads: Fix Comment about Dynamic_Elab.
8704 * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
8705 Has_RACW, Is_Generic, etc.)
8706 (Output_Object, Gnatls): Take into account ALI files not attached to
8709 2004-03-22 Vincent Celier <celier@gnat.com>
8711 * gprep.adb: Change all String_Access to Name_Id
8712 (Is_ASCII_Letter): new function
8713 (Double_File_Name_Buffer): New procedure
8714 (Preprocess_Infile_Name): New procedure
8715 (Process_Files): New procedure
8716 (Gnatprep): Check if output and input are existing directories.
8717 Call Process_Files to do the real job.
8719 2004-03-22 Robert Dewar <dewar@gnat.com>
8721 * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
8722 s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
8724 2004-03-22 Sergey Rybin <rybin@act-europe.fr>
8726 * scn.adb (Contains): Add check for EOF, is needed for a degenerated
8727 case when the source contains only comments.
8729 2004-03-22 Ed Schonberg <schonberg@gnat.com>
8731 * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
8732 declaration for a child subprogram body that acts as a spec, indicate
8733 that the entity in the declaration needs debugging information.
8735 * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
8736 full view if the subtype is created for a constrained record component;
8737 gigi has enough information to construct the record, and there is no
8738 place in the tree for the declaration.
8740 * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
8741 serial number for the dummy body that is built for analysis, to avoid
8742 inconsistencies in the generation of internal names when compiling
8745 2004-03-22 Thomas Quinot <quinot@act-europe.fr>
8747 * sem_util.adb (Is_Object_Reference): A view conversion denotes an
8750 2004-03-22 GNAT Script <nobody@gnat.com>
8752 * Make-lang.in: Makefile automatically updated
8754 2004-03-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8756 * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
8757 * trans.c (tree_transform, emit_index_check): Likewise.
8758 * utils.c (build_template): Likewise.
8759 (max_size, convert): Remove handling of WITH_RECORD_EXPR.
8760 (maybe_unconstrained_array, unchecked_convert): Likewise.
8761 * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
8762 (build_unary_op): Likewise.
8763 (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
8764 (fill_vms_descriptor): Likewise.
8765 (build_call_alloc_dealloc): Likewise.
8767 * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
8769 2004-03-20 Joseph S. Myers <jsm@polyomino.org.uk>
8772 * gnat_ug.texi: Add info directory category and entry.
8773 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
8774 gnat_ug_wnt.texi: Regenerate.
8776 2004-03-19 Arnaud Charlet <charlet@act-europe.fr>
8778 * ada-tree.h: Update copyright notice.
8781 2004-03-19 Olivier Hainque <hainque@act-europe.fr>
8783 * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
8784 as regular exception objects and not as mere integers representing the
8785 condition code. The latter approach required some dynamics to mask off
8786 severity bits, which did not fit well into the GCC table based model.
8787 (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
8788 exception data objects. We don't it and it would conflict with the other
8789 external symbol we have to generate for such exceptions.
8791 * trans.c (tree_transform, case N_Exception_Handler): Remove part of
8792 the special code for VMS exceptions, since these are now represented
8793 as regular exceptions objects.
8795 2004-03-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8797 * decl.c (debug_no_type_hash): Remove.
8798 (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
8799 * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
8801 2004-03-19 Laurent Guerby <laurent@guerby.net>
8803 * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
8804 aggregate, allows bootstrap from 3.3 on powerpc-darwin.
8806 2004-03-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8808 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
8809 (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
8810 (TYPE_RM_SIZE_INT): Directly use type.values.
8811 (TREE_LOOP_ID): Clean up check.
8812 * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
8813 TYPE_VALUES, not TYPE_FIELDS.
8814 * trans.c (convert_with_check): Delay access of bounds of basetype
8815 until sure is numeric.
8817 2004-03-18 Arnaud Charlet <charlet@act-europe.fr>
8819 * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
8822 * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
8823 5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
8824 Specific.Set instead of direct call to e.g pthread_setspecific.
8826 2004-03-18 Thomas Quinot <quinot@act-europe.fr>
8828 * adaint.c: Update comments.
8830 * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
8831 GNATLIB_SHARED for FreeBSD.
8833 2004-03-18 Jose Ruiz <ruiz@act-europe.fr>
8835 * init.c [VxWorks]: Do not fix the stack size for the environment task.
8836 When needed (stack checking) the stack size is retrieved
8837 from the VxWorks kernel.
8839 * Makefile.in: Flag -nostdinc is required when building the run time
8840 for avoiding looking for files in the base compiler.
8841 Add the VxWorks specific version of the package body for
8842 System.Stack_checking.Operations (5zstchop.adb).
8844 * Make-lang.in: Add the object file for
8845 System.Stack_Checking.Operations.
8847 * Makefile.rtl: Add object file for the package
8848 System.Stack_Checking.Operations.
8850 * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
8852 * s-stache.ads, s-stache.adb: Move the operations related to stack
8853 checking from this package to package System.Stack_Checking.Operations.
8854 This way, stack checking operations are only linked in the final
8855 executable when using the -fstack-check flag.
8857 2004-03-18 Doug Rupp <rupp@gnat.com>
8859 * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
8862 * 5qsystem.ads, 5xcrtl.ads: New files.
8864 2004-03-18 Vincent Celier <celier@gnat.com>
8866 * prj.adb (Reset): Reset hash table Files_Htable
8868 * prj-env.adb (Source_Paths, Object_Paths): New tables.
8869 (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
8870 the procedures Add_To_Path_File.
8871 (Set_Ada_Paths): Accumulate source and object dirs in the tables,
8872 making sure that each directory is present only once and, for object
8873 dirs, when a directory already present is added, the duplicate is
8874 removed and the directory is always put as the last in the table.
8875 Write the path files at the end of these accumulations.
8877 * prj-nmsc.adb (Record_Source): Add source file name in hash table
8878 Files_Htable for all sources.
8880 * prj-proc.adb (Process): Remove restrictions between not directly
8881 related extending projects.
8883 2004-03-18 Emmanuel Briot <briot@act-europe.fr>
8885 * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
8886 (Find_Sources): Minor speed optimization.
8888 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
8889 parameter Trusted_Mode.
8891 2004-03-18 Sergey Rybin <rybin@act-europe.fr>
8893 * scn.adb (Determine_License): Take into account a degenerated case
8894 when the source contains only comments.
8896 2004-03-18 Ed Schonberg <schonberg@gnat.com>
8898 * sem_warn.adb (Check_References): For a warning on a selected
8899 component that does not come from source, locate an uninitialized
8900 component of the record type to produce a more precise error message.
8902 2004-03-15 Jerome Guitton <guitton@act-europe.fr>
8904 * 3zsoccon.ads: Fix multicast options.
8906 * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
8909 2004-03-15 Robert Dewar <dewar@gnat.com>
8911 * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
8912 pragma used for a private type.
8914 * lib-xref.adb (Generate_Reference): Do not generate warning if
8915 reference is in a different unit from the pragma Unreferenced.
8917 * 5vtpopde.adb: Minor reformatting
8918 Fix casing of To_Task_ID
8920 * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
8921 flag if we have an unchecked conversion to an access type in the same
8924 2004-03-15 Geert Bosch <bosch@gnat.com>
8926 * a-ngcoty.adb (Modulus): In alternate formula for large real or
8927 imaginary parts, use Double precision throughout.
8929 * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
8930 we want to be able to compile run-time with -gnata for testing, but
8931 this may also be instantiated in user code that is compiled with -gnata.
8933 2004-03-15 Olivier Hainque <hainque@act-europe.fr>
8935 * s-stalib.ads (Exception_Code): New type, to represent Import/Export
8936 codes. Having a separate type for this is useful to enforce consistency
8937 throughout the various run-time units.
8938 (Exception_Data): Use Exception_Code for Import_Code.
8940 * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
8941 Natural and Integer in various places.
8942 (Register_VMS_Exception): Use Base_Code_In to compute the exception code
8943 with the severity bits masked off.
8944 (Register_VMS_Exception): Handle the additional exception data pointer
8947 * raise.c (_GNAT_Exception structure): Remove the handled_by_others
8948 component, now reflected by an exported accessor.
8949 (is_handled_by): New routine to compute whether the propagated
8950 occurrence matches some handler choice specification. Extracted out of
8951 get_action_description_for, and expanded to take care of the VMS
8953 (get_action_description_for): Use is_handled_by instead of an explicit
8954 complex condition to decide if the current choice at hand catches the
8955 propagated occurrence.
8957 * raise.h (Exception_Code): New type for C.
8959 * rtsfind.ads (RE_Id, RE_Unit_Table): Add
8960 System.Standard_Library.Exception_Code, to allow references from the
8961 pragma import/export expander.
8963 * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
8964 New accessors to allow easy access to GNAT exception data
8966 (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
8967 redundant Handled_By_Others component, helper for the personality
8968 routine which will now be able to call the appropriate exception data
8971 * cstand.adb (Create_Standard): Adjust the type of the Import_Code
8972 component of Standard_Exception_Type to be the closest possible to
8973 Exception_Code in System.Standard_Library, that we cannot get at this
8974 point. Expand a ??? comment to notify that this type node should
8975 probably be rewritten later on.
8977 * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
8978 registration call to include a pointer to the exception object in the
8981 * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
8982 instead of int and explicit bitmasks.
8984 2004-03-15 Vincent Celier <celier@gnat.com>
8986 * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
8987 equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
8989 * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
8990 longer needed now that it is in the spec of
8991 System.Tasking.Task_Attributes.
8993 * adaint.h, adaint.c: (__gnat_create_output_file): New function
8995 * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
8997 * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
8999 * make.adb (Gnatmake): Do not check the executable suffix; it is being
9000 taken care of in Scan_Make_Arg.
9001 (Scan_Make_Arg): Add the executable suffix only if the argument
9002 following -o, in canonical case, does not end with the executable
9003 suffix. When in verbose mode and executable file name does not end
9004 with executable suffix, output the executable name, in canonical case.
9006 * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
9007 to avoid warnings when instantiating Ada.Task_Attributes.
9010 * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
9011 in the correct order.
9013 * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
9014 redirect standard output and error to a file for the invocation of the
9015 compiler, then read the file.
9017 * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
9018 directory, instead of the Value.
9019 (Find_Source_Dirs): Remove useless code & comments.
9021 2004-03-15 Ed Schonberg <schonberg@gnat.com>
9023 * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
9024 tagged type is inherited, and the parent operation is not frozen yet,
9025 force generation of a freeze node for the inherited operation, so the
9026 corresponding dispatch entry is properly initialized.
9027 (Make_Predefined_Primitive_Specs): Check that return type is Boolean
9028 when looking for user-defined equality operation.
9030 * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
9031 boolean when locating primitive equality of tagged component.
9033 * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
9034 bit-aligned field and the right-hand side a string literal, introduce
9035 a temporary before expanding assignment into a loop.
9037 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
9038 priority in full, to ensure that any expanded subepxressions of it are
9039 elaborated in the scope of the init_proc.
9041 * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
9042 after object declaration, skipping over code that may have been
9043 generated for validity checks.
9045 * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
9046 discriminants, ignore the known discriminants of its full view, if
9047 any, to check legality.
9049 * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
9050 component if type has unknown discriminants.
9051 (Analyze_Private_Extension_Declaration): Discriminant constraint is
9052 null if type has unknown discriminants.
9054 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
9055 for end label when present.
9057 * s-fileio.adb (Open): When called with a C_Stream, use given name for
9058 temporary file, rather than an empty string.
9060 2004-03-15 Ed Falis <falis@gnat.com>
9062 * s-thread.adb: Removed, no longer used.
9064 2004-03-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9066 * decl.c (target.h): Now include.
9067 (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
9068 in new build_pointer_from_mode calls for non-fat/non-thin pointer.
9069 (validate_size): For POINTER_TYPE, get smallest size permitted on
9072 * fe.h: Sort Einfo decls and add Set_Mechanism.
9074 * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
9075 (ada/decl.o): Depends on target.h.
9077 * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
9078 FUNCTION_BOUNDARY; always use TYPE_ALIGN.
9080 2004-03-15 Thomas Quinot <quinot@act-europe.fr>
9082 * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
9084 * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
9085 Insert_Dereference_Action when rewriting an implicit dereference into
9086 an explicit one, this will be taken care of during expansion of the
9087 explicit dereference.
9088 (Expand_N_Slice): Same. Always do the rewriting, even for the case
9089 of non-packed slices, since the dereference action generated by
9090 expansion of the explicit dereference is needed in any case.
9091 (Expand_N_Selected_Component): When rewriting an implicit dereference,
9092 analyze and resolve the rewritten explicit dereference so it is seen
9094 (Insert_Dereference_Action): This procedure is now called only for the
9095 expansion of an N_Explcit_Dereference_Node. Do insert a check even for
9096 dereferences that do not come from source (including explicit
9097 dereferences resulting from rewriting implicit ones), but do not
9098 recursively insert a check for the dereference nodes contained within
9100 (Insert_Dereference_Action): Clarify and correct comment.
9102 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
9105 Move language detection to the top level.
9106 * config-lang.in: Build by default.
9108 2004-03-05 Robert Dewar <dewar@gnat.com>
9110 * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
9112 * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
9113 i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
9114 5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
9115 5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
9116 unchecked conversion to spec to avoid warnings.
9118 * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
9121 * 7stpopsp.adb: Correct casing in To_Task_ID call
9123 * a-strsea.ads, a-strsea.adb: Minor reformatting
9125 * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
9127 * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
9128 Adjust Max_Msg_Length to be clearly large enough.
9130 * fe.h: Define In_Same_Source_Unit
9132 * osint.adb: Add pragma Warnings Off to suppress warnings
9133 * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
9136 * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
9138 * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
9140 * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
9142 * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
9144 * sem_prag.adb: Implement pragma No_Strict_Aliasing.
9146 * sinfo.ads: Remove obsolete comment on validate unchecked conversion
9147 node. We now do generate them for gcc back end.
9149 * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
9152 * sinput-c.adb: Fix bad name in header.
9153 Add pragma Warnings Off to suppress aliasing warning.
9155 * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
9157 * snames.h, snames.ads, snames.adb: Add entry for pragma
9160 2004-03-05 Vincent Celier <celier@gnat.com>
9162 * prj-com.ads: Add hash table Files_Htable to check when a file name
9163 is already a source of another project.
9165 * prj-nmsc.adb (Record_Source): Before recording a new source, check
9166 if its file name is not already a source of another project. Report an
9169 * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
9170 source file name, call gnatpp with all the sources of the main project.
9172 * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
9175 * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
9176 NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
9177 /RUNTIME_SYSTEM=, converted to --RTS=
9178 /NOTABS, converted to -notabs
9180 2004-03-05 Pascal Obry <obry@gnat.com>
9182 * make.adb: Minor reformatting.
9184 2004-03-05 Ed Schonberg <schonberg@gnat.com>
9186 Part of implemention of AI-262.
9187 * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
9189 * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
9192 * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
9193 when component type is a partially constrained class-wide subtype.
9194 (Constrain_Discriminated_Type): If parent type has unknown
9195 discriminants, a constraint is illegal, even if full view has
9197 (Build_Derived_Record_Type): Inherit discriminants when deriving a type
9198 with unknown discriminants whose full view is a discriminated record.
9200 * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
9201 flag, to handle properly derivations of tagged types with unknown
9203 (Analyze_Package_Spec, Analyze_Package_Body): Install
9204 Private_With_Clauses before analyzing private part or body.
9206 * einfo.ads: Indicate that both Has_Unknown_Discriminants and
9207 Has_Discriminants can be true for a given type (documentation).
9209 2004-03-05 Arnaud Charlet <charlet@act-europe.fr>
9211 * s-restri.ads: Fix license (GPL->GMGPL).
9213 * s-tassta.adb: Minor reformatting.
9215 * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
9216 by calls to Exit_One_ATC_Level, since additional clean up is performed
9219 * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
9220 by calls to Exit_One_ATC_Level, since additional clean up is performed
9223 2004-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9225 * trans.c: Reflect GCC changes to fix bootstrap problem.
9226 Add warning for suspicious aliasing unchecked conversion.
9228 2004-03-05 GNAT Script <nobody@gnat.com>
9230 * Make-lang.in: Makefile automatically updated
9232 2004-03-02 Emmanuel Briot <briot@act-europe.fr>
9234 * ali.adb (Read_Instantiation_Instance): Do not modify the
9235 current_file_num when reading information about instantiations, since
9236 this corrupts files in later references.
9238 2004-03-02 Vincent Celier <celier@gnat.com>
9240 * bcheck.adb (Check_Consistency): Get the full path of an ALI file
9241 before checking if it is read-only.
9243 * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
9244 of SRC_DIRS and eliminate duplicates.
9246 * gprcmd.adb: Replace command "path" with command "path_sep" to return
9248 (Usage): Document path_sep
9250 * Makefile.generic: For Ada and GNU C++ cases, link directly with the
9251 C++ compiler. No need for a script.
9252 Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
9253 Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
9256 * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
9257 where there are Ada sources.
9258 (Set_Ada_Paths): Only add to the include path the source dirs of project
9260 (Add_To_Path): Add the Display_Values of the directories, not their
9263 * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
9266 * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
9268 (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
9269 Value is canonicalized.
9270 (Language_Independent_Check): Do not copy Value to Display_Value when
9271 canonicalizing Value.
9273 * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
9274 path to find limited with cycles.
9275 (Parse_Single_Project): Use canonical cased path to find the end of a
9278 2004-03-02 Ed Schonberg <schonberg@gnat.com>
9280 * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
9281 and not a child unit.
9283 * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
9284 appear in a with_clause.
9286 * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
9287 only happen in type_annotate mode, do not try to elaborate it.
9289 * exp_util.adb (Force_Evaluation): If expression is a selected
9290 component on the left of an assignment, use a renaming rather than a
9291 temporary to remove side effects.
9293 * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
9294 inlined instance body, which is analyzed before the end of the
9297 2004-03-02 Robert Dewar <dewar@gnat.com>
9299 * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
9300 sem_ch4.adb: Use new feature for substitution of keywords in VMS
9302 * errout.ads, errout.adb: Implement new circuit for substitution of
9305 * sem_case.adb (Analyze_Choices): Place message properly when case is
9306 a subtype reference rather than an explicit range.
9308 * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
9310 2004-03-02 Doug Rupp <rupp@gnat.com>
9312 * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
9314 2004-03-02 Thomas Quinot <quinot@act-europe.fr>
9316 * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
9318 2004-03-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9320 * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
9323 2004-02-25 Robert Dewar <dewar@gnat.com>
9325 * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
9326 55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
9327 5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
9328 5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
9329 5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
9330 5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
9331 the defining instance of the type to avoid aliasing problems.
9332 Fix copyright header. Fix bad comments in package header.
9334 * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
9336 2004-02-25 Ed Schonberg <schonberg@gnat.com>
9338 * exp_ch2.adb (Param_Entity): Handle properly formals that have been
9339 rewritten as references when aliased through an address clause.
9341 * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
9342 whether call can be interpreted as an indirect call to the result of a
9343 parameterless function call returning an access subprogram.
9345 2004-02-25 Arnaud Charlet <charlet@act-europe.fr>
9348 * exp_ch7.adb (Make_Clean): Remove generation of calls to
9349 Unlock[_Entries], since this is now done by Service_Entries directly.
9351 * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
9353 * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
9354 Requeue_Call for better code readability. Change spec and update calls:
9355 PO_Service_Entries now unlock the PO on exit.
9356 (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
9359 * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
9361 * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
9363 2004-02-25 Sergey Rybin <rybin@act-europe.fr>
9365 * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
9366 protected subprogram call and analyzing the result of such expanding
9367 in case when the called protected subprogram is eliminated.
9369 * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
9372 2004-02-25 Jerome Guitton <guitton@act-europe.fr>
9374 * Makefile.in: Clean ups.
9376 2004-02-23 Ed Schonberg <schonberg@gnat.com>
9378 * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
9379 protected operations if original subprogram is flagged as eliminated.
9380 (Expand_N_Subprogram_Body): For a protected operation, create
9381 discriminals for next operation before checking whether the operation
9384 * exp_ch9.adb (Expand_N_Protected_Body,
9385 Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
9386 for internal protected operations if the original subprogram is
9389 * sem_elim.adb (Check_Eliminated): Handle properly protected operations
9390 declared in a single protected object.
9392 2004-02-23 Vincent Celier <celier@gnat.com>
9394 * prj-attr.adb: Make attribute Builder'Executable an associative array,
9395 case insensitive if file names are case insensitive, instead of a
9396 standard associative array.
9398 * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
9399 them as case insensitive on platforms where the file names are case
9402 * prj-part.adb (Parse_Single_Project): Make sure, when checking if
9403 project file has already been parsed that canonical path are compared.
9405 2004-02-23 Robert Dewar <dewar@gnat.com>
9407 * sinput-c.ads: Correct bad unit title in header
9409 * freeze.adb: Minor reformatting
9411 2004-02-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9413 * trans.c (tree_transform, case N_Procedure_Call_Statement): For
9414 nonaddressable COMPONENT_REF that is removing padding that we are
9415 taking the address of, take the address of the padded record instead
9416 if item is variable size.
9418 2004-02-20 Robert Dewar <dewar@gnat.com>
9420 * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
9422 2004-02-20 Ed Schonberg <schonberg@gnat.com>
9424 * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
9425 itype references for the constrained designated type of a component
9426 whose base type is already frozen.
9428 2004-02-20 Arnaud Charlet <charlet@act-europe.fr>
9430 * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
9433 2004-02-20 Sergey Rybin <rybin@act-europe.fr>
9435 * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
9436 identifier for a phantom package that rewrites the formal package
9437 declaration with a box. The Add semantic decorations for the defining
9438 identifier from the original node (that represents the formal package).
9440 2004-02-19 Matt Kraai <kraai@alumni.cmu.edu>
9442 * Make-lang.in (ada/stamp-sdefault): Use the top level
9445 2004-02-19 Richard Henderson <rth@redhat.com>
9447 * misc.c (record_code_position): Add third build arg for RTL_EXPR.
9449 2004-02-18 Emmanuel Briot <briot@act-europe.fr>
9451 * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
9452 Scan_ALI can be used for multiple ALI files without reinitializing
9455 2004-02-18 Robert Dewar <dewar@gnat.com>
9457 * debug.adb: Minor reformatting.
9459 2004-02-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9461 * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
9462 to zero if there is an address clause.
9464 2004-02-18 Thomas Quinot <quinot@act-europe.fr>
9466 * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
9468 2004-02-18 Gary Dismukes <dismukes@gnat.com>
9470 * layout.adb (Layout_Component_List): Revise generation of call to
9471 discriminant-checking function to pass selections of all of the type's
9472 discriminants rather than just the variant-controlling discriminant.
9474 2004-02-18 Olivier Hainque <hainque@act-europe.fr>
9476 * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
9477 fail in the current setup and triggers spurious system error messages.
9478 Pretend it occurred and failed instead.
9480 2004-02-18 Vincent Celier <celier@gnat.com>
9482 * bld.adb: Mark FLDFLAGS as saved
9483 (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
9484 it is not the root project. Put each directory to be
9485 extended between double quotes to prevent it to be expanded on Windows.
9486 (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
9487 the project file. Set them back to their initial values if they have not
9488 been set in the project file.
9490 * gprcmd.adb: (Gprdebug, Debug): New global variables
9491 (Display_Command): New procedure
9492 (Usage): Document new command "linkopts"
9493 Call Display_Command when env var GPRDEBUG has the value "TRUE"
9494 Implement new command "linkopts"
9495 Remove quotes that may be around arguments for "extend"
9496 Always call Normalize_Pathname with arguments formatted for the platform
9498 * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
9499 Change @echo to @$(display) in target clean to be able to clean silently
9501 * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
9503 * prj-part.adb (Project_Path_Name_Of): Do not put final result in
9506 * prj-part.adb (Parse_Single_Project): Always call with From_Extended
9507 = Extending_All when current project is an extending all project.
9509 * vms_conv.adb (Output_File_Expected): New Boolean global variable,
9510 set to True only for LINK command, after Unix switch -o.
9511 (Process_Arguments): Set Output_File_Expected to True for LINK command
9512 after Unix switch -o. When Output_File_Expected is True, never add an
9513 extension to a file name.
9515 * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
9516 option file name, only to the --for-linker= switch.
9517 (Option_File_Name): If option file name do not end with ".opt", append
9520 2004-02-18 GNAT Script <nobody@gnat.com>
9522 * Make-lang.in: Makefile automatically updated
9524 2004-02-17 Matt Kraai <kraai@alumni.cmu.edu>
9526 * Make-lang.in (stamp-sdefault): Do not depend on
9529 2004-02-12 Zack Weinberg <zack@codesourcery.com>
9531 * config-lang.in: Disable Ada by default until probe logic for
9532 a bootstrap Ada compiler can be moved to the top level configure
9535 2004-02-12 Olivier Hainque <hainque@act-europe.fr>
9537 * decl.c (components_to_record): Don't claim that the internal fields
9538 we make to hold the variant parts are semantically addressable, because
9541 * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
9542 adjust the comment describing the modular type form when we can use it.
9543 (Install_PAT): Account for the Esiz renaming.
9545 * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
9546 sc_onstack context indication before raising the exception to which
9547 the signal is mapped. Allows better handling of later signals possibly
9548 triggered by the resumed user code if the exception is handled.
9550 2004-02-12 Arnaud Charlet <charlet@act-europe.fr>
9552 * 5zinit.adb: Removed, no longer used.
9554 2004-02-12 Robert Dewar <dewar@gnat.com>
9556 * ali.adb: Remove separating space between parameters on R line. Makes
9557 format consistent with format used by the binder for Set_Globals call.
9559 * atree.ads, atree.adb: Minor reformatting (new function header format)
9561 * bindgen.adb: Add Run-Time Globals documentation section containing
9562 detailed documentation of the globals passed from the binder file to
9565 * gnatls.adb: Minor reformatting
9567 * init.c (__gnat_set_globals): Add note pointing to documentation in
9570 * lib-writ.ads, lib-writ.adb: Remove separating space between
9571 parameters on R line.
9572 Makes format consistent with format used by the binder for Set_Globals
9575 * osint.ads: Add 2004 to copyright notice
9578 * snames.ads: Correct capitalization of FIFO_Within_Priorities
9579 Noticed during code reading, documentation issue only
9581 * usage.adb: Remove junk line for obsolete C switch
9582 Noticed during code reading
9584 2004-02-12 Vincent Celier <celier@gnat.com>
9586 * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
9587 extend for each directory, so that multiple /** directories are
9588 extended individually.
9589 (Recursive_Process): Set the default for LANGUAGES to ada
9591 * gprcmd.adb: Define new command "ignore", to do nothing.
9592 Implement new comment "path".
9594 * Makefile.generic: Suppress output when SILENT is set
9595 Make sure that when compiler for C/C++ is gcc, the correct -x switch is
9596 used, so that the correct compiler is invoked.
9597 When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
9598 CXX_INCLUDE_PATH, to avoid failure with too long command lines.
9600 2004-02-12 Jerome Guitton <guitton@act-europe.fr>
9602 * Makefile.in: Clean ups and remove obsolete targets.
9604 2004-02-12 Ed Schonberg <schonberg@gnat.com>
9606 * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
9607 predicate declared in exp_util.
9609 * exp_util.adb: Add comments.
9611 * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
9612 visibility before compiling context of the subunit.
9614 * sem_res.adb (Check_Parameterless_Call): If the context expects a
9615 value but the name is a procedure, do not attempt to analyze as a call,
9616 in order to obtain more telling diagnostics.
9618 * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
9619 'Access on parameterless function calls.
9620 (Normalize_Actuals): For a parameterless function call with missing
9621 actuals, defer diagnostic until resolution of enclosing call.
9623 * sem_util.adb (Wrong_Type): If the context type is an access to
9624 subprogram and the expression is a procedure name, suggest a missing
9627 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9628 Nathanael Nerode <neroden@gcc.gnu.org>
9630 PR ada/6637, PR ada/5911
9631 Merge with libada-branch:
9632 * config-lang.in: Build libada only when ada is built.
9634 2004-02-09 Ed Schonberg <schonberg@gnat.com>
9636 * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
9637 for a tagged type, verify that both formals have the same type.
9639 * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
9640 temporary when the formal is an in-parameter and the actual a possibly
9643 * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
9644 when expansion is disabled, to ensure proper name capture with
9645 overloaded literals. Condition can be of any boolean type, resolve
9648 * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
9649 renaming is for a formal subprogram with a default operator name, and
9650 there is a usable operator that is visible at the point of
9653 2004-02-09 Robert Dewar <dewar@gnat.com>
9655 * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
9656 rewrite to ignore errors in ali files, intended to allow tools downward
9657 compatibility with new versions of ali files.
9659 * ali.ads: Add new parameter Ignore_Errors
9661 * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
9662 duplicating the error message giving the file with restrictions.
9664 * debug.adb: Add debug flag I for gnatbind
9666 * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
9667 operators for the case where the operator is a defining operator.
9669 * exp_ch3.adb: Minor reformatting (new function spec format).
9671 * exp_ch4.adb: Add comment for previous change, and make minor
9672 adjustment to loop to always check for improper loop termination.
9673 Minor reformatting throughout (new function spec format).
9675 * gnatbind.adb: Implement -di debug flag for gnatbind
9677 * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
9679 * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
9681 * lib-load.adb: Fix bad assertion.
9682 Found by testing and code reading.
9685 * lib-load.ads: Minor reformatting.
9687 * lib-writ.adb: There is only one R line now.
9689 * lib-writ.ads: Add documentation on making downward compatible changes
9690 to ali files so old tools work with new ali files.
9691 There is only one R line now.
9692 Add documentation on format incompatibilities (with special GPS note)
9694 * namet.ads, namet.adb: (Is_Operator_Name): New procedure
9696 * par-load.adb: Minor reformatting
9698 * sem_ch8.adb: Fix to error message from last update
9699 Minor reformatting and restructuring of code from last update
9701 * par-prag.adb, snames.adb, snames.ads, snames.h,
9702 sem_prag.adb: Implement pragma Profile.
9704 * stylesw.adb: Implement -gnatyN switch to turn off all style check
9707 * usage.adb: Add line for -gnatyN switch
9709 * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
9711 2004-02-09 Albert Lee <lee@gnat.com>
9713 * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
9715 2004-02-09 Ed Schonberg <schonberg@gnat.com>
9717 * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
9720 * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
9721 is nested in an instance that is not frozen yet, to avoid
9722 order-of-elaboration problems in gigi.
9724 * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
9725 body the attribute is legal.
9727 2004-02-09 Robert Dewar <dewar@gnat.com>
9729 * s-rident.ads: Minor comment correction
9731 * targparm.adb: Remove dependence on uintp completely. There was
9732 always a bug in Make in that it called Targparm before initializing
9733 the Uint package. The old code appeared to get away with this, but
9734 the new code did not! This caused an assertion error in gnatmake.
9736 * targparm.ads: Fix bad comment, restriction pragmas with parameters
9737 are indeed fully supported.
9739 2004-02-06 Alan Modra <amodra@bigpond.net.au>
9741 * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
9743 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
9745 * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
9746 with targetm.calls.promote_prototypes.
9748 2004-02-04 Robert Dewar <dewar@gnat.com>
9750 * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
9751 ali.ads, gprcmd.adb: Minor reformatting
9753 * bindgen.adb: Output restrictions string for new style restrictions
9756 * impunit.adb: Add s-rident.ads (System.Rident) and
9757 s-restri (System.Restrictions)
9759 * lib-writ.adb: Fix bug in writing restrictions string (last few
9762 * s-restri.ads, s-restri.adb: Change name Restrictions to
9763 Run_Time_Restrictions to avoid conflict with package name.
9764 Add circuit to read and acquire run time restrictions.
9766 2004-02-04 Jose Ruiz <ruiz@act-europe.fr>
9768 * restrict.ads, restrict.adb: Use the new restriction
9769 No_Task_Attributes_Package instead of the old No_Task_Attributes.
9771 * sem_prag.adb: No_Task_Attributes is a synonym of
9772 No_Task_Attributes_Package.
9774 * snames.ads, snames.adb: New entry for proper handling of
9777 * s-rident.ads: Adding restriction No_Task_Attributes_Package
9778 (AI-00249) that supersedes the GNAT specific restriction
9781 2004-02-04 Ed Schonberg <schonberg@gnat.com>
9784 (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
9785 body, an identifier may be wrapped in an unchecked conversion.
9787 2004-02-04 Vincent Celier <celier@gnat.com>
9789 * lib-writ.ads: Comment update for the W lines
9791 * bld.adb: (Expression): An empty string list is static
9793 * fname-uf.adb: Minor comment update
9795 * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
9797 * gnatbind.adb: Initialize Cumulative_Restrictions with the
9798 restrictions on the target.
9800 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
9802 * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
9805 2004-02-02 Arnaud Charlet <charlet@gnat.com>
9807 * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
9809 2004-02-02 Vincent Celier <celier@gnat.com>
9811 * gprcmd.adb (Check_Args): If condition is false, print the invoked
9812 comment before the usage.
9813 Gprcmd: Fail when command is not recognized.
9814 (Usage): Document command "prefix"
9816 * g-md5.adb (Digest): Process last block.
9817 (Update): Do not process last block. Store remaining characters and
9820 * g-md5.ads (Update): Document that several call to update are
9821 equivalent to one call with the concatenated string.
9822 (Context): Add fields to allow new Update behaviour.
9824 * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
9826 When May_Fail is True and no existing file can be found, return No_File.
9828 * 6vcstrea.adb: Inlined functions are now wrappers to implementation
9831 * lib-writ.adb (Write_With_Lines): When body file does not exist, use
9832 spec file name instead on the W line.
9834 2004-02-02 Robert Dewar <dewar@gnat.com>
9836 * ali.adb: Read and acquire info from new format restrictions lines
9838 * bcheck.adb: Add circuits for checking restrictions with parameters
9840 * bindgen.adb: Output dummy restrictions data
9843 * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
9844 exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
9845 freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
9846 sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
9847 sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
9849 * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
9850 the warning message on access to possibly uninitialized variable S)
9851 Minor changes for new restrictions handling.
9853 * gnatbind.adb: Minor reformatting
9854 Minor changes for new restrictions handling
9855 Move circuit for -r processing here from bcheck (cleaner)
9857 * gnatcmd.adb, gnatlink.adb: Minor reformatting
9859 * lib-writ.adb: Output new format restrictions lines
9861 * lib-writ.ads: Document new R format lines for new restrictions
9864 * s-restri.ads/adb: New files
9866 * Makefile.rtl: Add entry for s-restri.ads/adb
9868 * par-ch3.adb: Fix bad error messages starting with upper case letter
9871 * restrict.adb: Major rewrite throughout for new restrictions handling
9872 Major point is to handle restrictions with parameters
9874 * restrict.ads: Major changes in interface to handle restrictions with
9875 parameters. Also generally simplifies setting of restrictions.
9877 * snames.ads/adb: New entry for proper handling of No_Requeue
9879 * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
9880 restriction counting.
9881 Other minor changes for new restrictions handling
9883 * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
9884 Restriction_Warnings now allows full parameter notation
9885 Major rewrite of Restrictions for new restrictions handling
9887 2004-02-02 Javier Miranda <miranda@gnat.com>
9889 * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
9890 syntax rule for object renaming declarations.
9891 (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
9892 component definitions.
9894 * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
9896 (Array_Type_Declaration): Give support to access components. In addition
9897 it was also modified to reflect the name of the object in anonymous
9898 array types. The old code did not take into account that it is possible
9899 to have an unconstrained anonymous array with an initial value.
9900 (Check_Or_Process_Discriminants): Allow access discriminant in
9902 (Process_Discriminants): Allow access discriminant in non-limited types
9903 Initialize the new Access_Definition field in N_Object_Renaming_Decl
9904 node. Change Ada0Y to Ada 0Y in comments
9906 * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
9908 Change Ada0Y to Ada 0Y in comments
9910 * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
9911 renamings Change Ada0Y to Ada 0Y in comments
9913 * sem_type.adb (Find_Unique_Type): Give support to the equality
9914 operators for universal access types
9915 Change Ada0Y to Ada 0Y in comments
9917 * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
9919 * sinfo.ads (N_Component_Definition): Addition of Access_Definition
9921 (N_Object_Renaming_Declaration): Addition of Access_Definition field
9922 Change Ada0Y to Ada 0Y in comments
9924 * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
9925 component definition and object renaming nodes
9926 Change Ada0Y to Ada 0Y in comments
9928 2004-02-02 Jose Ruiz <ruiz@act-europe.fr>
9930 * restrict.adb: Use the new restriction identifier
9931 No_Requeue_Statements instead of the old No_Requeue for defining the
9934 * sem_ch9.adb (Analyze_Requeue): Check the new restriction
9935 No_Requeue_Statements.
9937 * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
9938 that supersedes the GNAT specific restriction No_Requeue. The later is
9939 kept for backward compatibility.
9941 2004-02-02 Ed Schonberg <schonberg@gnat.com>
9943 * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
9944 5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
9945 pragma and fix incorrect ones.
9947 * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
9948 warning if the pragma is redundant.
9950 2004-02-02 Thomas Quinot <quinot@act-europe.fr>
9952 * 5staprop.adb: Add missing 'constant' keywords.
9954 * Makefile.in: use consistent value for SYMLIB on
9955 platforms where libaddr2line is supported.
9957 2004-02-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9959 * utils.c (end_subprog_body): Do not call rest_of_compilation if just
9962 2004-02-02 Olivier Hainque <hainque@act-europe.fr>
9964 * init.c (__gnat_install_handler): Setup an alternate stack for signal
9965 handlers in the environment thread. This allows proper propagation of
9966 an exception on stack overflows in this thread even when the builtin
9967 ABI stack-checking scheme is used without support for a stack reserve
9970 * utils.c (create_field_decl): Augment the head comment about bitfield
9971 creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
9972 here, because the former is not accurate enough at this point.
9973 Let finish_record_type decide instead.
9974 Don't make a bitfield if the field is to be addressable.
9975 Always set a size for the field if the record is packed, to ensure the
9976 checks for bitfield creation are triggered.
9977 (finish_record_type): During last pass over the fields, clear
9978 DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
9979 not covered by the calls to layout_decl. Adjust DECL_NONADDRESSABLE_P
9980 from DECL_BIT_FIELD.
9982 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
9984 * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
9985 (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
9986 (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
9988 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9990 * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
9992 * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
9993 (ZCX_By_Default): Likewise.
9994 (Front_End_ZCX_Support): Likewise.
9996 * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
9997 (Initialize_Lock): Mark Level unreferenced.
9998 (Sleep): Mark Reason unreferenced.
9999 (Timed_Sleep): Likewise.
10000 (Wakeup): Likewise.
10001 (Exit_Task): Use Result.
10002 (Check_No_Locks): Mark Self_ID unreferenced.
10004 * 5gtasinf.adb (New_Sproc): Make Attr constant.
10005 (Bound_Thread_Attributes): Make Sproc constant.
10006 (New_Bound_Thread_Attributes): Likewise.
10008 2004-01-26 Ed Schonberg <schonberg@gnat.com>
10010 * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
10011 one-dimensional array an slice assignments, when component type is
10014 * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
10015 component type is controlled, and control_actions are in effect, use
10016 TSS procedure rather than generating inline code.
10018 * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
10019 arrays with controlled components.
10021 2004-01-26 Vincent Celier <celier@gnat.com>
10023 * gnatcmd.adb (GNATCmd): Add specification of argument file on the
10024 command line for the non VMS case.
10026 * gnatlink.adb (Process_Binder_File): When building object file, if
10027 GNU linker is used, put all object paths between quotes, to prevent ld
10028 error when there are unusual characters (such as '!') in the paths.
10030 * Makefile.generic: When there are sources in Ada and the main is in
10031 C/C++, invoke gnatmake with -B, instead of -z.
10033 * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
10034 from VMS_Conversion.
10035 (Process_Argument): New procedure, extracted from VMS_Conversion. Add
10036 specification of argument file on the command line.
10038 2004-01-26 Bernard Banner <banner@gnat.com>
10040 * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
10042 2004-01-26 Ed Schonberg <schonberg@gnat.com>
10044 * snames.adb: Update copyright notice.
10045 Add info on slice assignment for controlled arrays.
10047 2004-01-23 Robert Dewar <dewar@gnat.com>
10049 * exp_aggr.adb: Minor reformatting
10051 * exp_ch9.adb: Minor code clean up
10053 Fix bad character in comment
10056 * targparm.adb (Get_Target_Parameters): Give clean abort error on
10057 unexpected end of file, along with more detailed message.
10059 2004-01-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10061 * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
10064 * decl.c (copy_alias_set): New function.
10065 (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
10067 2004-01-23 Doug Rupp <rupp@gnat.com>
10069 * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
10070 lib$${file} in case subsequent character is not a separator.
10072 2004-01-23 Vincent Celier <celier@gnat.com>
10074 * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
10075 when the GCC version is at least 3.
10077 * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
10078 Remove all "Opt.", to prepare for opt split
10080 * prj-part.adb (Parse_Single_Project): New Boolean out parameter
10081 Extends_All. Set to True when the project parsed is an extending all
10082 project. Fails for importing an extending all project only when the
10083 imported project is an extending all project.
10084 (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
10085 depending on the value of Extends_All returned.
10087 * prj-proc.adb (Process): Check that no project shares its object
10088 directory with a project that extends it, directly or indirectly,
10089 including a virtual project.
10090 Check that no project extended by another project shares its object
10091 directory with another also extended project.
10093 * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
10094 Kind = N_With_Clause
10096 * prj-tree.ads: Minor reformatting
10097 Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
10099 2004-01-23 Ed Schonberg <schonberg@gnat.com>
10101 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
10102 applies to a type with an incomplete view, use full view in Name of
10103 clause, for consistency with uses of Get_Attribute_Definition_Clause.
10105 2004-01-23 Arnaud Charlet <charlet@act-europe.fr>
10107 * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
10108 SCHED_RR, since other values are not supported by this policy.
10109 (Initialize): Move initialization of mutex attribute to package
10110 elaboration, to prevent early access to this variable.
10112 * Makefile.in: Remove mention of Makefile.adalib, unused.
10114 * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
10115 1ssecsta.ads: Removed, unused.
10117 2004-01-21 Javier Miranda <miranda@gnat.com>
10119 * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
10120 entity if already built in the current scope.
10122 * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
10123 reminder in internal scopes. Required for nested limited aggregates.
10125 2004-01-21 Doug Rupp <rupp@gnat.com>
10127 * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
10128 VMS. Replace all occurences of libgnat- and libgnarl- with
10129 libgnat$(hyphen) and libgnarl$(hyphen).
10130 Fixed shared library build problem on VMS.
10132 2004-01-21 Robert Dewar <dewar@gnat.com>
10134 * mlib-prj.adb: Minor reformatting
10136 2004-01-21 Thomas Quinot <quinot@act-europe.fr>
10138 * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
10139 'constant' keywords for declaration of pointers that are not modified.
10141 * exp_pakd.adb: Fix English in comment.
10143 2004-01-21 Ed Schonberg <schonberg@gnat.com>
10146 * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
10147 copy all attributes of the parent, including the foreign language
10150 2004-01-21 Sergey Rybin <rybin@act-europe.fr>
10153 * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
10154 for 'delay until' statement.
10156 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
10158 * Make-lang.in: Replace $(docdir) with doc.
10159 (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
10160 doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
10161 to use consistent MAKEINFO rule.
10162 (ada.man, ada.srcman): Dummy entry.
10163 (ADA_INFOFILES): Define.
10164 (ada.info, ada.srcinfo): New rules.
10166 2004-01-19 Arnaud Charlet <charlet@act-europe.fr>
10168 * utils.c: Update copyright notice, missed in previous change.
10170 2004-01-19 Vincent Celier <celier@gnat.com>
10172 * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
10173 args if Bind is True. Set First_ALI, if not already done.
10174 (Build_Library): For Stand Alone Libraries, extract from one ALI file
10175 an eventual --RTS switch, for gnatbind, and all backend switches +
10176 --RTS, for linking.
10178 2004-01-19 Robert Dewar <dewar@gnat.com>
10180 * sem_attr.adb, memtrack.adb: Minor reformatting
10182 2004-01-19 Ed Schonberg <schonberg@gnat.com>
10184 * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
10185 that rename enumeration literals. This is properly done in sem_eval.
10187 * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
10188 to functions that rename enumeration literals.
10190 * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
10191 functions that rename enumeration literals.
10193 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
10195 * Make-lang.in (utils.o): Depend on target.h.
10196 * utils.c: Include target.h.
10197 (process_attributes): Use targetm.have_named_sections instead
10198 of ASM_OUTPUT_SECTION_NAME.
10200 2004-01-16 Andreas Jaeger <aj@suse.de>
10202 * Makefile.in: Add $(DESTDIR).
10204 2004-01-15 Olivier Hainque <hainque@act-europe.fr>
10206 * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
10207 also when not defining if a Size clause applies. That information is
10210 2004-01-15 Arnaud Charlet <charlet@act-europe.fr>
10212 * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
10213 symbolic links for the shared gnat run time when needed.
10215 2004-01-15 Vasiliy Fofanov <fofanov@act-europe.fr>
10217 * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
10218 for writing, and terminate with an error message if not.
10220 2004-01-15 Ed Schonberg <schonberg@gnat.com>
10222 * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
10223 warning on an access to subprogram in an instance, when the target
10224 type is declared in the same generic unit.
10225 (Eval_Attribute): If 'access is known to fail accessibility check,
10226 rewrite as a raise statement.
10228 2004-01-15 GNAT Script <nobody@gnat.com>
10230 * Make-lang.in: Makefile automatically updated
10232 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
10234 * Make-lang.in (ada.srcextra): Dummy entry.
10236 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
10238 * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
10240 2004-01-13 Ed Schonberg <schonberg@gnat.com>
10242 * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
10243 components that are initialized with aggregates.
10245 2004-01-13 Vincent Celier <celier@gnat.com>
10247 * gnatlink.adb (Process_Binder_File): To find directory of shared
10248 libgcc, if "gcc-lib" is not a subdirectory, look for the last
10249 subdirectory "lib" in the path of the shared libgnat or libgnarl.
10251 * make.adb (Gnatmake): If GCC version is at least 3, link with
10252 -shared-libgcc, when there is at least one shared library project.
10254 * opt.ads (GCC_Version): New integer constant.
10256 * adaint.c (get_gcc_version): New function.
10258 2004-01-13 Robert Dewar <dewar@gnat.com>
10260 * sem_dist.adb, sem_res.adb, sem_util.adb,
10261 sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
10262 exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
10264 2004-01-13 Thomas Quinot <quinot@act-europe.fr>
10266 * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
10267 g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
10270 2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
10272 * misc.c: Remove trailing spaces.
10273 Update copyright notice missed in previous change.
10276 * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
10279 * Makefile.generic: Update copyright.
10280 Add license notice.
10282 * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
10283 of prefix/share/make.
10285 * Makefile.prolog: Update copyright.
10286 Add license notice.
10288 2004-01-12 Laurent Pautet <pautet@act-europe.fr>
10290 * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
10291 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
10292 g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
10295 * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
10298 2004-01-12 Javier Miranda <miranda@gnat.com>
10300 * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
10301 exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
10302 sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
10303 sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
10304 Component_Definition node.
10306 2004-01-12 Ed Falis <falis@gnat.com>
10308 * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
10310 2004-01-12 Thomas Quinot <quinot@act-europe.fr>
10312 * link.c: Change default libgnat kind to STATIC for FreeBSD.
10314 2004-01-12 Bernard Banner <banner@gnat.com>
10316 * Makefile.in: map 86numaux to a-numaux for x86_64
10318 2004-01-12 Ed Schonberg <schonberg@gnat.com>
10320 * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
10321 generated to rename a generic actual, go to the actual itself, the
10322 subtype is not a user-visible entity.
10324 * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
10325 part is a private subtype, reset the visibility of its full view, if
10326 any, to be consistent.
10329 * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
10330 to use a generic package G as a formal package for another generic
10333 2004-01-12 Robert Dewar <dewar@gnat.com>
10335 * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
10337 * usage.adb: Remove mention of obsolete -gnatwb switch
10338 Noticed during code reading
10340 2004-01-12 Jerome Guitton <guitton@act-europe.fr>
10342 * 1ssecsta.adb: Minor changes for -gnatwa warnings
10344 2004-01-12 GNAT Script <nobody@gnat.com>
10346 * Make-lang.in: Makefile automatically updated
10348 2004-01-09 Mark Mitchell <mark@codesourcery.com>
10350 * misc.c (gnat_expand_expr): Add alt_rtl parameter.
10352 2004-01-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10354 * link.c [sgi] (shared_libgnat_default): Change to STATIC.
10356 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
10358 * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
10359 Update comment and copyright date.
10360 * stamp-xgnatug: Delete.
10362 2004-01-05 Robert Dewar <dewar@gnat.com>
10364 * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
10365 be modified by the binder generated main program if the -D switch is
10368 * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
10369 imported functions (since now we expect this to be done for imported
10372 * 5vtaprop.adb: Add several ??? for sections requiring more comments
10373 Minor reformatting throughout
10375 * 5zinit.adb: Minor reformatting
10376 Add 2004 to copyright date
10377 Minor changes to avoid -gnatwa warnings
10378 Correct some instances of using OR instead of OR ELSE (noted while
10379 doing reformatting)
10381 * sprint.adb: Minor updates to avoid -gnatwa warnings
10383 * s-secsta.ads, s-secsta.adb:
10384 (SS_Get_Max): New function to obtain high water mark for ss stack
10385 Default_Secondary_Stack is not a constant since it may be modified by
10386 the binder generated main program if the -D switch is used.
10388 * switch-b.adb: New -Dnnn switch for binder
10391 Make -gnatg imply all warnings currently in -gnatwa
10393 * vms_conv.adb: Minor reformatting
10394 Add 2004 to copyright notice
10395 Add 2004 to printed copyright notice
10397 * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
10398 3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
10399 5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
10400 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
10401 5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
10402 5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
10403 5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
10404 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
10405 5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
10406 5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
10407 6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
10408 vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
10409 xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
10410 sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
10411 checks.adb, clean.adb, cstand.adb, einfo.ads,
10412 einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
10413 exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
10414 prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
10415 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
10416 g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
10417 lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
10418 Minor reformatting and code clean ups.
10419 Minor changes to prevent -gnatwa warnings
10421 * ali.adb: Minor reformatting and cleanup of code
10422 Acquire new SS indication of secondary stack use from ali files
10424 * a-numaux.ads: Add Pure_Function pragmas for all imported functions
10425 (since now we expect this to be done for imported functions)
10427 * bindgen.adb: Generate call to modify default secondary stack size if
10430 * bindusg.adb: Add line for new -D switch
10432 * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
10433 replacement name for Type_May_Have_Non_Bit_Aligned_Components!
10434 Add circuitry for both records and arrays to avoid gigi
10435 processing if the type involved has non-bit-aligned components
10437 * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
10438 N_String_Literal node always references an E_String_Literal_Subtype
10439 entity. This may not be true in the future.
10440 (Possible_Bit_Aligned_Component): Move processing of
10441 Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
10443 * exp_ch6.adb (Expand_Thread_Body): Pick up
10444 Default_Secondary_Stack_Size as variable so that we get value modified
10445 by possible -Dnnn binder parameter.
10447 * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
10448 (Type_May_Have_Bit_Aligned_Components): New function.
10450 * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
10451 (Type_May_Have_Bit_Aligned_Components): New function.
10453 * fe.h: (Set_Identifier_Casing): Fix prototype.
10454 Add declaration for Sem_Elim.Eliminate_Error_Msg.
10455 Minor reformatting.
10457 * freeze.adb (Freeze_Entity): Add RM reference to error message about
10458 importing constant atomic/volatile objects.
10459 (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
10460 unless explicit Pure_Function pragma given, to avoid insidious bug of
10461 call to non-pure imported function getting eliminated.
10463 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
10464 gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
10465 gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
10466 Add 2004 to printed copyright notice
10468 * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
10471 * Makefile.rtl: Add entry for g-sestin.o
10472 g-sestin.ads: New file.
10474 * mdll.adb: Minor changes to avoid -gnatwa warnings
10476 * mlib-tgt.adb: Minor reformatting
10478 * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
10479 New switch Sec_Stack_Used (GNAT, GNATBIND)
10480 Make Default_Secondary_Stack_Size a variable instead of a constant,
10481 so that it can be modified by the new -Dnnn bind switch.
10483 * rtsfind.adb (Load_Fail): Give full error message in configurable
10484 run-time mode if all_errors mode is set. This was not done in the case
10485 of a file not found, which was an oversight.
10486 Note if secondary stack unit is used by compiler.
10488 * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
10489 ineffective elaborate all pragmas on non-visible packages (this
10490 happened when a renamed subprogram was called). Now the elaborate all
10491 always goes on the package containing the renaming rather than the one
10492 containing the renamed subprogram.
10494 * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
10495 (Process_Eliminate_Pragma): Add parameter to capture pragma location.
10497 * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
10498 has an Etype that references an E_String_Literal.
10499 (Eval_String_Literal): Avoid assumption that N_String_Literal node
10500 always references an E_String_Literal_Subtype entity. This may not
10501 be true in the future.
10503 * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
10506 * sem_res.adb (Resolve): Specialize msg for function name used in proc
10509 2004-01-05 Ed Falis <falis@gnat.com>
10511 * g-debuti.adb: Replaced direct boolean operator with short-circuit
10514 2004-01-05 Vincent Celier <celier@gnat.com>
10516 * bld.adb: Minor comment updates
10517 (Process_Declarative_Items): Correct incorrect name (Index_Name instead
10520 * make.adb (Gnatmake): Special process for files to compile/check when
10521 -B is specified. Fail when there are only foreign mains in attribute
10522 Main of the project file and -B is not specified. Do not skip bind/link
10523 steps when -B is specified.
10525 * makeusg.adb: Document new switch -B
10527 * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
10529 * switch-m.adb: (Scan_Make_Switches): Process -B switch
10531 * vms_data.ads: Add new GNAT PRETTY qualifier
10532 /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
10534 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10536 * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
10539 * misc.c (gnat_printable_name): If VERBOSITY is 2, call
10540 Set_Identifier_Casing.
10542 * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
10543 has size that overflows.
10545 2004-01-05 Gary Dismukes <dismukes@gnat.com>
10547 * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
10548 -gnatwa warning on static condition.
10550 2004-01-05 Doug Rupp <rupp@gnat.com>
10552 * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
10554 2004-01-05 Arnaud Charlet <charlet@act-europe.fr>
10556 * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
10557 all attributes, including read-only attribute.
10559 2004-01-05 Pascal Obry <obry@gnat.com>
10561 * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
10562 library naming scheme.
10564 * mlib-prj.adb (Build_Library): Generate different names for the static
10565 or dynamic version of the GNAT runtime. This is needed to support the
10566 new shared library naming scheme.
10567 (Process_Binder_File): Add detection of shared library in binder file
10568 based on the new naming scheme.
10570 * gnatlink.adb (Process_Binder_File): Properly detect the new naming
10571 scheme for the shared runtime libraries.
10574 (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
10576 (install-gnatlib): Do not create symlinks for shared libraries.
10577 (gnatlib-shared-default): Idem.
10578 (gnatlib-shared-dual-win32): New target. Not used for now as the
10579 auto-import feature does not support arrays/records.
10580 (gnatlib-shared-win32): Do not create copy for the shared libraries.
10581 (gnatlib-shared-vms): Fix shared runtime libraries names.
10583 * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
10584 dependent runtime shared library name.
10586 2004-01-05 Vasiliy Fofanov <fofanov@act-europe.fr>
10588 * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
10591 2004-01-05 Ed Schonberg <schonberg@gnat.com>
10593 * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
10594 protected objects when allocator has a subtype indication, not a
10595 qualified expression. Note that qualified expressions may have to be
10596 checked when limited aggregates are implemented.
10598 * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
10599 pure, emit warning.
10600 (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
10601 subprogram is imported, remove warning.
10603 2004-01-05 Geert Bosch <bosch@gnat.com>
10605 * s-poosiz.adb: Update copyright notice.
10606 (Allocate): Use Task_Lock to protect against concurrent access.
10607 (Deallocate): Likewise.
10609 2004-01-05 Joel Brobecker <brobecker@gnat.com>
10611 * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
10614 2003-12-23 Kelley Cook <kcook@gcc.gnu.org>
10616 * gnat_ug.texi: Force a CVS commit by updating copyright.
10617 * gnat_ug_vxw.texi: Regenerate.
10618 * gnat_ug_wnt.texi: Regenerate.
10619 * gnat_ug_vms.texi: Regenerate.
10620 * gnat_ug_unx.texi: Regenerate.
10622 2003-12-20 Kazu Hirata <kazu@cs.umass.edu>
10624 * trans.c: Remove uses of "register" specifier in
10625 declarations of local variables.
10627 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
10629 * stamp-xgnatug: New stamp file.
10630 * Make-lang.in (stamp-xgnatug): New stamp file and comment.
10631 (ada/doctools/xgnatug): Add $(build_exeext).
10632 (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
10633 ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
10635 2003-12-17 Ed Falis <falis@gnat.com>
10637 * a-elchha.adb (Tailored_Exception_Information): made Info constant to
10640 * a-exextr.adb: Add context clause for
10641 Ada.Exceptions.Last_Chance_Handler.
10643 2003-12-17 Sergey Rybin <rybin@act-europe.fr>
10645 * cstand.adb (Create_Standard): Change the way how the declaration of
10646 the Duration type is created (making it the same way as it is for all
10647 the other standard types).
10649 2003-12-17 Robert Dewar <dewar@gnat.com>
10651 * s-crtl.ads: Fix header format
10652 Change Pure to Preelaborate
10654 2003-12-17 Ed Schonberg <schonberg@gnat.com>
10656 * checks.adb (Selected_Length_Checks): Generate an Itype reference for
10657 the expression type only if it is declared in the current unit.
10659 * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
10660 are universal and already analyzed, as can occur in constrained
10661 subcomponents that depend on discriminants, when one constraint is a
10664 * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
10665 type Any_Fixed is legal as the argument of a conversion, if only one
10666 fixed-point type is in context.
10668 2003-12-17 GNAT Script <nobody@gnat.com>
10670 * Make-lang.in: Makefile automatically updated
10672 2003-12-15 Robert Dewar <dewar@gnat.com>
10674 * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
10677 2003-12-15 Vincent Celier <celier@gnat.com>
10679 * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
10680 (Gnatchop): Do not set failure status when reporting the number of
10683 2003-12-15 Doug Rupp <rupp@gnat.com>
10685 * s-ctrl.ads: New file.
10687 * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
10689 * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
10690 (GNATBIND_OBJS): Add ada/s-crtl.o.
10692 * Makefile.in [VMS]: Clean up ifeq rules.
10694 * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
10695 a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
10696 g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
10697 s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
10698 s-tasdeb.adb: Update copyright.
10699 Import System.CRTL.
10700 Make minor modifications to use System.CRTL declared functions instead
10701 of importing locally.
10703 2003-12-15 GNAT Script <nobody@gnat.com>
10705 * Make-lang.in: Makefile automatically updated
10707 2003-12-11 Ed Falis <falis@gnat.com>
10709 * 5zinit.adb: Clean up.
10711 * 5zintman.adb (Notify_Exception): replaced case statement with a call
10712 to __gnat_map_signal, imported from init.c to support
10713 signal -> exception mappings that depend on the vxWorks version.
10716 Created and exported __gnat_map_signal to support signal -> exception
10717 mapping that is dependent on the VxWorks version.
10718 Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
10720 2003-12-11 Vasiliy Fofanv <fofanov@act-europe.fr>
10722 * 5wosinte.ads: Link with -mthreads switch.
10724 2003-12-11 Arnaud Charlet <charlet@act-europe.fr>
10726 * init.c (__gnat_install_handler [NetBSD]): Set
10727 __gnat_handler_installed, as done on all other platforms.
10728 Remove duplicated code.
10730 2003-12-11 Jerome Guitton <guitton@act-europe.fr>
10732 * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
10734 2003-12-11 Thomas Quinot <quinot@act-europe.fr>
10736 * sinfo.ads: Fix inconsistent example code in comment.
10738 2003-12-11 Robert Dewar <dewar@gnat.com>
10740 * a-tiinau.adb: Add a couple of comments
10742 * sem_ch3.adb: Minor reformatting
10745 Fix bad prototype of Same_Base_Type in body (code reading cleanup)
10746 Minor reformatting throughout
10748 2003-12-11 Ed Schonberg <schonberg@gnat.com>
10750 * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
10751 bounds of a loop, create a separate block in order to generate proper
10752 cleanup actions to prevent memory leaks.
10754 * sem_res.adb (Resolve_Call): After a call to
10755 Establish_Transient_Scope, the call may be rewritten and relocated, in
10756 which case no further processing is needed.
10758 * sem_util.adb: (Wrong_Type): Refine previous fix.
10759 Fixes ACATS regressions.
10763 * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
10766 2003-12-08 Jerome Guitton <guitton@act-europe.fr>
10768 * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
10769 i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
10772 * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
10775 2003-12-08 Robert Dewar <dewar@gnat.com>
10777 * 7sintman.adb: Minor reformatting
10779 * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
10780 standard linker options to get standard libraries linked. We now plan
10781 to provide dummy versions of these libraries to match the appropriate
10782 configurable run-time (e.g. if a library is not needed at all, provide
10783 a dummy empty library).
10785 * targparm.ads: Configurable_Run_Time mode no longer affects linker
10786 options (-L parameters and standard libraries). What we plan to do is
10787 to provide dummy libraries where the libraries are not required.
10789 * gnatbind.adb: Minor comment improvement
10791 2003-12-08 Javier Miranda <miranda@gnat.com>
10793 * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
10794 aggregate in the parent. Otherwise constants with limited aggregates
10795 are not supported. Add new formal to pass the component type (Ctype).
10796 It is required to call the corresponding IP subprogram in case of
10797 default initialized components.
10798 (Gen_Assign): In case of default-initialized component, generate a
10799 call to the IP subprogram associated with the component.
10800 (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
10801 of aggregate with default initialized components.
10802 (Has_Default_Init_Comps): Improve implementation to recursively check
10803 all the present expressions.
10805 * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
10806 to indicate that the initialization call corresponds to a
10807 default-initialized component of an aggregate.
10808 In case of default initialized aggregate with tasks this parameter is
10809 used to generate a null string (this is just a workaround that must be
10810 improved later). In case of discriminants, this parameter is used to
10811 generate a selected component node that gives access to the discriminant
10814 * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
10815 subprogram, based on Build_Task_Allocate_Block, but adapted to expand
10816 allocated aggregates with default-initialized components.
10818 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
10819 the box notation is used in positional aggregates.
10821 2003-12-08 Samuel Tardieu <tardieu@act-europe.fr>
10823 * lib.ads: Fix typo in comment
10825 2003-12-08 Vincent Celier <celier@gnat.com>
10827 * prj.adb (Project_Empty): New component Unkept_Comments
10828 (Scan): Remove procedure; moved to Prj.Err.
10830 * prj.ads (Project_Data): New Boolean component Unkept_Comments
10831 (Scan): Remove procedure; moved to Prj.Err.
10833 * prj-dect.adb: Manage comments for the different declarations.
10835 * prj-part.adb (With_Record): New component Node
10836 (Parse): New Boolean parameter Store_Comments, defaulted to False.
10837 Set the scanner to return ends of line and comments as tokens, if
10838 Store_Comments is True.
10839 (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
10840 comments are associated with these nodes. Store the node IDs in the
10842 (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
10844 (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
10845 the N_Project node. Call Tree.Save and Tree.Reset before scanning the
10846 current project. Call Tree.Restore afterwards. Set the various nodes
10847 for comment storage (Next_End, End_Of_Line, Previous_Line,
10850 * prj-part.ads (Parse): New Boolean parameter Store_Comments,
10851 defaulted to False.
10853 * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
10854 to False. When Truncated is True, truncate the string, never go to the
10856 (Write_End_Of_Line_Comment): New procedure
10857 (Print): Process comments for nodes N_With_Clause,
10858 N_Package_Declaration, N_String_Type_Declaration,
10859 N_Attribute_Declaration, N_Typed_Variable_Declaration,
10860 N_Variable_Declaration, N_Case_Construction, N_Case_Item.
10861 Process nodes N_Comment.
10863 * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
10864 without comments and there are some comments, set the flag
10865 Unkept_Comments to True.
10866 (Scan): If there are comments, set the flag Unkept_Comments to True and
10867 clear the comments.
10868 (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
10869 (Next_End_Nodes: New table
10870 (Comment_Zones_Of): New function
10871 (Scan): New procedure; moved from Prj. Accumulate comments in the
10872 Comments table and set end of line comments, comments after, after end
10874 (Add_Comments): New procedure
10875 (Save, Restore, Seset_State): New procedures
10876 (There_Are_Unkept_Comments): New function
10877 (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
10878 (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
10880 (First_Comment_After, First_Comment_After_End): New functions
10881 (First_Comment_Before, First_Comment_Before_End): New functions
10882 (Next_Comment): New function
10883 (End_Of_Line_Comment, Follows_Empty_Line,
10884 Is_Followed_By_Empty_Line): New functions
10885 (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
10886 (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
10887 (Set_Next_Comment): New procedure
10888 (Default_Project_Node): Associate comment before if the node can store
10891 * scans.ads (Token_Type): New enumeration value Tok_Comment
10892 (Comment_Id): New global variable
10894 * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
10895 defaulted to False.
10896 (Scan): Store position of start of comment. If comments are tokens, set
10897 Comment_Id and set Token to Tok_Comment when scanning a comment.
10898 (Set_Comment_As_Token): New procedure
10900 * sinput-p.adb: Update Copyright notice
10901 (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
10902 that no longer exists.
10904 2003-12-08 Javier Miranda <miranda@gnat.com>
10906 * sem_aggr.adb: Add dependence on Exp_Tss package
10907 Correct typo in comment
10908 (Resolve_Aggregate): In case of array aggregates set the estimated
10909 type of the aggregate before calling resolve. This is needed to know
10910 the name of the corresponding IP in case of limited array aggregates.
10911 (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
10912 in case of default initialized array components.
10914 * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
10915 types. Required to give support to limited aggregates in generic
10918 2003-12-08 Ed Schonberg <schonberg@gnat.com>
10920 * sem_ch3.adb (Check_Initialization): For legality purposes, an
10921 inlined body functions like an instantiation.
10922 (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
10923 until bounds are analyzed, to diagnose premature use of type.
10925 * sem_util.adb (Wrong_Type): Improve error message when the type of
10926 the expression is used prematurely.
10928 2003-12-08 GNAT Script <nobody@gnat.com>
10930 * Make-lang.in: Makefile automatically updated
10932 2003-12-08 Arnaud Charlet <charlet@act-europe.fr>
10934 * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
10935 they are automatically generated by Make-lang.in and cause nothing but
10936 maintenance troubles.
10938 2003-12-05 Thomas Quinot <quinot@act-europe.fr>
10940 * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
10941 version of this unit).
10943 2003-12-05 Olivier Hainque <hainque@act-europe.fr>
10945 * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
10946 5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
10947 5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
10948 the body of System.Interrupt_Management common to several targets.
10949 Update copyright notice when appropriate.
10951 * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
10954 * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
10955 to ensure that the kernel fills in the interrupted context structure
10956 before calling a signal handler, which is necessary to be able to
10957 unwind past it. Update the copyright notice.
10959 2003-12-05 Jerome Guitton <guitton@act-europe.fr>
10961 * a-elchha.ads: New file.
10963 * a-elchha.adb: New default last chance handler. Contents taken from
10964 Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
10966 * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
10967 is moved to a-elchha.adb to provide a target-independent default last
10970 * Makefile.rtl: Add a-elchha.o
10972 * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
10974 2003-12-05 Ed Schonberg <schonberg@gnat.com>
10976 * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
10977 declared in an instance, do not inline the call if the instance is not
10978 frozen yet, to prevent order of elaboration problems.
10980 * sem_prag.adb: Add comments for previous fix.
10982 2003-12-05 Samuel Tardieu <tardieu@act-europe.fr>
10984 * g-table.adb: Use the right variable in Set_Item.
10985 Update copyright notice.
10987 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
10989 * Makefile.in: Remove unused rules.
10991 2003-12-05 Vincent Celier <celier@gnat.com>
10993 * switch-c.adb (Scan_Front_End_Switches): Remove processing of
10994 -nostdlib. Not needed here after all.
10996 2003-12-03 Thomas Quinot <quinot@act-europe.fr>
11000 * adaint.h, adaint.c, g-os_lib.ads:
11001 Do not assume that the offset argument to lseek(2) is a 32 bit integer,
11002 on some platforms (including FreeBSD), it is a 64 bit value.
11003 Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
11005 2003-12-03 Arnaud Charlet <charlet@act-europe.fr>
11007 * gnatvsn.ads (Library_Version): Now contain only the relevant
11009 (Verbose_Library_Version): New constant.
11011 * g-spipat.adb, g-awk.adb, g-debpoo.adb,
11012 g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
11013 s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
11015 * gnatlbr.adb: Clean up: replace Library_Version by
11016 Verbose_Library_Version.
11018 * make.adb, lib-writ.adb, exp_attr.adb:
11019 Clean up: replace Library_Version by Verbose_Library_Version.
11021 * 5lintman.adb: Removed.
11024 Update and simplify computation of LIBRARY_VERSION.
11025 Fix computation of GSMATCH_VERSION.
11026 5lintman.adb is no longer used: replaced by 7sintman.adb.
11028 2003-12-03 Robert Dewar <dewar@gnat.com>
11031 (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
11032 name. Modified to consider small non-bit-packed arrays as troublesome
11033 and in need of component-by-component assigment expansion.
11035 2003-12-03 Vincent Celier <celier@gnat.com>
11037 * lang-specs.h: Process nostdlib as nostdinc
11039 * back_end.adb: Update Copyright notice
11040 (Scan_Compiler_Arguments): Process -nostdlib directly.
11042 2003-12-03 Jose Ruiz <ruiz@act-europe.fr>
11045 When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
11046 redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
11047 included in HIE_NONE_TARGET_PAIRS.
11049 2003-12-03 Ed Schonberg <schonberg@gnat.com>
11052 (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
11053 is legal in an instance, because legality is cheched in the template.
11056 (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
11057 appplied to an unchecked conversion of a formal parameter.
11060 (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
11063 2003-12-03 Olivier Hainque <hainque@act-europe.fr>
11065 * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
11066 routines. The second one is new functionality to deal with backtracing
11067 through signal handlers.
11068 (unwind): Split into the two separate subroutines above.
11069 Update the documentation, and deal properly with sizeof (REG) different
11070 from sizeof (void*).
11072 2003-12-01 Nicolas Setton <setton@act-europe.fr>
11074 * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
11075 so that the debugger can reliably access the value of the parameter,
11076 and therefore is able to display the exception name when an exception
11077 breakpoint is reached.
11079 2003-12-01 Thomas Quinot <quinot@act-europe.fr>
11081 * fmap.adb: Fix typo in warning message.
11083 * g-socket.ads, g-socket.adb: Make Free a visible instance of
11084 Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
11086 2003-12-01 Vincent Celier <celier@gnat.com>
11088 * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
11090 (Build_Library): Get the switches only if Default_Switches is declared
11093 2003-12-01 Ed Schonberg <schonberg@gnat.com>
11095 * exp_ch6.adb (Expand_Actuals): When applying validity checks to
11096 actuals that are indexed components, reanalyze actual to ensure that
11097 packed array references are properly expanded.
11099 * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
11100 attempted assignment to a discriminant.
11102 2003-12-01 Robert Dewar <dewar@gnat.com>
11104 * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
11107 * switch-c.adb: Minor reformatting of comments
11109 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
11111 * Makefile.in: Clean ups.
11113 2003-12-01 GNAT Script <nobody@gnat.com>
11115 * Make-lang.in: Makefile automatically updated
11117 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
11119 * 5wsystem.ads: Disable zero cost exception, not ready yet.
11121 2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
11123 * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
11124 to force serialization.
11126 2003-11-26 Thomas Quinot <quinot@act-europe.fr>
11128 * g-socket.ads, g-socket.adb:
11129 Clarify documentation of function Stream. Introduce a Free procedure
11130 to release the returned Stream once it becomes unused.
11132 * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
11134 2003-11-26 Arnaud Charlet <charlet@act-europe.fr>
11136 (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
11137 since NT 4 cannot handle timeout values that are too large,
11138 e.g. DWORD'Last - 1.
11140 2003-11-26 Ed Schonberg <schonberg@gnat.com>
11143 (Expand_N_Slice): Recognize all cases of slices that appear as actuals
11144 in procedure calls and whose expansion must be deferred.
11146 * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
11150 (Build_Derived_Array_Type): Create operator for unconstrained type
11151 if ancestor is unconstrained.
11153 2003-11-26 Vincent Celier <celier@gnat.com>
11155 * make.adb (Project_Object_Directory): New global variable
11156 (Change_To_Object_Directory): New procedure
11157 (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
11158 of Change_Dir directly. Do not change working directory to object
11159 directory of main project after each compilation.
11160 (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
11162 Change to object directory of main project before binding step.
11163 (Initialize): Initialize Project_Object_Directory to No_Project
11166 (Build_Library): Take into account Builder'Default_Switches ("Ada") when
11167 binding a Stand-Alone Library.
11169 * output.adb: Update Copyright notice
11170 (Write_Char): Output buffer when full
11172 2003-11-26 Robert Dewar <dewar@gnat.com>
11174 * sem_ch13.adb: (Check_Size): Reset size if size is too small
11177 (Check_Size): Fix documentation to include bit-packed array case
11179 * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
11181 * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
11183 * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
11185 2003-11-24 Arnaud Charlet <charlet@act-europe.fr>
11188 * utils.c (init_gigi_decls): Change name of built-in setjmp to
11189 __builtin_setjmp, since this is apparently needed by recent
11192 2003-11-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11194 * adadecode.c: Only include ctype.h if not IN_GCC.
11195 (__gnat_decode): Use ISDIGIT from safe-ctype.h.
11197 2003-11-24 Jose Ruiz <ruiz@act-europe.fr>
11200 Use 5zintman.ads for VxWorks targets. This file avoid confusion between
11201 signals and interrupts.
11203 * 5zintman.ads: New File.
11205 * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
11206 add exception signals to the set of unmasked signals.
11209 Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
11210 between signals and interrupts.
11211 Add to Unblocked_Signal_Mask the set of signals that are in
11215 Adding a check to see whether the Interrupt_ID we want to unmask is in
11216 the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
11217 reason is that the index type of the Keep_Unmasked array is not always
11218 Interrupt_ID; it may be a subtype of Interrupt_ID.
11220 2003-11-24 Gary Dismukes <dismukes@gnat.com>
11223 (Remove_Side_Effects): Condition constantness of object created for a
11224 an unchecked type conversion on the constantness of the expression
11225 to ensure the correct value for 'Constrained when passing components
11226 of view-converted class-wide objects.
11228 2003-11-24 Robert Dewar <dewar@gnat.com>
11230 * par-load.adb (Load): Improve handling of misspelled and missing units
11231 Removes several cases of compilation abandoned messages
11233 * lib.adb: (Remove_Unit): New procedure
11235 * lib.ads: (Remove_Unit): New procedure
11237 * lib-load.adb: Minor reformatting
11239 2003-11-24 Vincent Celier <celier@gnat.com>
11242 (Gnatmake, Initialize): Call Usage instead of Makeusg directly
11243 (Marking_Label): Label to mark processed source files. Incremented for
11245 (Gnatmake): Increase Marking_Labet for each executable
11246 (Is_Marked): Compare against marking label
11247 (Mark): Mark with marking label
11249 2003-11-24 Jerome Guitton <guitton@act-europe.fr>
11252 Move the declaration of the TSD for System.Threads to System.Soft_Links.
11255 * Makefile.in: Added target pair for s-thread.adb for cert runtime.
11256 (rts-cert): build a single relocatable object for the run-time lib.
11259 2003-11-24 Vasiliy Fofanov <fofanov@act-europe.fr>
11262 Use gnatls rather than gcc to obtain the location of GNAT RTL for
11265 2003-11-24 Sergey Rybin <rybin@act-europe.fr>
11267 * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
11268 can not use it as before (that is, as a variable) when dumping it into
11269 the tree file. Add a local variable to store the result of this
11270 function and to be used as the string to be written into the tree.
11272 * scn.adb (Initialize_Scanner): Add comments explaining the recent
11275 * sinput.adb (Source_First, Source_Last): In case of
11276 Internal_Source_File, replace returning attributes of
11277 Internal_Source_Ptr (which is wrong) with returning attributes of
11280 2003-11-24 Ed Schonberg <schonberg@gnat.com>
11283 (New_Concatenation_Op): Proper name for New_Binary_Operator, only
11284 used for implicit concatenation operators.
11288 (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
11289 task bodies that are in the scope of a Suppress pragma.
11290 (Check_A Call): Use the flag to prevent spurious elaboration checks.
11292 * sinfo.ads, sinfo.adb:
11293 New flag No_Elaboration_Check on function/procedure calls, to properly
11294 suppress checks on calls in task bodies that are within a local suppress
11298 (Expand_Concatenate_Other): Use the proper integer type for the
11299 expression for the upper bound, to avoid universal_integer computations
11302 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
11304 * .cvsignore: Delete.
11306 2003-11-21 Andreas Schwab <schwab@suse.de>
11308 * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
11310 2003-11-21 Vasiliy Fofanov <fofanov@act-europe.fr>
11312 * 5wsystem.ads: Enable zero cost exception.
11314 2003-11-21 Jerome Guitton <guitton@act-europe.fr>
11316 * 5ztiitho.adb: Remove an unreferenced variable.
11318 2003-11-21 Thomas Quinot <quinot@act-europe.fr>
11320 * adaint.c: For FreeBSD, use mkstemp.
11322 2003-11-21 Arnaud Charlet <charlet@act-europe.fr>
11324 * gnatlbr.adb: Now reference Gnat_Static_Version_String.
11326 2003-11-21 Robert Dewar <dewar@gnat.com>
11328 * bld.adb: Remove useless USE of gnatvsn
11330 * gnatchop.adb: Minor reformatting
11331 Clean up version handling to be more consistent
11333 * gnatxref.adb: Minor reformatting
11335 * gprcmd.adb: Minor reformatting
11336 Fix output of copyright to be more consistent with other tools
11338 2003-11-21 Vincent Celier <celier@gnat.com>
11340 * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
11342 2003-11-21 Sergey Rybin <rybin@act-europe.fr>
11344 * atree.adb (Initialize): Add initializations for global variables
11345 used in New_Copy_Tree.
11347 * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
11348 Internal_Source_File as the actual).
11349 Put the set of statements creating Any_Character before the set of
11350 statements creating Any_Array to have Any_Character fully initialized
11351 when it is used in creating Any_Array.
11353 * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
11354 not call Scan in case if the actual is Internal_Source_File
11355 Add 2003 to copyright note.
11357 * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
11358 processing Internal_Source_File.
11360 * types.ads: Add the constant Internal_Source_File representing the
11361 source buffer for artificial source-code-like strings created within
11362 the compiler (the definition of Source_File_Index is changed).
11364 2003-11-20 Arnaud Charlet <charlet@act-europe.fr>
11366 * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
11367 56system.ads: New file, FreeBSD version.
11369 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
11371 * Make-lang.in (ada.extraclean): Delete.
11373 2003-11-19 Arnaud Charlet <charlet@act-europe.fr>
11375 * gnatmem.adb: Clean up verbose output.
11377 * gprcmd.adb: Change copyright to FSF.
11379 2003-11-19 Vincent Celier <celier@gnat.com>
11381 * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
11382 and Version (ignored).
11384 * symbols.ads: (Policy): New type
11385 (Initialize): New parameter Reference, Symbol_Policy and
11387 Remove parameter Force.
11388 Minor reformatting.
11390 * snames.ads, snames.adbadb: New standard names
11391 Library_Reference_Symbol_File and Library_Symbol_Policy
11394 (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
11398 (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
11400 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
11402 * prj.adb: (Project_Empty): New component Symbol_Data
11404 * prj.ads: (Policy, Symbol_Record): New types
11405 (Project_Data): New component Symbol_Data
11408 New attributes Library_Symbol_File, Library_Symbol_Policy and
11409 Library_Reference_Symbol_File.
11412 (Ada_Check): When project is a Stand-Alone library project, process
11413 attribute Library_Symbol_File, Library_Symbol_Policy and
11414 Library_Reference_Symbol_File.
11416 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
11417 5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
11418 5sml-tgt.adb (Build_Dynamic_Library): New parameter
11419 Symbol_Data (ignored).
11421 * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
11422 (Build_Dynamic_Library): New parameter Symbol_Data. New internal
11423 functions Option_File_Name and Version_String. Set new options of
11424 gnatsym related to symbol file, symbol policy and reference symbol
11428 Extensive modifications to take into account the reference symbol file,
11429 the symbol policy, the library version and to put in the symbol file the
11430 minor and major IDs.
11432 * bld.adb (Process_Declarative_Items): Put second argument of
11433 gprcmd to_absolute between single quotes, to avoid problems with
11436 * bld-io.adb: Update Copyright notice.
11437 (Flush): Remove last character of a line, if it is a back slash, to
11438 avoid make problems.
11441 Implement new scheme with reference symbol file and symbol policy.
11443 * g-os_lib.ads: (Is_Directory): Clarify comment
11445 2003-11-19 Robert Dewar <dewar@gnat.com>
11447 * atree.adb: Move New_Copy_Tree global variables to head of package
11449 * errout.adb: Minor reformatting
11451 2003-11-19 Javier Miranda <miranda@gnat.com>
11453 * sem_ch4.adb: (Diagnose_Call): Improve error message.
11454 Add reference to Ada0Y (AI-50217)
11456 * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
11457 sem_util.adb: Add reference to AI-50217
11459 * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
11461 * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
11463 * sem_aggr.adb: Complete documentation of AI-287 changes
11465 * par-ch4.adb: Document previous changes.
11467 * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
11468 sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
11471 * exp_aggr.adb: Add references to AI-287 in previous changes
11473 2003-11-19 Ed Schonberg <schonberg@gnat.com>
11476 (Add_Call_By_Copy_Node): Do not original node of rewritten expression
11477 in the rewriting is the result of an inlined call.
11479 * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
11480 parameter is a type conversion, use original node to construct the
11481 post-call assignment, because expression may have been rewritten, e.g.
11482 if it is a packed array.
11485 (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
11486 body, just as it is in an instance.
11487 Categorization routines
11489 * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
11490 Instantiate_Object): Set proper sloc reference for message on missing
11493 2003-11-19 Thomas Quinot <quinot@act-europe.fr>
11495 * Makefile.in: Add FreeBSD libgnat pairs.
11497 * usage.adb: Fix typo in usage message.
11499 2003-11-19 Jerome Guitton <guitton@act-europe.fr>
11501 * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
11502 s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
11503 pragma Thread_Body.
11504 Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
11506 * s-thread.adb: This file is now a dummy implementation of
11509 2003-11-19 Sergey Rybin <rybin@act-europe.fr>
11511 * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
11513 2003-11-19 Emmanuel Briot <briot@act-europe.fr>
11515 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
11516 instanciation references in the parent type description.
11518 2003-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11520 * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
11522 * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
11523 TYPE_PRECISION directly from esize.
11525 2003-11-18 Thomas Quinot <quinot@act-europe.fr>
11528 Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
11530 * init.c: Initialization routines for FreeBSD
11532 * link.c: Link info for FreeBSD
11534 * sysdep.c: Add the case of FreeBSD
11536 2003-11-17 Jerome Guitton <guitton@act-europe.fr>
11538 * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
11539 already called in System.Threads.
11541 * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
11542 environment task, as it has been moved to System.Threads.Initialization.
11544 2003-11-17 Arnaud Charlet <charlet@act-europe.fr>
11546 * adaint.c (__gnatlib_install_locks): Only reference
11547 __gnat_install_locks on VMS, since other platforms can avoid using
11548 --enable-threads=gnat
11550 2003-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11552 * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
11554 * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
11555 TYPE_PACKED_ARRAY_TYPE_P.
11556 (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
11558 Part of PR ada/12806
11559 * utils.c (float_type_for_precision): Renamed from float_type_for_size.
11560 Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
11562 2003-11-17 Vincent Celier <celier@gnat.com>
11564 * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
11566 Do not set exit status to Failure when Warning is True.
11567 (Gnatchop): Make errors "no compilation units found" and
11568 "no source files written" warnings only.
11570 * make.adb (Gnatmake): When using a project file, set
11571 Look_In_Primary_Dir to False.
11572 (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
11573 and Local_Configuration_Pragmas in the project where they are declared
11574 not an extending project which might have inherited them.
11576 * osint.adb (Locate_File): If Name is already an absolute path, do not
11577 look for a directory.
11579 * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
11580 -gnats (Check_Syntax) is used, issue only a warning, not an error.
11582 * prj.adb (Register_Default_Naming_Scheme): Add new component Project
11583 in objects of type Variable_Value.
11585 * prj.ads: (Variable_Value): New component Project
11587 * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
11588 is in a project extended by Project.
11590 * prj-proc.adb (Add_Attributes): New parameter Project. Set component
11591 Project of Variable_Values to this new parameter value.
11592 (Expression): Set component Project of Variable_Values.
11593 (Process_Declarative_Items): Call Add_Attributes with parameter Project.
11594 Set the component Project in array elements.
11596 2003-11-17 Sergey Rybin <rybin@act-europe.fr>
11598 * errout.adb: (Initialize): Add initialization for error nodes.
11600 * sem_ch12.adb (Initialize): Add missing initializations for
11601 Exchanged_Views and Hidden_Entities.
11603 2003-11-17 Ed Schonberg <schonberg@gnat.com>
11605 * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
11606 already instantiated tree for use in subsequent inlining.
11607 (Analyze_Associations, Instantiate_Formal_Subprogram,
11608 Instantiate_Object): improve error message for mismatch in
11611 * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
11612 instantiations of subprograms declared in instances.
11614 2003-11-17 Javier Miranda <miranda@gnat.com>
11616 * sem_ch4.adb (Analyze_Allocator): Previous modification must be
11617 executed only under the Extensions_Allowed flag.
11619 2003-11-17 Robert Dewar <dewar@gnat.com>
11621 * a-exexda.adb (Address_Image): Fix documentation to indicate leading
11623 (Address_Image): Fix bug of returning 0x instead of 0x0
11624 Minor reformatting (function specs).
11626 * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
11627 (missed case of 33-63)
11629 * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
11631 * s-thread.adb: Add comments for pragma Restriction
11633 * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
11634 sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
11636 2003-11-17 Ed Falis <falis@gnat.com>
11638 * s-thread.adb: Added No_Tasking restriction for this implementation.
11640 2003-11-17 Emmanuel Briot <briot@act-europe.fr>
11642 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
11643 instanciation references in the parent type description.
11645 2003-11-17 GNAT Script <nobody@gnat.com>
11647 * Make-lang.in: Makefile automatically updated
11649 2003-11-16 Jason Merrill <jason@redhat.com>
11651 * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
11652 and TAGS files that include them for each front end.
11654 2003-11-14 Andreas Jaeger <aj@suse.de>
11656 * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
11657 is the canonical version.
11658 * misc.c (gnat_handle_option): Likewise.
11660 * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
11662 * 5nsystem.ads: New file for x86_64-linux-gnu.
11664 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11666 * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
11668 * comperr.adb: Fix logic in previous change.
11670 2003-11-13 Vincent Celier <celier@gnat.com>
11672 * 5bml-tgt.adb (Build_Dynamic_Library): Use
11673 Osint.Include_Dir_Default_Prefix instead of
11674 Sdefault.Include_Dir_Default_Name.
11676 * gnatlbr.adb: Update Copyright notice
11677 (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
11678 Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
11679 instead of Sdefault.Object_Dir_Default_Name
11682 (Process_Binder_File): Never suppress the option following -Xlinker
11685 (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
11686 Sdefault.Object_Dir_Default_Name.
11688 * osint.ads, osint.adb:
11689 (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
11690 Minor reformatting.
11692 * vms_conv.ads: Minor reformating
11693 Remove GNAT STANDARD and GNAT PSTA
11696 Allow GNAT MAKE to have several files on the command line.
11697 (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
11698 Sdefault.Object_Dir_Default_Name.
11700 Remove data for GNAT STANDARD
11703 Add new compiler qualifier /PRINT_STANDARD (-gnatS)
11704 Remove data for GNAT STANDARD
11705 Remove options and documentation for -gnatwb/-gnatwB: these warning
11706 options no longer exist.
11708 2003-11-13 Ed Falis <falis@gnat.com>
11710 * 5zthrini.adb: (Init_RTS): Made visible
11713 (Register): Removed unnecessary call to taskVarGet that checked whether
11714 an ATSD was already set as a task var for the argument thread.
11717 Updated comment to reflect that this is a VxWorks version
11718 Added context clause for System.Threads.Initialization
11719 Added call to System.Threads.Initialization.Init_RTS
11721 2003-11-13 Jerome Guitton <guitton@act-europe.fr>
11724 (Init_RTS): New procedure, for the initialization of the run-time lib.
11727 Remove dependancy on System.Init, so that this file can be used in the
11728 AE653 sequential run-time lib.
11730 2003-11-13 Robert Dewar <dewar@gnat.com>
11732 * bindgen.adb: Minor reformatting
11734 2003-11-13 Ed Schonberg <schonberg@gnat.com>
11737 (Apply_Discriminant_Check): Do no apply check if target type is derived
11738 from source type with no applicable constraint.
11741 (Ensure_System_Dependency): Do not apply the style checks that may have
11742 been specified for the main unit.
11745 (Find_Selected_Component): Further improvement in error message, with
11749 (Resolve): Handle properly the case of an illegal overloaded protected
11752 2003-11-13 Javier Miranda <miranda@gnat.com>
11755 (Has_Default_Init_Comps): New function to check the presence of
11756 default initialization in an aggregate.
11757 (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
11758 extension aggregate of a limited record. In addition, a new formal
11759 was added to do not initialize the record controller (if any) during
11760 this recursive expansion of ancestors.
11761 (Init_Controller): Add support for limited record components.
11762 (Expand_Record_Aggregate): In case of default initialized components
11763 convert the aggregate into a set of assignments.
11765 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
11766 describing the new syntax.
11767 Nothing else needed to be done because this subprogram delegates part of
11768 its work to P_Precord_Or_Array_Component_Association.
11769 (P_Record_Or_Array_Component_Association): Give support to the new
11770 syntax for default initialization of components.
11773 (Resolve_Aggregate): Relax the strictness of the frontend in case of
11774 limited aggregates.
11775 (Resolve_Record_Aggregate): Give support to default initialized
11777 (Get_Value): In case of default initialized components, duplicate
11778 the corresponding default expression (from the record type
11779 declaration). In case of default initialization in the *others*
11780 choice, do not check that all components have the same type.
11781 (Resolve_Extension_Aggregate): Give support to limited extension
11785 (Check_Initialization): Relax the strictness of the front-end in case
11786 of aggregate and extension aggregates. This test is now done in
11787 Get_Value in a per-component manner.
11789 * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
11790 expression corresponds to a limited aggregate. This test is now done
11793 * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
11796 * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
11797 present in an N_Component_Association node
11799 2003-11-13 Thomas Quinot <quinot@act-europe.fr>
11801 * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
11802 type-conformant entry only if they are homographs.
11804 2003-11-13 GNAT Script <nobody@gnat.com>
11806 * Make-lang.in: Makefile automatically updated
11808 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11810 * adadecode.c: Use <> form of include for ctype.h.
11811 * sysdep.c [IN_RTS]: Use <> form of include for time.h.
11813 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11815 * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
11816 Works around PR middle-end/6552.
11818 2003-11-10 Ed Falis <falis@gnat.com>
11820 * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
11822 * 5zinit.adb: (Install_Handler): Moved back to spec
11823 (Install_Signal_Handlers): Deleted
11825 * 5zthrini.adb: Added context clause for System.Storage_Elements
11826 (Register): Only handles creation of taskVar; initialization moved to
11828 (Reset_TSD): Deleted; replaced by Thread_Body_Enter
11829 Added declaration of environment task secondary stack and
11832 * s-thread.adb: Implement bodies for thread body processing
11835 Added comment identifying supported targets for pragma Thread_Body.
11837 2003-11-10 Pascal Obry <obry@gnat.com>
11839 * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
11843 (Open): Properly check for string length before copying into the buffer.
11844 Raises Name_Error if buffer is too small. Note that this was a potential
11847 2003-11-10 Romain Berrendonner <berrendo@act-europe.fr>
11849 * bindgen.adb, comperr.adb: Code clean ups.
11850 * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
11852 2003-11-10 Sergey Rybin <rybin@act-europe.fr>
11854 * gnat1drv.adb: Add call to Sem_Elim.Initialize.
11856 2003-11-10 Vincent Celier <celier@gnat.com>
11859 (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
11862 * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
11864 * prj.adb: (Project_Empty): Add new boolean component Virtual
11866 * prj.ads: (Virtual_Prefix): New constant string
11867 (Project_Data): New boolean component Virtual
11869 * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
11870 a library project is extended by a virtual extending project.
11873 Modifications throughout to implement extending-all project, including:
11874 (Virtual_Hash, Processed_Hash): New hash tables
11875 (Create_Virtual_Extending_Project): New procedure
11876 (Look_For_Virtual_Projects_For): New procedure
11879 (Process): After checking the projects, if main project is an
11880 extending-all project, set the object directory of all virtual extending
11881 project to the object directory of the main project.
11882 Adjust error message when a virtual extending project has the same
11883 object directory as an project being extended.
11884 (Recursive_Process): If name starts with the virtual prefix, set Virtual
11885 to True in the project data.
11888 (Default_Project_Node): Add new boolean component Extending_All
11889 (Is_Extending_All): New function
11890 (Set_Is_Extending_All): New procedure
11892 * prj-tree.ads: (Is_Extending_All): New function
11893 (Set_Is_Extending_All): New procedure
11894 (Project_Node_Record): New boolean component Extending_All
11896 * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
11899 Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
11901 * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
11902 "gprcmd prefix" to define it.
11904 2003-11-10 Thomas Quinot <quinot@act-europe.fr>
11906 * einfo.ads: Fix a typo and remove an extraneous word in comments.
11909 (Create_Dummy_Package_Unit): Set the scope of the entity for the
11910 created dummy package to Standard_Standard, not to itself, to
11911 defend other parts of the front-end against encoutering a cycle in
11915 (Analyze_With_Clause): When setting the entities for the successive
11916 N_Expanded_Names that constitute the name of a child unit, do not
11917 attempt to go further than Standard_Standard in the chain of scopes.
11918 This case arises from the placeholder units created by
11919 Create_Dummy_Package_Unit in the case of a with_clause for a
11920 nonexistent child unit.
11922 2003-11-10 Ed Schonberg <schonberg@gnat.com>
11925 (Expand_Thread_Body): Place subprogram on scope stack, so that new
11926 declarations are given the proper scope.
11929 (Check_Expr_Constants): Reject an expression that contains a constant
11930 created during expansion, and that appears after the object to which
11931 the address clause applies.
11933 * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
11934 Analyze_Iteration_Scheme, to rewrite a loop parameter specification
11935 that uses 'Range of a function call with controlled components, so
11936 that the function result can be finalized before starting the loop.
11939 (Find_Selected_Component): Improve error message when prefix is
11940 an implicit dereference of an incomplete type.
11942 2003-11-10 Robert Dewar <dewar@gnat.com>
11944 * opt.ads: New Print_Standard flag for -gnatS switch
11946 * sem_ch13.adb: Remove some additional checks for unaligned arrays
11948 * cstand.adb (Create_Standard): Print out package standard if -gnatS
11951 * debug.adb: Update doc for -gnatds to discuss relationship with new
11954 * sinfo.adb: Add new field Entity_Or_Associated_Node
11956 * sinfo.ads: Add new field Entity_Or_Associated_Node
11957 Update documentation for Associated_Node and Entity fields to clarify
11958 relationship and usage.
11961 (Write_Id): Properly process Associated_Node field in generic template
11964 Recognize new -gnatS switch for printing package Standard
11965 This replaces gnatpsta
11968 Add line for new -gnatS switch for printing package Standard
11969 This replaces gnatpsta
11971 2003-11-10 Andreas Jaeger <aj@suse.de>
11973 * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
11976 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11978 * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
11981 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11983 * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
11986 * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
11988 * sysdep.c: Add handling of cygwin.
11990 2003-11-10 GNAT Script <nobody@gnat.com>
11992 * Make-lang.in: Makefile automatically updated
11994 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11997 * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
11998 functions. Used to handle dynamic prefix relocation, via set_std_prefix.
11999 Replace GNAT_ROOT by GCC_ROOT.
12001 * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
12003 2003-11-06 Zack Weinberg <zack@codesourcery.com>
12005 * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
12006 and update for changed meaning of GET_MODE_BITSIZE.
12008 2003-11-04 Doug Rupp <rupp@gnat.com>
12010 * sysdep.c: Problem discovered during IA64 VMS port.
12011 [VMS] #include <unixio.h> to get proper prototypes.
12014 Issues discovered/problems fixed during IA64 VMS port.
12015 [VMS] #define _POSIX_EXIT for proper semantics.
12016 [VMS] #include <unixio.h> for proper prototypes.
12017 [VMS] (fork): #define IA64 version.
12018 (__gnat_os_exit): Remove unnecessary VMS specific code.
12020 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12022 Part of PR ada/12806
12024 * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
12028 (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
12031 * targtyps.c, decl.c, misc.c,
12032 gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
12033 routines to work around change in FP sizing semantics in GCC.
12036 (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
12038 * gigi.h: (enumerate_modes): New function.
12040 * Make-lang.in: (ada/misc.o): Add real.h.
12042 * misc.c: (enumerate_modes): New function.
12044 2003-11-04 Robert Dewar <dewar@gnat.com>
12046 * 3vtrasym.adb: Minor reformatting
12047 Use terminology encoded/decoded name, rather than C++ specific notion
12048 of mangling (this is the terminology used throughout GNAT).
12050 * einfo.h: Regenerated
12052 * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
12055 (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
12057 * par-prag.adb: Add dummy entry for Thread_Body pragma
12060 Add entries for System.Threads entities for thread body processing
12063 (Analyze_Pragma, Access attributes): Check these are not applied to a
12064 thread body, since this is not permitted
12066 * sem_prag.adb: Add processing for Thread_Body pragma.
12070 (Resolve_Call): Check for incorrect attempt to call a thread body
12071 procedure with a direct call.
12073 * snames.ads, snames.adb: Add entry for Thread_Body pragma
12074 Add names associated with thread body expansion
12076 * snames.h: Add entry for Thread_Body pragma
12078 * s-thread.adb: Add entries for thread body processing
12079 These are dummy bodies so far
12081 * s-thread.ads: Add documentation on thread body handling.
12082 Add entries for thread body processing.
12084 2003-11-04 Javier Miranda <miranda@gnat.com>
12087 (Build_Limited_Views): Return after posting an error in case of limited
12088 with_clause on subprograms, generics, instances or generic renamings
12089 (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
12090 on subprograms, generics, instances or generic renamings
12092 2003-11-04 Arnaud Charlet <charlet@act-europe.fr>
12094 * raise.c (setup_to_install): Correct mistake in last revision; two
12095 arguments out of order.
12097 * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
12098 gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
12099 notice, missed in previous change.
12100 Remove trailing blanks and other style errors introduced in previous
12103 2003-11-04 Olivier Hainque <hainque@act-europe.fr>
12105 * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
12106 rid of the wrapper for a LJM type, ensuring we don't do that if the
12107 field is addressable. This avoids potential low level type view
12108 mismatches later on, for instance in a by-reference argument passing
12111 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12113 * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
12114 aligned at byte boundary.
12116 2003-11-04 Joel Brobecker <brobecker@gnat.com>
12118 * decl.c (components_to_record): Do not delete the empty variants from
12119 the end of the union type.
12121 2003-11-04 Ed Schonberg <schonberg@gnat.com>
12123 * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
12124 operation for a derived type, an explicit declaration may use a local
12125 subtype of Boolean.
12127 2003-11-04 Vincent Celier <celier@gnat.com>
12129 * make.adb (Gnatmake): Allow main sources on the command line with a
12130 library project when it is only for compilation (no binding or
12133 2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12135 * Makefile.in: Remove many duplicate variables.
12137 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
12139 * Make-lang.in (dvi): Move targets to $(docobjdir).
12140 (gnat_ug_vms.dvi): Simplify rule and adjust target.
12141 (gnat_ug_wnt.dvi): Likewise.
12142 (gnat_ug_unx.dvi): Likewise.
12143 (gnat_ug_vxw.dvi): Likewise.
12144 (gnat_rm.dvi): Likewise.
12145 (gnat-style.dvi): Likewise.
12147 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
12149 * gigi.h: Missed commit from update for C90.
12151 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
12153 * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
12155 2003-10-31 Andreas Schwab <schwab@suse.de>
12157 * raise.c (get_action_description_for): Fix typo in last change.
12159 2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
12162 * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
12163 T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
12165 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
12167 * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
12168 ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
12169 gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
12170 sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
12171 trans.c, utils.c, utils2.c: Convert function prototypes to C90.
12173 2003-10-30 Vasiliy Fofanov <fofanov@act-europe.fr>
12176 Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
12177 numbers when symbol name is too long.
12179 2003-10-30 Ed Falis <falis@gnat.com>
12181 * g-signal.ads, g-signal.adb: New files
12183 * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
12185 * Makefile.rtl: Introduce GNAT.Signals
12187 2003-10-30 Robert Dewar <dewar@gnat.com>
12189 * freeze.adb: Minor reformatting
12191 * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
12193 * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
12194 par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
12195 New handling of Id_Check parameter to improve recognition of keywords
12196 used as identifiers.
12197 Update copyright notice to include 2003
12199 2003-10-29 Robert Dewar <dewar@gnat.com>
12201 * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
12202 sem_ch10.adb: Minor reformatting
12204 * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
12205 (Expand_Assign_Record): Test right hand side for bit unaligned as well
12207 2003-10-29 Vasiliy Fofanov <fofanov@act-europe.fr>
12209 * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
12210 Support for TBK$SYMBOLIZE-based symbolic traceback.
12212 2003-10-29 Jose Ruiz <ruiz@act-europe.fr>
12215 Revert previous change, that did not work well when pragma No_Run_Time
12216 was used in conjunction with a run-time other than ZFP.
12218 2003-10-29 Vincent Celier <celier@gnat.com>
12221 (Gnatmake): When there are no Ada mains in attribute Main, disable the
12222 bind and link steps only is switch -z is not used.
12224 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
12226 * Makefile.generic: Remove duplicated setting of CC.
12228 * Makefile.prolog: Set CC to gcc by default, to override make's
12231 * einfo.h: Regenerated.
12233 2003-10-29 Ed Schonberg <schonberg@gnat.com>
12235 * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
12236 current body, after compiling subunit.
12238 * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
12239 when in deleted code, because gigi needs properly ordered freeze
12240 actions to annotate types.
12242 * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
12243 prevent the premature freezing of record type that contains
12244 subcomponents with a private type that does not yet have a completion.
12246 2003-10-29 Javier Miranda <miranda@gnat.com>
12249 (Analyze_Package_Instantiation): Check that instances can not be used in
12250 limited with_clauses.
12253 (Analyze_Package_Renaming): Check that limited withed packages cannot
12254 be renamed. Improve text on error messages related to limited
12257 * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
12259 * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
12260 Update copyright notice.
12262 * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
12263 (Install_Limited_Context_Clauses): New subprogram that isolates all the
12264 checks required for limited context_clauses and installs the limited
12266 (Install_Limited_Withed_Unit): Complete its documentation.
12267 (Analyze_Context): Check that limited with_clauses are only allowed in
12269 (Install_Context): Call Install_Limited_Context_Clauses after the
12270 parents have been installed.
12271 (Install_Limited_Withed_Unit): Add documentation. Mark the installed
12272 package as 'From_With_Type'; this mark indicates that the limited view
12273 is installed. Used to check bad usages of limited with_clauses.
12274 (Build_Limited_Views): Do not add shadow entities to the scope's list
12275 of entities. Do not add real entities to the Non_Limited_Views chain.
12276 Improve error notification.
12277 (Remove_Context_Clauses): Remove context clauses in two phases:
12278 limited views first and regular views later (to maintain the
12280 (Remove_Limited_With_Clause): If the package is analyzed then reinstall
12281 its visible entities.
12283 2003-10-29 Thomas Quinot <quinot@act-europe.fr>
12285 * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
12286 with any type that Is_Fixed_Point_Type.
12288 * sinfo.ads: Fix documentation for Associated_Node attribute.
12290 2003-10-29 Sergey Rybin <rybin@act-europe.fr>
12292 * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
12293 both '-gnatc' and '-gnatt' are specified.
12295 * atree.adb (Initialize): Add initialization for Node_Count (set to
12298 2003-10-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12300 * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
12301 do not consider as Pure.
12303 Part of implementation of function-at-a-time:
12305 * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
12306 (tree_transform): Add new argument to build_component_ref.
12307 (tree_transform, case N_Assignment_Statement): Make and return an
12309 (tree_transform): If result IS_STMT, set flags and return it.
12310 (gnat_expand_stmt, set_lineno_from_sloc): New functions.
12312 * utils2.c (build_simple_component_ref, build_component_ref): Add new
12314 (build_binary_op, case EQ_EXPR): Pass additional arg to it.
12315 (build_allocator): Likewise.
12317 * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
12318 Add new arg to build_component_ref.
12319 (maybe_unconstrained_array, unchecked_convert): Likewise.
12321 * ada-tree.def (EXPR_STMT): New code.
12323 * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
12325 * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
12326 build_component_ref calls.
12328 * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
12330 * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
12331 (build_component_ref): Add new argument, NO_FOLD_P.
12333 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
12335 * Makefile.generic: Add missing substitution on object_deps handling.
12338 * Make-lang.in (check-ada): Enable ACATS test suite.
12340 2003-10-27 Robert Dewar <dewar@gnat.com>
12343 (Freeze_Array_Type): We do not need an initialization routine for types
12344 derived from String or Wide_String. They should be treated the same
12345 as String and Wide_String themselves. This caused problems with the
12346 use of Initialize_Scalars.
12349 (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
12350 composites. This allows use of component clauses that are not byte
12354 (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
12355 is an attempt to pack an array of atomic objects.
12357 * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
12359 2003-10-27 Pascal Obry <obry@gnat.com>
12362 (Basename): Check for drive letters in a pathname only on DOS based OS.
12364 2003-10-27 Vincent Celier <celier@gnat.com>
12367 (Gnatmake): When unable to change dir to the object dir, display the
12368 content of the parent dir of the obj dir, to try to understand why this
12371 2003-10-27 GNAT Script <nobody@gnat.com>
12373 * Make-lang.in: Makefile automatically updated
12375 2003-10-27 Ed Schonberg <schonberg@gnat.com>
12378 (Inline_Instance_Body): Indicate that the save/restore of use_clauses
12379 should not be done in Save/Restore_Scope_Stack, because it is performed
12383 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
12384 whether use clauses should be removed/restored.
12387 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
12388 whether use clauses should be removed/restored.
12390 2003-10-26 Andreas Jaeger <aj@suse.de>
12392 * Makefile.in: Remove duplicated lines.
12394 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
12396 * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
12397 minimize the differences with ACT tree.
12399 * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
12400 gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
12401 Gnatvsn.Gnat_Static_Version_String to reduce differences between
12404 2003-10-24 Pascal Obry <obry@gnat.com>
12406 * adadecode.c (ostrcpy): New function.
12407 (__gnat_decode): Use ostrcpy of strcpy.
12408 (has_prefix): Set first parameter a const.
12409 (has_suffix): Set first parameter a const.
12410 Update copyright notice. Fix source name in header.
12411 Removes a trailing space.
12414 2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
12417 Remove the test against being in No_Run_Time_Mode before generating a
12418 call to Register_Tag. It is redundant with the test against the
12419 availability of the function Register_Tag.
12421 2003-10-24 Vincent Celier <celier@gnat.com>
12423 * g-catiio.adb: (Month_Name): Correct spelling of February
12425 * make.adb: (Mains): New package
12426 (Initialize): Call Mains.Delete
12427 (Gnatmake): Check that each main on the command line is a source of a
12428 project file and, if there are several mains, each of them is a source
12429 of the same project file.
12430 (Gnatmake): When a foreign language is specified in attribute Languages,
12431 no main is specified on the command line and attribute Mains is not
12432 empty, only build the Ada main. If there is no Ada main, just compile
12433 the Ada sources and their closure.
12434 (Gnatmake): If a main is specified on the command line with directory
12435 information, check that the source exists and, if it does, that the path
12436 is the actual path of a source of a project.
12439 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
12440 Full_Path is True, return the full path instead of the simple file name.
12441 (Project_Of): New function
12444 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
12445 defaulted to False.
12446 (Project_Of): New function
12448 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
12450 * Makefile.generic:
12451 Ensure objects of main project are always checked and rebuilt if needed.
12452 Set CC to gcc by default.
12453 Prepare new handling of link by creating a global archive (not activated
12456 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
12457 stringt.h: Update copyright notice. Remove trailing blanks.
12458 Fix source name in header.
12460 2003-10-24 Robert Dewar <dewar@gnat.com>
12462 * sem_ch12.adb: Minor reformatting
12465 Minor reformatting (including new function return style throughout)
12468 Minor reformatting (including new function return style throughout)
12470 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
12472 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
12473 stringt.h: Update copyright notice. Remove trailing blanks.
12474 Fix source name in header.
12476 2003-10-24 GNAT Script <nobody@gnat.com>
12478 * Make-lang.in: Makefile automatically updated
12480 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
12482 * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
12483 stringt.h: Convert to ISO C90 declarations and definitions.
12485 2003-10-23 Thomas Quinot <quinot@act-europe.fr>
12488 * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
12489 External_Tag attribute definition clauses.
12491 2003-10-23 Ed Schonberg <schonberg@gnat.com>
12494 * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
12495 child unit, generate a fully qualified name to avoid spurious errors
12496 when the context contains renamings of different child units with
12497 the same simple name.
12499 * exp_dbug.ads: Add documentation on name qualification for renamings
12502 2003-10-23 Robert Dewar <dewar@gnat.com>
12504 * g-regpat.ads, g-regpat.adb: Minor reformatting
12506 2003-10-23 Jose Ruiz <ruiz@act-europe.fr>
12508 * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
12510 2003-10-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12512 * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
12515 * urealp.h: (Machine): Update to proper definition.
12517 2003-10-23 Arnaud Charlet <charlet@act-europe.fr>
12519 * init.c, adaint.c: Minor reformatting.
12521 2003-10-23 Danny Smith <dannysmith@users.sourceforge.net>
12523 * adaint.c (w32_epoch_offset): Define static const at file level.
12524 (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
12525 rather than t_create, t_access in call to GetFileTime. Use union
12526 to convert between FILETIME and unsigned long long.
12527 (__gnat_file_time_name): Test for invalid file handle.
12528 (__gnat_set_filetime_name): Support win32 targets using
12529 w32api SetFileTime.
12531 2003-10-22 Danny Smith <dannysmith@users.sourceforge.net>
12533 * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
12535 * ctrl_c.c (__gnat_int_handler): Remove declaration.
12537 * decl.c (creat_concat_name): Const-ify prefix.
12539 * adaint.c: Include ctype.h if __MINGW32__.
12540 (__gnat_readlink): Mark arguments as possibly unused.
12541 (__gnat_symlink): Likewise.
12542 (__gnat_is_symbolic_link): Likewise.
12543 (__gnat_portable_spawn): Likewise. Cast last arg of spawnvp to match
12545 (__gnat_file_time_name): Don't declare struct stat statbuf when
12547 (__gnat_is_absolute_path): Add parenthesis around condition of
12548 'if' statement to avoid warning.
12549 (__gnat_plist_init): Specify void as parameter.
12550 (plist_enter): Likewise.
12551 (plist_leave): Likewise.
12552 (remove_handle): Make static. Initialize prev.
12554 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
12556 * Makefile.in: Disable build of gnatpsta. PR ada/10110.
12557 * cstreams.c (__gnat_full_name): Minor improvements and clean up
12558 of previous change.
12560 2003-10-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12562 * tracebak.c (MAX): Avoid redefinition warning.
12564 * init.c [sgi] (__gnat_error_handler): Remove i, unused.
12565 Change msg to const char *.
12566 (__gnat_install_handler): Remove ss, unused.
12567 [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
12569 * cstreams.c (__gnat_full_name): Declare p only when used.
12570 (__gnat_full_name) [sgi] Return buffer.
12572 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
12574 * mingw32.h: New file.
12575 * gnat_wrapper.adb: New file.
12577 2003-10-22 Jerome Roussel <roussel@act-europe.fr>
12579 * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
12580 string match a pre compiled regular expression (the corresponding
12581 version of the function working on a raw regular expression)
12582 Fix typos in various comments
12583 Update copyright notice in spec
12585 2003-10-21 Gary Dismukes <dismukes@gnat.com>
12588 (Component_Needs_Simple_Initialization): Return False when the type is a
12589 packed bit array. Revise spec comments to document this case.
12592 (Expand_Pragma_Import): Set any expression on the imported object to
12593 empty to avoid initializing imported objects (in particular this
12594 covers the case of zero-initialization of bit arrays).
12595 Update copyright notice.
12597 2003-10-21 Ed Schonberg <schonberg@gnat.com>
12600 (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
12601 a subunit is missing.
12602 (Instantiate_Subprogram_Body): If body of function is missing, set type
12603 of return expression explicitly in dummy body, to prevent cascaded
12604 errors when a subunit is missing.
12608 (Access_Subprogram_Declaration): Verify that return type is valid.
12612 (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
12617 (Corresponding_Discriminant): If the scope of the discriminant is a
12618 private type without discriminant, use its full view.
12621 2003-10-21 Arnaud Charlet <charlet@act-europe.fr>
12623 * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
12624 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
12625 3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
12626 55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
12627 56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
12628 59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
12629 5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
12630 5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
12631 5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
12632 5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
12633 5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
12634 5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
12635 5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
12636 5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
12637 7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
12638 a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
12639 a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
12640 a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
12641 bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
12642 erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
12643 err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
12644 g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
12645 g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
12646 g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
12647 g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
12648 g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
12649 g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
12650 gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
12651 g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
12652 g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
12653 i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
12654 prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
12655 prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
12656 s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
12657 s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
12658 s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
12659 s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
12660 s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
12661 s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
12662 s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
12663 s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
12664 socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
12665 s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
12666 s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
12667 s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
12668 styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
12669 s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
12670 tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
12671 vms_conv.ads, vms_conv.adb, vms_data.ads,
12672 vxaddr2line.adb: Files added. Merge with ACT tree.
12674 * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
12675 5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
12676 5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
12677 5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
12678 g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
12679 s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
12680 s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
12681 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
12682 s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
12683 s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
12685 * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
12686 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
12687 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
12688 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
12689 4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
12690 4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
12691 4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
12692 4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
12693 51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
12694 53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
12695 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
12696 5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
12697 5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
12698 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
12699 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
12700 5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
12701 5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
12702 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
12703 5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
12704 5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
12705 5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
12706 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
12707 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
12708 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
12709 5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
12710 5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
12711 5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
12712 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
12713 5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
12714 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
12715 5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
12716 5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
12717 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
12718 5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
12719 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
12720 7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
12721 7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
12722 a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
12723 a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
12724 a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
12725 a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
12726 a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
12727 ali.adb, ali.ads, ali-util.adb, ali-util.ads,
12728 a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
12729 a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
12730 a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
12731 a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
12732 a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
12733 a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
12734 a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
12735 a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
12736 a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
12737 a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
12738 a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
12739 a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
12740 atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
12741 a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
12742 a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
12743 bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
12744 checks.adb, checks.ads, cio.c, comperr.adb,
12745 comperr.ads, csets.adb, cstand.adb, cstreams.c,
12746 debug_a.adb, debug_a.ads, debug.adb, decl.c,
12747 einfo.adb, einfo.ads, errout.adb, errout.ads,
12748 eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
12749 expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
12750 exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
12751 exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
12752 exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
12753 exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
12754 exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
12755 exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
12756 exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
12757 fe.h, fmap.adb, fmap.ads, fname.adb,
12758 fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
12759 freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
12760 g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
12761 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
12762 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
12763 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
12764 g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
12765 g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
12766 g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
12767 g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
12768 g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
12769 g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
12770 g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
12771 g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
12772 gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
12773 gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
12774 gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
12775 gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
12776 gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
12777 g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
12778 g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
12779 g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
12780 g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
12781 g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
12782 g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
12783 g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
12784 g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
12785 i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
12786 i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
12787 inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
12788 itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
12789 layout.adb, lib.adb, lib.ads, lib-list.adb,
12790 lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
12791 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
12792 link.c, live.adb, make.adb, make.ads,
12793 Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
12794 mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
12795 mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
12796 misc.c, mkdir.c, mlib.adb, mlib.ads,
12797 mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
12798 mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
12799 namet.adb, namet.ads, namet.h, nlists.ads,
12800 nlists.h, nmake.adt, opt.adb, opt.ads,
12801 osint.adb, osint.ads, osint-b.adb, osint-c.adb,
12802 par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
12803 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
12804 par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
12805 par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
12806 prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
12807 prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
12808 prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
12809 prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
12810 prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
12811 prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
12812 prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
12813 prj-util.adb, prj-util.ads, raise.c, raise.h,
12814 repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
12815 rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
12816 s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
12817 s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
12818 scans.ads, scn.adb, scn.ads, s-crc32.adb,
12819 s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
12820 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
12821 sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
12822 sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
12823 sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
12824 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
12825 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
12826 sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
12827 sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
12828 sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
12829 sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
12830 sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
12831 s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
12832 s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
12833 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
12834 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
12835 s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
12836 s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
12837 s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
12838 sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
12839 sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
12840 sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
12841 s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
12842 s-memory.adb, s-memory.ads, snames.adb, snames.ads,
12843 snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
12844 s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
12845 s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
12846 s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
12847 s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
12848 s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
12849 s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
12850 s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
12851 s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
12852 s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
12853 s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
12854 s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
12855 s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
12856 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
12857 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
12858 s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
12859 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
12860 stringt.adb, stringt.ads, stringt.h, style.ads,
12861 stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
12862 s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
12863 s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
12864 switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
12865 s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
12866 table.adb, table.ads, targparm.adb, targparm.ads,
12867 targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
12868 trans.c, tree_io.adb, treepr.adb, treeprs.adt,
12869 ttypes.ads, types.ads, types.h, uintp.adb,
12870 uintp.ads, uintp.h, uname.adb, urealp.adb,
12871 urealp.ads, urealp.h, usage.adb, utils2.c,
12872 utils.c, validsw.adb, validsw.ads, widechar.adb,
12873 xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
12874 xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
12875 einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
12876 gnatvsn.ads: Merge with ACT tree.
12878 * gnatvsn.adb: Rewritten in a simpler and more efficient way.
12880 2003-10-20 Mark Mitchell <mark@codesourcery.com>
12882 * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
12883 (gnat_ug_vmx.info): Likewise.
12884 (gnat_ug_vxw.info): Likewise.
12885 (gnat_ug_wnt.info): Likewise.
12886 (gnat_rm.info): Likewise.
12887 (gnat-style.info): Likewise.
12889 * Make-lang.in (ada.install-info): Remove target.
12890 (info): New target.
12891 (install-info): Likewise.
12892 (gnat_ug_unx.info): Simplify rule.
12893 (gnat_ug_vmx.info): Likewise.
12894 (gnat_ug_vxw.info): Likewise.
12895 (gnat_ug_wnt.info): Likewise.
12896 (gnat_rm.info): Likewise.
12897 (gnat-style.info): Likewise.
12899 2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
12901 * Make-lang.in: Replace uses of $(target_alias) with
12902 $(target_noncanonical).
12903 * ada/Makefile.in: Remove unused mention of $(target_alias).
12905 2003-10-06 Mark Mitchell <mark@codesourcery.com>
12907 * Make-lang.in (ada.info): Replace with ...
12909 (ada.dvi): Replace with ...
12912 2003-09-29 Zack Weinberg <zack@codesourcery.com>
12914 * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
12915 initialize dconstp5 and dconstmp5.
12917 2003-09-28 Richard Henderson <rth@redhat.com>
12919 * trans.c (tree_transform): Update call to expand_asm_operands.
12921 2003-09-21 Richard Henderson <rth@redhat.com>
12923 * trans.c, utils.c: Revert.
12925 2003-09-21 Richard Henderson <rth@redhat.com>
12927 * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
12930 2003-09-04 Michael Matz <matz@suse.de>
12932 * misc.c: Include "target.h".
12933 * Make-lang.in (misc.o): Add dependency on target.h.
12935 2003-09-03 DJ Delorie <dj@redhat.com>
12937 * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
12940 2003-08-30 Zack Weinberg <zack@codesourcery.com>
12942 * Makefile.in: Update substitutions to match changes to
12943 configure. Use include directives instead of @-insertions
12944 to read in host and target fragments. Add a rule to
12945 regenerate ada/Makefile.
12947 2003-07-18 Neil Booth <neil@daikokuya.co.uk>
12949 * lang-options.h: Remove.
12950 * lang.opt: Add help text.
12952 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
12954 * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
12957 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
12959 * misc.c (gnat_handle_option): Don't handle filenames.
12961 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12963 * Make-lang.in: Replace PWD with PWD_COMMAND.
12964 * Makefile.adalib: Likewise.
12965 * Makefile.in: Likewise.
12967 2003-07-04 Matt Kraai <kraai@alumni.cmu.edu>
12969 * misc.c (gnat_argv): Revert last change.
12970 (gnat_handle_option, gnat_init_options): Copy arguments.
12972 2003-07-03 Neil Booth <neil@daikokuya.co.uk>
12974 * misc.c (gnat_argv): Make const.
12976 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
12978 * misc.c (save_argc, save_argv): Keep non-static!
12980 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
12982 * misc.c (save_argc, save_argv): Make static.
12983 (gnat_init_options): New prototype.
12984 (gnat_init_options): Update.
12986 2003-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12988 * gnat_ug.texi: Remove unlikely characters from @vars.
12989 * gnat_ug_vms.texi: Regenerate.
12991 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
12993 * misc.c (record_code_position): Adjust emit_note call.
12995 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
12997 * misc.c (gnat_handle_option): Don't check for missing arguments.
12999 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
13001 * utils.c (end_subprog_body): Adjust expand_function_end call.
13003 2003-06-16 Matt Kraai <kraai@alumni.cmu.edu>
13005 * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
13008 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
13010 * lang.opt: Declare Ada.
13011 * misc.c (gnat_init_options): Update.
13013 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
13015 * utils.c (begin_subprog_body): Adjust init_function_start call.
13017 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
13019 * Make-lang.in: Update to use options.c and options.h.
13020 * misc.c: Include options.h not aoptions.h.
13021 (gnat_handle_option): Abort on unrecognized switch.
13022 (gnat_init_options): Request Ada switches.
13024 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
13026 * lang.opt: Add -Wall.
13027 * misc.c (gnat_handle_option): Handle it.
13029 2003-06-12 Neil Booth <neil@daikokuya.co.uk>
13031 * misc.c (gnat_handle_option): Fix warnings.
13033 2003-06-11 Matt Kraai <kraai@alumni.cmu.edu>
13035 * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
13037 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
13039 * Make-lang.in: Update to handle command-line options.
13040 * lang.opt: New file.
13041 * misc.c: Include aoptions.h.
13042 (cl_options_count, cl_options): Remove.
13043 (gnat_handle_option): New.
13044 (gnat_decode_option): Remove.
13045 (LANG_HOOKS_DECODE_OPTION): Remove.
13046 (LANG_HOOKS_HANDLE_OPTION): Override.
13048 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
13050 * init.c, misc.c, trans.c, utils.c: Remove dead code.
13052 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
13054 * Makefile.in: Replace "host_canonical" with "host" for autoconf
13057 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
13059 * Make-lang.in: Update.
13060 * misc.c: Include opts.h. Define cl_options_count and cl_options.
13062 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
13064 * misc.c (gnat_init_options): Update.
13066 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
13068 * Make-lang.in (ada/b_gnatb.o-warn): Remove.
13069 * bindgen.adb (Gen_Main_C): Mark ensure_reference with
13070 __attribute__ ((__unused__)).
13072 2003-06-05 Jan Hubicka <jh@suse.cz>
13074 * Make-lang.in: Add support for stageprofile and stagefeedback
13076 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
13078 * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
13079 (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
13081 2003-06-04 Matt Kraai <kraai@alumni.cmu.edu>
13083 * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
13084 Remove non-VMS directive.
13085 (Switches for gnatlbr, Optimization Levels): Remove non-VMS
13087 (Examples of gnatls Usage): Remove VMS alternative.
13089 2003-06-04 Olivier Hainque <hainque@act-europe.fr>
13092 * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
13093 and turn ZCX_By_Default back to False since the underlying support
13094 is not quite there yet.
13096 2003-06-01 Andreas Jaeger <aj@suse.de>
13098 * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
13099 and ROUND_TYPE_SIZE_UNIT.
13101 2003-05-22 Geert Bosch <bosch@gnat.com>
13103 * gnat_rm.texi : Remove reference to Ada Core Technologies.
13105 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
13107 * trans.c (tree_transform): Use location_t and input_location
13109 (build_unit_elab): Likewise.
13110 * utils.c (create_label_decl): Likewise.
13112 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
13114 * trans.c (tree_transform, build_unit_elab,
13115 set_lineno): Rename lineno to input_line.
13116 * utils.c (pushdecl, create_label_decl, begin_subprog_body,
13117 end_subprog_body): Likewise.
13118 * utils2.c (build_call_raise): Likewise.
13120 2003-05-01 Laurent Guerby <guerby@acm.org>
13123 * 5iosinte.ads: Increase pthread_cond_t size to match recent
13124 LinuxThread and NPTL version, merge from ACT.
13126 2003-04-28 Zack Weinberg <zack@codesourcery.com>
13128 * utils.c (convert): No need to clear TREE_CST_RTL.
13130 2003-04-23 Geert Bosch <bosch@gnat.com>
13132 * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
13133 1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
13134 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
13135 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
13136 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
13137 4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
13138 4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
13139 4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
13140 4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
13141 4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
13142 4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
13143 4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
13144 52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
13145 5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
13146 5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
13147 5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
13148 5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
13149 5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
13150 5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
13151 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
13152 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
13153 5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
13154 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
13155 5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
13156 5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
13157 5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
13158 5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
13159 5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
13160 5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
13161 5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
13162 5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
13163 5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
13164 5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
13165 5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
13166 5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
13167 5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
13168 5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
13169 5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
13170 5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
13171 5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
13172 5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
13173 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
13174 5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
13175 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
13176 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
13177 7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
13178 7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
13179 9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
13180 a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
13181 a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
13182 a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
13183 a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
13184 a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
13185 a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
13186 a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
13187 a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
13188 a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
13189 a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
13190 a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
13191 a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
13192 a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
13193 a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
13194 a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
13195 a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
13196 a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
13197 a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
13198 a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
13199 a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
13200 a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
13201 a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
13202 a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
13203 a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
13204 a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
13205 a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
13206 a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
13207 a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
13208 a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
13209 a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
13210 a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
13211 a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
13212 a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
13213 a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
13214 a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
13215 a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
13216 a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
13217 a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
13218 a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
13219 a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
13220 a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
13221 a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
13222 a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
13223 a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
13224 a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
13225 a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
13226 a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
13227 a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
13228 a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
13229 a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
13230 a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
13231 a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
13232 a-wttest.ads, ada-tree.h, ada.ads, ada.h,
13233 adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
13234 ali.adb, ali.ads, alloc.ads, argv.c,
13235 atree.adb, atree.ads, atree.h, aux-io.c,
13236 back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
13237 binde.adb, binde.ads, binderr.adb, binderr.ads,
13238 bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
13239 butil.adb, butil.ads, cal.c, calendar.ads,
13240 casing.adb, casing.ads, ceinfo.adb, checks.adb,
13241 checks.ads, cio.c, comperr.adb, comperr.ads,
13242 config-lang.in, csets.adb, csets.ads, csinfo.adb,
13243 cstand.adb, cstand.ads, cuintp.c, debug.adb,
13244 debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
13245 dec-io.ads, dec.ads, deftarg.c, directio.ads,
13246 einfo.adb, einfo.ads, elists.adb, elists.ads,
13247 elists.h, errno.c, errout.adb, errout.ads,
13248 eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
13249 exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
13250 exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
13251 exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
13252 exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
13253 exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
13254 exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
13255 exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
13256 exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
13257 exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
13258 exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
13259 exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
13260 exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
13261 exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
13262 exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
13263 fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
13264 fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
13265 freeze.adb, freeze.ads, frontend.adb, frontend.ads,
13266 g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
13267 g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
13268 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
13269 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
13270 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
13271 g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
13272 g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
13273 g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
13274 g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
13275 g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
13276 g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
13277 g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
13278 g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
13279 g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
13280 g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
13281 g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
13282 g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
13283 g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
13284 g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
13285 g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
13286 g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
13287 g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
13288 get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
13289 gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
13290 gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
13291 gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
13292 gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
13293 gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
13294 gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
13295 gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
13296 hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
13297 i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
13298 i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
13299 i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
13300 i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
13301 i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
13302 i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
13303 inline.adb, inline.ads, interfac.ads, ioexcept.ads,
13304 itypes.adb, itypes.ads, krunch.adb, krunch.ads,
13305 layout.adb, layout.ads, lib-list.adb, lib-load.adb,
13306 lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
13307 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
13308 lib.adb, lib.ads, live.adb, live.ads,
13309 machcode.ads, make.adb, make.ads, makeusg.adb,
13310 makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
13311 mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
13312 memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
13313 mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
13314 mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
13315 mlib.ads, namet.adb, namet.ads, nlists.adb,
13316 nlists.ads, opt.adb, opt.ads, osint-b.adb,
13317 osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
13318 osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
13319 osint.ads, output.adb, output.ads, par-ch10.adb,
13320 par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
13321 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
13322 par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
13323 par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
13324 par-tchk.adb, par-util.adb, par.adb, par.ads,
13325 prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
13326 prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
13327 prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
13328 prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
13329 prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
13330 prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
13331 prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
13332 prj.adb, prj.ads, repinfo.adb, repinfo.ads,
13333 restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
13334 rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
13335 s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
13336 s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
13337 s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
13338 s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
13339 s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
13340 s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
13341 s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
13342 s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
13343 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
13344 s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
13345 s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
13346 s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
13347 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
13348 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
13349 s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
13350 s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
13351 s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
13352 s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
13353 s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
13354 s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
13355 s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
13356 s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
13357 s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
13358 s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
13359 s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
13360 s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
13361 s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
13362 s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
13363 s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
13364 s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
13365 s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
13366 s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
13367 s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
13368 s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
13369 s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
13370 s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
13371 s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
13372 s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
13373 s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
13374 s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
13375 s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
13376 s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
13377 s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
13378 s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
13379 s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
13380 s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
13381 s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
13382 s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
13383 s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
13384 s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
13385 s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
13386 s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
13387 s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
13388 s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
13389 s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
13390 s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
13391 s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
13392 s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
13393 s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
13394 s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
13395 s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
13396 s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
13397 s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
13398 s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
13399 s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
13400 s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
13401 s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
13402 s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
13403 s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
13404 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
13405 s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
13406 s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
13407 s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
13408 s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
13409 s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
13410 s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
13411 s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
13412 s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
13413 s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
13414 s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
13415 s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
13416 s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
13417 s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
13418 s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
13419 s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
13420 s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
13421 s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
13422 s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
13423 s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
13424 s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
13425 s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
13426 s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
13427 s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
13428 scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
13429 sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
13430 sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
13431 sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
13432 sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
13433 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
13434 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
13435 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
13436 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
13437 sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
13438 sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
13439 sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
13440 sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
13441 sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
13442 sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
13443 sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
13444 sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
13445 sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
13446 sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
13447 sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
13448 sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
13449 snames.ads, sprint.adb, sprint.ads, stand.adb,
13450 stand.ads, stringt.adb, stringt.ads, style.adb,
13451 style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
13452 switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
13453 switch-m.ads, switch.adb, switch.ads, system.ads,
13454 table.adb, table.ads, targparm.adb, targparm.ads,
13455 tbuild.adb, tbuild.ads, text_io.ads, trans.c,
13456 tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
13457 tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
13458 ttypef.ads, ttypes.ads, types.adb, types.ads,
13459 uintp.adb, uintp.ads, uname.adb, uname.ads,
13460 unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
13461 usage.adb, usage.ads, validsw.adb, validsw.ads,
13462 widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
13463 xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
13464 xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
13465 formatting and other trivial changes from ACT.
13467 2003-04-12 Zack Weinberg <zack@codesourcery.com>
13469 * gigi.h, utils2.c (build_constructor):
13470 Rename gnat_build_constructor. Use build_constructor.
13471 * decl.c (gnat_to_gnu_entity)
13472 * trans.c (tree_transform, pos_to_constructor, extract_values)
13473 * ada/utils.c (build_template, convert_to_fat_pointer, convert)
13474 (unchecked_convert)
13475 * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
13476 (fill_vms_descriptor):
13479 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13481 * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
13482 * misc.c (gnat_tree_size): New function.
13483 (LANG_HOOKS_TREE_SIZE): Override.
13485 2003-04-03 Jason Merrill <jason@redhat.com>
13487 * misc.c (gnat_adjust_rli): #if 0.
13489 2003-03-31 Geert Bosch <bosch@gnat.com>
13492 * link.c : Fix misspelled "const" keyword
13494 2003-03-23 Mark Mitchell <mark@codesourcery.com>
13497 * utils2.c: Adjust calls to put_var_into_stack.
13499 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
13501 * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
13503 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13505 * misc.c (gnat_init): Update for new prototype.
13507 2003-03-05 Olivier Hainque <hainque@gnat.com>
13510 * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
13511 warning, and fix return type for the IN_RTS && !SJLJ case.
13513 2003-03-04 Tom Tromey <tromey@redhat.com>
13515 * Make-lang.in (ada.tags): New target.
13517 2003-03-04 Olivier Hainque <hainque@act-europe.fr>
13520 * a-except.adb (Unwind_RaiseException): Import a GNAT specific
13521 wrapper, which name remains constant whatever underlying GCC
13524 * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
13525 the stable interface needed for a-except.
13527 2003-03-02 Andreas Jaeger <aj@suse.de>
13529 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
13530 gnat_ug_wnt.texi: Regenerate.
13532 2003-03-02 Laurent Guerby <guerby@acm.org>
13534 * Makefile.in (install-gnatlib): Match previous change there
13537 2003-02-28 Andreas Schwab <schwab@suse.de>
13539 * Make-lang.in (install-gnatlib): Change to ada directory before
13540 running make instead of using ada/Makefile directly.
13542 2003-02-18 Ben Elliston <bje@redhat.com>
13544 Part of fix for PR ada/9406
13545 * gnat_ug.texi (Binder output file): Grammar fix.
13547 2003-02-18 Ben Elliston <bje@redhat.com>
13550 * 5qtaprop.adb (Sleep): Fix typo in comment.
13552 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
13554 * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
13555 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
13556 gnat_ug_wnt.texi: Regenerate.
13558 2003-02-03 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13560 * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
13561 be created if necessary.
13562 (ada.install-common): Let $(DESTDIR)$(bindir) be created
13563 if necessary. Remove erroneous and redundant gnatchop
13564 installation commands. Test for gnatdll before attempting
13566 (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
13567 and gnatdll from all plausible locations.
13569 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
13571 * utils2.c (build_unary_op): Don't check flag_volatile.
13572 * gnat_ug.texi: Remove -fvolatile from example.
13573 * gnat_ug_vxw.texi: Likewise.
13575 2003-01-29 Laurent Guerby <guerby@acm.org>
13578 * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
13579 * Makefile.in: match previous change.
13580 * Make-lang.in: match previous change.
13582 2003-01-29 Joel Sherrill <joel@OARcorp.com>
13584 * 5rosinte.ads: Add SIGXCPU.
13585 * 5rtpopsp.adb: New file.
13586 * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
13587 * Makefile.in: Recognize more RTEMS targets and add the RTEMS
13588 specific file 5rtpopsp.adb.
13589 * adaint.h: Add include of <stdio.h> when target is RTEMS. This
13590 is likely needed for all newlib targets.
13591 * init.c: Add RTEMS specific version of __gnat_initialize().
13593 2003-01-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13595 * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
13597 2003-01-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13599 * init.c (__gnat_error_handler): Make msg const.
13601 * gmem.c (convert_addresses): Move declaration ...
13602 * adaint.h: ... here.
13603 * adaint.c (convert_addresses): Adapt addrs type to match
13606 * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
13608 2003-01-24 Andreas Schwab <schwab@suse.de>
13610 * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
13611 size_t to avoid warning.
13613 2003-01-21 Zack Weinberg <zack@codesourcery.com>
13615 * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
13617 2003-01-09 Geoffrey Keating <geoffk@apple.com>
13619 * gnat_rm.texi: Remove RCS version number.
13621 * ada-tree.h (union lang_tree_node): Add chain_next option.
13623 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13625 * Make-lang.in (ada.install-info, ada.install-common,
13626 ada.uninstall): Prepend $(DESTDIR) to the destination
13627 directory in all (un)installation commands.
13628 * Makefile.in (install-gnatlib, install-rts): Ditto.
13630 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
13632 * gnat_rm.texi, gnat_ug.texi: Use @copying.
13633 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
13634 gnat_ug_wnt.texi: Regenerate.
13636 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
13638 * gnat_rm.texi: Include gcc-common.texi. Use GCC version number
13640 * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
13641 $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
13642 $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
13643 ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
13644 ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
13645 $(srcdir)/doc/include/gcc-common.texi.
13647 2002-12-15 Geert Bosch <bosch@gnat.com>
13649 * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
13651 2002-12-14 Geert Bosch <bosch@gnat.com>
13653 * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
13654 case of a body created for a Renaming_As_Body, on which
13655 conformance checks are not performed. Fixes PR ada/5690.
13657 2002-11-30 Zack Weinberg <zack@codesourcery.com>
13659 * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
13660 utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
13661 not already included.
13662 * Make-lang.in: Update dependencies.
13664 2002-11-18 Nathanael Nerode <neroden@gcc.gnu.org>
13665 * adaint.c (__gnat_tmp_name): Better, but good enough for now,
13666 solution to buffer overflow bug on GNU/Linux.
13668 2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
13669 Closes PR ada/5856 and PR ada/6919 !
13670 * bindgen.adb: Remove all references to Public_Version.
13671 * comperr.adb: Remove all references to Public_Version and
13672 GNATPRO_Version; correct bug reporting instructions.
13673 * comperr.ads: Change to match bug box.
13674 * gnatvsn.ads: Remove all references to Public version and
13677 2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org>
13679 * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
13683 * config-lang.in: Remove diff_excludes.
13685 2002-11-05 Graham Stott <graham.stott@btinternet.com>
13687 * trans.c (gnu_pending_elaboration_lists): New GC root.
13688 (build_unit_elab): Use..
13690 2002-10-30 Geert Bosch <bosch@gnat.com>
13692 * misc.c : Include optabs.h
13694 * Make-lang.in (misc.o): Add dependency on optabs.h
13696 2002-10-29 Geert Bosch <bosch@gnat.com>
13698 * Make-lang.in (gnatbind): Depend on CONFIG_H
13700 2002-10-29 Geert bosch <bosch@gnat.com>
13702 * misc.c: Unrevert misc.c (1.13)
13704 2002-10-28 Nathanael Nerode <neroden@gcc.gnu.org>
13706 * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
13707 maintainership comments.
13709 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13711 * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
13712 5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
13713 5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
13714 7staprop.adb: Correct statements in comments about
13715 maintainership of GNAT.
13718 * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
13719 gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
13720 osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
13721 osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
13722 s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
13723 s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
13724 sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
13725 switch-c.ads switch-m.adb switch-m.ads: Correct statements in
13726 comments about maintainership of GNAT.
13728 PR ada/6919 (forward port of patch for PR ada/5904)
13729 * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
13730 4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
13731 4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
13732 4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
13733 4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
13734 4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
13735 4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
13736 52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
13737 5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
13738 5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
13739 5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
13740 5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
13741 5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
13742 5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
13743 5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
13744 5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
13745 5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
13746 5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
13747 5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
13748 5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
13749 5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
13750 5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
13751 5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
13752 5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
13753 5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
13754 5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
13755 5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
13756 5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
13757 7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
13758 a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
13759 a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
13760 a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
13761 a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
13762 a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
13763 a-except.adb a-except.ads a-excpol.adb a-exctra.adb
13764 a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
13765 a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
13766 a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
13767 a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
13768 a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
13769 a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
13770 a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
13771 a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
13772 a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
13773 a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
13774 a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
13775 a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
13776 a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
13777 a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
13778 a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
13779 a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
13780 a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
13781 a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
13782 a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
13783 a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
13784 a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
13785 a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
13786 a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
13787 a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
13788 a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
13789 a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
13790 a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
13791 a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
13792 a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
13793 a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
13794 a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
13795 a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
13796 a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
13797 adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
13798 alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
13799 back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
13800 binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
13801 bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
13802 ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
13803 csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
13804 cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
13805 debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
13806 einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
13807 errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
13808 exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
13809 exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
13810 exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
13811 exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
13812 exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
13813 exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
13814 exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
13815 exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
13816 exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
13817 exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
13818 exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
13819 exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
13820 exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
13821 final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
13822 fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
13823 freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
13824 g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
13825 g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
13826 gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
13827 gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
13828 gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
13829 gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
13830 gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
13831 gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
13832 i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
13833 i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
13834 i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
13835 i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
13836 impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
13837 itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
13838 lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
13839 lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
13840 lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
13841 lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
13842 makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
13843 namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
13844 nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
13845 osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
13846 par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
13847 par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
13848 par-endh.adb par-labl.adb par-load.adb par-prag.adb
13849 par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
13850 prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
13851 prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
13852 prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
13853 prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
13854 prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
13855 prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
13856 repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
13857 rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
13858 s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
13859 s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
13860 s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
13861 s-direio.adb s-direio.ads s-except.ads s-exctab.adb
13862 s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
13863 s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
13864 s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
13865 s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
13866 s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
13867 s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
13868 s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
13869 s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
13870 s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
13871 s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
13872 s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
13873 s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
13874 s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
13875 s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
13876 s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
13877 s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
13878 s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
13879 s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
13880 s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
13881 s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
13882 s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
13883 s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
13884 s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
13885 s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
13886 s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
13887 s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
13888 s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
13889 s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
13890 s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
13891 s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
13892 s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
13893 s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
13894 s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
13895 s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
13896 s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
13897 s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
13898 s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
13899 s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
13900 s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
13901 s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
13902 s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
13903 s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
13904 s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
13905 s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
13906 s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
13907 s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
13908 s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
13909 s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
13910 s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
13911 s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
13912 s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
13913 s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
13914 s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
13915 s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
13916 s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
13917 s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
13918 s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
13919 s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
13920 s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
13921 s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
13922 s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
13923 s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
13924 s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
13925 s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
13926 s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
13927 s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
13928 s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
13929 s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
13930 s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
13931 s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
13932 s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
13933 s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
13934 s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
13935 s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
13936 s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
13937 s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
13938 s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
13939 s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
13940 scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
13941 sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
13942 sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
13943 sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
13944 sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
13945 sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
13946 sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
13947 sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
13948 sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
13949 sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
13950 sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
13951 sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
13952 sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
13953 sem_type.adb sem_type.ads sem_util.adb sem_util.ads
13954 sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
13955 sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
13956 sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
13957 sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
13958 snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
13959 stringt.ads stringt.h style.adb style.ads stylesw.adb
13960 stylesw.ads switch.adb switch.ads sysdep.c system.ads
13961 table.adb table.ads targparm.adb targparm.ads targtyps.c
13962 tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
13963 tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
13964 treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
13965 types.adb types.ads types.h uintp.adb uintp.ads uintp.h
13966 uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
13967 usage.ads utils.c utils2.c validsw.adb validsw.ads
13968 widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
13969 xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
13970 xtreeprs.adb: Correct statements in comments about maintainership
13973 2002-09-23 Zack Weinberg <zack@codesourcery.com>
13975 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
13976 * Makefile.in (TOOLS_LIBS): Add ../../version.o.
13977 * gnatvsn.ads: Gnat_Version_String is now a function.
13978 * gnatvsn.adb: New file. When asked for Gnat_Version_String,
13979 copy the C version_string into a String and return it.
13980 * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
13981 gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
13982 Remove pragma Ident (Gnat_Version_String). If this was the
13983 sole use of package Gnatvsn, remove the with statement too.
13984 * gnat1drv.adb: Tweak -gnatv output.
13986 2002-09-17 Richard Henderson <rth@redhat.com>
13988 * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
13989 * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
13990 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
13991 (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
13992 * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
13993 and real_2expN instead of a loop.
13994 * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
13995 (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
13997 2002-08-25 Andre Leis <a.leis@gmx.net>
13998 David Billinghurst (David.Billinghurst@riotinto.com>
14000 * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
14002 2002-08-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14004 * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
14005 Remove $(CONFIG_H) dependency.
14007 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
14009 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
14011 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14013 * adadecode.c (ada_demangle): Use xstrdup in lieu of
14015 * misc.c (gnat_decode_option): Likewise.
14017 2002-07-15 Florian Weimer <fw@deneb.enyo.de>
14019 * make.adb (Add_Switch): Make Generic_Position a procedure. The
14020 function approach did not work well because of a side effect (the
14021 function call could reallocate the table which was being indexed
14022 using its result). Fixes ada/4851. [RESURRECTED]
14024 2002-07-01 Roger Sayle <roger@eyesopen.com>
14026 * ada/utils.c (builtin_function): Accept an additional parameter.
14028 2002-06-28 Andreas Jaeger <aj@suse.de>
14031 * Makefile.in: Fix typo in comment, patch by Adrian Knoth
14034 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14036 * Makefile.in (SHELL): Set to @SHELL@.
14038 2002-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14040 * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
14041 array size calculation.
14043 2002-06-04 Andreas Jaeger <aj@suse.de>
14045 * Make-lang.in (gnatbind): Readd rule that has been lost in last
14048 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
14050 Merge from pch-branch:
14052 * config-lang.in (gtfiles): Add ada-tree.h.
14053 * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
14054 (SET_TYPE_MODULUS): New.
14055 (SET_TYPE_INDEX): New.
14056 (SET_TYPE_DIGITS_VALUE): New.
14057 (SET_TYPE_RM_SIZE): New.
14058 (SET_TYPE_UNCONSTRAINED_ARRAY): New.
14059 (SET_TYPE_ADA_SIZE): New.
14060 (SET_TYPE_ACTUAL_BOUNDS): New.
14061 (SET_DECL_CONST_CORRESPONDING_VAR): New.
14062 (SET_DECL_ORIGINAL_FIELD): New.
14063 (TREE_LOOP_ID): Correct typo.
14064 * decl.c: Use new macros.
14065 * utils.c: Include debug.h, use new macros.
14066 * utils2.c: Use new macros.
14068 * ada-tree.h: Update all macros for new tree description.
14069 (struct tree_loop_id): New.
14070 (union lang_tree_node): New.
14071 (struct lang_decl): New.
14072 (struct lang_type): New.
14073 * misc.c (gnat_mark_tree): Delete.
14074 (LANG_HOOKS_MARK_TREE): Delete.
14075 * trans.c (tree_transform): No longer any need to cast
14078 * utils.c (struct language_function): New dummy structure.
14080 * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
14081 (misc.o): Likewise.
14082 (utils.o): Likewise; also gtype-ada.h.
14083 * Make-lang.in (gnat1): Add dependency on s-gtype.
14084 (gnatbind): Add dependency on $(CONFIG_H).
14085 * utils.c: Correct last #include.
14086 (stuct e_stack): Remove unnecessary 'static'.
14087 (mark_e_stack): Remove unused prototype.
14089 * scn-nlit.adb: Remove whitespace after version number to
14090 keep lines under 80 chars.
14091 * snames.adb: Likewise.
14092 * treepr.ads: Likewise.
14094 * Makefile.in (decl.o): Include gt-ada-<filename>.h.
14095 (misc.o): Likewise.
14096 (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
14097 * config-lang.in (gtfiles): New.
14098 * decl.c: Use gengtype for roots.
14099 * gigi.h: Use gengtype for roots.
14100 * trans.c: Use gengtype for roots.
14101 * utils.c: Use gengtype for roots, marking. Include gtype-ada.h.
14103 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
14105 * misc.c (gnat_init): Adjust setting of internal_error_function.
14107 2002-06-01 Joseph S. Myers <jsm28@cam.ac.uk>
14109 * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
14110 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
14111 gnat_ug_wnt.texi: Regenerate.
14113 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
14115 * 5ntaprop.adb (with System.OS_Primitives): Remove.
14117 * cstreams.c (max_path_len): Move from here ...
14118 * adaint.c (__gnat_max_path_len): ... to here.
14119 * adaint.c (__gnat_max_path_len): Declare.
14120 * g-dirope.adb (Max_Path): Adjust.
14121 * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
14122 * i-cstrea.ads (max_path_len): Adjust.
14123 * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
14124 * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
14126 * Makefile.in, Make-lang.in: Documentation is now built in
14127 Make-lang.in. Store Info and generated Texinfo files in the
14129 * gnat_ug.texi: Remove CVS keywords, correct version number.
14130 Set file name correctly.
14132 * gnat_ug_*.texi: Add.
14133 * .cvsignore: Ignore generated Texinfo files.
14135 2002-05-30 Zack Weinberg <zack@codesourcery.com>
14137 * ada.h: Add MI guard macro.
14138 (SUBTYPE): Define constants with an anonymous enum, not static
14140 (IN): Cast constants to appropriate type before use.
14142 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
14144 * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
14147 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14149 * Make-lang.in (CP, ECHO): Copy from Makefile.in.
14150 (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
14151 (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
14152 (ALL_ADA_CFLAGS): Likewise.
14153 (ADA_INCLUDES): Likewise.
14154 Adapt for new working dir.
14155 (GNATBIND): Use Makefile.in version.
14156 (.SUFFIXES): Copy from Makefile.in.
14157 (ada-warn): Define.
14158 (.adb.o, .ads.o): Copy from Makefile.in.
14159 Added $(OUTPUT_OPTION).
14160 (GNAT1_C_OBJS): Moved from Makefile.in.
14161 Prefix with ada subdir.
14162 (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
14163 (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
14164 Adapt for new working dir.
14165 (EXTRA_GNATBIND_OBJS): Likewise.
14166 (ADA_BACKEND): Moved from Makefile.in.
14167 Renamed to avoid conflict with global BACKEND.
14169 (TARGET_ADA_SRCS): Moved from Makefile.in.
14170 (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
14172 (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
14173 (ada_extra_files): Moved from Makefile.in.
14174 Prefix with ada subdir.
14175 (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
14176 (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
14177 (ada/nmake.ads): Likewise.
14178 (update-sources): Moved from Makefile.in.
14179 Prefix with ada subdir.
14180 (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
14181 (ADA_TREE_H): Likewise.
14182 (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
14183 (ada/memtrack.o): Likewise.
14184 (ada/adadecode.o): Likewise.
14185 Update dependencies.
14186 (ada/adaint.o): New.
14187 (ada/argv.o): Moved from Makefile.in.
14188 Prefix with ada subdir.
14189 Update dependencies.
14190 (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
14191 (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
14192 (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
14193 Prefix with ada subdir.
14194 (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
14195 (GNAT DEPENDENCIES): Regenerate.
14196 * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
14197 toplevel Makefile.in.
14198 (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
14199 (TARGET_ADA_SRCS): Removed.
14200 (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
14201 (GNATBIND_OBJS): Likewise.
14202 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
14203 (BACKEND): Removed.
14204 (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
14205 (TREE_H): Likewise.
14206 (ada_extra_files): Likewise.
14207 (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
14208 (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
14209 (update-sources): Likewise.
14210 (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
14211 (ADA_TREE_H): Likewise.
14212 (adadecoce.o): Likewise.
14213 (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
14214 (GNAT DEPENDENCIES): Likewise.
14216 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14218 * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
14219 * Makefile.in: Likewise.
14221 2002-05-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14223 * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
14224 Restore $(CONFIG_H) and prefix.o dependencies.
14225 (ada.stage[1-4]): Depend on stage?-start.
14227 * Makefile.in (b_gnatb.c): Depend on interfac.o.
14229 2002-05-02 Jim Wilson <wilson@redhat.com>
14231 * utils.c (finish_record_type): Change record_size to record_type.
14233 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
14235 * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
14236 (ALL_ADA_CFLAGS): Define. Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
14237 ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
14239 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
14241 * misc.c (gnat_parse_file): Update.
14243 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
14245 * misc.c (gnat_init): Don't set lang_attribute_common.
14247 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
14249 * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
14251 2002-04-21 Florian Weimer <fw@deneb.enyo.de>
14253 * gnat_ug.texi: New file.
14255 * gnat_rm.texi: Do not include texiplus.texi. Include fdl.texi
14256 instead of gfdl.texi
14258 * xgnatug.adb, ug_words: New files.
14260 * Makefile.in (doc, dvi): New targets. Build gnat_ug_*,
14261 gnat_rm and gnat-style manuals.
14263 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
14265 * gigi.h (incomplete_type_error): Remove.
14266 * utils.c (incomplete_type_error): Remove.
14268 2002-04-16 Mark Mitchell <mark@codesourcery.com>
14270 * trans.c (tree_transform): Add has_scope argument to
14271 expand_start_stmt_expr.
14273 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
14275 * gigi.h (truthvalue_conversion): Rename.
14276 * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
14277 * trans.c (tree_transform): Update.
14278 * utils2.c (truthvalue_conversion): Rename, update.
14279 (build_binary_op, build_unary_op): Update.
14281 2002-04-04 Laurent Guerby <guerby@acm.org>
14283 * make.adb: Implement -margs, remove restriction about file name placement.
14284 * makeusg.adb: Documentation update.
14285 * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
14286 * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
14288 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
14290 * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
14291 (builtin_function): Similarly.
14293 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
14295 * decl.c (gnat_to_gnu_entity): Update.
14296 * gigi.h (mark_addressable): Rename.
14297 * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
14298 * trans.c (tree_transform): Update.
14299 * utils.c (create_var_decl): Update.
14300 * util2.c (build_binary_op, build_unary_op,
14301 fill_vms_descriptor): Update.
14302 (mark_addressable): Rename, update.
14304 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
14306 * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
14308 * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
14309 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
14310 * trans.c (tree_transform, convert_with_check): Update.
14311 * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
14314 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
14316 * gigi.h (finish_incomplete_decl): Rename.
14317 * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
14318 * utils.c (gnat_init_decl_processing): Don't set hook.
14319 (finish_incomplete_decl): Rename.
14321 2002-03-29 Andreas Schwab <schwab@suse.de>
14323 * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
14326 2001-03-28 Robert Dewar <dewar@gnat.com>
14329 (Remove_Checks): New procedure
14332 (Remove_Checks): New procedure
14335 Use new Duplicate_Subexpr functions
14336 (Duplicate_Subexpr_No_Checks): New procedure
14337 (Duplicate_Subexpr_No_Checks_Orig): New procedure
14338 (Duplicate_Subexpr): Restore original form (checks duplicated)
14339 (Duplicate_Subexpr): Call Remove_Checks
14342 (Duplicate_Subexpr_No_Checks): New procedure
14343 (Duplicate_Subexpr_No_Checks_Orig): New procedure
14344 Add 2002 to copyright notice
14346 * sem_util.adb: Use new Duplicate_Subexpr functions
14349 (Eval_Indexed_Component): This is the place to call
14350 Constant_Array_Ref and to replace the value. We simply merge
14351 the code of this function in here, since it is now no longer
14352 used elsewhere. This fixes the problem of the back end not
14353 realizing we were clever enough to see that this was
14355 (Expr_Val): Remove call to Constant_Array_Ref
14356 (Expr_Rep_Val): Remove call to Constant_Array_Ref
14358 (Constant_Array_Ref): Deal with string literals (patch
14359 suggested by Zack Weinberg on the gcc list)
14361 2001-03-28 Ed Schonberg <schonber@gnat.com>
14363 * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
14364 Duplicate_Subexpr_Move_Checks.
14366 * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
14367 Duplicate_Subexpr_Move_Checks.
14369 * sem_eval.adb: (Constant_Array_Ref): Verify that constant
14370 value of array exists before retrieving it (it may a private
14371 protected component in a function).
14373 2002-03-28 Geert Bosch <bosch@gnat.com>
14375 * prj-pp.adb : New file.
14377 * prj-pp.ads : New file.
14379 2002-03-28 Andreas Jaeger <aj@suse.de>
14381 * Makefile.in (stamp-sdefault): Fix path for Makefile.
14383 2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
14385 * misc.c (gnat_expand_expr): Move prototype.
14387 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
14389 * misc.c (insert_default_attributes): Remove.
14391 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
14393 * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
14394 (gnat_init): Don't set hook.
14395 (gnat_expand_expr): Fix prototype.
14397 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
14399 * misc.c (ggc_p): Remove.
14401 2002-03-27 Geert Bosch <bosch@gnat.com>
14403 * prj-makr.ads, prj-makr.adb : New files.
14405 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
14407 * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
14408 (lang_mark_tree): Make static, rename.
14410 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
14412 * misc.c (maybe_build_cleanup): Remove.
14414 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
14416 * gigi.h (yyparse): Remove.
14418 2002-03-23 Florian Weimer <fw@deneb.enyo.de>
14420 * gnat_rm.texi: Sync with ACT version.
14421 (From Ben Brosgol <brosgol@gnat.com>)
14423 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
14425 * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
14426 (gnat_init): Remove old hook.
14428 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
14430 * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
14431 (yyparse): Rename gnat_parse_file.
14433 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
14435 Delete all lines containing "$Revision:".
14436 * xeinfo.adb: Don't look for revision numbers.
14437 * xnmake.adb: Likewise.
14438 * xsinfo.adb: Likewise.
14439 * xsnames.adb: Likewise.
14440 * xtreeprs.adb: Likewise.
14442 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14444 * misc.c (gnat_tree_code_type, gnat_tree_code_length,
14445 gnat_tree_code_name): Delete.
14446 (tree_code_type, tree_code_length, tree_code_name): Define.
14447 (gnat_init): Don't try to copy into the various tree_code
14450 2002-03-11 Richard Henderson <rth@redhat.com>
14452 * Makefile.in (.NOTPARALLEL): Add fake tag.
14454 2002-03-07 Geert Bosch <bosch@gnat.com>
14456 * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
14457 s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
14458 switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
14459 switch-m.adb, switch-m.ads : New files.
14461 2002-03-07 Geert Bosch <bosch@gnat.com>
14463 * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
14464 4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
14465 4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
14466 4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
14467 5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
14468 5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
14469 5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
14470 5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
14471 5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
14472 5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
14473 5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
14474 5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
14475 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
14476 5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
14477 5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
14478 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
14479 5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
14480 5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
14481 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
14482 5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
14483 7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
14484 Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
14485 a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
14486 a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
14487 a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
14488 a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
14489 a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
14490 a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
14491 a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
14492 adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
14493 atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
14494 bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
14495 csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
14496 einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
14497 eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
14498 exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
14499 exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
14500 exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
14501 exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
14502 exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
14503 expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
14504 freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
14505 g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
14506 g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
14507 g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
14508 g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
14509 g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
14510 g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
14511 gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
14512 gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
14513 gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
14514 i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
14515 impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
14516 lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
14517 lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
14518 memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
14519 mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
14520 nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
14521 output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
14522 par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
14523 prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
14524 prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
14525 prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
14526 rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
14527 s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
14528 s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
14529 s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
14530 s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
14531 s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
14532 s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
14533 s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
14534 s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
14535 s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
14536 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
14537 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
14538 s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
14539 s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
14540 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
14541 s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
14542 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
14543 sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
14544 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
14545 sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
14546 sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
14547 sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
14548 sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
14549 sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
14550 sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
14551 sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
14552 snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
14553 stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
14554 table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
14555 tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
14556 treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
14557 types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
14558 utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
14559 xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
14561 * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
14562 g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
14563 mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
14564 osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
14566 * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
14567 5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
14569 * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
14570 to mdll-fil.ad[bs] and mdll-util.ad[bs]
14572 * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
14573 from mdllfile.ad[bs] and mdlltool.ad[bs]
14575 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14577 * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
14578 lieu of explicit sizeof/sizeof.
14580 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
14582 * misc.c (copy_lang_decl): Remove.
14584 2002-02-27 Zack Weinberg <zack@codesourcery.com>
14586 * misc.c: Delete traditional-mode-related code copied from the
14587 C front end but not used, or used only to permit the compiler
14590 2002-02-07 Richard Henderson <rth@redhat.com>
14592 * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
14593 * adaint.h (__gnat_to_gm_time): Update prototype.
14595 2002-01-30 Richard Henderson <rth@redhat.com>
14597 * trans.c (tree_transform) [N_Loop_Statement]: Use
14598 expand_exit_loop_top_cond.
14600 2001-12-23 Richard Henderson <rth@redhat.com>
14602 * utils.c (end_subprog_body): Push GC context around
14603 rest_of_compilation for nested functions.
14605 2001-12-23 Richard Henderson <rth@redhat.com>
14607 * 5nosinte.ads: Get definition of "int" from Interfaces.C.
14609 2001-12-23 Florian Weimer <fw@deneb.enyo.de>
14611 * gnat-style.texi (Declarations and Types): Remove ancient style
14612 rule which was mandated by code generation issues.
14614 * gnat-style.texi (header): Add @dircategory, @direntry.
14615 (title page): Remove date.
14616 (general) Add @./@: where approriate, and two spaces after the
14617 full stop at the end of a sentence. Use @samp markup when
14618 referring concrete lexical entities (keywords, attribute names
14619 etc.), and @syntax for ARM grammar elements. Use @r for English
14620 text in comments. Use @emph for emphasis. Change "if-statements"
14621 etc. to "if statements" (without @samp). Break long lines. Make
14622 casing of section names consistent.
14623 (Identifiers): Use @samp markup for variable names.
14624 (Comments): Use @samp markup for comment characters. Line-end
14625 comments may follow any Ada code, not just statements. Fix
14626 misspelling of "Integer" as "integer".
14627 (Loop statements): Do not use variable name "I", use "J".
14628 (Subprogram Declarations): Document alignment.
14629 (Subprogram Bodies, Block statements): Document empty line before
14632 2001-12-22 Florian Weimer <fw@deneb.enyo.de>
14634 * make.adb (Add_Switch): Make Generic_Position a procedure. The
14635 function approach did not work well because of a side effect (the
14636 function call could reallocate the table which was being indexed
14637 using its result). Fixes ada/4851.
14639 2001-12-19 Robert Dewar <dewar@gnat.com>
14641 * bindgen.adb: Minor reformatting
14643 * cstand.adb: Minor reformatting
14645 * fmap.adb: Minor reformatting
14646 Change name from Add for Add_To_File_Map (Add is much too generic)
14647 Change Path_Name_Of to Mapped_Path_Name
14648 Change File_Name_Of to Mapped_File_Name
14649 Fix copyright dates in header
14652 Change name from Add for Add_To_File_Map (Add is much too generic)
14653 Change Path_Name_Of to Mapped_Path_Name
14654 Change File_Name_Of to Mapped_File_Name
14655 Fix copyright dates in header
14657 * fname-uf.adb: Minor reformatting. New names of stuff in Fmap.
14658 Add use clause for Fmap.
14660 * make.adb: Minor reformatting
14662 * osint.adb: Minor reformatting. Change of names in Fmap.
14663 Add use clause for Fmap.
14665 * prj-env.adb: Minor reformatting
14667 * prj-env.ads: Minor reformatting
14669 * switch.adb: Minor reformatting. Do proper raise of Bad_Switch if
14670 error found (there were odd exceptions to this general rule in
14671 -gnatec/-gnatem processing)
14673 2001-12-19 Olivier Hainque <hainque@gnat.com>
14675 * raise.c (__gnat_eh_personality): Exception handling personality
14676 routine for Ada. Still in rough state, inspired from the C++ version
14677 and still containing a bunch of debugging artifacts.
14678 (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
14679 inspired from the C++ library.
14681 * raise.c (eh_personality): Add comments. Part of work for the GCC 3
14682 exception handling integration.
14684 2001-12-19 Arnaud Charlet <charlet@gnat.com>
14686 * Makefile.in: Remove use of 5smastop.adb which is obsolete.
14687 (HIE_SOURCES): Add s-secsta.ad{s,b}.
14688 (HIE_OBJS): Add s-fat*.o
14689 (RAVEN_SOURCES): Remove files that are no longer required. Add
14690 interrupt handling files.
14691 (RAVEN_MOD): Removed, no longer needed.
14693 2001-12-19 Robert Dewar <dewar@gnat.com>
14695 * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
14696 Add 2001 to copyright date
14698 * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
14699 need to force universal inlining for these cases.
14701 2001-12-19 Arnaud Charlet <charlet@gnat.com>
14703 * s-taprob.adb: Minor clean ups so that this unit can be used in
14706 * exp_ch7.adb: Allow use of secondary stack in HI mode.
14707 Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
14709 2001-12-19 Vincent Celier <celier@gnat.com>
14711 * prj-tree.ads (Project_Node_Record): Add comments for components
14712 Pkg_Id and Case_Insensitive.
14714 2001-12-19 Pascal Obry <obry@gnat.com>
14716 * g-socket.adb: Minor reformatting. Found while reading code.
14718 2001-12-19 Robert Dewar <dewar@gnat.com>
14720 * prj-tree.ads: Minor reformatting
14722 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
14724 * config-lang.in (diff_excludes): Remove.
14726 2001-12-17 Ed Schonberg <schonber@gnat.com>
14728 * sem_res.adb (Resolve_Selected_Component): do not generate a
14729 discriminant check if the selected component is a component of
14730 the argument of an initialization procedure.
14732 * trans.c (tree_transform, case of arithmetic operators): If result
14733 type is private, the gnu_type is the base type of the full view,
14734 given that the full view itself may be a subtype.
14736 2001-12-17 Robert Dewar <dewar@gnat.com>
14738 * sem_res.adb: Minor reformatting
14740 * trans.c (tree_transform, case N_Real_Literal): Add missing third
14741 parameter in call to Machine (unknown horrible effects from this
14744 * urealp.h: Add definition of Round_Even for call to Machine
14745 Add third parameter for Machine
14747 2001-12-17 Ed Schonberg <schonber@gnat.com>
14749 * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
14750 predefined units in No_Run_Time mode.
14752 2001-12-17 Richard Kenner <kenner@gnat.com>
14754 * misc.c (insn-codes.h): Now include.
14756 2001-12-17 Olivier Hainque <hainque@gnat.com>
14758 * a-except.adb: Preparation work for future integration of the GCC 3
14759 exception handling mechanism
14760 (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
14761 to factorize previous code sequences and make them externally callable,
14762 e.g. for the Ada personality routine when the GCC 3 mechanism is used.
14763 (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
14764 Use the new notification routines.
14766 2001-12-17 Emmanuel Briot <briot@gnat.com>
14768 * prj-tree.ads (First_Choice_Of): Document the when others case
14770 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14772 * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
14773 HI-E mode, in order to support Ravenscar profile properly.
14775 * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
14776 mode on 32 bits targets.
14778 2001-12-17 Vincent Celier <celier@gnat.com>
14780 * fmap.adb: Initial version.
14782 * fmap.ads: Initial version.
14784 * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
14785 If search is successfully done, add to mapping.
14787 * frontend.adb: Initialize the mapping if a -gnatem switch was used.
14790 (Gnatmake): Add new local variable Mapping_File_Name.
14791 Create mapping file when using project file(s).
14792 Delete mapping file before exiting.
14794 * opt.ads (Mapping_File_Name): New variable
14796 * osint.adb (Find_File): Use path name found in mapping, if any.
14798 * prj-env.adb (Create_Mapping_File): New procedure
14800 * prj-env.ads (Create_Mapping_File): New procedure.
14802 * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
14805 * usage.adb: Add entry for new switch -gnatem.
14807 * Makefile.in: Add dependencies for fmap.o.
14809 2001-12-17 Ed Schonberg <schonber@gnat.com>
14811 * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
14812 is a package instantiation rewritten as a package body.
14813 (Install_Withed_Unit): Undo previous change, now redundant.
14815 2001-12-17 Gary Dismukes <dismukes@gnat.com>
14818 (Compute_Length): Move conversion to Unsigned to callers.
14819 (Get_Max_Size): Convert Len expression to Unsigned after calls to
14820 Compute_Length and Determine_Range.
14821 (Layout_Array_Type): Convert Len expression to Unsigned after calls to
14822 Compute_Length and Determine_Range.
14823 Above changes fix problem with length computation for supernull arrays
14824 where Max (Len, 0) wasn't getting applied due to the Unsigned
14825 conversion used by Compute_Length.
14827 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14830 (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
14831 System.Secondary_Stack.
14832 (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
14834 Remove unused entity RE_Exception_Data.
14836 * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
14838 * rident.ads (No_Secondary_Stack): New restriction.
14840 2001-12-17 Joel Brobecker <brobecke@gnat.com>
14842 * gnat_rm.texi: Fix minor typos. Found while reading the section
14843 regarding "Bit_Order Clauses" that was sent to a customer.
14844 Very interesting documentation!
14846 2001-12-17 Robert Dewar <dewar@gnat.com>
14848 * sem_case.adb (Choice_Image): Avoid creating improper character
14849 literal names by using the routine Set_Character_Literal_Name. This
14850 fixes bombs in certain error message cases.
14852 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14854 * a-reatim.adb: Minor reformatting.
14856 2001-12-17 Ed Schonberg <schonber@gnat.com>
14858 * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
14859 case where the formal is an extension of another formal in the current
14860 unit or in a parent generic unit.
14862 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14864 * s-tposen.adb: Update comments. Minor reformatting.
14865 Minor code clean up.
14867 * s-tarest.adb: Update comments. Minor code reorganization.
14869 2001-12-17 Gary Dismukes <dismukes@gnat.com>
14871 * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
14874 2001-12-17 Robert Dewar <dewar@gnat.com>
14876 * exp_attr.adb: Minor reformatting
14878 2001-12-17 Ed Schonberg <schonber@gnat.com>
14880 * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
14881 derivations nested within a child unit: verify that the parent
14882 type is declared in an outer scope.
14884 2001-12-17 Robert Dewar <dewar@gnat.com>
14886 * sem_ch12.adb: Minor reformatting
14888 2001-12-17 Ed Schonberg <schonber@gnat.com>
14890 * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
14891 warning if current unit is a predefined one, from which bodies may
14894 2001-12-17 Robert Dewar <dewar@gnat.com>
14896 * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
14897 Fix header format. Add 2001 to copyright date.
14899 * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
14900 which caused CE during compilation if checks were enabled.
14902 2001-12-17 Vincent Celier <celier@gnat.com>
14905 (Switches_Of): New function
14906 (Test_If_Relative_Path): New procedure
14907 (Add_Switches): Use new function Switches_Of
14908 (Collect_Arguments_And_Compile): Use new function Switches_Of.
14909 When using a project file, test if there are any relative
14910 search path. Fail if there are any.
14911 (Gnatmake): Only add switches for the primary directory when not using
14912 a project file. When using a project file, change directory to the
14913 object directory of the main project file. When using a project file,
14914 test if there are any relative search path. Fail if there are any.
14915 When using a project file, fail if specified executable is relative
14916 path with directory information, and prepend executable, if not
14917 specified as an absolute path, with the exec directory. Make sure
14918 that only one -o switch is transmitted to the linker.
14920 * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
14923 (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
14924 when using a non standard naming scheme.
14925 (Check_Ada_Naming_Scheme): Make sure that error messages
14926 do not raise exceptions.
14927 (Is_Illegal_Append): Return True if there is no dot in the suffix.
14928 (Language_Independent_Check): Check the exec directory.
14930 * prj.adb (Project_Empty): Add new component Exec_Directory
14933 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
14934 (Project_Data): Add component Exec_Directory
14936 * snames.adb: Updated to match snames.ads revision 1.215
14938 * snames.ads: Added Exec_Dir
14940 2001-12-17 Robert Dewar <dewar@gnat.com>
14942 * make.adb: Minor reformatting
14944 * prj-nmsc.adb: Minor reformatting
14946 * snames.adb: Updated to match snames.ads
14948 * snames.ads: Alphebetize entries for project file
14950 2001-12-17 Ed Schonberg <schonber@gnat.com>
14952 * trans.c (process_freeze_entity): Do nothing if the entity is a
14953 subprogram that was already elaborated.
14955 2001-12-17 Richard Kenner <kenner@gnat.com>
14957 * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
14958 and Esize if object is referenced via pointer.
14960 2001-12-17 Ed Schonberg <schonber@gnat.com>
14962 * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
14963 is discrete before analyzing choices.
14965 2001-12-17 Joel Brobecker <brobecke@gnat.com>
14967 * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
14968 containing the name of the Ada Main Program. This string is mainly
14969 intended for the debugger.
14970 (Gen_Output_File_C): Do the equivalent change when generating a C file.
14972 2001-12-17 Robert Dewar <dewar@gnat.com>
14974 * ali.adb: Set new Dummy_Entry field in dependency entry
14976 * ali.ads: Add Dummy_Entry field to source dependency table
14978 * bcheck.adb (Check_Consistency): Ignore dummy D lines
14980 * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
14982 * lib-writ.ads: Document dummy D lines for missing files.
14984 * types.ads: (Dummy_Time_Stamp): New value for non-existant files
14986 2001-12-17 Robert Dewar <dewar@gnat.com>
14988 * ali.adb: Type reference does not reset current file.
14990 * ali.adb: Recognize and scan renaming reference
14992 * ali.ads: Add spec for storing renaming references.
14994 * lib-xref.ads: Add documentation for handling of renaming references
14996 * lib-xref.adb: Implement output of renaming reference.
14999 (Determine_Range): Document local variables
15000 (Determine_Range): Make sure Hbound is initialized. It looks as though
15001 there could be a real problem here with an uninitialized reference
15002 to Hbound, but no actual example of failure has been found.
15004 2001-12-17 Laurent Pautet <pautet@gnat.com>
15007 Fix comment of Shutdown_Socket and Close_Socket. These functions
15008 should not fail silently because if they are called twice, this
15009 probably means that there is a race condition in the user program.
15010 Anyway, this behaviour is consistent with the rest of this unit.
15011 When an error occurs, an exception is raised with the error message
15012 as exception message.
15014 2001-12-17 Robert Dewar <dewar@gnat.com>
15016 * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
15017 that it happens before modification of Sloc values for -gnatD.
15019 * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
15020 so that it happens before modification of Sloc values for -gnatD.
15022 * switch.adb: Minor reformatting
15024 2001-12-15 Richard Henderson <rth@redhat.com>
15026 * sem_ch7.adb: Wrap comment.
15028 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
15030 * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
15031 5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
15032 5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
15033 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
15034 5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
15035 7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
15036 a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
15037 a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
15038 cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
15039 exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
15040 exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
15041 g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
15042 gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
15043 make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
15044 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
15045 repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
15046 s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
15047 s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
15048 s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
15049 s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
15050 sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
15051 sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
15052 sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
15053 sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
15056 2001-12-14 Vincent Celier <celier@gnat.com>
15058 * osint.adb(Create_Debug_File): When an object file is specified,
15059 put the .dg file in the same directory as the object file.
15061 2001-12-14 Robert Dewar <dewar@gnat.com>
15063 * osint.adb: Minor reformatting
15065 * lib-xref.adb (Output_Instantiation): New procedure to generate
15066 instantiation references.
15068 * lib-xref.ads: Add documentation of handling of generic references.
15070 * ali.adb (Read_Instantiation_Ref): New procedure to read
15071 instantiation references
15073 * ali.ads: Add spec for storing instantiation references
15075 * bindusg.adb: Minor reformatting
15077 * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
15079 * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
15081 * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
15083 * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
15087 Add 2001 to copyright date
15088 Add entry for Latin-5 (Cyrillic ISO-8859-5)
15090 2001-12-14 Matt Gingell <gingell@gnat.com>
15092 * adaint.c: mktemp is a macro on Lynx and can not be used as an
15095 2001-12-14 Richard Kenner <kenner@gnat.com>
15097 * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
15098 if operand is CONSTRUCTOR.
15100 2001-12-14 Ed Schonberg <schonber@gnat.com>
15102 * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
15103 before emiting check on right-hand side, so that exception information
15106 2001-12-14 Richard Kenner <kenner@gnat.com>
15108 * utils.c (create_var_decl): Throw away initializing expression
15109 if just annotating types and non-constant.
15111 2001-12-14 Vincent Celier <celier@gnat.com>
15113 * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
15116 * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
15118 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
15120 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
15122 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
15124 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
15126 * ChangeLog: Remove piece of diff output.
15128 2001-12-14 Geert Bosch <bosch@gnat.com>
15130 * config-lang.in: Update copyright notice
15132 * layout.adb: Remove commented out code.
15134 * mdllfile.ads: Update copyright notice. Fix header format.
15136 * sem_case.ads: Likewise.
15138 * sem_ch3.adb: Minor reformatting.
15140 2001-12-12 Geert Bosch <bosch@gnat.com>
15142 * freeze.ads: Update copyright date.
15144 * g-comlin.ads: Minor reformatting.
15146 * gnat-style.texi: Fix typo.
15148 2001-12-12 Geert Bosch <bosch@gnat.com>
15150 * einfo.h: Regenerate.
15152 2001-12-12 Ed Schonberg <schonber@gnat.com>
15154 * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
15155 on known node types, rather than untyped fields. Further cleanups.
15157 2001-12-12 Robert Dewar <dewar@gnat.com>
15160 (Save_Entity_Descendant): Minor comment update.
15161 (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
15162 of an N_Attribute_Reference node. As per note below, this does not
15163 eliminate need for Associated_Node in attribute ref nodes.
15164 (Associated_Node): Documentation explicitly mentions attribute
15165 reference nodes, since this field is used in such nodes.
15167 * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
15169 2001-12-12 Robert Dewar <dewar@gnat.com>
15171 * s-stalib.adb: Add more comments on with statements being needed
15173 * par-ch12.adb: Minor reformatting
15175 * prj-dect.ads: Fix copyright header
15177 * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
15178 inputs fit in 32 bits, but the result still overflows.
15180 * s-fatgen.ads: Minor comment improvement
15182 2001-12-12 Ed Schonberg <schonber@gnat.com>
15184 * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
15185 formal derived type, look for an inherited component from the full
15186 view of the parent, if any.
15188 2001-12-12 Robert Dewar <dewar@gnat.com>
15190 * checks.ads (Apply_Alignment_Check): New procedure.
15192 * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
15193 ensure that the alignment of objects with address clauses is
15194 appropriate, and raise PE if not.
15196 * exp_util.ads (Must_Be_Aligned): Removed, replaced by
15197 Exp_Pakd.Known_Aligned_Enough
15199 * mdllfile.ads: Minor reformatting
15201 * mlib-fil.ads: Minor reformatting
15203 2001-12-12 Ed Schonberg <schonber@gnat.com>
15205 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
15206 fix to any component reference if enclosing record has non-standard
15209 2001-12-12 Vincent Celier <celier@gnat.com>
15211 * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
15214 2001-12-12 Ed Schonberg <schonber@gnat.com>
15216 * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
15219 2001-12-12 Robert Dewar <dewar@gnat.com>
15221 * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
15223 2001-12-12 Emmanuel Briot <briot@gnat.com>
15225 * g-regexp.adb: Remove all debug code, since it isn't required anymore,
15226 and it adds dependencies to system.io.
15228 2001-12-12 Pascal Obry <obry@gnat.com>
15230 * g-dirope.adb (Expand_Path.Var): Correctly detect end of
15233 2001-12-11 Ed Schonberg <schonber@gnat.com>
15235 * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
15236 that is the parent of other generics, the instance body replaces the
15237 instance node. Retrieve the instance of the spec, which is the one
15238 that is visible in clients and within the body.
15240 2001-12-11 Vincent Celier <celier@gnat.com>
15242 * gnatmain.adb: Initial version.
15244 * gnatmain.ads: Initial version.
15246 * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
15248 * snames.adb: Updated to match snames.ads.
15250 * snames.ads: Added Gnatstub.
15252 2001-12-11 Vincent Celier <celier@gnat.com>
15254 * prj-attr.adb (Initialization_Data): Change name from
15255 Initialisation_Data.
15257 2001-12-11 Emmanuel Briot <briot@gnat.com>
15259 * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
15260 + and * applied to backslashed expressions like \r.
15262 2001-12-11 Vasiliy Fofanov <fofanov@gnat.com>
15264 * g-os_lib.ads: String_List type added, Argument_List type is now
15265 subtype of String_List.
15267 2001-12-11 Robert Dewar <dewar@gnat.com>
15269 * g-os_lib.ads: Change copyright to FSF
15270 Add comments for String_List type
15272 2001-12-11 Vincent Celier <celier@gnat.com>
15274 * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
15275 string to the buffer).
15277 2001-12-11 Ed Schonberg <schonber@gnat.com>
15279 * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
15282 * sem_attr.adb: Simplify previous fix for Address.
15283 (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
15284 to avoid anomalies where the bound of the type appears to raise
15287 2001-12-11 Robert Dewar <dewar@gnat.com>
15289 * lib-xref.adb (Output_Refs): Make sure pointers are always properly
15292 2001-12-11 Ed Schonberg <schonber@gnat.com>
15294 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
15295 renamed unit before checking for recursive instantiations.
15297 2001-12-11 Emmanuel Briot <briot@gnat.com>
15299 * prj.ads: Add comments for some of the fields.
15301 2001-12-11 Robert Dewar <dewar@gnat.com>
15303 * lib-xref.adb (Output_Refs): Don't output type references outside
15304 the main unit if they are not otherwise referenced.
15306 2001-12-11 Ed Schonberg <schonber@gnat.com>
15308 * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
15309 code and diagnose additional illegal uses
15311 * sem_util.adb (Is_Object_Reference): An indexed component is an
15312 object only if the prefix is.
15314 2001-12-11 Vincent Celier <celier@gnat.com>
15316 * g-diopit.adb: Initial version.
15318 * g-diopit.ads: Initial version.
15321 (Expand_Path): Avoid use of Unbounded_String
15322 (Find, Wildcard_Iterator): Moved to child package Iteration
15324 * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
15326 2001-12-11 Robert Dewar <dewar@gnat.com>
15328 * sem_attr.adb: Minor reformatting
15330 2001-12-11 Ed Schonberg <schonber@gnat.com>
15332 * sem_ch3.adb: Clarify some ???.
15334 2001-12-11 Robert Dewar <dewar@gnat.com>
15336 * exp_util.adb (Must_Be_Aligned): Removed, replaced by
15337 Exp_Pakd.Known_Aligned_Enough
15339 * sem_ch13.adb (Check_Address_Alignment): Removed, extended
15340 version is moved to Exp_Ch13.
15342 2001-12-11 Robert Dewar <dewar@gnat.com>
15344 * einfo.ads: Minor reformatting
15346 * exp_ch5.adb: Add comment for previous.change
15348 * ali.adb: New interface for extended typeref stuff.
15350 * ali.ads: New interface for typeref stuff.
15352 * checks.adb (Apply_Alignment_Check): New procedure.
15354 * debug.adb: Add -gnatdM for modified ALI output
15356 * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
15358 * lib-xref.adb: Extend generation of <..> notation to cover
15359 subtype/object types. Note that this is a complete rewrite,
15360 getting rid of the very nasty quadratic algorithm previously
15361 used for derived type output.
15363 * lib-xref.ads: Extend description of <..> notation to cover
15364 subtype/object types. Uses {..} for these other cases.
15365 Also use (..) for pointer types.
15367 * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
15369 * exp_pakd.adb: Minor reformatting. Note that prevous RH should say:
15370 (Known_Aligned_Enough): Replaces Must_Be_Aligned.
15372 2001-12-11 Vincent Celier <celier@gnat.com>
15375 Changed /COMPILE_ONLY to /ACTIONS=COMPILE
15376 Changed /BIND_ONLY to /ACTIONS=BIND
15377 Changed /LINK_ONLY to /ACTIONS=LINK
15379 2001-12-11 Ed Schonberg <schonber@gnat.com>
15381 * sem_ch8.adb (Find_Selected_Component): improved search for a
15382 candidate package in case of error.
15384 * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
15385 chain back on scope stack before reinstalling use clauses.
15387 * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
15388 is enabled, do not kill the code for the condition, to preserve
15391 2001-12-11 Robert Dewar <dewar@gnat.com>
15393 * checks.adb (Insert_Valid_Check): Apply validity check to expression
15394 of conversion, not to result of conversion.
15396 2001-12-11 Ed Schonberg <schonber@gnat.com>
15398 * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
15399 before freezing parent. If the declarations are mutually recursive,
15400 an access to the current record type may be frozen before the
15401 derivation is complete.
15403 2001-12-05 Vincent Celier <celier@gnat.com>
15405 * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
15406 -c /COMPILE_ONLY, -l /LINK_ONLY
15409 (Bind_Only): New Flag
15410 (Link_Only): New flag
15412 * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
15415 * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
15418 (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
15419 (Gnatmake): Set the step flags. Only perform a step if the
15420 corresponding step flag is True.
15421 (Scan_Make_Arg): Reset the bind and link step flags when -u
15422 or -gnatc has been specified.
15424 2001-12-05 Ed Schonberg <schonber@gnat.com>
15426 * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
15427 get bounds from right operand.
15429 * sem_eval.adb: Minor reformatting
15431 * exp_util.adb (Make_Literal_Range): use bound of literal rather
15432 than Index'First, its lower bound may be different from 1.
15434 * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
15437 2001-12-05 Vincent Celier <celier@gnat.com>
15439 * prj-nmsc.adb Minor reformatting
15441 * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
15442 set and libraries are not supported.
15444 2001-12-05 Ed Schonberg <schonber@gnat.com>
15446 * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
15447 private view explicitly, so the back-end can treat as a global
15450 2001-12-05 Ed Schonberg <schonber@gnat.com>
15452 * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
15453 unit, always replace instance node with new body, for ASIS use.
15455 2001-12-05 Vincent Celier <celier@gnat.com>
15457 * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
15458 libraries are not supported and both attributes Library_Name and
15459 Library_Dir are specified.
15461 * prj-proc.adb (Expression): Set location of Result to location of
15464 * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
15465 (prj-nmsc is now importing MLib.Tgt)
15467 * prj-proc.adb: Put the change indicated above that was forgotten.
15469 2001-12-05 Robert Dewar <dewar@gnat.com>
15471 * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
15473 2001-12-05 Ed Schonberg <schonber@gnat.com>
15475 * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
15476 constraint, introduce explicit subtype declaration and derive from it.
15478 * sem_ch3.adb: Minor reformatting
15480 2001-12-05 Robert Dewar <dewar@gnat.com>
15482 * checks.adb (Determine_Range): Increase cache size for checks.
15485 * exp_ch6.adb: Minor reformatting
15486 (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
15487 a parameter whose root type is System.Address, since treating such
15488 subprograms as pure in the code generator is almost surely a mistake
15489 that will lead to unexpected results.
15491 * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
15492 change handling of conversions.
15494 * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
15496 2001-12-05 Ed Schonberg <schonber@gnat.com>
15498 * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
15499 aggregate with static wrong size, attach generated Raise node to
15502 2001-12-05 Robert Dewar <dewar@gnat.com>
15504 * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
15505 Fixes compilation abandoned bomb in B24009B.
15507 2001-12-05 Ed Schonberg <schonber@gnat.com>
15510 Document use of Associated_Node on Selected_Components.
15511 (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
15512 to clarify use of untyped descendant fields.
15514 2001-12-05 Robert Dewar <dewar@gnat.com>
15516 * prj-dect.ads: Add ??? comment
15517 Add 2001 to copyright notice (was not done in after all)
15519 * prj-part.adb: Minor reformatting. Reword one awkward error message.
15521 * prj.ads: Minor reformatting throughout, and add some ??? comments
15523 * snames.ads: Minor reformatting
15525 2001-12-05 Geert Bosch <bosch@gnat.com>
15527 * snames.adb: Autoupdate
15529 2001-12-05 Vincent Celier <celier@gnat.com>
15531 * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
15533 * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
15535 * prj-env.adb: Minor comment changes (modifying -> extends).
15537 * prj-nmsc.adb: Minor comment changes (modifying -> extends).
15539 * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
15542 * prj.adb (Initialize): Change Modifying to Extends.
15544 * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
15546 * prj.ads: Minor comment change (Modifying -> extending).
15548 * snames.ads: Change modifying to extends.
15550 2001-12-05 Robert Dewar <dewar@gnat.com>
15552 * sem_warn.adb: Remove stuff for conditionals, we are not going to
15555 * sem_warn.ads: Remove stuff for conditionals, we are not going to
15556 do this after all. Add 2001 to copyright notice
15558 2001-12-04 Geert Bosch <bosch@gnat.com>
15560 * einfo.h, sinfo.h, treeprs.ads: Regenerate.
15562 2001-12-04 Robert Dewar <dewar@gnat.com>
15564 * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
15565 location if we already have errors. Stops some cases of cascaded
15568 * errout.adb: Improve comment.
15570 2001-12-04 Robert Dewar <dewar@gnat.com>
15573 (Analyze_Formal_Type_Definition): Defend against Error.
15574 (Analyze_Formal_Subprogram): Defend against Error.
15576 * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
15577 remove following semicolon if present. Removes cascaded error.
15579 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
15582 (Gen_Exception_Table_Ada): Write "begin" and then return if Num
15583 exceptions equals 0.
15584 (Gen_Exception_Table_C): Return if Num exceptions equals 0.
15585 Fixes PIWG E tests (which have to be run with -gnatL).
15587 2001-12-04 Robert Dewar <dewar@gnat.com>
15589 * einfo.ads: Minor reformatting
15591 2001-12-04 Ed Schonberg <schonber@gnat.com>
15593 * einfo.ads: Block_Node points to the identifier of the block, not to
15594 the block node itself, to preserve the link when the block is
15595 rewritten, e.g. within an if-statement with a static condition.
15597 * inline.adb (Cleanup_Scopes): recover block statement from block
15598 entity using new meaning of Block_Node.
15600 * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
15601 identifier of block node, rather than to node itself.
15603 2001-12-04 Gary Dismukes <dismukes@gnat.com>
15606 (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
15607 (Discrimify): Go back to setting the Etypes of the selected component
15608 because the Vname component does not exist at this point and will
15609 fail name resolution. Also set Analyzed.
15610 Remove with and use of Sem_Res.
15612 2001-12-04 Arnaud Charlet <charlet@gnat.com>
15614 * Makefile.in: (HIE_SOURCES): add s-fat*.
15616 2001-12-04 Robert Dewar <dewar@gnat.com>
15619 (Compile_Time_Known_Attribute): New procedure.
15620 (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
15621 proper range check.
15623 2001-12-04 Ed Schonberg <schonber@gnat.com>
15625 * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
15626 processing discriminants to diagnose illegal default values.
15628 2001-12-04 Ed Schonberg <schonber@gnat.com>
15630 * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
15631 access discriminant within a type extension that constrains its
15632 parent discriminants.
15634 2001-12-04 Ed Schonberg <schonber@gnat.com>
15636 * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
15637 is malformed, use instance of Any_Id to allow analysis to proceed.
15639 * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
15640 type definition is illegal.
15641 (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
15644 2001-12-04 Ed Schonberg <schonber@gnat.com>
15646 * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
15649 2001-12-04 Robert Dewar <dewar@gnat.com>
15651 * errout.adb: Minor reformatting
15653 2001-12-04 Robert Dewar <dewar@gnat.com>
15655 * exp_util.adb: Minor reformatting from last change
15657 * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
15658 which is a rewriting of an expression, traverse the original
15659 expression to remove warnings that may have been posted on it.
15661 2001-12-04 Ed Schonberg <schonber@gnat.com>
15663 * exp_util.adb (Must_Be_Aligned): Return false for a component of a
15664 record that has other packed components.
15666 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
15668 * adaint.c: Minor cleanups.
15670 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
15672 * adaint.c: Do not use utime.h on vxworks.
15674 2001-12-04 Arnaud Charlet <charlet@gnat.com>
15676 * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
15677 more confusion than it solves.
15679 2001-12-04 Geert bosch <bosch@gnat.com>
15681 * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
15683 2001-12-04 Geert Bosch <bosch@gnat.com>
15685 * Makefile.in (update-sources): New target.
15686 For use by gcc_release script.
15688 2001-12-04 Ed Schonberg <schonber@gnat.com>
15690 * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
15691 a configuration pragma, it is now legal wherever a pragma can appear.
15693 2001-12-04 Zack Weinberg <zack@codesourcery.com>
15695 * Makefile.in: Don't set ALL. Delete @cross_defines@,
15696 @cross_overrides@, @build_overrides@ stanzas. INTERNAL_CFLAGS
15697 is now @CROSS@ -DIN_GCC; update comment.
15699 2001-12-04 Robert Dewar <dewar@gnat.com>
15701 * einfo.adb (Has_Pragma_Pure_Function): New flag.
15702 Fix problem that stopped ceinfo from working
15704 * einfo.ads (Has_Pragma_Pure_Function): New flag.
15706 * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
15708 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
15711 (File_Time_Stamp): New procedure.
15712 (Preserve_Mode): New boolean.
15713 (Write_Unit): Pass time stamp.
15714 Implement -p switch (preserve time stamps).
15716 * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
15718 * gnatchop.adb: Do usage info for -p switch
15720 * adaint.h (__gnat_set_file_time_name): New function
15722 * adaint.c (__gnat_set_file_time_name): Implement
15724 * adaint.h: Fix typo
15726 2001-12-03 Robert Dewar <dewar@gnat.com>
15728 * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
15729 have Associated_Node.
15731 2001-12-03 Robert Dewar <dewar@gnat.com>
15733 * prj-proc.adb: Minor reformatting
15735 * make.adb: Minor reformatting
15737 2001-12-03 Geert Bosch <bosch@gnat.com>
15739 * make.adb: Minor reformatting.
15741 2001-12-03 Robert Dewar <dewar@gnat.com>
15743 * sem_ch12.adb: Minor reformatting
15745 2001-12-03 Ed Schonberg <schonber@gnat.com>
15747 * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
15748 push Standard on the stack before analyzing the instance body,
15749 in order to have a clean visibility environment.
15751 * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
15753 2001-12-03 Ed Schonberg <schonber@gnat.com>
15755 * sem_ch12.adb (Instantiate_Package_Body): Protect against double
15756 instantiation of a body that contains an inlined body.
15758 2001-12-03 Ed Schonberg <schonber@gnat.com>
15761 (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
15762 to prevent freezing within formal packages.
15763 (Freeze_Subprogram_Body): If body comes from another instance that
15764 appeared before its own body, place freeze node at end of current
15765 declarative part, to prevent a back-end crash.
15766 (Inline_Instance_Body): Handle properly a package instance within
15767 a subprogram instance that is a child unit.
15769 2001-12-01 Graham Stott <grahams@redhat.com>
15771 * Makefile.in (misc.o): Add missing $(srcdir) prefix
15772 and add optabs.h dependency.
15774 * misc.c: Include optabs.h
15775 (gnat_tree_code_type): Make static and const.
15776 (gnat_tree_code_length): Likewise.
15777 (gnat_tree_code_name): Likewise.
15778 (update_setjmp_buf): Obtain operands mode from insn_data.
15780 2001-11-29 Richard Henderson <rth@redhat.com>
15782 * init.c: Remove obsolete dwarf2 frame.h section.
15784 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
15786 * Make-lang.in (ada.generated-manpages): New dummy target.
15788 2001-11-29 Ed Schonberg <schonber@gnat.com>
15790 * g-os_lib.adb (Add_To_Command): use explicit loop to move string
15791 into Command, an array conversion is illegal here. Uncovered by
15794 2001-11-28 Geert Bosch <bosch@gnat.com>
15796 * init.c: Minor whitespace changes.
15798 2001-11-28 Doug Rupp <rupp@gnat.com>
15800 * init.c: (__gnat_install_handler,VMS): Increase size of alternate
15803 2001-11-28 Zack Weinberg <zack@codesourcery.com>
15805 * misc.c (gnat_expand_constant): Move declaration above
15806 definition of lang_hooks.
15807 (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
15808 (gnat_init): lang_expand_constant no longer exists.
15810 (internal_error_function): Remove #ifdef HAVE_VPRINTF. We
15811 always have vprintf.
15812 (gnat_init): Always call set_internal_error_function.
15814 2001-11-27 Andreas Jaeger <aj@suse.de>
15816 * Makefile.in (stamp-tool_src_dir): Use symbolic link.
15818 2001-11-27 Laurent Guerby <guerby@acm.org>
15820 * Makefile.in: Regenerate Ada dependencies.
15822 2001-11-26 Richard Henderson <rth@redhat.com>
15824 * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
15825 gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
15826 gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
15828 2001-11-25 Laurent Guerby <guerby@acm.org>
15830 * sysdep.c (rts_get_*): Fix style.
15832 2001-11-19 Laurent Guerby <guerby@acm.org>
15834 * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
15835 since it is of no apparent use and cause warnings.
15837 2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
15839 * misc.c (gnat_decode_option, gnat_init_options): Make definitions
15841 (gnat_init): Don't return NULL.
15842 (finish_parse): Remove.
15844 2001-11-17 Laurent Guerby <guerby@acm.org>
15846 * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
15847 * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
15848 * io-aux.c: Provide K&R prototypes to all functions, reformat code.
15849 * lang-spec.h: Add missing struct field to silence warnings.
15850 * sysdep.c (rts_get_*): Provide K&R prototype.
15851 * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
15852 * traceback.c (Unlock_Task, Lock_Task): Likewise.
15853 * tracebak.c (__gnat_backtrace): Remove unused variable.
15854 * utils.c (end_subprog_body): Move to K&R style.
15856 Thu Nov 15 18:16:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15858 * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
15860 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
15862 * misc.c (gnat_init): Change prototype. Include the
15863 functionality of the old init_parse and init_decl_processing.
15864 (gnat_init_decl_processing): New prototype.
15865 (init_parse): Remove.
15866 * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
15868 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
15870 * misc.c (gnat_print_decl, gnat_print_type): Renamed.
15871 (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
15872 (print_lang_statistics, lang_print_xnode, print_lang_identifier,
15873 set_yydebug): Remove.
15875 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
15877 * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
15878 (struct lang_hooks): Constify.
15879 (language_string, lang_identify): Remove.
15880 * utils.c (init_decl_processing): Update.
15882 2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15884 * misc.c: Include langhooks-def.h.
15885 * Makefile.in: Update.
15887 2001-10-30 Robert Dewar <dewar@gnat.com>
15890 (Check_Identifier): Rewrite circuit to be compatible with use of letters
15891 in the upper half of ASCII.
15892 (Check_Identifier): Minor reformatting
15894 2001-10-30 Geert Bosch <bosch@gnat.com>
15896 * (Associated_Node, Set_Associated_Node): Do not check for
15899 2001-10-30 Robert Dewar <dewar@gnat.com>
15901 * a-reatim.ads: Minor reformatting
15903 2001-10-30 Robert Dewar <dewar@gnat.com>
15905 * gnatdll.adb: Minor reformatting throughout. Many ??? added for
15906 undocumented declarations.
15908 2001-10-30 Pascal Obry <obry@gnat.com>
15910 * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
15911 to the binder and linker.
15914 * mdll.ads: Fix layout. Update copyright notice.
15916 * mdll.adb: Fix layout. Update copyright notice.
15918 2001-10-30 Robert Dewar <dewar@gnat.com>
15920 * usage.adb: Minor fix to output for -gnaty.
15922 2001-10-30 Ed Schonberg <schonber@gnat.com>
15924 * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
15925 to accommodate all its possible values.
15927 * a-reatim.adb (Split): Special-case handling of Time_Span_First
15928 and of small absolute values of T.
15930 2001-10-30 Richard Kenner <kenner@gnat.com>
15932 * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
15933 set_mem_attributes since not needed and wrong if RESULT if a REG;
15934 fixes ACATS failures.
15936 2001-10-30 Geert Bosch <bosch@gnat.com>
15938 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
15939 s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
15941 2001-10-30 Robert Dewar <dewar@gnat.com>
15943 * bindusg.adb: Undocument -f switch.
15945 * gnatcmd.adb: Remove /FULL_ELABORATION.
15947 * opt.ads (Force_RM_Elaboration_Order): Document that this is
15950 * gnatbind.adb: Output new warning for use of obsolescent -f switch.
15952 * gnatbind.adb: Minor update of warning msg.
15954 2001-10-30 Vincent Celier <celier@gnat.com>
15956 * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
15957 for project file switches (-P (/PROJECT_FILE=),
15958 -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
15961 2001-10-30 Geert Bosch <bosch@gnat.com>
15963 * decl.c: Minor whitespace fixes.
15965 2001-10-30 Richard Kenner <kenner@gnat.com>
15967 * utils2.c (build_allocator): Test for SIZE overflow in array case too
15969 2001-10-30 Geert Bosch <bosch@gnat.com>
15971 * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
15972 Found due to GCC 3.0 warning of using uninitialized value.
15975 (Get_Max_Size): Use variant record for tracking value/expression.
15976 Makes logic clearer and prevents warnings for uninitialized variables.
15977 (Layout_Array_Type): Use variant record for tracking value/expression.
15978 Makes logic clearer and prevents warnings for uninitialized variables.
15980 2001-10-30 Robert Dewar <dewar@gnat.com>
15982 * lib.adb: Minor reformatting
15984 * s-taprop.ads: Minor reformatting
15986 2001-10-29 Laurent Guerby <guerby@acm.org>
15989 (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
15991 (_gnat_error_handler): Make MSG const.
15993 2001-10-29 Richard Kenner <kenner@gnat.com>
15995 * sysdep.c: Fix localtime_r problem on LynxOS.
15996 Also remove #elif to avoid warnings.
15998 * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
16001 * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
16003 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
16005 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
16006 exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
16007 g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
16008 g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
16009 layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
16010 s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
16011 sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
16012 sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
16013 sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
16014 types.ads, urealp.adb: Fix spelling errors.
16016 2001-10-27 Laurent Guerby <guerby@acm.org>
16018 * trans.c (gigi): Fix non determinism leading to bootstrap
16019 comparison failures for debugging information.
16021 2001-10-26 Florian Weimer <fw@deneb.enyo.de>
16023 * gnat_rm.texi: Use @./@: where appropriate.
16025 2001-10-26 Robert Dewar <dewar@gnat.com>
16027 * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
16029 2001-10-26 Richard Kenner <kenner@gnat.com>
16031 * gmem.c (__gnat_gmem_read_next): Properly check for EOF
16033 2001-10-26 Richard Kenner <kenner@gnat.com>
16035 * decl.c (validate_size): Modify message for bad size to avoid
16036 implication that compiler is modifying the size.
16038 2001-10-26 Robert Dewar <dewar@gnat.com>
16040 * prj-util.adb: Minor reformatting. Fix bad header format.
16042 2001-10-26 Robert Dewar <dewar@gnat.com>
16044 * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
16046 * sinfo.ads: Clarify use of Associated_Node (documentation only).
16048 * sem_ch12.adb: Change Node4 to Associated_Node. Change
16049 Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
16050 much more narrowly in places where needed. These are cleanups.
16052 2001-10-26 Joel Brobecker <brobecke@gnat.com>
16054 * 5zosinte.ads (null_pthread): new constant.
16057 (Initialize_TCB): Initialize thread ID to null, to be able to verify
16058 later that this field has been set.
16059 (Finalize_TCB): ditto.
16060 (Suspend_Task): Verify that the thread ID is not null before using it.
16061 (Resume_Task): ditto.
16064 (Resume_All_Tasks): Lock the tasks list before using it.
16065 (Suspend_All_Tasks): ditto.
16067 2001-10-26 Richard Kenner <kenner@gnat.com>
16069 * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
16070 Make constant variant of designated type for Is_Access_Constant.
16071 Call update_pointer_to with main variant.
16073 * trans.c (process_freeze_entity, process_type):
16074 Call update_pointer_to on main variant.
16076 * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
16077 If main variant, update all other variants.
16079 * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
16082 2001-10-26 Robert Dewar <dewar@gnat.com>
16084 * prj-util.adb: Minor reformatting
16086 2001-10-26 Robert Dewar <dewar@gnat.com>
16088 * prj-util.adb: Minor reformatting
16090 2001-10-26 Robert Dewar <dewar@gnat.com>
16092 * prj-attr.adb: Minor reformatting throughout
16094 2001-10-26 Robert Dewar <dewar@gnat.com>
16096 * prj-attr.ads: Minor reformatting
16097 Add ??? comment (this whole spec has almost no comments)
16099 2001-10-26 Vincent Celier <celier@gnat.com>
16101 * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
16102 ("//") that precede the drive letter on Interix.
16104 2001-10-26 Geert Bosch <bosch@gnat.com>
16106 * gnat_rm.texi: Add GNAT Reference Manual.
16108 2001-10-25 Robert Dewar <dewar@gnat.com>
16110 * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
16111 is Error. Similar change for other renaming cases.
16113 2001-10-25 Robert Dewar <dewar@gnat.com>
16115 * s-atacco.ads: Add pragma Inline_Always for functions.
16116 Fix header format. Add copyright 2001
16118 2001-10-25 Ed Schonberg <schonber@gnat.com>
16120 * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
16121 return Error rather than Empty so that analysis can proceed.
16123 2001-10-25 Ed Schonberg <schonber@gnat.com>
16125 * sem_util.adb (Enter_Name): better handling of cascaded error
16126 messages when a unit appears in its own context.
16128 2001-10-25 Ed Schonberg <schonber@gnat.com>
16130 * sem_util.adb (Defining_Entity): in case of error, attach created
16131 entity to specification, so that semantic analysis can proceed.
16133 2001-10-25 Robert Dewar <dewar@gnat.com>
16136 (Defining_Entity): Deal with Error.
16137 (Process_End_Label): Deal with bad end label for.
16139 2001-10-25 Ed Schonberg <schonber@gnat.com>
16141 * sem_elab.adb (Check_A_Call): refine message when call is in an
16142 instance but callee is not declared in the generic unit.
16144 2001-10-25 Ed Schonberg <schonber@gnat.com>
16146 * sem_elab.adb (Check_A_Call): check for renaming before finding the
16147 enclosing unit, which may already be different from the calling unit.
16149 2001-10-25 Geert Bosch <bosch@gnat.com>
16151 * 4gintnam.ads: fix header format.
16153 2001-10-25 Ed Schonberg <schonber@gnat.com>
16155 * sem_res.adb (Resolve_Call): if the call is actually an indexing
16156 operation on the result of a parameterless call, perform elaboration
16157 check after the node has been properly rewritten.
16159 * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
16160 inlined within the generic tree, the defining identifier is not a
16163 2001-10-25 Ed Schonberg <schonber@gnat.com>
16165 * sem_res.adb (Resolve): special-case resolution of Null in an
16166 instance or an inlined body to avoid view conflicts.
16168 * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
16169 compatibility by retrieving the access type of the generic copy.
16171 2001-10-25 Robert Dewar <dewar@gnat.com>
16174 (Analyze_Number_Declaration): Handle error expression.
16175 (Signed_Integer_Type_Declaration): Handle error bound.
16176 (Analyze_Subtype_Indication): Handle error range.
16178 * sem_util.adb (Get_Index_Bounds): Check for Error.
16180 2001-10-25 Robert Dewar <dewar@gnat.com>
16182 * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
16183 in no run time mode.
16185 2001-10-25 Pascal Obry <obry@gnat.com>
16187 * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
16188 mode case for ALLOC case.
16190 * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
16191 all platforms. Improvement of last change.
16193 2001-10-25 Robert Dewar <dewar@gnat.com>
16195 * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
16197 2001-10-25 Geert Bosch <bosch@gnat.com>
16199 * osint.adb (Is_Relative): Remove duplicate.
16201 2001-10-25 Pascal Obry <obry@gnat.com>
16203 * osint.adb (Read_Default_Search_Dirs): correctly detect relative
16204 pathnames in UNIX and DOS style with drive letter.
16205 (Is_Relative): new routine.
16207 * osint.adb: Minor reformatting
16209 * osint.adb (Is_Relative): implementation using
16210 GNAT.OS_Lib.Is_Absolute_Path. Better fix.
16212 2001-10-25 Pascal Obry <obry@gnat.com>
16214 * g-dirope.adb (Basename): correctly compute offset between the
16215 original Path and the translated one.
16217 * g-dirope.adb: (Base_Name): add some comments.
16219 2001-10-25 Robert Dewar <dewar@gnat.com>
16221 * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
16222 in HIE mode, avoids compilation abandoned message
16224 * exp_imgv.adb: Correct typo in previous change
16226 * exp_imgv.adb: Correct typo in previous change (not my day!)
16228 2001-10-25 Robert Dewar <dewar@gnat.com>
16230 * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
16232 2001-10-25 Pascal Obry <obry@gnat.com>
16234 * g-awk.ads: Move all pragma inlines next to the routine
16235 declarations. This is more uniform with other GNAT spec.
16237 2001-10-22 Geert Bosch <bosch@gnat.com>
16239 * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
16241 2001-10-19 Geert Bosch <bosch@gnat.com>
16243 * Makefile.in (tools, gnattools): Remove gnatmem.
16245 2001-10-17 Richard Henderson <rth@redhat.com>
16247 * Makefile.in (misc.o): Depend on langhooks.h.
16248 * misc.c: Include it.
16249 (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
16250 (LANG_HOOKS_DECODE_OPTION): New.
16251 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
16253 2001-10-16 Florian Weimer <fw@deneb.enyo.de>
16255 * trans.c (tree_transform): Adjust to recent change in
16256 expand_asm_operands to implement named asm operands.
16258 2001-10-11 Ed Schonberg <schonber@gnat.com>
16260 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
16261 renaming of discriminant for mutable record type.
16263 2001-10-11 Robert Dewar <dewar@gnat.com>
16265 * validsw.adb: Properly save -gnatVn status.
16267 2001-10-11 Robert Dewar <dewar@gnat.com>
16269 * usage.adb: Add lines for V switch.
16271 * gnatcmd.adb (COMPILE): Revise translations for -gnatV
16272 (/VALIDITY_CHECKING).
16274 2001-10-11 Ed Schonberg <schonber@gnat.com>
16276 * sem_type.adb (Add_One_Interp): an operator for a type declared in
16277 an extension of System is known to be visible.
16279 2001-10-11 Ed Schonberg <schonber@gnat.com>
16281 * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
16282 properly. Fixes regression on ACATS C34005G.
16284 2001-10-11 Robert Dewar <dewar@gnat.com>
16286 * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
16287 loop in generic instance, since this is likely not very useful.
16289 2001-10-11 Robert Dewar <dewar@gnat.com>
16291 * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
16292 the error message for high integrity mode.
16294 * rtsfind.adb (RTE): Give message if we try to find an entity that
16295 is not available in high integrity mode.
16298 (OK_To_Use_In_HIE_Mode): New array.
16299 (RTE): May return Empty in high integrity mode.
16301 * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
16302 OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
16304 * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
16305 unit if not inlined always and in no runtime mode. Fixes problem
16306 caused by new Rtsfind changes.
16308 * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
16311 * rtsfind.adb (RTE): Make sure we do not try to load unit after
16312 giving message for entity not available in high integrity mode.
16314 2001-10-11 Pascal Obry <obry@gnat.com>
16316 * impunit.adb: Add GNAT.CRC32.
16318 2001-10-11 Ed Schonberg <schonber@gnat.com>
16320 * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
16321 properly the case where one universal operand in a non-static
16322 exponentiation of a real literal.
16324 2001-10-11 Ed Schonberg <schonber@gnat.com>
16326 * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
16327 clause, return the gobal finalization list, for lack of anthing else.
16329 2001-10-11 Ed Schonberg <schonber@gnat.com>
16331 * exp_ch7.adb (Make_Transient_Block): if statement is within
16332 exception handler, always use new transient scope to place Clean
16335 2001-10-11 Pascal Obry <obry@gnat.com>
16338 (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
16339 (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
16340 (GNATLS_RTL_OBJS): add g-crc32.o
16341 (GNATMAKE_RTL_OBJS): add g-crc32.o
16344 (CRC_Match): new function.
16345 (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
16346 instead of the previous simple checksum algorithm.
16347 (Time_Stamp_Mismatch): use CRC_Match for comparison.
16348 (Set_Source_Table): idem.
16351 (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
16352 instead of simple checksum.
16353 (CRC_Match): new function.
16354 (CRC_Error): new constant.
16356 * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
16357 a CRC now and not a simple checksum. A CRC uses lower-case hex
16358 letters, fixes ambiguity in parsing.
16360 * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
16361 is what this variable will store.
16363 * bcheck.adb: Change reference to chechsum in comments by CRC.
16364 (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
16365 rename All_Checksum_Match to All_CRC_Match. Change due to API
16366 renaming since now GNAT does not use a simple checksum but a
16367 CRC using GNAT.CRC32.
16369 * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
16370 now and not anymore a simple checksum.
16372 * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
16375 * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
16378 (Restore_Scan_State): rename Checksum to CRC.
16379 (Save_Scan_State): idem.
16383 (Checksum): rename to CRC.
16384 (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
16386 * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
16387 GNAT.CRC32). Update copyright notice.
16389 * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
16390 GNAT.CRC32). Update copyright notice.
16393 (Accumulate_Checksum): removed.
16394 (Update): new procedure. Add a wide-character into the CRC.
16397 (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
16398 (Load_File): fix initialization of S (change Source_Checksum to
16401 * sinput-p.adb (Load_Project_File): rename Source_Checksum to
16402 Source_CRC in S initialization.
16404 * sinput.adb (Source_Checksum): renamed to Source_CRC.
16406 * sinput.ads (Source_Checksum): renamed to Source_CRC.
16407 Update comments for the CRC.
16409 * types.adb (Hex): Use lowercase for the letter part.
16411 * types.ads (Get_Hex_String): Returns the hexadecimal representation
16412 for a word. This is currently used only for CRC. In previous version,
16413 the checksum was using a representation with all letter being
16414 upper-case. With the new implementation (using CRC) we do not remove
16415 the 32th bit of the CRC, so we can have an upper-case starting letter
16416 in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
16417 It is ambigous since the CRC was optional and could be followed by
16418 options like EB, EE. So now this routines uses lower-case letter for
16419 the hexadecimal representation. Strange enough only lower case letters
16420 where checked in Scan_ALI (even if this was not a possible case).
16422 * gnatvsn.ads (Library_Version): changed to 3.15a.
16424 * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
16427 * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
16430 * ali-util.adb: Redo previous change to avoid using word CRC everywhere
16431 Add 2001 to copyright notice
16432 (Accumulate_Checksum): Modify to use System.CRC32.
16434 * ali-util.ads: Redo changes of previous revision to continue to use
16435 the word Checksum. Add 2001 to copyright notice.
16437 * ali.adb: Undo some of previous changes, not needed.
16438 Keep the change for lower case letters in the checksum.
16440 * ali.ads: Undo previous change not needed.
16442 * bcheck.adb: Undo most of previous change, not needed.
16443 But do use Checksums_Match for checksum comparison.
16445 * gnatls.adb: Undo most of previous change, not needed.
16446 But do use Checksums_Match for comparing checksums.
16448 * lib-load.adb: Undo previous change, not needed.
16450 * lib-writ.adb: Undo previous change, not needed.
16452 * lib-writ.ads: Document that checksums use lower case,
16453 not upper case letters.
16455 * scans.adb: Undo previous change, not needed
16457 * scans.ads: Undo previous change, not needed.
16459 * scn-nlit.adb: Undo previous changes, not needed.
16461 * scn-slit.adb: Undo previous change, not needed. Fix header format.
16464 (Accumulate_Checksum): Use System.CRC32.
16465 (Initialize_Checksum): New procedure.
16466 Remove other changes of previous revision.
16468 * sinput-p.adb: Undo previous change, not needed.
16470 * sinput.adb: Undo previous change, not needed.
16472 * sinput-l.adb: Undo previous change, not needed.
16474 * sinput.ads: Undo previous change, not needed. Keep only comment
16475 on new checksum algorithm
16477 * Makefile.in: Add s-crc32 as needed, remove g-crc32.
16478 Also remove a-tags and a-stream from GNAT sources.
16480 * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
16482 * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
16484 2001-10-11 Geert Bosch <bosch@gnat.com>
16486 * einfo.h: Regenerate.
16488 * nmake.ads: Regenerate.
16490 * nmake.adb: Regenerate.
16492 * sinfo.h: Regenerate.
16494 * treeprs.adb: Regenerate.
16496 2001-10-10 Geert Bosch <bosch@gnat.com>
16498 * gnat-style.texi: New file describing coding guidelines for Ada.
16500 2001-10-10 Ed Schonberg <schonber@gnat.com>
16502 * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
16505 2001-10-10 Geert Bosch <bosch@gnat.com>
16507 * snames.ads: Add new names for project facility.
16509 * snames.adb: Update to reflect snames.ads changes.
16511 * snames.h: Update to reflect snames.ads changes.
16513 2001-10-10 Vincent Celier <celier@gnat.com>
16516 (Add_Switches): reflect the changes for the switches attributes
16517 Default_Switches indexed by the programming language,
16518 Switches indexed by the file name.
16519 (Collect_Arguments_And_Compile): Idem.
16520 Reflect the attribute name changes.
16523 (Initialisation_Data): Change the names of some packages and
16525 (Initialize): process case insensitive associative arrays.
16528 (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
16531 (Parse_Attribute_Declaration): For case insensitive associative
16532 arrays, set the index string to lower case.
16535 Reflect the changes of the project attributes.
16538 Replace Check_Naming_Scheme by Ada_Check and
16539 Language_Independent_Check.
16542 Replaced Check_Naming_Scheme by 2 procedures:
16543 Ada_Check and Language_Independent_Check.
16546 (Process_Declarative_Items): For case-insensitive associative
16547 arrays, set the index string to lower case.
16548 (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
16549 Prj.Nmsc.Check_Naming_Scheme.
16552 (Case_Insensitive): New function
16553 (Set_Case_Insensitive): New procedure
16556 (Case_Insensitive): New function
16557 (Set_Case_Insensitive): New procedure
16558 (Project_Node_Record): New flag Case_Insensitive.
16561 (Value_Of): new function to get the string value of a single
16562 string variable or attribute.
16565 (Value_Of): new function to get the string value of a single
16566 string variable or attribute.
16569 (Ada_Default_Spec_Suffix): New function
16570 (Ada_Default_Impl_Suffix): New function
16571 Change definitions of several constants to reflect
16572 new components of record types.
16575 (Naming_Data): Change several components to reflect new
16576 elements of naming schemes.
16577 (Project_Data): New flags Sources_Present and
16578 Language_Independent_Checked.
16579 (Ada_Default_Spec_Suffix): New function.
16580 (Ada_Default_Impl_Suffix): New function.
16583 Modification of predefined names for project manager: added
16584 Implementation, Specification_Exceptions, Implementation_Exceptions,
16585 Specification_Suffix, Implementation_Suffix, Separate_Suffix,
16586 Default_Switches, _Languages, Builder, Cross_Reference,
16587 Finder. Removed Body_Part, Specification_Append, Body_Append,
16588 Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
16591 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
16594 * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
16595 not that it is Nil_Variable_Value.
16597 * prj.ads: Add ??? for uncommented declarations
16599 2001-10-10 Ed Schonberg <schonber@gnat.com>
16601 * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
16602 constant, do not indicate possible modification, so that gigi can
16603 treat it as a bona fide constant.
16605 2001-10-10 Robert Dewar <dewar@gnat.com>
16607 * sem_prag.adb: Add processing for pragma External.
16609 * snames.ads: Add entry for pragma External.
16611 * par-prag.adb: Add pragma External.
16613 * snames.adb: Updated to match snames.ads.
16615 2001-10-10 Ed Schonberg <schonber@gnat.com>
16617 * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
16618 a dynamic task if the allocator appears in an indexed assignment
16619 or selected component assignment.
16621 * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
16622 For a dynamic task in an assignment statement, use target of
16623 assignment to generate meaningful name.
16625 2001-10-10 Ed Schonberg <schonber@gnat.com>
16627 * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
16630 * einfo.ads: Body_Entity is also defined for generic package.
16631 Documentation change only
16633 * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
16634 others_choice for a discriminated component initialization,
16635 convert discriminant references into the corresponding discriminals.
16637 * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
16638 only if original type is private and expression has to be wrapped
16642 (Apply_Constraint_Check): Do not perform length check
16643 if expression is an aggregate with only an others_choice.
16644 (Length_N_Cond): two references to the same in_parameter
16645 (typically the discriminal in an init_proc) denote the same value.
16646 Two useful optimization uncovered by bugfixes above.
16648 2001-10-10 Robert Dewar <dewar@gnat.com>
16650 * xeinfo.adb: Change int to char in translation of enumeration types.
16651 This fixes a problem in the C representation of component alignment.
16652 Add 2001 to copyright notice
16654 2001-10-10 Richard Kenner <kenner@gnat.com>
16656 * decl.c: (validate_size): Do check size of object of integral type
16657 if it is a packed array type.
16659 2001-10-10 Richard Kenner <kenner@gnat.com>
16661 * decl.c: (gnat_to_gnu_entity, case object): Also materialize
16662 VAR_DECL for constant if not Is_Public but -O0.
16664 2001-10-10 Richard Kenner <kenner@gnat.com>
16666 * misc.c (struct lang_hooks): Add new initializer to match GCC change.
16668 2001-10-10 Geert Bosch <bosch@gnat.com>
16670 * xnmake.adb (XNmake): Fix handling of -s/-b options. No longer
16671 use '/' as switch character, allowing for absolute file names.
16673 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
16675 * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
16678 2001-10-08 Geert Bosch <bosch@gnat.com>
16680 * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
16681 Automatically build utilities when files need to be regenerated.
16683 2001-10-08 Geert Bosch <bosch@gnat.com>
16685 * xsnames.adb: New utility for updating snames.ads and snames.adb
16687 2001-10-08 Zack Weinberg <zack@codesourcery.com>
16689 * Make-lang.in (ADAFLAGS): Add -W -Wall.
16690 (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
16691 (gnat1): Also depend on attribs.o.
16692 (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
16693 * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
16694 (ADAC): Set to @ADAC@ in stage1, $(CC) later.
16695 (ADAFLAGS): Add -W -Wall.
16696 (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
16699 (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
16700 s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
16701 s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
16702 Use $(ADAC), not $(CC), as compilation command.
16704 (gnattools): Depend directly on tools to build, don't use
16706 (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
16708 * einfo.h, sinfo.h: New files (autogenerated).
16710 2001-10-08 Richard Henderson <rth@redhat.com>
16712 * comperr.adb (Abort_In_Progress): New.
16713 (Compiler_Abort): Use it to prevent recursion.
16715 2001-10-08 Robert Dewar <dewar@gnat.com>
16717 * atree.adb: Set Error_Posted in Error node, helps error recovery.
16719 * par-endh.adb (Output_End_Expected): We should also not test
16720 Error_Posted on the Error node, since now it is always set.
16722 * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
16723 to help error recovery. Part of general work on 9407-004.
16725 * par.adb: Add ??? for misuse of error
16728 (Resolve): Defend against Error, fixes 9407-003.
16729 (Resolve_Discrete_Subtype_Indication): Defend against Error.
16731 * sinfo.ads (N_Error): Now has Etype field (which will be set
16732 to Any_Type to help error recovery).
16734 2001-10-08 Richard Kenner (kenner@gnat.com)
16736 * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
16737 Consistently set MEM attributes from expression; fixes
16738 bootstrap failure on x86.
16740 2001-10-08 Geert Bosch (bosch@gnat.com)
16742 * 5oosinte.adb: Add 2001 to copyright notice.
16744 2001-10-08 Geert Bosch (bosch@gnat.com)
16746 * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
16748 * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
16750 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
16752 * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
16754 2001-10-05 Geert Bosch (bosch@gnat.com)
16756 * adaint.h: Small formatting fix.
16758 2001-10-04 Geert Bosch <bosch@gnat.com>
16760 * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
16761 Arg is int, not FILE *, in dummy version of functions.
16763 * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
16764 Arg is int, not FILE *.
16766 2001-10-04 Geert Bosch <bosch@gnat.com>
16768 * 3lsoccon.ads: Added file, missed with initial check ins.
16770 * 4lintnam.ads: Fix header format.
16771 Change Linux to GNU/Linux.
16773 * 5iosinte.adb: Change Linux to GNU/Linux.
16775 * 5iosinte.ads: Change Linux to GNU/Linux.
16777 * 5itaprop.adb: Change Linux to GNU/Linux.
16779 * 5itaspri.ads: Change Linux to GNU/Linux.
16780 Update copyright notice.
16782 * 5lintman.adb: Change Linux to GNU/Linux.
16784 * 5lml-tgt.adb: Change Linux to GNU/Linux.
16786 * 5losinte.ads: Change Linux to GNU/Linux.
16788 * 5lsystem.ads: Change Linux to GNU/Linux.
16790 * 5qosinte.adb: Change Linux to GNU/Linux.
16792 * 5qosinte.ads: Change Linux to GNU/Linux.
16794 * 5qparame.ads: Change Linux to GNU/Linux.
16796 * 5qtaprop.adb: Change Linux to GNU/Linux.
16798 * 5qtaspri.ads: Change Linux to GNU/Linux.
16799 Add 2001 to copyright notice.
16801 * 5vintman.ads: Change Linux to GNU/Linux.
16802 Fix header format. Add 2001 to copyright notice.
16804 * g-soccon.ads: Change Linux to GNU/Linux.
16806 * g-trasym.ads: Change Linux to GNU/Linux.
16807 Add 2001 to copyright notice.
16809 * memtrack.adb: Change Linux to GNU/Linux.
16811 * s-intman.ads: Change Linux to GNU/Linux.
16812 Add 2001 to copyright notice. Fix header format.
16814 * s-stache.adb: Change Linux to GNU/Linux.
16816 * adaint.c: Change Linux to GNU/Linux.
16818 * cio.c: Change Linux to GNU/Linux.
16820 * cstreams.c: Change Linux to GNU/Linux.
16822 * init.c: Change Linux to GNU/Linux.
16824 * gmem.c: Change Linux to GNU/Linux.
16826 * tracebak.c: Change Linux to GNU/Linux.
16829 2001-10-02 Geert Bosch <bosch@gnat.com>
16831 * misc.c (insert_default_attributes): Add dummy version.