1 2007-01-31 Release Manager
5 2006-03-11 Eric Botcazou <ebotcazou@adacore.com>
7 Backport from mainline:
8 2006-02-13 Ed Schonberg <schonberg@adacore.com>
10 * sem_res.adb (Set_Literal_String_Subtype): If the lower bound is not
11 static, wrap the literal in an unchecked conversion, because GCC 4.x
12 needs a static value for a string bound.
14 2006-03-09 Release Manager
18 2006-02-17 Eric Botcazou <ebotcazou@adacore.com>
20 Backport from mainline:
21 2006-02-13 Geert Bosch <bosch@adacore.com>
22 Gary Dismukes <dismukes@adacore.com>
24 * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
25 0, since the lower bound of the actual string may be greater than one.
29 (Put): Fix condition to raise Layout_Error when invalid
32 2006-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
35 * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
37 2005-12-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
39 * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
41 2005-11-14 Robert Dewar <dewar@adacore.com>
44 * osint-m.adb: Add pragma Elaborate_All for Osint
46 2005-11-10 Eric Botcazou <ebotcazou@adacore.com>
49 * trans.c (call_to_gnu): Restore statement lost in translation.
51 2005-09-21 Olivier Hainque <hainque@adacore.com>
54 * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
55 as we create them to store a size in bits.
57 2005-10-21 Eric Botcazou <ebotcazou@adacore.com>
65 * utils2.c (build_return_expr): New helper function.
66 * gigi.h (build_return_expr): Declare it.
67 * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
68 of manually building the RETURN_EXPR tree.
69 (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
70 (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
71 build_binary_op for the "target pointer" case. Use build_return_expr
72 instead of manually building the RETURN_EXPR tree.
74 2005-09-20 Release Manager
78 2005-07-07 Release Manager
82 2005-04-24 Laurent GUERBY <laurent@guerby.net>
85 * a-nudira.adb (Value): Check for valid string.
86 * a-nuflra.adb (Value): Likewise.
88 2005-04-20 Release Manager
92 2005-04-07 Laurent GUERBY <laurent@guerby.net>
93 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
95 * Makefile.in: Add make ifeq define for hppa linux tasking support.
96 * system-hpux.ads: Define Signed_Zeros to be True.
97 * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
99 2005-04-07 Eric Botcazou <ebotcazou@adacore.com>
103 * misc.c (tree_sra_requested): New global.
104 (gnat_init_options): Detect -ftree-sra.
105 (gnat_post_options): Enable Tree-SRA only if specifically requested.
107 2005-04-04 Eric Botcazou <ebotcazou@adacore.com>
110 Backport from mainline:
112 2005-03-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
113 * utils.c (finish_record_type): Use variable_size when setting sizes.
115 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
118 Backport from mainline:
120 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
121 * utils.c (convert) <UNION_TYPE>: Accept slight type variations when
122 converting to an unchecked union type.
124 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
127 Backport from mainline:
129 2005-03-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
130 * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
131 replace the N_Freeze_Entity with a null statement.
132 * exp_ch3.adb (Freeze_Type): Now a function that returns True if
133 the N_Freeze_Entity is to be deleted.
134 * exp_ch3.ads (Freeze_Type): Now a function that returns Boolean.
135 * freeze.adb (Undelay_Type): New Subprogram.
136 (Set_Small_Size): Pass T, the type to modify; all callers changed.
137 (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
138 within records; allow them to have freeze nodes if their base types
140 * sem_ch3.adb (Constrain_Access, Constrain_Array): Allow itypes to be
142 * gigi.h (gnat_to_gnu_field_decl): New decl.
143 * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Call
145 (gnat_to_gnu_field_decl): New function.
146 (substitution_list, annotate_rep): Call it.
147 (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
148 (gnat_to_gnu_entity, case E_Record_Type): Likewise.
149 No longer update discriminants to not be a COMPONENT_REF.
150 (copy_alias_set): Strip padding from input type; also handle
151 unconstrained arrays properly.
152 * trans.c (gnat_to_gnu, case N_Selected_Component): Call
153 gnat_to_gnu_field_decl.
154 (assoc_to_constructor): Likewise.
156 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
160 Backport from mainline:
162 2005-03-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
163 * exp_util.adb (Remove_Side_Effects): Properly test for
164 Expansion_Delayed and handle case when it's inside an
165 N_Qualified_Expression.
166 * decl.c (gnat_to_gnu_entity, case E_Component): Always look at
167 Original_Record_Component if Present and not the entity.
168 (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtype
169 of tagged extension types by not making field for components that are
171 * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
172 Expansion_Delayed is False.
173 (assoc_to_constructor): Ignore fields that have a
174 Corresponding_Discriminant.
176 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
179 Backport from mainline:
181 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
182 * decl.c (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
183 expression to the type of the object when the object is constant.
184 * trans.c (gnat_to_gnu) <N_Return_Statement>: Restructure. Set
185 gnu_result to NULL_TREE on entry. If the function returns "by
186 target", dereference the target pointer using the type of the
188 <all>: Be prepared for a null gnu_result.
189 * utils2.c (build_binary_op): Fix typo.
191 2005-03-17 Eric Botcazou <ebotcazou@adacore.com>
194 Backport from mainline:
196 2005-03-15 Eric Botcazou <ebotcazou@adacore.com>
197 * lang.opt: Fix specification of -fRTS=.
198 * misc.c (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
200 2005-03-15 Jakub Jelinek <jakub@redhat.com>
202 * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
203 ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
204 ada/bldtools to avoid make -jN failures.
206 2005-03-08 Laurent Guerby <laurent@guerby.net>
208 * system-linux-sparc.ads: Fix typo in previous commit.
210 2005-03-07 James A. Morrison <phython@gcc.gnu.org>
211 Laurent Guerby <laurent@guerby.net>
214 * system-linux-sparc.ads: New.
215 * Makefile.in: Add sparc linux entry.
217 2005-02-13 Andrew Pinski <pinskia@physics.uc.edu>
220 * utils.c (gnat_type_for_mode): Return null instead of ICE because we asked
223 2005-02-12 Richard Henderson <rth@redhat.com>
225 * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
226 validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
228 2005-02-10 Andreas Jaeger <aj@suse.de>
230 * init.c (__gnat_initialize): Mark parameter as unused.
232 2005-02-09 Doug Rupp <rupp@adacore.com>
234 * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
235 * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
237 2005-02-09 Doug Rupp <rupp@adacore.com>
239 * gnatchop.adb (dup, dup2),
240 g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
242 * gnatlbr.adb (mkdir),
243 mlib-tgt-vms-ia64.adb (popen, plose): Import with decc$ prefix.
245 * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
247 2005-02-09 Doug Rupp <rupp@adacore.com>
249 * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
251 2005-02-09 Robert Dewar <dewar@adacore.com>
252 Thomas Quinot <quinot@adacore.com>
253 Javier Miranda <miranda@adacore.com>
254 Pascal Obry <obry@adacore.com>
255 Ed Schonberg <schonberg@adacore.com>
256 Doug Rupp <rupp@adacore.com>
257 Gary Dismukes <dismukes@adacore.com>
258 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
260 * g-zstspl.ads: New file.
262 * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
264 * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
266 Add definition of Wide_Wide_Space for AI-285
268 * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
269 interface (to support Ada 95 and Ada 2005 units).
270 Add Unbounded_IO files
271 Add entries for Wide_Wide packages for AI-285
272 Add list of containers packages to Ada 2005 unit list
274 * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
275 support new Unbounded_IO package cleanly.
277 * g-utf_32.ads, g-utf_32.adb: New files.
279 * Makefile.rtl: Add entry for g-utf_32
280 Add new files for Unbounded_IO
281 Adjust make file for new AI-285 wide wide packages
282 Add AI-302 containers to the run time.
284 * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
285 a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
286 subprograms for AI-301.
288 * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
290 * a-stunau.ads: Minor comment correction
292 * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
294 Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
295 (Check_RPC): Update to match changes in expanded code.
296 Clean up unused entity.
298 * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
299 was not taken into account.
300 This includes proper initialization with Normalize_Scalars.
301 (Get_Simple_Init_Val): Major rewrite for initialize scalars and
302 normalize scalars cases (particularly the latter) to do a better job
303 of finding invalid representations.
305 * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
307 * s-strops.ads, s-strops.adb: Remove string normalize routines, never
310 * exp_dist.adb: Add support for wide wide character type
311 (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
312 private part, generate stub bodies at the end of the private part,
313 not the visible part.
314 (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
316 (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
317 generic wrapper to execute final processing after completing the
318 expansion of the RPC receiver for an RACW.
320 * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
321 packages and attributes.
322 (Preset_Names): Addition of the new reserved words of Ada 2005,
323 that is interface, overriding and synchronized.
324 (Get_Pragma_Id): Give support to the use of the new reserved word
325 "interface" as a pragma name.
326 (Is_Pragma_Name): Give support to the use of the new reserved word
327 "interface" as a pragma name.
328 (Preset_Names): Add stream_size string for the Stream_Size Ada2005
329 attribute implementation.
331 * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
332 checks to entities that are output parameters of Asm operations.
333 Handle the Stream_Size attribute.
334 Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
336 * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
338 * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
339 for second parameter being 0.0.
340 Add support for wide wide character type.
341 (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
343 * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
344 s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
345 s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
346 s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
347 for wide wide character cases.
349 * cstand.adb: Create entities for Wide_Wide_Character and
352 * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
353 accordance with AI-258.
354 Add new declarations for 16/32 bit C character types (Part of AI285)
356 * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
357 (Obsolescent_Warning): New field
358 (Rep_Clause): New local subprogram used to share code. Returns the rep
359 clause for which the name is given in parameter.
360 (Has_Stream_Size_Clause): New routine.
361 (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
362 (Address_Clause): Implementation is now using Rep_Clause.
363 (Alignment_Clause): Idem.
366 * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
367 entity in non-Ada 2005 mode and generate warning.
369 * par-prag.adb: Add handling of one argument form for pragma Ada_05.
370 (Prag): Code cleanup. Remove old gnat pragma "overriding"
372 * sem_prag.adb: Add handling of one argument form for pragma Ada_05
373 (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
374 on the named unit if the pragma is not in the current compilation unit,
375 so that elaboration calls in the current unit can set up an elaboration
376 dependency on the named unit, as needed.
377 (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
378 subprogram as well as for subprograms declared within a package.
379 (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
382 * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
383 to z) to avoid some instances of duplication for Wide_Wide packages.
385 * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
388 * scn.adb: Char_Literal_Value field is now a Uint
390 * scng.adb: Significant rewrite to handle new Ada 2005 features
391 allowing wide and wide wide characters in program text, e.g. for
392 identifiers, as described in AI-285.
393 (Set_Reserved): New procedure, makes setting up keywords cleaner.
394 (Initialize_Scanner): Register the new reserved words of Ada 2005.
395 (Scan): Give support to the new reserved words.
397 * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
398 warning notifying that interface, overriding, and synchronized are
400 (P_Pragma): Allow the use of the new reserved word "interface" as
403 * gnatls.adb, gnatbind.adb,
404 ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
405 identifiers named "interface" to "SAL_Interface".
407 * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
408 (Structured Exception handling).
412 (Gen_Main_Ada): Set the default exit code if specified.
413 (Gen_Main_C): Likewise.
415 (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
416 Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
418 * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
421 * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
422 has a collision with the new Ada 2005 "interface" reserved word.
424 * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
425 generate a warning notifying that interface, overriding, and
426 synchronized are new reserved words.
428 * scans.ads (Token_Type): Addition of the tokens corresponding to the
429 new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
430 and Tok_Synchronized.
432 * sem_res.adb (Resolve_Actuals): Change error messages to refer to
433 "dispatching" rather than "primitive" operations, since dispatching
434 calls are now allowed to abstract formal subprograms (which are not
436 Char_Literal_Value field is now a Uint
437 (Resolve_Slice): If the prefix is an access to an unconstrained array,
438 compute the actual subtype of the designated object to impose the proper
440 (Resolve_Selected_Component): Do not insert an access check if the
441 prefix is an access type: such a node is expanded into an explicit
442 dereference, on which the access check is performed anyway. Removes
443 expensive duplicate checks.
444 (Resolve_Call): Use new flag Is_Obsolescent and field
445 Obsolescent_Warning so that pragma Obsolescent works on library
447 Add support for wide wide character type
448 (Resolve_Allocator): Replace the error message on wrong null-exclusion
449 value by a warning message.
450 (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
451 as fixed-point, and one of the operands is non-static and universal, it
452 can only be an illegal exponentiation operation, in which case there is
453 no real value to retrieve.
455 * exp_strm.adb: Add support for wide wide character type
456 (Build_Elementary_Input_Call): Compute the size of the stream element by
457 querying the rep chain to find the Stream_Attribute attribute value.
458 (Build_Elementary_Write_Call): Ditto.
460 * sem_aggr.adb: Char_Literal_Value field is now a Uint
461 Add support for wide wide character type
462 Replace the error messages on wrong null-exclusion value by warnings
463 as described in Ada 2005.
464 (Resolve_Extension_Aggregate): Document the fact that the error
465 message on class-wide expressions in extensions aggregates.
467 * sem_case.adb: Add support for wide wide character type
469 * sem_ch13.adb: Add support for wide wide character type
470 (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
472 * sem_ch3.adb: Add support for wide wide character type
473 (Process_Subtype): If constraint is illegal for the type, set Ekind of
474 now-useless Itype, to prevent cascaded errors on a compiler built
477 * sem_ch8.adb: Add with and use of Sem_Disp.
478 (Analyze_Subprogram_Renaming): Replace unclean uses of
479 Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
480 of Corresponding_Spec to Empty).
481 (Attribute_Renaming): Replace use of Corresponding_Spec with
482 Corresponding_ Formal_Spec and simplify condition.
483 (Use_One_Package): Check that scope of homonym of identifier is defined,
484 before checking whether it is a wrapper package.
485 Add support for wide wide character type
487 * sem_eval.adb: Add support for wide wide character type.
488 (Eval_Arithmetic_Op): Check for compile time known signed integer
489 overflow in the non-static case.
490 (Subtypes_Statically_Match): A formal scalar type and its base type do
491 not statically match.
493 * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
494 "not in" for test of N_Formal_Subprogram_Declaration (which is now a
496 (Unit_Declaration_Node): Ditto.
497 (Is_Variable_Prefix): For the case of an indexed component whose prefix
498 has a packed array type, the prefix has been rewritten into a type
499 conversion. Determine variable-ness from the converted expression.
500 Handle wide wide character cases.
502 * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
504 * stringt.ads, stringt.adb: Handle full UTF-32 range.
505 Remove ["0A"] from comment, since it can look like a line terminator.
506 Currently we don't permit this, but this is under discussion by the
507 ARG, and it is easy enough to use a different example.
509 * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
510 handling UTF-32 encoding for wide wide character.
511 Implement new brackets coding ["hhhhhhhh"]
512 Add UTF-8 encodings for full UTF-32 range
514 * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
516 * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
517 bit range Add full UTF-32 support.
518 (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
519 notify that constraint error will be raised at run-time
520 because a null value is assigned to a null-excluding object.
521 Remove some obsolete declarations and make Char_Code
524 * a-except.adb (Rcheck_30): New subprogram. Addition of the message
525 corresponding to CE_Null_Not_Allowed, and adjust the output of all the
528 * checks.adb (Check_Null_Not_Allowed): Replace the error message on
529 wrong null-exclusion value by a warning message.
530 (Enable_Range_Check): Do range check if the prefix is an
531 explicit dereference whose designated object is an unconstrained array.
532 Current algorithm for removing duplicate checks is over-eager in this
535 * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
536 null-exclusion value by a warning message
538 * atree.h, atree.ads, atree.adb: Remove Char_Code field support
539 completely. Add support for Uint2 field
541 sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
542 exp_prag.adb: Char_Literal_Value field is now a Uint.
544 * exp_util.adb (Insert_Actions): Replace
545 N_Formal_Subprogram_Declaration by
546 N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
547 Char_Literal_Value field is now a Uint.
549 * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
550 defined for subprogram renaming declarations. When set, the field
551 indicates the defining entity of a corresponding formal subprogram
552 when the renaming corresponds to a formal subprogram association in an
554 (Set_Corresponding_Formal_Spec): New procedure to return
555 Corresponding_Formal_Spec field.
556 Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
557 (which is now a subtype).
558 Char_Literal_Value field is now a Uint
560 * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
561 pointer to the base of the dispatch table.
562 Minor changes to comments.
563 (Controlling_Type): New function for determining the tagged type
564 associated with a tagged primitive subprogram.
565 (Expand_Dispatching_Call): Add support for a controlling actual that is
566 directly a value of type Ada.Tag rather than a tagged object.
568 * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
569 describing the new layout.
570 (Dispatch_Table): The expander computes the actual array size, allocates
571 the Dispatch_Table record accordingly, and generates code that displaces
572 the base of the record after the Typeinfo_Ptr component. The access to
573 these components is done by means of local functions.
574 (Offset_To_Top): New function.
575 (Typeinfo_Ptr): New function.
576 (Get_TSD): Modified to access the new position of the TSD.
577 (Set_TSD): Modified to save the TSD in its new position.
579 * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
580 case of formal abstract subprograms. Add check and message for -gnat05.
583 * sem_ch12.adb: Add with and use for Sem_Disp.
584 (Analyze_Associations): Minor change from "=" to "in" for use of
585 N_Formal_Subtype_Declaration (which is now a subtype).
586 (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
587 N_Formal_Subtype_Declaration (which is now a subtype).
588 (Analyze_Formal_Subprogram): Add handling for
589 N_Formal_Abstract_Subprogram, marking the formal as abstract and
590 dispatching, setting the controlling status of the formal parameters
591 and result, and issuing an error if there is no controlling type for
592 the formal subprogram.
593 (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
594 which is an unclean use of that field, we set the new field
595 Corresponding_Formal_Spec to make the formal subprogram available to
596 processing in Analyze_Subprogram_Declaration.
597 (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
598 Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
599 Constrained, so that it is is does not statically match its anonymous
602 * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
603 abstract formal subprograms in error check for functions returning
604 abstract types. Set scope of new designator for
605 a parameterless subprogram, so that it is available when checking the
606 body for nested subprograms, before full analysis of said body.
607 (Analyze_Subprogram_Body): Warn on inlining bodies with nested
608 subprogram only if inner one comes from source.
609 (Analyze_Function_Call): If the call is given in object notation, the
610 analysis of the name rewrites the node and analyzes it with the proper
611 argument list. After analyzing the name, if the call has been rewritten
612 and the result type is set, no further analysis is needed.
613 (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
614 mark in function specification, in a context where the formals are
615 visible and hide outer homographs.
617 * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
618 as the tagged type for the cases of abstract formal subprograms and
619 renamings of those. Clean up spec comments.
620 (Check_Dispatching_Context): Add error message to indicate "abstract
621 procedure", covering the case of a call to a formal abstract procedure
622 that has statically tagged operands.
623 (Check_Dispatching_Call): Check for the case of an actual given by
624 a tag-indeterminate function call whose type is an ancestor of the
625 containing call's associated tagged type. This situation can occur
626 for inherited primitives with function defaults. In this case we
627 use the tagged type's tag directly as the controlling argument for
629 (Expand_Call): Name change on call to Expand_Dispatch_Call.
631 * sprint.adb (Sprint_Node_Actual): Split
632 N_Formal_Subprogram_Declaration into two alternatives for the new
633 cases N_Formal_Abstract_Subprogram_Declaration and
634 N_Formal_Concrete_Subprogram_Declaration.
635 Char_Literal_Value field is now a Uint.
637 * trans.c: Get rid of junk Uint2 reference.
638 Char_Literal_Value field is now a Uint.
639 (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
640 (gigi): Correct third arg to gimplify_body.
642 * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
643 (TYPE_LANG_FLAG_0): Check for record or union.
645 * treepr.adb: Char_Literal_Value field is now a Uint
647 * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
650 * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
651 Add full UTF-32 support
652 Char_Code is now 32 bits
654 * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
655 wide character UTF_32 line terminators.
656 Initialize Main_Source_File to avoid error when no main
659 * errout.adb (Finalize): Do not check Num_SRef_Pragmas
660 (Main_Source_File) when no main source has been loaded, to avoid
663 2005-02-09 Robert Dewar <dewar@adacore.com>
665 * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
666 Fix name of Set routine
668 * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
671 * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
672 a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
675 * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
676 forms of Get_Line subprograms for AI-301.
678 * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
679 a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
680 a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
681 a-stwima.ads: Minor reformatting.
683 2005-02-09 Doug Rupp <rupp@adacore.com>
684 Thomas Quinot <quinot@adacore.com>
687 [VMS] (to_ptr32): New function.
688 (MAYBE_TO_PTR32): New macro.
689 (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
691 [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
692 [VMS] (#define fork()): Remove since unneccessary.
693 (__gnat_set_close_on_exec): New routine to support
694 GNAT.OS_Lib.Set_Close_On_Exec.
696 * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
697 the parent side as close-on-exec so that they are not inherited by the
700 * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
701 set or clear the FD_CLOEXEC flag on a file descriptor.
703 2005-02-09 Eric Botcazou <ebotcazou@adacore.com>
704 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
706 Fix for c330001 - PR ada/19386
709 (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
710 on the field if Pragma Component_Alignment (Storage_Unit).
711 (gnat_to_gnu_entity, case object): Do not treat a renaming that has
712 side-effects as if it were a constant; also make SAVE_EXPR to protect
714 (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
716 (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
717 (components_to_record): Test it.
718 Fix improper usage of REFERENCE_CLASS_P.
720 * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
723 * utils2.c: Minor reformatting.
725 * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
726 handle other cases like RECORD_TYPE.
728 * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
730 2005-02-09 Ed Schonberg <schonberg@adacore.com>
732 * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
733 component of an array of arrays in an assignment context, and the
734 aggregate has component associations that require sliding on
735 assignment, force reanalysis of the aggregate to generate a temporary
736 before the assignment.
737 (Must_Slide): Make global to the package, for use in Gen_Assign.
739 2005-02-09 Ed Schonberg <schonberg@adacore.com>
741 * exp_ch4.adb (Expand_Composite_Equality): If a component is an
742 unchecked union with no inferable discriminants, return a
743 Raise_Program_Error node, rather than inserting it at the point the
745 (Expand_Record_Equality, Component_Equality): Handle properly the case
746 where some subcomponent is an unchecked union whose generated equality
747 code raises program error.
749 2005-02-09 Doug Rupp <rupp@adacore.com>
751 * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
752 [VMS] (#define exit hack): Remove.
754 2005-02-09 Pascal Obry <obry@adacore.com>
755 Arnaud Charlet <charlet@adacore.com>
757 * init.c (__gnat_initialize): Add a new parameter eh which contains the
758 address of the exception registration. The Win32 version of this
759 routine calls __gnat_install_SEH_handler() to initialize the SEH
760 (Structured Exception Handling) handler.
761 (__gnat_error_handler) [Win32]: Removed. Not needed as we use
762 SEH (Structured Exception Handling) now.
763 (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
764 (__gnat_initialize for ppc-vxworks): Adjust comments and the
765 preprocessor condition protecting the call to the extra eh setup
766 subprogram, which is only available for the ppc target.
767 (__gnat_clear_exception_count): replaced reference to
768 variable taskIdCurrent by call to taskIdSelf(), cleaner.
770 * seh_init.c: New file.
772 * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
773 (GNATBIND_OBJS): Idem.
775 * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
776 routine takes a new parameter (a pointer to the exception registration
777 for the SEH (Structured Exception Handling) support.
779 * raise.h: (__gnat_install_SEH_handler): New prototype.
780 Update copyright notice.
782 * s-tassta.adb (Task_Wrapper): Declare the exception registration
783 record and initialize it by calling __gnat_install_SEH_handler.
785 2005-02-09 Vincent Celier <celier@adacore.com>
787 * make.adb (Gnatmake): Do not fail when the main project has no object
790 2005-02-09 Doug Rupp <rupp@adacore.com>
792 * Makefile.in [VMS] (LN,LN_S): Define as cp -p
793 Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
794 [VMS]: Add translations for g-enblsp.adb.
796 * s-asthan-vms.adb: Removed.
797 * s-asthan-vms-alpha.adb: Added.
799 2005-02-09 Pascal Obry <obry@adacore.com>
801 * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
802 (LIBGNAT_OBJS): Add seh_init.o.
804 2005-02-09 Arnaud Charlet <charlet@adacore.com>
808 * Makefile.in: Link all gnat tools with -static-libgcc, since
809 -shared-libgcc is now used by default on some systems (e.g. linux with
811 Remove references to Makefile.prolog/generic, no longer used.
813 2005-02-09 Vincent Celier <celier@adacore.com>
815 * prj-makr.adb (Process_Directory): Put file name in canonical case
816 before matching against the patterns.
817 If gnatname has been invoked as <prefix>-gnatname
818 then invoke the compiler as <prefix>-gcc, not just "gcc".
820 2005-02-09 Ed Schonberg <schonberg@adacore.com>
822 * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
823 with expansion disabled. The actual subtype is needed among other
824 places when the selected component appears in the context of a loop
825 bound, and denotes a packed array.
826 (Operator_Check): Always use the first subtype in the
827 error message, to avoid the appearance of internal base types.
828 (Transform_Object_Operation): Copy each actual in full
829 to the parameter associations of the constructed call, rather than
830 using the shallow copy mechanism of New_Copy_List. This ensures that
831 the chaining of named associations is done properly.
832 (Complete_Object_Operation): Rewrite node, rather than
833 replacing it, so that we can trace back to the original selected
836 * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
837 and calls that use object notation, if the called function is not
838 declared in a withed unit, place the elaboration constraint on the
839 unit in the context that makes the function accessible.
840 (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
841 imposes an elaboration constraint between two packages.
843 2005-02-09 Ed Schonberg <schonberg@adacore.com>
845 * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
846 views of a private type after handling its private dependents, to
847 maintain proper stack discipline between entry and exit from the
850 2005-02-09 Cyrille Comar <comar@adacore.com>
852 * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
855 2005-02-09 Arnaud Charlet <charlet@adacore.com>
857 * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
858 fields for foreign threads.
860 2005-02-09 Doug Rupp <rupp@adacore.com>
862 * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
863 recursion warnings when compiled with -gnatdm.
865 2005-02-09 Robert Dewar <dewar@adacore.com>
867 * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
868 Slight fix to documentation of -gnaty with no parameters
870 * xr_tabls.ads: Add ??? comment for missing overall comment
872 * xsinfo.adb: Make default file name be sinfo.h, since this is what
873 we now use by default.
875 * xsnames.adb: Adjust end of file test to look for five space followed
876 by '#' instead of six spaces. The format of xsnames.adb was modified
879 * a-numeri.ads: Add reference to AI-388 for greek letter pi
882 * clean.adb: Minor reformatting.
884 * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
885 gnatname.adb: Minor reformatting
886 Add 2005 to copyright output when utility is run
888 * csets.adb: Eliminate obsolete comment
890 * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
893 * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
895 2005-02-09 Sergey Rybin <rybin@adacore.com>
897 * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
898 the difference between compact and incompact layout and add the record
899 representation clause to the example illustrating different layouts.
900 Add the description of '-A5' gnatpp option ("align 'AT' keywords in
903 2005-02-09 Florian Villoing <villoing@adacore.com>
905 * gnat_ugn.texi: Fix typos.
906 Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
908 Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
909 in the generated documentation.
911 2005-02-09 Arnaud Charlet <charlet@adacore.com>
913 * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
915 Update linker wrapper when linking with non GNU C++.
917 2005-02-09 Pascal Obry <obry@adacore.com>
920 Document the procedure to debug the DllMain routine on Windows.
921 Add note about -funwind-tables and mixed Ada and C/C++ programming in
923 Document new BIND qualifer /RETURN_CODES=VMS.
925 2005-02-09 Ben Brosgol <brosgol@adacore.com>
927 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
928 Edited gnatmetric chapter
930 2005-02-09 Robert Dewar <dewar@adacore.com>
933 Changes to document new wide wide character support
935 Update documentation on Normalize_Scalars and Initialize_Scalars
937 2005-02-09 Pascal Obry <obry@adacore.com>
939 * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
941 2005-02-09 Jose Ruiz <ruiz@adacore.com>
943 * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
944 from the VxWorks kernel) that is needed for getting the active
945 priority of the different tasks.
947 * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
948 Use a pragma Elaborate_Body in the spec file instead.
949 Noticed by code reading.
951 2005-02-09 Thomas Quinot <quinot@adacore.com>
953 * exp_util.ads: Minor correction in comment.
955 2005-02-09 Arnaud Charlet <charlet@adacore.com>
957 * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
958 since this procedure is now too complex to be worth inlining.
960 2005-02-09 Richard Henderson <rth@redhat.com>
962 * utils.c (gnat_define_builtin): Remove.
963 (gnat_install_builtins): Use build_common_builtin_nodes.
965 2005-02-09 Arnaud Charlet <charlet@adacore.com>
967 * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
968 a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
969 a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
970 a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
971 a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
972 a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
973 a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
974 a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
975 a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
976 a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
977 a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
978 a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
979 a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
980 a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
981 a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
982 a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
983 a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
984 a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
985 a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
986 a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
987 a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
988 a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
989 a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
990 a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
991 a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
992 a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
993 a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
994 a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
995 a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
996 a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
997 a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
998 a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
999 a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
1000 a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
1003 2005-01-27 Laurent GUERBY <laurent@guerby.net>
1005 * Makefile.in: Fix a-intnam.ads from previous commit,
1006 add 2005 to copyright.
1007 * a-intman-rtems.ads: Renamed to...
1008 * a-intnam-rtems.ads:
1010 2005-01-27 Laurent GUERBY <laurent@guerby.net>
1012 * Makefile.in: Rename GNAT RTEMS specific files.
1013 * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
1014 5rosinte.ads, 5rparame.adb: Replaced by files below.
1015 * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
1016 s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
1018 2005-01-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1019 Laurent GUERBY <laurent@guerby.net>
1022 * 5rosinte.ads: Add No_Key constant.
1023 * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
1024 * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
1026 2005-01-26 Laurent GUERBY <laurent@guerby.net>
1029 * i-cobol.adb (Valid_Numeric): Handle zero length case.
1031 2005-01-20 Richard Henderson <rth@redhat.com>
1033 * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
1034 a-intnam-linux.ads and system-linux-alpha.ads.
1035 * a-intnam-linux-alpha.ads: Remove file.
1036 * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
1037 * system-linux-alpha.ads: New file.
1039 2005-01-18 Jakub Jelinek <jakub@redhat.com>
1042 * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
1043 set to the new string.
1045 2005-01-18 Toon Moene <toon@moene.indiv.nluug.nl>
1047 * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
1050 2005-01-18 Richard Henderson <rth@redhat.com>
1052 * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
1053 THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
1055 * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
1057 2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
1059 * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
1060 (GCC_ZCX_Support): Likewise.
1062 2005-01-11 Bastian Blank <waldi@debian.org>
1064 * system-linux-s390.ads: Define Preallocated_Stacks.
1065 * system-linux-s390x.ads: Likewise.
1067 2005-01-04 Arnaud Charlet <charlet@adacore.com>
1069 * gnat_ugn.texi: Fix texi errors with null variables.
1071 2005-01-03 Thomas Quinot <quinot@adacore.com>
1073 * gen-soccon.c: New utility program to generate g-soccon.ads
1076 * socket.c, gsocket.h: Split inclusion of system header files into a
1077 gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
1079 * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
1080 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
1081 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
1082 g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
1083 should not be edited by hand anymore, but should be regenerated using
1086 2005-01-03 Robert Dewar <dewar@adacore.com>
1087 Ed Schonberg <schonberg@adacore.com>
1088 Vincent Celier <celier@adacore.com>
1090 * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
1091 on/off, since this is an obsolescent feature, for which we now generate
1094 * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
1095 warning mode is set and obsolescent usage of this attribute occurs.
1096 (Resolve_Access, case 'Access): Note that GNAT uses the context type to
1097 disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
1098 predates, and partly motivates, the adoption of the AI.
1099 Implement new Ada 2005 attribute Mod
1101 * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
1104 * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
1106 * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
1107 pragma restrictions.
1108 New entry for Ada 2005 attribute Mod.
1111 Add recognition of new pragma Restrictions No_Dependence
1112 Recognize restriction No_Obsolescent_Features at parse time
1114 * bcheck.adb: Add circuitry for checking for consistency of
1115 No_Dependence restrictions.
1117 * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
1120 * restrict.ads, restrict.adb: Add subprograms to deal with
1121 No_Dependence restrictions.
1123 * rtsfind.adb: Check that implicit with's do not violate No_Dependence
1126 * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
1127 sem_attr.adb: Add check for new restriction No_Obsolescent_Features
1129 * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
1130 dummy parameter to scng instantiation.
1131 Needed for new restriction No_Obsolescent_Features
1133 * scn.adb: (Obsolescent_Check): New procedure
1134 Needed for new restriction No_Obsolescent_Features
1136 * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
1137 specified by AI-285, needed for implementation of AI-388 (adding greek
1138 pi to Ada.Numerics).
1139 Add new generic formal to scng, needed for new restriction
1140 No_Obsolescent_Features.
1142 * s-rident.ads: Add new restriction No_Obsolescent_Features.
1144 * ali.ads, ali.adb: Adjustments for reading new No_Dependence
1146 (Scan_ALI): When finding an unexpected character on an R line, raise
1147 exception Bad_R_Line, instead of calling Fatal_Error, so that, when
1148 Ignore_Errors is True, default restrictions are set and scanning of the
1149 ALI file continues with the next line. Also, when Bad_R_Line is raised
1150 and Ignore_Errors is True, skip to the end of le line.
1152 * sem_ch10.adb: Check that explicit with's do not violate
1153 No_Dependence restrictions.
1154 (Install_Withed_Unit): Add code to implement AI-377 and diagnose
1155 illegal context clauses containing child units of instance.
1157 * sem_prag.adb: Processing and checking for new No_Dependence
1159 (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
1160 analyze and check the External argument.
1162 * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
1164 2005-01-03 Robert Dewar <dewar@adacore.com>
1166 * atree.adb: Add a fifth component to entities
1167 This allows us to add 32 flags and four new fields
1169 * atree.ads: Add a fifth component to entities
1170 This allows us to add 32 flags and four new fields
1172 * einfo.ads, einfo.adb: Document new fields and new flags now available
1173 Add routines for printing new fields
1175 * treepr.adb: Call routines to print out additional fields if present
1177 2005-01-03 Arnaud Charlet <charlet@adacore.com>
1179 * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
1180 gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
1182 * Makefile.in: Add support to build shared Ada libraries on solaris x86
1183 Remove gpr2make, replaced by gprmake.
1184 Remove references to gnatmem and libaddr2line.
1185 Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
1186 (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
1187 Add support for specialized version of Ada.Numerics.Aux for Darwin: use
1188 a-numaux-darwin.ads and a-numaux-darwin.adb
1189 Enable mlib-tgt-lynxos.adb on lynxos.
1191 * Make-lang.in: Remove rules for gpr2make.
1192 When generating sdefault.adb, do not call Relocate_Path
1193 on S3 for function Target_Name, as it is not a path.
1194 Remove references to gnatmem and libaddr2line.
1196 * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
1199 2005-01-03 Samuel Tardieu <tardieu@adacore.com>
1201 * checks.adb (Apply_Alignment_Check): Generate a warning if an object
1202 address is incompatible with its base type alignment constraints when
1203 this can be decided statically.
1205 2005-01-03 Olivier Hainque <hainque@adacore.com>
1207 * decl.c (compatible_signatures_p): New function. The intended purpose
1208 is to check if two function signatures for a call-site and a callee are
1209 compatible enough for the call to be valid. The underlying purpose is
1210 to check if a call to a mapped builtin is using the right interface.
1211 The current code actually does not check antyhing - this a placeholder
1212 for future refinements.
1213 (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
1214 builtin calls for convention Intrinsic.
1216 * gigi.h (builtin_decl_for): Declare (new function).
1218 * utils.c (gnat_install_builtins): Install the target specific builtins.
1219 (builtin_decl_for): New function, provide a dummy body for now.
1221 2005-01-03 Geert Bosch <bosch@adacore.com>
1223 * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
1224 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
1225 (Pred): Implement in terms of Succ.
1227 * trans.c (convert_with_check): Reimplement conversion of float to
1230 2005-01-03 Ed Schonberg <schonberg@adacore.com>
1231 Vincent Celier <celier@adacore.com>
1233 * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
1234 bounds can be negative, and must be declared Int, not Nat.
1236 * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
1237 array is checked after using the index in the array.
1239 * makegpr.adb (Add_Switches): Check if there is a package for the
1240 processor. If there is no package, do not look for switches.
1242 2005-01-03 Ed Schonberg <schonberg@adacore.com>
1244 * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
1245 generation of predefined stream operations (specs and bodies) should
1246 proceed. Under various restrictions these subprograms must not be
1249 2005-01-03 Thomas Quinot <quinot@adacore.com>
1252 Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
1253 amount of PCS-specific code in RACW stubs generation.
1254 (Copy_Specification): Set Etype on copied formal parameter entities, as
1255 this information is needed for PolyORB stubs generation.
1256 (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
1257 variable Dynamic_Async.
1258 (Build_Subprogram_Receiving_Stubs): Make PCS-specific
1259 (Build_RPC_Receiver_Specification): Make generic again, as recent
1260 changes have allowed RPC receivers to have the same profile for both
1261 variants of the PCS.
1262 Reorganise RPC receiver generation to reduce differences between the
1263 structure of GARLIC and PolyORB RPC receivers.
1264 (Add_Receiving_Stubs_To_Declarations): Make this subprogram
1266 Simplify elaboration code for RCI packages.
1268 * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
1269 generation to reduce differences between the structure of GARLIC and
1270 PolyORB RPC receivers.
1272 * s-stratt.adb: Fix typo in comment.
1274 2005-01-03 Thomas Quinot <quinot@adacore.com>
1276 * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
1277 copied from Make_Init_Call).
1279 * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
1280 reads and assignments on a temporary variable declared with appropriate
1283 2005-01-03 Robert Dewar <dewar@adacore.com>
1285 * i-c.adb (To_C): Raise CE if string is null and Append_Null
1287 2005-01-03 Robert Dewar <dewar@adacore.com>
1289 * i-cstrin.adb (Update): Do not append a null in form called with a
1290 String. This avoids unintended behavior.
1292 2005-01-03 Arnaud Charlet <charlet@adacore.com>
1295 * init.c: Fix warnings on Free BSD section.
1297 2005-01-03 Arnaud Charlet <charlet@adacore.com>
1300 * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
1303 2005-01-03 Vincent Celier <celier@adacore.com>
1305 * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
1306 libraries when Unique_Compile is True (-u switch).
1309 2005-01-03 Robert Dewar <dewar@adacore.com>
1311 * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
1312 upper case letter or underscore after W, as allowed by spec.
1314 2005-01-03 Arnaud Charlet <charlet@adacore.com>
1316 * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
1317 darwin port by using proper type definitions from header files.
1318 Use SIGTERM instead of SIGABRT for SIGADAABORT.
1320 2005-01-03 Robert Dewar <dewar@adacore.com>
1322 * par.adb: Enhance error message handling for configuration file
1325 2005-01-03 Robert Dewar <dewar@adacore.com>
1327 * s-arit64.adb (Double_Divide): Put back changes that got accidentally
1328 removed during the previous update (test properly for case of dividing
1329 largest negative number by -1, which generates overflow).
1331 2005-01-03 Ed Schonberg <schonberg@adacore.com>
1332 Sergey Rybin <rybin@adacore.com>
1334 * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
1335 to use as the defining identifier for a formal package.
1336 (Remove_Parent): If the instance takes place within (an instance of)
1337 a sibling, preserve private declarations of common parent.
1339 2005-01-03 Ed Schonberg <schonberg@adacore.com>
1341 * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
1342 to determine whether one of the operands is a fixed-point type for
1343 which a user-defined multiplication or division operation might be
1346 * sem_res.adb (Valid_Conversion): The legality rules for conversions
1347 of access types are symmetric in Ada 2005: either designated type can
1350 2005-01-03 Vincent Celier <celier@adacore.com>
1352 * s-fileio.adb (Temp_File_Record): Change length of string component
1353 Name from L_tmpnam + 1 to max_path_len + 1.
1355 2005-01-03 Arnaud Charlet <charlet@adacore.com>
1357 * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
1358 Self_Id.Deferral_Level = 0.
1359 (Do_Pending_Action): Move this function to the spec.
1361 * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
1362 Do_Pending_Action explicitely when needed, in case we're using
1363 No_Abort restrictions.
1365 * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
1366 deferral level since it will not get changed by the generated code.
1367 Keeping a default value of 1 would prevent some operations (e.g.
1368 select or delay) to proceed successfully.
1370 2005-01-03 Ben Brosgol <brosgol@adacore.com>
1371 Robert Dewar <dewar@adacore.com>
1372 Cyrille Comar <comar@adacore.com>
1374 * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
1375 porting guide chapter (vms version).
1376 Revised doc title (removed "for native platforms") and subtitle.
1377 Add discussion on warning flag for obsolescent features. First we
1378 note that it applies to obsolete GNAT features, which was previously
1379 omitted. Second we contrast the behavior with that of the new
1380 Ada 2005 AI-368 restriction No_Obsolescent_Features.
1381 Preliminary rewriting of GNAT & libraries chapter in order to take
1382 into account default project locations & new project manager
1385 2005-01-03 Robert Dewar <dewar@adacore.com>
1387 * cstand.adb (Create_Operators): Clean up format and documentation of
1388 unary and binary operator result tables. No change in code, just
1389 reformatting and addition of comments.
1391 * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
1392 sem_ch2.adb: Minor reformatting
1394 * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
1395 sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
1396 comments for Tree_Read and Tree_Write.
1398 2005-01-03 Pascal Obry <obry@adacore.com>
1400 * exp_attr.ads: Minor reformatting.
1402 2005-01-03 Romain Berrendonner <berrendo@adacore.com>
1404 * comperr.adb (Compiler_Abort): Add specialized message for GAP
1407 2005-01-03 Ed Schonberg <schonberg@adacore.com>
1409 * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
1410 whether the ancestor type is private, as may be the case with nested
1413 2004-12-30 Sohail Somani <sohail@sohailsomani.com>
1416 * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
1418 2004-12-23 Eric Botcazou <ebotcazou@libertysurf.fr>
1420 * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
1421 * utils2.c (build_unary_op): Likewise.
1423 2004-12-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1425 * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
1427 2004-12-19 Richard Henderson <rth@redhat.com>
1429 * trans.c (gigi): Update gimplify_body call.
1431 2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
1433 * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
1435 2004-12-07 Ed Falis <falis@adacore.com>
1437 * s-intman-vxworks.adb (Notify_Exception): removed useless check for
1438 current task being suspended.
1440 * init.c (__gnat_clear_exception): added to reset VxWorks exception
1442 (__gnat_map_signal): removed test for current task being suspended.
1444 2004-12-07 Gary Dismukes <dismukes@adacore.com>
1446 * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
1447 from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
1448 targets (such as AAMP).
1450 2004-12-07 Ed Schonberg <schonberg@adacore.com>
1452 * atree.adb (Visit_Itype): Create a new name for the generated itype,
1453 because the back-end may otherwise treat it as a redefinition of the
1456 2004-12-07 Eric Botcazou <ebotcazou@adacore.com>
1458 * back_end.adb (Scan_Back_End_Switches): Accept --param.
1460 * lang-specs.h: Accept --param.
1462 2004-12-07 Vincent Celier <celier@adacore.com>
1464 * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
1465 package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
1466 Current_Body_Suffix => Ada_Body_Suffix).
1467 Take into account Externally_Built attribute.
1469 * clean.adb (In_Extension_Chain): Always return False when one of the
1470 parameter is No_Project.
1471 (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
1472 Ada_Language_Index).
1473 (Gnatclean): Adapt to change in package Prj.Pars (no parameter
1474 Process_Languages for procedure Parse).
1476 * gnatcmd.adb (Carg_Switches): New table.
1477 (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
1478 Adapt to name changes in package Prj (Current_Spec_Suffix =>
1479 Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
1481 * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
1482 Header_Num and function Hash are now declared in package Prj,
1485 * prj.adb (Suffix_Of): New function.
1486 (Set (Suffix)): New procedure.
1487 (Hash): One function moved from Prj.Com
1488 (Is_Present, Language_Processing_Data_Of): New functions
1489 (Set): Two new procedures
1490 (Add_Language_Name, Display_Language_Name): New procedures
1492 * prj.ads: (Suffix_Of): New function
1493 (Set (Suffix)): New procedure
1494 Add several types and tables for multi-language support.
1495 (Header_Num): Type moved from Prj.Com
1496 (Hash): Two functions moved from Prj.Com
1497 (Is_Present, Language_Processing_Data_Of): New functions
1498 (Set): Two new procedures
1499 (Add_Language_Name, Display_Language_Name): New procedures
1500 (Naming): Component name changes:
1501 Current_Spec_Suffix => Ada_Spec_Suffix,
1502 Current_Body_Suffix => Ada_Body_Suffix. Add new components:
1503 Impl_Suffixes, Supp_Suffixes.
1504 (Project_Data): New components: Externally_Built, Supp_Languages,
1505 First_Language_Processing, Supp_Language_Processing, Default_Linker,
1506 Default_Linker_Path.
1508 * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
1509 new package Language_Processing with its attributes (Compiler_Driver,
1510 Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
1511 Binder_Driver, Default_Linker).
1513 * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
1514 (Header_Num): Type moved to package Prj
1516 * prj-env.adb: Adapt to name changes in package Prj
1517 (Current_Spec_Suffix => Ada_Spec_Suffix,
1518 Current_Body_Suffix => Ada_Body_Suffix).
1520 * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
1521 default to the project path, except the "-" is one of the directories
1522 in env var ADA_PROJECT_PATH.
1523 (Current_Project_Path): Global variable, replacing Project_Path
1524 that was in the body of Prj.Part.
1525 (Project_Path): New function
1526 (Set_Project_Path): New procedure
1527 Initialize Current_Project_Path during elaboration of the package
1528 Remove dependency on Prj.Com, no longer needed
1530 * prj-ext.ads (Project_Path): New function
1531 (Set_Project_Path): New procedure
1533 * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
1534 suffix is defined for language <lang>.
1535 (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
1536 accessing directly the components of Naming.
1537 (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
1538 Reorganise of this package.
1539 Break procedure Check in several procedures.
1541 * prj-nmsc.ads: Replace all procedures (Ada_Check,
1542 Other_Languages_Check and Language_Independent_Check) with a single
1545 * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
1546 Process_Languages, no longer needed.
1548 * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
1549 Current_Project_Path.
1550 Remove elaboration code, moved to the body of Prj.Ext
1551 Use new function Prj.Ext.Project_Path instead of old variable
1553 (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
1554 When comparing with project paths on the stack, first put the resolved
1555 path in canonical case.
1556 (Parse_Single_Project): Set the path name of the project file in the
1557 tree to the normalized path.
1559 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
1560 parameter Process_Languages, no longer needed.
1561 (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
1562 Other_Languages_Check.
1564 * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
1565 to store the resolved canonical path of the project file.
1566 Remove dependency to Prj.Com, no longer needed
1568 * prj-util.adb: Adapt to name changes in package Prj
1569 (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
1572 * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
1573 Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
1574 Externally_Built, Include_Option, Language_Processing.
1576 * makegpr.adb: Numerous changes due to changes in packages
1579 * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
1580 default to the project path, except whe "-" is one of the directories
1581 in env var ADA_PROJECT_PATH.
1582 (Gnatls): In verbose mode, add the new section "Project Search Path:"
1584 2004-12-07 Robert Dewar <dewar@adacore.com>
1586 * debug.adb: Document that -gnatdA automatically sets -gnatR3m
1588 * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
1591 * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
1592 flag. No longer needed now that we handle this in gnat1drv.adb.
1594 * repinfo.ads: Minor reformatting
1596 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1597 Olivier Hainque <hainque@adacore.com>
1598 Eric Botcazou <ebotcazou@adacore.com>
1600 * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
1601 TYPE_SIZE_UNIT of result type if SIZE is not specified.
1602 (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
1603 of a bitfield, which we know is useless and causes trouble because of
1604 alignment implications.
1606 * utils.c (create_var_decl): Set DECL_COMMON again on targets without
1608 (process_attributes): Clear DECL_COMMON again when a section attribute
1610 (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
1611 SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
1612 (create_field_decl): Special case ADDRESSABLE negative to mean
1613 "no bitfield creation", to be used by make_aligning_type. Don't
1614 restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
1615 fields claimed addressable still have to be bitfields. Use
1616 value_factor_p instead of a raw binop construction to check for the
1617 position's alignment.
1619 2004-12-07 Geert Bosch <bosch@adacore.com>
1621 * eval_fat.adb: Revert previous change.
1623 2004-12-07 Thomas Quinot <quinot@adacore.com>
1624 Ed Schonberg <schonberg@adacore.com>
1626 * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
1627 with an implicit dereference as its prefix, use
1628 Insert_Explicit_Dereference instead of merely rewriting the prefix into
1629 an explicit dereference. This ensures that a reference to the original
1630 prefix is generated, if appropriate.
1632 * sem_util.adb (Insert_Explicit_Dereference): When an implicit
1633 dereference is rewritten to an explicit one, generate a reference to
1634 the entity denoted by its prefix using the original prefix node, so
1635 the dereference can be properly recorded as a read of the denoted
1636 access value, if appropriate.
1638 * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
1639 emitting 'assigned but never read' warning on a variable on the basis
1640 that it has an access type.
1641 (Check_References): Emit unreferenced warning when the scope is a
1644 2004-12-07 Robert Dewar <dewar@adacore.com>
1645 Ed Schonberg <schonberg@adacore.com>
1647 * exp_ch6.adb (Expand_Call): Add comment on handling of back end
1650 * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
1651 leaving call unchanged.
1652 This deals with the case where the pragma Import specified
1653 an external name, to be handled by the back end.
1655 * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
1656 subprogram which is Imported with convention Intrinsic if an
1657 External_Name argument is specified.
1658 (Process_Import_Or_Interface): Properly diagnose link name argument.
1659 (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
1660 with Sem_Ch6.Cannot_Inline.
1661 (Process_Inline): Provide separate warning for inapplicable inline
1663 (Cannot_Inline): Reject subprograms that have an at_end handler, so that
1664 treatment is uniform on different targets.
1666 2004-12-07 Ed Schonberg <schonberg@adacore.com>
1668 * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
1669 construct is rewritten, preserve end label to permit source navigation.
1671 2004-12-07 Thomas Quinot <quinot@adacore.com>
1673 * exp_dist.adb (Specific_Build_General_Calling_Stubs,
1674 Specific_Build_Stub_Target): New subprograms.
1675 (Build_Subprogram_Calling_Stubs): Make this procedure independent from
1676 the PCS implementation used, using the above PCS-customized subprograms.
1678 (PolyORB_Support.Helpers): New subunit containing supporting subprograms
1679 for generation of DSA code targeted to the PolyORB PCS.
1680 (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
1681 implementation of the partition communication subsystem in ancillary
1683 (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
1684 PolyORB_Support.Build_Stub_Type): New subrograms containing the
1685 PCS-specific part of Add_Stub_Type.
1686 (Insert_Partition_Check): Use runtime library function to perform
1689 * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
1690 (RE_Same_Partition): New entity, from s-parint.
1692 * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
1694 2004-12-07 Gary Dismukes <dismukes@adacore.com>
1696 * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
1697 Output the copyright message on a separate line from the version
1700 2004-12-07 Joel Brobecker <brobecker@adacore.com>
1702 * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
1703 compile-time warning.
1705 2004-12-07 Robert Dewar <dewar@adacore.com>
1707 * g-regpat.adb: (Match): Change a misuse of or to or else
1709 2004-12-07 Ed Schonberg <schonberg@adacore.com>
1712 (Generate_Reference): Handle properly a reference to an entry formal,
1713 when an accept statement has a pragma Unreferenced for it.
1715 * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
1716 and the Has_Pragma_Unreferenced flag for each formal before analyzing
1717 the body, to ensure that warnings are properly emitted for each accept
1718 statement of a given task entry.
1720 2004-12-07 Vasiliy Fofanov <fofanov@adacore.com>
1722 * Makefile.in: Add support for foreign threads on VMS.
1724 2004-12-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1726 * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
1728 (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
1730 * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
1732 * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
1734 (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
1736 2004-12-07 Robert Dewar <dewar@adacore.com>
1738 * nlists.adb (Prepend_Debug): Remove parameters and nest within
1740 (Remove_Next_Debug): Same fix
1742 * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
1743 maintain back pointers now, though we did not used to, and comments
1745 (Prepend): Remove pragma Inline.
1746 (Remove_Next): Same cleanup
1748 2004-12-07 Thomas Quinot <quinot@adacore.com>
1750 * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
1751 used to record an implicit dereference as a read operation on its
1752 prefix when operating under -gnatc. Necessary to avoid spurious
1753 'variable assigned but never read' warnings in that mode.
1754 (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
1755 is a non-overloaded implicit dereference, call the above subprogram to
1756 ensure proper recording of references.
1758 2004-12-07 Gary Dismukes <dismukes@adacore.com>
1760 * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
1761 to be resolved later as part of Analyze_Iteration_Scheme's call to
1764 2004-12-07 Ed Schonberg <schonberg@adacore.com>
1766 * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
1767 prefix is not a scalar type, place error message on prefix, not on
1770 2004-12-07 Bernard Banner <banner@adacore.com>
1772 * vxaddr2line.adb: Add support for x86 vxworks
1774 2004-12-07 Thomas Quinot <quinot@adacore.com>
1776 * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
1777 documentation of the behaviour of these functions when passed an IP
1778 address that has no record in the system hosts database and no reverse
1781 * cstand.adb, a-tags.ads: Fix typos in comment.
1783 2004-12-07 Robert Dewar <dewar@adacore.com>
1785 * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
1786 exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
1787 sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
1788 s-poosiz.ads: Minor reformatting
1790 * make.adb: Minor reformatting
1791 Add some ??? comments asking for more comments
1793 * s-poosiz.adb: Minor reformatting
1794 Add comments on alignment requirement
1796 * sinfo.ads: Remove obsolete comment and fix typo.
1798 2004-12-07 Vincent Celier <celier@adacore.com>
1799 Sergey Rybin <rybin@adacore.com>
1801 * gnat_ugn.texi: Update the section "The GNAT Driver and Project
1802 Files" with the new tool and package names.
1803 Reformatting to suppress most of the warnings for line too long
1804 Document the new section "Project Search Path:" in the output of
1806 Add gnatmetric section
1808 2004-12-07 Vincent Celier <celier@adacore.com>
1810 * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
1811 -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
1812 and -eit to -ept. Added qualifier
1813 /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
1815 2004-11-27 Andreas Schwab <schwab@suse.de>
1817 * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
1819 2004-11-25 Arnaud Charlet <charlet@adacore.com>
1821 * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
1822 internal implementation unit GNAT.Sockets.Thin,
1823 as their usage for sockets is non-portable (using the read and write
1824 functions from the system runtime library is fine on UNIX but won't
1825 work under Windows).
1827 * mingw32.h: Update copyright notice.
1829 2004-11-25 Arnaud Charlet <charlet@adacore.com>
1831 * ada-tree.h: Minor reformatting of previous change to avoid lines
1832 longer than 79 characters.
1834 2004-11-25 Olivier Hainque <hainque@adacore.com>
1836 * tb-gcc.c: GCC infrastructure based implementation of
1839 2004-11-24 Steven Bosscher <stevenb@suse.de>
1841 * misc.c (gnat_post_options): Don't clear
1842 flag_inline_functions.
1844 2004-11-22 Andrew Pinski <pinskia@physics.uc.edu>
1847 * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
1850 2004-11-21 Andreas Jaeger <aj@suse.de>
1852 * stylesw.adb: Change Style_Check_Subprogram_Order to
1853 Style_Check_Order_Subprograms.
1855 2004-11-18 Arnaud Charlet <charlet@adacore.com>
1857 * adaint.h, adaint.c
1858 (__gnat_portable_spawn): Fix cast of spawnvp third parameter
1860 Add also a cast to kill another warning.
1861 (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
1862 parameter with the priority class of the parent process instead of
1863 always using the NORMAL_PRIORITY_CLASS.
1864 (__gnat_dup): New function.
1865 (__gnat_dup2): New function.
1866 (__gnat_is_symbolic_link): Enable the effective body of this
1867 function when __APPLE__ is defined.
1869 * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
1872 2004-11-18 Olivier Hainque <hainque@adacore.com>
1874 * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
1875 address of which may be used to represent "others" and "all others"
1876 choices in exception tables, instead of the current harcoded
1877 (void *)0 and (void *)1.
1878 (Setup_Exception): Do nothing in the GNAT SJLJ case.
1880 * gigi.h (others_decl, all_others_decl): New decls representing the
1881 new Others_Value and All_Others_Value objects.
1882 (struct attrib): Rename "arg" component as "args", since GCC expects a
1883 list of arguments in there.
1885 * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
1886 corresponding objects exported by a-exexpr, instead of hardcoded dummy
1889 * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
1890 others_decl and all_others_decl instead of hardcoded dummy addresses
1891 to represent "others" and "all others" choices, which is cleaner and
1892 more flexible with respect to the possible eh pointer encoding policies.
1894 * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
1895 (process_attributes): Account for the naming change of the "args"
1896 attribute list entry component.
1898 * decl.c (build_attr_list): Rename into prepend_attributes to allow
1899 cumulating attributes for different entities into a single list.
1900 (gnat_to_gnu_entity): Use prepend_attributes to build the list of
1901 attributes for the current entity and propagate first subtype
1902 attributes to other subtypes.
1903 <E_Procedure>: Attribute arguments are attr->args and not
1905 (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
1906 argument provided, as this is what GCC expects. Use NULL_TREE instead
1909 2004-11-18 Robert Dewar <dewar@adacore.com>
1911 * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
1912 Minor reformatting througout (including new function specs)
1913 Add ??? comments asking for clarification.
1915 2004-11-18 Thomas Quinot <quinot@adacore.com>
1917 * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
1918 incomplete duplicate implementation of this subprogram from butil.
1920 2004-11-18 Thomas Quinot <quinot@adacore.com>
1922 * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
1923 procedures factors the common processing for building an RPC receiver
1924 for an RCI package or an RACW type.
1925 Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
1926 Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
1927 (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
1929 (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
1931 (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
1933 (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
1934 distribution subprogram identifiers that are either subprogram numbers
1936 (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
1937 string distribution identifiers assigned to a given subprogram.
1938 (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
1939 (Add_RAS_Dereference_TSS): Add comments.
1940 (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
1941 is not referenced yet because it will be used by the PolyORB DSA
1943 (Insert_Partition_Check): Remove fossile code.
1944 (First_RCI_Subprogram_Id): Document this constant.
1945 (Add_RAS_Access_TSS): Correct the setting of the Etype of the
1947 (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
1948 replaced with calls to Get_Library_Unit_Name_String. Previously there
1949 were several instances of the same code in different locations in the
1950 compiler; this checkin completes the replacement of all of these
1951 instances with calls to a common subprogram.
1954 * sem_dist.adb: Remove comment noting that RPC receiver generation
1955 should be disabled for RACWs that implement RASs.
1956 (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
1958 * sem_util.ads, sem_util.adb (Has_Stream): New function
1959 (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
1960 qualified name of a library unit into the name buffer.
1961 (Note_Possible_Modification): Generate a reference only
1962 if the context comes from source.
1964 * snames.ads (PCS_Names): New subtype corresponding to names of
1965 supported implementations of the Partition Communication Subsystem
1966 (PCS) (i.e. the runtime library support modules for the distributed
1969 2004-11-18 Robert Dewar <dewar@adacore.com>
1970 Ed Schonberg <schonberg@adacore.com>
1972 * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
1973 (Has_Rep_Pragma): New function
1974 (Has_Attribute_Definition_Clause): New function
1975 (Record_Rep_Pragma): Moved here from sem_ch13.adb
1976 (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
1978 * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
1980 * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
1981 (Expand_Pragma_Psect_Object): New procedure
1982 These procedures contain the revised and cleaned up processing for
1983 these two pragmas. This processing was formerly in Sem_Prag, but
1984 is more appropriately moved here. The cleanup involves making sure
1985 that the pragmas are properly attached to the tree, and that no
1986 nodes are improperly shared.
1988 * sem_prag.adb: Move expansion of Common_Object and Psect_Object
1989 pragmas to Exp_Prag, which is more appropriate.
1990 Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
1991 check for duplicates Remove use of Is_Psected flag, no longer needed.
1992 Use new Make_String_Literal function with string.
1994 * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
1995 that are functions return universal values, that have to be converted
1996 to the context type.
1997 Use new Make_String_Literal function with string.
1998 (Get_Stream_Convert_Pragma): New function, replaces the use of
1999 Get_Rep_Pragma, which had to be kludged to work in this case.
2001 * freeze.adb: Use new Has_Rep_Pragma function
2003 * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
2004 function with string.
2005 Use new Has_Rep_Pragma function.
2007 * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
2010 2004-11-18 Robert Dewar <dewar@adacore.com>
2012 * errout.ads, errout.adb: (First_Sloc): New function
2014 * par-ch5.adb (P_Condition): Check for redundant parens is now a style
2015 check (-gnatyx) instead of being included as a redundant construct
2018 * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
2019 Style_Check_Order_Subprograms.
2021 * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
2022 stylesw.adb: Add Style_Check_Xtra_Parens
2024 * usage.adb: Add line for -gnatyx (check extra parens)
2026 * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
2028 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2029 Robert Dewar <dewar@adacore.com>
2031 * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
2032 discriminant of a constrained subtype, analyze the copy of the
2033 corresponding constraint, because in some cases it may be only
2035 Removes long-lived ??? comments.
2037 * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
2038 handled controlled or secondary-stack expressions within the
2039 iteration_scheme of a loop.
2041 * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
2042 bounds that may contain functions calls, to prevent memory leaks when
2043 the bound contains a call to a function that uses the secondary stack.
2044 (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
2045 generate temporaries for loop bounds that might contain function calls
2046 that require secondary stack and/or finalization actions.
2048 * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
2049 selected component and the selector is overloadable (not just a
2050 function) treat as function call, Analyze_Call will disambiguate if
2052 (Analyze_Selected_Component): Do not generate an actual subtype for the
2053 selected component if expansion is disabled. The actual subtype is only
2054 needed for constraint checks.
2055 (Analyze_Allocator): If restriction No_Streams is set, then do
2056 not permit objects to be declared of a stream type, or of a
2057 composite type containing a stream.
2059 * restrict.ads: Remove the a-stream entry from Unit_Array, since
2060 No_Streams no longer prohibits with'ing this package.
2062 * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
2063 discriminants, but the parent base has unknown discriminants, there is
2064 no discriminant constraint to inherit. Such a discrepancy can arise
2065 when the actual for a formal type with unknown discriminants is a
2066 similar private type whose full view has discriminants.
2067 (Analyze_Object_Declaration): If restriction No_Streams is set, then
2068 do not permit objects to be declared of a stream type, or of a
2069 composite type containing a stream.
2071 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2073 * exp_dbug.ads: Update documentation to reflect simpler encoding for
2074 protected operations.
2076 * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
2077 generated name, it complicates decoding in gdb and hinders debugging
2078 of protected operations.
2079 (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
2080 flag for the protected entry barrier function.
2081 (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
2082 flag for the protected entry function.
2084 2004-11-18 Nicolas Setton <setton@adacore.com>
2086 * expect.c: Define __unix__ when __APPLE__ is defined.
2088 * Makefile.in: Inform the value of the variable GMEM_LIB in the
2089 Darwin-specific section.
2091 * lang-specs.h: Change the placement of the %1 marker.
2092 Works around the fact that gcc adds -fPIC by default under Darwin.
2094 2004-11-18 Ed Schonberg <schonberg@adacore.com>
2096 * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
2097 type of the object with the packed array type, set the Analyzed flag
2098 on the object if it is an entity or simple indexed component, to avoid
2099 spurious type errors.
2101 2004-11-18 Gary Dismukes <dismukes@adacore.com>
2103 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
2104 gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
2105 separate line from the version message.
2107 2004-11-18 Ed Falis <falis@adacore.com>
2109 * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
2111 (init_float): Eliminate initialization of floating point status for
2112 AE653. The instructions have no effect for vThreads.
2114 2004-11-18 Vincent Celier <celier@adacore.com>
2116 * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
2117 gnatbind is invoked with -shared.
2119 2004-11-18 Jose Ruiz <ruiz@adacore.com>
2121 * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
2122 for Detect_Blocking which is redundant with the check done within the
2123 procedure Protected_Single_Entry_Call.
2124 (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
2125 Detect_Blocking which is redundant with the check done within the
2126 procedure Protected_Single_Entry_Call.
2128 2004-11-18 Vincent Celier <celier@adacore.com>
2130 * makegpr.adb (Compile): Put the compiling switches (in package
2131 Compiler and on the command line) immediately after "-c", instead of
2132 at the end of the command line invocation of the compiler, when
2133 compiling a non-Ada file.
2134 (Build_Global_Archive): When there is no need to rebuild the archive,
2135 set Global_Archive_Exists, so that the archive is passed to the linker
2138 2004-11-18 Robert Dewar <dewar@adacore.com>
2139 Sergey Rybin <rybin@adacore.com>
2142 Remove extra paren check from list of checks for redundant constructs
2143 Add documentation of new -gnatyx style check (check extra parens)
2144 Remove paragraph about gnatelim debug options.
2146 * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
2147 objects rather than forbidding dependencies on the package Ada.Streams.
2149 * sinfo.ads: Add ??? note that we should document pragmas passed to
2152 * g-expect.ads: Fix a few typos in the comments.
2154 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
2156 * misc.c (gnat_handle_option): Use %< and %> for quoting in
2159 2004-11-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2161 * a-numaux-x86.adb (Tan): Fix fdivp syntax.
2163 2004-11-07 Andreas Schwab <schwab@suse.de>
2165 * Makefile.in (install-gnatlib): Remove spurious hyphen.
2167 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
2170 * Makefile.in (darwin): Set soext to .dylib.
2172 2004-10-26 Vincent Celier <celier@gnat.com>
2173 Thomas Quinot <quinot@act-europe.fr>
2175 * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
2176 (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
2177 there is no use of GNAT.Sockets.Constants.
2178 Remove remaining pragma Import for C_Write
2179 Remove C_Read and C_Write from internal implementation unit
2180 GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
2181 the read and write functions from the system runtime library is fine
2182 on UNIX but won't work under Windows).
2184 * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
2185 (Check_Selector): Use C_Recv instead of C_Read.
2186 Selectors are the GNAT.Sockets abstraction to perform a select()
2187 call on a set of descriptors. To allow abortion of an ongoing
2188 select operation, some data is written to a dedicated socket that
2189 is always monitored.
2190 Under Windows, the write and read library functions cannot operate
2191 on sockets, so we need to use send and recv instead, which is portable
2192 across all supported platforms.
2194 * g-socthi.ads: Remove C_Read and C_Write from internal implementation
2195 unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
2196 (using the read and write functions from the system runtime library is
2197 fine on UNIX but won't work under Windows).
2199 2004-10-26 Nicolas Setton <setton@act-europe.fr>
2201 * mlib-tgt-darwin.adb: New file.
2203 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
2204 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
2205 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
2206 mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
2209 * Makefile.in: Add support for building shared libraries under Darwin.
2210 (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
2211 the low level EH init subprogram to be called from __gnat_initialize.
2213 * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
2214 indicates which options to pass to the archive indexer.
2216 * mlib-utl.adb: Add support for calling ranlib with additional
2217 options. This is needed for instance under Mac OS X.
2218 (Ranlib_Options): New global variable, used to store the potential
2219 options to pass to ranlib.
2220 (Ar): Use Ranlib_Options when spawning ranlib.
2221 (Initialize): Set the value of ranlib option.
2223 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
2225 * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
2226 instead of 8K, to reflect the real potential needs for stack-checking
2229 2004-10-26 Pascal Obry <obry@gnat.com>
2231 * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
2233 * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
2234 Windows only the initial thread stack size can be set so it is good to
2235 start we a low stack size.
2236 The OS will adjust the size as needed.
2238 2004-10-26 Olivier Hainque <hainque@act-europe.fr>
2239 Nicolas Setton <setton@act-europe.fr>
2241 * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
2242 "__unix__" instead of "unix".
2243 The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
2244 sections were just mistakenly ignored. The former is
2245 implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
2246 Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
2247 of hpux. This prevents an unwanted definition of the symbol
2248 convert_addresses in adaint.o.
2250 2004-10-26 Gary Dismukes <dismukes@gnat.com>
2252 * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
2253 compatibility with type Unwind_Word on 16-bit targets such as AAMP.
2255 2004-10-26 Cyrille Comar <comar@act-europe.fr>
2257 * a-filico.ads, a-filico.adb: fix incorrect header.
2259 2004-10-26 Javier Miranda <miranda@gnat.com>
2261 * a-ststio.ads: Fix typo in identifier
2263 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
2265 * sem_ch4.adb: Minor reformatting.
2267 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2269 * checks.adb (Expr_Known_Valid): If floating-point validity checks are
2270 enabled, check the result of unary and binary operations when the
2271 expression is the right-hand side of an assignment.
2273 2004-10-26 Vincent Celier <celier@gnat.com>
2275 * clean.adb (Delete): Do not output warnings when in quiet output and
2276 not in verbose mode.
2277 (Force_Deletions): New Boolean flag, defaulted to False
2278 (Delete): Only delete a file if it is writable, and when
2279 Force_Deletions is True.
2280 (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
2281 (Usage): Line for new switch -f
2282 (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
2285 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
2287 * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
2288 JM type only if its size matches that of the wrapper. When a size is
2289 prescribed and the field is not aliased, remove the wrapper of a JM
2290 type only if the size is not greater than that of the packed array.
2291 (gnat_to_gnu_entity): Change the extension of packed array wrappers
2294 2004-10-26 Geert Bosch <bosch@gnat.com>
2296 * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
2297 (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
2298 (Pred): Implement in terms of Succ.
2300 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2302 * exp_aggr.adb (Safe_Component): An aggregate component that is an
2303 unchecked conversion is safe for in-place use if the expression of the
2305 (Expand_Array_Aggregate): An aggregate that initializes an allocator may
2306 be expandable in place even if the aggregate does not come from source.
2307 (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
2308 designated object of an allocator in place, rather than building it
2309 first on the stack. The previous scheme forces a full copy of the array,
2310 and may be altogether unsusable if the size of the array is too large
2311 for stack allocation.
2313 2004-10-26 Robert Dewar <dewar@gnat.com>
2315 * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
2316 compares if the component is atomic.
2318 * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
2319 array assignment if the component type is atomic.
2321 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2322 Eric Botcazou <ebotcazou@act-europe.fr>
2324 * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
2325 is aliased and is a by_reference type, do not pass by copy.
2326 (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
2327 detect whether the call is in the right side of an assignment or
2328 the expression of an object declaration. Recurse on component
2329 association within aggregates.
2330 Call it in the condition that determines whether the temporary is
2331 necessary for correct stack-checking.
2333 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
2335 * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
2336 RACW_Type, used in the PolyORB version.
2337 Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
2338 version and the GARLIC version.
2340 * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
2341 Rename RCI_Info to RCI_Locator for better consistency between the
2342 GARLIC and PolyORB versions of the distributed systems annex.
2343 (DSA_Implementation_Name): This enumeration lists the possible
2344 implementations of the Partition Communication Subsystem for the
2345 Distributed Systems Annex (DSA). The three available implementations
2346 are the dummy stub implementation (No_DSA), and two versions based on
2347 two different distribution runtime libraries: GARLIC and PolyORB. Both
2348 the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
2350 Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
2353 * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
2354 between the GARLIC and PolyORB versions of the distributed systems
2356 Remove RE_Unbounded_Reclaim_Pool since it is unused.
2358 2004-10-26 Gary Dismukes <dismukes@gnat.com>
2360 * gnat1drv.adb: Suppress calling the back end when
2361 Frontend_Layout_On_Target is true.
2363 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
2365 * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
2366 Set_Read_Only): New subprograms.
2367 These new routines allow the user to set or unset the Owner execute
2368 and Owner write permission flags on a file.
2370 * makegpr.adb, mlib.adb, mlib-prj.adb: Use
2371 GNAT.OS_Lib.Set_Executable instead of rolling our own.
2373 2004-10-26 Matthew Gingell <gingell@gnat.com>
2375 * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
2377 2004-10-26 Pascal Obry <obry@gnat.com>
2379 * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
2380 memory before the faulting page we properly test the process read
2381 access for this address using appropriate Win32 routine.
2382 (HPUX sections): guard with "__hpux__" instead of "hpux".
2384 2004-10-26 Robert Dewar <dewar@gnat.com>
2386 * lib-xref.adb (Generate_Reference): Don't complain about reference to
2387 entry parameter if pragma Unreferenced set, since we do not properly
2388 handle the case of multiple parameters.
2390 2004-10-26 Vincent Celier <celier@gnat.com>
2392 * prj-env.adb: (Contains_ALI_Files): New Boolean function
2393 (Ada_Objects_Path.Add): For a library project, add to the object path
2394 the library directory only if there is no object directory or if the
2395 library directory contains ALI files.
2396 (Set_Ada_Paths.Add.Recursive_Add): Ditto
2398 2004-10-26 Vincent Celier <celier@gnat.com>
2400 * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
2401 extension of library projects.
2403 * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
2404 path defaults to ".:<prefix>/lib/gnat".
2405 (Parse): For an extending all project, allow direct import of a project
2406 that is virtually extended.
2408 * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
2409 the specified name is directly imported, return its ID. Otherwise, if
2410 an extension of this project is imported, return the ID of the
2413 2004-10-26 Robert Dewar <dewar@gnat.com>
2415 * s-arit64.adb: (Le3): New function, used by Scaled_Divide
2416 (Sub3): New procedure, used by Scaled_Divide
2417 (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
2418 correct more than one instance of failure to propagate carries
2420 (Double_Divide): Handle overflow case of largest negative number
2421 divided by minus one.
2423 * s-arit64.ads (Double_Divide): Document that overflow can occur in
2424 the case of a quotient value out of range.
2427 2004-10-26 Robert Dewar <dewar@gnat.com>
2429 * s-bitops.adb (Bit_Eq): Remove redundant check.
2431 * s-bitops.ads: Minor comment updates
2432 Change some occurrences of Address to System.Address
2434 * s-carsi8.ads: Fix minor cut-and-paste error in comments
2436 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2438 * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
2439 accessibility check to prefix that is a protected operation.
2441 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2443 * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
2444 empty, post message on stub.
2446 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2447 Javier Miranda <miranda@gnat.com>
2449 * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
2450 current instance appears within a unit that is directly in the context
2452 Used to determine whether the body of the instance should be analyzed
2453 immediately after its spec, to make its subprogram bodies available
2454 for front-end inlining.
2455 (Analyze_Formal_Array_Type): Cleanup condition that checks that range
2456 constraint is not allowed on the component type (AARM 12.5.3(3))
2458 2004-10-26 Cyrille Comar <comar@act-europe.fr>
2460 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
2461 'Storage_Pool): enhance, document & limit detection of non-sharable
2464 * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
2466 * s-pooglo.ads: Add more documentation now that this pool is properly
2469 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2471 * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
2472 or protected type with discriminants, do not constrain the
2473 corresponding record type if the subtype declaration has no
2474 discriminant constraints. This can be the case in source code, or in
2475 the subtype declaration created to rename an actual type within an
2478 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2480 * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
2481 different kind of stub (possibly wrong name for file), do not check
2483 (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
2484 includes call to some function that returns an unconstrained type, do
2487 2004-10-26 Ed Schonberg <schonberg@gnat.com>
2489 * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
2490 appear in the code for the main unit. Dependencies among units in the
2491 context of the main unit are established when those other units are
2492 compiled. Otherwise spurious elaboration constraints can generate
2493 incorrect elaboration circularities.
2495 2004-10-26 Thomas Quinot <quinot@act-europe.fr>
2496 Ed Schonberg <schonberg@gnat.com>
2498 * sem_util.adb (Is_Aliased_View): Defend against the case where this
2499 subprogram is called with a parameter that is not an object name. This
2500 situation arises for some cases of illegal code, which is diagnosed
2501 later, and in this case it is wrong to call Is_Aliased, as that might
2502 cause a compiler crash.
2503 (Explain_Limited_Type): Refine previous fix to include
2504 inherited components of derived types, to provide complete information.
2506 * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
2507 is the prival for a protected object.
2508 It is necessary to mark this entity as a variable, in addition to
2509 flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
2510 modified to avoid checking the Aliased flag on entities that are not
2511 objects. (Checking that flag for non-objects is erroneous and could
2512 lead to a compiler crash).
2514 2004-10-26 Robert Dewar <dewar@gnat.com>
2516 * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
2517 X_Frac = 0.5, then we know that the number X must be positive.
2518 (Succ): Remove the same redundant test, and also fix the primary test
2519 to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
2521 (Decompose): Add fuller comments to spec
2523 2004-10-26 Pascal Obry <obry@gnat.com>
2525 * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
2526 validity (process must have read access). Set to 0 in all other cases.
2527 (STOP_FRAME): Now check for ptr validity to avoid a segmentation
2529 (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
2530 segmentation violation.
2532 2004-10-26 Eric Botcazou <ebotcazou@act-europe.fr>
2534 * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
2535 whose type is a constructed subtype of an aliased object with an
2536 unconstrained nominal subtype, convert the actual to the constructed
2537 subtype before taking its address.
2539 2004-10-26 Vincent Celier <celier@gnat.com>
2541 * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
2542 (Is_Path_Name_Case_Sensitive): New function
2544 * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
2545 (Base_Name, Simple_Name, Current_Directory, Compose,
2546 Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
2549 2004-10-26 Cyrille Comar <comar@act-europe.fr>
2550 Vasiliy Fofanov <fofanov@act-europe.fr>
2551 Vincent Celier <celier@gnat.com>
2553 * gnat_ugn.texi: Generalize "finding memory problems" section into a
2554 "memory management issues" section and document some of the useful
2555 memory pools provided as part of the GNAT library.
2556 Remove "virtual" from declaration of A::method2 in
2557 the simple example of Ada/C++ mixed system.
2558 Library Projects may be virtually extended: their virtual extensions
2559 are not Library Projects.
2560 Added section on extending project hierarchies.
2562 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2564 * adaint.c (__gnat_get_libraries_from_registry): Cast value
2566 (__gnat_portable_spawn): Remove const.
2568 * mingw32.h (MAXPATHLEN): Check for previous definition.
2570 2004-10-17 Matthias Klose <doko@debian.org>
2572 * gnatvsn.ads: Set gnat library version to 4.0.
2574 2004-10-05 Vincent Celier <celier@gnat.com>
2576 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
2578 2004-10-04 Laurent GUERBY <laurent@guerby.net>
2581 * Makefile.in: Define and use RANLIB_FLAGS.
2583 2004-10-04 Pascal Obry <obry@gnat.com>
2585 * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
2586 other x86 platforms).
2588 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
2590 * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
2591 in general and triggers stack alignment adjustment for thread entry
2592 points on targets where this is necessary.
2594 2004-10-04 Bernard Banner <banner@gnat.com>
2598 * Makefile.in: Add section for powerpc linux
2599 Add variant i-vxwork-x86.ads
2601 * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
2603 2004-10-04 Olivier Hainque <hainque@act-europe.fr>
2605 * init.c (__gnat_initialize): Call an Ada subprogram to perform the
2606 table registration calls when need be. Ensures no reference to the crt
2607 ctors symbol are issued in the SJLJ case, which avoids possible
2608 undefined symbol errors in the case of modules to be statically linked
2611 2004-10-04 Javier Miranda <miranda@gnat.com>
2613 * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
2614 in-line the code corresponding to subprogram Analyze_Actuals. In
2615 addition, analyze the actuals only in case of subprogram call.
2617 2004-10-04 Ed Falis <falis@gnat.com>
2619 * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
2621 2004-10-04 Sergey Rybin <rybin@act-europe.fr>
2623 * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
2624 in the documentation.
2626 2004-10-04 Robert Dewar <dewar@gnat.com>
2628 * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
2630 (Analyze_Block_Statement): Add circuitry to detect following dead code
2631 (Check_Unreachable_Code): Handle case of block exit
2633 2004-10-04 Robert Dewar <dewar@gnat.com>
2635 * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
2636 (XMatchD): Avoid warning for Logic_Error call
2638 2004-10-04 Robert Dewar <dewar@gnat.com>
2640 * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
2641 consider expressions buried within a procedure actual to be an actual.
2642 This caused some blowups with uses of packed slices within a procedure
2645 2004-10-04 Robert Dewar <dewar@gnat.com>
2647 * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
2648 longer need to be initialized to zero.
2649 (Get_Simple_Init_Val): Modular packed arrays no longer need to be
2650 initialized to zero.
2652 * checks.adb (Expr_Known_Valid): Packed arrays are now always
2653 considered valid, even if the representation is modular. That's correct
2654 now that we no longer initialize packed modular arrays to zero.
2656 * exp_dbug.ads: Clarify documentation on handling of PAD and JM
2657 suffixes. These are now documented as the only cases in which the
2658 debugger ignores outer records.
2659 Previously, the spec allowed arbitrary suffixes for this purpose.
2660 Change name of LJM to JM for packed array pad records
2661 Create separate section on packed array handling, and add a whole new
2662 set of comments to this section describing the situation with packed
2663 modular types and justification requirements depending on endianness.
2665 2004-10-04 Robert Dewar <dewar@gnat.com>
2667 * a-except.adb: Add a comment for last change
2669 * einfo.ads: Minor spelling correction in comment
2671 * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
2673 * sem_ch11.adb: Fix a case of using | instead of \ for continuation
2676 * sem_util.ads: Minor comment update
2678 2004-10-04 Ed Schonberg <schonberg@gnat.com>
2680 * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
2681 Inline_Always when in Configurable_Run_Time mode.
2683 * sem_prag.adb (Process_Convention): If entity is an inherited
2684 subprogram, apply convention to parent subprogram if in same scope.
2685 (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
2686 when in Configurable_Run_Time mode.
2688 2004-10-04 Ed Schonberg <schonberg@gnat.com>
2690 * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
2691 class_wide type after component list has been inherited.
2693 2004-10-04 Ed Schonberg <schonberg@gnat.com>
2695 * sem_ch12.adb (Check_Generic_Actuals): New predicate
2696 Denotes_Previous_Actual, to handle properly the case of a private
2697 actual that is also the component type of a subsequent array actual.
2698 The visibility status of the first actual is not affected when the
2699 second is installed.
2700 (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
2701 make fully recursive the treatment of formals of packages declared
2703 (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
2704 the above on exit from an instantiation.
2705 (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
2706 current instantiation which is now complete.
2707 (Analyze_Package_Instantiation): No instantiated body is needed if the
2708 main unit is generic. Efficient, and avoid anomalies when a instance
2709 appears in a package accessed through rtsfind.
2711 2004-10-04 Ed Schonberg <schonberg@gnat.com>
2713 * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
2714 do not generate a declaration for a temporary if the call is part of a
2715 library-level instantiation.
2717 2004-10-04 Ed Schonberg <schonberg@gnat.com>
2719 * sem_util.adb (Explain_Limited_Type): Ignore internal components when
2720 searching for a limited component to flag.
2722 * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
2723 expansion of Input, to account for the fact that the implicit call
2724 generated by the attribute reference must freeze the user-defined
2725 stream subprogram. This is only relevant to 'Input, because it can
2726 appear in an object declaration, prior to the body of the subprogram.
2728 * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
2729 expansion can proceed and further errors uncovered.
2730 (Minor clean up): Fix cases of using | instead of \ for continuation
2733 2004-10-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2735 * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
2737 * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
2738 (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
2739 Use gcc_assert and gcc_unreachable.
2741 * decl.c (gnat_to_gnu_entity, case object): Check and process a
2742 specified alignment before validating size.
2743 (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
2744 stripped-down declaration for the type of the inner field when making
2747 * utils.c (finish_record_type): Do not compute the size in units
2748 incrementally. Instead compute it once for the rep clause case.
2749 Use gcc_assert and gcc_unreachable.
2751 2004-10-04 Vincent Celier <celier@gnat.com>
2753 * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
2755 (Is_Valid_Path_Name): Take '/' as a directory separator.
2757 2004-10-04 Vincent Celier <celier@gnat.com>
2759 * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
2760 (Extended_Project) only if Extended_Project is defined, to avoid
2762 (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
2764 (Parse_Single_Project): Ditto.
2766 * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
2767 Add_To_Project_Path for virtual projects.
2769 2004-10-04 Vincent Celier <celier@gnat.com>
2771 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
2772 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
2773 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
2774 mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
2775 parameter Options_2.
2777 * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
2778 Build_Dynamic_Library with an empty Options_2.
2780 * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
2783 * makegpr.adb (Get_Imported_Directories.add): Remove trailing
2784 directory separator, if any.
2785 (Gprmake): Do not allow mains on the command line for library projects.
2786 Do not attempt to link when the project is a library project.
2787 (Library_Opts): New table to store Library_Options.
2788 (Build_Library): If Library_Options is specified, pass these options
2789 when building a shared library.
2791 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
2793 * s-tposen.adb (Service_Entry): The object must be always unlocked at
2794 the end of this procedure now that the unlock operation was inserted
2797 2004-10-04 Jose Ruiz <ruiz@act-europe.fr>
2799 * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
2800 corresponding to the Preallocated_Stacks flags in System.
2801 (Get_Target_Parameters): Including the processing for
2802 Preallocated_Stacks.
2804 * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
2805 system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
2806 system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
2807 system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
2808 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
2809 system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
2810 system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
2811 system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
2812 system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
2813 system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
2814 system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
2815 used to signal whether the compiler creates the required stacks and
2816 descriptors for the different tasks (when True) or it is done by the
2817 underlying operating system at run time (when False).
2818 It is initially set to False in all targets.
2820 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
2821 if it is supported by the target.
2822 (Make_Task_Create_Call): Pass the stack address if it has been
2823 previously created. Otherwise pass a Null_Address.
2825 * snames.adb: Add _stack.
2827 * snames.ads: Add Name_uStack. Required to allow the expander to
2828 statically allocated task stacks.
2830 * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
2831 Stack_Address argument.
2832 Check that its value is equal to Null_Address because this target does
2833 not support the static stack allocation.
2835 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
2837 * usage.adb: Change "pragma inline" to "pragma Inline" in information
2840 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
2842 * exp_dist.adb: Split declaration of asynchronous flag out of
2843 Add_RACW_Read_Attribute.
2844 Minor reformatting for better alignment with PolyORB version.
2845 Store the entity for the asynchronous flag of an RACW, rather than the
2846 expression, in the asynchronous flags table. This will allow this flag
2847 to be used in other subprograms beside Add_RACW_Read_Attribute.
2849 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
2851 * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
2852 g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
2853 g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
2854 g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
2855 g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads: Add new
2856 sockets constant MSG_NOSIGNAL (Linux-specific).
2857 Add new sockets constant MSG_Forced_Flags, list of flags to be set on
2858 all Send operations.
2859 For Linux, set MSG_NOSIGNAL on all send operations to prevent them
2860 from trigerring SIGPIPE.
2861 Rename components to avoid clash with Ada 2005 possible reserved
2863 (Check_Selector): When the select system call returns with an error
2864 condition, propagate Socket_Error to the caller.
2866 2004-10-01 Jan Hubicka <jh@suse.cz>
2868 * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
2870 2004-09-23 Robert Dewar <dewar@gnat.com>
2874 * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
2875 instead do this at freeze time (we won't do it if there is an address
2877 Change "pragma inline" to "pragma Inline" in information and error
2881 * freeze.adb (Check_Address_Clause): Remove previous change, not the
2882 right way of doing things after all.
2883 (Freeze_Entity): For object, set Is_Public for imported entities
2884 unless there is an address clause present.
2886 2004-09-21 Olivier Hainque <hainque@act-europe.fr>
2888 * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
2889 dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
2890 ensures proper handling of types with rep clauses, which might have
2891 their TYPE_SIZE set already.
2893 2004-09-21 Robert Dewar <dewar@gnat.com>
2895 * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
2896 packed array types in both little- and big-endian cases. This change
2897 ensures that we no longer count on the unused bits being initialized
2898 for such types (and in particular ensures that equality testing will
2899 only read the relevant bits).
2900 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
2901 These changes mean that we no longer need to initialize small packed
2903 (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
2904 optimization to an LJM field as to its parent field.
2906 * ada-tree.h, trans.c, utils.c, utils2.c:
2907 Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
2909 2004-09-20 Jan Hubicka <jh@suse.cz>
2911 * utils.c (gnat_finalize): Remove.
2912 (end_subprog_body): Directly call cgraph_finalize_function;
2913 do not lower the nested functions.
2915 2004-09-20 Robert Dewar <dewar@gnat.com>
2919 * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
2920 if an address clause is present, since that means that the Import
2923 2004-09-20 Arnaud Charlet <charlet@act-europe.fr>
2925 * 5tsystem.ads: Removed, no longer used.
2927 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
2928 Zack Weinberg <zack@codesourcery.com>
2930 * ada-tree.def: Use tree_code_class enumeration constants
2931 instead of code letters.
2932 * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
2933 Update for new tree-class enumeration constants.
2935 2004-09-17 Vincent Celier <celier@gnat.com>
2937 * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
2938 capabilities of the general project manager.
2940 2004-09-09 Vincent Celier <celier@gnat.com>
2942 * a-direct.ads: Add pragma Ada_05
2943 (Directory_Entry_Type): Give default value to component Kind to avoid
2944 not initialized warnings.
2946 * a-direct.adb (Current_Directory): Remove directory separator at the
2948 (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
2949 an existing directory.
2950 (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
2951 (Size (String)): Function C_Size returns Long_Integer, not File_Size.
2952 Convert the result to File_Size.
2954 * prj.ads: (Project_Error): New exception
2956 * prj-attr.adb: Except in procedure Initialize, Fail comes from
2957 Prj.Com, not from Osint.
2958 (Attrs, Package_Attributes): Tables moved to private part of spec
2959 (Add_Attribute, Add_Unknown_Package): Moved to new child package
2961 (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
2962 Prj.Project_Error after call to Fail.
2963 (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
2964 Fail. Check that package name is not already in use.
2966 * prj-attr.ads: Comment updates to indicate that all subprograms may be
2967 used by tools, not only by the project manager, and to indicate that
2968 exception Prj.Prj_Error may be raised in case of problem.
2969 (Add_Unknown_Package, Add_Attribute): Moved to new child package
2971 (Attrs, Package_Attributes): Table instantiations moved from the body to
2972 the private part to be accessible from Prj.Attr.PM body.
2974 * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
2975 from new package Prj.Attr.PM.
2976 (Parse_Attribute_Declaration): Call Add_Attribute from new package
2979 * Makefile.in: Add prj-attr-pm.o to gnatmake object list
2981 * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
2982 instead of Elaboration_Checks).
2984 * a-calend.adb: Minor reformatting
2986 2004-09-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2988 * gigi.h (maybe_pad_type): New declaration.
2989 (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
2991 * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
2993 * cuintp.c: Convert to use buildN.
2995 * decl.c (maybe_pad_type): No longer static.
2996 (gnat_to_gnu_entity, case E_Function): Handle case of returning by
2998 Convert to use buildN.
3000 * trans.c (call_to_gnu): Add arg GNU_TARGET; support
3001 TYPE_RETURNS_BY_TARGET_PTR_P. All callers changed.
3002 (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
3004 (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
3005 (gnat_gimplify_expr, case ADDR_EXPR): New case.
3006 Convert to use buildN.
3008 * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
3009 TREE_READONLY for const.
3010 Convert to use buildN.
3012 * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
3013 (create_var_decl): Refine when TREE_STATIC is set.
3014 Convert to use buildN.
3016 2004-09-09 Gary Dismukes <dismukes@gnat.com>
3018 * gnat_ugn.texi: Delete text relating to checking of ali and object
3021 * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
3024 2004-09-09 Jose Ruiz <ruiz@act-europe.fr>
3026 * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
3027 pragmas recognized by GNAT.
3029 * gnat_rm.texi: Document pragma Detect_Blocking.
3031 * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
3032 raise Program_Error if called from a protected operation.
3034 * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
3035 the protected action nesting level.
3036 (Lock_Read_Only): When pragma Detect_Blocking is active increase the
3037 protected action nesting level.
3038 (Unlock): When pragma Detect_Blocking is active decrease the protected
3039 action nesting level.
3041 * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
3042 Protected_Action_Nesting.
3044 * s-taskin.ads: Adding the field Protected_Action_Nesting to the
3045 Common_ATCB record. It contains the dynamic level of protected action
3046 nesting for each task. It is needed for checking whether potentially
3047 blocking operations are called from protected operations.
3048 (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
3049 Detect_Blocking is active or not in the partition.
3051 * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
3052 raise Program_Error if called from a protected operation.
3053 (Task_Entry_Call): When pragma Detect_Blocking is active, raise
3054 Program_Error if called from a protected operation.
3055 (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
3056 Program_Error if called from a protected operation.
3058 * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
3059 raise Program_Error if called from a protected operation.
3061 * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
3062 raise Program_Error if called from a protected operation, and increase
3063 the protected action nesting level.
3064 (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
3065 Program_Error if called from a protected operation, and increase the
3066 protected action nesting level.
3067 (Unlock_Entries): When pragma Detect_Blocking is active decrease the
3068 protected action nesting level.
3070 * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
3071 raise Program_Error if called from a protected operation, and increase
3072 the protected action nesting level.
3073 (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
3074 Program_Error if called from a protected operation, and increase the
3075 protected action nesting level.
3076 (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
3077 raise Program_Error if called from a protected operation.
3078 (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
3079 active, raise Program_Error if called from a protected operation.
3080 (Unlock_Entry): When pragma Detect_Blocking is active decrease the
3081 protected action nesting level.
3083 * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
3084 insertion of the statement raising Program_Error. The run time
3085 contains the required machinery for handling that.
3087 * sem_util.ads: Change comment associated to procedure
3088 Check_Potentially_Blocking_Operation.
3089 This procedure does not insert a call for raising the exception because
3090 that is currently done by the run time.
3092 * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
3094 * init.c: Add the global variable __gl_detect_blocking that indicates
3095 whether pragma Detect_Blocking is active (1) or not (0). Needed for
3096 making the pragma available at run time.
3097 (__gnat_set_globals): Pass and update the detect_blocking parameter.
3099 * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
3100 pragma Detect_Blocking is active.
3102 * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
3104 * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
3105 DB is found in the ali file. Any unit compiled with pragma
3106 Detect_Blocking active forces its effect in the whole partition.
3108 * a-retide.adb (Delay_Until): Raise Program_Error if pragma
3109 Detect_Blocking is active and delay is called from a protected
3112 * bindgen.adb (Gen_Adainit_Ada): When generating the call to
3113 __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
3114 Detect_Blocking is active (0 otherwise).
3115 (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
3116 as Detect_Blocking parameter if pragma Detect_Blocking is active (0
3119 2004-09-09 Thomas Quinot <quinot@act-europe.fr>
3121 * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
3122 GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
3125 * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
3126 (Register_Receiving_Stub): Add Subp_Info formal parameter.
3127 Update API in placeholder implemetation of s-parint to reflect changes
3128 in distribution runtime library.
3130 * sem_ch3.adb (Expand_Derived_Record): Rename to
3131 Expand_Record_Extension.
3133 * sem_disp.adb (Check_Controlling_Formals): Improve error message for
3134 primitive operations of potentially distributed object types that have
3135 non-controlling anonymous access formals.
3137 * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
3139 New implementation of expansion for remote access-to-subprogram types,
3140 based on the RACW infrastructure.
3141 This version of sem_dist is compatible with PolyORB/DSA as well as
3144 * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
3145 Asynchrronous that applies to a remote access-to-subprogram type, mark
3146 the underlying RACW type as asynchronous.
3148 * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
3149 __gnat_using_gnu_linker to 1.
3151 * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
3152 g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
3153 GNAT.Perfect_Hash_Generators, and remove the empty
3154 GNAT.Perfect_Hash package.
3156 * atree.adb: Minor reformatting
3158 * exp_ch3.adb (Expand_Derived_Record): Rename to
3159 Expand_Record_Extension.
3160 (Build_Record_Init_Proc.Build_Assignment): The default expression in
3161 a component declaration must remain attached at that point in the
3162 tree so New_Copy_Tree copies it if the enclosing record type is derived.
3163 It is therefore necessary to take a copy of the expression when building
3164 the corresponding assignment statement in the init proc.
3165 As a side effect, in the case of a derived record type, we now see the
3166 original expression, without any rewriting that could have occurred
3167 during expansion of the ancestor type's init proc, and we do not need
3168 to go back to Original_Node.
3170 * exp_ch3.ads (Expand_Derived_Record): Rename to
3171 Expand_Record_Extension.
3173 * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
3174 Returns the RACW type used to implement a remote access-to-subprogram
3176 (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
3177 New subprograms. Used to create a proxy tagged object for a remote
3178 subprogram. The proxy object is used as the designated object
3179 for RAS values on the same partition (unless All_Calls_Remote applies).
3180 (Build_Get_Unique_RP_Call): New subprogram. Build a call to
3181 System.Partition_Interface.Get_Unique_Remote_Pointer.
3182 (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
3183 Renamed from Add_RAS_*_Attribute.
3184 (Add_Receiving_Stubs_To_Declarations): Generate a table of local
3186 New implementation of expansion for remote access-to-subprogram types,
3187 based on the RACW infrastructure.
3189 * exp_dist.ads (Copy_Specification): Update comment to note that this
3190 function can copy the specification from either a subprogram
3191 specification or an access-to-subprogram type definition.
3193 2004-09-09 Ed Schonberg <schonberg@gnat.com>
3195 * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
3196 in an instance, between an explicit subprogram an one inherited from a
3197 type derived from an actual.
3199 * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
3200 add a polling call if the subprogram is to be inlined by the back-end,
3201 to avoid repeated calls with multiple inlinings.
3203 * checks.adb (Apply_Alignment_Check): If the expression in the address
3204 clause is a call whose name is not a static entity (e.g. a dispatching
3205 call), treat as dynamic.
3207 2004-09-09 Robert Dewar <dewar@gnat.com>
3209 * g-trasym.ads: Minor reformatting
3211 * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
3212 packed arrays, since unused bits are expected to be zero for a
3215 2004-09-09 Eric Botcazou <ebotcazou@act-europe.fr>
3217 * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
3220 2004-09-09 Pascal Obry <obry@gnat.com>
3222 * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
3223 enable map file generation. Add the right option to generate the map
3224 file if Map_File is set to True.
3226 * gnatdll.adb (Gen_Map_File): New variable.
3227 (Syntax): Add info about new -m (Map_File) option.
3228 (Parse_Command_Line): Add support for -m option.
3229 (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
3232 2004-09-09 Laurent Pautet <pautet@act-europe.fr>
3234 * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
3235 new gnatdist implementation.
3236 Define a subpackage isolating the output routines specific to this
3239 2004-09-09 Joel Brobecker <brobecker@gnat.com>
3241 * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
3243 * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
3245 2004-09-09 Cyrille Comar <comar@act-europe.fr>
3247 * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
3250 * opt.ads: Add Ada_Version_Runtime constant used to decide which
3251 version of the language is used to compile the run time.
3253 2004-09-09 Arnaud Charlet <charlet@act-europe.fr>
3255 * sem_util.adb (Requires_Transient_Scope): Re-enable handling
3256 of variable length temporaries for function return now that the
3257 back-end and gigi support it.
3259 2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3261 * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
3263 * trans.c (struct stmt_group): Delete field GLOBAL.
3264 (gnat_init_stmt_group): Do not initialize it.
3265 (call_to_gnu): Use save_expr, not protect_multiple_eval.
3266 (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
3267 (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
3268 (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
3269 (start_stmt_group): Likewise.
3270 (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
3272 * utils2.c (ggc.h): Include.
3273 (build_call_raise): Call build_int_cst, not build_int_2.
3275 * utils.c (gnat_init_decl_processing): Fix arg to
3276 build_common_tree_nodes.
3277 (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
3278 (gnat_define_builtin): Set built_in_decls.
3279 (init_gigi_decls): Call build_int_cst, not build_int_2.
3281 * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
3282 (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
3283 (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
3284 (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
3285 SET_TYPE_MODULE): Use them.
3286 (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
3287 (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
3288 (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
3289 SET_TYPE_ADA_SIZE): Likewise.
3290 (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
3291 (DECL_CONST_CORRESPONDING_VAR,
3292 SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
3293 (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
3294 (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
3295 (TYPE_RM_SIZE_NUM): New macro.
3296 (TYPE_RM_SIZE): Modified to use above.
3298 * cuintp.c: (build_cst_from_int): New function.
3299 (UI_To_gnu): Use it.
3301 * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
3302 (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
3303 (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
3304 MIN_EXPR for the size, copy it into new.
3306 2004-09-01 Robert Dewar <dewar@gnat.com>
3308 * exp_ch6.adb (Expand_Call): Properly handle validity checks for
3309 packed indexed component where array is an IN OUT formal. This
3310 generated garbage code previously.
3312 * gnat_ugn.texi: Document -fverbose-asm
3314 * gnat-style.texi: Minor updates (note that boolean constants and
3315 variables are joined with AND/OR rather than short circuit forms).
3317 2004-09-01 Ed Schonberg <schonberg@gnat.com>
3319 * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
3320 it is an upward conversion of an untagged type with no representation
3323 2004-09-01 Thomas Quinot <quinot@act-europe.fr>
3325 * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
3326 System.Partition_Interface.
3328 * checks.adb (Apply_Access_Checks): Do not generate checks when
3329 expander is not active (but check for unset reference to prefix of
3332 * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
3333 pragma Debug as an if statement with a constant condition, for
3334 consistent treatment of entity references contained within the
3335 enclosed procedure call.
3337 2004-09-01 Vincent Celier <celier@gnat.com>
3339 * bindgen.adb: (Set_EA_Last): New procedure
3340 (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
3342 (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
3343 (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
3344 linked without errors.
3345 (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
3347 (Gen_Exception_Table_C): Correct same bugs
3349 * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
3351 * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
3352 on Windows, make sure that the drive letter is in upper case.
3354 * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
3355 Windows, when the drive letter is added and Case_Sensitive is True, the
3356 drive letter is forced to upper case.
3358 * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
3359 to Options_2 for the call to MLib.Utl.Gcc.
3361 * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
3362 directory separator when defining BASE_DIR.
3364 2004-09-01 Pascal Obry <obry@gnat.com>
3366 * gprcmd.adb (Extend): Do not output trailing directory separator. This
3367 is not needed and it confuses Windows GNU/make which does not report
3368 directory terminated by a slash as a directory.
3369 (gprcmd): Idem for "pwd" internal command.
3371 * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
3372 target names rewrite to fix regressions with recent version of
3373 GNU/make. Starting with GNU/make 3.80 the pipe character was not
3374 handled properly anymore.
3376 2004-09-01 Andreas Schwab <schwab@suse.de>
3378 * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
3379 * raise.c [!IN_RTS]: Undef abort.
3381 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
3383 * utils2.c (build_allocator): Use ssize_int.
3385 * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
3387 2004-08-27 Andreas Schwab <schwab@suse.de>
3389 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
3391 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
3392 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3394 * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
3396 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
3398 * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
3399 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
3400 * utils.c (init_gigi_decls): Likewise.
3401 * utils2.c (build_call_raise, build_allocator): Likewise.
3403 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
3405 * utils.c (gnat_init_decl_processing): Adjust
3406 build_common_tree_nodes call.
3408 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
3410 * utils2.c (build_allocator): Use build_int_cst for negative
3413 2004-08-18 Richard Henderson <rth@redhat.com>
3415 * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
3417 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
3419 * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
3421 * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
3422 (gnat_to_gnu): Likewise.
3424 2004-08-16 Pascal Obry <obry@gnat.com>
3426 * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
3427 backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
3428 option and not mdll anymore. Update comment.
3430 2004-08-16 Pascal Obry <obry@gnat.com>
3432 * bld.adb (Put_Include_Project): Properly handle directory separators
3435 2004-08-16 Ed Schonberg <schonberg@gnat.com>
3437 * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
3438 decreasing the number of allocated junk nodes while searching for the
3439 appropriate subprogram.
3441 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
3443 * cuintp.c (UI_To_gnu): Use build_int_cst..
3444 * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
3445 * utils.c (init_gigi_decls): Likewise.
3446 * utils2.c (build_call_raise): Likewise.
3448 2004-08-13 Olivier Hainque <hainque@act-europe.fr>
3450 * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
3451 for a global aliased object with a variable size and an unconstrained
3452 nominal subtype, pretend there is no initializer if the one we have is
3453 incomplete, and avoid referencing an inexistant component in there. The
3454 part we have will be rebuilt anyway and the reference may confuse
3457 2004-08-13 Thomas Quinot <quinot@act-europe.fr>
3459 * einfo.ads: Minor reformatting
3461 * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
3462 restrictions in the ALI if we only want to warn about violations.
3464 2004-08-13 Vincent Celier <celier@gnat.com>
3466 * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
3467 when creating a new Unit_Record in table Units.
3469 * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
3470 that are violated, if any.
3472 * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
3473 add directory separator if path already ends with a directory separator.
3475 2004-08-13 Ed Schonberg <schonberg@gnat.com>
3477 * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
3478 unit, this is an attempt to inline a construct that is not available in
3479 the current restricted mode, so abort rather than trying to continue.
3481 * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
3482 discriminants that rename those of the parent, recover names of
3483 original discriminants for the constraint on the full view of the
3485 (Complete_Private_Subtype): Do not create a subtype declaration if the
3486 subtype is an itype.
3488 * gnat_rm.texi: Added section on implementation of discriminated
3489 records with default values for discriminants.
3491 2004-08-13 Ed Schonberg <schonberg@gnat.com>
3494 * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
3495 the second operand is overloaded.
3497 2004-08-10 Richard Henderson <rth@redhat.com>
3499 * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
3500 add __builtin_alloca.
3502 2004-08-10 Richard Henderson <rth@redhat.com>
3504 * config-lang.in (boot_language): Yes.
3506 2004-08-09 Thomas Quinot <quinot@act-europe.fr>
3508 * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
3509 from complaining on potential uninitialized reference.
3510 Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
3511 new specification and test explicitly for non-zero return value.
3513 * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
3514 returning C.int, to avoid using a derived boolean type.
3516 * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
3517 Duplicate_Subexpr_No_Checks in preference to direct use of
3518 Remove_Side_Effects and New_Copy_Tree.
3519 Clear Comes_From_Source on prefix of 'Size attribute reference.
3521 * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
3522 g-socthi-vxworks.adb: Change calls to
3523 GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
3524 and test explicitly for non-zero return value.
3526 * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
3527 (Is_Socket_In_Set): Declare imported function as returning C.int, to
3528 avoid using a derived boolean type.
3530 2004-08-09 Albert Lee <lee@gnat.com>
3532 * system-irix-n32.ads: Refine tasking priority constants for IRIX.
3534 2004-08-09 Pascal Obry <obry@gnat.com>
3536 * gnat_ugn.texi: Document new way to build DLLs on Windows using
3537 GCC's -shared option.
3539 * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
3540 Options_2 parameter (options put after object files).
3542 2004-08-09 Olivier Hainque <hainque@act-europe.fr>
3544 * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
3545 ignore overflows on low and high bounds of an index to also account for
3546 differences in signedness between sizetype and gnu_index_subtype.
3547 These are as legitimate as the ones caused by a lower TYPE_PRECISION
3550 2004-08-09 Robert Dewar <dewar@gnat.com>
3552 * s-solita.ads, s-solita.adb: Minor reformatting
3554 * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
3555 Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
3557 Add note that No_Implicit_Conditionals does not suppress
3558 run time constraint checks.
3560 * vms_conv.ads: Minor reformatting
3562 * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
3563 and necessary for following change).
3564 (Mark): Return new format Mark_Id containing sec stack address
3565 (Release): Use sec stack address from Mark_Id avoiding Self call
3567 * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
3568 pointer (cleanup and necessary for following change).
3569 Define Mark_Id as record containing address of secondary stack, that way
3570 Release does not need to find the stack again, decreasing the number of
3571 calls to Self and improving efficiency.
3573 * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
3575 * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
3576 case variable into the individual case branches when possible.
3578 * sem_ch11.adb: Minor reformatting
3580 * prj.ads: Correct spelling of suffixs
3582 * prj-nmsc.adb: Minor reformatting
3583 Correct spelling suffixs throughout (also in identifiers)
3585 * freeze.adb: Minor spelling correction
3587 * exp_ch2.adb: Cleanups to handling of Current_Value
3588 (no functional effect).
3590 * bld.adb: Correct spelling of suffixs
3592 * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
3594 2004-08-09 Ed Schonberg <schonberg@gnat.com>
3598 * sem_ch7.adb (Install_Private_Declarations): In the body of the
3599 package or of a child, private entities are both immediately_visible
3602 2004-08-09 Ed Schonberg <schonberg@gnat.com>
3604 * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
3605 there are no range checks on the value of the literal.
3607 * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
3608 wrapped is the triggering alternative of an asynchronous select, action
3609 statements mustbe inserted before the select itself.
3611 * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
3612 case where the prefix is a protected function call.
3613 (Resolve_Attribute, case 'Access): The attribute reference on a
3614 subprogram is legal in a generic body if the subprogram is declared
3617 2004-08-09 Vincent Celier <celier@gnat.com>
3619 * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
3620 languages, otherwise building the library may fail with unresolved
3622 (Compile_Sources): Do not build libraries if -c switch is used
3624 * gnatlink.adb (Process_Args): New switches -M and -Mmap
3625 (Write_Usage): If map file creation is supported, output new switches
3627 (Gnatlink): When -M is specified, add the necessary switch(es) to the
3628 gcc call, when supported.
3630 * Makefile.in: Added indepsw.o to the object list for gnatlink
3631 Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
3633 * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
3634 indepsw.adb, indepsw.ads: New files.
3636 2004-08-09 Bernard Banner <banner@gnat.com>
3638 * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
3640 * Makefile.in: add section for vxworks x86
3642 2004-08-09 Hristian Kirtchev <kirtchev@gnat.com>
3644 * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
3645 per-object constrained components where the discriminant is of an
3647 (Build_Record_Init_Proc): Add condition to prevent the inheritance of
3648 the parent initialization procedure for derived Unchecked_Unions.
3649 Instead, derived Unchecked_Unions build their own initialization
3651 (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
3652 Check the body of the subprogram for details.
3653 (Freeze_Record_Type): Prevent the inheritance of discriminant checking
3654 functions for derived Unchecked_Union types by introducing a condition.
3655 Allow the creation of TSS equality functions for Unchecked_Unions.
3656 (Make_Eq_Case): Rename formal parameter Node to E in function signature.
3657 Add formal parameter Discr to function signature. Discr is used to
3658 control the generated case statement for Unchecked_Union types.
3659 (Make_Eq_If): Rename formal parameter Node to E in function signature.
3661 * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
3663 Check the body of the subprogram for details.
3664 (Expand_Composite_Equality): Augment composite type equality to include
3665 correct handling of Unchecked_Union components.
3666 (Expand_N_In): Add condition to detect illegal membership tests when the
3667 subtype mark is a constrained Unchecked_Union and the expression lacks
3668 inferable discriminants, and build a Raise_Program_Error node.
3669 (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
3670 to detect types that contain components of unconstrained Unchecked_Union
3671 subtype. Add condition to detect equality between types that have an
3672 unconstrained Unchecked_Union component, and build a Raise_Program_Error
3673 node. Add condition to detect equality between Unchecked_Union types
3674 that lack inferable discriminants, and build a Raise_Program_Error node.
3675 Otherwise build a TSS equality function call.
3676 (Expand_N_Type_Conversion): Add condition to detect illegal conversions
3677 from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
3678 with the operand lacking inferable discriminants, and build a Raise_
3680 (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
3682 (Has_Inferable_Discriminants): Implement new predicate for objects and
3683 expressions of Unchecked_Union type. Check the body of subprogram for
3685 (Has_Unconstrained_UU_Components): Add function
3686 Component_Is_Unconstrained_UU. It is used to detect whether a single
3687 component is of an unconstrained Unchecked_Union subtype. Add function
3688 Variant_Is_Unconstrained_UU. It is used to detect whether a single
3689 component inside a variant is of an unconstrained Unchecked_Union type.
3691 * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
3692 inferred discriminant values. Add condition to generate a case
3693 statement with an inferred discriminant as the switch.
3694 (Make_Component_List_Assign): Introduce a Boolean flag that determines
3695 the behaviour of the subprogram in the presence of an Unchecked_Union.
3696 Add condition to trigger the usage of the inferred discriminant value
3697 as the generated case statement switch.
3698 (Make_Field_Assign): Introduce a Boolean flag that determines the
3699 behaviour of the subprogram in the presence of an Unchecked_Union. Add
3700 condition to trigger the usage of the inferred discriminant value as
3701 the right-hand side of the generated assignment.
3703 * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
3704 parameter generation when dealing with Unchecked_Unions.
3706 * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
3707 checks for Unchecked_Unions.
3709 * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
3711 * exp_attr.adb (Expand_N_Attribute_Reference): Produce
3712 Raise_Program_Error nodes for the execution of Read and Write
3713 attributes of Unchecked_Union types and the execution of Input and
3714 Output attributes of Unchecked_Union types that lack default
3715 discriminant values.
3717 * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
3718 Unchecked_Union. Add procedure Check_Component. It is used to inspect
3719 per-object constrained components of Unchecked_Unions for being
3720 Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
3721 check individual components withing a variant.
3723 * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
3724 comparison of Unchecked_Unions.
3725 (Resolve_Equality_OP): Remove guard that prevents equality between
3728 * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
3729 of component subtypes for Unchecked_Union components.
3730 (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
3731 since it is the actual subtype.
3733 * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
3734 pass of Unchecked_Union subtypes as generic actuals to formal types
3735 that lack known_discriminant_parts or that are derived Unchecked_Union
3736 types, and do nothing. In any other case, produce an error message.
3738 * sem_ch3.adb (Analyze_Component_Declaration): Add function
3739 Contains_POC. It determines whether a constraint uses the discriminant
3740 of an enclosing record type.
3741 Add condition to detect per-object constrained component and set the
3743 (Derived_Type_Declaration): Remove guard that prevents derivation from
3744 Unchecked_Union types.
3745 (Process_Subtype): Remove quard that prevents the creation of Unchecked_
3748 * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
3749 references to Unchecked_Union discriminants.
3751 * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
3752 formal generation when dealing with Unchecked_Unions.
3753 (Set_Actual_Subtypes): Add condition to prevent generation of actual
3754 subtypes for Unchecked_Unions.
3756 * sem_ch7.adb (Analyze_Package_Specification): Add procedure
3757 Inspect_Unchecked_Union_Completion. It is used to detect incorrect
3758 completions of discriminated partial views by Unchecked_Unions and
3759 produce an error message.
3761 2004-08-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3763 * trans.c (struct stmt_group): New field, GLOBAL.
3764 (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
3765 (struct elab_info): New struct.
3766 (elab_info_list, gnu_elab_proc_stack): New variables.
3767 (Compilation_Unit_to_gnu): New procedure.
3768 (gigi): Call it and also handle elaboration procs we've saved.
3769 (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
3770 global field from parent.
3771 (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
3772 (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
3773 (start_stmt_group): Initialize global field from parent.
3774 (add_decl_expr): Set to global for current statement group.
3775 (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
3778 * utils.c (global_bindings_p): True when no current_function_decl; no
3779 longer check current_binding_level.
3781 2004-08-09 Ben Brosgol <brosgol@gnat.com>
3783 * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
3786 * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
3788 2004-08-06 Andreas Schwab <schwab@suse.de>
3790 * utils.c (gnat_define_builtin): Remove second parameter of
3792 (begin_subprog_body): Likewise.
3794 2004-07-26 Arnaud Charlet <charlet@act-europe.fr>
3796 * sem_util.adb (Requires_Transient_Scope): Temporarily disable
3797 optimization, not supported by the tree-ssa back-end.
3799 2004-07-26 Olivier Hainque <hainque@act-europe.fr>
3801 * s-mastop-irix.adb: Update comments.
3803 * a-except.adb (Exception_Information): Raise Constraint_Error if
3804 exception Id is Null_Id.
3805 This is required behavior, which is more reliably and clearly checked
3806 at the top level interface level.
3808 2004-07-26 Javier Miranda <miranda@gnat.com>
3810 * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
3811 call if a component has no default_expression and the box is used.
3813 * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
3814 default_expression and you use box, it behaves as if you had declared a
3816 (Resolve_Record_Aggregate): If a component has no default_expression and
3817 you use box, it behaves as if you had declared a stand-alone object.
3819 * sem_ch10.adb (Install_Siblings): Do not make visible the private
3820 entities of private-with siblings.
3822 2004-07-26 Ed Schonberg <schonberg@gnat.com>
3824 * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
3825 for a component of an itype, set the parent pointer for analysis,
3826 there is no list in which to insert it.
3828 * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
3829 bona-fide renamings, not for inherited operations.
3831 * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
3832 actual for a formal that is an access parameter, create local
3833 finalization list even if the expression is not an aggregate.
3835 2004-07-26 Ed Schonberg <schonberg@gnat.com>
3838 * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
3839 Diagnose properly illegal subprogram renamings that are library units.
3841 2004-07-26 Ed Schonberg <schonberg@gnat.com>
3844 * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
3845 conversion rewritten as an unchecked conversion, check that original
3846 expression is a variable.
3848 * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
3849 unchecked_conversion, create new node rather than rewriting in place,
3850 to preserve original construct.
3852 2004-07-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3854 * gigi.h (gnat_expand_body): Deleted.
3856 * Make-lang.in: (trans.o): Depends on function.h.
3858 * misc.c: (gnat_expand_body): Moved to here.
3860 * trans.c (gnat_expand_body_1): Deleted.
3861 (gnat_expand_body): Moved from here.
3862 (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
3863 (add_stmt): Check for marked visited with global_bindings_p.
3864 (gnat_gimplify_expr, case COMPONENT_REF): New case.
3865 (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
3867 * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
3868 VIEW_CONVERT_EXPR if not operation type.
3870 * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
3873 * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
3874 changes: reformatting of negation operators, removing unneeded
3875 inequality comparison with zero, converting equality comparisons with
3876 zero to negations, changing int/0/1 to bool/false/true, replace calls
3877 to gigi_abort with abort, and various other similar changes.
3879 2004-07-26 Vincent Celier <celier@gnat.com>
3881 * gnatcmd.adb (GNATCmd): Add processing for new built-in command
3884 * make.adb (Gnatmake): Fail when a library is not present and there is
3885 no object directory.
3887 * mlib-prj.adb (Check_Library): No need to check if the library needs
3888 to be rebuilt if there is no object directory, hence no object files
3889 to build the library.
3891 * opt.ads (Setup_Projects): New Boolean flag.
3893 * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
3895 Create directory when Kind /= "" and in "gnat setup". Report error if
3896 directory cannot be created.
3897 (Ada_Check): Create library interface copy dir if it does not exist
3898 and we are in "gnat setup".
3899 (Find_Sources): No error if in "gnat setup" and no Ada sources were
3901 (Language_Independent_Check): Create object directory, exec directory
3902 and/or library directory if they do not exist and we are in
3905 * vms_conv.ads: (Command_Type): New command Setup.
3907 * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
3909 * vms_data.ads: Add qualifiers/switches for new built-in command
3912 2004-07-25 Richard Henderson <rth@redhat.com>
3914 * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
3915 DECL_IGNORED_P on RESULT_DECL.
3917 2004-07-20 Olivier Hainque <hainque@act-europe.fr>
3919 * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
3920 allocation and potentially overflowing update with
3921 Tailored_Exception_Information. Use the sec-stack free procedural
3922 interface to output Exception_Information instead.
3924 * a-except.adb (To_Stderr): New subprogram for character, and string
3925 version moved from a-exextr to be visible from other separate units.
3926 (Tailored_Exception_Information): Remove the procedural version,
3927 previously used by the default Last_Chance_Handler and not any more.
3928 Adjust various comments.
3930 * a-exexda.adb: Generalize the exception information procedural
3931 interface, to minimize the use of secondary stack and the need for
3932 local buffers when the info is to be output to stderr:
3933 (Address_Image): Removed.
3934 (Append_Info_Character): New subprogram, checking for overflows and
3935 outputing to stderr if buffer to fill is of length 0.
3936 (Append_Info_String): Output to stderr if buffer to fill is of length 0.
3937 (Append_Info_Address, Append_Info_Exception_Name,
3938 Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
3939 Append_Info_Basic_Exception_Traceback,
3940 Append_Info_Exception_Information): New subprograms.
3941 (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
3942 (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
3943 Exception_Info_Maxlength, Exception_Name_Length,
3944 Exception_Message_Length): New subprograms.
3945 (Exception_Information): Use Append_Info_Exception_Information.
3946 (Tailored_Exception_Information): Use
3947 Append_Info_Basic_Exception_Information.
3948 Export services for the default Last_Chance_Handler.
3950 * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
3951 other separate units.
3953 2004-07-20 Vincent Celier <celier@gnat.com>
3955 * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
3957 2004-07-20 Ed Schonberg <schonberg@gnat.com>
3959 * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
3960 emit itype references for the designated types of component types that
3961 are declared outside of the full record declaration, and that may
3962 denote a partial view of that record type.
3964 2004-07-20 Ed Schonberg <schonberg@gnat.com>
3967 * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
3968 which is the designated type in an access component declaration, to the
3969 list of incomplete dependents of the parent type, to avoid elaboration
3970 issues with out-of-scope subtypes.
3971 (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
3972 full view of the parent.
3974 2004-07-20 Ed Schonberg <schonberg@gnat.com>
3977 * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
3978 entities that are hidden, such as references to generic actuals
3979 outside an instance.
3981 2004-07-20 Javier Miranda <miranda@gnat.com>
3983 * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
3984 support to the new notation.
3985 (Analyze_Selected_Component): Add call to Try_Object_Operation.
3987 2004-07-20 Jose Ruiz <ruiz@act-europe.fr>
3989 * s-taprob.adb: Adding the elaboration code required for initializing
3990 the tasking soft links that are common to the full and the restricted
3993 * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
3994 restricted run time has been moved to the package
3995 System.Soft_Links.Tasking.
3997 * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
3998 restricted run time has been moved to the package
3999 System.Soft_Links.Tasking.
4001 * Makefile.rtl: Add entry for s-solita.o in run-time library list.
4003 * s-solita.ads, s-solita.adb: New files.
4005 2004-07-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4007 * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
4008 Case_Statement_to_gnu): Split off from gnat_to_gnu.
4009 (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
4010 Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
4011 Exception_Handler_to_gnu_zcx): Likewise.
4013 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
4015 * gigi.h (builtin_function): Declare.
4017 2004-07-15 Robert Dewar <dewar@gnat.com>
4019 * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
4022 * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
4023 access values as an example of a warning.
4025 * gnat_rm.texi: Document new attribute Has_Access_Values
4027 * gnat-style.texi: Document that box comments belong on nested
4030 * sem_util.ads (Has_Access_Values): Improved documentation
4032 * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
4034 * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
4035 (Process_Interface_Name): Call to this new procedure
4036 (Set_Extended_Import_Export_External_Name): Call to this new procedure
4038 * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
4040 * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
4042 * einfo.ads: Minor comment typo fixed
4044 2004-07-15 Jose Ruiz <ruiz@act-europe.fr>
4046 * snames.adb: Add _atcb.
4048 * snames.ads: Add Name_uATCB.
4050 * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
4051 (in the expanded code) when using the restricted run time.
4053 * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
4054 a in parameter in order to allow ATCBs to be preallocated (in the
4057 * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
4058 order to allow ATCBs to be preallocated. In case of error, the ATCB is
4059 deallocated in System.Tasking.Stages.
4061 * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
4062 order to allow ATCBs to be preallocated.
4064 * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
4065 here. It was previously done in Initialize_ATCB.
4067 * rtsfind.ads: Make the Ada_Task_Control_Block visible.
4069 * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
4070 Restricted run time.
4072 * exp_ch3.adb: When using the Restricted run time, pass the
4073 preallocated Ada_Task_Control_Block when creating a task.
4075 2004-07-15 Ed Schonberg <schonberg@gnat.com>
4077 * sem_util.adb (Normalize_Actuals): If there are no actuals on a
4078 function call that is itself an actual in an enclosing call, diagnose
4079 problem here rather than assuming that resolution will catch it.
4081 * sem_ch7.adb (Analyze_Package_Specification): If the specification is
4082 the local copy of a generic unit for a formal package, and the generic
4083 is a child unit, install private part of ancestors before compiling
4084 private part of spec.
4086 * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
4087 use scope entities rather than tree structures, to handle properly
4088 parent units that are instances rewritten as bodies for inlining
4091 * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
4092 Remove_Parents): Handle properly a parent unit that is an
4093 instantiation, when the unit has been rewritten as a body for inlining
4096 * par.adb (Goto_List): Global variable to collect goto statements in a
4097 given unit, for use in detecting natural loops.
4099 * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
4100 use in detecting natural loops.
4102 * par-labl.adb (Find_Natural_Loops): Recognize loops create by
4103 backwards goto's, and rewrite as a infinite loop, to improve locality
4106 * exp_util.adb (Force_Evaluation): Recognize a left-hand side
4107 subcomponent that includes an indexed reference, to prevent the
4108 generation of copies that would miscompile the desired assignment
4110 (Build_Task_Image_Decls): Add a numeric suffix to
4111 generated name for string variable, to avoid spurious conflicts with
4112 the name of the type of a single protected object.
4114 * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
4115 loop with an explicit exit statement, to avoid generating an
4116 out-of-range value with 'Succ leading to spurious constraint_errors
4117 when compiling with -gnatVo.
4119 2004-07-15 Thomas Quinot <quinot@act-europe.fr>
4121 * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
4122 might not be analyzed yet, even if its Etype is already set (case of an
4123 unchecked conversion built using Unchecked_Convert_To, for example).
4124 If the prefix has already been analyzed, this will be a nop anyway.
4126 * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
4127 controller type, or an assignment of a record type with controlled
4128 components, copy only user data, and leave the finalization chain
4131 2004-07-15 Vincent Celier <celier@gnat.com>
4133 * make.adb (Collect_Arguments): Improve error message when attempting
4134 to compile a source not part of any project, when -x is not used.
4136 * prj.ads: (Defined_Variable_Kind): New subtype
4138 * prj-attr.adb (Register_New_Package): Two new procedures to register
4139 a package with or without its attributes.
4140 (Register_New_Attribute): Mew procedure to register a new attribute in a
4142 New attribute oriented subprograms: Attribute_Node_Id_Of,
4143 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
4144 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
4146 New package oriented subprograms: Package_Node_Id_Of,
4147 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
4149 * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
4151 (Package_Node_Id): Now a private, self initialized type
4152 (Register_New_Package): New procedure to register a package with its
4154 New attribute oriented subprograms: Attribute_Node_Id_Of,
4155 Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
4156 Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
4158 New package oriented subprograms: Package_Node_Id_Of,
4159 Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
4161 * prj-dect.adb (Parse_Attribute_Declaration,
4162 Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
4164 * prj-makr.adb (Make): Parse existing project file before creating
4165 other files. Fail if there was an error during parsing.
4167 * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
4168 new spec of Prj.Attr.
4170 * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
4171 to new spec of Prj.Attr.
4173 2004-07-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4175 * utils2.c: Fix typo in comment.
4177 2004-07-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4179 * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
4180 * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
4182 2004-07-14 Andreas Schwab <schwab@suse.de>
4184 * trans.c (gnat_init_stmt_group): Remove duplicate definition.
4186 2004-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4188 * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
4190 (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
4193 * misc.c (gnat_types_compatible_p): New function.
4194 (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
4195 (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
4197 * trans.c (gigi): Move processing of main N_Compilation_Unit here.
4198 (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
4199 (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
4200 (mark_visited): Don't mark dummy type.
4201 (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
4202 parameter, we must remove any LJM building from GNU_NAME.
4203 (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
4204 (pos_to_constructor): Use int_const_binop.
4205 (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
4208 * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
4209 (gnat_pushlevel): Set TREE_USE on BLOCK node.
4210 (gnat_install_builtins): Add __builtin_memset.
4212 2004-07-13 Olivier Hainque <hainque@act-europe.fr>
4214 * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
4215 for a renaming, stabilize the initialization expression if we are at a
4216 local level. At the local level, uses of the renaming may be performed
4217 by a direct dereference of the initializing expression, and we don't
4218 want possible variables there to be evaluated for every use.
4220 * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
4221 Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
4222 them on the way. Account for the fact that we may introduce side
4223 effects in the process.
4225 2004-07-13 Richard Henderson <rth@redhat.com>
4227 * misc.c (default_pass_by_ref): Use pass_by_reference.
4229 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
4231 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
4232 LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
4234 2004-07-08 Richard Henderson <rth@redhat.com>
4236 * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
4239 2004-07-06 Vincent Celier <celier@gnat.com>
4241 * vms_conv.ads: Minor reformatting.
4242 Alphabetical order for enumerated values of type Command_Type, to have
4243 the command in alphabetical order for the usage.
4245 * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
4246 the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
4248 * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
4250 * makegpr.adb (Global_Archive_Exists): New global Boolean variable
4251 (Add_Archive_Path): Only add the global archive if there is one.
4252 (Build_Global_Archive): Set Global_Archive_Exists depending if there is
4253 or not any object file to put in the global archive, and don't build
4254 a global archive if there is none.
4255 (X_Switches): New table
4256 (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
4257 in the X_Switches table, if any.
4258 (Initialize): Make sure the X_Switches table is empty
4259 (Scan_Arg): Record -X switches in table X_Switches
4261 * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
4263 * make.adb: Minor comment fix
4265 * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
4266 invoked with directory information, add the directory in front of the
4269 * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
4270 invoked with directory information, add the directory in front of the
4273 * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
4274 when Keep_Temporary_Files is False.
4275 (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
4276 directory information, add the directory in front of the path.
4277 When not on VMS, handle new switch -dn before the command to set
4278 Keep_Temporary_Files to True.
4279 (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
4282 * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
4283 invoked with directory information, add the directory in front of the
4286 2004-07-06 Thomas Quinot <quinot@act-europe.fr>
4288 * snames.ads, snames.adb (Name_Stub): New name for the distributed
4291 * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
4292 New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
4294 * g-socket.adb (To_Timeval): Fix incorrect conversion of
4295 Selector_Duration to Timeval for the case of 0.0.
4297 * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
4298 documentation from Evolve_And_Then.
4300 2004-07-06 Jose Ruiz <ruiz@act-europe.fr>
4302 * s-taprop-tru64.adb, s-taprop-os2.adb,
4303 s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
4305 2004-07-06 Robert Dewar <dewar@gnat.com>
4307 * s-osinte-hpux.ads, s-osinte-freebsd.ads,
4308 s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
4309 s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
4310 s-interr-sigaction.adb, s-taprop-irix-athread.adb,
4311 s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
4312 s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
4313 s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
4314 s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
4315 a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
4316 a-tags.ads, bindgen.ads, checks.adb, checks.adb,
4317 csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
4318 exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
4319 g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
4320 i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
4321 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
4322 sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
4323 sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
4324 s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
4325 s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
4326 s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
4327 vms_data.ads: Minor reformatting,
4328 Fix bad box comment format.
4330 * gnat_rm.texi: Fix minor grammatical error
4332 * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
4334 * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
4335 more cases of discriminated records to be recognized as not needing a
4337 (Has_Access_Values): New function.
4339 * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
4341 * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
4342 Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
4343 with LRM terminology).
4344 Change terminology in comments primitive type => elementary type.
4346 2004-07-06 Ed Schonberg <schonberg@gnat.com>
4349 * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
4350 parameters do not impose any requirements on the presence of a body.
4352 2004-07-06 Ed Schonberg <schonberg@gnat.com>
4355 * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
4356 compilation unit and is in an open scope at the point of instantiation,
4357 assume that a body may be present later.
4359 2004-07-06 Ed Schonberg <schonberg@gnat.com>
4361 * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
4362 Improve error message when specified size is not supported.
4364 * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
4365 is never a primitive operation.
4367 2004-07-05 Andreas Schwab <schwab@suse.de>
4369 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
4370 RECORD_OR_UNION_CHECK.
4371 (TYPE_CONTAINS_TEMPLATE_P): Likewise.
4373 2004-07-04 Kelley Cook <kcook@gcc.gnu.org>
4375 * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
4376 dependency on xgnatugn, instead build it via a submake.
4377 (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
4379 2004-07-04 Richard Henderson <rth@redhat.com>
4381 * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
4383 2004-07-01 Richard Henderson <rth@redhat.com>
4385 * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
4386 * utils.c (max_size): Likewise.
4388 2004-06-28 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4390 * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
4391 and rest_of_type_compilation; add arg to create_*_decl.
4392 (annotate_decl_with_node): Deleted.
4393 (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
4394 * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
4395 (get_current_block_context, gnat_pushdecl): New declarations.
4396 (gnat_init_stmt_group): Likewise.
4397 (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
4398 * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
4399 (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
4400 (gnat_init): Call gnat_init_stmt_group.
4401 * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
4402 (gnu_pending_elaboration_list): Deleted.
4403 (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
4404 (gigi): Rearrange initialization calls and move some to last above.
4405 (gnat_to_gnu): If statement and not in procedure, go into elab proc.
4406 Delete calls to add_decl_expr; add arg to create_*_decl.
4407 (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
4408 (gnat_to_gnu, case N_Subprogram_Body): Move some code to
4409 begin_subprog_body and call it.
4410 Don't push and pop ggc context.
4411 (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
4412 (add_stmt): Remove handling of DECL_EXPR from here.
4413 If not in function, mark visited.
4414 (add_decl_expr): Put global at top level.
4415 Check for cases of DECL_INITIAL we have to handle here.
4416 (process_type): Add extra arg to create_type_decl.
4417 (build_unit_elab): Rework to just gimplify.
4418 * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
4419 (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
4420 (get_pending_elaborations, pending_elaborations_p): Likewise.
4421 (push_pending_elaborations, pop_pending_elaborations): Likewise.
4422 (get_elaboration_location, insert_elaboration_list): Likewise.
4423 (gnat_binding_level): Renamed from ada_binding_level.
4424 (init_gnat_to_gnu): Don't clear pending_elaborations.
4425 (global_bindings_p): Treat as global if no current_binding_level.
4426 (set_current_block_context): New function.
4427 (gnat_pushdecl): Renamed from pushdecl; major rework.
4428 All callers changed.
4429 (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
4430 (finish_record_type): Call call pushdecl for stub decl.
4431 (function_nesting_depth): Deleted.
4432 (begin_subprog_body): Delete obsolete code.
4433 * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
4435 2004-06-28 Robert Dewar <dewar@gnat.com>
4437 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
4438 mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
4439 mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
4440 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
4441 a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
4443 * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
4444 deal with problem of inefficient slices on machines with strict
4445 alignment, when the slice is a component of a composite.
4447 * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
4448 machines, we need the check there as well.
4450 2004-06-28 Ed Schonberg <schonberg@gnat.com>
4452 * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
4453 determine safe copying direction for overlapping slice assignments
4454 when component is controlled.
4456 * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
4457 formal derived type in the actual for a formal package are visible in
4458 the enclosing instance.
4460 2004-06-28 Ed Schonberg <schonberg@gnat.com>
4463 * sem_util.adb (Trace_Components): Diagnose properly an illegal
4464 circularity involving a private type whose completion includes a
4465 self-referential component.
4466 (Enter_Name): Use Is_Inherited_Operation to distinguish a source
4467 renaming or an instantiation from an implicit derived operation.
4469 2004-06-28 Pascal Obry <obry@gnat.com>
4471 * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
4473 (Library_File_Name_For): Idem.
4475 2004-06-28 Matthew Gingell <gingell@gnat.com>
4477 * g-traceb.ads: Add explanatory note on the format of addresses
4478 expected by addr2line.
4480 2004-06-28 Jerome Guitton <guitton@act-europe.fr>
4482 * Makefile.in: Force debugging information on s-tasdeb.adb,
4483 a-except.adb and s-assert.adb needed by the debugger.
4485 2004-06-28 Vincent Celier <celier@gnat.com>
4487 * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
4491 * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
4493 * prj.adb: Minor reformatting
4494 (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
4496 * prj.ads: Comment updates
4498 (Project_Data): Change Flag1 to Need_To_Build_Lib.
4499 Remove Flag2: not used.
4501 * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
4504 * gnat_ugn.texi: Put a "null;" declaration in one project file example
4506 * gnat_rm.texi: Document Empty declarations "null;".
4508 * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
4509 front of the linker options.
4510 (Link_Foreign): Put the global archives and the libraries in front of
4513 2004-06-28 Javier Miranda <miranda@gnat.com>
4515 * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
4516 (RTU_Loaded): Code cleanup
4517 (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
4518 withed predefined units.
4520 * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
4521 explicitly withed predefined units.
4524 * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
4525 explicitly withed predefined units.
4527 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4529 * ada-tree.def (DECL_STMT): Deleted.
4530 * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
4531 (DECL_STMT_VAR): Deleted.
4532 * decl.c: add_decl_stmt now add_decl_expr.
4534 * trans.c: Likewise.
4535 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
4536 (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
4537 (add_stmt): Only handle padded type here.
4538 (add_stmt_with_node): Allow gnat_node to not be present.
4539 (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
4540 (gnat_gimplify_stmt, case DECL_STMT): Deleted.
4541 (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
4542 make a SAVE_EXPR for the entire fat pointer.
4543 * utils.c (pushdecl): Walk a DECL_EXPR in global case.
4544 (create_index_type): Make a DECL_EXPR.
4545 (end_subprog_body): Don't call allocate_struct_function here but
4548 2004-06-25 Pascal Obry <obry@gnat.com>
4550 * makegpr.adb (Build_Library): Remove parameter Lib_Address and
4551 Relocatable from Build_Dynamic_Library call.
4553 * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
4554 Relocatable are now synonym.
4556 * Makefile.in: Use s-parame-mingw.adb on MingW platform.
4558 * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
4559 Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
4562 * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
4563 Lib_Address and Relocatable.
4564 (Default_DLL_Address): Removed.
4566 * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
4567 mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
4568 mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
4569 (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
4570 (Default_DLL_Address): Removed.
4572 * mlib-tgt-mingw.adb: Ditto.
4573 (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
4575 * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
4576 the initial thread stack size.
4578 * a-strmap.ads: Move package L to private part as it is not used in
4579 the spec. Found while reading code.
4581 2004-06-25 Olivier Hainque <hainque@act-europe.fr>
4583 * tracebak.c: Introduce support for a GCC infrastructure based
4584 implementation of __gnat_backtrace.
4586 * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
4587 any more. Use accessors instead. This eases maintenance and relaxes
4588 some alignment constraints.
4589 (_GNAT_Exception structure): Remove the Ada specific fields
4590 (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
4592 (is_handled_by, __gnat_eh_personality): Replace component references to
4593 exception structure by use of the new accessors.
4595 * init.c (__gnat_initialize): Adjust comments to match the just
4596 reverted meaning of the -static link-time option.
4598 * adaint.c (convert_addresses): Arrange not to define a stub for
4599 mips-irix any more, as we now want to rely on a real version from a
4600 recent libaddr2line.
4602 * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
4603 the personality routine can use them and not have to rely on a C
4604 counterpart of the record anymore. This simplifies maintenance and
4605 relaxes the constraint of having Standard'Maximum_Alignment match
4607 Update comments, and add a section on the common header alignment issue.
4609 2004-06-25 Geert Bosch <bosch@gnat.com>
4611 * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
4612 polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
4614 2004-06-25 Robert Dewar <dewar@gnat.com>
4616 * gnat_rm.texi: Fix section on component clauses to indicate that the
4617 restriction on byte boundary placement still applies for bit packed
4619 Add comment on stack usage from Initialize_Scalars
4621 * gnat_ugn.texi: Add documentation for -gnatyLnnn
4623 * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
4624 limiting nesting level.
4626 * usage.adb: Add line for -gnatyLnnn switch
4628 * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
4629 sem_ch13.adb, exp_aggr.adb: Minor reformatting
4631 * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
4632 type as well as on the subtype. This corrects a problem in freeze in
4633 setting alignments of atomic types.
4635 * sem_eval.ads: Minor comment typo fixed
4637 * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
4638 level. Minor reformatting.
4640 * fname.adb (Is_Predefined_File_Name): Require a letter after the
4641 minus sign. This means that file names like a--b.adb will not be
4642 considered predefined.
4644 * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
4645 record Test new flag and give diagnostic for bad component clause.
4646 (Freeze_Entity): Set alignment of array from component alignment in
4647 cases where this is safe to do.
4649 * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
4652 * cstand.adb: (Create_Standard): Set alignment of String to 1
4654 * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
4656 * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
4657 code in the common constrained array cases.
4659 * a-storio.adb: Change implementation to avoid possible alignment
4660 problems on machines requiring strict alignment (data should be moved
4661 as type Buffer, not type Elmt).
4663 * checks.adb (Apply_Array_Size_Check): Improve these checks by
4664 killing the overflow checks which we really do not need (64-bits is
4667 2004-06-25 Vincent Celier <celier@gnat.com>
4669 * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
4670 (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
4671 inconditionally for the main project.
4672 (Recursive_Add_Archives.Add_Archive_Path): New procedure
4673 (Link_Executables.Check_Time_Stamps): New procedure
4674 (Link_Executables.Link_Foreign): New procedure
4675 Changes made to reduce nesting level of this package
4676 (Check): New procedure
4677 (Add_Switches): When not in quiet output, check that a switch is not
4678 the concatenation of several valid switches. If it is, issue a warning.
4679 (Build_Global_Archive): If the global archive is rebuilt, linking need
4681 (Compile_Sources): Rebuilding a library archive does not imply
4682 rebuilding the global archive.
4683 (Build_Global_Archive): New procedure
4684 (Build_Library): New name for Build_Archive, now only for library
4686 (Check_Archive_Builder): New procedure
4687 (Create_Global_Archive_Dependency_File): New procedure
4688 (Gprmake): Call Build_Global_Archive before linking
4689 * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
4691 (Scan_Arg): Display the Copyright notice when -v is used
4693 * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
4696 * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
4698 Add new GNAT LIST qualifier /FILES=
4699 Added qualifier /DIRECTORY= to GNAT METRIC
4700 Added qualifier /FILES= to GNAT METRIC
4701 Added qualifier /FILES to GNAT PRETTY
4703 * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
4704 to take into account both versions of the switch.
4706 * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
4707 always be the last switch to the gcc driver. Disable switch storing so
4708 that switches automatically added by the gcc driver are not put in the
4711 * prj.adb (Project_Empty): Take into account changes in components of
4714 * prj.ads (Languages_Processed): New enumaration value All_Languages.
4716 * prj.ads (Project_Data): Remove component Lib_Elaboration: never
4717 used. Split Boolean component Ada_Sources_Present in two Boolean
4718 components Ada_Sources_Present and Other_Sources_Present.
4721 * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
4722 instead of Sources_Present.
4723 (Set_Ada_Paths.Add.Recursive_Add): Ditto
4725 * prj-nmsc.adb: Minor reformatting
4726 (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
4727 (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
4728 Check_Ada_Naming_Scheme.
4729 Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
4732 * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
4734 Make sure that all cycles where there is at least one "limited with"
4736 (Parse_Single_Project): New Boolean parameter In_Limited
4738 * prj-proc.adb (Recursive_Check): When Process_Languages is
4739 All_Languages, call first Prj.Nmsc.Ada_Check, then
4740 Prj.Nmsc.Other_Languages_Check.
4742 * prj-proc.adb (Process): Use Ada_Sources_Present or
4743 Other_Sources_Present (instead of Sources_Present) depending on
4746 * lang-specs.h: Keep -g and -m switches in the same order, and as the
4749 * lib.adb (Switch_Storing_Enabled): New global Boolean flag
4750 (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
4752 (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
4755 * lib.ads (Disable_Switch_Storing): New procedure.
4757 * make.adb: Modifications to reduce nesting level of this package.
4758 (Check_Standard_Library): New procedure
4759 (Gnatmake.Check_Mains): New procedure
4760 (Gnatmake.Create_Binder_Mapping_File): New procedure
4761 (Compile_Sources.Compile): Add switch -gnatez as the last option
4762 (Display): Never display -gnatez
4765 When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
4767 * gnatcmd.adb (Check_Project): New function
4768 (Process_Link): New procedure to reduce nesting depth
4769 (Check_Files): New procedure to reduce the nesting depth.
4770 For GNAT METRIC, include the inherited sources in extending projects.
4771 (GNATCmd): When GNAT LS is invoked with a project file and no files,
4772 add the list of files from the sources of the project file. If this list
4773 is too long, put it in a temp text files and use switch -files=
4774 (Delete_Temp_Config_Files): Delete the temp text file that contains
4775 a list of source for gnatpp or gnatmetric, if one has been created.
4776 (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
4777 in the project file is too large, create a temporary text file that
4778 list them and pass it to the tool with "-files=<temp text file>".
4779 (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
4781 * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
4782 generated file is in not in Ada.
4784 * gnatls.adb: Remove all parameters And_Save that are no longer used.
4785 (Scan_Ls_Arg): Add processing for -files=
4786 (Usage): Add line for -files=
4788 * g-os_lib.adb (On_Windows): New global constant Boolean flag
4789 (Normalize_Pathname): When on Windows and the path starts with a
4790 directory separator, make sure that the resulting path will start with
4793 * clean.adb (Clean_Archive): New procedure
4794 (Clean_Project): When there is non-Ada code, delete the global archive,
4795 the archive dependency files, the object files and their dependency
4796 files, if they exist.
4797 (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
4799 2004-06-25 Thomas Quinot <quinot@act-europe.fr>
4801 * sinfo.ads: Fix typo in comment.
4803 * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
4804 the TSS for remote access-to-subprogram types, since these TSS are
4805 always present once the type has been analyzed.
4806 (RAS_E_Dereference): Same.
4808 * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
4809 reference raises Bad_Attribute, mark the reference as analyzed so the
4810 node (and any children resulting from rewrites that could have occurred
4811 during the analysis that ultimately failed) is not analyzed again.
4813 * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
4815 * exp_dist.adb: Minor comment fix.
4817 * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
4818 type is an anonymous access type, no unchecked deallocation of the
4819 allocated object can occur. If the object is controlled, attach it with
4820 a count of 1. This allows attachment to the Global_Final_List, if
4821 no other relevant list is available.
4822 (Get_Allocator_Final_List): For an anonymous access type that is
4823 the type of a discriminant or record component, the corresponding
4824 finalisation list is the one of the scope of the type.
4826 2004-06-25 Ed Schonberg <schonberg@gnat.com>
4828 * sem_ch3.adb (Replace_Type): When computing the signature of an
4829 inherited subprogram, use the first subtype if the derived type
4830 declaration has no constraint.
4832 * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
4833 before applying previous optimization. Minor code cleanup.
4835 * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
4836 placed at the beginning of an unpacked record without explicit
4837 alignment, a slice of it will be aligned and does not need a copy when
4840 2004-06-25 Ed Schonberg <schonberg@gnat.com>
4844 * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
4845 reference is written with expressions mimicking parameters.
4847 2004-06-25 Hristian Kirtchev <kirtchev@gnat.com>
4850 * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
4851 STEP 2a. The constraints of a full type declaration of a derived record
4852 type are checked for conformance with those declared in the
4853 corresponding private extension declaration. The message
4854 "not conformant with previous declaration" is emitted if an error is
4857 2004-06-25 Vasiliy Fofanov <fofanov@act-europe.fr>
4859 * g-traceb.ads: Document the need for -E binder switch in the spec.
4861 * g-trasym.ads: Document the need for -E binder switch in the spec.
4863 2004-06-25 Jose Ruiz <ruiz@act-europe.fr>
4865 * sem_prag.adb: Add handling of pragma Detect_Blocking.
4867 * snames.h, snames.ads, snames.adb: Add entry for pragma
4870 * s-rident.ads: Change reference to pragma Detect_Blocking.
4872 * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
4875 * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
4876 to indicate whether pragma Detect_Blocking is active.
4878 * par-prag.adb: Add entry for pragma Detect_Blocking.
4880 * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
4881 of not handling WITH.
4882 Note that this replaces the previous update which was incorrect.
4884 2004-06-25 Javier Miranda <miranda@gnat.com>
4886 * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
4887 use-clauses to have a clean environment.
4889 * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
4890 the installation of the use-clauses to stablish a clean environment in
4891 case of compilation of a separate unit; otherwise the call to
4892 use_one_package is protected by the barrier Applicable_Use.
4894 * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
4895 the installation of the use-clauses to stablish a clean environment in
4896 case of compilation of a separate unit.
4897 (End_Use_Clauses): Minor comment cleanup.
4899 2004-06-25 Sergey Rybin <rybin@act-europe.fr>
4901 * gnat_ugn.texi: Add description of the gnatpp 'files' switch
4903 2004-06-23 Richard Henderson <rth@redhat.com>
4905 * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
4907 2004-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4909 * decl.c (elaborate_expression, elaborate_expression_1): Arguments
4910 now bool instead of int.
4911 (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
4912 * trans.c (gnu_switch_label_stack): New function.
4913 (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
4914 elaboration of renamed entity returns.
4915 (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
4916 (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
4917 (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
4918 (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
4919 DECL_SIZE_UNIT and simplify variable-sized case.
4920 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
4921 Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
4922 (gnat_stabilize_reference): Add arg to COMPONENT_REF.
4923 (build_unit_elab): Disable for now.
4924 * utils.c (mark_visited): New function.
4925 (pushdecl): Walk tree to call it for global decl.
4926 (update_pointer_to): Update all variants of pointer and ref types.
4927 Add arg to COMPONENT_REF.
4928 (convert): Likewise.
4929 Move check for converting between variants lower down.
4930 * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
4931 (build_allocator): Don't force type of MODIFY_EXPR.
4932 (gnat_mark_addressable, case VAR_DECL): Unconditionally call
4935 2004-06-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4937 * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
4938 * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
4939 * decl.c (gnat_to_gnu_entity): Also set force_global for imported
4941 * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
4942 all callers changed.
4943 (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
4944 the way that EXIT_STMT finds the loop label.
4945 (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
4946 (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
4947 (add_stmt): Use annotate_with_locus insted of setting directly.
4948 (pos_to_construct): Set TREE_PURPOSE of each entry to index.
4949 (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
4950 * utils.c (gnat_install_builtins): Install __builtin_memcmp.
4951 (build_vms_descriptor): Add extra args to ARRAY_REF.
4952 (convert): Use VIEW_CONVERT_EXPR between aggregate types.
4953 * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
4955 (build_binary_op): Don't make explicit CONVERT_EXPR.
4956 Add extra rgs to ARRAY_REF.
4958 2004-06-14 Pascal Obry <obry@gnat.com>
4960 * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
4961 Windows. Fix minor typo.
4963 * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
4964 which is now supported on Windows. With this implementation using the
4965 Library Project feature is no different on Windows than on UNIX.
4967 2004-06-14 Vincent Celier <celier@gnat.com>
4969 * makegpr.adb (Compile_Sources): Nothing to do when there are no
4972 * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
4974 * prj-part.adb (Parse_Single_Project): When a duplicate project name is
4975 found, show the project name and the path of the previously parsed
4978 2004-06-14 Ed Schonberg <schonberg@gnat.com>
4980 * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
4981 array, avoid copying the actual before the call.
4983 2004-06-14 Thomas Quinot <quinot@act-europe.fr>
4985 * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
4986 Instead, allocate memory on worst-case alignment assumptions, and then
4987 return an aligned address within the allocated zone.
4989 2004-06-14 Robert Dewar <dewar@gnat.com>
4991 * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
4992 elab entities in predefined units in No_Run_Time_Mode.
4993 (Gen_Adainit_C): Same fix
4994 (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
4995 units in No_Run_Time_Mode
4996 (Gen_Elab_Calls_C): Same fix
4998 * symbols-vms-alpha.adb: Minor reformatting
5000 * g-debpoo.ads: Minor reformatting
5002 * lib.adb (In_Same_Extended_Unit): Version working on node id's
5004 * lib.ads (In_Same_Extended_Unit): Version working on node id's
5006 * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
5009 * make.adb: Minor reformatting
5011 * par-ch12.adb: Minor reformatting
5013 * par-prag.adb: Add dummy entry for pragma Profile_Warnings
5015 * prj-strt.adb: Minor reformatting
5017 * restrict.ads, restrict.adb: Redo handling of profile restrictions to
5020 * sem_attr.adb: Minor reformatting
5022 * sem_ch7.adb: Minor reformatting
5024 * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
5025 for type in the same unit as the object declaration.
5027 * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
5028 static string expressions and not just string literals.
5030 (Set_Warning): Reset restriction warning flag for restriction pragma
5031 Implement pragma Profile_Warnings
5032 Implement pragma Profile (Restricted)
5033 Give obolescent messages for old restrictions and pragmas
5035 * snames.h, snames.ads, snames.adb: Add new entry for pragma
5038 * s-rident.ads: Add declarations for restrictions required by profile
5039 Restricted and profile Ravenscar.
5041 * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
5043 * gnat_ugn.texi: Correct some missing entries in the list of GNAT
5044 configuration pragmas.
5046 2004-06-11 Vincent Celier <celier@gnat.com>
5048 * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
5049 gnatsym, when symbol policy is Restricted.
5051 * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
5052 gnatsym, when symbol policy is Restricted.
5054 * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
5055 read the symbol file.
5056 (Finalize): Fail in symbol policy Restricted if a symbol in the original
5057 symbol file is not in the object files. Do not create a new symbol file
5058 when symbol policy is Restricted.
5060 * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
5063 * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
5065 (Usage): Line for new switch -R
5067 * make.adb (Initialize): When the platform is not VMS, add the
5068 directory where gnatmake is invoked in the front of the path, if
5069 gnatmake is invoked with directory information. Change the Scan_Args
5070 while loop to a for loop.
5071 (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
5072 if Depth is equal or greater than the proposed depth, there is nothing
5074 (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
5077 * prj.ads: Add new symbol policy Restricted.
5079 * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
5080 with the new parameters Check_All_Labels and Case_Location.
5082 * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
5083 (Library_Symbol_File needs to be defined).
5085 * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
5086 and Case_Location If Check_All_Labels is True, check that all values of
5087 the string type are used, and output warning(s) if they are not.
5089 * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
5092 * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
5094 * gnat_ugn.texi: Update documentation about the library directory in
5097 * makegpr.adb (Display_Command): In verbose mode, also display the
5098 value of the CPATH env var, when the compiler is gcc.
5099 (Initialize): Change the Scan_Args while loop to a for loop
5100 (Compile_Individual_Sources): Change directory to object directory
5101 before compilations.
5103 * symbols.ads: New symbol policy Restricted.
5105 2004-06-11 Olivier Hainque <hainque@act-europe.fr>
5107 * a-except.adb (Raise_After_Setup family): Remove. The responsibility
5108 is now taken care of internally in the Exception_Propagation package
5109 and does not require clients assistance any more.
5111 * a-exexpr.adb (Is_Setup_And_Not_Propagated,
5112 Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
5113 functions. Helpers to maintain a predicate required in the handling of
5114 occurrence transfer between tasks.
5115 This is now handled internally and does not require clients assistance
5116 for the setup/propagate separation anymore.
5117 (Setup_Exception, Propagate_Exception): Simplify the Private_Data
5118 allocation strategy, handle the Setup_And_Not_Propagated predicate and
5121 * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
5122 raise_after_setup, now that everything is handled internally within the
5123 setup/propagation engine.
5125 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
5127 * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
5128 Add additional conditions for the case of an actual being a simple
5129 name or literal. Improve inlining by preventing the generation
5130 of temporaries with a short lifetime (one use).
5132 2004-06-11 Hristian Kirtchev <kirtchev@gnat.com>
5136 * einfo.ads: Minor comment updates for Has_Completion and
5137 E_Constant list of flags.
5139 * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
5140 and constant redeclarations now set the Has_Completion flag of their
5141 defining identifiers.
5143 * sem_ch7.adb (Analyze_Package_Spec): Add procedure
5144 Inspect_Deferred_Constant_Completion.
5145 Used to detect private deferred constants that have not been completed
5146 either by a constant redeclaration or pragma Import. Emits error message
5147 "constant declaration requires initialization expression".
5149 * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
5150 completes a deferred constant.
5152 2004-06-11 Geert Bosch <bosch@gnat.com>
5154 * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
5156 * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
5157 calculating exponent for scaling denormal numbers.
5158 (Leading_Part): Properly raise Constraint_Error for zero or negative
5160 (Remainder): Properly raise Constraint_Error for zero divisor.
5162 2004-06-11 Thomas Quinot <quinot@act-europe.fr>
5164 * sem_util.adb: Minor reformatting.
5166 * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
5167 dereference when accessing the entry parameter record.
5168 (Check_Array_Type): Always check for possible implicit dereference.
5169 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
5170 Abort if a pointer is still present (denoting that an implicit
5171 dereference was left in the tree by the front-end).
5173 * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
5174 dereference when accessing the entry parameter record.
5175 (Check_Array_Type): Always check for possible implicit dereference.
5176 (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
5177 Abort if a pointer is still present (denoting that an implicit
5178 dereference was left in the tree by the front-end).
5180 2004-06-11 Emmanuel Briot <briot@act-europe.fr>
5182 * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
5183 message, like the compiler itself does. Easier to parse the output.
5185 * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
5187 * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
5188 be base names, and not includes directories.
5190 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
5192 * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
5193 so that dependencies are properly taken into account by make.
5195 2004-06-11 Arnaud Charlet <charlet@act-europe.fr>
5198 * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
5199 exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
5201 2004-06-11 Jerome Guitton <guitton@act-europe.fr>
5203 * Makefile.in (install-gnatlib): install target-specific run-time files.
5205 * Make-lang.in: Remove obsolete targets.
5207 2004-06-11 Ed Schonberg <schonberg@gnat.com>
5209 * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
5210 specification, to catch misuses of program unit names.
5212 * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
5213 superfluous conversions in an instance.
5215 2004-06-11 Ed Schonberg <schonberg@gnat.com>
5219 * sem_ch12.adb (Save_References): If operator node has been folded to
5220 enumeration literal, associated_node must be discarded.
5222 2004-06-11 Jose Ruiz <ruiz@act-europe.fr>
5224 * s-stchop-vxworks.adb: Add required pragma Convention to
5225 Task_Descriptor because it is updated by a C function.
5227 2004-06-08 Arnaud Charlet <charlet@act-europe.fr>
5231 * Makefile.in: Remove target specific SO_OPT on IRIX
5233 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5235 * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
5236 (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
5237 (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
5238 (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
5239 (STMT_STMT, USE_STMT): New statement codes.
5240 (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
5241 * ada-tree.h: Reflect above changes.
5242 (struct tree_loop_id): Deleted.
5243 (union lang_tree_node, struct lang_decl, struct lang_type):
5244 Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
5245 and DECL_LANGUAGE_SPECIFIC to reflect these changes.
5246 (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
5247 (IS_ADA_STMT): New macro.
5248 * decl.c (annotate_decl_with_node): New function.
5249 (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
5250 (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
5251 Call add_stmt_with_node to do needed assignments.
5252 Add call to update setjmp buffer directly, not via EXPR_STMT.
5253 (maybe_variable): Argment GNAT_NODE deleted.
5254 * gigi.h (maybe_variable): Likewise.
5255 (make_transform, add_stmt_with_node, set_block_for_group): New.
5256 (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
5257 (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
5258 (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
5259 (set_lineno, set_lineno_from_sloc): Likewise.
5260 (record_code_position, insert_code_for): Likewise.
5261 (gnat_poplevel): Now returns void.
5262 (end_subprog_body): Now takes argument.
5263 * misc.c (cgraph.h, tree-inline.h): New includes.
5264 (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
5265 (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
5266 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
5267 (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
5268 (gnat_parse_file): Don't set immediate_size_expand.
5269 Call cgraph functions.
5270 (gnat_expand_expr): Remove most cases.
5271 (record_code_position, insert_code_for): Remove from here.
5272 * trans.c (toplev.h, tree-gimple.h): Now included.
5273 (discard_file_names): Deleted.
5274 (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
5275 (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
5276 (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
5277 (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
5278 (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
5279 (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
5280 (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
5281 (set_block_for_group, add_stmt_list): Likewise.
5282 (start_stmt_group): Renamed from start_block_stmt.
5283 (end_stmt_group): Likewise, from end_block_stmt.
5284 (build_stmt_group): Likewise, from build_block_stmt, also add arg.
5285 (gigi): Don't set discard_file_names or call set_lineno.
5286 Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
5287 (tree_transform): Deleted, now renamed to be gnat_to_gnu.
5288 Numerous changes throughout to reflect new names and complete
5289 function-at-a-time implementation.
5290 (gnat_expand_stmt): Delete or comment out all cases.
5291 (process_inlined_subprograms): Use add_stmt.
5292 (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
5293 call set_lineno; also remove unneeded block handling.
5294 (process_type): Remove unneeded block handling.
5295 (build_unit_elab): Remove calls to deleted functions.
5296 * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
5297 (tree-dump.h): Likewise.
5298 (struct ada_binding_level): Add field jmpbuf_decl.
5299 (gnat_define_builtin, gnat_install_builtins): New.
5300 (gnat_gimplify_function, gnat_finalize): Likewise.
5301 (gnat_poplevel): No longer return BLOCK, set it instead.
5302 Remove code dealing with nested functions.
5303 (gnat_init_decl_processing): Also set size_type_node.
5304 Call gnat_install_builtins.
5305 (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
5306 (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
5307 Remove special-case for "main".
5308 (end_subprog_body): Add arg and rework for tree-ssa.
5309 (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
5310 Add case for BOOLEAN_TYPE.
5311 * utils2.c (rtl.h): Now include.
5312 (build_call_raise): Test Debug_Flag_NN directly.
5313 (build_call_alloc_dealloc): Don't use local stack allocation for now.
5314 (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
5315 (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
5317 2004-06-07 Robert Dewar <dewar@gnat.com>
5319 * a-direct.ads, einfo.ads: Minor comment updates
5321 * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
5322 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
5323 s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
5324 s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
5325 s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
5327 * s-interr-sigaction.adb: Remove unreferenced variable
5328 (Attached_Interrupts). Minor reformatting.
5329 Avoid use of variable I (replace by J).
5331 * par-ch10.adb: Fix text of one error message
5333 * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
5334 exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
5335 exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
5336 opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
5337 par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
5338 par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
5339 sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
5340 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
5341 sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
5342 sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
5343 snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
5346 2004-06-07 Doug Rupp <rupp@gnat.com>
5348 * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
5350 * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
5352 * mlib-tgt-vms-ia64.adb: New file.
5354 * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
5355 Add mlib-tgt-vms-ia64.adb
5356 Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
5357 Move to alpha specific ifeq section.
5358 Add VMS specific versions of symbols.adb
5359 Renaming of 5q vms files.
5361 * 5qsystem.ads renamed to system-vms_64.ads.
5363 2004-06-07 Vincent Celier <celier@gnat.com>
5365 * a-calend.ads: Add a GNAT Note comment after function Time_Of to
5366 explain that when a time of day corresponding to the non existing hour
5367 on the day switching to DST is specified, Split may return a different
5370 * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
5373 * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
5374 (Normalize_Pathname): Only resolve VMS logical names when on VMS.
5376 * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
5378 If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
5379 the linking options.
5380 (Build_Library.Check_Libs): On VMS, if there is a dependency on
5381 g-trasym.ads, set Gtrasymobj_Needed to True.
5383 * prj-attr.adb: Add new package Metrics for gnatmetric
5385 * prj-nmsc.adb (Record_Other_Sources): Put source file names in
5386 canonical case to take into account files with upper case characters on
5388 (Ada_Check): Load the reference symbol file name in the name buffer to
5389 check it, not the symbol file name.
5391 * snames.ads, snames.adb: Add standard name Metrics (name of project
5392 file package for gnatmetric).
5394 * vms_conv.ads: Add Metric to Comment_Type
5396 * vms_conv.adb (Initialize): Add component dor Metric in Command_List
5398 * vms_data.ads: Add qualifiers for GNAT METRIC
5400 * makegpr.adb (Link_Executables): Take into account the switches
5401 specified in package Linker of the main project.
5403 2004-06-07 Thomas Quinot <quinot@act-europe.fr>
5405 * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
5406 the index of the last element is Units.Last, not Units.Table'Last
5407 (which is usually not a valid index within the actually allocated
5408 storage for the table).
5410 * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
5411 determines whether to generate a call to a checked storage pool
5413 Generate such a call only for a dereference that either comes from
5414 source, or is the result of rewriting a dereference that comes from
5417 2004-06-07 Romain Berrendonner <berrendo@act-europe.fr>
5419 * bindgen.adb (Gen_Output_File): Add support for GAP builds.
5421 2004-06-07 Eric Botcazou <ebotcazou@act-europe.fr>
5423 (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
5424 file level, elaborate the stride for inner dimensions in alignment
5427 * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
5430 2004-06-07 Javier Miranda <miranda@gnat.com>
5432 * exp_ch6.adb: Correct wrong modification in previous patch
5434 2004-06-07 Vasiliy Fofanov <fofanov@act-europe.fr>
5436 * g-trasym.ads: Corrected comment to properly reflect level of support
5439 2004-06-07 Hristian Kirtchev <kirtchev@gnat.com>
5441 * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
5442 includes case of a variable referenced on the left hand side of an
5443 assignment, therefore remove redundant code. Variables and prefixes of
5444 indexed or selected components are now marked as referenced on left
5445 hand side. Warnings are now properly emitted when variables or prefixes
5446 are assigned but not read.
5448 * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
5449 left hand side referenced variables. Private access types do not
5450 produce the warning "variable ... is assigned but never read".
5451 Add also additional checks to left hand side referenced variables.
5452 Aliased, renamed objects and access types do not produce the warning
5453 "variable ... is assigned but never read" since other entities may read
5454 the memory location.
5456 2004-06-07 Jerome Guitton <guitton@act-europe.fr>
5458 * Makefile.in: In the powerpc/vxworks-specific section, restore
5459 EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
5462 2004-06-07 Ed Schonberg <schonberg@gnat.com>
5464 * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
5465 predefined operators.
5466 Removes spurious type errors from g-trasym-vms.adb.
5468 * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
5469 distinct from the operator appearing in the source, call appropriate
5470 routine to insert conversions when needed, and complete resolution of
5472 (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
5473 interpretations for rewritten right operand.
5474 (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
5475 the other operand is overloaded and the context is a type conversion.
5477 2004-06-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5479 * ada-tree.def (BLOCK_STMT): Now has two operands.
5482 * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
5484 * gigi.h: (gnat_poplevel): Now returns a tree.
5486 * trans.c (end_block_stmt): Add arg; all callers changed.
5487 (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
5488 (start_block_stmt): Clear BLOCK_STMT_BLOCK.
5489 (add_stmt): Set TREE_TYPE.
5490 (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
5491 (gnat_expand_stmt, case BREAK_STMT): New case.
5493 * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
5495 2004-06-07 Jose Ruiz <ruiz@act-europe.fr>
5497 * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
5498 procedure Set_Stack_Size that is not needed.
5500 2004-06-07 Sergey Rybin <rybin@act-europe.fr>
5502 * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
5503 used for gnatpp input file and for the files upon which it depends
5505 2004-06-07 Ben Brosgol <brosgol@gnat.com>
5507 * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
5509 2004-06-07 Arnaud Charlet <charlet@act-europe.fr>
5511 * gnatvsn.ads: Bump version numbers appropriately.
5514 2004-06-07 Pascal Obry <obry@gnat.com>
5516 * gnat_ugn.texi: Improve comments about imported names and link names
5517 on Windows. Add a note about the requirement to use -k gnatdll's option
5518 when working with a DLL which has stripped stdcall symbols (no @nn
5521 2004-05-27 Vincent Celier <celier@gnat.com>
5523 * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
5524 COMMENTS_LAYOUT=UNTOUCHED
5526 * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
5527 symbols-vms-alpha.adb
5529 2004-05-27 Thomas Quinot <quinot@act-europe.fr>
5531 * sem.ads: Clarify documentation on checks suppression.
5533 * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
5535 2004-05-27 Ed Schonberg <schonberg@gnat.com>
5537 * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
5538 the case of multiple derivations.
5539 (Is_Object_Reference): For a selected component, verify that the prefix
5540 is itself an object and not a value.
5542 * sem_ch12.adb (Same_Instantiated_Constant): New name for
5543 Same_Instantiated_Entity.
5544 (Same_Instantiated_Variable): Subsidiary to
5545 Check_Formal_Package_Instance, to recognize actuals for in-out generic
5546 formals that are obtained from a previous formal package.
5547 (Instantiate_Subprogram_Body): Emit proper error when
5548 generating code and the proper body of a stub is missing.
5550 * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
5551 has a universal interpretation, do the disambiguation here.
5553 * exp_ch4.adb (Expand_N_Type_Conversion,
5554 Expand_N_Unchecked_Type_Conversion): Special handling when target type
5555 is Address, to avoid typing anomalies when Address is a visible integer
5558 * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
5559 to determine whether a subprogram should not be marked Pure, even when
5560 declared in a pure package.
5562 2004-05-27 Jose Ruiz <ruiz@act-europe.fr>
5564 * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
5566 * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
5567 Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
5568 Update the documentation about the Ravenscar profile, following the
5569 definition found in AI-249.
5571 * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
5572 setting the Profile (Ravenscar). This must be done in addition to
5573 setting the required restrictions.
5575 * rtsfind.ads: Add the set of operations defined in package
5578 * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
5581 2004-05-27 Eric Botcazou <ebotcazou@act-europe.fr>
5583 lang-specs.h: Always require -c or -S and always redirect to /dev/null
5584 if -gnatc or -gnats is passed.
5586 2004-05-27 Hristian Kirtchev <kirtchev@gnat.com>
5588 * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
5589 a significant reference. Warnings are now properly emitted when a
5590 discriminated type is not referenced.
5592 * lib-xref.adb (Generate_Reference): A deferred constant completion,
5593 record representation clause or record type discriminant does not
5594 produce a reference to its corresponding entity. Warnings are now
5595 properly emitted when deferred constants and record types are not
5598 2004-05-27 Geert Bosch <bosch@gnat.com>
5600 * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
5601 Fixes ACATS Annex G tests.
5603 2004-05-27 Robert Dewar <dewar@gnat.com>
5605 * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
5608 2004-05-27 Arnaud Charlet <charlet@act-europe.fr>
5610 * s-interr.adb (Server_Task): Take into account case of early return
5611 from sigwait under e.g. linux.
5613 2004-05-27 Sergey Rybin <rybin@act-europe.fr>
5615 * gnat_ugn.texi: Add description for the new gnatpp options:
5616 -rnb - replace the original source without creating its backup copy
5617 -c0 - do not format comments
5619 2004-05-24 Geert Bosch <bosch@gnat.com>
5621 * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
5622 with 192 bits of precision, sufficient to reduce a double-extended
5623 arguments X with a maximum relative error of T'Machine_Epsilon, for X
5624 in -2.0**32 .. 2.0**32.
5625 (Cos, Sin): Always reduce arguments of 1/4 Pi or larger, to prevent
5626 reduction by the processor, which only uses a 68-bit approximation of
5628 (Tan): Always reduce arguments and compute function either using
5629 the processor's fptan instruction, or by dividing sin and cos as needed.
5631 2004-05-24 Doug Rupp <rupp@gnat.com>
5633 * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
5634 gcc error on 32/64 bit VMS.
5636 2004-05-24 Olivier Hainque <hainque@act-europe.fr>
5638 * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
5639 since this is what we get for stack overflows although not documented
5641 Document the issues which may require adjustments to our signal
5644 2004-05-24 Ed Schonberg <schonberg@gnat.com>
5646 * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
5647 enclosing dynamic scope if the instantiation is within a generic unit.
5649 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
5651 * exp_dbug.ads: Fix typo.
5653 * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
5654 Rename it to its proper name: system-linux-ia64.ads
5655 (stamp-gnatlib1): Remove extra target specific run time files when
5656 setting up the rts directory.
5658 2004-05-24 Javier Miranda <miranda@gnat.com>
5660 * einfo.ads, einfo.adb (Limited_Views): Removed.
5661 (Limited_View): New attribute that replaces the previous one. It is
5662 now a bona fide package with the limited-view list through the
5663 first_entity and first_private attributes.
5665 * sem_ch10.adb (Install_Private_With_Clauses): Give support to
5666 limited-private-with clause.
5667 (Install_Limited_Withed_Unit): Install the private declarations of a
5668 limited-private-withed package. Update the installation of the shadow
5669 entities according to the new structure (see Build_Limited_Views)
5670 (Build_Limited_Views): Replace the previous implementation of the
5671 limited view by a package entity that references the first shadow
5672 entity plus the first shadow private entity (required for limited-
5673 private-with clause)
5674 (New_Internal_Shadow_Entity): Code cleanup.
5675 (Remove_Limited_With_Clause): Update the implementation to undo the
5676 new work carried out by Build_Limited_Views.
5677 (Build_Chain): Complete documentation.
5678 Replace Ada0Y by Ada 0Y in comments
5681 * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
5682 types the level of accessibility depends on the enclosing type
5685 * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
5686 entities. Complete documentation of previous change.
5688 2004-05-24 Robert Dewar <dewar@gnat.com>
5690 * namet.adb: Minor reformatting
5691 Avoid use of name I (replace by J)
5692 Minor code restructuring
5694 * sem_ch6.adb: Minor reformatting
5696 * lib-writ.adb: Do not set restriction as active if this is a
5697 Restriction_Warning case.
5699 * sem_prag.adb: Reset restriction warning flag if real pragma
5700 restriction encountered.
5702 * s-htable.adb: Minor reformatting
5703 Change rotate count to 3 in Hash (improves hash for small strings)
5705 * 5qsystem.ads: Add comments for type Address (no literals allowed).
5707 * gnat_ugn.texi: Add new section of documentation "Code Generation
5708 Control", which describes the use of -m switches.
5710 2004-05-24 Eric Botcazou <ebotcazou@act-europe.fr>
5712 trans.c (tree_transform) <N_Identifier>: Do the dereference directly
5713 through the DECL_INITIAL for renamed variables.
5715 2004-05-24 Arnaud Charlet <charlet@act-europe.fr>
5717 * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
5719 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5721 * exp_dbug.ads: Correct comments concerning handling of overloading,
5722 since we no longer use $ anymore.
5724 2004-05-19 Sergey Rybin <rybin@act-europe.fr>
5726 * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
5727 ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
5728 with illegal subunits.
5730 2004-05-19 Ed Schonberg <schonberg@gnat.com>
5732 * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
5733 body with front-end inlining enabled, check whether an inline pragma
5734 appears immediately after the body and applies to it.
5736 * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
5737 enabled and the pragma appears after the body of the subprogram.
5739 2004-05-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5741 Part of function-at-a-time conversion
5743 * misc.c (adjust_decl_rtl): Deleted.
5744 (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
5747 * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
5748 (add_decl_stmt, add_stmt, block_has_vars): New functions.
5749 (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
5751 * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
5753 (gnat_to_gnu_entity): Likewise.
5754 Use add_stmt to update setjmp buffer.
5755 Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
5757 No longer call adjust_decl_rtl.
5758 (DECL_INIT_BY_ASSIGN_P): New macro.
5759 (DECL_STMT_VAR): Likewise.
5761 * trans.c (gigi): Call start_block_stmt to make the outermost
5763 (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
5764 Call start_block_stmt and end_block_stmt temporarily.
5765 Use gnat_expand_stmt instead of expand_expr_stmt.
5766 (add_decl_stmt): New function.
5767 (tree_transform): Call it.
5768 (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
5769 (end_block_stmt): Set type and NULL_STMT.
5770 (gnat_expand_stmt): Make recursize call instead of calling
5772 (gnat_expand_stmt, case DECL_STMT): New case.
5773 (set_lineno_from_sloc): Do nothing if global.
5774 (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
5775 (start_block_stmt, add_stmt, end_block_stmt): New functions.
5776 (build_block_stmt): Call them.
5777 (gnat_to_code): Don't expand NULL_STMT.
5778 (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
5780 (tree_transform): Likewise.
5781 (tree_transform, case N_Null_Statement): Return NULL_STMT.
5782 (gnat_expand_stmt, case NULL_STMT): New case.
5783 (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
5786 * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
5789 * utils.c (create_var_decl): Do not call expand_decl or
5791 Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
5792 Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
5794 (struct e_stack): Add chain_next to GTY.
5795 (struct binding_level): Deleted.
5796 (struct ada_binding_level): New struct.
5797 (free_block_chain): New.
5798 (global_binding_level, clear_binding_level): Deleted.
5799 (global_bindings_p): Rework to see if no chain.
5800 (kept_level_p, set_block): Deleted.
5801 (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
5802 new data structure and work directly on BLOCK node.
5803 (gnat_poplevel): Similarly.
5804 (get_decls): Look at BLOCK_VARS.
5805 (insert_block): Work directly on BLOCK node.
5806 (block_has_var): New function.
5807 (pushdecl): Rework for new binding structures.
5808 (gnat_init_decl_processing): Rename and rework calls to pushlevel and
5810 (build_subprog_body): Likewise.
5811 (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
5813 * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
5815 * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
5816 (DECL_STMT_VAR): Likewise.
5818 2004-05-17 Robert Dewar <dewar@gnat.com>
5820 * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
5823 * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
5824 of restriction synonyums by using
5825 Restrict.Process_Restriction_Synonyms.
5827 * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
5829 * s-restri.ads (Tasking_Allowed): Correct missing comment
5831 * s-rident.ads: Add entries for restriction synonyms
5833 * ali.adb: Fix some problems with badly formatted ALI files that can
5834 result in infinite loops.
5836 * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
5837 s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
5838 s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
5839 s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
5840 s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
5841 s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
5842 s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
5843 s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
5844 s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
5845 a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
5846 exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
5847 s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
5848 s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
5849 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
5850 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
5851 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
5852 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
5853 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
5854 s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
5855 s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
5856 to Task_Id (minor cleanup).
5858 2004-05-17 Vincent Celier <celier@gnat.com>
5860 * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
5861 directory separator.
5863 * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
5864 project being extended, if Languages is not declared in extending
5867 2004-05-17 Javier Miranda <miranda@gnat.com>
5869 * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
5870 limited view of a visible sibling.
5872 2004-05-14 Robert Dewar <dewar@gnat.com>
5874 * gnat_ugn.texi: Minor change to -gnatS documentation
5876 * sprint.adb: Remove some instances of Assert (False) and for this
5877 purpose replace them by output of a ??? string.
5879 * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
5882 * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
5883 flag processing. This was suppressing required dependencies in
5884 No_Run_Time mode and is not needed since the binder does not generate
5885 references for things in libgnat anyway.
5887 * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
5890 2004-05-14 Thomas Quinot <quinot@act-europe.fr>
5892 * gnat_ugn.texi: Document AIX-specific issue with initialization of
5895 * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
5896 action for the case of an actual parameter in an init proc call.
5898 2004-05-14 Ed Schonberg <schonberg@gnat.com>
5900 * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
5901 subtype, check visible entities in base type.
5903 * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
5904 actions if the object is a renaming.
5906 * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
5907 Check_Formal_Package_Instance, to determine more precisely when the
5908 formal and the actual denote the same entity.
5910 2004-05-14 Javier Miranda <miranda@gnat.com>
5912 * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
5914 * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
5915 corresponding to a private_with must be removed from visibility; it
5916 will be made visible later, just before we analyze the private part of
5918 (Check_Private_Child_Unit): Allow private_with clauses in public
5920 (Install_Siblings): Make visible the private entities of private-withed
5922 (Install_Withed_Unit): Do not install the private withed unit if we
5923 are compiling a package declaration and the Private_With_OK flag was
5924 not set by the caller. These declarations will be installed later,
5925 just before we analyze the private part of the package.
5927 * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
5928 during the evaluation of the expression that initializes the object,
5929 decorate it with the expected type to avoid cascade errors.
5932 * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
5933 subprogram we have to install the private_with clauses after its
5934 specification has been analyzed (as documented in AI-262.TXT).
5936 * sem_ch8.adb (Has_Private_With): New function. Determines if the
5937 current compilation unit has a private with on a given entity.
5938 (Find_Direct_Name): Detect the Beaujolais problem described in
5941 * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
5942 provides the functionality of the function Is_Ancestor that was
5943 previously available in sem_ch10. It has been renamed to avoid
5946 * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
5948 2004-05-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5950 * utils.c (build_vms_descriptor): Use SImode pointers.
5952 2004-05-14 Vasiliy Fofanov <fofanov@act-europe.fr>
5954 * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
5956 2004-05-14 GNAT Script <nobody@gnat.com>
5958 * Make-lang.in: Makefile automatically updated
5960 2004-05-14 Arnaud Charlet <charlet@act-europe.fr>
5962 Renaming of target specific files for clarity
5964 * Makefile.in: Rename GNAT target specific files.
5966 * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
5967 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
5968 3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
5969 3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
5970 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
5971 3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
5972 42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
5973 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
5974 4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
5975 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
5976 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
5977 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
5978 51osinte.adb, 51osinte.ads, 51system.ads,
5979 52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
5980 55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
5981 56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
5982 56tpopsp.adb, 57system.ads, 58system.ads,
5983 5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
5984 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
5985 5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
5986 5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
5987 5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
5988 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
5989 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
5990 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
5991 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
5992 5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
5993 5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
5994 5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
5995 5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
5996 5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
5997 5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
5998 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
5999 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
6000 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
6001 5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
6002 5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
6003 5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
6004 5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
6005 5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
6006 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
6007 5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
6008 5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
6009 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
6010 5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
6011 5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
6012 5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
6013 5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
6014 5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
6015 5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
6016 5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
6017 5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
6018 5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
6019 7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
6020 7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
6021 7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
6022 7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
6024 * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
6025 a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
6026 a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
6027 a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
6028 a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
6029 a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
6030 a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
6031 a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
6032 a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
6033 a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
6034 g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
6035 g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
6036 g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
6037 g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
6038 g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
6039 g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
6040 g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
6041 g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
6042 interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
6043 mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
6044 mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
6045 mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
6046 s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
6047 s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
6048 s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
6049 s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
6050 s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
6051 s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
6052 s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
6053 s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
6054 s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
6055 s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
6056 s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
6057 s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
6058 s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
6059 s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
6060 s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
6061 s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
6062 s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
6063 s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
6064 s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
6065 s-osinte-vms.ads, s-osinte-vxworks.adb,
6066 s-osinte-vxworks.ads, s-osprim-mingw.adb,
6067 s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
6068 s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
6069 s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
6070 s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
6071 s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
6072 s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
6073 s-stchop-vxworks.adb, s-taprop-dummy.adb,
6074 s-taprop-hpux-dce.adb, s-taprop-irix.adb,
6075 s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
6076 s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
6077 s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
6078 s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
6079 s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
6080 s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
6081 s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
6082 s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
6083 s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
6084 s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
6085 s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
6086 s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
6087 s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
6088 s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
6089 s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
6090 s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
6091 s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
6092 symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
6093 system-hpux.ads, system-interix.ads, system-irix-n32.ads,
6094 system-irix-o32.ads, system-linux-x86_64.ads,
6095 system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
6096 system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
6097 system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
6098 system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
6099 system-vxworks-alpha.ads, system-vxworks-m68k.ads,
6100 system-vxworks-mips.ads, system-vxworks-ppc.ads,
6101 system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
6104 2004-05-13 Zack Weinberg <zack@codesourcery.com>
6106 * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
6108 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6110 Merge from tree-ssa-20020619-branch.
6112 * config-lang.in (boot_language, build_by_default): Set
6114 * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
6115 (max_size): Add static chain op for call_expr.
6117 2004-05-12 Richard Sandiford <rsandifo@redhat.com>
6120 * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
6122 2004-05-11 Roger Sayle <roger@eyesopen.com>
6124 * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
6127 2004-05-10 Doug Rupp <rupp@gnat.com>
6129 * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
6132 * s-auxdec.ads: Add Short_Address subtype (moved here from System).
6134 * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
6136 * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
6137 Fixes undefined symbols in IA64 gnatlib.
6139 * 5vinmaop.adb: Reference s-auxdec for Short_Address.
6141 * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
6142 Short_Address). This will be moved to system.auxdec.
6144 2004-05-10 Thomas Quinot <quinot@act-europe.fr>
6146 * sem_util.adb: Replace test for presence of a node that is always
6147 present with a call to Discard_Node.
6149 * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
6150 Analyze on the library unit node after generation of distribution stub
6151 constructs. The call was a no-op because Unit_Node has already been
6152 Analyzed, and the tree fragments for the distribution stubs are
6153 analyzed as they are inserted in Exp_Dist.
6154 Update comment regarding to distribution stubs to reflect that we
6155 do not generate stub in separate files anymore.
6157 * einfo.ads: Clarify the fact that a tagged private type has the
6158 E_Record_Type_With_Private Ekind.
6160 * erroutc.adb: Minor reformatting
6162 * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
6163 values if line length is increased using -gnatyM (noticed during code
6166 * eval_fat.adb: Minor reformatting
6167 Put spaces around exponentiation operator
6169 2004-05-10 Ed Schonberg <schonberg@gnat.com>
6172 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
6173 has been rewritten as an explicit dereference, retrieve type of
6174 original node to check for possibly unconstrained record type.
6176 2004-05-10 Ed Schonberg <schonberg@gnat.com>
6178 * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
6179 overriding, use the operation of the parent unconditionally.
6181 * sem_ch4.adb (Remove_Address_Interpretations): Remove address
6182 operation when either operand is a literal, to avoid further
6185 * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
6186 overridden by a previous explicit declaration, mark the previous entity
6189 * sem_disp.adb (Check_Dispatching_Operation): New predicate
6190 Is_Visibly_Controlled, to determine whether a declaration of a
6191 primitive control operation for a derived type overrides an inherited
6192 one. Add warning if the explicit declaration does not override.
6194 2004-05-10 Vincent Celier <celier@gnat.com>
6196 * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
6197 some cases when the sources are no longer present.
6199 * make.adb (Collect_Arguments): Fail if an external source, not part
6200 of any project need to be compiled, when switch -x has not been
6203 * makeusg.adb: Document new switch -x
6205 * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
6208 * switch-m.adb (Scan_Make_Switches): New switch -x
6210 * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
6213 * gnat_ugn.texi: Document new gnatmake switch -x
6215 2004-05-10 Eric Botcazou <ebotcazou@act-europe.fr>
6217 * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
6219 * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
6220 (process_attributes): Likewise.
6222 2004-05-10 Joel Brobecker <brobecker@gnat.com>
6224 * s-inmaop.ads: Fix spelling mistake in one of the comments.
6226 2004-05-10 Robert Dewar <dewar@gnat.com>
6228 * gnat_ugn.texi: Document that for config pragma files, the maximum
6229 line length is always 32767.
6231 * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
6232 literals is now allowed.
6234 * gnat-style.texi: Remove statement about splitting long lines before
6235 an operator rather than after, since we do not follow this rule at all.
6236 Clarify rule (really lack of rule) for spaces around exponentiation
6238 * sem_elim.adb: Allow concatenation of string literals as well as a
6239 single string literal for pragma arguments.
6241 * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
6243 * a-textio.adb (Terminate_Line): Do not add line feed if nothing
6244 written for append case.
6246 * frontend.adb: Changes to avoid checking max line length in config
6249 * g-os_lib.ads: Minor reformatting
6251 * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
6252 wrong in any case. Instead use standard value. Noticed during code
6255 * opt.ads (Max_Line_Length): New field, used to implement removal of
6256 limitation on length of lines when scanning config pragma files.
6258 * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
6259 makeutl.ads, makeutl.adb: Minor reformatting
6261 * scn.adb: Do not check line length while scanning config pragma files
6262 Do not check line length while scanning out license information
6264 * scng.adb: Changes to avoid line length checks while parsing config
6267 2004-05-10 GNAT Script <nobody@gnat.com>
6269 * Make-lang.in: Makefile automatically updated
6271 2004-05-05 Arnaud Charlet <charlet@act-europe.fr>
6273 * osint.adb (Find_Program_Name): Fix handling of VMS version
6276 2004-05-05 Emmanuel Briot <briot@act-europe.fr>
6278 * g-os_lib.ads (Invalid_Time): New constant
6280 * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
6281 return OS_Time instead of time_t to match what is imported by Ada.
6282 Now return -1 if the file doesn't exist, instead of a random value
6284 2004-05-05 Robert Dewar <dewar@gnat.com>
6286 * usage.adb: Add line for -gnatR?s switch
6288 * sem_ch13.adb, exp_ch2.adb: Minor reformatting
6290 * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
6291 and for Match (Data_First, Data_last)
6293 * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
6294 written when we are dealing with multi-unit files.
6296 2004-05-05 Jerome Guitton <guitton@act-europe.fr>
6298 * Makefile.in: Remove unused targets and variables.
6300 2004-05-05 Vincent Celier <celier@gnat.com>
6302 * switch-m.adb: New gnatmake switch -eI
6304 * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
6305 of new gnatmake switch -eInnn.
6307 * makegpr.adb: Take into account new parameters Index and Src_Index in
6310 * clean.adb: Implement support for multi-unit sources, including new
6313 * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
6316 * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
6317 (Extract_From_Q): New out parameter Index
6318 (Mark, Is_Marked): Subprograms moved to Makeutl
6319 (Switches_Of): New parameter Source_Index
6320 (Add_Switch): New parameter Index
6321 (Check): New parameter Source_Index
6322 (Collect_Arguments): New parameter Source_Index
6323 (Collect_Arguments_And_Compile): New parameter Source_Index
6324 (Compile): New parameter Source_Index
6325 Put subprograms in alphabetical order
6326 Add support for multi-source sources, including in project files.
6328 * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
6329 (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
6332 * makeusg.adb: New gnatmake switch -eInnn
6334 * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
6337 * opt.ads (Main_Index): New variable, defaulted to 0.
6339 * osint.ads, osinte.adb (Add_File): New parameter Index
6340 (Current_Source_Index): New function
6342 * prj.adb: Take into account new components Index and Src_Index
6344 * prj.ads (String_Element): New component Index
6345 (Variable_Value): New component Index
6346 (Array_Element): New component Src_Index
6348 * prj-attr.adb: Indicate that optional index may be specified for
6349 attributes Main, Executable, Spec, Body and some of Switches.
6351 * prj-attr.ads (Attribute_Kind): New values for optional indexes
6352 (Attribute_Record): New component Optional_Index
6354 * prj-com.ads (File_Name_Data): New component Index
6356 * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
6358 * prj-env.adb (Put): Output optional index
6360 * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
6361 attributes Spec and Body.
6363 * prj-nmsc.adb: Process optional indexes
6365 * prj-pp.adb: Ouput "at" for optional indexes
6367 * prj-proc.adb: Take into account optional indexes
6369 * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
6370 Optional_Index. For string literal,
6371 process optional index when Optional_Index is True.
6372 (Parse_Expresion): New Boolean parameter Optional_Index
6374 * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
6375 (Set_Source_Index_Of): New procedure
6377 * prj-util.adb (Executable_Of, Value_Of): Take into account optional
6380 * prj-util.ads (Executable_Of): New parameter Index
6381 (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
6382 New parameter Src_Index, defaulted to 0.
6384 2004-05-05 Ed Schonberg <schonberg@gnat.com>
6387 * sem_ch3.adb (Access_Definition): If this is an access parameter
6388 whose designated type is imported through a limited_with clause, do
6389 not add the enclosing subprogram to the list of private dependents of
6392 2004-05-05 Ed Schonberg <schonberg@gnat.com>
6395 * sem_ch6.adb (Base_Types_Match): True if one type is imported through
6396 a limited_with clause, and the other is its non-limited view.
6398 2004-05-05 Thomas Quinot <quinot@act-europe.fr>
6400 * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
6402 * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
6403 exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
6404 Stand.Boolean_Literals to produce references to entities
6405 Standard_False and Standard_True from compile-time computed boolean
6408 * stand.ads (Boolean_Literals): New variable, provides the entity
6409 values for False and True, for use by the expander.
6411 2004-05-05 Doug Rupp <rupp@gnat.com>
6413 * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
6414 5vinmaop.adb: Unchecked convert Short_Address vice Address
6416 * adaint.c, raise.c: Caste CRTL function return value
6417 to avoid gcc error on 32/64 bit IVMS.
6419 * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
6422 * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
6424 * 5qsystem.ads (Address): Declare as Long_Integer
6425 (Short_Address): Declare as 32 bit subtype of Address
6426 Declare abstract address operations to avoid gratuitous ambiguities.
6428 2004-05-05 Jose Ruiz <ruiz@act-europe.fr>
6430 * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
6431 instead of the old Boolean_Entry_Barriers.
6432 Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
6434 2004-05-05 GNAT Script <nobody@gnat.com>
6436 * Make-lang.in: Makefile automatically updated
6438 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
6440 * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
6442 2004-05-03 Olivier Hainque <hainque@act-europe.fr>
6446 * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
6447 alone. Replacing object references by literals is inappropriate in a
6448 so low level context.
6450 2004-05-03 Arnaud Charlet <charlet@act-europe.fr>
6452 * a-exexpr.adb: Add comments
6454 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6456 * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
6457 declare the Ancestor_Tags array in Type_Specific_Data with a small size
6458 without risking a bounds check error when accessing one of its
6460 (Type_Specific_Data): Define Ancestor_Tags as a small array.
6461 This prevents us from hitting a limitation during the debug info
6462 generation when using stabs.
6464 * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
6466 This prevents us from hitting a limitation during the debug info
6467 generation when using stabs.
6469 2004-05-03 Eric Botcazou <ebotcazou@act-europe.fr>
6471 lang-specs.h: Remove -gnatz* from specs.
6473 2004-05-03 Vincent Celier <celier@gnat.com>
6475 * gprmake.adb, makegpr.ads, makegpr.adb: New files.
6477 * Make-lang.in, Makefile.in: Add gprmake
6479 2004-05-03 Thomas Quinot <quinot@act-europe.fr>
6481 * sem_aggr.adb: Fix typo in comment.
6483 2004-05-03 Robert Dewar <dewar@gnat.com>
6485 * make.adb: Minor reformatting
6487 * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
6489 * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
6490 so that it works when address is not a private type.
6492 * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
6493 properly with rewritten unchecked conversions. This prevents
6494 order-of-elaboration issues that can otherwise arise.
6495 (Minimum_Size): Don't check size of access types under VMS
6497 * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
6498 interpretations of integer literals as type System.Address.
6500 * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
6501 (Is_Descendent_Of): New function
6503 2004-05-03 Jose Ruiz <ruiz@act-europe.fr>
6505 * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
6506 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
6507 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
6509 * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
6510 of the old Max_Entry_Queue_Depth.
6512 * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
6513 Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
6514 No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
6516 * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
6517 New entry for proper handling of Max_Entry_Queue_Depth.
6518 New entry for proper handling of No_Dynamic_Interrupts.
6520 * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
6521 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
6522 Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
6523 the GNAT specific restriction Max_Entry_Queue_Depth.
6524 Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
6525 the GNAT specific restriction No_Dynamic_Interrupts.
6527 * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
6528 instead of the old Boolean_Entry_Barriers.
6529 Use the new restriction No_Dynamic_Attachment instead of the old
6530 No_Dynamic_Interrupts.
6532 * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
6533 supersedes the GNAT specific restriction Boolean_Entry_Barriers.
6535 * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
6536 of the old Max_Entry_Queue_Depth.
6538 2004-05-03 GNAT Script <nobody@gnat.com>
6540 * Make-lang.in: Makefile automatically updated
6542 2004-04-29 Ed Schonberg <schonberg@gnat.com>
6544 * checks.adb (Enable_Range_Check): If the prefix of an index component
6545 is an access to an unconstrained array, perform check unconditionally.
6547 2004-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6549 * decl.c (gnat_to_gnu_field): Also call make_packable_type if
6552 2004-04-29 Olivier Hainque <hainque@act-europe.fr>
6554 * init.c (__gnat_install_handler, __gnat_error_handler): Remove
6555 alternate stack setting. There was no support for the tasking cases
6556 and the changes eventually caused a number of side-effect failures in
6557 the non-tasking case too.
6559 2004-04-29 Eric Botcazou <ebotcazou@act-europe.fr>
6561 lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
6564 2004-04-29 Vincent Celier <celier@gnat.com>
6566 * make.adb (Gnatmake): Increase max size of argument array for
6567 gnatbind for the potential addition of -F.
6568 If there are Stand-Alone Library projects, invoke gnatbind with -F to
6569 be sure that elaboration flags will be checked.
6571 * switch-c.adb: Correct call to Scan_Pos for -gnateI
6573 2004-04-29 Thomas Quinot <quinot@act-europe.fr>
6575 * sem_warn.adb (Check_References): Move '<access-variable> may be
6576 null' warning out of under Warn_On_No_Value_Assigned.
6578 2004-04-29 Ed Falis <falis@gnat.com>
6580 * gnat_ugn.texi: Fixed texi error
6582 2004-04-29 Robert Dewar <dewar@gnat.com>
6584 * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
6585 abstract operations if they come from predefined files.
6587 * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
6590 * s-addope.adb: Correct obvious error in mod function
6592 2004-04-28 Andrew W. Reynolds <awreynolds@mac.com>
6594 * Makefile.in: Add target pairs for powerpc darwin*
6597 * a-intnam-darwin.ads, s-osinte-darwin.adb,
6598 s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
6600 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6602 * Makefile.in: Add target macro definitions for s390*-linux*.
6603 * system-linux-s390.ads: New file.
6604 * system-linux-s390x.ads: New file.
6606 2004-04-28 Joseph S. Myers <jsm@polyomino.org.uk>
6608 * gnat_ugn.texi: Correct argument to @setfilename.
6610 2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
6612 * a-exexpr.adb (Unwind_Word): New data type.
6613 (Unwind_Exception): Use it as type of Private1 and Private2.
6615 * raise.c (db_action_for): Fix debug printf.
6617 2004-04-27 Ed Schonberg <schonberg@gnat.com>
6619 * a-wtmoio.ads: Formal type must be a modular type, not a signed
6622 2004-04-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6624 * decl.c (gnat_to_gnu_entity, case object): Call
6625 __builtin_update_setjmp_buf.
6627 * gigi.h (update_setjmp_buf): Deleted.
6628 (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
6630 * misc.c: (update_setjmp_buf): Deleted.
6632 * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
6633 around block of RTL.
6635 * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
6637 2004-04-26 Thomas Quinot <quinot@act-europe.fr>
6639 * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
6640 subprogram for which no pragma All_Calls_Remote applies, store the
6641 address of the real subprogram in the underlying record type, so local
6642 dereferences do not go through the PCS.
6644 2004-04-26 Robert Dewar <dewar@gnat.com>
6646 * i-c.ads: Add some type qualifications to avoid ambiguities when
6647 compiling with s-auxdec.ads and a non-private address type.
6649 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
6651 * Makefile.rtl: Fix error in previous check-in:
6652 Add s-addope.o to non tasking object list (rather than tasking object
6655 2004-04-26 Javier Miranda <miranda@gnat.com>
6657 * sem_aggr.adb: Fix typo in comments
6658 (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
6659 Required to check the null-exclusion attribute.
6661 * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
6662 case of anonymous access types in record and array components. For a
6663 component definition the level is the same of the enclosing composite
6666 * sem_ch3.adb (Analyze_Component_Declaration): In case of components
6667 that are anonymous access types the level of accessibility depends on
6668 the enclosing type declaration. In order to have this information, set
6669 the scope of the anonymous access type to the enclosing record type
6671 (Array_Type_Declaration): In case of components that are anonymous
6672 access types the level of accessibility depends on the enclosing type
6673 declaration. In order to have this information, set the scope of the
6674 anonymous access type to the enclosing array type declaration.
6676 * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
6679 * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
6680 renaming of anonymous access-to-constant types allowed if and only if
6681 the renamed object is access-to-constant.
6683 * sem_util.adb (Type_Access_Level): In case of anonymous access types
6684 that are component_definition or discriminants of a nonlimited type,
6685 the level is the same as that of the enclosing component type.
6687 2004-04-26 Sergey Rybin <rybin@act-europe.fr>
6689 * sem_elim.adb: Some minor code reorganization from code reading. Fix
6690 misprint in the function name (File_Name_Match).
6692 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6694 * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
6697 2004-04-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6699 * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
6701 2004-04-23 Emmanuel Briot <briot@act-europe.fr>
6703 * adaint.c (__gnat_try_lock): No longer requires that the parent
6704 directory be writable, the directory itself is enough.
6705 (gnat_is_absolute_path): Change profile, so that the call from
6706 GNAT.OS_Lib can be made more efficient.
6708 * adaint.h (gnat_is_absolute_path): Change profile, so that the call
6709 from GNAT.OS_Lib can be made more efficient.
6711 * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
6712 one copy of the file name. Found by code reading.
6714 2004-04-23 Vincent Celier <celier@gnat.com>
6716 * gnat_ugn.texi: Add documentation for gnatmake switch -eL
6717 Correct documentation on gnatmake switches transmitted to the compiler
6719 * ali.ads: Minor comment fix
6721 2004-04-23 Javier Miranda <miranda@gnat.com>
6723 * sem_ch6.adb: (Confirming Types): Code cleanup
6725 * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
6726 subprogram types: E_Anonymous_Access_Subprogram_Type and
6727 E_Anonymous_Access_Protected_Subprogram_Type.
6729 2004-04-23 Thomas Quinot <quinot@act-europe.fr>
6731 * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
6732 whether a pragma All_Calls_Remote applies to the subprogram on which
6734 No functional change is introduced by this revision; the new parameter
6735 will be used to allow calls to local RCI subprograms to be optimized
6736 to not use the PCS in the case where no pragma All_Calls_Remote applies,
6737 as is already done in the PolyORB implementation of the DSA.
6739 * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
6740 whether a pragma All_Calls_Remote applies to the subprogram on which
6742 No functional change is introduced by this revision; the new parameter
6743 will be used to allow calls to local RCI subprograms to be optimized
6744 to not use the PCS in the case where no pragma All_Calls_Remote applies,
6745 as is already done in the PolyORB implementation of the DSA.
6747 2004-04-23 Robert Dewar <dewar@gnat.com>
6749 * Makefile.rtl: Add entry for s-addope.o in run time library list
6750 * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
6751 * s-addope.ads, s-addope.adb: New files.
6753 * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
6754 s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
6755 s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
6756 System.Address to be non-private and signed.
6758 * sem_elim.adb: Minor reformatting (fairly extensive)
6759 Some minor code reorganization from code reading
6760 Add a couple of ??? comments
6762 2004-04-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6764 * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
6765 (tree_transform, case N_If_Statement): Remove non-determinism.
6767 * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
6769 2004-04-23 Sergey Rybin <rybin@act-europe.fr>
6771 * gnat_rm.texi: Small fixes in the changes made in the 'pragma
6774 * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
6775 no longer used as a parameter name for Eliminate pragma).
6777 2004-04-22 Laurent GUERBY <laurent@guerby.net>
6779 PR optimization/14984
6780 PR optimization/14985
6781 * trans.c (gigi): Fix non determinism leading to bootstrap
6782 comparison failures.
6784 2004-04-21 Pascal Obry <obry@gnat.com>
6786 * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
6787 passed to spawnvp() to properly handle program pathname with spaces on
6790 2004-04-21 Emmanuel Briot <briot@act-europe.fr>
6792 * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
6793 (Allocate, Deallocate, Free_Physically): Make sure the tasks are
6794 unlocked in case of exceptions.
6796 2004-04-21 Joel Brobecker <brobecker@gnat.com>
6798 * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
6799 This function does not exist anymore.
6801 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
6803 * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
6805 * link.c: Move variables to the __gnat name space.
6807 * Makefile.in: list link.o explicitly when needed.
6809 * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
6811 2004-04-21 Javier Miranda <miranda@gnat.com>
6813 * einfo.adb (Original_Access_Type): New subprogram
6814 (Set_Original_Access_Type): New subprogram
6815 (Write_Field21_Name): Write the name of the new field
6817 * einfo.ads (Original_Access_Type): New field present in access to
6819 Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
6820 E_Anonymous_Access_Protected_Subprogram_Type.
6822 * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
6825 * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
6826 to anonymous access to subprogram types.
6828 * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
6829 to subprogram types.
6831 * sem_ch3.adb (Access_Definition): Complete decoration of entities
6832 corresponding to anonymous access to subprogram types.
6833 (Analyze_Component_Declaration): Add new actual to the call to
6834 subprogram replace_anonymous_access_to_protected_subprogram.
6835 (Array_Type_Declaration): Add new actual to the call to subprogram
6836 replace_anonymous_access_to_protected_subprogram.
6837 (Process_Discriminants): Add new actual to the call to subprogram
6838 replace_anonymous_access_to_protected_subprogram.
6839 (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
6841 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
6844 * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
6845 access to subprogram types.
6847 * sem_util.adb (Has_Declarations): Addition of package_specification
6850 2004-04-21 Ed Schonberg <schonberg@gnat.com>
6852 * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
6853 inlined flags to renamed entity only if in current unit.
6855 2004-04-21 Thomas Quinot <quinot@act-europe.fr>
6857 * s-parint.ads: Add DSA implementation marker.
6859 * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
6860 value of System.Partition_Interface.DSA_Implementation to determine
6861 what version of the distributed systems annex is available (no
6862 implementation, GLADE, or PolyORB).
6864 2004-04-21 Joel Brobecker <brobecker@gnat.com>
6866 * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
6868 2004-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6870 * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
6871 with new type if alias sets differ.
6872 Fixes ACATS c41103b.
6874 2004-04-21 Vincent Celier <celier@gnat.com>
6876 * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
6877 Add array Lang_Args for the language specific compiling argument
6880 * gnat_ugn.texi: Explain in more details when a library is rebuilt.
6882 2004-04-21 Sergey Rybin <rybin@act-europe.fr>
6884 * gnat_rm.texi: Update the descripton of the Eliminate pragma
6885 according to the recent changes in the format of the parameters of the
6886 pragma (replacing Homonym_Number with Source_Location).
6888 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
6890 * 5isystem.ads: Removed, unused.
6892 * gnat_rm.texi: Redo 1.13 change.
6894 2004-04-19 Robert Dewar <dewar@gnat.com>
6896 * s-stoele.ads: Clean up definition of Storage_Offset (the new
6897 definition is cleaner, avoids the kludge of explicit Standard operator
6898 references, and also is consistent with a visible System.Address with
6899 no visible operations.
6901 * s-geveop.adb: Add declarations to avoid assumption of visible
6902 operations on type System.Address (since these might not be available
6903 if Address is a non-private type for which the operations
6906 * sem_eval.adb: Minor reformatting
6908 * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
6909 s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
6910 reformatting (new function spec format).
6912 * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
6913 s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
6914 s-caun64.adb: Add declarations to avoid assumption of visible
6915 operations on type System.Address (since these might not be available
6916 if Address is a non-private type for which the operations are made
6919 * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
6921 * exp_intr.adb: Minor comment update
6923 * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
6925 * 5omastop.adb: Add declarations to avoid assumption of visible
6926 operations on type System.Address (since these might not be available
6927 if Address is a non-private type for which the operations
6930 2004-04-19 Vincent Celier <celier@gnat.com>
6932 * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
6934 * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
6937 * prj-proc.adb (Process): New Boolean parameter Process_Languages,
6939 Call Check with Process_Languages.
6940 (Check): New Boolean parameter Process_Languages. Call Recursive_Check
6941 with Process_Languages.
6942 (Recursive_Check): New Boolean parameter Process_Languages. Call
6943 Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
6946 * prj-proc.ads (Process): New Boolean parameter Process_Languages,
6948 * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
6949 parameter Ada_Main, defaulted to True.
6950 Check for Ada specific characteristics only when Ada_Main is True.
6952 * opt.ads: (Follow_Links): New Boolean flag for gnatmake
6954 * prj.adb: (Project_Empty): Add new Project_Data components.
6956 * prj.ads: New types and tables for non Ada languages.
6957 (Project_Data): New components Languages, Impl_Suffixes,
6958 First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
6959 Include_Path, Include_Data_Set.
6961 * prj-env.ads, prj-env.adb: Minor reformatting
6963 * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
6964 Put subprograms in alphabetical order
6966 * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
6967 defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
6970 * mlib-prj.adb: Back out modification in last version, as they are
6972 (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
6974 * make.adb: (Mains): Moved to package Makeutl
6975 (Linker_Opts): Moved to package Makeutl
6976 (Is_External_Assignment): Moved to package Makeutl
6977 (Test_If_Relative_Path): Moved to package Makeutl
6978 (Gnatmake): Move sorting of linker options to function
6979 Makeutl.Linker_Options_Switches.
6981 * makeutl.ads, makeutl.adb: New files.
6983 * Makefile.in: Add makeutl.o to the object files for gnatmake
6985 * makeusg.adb: Add line for new switch -eL.
6987 * gnatls.adb (Image): New function.
6988 (Output_Unit): If in verbose mode, output the list of restrictions
6989 specified by pragmas Restrictions.
6991 * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
6994 * a-calend.adb (Split): Shift the date by multiple of 56 years, if
6995 needed, to put it in the range 1970 (included) - 2026 (excluded).
6996 (Time_Of): Do not shift Unix_Min_Year (1970).
6997 Shift the date by multiple of 56 years, if needed, to put it in the
6998 range 1970 (included) - 2026 (excluded).
7000 * adaint.h, adaint.c (__gnat_set_executable): New function.
7002 2004-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7004 * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
7006 (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
7007 (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
7008 (tree_transform, case N_Procedure_Call_Statement): Build a tree.
7009 (tree_transform, case N_Code_Statement): Likewise.
7010 (gnat_expand_stmt, case LABEL_STMT): Don't look at
7011 LABEL_STMT_FIRST_IN_EH.
7012 (gnat_expand_stmt, case ASM_STMT): New case.
7014 * utils2.c (build_unary_op): Properly set TREE_READONLY of
7015 UNCONSTRAINED_ARRAY_REF.
7017 * utils.c (poplevel): Temporarily push/pop GC context around inline
7020 * decl.c (maybe_variable): Properly set TREE_READONLY of
7021 UNCONSTRAINED_ARRAY_REF.
7022 (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
7024 * ada-tree.def: (ASM_STMT): New.
7026 * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
7027 (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
7028 ASM_STMT_INPUT): New.
7029 (ASM_STMT_CLOBBER): Likewise.
7031 2004-04-19 Thomas Quinot <quinot@act-europe.fr>
7033 * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
7034 general rcheck mechanism to raise Program_Error for E.4(18), instead
7035 of a custom raiser in System.Partition_Interface.
7036 Part of general cleanup work before PolyORB integration.
7038 * snames.ads, snames.adb: Add new runtime library entities and names
7041 * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
7043 (Build_Subprogram_Id): New subprogram provided by exp_dist
7044 Code reorganisation in preparation for PolyORB integration.
7046 * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
7048 (Build_Subprogram_Id): New subprogram provided by exp_dist
7050 * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
7051 actual parameter types for call to dereference of an
7052 access-to-subprogram type.
7054 * rtsfind.ads: Add new runtime library entities and names for PolyORB
7057 * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
7058 instead, which has the same behaviour here since we never pass it a
7061 * link.c (run_path_option, Solaris case): Use -Wl, as for other
7064 * Makefile.in: adjust object file lists for gnatlink and gnatmake
7065 to account for new dependency upon Interfaces.C.Strings + link.o
7066 For x86 FreeBSD, use 86numaux.
7068 * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
7069 from Mlib.Tgt to Mlib.
7071 * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
7074 * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
7075 target-specific versions of this subprogram, now implemented as a
7076 target-independent function in Mlib.
7078 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
7079 5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
7080 (Linker_Library_Path_Option): Remove target-specific versions of this
7081 subprogram, now implemented as a target-independent function in Mlib.
7083 * atree.adb: (Allocate_Initialize_Node): New subprogram.
7084 Factors out node table slots allocation.
7085 (Fix_Parents): New subprogram.
7086 Encapsulate the pattern of fixing up parent pointers for syntactic
7087 children of a rewritten node.
7088 (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
7089 (Rewrite): Use New_Copy when creating saved copy of original node.
7090 (Replace): Use Copy_Node to copy nodes.
7092 2004-04-19 Javier Miranda <miranda@gnat.com>
7094 * sprint.adb (Sprint_Node_Actual): Give support to the new
7095 Access_To_Subprogram node available in Access_Definition nodes. In
7096 addition, give support to the AI-231 node fields: null-exclusion,
7097 all-present, constant-present.
7099 * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
7101 * sinfo.ads, sinfo.adb:
7102 New field Access_To_Subprogram_Definition in Access_Definition nodes
7104 * sem_ch6.adb (Process_Formals): Move here the code that creates and
7105 decorates internal subtype declaration corresponding to the
7106 null-excluding formal. This code was previously in Set_Actual_Subtypes.
7107 In addition, carry out some code cleanup on this code. In case of
7108 access to protected subprogram call
7109 Replace_Anonymous_Access_To_Protected_Subprogram.
7110 (Set_Actual_Subtypes): Code cleanup.
7112 * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
7113 Find_Type in case of anonymous access renamings. Add warning in case of
7114 null-excluding attribute used in anonymous access renaming.
7116 * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
7119 * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
7121 (Access_Definition): In case of anonymous access to subprograms call
7122 the corresponding semantic routine to decorate the node.
7123 (Access_Subprogram_Declaration): Addition of some comments indicating
7124 some code that probably should be added here. Detected by comparison
7125 with the access_definition subprogram.
7126 (Analyze_Component_Declaration): In case of access to protected
7127 subprogram call Replace_Anonymous_Access_To_Protected.
7128 (Array_Type_Declaration): In case of access to protected subprogram call
7129 Replace_Anonymous_Access_To_Protected_Subprogram.
7130 (Process_Discriminants): In case of access to protected subprogram call
7131 Replace_Anonymous_Access_To_Protected_Subprogram.
7133 * par.adb (P_Access_Definition): New formal that indicates if the
7134 null-exclusion part was present.
7135 (P_Access_Type_Definition): New formal that indicates if the caller has
7136 already parsed the null-excluding part.
7138 * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
7139 (P_Identifier_Declarations): Code cleanup and give support to renamings
7140 of anonymous access to subprogram types.
7141 (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
7142 (P_Array_Type_Definition): Give support to AI-254.
7143 (P_Component_Items): Give support to AI-254.
7144 (P_Access_Definition): New formal that indicates if the header was
7145 already parsed by the caller.
7146 (P_Access_Type_Definition): New formal that indicates if the caller has
7147 already parsed the null-excluding part.
7149 * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
7150 call to P_Access_Definition.
7152 2004-04-19 Geert Bosch <bosch@gnat.com>
7154 * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
7155 the delicate semantics of floating-point to integer conversion.
7156 (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
7158 * eval_fat.adb (Machine_Mantissa): Moved to spec.
7159 (Machine_Radix): New function.
7161 * eval_fat.ads (Machine_Mantissa): Moved from body for use in
7163 (Machine_Radix): New function also for use in conversion checks.
7165 2004-04-19 Ed Schonberg <schonberg@gnat.com>
7167 * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
7169 * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
7170 to decorate the access-to-protected subprogram and the equivalent type.
7172 * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
7173 to anonymous access to subprogram types.
7175 * exp_ch4.adb (Expand_N_In): Preserve Static flag before
7176 constant-folding, for legality checks in contexts that require an RM
7179 * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
7180 temporary but stack checking is not enabled, increment serial number
7181 to so that symbol generation is consistent with and without stack
7184 * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
7185 independent on whether stack checking is enabled, caller must check
7186 the corresponding flag.
7188 * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
7190 (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
7191 parent if it has discriminants.
7192 (Build_Derived_Private_Type): Constructed full view does
7193 not come from source.
7194 (Process_Discriminants): Default discriminants on a tagged type are
7195 legal if this is the internal completion of a private untagged
7198 * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
7199 no constraint checks, because it corresponds to an existing object.
7201 * sem_prag.adb (Process_Convention): Pragma applies
7202 only to subprograms in the same declarative part, i.e. the same unit,
7205 * sem_res.adb (Valid_Conversion): In an instance or inlined body,
7206 ignore type mismatch on a numeric conversion if expression comes from
7209 2004-04-19 Sergey Rybin <rybin@act-europe.fr>
7211 * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
7212 Homonym_Number parameter, add processing for Source_Location parameter
7214 (Check_Eliminated): Remove the check for homonym numbers, add the check
7215 for source location traces.
7217 * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
7218 with Arg_Source_Location corresponding to the changes in the format of
7221 * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
7222 Eliminate pragma corresponding to the changes in the format of the
7223 pragma: Homonym_Number is replaced with Source_Location, two ways of
7224 distinguishing homonyms are mutially-exclusive.
7226 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7228 * get_targ.ads (Get_No_Dollar_In_Label): Remove.
7230 * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
7231 No_Dollar_In_Label, no longer necessary, as it is always True.
7232 (Strip_Suffixes): Likewise.
7234 2004-04-19 Gary Dismukes <dismukes@gnat.com>
7236 * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
7237 modulus for compatibility with size clause on targets with 16-bit
7240 * layout.adb (Discrimify): In the case of private types, set Vtyp to
7241 full type to fix type mismatches on calls to size functions for
7242 discriminant-dependent array components.
7244 2004-04-19 Jerome Guitton <guitton@act-europe.fr>
7246 * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
7249 2004-04-19 Pascal Obry <obry@gnat.com>
7251 * mdll-utl.adb (Locate): New version is idempotent.
7253 2004-04-17 Laurent Guerby <laurent@guerby.net>
7255 PR ada/14988 (partial)
7256 * impunit.adb: Fix typo.
7258 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
7260 * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
7261 and install-rts-cert targets. Remove all gnatlib and gnattools
7262 targets and all other rts-* targets (moved to libada). Remove (now)
7263 unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
7264 TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
7266 2004-04-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7268 * trans.c (tree_transform): Shortcut returning error_mark_node for
7269 statements in annotate_only_mode.
7270 (tree_transform, case N_Label, case N_Return_Statement,
7271 N_Goto_Statement): Make statement tree instead of generating code.
7272 (tree_transform, case N_Assignment_Statement): No longer check
7274 (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
7276 (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
7278 (gnat_to_gnu): Collect any RTL generated and deal with it.
7279 (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
7280 (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
7281 (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
7283 * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
7285 * ada-tree.def (EXPR_STMT): Fix typo in name.
7286 (BLOCK_STMT, IF_STMT): New nodes.
7288 * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
7289 LABEL_STMT_FIRST_IN_EH): New macros.
7290 (RETURN_STMT_EXPR): Likewise.
7292 * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
7293 IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
7295 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
7297 * atree.ads: Correct documentation on extended nodes.
7299 * link.c: Set run_path_option for FreeBSD.
7301 2004-04-08 Vincent Celier <celier@gnat.com>
7303 * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
7304 one of the ALI file, do not link with DEC lib.
7306 * par.adb Remove the last two characters ("%s" or "%b") when checking
7307 if a language defined unit may be recompiled.
7309 2004-04-08 Ed Schonberg <schonberg@gnat.com>
7311 * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
7312 removal of abstract operation leaves no possible interpretation for
7315 * sem_eval.adb (Eval_Qualified_Expression): Use
7316 Set_Raises_Constraint_Error on node when needed, so that it does not
7317 get optimized away by subsequent optimizations.
7319 * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
7320 operands even when they are not wrapped in a type conversion.
7322 2004-04-08 Olivier Hainque <hainque@act-europe.fr>
7324 * sem_prag.adb (Set_Exported): Warn about making static as result of
7325 export only when the export is coming from source. This may be not
7326 be true e.g. on VMS where we expand export pragmas for exception codes
7327 together with imported or exported exceptions, and we don't want the
7328 user to be warned about something he didn't write.
7330 2004-04-08 Thomas Quinot <quinot@act-europe.fr>
7332 * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
7333 duplication between normal entities and those declared as renamings.
7334 No functional change.
7336 * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
7337 inline functions returning an unconstrained result.
7339 2004-04-08 Eric Botcazou <ebotcazou@act-europe.fr>
7341 * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
7342 conform to what other front-ends do.
7344 2004-04-08 Doug Rupp <rupp@gnat.com>
7346 * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
7349 2004-04-06 Pascal Obry <obry@gnat.com>
7351 * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
7353 * osint.adb (Program_Name): Do not look past a directory separator.
7355 2004-04-06 Thomas Quinot <quinot@act-europe.fr>
7357 * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
7359 * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
7360 requirement for preserving a copy of the original assignment node.
7362 * sinfo.ads: Update comment (Original_Tree -> Original_Node).
7364 2004-04-06 Olivier Hainque <hainque@act-europe.fr>
7366 (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
7369 2004-04-06 Ed Schonberg <schonberg@gnat.com>
7371 * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
7372 operator calls in functional notation, and apply
7373 Universal_Interpretation to operands, not to their type.
7375 2004-04-06 Robert Dewar <dewar@gnat.com>
7377 * 5wdirval.adb: Minor reformatting
7379 2004-04-06 Ed Falis <falis@gnat.com>
7381 * gnat_rm.texi: Improve a reference to the GCC manual
7383 2004-04-05 Vincent Celier <celier@gnat.com>
7385 * adaint.h, adaint.c: Add function __gnat_named_file_length
7387 * impunit.adb: Add Ada.Directories to the list
7389 * Makefile.in: Add VMS and Windows versions of
7390 Ada.Directories.Validity package body.
7392 * Makefile.rtl: Add a-direct and a-dirval
7394 * mlib-tgt.ads: Minor comment update.
7396 * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
7397 a-direct.ads, a-direct.adb: New files.
7399 2004-04-05 Vincent Celier <celier@gnat.com>
7402 * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
7403 just to the compiler.
7405 2004-04-05 Robert Dewar <dewar@gnat.com>
7407 * a-except.adb (Exception_Name_Simple): Make sure lower bound of
7408 returned string is 1.
7410 * ali-util.adb: Use proper specific form for Warnings (Off, entity)
7412 * eval_fat.ads: Minor reformatting
7414 * g-curexc.ads: Document that lower bound of returned string values
7417 * gnatlink.adb: Add ??? comment for previous change
7418 (need to document why this is VMS specific)
7420 * s-stoele.ads: Minor reformatting
7422 * tbuild.ads: Minor reformatting throughout (new function specs)
7424 * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
7427 * scng.adb: Minor reformatting
7429 2004-04-05 Geert Bosch <bosch@gnat.com>
7431 * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
7432 (Leading_Part): Still perform truncation to machine number if the
7433 specified radix_digits is greater or equal to machine_mantissa.
7435 2004-04-05 Javier Miranda <miranda@gnat.com>
7437 * par-ch3.adb: Complete documentation of previous change
7438 Correct wrong syntax documentation of the OBJECT_DECLARATION rule
7439 (aliased must appear before constant).
7441 * par-ch4.adb: Complete documentation of previous change.
7443 * par-ch6.adb: Complete documentation of previous change.
7445 * sinfo.ads: Fix typo in commment.
7447 2004-04-05 Ed Schonberg <schonberg@gnat.com>
7449 * sem_ch3.adb (Inherit_Components): If derived type is private and has
7450 stored discriminants, use its discriminants to constrain parent type,
7451 as is done for non-private derived record types.
7453 * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
7454 Ada 2005 AI-310: an abstract non-dispatching operation is not a
7455 candidate interpretation in an overloaded call.
7457 * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
7458 expression is Null and target type is not an access type (e.g. a
7459 non-private address type).
7461 2004-04-05 Thomas Quinot <quinot@act-europe.fr>
7463 * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
7464 statement whose right-hand side is an inlined call, save a copy of the
7465 original assignment subtree to preserve enough consistency for
7466 Analyze_Assignment to proceed.
7468 * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
7469 complete assignment subtree which is now unnecessary, as the expansion
7470 of inlined call has been improved to preserve a consistent assignment
7471 tree. Note_Possible_Modification must be called only
7472 after checks have been applied, or else unnecessary checks will
7475 * sem_util.adb (Note_Possible_Modification): Reorganise the handling
7476 of explicit dereferences that do not Come_From_Source:
7477 - be selective on cases where we must go back to the dereferenced
7478 pointer (an assignment to an implicit dereference must not be
7479 recorded as modifying the pointer);
7480 - do not rely on Original_Node being present (Analyze_Assignment
7481 calls Note_Possible_Modification on a copied tree).
7483 * sem_warn.adb (Check_References): When an unset reference to a pointer
7484 that is never assigned is encountered, prefer '<pointer> may be null'
7485 warning over '<pointer> is never assigned a value'.
7487 2004-04-05 Ramon Fernandez <fernandez@gnat.com>
7489 * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
7492 2004-04-05 Olivier Hainque <hainque@act-europe.fr>
7494 * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
7495 libexc. We currently don't reference anything in this library and
7496 linking it in triggers linker warnings we don't want to see.
7498 * init.c: Update comments.
7500 2004-04-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7502 * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
7503 * utils.c (create_field_decl): Likewise.
7504 * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
7506 2004-04-02 Arnaud Charlet <charlet@act-europe.fr>
7508 * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
7509 Replace ifinfo by ifnottex, to make makeinfo --html happy again.
7510 Add info directory entry and category.
7512 2004-04-02 Jan Hubicka <jh@suse.cz>
7514 * utils.c: Include function.h
7515 (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
7517 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
7520 * Make-lang.in: Clean up generation of documentation
7522 * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
7524 * xgnatug.adb: Removed, replaced by xgnatugn.adb
7526 * xgnatugn.adb: Replaces xgnatug.adb
7528 * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
7530 * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
7532 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
7533 gnat_ug_wnt.texi: Removed.
7535 2004-04-01 Arnaud Charlet <charlet@act-europe.fr>
7537 * utils2.c: Update copyright notice.
7539 2004-04-01 Robert Dewar <dewar@gnat.com>
7541 * checks.adb: Minor reformatting throughout
7542 Note that prev checkin added RM reference to alignment warning
7544 2004-04-01 Ed Schonberg <schonberg@gnat.com>
7546 * exp_aggr.adb (Get_Component_Val): Treat a string literal as
7547 non-static when building aggregate for bit-packed array.
7549 * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
7550 function call that is itself the actual in a procedure call, build
7553 * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
7554 a string literal, create a temporary for it, constant folding only
7555 handles scalars here.
7557 2004-04-01 Vincent Celier <celier@gnat.com>
7559 * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
7560 Error_Msg_SP): New empty procedures to instantiate the Scanner.
7561 (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
7563 (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
7564 (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
7565 and get the checksum.
7567 * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
7569 Increase the Marking_Label at the end of the Multiple_Main_Loop,
7570 instead of at the beginning.
7572 * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
7574 (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
7577 * osint.ads (Multi_Unit_Index_Character): New Character global variable
7579 * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
7582 * par.adb: Remove test on file name to detect language defined units.
7583 Add test on unit name, after parsing, to detect language defined units
7584 that are not compiled with -gnatg (except System.RPC and its children)
7586 * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
7587 following units without style checking.
7589 * switch-c.adb: Change -gnatC to -gnateI
7591 * usage.adb: Document new switch -gnateInnn
7593 * scng.adb (Accumulate_Token_Checksum): New procedure
7594 (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
7595 word or literal number.
7596 (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
7599 2004-04-01 Thomas Quinot <quinot@act-europe.fr>
7602 g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
7603 switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
7604 5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
7605 5vtpopde.adb: Add missing 'constant' keywords.
7607 2004-04-01 Javier Miranda <miranda@gnat.com>
7609 * par-ch4.adb: (P_Allocator): Code cleanup
7611 * sem_ch3.adb (Access_Definition): Properly set the null-excluding
7614 * sinfo.ads: Complete documentation of previous change
7616 2004-04-01 Pascal Obry <obry@gnat.com>
7618 * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
7619 only on VMS. This special handling was done because an old GNU/ld bug
7620 on Windows which has been fixed.
7622 2004-04-01 GNAT Script <nobody@gnat.com>
7624 * Make-lang.in: Makefile automatically updated
7626 2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7628 * decl.c (gnat_to_gnu_entity, make_type_from_size):
7629 Use TYPE_UNSIGNED, not TREE_UNSIGNED.
7630 * trans.c (tree_transform, convert_with_check): Likewise.
7631 * utils.c (gnat_signed_or_unsigned_type): Likewise.
7632 (build_vms_descriptor, unchecked_convert): Likewise.
7633 * utils2.c (nonbinary_modular_operation): Likewise.
7635 2004-03-29 Javier Miranda <miranda@gnat.com>
7637 * checks.adb (Null_Exclusion_Static_Checks): New subprogram
7638 (Install_Null_Excluding_Check): Local subprogram that determines whether
7639 an access node requires a runtime access check and if so inserts the
7640 appropriate run-time check.
7641 (Apply_Access_Check): Call Install_Null_Excluding check if required
7642 (Apply_Constraint_Check): Call Install_Null_Excluding check if required
7644 * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
7646 * einfo.ads: Fix typo in comment
7648 * exp_ch3.adb (Build_Assignment): Generate conversion to the
7649 null-excluding type to force the corresponding run-time check.
7650 (Expand_N_Object_Declaration): Generate conversion to the null-excluding
7651 type to force the corresponding run-time check.
7653 * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
7654 the null-excluding type to force the corresponding run-time check.
7656 * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
7657 case of access types unless they have the null-excluding attribute.
7659 * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
7662 * exp_util.ads: Fix typo in comment
7664 * par.adb (P_Null_Exclusion): New subprogram
7665 (P_Subtype_Indication): New formal that indicates if the null-excluding
7666 part has been scanned-out and it was present
7668 * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
7670 * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
7671 (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
7672 type to force the corresponding run-time check
7673 (Resolve_Aggregate): Propagate the null-excluding attribute to the array
7675 (Resolve_Array_Aggregate): Carry out some static checks
7676 (Resolve_Record_Aggregate.Get_Value): Carry out some static check
7678 * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
7679 attribute must be set only if specified by means of the null-excluding
7680 part. In addition, we must also propagate the access-constant attribute
7682 (Access_Subprogram_Declaration, Access_Type_Declaration,
7683 Analyze_Component_Declaration, Analyze_Object_Declaration,
7684 Array_Type_Declaration, Process_Discriminants,
7685 Analyze_Subtype_Declaration): Propagate the null-excluding attribute
7686 and carry out some static checks.
7687 (Build_Derived_Access_Type): Set the null-excluding attribute
7688 (Derived_Type_Declaration, Process_Subtype): Carry out some static
7691 * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
7693 * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
7695 * sem_ch6.adb (Process_Formals): Carry out some static checks.
7696 (Set_Actual_Subtypes): Generate null-excluding subtype if the
7697 null-excluding part was present; it is not required to be done here in
7698 case of anonymous access types.
7699 (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
7702 * sem_res.adb (Resolve_Actuals): Carry out some static check
7703 (Resolve_Null): Allow null in anonymous access
7705 * sinfo.adb: New subprogram Null_Exclusion_Present
7706 All_Present and Constant_Present available on access_definition nodes
7708 * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
7709 object_declaration, derived_type_definition, component_definition,
7710 discriminant_specification, access_to_object_definition,
7711 access_function_definition, allocator, access_procedure_definition,
7712 access_definition, parameter_specification, All_Present and
7713 Constant_Present flags available on access_definition nodes.
7715 2004-03-29 Robert Dewar <dewar@gnat.com>
7717 * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
7718 gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
7719 opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
7720 par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
7721 sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
7722 sem_prag.adb: Updates to handle multiple units/file
7724 * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
7726 * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
7727 sem_util.adb: Minor reformatting
7729 * sem_ch12.adb: Add comment for previous change
7731 2004-03-29 Laurent Pautet <pautet@act-europe.fr>
7733 * osint.adb (Executable_Prefix): Set Exec_Name to the current
7734 executable name when not initialized. Otherwise, use its current value.
7736 * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
7737 initialize it to another executable name than the current one. This
7738 allows to configure paths for an executable name (gnatmake) different
7739 from the current one (gnatdist).
7741 2004-03-29 Ed Schonberg <schonberg@gnat.com>
7743 * exp_ch6.adb (Expand_Call): A call to a function declared in the
7744 current unit cannot be inlined if it appears in the body of a withed
7745 unit, to avoid order of elaboration problems in gigi.
7747 * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
7748 information for protected (wrapper) operation as well, to simplify gdb
7751 * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
7752 protected body, indicate that the entity for the generated spec comes
7753 from source, to ensure that references are properly generated for it.
7754 (Build_Body_To_Inline): Do not inline a function that returns a
7757 * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
7758 apply convention to homonyms that are declared explicitly.
7760 * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
7761 that renames an equality operator and the operands are overloaded,
7762 resolve them with the declared formal types, before rewriting as an
7765 2004-03-29 GNAT Script <nobody@gnat.com>
7767 * Make-lang.in: Makefile automatically updated
7769 2004-03-25 Vasiliy Fofanov <fofanov@act-europe.fr>
7771 * memtrack.adb: Log realloc calls, which are treated as free followed
7774 2004-03-25 Vincent Celier <celier@gnat.com>
7776 * prj-makr.adb (Process_Directories): Detect when a file contains
7777 several units. Do not include such files in the config pragmas or
7778 in the naming scheme.
7780 * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
7781 Resolve links only when not in Trusted_Mode.
7782 (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
7783 Do not resolve links for the display names.
7785 * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
7786 resolve links when computing the display names.
7788 2004-03-25 Thomas Quinot <quinot@act-europe.fr>
7790 * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
7791 attribute reference does not denote a subtype, it can be any
7792 expression that has a classwide type, potentially after an implicit
7793 dereference. In particular, the prefix can be a view conversion for
7794 a classwide type (for which Is_Object_Reference holds), but it can
7795 also be a value conversion for an access-to-classwide type. In the
7796 latter case, there is an implicit dereference, and the original node
7797 for the prefix does not verify Is_Object_Reference.
7799 * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
7800 conversion of a discriminant-dependent component of a mutable object
7803 2004-03-25 Ed Schonberg <schonberg@gnat.com>
7805 * freeze.adb (Freeze_Entity): When an inherited subprogram is
7806 inherited, has convention C, and has unconstrained array parameters,
7807 place the corresponding warning on the derived type declaration rather
7808 than the original subprogram.
7810 * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
7811 indication on renaming declaration, if formal has a box and actual
7814 * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
7815 determine whether to generate an implicit or explicit reference to
7818 * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
7819 subprogram renaming comes from a defaulted formal subprogram in an
7822 2004-03-25 Gary Dismukes <dismukes@gnat.com>
7824 * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
7825 value expressions to ensure that calls within a component definition
7826 will be checked (since those are evaluated during the record type's
7829 2004-03-25 Arnaud Charlet <charlet@act-europe.fr>
7831 * s-tpobop.adb: Code clean up:
7832 (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
7834 (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
7836 2004-03-25 Jose Ruiz <ruiz@act-europe.fr>
7838 * Makefile.in: Clean up in the ravenscar run time.
7840 2004-03-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7842 * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
7843 of No_Strict_Aliasing to build_pointer_type_for_mode.
7844 * utils.c (update_pointer_to): Walk pointer and ref chains.
7846 2004-03-22 Cyrille Comar <comar@act-europe.fr>
7848 * ali.ads: Fix Comment about Dynamic_Elab.
7850 * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
7851 Has_RACW, Is_Generic, etc.)
7852 (Output_Object, Gnatls): Take into account ALI files not attached to
7855 2004-03-22 Vincent Celier <celier@gnat.com>
7857 * gprep.adb: Change all String_Access to Name_Id
7858 (Is_ASCII_Letter): new function
7859 (Double_File_Name_Buffer): New procedure
7860 (Preprocess_Infile_Name): New procedure
7861 (Process_Files): New procedure
7862 (Gnatprep): Check if output and input are existing directories.
7863 Call Process_Files to do the real job.
7865 2004-03-22 Robert Dewar <dewar@gnat.com>
7867 * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
7868 s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
7870 2004-03-22 Sergey Rybin <rybin@act-europe.fr>
7872 * scn.adb (Contains): Add check for EOF, is needed for a degenerated
7873 case when the source contains only comments.
7875 2004-03-22 Ed Schonberg <schonberg@gnat.com>
7877 * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
7878 declaration for a child subprogram body that acts as a spec, indicate
7879 that the entity in the declaration needs debugging information.
7881 * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
7882 full view if the subtype is created for a constrained record component;
7883 gigi has enough information to construct the record, and there is no
7884 place in the tree for the declaration.
7886 * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
7887 serial number for the dummy body that is built for analysis, to avoid
7888 inconsistencies in the generation of internal names when compiling
7891 2004-03-22 Thomas Quinot <quinot@act-europe.fr>
7893 * sem_util.adb (Is_Object_Reference): A view conversion denotes an
7896 2004-03-22 GNAT Script <nobody@gnat.com>
7898 * Make-lang.in: Makefile automatically updated
7900 2004-03-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7902 * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
7903 * trans.c (tree_transform, emit_index_check): Likewise.
7904 * utils.c (build_template): Likewise.
7905 (max_size, convert): Remove handling of WITH_RECORD_EXPR.
7906 (maybe_unconstrained_array, unchecked_convert): Likewise.
7907 * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
7908 (build_unary_op): Likewise.
7909 (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
7910 (fill_vms_descriptor): Likewise.
7911 (build_call_alloc_dealloc): Likewise.
7913 * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
7915 2004-03-20 Joseph S. Myers <jsm@polyomino.org.uk>
7918 * gnat_ug.texi: Add info directory category and entry.
7919 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
7920 gnat_ug_wnt.texi: Regenerate.
7922 2004-03-19 Arnaud Charlet <charlet@act-europe.fr>
7924 * ada-tree.h: Update copyright notice.
7927 2004-03-19 Olivier Hainque <hainque@act-europe.fr>
7929 * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
7930 as regular exception objects and not as mere integers representing the
7931 condition code. The latter approach required some dynamics to mask off
7932 severity bits, which did not fit well into the GCC table based model.
7933 (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
7934 exception data objects. We don't it and it would conflict with the other
7935 external symbol we have to generate for such exceptions.
7937 * trans.c (tree_transform, case N_Exception_Handler): Remove part of
7938 the special code for VMS exceptions, since these are now represented
7939 as regular exceptions objects.
7941 2004-03-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7943 * decl.c (debug_no_type_hash): Remove.
7944 (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
7945 * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
7947 2004-03-19 Laurent Guerby <laurent@guerby.net>
7949 * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
7950 aggregate, allows bootstrap from 3.3 on powerpc-darwin.
7952 2004-03-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7954 * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
7955 (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
7956 (TYPE_RM_SIZE_INT): Directly use type.values.
7957 (TREE_LOOP_ID): Clean up check.
7958 * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
7959 TYPE_VALUES, not TYPE_FIELDS.
7960 * trans.c (convert_with_check): Delay access of bounds of basetype
7961 until sure is numeric.
7963 2004-03-18 Arnaud Charlet <charlet@act-europe.fr>
7965 * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
7968 * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
7969 5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
7970 Specific.Set instead of direct call to e.g pthread_setspecific.
7972 2004-03-18 Thomas Quinot <quinot@act-europe.fr>
7974 * adaint.c: Update comments.
7976 * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
7977 GNATLIB_SHARED for FreeBSD.
7979 2004-03-18 Jose Ruiz <ruiz@act-europe.fr>
7981 * init.c [VxWorks]: Do not fix the stack size for the environment task.
7982 When needed (stack checking) the stack size is retrieved
7983 from the VxWorks kernel.
7985 * Makefile.in: Flag -nostdinc is required when building the run time
7986 for avoiding looking for files in the base compiler.
7987 Add the VxWorks specific version of the package body for
7988 System.Stack_checking.Operations (5zstchop.adb).
7990 * Make-lang.in: Add the object file for
7991 System.Stack_Checking.Operations.
7993 * Makefile.rtl: Add object file for the package
7994 System.Stack_Checking.Operations.
7996 * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
7998 * s-stache.ads, s-stache.adb: Move the operations related to stack
7999 checking from this package to package System.Stack_Checking.Operations.
8000 This way, stack checking operations are only linked in the final
8001 executable when using the -fstack-check flag.
8003 2004-03-18 Doug Rupp <rupp@gnat.com>
8005 * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
8008 * 5qsystem.ads, 5xcrtl.ads: New files.
8010 2004-03-18 Vincent Celier <celier@gnat.com>
8012 * prj.adb (Reset): Reset hash table Files_Htable
8014 * prj-env.adb (Source_Paths, Object_Paths): New tables.
8015 (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
8016 the procedures Add_To_Path_File.
8017 (Set_Ada_Paths): Accumulate source and object dirs in the tables,
8018 making sure that each directory is present only once and, for object
8019 dirs, when a directory already present is added, the duplicate is
8020 removed and the directory is always put as the last in the table.
8021 Write the path files at the end of these accumulations.
8023 * prj-nmsc.adb (Record_Source): Add source file name in hash table
8024 Files_Htable for all sources.
8026 * prj-proc.adb (Process): Remove restrictions between not directly
8027 related extending projects.
8029 2004-03-18 Emmanuel Briot <briot@act-europe.fr>
8031 * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
8032 (Find_Sources): Minor speed optimization.
8034 * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
8035 parameter Trusted_Mode.
8037 2004-03-18 Sergey Rybin <rybin@act-europe.fr>
8039 * scn.adb (Determine_License): Take into account a degenerated case
8040 when the source contains only comments.
8042 2004-03-18 Ed Schonberg <schonberg@gnat.com>
8044 * sem_warn.adb (Check_References): For a warning on a selected
8045 component that does not come from source, locate an uninitialized
8046 component of the record type to produce a more precise error message.
8048 2004-03-15 Jerome Guitton <guitton@act-europe.fr>
8050 * 3zsoccon.ads: Fix multicast options.
8052 * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
8055 2004-03-15 Robert Dewar <dewar@gnat.com>
8057 * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
8058 pragma used for a private type.
8060 * lib-xref.adb (Generate_Reference): Do not generate warning if
8061 reference is in a different unit from the pragma Unreferenced.
8063 * 5vtpopde.adb: Minor reformatting
8064 Fix casing of To_Task_ID
8066 * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
8067 flag if we have an unchecked conversion to an access type in the same
8070 2004-03-15 Geert Bosch <bosch@gnat.com>
8072 * a-ngcoty.adb (Modulus): In alternate formula for large real or
8073 imaginary parts, use Double precision throughout.
8075 * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
8076 we want to be able to compile run-time with -gnata for testing, but
8077 this may also be instantiated in user code that is compiled with -gnata.
8079 2004-03-15 Olivier Hainque <hainque@act-europe.fr>
8081 * s-stalib.ads (Exception_Code): New type, to represent Import/Export
8082 codes. Having a separate type for this is useful to enforce consistency
8083 throughout the various run-time units.
8084 (Exception_Data): Use Exception_Code for Import_Code.
8086 * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
8087 Natural and Integer in various places.
8088 (Register_VMS_Exception): Use Base_Code_In to compute the exception code
8089 with the severity bits masked off.
8090 (Register_VMS_Exception): Handle the additional exception data pointer
8093 * raise.c (_GNAT_Exception structure): Remove the handled_by_others
8094 component, now reflected by an exported accessor.
8095 (is_handled_by): New routine to compute whether the propagated
8096 occurrence matches some handler choice specification. Extracted out of
8097 get_action_description_for, and expanded to take care of the VMS
8099 (get_action_description_for): Use is_handled_by instead of an explicit
8100 complex condition to decide if the current choice at hand catches the
8101 propagated occurrence.
8103 * raise.h (Exception_Code): New type for C.
8105 * rtsfind.ads (RE_Id, RE_Unit_Table): Add
8106 System.Standard_Library.Exception_Code, to allow references from the
8107 pragma import/export expander.
8109 * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
8110 New accessors to allow easy access to GNAT exception data
8112 (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
8113 redundant Handled_By_Others component, helper for the personality
8114 routine which will now be able to call the appropriate exception data
8117 * cstand.adb (Create_Standard): Adjust the type of the Import_Code
8118 component of Standard_Exception_Type to be the closest possible to
8119 Exception_Code in System.Standard_Library, that we cannot get at this
8120 point. Expand a ??? comment to notify that this type node should
8121 probably be rewritten later on.
8123 * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
8124 registration call to include a pointer to the exception object in the
8127 * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
8128 instead of int and explicit bitmasks.
8130 2004-03-15 Vincent Celier <celier@gnat.com>
8132 * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
8133 equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
8135 * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
8136 longer needed now that it is in the spec of
8137 System.Tasking.Task_Attributes.
8139 * adaint.h, adaint.c: (__gnat_create_output_file): New function
8141 * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
8143 * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
8145 * make.adb (Gnatmake): Do not check the executable suffix; it is being
8146 taken care of in Scan_Make_Arg.
8147 (Scan_Make_Arg): Add the executable suffix only if the argument
8148 following -o, in canonical case, does not end with the executable
8149 suffix. When in verbose mode and executable file name does not end
8150 with executable suffix, output the executable name, in canonical case.
8152 * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
8153 to avoid warnings when instantiating Ada.Task_Attributes.
8156 * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
8157 in the correct order.
8159 * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
8160 redirect standard output and error to a file for the invocation of the
8161 compiler, then read the file.
8163 * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
8164 directory, instead of the Value.
8165 (Find_Source_Dirs): Remove useless code & comments.
8167 2004-03-15 Ed Schonberg <schonberg@gnat.com>
8169 * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
8170 tagged type is inherited, and the parent operation is not frozen yet,
8171 force generation of a freeze node for the inherited operation, so the
8172 corresponding dispatch entry is properly initialized.
8173 (Make_Predefined_Primitive_Specs): Check that return type is Boolean
8174 when looking for user-defined equality operation.
8176 * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
8177 boolean when locating primitive equality of tagged component.
8179 * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
8180 bit-aligned field and the right-hand side a string literal, introduce
8181 a temporary before expanding assignment into a loop.
8183 * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
8184 priority in full, to ensure that any expanded subepxressions of it are
8185 elaborated in the scope of the init_proc.
8187 * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
8188 after object declaration, skipping over code that may have been
8189 generated for validity checks.
8191 * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
8192 discriminants, ignore the known discriminants of its full view, if
8193 any, to check legality.
8195 * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
8196 component if type has unknown discriminants.
8197 (Analyze_Private_Extension_Declaration): Discriminant constraint is
8198 null if type has unknown discriminants.
8200 * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
8201 for end label when present.
8203 * s-fileio.adb (Open): When called with a C_Stream, use given name for
8204 temporary file, rather than an empty string.
8206 2004-03-15 Ed Falis <falis@gnat.com>
8208 * s-thread.adb: Removed, no longer used.
8210 2004-03-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8212 * decl.c (target.h): Now include.
8213 (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
8214 in new build_pointer_from_mode calls for non-fat/non-thin pointer.
8215 (validate_size): For POINTER_TYPE, get smallest size permitted on
8218 * fe.h: Sort Einfo decls and add Set_Mechanism.
8220 * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
8221 (ada/decl.o): Depends on target.h.
8223 * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
8224 FUNCTION_BOUNDARY; always use TYPE_ALIGN.
8226 2004-03-15 Thomas Quinot <quinot@act-europe.fr>
8228 * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
8230 * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
8231 Insert_Dereference_Action when rewriting an implicit dereference into
8232 an explicit one, this will be taken care of during expansion of the
8233 explicit dereference.
8234 (Expand_N_Slice): Same. Always do the rewriting, even for the case
8235 of non-packed slices, since the dereference action generated by
8236 expansion of the explicit dereference is needed in any case.
8237 (Expand_N_Selected_Component): When rewriting an implicit dereference,
8238 analyze and resolve the rewritten explicit dereference so it is seen
8240 (Insert_Dereference_Action): This procedure is now called only for the
8241 expansion of an N_Explcit_Dereference_Node. Do insert a check even for
8242 dereferences that do not come from source (including explicit
8243 dereferences resulting from rewriting implicit ones), but do not
8244 recursively insert a check for the dereference nodes contained within
8246 (Insert_Dereference_Action): Clarify and correct comment.
8248 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8251 Move language detection to the top level.
8252 * config-lang.in: Build by default.
8254 2004-03-05 Robert Dewar <dewar@gnat.com>
8256 * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
8258 * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
8259 i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
8260 5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
8261 5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
8262 unchecked conversion to spec to avoid warnings.
8264 * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
8267 * 7stpopsp.adb: Correct casing in To_Task_ID call
8269 * a-strsea.ads, a-strsea.adb: Minor reformatting
8271 * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
8273 * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
8274 Adjust Max_Msg_Length to be clearly large enough.
8276 * fe.h: Define In_Same_Source_Unit
8278 * osint.adb: Add pragma Warnings Off to suppress warnings
8279 * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
8282 * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
8284 * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
8286 * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
8288 * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
8290 * sem_prag.adb: Implement pragma No_Strict_Aliasing.
8292 * sinfo.ads: Remove obsolete comment on validate unchecked conversion
8293 node. We now do generate them for gcc back end.
8295 * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
8298 * sinput-c.adb: Fix bad name in header.
8299 Add pragma Warnings Off to suppress aliasing warning.
8301 * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
8303 * snames.h, snames.ads, snames.adb: Add entry for pragma
8306 2004-03-05 Vincent Celier <celier@gnat.com>
8308 * prj-com.ads: Add hash table Files_Htable to check when a file name
8309 is already a source of another project.
8311 * prj-nmsc.adb (Record_Source): Before recording a new source, check
8312 if its file name is not already a source of another project. Report an
8315 * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
8316 source file name, call gnatpp with all the sources of the main project.
8318 * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
8321 * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
8322 NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
8323 /RUNTIME_SYSTEM=, converted to --RTS=
8324 /NOTABS, converted to -notabs
8326 2004-03-05 Pascal Obry <obry@gnat.com>
8328 * make.adb: Minor reformatting.
8330 2004-03-05 Ed Schonberg <schonberg@gnat.com>
8332 Part of implemention of AI-262.
8333 * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
8335 * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
8338 * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
8339 when component type is a partially constrained class-wide subtype.
8340 (Constrain_Discriminated_Type): If parent type has unknown
8341 discriminants, a constraint is illegal, even if full view has
8343 (Build_Derived_Record_Type): Inherit discriminants when deriving a type
8344 with unknown discriminants whose full view is a discriminated record.
8346 * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
8347 flag, to handle properly derivations of tagged types with unknown
8349 (Analyze_Package_Spec, Analyze_Package_Body): Install
8350 Private_With_Clauses before analyzing private part or body.
8352 * einfo.ads: Indicate that both Has_Unknown_Discriminants and
8353 Has_Discriminants can be true for a given type (documentation).
8355 2004-03-05 Arnaud Charlet <charlet@act-europe.fr>
8357 * s-restri.ads: Fix license (GPL->GMGPL).
8359 * s-tassta.adb: Minor reformatting.
8361 * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
8362 by calls to Exit_One_ATC_Level, since additional clean up is performed
8365 * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
8366 by calls to Exit_One_ATC_Level, since additional clean up is performed
8369 2004-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8371 * trans.c: Reflect GCC changes to fix bootstrap problem.
8372 Add warning for suspicious aliasing unchecked conversion.
8374 2004-03-05 GNAT Script <nobody@gnat.com>
8376 * Make-lang.in: Makefile automatically updated
8378 2004-03-02 Emmanuel Briot <briot@act-europe.fr>
8380 * ali.adb (Read_Instantiation_Instance): Do not modify the
8381 current_file_num when reading information about instantiations, since
8382 this corrupts files in later references.
8384 2004-03-02 Vincent Celier <celier@gnat.com>
8386 * bcheck.adb (Check_Consistency): Get the full path of an ALI file
8387 before checking if it is read-only.
8389 * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
8390 of SRC_DIRS and eliminate duplicates.
8392 * gprcmd.adb: Replace command "path" with command "path_sep" to return
8394 (Usage): Document path_sep
8396 * Makefile.generic: For Ada and GNU C++ cases, link directly with the
8397 C++ compiler. No need for a script.
8398 Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
8399 Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
8402 * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
8403 where there are Ada sources.
8404 (Set_Ada_Paths): Only add to the include path the source dirs of project
8406 (Add_To_Path): Add the Display_Values of the directories, not their
8409 * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
8412 * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
8414 (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
8415 Value is canonicalized.
8416 (Language_Independent_Check): Do not copy Value to Display_Value when
8417 canonicalizing Value.
8419 * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
8420 path to find limited with cycles.
8421 (Parse_Single_Project): Use canonical cased path to find the end of a
8424 2004-03-02 Ed Schonberg <schonberg@gnat.com>
8426 * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
8427 and not a child unit.
8429 * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
8430 appear in a with_clause.
8432 * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
8433 only happen in type_annotate mode, do not try to elaborate it.
8435 * exp_util.adb (Force_Evaluation): If expression is a selected
8436 component on the left of an assignment, use a renaming rather than a
8437 temporary to remove side effects.
8439 * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
8440 inlined instance body, which is analyzed before the end of the
8443 2004-03-02 Robert Dewar <dewar@gnat.com>
8445 * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
8446 sem_ch4.adb: Use new feature for substitution of keywords in VMS
8448 * errout.ads, errout.adb: Implement new circuit for substitution of
8451 * sem_case.adb (Analyze_Choices): Place message properly when case is
8452 a subtype reference rather than an explicit range.
8454 * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
8456 2004-03-02 Doug Rupp <rupp@gnat.com>
8458 * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
8460 2004-03-02 Thomas Quinot <quinot@act-europe.fr>
8462 * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
8464 2004-03-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8466 * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
8469 2004-02-25 Robert Dewar <dewar@gnat.com>
8471 * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
8472 55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
8473 5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
8474 5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
8475 5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
8476 5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
8477 the defining instance of the type to avoid aliasing problems.
8478 Fix copyright header. Fix bad comments in package header.
8480 * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
8482 2004-02-25 Ed Schonberg <schonberg@gnat.com>
8484 * exp_ch2.adb (Param_Entity): Handle properly formals that have been
8485 rewritten as references when aliased through an address clause.
8487 * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
8488 whether call can be interpreted as an indirect call to the result of a
8489 parameterless function call returning an access subprogram.
8491 2004-02-25 Arnaud Charlet <charlet@act-europe.fr>
8494 * exp_ch7.adb (Make_Clean): Remove generation of calls to
8495 Unlock[_Entries], since this is now done by Service_Entries directly.
8497 * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
8499 * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
8500 Requeue_Call for better code readability. Change spec and update calls:
8501 PO_Service_Entries now unlock the PO on exit.
8502 (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
8505 * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
8507 * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
8509 2004-02-25 Sergey Rybin <rybin@act-europe.fr>
8511 * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
8512 protected subprogram call and analyzing the result of such expanding
8513 in case when the called protected subprogram is eliminated.
8515 * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
8518 2004-02-25 Jerome Guitton <guitton@act-europe.fr>
8520 * Makefile.in: Clean ups.
8522 2004-02-23 Ed Schonberg <schonberg@gnat.com>
8524 * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
8525 protected operations if original subprogram is flagged as eliminated.
8526 (Expand_N_Subprogram_Body): For a protected operation, create
8527 discriminals for next operation before checking whether the operation
8530 * exp_ch9.adb (Expand_N_Protected_Body,
8531 Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
8532 for internal protected operations if the original subprogram is
8535 * sem_elim.adb (Check_Eliminated): Handle properly protected operations
8536 declared in a single protected object.
8538 2004-02-23 Vincent Celier <celier@gnat.com>
8540 * prj-attr.adb: Make attribute Builder'Executable an associative array,
8541 case insensitive if file names are case insensitive, instead of a
8542 standard associative array.
8544 * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
8545 them as case insensitive on platforms where the file names are case
8548 * prj-part.adb (Parse_Single_Project): Make sure, when checking if
8549 project file has already been parsed that canonical path are compared.
8551 2004-02-23 Robert Dewar <dewar@gnat.com>
8553 * sinput-c.ads: Correct bad unit title in header
8555 * freeze.adb: Minor reformatting
8557 2004-02-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8559 * trans.c (tree_transform, case N_Procedure_Call_Statement): For
8560 nonaddressable COMPONENT_REF that is removing padding that we are
8561 taking the address of, take the address of the padded record instead
8562 if item is variable size.
8564 2004-02-20 Robert Dewar <dewar@gnat.com>
8566 * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
8568 2004-02-20 Ed Schonberg <schonberg@gnat.com>
8570 * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
8571 itype references for the constrained designated type of a component
8572 whose base type is already frozen.
8574 2004-02-20 Arnaud Charlet <charlet@act-europe.fr>
8576 * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
8579 2004-02-20 Sergey Rybin <rybin@act-europe.fr>
8581 * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
8582 identifier for a phantom package that rewrites the formal package
8583 declaration with a box. The Add semantic decorations for the defining
8584 identifier from the original node (that represents the formal package).
8586 2004-02-19 Matt Kraai <kraai@alumni.cmu.edu>
8588 * Make-lang.in (ada/stamp-sdefault): Use the top level
8591 2004-02-19 Richard Henderson <rth@redhat.com>
8593 * misc.c (record_code_position): Add third build arg for RTL_EXPR.
8595 2004-02-18 Emmanuel Briot <briot@act-europe.fr>
8597 * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
8598 Scan_ALI can be used for multiple ALI files without reinitializing
8601 2004-02-18 Robert Dewar <dewar@gnat.com>
8603 * debug.adb: Minor reformatting.
8605 2004-02-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8607 * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
8608 to zero if there is an address clause.
8610 2004-02-18 Thomas Quinot <quinot@act-europe.fr>
8612 * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
8614 2004-02-18 Gary Dismukes <dismukes@gnat.com>
8616 * layout.adb (Layout_Component_List): Revise generation of call to
8617 discriminant-checking function to pass selections of all of the type's
8618 discriminants rather than just the variant-controlling discriminant.
8620 2004-02-18 Olivier Hainque <hainque@act-europe.fr>
8622 * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
8623 fail in the current setup and triggers spurious system error messages.
8624 Pretend it occurred and failed instead.
8626 2004-02-18 Vincent Celier <celier@gnat.com>
8628 * bld.adb: Mark FLDFLAGS as saved
8629 (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
8630 it is not the root project. Put each directory to be
8631 extended between double quotes to prevent it to be expanded on Windows.
8632 (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
8633 the project file. Set them back to their initial values if they have not
8634 been set in the project file.
8636 * gprcmd.adb: (Gprdebug, Debug): New global variables
8637 (Display_Command): New procedure
8638 (Usage): Document new command "linkopts"
8639 Call Display_Command when env var GPRDEBUG has the value "TRUE"
8640 Implement new command "linkopts"
8641 Remove quotes that may be around arguments for "extend"
8642 Always call Normalize_Pathname with arguments formatted for the platform
8644 * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
8645 Change @echo to @$(display) in target clean to be able to clean silently
8647 * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
8649 * prj-part.adb (Project_Path_Name_Of): Do not put final result in
8652 * prj-part.adb (Parse_Single_Project): Always call with From_Extended
8653 = Extending_All when current project is an extending all project.
8655 * vms_conv.adb (Output_File_Expected): New Boolean global variable,
8656 set to True only for LINK command, after Unix switch -o.
8657 (Process_Arguments): Set Output_File_Expected to True for LINK command
8658 after Unix switch -o. When Output_File_Expected is True, never add an
8659 extension to a file name.
8661 * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
8662 option file name, only to the --for-linker= switch.
8663 (Option_File_Name): If option file name do not end with ".opt", append
8666 2004-02-18 GNAT Script <nobody@gnat.com>
8668 * Make-lang.in: Makefile automatically updated
8670 2004-02-17 Matt Kraai <kraai@alumni.cmu.edu>
8672 * Make-lang.in (stamp-sdefault): Do not depend on
8675 2004-02-12 Zack Weinberg <zack@codesourcery.com>
8677 * config-lang.in: Disable Ada by default until probe logic for
8678 a bootstrap Ada compiler can be moved to the top level configure
8681 2004-02-12 Olivier Hainque <hainque@act-europe.fr>
8683 * decl.c (components_to_record): Don't claim that the internal fields
8684 we make to hold the variant parts are semantically addressable, because
8687 * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
8688 adjust the comment describing the modular type form when we can use it.
8689 (Install_PAT): Account for the Esiz renaming.
8691 * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
8692 sc_onstack context indication before raising the exception to which
8693 the signal is mapped. Allows better handling of later signals possibly
8694 triggered by the resumed user code if the exception is handled.
8696 2004-02-12 Arnaud Charlet <charlet@act-europe.fr>
8698 * 5zinit.adb: Removed, no longer used.
8700 2004-02-12 Robert Dewar <dewar@gnat.com>
8702 * ali.adb: Remove separating space between parameters on R line. Makes
8703 format consistent with format used by the binder for Set_Globals call.
8705 * atree.ads, atree.adb: Minor reformatting (new function header format)
8707 * bindgen.adb: Add Run-Time Globals documentation section containing
8708 detailed documentation of the globals passed from the binder file to
8711 * gnatls.adb: Minor reformatting
8713 * init.c (__gnat_set_globals): Add note pointing to documentation in
8716 * lib-writ.ads, lib-writ.adb: Remove separating space between
8717 parameters on R line.
8718 Makes format consistent with format used by the binder for Set_Globals
8721 * osint.ads: Add 2004 to copyright notice
8724 * snames.ads: Correct capitalization of FIFO_Within_Priorities
8725 Noticed during code reading, documentation issue only
8727 * usage.adb: Remove junk line for obsolete C switch
8728 Noticed during code reading
8730 2004-02-12 Vincent Celier <celier@gnat.com>
8732 * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
8733 extend for each directory, so that multiple /** directories are
8734 extended individually.
8735 (Recursive_Process): Set the default for LANGUAGES to ada
8737 * gprcmd.adb: Define new command "ignore", to do nothing.
8738 Implement new comment "path".
8740 * Makefile.generic: Suppress output when SILENT is set
8741 Make sure that when compiler for C/C++ is gcc, the correct -x switch is
8742 used, so that the correct compiler is invoked.
8743 When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
8744 CXX_INCLUDE_PATH, to avoid failure with too long command lines.
8746 2004-02-12 Jerome Guitton <guitton@act-europe.fr>
8748 * Makefile.in: Clean ups and remove obsolete targets.
8750 2004-02-12 Ed Schonberg <schonberg@gnat.com>
8752 * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
8753 predicate declared in exp_util.
8755 * exp_util.adb: Add comments.
8757 * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
8758 visibility before compiling context of the subunit.
8760 * sem_res.adb (Check_Parameterless_Call): If the context expects a
8761 value but the name is a procedure, do not attempt to analyze as a call,
8762 in order to obtain more telling diagnostics.
8764 * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
8765 'Access on parameterless function calls.
8766 (Normalize_Actuals): For a parameterless function call with missing
8767 actuals, defer diagnostic until resolution of enclosing call.
8769 * sem_util.adb (Wrong_Type): If the context type is an access to
8770 subprogram and the expression is a procedure name, suggest a missing
8773 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8774 Nathanael Nerode <neroden@gcc.gnu.org>
8776 PR ada/6637, PR ada/5911
8777 Merge with libada-branch:
8778 * config-lang.in: Build libada only when ada is built.
8780 2004-02-09 Ed Schonberg <schonberg@gnat.com>
8782 * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
8783 for a tagged type, verify that both formals have the same type.
8785 * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
8786 temporary when the formal is an in-parameter and the actual a possibly
8789 * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
8790 when expansion is disabled, to ensure proper name capture with
8791 overloaded literals. Condition can be of any boolean type, resolve
8794 * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
8795 renaming is for a formal subprogram with a default operator name, and
8796 there is a usable operator that is visible at the point of
8799 2004-02-09 Robert Dewar <dewar@gnat.com>
8801 * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
8802 rewrite to ignore errors in ali files, intended to allow tools downward
8803 compatibility with new versions of ali files.
8805 * ali.ads: Add new parameter Ignore_Errors
8807 * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
8808 duplicating the error message giving the file with restrictions.
8810 * debug.adb: Add debug flag I for gnatbind
8812 * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
8813 operators for the case where the operator is a defining operator.
8815 * exp_ch3.adb: Minor reformatting (new function spec format).
8817 * exp_ch4.adb: Add comment for previous change, and make minor
8818 adjustment to loop to always check for improper loop termination.
8819 Minor reformatting throughout (new function spec format).
8821 * gnatbind.adb: Implement -di debug flag for gnatbind
8823 * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
8825 * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
8827 * lib-load.adb: Fix bad assertion.
8828 Found by testing and code reading.
8831 * lib-load.ads: Minor reformatting.
8833 * lib-writ.adb: There is only one R line now.
8835 * lib-writ.ads: Add documentation on making downward compatible changes
8836 to ali files so old tools work with new ali files.
8837 There is only one R line now.
8838 Add documentation on format incompatibilities (with special GPS note)
8840 * namet.ads, namet.adb: (Is_Operator_Name): New procedure
8842 * par-load.adb: Minor reformatting
8844 * sem_ch8.adb: Fix to error message from last update
8845 Minor reformatting and restructuring of code from last update
8847 * par-prag.adb, snames.adb, snames.ads, snames.h,
8848 sem_prag.adb: Implement pragma Profile.
8850 * stylesw.adb: Implement -gnatyN switch to turn off all style check
8853 * usage.adb: Add line for -gnatyN switch
8855 * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
8857 2004-02-09 Albert Lee <lee@gnat.com>
8859 * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
8861 2004-02-09 Ed Schonberg <schonberg@gnat.com>
8863 * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
8866 * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
8867 is nested in an instance that is not frozen yet, to avoid
8868 order-of-elaboration problems in gigi.
8870 * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
8871 body the attribute is legal.
8873 2004-02-09 Robert Dewar <dewar@gnat.com>
8875 * s-rident.ads: Minor comment correction
8877 * targparm.adb: Remove dependence on uintp completely. There was
8878 always a bug in Make in that it called Targparm before initializing
8879 the Uint package. The old code appeared to get away with this, but
8880 the new code did not! This caused an assertion error in gnatmake.
8882 * targparm.ads: Fix bad comment, restriction pragmas with parameters
8883 are indeed fully supported.
8885 2004-02-06 Alan Modra <amodra@bigpond.net.au>
8887 * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
8889 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
8891 * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
8892 with targetm.calls.promote_prototypes.
8894 2004-02-04 Robert Dewar <dewar@gnat.com>
8896 * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
8897 ali.ads, gprcmd.adb: Minor reformatting
8899 * bindgen.adb: Output restrictions string for new style restrictions
8902 * impunit.adb: Add s-rident.ads (System.Rident) and
8903 s-restri (System.Restrictions)
8905 * lib-writ.adb: Fix bug in writing restrictions string (last few
8908 * s-restri.ads, s-restri.adb: Change name Restrictions to
8909 Run_Time_Restrictions to avoid conflict with package name.
8910 Add circuit to read and acquire run time restrictions.
8912 2004-02-04 Jose Ruiz <ruiz@act-europe.fr>
8914 * restrict.ads, restrict.adb: Use the new restriction
8915 No_Task_Attributes_Package instead of the old No_Task_Attributes.
8917 * sem_prag.adb: No_Task_Attributes is a synonym of
8918 No_Task_Attributes_Package.
8920 * snames.ads, snames.adb: New entry for proper handling of
8923 * s-rident.ads: Adding restriction No_Task_Attributes_Package
8924 (AI-00249) that supersedes the GNAT specific restriction
8927 2004-02-04 Ed Schonberg <schonberg@gnat.com>
8930 (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
8931 body, an identifier may be wrapped in an unchecked conversion.
8933 2004-02-04 Vincent Celier <celier@gnat.com>
8935 * lib-writ.ads: Comment update for the W lines
8937 * bld.adb: (Expression): An empty string list is static
8939 * fname-uf.adb: Minor comment update
8941 * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
8943 * gnatbind.adb: Initialize Cumulative_Restrictions with the
8944 restrictions on the target.
8946 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
8948 * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
8951 2004-02-02 Arnaud Charlet <charlet@gnat.com>
8953 * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
8955 2004-02-02 Vincent Celier <celier@gnat.com>
8957 * gprcmd.adb (Check_Args): If condition is false, print the invoked
8958 comment before the usage.
8959 Gprcmd: Fail when command is not recognized.
8960 (Usage): Document command "prefix"
8962 * g-md5.adb (Digest): Process last block.
8963 (Update): Do not process last block. Store remaining characters and
8966 * g-md5.ads (Update): Document that several call to update are
8967 equivalent to one call with the concatenated string.
8968 (Context): Add fields to allow new Update behaviour.
8970 * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
8972 When May_Fail is True and no existing file can be found, return No_File.
8974 * 6vcstrea.adb: Inlined functions are now wrappers to implementation
8977 * lib-writ.adb (Write_With_Lines): When body file does not exist, use
8978 spec file name instead on the W line.
8980 2004-02-02 Robert Dewar <dewar@gnat.com>
8982 * ali.adb: Read and acquire info from new format restrictions lines
8984 * bcheck.adb: Add circuits for checking restrictions with parameters
8986 * bindgen.adb: Output dummy restrictions data
8989 * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
8990 exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
8991 freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
8992 sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
8993 sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
8995 * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
8996 the warning message on access to possibly uninitialized variable S)
8997 Minor changes for new restrictions handling.
8999 * gnatbind.adb: Minor reformatting
9000 Minor changes for new restrictions handling
9001 Move circuit for -r processing here from bcheck (cleaner)
9003 * gnatcmd.adb, gnatlink.adb: Minor reformatting
9005 * lib-writ.adb: Output new format restrictions lines
9007 * lib-writ.ads: Document new R format lines for new restrictions
9010 * s-restri.ads/adb: New files
9012 * Makefile.rtl: Add entry for s-restri.ads/adb
9014 * par-ch3.adb: Fix bad error messages starting with upper case letter
9017 * restrict.adb: Major rewrite throughout for new restrictions handling
9018 Major point is to handle restrictions with parameters
9020 * restrict.ads: Major changes in interface to handle restrictions with
9021 parameters. Also generally simplifies setting of restrictions.
9023 * snames.ads/adb: New entry for proper handling of No_Requeue
9025 * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
9026 restriction counting.
9027 Other minor changes for new restrictions handling
9029 * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
9030 Restriction_Warnings now allows full parameter notation
9031 Major rewrite of Restrictions for new restrictions handling
9033 2004-02-02 Javier Miranda <miranda@gnat.com>
9035 * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
9036 syntax rule for object renaming declarations.
9037 (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
9038 component definitions.
9040 * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
9042 (Array_Type_Declaration): Give support to access components. In addition
9043 it was also modified to reflect the name of the object in anonymous
9044 array types. The old code did not take into account that it is possible
9045 to have an unconstrained anonymous array with an initial value.
9046 (Check_Or_Process_Discriminants): Allow access discriminant in
9048 (Process_Discriminants): Allow access discriminant in non-limited types
9049 Initialize the new Access_Definition field in N_Object_Renaming_Decl
9050 node. Change Ada0Y to Ada 0Y in comments
9052 * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
9054 Change Ada0Y to Ada 0Y in comments
9056 * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
9057 renamings Change Ada0Y to Ada 0Y in comments
9059 * sem_type.adb (Find_Unique_Type): Give support to the equality
9060 operators for universal access types
9061 Change Ada0Y to Ada 0Y in comments
9063 * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
9065 * sinfo.ads (N_Component_Definition): Addition of Access_Definition
9067 (N_Object_Renaming_Declaration): Addition of Access_Definition field
9068 Change Ada0Y to Ada 0Y in comments
9070 * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
9071 component definition and object renaming nodes
9072 Change Ada0Y to Ada 0Y in comments
9074 2004-02-02 Jose Ruiz <ruiz@act-europe.fr>
9076 * restrict.adb: Use the new restriction identifier
9077 No_Requeue_Statements instead of the old No_Requeue for defining the
9080 * sem_ch9.adb (Analyze_Requeue): Check the new restriction
9081 No_Requeue_Statements.
9083 * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
9084 that supersedes the GNAT specific restriction No_Requeue. The later is
9085 kept for backward compatibility.
9087 2004-02-02 Ed Schonberg <schonberg@gnat.com>
9089 * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
9090 5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
9091 pragma and fix incorrect ones.
9093 * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
9094 warning if the pragma is redundant.
9096 2004-02-02 Thomas Quinot <quinot@act-europe.fr>
9098 * 5staprop.adb: Add missing 'constant' keywords.
9100 * Makefile.in: use consistent value for SYMLIB on
9101 platforms where libaddr2line is supported.
9103 2004-02-02 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9105 * utils.c (end_subprog_body): Do not call rest_of_compilation if just
9108 2004-02-02 Olivier Hainque <hainque@act-europe.fr>
9110 * init.c (__gnat_install_handler): Setup an alternate stack for signal
9111 handlers in the environment thread. This allows proper propagation of
9112 an exception on stack overflows in this thread even when the builtin
9113 ABI stack-checking scheme is used without support for a stack reserve
9116 * utils.c (create_field_decl): Augment the head comment about bitfield
9117 creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
9118 here, because the former is not accurate enough at this point.
9119 Let finish_record_type decide instead.
9120 Don't make a bitfield if the field is to be addressable.
9121 Always set a size for the field if the record is packed, to ensure the
9122 checks for bitfield creation are triggered.
9123 (finish_record_type): During last pass over the fields, clear
9124 DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
9125 not covered by the calls to layout_decl. Adjust DECL_NONADDRESSABLE_P
9126 from DECL_BIT_FIELD.
9128 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
9130 * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
9131 (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
9132 (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
9134 2004-01-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9136 * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
9138 * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
9139 (ZCX_By_Default): Likewise.
9140 (Front_End_ZCX_Support): Likewise.
9142 * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
9143 (Initialize_Lock): Mark Level unreferenced.
9144 (Sleep): Mark Reason unreferenced.
9145 (Timed_Sleep): Likewise.
9147 (Exit_Task): Use Result.
9148 (Check_No_Locks): Mark Self_ID unreferenced.
9150 * 5gtasinf.adb (New_Sproc): Make Attr constant.
9151 (Bound_Thread_Attributes): Make Sproc constant.
9152 (New_Bound_Thread_Attributes): Likewise.
9154 2004-01-26 Ed Schonberg <schonberg@gnat.com>
9156 * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
9157 one-dimensional array an slice assignments, when component type is
9160 * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
9161 component type is controlled, and control_actions are in effect, use
9162 TSS procedure rather than generating inline code.
9164 * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
9165 arrays with controlled components.
9167 2004-01-26 Vincent Celier <celier@gnat.com>
9169 * gnatcmd.adb (GNATCmd): Add specification of argument file on the
9170 command line for the non VMS case.
9172 * gnatlink.adb (Process_Binder_File): When building object file, if
9173 GNU linker is used, put all object paths between quotes, to prevent ld
9174 error when there are unusual characters (such as '!') in the paths.
9176 * Makefile.generic: When there are sources in Ada and the main is in
9177 C/C++, invoke gnatmake with -B, instead of -z.
9179 * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
9180 from VMS_Conversion.
9181 (Process_Argument): New procedure, extracted from VMS_Conversion. Add
9182 specification of argument file on the command line.
9184 2004-01-26 Bernard Banner <banner@gnat.com>
9186 * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
9188 2004-01-26 Ed Schonberg <schonberg@gnat.com>
9190 * snames.adb: Update copyright notice.
9191 Add info on slice assignment for controlled arrays.
9193 2004-01-23 Robert Dewar <dewar@gnat.com>
9195 * exp_aggr.adb: Minor reformatting
9197 * exp_ch9.adb: Minor code clean up
9199 Fix bad character in comment
9202 * targparm.adb (Get_Target_Parameters): Give clean abort error on
9203 unexpected end of file, along with more detailed message.
9205 2004-01-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9207 * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
9210 * decl.c (copy_alias_set): New function.
9211 (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
9213 2004-01-23 Doug Rupp <rupp@gnat.com>
9215 * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
9216 lib$${file} in case subsequent character is not a separator.
9218 2004-01-23 Vincent Celier <celier@gnat.com>
9220 * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
9221 when the GCC version is at least 3.
9223 * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
9224 Remove all "Opt.", to prepare for opt split
9226 * prj-part.adb (Parse_Single_Project): New Boolean out parameter
9227 Extends_All. Set to True when the project parsed is an extending all
9228 project. Fails for importing an extending all project only when the
9229 imported project is an extending all project.
9230 (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
9231 depending on the value of Extends_All returned.
9233 * prj-proc.adb (Process): Check that no project shares its object
9234 directory with a project that extends it, directly or indirectly,
9235 including a virtual project.
9236 Check that no project extended by another project shares its object
9237 directory with another also extended project.
9239 * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
9240 Kind = N_With_Clause
9242 * prj-tree.ads: Minor reformatting
9243 Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
9245 2004-01-23 Ed Schonberg <schonberg@gnat.com>
9247 * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
9248 applies to a type with an incomplete view, use full view in Name of
9249 clause, for consistency with uses of Get_Attribute_Definition_Clause.
9251 2004-01-23 Arnaud Charlet <charlet@act-europe.fr>
9253 * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
9254 SCHED_RR, since other values are not supported by this policy.
9255 (Initialize): Move initialization of mutex attribute to package
9256 elaboration, to prevent early access to this variable.
9258 * Makefile.in: Remove mention of Makefile.adalib, unused.
9260 * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
9261 1ssecsta.ads: Removed, unused.
9263 2004-01-21 Javier Miranda <miranda@gnat.com>
9265 * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
9266 entity if already built in the current scope.
9268 * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
9269 reminder in internal scopes. Required for nested limited aggregates.
9271 2004-01-21 Doug Rupp <rupp@gnat.com>
9273 * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
9274 VMS. Replace all occurences of libgnat- and libgnarl- with
9275 libgnat$(hyphen) and libgnarl$(hyphen).
9276 Fixed shared library build problem on VMS.
9278 2004-01-21 Robert Dewar <dewar@gnat.com>
9280 * mlib-prj.adb: Minor reformatting
9282 2004-01-21 Thomas Quinot <quinot@act-europe.fr>
9284 * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
9285 'constant' keywords for declaration of pointers that are not modified.
9287 * exp_pakd.adb: Fix English in comment.
9289 2004-01-21 Ed Schonberg <schonberg@gnat.com>
9292 * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
9293 copy all attributes of the parent, including the foreign language
9296 2004-01-21 Sergey Rybin <rybin@act-europe.fr>
9299 * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
9300 for 'delay until' statement.
9302 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
9304 * Make-lang.in: Replace $(docdir) with doc.
9305 (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
9306 doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
9307 to use consistent MAKEINFO rule.
9308 (ada.man, ada.srcman): Dummy entry.
9309 (ADA_INFOFILES): Define.
9310 (ada.info, ada.srcinfo): New rules.
9312 2004-01-19 Arnaud Charlet <charlet@act-europe.fr>
9314 * utils.c: Update copyright notice, missed in previous change.
9316 2004-01-19 Vincent Celier <celier@gnat.com>
9318 * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
9319 args if Bind is True. Set First_ALI, if not already done.
9320 (Build_Library): For Stand Alone Libraries, extract from one ALI file
9321 an eventual --RTS switch, for gnatbind, and all backend switches +
9324 2004-01-19 Robert Dewar <dewar@gnat.com>
9326 * sem_attr.adb, memtrack.adb: Minor reformatting
9328 2004-01-19 Ed Schonberg <schonberg@gnat.com>
9330 * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
9331 that rename enumeration literals. This is properly done in sem_eval.
9333 * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
9334 to functions that rename enumeration literals.
9336 * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
9337 functions that rename enumeration literals.
9339 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
9341 * Make-lang.in (utils.o): Depend on target.h.
9342 * utils.c: Include target.h.
9343 (process_attributes): Use targetm.have_named_sections instead
9344 of ASM_OUTPUT_SECTION_NAME.
9346 2004-01-16 Andreas Jaeger <aj@suse.de>
9348 * Makefile.in: Add $(DESTDIR).
9350 2004-01-15 Olivier Hainque <hainque@act-europe.fr>
9352 * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
9353 also when not defining if a Size clause applies. That information is
9356 2004-01-15 Arnaud Charlet <charlet@act-europe.fr>
9358 * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
9359 symbolic links for the shared gnat run time when needed.
9361 2004-01-15 Vasiliy Fofanov <fofanov@act-europe.fr>
9363 * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
9364 for writing, and terminate with an error message if not.
9366 2004-01-15 Ed Schonberg <schonberg@gnat.com>
9368 * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
9369 warning on an access to subprogram in an instance, when the target
9370 type is declared in the same generic unit.
9371 (Eval_Attribute): If 'access is known to fail accessibility check,
9372 rewrite as a raise statement.
9374 2004-01-15 GNAT Script <nobody@gnat.com>
9376 * Make-lang.in: Makefile automatically updated
9378 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
9380 * Make-lang.in (ada.srcextra): Dummy entry.
9382 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
9384 * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
9386 2004-01-13 Ed Schonberg <schonberg@gnat.com>
9388 * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
9389 components that are initialized with aggregates.
9391 2004-01-13 Vincent Celier <celier@gnat.com>
9393 * gnatlink.adb (Process_Binder_File): To find directory of shared
9394 libgcc, if "gcc-lib" is not a subdirectory, look for the last
9395 subdirectory "lib" in the path of the shared libgnat or libgnarl.
9397 * make.adb (Gnatmake): If GCC version is at least 3, link with
9398 -shared-libgcc, when there is at least one shared library project.
9400 * opt.ads (GCC_Version): New integer constant.
9402 * adaint.c (get_gcc_version): New function.
9404 2004-01-13 Robert Dewar <dewar@gnat.com>
9406 * sem_dist.adb, sem_res.adb, sem_util.adb,
9407 sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
9408 exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
9410 2004-01-13 Thomas Quinot <quinot@act-europe.fr>
9412 * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
9413 g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
9416 2004-01-12 Arnaud Charlet <charlet@act-europe.fr>
9418 * misc.c: Remove trailing spaces.
9419 Update copyright notice missed in previous change.
9422 * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
9425 * Makefile.generic: Update copyright.
9428 * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
9429 of prefix/share/make.
9431 * Makefile.prolog: Update copyright.
9434 2004-01-12 Laurent Pautet <pautet@act-europe.fr>
9436 * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
9437 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
9438 g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
9441 * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
9444 2004-01-12 Javier Miranda <miranda@gnat.com>
9446 * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
9447 exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
9448 sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
9449 sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
9450 Component_Definition node.
9452 2004-01-12 Ed Falis <falis@gnat.com>
9454 * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
9456 2004-01-12 Thomas Quinot <quinot@act-europe.fr>
9458 * link.c: Change default libgnat kind to STATIC for FreeBSD.
9460 2004-01-12 Bernard Banner <banner@gnat.com>
9462 * Makefile.in: map 86numaux to a-numaux for x86_64
9464 2004-01-12 Ed Schonberg <schonberg@gnat.com>
9466 * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
9467 generated to rename a generic actual, go to the actual itself, the
9468 subtype is not a user-visible entity.
9470 * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
9471 part is a private subtype, reset the visibility of its full view, if
9472 any, to be consistent.
9475 * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
9476 to use a generic package G as a formal package for another generic
9479 2004-01-12 Robert Dewar <dewar@gnat.com>
9481 * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
9483 * usage.adb: Remove mention of obsolete -gnatwb switch
9484 Noticed during code reading
9486 2004-01-12 Jerome Guitton <guitton@act-europe.fr>
9488 * 1ssecsta.adb: Minor changes for -gnatwa warnings
9490 2004-01-12 GNAT Script <nobody@gnat.com>
9492 * Make-lang.in: Makefile automatically updated
9494 2004-01-09 Mark Mitchell <mark@codesourcery.com>
9496 * misc.c (gnat_expand_expr): Add alt_rtl parameter.
9498 2004-01-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9500 * link.c [sgi] (shared_libgnat_default): Change to STATIC.
9502 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
9504 * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
9505 Update comment and copyright date.
9506 * stamp-xgnatug: Delete.
9508 2004-01-05 Robert Dewar <dewar@gnat.com>
9510 * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
9511 be modified by the binder generated main program if the -D switch is
9514 * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
9515 imported functions (since now we expect this to be done for imported
9518 * 5vtaprop.adb: Add several ??? for sections requiring more comments
9519 Minor reformatting throughout
9521 * 5zinit.adb: Minor reformatting
9522 Add 2004 to copyright date
9523 Minor changes to avoid -gnatwa warnings
9524 Correct some instances of using OR instead of OR ELSE (noted while
9527 * sprint.adb: Minor updates to avoid -gnatwa warnings
9529 * s-secsta.ads, s-secsta.adb:
9530 (SS_Get_Max): New function to obtain high water mark for ss stack
9531 Default_Secondary_Stack is not a constant since it may be modified by
9532 the binder generated main program if the -D switch is used.
9534 * switch-b.adb: New -Dnnn switch for binder
9537 Make -gnatg imply all warnings currently in -gnatwa
9539 * vms_conv.adb: Minor reformatting
9540 Add 2004 to copyright notice
9541 Add 2004 to printed copyright notice
9543 * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
9544 3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
9545 5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
9546 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
9547 5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
9548 5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
9549 5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
9550 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
9551 5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
9552 5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
9553 6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
9554 vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
9555 xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
9556 sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
9557 checks.adb, clean.adb, cstand.adb, einfo.ads,
9558 einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
9559 exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
9560 prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
9561 sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
9562 g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
9563 lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
9564 Minor reformatting and code clean ups.
9565 Minor changes to prevent -gnatwa warnings
9567 * ali.adb: Minor reformatting and cleanup of code
9568 Acquire new SS indication of secondary stack use from ali files
9570 * a-numaux.ads: Add Pure_Function pragmas for all imported functions
9571 (since now we expect this to be done for imported functions)
9573 * bindgen.adb: Generate call to modify default secondary stack size if
9576 * bindusg.adb: Add line for new -D switch
9578 * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
9579 replacement name for Type_May_Have_Non_Bit_Aligned_Components!
9580 Add circuitry for both records and arrays to avoid gigi
9581 processing if the type involved has non-bit-aligned components
9583 * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
9584 N_String_Literal node always references an E_String_Literal_Subtype
9585 entity. This may not be true in the future.
9586 (Possible_Bit_Aligned_Component): Move processing of
9587 Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
9589 * exp_ch6.adb (Expand_Thread_Body): Pick up
9590 Default_Secondary_Stack_Size as variable so that we get value modified
9591 by possible -Dnnn binder parameter.
9593 * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
9594 (Type_May_Have_Bit_Aligned_Components): New function.
9596 * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
9597 (Type_May_Have_Bit_Aligned_Components): New function.
9599 * fe.h: (Set_Identifier_Casing): Fix prototype.
9600 Add declaration for Sem_Elim.Eliminate_Error_Msg.
9603 * freeze.adb (Freeze_Entity): Add RM reference to error message about
9604 importing constant atomic/volatile objects.
9605 (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
9606 unless explicit Pure_Function pragma given, to avoid insidious bug of
9607 call to non-pure imported function getting eliminated.
9609 * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
9610 gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
9611 gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
9612 Add 2004 to printed copyright notice
9614 * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
9617 * Makefile.rtl: Add entry for g-sestin.o
9618 g-sestin.ads: New file.
9620 * mdll.adb: Minor changes to avoid -gnatwa warnings
9622 * mlib-tgt.adb: Minor reformatting
9624 * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
9625 New switch Sec_Stack_Used (GNAT, GNATBIND)
9626 Make Default_Secondary_Stack_Size a variable instead of a constant,
9627 so that it can be modified by the new -Dnnn bind switch.
9629 * rtsfind.adb (Load_Fail): Give full error message in configurable
9630 run-time mode if all_errors mode is set. This was not done in the case
9631 of a file not found, which was an oversight.
9632 Note if secondary stack unit is used by compiler.
9634 * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
9635 ineffective elaborate all pragmas on non-visible packages (this
9636 happened when a renamed subprogram was called). Now the elaborate all
9637 always goes on the package containing the renaming rather than the one
9638 containing the renamed subprogram.
9640 * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
9641 (Process_Eliminate_Pragma): Add parameter to capture pragma location.
9643 * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
9644 has an Etype that references an E_String_Literal.
9645 (Eval_String_Literal): Avoid assumption that N_String_Literal node
9646 always references an E_String_Literal_Subtype entity. This may not
9647 be true in the future.
9649 * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
9652 * sem_res.adb (Resolve): Specialize msg for function name used in proc
9655 2004-01-05 Ed Falis <falis@gnat.com>
9657 * g-debuti.adb: Replaced direct boolean operator with short-circuit
9660 2004-01-05 Vincent Celier <celier@gnat.com>
9662 * bld.adb: Minor comment updates
9663 (Process_Declarative_Items): Correct incorrect name (Index_Name instead
9666 * make.adb (Gnatmake): Special process for files to compile/check when
9667 -B is specified. Fail when there are only foreign mains in attribute
9668 Main of the project file and -B is not specified. Do not skip bind/link
9669 steps when -B is specified.
9671 * makeusg.adb: Document new switch -B
9673 * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
9675 * switch-m.adb: (Scan_Make_Switches): Process -B switch
9677 * vms_data.ads: Add new GNAT PRETTY qualifier
9678 /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
9680 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9682 * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
9685 * misc.c (gnat_printable_name): If VERBOSITY is 2, call
9686 Set_Identifier_Casing.
9688 * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
9689 has size that overflows.
9691 2004-01-05 Gary Dismukes <dismukes@gnat.com>
9693 * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
9694 -gnatwa warning on static condition.
9696 2004-01-05 Doug Rupp <rupp@gnat.com>
9698 * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
9700 2004-01-05 Arnaud Charlet <charlet@act-europe.fr>
9702 * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
9703 all attributes, including read-only attribute.
9705 2004-01-05 Pascal Obry <obry@gnat.com>
9707 * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
9708 library naming scheme.
9710 * mlib-prj.adb (Build_Library): Generate different names for the static
9711 or dynamic version of the GNAT runtime. This is needed to support the
9712 new shared library naming scheme.
9713 (Process_Binder_File): Add detection of shared library in binder file
9714 based on the new naming scheme.
9716 * gnatlink.adb (Process_Binder_File): Properly detect the new naming
9717 scheme for the shared runtime libraries.
9720 (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
9722 (install-gnatlib): Do not create symlinks for shared libraries.
9723 (gnatlib-shared-default): Idem.
9724 (gnatlib-shared-dual-win32): New target. Not used for now as the
9725 auto-import feature does not support arrays/records.
9726 (gnatlib-shared-win32): Do not create copy for the shared libraries.
9727 (gnatlib-shared-vms): Fix shared runtime libraries names.
9729 * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
9730 dependent runtime shared library name.
9732 2004-01-05 Vasiliy Fofanov <fofanov@act-europe.fr>
9734 * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
9737 2004-01-05 Ed Schonberg <schonberg@gnat.com>
9739 * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
9740 protected objects when allocator has a subtype indication, not a
9741 qualified expression. Note that qualified expressions may have to be
9742 checked when limited aggregates are implemented.
9744 * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
9746 (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
9747 subprogram is imported, remove warning.
9749 2004-01-05 Geert Bosch <bosch@gnat.com>
9751 * s-poosiz.adb: Update copyright notice.
9752 (Allocate): Use Task_Lock to protect against concurrent access.
9753 (Deallocate): Likewise.
9755 2004-01-05 Joel Brobecker <brobecker@gnat.com>
9757 * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
9760 2003-12-23 Kelley Cook <kcook@gcc.gnu.org>
9762 * gnat_ug.texi: Force a CVS commit by updating copyright.
9763 * gnat_ug_vxw.texi: Regenerate.
9764 * gnat_ug_wnt.texi: Regenerate.
9765 * gnat_ug_vms.texi: Regenerate.
9766 * gnat_ug_unx.texi: Regenerate.
9768 2003-12-20 Kazu Hirata <kazu@cs.umass.edu>
9770 * trans.c: Remove uses of "register" specifier in
9771 declarations of local variables.
9773 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
9775 * stamp-xgnatug: New stamp file.
9776 * Make-lang.in (stamp-xgnatug): New stamp file and comment.
9777 (ada/doctools/xgnatug): Add $(build_exeext).
9778 (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
9779 ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
9781 2003-12-17 Ed Falis <falis@gnat.com>
9783 * a-elchha.adb (Tailored_Exception_Information): made Info constant to
9786 * a-exextr.adb: Add context clause for
9787 Ada.Exceptions.Last_Chance_Handler.
9789 2003-12-17 Sergey Rybin <rybin@act-europe.fr>
9791 * cstand.adb (Create_Standard): Change the way how the declaration of
9792 the Duration type is created (making it the same way as it is for all
9793 the other standard types).
9795 2003-12-17 Robert Dewar <dewar@gnat.com>
9797 * s-crtl.ads: Fix header format
9798 Change Pure to Preelaborate
9800 2003-12-17 Ed Schonberg <schonberg@gnat.com>
9802 * checks.adb (Selected_Length_Checks): Generate an Itype reference for
9803 the expression type only if it is declared in the current unit.
9805 * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
9806 are universal and already analyzed, as can occur in constrained
9807 subcomponents that depend on discriminants, when one constraint is a
9810 * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
9811 type Any_Fixed is legal as the argument of a conversion, if only one
9812 fixed-point type is in context.
9814 2003-12-17 GNAT Script <nobody@gnat.com>
9816 * Make-lang.in: Makefile automatically updated
9818 2003-12-15 Robert Dewar <dewar@gnat.com>
9820 * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
9823 2003-12-15 Vincent Celier <celier@gnat.com>
9825 * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
9826 (Gnatchop): Do not set failure status when reporting the number of
9829 2003-12-15 Doug Rupp <rupp@gnat.com>
9831 * s-ctrl.ads: New file.
9833 * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
9835 * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
9836 (GNATBIND_OBJS): Add ada/s-crtl.o.
9838 * Makefile.in [VMS]: Clean up ifeq rules.
9840 * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
9841 a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
9842 g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
9843 s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
9844 s-tasdeb.adb: Update copyright.
9846 Make minor modifications to use System.CRTL declared functions instead
9847 of importing locally.
9849 2003-12-15 GNAT Script <nobody@gnat.com>
9851 * Make-lang.in: Makefile automatically updated
9853 2003-12-11 Ed Falis <falis@gnat.com>
9855 * 5zinit.adb: Clean up.
9857 * 5zintman.adb (Notify_Exception): replaced case statement with a call
9858 to __gnat_map_signal, imported from init.c to support
9859 signal -> exception mappings that depend on the vxWorks version.
9862 Created and exported __gnat_map_signal to support signal -> exception
9863 mapping that is dependent on the VxWorks version.
9864 Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
9866 2003-12-11 Vasiliy Fofanv <fofanov@act-europe.fr>
9868 * 5wosinte.ads: Link with -mthreads switch.
9870 2003-12-11 Arnaud Charlet <charlet@act-europe.fr>
9872 * init.c (__gnat_install_handler [NetBSD]): Set
9873 __gnat_handler_installed, as done on all other platforms.
9874 Remove duplicated code.
9876 2003-12-11 Jerome Guitton <guitton@act-europe.fr>
9878 * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
9880 2003-12-11 Thomas Quinot <quinot@act-europe.fr>
9882 * sinfo.ads: Fix inconsistent example code in comment.
9884 2003-12-11 Robert Dewar <dewar@gnat.com>
9886 * a-tiinau.adb: Add a couple of comments
9888 * sem_ch3.adb: Minor reformatting
9891 Fix bad prototype of Same_Base_Type in body (code reading cleanup)
9892 Minor reformatting throughout
9894 2003-12-11 Ed Schonberg <schonberg@gnat.com>
9896 * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
9897 bounds of a loop, create a separate block in order to generate proper
9898 cleanup actions to prevent memory leaks.
9900 * sem_res.adb (Resolve_Call): After a call to
9901 Establish_Transient_Scope, the call may be rewritten and relocated, in
9902 which case no further processing is needed.
9904 * sem_util.adb: (Wrong_Type): Refine previous fix.
9905 Fixes ACATS regressions.
9909 * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
9912 2003-12-08 Jerome Guitton <guitton@act-europe.fr>
9914 * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
9915 i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
9918 * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
9921 2003-12-08 Robert Dewar <dewar@gnat.com>
9923 * 7sintman.adb: Minor reformatting
9925 * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
9926 standard linker options to get standard libraries linked. We now plan
9927 to provide dummy versions of these libraries to match the appropriate
9928 configurable run-time (e.g. if a library is not needed at all, provide
9929 a dummy empty library).
9931 * targparm.ads: Configurable_Run_Time mode no longer affects linker
9932 options (-L parameters and standard libraries). What we plan to do is
9933 to provide dummy libraries where the libraries are not required.
9935 * gnatbind.adb: Minor comment improvement
9937 2003-12-08 Javier Miranda <miranda@gnat.com>
9939 * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
9940 aggregate in the parent. Otherwise constants with limited aggregates
9941 are not supported. Add new formal to pass the component type (Ctype).
9942 It is required to call the corresponding IP subprogram in case of
9943 default initialized components.
9944 (Gen_Assign): In case of default-initialized component, generate a
9945 call to the IP subprogram associated with the component.
9946 (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
9947 of aggregate with default initialized components.
9948 (Has_Default_Init_Comps): Improve implementation to recursively check
9949 all the present expressions.
9951 * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
9952 to indicate that the initialization call corresponds to a
9953 default-initialized component of an aggregate.
9954 In case of default initialized aggregate with tasks this parameter is
9955 used to generate a null string (this is just a workaround that must be
9956 improved later). In case of discriminants, this parameter is used to
9957 generate a selected component node that gives access to the discriminant
9960 * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
9961 subprogram, based on Build_Task_Allocate_Block, but adapted to expand
9962 allocated aggregates with default-initialized components.
9964 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
9965 the box notation is used in positional aggregates.
9967 2003-12-08 Samuel Tardieu <tardieu@act-europe.fr>
9969 * lib.ads: Fix typo in comment
9971 2003-12-08 Vincent Celier <celier@gnat.com>
9973 * prj.adb (Project_Empty): New component Unkept_Comments
9974 (Scan): Remove procedure; moved to Prj.Err.
9976 * prj.ads (Project_Data): New Boolean component Unkept_Comments
9977 (Scan): Remove procedure; moved to Prj.Err.
9979 * prj-dect.adb: Manage comments for the different declarations.
9981 * prj-part.adb (With_Record): New component Node
9982 (Parse): New Boolean parameter Store_Comments, defaulted to False.
9983 Set the scanner to return ends of line and comments as tokens, if
9984 Store_Comments is True.
9985 (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
9986 comments are associated with these nodes. Store the node IDs in the
9988 (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
9990 (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
9991 the N_Project node. Call Tree.Save and Tree.Reset before scanning the
9992 current project. Call Tree.Restore afterwards. Set the various nodes
9993 for comment storage (Next_End, End_Of_Line, Previous_Line,
9996 * prj-part.ads (Parse): New Boolean parameter Store_Comments,
9999 * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
10000 to False. When Truncated is True, truncate the string, never go to the
10002 (Write_End_Of_Line_Comment): New procedure
10003 (Print): Process comments for nodes N_With_Clause,
10004 N_Package_Declaration, N_String_Type_Declaration,
10005 N_Attribute_Declaration, N_Typed_Variable_Declaration,
10006 N_Variable_Declaration, N_Case_Construction, N_Case_Item.
10007 Process nodes N_Comment.
10009 * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
10010 without comments and there are some comments, set the flag
10011 Unkept_Comments to True.
10012 (Scan): If there are comments, set the flag Unkept_Comments to True and
10013 clear the comments.
10014 (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
10015 (Next_End_Nodes: New table
10016 (Comment_Zones_Of): New function
10017 (Scan): New procedure; moved from Prj. Accumulate comments in the
10018 Comments table and set end of line comments, comments after, after end
10020 (Add_Comments): New procedure
10021 (Save, Restore, Seset_State): New procedures
10022 (There_Are_Unkept_Comments): New function
10023 (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
10024 (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
10026 (First_Comment_After, First_Comment_After_End): New functions
10027 (First_Comment_Before, First_Comment_Before_End): New functions
10028 (Next_Comment): New function
10029 (End_Of_Line_Comment, Follows_Empty_Line,
10030 Is_Followed_By_Empty_Line): New functions
10031 (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
10032 (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
10033 (Set_Next_Comment): New procedure
10034 (Default_Project_Node): Associate comment before if the node can store
10037 * scans.ads (Token_Type): New enumeration value Tok_Comment
10038 (Comment_Id): New global variable
10040 * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
10041 defaulted to False.
10042 (Scan): Store position of start of comment. If comments are tokens, set
10043 Comment_Id and set Token to Tok_Comment when scanning a comment.
10044 (Set_Comment_As_Token): New procedure
10046 * sinput-p.adb: Update Copyright notice
10047 (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
10048 that no longer exists.
10050 2003-12-08 Javier Miranda <miranda@gnat.com>
10052 * sem_aggr.adb: Add dependence on Exp_Tss package
10053 Correct typo in comment
10054 (Resolve_Aggregate): In case of array aggregates set the estimated
10055 type of the aggregate before calling resolve. This is needed to know
10056 the name of the corresponding IP in case of limited array aggregates.
10057 (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
10058 in case of default initialized array components.
10060 * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
10061 types. Required to give support to limited aggregates in generic
10064 2003-12-08 Ed Schonberg <schonberg@gnat.com>
10066 * sem_ch3.adb (Check_Initialization): For legality purposes, an
10067 inlined body functions like an instantiation.
10068 (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
10069 until bounds are analyzed, to diagnose premature use of type.
10071 * sem_util.adb (Wrong_Type): Improve error message when the type of
10072 the expression is used prematurely.
10074 2003-12-08 GNAT Script <nobody@gnat.com>
10076 * Make-lang.in: Makefile automatically updated
10078 2003-12-08 Arnaud Charlet <charlet@act-europe.fr>
10080 * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
10081 they are automatically generated by Make-lang.in and cause nothing but
10082 maintenance troubles.
10084 2003-12-05 Thomas Quinot <quinot@act-europe.fr>
10086 * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
10087 version of this unit).
10089 2003-12-05 Olivier Hainque <hainque@act-europe.fr>
10091 * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
10092 5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
10093 5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
10094 the body of System.Interrupt_Management common to several targets.
10095 Update copyright notice when appropriate.
10097 * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
10100 * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
10101 to ensure that the kernel fills in the interrupted context structure
10102 before calling a signal handler, which is necessary to be able to
10103 unwind past it. Update the copyright notice.
10105 2003-12-05 Jerome Guitton <guitton@act-europe.fr>
10107 * a-elchha.ads: New file.
10109 * a-elchha.adb: New default last chance handler. Contents taken from
10110 Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
10112 * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
10113 is moved to a-elchha.adb to provide a target-independent default last
10116 * Makefile.rtl: Add a-elchha.o
10118 * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
10120 2003-12-05 Ed Schonberg <schonberg@gnat.com>
10122 * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
10123 declared in an instance, do not inline the call if the instance is not
10124 frozen yet, to prevent order of elaboration problems.
10126 * sem_prag.adb: Add comments for previous fix.
10128 2003-12-05 Samuel Tardieu <tardieu@act-europe.fr>
10130 * g-table.adb: Use the right variable in Set_Item.
10131 Update copyright notice.
10133 2003-12-05 Arnaud Charlet <charlet@act-europe.fr>
10135 * Makefile.in: Remove unused rules.
10137 2003-12-05 Vincent Celier <celier@gnat.com>
10139 * switch-c.adb (Scan_Front_End_Switches): Remove processing of
10140 -nostdlib. Not needed here after all.
10142 2003-12-03 Thomas Quinot <quinot@act-europe.fr>
10146 * adaint.h, adaint.c, g-os_lib.ads:
10147 Do not assume that the offset argument to lseek(2) is a 32 bit integer,
10148 on some platforms (including FreeBSD), it is a 64 bit value.
10149 Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
10151 2003-12-03 Arnaud Charlet <charlet@act-europe.fr>
10153 * gnatvsn.ads (Library_Version): Now contain only the relevant
10155 (Verbose_Library_Version): New constant.
10157 * g-spipat.adb, g-awk.adb, g-debpoo.adb,
10158 g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
10159 s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
10161 * gnatlbr.adb: Clean up: replace Library_Version by
10162 Verbose_Library_Version.
10164 * make.adb, lib-writ.adb, exp_attr.adb:
10165 Clean up: replace Library_Version by Verbose_Library_Version.
10167 * 5lintman.adb: Removed.
10170 Update and simplify computation of LIBRARY_VERSION.
10171 Fix computation of GSMATCH_VERSION.
10172 5lintman.adb is no longer used: replaced by 7sintman.adb.
10174 2003-12-03 Robert Dewar <dewar@gnat.com>
10177 (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
10178 name. Modified to consider small non-bit-packed arrays as troublesome
10179 and in need of component-by-component assigment expansion.
10181 2003-12-03 Vincent Celier <celier@gnat.com>
10183 * lang-specs.h: Process nostdlib as nostdinc
10185 * back_end.adb: Update Copyright notice
10186 (Scan_Compiler_Arguments): Process -nostdlib directly.
10188 2003-12-03 Jose Ruiz <ruiz@act-europe.fr>
10191 When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
10192 redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
10193 included in HIE_NONE_TARGET_PAIRS.
10195 2003-12-03 Ed Schonberg <schonberg@gnat.com>
10198 (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
10199 is legal in an instance, because legality is cheched in the template.
10202 (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
10203 appplied to an unchecked conversion of a formal parameter.
10206 (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
10209 2003-12-03 Olivier Hainque <hainque@act-europe.fr>
10211 * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
10212 routines. The second one is new functionality to deal with backtracing
10213 through signal handlers.
10214 (unwind): Split into the two separate subroutines above.
10215 Update the documentation, and deal properly with sizeof (REG) different
10216 from sizeof (void*).
10218 2003-12-01 Nicolas Setton <setton@act-europe.fr>
10220 * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
10221 so that the debugger can reliably access the value of the parameter,
10222 and therefore is able to display the exception name when an exception
10223 breakpoint is reached.
10225 2003-12-01 Thomas Quinot <quinot@act-europe.fr>
10227 * fmap.adb: Fix typo in warning message.
10229 * g-socket.ads, g-socket.adb: Make Free a visible instance of
10230 Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
10232 2003-12-01 Vincent Celier <celier@gnat.com>
10234 * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
10236 (Build_Library): Get the switches only if Default_Switches is declared
10239 2003-12-01 Ed Schonberg <schonberg@gnat.com>
10241 * exp_ch6.adb (Expand_Actuals): When applying validity checks to
10242 actuals that are indexed components, reanalyze actual to ensure that
10243 packed array references are properly expanded.
10245 * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
10246 attempted assignment to a discriminant.
10248 2003-12-01 Robert Dewar <dewar@gnat.com>
10250 * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
10253 * switch-c.adb: Minor reformatting of comments
10255 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
10257 * Makefile.in: Clean ups.
10259 2003-12-01 GNAT Script <nobody@gnat.com>
10261 * Make-lang.in: Makefile automatically updated
10263 2003-12-01 Arnaud Charlet <charlet@act-europe.fr>
10265 * 5wsystem.ads: Disable zero cost exception, not ready yet.
10267 2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
10269 * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
10270 to force serialization.
10272 2003-11-26 Thomas Quinot <quinot@act-europe.fr>
10274 * g-socket.ads, g-socket.adb:
10275 Clarify documentation of function Stream. Introduce a Free procedure
10276 to release the returned Stream once it becomes unused.
10278 * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
10280 2003-11-26 Arnaud Charlet <charlet@act-europe.fr>
10282 (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
10283 since NT 4 cannot handle timeout values that are too large,
10284 e.g. DWORD'Last - 1.
10286 2003-11-26 Ed Schonberg <schonberg@gnat.com>
10289 (Expand_N_Slice): Recognize all cases of slices that appear as actuals
10290 in procedure calls and whose expansion must be deferred.
10292 * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
10296 (Build_Derived_Array_Type): Create operator for unconstrained type
10297 if ancestor is unconstrained.
10299 2003-11-26 Vincent Celier <celier@gnat.com>
10301 * make.adb (Project_Object_Directory): New global variable
10302 (Change_To_Object_Directory): New procedure
10303 (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
10304 of Change_Dir directly. Do not change working directory to object
10305 directory of main project after each compilation.
10306 (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
10308 Change to object directory of main project before binding step.
10309 (Initialize): Initialize Project_Object_Directory to No_Project
10312 (Build_Library): Take into account Builder'Default_Switches ("Ada") when
10313 binding a Stand-Alone Library.
10315 * output.adb: Update Copyright notice
10316 (Write_Char): Output buffer when full
10318 2003-11-26 Robert Dewar <dewar@gnat.com>
10320 * sem_ch13.adb: (Check_Size): Reset size if size is too small
10323 (Check_Size): Fix documentation to include bit-packed array case
10325 * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
10327 * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
10329 * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
10331 2003-11-24 Arnaud Charlet <charlet@act-europe.fr>
10334 * utils.c (init_gigi_decls): Change name of built-in setjmp to
10335 __builtin_setjmp, since this is apparently needed by recent
10338 2003-11-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10340 * adadecode.c: Only include ctype.h if not IN_GCC.
10341 (__gnat_decode): Use ISDIGIT from safe-ctype.h.
10343 2003-11-24 Jose Ruiz <ruiz@act-europe.fr>
10346 Use 5zintman.ads for VxWorks targets. This file avoid confusion between
10347 signals and interrupts.
10349 * 5zintman.ads: New File.
10351 * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
10352 add exception signals to the set of unmasked signals.
10355 Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
10356 between signals and interrupts.
10357 Add to Unblocked_Signal_Mask the set of signals that are in
10361 Adding a check to see whether the Interrupt_ID we want to unmask is in
10362 the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
10363 reason is that the index type of the Keep_Unmasked array is not always
10364 Interrupt_ID; it may be a subtype of Interrupt_ID.
10366 2003-11-24 Gary Dismukes <dismukes@gnat.com>
10369 (Remove_Side_Effects): Condition constantness of object created for a
10370 an unchecked type conversion on the constantness of the expression
10371 to ensure the correct value for 'Constrained when passing components
10372 of view-converted class-wide objects.
10374 2003-11-24 Robert Dewar <dewar@gnat.com>
10376 * par-load.adb (Load): Improve handling of misspelled and missing units
10377 Removes several cases of compilation abandoned messages
10379 * lib.adb: (Remove_Unit): New procedure
10381 * lib.ads: (Remove_Unit): New procedure
10383 * lib-load.adb: Minor reformatting
10385 2003-11-24 Vincent Celier <celier@gnat.com>
10388 (Gnatmake, Initialize): Call Usage instead of Makeusg directly
10389 (Marking_Label): Label to mark processed source files. Incremented for
10391 (Gnatmake): Increase Marking_Labet for each executable
10392 (Is_Marked): Compare against marking label
10393 (Mark): Mark with marking label
10395 2003-11-24 Jerome Guitton <guitton@act-europe.fr>
10398 Move the declaration of the TSD for System.Threads to System.Soft_Links.
10401 * Makefile.in: Added target pair for s-thread.adb for cert runtime.
10402 (rts-cert): build a single relocatable object for the run-time lib.
10405 2003-11-24 Vasiliy Fofanov <fofanov@act-europe.fr>
10408 Use gnatls rather than gcc to obtain the location of GNAT RTL for
10411 2003-11-24 Sergey Rybin <rybin@act-europe.fr>
10413 * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
10414 can not use it as before (that is, as a variable) when dumping it into
10415 the tree file. Add a local variable to store the result of this
10416 function and to be used as the string to be written into the tree.
10418 * scn.adb (Initialize_Scanner): Add comments explaining the recent
10421 * sinput.adb (Source_First, Source_Last): In case of
10422 Internal_Source_File, replace returning attributes of
10423 Internal_Source_Ptr (which is wrong) with returning attributes of
10426 2003-11-24 Ed Schonberg <schonberg@gnat.com>
10429 (New_Concatenation_Op): Proper name for New_Binary_Operator, only
10430 used for implicit concatenation operators.
10434 (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
10435 task bodies that are in the scope of a Suppress pragma.
10436 (Check_A Call): Use the flag to prevent spurious elaboration checks.
10438 * sinfo.ads, sinfo.adb:
10439 New flag No_Elaboration_Check on function/procedure calls, to properly
10440 suppress checks on calls in task bodies that are within a local suppress
10444 (Expand_Concatenate_Other): Use the proper integer type for the
10445 expression for the upper bound, to avoid universal_integer computations
10448 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
10450 * .cvsignore: Delete.
10452 2003-11-21 Andreas Schwab <schwab@suse.de>
10454 * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
10456 2003-11-21 Vasiliy Fofanov <fofanov@act-europe.fr>
10458 * 5wsystem.ads: Enable zero cost exception.
10460 2003-11-21 Jerome Guitton <guitton@act-europe.fr>
10462 * 5ztiitho.adb: Remove an unreferenced variable.
10464 2003-11-21 Thomas Quinot <quinot@act-europe.fr>
10466 * adaint.c: For FreeBSD, use mkstemp.
10468 2003-11-21 Arnaud Charlet <charlet@act-europe.fr>
10470 * gnatlbr.adb: Now reference Gnat_Static_Version_String.
10472 2003-11-21 Robert Dewar <dewar@gnat.com>
10474 * bld.adb: Remove useless USE of gnatvsn
10476 * gnatchop.adb: Minor reformatting
10477 Clean up version handling to be more consistent
10479 * gnatxref.adb: Minor reformatting
10481 * gprcmd.adb: Minor reformatting
10482 Fix output of copyright to be more consistent with other tools
10484 2003-11-21 Vincent Celier <celier@gnat.com>
10486 * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
10488 2003-11-21 Sergey Rybin <rybin@act-europe.fr>
10490 * atree.adb (Initialize): Add initializations for global variables
10491 used in New_Copy_Tree.
10493 * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
10494 Internal_Source_File as the actual).
10495 Put the set of statements creating Any_Character before the set of
10496 statements creating Any_Array to have Any_Character fully initialized
10497 when it is used in creating Any_Array.
10499 * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
10500 not call Scan in case if the actual is Internal_Source_File
10501 Add 2003 to copyright note.
10503 * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
10504 processing Internal_Source_File.
10506 * types.ads: Add the constant Internal_Source_File representing the
10507 source buffer for artificial source-code-like strings created within
10508 the compiler (the definition of Source_File_Index is changed).
10510 2003-11-20 Arnaud Charlet <charlet@act-europe.fr>
10512 * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
10513 56system.ads: New file, FreeBSD version.
10515 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
10517 * Make-lang.in (ada.extraclean): Delete.
10519 2003-11-19 Arnaud Charlet <charlet@act-europe.fr>
10521 * gnatmem.adb: Clean up verbose output.
10523 * gprcmd.adb: Change copyright to FSF.
10525 2003-11-19 Vincent Celier <celier@gnat.com>
10527 * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
10528 and Version (ignored).
10530 * symbols.ads: (Policy): New type
10531 (Initialize): New parameter Reference, Symbol_Policy and
10533 Remove parameter Force.
10534 Minor reformatting.
10536 * snames.ads, snames.adbadb: New standard names
10537 Library_Reference_Symbol_File and Library_Symbol_Policy
10540 (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
10544 (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
10546 * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
10548 * prj.adb: (Project_Empty): New component Symbol_Data
10550 * prj.ads: (Policy, Symbol_Record): New types
10551 (Project_Data): New component Symbol_Data
10554 New attributes Library_Symbol_File, Library_Symbol_Policy and
10555 Library_Reference_Symbol_File.
10558 (Ada_Check): When project is a Stand-Alone library project, process
10559 attribute Library_Symbol_File, Library_Symbol_Policy and
10560 Library_Reference_Symbol_File.
10562 * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
10563 5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
10564 5sml-tgt.adb (Build_Dynamic_Library): New parameter
10565 Symbol_Data (ignored).
10567 * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
10568 (Build_Dynamic_Library): New parameter Symbol_Data. New internal
10569 functions Option_File_Name and Version_String. Set new options of
10570 gnatsym related to symbol file, symbol policy and reference symbol
10574 Extensive modifications to take into account the reference symbol file,
10575 the symbol policy, the library version and to put in the symbol file the
10576 minor and major IDs.
10578 * bld.adb (Process_Declarative_Items): Put second argument of
10579 gprcmd to_absolute between single quotes, to avoid problems with
10582 * bld-io.adb: Update Copyright notice.
10583 (Flush): Remove last character of a line, if it is a back slash, to
10584 avoid make problems.
10587 Implement new scheme with reference symbol file and symbol policy.
10589 * g-os_lib.ads: (Is_Directory): Clarify comment
10591 2003-11-19 Robert Dewar <dewar@gnat.com>
10593 * atree.adb: Move New_Copy_Tree global variables to head of package
10595 * errout.adb: Minor reformatting
10597 2003-11-19 Javier Miranda <miranda@gnat.com>
10599 * sem_ch4.adb: (Diagnose_Call): Improve error message.
10600 Add reference to Ada0Y (AI-50217)
10602 * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
10603 sem_util.adb: Add reference to AI-50217
10605 * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
10607 * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
10609 * sem_aggr.adb: Complete documentation of AI-287 changes
10611 * par-ch4.adb: Document previous changes.
10613 * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
10614 sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
10617 * exp_aggr.adb: Add references to AI-287 in previous changes
10619 2003-11-19 Ed Schonberg <schonberg@gnat.com>
10622 (Add_Call_By_Copy_Node): Do not original node of rewritten expression
10623 in the rewriting is the result of an inlined call.
10625 * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
10626 parameter is a type conversion, use original node to construct the
10627 post-call assignment, because expression may have been rewritten, e.g.
10628 if it is a packed array.
10631 (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
10632 body, just as it is in an instance.
10633 Categorization routines
10635 * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
10636 Instantiate_Object): Set proper sloc reference for message on missing
10639 2003-11-19 Thomas Quinot <quinot@act-europe.fr>
10641 * Makefile.in: Add FreeBSD libgnat pairs.
10643 * usage.adb: Fix typo in usage message.
10645 2003-11-19 Jerome Guitton <guitton@act-europe.fr>
10647 * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
10648 s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
10649 pragma Thread_Body.
10650 Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
10652 * s-thread.adb: This file is now a dummy implementation of
10655 2003-11-19 Sergey Rybin <rybin@act-europe.fr>
10657 * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
10659 2003-11-19 Emmanuel Briot <briot@act-europe.fr>
10661 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
10662 instanciation references in the parent type description.
10664 2003-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10666 * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
10668 * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
10669 TYPE_PRECISION directly from esize.
10671 2003-11-18 Thomas Quinot <quinot@act-europe.fr>
10674 Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
10676 * init.c: Initialization routines for FreeBSD
10678 * link.c: Link info for FreeBSD
10680 * sysdep.c: Add the case of FreeBSD
10682 2003-11-17 Jerome Guitton <guitton@act-europe.fr>
10684 * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
10685 already called in System.Threads.
10687 * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
10688 environment task, as it has been moved to System.Threads.Initialization.
10690 2003-11-17 Arnaud Charlet <charlet@act-europe.fr>
10692 * adaint.c (__gnatlib_install_locks): Only reference
10693 __gnat_install_locks on VMS, since other platforms can avoid using
10694 --enable-threads=gnat
10696 2003-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10698 * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
10700 * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
10701 TYPE_PACKED_ARRAY_TYPE_P.
10702 (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
10704 Part of PR ada/12806
10705 * utils.c (float_type_for_precision): Renamed from float_type_for_size.
10706 Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
10708 2003-11-17 Vincent Celier <celier@gnat.com>
10710 * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
10712 Do not set exit status to Failure when Warning is True.
10713 (Gnatchop): Make errors "no compilation units found" and
10714 "no source files written" warnings only.
10716 * make.adb (Gnatmake): When using a project file, set
10717 Look_In_Primary_Dir to False.
10718 (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
10719 and Local_Configuration_Pragmas in the project where they are declared
10720 not an extending project which might have inherited them.
10722 * osint.adb (Locate_File): If Name is already an absolute path, do not
10723 look for a directory.
10725 * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
10726 -gnats (Check_Syntax) is used, issue only a warning, not an error.
10728 * prj.adb (Register_Default_Naming_Scheme): Add new component Project
10729 in objects of type Variable_Value.
10731 * prj.ads: (Variable_Value): New component Project
10733 * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
10734 is in a project extended by Project.
10736 * prj-proc.adb (Add_Attributes): New parameter Project. Set component
10737 Project of Variable_Values to this new parameter value.
10738 (Expression): Set component Project of Variable_Values.
10739 (Process_Declarative_Items): Call Add_Attributes with parameter Project.
10740 Set the component Project in array elements.
10742 2003-11-17 Sergey Rybin <rybin@act-europe.fr>
10744 * errout.adb: (Initialize): Add initialization for error nodes.
10746 * sem_ch12.adb (Initialize): Add missing initializations for
10747 Exchanged_Views and Hidden_Entities.
10749 2003-11-17 Ed Schonberg <schonberg@gnat.com>
10751 * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
10752 already instantiated tree for use in subsequent inlining.
10753 (Analyze_Associations, Instantiate_Formal_Subprogram,
10754 Instantiate_Object): improve error message for mismatch in
10757 * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
10758 instantiations of subprograms declared in instances.
10760 2003-11-17 Javier Miranda <miranda@gnat.com>
10762 * sem_ch4.adb (Analyze_Allocator): Previous modification must be
10763 executed only under the Extensions_Allowed flag.
10765 2003-11-17 Robert Dewar <dewar@gnat.com>
10767 * a-exexda.adb (Address_Image): Fix documentation to indicate leading
10769 (Address_Image): Fix bug of returning 0x instead of 0x0
10770 Minor reformatting (function specs).
10772 * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
10773 (missed case of 33-63)
10775 * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
10777 * s-thread.adb: Add comments for pragma Restriction
10779 * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
10780 sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
10782 2003-11-17 Ed Falis <falis@gnat.com>
10784 * s-thread.adb: Added No_Tasking restriction for this implementation.
10786 2003-11-17 Emmanuel Briot <briot@act-europe.fr>
10788 * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
10789 instanciation references in the parent type description.
10791 2003-11-17 GNAT Script <nobody@gnat.com>
10793 * Make-lang.in: Makefile automatically updated
10795 2003-11-16 Jason Merrill <jason@redhat.com>
10797 * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
10798 and TAGS files that include them for each front end.
10800 2003-11-14 Andreas Jaeger <aj@suse.de>
10802 * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
10803 is the canonical version.
10804 * misc.c (gnat_handle_option): Likewise.
10806 * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
10808 * 5nsystem.ads: New file for x86_64-linux-gnu.
10810 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10812 * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
10814 * comperr.adb: Fix logic in previous change.
10816 2003-11-13 Vincent Celier <celier@gnat.com>
10818 * 5bml-tgt.adb (Build_Dynamic_Library): Use
10819 Osint.Include_Dir_Default_Prefix instead of
10820 Sdefault.Include_Dir_Default_Name.
10822 * gnatlbr.adb: Update Copyright notice
10823 (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
10824 Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
10825 instead of Sdefault.Object_Dir_Default_Name
10828 (Process_Binder_File): Never suppress the option following -Xlinker
10831 (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
10832 Sdefault.Object_Dir_Default_Name.
10834 * osint.ads, osint.adb:
10835 (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
10836 Minor reformatting.
10838 * vms_conv.ads: Minor reformating
10839 Remove GNAT STANDARD and GNAT PSTA
10842 Allow GNAT MAKE to have several files on the command line.
10843 (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
10844 Sdefault.Object_Dir_Default_Name.
10846 Remove data for GNAT STANDARD
10849 Add new compiler qualifier /PRINT_STANDARD (-gnatS)
10850 Remove data for GNAT STANDARD
10851 Remove options and documentation for -gnatwb/-gnatwB: these warning
10852 options no longer exist.
10854 2003-11-13 Ed Falis <falis@gnat.com>
10856 * 5zthrini.adb: (Init_RTS): Made visible
10859 (Register): Removed unnecessary call to taskVarGet that checked whether
10860 an ATSD was already set as a task var for the argument thread.
10863 Updated comment to reflect that this is a VxWorks version
10864 Added context clause for System.Threads.Initialization
10865 Added call to System.Threads.Initialization.Init_RTS
10867 2003-11-13 Jerome Guitton <guitton@act-europe.fr>
10870 (Init_RTS): New procedure, for the initialization of the run-time lib.
10873 Remove dependancy on System.Init, so that this file can be used in the
10874 AE653 sequential run-time lib.
10876 2003-11-13 Robert Dewar <dewar@gnat.com>
10878 * bindgen.adb: Minor reformatting
10880 2003-11-13 Ed Schonberg <schonberg@gnat.com>
10883 (Apply_Discriminant_Check): Do no apply check if target type is derived
10884 from source type with no applicable constraint.
10887 (Ensure_System_Dependency): Do not apply the style checks that may have
10888 been specified for the main unit.
10891 (Find_Selected_Component): Further improvement in error message, with
10895 (Resolve): Handle properly the case of an illegal overloaded protected
10898 2003-11-13 Javier Miranda <miranda@gnat.com>
10901 (Has_Default_Init_Comps): New function to check the presence of
10902 default initialization in an aggregate.
10903 (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
10904 extension aggregate of a limited record. In addition, a new formal
10905 was added to do not initialize the record controller (if any) during
10906 this recursive expansion of ancestors.
10907 (Init_Controller): Add support for limited record components.
10908 (Expand_Record_Aggregate): In case of default initialized components
10909 convert the aggregate into a set of assignments.
10911 * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
10912 describing the new syntax.
10913 Nothing else needed to be done because this subprogram delegates part of
10914 its work to P_Precord_Or_Array_Component_Association.
10915 (P_Record_Or_Array_Component_Association): Give support to the new
10916 syntax for default initialization of components.
10919 (Resolve_Aggregate): Relax the strictness of the frontend in case of
10920 limited aggregates.
10921 (Resolve_Record_Aggregate): Give support to default initialized
10923 (Get_Value): In case of default initialized components, duplicate
10924 the corresponding default expression (from the record type
10925 declaration). In case of default initialization in the *others*
10926 choice, do not check that all components have the same type.
10927 (Resolve_Extension_Aggregate): Give support to limited extension
10931 (Check_Initialization): Relax the strictness of the front-end in case
10932 of aggregate and extension aggregates. This test is now done in
10933 Get_Value in a per-component manner.
10935 * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
10936 expression corresponds to a limited aggregate. This test is now done
10939 * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
10942 * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
10943 present in an N_Component_Association node
10945 2003-11-13 Thomas Quinot <quinot@act-europe.fr>
10947 * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
10948 type-conformant entry only if they are homographs.
10950 2003-11-13 GNAT Script <nobody@gnat.com>
10952 * Make-lang.in: Makefile automatically updated
10954 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10956 * adadecode.c: Use <> form of include for ctype.h.
10957 * sysdep.c [IN_RTS]: Use <> form of include for time.h.
10959 2003-11-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10961 * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
10962 Works around PR middle-end/6552.
10964 2003-11-10 Ed Falis <falis@gnat.com>
10966 * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
10968 * 5zinit.adb: (Install_Handler): Moved back to spec
10969 (Install_Signal_Handlers): Deleted
10971 * 5zthrini.adb: Added context clause for System.Storage_Elements
10972 (Register): Only handles creation of taskVar; initialization moved to
10974 (Reset_TSD): Deleted; replaced by Thread_Body_Enter
10975 Added declaration of environment task secondary stack and
10978 * s-thread.adb: Implement bodies for thread body processing
10981 Added comment identifying supported targets for pragma Thread_Body.
10983 2003-11-10 Pascal Obry <obry@gnat.com>
10985 * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
10989 (Open): Properly check for string length before copying into the buffer.
10990 Raises Name_Error if buffer is too small. Note that this was a potential
10993 2003-11-10 Romain Berrendonner <berrendo@act-europe.fr>
10995 * bindgen.adb, comperr.adb: Code clean ups.
10996 * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
10998 2003-11-10 Sergey Rybin <rybin@act-europe.fr>
11000 * gnat1drv.adb: Add call to Sem_Elim.Initialize.
11002 2003-11-10 Vincent Celier <celier@gnat.com>
11005 (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
11008 * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
11010 * prj.adb: (Project_Empty): Add new boolean component Virtual
11012 * prj.ads: (Virtual_Prefix): New constant string
11013 (Project_Data): New boolean component Virtual
11015 * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
11016 a library project is extended by a virtual extending project.
11019 Modifications throughout to implement extending-all project, including:
11020 (Virtual_Hash, Processed_Hash): New hash tables
11021 (Create_Virtual_Extending_Project): New procedure
11022 (Look_For_Virtual_Projects_For): New procedure
11025 (Process): After checking the projects, if main project is an
11026 extending-all project, set the object directory of all virtual extending
11027 project to the object directory of the main project.
11028 Adjust error message when a virtual extending project has the same
11029 object directory as an project being extended.
11030 (Recursive_Process): If name starts with the virtual prefix, set Virtual
11031 to True in the project data.
11034 (Default_Project_Node): Add new boolean component Extending_All
11035 (Is_Extending_All): New function
11036 (Set_Is_Extending_All): New procedure
11038 * prj-tree.ads: (Is_Extending_All): New function
11039 (Set_Is_Extending_All): New procedure
11040 (Project_Node_Record): New boolean component Extending_All
11042 * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
11045 Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
11047 * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
11048 "gprcmd prefix" to define it.
11050 2003-11-10 Thomas Quinot <quinot@act-europe.fr>
11052 * einfo.ads: Fix a typo and remove an extraneous word in comments.
11055 (Create_Dummy_Package_Unit): Set the scope of the entity for the
11056 created dummy package to Standard_Standard, not to itself, to
11057 defend other parts of the front-end against encoutering a cycle in
11061 (Analyze_With_Clause): When setting the entities for the successive
11062 N_Expanded_Names that constitute the name of a child unit, do not
11063 attempt to go further than Standard_Standard in the chain of scopes.
11064 This case arises from the placeholder units created by
11065 Create_Dummy_Package_Unit in the case of a with_clause for a
11066 nonexistent child unit.
11068 2003-11-10 Ed Schonberg <schonberg@gnat.com>
11071 (Expand_Thread_Body): Place subprogram on scope stack, so that new
11072 declarations are given the proper scope.
11075 (Check_Expr_Constants): Reject an expression that contains a constant
11076 created during expansion, and that appears after the object to which
11077 the address clause applies.
11079 * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
11080 Analyze_Iteration_Scheme, to rewrite a loop parameter specification
11081 that uses 'Range of a function call with controlled components, so
11082 that the function result can be finalized before starting the loop.
11085 (Find_Selected_Component): Improve error message when prefix is
11086 an implicit dereference of an incomplete type.
11088 2003-11-10 Robert Dewar <dewar@gnat.com>
11090 * opt.ads: New Print_Standard flag for -gnatS switch
11092 * sem_ch13.adb: Remove some additional checks for unaligned arrays
11094 * cstand.adb (Create_Standard): Print out package standard if -gnatS
11097 * debug.adb: Update doc for -gnatds to discuss relationship with new
11100 * sinfo.adb: Add new field Entity_Or_Associated_Node
11102 * sinfo.ads: Add new field Entity_Or_Associated_Node
11103 Update documentation for Associated_Node and Entity fields to clarify
11104 relationship and usage.
11107 (Write_Id): Properly process Associated_Node field in generic template
11110 Recognize new -gnatS switch for printing package Standard
11111 This replaces gnatpsta
11114 Add line for new -gnatS switch for printing package Standard
11115 This replaces gnatpsta
11117 2003-11-10 Andreas Jaeger <aj@suse.de>
11119 * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
11122 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11124 * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
11127 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11129 * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
11132 * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
11134 * sysdep.c: Add handling of cygwin.
11136 2003-11-10 GNAT Script <nobody@gnat.com>
11138 * Make-lang.in: Makefile automatically updated
11140 2003-11-10 Arnaud Charlet <charlet@act-europe.fr>
11143 * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
11144 functions. Used to handle dynamic prefix relocation, via set_std_prefix.
11145 Replace GNAT_ROOT by GCC_ROOT.
11147 * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
11149 2003-11-06 Zack Weinberg <zack@codesourcery.com>
11151 * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
11152 and update for changed meaning of GET_MODE_BITSIZE.
11154 2003-11-04 Doug Rupp <rupp@gnat.com>
11156 * sysdep.c: Problem discovered during IA64 VMS port.
11157 [VMS] #include <unixio.h> to get proper prototypes.
11160 Issues discovered/problems fixed during IA64 VMS port.
11161 [VMS] #define _POSIX_EXIT for proper semantics.
11162 [VMS] #include <unixio.h> for proper prototypes.
11163 [VMS] (fork): #define IA64 version.
11164 (__gnat_os_exit): Remove unnecessary VMS specific code.
11166 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11168 Part of PR ada/12806
11170 * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
11174 (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
11177 * targtyps.c, decl.c, misc.c,
11178 gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
11179 routines to work around change in FP sizing semantics in GCC.
11182 (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
11184 * gigi.h: (enumerate_modes): New function.
11186 * Make-lang.in: (ada/misc.o): Add real.h.
11188 * misc.c: (enumerate_modes): New function.
11190 2003-11-04 Robert Dewar <dewar@gnat.com>
11192 * 3vtrasym.adb: Minor reformatting
11193 Use terminology encoded/decoded name, rather than C++ specific notion
11194 of mangling (this is the terminology used throughout GNAT).
11196 * einfo.h: Regenerated
11198 * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
11201 (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
11203 * par-prag.adb: Add dummy entry for Thread_Body pragma
11206 Add entries for System.Threads entities for thread body processing
11209 (Analyze_Pragma, Access attributes): Check these are not applied to a
11210 thread body, since this is not permitted
11212 * sem_prag.adb: Add processing for Thread_Body pragma.
11216 (Resolve_Call): Check for incorrect attempt to call a thread body
11217 procedure with a direct call.
11219 * snames.ads, snames.adb: Add entry for Thread_Body pragma
11220 Add names associated with thread body expansion
11222 * snames.h: Add entry for Thread_Body pragma
11224 * s-thread.adb: Add entries for thread body processing
11225 These are dummy bodies so far
11227 * s-thread.ads: Add documentation on thread body handling.
11228 Add entries for thread body processing.
11230 2003-11-04 Javier Miranda <miranda@gnat.com>
11233 (Build_Limited_Views): Return after posting an error in case of limited
11234 with_clause on subprograms, generics, instances or generic renamings
11235 (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
11236 on subprograms, generics, instances or generic renamings
11238 2003-11-04 Arnaud Charlet <charlet@act-europe.fr>
11240 * raise.c (setup_to_install): Correct mistake in last revision; two
11241 arguments out of order.
11243 * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
11244 gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
11245 notice, missed in previous change.
11246 Remove trailing blanks and other style errors introduced in previous
11249 2003-11-04 Olivier Hainque <hainque@act-europe.fr>
11251 * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
11252 rid of the wrapper for a LJM type, ensuring we don't do that if the
11253 field is addressable. This avoids potential low level type view
11254 mismatches later on, for instance in a by-reference argument passing
11257 2003-11-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11259 * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
11260 aligned at byte boundary.
11262 2003-11-04 Joel Brobecker <brobecker@gnat.com>
11264 * decl.c (components_to_record): Do not delete the empty variants from
11265 the end of the union type.
11267 2003-11-04 Ed Schonberg <schonberg@gnat.com>
11269 * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
11270 operation for a derived type, an explicit declaration may use a local
11271 subtype of Boolean.
11273 2003-11-04 Vincent Celier <celier@gnat.com>
11275 * make.adb (Gnatmake): Allow main sources on the command line with a
11276 library project when it is only for compilation (no binding or
11279 2003-11-04 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11281 * Makefile.in: Remove many duplicate variables.
11283 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
11285 * Make-lang.in (dvi): Move targets to $(docobjdir).
11286 (gnat_ug_vms.dvi): Simplify rule and adjust target.
11287 (gnat_ug_wnt.dvi): Likewise.
11288 (gnat_ug_unx.dvi): Likewise.
11289 (gnat_ug_vxw.dvi): Likewise.
11290 (gnat_rm.dvi): Likewise.
11291 (gnat-style.dvi): Likewise.
11293 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
11295 * gigi.h: Missed commit from update for C90.
11297 2003-10-31 Kelley Cook <kcook@gcc.gnu.org>
11299 * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
11301 2003-10-31 Andreas Schwab <schwab@suse.de>
11303 * raise.c (get_action_description_for): Fix typo in last change.
11305 2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
11308 * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
11309 T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
11311 2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
11313 * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
11314 ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
11315 gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
11316 sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
11317 trans.c, utils.c, utils2.c: Convert function prototypes to C90.
11319 2003-10-30 Vasiliy Fofanov <fofanov@act-europe.fr>
11322 Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
11323 numbers when symbol name is too long.
11325 2003-10-30 Ed Falis <falis@gnat.com>
11327 * g-signal.ads, g-signal.adb: New files
11329 * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
11331 * Makefile.rtl: Introduce GNAT.Signals
11333 2003-10-30 Robert Dewar <dewar@gnat.com>
11335 * freeze.adb: Minor reformatting
11337 * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
11339 * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
11340 par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
11341 New handling of Id_Check parameter to improve recognition of keywords
11342 used as identifiers.
11343 Update copyright notice to include 2003
11345 2003-10-29 Robert Dewar <dewar@gnat.com>
11347 * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
11348 sem_ch10.adb: Minor reformatting
11350 * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
11351 (Expand_Assign_Record): Test right hand side for bit unaligned as well
11353 2003-10-29 Vasiliy Fofanov <fofanov@act-europe.fr>
11355 * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
11356 Support for TBK$SYMBOLIZE-based symbolic traceback.
11358 2003-10-29 Jose Ruiz <ruiz@act-europe.fr>
11361 Revert previous change, that did not work well when pragma No_Run_Time
11362 was used in conjunction with a run-time other than ZFP.
11364 2003-10-29 Vincent Celier <celier@gnat.com>
11367 (Gnatmake): When there are no Ada mains in attribute Main, disable the
11368 bind and link steps only is switch -z is not used.
11370 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
11372 * Makefile.generic: Remove duplicated setting of CC.
11374 * Makefile.prolog: Set CC to gcc by default, to override make's
11377 * einfo.h: Regenerated.
11379 2003-10-29 Ed Schonberg <schonberg@gnat.com>
11381 * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
11382 current body, after compiling subunit.
11384 * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
11385 when in deleted code, because gigi needs properly ordered freeze
11386 actions to annotate types.
11388 * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
11389 prevent the premature freezing of record type that contains
11390 subcomponents with a private type that does not yet have a completion.
11392 2003-10-29 Javier Miranda <miranda@gnat.com>
11395 (Analyze_Package_Instantiation): Check that instances can not be used in
11396 limited with_clauses.
11399 (Analyze_Package_Renaming): Check that limited withed packages cannot
11400 be renamed. Improve text on error messages related to limited
11403 * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
11405 * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
11406 Update copyright notice.
11408 * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
11409 (Install_Limited_Context_Clauses): New subprogram that isolates all the
11410 checks required for limited context_clauses and installs the limited
11412 (Install_Limited_Withed_Unit): Complete its documentation.
11413 (Analyze_Context): Check that limited with_clauses are only allowed in
11415 (Install_Context): Call Install_Limited_Context_Clauses after the
11416 parents have been installed.
11417 (Install_Limited_Withed_Unit): Add documentation. Mark the installed
11418 package as 'From_With_Type'; this mark indicates that the limited view
11419 is installed. Used to check bad usages of limited with_clauses.
11420 (Build_Limited_Views): Do not add shadow entities to the scope's list
11421 of entities. Do not add real entities to the Non_Limited_Views chain.
11422 Improve error notification.
11423 (Remove_Context_Clauses): Remove context clauses in two phases:
11424 limited views first and regular views later (to maintain the
11426 (Remove_Limited_With_Clause): If the package is analyzed then reinstall
11427 its visible entities.
11429 2003-10-29 Thomas Quinot <quinot@act-europe.fr>
11431 * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
11432 with any type that Is_Fixed_Point_Type.
11434 * sinfo.ads: Fix documentation for Associated_Node attribute.
11436 2003-10-29 Sergey Rybin <rybin@act-europe.fr>
11438 * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
11439 both '-gnatc' and '-gnatt' are specified.
11441 * atree.adb (Initialize): Add initialization for Node_Count (set to
11444 2003-10-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11446 * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
11447 do not consider as Pure.
11449 Part of implementation of function-at-a-time:
11451 * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
11452 (tree_transform): Add new argument to build_component_ref.
11453 (tree_transform, case N_Assignment_Statement): Make and return an
11455 (tree_transform): If result IS_STMT, set flags and return it.
11456 (gnat_expand_stmt, set_lineno_from_sloc): New functions.
11458 * utils2.c (build_simple_component_ref, build_component_ref): Add new
11460 (build_binary_op, case EQ_EXPR): Pass additional arg to it.
11461 (build_allocator): Likewise.
11463 * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
11464 Add new arg to build_component_ref.
11465 (maybe_unconstrained_array, unchecked_convert): Likewise.
11467 * ada-tree.def (EXPR_STMT): New code.
11469 * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
11471 * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
11472 build_component_ref calls.
11474 * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
11476 * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
11477 (build_component_ref): Add new argument, NO_FOLD_P.
11479 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
11481 * Makefile.generic: Add missing substitution on object_deps handling.
11484 * Make-lang.in (check-ada): Enable ACATS test suite.
11486 2003-10-27 Robert Dewar <dewar@gnat.com>
11489 (Freeze_Array_Type): We do not need an initialization routine for types
11490 derived from String or Wide_String. They should be treated the same
11491 as String and Wide_String themselves. This caused problems with the
11492 use of Initialize_Scalars.
11495 (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
11496 composites. This allows use of component clauses that are not byte
11500 (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
11501 is an attempt to pack an array of atomic objects.
11503 * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
11505 2003-10-27 Pascal Obry <obry@gnat.com>
11508 (Basename): Check for drive letters in a pathname only on DOS based OS.
11510 2003-10-27 Vincent Celier <celier@gnat.com>
11513 (Gnatmake): When unable to change dir to the object dir, display the
11514 content of the parent dir of the obj dir, to try to understand why this
11517 2003-10-27 GNAT Script <nobody@gnat.com>
11519 * Make-lang.in: Makefile automatically updated
11521 2003-10-27 Ed Schonberg <schonberg@gnat.com>
11524 (Inline_Instance_Body): Indicate that the save/restore of use_clauses
11525 should not be done in Save/Restore_Scope_Stack, because it is performed
11529 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
11530 whether use clauses should be removed/restored.
11533 (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
11534 whether use clauses should be removed/restored.
11536 2003-10-26 Andreas Jaeger <aj@suse.de>
11538 * Makefile.in: Remove duplicated lines.
11540 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
11542 * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
11543 minimize the differences with ACT tree.
11545 * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
11546 gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
11547 Gnatvsn.Gnat_Static_Version_String to reduce differences between
11550 2003-10-24 Pascal Obry <obry@gnat.com>
11552 * adadecode.c (ostrcpy): New function.
11553 (__gnat_decode): Use ostrcpy of strcpy.
11554 (has_prefix): Set first parameter a const.
11555 (has_suffix): Set first parameter a const.
11556 Update copyright notice. Fix source name in header.
11557 Removes a trailing space.
11560 2003-10-24 Jose Ruiz <ruiz@act-europe.fr>
11563 Remove the test against being in No_Run_Time_Mode before generating a
11564 call to Register_Tag. It is redundant with the test against the
11565 availability of the function Register_Tag.
11567 2003-10-24 Vincent Celier <celier@gnat.com>
11569 * g-catiio.adb: (Month_Name): Correct spelling of February
11571 * make.adb: (Mains): New package
11572 (Initialize): Call Mains.Delete
11573 (Gnatmake): Check that each main on the command line is a source of a
11574 project file and, if there are several mains, each of them is a source
11575 of the same project file.
11576 (Gnatmake): When a foreign language is specified in attribute Languages,
11577 no main is specified on the command line and attribute Mains is not
11578 empty, only build the Ada main. If there is no Ada main, just compile
11579 the Ada sources and their closure.
11580 (Gnatmake): If a main is specified on the command line with directory
11581 information, check that the source exists and, if it does, that the path
11582 is the actual path of a source of a project.
11585 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
11586 Full_Path is True, return the full path instead of the simple file name.
11587 (Project_Of): New function
11590 (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
11591 defaulted to False.
11592 (Project_Of): New function
11594 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
11596 * Makefile.generic:
11597 Ensure objects of main project are always checked and rebuilt if needed.
11598 Set CC to gcc by default.
11599 Prepare new handling of link by creating a global archive (not activated
11602 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
11603 stringt.h: Update copyright notice. Remove trailing blanks.
11604 Fix source name in header.
11606 2003-10-24 Robert Dewar <dewar@gnat.com>
11608 * sem_ch12.adb: Minor reformatting
11611 Minor reformatting (including new function return style throughout)
11614 Minor reformatting (including new function return style throughout)
11616 2003-10-24 Arnaud Charlet <charlet@act-europe.fr>
11618 * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
11619 stringt.h: Update copyright notice. Remove trailing blanks.
11620 Fix source name in header.
11622 2003-10-24 GNAT Script <nobody@gnat.com>
11624 * Make-lang.in: Makefile automatically updated
11626 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
11628 * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
11629 stringt.h: Convert to ISO C90 declarations and definitions.
11631 2003-10-23 Thomas Quinot <quinot@act-europe.fr>
11634 * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
11635 External_Tag attribute definition clauses.
11637 2003-10-23 Ed Schonberg <schonberg@gnat.com>
11640 * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
11641 child unit, generate a fully qualified name to avoid spurious errors
11642 when the context contains renamings of different child units with
11643 the same simple name.
11645 * exp_dbug.ads: Add documentation on name qualification for renamings
11648 2003-10-23 Robert Dewar <dewar@gnat.com>
11650 * g-regpat.ads, g-regpat.adb: Minor reformatting
11652 2003-10-23 Jose Ruiz <ruiz@act-europe.fr>
11654 * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
11656 2003-10-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11658 * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
11661 * urealp.h: (Machine): Update to proper definition.
11663 2003-10-23 Arnaud Charlet <charlet@act-europe.fr>
11665 * init.c, adaint.c: Minor reformatting.
11667 2003-10-23 Danny Smith <dannysmith@users.sourceforge.net>
11669 * adaint.c (w32_epoch_offset): Define static const at file level.
11670 (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
11671 rather than t_create, t_access in call to GetFileTime. Use union
11672 to convert between FILETIME and unsigned long long.
11673 (__gnat_file_time_name): Test for invalid file handle.
11674 (__gnat_set_filetime_name): Support win32 targets using
11675 w32api SetFileTime.
11677 2003-10-22 Danny Smith <dannysmith@users.sourceforge.net>
11679 * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
11681 * ctrl_c.c (__gnat_int_handler): Remove declaration.
11683 * decl.c (creat_concat_name): Const-ify prefix.
11685 * adaint.c: Include ctype.h if __MINGW32__.
11686 (__gnat_readlink): Mark arguments as possibly unused.
11687 (__gnat_symlink): Likewise.
11688 (__gnat_is_symbolic_link): Likewise.
11689 (__gnat_portable_spawn): Likewise. Cast last arg of spawnvp to match
11691 (__gnat_file_time_name): Don't declare struct stat statbuf when
11693 (__gnat_is_absolute_path): Add parenthesis around condition of
11694 'if' statement to avoid warning.
11695 (__gnat_plist_init): Specify void as parameter.
11696 (plist_enter): Likewise.
11697 (plist_leave): Likewise.
11698 (remove_handle): Make static. Initialize prev.
11700 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
11702 * Makefile.in: Disable build of gnatpsta. PR ada/10110.
11703 * cstreams.c (__gnat_full_name): Minor improvements and clean up
11704 of previous change.
11706 2003-10-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11708 * tracebak.c (MAX): Avoid redefinition warning.
11710 * init.c [sgi] (__gnat_error_handler): Remove i, unused.
11711 Change msg to const char *.
11712 (__gnat_install_handler): Remove ss, unused.
11713 [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
11715 * cstreams.c (__gnat_full_name): Declare p only when used.
11716 (__gnat_full_name) [sgi] Return buffer.
11718 2003-10-22 Arnaud Charlet <charlet@act-europe.fr>
11720 * mingw32.h: New file.
11721 * gnat_wrapper.adb: New file.
11723 2003-10-22 Jerome Roussel <roussel@act-europe.fr>
11725 * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
11726 string match a pre compiled regular expression (the corresponding
11727 version of the function working on a raw regular expression)
11728 Fix typos in various comments
11729 Update copyright notice in spec
11731 2003-10-21 Gary Dismukes <dismukes@gnat.com>
11734 (Component_Needs_Simple_Initialization): Return False when the type is a
11735 packed bit array. Revise spec comments to document this case.
11738 (Expand_Pragma_Import): Set any expression on the imported object to
11739 empty to avoid initializing imported objects (in particular this
11740 covers the case of zero-initialization of bit arrays).
11741 Update copyright notice.
11743 2003-10-21 Ed Schonberg <schonberg@gnat.com>
11746 (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
11747 a subunit is missing.
11748 (Instantiate_Subprogram_Body): If body of function is missing, set type
11749 of return expression explicitly in dummy body, to prevent cascaded
11750 errors when a subunit is missing.
11754 (Access_Subprogram_Declaration): Verify that return type is valid.
11758 (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
11763 (Corresponding_Discriminant): If the scope of the discriminant is a
11764 private type without discriminant, use its full view.
11767 2003-10-21 Arnaud Charlet <charlet@act-europe.fr>
11769 * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
11770 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
11771 3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
11772 55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
11773 56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
11774 59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
11775 5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
11776 5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
11777 5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
11778 5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
11779 5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
11780 5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
11781 5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
11782 5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
11783 7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
11784 a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
11785 a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
11786 a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
11787 bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
11788 erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
11789 err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
11790 g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
11791 g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
11792 g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
11793 g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
11794 g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
11795 g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
11796 gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
11797 g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
11798 g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
11799 i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
11800 prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
11801 prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
11802 s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
11803 s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
11804 s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
11805 s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
11806 s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
11807 s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
11808 s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
11809 s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
11810 socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
11811 s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
11812 s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
11813 s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
11814 styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
11815 s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
11816 tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
11817 vms_conv.ads, vms_conv.adb, vms_data.ads,
11818 vxaddr2line.adb: Files added. Merge with ACT tree.
11820 * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
11821 5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
11822 5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
11823 5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
11824 g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
11825 s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
11826 s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
11827 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
11828 s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
11829 s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
11831 * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
11832 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
11833 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
11834 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
11835 4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
11836 4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
11837 4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
11838 4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
11839 51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
11840 53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
11841 5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
11842 5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
11843 5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
11844 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
11845 5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
11846 5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
11847 5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
11848 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
11849 5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
11850 5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
11851 5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
11852 5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
11853 5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
11854 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
11855 5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
11856 5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
11857 5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
11858 5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
11859 5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
11860 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
11861 5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
11862 5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
11863 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
11864 5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
11865 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
11866 7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
11867 7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
11868 a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
11869 a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
11870 a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
11871 a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
11872 a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
11873 ali.adb, ali.ads, ali-util.adb, ali-util.ads,
11874 a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
11875 a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
11876 a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
11877 a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
11878 a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
11879 a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
11880 a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
11881 a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
11882 a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
11883 a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
11884 a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
11885 a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
11886 atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
11887 a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
11888 a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
11889 bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
11890 checks.adb, checks.ads, cio.c, comperr.adb,
11891 comperr.ads, csets.adb, cstand.adb, cstreams.c,
11892 debug_a.adb, debug_a.ads, debug.adb, decl.c,
11893 einfo.adb, einfo.ads, errout.adb, errout.ads,
11894 eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
11895 expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
11896 exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
11897 exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
11898 exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
11899 exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
11900 exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
11901 exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
11902 exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
11903 fe.h, fmap.adb, fmap.ads, fname.adb,
11904 fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
11905 freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
11906 g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
11907 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
11908 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
11909 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
11910 g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
11911 g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
11912 g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
11913 g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
11914 g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
11915 g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
11916 g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
11917 g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
11918 gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
11919 gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
11920 gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
11921 gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
11922 gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
11923 g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
11924 g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
11925 g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
11926 g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
11927 g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
11928 g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
11929 g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
11930 g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
11931 i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
11932 i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
11933 inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
11934 itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
11935 layout.adb, lib.adb, lib.ads, lib-list.adb,
11936 lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
11937 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
11938 link.c, live.adb, make.adb, make.ads,
11939 Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
11940 mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
11941 mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
11942 misc.c, mkdir.c, mlib.adb, mlib.ads,
11943 mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
11944 mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
11945 namet.adb, namet.ads, namet.h, nlists.ads,
11946 nlists.h, nmake.adt, opt.adb, opt.ads,
11947 osint.adb, osint.ads, osint-b.adb, osint-c.adb,
11948 par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
11949 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
11950 par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
11951 par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
11952 prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
11953 prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
11954 prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
11955 prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
11956 prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
11957 prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
11958 prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
11959 prj-util.adb, prj-util.ads, raise.c, raise.h,
11960 repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
11961 rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
11962 s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
11963 s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
11964 scans.ads, scn.adb, scn.ads, s-crc32.adb,
11965 s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
11966 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
11967 sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
11968 sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
11969 sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
11970 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
11971 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
11972 sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
11973 sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
11974 sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
11975 sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
11976 sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
11977 s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
11978 s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
11979 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
11980 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
11981 s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
11982 s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
11983 s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
11984 sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
11985 sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
11986 sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
11987 s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
11988 s-memory.adb, s-memory.ads, snames.adb, snames.ads,
11989 snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
11990 s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
11991 s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
11992 s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
11993 s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
11994 s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
11995 s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
11996 s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
11997 s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
11998 s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
11999 s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
12000 s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
12001 s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
12002 s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
12003 s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
12004 s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
12005 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
12006 stringt.adb, stringt.ads, stringt.h, style.ads,
12007 stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
12008 s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
12009 s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
12010 switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
12011 s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
12012 table.adb, table.ads, targparm.adb, targparm.ads,
12013 targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
12014 trans.c, tree_io.adb, treepr.adb, treeprs.adt,
12015 ttypes.ads, types.ads, types.h, uintp.adb,
12016 uintp.ads, uintp.h, uname.adb, urealp.adb,
12017 urealp.ads, urealp.h, usage.adb, utils2.c,
12018 utils.c, validsw.adb, validsw.ads, widechar.adb,
12019 xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
12020 xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
12021 einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
12022 gnatvsn.ads: Merge with ACT tree.
12024 * gnatvsn.adb: Rewritten in a simpler and more efficient way.
12026 2003-10-20 Mark Mitchell <mark@codesourcery.com>
12028 * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
12029 (gnat_ug_vmx.info): Likewise.
12030 (gnat_ug_vxw.info): Likewise.
12031 (gnat_ug_wnt.info): Likewise.
12032 (gnat_rm.info): Likewise.
12033 (gnat-style.info): Likewise.
12035 * Make-lang.in (ada.install-info): Remove target.
12036 (info): New target.
12037 (install-info): Likewise.
12038 (gnat_ug_unx.info): Simplify rule.
12039 (gnat_ug_vmx.info): Likewise.
12040 (gnat_ug_vxw.info): Likewise.
12041 (gnat_ug_wnt.info): Likewise.
12042 (gnat_rm.info): Likewise.
12043 (gnat-style.info): Likewise.
12045 2003-10-14 Nathanael Nerode <neroden@gcc.gnu.org>
12047 * Make-lang.in: Replace uses of $(target_alias) with
12048 $(target_noncanonical).
12049 * ada/Makefile.in: Remove unused mention of $(target_alias).
12051 2003-10-06 Mark Mitchell <mark@codesourcery.com>
12053 * Make-lang.in (ada.info): Replace with ...
12055 (ada.dvi): Replace with ...
12058 2003-09-29 Zack Weinberg <zack@codesourcery.com>
12060 * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
12061 initialize dconstp5 and dconstmp5.
12063 2003-09-28 Richard Henderson <rth@redhat.com>
12065 * trans.c (tree_transform): Update call to expand_asm_operands.
12067 2003-09-21 Richard Henderson <rth@redhat.com>
12069 * trans.c, utils.c: Revert.
12071 2003-09-21 Richard Henderson <rth@redhat.com>
12073 * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
12076 2003-09-04 Michael Matz <matz@suse.de>
12078 * misc.c: Include "target.h".
12079 * Make-lang.in (misc.o): Add dependency on target.h.
12081 2003-09-03 DJ Delorie <dj@redhat.com>
12083 * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
12086 2003-08-30 Zack Weinberg <zack@codesourcery.com>
12088 * Makefile.in: Update substitutions to match changes to
12089 configure. Use include directives instead of @-insertions
12090 to read in host and target fragments. Add a rule to
12091 regenerate ada/Makefile.
12093 2003-07-18 Neil Booth <neil@daikokuya.co.uk>
12095 * lang-options.h: Remove.
12096 * lang.opt: Add help text.
12098 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
12100 * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
12103 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
12105 * misc.c (gnat_handle_option): Don't handle filenames.
12107 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12109 * Make-lang.in: Replace PWD with PWD_COMMAND.
12110 * Makefile.adalib: Likewise.
12111 * Makefile.in: Likewise.
12113 2003-07-04 Matt Kraai <kraai@alumni.cmu.edu>
12115 * misc.c (gnat_argv): Revert last change.
12116 (gnat_handle_option, gnat_init_options): Copy arguments.
12118 2003-07-03 Neil Booth <neil@daikokuya.co.uk>
12120 * misc.c (gnat_argv): Make const.
12122 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
12124 * misc.c (save_argc, save_argv): Keep non-static!
12126 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
12128 * misc.c (save_argc, save_argv): Make static.
12129 (gnat_init_options): New prototype.
12130 (gnat_init_options): Update.
12132 2003-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12134 * gnat_ug.texi: Remove unlikely characters from @vars.
12135 * gnat_ug_vms.texi: Regenerate.
12137 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
12139 * misc.c (record_code_position): Adjust emit_note call.
12141 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
12143 * misc.c (gnat_handle_option): Don't check for missing arguments.
12145 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
12147 * utils.c (end_subprog_body): Adjust expand_function_end call.
12149 2003-06-16 Matt Kraai <kraai@alumni.cmu.edu>
12151 * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
12154 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
12156 * lang.opt: Declare Ada.
12157 * misc.c (gnat_init_options): Update.
12159 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
12161 * utils.c (begin_subprog_body): Adjust init_function_start call.
12163 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
12165 * Make-lang.in: Update to use options.c and options.h.
12166 * misc.c: Include options.h not aoptions.h.
12167 (gnat_handle_option): Abort on unrecognized switch.
12168 (gnat_init_options): Request Ada switches.
12170 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
12172 * lang.opt: Add -Wall.
12173 * misc.c (gnat_handle_option): Handle it.
12175 2003-06-12 Neil Booth <neil@daikokuya.co.uk>
12177 * misc.c (gnat_handle_option): Fix warnings.
12179 2003-06-11 Matt Kraai <kraai@alumni.cmu.edu>
12181 * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
12183 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
12185 * Make-lang.in: Update to handle command-line options.
12186 * lang.opt: New file.
12187 * misc.c: Include aoptions.h.
12188 (cl_options_count, cl_options): Remove.
12189 (gnat_handle_option): New.
12190 (gnat_decode_option): Remove.
12191 (LANG_HOOKS_DECODE_OPTION): Remove.
12192 (LANG_HOOKS_HANDLE_OPTION): Override.
12194 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12196 * init.c, misc.c, trans.c, utils.c: Remove dead code.
12198 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12200 * Makefile.in: Replace "host_canonical" with "host" for autoconf
12203 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
12205 * Make-lang.in: Update.
12206 * misc.c: Include opts.h. Define cl_options_count and cl_options.
12208 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
12210 * misc.c (gnat_init_options): Update.
12212 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
12214 * Make-lang.in (ada/b_gnatb.o-warn): Remove.
12215 * bindgen.adb (Gen_Main_C): Mark ensure_reference with
12216 __attribute__ ((__unused__)).
12218 2003-06-05 Jan Hubicka <jh@suse.cz>
12220 * Make-lang.in: Add support for stageprofile and stagefeedback
12222 2003-06-05 Matt Kraai <kraai@alumni.cmu.edu>
12224 * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
12225 (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
12227 2003-06-04 Matt Kraai <kraai@alumni.cmu.edu>
12229 * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
12230 Remove non-VMS directive.
12231 (Switches for gnatlbr, Optimization Levels): Remove non-VMS
12233 (Examples of gnatls Usage): Remove VMS alternative.
12235 2003-06-04 Olivier Hainque <hainque@act-europe.fr>
12238 * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
12239 and turn ZCX_By_Default back to False since the underlying support
12240 is not quite there yet.
12242 2003-06-01 Andreas Jaeger <aj@suse.de>
12244 * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
12245 and ROUND_TYPE_SIZE_UNIT.
12247 2003-05-22 Geert Bosch <bosch@gnat.com>
12249 * gnat_rm.texi : Remove reference to Ada Core Technologies.
12251 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
12253 * trans.c (tree_transform): Use location_t and input_location
12255 (build_unit_elab): Likewise.
12256 * utils.c (create_label_decl): Likewise.
12258 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
12260 * trans.c (tree_transform, build_unit_elab,
12261 set_lineno): Rename lineno to input_line.
12262 * utils.c (pushdecl, create_label_decl, begin_subprog_body,
12263 end_subprog_body): Likewise.
12264 * utils2.c (build_call_raise): Likewise.
12266 2003-05-01 Laurent Guerby <guerby@acm.org>
12269 * 5iosinte.ads: Increase pthread_cond_t size to match recent
12270 LinuxThread and NPTL version, merge from ACT.
12272 2003-04-28 Zack Weinberg <zack@codesourcery.com>
12274 * utils.c (convert): No need to clear TREE_CST_RTL.
12276 2003-04-23 Geert Bosch <bosch@gnat.com>
12278 * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
12279 1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
12280 3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
12281 3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
12282 3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
12283 4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
12284 4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
12285 4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
12286 4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
12287 4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
12288 4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
12289 4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
12290 52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
12291 5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
12292 5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
12293 5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
12294 5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
12295 5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
12296 5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
12297 5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
12298 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
12299 5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
12300 5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
12301 5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
12302 5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
12303 5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
12304 5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
12305 5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
12306 5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
12307 5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
12308 5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
12309 5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
12310 5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
12311 5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
12312 5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
12313 5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
12314 5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
12315 5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
12316 5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
12317 5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
12318 5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
12319 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
12320 5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
12321 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
12322 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
12323 7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
12324 7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
12325 9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
12326 a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
12327 a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
12328 a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
12329 a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
12330 a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
12331 a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
12332 a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
12333 a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
12334 a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
12335 a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
12336 a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
12337 a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
12338 a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
12339 a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
12340 a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
12341 a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
12342 a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
12343 a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
12344 a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
12345 a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
12346 a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
12347 a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
12348 a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
12349 a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
12350 a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
12351 a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
12352 a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
12353 a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
12354 a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
12355 a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
12356 a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
12357 a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
12358 a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
12359 a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
12360 a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
12361 a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
12362 a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
12363 a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
12364 a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
12365 a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
12366 a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
12367 a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
12368 a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
12369 a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
12370 a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
12371 a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
12372 a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
12373 a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
12374 a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
12375 a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
12376 a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
12377 a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
12378 a-wttest.ads, ada-tree.h, ada.ads, ada.h,
12379 adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
12380 ali.adb, ali.ads, alloc.ads, argv.c,
12381 atree.adb, atree.ads, atree.h, aux-io.c,
12382 back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
12383 binde.adb, binde.ads, binderr.adb, binderr.ads,
12384 bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
12385 butil.adb, butil.ads, cal.c, calendar.ads,
12386 casing.adb, casing.ads, ceinfo.adb, checks.adb,
12387 checks.ads, cio.c, comperr.adb, comperr.ads,
12388 config-lang.in, csets.adb, csets.ads, csinfo.adb,
12389 cstand.adb, cstand.ads, cuintp.c, debug.adb,
12390 debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
12391 dec-io.ads, dec.ads, deftarg.c, directio.ads,
12392 einfo.adb, einfo.ads, elists.adb, elists.ads,
12393 elists.h, errno.c, errout.adb, errout.ads,
12394 eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
12395 exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
12396 exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
12397 exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
12398 exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
12399 exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
12400 exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
12401 exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
12402 exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
12403 exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
12404 exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
12405 exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
12406 exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
12407 exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
12408 exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
12409 fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
12410 fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
12411 freeze.adb, freeze.ads, frontend.adb, frontend.ads,
12412 g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
12413 g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
12414 g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
12415 g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
12416 g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
12417 g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
12418 g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
12419 g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
12420 g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
12421 g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
12422 g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
12423 g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
12424 g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
12425 g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
12426 g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
12427 g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
12428 g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
12429 g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
12430 g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
12431 g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
12432 g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
12433 g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
12434 get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
12435 gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
12436 gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
12437 gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
12438 gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
12439 gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
12440 gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
12441 gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
12442 hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
12443 i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
12444 i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
12445 i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
12446 i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
12447 i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
12448 i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
12449 inline.adb, inline.ads, interfac.ads, ioexcept.ads,
12450 itypes.adb, itypes.ads, krunch.adb, krunch.ads,
12451 layout.adb, layout.ads, lib-list.adb, lib-load.adb,
12452 lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
12453 lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
12454 lib.adb, lib.ads, live.adb, live.ads,
12455 machcode.ads, make.adb, make.ads, makeusg.adb,
12456 makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
12457 mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
12458 memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
12459 mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
12460 mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
12461 mlib.ads, namet.adb, namet.ads, nlists.adb,
12462 nlists.ads, opt.adb, opt.ads, osint-b.adb,
12463 osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
12464 osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
12465 osint.ads, output.adb, output.ads, par-ch10.adb,
12466 par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
12467 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
12468 par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
12469 par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
12470 par-tchk.adb, par-util.adb, par.adb, par.ads,
12471 prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
12472 prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
12473 prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
12474 prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
12475 prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
12476 prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
12477 prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
12478 prj.adb, prj.ads, repinfo.adb, repinfo.ads,
12479 restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
12480 rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
12481 s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
12482 s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
12483 s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
12484 s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
12485 s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
12486 s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
12487 s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
12488 s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
12489 s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
12490 s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
12491 s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
12492 s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
12493 s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
12494 s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
12495 s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
12496 s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
12497 s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
12498 s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
12499 s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
12500 s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
12501 s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
12502 s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
12503 s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
12504 s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
12505 s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
12506 s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
12507 s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
12508 s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
12509 s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
12510 s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
12511 s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
12512 s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
12513 s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
12514 s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
12515 s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
12516 s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
12517 s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
12518 s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
12519 s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
12520 s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
12521 s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
12522 s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
12523 s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
12524 s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
12525 s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
12526 s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
12527 s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
12528 s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
12529 s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
12530 s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
12531 s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
12532 s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
12533 s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
12534 s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
12535 s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
12536 s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
12537 s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
12538 s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
12539 s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
12540 s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
12541 s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
12542 s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
12543 s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
12544 s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
12545 s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
12546 s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
12547 s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
12548 s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
12549 s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
12550 s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
12551 s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
12552 s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
12553 s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
12554 s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
12555 s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
12556 s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
12557 s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
12558 s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
12559 s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
12560 s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
12561 s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
12562 s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
12563 s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
12564 s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
12565 s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
12566 s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
12567 s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
12568 s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
12569 s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
12570 s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
12571 s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
12572 s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
12573 s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
12574 scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
12575 sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
12576 sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
12577 sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
12578 sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
12579 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
12580 sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
12581 sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
12582 sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
12583 sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
12584 sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
12585 sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
12586 sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
12587 sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
12588 sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
12589 sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
12590 sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
12591 sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
12592 sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
12593 sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
12594 sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
12595 snames.ads, sprint.adb, sprint.ads, stand.adb,
12596 stand.ads, stringt.adb, stringt.ads, style.adb,
12597 style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
12598 switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
12599 switch-m.ads, switch.adb, switch.ads, system.ads,
12600 table.adb, table.ads, targparm.adb, targparm.ads,
12601 tbuild.adb, tbuild.ads, text_io.ads, trans.c,
12602 tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
12603 tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
12604 ttypef.ads, ttypes.ads, types.adb, types.ads,
12605 uintp.adb, uintp.ads, uname.adb, uname.ads,
12606 unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
12607 usage.adb, usage.ads, validsw.adb, validsw.ads,
12608 widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
12609 xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
12610 xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
12611 formatting and other trivial changes from ACT.
12613 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12615 * gigi.h, utils2.c (build_constructor):
12616 Rename gnat_build_constructor. Use build_constructor.
12617 * decl.c (gnat_to_gnu_entity)
12618 * trans.c (tree_transform, pos_to_constructor, extract_values)
12619 * ada/utils.c (build_template, convert_to_fat_pointer, convert)
12620 (unchecked_convert)
12621 * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
12622 (fill_vms_descriptor):
12625 2003-04-06 Zack Weinberg <zack@codesourcery.com>
12627 * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
12628 * misc.c (gnat_tree_size): New function.
12629 (LANG_HOOKS_TREE_SIZE): Override.
12631 2003-04-03 Jason Merrill <jason@redhat.com>
12633 * misc.c (gnat_adjust_rli): #if 0.
12635 2003-03-31 Geert Bosch <bosch@gnat.com>
12638 * link.c : Fix misspelled "const" keyword
12640 2003-03-23 Mark Mitchell <mark@codesourcery.com>
12643 * utils2.c: Adjust calls to put_var_into_stack.
12645 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12647 * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
12649 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12651 * misc.c (gnat_init): Update for new prototype.
12653 2003-03-05 Olivier Hainque <hainque@gnat.com>
12656 * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
12657 warning, and fix return type for the IN_RTS && !SJLJ case.
12659 2003-03-04 Tom Tromey <tromey@redhat.com>
12661 * Make-lang.in (ada.tags): New target.
12663 2003-03-04 Olivier Hainque <hainque@act-europe.fr>
12666 * a-except.adb (Unwind_RaiseException): Import a GNAT specific
12667 wrapper, which name remains constant whatever underlying GCC
12670 * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
12671 the stable interface needed for a-except.
12673 2003-03-02 Andreas Jaeger <aj@suse.de>
12675 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
12676 gnat_ug_wnt.texi: Regenerate.
12678 2003-03-02 Laurent Guerby <guerby@acm.org>
12680 * Makefile.in (install-gnatlib): Match previous change there
12683 2003-02-28 Andreas Schwab <schwab@suse.de>
12685 * Make-lang.in (install-gnatlib): Change to ada directory before
12686 running make instead of using ada/Makefile directly.
12688 2003-02-18 Ben Elliston <bje@redhat.com>
12690 Part of fix for PR ada/9406
12691 * gnat_ug.texi (Binder output file): Grammar fix.
12693 2003-02-18 Ben Elliston <bje@redhat.com>
12696 * 5qtaprop.adb (Sleep): Fix typo in comment.
12698 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
12700 * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
12701 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
12702 gnat_ug_wnt.texi: Regenerate.
12704 2003-02-03 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12706 * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
12707 be created if necessary.
12708 (ada.install-common): Let $(DESTDIR)$(bindir) be created
12709 if necessary. Remove erroneous and redundant gnatchop
12710 installation commands. Test for gnatdll before attempting
12712 (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
12713 and gnatdll from all plausible locations.
12715 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
12717 * utils2.c (build_unary_op): Don't check flag_volatile.
12718 * gnat_ug.texi: Remove -fvolatile from example.
12719 * gnat_ug_vxw.texi: Likewise.
12721 2003-01-29 Laurent Guerby <guerby@acm.org>
12724 * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
12725 * Makefile.in: match previous change.
12726 * Make-lang.in: match previous change.
12728 2003-01-29 Joel Sherrill <joel@OARcorp.com>
12730 * 5rosinte.ads: Add SIGXCPU.
12731 * 5rtpopsp.adb: New file.
12732 * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
12733 * Makefile.in: Recognize more RTEMS targets and add the RTEMS
12734 specific file 5rtpopsp.adb.
12735 * adaint.h: Add include of <stdio.h> when target is RTEMS. This
12736 is likely needed for all newlib targets.
12737 * init.c: Add RTEMS specific version of __gnat_initialize().
12739 2003-01-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12741 * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
12743 2003-01-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12745 * init.c (__gnat_error_handler): Make msg const.
12747 * gmem.c (convert_addresses): Move declaration ...
12748 * adaint.h: ... here.
12749 * adaint.c (convert_addresses): Adapt addrs type to match
12752 * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
12754 2003-01-24 Andreas Schwab <schwab@suse.de>
12756 * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
12757 size_t to avoid warning.
12759 2003-01-21 Zack Weinberg <zack@codesourcery.com>
12761 * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
12763 2003-01-09 Geoffrey Keating <geoffk@apple.com>
12765 * gnat_rm.texi: Remove RCS version number.
12767 * ada-tree.h (union lang_tree_node): Add chain_next option.
12769 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12771 * Make-lang.in (ada.install-info, ada.install-common,
12772 ada.uninstall): Prepend $(DESTDIR) to the destination
12773 directory in all (un)installation commands.
12774 * Makefile.in (install-gnatlib, install-rts): Ditto.
12776 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
12778 * gnat_rm.texi, gnat_ug.texi: Use @copying.
12779 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
12780 gnat_ug_wnt.texi: Regenerate.
12782 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
12784 * gnat_rm.texi: Include gcc-common.texi. Use GCC version number
12786 * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
12787 $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
12788 $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
12789 ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
12790 ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
12791 $(srcdir)/doc/include/gcc-common.texi.
12793 2002-12-15 Geert Bosch <bosch@gnat.com>
12795 * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
12797 2002-12-14 Geert Bosch <bosch@gnat.com>
12799 * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
12800 case of a body created for a Renaming_As_Body, on which
12801 conformance checks are not performed. Fixes PR ada/5690.
12803 2002-11-30 Zack Weinberg <zack@codesourcery.com>
12805 * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
12806 utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
12807 not already included.
12808 * Make-lang.in: Update dependencies.
12810 2002-11-18 Nathanael Nerode <neroden@gcc.gnu.org>
12811 * adaint.c (__gnat_tmp_name): Better, but good enough for now,
12812 solution to buffer overflow bug on GNU/Linux.
12814 2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org>
12815 Closes PR ada/5856 and PR ada/6919 !
12816 * bindgen.adb: Remove all references to Public_Version.
12817 * comperr.adb: Remove all references to Public_Version and
12818 GNATPRO_Version; correct bug reporting instructions.
12819 * comperr.ads: Change to match bug box.
12820 * gnatvsn.ads: Remove all references to Public version and
12823 2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org>
12825 * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
12829 * config-lang.in: Remove diff_excludes.
12831 2002-11-05 Graham Stott <graham.stott@btinternet.com>
12833 * trans.c (gnu_pending_elaboration_lists): New GC root.
12834 (build_unit_elab): Use..
12836 2002-10-30 Geert Bosch <bosch@gnat.com>
12838 * misc.c : Include optabs.h
12840 * Make-lang.in (misc.o): Add dependency on optabs.h
12842 2002-10-29 Geert Bosch <bosch@gnat.com>
12844 * Make-lang.in (gnatbind): Depend on CONFIG_H
12846 2002-10-29 Geert bosch <bosch@gnat.com>
12848 * misc.c: Unrevert misc.c (1.13)
12850 2002-10-28 Nathanael Nerode <neroden@gcc.gnu.org>
12852 * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
12853 maintainership comments.
12855 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12857 * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
12858 5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
12859 5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
12860 7staprop.adb: Correct statements in comments about
12861 maintainership of GNAT.
12864 * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
12865 gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
12866 osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
12867 osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
12868 s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
12869 s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
12870 sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
12871 switch-c.ads switch-m.adb switch-m.ads: Correct statements in
12872 comments about maintainership of GNAT.
12874 PR ada/6919 (forward port of patch for PR ada/5904)
12875 * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
12876 4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
12877 4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
12878 4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
12879 4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
12880 4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
12881 4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
12882 52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
12883 5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
12884 5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
12885 5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
12886 5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
12887 5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
12888 5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
12889 5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
12890 5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
12891 5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
12892 5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
12893 5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
12894 5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
12895 5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
12896 5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
12897 5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
12898 5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
12899 5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
12900 5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
12901 5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
12902 5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
12903 7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
12904 a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
12905 a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
12906 a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
12907 a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
12908 a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
12909 a-except.adb a-except.ads a-excpol.adb a-exctra.adb
12910 a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
12911 a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
12912 a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
12913 a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
12914 a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
12915 a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
12916 a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
12917 a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
12918 a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
12919 a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
12920 a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
12921 a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
12922 a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
12923 a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
12924 a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
12925 a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
12926 a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
12927 a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
12928 a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
12929 a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
12930 a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
12931 a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
12932 a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
12933 a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
12934 a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
12935 a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
12936 a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
12937 a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
12938 a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
12939 a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
12940 a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
12941 a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
12942 a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
12943 adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
12944 alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
12945 back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
12946 binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
12947 bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
12948 ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
12949 csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
12950 cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
12951 debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
12952 einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
12953 errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
12954 exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
12955 exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
12956 exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
12957 exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
12958 exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
12959 exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
12960 exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
12961 exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
12962 exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
12963 exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
12964 exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
12965 exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
12966 exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
12967 final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
12968 fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
12969 freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
12970 g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
12971 g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
12972 gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
12973 gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
12974 gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
12975 gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
12976 gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
12977 gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
12978 i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
12979 i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
12980 i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
12981 i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
12982 impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
12983 itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
12984 lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
12985 lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
12986 lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
12987 lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
12988 makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
12989 namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
12990 nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
12991 osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
12992 par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
12993 par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
12994 par-endh.adb par-labl.adb par-load.adb par-prag.adb
12995 par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
12996 prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
12997 prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
12998 prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
12999 prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
13000 prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
13001 prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
13002 repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
13003 rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
13004 s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
13005 s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
13006 s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
13007 s-direio.adb s-direio.ads s-except.ads s-exctab.adb
13008 s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
13009 s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
13010 s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
13011 s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
13012 s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
13013 s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
13014 s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
13015 s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
13016 s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
13017 s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
13018 s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
13019 s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
13020 s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
13021 s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
13022 s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
13023 s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
13024 s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
13025 s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
13026 s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
13027 s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
13028 s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
13029 s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
13030 s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
13031 s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
13032 s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
13033 s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
13034 s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
13035 s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
13036 s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
13037 s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
13038 s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
13039 s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
13040 s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
13041 s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
13042 s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
13043 s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
13044 s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
13045 s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
13046 s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
13047 s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
13048 s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
13049 s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
13050 s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
13051 s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
13052 s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
13053 s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
13054 s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
13055 s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
13056 s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
13057 s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
13058 s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
13059 s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
13060 s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
13061 s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
13062 s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
13063 s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
13064 s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
13065 s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
13066 s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
13067 s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
13068 s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
13069 s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
13070 s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
13071 s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
13072 s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
13073 s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
13074 s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
13075 s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
13076 s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
13077 s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
13078 s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
13079 s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
13080 s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
13081 s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
13082 s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
13083 s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
13084 s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
13085 s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
13086 scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
13087 sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
13088 sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
13089 sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
13090 sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
13091 sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
13092 sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
13093 sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
13094 sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
13095 sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
13096 sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
13097 sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
13098 sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
13099 sem_type.adb sem_type.ads sem_util.adb sem_util.ads
13100 sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
13101 sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
13102 sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
13103 sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
13104 snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
13105 stringt.ads stringt.h style.adb style.ads stylesw.adb
13106 stylesw.ads switch.adb switch.ads sysdep.c system.ads
13107 table.adb table.ads targparm.adb targparm.ads targtyps.c
13108 tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
13109 tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
13110 treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
13111 types.adb types.ads types.h uintp.adb uintp.ads uintp.h
13112 uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
13113 usage.ads utils.c utils2.c validsw.adb validsw.ads
13114 widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
13115 xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
13116 xtreeprs.adb: Correct statements in comments about maintainership
13119 2002-09-23 Zack Weinberg <zack@codesourcery.com>
13121 * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
13122 * Makefile.in (TOOLS_LIBS): Add ../../version.o.
13123 * gnatvsn.ads: Gnat_Version_String is now a function.
13124 * gnatvsn.adb: New file. When asked for Gnat_Version_String,
13125 copy the C version_string into a String and return it.
13126 * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
13127 gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
13128 Remove pragma Ident (Gnat_Version_String). If this was the
13129 sole use of package Gnatvsn, remove the with statement too.
13130 * gnat1drv.adb: Tweak -gnatv output.
13132 2002-09-17 Richard Henderson <rth@redhat.com>
13134 * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
13135 * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
13136 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
13137 (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
13138 * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
13139 and real_2expN instead of a loop.
13140 * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
13141 (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
13143 2002-08-25 Andre Leis <a.leis@gmx.net>
13144 David Billinghurst (David.Billinghurst@riotinto.com>
13146 * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
13148 2002-08-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13150 * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
13151 Remove $(CONFIG_H) dependency.
13153 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
13155 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
13157 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13159 * adadecode.c (ada_demangle): Use xstrdup in lieu of
13161 * misc.c (gnat_decode_option): Likewise.
13163 2002-07-15 Florian Weimer <fw@deneb.enyo.de>
13165 * make.adb (Add_Switch): Make Generic_Position a procedure. The
13166 function approach did not work well because of a side effect (the
13167 function call could reallocate the table which was being indexed
13168 using its result). Fixes ada/4851. [RESURRECTED]
13170 2002-07-01 Roger Sayle <roger@eyesopen.com>
13172 * ada/utils.c (builtin_function): Accept an additional parameter.
13174 2002-06-28 Andreas Jaeger <aj@suse.de>
13177 * Makefile.in: Fix typo in comment, patch by Adrian Knoth
13180 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13182 * Makefile.in (SHELL): Set to @SHELL@.
13184 2002-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13186 * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
13187 array size calculation.
13189 2002-06-04 Andreas Jaeger <aj@suse.de>
13191 * Make-lang.in (gnatbind): Readd rule that has been lost in last
13194 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
13196 Merge from pch-branch:
13198 * config-lang.in (gtfiles): Add ada-tree.h.
13199 * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
13200 (SET_TYPE_MODULUS): New.
13201 (SET_TYPE_INDEX): New.
13202 (SET_TYPE_DIGITS_VALUE): New.
13203 (SET_TYPE_RM_SIZE): New.
13204 (SET_TYPE_UNCONSTRAINED_ARRAY): New.
13205 (SET_TYPE_ADA_SIZE): New.
13206 (SET_TYPE_ACTUAL_BOUNDS): New.
13207 (SET_DECL_CONST_CORRESPONDING_VAR): New.
13208 (SET_DECL_ORIGINAL_FIELD): New.
13209 (TREE_LOOP_ID): Correct typo.
13210 * decl.c: Use new macros.
13211 * utils.c: Include debug.h, use new macros.
13212 * utils2.c: Use new macros.
13214 * ada-tree.h: Update all macros for new tree description.
13215 (struct tree_loop_id): New.
13216 (union lang_tree_node): New.
13217 (struct lang_decl): New.
13218 (struct lang_type): New.
13219 * misc.c (gnat_mark_tree): Delete.
13220 (LANG_HOOKS_MARK_TREE): Delete.
13221 * trans.c (tree_transform): No longer any need to cast
13224 * utils.c (struct language_function): New dummy structure.
13226 * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
13227 (misc.o): Likewise.
13228 (utils.o): Likewise; also gtype-ada.h.
13229 * Make-lang.in (gnat1): Add dependency on s-gtype.
13230 (gnatbind): Add dependency on $(CONFIG_H).
13231 * utils.c: Correct last #include.
13232 (stuct e_stack): Remove unnecessary 'static'.
13233 (mark_e_stack): Remove unused prototype.
13235 * scn-nlit.adb: Remove whitespace after version number to
13236 keep lines under 80 chars.
13237 * snames.adb: Likewise.
13238 * treepr.ads: Likewise.
13240 * Makefile.in (decl.o): Include gt-ada-<filename>.h.
13241 (misc.o): Likewise.
13242 (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
13243 * config-lang.in (gtfiles): New.
13244 * decl.c: Use gengtype for roots.
13245 * gigi.h: Use gengtype for roots.
13246 * trans.c: Use gengtype for roots.
13247 * utils.c: Use gengtype for roots, marking. Include gtype-ada.h.
13249 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
13251 * misc.c (gnat_init): Adjust setting of internal_error_function.
13253 2002-06-01 Joseph S. Myers <jsm28@cam.ac.uk>
13255 * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
13256 * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
13257 gnat_ug_wnt.texi: Regenerate.
13259 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
13261 * 5ntaprop.adb (with System.OS_Primitives): Remove.
13263 * cstreams.c (max_path_len): Move from here ...
13264 * adaint.c (__gnat_max_path_len): ... to here.
13265 * adaint.c (__gnat_max_path_len): Declare.
13266 * g-dirope.adb (Max_Path): Adjust.
13267 * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
13268 * i-cstrea.ads (max_path_len): Adjust.
13269 * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
13270 * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
13272 * Makefile.in, Make-lang.in: Documentation is now built in
13273 Make-lang.in. Store Info and generated Texinfo files in the
13275 * gnat_ug.texi: Remove CVS keywords, correct version number.
13276 Set file name correctly.
13278 * gnat_ug_*.texi: Add.
13279 * .cvsignore: Ignore generated Texinfo files.
13281 2002-05-30 Zack Weinberg <zack@codesourcery.com>
13283 * ada.h: Add MI guard macro.
13284 (SUBTYPE): Define constants with an anonymous enum, not static
13286 (IN): Cast constants to appropriate type before use.
13288 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
13290 * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
13293 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13295 * Make-lang.in (CP, ECHO): Copy from Makefile.in.
13296 (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
13297 (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
13298 (ALL_ADA_CFLAGS): Likewise.
13299 (ADA_INCLUDES): Likewise.
13300 Adapt for new working dir.
13301 (GNATBIND): Use Makefile.in version.
13302 (.SUFFIXES): Copy from Makefile.in.
13303 (ada-warn): Define.
13304 (.adb.o, .ads.o): Copy from Makefile.in.
13305 Added $(OUTPUT_OPTION).
13306 (GNAT1_C_OBJS): Moved from Makefile.in.
13307 Prefix with ada subdir.
13308 (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
13309 (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
13310 Adapt for new working dir.
13311 (EXTRA_GNATBIND_OBJS): Likewise.
13312 (ADA_BACKEND): Moved from Makefile.in.
13313 Renamed to avoid conflict with global BACKEND.
13315 (TARGET_ADA_SRCS): Moved from Makefile.in.
13316 (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
13318 (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
13319 (ada_extra_files): Moved from Makefile.in.
13320 Prefix with ada subdir.
13321 (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
13322 (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
13323 (ada/nmake.ads): Likewise.
13324 (update-sources): Moved from Makefile.in.
13325 Prefix with ada subdir.
13326 (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
13327 (ADA_TREE_H): Likewise.
13328 (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
13329 (ada/memtrack.o): Likewise.
13330 (ada/adadecode.o): Likewise.
13331 Update dependencies.
13332 (ada/adaint.o): New.
13333 (ada/argv.o): Moved from Makefile.in.
13334 Prefix with ada subdir.
13335 Update dependencies.
13336 (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
13337 (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
13338 (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
13339 Prefix with ada subdir.
13340 (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
13341 (GNAT DEPENDENCIES): Regenerate.
13342 * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
13343 toplevel Makefile.in.
13344 (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
13345 (TARGET_ADA_SRCS): Removed.
13346 (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
13347 (GNATBIND_OBJS): Likewise.
13348 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
13349 (BACKEND): Removed.
13350 (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
13351 (TREE_H): Likewise.
13352 (ada_extra_files): Likewise.
13353 (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
13354 (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
13355 (update-sources): Likewise.
13356 (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
13357 (ADA_TREE_H): Likewise.
13358 (adadecoce.o): Likewise.
13359 (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
13360 (GNAT DEPENDENCIES): Likewise.
13362 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13364 * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
13365 * Makefile.in: Likewise.
13367 2002-05-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13369 * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
13370 Restore $(CONFIG_H) and prefix.o dependencies.
13371 (ada.stage[1-4]): Depend on stage?-start.
13373 * Makefile.in (b_gnatb.c): Depend on interfac.o.
13375 2002-05-02 Jim Wilson <wilson@redhat.com>
13377 * utils.c (finish_record_type): Change record_size to record_type.
13379 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
13381 * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
13382 (ALL_ADA_CFLAGS): Define. Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
13383 ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
13385 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
13387 * misc.c (gnat_parse_file): Update.
13389 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
13391 * misc.c (gnat_init): Don't set lang_attribute_common.
13393 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
13395 * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
13397 2002-04-21 Florian Weimer <fw@deneb.enyo.de>
13399 * gnat_ug.texi: New file.
13401 * gnat_rm.texi: Do not include texiplus.texi. Include fdl.texi
13402 instead of gfdl.texi
13404 * xgnatug.adb, ug_words: New files.
13406 * Makefile.in (doc, dvi): New targets. Build gnat_ug_*,
13407 gnat_rm and gnat-style manuals.
13409 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
13411 * gigi.h (incomplete_type_error): Remove.
13412 * utils.c (incomplete_type_error): Remove.
13414 2002-04-16 Mark Mitchell <mark@codesourcery.com>
13416 * trans.c (tree_transform): Add has_scope argument to
13417 expand_start_stmt_expr.
13419 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
13421 * gigi.h (truthvalue_conversion): Rename.
13422 * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
13423 * trans.c (tree_transform): Update.
13424 * utils2.c (truthvalue_conversion): Rename, update.
13425 (build_binary_op, build_unary_op): Update.
13427 2002-04-04 Laurent Guerby <guerby@acm.org>
13429 * make.adb: Implement -margs, remove restriction about file name placement.
13430 * makeusg.adb: Documentation update.
13431 * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
13432 * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
13434 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
13436 * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
13437 (builtin_function): Similarly.
13439 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
13441 * decl.c (gnat_to_gnu_entity): Update.
13442 * gigi.h (mark_addressable): Rename.
13443 * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
13444 * trans.c (tree_transform): Update.
13445 * utils.c (create_var_decl): Update.
13446 * util2.c (build_binary_op, build_unary_op,
13447 fill_vms_descriptor): Update.
13448 (mark_addressable): Rename, update.
13450 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
13452 * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
13454 * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
13455 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
13456 * trans.c (tree_transform, convert_with_check): Update.
13457 * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
13460 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
13462 * gigi.h (finish_incomplete_decl): Rename.
13463 * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
13464 * utils.c (gnat_init_decl_processing): Don't set hook.
13465 (finish_incomplete_decl): Rename.
13467 2002-03-29 Andreas Schwab <schwab@suse.de>
13469 * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
13472 2001-03-28 Robert Dewar <dewar@gnat.com>
13475 (Remove_Checks): New procedure
13478 (Remove_Checks): New procedure
13481 Use new Duplicate_Subexpr functions
13482 (Duplicate_Subexpr_No_Checks): New procedure
13483 (Duplicate_Subexpr_No_Checks_Orig): New procedure
13484 (Duplicate_Subexpr): Restore original form (checks duplicated)
13485 (Duplicate_Subexpr): Call Remove_Checks
13488 (Duplicate_Subexpr_No_Checks): New procedure
13489 (Duplicate_Subexpr_No_Checks_Orig): New procedure
13490 Add 2002 to copyright notice
13492 * sem_util.adb: Use new Duplicate_Subexpr functions
13495 (Eval_Indexed_Component): This is the place to call
13496 Constant_Array_Ref and to replace the value. We simply merge
13497 the code of this function in here, since it is now no longer
13498 used elsewhere. This fixes the problem of the back end not
13499 realizing we were clever enough to see that this was
13501 (Expr_Val): Remove call to Constant_Array_Ref
13502 (Expr_Rep_Val): Remove call to Constant_Array_Ref
13504 (Constant_Array_Ref): Deal with string literals (patch
13505 suggested by Zack Weinberg on the gcc list)
13507 2001-03-28 Ed Schonberg <schonber@gnat.com>
13509 * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
13510 Duplicate_Subexpr_Move_Checks.
13512 * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
13513 Duplicate_Subexpr_Move_Checks.
13515 * sem_eval.adb: (Constant_Array_Ref): Verify that constant
13516 value of array exists before retrieving it (it may a private
13517 protected component in a function).
13519 2002-03-28 Geert Bosch <bosch@gnat.com>
13521 * prj-pp.adb : New file.
13523 * prj-pp.ads : New file.
13525 2002-03-28 Andreas Jaeger <aj@suse.de>
13527 * Makefile.in (stamp-sdefault): Fix path for Makefile.
13529 2002-03-28 Neil Booth <neil@daikokuya.demon.co.uk>
13531 * misc.c (gnat_expand_expr): Move prototype.
13533 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
13535 * misc.c (insert_default_attributes): Remove.
13537 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
13539 * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
13540 (gnat_init): Don't set hook.
13541 (gnat_expand_expr): Fix prototype.
13543 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
13545 * misc.c (ggc_p): Remove.
13547 2002-03-27 Geert Bosch <bosch@gnat.com>
13549 * prj-makr.ads, prj-makr.adb : New files.
13551 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
13553 * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
13554 (lang_mark_tree): Make static, rename.
13556 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
13558 * misc.c (maybe_build_cleanup): Remove.
13560 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
13562 * gigi.h (yyparse): Remove.
13564 2002-03-23 Florian Weimer <fw@deneb.enyo.de>
13566 * gnat_rm.texi: Sync with ACT version.
13567 (From Ben Brosgol <brosgol@gnat.com>)
13569 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
13571 * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
13572 (gnat_init): Remove old hook.
13574 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
13576 * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
13577 (yyparse): Rename gnat_parse_file.
13579 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
13581 Delete all lines containing "$Revision:".
13582 * xeinfo.adb: Don't look for revision numbers.
13583 * xnmake.adb: Likewise.
13584 * xsinfo.adb: Likewise.
13585 * xsnames.adb: Likewise.
13586 * xtreeprs.adb: Likewise.
13588 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13590 * misc.c (gnat_tree_code_type, gnat_tree_code_length,
13591 gnat_tree_code_name): Delete.
13592 (tree_code_type, tree_code_length, tree_code_name): Define.
13593 (gnat_init): Don't try to copy into the various tree_code
13596 2002-03-11 Richard Henderson <rth@redhat.com>
13598 * Makefile.in (.NOTPARALLEL): Add fake tag.
13600 2002-03-07 Geert Bosch <bosch@gnat.com>
13602 * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
13603 s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
13604 switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
13605 switch-m.adb, switch-m.ads : New files.
13607 2002-03-07 Geert Bosch <bosch@gnat.com>
13609 * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
13610 4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
13611 4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
13612 4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
13613 5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
13614 5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
13615 5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
13616 5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
13617 5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
13618 5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
13619 5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
13620 5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
13621 5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
13622 5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
13623 5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
13624 5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
13625 5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
13626 5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
13627 5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
13628 5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
13629 7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
13630 Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
13631 a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
13632 a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
13633 a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
13634 a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
13635 a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
13636 a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
13637 a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
13638 adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
13639 atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
13640 bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
13641 csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
13642 einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
13643 eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
13644 exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
13645 exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
13646 exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
13647 exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
13648 exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
13649 expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
13650 freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
13651 g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
13652 g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
13653 g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
13654 g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
13655 g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
13656 g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
13657 gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
13658 gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
13659 gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
13660 i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
13661 impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
13662 lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
13663 lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
13664 memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
13665 mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
13666 nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
13667 output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
13668 par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
13669 prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
13670 prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
13671 prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
13672 rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
13673 s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
13674 s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
13675 s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
13676 s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
13677 s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
13678 s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
13679 s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
13680 s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
13681 s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
13682 s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
13683 s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
13684 s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
13685 s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
13686 s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
13687 s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
13688 sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
13689 sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
13690 sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
13691 sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
13692 sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
13693 sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
13694 sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
13695 sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
13696 sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
13697 sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
13698 snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
13699 stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
13700 table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
13701 tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
13702 treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
13703 types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
13704 utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
13705 xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
13707 * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
13708 g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
13709 mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
13710 osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
13712 * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
13713 5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
13715 * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
13716 to mdll-fil.ad[bs] and mdll-util.ad[bs]
13718 * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
13719 from mdllfile.ad[bs] and mdlltool.ad[bs]
13721 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13723 * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
13724 lieu of explicit sizeof/sizeof.
13726 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
13728 * misc.c (copy_lang_decl): Remove.
13730 2002-02-27 Zack Weinberg <zack@codesourcery.com>
13732 * misc.c: Delete traditional-mode-related code copied from the
13733 C front end but not used, or used only to permit the compiler
13736 2002-02-07 Richard Henderson <rth@redhat.com>
13738 * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
13739 * adaint.h (__gnat_to_gm_time): Update prototype.
13741 2002-01-30 Richard Henderson <rth@redhat.com>
13743 * trans.c (tree_transform) [N_Loop_Statement]: Use
13744 expand_exit_loop_top_cond.
13746 2001-12-23 Richard Henderson <rth@redhat.com>
13748 * utils.c (end_subprog_body): Push GC context around
13749 rest_of_compilation for nested functions.
13751 2001-12-23 Richard Henderson <rth@redhat.com>
13753 * 5nosinte.ads: Get definition of "int" from Interfaces.C.
13755 2001-12-23 Florian Weimer <fw@deneb.enyo.de>
13757 * gnat-style.texi (Declarations and Types): Remove ancient style
13758 rule which was mandated by code generation issues.
13760 * gnat-style.texi (header): Add @dircategory, @direntry.
13761 (title page): Remove date.
13762 (general) Add @./@: where approriate, and two spaces after the
13763 full stop at the end of a sentence. Use @samp markup when
13764 referring concrete lexical entities (keywords, attribute names
13765 etc.), and @syntax for ARM grammar elements. Use @r for English
13766 text in comments. Use @emph for emphasis. Change "if-statements"
13767 etc. to "if statements" (without @samp). Break long lines. Make
13768 casing of section names consistent.
13769 (Identifiers): Use @samp markup for variable names.
13770 (Comments): Use @samp markup for comment characters. Line-end
13771 comments may follow any Ada code, not just statements. Fix
13772 misspelling of "Integer" as "integer".
13773 (Loop statements): Do not use variable name "I", use "J".
13774 (Subprogram Declarations): Document alignment.
13775 (Subprogram Bodies, Block statements): Document empty line before
13778 2001-12-22 Florian Weimer <fw@deneb.enyo.de>
13780 * make.adb (Add_Switch): Make Generic_Position a procedure. The
13781 function approach did not work well because of a side effect (the
13782 function call could reallocate the table which was being indexed
13783 using its result). Fixes ada/4851.
13785 2001-12-19 Robert Dewar <dewar@gnat.com>
13787 * bindgen.adb: Minor reformatting
13789 * cstand.adb: Minor reformatting
13791 * fmap.adb: Minor reformatting
13792 Change name from Add for Add_To_File_Map (Add is much too generic)
13793 Change Path_Name_Of to Mapped_Path_Name
13794 Change File_Name_Of to Mapped_File_Name
13795 Fix copyright dates in header
13798 Change name from Add for Add_To_File_Map (Add is much too generic)
13799 Change Path_Name_Of to Mapped_Path_Name
13800 Change File_Name_Of to Mapped_File_Name
13801 Fix copyright dates in header
13803 * fname-uf.adb: Minor reformatting. New names of stuff in Fmap.
13804 Add use clause for Fmap.
13806 * make.adb: Minor reformatting
13808 * osint.adb: Minor reformatting. Change of names in Fmap.
13809 Add use clause for Fmap.
13811 * prj-env.adb: Minor reformatting
13813 * prj-env.ads: Minor reformatting
13815 * switch.adb: Minor reformatting. Do proper raise of Bad_Switch if
13816 error found (there were odd exceptions to this general rule in
13817 -gnatec/-gnatem processing)
13819 2001-12-19 Olivier Hainque <hainque@gnat.com>
13821 * raise.c (__gnat_eh_personality): Exception handling personality
13822 routine for Ada. Still in rough state, inspired from the C++ version
13823 and still containing a bunch of debugging artifacts.
13824 (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
13825 inspired from the C++ library.
13827 * raise.c (eh_personality): Add comments. Part of work for the GCC 3
13828 exception handling integration.
13830 2001-12-19 Arnaud Charlet <charlet@gnat.com>
13832 * Makefile.in: Remove use of 5smastop.adb which is obsolete.
13833 (HIE_SOURCES): Add s-secsta.ad{s,b}.
13834 (HIE_OBJS): Add s-fat*.o
13835 (RAVEN_SOURCES): Remove files that are no longer required. Add
13836 interrupt handling files.
13837 (RAVEN_MOD): Removed, no longer needed.
13839 2001-12-19 Robert Dewar <dewar@gnat.com>
13841 * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
13842 Add 2001 to copyright date
13844 * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
13845 need to force universal inlining for these cases.
13847 2001-12-19 Arnaud Charlet <charlet@gnat.com>
13849 * s-taprob.adb: Minor clean ups so that this unit can be used in
13852 * exp_ch7.adb: Allow use of secondary stack in HI mode.
13853 Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
13855 2001-12-19 Vincent Celier <celier@gnat.com>
13857 * prj-tree.ads (Project_Node_Record): Add comments for components
13858 Pkg_Id and Case_Insensitive.
13860 2001-12-19 Pascal Obry <obry@gnat.com>
13862 * g-socket.adb: Minor reformatting. Found while reading code.
13864 2001-12-19 Robert Dewar <dewar@gnat.com>
13866 * prj-tree.ads: Minor reformatting
13868 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
13870 * config-lang.in (diff_excludes): Remove.
13872 2001-12-17 Ed Schonberg <schonber@gnat.com>
13874 * sem_res.adb (Resolve_Selected_Component): do not generate a
13875 discriminant check if the selected component is a component of
13876 the argument of an initialization procedure.
13878 * trans.c (tree_transform, case of arithmetic operators): If result
13879 type is private, the gnu_type is the base type of the full view,
13880 given that the full view itself may be a subtype.
13882 2001-12-17 Robert Dewar <dewar@gnat.com>
13884 * sem_res.adb: Minor reformatting
13886 * trans.c (tree_transform, case N_Real_Literal): Add missing third
13887 parameter in call to Machine (unknown horrible effects from this
13890 * urealp.h: Add definition of Round_Even for call to Machine
13891 Add third parameter for Machine
13893 2001-12-17 Ed Schonberg <schonber@gnat.com>
13895 * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
13896 predefined units in No_Run_Time mode.
13898 2001-12-17 Richard Kenner <kenner@gnat.com>
13900 * misc.c (insn-codes.h): Now include.
13902 2001-12-17 Olivier Hainque <hainque@gnat.com>
13904 * a-except.adb: Preparation work for future integration of the GCC 3
13905 exception handling mechanism
13906 (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
13907 to factorize previous code sequences and make them externally callable,
13908 e.g. for the Ada personality routine when the GCC 3 mechanism is used.
13909 (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
13910 Use the new notification routines.
13912 2001-12-17 Emmanuel Briot <briot@gnat.com>
13914 * prj-tree.ads (First_Choice_Of): Document the when others case
13916 2001-12-17 Arnaud Charlet <charlet@gnat.com>
13918 * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
13919 HI-E mode, in order to support Ravenscar profile properly.
13921 * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
13922 mode on 32 bits targets.
13924 2001-12-17 Vincent Celier <celier@gnat.com>
13926 * fmap.adb: Initial version.
13928 * fmap.ads: Initial version.
13930 * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
13931 If search is successfully done, add to mapping.
13933 * frontend.adb: Initialize the mapping if a -gnatem switch was used.
13936 (Gnatmake): Add new local variable Mapping_File_Name.
13937 Create mapping file when using project file(s).
13938 Delete mapping file before exiting.
13940 * opt.ads (Mapping_File_Name): New variable
13942 * osint.adb (Find_File): Use path name found in mapping, if any.
13944 * prj-env.adb (Create_Mapping_File): New procedure
13946 * prj-env.ads (Create_Mapping_File): New procedure.
13948 * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
13951 * usage.adb: Add entry for new switch -gnatem.
13953 * Makefile.in: Add dependencies for fmap.o.
13955 2001-12-17 Ed Schonberg <schonber@gnat.com>
13957 * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
13958 is a package instantiation rewritten as a package body.
13959 (Install_Withed_Unit): Undo previous change, now redundant.
13961 2001-12-17 Gary Dismukes <dismukes@gnat.com>
13964 (Compute_Length): Move conversion to Unsigned to callers.
13965 (Get_Max_Size): Convert Len expression to Unsigned after calls to
13966 Compute_Length and Determine_Range.
13967 (Layout_Array_Type): Convert Len expression to Unsigned after calls to
13968 Compute_Length and Determine_Range.
13969 Above changes fix problem with length computation for supernull arrays
13970 where Max (Len, 0) wasn't getting applied due to the Unsigned
13971 conversion used by Compute_Length.
13973 2001-12-17 Arnaud Charlet <charlet@gnat.com>
13976 (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
13977 System.Secondary_Stack.
13978 (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
13980 Remove unused entity RE_Exception_Data.
13982 * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
13984 * rident.ads (No_Secondary_Stack): New restriction.
13986 2001-12-17 Joel Brobecker <brobecke@gnat.com>
13988 * gnat_rm.texi: Fix minor typos. Found while reading the section
13989 regarding "Bit_Order Clauses" that was sent to a customer.
13990 Very interesting documentation!
13992 2001-12-17 Robert Dewar <dewar@gnat.com>
13994 * sem_case.adb (Choice_Image): Avoid creating improper character
13995 literal names by using the routine Set_Character_Literal_Name. This
13996 fixes bombs in certain error message cases.
13998 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14000 * a-reatim.adb: Minor reformatting.
14002 2001-12-17 Ed Schonberg <schonber@gnat.com>
14004 * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
14005 case where the formal is an extension of another formal in the current
14006 unit or in a parent generic unit.
14008 2001-12-17 Arnaud Charlet <charlet@gnat.com>
14010 * s-tposen.adb: Update comments. Minor reformatting.
14011 Minor code clean up.
14013 * s-tarest.adb: Update comments. Minor code reorganization.
14015 2001-12-17 Gary Dismukes <dismukes@gnat.com>
14017 * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
14020 2001-12-17 Robert Dewar <dewar@gnat.com>
14022 * exp_attr.adb: Minor reformatting
14024 2001-12-17 Ed Schonberg <schonber@gnat.com>
14026 * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
14027 derivations nested within a child unit: verify that the parent
14028 type is declared in an outer scope.
14030 2001-12-17 Robert Dewar <dewar@gnat.com>
14032 * sem_ch12.adb: Minor reformatting
14034 2001-12-17 Ed Schonberg <schonber@gnat.com>
14036 * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
14037 warning if current unit is a predefined one, from which bodies may
14040 2001-12-17 Robert Dewar <dewar@gnat.com>
14042 * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
14043 Fix header format. Add 2001 to copyright date.
14045 * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
14046 which caused CE during compilation if checks were enabled.
14048 2001-12-17 Vincent Celier <celier@gnat.com>
14051 (Switches_Of): New function
14052 (Test_If_Relative_Path): New procedure
14053 (Add_Switches): Use new function Switches_Of
14054 (Collect_Arguments_And_Compile): Use new function Switches_Of.
14055 When using a project file, test if there are any relative
14056 search path. Fail if there are any.
14057 (Gnatmake): Only add switches for the primary directory when not using
14058 a project file. When using a project file, change directory to the
14059 object directory of the main project file. When using a project file,
14060 test if there are any relative search path. Fail if there are any.
14061 When using a project file, fail if specified executable is relative
14062 path with directory information, and prepend executable, if not
14063 specified as an absolute path, with the exec directory. Make sure
14064 that only one -o switch is transmitted to the linker.
14066 * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
14069 (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
14070 when using a non standard naming scheme.
14071 (Check_Ada_Naming_Scheme): Make sure that error messages
14072 do not raise exceptions.
14073 (Is_Illegal_Append): Return True if there is no dot in the suffix.
14074 (Language_Independent_Check): Check the exec directory.
14076 * prj.adb (Project_Empty): Add new component Exec_Directory
14079 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
14080 (Project_Data): Add component Exec_Directory
14082 * snames.adb: Updated to match snames.ads revision 1.215
14084 * snames.ads: Added Exec_Dir
14086 2001-12-17 Robert Dewar <dewar@gnat.com>
14088 * make.adb: Minor reformatting
14090 * prj-nmsc.adb: Minor reformatting
14092 * snames.adb: Updated to match snames.ads
14094 * snames.ads: Alphebetize entries for project file
14096 2001-12-17 Ed Schonberg <schonber@gnat.com>
14098 * trans.c (process_freeze_entity): Do nothing if the entity is a
14099 subprogram that was already elaborated.
14101 2001-12-17 Richard Kenner <kenner@gnat.com>
14103 * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
14104 and Esize if object is referenced via pointer.
14106 2001-12-17 Ed Schonberg <schonber@gnat.com>
14108 * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
14109 is discrete before analyzing choices.
14111 2001-12-17 Joel Brobecker <brobecke@gnat.com>
14113 * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
14114 containing the name of the Ada Main Program. This string is mainly
14115 intended for the debugger.
14116 (Gen_Output_File_C): Do the equivalent change when generating a C file.
14118 2001-12-17 Robert Dewar <dewar@gnat.com>
14120 * ali.adb: Set new Dummy_Entry field in dependency entry
14122 * ali.ads: Add Dummy_Entry field to source dependency table
14124 * bcheck.adb (Check_Consistency): Ignore dummy D lines
14126 * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
14128 * lib-writ.ads: Document dummy D lines for missing files.
14130 * types.ads: (Dummy_Time_Stamp): New value for non-existant files
14132 2001-12-17 Robert Dewar <dewar@gnat.com>
14134 * ali.adb: Type reference does not reset current file.
14136 * ali.adb: Recognize and scan renaming reference
14138 * ali.ads: Add spec for storing renaming references.
14140 * lib-xref.ads: Add documentation for handling of renaming references
14142 * lib-xref.adb: Implement output of renaming reference.
14145 (Determine_Range): Document local variables
14146 (Determine_Range): Make sure Hbound is initialized. It looks as though
14147 there could be a real problem here with an uninitialized reference
14148 to Hbound, but no actual example of failure has been found.
14150 2001-12-17 Laurent Pautet <pautet@gnat.com>
14153 Fix comment of Shutdown_Socket and Close_Socket. These functions
14154 should not fail silently because if they are called twice, this
14155 probably means that there is a race condition in the user program.
14156 Anyway, this behaviour is consistent with the rest of this unit.
14157 When an error occurs, an exception is raised with the error message
14158 as exception message.
14160 2001-12-17 Robert Dewar <dewar@gnat.com>
14162 * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
14163 that it happens before modification of Sloc values for -gnatD.
14165 * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
14166 so that it happens before modification of Sloc values for -gnatD.
14168 * switch.adb: Minor reformatting
14170 2001-12-15 Richard Henderson <rth@redhat.com>
14172 * sem_ch7.adb: Wrap comment.
14174 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
14176 * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
14177 5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
14178 5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
14179 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
14180 5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
14181 7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
14182 a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
14183 a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
14184 cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
14185 exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
14186 exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
14187 g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
14188 gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
14189 make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
14190 par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
14191 repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
14192 s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
14193 s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
14194 s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
14195 s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
14196 sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
14197 sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
14198 sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
14199 sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
14202 2001-12-14 Vincent Celier <celier@gnat.com>
14204 * osint.adb(Create_Debug_File): When an object file is specified,
14205 put the .dg file in the same directory as the object file.
14207 2001-12-14 Robert Dewar <dewar@gnat.com>
14209 * osint.adb: Minor reformatting
14211 * lib-xref.adb (Output_Instantiation): New procedure to generate
14212 instantiation references.
14214 * lib-xref.ads: Add documentation of handling of generic references.
14216 * ali.adb (Read_Instantiation_Ref): New procedure to read
14217 instantiation references
14219 * ali.ads: Add spec for storing instantiation references
14221 * bindusg.adb: Minor reformatting
14223 * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
14225 * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
14227 * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
14229 * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
14233 Add 2001 to copyright date
14234 Add entry for Latin-5 (Cyrillic ISO-8859-5)
14236 2001-12-14 Matt Gingell <gingell@gnat.com>
14238 * adaint.c: mktemp is a macro on Lynx and can not be used as an
14241 2001-12-14 Richard Kenner <kenner@gnat.com>
14243 * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
14244 if operand is CONSTRUCTOR.
14246 2001-12-14 Ed Schonberg <schonber@gnat.com>
14248 * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
14249 before emiting check on right-hand side, so that exception information
14252 2001-12-14 Richard Kenner <kenner@gnat.com>
14254 * utils.c (create_var_decl): Throw away initializing expression
14255 if just annotating types and non-constant.
14257 2001-12-14 Vincent Celier <celier@gnat.com>
14259 * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
14262 * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
14264 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
14266 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
14268 (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
14270 2001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
14272 * ChangeLog: Remove piece of diff output.
14274 2001-12-14 Geert Bosch <bosch@gnat.com>
14276 * config-lang.in: Update copyright notice
14278 * layout.adb: Remove commented out code.
14280 * mdllfile.ads: Update copyright notice. Fix header format.
14282 * sem_case.ads: Likewise.
14284 * sem_ch3.adb: Minor reformatting.
14286 2001-12-12 Geert Bosch <bosch@gnat.com>
14288 * freeze.ads: Update copyright date.
14290 * g-comlin.ads: Minor reformatting.
14292 * gnat-style.texi: Fix typo.
14294 2001-12-12 Geert Bosch <bosch@gnat.com>
14296 * einfo.h: Regenerate.
14298 2001-12-12 Ed Schonberg <schonber@gnat.com>
14300 * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
14301 on known node types, rather than untyped fields. Further cleanups.
14303 2001-12-12 Robert Dewar <dewar@gnat.com>
14306 (Save_Entity_Descendant): Minor comment update.
14307 (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
14308 of an N_Attribute_Reference node. As per note below, this does not
14309 eliminate need for Associated_Node in attribute ref nodes.
14310 (Associated_Node): Documentation explicitly mentions attribute
14311 reference nodes, since this field is used in such nodes.
14313 * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
14315 2001-12-12 Robert Dewar <dewar@gnat.com>
14317 * s-stalib.adb: Add more comments on with statements being needed
14319 * par-ch12.adb: Minor reformatting
14321 * prj-dect.ads: Fix copyright header
14323 * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
14324 inputs fit in 32 bits, but the result still overflows.
14326 * s-fatgen.ads: Minor comment improvement
14328 2001-12-12 Ed Schonberg <schonber@gnat.com>
14330 * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
14331 formal derived type, look for an inherited component from the full
14332 view of the parent, if any.
14334 2001-12-12 Robert Dewar <dewar@gnat.com>
14336 * checks.ads (Apply_Alignment_Check): New procedure.
14338 * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
14339 ensure that the alignment of objects with address clauses is
14340 appropriate, and raise PE if not.
14342 * exp_util.ads (Must_Be_Aligned): Removed, replaced by
14343 Exp_Pakd.Known_Aligned_Enough
14345 * mdllfile.ads: Minor reformatting
14347 * mlib-fil.ads: Minor reformatting
14349 2001-12-12 Ed Schonberg <schonber@gnat.com>
14351 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
14352 fix to any component reference if enclosing record has non-standard
14355 2001-12-12 Vincent Celier <celier@gnat.com>
14357 * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
14360 2001-12-12 Ed Schonberg <schonber@gnat.com>
14362 * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
14365 2001-12-12 Robert Dewar <dewar@gnat.com>
14367 * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
14369 2001-12-12 Emmanuel Briot <briot@gnat.com>
14371 * g-regexp.adb: Remove all debug code, since it isn't required anymore,
14372 and it adds dependencies to system.io.
14374 2001-12-12 Pascal Obry <obry@gnat.com>
14376 * g-dirope.adb (Expand_Path.Var): Correctly detect end of
14379 2001-12-11 Ed Schonberg <schonber@gnat.com>
14381 * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
14382 that is the parent of other generics, the instance body replaces the
14383 instance node. Retrieve the instance of the spec, which is the one
14384 that is visible in clients and within the body.
14386 2001-12-11 Vincent Celier <celier@gnat.com>
14388 * gnatmain.adb: Initial version.
14390 * gnatmain.ads: Initial version.
14392 * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
14394 * snames.adb: Updated to match snames.ads.
14396 * snames.ads: Added Gnatstub.
14398 2001-12-11 Vincent Celier <celier@gnat.com>
14400 * prj-attr.adb (Initialization_Data): Change name from
14401 Initialisation_Data.
14403 2001-12-11 Emmanuel Briot <briot@gnat.com>
14405 * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
14406 + and * applied to backslashed expressions like \r.
14408 2001-12-11 Vasiliy Fofanov <fofanov@gnat.com>
14410 * g-os_lib.ads: String_List type added, Argument_List type is now
14411 subtype of String_List.
14413 2001-12-11 Robert Dewar <dewar@gnat.com>
14415 * g-os_lib.ads: Change copyright to FSF
14416 Add comments for String_List type
14418 2001-12-11 Vincent Celier <celier@gnat.com>
14420 * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
14421 string to the buffer).
14423 2001-12-11 Ed Schonberg <schonber@gnat.com>
14425 * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
14428 * sem_attr.adb: Simplify previous fix for Address.
14429 (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
14430 to avoid anomalies where the bound of the type appears to raise
14433 2001-12-11 Robert Dewar <dewar@gnat.com>
14435 * lib-xref.adb (Output_Refs): Make sure pointers are always properly
14438 2001-12-11 Ed Schonberg <schonber@gnat.com>
14440 * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
14441 renamed unit before checking for recursive instantiations.
14443 2001-12-11 Emmanuel Briot <briot@gnat.com>
14445 * prj.ads: Add comments for some of the fields.
14447 2001-12-11 Robert Dewar <dewar@gnat.com>
14449 * lib-xref.adb (Output_Refs): Don't output type references outside
14450 the main unit if they are not otherwise referenced.
14452 2001-12-11 Ed Schonberg <schonber@gnat.com>
14454 * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
14455 code and diagnose additional illegal uses
14457 * sem_util.adb (Is_Object_Reference): An indexed component is an
14458 object only if the prefix is.
14460 2001-12-11 Vincent Celier <celier@gnat.com>
14462 * g-diopit.adb: Initial version.
14464 * g-diopit.ads: Initial version.
14467 (Expand_Path): Avoid use of Unbounded_String
14468 (Find, Wildcard_Iterator): Moved to child package Iteration
14470 * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
14472 2001-12-11 Robert Dewar <dewar@gnat.com>
14474 * sem_attr.adb: Minor reformatting
14476 2001-12-11 Ed Schonberg <schonber@gnat.com>
14478 * sem_ch3.adb: Clarify some ???.
14480 2001-12-11 Robert Dewar <dewar@gnat.com>
14482 * exp_util.adb (Must_Be_Aligned): Removed, replaced by
14483 Exp_Pakd.Known_Aligned_Enough
14485 * sem_ch13.adb (Check_Address_Alignment): Removed, extended
14486 version is moved to Exp_Ch13.
14488 2001-12-11 Robert Dewar <dewar@gnat.com>
14490 * einfo.ads: Minor reformatting
14492 * exp_ch5.adb: Add comment for previous.change
14494 * ali.adb: New interface for extended typeref stuff.
14496 * ali.ads: New interface for typeref stuff.
14498 * checks.adb (Apply_Alignment_Check): New procedure.
14500 * debug.adb: Add -gnatdM for modified ALI output
14502 * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
14504 * lib-xref.adb: Extend generation of <..> notation to cover
14505 subtype/object types. Note that this is a complete rewrite,
14506 getting rid of the very nasty quadratic algorithm previously
14507 used for derived type output.
14509 * lib-xref.ads: Extend description of <..> notation to cover
14510 subtype/object types. Uses {..} for these other cases.
14511 Also use (..) for pointer types.
14513 * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
14515 * exp_pakd.adb: Minor reformatting. Note that prevous RH should say:
14516 (Known_Aligned_Enough): Replaces Must_Be_Aligned.
14518 2001-12-11 Vincent Celier <celier@gnat.com>
14521 Changed /COMPILE_ONLY to /ACTIONS=COMPILE
14522 Changed /BIND_ONLY to /ACTIONS=BIND
14523 Changed /LINK_ONLY to /ACTIONS=LINK
14525 2001-12-11 Ed Schonberg <schonber@gnat.com>
14527 * sem_ch8.adb (Find_Selected_Component): improved search for a
14528 candidate package in case of error.
14530 * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
14531 chain back on scope stack before reinstalling use clauses.
14533 * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
14534 is enabled, do not kill the code for the condition, to preserve
14537 2001-12-11 Robert Dewar <dewar@gnat.com>
14539 * checks.adb (Insert_Valid_Check): Apply validity check to expression
14540 of conversion, not to result of conversion.
14542 2001-12-11 Ed Schonberg <schonber@gnat.com>
14544 * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
14545 before freezing parent. If the declarations are mutually recursive,
14546 an access to the current record type may be frozen before the
14547 derivation is complete.
14549 2001-12-05 Vincent Celier <celier@gnat.com>
14551 * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
14552 -c /COMPILE_ONLY, -l /LINK_ONLY
14555 (Bind_Only): New Flag
14556 (Link_Only): New flag
14558 * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
14561 * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
14564 (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
14565 (Gnatmake): Set the step flags. Only perform a step if the
14566 corresponding step flag is True.
14567 (Scan_Make_Arg): Reset the bind and link step flags when -u
14568 or -gnatc has been specified.
14570 2001-12-05 Ed Schonberg <schonber@gnat.com>
14572 * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
14573 get bounds from right operand.
14575 * sem_eval.adb: Minor reformatting
14577 * exp_util.adb (Make_Literal_Range): use bound of literal rather
14578 than Index'First, its lower bound may be different from 1.
14580 * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
14583 2001-12-05 Vincent Celier <celier@gnat.com>
14585 * prj-nmsc.adb Minor reformatting
14587 * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
14588 set and libraries are not supported.
14590 2001-12-05 Ed Schonberg <schonber@gnat.com>
14592 * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
14593 private view explicitly, so the back-end can treat as a global
14596 2001-12-05 Ed Schonberg <schonber@gnat.com>
14598 * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
14599 unit, always replace instance node with new body, for ASIS use.
14601 2001-12-05 Vincent Celier <celier@gnat.com>
14603 * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
14604 libraries are not supported and both attributes Library_Name and
14605 Library_Dir are specified.
14607 * prj-proc.adb (Expression): Set location of Result to location of
14610 * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
14611 (prj-nmsc is now importing MLib.Tgt)
14613 * prj-proc.adb: Put the change indicated above that was forgotten.
14615 2001-12-05 Robert Dewar <dewar@gnat.com>
14617 * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
14619 2001-12-05 Ed Schonberg <schonber@gnat.com>
14621 * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
14622 constraint, introduce explicit subtype declaration and derive from it.
14624 * sem_ch3.adb: Minor reformatting
14626 2001-12-05 Robert Dewar <dewar@gnat.com>
14628 * checks.adb (Determine_Range): Increase cache size for checks.
14631 * exp_ch6.adb: Minor reformatting
14632 (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
14633 a parameter whose root type is System.Address, since treating such
14634 subprograms as pure in the code generator is almost surely a mistake
14635 that will lead to unexpected results.
14637 * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
14638 change handling of conversions.
14640 * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
14642 2001-12-05 Ed Schonberg <schonber@gnat.com>
14644 * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
14645 aggregate with static wrong size, attach generated Raise node to
14648 2001-12-05 Robert Dewar <dewar@gnat.com>
14650 * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
14651 Fixes compilation abandoned bomb in B24009B.
14653 2001-12-05 Ed Schonberg <schonber@gnat.com>
14656 Document use of Associated_Node on Selected_Components.
14657 (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
14658 to clarify use of untyped descendant fields.
14660 2001-12-05 Robert Dewar <dewar@gnat.com>
14662 * prj-dect.ads: Add ??? comment
14663 Add 2001 to copyright notice (was not done in after all)
14665 * prj-part.adb: Minor reformatting. Reword one awkward error message.
14667 * prj.ads: Minor reformatting throughout, and add some ??? comments
14669 * snames.ads: Minor reformatting
14671 2001-12-05 Geert Bosch <bosch@gnat.com>
14673 * snames.adb: Autoupdate
14675 2001-12-05 Vincent Celier <celier@gnat.com>
14677 * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
14679 * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
14681 * prj-env.adb: Minor comment changes (modifying -> extends).
14683 * prj-nmsc.adb: Minor comment changes (modifying -> extends).
14685 * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
14688 * prj.adb (Initialize): Change Modifying to Extends.
14690 * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
14692 * prj.ads: Minor comment change (Modifying -> extending).
14694 * snames.ads: Change modifying to extends.
14696 2001-12-05 Robert Dewar <dewar@gnat.com>
14698 * sem_warn.adb: Remove stuff for conditionals, we are not going to
14701 * sem_warn.ads: Remove stuff for conditionals, we are not going to
14702 do this after all. Add 2001 to copyright notice
14704 2001-12-04 Geert Bosch <bosch@gnat.com>
14706 * einfo.h, sinfo.h, treeprs.ads: Regenerate.
14708 2001-12-04 Robert Dewar <dewar@gnat.com>
14710 * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
14711 location if we already have errors. Stops some cases of cascaded
14714 * errout.adb: Improve comment.
14716 2001-12-04 Robert Dewar <dewar@gnat.com>
14719 (Analyze_Formal_Type_Definition): Defend against Error.
14720 (Analyze_Formal_Subprogram): Defend against Error.
14722 * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
14723 remove following semicolon if present. Removes cascaded error.
14725 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
14728 (Gen_Exception_Table_Ada): Write "begin" and then return if Num
14729 exceptions equals 0.
14730 (Gen_Exception_Table_C): Return if Num exceptions equals 0.
14731 Fixes PIWG E tests (which have to be run with -gnatL).
14733 2001-12-04 Robert Dewar <dewar@gnat.com>
14735 * einfo.ads: Minor reformatting
14737 2001-12-04 Ed Schonberg <schonber@gnat.com>
14739 * einfo.ads: Block_Node points to the identifier of the block, not to
14740 the block node itself, to preserve the link when the block is
14741 rewritten, e.g. within an if-statement with a static condition.
14743 * inline.adb (Cleanup_Scopes): recover block statement from block
14744 entity using new meaning of Block_Node.
14746 * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
14747 identifier of block node, rather than to node itself.
14749 2001-12-04 Gary Dismukes <dismukes@gnat.com>
14752 (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
14753 (Discrimify): Go back to setting the Etypes of the selected component
14754 because the Vname component does not exist at this point and will
14755 fail name resolution. Also set Analyzed.
14756 Remove with and use of Sem_Res.
14758 2001-12-04 Arnaud Charlet <charlet@gnat.com>
14760 * Makefile.in: (HIE_SOURCES): add s-fat*.
14762 2001-12-04 Robert Dewar <dewar@gnat.com>
14765 (Compile_Time_Known_Attribute): New procedure.
14766 (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
14767 proper range check.
14769 2001-12-04 Ed Schonberg <schonber@gnat.com>
14771 * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
14772 processing discriminants to diagnose illegal default values.
14774 2001-12-04 Ed Schonberg <schonber@gnat.com>
14776 * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
14777 access discriminant within a type extension that constrains its
14778 parent discriminants.
14780 2001-12-04 Ed Schonberg <schonber@gnat.com>
14782 * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
14783 is malformed, use instance of Any_Id to allow analysis to proceed.
14785 * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
14786 type definition is illegal.
14787 (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
14790 2001-12-04 Ed Schonberg <schonber@gnat.com>
14792 * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
14795 2001-12-04 Robert Dewar <dewar@gnat.com>
14797 * errout.adb: Minor reformatting
14799 2001-12-04 Robert Dewar <dewar@gnat.com>
14801 * exp_util.adb: Minor reformatting from last change
14803 * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
14804 which is a rewriting of an expression, traverse the original
14805 expression to remove warnings that may have been posted on it.
14807 2001-12-04 Ed Schonberg <schonber@gnat.com>
14809 * exp_util.adb (Must_Be_Aligned): Return false for a component of a
14810 record that has other packed components.
14812 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
14814 * adaint.c: Minor cleanups.
14816 2001-12-04 Douglass B. Rupp <rupp@gnat.com>
14818 * adaint.c: Do not use utime.h on vxworks.
14820 2001-12-04 Arnaud Charlet <charlet@gnat.com>
14822 * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
14823 more confusion than it solves.
14825 2001-12-04 Geert bosch <bosch@gnat.com>
14827 * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
14829 2001-12-04 Geert Bosch <bosch@gnat.com>
14831 * Makefile.in (update-sources): New target.
14832 For use by gcc_release script.
14834 2001-12-04 Ed Schonberg <schonber@gnat.com>
14836 * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
14837 a configuration pragma, it is now legal wherever a pragma can appear.
14839 2001-12-04 Zack Weinberg <zack@codesourcery.com>
14841 * Makefile.in: Don't set ALL. Delete @cross_defines@,
14842 @cross_overrides@, @build_overrides@ stanzas. INTERNAL_CFLAGS
14843 is now @CROSS@ -DIN_GCC; update comment.
14845 2001-12-04 Robert Dewar <dewar@gnat.com>
14847 * einfo.adb (Has_Pragma_Pure_Function): New flag.
14848 Fix problem that stopped ceinfo from working
14850 * einfo.ads (Has_Pragma_Pure_Function): New flag.
14852 * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
14854 2001-12-04 Douglas B. Rupp <rupp@gnat.com>
14857 (File_Time_Stamp): New procedure.
14858 (Preserve_Mode): New boolean.
14859 (Write_Unit): Pass time stamp.
14860 Implement -p switch (preserve time stamps).
14862 * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
14864 * gnatchop.adb: Do usage info for -p switch
14866 * adaint.h (__gnat_set_file_time_name): New function
14868 * adaint.c (__gnat_set_file_time_name): Implement
14870 * adaint.h: Fix typo
14872 2001-12-03 Robert Dewar <dewar@gnat.com>
14874 * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
14875 have Associated_Node.
14877 2001-12-03 Robert Dewar <dewar@gnat.com>
14879 * prj-proc.adb: Minor reformatting
14881 * make.adb: Minor reformatting
14883 2001-12-03 Geert Bosch <bosch@gnat.com>
14885 * make.adb: Minor reformatting.
14887 2001-12-03 Robert Dewar <dewar@gnat.com>
14889 * sem_ch12.adb: Minor reformatting
14891 2001-12-03 Ed Schonberg <schonber@gnat.com>
14893 * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
14894 push Standard on the stack before analyzing the instance body,
14895 in order to have a clean visibility environment.
14897 * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
14899 2001-12-03 Ed Schonberg <schonber@gnat.com>
14901 * sem_ch12.adb (Instantiate_Package_Body): Protect against double
14902 instantiation of a body that contains an inlined body.
14904 2001-12-03 Ed Schonberg <schonber@gnat.com>
14907 (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
14908 to prevent freezing within formal packages.
14909 (Freeze_Subprogram_Body): If body comes from another instance that
14910 appeared before its own body, place freeze node at end of current
14911 declarative part, to prevent a back-end crash.
14912 (Inline_Instance_Body): Handle properly a package instance within
14913 a subprogram instance that is a child unit.
14915 2001-12-01 Graham Stott <grahams@redhat.com>
14917 * Makefile.in (misc.o): Add missing $(srcdir) prefix
14918 and add optabs.h dependency.
14920 * misc.c: Include optabs.h
14921 (gnat_tree_code_type): Make static and const.
14922 (gnat_tree_code_length): Likewise.
14923 (gnat_tree_code_name): Likewise.
14924 (update_setjmp_buf): Obtain operands mode from insn_data.
14926 2001-11-29 Richard Henderson <rth@redhat.com>
14928 * init.c: Remove obsolete dwarf2 frame.h section.
14930 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
14932 * Make-lang.in (ada.generated-manpages): New dummy target.
14934 2001-11-29 Ed Schonberg <schonber@gnat.com>
14936 * g-os_lib.adb (Add_To_Command): use explicit loop to move string
14937 into Command, an array conversion is illegal here. Uncovered by
14940 2001/11/28 Geert Bosch <bosch@gnat.com>
14942 * init.c: Minor whitespace changes.
14944 2001-11-28 Doug Rupp <rupp@gnat.com>
14946 * init.c: (__gnat_install_handler,VMS): Increase size of alternate
14949 2001-11-28 Zack Weinberg <zack@codesourcery.com>
14951 * misc.c (gnat_expand_constant): Move declaration above
14952 definition of lang_hooks.
14953 (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
14954 (gnat_init): lang_expand_constant no longer exists.
14956 (internal_error_function): Remove #ifdef HAVE_VPRINTF. We
14957 always have vprintf.
14958 (gnat_init): Always call set_internal_error_function.
14960 2001-11-27 Andreas Jaeger <aj@suse.de>
14962 * Makefile.in (stamp-tool_src_dir): Use symbolic link.
14964 2001-11-27 Laurent Guerby <guerby@acm.org>
14966 * Makefile.in: Regenerate Ada dependencies.
14968 2001-11-26 Richard Henderson <rth@redhat.com>
14970 * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
14971 gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
14972 gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
14974 2001-11-25 Laurent Guerby <guerby@acm.org>
14976 * sysdep.c (rts_get_*): Fix style.
14978 2001-11-19 Laurent Guerby <guerby@acm.org>
14980 * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
14981 since it is of no apparent use and cause warnings.
14983 2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
14985 * misc.c (gnat_decode_option, gnat_init_options): Make definitions
14987 (gnat_init): Don't return NULL.
14988 (finish_parse): Remove.
14990 2001-11-17 Laurent Guerby <guerby@acm.org>
14992 * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
14993 * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
14994 * io-aux.c: Provide K&R prototypes to all functions, reformat code.
14995 * lang-spec.h: Add missing struct field to silence warnings.
14996 * sysdep.c (rts_get_*): Provide K&R prototype.
14997 * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
14998 * traceback.c (Unlock_Task, Lock_Task): Likewise.
14999 * tracebak.c (__gnat_backtrace): Remove unused variable.
15000 * utils.c (end_subprog_body): Move to K&R style.
15002 Thu Nov 15 18:16:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15004 * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
15006 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
15008 * misc.c (gnat_init): Change prototype. Include the
15009 functionality of the old init_parse and init_decl_processing.
15010 (gnat_init_decl_processing): New prototype.
15011 (init_parse): Remove.
15012 * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
15014 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
15016 * misc.c (gnat_print_decl, gnat_print_type): Renamed.
15017 (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
15018 (print_lang_statistics, lang_print_xnode, print_lang_identifier,
15019 set_yydebug): Remove.
15021 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
15023 * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
15024 (struct lang_hooks): Constify.
15025 (language_string, lang_identify): Remove.
15026 * utils.c (init_decl_processing): Update.
15028 2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15030 * misc.c: Include langhooks-def.h.
15031 * Makefile.in: Update.
15033 2001-10-30 Robert Dewar <dewar@gnat.com>
15036 (Check_Identifier): Rewrite circuit to be compatible with use of letters
15037 in the upper half of ASCII.
15038 (Check_Identifier): Minor reformatting
15040 2001-10-30 Geert Bosch <bosch@gnat.com>
15042 * (Associated_Node, Set_Associated_Node): Do not check for
15045 2001-10-30 Robert Dewar <dewar@gnat.com>
15047 * a-reatim.ads: Minor reformatting
15049 2001-10-30 Robert Dewar <dewar@gnat.com>
15051 * gnatdll.adb: Minor reformatting throughout. Many ??? added for
15052 undocumented declarations.
15054 2001-10-30 Pascal Obry <obry@gnat.com>
15056 * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
15057 to the binder and linker.
15060 * mdll.ads: Fix layout. Update copyright notice.
15062 * mdll.adb: Fix layout. Update copyright notice.
15064 2001-10-30 Robert Dewar <dewar@gnat.com>
15066 * usage.adb: Minor fix to output for -gnaty.
15068 2001-10-30 Ed Schonberg <schonber@gnat.com>
15070 * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
15071 to accommodate all its possible values.
15073 * a-reatim.adb (Split): Special-case handling of Time_Span_First
15074 and of small absolute values of T.
15076 2001-10-30 Richard Kenner <kenner@gnat.com>
15078 * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
15079 set_mem_attributes since not needed and wrong if RESULT if a REG;
15080 fixes ACATS failures.
15082 2001-10-30 Geert Bosch <bosch@gnat.com>
15084 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
15085 s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
15087 2001-10-30 Robert Dewar <dewar@gnat.com>
15089 * bindusg.adb: Undocument -f switch.
15091 * gnatcmd.adb: Remove /FULL_ELABORATION.
15093 * opt.ads (Force_RM_Elaboration_Order): Document that this is
15096 * gnatbind.adb: Output new warning for use of obsolescent -f switch.
15098 * gnatbind.adb: Minor update of warning msg.
15100 2001-10-30 Vincent Celier <celier@gnat.com>
15102 * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
15103 for project file switches (-P (/PROJECT_FILE=),
15104 -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
15107 2001-10-30 Geert Bosch <bosch@gnat.com>
15109 * decl.c: Minor whitespace fixes.
15111 2001-10-30 Richard Kenner <kenner@gnat.com>
15113 * utils2.c (build_allocator): Test for SIZE overflow in array case too
15115 2001-10-30 Geert Bosch <bosch@gnat.com>
15117 * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
15118 Found due to GCC 3.0 warning of using uninitialized value.
15121 (Get_Max_Size): Use variant record for tracking value/expression.
15122 Makes logic clearer and prevents warnings for uninitialized variables.
15123 (Layout_Array_Type): Use variant record for tracking value/expression.
15124 Makes logic clearer and prevents warnings for uninitialized variables.
15126 2001-10-30 Robert Dewar <dewar@gnat.com>
15128 * lib.adb: Minor reformatting
15130 * s-taprop.ads: Minor reformatting
15132 2001-10-29 Laurent Guerby <guerby@acm.org>
15135 (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
15137 (_gnat_error_handler): Make MSG const.
15139 2001-10-29 Richard Kenner <kenner@gnat.com>
15141 * sysdep.c: Fix localtime_r problem on LynxOS.
15142 Also remove #elif to avoid warnings.
15144 * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
15147 * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
15149 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
15151 * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
15152 exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
15153 g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
15154 g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
15155 layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
15156 s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
15157 sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
15158 sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
15159 sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
15160 types.ads, urealp.adb: Fix spelling errors.
15162 2001-10-27 Laurent Guerby <guerby@acm.org>
15164 * trans.c (gigi): Fix non determinism leading to bootstrap
15165 comparison failures for debugging information.
15167 2001-10-26 Florian Weimer <fw@deneb.enyo.de>
15169 * gnat_rm.texi: Use @./@: where appropriate.
15171 2001-10-26 Robert Dewar <dewar@gnat.com>
15173 * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
15175 2001-10-26 Richard Kenner <kenner@gnat.com>
15177 * gmem.c (__gnat_gmem_read_next): Properly check for EOF
15179 2001-10-26 Richard Kenner <kenner@gnat.com>
15181 * decl.c (validate_size): Modify message for bad size to avoid
15182 implication that compiler is modifying the size.
15184 2001-10-26 Robert Dewar <dewar@gnat.com>
15186 * prj-util.adb: Minor reformatting. Fix bad header format.
15188 2001-10-26 Robert Dewar <dewar@gnat.com>
15190 * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
15192 * sinfo.ads: Clarify use of Associated_Node (documentation only).
15194 * sem_ch12.adb: Change Node4 to Associated_Node. Change
15195 Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
15196 much more narrowly in places where needed. These are cleanups.
15198 2001-10-26 Joel Brobecker <brobecke@gnat.com>
15200 * 5zosinte.ads (null_pthread): new constant.
15203 (Initialize_TCB): Initialize thread ID to null, to be able to verify
15204 later that this field has been set.
15205 (Finalize_TCB): ditto.
15206 (Suspend_Task): Verify that the thread ID is not null before using it.
15207 (Resume_Task): ditto.
15210 (Resume_All_Tasks): Lock the tasks list before using it.
15211 (Suspend_All_Tasks): ditto.
15213 2001-10-26 Richard Kenner <kenner@gnat.com>
15215 * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
15216 Make constant variant of designated type for Is_Access_Constant.
15217 Call update_pointer_to with main variant.
15219 * trans.c (process_freeze_entity, process_type):
15220 Call update_pointer_to on main variant.
15222 * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
15223 If main variant, update all other variants.
15225 * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
15228 2001-10-26 Robert Dewar <dewar@gnat.com>
15230 * prj-util.adb: Minor reformatting
15232 2001-10-26 Robert Dewar <dewar@gnat.com>
15234 * prj-util.adb: Minor reformatting
15236 2001-10-26 Robert Dewar <dewar@gnat.com>
15238 * prj-attr.adb: Minor reformatting throughout
15240 2001-10-26 Robert Dewar <dewar@gnat.com>
15242 * prj-attr.ads: Minor reformatting
15243 Add ??? comment (this whole spec has almost no comments)
15245 2001-10-26 Vincent Celier <celier@gnat.com>
15247 * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
15248 ("//") that precede the drive letter on Interix.
15250 2001-10-26 Geert Bosch <bosch@gnat.com>
15252 * gnat_rm.texi: Add GNAT Reference Manual.
15254 2001-10-25 Robert Dewar <dewar@gnat.com>
15256 * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
15257 is Error. Similar change for other renaming cases.
15259 2001-10-25 Robert Dewar <dewar@gnat.com>
15261 * s-atacco.ads: Add pragma Inline_Always for functions.
15262 Fix header format. Add copyright 2001
15264 2001-10-25 Ed Schonberg <schonber@gnat.com>
15266 * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
15267 return Error rather than Empty so that analysis can proceed.
15269 2001-10-25 Ed Schonberg <schonber@gnat.com>
15271 * sem_util.adb (Enter_Name): better handling of cascaded error
15272 messages when a unit appears in its own context.
15274 2001-10-25 Ed Schonberg <schonber@gnat.com>
15276 * sem_util.adb (Defining_Entity): in case of error, attach created
15277 entity to specification, so that semantic analysis can proceed.
15279 2001-10-25 Robert Dewar <dewar@gnat.com>
15282 (Defining_Entity): Deal with Error.
15283 (Process_End_Label): Deal with bad end label for.
15285 2001-10-25 Ed Schonberg <schonber@gnat.com>
15287 * sem_elab.adb (Check_A_Call): refine message when call is in an
15288 instance but callee is not declared in the generic unit.
15290 2001-10-25 Ed Schonberg <schonber@gnat.com>
15292 * sem_elab.adb (Check_A_Call): check for renaming before finding the
15293 enclosing unit, which may already be different from the calling unit.
15295 2001-10-25 Geert Bosch <bosch@gnat.com>
15297 * 4gintnam.ads: fix header format.
15299 2001-10-25 Ed Schonberg <schonber@gnat.com>
15301 * sem_res.adb (Resolve_Call): if the call is actually an indexing
15302 operation on the result of a parameterless call, perform elaboration
15303 check after the node has been properly rewritten.
15305 * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
15306 inlined within the generic tree, the defining identifier is not a
15309 2001-10-25 Ed Schonberg <schonber@gnat.com>
15311 * sem_res.adb (Resolve): special-case resolution of Null in an
15312 instance or an inlined body to avoid view conflicts.
15314 * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
15315 compatibility by retrieving the access type of the generic copy.
15317 2001-10-25 Robert Dewar <dewar@gnat.com>
15320 (Analyze_Number_Declaration): Handle error expression.
15321 (Signed_Integer_Type_Declaration): Handle error bound.
15322 (Analyze_Subtype_Indication): Handle error range.
15324 * sem_util.adb (Get_Index_Bounds): Check for Error.
15326 2001-10-25 Robert Dewar <dewar@gnat.com>
15328 * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
15329 in no run time mode.
15331 2001-10-25 Pascal Obry <obry@gnat.com>
15333 * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
15334 mode case for ALLOC case.
15336 * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
15337 all platforms. Improvement of last change.
15339 2001-10-25 Robert Dewar <dewar@gnat.com>
15341 * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
15343 2001-10-25 Geert Bosch <bosch@gnat.com>
15345 * osint.adb (Is_Relative): Remove duplicate.
15347 2001-10-25 Pascal Obry <obry@gnat.com>
15349 * osint.adb (Read_Default_Search_Dirs): correctly detect relative
15350 pathnames in UNIX and DOS style with drive letter.
15351 (Is_Relative): new routine.
15353 * osint.adb: Minor reformatting
15355 * osint.adb (Is_Relative): implementation using
15356 GNAT.OS_Lib.Is_Absolute_Path. Better fix.
15358 2001-10-25 Pascal Obry <obry@gnat.com>
15360 * g-dirope.adb (Basename): correctly compute offset between the
15361 original Path and the translated one.
15363 * g-dirope.adb: (Base_Name): add some comments.
15365 2001-10-25 Robert Dewar <dewar@gnat.com>
15367 * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
15368 in HIE mode, avoids compilation abandoned message
15370 * exp_imgv.adb: Correct typo in previous change
15372 * exp_imgv.adb: Correct typo in previous change (not my day!)
15374 2001-10-25 Robert Dewar <dewar@gnat.com>
15376 * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
15378 2001-10-25 Pascal Obry <obry@gnat.com>
15380 * g-awk.ads: Move all pragma inlines next to the routine
15381 declarations. This is more uniform with other GNAT spec.
15383 2001-10-22 Geert Bosch <bosch@gnat.com>
15385 * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
15387 2001-10-19 Geert Bosch <bosch@gnat.com>
15389 * Makefile.in (tools, gnattools): Remove gnatmem.
15391 2001-10-17 Richard Henderson <rth@redhat.com>
15393 * Makefile.in (misc.o): Depend on langhooks.h.
15394 * misc.c: Include it.
15395 (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
15396 (LANG_HOOKS_DECODE_OPTION): New.
15397 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
15399 2001-10-16 Florian Weimer <fw@deneb.enyo.de>
15401 * trans.c (tree_transform): Adjust to recent change in
15402 expand_asm_operands to implement named asm operands.
15404 2001-10-11 Ed Schonberg <schonber@gnat.com>
15406 * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
15407 renaming of discriminant for mutable record type.
15409 2001-10-11 Robert Dewar <dewar@gnat.com>
15411 * validsw.adb: Properly save -gnatVn status.
15413 2001-10-11 Robert Dewar <dewar@gnat.com>
15415 * usage.adb: Add lines for V switch.
15417 * gnatcmd.adb (COMPILE): Revise translations for -gnatV
15418 (/VALIDITY_CHECKING).
15420 2001-10-11 Ed Schonberg <schonber@gnat.com>
15422 * sem_type.adb (Add_One_Interp): an operator for a type declared in
15423 an extension of System is known to be visible.
15425 2001-10-11 Ed Schonberg <schonber@gnat.com>
15427 * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
15428 properly. Fixes regression on ACATS C34005G.
15430 2001-10-11 Robert Dewar <dewar@gnat.com>
15432 * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
15433 loop in generic instance, since this is likely not very useful.
15435 2001-10-11 Robert Dewar <dewar@gnat.com>
15437 * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
15438 the error message for high integrity mode.
15440 * rtsfind.adb (RTE): Give message if we try to find an entity that
15441 is not available in high integrity mode.
15444 (OK_To_Use_In_HIE_Mode): New array.
15445 (RTE): May return Empty in high integrity mode.
15447 * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
15448 OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
15450 * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
15451 unit if not inlined always and in no runtime mode. Fixes problem
15452 caused by new Rtsfind changes.
15454 * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
15457 * rtsfind.adb (RTE): Make sure we do not try to load unit after
15458 giving message for entity not available in high integrity mode.
15460 2001-10-11 Pascal Obry <obry@gnat.com>
15462 * impunit.adb: Add GNAT.CRC32.
15464 2001-10-11 Ed Schonberg <schonber@gnat.com>
15466 * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
15467 properly the case where one universal operand in a non-static
15468 exponentiation of a real literal.
15470 2001-10-11 Ed Schonberg <schonber@gnat.com>
15472 * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
15473 clause, return the gobal finalization list, for lack of anthing else.
15475 2001-10-11 Ed Schonberg <schonber@gnat.com>
15477 * exp_ch7.adb (Make_Transient_Block): if statement is within
15478 exception handler, always use new transient scope to place Clean
15481 2001-10-11 Pascal Obry <obry@gnat.com>
15484 (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
15485 (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
15486 (GNATLS_RTL_OBJS): add g-crc32.o
15487 (GNATMAKE_RTL_OBJS): add g-crc32.o
15490 (CRC_Match): new function.
15491 (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
15492 instead of the previous simple checksum algorithm.
15493 (Time_Stamp_Mismatch): use CRC_Match for comparison.
15494 (Set_Source_Table): idem.
15497 (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
15498 instead of simple checksum.
15499 (CRC_Match): new function.
15500 (CRC_Error): new constant.
15502 * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
15503 a CRC now and not a simple checksum. A CRC uses lower-case hex
15504 letters, fixes ambiguity in parsing.
15506 * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
15507 is what this variable will store.
15509 * bcheck.adb: Change reference to chechsum in comments by CRC.
15510 (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
15511 rename All_Checksum_Match to All_CRC_Match. Change due to API
15512 renaming since now GNAT does not use a simple checksum but a
15513 CRC using GNAT.CRC32.
15515 * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
15516 now and not anymore a simple checksum.
15518 * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
15521 * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
15524 (Restore_Scan_State): rename Checksum to CRC.
15525 (Save_Scan_State): idem.
15529 (Checksum): rename to CRC.
15530 (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
15532 * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
15533 GNAT.CRC32). Update copyright notice.
15535 * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
15536 GNAT.CRC32). Update copyright notice.
15539 (Accumulate_Checksum): removed.
15540 (Update): new procedure. Add a wide-character into the CRC.
15543 (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
15544 (Load_File): fix initialization of S (change Source_Checksum to
15547 * sinput-p.adb (Load_Project_File): rename Source_Checksum to
15548 Source_CRC in S initialization.
15550 * sinput.adb (Source_Checksum): renamed to Source_CRC.
15552 * sinput.ads (Source_Checksum): renamed to Source_CRC.
15553 Update comments for the CRC.
15555 * types.adb (Hex): Use lowercase for the letter part.
15557 * types.ads (Get_Hex_String): Returns the hexadecimal representation
15558 for a word. This is currently used only for CRC. In previous version,
15559 the checksum was using a representation with all letter being
15560 upper-case. With the new implementation (using CRC) we do not remove
15561 the 32th bit of the CRC, so we can have an upper-case starting letter
15562 in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
15563 It is ambigous since the CRC was optional and could be followed by
15564 options like EB, EE. So now this routines uses lower-case letter for
15565 the hexadecimal representation. Strange enough only lower case letters
15566 where checked in Scan_ALI (even if this was not a possible case).
15568 * gnatvsn.ads (Library_Version): changed to 3.15a.
15570 * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
15573 * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
15576 * ali-util.adb: Redo previous change to avoid using word CRC everywhere
15577 Add 2001 to copyright notice
15578 (Accumulate_Checksum): Modify to use System.CRC32.
15580 * ali-util.ads: Redo changes of previous revision to continue to use
15581 the word Checksum. Add 2001 to copyright notice.
15583 * ali.adb: Undo some of previous changes, not needed.
15584 Keep the change for lower case letters in the checksum.
15586 * ali.ads: Undo previous change not needed.
15588 * bcheck.adb: Undo most of previous change, not needed.
15589 But do use Checksums_Match for checksum comparison.
15591 * gnatls.adb: Undo most of previous change, not needed.
15592 But do use Checksums_Match for comparing checksums.
15594 * lib-load.adb: Undo previous change, not needed.
15596 * lib-writ.adb: Undo previous change, not needed.
15598 * lib-writ.ads: Document that checksums use lower case,
15599 not upper case letters.
15601 * scans.adb: Undo previous change, not needed
15603 * scans.ads: Undo previous change, not needed.
15605 * scn-nlit.adb: Undo previous changes, not needed.
15607 * scn-slit.adb: Undo previous change, not needed. Fix header format.
15610 (Accumulate_Checksum): Use System.CRC32.
15611 (Initialize_Checksum): New procedure.
15612 Remove other changes of previous revision.
15614 * sinput-p.adb: Undo previous change, not needed.
15616 * sinput.adb: Undo previous change, not needed.
15618 * sinput-l.adb: Undo previous change, not needed.
15620 * sinput.ads: Undo previous change, not needed. Keep only comment
15621 on new checksum algorithm
15623 * Makefile.in: Add s-crc32 as needed, remove g-crc32.
15624 Also remove a-tags and a-stream from GNAT sources.
15626 * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
15628 * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
15630 2001-10-11 Geert Bosch <bosch@gnat.com>
15632 * einfo.h: Regenerate.
15634 * nmake.ads: Regenerate.
15636 * nmake.adb: Regenerate.
15638 * sinfo.h: Regenerate.
15640 * treeprs.adb: Regenerate.
15642 2001-10-10 Geert Bosch <bosch@gnat.com>
15644 * gnat-style.texi: New file describing coding guidelines for Ada.
15646 2001-10-10 Ed Schonberg <schonber@gnat.com>
15648 * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
15651 2001-10-10 Geert Bosch <bosch@gnat.com>
15653 * snames.ads: Add new names for project facility.
15655 * snames.adb: Update to reflect snames.ads changes.
15657 * snames.h: Update to reflect snames.ads changes.
15659 2001-10-10 Vincent Celier <celier@gnat.com>
15662 (Add_Switches): reflect the changes for the switches attributes
15663 Default_Switches indexed by the programming language,
15664 Switches indexed by the file name.
15665 (Collect_Arguments_And_Compile): Idem.
15666 Reflect the attribute name changes.
15669 (Initialisation_Data): Change the names of some packages and
15671 (Initialize): process case insensitive associative arrays.
15674 (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
15677 (Parse_Attribute_Declaration): For case insensitive associative
15678 arrays, set the index string to lower case.
15681 Reflect the changes of the project attributes.
15684 Replace Check_Naming_Scheme by Ada_Check and
15685 Language_Independent_Check.
15688 Replaced Check_Naming_Scheme by 2 procedures:
15689 Ada_Check and Language_Independent_Check.
15692 (Process_Declarative_Items): For case-insensitive associative
15693 arrays, set the index string to lower case.
15694 (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
15695 Prj.Nmsc.Check_Naming_Scheme.
15698 (Case_Insensitive): New function
15699 (Set_Case_Insensitive): New procedure
15702 (Case_Insensitive): New function
15703 (Set_Case_Insensitive): New procedure
15704 (Project_Node_Record): New flag Case_Insensitive.
15707 (Value_Of): new function to get the string value of a single
15708 string variable or attribute.
15711 (Value_Of): new function to get the string value of a single
15712 string variable or attribute.
15715 (Ada_Default_Spec_Suffix): New function
15716 (Ada_Default_Impl_Suffix): New function
15717 Change definitions of several constants to reflect
15718 new components of record types.
15721 (Naming_Data): Change several components to reflect new
15722 elements of naming schemes.
15723 (Project_Data): New flags Sources_Present and
15724 Language_Independent_Checked.
15725 (Ada_Default_Spec_Suffix): New function.
15726 (Ada_Default_Impl_Suffix): New function.
15729 Modification of predefined names for project manager: added
15730 Implementation, Specification_Exceptions, Implementation_Exceptions,
15731 Specification_Suffix, Implementation_Suffix, Separate_Suffix,
15732 Default_Switches, _Languages, Builder, Cross_Reference,
15733 Finder. Removed Body_Part, Specification_Append, Body_Append,
15734 Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
15737 * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
15740 * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
15741 not that it is Nil_Variable_Value.
15743 * prj.ads: Add ??? for uncommented declarations
15745 2001-10-10 Ed Schonberg <schonber@gnat.com>
15747 * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
15748 constant, do not indicate possible modification, so that gigi can
15749 treat it as a bona fide constant.
15751 2001-10-10 Robert Dewar <dewar@gnat.com>
15753 * sem_prag.adb: Add processing for pragma External.
15755 * snames.ads: Add entry for pragma External.
15757 * par-prag.adb: Add pragma External.
15759 * snames.adb: Updated to match snames.ads.
15761 2001-10-10 Ed Schonberg <schonber@gnat.com>
15763 * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
15764 a dynamic task if the allocator appears in an indexed assignment
15765 or selected component assignment.
15767 * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
15768 For a dynamic task in an assignment statement, use target of
15769 assignment to generate meaningful name.
15771 2001-10-10 Ed Schonberg <schonber@gnat.com>
15773 * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
15776 * einfo.ads: Body_Entity is also defined for generic package.
15777 Documentation change only
15779 * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
15780 others_choice for a discriminated component initialization,
15781 convert discriminant references into the corresponding discriminals.
15783 * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
15784 only if original type is private and expression has to be wrapped
15788 (Apply_Constraint_Check): Do not perform length check
15789 if expression is an aggregate with only an others_choice.
15790 (Length_N_Cond): two references to the same in_parameter
15791 (typically the discriminal in an init_proc) denote the same value.
15792 Two useful optimization uncovered by bugfixes above.
15794 2001-10-10 Robert Dewar <dewar@gnat.com>
15796 * xeinfo.adb: Change int to char in translation of enumeration types.
15797 This fixes a problem in the C representation of component alignment.
15798 Add 2001 to copyright notice
15800 2001-10-10 Richard Kenner <kenner@gnat.com>
15802 * decl.c: (validate_size): Do check size of object of integral type
15803 if it is a packed array type.
15805 2001-10-10 Richard Kenner <kenner@gnat.com>
15807 * decl.c: (gnat_to_gnu_entity, case object): Also materialize
15808 VAR_DECL for constant if not Is_Public but -O0.
15810 2001-10-10 Richard Kenner <kenner@gnat.com>
15812 * misc.c (struct lang_hooks): Add new initializer to match GCC change.
15814 2001-10-10 Geert Bosch <bosch@gnat.com>
15816 * xnmake.adb (XNmake): Fix handling of -s/-b options. No longer
15817 use '/' as switch character, allowing for absolute file names.
15819 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
15821 * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
15824 2001-10-08 Geert Bosch <bosch@gnat.com>
15826 * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
15827 Automatically build utilities when files need to be regenerated.
15829 2001-10-08 Geert Bosch <bosch@gnat.com>
15831 * xsnames.adb: New utility for updating snames.ads and snames.adb
15833 2001-10-08 Zack Weinberg <zack@codesourcery.com>
15835 * Make-lang.in (ADAFLAGS): Add -W -Wall.
15836 (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
15837 (gnat1): Also depend on attribs.o.
15838 (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
15839 * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
15840 (ADAC): Set to @ADAC@ in stage1, $(CC) later.
15841 (ADAFLAGS): Add -W -Wall.
15842 (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
15845 (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
15846 s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
15847 s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
15848 Use $(ADAC), not $(CC), as compilation command.
15850 (gnattools): Depend directly on tools to build, don't use
15852 (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
15854 * einfo.h, sinfo.h: New files (autogenerated).
15856 2001-10-08 Richard Henderson <rth@redhat.com>
15858 * comperr.adb (Abort_In_Progress): New.
15859 (Compiler_Abort): Use it to prevent recursion.
15861 2001-10-08 Robert Dewar <dewar@gnat.com>
15863 * atree.adb: Set Error_Posted in Error node, helps error recovery.
15865 * par-endh.adb (Output_End_Expected): We should also not test
15866 Error_Posted on the Error node, since now it is always set.
15868 * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
15869 to help error recovery. Part of general work on 9407-004.
15871 * par.adb: Add ??? for misuse of error
15874 (Resolve): Defend against Error, fixes 9407-003.
15875 (Resolve_Discrete_Subtype_Indication): Defend against Error.
15877 * sinfo.ads (N_Error): Now has Etype field (which will be set
15878 to Any_Type to help error recovery).
15880 2001-10-08 Richard Kenner (kenner@gnat.com)
15882 * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
15883 Consistently set MEM attributes from expression; fixes
15884 bootstrap failure on x86.
15886 2001-10-08 Geert Bosch (bosch@gnat.com)
15888 * 5oosinte.adb: Add 2001 to copyright notice.
15890 2001-10-08 Geert Bosch (bosch@gnat.com)
15892 * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
15894 * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
15896 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
15898 * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
15900 2001-10-05 Geert Bosch (bosch@gnat.com)
15902 * adaint.h: Small formatting fix.
15904 2001-10-04 Geert Bosch <bosch@gnat.com>
15906 * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
15907 Arg is int, not FILE *, in dummy version of functions.
15909 * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
15910 Arg is int, not FILE *.
15912 2001-10-04 Geert Bosch <bosch@gnat.com>
15914 * 3lsoccon.ads: Added file, missed with initial check ins.
15916 * 4lintnam.ads: Fix header format.
15917 Change Linux to GNU/Linux.
15919 * 5iosinte.adb: Change Linux to GNU/Linux.
15921 * 5iosinte.ads: Change Linux to GNU/Linux.
15923 * 5itaprop.adb: Change Linux to GNU/Linux.
15925 * 5itaspri.ads: Change Linux to GNU/Linux.
15926 Update copyright notice.
15928 * 5lintman.adb: Change Linux to GNU/Linux.
15930 * 5lml-tgt.adb: Change Linux to GNU/Linux.
15932 * 5losinte.ads: Change Linux to GNU/Linux.
15934 * 5lsystem.ads: Change Linux to GNU/Linux.
15936 * 5qosinte.adb: Change Linux to GNU/Linux.
15938 * 5qosinte.ads: Change Linux to GNU/Linux.
15940 * 5qparame.ads: Change Linux to GNU/Linux.
15942 * 5qtaprop.adb: Change Linux to GNU/Linux.
15944 * 5qtaspri.ads: Change Linux to GNU/Linux.
15945 Add 2001 to copyright notice.
15947 * 5vintman.ads: Change Linux to GNU/Linux.
15948 Fix header format. Add 2001 to copyright notice.
15950 * g-soccon.ads: Change Linux to GNU/Linux.
15952 * g-trasym.ads: Change Linux to GNU/Linux.
15953 Add 2001 to copyright notice.
15955 * memtrack.adb: Change Linux to GNU/Linux.
15957 * s-intman.ads: Change Linux to GNU/Linux.
15958 Add 2001 to copyright notice. Fix header format.
15960 * s-stache.adb: Change Linux to GNU/Linux.
15962 * adaint.c: Change Linux to GNU/Linux.
15964 * cio.c: Change Linux to GNU/Linux.
15966 * cstreams.c: Change Linux to GNU/Linux.
15968 * init.c: Change Linux to GNU/Linux.
15970 * gmem.c: Change Linux to GNU/Linux.
15972 * tracebak.c: Change Linux to GNU/Linux.
15975 2001-10-02 Geert Bosch <bosch@gnat.com>
15977 * misc.c (insert_default_attributes): Add dummy version.