* config/mips/mips.c (function_arg): Where one part of a
[official-gcc.git] / gcc / ada / ChangeLog
blobe083ce3197fea879da54225584c5d6b578d1c481
1 2006-06-20  James A. Morrison  <phython@gcc.gnu.org>
2             Eric Botcazou  <ebotcazou@adacore.com>
4         PR ada/18692
5         * Make-lang.in: Add check-gnat to lang_checks.  Rename existing
6         check-gnat into check-acats.
8 2006-06-17  Karl Berry  <karl@gnu.org>
10         * gnat-style.texi (@dircategory): Use "Software development"
11         instead of "Programming", following the Free Software Directory.
13 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15         PR ada/27944
16         * s-taprop-hpux-dce.adb: Delete redundant 'with System.Parameters'.
18 2006-06-06  Laurent GUERBY  <laurent@guerby.net>
20         PR ada/27769
21         mlib-utl.adb: Use Program_Name.
22         
23 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
25         * decl.c, env.c, gigi.h, init.c, initialize.c, raise-gcc.c,
26         sem_ch13.adb, sysdep.c, targtyps.c, tb-alvxw.c, tracebak.c,
27         trans.c, utils.c: Fix comment typos.  Follow spelling
28         conventions.
29         * gnat_rm.texi, gnat_ugn.texi, : Fix typos.  Follow spelling
30         conventions.
32 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
34         * Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).
35         (ada/misc.o): Likewise.
36         (ada/utils.o): Likewise.
38 2006-04-08  Aurelien Jarno  <aurel32@debian.org>
40         * Makefile.in: Add Ada support for GNU/kFreeBSD.
41         * s-osinte-kfreebsd-gnu.ads: New file.
43 2006-03-29  Carlos O'Donell  <carlos@codesourcery.com>
45         * Make-lang.in: Rename docdir to gcc_docdir.
47 2006-03-04  Eric Botcazou  <ebotcazou@adacore.com>
49         * gigi.h (get_ada_base_type): Delete.
50         * utils2.c (get_ada_base_type): Likewise.
51         * trans.c (convert_with_check): Operate in the real base type.
53 2006-03-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
55         * uintp.adb (Num_Bits): Handle Uint_Int_First specially.
57 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
59         * utils.c (create_var_decl): Use have_global_bss_p when deciding
60         whether to make the decl common.
62 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
64         * Make-lang.in (Ada): Remove
65         (.PHONY): Remove Ada
67 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
69         * sem_ch4.adb (Find_Boolean_Types): If one of the operands is an
70         aggregate, check the interpretations of the other operand to find one
71         that may be a boolean array.
73         (Analyze_Selected_Component): Fix flow-of-control typo in case where
74         the prefix is a private extension.
76 2006-02-17  Eric Botcazou  <botcazou@adacore.com>
78         PR ada/26315
80         * utils2.c (find_common_type): If both input types are BLKmode and
81         have the same constant size, keep using the first one.
83         * bindgen.adb: (Gen_Versions_Ada): Revert previous workaround.
85         * decl.c (gnat_to_gnu_entity): Only check TREE_OVERFLOW for a constant.
87         * misc.c (gnat_handle_option): New case for -Woverlength-strings.
89 2006-02-17  Jose Ruiz  <ruiz@adacore.com>
91         * s-taprop-irix.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb, 
92         s-taprop-solaris.adb, s-taprop-vms.adb, s-taprop-mingw.adb, 
93         s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-lynxos.adb, 
94         s-taprop-tru64.adb (Set_False, Set_True, Suspend_Until_True): Add
95         Abort_Defer/Undefer pairs to avoid the possibility of a task being
96         aborted while owning a lock.
98 2006-02-17  Javier Miranda  <miranda@adacore.com>
99             Robert Dewar  <dewar@adacore.com>
101         * exp_ch4.adb (Expand_N_Allocator): If the allocated object is accessed
102         through an access to class-wide interface we force the displacement of
103         the pointer to the allocated object to reference the corresponding
104         secondary dispatch table.
105         (Expand_N_Op_Divide): Allow 64 bit divisions by small power of 2,
106         if Long_Shifts are supported on the target, even if 64 bit divides
107         are not supported (configurable run time mode).
108         (Expand_N_Type_Conversion): Do validity check if validity checks on
109         operands are enabled.
110         (Expand_N_Qualified_Expression): Do validity check if validity checks
111         on operands are enabled.
113 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
115         * exp_dbug.adb (Debug_Renaming_Declaration): Indicate that the entity
116         must be materialized when the renamed expression is an explicit
117         dereference.
119 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
121         * freeze.adb (Statically_Discriminated_Components): Return false if
122         the bounds of the type of the discriminant are not static expressions.
124         * sem_aggr.adb (Check_Static_Discriminated_Subtype): Return false if
125         the bounds of the discriminant type are not static.
127 2006-02-17  Robert Dewar  <dewar@adacore.com>
129         * g-os_lib.adb (Copy_File): Make sure that if From has an Invalid_FD,
130         then we close To if it is valid.
132 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
134         * init.c (facility_resignal_table): new array
135         (__gnat_default_resignal_p): enhance default predicate to resignal if
136         VMS condition has one of the predefined facility codes.
138 2006-02-17  Vasiliy Fofanov  <fofanov@adacore.com>
140         * Makefile.in: Use VMS64 specialized versions of several units in
141         Interfaces.C hierarchy to be compatible with HP C default size choices.
142         Use the default version of Ada.Synchronous_Task_Control for VxWorks 653.
144 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
146         * sem_ch10.adb (Analyze_With_Clause): If the unit is a subprogram
147         instantiation, the corresponding entity is the related_instance of the
148         wrapper package created for the instance.
150 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
152         * sem_ch12.adb (Analyze_Package_Instantiation): Inline_Now is false if
153         the current instance is nested within another instance in a child unit.
155 2006-02-17  Javier Miranda  <miranda@adacore.com>
156             Ed Schonberg  <schonberg@adacore.com>
158         * sem_ch3.adb (Build_Discriminated_Subtype): In case of concurrent
159         type we cannot inherit the primitive operations; we inherit the
160         Corresponding_Record_Type (which has the list of primitive operations).
161         (Check_Anonymous_Access_Types): When creating anonymous access types for
162         access components, use Rewrite in order to preserve the tree structure,
163         for ASIS use.
164         (Analyze_Object_Declaration): For limited types with access
165         discriminants with defaults initialized by an aggregate, obtain
166         subtype from aggregate as for other mutable types.
167         (Derived_Type_Declaration): If the derived type is a limited interface,
168         set the corresponding flag (Is_Limited_Record is not sufficient).
170 2006-02-17  Ed Schonberg  <schonberg@adacore.com>
172         * sem_ch6.adb (Build_Body_To_Inline): Enforce the rule that in order
173         to inline a function that returns an unconstrained type, the return
174         expression must be the first variable declared in the body of the
175         function.
177 2006-02-17  Javier Miranda  <miranda@adacore.com>
179         * sem_res.adb (Resolve_Type_Conversion): In case of conversion to an
180         abstract interface type, the static analysis is not enough to know if
181         the interface is implemented or not by the source tagged type. Hence
182         we must pass the work to the expander to generate the required code to
183         evaluate the conversion at run-time.
184         (Resolve_Equality_Op): Do not apply previous
185         transformation if expansion is disasbled, to prevent anomalies when
186         locating global references in a generic unit.
188 2006-02-17  Vincent Celier  <celier@adacore.com>
190         * snames.ads, snames.adb: New standard names for new project attributes:
191         archive_builder, archive_indexer, compiler_pic_option,
192         config_body_file_name, config_body_file_name_pattern,
193         config_file_switches, config_file_unique, config_spec_file_name,
194         config_spec_file_name_pattern, default_builder_switches,
195         default_global_compiler_switches, default_language,
196         dependency_file_kind, global_compiler_switches, include_path,
197         include_path_file, language_kind, linker_executable_option,
198         linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
199         roots, runtime_project.
201 2006-02-17  Matthew Heaney  <heaney@adacore.com>
203         * a-convec.ads, a-convec.adb: 
204         (operator "&"): handle potential overflow for large index types
205         (Insert): removed Contraint_Error when using large index types
206         (Insert_Space): removed Constraint_Error for large index types
207         (Length): moved constraint check from Length to Insert
209         * a-coinve.ads, a-coinve.adb: Stream attribute procedures are declared
210         as not null access.
211         Explicit raise statements now include an exception message.
212         (operator "&"): handle potential overflow for large index types
213         (Insert): removed Contraint_Error when using large index types
214         (Insert_Space): removed Constraint_Error for large index types
215         (Length): moved constraint check from Length to Insert
217 2006-02-17  Robert Dewar  <dewar@adacore.com>
219         * s-wchcnv.adb: Document handling of [ on output (we do not change
220         this to ["5B"] and the new comments say why not.
222         * gnat_ugn.texi: 
223         Add note for -gnatVo that this now includes the cases of type
224         conversions and qualified expressions.
225         Add comments on handling of brackets encoding for Text_IO
227 2006-02-17  Ramon Fernandez  <fernandez@adacore.com>
228             Thomas Quinot  <quinot@adacore.com>
229             Robert Dewar  <dewar@adacore.com>
230             Javier Miranda  <miranda@adacore.com>
232         * expander.adb: Fix typo in comment
234         * exp_pakd.adb: Fix typo
235         Minor comment reformatting.
237         * g-dyntab.adb: Minor reformatting
239         * exp_ch6.adb (Register_Interface_DT_Entry): Traverse the list of
240         aliased subprograms to look for the abstract interface subprogram.
242 2006-02-16  Eric Botcazou  <ebotcazou@adacore.com>
244         * env.c (__gnat_setenv): Use size_t.
245         (__gnat_unsetenv): Likewise.
246         (__gnat_clearenv): Likewise.
248 2006-02-16  Arnaud Charlet  <charlet@adacore.com>
250         * opt.ads (Ada_Version_Default): Set to Ada 2005 by default.
252 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
254         * a-intnam-os2.ads, a-intnam-unixware.ads, g-soccon-unixware.ads,
255         g-soliop-unixware.ads, i-os2err.ads, i-os2lib.adb, i-os2lib.ads,
256         i-os2syn.ads, i-os2thr.ads, s-intman-irix-athread.adb,
257         s-osinte-aix-fsu.ads, s-osinte-fsu.adb, s-parame-os2.adb,
258         s-osinte-irix-athread.ads, s-osinte-linux-fsu.ads, s-osinte-os2.adb,
259         s-osinte-os2.ads, s-osinte-solaris-fsu.ads, s-osinte-unixware.adb,
260         s-osinte-unixware.ads, s-osprim-os2.adb, s-taprop-irix-athread.adb,
261         s-taprop-os2.adb, s-tasinf-irix-athread.adb, s-tasinf-irix-athread.ads,
262         s-taspri-os2.ads, system-os2.ads, system-unixware.ads: Removed,
263         no longer used.
265 2006-02-13  Jose Ruiz  <ruiz@adacore.com>
267         * a-taster.adb (Current_Task_Fallback_Handler): Document why explicit
268         protection against race conditions is not needed.
269         (Set_Dependents_Fallback_Handler): Add mutual exclusive access to the
270         fallback handler.
271         (Set_Specific_Handler): Add mutual exclusive access to the specific
272         handler.
273         (Specific_Handler): Add mutual exclusive access for retrieving the
274         specific handler.
276         * s-tarest.adb (Task_Wrapper): Add mutual exclusive access to the fall
277         back handler.
279         * s-taskin.ads (Common_ATCB): Remove pragma Atomic for
280         Fall_Back_Handler and Specific_Handler.
282         * s-tassta.adb (Task_Wrapper): Add mutual exclusive access to the task
283         termination handlers.
284         Set two different owerflow depending on the maximal stack size.
286         * s-solita.adb (Task_Termination_Handler_T): Document why explicit
287         protection against race conditions is not needed when executing the
288         task termination handler.
290 2006-02-13  Robert Dewar  <dewar@adacore.com>
292         * s-gloloc-mingw.adb, a-cgaaso.ads, a-stzmap.adb, a-stzmap.adb,
293         a-stzmap.ads, a-ztcoio.adb, a-ztedit.adb, a-ztedit.ads, a-ztenau.adb,
294         a-ztenau.ads, a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
295         a-comlin.adb, a-decima.adb, a-decima.ads, a-direio.adb, a-direio.adb,
296         a-direio.adb, a-direio.ads, a-ngcoty.adb, a-ngcoty.ads, a-nuflra.adb,
297         a-nuflra.ads, a-sequio.adb, a-sequio.ads, a-sequio.ads, a-storio.ads,
298         a-stream.ads, a-ststio.adb, a-ststio.adb, a-ststio.ads, a-ststio.ads,
299         a-stwima.adb, a-stwima.adb, a-stwima.ads, a-stwise.adb, a-teioed.adb,
300         a-teioed.ads, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tasatt.ads,
301         a-tideau.adb, a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
302         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.ads, a-tiflau.adb,
303         a-tiflau.ads, a-tiflio.adb, a-tiflio.adb, a-tiflio.ads, a-tigeau.ads,
304         a-tiinau.adb, a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoio.adb,
305         a-timoio.ads, a-titest.adb, a-titest.ads, a-wtcoio.adb, a-wtdeau.adb,
306         a-wtdeau.ads, a-wtdeio.adb, a-wtdeio.ads, a-wtedit.adb, a-wtedit.adb,
307         a-wtedit.ads, a-wtenau.adb, a-wtenau.ads, a-wtenau.ads, a-wtenio.adb,
308         a-wtenio.ads, a-wtfiio.adb, a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads,
309         a-wtflio.adb, a-wtflio.adb, a-wtflio.ads, a-wtgeau.ads, a-wtinau.adb,
310         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb, a-wtmoau.ads,
311         a-wtmoio.adb, a-wtmoio.ads, xref_lib.adb, xref_lib.ads, xr_tabls.adb,
312         g-boubuf.adb, g-boubuf.ads, g-cgideb.adb, g-io.adb, gnatdll.adb,
313         g-pehage.adb, i-c.ads, g-spitbo.adb, g-spitbo.ads, mdll.adb,
314         mlib-fil.adb, mlib-utl.adb, mlib-utl.ads, prj-env.adb, prj-tree.adb,
315         prj-tree.ads, prj-util.adb, s-arit64.adb, s-asthan.ads, s-auxdec.adb,
316         s-auxdec.ads, s-chepoo.ads, s-direio.adb, s-direio.ads, s-errrep.adb,
317         s-errrep.ads, s-fileio.adb, s-fileio.ads, s-finroo.adb, s-finroo.ads,
318         s-gloloc.adb, s-gloloc.ads, s-io.adb, s-io.ads, s-rpc.adb,
319         s-rpc.ads, s-shasto.ads, s-sequio.adb, s-stopoo.ads, s-stratt.adb,
320         s-stratt.ads, s-taasde.adb, s-taasde.ads, s-tadert.adb, s-sequio.ads,
321         s-taskin.adb, s-tasque.adb, s-tasque.ads, s-wchjis.ads, makegpr.adb,
322         a-coinve.adb, a-cidlli.adb, eval_fat.adb, exp_dist.ads, exp_smem.adb,
323         fmap.adb, g-dyntab.ads, g-expect.adb, lib-xref.ads, osint.adb,
324         par-load.adb, restrict.adb, sinput-c.ads, a-cdlili.adb,
325         system-vms.ads, system-vms-zcx.ads, system-vms_64.ads: Minor
326         reformatting.
328 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
330         * a-tasatt.adb, s-osinte-lynxos-3.adb, s-osinte-lynxos.adb,
331         s-osinte-aix.adb, s-interr-sigaction.adb, s-asthan-vms-alpha.adb,
332         s-interr-vms.adb, s-intman-vms.adb, s-interr-vxworks.adb,
333         s-intman-vxworks.adb, s-asthan-vms-alpha.adb, a-ztexio.adb,
334         a-reatim.adb, a-taside.adb, a-textio.adb, a-witeio.adb, prj-attr.adb,
335         s-intman-irix.adb, s-intman-solaris.adb, s-intman-posix.adb,
336         a-dynpri.adb, a-interr.adb, g-dynhta.adb, s-asthan.adb, s-interr.adb,
337         s-pooglo.adb, s-pooloc.adb, s-poosiz.adb, s-tasren.adb, s-tasuti.adb,
338         s-tataat.adb, s-tpobop.adb: Remove redundant with clauses.
340 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
342         * s-osinte-darwin.adb, s-osinte-darwin.ads, s-osinte-vxworks.ads, 
343         s-osinte-solaris.ads, s-osinte-linux.ads, s-osinte-freebsd.ads, 
344         s-osinte-solaris-posix.ads, s-osinte-lynxos-3.ads, s-osinte-lynxos.ads, 
345         s-osinte-tru64.ads, s-osinte-aix.ads, s-osinte-irix.ads, 
346         s-osinte-hpux-dce.ads, s-osinte-linux-hppa.ads, 
347         s-osinte-linux-alpha.ads, s-inmaop-posix.adb (sigset_t_ptr): Removed,
348         replaced by anonymous access type.
349         (pthread_sigmask): Now take an access sigset_t
351         * s-osinte-hpux.ads:  Ditto.
352         (pthread_mutex_t, pthread_cond_t): Update definitions to support
353         properly 32 and 64 bit ABIs.
355 2006-02-13  Pascal Obry  <obry@adacore.com>
357         * s-taprop-posix.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb, 
358         s-taprop-lynxos.adb, s-taprop-irix.adb, s-taprop-hpux-dce.adb, 
359         s-taprop-linux.adb, s-taprop-solaris.adb,
360         s-taprop-vms.adb (Create_Task): Remove task adjustment code. This
361         adjustement is already done when calling this routine.
363 2006-02-13  Pascal Obry  <obry@adacore.com>
365         * system-mingw.ads (Underlying_Priorities): Update the priority mapping
366         table to take advantage of the 16 priority levels available on Windows
367         2000 and XP. On NT4 there are only 7 priority levels, this is properly
368         supported by this new mapping.
370 2006-02-13  Nicolas Setton  <setton@adacore.com>
372         * adadecode.h, adadecode.c: (__gnat_decode): Improve support of types.
373         (get_encoding): New subprogram. Extracts the encodings from an encoded
374         Ada name.
376 2006-02-13  Pascal Obry  <obry@adacore.com>
377             Nicolas Roche  <roche@adacore.com>
378             Arnaud Charlet  <charlet@adacore.com>
380         * adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode
381         support.
382         (__gnat_try_lock): Add unicode support by using a specific section on
383         Windows.
384         (__gnat_get_current_dir): Idem.
385         (__gnat_open_read): Idem.
386         (__gnat_open_rw): Idem.
387         (__gnat_open_create): Idem.
388         (__gnat_create_output_file): Idem.
389         (__gnat_open_append): Idem.
390         (__gnat_open_new): Idem.
391         (__gnat_file_time_name): Idem.
392         (__gnat_set_file_time_name): Idem.
393         (__gnat_stat): Idem.
394         (win32_no_block_spawn): Idem.
395         (__gnat_locate_exec_on_path): Idem.
396         (__gnat_opendir): New routine.
397         (__gnat_closedir): Idem.
398         (__gnat_readdir): Add new parameter length (pointer to int). Update
399         implementation to use it and add specific Win32 code for Unicode
400         support.
401         (__gnat_get_env_value_ptr): Remove. Replaced by __gnat_getenv in env.c
402         (__gnat_set_env_value): Remove. Replaced by __gnat_setenv in env.c
403         (convert_addresses): Do not define this dummy routine on VMS.
405         * mingw32.h (GNAT_UNICODE_SUPPORT): New definition, if set the GNAT
406         runtime Unicode support will be activated.
407         (S2WS): String to Wide-String conversion. This version just copy a
408         string in non Unicode version.
409         (WS2S): Wide-String to String conversion. This version just copy a
410         string in non Unicode version.
412         * g-dirope.adb: (Close): Now import __gnat_closedir from adaint.c.
413         (Open): Now import __gnat_opendir from adaint.c.
414         (Read): Change the implementation to support unicode characters. It is
415         not possible to use strlen() on Windows as this version supports only
416         standard ASCII characters. So the length of the directory entry is now
417         returned from the imported __gnat_readdir routine.
418         Update copyright notice.
420         * s-crtl-vms64.ads, s-crtl.ads: (closedir): Moved to adaint.c.
421         (opendir): Moved to adaint.c.
423         * g-os_lib.adb (Copy_Time_Stamp): Fix off-by-one range computation.
424         (Get_Directory): Fix wrong indexing.
425         (Getenv): replace __gnat_get_env_value_ptr from adaint.c by
426         __gnat_getenv from env.c
427         (Setenv): replace __gnat_set_env_value from adaint.c by __gnat_setenv
428         from env.c
430         * env.h, env.c: New file.
432         * s-scaval.adb (Initialize): Replace __gnat_get_env_value_ptr from
433         adaint.c by __gnat_getenv from env.c
435         * s-shasto.adb (Initialize): replace __gnat_get_env_value_ptr from
436         adaint.c by __gnat_getenv from env.c
438         * Make-lang.in: Add env.o in the list of C object needed by gnat1
439         and gnatbind.
440         Update dependencies.
442 2006-02-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
443             Olivier Hainque  <hainque@adacore.com>
444             Eric Botcazou  <ebotcazou@adacore.com>
446         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): Deleted.
447         
448         * gigi.h (value_factor_p): Add prototype and description, now public.
450         * decl.c (gnat_to_gnu_field): Don't attempt BLKmode to integral type
451         promotion for field with rep clause if the associated size was proven
452         to be in error.
453         Expand comments describing attempts to use a packable type.
454         (gnat_to_gnu_entity) <E_Signed_Integer_Subtype,
455         E_Floating_Point_Subtype>: Inherit alias set of what we are making a
456         subtype of to ensure conflicts amongst all subtypes in a hierarchy,
457         necessary since these are not different types and pointers may
458         actually designate any subtype in this hierarchy.
459         (gnat_to_gnu_entity, case E_Record_Type): Always make fields for
460         discriminants but put them into record only if not Unchecked_Union;
461         pass flag to components_to_record showing Unchecked_Union.
462         (make_dummy_type): Use UNION_TYPE only if Unchecked_Union and no
463         components before variants; don't set TYPE_UNCHECKED_UNION_P.
464         (components_to_record): New argument UNCHECKED_UNION.
465         Remove special case code for Unchecked_Union and instead use main code
466         with small changes.
468         PR ada/26096
469         (gnat_to_gnu_entity) <E_Variable>: Do not initialize the
470         aligning variable with the expression being built, only its inner
471         field.
473         * trans.c (Handled_Sequence_Of_Statements_to_gnu): Remove call to
474         emit_sequence_entry_statements.
475         (emit_sequence_entry_statements, body_with_handlers_p): Delete.
476         (establish_gnat_vms_condition_handler): Move before
477         Subprogram_Body_to_gnu.
478         (Subprogram_Body_to_gnu): On VMS, establish_gnat_vms_condition_handler
479         for a subprogram if it has a foreign convention or is exported.
480         (Identifier_to_gnu): Manually unshare the DECL_INITIAL tree when it is
481         substituted for a CONST_DECL.
482         (tree_transform, case N_Aggregate): Remove code for UNION_TYPE and pass
483         Etype to assoc_to_constructor.
484         (assoc_to_constructor): New argument, GNAT_ENTITY; use it to ignore
485         discriminants of Unchecked_Union.
486         (TARGET_ABI_OPEN_VMS): Define to 0 if not defined, so that later uses
487         don't need cluttering preprocessor directives.
488         (establish_gnat_vms_condition_handler): New function. Establish the GNAT
489         condition handler as current in the compiled function.
490         (body_with_handlers_p): New function. Tell whether a given sequence of
491         statements node is attached to a package or subprogram body and involves
492         exception handlers possibly nested within inner block statements.
493         (emit_sequence_entry_statements): New function, to emit special
494         statements on entry of sequences when necessary. Establish GNAT
495         condition handler in the proper cases for VMS.
496         (Handled_Sequence_Of_Statements_to_gnu): Start block code with
497         emit_sequence_entry_statements.
499         * utils2.c (find_common_type): If both input types are BLKmode and
500         have a constant size, use the smaller one.
501         (build_simple_component_ref): Also match if FIELD and NEW_FIELD are
502         the same.
504         * utils.c (value_factor_p): Make public, to allow uses from other gigi
505         units.
506         (create_type_decl): Do not set the flag DECL_IGNORED_P for dummy types.
507         (convert, case UNION_TYPE): Remove special treatment for unchecked
508         unions.
510         PR ada/18659
511         (update_pointer_to): Update variants of pointer types to
512         unconstrained arrays by attaching the list of fields of the main
513         variant.
515 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
516             Robert Dewar  <dewar@adacore.com>
518         * a-exexpr.adb, a-exexpr-gcc.adb
519         (Process_Raise_Exception): Removed, merged with Propagate_Exception.
520         (Propagate_Exception): Now take extra From_Signal_Handler parameter.
521         Remove code unused for exception propagation for the compiler itself
522         from a-except.adb and update to still share separate packages.
524         * a-except.ads, a-except.adb: Ditto.
525         Add comments that this version is now used only by the compiler and
526         other basic tools. The full version that includes the Ada 2005 stuff
527         is in separate files a-except-2005.ads/adb. The reason is that we do
528         not want to cause bootstrap problems with compilers not recognizing
529         Wide_Wide_String.
530         Add exception reason code PE_Implicit_Return
531         Add new exception reason code (Null Exception_Id)
533         * a-except-2005.adb, a-except-2005.ads: New files.
535         * s-wchcon.ads: (Get_WC_Encoding_Method): New function.
537         * s-wchcon.adb: New file.
539         * Makefile.in (LIBGNAT_SRCS): Add tb-gcc.c.
540         (traceback.o deps): Likewise.
541         (SPARC/Solaris): Accept sparc[64|v9]-sun-solaris.
542         Activate build of GMEM instrumentation library on VMS targets.
543         (gnatlib-sjlj, gnatlib-zcx): Pass EH_MECHANISM to make gnatlib.
544         Use a-except-2005.ads/adb for all run-time library builds unless
545         specified otherwise.
546         [VMS] (LIBGNAT_TARGET_PAIRS_AUX1,2): Rename s-parame-vms.ads to
547         s-parame-vms-alpha.ads and add s-parame-vms-ia64.ads.
548         Use s-parame.adb on all native platforms.
549         Use s-parame-vxworks.adb on all vxworks platforms.
550         Add env.c env.h in LIBGNAT_SRCS
551         Add env.o in LIBGNAT_OBJS
552         (GNATMAKE_OBJS): Remove ctrl_c.o object.
553         (LIBGNAT_TARGET_PAIRS for x86-vxworks): Use an specialized version of
554         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
555         supports VxWorks 6 RTPs.
556         (EXTRA_GNATRTL_NONTASKING_OBJS for x86-vxworks): Remove the use of
557         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
559         * types.h, types.ads (Terminate_Program): New exception
560         Add comment on modifying multiple versions of a-except.adb when the
561         table of exception reasons is modified.
562         Add exception reason code PE_Implicit_Return
563         Add new exception reason code (Null Exception_Id)
565         * clean.adb (Initialize): Get the target parameters before checking
566         if target is OpenVMS. Move the OpenVMS specific code here from package
567         body elaboration code.
569 2006-02-13  Thomas Quinot  <quinot@adacore.com>
570             Vincent Celier  <celier@adacore.com>
571             Robert Dewar  <dewar@adacore.com>
573         * ali-util.adb (Get_File_Checksum): Update to account for change in
574         profile of Initialize_Scanner.
576         * gprep.adb (Gnatprep): Update to account for change in profile of
577         Initialize_Scanner.
578         (Process_One_File): Same.
580         * lib.adb (Get_Code_Or_Source_Unit): New subprogram factoring the
581         common code between Get_Code_Unit and Get_Source_Unit. Reimplement
582         that behaviour using the new Unit information recorded in the source
583         files table, rather than going through all units every time.
584         (Get_Code_Unit): Reimplement in terms of Get_Code_Or_Source_Unit.
585         (Get_Source_Unit): Same.
587         * prepcomp.adb (Parse_Preprocessing_Data_File): Update to account for
588         change in profile of Initialize_Scanner.
589         (Prepare_To_Preprocess): Same.
591         * lib.ads: Fix typo in comment (templace -> template).
593         * prj-part.adb (Parse_Single_Project): Update to account for change in
594         profile of Initialize_Scanner.
596         * scn.adb (Initialize_Scanner): Account for change in profile of
597         Scng.Initialize_Scanner: set Current_Source_Unit in Scn instead of Scng.
598         Also record the association of the given Source_File_Index to the
599         corresponding Unit_Number_Type.
601         * scng.ads, scng.adb (Initialize_Scanner.Set_Reserved): Remove
602         procedure.
603         (Initialize_Scanner): Call Scans.Initialize_Ada_Keywords.
604         Remove Unit formal for generic scanner: this formal
605         is only relevant to Scn (the scanner instance used to parse Ada source
606         files), not to other instances. Update comment accordingly.
607         (Scan): Use new function Snames.Is_Keyword_Name.
609         * sinfo-cn.adb: Fix typo in comment.
611         * sinput.adb (Unit, Set_Unit): Accessors for new source file attribute
612         Unit.
614         * sinput.ads (Source_File_Record): New component Unit, used to capture
615         the unit identifier (if any) associated to a source file.
617         * sinput-c.adb, sinput-l.adb (Load_File): Initialize new component
618         Unit in Source_File_Record.
620         * sinput-p.adb (Source_File_Is_Subunit): Update to account for change
621         in profile of Initialize_Scanner.
623         * scans.adb (Initialize_Ada_Keywords): New procedure
625         * scans.ads (Initialize_Ada_Keywords): New procedure to initialize the
626         Ada keywords in the Namet table, without the need to call
627         Initialize_Scanner.
629         * snames.adb: Add pragma Ada_2005 (synonym for Ada_05)
630         (Is_Keyword_Name): New function
632         * snames.ads: Add subtype Configuration_Pragma_Names
633         Add pragma Ada_2005 (synonym for Ada_05)
634         (Is_Keyword_Name): New function
636         * snames.h: Add pragma Ada_2005 (synonym for Ada_05)
638 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
640         * a-stwisu.adb, a-strsup.adb, a-stzsup.adb (Super_Slice): Fix slice
641         index.
643         * a-stwima.adb (To_Set): Add extra check when N = 0.
645         * g-regpat.adb: (Match_Simple_Operator): Avoid possible overflow.
647 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
649         * s-parame-mingw.adb, s-parame-linux.adb,
650         s-parame-solaris.adb: Removed, replaced by s-parame.adb
652         * s-parame-vxworks.ads: Fix typo.
654         * s-parame-vxworks.adb: New file.
656         * s-parame.adb: Version now used by all native platforms.
657         (Default_Stack_Size): Use 2 megs for default stack size and use
658         __gl_default_stack_size when available.
659         (Minimum_Stack_Size): Use 12K.
661         * s-taprop-mingw.adb: Set default stack size linker switch to 2megs.
662         (Create_Task): Refine implementation taking advantage of the XP stack
663         size support. On XP, we now create the thread using the flag
664         STACK_SIZE_PARAM_IS_A_RESERVATION.
666         * s-osinte-mingw.ads (Stack_Size_Param_Is_A_Reservation): New constant.
668         * sysdep.c (__gnat_is_windows_xp): New routine, returns 1 on Windows
669         XP and 0 on older Windows versions.
671         * interfac-vms.ads: Removed, no longer used.
673 2006-02-13  Matthew Heaney  <heaney@adacore.com>
675         * a-rbtgso.adb, a-crbtgo.adb, a-crbtgk.adb, a-coorse.adb, 
676         a-cohama.adb, a-ciorse.adb, a-cihama.adb, a-cihase.adb, 
677         a-cohase.adb: All explicit raise statements now include an exception
678         message.
680         * a-ciormu.ads, a-ciormu.adb, a-coormu.ads, a-coormu.adb
681         (Update_Element_Preserving_Key): renamed op to just Update_Element.
682         Explicit raise statements now include an exception message
684         * a-cihase.ads, a-cohase.ads: Removed comment.
686         * a-stboha.ads, a-stboha.adb, a-stfiha.ads, a-envvar.adb,
687         a-envvar.ads, a-swbwha.ads, a-swbwha.adb, a-swfwha.ads, a-szbzha.ads,
688         a-szbzha.adb, a-szfzha.ads: New files.
690 2006-02-13  Matthew Heaney  <heaney@adacore.com>
692         * a-cgcaso.adb, a-cgaaso.adb: Implemented using heapsort instead of
693         quicksort.
695 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
697         * lang.opt: Wvariadic-macros: New option.
698         Wold-style-definition: Likewise.
699         Wmissing-format-attribute: Likewise.
701         * misc.c (gnat_handle_option): New cases for -Wvariadic-macros,
702         -Wold-style-definition and -Wmissing-format-attribute.
704 2006-02-13  Robert Dewar  <dewar@adacore.com>
706         * a-ticoio.ads, a-ticoio.adb: Add use clause (moved here from spec)
708         * a-coteio.ads, a-lcteio.ads, a-llctio.ads, a-scteio.ads: New files.
710 2006-02-13  Nicolas Roche  <roche@adacore.com>
712         * a-envvar.adb, a-envvar.ads: New files.
714 2006-02-13  Douglas Rupp  <rupp@adacore.com>
716         * s-parame-vms.ads: Renamed to s-parame-vms-alpha.ads
718         * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: New files.
720 2006-02-13  Pat Rogers  <rogers@adacore.com>
722         * a-rttiev.adb, a-rttiev.ads: New files.
724 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
726         * a-tiboio.adb, a-tiboio.ads, a-wwboio.adb,
727         a-wwboio.ads, a-zzboio.adb, a-zzboio.ads:  New files.
729         * impunit.adb, Makefile.rtl: Added new Ada 2005 units.
731 2006-02-13  Robert Dewar  <dewar@adacore.com>
733         * rtsfind.adb, exp_prag.adb, lib-writ.adb, par-labl.adb, 
734         sem_case.adb: Minor code reorganization (not Present should be No)
736 2006-02-13  Geert Bosch  <bosch@adacore.com>
737             Gary Dismukes  <dismukes@adacore.com>
739         * a-tifiio.adb (Put_Digits): Test Last against To'First - 1 instead of
740         0, since the lower bound of the actual string may be greater than one.
742         PR ada/20753
744         (Put): Fix condition to raise Layout_Error when invalid
745         layout is requested.
747 2006-02-13  Vincent Celier  <celier@adacore.com>
749         * back_end.adb (Scan_Compiler_Arguments): Check if
750         Search_Directory_Present is True and, if it is, add the argument in
751         the source search directory path.
753         * switch-c.adb (Scan_Front_End_Switches): Accept switch "-I". Set
754         Search_Directory_Present to True.
756 2006-02-13  Joel Brobecker  <brobecke@adacore.com>
758         * bindgen.adb (Gen_Main_C): declare the ensure_reference variable as
759         volatile, to tell the compiler to preserve this variable at any level
760         of optimization.
761         (Gen_Versions_Ada): Temporarily work around codegen bug.
763 2006-02-13  Vincent Celier  <celier@adacore.com>
765         * gnatlink.adb (Process_Binder_File): If -shared is specified, invoke
766         gcc to link with option -shared-libgcc.
767         (Gnatlink): Remove duplicate switches -shared-libgcc
769 2006-02-13  Robert Dewar  <dewar@adacore.com>
771         * gnatvsn.ads (Current_Year): New constant, used to easily update
772         copyright on all GNAT tools.
774         * gnatls.adb, gnatname.adb, vms_conv.adb: Add 2006 to displayed
775         copyright notice.
777 2006-02-13  Robert Dewar  <dewar@adacore.com>
779         * erroutc.ads, erroutc.adb (Set_Message_Blank): Don't insert space
780         after hyphen (small aesthetic change useful for a range of numbers
781         using ^-^.
782         Suppress range checks for a couple of assignments which otherwise
783         cause validity checks with validity checking turned on.
785         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case Size):
786         Improvement in error message for object.
787         (Rep_Item_Too_Late): Remove '!' in warning message.
789 2006-02-13  Robert Dewar  <dewar@adacore.com>
790             Eric Botcazou  <ebotcazou@adacore.com>
792         * err_vars.ads: Suppress range checks for a couple of assignments
793         which otherwise cause validity checks with validity checking turned on.
794         Update comments.
796         * errout.adb (Error_Msg_Internal): Do not suppress warning messages.
797         Make message unconditional if it is a warning.
798         (Error_Msg_NEL): Always output warning messages.
799         Suppress range checks for a couple of assignments which otherwise
800         cause validity checks with validity checking turned on.
802         * errout.ads (Message Insertion Characters): Document that '!' is
803         implied by '?' in error messages.
805         * gnat1drv.adb: (Bad_Body): Remove '!' in warning message.
806         (Gnat1drv): Use a goto to end of main subprogram instead of
807         Exit_Program (E_Success) so that finalization can occur normally.
809 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
811         * s-stchop.adb (Stack_Check): Raise Storage_Error if the argument has
812         wrapped around.
814 2006-02-13  Vincent Celier  <celier@adacore.com>
816         * a-direct.adb (Duration_To_Time, OS_Time_To_Long_Integer): New
817         Unchecked_Conversion functions.
818         (Modification_Time): Use direct conversion of OS_Time to Calendar time
819         when OpenVMS returns False.
821         * a-dirval-mingw.adb, a-dirval-vms.adb, a-dirval.ads,
822         a-dirval.adb (OpenVMS): New Boolean function
824 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
825             Thomas Quinot  <quinot@adacore.com>
827         * checks.adb (Build_Discriminant_Checks): If the expression being
828         checks is an aggregate retrieve the values of its discriminants to
829         generate the check, rather than creating a temporary and a reference
830         to it.
831         (Apply_Access_Check): Rewritten to handle new Is_Known_Null flag
832         (Install_Null_Excluding_Check): Ditto
833         (Selected_Length_Checks): Build actual subtype for the original Ck_Node,
834         not for the renamed object, so that the actual itype is attached in the
835         proper context.
837 2006-02-13  Robert Dewar  <dewar@adacore.com>
838             Vincent Celier  <celier@adacore.com>
840         * debug.adb: Eliminate numeric switches for binder/gnatmake
842         * switch-m.adb (Normalize_Compiler_Switches): Record numeric debug
843         switches for the compiler.
844         (Scan_Make_Switches): Do not allow numeric debug switches for gnatmake
845         (Scan_Make_Switches): When failing with an illegal switch, output an
846         error message with the full switch.
847         Eliminate numeric switches for binder/gnatmake
849         * switch.ads, switch.adb (Bad_Switch): New procedure
851         * switch-b.adb (Scan_Binder_Switches): Do not accept combined switches.
852         Remove 0-9 as debug flag character possibilities
853         -d is now controlling the primary stack size when its value is a
854         positive. Also add checks against invalid values, and support for kb,
855         mb. Ditto for -D switch.
857 2006-02-13  Robert Dewar  <dewar@adacore.com>
858             Serguei Rybin  <rybin@adacore.com>
860         * opt.ads opt.adb: Add Ada_Version_Explicit_Config along with
861         save/restore routines.
862         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
863         were not always properly handled previously.
864         Since we are changing the tree format anyway, also get rid of the
865         junk obsolete Immediate_Errors flag.
866         (Tree_Read): Change the way of reading Tree_Version_String - now we
867         read the version string from the tree even if its length is not the
868         same as the length of the version string computed from Gnatvsn.
869         (Search_Directory_Present): New Boolean flag for the compiler.
870         Define Tree_Version_String as a dynamic string.
871         (Default_Stack_Size): new variable, used to handle switch -d.
873         * par-prag.adb: 
874         For pragma Ada_2005, remove stuff about setting Ada_Version_Explicit
875         only for main unit.
876         Add pragma Ada_2005 (synonym for Ada_05)
877         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
878         were not always properly handled previously.
880         * directio.ads, ioexcept.ads, sequenio.ads, text_io.ads: Change
881         explicit Ada_95 to Ada_2005.
883 2006-02-13  Javier Miranda  <miranda@adacore.com>
884             Robert Dewar  <dewar@adacore.com>
885             Ed Schonberg  <schonberg@adacore.com>
887         * einfo.ads, einfo.adb (First_Tag_Component): Protect the frontend
888         against errors in the source program: a private types for which the
889         corresponding full type declaration is missing and pragma CPP_Virtual
890         is used.
891         (Is_Unchecked_Union): Check flag on Implementation_Base_Type.
892         (Is_Known_Null): New flag
893         (Has_Pragma_Pure): New flag
894         (No_Return): Present in all entities, set only for procedures
895         (Is_Limited_Type): A type whose ancestor is an interface is limited if
896         explicitly declared limited.
897         (DT_Offset_To_Top_Func): New attribute that is present in E_Component
898         entities. Only used for component marked Is_Tag. If present it stores
899         the Offset_To_Top function used to provide this value in tagged types
900         whose ancestor has discriminants.
902         * exp_ch2.adb: Update status of new Is_Known_Null flag
904         * sem_ch7.adb: Maintain status of new Is_Known_Null flag
906         * sem_cat.adb (Get_Categorization): Don't treat function as Pure in
907         the categorization sense if Is_Pure was set by pragma Pure_Function.
909 2006-02-13  Quentin Ochem  <ochem@adacore.com>
910             Olivier Hainque  <hainque@adacore.com>
912         * bindusg.adb: Updated documentation for -d and -D switches.
914         * raise.h (__gnat_set_globals): added new parameter for
915         Default_Stack_Size.
917         * init.c (__gnat_adjust_context_for_raise) <alpha-vms case>: Implement.
918         (__gnat_handle_vms_condition): Adjust context before raise.
919         (__gnat_install_handler): Restore the global vector setup for GCC
920         versions before 3.4, as the frame based circtuitry is not available
921         in this case.
922         (__gnat_set_globals): added a parameter default_stack_size
923         (__gl_default_stack_size): new variable.
925 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
927         * exp_aggr.adb (Build_Array_Aggr_Code): Rename variable
928         "Others_Mbox_Present" to "Others_Box_Present" because the mbox concept
929         does not exist in the Ada RM.
930         (Compatible_Int_Bounds): Determine whether two integer range bounds
931         are of equal length and have the same start and end values.
932         (Is_Int_Range_Bounds): Determine whether a node is an integer range.
933         (Build_Record_Aggr_Code): Perform proper sliding of a nested array
934         aggregate when it is part of an object declaration.
935         (Build_Record_Aggr_Code)  If the aggregate ttype is a derived type that
936         constrains discriminants of its parent, add explicitly the discriminant
937         constraints of the ancestor by retrieving them from the
938         stored_constraint of the parent.
940 2006-02-13  Robert Dewar  <dewar@adacore.com>
942         * exp_attr.adb (Expand_N_Attribute_Reference, case Mechanism_Code): If
943         attribute Mechanism_Code is applied to renamed subprogram, modify
944         prefix to point to base subprogram.
945         Max/Min attributes now violate Restriction No_Implicit_Conditionals
947         * sinfo.ads: Document that Mechanism_Code cannot be applied to
948         renamed subprograms so that the front-end must replace the prefix
949         appropriately.
951 2006-02-13  Javier Miranda  <miranda@adacore.com>
952             Gary Dismukes  <dismukes@adacore.com>
954         * exp_ch3.adb (Component_Needs_Simple_Initialization): Add check for
955         availability of RE_Interface_Tag.
956         (Build_Initialization_Call): Fix wrong access to the discriminant value.
957         (Freeze_Record_Type): Do not generate the tables associated with
958         timed and conditional dispatching calls through synchronized
959         interfaces if compiling under No_Dispatching_Calls restriction.
960         When compiling for Ada 2005, for a nonabstract
961         type with a null extension, call Make_Controlling_Function_Wrappers
962         and insert the wrapper function declarations and bodies (the latter
963         being appended as freeze actions).
964         (Predefined_Primitive_Bodies): Do not generate the bodies of the
965         predefined primitives associated with timed and conditional
966         dispatching calls through synchronized interfaces if we are
967         compiling under No_Dispatching_Calls.
968         (Build_Init_Procedure):  Use RTE_Available to check if a run-time
969         service is available before generating a call.
970         (Make_Controlling_Function_Wrappers): New procedure.
971         (Expand_N_Full_Type_Declaration): Create a class-wide master for
972         access-to-limited-interfaces because they can be used to reference
973         tasks that implement such limited interface.
974         (Build_Offset_To_Top_Functions): Build the tree corresponding to the
975         procedure spec and body of the Offset_To_Top function that is generated
976         when the parent of a type with discriminants has secondary dispatch
977         tables.
978         (Init_Secondary_Tags): Handle the case in which the parent of the type
979         containing secondary dispatch tables has discriminants to generate the
980         correct arguments to call Set_Offset_To_Top.
981         (Build_Record_Init_Proc): Add call to Build_Offset_To_Top_Functions.
983         * a-tags.ads, a-tags.adb: (Check_Index): Removed.
984         Add Wide_[Wide_]Expanded_Name.
985         (Get_Predefined_Prim_Op_Address): New subprogram that provides exactly
986         the same functionality of Get_Prim_Op_Address but applied to predefined
987         primitive operations because the pointers to the predefined primitives
988         are now saved in a separate table.
989         (Parent_Size): Modified to get access to the separate table of primitive
990         operations or the parent type.
991         (Set_Predefined_Prim_Op_Address): New subprogram that provides the same
992         functionality of Set_Prim_Op_Address but applied to predefined primitive
993         operations.
994         (Set_Signature): New subprogram used to store the signature of a DT.
995         (Displace): If the Offset_To_Top value is not static then call the
996         function generated by the expander to get such value; otherwise use
997         the value stored in the table of interfaces.
998         (Offset_To_Top): The type of the actual has been changed to Address to
999         give the correct support to tagged types with discriminants. In this
1000         case this value is stored just immediately after the tag field.
1001         (Set_Offset_To_Top): Two new formals have been added to indicate if the
1002         offset_to_top value is static and hence pass this value to the run-time
1003         to store it in the table of interfaces, or else if this value is dynamic
1004         and then pass to the run-time the address of a function that is
1005         generated by the expander to provide this value for each object of the
1006         type.
1008         * rtsfind.ads (Default_Prin_Op_Count): Removed.
1009         (Default_Prim_Op_Count): New entity
1010         (Get_Predefined_Prim_Op_Address): New entity
1011         (Set_Predefined_Prim_Op_Address): New entity
1012         (RE_Set_Signature): New entity
1014 2006-02-13  Thomas Quinot  <quinot@adacore.com>
1015             Ed Schonberg  <schonberg@adacore.com>
1017         * exp_ch4.adb (Expand_Allocator_Expression): Pass Allocator => True to
1018         Make_Adjust_Call done for a newly-allocated object.
1020         * exp_ch7.ads, exp_ch7.adb (Expand_Cleanup_Actions): If the statements
1021         in a subprogram are wrapped in a cleanup block, indicate that the
1022         subprogram contains an inner block with an exception handler.
1023         (Make_Adjust_Call): New Boolean formal Allocator indicating whether the
1024         Adjust call is for a newly-allocated object. In that case we must not
1025         assume that the finalization list chain pointers are correct (since they
1026         come from a bit-for-bit copy of the original object's pointers) so if
1027         the attach level would otherwise be zero (no change), we set it to 4
1028         instead to cause the pointers to be reset to null.
1030         * s-finimp.adb (Attach_To_Final_List): New attach level: 4, meaning
1031         reset chain pointers to null.
1033 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1035         * exp_ch5.adb (Expand_Assign_Array): If the right-hand side is a
1036         string, and the context requires a loop for the assignment (e.g.
1037         because the left-hand side is packed), generate a unique name for the
1038         temporary that holds the string, to prevent spurious name clashes.
1040 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1041             Javier Miranda  <miranda@adacore.com>
1042             Robert Dewar  <dewar@adacore.com>
1043             Gary Dismukes  <dismukes@adacore.com>
1045         * exp_ch6.adb (Expand_Inlined_Call): Handle calls to functions that
1046         return unconstrained arrays.
1047         Update comments.
1048         (Expand_Call):  An indirect call through an access parameter of a
1049         protected operation is not a protected call.
1050         Add circuit to raise CE in Ada 2005 mode following call
1051         to Raise_Exception.
1052         (Register_DT_Entry): Do nothing if
1053         the run-time does not give support to abstract interfaces.
1054         (Freeze_Subprogram): In case of dispatching operations, do not generate
1055         code to register the operation in the dispatch table if the source
1056         is compiled with No_Dispatching_Calls.
1057         (Register_Predefined_DT_Entry): Generate code that calls the new
1058         run-time subprogram Set_Predefined_Prim_Op_Address instead of
1059         Set_Prim_Op_Address.
1061         * sem_ch5.adb (Analyze_Assignment_Statement): Do not apply length checks
1062         on array assignments if the right-hand side is a function call that has
1063         been inlined. Check is performed on the assignment in the block.
1064         (Process_Bounds): If bounds and range are overloaded, apply preference
1065         rule for root operations to disambiguate, and diagnose true ambiguity.
1066         (Analyze_Assignment): Propagate the tag for a class-wide assignment with
1067         a tag-indeterminate right-hand side even when Expander_Active is True.
1068         Needed to ensure that dispatching calls to T'Input are allowed and
1069         get the tag of the target class-wide object.
1071         * sem_ch6.adb (New_Overloaded_Entity): Handle entities that override
1072         an inherited primitive operation that already overrides several
1073         abstract interface primitives. For transitivity, the new entity must
1074         also override all the abstract interface primitives covered by the
1075         inherited overriden primitive.
1076         Emit warning if new entity differs from homograph in same scope only in
1077         that one has an access parameter and the other one has a parameter of
1078         a general access type with the same designated type, at the same
1079         position in the signature.
1080         (Make_Inequality_Operator): Use source locations of parameters and
1081         subtype marks from corresponding equality operator when creating the
1082         tree structure for the implicit declaration of "/=". This does not
1083         change anything in behaviour except that the decoration of the
1084         components of the subtree created for "/=" allows ASIS to get the
1085         string images of the corresponding identifiers.
1086         (Analyze_Return_Statement): Remove '!' in warning message.
1087         (Check_Statement_Sequence): Likewise.
1088         (Analyze_Subprogram_Body): For an access parameter whose designated type
1089         is an incomplete type imported through a limited_with clause, use the
1090         type of the corresponding formal in the body.
1091         (Check_Returns): Implicit return in No_Return procedure now raises
1092         Program_Error with a compile time warning, instead of beging illegal.
1093         (Has_Single_Return):  Function returning unconstrained type cannot be
1094         inlined if expression in unique return statement is not an identifier.
1095         (Build_Body_To_Inline): It is possible to inline a function call that
1096         returns an unconstrained type if all return statements in the function
1097         return the same local variable. Subsidiary procedure Has_Single_Return
1098         verifies that the body conforms to this restriction.
1100         * sem_res.adb (Resolve_Equality_Op): If the operands do not have the
1101         same type, and  one of them is of an anonymous access type, convert
1102         the other operand to it, so that this is a valid binary operation for
1103         gigi.
1104         (Resolve_Type_Conversion): Handle subtypes of protected types and
1105         task types when accessing to the corresponding record type.
1106         (Resolve_Allocator): Add '\' in 2-line warning message.
1107         Remove '!' in warning message.
1108         (Resolve_Call): Add '\' in 2-line warning message.
1109         (Valid_Conversion): Likewise.
1110         (Resolve_Overloaded_Selected_Component): If disambiguation succeeds, the
1111         resulting type may be an access type with an implicit dereference.
1112         Obtain the proper component from the designated type.
1113         (Make_Call_Into_Operator): Handle properly a call to predefined equality
1114         given by an expanded name with prefix Standard, when the operands are
1115         of an anonymous access type.
1116         (Check_Fully_Declared_Prefix): New procedure, subsidiary of Resolve_
1117         Explicit_Dereference and Resolve_Selected_Component, to verify that the
1118         prefix of the expression is not of an incomplete type. Allows full
1119         diagnoses of all semantic errors.
1120         (Resolve_Actuals): If the actual is an allocator whose directly
1121         designated type is a class-wide interface we build an anonymous
1122         access type to use it as the type of the allocator. Later, when
1123         the subprogram call is expanded, if the interface has a secondary
1124         dispatch table the expander will add a type conversion to force
1125         the displacement of the pointer.
1126         (Resolve_Call): If a function that returns an unconstrained type is
1127         marked Inlined_Always and inlined, the call will be inlined and does
1128         not require the creation of a transient scope.
1129         (Check_Direct_Boolean_Op): Removed
1130         (Resolve_Comparison_Op): Remove call to above
1131         (Resolve_Equality_Op): Remove call to above
1132         (Resolve_Logical_Op): Inline above, since this is only call.
1133         (Valid_Conversion): Handle properly conversions between arrays of
1134         convertible anonymous access types.
1136         PR ada/25885
1138         (Set_Literal_String_Subtype): If the lower bound is not static, wrap
1139         the literal in an unchecked conversion, because GCC 4.x needs a static
1140         value for a string bound.
1142 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1143             Hristian Kirtchev  <kirtchev@adacore.com>
1145         * exp_ch9.adb (Expand_N_Protected_Type_Declaration): When creating the
1146         components of the corresponding record, take into account component
1147         definitions that are access definitions.
1148         (Expand_N_Asynchronous_Select): A delay unit statement rewritten as a
1149         procedure is not considered a dispatching call and will be expanded
1150         properly.
1152 2006-02-13  Javier Miranda  <miranda@adacore.com>
1154         * exp_disp.ads, exp_disp.adb (Expand_Dispatching_Call): If the
1155         controlling argument of the dispatching call is an abstract interface
1156         class-wide type then we use it directly.
1157         Check No_Dispatching_Calls restriction.
1158         (Default_Prim_Op_Position): Remove the code that looks for the last
1159         entity in the list of aliased subprograms. This code was wrong in
1160         case of renamings.
1161         (Fill_DT_Entry): Add assertion to avoid the use of this subprogram
1162         when the source is compiled with the No_Dispatching_Calls restriction.
1163         (Init_Predefined_Interface_Primitives): No need to inherit primitives
1164         if we are compiling with restriction No_Dispatching_Calls.
1165         (Make_Disp_XXX): Addition of assertion to avoid the use of all these
1166         subprograms if we are compiling under No_Dispatching_Calls restriction.
1167         (Make_DT): Generate a dispatch table with a single dummy entry if
1168         we are compiling with the No_Dispatching_Calls restriction. In
1169         addition, in this case we don't generate code that calls to the
1170         following run-time subprograms: Set_Type_Kind, Inherit_DT.
1171         (Make_Select_Specific_Data_Table): Add assertion to avoid the use
1172         of this subprogram if compiling with the No_Dispatching_Calls
1173         restriction.
1174         (Expand_Type_Conversion): Instead of using the actual parameter,
1175         the argument passed as parameter to the conversion function was
1176         erroneously referenced by the expander.
1177         (Ada_Actions): Addition of Get_Predefined_Prim_Op_Address,
1178         Set_Predefined_Primitive_Op_Address and Set_Signature.
1179         (Expand_Dispatching_Call): Generate call to
1180         Get_Predefined_Prim_Op_Address for predefined primitives.
1181         (Fill_DT_Entry): Generate call to Set_Predefined_Prim_Op_Address for
1182         predefined primitives.
1183         (Make_DT, Make_Secondary_DT): If the tagged type has no user defined
1184         primitives we reserve one dummy entry to ensure that the tag does not
1185         point to some memory that is associated with some other object. In
1186         addition, remove all the old code that generated the assignments
1187         associated with the signature of the dispatch table and replace them
1188         by a call to the new subprogram Set_Signature.
1189         (Set_All_DT_Position): Change the algorithm because now we have a
1190         separate dispatch table associated with predefined primitive operations.
1191         (Expand_Interface_Conversion): In case of non-static offset_to_top
1192         add explicit dereference to get access to the object after the call
1193         to displace the pointer to the object.
1194         (Expand_Interface_Thunk): Modify the generation of the actual used
1195         in the calls to the run-time function Offset_To_Top to fulfil its
1196         new interface.
1197         (Make_DT): Add the new actuals required to call Set_Offset_To_Top.
1199 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1201         * exp_dist.adb (Copy_Specification): For access parameters, copy
1202         Null_Exclusion flag, which will have been set for stream subprograms
1203         in Ada2005 mode.
1205 2006-02-13  Pascal Obry  <obry@adacore.com>
1207         * expect.c (__gnat_expect_portable_execvp): New implementation. The
1208         previous implementation was using the C runtime spawnve routine but
1209         the corresponding wait was using directly the Win32 API. This was
1210         causing some times a lock when waiting for an event using
1211         WaitForSingleObject in __gnat_waitpid. This new implementation uses
1212         the Win32 CreateProcess routine. Avoiding mixing C runtime and Win32
1213         API fixes this problem.
1215 2006-02-13  Robert Dewar  <dewar@adacore.com>
1217         * exp_intr.adb (Expand_Unc_Deallocation): Correct error of bad analyze
1218         call.
1220 2006-02-13  Thomas Quinot  <quinot@adacore.com>
1222         * exp_pakd.ads: Fix typos in comments.
1224         * exp_pakd.adb (Convert_To_PAT_Type): For the case of a bit packed
1225         array reference that is an explicit dereference, mark the converted
1226         (packed) array reference as analyzed to prevent a forthcoming
1227         reanalysis from resetting its type to the original (non-packed) array
1228         type.
1230 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1231             Javier Miranda  <miranda@adacore.com>
1232             Eric Botcazou  <ebotcazou@adacore.com>
1234         * exp_util.ads, exp_util.adb (Find_Prim_Op,
1235         Is_Predefined_Primitive_Operation): When
1236         searching for the predefined equality operator, verify that operands
1237         have the same type.
1238         (Is_Predefined_Dispatching_Operation): Remove the code that looks
1239         for the last entity in the list of aliased subprograms. This code
1240         was wrong in case of renamings.
1241         (Set_Renamed_Subprogram): New procedure
1242         (Remove_Side_Effects): Replace calls to Etype (Exp) with use of the
1243         Exp_Type constant computed when entering this subprogram.
1244         (Known_Null): New function
1245         (OK_To_Do_Constant_Replacement): New function
1246         (Known_Non_Null): Check scope before believing Is_Known_Non_Null flag
1247         (Side_Effect_Free): An attribute reference 'Input is not free of
1248         side effect, unlike other attributes that are functions. (from code
1249         reading).
1250         (Remove_Side_Effects): Expressions that involve packed arrays or records
1251         are copied at the point of reference, and therefore must be marked as
1252         renamings of objects.
1253         (Is_Predefined_Dispatching_Operation): Return false if the operation is
1254         not a dispatching operation.
1256         PR ada/18819
1257         (Remove_Side_Effects): Lift enclosing type conversion nodes for
1258         elementary types in all cases.
1260 2006-02-13  Javier Miranda  <miranda@adacore.com>
1262         * freeze.adb (Freeze_Entity): Handle subtypes of protected types and
1263         task types when accessing to the corresponding record type.
1264         Remove '!' in warning message.
1266 2006-02-13  Olivier Hainque  <hainque@adacore.com>
1268         * g-altive.ads (VECTOR_ALIGNMENT): Set to Min (16, Max_Alignment),
1269         to avoid useless and space inefficient overalignments on targets where
1270         Max_Alignment is larger than 16.
1272 2006-02-13  Pascal Obry  <obry@adacore.com>
1274         * g-catiio.adb (Sec_Number): New type used to compute the number of
1275         seconds since 1-1-1970.
1276         (Image) [Natural]: The parameter was an Integer, as we can't deal with
1277         negative numbers (years, months...) it is better to have a Natural here.
1278         Code clean-up.
1279         (Image) [Number]: Change parameter from Long_Integer to Number.
1280         (Image): Use Number type to compute the seconds since 1-1-1970 to fix an
1281         overflow for dates past year 2038.
1283 2006-02-13  Matthew Heaney  <heaney@adacore.com>
1285         *  g-dyntab.adb (Index_Of): conversion from Natural can no longer raise
1286         Constraint_Error.
1288 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
1290         * gnatbind.adb (Scan_Bind_Arg): Replace error by warning on -M and
1291         native platforms.
1292         (Gnatbind): Do not call Exit_Program (E_Success) at the end, so that
1293         finalization can occur normally.
1295 2006-02-13  Vincent Celier  <celier@adacore.com>
1297         * gnatcmd.adb (Rules_Switches): New table
1298         (Add_To_Rules_Switches): New procedure
1299         (GNATCmd): For command CHECK, put all options following "-rules" in the
1300         Rules_Switches table. Append these -rules switches after the -cargs
1301         switches.
1303 2006-02-13  Robert Dewar  <dewar@adacore.com>
1305         * g-spipat.adb (Image, case PC_Assign_Imm and case PC_Assign_OnM):
1306         These two cases were generating incorrect output, and if this unit
1307         was built with checks on, generated a discriminant mismatch constraint
1308         error.
1310 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1311             Robert Dewar  <dewar@adacore.com>
1313         * lib-xref.adb (Get_Type_Reference): For a private type whose full
1314         view is an array type, indicate the component type as well, for
1315         navigation purposes.
1316         (Generate_Reference): Don't consider array ref on LHS to be a case
1317         of violating pragma Unreferenced.
1318         Do not give Ada 2005 warning except on real reference.
1320 2006-02-13  Vincent Celier  <celier@adacore.com>
1322         * make.adb (Collect_Arguments_And_Compile): For VMS, when compiling the
1323         main source, add switch -mdebug-main=_ada_ so that the executable can
1324         be debugged by the standard VMS debugger.
1325         (Gnatmake): Set No_Main_Subprogram to True when there is no main
1326         subprogram, to avoid issuing -mdebug-main=_ada_ for VMS uselessly.
1327         Exit the Multi_Main_Loop when Unique_Compile is True after compilation
1328         of the last source, as the binding and linking phases are never
1329         performed.
1330         Set all executable obsolete when rebuilding a library.
1332         * makeutl.adb (Linker_Options_Switches): Do not process empty linker
1333         options.
1335 2006-02-13  Javier Miranda  <miranda@adacore.com>
1337         PR ada/23973
1339         * par-ch3.adb (P_Derived_Type_Def_Or_Private_Ext_Decl): Reorganize the
1340         code to improve the error message reported when the program has
1341         declarations of abstract interface types and it is not compiled with
1342         the -gnat05 switch.
1343         (P_Access_Definition): Reorganize the code to improve the error
1344         message reported when the new Ada 2005 syntax for anonymous
1345         access types is used and the program is not compiled with the
1346         -gnat05 switch.
1348 2006-02-13  Robert Dewar  <dewar@adacore.com>
1350         * par-ch6.adb, style.ads, styleg.adb, styleg.ads, stylesw.adb,
1351         stylesw.ads, usage.adb, vms_data.ads: Implement -gnatyI switch
1352         (MODE_IN)
1354 2006-02-13  Javier Miranda  <miranda@adacore.com>
1356         * par-endh.adb (Explicit_Start_Label): Add code to protect the parser
1357         against source containing syntax errors.
1359 2006-02-13  Vincent Celier  <celier@adacore.com>
1361         * prj.adb (Reset): Initialize the first element of table Namings with
1362         the standard naming data.
1364 2006-02-13  Vincent Celier  <celier@adacore.com>
1366         * prj.ads (Error_Warning): New enumeration type
1368         * prj-nmsc.ads, prj-nmsc.adb (Error_Msg): If location parameter is
1369         unknown, use the location of the project to report the error.
1370         (When_No_Sources): New global variable
1371         (Report_No_Ada_Sources): New procedure
1372         (Check): New parameter When_No_Sources. Set value of global variable
1373         When_No_Sources,
1374         (Find_Sources): Call Report_No_Ada_Sources when appropriate
1375         (Get_Sources_From_File): Ditto
1376         (Warn_If_Not_Sources): Better warning messages indicating the unit name
1377         and the file name.
1379         * prj-pars.ads, prj-pars.adb (Parse): New parameter When_No_Sources.
1380         Call Prj.Proc.Process with parameter When_No_Sources.
1382         * prj-proc.ads, prj-proc.adb (Check): New parameter When_No_Sources.
1383         Call Recursive_Check with parameter When_No_Sources.
1384         (Recursive_Check): New parameter When_No_Sources. Call itself and
1385         Prj.Nmsc.Check with parameter When_No_Sources.
1386         (Process): New parameter When_No_Sources. Call Check with parameter
1387         When_No_Sources.
1388         (Copy_Package_Declarations): New procedure to copy renamed parameters
1389         and setting the location of the declared attributes to the location
1390         of the renamed package.
1391         (Process_Declarative_Items): Call Copy_Package_Declarations for renamed
1392         packages.
1394 2006-02-13  Vincent Celier  <celier@adacore.com>
1396         * prj-makr.adb (Make): Preserve the comments from the original project
1397         file.
1398         When removing nodes (attributes Source_Dirs, Source_Files,
1399         Source_List_File and package Naming), save the comments and attach the
1400         saved comments to the newly created nodes.
1401         Do not add a with clause for the naming package if one already exists.
1403 2006-02-13  Javier Miranda  <miranda@adacore.com>
1404             Gary Dismukes  <dismukes@adacore.com>
1405             Robert Dewar  <dewar@adacore.com>
1407         * restrict.ads (No_Dispatching_Calls): New GNAT restriction.
1409         * sem_disp.adb (Override_Dispatching_Operation): Traverse the list of
1410         aliased entities to look for the overriden abstract interface
1411         subprogram.
1412         (Is_Interface_Subprogram): Complete documentation.
1413         (Check_Dispatching_Operation): Do not generate code to register the
1414         operation in the dispatch table if the source is compiled with
1415         restriction No_Dispatching_Calls.
1416         (Override_Dispatching_Operation): Check for illegal attempt to override
1417         No_Return procedure with procedure that is not No_Return
1418         (Check_Dispatching_Call): Suppress the check for an abstract operation
1419         when the original node of an actual is a tag-indeterminate attribute
1420         call, since the attribute, which must be 'Input, can never be abstract.
1421         (Is_Tag_Indeterminate): Handle checking of tag indeterminacy of a
1422         call to the Input attribute (even when rewritten).
1423         (Propagate_Tag): Augment comment to indicate the possibility of a call
1424         to an Input attribute.
1426         * sem_disp.ads (Override_Dispatching_Operation): Moved to spec to allow
1427         calling it from Exp_Ch3.Make_Controlling_Function_Wrappers.
1429         * s-rident.ads: (No_Dispatching_Calls): New GNAT restriction.
1430         No_Wide_Characters is no longer partition-wide
1431         No_Implementation_Attributes/Pragmas are now Ada 2005 (AI-257)
1432         rather than GNAT
1434 2006-02-13  Douglas Rupp  <rupp@adacore.com>
1436         * s-auxdec-vms_64.ads (Short_Address): Wrap it in a type.
1438 2006-02-13  Javier Miranda  <miranda@adacore.com>
1440         * sem_aggr.adb (Resolve_Record_Aggregate): Restructure the code that
1441         handles default-initialized components to keep separate the management
1442         of this feature but also avoid the unrequired resolution and
1443         expansion of components that do not have partially initialized
1444         values.
1445         (Collect_Aggr_Bounds): Add '\' in 2-line warning message.
1446         (Check_Bounds): Likewise.
1447         (Check_Length): Likewise.
1449 2006-02-13  Javier Miranda  <miranda@adacore.com>
1450             Ed Schonberg  <schonberg@adacore.com>
1452         * sem_attr.adb (Analyze_Attribute): In case of 'Class applied to an
1453         abstract interface type call analyze_and_resolve to expand the type
1454         conversion into the corresponding displacement of the
1455         reference to the base of the object.
1456         (Eval_Attribute, case Width): For systems where IEEE extended precision
1457         is supported, the maximum exponent occupies 4 decimal digits.
1458         (Accessibility_Message): Add '\' in 2-line warning message.
1459         (Resolve_Attribute): Likewise.
1460         (case Attribute_Access): Significantly revise checks
1461         for illegal access-to-subprogram Access attributes to properly enforce
1462         the rules of 3.10.2(32/2).
1463         Diagnose use of current instance with an illegal attribute.
1465         * sem_util.ads, sem_util.adb (Enclosing_Generic_Body): Change formal
1466         to a Node_Id.
1467         (Enclosing_Generic_Unit): New function to return a node's innermost
1468         enclosing generic declaration node.
1469         (Compile_Time_Constraint_Error): Remove '!' in warning messages.
1470         (Type_Access_Level): The accessibility level of anonymous acccess types
1471         associated with discriminants is that of the current instance of the
1472         type, and that's deeper than the type itself (AARM 3.10.2 (12.3.21)).
1473         (Compile_Time_Constraint_Error): Handle case of conditional expression.
1474         (Kill_Current_Values_For_Entity): New function
1475         (Enter_Name): Change formal type to Entity_Id
1477 2006-02-13  Hristian Kirtchev  <kirtchev@adacore.com>
1478             Ed Schonberg  <schonberg@adacore.com>
1479             Gary Dismukes  <dismukes@adacore.com>
1481         * sem_ch10.adb (Check_Redundant_Withs): New procedure in
1482         Analyze_Compilation_Unit.
1483         Detect and warn on redundant with clauses detected in a package spec
1484         and/or body when -gnatwr is used.
1485         (Analyze_Context): Analyze config pragmas before other items
1486         (Install_Context_Items): Don't analyze config pragmas here
1487         (Install_Limited_Withed_Unit): Set limited entity of package in
1488         with_clause so that cross-reference information or warning messages on
1489         unused packages can be properly generated
1490         (Is_Visible_Through_Renamings): Return false if the limited_with_clause
1491         has Error_Posted set. Prevent infinite loops in illegal programs.
1492         (Check_Private_Child_Unit): Move test for a nonprivate with clause down
1493         to the point of the error test requiring the current unit to be private.
1494         This ensures that private with clauses are not exempted from the basic
1495         checking for being a descendant of the same library unit parent as a
1496         withed private descendant unit.
1497         (Check_Private_Limited_Withed_Unit): Revise the checking algorithm to
1498         handle private with clauses properly, as well as to account for cases
1499         where the withed unit is a public descendant of a private ancestor
1500         (in which case the current unit must be a descendant of the private
1501         ancestor's parent). The spec comments were updated accordingly. Also,
1502         the old error message in this subprogram was replaced with error
1503         messages that mirror the errors tested and reported by
1504         Check_Private_Child_Unit.
1505         Parameter and variable names improved for readability.
1506         (Install_Limited_Context_Clauses): Remove test for a withed unit being
1507         private as the precondition for calling
1508         Check_Private_Limited_Withed_Unit since that subprogram has been
1509         revised to test public units as well as private units.
1511 2006-02-13  Thomas Quinot  <quinot@adacore.com>
1512             Robert Dewar  <dewar@adacore.com>
1513             Ed Schonberg  <schonberg@adacore.com>
1514             Javier Miranda  <miranda@adacore.com>
1516         * sem_ch12.adb (Inline_Instance_Body): Remove erroneous assumption
1517         that Scope_Stack.First = 1.
1518         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
1519         were not always properly handled previously.
1520         (Formal_Entity): Complete rewrite, to handle properly some complex case
1521         with multiple levels of parametrization by formal packages.
1522         (Analyze_Formal_Derived_Type): Propagate Ada 2005 "limited" indicator
1523         to the corresponding derived type declaration for proper semantics.
1525         * sem_prag.adb (Analyze_Pragma): Remove '!' in warning message.
1526         (Check_Component): Enforce restriction on components of
1527         unchecked_unions: a component in a variant cannot contain tasks or
1528         controlled types.
1529         (Unchecked_Union): Allow nested variants and multiple discriminants, to
1530         conform to AI-216.
1531         Add pragma Ada_2005 (synonym for Ada_05)
1532         Properly handle Ada_Version_Explicit and Ada_Version_Config, which
1533         were not always properly handled previously.
1534         Document that pragma Propagate_Exceptions has no effect
1535         (Analyze_Pragma, case Pure): Set new flag Has_Pragma_Pure
1536         (Set_Convention_From_Pragma): Check that if a convention is
1537         specified for a dispatching operation, then it must be
1538         consistent with the existing convention for the operation.
1539         (CPP_Class): Because of the C++ ABI compatibility, the programmer is no
1540         longer required to specify an vtable-ptr component in the record. For
1541         compatibility reasons we leave the support for the previous definition.
1542         (Analyze_Pragma, case No_Return): Allow multiple arguments
1544         * sem_ch3.ads, sem_ch3.adb (Check_Abstract_Overriding): Flag a
1545         non-overrideen inherited operation with a controlling result as
1546         illegal only its implicit declaration comes from the derived type
1547         declaration of its result's type.
1548         (Check_Possible_Deferred_Completion): Relocate the object definition
1549         node of the subtype indication of a deferred constant completion rather
1550         than directly analyzing it. The analysis of the generated subtype will
1551         correctly decorate the GNAT tree.
1552         (Record_Type_Declaration): Check whether this is a declaration for a
1553         limited derived record before analyzing components.
1554         (Analyze_Component_Declaration): Diagnose record types  not explicitly
1555         declared limited when a component has a limited type.
1556         (Build_Derived_Record_Type): Code reorganization to check if some of
1557         the inherited subprograms of a tagged type cover interface primitives.
1558         This check was missing in case of a full-type associated with a private
1559         type declaration.
1560         (Constant_Redeclaration): Check that the subtypes of the partial and the
1561         full view of a constrained deferred constant statically match.
1562         (Mentions_T): A reference to the current type in an anonymous access
1563         component declaration  must be an entity name.
1564         (Make_Incomplete_Type_Declaration): If type is tagged, set type of
1565         class_wide type to refer to full type, not to the incomplete one.
1566         (Add_Interface_Tag_Components): Do nothing if RE_Interface_Tag is not
1567         available. Required to give support to the certified run-time.
1568         (Analyze_Component_Declaration): In case of anonymous access components
1569         perform missing checks for AARM 3.9.2(9) and 3.10.2 (12.2).
1570         (Process_Discriminants): For an access discriminant, use the
1571         discriminant specification as the associated_node_for_itype, to
1572         simplify accessibility checks.
1574 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1575             Javier Miranda  <miranda@adacore.com>
1577         * sem_ch4.adb (Remove_Abstract_Interpretations): Even if there are no
1578         abstract interpretations on an operator, remove interpretations that
1579         yield Address or a type derived from it, if one of the operands is an
1580         integer literal.
1581         (Try_Object_Operation.Try_Primitive_Operation,
1582         Try_Object_Operation.Try_Class_Wide_Operation): Set proper source
1583         location when creating the new reference to a primitive or class-wide
1584         operation as a part of rewriting a subprogram call.
1585         (Try_Primitive_Operations): If context requires a function, collect all
1586         interpretations after the first match, because there may be primitive
1587         operations of the same type with the same profile and different return
1588         types. From code reading.
1589         (Try_Primitive_Operation): Use the node kind to choose the proper
1590         operation when a function and a procedure have the same parameter
1591         profile.
1592         (Complete_Object_Operation): If formal is an access parameter and prefix
1593         is an object, rewrite as an Access reference, to match signature of
1594         primitive operation.
1595         (Find_Equality_Type, Find_One_Interp): Handle properly equality given
1596         by an expanded name with prefix Standard, when the operands are of an
1597         anonymous access type.
1598         (Remove_Abstract_Operations): If the operation is abstract because it is
1599         inherited by a user-defined type derived from Address, remove it as
1600         well from the set of candidate interpretations of an overloaded node.
1601         (Analyze_Membership_Op): Membership test not applicable to cpp-class
1602         types.
1604 2006-02-13  Bob Duff  <duff@adacore.com>
1606         * sem_ch8.adb (Note_Redundant_Use): Suppress unhelpful warning about
1607         redundant use clauses.
1608         In particular, if the scope of two use clauses overlaps, but one is not
1609         entirely included in the other, we should not warn.  This can happen
1610         with nested packages.
1611         (Analyze_Subprogram_Renaming): Protect the compiler against previously
1612         reported errors. The bug was reported when the compiler was built
1613         with assertions enabled.
1614         (Find_Type): If the node is a 'Class reference and the prefix is a
1615         synchronized type without a corresponding record, return the type
1616         itself.
1618 2006-02-13  Javier Miranda  <miranda@adacore.com>
1620         * sem_ch9.adb (Analyze_Protected_Type, Analyze_Task_Type): Check that
1621         if this is the full-declaration associated with a private declaration
1622         that implement interfaces, then the private type declaration must be
1623         limited.
1624         (Analyze_Single_Protected, Analyze_Single_Task): Do not mark the object
1625         as aliased. The use of the 'access attribute is not available for such
1626         object (for this purpose the object should be explicitly marked as
1627         aliased, but being an anonymous type this is not possible).
1629 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1630             Robert Dewar  <dewar@adacore.com>
1632         * sem_elab.adb (Same_Elaboration_Scope): A package that is a
1633         compilation unit is an elaboration scope.
1634         (Add_Task_Proc): Add '\' in 2-line warning message.
1635         (Activate_All_Desirable): Deal with case of unit with'ed by parent
1637 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1638             Javier Miranda  <miranda@adacore.com>
1640         * sem_type.adb (Write_Overloads): Improve display of candidate
1641         interpretations.
1642         (Add_One_Interp): Do not add to the list of interpretations aliased
1643         entities corresponding with an abstract interface type that is an
1644         immediate ancestor of a tagged type; otherwise we have a dummy
1645         conflict between this entity and the aliased entity.
1646         (Disambiguate): The predefined equality on universal_access is not
1647         usable if there is a user-defined equality with the proper signature,
1648         declared in the same declarative part as the designated type.
1649         (Find_Unique_Type): The universal_access equality operator defined under
1650         AI-230 does not cover pool specific access types.
1651         (Covers): If one of the types is a generic actual subtype, check whether
1652         it matches the partial view of the other type.
1654 2006-02-13  Thomas Quinot  <quinot@adacore.com>
1656         * sinput-d.adb (Write_Line): Update the Source_Index_Table after each
1657         line. This is necessary to allow In_Extended_Main_Unit to provide
1658         correct results for itypes while writing out expanded source.
1659         (Close_File): No need to update the source_index_table here since it's
1660         now done for each line.
1662 2006-02-13  Ed Schonberg  <schonberg@adacore.com>
1663             Robert Dewar  <dewar@adacore.com>
1665         * sprint.adb (Write_Itype): Preserve Sloc of declaration, if any, to
1666         preserve the source unit where the itype is declared, and prevent a
1667         backend abort.
1668         (Note_Implicit_Run_Time_Call): New procedure
1669         (Write_Itype): Handle missing cases (E_Class_Wide_Type and
1670         E_Subprogram_Type)
1672         * sprint.ads: Document use of $ for implicit run time routine call
1674 2006-02-13  Quentin Ochem  <ochem@adacore.com>
1676         * s-stausa.adb (Initialize_Analyzer): fixed error in assignment of
1677         task name.
1679 2006-02-13  Bob Duff  <duff@adacore.com>
1681         * s-valint.adb (Scan_Integer): Call Scan_Raw_Unsigned instead of
1682         Scan_Unsigned, so we do not scan leading blanks and sign twice.
1683         Integer'Value("- 5") and Integer'Value("-+5") now correctly
1684         raise Constraint_Error.
1686         * s-vallli.adb (Scan_Long_Long_Integer): Call
1687         Scan_Raw_Long_Long_Unsigned instead of Scan_Long_Long_Unsigned, so we
1688         do not scan leading blanks and sign twice.
1689         Integer'Value("- 5") and Integer'Value("-+5") now correctly
1690         raise Constraint_Error.
1692         * s-valllu.ads, s-valllu.adb (Scan_Raw_Long_Long_Unsigned,
1693         Scan_Long_Long_Unsigned): Split out most of the processing from
1694         Scan_Long_Long_Unsigned out into
1695         Scan_Raw_Long_Long_Unsigned, so that Val_LLI can call the Raw_ version.
1696         This prevents scanning leading blanks and sign twice.
1697         Also fixed a bug: Modular'Value("-0") should raise Constraint_Error
1698         See RM-3.5(44).
1700         * s-valuns.ads, s-valuns.adb (Scan_Raw_Unsigned, Scan_Unsigned): Split
1701         out most of the processing from Scan_Unsigned out into
1702         Scan_Raw_Unsigned, so that Val_LLI can call the Raw_ version.
1703         This prevents scanning leading blanks and sign twice.
1705         * s-valuti.ads, s-valuti.adb (Scan_Plus_Sign): Add Scan_Plus_Sign, for
1706         use with Modular'Value attribute.
1707         (Scan_Plus_Sign): Add Scan_Plus_Sign, for use with Modular'Value
1708         attribute.
1710 2006-02-13  Robert Dewar  <dewar@adacore.com>
1712         * s-wchjis.adb (JIS_To_EUC): Raise Constraint_Error for invalid value
1714 2006-02-13  Eric Botcazou  <ebotcazou@adacore.com>
1716         * tracebak.c (PPC AIX/Darwin): Define FORCE_CALL to 1.
1717         (PPC VxWorks): Likewise.
1718         (Generic unwinder): Define FORCE_CALL to 0 if not already defined.
1719         (forced_callee): Make non-inlinable and non-pure.
1720         (__gnat_backtrace): Call forced_callee if FORCE_CALL is set to 1.
1722 2006-02-13  Arnaud Charlet  <charlet@adacore.com>
1723             Ben Brosgol  <brosgol@adacore.com>
1724             Robert Dewar  <dewar@adacore.com>
1726         * gnat_rm.texi, gnat_ugn.texi: Remove limitations with sparc m64
1727         support.
1728         Document that gnatbind -M option is for cross environments only.
1729         Added description of using gnatmem to trace gnat rtl allocs and deallocs
1730         Add note on use of $ to label implicit run time calls
1731         Add documentation for -gnatyI (check mode IN)
1732         Updated chapter on compatibility with HP Ada
1733         VMS-oriented edits.
1734         Ran spell and corrected errors
1735         Add documentation for gnatbind -d and rework documentation of -D
1736         at the same time.
1737         Add subprogram/data elimination section.
1738         Minor editing of annex A.
1739         Add section for gnatcheck.
1740         Add documentation for restriction No_Dispatching_Calls
1741         Add documentation for pragma Ada_2005
1742         Remove mention of obsolete pragma Propagate_Exceptions
1743         Document that pragma Unreferenced can appear after DO in ACCEPT
1744         Clarify Pure_Function for library level units
1745         Mention Max/Min in connection with No_Implicit_Conditionals
1746         No_Wide_Characters restriction is no longer partition-wide
1747         Add a nice example for Universal_Literal_String attribute
1748         Document that pragma No_Return can take multiple arguments
1750         * ug_words: Added entry for gnatcheck
1752         * g-ctrl_c.ads (Install_Handler): Enhance comments
1754         * g-os_lib.ads: Add comments to OS_Exit that it is abrupt termination
1756         * g-trasym.ads: Add documentation on how to do off line symbolic
1757         traceback computation.
1759         * s-fatgen.adb: Add comments for Unaligned_Valid
1761         * stand.ads: Fix typo in comment
1763 2006-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1765         * Make-lang.in (check-gnat): Run run_acats with $(SHELL).
1767 2006-02-06  Roger Sayle  <roger@eyesopen.com>
1769         * decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
1771 2006-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1773         PR target/25926
1774         * initialize.c (__gnat_initialize): Provide HP-UX 10 host and target
1775         implementation that calls __main.
1777 2006-01-25  Peter O'Gorman  <peter@pogma.com>
1779         PR bootstrap/25859
1780         * Makefile.in (GCC_LINK): Remove quotes.
1781         (tools targets): Link with either $(GNATLINK) --GCC="$(GCC_LINK)"
1782         or $(GCC_LINK).
1784         (powerpc-darwin): Pass -shared-libgcc when building shared library.
1786 2006-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1788         PR ada/24533
1789         * s-osinte-linux-hppa.ads: Reduce alignment of atomic_lock_t to 8.
1791 2005-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1793         * s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.
1795 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
1797         * Makefile.in: Remove dummy setting of GCC_FOR_TARGET, no longer
1798         needed.
1800 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
1802         * Make-lang.in: Update dependencies
1804 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
1806         * Make-lang.in: Add rule for ada/exp_sel.o
1808 2005-12-12  Arnaud Charlet  <charlet@adacore.com>
1810         * Makefile.in (mingw section): Remove EH_MECHANISM setting.
1812 2005-12-09  Arnaud Charlet  <charlet@adacore.com>
1814         * gnatvsn.ads (Library_Version): Bump to version 4.2
1815         (ASIS_Version_Number): Bumped.
1817 2005-12-09  Doug Rupp  <rupp@adacore.com>
1819         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb (Is_Interface): Change
1820         Ada bind file prefix on VMS from b$ to b__.
1821         (Build_Dynamic_Library): Change Init file suffix on VMS from $init to
1822         __init.
1824         * prj-nmsc.adb: Change some Hostparm.OpenVMS checks to
1825         Targparm.OpenVMS_On_Target.
1826         (Object_Suffix): Initialize with target object suffix.
1827         (Get_Unit): Change Ada bind file prefix on VMS from b$ to b__.
1829         * butil.adb: Change some Hostparm.OpenVMS checks to
1830         Targparm.OpenVMS_On_Target.
1832         * clean.adb: Change some Hostparm.OpenVMS checks to
1833         Targparm.OpenVMS_On_Target.
1834         (Object_Suffix): Initialize with call to Get_Target_Object_Suffix.
1835         ({declaraction},Delete_Binder_Generated_Files,{initialization}): Change
1836         Ada bind file prefix on VMS from b$ to b__.
1838         * gnatlink.adb (Process_Args): Call Add_Src_Search_Dir for -I in
1839         --GCC so that Get_Target_Parameters can find system.ads.
1840         (Gnatlink): Call Get_Target_Parameters in mainline.
1841         Initialize standard packages for Targparm.
1842         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
1843         (Process_Args): Also Check for object files with target object
1844         extension.
1845         (Make_Binder_File_Names): Create with target object extension.
1846         (Make_Binder_File_Names): Change Ada bind file prefix on VMS from b$
1847         to b__.
1849         * mlib-prj.adb: Change some Hostparm.OpenVMS checks to
1850         Targparm.OpenVMS_On_Target.
1851         ({declaration},Build_Library,Check_Library): Change Ada bind file
1852         prefix on VMS from b$ to b__.
1854         * osint-b.adb: Change some Hostparm.OpenVMS checks to
1855         Targparm.OpenVMS_On_Target.
1856         (Create_Binder_Output): Change Ada bind file prefix on VMS from b$ to
1857         b__.
1859         * targext.c: New file.
1861         * Makefile.in: add support for vxworks653 builds
1862         (../../vxaddr2line): gnatlink with targext.o.
1863         (TOOLS_LIBS): Move targext.o to precede libgnat.
1864         (init.o, initialize.o): Minor clean up in dependencies.
1865         (GNATLINK_OBJS): Add targparm.o, snames.o
1866         Add rules fo building targext.o and linking it explicitly with all
1867         tools.
1868         Also add targext.o to gnatlib.
1870         * Make-lang.in: Add rules for building targext.o and linking it in
1871         with gnat1 and gnatbind.
1872         Add entry for exp_sel.o.
1874         * osint.adb Change some Hostparm.OpenVMS checks to
1875         Targparm.OpenVMS_On_Target.
1876         (Object_File_Name): Use target object suffix.
1878         * osint.ads (Object_Suffix): Remove, no longer used.
1879         (Target_Object_Suffix): Initialize with target object suffix.
1881         * rident.ads: Add special exception to license.
1883         * targparm.adb (Get_Target_Parameters): Set the value of
1884         Multi_Unit_Index_Character after OpenVMS_On_Target gets its definitive
1885         value.
1886         (Get_Target_Parameters): Set OpenVMS_On_Target if openvms.
1887         
1888         * targparm.ads: Add special exception to license.
1890         * g-os_lib.ads, g-os_lib.adb (Get_Target_Debuggable_Suffix): New
1891         function.
1892         (Copy_File): Make sure from file is closed if error on to file
1893         (Get_Target_Executable_Suffix, Get_Target_Object_Suffix): New functions.
1895         * make.adb (Object_Suffix): Intialize with Get_Target_Object_Suffix.
1896         (Executable_Suffix): Intialize with Get_Target_Executable_Suffix.
1898         * osint-c.adb (Set_Output_Object_File_Name): Initialize extension with
1899         target object suffix.
1901 2005-12-09  Jose Ruiz  <ruiz@adacore.com>
1902             Quentin Ochem  <ochem@adacore.com>
1903             Florian Villoing  <villoing@adacore.com>
1905         * a-taster.ads, a-taster.adb: New files.
1907         * a-elchha.adb (Last_Chance_Handler): Change the task termination soft
1908         link to the version that does nothing. This way the task termination
1909         routine is not executed twice for the environment task when finishing
1910         because of an unhandled exception.
1912         * a-exextr.adb (Notify_Unhandled_Exception): Call the task termination
1913         handler because of an unhandled exception.
1915         * a-taside.adb (Abort_Tasks): Call the Abort_Tasks procedure from
1916         System.Tasking.Utilities instead of that in System.Tasking.Stages.
1918         * s-finimp.adb (initialization code): Modify the soft link for the
1919         finalization of the global list instead of Adafinal.
1921         * s-soflin.ads, s-soflin.adb (Task_Termination_NT): Add this
1922         non-tasking version of the soft link for task termination. We do
1923         nothing since if we are using the non-tasking version it
1924         means that the task termination functionality is not used.
1925         (Null_Finalize_Global_List): Add this null version for the procedure
1926         in charge of finalizing the global list for controlled objects.
1927         (Null_Adafinal): Remove this procedure. Adafinal_NT has been created
1928         instead for handling run-time termination in a more flexible way.
1929         (Adafinal_NT): This new procedure will take care of finalizing the
1930         global list for controlled objects if needed, but no tasking
1931         finalization.
1933         * s-tarest.adb (Task_Lock): Do not try to lock again the
1934         Global_Task_Lock if we already own it. Otherwise, we get blocked in
1935         some run-time operations.
1936         (Task_Unlock): Do not try to actually unlock the Global_Task_Lock
1937         until all nested locks have been released.
1938         (Task_Wrapper): Call the fall-back task termination handler. It
1939         applies to all tasks but the environment task.
1940         (Finalize_Global_Tasks): Add the call for the task termination
1941         procedure for the environment task.
1942         (Task_Wrapper): suppress warnings around declaration of
1943         Secondary_Stack_Address.
1945         * s-tasini.adb (Final_Task_Unlock): Global_Task_Lock_Nesting has been
1946         moved to the Common_ATCB record.
1947         (Task_Lock): Global_Task_Lock_Nesting has been moved to the
1948         Common_ATCB record.
1949         (Task_Unlock): Global_Task_Lock_Nesting has been moved to the
1950         Common_ATCB record.
1952         * s-taskin.adb (Initialize_ATCB): Initialize Global_Task_Lock_Nesting,
1953         Fall_Back_Handler, and Specific_Handler.
1955         * s-taskin.ads (Cause_Of_Termination): Redefine this type here, already
1956         defined in Ada.Task_Termination, to avoid circular dependencies.
1957         (Termination_Handler): Redefine this type here, alredy defined in
1958         Ada.Task_Termination, for avoiding circular dependencies.
1959         (Common_ATCB): Add the Fall_Back_Handler and Specific_Handler required
1960         for storing task termination handlers. In addition,
1961         Global_Task_Lock_Nesting has been moved from Ada_Task_Control_Block to
1962         Common_ATCB because it is used by both the regular and the restricted
1963         run times.
1964         (Ada_Task_Control_Block): Move Global_Task_Lock_Nesting from here to
1965         Common_ATCB because it is used by both the regular and the restricted
1966         run times.
1967         (Common_ATCB): Added a dynamic task analyzer field.
1969         * s-tassta.adb (Abort_Tasks): Move the code in charge of checking
1970         potentially blocking operations to System.Tasking.Utilities.Abort_Tasks.
1971         (Task_Wrapper): Call the task termination handler. It applies to all
1972         tasks but the environment task.
1973         (Finalize_Global_Tasks): Call the task termination procedure for the
1974         environment task. The call to Finalize_Global_List is now performed
1975         using the soft links mechanism.
1976         (Task_Wrapper): added dynamic stack analysis.
1978         * s-tasuti.adb (Abort_Tasks): The code in charge of checking
1979         potentially blocking operations has been moved from
1980         System.Tasking.Stages.Abort_Tasks to this procedure. There can be
1981         direct calls to System.Tasking.Utilities.Abort_Tasks that do not pass
1982         through System.Tasking.Stages.Abort_Tasks, and we do not want to miss
1983         this run-time check.
1985         * s-solita.adb (Task_Termination_Handler_T): Add this task-safe version
1986         of task termination procedure.
1987         (Init_Tasking_Soft_Links): Install the task-safe version of the soft
1988         link for the task termination procedure.
1990         * bindusg.adb: (Bindusg): Added documentation for -u option.
1992         * bindgen.adb (Get_Main_Ada) Added handling of dynamic stack analysis.
1993         (Get_Main_C): Add handling of dynamic stack analysis.
1994         (Gen_Output_File_C): Add external functions for dynamic stack analysis.
1996         * Makefile.rtl: Add entry for a-taster (Ada.Task_Termination).
1997         (GNATRTL_NONTASKING_OBJS) Added entries for dynamic stack analysis
1998         (GNATRTL_NONTASKING_OBJS): Add AltiVec files.
2000         * opt.ads: Added flags used by dynamic stack measurement.
2001         (Max_Line_Length): Remove (not used anymore)
2003         * s-io.ads, s-io.adb (Standard_Error): new subprogram
2004         (Standart_Output): new subprogram
2005         (Set_Output): new subprogram
2006         (Put): now uses the value of Current_Out to know if the output has to be
2007         send to stderr or stdout.
2008         
2009         * s-stausa.ads: Complete implementation.
2011         * switch-b.adb: Added handling of -u switch for dynamic stack analysis.
2012         
2013         * impunit.adb (Non_Imp_File_Names_05): Add Ada.Task_Termination to the
2014         list of Ada 05 files.
2015         (GNAT Library Units): Add AltiVec files.
2017         * g-allein.ads, g-alleve.adb, g-alleve.ads, g-altcon.adb,
2018         g-altcon.ads, g-altive.ads, g-alveop.adb, g-alveop.ads
2019         g-alvety.ads, g-alvevi.ads: New files providing altivec API.
2021 2005-12-09  Nicolas Setton  <setton@adacore.com>
2023         * adaint.c (__gnat_locate_regular_file): Return immediately if
2024         file_name is empty.
2026 2005-12-09  Javier Miranda  <miranda@adacore.com>
2027             Hristian Kirtchev  <kirtchev@adacore.com>
2029         * a-tags.ads, a-tags.adb (Offset_To_Top): Moved from the package body
2030         to the specification because the frontend generates code that uses this
2031         subprogram.
2032         (Set_Interface_Table): Add missing assertion.
2033         Update documentation describing the run-time structure.
2034         (Displace): New subprogram that displaces the pointer to the object
2035         to reference one of its secondary dispatch tables.
2036         (IW_Membership): Modified to use the new table of interfaces.
2037         (Inherit_TSD): Modified to use the new table of interfaces.
2038         (Register_Interface_Tag): Use the additional formal to fill the
2039         contents of the new table of interfaces.
2040         (Set_Interface_Table): New subprogram that stores in the TSD the
2041         pointer to the table of interfaces.
2042         (Set_Offset_To_Top): Use the additional formal to save copy of
2043         the offset value in the table of interfaces.
2044         Update structure of GNAT Primary and Secondary dispatch table diagram.
2045         Add comment section on GNAT dispatch table prologue.
2046         (Offset_To_Signature): Update the constant value of the Signature field.
2047         (Dispatch_Table): Update comment on hidden fields in the prologue.
2048         (Get_Entry_Index, Get_Prim_Op_Kind, Get_Offset_Index, OSD,
2049         Set_Entry_Index, Set_Offset_Index, Set_Prim_Op_Kind, SSD, TSD): Change
2050         the type of formal parameter T to Tag, introduce additional assertions.
2051         (Get_Num_Prim_Ops, Set_Num_Prim_Ops): Remove an unnecessary type
2052         conversion.
2053         (Get_Tagged_Kind, Set_Tagged_Kind): New bodies.
2055         * exp_ch6.adb (Register_Interface_DT_Entry): Remove the Thunk_Id actual
2056         in all the calls to Expand_Interface_Thunk. Instead of referencing the
2057         record component containing the tag of the secondary dispatch table we
2058         have to use the Offset_To_Top run-time function to get this information;
2059         otherwise if the pointer to the base of the object has been displace
2060         we get a wrong value if we use the 'position attribute.
2062         * exp_disp.adb (Expand_Interface_Thunk): Remove the Thunk_Id actual in
2063         all the calls to Expand_Interface_Thunk.
2064         (Make_Secondary_DT): Secondary dispatch tables do not have a table of
2065         interfaces; hence the call to Set_Interface_Table was clearly wrong.
2066         (Collect_All_Interfaces): Modify the internal subprogram Collect to
2067         ensure that the interfaces implemented by the ancestors are placed
2068         at the header of the generated list.
2069         (Expand_Interface_Conversion): Handle the case in which the displacement
2070         associated with the interface conversion is not statically known. In
2071         this case we generate a call to the new run-time subprogram Displace.
2072         (Make_DT): Generate and fill the new table of interfaces.
2073         (Ada_Actions, Action_Is_Proc, Action_Nb_Arg): Add entries for
2074         Get_Tagged_Kind and Set_Tagged_Kind.
2075         (Tagged_Kind): New function that determines the tagged kind of a type
2076         with respect to limitedness and concurrency and returns a reference to
2077         RE_Tagged_Kind.
2078         (Make_Disp_Asynchronous_Select_Body, Make_Disp_Conditional_Select_Body,
2079         Make_Disp_Timed_Select_Body): Correctly retrieve the pointer to the
2080         primary dispatch table for a type.
2081         (Make_DT, Make_Secondary_DT): Set the tagged kind in the primary and
2082         secondary dispatch table respectively of a tagged type.
2084         * exp_disp.ads (Expand_Interface_Thunk): Remove Thunk_Id formal.
2085         (Expand_Interface_Conversion): New subprogram to indicate if the
2086         displacement of the type conversion is statically known.
2087         (DT_Access_Action): Add values Get_Tagged_Kind and Set_Tagged_Kind.
2089         * rtsfind.ads (RE_Offset_To_Top): New entity
2090         (RTU_Id): Add Ada_Task_Termination to the list so that it is made
2091         accessible to users.
2092         (Re_Displace): New entity
2093         (RE_Interface_Data): New entity
2094         (RE_Set_Interface_Data): New_Entity
2095         (RE_Id, RE_Unit_Table): Add entry for RE_Get_Tagged_Kind,
2096         Set_Tagged_Kind, RE_Tagged_Kind, RE_TK_Abstract_Limited_Tagged,
2097         RE_TK_Abstract_Tagged, RE_TK_Limited_Tagged, RE_TK_Protected,
2098         RE_TK_Tagged, RE_TK_Task.
2100         * exp_ch3.adb (Init_Secondary_Tags): Modify the subprogram
2101         Init_Secondary_Tags_Internal to allow its use with interface types and
2102         also to generate the code for the new additional actual required
2103         by Set_Offset_To_Top.
2104         (Build_Init_Statements): In case of components associated with abstract
2105         interface types there is no need to generate a call to its IP.
2106         (Freeze_Record_Type): Generate Select Specific Data tables only for
2107         concurrent types.
2108         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies): Generate
2109         the bodies and specifications of the predefined primitive operations
2110         dealing with dispatching selects and abort, 'Callable, 'Terminated only
2111         for concurrent types.
2113         * exp_sel.ads, exp_sel.adb: New files.
2115         * exp_ch9.adb (Build_Protected_Entry, Expand_N_Protected_Body,
2116         Expand_N_Protected_Type_Declaration, Make_Initialize_Protection): Handle
2117         properly protected objects and attach handler in the case of the
2118         restricted profile.
2119         Move embeded package Select_Expansion_Utilities into a separate external
2120         package.
2121         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Select,
2122         Expand_N_Timed_Entry_Call): Correct calls external package Exp_Sel.
2123         (Build_K, Build_S_Assignment): New subprograms, part of the select
2124         expansion utilities.
2125         (Expand_N_Asynchronous_Select, Expand_N_Conditional_Entry_Call,
2126         Expand_N_Timed_Entry_Call): Optimize expansion of select statements
2127         where the trigger is a dispatching procedure of a limited tagged type.
2129 2005-12-09  Olivier Hainque  <hainque@adacore.com>
2131         * decl.c (gnat_to_gnu_entity, renaming object case): Don't early expand
2132         pointer initialization values. Make a SAVE_EXPR instead. Add comments
2133         about the use and expansion of SAVE_EXPRs in the various possible
2134         renaming handling cases.
2135         (components_to_record, compare_field_bitpos): Sort by DECL_UID, not by
2136         abusing DECL_FCONTEXT.
2138 2005-12-09  Matthew Heaney  <heaney@adacore.com>
2140         * a-convec.adb (Merge): Added assertions to check whether vector params
2141         are sorted.
2143         * a-coinve.adb (Merge): Added assertions to check whether vector params
2144         are sorted.
2146         * a-cohama.ads (Cursor'Write): raises Program_Error per latest AI-302
2147         draft.
2148         (Cursor'Read): raises PE
2150         * a-cohama.adb (Insert.New_Node): Uses box-style syntax to init elem
2151         to its default value.
2153         * a-cihama.adb: Manually check whether cursor's key and elem are
2154         non-null
2156         * a-cidlli.ads, a-cidlli.adb (Splice): Changed param name and param mode
2157         (Merge): Assert that target and source lists are in order
2158         (Swap): Declare non-const temporaries, to pass to Splice
2160         * a-cdlili.ads: (Splice): Changed param name and param mode
2162         * a-cdlili.adb: (Splice): Changed param name and param mode
2163         (Merge): Assert that target and source lists are in order
2164         (Swap): Declare non-const temporaries, to pass to Splice
2166         * a-ciorma.ads, a-coorma.ads: (Read): declare Stream param as not null
2167         (Write): declare Stream param as not null
2169         * a-ciorma.adb, a-coorma.adb: All explicit raise statements now include
2170         an exception message.
2172 2005-12-09  Thomas Quinot  <quinot@adacore.com>
2173             Robert Dewar  <dewar@adacore.com>
2175         * hostparm.ads (Max_Line_Length): Set to Types.Column_Number'Last - 1,
2176         which is the absolute maximum length we can support.
2178         * frontend.adb: For the processing of configuration pragma files,
2179         remove references to Opt.Max_Line_Length, which is not checked anymore.
2181         * namet.ads (Name_Buffer): Adjust size to reflect increase on max line
2182         length.
2184         * scn.adb, scng.adb: 
2185         Always check line length against the absolute supported maximum,
2186         Hostparm.Max_Line_Length.
2188         * stylesw.adb (Set_Style_Check_Options, case M): The maximum supported
2189         value for the maximum line length is Max_Line_Length (not
2190         Column_Number'Last).
2191         Minor error msg update
2192         (Set_Style_Check_Options): New interface returning error msg
2193         Minor code reorganization (processing for 'M' was out of alpha order)
2195         * switch-c.adb: New interface for Set_Style_Check_Options
2197         * stylesw.ads (Set_Style_Check_Options): New interface returning error
2198         msg.
2200 2005-12-09  Javier Miranda  <miranda@adacore.com>
2202         * exp_aggr.adb (Build_Record_Aggr_Code): Default-initialialized records
2203         with IP subprogram were only supported if there were limited types.
2205         * sem_aggr.adb (Resolve_Record_Aggregate): Default-initialialized
2206         records with IP subprogram were only supported if there were limited
2207         types.
2209 2005-12-09  Olivier Hainque  <hainque@adacore.com>
2210             Eric Botcazou  <ebotcazou@adacore.com>
2212         * trans.c (tree_transform, emit_check): Adjust calls to
2213         build_call_raise, passing the now expected GNAT_NODE argument.
2215         * gigi.h (build_call_raise): Add a GNAT_NODE argument to convey better
2216         source line information than what the current global locus indicates
2217         when appropriate.
2219         * utils2.c (build_simple_component_ref): Return 0 if the offset of the
2220         field has overflowed.
2221         (build_call_raise): Add a GNAT_NODE argument to convey better source
2222         line information than what the current global locus indicates when
2223         appropriate.
2224         (build_component_ref): Adjust call to build_call_raise.
2226 2005-12-09  Pascal Obry  <obry@adacore.com>
2228         * g-diopit.adb (Find): Fix test to exit the iterator and make sure that
2229         the iterator is quitting iteration on parent directory.
2231 2005-12-09  Javier Miranda  <miranda@adacore.com>
2233         * exp_ch5.adb (Expand_N_Assignment_Statement): In case of tagged types
2234         and the assignment to a class-wide object, before the assignment we
2235         generate a run-time check to ensure that the tag of the Target is
2236         covered by the tag of the source.
2238 2005-12-09  Robert Dewar  <dewar@adacore.com>
2240         * exp_imgv.adb (Expand_Image_Attribute): Generate extra boolean
2241         parameter in call to Image_Wide_Character.
2243         * s-imgwch.ads, s-imgwch.adb (Image_Wide_Character): Add boolean
2244         parameter Ada_2005 to deal with annoying FFFE/FFFF inconsistency.
2245         (Image_Wide_Character): Add boolean parameter Ada_2005 to deal with
2246         annoying FFFE/FFFF inconsistency.
2248 2005-12-09  Robert Dewar  <dewar@adacore.com>
2249             Javier Miranda  <miranda@adacore.com>
2250             Ed Schonberg  <schonberg@adacore.com>
2252         * exp_util.ads, exp_util.adb (Is_Ref_To_Bit_Packed_Slice): Handle case
2253         of type conversion.
2254         (Find_Interface): New subprogram that given a tagged type and one of its
2255         component associated with the secondary table of an abstract interface
2256         type, return the entity associated with such abstract interface type.
2257         (Make_Subtype_From_Expr): If type has unknown discriminants, always use
2258         base type to create anonymous subtype, because entity may be a locally
2259         declared subtype or generic actual.
2260         (Find_Interface): New subprogram that given a tagged type and one of its
2261         component associated with the secondary table of an abstract interface
2262         type, return the entity associated with such abstract interface type.
2264         * sem_res.adb (Resolve_Type_Conversion): Handle the case in which the
2265         conversion cannot be handled at compile time. In this case we pass this
2266         information to the expander to generate the appropriate code.
2268 2005-12-09  Robert Dewar  <dewar@adacore.com>
2269             Ed Schonberg  <schonberg@adacore.com>
2270             Gary Dismukes  <dismukes@adacore.com>
2271             Javier Miranda  <miranda@adacore.com>
2272             Hristian Kirtchev  <kirtchev@adacore.com>
2274         * einfo.adb (Itype_Printed): New flag
2275         (Is_Limited_Type): Derived types do not inherit limitedness from
2276         interface progenitors.
2277         (Is_Return_By_Reference_Type): Predicate does not apply to limited
2278         interfaces.
2280         * einfo.ads (Itype_Printed): New flag
2281         Move Is_Wrapper_Package to proper section
2282         Add missing Inline for Is_Volatile
2284         * output.ads, output.adb (Write_Erase_Char): New procedure
2285         (Save/Restore_Output_Buffer): New procedures
2286         (Save/Restore_Output_Buffer): New procedures
2288         * sprint.ads, sprint.adb (Write_Itype): Handle case of record itypes
2289         Add missing support for anonymous access type
2290         (Write_Id): Insert calls to Write_Itype
2291         (Write_Itype): New procedure to output itypes
2293         * par-ch12.adb (P_Formal_Derived_Type_Definition): In Ada 2005, handle
2294         use of "limited" in declaration.
2296         * sinfo.ads, sinfo.adb: 
2297         Formal derived types can carry an explicit "limited" indication.
2299         * sem_ch3.adb: Add with and use of Targparm.
2300         (Create_Component): If Frontend_Layout_On_Target is True and the
2301         copied component does not have a known static Esize, then reset
2302         the size and positional fields of the new component.
2303         (Analyze_Component_Declaration): A limited component is
2304         legal within a protected type that implements an interface.
2305         (Collect_Interfaces): Do not add to the list the interfaces that
2306         are implemented by the ancestors.
2307         (Derived_Type_Declaration): If the parent of the full-view is an
2308         interface perform a transformation of the tree to ensure that it has
2309         the same parent than the partial-view. This simplifies the job of the
2310         expander in order to generate the correct object layout, and it is
2311         needed because the list of interfaces of the full-view can be given in
2312         any order.
2313         (Process_Full_View): The parent of the full-view does not need to be
2314         a descendant of the parent of the partial view if both parents are
2315         interfaces.
2316         (Analyze_Private_Extension_Declaration): If declaration has an explicit
2317         "limited" the parent must be a limited type.
2318         (Build_Derived_Record_Type): A derived type that is explicitly limited
2319         must have limited ancestor and progenitors.
2320         (Build_Derived_Type): Ditto.
2321         (Process_Full_View): Verify that explicit uses of "limited" in partial
2322         and full declarations are consistent.
2323         (Find_Ancestor_Interface): Remove function.
2324         (Collect_Implemented_Interfaces): New procedure used to gather all
2325         implemented interfaces by a type.
2326         (Contain_Interface): New function used to check whether an interface is
2327         present in a list.
2328         (Find_Hidden_Interface): New function used to determine whether two
2329         lists of interfaces constitute a set equality. If not, the first
2330         differing interface is returned.
2331         (Process_Full_View): Improve the check for the "no hidden interface"
2332         rule as defined by AI-396.
2334 2005-12-09  Robert Dewar  <dewar@adacore.com>
2336         * freeze.adb (Freeze_Record_Type): Only test for useless pack on record
2337         types, not on record subtypes.
2338         (Freeze_Entity): Code cleanup. Add barrier to the loop
2339         that generates the references for primitive operations. This allows to
2340         remove an unnecessary exception handler.
2341         Code reformatting and comment clean ups.
2343 2005-12-09  Vincent Celier  <celier@adacore.com>
2345         * gnatcmd.adb (GNATCmd): GNAT CHECK accepts switch -U
2346         If GNAT CHECK is called with a project file, but with no
2347         source on the command line, call gnatcheck with all the compilable
2348         sources of the project.
2349         Take into account the new command Check, for gnatcheck. Treat as for
2350         other ASIS tools: take into account project, specific package Check and
2351         Compiler switches.
2352         For ASIS tools, add the switches in package Compiler for
2353         the invocation of the compiler.
2355         * prj-attr.adb: Add package Check and its attributes
2357         * vms_conv.ads (Command_Type): New command Check, for gnatcheck
2359         * vms_conv.adb (Initialize): Change Params of command Check to
2360         unlimited files.
2361         Change some Hostparm.OpenVMS checks to Targparm.OpenVMS_On_Target.
2362         Add data for new command Check
2364         * vms_data.ads: Add project related qualifiers for GNAT CHECK and GNAT
2365         ELIM.
2366         Add qualifiers for Check command options
2367         (Command_Type): New command Check
2369 2005-12-09  Thomas Quinot  <quinot@adacore.com>
2371         * mlib-utl.adb (Ar): Use Output.Buffer_Max to determine whether a
2372         command line switch overruns the output buffer.
2374 2005-12-09  Robert Dewar  <dewar@adacore.com>
2376         * sem_prag.adb: Processing for new pragma Complete_Representation
2377         (Analyze_Pragma, case Debug): Implement two argument form.
2379         * par-prag.adb: Entry for new pragma Complete_Representation
2380         (Prag, case Debug): Recognize two argument form of pragma Debug
2381         New interface for Set_Style_Check_Options.
2383         * sem_ch13.adb: Implement new pragma Complete_Representation.
2385         * snames.adb, snames.ads, snames.h: Entry for new pragma
2386         Complete_Representation.
2388 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
2390         * sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for
2391         available user-specified stream attributes on limited parameters to
2392         also test the type directly rather than only its underlying type (for
2393         Ada 95) and, in the case of Ada 2005, to check that the user-specified
2394         attributes are visible at the point of the subprogram declaration.
2395         For Ada 2005, the error message is modified to indicate that the
2396         type's stream attributes must be visible (again, only for -gnat05).
2398 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
2400         * sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of
2401         anonymous access types.
2403         * sem_eval.adb (Subtypes_Statically_Match): Implement new rules for
2404         matching of anonymous access types and anonymous access to subprogram
2405         types. 'R'M 4.9.1 (2/2).
2407 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
2409         * sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference
2410         rule prematurely when operands are universal, remaining ambiguities
2411         will be removed during resolution.
2412         Code cleanup.
2414         * sem_type.adb (Disambiguate): In Ada95 mode, discard interpretations
2415         that are Ada 2005 functions.
2416         (Has_Abstract_Interpretation): Subsidiary to
2417         Remove_Conversions, to remove ambiguities caused by abstract operations
2418         on numeric types when operands are universal.
2420 2005-12-09  Robert Dewar  <dewar@adacore.com>
2422         * sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization
2423         for case where spec is categorized.
2425 2005-12-09  Javier Miranda  <miranda@adacore.com>
2427         * sem_ch8.adb (Find_Type): In case of tagged types that are concurrent
2428         types use the corresponding record type. This was not needed before
2429         the implementation of Ada 2005 synchronized types because
2430         concurrent types were never tagged types in Ada 95.
2432 2005-12-09  Ed Schonberg  <schonberg@adacore.com>
2434         * sem_ch9.adb (Analyze_Delay_Alternative, Analyze_Delay_Until): Use the
2435         first subtype of the type of the expression to verify that it is a
2436         legal Time type.
2438 2005-12-09  Robert Dewar  <dewar@adacore.com>
2440         * sem_util.ads, sem_util.adb (Full_Qualified_Name): Now provides
2441         decoded names.
2443 2005-12-09  Quentin Ochem  <ochem@adacore.com>
2444             Robert Dewar  <dewar@adacore.com>
2445             Ed Falis  <falis@adacore.com>
2446             Florian Villoing  <villoing@adacore.com>
2447             Thomas Quinot  <quinot@adacore.com>
2448             Arnaud Charlet  <charlet@adacore.com>
2450         * gnat_ugn.texi: Created section "Stack Related Tools"
2451         Moved "Stack Overflow Checking" subsection from "Switches for gcc" to
2452         "Stack Related Tools"
2453         Added subsection "Static Stack Usage Analysis"
2454         Added subsection "Dynamic Stack Usage Analysis"
2455         Include documentation of itypes in sprint listing (-gnatG)
2456         Documented gnatbind -D switch (default sec stack size for fixed sec
2457         stacks).
2458         Added Interrupt_State and Persistent_BSS to list of configuration
2459         pragmas.
2460         Add missing doc for maximum value of nnn in -gnatyMnnn
2462         * gnat_rm.texi: Document the AltiVec binding.
2463         Add documentation for pragma Complete_Representation
2464         Shortened an overly long line (> 79 chars)
2465         Clarify documentation of unchecked conversion in implementation
2466         defined cases.
2467         Document two argument form of pragma Debug
2469         * types.ads (Column_Number): Update documentation.
2471         * exp_ch7.ads (Make_Adjust_Call): Document the special processing for
2472         library level Finalize_Storage_Only objects (these are not attached to
2473         any finalization list).
2475         * system-mingw.ads: (Underlying_Priorities): Update comment.
2477 2005-12-09  Robert Dewar  <dewar@adacore.com>
2479         * i-c.adb, i-cexten.ads, i-cobol.adb, i-cobol.ads, i-cpoint.ads,
2480         i-cpp.adb, i-cpp.ads, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
2481         inline.adb, interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads,
2482         i-os2thr.ads, itypes.adb, itypes.adb, itypes.ads, krunch.ads,
2483         krunch.adb, lib.adb, lib.ads, lib-list.adb, lib-load.adb,
2484         lib-load.ads, lib-sort.adb, live.adb, make.ads, i-cstrea-vms.adb,
2485         interfac-vms.ads, makegpr.adb, indepsw-gnu.adb, indepsw.ads,
2486         s-wchcon.ads, sdefault.ads, sem_ch10.adb, sem_eval.ads: Minor
2487         reformatting.
2489 2005-12-09  Robert Dewar  <dewar@adacore.com>
2491         * s-vaflop-vms-alpha.adb: (Ne_F): New function
2492         (Ne_G): New function
2494         * exp_ch4.adb (Expand_Allocator_Expression): Factor duplicated code
2495         for tag assignment.
2496         (Rewrite_Comparison): Handle case where operation is not a comparison
2497         and ignore, and also handle type conversion case.
2499 2005-12-09  Thomas Quinot  <quinot@adacore.com>
2501         * exp_aggr.ads: Fix typo in comment.
2502         ???-mark Convert_Aggr_In_Assignment as needing documentation.
2504 2005-12-09  Gary Dismukes  <dismukes@adacore.com>
2506         * layout.adb: Replace various uses of byte by storage unit throughout.
2507         (Get_Max_SU_Size): Name changed from Get_Max_Size. In the case of a
2508         static size, convert to storage units before returning, to conform to
2509         spec.
2511 2005-12-09  Matthew Gingell  <gingell@adacore.com>
2513         * g-exctra.ads: Fix typo in comment.
2515 2005-12-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2517         * utils.c: Minor reformatting.
2519 2005-12-09  Robert Dewar  <dewar@adacore.com>
2521         * g-soccon.ads: 
2522         Further comment fixes to make the status of the default file clear
2524         * s-bitops.adb: Clarify comment for Bits_Array
2526 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2528         * Make-lang.in (ada.install-normal): Remove.
2530 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2532         * Make-lang.in: Remove all dependencies on s-gtype.
2534 2005-12-05  Richard Guenther  <rguenther@suse.de>
2536         * utils.c (convert): Use fold_convert where appropriate.
2538 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2540         * Makefile.in (gnatlib): Fix regex, using \. instead of . when
2541         a period is meant.
2543 2005-12-02  Richard Guenther  <rguenther@suse.de>
2545         * trans.c (gnat_gimplify_expr): Use buildN instead of build.
2547 2005-12-01  Roger Sayle  <roger@eyesopen.com>
2549         * utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
2550         nodes.
2552 2005-11-23  Laurent GUERBY  <laurent@guerby.net>
2554         * mlib-prj.adb (Build_Library): Initialize Delete.
2556 2005-11-21  Joel Sherrill <joel.sherrill@oarcorp.com>
2558         * socket.c: Add extern int h_errno for rtems since networking header
2559         files are not available at this point in a tool bootstrap. Newlib
2560         only has basic C library header files.
2562 2005-11-19  Richard Guenther  <rguenther@suse.de>
2563         Roger Sayle  <roger@eyesopen.com>
2565         PR ada/23717
2566         * misc.c (internal_error_function): Don't use vsprintf to format
2567         the error message text, instead use pp_format_text and the new
2568         pretty printer APIs.  This allows handling of %qs, %w, etc.
2570 2005-11-18  Laurent GUERBY  <laurent@guerby.net>
2572         PR ada/24857
2573         * Makefile.in: Use s-auxdec-empty for RTEMS.
2575 2005-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2577         PR ada/22333
2578         * trans.c (gnat_gimplify_expr, case ADDR_EXPR): Always make
2579         a temporary if taking the address of something that is neither
2580         reference, declaration, or constant, since the gimplifier
2581         can't handle that case.
2583 2005-11-17  Laurent GUERBY  <laurent@guerby.net>
2585         PR ada/24857
2586         * s-auxdec-empty.ads, s-auxdec-empty.adb: New files.
2587         
2588 2005-11-16  Richard Guenther  <rguenther@suse.de>
2590         * Makefile.in: Add EH_MECHANISM=-gcc to s390(x) linux.
2592 2005-11-16  Joel Sherrill <joel.sherrill@oarcorp.com>
2594         PR ada/24855
2595         * raise-gcc.c: Add missing stdarg.h include.
2597 2005-11-16  Richard Guenther  <rguenther@suse.de>
2599         * Make-lang.in (ada/decl.o): Add $(EXPR_H) dependency.
2600         (ada/misc.o): Likewise.
2602 2005-11-14  Thomas Quinot  <quinot@adacore.com>
2604         * g-soccon.ads: Minor reformatting. Update comments.
2606         * gsocket.h: Include <sys/times.h> in the VxWorks case, in order to
2607         gain visibility on the declaration of struct timeval.
2609         * g-soccon-freebsd.ads,
2610         g-soccon-darwin.ads,
2611         g-soccon-tru64.ads,
2612         g-soccon-aix.ads,
2613         g-soccon-irix.ads,
2614         g-soccon-hpux.ads,
2615         g-soccon-solaris.ads,
2616         g-soccon-vms.ads,
2617         g-soccon-mingw.ads,
2618         g-soccon-vxworks.ads (SIZEOF_tv_sec, SIZEOF_tv_usec): New constants.
2620         * g-soccon-hpux-ia64.ads, g-soccon-linux-ppc.ads,
2621         g-soccon-solaris-64.ads, g-soccon-linux-64.ads,
2622         g-soccon-linux-x86.ads: New files.
2624         * g-socthi-mingw.adb: 
2625         (Socket_Error_Message): Remove redundant use of GNAT.Sockets.Constants
2627         * g-socthi-vxworks.ads, g-socthi-vms.ads, g-socthi-mingw.ads
2628         (time_t, suseconds_t): New types constructed to match the tv_sec
2629         and tv_usec fields of C struct timeval.
2630         (Timeval): Construct structure in terms of the new types.
2631         (Host_Errno): New function (imported from socket.c), returns last hosts
2632         database error.
2634         * g-socthi-vxworks.adb:  Add error handling circuitry.
2636         * g-socket.ads, g-socket.adb (To_Timeval): Reflect change of type for
2637         components of struct timeval.
2638         (Get_Host_By_Name, Get_Host_By_Address): Fix error reporting circuitry.
2639         (Check_Selector): In error conditions, clear internal socket sets to
2640         avoid a memory leak.
2641         (Get_Socket_Option, Set_Socket_Option): Support for Multicast_If,
2642         Send_Timeout, Receive_Timeout.
2644         * g-socthi.ads (time_t, suseconds_t): New types constructed to match
2645         the tv_sec and tv_usec fields of C struct timeval.
2646         (Timeval): Construct structure in terms of the new types.
2647         (Host_Errno): New function (imported from socket.c), returns last hosts
2648         database error.
2650         * socket.c (__gnat_get_h_errno): New function to retrieve h_errno, the
2651         hosts database last error code.
2653         * gen-soccon.c: Complete value expansion should not be performed on
2654         TARGET, as it has the form of a math expression, and some components
2655         may be platform-defined macros.
2656         For VxWorks, generate the OK and ERROR values.
2657         New constants giving the sizes of the components of C struct timeval.
2659 2005-11-14  Robert Dewar  <dewar@adacore.com>
2660             Ed Schonberg  <schonberg@adacore.com>
2662         PR ada/18434
2664         * types.ads: Include All_Checks in Suppress_Array
2666         * checks.adb (Check_Needed): Remove kludge for a/=b rewritten as
2667         not(a=b), since we no longer do this rewriting, and hence it is not
2668         needed.
2669         (Elaboration_Checks_Suppressed): Add special casing to
2670         deal with different cases of static and dynamic elaboration checks (all
2671         checks does not count in the first case, but does in the second).
2672         (Expr_Known_Valid): Do not assume that the result of any arbitrary
2673         function call is valid, since this is not the case.
2674         (Ensure_Valid): Do not apply validity check to a real literal
2675         in a universal or fixed context
2677         * exp_ch4.adb (Expand_N_Op_Ne): Don't expand a/=b to not(a=b) for
2678         elementary types using the operator in standard. It is cleaner not to
2679         modify the programmers intent, especially in the case of floating-point.
2680         (Rewrite_Comparison): Fix handling of /= (this was always wrong, but
2681         it did not matter because we always rewrote a/=b to not(a=b).
2682         (Expand_Allocator_Expression): For an allocator expression whose nominal
2683         subtype is an unconstrained packed type, convert the expression to its
2684         actual constrained subtype.
2685         Implement warning for <= or >= where < or > not possible
2686         Fix to Vax_Float tests (too early in many routines, causing premature
2687         Vax_Float expansions.
2689         * sem_prag.adb (Analyze_Pragma, case Obsolescent): Allow this pragma
2690         to be used with packages and generic packages as well as with
2691         subprograms.
2692         (Suppress): Set All_Checks, but not Elaboration_Check, for case
2693         of pragma Suppress (All_Checks)
2694         (Analyze_Pragma, case Warnings): Implement first argument allowed to be
2695         a string literal for precise control over warnings.
2696         Avoid raise of pragma in case of unrecognized pragma and just return
2697         instead.
2699         * sem_prag.ads: Minor reformatting
2701         * switch-c.adb (Scan_Front_End_Switches): Replace "raise Bad_Switch;"
2702         with call to new procedure Bad_Switch. Call Scan_Pos with new parameter
2703         Switch. Do not handle any exception.
2704         Include -gnatwx as part of -gnatg (warn on redundant parens)
2705         Allow optional = after -gnatm
2706         (Scan_Front_End_Switches): The -gnatp switch sets All_Checks, but no
2707         longer sets Elaboration_Checks.
2708         Code to set warning mode moved to Sem_Warn
2709         so that it can be shared by pragma processing.
2711         * s-mastop-tru64.adb (Pop_Frame): Remove redundant parentheses in if
2712         statement.
2714         * s-taprop-solaris.adb: 
2715         Change some <= to =, to avoid new warning
2717         * a-exexda.adb, prj-proc.adb: 
2718         Fix obvious typo (Num_Tracebacks compared <= 0 instead of < 0)
2719         Fix obvious typo (Total_Errors_Detected <= 0 should be = 0)
2721 2005-11-14  Robert Dewar  <dewar@adacore.com>
2723         * exp_vfpt.adb: Handle /= case
2724         (Expand_Vax_Conversion): Properly recognize Conversion_OK flag
2725         so that we do not get duplicate scaling for fixed point conversions.
2727         * s-vaflop.ads, s-vaflop.adb: (Ne_F): New function
2729 2005-11-14  Matthew Gingell  <gingell@adacore.com>
2731         * system-lynxos-ppc.ads, system-lynxos-x86.ads: 
2732         Increase default priority on Lynx from 15 to 17, and meet the Ada
2733         requirement that Default_Priority be ((Priority'First +
2734         Priority'Last) / 2) by increasing the range of Interrupt_Priority.
2736 2005-11-14  Vincent Celier  <celier@adacore.com>
2738         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
2739         mlib-tgt-hpux.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
2740         mlib-tgt-solaris.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb,
2741         mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb,
2742         mlib-tgt-darwin.adb, mlib-tgt.adb, mlib-tgt.ads,
2743         mlib-tgt-lynxos.adb (DLL_Prefix): New function
2745 2005-11-14  Doug Rupp  <rupp@adacore.com>
2747         * system-vms.ads, system-vms_64.ads: ADA$GNAT: New exported object in
2748         private part.
2750 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
2752         * s-traces-default.adb, s-trafor-default.ads,
2753         s-tratas-default.adb: Fix compilation errors.
2755 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
2757         * s-taprop-posix.adb (Initialize_Lock): Destroy mutex attribute before
2758         raising the exception so the memory used is freed.
2760 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
2762         * adaint.h, adaint.c (__gnat_is_cross_compiler): New constant.
2763         (Gnat_Install_Locks, __gnatlib_install_locks): Removed, no longer used.
2764         (convert_address): Update comments and list of platforms using this.
2766         * s-tasini.adb (Gnat_Install_Locks, __gnatlib_install_locks): Removed,
2767         no longer used.
2769 2005-11-14  Pascal Obry  <obry@adacore.com>
2770             Vincent Celier  <celier@adacore.com>
2772         * gnatdll.adb (Parse_Command_Line): Remove redundant use of
2773         GNAT.Command_Line.
2775         * memroot.adb: Remove redundant with/use clause on
2776         System.Storage_Elements.
2778 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
2780         * a-except.adb (Zero_Cost_Exceptions): Removed, no longer used.
2781         (builtin_longjmp, Process_Raise_Exceeption): Move setjmp/longjmp
2782         related code to a-exexpr.adb
2783         (Save_Occurrence_And_Private): Move GCC EH related code to
2784         a-exexpr-gcc.adb
2785         (Raise_Current_Excep): Add new variable Id with pragma
2786         volatile, to ensure that the variable lives on stack.
2788         * a-exexpr-gcc.adb, raise-gcc.c: New file.
2790         * a-exexpr.adb (builtin_longjmp, Propagate_Exception): Moved here code
2791         from a-except.adb.
2792         Move GCC EH related code to a-exexpr-gcc.adb
2794         * Makefile.in: Add or update g-soccon LIBGNAT pairs for Linux/PPC and
2795         64-bit Solaris
2796         Split the Linux version of g-soccon into separate variants for 32 and 64
2797         bit platforms.
2798         (gnatlib): Use $(AR_FOR_TARGET) and $(RANLIB_FOR_TARGET)
2799         vice $(AR) and $(RANLIB). Remove use of host variable $(RANLIB_FLAGS).
2800         install-gnatlib: Use $(RANLIB_FOR_TARGET) vice $(RANLIB). Remove use
2801         of host variable $(RANLIB_FLAGS).
2802         (alpha64-dec-*vms*): Fix translations for 64 bit compiler.
2803         Code clean up: remove unused/obsolete targets.
2804         (EH_MECHANISM): New variable introduced to differenciate between the
2805         two EH mechanisms statically.
2806         (gnatlib-zcx, gnatlib-sjlj): Force EH_MECHANISM manually.
2807         (LIBGNAT_OBJS): Add raise-gcc.o
2808         (LIBGNAT_TARGET_PAIRS for ppc-vxworks): Use an specialized version of
2809         s-osinte.adb, s-tpopsp.adb, and system.ads for the run time that
2810         supports VxWorks 6 RTPs.
2811         (EXTRA_GNATRTL_NONTASKING_OBJS for ppc-vxworks): Remove the use of
2812         i-vxworks and i-vxwoio from the run time that supports VxWorks 6 RTPs.
2814         * raise.c: Move all GCC EH-related routines to raise-gcc.c
2816 2005-11-14  Jose Ruiz  <ruiz@adacore.com>
2818         * s-tassta.adb (Create_Task): Move the code in charge of resetting the
2819         deferral level, when abort is not allowed, to a later stage (the
2820         Task_Wrapper).
2821         (Task_Wrapper): If Abort is not allowed, reset the deferral level since
2822         it will not get changed by the generated code. It was previously done
2823         in Create_Task.
2825 2005-11-14  Thomas Quinot  <quinot@adacore.com>
2826             Olivier Hainque  <hainque@adacore.com>
2827             Eric Botcazou  <ebotcazou@adacore.com>
2829         * decl.c:
2830         Factor common code to build a storage type for an unconstrained object
2831         from a fat or thin pointer type and a constrained object type.
2832         (annotate_value): Handle BIT_AND_EXPR.
2833         (annotate_rep): Don't restrict the back annotation of inherited
2834         components to the type_annotate_only case.
2835         (gnat_to_gnu_entity) <E_Array_Type>: Do not invoke create_type_decl if
2836         we are not defining the type.
2837         <E_Record_Type>: Likewise.
2838         (gnat_to_gnu_entity) <object, renaming>: Adjust comments and structure
2839         to get advantage of the new maybe_stabilize_reference interface, to
2840         ensure that what we reference is indeed stabilized instead of relying
2841         on assumptions on what the stabilizer does.
2842         (gnat_to_gnu_entity) <E_Incomplete_Type>: If the entity is an incomplete
2843         type imported through a limited_with clause, use its non-limited view.
2844         (Has_Stdcall_Convention): New macro, to centralize the Windows vs others
2845         differentiation.
2846         (gnat_to_gnu_entity): Use Has_Stdcall_Convention instead of a spread mix
2847         of #if sections + explicit comparisons of convention identifiers.
2848         (gnat_to_gnu_entity) <E_Variable>: Decrement force_global if necessary
2849         before early-returning for certain types when code generation is
2850         disabled.
2851         (gnat_to_gnu_entity) <object>: Adjust comment attached to the
2852         nullification of gnu_expr we do for objects with address clause and
2853         that we are not defining.
2854         (elaborate_expression_1): Do not create constants when creating
2855         variables needed by the debug info: the dwarf2 writer considers that
2856         CONST_DECLs is used only to represent enumeration constants, and emits
2857         nothing for them.
2858         (gnat_to_gnu_entity) <object>: When turning a non-definition of an
2859         object with an address clause into an indirect reference, drop the
2860         initializing expression.
2861         Include "expr.h".
2862         (STACK_CHECK_BUILTIN): Delete.
2863         (STACK_CHECK_PROBE_INTERVAL): Likewise.
2864         (STACK_CHECK_MAX_FRAME_SIZE): Likewise.
2865         (STACK_CHECK_MAX_VAR_SIZE): Likewise.
2866         (gnat_to_gnu_entity): If gnat_entity is a renaming, do not mark the tree
2867         corresponding to the renamed object as ignored for debugging purposes.
2869         * trans.c (tree_transform, case N_Attribute_Reference, case Attr_Size &
2870         related): For a prefix that is a dereference of a fat or thin pointer,
2871         if there is an actual subtype provided by the front-end, use that
2872         subtype to build an actual type with bounds template.
2873         (tree_transform, case N_Free_Statement): If an Actual_Designated_Subtype
2874         is provided by the front-end, use that subtype to compute the size of
2875         the deallocated object.
2876         (gnat_to_gnu): When adding a statement into an elaboration procedure,
2877         check for a potential violation of a No_Elaboration_Code restriction.
2878         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
2879         with extra arguments to control whether to recurse through non-values
2880         and to let the caller know if the stabilization has succeeded.
2881         (gnat_stabilize_reference): Now a simple wrapper around
2882         maybe_stabilize, for common uses without restriction on lvalues and
2883         without need to check for the success indication.
2884         (gnat_to_gnu, call_to_gnu): Adjust calls to gnat_stabilize_reference, to
2885         pass false instead of 0 as the FORCE argument which is a bool.
2886         (Identifier_to_gnu): Remove checks ensuring that an renamed object
2887         attached to a renaming pointer has been properly stabilized, as no such
2888         object is attached otherwise.
2889         (call_to_gnu): Invoke create_var_decl to create the temporary when the
2890         function uses the "target pointer" return mechanism.
2891         Reinstate conversion of the actual to the type of the formal
2892         parameter before any other specific treatment based on the passing
2893         mechanism. This turns out to be necessary in order for PLACEHOLDER
2894         substitution to work properly when the latter type is unconstrained.
2896         * gigi.h (build_unc_object_type_from_ptr): New subprogram, factoring a
2897         common pattern.
2898         (maybe_stabilize_reference): New function, like gnat_stabilize_reference
2899         with extra arguments to control whether to recurse through non-values
2900         and to let the caller know if the stabilization has succeeded.
2902         * utils2.c (gnat_build_constructor): Only sort the fields for possible
2903         static output of record constructor if all the components are constant.
2904         (gnat_build_constructor): For a record type, sort the list of field
2905         initializers in increasing bit position order.
2906         Factor common code to build a storage type for an unconstrained object
2907         from a fat or thin pointer type and a constrained object type.
2908         (build_unary_op) <ADDR_EXPR>: Always recurse down conversions between
2909         types variants, and process special cases of VIEW_CONVERT expressions
2910         as their NOP_EXPR counterpart to ensure we get to the
2911         CORRESPONDING_VARs associated with CONST_DECls.
2912         (build_binary_op) <MODIFY_EXPR>: Do not strip VIEW_CONVERT_EXPRs
2913         on the right-hand side.
2915         * utils.c (build_unc_object_type_from_ptr): New subprogram, factoring
2916         a common pattern.
2917         (convert) <VIEW_CONVERT_EXPR>: Return the inner operand directly if we
2918         are converting back to its original type.
2919         (convert) <JM input>: Fallthrough regular conversion code instead of
2920         extracting the object if converting to a type variant.
2921         (create_var_decl): When a variable has an initializer requiring code
2922         generation and we are at the top level, check for a potential violation
2923         of a No_Elaboration_Code restriction.
2924         (create_var_decl): call expand_decl for CONST_DECLs, to set MODE, ALIGN
2925         SIZE and SIZE_UNIT which we need for later back-annotations.
2926         * utils.c: (convert) <STRING_CST>: Remove obsolete code.
2927         <VIEW_CONVERT_EXPR>: Do not lift the conversion if the target type
2928         is an unchecked union.
2929         (pushdecl): Set DECL_NO_STATIC_CHAIN on imported nested functions.
2930         (convert) <VIEW_CONVERT_EXPR>: When the types have the same
2931         main variant, just replace the VIEW_CONVERT_EXPR.
2932         <UNION_TYPE>: Revert 2005-03-02 change.
2934         * repinfo.h, repinfo.ads: Add tcode for BIT_AND_EXPR.
2936         * repinfo.adb (Print_Expr, Rep_Value): Handle Bit_And_Expressions.
2938 2005-11-14  Matthew Heaney  <heaney@adacore.com>
2940         * a-crbtgo.ads, a-crbtgo.adb, a-coorse.ads, a-coorse.adb, a-convec.ads, 
2941         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohama.ads, a-cohama.adb, 
2942         a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb, a-cidlli.ads, 
2943         a-cidlli.adb, a-cdlili.ads, a-cdlili.adb, a-coormu.adb, a-ciormu.adb, 
2944         a-cihase.adb, a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads, 
2945         a-coorma.ads, a-ciormu.ads, a-coormu.ads, a-ciorma.adb, a-coorma.adb: 
2946         Compiles against the spec for ordered maps described in sections
2947         A.18.6 of the most recent (August 2005) AI-302 draft.
2949 2005-11-14  Olivier Hainque  <hainque@adacore.com>
2951         * cuintp.c (UI_To_gnu): Use a proper type for intermediate computations
2952         to ensure bias adjustments take place when need be and to prevent
2953         occurrences of intermediate overflows.
2955 2005-11-14  Matthew Gingell  <gingell@adacore.com>
2956             Olivier Hainque  <hainque@adacore.com>
2958         * tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
2959         ia64 HP-UX.
2961         * tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
2962         tracebacks on ia64 HP-UX and provide explanatory comment.
2963         Enable backtraces on ia64 GNU/Linux.
2964         (x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
2965         base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.
2967 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
2968             Javier Miranda  <miranda@adacore.com>
2970         * rtsfind.ads, exp_util.adb, exp_util.ads, exp_disp.adb, exp_disp.ads,
2971         exp_ch7.adb, sem_ch9.adb, snames.adb, snames.ads,
2972         exp_ch9.adb, exp_ch9.ads, exp_ch6.adb, exp_ch3.adb, exp_ch3.ads,
2973         einfo.ads, einfo.adb: Complete support for Ada 2005 interfaces.
2975         * a-tags.ads, a-tags.adb: Major rewrite and additions to implement
2976         properly new Ada 2005 interfaces (AI-345) and add run-time checks (via
2977         assertions).
2979         * exp_dbug.ads, exp_dbug.adb (Get_Secondary_DT_External_Name): New
2980         subprogram that generates the external name associated with a
2981         secondary dispatch table.
2982         (Get_Secondary_DT_External_Name): New subprogram that generates the
2983         external name associated with a secondary dispatch table.
2985 2005-11-14  Emmanuel Briot  <briot@adacore.com>
2987         * xref_lib.adb (Parse_Identifier_Info): It is possible for an entity
2988         line in the ALI file to include both an instantiation reference, and a
2989         returned value.
2991 2005-11-14  Vincent Celier  <celier@adacore.com>
2993         * clean.adb (Check_Project): Look for Ada code in extending project,
2994         even if Ada is not specified as a language.
2995         Use new function DLL_Prefix for DLL_Name
2996         (Clean_Interface_Copy_Directory): New procedure
2997         (Clean_Library_Directory): New procedure
2998         (Clean_Directory): Remove procedure, no longer used
2999         (Clean_Project): Do not delete any file in an externally built project
3001         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Add the object
3002         directory of an extending project, even when there are no Ada source
3003         present.
3004         (Ada_Objects_Path.Add): Add Library_ALI_Dir, not Library_Dir to the path
3005         (Set_Ada_Paths.Add.Recursive_Add): Ditto
3007         * mlib-prj.adb (Check_Library): For all library projects, get the
3008         library file timestamp.
3009         (Build_Library): Copy ALI files in Library_ALI_Dir, not in Library_Dir
3010         (Build_Library): Use new function DLL_Prefix for the DLL_Name
3011         (Clean): Remove procedure, no longer used
3012         (Ultimate_Extension_Of): New function
3013         (Build_Library): When cleaning the library directory, only remove an
3014         existing library file and any ALI file of a source of the project.
3015         When cleaning the interface copy directory, remove any source that
3016         could be a source of the project.
3018         * prj.ads, prj.adb (Project_Empty): Add values of new components
3019         Library_TS and All_Imported_Projects.
3020         (Project_Empty): Add values for new components of Project_Data:
3021         Library_ALI_Dir and Display_Library_ALI_Dir
3023         * prj-attr.adb: New project level attribute name Library_ALI_Dir
3025         * prj-nmsc.adb (Check_Library_Attributes): Take into account new
3026         attribute Library_ALI_Dir.
3027         (Check_Library_Attributes): The library directory cannot be the same as
3028         any source directory of the project tree.
3029         (Check_Stand_Alone_Library): The interface copy directory cannot be
3030         the same as any source directory of the project tree.
3032         * mlib.adb: Use Prj.Com.Fail, instead of Osint.Fail directly, to delete
3033         all temporary files.
3035 2005-11-14  Robert Dewar  <dewar@adacore.com>
3036             Ed Schonberg  <schonberg@adacore.com>
3038         * sem_elab.adb: Change name Is_Package to Is_Package_Or_Generic_Package
3039         (Check_Elab_Call): A call within a protected body is never an
3040         elaboration call, and does not require checking.
3041         (Same_Elaboration_Scope): Take into account protected types for both
3042         entities.
3043         (Activate_Elaborate_All_Desirable): New procedure
3045         * ali.ads, ali.adb: Implement new AD/ED for Elaborate_All/Elaborate
3046         desirable
3048         * binde.adb: Implement new AD/ED for Elaborate_All/Elaborate desirable
3049         (Elab_Error_Msg): Use -da to include internal unit links, not -de.
3051         * lib-writ.ads, lib-writ.adb: 
3052         Implement new AD/ED for Elaborate_All/Elaborate desirable
3053         Use new Elaborate_All_Desirable flag in N_With_Clause node
3055         * sinfo.ads, sinfo.adb (Actual_Designated_Subtype): New attribute for
3056         N_Free_Statement nodes.
3057         Define new class N_Subprogram_Instantiation
3058         Add Elaborate_Desirable flag to N_With_Clause node
3059         Add N_Delay_Statement (covering two kinds of delay)
3061         * debug.adb: Introduce d.f flag for compiler
3062         Add -da switch for binder
3064 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3065             Cyrille Comar  <comar@adacore.com>
3067         * exp_aggr.adb (Build_Record_Aggr_Code): Do not create master entity
3068         for task component, in the case of a limited aggregate. The enclosed
3069         object declaration will create it earlier. Otherwise, in the case of a
3070         nested aggregate, the object may appear in the wrong scope.
3071         (Convert_Aggr_In_Object_Decl): Create a transient scope when needed.
3072         (Gen_Assign): If the component being assigned is an array type and the
3073         expression is itself an aggregate, wrap the assignment in a block to
3074         force finalization actions on the temporary created for each row of the
3075         enclosing object.
3076         (Build_Record_Aggr_Code): Significant rewrite insuring that ctrl
3077         structures are initialized after all discriminants are set so that
3078         they can be accessed even when their offset is dynamic.
3080 2005-11-14  Robert Dewar  <dewar@adacore.com>
3081             Hristian Kirtchev  <kirtchev@adacore.com>
3083         * sem_attr.adb: Implement Machine_Rounding attribute
3084         (Analyze_Access_Attribute): The access attribute may appear within an
3085         aggregate that has been expanded into a loop.
3086         (Check_Task_Prefix): Add semantic check for attribute 'Callable and
3087         'Terminated whenever the prefix is of a task interface class-wide type.
3088         (Analyze_Attribute): Add semantic check for attribute 'Identity whenever
3089         the prefix is of a task interface class-wide type.
3091         * s-vaflop-vms-alpha.adb: Valid_D, Valid_F, Valid_G: Make Val constant
3092         to avoid warnings.
3094         * s-fatgen.ads, s-fatgen.adb (Machine_Rounding): New function
3095         Remove pragma Inline for [Unaligned_]Valid.
3096         Add comments that Valid routines do not work for Vax_Float
3098         * exp_attr.adb: Implement Machine_Rounding attribute
3100         * snames.h: Add entry for Machine_Rounding attribute
3102 2005-11-14  Javier Miranda  <miranda@adacore.com>
3103             Robert Dewar  <dewar@adacore.com>
3104             Hristian Kirtchev  <kirtchev@adacore.com>
3106         * exp_attr.adb (Expand_N_Attribute_Reference, cases of Attribute_Size
3107         and related): For a prefix that is an explicit dereference of an
3108         access to unconstrained packed array type, annotate the dereference
3109         with an actual subtype so GIGI can make a correct size computation.
3110         (Expand_N_Attribute_Reference): In case of 'Unchecked_Access and
3111         'Unrestricted_Access, if the designated type is an interface we
3112         add a type conversion to force the displacement of the pointer
3113         to the secondary dispatch table.
3114         Use Universal_Real instead of Long_Long_Float when we need a high
3115         precision float type for the generated code (prevents gratuitous
3116         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
3117         (Expand_N_Attribute_Reference): Add support for attribute 'Callable and
3118         'Terminated for task interface class-wide objects. Generate a call to
3119         the predefined dispatching routine used to retrieve the _task_id from
3120         a task corresponding record.
3121         (Expand_Fpt_Attribute): Major change to properly handle Vax_Float
3123         * sem_disp.adb: Change name Is_Package to Is_Package_Or_Generic_Package
3124         (Check_Dispatching_Operation): Protect the frontend againts
3125         previously detected errors.
3127         * Makefile.rtl: Add new instantiations of system.fat_gen
3129         * s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads: 
3130         Change name of instantiated package for better consistency
3131         with newly added system.fat_gen instantiations.
3133         * s-filofl.ads, s-fishfl.ads, s-fvadfl.ads, s-fvaffl.ads,
3134         s-fvagfl.ads: New files.
3136 2005-11-14  Cyrille Comar  <comar@adacore.com>
3137             Thomas Quinot  <quinot@adacore.com>
3139         * exp_ch5.adb (Expand_N_Assignment_Statement, Tagged_Case): For an
3140         assignment of a value of a tagged type that has been rewritten to a
3141         block statement, it is known by construction that no checks are
3142         necessary for the statements within the block: analyze it with checks
3143         suppressed.
3144         (Expand_N_If_Statement): When killing a dead then-branch in an
3145         if-statement that has elsif_parts, recompute the Current_Value node
3146         for any entity whose value is known from the condition of the first
3147         elsif_part.
3148         (Expand_N_Return_Statement): When returning a mutable record, convert
3149         the return value into its actual subtype in order to help the backend
3150         to return the actual size instead of the maximum. This is another
3151         aftermath of not returning mutable records on the sec-stack anymore.
3153         * sem_ch5.ads, sem_ch5.adb (Analyze_Iteration_Scheme): Minor change to
3154         handling of error msg for suspicious reverse range iteration.
3155         (Check_Possible_Current_Value_Condition): Move declaration from body to
3156         spec, to allow this subprogram to be called from exp_ch5.
3158 2005-11-14  Thomas Quinot  <quinot@adacore.com>
3160         * exp_dist.adb (Append_Array_Traversal): Modify constrained case to
3161         generate a set of nested array aggregates instead of a single flat
3162         aggregate for multi-dimensional arrays.
3164 2005-11-14  Pascal Obry  <obry@adacore.com>
3166         * expect.c (__gnat_kill) [Win32]: Fix implementation, the pid returned
3167         by spawnve is a process handle, no need to convert. Add a parameter
3168         close to control wether the process handle must be closed.
3169         (__gnat_waitpid): Fix implementation, the pid returned by spawnve is
3170         a process handle, not need to convert.
3171         (__gnat_kill) [*]: Add dummy parameter close to match the Win32 spec.
3173         * g-expect.adb: (Kill): Document the new close parameter.
3174         (Close): Do not release the process handle in the kill there as
3175         waitpid() is using it.
3176         (Send_Signal): Release the process handle.
3178 2005-11-14  Robert Dewar  <dewar@adacore.com>
3180         * exp_fixd.adb: Use Universal_Real instead of Long_Long_Float when we
3181         need a high precision float type for the generated code (prevents
3182         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
3183         used).
3185         * exp_imgv.adb: Use Universal_Real instead of Long_Long_Float when we
3186         need a high precision float type for the generated code (prevents
3187         gratuitous Vax_Float stuff when pragma Float_Representation (Vax_Float)
3188         used).
3189         (Expand_Width_Attribute): In configurable run-time, the attribute is not
3190         allowed on non-static enumeration subtypes. Force a load error to emit
3191         the correct diagnostic.
3193 2005-11-14  Thomas Quinot  <quinot@adacore.com>
3194             Robert Dewar  <dewar@adacore.com>
3195             Ed Schonberg  <schonberg@adacore.com>
3197         * exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs an actual
3198         subtype to compute the size of the designated object at run-time,
3199         create such a subtype and store it in the Actual_Designated_Subtype
3200         attribute of the N_Free_Statement.
3201         Generate itype for classwide designated object in both cases of
3202         user-specified storage pool: specific and class-wide, not only in the
3203         specific case.
3204         Raise CE when trying to set a not null access type object to null.
3205         (Expand_Dispatching_Constructor_Call): Retrieve subprogram actual with
3206         an explicit loop, because freeze nodes make its position variable.
3208         * sem_intr.adb (Check_Intrinsic_Call): Given warning for freeing not
3209         null object.
3211 2005-11-14  Javier Miranda  <miranda@adacore.com>
3213         * exp_strm.adb (Build_Stream_Attr_Profile, Build_Stream_Function,
3214         Build_Stream_Procedure): Add the null-excluding attribute to the first
3215         formal.
3216         This has no semantic meaning under Ada95 mode but it is a
3217         requirement under Ada05 mode.
3219         * par-ch3.adb (P_Access_Definition): Addition of warning message if
3220         the null exclusion is used under Ada95 mode
3221         (P_Null_Exclusion): The qualifier has no semantic meaning in Ada 95.
3222         (P_Access_Definition): Remove assertion that forbids the use of
3223         the null-exclusion feature in Ada95.
3225 2005-11-14  Robert Dewar  <dewar@adacore.com>
3227         * impunit.adb: Exclude container helper units not intended for use by
3228         users.
3230 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3232         * freeze.adb (Freeze_Entity): For an access formal that is an access
3233         to subprogram, freeze the anonymous subprogram type at the same time,
3234         to prevent later freezing in the wrong scope, such as the enclosing
3235         subprogram body.
3236         (Freeze_Entity): Freeze the equivalent_type of an access_to_protected_
3237         subprogram whenever available.
3239 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
3241         PR ada/23732
3242         * gnatvsn.ads (Library_Version): Bump to 4.1
3244 2005-11-14  Robert Dewar  <dewar@adacore.com>
3246         * g-debpoo.adb (Set_Valid): Use Integer_Address instead of
3247         Storage_Offset to avoid wrap around causing invalid results.
3249 2005-11-14  Pascal Obry  <obry@adacore.com>
3251         * gnatbind.adb (Is_Cross_Compiler): New function returning True for
3252         cross-compiler.
3253         (Scan_Bind_Arg): Fail with an error message if -M option is used
3254         on a native compiler.
3256 2005-11-14  Robert Dewar  <dewar@adacore.com>
3257             Vincent Celier  <celier@adacore.com>
3259         * gprep.adb: Implement -C switch to scan comments
3261         * scng.adb: Scan comment symbol separately if Replace_In_Comments set
3263         * scans.ads: Comment updates (including new use of Tok_Comment in
3264         preprocessing)
3266         * opt.ads: Add documentation for flags that are used by gprmake,
3267         currently and in the next version of gprmake.
3268         (Verbosity_Level): New variable
3269         Add Replace_In_Comments switch
3271         * vms_data.ads: Add VMS equivalent for new gnatmake switches -vl, -vm
3272         and -vm.
3273         Add /REPLACE_IN_COMMENTS for gnatprep -C switch
3275 2005-11-14  Arnaud Charlet  <charlet@adacore.com>
3277         * g-regpat.adb (Fail): raise Expression_Error including the diagnostic
3278         message, friendlier.
3280 2005-11-14  Robert Dewar  <dewar@adacore.com>
3282         * g-spitbo.adb: (Hash): Rotate by 3 instead of 1
3284 2005-11-14  Doug Rupp  <rupp@adacore.com>
3286         * init.c [VMS]: Don't install __gnat_error_handler if DBG$TDBG defined.
3288 2005-11-14  Robert Dewar  <dewar@adacore.com>
3290         * interfac.ads: Change declarations of IEEE float types so that we no
3291         longer need a separate version of this package for VMS.
3293 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3295         * lib-xref.adb (Generate_Definition, Generate_Reference): Treat the
3296         internal entity created for the declaration of a child subprogram body
3297         with no spec as coming from source, to generate proper cross-reference
3298         information.
3300 2005-11-14  Vincent Celier  <celier@adacore.com>
3302         * make.adb (Compile_Sources): Change verbose message to minimum
3303         verbosity level High for "is in an Ada library", "is a read-only
3304         library" and "is an internal library",
3305         (Create_Binder_Mapping_File): Path name of ALI file for library project
3306         must include the library directory, not the object directory.
3307         (Scan_Make_Arg): Make sure that Switch.M.Scan_Make_Switches is called
3308         for new switches -vl, -vm and -vh.
3309         (Verbose_Msg): Add new defaulted parameter Minimum_Verbosity
3310         (Check): Use minimum verbosity Medium for some Verbose_Msg calls
3311         (Compile_Sources): Do not attempt to compile if an ALI file is missing
3312         in a project that is externally built.
3313         (Compute_All_Imported_Projects): New procedure
3314         (Gnatmake): Check if importing libraries should be regenerated because
3315         at least an imported library is more recent.
3316         (Initialize): For each project compute the list of the projects it
3317         imports directly or indirectly.
3318         (Add_Library_Search_Dir): New procedure, used in place of
3319         Add_Lib_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
3320         put in the search paths.
3321         (Add_Source_Search_Dir): New procedure, used in place of
3322         Add_Src_Search_Dir in procedure Scan_Make_Arg so that absolute paths are
3323         put in the search paths.
3324         (Mark_Directory): Resolve the absolute path the directory before marking
3325         it.
3327         * switch-m.adb (Scan_Make_Switches): Replace "raise Bad_Switch;" with
3328         call to new procedure Bad_Switch. Call Scan_Pos with new parameter
3329         Switch. Do not handle any exception.
3330         (Scan_Make_Switches): Increment Ptr for new switches -vl, -vm and -vh
3331         so that the switch is recognized as valid.
3332         (Scan_Make_Switches): Implement new switches -vl, -vm and -vh.
3334 2005-11-14  GNAT Script  <nobody@adacore.com>
3336         * Make-lang.in: Makefile automatically updated
3338 2005-11-14  Pascal Obry  <obry@adacore.com>
3340         * mdll.adb (Build_Reloc_DLL): Fix parameter handling when a map file is
3341         used.
3342         (Ada_Build_Reloc_DLL): Fix parameter handling when a map file is used.
3343         In both cases the last argument was dropped.
3345 2005-11-14  Eric Botcazou  <ebotcazou@adacore.com>
3347         * namet.h: (Column_Numbe): New type.
3348         (Get_Column_Number): Define to sinput__get_column_number.
3349         (Instantiation): Define to sinput__instantiation.
3350         (Get_Column_Number): Declare.
3351         (Instantiation): Likewise.
3353 2005-11-14  Robert Dewar  <dewar@adacore.com>
3355         * par-ch10.adb (P_Compilation_Unit): Add defenses against junk unit
3356         syntax, which could cause compiler hangs.
3358 2005-11-14  Vincent Celier  <celier@adacore.com>
3360         * prj-ext.adb: Take into account new environment variable
3361         GPR_PROJECT_PATH. Warn if both GPR_PROJECT_PATH and ADA_PROJECT_PATH
3362         are defined.
3363         (Prj.Ext elaboration): For each directory in the ADA_PROJECT_PATH,
3364         normalize its path name, making it absolute and resolving symbolic
3365         links, and replace the original if resolved path is different.
3367 2005-11-14  Vincent Celier  <celier@adacore.com>
3369         * prj-part.adb (Create_Virtual_Extending_Project): Put virtual project
3370         into Prj.Tree.Tree_Private_Part.Projects_Htable for GPS.
3372 2005-11-14  Emmanuel Briot  <briot@adacore.com>
3374         * prj-pp.adb (Print): Do not output the with statement if the
3375         associated name is empty, which happens for virtual extending projects.
3376         (Print): Preserve the "extends all" attribute when printing the project.
3378         * prj-tree.ads (String_Value_Of): Add comment about returned value for
3379         a virtual extending project.
3381 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3383         * sem_aggr.adb (Resolve_Aggregate): An others choice is legal on the
3384         rhs of an assignment even if the type is unconstrained, when the
3385         context is non-expanding.
3386         In an inlined body, if the context type is private,
3387         resolve with its full view, which must be a composite type.
3389 2005-11-14  Robert Dewar  <dewar@adacore.com>
3390             Ed Schonberg  <schonberg@adacore.com>
3392         * sem_ch10.adb: Change name Is_Package to Is_Package_Or_Generic_Package
3393         Do not give obsolescent warning on with of subprogram (since we
3394         diagnose calls)
3395         (Analyze_With_Clause): Add test for obsolescent package
3396         (Install_Context_Clauses): If the unit is the body of a child unit, do
3397         not install twice the private declarations of the parents, to prevent
3398         circular lists of Use_Clauses in a parent.
3399         (Implicit_With_On_Parent): Do add duplicate with_clause on parent when
3400         compiling body of child unit.
3401         Use new class N_Subprogram_Instantiation
3402         (Expand_With_Clause): If this is a private with_clause for a child unit,
3403         appearing in the context of a package declaration, then the implicit
3404         with_clauses generated for parent units are private as well.
3405         (License_Check): Do not generate message if with'ed unit is internal
3407 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
3408             Ed Schonberg  <schonberg@adacore.com>
3409             Thomas Quinot  <quinot@adacore.com>
3411         * sem_ch12.ads, sem_ch12.adb (Map_Entities): Exclude entities whose
3412         names are internal, because they will not have a corresponding partner
3413         in the actual package.
3414         (Analyze_Formal_Package): Move the setting of the formal package spec's
3415         Generic_Parent field so that it occurs prior to analyzing the package,
3416         to allow proper operation of Install_Parent_Private_Declarations.
3417         (Analyze_Package_Instantiation): Set the instantiated package entity's
3418         Package_Instantiation field.
3419         (Get_Package_Instantiation_Node): Move declaration to package spec.
3420         Retrieve the N_Package_Instantiation node when the Package_Instantiation
3421         field is present.
3422         (Check_Generic_Child_Unit): Within an inlined call, the only possible
3423         instantiation is Unchecked_Conversion, for which no parents are needed.
3424         (Inline_Instance_Body): Deinstall and record the use_clauses for all
3425         parent scopes of a scope being removed prior to inlining an instance
3426         body.
3427         (Analyze_Package_Instantiation): Do not perform front-end inlining when
3428         the current context is itself an instance within a non-instance child
3429         unit, to prevent scope stack errors.
3430         (Save_References): If the node is an aggregate that is an actual in a
3431         call, rewrite as a qualified expression to preserve some type
3432         information, to resolve possible ambiguities in the instance.
3433         (Instance_Parent_Unit): New global variable to record the ultimate
3434         parent unit associated with a generic child unit instance (associated
3435         with the existing Parent_Unit_Visible flag).
3436         (type Instance_Env): New component Instance_Parent_Unit for stacking
3437         parents recorded in the global Instance_Parent_Unit.
3438         (Init_Env): Save value of Instance_Parent_Unit in the Instance_Env
3439         stack.
3440         (Install_Spec): Save the parent unit entity in Instance_Parent_Unit when
3441         it's not a top-level unit, and only do this if Instance_Parent_Unit is
3442         not already set. Replace test of Is_Child_Unit with test of parent's
3443         scope against package Standard. Add comments and a ??? comment.
3444         (Remove_Parent): Revise condition for resetting Is_Immediately_Visible
3445         on a child instance parent to test that the parent equals
3446         Instance_Parent rather than simply checking that the unit is not a
3447         child unit.
3448         (Restore_Env): Restore value of Instance_Parent_Unit from Instance_Env.
3449         (Validate_Derived_Interface_Type_Instance): Verify that all ancestors of
3450         a formal interface are ancestors of the corresponding actual.
3451         (Validate_Formal_Interface_Type): Additional legality checks.
3452         (Analyze_Formal_Derived_Interface_Type): New procedure to handle formal
3453         interface types with ancestors.
3454         (Analyze_Formal_Package): If formal is a renaming, use renamed entity
3455         to diagnose attempts to use generic within its own declaration.
3457 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3458             Javier Miranda  <miranda@adacore.com>
3460         * sem_ch3.ads, sem_ch3.adb (Build_Discriminal): Add link to original
3461         discriminant.
3462         (Build_Private_Derived_Type): The entity of the created full view of the
3463         derived type does not come from source. If after installing the private
3464         declarations of the parent scope the parent is still private, use its
3465         full view to construct the full declaration of the derived type.
3466         (Build_Derived_Record_Type): Relax the condition that controls the
3467         execution of the check that verifies that the partial view and
3468         the full view agree in the set of implemented interfaces. In
3469         addition, this test now only takes into account the progenitors.
3470         (Derive_Interface_Subprograms): No need to derive subprograms
3471         of ancestors that are interfaces.
3472         (Derive_Subprograms): Remove formal No_Predefined_Prims and the
3473         associated code.
3474         Change name Is_Package to Is_Package_Or_Generic_Package
3475         (Complete_Subprograms_Derivation): Handle the case in which the full
3476         view is a transitive derivation of the ancestor of the partial view.
3477         (Process_Full_View): Rename local subprogram Find_Interface_In_
3478         Descendant to Find_Ancestor_Interface to leave the code more clear.
3479         Remove wrong code that avoids the generation of an error message
3480         when the immediate ancestor of the partial view is an interface.
3481         In addition some minor reorganization of the code has been done to
3482         leave it more clear.
3483         (Analyze_Type_Declaration): If type has previous incomplete tagged
3484         partial view, inherit properly its primitive operations.
3485         (Collect_Interfaces): Make public, for analysis of formal
3486         interfaces.
3487         (Analyze_Interface_Declaration): New procedure for use for regular and
3488         formal interface declarations.
3489         (Build_Derived_Record_Type): Add support for private types to the code
3490         that checks if a tagged type implements abstract interfaces.
3491         (Check_Aliased_Component_Type): The test applies in the spec of an
3492         instance as well.
3493         (Access_Type_Declaration): Clean up declaration of malformed type
3494         declared as an access to its own classwide type, to prevent cascaded
3495         crash.
3496         (Collect_Interfaces): For private extensions and for derived task types
3497         and derived protected types, the parent may be an interface that must
3498         be included in the interface list.
3499         (Access_Definition): If the designated type is an interface that may
3500         contain tasks, create Master_Id for it before analyzing the expression
3501         of the declaration, which may be an allocator.
3502         (Record_Type_Declaration): Set properly the interface kind, for use
3503         in allocators, the creation of master id's for task interfaces, etc.
3505 2005-11-14  Javier Miranda  <miranda@adacore.com>
3506             Ed Schonberg  <schonberg@adacore.com>
3508         * sem_ch6.adb (Check_Conformance): The null-exclusion feature can be
3509         omitted in case of stream attribute subprograms.
3510         (Check_Inline_Pragma): Handle Inline and Inline_Always pragmas that
3511         appear immediately after a subprogram body, when there is no previous
3512         subprogram declaration.
3513         Change name Is_Package to Is_Package_Or_Generic_Package
3514         (Process_Formals): A non null qualifier on a non null named access
3515         type is not an error, and is a warning only if Redundant_Constructs
3516         are flagged.
3518 2005-11-14  Gary Dismukes  <dismukes@adacore.com>
3519             Ed Schonberg  <schonberg@adacore.com>
3521         * sem_ch7.adb (Install_Parent_Private_Declarations): New procedure
3522         nested within Analyze_Package_Specification to install the private
3523         declarations and use clauses within each of the parent units of a
3524         package instance of a generic child package.
3525         (Analyze_Package_Specification): When entering a private part of a
3526         package associated with a generic instance or formal package, the
3527         private declarations of the parent must be installed (by calling new
3528         procedure Install_Parent_Private_Declarations).
3529         Change name Is_Package to Is_Package_Or_Generic_Package
3530         (Preserve_Full_Attributes): For a synchronized type, the corresponding
3531         record is absent in a generic context, which does not indicate a
3532         compiler error.
3534 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3536         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic context, do
3537         not try to rewrite a renamed stream attribute, because the operations
3538         on the type may not have been generated.
3539         Handle properly a renaming_as_body generated for a stream operation
3540         whose default is abstract because the object type itself is abstract.
3541         (Find_Type): If the type is incomplete and appears as the prefix of a
3542         'Class reference, it is tagged, and its list of primitive operations
3543         must be initialized properly.
3544         (Chain_Use_Clauses): When chaining the use clauses that appear in the
3545         private declaration of a parent unit, prior to compiling the private
3546         part of a child unit, find on the scope stack the proper parent entity
3547         on which to link the use clause.
3548         (Note_Redundant_Use): Emit a warning when a redundant use clause is
3549         detected.
3550         (Analyze_Object_Renaming): An attribute reference is not a legal object
3551         if it is not a function call.
3553 2005-11-14  Robert Dewar  <dewar@adacore.com>
3554             Ed Schonberg  <schonberg@adacore.com>
3556         * sem_eval.adb: Implement d.f flag
3557         (Subtype_Statically_Match): A generic actual type has unknown
3558         discriminants when the corresponding actual has a similar partial view.
3559         If the routine is called to validate the signature of an inherited
3560         operation in a child instance, the generic actual matches the full view,
3562 2005-11-14  Hristian Kirtchev  <kirtchev@adacore.com>
3563             Ed Schonberg  <schonberg@adacore.com>
3564             Robert Dewar  <dewar@adacore.com>
3565             Thomas Quinot  <quinot@adacore.com>
3567         * sem_res.adb (Resolve_Call): Provide a better error message whenever
3568         a procedure call is used as a select statement trigger and is not an
3569         entry renaming or a primitive of a limited interface.
3570         (Valid_Conversion): If the operand has a single interpretation do not
3571         remove address operations.
3572         (Check_Infinite_Recursion): Skip freeze nodes when looking for a raise
3573         statement to inhibit warning.
3574         (Resolve_Unary_Op): Do not produce a warning when
3575         processing an expression of the form -(A mod B)
3576         Use Universal_Real instead of Long_Long_Float when we need a high
3577         precision float type for the generated code (prevents gratuitous
3578         Vax_Float stuff when pragma Float_Representation (Vax_Float) used)
3579         (Resolve_Concatenation_Arg): Improve error message when argument is an
3580         ambiguous call to a function that returns an array.
3581         (Make_Call_Into_Operator, Operand_Type_In_Scope): Do not check that
3582         there is an implicit operator in the given scope if we are within an
3583         instance: legality check has been performed on the generic.
3584         (Resolve_Unary_Op): Apply warnings checks on argument of Abs operator
3585         after resolving operand, to avoid false warnings on overloaded calls.
3587 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3588             Javier Miranda  <miranda@adacore.com>
3590         PR ada/15604
3592         * sem_type.adb (Covers): In an inlined body, a composite type matches
3593         a private type whose full view is a composite type.
3594         (Interface_Present_In_Ancestor): Protect the frontend against
3595         previously detected errors to ensure that its compilation
3596         with assertions enabled gives the same output that its
3597         compilation without assertions.
3598         (Interface_Present_In_Ancestor): Add support for private types.
3599         Change name In_Actual to In_Generic_Actual (clean up)
3600         (Disambiguate): New predicate In_Actual, to recognize expressions that
3601         appear in the renaming declaration generated for generic actuals, and
3602         which must be resolved in the outer context.
3604 2005-11-14  Robert Dewar  <dewar@adacore.com>
3605             Thomas Quinot  <quinot@adacore.com>
3606             Hristian Kirtchev  <kirtchev@adacore.com>
3607             Ed Schonberg  <schonberg@adacore.com>
3609         * sem_util.ads, sem_util.adb: Change name Is_Package to
3610         Is_Package_Or_Generic_Package.
3611         (Check_Obsolescent): New procedure.
3612         (Set_Is_Public): Remove obsolete junk test.
3613         (Set_Public_Status): Do not set Is_Public on an object whose declaration
3614         occurs within a handled_sequence_of_statemets.
3615         (Is_Controlling_Limited_Procedure): Factor some of the logic, account
3616         for a parameterless procedure.
3617         (Enter_Name): Recognize renaming declarations created for private
3618         component of a protected type within protected operations, so that
3619         the source name of the component can be used in the debugger.
3621 2005-11-14  Ed Schonberg  <schonberg@adacore.com>
3622             Robert Dewar  <dewar@adacore.com>
3624         * sem_warn.ads, sem_warn.adb (Publicly_Referenceable): Generic formals
3625         of a generic subprogram are not visible outside the body.
3626         (Set_Warning_Switch): New procedure (code to set warning mode moved
3627         here from Switch.C so that it can be shared by pragma processing.
3628         (Check_References): Special case warning for non-modified non-imported
3629         volatile objects.
3630         * par-prag.adb: Modify processing of pragma Warnings to accomodate new
3631         form with a string literal argument
3633 2005-11-14  Javier Miranda  <miranda@adacore.com>
3635         * s-finroo.ads, s-finroo.adb (Read): Addition of "not null" to the
3636         anonymous access.
3637         (Write): Addition of "not null" to the anonymous access.
3638         (Read): Addition of "not null" to the anonymous access.
3639         (Write): Addition of "not null" to the anonymous access.
3641         * s-strxdr.adb, s-stratt.ads, s-stratt.adb (I_AD, I_AS, I_B, I_C, I_F,
3642         I_I, I_LF, I_LI, I_LLF, I_LLI, I_LLU, I_LU, I_SF, I_SI, I_SSI, I_SSU,
3643         I_SU, I_U, I_WC): Addition of "not null" to the anonymous access.
3644         (W_AD, W_AS, W_B, W_C, W_F, W_I, W_LF, W_LI, W_LLF, W_LLI, W_LLU,
3645         W_LU, W_SF, W_SI, W_SSI, W_SSU, W_SU, W_U, W_WC): Addition of
3646         "not null" to the anonymous access.
3648 2005-11-14  Robert Dewar  <dewar@adacore.com>
3650         * s-stoele.adb: Fix code for Address mod Storage_Offset for negative
3651         offset values
3653 2005-11-14  Vincent Celier  <celier@adacore.com>
3655         * switch.adb (Bad_Switch): New procedure
3656         (Scan_Nat, Scan_Pos): Directly call Osint.Fail with the appropriate
3657         message when in error.
3659         * switch.ads (Bad_Switch, Bad_Switch_Value, Missing_Switch_Value,
3660         Too_Many_Output_Files): Remove declarations, no longer used.
3661         (Scan_Nat): New parameter Switch
3662         (Scan_Pos): Ditto
3663         (Bad_Switch): New procedure
3665         * switch-b.adb (Scan_Binder_Switches): Replace "raise Bad_Switch;"
3666         with call to new procedure Bad_Switch. Call Scan_Pos and Scan_Natwith
3667         new parameter Switch. Replace "raise Too_Many_Output_Files;" with call
3668         to Osint.Fail. Do not handle any exception.
3670 2005-11-14  Vincent Celier  <celier@adacore.com>
3672         * tempdir.adb (Tempdir): Do not use environment variable TMPDIR if it
3673         designates a non existent directory.
3675 2005-11-14  Robert Dewar  <dewar@adacore.com>
3677         * xgnatugn.adb: Replace invalid membership test by 'Valid
3679 2005-11-14  Vincent Celier  <celier@adacore.com>
3681         * makegpr.adb (Gprmake): Do not attempt to build the global archive if
3682         there is no object directory.
3684 2005-11-14  Robert Dewar  <dewar@adacore.com>
3686         * usage.adb: Minor adjustment to output format, use nn instead of nnn
3687         (so that -gnateInnn does not run into next column)
3689 2005-11-14  Ed Falis  <falis@adacore.com>
3691         * s-bitops.adb (Bits_Array): corrected comment: "unconstrained" =>
3692         "constrained"
3694 2005-11-14  Cyrille Comar  <comar@adacore.com>
3696         * s-chepoo.ads: Add comments on Dereference.
3697         Remove unnecessary inherited abstract primitives.
3698         Cosmetic cleanup.
3700 2005-11-14  Robert Dewar  <dewar@adacore.com>
3702         * sem_cat.ads (Validate_Access_Type_Declaration): Remove declaration
3703         node parameter, not needed, since it is available as Declaration_Node.
3705 2005-11-14  Geert Bosch  <bosch@adacore.com>
3707         * s-exnllf.adb (Exn_LLF): Fix comment to be more precise and
3708         grammatically correct.
3710 2005-11-14  Vincent Celier  <celier@adacore.com>
3712         * s-fileio.ads: Correct spelling error in comment
3714 2005-11-14  Cyrille Comar  <comar@adacore.com>
3715             Robert Dewar  <dewar@adacore.com>
3716             Vincent Celier  <celier@adacore.com>
3717             Ben Brosgol  <brosgol@adacore.com>
3718             Jose Ruiz  <ruiz@adacore.com>
3719             Pascal Obry  <obry@adacore.com>
3721         * gnat_ugn.texi: 
3722         Document that -fstack-check is needed for strict compliance with the
3723         Ada 95 Reference Manual.
3724         Correct reference to VAX systems to meet HP guidelines
3725         Add documentation for new gnatmake switches -vl, -vm and -vh
3726         Replace DEC Ada by HP Ada
3727         Replace DIGITAL by HP
3728         Remove empty section on tools in compatibility section
3729         Clarify the Windows convention semantics.
3730         Document the Win32 calling convention.
3731         The Stdcall, Win32 and DLL convention are synonyms.
3732         Add a note in -gnatR description about zero size record components
3733         Note on new >= and <= warnings for -gnatwc
3734         Document that equal sign after -gnatm is optional.
3735         Note that strip is working fine on DLL built with a Library
3736         Project. The restriction apply only to DLL built with gnatdll.
3737         Update section about the way to debug a DLL.
3738         Update information about the DLL convention.
3739         Document -C switch for gnatprep
3740         Document new attribute Library_ALI_Dir
3741         Update elaboration doc to include implicit Elaborate pragmas now
3742         generated for subprogram instantiations.
3743         Document limitation on executable names that include spaces for --GCC,
3744         --GNATBIND, and --GNATLINK switches.
3745         Document that -w causes -gnatws to be added at start of gcc switches
3747         * gnat_rm.texi: Document that -mieee is needed for generating infinite
3748         and NaN values in case of overflow on machines that are not fully
3749         compliant with the IEEE floating-point standard.
3750         Create a section describing the set of compiler options needed for
3751         strict compliance with the Ada 95 Reference Manual.
3752         Add documentation for pragma Obsolescent applied to a package
3753         Clarify potential issues of mixed language programs related to the
3754         I/O buffering enabling in the elaboration of the GNAT runtime.
3755         Add extra documentation for pragma Restrictions (No_Elaboration_Code)
3756         This documentation only patch adds extra documentsion for pragma
3757         Restrictions (No_Elaboration_Code), explaining why it is not possible
3758         to document this restriction in terms of allowed source constructs.
3759         Document string literal form of pragma Warnings
3760         Document new attribute Library_ALI_Dir
3761         Add documentation on stable attributes in project files that was missing
3763         * gnat-style.texi: Indicate that paragraphs within a single comment
3764         should be separated by empty comment lines
3766         * ug_words: Added replacements for -gnat95 and -gnat05 (/95 and
3767         /05 respectively)
3769         * bindusg.adb: Minor cleanup, put -m before -M for consistency
3771 2005-11-14  Robert Dewar  <dewar@adacore.com>
3773         * a-secain.adb, a-slcain.adb, a-shcain.adb, a-chtgke.ads, a-chtgke.adb,
3774         a-stwiha.adb, a-strhas.adb, a-chzla1.ads, a-chzla9.ads, a-stzbou.adb,
3775         a-stzbou.ads, a-stzfix.adb, a-stzhas.adb, a-stzmap.adb, a-stzmap.ads,
3776         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads, a-stzunb.adb,
3777         a-stzunb.ads, a-szuzha.adb, a-szuzha.ads, a-szuzti.adb, a-szuzti.ads,
3778         a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb, a-ztcstr.adb, a-ztcstr.ads,
3779         a-ztdeau.adb, a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
3780         a-ztedit.ads, a-ztenau.ads, a-ztenio.adb, a-ztenio.ads, a-ztexio.adb,
3781         a-ztexio.ads, a-ztfiio.adb, a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads,
3782         a-ztflio.adb, a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
3783         a-ztinau.ads, a-ztinio.adb, a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads,
3784         a-zttest.adb, g-enblsp-vms-alpha.adb, g-enblsp-vms-alpha.adb,
3785         g-enblsp-vms-ia64.adb, g-enblsp-vms-ia64.adb, system-linux-hppa.ads,
3786         a-chacon.adb, a-chacon.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
3787         a-zchuni.ads, g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb,
3788         system-hpux-ia64.ads, g-soccon-unixware.ads, g-soliop-unixware.ads,
3789         g-soccon-interix.ads, g-soliop-solaris.ads, g-eacodu-vms.adb,
3790         g-expect-vms.adb, g-socthi-vms.adb, g-soliop-mingw.ads,
3791         a-intnam-unixware.ads, a-intnam-lynxos.ads, a-intnam-tru64.ads,
3792         a-intnam-aix.ads, a-intnam-linux.ads, a-intnam-linux.ads,
3793         a-intnam-dummy.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
3794         a-intnam-solaris.ads, a-calend-vms.adb, a-calend-vms.ads,
3795         a-intnam-vms.ads, a-calend-mingw.adb, a-intnam-mingw.ads,
3796         a-intnam-vxworks.ads, a-numaux-vxworks.ads, system-unixware.ads,
3797         system-linux-ia64.ads, a-intnam-freebsd.ads, system-freebsd-x86.ads,
3798         system-lynxos-ppc.ads, system-linux-x86_64.ads, a-stunha.adb,
3799         a-cgaaso.ads, a-cgaaso.adb, a-chtgop.adb, a-cgcaso.adb, a-cgarso.adb,
3800         a-cohata.ads, a-crbtgk.adb, a-crbltr.ads, a-coprnu.adb, a-rbtgso.adb,
3801         a-intnam-darwin.ads, system-darwin-ppc.ads, gprmake.adb, makegpr.ads,
3802         system-tru64.ads, system-aix.ads, system-solaris-x86.ads,
3803         system-irix-o32.ads, s-interr-sigaction.adb, system-irix-n32.ads,
3804         s-parame-mingw.adb, system-hpux.ads, s-traceb-hpux.adb,
3805         system-linux-x86.ads, s-inmaop-dummy.adb, system-os2.ads,
3806         system-interix.ads, system-solaris-sparc.ads,
3807         system-solaris-sparcv9.ads, s-inmaop-vms.adb,
3808         s-mastop-vms.adb, expander.adb, expander.ads, s-gloloc-mingw.adb,
3809         system-mingw.ads, system-vms-zcx.ads, s-osinte-fsu.adb,
3810         s-traceb-mastop.adb, a-exextr.adb, a-exstat.adb, a-filico.ads,
3811         a-finali.ads, a-interr.ads, a-intsig.adb, a-intsig.ads,
3812         a-except.ads, a-numaux-x86.ads, a-astaco.adb, a-calend.adb,
3813         a-calend.ads, a-chahan.adb, a-chahan.ads, a-chlat9.ads,
3814         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
3815         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
3816         a-elchha.adb, a-decima.adb, a-decima.ads, a-diocst.ads,
3817         a-direio.adb, a-direio.ads, a-excach.adb, a-excach.adb,
3818         a-exctra.ads, ali-util.adb, a-ngcefu.adb, a-ngcoty.adb,
3819         a-ngcoty.ads, a-nudira.adb, a-nudira.ads, a-nuflra.adb,
3820         a-numaux.ads, a-reatim.ads, a-sequio.adb, a-sequio.ads,
3821         a-siocst.ads, a-ssicst.ads, a-stmaco.ads, a-storio.adb,
3822         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
3823         a-strmap.adb, a-strmap.ads, a-strsea.adb, a-strsea.ads,
3824         a-strsup.adb, a-strsup.ads, a-strunb.adb, a-strunb.ads,
3825         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwima.adb,
3826         a-stwima.ads, a-stwise.adb, a-stwise.ads, a-stwisu.adb,
3827         a-stwisu.ads, a-stwiun.adb, a-stwiun.ads, a-suteio.adb,
3828         a-suteio.ads, a-swmwco.ads, a-swuwti.adb, a-swuwti.ads,
3829         a-sytaco.adb, a-sytaco.ads, a-tasatt.adb, a-taside.adb,
3830         a-taside.ads, a-teioed.adb, a-textio.adb, a-textio.ads,
3831         a-ticoau.adb, a-ticoau.ads, a-ticoio.adb, a-tideau.adb,
3832         a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
3833         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
3834         a-tiinio.adb, a-timoau.adb, a-timoio.adb, a-timoio.ads,
3835         a-tiocst.ads, a-titest.adb, atree.adb, a-witeio.adb,
3836         a-witeio.ads, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb,
3837         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtedit.adb,
3838         a-wtedit.ads, a-wtenau.adb, a-wtenio.adb, a-wtfiio.adb,
3839         a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
3840         a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, back_end.adb,
3841         bindgen.adb, butil.adb, butil.ads, checks.ads, cio.c, comperr.adb,
3842         csets.ads, cstand.adb, debug.ads, elists.ads, errno.c, errout.adb,
3843         errout.ads, erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
3844         errutil.ads, err_vars.ads, eval_fat.adb, exp_ch11.adb, exp_ch11.ads,
3845         exp_ch2.adb, exp_ch7.ads, exp_imgv.ads, exp_pakd.adb, exp_prag.adb,
3846         exp_prag.ads, exp_tss.adb, exp_tss.ads, exp_vfpt.ads, fe.h, fmap.adb,
3847         freeze.ads, frontend.adb, frontend.ads, g-arrspl.adb, g-arrspl.ads,
3848         g-awk.adb, g-awk.ads, g-boumai.ads, g-calend.adb, g-calend.ads,
3849         g-catiio.adb, g-comlin.adb, g-comlin.ads, g-comlin.ads, g-comlin.ads,
3850         g-comver.adb, g-crc32.adb, g-crc32.ads, g-ctrl_c.ads, g-curexc.ads,
3851         g-debpoo.ads, g-debuti.adb, g-diopit.adb, g-diopit.ads, g-dirope.adb,
3852         g-dirope.ads, g-dyntab.adb, g-dyntab.ads, g-excact.adb, g-excact.ads,
3853         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.ads, g-flocon.ads,
3854         g-hesorg.ads, g-io.adb, g-locfil.ads, g-md5.adb, g-md5.ads, g-md5.ads,
3855         g-moreex.adb, g-signal.ads, g-signal.adb, gnatbind.ads, gnatchop.adb,
3856         gnatcmd.adb, gnatfind.adb, gnatlbr.adb, gnatmake.ads, gnatmem.adb,
3857         gnatprep.adb, gnatprep.ads, gnatsym.adb, gnatxref.adb, g-os_lib.adb,
3858         g-os_lib.ads, g-pehage.adb, g-pehage.ads, gprep.ads, g-regexp.adb,
3859         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.ads, g-semaph.adb,
3860         g-socthi.adb, g-soliop.ads, g-spipat.adb, g-spipat.ads, g-sptabo.ads,
3861         g-sptain.ads, g-sptavs.ads, g-string.ads, g-tasloc.adb, g-tasloc.ads,
3862         g-trasym.adb, g-trasym.ads, i-fortra.adb, i-fortra.ads, inline.adb,
3863         layout.adb, live.adb, make.ads, makeutl.ads, makeutl.adb, mdll-fil.adb,
3864         mdll-fil.ads, mdll-utl.ads, memroot.ads, memtrack.adb, mlib.ads,
3865         mlib-fil.adb, mlib-fil.ads, mlib-prj.ads, mlib-utl.adb, mlib-utl.ads,
3866         nlists.adb, nlists.ads, osint.adb, osint.ads, osint-c.adb, osint-l.adb,
3867         osint-l.ads, osint-m.ads, output.adb, par.adb, par.adb, par.ads,
3868         par-ch11.adb, par-ch12.adb, par-ch2.adb, par-ch4.adb, par-ch5.adb,
3869         par-ch6.adb, par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
3870         par-tchk.adb, prep.adb, prepcomp.adb, prepcomp.ads, prj-attr.ads,
3871         prj-com.ads, prj-dect.adb, prj-dect.ads, prj-env.ads, prj-err.ads,
3872         prj-ext.ads, prj-makr.adb, prj-makr.ads, prj-nmsc.ads, prj-pars.adb,
3873         prj-pars.ads, prj-part.ads, prj-pp.ads, prj-proc.ads, prj-strt.adb,
3874         prj-strt.ads, prj-tree.adb, prj-util.adb, prj-util.ads, rtsfind.adb,
3875         sem.adb, sem.ads, sem_case.adb, sem_case.ads, sem_ch11.adb,
3876         sem_ch4.adb, sem_ch6.ads, sem_ch7.ads, sem_dist.ads, sem_elab.ads,
3877         sem_elim.ads, sem_eval.ads, sem_intr.ads, sem_maps.adb, sem_maps.ads,
3878         sem_maps.ads, sem_res.ads, sem_type.ads, sfn_scan.adb, sfn_scan.ads,
3879         s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads, s-inmaop.ads, sinput.adb,
3880         sinput.ads, s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads,
3881         s-pack06.adb, s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb,
3882         s-pack09.ads, s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
3883         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb,
3884         s-pack14.ads, s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads,
3885         s-pack18.adb, s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb,
3886         s-pack20.ads, s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
3887         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb,
3888         s-pack25.ads, s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads,
3889         s-pack28.adb, s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb,
3890         s-pack30.ads, s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
3891         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb,
3892         s-pack36.ads, s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads,
3893         s-pack39.adb, s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb,
3894         s-pack41.ads, s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
3895         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb,
3896         s-pack46.ads, s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads,
3897         s-pack49.adb, s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb,
3898         s-pack51.ads, s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
3899         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb,
3900         s-pack56.ads, s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads,
3901         s-pack59.adb, s-pack59.ads, s-pack60.adb, s-pack60.adb, s-pack60.ads,
3902         s-pack61.adb, s-pack61.ads, s-pack62.adb, s-pack62.ads, s-pack63.adb,
3903         s-pack63.ads, s-parint.adb, s-parint.adb, s-parint.ads, sprint.ads,
3904         s-purexc.ads, s-restri.ads, s-restri.adb, s-scaval.adb, s-scaval.ads,
3905         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads, stand.ads,
3906         s-tasuti.adb, s-traceb.adb, s-traceb.ads, stringt.adb, stringt.ads,
3907         styleg.ads, s-valboo.adb, s-valboo.ads, s-valcha.adb, s-valcha.ads,
3908         s-valdec.adb, s-valdec.ads, s-valint.adb, s-valint.ads, s-valint.ads,
3909         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads, s-valllu.adb,
3910         s-valllu.ads, s-valrea.adb, s-valrea.ads, s-valuns.adb, s-valuns.ads,
3911         s-valuti.adb, s-valuti.ads, s-valwch.ads, s-veboop.adb, s-veboop.ads,
3912         s-vercon.adb, s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchcon.ads,
3913         s-wchjis.adb, s-wchjis.ads, s-wchstw.adb, s-wchstw.adb, s-wchstw.ads,
3914         s-wchwts.adb, s-wchwts.ads, s-widboo.adb, s-widboo.ads, s-widcha.adb,
3915         s-widcha.ads, s-widenu.adb, s-widenu.ads, s-widlli.adb, s-widlli.ads,
3916         s-widllu.adb, s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
3917         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, symbols.adb, symbols.ads,
3918         table.ads, targparm.adb, targparm.ads, tb-alvms.c, tb-alvxw.c,
3919         tbuild.adb, tree_io.ads, treepr.adb, treeprs.adt, ttypef.ads,
3920         ttypes.ads, types.adb, uintp.adb, uintp.ads, uname.ads, urealp.ads,
3921         usage.ads, validsw.ads, vxaddr2line.adb, widechar.adb, widechar.ads,
3922         xeinfo.adb, xnmake.adb, xref_lib.ads, xr_tabls.adb, xr_tabls.ads,
3923         xsinfo.adb, xtreeprs.adb, xsnames.adb, vms_conv.ads, vms_conv.adb,
3924         a-dirval.ads, a-dirval.adb, a-dirval-mingw.adb, a-direct.ads,
3925         a-direct.adb, indepsw.ads, prj-attr-pm.ads, system-linux-ppc.ads,
3926         a-numaux-darwin.ads, a-numaux-darwin.adb,
3927         a-swuwha.ads, a-stunha.ads: Minor reformatting
3929 2005-11-14  Robert Dewar  <dewar@adacore.com>
3931         PR ada/18434
3932         * osint-m.adb: Add pragma Elaborate_All for Osint
3934 2005-11-10  Eric Botcazou  <ebotcazou@adacore.com>
3936         PR ada/23995
3937         * trans.c (call_to_gnu): Restore statement lost in translation.
3939 2005-11-08  Eric Botcazou  <ebotcazou@adacore.com>
3941         * init.c: Use the Linux-specific section for the IA-64/Linux target.
3942         (__gnat_adjust_context_for_raise): Add conditional code so that the
3943         IA-64 is also supported.
3945 2005-11-03  James E Wilson  <wilson@specifix.com>
3947         PR ada/23427
3948         * trans.c (gnat_to_gnu): Use TYPE_SIZE_UNIT not TYPE_SIZE in
3949         TREE_OVERFLOW check.
3951 2005-09-21  Olivier Hainque  <hainque@adacore.com>
3953         PR ada/22418
3954         * decl.c (maybe_pad_type): Use proper bitsizetype for XVZ objects,
3955         as we create them to store a size in bits.
3957 2005-10-21  Eric Botcazou  <ebotcazou@adacore.com>
3959         PR ada/21937
3960         PR ada/22328
3961         PR ada/22381
3962         PR ada/22383
3963         PR ada/22419
3964         PR ada/22420
3965         * utils2.c (build_return_expr): New helper function.
3966         * gigi.h (build_return_expr): Declare it.
3967         * trans.c (Subprogram_Body_to_gnu): Use build_return_expr instead
3968         of manually building the RETURN_EXPR tree.
3969         (call_to_gnu): Pass MODIFY_EXPR through build_binary_op.
3970         (gnat_to_gnu) <N_Return_Statement>: Pass MODIFY_EXPR through
3971         build_binary_op for the "target pointer" case.  Use build_return_expr
3972         instead of manually building the RETURN_EXPR tree.
3974 2005-09-16  Laurent GUERBY  <laurent@guerby.net>
3976         PR ada/23788
3977         * s-tpinop.ads: Make this unit Preelaborate.
3979 2005-09-16  Andreas Jaeger  <aj@suse.de>
3981         * socket.c: Add string.h for memcpy.
3983 2005-09-05  Arnaud Charlet  <charlet@adacore.com>
3985         * dec-io.ads, dec-io.adb: Removed, no longer used.
3987 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
3989         * a-calend-mingw.adb: Add call to OS_Primitives.Initialize;
3991         * s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
3992         s-taprop-os2.adb, s-taprop-irix-athread.adb, s-taprop-linux.adb,
3993         s-taprop-hpux-dce.adb, s-taprop-irix.adb, s-taprop-tru64.adb,
3994         s-taprop-lynxos.adb: Move with clauses outside Warnings Off now that
3995         dependent units are Preelaborate.
3996         (Initialize): Call Interrupt_Managemeent.Initialize and
3997         OS_Primitives.Initialize to ensure proper initialization of this unit.
3998         Remove use of System.Soft_Links
3999         Make this unit Preelaborate.
4001         * s-stache.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
4002         s-taspri-vms.ads, s-tasinf-solaris.ads, s-taspri-os2.ads,
4003         s-taspri-lynxos.ads, s-taspri-hpux-dce.ads, s-taspri-tru64.ads,
4004         s-tasinf-tru64.ads, s-tasinf-irix.ads, s-tasinf-irix-athread.ads,
4005         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
4006         s-tratas.ads, s-tasinf.ads: Minor reformatting.
4007         Add pragma Preelaborate, since these packages are suitable for this
4008         categorization.
4009         Update comments.
4011         * s-traent-vms.ads, s-intman-dummy.adb,
4012         s-taprop-dummy.adb: Make this unit Preelaborate.
4014         * s-osprim-vxworks.adb, s-osprim-vms.adb, s-osprim-vms.ads,
4015         s-osprim-mingw.adb, s-intman-vxworks.ads, s-intman-vxworks.adb,
4016         s-intman-vms.adb, s-intman-mingw.adb, s-intman-vms.ads,
4017         s-osprim-unix.adb, s-osprim-os2.adb, s-osprim-solaris.adb,
4018         s-intman-solaris.adb, s-intman-irix-athread.adb,
4019         s-intman-irix.adb: Mark this unit Preelaborate.
4020         (Initialize): New procedure.
4021         Update comments.
4023         * s-taspri-linux.ads: Removed.
4025         * s-tpopsp-solaris.adb (Initialize): Create the key in this procedure,
4026         as done by other implementations (e.g. posix).
4028         * s-taprop.ads (Timed_Delay): Update spec since the caller now is
4029         responsible for deferring abort.
4030         Mark this unit Preelaborate.
4032         * s-taprob.adb, s-tarest.adb: Call System.Tasking.Initialize to ensure
4033         proper initialization of the tasking run-time.
4035         * s-tasdeb.ads: Mark this unit Preelaborate.
4036         (Known_Tasks): Add explicit default value to avoid elaboration code.
4038         * s-inmaop-vms.adb (Elaboration code): Add call to
4039         Interrupt_Management.Initialize since the elaboration code depends on
4040         proper initialization of this package.
4042         * s-intman.ads, s-inmaop-posix.adb, s-intman-posix.adb,
4043         s-osprim.ads, s-taprop-posix.adb, s-taspri-posix.ads,
4044         s-osprim-posix.adb: Make this unit Preelaborate.
4046         * a-calend.adb: Add call to OS_Primitives.Initialize
4048         * a-elchha.adb: Update use of Except.Id.Full_Name.
4049         Minor reformatting.
4050         Remove use of Ada.Exceptions.Traceback when possible, cleaner.
4052         * a-dynpri.adb, a-sytaco.adb, a-sytaco.ads:
4053         Move with clauses outside Warnings Off now that dependent units are
4054         Preelaborate.
4055         Use raise xxx with "..."; Ada 2005 form.
4057         * a-taside.ads, a-taside.adb:
4058         Remove some dependencies, to make it easier to make this unit truly
4059         Preelaborate.
4060         Rewrite some code to be conformant with Preelaborate rules.
4062         * g-os_lib.adb: Remove non-preelaborate code so that this unit can be
4063         marked Preelaborate in the future.
4065         * s-proinf.ads, g-string.ads, s-auxdec.ads, s-auxdec-vms_64.ads: Make
4066         these units Preelaborate.
4068         * s-exctab.adb: Update use of Except.Id.Full_Name.
4070         * s-soflin.ads, s-soflin.adb: Mark this unit Preelaborate_05.
4071         (Set_Exc_Stack_Addr_Soft, Get_Exc_Stack_Addr_NT, Set_Exc_Stack_Addr_NT,
4072         Set_Exc_Stack_Addr): Removed, no longer used.
4073         Remove reference to *Machine_State_Addr*, no longer needed.
4075         * s-stalib.ads: Mark this unit as Preelaborate[_05].
4076         (Exception_Data): Full_Name is now a System.Address so that this unit
4077         can be made Preelaborate.
4078         Clean up/simplify code thanks to Full_Name being a System.Address.
4079         Remove obsolete pragma Suppress (All_Checks), no longer needed.
4081         * s-taskin.ads, s-taskin.adb:
4082         Move with clauses outside Warnings Off now that dependent units are
4083         Preelaborate.
4084         Make this unit Preelaborate.
4085         (Initialize): New proceduure, replace elaboration code and makes the
4086         set up of the tasking run-time cleaner.
4087         (Detect_Blocking): Now a function instead of a deferred boolean, to
4088         obey Preelaborate rules.
4090         * s-tassta.adb (Finalize_Global_Tasks): Remove Get/Set_Exc_Stack_Addr
4091         soft links, no longer used.
4093         * s-traces.ads, s-traent.ads: Add pragma Preelaborate, since these
4094         packages are suitable for this categorization.
4096         * s-solita.adb: Replace use of Ada.Exception by raise xxx with "..."
4097         since we compile run-time sources in Ada 2005 mode.
4098         (Timed_Delay_T): Call Abort_Defer/Undefer around Timed_Delay, to
4099         avoid having s-taprop*.adb depend on s-soflin and to avoid code
4100         duplication.
4101         Remove reference to *Machine_State_Addr*, no longer needed.
4103 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
4105         * s-mastop-tru64.adb, s-mastop-irix.adb, s-mastop-vms.adb
4106         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
4107         Remove reference to System.Exceptions.
4109         * s-mastop-x86.adb: Removed, no longer used.
4111         * s-traceb-mastop.adb: Adjust calls to Pop_Frame.
4113         * a-excach.adb: Minor reformatting.
4115         * a-except.ads, a-except.adb: Remove global Warnings (Off) pragma, and
4116         instead fix new warnings that were hidden by this change.
4117         (AAA, ZZZ): Removed, replaced by...
4118         (Code_Address_For_AAA, Code_Address_For_ZZZ): ... these functions, who
4119         are used instead of constants, to help make Ada.Exception truly
4120         preelaborate.
4121         (Rcheck_*, Raise_Constraint_Error, Raise_Program_Error,
4122         Raise_Storage_Error): File is now a System.Address, to simplify code.
4123         (Elab code): Removed, no longer used.
4124         (Null_Occurrence): Remove Warnings Off and make this construct
4125         preelaborate.
4126         Remove code related to front-end zero cost exception handling, since
4127         it is no longer used.
4128         Remove -gnatL/-gnatZ switches.
4130         * a-exexda.adb (Append_Info_Exception_Name, Set_Exception_C_Msg):
4131         Update use of Except.Msg.
4133         * gnat1drv.adb, inline.adb, bindgen.adb, debug.adb, exp_ch11.ads,
4134         freeze.adb, frontend.adb, lib.adb, exp_ch11.adb: Remove code related
4135         to front-end zero cost exception handling, since it is no longer used.
4136         Remove -gnatL/-gnatZ switches.
4138         * lib-writ.ads: Minor reformatting
4139         Remove doc of UX
4141         * Makefile.rtl: Remove references to s-except*, s-mastop-x86*
4143         * Make-lang.in: Remove references to s-except.ads
4145         * s-except.ads: Removed, no longer used.
4147         * s-mastop.ads, s-mastop.adb:
4148         (Enter_Handler, Set_Signal_Machine_State): Removed, no longer used.
4149         Remove reference to System.Exceptions.
4151         * raise.h, usage.adb, targparm.adb, targparm.ads, switch-m.adb,
4152         switch-b.adb: Remove code related to front-end zero cost exception
4153         handling, since it is no longer used.
4154         Remove -gnatL/-gnatZ switches.
4156 2005-09-01  Robert Dewar  <dewar@adacore.com>
4157             Gary Dismukes  <dismukes@adacore.com>
4158             Javier Miranda  <miranda@adacore.com>
4160         * exp_ch4.adb (Expand_N_In): Replace test of expression in its own
4161         type by valid test and generate warning.
4162         (Tagged_Membership): Generate call to the run-time
4163         subprogram IW_Membership in case of "Iface_CW_Typ in Typ'Class"
4164         Change formal name Subtype_Mark to Result_Definition in several calls to
4165         Make_Function_Specification.
4166         (Expand_Allocator_Expression): Add tests for suppression of the AI-344
4167         check for proper accessibility of the operand of a class-wide allocator.
4168         The check can be left out if checks are suppressed or if the expression
4169         has a specific tagged type whose level is known to be safe.
4171         * exp_ch5.adb (Expand_N_Assignment_Statement): Simplify the code that
4172         generates the run-time check associated with null-excluding entities.
4173         (Expand_N_Return_Statement): Add tests to determine if the accessibility
4174         check on the level of the return expression of a class-wide function
4175         can be elided. The check usually isn't needed if the expression has a
4176         specific type (unless it's a conversion or a formal parameter). Also
4177         add a test for whether accessibility checks are suppressed. Augment
4178         the comments to describe the conditions for performing the check.
4180 2005-09-01  Hristian Kirtchev  <kirtchev@adacore.com>
4181             Javier Miranda  <miranda@adacore.com>
4182             Gary Dismukes  <dismukes@adacore.com>
4183             Ed Schonberg  <schonberg@adacore.com>
4185         * a-tags.adb (IW_Membership): Give support to
4186         "Iface_CW_Typ in T'Class". For this purpose the functionality of this
4187         subprogram has been extended to look for the tag in the ancestors tag
4188         table.
4189         Update the structure of the GNAT Dispatch Table to reflect the
4190         additional two tables used in dispatching selects.
4191         Introduce appropriate array types and record components in
4192         Type_Specific_Data to reflect the two tables.
4193         (Get_Entry_Index, Set_Entry_Index): Retrieve and set the entry index in
4194         the TSD of a tag, indexed by position.
4195         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Retrieve and set the primitive
4196         operation kind in the TSD of a tag, indexed by position.
4198         * a-tags.ads: Introduce an enumeration type to capture different
4199         primitive operation kinds. Define a constant reflecting the number of
4200         predefined primitive operations.
4201         (Get_Entry_Index, Set_Entry_Index): Set and retrieve the entry index
4202         of an entry wrapper.
4203         (Get_Prim_Op_Kind, Set_Prim_Op_Kind): Set and retrieve the kind of
4204         callable entity of a primitive operation.
4206         * exp_ch3.adb (Freeze_Record_Type): Generate the declarations of the
4207         primitive operations used in dispatching selects for limited
4208         interfaces, limited tagged, task and protected types what implement a
4209         limited interface.
4210         (Freeze_Type): Generate the bodies of the primitive operations used in
4211         dispatching selects for limited tagged, task and protected types that
4212         implement a limited interface. Generate statements to populate the two
4213         auxiliary tables used for dispatching in select statements.
4214         (Freeze_Record_Type): Add call to initialize the dispatch table entries
4215         associated with predefined interface primitive operations.
4216         (Build_Dcheck_Function): Change Set_Subtype_Mark to
4217         Set_Result_Definition.
4218         (Build_Variant_Record_Equality): Change Subtype_Mark to
4219         Result_Definition.
4220         (Freeze_Enumeration_Type): Change Subtype_Mark to Result_Definition.
4221         (Predef_Spec_Or_Body): Change Subtype_Mark to Result_Definition.
4222         (Build_Assignment): Simplify the code that adds the run-time-check.
4223         (Expand_N_Object_Declaration): Code cleanup.
4225         * exp_ch7.adb (Make_Clean): Select the appropriate type for locking
4226         entries when there is a protected type that implements a limited
4227         interface.
4229         * exp_ch9.adb: Add package Select_Expansion_Utilities that contains
4230         common routines used in expansion of dispatching selects.
4231         (Add_Private_Declarations): Select the appropriate protection type when
4232         there is a protected type that implements a limited interface.
4233         (Build_Parameter_Block): Generate a wrapped parameter block.
4234         (Build_Protected_Subprogram_Body): Select the appropriate type for
4235         locking entries when there is a protected type that implements a
4236         limited interface.
4237         (Build_Wrapper_Spec): Set the flag and wrapped entity for procedures
4238         classified as entry wrappers.
4239         (Expand_N_Asynchronous_Select): Add support for expansion of dispatching
4240         asynchronous selects.
4241         (Expand_N_Conditional_Entry_Call): Add support for expansion of
4242         dispatching conditional selects.
4243         (Expand_N_Protected_Type_Declaration): Select the appropriate type for
4244         protection when there is a protected type that implements limited
4245         interfaces.
4246         (Expand_N_Timed_Entry_Call): Add support for expansion of dispatching
4247         timed selects.
4248         (Extract_Dispatching_Call): Extract the entity of the name of a
4249         dispatching call, the object parameter, actual parameters and
4250         corresponding formals.
4251         (Make_Initialize_Protection): Correct logic of protection initialization
4252         when there is a protected type that implements a limited interface.
4253         (Parameter_Block_Pack): Populate a wrapped parameter block with the
4254         values of actual parameters.
4255         (Parameter_Block_Unpack): Retrieve the values from a wrapped parameter
4256         block and assign them to the original actual parameters.
4258         * exp_ch9.ads (Subprogram_Protection_Mode): New type.
4259         (Build_Protected_Sub_Specification): Change the type and name of the
4260         last formal to account for the increased variety of protection modes.
4262         * einfo.ads, einfo.adb (Was_Hidden): New attribute. Present in all
4263         entities. Used to save the value of the Is_Hidden attribute when the
4264         limited-view is installed.
4265         (Is_Primitive_Wrapper, Set_Is_Primitive_Wrapper): Retrieve and change
4266         the attribute of procedures classified as entry wrappers.
4267         (Wrapped_Entity, Set_Wrapped_Entity): Retrieve and change the wrapped
4268         entity of a primitive wrapper.
4269         (Write_Entity_Flags): Output the name and value of the
4270         Is_Primitive_Wrapper attribute.
4271         (Write_Field27_Name): Output the name and entity of the field Wrapped_
4272         Entity.
4273         (Underlying_Type): If we have an incomplete entity that comes from
4274         the limited view then we return the Underlying_Type of its non-limited
4275         view if it is already available.
4276         (Abstract_Interface_Alias): Flag applies to all subrogram kinds,
4277         including operators.
4278         (Write_Field26_Name): Add entry for Overridden_Operation
4279         (Overridden_Operation): New attribute of functions and procedures.
4281         * exp_disp.ads, exp_disp.adb (Default_Prim_Op_Position): Return a
4282         predefined position in the dispatch table for the primitive operations
4283         used in dispatching selects.
4284         (Init_Predefined_Interface_Primitives): Remove the hardcoded number of
4285         predefined primitive operations and replace it with
4286         Default_Prim_Op_Count.
4287         (Make_Disp_Asynchronous_Select_Spec, Make_Disp_Conditional_Select_Spec,
4288         Make_Disp_Get_Prim_Op_Kind_Spec, Make_Disp_Timed_Select_Spec): Update
4289         the names of the generated primitive operations used in dispatching
4290         selects.
4291         (Init_Predefined_Interface_Primitives): No need to inherit primitives in
4292         case of abstract interface types. They will be inherit by the objects
4293         implementing the interface.
4294         (Make_DT): There is no need to inherit the dispatch table of the
4295         ancestor interface for the elaboration of abstract interface types.
4296         The dispatch table will be inherited by the object implementing the
4297         interface.
4298         (Copy_Secondary_DTs): Add documentation.
4299         (Validate_Position): Improve this static check in case of
4300         aliased subprograms because aliased subprograms must have
4301         the same position.
4302         (Init_Predefined_Interface_Primitives): New subprogram that initializes
4303         the entries associated with predefined primitives of all the secondary
4304         dispatch tables.
4305         (Build_Anonymous_Access_Type): Removed.
4306         (Expand_Interface_Actuals): With the previous cleanup there is no need
4307         to build an anonymous access type. This allows further cleanup in the
4308         code generated by the expander.
4309         (Expand_Interface_Conversion): If the actual is an access type then
4310         build an internal function to handle the displacement. If the actual
4311         is null this function returns null because no displacement is
4312         required; otherwise performs a type conversion that will be
4313         expanded in the code that returns the value of the displaced actual.
4314         (Expand_Interface_Actuals): Avoid the generation of unnecessary type
4315         conversions that have no effect in the generated code because no
4316         displacement is required. Code cleanup; use local variables to
4317         avoid repeated calls to the subprogram directly_designated_type().
4319         * exp_util.ads, exp_util.adb (Is_Predefined_Dispatching_Operation):
4320         Classify the primitive operations used in dispatching selects as
4321         predefined.
4322         (Implements_Limited_Interface): Determine whether some type either
4323         directly implements a limited interface or extends a type that
4324         implements a limited interface.
4325         (Build_Task_Image_Function): Change Subtype_Mark to Result_Definition.
4326         (Expand_Subtype_From_Expr): Do not build actual subtype if the
4327         expression is limited.
4328         (Find_Interface_Tag): Add code to handle class-wide types and
4329         entities from the limited-view.
4331         * rtsfind.ads: Add entries in RE_Id and RE_Unit_Table for
4332         Get_Entry_Index, Get_Prim_Op_Kind, POK_Function, POK_Procedure,
4333         POK_Protected_Entry, POK_Protected_Function, POK_Protected_Procedure,
4334         POK_Task_Entry, POK_Task_Procedure, Prim_Op_Kind, Set_Entry_Index,
4335         Set_Prim_Op_Kind.
4337         * sem_ch9.adb (Analyze_Triggering_Alternative): Check for legal type
4338         of procedure name or prefix that appears as a trigger in a triggering
4339         alternative.
4341         * uintp.ads: Introduce constants Uint_11 and Uint_13.
4343 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
4345         * s-tataat.adb, a-tasatt.adb:
4346         Replace calls to Defer/Undefer_Abortion by Defer/Undefer_Abort.
4348         * s-tasini.ads, s-tasini.adb (Defer_Abortion, Undefer_Abortion): Moved
4349         these procedures to body, and renamed Abort_Defer, Abort_Undefer.
4350         (Get_Exc_Stack_Addr, Set_Exc_Stack_Addr): Removed, no
4351         longer used.
4353 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
4354             Jose Ruiz  <ruiz@adacore.com>
4356         * s-taprop-vxworks.adb:
4357         Move with clauses outside Warnings Off now that dependent units are
4358         Preelaborate.
4359         (Initialize): Call Interrupt_Managemeent.Initialize to ensure proper
4360         initialization of this unit.
4361         (Specific): Add new procedures Initialize and Delete so that this
4362         package can be used for VxWorks 5.x and 6.x
4363         (ATCB_Key, ATCB_Key_Address): Moved to Specific package body to hide
4364         differences between VxWorks 5.x and 6.x
4365         Minor reformatting.
4366         (Timed_Delay): Remove calls to Defer/Undefer_Abort, now performed by
4367         caller.
4368         Use only Preelaborate-compatible constructs.
4370         * s-tpopsp-vxworks.adb (ATBC_Key, ATCB_Key_Addr): Moved from
4371         Primitives.Operations.
4372         (Delete, Initialize): New procedures.
4374         * s-osinte-vxworks.adb: Body used to handle differences between
4375         VxWorks 5.x and 6.x
4376         (kill, Set_Time_Slice, VX_FP_TASK): New functions.
4378         * s-osinte-vxworks.ads: Minor reformatting.
4379         Add VxWworks 6.x specific functions (only called from VxWorks 6 files).
4380         (VX_FP_TASK): Now a function, to handle differences between VxWorks 5
4381         and 6.
4382         (Set_Time_Slice): New function, replacing kerneltimeSlice to share code
4383         between Vxworks 5 and 6.
4384         (taskLock, taskUnlock): Removeed, no longer used.
4386         * adaint.c: The wait.h header is not located in the sys directory on
4387         VxWorks when using RTPs.
4388         (__gnat_set_env_value): Use setenv instead of putenv on VxWorks when
4389         using RTPs.
4390         (__gnat_dup): dup is available on Vxworks when using RTPs.
4391         (__gnat_dup2): dup2 is available on Vxworks when using RTPs.
4393         * cal.c: Use the header time.h for Vxworks 6.0 when using RTPs.
4395         * expect.c: The wait.h header is not located in the sys directory on
4396         VxWorks when using RTPs.
4398 2005-09-01  Thomas Quinot  <quinot@adacore.com>
4400         * g-soccon-vms.adb: Renamed to g-soccon-vms.ads
4402         * g-soccon-vms.ads: Renamed from g-soccon-vms.adb
4404         * g-soccon.ads, g-soccon-tru64.ads, g-soccon-aix.ads,
4405         g-soccon-darwin.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
4406         g-soccon-solaris.ads, g-soccon-mingw.ads, g-soccon-vxworks.ads,
4407         g-soccon-freebsd.ads: Add new constants:
4408          IP_MULTICAST_IF
4409          SO_RCVTIMEO/SO_SNDTIMEO
4410          IOV_MAX
4412         * gen-soccon.c:
4413         Move all target-specific file inclusions and macro definitions to
4414         gsocket.h, in order to ensure that any C code in socket.c will see a
4415         set of constants that is consistent with the contents of g-soccon.ads.
4417         * gsocket.h: Code imported from gen-soccon.c:
4418         Move all target-specific file inclusions and macro definitions to
4419         gsocket.h, in order to ensure that any C code in socket.c will see a set
4420         of constants that is consistent with the contents of g-soccon.ads.
4421         This change also makes gen-soccon self-contained (removing dependencies
4422         upon GCC internal headers).
4424         * g-socket.adb (Send_Vector): Make calls to Writev at most IOV_MAX
4425         iovecs at a time.
4426         (To_Inet_Addr): Now a procedure instead of a function, more efficient.
4428         * socket.c: Minor reformatting.
4430 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4431             Thomas Quinot  <quinot@adacore.com>
4433         * fname-sf.adb, mlib-tgt.ads,
4434         back_end.adb, casing.adb, g-debpoo.adb, g-excact.adb, g-spipat.adb,
4435         g-spipat.ads, g-thread.adb, lib-list.adb, makeutl.adb, mlib.adb,
4436         osint.adb, par-ch10.adb, par-load.adb, prep.adb, prj.adb, prj-attr.ads,
4437         prj-env.ads, prj-err.adb, prj-err.ads, prj-ext.adb, prj-ext.ads,
4438         prj-makr.adb, prj-makr.ads, prj-pars.ads, prj-part.adb, prj-strt.adb,
4439         prj-tree.ads, prj-util.ads, sem_dist.adb, sinput-c.ads, sinput-l.ads,
4440         sinput-p.ads, styleg-c.ads, xr_tabls.adb, prj-attr-pm.ads,
4441         makegpr.adb: Remove redundant use_clauses.
4443 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
4445         * s-stoele.ads, s-stopoo.ads, s-stratt.ads, s-strops.ads, s-unstyp.ads,
4446         s-valboo.ads, s-valcha.ads, s-valdec.ads, s-valenu.ads, s-valint.ads,
4447         s-vallld.ads, s-vallli.ads, s-valllu.ads, s-valrea.ads, s-valuns.ads,
4448         s-valuti.ads, s-valwch.ads, s-veboop.ads, s-vector.ads, s-vercon.ads,
4449         s-wchcnv.ads, s-wchcon.ads, s-wchjis.ads, s-wchstw.ads, s-wchwts.ads,
4450         s-widboo.ads, s-widcha.ads, s-widenu.ads, s-widlli.ads, s-widllu.ads,
4451         s-widwch.ads, s-wwdcha.ads, s-wwdenu.ads, s-wwdwch.ads, system.ads,
4452         table.ads, types.ads, system-vms_64.ads, s-crtl-vms64.ads,
4453         s-addope.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
4454         s-vxwork-x86.ads, system-linux-ppc.ads, i-vxwork-x86.ads,
4455         a-numaux-darwin.ads, a-crbtgo.ads, a-crbtgk.ads, a-crbltr.ads,
4456         a-coprnu.ads, a-convec.ads, a-contai.ads, a-coinve.ads, a-cohata.ads,
4457         a-cohama.ads, a-cihama.ads, a-cidlli.ads, a-cdlili.ads,
4458         a-numaux-libc-x86.ads, a-numaux-vxworks.ads, system-linux-ia64.ads,
4459         system-freebsd-x86.ads, system-unixware.ads, system-lynxos-ppc.ads,
4460         system-lynxos-x86.ads, system-linux-x86_64.ads, system-tru64.ads,
4461         s-vxwork-alpha.ads, system-aix.ads, system-vxworks-sparcv9.ads,
4462         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
4463         s-parame-hpux.ads, system-hpux.ads, system-vxworks-m68k.ads,
4464         s-vxwork-m68k.ads, system-linux-x86.ads, system-vxworks-mips.ads,
4465         s-vxwork-mips.ads, system-os2.ads, system-interix.ads,
4466         s-vxwork-ppc.ads, system-solaris-sparc.ads, s-vxwork-sparcv9.ads,
4467         system-solaris-sparcv9.ads, s-parame-vms.ads, system-vms.ads,
4468         s-osinte-mingw.ads, system-mingw.ads, s-parame-vms-restrict.ads,
4469         system-vms-zcx.ads, s-parame-ae653.ads, system-vxworks-ppc.ads,
4470         s-parame-vxworks.ads, system-vxworks-alpha.ads, interfac-vms.ads,
4471         a-numaux-x86.ads, a-astaco.ads, a-chahan.ads, a-charac.ads,
4472         a-chlat1.ads, a-chlat9.ads, a-colire.adb, a-colire.ads, a-comlin.ads,
4473         a-cwila1.ads, a-cwila9.ads, ada.ads, a-decima.ads, a-exextr.adb,
4474         a-filico.ads, a-finali.ads, a-interr.ads, a-ioexce.ads, a-dynpri.ads,
4475         a-ngcefu.ads, a-ngcefu.adb, a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.ads,
4476         a-nudira.adb, a-nudira.ads, a-nuflra.adb, a-numaux.ads, a-numeri.ads,
4477         a-reatim.adb, a-stmaco.ads, a-storio.ads, a-strbou.ads, a-stream.ads,
4478         a-strfix.ads, a-string.ads, a-strmap.ads, a-strsea.ads, a-strsup.ads,
4479         a-strunb.ads, a-stunau.ads, a-stwibo.ads, a-stwifi.ads, a-stwima.ads,
4480         a-stwise.ads, a-stwisu.ads, a-stwiun.ads, a-swmwco.ads, a-textio.ads,
4481         csets.ads, debug.ads, dec.ads, g-curexc.ads, get_targ.ads,
4482         g-except.ads, system-linux-hppa.ads, a-chacon.ads, a-widcha.ads,
4483         a-zchara.ads, system-hpux-ia64.ads, a-ciorma.ads, a-coorma.ads,
4484         a-ciormu.ads, a-coormu.ads, a-rbtgso.ads, a-chzla1.ads, a-chzla9.ads,
4485         a-stzbou.ads, a-stzfix.ads, a-stzmap.ads, a-stzsea.ads, a-stzsup.ads,
4486         a-stzunb.ads, a-swunau.ads, a-szunau.ads, gnat.ads, g-regpat.ads,
4487         g-speche.ads, g-spitbo.ads, g-table.ads, g-tasloc.ads, g-trasym.ads,
4488         i-c.ads, i-cpoint.ads, i-cpp.ads, i-cstrin.ads, i-fortra.ads,
4489         interfac.ads, i-os2err.ads, i-os2lib.ads, i-os2syn.ads, i-os2thr.ads,
4490         i-vxwork.ads, output.ads, s-arit64.ads, s-atacco.ads, s-boarop.ads,
4491         s-casuti.ads, s-crtl.ads, s-exctab.ads, s-exnint.ads, s-exnllf.ads,
4492         s-exnlli.ads, s-expint.ads, s-explli.ads, s-expllu.ads, s-expmod.ads,
4493         s-expuns.ads, s-fatflt.ads, s-fatgen.ads, s-fatlfl.ads, s-fatllf.ads,
4494         s-fatsfl.ads, s-finimp.ads, s-finroo.ads, s-fore.ads, s-geveop.ads,
4495         s-htable.ads, s-imgbiu.ads, s-imgboo.ads, s-imgcha.ads, s-imgdec.ads,
4496         s-imgenu.ads, s-imgint.ads, s-imgllb.ads, s-imglld.ads, s-imglli.ads,
4497         s-imgllu.ads, s-imgllw.ads, s-imgrea.ads, s-imguns.ads, s-imgwch.ads,
4498         s-imgwiu.ads, s-io.ads, s-maccod.ads, s-mantis.ads, s-memcop.ads,
4499         s-pack03.ads, s-pack05.ads, s-pack06.ads, s-pack07.ads, s-pack09.ads,
4500         s-pack10.ads, s-pack11.ads, s-pack12.ads, s-pack13.ads, s-pack14.ads,
4501         s-pack15.ads, s-pack17.ads, s-pack18.ads, s-pack19.ads, s-pack20.ads,
4502         s-pack21.ads, s-pack22.ads, s-pack23.ads, s-pack24.ads, s-pack25.ads,
4503         s-pack26.ads, s-pack27.ads, s-pack28.ads, s-pack29.ads, s-pack30.ads,
4504         s-pack31.ads, s-pack33.ads, s-pack34.ads, s-pack35.ads, s-pack36.ads,
4505         s-pack37.ads, s-pack38.ads, s-pack39.ads, s-pack40.ads, s-pack41.ads,
4506         s-pack42.ads, s-pack43.ads, s-pack44.ads, s-pack45.ads, s-pack46.ads,
4507         s-pack47.ads, s-pack48.ads, s-pack49.ads, s-pack50.ads, s-pack51.ads,
4508         s-pack52.ads, s-pack53.ads, s-pack54.ads, s-pack55.ads, s-pack56.ads,
4509         s-pack57.ads, s-pack58.ads, s-pack59.ads, s-pack60.ads, s-pack61.ads,
4510         s-pack62.ads, s-pack63.ads, s-parame.ads, s-pooglo.ads, s-pooloc.ads,
4511         s-poosiz.ads, s-powtab.ads, s-purexc.ads, s-sopco3.ads, s-sopco4.ads,
4512         s-sopco5.ads: Minor reformatting: reindent pragma Pure/Preelaborate
4513         and always use the no parameter form for consistency.
4515         * gnat-style.texi: Document rules about Preelaborate/Pure pragmas.
4517 2005-09-01  Robert Dewar  <dewar@adacore.com>
4519         * binde.adb: Minor reformatting
4520         (Find_Elab_Order): Output warning if -p used with static elab order
4522 2005-09-01  Robert Dewar  <dewar@adacore.com>
4524         * checks.adb (Check_Needed): New procedure, deals with removing checks
4525         based on analysis of short-circuited forms. Also generates warnings for
4526         improper use of non-short-circuited forms.
4527         Code clean ups.
4529 2005-09-01  Robert Dewar  <dewar@adacore.com>
4531         * a-ztexio.adb, a-textio.adb, a-witeio.adb: Replace bad range checks
4532         with 'Valid tests.
4534 2005-09-01  Robert Dewar  <dewar@adacore.com>
4536         * errout.ads, errout.adb (Fix Error_Msg_F): Fix implementation to meet
4537         spec.
4538         Implement new insertion char < (conditional warning)
4539         * errutil.adb, erroutc.adb: Implement new insertion char <
4540         (conditional warning).
4541         * sem_elab.adb, prj-dect.adb, erroutc.ads, err_vars.ads
4542         (Error_Msg_Warn): New variable for < insertion char.
4543         * prj-nmsc.adb: Implement new errout insertion char < (conditional
4544         warning).
4545         (Check_For_Source): Change value of Source_Id only after the current
4546         source has been dealt with.
4548 2005-09-01  Robert Dewar  <dewar@adacore.com>
4549             Doug Rupp  <rupp@adacore.com>
4551         * exp_attr.adb: Handle vax fpt for 'Valid attribute
4552         * exp_vfpt.ads, exp_vfpt.adb: (Expand_Vax_Valid): New procedure
4553         * s-vaflop-vms-alpha.adb, s-vaflop.ads, s-vaflop.adb
4554         (Valid_D, Valid_F, Valid_G): New functions
4556 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4557             Hristian Kirtchev  <kirtchev@adacore.com>
4558             Javier Miranda  <miranda@adacore.com>
4560         * exp_ch6.adb (Expand_Call): If an actual is a function call rewritten
4561         from object notation, the original node is unanalyzed and carries no
4562         semantic information, so that accessiblity checks must be performed on
4563         the type of the actual itself.
4564         (Expand_N_Subprogram_Declaration): Change last actual parameter for
4565         compatibility with Build_Protected_Sub_Specification.
4566         (Check_Overriding_Inherited_Interfaces): Add suport to handle
4567         overloaded primitives.
4568         (Register_Interface_DT_Entry): Use the new name of the formal
4569         the the calls to Expand_Interface_Thunk
4571         * exp_dbug.ads: Augment comments on encoding of protected types to
4572         include the generation of dispatching subprograms when the type
4573         implements at least one interface.
4575         * lib.ads: Extend information in Load_Stack to include whether a given
4576         load comes from a Limited_With_Clause.
4578         * lib-load.adb (From_Limited_With_Chain): New predicate to determine
4579         whether a potential circularity is harmless, because it includes units
4580         loaded through a limited_with clause. Extends previous treatment which
4581         did not handle properly arbitrary combinations of limited and
4582         non-limited clauses.
4584 2005-09-01  Nicolas Setton  <setton@adacore.com>
4586         * exp_dbug.adb (Get_Encoded_Name): Fixed bug that caused biaised types
4587         to be encoded as typ___XBLU_lowerbound__upperbound instead of
4588         typ___XB_lowerbound__upperbound.
4590 2005-09-01  Thomas Quinot  <quinot@adacore.com>
4592         * exp_dist.adb (Add_RACW_TypeCode, Add_RAS_TypeCode): Do not generate
4593         dummy access formal for RACW/RAS TypeCode TSS.
4594         (Build_TypeCode_Call): Do not generate dummy null access actual for
4595         calls to the TypeCode TSS.
4597 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4599         * exp_intr.adb (Expand_Source_Name): For Enclosing_Entity, generate
4600         fully qualified name, to distinguish instances with the same local name.
4602         * g-souinf.ads (Enclosing_Entity): Document that entity name is now
4603         fully qualified.
4605 2005-09-01  Robert Dewar  <dewar@adacore.com>
4607         * exp_pakd.adb (Create_Packed_Array_Type): Properly handle very large
4608         packed arrays.
4610 2005-09-01  Jerome Lambourg  <lambourg@adacore.com>
4612         * g-expect.adb (Non_Blocking_Spawn): Initialize the filters field to
4613         (Free): New deallocation procedure for filter elements
4614         (Close): Deallocate any existing filter for the concerned connection
4616 2005-09-01  Laurent Pautet  <pautet@adacore.com>
4618         * g-pehage.ads, g-pehage.adb (Select_Char_Position): When no character
4619         position set is provided, we compute one in order to reduce the maximum
4620         length of the keys.  This computation first selects a character
4621         position between 1 and the minimum length of the keys in order to
4622         avoid reducing one of the keys to an empty string.
4623         (Initialize, Compute): When the ratio V to K is too low, the algorithm
4624         does not converge. The initialization procedure now comes with a
4625         maximum number of iterations such that when exceeded, an exception is
4626         raised in Compute. The user can initialize this ratio to another value
4627         and try again
4628         Reformating and updated headers.
4630 2005-09-01  Javier Miranda  <miranda@adacore.com>
4632         * itypes.ads, itypes.adb (Create_Null_Excluding_Itype): New subprogram
4633         that given an entity T creates and returns an Itype that duplicates the
4634         contents of T. The returned Itype has the null-exclusion
4635         attribute set to True, and its Etype attribute references T
4636         to keep the association between the two entities.
4637         Update copyright notice
4639         * sem_aggr.adb (Check_Can_Never_Be_Null,
4640         Aggregate_Constraint_Checks, Resolve_Aggregate,
4641         Resolve_Array_Aggregate, Resolve_Record_Aggregate): Code cleanup.
4643         * sem_ch5.adb (Analyze_Assignment): Code cleanup.
4645 2005-09-01  Gary Dismukes  <dismukes@adacore.com>
4646             Robert Dewar  <dewar@adacore.com>
4647             Hristian Kirtchev  <kirtchev@adacore.com>
4649         * layout.adb (SO_Ref_From_Expr): Change Subtype_Mark to
4650         Result_Definition.
4652         * par-ch6.adb (P_Subprogram): Handle parsing of Access_Definitions in
4653         function specs.
4654         Call Set_Result_Definition instead of Set_Subtype_Mark.
4655         (P_Subprogram_Specification): Add parsing of anonymous access result
4656         plus null exclusions. Call Set_Result_Definition instead of
4657         Set_Subtype_Mark.
4659         * par-ch3.adb: Add support for LIMITED NEW for Ada 2005 AI-419
4660         (P_Access_Type_Definition): Add parsing for an anonymous access result
4661         subtype, plus parsing for null exclusions. Call Set_Result_Definition
4662         instead of Set_Subtype_Mark.
4664         * sinfo.adb: Add support for LIMITED NEW for Ada 2005 AI-419
4665         (Null_Exclusion_Present): Allow this flag for N_Function_Specification.
4666         (Result_Definition): New function for N_Function_Specifications.
4667         (Subtype_Mark): No longer allowed for N_Access_Function_Definition and
4668         N_Function_Specification.
4669         (Set_Null_Exclusion_Present): Allow this flag for
4670         N_Function_Specification.
4671         (Set_Result_Definition): New procedure for N_Function_Specifications.
4672         (Set_Subtype_Mark): No longer allowed for N_Access_Function_Definition
4673         and N_Function_Specification.
4675         * sinfo.ads: Update grammar rules for 9.7.2: Entry_Call_Alternative,
4676         Procedure_Or_Entry_Call; 9.7.4: Triggering_Statement.
4677         Add support for LIMITED NEW for Ada 2005 AI-419
4678         Update the syntax of PARAMETER_AND_RESULT_PROFILE to reflect the new
4679         syntax for anonymous access results.
4680         Replace Subtype_Mark field by Result_Definition in
4681         N_Function_Specification and N_Access_Definition specs.
4682         Add Null_Exclusion_Present to spec of N_Function_Specification.
4683         (Result_Definition): New function for N_Function_Specification and
4684         N_Access_Function_Definition.
4685         (Set_Result_Definition): New procedure for N_Function_Specification and
4686         N_Access_Function_Definition.
4688         * sprint.adb (S_Print_Node_Actual): Change Subtype_Mark calls to
4689         Result_Definition for cases of N_Access_Function_Definition and
4690         N_Function_Specification.
4691         Print "not null" if Null_Exclusion_Present on N_Function_Specification.
4693 2005-09-01  Vincent Celier  <celier@adacore.com>
4695         * lib-writ.adb: Update Copyright notice
4696         (Write_With_Lines): On platforms where file names are case-insensitive,
4697         record the file names in lower case.
4698         (Write_ALI): For D lines, on platforms where file names are
4699         case-insensitive, record the file names in lower case.
4701 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4702             Emmanuel Briot  <briot@adacore.com>
4704         * lib-xref.adb (Output_Overridden_Op): Display information on
4705         overridden operation.
4707         * lib-xref.ads: Add documentation on overridden operations.
4709         * ali.ads (Xref_Entity_Record): Add support for storing the overriding
4710         information.
4712         * ali.adb (Get_Typeref): New subprogram. Adds support for parsing the
4713         overriding entity information.
4715 2005-09-01  Vincent Celier  <celier@adacore.com>
4717         * mlib-prj.adb (Copy_Interface_Sources): Copy all interface sources,
4718         including those that are inherited.
4720 2005-09-01  Robert Dewar  <dewar@adacore.com>
4722         * opt.ads, opt.adb: Add new switches Debug_Pragmas_Enabled[_Config]
4724         * par-prag.adb: Implement new pragma Debug_Policy
4726         * sem_prag.adb Implement new pragma Debug_Policy
4727         (Analyze_Pragma, case Pack): do not let pragma Pack override an explicit
4728         Component_Size attribute specification. Give warning for ignored pragma
4729         Pack.
4731         * snames.h, snames.ads, snames.adb: Introduce entries in
4732         Preset_Names for Name_Disp_Asynchronous_Select,
4733         Name_Disp_Conditional_Select, Name_Disp_Get_Prim_Op_Kind,
4734         Name_Disp_Timed_Select.
4735         New pragma Debug_Policy
4737         * switch-c.adb (Scan_Front_End_Switches): Set Ada 2005 mode
4738         explicitly.
4739         Switch -gnata also sets Debug_Pragmas_Enabled
4741         * sem.adb, par.adb (Set_Opt_Config_Switch): Add parameter Main_Unit to
4742         handle an explicit -gnata when compiling predefined files.
4744 2005-09-01  Vincent Celier  <celier@adacore.com>
4746         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not add the object
4747         directories of projects that have no Ada sources.
4749 2005-09-01  Robert Dewar  <dewar@adacore.com>
4751         * scng.adb (Check_End_Of_Line): Count characters, rather than bytes
4752         (makes a difference for wide characters)
4754         * widechar.adb, widechar.ads:
4755         Add Wide_Char_Byte_Count feature to count chars vs bytes
4757 2005-09-01  Thomas Quinot  <quinot@adacore.com>
4758             Ed Schonberg  <schonberg@adacore.com>
4759             Robert Dewar  <dewar@adacore.com>
4761         * sem_attr.adb (Resolve_Attribute, case 'Address): For an illegal
4762         'Address attribute reference with an overloaded prefix, use the
4763         location of the prefix (not the location of the attribute reference) as
4764         the error location.
4765         (Analyze_Attribute, case 'Size): The name of an enumeration literal, or
4766         a function renaming thereof, is a valid prefix for 'Size (where it is
4767         intepreted as a function call).
4768         (Statically_Denotes_Entity): New predicate to determine whether the
4769         prefix of an array attribute can be considered static.
4771         PR ada/9087
4772         (Eval_Attr): Fix failure to evaluate Component_Size for
4773         unconstrained arrays (resulted in wrong value in packed case, since
4774         back end cannot handle this case)
4776 2005-09-01  Robert Dewar  <dewar@adacore.com>
4778         * sem_cat.adb (Check_Categorization_Dependencies): Add more detail to
4779         error msgs for most common cases.
4780         Use new errout insertion char < (conditional warning)
4782 2005-09-01  Javier Miranda  <miranda@adacore.com>
4783             Ed Schonberg  <schonberg@adacore.com>
4785         * sem_ch10.adb (In_Chain): Moved from the scope of a subprogram to
4786         become local to the whole package.
4787         (Install_Limited_Withed_Unit): Instead of unchaining real entities if
4788         the package was already analyzed the new algorithm "replaces" the
4789         real entities by the shadow ones. This is required to ensure that
4790         the order of these entities in the homonym chains does not change;
4791         otherwise we can have undefined references at linking time because
4792         in case of conflicts the external name of the entities will have
4793         a suffix that depends on the order of the entities in the chain.
4794         (Remove_Limited_With_Clause): Complementary code that completes the
4795         new algorithm and replaces the shadow entities by the real ones.
4796         (Install_Limited_Withed_Unit): When unchaining entities before the
4797         installation of the shadow entities, only regular entities of the
4798         public part must be taken into account. This is required to
4799         keep this routine in synch with the work done by Remove_Limited_
4800         With_Clause
4801         (Install_Limited_With_Clause): Introduce implicit limited_with_clause
4802         even if unit is analyzed, because the analysis of the unit is
4803         idempotent in any case, and the limited view of the unit may have to
4804         be installed for proper visibility.
4805         (Expand_Limited_With_Clause): Even if the unit in the implicit
4806         with_clause has been analyzed already, a limited view of the package
4807         must be built for the current context, if it does not exist yet.
4809 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4810             Javier Miranda  <miranda@adacore.com>
4811             Gary Dismukes  <dismukes@adacore.com>
4813         * sem_ch12.adb (Instantiate_Subprogram_Body): When creating the
4814         defining entity for the instance body, make a new defining identifier
4815         rather than copying the entity of the spec, to prevent accidental
4816         sharing of the entity list.
4817         (Check_Private_View): When exchanging views of private types, build the
4818         list of exchanged views as a stack, to ensure that on exit the exchanges
4819         are undone in the proper order.
4820         (Analyze_Package_Instantiation, Analyze_Subprogram_Instantiation):
4821         Restore the compilation environment in case of instantiation_error.
4822         (Analyze_Generic_Subprogram_Declaration): Handle creation of type entity
4823         for an anonymous access result.
4824         (Instantiate_Generic_Subprogram): Subtype_Mark => Result_Definition
4825         (Formal_Entity): Handle properly the case of a formal package that
4826         denotes a generic package renaming.
4828 2005-09-01  Thomas Quinot  <quinot@adacore.com>
4830         * sem_ch13.adb (Analyze_Enumeration_Representation_Clause): Reject the
4831         clause if the array aggregate is surrounded by parentheses.
4833 2005-09-01  Cyrille Comar  <comar@adacore.com>
4834             Gary Dismukes  <dismukes@adacore.com>
4835             Ed Schonberg  <schonberg@adacore.com>
4836             Javier Miranda  <miranda@adacore.com>
4838         * sem_ch3.ads, sem_ch3.adb (Analyze_Object_Declaration): Go to the
4839         underlying type
4840         to check if a type is Constrained in cases related to code generation
4841         (rather than semantic checking) since otherwise we do not generate
4842         similar code for mutable private types depending if their
4843         discriminants are visible or not.
4844         (Check_Abstract_Overriding): Do not complain about failure to override
4845         the primitive operations used in dispatching selects since they will
4846         always be overriden at the freeze point of the type.
4847         (Access_Definition): Separate out handling for resetting the scope
4848         of an anonymous access function result type. Retrieve the scope
4849         of the associated function rather than using Current_Scope, which
4850         does not have a consistent value (depends on whether we're in the
4851         middle of analyzing formal parameters). Add ??? comment about
4852         finding a cleaner way to handle the special cases of scope setting.
4853         (Process_Incomplete_Dependents): A protected operation is never a
4854         dispatching operation (only its wrapper may be).
4855         (Build_Derived_Record_Type): In case of tagged private types that
4856         implement interfaces add derivation of predefined primitive
4857         operations.
4858         (Derive_Subprograms): Replace the Is_Interface_Derivation parameter
4859         by two parameters that are used in case of derivation from abstract
4860         interface types: No_Predefined_Prims is used to avoid the derivation
4861         of predefined primitives from the interface, and Predefined
4862         Prims_Only is used to complete the derivation predefined primitives
4863         in case of private tagged types implementing interfaces.
4864         Fix typo in comments
4865         (Find_Interface_In_Descendant): Protect the frontend against
4866         wrong code with large circularity chains.
4867         (Is_Private_Overriding): Add support for entities overriding interface
4868         subprograms. The test failed because Entities associated with overriden
4869         interface subprograms are always marked as hidden (and used to build
4870         the secondary dispatch table); in this case the overriden entity is
4871         available through the field abstract_interface_alias (cf. override_
4872         dispatching_operation)
4873         (Access_Definition): Set the scope of the type to Current_Scope for the
4874         case of a function with an anonymous access result type.
4875         (Access_Subprogram_Declaration): Handle creation of the type entity for
4876         an access-to-function type with an anonymous access result.
4877         (Check_Anonymous_Access_Types): Change Subtype_Mark to Result_Definition
4878         in handling for N_Access_Function_Definition.
4879         (Analyze_Subtype_Declaration): Modify the text of error message.
4880         (Derived_Type_Declaration): Modify the text of error message.
4881         (Process_Subtype): Modify the text of error message plus cleanup
4882         of one redundant error message.
4883         (Analyze_Component_Declaration): Code cleanup.
4884         (Analyze_Object_Declaration): Code cleanup.
4885         (Analyze_Subtype_Declaration): Propagate the null-exclusion
4886         attribute in case of access types. Code cleanup.
4887         (Array_Type_Declaration): Code cleanup.
4888         (Process_Discriminants): Create the new null-excluding itype
4889         if required. Code cleanup.
4890         (Process_Subtype): Create the new null-excluding itype if
4891         required. Code cleanup.
4892         (Build_Derived_Record_Type): Code cleanup to avoid calling
4893         twice the subprogram derive_subprograms in case of private
4894         types that implement interfaces. In this particular case the
4895         subprogram Complete_Subprograms_Derivation already does the
4896         job associated with the second call.
4898         * exp_strm.adb (Build_Elementary_Input_Call): Add an explicit
4899         conversion to the full view when generating an operation for a
4900         discriminant whose type may currently be private.
4902 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4903             Javier Miranda  <miranda@adacore.com>
4905         * sem_ch4.adb (Transform_Object_Operation): In a context off the form
4906         V (Obj.F), the rewriting does not involve the indexed component, but
4907         only the selected component itself.
4908         Do not apply the transformation if the analyzed node is an actual of a
4909         call to another subprogram.
4910         (Complete_Object_Operation): Retain the entity of the
4911         dispatching operation in the selector of the rewritten node. The
4912         entity will be used in the expansion of dispatching selects.
4913         (Analyze_One_Call): Improve location of the error message associated
4914         with interface.
4915         (Analyze_Selected_Component): No need to resolve prefix when it is a
4916         function call, resolution is done when parent node is resolved, as
4917         usual.
4918         (Analyze_One_Call): Add a flag to suppress analysis of the first actual,
4919         when attempting to resolve a call transformed from its object notation.
4920         (Try_Object_Operation, Transform_Object_Operastion): Avoid makind copies
4921         of the argument list for each interpretation of the operation.
4922         (Try_Object_Operation): The designated type of an access parameter may
4923         be an incomplete type obtained through a limited_with clause, in which
4924         case the primitive operations of the type are retrieved from its full
4925         view.
4926         (Analyze_Call): If this is an indirect call, and the return type of the
4927         access_to_subprogram is incomplete, use its full view if available.
4929 2005-09-01  Javier Miranda  <miranda@adacore.com>
4930             Gary Dismukes  <dismukes@adacore.com>
4932         * sem_ch6.ads, sem_ch6.adb (Check_Conformance): In case of anonymous
4933         access types the null-exclusion and access-to-constant attributes must
4934         also match.
4935         (Analyze_Return_Statement): When the result type is an anonymous access
4936         type, apply a conversion of the return expression to the access type
4937         to ensure that appropriate accessibility checks are performed.
4938         (Analyze_Return_Type): For the case of an anonymous access result type,
4939         generate the Itype and set Is_Local_Anonymous_Access on the type.
4940         Add ??? placeholder for check to disallow returning a limited object
4941         in Ada 2005 unless it's an aggregate or a result of a function call.
4942         Change calls from Subtype_Mark to Result_Definition.
4943         (Analyze_Subprogram_Body): Change formal Subtype_Mark to
4944         Result_Definition in call to Make_Function_Specification.
4945         (Build_Body_To_Inline): Change Set_Subtype_Mark to
4946         Set_Result_Definition.
4947         (Make_Inequality_Operator): Change formal Subtype_Mark to
4948         Result_Definition in call to Make_Function_Specification.
4949         (Process_Formals): Create the new null-excluding itype if required.
4950         (New_Overloaded_Entity): For an entity overriding an interface primitive
4951         check if the entity also covers other abstract subprograms in the same
4952         scope. This is required to handle the general case, that is, overriding
4953         other interface primitives and overriding abstract subprograms inherited
4954         from some abstract ancestor type.
4955         (New_Overloaded_Entity): For an overriding entity that comes from
4956         source, note the operation that it overrides.
4957         (Check_Conformance, Type_Conformant): Addition of one new formal
4958         to skip controlling formals in the analysis. This is used to
4959         handle overloading of abstract interfaces.
4960         (Base_Types_Match): Add missing case for types imported from
4961         limited-with clauses
4962         (New_Overloaded_Entity): Add barrier to protect the use of
4963         the "alias" attribute.
4965 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
4967         * sem_ch8.adb (Analyze_Renamed_Entry): For a renaming_as_declaration,
4968         verify that the procedure and the entry are mode conformant.
4969         (Analyze_Subprogram_Renaming): Emit a warning if an operator is renamed
4970         as a different operator, which is often a cut-and-paste error.
4972 2005-09-01  Javier Miranda  <miranda@adacore.com>
4973             Ed Schonberg  <schonberg@adacore.com>
4975         * sem_disp.adb (Check_Controlling_Formals): Anonymous access types
4976         used in controlling parameters exclude null because it is necessary to
4977         read the tag to dispatch, and null has no tag.
4978         (Override_Dispatching_Operation): If the previous operation is inherited
4979         from an interface, it becomes hidden  and does not participate in later
4980         name resolution.
4982 2005-09-01  Javier Miranda  <miranda@adacore.com>
4983             Ed Schonberg  <schonberg@adacore.com>
4984             Gary Dismukes  <dismukes@adacore.com>
4986         * sem_res.adb (Resolve_Membership_Op): In case of the membership test
4987         "Iface_CW_Typ in T'Class" we have nothing else to do in the frontend;
4988         the expander will generate the corresponding run-time check to evaluate
4989         the expression.
4990         (Resolve_Call): Check for legal type of procedure name or prefix that
4991         appears as a trigger in a triggering alternative.
4992         (Valid_Conversion): If expression is ambiguous and the context involves
4993         an extension of System, remove System.Address interpretations.
4994         (Resolve_Qualified_Expression): Reject the case of a specific-type
4995         qualification applied to a class-wide argument. Enhance comment
4996         to explain checking of Original_Node.
4997         (Resolve_Type_Conversion): The location of the error message was not
4998         general enough to handle the general case and hence it has been removed.
4999         In addition, this patch improves the text of the message.
5000         (Resolve_Type_Conversion): Add missing support for access to interface
5001         types.
5002         (Resolve_Type_Conversion): If the target is a class-wide interface type,
5003         do not expand if the expression is the actual in a call, because proper
5004         expansion will take place when the call itself is expanded.
5005         (Resolve_Allocator): If the context is an unchecked conversion, the
5006         allocator inherits its storage pool, if any, from the target type of
5007         the conversion.
5009 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
5010             Javier Miranda  <miranda@adacore.com>
5012         * sem_type.adb (Add_One_Interp): If a candidate operation is an
5013         inherited interface operation that has an implementation, use the
5014         implementation to avoid spurious ambiguities.
5015         (Interface_Present_In_Ancestor): In case of concurrent types we can't
5016         use the Corresponding_Record_Typ attribute to look for the interface
5017         because it is set by the expander (and hence it is not always
5018         available). For this reason we traverse the list of interfaces
5019         (available in the parent of the concurrent type).
5020         (Interface_Present_In_Ancestor): Handle entities from the limited view
5022 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
5024         * sem_util.ads, sem_util.adb (Gather_Components): Omit interface tags
5025         from the list of required components.
5026         (Is_Controlling_Limited_Procedure): Determine whether an entity is a
5027         primitive procedure of a limited interface with a controlling first
5028         parameter.
5029         (Is_Renamed_Entry): Determine whether an entry is a procedure renaming
5030         of an entry.
5031         (Safe_To_Capture_Value): A value (such as non_null) is not safe to
5032         capture if it is generated in the second operand of a short-circuit
5033         operation.
5034         Do not capture values for variables with address clauses.
5035         (Is_Object_Reference): Treat a function call as an object reference only
5036         if its type is not Standard_Void_Type.
5038 2005-09-01  Ed Schonberg  <schonberg@adacore.com>
5040         * sem_warn.adb (Warn_On_Known_Condition): Refine warning when applied
5041         to a variable that is statically known to be constant.
5043 2005-09-01  Geert Bosch  <bosch@adacore.com>
5044             Robert Dewar  <dewar@adacore.com>
5046         * ttypef.ads (VAXDF_Safe_First): Use correct value for constant.
5047         (VAXGF_Safe_First): Idem.
5049 2005-09-01  Robert Dewar  <dewar@adacore.com>
5050             Arnaud Charlet  <charlet@adacore.com>
5052         * g-dirope.ads: Minor reformatting
5053         Document that bounds of result of Base_Name match the input index
5054         positions.
5055         Add documentation on environment variable syntax for Expand_Path
5057         * gnat_ugn.texi: Update documentation to include mention of -m switches
5058         Document new treatment of wide characters in max line length
5059         style check.
5060         Remove -gnatL/-gnatZ switches, no longer used.
5061         Add note on pragmas Assertion_Policy and Debug_Policy in discussion
5062         of -gnata switch.
5064         * gnat_rm.texi: Add doc for two argument form of pragma
5065         Float_Representation.
5066         Add documentation for pragma No_Strict_Aliasing
5067         Add note that explicit component clause overrides pragma Pack.
5068         Add documentation of pragma Debug_Policy
5070 2005-09-01  Matthew Heaney  <heaney@adacore.com>
5072         * a-cihase.adb, a-coorse.ads, a-coorse.adb, a-cohama.adb,
5073         a-ciorse.ads, a-ciorse.adb, a-cihama.adb, a-cdlili.adb,
5074         a-cidlli.adb, a-chtgop.adb, a-cihase.adb, a-cihase.ads,
5075         a-cohase.adb, a-cohase.adb, a-cohase.ads: Synchronized with latest
5076         draft (Draft 13, August 2005) of Ada Amendment 1.
5078 2005-09-01  Arnaud Charlet  <charlet@adacore.com>
5080         * Makefile.in: Adjust the libgnat target pairs for Xscale to ARM.
5081         Note that the platform-specific version of g-soccon.ads for VMS is now
5082         named g-soccon-vms.ads (it was previously g-soccon-vms.adb, although it
5083         really is a package spec).
5084         Replace s-taspri-linux.ads by s-taspri-posix.ads
5085         Remove references to s-mastop-x86.adb
5087         * system-vxworks-xscale.ads: Removed, no longer used.
5088         * s-vxwork-xscale.ads: Removed, no longer used.
5090 2005-09-01  Robert Dewar  <dewar@adacore.com>
5092         * a-dirval-mingw.adb, a-direct.adb, a-coinve.adb,
5093         g-dynhta.adb, g-dynhta.ads, cstand.adb, exp_smem.adb, g-debuti.ads,
5094         g-dirope.adb, g-table.adb, lib-sort.adb, sem_maps.adb,
5095         exp_fixd.adb, exp_aggr.adb, a-intnam-mingw.ads, a-intnam-vxworks.ads,
5096         g-arrspl.adb, g-arrspl.ads, g-awk.adb, g-awk.ads, g-boubuf.ads,
5097         g-boubuf.ads, g-boubuf.ads, g-bubsor.ads, g-bubsor.adb, g-busora.adb,
5098         g-busora.ads, g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
5099         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads, g-cgi.adb,
5100         g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads, g-cgideb.adb, g-cgideb.ads,
5101         g-comlin.adb, g-comver.ads, g-semaph.ads, g-socthi.ads,
5102         sem_ch7.adb, a-direio.adb, a-caldel.ads, i-cstrea-vms.adb,
5103         a-ztedit.adb, a-ztenau.adb, g-socthi-vms.adb, g-socthi-vms.ads,
5104         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vxworks.ads,
5105         a-intnam-irix.ads, a-intnam-irix.ads, a-intnam-hpux.ads,
5106         a-intnam-os2.ads, a-intnam-os2.ads, a-caldel-vms.adb, a-calend-vms.adb,
5107         a-calend-vms.ads, g-heasor.adb, g-heasor.ads, g-hesora.adb,
5108         g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb, g-htable.ads,
5109         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads, g-locfil.ads,
5110         g-memdum.adb, g-memdum.ads, g-traceb.adb, g-traceb.ads, i-cobol.adb,
5111         i-cobol.ads, i-cstrea.ads, i-cstrin.adb, a-wtedit.adb, a-tifiio.adb,
5112         a-wtenau.adb, a-wtenau.adb, a-teioed.adb: Minor reformatting
5114 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
5116         PR ada/23187
5117         * adaint.c
5118         (GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.
5120 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
5121             Doug Rupp  <rupp@adacore.com>
5123         * s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
5124         when needed.
5125         (Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
5126         this code in the GNAT run-time.
5128         * decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.
5130         PR ada/21053
5131         * init.c (__gnat_error_handler [many]): Mark "msg" as const
5132         (__gnat_error_handler [HPUX]): Mark siginfo parameter as unused
5134         (__gnat_inside_elab_final_code): Moved here from
5135         Standard_Library and only defined for the compiler.
5136         __gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
5137         (__gnat_inum_to_ivec): Do not define this function on VxWorks when
5138         using RTPs because directly vectored Interrupt routines are not
5139         supported on this configuration.
5140         (getpid): Do not redefine this function on VxWorks when using RTPs
5141         because this primitive is well supported by the RTP libraries.
5142         (copy_msg): Correct the code that checks for buffer overflow.
5143         Discovered during code reading.
5145 2005-08-29  Olivier Hainque  <hainque@adacore.com>
5147         * decl.c (gnat_to_gnu_entity) <E_Variable>: When allocating storage for
5148         a library level mutable variable with an initializer, tell
5149         build_allocator to ignore the initializer's size. It may not be large
5150         enough for all the values that might be assigned to the variable later
5151         on.
5153 2005-08-29  Arnaud Charlet  <charlet@adacore.com>
5154             Eric Botcazou  <ebotcazou@adacore.com>
5156         * trans.c: Protect < in error msg with quote
5157         Replace GCC_ZCX by Back_End_Exceptions.
5158         (addressable_p) <COMPONENT_REF>: Also return 1 if the field
5159         has been sufficiently aligned in the record.
5161 2005-08-15  James E. Wilson  <wilson@specifix.com>
5163         * system-linux-alpha.ads: Change ia64 to alpha.
5165 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
5167         * decl.c, utils.c: Fix comment typos.
5169 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
5171         * decl.c, init.c, initialize.c: Fix comment typos.
5173 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
5175         Make CONSTRUCTOR use VEC to store initializers.
5176         * decl.c (gnat_to_gnu_entity): Update to cope with VEC in
5177         CONSTRUCTOR_ELTS.
5178         * trans.c (extract_values): Likewise.
5179         * utils.c (convert, remove_conversions): Likewise.
5180         * utils2.c (contains_save_expr_p, build_binary_op, build_unary_op,
5181         gnat_build_constructor): Likewise.
5183 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
5185         * decl.c (components_to_record): Use DECL_FCONTEXT instead of
5186         DECL_SECTION_NAME.
5187         (compare_field_bitpos): Likewise.
5189 2005-07-09  Andrew Pinski  <pinskia@physics.uc.edu>
5191         * utils.c (create_var_decl): Only set DECL_COMMON on
5192         VAR_DECLs. Only set SET_DECL_ASSEMBLER_NAME on
5193         VAR_OR_FUNCTION_DECL_P.
5195 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
5197         * utils.c (create_param_decl): DECL_ARG_TYPE_AS_WRITTEN is
5198         removed.
5200 2005-07-07  Pascal Obry  <obry@adacore.com>
5202         * g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the
5203         returned type on Windows.
5205         * g-socthi-mingw.ads (C_Inet_Addr): Remove pragma Import for this
5206         routine.
5208         * g-socket.adb (Inet_Addr): Check for empty Image and raises an
5209         exception in this case.
5210         Simplify the code as "Image (Image'Range)" = "Image".
5212 2005-07-07  Vincent Celier  <celier@adacore.com>
5214         * bindgen.adb (Gen_Output_File_C): When switch -a was specified, put
5215         the destructor/constructor attributes for <lib>final/<lib>init.
5217         * gnatbind.adb (Gnatbind): Allow -a to be used in conjunction with -C
5219 2005-07-07  Eric Botcazou  <ebotcazou@adacore.com>
5221         * decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not strip the padding
5222         type if the parameter is not passed by copy but reference by default.
5224 2005-07-07  Javier Miranda  <miranda@adacore.com>
5226         * exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type):
5227         Reimplementation of the support for abstract interface types in order
5228         to leave the code more clear and easy to maintain.
5230         * exp_ch6.adb (Freeze_Subprogram): Reimplementation of the support for
5231         abstract interface types in order to leave the code clearer and easier
5232         to maintain.
5234         * exp_disp.ads, exp_disp.adb (Fill_DT_Entry): Part of its functionality
5235         is now implemented by the new subprogram Fill_Secondary_DT_Entry.
5236         (Fill_Secondary_DT_Entry): Generate the code necessary to fill the
5237         appropriate entry of the secondary dispatch table.
5238         (Make_DT): Add code to inherit the secondary dispatch tables of
5239         the ancestors.
5241         * exp_util.adb (Find_Interface_Tag/Find_Interface_ADT): Instead of
5242         implementing both functionalities by means of a common routine, each
5243         routine has its own code.
5245 2005-07-07  Javier Miranda  <miranda@adacore.com>
5247         * freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.
5249         * par-ch3.adb (P_Type_Declaration): Give support to tagged incomplete
5250         types:
5251         --
5252           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
5253         --
5255         * sem_attr.adb (Check_Not_Incomplete_Type): Additional checks for wrong
5256         use of tag incomplete types.
5258         * sem_ch3.adb (Analyze_Incomplete_Type): Add mininum decoration to
5259         give support to tagged incomplete types.
5261         * sem_ch5.adb (Analyze_Case_Statement): In generated code, if the
5262         expression is a discriminant reference and its type is private, as can
5263         happen within a stream operation for a mutable record, use the full
5264         view of the type to resolve the case alternatives.
5265         (Analyze_Assignment): Check wrong dereference of incomplete types.
5267         * sem_ch6.adb (Process_Formals): Allow the use of tagged incomplete
5268         types.
5270         * sem_res.adb (Resolve_Explicit_Dereference): Allow the use of tagged
5271         incomplete types.
5273         * sinfo.adb (Taggged_Present/Set_Taggged_Present): Applicable to
5274         N_Incomplete_Type_Declaration nodes.
5276         * sinfo.ads (N_Incomplete_Type_Declaration): Addition of attribute
5277         Tag_Present to give support to tagged incomplete types:
5278         --
5279           type DEFINING_IDENTIFIER [DISCRIMINANT_PART] [IS TAGGED];
5280         --
5282 2005-07-07  Olivier Hainque  <hainque@adacore.com>
5284         PR ada/22301
5286         * raise.c: Only include unwind.h if IN_RTS, and provide dummy type
5287         definitions for the Unwind wrappers in the compiler case.
5289 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
5290             Javier Miranda  <miranda@adacore.com>
5292         * par-load.adb (Load): If a child unit is loaded through a limited_with
5293         clause, each parent must be loaded as a limited unit as well.
5295         * sem_ch10.adb (Previous_Withed_Unit): Better name for
5296         Check_Withed_Unit. Return true if there is a previous with_clause for
5297         this unit, whether limited or not.
5298         (Expand_Limited_With_Clause): Do not generate a limited_with_clause on
5299         the current unit.
5300         (Is_Visible_Through_Renamings): New local subprogram of install_limited
5301         _withed_unit that checks if some package installed through normal with
5302         clauses has a renaming declaration of package whose limited-view is
5303         ready to be installed. This enforces the check of the rule 10.1.2 (21/2)
5304         of the current Draft document for Ada 2005.
5305         (Analyze_Context): Complete the list of compilation units that
5306         are allowed to contain limited-with clauses. It also contains
5307         checks that were previously done by Install_Limited_Context_Clauses.
5308         This makes the code more clear and easy to maintain.
5309         (Expand_Limited_With_Clause) It is now a local subprogram of
5310         Install_Limited_Context_Clauses, and contains the code that adds
5311         the implicit limited-with clauses for parents of child units.
5312         This functionality was prevously done by Analyze_Context.
5314         * sem_ch4.adb (Analyze_Selected_Component): Check wrong use of
5315         incomplete type.
5317         * sem_ch7.adb (Analyze_Package_Declaration): Check if the package has
5318         been erroneously named in a limited-with clause of its own context.
5319         In this case the error has been previously notified by Analyze_Context.
5321 2005-07-07  Ed Schonberg  <schonberg@adacore.com>
5323         * sem_ch8.adb (Find_Direct_Name): Handle properly the case of a
5324         generic package that contains local declarations with the same name.
5325         (Analyze_Object_Renaming): Check wrong renaming of incomplete type.
5327 2005-07-07  Bernard Banner  <banner@adacore.com>
5329         * tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on
5330         ia64 platform only on platforms that you the GCC unwind library
5331         rather than the system unwind library.
5333 2005-07-07  Thomas Quinot  <quinot@adacore.com>
5335         * expect.c: Minor reformatting
5337 2005-07-07  Sergey Rybin  <rybin@adacore.com>
5339         * vms_data.ads: Add VMS qualifiers for new gnatpp switch
5340         --no-separate-is
5342         * gnat_ugn.texi: Add description for new gnatpp option
5343         (--no-separate-is)
5345 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5347         * g-expect-vms.adb, g-expect.ads, g-expect.adb
5348         (Get_Command_Output): New subprogram to launch a process and get its
5349         standard output as a string.
5351 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
5352             Olivier Hainque  <hainque@adacore.com>
5354         * s-mastop-tru64.adb (Pop_Frame): Use exc_lookup_function_entry to
5355         fetch a code-range descriptor associated with the machine state. On
5356         failure set the machine state's PC to 0; on success, pass the
5357         descriptor to exc_virtual_unwind.
5359         * init.c (Tru64 section): New function __gnat_set_code_loc.
5361 2005-07-04  Vincent Celier  <celier@adacore.com>
5363         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
5364         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
5365         mlib-tgt-mingw.adb, mlib-tgt-darwin.adb (Build_Dynamic_Library):
5366         Remove all auto-initialization code, as this is now done through the
5367         constructor mechanism.
5369         * adaint.h, adaint.c (__gnat_binder_supports_auto_init,
5370         __gnat_sals_init_using_constructors): New functions.
5372         * bindgen.adb (Gen_Output_File_Ada): Generate pragmas
5373         Linker_Constructor and Linker_Destructor when switch -a is used.
5375         * bindusg.adb: Add line for new switch -a
5377         * gnatbind.adb (Gnatbind_Supports_Auto_Init): New Boolean function
5378         (Gnatbind): When switch -a is used, check if it is allowed
5380         * switch-b.adb (Scan_Binder_Switches): Process new switch -a
5382 2005-07-04  Joel Brobecker  <brobecker@adacore.com>
5384         * a-tags.adb (Type_Specific_Data): Define Tags_Table as a small array.
5385         This prevents us from hitting a limitation during the debug info
5386         generation when using stabs.
5387         (Prims_Ptr): Likewise.
5389 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
5390             Ed Schonberg  <schonberg@adacore.com>
5391             Javier Miranda  <miranda@adacore.com>
5393         * checks.adb (Null_Exclusion_Static_Checks): In the case of
5394         N_Object_Declaration, only perform the checks if the Object_Definition
5395         is not an Access_Definition.
5397         * sem_ch3.adb (Access_Subprogram_Declaration): Add test for the case
5398         where the parent of an the access definition is an N_Object_Declaration
5399         when determining the Associated_Node_For_Itype and scope of an
5400         anonymous access-to-subprogram type.
5402         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Set the
5403         Corresponding_Spec on the body created for a null procedure. Add ???
5404         comment. Remove New_Copy_Tree call on body argument to
5405         Set_Body_To_Inline.
5407         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): For an out parameter with
5408         discriminants, use the type of the actual as well, because the
5409         discriminants may be read by the called subprogram.
5411         * sem_ch3.adb (Access_Type_Declaration): If the designated type is an
5412         access type we do not need to handle non-limited views.
5413         (Build_Derived_Record_Type): Additional check to check that in case of
5414         private types, interfaces are only allowed in private extensions.
5416 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
5418         * decl.c (prepend_attributes) <Pragma_Linker_Constructor>: New case.
5419         <Pragma_Linker_Destructor>: Likewise.
5421         * einfo.ads (Has_Gigi_Rep_Item): Document Pragma_Linker_Constructor and
5422         Pragma_Linker_Destructor.
5424         * gigi.h (attr_type): Add ATTR_LINK_CONSTRUCTOR and
5425         ATTR_LINK_DESTRUCTOR.
5426         (static_ctors, static_dtors): New variables.
5428         * misc.c (gnat_expand_body): Output current function as constructor
5429         and destructor if requested.
5431         * par-prag.adb: Add processing for pragma Linker_Constructor and
5432         Linker_Destructor.
5434         * sem_prag.adb (Find_Unique_Parameterless_Procedure): New function
5435         extracted from Check_Interrupt_Or_Attach_Handler.
5436         (Check_Interrupt_Or_Attach_Handler): Invoke it.
5437         Implement pragma Linker_Constructor and Linker_Destructor with the
5438         help of Find_Unique_Parameterless_Procedure.
5439         Replace Name_Alias with Name_Target for pragma Linker_Alias.
5441         * snames.h, snames.ads, snames.adb:
5442         Add Name_Linker_Constructor and Name_Linker_Destructor.
5443         Add Pragma_Linker_Constructor and Pragma_Linker_Destructor.
5444         * snames.adb: Remove Name_Alias.
5446         * trans.c: Include cgraph.h.
5447         (build_global_cdtor): New function.
5448         (Compilation_Unit_to_gnu): Build global constructor and destructor if
5449         needed.
5450         (tree_transform) <N_Identifier>: Substitute renaming of view-conversions
5451         of objects too.
5452         (addressable_p) <COMPONENT_REF>: Unconditionally test
5453         DECL_NONADDRESSABLE_P on STRICT_ALIGNMENT platforms.
5455         * utils.c (process_attributes) <ATTR_LINK_ALIAS>: Do not assemble the
5456         variable if it is external.
5458         (static_ctors, static_dtors): New global variables.
5459         (process_attributes) <ATTR_LINK_CONSTRUCTOR>: New case.
5460         <ATTR_LINK_DESTRUCTOR>: Likewise.
5461         (end_subprog_body): Chain function as constructor and destructor
5462         if requested.
5464         * exp_util.adb (Force_Evaluation): Unconditionally invoke
5465         Remove_Side_Effects with Variable_Ref set to true.
5466         (Remove_Side_Effects): Handle scalar types first. Use a renaming
5467         for non-scalar types even if Variable_Ref is true and for class-wide
5468         expressions.
5470 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5472         * exp_attr.adb (Mod): Evaluate condition expression with checks off,
5473         to prevent spurious warnings.
5475 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5477         * exp_dist.adb (Build_TypeCode_Call): Remove incorrect processing for
5478         Itypes. Itypes are really unexpected there.
5479         (Build_TypeCode_Function): Generalise special processing for Itypes to
5480         handle the case of numeric implicit base types as well as enumerated
5481         ones.
5483 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5485         * exp_intr.adb (Expand_Unc_Deallocation): If the designated type is
5486         controlled, indicate the expected type of the dereference that is
5487         created for the call to Deep_Finalize, to prevent spurious errors when
5488         the designated type is private and completed with a derivation from
5489         another private type.
5491 2005-07-04  Vincent Celier  <celier@adacore.com>
5493         * make.adb (Change_To_Object_Directory): When unable to change the
5494         current dir to the object directory, output the full path of the
5495         directory.
5497 2005-07-04  Matthew Gingell  <gingell@adacore.com>
5499         * Makefile.in: Replace indepsw-linux.adb by indepsw-gnu.adb
5501         * indepsw-linux.adb: Replace by...
5503         * indepsw-gnu.adb: ...this new file
5505 2005-07-04  Vincent Celier  <celier@adacore.com>
5507         * mlib-prj.adb (Auto_Initialize): New constant String
5508         (SALs_Use_Constructors): New Boolean function
5509         (Build_Library): Call gnatbind with Auto_Initialize switch when
5510         SALs_Use_Constructors returns True.
5512         * mlib-tgt.ads: Minor reformatting
5514         * mlib-utl.ads: Minor reformatting
5516         * opt.ads: (Use_Pragma_Linker_Constructor): New Boolean flag
5518 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5520         * par-ch9.adb (P_Task, P_Protected): Indicate that single task and
5521         single protected declarations can have an interface list.
5522         (P_Entry_Declaration): Add handler for Error_Resync, which can be raised
5523         with seriously malformed entry declarations, and lead to compilation
5524         abandoned messages.
5526 2005-07-04  Javier Miranda  <miranda@adacore.com>
5528         * par-load.adb: Load the context items in two rounds.
5530 2005-07-04  Robert Dewar  <dewar@adacore.com>
5532         * scng.adb: Do not consider Mod used as an attribute to be a keyword
5534 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5535             Javier Miranda  <miranda@adacore.com>
5537         * sem_ch10.adb (Build_Limited_Views): A type declared with a private
5538         type extension needs a limited view.
5539         Remove previous restriction on private types available through the
5540         limited-view (only tagged private types were previously allowed).
5541         (Install_Withed_Unit): In the code that implements the
5542         legality rule given in AI-377, exclude a child unit with the name
5543         Standard, because it is a homonym of the Standard environment package.
5545 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5547         * sem_ch4.adb (Transform_Object_Operation): For an actual that is an
5548         overloaded function call, carry interpretations from the original tree
5549         to the copy.
5551 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5553         * sem_ch6.adb (Conforming_Types): If the types are anonymous access
5554         types check whether some designated type is a limited view, and use
5555         the non-limited view if available.
5557 2005-07-04  Gary Dismukes  <dismukes@adacore.com>
5559         * sem_eval.adb (Subtypes_Statically_Match): Use the discriminant
5560         constraint of full view of a private view T1 if present, when T2 is a
5561         discriminated full view.
5563 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5565         * sem_res.adb (Resolve_Actuals): Do not resolve the expression of an
5566         actual that is a view conversion of a bit packed array reference.
5568 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5570         * sem_type.adb (Covers): Verify that Corresponding_Record_Type is
5571         present before checking whether an interface type covers a synchronized
5572         type.
5574 2005-07-04  Ed Schonberg  <schonberg@adacore.com>
5576         * sem_util.adb (Is_Object_Reference): An indexed or selected component
5577         whose prefix is an implicit dereference is an object reference. Removes
5578         spurious errors when compiling with -gnatc.
5580 2005-07-04  Robert Dewar  <dewar@adacore.com>
5582         PR ada/22039
5584         * s-sopco3.ads, s-sopco4.ads, s-sopco5.ads: Minor documentation fix
5586 2005-07-04  Matthew Gingell  <gingell@adacore.com>
5588         * tracebak.c: Enable tracebacks on ia64 platforms
5590 2005-07-04  Vincent Celier  <celier@adacore.com>
5592         * vms_conv.adb (Initialize): Allow multiple ALI files to be given to
5593         the GNAT BIND command, as gnatbind accepts multiples ALI files with
5594         the -L or -n switches.
5596 2005-07-04  Vincent Celier  <celier@adacore.com>
5598         * makegpr.adb (Build_Global_Archive): Make sure the list of sources is
5599         correctly computed and the main project data is not modified while
5600         doing so.
5601         (Add_C_Plus_Plus_Link_For_Gnatmake): Always link with the C++ compiler
5602         (Choose_C_Plus_Plus_Link_Process): Do not generate shell script
5603         c++linker as this does not work on some platforms.
5605 2005-07-04  Matthew Heaney  <heaney@adacore.com>
5607         * a-convec.ads, a-coinve.ads: Declaration of subtype Extended_Index
5608         was changed.
5609         * a-coinve.adb: Perform constraint checks explicitly.
5611 2005-07-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5612             Thomas Quinot  <quinot@adacore.com>
5614         * Make-lang.in: (ada/targtyps.o): Add missing TREE_H dependency.
5615         new target gen-soccon.
5617 2005-07-04  Robert Dewar  <dewar@adacore.com>
5619         * s-mastop-irix.adb, s-mastop-vms.adb: Minor reformatting
5621 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5623         * g-socket.ads (Check_Selector): Minor rewording of comment.
5625 2005-07-04  Vincent Celier  <celier@adacore.com>
5627         * vms_data.ads: Add VMS qualifiers for new gnatpp switch --eol=
5629 2005-07-04  Thomas Quinot  <quinot@adacore.com>
5631         * gen-soccon.c: Add constants SO_SNDTIMEO and SO_RCVTIMEO.
5633 2005-07-04  Sergey Rybin  <rybin@adacore.com>
5635         * gnat_ugn.texi: Add description of --eol gnatpp option
5637 2005-07-04  Eric Botcazou  <ebotcazou@adacore.com>
5638             Thomas Quinot  <quinot@adacore.com>
5640         * gnat_rm.texi: Add a note that pragma Unreferenced is not appropriate
5641         if the user wants all calls of a subprogram to be flagged,
5642         independently of whether they are made from within the same unit or
5643         another unit.
5644         Mention restriction for pragma Linker_Alias on some platforms.
5645         Document pragma Linker_Constructor and Linker_Destructor.
5646         Rewrite documentation of Weak_External, Linker_Section and
5647         Linker_Alias pragmas.
5649 2005-07-04  Arnaud Charlet  <charlet@adacore.com>
5651         * s-stausa.ads, s-stausa.adb: New files.
5653 2005-06-30  Kelley Cook
5655         * all files:  Update FSF address in copyright headers.
5656         * gen-soccon.co (main): Output new FSF address in generated files.
5658 2005-06-28  Paul Brook  <paul@codesourcery.com>
5660         * misc.c (gnat_init_gcc_eh): Call default_init_unwind_resume_libfunc.
5662 2005-06-14  Olivier Hainque  <hainque@adacore.com>
5663             Eric Botcazou  <ebotcazou@adacore.com>
5665         * s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to
5666         exc_unwind, now that we are generating proper .debug_frame output for
5667         that target.
5669         * tracebak.c: Remove the mips-irix section, as we are now using the
5670         s-mastop based unwinder again.
5671         Under SPARC/Solaris, take into account the stack bias to compute the
5672         frame offset.  The stack bias is 0 for the V8 ABI and 2047 for the V9
5673         ABI.
5675 2005-06-14  Doug Rupp  <rupp@adacore.com>
5677         * g-trasym-vms.adb: renamed g-trasym-vms-alpha.adb
5679         * g-trasym-vms-alpha.adb, g-trasym-vms-ia64.adb: New files
5681 2005-06-14  Pascal Obry  <obry@adacore.com>
5683         * a-strhas.ads, a-secain.adb, a-secain.ads, a-rbtgso.ads, a-cgaaso.adb,
5684         a-cgaaso.ads, a-cgarso.adb, a-cgcaso.adb, a-cgarso.ads, a-cgcaso.ads,
5685         a-contai.ads, a-coprnu.ads, a-coprnu.adb: Fix header style (spaces in
5686         package name).
5688         * a-intnam-lynxos.ads, a-intnam-unixware.ads, a-intnam-tru64.ads,
5689         a-intnam-aix.ads, a-intnam-irix.ads, a-excpol-interix.adb,
5690         a-intnam-hpux.ads, a-intnam-linux.ads, a-intnam-dummy.ads,
5691         a-intnam-os2.ads, a-numaux-libc-x86.ads, a-intnam-interix.ads,
5692         a-intnam-solaris.ads, a-caldel-vms.adb, a-calend-vms.ads,
5693         a-intnam-vms.ads, a-excpol-abort.adb, a-intnam-mingw.ads,
5694         a-intnam-vxworks.ads, a-numaux-vxworks.ads, s-osinte-unixware.adb,
5695         s-osinte-unixware.ads, s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads,
5696         s-osinte-hpux.ads, s-osinte-solaris-posix.ads, a-intnam-freebsd.ads,
5697         s-osinte-freebsd.adb, s-osinte-freebsd.ads, s-osinte-lynxos.adb,
5698         s-osinte-lynxos.ads, s-tpopsp-lynxos.adb, s-osinte-tru64.adb,
5699         s-osinte-tru64.ads, s-tpopsp-posix-foreign.adb, s-vxwork-alpha.ads,
5700         s-osinte-aix.adb, s-osinte-aix.ads, s-osinte-aix-fsu.ads,
5701         s-osinte-irix.adb, s-osinte-irix.ads, s-interr-sigaction.adb,
5702         s-osinte-irix-athread.ads, s-osinte-hpux-dce.adb,
5703         s-osinte-hpux-dce.ads, s-osinte-posix.adb, s-osinte-linux.ads,
5704         s-vxwork-m68k.ads, s-osinte-linux-fsu.ads, s-vxwork-mips.ads,
5705         s-osinte-dummy.ads, s-interr-dummy.adb, s-osinte-os2.adb,
5706         s-osinte-os2.ads, s-osprim-os2.adb, s-osinte-interix.ads,
5707         s-osprim-unix.adb, s-vxwork-ppc.ads, s-osinte-solaris.adb,
5708         s-osinte-solaris.ads, s-osprim-solaris.adb, s-tpopsp-solaris.adb,
5709         s-vxwork-sparcv9.ads, s-osinte-solaris-fsu.ads, s-interr-vms.adb,
5710         s-osinte-vms.adb, s-osinte-vms.ads, s-osprim-vms.adb,
5711         s-osprim-vms.ads, s-tpopde-vms.adb, s-tpopde-vms.ads,
5712         s-osprim-mingw.adb, s-vxwork-xscale.ads, s-interr-vxworks.adb,
5713         s-osinte-vxworks.adb, s-osinte-vxworks.ads, s-osprim-vxworks.adb,
5714         s-tfsetr-vxworks.adb, s-tpopsp-vxworks.adb, s-intman-posix.adb,
5715         s-osinte-fsu.adb, s-osprim-posix.adb, s-tfsetr-default.adb,
5716         s-tpopsp-posix.adb, s-traces-default.adb, s-trafor-default.adb,
5717         s-trafor-default.ads, s-tratas-default.adb, a-numaux-x86.adb,
5718         a-numaux-x86.ads, a-astaco.adb, a-astaco.ads, a-caldel.adb,
5719         a-caldel.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads, a-colien.adb,
5720         a-colien.ads, a-colire.adb, a-colire.ads, a-comlin.adb, a-cwila1.ads,
5721         a-cwila9.ads, ada.ads, a-decima.adb, a-diocst.ads, a-direio.adb,
5722         a-dynpri.adb, a-dynpri.ads, a-excpol.adb, a-flteio.ads, a-fwteio.ads,
5723         a-inteio.ads, a-interr.adb, a-intnam.ads, a-intsig.adb, a-intsig.ads,
5724         a-ioexce.ads, a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
5725         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads, a-lliwti.ads,
5726         a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads, a-ngcoty.adb, a-ngelfu.adb,
5727         a-ngelfu.ads, a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
5728         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads, a-nselfu.ads,
5729         a-nucoty.ads, a-nudira.adb, a-nuelfu.ads, a-nuflra.adb, a-numaux.ads,
5730         a-numeri.ads, a-reatim.adb, a-retide.adb, a-retide.ads, a-sequio.adb,
5731         a-sequio.ads, a-sfteio.ads, a-sfwtio.ads, a-siocst.ads, a-siteio.ads,
5732         a-siwtio.ads, a-ssicst.ads, a-ssitio.ads, a-ssiwti.ads, a-stmaco.ads,
5733         a-storio.adb, a-strbou.adb, a-strfix.adb, a-string.ads, a-strmap.adb,
5734         a-strsea.adb, a-strsup.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
5735         a-stunau.ads, a-stwibo.adb, a-stwifi.adb, a-stwifi.ads, a-stwima.adb,
5736         a-stwise.adb, a-stwisu.adb, a-suteio.adb, a-suteio.ads, a-swuwti.adb,
5737         a-swuwti.ads, a-teioed.adb, a-ticoau.adb, a-ticoau.ads, a-ticoio.adb,
5738         a-tideau.adb, a-tideio.adb, a-tienau.adb, a-tienio.adb, a-tifiio.adb,
5739         a-tiflio.adb, a-tigeau.adb, a-tigeau.ads, a-tiinio.adb, a-timoau.adb,
5740         a-timoio.adb, a-timoio.ads, a-tiocst.ads, a-titest.adb, a-titest.ads,
5741         a-witeio.adb, a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
5742         a-wtcstr.ads, a-wtdeau.adb, a-wtdeio.adb, a-wtenau.adb, a-wtenio.adb,
5743         a-wtfiio.adb, a-wtflio.adb, a-wtgeau.adb, a-wtinau.adb, a-wtinio.adb,
5744         a-wtinio.ads, a-wtmoau.adb, a-wtmoio.adb, a-wttest.adb, calendar.ads,
5745         dec.ads, dec-io.adb, dec-io.ads, directio.ads, errno.c, g-bubsor.adb,
5746         g-bubsor.ads, g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
5747         g-casuti.adb, g-casuti.ads, g-debuti.ads, g-heasor.adb, g-heasor.ads,
5748         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads, g-htable.adb,
5749         g-htable.ads, g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
5750         g-memdum.adb, g-memdum.ads, g-sestin.ads, g-signal.ads, g-signal.adb,
5751         gnat.ads, g-souinf.ads, g-speche.adb, g-speche.ads, g-table.adb,
5752         g-table.ads, g-thread.adb, g-thread.ads, ioexcept.ads, i-vxwoio.adb,
5753         i-vxwoio.ads, math_lib.adb, s-assert.adb, s-assert.ads, s-asthan.ads,
5754         s-bitops.adb, s-bitops.ads, s-boarop.ads, s-carsi8.adb, s-carsi8.ads,
5755         s-carun8.adb, s-carun8.ads, s-casi16.adb, s-casi16.ads, s-casi32.adb,
5756         s-casi32.ads, s-casi64.adb, s-casi64.ads, s-casuti.adb, s-casuti.ads,
5757         s-caun16.adb, s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
5758         s-caun64.ads, s-direio.adb, s-direio.ads, sequenio.ads, s-errrep.adb,
5759         s-errrep.ads, s-exnint.adb, s-exnint.ads, s-exnllf.adb, s-exnllf.ads,
5760         s-exnlli.adb, s-exnlli.ads, s-expint.adb, s-expint.ads, s-explli.adb,
5761         s-explli.ads, s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
5762         s-expuns.adb, s-expuns.ads, s-fore.adb, s-fore.ads, s-geveop.adb,
5763         s-geveop.ads, s-htable.adb, s-htable.ads, s-imgbiu.adb, s-imgbiu.ads,
5764         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads, s-imgdec.adb,
5765         s-imgdec.ads, s-imgenu.adb, s-imgenu.ads, s-imgint.adb, s-imgint.ads,
5766         s-imgllb.adb, s-imgllb.ads, s-imglld.adb, s-imglld.ads, s-imglli.adb,
5767         s-imglli.ads, s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
5768         s-imgrea.ads, s-imguns.adb, s-imguns.ads, s-imgwiu.adb, s-imgwiu.ads
5769         s-interr.ads, s-io.adb, s-mantis.adb, s-mantis.ads, s-osprim.ads,
5770         s-pack03.adb, s-pack03.ads, s-pack05.adb, s-pack05.ads, s-pack06.adb,
5771         s-pack06.ads, s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
5772         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads, s-pack12.adb,
5773         s-pack12.ads, s-pack13.adb, s-pack13.ads, s-pack14.adb, s-pack14.ads,
5774         s-pack15.adb, s-pack15.ads, s-pack17.adb, s-pack17.ads, s-pack18.adb,
5775         s-pack18.ads, s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
5776         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads, s-pack23.adb,
5777         s-pack23.ads, s-pack24.adb, s-pack24.ads, s-pack25.adb, s-pack25.ads,
5778         s-pack26.adb, s-pack26.ads, s-pack27.adb, s-pack27.ads, s-pack28.adb,
5779         s-pack28.ads, s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
5780         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads, s-pack34.adb,
5781         s-pack34.ads, s-pack35.adb, s-pack35.ads, s-pack36.adb, s-pack36.ads,
5782         s-pack37.adb, s-pack37.ads, s-pack38.adb, s-pack38.ads, s-pack39.adb,
5783         s-pack39.ads, s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
5784         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads, s-pack44.adb,
5785         s-pack44.ads, s-pack45.adb, s-pack45.ads, s-pack46.adb, s-pack46.ads,
5786         s-pack47.adb, s-pack47.ads, s-pack48.adb, s-pack48.ads, s-pack49.adb,
5787         s-pack49.ads, s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
5788         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads, s-pack54.adb,
5789         s-pack54.ads, s-pack55.adb, s-pack55.ads, s-pack56.adb, s-pack56.ads,
5790         s-pack57.adb, s-pack57.ads, s-pack58.adb, s-pack58.ads, s-pack59.adb,
5791         s-pack59.ads, s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
5792         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads, s-scaval.adb,
5793         s-scaval.ads, s-sequio.adb, s-sequio.ads, s-stache.adb, s-stache.ads,
5794         s-stratt.adb, s-stratt.ads, s-strcom.adb, s-strcom.ads, s-strops.adb,
5795         s-strops.ads, s-taasde.ads, s-tadeca.adb, s-tadeca.ads, s-tadert.adb,
5796         s-tadert.ads, s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
5797         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads, s-tasini.adb,
5798         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
5799         s-tasren.ads, s-tasres.ads, s-tassta.adb, s-tassta.ads, s-tasuti.adb,
5800         s-tasuti.ads, s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
5801         s-tpoben.adb, s-tpoben.ads, s-tpobop.ads, s-tporft.adb, s-tposen.ads,
5802         s-traces.adb, s-traces.ads, s-tratas.adb, s-tratas.ads, s-valint.ads,
5803         s-unstyp.ads, s-veboop.adb, s-veboop.ads, s-vector.ads, s-vercon.adb,
5804         s-vercon.ads, s-wchcnv.adb, s-wchcnv.ads, s-wchjis.adb, s-wchjis.ads,
5805         s-wchstw.adb, s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
5806         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb, s-widenu.ads,
5807         s-widlli.adb, s-widlli.ads, s-widllu.adb, s-widllu.ads, s-wwdcha.ads,
5808         s-wwdenu.adb, s-wwdwch.ads, text_io.ads, s-stchop.ads, s-stchop.adb,
5809         s-stchop-vxworks.adb, a-intnam-darwin.ads, s-osinte-darwin.adb,
5810         s-osinte-darwin.ads, s-vxwork-x86.ads, a-numaux-darwin.ads,
5811         a-numaux-darwin.adb, a-chzla1.ads, a-chzla9.ads, a-lfztio.ads,
5812         a-liztio.ads, a-llfzti.ads, a-llizti.ads, a-sfztio.ads, a-siztio.ads,
5813         a-ssizti.ads, a-stzbou.adb, a-stzfix.adb, a-stzfix.ads, a-stzmap.adb,
5814         a-stzsea.adb, a-stzsup.adb, a-swunau.adb, a-swunau.ads, a-szuzti.adb,
5815         a-szuzti.ads, a-tiunio.ads, a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads,
5816         a-ztcoio.adb, a-ztcoio.ads, a-ztcstr.ads, a-ztdeau.adb, a-ztdeio.adb,
5817         a-ztenio.adb, a-ztexio.adb, a-ztfiio.adb, a-ztflio.adb, a-ztgeau.adb,
5818         a-ztinau.adb, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb, a-ztmoio.adb,
5819         a-zttest.adb, a-zzunio.ads, g-utf_32.adb: Fix header style.
5820         "GNU Ada" to GNAT, use proper casing for RUN-TIME.
5822 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
5823             Arnaud Charlet  <charlet@adacore.com>
5825         * a-sytaco.ads, a-sytaco.adb (Suspension_Object): These objects are no
5826         longer protected objects. They have been replaced by lower-level
5827         suspension objects made up by a mutex and a condition variable (or
5828         their equivalent given a particular OS) plus some internal data to
5829         reflect the state of the suspension object.
5830         (Initialize, Finalize): Add this initialization procedure for
5831         Suspension_Object, which is a controlled type.
5832         (Finalize): Add the finalization procedure for Suspension_Object,
5833         which is a controlled type.
5835         * a-sytaco-vxworks.ads, a-sytaco-vxworks.adb: Remove this version of
5836         Ada.Synchronous_Task_Control because there is no longer a need for a
5837         VxWorks specific version of this package. Target dependencies
5838         has been moved to System.Task_Primitives.Operations.
5840         * s-osinte-mingw.ads (pCRITICAL_SECTION): Remove this type which is no
5841         longer needed.
5842         (InitializeCriticalSection, EnterCriticalSection,
5843         LeaveCriticalSection, DeleteCriticalSection): Replace the type
5844         pCriticalSection by an anonymous access type so that we avoid problems
5845         of accessibility to local objects.
5847         * s-taprop.ads, s-taprop-posix.adb, s-taprop-vxworks.adb,
5848         s-taprop-mingw.adb, s-taprop-vms.adb, s-taprop-solaris.adb,
5849         s-taprop-os2.adb, s-taprop-dummy.adb, s-taprop-hpux-dce.adb,
5850         s-taprop-linux.adb, s-taprop-irix.adb, s-taprop-irix-athread.adb,
5851         s-taprop-tru64.adb, s-taprop-lynxos.adb (Elaboration Code): No longer
5852         set the environment task mask here.
5853         (Current_State): Add this function that returns the state of the
5854         suspension object.
5855         (Set_False): Add this procedure that sets the state of the suspension
5856         object to False.
5857         (Set_True): Add this procedure that sets the state of the suspension
5858         object to True, releasing the task that was suspended, if any.
5859         (Suspend_Until_True): Add this procedure that blocks the calling task
5860         until the state of the object is True. Program_Error is raised if
5861         another task is already waiting on that suspension object.
5862         (Initialize): Add this procedure for initializing the suspension
5863         object. It initializes the mutex and the condition variable which are
5864         used for synchronization and queuing, and it sets the internal state
5865         to False.
5866         (Finalize): Add this procedure for finalizing the suspension object,
5867         destroying the mutex and the condition variable.
5869         * s-taspri-posix.ads, s-taspri-vxworks.ads, s-taspri-mingw.ads,
5870         s-taspri-vms.ads, s-taspri-solaris.ads, s-taspri-os2.ads,
5871         s-taspri-dummy.ads, s-taspri-hpux-dce.ads, s-taspri-linux.ads,
5872         s-taspri-tru64.ads, s-taspri-lynxos.ads (Suspension_Object): New object
5873         which provides a low-level abstraction (using operating system
5874         primitives) for Ada.Synchronous_Task_Control.
5875         This object is made up by a mutex (for ensuring mutual exclusion), a
5876         condition variable (for queuing threads until the condition is
5877         signaled), a Boolean (State) indicating whether the object is open,
5878         and a Boolean (Waiting) reflecting whether there is a task already
5879         suspended on this object.
5881         * s-intman.ads, s-intman-irix.adb, s-intman-irix-athread.adb,
5882         s-intman-dummy.adb, s-intman-solaris.adb, s-intman-vms.adb,
5883         s-intman-vms.ads, s-intman-mingw.adb,
5884         (Initialize_Interrupts): Removed, no longer used.
5886         * s-inmaop-posix.adb, s-inmaop-vms.adb, s-inmaop-dummy.adb,
5887         (Setup_Interrupt_Mask): New procedure.
5889         * s-intman-vxworks.ads, s-intman-vxworks.adb:  Update comments.
5891         * s-inmaop.ads (Setup_Interrupt_Mask): New procedure
5893         * s-interr.adb: Add explicit call to Setup_Interrupt_Mask now that
5894         this is no longer done in the body of s-taprop
5895         (Server_Task): Explicitely test for Pending_Action in case
5896         System.Parameters.No_Abort is True.
5898         * s-taasde.adb: Add explicit call to Setup_Interrupt_Mask now that this
5899         is no longer done in the body of s-taprop
5901 2005-06-14  Robert Dewar  <dewar@adacore.com>
5903         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
5904         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
5905         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
5906         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
5907         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
5908         system-linux-x86.ads, system-vxworks-mips.ads, system-vxworks-mips.ads,
5909         system-os2.ads, system-interix.ads, system-solaris-sparc.ads,
5910         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
5911         system-vms-zcx.ads, system-vxworks-ppc.ads, system.ads,
5912         system-darwin-ppc.ads, system-vxworks-x86.ads, system-linux-ppc.ads,
5913         system-linux-hppa.ads, system-vms_64.ads,
5914         system-vxworks-alpha.ads: Minor comment update for
5915         AI-362 (unit is Pure).
5917         * a-chahan.ads, a-chahan.adb: Move Wide_Wide functions to Conversions
5918         Add pragma Pure_05 for AI-362
5919         Make remaining conversion functions obsolescent in Ada 95
5921         * impunit.adb: Change a-swunha to a-swuwha and a-szunha to a-szuzha
5922         Make Ada.Wide_Characters[.Unicode] available in Ada 95 mode
5923         Add entries for a-wichun and a-zchuni
5924         Add a-widcha a-zchara for AI-395
5925         Add a-chacon (Ada.Characters.Conversions) to list of Ada 2005 routines
5927         * Makefile.rtl: Change a-swunha to a-swuwha and a-szunha to a-szuzha
5928         Add entries for a-wichun.o and a-zchuni.o
5929         Entries for a-widcha.o and a-zchara.o
5930         Add entry for a-chacon.o
5932         * a-ztenau.adb: Add with of Ada.Characters.Conversions
5934         * a-chacon.ads, a-chacon.adb: New files.
5936         * a-taside.adb, a-exstat.adb, a-excach.adb: Add warnings off to allow
5937         categorization violations.
5939         * a-strmap.ads: Add pragma Pure_05 for AI-362
5940         * a-strmap.ads: Add note on implicit categorization for AI-362
5942         * a-tgdico.ads, a-taside.ads: Add pragma Preelaborate_05 for AI-362
5944         * par-prag.adb: Dummy entry for pragma Persistent_BSS
5945         Set Ada_Version_Explicit, for implementation of AI-362
5946         Add processing for pragma Pure_05 and Preelaborate_05
5947         Add entry for Assertion_Policy pragma
5949         * sem.adb: Make sure predefined units are compiled with GNAT_Mode true
5950         when needed for proper processing of categorization stuff
5952         * sem_cat.adb:
5953         For several cases, make errors in preealborate units warnings,
5954         instead of errors, if GNAT_Mode is set. For AI-362.
5956         * sem_elab.adb (Check_Elab_Call): Call to non-static subprogram in
5957         preelaborate unit is now warning if in GNAT mode
5959         * s-stoele.ads: Document AI-362 for pragma preelaborate
5961 2005-06-14  Doug Rupp  <rupp@adacore.com>
5963         * s-parame-vms.ads, s-parame-hpux.ads, s-parame-vms-restrict.ads,
5964         s-parame-ae653.ads, s-parame.ads, s-parame-vxworks.ads:
5965         Default_Exception_Msg_Max_Length: new parameter.
5967         * a-except.ads: (Exception_Msg_Max_Length): Set to
5968         System.Parameters.Default_Exception_Msg_Max_Length
5969         Add pragma Preelaborate_05 for AI-362
5970         Add warnings off to allow categorization violations for AI-362
5972 2005-06-14  Vincent Celier  <celier@adacore.com>
5974         * gnatsym.adb: Adapt to modification of package Symbols: procedure
5975         Process is now in package Processing.
5977         * symbols.ads, symbols.adb:
5978         (Processing): New package, containing procedure Process
5980         * symbols-vms-alpha.adb:
5981         Replaced by symbols-vms.adb and symbols-processing-vms-alpha.adb
5983         * symbols-vms.adb, symbols-processing-vms-alpha.adb,
5984         symbols-processing-vms-ia64.adb: New files.
5986 2005-06-14  Pascal Obry  <obry@adacore.com>
5988         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous
5989         implementation. This new version generates the proper DllMain routine
5990         to initialize the SAL. The DllMain is generated in Ada and compiled
5991         before being added as option to the library build command.
5993 2005-06-14  Doug Rupp  <rupp@adacore.com>
5994             Pascal Obry  <obry@adacore.com>
5996         * adaint.c (__gnat_to_canonical_file_spec): Check for error returns in
5997         call to decc$translate_vms.
5998         (__gnat_locate_regular_file): Check if the path_val contains quotes. We
5999         need to remove those quotes before catenating the filename.
6000         (__gnat_locate_exec_on_path): improvements to the Win32 section:
6001         * avoid allocating the memory twice for better efficiency;
6002         * allocate 32K buffer for environment expansion as suggested by MSDN;
6003         * prepend ".;" to the path so that current directory is searched too.
6005 2005-06-14  Robert Dewar  <dewar@adacore.com>
6007         * a-except.adb (Exception_Identity): return Null_Id for null occurrence
6008         instead of raising CE (AI-241)
6009         Add warnings off to allow categorization violations for AI-362
6011 2005-06-14  Robert Dewar  <dewar@adacore.com>
6013         * ali-util.adb, gnatbind.adb: Remove references to
6014         Force_RM_Elaboration_Order.
6016         * switch-b.adb: Remove recognition of -f switch
6018 2005-06-14  Pascal Obry  <obry@adacore.com>
6020         * a-stzunb.adb, a-stwiun.adb, a-strunb.adb (Realloc_For_Chunk): New
6021         implementation which is slightly more efficient.
6023 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
6024             Javier Miranda  <miranda@adacore.com>
6025             Ed Schonberg  <schonberg@adacore.com>
6026             Hristian Kirtchev  <kirtchev@adacore.com>
6028         * exp_ch4.adb (Expand_Allocator_Expression): When an initialized
6029         allocator's designated type is a class-wide type, and compiling for
6030         Ada 2005, emit a run-time check that the accessibility level of the
6031         type given in the allocator's expression is not deeper than the level
6032         of the allocator's access type.
6034         (Tagged_Membership): Modified to gives support to abstract interface
6035         types.
6037         * a-tags.ads, a-tags.adb (type Type_Specific_Data): Add component
6038         Access_Level.
6039         (Descendant_Tag): New predefined function
6040         (Is_Descendant_At_Same_Level): New predefined function
6041         (Get_Access_Level): New private function
6042         (Set_Access_Level): New private procedure
6043         (IW_Membership): New function. Given the tag of an object and the tag
6044         associated with an interface, evaluate if the object implements the
6045         interface.
6046         (Register_Interface_Tag): New procedure used to initialize the table of
6047         interfaces used by the IW_Membership function.
6048         (Set_Offset_To_Top): Initialize the Offset_To_Top field in the prologue
6049         of the dispatch table.
6050         (Inherit_TSD): Modified to copy the table of ancestor tags plus the
6051         table of interfaces of the parent.
6052         (Expanded_Name): Raise Tag_Error if the passed tag equals No_Tag.
6053         (External_Tag): Raise Tag_Error if the passed tag equals No_Tag.
6054         (Parent_Tag): Return No_Tag in the case of a root-level tagged type,
6055         and raise Tag_Error if the passed tag equalis No_Tag, to conform with
6056         Ada 2005 semantics for the new predefined function.
6058         * exp_attr.adb (Expand_N_Attribute, case Attribute_Input): Generate
6059         call to Descendant_Tag rather than Internal_Tag.
6060         (Expand_N_Attribute, case Attribute_Output): Emit a check to ensure that
6061         the accessibility level of the attribute's Item parameter is not deeper
6062         than the level of the attribute's prefix type. Tag_Error is raised if
6063         the check fails. The check is only emitted for Ada_05.
6064         (Find_Stream_Subprogram): If a TSS exists on the type itself for the
6065         requested stream attribute, use it.
6066         (Expand_N_Attribute_Reference): If the designated type is an interface
6067         then rewrite the referenced object as a conversion to force the
6068         displacement of the pointer to the secondary dispatch table.
6069         (Expand_N_Attribute_Reference, case 'Constrained): Return false if this
6070         is a dereference of an object with a constrained partial view.
6072         * exp_ch5.adb (Expand_N_Return_Statement): When a function's result
6073         type is a class-wide type, emit a run-time check that the accessibility
6074         level of the returned object is not deeper than the level of the
6075         function's master (only when compiling for Ada 2005).
6077         * exp_disp.ads, exp_disp.adb (Ada_Actions, Action_Is_Proc,
6078         Action_Nb_Arg): Add entries for new Get_Access_Level and
6079         Set_Access_Level routines in these tables.
6080         (Make_DT): Generate a call to set the accessibility level of the
6081         tagged type in its TSD.
6082         (Make_DT): Code cleanup. The functionality of generating all the
6083         secondary dispatch tables has been moved to freeze_record_type.
6084         (Make_Abstract_Interface_DT): Minor code cleanup.
6085         (Set_All_DT_Position): Code cleanup. As part of the code cleanup
6086         this subprogram implements a new algorithm that provides the
6087         same functionality and it is more clear in case of primitives
6088         associated with abstract interfaces.
6089         (Set_All_Interfaces_DTC_Entity): Removed. As part of the code
6090         clean up, the functionality of this subprogram is now provided
6091         by Set_All_DT_Position.
6092         (Write_DT): New subprogram: a debugging procedure designed to be called
6093         within gdb to display the dispatch tables associated with a tagged
6094         type.
6095         (Collect_All_Interfaces): New subprogram that collects the whole list
6096         of interfaces that are directly or indirectly implemented by a tagged
6097         type.
6098         (Default_Prim_Op_Position): New subprogram that returns the fixed
6099         position in the dispatch table of the default primitive operations.
6100         (Expand_Interface_Actuals): New subprogram to generate code that
6101         displaces all the actuals corresponding to class-wide interfaces to
6102         reference the interface tag of the actual object.
6103         (Expand_Interface_Conversion): New subprogram. Reference the base of
6104         the object to give access to the interface tag associated with the
6105         secondary dispatch table.
6106         (Expand_Interface_Thunk): New subprogram that generates the code of the
6107         thunk. This is required for compatibility with the C+ ABI.
6108         (Make_Abstract_Interface_DT): New subprogram that generate the
6109         declarations for the secondary dispatch tables associated with an
6110         abstract interface.
6111         (Set_All_Interfaces_DTC_Entity): New subprogram that sets the DTC_Entity
6112         attribute for each primitive operation covering interface subprograms
6113         (Expand_Dispatching_Call, Fill_DT_Entry, Make_DT, Set_All_DT_Position):
6114         These subprograms were upgraded to give support to abstract interfaces
6116         * rtsfind.ads (type RE_Id): Add RE_Descendant_Tag,
6117         RE_Is_Descendant_At_Same_Level, RE_Get_Access_Level, and
6118         RE_Set_Access_Level.
6119         (RE_Unit_Table): Add entries for new Ada.Tags operations.
6120         Add support to call the followig new run-time subprograms:
6121         IW_Membership, Register_Interface_Tag, and Set_Offset_To_Top
6123         * sem_ch3.adb (Constant_Redeclaration): Allow a deferred constant to
6124         match its full declaration when both have an access definition with
6125         statically matching designated subtypes.
6126         (Analyze_Component_Declaration): Delete commented out code that was
6127         incorrectly setting the scope of an anonymous access component's type.
6128         (Process_Discriminants): Set Is_Local_Anonymous_Access for the type of
6129         an access discriminant when the containing type is nonlimited.
6130         (Make_Incomplete_Type_Declaration): Create an incomplete type
6131         declaration for a record type that includes self-referential access
6132         components.
6133         (Check_Anonymous_Access_Types): Before full analysis of a record type
6134         declaration, create anonymous access types for each self-referential
6135         access component.
6136         (Analyze_Component_Declaration, Array_Type_Declaration): Indicate that
6137         an access component in this context is a Local_Anonymous_Access, for
6138         proper accessibility checks.
6139         (Access_Definition): Set properly the scope of the anonymous access type
6140         created for a stand-alone access object.
6141         (Find_Type_Of_Object): An object declaration may be given with an access
6142         definition.
6143         (Complete_Subprograms_Derivation): New subprogram used to complete
6144         type derivation of private tagged types implementing interfaces.
6145         In this case some interface primitives may have been overriden
6146         with the partial-view and, instead of re-calculating them, they
6147         are included in the list of primitive operations of the full-view.
6148         (Build_Derived_Record_Type): Modified to give support to private
6149         types implemening interfaces.
6150         (Access_Definition): Reject ALL on anonymous access types.
6151         (Build_Derived_Record_Type): In the case of Ada 2005, allow a tagged
6152         type derivation to occur at a deeper accessibility level than the
6153         parent type.
6154         For the case of derivation within a generic body however, disallow the
6155         derivation if the derived type has an ancestor that is a formal type
6156         declared in the formal part of an enclosing generic.
6157         (Analyze_Object_Declaration): For protected objects, remove the check
6158         that they cannot contain interrupt handlers if not declared at library
6159         level.
6160         (Add_Interface_Tag_Components): New subprogram to add the tag components
6161         corresponding to all the abstract interface types implemented by a
6162         record type or a derived record type.
6163         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
6164         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
6165         Process_Full_View, Record_Type_Declaration): Modified to give
6166         support to abstract interface types
6167         (Collect_Interfaces): New subprogram that collects the list of
6168         interfaces that are not already implemented by the ancestors
6169         (Process_Full_View): Set flag Has_Partial_Constrained_View appropriately
6170         when partial view has no discriminants and full view has defaults.
6171         (Constrain_Access): Reject a constraint on a general access type
6172         if the discriminants of the designated type have defaults.
6173         (Access_Subprogram_Declaration): Associate the Itype node with the inner
6174         full-type declaration or subprogram spec. This is required to handle
6175         nested anonymous declarations.
6176         (Analyze_Private_Extension_Declaration, Build_Derived_Record_Type,
6177         Derived_Type_Declaration, Find_Type_Name, Inherit_Components,
6178         Process_Full_View, Record_Type_Declaration): Modified to give
6179         support to abstract interface types
6180         (Derive_Subprograms): Addition of a new formal to indicate if
6181         we are in the case of an abstact-interface derivation
6182         (Find_Type_Of_Subtype_Indic): Moved from the body of the package
6183         to the specification because it is requied to analyze all the
6184         identifiers found in a list of interfaces
6186         * debug.adb: Complete documentation of flag "-gnatdZ"
6188         * exp_ch3.adb: Implement config version of persistent_bss pragma
6189         (Check_Stream_Attributes): Use Stream_Attribute_Available instead of
6190         testing for TSS presence to properly enforce visibility rules.
6191         (Freeze_Record_Type): Code cleanup. Modified to call the subprogram
6192         Make_Abstract_Interfaces_DT to generate the secondary tables
6193         associated with abstract interfaces.
6194         (Build_Init_Procedure): Modified to initialize all the tags
6195         corresponding.
6196         (Component_Needs_Simple_Initialization): Similar to other tags,
6197         interface tags do not need initialization.
6198         (Freeze_Record_Type): Modified to give support to abstract interface
6199         types.
6200         (Expand_N_Object_Declaration): Do not generate an initialization for
6201         a scalar temporary marked as internal.
6203         * exp_ch6.adb (Add_Simple_Call_By_Copy_Code): Handle properly an
6204         in-out parameter that is a component in an initialization procedure,
6205         whose constraint might depend on discriminants, and that may be
6206         misaligned because of packing or representation clauses.
6207         (Is_Legal_Copy): New predicate to determine whether a possibly
6208         misaligned in-out actual can actually be passed by copy/return. This
6209         is an error in case the type is by_reference, and a warning if this is
6210         the consequence of a DEC import pragma on the subprogram.
6211         (Expand_Call, Freeze_Subprogram): Modified to give support to abstract
6212         interface types
6213         (Expand_Inlined_Call): Mark temporary generated for the return value as
6214         internal, so that no useless scalar normalization is generated for it.
6215         (Expand_N_Subprogram_Declaration): Save unanalyzed body so calls to
6216         null procedure can always be inlined.
6217         (Expand_N_Subprogram_Declaration): If this is the declaration of a null
6218         procedure, generate an explicit empty body for it.
6220         * exp_util.ads, exp_util.adb (Find_Interface_ADT): New subprogram.
6221         Given a type implementing an interface, returns the corresponding
6222         access_disp_table value.
6223         (Find_Interface_Tag): New subprogram. Given a type implementing an
6224         interface, returns the record component containing the tag of the
6225         interface.
6226         (Find_Interface_Tag): New overloaded subprogram. Subsidiary to the
6227         previous ones that return the corresponding tag and access_disp_table
6228         entities.
6229         (Is_Predefined_Dispatching_Operation): Determines if a subprogram
6230         is a predefined primitive operation.
6231         (Expand_Subtype_From_Expr): If the expression is a selected component
6232         within an initialization procedure, compute its actual subtype, because
6233         the component may depend on the discriminants of the enclosing record.
6235         * i-cpp.ads, i-cpp.adb:
6236         This package has been left available for compatibility with previous
6237         versions of the frontend. As part of the new layout this is now a
6238         dummy package that uses declarations available at a-tags.ads
6240         * par-ch3.adb (P_Identifier_Declarations): Give an error for use of
6241         "constant access" and "aliased [constant] access" when not compiling
6242         with -gnat05.
6243         Suppress Ada 2005 keyword warning if -gnatwY used
6244         (P_Identifier_Declarations): Add support for object declarations with
6245         access definitions.
6246         (Private_Extension_Declaration): Complete the documentation
6247         (P_Derived_Type_Def_Or_Private_Ext_Decl): Fill the inteface_list
6248         attribute in case of private extension declaration
6249         (P_Type_Declaration): Mark as "abstract" the type declarations
6250         corresponding with protected, synchronized and task interfaces
6251         (P_Declarative_Items): "not" and "overriding" are overriding indicators
6252         for a subprogram or instance declaration.
6254         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Verify that an
6255         instantiation that is a dispatching operation has controlling access
6256         parameters that are null excluding.
6257         Save and restore Ada_Version_Explicit, for implementation of AI-362
6258         (Validate_Derived_Type_Instance): Add check for abstract interface
6259         types.
6260         (Analyze_Formal_Package): Establish Instantiation source for the copy of
6261         the generic that is created to represent the formal package.
6262         (Analyze_Package_Instantiation): Instantiate body immediately if the
6263         package is a predefined unit that contains inlined subprograms, and
6264         we are compiling for a Configurable_Run_Time.
6265         (Instantiate_Formal_Subprogram): Indicate that null default subprogram
6266         If the program has a null default, generate an empty body for it.
6268         * sem_ch6.adb, sem_ch9.adb (Analyze_Subprograms_Declaration): Update
6269         error message condition, null procedures are correctly detected now.
6270         (New_Overloaded_Entity): Bypass trivial overriding indicator check
6271         for subprograms in the context of protected types. Instead, the
6272         indicator is examined in Sem_Ch9 while analysing the subprogram
6273         declaration.
6274         (Check_Overriding_Indicator): Check consistency of overriding indicator
6275         on subprogram stubs as well.
6276         (Analyze_Subprogram_Declaration): Diagnose null procedures declared at
6277         the library level.
6278         (Analize_Subprogram_Specification): When analyzing a subprogram in which
6279         the type of the first formal is a concurrent type, replace this type
6280         by the corresponding record type.
6281         (Analyze_Subprogram_Body): Undo the previous work.
6282         (Analyze_Procedure_Call): If the call has the form Object.Op, the
6283         analysis of the prefix ends up analyzing the call itself, after which
6284         we are done.
6285         (Has_Interface_Formals): New subprogram subsidiary to analyze
6286         subprogram_specification that returns true if some non
6287         class-wide interface subprogram is found
6288         (New_Overloaded_Entity): Modified to give support to abstract
6289         interface types
6290         (Conforming_Types): In Ada 2005 mode, conformance checking of anonymous
6291         access to subprograms must be recursive.
6292         (Is_Unchecked_Conversion): Improve the test that recognizes
6293         instantiations of Unchecked_Conversion, and allows them in bodies that
6294         are to be inlined by the front-end. When the body comes from an
6295         instantiation, a reference to Unchecked_Conversion will be an
6296         Expanded_Name, even though the body has not been analyzed yet.
6297         Replace Is_Overriding and Not_Overriding in subprogram_indication with
6298         Must_Override and Must_Not_Override, to better express intent of AI.
6299         (Analyze_Subprogram_Body): If an overriding indicator is given, check
6300         that it is consistent with the overrinding status of the subprogram
6301         at this point.
6302         (Analyze_Subprogram_Declaration): Indicate that a null procedure is
6303         always inlined.
6304         If the subprogram is a null procedure, indicate that it does not need
6305         a completion.
6307         * sem_disp.adb (Check_Controlling_Type): Give support to entities
6308         available through limited-with clauses.
6309         (Check_Dispatching_Operation): A stub acts like a body, and therefore is
6310         allowed as the last primitive of a tagged type if it has no previous
6311         spec.
6312         (Override_Dispatching_Operation, Check_Dispatching_Operation): Modified
6313         to give support to abstract interface types
6315         * sem_res.adb (Valid_Conversion): Perform an accessibility level check
6316         in the case where the target type is an anonymous access type of an
6317         object or component (that is, when Is_Local_Anonymous_Access is true).
6318         Prevent the special checks for conversions of access discriminants in
6319         the case where the discriminant belongs to a nonlimited type, since
6320         such discriminants have their accessibility level defined in the same
6321         way as a normal component of an anonymous access type.
6322         (Resolve_Allocator): When an allocator's designated type is a class-wide
6323         type, check that the accessibility level of type given in the
6324         allocator's expression or subtype indication is not statically deeper
6325         than the level of the allocator's access type.
6326         (Check_Discriminant_Use): Diagnose discriminant given by an expanded
6327         name in a discriminant constraint of a record component.
6328         (Resolve_Explicit_Dereference): Do not check whether the type is
6329         incomplete when the dereference is a use of an access discriminant in
6330         an initialization procedure.
6331         (Resolve_Type_Conversion): Handle conversions to abstract interface
6332         types.
6333         (Valid_Tagged_Conversion): The conversion of a tagged type to an
6334         abstract interface type is always valid.
6335         (Valid_Conversion): Modified to give support to abstract interface types
6336         (Resolve_Actuals): Enable full error reporting on view conversions
6337         between unrelated by_reference array types.
6338         The rule for view conversions of arrays with aliased components is
6339         weakened in Ada 2005.
6340         Call to obsolescent subprogram is now considered to be a violation of
6341         pragma Restrictions (No_Obsolescent_Features).
6342         (Check_Direct_Boolean_Operator): If the boolean operation has been
6343         constant-folded, there is nothing to check.
6344         (Resolve_Comparison_Op, Resolve_Equality_Op, Resolve_Boolean_Op): Defer
6345         check on possible violation of restriction No_Direct_Boolean_Operators
6346         until after expansion of operands, to prevent spurious errors when
6347         operation is constant-folded.
6349         * sem_type.ads, sem_type.adb (Covers, Intersect_Types, Specific_Type,
6350         Has_Compatible_Type): Modified to give support to abstract interface
6351         types.
6352         (Interface_Present_In_Ancestor): New function to theck if some ancestor
6353         of a given type implements a given interface
6355         * sem_ch4.adb (Analyze_Call): Handle properly an indirect call whose
6356         prefix is a parameterless function that returns an access_to_procedure.
6357         (Transform_Object_Operation): Handle properly function calls of the
6358         form Obj.Op (X), which prior to analysis appear as indexed components.
6359         (Analyze_One_Call): Complete the error notification to help new Ada
6360         2005 users.
6361         (Analyze_Allocator): For an allocator without an initial value, where
6362         the designated type has a constrained partial view, a discriminant
6363         constraint is illegal.
6365 2005-06-14  Robert Dewar  <dewar@adacore.com>
6367         * a-textio.adb (Set_Col): Fix two errors noticed recently, having to
6368         do with treatment of Set_Col when positioned at end of line character.
6370 2005-06-14  Robert Dewar  <dewar@adacore.com>
6372         * atree.adb: (Elist*): Protect against uninitialized field
6374 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6376         * checks.adb (Install_Null_Excluding_Check): Do not generate checks
6377         for an attribute reference that returns an access type.
6378         (Apply_Discriminant_Check): No need for check if (designated) type has
6379         constrained partial view.
6381         (Apply_Float_Conversion_Check): Generate a short-circuit expression for
6382         both bound checks, rather than a conjunction.
6383         (Insert_Valid_Check): If the expression is an actual that is an indexed
6384         component of a bit-packed array, force expansion of the packed element
6385         reference, because it is specifically inhibited elsewhere.
6387 2005-06-14  Vincent Celier  <celier@adacore.com>
6389         * clean.adb (Clean_Project): Correctly delete executable specified as
6390         absolute path names.
6392         * make.adb (Gnatmake): Allow relative executable path names with
6393         directory information even when project files are used.
6394         (Change_To_Object_Directory): Fail gracefully when unable to change
6395         current working directory to object directory of a project.
6396         (Gnatmake): Remove exception handler that could no longer be exercized
6397         (Compile_Sources.Compile): Use deep copies of arguments, as some of them
6398         may be deallocated by Normalize_Arguments.
6399         (Collect_Arguments): Eliminate empty arguments
6401         * gnatcmd.adb (All_Projects): New Boolean flag, initialized to False,
6402         and set to True when -U is used for GNAT PRETTY or GNAT METRIC.
6403         (Check_Project): Return False when Project is No_Project. Return True
6404         when All_Projects is True.
6405         (GNATCmd): Recognize switch -U for GNAT PRETTY and GNAT METRIC and set
6406         All_Projects to True.
6407         Minor reformatting
6409 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6410             Javier Miranda  <miranda@adacore.com>
6411             Thomas Quinot  <quinot@adacore.com>
6412             Robert Dewar  <dewar@adacore.com>
6413             Hristian Kirtchev  <kirtchev@adacore.com>
6414             Gary Dismukes  <dismukes@adacore.com>
6416         * einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on
6417         anonymous access types, to indicate that the accessibility level of
6418         the type is determined by that of the enclosing declaration.
6419         (Has_Persistent_BSS): New flag
6420         (Set_Is_Primitive_Wrapper): Upgrade the barrier to allow the usage
6421         of this attribute with functions.
6422         (Is_Primitive_Wrapper): Remove the barrier.
6423         (Has_Specified_Stream_Input, Has_Specified_Stream_Output,
6424         Has_Specified_Stream_Read, Has_Specified_Stream_Write):
6425         New subprograms.
6426         (Set_Has_Specified_Stream_Input, Set_Has_Specified_Stream_Output,
6427         Set_Has_Specified_Stream_Read, Set_Has_Specified_Stream_Write):
6428         New subprograms.
6429         (Is_Pure_Unit_Access_Type): New flag
6430         (Abstract_Interfaces): Complete the assertion to cover all usages.
6431         (Set_Is_Interface): Complete the assertion to cover all usages.
6432         (Is_Primitive_Wrapper): New attribute.
6433         (Is_Obsolescent): Now applies to all entities (though it is only set
6434         for subprograms currently)
6435         New flag:  Has_Constrained_Partial_View, to implemente Ada 2005 AI-363,
6436         which solves various problems concerning access subtypes.
6437         (Has_Persistent_BSS): New flag
6438         (Is_Primitive_Wrapper, Set_Primitive_Wrapper): Code cleanup.
6439         Remove these subprograms because this attribute is currently
6440         not used.
6441         New entity flags:
6442         Has_Specified_Stream_Input (Flag190)
6443         Has_Specified_Stream_Output (Flag191)
6444         Has_Specified_Stream_Read (Flag192)
6445         Has_Specified_Stream_Write (Flag193)
6446         Present in all type and subtype entities. Set for a given view if the
6447         corresponding stream-oriented attribute has been defined by an
6448         attribute definition clause. When such a clause occurs, a TSS is set
6449         on the underlying full view; the flags are used to track visibility of
6450         the attribute definition clause for partial or incomplete views.
6451         (Is_Pure_Unit_Access_Type): New flag
6452         Clarify use of Is_Internal.
6453         (Is_Primitive_Wrapper): New attribute present in primitive subprograms
6454         internally generated to wrap the invocation of tasks and protected
6455         types that implement interfaces.
6456         (Implementation_Base_Type): Documentation correction
6457         (Is_Obsolescent): Now applies to all entities (though it is only set
6458         for subprograms currently)
6459         New flag:  Has_Constrained_Partial_View, to implement Ada 2005 AI-363,
6460         which solves various problems concerning access subtypes.
6462         * exp_ch9.adb (Type_Conformant_Parameters): Introduce mode conformance
6463         for examined parameters. Identify unequal parameter list lengths as
6464         non-conformant parameters.
6465         (Overriding_Possible): Do not check for "All" qualifier in declaration
6466         of controlling access parameter, following prescription of AI-404.
6467         (Build_Entry_Wrapper_Spec, Build_Entry_Wrapper_Body): New subprograms
6468         that build the procedure body that wraps an entry invocation
6469         (Build_Corresponding_Record, Build_Protected_Sub_Specification,
6470         Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
6471         Expand_N_Task_Body, Expand_N_Task_Type_Declaration): Modified to
6472         give support to abstract interface types
6474         * freeze.adb (Freeze_Entity): Issue error message if
6475         Is_Pure_Unit_Access_Type set, unless we are in Ada 2005 mode and the
6476         type has no storage pool (Ada 2005) AI-366.
6477         Also modified to give support to abstract interface types
6478         (Freeze_Subprogram): Issue an error for a dispatching subprogram with an
6479         Inline_Always pragma.
6481         * par-ch9.adb (P_Task_Items): Reserved words "not" or "overriding" may
6482         now begin an entry declaration.
6483         (P_Entry_Or_Subprogram_With_Indicator): New procedure in
6484         P_Protected_Operation_Declaration_Opt. Parse an entry declaration or
6485         a subprogram declaration preceded by an overriding indicator.
6486         (P_Protected_Operation_Declaration_Opt): Add case for parsing entry
6487         declarations or subprogram declarations preceded by reserved words
6488         "not" or "overriding".
6489         (P_Entry_Declaration): Update comment. Parse and check overriding
6490         indicator, set semantic flags of entry declarations.
6491         (P_Task): New error message in case of private applied
6492         to a task type declaration.
6493         (P_Protected): New error message in case of private applied
6494         to a task type declaration.
6496         * sem_ch7.adb (Preserve_Full_Attributes): Modified to handle the case
6497         in which the full view of a type implementing an interface is a
6498         concurrent type.
6499         (Has_Overriding_Pragma): Remove obsolete implementation of AI-218.
6500         Declare_Inherited_Private_Subprograms): If an explicit operation
6501         overrides an operation that is inherited in the private part, mark the
6502         explicit one as overriding, to enable overriding indicator checks.
6503         (Preserve_Full_Attributes): Propagate Is_Unchecked_Union attribute from
6504         full view to partial view, to simplify handling in back-end.
6506         * sprint.adb: Print interface lists where needed: derived types,
6507         protected types, task types.
6508         output "is null" for null procedures. Part of implementation of
6510         * sem_cat.adb (Validate_Access_Type_Declaration): Implement AI-366
6511         relaxation of rules for access types in pure, shared passive partitions.
6513         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Reorganize to
6514         first read discriminants into temporary objects, performing checks on
6515         the read values, then possibly performing discriminant checks on the
6516         actual (if it is constrained), and only finally reading the components
6517         into a constrained temporary object.
6518         (Build_Elementary_Input_Call): Adjust the specific circuitry for the
6519         case of reading discriminants of a mutable record type to recognize
6520         the new form of the code generated by
6521         Build_Mutable_Record_Read_Procedure.
6523         * exp_tss.ads, exp_tss.adb (Make_Init_Proc_Name): Reimplement in terms
6524         of a simple call to Make_TSS_Name.
6525         (Make_TSS_Name_Local): Add the TSS name as the last thing in the name
6526         buffer, in order for Is_TSS to work correctly on local TSS names.
6528         * sem_attr.ads, sem_attr.adb (Resolve_Attribute, case 'Access): Use flag
6529         Is_Local_Anonymous_Access to check legaliy of attributes in the
6530         context of  access components and stand-alone access objects.
6531         (Stream_Attribute_Available): In Ada 95 mode, a stream attribute is
6532         treated as available for a limited private type if there is an
6533         attribute_definition_clause that applies to its full view, but not in
6534         other cases where the attribute is available for the full view
6535         (specifically, the sole fact that the full view is non-limited does not
6536         make the attribute available for the partial view).
6537         (Build_Access_Subprogram_Type): Diagnose attempt to apply 'access to a
6538         non-overloaded intrinsic subprogram.
6539         (Check_Stream_Attribute): Reject an attribute reference for an
6540         unavailable stream attribute even if the prefix is not a limited type
6541         (case of a 'Input attribute reference for an abstract, non-classwide
6542         type)
6543         (Stream_Attribute_Available): New function to determine whether a stream
6544         attribute is available at a place.
6545         (Check_Attribute): Use Stream_Attribute_Available instead of just
6546         testing for TSS presence on the implementation base type.
6547         (Analyze_Attribute): Modified to give support to task interfaces.
6548         (Analyze_Access_Attribute): Add error check for use of an Access (or
6549         Unrestricted_Access) attribute with a subprogram marked as
6550         Inline_Always.
6551         (Analyze_Attribute, case Attribute_Address): Add error check for use of
6552         an Address attribute with a subprogram marked as Inline_Always.
6553         Update Eval_Attribute to handle new value of Width from AI-395
6555         * sem_ch13.adb (Analyze_Stream_TSS_Definition): New subprogram.
6556         (Analyze_Attribute_Definition_Clause, cases Input, Output, Read, Write):
6557         Factor common code across the stream-oriented attribute circcuits into
6558         a new subprogram, Analyze_Stream_TSS_Definition. The new uniform
6559         processing is functionally identical to the previous duplicated one,
6560         except that an expression that denotes an abstract subprogram will now
6561         be rejected, as mandated by AI-195 item 5.
6563         * sem_util.ads, sem_util.adb (Type_Access_Level): Use flag
6564         Is_Local_Anonymous_Access to apply accessibility checks to access
6565         components and stand-alone access objects.
6566         (Has_Discriminant_Dependent_Constraint): Moved to spec for use
6567         elsewhere.
6568         (Is_Potentially_Persistent_Type): New function
6569         (Is_Dependent_Component_Of_Mutable_Object): If the enclosing object is
6570         a heap-object whose type has a constrained partial view, the object is
6571         unconstrained and the component may depend on a discriminant, making its
6572         renaming illegal.
6574         * sinfo.ads, sinfo.adb
6575         (Must_Not_Override): Flag applicable to N_Entry_Declaration.
6576         (Must_Override): Flag applicable to N_Entry_Declaration.
6577         Indicate that interface_list can appear in single task and single
6578         protected declarations.
6579         Replace Is_Overriding and Not_Overriding with Must_Override and
6580         Must_Not_Override, to better express intent of AI.
6581         Is_Overriding, Not_Overriding: Ada2005 flags that indicate the presence
6582         of an overriding indicator in a subprogram or instance.
6583         Ada 2005 (AI-248) Null_Present can appear in a procedure specification.
6584         Add the overriding indicator [[not] overriding] construct to the
6585         following grammar productions:
6586          ENTRY_DECLARATION
6587          GENERIC_INSTANTIATION
6588          SUBPROGRAM_SPECIFICATION
6590         * par-ch10.adb (P_Compilation_Unit): Subprogram declaration or body
6591         can start with an overriding indicator.
6593         * par-ch6.adb (P_Subprogram): Recognize overriding indicator, and set
6594         flags accordingly on subrogram specifications or instances.
6596         * sem_ch8.adb:
6597         (Analyze_Subprogram_Renaming): For a renaming_as_body, verify that the
6598         overriding_indicator, if present, is consistent with status of spec.
6599         Improve error message for null-excluding checks on controlling access
6600         parameters.
6601         (Check_In_Previous_With_Clause): Protect the frontend against
6602         previously reported critical errors in the context clauses.
6603         Save and restore Ada_Version_Explicit, for implementation of AI-362
6604         (Analyze_Subprogram_Renaming): If the new entity is a dispatching
6605         operation verify that controlling formals of the renamed entity that
6606         are access parameters are explicitly non-null.
6607         (Find_Expanded_Name): Improve error message when prefix is an illegal
6608         reference to a private child unit.
6610         * exp_imgv.adb, s-imgwch.ads, s-imgwch.adb, s-valwch.adb,
6611         s-valwch.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdwch.adb:
6612         Rewrite to correspond to new wide character names in AI-395
6614         * par-ch12.adb (P_Formal_Subprogram_Declaration): Recognize null
6615         default procedures.
6617 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6618             Robert Dewar  <dewar@adacore.com>
6620         * errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user
6621         code, not on the bodies of predefined operations, to cut down on
6622         spurious noise.
6624 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6626         * exp_aggr.adb (Aggr_Size_OK): An array with no components can always
6627         be expanded in place. The size computation does not require a
6628         subtraction, which would raise an exception on a compiler built with
6629         assertions when the upper bound is Integer'first.
6630         (Flatten): For an array of composite components, take into account the
6631         size of the components to determine whether it is safe to expand the
6632         array into a purely positional representation.
6634 2005-06-14  Thomas Quinot  <quinot@adacore.com>
6636         * exp_ch2.adb (Param_Entity): Take the case of an expanded_name
6637         denoting a formal parameter into account.
6639 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6641         * exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within
6642         the entry_call alternative of a conditional entry call, wrap the
6643         conditional entry call itself.
6645 2005-06-14  Nicolas Setton  <setton@adacore.com>
6646             Ed Schonberg  <schonberg@adacore.com>
6648         * exp_dbug.ads, exp_dbug.adb (Get_Variant_Part): Fix the encoding of
6649         the "simple_choice" member in a variant record, in accordance with the
6650         description in the package spec: the information output for a constant
6651         should be "S number", not "SS number".
6652         (Get_Encoded_Name): Return at once if not generating code. Avoids name
6653         overflow problem when compiling with -gnatct, for ASIS/gnatmetrics.
6655 2005-06-14  Thomas Quinot  <quinot@adacore.com>
6657         * exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an
6658         RACW without any primitives, do not generate the if statement for
6659         dispatching by name in the PolyORB/DSA case, as it would be malformed
6660         (it would have an Elsif_Parts list that is not No_List, but with a
6661         length of 0).
6663 2005-06-14  Robert Dewar  <dewar@adacore.com>
6665         * exp_intr.adb, par-ch5.adb: Minor fix to error message text
6667 2005-06-14  Jose Ruiz  <ruiz@adacore.com>
6669         * fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi
6670         can determine whether pragma Suppress_Exception_Locations is in effect.
6672         * utils2.c (build_call_raise): Do not pass the file name to the
6673         exception handler if pragma Suppress_Exception_Locations is in effect.
6674         (build_allocator): Add and process arg IGNORE_INIT_TYPE.
6676 2005-06-14  Emmanuel Briot  <briot@adacore.com>
6678         * g-debpoo.adb (Deallocate, Dereference): Improve output.
6680 2005-06-14  Nicolas Roche  <roche@adacore.com>
6682         * g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal
6683         to ""
6684         (Next_Level): Fix minor bug in handling of ../dir case
6685         (Read): Add dir separator to Directory name so that "" is understood as
6686          "/"
6688 2005-06-14  Pascal Obry  <obry@adacore.com>
6690         * g-dynhta.ads, g-dynhta.adb (Reset): Free the table itself after
6691         releasing the items.
6693 2005-06-14  Vincent Celier  <celier@adacore.com>
6694             Cyrille Comar  <comar@adacore.com>
6696         * g-os_lib.ads, g-os_lib.adb (Non_Blocking_Spawn): Two new versions
6697         with output file descriptor and with output file name.
6698         (Dup, Dup2): Now global procedures as they are used by two subprograms
6699         (Copy): Allocate the 200K buffer on the heap rather than on the stack.
6701 2005-06-14  Thomas Quinot  <quinot@adacore.com>
6703         PR ada/6717
6705         * g-socket.ads, g-socket.adb (Inet_Addr): Special case the all-ones
6706         broadcast address.
6707         (Create_Selector): Bind listening socket used to create the signalling
6708         socket pair to 127.0.0.1 to limit the scope for 'theft' of connection.
6709         Set listen backlog to 1 to ensure that we detect socket theft by a
6710         failure of our own connect(2) call.
6711         (Check_Selector): Improve documentation of the selector mechanism.
6712         (Broadcast_Inet_Addr): New constant.
6714 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
6716         * layout.adb (Discrimify): Remove resetting of Vtype to the underlying
6717         type which turns out to be an incomplete and incorrect fix.
6718         (Layout_Array_Type): Use Underlying_Type when checking whether the scope
6719         of the type is declared in a record (for determination of insertion
6720         type).
6721         (SO_Ref_From_Expr): Test whether Vtype denotes a partial or full view of
6722         a private type and ensure that the primary entity is used for the type
6723         of the newly created function's V formal by taking the Etype of the
6724         view.
6726 2005-06-14  Javier Miranda  <miranda@adacore.com>
6727             Jose Ruiz  <ruiz@adacore.com>
6728             Robert Dewar  <dewar@adacore.com>
6729             Ed Schonberg  <schonberg@adacore.com>
6731         * lib-load.ads, lib-load.adb (Load_Unit): Addition of a new parameter
6732         that indicates if we are parsing a compilation unit found in a
6733         limited-with clause.
6734         It is use to avoid the circularity check.
6736         * par.ads, par.adb (Par): Addition of a new parameter to indicate if
6737         we are parsing a compilation unit found in a limited-with clause. This
6738         is use to avoid the circularity check.
6740         * par-load.adb (Load): Indicate Lib.Load_Unit if we are loading the
6741         unit as a consequence of parsing a limited-with clause. This is used
6742         to avoid the circularity check.
6744         * sem_ch10.adb: Suppress Ada 2005 unit warning if -gnatwY used
6745         (Analyze_Context): Limited-with clauses are now allowed
6746         in more compilation units.
6747         (Analyze_Subunit_Context, Check_Parent): Protect the frontend
6748         againts previously reported critical errors in context clauses
6749         (Install_Limited_Withed_Unit): Code cleanup plus static detection
6750         of two further errors: renamed subprograms and renamed packages
6751         are not allowed in limited with clauses.
6752         (Install_Siblings): Do not install private_with_clauses on the package
6753         declaration for a non-private child unit.
6754         (Re_Install_Parents): When a parent of the subunit is reinstalled,
6755         reset visibility of child units properly.
6756         (Install_Withed_Unit): When a child unit appears in a with_clause of its
6757         parent, it is immediately visible.
6759 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6760             Emmanuel Briot  <briot@adacore.com>
6762         * lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
6763         declared within an inlined body as referenced, to prevent spurious
6764         warnings.
6765         (Output_One_Ref): If an entity renames an array component, indicate in
6766         the ALI file that this aliases (renames) the array. Capture as well
6767         function renamings that rename predefined operations.
6768         Add information about generic parent for package and subprogram
6769         instances.
6770         (Get_Type_Reference): For a subtype that is the renaming of an actual in
6771         an instantiation, use the first_subtype to ensure that we don't generate
6772         cross-reference information for internal types.
6773         For objects and parameters of a generic private type, retain the '*'
6774         indicator to distinguish such an entity from its type.
6776         * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
6777         to store information about instantiated entities.
6779         * ali.adb (Scan_ALI): Add support for parsing the reference to the
6780         generic parent
6782         * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
6783         (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
6784         information.
6786 2005-06-10  Doug Rupp  <rupp@adacore.com>
6787             Arnaud Charlet  <charlet@adacore.com>
6788             Olivier Hainque  <hainque@adacore.com>
6789             Jose Ruiz  <ruiz@adacore.com>
6791         * Make-lang.in: Add initialize.o when needed.
6792         Remove obsolete references to RT_FLAGS.
6793         Add missing dependencies for sdefault.o
6795         * initialize.c: New file.
6797         * init.c [VMS] Declare ADA$ externs weak to fix build problem in IVMS.
6798         [VMS] cond_signal_table: Fix problem in declaration.
6799         [VMS] __gnat_error_handler: rewrite.
6800         Move all __gnat_initialize() routines to initialize.c
6801         Specialize the former "hpux" section to "hppa hpux", as this is what the
6802         section really is here for and we now have other hpux ports that need
6803         different contents.
6804         (__gnat_adjust_context_for_raise) i386-linux: First version of this
6805         function for this target. Adjust PC by one in the machine context. This
6806         adjustment was previously done in the MD_FALLBACK_FRAME_STATE_FOR, but
6807         it is more reliable to do that in the signal handler itself.
6808         (__gnat_install_handler) i386-linux: Set SA_SIGINFO in the sigaction
6809         flags, so that the handler is passed the context structure to adjust
6810         prior to the raise.
6811         (__gnat_error_handler) i386-linux: Adjust the signature to match what a
6812         SA_SIGINFO sigaction should look like. Call
6813         __gnat_adjust_context_for_raise before actually raising. Cleanup unused
6814         Machine_State_Operations stuff.
6815         Add conditional code so that the x86_64 is also supported.
6817 2005-06-14  Pascal Obry  <obry@adacore.com>
6819         * mdll.adb (Get_Dll_Name): New routine that returns the DLL name given
6820         the library name.
6822 2005-06-14  Robert Dewar  <dewar@adacore.com>
6824         * opt.ads, opt.adb: New flags for persistent_bss mode
6825         Add Ada_Version_Explicit, for implementation of AI-362
6826         Add Assertions_Enabled_Config and associated handling
6827         Needed since setting can be changed with Assertion_Policy pragma
6828         Add new flag Warn_On_Ada_2005_Compatibility
6830         * switch-c.adb: Recognize -gnatwy/Y
6831         Set Ada_Version_Explicit, for implementation of AI-362
6832         The -gnatg switch now includes -gnatyu
6834         * usage.adb: Add -gnatwy/Y
6835         Remove wrong asterisk on -gnatwX line
6836         Add line for -gnatyu switch
6838 2005-06-14  Vincent Celier  <celier@adacore.com>
6840         * osint.adb (Add_Default_Search_Dirs): Put source and object
6841         directories of project files before directories coming from
6842         ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
6844 2005-06-14  Robert Dewar  <dewar@adacore.com>
6846         PR ada/15613
6848         * par-ch2.adb (Scan_Pragma_Argument): New procedure
6849         (P_Pragma): Implement RM 2.8(4) check for no pos args after named args
6851 2005-06-14  Vincent Celier  <celier@adacore.com>
6853         * prep.adb (Preprocess): Ignore error when scanning the first token of
6854         a line.
6856 2005-06-14  Vincent Celier  <celier@adacore.com>
6858         * prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"
6859         (Check_Stand_Alone_Library): If the specified reference symbol file does
6860         not exist, only issue a warning when the symbol policy is not
6861         Controlled. And, when symbol policy is Compliant, set the symbol
6862         policy to Autonomous.
6864 2005-06-14  Vincent Celier  <celier@adacore.com>
6866         * prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List
6867         when the project file in a with clause is not the last one, that is the
6868         project file name is followed by a comma.
6869         * prj-pp.adb: (First_With_In_List): New Boolean global variable
6870         (Print): Issue list of project files separated by commas in with clauses
6871         according to the values returned by Is_Not_Last_In_List.
6872         * prj-tree.ads, prj-tree.adb: (Is_Not_Last_In_List): New function
6873         (Set_Is_Not_Last_In_List): New procedure
6875 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
6877         * s-atacco.ads: Put a pragma No_Strict_Aliasing on Object_Pointer.
6879 2005-06-14  Robert Dewar  <dewar@adacore.com>
6881         * scng.adb: Add call to new Check_EOF routine
6882         (Accumulate_Checksum): Properly handle wide wide char >= 2 ** 24
6883         Add some comments regarding wide character handling
6885         * style.ads, styleg.ads, styleg.adb: Implement new style switch -gnatyu
6887         * stylesw.ads, stylesw.adb: Implement new style switch -gnatyu
6889         * g-utf_32.ads, g-utf_32.adb (Is_UTF_32_Non_Graphic): Other_Format
6890         characters are now considered graphic characters and hence yield false
6891         in this call.
6893         * nmake.adt: Modify header so that xnmake does not generate output
6894         files with multiple blank lines.
6896         * treeprs.adt: Remove a blank line so that output from xtreeprs does
6897         not have an extra blank line
6899 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
6901         * sem_aggr.adb (Aggregate_Constraint_Checks): Apply a conversion to the
6902         expression when the component type is an anonymous access type to
6903         ensure that appropriate accessibility checks are done.
6905         * sem_ch5.adb (Analyze_Assignment): Apply a implicit conversion to the
6906         expression of an assignment when the target object is of an anonymous
6907         access type. This ensures that required accessibility checks are done.
6908         (One_Bound): Move the check for type Universal_Integer to
6909         Process_Bounds.
6910         (Process_Bounds): Check whether the type of the preanalyzed range is
6911         Universal_Integer, and in that case set Typ to Integer_Type prior
6912         to setting the type of the original range and the calls to One_Bound.
6914 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6916         * sem_case.adb (Expand_Others_Choice): Improve warning.
6918 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6920         * sem_eval.adb (Subtypes_Statically_Match): Use discriminant
6921         constraint of full view if present, when other type is discriminated.
6922         (Eval_Relational_Op): Recognize tests of pointer values against Null,
6923         when the pointer is known to be non-null, and emit appropriate warning.
6925 2005-06-14  Robert Dewar  <dewar@adacore.com>
6926             Ed Schonberg  <schonberg@adacore.com>
6928         PR ada/10671
6930         * sem_prag.adb: Implement pragma Persistent_BSS
6931         Remove obsolete pragma Persistent_Data, Persistent_Object
6932         Set Ada_Version_Explicit, for implementation of AI-362
6933         Test Ada_Version_Explicit for Preelaborate_05 and Pure_05
6934         Add processing for pragma Pure_05 and Preelaborate_05
6935         Add processing for Assertion_Policy pragma
6936         Add pragma identifiers for Assert
6937         (Analyze_Pragma, case Assert): Check number of arguments
6938         (Process_Inline): Additional guard against an illegal program, where the
6939         argument of the pragma is undefined, and warnings on redundant
6940         constructs are enabled.
6941         (Analyze_Pragma, case Obsolescent): Allow an optional second argument
6942         Ada_05 to this pragma, specifying that the pragma is only active in
6943         Ada_05 mode.
6944         (Check_Arg_Order): New procedure
6945         Add appropriate calls to this procedure throughout
6946         Also throughout, check entity name before doing any other checks
6948         * snames.h snames.ads, snames.adb: Add pragma Persistent_BSS
6949         Remove obsolete pragma Persistent_Data, Persistent_Object
6950         Add entries for pragma Pure_05 and Preelaborate_05
6951         Add entries for Assertion_Policy pragma and associated names
6952         Add some names for pragma argument processing
6954         * tbuild.ads, tbuild.adb: (Make_Linker_Section_Pragma): New function
6956 2005-06-14  Ed Schonberg  <schonberg@adacore.com>
6958         * sem_warn.adb (Warn_On_Known_Condition): If the constant expression
6959         appears within a negation (either from source or as a rewriting of
6960         inequality) adjust text of warning accordingly.
6962 2005-06-14  Thomas Quinot  <quinot@adacore.com>
6964         * s-strxdr.adb: Follow AI95-00132
6966 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
6968         * s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
6970 2005-06-14  Arnaud Charlet  <charlet@adacore.com>
6971             Jose Ruiz  <ruiz@adacore.com>
6973         * s-tposen.adb, s-tpobop.adb
6974         (Exceptional_Complete_Rendezvous): Save the occurrence and not only
6975         the exception id.
6976         (PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
6977         there is no violation of the Max_Entry_Queue_Length restriction (if it
6978         has been set); Program_Error is raised otherwise.
6979         (Requeue_Call): Before requeuing the task on the target entry queue we
6980         check that there is no violation of the Max_Entry_Queue_Length
6981         restriction (if it has been set); Program_Error is raised otherwise.
6983 2005-06-14  Robert Dewar  <dewar@adacore.com>
6985         * styleg.adb: Fix several remaining problems in -gnatyu switch
6986         Blank line count not reset at start
6987         Scanning outside source buffer in some cases
6988         Confusing message for blanks at end of file
6989         Non-empty blank lines not recognized
6991         * nmake.adt: Modify header so that xnmake does not generate output
6992         files with multiple blank lines.
6994         * treeprs.adt: Remove a blank line so that output from xtreeprs does
6995         not have an extra blank line
6997 2005-06-14  Sergey Rybin  <rybin@adacore.com>
6999         * styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
7001 2005-06-14  Doug Rupp  <rupp@adacore.com>
7002             Vincent Celier  <celier@adacore.com>
7004         * vms_conv.ads, vms_conv.adb: Remove "Library" command.
7005         Update copyright.
7007         * vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
7008         Remove "Library" command.
7009         Change keyword for style check -gnatyd from NOCRLF to
7010         DOS_LINE_ENDINGS.
7011         Remove useless second style check keyword NONE
7012         Remove help documentation for inexistent style check keyword
7013         RM_COLUMN_LAYOUT.
7014         Add help documentation for style check keywords DOS_LINE_ENDINGS,
7015         UNNECESSARY_BLANK_LINES and XTRA_PARENS
7016         Add UNNECESSARY_BLANK_LINES for -gnatyu
7017         Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
7019         * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
7021 2005-06-14  Vincent Celier  <celier@adacore.com>
7023         * makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
7024         gprmake was invoked with -d.
7025         (Compile_Sources): If -d was used, output the "completed ..." message
7026         for each compilation.
7027         (Scan_Arg): Recognize new switch -d
7028         When -c and at least one main is specified, set
7029         Unique_Compile to True to guarantee that no other sources will be
7030         compiled.
7032 2005-06-14  Matthew Heaney  <heaney@adacore.com>
7034         * a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
7035         * a-swuwha.ads, a-swuwha.adb: New files
7037         * a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
7038         * a-szuzha.ads, a-szuzha.adb: New files.
7040         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
7041         a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
7042         a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
7043         a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
7044         a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
7045         a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
7046         a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
7047         a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
7048         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
7049         a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
7050         Ada 2005 RM.
7052 2005-06-10  Eric Botcazou  <ebotcazou@adacore.com>
7053             Olivier Hainque  <hainque@adacore.com>
7054             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7055             Pascal Obry  <obry@adacore.com>
7057         * gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
7059         * trans.c (call_to_gnu): Issue a warning for users of Starlet when
7060         making a temporary around a procedure call because of non-addressable
7061         actual parameter.
7062         (process_freeze_entity): If entity is a private type, capture size
7063         information that may have been computed for the full view.
7064         (tree_transform, case N_Allocator): If have initializing expression,
7065         check type for Has_Constrained_Partial_View and pass that to
7066         build_allocator.
7067         (tree_transform, case N_Return_Statement): Pass extra arg to
7068         build_allocator.
7070         * decl.c (annotate_value): Remove early return if -gnatR is not
7071         specified.
7072         (gnat_to_gnu_field): Don't make a packable type for a component clause
7073         if the position is byte aligned, the field is aliased, and the clause
7074         size isn't a multiple of the packable alignment. It serves no useful
7075         purpose packing-wise and would be rejected later on.
7076         (gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
7078         PR ada/20515
7079         (gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
7080         context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
7081         instead.
7082         (create_concat_name): Idem.
7084 2005-06-10  Robert Dewar  <dewar@adacore.com>
7085             Eric Botcazou  <ebotcazou@adacore.com>
7086             Ben Brosgol  <brosgol@adacore.com>
7087             Cyrille Comar  <comar@adacore.com>
7088             Sergey Rybin  <rybin@adacore.com>
7089             Pascal Obry  <obry@adacore.com>
7091         * gnat_rm.texi: Add documentation for pragma Persistent_BSS
7092         Document second argument (Ada_05) of pragma Obsolescent
7093         Add note that call to subprogram marked with pragma Obsolescent
7094         is now considered to be a violation of program Restrictions
7095         (No_Obsolescent_Features).
7096         (Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
7097         that only machine-dependent attributes are supported.
7099         * gnat_ugn.texi:
7100         Commented out menu lines and empty section for gnatclean examples
7101         Document -gnatwy/Y
7102         Fix some over long lines
7103         Clarify and enhance documentation of ADA_PROJECT_PATH.
7104         Rework section 2.11.2(3) about linking with a non-GNU compiler.
7105         Mention new switch -fcallgraph-info.
7106         Mention new switch -fstack-usage.
7107         For gnatpp, replace '-notab' with '-N' and add this option to Index
7108         Corrected VMS example.
7109         VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
7110         Minor reformatting
7111         Add documentation for -gnatyu switch (unnecessary blank lines)
7112         Document new switch -U for GNAT PRETTY and GNAT METRIC
7113         Add note about Stdcall being handled as C convention on non Windows OS.
7114         Remove some junk typo in description of gnatbind -S switch
7115         Remove reference to Extensions_Allowed pragma
7116         Document the new order of the directories to be searched (source and
7117         object directories of project files before directories in ADA_*_PATH
7118         environment variables.
7120         * g-trasym.ads: Document that IRIX is supported
7122 2005-06-10  Arnaud Charlet  <charlet@adacore.com>
7124         * Makefile.in: Add initialize.o when needed.
7125         Adapt to new VMS package body Symbols and subunits
7126         No specialized version of a-sytaco is needed for VxWorks.
7128         * a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
7129         * a-zchara.ads, a-widcha.ads: New files.
7131         * system-hpux-ia64.ads: New file.
7133         * i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
7134         is imported from the VxWorks kernel.
7136 2005-06-14  Robert Dewar  <dewar@adacore.com>
7138         * g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
7139         fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
7140         a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
7141         s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
7142         a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
7143         g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
7144         i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
7145         namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
7146         sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
7147         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
7148         s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
7149         xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
7151 2005-06-14  Thomas Quinot  <quinot@adacore.com>
7153         * xeinfo.adb: Fix typo in comment
7155 2005-06-14  Javier Miranda  <miranda@adacore.com>
7157         * repinfo.ads: Fix typo in comment
7159 2005-06-14  Gary Dismukes  <dismukes@adacore.com>
7161         * s-finimp.adb (Parent_Tag): Delete this imported function (function
7162         Parent_Tag is now in the visible part of Ada.Tags).
7163         (Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
7164         using imported function.
7166 2005-06-14  Bernard Banner  <banner@adacore.com>
7168         * vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
7169         also apply for handling support for VxSim 653.
7171 2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
7173         * xsnames.adb: Add automatic generation of snames.h.
7175 2005-06-14  Thomas Quinot  <quinot@adacore.com>
7177         * gen-soccon.c: Add IP_MULTICAST_IF constant
7178         Minor reformatting and adjustments to prevent warnings.
7180 2005-06-14  Pascal Obry  <obry@adacore.com>
7182         * seh_init.c: Do not include <sys/stat.h>. This is not needed.
7184 2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
7186         * trans.c (gnat_gimplify_expr): Call
7187         recompute_tree_invarant_for_addr_expr when we change
7188         the operand of the ADDR_EXPR.
7190 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7192         * misc.c: Don't include errors.h.
7194 2005-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7196         * raise.c (db): Add ATTRIBUTE_PRINTF_2.
7198 2005-05-29  Kazu Hirata  <kazu@cs.umass.edu>
7200         * cal.c, decl.c, init.c, raise.c, trans.c, utils2.c: Fix
7201         comment typos.
7202         * gnat_rm.texi, gnat_ugn.texi: Fix typos.
7204 2005-05-16  Nathanael Nerode <neroden@gcc.gnu.org>
7206         PR ada/20270
7207         * Makefile.in: Make TGT_LIB behave correctly.
7209 2005-04-23  DJ Delorie  <dj@redhat.com>
7211         * misc.c: Adjust warning() callers.
7213 2005-04-16  Laurent GUERBY  <laurent@guerby.net>
7215         PR ada/18847
7216         * a-nudira.adb (Value): Check for valid string.
7217         * a-nuflra.adb (Value): Likewise.
7219 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
7221         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
7223 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
7225         * adaint.c, init.c, tracebak.c: Fix comment typos.
7226         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Fix typos.
7228 2005-04-07  Laurent GUERBY  <laurent@guerby.net>
7229             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7231         * Makefile.in: Add make ifeq define for hppa linux tasking support.
7232         * system-hpux.ads: Define Signed_Zeros to be True.
7233         * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files.
7235 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
7237         * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
7238         raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
7239         typos.
7241 2005-03-30  Tom Tromey  <tromey@redhat.com>
7243         * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
7245 2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7247         * adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
7249 2005-03-29  Robert Dewar  <dewar@adacore.com>
7251         * sem_res.adb (Resolve_Real_Literal): Generate warning if static
7252         fixed-point expression has value that is not a multiple of the Small
7253         value.
7255         * opt.ads (Warn_On_Bad_Fixed_Value): New flag
7257         * s-taprop-tru64.adb (RT_Resolution): Return an integer number of
7258         nanoseconds.
7260         * ug_words: Add entry for [NO_]BAD_FIXED_VALUES for -gnatwb/-gnatwB
7262 2005-03-29  Vincent Celier  <celier@adacore.com>
7264         * mlib-tgt-vms-ia64.adb, mlib-tgt-vms-alpha.adb
7265         (Build_Dynamic_Library.Version_String): Return the empty string when
7266         Lib_Version is empty or when the symbol policy is not Autonomous.
7268         * symbols-vms-alpha.adb (Finalize): For symbol policy Compliant, when
7269         a symbol is not in the reference symbol file, increase the Major ID
7270         and set the Minor ID to 0.
7271         Use gsmatch=lequal instead of gsmatch=equal
7273 2005-03-29  Doug Rupp  <rupp@adacore.com>
7275         * adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical
7276         name and translate.
7278 2005-03-29  Javier Miranda  <miranda@adacore.com>
7280         * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
7281         (Inherit_DT): The first formal has been redefined as a Tag.
7282         This allows us the removal of the subprogram Get_TSD.
7283         (TSD): Replace the call to Get_TSD by the actual code.
7285         * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD.
7286         (Make_DT): Upgrade the call to Inherit_TSD according to the
7287         new interface: the first formal is now a Tag.
7289         * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been
7290         redefined as a Tag.
7291         This change allows us to remove the subprogram Get_TSD.
7292         (CPP_Get_TSD): Subprogram removed.
7293         (TSD): Replace the call to CPP_Get_TSD by the actual code.
7295         * rtsfind.ads: Remove support to call the run-time
7296         subprogram Get_TSD
7298 2005-03-29  Robert Dewar  <dewar@adacore.com>
7300         * errutil.adb, errout.adb:
7301         Minor comment updates on Line_Terminator references
7303         * par-ch10.adb: Add ??? comment about line terminator
7305         * styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
7306         (check dos line terminator).
7307         (Check_Line_Max_Length): New procedure, split off from the existing
7308         Check_Line_Terminator routine. Separating this out allows -gnatyf to
7309         be properly recognized.
7311         * styleg.adb: Add ??? comment for line terminator reference
7313         * scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
7314         (Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)
7316         * styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
7317         (check dos line terminator).
7318         (Check_Line_Max_Length): New procedure, split off from the existing
7319         Check_Line_Terminator routine. Separating this out allows -gnatyf to
7320         be properly recognized.
7322         * stylesw.ads, stylesw.adb:
7323         Add handling for new -gnatyd switch (check dos line terminator)
7325         * switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
7326         Recognize -gnatwb/-gnatwB switches
7327         Include Warn_On_Bad_Fixed_Value for -gnatg
7329         * usage.adb:
7330         Add line for new -gnatyd switch (check dos line terminator)
7332         * usage.adb: Add lines for -gnatwb/-gnatwB
7334         * vms_data.ads: Add entry for NOCRLF (-gnatyd)
7336         * vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB
7338         * gnat_ugn.texi: Fix overlong lines
7339         Document new -gnatyd switch
7340         Document new -gnatwb/-gnatwB switches
7342 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
7344         * exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in
7345         order to retrieve the component list of the type, before examining
7346         individual components.
7348         * sem_type.adb (Covers): Types are compatible if one is the base type
7349         of the other, even though their base types might differ when private
7350         views are involved.
7352 2005-03-29  Thomas Quinot  <quinot@adacore.com>
7354         * exp_dist.adb (Add_RAST_Features, PolyORB version): Set the From_Any,
7355         To_Any and TypeCode TSSs on RAS types directly using Set_TSS, instead
7356         of using Set_Renaming_TSS. This ensures that the TSS bodies are not
7357         analyzed if expansion is disabled (which could otherwise cause spurious
7358         error messages if expansion has been disabled due to previous
7359         (unrelated) errors).
7361         * sem_prag.adb (Analyze_Pragma, case Asynchronous): If RAS expansion
7362         is disabled, the entity denoted by the argument is the access type
7363         itself, not an underlying record type, so there is no need to go back
7364         to the Corresponding_Remote_Type.
7366 2005-03-29  Gary Dismukes  <dismukes@adacore.com>
7367             Robert Dewar  <dewar@adacore.com>
7369         * exp_intr.adb (Expand_Dispatching_Constructor_Call): New procedure to
7370         expand a call to an instance of
7371         Ada.Tags.Generic_Dispatching_Constructor into a dispatching call to the
7372         Constructor actual of the instance. A class-wide membership
7373         check is also generated, to ensure that the tag passed to the instance
7374         denotes a type in the class.
7375         (Expand_Intrinsic_Call): Call Expand_Dispatching_Constructor in the case
7376         of Name_Generic_Dispatching_Constructor.
7378         * Makefile.rtl: Add a-tgdico.ads to the list of library units (new Ada
7379         05 unit for AI-260-02).
7381         * a-tgdico.ads: New file.
7383         * impunit.adb (Non_Imp_File_Names_05): Add entry "a-tgdico" for new
7384         predefined Ada 05 generic unit Ada.Tags.Generic_Dispatching_Constructor.
7386         * snames.ads, snames.adb (Preset_Names): Add entry for
7387         Generic_Dispatching_Constructor.
7389         PR ada/20300
7391         * sem_ch8.adb (Find_Direct_Name): Go to root type for check of
7392         character type cases.
7393         (Analyze_Subprogram_Renaming): Add special handling for
7394         the case of renaming of stream attributes when the renaming denotes a
7395         generic formal subprogram association for an abstract formal subprogram.
7396         Check that the attribute is a primitive stream attribute (and not
7397         a class-wide stream attribute) and then rewrite the attribute name
7398         as the name of the appropriate compiler-generated stream primitive.
7400 2005-03-29  Robert Dewar  <dewar@adacore.com>
7402         * exp_util.adb (Remove_Side_Effects): Properly propagate arguments to
7403         recursive calls.
7404         (Is_Possibly_Unaligned_Object): Correct typo that
7405         resulted in inaccurate result for unaligned scalars within records.
7407 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
7409         * freeze.adb (Freeze_Record_Type): If the type of the component is an
7410         itype whose parent is controlled and not yet frozen, do not create a
7411         freeze node for the itype if expansion is disabled.
7413 2005-03-29  Vincent Celier  <celier@adacore.com>
7415         * make.adb (Gnatmake): Don't fail if the main project file is declared
7416         as having no Ada sources. Do not display message "no sources to
7417         compile" in quiet output.
7419 2005-03-29  Doug Rupp  <rupp@adacore.com>
7421         * Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as
7422         extra tools.
7424 2005-03-29  Robert Dewar  <dewar@adacore.com>
7426         * par-ch12.adb (P_Generic): Give better msg for illegal private generic
7427         child.
7429 2005-03-29  Robert Dewar  <dewar@adacore.com>
7431         * par-ch3.adb (P_Type_Declaration): Fix bad error recovery after
7432         missing TYPE Improve the error message generated when compiling a
7433         limited interface in Ada83 or Ada95 mode.
7435 2005-03-29  Robert Dewar  <dewar@adacore.com>
7437         * par-ch4.adb (P_Name): When a bad attribute is returned, return error,
7438         rather than proceed ahead using a junk attribute name.
7440 2005-03-29  Vincent Celier  <celier@adacore.com>
7442         * prj.ads, prj.adb: (Project_Data): Add new component Display_Name
7444         * prj-part.adb (Parse_Single_Project): Set the location of a project
7445         on its defining identifier, rather than on the reserved word "project".
7447         * prj-proc.adb (Expression): Adapt to the fact that default of external
7448         references may be string expressions, not always literal strings.
7449         (Recursive_Process): Set Display_Name equal to Name
7450         when Location is No_Location, that is when there is no actual file.
7451         Get the Display_Name of the project from the source, when it is not a
7452         virtual project.
7453         (Process): Use the Display_Name in error messages
7455         * prj-strt.adb (External_Reference): Allow default to be string
7456         expressions, not only literal strings.
7458 2005-03-29  Vincent Celier  <celier@adacore.com>
7460         * prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol
7461         file and the reference symbol file to be the same file.
7463 2005-03-29  Thomas Quinot  <quinot@adacore.com>
7465         * sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to
7466         forbid conversion of a local access-to-subprogram type to a remote one.
7468         * sem_util.adb (Wrong_Type): For a record type that is the expanded
7469         equivalent type for a remote access-to-subprogram type, go back to the
7470         original RAS entity when displaying an error message, so the casing is
7471         the original source casing.
7473 2005-03-29  Robert Dewar  <dewar@adacore.com>
7475         * sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
7476         on param update.
7478 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
7480         * sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual
7481         subtype if code is being pre-analyzed, to prevent un-expanded
7482         references to protected formals, among others.
7483         (Analyze_Explicit_Dereference): If the overloaded prefix includes some
7484         interpretation that can be a call, include the result of the call as a
7485         possible interpretation of the dereference.
7487         * sem_ch5.adb (Process_Bounds): Determine type of range by
7488         pre-analyzing a copy of the original range, and then analyze the range
7489         with the expected type.
7491         * sem_res.adb (Check_Parameterless_Call): For an explicit dereference
7492         with an overloaded prefix where not all interpretations yield an
7493         access to subprogram, do not rewrite node as a call.
7494         (Resolve_Explicit_Dereference): Recognize the previous case and rewrite
7495         the node as a call once the context identifies the interpretation of
7496         the prefix whose call yields the context type.
7497         (Valid_Conversion): For the case of a conversion between
7498         local access-to-subprogram types, check subtype conformance using
7499         Check_Subtype_Conformant instead of Subtype_Conformant, to have a more
7500         detailed error message.
7502 2005-03-29  Ed Schonberg  <schonberg@adacore.com>
7504         * sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null
7505         indicator, indicate that the formal can never be null.
7506         (Process_Formals): If a formal has a non_null indicator, insert the
7507         resulting subtype immediately before the enclosing subprogram decl,
7508         and not at the beginning of the corresponding declarative part, to
7509         prevent access before elaboration (Ada2005).
7511 2005-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7513         PR ada/19956
7514         * utils.c (finish_record_type): Use variable_size when setting sizes.
7516 2005-03-29  Robert Dewar  <dewar@adacore.com>
7518         * xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to
7519         guarantee Unix style line terminators for the output files, even when
7520         running on windows.
7522 2005-03-29  Robert Dewar  <dewar@adacore.com>
7524         * a-direct.ads, a-direct.adb (Start_Search): Free allocated search
7525         buffer if an exception is raised.
7527 2005-03-29  Ed Falis  <falis@adacore.com>
7529         * cio.c: Undefine putchar and getchar for VTHREADS: incompatible with
7530         VxWorks 653 1.4
7532 2005-03-29  Robert Dewar  <dewar@adacore.com>
7534         * sem_util.ads: Minor reformatting
7535         * gnat_rm.texi: Minor editing.
7537 2005-03-29  Eric Botcazou  <ebotcazou@adacore.com>
7539         * decl.c (gnat_to_gnu_entity) <E_Variable>: Rework comment.
7540         * trans.c (tree_transform) <N_Identifier>: Use correct predicates.
7542 2005-03-24  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7544         * adaint.c (__gnat_portable_spawn): Adjust cast.
7546 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
7548         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
7550 2005-03-17  Pascal Obry  <obry@adacore.com>
7552         * adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is
7553         used.
7555         * expect.c (__gnat_waitpid): Moved here from adaint.c.
7556         Reimplement under Win32 using Win32 API.
7558         (__gnat_kill) [Win32]: Properly close the process handle before leaving
7559         this routine.
7561 2005-03-17  Eric Botcazou  <ebotcazou@adacore.com>
7563         * ada-tree.h: (DECL_RENAMING_GLOBAL_P): New predicate.
7564         (DECL_RENAMED_OBJECT): New accessor macro.
7565         (SET_DECL_RENAMED_OBJECT): New setter macro.
7567         * decl.c (gnat_to_gnu_entity) <E_Variable>: Stabilize the renamed
7568         object in all cases.  Attach the renamed object to the VAR_DECL.
7569         (gnat_to_gnu_field): Do not lift the record wrapper if the size of the
7570         field is not prescribed.
7572         * misc.c (gnat_handle_option): Handle -gnatO separately.
7573         (gnat_print_decl) <VAR_DECL>: New case.
7574         Print the DECL_RENAMED_OBJECT node.
7576         * lang.opt:  Declare separate -gnatO option.
7578         * trans.c (tree_transform) <N_Identifier>: If the object is a renaming
7579         pointer, replace it with the renamed object.
7580         <N_Validate_Unchecked_Conversion>: Warn for a conversion to a fat
7581         pointer type if the source is not a fat pointer type whose underlying
7582         array has the same non-zero alias set as that of the destination array.
7584 2005-03-17  Javier Miranda  <miranda@adacore.com>
7586         * a-tags.ads, a-tags.adb (Get_Expanded_Name): Removed.
7587         (Get_Inheritance_Depth): Removed.
7588         (Set_Inheritance_Depth): Removed.
7590         * rtsfind.ads, exp_disp.ads, exp_disp.adb: Remove support to call the
7591         subprogram Get_Expanded_Name because it is not referenced by the
7592         frontend.
7594         * i-cpp.ads, i-cpp.adb (CPP_Get_Expanded_Name): Removed.
7595         (CPP_Get_Inheritance_Depth): Removed.
7596         (CPP_Set_Inheritance_Depth): Removed.
7598         * tbuild.ads, tbuild.adb (Make_DT_Component): Removed.
7600 2005-03-17  Robert Dewar  <dewar@adacore.com>
7602         * checks.adb (Apply_Array_Size_Check): Completely remove this for GCC
7603         3, since we now expect GCC 3 to do all the work.
7605 2005-03-17  Javier Miranda  <miranda@adacore.com>
7607         * einfo.adb (First_Private_Entity, Set_First_Private_Entity): Addition
7608         of one barrier to avoid wrong usage of this attribute.
7610         * sem_ch12.adb (Formal_Entity): Fix erroneous usage of the attribute
7611         First_Private_Entity.
7613         * sem_ch7.adb (Install_Visible_Declarations): Add a barrier to protect
7614         the subprogram against wrong usage.
7615         Adapt the code to traverse the entities in the
7616         scope of a record_type because in addition to its usage regarding
7617         packages, this subprogram is also called by Expand_N_Freeze_Entity
7618         to install the visible declarations of the enclosing scope of a
7619         record_type_with_private to establish the proper visibility before
7620         freezing the entity and related subprograms.
7622 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
7624         * exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to
7625         entry formals.
7627 2005-03-17  Thomas Quinot  <quinot@adacore.com>
7629         * exp_ch3.adb (Check_Attr): New subprogram.
7630         (Check_Stream_Attribute): Move the code for 13.13.2(9/1) enforcement
7631         into a new Check_Attr subprogram, in order to provide a more
7632         explanatory error message (including the name of the missing attribute).
7633         (Stream_Operation_OK): Renamed from Stream_Operations_OK. This
7634         subprogram determines whether a default implementation exists for a
7635         given stream attribute.
7636         (Make_Predefined_Primitive_Specs, Predefined_Primitive_Bodies):
7637         Determine whether to generate a default implementation for each stream
7638         attribute separately, as this depends on the specific attribute.
7640         * exp_strm.adb (Make_Field_Attribute): For the case of an illegal
7641         limited extension where a stream attribute is missing for a limited
7642         component (which will have been flagged in Exp_Ch3.Sem_Attr), do not
7643         generate a bogus reference to the missing attribute to prevent
7644         cascaded errors. Instead, generate a null statement.
7646         * sem_attr.adb (Check_Stream_Attribute): A stream attribute is
7647         available for a limited type if it has been specified for an ancestor
7648         of the type.
7650 2005-03-17  Ed Schonberg  <schonberg@adacore.com>
7652         * exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed
7653         entity is an operator.
7655 2005-03-17  Thomas Quinot  <quinot@adacore.com>
7657         * exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
7658         spec, to make this predicate available to other units.
7660         * rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
7661         reimplementing it.
7663         * sem_ch8.adb: Disable expansion of remote access-to-subprogram types
7664         when no distribution runtime library is available.
7666         * sem_res.adb, sem_dist.adb: Disable expansion of remote
7667         access-to-subprogram types when no distribution runtime library is
7668         available.
7669         (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
7670         predicate available to other units.
7672         * sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
7673         spec, to make this predicate available to other units.
7675 2005-03-17  Vincent Celier  <celier@adacore.com>
7677         * make.adb (Insert_Project_Sources): Make sure the Q is always
7678         initialized.
7680         * prj-nmsc.adb (Check_Ada_Naming_Scheme_Validity): Check Naming against
7681         the default for the tree, not the global default naming.
7683         * prj-proc.adb (Recursive_Process): No need to put the default naming
7684         in the project data, it's already there.
7686 2005-03-17  Doug Rupp  <rupp@adacore.com>
7688         * Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads.
7690         * 5xcrtl.ads: Renamed to...
7691         * s-crtl-vms64.ads: ...this new file
7693 2005-03-17  Robert Dewar  <dewar@adacore.com>
7695         PR ada/19519
7697         * namet.adb (Copy_One_Character): Set proper wide character encoding
7698         for upper half character if we have upper half encoding.
7700 2005-03-17  Robert Dewar  <dewar@adacore.com>
7702         * par.adb (Par): Improved msg for attempt to recompile predefined unit
7704 2005-03-17  Thomas Quinot  <quinot@adacore.com>
7706         * sem_ch13.adb (New_Stream_Function, New_Stream_Procedure): For a
7707         tagged limited type, the TSS is a newly built renaming declaration:
7708         insert it using Set_TSS, not Copy_TSS.
7710 2005-03-17  Javier Miranda  <miranda@adacore.com>
7712         * sem_ch4.adb (Try_Primitive_Operation, Class_Wide_Operation and
7713         Try_Object_Operation): Analyze the object that is accessible
7714         through the prefix of the subprogram call before we apply
7715         the transformation of the object-operation notation.
7717 2005-03-17  Jose Ruiz  <ruiz@adacore.com>
7719         * s-taprob.adb (Initialize_Protection): Initialize the protected
7720         object's owner to Null_Task.
7721         (Lock): If pragma Detect_Blocking is in effect and the caller of this
7722         procedure is already the protected object's owner then Program_Error
7723         is raised. In addition the protected object's owner is updated.
7724         (Lock_Read_Only): If pragma Detect_Blocking is in effect and the caller
7725         of this procedure is already the protected object's owner then
7726         Program_Error is raised.
7727         In addition the protected object's owner is updated.
7728         (Unlock): Remove the ownership of the protected object.
7730         * s-taprob.ads (Protection): Add the field Owner, used to store the
7731         protected object's owner.
7732         This component is needed for detecting one type of potentially blocking
7733         operations (external calls on a protected subprogram with the same
7734         target object as that of the protected action). Document the rest of
7735         the components.
7737         * s-tposen.adb, s-tpoben.adb (Initialize_Protection_Entries):
7738         Initialize the protected object's owner to Null_Task.
7739         (Lock_Read_Only_Entries): If pragma Detect_Blocking is in effect and the
7740         caller of this procedure is already the protected object's owner then
7741         Program_Error is raised.
7742         Do not raise Program_Error when this procedure is called from a
7743         protected action.
7744         (Unlock_Entries): Remove the ownership of the protected object.
7745         (Lock_Entries): If pragma Detect_Blocking is in effect and the caller
7746         of this procedure is already the protected object's owner then
7747         Program_Error is raised.
7748         Do not raise Program_Error when this procedure is called from
7749         a protected action.
7751         * s-tposen.ads, s-tpoben.ads (Protection_Entries): Add the field Owner,
7752         used to store the protected object's owner.
7754         * s-tpobop.adb (Protected_Entry_Call): If pragma Detect_Blocking is in
7755         effect and this procedure (a potentially blocking operation) is called
7756         from whithin a protected action, Program_Error is raised.
7757         (Timed_Protected_Entry_Call): If pragma Detect_Blocking is in effect
7758         and this procedure (a potentially blocking operation) is called from
7759         whithin a protected action, Program_Error is raised.
7761 2005-03-17  Vincent Celier  <celier@adacore.com>
7762             Nicolas Setton  <setton@adacore.com>
7764         * mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini"
7765         switch, not supported by the linker on Darwin. Add '_' before
7766         <library>init, as this character is added unconditionally by the
7767         compiler.
7768         (Is_Archive_Ext): Replace the wrong library extension ".dyld" by the
7769         correct one ".dylib". This fixes detection of the archive files when
7770         building library projects.
7772 2005-03-17  Vincent Celier  <celier@adacore.com>
7774         * switch-m.adb (Normalize_Compiler_Switches): Recognize switches
7775         -gnat83, -gnat95 and -gnat05.
7777 2005-03-17  Vasiliy Fofanov  <fofanov@adacore.com>
7779         * gnat_ugn.texi: Document gnatmem restriction
7781 2005-03-17  Thomas Quinot  <quinot@adacore.com>
7783         * snames.adb: Document new TSS names introduced by exp_dist/exp_tss
7784         cleanup
7786 2005-03-17  Robert Dewar  <dewar@adacore.com>
7788         * s-interr.ads, s-interr.adb, sem_ch3.adb, prj.ads, prj.adb,
7789         a-interr.adb, a-interr.ads, s-interr-sigaction.adb, s-interr-dummy.adb,
7790         s-interr-vms.adb, s-interr-vxworks.adb: Minor reformatting
7792         * casing.adb: Comment improvements
7794 2005-03-17  Pascal Obry  <obry@adacore.com>
7796         * g-expect.adb: Minor reformatting.
7798 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
7800         * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info)
7801         (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi
7802         to dependencies.
7804 2005-03-15  Vincent Celier  <celier@adacore.com>
7806         * mlib-tgt-darwin.adb (Library_Exist_For, Library_File_Name_For):
7807         Add new parameter In_Tree to specify the project tree: needed
7808         by the project manager. Adapt to changes in project manager
7809         using new parameter In_Tree.
7811 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
7813         * Make-lang.in (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h,
7814         ada/nmake.adb, ada/nmake.ads): Use unique subdirectories of
7815         ada/bldtools to avoid make -jN failures.
7817 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
7819         * trans.c (gnat_to_gnu) <N_Return_Statement>: Set gnu_result
7820         to NULL_TREE on entry.
7822 2005-03-15  Robert Dewar  <dewar@adacore.com>
7824         * system-unixware.ads, system-linux-ia64.ads, system-freebsd-x86.ads,
7825         system-lynxos-ppc.ads, system-lynxos-x86.ads, system-linux-x86_64.ads,
7826         system-tru64.ads, system-aix.ads, system-vxworks-sparcv9.ads,
7827         system-vxworks-xscale.ads, system-solaris-x86.ads, system-irix-o32.ads,
7828         system-irix-n32.ads, system-hpux.ads, system-vxworks-m68k.ads,
7829         system-linux-x86.ads, system-vxworks-mips.ads, system-os2.ads,
7830         system-interix.ads, system-solaris-sparc.ads,
7831         system-solaris-sparcv9.ads, system-vms.ads, system-mingw.ads,
7832         system-vms-zcx.ads, system-vxworks-ppc.ads, system-vxworks-alpha.ads,
7833         system-vms_64.ads, system-darwin-ppc.ads, system-vxworks-x86.ads,
7834         system-linux-ppc.ads, system-linux-alpha.ads, system-linux-sparc.ads,
7835         system-linux-s390.ads, system-linux-s390x.ads: Add line defining
7836         Compiler_System_Version to be False.
7838         * opt.ads: Add new flag Opt.Address_Is_Private
7840         * targparm.ads, targparm.adb: Set new flag Opt.Address_Is_Private
7841         Add new parameter Compiler_System_Version to avoid checking for
7842         completeness of parameters when compiler is compiling itself.
7843         Allows old versions of GNAT to be compiled with new compiler.
7845 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
7847         * s-osinte-tru64.ads, s-osinte-tru64.adb (Get_Stack_Base): New function
7848         (Hide_Yellow_Zone): New procedure to hide the Yellow Zone of the
7849         calling thread.
7850         (Stack_Base_Available): New flag.
7851         (Get_Page_Size): New overloaded functions imported from C.
7852         (PROT_NONE, PROT_READ, PROT_WRITE, PROT_EXEC, PROT_ALL,
7853         PROT_ON, PROT_OFF): New constants.
7854         (mprotect): New function imported from C.
7855         (pthread_teb_t): New record type.
7857         * s-taprop-tru64.adb: (Enter_Task): Invoke Hide_Yellow_Zone.
7858         (Create_Task): Account for the Yellow Zone and the guard page.
7860 2005-03-15  Vincent Celier  <celier@adacore.com>
7862         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
7863         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
7864         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
7865         mlib-tgt-vxworks.adb, mlib-tgt-lynxos.adb (Library_Exist_For,
7866         Library_File_Name_For): Add new parameter In_Tree
7867         to specify the project tree: needed by the project manager.
7868         Adapt to changes in project manager using new parameter In_Tree.
7869         Remove local imports, use functions in System.CRTL.
7871         * make.adb, clean.adb, gnatcmd.adb (Project_Tree): New constant needed
7872         to use the project manager.
7874         * makeutl.ads, makeutl.adb (Linker_Options_Switches): New parameter
7875         In_Tree to designate the project tree. Adapt to changes in the project
7876         manager, using In_Tree.
7878         * mlib-prj.ads, mlib-prj.adb (Build_Library, Check_Library,
7879         Copy_Interface_Sources): Add new parameter In_Tree to specify the
7880         project tree: needed by the project manager.
7881         (Build_Library): Check that Arg'Length >= 6 before checking if it
7882         contains "--RTS=...".
7884         * mlib-tgt.ads, mlib-tgt.adb (Library_Exist_For,
7885         Library_File_Name_For): Add new parameter In_Tree to specify the
7886         project tree: needed by the project manager.
7888         * prj.ads, prj.adb: Major modifications to allow several project trees
7889         in memory at the same time.
7890         Change tables to dynamic tables and hash tables to dynamic hash
7891         tables. Move tables and hash tables from Prj.Com (in the visible part)
7892         and Prj.Env (in the private part). Move some constants from the visible
7893         part to the private part. Make other constants deferred.
7894         (Project_Empty): Make it a variable, not a function
7895         (Empty_Project): Add parameter Tree. Returns the data with the default
7896         naming data of the project tree Tree.
7897         (Initialize): After updating Std_Naming_Data, copy its value to the
7898         component Naming of Project Empty.
7899         (Register_Default_Naming_Scheme): Use and update the default naming
7900         component of the project tree, instead of the global variable
7901         Std_Naming_Data.
7902         (Standard_Naming_Data): Add defaulted parameter Tree. If project tree
7903         Tree is not defaulted, return the default naming data of the Tree.
7904         (Initial_Buffer_Size): Constant moved from private part
7905         (Default_Ada_Spec_Suffix_Id, Default_Ada_Body_Suffix_Id, Slash_Id); new
7906         variables initialized in procedure Initialize.
7907         (Add_To_Buffer): Add two in out parameters to replace global variables
7908         Buffer and Buffer_Last.
7909         (Default_Ada_Spec_Suffix, Default_Body_Spec_Suffix, Slash): New
7910         functions.
7911         Adapt to changes to use new type Project_Tree_Ref and dynamic tables and
7912         hash tables.
7913         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
7914         for the project tree.
7915         (Project_Tree_Data, Project_Tree_Ref, No_Project): Declare types and
7916         constant at the beginning of the package spec, so that they cane be used
7917         in subprograms before their full declarations.
7918         (Standard_Naming_Data): Add defaulted parameter of type Project_Node_Ref
7919         (Empty_Project): Add parameter of type Project_Node_Ref
7920         (Private_Project_Tree_Data): Add component Default_Naming of type
7921         Naming_Data.
7922         (Buffer, Buffer_Last): remove global variables
7923         (Add_To_Buffer): Add two in out parameters to replace global variables
7924         Buffer and Buffer_Last.
7925         (Current_Packages_To_Check): Remove global variable
7926         (Empty_Name): Move to private part
7927         (No-Symbols): Make it a constant
7928         (Private_Project_Tree_Data): New type for the private part of the
7929         project tree data.
7930         (Project_Tree_Data): New type for the data of a project tree
7931         (Project_Tree_Ref): New type to designate a project tree
7932         (Initialize, Reset, register-Default_Namng-Scheme): Add a new parameter
7933         for the project tree.
7935         * prj-attr.ads: Add with Table; needed, as package Prj no longer
7936         imports package Table.
7938         * prj-com.adb: Remove empty, no longer needed body
7940         * prj-com.ads: Move most of the content of this package to package Prj.
7942         * prj-dect.ads, prj-dect.adb (Parse): New parameters In_Tree to
7943         designate the project node tree and Packages_To_Check to replace
7944         global variable Current_Packages_To_Check.
7945         Add new parameters In_Tree and Packages_To_Check to local subprograms,
7946         when needed. Adapt to changes in project manager with project node tree
7947         In_Tree.
7949         * prj-env.ads, prj-env.adb: Add new parameter In_Tree to designate the
7950         project tree to most subprograms. Move tables and hash tables to
7951         private part of package Prj.
7952         Adapt to changes in project manager using project tree In_Tree.
7954         * prj-makr.adb (Tree): New constant to designate the project node tree
7955         Adapt to change in project manager using project node tree Tree
7957         * prj-nmsc.ads, prj-nmsc.adb (Check_Stand_Alone_Library): Correctly
7958         display the Library_Src_Dir and the Library_Dir.
7959         Add new parameter In_Tree to designate the project node tree to most
7960         subprograms. Adapt to changes in the project manager, using project tree
7961         In_Tree.
7962         (Check_Naming_Scheme): Do not alter the casing on platforms where
7963         the casing of file names is not significant.
7964         (Check): Add new parameter In_Tree to designate the
7966         * prj-pars.ads, prj-pars.adb (Parse): Add new parameter In_Tree to
7967         designate the project tree.
7968         Declare a project node tree to call Prj.Part.Parse and Prj.Proc.Process
7970         * prj-part.ads, prj-part.adb (Buffer, Buffer_Last): Global variables,
7971         to replace those that were in the private part of package Prj.
7972         Add new parameter In__Tree to designate the project node tree to most
7973         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
7974         (Post_Parse_Context_Clause): When specifying the project node of a with
7975         clause, indicate that it is a limited with only if there is "limited"
7976         in the with clause, not necessarily when In_Limited is True.
7977         (Parse): Add new parameter In_Tree to designate the project node tree
7979         * prj-pp.ads, prj-pp.adb (Pretty_Print): Add new parameter In_Tree to
7980         designate the project node tree. Adapt to change in Prj.Tree with
7981         project node tree In_Tree.
7983         * prj-proc.ads, prj-proc.adb (Recursive_Process): Specify the project
7984         tree In_Tree in the call to function Empty_Process to give its initial
7985         value to the project data Processed_Data.
7986         Add new parameters In_Tree to designate the project tree and
7987         From_Project_Node_Tree to designate the project node tree to several
7988         subprograms. Adapt to change in project manager with project tree
7989         In_Tree and project node tree From_Project_Node_Tree.
7991         * prj-strt.ads, prj-strt.adb (Buffer, Buffer_Last): Global variables,
7992         to replace those that were in the private part of package Prj.
7993         Add new parameter In_Tree to designate the project node tree to most
7994         subprograms. Adapt to change in Prj.Tree with project node tree In_Tree.
7996         * prj-tree.ads, prj-tree.adb: Add new parameter of type
7997         Project_Node_Tree_Ref to most subprograms.
7998         Use this new parameter to store project nodes in the designated project
7999         node tree.
8000         (Project_Node_Tree_Ref): New type to designate a project node tree
8001         (Tree_Private_Part): Change table to dynamic table and hash tables to
8002         dynamic hash tables.
8004         * prj-util.ads, prj-util.adb: Add new parameter In_Tree to designate
8005         the project tree to most subprograms. Adapt to changes in project
8006         manager using project tree In_Tree.
8008         * makegpr.adb (Project_Tree): New constant needed to use project
8009         manager.
8011 2005-03-15  Olivier Hainque  <hainque@adacore.com>
8013         * s-intman-posix.adb (Notify_Exception): Adjust signature, as handler
8014         for sigactions with SA_SIGINFO set. Call
8015         __gnat_adjust_context_for_raise before raising, to perform the
8016         potentially required adjustments to the machine context for the GCC
8017         unwinder.
8019         * raise.h (__gnat_adjust_context_for_raise): New prototype.
8021         * init.c (__gnat_adjust_context_for_raise) HPUX: Initial revision.
8022         Adjust PC by one in the provided machine context.
8023         (__gnat_install_handler) HPUX: Set SA_SIGINFO in the sigaction flags,
8024         so that the handler is passed the context structure to adjust prior to
8025         the raise.
8026         (__gnat_error_handler) HPUX: Adjust the signature to match what an
8027         SA_SIGINFO sigaction should look like. Call
8028         __gnat_adjust_context_for_raise before actually raising.
8029         (__gnat_adjust_context_for_raise): Default noop to help PC
8030         adjustments before raise from signal handlers.
8031         (__gnat_error_handler): Indirectly call a predicate function to
8032         determine if a condition should be resignaled or not.
8033         (__gnat_set_resignal_predicate): User interface to modify the predicate.
8034         (__gnat_default_resignal_p): Default GNAT predicate.
8036 2005-03-15  Doug Rupp  <rupp@adacore.com>
8038         * adaint.c: Prefix #include of VMS system header files with vms/
8039         [VMS] (HOST_EXECUTABLE_SUFFIX, HOST_OBJECT_SUFFIX): Define for VMS.
8040         Do not define a dummy function "convert_addresses" under Darwin,
8041         not needed.
8043         * tb-alvms.c, expect.c: Prefix #include of VMS system header files
8044         with vms/
8046 2005-03-15  Nicolas Setton  <setton@adacore.com>
8048         * tracebak.c: Under Darwin, use the same unwinding mechanisms as under
8049         PPC/AIX.
8051 2005-03-15  Robert Dewar  <dewar@adacore.com>
8053         * a-reatim.ads, a-reatim.adb: Add functions Minutes and Seconds for
8054         AI-386.
8056         * a-retide.ads: Minor comment changes
8058 2005-03-15  Robert Dewar  <dewar@adacore.com>
8060         * a-stzunb.adb, a-stzunb.adb a-stzunb.ads, a-stzunb.ads,
8061         a-stwiun.ads, a-stwiun.adb, a-strunb.ads, a-strunb.adb: Move
8062         Realloc_For_Chunk to private part of package.
8063         New subprograms for AI-301
8065         * a-szuzti.adb, a-suteio.adb, a-swuwti.adb: Improve efficiency of
8066         Get_Line procedure.
8067         Avoid unnecessary use of Get/Set_Wide_String
8069 2005-03-15  Robert Dewar  <dewar@adacore.com>
8071         PR ada/13470
8073         * a-stunau.ads, a-stunau.adb:
8074         Change interface to allow efficient (and correct) implementation
8075         The previous changes to allow extra space in unbounded strings had
8076         left this interface a bit broken.
8078         * a-suteio.adb: Avoid unnecessary use of Get/Set_String
8080         * g-spipat.ads, g-spipat.adb: New interface for Get_String
8081         Minor reformatting (function specs)
8083         * g-spitbo.adb: New interface for Get_String
8085         * g-spitbo.ads: Minor reformatting
8087         * a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String
8089         * a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String
8091 2005-03-15  Javier Miranda  <miranda@adacore.com>
8092             Robert Dewar  <dewar@adacore.com>
8093             Thomas Quinot  <quinot@adacore.com>
8094             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8096         * atree.ads, atree.adb: Add support for Elist24 field
8098         * atree.h: Fix wrong definition of Field27
8099         Add support for Elist16 field
8100         Add support for Elist24 field
8102         * einfo.ads, einfo.adb (Abstract_Interfaces,
8103         Set_Abstract_Interfaces): New subprograms.
8104         (Abstract_Interface_Alias, Set_Abstract_Interface_Alias): New
8105         subprograms.
8106         (Access_Disp_Table, Set_Access_Disp_Table): Modified to handle a list of
8107         entities rather than a single node.
8108         (Is_Interface, Set_Is_Interface): New subprogram
8109         (First_Tag_Component): New syntesized attribute
8110         (Next_Tag_Component): New synthesized attribute
8111         (Write_Entity_Flags): Upgraded to write Is_Interface
8112         (Write_Field24_Name): Upgraded to write Abstract_Interfaces
8113         (Write_Field25_Name): Upgraded to write Abstract_Interface_Alias
8114         (Task_Body_Procedure): New subprogram to read this attribute.
8115         (Set_Task_Body_Procedure): New subprogram to set this attribute.
8116         (Has_Controlled_Component): Now applies to all entities.
8117         This is only a documentation change, since it always worked to apply
8118         this to other than composite types (yielding false), but now this is
8119         official.
8120         Update documentation on Must_Be_Byte_Aligned for new spec
8122         * tbuild.adb, exp_dist.adb, exp_disp.adb, exp_ch3.ads, exp_ch3.adb,
8123         exp_attr.adb, exp_aggr.adb, exp_ch4.adb, exp_ch5.adb: Upgrade all the
8124         uses of the Access_Disp_Table attribute to reference the first dispatch
8125         table associated with a tagged type. As
8126         part of the implementation of abstract interface types,
8127         Access_Disp_Table has been redefined to contain a list of dispatch
8128         tables (rather than a single dispatch table).
8129         Similarly, upgrade all the references to Tag_Component by the
8130         new attribute First_Tag_Component.
8131         (Find_Inherited_TSS): Moved to exp_tss.
8132         Clean up test in Expand_N_Object_Declaration for cases
8133         where we need to do a separate assignment of the initial value.
8134         (Expand_N_Object_Declaration): If the expression in the
8135         declaration of a tagged type is an aggregate, no need to generate an
8136         additional tag assignment.
8137         (Freeze_Type): Now a function that returns True if the N_Freeze_Entity
8138         is to be deleted.
8139         Bit packed array ops are only called if operands are known to be
8140         aligned.
8141         (Component_Equality): When returning an N_Raise_Program_Error statement,
8142         ensure that its Etype is set to Empty to avoid confusing GIGI (which
8143         expects that only expressions have a bona fide type).
8144         (Make_Tag_Ctrl_Assignment): Use Build_Actual_Subtype to correctly
8145         determine the amount of data to be copied.
8147         * par.adb (P_Interface_Type_Definition): New subprogram that parses the
8148         new syntax rule of Ada 2005 interfaces (for AI-251 and AI-345):
8149             INTERFACE_TYPE_DEFINITION ::=
8150               [limited | task | protected | synchronized] interface
8151                 [AND interface_list]
8153         * par-ch3.adb (P_Type_Declaration): Modified to give support to
8154         interfaces.
8155         (P_Derived_Type_Def_Or_Private_Ext_Decl): Modified to give support to
8156         interfaces.
8157         (P_Interface_Type_Definition): New subprogram that parses the new
8158         syntax rule of Ada 2005 interfaces
8159         (P_Identifier_Declarations): fix two occurrences of 'RENAMES' in error
8160         messages by the correct RENAMES (quotes removed).
8162         * sem_prag.adb: Upgrade all the references to Tag_Component by the new
8163         attribute First_Tag_Component.
8165         * sinfo.ads, sinfo.adb: Remove OK_For_Stream flag, not used, not needed
8166         (Interface_List, Set_Interface_List): New subprograms.
8167         (Interface_Present, Set_Interface_Present): New subprograms.
8168         (Limited_Present, Set_Limited_Present): Available also in derived
8169         type definition nodes.
8170         (Protected_Present, Set_Protected_Present): Available also in
8171         record type definition and
8172         derived type definition nodes.
8173         (Synchronized_Present, Set_Synchronized_Present): New subprograms.
8174         (Task_Present, Set_Task_Present): New subprogram.
8175         (Task_Body_Procedure): Removed.
8176         (Set_Task_Body_Procedure): Removed.
8177         These subprogram have been removed because the attribute
8178         Task_Body_Procedure has been moved to the corresponding task type
8179         or task subtype entity to leave a field free to store the list
8180         of interfaces implemented by a task (for AI-345)
8181         Add Expression field to N_Raise_Statement node for Ada 2005 AI-361
8182         (Null_Exclusion_Present): Change to Flag11, to avoid conflict with
8183         expression flag Do_Range_Check
8184         (Exception_Junk): Change to Flag7 to accomodate above change
8185         (Box_Present, Default_Name, Specification, Set_Box_Present,
8186         Set_Default_Name, Set_Specification): Expand the expression
8187         "X in N_Formal_Subprogram_Declaration" into the corresponding
8188         two comparisons. Required to use the csinfo tool.
8190         * exp_ch11.adb (Expand_N_Raise_Statement): Deal with case where
8191         "with string" given.
8193         * sem_ch11.adb (Analyze_Raise_Statement): Handle case where string
8194         expression given.
8196         * par-ch11.adb (P_Raise_Statement): Recognize with string expression
8197         in 2005 mode
8199         * exp_ch9.adb (Build_Task_Proc_Specification): Modified to use entity
8200         attribute Task_Body_Procedure rather than the old semantic field that
8201         was available in the task_type_declaration node.
8203         * par-ch12.adb (P_Formal_Type_Definition): Modified to handle formal
8204         interface type definitions.
8205         (P_Formal_Derived_Type_Definition): Modified to handle the list of
8206         interfaces.
8208         * par-ch9.adb (P_Task): Modified to handle the list of interfaces in a
8209         task type declaration.
8210         (P_Protected): Modified to handle the list of interfaces in a
8211         protected type declaration.
8213 2005-03-15  Doug Rupp  <rupp@adacore.com>
8214             Vincent Celier  <celier@adacore.com>
8216         * bindgen.adb (Gen_Main_C): Change WBI __posix_exit to decc$posix_exit
8217         (Gen_Output_File_C): Likewise.
8218         (Gen_Main_C): Issue #include <stdlib.h> to avoid warning
8220 2005-03-15  Thomas Quinot  <quinot@adacore.com>
8222         * checks.adb (Get_E_First_Or_Last): When the expression being retrieved
8223         is an N_Raise_Constraint_Error node, create a new copy of it without
8224         going through a call to Duplicate_Subexpr.
8226 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
8227             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8228             Nicolas Setton  <setton@adacore.com>
8229             Ed Schonberg  <schonberg@adacore.com>
8231         PR ada/19900
8232         PR ada/19408
8233         PR ada/19140
8234         PR ada/20255
8236         * decl.c (gnat_to_gnu_field): Reject aliased components with a
8237         representation clause that prescribes a size not equal to the rounded
8238         size of their types.
8239         (gnat_to_gnu_entity, case E_Component): Always look at
8240         Original_Record_Component if Present and not the entity.
8241         (gnat_to_gnu_entity, case E_Record_Subtype): Rework handling of subtypes
8242         of tagged extension types by not making field for components that are
8243         inside the parent.
8244         (gnat_to_gnu_entity) <E_Record_Type>: Fix typo in the alignment formula
8245         (gnat_to_gnu_entity) <E_Variable>: Do not convert again the
8246         expression to the type of the object when the object is constant.
8247         Reverse defer_debug_incomplete_list before traversing it, so that trees
8248         are processed in the order at which they were added to the list. This
8249         order is important when using the stabs debug format.
8250         If we are deferring the output of debug information, also defer this
8251         output for a function return type.
8252         When adding fields to a record, prevent emitting debug information
8253         for incomplete records, emit the information only when the record is
8254         complete.
8255         (components_to_record): New parameter defer_debug.
8256         (gnat_to_gnu_entity, case E_Array_Subtype): Call copy_alias_set.
8257         (gnat_to_gnu_field_decl): New function.
8258         (substitution_list, annotate_rep): Call it.
8259         (gnat_to_gnu_entity, case E_Record_Subtype): Likewise.
8260         (gnat_to_gnu_entity, case E_Record_Type): Likewise.
8261         No longer update discriminants to not be a COMPONENT_REF.
8262         (copy_alias_set): Strip padding from input type; also handle
8263         unconstrained arrays properly.
8265         * gigi.h (write_record_type_debug_info): New function.
8266         Convert to use ANSI-style prototypes. Remove unused
8267         declarations for emit_stack_check, elab_all_gnat and
8268         set_second_error_entity.
8269         (gnat_to_gnu_field_decl): New decl.
8271         * utils.c (write_record_type_debug_info): New function.
8272         (finish_record_type): Delegate generation of debug information to
8273         write_record_type_debug_info.
8274         (update_pointer_to): Remove unneeded calls to rest_of_decl_compilation.
8275         (update_pointer_to): Fix pasto.
8276         (convert) <UNION_TYPE>: Accept slight type variations when
8277         converting to an unchecked union type.
8279         * exp_ch13.adb (Expand_N_Freeze_Entity): If Freeze_Type returns True,
8280         replace the N_Freeze_Entity with a null statement.
8282         * freeze.adb (Freeze_Expression): If the freeze nodes are generated
8283         within a constrained subcomponent of an enclosing record, place the
8284         freeze nodes in the scope stack entry for the enclosing record.
8285         (Undelay_Type): New Subprogram.
8286         (Set_Small_Size): Pass T, the type to modify; all callers changed.
8287         (Freeze_Entity, Freeze_Record_Type): Change the way we handle types
8288         within records; allow them to have freeze nodes if their base types
8289         aren't frozen yet.
8291         * exp_util.adb (Remove_Side_Effects): Properly test for
8292         Expansion_Delayed and handle case when it's inside an
8293         N_Qualified_Expression.
8295         * sem_ch3.adb (Derived_Type_Declaration): New predicate
8296         Comes_From_Generic, to recognize accurately that the parent type in a
8297         derived type declaration can be traced back to a formal type, because
8298         it is one or is derived from one, or because its completion is derived
8299         from one.
8300         (Constrain_Component_Type): If component comes from source and has no
8301         explicit constraint, no need to constrain in in a subtype of the
8302         enclosing record.
8303         (Constrain_Access, Constrain_Array): Allow itypes to be delayed.
8304         Minor change to propagate Is_Ada_2005 flag
8306         * trans.c (gnat_to_gnu, case N_Aggregate): Verify that
8307         Expansion_Delayed is False.
8308         (assoc_to_constructor): Ignore fields that have a
8309         Corresponding_Discriminant.
8310         (gnat_to_gnu) <N_Return_Statement>: Restructure. If the
8311         function returns "by target", dereference the target pointer using the
8312         type of the actual return value.
8313         <all>: Be prepared for a null gnu_result.
8314         (processed_inline_subprograms): Check flag_really_no_inline
8315         instead of flag_no_inline.
8316         (set_second_error_entity): Remove unused function.
8317         (gnat_to_gnu, case N_Selected_Component): Call
8318         gnat_to_gnu_field_decl.
8319         (assoc_to_constructor): Likewise.
8321 2005-03-15  Robert Dewar  <dewar@adacore.com>
8322             Ed Schonberg  <schonberg@adacore.com>
8323             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8325         * exp_pakd.adb (Create_Packed_Array_Type): Do not set
8326         Must_Be_Byte_Aligned for cases where we do not need to use a
8327         System.Pack_nn unit.
8329         * exp_ch6.adb (Expand_Call): Call Expand_Actuals for functions as well
8330         as procedures.
8331         Needed now that we do some processing for IN parameters as well. This
8332         may well fix some unrelated errors.
8333         (Expand_Call): Handle case of unaligned objects (in particular those
8334         that come from packed arrays).
8335         (Expand_Inlined_Call): If the subprogram is a renaming as body, and the
8336         renamed entity is an inherited operation, re-expand the call using the
8337         original operation, which is the one to call.
8338         Detect attempt to inline parameterless recursive subprogram.
8339         (Represented_As_Scalar): Fix to work properly with private types
8340         (Is_Possibly_Unaligned_Object): Major rewrite to get a much more
8341         accurate estimate. Yields True in far fewer cases than before,
8342         improving the quality of code that depends on this test.
8344         * exp_util.adb (Kill_Dead_Code): For a package declaration, iterate
8345         over both visible and private declarations to remove them from tree,
8346         and mark subprograms declared in package as eliminated, to prevent
8347         spurious use in subsequent compilation of generic units in the context.
8349         * exp_util.ads: Minor cleanup in variable names
8351         * sem_eval.ads, sem_eval.adb: Minor reformatting
8352         (Compile_Time_Known_Bounds): New function
8354 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8356         * exp_ch7.adb (Convert_View): Use base types of underlying types when
8357         determining whether an unchecked conversion is needed for the argument
8358         of an initialization call.
8360 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8362         * exp_intr.adb (Expand_Unc_Conversion): As a target type, use the type
8363         that appears in the instantiation rather than the internal subtype
8364         generated in the wrapper package, to avoid anomalies in gigi when the
8365         target is derived from a private type whose full view is an access type.
8367 2005-03-15  Robert Dewar  <dewar@adacore.com>
8369         * exp_smem.adb, sem_attr.adb: Remove OK_For_Stream flag, not used,
8370         not needed.
8371         Add documentation to replace the use of this flag
8372         Fix kludge for Maximum_Alignment on x86 so that it does not apply to
8373         the x86_64.
8375 2005-03-15  Thomas Quinot  <quinot@adacore.com>
8377         * exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
8378         here from exp_attr so it can be shared between exp_attr and exp_dist.
8379         (TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
8380         all TSS names, not a subset thereof, and the previous name introduced
8381         an unnecessarily confusion that a distinction might exist between
8382         "OK" TSS names and some "not OK" TSS names.
8384 2005-03-15  Doug Rupp  <rupp@adacore.com>
8386         * gnatchop.adb (Locate_Executable): Normalize the possibly VMS style
8387         Command_Name.
8389 2005-03-15  Pascal Obry  <obry@adacore.com>
8390             Eric Botcazou  <ebotcazou@adacore.com>
8392         PR ada/20226
8393         PR ada/20344
8395         * init.c (__gnat_initialize): Do not call __gnat_install_SEH_handler()
8396         when IN_RTS. This is to work around a bootstrap path problem.
8398         * misc.c (gnat_parse_file): Create a SEH (Structured Exception Handler)
8399         table and pass it to __gnat_install_SEH_handler().
8400         (gnat_handle_option): Accept OPT_fRTS_, not OPT_fRTS.
8402         * lang.opt: Fix specification of -fRTS=.
8404 2005-03-15  Doug Rupp  <rupp@adacore.com>
8405             Bernard Banner  <banner@adacore.com>
8406             Vincent Celier  <celier@adacore.com>
8407             Arnaud Charlet  <charlet@adacore.com>
8409         PR ada/6852
8410         This change works fine when gnatlib is built from the gcc directory,
8411         but does not work when using the libada Makefile, since GCC_FOR_TARGET
8412         is not passed to ada/Makefile.in, so more work is needed by a
8413         Makefile/configure expert.
8415         * Makefile.in(gnatlib): Use $(GCC_FOR_TARGET) for compiling library.
8416         set GMEM_LIB on ia64 linux to add optional support for gnatmem.
8417         Setup gnatlink switch -M for x86_64 linux, as it is already setup
8418         for Linux x86.
8419         (gnatlib-shared-default): Use GNATLIBCFLAGS as well.
8420         Run ranlib on libgccprefix.a
8421         Define PREFIX_OBJS for Darwin, to build libgccprefix.
8422         (ADA_INCLUDE_SRCS): Split Ada packages.
8424 2005-03-15  Robert Dewar  <dewar@adacore.com>
8426         * Make-lang.in: Add g-utf_32 unit for gnat and gnatbind
8428         * impunit.adb: Add GNAT.UTF_32
8430         * scng.adb: Use gnat.utf_32 instead of widechar for utf_32 stuff
8432         * widechar.ads, widechar.adb: Remove redundant UTF-32 tables (scng
8433         now uses GNAT.UTF_32).
8435         * g-utf_32.ads, g-utf_32.adb: This is a new unit with full
8436         capabilities for categorizing characters using Unicode categories
8438 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8440         * sem_ch10.adb (Build_Ancestor_Name): If the ancestor is an
8441         instantiation that has been rewritten as a package body, retrieve spec
8442         to generate proper name for implicit_with_clause.
8443         (Install_Parents): Recognize a parent that is an instantiation but has
8444         been rewritten as a package declaration during analysis.
8446 2005-03-15  Javier Miranda  <miranda@adacore.com>
8447             Ed Schonberg  <schonberg@adacore.com>
8449         * sem_ch12.adb (Instantiate_Object): If the analysis of the actual
8450         parameter reported some error we immediately return. This improves the
8451         behaviour of the frontend in case of errors.
8452         (Install_Parent, Remove_Parent): Introduce new flag
8453         Parent_Unit_Visible, to preserve the proper visibility of the ultimate
8454         ancestor of a generic child unit, when the child is being instantiated.
8455         (Inline_Instance_Body): If we are compiling the private
8456         part or the body of a child unit, restore the proper visibility of the
8457         parents after compiling the instance body.
8459 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8460             Javier Miranda  <miranda@adacore.com>
8462         PR ada/15608
8463         * sem_util.adb (Get_Task_Body_Procedure): Type may be the completion
8464         of a private type, in which case it is underlying_type that denotes
8465         the proper task. Also modified to use the new entity attribute
8466         that is directly available in the task type and task subtype entities
8467         (Build_Actual_Subtype_Of_Component): Handle properly multidimensional
8468         arrays when other dimensions than the first are constrained by
8469         discriminants of an enclosing record.
8470         (Insert_Explicit_Dereference): If the prefix is an indexed component or
8471         a combination of indexed and selected components, find ultimate entity
8472         and generate the appropriate reference for it, to suppress spurious
8473         warnings.
8474         (Note_Possible_Modification): If an entity name has no entity, return.
8475         (Is_Variable): A function call never denotes a variable.
8476         (Requires_Transient_Scope): For record types, recurse only on
8477         components, not on internal subtypes that may have been generated for
8478         constrained components.
8480 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8482         * sem_ch4.adb (Analyze_Concatenation): Do not consider operators marked
8483         Eliminated as candidates for resolution. Both efficient, and avoids
8484         anomalies with operators declared in deleted code.
8485         (Process_Implicit_Dereference_Prefix): Use this procedure whenever
8486         expansion is disabled (as when compiling a generic) to prevent spurious
8487         warnings on prefixes of selected components.
8489 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8491         * sem_ch6.adb (Is_Private_Declaration): Verify that the declaration is
8492         attached to a list before checking whether it appears in the private
8493         declarations of the current package.
8494         (Make_Inequality_Operator): Insert declaration in proper declarative
8495         list rather than just setting the Parent field, so that
8496         Is_Private_Declaration can handle it properly.
8498 2005-03-15  Ed Schonberg  <schonberg@adacore.com>
8500         * sem_ch8.adb (Analyze_Subprogram_Renaming): In a generic, if this is
8501         a renaming a body, check that the renamed subprogram in not intrinsic.
8502         (Find_Direct_Name): If several use_visible entities hide
8503         each other, and the context is a predefined file compiled through
8504         rtsfind, keep only the entity that comes from a predefined file.
8506 2005-03-15  Geert Bosch  <bosch@adacore.com>
8508         * s-fatgen.adb (Valid): Extend special exceptions to account for long
8509         long float padding to also cover AMD64 and IA64.
8511 2005-03-15  Gary Dismukes  <dismukes@adacore.com>
8513         * s-imgwch.adb: Add with and use of Interfaces.
8514         (Img_Wide_Character): Change type of Val to Unsigned_16.
8515         (Img_Wide_Wide_Character): Change type of Val to Unsigned_32.
8517 2005-03-15  Matthew Gingell  <gingell@adacore.com>
8519         * sysdep.c: Implement __gnat_localtime_r as call to localtime_r on AIX.
8521 2005-03-15  Robert Dewar  <dewar@adacore.com>
8523         * usage.adb: Add missing lines for -gnat95 and -gnat05 switches
8525         * sem_ch7.adb: Minor change to propagate Is_Ada_2005 flag
8527         * i-c.adb: Clarify that AI-258 behavior is also intended in Ada 95
8529 2005-03-15  Robert Dewar  <dewar@adacore.com>
8531         * s-bitops.adb, s-bitops.ads,
8532         s-taprop-os2.adb, s-intman-vms.ads, s-intman-vxworks.ads,
8533         s-taprop-vxworks.adb, a-caldel.ads, a-calend.adb, a-tasatt.adb,
8534         tbuild.ads, s-finimp.adb, s-imgwch.adb, s-intman.ads, s-intman.ads,
8535         s-memory.adb, s-soflin.ads, s-taasde.ads, s-taprob.adb, s-taprop.ads,
8536         s-taprop.ads, s-tasini.adb, s-tasini.ads, s-tasini.ads, s-tasini.ads,
8537         s-taskin.ads, s-tasren.adb, s-tassta.adb, s-tassta.ads, s-tassta.ads,
8538         s-tasuti.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads, s-tataat.ads,
8539         s-tpoben.adb, s-tpoben.adb, s-tpobop.ads: Update comments. Minor
8540         reformatting.
8542 2005-03-15  Eric Botcazou  <ebotcazou@adacore.com>
8544         * utils2.c (build_binary_op): Fix typo.
8546 2005-03-15  Doug Rupp  <rupp@adacore.com>
8548         * s-crtl.ads (popen,pclose): New imports.
8550 2005-03-15  Cyrille Comar  <comar@adacore.com>
8552         * comperr.adb (Compiler_Abort): remove references to obsolete
8553         procedures in the bug boxes for various GNAT builds.
8555 2005-03-15  Vincent Celier  <celier@adacore.com>
8557         * snames.ads, snames.adb: Save as Unix text file, not as DOS text file
8559 2005-03-15  Geert Bosch  <bosch@adacore.com>
8560             Arnaud Charlet  <charlet@adacore.com>
8561             Robert Dewar  <dewar@adacore.com>
8562             Cyrille Comar  <comar@adacore.com>
8563             Sergey Rybin  <rybin@adacore.com>
8565         * gnat_ugn.texi: Remove extended inline assembly example, as it was far
8566         too specific and long-winded to be appropriate for the GNAT User's
8567         Guide.
8568         Warn about use of GCC switches not documented in the GNAT User's Guide,
8569         as these may cause generated code to not conform to Ada semantics.
8570         Remove mention of -gdwarf-2 for sparc64, since this is now the default.
8571         Add documentation for -gnat95 and -gnat05 switches
8572         Remove paragraph documenting obsolete way to refer to third party
8573         libraries.
8574         Add a few references to Ada_05 that were missing.
8575         Update documentation on -gnatZ/-gnatL.
8576         Document limitation when using -m64 under Solaris.
8577         Change the "Name Casing" subsection of the pretty-printer section
8578         according to the changes in the dictionary processing.
8580         * gnat_rm.texi: Document the Ada_05 pragma.
8581         Section on record representation clauses describes the new more
8582         relaxed rules about placement of large packed bit array components.
8583         Add documentation of GNAT.UTF_32
8585 2005-03-12  Daniel Berlin <dberlin@dberlin.org>
8587         * misc.c (gnat_post_options): Turn off structural
8588         aliasing for now.
8590 2005-03-08  Laurent Guerby <laurent@guerby.net>
8592         * system-linux-sparc.ads: Fix typo in previous commit.
8594 2005-03-07  James A. Morrison <phython@gcc.gnu.org>
8595             Laurent Guerby <laurent@guerby.net>
8597         PR ada/20035
8598         * system-linux-sparc.ads: New.
8599         * Makefile.in: Add sparc linux entry.
8601 2005-02-27  Danny Smith  <dannysmith@users.sourceforge.net>
8603         * seh_init.c (__gnat_SEH_error_handler): Mark third and fourth
8604         parameters as unused.
8606 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8607         Partial merge from libada-gnattools-branch:
8609         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8610         * Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
8611         into code in gnattools/Makefile.in.  Remove direct dependencies on
8612         stamp-tools by tools clauses.
8613         2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8614         * config-lang.in: Add gnattools to $lang_dirs.
8616 2005-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
8618         PR ada/19942
8619         * utils.c (gnat_type_for_mode): Return null instead of ICE because
8620         we asked for an unknown mode.
8622 2005-02-12  Richard Henderson  <rth@redhat.com>
8624         * utils.c (gnat_type_for_mode): Return NULL for COMPLEX modes;
8625         validate SCALAR_INT_MODE_P before calling gnat_type_for_size.
8627 2005-02-10  Andreas Jaeger  <aj@suse.de>
8629         * init.c (__gnat_initialize): Mark parameter as unused.
8631 2005-02-09  Doug Rupp  <rupp@adacore.com>
8633         * g-expect-vms.adb (Non_Blocking_Spawn): Separate out.
8634         * g-enblsp-vms-alpha.adb g-enblsp-vms-ia64.adb: New subunits.
8636 2005-02-09  Doug Rupp  <rupp@adacore.com>
8638         * gnatchop.adb (dup, dup2),
8639         g-dirope.adb (closedir, opendir, rmdir): Reference via System.CRTL.
8641         * gnatlbr.adb (mkdir),
8642         mlib-tgt-vms-ia64.adb (popen, plose):  Import with decc$ prefix.
8644         * s-crtl.ads (closdir, dup, dup2, opendir, rmdir): Import.
8646 2005-02-09  Doug Rupp  <rupp@adacore.com>
8648         * s-tpopde-vms.adb: Add pragma Warnings (Off) for Task_Id conversions.
8650 2005-02-09  Robert Dewar  <dewar@adacore.com>
8651             Thomas Quinot  <quinot@adacore.com>
8652             Javier Miranda  <miranda@adacore.com>
8653             Pascal Obry  <obry@adacore.com>
8654             Ed Schonberg  <schonberg@adacore.com>
8655             Doug Rupp  <rupp@adacore.com>
8656             Gary Dismukes  <dismukes@adacore.com>
8657             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8659         * g-zstspl.ads: New file.
8661         * a-chahan.ads, a-chahan.adb: Add declarations from AI-285
8663         * a-string.ads: Add pragma Ada_05 for wide_wide_space to get warning in
8664         Ada 95 mode
8665         Add definition of Wide_Wide_Space for AI-285
8667         * impunit.ads, impunit.adb, sem_ch10.adb: Complete rewrite and new
8668         interface (to support Ada 95 and Ada 2005 units).
8669         Add Unbounded_IO files
8670         Add entries for Wide_Wide packages for AI-285
8671         Add list of containers packages to Ada 2005 unit list
8673         * a-swuwti.ads, a-swuwti.adb, a-suteio.ads, a-suteio.adb: Updates to
8674         support new Unbounded_IO package cleanly.
8676         * g-utf_32.ads, g-utf_32.adb: New files.
8678         * Makefile.rtl: Add entry for g-utf_32
8679         Add new files for Unbounded_IO
8680         Adjust make file for new AI-285 wide wide packages
8681         Add AI-302 containers to the run time.
8683         * a-stwibo.adb, a-stwibo.ads, a-stwisu.adb, a-stwisu.ads,
8684         a-strbou.ads, a-strbou.adb, a-strsup.ads, a-strsup.adb: New
8685         subprograms for AI-301.
8687         * a-stwiun.adb, a-stwiun.ads: Minor reformatting.
8689         * a-stunau.ads: Minor comment correction
8691         * rtsfind.ads, rtsfind.adb: Add definitions for Wide_Wide attributes
8692         etc.
8693         Also extend Text_IO_Kludge to support Wide_Wide_Text_IO
8694         (Check_RPC): Update to match changes in expanded code.
8695         Clean up unused entity.
8697         * exp_ch3.ads, exp_ch3.adb: Fix various places where Wide_Wide_String
8698         was not taken into account.
8699         This includes proper initialization with Normalize_Scalars.
8700         (Get_Simple_Init_Val): Major rewrite for initialize scalars and
8701         normalize scalars cases (particularly the latter) to do a better job
8702         of finding invalid representations.
8704         * s-scaval.ads, s-scaval.adb: Add values for zero invalid values
8706         * s-strops.ads, s-strops.adb: Remove string normalize routines, never
8707         used
8709         * exp_dist.adb: Add support for wide wide character type
8710         (Expand_Receiving_Stubs_Bodies): For a package declaration that has a
8711         private part, generate stub bodies at the end of the private part,
8712         not the visible part.
8713         (Add_RACW_Primitive_Operations_And_Bodies): Add last missing code for
8714         PolyORB support.
8715         (Add_Obj_RPC_Receiver_Completion): Add PCS-specific subprograms and
8716         generic wrapper to execute final processing after completing the
8717         expansion of the RPC receiver for an RACW.
8719         * snames.h, snames.ads, snames.adb: Add definitions for wide_wide
8720         packages and attributes.
8721         (Preset_Names): Addition of the new reserved words of Ada 2005,
8722         that is interface, overriding and synchronized.
8723         (Get_Pragma_Id): Give support to the use of the new reserved word
8724         "interface" as a pragma name.
8725         (Is_Pragma_Name): Give support to the use of the new reserved word
8726         "interface" as a pragma name.
8727         (Preset_Names): Add stream_size string for the Stream_Size Ada2005
8728         attribute implementation.
8730         * exp_attr.adb (Expand_Attribute_Reference): Do not apply validity
8731         checks to entities that are output parameters of Asm operations.
8732         Handle the Stream_Size attribute.
8733         Add implementation of Wide_Wide_Value, Wide_Wide_Image, Wide_Wide_Width
8735         * exp_imgv.ads, exp_imgv.adb: Add support for wide wide character type
8737         * sem_attr.adb (Eval_Attribute): Raise compile-time constraint error
8738         for second parameter being 0.0.
8739         Add support for wide wide character type.
8740         (Analyze_Attribute, Eval_Attribute): Handle the Stream_Size attribute.
8742         * s-valwch.adb, s-valwch.ads, s-imgwch.ads, s-imgwch.adb,
8743         s-wchstw.ads, s-wchstw.adb, s-wchwts.adb, s-wchwts.ads,
8744         s-widwch.adb, s-widwch.ads, s-wwdcha.adb, s-wwdcha.ads,
8745         s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb, s-wwdwch.ads: Add support
8746         for wide wide character cases.
8748         * cstand.adb: Create entities for Wide_Wide_Character and
8749         Wide_Wide_String.
8751         * i-c.ads, i-c.adb: Fix not raising CE for null wide strings in
8752         accordance with AI-258.
8753         Add new declarations for 16/32 bit C character types (Part of AI285)
8755         * einfo.ads, einfo.adb (Is_Obsolescent, Is_Ada_2005): New flag
8756         (Obsolescent_Warning): New field
8757         (Rep_Clause): New local subprogram used to share code. Returns the rep
8758         clause for which the name is given in parameter.
8759         (Has_Stream_Size_Clause): New routine.
8760         (Stream_Size_Clause): Idem. Implementation is based on Rep_Clause.
8761         (Address_Clause): Implementation is now using Rep_Clause.
8762         (Alignment_Clause): Idem.
8763         (Size_Clause): Idem.
8765         * lib-xref.adb (Generate_Reference): Test for reference to Ada 2005
8766         entity in non-Ada 2005 mode and generate warning.
8768         * par-prag.adb: Add handling of one argument form for pragma Ada_05.
8769         (Prag): Code cleanup. Remove old gnat pragma "overriding"
8771         * sem_prag.adb: Add handling of one argument form for pragma Ada_05
8772         (Analyze_Pragma, case Elaborate, Elaborate_All): Do not disable warnings
8773         on the named unit if the pragma is not in the current compilation unit,
8774         so that elaboration calls in the current unit can set up an elaboration
8775         dependency on the named unit, as needed.
8776         (Analyze_Pragma, case Obsolescent): Allow pragma to be used for library
8777         subprogram as well as for subprograms declared within a package.
8778         (Analyze_Pragma, Sig_Flags): Code cleanup. Remove support for the GNAT
8779         pragma overriding.
8781         * krunch.ads, krunch.adb: Add special handling of Wide_Wide (krunched
8782         to z) to avoid some instances of duplication for Wide_Wide packages.
8784         * namet.ads, namet.adb: Implement encoding (WWhhhhhhhh) for wide wide
8785         characters.
8787         * scn.adb: Char_Literal_Value field is now a Uint
8789         * scng.adb: Significant rewrite to handle new Ada 2005 features
8790         allowing wide and wide wide characters in program text, e.g. for
8791         identifiers, as described in AI-285.
8792         (Set_Reserved): New procedure, makes setting up keywords cleaner.
8793         (Initialize_Scanner): Register the new reserved words of Ada 2005.
8794         (Scan): Give support to the new reserved words.
8796         * par-ch2.adb (P_Identifier): Compiling in Ada95 mode, generate a
8797         warning notifying that interface, overriding, and synchronized are
8798         new reserved words.
8799         (P_Pragma): Allow the use of the new reserved word "interface" as
8800         a pragma name.
8802         * gnatls.adb, gnatbind.adb,
8803         ali-util.adb, binde.adb, ali.ads, ali.adb: Code cleanup. Rename
8804         identifiers named "interface" to "SAL_Interface".
8806         * bindgen.adb (Gen_Main_Ada): Add support for the new SEH
8807         (Structured Exception handling).
8808         (Gen_Main_C): Idem.
8810         * bindgen.adb:
8811         (Gen_Main_Ada): Set the default exit code if specified.
8812         (Gen_Main_C): Likewise.
8813         Part of *DC20-006.
8814         (Gen_Output_File_C): Remove redundant output of gnat_exit_status.
8815         Code cleanup. Rename identifiers named "interface" to "SAL_Interface"
8817         * switch-b.adb, bindusg.adb, opt.ads, vms_data.ads: Add handling of
8818         new -Xnnn switch.
8820         * mlib-prj.adb, mlib.adb: Code cleanup. Rename one identifier that
8821         has a collision with the new Ada 2005 "interface" reserved word.
8823         * par-ch3.adb (P_Defining_Identifier): Compiling in Ada95 mode,
8824         generate a warning notifying that interface, overriding, and
8825         synchronized are new reserved words.
8827         * scans.ads (Token_Type): Addition of the tokens corresponding to the
8828         new reserved words of Ada 2005: Tok_Interface, Tok_Overriding
8829         and Tok_Synchronized.
8831         * sem_res.adb (Resolve_Actuals): Change error messages to refer to
8832         "dispatching" rather than "primitive" operations, since dispatching
8833         calls are now allowed to abstract formal subprograms (which are not
8834         primitive).
8835         Char_Literal_Value field is now a Uint
8836         (Resolve_Slice): If the prefix is an access to an unconstrained array,
8837         compute the actual subtype of the designated object to impose the proper
8838         index constraints.
8839         (Resolve_Selected_Component): Do not insert an access check if the
8840         prefix is an access type: such a node is expanded into an explicit
8841         dereference, on which the access check is performed anyway. Removes
8842         expensive duplicate checks.
8843         (Resolve_Call): Use new flag Is_Obsolescent and field
8844         Obsolescent_Warning so that pragma Obsolescent works on library
8845         subprograms.
8846         Add support for wide wide character type
8847         (Resolve_Allocator): Replace the error message on wrong null-exclusion
8848         value by a warning message.
8849         (Resolve_Type_Conversion): If the mixed-mode expression is interpreted
8850         as fixed-point, and one of the operands is non-static and universal, it
8851         can only be an illegal exponentiation operation, in which case there is
8852         no real value to retrieve.
8854         * exp_strm.adb: Add support for wide wide character type
8855         (Build_Elementary_Input_Call): Compute the size of the stream element by
8856         querying the rep chain to find the Stream_Attribute attribute value.
8857         (Build_Elementary_Write_Call): Ditto.
8859         * sem_aggr.adb: Char_Literal_Value field is now a Uint
8860         Add support for wide wide character type
8861         Replace the error messages on wrong null-exclusion value by warnings
8862         as described in Ada 2005.
8863         (Resolve_Extension_Aggregate): Document the fact that the error
8864         message on class-wide expressions in extensions aggregates.
8866         * sem_case.adb: Add support for wide wide character type
8868         * sem_ch13.adb: Add support for wide wide character type
8869         (Analyze_Attribute_Definition_Clause): Handle the Stream_Size attribute.
8871         * sem_ch3.adb: Add support for wide wide character type
8872         (Process_Subtype): If constraint is illegal for the type, set Ekind of
8873         now-useless Itype, to prevent cascaded errors on a compiler built
8874         without -gnatp.
8876         * sem_ch8.adb: Add with and use of Sem_Disp.
8877         (Analyze_Subprogram_Renaming): Replace unclean uses of
8878         Corresponding_Spec with Corresponding_Formal_Spec (and delete setting
8879         of Corresponding_Spec to Empty).
8880         (Attribute_Renaming): Replace use of Corresponding_Spec with
8881         Corresponding_ Formal_Spec and simplify condition.
8882         (Use_One_Package): Check that scope of homonym of identifier is defined,
8883         before checking whether it is a wrapper package.
8884         Add support for wide wide character type
8886         * sem_eval.adb: Add support for wide wide character type.
8887         (Eval_Arithmetic_Op): Check for compile time known signed integer
8888         overflow in the non-static case.
8889         (Subtypes_Statically_Match): A formal scalar type and its base type do
8890         not statically match.
8892         * sem_util.adb (Collect_Primitive_Operations): Minor change of "/=" to
8893         "not in" for test of N_Formal_Subprogram_Declaration (which is now a
8894         subtype).
8895         (Unit_Declaration_Node): Ditto.
8896         (Is_Variable_Prefix):  For the case of an indexed component whose prefix
8897         has a packed array type, the prefix has been rewritten into a type
8898         conversion. Determine variable-ness from the converted expression.
8899         Handle wide wide character cases.
8901         * stand.ads: Add types Wide_Wide_Character and Wide_Wide_String
8903         * stringt.ads, stringt.adb: Handle full UTF-32 range.
8904         Remove ["0A"] from comment, since it can look like a line terminator.
8905         Currently we don't permit this, but this is under discussion by the
8906         ARG, and it is easy enough to use a different example.
8908         * s-wchcon.ads, s-wchcnv.ads, s-wchcnv.adb: Add new subprograms for
8909         handling UTF-32 encoding for wide wide character.
8910         Implement new brackets coding ["hhhhhhhh"]
8911         Add UTF-8 encodings for full UTF-32 range
8913         * ttypes.ads: Add definition of Standard_Wide_Wide_Character_Size
8915         * types.h, types.ads, types.adb: Wide_Wide_Character now has full 31
8916         bit range Add full UTF-32 support.
8917         (RT_Exception_Code): Addition of CE_Null_Not_Allowed; used to
8918         notify that constraint error will be raised at run-time
8919         because a null value is assigned to a null-excluding object.
8920         Remove some obsolete declarations and make Char_Code
8921         unsigned.
8923         * a-except.adb (Rcheck_30): New subprogram. Addition of the message
8924         corresponding to CE_Null_Not_Allowed, and adjust the output of all the
8925         Rcheck subprograms.
8927         * checks.adb (Check_Null_Not_Allowed): Replace the error message on
8928         wrong null-exclusion value by a warning message.
8929         (Enable_Range_Check): Do range check if the prefix is an
8930         explicit dereference whose designated object is an unconstrained array.
8931         Current algorithm for removing duplicate checks is over-eager in this
8932         case.
8934         * sem_ch5.adb (Analyze_Assignment): Replace the error messages on wrong
8935         null-exclusion value by a warning message
8937         * atree.h, atree.ads, atree.adb: Remove Char_Code field support
8938         completely. Add support for Uint2 field
8940         sem_ch2.adb, exp_ch11.adb, exp_dbug.adb,
8941         exp_prag.adb: Char_Literal_Value field is now a Uint.
8943         * exp_util.adb (Insert_Actions): Replace
8944         N_Formal_Subprogram_Declaration by
8945         N_Formal_{Abstract|Concrete}_Subprogram_Declaration.
8946         Char_Literal_Value field is now a Uint.
8948         * sinfo.ads, sinfo.adb (Corresponding_Formal_Spec): New function
8949         defined for subprogram renaming declarations. When set, the field
8950         indicates the defining entity of a corresponding formal subprogram
8951         when the renaming corresponds to a formal subprogram association in an
8952         instantiation.
8953         (Set_Corresponding_Formal_Spec): New procedure to return
8954         Corresponding_Formal_Spec field.
8955         Minor changes of "=" to "in" in tests of N_Formal_Subprogram_Declaration
8956         (which is now a subtype).
8957         Char_Literal_Value field is now a Uint
8959         * exp_disp.ads, exp_disp.adb (Make_DT): Generate code that moves the
8960         pointer to the base of the dispatch table.
8961         Minor changes to comments.
8962         (Controlling_Type): New function for determining the tagged type
8963         associated with a tagged primitive subprogram.
8964         (Expand_Dispatching_Call): Add support for a controlling actual that is
8965         directly a value of type Ada.Tag rather than a tagged object.
8967         * i-cpp.ads, i-cpp.adb, a-tags.ads, a-tags.adb: Update documentation
8968         describing the new layout.
8969         (Dispatch_Table): The expander computes the actual array size, allocates
8970         the Dispatch_Table record accordingly, and generates code that displaces
8971         the base of the record after the Typeinfo_Ptr component. The access to
8972         these components is done by means of local functions.
8973         (Offset_To_Top): New function.
8974         (Typeinfo_Ptr): New function.
8975         (Get_TSD): Modified to access the new position of the TSD.
8976         (Set_TSD): Modified to save the TSD in its new position.
8978         * par-ch12.adb (P_Formal_Subprogram_Declaration): Add parsing for the
8979         case of formal abstract subprograms. Add check and message for -gnat05.
8980         Update comments.
8982         * sem_ch12.adb: Add with and use for Sem_Disp.
8983         (Analyze_Associations): Minor change from "=" to "in" for use of
8984         N_Formal_Subtype_Declaration (which is now a subtype).
8985         (Set_Analyzed_Formal): Minor changes from "=" to "in" for uses of
8986         N_Formal_Subtype_Declaration (which is now a subtype).
8987         (Analyze_Formal_Subprogram): Add handling for
8988         N_Formal_Abstract_Subprogram, marking the formal as abstract and
8989         dispatching, setting the controlling status of the formal parameters
8990         and result, and issuing an error if there is no controlling type for
8991         the formal subprogram.
8992         (Instantiate_Formal_Subprogram): Rather than setting Corresponding_Spec,
8993         which is an unclean use of that field, we set the new field
8994         Corresponding_Formal_Spec to make the formal subprogram available to
8995         processing in Analyze_Subprogram_Declaration.
8996         (Analyze_Formal_{Discrete, Decimal_Fixed_Point, Fixed_Point,
8997         Floating_Point, Modular_Integer, Signed_Integer}_Type: Make formal type
8998         Constrained, so that it is is does not statically match its anonymous
8999         base type.
9001         * sem_ch6.adb (Analyze_Subprogram_Specification): Include test for
9002         abstract formal subprograms in error check for functions returning
9003         abstract types. Set scope of new designator for
9004         a parameterless subprogram, so that it is available when checking the
9005         body for nested subprograms, before full analysis of said body.
9006         (Analyze_Subprogram_Body): Warn on inlining bodies with nested
9007         subprogram only if inner one comes from source.
9008         (Analyze_Function_Call): If the call is given in object notation, the
9009         analysis of the name rewrites the node and analyzes it with the proper
9010         argument list. After analyzing the name, if the call has been rewritten
9011         and the result type is set, no further analysis is needed.
9012         (Analyze_Return_Type): Subsidiary to Process_Formals: analyze subtype
9013         mark in function specification, in a context where the formals are
9014         visible and hide outer homographs.
9016         * sem_disp.adb (Check_Controlling_Type): Relax the check for same scope
9017         as the tagged type for the cases of abstract formal subprograms and
9018         renamings of those.  Clean up spec comments.
9019         (Check_Dispatching_Context): Add error message to indicate "abstract
9020         procedure", covering the case of a call to a formal abstract procedure
9021         that has statically tagged operands.
9022         (Check_Dispatching_Call): Check for the case of an actual given by
9023         a tag-indeterminate function call whose type is an ancestor of the
9024         containing call's associated tagged type. This situation can occur
9025         for inherited primitives with function defaults. In this case we
9026         use the tagged type's tag directly as the controlling argument for
9027         the calls.
9028         (Expand_Call): Name change on call to Expand_Dispatch_Call.
9030         * sprint.adb (Sprint_Node_Actual): Split
9031         N_Formal_Subprogram_Declaration into two alternatives for the new
9032         cases N_Formal_Abstract_Subprogram_Declaration and
9033         N_Formal_Concrete_Subprogram_Declaration.
9034         Char_Literal_Value field is now a Uint.
9036         * trans.c: Get rid of junk Uint2 reference.
9037         Char_Literal_Value field is now a Uint.
9038         (gnat_to_gnu, case N_Aggregate): Check TYPE_UNCHECKED_UNION_P.
9039         (gigi): Correct third arg to gimplify_body.
9041         * ada-tree.h: (TYPE_UNCHECKED_UNION_P): New flag.
9042         (TYPE_LANG_FLAG_0): Check for record or union.
9044         * treepr.adb: Char_Literal_Value field is now a Uint
9046         * uintp.h, uintp.ads, uintp.adb: Add new routines UI_To_CC and
9047         UI_From_CC.
9049         * widechar.ads, widechar.adb (Is_UTF_32_Non_Graphic): New function
9050         Add full UTF-32 support
9051         Char_Code is now 32 bits
9053         * sinput.ads, sinput.adb (Skip_Line_Terminators): Extend to deal with
9054         wide character UTF_32 line terminators.
9055         Initialize Main_Source_File to avoid error when no main
9056         source is loaded.
9058         * errout.adb (Finalize): Do not check Num_SRef_Pragmas
9059         (Main_Source_File) when no main source has been loaded, to avoid
9060         potential crash.
9062 2005-02-09  Robert Dewar  <dewar@adacore.com>
9064         * a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
9065         Fix name of Set routine
9067         * a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
9068         fixed packages.
9070         * a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
9071         a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
9072         fixed packages
9074         * a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
9075         forms of Get_Line subprograms for AI-301.
9077         * a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
9078         a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
9079         a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
9080         a-stwima.ads: Minor reformatting.
9082 2005-02-09  Doug Rupp  <rupp@adacore.com>
9083             Thomas Quinot  <quinot@adacore.com>
9085         * adaint.c, adaint.h
9086         [VMS] (to_ptr32): New function.
9087         (MAYBE_TO_PTR32): New macro.
9088         (__gnat_portable_spawn,__gnat_portable_no_block_spawn): Adjust argv
9089         for pointer size.
9090         [VMS] (descriptor_s, ile_s): Use __char_ptr32 for adr field.
9091         [VMS] (#define fork()): Remove since unneccessary.
9092         (__gnat_set_close_on_exec): New routine to support
9093         GNAT.OS_Lib.Set_Close_On_Exec.
9095         * g-expect.adb (Set_Up_Communications): Mark the pipe descriptors for
9096         the parent side as close-on-exec so that they are not inherited by the
9097         child.
9099         * g-os_lib.ads, g-os_lib.adb (Set_Close_On_Exec): New subprogram to
9100         set or clear the FD_CLOEXEC flag on a file descriptor.
9102 2005-02-09  Eric Botcazou  <ebotcazou@adacore.com>
9103             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9105         Fix for c330001 - PR ada/19386
9107         * decl.c:
9108         (gnat_to_gnu_field): Do not necessarily invoke make_packable_type
9109         on the field if Pragma Component_Alignment (Storage_Unit).
9110         (gnat_to_gnu_entity, case object): Do not treat a renaming that has
9111         side-effects as if it were a constant; also make SAVE_EXPR to protect
9112         side-effects.
9113         (gnat_to_gnu_entity, case E_Record_Subtype): If have _Parent, make a
9114         UNION_TYPE.
9115         (make_dummy_type): Set TYPE_UNCHECKED_UNION_P.
9116         (components_to_record): Test it.
9117         Fix improper usage of REFERENCE_CLASS_P.
9119         * utils2.c (build_binary_op, case MODIFY_EXPRP): Treat UNION_TYPE as
9120         RECORD_TYPE.
9122         * utils2.c: Minor reformatting.
9124         * utils.c (convert, case UNION_TYPE): Check TYPE_UNCHECKED_UNION;
9125         handle other cases like RECORD_TYPE.
9127         * utils.c (gnat_pushdecl): Set TREE_NO_WARNING.
9129 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
9131         * exp_aggr.adb (Gen_Assign): If the expression is an aggregate for a
9132         component of an array of arrays in an assignment context, and the
9133         aggregate has component associations that require sliding on
9134         assignment, force reanalysis of the aggregate to generate a temporary
9135         before the assignment.
9136         (Must_Slide): Make global to the package, for use in Gen_Assign.
9138 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
9140         * exp_ch4.adb (Expand_Composite_Equality): If a component is an
9141         unchecked union with no inferable discriminants, return a
9142         Raise_Program_Error node, rather than inserting it at the point the
9143         type is frozen.
9144         (Expand_Record_Equality, Component_Equality): Handle properly the case
9145         where some subcomponent is an unchecked union whose generated equality
9146         code raises program error.
9148 2005-02-09  Doug Rupp  <rupp@adacore.com>
9150         * gnatbl.c: [VMS] (_POSIX_EXIT): Define.
9151         [VMS] (#define exit hack): Remove.
9153 2005-02-09  Pascal Obry  <obry@adacore.com>
9154             Arnaud Charlet <charlet@adacore.com>
9156         * init.c (__gnat_initialize): Add a new parameter eh which contains the
9157         address of the exception registration. The Win32 version of this
9158         routine calls __gnat_install_SEH_handler() to initialize the SEH
9159         (Structured Exception Handling) handler.
9160         (__gnat_error_handler) [Win32]: Removed. Not needed as we use
9161         SEH (Structured Exception Handling) now.
9162         (__gnat_install_handler) [Win32]: Nothing to do now as we use SEH.
9163         (__gnat_initialize for ppc-vxworks): Adjust comments and the
9164         preprocessor condition protecting the call to the extra eh setup
9165         subprogram, which is only available for the ppc target.
9166         (__gnat_clear_exception_count): replaced reference to
9167         variable taskIdCurrent by call to taskIdSelf(), cleaner.
9169         * seh_init.c: New file.
9171         * Make-lang.in: (GNAT_ADA_OBJS): Add seh_init.o.
9172         (GNATBIND_OBJS): Idem.
9174         * misc.c (gnat_parse_file): Update call to __gnat_initialize. This
9175         routine takes a new parameter (a pointer to the exception registration
9176         for the SEH (Structured Exception Handling) support.
9178         * raise.h: (__gnat_install_SEH_handler): New prototype.
9179         Update copyright notice.
9181         * s-tassta.adb (Task_Wrapper): Declare the exception registration
9182         record and initialize it by calling __gnat_install_SEH_handler.
9184 2005-02-09  Vincent Celier  <celier@adacore.com>
9186         * make.adb (Gnatmake): Do not fail when the main project has no object
9187         directory.
9189 2005-02-09  Doug Rupp  <rupp@adacore.com>
9191         * Makefile.in [VMS] (LN,LN_S): Define as cp -p
9192         Rename s-asthan-vms.adb to s-asthan-vms-alpha.adb.
9193         [VMS]: Add translations for g-enblsp.adb.
9195         * s-asthan-vms.adb: Removed.
9196         * s-asthan-vms-alpha.adb: Added.
9198 2005-02-09  Pascal Obry  <obry@adacore.com>
9200         * Makefile.in (LIBGNAT_SRCS): Add seh_init.c.
9201         (LIBGNAT_OBJS): Add seh_init.o.
9203 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
9205         PR ada/16592
9207         * Makefile.in: Link all gnat tools with -static-libgcc, since
9208         -shared-libgcc is now used by default on some systems (e.g. linux with
9209         recent binutils).
9210         Remove references to Makefile.prolog/generic, no longer used.
9212 2005-02-09  Vincent Celier  <celier@adacore.com>
9214         * prj-makr.adb (Process_Directory): Put file name in canonical case
9215         before matching against the patterns.
9216         If gnatname has been invoked as <prefix>-gnatname
9217         then invoke the compiler as <prefix>-gcc, not just "gcc".
9219 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
9221         * sem_ch4.adb (Analyze_Selected_Component): Create Actual_Subtype even
9222         with expansion disabled. The actual subtype is needed among other
9223         places when the selected component appears in the context of a loop
9224         bound, and denotes a packed array.
9225         (Operator_Check): Always use the first subtype in the
9226         error message, to avoid the appearance of internal base types.
9227         (Transform_Object_Operation): Copy each actual in full
9228         to the parameter associations of the constructed call, rather than
9229         using the shallow copy mechanism of New_Copy_List. This ensures that
9230         the chaining of named associations is done properly.
9231         (Complete_Object_Operation): Rewrite node, rather than
9232         replacing it, so that we can trace back to the original selected
9233         component.
9235         * sem_elab.adb (Set_Elaboration_Constraint): For initialization calls,
9236         and calls that use object notation, if the called function is not
9237         declared  in a withed unit, place the elaboration constraint on the
9238         unit in the context that makes the function accessible.
9239         (Check_Elab_Subtype_Declaration): Check whether a subtype declaration
9240         imposes an elaboration constraint between two packages.
9242 2005-02-09  Ed Schonberg  <schonberg@adacore.com>
9244         * sem_ch7.adb (Uninstall_Declarations): Exchange full and private
9245         views of a private type after handling its private dependents, to
9246         maintain proper stack discipline between entry and exit from the
9247         package.
9249 2005-02-09  Cyrille Comar  <comar@adacore.com>
9251         * s-finimp.adb: (Finalize_List): Optimize in the no-abort case.
9252         Minor reformatting.
9254 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
9256         * s-tporft.adb (Register_Foreign_Thread): Initialize Task_Image[_Len]
9257         fields for foreign threads.
9259 2005-02-09  Doug Rupp  <rupp@adacore.com>
9261         * s-vaflop.adb: Add pragma Warnings (Off) to eliminate infinite
9262         recursion warnings when compiled with -gnatdm.
9264 2005-02-09  Robert Dewar  <dewar@adacore.com>
9266         * usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
9267         Slight fix to documentation of -gnaty with no parameters
9269         * xr_tabls.ads: Add ??? comment for missing overall comment
9271         * xsinfo.adb: Make default file name be sinfo.h, since this is what
9272         we now use by default.
9274         * xsnames.adb: Adjust end of file test to look for five space followed
9275         by '#' instead of six spaces. The format of xsnames.adb was modified
9276         in the last update.
9278         * a-numeri.ads: Add reference to AI-388 for greek letter pi
9279         identifier.
9281         * clean.adb: Minor reformatting.
9283         * gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
9284         gnatname.adb: Minor reformatting
9285         Add 2005 to copyright output when utility is run
9287         * csets.adb: Eliminate obsolete comment
9289         * debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
9290         Update comments.
9292         * sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
9294 2005-02-09  Sergey Rybin  <rybin@adacore.com>
9296         * gnat_ugn.texi: Add to the gnatpp section the paragraph describing
9297         the difference between compact and incompact layout and add the record
9298         representation clause to the example illustrating different layouts.
9299         Add the description of '-A5' gnatpp option ("align 'AT' keywords in
9300         component clauses").
9302 2005-02-09  Florian Villoing  <villoing@adacore.com>
9304         * gnat_ugn.texi: Fix typos.
9305         Use @command to display 'gcc', 'gnatbind', etc. insted of @code or
9306         @file.
9307         Make proper use of @ref, @xref and @pxref to avoid duplication of "see"
9308         in the generated documentation.
9310 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
9312         * gnat_ugn.texi: Remove all mentions of FSU threads, which are no
9313         longer supported.
9314         Update linker wrapper when linking with non GNU C++.
9316 2005-02-09  Pascal Obry  <obry@adacore.com>
9318         * gnat_ugn.texi:
9319         Document the procedure to debug the DllMain routine on Windows.
9320         Add note about -funwind-tables and mixed Ada and C/C++ programming in
9321         ZCX mode.
9322         Document new BIND qualifer /RETURN_CODES=VMS.
9324 2005-02-09  Ben Brosgol  <brosgol@adacore.com>
9326         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
9327         Edited gnatmetric chapter
9329 2005-02-09  Robert Dewar  <dewar@adacore.com>
9331         * gnat_rm.texi:
9332         Changes to document new wide wide character support
9333         For AI-285
9334         Update documentation on Normalize_Scalars and Initialize_Scalars
9336 2005-02-09  Pascal Obry  <obry@adacore.com>
9338         * s-taprop-mingw.adb, s-soflin.ads: Minor reformatting.
9340 2005-02-09  Jose Ruiz  <ruiz@adacore.com>
9342         * s-osinte-vxworks.ads (taskPriorityGet): Add this function (imported
9343         from the VxWorks kernel) that is needed for getting the active
9344         priority of the different tasks.
9346         * s-atacco.ads, s-atacco.adb (Nothing): Remove this dummy procedure.
9347         Use a pragma Elaborate_Body in the spec file instead.
9348         Noticed by code reading.
9350 2005-02-09  Thomas Quinot  <quinot@adacore.com>
9352         * exp_util.ads: Minor correction in comment.
9354 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
9356         * s-taprop.ads (Initialize): Update comments. Remove pragma Inline,
9357         since this procedure is now too complex to be worth inlining.
9359 2005-02-09  Richard Henderson  <rth@redhat.com>
9361         * utils.c (gnat_define_builtin): Remove.
9362         (gnat_install_builtins): Use build_common_builtin_nodes.
9364 2005-02-09  Arnaud Charlet  <charlet@adacore.com>
9366         * a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
9367         a-crbtgk.adb, a-crbltr.ads, a-coprnu.ads, a-coprnu.adb,
9368         a-coorse.ads, a-coorse.adb, a-convec.ads, a-convec.adb,
9369         a-contai.ads, a-coinve.ads, a-coinve.adb, a-cohata.ads,
9370         a-cohama.ads, a-cohama.adb, a-ciorse.ads, a-ciorse.adb,
9371         a-cihama.ads, a-cihama.adb, a-cidlli.ads, a-cidlli.adb,
9372         a-chtgop.ads, a-chtgop.adb, a-cgcaso.ads, a-cgcaso.adb,
9373         a-cgarso.ads, a-cgarso.adb, a-cdlili.ads, a-cdlili.adb,
9374         a-cgaaso.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb,
9375         a-cihase.ads, a-cohase.adb, a-cohase.ads, a-ciorma.ads,
9376         a-coorma.ads, a-swunha.ads, a-stunha.ads, a-ciormu.ads,
9377         a-coormu.ads, a-rbtgso.ads, a-swunha.adb, a-stunha.adb,
9378         a-cgaaso.ads, a-ciorma.adb, a-coorma.adb, a-secain.adb,
9379         a-secain.ads, a-slcain.ads, a-slcain.adb, a-shcain.ads,
9380         a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads,
9381         a-stwiha.adb, a-strhas.ads, a-strhas.adb, a-chzla1.ads,
9382         a-chzla9.ads, a-lfztio.ads, a-liztio.ads, a-llfzti.ads,
9383         a-llizti.ads, a-sfztio.ads, a-siztio.ads, a-ssizti.ads,
9384         a-stzbou.adb, a-stzbou.ads, a-stzfix.adb, a-stzfix.ads,
9385         a-stzhas.adb, a-stzhas.ads, a-stzmap.adb, a-stzmap.ads,
9386         a-stzsea.adb, a-stzsea.ads, a-stzsup.adb, a-stzsup.ads,
9387         a-stzunb.adb, a-stzunb.ads, a-swunau.adb, a-swunau.ads,
9388         a-szmzco.ads, a-szunau.adb, a-szunau.ads, a-szunha.adb,
9389         a-szunha.ads, a-szuzti.adb, a-szuzti.ads, a-tiunio.ads,
9390         a-wwunio.ads, a-ztcoau.adb, a-ztcoau.ads, a-ztcoio.adb,
9391         a-ztcoio.ads, a-ztcstr.adb, a-ztcstr.ads, a-ztdeau.adb,
9392         a-ztdeau.ads, a-ztdeio.adb, a-ztdeio.ads, a-ztedit.adb,
9393         a-ztedit.ads, a-ztenau.adb, a-ztenau.ads, a-ztenio.adb,
9394         a-ztenio.ads, a-ztexio.adb, a-ztexio.ads, a-ztfiio.adb,
9395         a-ztfiio.ads, a-ztflau.adb, a-ztflau.ads, a-ztflio.adb,
9396         a-ztflio.ads, a-ztgeau.adb, a-ztgeau.ads, a-ztinau.adb,
9397         a-ztinau.ads, a-ztinio.adb, a-ztinio.ads, a-ztmoau.adb,
9398         a-ztmoau.ads, a-ztmoio.adb, a-ztmoio.ads, a-zttest.adb,
9399         a-zttest.ads, a-zzunio.ads: New files. Part of new Ada 2005
9400         library.
9402 2005-01-27  Laurent GUERBY <laurent@guerby.net>
9404         * Makefile.in: Fix a-intnam.ads from previous commit,
9405         add 2005 to copyright.
9406         * a-intman-rtems.ads: Renamed to...
9407         * a-intnam-rtems.ads:
9409 2005-01-27  Laurent GUERBY <laurent@guerby.net>
9411         * Makefile.in: Rename GNAT RTEMS specific files.
9412         * 5rtpopsp.adb, 4rintnam.ads, 5rosinte.adb,
9413         5rosinte.ads, 5rparame.adb: Replaced by files below.
9414         * s-tpopsp-rtems.adb, a-intman-rtems.ads, s-osinte-rtems.adb,
9415         s-osinte-rtems.ads, s-parame-rtems.adb: Replace files above.
9417 2005-01-27  Joel Sherrill <joel.sherrill@oarcorp.com>
9418             Laurent GUERBY <laurent@guerby.net>
9420         PR ada/19488
9421         * 5rosinte.ads: Add No_Key constant.
9422         * 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
9423         * gsocket.h: Do not include <sys/socket.h> with RTEMS either.
9425 2005-01-26  Laurent GUERBY <laurent@guerby.net>
9427         PR ada/19414
9428         * i-cobol.adb (Valid_Numeric): Handle zero length case.
9430 2005-01-20  Richard Henderson  <rth@redhat.com>
9432         * Makefile.in (alpha-linux, LIBGNAT_TARGET_PAIRS): Use
9433         a-intnam-linux.ads and system-linux-alpha.ads.
9434         * a-intnam-linux-alpha.ads: Remove file.
9435         * s-osinte-linux-alpha.ads (SIGUNUSED, SIGSTKFLT, SIGLOST): New.
9436         * system-linux-alpha.ads: New file.
9438 2005-01-18  Jakub Jelinek  <jakub@redhat.com>
9440         PR ada/13470
9441         * a-stunau.adb (Get_String): Don't return U.Reference, but Ret that is
9442         set to the new string.
9444 2005-01-18  Toon Moene  <toon@moene.indiv.nluug.nl>
9446         * system-linux-ppc.ads: Set ZCX_By_Default and GCC_ZCX_Support
9447         to True.
9449 2005-01-18  Richard Henderson  <rth@redhat.com>
9451         * Makefile.in (LIBGNAT_TARGET_PAIRS, TOOLS_TARGET_PAIRS, MISCLIB,
9452         THREADSLIB, GNATLIB_SHARED, PREFIX_OBJS, LIBRARY_VERSION): Specialize
9453         for alpha-linux.
9454         * s-osinte-linux-alpha.ads, a-intnam-linux-alpha.ads: New files.
9456 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
9458         * system-darwin-ppc.ads (ZCX_By_Default): Change to True.
9459         (GCC_ZCX_Support): Likewise.
9461 2005-01-11  Bastian Blank  <waldi@debian.org>
9463         * system-linux-s390.ads: Define Preallocated_Stacks.
9464         * system-linux-s390x.ads: Likewise.
9466 2005-01-04  Arnaud Charlet  <charlet@adacore.com>
9468         * gnat_ugn.texi: Fix texi errors with null variables.
9470 2005-01-03  Thomas Quinot  <quinot@adacore.com>
9472         * gen-soccon.c: New utility program to generate g-soccon.ads
9473         automatically.
9475         * socket.c, gsocket.h: Split inclusion of system header files into a
9476         gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
9478         * g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
9479         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
9480         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
9481         g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
9482         should not be edited by hand anymore, but should be regenerated using
9483         gen-soccon.
9485 2005-01-03  Robert Dewar  <dewar@adacore.com>
9486             Ed Schonberg  <schonberg@adacore.com>
9487             Vincent Celier  <celier@adacore.com>
9489         * s-atacco.ads, a-direio.adb: Protect use of 'Constrained by warnings
9490         on/off, since this is an obsolescent feature, for which we now generate
9491         a warning.
9493         * sem_attr.adb (Analyze_Attribute, case Constrained): Issue warning if
9494         warning mode is set and obsolescent usage of this attribute occurs.
9495         (Resolve_Access, case 'Access): Note that GNAT uses the context type to
9496         disambiguate overloaded prefixes, in accordance with AI-235. GNAT code
9497         predates, and partly motivates, the adoption of the AI.
9498         Implement new Ada 2005 attribute Mod
9500         * exp_attr.adb (Expand_N_Attribute_Reference): Implement Ada 2005
9501         attribute Mod.
9503         * par-ch4.adb (P_Name): In Ada 2005 mode, recognize new attribute Mod
9505         * snames.h, snames.ads, snames.adb: Add entry for No_Dependence for
9506         pragma restrictions.
9507         New entry for Ada 2005 attribute Mod.
9509         * par-prag.adb:
9510         Add recognition of new pragma Restrictions No_Dependence
9511         Recognize restriction No_Obsolescent_Features at parse time
9513         * bcheck.adb: Add circuitry for checking for consistency of
9514         No_Dependence restrictions.
9516         * lib-writ.ads, lib-writ.adb: Output new R lines for No_Dependence
9517         restrictions.
9519         * restrict.ads, restrict.adb: Add subprograms to deal with
9520         No_Dependence restrictions.
9522         * rtsfind.adb: Check that implicit with's do not violate No_Dependence
9523         restrictions.
9525         * sem_ch3.adb, sem_ch11.adb, sem_ch13.adb, lib-xref.adb,
9526         sem_attr.adb: Add check for new restriction No_Obsolescent_Features
9528         * scn.ads, prj-err.ads, prj-err.adb, ali-util.adb, gprep.adb: Add new
9529         dummy parameter to scng instantiation.
9530         Needed for new restriction No_Obsolescent_Features
9532         * scn.adb: (Obsolescent_Check): New procedure
9533         Needed for new restriction No_Obsolescent_Features
9535         * scng.ads, scng.adb: Always allow wide characters in Ada 2005 mode, as
9536         specified by AI-285, needed for implementation of AI-388 (adding greek
9537         pi to Ada.Numerics).
9538         Add new generic formal to scng, needed for new restriction
9539         No_Obsolescent_Features.
9541         * s-rident.ads: Add new restriction No_Obsolescent_Features.
9543         * ali.ads, ali.adb: Adjustments for reading new No_Dependence
9544         restrictions lines.
9545         (Scan_ALI): When finding an unexpected character on an R line, raise
9546         exception Bad_R_Line, instead of calling Fatal_Error, so that, when
9547         Ignore_Errors is True, default restrictions are set and scanning of the
9548         ALI file continues with the next line. Also, when Bad_R_Line is raised
9549         and Ignore_Errors is True, skip to the end of le line.
9551         * sem_ch10.adb: Check that explicit with's do not violate
9552         No_Dependence restrictions.
9553         (Install_Withed_Unit): Add code to implement AI-377 and diagnose
9554         illegal context clauses containing child units of instance.
9556         * sem_prag.adb: Processing and checking for new No_Dependence
9557         restrictions.
9558         (Analyze_Pragma, case Psect_Object): Call Check_Arg_Is_External_Name to
9559         analyze and check the External argument.
9561         * a-numeri.ads: Add greek letter pi as alternative spelling of Pi
9563 2005-01-03  Robert Dewar  <dewar@adacore.com>
9565         * atree.adb: Add a fifth component to entities
9566         This allows us to add 32 flags and four new fields
9568         * atree.ads: Add a fifth component to entities
9569         This allows us to add 32 flags and four new fields
9571         * einfo.ads, einfo.adb: Document new fields and new flags now available
9572         Add routines for printing new fields
9574         * treepr.adb: Call routines to print out additional fields if present
9576 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
9578         * bld.ads, bld.adb, bld-io.ads, bld-io.adb, gprcmd.adb,
9579         gpr2make.ads, gpr2make.adb: Remove gpr2make, replaced by gprmake.
9581         * Makefile.in: Add support to build shared Ada libraries on solaris x86
9582         Remove gpr2make, replaced by gprmake.
9583         Remove references to gnatmem and libaddr2line.
9584         Add indepsw.adb<indepsw-linux.adb to TOOLS_TARGET_PAIRS for IA64 linux.
9585         (gnatlib-shared-darwin): Add "-fno-common" to GNATLIBCFLAGS.
9586         Add support for specialized version of Ada.Numerics.Aux for Darwin: use
9587         a-numaux-darwin.ads and a-numaux-darwin.adb
9588         Enable mlib-tgt-lynxos.adb on lynxos.
9590         * Make-lang.in: Remove rules for gpr2make.
9591         When generating sdefault.adb, do not call Relocate_Path
9592         on S3 for function Target_Name, as it is not a path.
9593         Remove references to gnatmem and libaddr2line.
9595         * a-numaux-darwin.ads, a-numaux-darwin.adb, g-soccon-darwin.ads: New
9596         files.
9598 2005-01-03  Samuel Tardieu  <tardieu@adacore.com>
9600         * checks.adb (Apply_Alignment_Check): Generate a warning if an object
9601         address is incompatible with its base type alignment constraints when
9602         this can be decided statically.
9604 2005-01-03  Olivier Hainque  <hainque@adacore.com>
9606         * decl.c (compatible_signatures_p): New function. The intended purpose
9607         is to check if two function signatures for a call-site and a callee are
9608         compatible enough for the call to be valid. The underlying purpose is
9609         to check if a call to a mapped builtin is using the right interface.
9610         The current code actually does not check antyhing - this a placeholder
9611         for future refinements.
9612         (gnat_to_gnu_entity) <E_Subprogram_Call>: Add preliminary bits to handle
9613         builtin calls for convention Intrinsic.
9615         * gigi.h (builtin_decl_for): Declare (new function).
9617         * utils.c (gnat_install_builtins): Install the target specific builtins.
9618         (builtin_decl_for): New function, provide a dummy body for now.
9620 2005-01-03  Geert Bosch  <bosch@adacore.com>
9622         * eval_fat.adb: (Eps_Model,Eps_Denorm): Remove, no longer used.
9623         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
9624         (Pred): Implement in terms of Succ.
9626         * trans.c (convert_with_check): Reimplement conversion of float to
9627         integer.
9629 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
9630             Vincent Celier  <celier@adacore.com>
9632         * exp_aggr.adb (Packed_Array_Aggregate_Handled): The values of the
9633         bounds can be negative, and must be declared Int, not Nat.
9635         * sem_elim.adb (Line_Num_Match): Correct wrong code when index in an
9636         array is checked after using the index in the array.
9638         * makegpr.adb (Add_Switches): Check if there is a package for the
9639         processor. If there is no package, do not look for switches.
9641 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
9643         * exp_ch3.adb (Stream_Operations_OK): Predicate to determine when the
9644         generation of predefined stream operations (specs and bodies) should
9645         proceed. Under various restrictions these subprograms must not be
9646         generated.
9648 2005-01-03  Thomas Quinot  <quinot@adacore.com>
9650         * exp_dist.adb:
9651         Declare subprogram index in Build_RPC_Receiver_Body, to reduce the
9652         amount of PCS-specific code in RACW stubs generation.
9653         (Copy_Specification): Set Etype on copied formal parameter entities, as
9654         this information is needed for PolyORB stubs generation.
9655         (PolyORB_Support.Build_Subprogram_Receiving_Stubs): Remove unused
9656         variable Dynamic_Async.
9657         (Build_Subprogram_Receiving_Stubs): Make PCS-specific
9658         (Build_RPC_Receiver_Specification): Make generic again, as recent
9659         changes have allowed RPC receivers to have the same profile for both
9660         variants of the PCS.
9661         Reorganise RPC receiver generation to reduce differences between the
9662         structure of GARLIC and PolyORB RPC receivers.
9663         (Add_Receiving_Stubs_To_Declarations): Make this subprogram
9664         PCS-specific.
9665         Simplify elaboration code for RCI packages.
9667         * s-parint.ads, s-parint.adb, rtsfind.ads: Reorganise RPC receiver
9668         generation to reduce differences between the structure of GARLIC and
9669         PolyORB RPC receivers.
9671         * s-stratt.adb: Fix typo in comment.
9673 2005-01-03  Thomas Quinot  <quinot@adacore.com>
9675         * exp_ch7.ads (Make_Final_Call): Rewrite comment (was incorrectly
9676         copied from Make_Init_Call).
9678         * exp_strm.adb (Build_Mutable_Record_Read_Procedure): Do component
9679         reads and assignments on a temporary variable declared with appropriate
9680         discriminants.
9682 2005-01-03  Robert Dewar  <dewar@adacore.com>
9684         * i-c.adb (To_C): Raise CE if string is null and Append_Null
9686 2005-01-03  Robert Dewar  <dewar@adacore.com>
9688         * i-cstrin.adb (Update): Do not append a null in form called with a
9689         String. This avoids unintended behavior.
9691 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
9693         PR ada/17527
9694         * init.c: Fix warnings on Free BSD section.
9696 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
9698         PR ada/16949
9699         * sinfo.ads: Fix obsolete reference to xsinfo.spt (replaced by
9700         xsinfo.adb).
9702 2005-01-03  Vincent Celier  <celier@adacore.com>
9704         * make.adb (Collect_Arguments_And_Compile): Do not attempt to build
9705         libraries when Unique_Compile is True (-u switch).
9706         (Gnatmake): ditto.
9708 2005-01-03  Robert Dewar  <dewar@adacore.com>
9710         * namet.adb (Get_Decoded_Name_With_Brackets): Fix case of not allowing
9711         upper case letter or underscore after W, as allowed by spec.
9713 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
9715         * s-osinte-darwin.ads, s-osinte-darwin.adb: Clean up
9716         darwin port by using proper type definitions from header files.
9717         Use SIGTERM instead of SIGABRT for SIGADAABORT.
9719 2005-01-03  Robert Dewar  <dewar@adacore.com>
9721         * par.adb: Enhance error message handling for configuration file
9722         pragmas.
9724 2005-01-03  Robert Dewar  <dewar@adacore.com>
9726         * s-arit64.adb (Double_Divide): Put back changes that got accidentally
9727         removed during the previous update (test properly for case of dividing
9728         largest negative number by -1, which generates overflow).
9730 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
9731             Sergey Rybin  <rybin@adacore.com>
9733         * sem_ch12.adb (Analyze_Package_Instantiation): Create a separate node
9734         to use as the defining identifier for a formal package.
9735         (Remove_Parent): If the instance takes place within (an instance of)
9736         a sibling, preserve private declarations of common parent.
9738 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
9740         * sem_ch4.adb (Has_Fixed_Op): New predicate in Check_Arithmetic_Pair,
9741         to determine whether one of the operands is a fixed-point type for
9742         which a user-defined multiplication or division operation might be
9743         defined.
9745         * sem_res.adb (Valid_Conversion): The legality rules for conversions
9746         of access types are symmetric in Ada 2005: either designated type can
9747         be unconstrained.
9749 2005-01-03  Vincent Celier  <celier@adacore.com>
9751         * s-fileio.adb (Temp_File_Record): Change length of string component
9752         Name from L_tmpnam + 1 to max_path_len + 1.
9754 2005-01-03  Arnaud Charlet  <charlet@adacore.com>
9756         * s-tasini.ads, s-tasini.adb (Undefer_Abortion): Handle case of
9757         Self_Id.Deferral_Level = 0.
9758         (Do_Pending_Action): Move this function to the spec.
9760         * s-tasren.adb (Selective_Wait [Terminate_Selected]): Call
9761         Do_Pending_Action explicitely when needed, in case we're using
9762         No_Abort restrictions.
9764         * s-tassta.adb (Create_Task): If Abort is not allowed, reset the
9765         deferral level since it will not get changed by the generated code.
9766         Keeping a default value of 1 would prevent some operations (e.g.
9767         select or delay) to proceed successfully.
9769 2005-01-03  Ben Brosgol  <brosgol@adacore.com>
9770             Robert Dewar  <dewar@adacore.com>
9771             Cyrille Comar  <comar@adacore.com>
9773         * ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
9774         porting guide chapter (vms version).
9775         Revised doc title (removed "for native platforms") and subtitle.
9776         Add discussion on warning flag for obsolescent features. First we
9777         note that it applies to obsolete GNAT features, which was previously
9778         omitted. Second we contrast the behavior with that of the new
9779         Ada 2005 AI-368 restriction No_Obsolescent_Features.
9780         Preliminary rewriting of GNAT & libraries chapter in order to take
9781         into account default project locations & new project manager
9782         capabilities.
9784 2005-01-03  Robert Dewar  <dewar@adacore.com>
9786         * cstand.adb (Create_Operators): Clean up format and documentation of
9787         unary and binary operator result tables. No change in code, just
9788         reformatting and addition of comments.
9790         * errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
9791         sem_ch2.adb: Minor reformatting
9793         * atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
9794         sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
9795         comments for Tree_Read and Tree_Write.
9797 2005-01-03  Pascal Obry  <obry@adacore.com>
9799         * exp_attr.ads: Minor reformatting.
9801 2005-01-03  Romain Berrendonner  <berrendo@adacore.com>
9803         * comperr.adb (Compiler_Abort): Add specialized message for GAP
9804         versions.
9806 2005-01-03  Ed Schonberg  <schonberg@adacore.com>
9808         * exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
9809         whether the ancestor type is private, as may be the case with nested
9810         instantiations.
9812 2004-12-30  Sohail Somani <sohail@sohailsomani.com>
9814         PR ada/19128
9815         * trans.c (gnat_to_gnu): Fix typo: Use correct return variable.
9817 2004-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9819         * trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
9820         * utils2.c (build_unary_op): Likewise.
9822 2004-12-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9824         * trans.c (mark_visited): Set TYPE_SIZES_GIMPLIFIED.
9826 2004-12-19  Richard Henderson  <rth@redhat.com>
9828         * trans.c (gigi): Update gimplify_body call.
9830 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
9832         * decl.c (gnat_substitute_in_type): Remove SET_TYPE case.
9834 2004-12-07  Ed Falis  <falis@adacore.com>
9836         * s-intman-vxworks.adb (Notify_Exception): removed useless check for
9837         current task being suspended.
9839         * init.c (__gnat_clear_exception): added to reset VxWorks exception
9840         count.
9841         (__gnat_map_signal): removed test for current task being suspended.
9843 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
9845         * a-exexpr.adb (Others_Value, All_Others_Value): Change initial values
9846         from 16#BEEF# to 16#7FFF# to avoid exceeding Integer'Last on 16-bit
9847         targets (such as AAMP).
9849 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
9851         * atree.adb (Visit_Itype): Create a new name for the generated itype,
9852         because the back-end may otherwise treat it as a redefinition of the
9853         old symbol.
9855 2004-12-07  Eric Botcazou  <ebotcazou@adacore.com>
9857         * back_end.adb (Scan_Back_End_Switches): Accept --param.
9859         * lang-specs.h: Accept --param.
9861 2004-12-07  Vincent Celier  <celier@adacore.com>
9863         * make.adb (Check_Mains, Switches_Of): Adapt to name changes in
9864         package Prj (Current_Spec_Suffix => Ada_Spec_Suffix,
9865         Current_Body_Suffix => Ada_Body_Suffix).
9866         Take into account Externally_Built attribute.
9868         * clean.adb (In_Extension_Chain): Always return False when one of the
9869         parameter is No_Project.
9870         (Clean_Project): Adapt to changes in package Prj (Lang_Ada =>
9871         Ada_Language_Index).
9872         (Gnatclean): Adapt to change in package Prj.Pars (no parameter
9873         Process_Languages for procedure Parse).
9875         * gnatcmd.adb (Carg_Switches): New table.
9876         (GNATCmd): Put all switches following -cargs in the Carg_Switches table.
9877         Adapt to name changes in package Prj (Current_Spec_Suffix =>
9878         Ada_Spec_Suffix, Current_Body_Suffix => Ada_Body_Suffix).
9880         * mlib-prj.adb: Adapt to changes in packages Prj and Prj.Com: type
9881         Header_Num and function Hash are now declared in package Prj,
9882         not Prj.Com.
9884         * prj.adb (Suffix_Of): New function.
9885         (Set (Suffix)): New procedure.
9886         (Hash): One function moved from Prj.Com
9887         (Is_Present, Language_Processing_Data_Of): New functions
9888         (Set): Two new procedures
9889         (Add_Language_Name, Display_Language_Name): New procedures
9891         * prj.ads: (Suffix_Of): New function
9892         (Set (Suffix)): New procedure
9893         Add several types and tables for multi-language support.
9894         (Header_Num): Type moved from Prj.Com
9895         (Hash): Two functions moved from Prj.Com
9896         (Is_Present, Language_Processing_Data_Of): New functions
9897         (Set): Two new procedures
9898         (Add_Language_Name, Display_Language_Name): New procedures
9899         (Naming): Component name changes:
9900         Current_Spec_Suffix => Ada_Spec_Suffix,
9901         Current_Body_Suffix => Ada_Body_Suffix. Add new components:
9902         Impl_Suffixes, Supp_Suffixes.
9903         (Project_Data): New components: Externally_Built, Supp_Languages,
9904         First_Language_Processing, Supp_Language_Processing, Default_Linker,
9905         Default_Linker_Path.
9907         * prj-attr.adb: Add new attributes Ada_Roots and Externally_Built and
9908         new package Language_Processing with its attributes (Compiler_Driver,
9909         Compiler_Kind, Dependency_Option, Compute_Dependency, Include_Option,
9910         Binder_Driver, Default_Linker).
9912         * prj-com.ads, prj-com.adb (Hash): Function moved to package Prj.
9913         (Header_Num): Type moved to package Prj
9915         * prj-env.adb: Adapt to name changes in package Prj
9916         (Current_Spec_Suffix => Ada_Spec_Suffix,
9917         Current_Body_Suffix => Ada_Body_Suffix).
9919         * prj-ext.adb: Add the default project dir (<prefix>/log/gnat) by
9920         default to the project path, except the "-" is one of the directories
9921         in env var ADA_PROJECT_PATH.
9922         (Current_Project_Path): Global variable, replacing Project_Path
9923         that was in the body of Prj.Part.
9924         (Project_Path): New function
9925         (Set_Project_Path): New procedure
9926         Initialize Current_Project_Path during elaboration of the package
9927         Remove dependency on Prj.Com, no longer needed
9929         * prj-ext.ads (Project_Path): New function
9930         (Set_Project_Path): New procedure
9932         * prj-nmsc.adb (Body_Suffix_Of): New function. Returns .<lang> when no
9933         suffix is defined for language <lang>.
9934         (Find_Sources, Record_Other_Sources): Use Body_Suffix_Of, instead of
9935         accessing directly the components of Naming.
9936         (Look_For_Sources): Use Set (Suffix) to set the suffix of a language.
9937         Reorganise of this package.
9938         Break procedure Check in several procedures.
9940         * prj-nmsc.ads: Replace all procedures (Ada_Check,
9941         Other_Languages_Check and Language_Independent_Check) with a single
9942         procedure Check.
9944         * prj-pars.ads, prj-pars.adb (Parse): Remove parameter
9945         Process_Languages, no longer needed.
9947         * prj-part.adb (Project_Path): Move to the body of Prj.Ext as
9948         Current_Project_Path.
9949         Remove elaboration code, moved to the body of Prj.Ext
9950         Use new function Prj.Ext.Project_Path instead of old variable
9951         Project_Path.
9952         (Post_Parse_Context_Clause): Get Resolved_Path as a case-sensitive path.
9953         When comparing with project paths on the stack, first put the resolved
9954         path in canonical case.
9955         (Parse_Single_Project): Set the path name of the project file in the
9956         tree to the normalized path.
9958         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): Remove
9959         parameter Process_Languages, no longer needed.
9960         (Recursive_Check): Call Prj.Nmsc.Check, instead of Ada_Check and
9961         Other_Languages_Check.
9963         * prj-tree.ads (Project_Name_And_Node): New component Canonical_Path
9964         to store the resolved canonical path of the project file.
9965         Remove dependency to Prj.Com, no longer needed
9967         * prj-util.adb: Adapt to name changes in package Prj
9968         (Current_Spec_Suffix => Ada_Spec_Suffix, Current_Body_Suffix =>
9969         Ada_Body_Suffix).
9971         * snames.ads, snames.adb: New standard names: Ada_Roots, Binder_Driver,
9972         Compiler_Driver, Compiler_Kind, Compute_Dependency, Default_Linker,
9973         Externally_Built, Include_Option, Language_Processing.
9975         * makegpr.adb: Numerous changes due to changes in packages
9976         Prj and Prj.Nmsc.
9978         * gnatls.adb: Add the default project dir (<prefix>/log/gnat) by
9979         default to the project path, except whe "-" is one of the directories
9980         in env var ADA_PROJECT_PATH.
9981         (Gnatls): In verbose mode, add the new section "Project Search Path:"
9983 2004-12-07  Robert Dewar  <dewar@adacore.com>
9985         * debug.adb: Document that -gnatdA automatically sets -gnatR3m
9987         * gnat1drv.adb (Gnat1drv): If debug flag A set, then automatically
9988         set -gnatR3m mode.
9990         * repinfo.adb (List_Rep_Info): Remove special handling of -gnatdA
9991         flag. No longer needed now that we handle this in gnat1drv.adb.
9993         * repinfo.ads: Minor reformatting
9995 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9996             Olivier Hainque  <hainque@adacore.com>
9997             Eric Botcazou  <ebotcazou@adacore.com>
9999         * decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for
10000         TYPE_SIZE_UNIT of result type if SIZE is not specified.
10001         (make_aligning_type): Pass -1 as ADDRESSABLE to prevent the creation
10002         of a bitfield, which we know is useless and causes trouble because of
10003         alignment implications.
10005         * utils.c (create_var_decl): Set DECL_COMMON again on targets without
10006         BSS sections.
10007         (process_attributes): Clear DECL_COMMON again when a section attribute
10008         is present.
10009         (finish_record_type): Independently track if RECORD_TYPE has SIZE and/or
10010         SIZE_UNIT already set and use to compute final SIZE and SIZE_UNIT.
10011         (create_field_decl): Special case ADDRESSABLE negative to mean
10012         "no bitfield creation", to be used by make_aligning_type. Don't
10013         restrict bitfield creation to !ADDRESSABLE any more, as some BLKmode
10014         fields claimed addressable still have to be bitfields. Use
10015         value_factor_p instead of a raw binop construction to check for the
10016         position's alignment.
10018 2004-12-07  Geert Bosch  <bosch@adacore.com>
10020         * eval_fat.adb: Revert previous change.
10022 2004-12-07  Thomas Quinot  <quinot@adacore.com>
10023             Ed Schonberg  <schonberg@adacore.com>
10025         * exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component
10026         with an implicit dereference as its prefix, use
10027         Insert_Explicit_Dereference instead of merely rewriting the prefix into
10028         an explicit dereference. This ensures that a reference to the original
10029         prefix is generated, if appropriate.
10031         * sem_util.adb (Insert_Explicit_Dereference): When an implicit
10032         dereference is rewritten to an explicit one, generate a reference to
10033         the entity denoted by its prefix using the original prefix node, so
10034         the dereference can be properly recorded as a read of the denoted
10035         access value, if appropriate.
10037         * sem_warn.adb (Output_Unreferenced_Messages): Do not abstain from
10038         emitting 'assigned but never read' warning on a variable on the basis
10039         that it has an access type.
10040         (Check_References): Emit unreferenced warning when the scope is a
10041         subprogram body.
10043 2004-12-07  Robert Dewar  <dewar@adacore.com>
10044             Ed Schonberg  <schonberg@adacore.com>
10046         * exp_ch6.adb (Expand_Call): Add comment on handling of back end
10047         intrinsic
10049         * exp_intr.adb (Expand_Intrinsic_Call): Ignore unrecognized intrinsic,
10050         leaving call unchanged.
10051         This deals with the case where the pragma Import specified
10052         an external name, to be handled by the back end.
10054         * sem_prag.adb (Process_Import_Or_Interface): Do not check validity of
10055         subprogram which is Imported with convention Intrinsic if an
10056         External_Name argument is specified.
10057         (Process_Import_Or_Interface): Properly diagnose link name argument.
10058         (Inlining_Not_Possible): New name for Cannot_Inline, to avoid confusion
10059         with Sem_Ch6.Cannot_Inline.
10060         (Process_Inline): Provide separate warning for inapplicable inline
10061         pragma.
10062         (Cannot_Inline): Reject subprograms that have an at_end handler, so that
10063         treatment is uniform on different targets.
10065 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
10067         * exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of
10068         construct is rewritten, preserve end label to permit source navigation.
10070 2004-12-07  Thomas Quinot  <quinot@adacore.com>
10072         * exp_dist.adb (Specific_Build_General_Calling_Stubs,
10073         Specific_Build_Stub_Target): New subprograms.
10074         (Build_Subprogram_Calling_Stubs): Make this procedure independent from
10075         the PCS implementation used, using the above PCS-customized subprograms.
10076         Minor reformatting.
10077         (PolyORB_Support.Helpers): New subunit containing supporting subprograms
10078         for generation of DSA code targeted to the PolyORB PCS.
10079         (Add_Stub_Type): Rewrite to isolate the parts that are specific to one
10080         implementation of the partition communication subsystem in ancillary
10081         subprograms.
10082         (Specific_Build_Stub_Type, GARLIC_Support.Build_Stub_Type,
10083         PolyORB_Support.Build_Stub_Type): New subrograms containing the
10084         PCS-specific part of Add_Stub_Type.
10085         (Insert_Partition_Check): Use runtime library function to perform
10086         E.4(19) check.
10088         * rtsfind.ads: New entity System.PolyORB_Interface.Make_Ref
10089         (RE_Same_Partition): New entity, from s-parint.
10091         * s-parint.ads, s-parint.adb (Same_Partition): New subprogram.
10093 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
10095         * gnatmem.adb, gnatname.adb, gnatsym.adb, gprcmd.adb, vms_conv.adb:
10096         Output the copyright message on a separate line from the version
10097         message.
10099 2004-12-07  Joel Brobecker  <brobecker@adacore.com>
10101         * g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a
10102         compile-time warning.
10104 2004-12-07  Robert Dewar  <dewar@adacore.com>
10106         * g-regpat.adb: (Match): Change a misuse of or to or else
10108 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
10110         * lib-xref.adb:
10111         (Generate_Reference): Handle properly a reference to an entry formal,
10112          when an accept statement has a pragma Unreferenced for it.
10114         * sem_ch9.adb (Analyze_Accept_Statement): Reset the Is_Referenced flag
10115         and the Has_Pragma_Unreferenced flag for each formal before analyzing
10116         the body, to ensure that warnings are properly emitted for each accept
10117         statement of a given task entry.
10119 2004-12-07  Vasiliy Fofanov  <fofanov@adacore.com>
10121         * Makefile.in: Add support for foreign threads on VMS.
10123 2004-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10125         * misc.c (gnat_types_compatible_p, LANG_HOOKS_TYPES_COMPATIBLE_P):
10126         Remove.
10127         (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): New.
10129         * adaint.h: (__gnat_dup, __gnat_dup2): Add missing decls.
10131         * trans.c (Exception_Handler_to_gnu_sjlj): Also handle renamed
10132         exception.
10133         (call_to_gnu): Convert to actual DECL_ARG_TYPE, not variant of it.
10135 2004-12-07  Robert Dewar  <dewar@adacore.com>
10137         * nlists.adb (Prepend_Debug): Remove parameters and nest within
10138         Prepend.
10139         (Remove_Next_Debug): Same fix
10141         * nlists.ads: Correct bad comments for Prev and Prev_Non_Pragma (we do
10142         maintain back pointers now, though we did not used to, and comments
10143         were out of date).
10144         (Prepend): Remove pragma Inline.
10145         (Remove_Next): Same cleanup
10147 2004-12-07  Thomas Quinot  <quinot@adacore.com>
10149         * sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram
10150         used to record an implicit dereference as a read operation on its
10151         prefix when operating under -gnatc. Necessary to avoid spurious
10152         'variable assigned but never read' warnings in that mode.
10153         (Process_Indexed_Component, Analyze_Selected_Component): When the prefix
10154         is a non-overloaded implicit dereference, call the above subprogram to
10155         ensure proper recording of references.
10157 2004-12-07  Gary Dismukes  <dismukes@adacore.com>
10159         * sem_ch5.adb (One_Bound): Remove call to Resolve, as the bound needs
10160         to be resolved later as part of Analyze_Iteration_Scheme's call to
10161         Make_Index.
10163 2004-12-07  Ed Schonberg  <schonberg@adacore.com>
10165         * sem_ch8.adb (Find_Type): If node is a reference to 'Base and the
10166         prefix is not a scalar type, place error message on prefix, not on
10167         type entity.
10169 2004-12-07  Bernard Banner  <banner@adacore.com>
10171         * vxaddr2line.adb: Add support for x86 vxworks
10173 2004-12-07  Thomas Quinot  <quinot@adacore.com>
10175         * g-socket.ads (Get_Host_By_Address, Get_Host_By_Name): Clarify
10176         documentation of the behaviour of these functions when passed an IP
10177         address that has no record in the system hosts database and no reverse
10178         record in the DNS.
10180         * cstand.adb, a-tags.ads: Fix typos in comment.
10182 2004-12-07  Robert Dewar  <dewar@adacore.com>
10184         * exp_ch2.adb, exp_ch3.adb, exp_ch5.adb, exp_ch8.adb,
10185         exp_ch9.adb, exp_pakd.adb, interfac.ads, sem_ch6.adb,
10186         sem_ch7.adb, sem_ch10.adb, sem_ch13.adb, sem_ch3.adb,
10187         s-poosiz.ads: Minor reformatting
10189         * make.adb: Minor reformatting
10190         Add some ??? comments asking for more comments
10192         * s-poosiz.adb: Minor reformatting
10193         Add comments on alignment requirement
10195         * sinfo.ads: Remove obsolete comment and fix typo.
10197 2004-12-07  Vincent Celier  <celier@adacore.com>
10198             Sergey Rybin  <rybin@adacore.com>
10200         * gnat_ugn.texi: Update the section "The GNAT Driver and Project
10201         Files" with the new tool and package names.
10202         Reformatting to suppress most of the warnings for line too long
10203         Document the new section "Project Search Path:" in the output of
10204         gnatls -v.
10205         Add gnatmetric section
10207 2004-12-07  Vincent Celier  <celier@adacore.com>
10209         * vms_data.ads: Correct GNAT METRIC qualifiers: -I-, -Idir and
10210         -gnatec= are not direct switches of gnatmetric. Changed -eis to -eps
10211         and -eit to -ept. Added qualifier
10212         /ELEMENT_METRICS=CONSTRUCT_NESTING_MAX for new switch -ec.
10214 2004-11-27  Andreas Schwab  <schwab@suse.de>
10216         * Make-lang.in (ada/trans.o): Depend on $(EXPR_H).
10218 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
10220         * g-socthi-mingw.ads, g-socthi-vms.ads: Remove C_Read and C_Write from
10221         internal implementation unit GNAT.Sockets.Thin,
10222         as their usage for sockets is non-portable (using the read and write
10223         functions from the system runtime library is fine on UNIX but won't
10224         work under Windows).
10226         * mingw32.h: Update copyright notice.
10228 2004-11-25  Arnaud Charlet  <charlet@adacore.com>
10230         * ada-tree.h: Minor reformatting of previous change to avoid lines
10231         longer than 79 characters.
10233 2004-11-25  Olivier Hainque  <hainque@adacore.com>
10235         * tb-gcc.c: GCC infrastructure based implementation of
10236         __gnat_backtrace.
10238 2004-11-24  Steven Bosscher  <stevenb@suse.de>
10240         * misc.c (gnat_post_options): Don't clear
10241         flag_inline_functions.
10243 2004-11-22  Andrew Pinski  <pinskia@physics.uc.edu>
10245         PR ada/17986
10246         * ada-tree.h (lang_tree_node): Set chain_next to be the chain of the
10247         tree.
10249 2004-11-21  Andreas Jaeger  <aj@suse.de>
10251         * stylesw.adb: Change Style_Check_Subprogram_Order to
10252         Style_Check_Order_Subprograms.
10254 2004-11-18  Arnaud Charlet  <charlet@adacore.com>
10256         * adaint.h, adaint.c
10257         (__gnat_portable_spawn): Fix cast of spawnvp third parameter
10258         to avoid warnings.
10259         Add also a cast to kill another warning.
10260         (win32_no_block_spawn): Initialize CreateProcess's dwCreationFlags
10261         parameter with the priority class of the parent process instead of
10262         always using the NORMAL_PRIORITY_CLASS.
10263         (__gnat_dup): New function.
10264         (__gnat_dup2): New function.
10265         (__gnat_is_symbolic_link): Enable the effective body of this
10266         function when __APPLE__ is defined.
10268         * g-os_lib.ads, g-os_lib.adb (Spawn): Two new procedures.
10269         Update comments.
10271 2004-11-18  Olivier Hainque  <hainque@adacore.com>
10273         * a-exexpr.adb (Others_Value, All_Others_Value): New variables, the
10274         address of which may be used to represent "others" and "all others"
10275         choices in exception tables, instead of the current harcoded
10276         (void *)0 and (void *)1.
10277         (Setup_Exception): Do nothing in the GNAT SJLJ case.
10279         * gigi.h (others_decl, all_others_decl): New decls representing the
10280         new Others_Value and All_Others_Value objects.
10281         (struct attrib): Rename "arg" component as "args", since GCC expects a
10282         list of arguments in there.
10284         * raise.c (GNAT_OTHERS, GNAT_ALL_OTHERS): Are now the address of the
10285         corresponding objects exported by a-exexpr, instead of hardcoded dummy
10286         addresses.
10288         * trans.c (Exception_Handler_to_gnu_zcx): Use the address of
10289         others_decl and all_others_decl instead of hardcoded dummy addresses
10290         to represent "others" and "all others" choices, which is cleaner and
10291         more flexible with respect to the possible eh pointer encoding policies.
10293         * utils.c (init_gigi_decls): Initialize others_decl and all_others_decl.
10294         (process_attributes): Account for the naming change of the "args"
10295         attribute list entry component.
10297         * decl.c (build_attr_list): Rename into prepend_attributes to allow
10298         cumulating attributes for different entities into a single list.
10299         (gnat_to_gnu_entity): Use prepend_attributes to build the list of
10300         attributes for the current entity and propagate first subtype
10301         attributes to other subtypes.
10302         <E_Procedure>: Attribute arguments are attr->args and not
10303         attr->arg any more.
10304         (build_attr_list): Ditto. Make attr->args a TREE_LIST when there is an
10305         argument provided, as this is what GCC expects. Use NULL_TREE instead
10306         of 0 for trees.
10308 2004-11-18  Robert Dewar  <dewar@adacore.com>
10310         * a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb:
10311         Minor reformatting througout (including new function specs)
10312         Add ??? comments asking for clarification.
10314 2004-11-18  Thomas Quinot  <quinot@adacore.com>
10316         * butil.ads, butil.adb, bindgen.adb (Get_Unit_Name_String): Remove
10317         incomplete duplicate implementation of this subprogram from butil.
10319 2004-11-18  Thomas Quinot  <quinot@adacore.com>
10321         * exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. This
10322         procedures factors the common processing for building an RPC receiver
10323         for an RCI package or an RACW type.
10324         Stylistic cleanup: change '/= Empty' to 'Present ()'; move body of
10325         Build_Remote_Subprogram_Proxy_Type into proper alphabetical order.
10326         (Get_PCS_Name): New subprogram. Returns the name of the PCS currently
10327         in use.
10328         (Specific_Add_RACW_Features): New subprogram. PCS-specific part of
10329         Add_RACW_Features.
10330         (Specific_Add_RAST_Features): New subprogram. PCS-specific part of
10331         Add_RAST_Features.
10332         (Assign_Subprogram_Identifier): New subprogram. Provision for assigning
10333         distribution subprogram identifiers that are either subprogram numbers
10334         or strings.
10335         (Get_Subprogram_Ids): New subprogram. Retrieve both the numeric and
10336         string distribution identifiers assigned to a given subprogram.
10337         (Get_Subprogram_Id): Reimplement in terms of Get_Subprogram_Ids.
10338         (Add_RAS_Dereference_TSS): Add comments.
10339         (Build_General_Calling_Stubs): Note that the RACW_Type formal parameter
10340         is not referenced yet because it will be used by the PolyORB DSA
10341         implementation.
10342         (Insert_Partition_Check): Remove fossile code.
10343         (First_RCI_Subprogram_Id): Document this constant.
10344         (Add_RAS_Access_TSS): Correct the setting of the Etype of the
10345         RAS_Access TSS.
10346         (Get_Pkg_Name_String): Remove subprogram. Usage occurrences are
10347         replaced with calls to Get_Library_Unit_Name_String. Previously there
10348         were several instances of the same code in different locations in the
10349         compiler; this checkin completes the replacement of all of these
10350         instances with calls to a common subprogram.
10351         Minor reformatting.
10353         * sem_dist.adb: Remove comment noting that RPC receiver generation
10354         should be disabled for RACWs that implement RASs.
10355         (Process_Partition_Id): Use new subprogram Get_Library_Unit_Name_String.
10357         * sem_util.ads, sem_util.adb (Has_Stream): New function
10358         (Get_Library_Unit_Name_String): New subprogram to retrieve the fully
10359         qualified name of a library unit into the name buffer.
10360         (Note_Possible_Modification): Generate a reference only
10361         if the context comes from source.
10363         * snames.ads (PCS_Names): New subtype corresponding to names of
10364         supported implementations of the Partition Communication Subsystem
10365         (PCS) (i.e. the runtime library support modules for the distributed
10366         systems annex).
10368 2004-11-18  Robert Dewar  <dewar@adacore.com>
10369             Ed Schonberg  <schonberg@adacore.com>
10371         * einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used
10372         (Has_Rep_Pragma): New function
10373         (Has_Attribute_Definition_Clause): New function
10374         (Record_Rep_Pragma): Moved here from sem_ch13.adb
10375         (Get_Rep_Pragma): Remove junk kludge for Stream_Convert pragma
10377         * sem_ch13.ads, sem_ch13.adb (Record_Rep_Pragma): Moved to einfo.adb
10379         * exp_prag.adb: (Expand_Pragma_Common_Object): New procedure
10380         (Expand_Pragma_Psect_Object): New procedure
10381         These procedures contain the revised and cleaned up processing for
10382         these two pragmas. This processing was formerly in Sem_Prag, but
10383         is more appropriately moved here. The cleanup involves making sure
10384         that the pragmas are properly attached to the tree, and that no
10385         nodes are improperly shared.
10387         * sem_prag.adb: Move expansion of Common_Object and Psect_Object
10388         pragmas to Exp_Prag, which is more appropriate.
10389         Attach these two pragmas to the Rep_Item chain Use Rep_Item chain to
10390         check for duplicates Remove use of Is_Psected flag, no longer needed.
10391         Use new Make_String_Literal function with string.
10393         * exp_attr.adb (Expand_Fpt_Attribute): The floating-point attributes
10394         that are functions return universal values, that have to be converted
10395         to the context type.
10396         Use new Make_String_Literal function with string.
10397         (Get_Stream_Convert_Pragma): New function, replaces the use of
10398         Get_Rep_Pragma, which had to be kludged to work in this case.
10400         * freeze.adb: Use new Has_Rep_Pragma function
10402         * exp_intr.adb, exp_ch3.adb, sem_attr.adb: Use new Make_String_Literal
10403         function with string.
10404         Use new Has_Rep_Pragma function.
10406         * tbuild.ads, tbuild.adb (Make_String_Literal): New function, takes
10407         string argument.
10409 2004-11-18  Robert Dewar  <dewar@adacore.com>
10411         * errout.ads, errout.adb: (First_Sloc): New function
10413         * par-ch5.adb (P_Condition): Check for redundant parens is now a style
10414         check (-gnatyx) instead of being included as a redundant construct
10415         warning.
10417         * sem_ch6.adb: Change name Style_Check_Subprogram_Order to
10418         Style_Check_Order_Subprograms.
10420         * style.ads, styleg.ads, styleg.adb, styleg-c.adb, stylesw.ads,
10421         stylesw.adb: Add Style_Check_Xtra_Parens
10423         * usage.adb: Add line for -gnatyx (check extra parens)
10425         * vms_data.ads: Add entry for STYLE_CHECKS=XTRA_PARENS => -gnatyx
10427 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
10428             Robert Dewar  <dewar@adacore.com>
10430         * exp_ch4.adb (Expand_N_Selected_Component): If the component is the
10431         discriminant of a constrained subtype, analyze the copy of the
10432         corresponding constraint, because in some cases it may be only
10433         partially analyzed.
10434         Removes long-lived ??? comments.
10436         * exp_ch7.adb (Establish_Transient_Scope): Remove complex code that
10437         handled controlled or secondary-stack expressions within the
10438         iteration_scheme of a loop.
10440         * sem_ch5.adb (Analyze_Iteration_Scheme): Build a block to evaluate
10441         bounds that may contain functions calls, to prevent memory leaks when
10442         the bound contains a call to a function that uses the secondary stack.
10443         (Check_Complex_Bounds): Subsidiary of Analyze_Iteration_Scheme, to
10444         generate temporaries for loop bounds that might contain function calls
10445         that require secondary stack and/or finalization actions.
10447         * sem_ch4.adb (Analyze_Indexed_Component_Form): If the prefix is a
10448         selected component and the selector is overloadable (not just a
10449         function) treat as function call, Analyze_Call will disambiguate if
10450         necessary.
10451         (Analyze_Selected_Component): Do not generate an actual subtype for the
10452         selected component if expansion is disabled. The actual subtype is only
10453         needed for constraint checks.
10454         (Analyze_Allocator): If restriction No_Streams is set, then do
10455         not permit objects to be declared of a stream type, or of a
10456         composite type containing a stream.
10458         * restrict.ads: Remove the a-stream entry from Unit_Array, since
10459         No_Streams no longer prohibits with'ing this package.
10461         * sem_ch3.adb (Build_Derived_Record_Type): If the parent type has
10462         discriminants, but the parent base has unknown discriminants, there is
10463         no discriminant constraint to inherit. Such a discrepancy can arise
10464         when the actual for a formal type with unknown discriminants is a
10465         similar private type whose full view has discriminants.
10466         (Analyze_Object_Declaration): If restriction No_Streams is set, then
10467         do not permit objects to be declared of a stream type, or of a
10468         composite type containing a stream.
10470 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
10472         * exp_dbug.ads: Update documentation to reflect simpler encoding for
10473         protected operations.
10475         * exp_ch9.adb (Build_Selected_Name): Do not include "PT" suffix in
10476         generated name, it complicates decoding in gdb and hinders debugging
10477         of protected operations.
10478         (Build_Barrier_Function_Specification): Set the Needs_Debug_Info
10479         flag for the protected entry barrier function.
10480         (Build_Protected_Entry_Specification): Set the Needs_Debug_Info
10481         flag for the protected entry function.
10483 2004-11-18  Nicolas Setton  <setton@adacore.com>
10485         * expect.c: Define __unix__ when __APPLE__ is defined.
10487         * Makefile.in: Inform the value of the variable GMEM_LIB in the
10488         Darwin-specific section.
10490         * lang-specs.h: Change the placement of the %1 marker.
10491         Works around the fact that gcc adds -fPIC by default under Darwin.
10493 2004-11-18  Ed Schonberg  <schonberg@adacore.com>
10495         * exp_pakd.adb (Convert_To_PAT_Type): After replacing the original
10496         type of the object with the packed array type, set the Analyzed flag
10497         on the object if it is an entity or simple indexed component, to avoid
10498         spurious type errors.
10500 2004-11-18  Gary Dismukes  <dismukes@adacore.com>
10502         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb,
10503         gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a
10504         separate line from the version message.
10506 2004-11-18  Ed Falis  <falis@adacore.com>
10508         * init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653
10509         vthreads.
10510         (init_float): Eliminate initialization of floating point status for
10511         AE653. The instructions have no effect for vThreads.
10513 2004-11-18  Vincent Celier  <celier@adacore.com>
10515         * make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when
10516         gnatbind is invoked with -shared.
10518 2004-11-18  Jose Ruiz  <ruiz@adacore.com>
10520         * s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error
10521         for Detect_Blocking which is redundant with the check done within the
10522         procedure Protected_Single_Entry_Call.
10523         (Lock_Read_Only_Entry): Remove the code for raising Program_Error for
10524         Detect_Blocking which is redundant with the check done within the
10525         procedure Protected_Single_Entry_Call.
10527 2004-11-18  Vincent Celier  <celier@adacore.com>
10529         * makegpr.adb (Compile): Put the compiling switches (in package
10530         Compiler and on the command line) immediately after "-c", instead of
10531         at the end of the command line invocation of the compiler, when
10532         compiling a non-Ada file.
10533         (Build_Global_Archive): When there is no need to rebuild the archive,
10534         set Global_Archive_Exists, so that the archive is passed to the linker
10535         if one is needed.
10537 2004-11-18  Robert Dewar  <dewar@adacore.com>
10538             Sergey Rybin  <rybin@adacore.com>
10540         * gnat_ugn.texi:
10541         Remove extra paren check from list of checks for redundant constructs
10542         Add documentation of new -gnatyx style check (check extra parens)
10543         Remove paragraph about gnatelim debug options.
10545         * gnat_rm.texi: Document that Ada.Streams now forbids creating stream
10546         objects rather than forbidding dependencies on the package Ada.Streams.
10548         * sinfo.ads: Add ??? note that we should document pragmas passed to
10549         back end.
10551         * g-expect.ads: Fix a few typos in the comments.
10553 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
10555         * misc.c (gnat_handle_option): Use %< and %> for quoting in
10556         warning message.
10558 2004-11-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10560         * a-numaux-x86.adb (Tan): Fix fdivp syntax.
10562 2004-11-07  Andreas Schwab  <schwab@suse.de>
10564         * Makefile.in (install-gnatlib): Remove spurious hyphen.
10566 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
10568         PR ada/18228
10569         * Makefile.in (darwin): Set soext to .dylib.
10571 2004-10-26  Vincent Celier  <celier@gnat.com>
10572             Thomas Quinot   <quinot@act-europe.fr>
10574         * g-socthi-vms.adb, g-socthi-mingw.adb, g-socthi-vxworks.ads:
10575         (C_Writev): Change MSG_Forced_Flags to Constants.MSG_Forced_Flags as
10576         there is no use of GNAT.Sockets.Constants.
10577         Remove remaining pragma Import for C_Write
10578         Remove C_Read and C_Write from internal implementation unit
10579         GNAT.Sockets.Thin, as their usage for sockets is non-portable (using
10580         the read and write functions from the system runtime library is fine
10581         on UNIX but won't work under Windows).
10583         * g-socket.adb: (Abort_Selector): Use C_Send instead of C_Write.
10584         (Check_Selector): Use C_Recv instead of C_Read.
10585         Selectors are the GNAT.Sockets abstraction to perform a select()
10586         call on a set of descriptors. To allow abortion of an ongoing
10587         select operation, some data is written to a dedicated socket that
10588         is always monitored.
10589         Under Windows, the write and read library functions cannot operate
10590         on sockets, so we need to use send and recv instead, which is portable
10591         across all supported platforms.
10593         * g-socthi.ads: Remove C_Read and C_Write from internal implementation
10594         unit GNAT.Sockets.Thin, as their usage for sockets is non-portable
10595         (using the read and write functions from the system runtime library is
10596         fine on UNIX but won't work under Windows).
10598 2004-10-26  Nicolas Setton  <setton@act-europe.fr>
10600         * mlib-tgt-darwin.adb: New file.
10602         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
10603         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
10604         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
10605         mlib-tgt-mingw.adb, mlib-tgt-vxworks.adb (Archive_Indexer_Options): New
10606         subprogram body.
10608         * Makefile.in: Add support for building shared libraries under Darwin.
10609         (EXTRA_GNATRTL_NONTASKING_OBJS, ppc-vxworks): Add s-vxwexc.o, containing
10610         the low level EH init subprogram to be called from __gnat_initialize.
10612         * mlib-tgt.ads, mlib-tgt.adb (Archive_Indexer_Options): New subprogram,
10613         indicates which options to pass to the archive indexer.
10615         * mlib-utl.adb: Add support for calling ranlib with additional
10616         options. This is needed for instance under Mac OS X.
10617         (Ranlib_Options): New global variable, used to store the potential
10618         options to pass to ranlib.
10619         (Ar): Use Ranlib_Options when spawning ranlib.
10620         (Initialize): Set the value of ranlib option.
10622 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
10624         * s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K
10625         instead of 8K, to reflect the real potential needs for stack-checking
10626         in the ZCX case.
10628 2004-10-26  Pascal Obry  <obry@gnat.com>
10630         * s-parame-mingw.adb (Default_Stack_Size): Add some comments.
10632         * s-taprop-mingw.adb (Create_Task): Set initial stack size to 1024. On
10633         Windows only the initial thread stack size can be set so it is good to
10634         start we a low stack size.
10635         The OS will adjust the size as needed.
10637 2004-10-26  Olivier Hainque  <hainque@act-europe.fr>
10638             Nicolas Setton  <setton@act-europe.fr>
10640         * expect.c, adaint.c, link.c, sysdep.c (unix sections): Guard with
10641         "__unix__" instead of "unix".
10642         The latter is implicitly defined by gcc3.2 but not by gcc >= 3.4, so the
10643         sections were just mistakenly ignored. The former is
10644         implicitely defined by gcc2.8, gcc3.2 and gcc3.4.
10645         Update #ifdef preprocessor macro to detect the symbol __hpux__ instead
10646         of hpux. This prevents an unwanted definition of the symbol
10647         convert_addresses in adaint.o.
10649 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
10651         * a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#, for
10652         compatibility with type Unwind_Word on 16-bit targets such as AAMP.
10654 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
10656         * a-filico.ads, a-filico.adb: fix incorrect header.
10658 2004-10-26  Javier Miranda  <miranda@gnat.com>
10660         * a-ststio.ads: Fix typo in identifier
10662 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
10664         * sem_ch4.adb: Minor reformatting.
10666 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10668         * checks.adb (Expr_Known_Valid): If floating-point validity checks are
10669         enabled, check the result of unary and binary operations when the
10670         expression is the right-hand side of an assignment.
10672 2004-10-26  Vincent Celier  <celier@gnat.com>
10674         * clean.adb (Delete): Do not output warnings when in quiet output and
10675         not in verbose mode.
10676         (Force_Deletions): New Boolean flag, defaulted to False
10677         (Delete): Only delete a file if it is writable, and when
10678         Force_Deletions is True.
10679         (Parse_Cmd_Line): New switch -f: set Force_Deletions to True
10680         (Usage): Line for new switch -f
10681         (Clean_Directory): Use GNAT.OS_Lib.Set_Writable instead of rolling our
10682         own.
10684 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
10686         * decl.c (gnat_to_gnu_field): Use the type of the inner object for a
10687         JM type only if its size matches that of the wrapper.  When a size is
10688         prescribed and the field is not aliased, remove the wrapper of a JM
10689         type only if the size is not greater than that of the packed array.
10690         (gnat_to_gnu_entity): Change the extension of packed array wrappers
10691         from LJM to JM.
10693 2004-10-26  Geert Bosch  <bosch@gnat.com>
10695         * eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used.
10696         (Succ): Re-implement using Scaling, Exponent and Ceiling attributes.
10697         (Pred): Implement in terms of Succ.
10699 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10701         * exp_aggr.adb (Safe_Component): An aggregate component that is an
10702         unchecked conversion is safe for in-place use if the expression of the
10703         conversion is safe.
10704         (Expand_Array_Aggregate): An aggregate that initializes an allocator may
10705         be expandable in place even if the aggregate does not come from source.
10706         (Convert_Array_Aggr_In_Allocator): New procedure to initialize the
10707         designated object of an allocator in place, rather than building it
10708         first on the stack. The previous scheme forces a full copy of the array,
10709         and may be altogether unsusable if the size of the array is too large
10710         for stack allocation.
10712 2004-10-26  Robert Dewar  <dewar@gnat.com>
10714         * exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array
10715         compares if the component is atomic.
10717         * exp_ch5.adb (Expand_Assign_Array): Make sure we expand a loop for
10718         array assignment if the component type is atomic.
10720 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10721             Eric Botcazou  <ebotcazou@act-europe.fr>
10723         * exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter
10724         is aliased and is a by_reference type, do not pass by copy.
10725         (Expand_N_Function_Call) <Rhs_Of_Assign_Or_Decl>: New function to
10726         detect whether the call is in the right side of an assignment or
10727         the expression of an object declaration.  Recurse on component
10728         association within aggregates.
10729         Call it in the condition that determines whether the temporary is
10730         necessary for correct stack-checking.
10732 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
10734         * exp_dist.adb (Build_General_Calling_Stubs): New formal parameter
10735         RACW_Type, used in the PolyORB version.
10736         Rename RCI_Info to RCI_Locator, for consistency between the PolyORB
10737         version and the GARLIC version.
10739         * snames.ads, snames.adb, s-parint.ads, s-parint.adb:
10740         Rename RCI_Info to RCI_Locator for better consistency between the
10741         GARLIC and PolyORB versions of the distributed systems annex.
10742         (DSA_Implementation_Name): This enumeration lists the possible
10743         implementations of the Partition Communication Subsystem for the
10744         Distributed Systems Annex (DSA). The three available implementations
10745         are the dummy stub implementation (No_DSA), and two versions based on
10746         two different distribution runtime libraries: GARLIC and PolyORB. Both
10747         the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution
10748         technology.
10749         Change the literal GLADE_DSA to GARLIC_DSA to accurately describe
10750         that organization.
10752         * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency
10753         between the GARLIC and PolyORB versions of the distributed systems
10754         annex.
10755         Remove RE_Unbounded_Reclaim_Pool since it is unused.
10757 2004-10-26  Gary Dismukes  <dismukes@gnat.com>
10759         * gnat1drv.adb: Suppress calling the back end when
10760         Frontend_Layout_On_Target is true.
10762 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
10764         * g-os_lib.ads, g-os_lib.adb (Set_Executable, Set_Writable,
10765         Set_Read_Only): New subprograms.
10766         These new routines allow the user to set or unset the Owner execute
10767         and Owner write permission flags on a file.
10769         * makegpr.adb, mlib.adb, mlib-prj.adb: Use
10770         GNAT.OS_Lib.Set_Executable instead of rolling our own.
10772 2004-10-26  Matthew Gingell  <gingell@gnat.com>
10774         * i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI.
10776 2004-10-26  Pascal Obry  <obry@gnat.com>
10778         * init.c (__gnat_error_handler) [Win32]: Instead of trying to read the
10779         memory before the faulting page we properly test the process read
10780         access for this address using appropriate Win32 routine.
10781         (HPUX sections): guard with "__hpux__" instead of "hpux".
10783 2004-10-26  Robert Dewar  <dewar@gnat.com>
10785         * lib-xref.adb (Generate_Reference): Don't complain about reference to
10786         entry parameter if pragma Unreferenced set, since we do not properly
10787         handle the case of multiple parameters.
10789 2004-10-26  Vincent Celier  <celier@gnat.com>
10791         * prj-env.adb: (Contains_ALI_Files): New Boolean function
10792         (Ada_Objects_Path.Add): For a library project, add to the object path
10793         the library directory only if there is no object directory or if the
10794         library directory contains ALI files.
10795         (Set_Ada_Paths.Add.Recursive_Add): Ditto
10797 2004-10-26  Vincent Celier  <celier@gnat.com>
10799         * prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual
10800         extension of library projects.
10802         * prj-part.adb: If env var ADA_PROJECT_PATH is not defined, project
10803         path defaults to ".:<prefix>/lib/gnat".
10804         (Parse): For an extending all project, allow direct import of a project
10805         that is virtually extended.
10807         * prj-proc.adb (Imported_Or_Extended_Project_From): If a project with
10808         the specified name is directly imported, return its ID. Otherwise, if
10809         an extension of this project is imported, return the ID of the
10810         extension.
10812 2004-10-26  Robert Dewar  <dewar@gnat.com>
10814         * s-arit64.adb: (Le3): New function, used by Scaled_Divide
10815         (Sub3): New procedure, used by Scaled_Divide
10816         (Scaled_Divide): Substantial rewrite, avoid duplicated code, and also
10817         correct more than one instance of failure to propagate carries
10818         correctly.
10819         (Double_Divide): Handle overflow case of largest negative number
10820         divided by minus one.
10822         * s-arit64.ads (Double_Divide): Document that overflow can occur in
10823         the case of a quotient value out of range.
10824         Fix comments.
10826 2004-10-26  Robert Dewar  <dewar@gnat.com>
10828         * s-bitops.adb (Bit_Eq): Remove redundant check.
10830         * s-bitops.ads: Minor comment updates
10831         Change some occurrences of Address to System.Address
10833         * s-carsi8.ads: Fix minor cut-and-paste error in comments
10835 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10837         * sem_attr.adb (Resolve_Attribute, case 'Access): Apply proper
10838         accessibility check to prefix that is a protected operation.
10840 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10842         * sem_ch10.adb (Optional_Subunit): If file of expected subunit is
10843         empty, post message on stub.
10845 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10846             Javier Miranda  <miranda@gnat.com>
10848         * sem_ch12.adb (In_Main_Context): Predicate to determine whether the
10849         current instance appears within a unit that is directly in the context
10850         of the main unit.
10851         Used to determine whether the body of the instance should be analyzed
10852         immediately after its spec, to make its subprogram bodies available
10853         for front-end inlining.
10854         (Analyze_Formal_Array_Type): Cleanup condition that checks that range
10855         constraint is not allowed on the component type (AARM 12.5.3(3))
10857 2004-10-26  Cyrille Comar  <comar@act-europe.fr>
10859         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case
10860         'Storage_Pool): enhance, document & limit detection of non-sharable
10861         internal pools.
10863         * impunit.adb: Make System.Pool_Global and System.Pool_Local visible.
10865         * s-pooglo.ads: Add more documentation now that this pool is properly
10866         documented.
10868 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10870         * sem_ch3.adb (Complete_Private_Subtype): If the full view is a task
10871         or protected type with discriminants, do not constrain the
10872         corresponding record type if the subtype declaration has no
10873         discriminant constraints. This can be the case in source code, or in
10874         the subtype declaration created to rename an actual type within an
10875         instantiation.
10877 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10879         * sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a
10880         different kind of stub (possibly wrong name for file), do not check
10881         for conformance.
10882         (Uses_Secondary_Stack): New subsidiary to Build_Body_To_Inline. If body
10883         includes call to some function that returns an unconstrained type, do
10884         not inline.
10886 2004-10-26  Ed Schonberg  <schonberg@gnat.com>
10888         * sem_elab.adb (Check_Elab_Call): Do not check a call that does not
10889         appear in the code for the main unit. Dependencies among units in the
10890         context of the main unit are established when those other units are
10891         compiled. Otherwise spurious elaboration constraints can generate
10892         incorrect elaboration circularities.
10894 2004-10-26  Thomas Quinot  <quinot@act-europe.fr>
10895             Ed Schonberg   <schonberg@gnat.com>
10897         * sem_util.adb (Is_Aliased_View): Defend against the case where this
10898         subprogram is called with a parameter that is not an object name. This
10899         situation arises for some cases of illegal code, which is diagnosed
10900         later, and in this case it is wrong to call Is_Aliased, as that might
10901         cause a compiler crash.
10902         (Explain_Limited_Type): Refine previous fix to include
10903         inherited components of derived types, to provide complete information.
10905         * exp_ch9.adb (Set_Privals): Set the Ekind of the actual object that
10906         is the prival for a protected object.
10907         It is necessary to mark this entity as a variable, in addition to
10908         flagging it as Aliased, because Sem_Util.Is_Aliased_View has been
10909         modified to avoid checking the Aliased flag on entities that are not
10910         objects. (Checking that flag for non-objects is erroneous and could
10911         lead to a compiler crash).
10913 2004-10-26  Robert Dewar  <dewar@gnat.com>
10915         * s-fatgen.adb (Pred): Fix redundant test for X > 0.0, since if
10916         X_Frac = 0.5, then we know that the number X must be positive.
10917         (Succ): Remove the same redundant test, and also fix the primary test
10918         to test for X_Frac = -0.5 (used to be 0.5) which is clearly wrong.
10919         Minor reformatting
10920         (Decompose): Add fuller comments to spec
10922 2004-10-26  Pascal Obry  <obry@gnat.com>
10924         * tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr
10925         validity (process must have read access). Set to 0 in all other cases.
10926         (STOP_FRAME): Now check for ptr validity to avoid a segmentation
10927         violation on Win32.
10928         (VALID_STACK_FRAME): Check for ptr validity on Win32 to avoid a
10929         segmentation violation.
10931 2004-10-26  Eric Botcazou  <ebotcazou@act-europe.fr>
10933         * trans.c (call_to_gnu): For an (in-)out parameter passed by reference
10934         whose type is a constructed subtype of an aliased object with an
10935         unconstrained nominal subtype, convert the actual to the constructed
10936         subtype before taking its address.
10938 2004-10-26  Vincent Celier  <celier@gnat.com>
10940         * a-dirval.ads, a-dirval.adb, a-dirval-vms.adb, a-dirval-mingw.adb
10941         (Is_Path_Name_Case_Sensitive): New function
10943         * a-direct.adb (To_Lower_If_Case_Insensitive): New procedure
10944         (Base_Name, Simple_Name, Current_Directory, Compose,
10945         Containing_Directory, Full_Name): Call To_Lower_If_Case_Insensitive on
10946         the result.
10948 2004-10-26  Cyrille Comar    <comar@act-europe.fr>
10949             Vasiliy Fofanov  <fofanov@act-europe.fr>
10950             Vincent Celier   <celier@gnat.com>
10952         * gnat_ugn.texi: Generalize "finding memory problems" section into a
10953         "memory management issues" section and document some of the useful
10954         memory pools provided as part of the GNAT library.
10955         Remove "virtual" from declaration of A::method2 in
10956         the simple example of Ada/C++ mixed system.
10957         Library Projects may be virtually extended: their virtual extensions
10958         are not Library Projects.
10959         Added section on extending project hierarchies.
10961 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
10963         * adaint.c (__gnat_get_libraries_from_registry): Cast value
10964         to LPBYTE.
10965         (__gnat_portable_spawn): Remove const.
10967         * mingw32.h (MAXPATHLEN): Check for previous definition.
10969 2004-10-17  Matthias Klose  <doko@debian.org>
10971         * gnatvsn.ads: Set gnat library version to 4.0.
10973 2004-10-05  Vincent Celier  <celier@gnat.com>
10975         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
10977 2004-10-04  Laurent GUERBY <laurent@guerby.net>
10979         PR ada/15156
10980         * Makefile.in: Define and use RANLIB_FLAGS.
10982 2004-10-04  Pascal Obry  <obry@gnat.com>
10984         * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
10985         other x86 platforms).
10987 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
10989         * s-tassta.adb (Task_Wrapper): Make it Convention C, which makes sense
10990         in general and triggers stack alignment adjustment for thread entry
10991         points on targets where this is necessary.
10993 2004-10-04  Bernard Banner  <banner@gnat.com>
10995         PR ada/13897
10997         * Makefile.in: Add section for powerpc linux
10998         Add variant i-vxwork-x86.ads
11000         * i-vxwork-x86.ads, system-linux-ppc.ads: New files.
11002 2004-10-04  Olivier Hainque  <hainque@act-europe.fr>
11004         * init.c (__gnat_initialize): Call an Ada subprogram to perform the
11005         table registration calls when need be. Ensures no reference to the crt
11006         ctors symbol are issued in the SJLJ case, which avoids possible
11007         undefined symbol errors in the case of modules to be statically linked
11008         with the kernel.
11010 2004-10-04  Javier Miranda  <miranda@gnat.com>
11012         * sem_ch4.adb (Try_Object_Operation): Reformat the code to expand
11013         in-line the code corresponding to subprogram Analyze_Actuals. In
11014         addition, analyze the actuals only in case of subprogram call.
11016 2004-10-04  Ed Falis  <falis@gnat.com>
11018         * s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size
11020 2004-10-04  Sergey Rybin  <rybin@act-europe.fr>
11022         * g-dirope.ads (Base_Name): Clarify the meaning of the Suffix parameter
11023         in the documentation.
11025 2004-10-04  Robert Dewar  <dewar@gnat.com>
11027         * sem_ch5.adb (Unblocked_Exit_Count): Now used for blocks as well as
11028         IF and CASE.
11029         (Analyze_Block_Statement): Add circuitry to detect following dead code
11030         (Check_Unreachable_Code): Handle case of block exit
11032 2004-10-04  Robert Dewar  <dewar@gnat.com>
11034         * g-spipat.adb: (XMatch): Avoid warning for Logic_Error call
11035         (XMatchD): Avoid warning for Logic_Error call
11037 2004-10-04  Robert Dewar  <dewar@gnat.com>
11039         * exp_ch4.adb (Is_Procedure_Actual): Correct so that this does not
11040         consider expressions buried within a procedure actual to be an actual.
11041         This caused some blowups with uses of packed slices within a procedure
11042         actual.
11044 2004-10-04  Robert Dewar  <dewar@gnat.com>
11046         * exp_ch3.adb (Needs_Simple_Initialization): Modular packed arrays no
11047         longer need to be initialized to zero.
11048         (Get_Simple_Init_Val): Modular packed arrays no longer need to be
11049         initialized to zero.
11051         * checks.adb (Expr_Known_Valid): Packed arrays are now always
11052         considered valid, even if the representation is modular. That's correct
11053         now that we no longer initialize packed modular arrays to zero.
11055         * exp_dbug.ads: Clarify documentation on handling of PAD and JM
11056         suffixes. These are now documented as the only cases in which the
11057         debugger ignores outer records.
11058         Previously, the spec allowed arbitrary suffixes for this purpose.
11059         Change name of LJM to JM for packed array pad records
11060         Create separate section on packed array handling, and add a whole new
11061         set of comments to this section describing the situation with packed
11062         modular types and justification requirements depending on endianness.
11064 2004-10-04  Robert Dewar  <dewar@gnat.com>
11066         * a-except.adb: Add a comment for last change
11068         * einfo.ads: Minor spelling correction in comment
11070         * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting
11072         * sem_ch11.adb: Fix a case of using | instead of \ for continuation
11073         messages.
11075         * sem_util.ads: Minor comment update
11077 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
11079         * sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
11080         Inline_Always when in Configurable_Run_Time mode.
11082         * sem_prag.adb (Process_Convention): If entity is an inherited
11083         subprogram, apply convention to parent subprogram if in same scope.
11084         (Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
11085         when in Configurable_Run_Time mode.
11087 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
11089         * sem_ch3.adb (Build_Derived_Record_Type): Set First/Last entity of
11090         class_wide type after component list has been inherited.
11092 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
11094         * sem_ch12.adb (Check_Generic_Actuals): New predicate
11095         Denotes_Previous_Actual, to handle properly the case of a private
11096         actual that is also the component type of a subsequent array actual.
11097         The visibility status of the first actual is not affected when the
11098         second is installed.
11099         (Process_Nested_Formal): Subsidiary of Instantiate_Formal_Package, to
11100         make fully recursive the treatment of formals of packages declared
11101         with a box.
11102         (Restore_Nested_Formal): Subsidiary of Restore_Private_Views, to undo
11103         the above on exit from an instantiation.
11104         (Denotes_Formal_Package): When called from Restore_Private_Views, ignore
11105         current instantiation which is now complete.
11106         (Analyze_Package_Instantiation): No instantiated body is needed if the
11107         main unit is generic. Efficient, and avoid anomalies when a instance
11108         appears in a package accessed through rtsfind.
11110 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
11112         * exp_ch6.adb (Expand_N_Function_Call): If stack checking is enabled,
11113         do not generate a declaration for a temporary if the call is part of a
11114         library-level instantiation.
11116 2004-10-04  Ed Schonberg  <schonberg@gnat.com>
11118         * sem_util.adb (Explain_Limited_Type): Ignore internal components when
11119         searching for a limited component to flag.
11121         * exp_attr.adb (Freeze_Stream_Subprogram): Subsidiary procedure to
11122         expansion of Input, to account for the fact that the implicit call
11123         generated by the attribute reference must freeze the user-defined
11124         stream subprogram. This is only relevant to 'Input, because it can
11125         appear in an object declaration, prior to the body of the subprogram.
11127         * sem_ch13.adb (Rep_Item_Too_Late): Make the error non-serious, so that
11128         expansion can proceed and further errors uncovered.
11129         (Minor clean up): Fix cases of using | instead of \ for continuation
11130         messages.
11132 2004-10-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11134         * cuintp.c, decl.c, utils2.c: Use gcc_assert and gcc_unreachable.
11136         * trans.c (assoc_to_constructor): Fix unused var warning if no checking.
11137         (gnat_gimplify_expr, case ADDR_EXPR): Fix error in last change.
11138         Use gcc_assert and gcc_unreachable.
11140         * decl.c (gnat_to_gnu_entity, case object): Check and process a
11141         specified alignment before validating size.
11142         (gnat_to_gnu_entity) <E_Modular_Integer_Subtype>: Create a
11143         stripped-down declaration for the type of the inner field when making
11144         a JM type.
11146         * utils.c (finish_record_type): Do not compute the size in units
11147         incrementally. Instead compute it once for the rep clause case.
11148         Use gcc_assert and gcc_unreachable.
11150 2004-10-04  Vincent Celier  <celier@gnat.com>
11152         * a-dirval-mingw.adb (Invalid_Character): Add '\' as invalid character
11153         in file name.
11154         (Is_Valid_Path_Name): Take '/' as a directory separator.
11156 2004-10-04  Vincent Celier  <celier@gnat.com>
11158         * prj-part.adb (Parse_Single_Project): Call Is_Extending_All
11159         (Extended_Project) only if Extended_Project is defined, to avoid
11160         assertion error.
11161         (Post_Parse_Context_Clause): Always call Set_Path_Name_Of with a
11162         resolved path.
11163         (Parse_Single_Project): Ditto.
11165         * prj-env.adb (Set_Ada_Paths.Add.Recursive_Add): Do not call
11166         Add_To_Project_Path for virtual projects.
11168 2004-10-04  Vincent Celier  <celier@gnat.com>
11170         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
11171         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
11172         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-mingw.adb,
11173         mlib-tgt-vxworks.adb, mlib-tgt.adb (Build_Dynamic_Library): New
11174         parameter Options_2.
11176         * mlib-prj.ads, mlib-prj.adb (Build_Library): Call
11177         Build_Dynamic_Library with an empty Options_2.
11179         * mlib-utl.ads, mlib-utl.adb (Gcc): Parameter Options_2 has no
11180         default anymore.
11182         * makegpr.adb (Get_Imported_Directories.add): Remove trailing
11183         directory separator, if any.
11184         (Gprmake): Do not allow mains on the command line for library projects.
11185         Do not attempt to link when the project is a library project.
11186         (Library_Opts): New table to store Library_Options.
11187         (Build_Library): If Library_Options is specified, pass these options
11188         when building a shared library.
11190 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
11192         * s-tposen.adb (Service_Entry): The object must be always unlocked at
11193         the end of this procedure now that the unlock operation was inserted
11194         by the expander.
11196 2004-10-04  Jose Ruiz  <ruiz@act-europe.fr>
11198         * targparm.ads, targparm.adb (Targparm_Tags): Add PAS value
11199         corresponding to the Preallocated_Stacks flags in System.
11200         (Get_Target_Parameters): Including the processing for
11201         Preallocated_Stacks.
11203         * system.ads, system-vxworks-x86.ads, system-darwin-ppc.ads,
11204         system-vms_64.ads, system-unixware.ads, system-linux-ia64.ads,
11205         system-freebsd-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
11206         system-linux-x86_64.ads, system-tru64.ads, system-aix.ads,
11207         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads,
11208         system-solaris-x86.ads, system-irix-o32.ads, system-irix-n32.ads,
11209         system-hpux.ads, system-vxworks-m68k.ads, system-linux-x86.ads,
11210         system-vxworks-mips.ads, system-os2.ads, system-interix.ads,
11211         system-solaris-sparc.ads, system-solaris-sparcv9.ads, system-vms.ads,
11212         system-mingw.ads, system-vms-zcx.ads, system-vxworks-ppc.ads,
11213         system-vxworks-alpha.ads: Add the flag Preallocated_Stacks, that is
11214         used to signal whether the compiler creates the required stacks and
11215         descriptors for the different tasks (when True) or it is done by the
11216         underlying operating system at run time (when False).
11217         It is initially set to False in all targets.
11219         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Create the task stack
11220         if it is supported by the target.
11221         (Make_Task_Create_Call): Pass the stack address if it has been
11222         previously created. Otherwise pass a Null_Address.
11224         * snames.adb: Add _stack.
11226         * snames.ads: Add Name_uStack. Required to allow the expander to
11227         statically allocated task stacks.
11229         * s-tarest.ads, s-tarest.adb (Create_Restricted_Task): Add
11230         Stack_Address argument.
11231         Check that its value is equal to Null_Address because this target does
11232         not support the static stack allocation.
11234 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
11236         * usage.adb: Change "pragma inline" to "pragma Inline" in information
11237         and error messages
11239 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
11241         * exp_dist.adb: Split declaration of asynchronous flag out of
11242         Add_RACW_Read_Attribute.
11243         Minor reformatting for better alignment with PolyORB version.
11244         Store the entity for the asynchronous flag of an RACW, rather than the
11245         expression, in the asynchronous flags table. This will allow this flag
11246         to be used in other subprograms beside Add_RACW_Read_Attribute.
11248 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
11250         * g-socket.ads, g-socket.adb, g-socthi.adb, socket.c,
11251         g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
11252         g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-vms.adb,
11253         g-soccon-mingw.ads, g-soccon-vxworks.ads, g-soccon-freebsd.ads,
11254         g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads:  Add new
11255         sockets constant MSG_NOSIGNAL (Linux-specific).
11256         Add new sockets constant MSG_Forced_Flags, list of flags to be set on
11257         all Send operations.
11258         For Linux, set MSG_NOSIGNAL on all send operations to prevent them
11259         from trigerring SIGPIPE.
11260         Rename components to avoid clash with Ada 2005 possible reserved
11261         word 'interface'.
11262         (Check_Selector): When the select system call returns with an error
11263         condition, propagate Socket_Error to the caller.
11265 2004-10-01  Jan Hubicka  <jh@suse.cz>
11267         * misc.c (gnat_expand_body): Update call of tree_rest_of_compilation.
11269 2004-09-23  Robert Dewar  <dewar@gnat.com>
11271         PR ada/17540
11273         * sem_prag.adb (Process_Import_Or_Interface): Don't set Is_Public here,
11274         instead do this at freeze time (we won't do it if there is an address
11275         clause).
11276         Change "pragma inline" to "pragma Inline" in information and error
11277         messages.
11278         Minor reformatting.
11280         * freeze.adb (Check_Address_Clause): Remove previous change, not the
11281         right way of doing things after all.
11282         (Freeze_Entity): For object, set Is_Public for imported entities
11283         unless there is an address clause present.
11285 2004-09-21  Olivier Hainque  <hainque@act-europe.fr>
11287         * decl.c (gnat_to_gnu_entity) <E_General_Access_Type>: Check for a
11288         dummy designated type via TYPE_MODE instead of COMPLETE_TYPE_P. This
11289         ensures proper handling of types with rep clauses, which might have
11290         their TYPE_SIZE set already.
11292 2004-09-21  Robert Dewar  <dewar@gnat.com>
11294         * decl.c (gnat_to_gnu_type, case E_Modular_Integer_Type): Wrap modular
11295         packed array types in both little- and big-endian cases. This change
11296         ensures that we no longer count on the unused bits being initialized
11297         for such types (and in particular ensures that equality testing will
11298         only read the relevant bits).
11299         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
11300         These changes mean that we no longer need to initialize small packed
11301         arrays.
11302         (gnat_to_gnu_entity) <E_Record_Subtype>: Apply the same
11303         optimization to an LJM field as to its parent field.
11305         * ada-tree.h, trans.c, utils.c, utils2.c:
11306         Change name TYPE_LEFT_JUSTIFIED_MODULAR_P to TYPE_JUSTIFIED_MODULAR_P
11308 2004-09-20  Jan Hubicka  <jh@suse.cz>
11310         * utils.c (gnat_finalize): Remove.
11311         (end_subprog_body): Directly call cgraph_finalize_function;
11312         do not lower the nested functions.
11314 2004-09-20  Robert Dewar  <dewar@gnat.com>
11316         PR ada/17540
11318         * freeze.adb (Check_Address_Clause): Reset Is_Imported and Is_Public
11319         if an address clause is present, since that means that the Import
11320         should be ignored.
11322 2004-09-20  Arnaud Charlet  <charlet@act-europe.fr>
11324         * 5tsystem.ads: Removed, no longer used.
11326 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
11327             Zack Weinberg  <zack@codesourcery.com>
11329         * ada-tree.def: Use tree_code_class enumeration constants
11330         instead of code letters.
11331         * ada-tree.h, decl.c, misc.c, trans.c, utils.c, utils2.c:
11332         Update for new tree-class enumeration constants.
11334 2004-09-17  Vincent Celier  <celier@gnat.com>
11336         * prj-attr-pm.ads, prj-attr-pm.adb: New files, to split some private
11337         capabilities of the general project manager.
11339 2004-09-09  Vincent Celier  <celier@gnat.com>
11341         * a-direct.ads: Add pragma Ada_05
11342         (Directory_Entry_Type): Give default value to component Kind to avoid
11343         not initialized warnings.
11345         * a-direct.adb (Current_Directory): Remove directory separator at the
11346         end.
11347         (Delete_Directory, Delete_Tree): Raise Name_Error if Directory is not
11348         an existing directory.
11349         (Fetch_Next_Entry): Give default value to variable Kind to avoid warning
11350         (Size (String)): Function C_Size returns Long_Integer, not File_Size.
11351         Convert the result to File_Size.
11353         * prj.ads: (Project_Error): New exception
11355         * prj-attr.adb: Except in procedure Initialize, Fail comes from
11356         Prj.Com, not from Osint.
11357         (Attrs, Package_Attributes): Tables moved to private part of spec
11358         (Add_Attribute, Add_Unknown_Package): Moved to new child package
11359         Prj.Attr.PM.
11360         (Register_New_Package (Name, Attributes), Register_New_Attribute): Raise
11361         Prj.Project_Error after call to Fail.
11362         (Register_New_Package (Name, Id)): Set Id to Empty_Package after calling
11363         Fail. Check that package name is not already in use.
11365         * prj-attr.ads: Comment updates to indicate that all subprograms may be
11366         used by tools, not only by the project manager, and to indicate that
11367         exception Prj.Prj_Error may be raised in case of problem.
11368         (Add_Unknown_Package, Add_Attribute): Moved to new child package
11369         Prj.Attr.PM.
11370         (Attrs, Package_Attributes): Table instantiations moved from the body to
11371         the private part to be accessible from Prj.Attr.PM body.
11373         * prj-dect.adb (Parse_Package_Declaration): Call Add_Unknown_Package
11374         from new package Prj.Attr.PM.
11375         (Parse_Attribute_Declaration): Call Add_Attribute from new package
11376         Prj.Attr.PM.
11378         * Makefile.in: Add prj-attr-pm.o to gnatmake object list
11380         * gnatbind.adb (Gnatbind): Correct warning message (Elaboration_Check
11381         instead of Elaboration_Checks).
11383         * a-calend.adb: Minor reformatting
11385 2004-09-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11387         * gigi.h (maybe_pad_type): New declaration.
11388         (create_subprog_type): New arg RETURNS_BY_TARGET_PTR.
11390         * ada-tree.h: (TYPE_RETURNS_BY_TARGET_PTR_P): New macro.
11392         * cuintp.c: Convert to use buildN.
11394         * decl.c (maybe_pad_type): No longer static.
11395         (gnat_to_gnu_entity, case E_Function): Handle case of returning by
11396         target pointer.
11397         Convert to use buildN.
11399         * trans.c (call_to_gnu): Add arg GNU_TARGET; support
11400         TYPE_RETURNS_BY_TARGET_PTR_P.  All callers changed.
11401         (gnat_to_gnu, case N_Assignment_Statement): Call call_to_gnu if call on
11402         RHS.
11403         (gnat_to_gnu, case N_Return): Handle TYPE_RETURN_BY_TARGET_PTR_P.
11404         (gnat_gimplify_expr, case ADDR_EXPR): New case.
11405         Convert to use buildN.
11407         * utils2.c (gnat_build_constructor): Also set TREE_INVARIANT and
11408         TREE_READONLY for const.
11409         Convert to use buildN.
11411         * utils.c (create_subprog_type): New operand RETURNS_BY_TARGET_PTR.
11412         (create_var_decl): Refine when TREE_STATIC is set.
11413         Convert to use buildN.
11415 2004-09-09  Gary Dismukes  <dismukes@gnat.com>
11417         * gnat_ugn.texi: Delete text relating to checking of ali and object
11418         consistency.
11420         * a-except.adb (Rcheck_*): Add pragmas No_Return for each of these
11421         routines.
11423 2004-09-09  Jose Ruiz  <ruiz@act-europe.fr>
11425         * gnat_ugn.texi: Add Detect_Blocking to the list of configuration
11426         pragmas recognized by GNAT.
11428         * gnat_rm.texi: Document pragma Detect_Blocking.
11430         * s-solita.adb (Timed_Delay_T): When pragma Detect_Blocking is active,
11431         raise Program_Error if called from a protected operation.
11433         * s-taprob.adb (Lock): When pragma Detect_Blocking is active increase
11434         the protected action nesting level.
11435         (Lock_Read_Only): When pragma Detect_Blocking is active increase the
11436         protected action nesting level.
11437         (Unlock): When pragma Detect_Blocking is active decrease the protected
11438         action nesting level.
11440         * s-taskin.adb (Initialize_ATCB): Initialize to 0 the
11441         Protected_Action_Nesting.
11443         * s-taskin.ads: Adding the field Protected_Action_Nesting to the
11444         Common_ATCB record. It contains the dynamic level of protected action
11445         nesting for each task. It is needed for checking whether potentially
11446         blocking operations are called from protected operations.
11447         (Detect_Blocking): Adding a Boolean constant reflecting whether pragma
11448         Detect_Blocking is active or not in the partition.
11450         * s-tasren.adb (Call_Simple): When pragma Detect_Blocking is active,
11451         raise Program_Error if called from a protected operation.
11452         (Task_Entry_Call): When pragma Detect_Blocking is active, raise
11453         Program_Error if called from a protected operation.
11454         (Timed_Task_Entry_Call): When pragma Detect_Blocking is active, raise
11455         Program_Error if called from a protected operation.
11457         * s-tassta.adb (Abort_Tasks): When pragma Detect_Blocking is active,
11458         raise Program_Error if called from a protected operation.
11460         * s-tpoben.adb (Lock_Entries): When pragma Detect_Blocking is active,
11461         raise Program_Error if called from a protected operation, and increase
11462         the protected action nesting level.
11463         (Lock_Read_Only_Entries): When pragma Detect_Blocking is active, raise
11464         Program_Error if called from a protected operation, and increase the
11465         protected action nesting level.
11466         (Unlock_Entries): When pragma Detect_Blocking is active decrease the
11467         protected action nesting level.
11469         * s-tposen.adb (Lock_Entry): When pragma Detect_Blocking is active,
11470         raise Program_Error if called from a protected operation, and increase
11471         the protected action nesting level.
11472         (Lock_Read_Only_Entry): When pragma Detect_Blocking is active, raise
11473         Program_Error if called from a protected operation, and increase the
11474         protected action nesting level.
11475         (Protected_Single_Entry_Call): When pragma Detect_Blocking is active,
11476         raise Program_Error if called from a protected operation.
11477         (Timed_Protected_Single_Entry_Call): When pragma Detect_Blocking is
11478         active, raise Program_Error if called from a protected operation.
11479         (Unlock_Entry): When pragma Detect_Blocking is active decrease the
11480         protected action nesting level.
11482         * sem_util.adb (Check_Potentially_Blocking_Operation): Remove the
11483         insertion of the statement raising Program_Error. The run time
11484         contains the required machinery for handling that.
11486         * sem_util.ads: Change comment associated to procedure
11487         Check_Potentially_Blocking_Operation.
11488         This procedure does not insert a call for raising the exception because
11489         that is currently done by the run time.
11491         * raise.h (__gnat_set_globals): Pass the detect_blocking parameter.
11493         * init.c: Add the global variable __gl_detect_blocking that indicates
11494         whether pragma Detect_Blocking is active (1) or not (0). Needed for
11495         making the pragma available at run time.
11496         (__gnat_set_globals): Pass and update the detect_blocking parameter.
11498         * lib-writ.adb (Write_ALI): Set the DB flag in the ali file if
11499         pragma Detect_Blocking is active.
11501         * lib-writ.ads: Document the Detect_Blocking flag (DB) in ali files.
11503         * ali.adb (Scan_ALI): Set the Detect_Blocking value to true if the flag
11504         DB is found in the ali file. Any unit compiled with pragma
11505         Detect_Blocking active forces its effect in the whole partition.
11507         * a-retide.adb (Delay_Until): Raise Program_Error if pragma
11508         Detect_Blocking is active and delay is called from a protected
11509         operation.
11511         * bindgen.adb (Gen_Adainit_Ada): When generating the call to
11512         __gnat_set_globals, pass 1 as Detect_Blocking parameter if pragma
11513         Detect_Blocking is active (0 otherwise).
11514         (Gen_Adainit_C): When generating the call to __gnat_set_globals, pass 1
11515         as Detect_Blocking parameter if pragma Detect_Blocking is active (0
11516         otherwise).
11518 2004-09-09  Thomas Quinot  <quinot@act-europe.fr>
11520         * gnat_rm.texi: Rename GNAT.Perfect_Hash.Generators to
11521         GNAT.Perfect_Hash_Generators, and remove the empty GNAT.Perfect_Hash
11522         package.
11524         * s-parint.ads, s-parint.adb (Get_RAS_Info): New subprogram.
11525         (Register_Receiving_Stub): Add Subp_Info formal parameter.
11526         Update API in placeholder implemetation of s-parint to reflect changes
11527         in distribution runtime library.
11529         * sem_ch3.adb (Expand_Derived_Record): Rename to
11530         Expand_Record_Extension.
11532         * sem_disp.adb (Check_Controlling_Formals): Improve error message for
11533         primitive operations of potentially distributed object types that have
11534         non-controlling anonymous access formals.
11536         * sem_dist.ads, sem_dist.adb (Build_RAS_Primitive_Specification): New
11537         subprogram.
11538         New implementation of expansion for remote access-to-subprogram types,
11539         based on the RACW infrastructure.
11540         This version of sem_dist is compatible with PolyORB/DSA as well as
11541         GLADE.
11543         * sem_prag.adb (Analyze_Pragma, case Pragma_Asynchronous): For a pragma
11544         Asynchrronous that applies to a remote access-to-subprogram type, mark
11545         the underlying RACW type as asynchronous.
11547         * link.c: FreeBSD uses GNU ld: set __gnat_objlist_file_supported and
11548          __gnat_using_gnu_linker to 1.
11550         * Makefile.rtl, impunit.adb, g-perhas.ads, g-pehage.ads,
11551         g-pehage.adb: Rename GNAT.Perfect_Hash.Generators to
11552         GNAT.Perfect_Hash_Generators, and remove the empty
11553         GNAT.Perfect_Hash package.
11555         * atree.adb: Minor reformatting
11557         * exp_ch3.adb (Expand_Derived_Record): Rename to
11558         Expand_Record_Extension.
11559         (Build_Record_Init_Proc.Build_Assignment): The default expression in
11560         a component declaration must remain attached at that point in the
11561         tree so New_Copy_Tree copies it if the enclosing record type is derived.
11562         It is therefore necessary to take a copy of the expression when building
11563         the corresponding assignment statement in the init proc.
11564         As a side effect, in the case of a derived record type, we now see the
11565         original expression, without any rewriting that could have occurred
11566         during expansion of the ancestor type's init proc, and we do not need
11567         to go back to Original_Node.
11569         * exp_ch3.ads (Expand_Derived_Record): Rename to
11570         Expand_Record_Extension.
11572         * exp_dist.ads, exp_dist.adb (Underlying_RACW_Type): New subprogram.
11573         Returns the RACW type used to implement a remote access-to-subprogram
11574         type.
11575         (Add_RAS_Proxy_And_Analyze, Build_Remote_Subprogram_Proxy_Type):
11576         New subprograms. Used to create a proxy tagged object for a remote
11577         subprogram. The proxy object is used as the designated object
11578         for RAS values on the same partition (unless All_Calls_Remote applies).
11579         (Build_Get_Unique_RP_Call): New subprogram. Build a call to
11580         System.Partition_Interface.Get_Unique_Remote_Pointer.
11581         (Add_RAS_Access_TSS, Add_RAS_Dereference_TSS):
11582         Renamed from Add_RAS_*_Attribute.
11583         (Add_Receiving_Stubs_To_Declarations): Generate a table of local
11584         subprograms.
11585         New implementation of expansion for remote access-to-subprogram types,
11586         based on the RACW infrastructure.
11588         * exp_dist.ads (Copy_Specification): Update comment to note that this
11589         function can copy the specification from either a subprogram
11590         specification or an access-to-subprogram type definition.
11592 2004-09-09  Ed Schonberg  <schonberg@gnat.com>
11594         * sem_type.adb (Disambiguate): Handle properly an accidental ambiguity
11595         in an instance, between an explicit subprogram an one inherited from a
11596         type derived from an actual.
11598         * exp_ch6.adb (Expand_N_Subprogram_Body): If polling is enabled, do not
11599         add a polling call if the subprogram is to be inlined by the back-end,
11600         to avoid repeated calls with multiple inlinings.
11602         * checks.adb (Apply_Alignment_Check): If the expression in the address
11603         clause is a call whose name is not a static entity (e.g. a dispatching
11604         call), treat as dynamic.
11606 2004-09-09  Robert Dewar  <dewar@gnat.com>
11608         * g-trasym.ads: Minor reformatting
11610         * exp_ch3.adb (Component_Needs_Simple_Initialization): Don't except
11611         packed arrays, since unused bits are expected to be zero for a
11612         comparison.
11614 2004-09-09  Eric Botcazou  <ebotcazou@act-europe.fr>
11616         * exp_pakd.ads: Fix an inacurracy and a couple of typos in the head
11617         comment.
11619 2004-09-09  Pascal Obry  <obry@gnat.com>
11621         * mdll.ads, mdll.adb (Build_Dynamic_Library): New parameter Map_File to
11622         enable map file generation. Add the right option to generate the map
11623         file if Map_File is set to True.
11625         * gnatdll.adb (Gen_Map_File): New variable.
11626         (Syntax): Add info about new -m (Map_File) option.
11627         (Parse_Command_Line): Add support for -m option.
11628         (gnatdll): Pass Gen_Map_File to Build_Dynamic_Library calls.
11629         Minor reformatting.
11631 2004-09-09  Laurent Pautet  <pautet@act-europe.fr>
11633         * gnatls.adb: Add a very verbose mode -V. Such mode is required by the
11634         new gnatdist implementation.
11635         Define a subpackage isolating the output routines specific to this
11636         verbose mode.
11638 2004-09-09  Joel Brobecker  <brobecker@gnat.com>
11640         * Makefile.rtl: (GNATRTL_NONTASKING_OBJS): Add g-dynhta.
11642         * gnat_ugn.texi (Main Subprograms): Fix typo. Deduced, not deducted.
11644 2004-09-09  Cyrille Comar  <comar@act-europe.fr>
11646         * opt.adb (Set_Opt_Config_Switches): Use Ada_Version_Runtime to compile
11647         internal unit.
11649         * opt.ads: Add Ada_Version_Runtime constant used to decide which
11650         version of the language is used to compile the run time.
11652 2004-09-09  Arnaud Charlet  <charlet@act-europe.fr>
11654         * sem_util.adb (Requires_Transient_Scope): Re-enable handling
11655         of variable length temporaries for function return now that the
11656         back-end and gigi support it.
11658 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11660         * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM.
11662         * trans.c (struct stmt_group): Delete field GLOBAL.
11663         (gnat_init_stmt_group): Do not initialize it.
11664         (call_to_gnu): Use save_expr, not protect_multiple_eval.
11665         (Exception_Handler_to_gnu_sjlj): Call build_int_cst, not build_int_2
11666         (gnat_to_gnu, case N_Character_Literal, N_String_Literal): Likewise.
11667         (gnat_to_gnu, case N_Compilation_Unit): Do not set GLOBAL in stmt group.
11668         (start_stmt_group): Likewise.
11669         (add_stmt, add_decl_expr): Rework handling of global DECL_EXPRs.
11671         * utils2.c (ggc.h): Include.
11672         (build_call_raise): Call build_int_cst, not build_int_2.
11674         * utils.c (gnat_init_decl_processing): Fix arg to
11675         build_common_tree_nodes.
11676         (create_subprog_type): Do not use SET_TYPE_CI_CO_LIST.
11677         (gnat_define_builtin): Set built_in_decls.
11678         (init_gigi_decls): Call build_int_cst, not build_int_2.
11680         * ada-tree.h (struct lang_decl, struct lang_type): Field is type tree.
11681         (GET_TYPE_LANG_SPECIFIC, SET_TYPE_LANG_SPECIFIC): New macros.
11682         (GET_DECL_LANG_SPECIFIC, SET_DECL_LANG_SPECIFIC): Likewise.
11683         (TYPE_CI_CO_LIST, SET_TYPE_CI_CO_LIST, TYPE_MODULE,
11684         SET_TYPE_MODULE): Use them.
11685         (TYPE_INDEX_TYPE, SET_TYPE_INDEX_TYPE, TYPE_DIGITS_VALUE): Likewise.
11686         (SET_TYPE_DIGITS_VALUE, TYPE_UNCONSTRAINED_ARRAY): Likewise.
11687         (SET_TYPE_UNCONSTRAINED_ARRAY, TYPE_ADA_SIZE,
11688         SET_TYPE_ADA_SIZE): Likewise.
11689         (TYPE_ACTUAL_BOUNDS, SET_TYPE_ACTUAL_BOUNDS): Likewise.
11690         (DECL_CONST_CORRESPONDING_VAR,
11691         SET_DECL_CONST_CORRESPONDING_VAR): Likewise.
11692         (DECL_ORIGINAL_FIELD, SET_DECL_ORIGINAL_FIELD): Likewise.
11693         (TYPE_RM_SIZE_INT, TYPE_RM_SIZE_ENUM, SET_TYPE_RM_SIZE_ENUM): Deleted.
11694         (TYPE_RM_SIZE_NUM): New macro.
11695         (TYPE_RM_SIZE): Modified to use above.
11697         * cuintp.c: (build_cst_from_int): New function.
11698         (UI_To_gnu): Use it.
11700         * decl.c (gnat_to_gnu_entity): Use TYPE_RM_SIZE_NUM.
11701         (make_type_from_size): Avoid changing TYPE_UNSIGNED of a type.
11702         (gnat_substitute_in_type, case ARRAY_TYPE): If old had a
11703         MIN_EXPR for the size, copy it into new.
11705 2004-09-01  Robert Dewar  <dewar@gnat.com>
11707         * exp_ch6.adb (Expand_Call): Properly handle validity checks for
11708         packed indexed component where array is an IN OUT formal. This
11709         generated garbage code previously.
11711         * gnat_ugn.texi: Document -fverbose-asm
11713         * gnat-style.texi: Minor updates (note that boolean constants and
11714         variables are joined with AND/OR rather than short circuit forms).
11716 2004-09-01  Ed Schonberg  <schonberg@gnat.com>
11718         * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if
11719         it is an upward conversion of an untagged type with no representation
11720         change.
11722 2004-09-01  Thomas Quinot  <quinot@act-europe.fr>
11724         * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to
11725         System.Partition_Interface.
11727         * checks.adb (Apply_Access_Checks): Do not generate checks when
11728         expander is not active (but check for unset reference to prefix of
11729         dereference).
11731         * sem_prag.adb (Analyze_Pragma, case Pragma_Debug): Uniformly rewrite
11732         pragma Debug as an if statement with a constant condition, for
11733         consistent treatment of entity references contained within the
11734         enclosed procedure call.
11736 2004-09-01  Vincent Celier  <celier@gnat.com>
11738         * bindgen.adb: (Set_EA_Last): New procedure
11739         (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure
11740         Set_EA_Last.
11741         (Gen_Adafinal_Ada): If no finalization, adafinal does nothing
11742         (Gen_Output_File_Ada): Always call Gen_Adafinal_Ada, so that SAL can be
11743         linked without errors.
11744         (Gen_Exception_Table_Ada): Correct bugs when generating code for arrays
11745         ST and EA.
11746         (Gen_Exception_Table_C): Correct same bugs
11748         * vms_data.ads: Add new qualifier /VERBOSE_ASM to GCC_Switches
11750         * g-os_lib.adb (Normalize_Pathname.Get_Directory): When Dir is empty,
11751         on Windows, make sure that the drive letter is in upper case.
11753         * g-os_lib.ads (Normalize_Pathname): Add a comment to indicate that on
11754         Windows, when the drive letter is added and Case_Sensitive is True, the
11755         drive letter is forced to upper case.
11757         * mlib-tgt-irix.adb (Build_Dynamic_Library): Transfer all -lxxx options
11758         to Options_2 for the call to MLib.Utl.Gcc.
11760         * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as
11761         directory separator when defining BASE_DIR.
11763 2004-09-01  Pascal Obry  <obry@gnat.com>
11765         * gprcmd.adb (Extend): Do not output trailing directory separator. This
11766         is not needed and it confuses Windows GNU/make which does not report
11767         directory terminated by a slash as a directory.
11768         (gprcmd): Idem for "pwd" internal command.
11770         * Makefile.generic: Use __GPRCOLON__ instead of pipe character in
11771         target names rewrite to fix regressions with recent version of
11772         GNU/make. Starting with GNU/make 3.80 the pipe character was not
11773         handled properly anymore.
11775 2004-09-01  Andreas Schwab  <schwab@suse.de>
11777         * Make-lang.in (EXTRA_GNATBIND_OBJS): Revert last change.
11778         * raise.c [!IN_RTS]: Undef abort.
11780 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
11782         * utils2.c (build_allocator): Use ssize_int.
11784         * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
11786 2004-08-27  Andreas Schwab  <schwab@suse.de>
11788         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
11790 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
11791             Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11793         * ada-tree.h (TYPE_RM_SIZE_INT): Use TYPE_LANG_SLOT_1.
11795 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
11797         * cuintp.c (UI_To_gnu): Adjust build_int_cst calls.
11798         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
11799         * utils.c (init_gigi_decls): Likewise.
11800         * utils2.c (build_call_raise, build_allocator): Likewise.
11802 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
11804         * utils.c (gnat_init_decl_processing): Adjust
11805         build_common_tree_nodes call.
11807 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
11809         * utils2.c (build_allocator): Use build_int_cst for negative
11810         size types.
11812 2004-08-18  Richard Henderson  <rth@redhat.com>
11814         * misc.c (LANG_HOOKS_HONOR_READONLY): Remove.
11816 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
11818         * cuintp.c (UI_To_gnu): Be more conservative with build_int_cst
11819         call.s
11820         * trans.c (Exception_Handler_to_gnu_sjlj): Likewise.
11821         (gnat_to_gnu): Likewise.
11823 2004-08-16  Pascal Obry  <obry@gnat.com>
11825         * adaint.c (__gnat_prj_add_obj_files): Set to 0 only on Win32 for GCC
11826         backend prior to GCC 3.4. With GCC 3.4 we are using the GCC's shared
11827         option and not mdll anymore. Update comment.
11829 2004-08-16  Pascal Obry  <obry@gnat.com>
11831         * bld.adb (Put_Include_Project): Properly handle directory separators
11832         on Windows.
11834 2004-08-16  Ed Schonberg  <schonberg@gnat.com>
11836         * sem_ch4.adb (Try_Object_Operation): Restructure code. Optimize by
11837         decreasing the number of allocated junk nodes while searching for the
11838         appropriate subprogram.
11840 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
11842         * cuintp.c (UI_To_gnu): Use build_int_cst..
11843         * trans.c (Exception_Handler_to_gnu_sjlj, gnat_to_gnu): Likewise.
11844         * utils.c (init_gigi_decls): Likewise.
11845         * utils2.c (build_call_raise): Likewise.
11847 2004-08-13  Olivier Hainque  <hainque@act-europe.fr>
11849         * decl.c (gnat_to_gnu_entity) <E_Variable>: When building an allocator
11850         for a global aliased object with a variable size and an unconstrained
11851         nominal subtype, pretend there is no initializer if the one we have is
11852         incomplete, and avoid referencing an inexistant component in there. The
11853         part we have will be rebuilt anyway and the reference may confuse
11854         further operations.
11856 2004-08-13  Thomas Quinot  <quinot@act-europe.fr>
11858         * einfo.ads: Minor reformatting
11860         * lib-writ.adb (Output_Main_Program_Line): Do not set parameter
11861         restrictions in the ALI if we only want to warn about violations.
11863 2004-08-13  Vincent Celier  <celier@gnat.com>
11865         * ali.adb (Scan_ALI): Initialize component Body_Needed_For_SAL to False
11866         when creating a new Unit_Record in table Units.
11868         * gnatls.adb (Output_Unit): In verbose mode, output the restrictions
11869         that are violated, if any.
11871         * prj-nmsc.adb (Ada_Check.Get_Path_Names_And_Record_Sources): Do not
11872         add directory separator if path already ends with a directory separator.
11874 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
11876         * rtsfind.adb (Entity_Not_Defined): If the error ocurrs in a predefined
11877         unit, this is an attempt to inline a construct that is not available in
11878         the current restricted mode, so abort rather than trying to continue.
11880         * sem_ch3.adb (Build_Underlying_Full_View): If the new type has
11881         discriminants that rename those of the parent, recover names of
11882         original discriminants for the constraint on the full view of the
11883         parent.
11884         (Complete_Private_Subtype): Do not create a subtype declaration if the
11885         subtype is an itype.
11887         * gnat_rm.texi: Added section on implementation of discriminated
11888         records with default values for discriminants.
11890 2004-08-13  Ed Schonberg  <schonberg@gnat.com>
11892         PR ada/15601
11893         * sem_res.adb (Make_Call_Into_Operator): Handle properly the case where
11894         the second operand is overloaded.
11896 2004-08-10  Richard Henderson  <rth@redhat.com>
11898         * utils.c (gnat_install_builtins): Remove __builtin_stack_alloc,
11899         add __builtin_alloca.
11901 2004-08-10  Richard Henderson  <rth@redhat.com>
11903         * config-lang.in (boot_language): Yes.
11905 2004-08-09  Thomas Quinot  <quinot@act-europe.fr>
11907         * g-socket.adb (Abort_Selector): Initialize Buf to prevent valgrind
11908         from complaining on potential uninitialized reference.
11909         Change calls to GNAT.Sockets.Thin.Is_Socket_In_Set to account for
11910         new specification and test explicitly for non-zero return value.
11912         * g-socthi.ads (Is_Socket_In_Set): Declare imported function as
11913         returning C.int, to avoid using a derived boolean type.
11915         * exp_ch5.adb (Make_Tag_Ctrl_Assignments): Use
11916         Duplicate_Subexpr_No_Checks in preference to direct use of
11917         Remove_Side_Effects and New_Copy_Tree.
11918         Clear Comes_From_Source on prefix of 'Size attribute reference.
11920         * g-socthi.adb, g-socthi-vms.adb, g-socthi-mingw.adb,
11921         g-socthi-vxworks.adb: Change calls to
11922         GNAT.Sockets.Thin.Is_Socket_In_Set to account for new specification
11923         and test explicitly for non-zero return value.
11925         * g-socthi-vms.ads, g-socthi-mingw.ads, g-socthi-vxworks.ads:
11926         (Is_Socket_In_Set): Declare imported function as returning C.int, to
11927         avoid using a derived boolean type.
11929 2004-08-09  Albert Lee  <lee@gnat.com>
11931         * system-irix-n32.ads: Refine tasking priority constants for IRIX.
11933 2004-08-09  Pascal Obry  <obry@gnat.com>
11935         * gnat_ugn.texi: Document new way to build DLLs on Windows using
11936         GCC's -shared option.
11938         * mlib-tgt-mingw.adb (Build_Dynamic_Library): Pass GCC's options into
11939         Options_2 parameter (options put after object files).
11941 2004-08-09  Olivier Hainque  <hainque@act-europe.fr>
11943         * decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Adjust condition to
11944         ignore overflows on low and high bounds of an index to also account for
11945         differences in signedness between sizetype and gnu_index_subtype.
11946         These are as legitimate as the ones caused by a lower TYPE_PRECISION
11947         on sizetype.
11949 2004-08-09  Robert Dewar  <dewar@gnat.com>
11951         * s-solita.ads, s-solita.adb: Minor reformatting
11953         * gnat_rm.texi: Add documentation for pragma Profile (Restricted)
11954         Move pragma Restricted_Run_Time, No_Run_Time, Ravenscar to new
11955         obsolescent section
11956         Add note that No_Implicit_Conditionals does not suppress
11957         run time constraint checks.
11959         * vms_conv.ads: Minor reformatting
11961         * s-secsta.adb: Use SS_Ptr instead of Mark_Id as stack pointer (cleanup
11962         and necessary for following change).
11963         (Mark): Return new format Mark_Id containing sec stack address
11964         (Release): Use sec stack address from Mark_Id avoiding Self call
11966         * s-secsta.ads: Define SS_Ptr to be used instead of Mark_Id as stack
11967         pointer (cleanup and necessary for following change).
11968         Define Mark_Id as record containing address of secondary stack, that way
11969         Release does not need to find the stack again, decreasing the number of
11970         calls to Self and improving efficiency.
11972         * sem_util.ads: Add a ??? comment for Is_Local_Variable_Reference
11974         * sem_ch5.adb (Analyze_Case_Statement): Add circuitry to track value of
11975         case variable into the individual case branches when possible.
11977         * sem_ch11.adb: Minor reformatting
11979         * prj.ads: Correct spelling of suffixs
11981         * prj-nmsc.adb: Minor reformatting
11982         Correct spelling suffixs throughout (also in identifiers)
11984         * freeze.adb: Minor spelling correction
11986         * exp_ch2.adb: Cleanups to handling of Current_Value
11987         (no functional effect).
11989         * bld.adb: Correct spelling of suffixs
11991         * einfo.adb (Enclosing_Dynamic_Scope): Defend against junk argument
11993 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
11995         PR ada/15408
11997         * sem_ch7.adb (Install_Private_Declarations): In the body of the
11998         package or of a child, private entities are both immediately_visible
11999         and not hidden.
12001 2004-08-09  Ed Schonberg  <schonberg@gnat.com>
12003         * sem_eval.adb (Eval_Integer_Literal): If the context is Any_Integer,
12004         there are no range checks on the value of the literal.
12006         * exp_ch7.adb (Insert_Actions_In_Scope_Around): If the node being
12007         wrapped is the triggering alternative of an asynchronous select, action
12008         statements mustbe inserted before the select itself.
12010         * sem_attr.adb (Analyze_Attribute, case 'Size): Handle properly the
12011         case where the prefix is a protected function call.
12012         (Resolve_Attribute, case 'Access): The attribute reference on a
12013         subprogram is legal in a generic body if the subprogram is declared
12014         elsewhere.
12016 2004-08-09  Vincent Celier  <celier@gnat.com>
12018         * makegpr.adb (Build_Library): Link with g++ if C++ is one of the
12019         languages, otherwise building the library may fail with unresolved
12020         symbols.
12021         (Compile_Sources): Do not build libraries if -c switch is used
12023         * gnatlink.adb (Process_Args): New switches -M and -Mmap
12024         (Write_Usage): If map file creation is supported, output new switches
12025         -M and -Mmap.
12026         (Gnatlink): When -M is specified, add the necessary switch(es) to the
12027         gcc call, when supported.
12029         * Makefile.in: Added indepsw.o to the object list for gnatlink
12030         Specified the AIX, GNU/Linux and Windows versions of indepsw.adb
12032         * indepsw-aix.adb, indepsw-linux.adb, indepsw-mingw.adb,
12033         indepsw.adb, indepsw.ads: New files.
12035 2004-08-09  Bernard Banner  <banner@gnat.com>
12037         * system-vxworks-x86.ads, s-vxwork-x86.ads: New files.
12039         * Makefile.in: add section for vxworks x86
12041 2004-08-09  Hristian Kirtchev  <kirtchev@gnat.com>
12043         * exp_ch3.adb (Build_Init_Statements): Add extra condition to deal with
12044         per-object constrained components where the discriminant is of an
12045         Access type.
12046         (Build_Record_Init_Proc): Add condition to prevent the inheritance of
12047         the parent initialization procedure for derived Unchecked_Unions.
12048         Instead, derived Unchecked_Unions build their own initialization
12049         procedure.
12050         (Build_Variant_Record_Equality): Implement Unchecked_Union equality.
12051         Check the body of the subprogram for details.
12052         (Freeze_Record_Type): Prevent the inheritance of discriminant checking
12053         functions for derived Unchecked_Union types by introducing a condition.
12054         Allow the creation of TSS equality functions for Unchecked_Unions.
12055         (Make_Eq_Case): Rename formal parameter Node to E in function signature.
12056         Add formal parameter Discr to function signature. Discr is used to
12057         control the generated case statement for Unchecked_Union types.
12058         (Make_Eq_If): Rename formal parameter Node to E in function signature.
12060         * exp_ch4.adb (Build_Equality_Call): Implement equality calls for
12061         Unchecked_Unions.
12062         Check the body of the subprogram for details.
12063         (Expand_Composite_Equality): Augment composite type equality to include
12064         correct handling of Unchecked_Union components.
12065         (Expand_N_In): Add condition to detect illegal membership tests when the
12066         subtype mark is a constrained Unchecked_Union and the expression lacks
12067         inferable discriminants, and build a Raise_Program_Error node.
12068         (Expand_N_Op_Eq): Add function Has_Unconstrained_UU_Component. Used
12069         to detect types that contain components of unconstrained Unchecked_Union
12070         subtype. Add condition to detect equality between types that have an
12071         unconstrained Unchecked_Union component, and build a Raise_Program_Error
12072         node. Add condition to detect equality between Unchecked_Union types
12073         that lack inferable discriminants, and build a Raise_Program_Error node.
12074         Otherwise build a TSS equality function call.
12075         (Expand_N_Type_Conversion): Add condition to detect illegal conversions
12076         from a derived Unchecked_Union to an unconstrained non-Unchecked_Union
12077         with the operand lacking inferable discriminants, and build a Raise_
12078         Program_Error node.
12079         (Expand_Record_Equality): Remove guard that prevents Unchecked_Union
12080         composite equality.
12081         (Has_Inferable_Discriminants): Implement new predicate for objects and
12082         expressions of Unchecked_Union type. Check the body of subprogram for
12083         details.
12084         (Has_Unconstrained_UU_Components): Add function
12085         Component_Is_Unconstrained_UU. It is used to detect whether a single
12086         component is of an unconstrained Unchecked_Union subtype. Add function
12087         Variant_Is_Unconstrained_UU. It is used to detect whether a single
12088         component inside a variant is of an unconstrained Unchecked_Union type.
12090         * exp_ch5.adb (Expand_Assign_Record): Add condition to copy the
12091         inferred discriminant values. Add condition to generate a case
12092         statement with an inferred discriminant as the switch.
12093         (Make_Component_List_Assign): Introduce a Boolean flag that determines
12094         the behaviour of the subprogram in the presence of an Unchecked_Union.
12095         Add condition to trigger the usage of the inferred discriminant value
12096         as the generated case statement switch.
12097         (Make_Field_Assign): Introduce a Boolean flag that determines the
12098         behaviour of the subprogram in the presence of an Unchecked_Union. Add
12099         condition to trigger the usage of the inferred discriminant value as
12100         the right-hand side of the generated assignment.
12102         * exp_ch6.adb (Expand_Call): Add condition to skip extra actual
12103         parameter generation when dealing with Unchecked_Unions.
12105         * checks.adb (Apply_Discriminant_Check): Do not apply discriminant
12106         checks for Unchecked_Unions.
12108         * einfo.ads: Update comment on usage of flag Has_Per_Object_Constraint
12110         * exp_attr.adb (Expand_N_Attribute_Reference): Produce
12111         Raise_Program_Error nodes for the execution of Read and Write
12112         attributes of Unchecked_Union types and the execution of Input and
12113         Output attributes of Unchecked_Union types that lack default
12114         discriminant values.
12116         * sem_prag.adb (Analyze_Pragma): Remodel the analysis of pragma
12117         Unchecked_Union. Add procedure Check_Component. It is used to inspect
12118         per-object constrained components of Unchecked_Unions for being
12119         Unchecked_Unions themselves. Add procedure Check_Variant. It is used to
12120         check individual components withing a variant.
12122         * sem_res.adb (Resolve_Comparison_Op): Remove guard that prevents
12123         comparison of Unchecked_Unions.
12124         (Resolve_Equality_OP): Remove guard that prevents equality between
12125         Unchecked_Unions.
12127         * sem_util.adb (Build_Component_Subtype): Add guard to prevent creation
12128         of component subtypes for Unchecked_Union components.
12129         (Get_Actual_Subtype): Add condition that returs the Unchecked_Union type
12130         since it is the actual subtype.
12132         * sem_ch12.adb (Instantiate_Type): Add condition to detect the correct
12133         pass of Unchecked_Union subtypes as generic actuals to formal types
12134         that lack known_discriminant_parts or that are derived Unchecked_Union
12135         types, and do nothing. In any other case, produce an error message.
12137         * sem_ch3.adb (Analyze_Component_Declaration): Add function
12138         Contains_POC. It determines whether a constraint uses the discriminant
12139         of an enclosing record type.
12140         Add condition to detect per-object constrained component and set the
12141         appropriate flag.
12142         (Derived_Type_Declaration): Remove guard that prevents derivation from
12143         Unchecked_Union types.
12144         (Process_Subtype): Remove quard that prevents the creation of Unchecked_
12145         Union subtypes.
12147         * sem_ch4.adb (Analyze_Selected_Component): Correct the detection of
12148         references to Unchecked_Union discriminants.
12150         * sem_ch6.adb (Create_Extra_Formals): Add condition to skip extra
12151         formal generation when dealing with Unchecked_Unions.
12152         (Set_Actual_Subtypes): Add condition to prevent generation of actual
12153         subtypes for Unchecked_Unions.
12155         * sem_ch7.adb (Analyze_Package_Specification): Add procedure
12156         Inspect_Unchecked_Union_Completion. It is used to detect incorrect
12157         completions of discriminated partial views by Unchecked_Unions and
12158         produce an error message.
12160 2004-08-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12162         * trans.c (struct stmt_group): New field, GLOBAL.
12163         (global_stmt_group, gnu_elab_proc_decl, build_unit_elab): Deleted.
12164         (struct elab_info): New struct.
12165         (elab_info_list, gnu_elab_proc_stack): New variables.
12166         (Compilation_Unit_to_gnu): New procedure.
12167         (gigi): Call it and also handle elaboration procs we've saved.
12168         (gnat_init_stmt_group): Don't set global_stmt_group; instead initialize
12169         global field from parent.
12170         (gnat_to_gnu): Get decl from gnu_elab_proc_stack.
12171         (gnat_to_gnu, case N_Compilation_Unit): Call Compilation_Unit_to_gnu.
12172         (start_stmt_group): Initialize global field from parent.
12173         (add_decl_expr): Set to global for current statement group.
12174         (gnat_gimplify_expr, case NULL_EXPR): Add operand 0 to pre list, not
12175         post.
12177         * utils.c (global_bindings_p): True when no current_function_decl; no
12178         longer check current_binding_level.
12180 2004-08-09  Ben Brosgol  <brosgol@gnat.com>
12182         * xgnatugn.adb: Added logic to deal with @ifset/@ifclear for edition
12183         choice.
12185         * gnat_rm.texi, gnat_ugn.texi: Added edition conditionalization logic.
12187 2004-08-06  Andreas Schwab  <schwab@suse.de>
12189         * utils.c (gnat_define_builtin): Remove second parameter of
12190         make_decl_rtl.
12191         (begin_subprog_body): Likewise.
12193 2004-07-26  Arnaud Charlet  <charlet@act-europe.fr>
12195         * sem_util.adb (Requires_Transient_Scope): Temporarily disable
12196         optimization, not supported by the tree-ssa back-end.
12198 2004-07-26  Olivier Hainque  <hainque@act-europe.fr>
12200         * s-mastop-irix.adb: Update comments.
12202         * a-except.adb (Exception_Information): Raise Constraint_Error if
12203         exception Id is Null_Id.
12204         This is required behavior, which is more reliably and clearly checked
12205         at the top level interface level.
12207 2004-07-26  Javier Miranda  <miranda@gnat.com>
12209         * exp_aggr.adb (Build_Array_Aggr_Code): Do not build the initialization
12210         call if a component has no default_expression and the box is used.
12212         * sem_aggr.adb (Resolve_Array_Aggregate): If a component has no
12213         default_expression and you use box, it behaves as if you had declared a
12214         stand-alone object.
12215         (Resolve_Record_Aggregate): If a component has no default_expression and
12216         you use box, it behaves as if you had declared a stand-alone object.
12218         * sem_ch10.adb (Install_Siblings): Do not make visible the private
12219         entities of private-with siblings.
12221 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
12223         * sem_ch3.adb (Build_Underlying_Full_View): If this is the full view
12224         for a component of an itype, set the parent pointer for analysis,
12225         there is no list in which to insert it.
12227         * sem_res.adb (Resolve): Call Rewrite_Renamed_Operator only for
12228         bona-fide renamings, not for inherited operations.
12230         * exp_ch4.adb (Expand_Allocator_Expression): If the allocator is an
12231         actual for a formal that is an access parameter, create local
12232         finalization list even if the expression is not an aggregate.
12234 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
12236         PR ada/16213
12237         * sem_ch8.adb (Attribute_Renaming, Check_Library_Level_Renaming):
12238         Diagnose properly illegal subprogram renamings that are library units.
12240 2004-07-26  Ed Schonberg  <schonberg@gnat.com>
12242         PR ada/15588
12243         * sem_util.adb (Is_OK_Variable_For_Out_Formal): If actual is a type
12244         conversion rewritten as an unchecked conversion, check that original
12245         expression is a variable.
12247         * exp_ch4.adb (Expand_N_Type_Conversion): If rewriting as an
12248         unchecked_conversion, create new node rather than rewriting in place,
12249         to preserve original construct.
12251 2004-07-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12253         * gigi.h (gnat_expand_body): Deleted.
12255         * Make-lang.in: (trans.o): Depends on function.h.
12257         * misc.c: (gnat_expand_body): Moved to here.
12259         * trans.c (gnat_expand_body_1): Deleted.
12260         (gnat_expand_body): Moved from here.
12261         (gnat_to_gnu): N_Implicit_Label_Declaration forces being in elab proc.
12262         (add_stmt): Check for marked visited with global_bindings_p.
12263         (gnat_gimplify_expr, case COMPONENT_REF): New case.
12264         (gnat_gimplify_expr, case NULL_EXPR): Set TREE_NO_WARNING for temp.
12266         * utils2.c (build_binary_op, case MODIFY_EXPR): Put LHS in a
12267         VIEW_CONVERT_EXPR if not operation type.
12269         * utils.c (update_pointer_to): Set DECL_ORIGINAL_FIELD for
12270         fat pointer.
12272         * decl.c, cuintp.c, gigi.h, misc.c, trans.c, utils.c, utils2.c: Minor
12273         changes: reformatting of negation operators, removing unneeded
12274         inequality comparison with zero, converting equality comparisons with
12275         zero to negations, changing int/0/1 to bool/false/true, replace calls
12276         to gigi_abort with abort, and various other similar changes.
12278 2004-07-26  Vincent Celier  <celier@gnat.com>
12280         * gnatcmd.adb (GNATCmd): Add processing for new built-in command
12281         "setup".
12283         * make.adb (Gnatmake): Fail when a library is not present and there is
12284         no object directory.
12286         * mlib-prj.adb (Check_Library): No need to check if the library needs
12287         to be rebuilt if there is no object directory, hence no object files
12288         to build the library.
12290         * opt.ads (Setup_Projects): New Boolean flag.
12292         * prj-nmsc.adb (Locate_Directory): New parameter Project, Kind and
12293         Location.
12294         Create directory when Kind /= "" and in "gnat setup". Report error if
12295         directory cannot be created.
12296         (Ada_Check): Create library interface copy dir if it does not exist
12297         and we are in "gnat setup".
12298         (Find_Sources): No error if in "gnat setup" and no Ada sources were
12299         found.
12300         (Language_Independent_Check): Create object directory, exec directory
12301         and/or library directory if they do not exist and we are in
12302         "gnat setup".
12304         * vms_conv.ads: (Command_Type): New command Setup.
12306         * vms_conv.adb (Initialize): Add Setup component of Cammand_List.
12308         * vms_data.ads: Add qualifiers/switches for new built-in command
12309         "setup".
12311 2004-07-25  Richard Henderson  <rth@redhat.com>
12313         * utils.c (create_subprog_decl): Set DECL_ARTIFICIAL and
12314         DECL_IGNORED_P on RESULT_DECL.
12316 2004-07-20  Olivier Hainque  <hainque@act-europe.fr>
12318         * a-elchha.adb (Last_Chance_Handler): Remove the bogus buffer dynamic
12319         allocation and potentially overflowing update with
12320         Tailored_Exception_Information. Use the sec-stack free procedural
12321         interface to output Exception_Information instead.
12323         * a-except.adb (To_Stderr): New subprogram for character, and string
12324         version moved from a-exextr to be visible from other separate units.
12325         (Tailored_Exception_Information): Remove the procedural version,
12326         previously used by the default Last_Chance_Handler and not any more.
12327         Adjust various comments.
12329         * a-exexda.adb: Generalize the exception information procedural
12330         interface, to minimize the use of secondary stack and the need for
12331         local buffers when the info is to be output to stderr:
12332         (Address_Image): Removed.
12333         (Append_Info_Character): New subprogram, checking for overflows and
12334         outputing to stderr if buffer to fill is of length 0.
12335         (Append_Info_String): Output to stderr if buffer to fill is of length 0.
12336         (Append_Info_Address, Append_Info_Exception_Name,
12337         Append_Info_Exception_Message, Append_Info_Basic_Exception_Information,
12338         Append_Info_Basic_Exception_Traceback,
12339         Append_Info_Exception_Information): New subprograms.
12340         (Append_Info_Nat, Append_Info_NL): Use Append_Info_Character.
12341         (Basic_Exception_Info_Maxlength, Basic_Exception_Tback_Maxlength,
12342         Exception_Info_Maxlength, Exception_Name_Length,
12343         Exception_Message_Length): New subprograms.
12344         (Exception_Information): Use Append_Info_Exception_Information.
12345         (Tailored_Exception_Information): Use
12346         Append_Info_Basic_Exception_Information.
12347         Export services for the default Last_Chance_Handler.
12349         * a-exextr.adb (To_Stderr): Remove. Now in a-except to be usable by
12350         other separate units.
12352 2004-07-20  Vincent Celier  <celier@gnat.com>
12354         * clean.adb, mlib-utl.adb, osint.adb, makegpr.adb: Minor reformatting.
12356 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
12358         * freeze.adb (Freeze_Entity): If entity is a discriminated record type,
12359         emit itype references for the designated types of component types that
12360         are declared outside of the full record declaration, and that may
12361         denote a partial view of that record type.
12363 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
12365         PR ada/15607
12366         * sem_ch3.adb (Build_Discriminated_Subtype): Do not attach a subtype
12367         which is the designated type in an access component declaration, to the
12368         list of incomplete dependents of the parent type, to avoid elaboration
12369         issues with out-of-scope subtypes.
12370         (Complete_Private_Subtype): Recompute Has_Unknown_Discriminants from the
12371         full view of the parent.
12373 2004-07-20  Ed Schonberg  <schonberg@gnat.com>
12375         PR ada/15610
12376         * sem_ch8.adb (Find_Expanded_Name): If name is overloaded, reject
12377         entities that are hidden, such as references to generic actuals
12378         outside an instance.
12380 2004-07-20  Javier Miranda  <miranda@gnat.com>
12382         * sem_ch4.adb (Try_Object_Operation): New subprogram that gives
12383         support to the new notation.
12384         (Analyze_Selected_Component): Add call to Try_Object_Operation.
12386 2004-07-20  Jose Ruiz  <ruiz@act-europe.fr>
12388         * s-taprob.adb: Adding the elaboration code required for initializing
12389         the tasking soft links that are common to the full and the restricted
12390         run times.
12392         * s-tarest.adb (Init_RTS): Tasking soft links that are shared with the
12393         restricted run time has been moved to the package
12394         System.Soft_Links.Tasking.
12396         * s-tasini.adb (Init_RTS): Tasking soft links that are shared with the
12397         restricted run time has been moved to the package
12398         System.Soft_Links.Tasking.
12400         * Makefile.rtl: Add entry for s-solita.o in run-time library list.
12402         * s-solita.ads, s-solita.adb: New files.
12404 2004-07-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12406         * trans.c (Identifier_to_gnu, Pragma_to_gnu, Attribute_to_gnu,
12407         Case_Statement_to_gnu): Split off from gnat_to_gnu.
12408         (Loop_Statement_to_gnu, Subprogram_Body_to_gnu, call_to_gnu,
12409         Handled_Sequence_Of_Statements_to_gnu, Exception_Handler_to_gnu_sjlj,
12410         Exception_Handler_to_gnu_zcx): Likewise.
12412 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
12414         * gigi.h (builtin_function): Declare.
12416 2004-07-15  Robert Dewar  <dewar@gnat.com>
12418         * makegpr.adb, s-secsta.ads, sem_ch3.adb, sem_case.adb: Minor
12419         reformatting
12421         * gnat_ugn.texi: Add instantiation of direct_io or sequential_io with
12422         access values as an example of a warning.
12424         * gnat_rm.texi: Document new attribute Has_Access_Values
12426         * gnat-style.texi: Document that box comments belong on nested
12427         subprograms
12429         * sem_util.ads (Has_Access_Values): Improved documentation
12431         * s-finimp.ads, s-finimp.adb: Fix spelling error in comment
12433         * sem_prag.adb (Check_Duplicated_Export_Name): New procedure
12434         (Process_Interface_Name): Call to this new procedure
12435         (Set_Extended_Import_Export_External_Name): Call to this new procedure
12437         * s-mastop-x86.adb, 9drpc.adb: Fix spelling error in comment
12439         * a-direio.ads, a-sequio.ads: Warn if Element_Type has access values
12441         * einfo.ads: Minor comment typo fixed
12443 2004-07-15  Jose Ruiz  <ruiz@act-europe.fr>
12445         * snames.adb: Add _atcb.
12447         * snames.ads: Add Name_uATCB.
12449         * s-tarest.adb (Create_Restricted_Task): ATCBs are always preallocated
12450         (in the expanded code) when using the restricted run time.
12452         * s-tarest.ads (Create_Restricted_Task): Created_Task transformed into
12453         a in parameter in order to allow ATCBs to be preallocated (in the
12454         expanded code).
12456         * s-taskin.adb (Initialize_ATCB): T converted into a in parameter in
12457         order to allow ATCBs to be preallocated. In case of error, the ATCB is
12458         deallocated in System.Tasking.Stages.
12460         * s-taskin.ads (Initialize_ATCB): T converted into a in parameter in
12461         order to allow ATCBs to be preallocated.
12463         * s-tassta.adb (Create_Task): In case of error the ATCB is deallocated
12464         here. It was previously done in Initialize_ATCB.
12466         * rtsfind.ads: Make the Ada_Task_Control_Block visible.
12468         * exp_ch9.adb: Preallocate the Ada_Task_Control_Block when using the
12469         Restricted run time.
12471         * exp_ch3.adb: When using the Restricted run time, pass the
12472         preallocated Ada_Task_Control_Block when creating a task.
12474 2004-07-15  Ed Schonberg  <schonberg@gnat.com>
12476         * sem_util.adb (Normalize_Actuals): If there are no actuals on a
12477         function call that is itself an actual in an enclosing call, diagnose
12478         problem here rather than assuming that resolution will catch it.
12480         * sem_ch7.adb (Analyze_Package_Specification): If the specification is
12481         the local copy of a generic unit for a formal package, and the generic
12482         is a child unit, install private part of ancestors before compiling
12483         private part of spec.
12485         * sem_cat.adb (Validate_Categorization_Dependency): Simplify code to
12486         use scope entities rather than tree structures, to handle properly
12487         parent units that are instances rewritten as bodies for inlining
12488         purposes.
12490         * sem_ch10.adb (Get_Parent_Entity, Implicit_With_On_Parent,
12491         Remove_Parents): Handle properly a parent unit that is an
12492         instantiation, when the unit has been rewritten as a body for inlining
12493         purposes.
12495         * par.adb (Goto_List): Global variable to collect goto statements in a
12496         given unit, for use in detecting natural loops.
12498         * par-ch5.adb (P_Goto_Statement): Add goto to global Goto_List, for
12499         use in detecting natural loops.
12501         * par-labl.adb (Find_Natural_Loops): Recognize loops create by
12502         backwards goto's, and rewrite as a infinite loop, to improve locality
12503         of temporaries.
12505         * exp_util.adb (Force_Evaluation): Recognize a left-hand side
12506         subcomponent that includes an indexed reference, to prevent the
12507         generation of copies that would miscompile the desired assignment
12508         statement.
12509         (Build_Task_Image_Decls): Add a numeric suffix to
12510         generated name for string variable, to avoid spurious conflicts with
12511         the name of the type of a single protected object.
12513         * exp_ch4.adb (Expand_Array_Equality): If indices are distinct, use a
12514         loop with an explicit exit statement, to avoid generating an
12515         out-of-range value with 'Succ leading to spurious constraint_errors
12516         when compiling with -gnatVo.
12518 2004-07-15  Thomas Quinot  <quinot@act-europe.fr>
12520         * sem_ch4.adb (Analyze_Slice): Always call Analyze on the prefix: it
12521         might not be analyzed yet, even if its Etype is already set (case of an
12522         unchecked conversion built using Unchecked_Convert_To, for example).
12523         If the prefix has already been analyzed, this will be a nop anyway.
12525         * exp_ch5.adb (Make_Tag_Ctrl_Assignment): For an assignment of a
12526         controller type, or an assignment of a record type with controlled
12527         components, copy only user data, and leave the finalization chain
12528         pointers untouched.
12530 2004-07-15  Vincent Celier  <celier@gnat.com>
12532         * make.adb (Collect_Arguments): Improve error message when attempting
12533         to compile a source not part of any project, when -x is not used.
12535         * prj.ads: (Defined_Variable_Kind): New subtype
12537         * prj-attr.adb (Register_New_Package): Two new procedures to register
12538         a package with or without its attributes.
12539         (Register_New_Attribute): Mew procedure to register a new attribute in a
12540         package.
12541         New attribute oriented subprograms: Attribute_Node_Id_Of,
12542         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
12543         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
12544         Next_Attribute.
12545         New package oriented subprograms: Package_Node_Id_Of,
12546         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
12548         * prj-attr.ads (Attribute_Node_Id): Now a private, self initialized
12549         type.
12550         (Package_Node_Id): Now a private, self initialized type
12551         (Register_New_Package): New procedure to register a package with its
12552         attributes.
12553         New attribute oriented subprograms: Attribute_Node_Id_Of,
12554         Attribute_Kind_Of, Set_Attribute_Kind_Of, Attribute_Name_Of,
12555         Variable_Kind_Of, Set_Variable_Kind_Of, Optional_Index_Of,
12556         Next_Attribute.
12557         New package oriented subprograms: Package_Node_Id_Of,
12558         Add_Unknown_Package, First_Attribute_Of, Add_Attribute.
12560         * prj-dect.adb (Parse_Attribute_Declaration,
12561         Parse_Package_Declaration): Adapt to new spec of Prj.Attr.
12563         * prj-makr.adb (Make): Parse existing project file before creating
12564         other files. Fail if there was an error during parsing.
12566         * prj-proc.adb (Add_Attributes, Process_Declarative_Items): Adapt to
12567         new spec of Prj.Attr.
12569         * prj-strt.adb (Attribute_Reference, Parse_Variable_Reference): Adapt
12570         to new spec of Prj.Attr.
12572 2004-07-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12574         * utils2.c: Fix typo in comment.
12576 2004-07-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12578         * trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.
12579         * utils.c (unchecked_convert): Don't do two VIEW_CONVERT_EXPRs.
12581 2004-07-14  Andreas Schwab  <schwab@suse.de>
12583         * trans.c (gnat_init_stmt_group): Remove duplicate definition.
12585 2004-07-13  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12587         * decl.c: (gnat_to_gnu_entity, object case): Convert initializer to
12588         object type.
12589         (gnat_to_gnu_entity, case E_Record_Subtype): Properly set
12590         TYPE_STUB_DECL.
12592         * misc.c (gnat_types_compatible_p): New function.
12593         (LANG_HOOKS_TYPES_COMPATIBLE_P): New hook, to use it.
12594         (LANG_HOOKS_TYPE_MAX_SIZE, gnat_type_max_size): New.
12596         * trans.c (gigi): Move processing of main N_Compilation_Unit here.
12597         (gnat_to_gnu, case N_Compilation_Unit): Just handle nested case here.
12598         (add_stmt): Force walking of sizes and DECL_INITIAL for DECL_EXPR.
12599         (mark_visited): Don't mark dummy type.
12600         (tree_transform <N_Procedure_Call_Statement>): Unless this is an In
12601         parameter, we must remove any LJM building from GNU_NAME.
12602         (gnat_to_gnu, case N_String_Literal): Fill in indices in CONSTRUCTOR.
12603         (pos_to_constructor): Use int_const_binop.
12604         (gnat_to_gnu, case N_Identifier): Don't reference DECL_INITIAL of
12605         PARM_DECL.
12607         * utils.c (gnat_init_decl_processing): Don't make two "void" decls.
12608         (gnat_pushlevel): Set TREE_USE on BLOCK node.
12609         (gnat_install_builtins): Add __builtin_memset.
12611 2004-07-13  Olivier Hainque  <hainque@act-europe.fr>
12613         * decl.c (gnat_to_gnu_entity <E_Variable>): If we are making a pointer
12614         for a renaming, stabilize the initialization expression if we are at a
12615         local level.  At the local level, uses of the renaming may be performed
12616         by a direct dereference of the initializing expression, and we don't
12617         want possible variables there to be evaluated for every use.
12619         * trans.c (gnat_stabilize_reference, gnat_stabilize_reference_1):
12620         Propagate TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE to avoid loosing
12621         them on the way.  Account for the fact that we may introduce side
12622         effects in the process.
12624 2004-07-13  Richard Henderson  <rth@redhat.com>
12626         * misc.c (default_pass_by_ref): Use pass_by_reference.
12628 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
12630         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
12631         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
12633 2004-07-08  Richard Henderson  <rth@redhat.com>
12635         * trans.c (gnat_to_gnu <N_Handled_Sequence_Of_Statements>): Update
12636         commentary.
12638 2004-07-06  Vincent Celier  <celier@gnat.com>
12640         * vms_conv.ads: Minor reformatting.
12641         Alphabetical order for enumerated values of type Command_Type, to have
12642         the command in alphabetical order for the usage.
12644         * vms_conv.adb (Process_Argument): Set Keep_Temporary_Files to True for
12645         the special qualifier /KEEP_TEMPORARY_FILES (minimum 6 characters).
12647         * gnat_ugn.texi: Document new switch -dn for the GNAT driver.
12649         * makegpr.adb (Global_Archive_Exists): New global Boolean variable
12650         (Add_Archive_Path): Only add the global archive if there is one.
12651         (Build_Global_Archive): Set Global_Archive_Exists depending if there is
12652         or not any object file to put in the global archive, and don't build
12653         a global archive if there is none.
12654         (X_Switches): New table
12655         (Compile_Link_With_Gnatmake): Pass to gnatmake the -X switches stored
12656         in the X_Switches table, if any.
12657         (Initialize): Make sure the X_Switches table is empty
12658         (Scan_Arg): Record -X switches in table X_Switches
12660         * opt.ads (Keep_Temporary_Files): New Boolean flag, defaulted to False.
12662         * make.adb: Minor comment fix
12664         * gnatname.adb (Gnatname): When not on VMS, and gnatname has been
12665         invoked with directory information, add the directory in front of the
12666         path.
12668         * gnatchop.adb (Gnatchop): When not on VMS, and gnatchop has been
12669         invoked with directory information, add the directory in front of the
12670         path.
12672         * gnatcmd.adb (Delete_Temp_Config_Files): Only delete temporary files
12673         when Keep_Temporary_Files is False.
12674         (GNATCmd): When not on VMS, and the GNAT driver has been invoked with
12675         directory information, add the directory in front of the path.
12676         When not on VMS, handle new switch -dn before the command to set
12677         Keep_Temporary_Files to True.
12678         (Non_VMS_Usage): Use lower case for the non VMS usage: this is valid
12679         everywhere.
12681         * gnatlink.adb (Gnatlink): When not on VMS, and gnatlink has been
12682         invoked with directory information, add the directory in front of the
12683         path.
12685 2004-07-06  Thomas Quinot  <quinot@act-europe.fr>
12687         * snames.ads, snames.adb (Name_Stub): New name for the distributed
12688         systems annex.
12690         * rtsfind.ads: New RTE TC_Object, for DSA/PolyORB.
12691         New RTEs RAS_Proxy_Type and RAS_Proxy_Type_Access, for DSA.
12693         * g-socket.adb (To_Timeval): Fix incorrect conversion of
12694         Selector_Duration to Timeval for the case of 0.0.
12696         * exp_util.ads (Evolve_Or_Else): Fix overenthusiastic copy/paste of
12697         documentation from Evolve_And_Then.
12699 2004-07-06  Jose Ruiz  <ruiz@act-europe.fr>
12701         * s-taprop-tru64.adb, s-taprop-os2.adb,
12702         s-taprop-mingw.adb, s-taprop-posix.adb: Update comment.
12704 2004-07-06  Robert Dewar  <dewar@gnat.com>
12706         * s-osinte-hpux.ads, s-osinte-freebsd.ads,
12707         s-osinte-lynxos.ads, s-taprop-lynxos.adb, s-osinte-tru64.ads,
12708         s-osinte-aix.ads, s-osinte-irix.ads, s-taprop-irix.adb,
12709         s-interr-sigaction.adb, s-taprop-irix-athread.adb,
12710         s-osinte-hpux-dce.adb, s-taprop-hpux-dce.adb,
12711         s-taprop-linux.adb, s-taprop-dummy.adb, s-taprop-solaris.adb,
12712         s-interr-vms.adb, s-osinte-vms.ads, s-taprop-vms.adb,
12713         s-osinte-vxworks.ads, s-osprim-vxworks.adb, a-numaux-x86.adb,
12714         a-except.adb, a-exexpr.adb, a-intsig.adb, a-tags.adb,
12715         a-tags.ads, bindgen.ads, checks.adb, checks.adb,
12716         csets.ads, einfo.ads, einfo.ads, elists.adb, exp_ch4.adb,
12717         exp_ch7.adb, exp_dist.adb, exp_util.adb, freeze.adb,
12718         g-dynhta.adb, gnatmem.adb, g-regexp.adb, inline.adb,
12719         i-os2thr.ads, osint.adb, prj.adb, scng.adb, sem_cat.adb,
12720         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, sem_ch7.adb,
12721         sem_ch8.adb, sem_disp.adb, sem_prag.adb, sem_res.adb,
12722         sem_type.adb, sem_type.ads, sem_warn.adb, s-ficobl.ads,
12723         s-finimp.adb, s-htable.adb, sinfo.ads, sinput-l.ads,
12724         s-interr.adb, s-interr.ads, sprint.adb, s-tarest.adb,
12725         s-tasini.ads, s-taskin.ads, s-taskin.ads, uname.adb,
12726         vms_data.ads: Minor reformatting,
12727         Fix bad box comment format.
12729         * gnat_rm.texi: Fix minor grammatical error
12731         * sem_attr.adb, exp_attr.adb: New attribute Has_Access_Values
12733         * sem_util.ads, sem_util.adb (Requires_Transient_Scope): Allow many
12734         more cases of discriminated records to be recognized as not needing a
12735         secondary stack.
12736         (Has_Access_Values): New function.
12738         * snames.h, snames.adb, snames.ads: New attribute Has_Access_Values
12740         * cstand.adb, layout.ads, layout.adb, sem_ch13.ads: Change name
12741         Set_Prim_Alignment to Set_Elem_Alignment (more accurate correspondence
12742         with LRM terminology).
12743         Change terminology in comments primitive type => elementary type.
12745 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
12747         PR ada/15602
12748         * sem_ch7.adb (Unit_Requires_Body): For a generic package, the formal
12749         parameters do not impose any requirements on the presence of a body.
12751 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
12753         PR ada/15593
12754         * sem_ch12.adb (Analyze_Package_Instantiation): If the generic is not a
12755         compilation unit and is in an open scope at the point of instantiation,
12756         assume that a body may be present later.
12758 2004-07-06  Ed Schonberg  <schonberg@gnat.com>
12760         * sem_ch13.adb (Analyze_Attribute_Definition_Clause, case 'Size):
12761         Improve error message when specified size is not supported.
12763         * sem_ch6.adb (Maybe_Primitive_Operation): A library-level subprogram
12764         is never a primitive operation.
12766 2004-07-05  Andreas Schwab  <schwab@suse.de>
12768         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Use
12769         RECORD_OR_UNION_CHECK.
12770         (TYPE_CONTAINS_TEMPLATE_P): Likewise.
12772 2004-07-04  Kelley Cook  <kcook@gcc.gnu.org>
12774         * Make-lang.in (doc/gnat_ugn_unw.texi): Eliminate explicit
12775         dependency on xgnatugn, instead build it via a submake.
12776         (ADA_INFOFILES): Add doc/gnat_ugn_unw.texi.
12778 2004-07-04  Richard Henderson  <rth@redhat.com>
12780         * utils2.c (gnat_mark_addressable): Don't put_var_into_stack.
12782 2004-07-01  Richard Henderson  <rth@redhat.com>
12784         * trans.c (gnat_stabilize_reference): Don't handle RTL_EXPR.
12785         * utils.c (max_size): Likewise.
12787 2004-06-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12789         * decl.c: Remove calls to add_decl_expr, pushdecl, rest_of_compilation,
12790         and rest_of_type_compilation; add arg to create_*_decl.
12791         (annotate_decl_with_node): Deleted.
12792         (gnat_to_gnu_entity, case E_Array_Type): Set location of fields.
12793         * gigi.h (get_decls, block_has_vars, pushdecl): Deleted.
12794         (get_current_block_context, gnat_pushdecl): New declarations.
12795         (gnat_init_stmt_group): Likewise.
12796         (create_var_decl, create_type_decl, create_subprog_decl): Add new arg.
12797         * misc.c (LANG_HOOKS_CLEAR_BINDING_STACK): Deleted.
12798         (LANG_HOOKS_GETDECLS, LANG_HOOKS_PUSHDECL): Deleted.
12799         (gnat_init): Call gnat_init_stmt_group.
12800         * trans.c (global_stmt_group, gnu_elab_proc_decl): New variables.
12801         (gnu_pending_elaboration_list): Deleted.
12802         (mark_visited, mark_unvisited, gnat_init_stmt_group): New functions.
12803         (gigi): Rearrange initialization calls and move some to last above.
12804         (gnat_to_gnu): If statement and not in procedure, go into elab proc.
12805         Delete calls to add_decl_expr; add arg to create_*_decl.
12806         (gnat_to_gnu, case N_Loop): Recalculate side effects on COND_EXPR.
12807         (gnat_to_gnu, case N_Subprogram_Body): Move some code to
12808         begin_subprog_body and call it.
12809         Don't push and pop ggc context.
12810         (gnat_to_gnu, case N_Compilation_Unit): Rework to support elab proc.
12811         (add_stmt): Remove handling of DECL_EXPR from here.
12812         If not in function, mark visited.
12813         (add_decl_expr): Put global at top level.
12814         Check for cases of DECL_INITIAL we have to handle here.
12815         (process_type): Add extra arg to create_type_decl.
12816         (build_unit_elab): Rework to just gimplify.
12817         * utils.c (pending_elaborations, elist_stack, getdecls): Deleted.
12818         (block_has_vars, mark_visited, add_pending_elaborations): Likewise.
12819         (get_pending_elaborations, pending_elaborations_p): Likewise.
12820         (push_pending_elaborations, pop_pending_elaborations): Likewise.
12821         (get_elaboration_location, insert_elaboration_list): Likewise.
12822         (gnat_binding_level): Renamed from ada_binding_level.
12823         (init_gnat_to_gnu): Don't clear pending_elaborations.
12824         (global_bindings_p): Treat as global if no current_binding_level.
12825         (set_current_block_context): New function.
12826         (gnat_pushdecl): Renamed from pushdecl; major rework.
12827         All callers changed.
12828         (create_type_decl, create_var_decl, create_subprog_decl): Add new arg.
12829         (finish_record_type): Call call pushdecl for stub decl.
12830         (function_nesting_depth): Deleted.
12831         (begin_subprog_body): Delete obsolete code.
12832         * utils2.c (build_call_alloc_dealloc): Add new arg to create_var_decl.
12834 2004-06-28  Robert Dewar  <dewar@gnat.com>
12836         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
12837         mlib-tgt-irix.adb, mlib-tgt-hpux.adb, mlib-tgt-linux.adb,
12838         mlib-tgt-linux.adb, mlib-tgt-solaris.adb, mlib-tgt-solaris.adb,
12839         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb,
12840         a-strmap.adb, a-strmap.ads, clean.adb: Minor reformatting
12842         * exp_util.adb (Is_Possibly_Unaligned_Slice): Completely rewritten, to
12843         deal with problem of inefficient slices on machines with strict
12844         alignment, when the slice is a component of a composite.
12846         * checks.adb (Apply_Array_Size_Check): Do not special case 64-bit
12847         machines, we need the check there as well.
12849 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
12851         * exp_ch5.adb (Expand_Assign_Array): Use correct condition to
12852         determine safe copying direction for overlapping slice assignments
12853         when component is controlled.
12855         * sem_ch12.adb (Instantiate_Formal_Package): Implicit operations of a
12856         formal derived type in the actual for a formal package are visible in
12857         the enclosing instance.
12859 2004-06-28  Ed Schonberg  <schonberg@gnat.com>
12861         PR ada/15600
12862         * sem_util.adb (Trace_Components): Diagnose properly an illegal
12863         circularity involving a private type whose completion includes a
12864         self-referential component.
12865         (Enter_Name): Use Is_Inherited_Operation to distinguish a source
12866         renaming or an instantiation from an implicit derived operation.
12868 2004-06-28  Pascal Obry  <obry@gnat.com>
12870         * mlib-tgt-mingw.adb: (Library_Exists_For): Remove "lib" prefix from
12871         DLL.
12872         (Library_File_Name_For): Idem.
12874 2004-06-28  Matthew Gingell  <gingell@gnat.com>
12876         * g-traceb.ads: Add explanatory note on the format of addresses
12877         expected by addr2line.
12879 2004-06-28  Jerome Guitton  <guitton@act-europe.fr>
12881         * Makefile.in: Force debugging information on s-tasdeb.adb,
12882         a-except.adb and s-assert.adb needed by the debugger.
12884 2004-06-28  Vincent Celier  <celier@gnat.com>
12886         * make.adb (Collect_Arguments_And_Compile): Change Flag1 to
12887         Need_To_Build_Lib.
12888         (Gnatmake): Ditto.
12890         * mlib-prj.adb (Check_Library): Replace Flag1 with Need_To_Build_Lib
12892         * prj.adb: Minor reformatting
12893         (Project_Empty): Change Flag1 to Need_To_Build_Lib. Remove Flag2.
12895         * prj.ads: Comment updates
12896         Minor reformatting
12897         (Project_Data): Change Flag1 to Need_To_Build_Lib.
12898         Remove Flag2: not used.
12900         * prj-dect.adb (Parse_Declarative_Items): Accept "null" as a
12901         declaration.
12903         * gnat_ugn.texi: Put a "null;" declaration in one project file example
12905         * gnat_rm.texi: Document Empty declarations "null;".
12907         * makegpr.adb (Compile_Link_With_Gnatmake): Put the global archives in
12908         front of the linker options.
12909         (Link_Foreign): Put the global archives and the libraries in front of
12910         the linker options.
12912 2004-06-28  Javier Miranda  <miranda@gnat.com>
12914         * rtsfind.adb: (Get_Unit_Name): Fix typo in comment
12915         (RTU_Loaded): Code cleanup
12916         (Set_RTU_Loaded): New procedure to register as *loaded* explicitly
12917         withed predefined units.
12919         * rtsfind.ads (Set_RTU_Loaded): New procedure to register as *loaded*
12920         explicitly withed predefined units.
12921         Fix typo in comment
12923         * sem_ch10.adb (Analyze_Compilation_Unit): Register as *loaded*
12924         explicitly withed predefined units.
12926 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12928         * ada-tree.def (DECL_STMT): Deleted.
12929         * ada-tree.h (IS_ADA_STMT): Now test against STMT_STMT.
12930         (DECL_STMT_VAR): Deleted.
12931         * decl.c: add_decl_stmt now add_decl_expr.
12932         * gigi.h: Likewise.
12933         * trans.c: Likewise.
12934         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
12935         (gnat_to_gnu, case N_Subprogram_Body): Set cfun->function_end_locus.
12936         (add_stmt): Only handle padded type here.
12937         (add_stmt_with_node): Allow gnat_node to not be present.
12938         (gnat_gimplify_stmt, case USE_STMT): Set *STMT_P to null.
12939         (gnat_gimplify_stmt, case DECL_STMT): Deleted.
12940         (gnat_stabilize_reference_1): If COMPONENT_REF of fat pointer,
12941         make a SAVE_EXPR for the entire fat pointer.
12942         * utils.c (pushdecl): Walk a DECL_EXPR in global case.
12943         (create_index_type): Make a DECL_EXPR.
12944         (end_subprog_body): Don't call allocate_struct_function here but
12945         do clear cfun.
12947 2004-06-25  Pascal Obry  <obry@gnat.com>
12949         * makegpr.adb (Build_Library): Remove parameter Lib_Address and
12950         Relocatable from Build_Dynamic_Library call.
12952         * gnat_ugn.texi: Change documentation about Library_Kind. Dynamic and
12953         Relocatable are now synonym.
12955         * Makefile.in: Use s-parame-mingw.adb on MingW platform.
12957         * mlib-prj.adb (Build_Library): Remove DLL_Address constant definition.
12958         Remove parameter Lib_Address and Relocatable from Build_Dynamic_Library
12959         call.
12961         * mlib-tgt.ads, mlib-tgt.adb (Build_Dynamic_Library): Remove parameter
12962         Lib_Address and Relocatable.
12963         (Default_DLL_Address): Removed.
12965         * mlib-tgt-tru64.adb, mlib-tgt-aix.adb, mlib-tgt-irix.adb,
12966         mlib-tgt-hpux.adb, mlib-tgt-linux.adb, mlib-tgt-solaris.adb,
12967         mlib-tgt-vms-alpha.adb, mlib-tgt-vms-ia64.adb, mlib-tgt-vxworks.adb:
12968         (Build_Dynamic_Library): Remove parameter Lib_Address and Relocatable.
12969         (Default_DLL_Address): Removed.
12971         * mlib-tgt-mingw.adb: Ditto.
12972         (Build_Dynamic_Library): Do not add "lib" prefix to the DLL name.
12974         * s-taprop-mingw.adb (Create_Task): Use Adjust_Storage_Size to compute
12975         the initial thread stack size.
12977         * a-strmap.ads: Move package L to private part as it is not used in
12978         the spec. Found while reading code.
12980 2004-06-25  Olivier Hainque  <hainque@act-europe.fr>
12982         * tracebak.c: Introduce support for a GCC infrastructure based
12983         implementation of __gnat_backtrace.
12985         * raise.c: Don't rely on a C mapping of the GNAT_GCC_Exception record
12986         any more. Use accessors instead. This eases maintenance and relaxes
12987         some alignment constraints.
12988         (_GNAT_Exception structure): Remove the Ada specific fields
12989         (EID_For, Adjust_N_Cleanups_For): New accessors, exported by
12990         a-exexpr.adb.
12991         (is_handled_by, __gnat_eh_personality): Replace component references to
12992         exception structure by use of the new accessors.
12994         * init.c (__gnat_initialize): Adjust comments to match the just
12995         reverted meaning of the -static link-time option.
12997         * adaint.c (convert_addresses): Arrange not to define a stub for
12998         mips-irix any more, as we now want to rely on a real version from a
12999         recent libaddr2line.
13001         * a-exexpr.adb: Provide new accessors to a GNAT_GCC occurrence, so that
13002         the personality routine can use them and not have to rely on a C
13003         counterpart of the record anymore. This simplifies maintenance and
13004         relaxes the constraint of having Standard'Maximum_Alignment match
13005         BIGGEST_ALIGNMENT.
13006         Update comments, and add a section on the common header alignment issue.
13008 2004-06-25  Geert Bosch  <bosch@gnat.com>
13010         * a-ngelfu.adb (Tanh): Use full 20 digit precision for constants in
13011         polynomial approximation. Fixes inconsistency with Cody/Waite algorithm.
13013 2004-06-25  Robert Dewar  <dewar@gnat.com>
13015         * gnat_rm.texi: Fix section on component clauses to indicate that the
13016         restriction on byte boundary placement still applies for bit packed
13017         arrays.
13018         Add comment on stack usage from Initialize_Scalars
13020         * gnat_ugn.texi: Add documentation for -gnatyLnnn
13022         * stylesw.ads, stylesw.adb: Implement new -gnatyLnnn option for
13023         limiting nesting level.
13025         * usage.adb: Add line for -gnatyLnnn switch
13027         * g-debpoo.ads, xtreeprs.adb, sinput.ads, sem_ch13.ads,
13028         sem_ch13.adb, exp_aggr.adb: Minor reformatting
13030         * sem_prag.adb (Process_Atomic_Shared_Volatile): Set Is_Atomic on base
13031         type as well as on the subtype. This corrects a problem in freeze in
13032         setting alignments of atomic types.
13034         * sem_eval.ads: Minor comment typo fixed
13036         * par-util.adb (Push_Scope_Stack): Check for violation of max nesting
13037         level.  Minor reformatting.
13039         * fname.adb (Is_Predefined_File_Name): Require a letter after the
13040         minus sign. This means that file names like a--b.adb will not be
13041         considered predefined.
13043         * freeze.adb: Propagate new flag Must_Be_On_Byte_Boundary to containing
13044         record Test new flag and give diagnostic for bad component clause.
13045         (Freeze_Entity): Set alignment of array from component alignment in
13046         cases where this is safe to do.
13048         * exp_pakd.adb: Set new flag Must_Be_On_Byte_Boundary for large packed
13049         arrays.
13051         * cstand.adb: (Create_Standard): Set alignment of String to 1
13053         * einfo.ads, einfo.adb: Introduce new flag Must_Be_On_Byte_Boundary
13055         * exp_ch4.adb (Expand_Array_Equality): Improve efficiency of generated
13056         code in the common constrained array cases.
13058         * a-storio.adb: Change implementation to avoid possible alignment
13059         problems on machines requiring strict alignment (data should be moved
13060         as type Buffer, not type Elmt).
13062         * checks.adb (Apply_Array_Size_Check): Improve these checks by
13063         killing the overflow checks which we really do not need (64-bits is
13064         enough).
13066 2004-06-25  Vincent Celier  <celier@gnat.com>
13068         * makegpr.adb (Is_Included_In_Global_Archive): New Boolean function
13069         (Add_Archives.Recursive_Add_Archives): Call Add_Archive_Path
13070         inconditionally for the main project.
13071         (Recursive_Add_Archives.Add_Archive_Path): New procedure
13072         (Link_Executables.Check_Time_Stamps): New procedure
13073         (Link_Executables.Link_Foreign): New procedure
13074         Changes made to reduce nesting level of this package
13075         (Check): New procedure
13076         (Add_Switches): When not in quiet output, check that a switch is not
13077         the concatenation of several valid switches. If it is, issue a warning.
13078         (Build_Global_Archive): If the global archive is rebuilt, linking need
13079         to be done.
13080         (Compile_Sources): Rebuilding a library archive does not imply
13081         rebuilding the global archive.
13082         (Build_Global_Archive): New procedure
13083         (Build_Library): New name for Build_Archive, now only for library
13084         project
13085         (Check_Archive_Builder): New procedure
13086         (Create_Global_Archive_Dependency_File): New procedure
13087         (Gprmake): Call Build_Global_Archive before linking
13088         * makegpr.adb: Use Other_Sources_Present instead of Sources_Present
13089         throughout.
13090         (Scan_Arg): Display the Copyright notice when -v is used
13092         * gnat_ugn.texi: Document new switch -files= (VMS qualifier /FILES=)
13093         for gnatls.
13095         * vms_data.ads: Add qualifier /MAX_NESTING=nnn (-gnatyLnnn) for GNAT
13096         COMPILE.
13097         Add new GNAT LIST qualifier /FILES=
13098         Added qualifier /DIRECTORY= to GNAT METRIC
13099         Added qualifier /FILES= to GNAT METRIC
13100         Added qualifier /FILES to GNAT PRETTY
13102         * switch.adb (Is_Front_End_Switch): Refine the test for --RTS or -fRTS,
13103         to take into account both versions of the switch.
13105         * switch-c.adb (Scan_Front_End_Switches): New switch -gnatez. Should
13106         always be the last switch to the gcc driver. Disable switch storing so
13107         that switches automatically added by the gcc driver are not put in the
13108         ALI file.
13110         * prj.adb (Project_Empty): Take into account changes in components of
13111         Project_Data.
13113         * prj.ads (Languages_Processed): New enumaration value All_Languages.
13115         * prj.ads (Project_Data): Remove component Lib_Elaboration: never
13116         used. Split Boolean component Ada_Sources_Present in two Boolean
13117         components Ada_Sources_Present and Other_Sources_Present.
13118         Minor reformatting
13120         * prj-env.adb (For_All_Source_Dirs.Add): Use Ada_Sources_Present
13121         instead of Sources_Present.
13122         (Set_Ada_Paths.Add.Recursive_Add): Ditto
13124         * prj-nmsc.adb: Minor reformatting
13125         (Check_Ada_Naming_Scheme): New name of procedure Check_Naming_Scheme
13126         (Check_Ada_Naming_Scheme_Validity): New name of previous procedure
13127         Check_Ada_Naming_Scheme.
13128         Change Sources_Present to Ada_Sources_Present or Other_Sources_Present
13129         throughout.
13131         * prj-part.adb (Post_Parse_Context_Clause): New Boolean parameter
13132         In_Limited.
13133         Make sure that all cycles where there is at least one "limited with"
13134         are detected.
13135         (Parse_Single_Project): New Boolean parameter In_Limited
13137         * prj-proc.adb (Recursive_Check): When Process_Languages is
13138         All_Languages, call first Prj.Nmsc.Ada_Check, then
13139         Prj.Nmsc.Other_Languages_Check.
13141         * prj-proc.adb (Process): Use Ada_Sources_Present or
13142         Other_Sources_Present (instead of Sources_Present) depending on
13143         Process_Languages.
13145         * lang-specs.h: Keep -g and -m switches in the same order, and as the
13146         last switches.
13148         * lib.adb (Switch_Storing_Enabled): New global Boolean flag
13149         (Disable_Switch_Storing): New procedure. Set Switch_Storing_Enabled to
13150         False.
13151         (Store_Compilation_Switch): Do nothing if Switch_Storing_Enabled is
13152         False.
13154         * lib.ads (Disable_Switch_Storing): New procedure.
13156         * make.adb: Modifications to reduce nesting level of this package.
13157         (Check_Standard_Library): New procedure
13158         (Gnatmake.Check_Mains): New procedure
13159         (Gnatmake.Create_Binder_Mapping_File): New procedure
13160         (Compile_Sources.Compile): Add switch -gnatez as the last option
13161         (Display): Never display -gnatez
13163         * Makefile.generic:
13164         When using $(MAIN_OBJECT), always use $(OBJ_DIR)/$(MAIN_OBJECT)
13166         * gnatcmd.adb (Check_Project): New function
13167         (Process_Link): New procedure to reduce nesting depth
13168         (Check_Files): New procedure to reduce the nesting depth.
13169         For GNAT METRIC, include the inherited sources in extending projects.
13170         (GNATCmd): When GNAT LS is invoked with a project file and no files,
13171         add the list of files from the sources of the project file. If this list
13172         is too long, put it in a temp text files and use switch -files=
13173         (Delete_Temp_Config_Files): Delete the temp text file that contains
13174         a list of source for gnatpp or gnatmetric, if one has been created.
13175         (GNATCmd): For GNAT METRIC and GNAT PRETTY, if the number of sources
13176         in the project file is too large, create a temporary text file that
13177         list them and pass it to the tool with "-files=<temp text file>".
13178         (GNATCmd): For GNAT METRIC add "-d=<abject dir>" as the first switch
13180         * gnatlink.adb (Gnatlink): Do not compile with --RTS= when the
13181         generated file is in not in Ada.
13183         * gnatls.adb: Remove all parameters And_Save that are no longer used.
13184         (Scan_Ls_Arg): Add processing for -files=
13185         (Usage): Add line for -files=
13187         * g-os_lib.adb (On_Windows): New global constant Boolean flag
13188         (Normalize_Pathname): When on Windows and the path starts with a
13189         directory separator, make sure that the resulting path will start with
13190         a drive letter.
13192         * clean.adb (Clean_Archive): New procedure
13193         (Clean_Project): When there is non-Ada code, delete the global archive,
13194         the archive dependency files, the object files and their dependency
13195         files, if they exist.
13196         (Gnatclean): Call Prj.Pars.Parse for All_Languages, not for Ada only.
13198 2004-06-25  Thomas Quinot  <quinot@act-europe.fr>
13200         * sinfo.ads: Fix typo in comment.
13202         * sem_dist.adb (Process_Remote_AST_Attribute): Simplify code that uses
13203         the TSS for remote access-to-subprogram types, since these TSS are
13204         always present once the type has been analyzed.
13205         (RAS_E_Dereference): Same.
13207         * sem_attr.adb (Analyze_Attribute): When analysis of an attribute
13208         reference raises Bad_Attribute, mark the reference as analyzed so the
13209         node (and any children resulting from rewrites that could have occurred
13210         during the analysis that ultimately failed) is not analyzed again.
13212         * exp_ch7.ads (Find_Final_List): Fix misaligned comment.
13214         * exp_dist.adb: Minor comment fix.
13216         * exp_ch4.adb (Expand_N_Allocator): For an allocator whose expected
13217         type is an anonymous access type, no unchecked deallocation of the
13218         allocated object can occur. If the object is controlled, attach it with
13219         a count of 1. This allows attachment to the Global_Final_List, if
13220         no other relevant list is available.
13221         (Get_Allocator_Final_List): For an anonymous access type that is
13222         the type of a discriminant or record component, the corresponding
13223         finalisation list is the one of the scope of the type.
13225 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
13227         * sem_ch3.adb (Replace_Type): When computing the signature of an
13228         inherited subprogram, use the first subtype if the derived type
13229         declaration has no constraint.
13231         * exp_ch6.adb (Add_Call_By_Copy_Code): Check that formal is an array
13232         before applying previous optimization. Minor code cleanup.
13234         * exp_util.adb (Is_Possibly_Unaligned_Slice): If the component is
13235         placed at the beginning of an unpacked record without explicit
13236         alignment, a slice of it will be aligned and does not need a copy when
13237         used as an actual.
13239 2004-06-25  Ed Schonberg  <schonberg@gnat.com>
13241         PR ada/15591
13242         PR ada/15592
13243         * sem_ch8.adb (Attribute_Renaming): Reject renaming if the attribute
13244         reference is written with expressions mimicking parameters.
13246 2004-06-25  Hristian Kirtchev  <kirtchev@gnat.com>
13248         PR ada/15589
13249         * sem_ch3.adb (Build_Derived_Record_Type): Add additional check to
13250         STEP 2a. The constraints of a full type declaration of a derived record
13251         type are checked for conformance with those declared in the
13252         corresponding private extension declaration. The message
13253         "not conformant with previous declaration" is emitted if an error is
13254         detected.
13256 2004-06-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
13258         * g-traceb.ads: Document the need for -E binder switch in the spec.
13260         * g-trasym.ads: Document the need for -E binder switch in the spec.
13262 2004-06-25  Jose Ruiz  <ruiz@act-europe.fr>
13264         * sem_prag.adb: Add handling of pragma Detect_Blocking.
13266         * snames.h, snames.ads, snames.adb: Add entry for pragma
13267         Detect_Blocking.
13269         * s-rident.ads: Change reference to pragma Detect_Blocking.
13271         * targparm.ads, targparm.adb: Allow pragma Detect_Blocking in
13272         system.ads.
13274         * opt.ads (Detect_Blocking): New Boolean variable (defaulted to False)
13275         to indicate whether pragma Detect_Blocking is active.
13277         * par-prag.adb: Add entry for pragma Detect_Blocking.
13279         * rtsfind.adb (RTU_Loaded): Fix the temporary kludge to get past bug
13280         of not handling WITH.
13281         Note that this replaces the previous update which was incorrect.
13283 2004-06-25  Javier Miranda  <miranda@gnat.com>
13285         * sem_ch10.adb (Re_Install_Use_Clauses): Force the installation of the
13286         use-clauses to have a clean environment.
13288         * sem_ch8.adb (Install_Use_Clauses): Addition of a new formal to force
13289         the installation of the use-clauses to stablish a clean environment in
13290         case of compilation of a separate unit; otherwise the call to
13291         use_one_package is protected by the barrier Applicable_Use.
13293         * sem_ch8.ads (Install_Use_Clauses): Addition of a new formal to force
13294         the installation of the use-clauses to stablish a clean environment in
13295         case of compilation of a separate unit.
13296         (End_Use_Clauses): Minor comment cleanup.
13298 2004-06-25  Sergey Rybin  <rybin@act-europe.fr>
13300         * gnat_ugn.texi: Add description of the gnatpp 'files' switch
13302 2004-06-23  Richard Henderson  <rth@redhat.com>
13304         * trans.c (gnat_gimplify_stmt): Update gimplify_type_sizes call.
13306 2004-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13308         * decl.c (elaborate_expression, elaborate_expression_1): Arguments
13309         now bool instead of int.
13310         (gnat_to_gnu_entity, elaborate_expression_1): New arg to COMPONENT_REF.
13311         * trans.c (gnu_switch_label_stack): New function.
13312         (gnat_to_gnu, N_Object_Renaming_Declaration): Result is what the
13313         elaboration of renamed entity returns.
13314         (gnat_to_gnu, case N_Case_Statement): Add branches to end label.
13315         (add_decl_stmt): Don't add TYPE_DECL for UNCONSTRAINED_ARRAY_TYPE.
13316         (gnat_gimplify_stmt): Use alloc_stmt_list, not build_empty_stmt.
13317         (gnat_gimplify_stmt, case DECL_STMT): gimplify DECL_SIZE and
13318         DECL_SIZE_UNIT and simplify variable-sized case.
13319         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Deleted.
13320         Callers changes to call gimplify_type_sizes and gimplify_one_sizepos.
13321         (gnat_stabilize_reference): Add arg to COMPONENT_REF.
13322         (build_unit_elab): Disable for now.
13323         * utils.c (mark_visited): New function.
13324         (pushdecl): Walk tree to call it for global decl.
13325         (update_pointer_to): Update all variants of pointer and ref types.
13326         Add arg to COMPONENT_REF.
13327         (convert): Likewise.
13328         Move check for converting between variants lower down.
13329         * utils2.c (build_simple_component_ref): Add arg to COMPONENT_REF.
13330         (build_allocator): Don't force type of MODIFY_EXPR.
13331         (gnat_mark_addressable, case VAR_DECL): Unconditionally call
13332         put_var_into_stack.
13334 2004-06-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13336         * ada-tree.def (LOOP_STMT, EXIT_STMT): Update documentation.
13337         * ada-tree.h (EXIT_STMT_LABEL): Renamed from EXIT_STMT_LOOP.
13338         * decl.c (gnat_to_gnu_entity): Also set force_global for imported
13339         subprograms.
13340         * trans.c (gnu_loop_label_stack): Renamed from gnu_loop_stmt_stack;
13341         all callers changed.
13342         (gnat_to_gnu, case N_Loop_Statement, case N_Exit_Statement): Change
13343         the way that EXIT_STMT finds the loop label.
13344         (gnat_gimplify_stmt, case LOOP_STMT, EXIT_STMT): Likewise.
13345         (gnat_gimplify_stmt, case DECL_STMT): Handle variable-sized decls here.
13346         (add_stmt): Use annotate_with_locus insted of setting directly.
13347         (pos_to_construct): Set TREE_PURPOSE of each entry to index.
13348         (gnat_stabilize_reference, case ARRAY_RANGE_REF): Merge with ARRAY_REF.
13349         * utils.c (gnat_install_builtins): Install __builtin_memcmp.
13350         (build_vms_descriptor): Add extra args to ARRAY_REF.
13351         (convert): Use VIEW_CONVERT_EXPR between aggregate types.
13352         * utils2.c (gnat_truthvalue_conversion, case INTEGER_CST, REAL_CST):
13353         New cases.
13354         (build_binary_op): Don't make explicit CONVERT_EXPR.
13355         Add extra rgs to ARRAY_REF.
13357 2004-06-14  Pascal Obry  <obry@gnat.com>
13359         * gnat_ugn.texi: Document relocatable vs. dynamic Library_Kind on
13360         Windows.  Fix minor typo.
13362         * mlib-tgt-mingw.adb: New implementation using the GCC -shared option
13363         which is now supported on Windows. With this implementation using the
13364         Library Project feature is no different on Windows than on UNIX.
13366 2004-06-14  Vincent Celier  <celier@gnat.com>
13368         * makegpr.adb (Compile_Sources): Nothing to do when there are no
13369         non-Ada sources.
13371         * mlib-tgt-vxworks.adb (Library_Exists_For): Remove incorrect comment
13373         * prj-part.adb (Parse_Single_Project): When a duplicate project name is
13374         found, show the project name and the path of the previously parsed
13375         project file.
13377 2004-06-14  Ed Schonberg  <schonberg@gnat.com>
13379         * exp_ch6.adb (Add_Call_By_Copy_Code): For an out-parameter that is an
13380         array, avoid copying the actual before the call.
13382 2004-06-14  Thomas Quinot  <quinot@act-europe.fr>
13384         * g-debpoo.adb: Remove alignment assumptions from GNAT.Debug_Pools.
13385         Instead, allocate memory on worst-case alignment assumptions, and then
13386         return an aligned address within the allocated zone.
13388 2004-06-14  Robert Dewar  <dewar@gnat.com>
13390         * bindgen.adb (Gen_Adainit_Ada): Do not generate external references to
13391         elab entities in predefined units in No_Run_Time_Mode.
13392         (Gen_Adainit_C): Same fix
13393         (Gen_Elab_Calls_Ada): Do not generate calls to elaborate predefined
13394         units in No_Run_Time_Mode
13395         (Gen_Elab_Calls_C): Same fix
13397         * symbols-vms-alpha.adb: Minor reformatting
13399         * g-debpoo.ads: Minor reformatting
13401         * lib.adb (In_Same_Extended_Unit): Version working on node id's
13403         * lib.ads (In_Same_Extended_Unit): Version working on node id's
13405         * lib-xref.adb: Minor cleanup, use new version of In_Same_Extended_Unit
13406         working on nodes.
13408         * make.adb: Minor reformatting
13410         * par-ch12.adb: Minor reformatting
13412         * par-prag.adb: Add dummy entry for pragma Profile_Warnings
13414         * prj-strt.adb: Minor reformatting
13416         * restrict.ads, restrict.adb: Redo handling of profile restrictions to
13417         be more general.
13419         * sem_attr.adb: Minor reformatting
13421         * sem_ch7.adb: Minor reformatting
13423         * sem_elab.adb (Check_A_Call): Deal with problem of calling init proc
13424         for type in the same unit as the object declaration.
13426         * sem_prag.adb (Check_Arg_Is_External_Name): New procedure, allows
13427         static string expressions and not just string literals.
13428         Minor reformatting
13429         (Set_Warning): Reset restriction warning flag for restriction pragma
13430         Implement pragma Profile_Warnings
13431         Implement pragma Profile (Restricted)
13432         Give obolescent messages for old restrictions and pragmas
13434         * snames.h, snames.ads, snames.adb: Add new entry for pragma
13435         Profile_Warnings.
13437         * s-rident.ads: Add declarations for restrictions required by profile
13438         Restricted and profile Ravenscar.
13440         * targparm.ads, targparm.adb: Allow pragma Profile in system.ads
13442         * gnat_ugn.texi: Correct some missing entries in the list of GNAT
13443         configuration pragmas.
13445 2004-06-11  Vincent Celier  <celier@gnat.com>
13447         * mlib-tgt-vms-alpha.adb (Build_Dynamic_Library): Issue switch -R to
13448         gnatsym, when symbol policy is Restricted.
13450         * mlib-tgt-vms-ia64.adb (Build_Dynamic_Library): Issue switch -R to
13451         gnatsym, when symbol policy is Restricted.
13453         * symbols-vms-alpha.adb (Initialize): When symbol policy is Restricted,
13454         read the symbol file.
13455         (Finalize): Fail in symbol policy Restricted if a symbol in the original
13456         symbol file is not in the object files. Do not create a new symbol file
13457         when symbol policy is Restricted.
13459         * gnatbind.adb (Gnatbind): Initialize Snames, because Snames is used
13460         in Scng.
13462         * gnatsym.adb (Parse_Vmd_Line): Process new switch -R for symbol policy
13463         Restricted.
13464         (Usage): Line for new switch -R
13466         * make.adb (Initialize): When the platform is not VMS, add the
13467         directory where gnatmake is invoked in the front of the path, if
13468         gnatmake is invoked with directory information.  Change the Scan_Args
13469         while loop to a for loop.
13470         (Recursive_Compute_Depth): Remove parameter Visited. Improve efficiency:
13471         if Depth is equal or greater than the proposed depth, there is nothing
13472         to do.
13473         (Initialize): Call Recursive_Compute_Depth with initial Depth equal to 1
13474         instead of 0.
13476         * prj.ads: Add new symbol policy Restricted.
13478         * prj-dect.adb (Parse_Case_Construction): Call End_Case_Construction
13479         with the new parameters Check_All_Labels and Case_Location.
13481         * prj-nmsc.adb (Ada_Check): Process new symbol policy Restricted
13482         (Library_Symbol_File needs to be defined).
13484         * prj-strt.adb (End_Case_Construction): New parameters Check_All_Labels
13485         and Case_Location If Check_All_Labels is True, check that all values of
13486         the string type are used, and output warning(s) if they are not.
13488         * prj-strt.ads (End_Case_Construction): New parameters Check_All_Labels
13489         and Case_Location.
13491         * gnat_ugn.texi: Reorder subclauses in menus "Switches for gcc"
13493         * gnat_ugn.texi: Update documentation about the library directory in
13494         Library Projects.
13496         * makegpr.adb (Display_Command): In verbose mode, also display the
13497         value of the CPATH env var, when the compiler is gcc.
13498         (Initialize): Change the Scan_Args while loop to a for loop
13499         (Compile_Individual_Sources): Change directory to object directory
13500         before compilations.
13502         * symbols.ads: New symbol policy Restricted.
13504 2004-06-11  Olivier Hainque  <hainque@act-europe.fr>
13506         * a-except.adb (Raise_After_Setup family): Remove. The responsibility
13507         is now taken care of internally in the Exception_Propagation package
13508         and does not require clients assistance any more.
13510         * a-exexpr.adb (Is_Setup_And_Not_Propagated,
13511         Set_Setup_And_Not_Propagated, and Clear_Setup_And_Not_Propagated): New
13512         functions. Helpers to maintain a predicate required in the handling of
13513         occurrence transfer between tasks.
13514         This is now handled internally and does not require clients assistance
13515         for the setup/propagate separation anymore.
13516         (Setup_Exception, Propagate_Exception): Simplify the Private_Data
13517         allocation strategy, handle the Setup_And_Not_Propagated predicate and
13518         document.
13520         * s-taenca.adb (Check_Exception): Use raise_with_msg instead of
13521         raise_after_setup, now that everything is handled internally within the
13522         setup/propagation engine.
13524 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
13526         * exp_ch6.adb (Expand_Inlined_Call): Add function Formal_Is_Used_Once.
13527         Add additional conditions for the case of an actual being a simple
13528         name or literal. Improve inlining by preventing the generation
13529         of temporaries with a short lifetime (one use).
13531 2004-06-11  Hristian Kirtchev  <kirtchev@gnat.com>
13533         PR ada/15587
13535         * einfo.ads: Minor comment updates for Has_Completion and
13536         E_Constant list of flags.
13538         * sem_ch3.adb (Analyze_Object_Declaration): Full constant declarations
13539         and constant redeclarations now set the Has_Completion flag of their
13540         defining identifiers.
13542         * sem_ch7.adb (Analyze_Package_Spec): Add procedure
13543         Inspect_Deferred_Constant_Completion.
13544         Used to detect private deferred constants that have not been completed
13545         either by a constant redeclaration or pragma Import. Emits error message
13546         "constant declaration requires initialization expression".
13548         * sem_prag.adb (Process_Import_Or_Interface): An Import pragma now
13549         completes a deferred constant.
13551 2004-06-11  Geert Bosch  <bosch@gnat.com>
13553         * eval_fat.adb (Decompose_Int): Fix rounding of negative numbers.
13555         * s-fatgen.adb (Gradual_Scaling): Correct off-by-one error in
13556         calculating exponent for scaling denormal numbers.
13557         (Leading_Part): Properly raise Constraint_Error for zero or negative
13558         Adjustment.
13559         (Remainder): Properly raise Constraint_Error for zero divisor.
13561 2004-06-11  Thomas Quinot  <quinot@act-europe.fr>
13563         * sem_util.adb: Minor reformatting.
13565         * exp_ch2.adb (Expand_Entry_Parameter): Generate an explicit
13566         dereference when accessing the entry parameter record.
13567         (Check_Array_Type): Always check for possible implicit dereference.
13568         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
13569         Abort if a pointer is still present (denoting that an implicit
13570         dereference was left in the tree by the front-end).
13572         * sem_attr.adb (Expand_Entry_Parameter): Generate an explicit
13573         dereference when accessing the entry parameter record.
13574         (Check_Array_Type): Always check for possible implicit dereference.
13575         (maybe_implicit_dereference): Rename to check_no_implicit_derefence.
13576         Abort if a pointer is still present (denoting that an implicit
13577         dereference was left in the tree by the front-end).
13579 2004-06-11  Emmanuel Briot  <briot@act-europe.fr>
13581         * g-debpoo.adb (Deallocate, Dereference): Add prefix "error:" to error
13582         message, like the compiler itself does. Easier to parse the output.
13584         * g-debpoo.ads: (Allocate, Deallocate, Dereference): Add comments.
13586         * gnat_ugn.texi (gnatxref, gnatfind): Clarify that source names should
13587         be base names, and not includes directories.
13589 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
13591         * Makefile.generic ($(EXEC)): Depend on $(OBJECTS), not $(OBJ_FILES),
13592         so that dependencies are properly taken into account by make.
13594 2004-06-11  Arnaud Charlet  <charlet@act-europe.fr>
13596         PR ada/15622
13597         * s-unstyp.ads, s-maccod.ads, sem_ch8.adb, s-auxdec.ads,
13598         exp_intr.adb, s-auxdec-vms_64.ads: Fix typo: instrinsic -> intrinsic
13600 2004-06-11  Jerome Guitton  <guitton@act-europe.fr>
13602         * Makefile.in (install-gnatlib): install target-specific run-time files.
13604         * Make-lang.in: Remove obsolete targets.
13606 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
13608         * par-ch12.adb (P_Generic): Add scope before analyzing subprogram
13609         specification, to catch misuses of program unit names.
13611         * sem_res.adb (Resolve_Type_Conversion): Do not emit warnings on
13612         superfluous conversions in an instance.
13614 2004-06-11  Ed Schonberg  <schonberg@gnat.com>
13616         PR ada/15403
13618         * sem_ch12.adb (Save_References): If operator node has been folded to
13619         enumeration literal, associated_node must be discarded.
13621 2004-06-11  Jose Ruiz  <ruiz@act-europe.fr>
13623         * s-stchop-vxworks.adb: Add required pragma Convention to
13624         Task_Descriptor because it is updated by a C function.
13626 2004-06-08  Arnaud Charlet  <charlet@act-europe.fr>
13628         PR ada/15568
13630         * Makefile.in: Remove target specific SO_OPT on IRIX
13632 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13634         * ada-tree.def (TRANSFORM_EXPR, ALLOCATE_EXPR, USE_EXPR): Deleted.
13635         (GNAT_NOP_EXPR, GNAT_LOOP_ID, EXPR_STMT, NULL_STMT): Likewise.
13636         (BLOCK_STMT, IF_STMT, GOTO_STMT, LABEL_STMT, RETURN_STMT): Likewise.
13637         (ASM_STMT, BREAK_STMT, REGION_STMT,HANDLER_STMT): Likewise.
13638         (STMT_STMT, USE_STMT): New statement codes.
13639         (LOOP_STMT, EXIT_STMT): Make slight semantic changes.
13640         * ada-tree.h: Reflect above changes.
13641         (struct tree_loop_id): Deleted.
13642         (union lang_tree_node, struct lang_decl, struct lang_type):
13643         Now just contains a tree node; update macros using TYPE_LANG_SPECIFIC
13644         and DECL_LANGUAGE_SPECIFIC to reflect these changes.
13645         (DECL_INIT_BY_ASSIGN_P, TRE_LOOP_NODE_ID, TREE_SLOC): Deleted.
13646         (IS_ADA_STMT): New macro.
13647         * decl.c (annotate_decl_with_node): New function.
13648         (gnat_to_gnu_entity): Use it and Sloc_to_locus instead of set_lineno.
13649         (gnat_to_gnu_entity, case object): Remove call to expand CONVERT_EXPR.
13650         Call add_stmt_with_node to do needed assignments.
13651         Add call to update setjmp buffer directly, not via EXPR_STMT.
13652         (maybe_variable): Argment GNAT_NODE deleted.
13653         * gigi.h (maybe_variable): Likewise.
13654         (make_transform, add_stmt_with_node, set_block_for_group): New.
13655         (gnat_gimplify_expr, gnat_expand_body, Sloc_to_locus): Likewise.
13656         (set_block_jmpbuf_decl, get_block_jmpbuf_decl): Likewise.
13657         (discard_file_names, gnu_block_stack, gnat_to_code): Deleted.
13658         (set_lineno, set_lineno_from_sloc): Likewise.
13659         (record_code_position, insert_code_for): Likewise.
13660         (gnat_poplevel): Now returns void.
13661         (end_subprog_body): Now takes argument.
13662         * misc.c (cgraph.h, tree-inline.h): New includes.
13663         (gnat_tree_size, LANG_HOOKS_TREE_SIZE): Deleted.
13664         (gnat_post_options, LANG_HOOKS_POST_OPTIONS): New.
13665         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Likewise.
13666         (LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_GIMPLIFY_EXPR): Likewise.
13667         (gnat_parse_file): Don't set immediate_size_expand.
13668         Call cgraph functions.
13669         (gnat_expand_expr): Remove most cases.
13670         (record_code_position, insert_code_for): Remove from here.
13671         * trans.c (toplev.h, tree-gimple.h): Now included.
13672         (discard_file_names): Deleted.
13673         (gnu_block_stack, gnu_block_stmt_node, gnu_block_stmt_free_list): Del.
13674         (first_nondeleted_insn, make_expr_stmt_from_rtl): Likewise.
13675         (struct stmt_group, current_stmt_group, stmt_group_free_list): New.
13676         (gnu_stack_free_list, record_cost_position, insert_code_for): Likewise.
13677         (add_cleanup, push_stack, gnat_gimplify_stmt, add_cleanup): Likewise.
13678         (gnat_gimplify_type_sizes, gnat_gimplify_one_sizepos): Likewise.
13679         (gnat_expand_body_1, gnat_gimplify_expr, annotate_with_node): Likewise.
13680         (set_block_for_group, add_stmt_list): Likewise.
13681         (start_stmt_group): Renamed from start_block_stmt.
13682         (end_stmt_group): Likewise, from end_block_stmt.
13683         (build_stmt_group): Likewise, from build_block_stmt, also add arg.
13684         (gigi): Don't set discard_file_names or call set_lineno.
13685         Disallow front end ZCX; call gnat_to_gnu, not gnat_to_code.
13686         (tree_transform): Deleted, now renamed to be gnat_to_gnu.
13687         Numerous changes throughout to reflect new names and complete
13688         function-at-a-time implementation.
13689         (gnat_expand_stmt): Delete or comment out all cases.
13690         (process_inlined_subprograms): Use add_stmt.
13691         (process_decls): Use gnat_to_gnu, not gnat_to_code, and don't
13692         call set_lineno; also remove unneeded block handling.
13693         (process_type): Remove unneeded block handling.
13694         (build_unit_elab): Remove calls to deleted functions.
13695         * utils.c (cgraph.h, tree-inline.h, tree-gimple.h): Now include.
13696         (tree-dump.h): Likewise.
13697         (struct ada_binding_level): Add field jmpbuf_decl.
13698         (gnat_define_builtin, gnat_install_builtins): New.
13699         (gnat_gimplify_function, gnat_finalize): Likewise.
13700         (gnat_poplevel): No longer return BLOCK, set it instead.
13701         Remove code dealing with nested functions.
13702         (gnat_init_decl_processing): Also set size_type_node.
13703         Call gnat_install_builtins.
13704         (create_var_decl): Don't set DECL_INIT_BY_ASSIGN.
13705         (create_subprog_decl): Change handling of inline_flag; set TREE_STATIC.
13706         Remove special-case for "main".
13707         (end_subprog_body): Add arg and rework for tree-ssa.
13708         (convert): Don't use GNAT_NOP_EXPR or look for TRANSFORM_EXPR.
13709         Add case for BOOLEAN_TYPE.
13710         * utils2.c (rtl.h): Now include.
13711         (build_call_raise): Test Debug_Flag_NN directly.
13712         (build_call_alloc_dealloc): Don't use local stack allocation for now.
13713         (gnat_mark_addressable, case GNAT_NOP_EXPR): Deleted.
13714         (gnat_mark_addressable, case VAR_DECL): Handle both early & late cases.
13716 2004-06-07  Robert Dewar  <dewar@gnat.com>
13718         * a-direct.ads, einfo.ads: Minor comment updates
13720         * s-taprop-lynxos.adb, s-taprop-tru64.adb, s-taprop-irix.adb,
13721         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
13722         s-taprop-dummy.adb, s-taprop-os2.adb, s-taprop-solaris.adb,
13723         s-taprop-vms.adb, s-taprop-mingw.adb, s-taprop-vxworks.adb,
13724         s-taprop-posix.adb, s-taprop.ads, exp_dbug.adb: Minor reformatting.
13726         * s-interr-sigaction.adb: Remove unreferenced variable
13727         (Attached_Interrupts).  Minor reformatting.
13728         Avoid use of variable I (replace by J).
13730         * par-ch10.adb: Fix text of one error message
13732         * checks.adb, checks.ads, cstand.adb, vms_data.ads, errout.ads,
13733         exp_aggr.adb, exp_ch3.adb, exp_ch3.ads, exp_ch5.adb, exp_ch6.adb,
13734         exp_ch9.adb, exp_code.adb, gnat1drv.adb, lib-load.adb, lib-writ.adb,
13735         opt.adb, par.adb, opt.ads, par-ch11.adb, par-ch3.adb, par-ch4.adb,
13736         par-ch5.adb, par-ch6.adb, par-ch8.adb, par-ch9.adb, par-prag.adb,
13737         par-util.adb, scng.adb, sem_aggr.adb, sem_attr.adb, sem_cat.adb,
13738         sem_ch10.adb, sem_ch10.adb, sem_ch11.adb, sem_ch12.adb, sem_ch2.adb,
13739         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch5.adb, sem_ch6.adb,
13740         sem_ch7.adb, sem_ch8.adb, sem_ch9.adb, sem_eval.adb, sem_prag.adb,
13741         sem_res.adb, sem_type.adb, sem_util.adb, sinfo.ads, snames.adb,
13742         snames.ads, snames.h, sprint.adb, switch-c.adb: Modifications for Ada
13743         2005 support.
13745 2004-06-07  Doug Rupp  <rupp@gnat.com>
13747         * mlib-tgt-vms.adb: Rename mlib-tgt-vms.adb mlib-tgt-vms-alpha.adb
13749         * s-vaflop-vms.adb: Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb
13751         * mlib-tgt-vms-ia64.adb: New file.
13753         * Makefile.in: Rename mlib-tgt-vms.adb to mlib-tgt-vms-alpha.adb
13754         Add mlib-tgt-vms-ia64.adb
13755         Rename s-vaflop-vms.adb to s-vaflop-vms-alpha.adb.
13756         Move to alpha specific ifeq section.
13757         Add VMS specific versions of symbols.adb
13758         Renaming of 5q vms files.
13760         * 5qsystem.ads renamed to system-vms_64.ads.
13762 2004-06-07  Vincent Celier  <celier@gnat.com>
13764         * a-calend.ads: Add a GNAT Note comment after function Time_Of to
13765         explain that when a time of day corresponding to the non existing hour
13766         on the day switching to DST is specified, Split may return a different
13767         value for Seconds.
13769         * gnatcmd.adb: Add processing of GNAT METRIC (for gnatmetric), similar
13770         to GNAT PRETTY.
13772         * g-os_lib.adb (OpenVMS): New Boolean value imported from System.
13773         (Normalize_Pathname): Only resolve VMS logical names when on VMS.
13775         * mlib-prj.adb (Build_Library): New flag Gtrasymobj_Needed, initialize
13776         to False.
13777         If Gtrasymobj_Needed is True, add the full path of g-trasym.obj to
13778         the linking options.
13779         (Build_Library.Check_Libs): On VMS, if there is a dependency on
13780         g-trasym.ads, set Gtrasymobj_Needed to True.
13782         * prj-attr.adb: Add new package Metrics for gnatmetric
13784         * prj-nmsc.adb (Record_Other_Sources): Put source file names in
13785         canonical case to take into account files with upper case characters on
13786         Windows.
13787         (Ada_Check): Load the reference symbol file name in the name buffer to
13788         check it, not the symbol file name.
13790         * snames.ads, snames.adb: Add standard name Metrics (name of project
13791         file package for gnatmetric).
13793         * vms_conv.ads: Add Metric to Comment_Type
13795         * vms_conv.adb (Initialize): Add component dor Metric in Command_List
13797         * vms_data.ads: Add qualifiers for GNAT METRIC
13799         * makegpr.adb (Link_Executables): Take into account the switches
13800         specified in package Linker of the main project.
13802 2004-06-07  Thomas Quinot  <quinot@act-europe.fr>
13804         * bindgen.adb (Set_Unit_Number): Units is an instance of Table, and so
13805         the index of the last element is Units.Last, not Units.Table'Last
13806         (which is usually not a valid index within the actually allocated
13807         storage for the table).
13809         * exp_ch4.adb (Insert_Dereference_Action): Change predicate that
13810         determines whether to generate a call to a checked storage pool
13811         Dereference action.
13812         Generate such a call only for a dereference that either comes from
13813         source, or is the result of rewriting a dereference that comes from
13814         source.
13816 2004-06-07  Romain Berrendonner  <berrendo@act-europe.fr>
13818         * bindgen.adb (Gen_Output_File): Add support for GAP builds.
13820 2004-06-07  Eric Botcazou  <ebotcazou@act-europe.fr>
13822         (gnat_to_gnu_entity) <E_Array_Subtype>: For multi-dimensional arrays at
13823         file level, elaborate the stride for inner dimensions in alignment
13824         units, not bytes.
13826         * exp_ch5.adb: Correct wrong reference to Component_May_Be_Bit_Aligned
13827         in a comment.
13829 2004-06-07  Javier Miranda  <miranda@gnat.com>
13831         * exp_ch6.adb: Correct wrong modification in previous patch
13833 2004-06-07  Vasiliy Fofanov  <fofanov@act-europe.fr>
13835         * g-trasym.ads: Corrected comment to properly reflect level of support
13836         on VMS.
13838 2004-06-07  Hristian Kirtchev  <kirtchev@gnat.com>
13840         * lib-xref.adb (Generate_Reference): Add nested function Is_On_LHS. It
13841         includes case of a variable referenced on the left hand side of an
13842         assignment, therefore remove redundant code. Variables and prefixes of
13843         indexed or selected components are now marked as referenced on left
13844         hand side. Warnings are now properly emitted when variables or prefixes
13845         are assigned but not read.
13847         * sem_warn.adb (Output_Unreferenced_Messages): Add additional checks to
13848         left hand side referenced variables. Private access types do not
13849         produce the warning "variable ... is assigned but never read".
13850         Add also additional checks to left hand side referenced variables.
13851         Aliased, renamed objects and access types do not produce the warning
13852         "variable ... is assigned but never read" since other entities may read
13853         the memory location.
13855 2004-06-07  Jerome Guitton  <guitton@act-europe.fr>
13857         * Makefile.in: In the powerpc/vxworks-specific section, restore
13858         EXTRA_GNATRTL_NONTASKING_OBJS and EXTRA_GNATRTL_TASKING_OBJS (removed
13859         by mistake).
13861 2004-06-07  Ed Schonberg  <schonberg@gnat.com>
13863         * sem_ch4.adb (Remove_Abstract_Operations): Refine the removal of
13864         predefined operators.
13865         Removes spurious type errors from g-trasym-vms.adb.
13867         * sem_res.adb (Rewrite_Renamed_Operator): If intrinsic operator is
13868         distinct from the operator appearing in the source, call appropriate
13869         routine to insert conversions when needed, and complete resolution of
13870         node.
13871         (Resolve_Intrinsic_Operator): Fix cut-and-paste bug on transfer of
13872         interpretations for rewritten right operand.
13873         (Set_Mixed_Mode_Operand): Handle properly a universal real operand when
13874         the other operand is overloaded and the context is a type conversion.
13876 2004-06-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13878         * ada-tree.def (BLOCK_STMT): Now has two operands.
13879         (BREAK_STMT): New.
13881         * ada-tree.h: (BLOCK_STMT_BLOCK): New macro.
13883         * gigi.h: (gnat_poplevel): Now returns a tree.
13885         * trans.c (end_block_stmt): Add arg; all callers changed.
13886         (tree_transform, case N_Case_Statement): Make a BLOCK_STMT for a WHEN.
13887         (start_block_stmt): Clear BLOCK_STMT_BLOCK.
13888         (add_stmt): Set TREE_TYPE.
13889         (gnat_expand_stmt, case BLOCK_STMT): Handle BLOCK_STMT_BLOCK.
13890         (gnat_expand_stmt, case BREAK_STMT): New case.
13892         * utils.c (gnat_poplevel): Return a BLOCK, if we made one.
13894 2004-06-07  Jose Ruiz  <ruiz@act-europe.fr>
13896         * s-stchop.adsm s-stchop.adb, s-stchop-vxworks.adb: Remove the
13897         procedure Set_Stack_Size that is not needed.
13899 2004-06-07  Sergey Rybin  <rybin@act-europe.fr>
13901         * gnat_ugn.texi: Clarify the case when non-standard naming scheme is
13902         used for gnatpp input file and for the files upon which it depends
13904 2004-06-07  Ben Brosgol  <brosgol@gnat.com>
13906         * gnat_ugn.texi: Wordsmithing of "GNAT and Libraries" chapter
13908 2004-06-07  Arnaud Charlet  <charlet@act-europe.fr>
13910         * gnatvsn.ads: Bump version numbers appropriately.
13911         Add new build type.
13913 2004-06-07  Pascal Obry  <obry@gnat.com>
13915         * gnat_ugn.texi: Improve comments about imported names and link names
13916         on Windows. Add a note about the requirement to use -k gnatdll's option
13917         when working with a DLL which has stripped stdcall symbols (no @nn
13918         suffix).
13920 2004-05-27  Vincent Celier  <celier@gnat.com>
13922         * vms_data.ads: Add new GNAT PRETTY qualifiers /NO_BACKUP and
13923         COMMENTS_LAYOUT=UNTOUCHED
13925         * symbols-vms.adb, symbols-vms-alpha.adb: Renamed symbols-vms.adb to
13926         symbols-vms-alpha.adb
13928 2004-05-27  Thomas Quinot  <quinot@act-europe.fr>
13930         * sem.ads: Clarify documentation on checks suppression.
13932         * einfo.ads (Is_Known_Non_Null): Minor comment typo fix and rephrasing.
13934 2004-05-27  Ed Schonberg  <schonberg@gnat.com>
13936         * sem_util.adb (Is_Descendent_Of): Examine properly all ancestors in
13937         the case of multiple derivations.
13938         (Is_Object_Reference): For a selected component, verify that the prefix
13939         is itself an object and not a value.
13941         * sem_ch12.adb (Same_Instantiated_Constant): New name for
13942         Same_Instantiated_Entity.
13943         (Same_Instantiated_Variable): Subsidiary to
13944         Check_Formal_Package_Instance, to recognize actuals for in-out generic
13945         formals that are obtained from a previous formal package.
13946         (Instantiate_Subprogram_Body): Emit proper error when
13947         generating code and the proper body of a stub is missing.
13949         * sem_ch4.adb (Remove_Address_Interpretations): If the operation still
13950         has a universal interpretation, do the disambiguation here.
13952         * exp_ch4.adb (Expand_N_Type_Conversion,
13953         Expand_N_Unchecked_Type_Conversion): Special handling when target type
13954         is Address, to avoid typing anomalies when Address is a visible integer
13955         type.
13957         * exp_ch6.adb (Expand_N_Subprogram_Body): Use Is_Descendent_Of_Address
13958         to determine whether a subprogram should not be marked Pure, even when
13959         declared in a pure package.
13961 2004-05-27  Jose Ruiz  <ruiz@act-europe.fr>
13963         * gnat_ugn.texi: Replace pragma Ravenscar by pragma Profile.
13965         * gnat_rm.texi: Replace Max_Entry_Queue_Depth by Max_Entry_Queue_Length
13966         Document No_Dynamic_Attachment, that supersedes No_Dynamic_Interrupts.
13967         Update the documentation about the Ravenscar profile, following the
13968         definition found in AI-249.
13970         * sem_prag.adb: Use FIFO_Within_Priorities and Ceiling_Locking when
13971         setting the Profile (Ravenscar). This must be done in addition to
13972         setting the required restrictions.
13974         * rtsfind.ads: Add the set of operations defined in package
13975         Ada.Interrupts.
13977         * exp_ch6.adb: Check whether we are violating the No_Dynamic_Attachment
13978         restriction.
13980 2004-05-27  Eric Botcazou  <ebotcazou@act-europe.fr>
13982         lang-specs.h: Always require -c or -S and always redirect to /dev/null
13983         if -gnatc or -gnats is passed.
13985 2004-05-27  Hristian Kirtchev  <kirtchev@gnat.com>
13987         * sem_prag.adb (Sig_Flags): A Pragma_Unchecked_Union does not count as
13988         a significant reference. Warnings are now properly emitted when a
13989         discriminated type is not referenced.
13991         * lib-xref.adb (Generate_Reference): A deferred constant completion,
13992         record representation clause or record type discriminant does not
13993         produce a reference to its corresponding entity. Warnings are now
13994         properly emitted when deferred constants and record types are not
13995         referenced.
13997 2004-05-27  Geert Bosch  <bosch@gnat.com>
13999         * Makefile.in: Use long version of libm routines on ia64 gnu/linux.
14000         Fixes ACATS Annex G tests.
14002 2004-05-27  Robert Dewar  <dewar@gnat.com>
14004         * rtsfind.adb (RTU_Loaded): Temporary kludge to get past bug of not
14005         handling WITH
14007 2004-05-27  Arnaud Charlet  <charlet@act-europe.fr>
14009         * s-interr.adb (Server_Task): Take into account case of early return
14010         from sigwait under e.g. linux.
14012 2004-05-27  Sergey Rybin  <rybin@act-europe.fr>
14014         * gnat_ugn.texi: Add description for the new gnatpp options:
14015          -rnb - replace the original source without creating its backup copy
14016          -c0 - do not format comments
14018 2004-05-24  Geert Bosch  <bosch@gnat.com>
14020         * a-numaux-x86.adb (Reduce): Reimplement using an approximation of Pi
14021         with 192 bits of precision, sufficient to reduce a double-extended
14022         arguments X with a maximum relative error of T'Machine_Epsilon, for X
14023         in -2.0**32 .. 2.0**32.
14024         (Cos, Sin):  Always reduce arguments of 1/4 Pi or larger, to prevent
14025         reduction by the processor, which only uses a 68-bit approximation of
14026         Pi.
14027         (Tan): Always reduce arguments and compute function either using
14028         the processor's fptan instruction, or by dividing sin and cos as needed.
14030 2004-05-24  Doug Rupp  <rupp@gnat.com>
14032         * adaint.c (__gnat_readdir): Cast CRTL function retun value to avoid
14033         gcc error on 32/64 bit VMS.
14035 2004-05-24  Olivier Hainque  <hainque@act-europe.fr>
14037         * init.c (__gnat_error_handler): Handle EEXIST as EACCES for SIGSEGVs,
14038         since this is what we get for stack overflows although not documented
14039         as such.
14040         Document the issues which may require adjustments to our signal
14041         handlers.
14043 2004-05-24  Ed Schonberg  <schonberg@gnat.com>
14045         * inline.adb (Add_Scope_To_Clean): Do not add cleanup actions to the
14046         enclosing dynamic scope if the instantiation is within a generic unit.
14048 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
14050         * exp_dbug.ads: Fix typo.
14052         * Makefile.in: s-osinte-linux-ia64.ads was misnamed.
14053         Rename it to its proper name: system-linux-ia64.ads
14054         (stamp-gnatlib1): Remove extra target specific run time files when
14055         setting up the rts directory.
14057 2004-05-24  Javier Miranda  <miranda@gnat.com>
14059         * einfo.ads, einfo.adb (Limited_Views): Removed.
14060         (Limited_View): New attribute that replaces the previous one. It is
14061         now a bona fide package with the limited-view list through the
14062         first_entity and first_private attributes.
14064         * sem_ch10.adb (Install_Private_With_Clauses): Give support to
14065         limited-private-with clause.
14066         (Install_Limited_Withed_Unit): Install the private declarations of a
14067         limited-private-withed package. Update the installation of the shadow
14068         entities according to the new structure (see Build_Limited_Views)
14069         (Build_Limited_Views): Replace the previous implementation of the
14070         limited view by a package entity that references the first shadow
14071         entity plus the first shadow private entity (required for limited-
14072         private-with clause)
14073         (New_Internal_Shadow_Entity): Code cleanup.
14074         (Remove_Limited_With_Clause): Update the implementation to undo the
14075         new work carried out by Build_Limited_Views.
14076         (Build_Chain): Complete documentation.
14077         Replace Ada0Y by Ada 0Y in comments
14078         Minor reformating
14080         * sem_ch3.adb (Array_Type_Declaration): In case of anonymous access
14081         types the level of accessibility depends on the enclosing type
14082         declaration.
14084         * sem_ch8.adb (Find_Expanded_Name): Fix condition to detect shadow
14085         entities. Complete documentation of previous change.
14087 2004-05-24  Robert Dewar  <dewar@gnat.com>
14089         * namet.adb: Minor reformatting
14090         Avoid use of name I (replace by J)
14091         Minor code restructuring
14093         * sem_ch6.adb: Minor reformatting
14095         * lib-writ.adb: Do not set restriction as active if this is a
14096         Restriction_Warning case.
14098         * sem_prag.adb: Reset restriction warning flag if real pragma
14099         restriction encountered.
14101         * s-htable.adb: Minor reformatting
14102         Change rotate count to 3 in Hash (improves hash for small strings)
14104         * 5qsystem.ads: Add comments for type Address (no literals allowed).
14106         * gnat_ugn.texi: Add new section of documentation "Code Generation
14107         Control", which describes the use of -m switches.
14109 2004-05-24  Eric Botcazou  <ebotcazou@act-europe.fr>
14111         trans.c (tree_transform) <N_Identifier>: Do the dereference directly
14112         through the DECL_INITIAL for renamed variables.
14114 2004-05-24  Arnaud Charlet  <charlet@act-europe.fr>
14116         * s-osinte-linux-ia64.ads: Renamed system-linux-ia64.ads
14118 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
14120         * exp_dbug.ads: Correct comments concerning handling of overloading,
14121         since we no longer use $ anymore.
14123 2004-05-19  Sergey Rybin  <rybin@act-europe.fr>
14125         * sem_ch10.adb (Optional_Subunit): When loading a subunit, do not
14126         ignore errors if ASIS_Mode is set. This prevents creating ASIS trees
14127         with illegal subunits.
14129 2004-05-19  Ed Schonberg  <schonberg@gnat.com>
14131         * sem_ch6.adb (Check_Following_Pragma): When compiling a subprogram
14132         body with front-end inlining enabled, check whether an inline pragma
14133         appears immediately after the body and applies to it.
14135         * sem_prag.adb (Cannot_Inline): Emit warning if front-end inlining is
14136         enabled and the pragma appears after the body of the subprogram.
14138 2004-05-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14140         Part of function-at-a-time conversion
14142         * misc.c (adjust_decl_rtl): Deleted.
14143         (LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
14144         Define.
14146         * gigi.h: (adjust_decl_rtl, kept_level_p, set_block): Deleted.
14147         (add_decl_stmt, add_stmt, block_has_vars): New functions.
14148         (gnat_pushlevel, gnat_poplevel): Renamed from pushlevel and poplevel.
14150         * decl.c (elaborate_expression, maybe_pad_type): Call add_decl_stmt
14151         when making a decl.
14152         (gnat_to_gnu_entity): Likewise.
14153         Use add_stmt to update setjmp buffer.
14154         Set TREE_ADDRESSABLE instead of calling put_var_into_stack and
14155         flush_addressof.
14156         No longer call adjust_decl_rtl.
14157         (DECL_INIT_BY_ASSIGN_P): New macro.
14158         (DECL_STMT_VAR): Likewise.
14160         * trans.c (gigi): Call start_block_stmt to make the outermost
14161         BLOCK_STMT.
14162         (gnat_to_code, gnu_to_gnu, tree_transform, process_decls, process_type):
14163         Call start_block_stmt and end_block_stmt temporarily.
14164         Use gnat_expand_stmt instead of expand_expr_stmt.
14165         (add_decl_stmt): New function.
14166         (tree_transform): Call it.
14167         (add_stmt): Also emit initializing assignment for DECL_STMT if needed.
14168         (end_block_stmt): Set type and NULL_STMT.
14169         (gnat_expand_stmt): Make recursize call instead of calling
14170         expand_expr_stmt.
14171         (gnat_expand_stmt, case DECL_STMT): New case.
14172         (set_lineno_from_sloc): Do nothing if global.
14173         (gnu_block_stmt_node, gnu_block_stmt_free_list): New variables.
14174         (start_block_stmt, add_stmt, end_block_stmt): New functions.
14175         (build_block_stmt): Call them.
14176         (gnat_to_code): Don't expand NULL_STMT.
14177         (build_unit_elab): Rename pushlevel and poplevel to gnat_* and change
14178         args.
14179         (tree_transform): Likewise.
14180         (tree_transform, case N_Null_Statement): Return NULL_STMT.
14181         (gnat_expand_stmt, case NULL_STMT): New case.
14182         (gnat_expand_stmt, case IF_STMT): Allow nested IF_STMT to have no
14183         IF_STMT_TRUE.
14185         * utils2.c (gnat_mark_addressable, case VAR_DECL): Do not set
14186         TREE_ADDRESSABLE.
14188         * utils.c (create_var_decl): Do not call expand_decl or
14189         expand_decl_init.
14190         Set TREE_ADDRESSABLE instead of calling gnat_mark_addressable.
14191         Set DECL_INIT_BY_ASSIGN_P when needed and do not generate MODIFY_EXPR
14192         here.
14193         (struct e_stack): Add chain_next to GTY.
14194         (struct binding_level): Deleted.
14195         (struct ada_binding_level): New struct.
14196         (free_block_chain): New.
14197         (global_binding_level, clear_binding_level): Deleted.
14198         (global_bindings_p): Rework to see if no chain.
14199         (kept_level_p, set_block): Deleted.
14200         (gnat_pushlevel): Renamed from pushlevel and extensive reworked to use
14201         new data structure and work directly on BLOCK node.
14202         (gnat_poplevel): Similarly.
14203         (get_decls): Look at BLOCK_VARS.
14204         (insert_block): Work directly on BLOCK node.
14205         (block_has_var): New function.
14206         (pushdecl): Rework for new binding structures.
14207         (gnat_init_decl_processing): Rename and rework calls to pushlevel and
14208         poplevel.
14209         (build_subprog_body): Likewise.
14210         (end_subprog_body): Likewise; also set up BLOCK in DECL_INITIAL.
14212         * ada-tree.def (DECL_STMT, NULL_STMT): New codes.
14214         * ada-tree.h: (DECL_INIT_BY_ASSIGN_P): New macro.
14215         (DECL_STMT_VAR): Likewise.
14217 2004-05-17  Robert Dewar  <dewar@gnat.com>
14219         * restrict.ads, restrict.adb (Process_Restriction_Synonym): New
14220         procedure
14222         * sem_prag.adb (Analyze_Pragma, case Restrictions): Cleanup handling
14223         of restriction synonyums by using
14224         Restrict.Process_Restriction_Synonyms.
14226         * snames.ads, snames.adb: Add entries for Process_Restriction_Synonym
14228         * s-restri.ads (Tasking_Allowed): Correct missing comment
14230         * s-rident.ads: Add entries for restriction synonyms
14232         * ali.adb: Fix some problems with badly formatted ALI files that can
14233         result in infinite loops.
14235         * s-taprop-lynxos.adb, s-tpopsp-lynxos.adb, s-taprop-tru64.adb,
14236         s-tpopsp-posix-foreign.adb, s-taprop-irix.adb, s-interr-sigaction.adb,
14237         s-taprop-irix-athread.adb, s-taprop-hpux-dce.adb, s-taprop-linux.adb,
14238         s-taprop-dummy.adb, s-interr-dummy.adb, s-taprop-os2.adb,
14239         s-taprop-solaris.adb, s-tpopsp-solaris.adb, s-asthan-vms.adb,
14240         s-inmaop-vms.adb, s-interr-vms.adb, s-taprop-vms.adb,
14241         s-tpopde-vms.adb, s-taprop-mingw.adb, s-interr-vxworks.adb,
14242         s-taprop-vxworks.adb, s-tpopsp-vxworks.adb, s-taprop-posix.adb,
14243         s-tpopsp-posix.adb, s-tratas-default.adb, a-dynpri.adb,
14244         a-tasatt.adb, a-taside.adb, a-taside.ads, exp_attr.adb,
14245         exp_ch9.adb, g-thread.adb, rtsfind.ads, sem_attr.adb,
14246         s-interr.adb, s-interr.ads, s-soflin.ads, s-taasde.adb,
14247         s-taasde.ads, s-taenca.adb, s-taenca.ads, s-taprop.ads,
14248         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
14249         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
14250         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
14251         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
14252         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
14253         s-tpoben.adb, s-tpobop.adb, s-tpobop.ads, s-tporft.adb,
14254         s-tposen.adb, s-tposen.ads, s-tratas.adb, s-tratas.ads: Change Task_ID
14255         to Task_Id (minor cleanup).
14257 2004-05-17  Vincent Celier  <celier@gnat.com>
14259         * g-os_lib.adb (Normalize_Pathname.Final_Value): Remove trailing
14260         directory separator.
14262         * prj-proc.adb (Recursive_Process): Inherit attribute Languages from
14263         project being extended, if Languages is not declared in extending
14264         project.
14266 2004-05-17  Javier Miranda  <miranda@gnat.com>
14268         * sem_ch10.adb (Install_Limited_Withed_Unit): Do not install the
14269         limited view of a visible sibling.
14271 2004-05-14  Robert Dewar  <dewar@gnat.com>
14273         * gnat_ugn.texi: Minor change to -gnatS documentation
14275         * sprint.adb: Remove some instances of Assert (False) and for this
14276         purpose replace them by output of a ??? string.
14278         * checks.adb, exp_aggr.adb, sem_elim.adb: Remove useless pragma
14279         Assert (False).
14281         * lib-writ.adb, lib-load.adb, lib.ads, lib.adb: Remove Dependent_Unit
14282         flag processing. This was suppressing required dependencies in
14283         No_Run_Time mode and is not needed since the binder does not generate
14284         references for things in libgnat anyway.
14286         * sem_ch3.adb (Access_Type_Declaration): Reorganize code to avoid GCC
14287         warning.
14289 2004-05-14  Thomas Quinot  <quinot@act-europe.fr>
14291         * gnat_ugn.texi: Document AIX-specific issue with initialization of
14292         resolver library.
14294         * exp_ch4.adb (Insert_Dereference_Action): Do not generate dereference
14295         action for the case of an actual parameter in an init proc call.
14297 2004-05-14  Ed Schonberg  <schonberg@gnat.com>
14299         * sem_ch4.adb (Analyze_Selected_Component): If prefix is a protected
14300         subtype, check visible entities in base type.
14302         * exp_ch7.adb (Clean_Simple_Protected_Objects): Do not generate cleanup
14303         actions if the object is a renaming.
14305         * sem_ch12.adb (Same_Instantiated_Entity): Predicate for
14306         Check_Formal_Package_Instance, to determine more precisely when the
14307         formal and the actual denote the same entity.
14309 2004-05-14  Javier Miranda  <miranda@gnat.com>
14311         * par-ch10.adb (P_Context_Clause): Complete documentation on AI-262
14313         * sem_ch10.adb (Analyze_With_Clause): After analyzed, the entity
14314         corresponding to a private_with must be removed from visibility; it
14315         will be made visible later, just before we analyze the private part of
14316         the package.
14317         (Check_Private_Child_Unit): Allow private_with clauses in public
14318         siblings.
14319         (Install_Siblings): Make visible the private entities of private-withed
14320         siblings.
14321         (Install_Withed_Unit): Do not install the private withed unit if we
14322         are compiling a package declaration and the Private_With_OK flag was
14323         not set by the caller. These declarations will be installed later,
14324         just before we analyze the private part of the package.
14326         * sem_ch3.adb (Analyze_Object_Declaration): In case of errors detected
14327         during the evaluation of the expression that initializes the object,
14328         decorate it with the expected type to avoid cascade errors.
14329         Code cleanup.
14331         * sem_ch6.adb (Analyze_Subprogram_Body): If we are compiling a library
14332         subprogram we have to install the private_with clauses after its
14333         specification has been analyzed (as documented in AI-262.TXT).
14335         * sem_ch8.adb (Has_Private_With): New function. Determines if the
14336         current compilation unit has a private with on a given entity.
14337         (Find_Direct_Name): Detect the Beaujolais problem described in
14338         AI-262.TXT
14340         * sem_utils.ads, sem_util.adb (Is_Ancestor_Package): New function. It
14341         provides the functionality of the function Is_Ancestor that was
14342         previously available in sem_ch10. It has been renamed to avoid
14343         overloading.
14345         * sprint.adb (Sprint_Node_Actual): Print limited_with clauses
14347 2004-05-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14349         * utils.c (build_vms_descriptor): Use SImode pointers.
14351 2004-05-14  Vasiliy Fofanov  <fofanov@act-europe.fr>
14353         * gnat_ugn.texi: Revised chapter "GNAT and Libraries".
14355 2004-05-14  GNAT Script  <nobody@gnat.com>
14357         * Make-lang.in: Makefile automatically updated
14359 2004-05-14  Arnaud Charlet  <charlet@act-europe.fr>
14361         Renaming of target specific files for clarity
14363         * Makefile.in: Rename GNAT target specific files.
14365         * 31soccon.ads, 31soliop.ads 35soccon.ads, 3asoccon.ads,
14366         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3psoccon.ads,
14367         3ssoccon.ads, 3ssoliop.ads, 3veacodu.adb, 3vexpect.adb,
14368         3vsoccon.ads, 3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb,
14369         3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads, 3wsoliop.ads,
14370         3zsoccon.ads, 3zsocthi.adb, 3zsocthi.ads, 41intnam.ads,
14371         42intnam.ads, 45intnam.ads, 4aintnam.ads, 4cintnam.ads,
14372         4gintnam.ads, 4hexcpol.adb, 4hintnam.ads, 4lintnam.ads,
14373         4nintnam.ads, 4ointnam.ads, 4onumaux.ads, 4pintnam.ads,
14374         4sintnam.ads, 4vcaldel.adb, 4vcalend.adb, 4vcalend.ads,
14375         4vintnam.ads, 4wcalend.adb, 4wexcpol.adb, 4wintnam.ads,
14376         4zintnam.ads, 4znumaux.ads, 4zsytaco.adb, 4zsytaco.ads,
14377         51osinte.adb, 51osinte.ads, 51system.ads,
14378         52osinte.adb, 52osinte.ads, 53osinte.ads, 54osinte.ads,
14379         55osinte.adb, 55osinte.ads, 55system.ads, 56osinte.adb,
14380         56osinte.ads, 56system.ads, 56taprop.adb, 56taspri.ads,
14381         56tpopsp.adb, 57system.ads, 58system.ads,
14382         5amastop.adb, 5aml-tgt.adb, 5aosinte.adb, 5aosinte.ads,
14383         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
14384         5atpopsp.adb, 5avxwork.ads, 5bml-tgt.adb, 5bosinte.adb,
14385         5bosinte.ads, 5bsystem.ads, 5cosinte.ads, 5csystem.ads,
14386         5dsystem.ads, 5esystem.ads, 5fintman.adb, 5fosinte.adb,
14387         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
14388         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gml-tgt.adb,
14389         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
14390         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
14391         5hml-tgt.adb, 5hosinte.adb, 5hosinte.ads, 5hparame.ads,
14392         5hsystem.ads, 5htaprop.adb, 5htaspri.ads, 5htraceb.adb,
14393         5iosinte.adb, 5iosinte.ads, 5itaprop.adb, 5itaspri.ads,
14394         5ksystem.ads, 5kvxwork.ads, 5lml-tgt.adb, 5losinte.ads,
14395         5lparame.adb, 5lsystem.ads, 5msystem.ads, 5mvxwork.ads,
14396         5ninmaop.adb, 5nintman.adb, 5nosinte.ads, 5nsystem.ads,
14397         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
14398         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
14399         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
14400         5posprim.adb, 5psystem.ads, 5pvxwork.ads, 5sintman.adb,
14401         5sml-tgt.adb, 5sosinte.adb, 5sosinte.ads, 5sosprim.adb,
14402         5sparame.adb, 5ssystem.ads, 5staprop.adb, 5stasinf.adb,
14403         5stasinf.ads, 5staspri.ads, 5stpopsp.adb, 5svxwork.ads,
14404         5tosinte.ads, 5usystem.ads, 5vasthan.adb, 5vdirval.adb,
14405         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
14406         5vmastop.adb, 5vml-tgt.adb, 5vosinte.adb, 5vosinte.ads,
14407         5vosprim.adb, 5vosprim.ads, 5vparame.ads, 5vsymbol.adb,
14408         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
14409         5vtpopde.ads, 5vtraent.adb, 5vtraent.ads, 5vvaflop.adb,
14410         5wdirval.adb, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
14411         5wml-tgt.adb, 5wosinte.ads, 5wosprim.adb, 5wsystem.ads,
14412         5wtaprop.adb, 5wtaspri.ads, 5xparame.ads, 5xsystem.ads,
14413         5xvxwork.ads, 5yparame.ads, 5ysystem.ads, 5zinterr.adb,
14414         5zintman.adb, 5zintman.ads, 5zml-tgt.adb, 5zosinte.adb,
14415         5zosinte.ads, 5zosprim.adb, 5zparame.ads, 5zstchop.adb,
14416         5zsystem.ads, 5ztaprop.adb, 5ztaspri.ads, 5ztfsetr.adb,
14417         5ztpopsp.adb, 6vcpp.adb, 6vcstrea.adb, 6vinterf.ads,
14418         7sinmaop.adb, 7sintman.adb, 7sosinte.adb, 7sosprim.adb,
14419         7staprop.adb, 7staspri.ads, 7stfsetr.adb, 7stpopsp.adb,
14420         7straceb.adb, 7straces.adb, 7strafor.adb, 7strafor.ads,
14421         7stratas.adb, 86numaux.adb, 86numaux.ads: Replaced by files below.
14423         * a-caldel-vms.adb, a-calend-mingw.adb, a-calend-vms.adb,
14424         a-calend-vms.ads, a-dirval-mingw.adb, a-dirval-vms.adb,
14425         a-excpol-abort.adb, a-excpol-interix.adb, a-intnam-aix.ads,
14426         a-intnam-dummy.ads, a-intnam-freebsd.ads, a-intnam-hpux.ads,
14427         a-intnam-interix.ads, a-intnam-irix.ads, a-intnam-linux.ads,
14428         a-intnam-lynxos.ads, a-intnam-mingw.ads, a-intnam-os2.ads,
14429         a-intnam-solaris.ads, a-intnam-tru64.ads, a-intnam-unixware.ads,
14430         a-intnam-vms.ads, a-intnam-vxworks.ads, a-numaux-libc-x86.ads,
14431         a-numaux-vxworks.ads, a-numaux-x86.adb, a-numaux-x86.ads,
14432         a-sytaco-vxworks.adb, a-sytaco-vxworks.ads, g-eacodu-vms.adb,
14433         g-expect-vms.adb, g-soccon-aix.ads, g-soccon-freebsd.ads,
14434         g-soccon-hpux.ads, g-soccon-interix.ads, g-soccon-irix.ads,
14435         g-soccon-mingw.ads, g-soccon-solaris.ads, g-soccon-tru64.ads,
14436         g-soccon-unixware.ads, g-soccon-vms.adb, g-soccon-vxworks.ads,
14437         g-socthi-mingw.adb, g-socthi-mingw.ads, g-socthi-vms.adb,
14438         g-socthi-vms.ads, g-socthi-vxworks.adb, g-socthi-vxworks.ads,
14439         g-soliop-mingw.ads, g-soliop-solaris.ads, g-soliop-unixware.ads,
14440         g-trasym-vms.adb, i-cpp-vms.adb, i-cstrea-vms.adb,
14441         interfac-vms.ads, mlib-tgt-aix.adb, mlib-tgt-hpux.adb,
14442         mlib-tgt-irix.adb, mlib-tgt-linux.adb, mlib-tgt-mingw.adb,
14443         mlib-tgt-solaris.adb, mlib-tgt-tru64.adb, mlib-tgt-vms.adb,
14444         mlib-tgt-vxworks.adb, s-asthan-vms.adb, s-gloloc-mingw.adb,
14445         s-inmaop-dummy.adb, s-inmaop-posix.adb, s-inmaop-vms.adb,
14446         s-interr-dummy.adb, s-interr-sigaction.adb, s-interr-vms.adb,
14447         s-interr-vxworks.adb, s-intman-dummy.adb, s-intman-irix.adb,
14448         s-intman-irix-athread.adb, s-intman-mingw.adb, s-intman-posix.adb,
14449         s-intman-solaris.adb, s-intman-vms.adb, s-intman-vms.ads,
14450         s-intman-vxworks.adb, s-intman-vxworks.ads, s-mastop-irix.adb,
14451         s-mastop-tru64.adb, s-mastop-vms.adb, s-mastop-x86.adb,
14452         s-memory-mingw.adb, s-osinte-aix.adb, s-osinte-aix.ads,
14453         s-osinte-aix-fsu.ads, s-osinte-dummy.ads, s-osinte-freebsd.adb,
14454         s-osinte-freebsd.ads, s-osinte-fsu.adb, s-osinte-hpux.ads,
14455         s-osinte-hpux-dce.adb, s-osinte-hpux-dce.ads, s-osinte-interix.ads,
14456         s-osinte-irix.adb, s-osinte-irix.ads, s-osinte-irix-athread.ads,
14457         s-osinte-linux.ads, s-osinte-linux-fsu.ads, s-osinte-linux-ia64.ads,
14458         s-osinte-lynxos-3.adb, s-osinte-lynxos-3.ads, s-osinte-lynxos.adb,
14459         s-osinte-lynxos.ads, s-osinte-mingw.ads, s-osinte-os2.adb,
14460         s-osinte-os2.ads, s-osinte-posix.adb, s-osinte-solaris.adb,
14461         s-osinte-solaris.ads, s-osinte-solaris-fsu.ads,
14462         s-osinte-solaris-posix.ads, s-osinte-tru64.adb, s-osinte-tru64.ads,
14463         s-osinte-unixware.adb, s-osinte-unixware.ads, s-osinte-vms.adb,
14464         s-osinte-vms.ads, s-osinte-vxworks.adb,
14465         s-osinte-vxworks.ads, s-osprim-mingw.adb,
14466         s-osprim-os2.adb, s-osprim-posix.adb, s-osprim-solaris.adb,
14467         s-osprim-unix.adb, s-osprim-vms.adb, s-osprim-vms.ads,
14468         s-osprim-vxworks.adb, s-parame-ae653.ads, s-parame-hpux.ads,
14469         s-parame-linux.adb, s-parame-os2.adb, s-parame-solaris.adb,
14470         s-parame-vms.ads, s-parame-vms-restrict.ads, s-parame-vxworks.ads,
14471         s-proinf-irix-athread.adb, s-proinf-irix-athread.ads,
14472         s-stchop-vxworks.adb, s-taprop-dummy.adb,
14473         s-taprop-hpux-dce.adb, s-taprop-irix.adb,
14474         s-taprop-irix-athread.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
14475         s-taprop-mingw.adb, s-taprop-os2.adb, s-taprop-posix.adb,
14476         s-taprop-solaris.adb, s-taprop-tru64.adb, s-taprop-vms.adb,
14477         s-taprop-vxworks.adb, s-tasinf-irix.ads, s-tasinf-irix-athread.adb,
14478         s-tasinf-irix-athread.ads, s-tasinf-solaris.adb, s-tasinf-solaris.ads,
14479         s-tasinf-tru64.ads, s-taspri-dummy.ads, s-taspri-hpux-dce.ads,
14480         s-taspri-linux.ads, s-taspri-lynxos.ads, s-taspri-mingw.ads,
14481         s-taspri-os2.ads, s-taspri-posix.ads, s-taspri-solaris.ads,
14482         s-taspri-tru64.ads, s-taspri-vms.ads, s-taspri-vxworks.ads,
14483         s-tfsetr-default.adb, s-tfsetr-vxworks.adb, s-tpopde-vms.adb,
14484         s-tpopde-vms.ads, s-tpopsp-lynxos.adb, s-tpopsp-posix.adb,
14485         s-tpopsp-posix-foreign.adb, s-tpopsp-solaris.adb, s-tpopsp-vxworks.adb,
14486         s-traceb-hpux.adb, s-traceb-mastop.adb, s-traces-default.adb,
14487         s-traent-vms.adb, s-traent-vms.ads, s-trafor-default.adb,
14488         s-trafor-default.ads, s-tratas-default.adb, s-vaflop-vms.adb,
14489         s-vxwork-alpha.ads, s-vxwork-m68k.ads, s-vxwork-mips.ads,
14490         s-vxwork-ppc.ads, s-vxwork-sparcv9.ads, s-vxwork-xscale.ads,
14491         symbols-vms.adb, system-aix.ads, system-freebsd-x86.ads,
14492         system-hpux.ads, system-interix.ads, system-irix-n32.ads,
14493         system-irix-o32.ads, system-linux-x86_64.ads,
14494         system-linux-x86.ads, system-lynxos-ppc.ads, system-lynxos-x86.ads,
14495         system-mingw.ads, system-os2.ads, system-solaris-sparc.ads,
14496         system-solaris-sparcv9.ads, system-solaris-x86.ads, system-tru64.ads,
14497         system-unixware.ads, system-vms.ads, system-vms-zcx.ads,
14498         system-vxworks-alpha.ads, system-vxworks-m68k.ads,
14499         system-vxworks-mips.ads, system-vxworks-ppc.ads,
14500         system-vxworks-sparcv9.ads, system-vxworks-xscale.ads: Replace files
14501         above.
14503 2004-05-13  Zack Weinberg  <zack@codesourcery.com>
14505         * trans.c (gnat_stabilize_reference_1): Remove case 'b'.
14507 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
14509         Merge from tree-ssa-20020619-branch.
14511         * config-lang.in (boot_language, build_by_default): Set
14512         to no.
14513         * utils.c (unchecked_convert): Use OEP_ONLY_CONST.
14514         (max_size): Add static chain op for call_expr.
14516 2004-05-12  Richard Sandiford  <rsandifo@redhat.com>
14518         PR target/15331
14519         * 5gmastop.adb (Roff): Choose between '4' and '0', not '4' and ' '.
14521 2004-05-11  Roger Sayle  <roger@eyesopen.com>
14523         * utils.c (max_size): Use MIN_EXPR to find the minimum value of a
14524         COND_EXPR.
14526 2004-05-10  Doug Rupp  <rupp@gnat.com>
14528         * 5qsystem.ads: Remove Short_Address subtype declaration. Moved to
14529         system.aux_dec.
14531         * s-auxdec.ads: Add Short_Address subtype (moved here from System).
14533         * Makefile.in: [VMS]: Add translation for 5qauxdec.ads.
14535         * init.c: [VMS] Macroize LIB$ calls for IA64 and Alpha.
14536         Fixes undefined symbols in IA64 gnatlib.
14538         * 5vinmaop.adb: Reference s-auxdec for Short_Address.
14540         * 5xsystem.ads, 5vsystem.ads: Back out last change (addition of subtype
14541         Short_Address). This will be moved to system.auxdec.
14543 2004-05-10  Thomas Quinot  <quinot@act-europe.fr>
14545         * sem_util.adb: Replace test for presence of a node that is always
14546         present with a call to Discard_Node.
14548         * sem_ch10.adb (Analyze_Compilation_Unit): Remove superfluous call to
14549         Analyze on the library unit node after generation of distribution stub
14550         constructs.  The call was a no-op because Unit_Node has already been
14551         Analyzed, and the tree fragments for the distribution stubs are
14552         analyzed as they are inserted in Exp_Dist.
14553         Update comment regarding to distribution stubs to reflect that we
14554         do not generate stub in separate files anymore.
14556         * einfo.ads: Clarify the fact that a tagged private type has the
14557         E_Record_Type_With_Private Ekind.
14559         * erroutc.adb: Minor reformatting
14561         * erroutc.ads (Max_Msg_Length): Increase to cover possible larger
14562         values if line length is increased using -gnatyM (noticed during code
14563         reading).
14565         * eval_fat.adb: Minor reformatting
14566         Put spaces around exponentiation operator
14568 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
14570         PR ada/15005
14571         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): If prefix
14572         has been rewritten as an explicit dereference, retrieve type of
14573         original node to check for possibly unconstrained record type.
14575 2004-05-10  Ed Schonberg  <schonberg@gnat.com>
14577         * exp_ch7.adb (Check_Visibly_Controlled): If given operation is not
14578         overriding, use the operation of the parent unconditionally.
14580         * sem_ch4.adb (Remove_Address_Interpretations): Remove address
14581         operation when either operand is a literal, to avoid further
14582         ambiguities.
14584         * sem_ch6.adb (New_Overloaded_Entity): If new entity is inherited and
14585         overridden by a previous explicit declaration, mark the previous entity
14586         as overriding.
14588         * sem_disp.adb (Check_Dispatching_Operation): New predicate
14589         Is_Visibly_Controlled, to determine whether a declaration of a
14590         primitive control operation for a derived type overrides an inherited
14591         one. Add warning if the explicit declaration does not override.
14593 2004-05-10  Vincent Celier  <celier@gnat.com>
14595         * gnatls.adb (Gnatls): Initialize Snames, to avoid assertion error in
14596         some cases when the sources are no longer present.
14598         * make.adb (Collect_Arguments): Fail if an external source, not part
14599         of any project need to be compiled, when switch -x has not been
14600         specified.
14602         * makeusg.adb: Document new switch -x
14604         * opt.ads (External_Unit_Compilation_Allowed): New Boolean flag,
14605         defaulted to False.
14607         * switch-m.adb (Scan_Make_Switches): New switch -x
14609         * vms_data.ads: Add VMS qualifier /NON_PROJECT_UNIT_COMPILATION for
14610         gnatmake switch -x.
14612         * gnat_ugn.texi: Document new gnatmake switch -x
14614 2004-05-10  Eric Botcazou  <ebotcazou@act-europe.fr>
14616         * misc.c (gnat_init_options): Set flag_zero_initialized_in_bss to 0.
14618         * utils.c (create_var_decl): Do not modify the DECL_COMMON flag.
14619         (process_attributes): Likewise.
14621 2004-05-10  Joel Brobecker  <brobecker@gnat.com>
14623         * s-inmaop.ads: Fix spelling mistake in one of the comments.
14625 2004-05-10  Robert Dewar  <dewar@gnat.com>
14627         * gnat_ugn.texi: Document that for config pragma files, the maximum
14628         line length is always 32767.
14630         * gnat_rm.texi: For pragma Eliminate, note that concatenation of string
14631         literals is now allowed.
14633         * gnat-style.texi: Remove statement about splitting long lines before
14634         an operator rather than after, since we do not follow this rule at all.
14635         Clarify rule (really lack of rule) for spaces around exponentiation
14637         * sem_elim.adb: Allow concatenation of string literals as well as a
14638         single string literal for pragma arguments.
14640         * sem_prag.ads, sem_prag.adb: (Is_Config_Static_String): New function
14642         * a-textio.adb (Terminate_Line): Do not add line feed if nothing
14643         written for append case.
14645         * frontend.adb: Changes to avoid checking max line length in config
14646         pragma files.
14648         * g-os_lib.ads: Minor reformatting
14650         * mlib-utl.adb: Do not define Max_Line_Length locally (definition was
14651         wrong in any case. Instead use standard value. Noticed during code
14652         reading.
14654         * opt.ads (Max_Line_Length): New field, used to implement removal of
14655         limitation on length of lines when scanning config pragma files.
14657         * osint.ads, prj-dect.adb, prj-strt.adb, prj-tree.adb,
14658         makeutl.ads, makeutl.adb: Minor reformatting
14660         * scn.adb: Do not check line length while scanning config pragma files
14661         Do not check line length while scanning out license information
14663         * scng.adb: Changes to avoid line length checks while parsing config
14664         pragma files.
14666 2004-05-10  GNAT Script  <nobody@gnat.com>
14668         * Make-lang.in: Makefile automatically updated
14670 2004-05-05  Arnaud Charlet  <charlet@act-europe.fr>
14672         * osint.adb (Find_Program_Name): Fix handling of VMS version
14673         number.
14675 2004-05-05  Emmanuel Briot  <briot@act-europe.fr>
14677         * g-os_lib.ads (Invalid_Time): New constant
14679         * adaint.h, adaint.c (__gnat_file_time_name, __gnat_file_time_fd): Now
14680         return OS_Time instead of time_t to match what is imported by Ada.
14681         Now return -1 if the file doesn't exist, instead of a random value
14683 2004-05-05  Robert Dewar  <dewar@gnat.com>
14685         * usage.adb: Add line for -gnatR?s switch
14687         * sem_ch13.adb, exp_ch2.adb: Minor reformatting
14689         * g-regpat.ads, g-regpat.adb: Add documentation on handling of Size
14690         and for Match (Data_First, Data_last)
14692         * lib-writ.adb (Write_With_Lines): Ensure that correct index number is
14693         written when we are dealing with multi-unit files.
14695 2004-05-05  Jerome Guitton  <guitton@act-europe.fr>
14697         * Makefile.in: Remove unused targets and variables.
14699 2004-05-05  Vincent Celier  <celier@gnat.com>
14701         * switch-m.adb: New gnatmake switch -eI
14703         * vms_data.ads: Add VMS equivalents of new gnatclean swith -innn and
14704         of new gnatmake switch -eInnn.
14706         * makegpr.adb: Take into account new parameters Index and Src_Index in
14707         Prj.Util.
14709         * clean.adb: Implement support for multi-unit sources, including new
14710         switch -i.
14712         * gnatcmd.adb (GNATCmd): Call Prj.Util.Value_Of with new parameter
14713         Src_Index.
14715         * make.ads, make.adb (Insert_Q): New parameter Index, defaulted to 0
14716         (Extract_From_Q): New out parameter Index
14717         (Mark, Is_Marked): Subprograms moved to Makeutl
14718         (Switches_Of): New parameter Source_Index
14719         (Add_Switch): New parameter Index
14720         (Check): New parameter Source_Index
14721         (Collect_Arguments): New parameter Source_Index
14722         (Collect_Arguments_And_Compile): New parameter Source_Index
14723         (Compile): New parameter Source_Index
14724         Put subprograms in alphabetical order
14725         Add support for multi-source sources, including in project files.
14727         * makeutl.ads, makeutl.adb (Unit_Index_Of): New function
14728         (Mark, Is_Marked, Delete_All_Marks): New subprograms, moved from
14729         Make.
14731         * makeusg.adb: New gnatmake switch -eInnn
14733         * mlib-prj.adb (Build_Library): Add new parameter Src_Index to call to
14734         Prj.Util.Value_Of.
14736         * opt.ads (Main_Index): New variable, defaulted to 0.
14738         * osint.ads, osinte.adb (Add_File): New parameter Index
14739         (Current_Source_Index): New function
14741         * prj.adb: Take into account new components Index and Src_Index
14743         * prj.ads (String_Element): New component Index
14744         (Variable_Value): New component Index
14745         (Array_Element): New component Src_Index
14747         * prj-attr.adb: Indicate that optional index may be specified for
14748         attributes Main, Executable, Spec, Body and some of Switches.
14750         * prj-attr.ads (Attribute_Kind): New values for optional indexes
14751         (Attribute_Record): New component Optional_Index
14753         * prj-com.ads (File_Name_Data): New component Index
14755         * prj-dect.adb (Parse_Attribute_Declaration): Process optional index
14757         * prj-env.adb (Put): Output optional index
14759         * prj-makr.adb: Put indexes for multi-unit sources in SFN pragmas and
14760         attributes Spec and Body.
14762         * prj-nmsc.adb: Process optional indexes
14764         * prj-pp.adb: Ouput "at" for optional indexes
14766         * prj-proc.adb: Take into account optional indexes
14768         * prj-strt.ads, prj-strt.adb (Terms): New Boolean parameter
14769         Optional_Index. For string literal,
14770         process optional index when Optional_Index is True.
14771         (Parse_Expresion): New Boolean parameter Optional_Index
14773         * prj-tree.ads, prj-tree.adb (Source_Index_Of): New function
14774         (Set_Source_Index_Of): New procedure
14776         * prj-util.adb (Executable_Of, Value_Of): Take into account optional
14777         index.
14779         * prj-util.ads (Executable_Of): New parameter Index
14780         (Value_Of (Name_Id, Array_Element_Id) returning Variable_Value):
14781         New parameter Src_Index, defaulted to 0.
14783 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
14785         PR ada/15257
14786         * sem_ch3.adb (Access_Definition): If this is an access parameter
14787         whose designated type is imported through a limited_with clause, do
14788         not add the enclosing subprogram to the list of private dependents of
14789         the type.
14791 2004-05-05  Ed Schonberg  <schonberg@gnat.com>
14793         PR ada/15258
14794         * sem_ch6.adb (Base_Types_Match): True if one type is imported through
14795         a limited_with clause, and the other is its non-limited view.
14797 2004-05-05  Thomas Quinot  <quinot@act-europe.fr>
14799         * cstand.adb (Create_Standard): Initialize Stand.Boolean_Literals.
14801         * exp_attr.adb, exp_ch5.adb, exp_ch9.adb, exp_disp.adb,
14802         exp_fixd.adb, sem_attr.adb, sem_dist.adb, sem_util.adb: Use
14803         Stand.Boolean_Literals to produce references to entities
14804         Standard_False and Standard_True from compile-time computed boolean
14805         values.
14807         * stand.ads (Boolean_Literals): New variable, provides the entity
14808         values for False and True, for use by the expander.
14810 2004-05-05  Doug Rupp  <rupp@gnat.com>
14812         * 5vinmaop.adb, 5[vx]system.ads: Add Short_Address subtype
14813         5vinmaop.adb: Unchecked convert Short_Address vice Address
14815         * adaint.c, raise.c: Caste CRTL function return value
14816         to avoid gcc error on 32/64 bit IVMS.
14818         * Makefile.in [VMS]: Use iar archiver if host = Alpha/VMS and
14819         target = IA64/VMS.
14821         * init.c[VMS]: Only call Alpha specific __gnat_error_prehandler IN_RTS.
14823         * 5qsystem.ads (Address): Declare as Long_Integer
14824         (Short_Address): Declare as 32 bit subtype of Address
14825         Declare  abstract address operations to avoid gratuitous ambiguities.
14827 2004-05-05  Jose Ruiz  <ruiz@act-europe.fr>
14829         * gnat_rm.texi: Use the new restriction Simple_Barriers (AI-249)
14830         instead of the old Boolean_Entry_Barriers.
14831         Ditto for No_Task_Attributes_Package instead of No_Task_Attributes.
14833 2004-05-05  GNAT Script  <nobody@gnat.com>
14835         * Make-lang.in: Makefile automatically updated
14837 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
14839         * 50system.ads, 59system.ads, s-thread.ads: Removed, no longer used.
14841 2004-05-03  Olivier Hainque  <hainque@act-europe.fr>
14843         PR ada/15152
14845         * exp_ch2.adb (Expand_Current_Value): Leave Machine_Code Asm arguments
14846         alone. Replacing object references by literals is inappropriate in a
14847         so low level context.
14849 2004-05-03  Arnaud Charlet  <charlet@act-europe.fr>
14851         * a-exexpr.adb: Add comments
14853 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
14855         * a-tags.adb (Tag_Table): Add Index_Check pragma Suppress. Allows us to
14856         declare the Ancestor_Tags array in Type_Specific_Data with a small size
14857         without risking a bounds check error when accessing one of its
14858         components.
14859         (Type_Specific_Data): Define Ancestor_Tags as a small array.
14860         This prevents us from hitting a limitation during the debug info
14861         generation when using stabs.
14863         * a-tags.adb (Dispatch_Table): Define the Prims_Ptr component as a
14864         small array.
14865         This prevents us from hitting a limitation during the debug info
14866         generation when using stabs.
14868 2004-05-03  Eric Botcazou  <ebotcazou@act-europe.fr>
14870         lang-specs.h: Remove -gnatz* from specs.
14872 2004-05-03  Vincent Celier  <celier@gnat.com>
14874         * gprmake.adb, makegpr.ads, makegpr.adb: New files.
14876         * Make-lang.in, Makefile.in: Add gprmake
14878 2004-05-03  Thomas Quinot  <quinot@act-europe.fr>
14880         * sem_aggr.adb: Fix typo in comment.
14882 2004-05-03  Robert Dewar  <dewar@gnat.com>
14884         * make.adb: Minor reformatting
14886         * rtsfind.ads, rtsfind.adb: (RTU_Loaded): New function
14888         * sem_attr.adb (Eval_Attribute, case Type_Class): Fix check for address
14889         so that it works when address is not a private type.
14891         * sem_ch13.adb (Check_Expr_Constants, case N_Integer_Literal): Deal
14892         properly with rewritten unchecked conversions. This prevents
14893         order-of-elaboration issues that can otherwise arise.
14894         (Minimum_Size): Don't check size of access types under VMS
14896         * sem_ch4.adb (Remove_Address_Interpretation): New circuit to remove
14897         interpretations of integer literals as type System.Address.
14899         * sem_util.ads, sem_util.adb (Is_Descendent_Of_Address): New function
14900         (Is_Descendent_Of): New function
14902 2004-05-03  Jose Ruiz  <ruiz@act-europe.fr>
14904         * sem_prag.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
14905         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length.
14906         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment.
14908         * sem_res.adb: Use the new restriction Max_Entry_Queue_Length instead
14909         of the old Max_Entry_Queue_Depth.
14911         * snames.adb: Boolean_Entry_Barriers is a synonym of Simple_Barriers.
14912         Max_Entry_Queue_Depth is a synonym of Max_Entry_Queue_Length
14913         No_Dynamic_Interrupts is a synonym of No_Dynamic_Attachment
14915         * snames.ads: New entry for proper handling of Boolean_Entry_Barriers.
14916         New entry for proper handling of Max_Entry_Queue_Depth.
14917         New entry for proper handling of No_Dynamic_Interrupts.
14919         * s-rident.ads: Adding restriction Simple_Barriers (AI-00249) that
14920         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
14921         Adding restriction Max_Entry_Queue_Length (AI-00249) that supersedes
14922         the GNAT specific restriction Max_Entry_Queue_Depth.
14923         Adding restriction No_Dynamic_Attachment (AI-00249) that supersedes
14924         the GNAT specific restriction No_Dynamic_Interrupts.
14926         * restrict.ads, restrict.adb: Use the new restriction Simple_Barriers
14927         instead of the old Boolean_Entry_Barriers.
14928         Use the new restriction No_Dynamic_Attachment instead of the old
14929         No_Dynamic_Interrupts.
14931         * exp_ch9.adb: Check restriction Simple_Barriers (AI-00249) that
14932         supersedes the GNAT specific restriction Boolean_Entry_Barriers.
14934         * gnatbind.adb: Use the new restriction Max_Entry_Queue_Length instead
14935         of the old Max_Entry_Queue_Depth.
14937 2004-05-03  GNAT Script  <nobody@gnat.com>
14939         * Make-lang.in: Makefile automatically updated
14941 2004-04-29  Ed Schonberg  <schonberg@gnat.com>
14943         * checks.adb (Enable_Range_Check): If the prefix of an index component
14944         is an access to an unconstrained array, perform check unconditionally.
14946 2004-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14948         * decl.c (gnat_to_gnu_field): Also call make_packable_type if
14949         Component_Clause.
14951 2004-04-29  Olivier Hainque  <hainque@act-europe.fr>
14953         * init.c (__gnat_install_handler, __gnat_error_handler): Remove
14954         alternate stack setting. There was no support for the tasking cases
14955         and the changes eventually caused a number of side-effect failures in
14956         the non-tasking case too.
14958 2004-04-29  Eric Botcazou  <ebotcazou@act-europe.fr>
14960         lang-specs.h: Redirect output to /dev/null if -gnatc or -gnatz or
14961         -gnats is passed.
14963 2004-04-29  Vincent Celier  <celier@gnat.com>
14965         * make.adb (Gnatmake): Increase max size of argument array for
14966         gnatbind for the potential addition of -F.
14967         If there are Stand-Alone Library projects, invoke gnatbind with -F to
14968         be sure that elaboration flags will be checked.
14970         * switch-c.adb: Correct call to Scan_Pos for -gnateI
14972 2004-04-29  Thomas Quinot  <quinot@act-europe.fr>
14974         * sem_warn.adb (Check_References): Move '<access-variable> may be
14975         null' warning out of under Warn_On_No_Value_Assigned.
14977 2004-04-29  Ed Falis  <falis@gnat.com>
14979         * gnat_ugn.texi: Fixed texi error
14981 2004-04-29  Robert Dewar  <dewar@gnat.com>
14983         * sem_ch4.adb (Remove_Abstract_Operations): Unconditionally remove
14984         abstract operations if they come from predefined files.
14986         * gnat_rm.texi: Fix bad doc for pragma Elaboration_Checks (should be
14987         Dynamic, not RM).
14989         * s-addope.adb: Correct obvious error in mod function
14991 2004-04-28  Andrew W. Reynolds  <awreynolds@mac.com>
14993         * Makefile.in: Add target pairs for powerpc darwin*
14994         tasking support.
14996         * a-intnam-darwin.ads, s-osinte-darwin.adb,
14997         s-osinte-darwin.ads, system-darwin-ppc.ads: New files.
14999 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
15001         * Makefile.in: Add target macro definitions for s390*-linux*.
15002         * system-linux-s390.ads: New file.
15003         * system-linux-s390x.ads: New file.
15005 2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>
15007         * gnat_ugn.texi: Correct argument to @setfilename.
15009 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
15011         * a-exexpr.adb (Unwind_Word): New data type.
15012         (Unwind_Exception): Use it as type of Private1 and Private2.
15014         * raise.c (db_action_for): Fix debug printf.
15016 2004-04-27  Ed Schonberg  <schonberg@gnat.com>
15018         * a-wtmoio.ads: Formal type must be a modular type, not a signed
15019         integer type.
15021 2004-04-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15023         * decl.c (gnat_to_gnu_entity, case object): Call
15024         __builtin_update_setjmp_buf.
15026         * gigi.h (update_setjmp_buf): Deleted.
15027         (ADT_update_setjmp_buf_decl, update_setjmp_buf_decl): New.
15029         * misc.c: (update_setjmp_buf): Deleted.
15031         * trans.c (gnat_to_gnu): Call do_pending_stack_adjust and emit_queue
15032         around block of RTL.
15034         * utils.c (init_gigi_decls): Initialize update_setjmp_buf.
15036 2004-04-26  Thomas Quinot  <quinot@act-europe.fr>
15038         * sem_dist.adb, exp_dist.adb: When constructing a RAS value for a local
15039         subprogram for which no pragma All_Calls_Remote applies, store the
15040         address of the real subprogram in the underlying record type, so local
15041         dereferences do not go through the PCS.
15043 2004-04-26  Robert Dewar  <dewar@gnat.com>
15045         * i-c.ads: Add some type qualifications to avoid ambiguities when
15046         compiling with s-auxdec.ads and a non-private address type.
15048 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
15050         * Makefile.rtl: Fix error in previous check-in:
15051         Add s-addope.o to non tasking object list (rather than tasking object
15052         list).
15054 2004-04-26  Javier Miranda  <miranda@gnat.com>
15056         * sem_aggr.adb: Fix typo in comments
15057         (Resolve_Aggr_Expr): Propagate the type to the nested aggregate.
15058         Required to check the null-exclusion attribute.
15060         * sem_attr.adb (Resolve_Attribute): Check the accessibility level in
15061         case of anonymous access types in record and array components. For a
15062         component definition the level is the same of the enclosing composite
15063         type.
15065         * sem_ch3.adb (Analyze_Component_Declaration): In case of components
15066         that are anonymous access types the level of accessibility depends on
15067         the enclosing type declaration. In order to have this information, set
15068         the scope of the anonymous access type to the enclosing record type
15069         declaration.
15070         (Array_Type_Declaration): In case of components that are anonymous
15071         access types the level of accessibility depends on the enclosing type
15072         declaration. In order to have this information, set the scope of the
15073         anonymous access type to the enclosing array type declaration.
15075         * sem_ch3.adb (Array_Type_Declaration): Set the scope of the anonymous
15076         access type.
15078         * sem_ch8.adb (Analyze_Object_Renaming): Add check to verify that
15079         renaming of anonymous access-to-constant types allowed if and only if
15080         the renamed object is access-to-constant.
15082         * sem_util.adb (Type_Access_Level): In case of anonymous access types
15083         that are component_definition or discriminants of a nonlimited type,
15084         the level is the same as that of the enclosing component type.
15086 2004-04-26  Sergey Rybin  <rybin@act-europe.fr>
15088         * sem_elim.adb: Some minor code reorganization from code reading. Fix
15089         misprint in the function name (File_Name_Match).
15091 2004-04-23  Laurent GUERBY <laurent@guerby.net>
15093         * Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
15094         install.
15096 2004-04-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15098         * Make-lang.in (GNATBIND_OBJS): Add s-addope.o.
15100 2004-04-23  Emmanuel Briot  <briot@act-europe.fr>
15102         * adaint.c (__gnat_try_lock): No longer requires that the parent
15103         directory be writable, the directory itself is enough.
15104         (gnat_is_absolute_path): Change profile, so that the call from
15105         GNAT.OS_Lib can be made more efficient.
15107         * adaint.h (gnat_is_absolute_path): Change profile, so that the call
15108         from GNAT.OS_Lib can be made more efficient.
15110         * g-os_lib.adb (Is_Absolute_Path): More efficient implementation, avoid
15111         one copy of the file name. Found by code reading.
15113 2004-04-23  Vincent Celier  <celier@gnat.com>
15115         * gnat_ugn.texi: Add documentation for gnatmake switch -eL
15116         Correct documentation on gnatmake switches transmitted to the compiler
15118         * ali.ads: Minor comment fix
15120 2004-04-23  Javier Miranda  <miranda@gnat.com>
15122         * sem_ch6.adb: (Confirming Types): Code cleanup
15124         * decl.c (gnat_to_gnu_entity): Give support to anonymous access to
15125         subprogram types: E_Anonymous_Access_Subprogram_Type and
15126         E_Anonymous_Access_Protected_Subprogram_Type.
15128 2004-04-23  Thomas Quinot  <quinot@act-europe.fr>
15130         * sem_dist.adb: Add a new paramter to the RAS_Access TSS indicating
15131         whether a pragma All_Calls_Remote applies to the subprogram on which
15132         'Access is taken.
15133         No functional change is introduced by this revision; the new parameter
15134         will be used to allow calls to local RCI subprograms to be optimized
15135         to not use the PCS in the case where no pragma All_Calls_Remote applies,
15136         as is already done in the PolyORB implementation of the DSA.
15138         * exp_dist.adb: Add a new paramter to the RAS_Access TSS indicating
15139         whether a pragma All_Calls_Remote applies to the subprogram on which
15140         'Access is taken.
15141         No functional change is introduced by this revision; the new parameter
15142         will be used to allow calls to local RCI subprograms to be optimized
15143         to not use the PCS in the case where no pragma All_Calls_Remote applies,
15144         as is already done in the PolyORB implementation of the DSA.
15146 2004-04-23  Robert Dewar  <dewar@gnat.com>
15148         * Makefile.rtl: Add entry for s-addope.o in run time library list
15149         * Make-lang.in: Add entry for s-addope.o to GNAT1 objects
15150         * s-addope.ads, s-addope.adb: New files.
15152         * s-carsi8.adb, s-carun8.adb, s-casi16.adb, s-casi32.adb,
15153         s-casi64.adb, s-caun16.adb, s-caun32.adb, s-caun64.adb,
15154         s-finimp.adb, s-geveop.adb, s-stoele.adb: Modifications to allow
15155         System.Address to be non-private and signed.
15157         * sem_elim.adb: Minor reformatting (fairly extensive)
15158         Some minor code reorganization from code reading
15159         Add a couple of ??? comments
15161 2004-04-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15163         * trans.c (tree_transform, build_unit_elab): Don't call getdecls.
15164         (tree_transform, case N_If_Statement): Remove non-determinism.
15166         * utils.c (begin_subprog_body): Just set DECL_CONTEXT in PARM_DECL.
15168 2004-04-23  Sergey Rybin  <rybin@act-europe.fr>
15170         * gnat_rm.texi: Small fixes in the changes made in the 'pragma
15171         Eliminate' section.
15173         * snames.ads, snames.adb: Remove Name_Homonym_Number (Homonym_Number is
15174         no longer used as a parameter name for Eliminate pragma).
15176 2004-04-22  Laurent GUERBY <laurent@guerby.net>
15178         PR optimization/14984
15179         PR optimization/14985
15180         * trans.c (gigi): Fix non determinism leading to bootstrap
15181         comparison failures.
15183 2004-04-21  Pascal Obry  <obry@gnat.com>
15185         * adaint.c (__gnat_portable_spawn): Quote first argument (argv[0])
15186         passed to spawnvp() to properly handle program pathname with spaces on
15187         Win32.
15189 2004-04-21  Emmanuel Briot  <briot@act-europe.fr>
15191         * g-debpoo.adb (Print_Info): Avoid extra work if Display_Slots is False.
15192         (Allocate, Deallocate, Free_Physically): Make sure the tasks are
15193         unlocked in case of exceptions.
15195 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
15197         * gigi.h (get_target_no_dollar_in_label): Remove extern declaration.
15198         This function does not exist anymore.
15200 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
15202         * gnatbind.adb, gnatlink.adb: Update name of imported C symbol.
15204         * link.c: Move variables to the __gnat name space.
15206         * Makefile.in: list link.o explicitly when needed.
15208         * mlib.adb: Remove pragma Linker_Option for "link.o" from mlib.
15210 2004-04-21  Javier Miranda  <miranda@gnat.com>
15212         * einfo.adb (Original_Access_Type): New subprogram
15213         (Set_Original_Access_Type): New subprogram
15214         (Write_Field21_Name): Write the name of the new field
15216         * einfo.ads (Original_Access_Type): New field present in access to
15217         subprogram types.
15218         Addition of two new entities: E_Anonymous_Access_Subprogram_Type, and
15219         E_Anonymous_Access_Protected_Subprogram_Type.
15221         * lib-xref.adb (Output_One_Ref): Give support to anonymous access to
15222         subprogram types.
15224         * lib-xref.ads (Xref_Entity_Letters): Initialize values corresponding
15225         to anonymous access to subprogram types.
15227         * sem_attr.adb (Resolve_Attribute): Give support to anonymous access
15228         to subprogram types.
15230         * sem_ch3.adb (Access_Definition): Complete decoration of entities
15231         corresponding to anonymous access to subprogram types.
15232         (Analyze_Component_Declaration): Add new actual to the call to
15233         subprogram replace_anonymous_access_to_protected_subprogram.
15234         (Array_Type_Declaration): Add new actual to the call to subprogram
15235         replace_anonymous_access_to_protected_subprogram.
15236         (Process_Discriminants): Add new actual to the call to subprogram
15237         replace_anonymous_access_to_protected_subprogram.
15238         (Replace_Anonymous_Access_To_Protected_Subprogram): New formal.
15240         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
15241         formal.
15243         * sem_ch6.adb, sem_type.adb, sem_res.adb: Give support to anonymous
15244         access to subprogram types.
15246         * sem_util.adb (Has_Declarations): Addition of package_specification
15247         nodes.
15249 2004-04-21  Ed Schonberg  <schonberg@gnat.com>
15251         * sem_prag.adb (Make_Inline): If subprogram is a renaming, propagate
15252         inlined flags to renamed entity only if in current unit.
15254 2004-04-21  Thomas Quinot  <quinot@act-europe.fr>
15256         * s-parint.ads: Add DSA implementation marker.
15258         * rtsfind.ads, rtsfind.adb, snames.ads, snames.adb, s-rpc.adb: Use the
15259         value of System.Partition_Interface.DSA_Implementation to determine
15260         what version of the distributed systems annex is available (no
15261         implementation, GLADE, or PolyORB).
15263 2004-04-21  Joel Brobecker  <brobecker@gnat.com>
15265         * targtyps.c (get_target_no_dollar_in_label): Remove, no longer used.
15267 2004-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15269         * utils.c (convert, case CONSTRUCTOR, COMPONENT_REF): Do not make node
15270         with new type if alias sets differ.
15271         Fixes ACATS c41103b.
15273 2004-04-21  Vincent Celier  <celier@gnat.com>
15275         * prj.ads: Remove FORTRAN as an accepted language: not tested yet.
15276         Add array Lang_Args for the language specific compiling argument
15277         switches.
15279         * gnat_ugn.texi: Explain in more details when a library is rebuilt.
15281 2004-04-21  Sergey Rybin  <rybin@act-europe.fr>
15283         * gnat_rm.texi: Update the descripton of the Eliminate pragma
15284         according to the recent changes in the format of the parameters of the
15285         pragma (replacing Homonym_Number with Source_Location).
15287 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
15289         * 5isystem.ads: Removed, unused.
15291         * gnat_rm.texi: Redo 1.13 change.
15293 2004-04-19  Robert Dewar  <dewar@gnat.com>
15295         * s-stoele.ads: Clean up definition of Storage_Offset (the new
15296         definition is cleaner, avoids the kludge of explicit Standard operator
15297         references, and also is consistent with a visible System.Address with
15298         no visible operations.
15300         * s-geveop.adb: Add declarations to avoid assumption of visible
15301         operations on type System.Address (since these might not be available
15302         if Address is a non-private type for which the operations
15303         are made abstract).
15305         * sem_eval.adb: Minor reformatting
15307         * s-carsi8.ads, s-carun8.ads, s-casi16.ads, s-casi32.ads,
15308         s-casi64.ads, s-caun16.ads, s-caun32.ads, s-caun64.ads: Minor
15309         reformatting (new function spec format).
15311         * s-auxdec.adb, s-carsi8.adb, s-carun8.adb, s-casi16.adb,
15312         s-casi32.adb, s-casi64.adb, s-caun16.adb, s-caun32.adb,
15313         s-caun64.adb: Add declarations to avoid assumption of visible
15314         operations on type System.Address (since these might not be available
15315         if Address is a non-private type for which the operations are made
15316         abstract).
15318         * lib.ads, lib.adb (Synchronize_Serial_Number): New procedure.
15320         * exp_intr.adb: Minor comment update
15322         * exp_aggr.adb, exp_attr.adb, exp_ch13.adb: Minor reformatting.
15324         * 5omastop.adb: Add declarations to avoid assumption of visible
15325         operations on type System.Address (since these might not be available
15326         if Address is a non-private type for which the operations
15327         are made abstract).
15329 2004-04-19  Vincent Celier  <celier@gnat.com>
15331         * switch-m.adb: (Scan_Make_Switches): Process new switch -eL
15333         * prj-pars.ads (Parse): New Boolean parameter Process_Languages,
15334         defaulted to Ada.
15336         * prj-proc.adb (Process): New Boolean parameter Process_Languages,
15337         defaulted to Ada.
15338         Call Check with Process_Languages.
15339         (Check): New Boolean parameter Process_Languages. Call Recursive_Check
15340         with Process_Languages.
15341         (Recursive_Check): New Boolean parameter Process_Languages. Call
15342         Nmsc.Ada_Check or Nmsc.Other_Languages_Check according to
15343         Process_Languages.
15345         * prj-proc.ads (Process): New Boolean parameter Process_Languages,
15347         * prj-util.ads, prj-util.adb (Executable_Of): New Boolean
15348         parameter Ada_Main, defaulted to True.
15349         Check for Ada specific characteristics only when Ada_Main is True.
15351         * opt.ads: (Follow_Links): New Boolean flag for gnatmake
15353         * prj.adb: (Project_Empty): Add new Project_Data components.
15355         * prj.ads: New types and tables for non Ada languages.
15356         (Project_Data): New components Languages, Impl_Suffixes,
15357         First_Other_Source, Last_Other_Source, Imported_Directories_Switches,
15358         Include_Path, Include_Data_Set.
15360         * prj-env.ads, prj-env.adb: Minor reformatting
15362         * prj-nmsc.ads, prj-nmsc.adb: (Other_Languages_Check): New procedure
15363         Put subprograms in alphabetical order
15365         * prj-pars.adb (Parse): New Boolean parameter Process_Languages,
15366         defaulted to Ada; Call Prj.Proc.Process with Process_Languages and
15367         Opt.Follow_Links.
15369         * mlib-prj.adb: Back out modification in last version, as they are
15370         incorrect.
15371         (Build_Library.Check_Libs): Remove useless pragma Warnings (Off)
15373         * make.adb: (Mains): Moved to package Makeutl
15374         (Linker_Opts): Moved to package Makeutl
15375         (Is_External_Assignment): Moved to package Makeutl
15376         (Test_If_Relative_Path): Moved to package Makeutl
15377         (Gnatmake): Move sorting of linker options to function
15378         Makeutl.Linker_Options_Switches.
15380         * makeutl.ads, makeutl.adb: New files.
15382         * Makefile.in: Add makeutl.o to the object files for gnatmake
15384         * makeusg.adb: Add line for new switch -eL.
15386         * gnatls.adb (Image): New function.
15387         (Output_Unit): If in verbose mode, output the list of restrictions
15388         specified by pragmas Restrictions.
15390         * 5bml-tgt.adb, 5vml-tgt.adb (Build_Dynamic_Library): Do not use
15391         Text_IO.
15393         * a-calend.adb (Split): Shift the date by multiple of 56 years, if
15394         needed, to put it in the range 1970 (included) - 2026 (excluded).
15395         (Time_Of): Do not shift Unix_Min_Year (1970).
15396         Shift the date by multiple of 56 years, if needed, to put it in the
15397         range 1970 (included) - 2026 (excluded).
15399         * adaint.h, adaint.c (__gnat_set_executable): New function.
15401 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15403         * trans.c (tree_transform, case N_Subprogram_Body): Temporarily push
15404         and pop GC context.
15405         (tree_transform, case N_Procedure_Call): Fix typo in setting TREE_TYPE.
15406         (tree_transform, case N_Label): Don't set LABEL_STMT_FIRST_IN_EH.
15407         (tree_transform, case N_Procedure_Call_Statement): Build a tree.
15408         (tree_transform, case N_Code_Statement): Likewise.
15409         (gnat_expand_stmt, case LABEL_STMT): Don't look at
15410         LABEL_STMT_FIRST_IN_EH.
15411         (gnat_expand_stmt, case ASM_STMT): New case.
15413         * utils2.c (build_unary_op): Properly set TREE_READONLY of
15414         UNCONSTRAINED_ARRAY_REF.
15416         * utils.c (poplevel): Temporarily push/pop GC context around inline
15417         function expansion.
15419         * decl.c (maybe_variable): Properly set TREE_READONLY of
15420         UNCONSTRAINED_ARRAY_REF.
15421         (make_packable_type): Only reference TYPE_IS_PADDING_P for RECORD_TYPE.
15423         * ada-tree.def: (ASM_STMT): New.
15425         * ada-tree.h: (LABEL_STMT_FIRST_IN_EH): Deleted.
15426         (ASM_STMT_TEMPLATE, ASM_STMT_OUTPUT, ASM_STMT_ORIG_OUT,
15427         ASM_STMT_INPUT): New.
15428         (ASM_STMT_CLOBBER): Likewise.
15430 2004-04-19  Thomas Quinot  <quinot@act-europe.fr>
15432         * a-except.adb, s-parint.ads, s-parint.adb, types.ads, types.h: Use
15433         general rcheck mechanism to raise Program_Error for E.4(18), instead
15434         of a custom raiser in System.Partition_Interface.
15435         Part of general cleanup work before PolyORB integration.
15437         * snames.ads, snames.adb: Add new runtime library entities and names
15438         for PolyORB DSA.
15440         * sem_dist.ads, sem_dist.adb (Get_Subprogram_Id): Move from sem_dist to
15441         exp_dist.
15442         (Build_Subprogram_Id): New subprogram provided by exp_dist
15443         Code reorganisation in preparation for PolyORB integration.
15445         * exp_dist.ads, exp_dist.adb (Get_Subprogram_Id): Move from sem_dist to
15446         exp_dist.
15447         (Build_Subprogram_Id): New subprogram provided by exp_dist
15449         * sem_ch4.adb (Analyze_One_Call): Fix error message for mismatch in
15450         actual parameter types for call to dereference of an
15451         access-to-subprogram type.
15453         * rtsfind.ads: Add new runtime library entities and names for PolyORB
15454         DSA.
15456         * gnatlink.adb (Value): Remove. Use Interfaces.C.Strings.Value
15457         instead, which has the same behaviour here since we never pass it a
15458         NULL pointer.
15460         * link.c (run_path_option, Solaris case): Use -Wl, as for other
15461         platforms.
15463         * Makefile.in: adjust object file lists for gnatlink and gnatmake
15464         to account for new dependency upon Interfaces.C.Strings + link.o
15465         For x86 FreeBSD, use 86numaux.
15467         * make.adb, gnatcmd.adb: Linker_Library_Path_Option has been moved up
15468         from Mlib.Tgt to Mlib.
15470         * mlib.ads, mlib.adb (Linker_Library_Path_Option): New subprogram, now
15471         target-independent.
15473         * mlib-tgt.ads, mlib-tgt.adb (Linker_Library_Path_Option): Remove
15474         target-specific versions of this subprogram, now implemented as a
15475         target-independent function in Mlib.
15477         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb, 5lml-tgt.adb,
15478         5sml-tgt.adb, 5vml-tgt.adb, 5zml-tgt.adb, 5wml-tgt.adb
15479         (Linker_Library_Path_Option): Remove target-specific versions of this
15480         subprogram, now implemented as a target-independent function in Mlib.
15482         * atree.adb: (Allocate_Initialize_Node): New subprogram.
15483         Factors out node table slots allocation.
15484         (Fix_Parents): New subprogram.
15485         Encapsulate the pattern of fixing up parent pointers for syntactic
15486         children of a rewritten node.
15487         (New_Copy_Tree): Use New_Copy to copy non-entity nodes.
15488         (Rewrite): Use New_Copy when creating saved copy of original node.
15489         (Replace): Use Copy_Node to copy nodes.
15491 2004-04-19  Javier Miranda  <miranda@gnat.com>
15493         * sprint.adb (Sprint_Node_Actual): Give support to the new
15494         Access_To_Subprogram node available in Access_Definition nodes. In
15495         addition, give support to the AI-231 node fields: null-exclusion,
15496         all-present, constant-present.
15498         * sem_util.ads, sem_util.adb: (Has_Declarations): New subprogram
15500         * sinfo.ads, sinfo.adb:
15501         New field Access_To_Subprogram_Definition in Access_Definition nodes
15503         * sem_ch6.adb (Process_Formals): Move here the code that creates and
15504         decorates internal subtype declaration corresponding to the
15505         null-excluding formal. This code was previously in Set_Actual_Subtypes.
15506         In addition, carry out some code cleanup on this code. In case of
15507         access to protected subprogram call
15508         Replace_Anonymous_Access_To_Protected_Subprogram.
15509         (Set_Actual_Subtypes): Code cleanup.
15511         * sem_ch8.adb (Analyze_Object_Renaming): Remove un-necessary call to
15512         Find_Type in case of anonymous access renamings. Add warning in case of
15513         null-excluding attribute used in anonymous access renaming.
15515         * sem_ch3.ads (Replace_Anonymous_Access_To_Protected_Subprogram): New
15516         subprogram
15518         * sem_ch3.adb (Replace_Anonymous_Access_To_Protected_Subprogram): New
15519         subprogram.
15520         (Access_Definition): In case of anonymous access to subprograms call
15521         the corresponding semantic routine to decorate the node.
15522         (Access_Subprogram_Declaration): Addition of some comments indicating
15523         some code that probably should be added here. Detected by comparison
15524         with the access_definition subprogram.
15525         (Analyze_Component_Declaration): In case of access to protected
15526         subprogram call Replace_Anonymous_Access_To_Protected.
15527         (Array_Type_Declaration): In case of access to protected subprogram call
15528         Replace_Anonymous_Access_To_Protected_Subprogram.
15529         (Process_Discriminants): In case of access to protected subprogram call
15530         Replace_Anonymous_Access_To_Protected_Subprogram.
15532         * par.adb (P_Access_Definition): New formal that indicates if the
15533         null-exclusion part was present.
15534         (P_Access_Type_Definition): New formal that indicates if the caller has
15535         already parsed the null-excluding part.
15537         * par-ch3.adb (P_Subtype_Declaration): Code cleanup.
15538         (P_Identifier_Declarations): Code cleanup and give support to renamings
15539         of anonymous access to subprogram types.
15540         (P_Derived_Type_Def_Or_Private_Ext_Decl): Code cleanup.
15541         (P_Array_Type_Definition): Give support to AI-254.
15542         (P_Component_Items): Give support to AI-254.
15543         (P_Access_Definition): New formal that indicates if the header was
15544         already parsed by the caller.
15545         (P_Access_Type_Definition): New formal that indicates if the caller has
15546         already parsed the null-excluding part.
15548         * par-ch6.adb (P_Formal_Part): Add the null-excluding parameter to the
15549         call to P_Access_Definition.
15551 2004-04-19  Geert Bosch  <bosch@gnat.com>
15553         * checks.adb (Apply_Float_Conversion_Check): New procedure to implement
15554         the delicate semantics of floating-point to integer conversion.
15555         (Apply_Type_Conversion_Checks): Use Apply_Float_Conversion_Check.
15557         * eval_fat.adb (Machine_Mantissa): Moved to spec.
15558         (Machine_Radix): New function.
15560         * eval_fat.ads (Machine_Mantissa): Moved from body for use in
15561         conversion checks.
15562         (Machine_Radix): New function also for use in conversion checks.
15564 2004-04-19  Ed Schonberg  <schonberg@gnat.com>
15566         * par-prag.adb (Source_File_Name_Project): Fix typo in error message.
15568         * exp_ch9.adb (Expand_Access_Protected_Subprogram_Type): Call analyze
15569         to decorate the access-to-protected subprogram and the equivalent type.
15571         * checks.adb (Null_Exclusion_Static_Checks): Code cleanup. Give support
15572         to anonymous access to subprogram types.
15574         * exp_ch4.adb (Expand_N_In): Preserve Static flag before
15575         constant-folding, for legality checks in contexts that require an RM
15576         static expression.
15578         * exp_ch6.adb (Expand_N_Function_Call): If call may generate large
15579         temporary but stack checking is not enabled, increment serial number
15580         to so that symbol generation is consistent with and without stack
15581         checking.
15583         * exp_util.ads, exp_util.adb (May_Generate_Large_Temp): Predicate is
15584         independent on whether stack checking is enabled, caller must check
15585         the corresponding flag.
15587         * sem_ch3.adb (Constrain_Index): Index bounds given by attributes need
15588         range checks.
15589         (Build_Derived_Concurrent_Type): Inherit Is_Constrained flag from
15590         parent if it has discriminants.
15591         (Build_Derived_Private_Type): Constructed full view does
15592         not come from source.
15593         (Process_Discriminants): Default discriminants on a tagged type are
15594         legal if this is the internal completion of a private untagged
15595         derivation.
15597         * sem_ch6.adb (Set_Actual_Subtypes): The generated declaration needs
15598         no constraint checks, because it corresponds to an existing object.
15600         * sem_prag.adb (Process_Convention): Pragma applies
15601         only to subprograms in the same declarative part, i.e. the same unit,
15602         not the same scope.
15604         * sem_res.adb (Valid_Conversion): In an instance or inlined body,
15605         ignore type mismatch on a numeric conversion if expression comes from
15606         expansion.
15608 2004-04-19  Sergey Rybin  <rybin@act-europe.fr>
15610         * sem_elim.adb (Process_Eliminate_Pragma): Remove the processing for
15611         Homonym_Number parameter, add processing for Source_Location parameter
15612         corresponding.
15613         (Check_Eliminated): Remove the check for homonym numbers, add the check
15614         for source location traces.
15616         * sem_elim.ads (Process_Eliminate_Pragma): Replace Arg_Homonym_Number
15617         with Arg_Source_Location corresponding to the changes in the format of
15618         the pragma.
15620         * sem_prag.adb: (Analyze_Pragma): Changes in the processing of
15621         Eliminate pragma corresponding to the changes in the format of the
15622         pragma: Homonym_Number is replaced with Source_Location, two ways of
15623         distinguishing homonyms are mutially-exclusive.
15625 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
15627         * get_targ.ads (Get_No_Dollar_In_Label): Remove.
15629         * exp_dbug.adb (Output_Homonym_Numbers_Suffix): Remove use of
15630         No_Dollar_In_Label, no longer necessary, as it is always True.
15631         (Strip_Suffixes): Likewise.
15633 2004-04-19  Gary Dismukes  <dismukes@gnat.com>
15635         * s-stalib.ads (type Exception_Code): Use Integer'Size for exponent of
15636         modulus for compatibility with size clause on targets with 16-bit
15637         Integer.
15639         * layout.adb (Discrimify): In the case of private types, set Vtyp to
15640         full type to fix type mismatches on calls to size functions for
15641         discriminant-dependent array components.
15643 2004-04-19  Jerome Guitton  <guitton@act-europe.fr>
15645         * Makefile.in (gnatlib-zcx): New target, for building a ZCX run-time
15646         lib.
15648 2004-04-19  Pascal Obry  <obry@gnat.com>
15650         * mdll-utl.adb (Locate): New version is idempotent.
15652 2004-04-17  Laurent Guerby <laurent@guerby.net>
15654         PR ada/14988 (partial)
15655         * impunit.adb: Fix typo.
15657 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
15659         * Make-lang.in: Remove obsolete rts-none, rts-cert, install-rts-none,
15660         and install-rts-cert targets.  Remove all gnatlib and gnattools
15661         targets and all other rts-* targets (moved to libada).  Remove (now)
15662         unused Make variables CHMOD, CHMOD_AX_FLAGS, shext, THREAD_KIND,
15663         TRACE, GNATLIBFLAGS, GNATLIBCFLAGS.
15665 2004-04-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15667         * trans.c (tree_transform): Shortcut returning error_mark_node for
15668         statements in annotate_only_mode.
15669         (tree_transform, case N_Label, case N_Return_Statement,
15670         N_Goto_Statement): Make statement tree instead of generating code.
15671         (tree_transform, case N_Assignment_Statement): No longer check
15672         type_annotate_only.
15673         (gnat_expand_stmt, case GOTO_STMT, case LABEL_STMT, case
15674         RETURN_STMT): New.
15675         (first_nondeleted_insn, build_block_stmt, make_expr_stmt_from_rtl):
15676         New fcns.
15677         (gnat_to_gnu): Collect any RTL generated and deal with it.
15678         (tree_transform, case N_And_Then): Refine when have non-null RTL_EXPR.
15679         (tree_transform case N_If_Statement): Rewrite to make IF_STMT.
15680         (gnat_expand_stmt, case BLOCK_STMT, IF_STMT): New cases.
15682         * ada-tree.def (GOTO_STMT, LABEL_STMT, RETURN_STMT): New tree nodes.
15684         * ada-tree.def (EXPR_STMT): Fix typo in name.
15685         (BLOCK_STMT, IF_STMT): New nodes.
15687         * ada-tree.h (GOTO_STMT_LABEL, LABEL_STMT_LABEL,
15688         LABEL_STMT_FIRST_IN_EH): New macros.
15689         (RETURN_STMT_EXPR): Likewise.
15691         * ada-tree.h: (BLOCK_STMT_LIST, IF_STMT_COND, IF_STMT_TRUE,
15692         IF_STMT_ELSEIF, IF_STMT_ELSE): New macros.
15694 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
15696         * atree.ads: Correct documentation on extended nodes.
15698         * link.c: Set run_path_option for FreeBSD.
15700 2004-04-08  Vincent Celier  <celier@gnat.com>
15702         * mlib-prj.adb (Build_Library.Check_Libs): On OpenVMS, if dec.ali is
15703         one of the ALI file, do not link with DEC lib.
15705         * par.adb Remove the last two characters ("%s" or "%b") when checking
15706         if a language defined unit may be recompiled.
15708 2004-04-08  Ed Schonberg  <schonberg@gnat.com>
15710         * sem_ch4.adb (Remove_Abstract_Operations): Improve error message when
15711         removal of abstract operation leaves no possible interpretation for
15712         expression.
15714         * sem_eval.adb (Eval_Qualified_Expression): Use
15715         Set_Raises_Constraint_Error on node when needed, so that it does not
15716         get optimized away by subsequent optimizations.
15718         * sem_res.adb (Resolve_Intrinsic_Operator): Save interpretations of
15719         operands even when they are not wrapped in a type conversion.
15721 2004-04-08  Olivier Hainque  <hainque@act-europe.fr>
15723         * sem_prag.adb (Set_Exported): Warn about making static as result of
15724         export only when the export is coming from source. This may be not
15725         be true e.g. on VMS where we expand export pragmas for exception codes
15726         together with imported or exported exceptions, and we don't want the
15727         user to be warned about something he didn't write.
15729 2004-04-08  Thomas Quinot  <quinot@act-europe.fr>
15731         * sem_util.adb (Note_Possible_Modification): Reorganize to remove code
15732         duplication between normal entities and those declared as renamings.
15733         No functional change.
15735         * s-fileio.ads (Form): Remove pragma Inline, as we cannot currently
15736         inline functions returning an unconstrained result.
15738 2004-04-08  Eric Botcazou  <ebotcazou@act-europe.fr>
15740         * utils.c (type_for_mode): Handle BLKmode and VOIDmode properly, to
15741         conform to what other front-ends do.
15743 2004-04-08  Doug Rupp  <rupp@gnat.com>
15745         * 5vml-tgt.adb: Use Gas instead of VMS Macro to build auto init shared
15746         libraries.
15748 2004-04-06  Pascal Obry  <obry@gnat.com>
15750         * adaint.c (DIR_SEPARATOR): Properly set DIR_SEPARATOR on Win32.
15752         * osint.adb (Program_Name): Do not look past a directory separator.
15754 2004-04-06  Thomas Quinot  <quinot@act-europe.fr>
15756         * atree.adb: Update comment (Rewrite_Substitute_Node no longer exists).
15758         * exp_ch6.adb (Rewrite_Function_Call): Clarify documentation of
15759         requirement for preserving a copy of the original assignment node.
15761         * sinfo.ads: Update comment (Original_Tree -> Original_Node).
15763 2004-04-06  Olivier Hainque  <hainque@act-europe.fr>
15765         (__gnat_initialize [Vxworks]): Enable references to the crtstuff bits
15766         when supported.
15768 2004-04-06  Ed Schonberg  <schonberg@gnat.com>
15770         * sem_ch4.adb (Remove_Abstract_Operations): Extend previous changes to
15771         operator calls in functional notation, and apply
15772         Universal_Interpretation to operands, not to their type.
15774 2004-04-06  Robert Dewar  <dewar@gnat.com>
15776         * 5wdirval.adb: Minor reformatting
15778 2004-04-06  Ed Falis  <falis@gnat.com>
15780         * gnat_rm.texi: Improve a reference to the GCC manual
15782 2004-04-05  Vincent Celier  <celier@gnat.com>
15784         * adaint.h, adaint.c: Add function __gnat_named_file_length
15786         * impunit.adb: Add Ada.Directories to the list
15788         * Makefile.in: Add VMS and Windows versions of
15789         Ada.Directories.Validity package body.
15791         * Makefile.rtl: Add a-direct and a-dirval
15793         * mlib-tgt.ads: Minor comment update.
15795         * a-dirval.ads, a-dirval.adb, 5vdirval.adb, 5wdirval.adb,
15796         a-direct.ads, a-direct.adb: New files.
15798 2004-04-05  Vincent Celier  <celier@gnat.com>
15800         PR ada/13620
15801         * make.adb (Scan_Make_Arg): Pass any -fxxx switches to gnatlink, not
15802         just to the compiler.
15804 2004-04-05  Robert Dewar  <dewar@gnat.com>
15806         * a-except.adb (Exception_Name_Simple): Make sure lower bound of
15807         returned string is 1.
15809         * ali-util.adb: Use proper specific form for Warnings (Off, entity)
15811         * eval_fat.ads: Minor reformatting
15813         * g-curexc.ads: Document that lower bound of returned string values
15814         is always one.
15816         * gnatlink.adb: Add ??? comment for previous change
15817         (need to document why this is VMS specific)
15819         * s-stoele.ads: Minor reformatting
15821         * tbuild.ads: Minor reformatting throughout (new function specs)
15823         * par-ch10.adb (P_Context_Clause): Handle comma instead of semicolon
15824         after WITH.
15826         * scng.adb: Minor reformatting
15828 2004-04-05  Geert Bosch  <bosch@gnat.com>
15830         * eval_fat.adb (Machine): Remove unnecessary suppression of warning.
15831         (Leading_Part): Still perform truncation to machine number if the
15832         specified radix_digits is greater or equal to machine_mantissa.
15834 2004-04-05  Javier Miranda  <miranda@gnat.com>
15836         * par-ch3.adb: Complete documentation of previous change
15837         Correct wrong syntax documentation of the OBJECT_DECLARATION rule
15838         (aliased must appear before constant).
15840         * par-ch4.adb: Complete documentation of previous change.
15842         * par-ch6.adb: Complete documentation of previous change.
15844         * sinfo.ads: Fix typo in commment.
15846 2004-04-05  Ed Schonberg  <schonberg@gnat.com>
15848         * sem_ch3.adb (Inherit_Components): If derived type is private and has
15849         stored discriminants, use its discriminants to constrain parent type,
15850         as is done for non-private derived record types.
15852         * sem_ch4.adb (Remove_Abstract_Operations): New subprogram to implement
15853         Ada 2005 AI-310: an abstract non-dispatching operation is not a
15854         candidate interpretation in an overloaded call.
15856         * tbuild.adb (Unchecked_Convert_To): Preserve conversion node if
15857         expression is Null and target type is not an access type (e.g. a
15858         non-private address type).
15860 2004-04-05  Thomas Quinot  <quinot@act-europe.fr>
15862         * exp_ch6.adb (Rewrite_Function_Call): When rewriting an assignment
15863         statement whose right-hand side is an inlined call, save a copy of the
15864         original assignment subtree to preserve enough consistency for
15865         Analyze_Assignment to proceed.
15867         * sem_ch5.adb (Analyze_Assignment): Remove a costly copy of the
15868         complete assignment subtree which is now unnecessary, as the expansion
15869         of inlined call has been improved to preserve a consistent assignment
15870         tree.  Note_Possible_Modification must be called only
15871         after checks have been applied, or else unnecessary checks will
15872         be generated.
15874         * sem_util.adb (Note_Possible_Modification): Reorganise the handling
15875         of explicit dereferences that do not Come_From_Source:
15876          - be selective on cases where we must go back to the dereferenced
15877            pointer (an assignment to an implicit dereference must not be
15878            recorded as modifying the pointer);
15879          - do not rely on Original_Node being present (Analyze_Assignment
15880            calls Note_Possible_Modification on a copied tree).
15882         * sem_warn.adb (Check_References): When an unset reference to a pointer
15883         that is never assigned is encountered, prefer '<pointer> may be null'
15884         warning over '<pointer> is never assigned a value'.
15886 2004-04-05  Ramon Fernandez  <fernandez@gnat.com>
15888         * tracebak.c: Change STOP_FRAME in ppc vxworks to be compliant with
15889         the ABI.
15891 2004-04-05  Olivier Hainque  <hainque@act-europe.fr>
15893         * 5gmastop.adb (Pop_Frame): Comment out the pragma Linker_Option for
15894         libexc. We currently don't reference anything in this library and
15895         linking it in triggers linker warnings we don't want to see.
15897         * init.c: Update comments.
15899 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15901         * decl.c (gnat_to_gnu_entity): Use TYPE_READONLY.
15902         * utils.c (create_field_decl): Likewise.
15903         * utils2.c (build_unary_op, gnat_build_constructor): Likewise.
15905 2004-04-02  Arnaud Charlet  <charlet@act-europe.fr>
15907         * gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
15908         Replace ifinfo by ifnottex, to make makeinfo --html happy again.
15909         Add info directory entry and category.
15911 2004-04-02  Jan Hubicka  <jh@suse.cz>
15913         * utils.c: Include function.h
15914         (end_subprog_body): Clear DECL_STRUCT_FUNCTION.
15916 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
15918         PR ada/14150
15919         * Make-lang.in: Clean up generation of documentation
15921         * gnat-style.texi, gnat_rm.texi, ug_words: Resync with AdaCore version
15923         * xgnatug.adb: Removed, replaced by xgnatugn.adb
15925         * xgnatugn.adb: Replaces xgnatug.adb
15927         * gnat_ug.texi: Removed, replaced by gnat_ugn.texi
15929         * gnat_ugn.texi: Replaces gnat_ug.texi. Resync with AdaCore version
15931         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
15932         gnat_ug_wnt.texi: Removed.
15934 2004-04-01  Arnaud Charlet  <charlet@act-europe.fr>
15936         * utils2.c: Update copyright notice.
15938 2004-04-01  Robert Dewar  <dewar@gnat.com>
15940         * checks.adb: Minor reformatting throughout
15941         Note that prev checkin added RM reference to alignment warning
15943 2004-04-01  Ed Schonberg  <schonberg@gnat.com>
15945         * exp_aggr.adb (Get_Component_Val): Treat a string literal as
15946         non-static when building aggregate for bit-packed array.
15948         * exp_ch4.adb (Expand_N_Slice): If a packed slice is an actual of a
15949         function call that is itself the actual in a procedure call, build
15950         temporary for it.
15952         * exp_pakd.adb (Expand_Bit_Packed_Element_Set): If right-hand side is
15953         a string literal, create a temporary for it, constant folding only
15954         handles scalars here.
15956 2004-04-01  Vincent Celier  <celier@gnat.com>
15958         * ali-util.adb (Post_Scan, Error_Msg, Error_Msg_S, Error_Msg_SC,
15959         Error_Msg_SP): New empty procedures to instantiate the Scanner.
15960         (Style, Scanner): Instantiations of Styleg and Scng to be able to scan
15961         tokens.
15962         (Accumulate_Checksum, Initialize_Checksum): Remove procedures.
15963         (Get_File_Checksum): Use the instantiated scanner to scan all the tokens
15964         and get the checksum.
15966         * make.adb (Gnatmake): Do not insert into Q the Main_Source if it is
15967         already in the Q.
15968         Increase the Marking_Label at the end of the Multiple_Main_Loop,
15969         instead of at the beginning.
15971         * osint.adb (Lib_File_Name): Use Multi_Unit_Index_Character, not '~'
15972         directly.
15973         (Osint package elaboration): Change Multi_Unit_Index_Character to '$' if
15974         on VMS.
15976         * osint.ads (Multi_Unit_Index_Character): New Character global variable
15978         * osint-c.adb (Set_Library_Info_Name): Use Multi_Unit_Index_Character,
15979         not '~' directly.
15981         * par.adb: Remove test on file name to detect language defined units.
15982         Add test on unit name, after parsing, to detect language defined units
15983         that are not compiled with -gnatg (except System.RPC and its children)
15985         * par-ch10.adb (P_Compilation_Unit): In multi-unit sources, scan the
15986         following units without style checking.
15988         * switch-c.adb: Change -gnatC to -gnateI
15990         * usage.adb: Document new switch -gnateInnn
15992         * scng.adb (Accumulate_Token_Checksum): New procedure
15993         (Scan): Call Accumulate_Token_Checksum after each identifier, reserved
15994         word or literal number.
15995         (Scan.Nlit.Scan_Integer): Do not accumulate internal '_' in litteral
15996         numbers.
15998 2004-04-01  Thomas Quinot  <quinot@act-europe.fr>
16000         * a-tasatt.adb,
16001         g-comlin.adb, sinput-c.adb, s-secsta.adb, s-tpobop.adb,
16002         switch-m.adb, 56taprop.adb, 5ginterr.adb, 5gmastop.adb,
16003         5staprop.adb, 5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb,
16004         5vtpopde.adb: Add missing 'constant' keywords.
16006 2004-04-01  Javier Miranda  <miranda@gnat.com>
16008         * par-ch4.adb: (P_Allocator): Code cleanup
16010         * sem_ch3.adb (Access_Definition): Properly set the null-excluding
16011         attribute.
16013         * sinfo.ads: Complete documentation of previous change
16015 2004-04-01  Pascal Obry  <obry@gnat.com>
16017         * gnatlink.adb (Process_Binder_File): Remove duplicate linker options
16018         only on VMS.  This special handling was done because an old GNU/ld bug
16019         on Windows which has been fixed.
16021 2004-04-01  GNAT Script  <nobody@gnat.com>
16023         * Make-lang.in: Makefile automatically updated
16025 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16027         * decl.c (gnat_to_gnu_entity, make_type_from_size):
16028         Use TYPE_UNSIGNED, not TREE_UNSIGNED.
16029         * trans.c (tree_transform, convert_with_check): Likewise.
16030         * utils.c (gnat_signed_or_unsigned_type): Likewise.
16031         (build_vms_descriptor, unchecked_convert): Likewise.
16032         * utils2.c (nonbinary_modular_operation): Likewise.
16034 2004-03-29  Javier Miranda  <miranda@gnat.com>
16036         * checks.adb (Null_Exclusion_Static_Checks): New subprogram
16037         (Install_Null_Excluding_Check): Local subprogram that determines whether
16038         an access node requires a runtime access check and if so inserts the
16039         appropriate run-time check.
16040         (Apply_Access_Check): Call Install_Null_Excluding check if required
16041         (Apply_Constraint_Check): Call Install_Null_Excluding check if required
16043         * checks.ads: (Null_Exclusion_Static_Checks): New subprogram
16045         * einfo.ads: Fix typo in comment
16047         * exp_ch3.adb (Build_Assignment): Generate conversion to the
16048         null-excluding type to force the corresponding run-time check.
16049         (Expand_N_Object_Declaration): Generate conversion to the null-excluding
16050         type to force the corresponding run-time check.
16052         * exp_ch5.adb (Expand_N_Assignment_Statement): Generate conversion to
16053         the null-excluding type to force the corresponding run-time check.
16055         * exp_ch6.adb (Expand_Call): Do not generate the run-time check in
16056         case of access types unless they have the null-excluding attribute.
16058         * sprint.adb (Sprint_Node_Actual): Give support to the null-exclusing
16059         part.
16061         * exp_util.ads: Fix typo in comment
16063         * par.adb (P_Null_Exclusion): New subprogram
16064         (P_Subtype_Indication): New formal that indicates if the null-excluding
16065         part has been scanned-out and it was present
16067         * par-ch3.adb, par-ch4.adb, par-ch6.adb: Give support to AI-231
16069         * sem_aggr.adb: (Check_Can_Never_Be_Null): New subprogram
16070         (Aggregate_Constraint_Checks): Generate conversion to the null-excluding
16071         type to force the corresponding run-time check
16072         (Resolve_Aggregate): Propagate the null-excluding attribute to the array
16073         components
16074         (Resolve_Array_Aggregate): Carry out some static checks
16075         (Resolve_Record_Aggregate.Get_Value): Carry out some static check
16077         * sem_ch3.adb (Access_Definition): In Ada 0Y the Can_Never_Be_Null
16078         attribute must be set only if specified by means of the null-excluding
16079         part. In addition, we must also propagate the access-constant attribute
16080         if present.
16081         (Access_Subprogram_Declaration, Access_Type_Declaration,
16082         Analyze_Component_Declaration, Analyze_Object_Declaration,
16083         Array_Type_Declaration, Process_Discriminants,
16084         Analyze_Subtype_Declaration): Propagate the null-excluding attribute
16085         and carry out some static checks.
16086         (Build_Derived_Access_Type): Set the null-excluding attribute
16087         (Derived_Type_Declaration, Process_Subtype): Carry out some static
16088         checks.
16090         * sem_ch4.adb (Analyze_Allocator): Carry out some static checks
16092         * sem_ch5.adb (Analyze_Assignment): Carry out some static checks
16094         * sem_ch6.adb (Process_Formals): Carry out some static checks.
16095         (Set_Actual_Subtypes): Generate null-excluding subtype if the
16096         null-excluding part was present; it is not required to be done here in
16097         case of anonymous access types.
16098         (Set_Formal_Mode): Ada 0Y allows anonymous access to have the null
16099         value.
16101         * sem_res.adb (Resolve_Actuals): Carry out some static check
16102         (Resolve_Null): Allow null in anonymous access
16104         * sinfo.adb: New subprogram Null_Exclusion_Present
16105         All_Present and Constant_Present available on access_definition nodes
16107         * sinfo.ads: New flag Null_Exclusion_Present on subtype_declaration,
16108         object_declaration, derived_type_definition, component_definition,
16109         discriminant_specification, access_to_object_definition,
16110         access_function_definition, allocator, access_procedure_definition,
16111         access_definition, parameter_specification, All_Present and
16112         Constant_Present flags available on access_definition nodes.
16114 2004-03-29  Robert Dewar  <dewar@gnat.com>
16116         * fname.adb, fname.ads, fname-sf.adb, fname-uf.adb, fname-uf.ads,
16117         gnat1drv.adb, lib.adb, lib.ads, lib-load.adb, lib-writ.adb,
16118         opt.ads, osint.adb, osint.ads, osint-c.adb, par.adb,
16119         par-ch10.adb, par-load.adb, par-prag.adb, sfn_scan.adb,
16120         sfn_scan.ads, sinput-l.adb, sinput-l.ads, switch-c.adb,
16121         sem_prag.adb: Updates to handle multiple units/file
16123         * par.adb: Change test for s-rpc to s-rp for detecting rpc and children
16125         * par.adb, memtrack.adb, prj-makr.adb, prj-part.adb,
16126         sem_util.adb: Minor reformatting
16128         * sem_ch12.adb: Add comment for previous change
16130 2004-03-29  Laurent Pautet  <pautet@act-europe.fr>
16132         * osint.adb (Executable_Prefix): Set Exec_Name to the current
16133         executable name when not initialized. Otherwise, use its current value.
16135         * osint.ads (Exec_Name): Move Exec_Name from body to spec in order to
16136         initialize it to another executable name than the current one. This
16137         allows to configure paths for an executable name (gnatmake) different
16138         from the current one (gnatdist).
16140 2004-03-29  Ed Schonberg  <schonberg@gnat.com>
16142         * exp_ch6.adb (Expand_Call): A call to a function declared in the
16143         current unit cannot be inlined if it appears in the body of a withed
16144         unit, to avoid order of elaboration problems in gigi.
16146         * exp_ch9.adb (Build_Protected_Sub_Specification): Generate debugging
16147         information for protected (wrapper) operation as well, to simplify gdb
16148         use.
16150         * sem_ch6.adb (Analyze_Subprogram_Body): For a private operation in a
16151         protected body, indicate that the entity for the generated spec comes
16152         from source, to ensure that references are properly generated for it.
16153         (Build_Body_To_Inline): Do not inline a function that returns a
16154         controlled type.
16156         * sem_prag.adb (Process_Convention): If subprogram is overloaded, only
16157         apply convention to homonyms that are declared explicitly.
16159         * sem_res.adb (Make_Call_Into_Operator): If the operation is a function
16160         that renames an equality operator and the operands are overloaded,
16161         resolve them with the declared formal types, before rewriting as an
16162         operator.
16164 2004-03-29  GNAT Script  <nobody@gnat.com>
16166         * Make-lang.in: Makefile automatically updated
16168 2004-03-25  Vasiliy Fofanov  <fofanov@act-europe.fr>
16170         * memtrack.adb: Log realloc calls, which are treated as free followed
16171         by alloc.
16173 2004-03-25  Vincent Celier  <celier@gnat.com>
16175         * prj-makr.adb (Process_Directories): Detect when a file contains
16176         several units. Do not include such files in the config pragmas or
16177         in the naming scheme.
16179         * prj-nmsc.adb (Record_Source): New parameter Trusted_Mode.
16180         Resolve links only when not in Trusted_Mode.
16181         (Find_Sources, Recursive_Find_Dirs, Find_Source_Dirs, Locate_Directory):
16182         Do not resolve links for the display names.
16184         * prj-part.adb (Parse_Single_Project, Project_Path_Name_Of): Do not
16185         resolve links when computing the display names.
16187 2004-03-25  Thomas Quinot  <quinot@act-europe.fr>
16189         * sem_attr.adb (Check_Dereference): When the prefix of a 'Tag
16190         attribute reference does not denote a subtype, it can be any
16191         expression that has a classwide type, potentially after an implicit
16192         dereference.  In particular, the prefix can be a view conversion for
16193         a classwide type (for which Is_Object_Reference holds), but it can
16194         also be a value conversion for an access-to-classwide type. In the
16195         latter case, there is an implicit dereference, and the original node
16196         for the prefix does not verify Is_Object_Reference.
16198         * sem_util.adb (Is_Dependent_Component_Of_Mutable_Object): A view
16199         conversion of a discriminant-dependent component of a mutable object
16200         is one itself.
16202 2004-03-25  Ed Schonberg  <schonberg@gnat.com>
16204         * freeze.adb (Freeze_Entity): When an inherited subprogram is
16205         inherited, has convention C, and has unconstrained array parameters,
16206         place the corresponding warning on the derived type declaration rather
16207         than the original subprogram.
16209         * sem_ch12.adb (Instantiate_Formal_Subprogram): Set From_Default
16210         indication on renaming declaration, if formal has a box and actual
16211         is absent.
16213         * sem_ch8.adb (Analyze_Subprogram_Renaming): Use From_Default flag to
16214         determine whether to generate an implicit or explicit reference to
16215         the renamed entity.
16217         * sinfo.ads, sinfo.adb: New flag From_Default, to indicate that a
16218         subprogram renaming comes from a defaulted formal subprogram in an
16219         instance.
16221 2004-03-25  Gary Dismukes  <dismukes@gnat.com>
16223         * sem_elab.adb (Check_Elab_Call): Refine loop that checks for default
16224         value expressions to ensure that calls within a component definition
16225         will be checked (since those are evaluated during the record type's
16226         elaboration).
16228 2004-03-25  Arnaud Charlet  <charlet@act-europe.fr>
16230         * s-tpobop.adb: Code clean up:
16231         (Requeue_Call): Extract from PO_Service_Entries to remove duplicated
16232         code.
16233         (PO_Do_Or_Queue): Remove duplicated code and use Requeue_Call.
16235 2004-03-25  Jose Ruiz  <ruiz@act-europe.fr>
16237         * Makefile.in: Clean up in the ravenscar run time.
16239 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16241         * decl.c (gnat_to_gnu_entity, case E_Access_Type): Pass value
16242         of No_Strict_Aliasing to build_pointer_type_for_mode.
16243         * utils.c (update_pointer_to): Walk pointer and ref chains.
16245 2004-03-22  Cyrille Comar  <comar@act-europe.fr>
16247         * ali.ads: Fix Comment about Dynamic_Elab.
16249         * gnatls.adb (Output_Unit): Add output of many flags (Dynamic_Elab,
16250         Has_RACW, Is_Generic, etc.)
16251         (Output_Object, Gnatls): Take into account ALI files not attached to
16252         an object.
16254 2004-03-22  Vincent Celier  <celier@gnat.com>
16256         * gprep.adb: Change all String_Access to Name_Id
16257         (Is_ASCII_Letter): new function
16258         (Double_File_Name_Buffer): New procedure
16259         (Preprocess_Infile_Name): New procedure
16260         (Process_Files): New procedure
16261         (Gnatprep): Check if output and input are existing directories.
16262         Call Process_Files to do the real job.
16264 2004-03-22  Robert Dewar  <dewar@gnat.com>
16266         * prj-env.adb, prj-nmsc.ads, prj-proc.ads,
16267         s-stache.ads, s-stache.adb: Comment updates. Minor reformatting.
16269 2004-03-22  Sergey Rybin  <rybin@act-europe.fr>
16271         * scn.adb (Contains): Add check for EOF, is needed for a degenerated
16272         case when the source contains only comments.
16274 2004-03-22  Ed Schonberg  <schonberg@gnat.com>
16276         * sem_ch10.adb (Analyze_Compilation_Unit): When generating a
16277         declaration for a child subprogram body that acts as a spec, indicate
16278         that the entity in the declaration needs debugging information.
16280         * sem_ch3.adb (Complete_Private_Subtype): Do not build an underlying
16281         full view if the subtype is created for a constrained record component;
16282         gigi has enough information to construct the record, and there is no
16283         place in the tree for the declaration.
16285         * sem_ch6.adb (Build_Body_To_Inline): Use an internal name without
16286         serial number for the dummy body that is built for analysis, to avoid
16287         inconsistencies in the generation of internal names when compiling
16288         with -gnatN.
16290 2004-03-22  Thomas Quinot  <quinot@act-europe.fr>
16292         * sem_util.adb (Is_Object_Reference): A view conversion denotes an
16293         object.
16295 2004-03-22  GNAT Script  <nobody@gnat.com>
16297         * Make-lang.in: Makefile automatically updated
16299 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16301         * decl.c (gnat_to_gnu_entity): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
16302         * trans.c (tree_transform, emit_index_check): Likewise.
16303         * utils.c (build_template): Likewise.
16304         (max_size, convert): Remove handling of WITH_RECORD_EXPR.
16305         (maybe_unconstrained_array, unchecked_convert): Likewise.
16306         * utils2.c (gnat_truthvalue_conversion, build_binary_op): Likewise.
16307         (build_unary_op): Likewise.
16308         (compare_arrays, build_allocator): Use SUBSTITUTE_PLACEHOLDER_IN_EXPR.
16309         (fill_vms_descriptor): Likewise.
16310         (build_call_alloc_dealloc): Likewise.
16311         ALIGN is unsigned.
16312         * gigi.h (build_call_alloc_dealloc): Alignment is unsigned.
16314 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
16316         PR other/14630
16317         * gnat_ug.texi: Add info directory category and entry.
16318         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
16319         gnat_ug_wnt.texi: Regenerate.
16321 2004-03-19  Arnaud Charlet  <charlet@act-europe.fr>
16323         * ada-tree.h: Update copyright notice.
16324         Minor reformatting.
16326 2004-03-19  Olivier Hainque  <hainque@act-europe.fr>
16328         * decl.c (gnat_to_gnu_entity, case E_Exception): Handle VMS exceptions
16329         as regular exception objects and not as mere integers representing the
16330         condition code.  The latter approach required some dynamics to mask off
16331         severity bits, which did not fit well into the GCC table based model.
16332         (gnat_to_gnu_entity, objects): Don't supply an external name for VMS
16333         exception data objects. We don't it and it would conflict with the other
16334         external symbol we have to generate for such exceptions.
16336         * trans.c (tree_transform, case N_Exception_Handler): Remove part of
16337         the special code for VMS exceptions, since these are now represented
16338         as regular exceptions objects.
16340 2004-03-19 Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16342         * decl.c (debug_no_type_hash): Remove.
16343         (gnat_to_gnu_entity, case E_Array_Type): Don't set and clear it.
16344         * misc.c (LANG_HOOK_HASH_TYPE): Redefine.
16346 2004-03-19  Laurent Guerby <laurent@guerby.net>
16348         * sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of
16349         aggregate, allows bootstrap from 3.3 on powerpc-darwin.
16351 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16353         * ada-tree.h (TYPE_LEFT_JUSTIFIED_MODULAR_P): Add checking.
16354         (TYPE_CONTAINS_TEMPLATE_P, TYPE_OBJECT_RECORD_TYPE): Likewise.
16355         (TYPE_RM_SIZE_INT): Directly use type.values.
16356         (TREE_LOOP_ID): Clean up check.
16357         * decl.c (gnat_to_gnu_entity, case E_Enumeration_Type): Use
16358         TYPE_VALUES, not TYPE_FIELDS.
16359         * trans.c (convert_with_check): Delay access of bounds of basetype
16360         until sure is numeric.
16362 2004-03-18  Arnaud Charlet  <charlet@act-europe.fr>
16364         * 5atpopsp.adb: Remove RTEMS from list of platforms using this file.
16366         Code clean up:
16367         * 5ataprop.adb, 5ftaprop.adb, 5htaprop.adb, 5itaprop.adb, 5staprop.adb,
16368         5vtaprop.adb, 5wtaprop.adb, 7staprop.adb (Finalize_TCB): Use
16369         Specific.Set instead of direct call to e.g pthread_setspecific.
16371 2004-03-18  Thomas Quinot  <quinot@act-europe.fr>
16373         * adaint.c: Update comments.
16375         * Makefile.in: set PREFIX_OBJS, SYMLIB, THREADSLIB, and
16376         GNATLIB_SHARED for FreeBSD.
16378 2004-03-18  Jose Ruiz  <ruiz@act-europe.fr>
16380         * init.c [VxWorks]: Do not fix the stack size for the environment task.
16381         When needed (stack checking) the stack size is retrieved
16382         from the VxWorks kernel.
16384         * Makefile.in: Flag -nostdinc is required when building the run time
16385         for avoiding looking for files in the base compiler.
16386         Add the VxWorks specific version of the package body for
16387         System.Stack_checking.Operations (5zstchop.adb).
16389         * Make-lang.in: Add the object file for
16390         System.Stack_Checking.Operations.
16392         * Makefile.rtl: Add object file for the package
16393         System.Stack_Checking.Operations.
16395         * s-stchop.ads, s-stchop.adb, 5zstchop.adb: New files.
16397         * s-stache.ads, s-stache.adb: Move the operations related to stack
16398         checking from this package to package System.Stack_Checking.Operations.
16399         This way, stack checking operations are only linked in the final
16400         executable when using the -fstack-check flag.
16402 2004-03-18  Doug Rupp  <rupp@gnat.com>
16404         * Makefile.in [VMS]: Handle 64 bit specs (5qsystem.ads, 5xcrtl.ads).
16405         Reorganize ifeq's.
16407         * 5qsystem.ads, 5xcrtl.ads: New files.
16409 2004-03-18  Vincent Celier  <celier@gnat.com>
16411         * prj.adb (Reset): Reset hash table Files_Htable
16413         * prj-env.adb (Source_Paths, Object_Paths): New tables.
16414         (Add_To_Source_Path, Add_To_Object_Path): New procedures, to replace
16415         the procedures Add_To_Path_File.
16416         (Set_Ada_Paths): Accumulate source and object dirs in the tables,
16417         making sure that each directory is present only once and, for object
16418         dirs, when a directory already present is added, the duplicate is
16419         removed and the directory is always put as the last in the table.
16420         Write the path files at the end of these accumulations.
16422         * prj-nmsc.adb (Record_Source): Add source file name in hash table
16423         Files_Htable for all sources.
16425         * prj-proc.adb (Process): Remove restrictions between not directly
16426         related extending projects.
16428 2004-03-18  Emmanuel Briot  <briot@act-europe.fr>
16430         * prj-nmsc.ads, prj-nmsc.adb (Ada_Check): New parameter Trusted_Mode.
16431         (Find_Sources): Minor speed optimization.
16433         * prj-proc.ads, prj-proc.adb (Check, Recursive_Check, Process): New
16434         parameter Trusted_Mode.
16436 2004-03-18  Sergey Rybin  <rybin@act-europe.fr>
16438         * scn.adb (Determine_License): Take into account a degenerated case
16439         when the source contains only comments.
16441 2004-03-18  Ed Schonberg  <schonberg@gnat.com>
16443         * sem_warn.adb (Check_References): For a warning on a selected
16444         component that does not come from source, locate an uninitialized
16445         component of the record type to produce a more precise error message.
16447 2004-03-15  Jerome Guitton  <guitton@act-europe.fr>
16449         * 3zsoccon.ads: Fix multicast options.
16451         * s-thread.ads: Move unchecked conversion from ATSD_Access to Address
16452         in the spec.
16454 2004-03-15  Robert Dewar  <dewar@gnat.com>
16456         * sem_prag.adb: Make sure No_Strict_Aliasing flag is set right when
16457         pragma used for a private type.
16459         * lib-xref.adb (Generate_Reference): Do not generate warning if
16460         reference is in a different unit from the pragma Unreferenced.
16462         * 5vtpopde.adb: Minor reformatting
16463         Fix casing of To_Task_ID
16465         * sem_ch13.adb (Validate_Unchecked_Conversion): Set No_Strict_Aliasing
16466         flag if we have an unchecked conversion to an access type in the same
16467         unit.
16469 2004-03-15  Geert Bosch  <bosch@gnat.com>
16471         * a-ngcoty.adb (Modulus): In alternate formula for large real or
16472         imaginary parts, use Double precision throughout.
16474         * a-tifiio.adb (Put_Scaled): Remove remaining pragma Debug. Not only
16475         we want to be able to compile run-time with -gnata for testing, but
16476         this may also be instantiated in user code that is compiled with -gnata.
16478 2004-03-15  Olivier Hainque  <hainque@act-europe.fr>
16480         * s-stalib.ads (Exception_Code): New type, to represent Import/Export
16481         codes. Having a separate type for this is useful to enforce consistency
16482         throughout the various run-time units.
16483         (Exception_Data): Use Exception_Code for Import_Code.
16485         * s-vmextra.ads, s-vmexta.adb: Use Exception_Code instead of a mix of
16486         Natural and Integer in various places.
16487         (Register_VMS_Exception): Use Base_Code_In to compute the exception code
16488         with the severity bits masked off.
16489         (Register_VMS_Exception): Handle the additional exception data pointer
16490         argument.
16492         * raise.c (_GNAT_Exception structure): Remove the handled_by_others
16493         component, now reflected by an exported accessor.
16494         (is_handled_by): New routine to compute whether the propagated
16495         occurrence matches some handler choice specification. Extracted out of
16496         get_action_description_for, and expanded to take care of the VMS
16497         specifities.
16498         (get_action_description_for): Use is_handled_by instead of an explicit
16499         complex condition to decide if the current choice at hand catches the
16500         propagated occurrence.
16502         * raise.h (Exception_Code): New type for C.
16504         * rtsfind.ads (RE_Id, RE_Unit_Table): Add
16505         System.Standard_Library.Exception_Code, to allow references from the
16506         pragma import/export expander.
16508         * a-exexpr.adb (Is_Handled_By_Others, Language_For, Import_Code_For):
16509         New accessors to allow easy access to GNAT exception data
16510         characteristics.
16511         (GNAT_GCC_Exception record, Propagate_Exception): Get rid of the
16512         redundant Handled_By_Others component, helper for the personality
16513         routine which will now be able to call the appropriate exception data
16514         accessor instead.
16516         * cstand.adb (Create_Standard): Adjust the type of the Import_Code
16517         component of Standard_Exception_Type to be the closest possible to
16518         Exception_Code in System.Standard_Library, that we cannot get at this
16519         point. Expand a ??? comment to notify that this type node should
16520         probably be rewritten later on.
16522         * exp_prag.adb (Expand_Pragma_Import_Export_Exception): Adjust the
16523         registration call to include a pointer to the exception object in the
16524         arguments.
16526         * init.c (__gnat_error_handler): Use Exception_Code and Base_Code_In
16527         instead of int and explicit bitmasks.
16529 2004-03-15  Vincent Celier  <celier@gnat.com>
16531         * vms_data.ads: Add new GNAT BIND qualifier /STATIC. Makes /NOSHARED
16532         equivalent to /STATIC and /NOSTATIC equivalent to /SHARED.
16534         * a-tasatt.adb (To_Access_Code): Remove this UC instantiation, no
16535         longer needed now that it is in the spec of
16536         System.Tasking.Task_Attributes.
16538         * adaint.h, adaint.c: (__gnat_create_output_file): New function
16540         * gnatcmd.adb: Fix bug introduced in previous rev: /= instead of =
16542         * g-os_lib.ads, g-os_lib.adb (Create_Output_Text_File): New function.
16544         * make.adb (Gnatmake): Do not check the executable suffix; it is being
16545         taken care of in Scan_Make_Arg.
16546         (Scan_Make_Arg): Add the executable suffix only if the argument
16547         following -o, in canonical case, does not end with the executable
16548         suffix.  When in verbose mode and executable file name does not end
16549         with executable suffix, output the executable name, in canonical case.
16551         * s-tataat.ads (Access_Dummy_Wrapper): Add pragma No_Strict_Aliasing
16552         to avoid warnings when instantiating Ada.Task_Attributes.
16553         Minor reformating.
16555         * mlib-prj.adb (Process_Imported_Libraries): Get the imported libraries
16556         in the correct order.
16558         * prj-makr.adb (Process_Directory): No longer use GNAT.Expect, but
16559         redirect standard output and error to a file for the invocation of the
16560         compiler, then read the file.
16562         * prj-nmsc.adb (Find_Sources): Use the Display_Value for each
16563         directory, instead of the Value.
16564         (Find_Source_Dirs): Remove useless code & comments.
16566 2004-03-15  Ed Schonberg  <schonberg@gnat.com>
16568         * exp_ch3.adb (Freeze_Record_Type): If a primitive operation of a
16569         tagged type is inherited, and the parent operation is not frozen yet,
16570         force generation of a freeze node for the inherited operation, so the
16571         corresponding dispatch entry is properly initialized.
16572         (Make_Predefined_Primitive_Specs): Check that return type is Boolean
16573         when looking for user-defined equality operation.
16575         * exp_ch4.adb (Expand_Composite_Equality): Check that return type is
16576         boolean when locating primitive equality of tagged component.
16578         * exp_ch5.adb (Expand_Assign_Array): If the left-hand side is a
16579         bit-aligned field and the right-hand side a string literal, introduce
16580         a temporary before expanding assignment into a loop.
16582         * exp_ch9.adb (Expand_N_Task_Type_Declaration): Copy expression for
16583         priority in full, to ensure that any expanded subepxressions of it are
16584         elaborated in the scope of the init_proc.
16586         * exp_prag.adb (Expand_Pragma_Import): Search for initialization call
16587         after object declaration, skipping over code that may have been
16588         generated for validity checks.
16590         * sem_ch12.adb (Validate_Private_Type_Instance): If type has unknown
16591         discriminants, ignore the known discriminants of its full view, if
16592         any, to check legality.
16594         * sem_ch3.adb (Complete_Private_Subtype): Do not create constrained
16595         component if type has unknown discriminants.
16596         (Analyze_Private_Extension_Declaration): Discriminant constraint is
16597         null if type has unknown discriminants.
16599         * sem_ch6.adb (Analyze_Generic_Subprogram_Body): Generate reference
16600         for end label when present.
16602         * s-fileio.adb (Open): When called with a C_Stream, use given name for
16603         temporary file, rather than an empty string.
16605 2004-03-15  Ed Falis  <falis@gnat.com>
16607         * s-thread.adb: Removed, no longer used.
16609 2004-03-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16611         * decl.c (target.h): Now include.
16612         (gnat_to_gnu_entity, case E_Access_Type): Use mode derived from ESIZE
16613         in new build_pointer_from_mode calls for non-fat/non-thin pointer.
16614         (validate_size): For POINTER_TYPE, get smallest size permitted on
16615         machine.
16617         * fe.h: Sort Einfo decls and add Set_Mechanism.
16619         * Makefile.in: (LIBGNAT_SRCS): Remove types.h.
16620         (ada/decl.o): Depends on target.h.
16622         * trans.c (tree_transform, N_Unchecked_Type_Conversion): Do not use
16623         FUNCTION_BOUNDARY; always use TYPE_ALIGN.
16625 2004-03-15  Thomas Quinot  <quinot@act-europe.fr>
16627         * 5ztpopsp.adb, 56tpopsp.adb: Fix spelling of Task_ID.
16629         * exp_ch4.adb (Expand_N_Indexed_Component): Do not call
16630         Insert_Dereference_Action when rewriting an implicit dereference into
16631         an explicit one, this will be taken care of during expansion of the
16632         explicit dereference.
16633         (Expand_N_Slice): Same. Always do the rewriting, even for the case
16634         of non-packed slices, since the dereference action generated by
16635         expansion of the explicit dereference is needed in any case.
16636         (Expand_N_Selected_Component): When rewriting an implicit dereference,
16637         analyze and resolve the rewritten explicit dereference so it is seen
16638         by the expander.
16639         (Insert_Dereference_Action): This procedure is now called only for the
16640         expansion of an N_Explcit_Dereference_Node. Do insert a check even for
16641         dereferences that do not come from source (including explicit
16642         dereferences resulting from rewriting implicit ones), but do not
16643         recursively insert a check for the dereference nodes contained within
16644         the check.
16645         (Insert_Dereference_Action): Clarify and correct comment.
16647 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
16649         PR ada/14131
16650         Move language detection to the top level.
16651         * config-lang.in: Build by default.
16653 2004-03-05  Robert Dewar  <dewar@gnat.com>
16655         * 56taprop.adb, 5ataprop.adb: Remove unneeded unchecked conversions
16657         * a-tags.adb, a-tags.ads, s-finimp.adb, s-finroo.ads,
16658         i-cpoint.ads, i-cpoint.adb, i-cstrin.adb, i-cstrin.ads,
16659         5iosinte.ads, 5sosinte.ads, 5staspri.ads, 5itaprop.adb,
16660         5staprop.adb, 5wtaprop.adb, s-tataat.ads, s-tataat.adb: Move
16661         unchecked conversion to spec to avoid warnings.
16663         * s-tasini.adb, s-taskin.ads, 5atpopsp.adb: Correct spelling Task_Id
16664         to Task_ID
16666         * 7stpopsp.adb: Correct casing in To_Task_ID call
16668         * a-strsea.ads, a-strsea.adb: Minor reformatting
16670         * einfo.ads, einfo.adb: Define new flag No_Strict_Aliasing
16672         * errout.ads: Switch for VMS is now NO_STRICT_ALIASING.
16673         Adjust Max_Msg_Length to be clearly large enough.
16675         * fe.h: Define In_Same_Source_Unit
16677         * osint.adb: Add pragma Warnings Off to suppress warnings
16678         * g-dyntab.adb, g-table.adb, g-thread.adb: Add Warnings (Off) to kill
16679         aliasing warnings.
16681         * opt.ads: Put entries in alpha order. Add entry for No_Strict_Aliasing
16683         * par-prag.adb: Add dummy entry for No_Strict_Aliasing pragma
16685         * sem_ch13.adb: Generate validate unchecked conversion nodes for gcc.
16687         * sem_ch3.adb: Set No_Strict_Aliasing flag if config pragma set.
16689         * sem_prag.adb: Implement pragma No_Strict_Aliasing.
16691         * sinfo.ads: Remove obsolete comment on validate unchecked conversion
16692         node. We now do generate them for gcc back end.
16694         * table.adb, sinput.adb: Add pragma Warnings Off to suppress aliasing
16695         warning.
16697         * sinput-c.adb: Fix bad name in header.
16698         Add pragma Warnings Off to suppress aliasing warning.
16700         * sinput-l.adb: Add pragma Warnings Off to suppress aliasing warning.
16702         * snames.h, snames.ads, snames.adb: Add entry for pragma
16703         No_Strict_Aliasing.
16705 2004-03-05  Vincent Celier  <celier@gnat.com>
16707         * prj-com.ads: Add hash table Files_Htable to check when a file name
16708         is already a source of another project.
16710         * prj-nmsc.adb (Record_Source): Before recording a new source, check
16711         if its file name is not already a source of another project. Report an
16712         error if it is.
16714         * gnatcmd.adb: When GNAT PRETTY is invoked with a project file and no
16715         source file name, call gnatpp with all the sources of the main project.
16717         * vms_conv.adb (Initialize): GNAT PRETTY may be called with any number
16718         of file names.
16720         * vms_data.ads: Correct documentation of new /OPTIMIZE keyword
16721         NO_STRICT_ALIASING. Add new qualifier for GNAT PRETTY:
16722         /RUNTIME_SYSTEM=, converted to --RTS=
16723         /NOTABS, converted to -notabs
16725 2004-03-05  Pascal Obry  <obry@gnat.com>
16727         * make.adb: Minor reformatting.
16729 2004-03-05  Ed Schonberg  <schonberg@gnat.com>
16731         Part of implemention of AI-262.
16732         * par-ch10.adb (P_Context_Clause): Recognize private with_clauses.
16734         * sem_ch10.ads, sem_ch10.adb: (Install_Private_With_Clauses): New
16735         procedure.
16737         * sem_ch3.adb (Analyze_Component_Declaration): Improve error message
16738         when component type is a partially constrained class-wide subtype.
16739         (Constrain_Discriminated_Type): If parent type has unknown
16740         discriminants, a constraint is illegal, even if full view has
16741         discriminants.
16742         (Build_Derived_Record_Type): Inherit discriminants when deriving a type
16743         with unknown discriminants whose full view is a discriminated record.
16745         * sem_ch7.adb (Preserve_Full_Attributes): Preserve Has_Discriminants
16746         flag, to handle properly derivations of tagged types with unknown
16747         discriminants.
16748         (Analyze_Package_Spec, Analyze_Package_Body): Install
16749         Private_With_Clauses before analyzing private part or body.
16751         * einfo.ads: Indicate that both Has_Unknown_Discriminants and
16752         Has_Discriminants can be true for a given type (documentation).
16754 2004-03-05  Arnaud Charlet  <charlet@act-europe.fr>
16756         * s-restri.ads: Fix license (GPL->GMGPL).
16758         * s-tassta.adb: Minor reformatting.
16760         * s-tasren.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
16761         by calls to Exit_One_ATC_Level, since additional clean up is performed
16762         by this function.
16764         * s-tpobop.adb: Replace manual handling of Self_Id.ATC_Nesting_Level
16765         by calls to Exit_One_ATC_Level, since additional clean up is performed
16766         by this function.
16768 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16770         * trans.c: Reflect GCC changes to fix bootstrap problem.
16771         Add warning for suspicious aliasing unchecked conversion.
16773 2004-03-05  GNAT Script  <nobody@gnat.com>
16775         * Make-lang.in: Makefile automatically updated
16777 2004-03-02  Emmanuel Briot  <briot@act-europe.fr>
16779         * ali.adb (Read_Instantiation_Instance): Do not modify the
16780         current_file_num when reading information about instantiations, since
16781         this corrupts files in later references.
16783 2004-03-02  Vincent Celier  <celier@gnat.com>
16785         * bcheck.adb (Check_Consistency): Get the full path of an ALI file
16786         before checking if it is read-only.
16788         * bld.adb (Recursive_Process): Concatenate <PROJECT>.src_dirs in front
16789         of SRC_DIRS and eliminate duplicates.
16791         * gprcmd.adb: Replace command "path" with command "path_sep" to return
16792         the path separator.
16793         (Usage): Document path_sep
16795         * Makefile.generic: For Ada and GNU C++ cases, link directly with the
16796         C++ compiler. No need for a script.
16797         Replace use of C*_INCLUDE_PATH env var for GCC compilers with CPATH.
16798         Do not call gprcmd to build the C*_INCLUDE_PATHs, do it with function
16799         subst.
16801         * prj-env.adb (For_All_Source_Dirs): Only add source dirs in project
16802         where there are Ada sources.
16803         (Set_Ada_Paths): Only add to the include path the source dirs of project
16804         with Ada sources.
16805         (Add_To_Path): Add the Display_Values of the directories, not their
16806         Values.
16808         * prj-nmsc.adb (Find_Sources): Set flag Sources_Present in the project
16809         data.
16811         * prj-nmsc.adb (Add_ALI_For): Make sure that the element Display_Value
16812         is not No_Name.
16813         (Find_Source_Dirs): Set Display_Value to a non canonicalized value, only
16814         Value is canonicalized.
16815         (Language_Independent_Check): Do not copy Value to Display_Value when
16816         canonicalizing Value.
16818         * prj-part.adb (Post_Parse_Context_Clause): Compare canonical cased
16819         path to find limited with cycles.
16820         (Parse_Single_Project): Use canonical cased path to find the end of a
16821         with cycle.
16823 2004-03-02  Ed Schonberg  <schonberg@gnat.com>
16825         * sem_ch10.adb (Optional_Subunit): Verify that unit contains a subunit
16826         and not a child unit.
16828         * sinfo.ads, sinfo.adb: Rearrange flags so that Private_Present can
16829         appear in a with_clause.
16831         * decl.c (gnat_to_gnu_type): If entity is a generic type, which can
16832         only happen in type_annotate mode, do not try to elaborate it.
16834         * exp_util.adb (Force_Evaluation): If expression is a selected
16835         component on the left of an assignment, use a renaming rather than a
16836         temporary to remove side effects.
16838         * freeze.adb (Freeze_Entity): Do not freeze a global entity within an
16839         inlined instance body, which is analyzed before the end of the
16840         enclosing scope.
16842 2004-03-02  Robert Dewar  <dewar@gnat.com>
16844         * par-ch10.adb, par-ch3.adb, par-ch4.adb, scng.adb,
16845         sem_ch4.adb: Use new feature for substitution of keywords in VMS
16847         * errout.ads, errout.adb: Implement new circuit for substitution of
16848         keywords in VMS.
16850         * sem_case.adb (Analyze_Choices): Place message properly when case is
16851         a subtype reference rather than an explicit range.
16853         * sem_elim.adb, s-tpobop.ads, exp_ch2.adb: Minor reformatting
16855 2004-03-02  Doug Rupp  <rupp@gnat.com>
16857         * init.c (__gnat_initialize)[VMS]: Resignal RDB-E-STREAM_EOF.
16859 2004-03-02  Thomas Quinot  <quinot@act-europe.fr>
16861         * s-tporft.adb: Add missing locking around call to Initialize_ATCB.
16863 2004-03-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16865         * utils.c (finish_record_type): Do not set DECL_NONADDRESSABLE for a
16866         BLKmode bitfield.
16868 2004-02-25  Robert Dewar  <dewar@gnat.com>
16870         * 51osinte.ads, 52osinte.ads, 53osinte.ads, 54osinte.ads,
16871         55osinte.ads, 56osinte.ads, 5aosinte.ads, 5bosinte.ads,
16872         5cosinte.ads, 5fosinte.ads, 5gosinte.ads, 5hosinte.ads,
16873         5iosinte.ads, 5losinte.ads, 5nosinte.ads, 5oosinte.ads,
16874         5posinte.ads, 5sosinte.ads, 5tosinte.ads, 5vosinte.ads,
16875         5wosinte.ads, 5zosinte.ads: Move instances of Unchecked_Conversion to
16876         the defining instance of the type to avoid aliasing problems.
16877         Fix copyright header.  Fix bad comments in package header.
16879         * exp_util.adb, prj-part.adb, prj-part.adb: Minor reformatting
16881 2004-02-25  Ed Schonberg  <schonberg@gnat.com>
16883         * exp_ch2.adb (Param_Entity): Handle properly formals that have been
16884         rewritten as references when aliased through an address clause.
16886         * sem_ch4.adb (Try_Indirect_Call): Normalize actuals before checking
16887         whether call can be interpreted as an indirect call to the result of a
16888         parameterless function call returning an access subprogram.
16890 2004-02-25  Arnaud Charlet  <charlet@act-europe.fr>
16892         Code clean up:
16893         * exp_ch7.adb (Make_Clean): Remove generation of calls to
16894         Unlock[_Entries], since this is now done by Service_Entries directly.
16896         * exp_ch9.adb (Build_Protected_Subprogram_Body): ditto.
16898         * s-tpobop.ads, s-tpobop.adb (PO_Service_Entries): New nested procedure
16899         Requeue_Call for better code readability. Change spec and update calls:
16900         PO_Service_Entries now unlock the PO on exit.
16901         (Protected_Entry_Call, Timed_Protected_Entry_Call): Update calls to
16902         PO_Service_Entries.
16904         * s-tposen.ads, s-tposen.adb (Service_Entry): Now unlock the PO on exit.
16906         * s-taenca.adb, s-tasren.adb: Update calls to PO_Service_Entries.
16908 2004-02-25  Sergey Rybin  <rybin@act-europe.fr>
16910         * exp_ch9.adb (Build_Simple_Entry_Call): Prevent expanding the
16911         protected subprogram call and analyzing the result of such expanding
16912         in case when the called protected subprogram is eliminated.
16914         * sem_elim.adb (Check_Eliminated): Skip blocks when comparing scope
16915         names.
16917 2004-02-25  Jerome Guitton  <guitton@act-europe.fr>
16919         * Makefile.in: Clean ups.
16921 2004-02-23  Ed Schonberg  <schonberg@gnat.com>
16923         * exp_ch6.adb (Expand_N_Subprogram_Declaration): Do not create
16924         protected operations if original subprogram is flagged as eliminated.
16925         (Expand_N_Subprogram_Body): For a protected operation, create
16926         discriminals for next operation before checking whether the operation
16927         is eliminated.
16929         * exp_ch9.adb (Expand_N_Protected_Body,
16930         Expand_N_Protected_Type_Declaration): Do not generate specs and bodies
16931         for internal protected operations if the original subprogram is
16932         eliminated.
16934         * sem_elim.adb (Check_Eliminated): Handle properly protected operations
16935         declared in a single protected object.
16937 2004-02-23  Vincent Celier  <celier@gnat.com>
16939         * prj-attr.adb: Make attribute Builder'Executable an associative array,
16940         case insensitive if file names are case insensitive, instead of a
16941         standard associative array.
16943         * prj-attr.adb (Initialize): For 'b' associative arrays, do not set
16944         them as case insensitive on platforms where the file names are case
16945         sensitive.
16947         * prj-part.adb (Parse_Single_Project): Make sure, when checking if
16948         project file has already been parsed that canonical path are compared.
16950 2004-02-23  Robert Dewar  <dewar@gnat.com>
16952         * sinput-c.ads: Correct bad unit title in header
16954         * freeze.adb: Minor reformatting
16956 2004-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16958         * trans.c (tree_transform, case N_Procedure_Call_Statement): For
16959         nonaddressable COMPONENT_REF that is removing padding that we are
16960         taking the address of, take the address of the padded record instead
16961         if item is variable size.
16963 2004-02-20  Robert Dewar  <dewar@gnat.com>
16965         * bld.adb, exp_util.adb, gprcmd.adb: Minor reformatting
16967 2004-02-20  Ed Schonberg  <schonberg@gnat.com>
16969         * freeze.adb (Freeze_Record_Type): Generalize mechanism that generates
16970         itype references for the constrained designated type of a component
16971         whose base type is already frozen.
16973 2004-02-20  Arnaud Charlet  <charlet@act-europe.fr>
16975         * init.c (__gnat_error_handler [tru64]): Rewrite previous change to
16976         avoid GCC warnings.
16978 2004-02-20  Sergey Rybin  <rybin@act-europe.fr>
16980         * sem_ch12.adb (Analyze_Formal_Package): Create a new defining
16981         identifier for a phantom package that rewrites the formal package
16982         declaration with a box. The Add semantic decorations for the defining
16983         identifier from the original node (that represents the formal package).
16985 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
16987         * Make-lang.in (ada/stamp-sdefault): Use the top level
16988         move-if-change.
16990 2004-02-19  Richard Henderson  <rth@redhat.com>
16992         * misc.c (record_code_position): Add third build arg for RTL_EXPR.
16994 2004-02-18  Emmanuel Briot  <briot@act-europe.fr>
16996         * ali.ads, ali.adb (First_Sdep_Entry): No longer a constant, so that
16997         Scan_ALI can be used for multiple ALI files without reinitializing
16998         between calls.
17000 2004-02-18  Robert Dewar  <dewar@gnat.com>
17002         * debug.adb: Minor reformatting.
17004 2004-02-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17006         * decl.c (gnat_to_gnu_entity, case object): Set DECL_POINTER_ALIAS_SET
17007         to zero if there is an address clause.
17009 2004-02-18  Thomas Quinot  <quinot@act-europe.fr>
17011         * exp_util.adb (Side_Effect_Free): Any literal is side effects free.
17013 2004-02-18  Gary Dismukes  <dismukes@gnat.com>
17015         * layout.adb (Layout_Component_List): Revise generation of call to
17016         discriminant-checking function to pass selections of all of the type's
17017         discriminants rather than just the variant-controlling discriminant.
17019 2004-02-18  Olivier Hainque  <hainque@act-europe.fr>
17021         * 5gmastop.adb (Pop_Frame): Do not call exc_unwind, which is bound to
17022         fail in the current setup and triggers spurious system error messages.
17023         Pretend it occurred and failed instead.
17025 2004-02-18  Vincent Celier  <celier@gnat.com>
17027         * bld.adb: Mark FLDFLAGS as saved
17028         (Process_Declarative_Items): Add Linker'Linker_Options to FLDFLAGS when
17029         it is not the root project.  Put each directory to be
17030         extended between double quotes to prevent it to be expanded on Windows.
17031         (Recursive_Process): Reset CFLAGS/CXXFLAGS to nothing before processing
17032         the project file. Set them back to their initial values if they have not
17033         been set in the project file.
17035         * gprcmd.adb: (Gprdebug, Debug): New global variables
17036         (Display_Command): New procedure
17037         (Usage): Document new command "linkopts"
17038         Call Display_Command when env var GPRDEBUG has the value "TRUE"
17039         Implement new command "linkopts"
17040         Remove quotes that may be around arguments for "extend"
17041         Always call Normalize_Pathname with arguments formatted for the platform
17043         * Makefile.generic: Link C/C++ mains with $(FLDFLAGS)
17044         Change @echo to @$(display) in target clean to be able to clean silently
17046         * Makefile.prolog: Save FLDFLAGS and give it an initial empty value
17048         * prj-part.adb (Project_Path_Name_Of): Do not put final result in
17049         canonical case.
17051         * prj-part.adb (Parse_Single_Project): Always call with From_Extended
17052         = Extending_All when current project is an extending all project.
17054         * vms_conv.adb (Output_File_Expected): New Boolean global variable,
17055         set to True only for LINK command, after Unix switch -o.
17056         (Process_Arguments): Set Output_File_Expected to True for LINK command
17057         after Unix switch -o. When Output_File_Expected is True, never add an
17058         extension to a file name.
17060         * 5vml-tgt.adb (Build_Dynamic_Library): Do not append "/OPTIONS" to the
17061         option file name, only to the --for-linker= switch.
17062         (Option_File_Name): If option file name do not end with ".opt", append
17063         "/OPTIONS".
17065 2004-02-18  GNAT Script  <nobody@gnat.com>
17067         * Make-lang.in: Makefile automatically updated
17069 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
17071         * Make-lang.in (stamp-sdefault): Do not depend on
17072         move-if-change.
17074 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
17076         * config-lang.in: Disable Ada by default until probe logic for
17077         a bootstrap Ada compiler can be moved to the top level configure
17078         script.
17080 2004-02-12  Olivier Hainque  <hainque@act-europe.fr>
17082         * decl.c (components_to_record): Don't claim that the internal fields
17083         we make to hold the variant parts are semantically addressable, because
17084         they are not.
17086         * exp_pakd.adb (Create_Packed_Array_Type): Rename Esiz into PASize and
17087         adjust the comment describing the modular type form when we can use it.
17088         (Install_PAT): Account for the Esiz renaming.
17090         * init.c (__gnat_error_handler for alpha-tru64): Arrange to clear the
17091         sc_onstack context indication before raising the exception to which
17092         the signal is mapped. Allows better handling of later signals possibly
17093         triggered by the resumed user code if the exception is handled.
17095 2004-02-12  Arnaud Charlet  <charlet@act-europe.fr>
17097         * 5zinit.adb: Removed, no longer used.
17099 2004-02-12  Robert Dewar  <dewar@gnat.com>
17101         * ali.adb: Remove separating space between parameters on R line. Makes
17102         format consistent with format used by the binder for Set_Globals call.
17104         * atree.ads, atree.adb: Minor reformatting (new function header format)
17106         * bindgen.adb: Add Run-Time Globals documentation section containing
17107         detailed documentation of the globals passed from the binder file to
17108         the run time.
17110         * gnatls.adb: Minor reformatting
17112         * init.c (__gnat_set_globals): Add note pointing to documentation in
17113         bindgen.
17115         * lib-writ.ads, lib-writ.adb: Remove separating space between
17116         parameters on R line.
17117         Makes format consistent with format used by the binder for Set_Globals
17118         call.
17120         * osint.ads: Add 2004 to copyright notice
17121         Minor reformatting
17123         * snames.ads: Correct capitalization of FIFO_Within_Priorities
17124         Noticed during code reading, documentation issue only
17126         * usage.adb: Remove junk line for obsolete C switch
17127         Noticed during code reading
17129 2004-02-12  Vincent Celier  <celier@gnat.com>
17131         * bld.adb (Process_Declarative_Items): For Source_Dirs call gprcmd
17132         extend for each directory, so that multiple /** directories are
17133         extended individually.
17134         (Recursive_Process): Set the default for LANGUAGES to ada
17136         * gprcmd.adb: Define new command "ignore", to do nothing.
17137         Implement new comment "path".
17139         * Makefile.generic: Suppress output when SILENT is set
17140         Make sure that when compiler for C/C++ is gcc, the correct -x switch is
17141         used, so that the correct compiler is invoked.
17142         When compiler is gcc/g++, put search path in env vars C_INCLUDE_PATH/
17143         CXX_INCLUDE_PATH, to avoid failure with too long command lines.
17145 2004-02-12  Jerome Guitton  <guitton@act-europe.fr>
17147         * Makefile.in: Clean ups and remove obsolete targets.
17149 2004-02-12  Ed Schonberg  <schonberg@gnat.com>
17151         * exp_ch5.adb: Remove Possible_Unligned_Slice, in favor of the similar
17152         predicate declared in exp_util.
17154         * exp_util.adb: Add comments.
17156         * sem_ch10.adb (Analyze_Subunit): Remove ultimate parent unit from
17157         visibility before compiling context of the subunit.
17159         * sem_res.adb (Check_Parameterless_Call): If the context expects a
17160         value but the name is a procedure, do not attempt to analyze as a call,
17161         in order to obtain more telling diagnostics.
17163         * sem_util.adb (Wrong_Type): Further enhancement to diagnose missing
17164         'Access on parameterless function calls.
17165         (Normalize_Actuals): For a parameterless function call with missing
17166         actuals, defer diagnostic until resolution of enclosing call.
17168         * sem_util.adb (Wrong_Type): If the context type is an access to
17169         subprogram and the expression is a procedure name, suggest a missing
17170         'attribute.
17172 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
17173             Nathanael Nerode  <neroden@gcc.gnu.org>
17175         PR ada/6637, PR ada/5911
17176         Merge with libada-branch:
17177         * config-lang.in: Build libada only when ada is built.
17179 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
17181         * exp_ch4.adb (Expand_N_Op_Eq): When looking for the primitive equality
17182         for a tagged type, verify that both formals have the same type.
17184         * exp_ch6.adb (Add_Call_By_Copy_Code): Initialize properly the
17185         temporary when the formal is an in-parameter and the actual a possibly
17186         unaligned slice.
17188         * exp_ch9.adb (Expand_Entry_Barrier): Resolve barrier expression even
17189         when expansion is disabled, to ensure proper name capture with
17190         overloaded literals.  Condition can be of any boolean type, resolve
17191         accordingly.
17193         * sem_ch8.adb (Analyze_Subprogram_Renaming): Emit warning if the
17194         renaming is for a formal subprogram with a default operator name, and
17195         there is a usable operator that is visible at the point of
17196         instantiation.
17198 2004-02-09  Robert Dewar  <dewar@gnat.com>
17200         * ali.adb (Scan_Ali) Add Ignore_Errors argument. This is a major
17201         rewrite to ignore errors in ali files, intended to allow tools downward
17202         compatibility with new versions of ali files.
17204         * ali.ads: Add new parameter Ignore_Errors
17206         * bcheck.adb (Check_Consistent_Restrictions): Fix error of sometimes
17207         duplicating the error message giving the file with restrictions.
17209         * debug.adb: Add debug flag I for gnatbind
17211         * errout.adb (Set_Msg_Insertion_Node): Suppress extra quotes around
17212         operators for the case where the operator is a defining operator.
17214         * exp_ch3.adb: Minor reformatting (new function spec format).
17216         * exp_ch4.adb: Add comment for previous change, and make minor
17217         adjustment to loop to always check for improper loop termination.
17218         Minor reformatting throughout (new function spec format).
17220         * gnatbind.adb: Implement -di debug flag for gnatbind
17222         * gnatlink.adb: Call Scan_ALI with Ignore_Errors set to True
17224         * gnatls.adb: Call Scan_ALI with Ignore_Errors set to True
17226         * lib-load.adb: Fix bad assertion.
17227         Found by testing and code reading.
17228         Minor reformatting.
17230         * lib-load.ads: Minor reformatting.
17232         * lib-writ.adb: There is only one R line now.
17234         * lib-writ.ads: Add documentation on making downward compatible changes
17235         to ali files so old tools work with new ali files.
17236         There is only one R line now.
17237         Add documentation on format incompatibilities (with special GPS note)
17239         * namet.ads, namet.adb: (Is_Operator_Name): New procedure
17241         * par-load.adb: Minor reformatting
17243         * sem_ch8.adb: Fix to error message from last update
17244         Minor reformatting and restructuring of code from last update
17246         * par-prag.adb, snames.adb, snames.ads, snames.h,
17247         sem_prag.adb: Implement pragma Profile.
17249         * stylesw.adb: Implement -gnatyN switch to turn off all style check
17250         options.
17252         * usage.adb: Add line for -gnatyN switch
17254         * vms_data.ads: Add entry STYLE_CHECKS=NONE for -gnatyN
17256 2004-02-09  Albert Lee  <lee@gnat.com>
17258         * errno.c: define _SGI_MP_SOURCE for task-safe errno on IRIX
17260 2004-02-09  Ed Schonberg  <schonberg@gnat.com>
17262         * exp_ch3.adb (Build_Slice_Assignment): Handle properly case of null
17263         slices.
17265         * exp_ch6.adb (Expand_Call): Do not inline a call when the subprogram
17266         is nested in an instance that is not frozen yet, to avoid
17267         order-of-elaboration problems in gigi.
17269         * sem_attr.adb (Analyze_Attribute, case 'Access): Within an inlined
17270         body the attribute is legal.
17272 2004-02-09  Robert Dewar  <dewar@gnat.com>
17274         * s-rident.ads: Minor comment correction
17276         * targparm.adb: Remove dependence on uintp completely. There was
17277         always a bug in Make in that it called Targparm before initializing
17278         the Uint package. The old code appeared to get away with this, but
17279         the new code did not! This caused an assertion error in gnatmake.
17281         * targparm.ads: Fix bad comment, restriction pragmas with parameters
17282         are indeed fully supported.
17284 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
17286         * misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
17288 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
17290         * ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
17291         with targetm.calls.promote_prototypes.
17293 2004-02-04  Robert Dewar  <dewar@gnat.com>
17295         * 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
17296         ali.ads, gprcmd.adb: Minor reformatting
17298         * bindgen.adb: Output restrictions string for new style restrictions
17299         handling
17301         * impunit.adb: Add s-rident.ads (System.Rident) and
17302         s-restri (System.Restrictions)
17304         * lib-writ.adb: Fix bug in writing restrictions string (last few
17305         entries wrong)
17307         * s-restri.ads, s-restri.adb: Change name Restrictions to
17308         Run_Time_Restrictions to avoid conflict with package name.
17309         Add circuit to read and acquire run time restrictions.
17311 2004-02-04  Jose Ruiz  <ruiz@act-europe.fr>
17313         * restrict.ads, restrict.adb: Use the new restriction
17314         No_Task_Attributes_Package instead of the old No_Task_Attributes.
17316         * sem_prag.adb: No_Task_Attributes is a synonym of
17317         No_Task_Attributes_Package.
17319         * snames.ads, snames.adb: New entry for proper handling of
17320         No_Task_Attributes.
17322         * s-rident.ads: Adding restriction No_Task_Attributes_Package
17323         (AI-00249) that supersedes the GNAT specific restriction
17324         No_Task_Attributes.
17326 2004-02-04  Ed Schonberg  <schonberg@gnat.com>
17328         * sem_prag.adb:
17329         (Analyze_Pragma, case Warnings): In an inlined body, as in an instance
17330          body, an identifier may be wrapped in an unchecked conversion.
17332 2004-02-04  Vincent Celier  <celier@gnat.com>
17334         * lib-writ.ads: Comment update for the W lines
17336         * bld.adb: (Expression): An empty string list is static
17338         * fname-uf.adb: Minor comment update
17340         * fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
17342         * gnatbind.adb: Initialize Cumulative_Restrictions with the
17343         restrictions on the target.
17345 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
17347         * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of
17348         gen_rtx.
17350 2004-02-02  Arnaud Charlet  <charlet@gnat.com>
17352         * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded.
17354 2004-02-02  Vincent Celier  <celier@gnat.com>
17356         * gprcmd.adb (Check_Args): If condition is false, print the invoked
17357         comment before the usage.
17358         Gprcmd: Fail when command is not recognized.
17359         (Usage): Document command "prefix"
17361         * g-md5.adb (Digest): Process last block.
17362         (Update): Do not process last block. Store remaining characters and
17363         length in Context.
17365         * g-md5.ads (Update): Document that several call to update are
17366         equivalent to one call with the concatenated string.
17367         (Context): Add fields to allow new Update behaviour.
17369         * fname-uf.ads/adb (Get_File_Name): New Boolean parameter May_Fail,
17370         defaulted to False.
17371         When May_Fail is True and no existing file can be found, return No_File.
17373         * 6vcstrea.adb: Inlined functions are now wrappers to implementation
17374         functions.
17376         * lib-writ.adb (Write_With_Lines): When body file does not exist, use
17377         spec file name instead on the W line.
17379 2004-02-02  Robert Dewar  <dewar@gnat.com>
17381         * ali.adb: Read and acquire info from new format restrictions lines
17383         * bcheck.adb: Add circuits for checking restrictions with parameters
17385         * bindgen.adb: Output dummy restrictions data
17386         To be changed later
17388         * ali.ads, checks.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
17389         exp_ch3.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_util.adb,
17390         freeze.adb, gnat1drv.adb, sem_attr.adb, sem_ch10.adb, sem_ch11.adb,
17391         sem_ch12.adb, targparm.adb, targparm.ads, tbuild.adb, sem_ch2.adb,
17392         sem_elab.adb, sem_res.adb: Minor changes for new restrictions handling.
17394         * exp_ch9.adb (Build_Master_Entity): Cleanup the code (also suppresses
17395         the warning message on access to possibly uninitialized variable S)
17396         Minor changes for new restrictions handling.
17398         * gnatbind.adb: Minor reformatting
17399         Minor changes for new restrictions handling
17400         Move circuit for -r processing here from bcheck (cleaner)
17402         * gnatcmd.adb, gnatlink.adb: Minor reformatting
17404         * lib-writ.adb: Output new format restrictions lines
17406         * lib-writ.ads: Document new R format lines for new restrictions
17407         handling.
17409         * s-restri.ads/adb: New files
17411         * Makefile.rtl: Add entry for s-restri.ads/adb
17413         * par-ch3.adb: Fix bad error messages starting with upper case letter
17414         Minor reformatting
17416         * restrict.adb: Major rewrite throughout for new restrictions handling
17417         Major point is to handle restrictions with parameters
17419         * restrict.ads: Major changes in interface to handle restrictions with
17420         parameters. Also generally simplifies setting of restrictions.
17422         * snames.ads/adb: New entry for proper handling of No_Requeue
17424         * sem_ch3.adb (Count_Tasks): New circuitry for implementing Max_Tasks
17425         restriction counting.
17426         Other minor changes for new restrictions handling
17428         * sem_prag.adb: No_Requeue is a synonym for No_Requeue_Statements.
17429         Restriction_Warnings now allows full parameter notation
17430         Major rewrite of Restrictions for new restrictions handling
17432 2004-02-02  Javier Miranda  <miranda@gnat.com>
17434         * par-ch3.adb (P_Identifier_Declarations): Give support to the Ada 0Y
17435         syntax rule for object renaming declarations.
17436         (P_Array_Type_Definition): Give support for the Ada 0Y syntax rule for
17437         component definitions.
17439         * sem_ch3.adb (Analyze_Component_Declaration): Give support to access
17440         components.
17441         (Array_Type_Declaration): Give support to access components. In addition
17442         it was also modified to reflect the name of the object in anonymous
17443         array types. The old code did not take into account that it is possible
17444         to have an unconstrained anonymous array with an initial value.
17445         (Check_Or_Process_Discriminants): Allow access discriminant in
17446         non-limited types.
17447         (Process_Discriminants): Allow access discriminant in non-limited types
17448         Initialize the new Access_Definition field in N_Object_Renaming_Decl
17449         node.  Change Ada0Y to Ada 0Y in comments
17451         * sem_ch4.adb (Find_Equality_Types): Allow anonymous access types in
17452         equality operators.
17453         Change Ada0Y to Ada 0Y in comments
17455         * sem_ch8.adb (Analyze_Object_Renaming): Give support to access
17456         renamings Change Ada0Y to Ada 0Y in comments
17458         * sem_type.adb (Find_Unique_Type): Give support to the equality
17459         operators for universal access types
17460         Change Ada0Y to Ada 0Y in comments
17462         * sinfo.adb (Access_Definition, Set_Access_Definition): New subprograms
17464         * sinfo.ads (N_Component_Definition): Addition of Access_Definition
17465         field.
17466         (N_Object_Renaming_Declaration): Addition of Access_Definition field
17467         Change Ada0Y to Ada 0Y in comments
17469         * sprint.adb (Sprint_Node_Actual): Give support to the new syntax for
17470         component definition and object renaming nodes
17471         Change Ada0Y to Ada 0Y in comments
17473 2004-02-02  Jose Ruiz  <ruiz@act-europe.fr>
17475         * restrict.adb: Use the new restriction identifier
17476         No_Requeue_Statements instead of the old No_Requeue for defining the
17477         restricted profile.
17479         * sem_ch9.adb (Analyze_Requeue): Check the new restriction
17480         No_Requeue_Statements.
17482         * s-rident.ads: Adding restriction No_Requeue_Statements (AI-00249)
17483         that supersedes the GNAT specific restriction No_Requeue. The later is
17484         kept for backward compatibility.
17486 2004-02-02  Ed Schonberg  <schonberg@gnat.com>
17488         * lib.ads, i-cobol.ads, * s-stoele.ads, s-thread.ads, style.ads,
17489         5staprop.adb, atree.adb, atree.ads, g-crc32.ads: Remove redundant
17490         pragma and fix incorrect ones.
17492         * sem_prag.adb For pragma Inline and pragma Pure_Function, emit a
17493         warning if the pragma is redundant.
17495 2004-02-02  Thomas Quinot  <quinot@act-europe.fr>
17497         * 5staprop.adb: Add missing 'constant' keywords.
17499         * Makefile.in: use consistent value for SYMLIB on
17500         platforms where libaddr2line is supported.
17502 2004-02-02  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17504         * utils.c (end_subprog_body): Do not call rest_of_compilation if just
17505         annotating types.
17507 2004-02-02  Olivier Hainque  <hainque@act-europe.fr>
17509         * init.c (__gnat_install_handler): Setup an alternate stack for signal
17510         handlers in the environment thread. This allows proper propagation of
17511         an exception on stack overflows in this thread even when the builtin
17512         ABI stack-checking scheme is used without support for a stack reserve
17513         region.
17515         * utils.c (create_field_decl): Augment the head comment about bitfield
17516         creation, and don't account for DECL_BIT_FIELD in DECL_NONADDRESSABLE_P
17517         here, because the former is not accurate enough at this point.
17518         Let finish_record_type decide instead.
17519         Don't make a bitfield if the field is to be addressable.
17520         Always set a size for the field if the record is packed, to ensure the
17521         checks for bitfield creation are triggered.
17522         (finish_record_type): During last pass over the fields, clear
17523         DECL_BIT_FIELD when possible in the !STRICT_ALIGNMENT case, as this is
17524         not covered by the calls to layout_decl.  Adjust DECL_NONADDRESSABLE_P
17525         from DECL_BIT_FIELD.
17527 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
17529         * Make-lang.in (doc/gnat_ug_unx.dvi): Use $(abs_docdir).
17530         (doc/gnat_ug_vms.dvi, doc/gnat_ug_unx.dvi): Likewise.
17531         (doc/gnat_ug_unx.dvi, doc/gnat-style.dvi): Likewise.
17533 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17535         * Makefile.in (mips-sgi-irix5): Remove -lathread from THREADSLIB.
17537         * 5fsystem.ads (Functions_Return_By_DSP): Set to False.
17538         (ZCX_By_Default): Likewise.
17539         (Front_End_ZCX_Support): Likewise.
17541         * 5gtaprop.adb (Stack_Guard): Mark T, On unreferenced.
17542         (Initialize_Lock): Mark Level unreferenced.
17543         (Sleep): Mark Reason unreferenced.
17544         (Timed_Sleep): Likewise.
17545         (Wakeup): Likewise.
17546         (Exit_Task): Use Result.
17547         (Check_No_Locks): Mark Self_ID unreferenced.
17549         * 5gtasinf.adb (New_Sproc): Make Attr constant.
17550         (Bound_Thread_Attributes): Make Sproc constant.
17551         (New_Bound_Thread_Attributes): Likewise.
17553 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
17555         * exp_ch3.adb (Build_Slice_Assignment): New TSS procedure for
17556         one-dimensional array an slice assignments, when component type is
17557         controlled.
17559         * exp_ch5.adb (Expand_Assign_Array): If array is one-dimensional,
17560         component type is controlled, and control_actions are in effect, use
17561         TSS procedure rather than generating inline code.
17563         * exp_tss.ads (TSS_Slice_Assign): New TSS procedure for one-dimensional
17564         arrays with controlled components.
17566 2004-01-26  Vincent Celier  <celier@gnat.com>
17568         * gnatcmd.adb (GNATCmd): Add specification of argument file on the
17569         command line for the non VMS case.
17571         * gnatlink.adb (Process_Binder_File): When building object file, if
17572         GNU linker is used, put all object paths between quotes, to prevent ld
17573         error when there are unusual characters (such as '!') in the paths.
17575         * Makefile.generic: When there are sources in Ada and the main is in
17576         C/C++, invoke gnatmake with -B, instead of -z.
17578         * vms_conv.adb (Preprocess_Command_Data): New procedure, extracted
17579         from VMS_Conversion.
17580         (Process_Argument): New procedure, extracted from VMS_Conversion. Add
17581         specification of argument file on the command line.
17583 2004-01-26  Bernard Banner  <banner@gnat.com>
17585         * Makefile.in: Enable GMEM_LIB and SYMLIB for x86_64
17587 2004-01-26  Ed Schonberg  <schonberg@gnat.com>
17589         * snames.adb: Update copyright notice.
17590         Add info on slice assignment for controlled arrays.
17592 2004-01-23  Robert Dewar  <dewar@gnat.com>
17594         * exp_aggr.adb: Minor reformatting
17596         * exp_ch9.adb: Minor code clean up
17597         Minor reformatting
17598         Fix bad character in comment
17600         PR ada/13471
17601         * targparm.adb (Get_Target_Parameters): Give clean abort error on
17602         unexpected end of file, along with more detailed message.
17604 2004-01-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17606         * exp_pakd.adb (Install_PAT): Clear Freeze_Node for PAT and Etype of
17607         PAT.
17609         * decl.c (copy_alias_set): New function.
17610         (gnat_to_gnu_entity, make_aligning_type, make_packable_type): Use it.
17612 2004-01-23  Doug Rupp  <rupp@gnat.com>
17614         * Makefile.in (install-gnatlib): Change occurrences of lib$$file to
17615         lib$${file} in case subsequent character is not a separator.
17617 2004-01-23  Vincent Celier  <celier@gnat.com>
17619         * 5vml-tgt.adb (Build_Dynamic_Library): Invoke gcc with -shared-libgcc
17620         when the GCC version is at least 3.
17622         * make.adb: (Scan_Make_Arg): Pass -B to Scan_Make_Switches
17623         Remove all "Opt.", to prepare for opt split
17625         * prj-part.adb (Parse_Single_Project): New Boolean out parameter
17626         Extends_All. Set to True when the project parsed is an extending all
17627         project. Fails for importing an extending all project only when the
17628         imported project is an extending all project.
17629         (Post_Parse_Context_Clause): Set Is_Extending_All to the with clause,
17630         depending on the value of Extends_All returned.
17632         * prj-proc.adb (Process): Check that no project shares its object
17633         directory with a project that extends it, directly or indirectly,
17634         including a virtual project.
17635         Check that no project extended by another project shares its object
17636         directory with another also extended project.
17638         * prj-tree.adb (Is_Extending_All, Set_Is_Extending_All): Allow for
17639         Kind = N_With_Clause
17641         * prj-tree.ads: Minor reformatting
17642         Indicate that Flag2 also applies to N_With_Clause (Is_Extending_All).
17644 2004-01-23  Ed Schonberg  <schonberg@gnat.com>
17646         * sem_ch13.adb (Analyze_Attribute_Definition_Clause): If the attribute
17647         applies to a type with an incomplete view, use full view in Name of
17648         clause, for consistency with uses of Get_Attribute_Definition_Clause.
17650 2004-01-23  Arnaud Charlet  <charlet@act-europe.fr>
17652         * 5itaprop.adb (Set_Priority): Reset the priority to 0 when using
17653         SCHED_RR, since other values are not supported by this policy.
17654         (Initialize): Move initialization of mutex attribute to package
17655         elaboration, to prevent early access to this variable.
17657         * Makefile.in: Remove mention of Makefile.adalib, unused.
17659         * Makefile.adalib, 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
17660         1ssecsta.ads: Removed, unused.
17662 2004-01-21  Javier Miranda  <miranda@gnat.com>
17664         * exp_aggr.adb (Build_Record_Aggr_Code): Do not build the master
17665         entity if already built in the current scope.
17667         * exp_ch9.adb (Build_Master_Entity): Do not set the has_master_entity
17668         reminder in internal scopes. Required for nested limited aggregates.
17670 2004-01-21  Doug Rupp  <rupp@gnat.com>
17672         * Makefile.in (hyphen): New variable, default value '-'. Set to '_' on
17673         VMS. Replace all occurences of libgnat- and libgnarl- with
17674         libgnat$(hyphen) and libgnarl$(hyphen).
17675         Fixed shared library build problem on VMS.
17677 2004-01-21  Robert Dewar  <dewar@gnat.com>
17679         * mlib-prj.adb: Minor reformatting
17681 2004-01-21  Thomas Quinot  <quinot@act-europe.fr>
17683         * prj-tree.adb, 7staprop.adb, vms_conv.adb, xr_tabls.adb: Add missing
17684         'constant' keywords for declaration of pointers that are not modified.
17686         * exp_pakd.adb: Fix English in comment.
17688 2004-01-21  Ed Schonberg  <schonberg@gnat.com>
17690         PR ada/10889
17691         * sem_ch3.adb (Analyze_Subtype_Declaration): For an array subtype,
17692         copy all attributes of the parent, including the foreign language
17693         convention.
17695 2004-01-21  Sergey Rybin  <rybin@act-europe.fr>
17697         PR ada/10565
17698         * sem_ch9.adb (Analyze_Delay_Alternative): Add expression type check
17699         for 'delay until' statement.
17701 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
17703         * Make-lang.in: Replace $(docdir) with doc.
17704         (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info
17705         doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update
17706         to use consistent MAKEINFO rule.
17707         (ada.man, ada.srcman): Dummy entry.
17708         (ADA_INFOFILES): Define.
17709         (ada.info, ada.srcinfo): New rules.
17711 2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
17713         * utils.c: Update copyright notice, missed in previous change.
17715 2004-01-19  Vincent Celier  <celier@gnat.com>
17717         * mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
17718         args if Bind is True. Set First_ALI, if not already done.
17719         (Build_Library): For Stand Alone Libraries, extract from one ALI file
17720         an eventual --RTS switch, for gnatbind, and all backend switches +
17721         --RTS, for linking.
17723 2004-01-19  Robert Dewar  <dewar@gnat.com>
17725         * sem_attr.adb, memtrack.adb: Minor reformatting
17727 2004-01-19  Ed Schonberg  <schonberg@gnat.com>
17729         * exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
17730         that rename enumeration literals. This is properly done in sem_eval.
17732         * sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
17733         to functions that rename enumeration literals.
17735         * sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
17736         functions that rename enumeration literals.
17738 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
17740         * Make-lang.in (utils.o): Depend on target.h.
17741         * utils.c: Include target.h.
17742         (process_attributes): Use targetm.have_named_sections instead
17743         of ASM_OUTPUT_SECTION_NAME.
17745 2004-01-16  Andreas Jaeger  <aj@suse.de>
17747         * Makefile.in: Add $(DESTDIR).
17749 2004-01-15  Olivier Hainque  <hainque@act-europe.fr>
17751         * decl.c (gnat_to_gnu_entity, E_Variable): Retrieve the object size
17752         also when not defining if a Size clause applies. That information is
17753         not to be ignored.
17755 2004-01-15  Arnaud Charlet  <charlet@act-europe.fr>
17757         * Makefile.in (install-gnatlib, gnatlib-shared-default): Set up
17758         symbolic links for the shared gnat run time when needed.
17760 2004-01-15  Vasiliy Fofanov  <fofanov@act-europe.fr>
17762         * memtrack.adb (Gmem_Initialize): check that gmem.out could be opened
17763         for writing, and terminate with an error message if not.
17765 2004-01-15  Ed Schonberg  <schonberg@gnat.com>
17767         * sem_attr.adb (Resolve_Attribute, case 'Access): Remove spurious
17768         warning on an access to subprogram in an instance, when the target
17769         type is declared in the same generic unit.
17770         (Eval_Attribute): If 'access is known to fail accessibility check,
17771         rewrite as a raise statement.
17773 2004-01-15  GNAT Script  <nobody@gnat.com>
17775         * Make-lang.in: Makefile automatically updated
17777 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
17779         * Make-lang.in (ada.srcextra): Dummy entry.
17781 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
17783         * Make-lang.in: Only regenerate texi files if --enable-maintainer-mode.
17785 2004-01-13  Ed Schonberg  <schonberg@gnat.com>
17787         * exp_ch3.adb (Build_Assignment): Fix bug in handling of controlled
17788         components that are initialized with aggregates.
17790 2004-01-13  Vincent Celier  <celier@gnat.com>
17792         * gnatlink.adb (Process_Binder_File): To find directory of shared
17793         libgcc, if "gcc-lib" is not a subdirectory, look for the last
17794         subdirectory "lib" in the path of the shared libgnat or libgnarl.
17796         * make.adb (Gnatmake): If GCC version is at least 3, link with
17797         -shared-libgcc, when there is at least one shared library project.
17799         * opt.ads (GCC_Version): New integer constant.
17801         * adaint.c (get_gcc_version): New function.
17803 2004-01-13  Robert Dewar  <dewar@gnat.com>
17805         * sem_dist.adb, sem_res.adb, sem_util.adb,
17806         sprint.adb, 3zsocthi.adb, einfo.adb, cstand.adb,
17807         exp_ch4.adb, exp_ch9.adb, exp_dist.adb: Minor reformatting
17809 2004-01-13  Thomas Quinot  <quinot@act-europe.fr>
17811         * s-interr.adb, s-stache.adb, s-taenca.adb, g-regpat.adb,
17812         g-spitbo.adb, 5itaprop.adb: Add missing 'constant' keywords in object
17813         declarations.
17815 2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
17817         * misc.c: Remove trailing spaces.
17818         Update copyright notice missed in previous change.
17820         PR ada/13572
17821         * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
17822         prefix/share/make
17824         * Makefile.generic: Update copyright.
17825         Add license notice.
17827         * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
17828         of prefix/share/make.
17830         * Makefile.prolog: Update copyright.
17831         Add license notice.
17833 2004-01-12  Laurent Pautet  <pautet@act-europe.fr>
17835         * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb,
17836         3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb,
17837         g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr
17838         instead of String.
17840         * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message
17841         signature.
17843 2004-01-12  Javier Miranda  <miranda@gnat.com>
17845         * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb,
17846         exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb,
17847         sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb,
17848         sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of
17849         Component_Definition node.
17851 2004-01-12  Ed Falis  <falis@gnat.com>
17853         * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit
17855 2004-01-12  Thomas Quinot  <quinot@act-europe.fr>
17857         * link.c: Change default libgnat kind to STATIC for FreeBSD.
17859 2004-01-12  Bernard Banner  <banner@gnat.com>
17861         * Makefile.in: map 86numaux to a-numaux for x86_64
17863 2004-01-12  Ed Schonberg  <schonberg@gnat.com>
17865         * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity
17866         generated to rename a generic actual, go to the actual itself, the
17867         subtype is not a user-visible entity.
17869         * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible
17870         part is a private subtype, reset the visibility of its full view, if
17871         any, to be consistent.
17873         PR ada/13417
17874         * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt
17875         to use a generic package G as a formal package for another generic
17876         declared within G.
17878 2004-01-12  Robert Dewar  <dewar@gnat.com>
17880         * trans.c (Eliminate_Error_Msg): New procedure called to generate msg
17882         * usage.adb: Remove mention of obsolete -gnatwb switch
17883         Noticed during code reading
17885 2004-01-12  Jerome Guitton  <guitton@act-europe.fr>
17887         * 1ssecsta.adb: Minor changes for -gnatwa warnings
17889 2004-01-12  GNAT Script  <nobody@gnat.com>
17891         * Make-lang.in: Makefile automatically updated
17893 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
17895         * misc.c (gnat_expand_expr): Add alt_rtl parameter.
17897 2004-01-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17899         * link.c [sgi] (shared_libgnat_default): Change to STATIC.
17901 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
17903         * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18.
17904         Update comment and copyright date.
17905         * stamp-xgnatug: Delete.
17907 2004-01-05  Robert Dewar  <dewar@gnat.com>
17909         * 1ssecsta.ads: Default_Secondary_Stack is not a constant since it may
17910         be modified by the binder generated main program if the -D switch is
17911         used.
17913         * 4onumaux.ads, 4znumaux.ads: Add Pure_Function pragmas for all
17914         imported functions (since now we expect this to be done for imported
17915         functions)
17917         * 5vtaprop.adb: Add several ??? for sections requiring more comments
17918         Minor reformatting throughout
17920         * 5zinit.adb: Minor reformatting
17921         Add 2004 to copyright date
17922         Minor changes to avoid -gnatwa warnings
17923         Correct some instances of using OR instead of OR ELSE (noted while
17924         doing reformatting)
17926         * sprint.adb: Minor updates to avoid -gnatwa warnings
17928         * s-secsta.ads, s-secsta.adb:
17929         (SS_Get_Max): New function to obtain high water mark for ss stack
17930         Default_Secondary_Stack is not a constant since it may be modified by
17931         the binder generated main program if the -D switch is used.
17933         * switch-b.adb: New -Dnnn switch for binder
17935         * switch-c.adb:
17936         Make -gnatg imply all warnings currently in -gnatwa
17938         * vms_conv.adb: Minor reformatting
17939         Add 2004 to copyright notice
17940         Add 2004 to printed copyright notice
17942         * 3vexpect.adb, 4zsytaco.adb, 3wsocthi.adb, 3zsocthi.adb,
17943         3zsocthi.adb, 56taprop.adb, 56tpopsp.adb, 5amastop.adb,
17944         5aml-tgt.adb, 5ataprop.adb, 5ataprop.adb, 5atpopsp.adb,
17945         5ftaprop.adb, 5ginterr.adb, 5gmastop.adb, 5gml-tgt.adb,
17946         5gtaprop.adb, 5hml-tgt.adb, 5hml-tgt.adb, 5hml-tgt.adb,
17947         5htaprop.adb, 5htraceb.adb, 5itaprop.adb, 5lml-tgt.adb,
17948         5sml-tgt.adb, 5staprop.adb, 5staprop.adb, 5stpopsp.adb,
17949         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vtaprop.adb,
17950         5vml-tgt.adb, 5vtaprop.adb, 5wosprim.adb, 5wtaprop.adb,
17951         5zinterr.adb, 5zintman.adb, 5zml-tgt.adb, 5ztaprop.adb,
17952         6vcpp.adb, 6vcstrea.adb, 7staprop.adb, 7stpopsp.adb,
17953         vxaddr2line.adb, vxaddr2line.adb, xref_lib.adb, xr_tabls.adb,
17954         xr_tabls.ads, s-tasdeb.adb, s-tasdeb.adb, sem_res.ads,
17955         sem_util.adb, sem_util.adb, sem_util.ads, s-interr.adb,
17956         checks.adb, clean.adb, cstand.adb, einfo.ads,
17957         einfo.adb, exp_aggr.adb, exp_ch11.adb, exp_ch3.adb,
17958         exp_ch4.adb, exp_ch5.adb, exp_ch7.adb, exp_ch9.adb,
17959         prj-nmsc.adb, prj-pp.adb, prj-util.adb, sem_attr.adb,
17960         sem_ch10.adb, sem_ch12.adb, sem_ch4.adb, g-dirope.adb,
17961         g-dirope.ads, gnatlbr.adb, i-cstrea.adb, inline.adb,
17962         lib-xref.adb, sem_ch5.adb, sem_ch7.adb, sem_ch8.adb:
17963         Minor reformatting and code clean ups.
17964         Minor changes to prevent -gnatwa warnings
17966         * ali.adb: Minor reformatting and cleanup of code
17967         Acquire new SS indication of secondary stack use from ali files
17969         * a-numaux.ads: Add Pure_Function pragmas for all imported functions
17970         (since now we expect this to be done for imported functions)
17972         * bindgen.adb: Generate call to modify default secondary stack size if
17973         -Dnnn switch given
17975         * bindusg.adb: Add line for new -D switch
17977         * exp_aggr.adb (Type_May_Have_Bit_Aligned_Components): More appropriate
17978         replacement name for Type_May_Have_Non_Bit_Aligned_Components!
17979         Add circuitry for both records and arrays to avoid gigi
17980         processing if the type involved has non-bit-aligned components
17982         * exp_ch5.adb (Expand_Assign_Array): Avoid assumption that
17983         N_String_Literal node always references an E_String_Literal_Subtype
17984         entity. This may not be true in the future.
17985         (Possible_Bit_Aligned_Component): Move processing of
17986         Component_May_Be_Bit_Aligned from exp_ch5 to exp_util
17988         * exp_ch6.adb (Expand_Thread_Body): Pick up
17989         Default_Secondary_Stack_Size as variable so that we get value modified
17990         by possible -Dnnn binder parameter.
17992         * exp_util.adb (Component_May_Be_Bit_Aligned): New function.
17993         (Type_May_Have_Bit_Aligned_Components): New function.
17995         * exp_util.ads (Component_May_Be_Bit_Aligned): New function.
17996         (Type_May_Have_Bit_Aligned_Components): New function.
17998         * fe.h: (Set_Identifier_Casing): Fix prototype.
17999         Add declaration for Sem_Elim.Eliminate_Error_Msg.
18000         Minor reformatting.
18002         * freeze.adb (Freeze_Entity): Add RM reference to error message about
18003         importing constant atomic/volatile objects.
18004         (Freeze_Subprogram): Reset Is_Pure indication for imported subprogram
18005         unless explicit Pure_Function pragma given, to avoid insidious bug of
18006         call to non-pure imported function getting eliminated.
18008         * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb,
18009         gnatls.adb, gnatlink.adb, gnatmem.adb, gnatname.adb, gnatsym.adb,
18010         gnatxref.adb, gprcmd.adb, gprep.adb, make.adb: Minor reformatting
18011         Add 2004 to printed copyright notice
18013         * lib-writ.ads, lib-writ.adb: Put new SS flag in ali file if secondary
18014         stack used.
18016         * Makefile.rtl: Add entry for g-sestin.o
18017         g-sestin.ads: New file.
18019         * mdll.adb: Minor changes to avoid -gnatwa warnings
18021         * mlib-tgt.adb: Minor reformatting
18023         * opt.ads: New parameter Default_Secondary_Stack_Size (GNATBIND)
18024         New switch Sec_Stack_Used (GNAT, GNATBIND)
18025         Make Default_Secondary_Stack_Size a variable instead of a constant,
18026         so that it can be modified by the new -Dnnn bind switch.
18028         * rtsfind.adb (Load_Fail): Give full error message in configurable
18029         run-time mode if all_errors mode is set. This was not done in the case
18030         of a file not found, which was an oversight.
18031         Note if secondary stack unit is used by compiler.
18033         * sem_elab.adb (Check_A_Call): Rewrite to avoid trying to put
18034         ineffective elaborate all pragmas on non-visible packages (this
18035         happened when a renamed subprogram was called). Now the elaborate all
18036         always goes on the package containing the renaming rather than the one
18037         containing the renamed subprogram.
18039         * sem_elim.ads, sem_elim.adb (Eliminate_Error_Msg): New procedure
18040         (Process_Eliminate_Pragma): Add parameter to capture pragma location.
18042         * sem_eval.adb (Eval_String_Literal): Do not assume that string literal
18043         has an Etype that references an E_String_Literal.
18044         (Eval_String_Literal): Avoid assumption that N_String_Literal node
18045         always references an E_String_Literal_Subtype entity. This may not
18046         be true in the future.
18048         * sem_prag.adb (Process_Eliminate_Pragma): Add parameter to capture
18049         pragma location.
18051         * sem_res.adb (Resolve): Specialize msg for function name used in proc
18052         call.
18054 2004-01-05  Ed Falis  <falis@gnat.com>
18056         * g-debuti.adb: Replaced direct boolean operator with short-circuit
18057         form.
18059 2004-01-05  Vincent Celier  <celier@gnat.com>
18061         * bld.adb: Minor comment updates
18062         (Process_Declarative_Items): Correct incorrect name (Index_Name instead
18063         of Item_Name).
18065         * make.adb (Gnatmake): Special process for files to compile/check when
18066         -B is specified. Fail when there are only foreign mains in attribute
18067         Main of the project file and -B is not specified. Do not skip bind/link
18068         steps when -B is specified.
18070         * makeusg.adb: Document new switch -B
18072         * opt.ads (Build_Bind_And_Link_Full_Project): New Boolean flag
18074         * switch-m.adb: (Scan_Make_Switches): Process -B switch
18076         * vms_data.ads: Add new GNAT PRETTY qualifier
18077         /FORM_FEED_AFTER_PRAGMA_PAGE for switch -ff
18079 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18081         * trans.c (tree_transform, case N_Free_Statement): Handle thin pointer
18082         case.
18084         * misc.c (gnat_printable_name): If VERBOSITY is 2, call
18085         Set_Identifier_Casing.
18087         * decl.c (gnat_to_gnu_entity, E_Function): Give error if return type
18088         has size that overflows.
18090 2004-01-05  Gary Dismukes  <dismukes@gnat.com>
18092         * exp_ch4.adb (Expand_Array_Comparison): Add Boolean constant to avoid
18093         -gnatwa warning on static condition.
18095 2004-01-05  Doug Rupp  <rupp@gnat.com>
18097         * link.c: (shared_libgnat_default) [VMS]: Change to STATIC.
18099 2004-01-05  Arnaud Charlet  <charlet@act-europe.fr>
18101         * Makefile.in: Install ali files using INSTALL_DATA_DATE to preserve
18102         all attributes, including read-only attribute.
18104 2004-01-05  Pascal Obry  <obry@gnat.com>
18106         * bindgen.adb (Gen_Object_Files_Options): Generate the new shared
18107         library naming scheme.
18109         * mlib-prj.adb (Build_Library): Generate different names for the static
18110         or dynamic version of the GNAT runtime. This is needed to support the
18111         new shared library naming scheme.
18112         (Process_Binder_File): Add detection of shared library in binder file
18113         based on the new naming scheme.
18115         * gnatlink.adb (Process_Binder_File): Properly detect the new naming
18116         scheme for the shared runtime libraries.
18118         * Makefile.in:
18119         (LIBRARY_VERSION) [VMS]: Convert all . to _ to conform to new naming
18120         scheme.
18121         (install-gnatlib): Do not create symlinks for shared libraries.
18122         (gnatlib-shared-default): Idem.
18123         (gnatlib-shared-dual-win32): New target. Not used for now as the
18124         auto-import feature does not support arrays/records.
18125         (gnatlib-shared-win32): Do not create copy for the shared libraries.
18126         (gnatlib-shared-vms): Fix shared runtime libraries names.
18128         * osint.ads, osint.adb (Shared_Lib): New routine, returns the target
18129         dependent runtime shared library name.
18131 2004-01-05  Vasiliy Fofanov  <fofanov@act-europe.fr>
18133         * osint.adb (Read_Library_Info): Remove bogus check if ALI is older
18134         than the object.
18136 2004-01-05  Ed Schonberg  <schonberg@gnat.com>
18138         * sem_ch4.adb (Analyze_Allocator): Check restriction on dynamic
18139         protected objects when allocator has a subtype indication, not a
18140         qualified expression. Note that qualified expressions may have to be
18141         checked when limited aggregates are implemented.
18143         * sem_prag.adb (Analyze_Pragma, case Import): If enclosing package is
18144         pure, emit warning.
18145         (Analyze_Pragma, case Pure_Function): If enclosing package is pure and
18146         subprogram is imported, remove warning.
18148 2004-01-05  Geert Bosch  <bosch@gnat.com>
18150         * s-poosiz.adb: Update copyright notice.
18151         (Allocate): Use Task_Lock to protect against concurrent access.
18152         (Deallocate): Likewise.
18154 2004-01-05  Joel Brobecker  <brobecker@gnat.com>
18156         * s-stalib.adb (Elab_Final_Code): Add missing year in date inside ???
18157         comment.
18159 2003-12-23  Kelley Cook  <kcook@gcc.gnu.org>
18161         * gnat_ug.texi: Force a CVS commit by updating copyright.
18162         * gnat_ug_vxw.texi: Regenerate.
18163         * gnat_ug_wnt.texi: Regenerate.
18164         * gnat_ug_vms.texi: Regenerate.
18165         * gnat_ug_unx.texi: Regenerate.
18167 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
18169         * trans.c: Remove uses of "register" specifier in
18170         declarations of local variables.
18172 2003-12-18  Kelley Cook  <kcook@gcc.gnu.org>
18174         * stamp-xgnatug: New stamp file.
18175         * Make-lang.in (stamp-xgnatug):  New stamp file and comment.
18176         (ada/doctools/xgnatug): Add $(build_exeext).
18177         (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi
18178         ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug.
18180 2003-12-17  Ed Falis  <falis@gnat.com>
18182         * a-elchha.adb (Tailored_Exception_Information): made Info constant to
18183         eliminate warning.
18185         * a-exextr.adb: Add context clause for
18186         Ada.Exceptions.Last_Chance_Handler.
18188 2003-12-17  Sergey Rybin  <rybin@act-europe.fr>
18190         * cstand.adb (Create_Standard): Change the way how the declaration of
18191         the Duration type is created (making it the same way as it is for all
18192         the other standard types).
18194 2003-12-17  Robert Dewar  <dewar@gnat.com>
18196         * s-crtl.ads: Fix header format
18197         Change Pure to Preelaborate
18199 2003-12-17  Ed Schonberg  <schonberg@gnat.com>
18201         * checks.adb (Selected_Length_Checks): Generate an Itype reference for
18202         the expression type only if it is declared in the current unit.
18204         * sem_ch3.adb (Constrain_Index): Handle properly a range whose bounds
18205         are universal and already analyzed, as can occur in constrained
18206         subcomponents that depend on discriminants, when one constraint is a
18207         subtype mark.
18209         * sem_res.adb (Resolve_Type_Conversion): Any arithmetic expression of
18210         type Any_Fixed is legal as the argument of a conversion, if only one
18211         fixed-point type is in context.
18213 2003-12-17  GNAT Script  <nobody@gnat.com>
18215         * Make-lang.in: Makefile automatically updated
18217 2003-12-15  Robert Dewar  <dewar@gnat.com>
18219         * exp_ch6.adb (Expand_Thread_Body): Fix error in picking up default
18220         sec stack size.
18222 2003-12-15  Vincent Celier  <celier@gnat.com>
18224         * gnatchop.adb: (Error_Msg): Do not exit on error for a warning
18225         (Gnatchop): Do not set failure status when reporting the number of
18226         warnings.
18228 2003-12-15  Doug Rupp  <rupp@gnat.com>
18230         * s-ctrl.ads: New file.
18232         * Makefile.rtl (GNAT_RTL_NONTASKING_OBJS): Add s-crtl$(objext).
18234         * Make-lang.in: (GNAT_ADA_OBJS): Add ada/s-crtl.o.
18235         (GNATBIND_OBJS): Add ada/s-crtl.o.
18237         * Makefile.in [VMS]: Clean up ifeq rules.
18239         * gnatlink.adb, 6vcstrea.adb, a-direio.adb, a-sequio.adb,
18240         a-ststio.adb, a-textio.adb, g-os_lib.adb, a-witeio.adb,
18241         g-os_lib.ads, i-cstrea.adb, i-cstrea.ads, s-direio.adb,
18242         s-fileio.adb, s-memcop.ads, s-memory.adb, s-stache.adb,
18243         s-tasdeb.adb: Update copyright.
18244         Import System.CRTL.
18245         Make minor modifications to use System.CRTL declared functions instead
18246         of importing locally.
18248 2003-12-15  GNAT Script  <nobody@gnat.com>
18250         * Make-lang.in: Makefile automatically updated
18252 2003-12-11  Ed Falis  <falis@gnat.com>
18254         * 5zinit.adb: Clean up.
18256         * 5zintman.adb (Notify_Exception): replaced case statement with a call
18257         to __gnat_map_signal, imported from init.c to support
18258         signal -> exception mappings that depend on the vxWorks version.
18260         * init.c:
18261         Created and exported __gnat_map_signal to support signal -> exception
18262         mapping that is dependent on the VxWorks version.
18263         Change mapping of SIGBUS from Program_Error to Storage_Error on VxWorks
18265 2003-12-11  Vasiliy Fofanv  <fofanov@act-europe.fr>
18267         * 5wosinte.ads: Link with -mthreads switch.
18269 2003-12-11  Arnaud Charlet  <charlet@act-europe.fr>
18271         * init.c (__gnat_install_handler [NetBSD]): Set
18272         __gnat_handler_installed, as done on all other platforms.
18273         Remove duplicated code.
18275 2003-12-11  Jerome Guitton  <guitton@act-europe.fr>
18277         * Makefile.in (rts-zfp, rts-ravenscar): Create libgnat.a.
18279 2003-12-11  Thomas Quinot  <quinot@act-europe.fr>
18281         * sinfo.ads: Fix inconsistent example code in comment.
18283 2003-12-11  Robert Dewar  <dewar@gnat.com>
18285         * a-tiinau.adb: Add a couple of comments
18287         * sem_ch3.adb: Minor reformatting
18289         * sem_prag.adb:
18290         Fix bad prototype of Same_Base_Type in body (code reading cleanup)
18291         Minor reformatting throughout
18293 2003-12-11  Ed Schonberg  <schonberg@gnat.com>
18295         * exp_ch7.adb (Establish_Transient_Scope): If the call is within the
18296         bounds of a loop, create a separate block in order to generate proper
18297         cleanup actions to prevent memory leaks.
18299         * sem_res.adb (Resolve_Call): After a call to
18300         Establish_Transient_Scope, the call may be rewritten and relocated, in
18301         which case no further processing is needed.
18303         * sem_util.adb: (Wrong_Type): Refine previous fix.
18304          Fixes ACATS regressions.
18306         PR ada/13353
18308         * sem_prag.adb (Back_End_Cannot_Inline): A renaming_as_body can always
18309         be inlined.
18311 2003-12-08  Jerome Guitton  <guitton@act-europe.fr>
18313         * 5ytiitho.adb, 5zthrini.adb, 5ztiitho.adb, i-vthrea.adb,
18314         i-vthrea.ads, s-tpae65.adb, s-tpae65.ads: Cleanup: Remove a bunch of
18315         obsolete files.
18317         * Makefile.in: (rts-ravenscar): Generate an empty libgnat.a.
18318         (rts-zfp): Ditto.
18320 2003-12-08  Robert Dewar  <dewar@gnat.com>
18322         * 7sintman.adb: Minor reformatting
18324         * bindgen.adb: Configurable_Run_Time mode no longer suppresses the
18325         standard linker options to get standard libraries linked. We now plan
18326         to provide dummy versions of these libraries to match the appropriate
18327         configurable run-time (e.g. if a library is not needed at all, provide
18328         a dummy empty library).
18330         * targparm.ads: Configurable_Run_Time mode no longer affects linker
18331         options (-L parameters and standard libraries). What we plan to do is
18332         to provide dummy libraries where the libraries are not required.
18334         * gnatbind.adb: Minor comment improvement
18336 2003-12-08  Javier Miranda  <miranda@gnat.com>
18338         * exp_aggr.adb (Build_Record_Aggr_Code): Do not remove the expanded
18339         aggregate in the parent. Otherwise constants with limited aggregates
18340         are not supported. Add new formal to pass the component type (Ctype).
18341         It is required to call the corresponding IP subprogram in case of
18342         default initialized components.
18343         (Gen_Assign): In case of default-initialized component, generate a
18344         call to the IP subprogram associated with the component.
18345         (Build_Record_Aggr_Code): Remove the aggregate from the parent in case
18346         of aggregate with default initialized components.
18347         (Has_Default_Init_Comps): Improve implementation to recursively check
18348         all the present expressions.
18350         * exp_ch3.ads, exp_ch3.adb (Build_Initialization_Call): Add new formal
18351         to indicate that the initialization call corresponds to a
18352         default-initialized component of an aggregate.
18353         In case of default initialized aggregate with tasks this parameter is
18354         used to generate a null string (this is just a workaround that must be
18355         improved later). In case of discriminants, this parameter is used to
18356         generate a selected component node that gives access to the discriminant
18357         value.
18359         * exp_ch9.ads, exp_ch9.adb (Build_Task_Allocate_Block_With_Stmts): New
18360         subprogram, based on Build_Task_Allocate_Block, but adapted to expand
18361         allocated aggregates with default-initialized components.
18363         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Improve error message if
18364         the box notation is used in positional aggregates.
18366 2003-12-08  Samuel Tardieu  <tardieu@act-europe.fr>
18368         * lib.ads: Fix typo in comment
18370 2003-12-08  Vincent Celier  <celier@gnat.com>
18372         * prj.adb (Project_Empty): New component Unkept_Comments
18373         (Scan): Remove procedure; moved to Prj.Err.
18375         * prj.ads (Project_Data): New Boolean component Unkept_Comments
18376         (Scan): Remove procedure; moved to Prj.Err.
18378         * prj-dect.adb: Manage comments for the different declarations.
18380         * prj-part.adb (With_Record): New component Node
18381         (Parse): New Boolean parameter Store_Comments, defaulted to False.
18382         Set the scanner to return ends of line and comments as tokens, if
18383         Store_Comments is True.
18384         (Pre_Parse_Context_Clause): Create the N_With_Clause nodes so that
18385         comments are associated with these nodes. Store the node IDs in the
18386         With_Records.
18387         (Post_Parse_Context_Clause): Use the N_With_Clause nodes stored in the
18388         With_Records.
18389         (Parse_Single_Project): Call Pre_Parse_Context_Clause before creating
18390         the N_Project node. Call Tree.Save and Tree.Reset before scanning the
18391         current project. Call Tree.Restore afterwards. Set the various nodes
18392         for comment storage (Next_End, End_Of_Line, Previous_Line,
18393         Previous_End).
18395         * prj-part.ads (Parse): New Boolean parameter Store_Comments,
18396         defaulted to False.
18398         * prj-pp.adb (Write_String): New Boolean parameter Truncated, defaulted
18399         to False. When Truncated is True, truncate the string, never go to the
18400         next line.
18401         (Write_End_Of_Line_Comment): New procedure
18402         (Print): Process comments for nodes N_With_Clause,
18403         N_Package_Declaration, N_String_Type_Declaration,
18404         N_Attribute_Declaration, N_Typed_Variable_Declaration,
18405         N_Variable_Declaration, N_Case_Construction, N_Case_Item.
18406         Process nodes N_Comment.
18408         * prj-tree.ads, prj-tree.adb (Default_Project_Node): If it is a node
18409         without comments and there are some comments, set the flag
18410         Unkept_Comments to True.
18411         (Scan): If there are comments, set the flag Unkept_Comments to True and
18412         clear the comments.
18413         (Project_Node_Kind): Add enum values N_Comment_Zones, N_Comment
18414         (Next_End_Nodes: New table
18415         (Comment_Zones_Of): New function
18416         (Scan): New procedure; moved from Prj. Accumulate comments in the
18417         Comments table and set end of line comments, comments after, after end
18418         and before end.
18419         (Add_Comments): New procedure
18420         (Save, Restore, Seset_State): New procedures
18421         (There_Are_Unkept_Comments): New function
18422         (Set_Previous_Line_Node, Set_Previous_End_Node): New procedures
18423         (Set_End_Of_Line, Set_Next_End_Node, Remove_Next_End_Node): New
18424         procedures.
18425         (First_Comment_After, First_Comment_After_End): New functions
18426         (First_Comment_Before, First_Comment_Before_End): New functions
18427         (Next_Comment): New function
18428         (End_Of_Line_Comment, Follows_Empty_Line,
18429         Is_Followed_By_Empty_Line): New functions
18430         (Set_First_Comment_After, Set_First_Comment_After_End): New procedures
18431         (Set_First_Comment_Before, Set_First_Comment_Before_End): New procedures
18432         (Set_Next_Comment): New procedure
18433         (Default_Project_Node): Associate comment before if the node can store
18434         comments.
18436         * scans.ads (Token_Type): New enumeration value Tok_Comment
18437         (Comment_Id): New global variable
18439         * scng.ads, scng.adb (Comment_Is_Token): New Boolean global variable,
18440         defaulted to False.
18441         (Scan): Store position of start of comment. If comments are tokens, set
18442         Comment_Id and set Token to Tok_Comment when scanning a comment.
18443         (Set_Comment_As_Token): New procedure
18445         * sinput-p.adb: Update Copyright notice
18446         (Source_File_Is_Subunit): Call Prj.Err.Scanner.Scan instead of Prj.Scan
18447         that no longer exists.
18449 2003-12-08  Javier Miranda  <miranda@gnat.com>
18451         * sem_aggr.adb: Add dependence on Exp_Tss package
18452         Correct typo in comment
18453         (Resolve_Aggregate): In case of array aggregates set the estimated
18454         type of the aggregate before calling resolve. This is needed to know
18455         the name of the corresponding IP in case of limited array aggregates.
18456         (Resolve_Array_Aggregate): Delay the resolution to the expansion phase
18457         in case of default initialized array components.
18459         * sem_ch12.adb (Analyze_Formal_Object_Declaration): Allow limited
18460         types. Required to give support to limited aggregates in generic
18461         formals.
18463 2003-12-08  Ed Schonberg  <schonberg@gnat.com>
18465         * sem_ch3.adb (Check_Initialization): For legality purposes, an
18466         inlined body functions like an instantiation.
18467         (Decimal_Fixed_Point_Declaration): Do not set kind of first subtype
18468         until bounds are analyzed, to diagnose premature use of type.
18470         * sem_util.adb (Wrong_Type): Improve error message when the type of
18471         the expression is used prematurely.
18473 2003-12-08  GNAT Script  <nobody@gnat.com>
18475         * Make-lang.in: Makefile automatically updated
18477 2003-12-08  Arnaud Charlet  <charlet@act-europe.fr>
18479         * sinfo.h, einfo.h, nmake.ads, nmake.adb, treeprs.ads: Removed, since
18480         they are automatically generated by Make-lang.in and cause nothing but
18481         maintenance troubles.
18483 2003-12-05  Thomas Quinot  <quinot@act-europe.fr>
18485         * 3ssoliop.ads: Fix comment (this is the Solaris, not the UnixWare,
18486         version of this unit).
18488 2003-12-05  Olivier Hainque  <hainque@act-europe.fr>
18490         * 53osinte.ads, 54osinte.ads, 55osinte.ads, 56osinte.ads, 5bosinte.ads,
18491         5cosinte.ads, 5hosinte.ads, 5iosinte.ads, 5losinte.ads,
18492         5tosinte.ads: Define the SA_SIGINFO constant, to allow references from
18493         the body of System.Interrupt_Management common to several targets.
18494         Update copyright notice when appropriate.
18496         * 52osinte.ads, 5posinte.ads: Define a dummy value for the SA_SIGINFO
18497         constant.
18499         * 7sintman.adb (elaboration): Set SA_SIGINFO in the sigaction flags,
18500         to ensure that the kernel fills in the interrupted context structure
18501         before calling a signal handler, which is necessary to be able to
18502         unwind past it. Update the copyright notice.
18504 2003-12-05  Jerome Guitton  <guitton@act-europe.fr>
18506         * a-elchha.ads: New file.
18508         * a-elchha.adb: New default last chance handler. Contents taken from
18509         Ada.Exceptions.Exception_Traces.Unhandled_Exception_Terminate.
18511         * a-exextr.adb (Unhandled_Exception_Terminate): Most of this routine
18512         is moved to a-elchha.adb to provide a target-independent default last
18513         chance handler.
18515         * Makefile.rtl: Add a-elchha.o
18517         * Make-lang.in (GNAT_ADA_OBJS, GNATBIND_OBJS): Add a-elchha.o.
18519 2003-12-05  Ed Schonberg  <schonberg@gnat.com>
18521         * exp_ch6.adb (Expand_Call): If the subprogram is inlined and is
18522         declared in an instance, do not inline the call if the instance is not
18523         frozen yet, to prevent order of elaboration problems.
18525         * sem_prag.adb: Add comments for previous fix.
18527 2003-12-05  Samuel Tardieu  <tardieu@act-europe.fr>
18529         * g-table.adb: Use the right variable in Set_Item.
18530         Update copyright notice.
18532 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
18534         * Makefile.in: Remove unused rules.
18536 2003-12-05  Vincent Celier  <celier@gnat.com>
18538         * switch-c.adb (Scan_Front_End_Switches): Remove processing of
18539         -nostdlib. Not needed here after all.
18541 2003-12-03  Thomas Quinot  <quinot@act-europe.fr>
18543         PR ada/11724
18545         * adaint.h, adaint.c, g-os_lib.ads:
18546         Do not assume that the offset argument to lseek(2) is a 32 bit integer,
18547         on some platforms (including FreeBSD), it is a 64 bit value.
18548         Introduce a __gnat_lseek wrapper in adaint.c to allow for portability.
18550 2003-12-03  Arnaud Charlet  <charlet@act-europe.fr>
18552         * gnatvsn.ads (Library_Version): Now contain only the relevant
18553         version info.
18554         (Verbose_Library_Version): New constant.
18556         * g-spipat.adb, g-awk.adb, g-debpoo.adb,
18557         g-memdum.adb, g-thread.adb, s-geveop.adb, s-interr.adb,
18558         s-taskin.adb, s-tassta.adb: Make code compile with -gnatwa.
18560         * gnatlbr.adb: Clean up: replace Library_Version by
18561         Verbose_Library_Version.
18563         * make.adb, lib-writ.adb, exp_attr.adb:
18564         Clean up: replace Library_Version by Verbose_Library_Version.
18566         * 5lintman.adb: Removed.
18568         * Makefile.in:
18569         Update and simplify computation of LIBRARY_VERSION.
18570         Fix computation of GSMATCH_VERSION.
18571         5lintman.adb is no longer used: replaced by 7sintman.adb.
18573 2003-12-03  Robert Dewar  <dewar@gnat.com>
18575         * exp_ch5.adb:
18576         (Possible_Bit_Aligned_Component): Maybe_Bit_Aligned_Large_Component new
18577         name. Modified to consider small non-bit-packed arrays as troublesome
18578         and in need of component-by-component assigment expansion.
18580 2003-12-03  Vincent Celier  <celier@gnat.com>
18582         * lang-specs.h: Process nostdlib as nostdinc
18584         * back_end.adb: Update Copyright notice
18585         (Scan_Compiler_Arguments): Process -nostdlib directly.
18587 2003-12-03  Jose Ruiz  <ruiz@act-europe.fr>
18589         * Makefile.in:
18590         When defining LIBGNAT_TARGET_PAIRS for bare board targets, remove the
18591         redundant inclusion of EXTRA_HIE_NONE_TARGET_PAIRS, which is always
18592         included in HIE_NONE_TARGET_PAIRS.
18594 2003-12-03  Ed Schonberg  <schonberg@gnat.com>
18596         * sem_attr.adb:
18597         (Legal_Formal_Attribute): Attribute is legal in an inlined body, as it
18598         is legal in an instance, because legality is cheched in the template.
18600         * sem_prag.adb:
18601         (Analyze_Pragma, case Warnings): In an inlined body, the pragma may be
18602         appplied to an unchecked conversion of a formal parameter.
18604         * sem_warn.adb:
18605         (Output_Unreferenced_Messages): Suppress "not read" warnings on imported
18606         variables.
18608 2003-12-03  Olivier Hainque  <hainque@act-europe.fr>
18610         * tb-alvms.c (unwind_regular_code, unwind_kernel_handler): New
18611         routines. The second one is new functionality to deal with backtracing
18612         through signal handlers.
18613         (unwind): Split into the two separate subroutines above.
18614         Update the documentation, and deal properly with sizeof (REG) different
18615         from sizeof (void*).
18617 2003-12-01  Nicolas Setton  <setton@act-europe.fr>
18619         * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point,
18620         so that the debugger can reliably access the value of the parameter,
18621         and therefore is able to display the exception name when an exception
18622         breakpoint is reached.
18624 2003-12-01  Thomas Quinot  <quinot@act-europe.fr>
18626         * fmap.adb: Fix typo in warning message.
18628         * g-socket.ads, g-socket.adb: Make Free a visible instance of
18629         Ada.Unchecked_Deallocation (no need to wrap it in a subprogram).
18631 2003-12-01  Vincent Celier  <celier@gnat.com>
18633         * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if
18634         ther is no Afile.
18635         (Build_Library): Get the switches only if Default_Switches is declared
18636         in package Binder.
18638 2003-12-01  Ed Schonberg  <schonberg@gnat.com>
18640         * exp_ch6.adb (Expand_Actuals): When applying validity checks to
18641         actuals that are indexed components, reanalyze actual to ensure that
18642         packed array references are properly expanded.
18644         * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for
18645         attempted assignment to a discriminant.
18647 2003-12-01  Robert Dewar  <dewar@gnat.com>
18649         * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor
18650         reformatting.
18652         * switch-c.adb: Minor reformatting of comments
18654 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
18656         * Makefile.in: Clean ups.
18658 2003-12-01  GNAT Script  <nobody@gnat.com>
18660         * Make-lang.in: Makefile automatically updated
18662 2003-12-01  Arnaud Charlet  <charlet@act-europe.fr>
18664         * 5wsystem.ads: Disable zero cost exception, not ready yet.
18666 2003-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
18668         * Make-lang.in (nmake.ads): Add dependency on ada/nmake.adb
18669         to force serialization.
18671 2003-11-26  Thomas Quinot  <quinot@act-europe.fr>
18673         * g-socket.ads, g-socket.adb:
18674         Clarify documentation of function Stream. Introduce a Free procedure
18675         to release the returned Stream once it becomes unused.
18677         * 5asystem.ads: For Alpha Tru64, enable ZCX by default.
18679 2003-11-26  Arnaud Charlet  <charlet@act-europe.fr>
18681         (Cond_Timed_Wait): Introduce new constant Time_Out_Max,
18682         since NT 4 cannot handle timeout values that are too large,
18683         e.g. DWORD'Last - 1.
18685 2003-11-26  Ed Schonberg  <schonberg@gnat.com>
18687         * exp_ch4.adb:
18688         (Expand_N_Slice): Recognize all cases of slices that appear as actuals
18689         in procedure calls and whose expansion must be deferred.
18691         * exp_ch6.adb (Add_Call_By_Copy_Node): Remove previous fix. Proper fix
18692         is in exp_ch4.
18694         * sem_ch3.adb:
18695         (Build_Derived_Array_Type): Create operator for unconstrained type
18696         if ancestor is unconstrained.
18698 2003-11-26  Vincent Celier  <celier@gnat.com>
18700         * make.adb (Project_Object_Directory): New global variable
18701         (Change_To_Object_Directory): New procedure
18702         (Collect_Arguments_And_Compile): Call Change_To_Object_Directory instead
18703         of Change_Dir directly. Do not change working directory to object
18704         directory of main project after each compilation.
18705         (Gnatmake): Use Change_To_Object_Directory instead of Change_Dir
18706         directly.
18707         Change to object directory of main project before binding step.
18708         (Initialize): Initialize Project_Object_Directory to No_Project
18710         * mlib-prj.adb:
18711         (Build_Library): Take into account Builder'Default_Switches ("Ada") when
18712         binding a Stand-Alone Library.
18714         * output.adb: Update Copyright notice
18715         (Write_Char): Output buffer when full
18717 2003-11-26  Robert Dewar  <dewar@gnat.com>
18719         * sem_ch13.adb: (Check_Size): Reset size if size is too small
18721         * sem_ch13.ads:
18722         (Check_Size): Fix documentation to include bit-packed array case
18724         * sem_res.adb: Implement restriction No_Direct_Boolean_Operators
18726         * s-rident.ads: Put No_Direct_Boolean_Operators in proper order
18728         * s-rident.ads: Add new restriction No_Direct_Boolean_Operators
18730 2003-11-24  Arnaud Charlet <charlet@act-europe.fr>
18732         PR ada/13142
18733         * utils.c (init_gigi_decls): Change name of built-in setjmp to
18734         __builtin_setjmp, since this is apparently needed by recent
18735         non Ada changes.
18737 2003-11-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18739         * adadecode.c: Only include ctype.h if not IN_GCC.
18740         (__gnat_decode): Use ISDIGIT from safe-ctype.h.
18742 2003-11-24  Jose Ruiz  <ruiz@act-europe.fr>
18744         * Makefile.in:
18745         Use 5zintman.ads for VxWorks targets. This file avoid confusion between
18746         signals and interrupts.
18748         * 5zintman.ads: New File.
18750         * 5zintman.adb: Replace Exception_Interrupts by Exception_Signals, and
18751         add exception signals to the set of unmasked signals.
18753         * 5ztaprop.adb:
18754         Use Abort_Task_Signal instead of Abort_Task_Interrupt to avoid confusion
18755         between signals and interrupts.
18756         Add to Unblocked_Signal_Mask the set of signals that are in
18757         Keep_Unmasked.
18759         * 7sinmaop.adb:
18760         Adding a check to see whether the Interrupt_ID we want to unmask is in
18761         the range of Keep_Unmasked (in procedure Interrupt_Self_Process). The
18762         reason is that the index type of the Keep_Unmasked array is not always
18763         Interrupt_ID; it may be a subtype of Interrupt_ID.
18765 2003-11-24  Gary Dismukes  <dismukes@gnat.com>
18767         * exp_util.adb:
18768         (Remove_Side_Effects): Condition constantness of object created for a
18769          an unchecked type conversion on the constantness of the expression
18770          to ensure the correct value for 'Constrained when passing components
18771          of view-converted class-wide objects.
18773 2003-11-24  Robert Dewar  <dewar@gnat.com>
18775         * par-load.adb (Load): Improve handling of misspelled and missing units
18776         Removes several cases of compilation abandoned messages
18778         * lib.adb: (Remove_Unit): New procedure
18780         * lib.ads: (Remove_Unit): New procedure
18782         * lib-load.adb: Minor reformatting
18784 2003-11-24  Vincent Celier  <celier@gnat.com>
18786         * make.adb:
18787         (Gnatmake, Initialize): Call Usage instead of Makeusg directly
18788         (Marking_Label): Label to mark processed source files. Incremented for
18789         each executable.
18790         (Gnatmake): Increase Marking_Labet for each executable
18791         (Is_Marked): Compare against marking label
18792         (Mark): Mark with marking label
18794 2003-11-24  Jerome Guitton  <guitton@act-europe.fr>
18796         * s-thread.ads:
18797         Move the declaration of the TSD for System.Threads to System.Soft_Links.
18798         Add some comments.
18800         * Makefile.in: Added target pair for s-thread.adb for cert runtime.
18801         (rts-cert): build a single relocatable object for the run-time lib.
18802         Fix perms.
18804 2003-11-24  Vasiliy Fofanov  <fofanov@act-europe.fr>
18806         * Make-lang.in:
18807         Use gnatls rather than gcc to obtain the location of GNAT RTL for
18808         crosstools build.
18810 2003-11-24  Sergey Rybin  <rybin@act-europe.fr>
18812         * opt.adb (Tree_Write): Gnat_Version_String is now a function, so we
18813         can not use it as before (that is, as a variable) when dumping it into
18814         the tree file. Add a local variable to store the result of this
18815         function and to be used as the string to be written into the tree.
18817         * scn.adb (Initialize_Scanner): Add comments explaining the recent
18818         changes.
18820         * sinput.adb (Source_First, Source_Last): In case of
18821         Internal_Source_File, replace returning attributes of
18822         Internal_Source_Ptr (which is wrong) with returning attributes of
18823         Internal_Source.
18825 2003-11-24  Ed Schonberg  <schonberg@gnat.com>
18827         * sem_ch3.adb:
18828         (New_Concatenation_Op): Proper name for New_Binary_Operator, only
18829         used for implicit concatenation operators.
18830         Code cleanup.
18832         * sem_elab.adb:
18833         (Check_Elab_Call): Set No_Elaboration_Check appropriately on calls in
18834         task bodies that are in the scope of a Suppress pragma.
18835         (Check_A Call): Use the flag to prevent spurious elaboration checks.
18837         * sinfo.ads, sinfo.adb:
18838         New flag No_Elaboration_Check on function/procedure calls, to properly
18839         suppress checks on calls in task bodies that are within a local suppress
18840         pragma.
18842         * exp_ch4.adb:
18843         (Expand_Concatenate_Other): Use the proper integer type for the
18844         expression for the upper bound, to avoid universal_integer computations
18845         when possible.
18847 2003-11-21  Kelley Cook  <kcook@gcc.gnu.org>
18849         * .cvsignore: Delete.
18851 2003-11-21  Andreas Schwab  <schwab@suse.de>
18853         * 55system.ads: Set ZCX_By_Default and GCC_ZCX_Support to True.
18855 2003-11-21  Vasiliy Fofanov  <fofanov@act-europe.fr>
18857         * 5wsystem.ads: Enable zero cost exception.
18859 2003-11-21  Jerome Guitton  <guitton@act-europe.fr>
18861         * 5ztiitho.adb: Remove an unreferenced variable.
18863 2003-11-21  Thomas Quinot  <quinot@act-europe.fr>
18865         * adaint.c: For FreeBSD, use mkstemp.
18867 2003-11-21  Arnaud Charlet  <charlet@act-europe.fr>
18869         * gnatlbr.adb: Now reference Gnat_Static_Version_String.
18871 2003-11-21  Robert Dewar  <dewar@gnat.com>
18873         * bld.adb: Remove useless USE of gnatvsn
18875         * gnatchop.adb: Minor reformatting
18876         Clean up version handling to be more consistent
18878         * gnatxref.adb: Minor reformatting
18880         * gprcmd.adb: Minor reformatting
18881         Fix output of copyright to be more consistent with other tools
18883 2003-11-21  Vincent Celier  <celier@gnat.com>
18885         * make.adb (Scan_Make_Args): Do not transmit --RTS= to gnatlink
18887 2003-11-21  Sergey Rybin  <rybin@act-europe.fr>
18889         * atree.adb (Initialize): Add initializations for global variables
18890         used in New_Copy_Tree.
18892         * cstand.adb (Create_Standard): Add call to Initialize_Scanner (with
18893         Internal_Source_File as the actual).
18894         Put the set of statements creating Any_Character before the set of
18895         statements creating Any_Array to have Any_Character fully initialized
18896         when it is used in creating Any_Array.
18898         * scn.adb (Initialize_Scanner): Do not set Comes_From_Source ON and do
18899         not call Scan in case if the actual is Internal_Source_File
18900         Add 2003 to copyright note.
18902         * sinput.adb (Source_First, Source_Last, Source_Text): Add code for
18903         processing Internal_Source_File.
18905         * types.ads: Add the constant Internal_Source_File representing the
18906         source buffer for artificial source-code-like strings created within
18907         the compiler (the definition of Source_File_Index is changed).
18909 2003-11-20  Arnaud Charlet  <charlet@act-europe.fr>
18911         * 35soccon.ads, 45intnam.ads, 55osinte.adb, 55osinte.ads,
18912         56system.ads: New file, FreeBSD version.
18914 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
18916         * Make-lang.in (ada.extraclean): Delete.
18918 2003-11-19  Arnaud Charlet  <charlet@act-europe.fr>
18920         * gnatmem.adb: Clean up verbose output.
18922         * gprcmd.adb: Change copyright to FSF.
18924 2003-11-19  Vincent Celier  <celier@gnat.com>
18926         * symbols.adb: (Initialize): New parameters Reference, Symbol_Policy
18927         and Version (ignored).
18929         * symbols.ads: (Policy): New type
18930         (Initialize): New parameter Reference, Symbol_Policy and
18931         Library_Version.
18932         Remove parameter Force.
18933         Minor reformatting.
18935         * snames.ads, snames.adbadb: New standard names
18936         Library_Reference_Symbol_File and Library_Symbol_Policy
18938         * mlib-prj.adb:
18939         (Build_Library): Call Build_Dinamic_Library with the Symbol_Data of the
18940         project.
18942         * mlib-tgt.adb:
18943         (Build_Dynamic_Library): New parameter Symbol_Data (ignored)
18945         * mlib-tgt.ads: (Build_Dynamic_Library): New parameter Symbol_Data
18947         * prj.adb: (Project_Empty): New component Symbol_Data
18949         * prj.ads: (Policy, Symbol_Record): New types
18950         (Project_Data): New component Symbol_Data
18952         * prj-attr.adb:
18953         New attributes Library_Symbol_File, Library_Symbol_Policy and
18954         Library_Reference_Symbol_File.
18956         * prj-nmsc.adb:
18957         (Ada_Check): When project is a Stand-Alone library project, process
18958         attribute Library_Symbol_File, Library_Symbol_Policy and
18959         Library_Reference_Symbol_File.
18961         * 5aml-tgt.adb, 5bml-tgt.adb, 5gml-tgt.adb, 5hml-tgt.adb,
18962         5wml-tgt.adb, 5zml-tgt.adb, 5lml-tgt.adb,
18963         5sml-tgt.adb (Build_Dynamic_Library): New parameter
18964         Symbol_Data (ignored).
18966         * 5vml-tgt.adb (VMS_Options): Remove --for-linker=gsmatch=equal,1,0
18967         (Build_Dynamic_Library): New parameter Symbol_Data. New internal
18968         functions Option_File_Name and Version_String. Set new options of
18969         gnatsym related to symbol file, symbol policy and reference symbol
18970         file.
18972         * 5vsymbol.adb:
18973         Extensive modifications to take into account the reference symbol file,
18974         the symbol policy, the library version and to put in the symbol file the
18975         minor and major IDs.
18977         * bld.adb (Process_Declarative_Items): Put second argument of
18978         gprcmd to_absolute between single quotes, to avoid problems with
18979         Windows.
18981         * bld-io.adb: Update Copyright notice.
18982         (Flush): Remove last character of a line, if it is a back slash, to
18983         avoid make problems.
18985         * gnatsym.adb:
18986         Implement new scheme with reference symbol file and symbol policy.
18988         * g-os_lib.ads: (Is_Directory): Clarify comment
18990 2003-11-19  Robert Dewar  <dewar@gnat.com>
18992         * atree.adb: Move New_Copy_Tree global variables to head of package
18994         * errout.adb: Minor reformatting
18996 2003-11-19  Javier Miranda  <miranda@gnat.com>
18998         * sem_ch4.adb: (Diagnose_Call): Improve error message.
18999         Add reference to Ada0Y (AI-50217)
19001         * sem_ch6.adb, sem_ch8.adb, sem_type.adb,
19002         sem_util.adb: Add reference to AI-50217
19004         * sinfo.ads: (N_With_Clause): Document fields referred to AI-50217
19006         * sprint.adb: Add reference to Ada0Y (AI-50217, AI-287)
19008         * sem_aggr.adb: Complete documentation of AI-287 changes
19010         * par-ch4.adb: Document previous changes.
19012         * lib-load.adb, lib-writ.adb, einfo.ads, par-ch10.adb,
19013         sem_cat.adb, sem_ch3.adb, sem_ch10.adb, sem_ch12.adb: Add references to
19014         Ada0Y (AI-50217)
19016         * exp_aggr.adb: Add references to AI-287 in previous changes
19018 2003-11-19  Ed Schonberg  <schonberg@gnat.com>
19020         * exp_ch6.adb:
19021         (Add_Call_By_Copy_Node): Do not original node of rewritten expression
19022         in the rewriting is the result of an inlined call.
19024         * exp_ch6.adb (Add_Call_By_Copy_Node): If actual for (in-)out
19025         parameter is a type conversion, use original node to construct the
19026         post-call assignment, because expression may have been rewritten, e.g.
19027         if it is a packed array.
19029         * sem_attr.adb:
19030         (Resolve_Attribute, case 'Constrained): Attribute is legal in an inlined
19031         body, just as it is in an instance.
19032         Categorization routines
19034         * sem_ch12.adb (Analyze_Association, Instantiate_Formal_Subprogram,
19035         Instantiate_Object): Set proper sloc reference for message on missing
19036         actual.
19038 2003-11-19  Thomas Quinot  <quinot@act-europe.fr>
19040         * Makefile.in: Add FreeBSD libgnat pairs.
19042         * usage.adb: Fix typo in usage message.
19044 2003-11-19  Jerome Guitton  <guitton@act-europe.fr>
19046         * Makefile.in: On powerpc-wrs-vxworksae: Add s-thread.ad?,
19047         s-thrini.ad? and s-tiitho.adb to the full runtime, to support the
19048         pragma Thread_Body.
19049         Remove i-vthrea.ad? and s-tpae65.ad?, not needed anymore.
19051         * s-thread.adb: This file is now a dummy implementation of
19052         System.Thread.
19054 2003-11-19  Sergey Rybin  <rybin@act-europe.fr>
19056         * rtsfind.adb (Initialize): Add initialization for RTE_Is_Available
19058 2003-11-19  Emmanuel Briot  <briot@act-europe.fr>
19060         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
19061         instanciation references in the parent type description.
19063 2003-11-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19065         * ada-tree.def: (ALLOCATE_EXPR): Class is "2", not "s".
19067         * decl.c (gnat_to_gnu_entity, case E_Floating_Point_Subtype): Set
19068         TYPE_PRECISION directly from esize.
19070 2003-11-18  Thomas Quinot  <quinot@act-europe.fr>
19072         * cstreams.c:
19073         Use realpath(3) on FreeBSD. Fix typo in comment while we are at it.
19075         * init.c: Initialization routines for FreeBSD
19077         * link.c: Link info for FreeBSD
19079         * sysdep.c: Add the case of FreeBSD
19081 2003-11-17  Jerome Guitton  <guitton@act-europe.fr>
19083         * 5zthrini.adb: Remove the call to Init_RTS at elaboration, as it is
19084         already called in System.Threads.
19086         * 5ztiitho.adb (Initialize_Task_Hooks): Remove the registration of the
19087         environment task, as it has been moved to System.Threads.Initialization.
19089 2003-11-17  Arnaud Charlet  <charlet@act-europe.fr>
19091         * adaint.c (__gnatlib_install_locks): Only reference
19092         __gnat_install_locks on VMS, since other platforms can avoid using
19093         --enable-threads=gnat
19095 2003-11-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19097         * ada-tree.h: (TYPE_IS_PACKED_ARRAY_TYPE_P): New macro.
19099         * decl.c (gnat_to_gnu_entity, case E_Array_Subtype): Set
19100         TYPE_PACKED_ARRAY_TYPE_P.
19101         (validate_size): Do not verify size if TYPE_IS_PACKED_ARRAY_TYPE_P.
19103         Part of PR ada/12806
19104         * utils.c (float_type_for_precision): Renamed from float_type_for_size.
19105         Use GET_MODE_PRECISION instead of GET_MODE_BITSIZE.
19107 2003-11-17  Vincent Celier  <celier@gnat.com>
19109         * gnatchop.adb (Error_Msg): New Boolean parameter Warning, defaulted
19110         to False.
19111         Do not set exit status to Failure when Warning is True.
19112         (Gnatchop): Make errors "no compilation units found" and
19113         "no source files written" warnings only.
19115         * make.adb (Gnatmake): When using a project file, set
19116         Look_In_Primary_Dir to False.
19117         (Configuration_Pragmas_Switch): Check for Global_Configuration_Pragmas
19118         and Local_Configuration_Pragmas in the project where they are declared
19119         not an extending project which might have inherited them.
19121         * osint.adb (Locate_File): If Name is already an absolute path, do not
19122         look for a directory.
19124         * par-ch10.adb (P_Compilation_Unit): If source contains no token, and
19125         -gnats (Check_Syntax) is used, issue only a warning, not an error.
19127         * prj.adb (Register_Default_Naming_Scheme): Add new component Project
19128         in objects of type Variable_Value.
19130         * prj.ads: (Variable_Value): New component Project
19132         * prj-nmsc.adb (Ada_Check.Warn_If_Not_Sources): No warning if source
19133         is in a project extended by Project.
19135         * prj-proc.adb (Add_Attributes): New parameter Project. Set component
19136         Project of Variable_Values to this new parameter value.
19137         (Expression): Set component Project of Variable_Values.
19138         (Process_Declarative_Items): Call Add_Attributes with parameter Project.
19139         Set the component Project in array elements.
19141 2003-11-17  Sergey Rybin  <rybin@act-europe.fr>
19143         * errout.adb: (Initialize): Add initialization for error nodes.
19145         * sem_ch12.adb (Initialize): Add missing initializations for
19146         Exchanged_Views and Hidden_Entities.
19148 2003-11-17  Ed Schonberg  <schonberg@gnat.com>
19150         * sem_ch12.adb (Copy_Generic_Node): Preserve entity when copying an
19151         already instantiated tree for use in subsequent inlining.
19152         (Analyze_Associations, Instantiate_Formal_Subprogram,
19153         Instantiate_Object): improve error message for mismatch in
19154         instantiations.
19156         * sem_ch6.adb (Build_Body_To_Inline): Major cleanup to handle
19157         instantiations of subprograms declared in instances.
19159 2003-11-17  Javier Miranda  <miranda@gnat.com>
19161         * sem_ch4.adb (Analyze_Allocator): Previous modification must be
19162         executed only under the Extensions_Allowed flag.
19164 2003-11-17  Robert Dewar  <dewar@gnat.com>
19166         * a-exexda.adb (Address_Image): Fix documentation to indicate leading
19167         zeroes suppressed.
19168         (Address_Image): Fix bug of returning 0x instead of 0x0
19169         Minor reformatting (function specs).
19171         * einfo.ads: Minor fix for documentation of Is_Bit_Packed_Array
19172         (missed case of 33-63)
19174         * freeze.adb, sem_ch13.adb: Properly check size of packed bit array
19176         * s-thread.adb: Add comments for pragma Restriction
19178         * exp_aggr.adb, g-debuti.adb, par-ch4.adb, sem_aggr.adb,
19179         sem_ch6.adb, sprint.adb, xref_lib.adb: Minor reformatting
19181 2003-11-17  Ed Falis  <falis@gnat.com>
19183         * s-thread.adb: Added No_Tasking restriction for this implementation.
19185 2003-11-17  Emmanuel Briot  <briot@act-europe.fr>
19187         * xref_lib.adb (Parse_Identifier_Info): Add handling of generic
19188         instanciation references in the parent type description.
19190 2003-11-17  GNAT Script  <nobody@gnat.com>
19192         * Make-lang.in: Makefile automatically updated
19194 2003-11-16  Jason Merrill  <jason@redhat.com>
19196         * Make-lang.in (ada.tags): Create TAGS.sub files in each directory
19197         and TAGS files that include them for each front end.
19199 2003-11-14  Andreas Jaeger  <aj@suse.de>
19201         * lang.opt: Change -Wno-long-long to -Wlong-long since the latter
19202         is the canonical version.
19203         * misc.c (gnat_handle_option): Likewise.
19205         * Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux.
19207         * 5nsystem.ads: New file for x86_64-linux-gnu.
19209 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
19211         * nmake.ads, nmake.adb, sinfo.h, treeprs.ads: Regenerated.
19213         * comperr.adb: Fix logic in previous change.
19215 2003-11-13  Vincent Celier  <celier@gnat.com>
19217         * 5bml-tgt.adb (Build_Dynamic_Library): Use
19218         Osint.Include_Dir_Default_Prefix instead of
19219         Sdefault.Include_Dir_Default_Name.
19221         * gnatlbr.adb: Update Copyright notice
19222         (Gnatlbr): : Use Osint.Include_Dir_Default_Prefix instead of
19223         Sdefault.Include_Dir_Default_Name and Osint.Object_Dir_Default_Prefix
19224         instead of Sdefault.Object_Dir_Default_Name
19226         * gnatlink.adb:
19227         (Process_Binder_File): Never suppress the option following -Xlinker
19229         * mdll-utl.adb:
19230         (Gcc): Use Osint.Object_Dir_Default_Prefix instead of
19231         Sdefault.Object_Dir_Default_Name.
19233         * osint.ads, osint.adb:
19234         (Include_Dir_Default_Prefix, Object_Dir_Default_Prefix): New functions
19235         Minor reformatting.
19237         * vms_conv.ads: Minor reformating
19238         Remove GNAT STANDARD and GNAT PSTA
19240         * vms_conv.adb:
19241         Allow GNAT MAKE to have several files on the command line.
19242         (Init_Object_Dirs): Use Osint.Object_Dir_Default_Prefix instead of
19243         Sdefault.Object_Dir_Default_Name.
19244         Minor Reformating
19245         Remove data for GNAT STANDARD
19247         * vms_data.ads:
19248         Add new compiler qualifier /PRINT_STANDARD (-gnatS)
19249         Remove data for GNAT STANDARD
19250         Remove options and documentation for -gnatwb/-gnatwB: these warning
19251         options no longer exist.
19253 2003-11-13  Ed Falis  <falis@gnat.com>
19255         * 5zthrini.adb: (Init_RTS): Made visible
19257         * 5zthrini.adb:
19258         (Register): Removed unnecessary call to taskVarGet that checked whether
19259          an ATSD was already set as a task var for the argument thread.
19261         * s-thread.adb:
19262         Updated comment to reflect that this is a VxWorks version
19263         Added context clause for System.Threads.Initialization
19264         Added call to System.Threads.Initialization.Init_RTS
19266 2003-11-13  Jerome Guitton  <guitton@act-europe.fr>
19268         * 5zthrini.adb:
19269         (Init_RTS): New procedure, for the initialization of the run-time lib.
19271         * s-thread.adb:
19272         Remove dependancy on System.Init, so that this file can be used in the
19273         AE653 sequential run-time lib.
19275 2003-11-13  Robert Dewar  <dewar@gnat.com>
19277         * bindgen.adb: Minor reformatting
19279 2003-11-13  Ed Schonberg  <schonberg@gnat.com>
19281         * checks.adb:
19282         (Apply_Discriminant_Check): Do no apply check if target type is derived
19283         from source type with no applicable constraint.
19285         * lib-writ.adb:
19286         (Ensure_System_Dependency): Do not apply the style checks that may have
19287         been specified for the main unit.
19289         * sem_ch8.adb:
19290         (Find_Selected_Component): Further improvement in error message, with
19291         RM reference.
19293         * sem_res.adb:
19294         (Resolve): Handle properly the case of an illegal overloaded protected
19295         procedure.
19297 2003-11-13  Javier Miranda  <miranda@gnat.com>
19299         * exp_aggr.adb:
19300         (Has_Default_Init_Comps): New function to check the presence of
19301         default initialization in an aggregate.
19302         (Build_Record_Aggr_Code): Recursively expand the ancestor in case of
19303         extension aggregate of a limited record. In addition, a new formal
19304         was added to do not initialize the record controller (if any) during
19305         this recursive expansion of ancestors.
19306         (Init_Controller): Add support for limited record components.
19307         (Expand_Record_Aggregate): In case of default initialized components
19308         convert the aggregate into a set of assignments.
19310         * par-ch4.adb (P_Aggregate_Or_Paren_Expr): Update the comment
19311         describing the new syntax.
19312         Nothing else needed to be done because this subprogram delegates part of
19313         its work to P_Precord_Or_Array_Component_Association.
19314         (P_Record_Or_Array_Component_Association): Give support to the new
19315         syntax for default initialization of components.
19317         * sem_aggr.adb:
19318         (Resolve_Aggregate): Relax the strictness of the frontend in case of
19319         limited aggregates.
19320         (Resolve_Record_Aggregate): Give support to default initialized
19321         components.
19322         (Get_Value): In case of default initialized components, duplicate
19323         the corresponding default expression (from the record type
19324         declaration). In case of default initialization in the *others*
19325         choice, do not check that all components have the same type.
19326         (Resolve_Extension_Aggregate): Give support to limited extension
19327         aggregates.
19329         * sem_ch3.adb:
19330         (Check_Initialization): Relax the strictness of the front-end in case
19331         of aggregate and extension aggregates. This test is now done in
19332         Get_Value in a per-component manner.
19334         * sem_ch4.adb (Analyze_Allocator): Don't post an error if the
19335         expression corresponds to a limited aggregate. This test is now done
19336         in Get_Value.
19338         * sinfo.ads, sinfo.adb (N_Component_Association): Addition of
19339         Box_Present flag.
19341         * sprint.adb (Sprint_Node_Actual): Modified to print an mbox if
19342         present in an N_Component_Association node
19344 2003-11-13  Thomas Quinot  <quinot@act-europe.fr>
19346         * sem_ch9.adb (Analyze_Accept_Statement): A procedure hides a
19347         type-conformant entry only if they are homographs.
19349 2003-11-13  GNAT Script  <nobody@gnat.com>
19351         * Make-lang.in: Makefile automatically updated
19353 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19355         * adadecode.c: Use <> form of include for ctype.h.
19356         * sysdep.c [IN_RTS]: Use <> form of include for time.h.
19358 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19360         * 5gsystem.ads (Functions_Return_By_DSP): Set to False.
19361         Works around PR middle-end/6552.
19363 2003-11-10  Ed Falis  <falis@gnat.com>
19365         * 5ytiitho.adb: (procStartHookAdd): Definition and call deleted
19367         * 5zinit.adb: (Install_Handler): Moved back to spec
19368         (Install_Signal_Handlers): Deleted
19370         * 5zthrini.adb: Added context clause for System.Storage_Elements
19371         (Register): Only handles creation of taskVar; initialization moved to
19372         Thread_Body_Enter.
19373         (Reset_TSD): Deleted; replaced by Thread_Body_Enter
19374         Added declaration of environment task secondary stack and
19375         initialization.
19377         * s-thread.adb: Implement bodies for thread body processing
19379         * s-thread.ads:
19380         Added comment identifying supported targets for pragma Thread_Body.
19382 2003-11-10  Pascal Obry  <obry@gnat.com>
19384         * adaint.c (_gnat_stat) [WIN32]: Check if name is not bigger than
19385         GNAT_MAX_PATH_LEN.
19387         * s-fileio.adb:
19388         (Open): Properly check for string length before copying into the buffer.
19389         Raises Name_Error if buffer is too small. Note that this was a potential
19390         buffer overflow.
19392 2003-11-10  Romain Berrendonner  <berrendo@act-europe.fr>
19394         * bindgen.adb, comperr.adb: Code clean ups.
19395         * gnatvsn.ads, gnatvsn.adb (Get_Gnat_Version_Type): New function.
19397 2003-11-10  Sergey Rybin  <rybin@act-europe.fr>
19399         * gnat1drv.adb: Add call to Sem_Elim.Initialize.
19401 2003-11-10  Vincent Celier  <celier@gnat.com>
19403         * gprcmd.adb:
19404         (Gprcmd): Add new command "prefix" to get the prefix of the GNAT
19405         installation.
19407         * make.adb (Scan_Make_Arg): Transmit -nostdlib to the compiler
19409         * prj.adb: (Project_Empty): Add new boolean component Virtual
19411         * prj.ads: (Virtual_Prefix): New constant string
19412         (Project_Data): New boolean component Virtual
19414         * prj-nmsc.adb (Language_Independent_Check): Adjust error message when
19415         a library project is extended by a virtual extending project.
19417         * prj-part.adb:
19418         Modifications throughout to implement extending-all project, including:
19419         (Virtual_Hash, Processed_Hash): New hash tables
19420         (Create_Virtual_Extending_Project): New procedure
19421         (Look_For_Virtual_Projects_For): New procedure
19423         * prj-proc.adb:
19424         (Process): After checking the projects, if main project is an
19425         extending-all project, set the object directory of all virtual extending
19426         project to the object directory of the main project.
19427         Adjust error message when a virtual extending project has the same
19428         object directory as an project being extended.
19429         (Recursive_Process): If name starts with the virtual prefix, set Virtual
19430         to True in the project data.
19432         * prj-tree.adb:
19433         (Default_Project_Node): Add new boolean component Extending_All
19434         (Is_Extending_All): New function
19435         (Set_Is_Extending_All): New procedure
19437         * prj-tree.ads: (Is_Extending_All): New function
19438         (Set_Is_Extending_All): New procedure
19439         (Project_Node_Record): New boolean component Extending_All
19441         * switch-c.adb: (Scan_Front_End_Switches): Process -nostdlib
19443         * vms_data.ads:
19444         Add qualifier /NOSTD_LIBRARIES (-nostdlib) for the compiler
19446         * bld.adb (Recursive_Process): If MAKE_ROOT is not defined, call
19447         "gprcmd prefix" to define it.
19449 2003-11-10  Thomas Quinot  <quinot@act-europe.fr>
19451         * einfo.ads: Fix a typo and remove an extraneous word in comments.
19453         * lib-load.adb:
19454         (Create_Dummy_Package_Unit): Set the scope of the entity for the
19455         created dummy package to Standard_Standard, not to itself, to
19456         defend other parts of the front-end against encoutering a cycle in
19457         the scope chain.
19459         * sem_ch10.adb:
19460         (Analyze_With_Clause): When setting the entities for the successive
19461         N_Expanded_Names that constitute the name of a child unit, do not
19462         attempt to go further than Standard_Standard in the chain of scopes.
19463         This case arises from the placeholder units created by
19464         Create_Dummy_Package_Unit in the case of a with_clause for a
19465         nonexistent child unit.
19467 2003-11-10  Ed Schonberg  <schonberg@gnat.com>
19469         * exp_ch6.adb:
19470         (Expand_Thread_Body): Place subprogram on scope stack, so that new
19471         declarations are given the proper scope.
19473         * sem_ch13.adb:
19474         (Check_Expr_Constants): Reject an expression that contains a constant
19475         created during expansion, and that appears after the object to which
19476         the address clause applies.
19478         * sem_ch5.adb (Check_Controlled_Array_Attribute): Subsidiary of
19479         Analyze_Iteration_Scheme, to rewrite a loop parameter specification
19480         that uses 'Range of a function call with controlled components, so
19481         that the function result can be finalized before starting the loop.
19483         * sem_ch8.adb:
19484         (Find_Selected_Component): Improve error message when prefix is
19485         an implicit dereference of an incomplete type.
19487 2003-11-10  Robert Dewar  <dewar@gnat.com>
19489         * opt.ads: New Print_Standard flag for -gnatS switch
19491         * sem_ch13.adb: Remove some additional checks for unaligned arrays
19493         * cstand.adb (Create_Standard): Print out package standard if -gnatS
19494         switch set
19496         * debug.adb: Update doc for -gnatds to discuss relationship with new
19497         -gnatS flag
19499         * sinfo.adb: Add new field Entity_Or_Associated_Node
19501         * sinfo.ads: Add new field Entity_Or_Associated_Node
19502         Update documentation for Associated_Node and Entity fields to clarify
19503         relationship and usage.
19505         * sprint.adb:
19506         (Write_Id): Properly process Associated_Node field in generic template
19508         * switch-c.adb:
19509         Recognize new -gnatS switch for printing package Standard
19510         This replaces gnatpsta
19512         * usage.adb:
19513         Add line for  new -gnatS switch for printing package Standard
19514         This replaces gnatpsta
19516 2003-11-10  Andreas Jaeger  <aj@suse.de>
19518         * 7sosprim.adb: tv_usec of struct_timeval and time_t are long
19519         integer.
19521 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
19523         * misc.c, lang.opt: Add handling of -nostdlib, now recognized/needed
19524         by gnat1.
19526 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
19528         * Makefile.in, Make-lang.in: Remove build of gnat_wrapper and gnatpsta,
19529         no longer needed.
19531         * gnatpsta.adb, gnat_wrapper.adb: Removed, no longer needed.
19533         * sysdep.c: Add handling of cygwin.
19535 2003-11-10  GNAT Script  <nobody@gnat.com>
19537         * Make-lang.in: Makefile automatically updated
19539 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
19541         PR 12950
19542         * osint.ads, osint.adb (Relocate_Path, Executable_Suffix): New
19543         functions. Used to handle dynamic prefix relocation, via set_std_prefix.
19544         Replace GNAT_ROOT by GCC_ROOT.
19546         * Make-lang.in: Use new function Relocate_Path to generate sdefault.adb
19548 2003-11-06  Zack Weinberg  <zack@codesourcery.com>
19550         * misc.c (fp_prec_to_size, fp_size_to_prec): Use GET_MODE_PRECISION
19551         and update for changed meaning of GET_MODE_BITSIZE.
19553 2003-11-04  Doug Rupp  <rupp@gnat.com>
19555         * sysdep.c: Problem discovered during IA64 VMS port.
19556         [VMS] #include <unixio.h> to get proper prototypes.
19558         * adaint.c:
19559         Issues discovered/problems fixed during IA64 VMS port.
19560         [VMS] #define _POSIX_EXIT for proper semantics.
19561         [VMS] #include <unixio.h> for proper prototypes.
19562         [VMS] (fork): #define IA64 version.
19563         (__gnat_os_exit): Remove unnecessary VMS specific code.
19565 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19567         Part of PR ada/12806
19569         * ada-tree.h (TYPE_DIGITS_VALUE, SET_TYPE_DIGITS_VALUE): Save count as
19570         tree, not integer.
19572         * decl.c:
19573         (gnat_to_gnu_entity, case E_Floating_Point_Type): Save count as tree,
19574         not integer.
19576         * targtyps.c, decl.c, misc.c,
19577         gigi.h (fp_prec_to_size, fp_size_to_prec): Temporary
19578         routines to work around change in FP sizing semantics in GCC.
19580         * utils.c:
19581         (build_vms_descriptor): TYPE_DIGITS_VALUE is tree, not integer.
19583         * gigi.h: (enumerate_modes): New function.
19585         * Make-lang.in: (ada/misc.o): Add real.h.
19587         * misc.c: (enumerate_modes): New function.
19589 2003-11-04  Robert Dewar  <dewar@gnat.com>
19591         * 3vtrasym.adb: Minor reformatting
19592         Use terminology encoded/decoded name, rather than C++ specific notion
19593         of mangling (this is the terminology used throughout GNAT).
19595         * einfo.h: Regenerated
19597         * einfo.ads, einfo.adb: Add new flag Is_Thread_Body
19599         * exp_ch6.adb:
19600         (Expand_N_Subprogram_Body): Handle expansion of thread body procedure
19602         * par-prag.adb: Add dummy entry for Thread_Body pragma
19604         * rtsfind.ads:
19605         Add entries for System.Threads entities for thread body processing
19607         * sem_attr.adb:
19608         (Analyze_Pragma, Access attributes): Check these are not applied to a
19609         thread body, since this is not permitted
19611         * sem_prag.adb: Add processing for Thread_Body pragma.
19612         Minor comment fix.
19614         * sem_res.adb:
19615         (Resolve_Call): Check for incorrect attempt to call a thread body
19616          procedure with a direct call.
19618         * snames.ads, snames.adb: Add entry for Thread_Body pragma
19619         Add names associated with thread body expansion
19621         * snames.h: Add entry for Thread_Body pragma
19623         * s-thread.adb: Add entries for thread body processing
19624         These are dummy bodies so far
19626         * s-thread.ads: Add documentation on thread body handling.
19627         Add entries for thread body processing.
19629 2003-11-04  Javier Miranda  <miranda@gnat.com>
19631         * sem_ch10.adb:
19632         (Build_Limited_Views): Return after posting an error in case of limited
19633         with_clause on subprograms, generics, instances or generic renamings
19634         (Install_Limited_Withed_Unit): Do nothing in case of limited with_clause
19635         on subprograms, generics, instances or generic renamings
19637 2003-11-04  Arnaud Charlet  <charlet@act-europe.fr>
19639         * raise.c (setup_to_install): Correct mistake in last revision; two
19640         arguments out of order.
19642         * trans.c, cuintp.c, argv.c, aux-io.c, cal.c, errno.c, exit.c,
19643         gnatbl.c, init.c, stringt.h, utils.c, utils2.c: Update copyright
19644         notice, missed in previous change.
19645         Remove trailing blanks and other style errors introduced in previous
19646         change.
19648 2003-11-04  Olivier Hainque  <hainque@act-europe.fr>
19650         * decl.c (gnat_to_gnu_field): Adjust the conditions under which we get
19651         rid of the wrapper for a LJM type, ensuring we don't do that if the
19652         field is addressable.  This avoids potential low level type view
19653         mismatches later on, for instance in a by-reference argument passing
19654         process.
19656 2003-11-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19658         * decl.c (gnat_to_gnu_field): No longer check for BLKmode being
19659         aligned at byte boundary.
19661 2003-11-04  Joel Brobecker  <brobecker@gnat.com>
19663         * decl.c (components_to_record): Do not delete the empty variants from
19664         the end of the union type.
19666 2003-11-04  Ed Schonberg  <schonberg@gnat.com>
19668         * exp_ch4.adb (Expand_N_Op_Eq): Use base type when locating primitive
19669         operation for a derived type, an explicit declaration may use a local
19670         subtype of Boolean.
19672 2003-11-04  Vincent Celier  <celier@gnat.com>
19674         * make.adb (Gnatmake): Allow main sources on the command line with a
19675         library project when it is only for compilation (no binding or
19676         linking).
19678 2003-11-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19680         * Makefile.in: Remove many duplicate variables.
19682 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
19684         * Make-lang.in (dvi): Move targets to $(docobjdir).
19685         (gnat_ug_vms.dvi): Simplify rule and adjust target.
19686         (gnat_ug_wnt.dvi): Likewise.
19687         (gnat_ug_unx.dvi): Likewise.
19688         (gnat_ug_vxw.dvi): Likewise.
19689         (gnat_rm.dvi): Likewise.
19690         (gnat-style.dvi): Likewise.
19692 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
19694         * gigi.h: Missed commit from update for C90.
19696 2003-10-31  Kelley Cook  <kcook@gcc.gnu.org>
19698         * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error.
19700 2003-10-31  Andreas Schwab  <schwab@suse.de>
19702         * raise.c (get_action_description_for): Fix typo in last change.
19704 2003-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
19706         PR ada/12761
19707         * ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
19708         T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
19710 2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>
19712         * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
19713         ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
19714         gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
19715         sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
19716         trans.c, utils.c, utils2.c: Convert function prototypes to C90.
19718 2003-10-30  Vasiliy Fofanov  <fofanov@act-europe.fr>
19720         * 3vtrasym.adb:
19721         Demangle Ada symbols returned by TBK$SYMBOLIZE. Correctly align line
19722         numbers when symbol name is too long.
19724 2003-10-30  Ed Falis  <falis@gnat.com>
19726         * g-signal.ads, g-signal.adb: New files
19728         * impunit.adb: (Non_Imp_File_Names): Added "g-signal"
19730         * Makefile.rtl: Introduce GNAT.Signals
19732 2003-10-30  Robert Dewar  <dewar@gnat.com>
19734         * freeze.adb: Minor reformatting
19736         * lib-writ.adb (Write_ALI): Never write ali file if -gnats is specified
19738         * par.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb, par-ch3.adb,
19739         par-ch5.adb, par-ch6.adb, par-ch9.adb, par-util.adb:
19740         New handling of Id_Check parameter to improve recognition of keywords
19741         used as identifiers.
19742         Update copyright notice to include 2003
19744 2003-10-29  Robert Dewar  <dewar@gnat.com>
19746         * 3vtrasym.adb, 5vtraent.ads, sprint.adb,
19747         sem_ch10.adb: Minor reformatting
19749         * exp_ch5.adb (Expand_Assign_Array): Test for bit unaligned operands
19750         (Expand_Assign_Record): Test right hand side for bit unaligned as well
19752 2003-10-29  Vasiliy Fofanov  <fofanov@act-europe.fr>
19754         * 3vtrasym.adb, 5vtraent.adb, 5vtraent.ads, tb-alvms.c:
19755         Support for TBK$SYMBOLIZE-based symbolic traceback.
19757 2003-10-29  Jose Ruiz  <ruiz@act-europe.fr>
19759         * exp_disp.adb:
19760         Revert previous change, that did not work well when pragma No_Run_Time
19761         was used in conjunction with a run-time other than ZFP.
19763 2003-10-29  Vincent Celier  <celier@gnat.com>
19765         * make.adb:
19766         (Gnatmake): When there are no Ada mains in attribute Main, disable the
19767          bind and link steps only is switch -z is not used.
19769 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
19771         * Makefile.generic: Remove duplicated setting of CC.
19773         * Makefile.prolog: Set CC to gcc by default, to override make's
19774         default (cc).
19776         * einfo.h: Regenerated.
19778 2003-10-29  Ed Schonberg  <schonberg@gnat.com>
19780         * sem_ch10.adb (Analyze_Subunit): Restore state of suppress flags for
19781         current body, after compiling subunit.
19783         * itypes.adb (Create_Itype): In ASIS_Mode, do not freeze the itype
19784         when in deleted code, because gigi needs properly ordered freeze
19785         actions to annotate types.
19787         * freeze.adb (Is_Fully_Defined): Predicate must be recursive, to
19788         prevent the premature freezing of record type that contains
19789         subcomponents with a private type that does not yet have a completion.
19791 2003-10-29  Javier Miranda  <miranda@gnat.com>
19793         * sem_ch12.adb:
19794         (Analyze_Package_Instantiation): Check that instances can not be used in
19795         limited with_clauses.
19797         * sem_ch8.adb:
19798         (Analyze_Package_Renaming): Check that limited withed packages cannot
19799         be renamed. Improve text on error messages related to limited
19800         with_clauses.
19802         * einfo.adb, einfo.ads: Remove Non_Limited_Views attribute.
19804         * sprint.adb: (Sprint_Node_Actual): Print limited with_clauses.
19805         Update copyright notice.
19807         * sem_ch10.adb: (Build_Limited_Views): Complete its documentation.
19808         (Install_Limited_Context_Clauses): New subprogram that isolates all the
19809         checks required for limited context_clauses and installs the limited
19810         view.
19811         (Install_Limited_Withed_Unit): Complete its documentation.
19812         (Analyze_Context): Check that limited with_clauses are only allowed in
19813         package specs.
19814         (Install_Context): Call Install_Limited_Context_Clauses after the
19815         parents have been installed.
19816         (Install_Limited_Withed_Unit): Add documentation. Mark the installed
19817         package as 'From_With_Type'; this mark indicates that the limited view
19818         is installed. Used to check bad usages of limited with_clauses.
19819         (Build_Limited_Views): Do not add shadow entities to the scope's list
19820         of entities. Do not add real entities to the Non_Limited_Views chain.
19821         Improve error notification.
19822         (Remove_Context_Clauses): Remove context clauses in two phases:
19823         limited views first and regular views later (to maintain the
19824         stack model).
19825         (Remove_Limited_With_Clause): If the package is analyzed then reinstall
19826         its visible entities.
19828 2003-10-29  Thomas Quinot  <quinot@act-europe.fr>
19830         * sem_type.adb (Specific_Type): Type Universal_Fixed is compatible
19831         with any type that Is_Fixed_Point_Type.
19833         * sinfo.ads: Fix documentation for Associated_Node attribute.
19835 2003-10-29  Sergey Rybin  <rybin@act-europe.fr>
19837         * switch-c.adb (Scan_Front_End_Switches): ASIS_Mode is set now when
19838         both '-gnatc' and '-gnatt' are specified.
19840         * atree.adb (Initialize): Add initialization for Node_Count (set to
19841         zero).
19843 2003-10-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19845         * decl.c (gnat_to_gnu_entity, case E_Subprogram): If no return value,
19846         do not consider as Pure.
19848         Part of implementation of function-at-a-time:
19850         * trans.c (gnat_to_gnu_code): If IS_STMT, call expand_expr_stmt.
19851         (tree_transform): Add new argument to build_component_ref.
19852         (tree_transform, case N_Assignment_Statement): Make and return an
19853         EXPR_STMT.
19854         (tree_transform): If result IS_STMT, set flags and return it.
19855         (gnat_expand_stmt, set_lineno_from_sloc): New functions.
19857         * utils2.c (build_simple_component_ref, build_component_ref): Add new
19858         arg, NO_FOLD_P.
19859         (build_binary_op, case EQ_EXPR): Pass additional arg to it.
19860         (build_allocator): Likewise.
19862         * utils.c (convert_to_fat_pointer, convert_to_thin_pointer, convert):
19863         Add new arg to build_component_ref.
19864         (maybe_unconstrained_array, unchecked_convert): Likewise.
19866         * ada-tree.def (EXPR_STMT): New code.
19868         * ada-tree.h (IS_STMT, TREE_SLOC, EXPR_STMT_EXPR): New macros.
19870         * decl.c (gnat_to_gnu_entity, case object): Add extra arg to
19871         build_component_ref calls.
19873         * misc.c (gnat_expand_expr): If IS_STMT, call gnat_expand_stmt.
19875         * gigi.h (gnat_expand_stmt, set_lineno_from_sloc): New functions.
19876         (build_component_ref): Add new argument, NO_FOLD_P.
19878 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
19880         * Makefile.generic: Add missing substitution on object_deps handling.
19882         PR ada/5909:
19883         * Make-lang.in (check-ada): Enable ACATS test suite.
19885 2003-10-27  Robert Dewar  <dewar@gnat.com>
19887         * exp_ch3.adb:
19888         (Freeze_Array_Type): We do not need an initialization routine for types
19889         derived from String or Wide_String. They should be treated the same
19890         as String and Wide_String themselves. This caused problems with the
19891         use of Initialize_Scalars.
19893         * exp_ch5.adb:
19894         (Expand_Assign_Record): Do component-wise assignment of non-byte aligned
19895         composites. This allows use of component clauses that are not byte
19896         aligned.
19898         * sem_prag.adb:
19899         (Analyze_Pragma, case Pack): Generate warning and ignore pack if there
19900         is an attempt to pack an array of atomic objects.
19902         * make.adb, prj-env.adb, prj-env.ads: Minor reformatting
19904 2003-10-27  Pascal Obry  <obry@gnat.com>
19906         * g-dirope.adb:
19907         (Basename): Check for drive letters in a pathname only on DOS based OS.
19909 2003-10-27  Vincent Celier  <celier@gnat.com>
19911         * make.adb:
19912         (Gnatmake): When unable to change dir to the object dir, display the
19913         content of the parent dir of the obj dir, to try to understand why this
19914         happens.
19916 2003-10-27  GNAT Script  <nobody@gnat.com>
19918         * Make-lang.in: Makefile automatically updated
19920 2003-10-27  Ed Schonberg  <schonberg@gnat.com>
19922         * sem_ch12.adb:
19923         (Inline_Instance_Body): Indicate that the save/restore of use_clauses
19924         should not be done in Save/Restore_Scope_Stack, because it is performed
19925         locally.
19927         * sem_ch8.adb:
19928         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
19929         whether use clauses should be removed/restored.
19931         * sem_ch8.ads:
19932         (Save_Scope_Stack, Restore_Scope_Stack): Add parameter to indicate
19933         whether use clauses should be removed/restored.
19935 2003-10-26  Andreas Jaeger  <aj@suse.de>
19937         * Makefile.in: Remove duplicated lines.
19939 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
19941         * gnatvsn.ads (Gnat_Static_Version_String): New constant, used to
19942         minimize the differences with ACT tree.
19944         * gnatkr.adb, gnatlink.adb, gnatls.adb, gnatmake.adb,
19945         gnatprep.adb, gnatpsta.adb, gnatvsn.ads: Take advantage of
19946         Gnatvsn.Gnat_Static_Version_String to reduce differences between
19947         ACT and FSF trees.
19949 2003-10-24  Pascal Obry  <obry@gnat.com>
19951         * adadecode.c (ostrcpy): New function.
19952         (__gnat_decode): Use ostrcpy of strcpy.
19953         (has_prefix): Set first parameter a const.
19954         (has_suffix): Set first parameter a const.
19955         Update copyright notice. Fix source name in header.
19956         Removes a trailing space.
19957         PR ada/12014.
19959 2003-10-24  Jose Ruiz  <ruiz@act-europe.fr>
19961         * exp_disp.adb:
19962         Remove the test against being in No_Run_Time_Mode before generating a
19963         call to Register_Tag. It is redundant with the test against the
19964         availability of the function Register_Tag.
19966 2003-10-24  Vincent Celier  <celier@gnat.com>
19968         * g-catiio.adb: (Month_Name): Correct spelling of February
19970         * make.adb: (Mains): New package
19971         (Initialize): Call Mains.Delete
19972         (Gnatmake): Check that each main on the command line is a source of a
19973         project file and, if there are several mains, each of them is a source
19974         of the same project file.
19975         (Gnatmake): When a foreign language is specified in attribute Languages,
19976         no main is specified on the command line and attribute Mains is not
19977         empty, only build the Ada main. If there is no Ada main, just compile
19978         the Ada sources and their closure.
19979         (Gnatmake): If a main is specified on the command line with directory
19980         information, check that the source exists and, if it does, that the path
19981         is the actual path of a source of a project.
19983         * prj-env.adb:
19984         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path. When
19985         Full_Path is True, return the full path instead of the simple file name.
19986         (Project_Of): New function
19988         * prj-env.ads:
19989         (File_Name_Of_Library_Unit_Body): New Boolean parameter Full_Path,
19990         defaulted to False.
19991         (Project_Of): New function
19993 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
19995         * Makefile.generic:
19996         Ensure objects of main project are always checked and rebuilt if needed.
19997         Set CC to gcc by default.
19998         Prepare new handling of link by creating a global archive (not activated
19999         yet).
20001         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
20002         stringt.h: Update copyright notice. Remove trailing blanks.
20003         Fix source name in header.
20005 2003-10-24  Robert Dewar  <dewar@gnat.com>
20007         * sem_ch12.adb: Minor reformatting
20009         * sem_ch3.adb:
20010         Minor reformatting (including new function return style throughout)
20012         * sem_ch3.ads:
20013         Minor reformatting (including new function return style throughout)
20015 2003-10-24  Arnaud Charlet  <charlet@act-europe.fr>
20017         * adadecode.h, atree.h, elists.h, nlists.h, raise.h,
20018         stringt.h: Update copyright notice. Remove trailing blanks.
20019         Fix source name in header.
20021 2003-10-24  GNAT Script  <nobody@gnat.com>
20023         * Make-lang.in: Makefile automatically updated
20025 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
20027         * adadecode.h, atree.h, elists.h, namet.h, nlists.h, raise.h,
20028         stringt.h: Convert to ISO C90 declarations and definitions.
20030 2003-10-23  Thomas Quinot  <quinot@act-europe.fr>
20032         PR ada/11978:
20033         * exp_ch13.adb (Expand_N_Freeze_Entity): Do not consider inherited
20034         External_Tag attribute definition clauses.
20036 2003-10-23  Ed Schonberg  <schonberg@gnat.com>
20038         PR ada/7613:
20039         * exp_dbug.adb (Debug_Renaming_Declaration): For the renaming of a
20040         child unit, generate a fully qualified name to avoid spurious errors
20041         when the context contains renamings of different child units with
20042         the same simple name.
20044         * exp_dbug.ads: Add documentation on name qualification for renamings
20045         of child units.
20047 2003-10-23  Robert Dewar  <dewar@gnat.com>
20049         * g-regpat.ads, g-regpat.adb: Minor reformatting
20051 2003-10-23  Jose Ruiz  <ruiz@act-europe.fr>
20053         * Makefile.in: Use the file 1atags.ads with the ZFP and cert run-times.
20055 2003-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20057         * trans.c: (tree_transform, case N_Real_Literal): Add extra arg to
20058         Machine call.
20060         * urealp.h: (Machine): Update to proper definition.
20062 2003-10-23  Arnaud Charlet  <charlet@act-europe.fr>
20064         * init.c, adaint.c: Minor reformatting.
20066 2003-10-23  Danny Smith  <dannysmith@users.sourceforge.net>
20068         * adaint.c (w32_epoch_offset): Define static const at file level.
20069         (win32_filetime): Replace offset with w32_epoch_offset. Use NULL
20070         rather than t_create, t_access in call to GetFileTime. Use union
20071         to convert between FILETIME and  unsigned long long.
20072         (__gnat_file_time_name): Test for invalid file handle.
20073         (__gnat_set_filetime_name): Support win32 targets using
20074         w32api SetFileTime.
20076 2003-10-22  Danny Smith  <dannysmith@users.sourceforge.net>
20078         * sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW.
20080         * ctrl_c.c (__gnat_int_handler): Remove declaration.
20082         * decl.c (creat_concat_name):  Const-ify prefix.
20084         * adaint.c: Include ctype.h if __MINGW32__.
20085         (__gnat_readlink): Mark arguments as possibly unused.
20086         (__gnat_symlink): Likewise.
20087         (__gnat_is_symbolic_link): Likewise.
20088         (__gnat_portable_spawn): Likewise.  Cast last arg of spawnvp to match
20089         declaration
20090         (__gnat_file_time_name): Don't declare struct stat statbuf when
20091         not needed.
20092         (__gnat_is_absolute_path): Add parenthesis around condition of
20093         'if' statement to avoid warning.
20094         (__gnat_plist_init): Specify void as parameter.
20095         (plist_enter): Likewise.
20096         (plist_leave): Likewise.
20097         (remove_handle): Make static. Initialize prev.
20099 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
20101         * Makefile.in: Disable build of gnatpsta. PR ada/10110.
20102         * cstreams.c (__gnat_full_name): Minor improvements and clean up
20103         of previous change.
20105 2003-10-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20107         * tracebak.c (MAX): Avoid redefinition warning.
20109         * init.c [sgi] (__gnat_error_handler): Remove i, unused.
20110         Change msg to const char *.
20111         (__gnat_install_handler): Remove ss, unused.
20112         [sun && __SVR4 && !__vxworks] (__gnat_error_handler): Change msg
20113         to const char *.
20114         * cstreams.c (__gnat_full_name): Declare p only when used.
20115         (__gnat_full_name) [sgi] Return buffer.
20117 2003-10-22  Arnaud Charlet  <charlet@act-europe.fr>
20119         * mingw32.h: New file.
20120         * gnat_wrapper.adb: New file.
20122 2003-10-22  Jerome Roussel  <roussel@act-europe.fr>
20124         * g-regpat.ads, g-regpat.adb (Match): new function, to know if a
20125         string match a pre compiled regular expression (the corresponding
20126         version of the function working on a raw regular expression)
20127         Fix typos in various comments
20128         Update copyright notice in spec
20130 2003-10-21  Gary Dismukes  <dismukes@gnat.com>
20132         * exp_ch3.adb:
20133         (Component_Needs_Simple_Initialization): Return False when the type is a
20134         packed bit array. Revise spec comments to document this case.
20136         * exp_prag.adb:
20137         (Expand_Pragma_Import): Set any expression on the imported object to
20138         empty to avoid initializing imported objects (in particular this
20139         covers the case of zero-initialization of bit arrays).
20140         Update copyright notice.
20142 2003-10-21  Ed Schonberg  <schonberg@gnat.com>
20144         * sem_ch12.adb:
20145         (Load_Parent_Of_Generic): If parent is compilation unit, stop search,
20146         a subunit is missing.
20147         (Instantiate_Subprogram_Body): If body of function is missing, set type
20148         of return expression explicitly in dummy body, to prevent cascaded
20149         errors when a subunit is missing.
20150         Fixes PR 5677.
20152         * sem_ch3.adb:
20153         (Access_Subprogram_Declaration): Verify that return type is valid.
20154         Fixes PR 8693.
20156         * sem_elab.adb:
20157         (Check_Elab_Calls): Do not apply elaboration checks if the main unit is
20158         generic.
20159         Fixes PR 12318.
20161         * sem_util.adb:
20162         (Corresponding_Discriminant): If the scope of the discriminant is a
20163         private type without discriminant, use its full view.
20164         Fixes PR 8247.
20166 2003-10-21  Arnaud Charlet  <charlet@act-europe.fr>
20168         * 3psoccon.ads, 3veacodu.adb, 3vexpect.adb, 3vsoccon.ads,
20169         3vsocthi.adb, 3vsocthi.ads, 3vtrasym.adb, 3zsoccon.ads,
20170         3zsocthi.adb, 3zsocthi.ads, 50system.ads, 51system.ads,
20171         55system.ads, 56osinte.adb, 56osinte.ads, 56taprop.adb,
20172         56taspri.ads, 56tpopsp.adb, 57system.ads, 58system.ads,
20173         59system.ads, 5aml-tgt.adb, 5bml-tgt.adb, 5csystem.ads,
20174         5dsystem.ads, 5fosinte.adb, 5gml-tgt.adb, 5hml-tgt.adb,
20175         5isystem.ads, 5lparame.adb, 5msystem.ads, 5psystem.ads,
20176         5sml-tgt.adb, 5sosprim.adb, 5stpopsp.adb, 5tsystem.ads,
20177         5usystem.ads, 5vml-tgt.adb, 5vsymbol.adb, 5vtraent.adb,
20178         5vtraent.ads, 5wml-tgt.adb, 5xparame.ads, 5xsystem.ads,
20179         5xvxwork.ads, 5yparame.ads, 5ytiitho.adb, 5zinit.adb,
20180         5zml-tgt.adb, 5zparame.ads, 5ztaspri.ads, 5ztfsetr.adb,
20181         5zthrini.adb, 5ztiitho.adb, 5ztpopsp.adb, 7stfsetr.adb,
20182         7straces.adb, 7strafor.adb, 7strafor.ads, 7stratas.adb,
20183         a-excach.adb, a-exexda.adb, a-exexpr.adb, a-exextr.adb,
20184         a-exstat.adb, a-strsup.adb, a-strsup.ads, a-stwisu.adb,
20185         a-stwisu.ads, bld.adb, bld.ads, bld-io.adb,
20186         bld-io.ads, clean.adb, clean.ads, ctrl_c.c,
20187         erroutc.adb, erroutc.ads, errutil.adb, errutil.ads,
20188         err_vars.ads, final.c, g-arrspl.adb, g-arrspl.ads,
20189         g-boubuf.adb, g-boubuf.ads, g-boumai.ads, g-bubsor.adb,
20190         g-bubsor.ads, g-comver.adb, g-comver.ads, g-ctrl_c.ads,
20191         g-dynhta.adb, g-dynhta.ads, g-eacodu.adb, g-excact.adb,
20192         g-excact.ads, g-heasor.adb, g-heasor.ads, g-memdum.adb,
20193         g-memdum.ads, gnatclean.adb, gnatsym.adb, g-pehage.adb,
20194         g-pehage.ads, g-perhas.ads, gpr2make.adb, gpr2make.ads,
20195         gprcmd.adb, gprep.adb, gprep.ads, g-semaph.adb,
20196         g-semaph.ads, g-string.adb, g-string.ads, g-strspl.ads,
20197         g-wistsp.ads, i-vthrea.adb, i-vthrea.ads, i-vxwoio.adb,
20198         i-vxwoio.ads, Makefile.generic, Makefile.prolog, Makefile.rtl,
20199         prep.adb, prep.ads, prepcomp.adb, prepcomp.ads,
20200         prj-err.adb, prj-err.ads, s-boarop.ads, s-carsi8.adb,
20201         s-carsi8.ads, s-carun8.adb, s-carun8.ads, s-casi16.adb,
20202         s-casi16.ads, s-casi32.adb, s-casi32.ads, s-casi64.adb,
20203         s-casi64.ads, s-casuti.adb, s-casuti.ads, s-caun16.adb,
20204         s-caun16.ads, s-caun32.adb, s-caun32.ads, s-caun64.adb,
20205         s-caun64.ads, scng.adb, scng.ads, s-exnint.adb,
20206         s-exnllf.adb, s-exnlli.adb, s-expint.adb, s-explli.adb,
20207         s-geveop.adb, s-geveop.ads, s-hibaen.ads, s-htable.adb,
20208         s-htable.ads, sinput-c.adb, sinput-c.ads, s-memcop.ads,
20209         socket.c, s-purexc.ads, s-scaval.adb, s-stopoo.adb,
20210         s-strcom.adb, s-strcom.ads, s-strxdr.adb, s-rident.ads,
20211         s-thread.adb, s-thread.ads, s-tpae65.adb, s-tpae65.ads,
20212         s-tporft.adb, s-traent.adb, s-traent.ads, styleg.adb,
20213         styleg.ads, styleg-c.adb, styleg-c.ads, s-veboop.adb,
20214         s-veboop.ads, s-vector.ads, symbols.adb, symbols.ads,
20215         tb-alvms.c, tb-alvxw.c, tempdir.adb, tempdir.ads,
20216         vms_conv.ads, vms_conv.adb, vms_data.ads,
20217         vxaddr2line.adb: Files added. Merge with ACT tree.
20219         * 4dintnam.ads, 4mintnam.ads, 4uintnam.ads, 52system.ads,
20220         5dosinte.ads, 5etpopse.adb, 5mosinte.ads, 5qosinte.adb,
20221         5qosinte.ads, 5qstache.adb, 5qtaprop.adb, 5qtaspri.ads,
20222         5stpopse.adb, 5uintman.adb, 5uosinte.ads, adafinal.c,
20223         g-enblsp.adb, io-aux.c, scn-nlit.adb, scn-slit.adb,
20224         s-exnflt.ads, s-exngen.adb, s-exngen.ads, s-exnlfl.ads,
20225         s-exnlin.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
20226         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-explfl.ads,
20227         s-explin.ads, s-expllf.ads, s-expsfl.ads, s-expsin.ads,
20228         s-expssi.ads, style.adb: Files removed. Merge with ACT tree.
20230         * 1ic.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
20231         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
20232         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
20233         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
20234         4cintnam.ads, 4gintnam.ads, 4hexcpol.adb, 4hintnam.ads,
20235         4lintnam.ads, 4nintnam.ads, 4ointnam.ads, 4onumaux.ads,
20236         4pintnam.ads, 4sintnam.ads, 4vcaldel.adb, 4vcalend.adb,
20237         4vintnam.ads, 4wexcpol.adb, 4wintnam.ads, 4zintnam.ads,
20238         51osinte.adb, 51osinte.ads, 52osinte.adb, 52osinte.ads,
20239         53osinte.ads, 54osinte.ads, 5aosinte.adb, 5aosinte.ads,
20240         5asystem.ads, 5ataprop.adb, 5atasinf.ads, 5ataspri.ads,
20241         5atpopsp.adb, 5avxwork.ads, 5bosinte.adb, 5bosinte.ads,
20242         5bsystem.ads, 5cosinte.ads, 5esystem.ads, 5fintman.adb,
20243         5fosinte.ads, 5fsystem.ads, 5ftaprop.adb, 5ftasinf.ads,
20244         5ginterr.adb, 5gintman.adb, 5gmastop.adb, 5gosinte.ads,
20245         5gproinf.ads, 5gsystem.ads, 5gtaprop.adb, 5gtasinf.ads,
20246         5gtpgetc.adb, 5hosinte.adb, 5hosinte.ads, 5hsystem.ads,
20247         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
20248         5itaprop.adb, 5itaspri.ads, 5ksystem.ads, 5kvxwork.ads,
20249         5lintman.adb, 5lml-tgt.adb, 5losinte.ads, 5lsystem.ads,
20250         5mvxwork.ads, 5ninmaop.adb, 5nintman.adb, 5nosinte.ads,
20251         5ntaprop.adb, 5ntaspri.ads, 5ointerr.adb, 5omastop.adb,
20252         5oosinte.adb, 5oosinte.ads, 5oosprim.adb, 5oparame.adb,
20253         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5posinte.ads,
20254         5posprim.adb, 5pvxwork.ads, 5sintman.adb, 5sosinte.adb,
20255         5sosinte.ads, 5ssystem.ads, 5staprop.adb, 5stasinf.ads,
20256         5staspri.ads, 5svxwork.ads, 5tosinte.ads, 5vasthan.adb,
20257         5vinmaop.adb, 5vinterr.adb, 5vintman.adb, 5vintman.ads,
20258         5vmastop.adb, 5vosinte.adb, 5vosinte.ads, 5vosprim.adb,
20259         5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads, 5vtpopde.adb,
20260         5vtpopde.ads, 5wgloloc.adb, 5wintman.adb, 5wmemory.adb,
20261         5wosprim.adb, 5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads,
20262         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
20263         5zosinte.ads, 5zosprim.adb, 5zsystem.ads, 5ztaprop.adb,
20264         6vcpp.adb, 6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb,
20265         7sintman.adb, 7sosinte.adb, 7sosprim.adb, 7staprop.adb,
20266         7staspri.ads, 7stpopsp.adb, 7straceb.adb, 9drpc.adb,
20267         a-caldel.adb, a-caldel.ads, a-charac.ads, a-colien.ads,
20268         a-comlin.adb, adaint.c, adaint.h, ada-tree.def,
20269         a-diocst.adb, a-diocst.ads, a-direio.adb, a-except.adb,
20270         a-except.ads, a-excpol.adb, a-exctra.adb, a-exctra.ads,
20271         a-filico.adb, a-interr.adb, a-intsig.adb, a-intsig.ads,
20272         ali.adb, ali.ads, ali-util.adb, ali-util.ads,
20273         a-ngcefu.adb, a-ngcoty.adb, a-ngelfu.adb, a-nudira.adb,
20274         a-nudira.ads, a-nuflra.adb, a-nuflra.ads, a-reatim.adb,
20275         a-reatim.ads, a-retide.ads, a-sequio.adb, a-siocst.adb,
20276         a-siocst.ads, a-ssicst.adb, a-ssicst.ads, a-strbou.adb,
20277         a-strbou.ads, a-strfix.adb, a-strmap.adb, a-strsea.ads,
20278         a-strunb.adb, a-strunb.ads, a-ststio.adb, a-stunau.adb,
20279         a-stunau.ads, a-stwibo.adb, a-stwibo.ads, a-stwifi.adb,
20280         a-stwima.adb, a-stwiun.adb, a-stwiun.ads, a-tags.adb,
20281         a-tags.ads, a-tasatt.adb, a-taside.adb, a-teioed.adb,
20282         a-textio.adb, a-textio.ads, a-tienau.adb, a-tifiio.adb,
20283         a-tiflau.adb, a-tiflio.adb, a-tigeau.adb, a-tigeau.ads,
20284         a-tiinau.adb, a-timoau.adb, a-tiocst.adb, a-tiocst.ads,
20285         atree.adb, atree.ads, a-witeio.adb, a-witeio.ads,
20286         a-wtcstr.adb, a-wtcstr.ads, a-wtdeio.adb, a-wtedit.adb,
20287         a-wtenau.adb, a-wtflau.adb, a-wtinau.adb, a-wtmoau.adb,
20288         bcheck.adb, binde.adb, bindgen.adb, bindusg.adb,
20289         checks.adb, checks.ads, cio.c, comperr.adb,
20290         comperr.ads, csets.adb, cstand.adb, cstreams.c,
20291         debug_a.adb, debug_a.ads, debug.adb, decl.c,
20292         einfo.adb, einfo.ads, errout.adb, errout.ads,
20293         eval_fat.adb, eval_fat.ads, exp_aggr.adb, expander.adb,
20294         expander.ads, exp_attr.adb, exp_ch11.adb, exp_ch13.adb,
20295         exp_ch2.adb, exp_ch3.adb, exp_ch3.ads, exp_ch4.adb,
20296         exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
20297         exp_ch8.adb, exp_ch9.adb, exp_code.adb, exp_dbug.adb,
20298         exp_dbug.ads, exp_disp.adb, exp_dist.adb, expect.c,
20299         exp_fixd.adb, exp_imgv.adb, exp_intr.adb, exp_pakd.adb,
20300         exp_prag.adb, exp_strm.adb, exp_strm.ads, exp_tss.adb,
20301         exp_tss.ads, exp_util.adb, exp_util.ads, exp_vfpt.adb,
20302         fe.h, fmap.adb, fmap.ads, fname.adb,
20303         fname.ads, fname-uf.adb, fname-uf.ads, freeze.adb,
20304         freeze.ads, frontend.adb, g-awk.adb, g-awk.ads,
20305         g-busora.adb, g-busora.ads, g-busorg.adb, g-busorg.ads,
20306         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
20307         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
20308         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
20309         g-crc32.adb, g-crc32.ads, g-debpoo.adb, g-debpoo.ads,
20310         g-debuti.adb, g-debuti.ads, g-diopit.adb, g-diopit.ads,
20311         g-dirope.adb, g-dirope.ads, g-dyntab.adb, g-dyntab.ads,
20312         g-except.ads, g-exctra.adb, g-exctra.ads, g-expect.adb,
20313         g-expect.ads, g-hesora.adb, g-hesora.ads, g-hesorg.adb,
20314         g-hesorg.ads, g-htable.adb, g-htable.ads, gigi.h,
20315         g-io.adb, g-io.ads, g-io_aux.adb, g-io_aux.ads,
20316         g-locfil.adb, g-locfil.ads, g-md5.adb, g-md5.ads,
20317         gmem.c, gnat1drv.adb, gnatbind.adb, gnatchop.adb,
20318         gnatcmd.adb, gnatfind.adb, gnatkr.adb, gnatlbr.adb,
20319         gnatlink.adb, gnatls.adb, gnatmake.adb, gnatmem.adb,
20320         gnatname.adb, gnatprep.adb, gnatprep.ads, gnatpsta.adb,
20321         gnatxref.adb, g-os_lib.adb, g-os_lib.ads, g-regexp.adb,
20322         g-regexp.ads, g-regist.adb, g-regist.ads, g-regpat.adb,
20323         g-regpat.ads, g-soccon.ads, g-socket.adb, g-socket.ads,
20324         g-socthi.adb, g-socthi.ads, g-soliop.ads, g-souinf.ads,
20325         g-speche.adb, g-speche.ads, g-spipat.adb, g-spipat.ads,
20326         g-spitbo.adb, g-spitbo.ads, g-sptabo.ads, g-sptain.ads,
20327         g-sptavs.ads, g-table.adb, g-table.ads, g-tasloc.adb,
20328         g-tasloc.ads, g-thread.adb, g-thread.ads, g-traceb.adb,
20329         g-traceb.ads, g-trasym.adb, g-trasym.ads, hostparm.ads,
20330         i-c.ads, i-cobol.adb, i-cpp.adb, i-cstrea.ads,
20331         i-cstrin.adb, i-cstrin.ads, impunit.adb, init.c,
20332         inline.adb, interfac.ads, i-pacdec.ads, itypes.adb,
20333         itypes.ads, i-vxwork.ads, lang.opt, lang-specs.h,
20334         layout.adb, lib.adb, lib.ads, lib-list.adb,
20335         lib-load.adb, lib-load.ads, lib-sort.adb, lib-util.adb,
20336         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
20337         link.c, live.adb, make.adb, make.ads,
20338         Makefile.adalib, Makefile.in, Make-lang.in, makeusg.adb,
20339         mdll.adb, mdll-fil.adb, mdll-fil.ads, mdll-utl.adb,
20340         mdll-utl.ads, memroot.adb, memroot.ads, memtrack.adb,
20341         misc.c, mkdir.c, mlib.adb, mlib.ads,
20342         mlib-fil.adb, mlib-fil.ads, mlib-prj.adb, mlib-prj.ads,
20343         mlib-tgt.adb, mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads,
20344         namet.adb, namet.ads, namet.h, nlists.ads,
20345         nlists.h, nmake.adt, opt.adb, opt.ads,
20346         osint.adb, osint.ads, osint-b.adb, osint-c.adb,
20347         par.adb, par-ch10.adb, par-ch11.adb, par-ch2.adb,
20348         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
20349         par-ch9.adb, par-endh.adb, par-labl.adb, par-load.adb,
20350         par-prag.adb, par-sync.adb, par-tchk.adb, par-util.adb,
20351         prj.adb, prj.ads, prj-attr.adb, prj-attr.ads,
20352         prj-com.adb, prj-com.ads, prj-dect.adb, prj-dect.ads,
20353         prj-env.adb, prj-env.ads, prj-ext.adb, prj-ext.ads,
20354         prj-makr.adb, prj-makr.ads, prj-nmsc.adb, prj-nmsc.ads,
20355         prj-pars.adb, prj-pars.ads, prj-part.adb, prj-part.ads,
20356         prj-pp.adb, prj-pp.ads, prj-proc.adb, prj-proc.ads,
20357         prj-strt.adb, prj-strt.ads, prj-tree.adb, prj-tree.ads,
20358         prj-util.adb, prj-util.ads, raise.c, raise.h,
20359         repinfo.adb, repinfo.h, restrict.adb, restrict.ads,
20360         rident.ads, rtsfind.adb, rtsfind.ads, s-addima.ads,
20361         s-arit64.adb, s-assert.adb, s-assert.ads, s-atacco.adb,
20362         s-atacco.ads, s-auxdec.adb, s-auxdec.ads, s-bitops.adb,
20363         scans.ads, scn.adb, scn.ads, s-crc32.adb,
20364         s-crc32.ads, s-direio.adb, sem.adb, sem.ads,
20365         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
20366         sem_case.ads, sem_cat.adb, sem_cat.ads, sem_ch10.adb,
20367         sem_ch11.adb, sem_ch12.adb, sem_ch12.ads, sem_ch13.adb,
20368         sem_ch13.ads, sem_ch3.adb, sem_ch3.ads, sem_ch4.adb,
20369         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
20370         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
20371         sem_ch9.adb, sem_disp.adb, sem_disp.ads, sem_dist.adb,
20372         sem_elab.adb, sem_eval.adb, sem_eval.ads, sem_intr.adb,
20373         sem_maps.adb, sem_mech.adb, sem_prag.adb, sem_prag.ads,
20374         sem_res.adb, sem_res.ads, sem_type.adb, sem_type.ads,
20375         sem_util.adb, sem_util.ads, sem_warn.adb, s-errrep.adb,
20376         s-errrep.ads, s-exctab.adb, s-exctab.ads, s-exnint.ads,
20377         s-exnllf.ads, s-exnlli.ads, s-expint.ads, s-explli.ads,
20378         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
20379         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-fileio.adb,
20380         s-fileio.ads, s-finimp.adb, s-finimp.ads, s-finroo.adb,
20381         s-finroo.ads, sfn_scan.adb, s-gloloc.adb, s-gloloc.ads,
20382         s-imgdec.adb, s-imgenu.adb, s-imgrea.adb, s-imgwch.adb,
20383         sinfo.adb, sinfo.ads, s-inmaop.ads, sinput.adb,
20384         sinput.ads, sinput-d.adb, sinput-l.adb, sinput-l.ads,
20385         sinput-p.adb, sinput-p.ads, s-interr.adb, s-interr.ads,
20386         s-intman.ads, s-maccod.ads, s-mastop.adb, s-mastop.ads,
20387         s-memory.adb, s-memory.ads, snames.adb, snames.ads,
20388         snames.h, s-osprim.ads, s-parame.ads, s-parint.ads,
20389         s-pooloc.adb, s-pooloc.ads, s-poosiz.adb, sprint.adb,
20390         s-proinf.ads, s-scaval.ads, s-secsta.adb, s-secsta.ads,
20391         s-sequio.adb, s-shasto.adb, s-shasto.ads, s-soflin.ads,
20392         s-stache.adb, s-stache.ads, s-stalib.adb, s-stalib.ads,
20393         s-stoele.ads, s-stopoo.ads, s-stratt.adb, s-stratt.ads,
20394         s-strops.adb, s-strops.ads, s-taasde.adb, s-taasde.ads,
20395         s-tadeca.adb, s-tadeca.ads, s-tadert.adb, s-tadert.ads,
20396         s-taenca.adb, s-taenca.ads, s-taprob.adb, s-taprob.ads,
20397         s-taprop.ads, s-tarest.adb, s-tarest.ads, s-tasdeb.adb,
20398         s-tasdeb.ads, s-tasinf.adb, s-tasinf.ads, s-tasini.adb,
20399         s-tasini.ads, s-taskin.adb, s-taskin.ads, s-tasque.adb,
20400         s-tasque.ads, s-tasren.adb, s-tasren.ads, s-tasres.ads,
20401         s-tassta.adb, s-tassta.ads, s-tasuti.adb, s-tasuti.ads,
20402         s-tataat.adb, s-tataat.ads, s-tpinop.adb, s-tpinop.ads,
20403         s-tpoben.adb, s-tpoben.ads, s-tpobop.adb, s-tpobop.ads,
20404         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
20405         stringt.adb, stringt.ads, stringt.h, style.ads,
20406         stylesw.adb, stylesw.ads, s-unstyp.ads, s-vaflop.ads,
20407         s-valrea.adb, s-valuti.adb, s-vercon.adb, s-vmexta.adb,
20408         s-wchcnv.ads, s-wchcon.ads, s-widcha.adb, switch.adb,
20409         switch.ads, switch-b.adb, switch-c.adb, switch-m.adb,
20410         s-wwdcha.adb, s-wwdwch.adb, sysdep.c, system.ads,
20411         table.adb, table.ads, targparm.adb, targparm.ads,
20412         targtyps.c, tbuild.adb, tbuild.ads, tracebak.c,
20413         trans.c, tree_io.adb, treepr.adb, treeprs.adt,
20414         ttypes.ads, types.ads, types.h, uintp.adb,
20415         uintp.ads, uintp.h, uname.adb, urealp.adb,
20416         urealp.ads, urealp.h, usage.adb, utils2.c,
20417         utils.c, validsw.adb, validsw.ads, widechar.adb,
20418         xeinfo.adb, xnmake.adb, xref_lib.adb, xref_lib.ads,
20419         xr_tabls.adb, xr_tabls.ads, xtreeprs.adb, xsnames.adb,
20420         einfo.h, sinfo.h, treeprs.ads, nmake.ads, nmake.adb,
20421         gnatvsn.ads: Merge with ACT tree.
20423         * gnatvsn.adb: Rewritten in a simpler and more efficient way.
20425 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
20427         * Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
20428         (gnat_ug_vmx.info): Likewise.
20429         (gnat_ug_vxw.info): Likewise.
20430         (gnat_ug_wnt.info): Likewise.
20431         (gnat_rm.info): Likewise.
20432         (gnat-style.info): Likewise.
20434         * Make-lang.in (ada.install-info): Remove target.
20435         (info): New target.
20436         (install-info): Likewise.
20437         (gnat_ug_unx.info): Simplify rule.
20438         (gnat_ug_vmx.info): Likewise.
20439         (gnat_ug_vxw.info): Likewise.
20440         (gnat_ug_wnt.info): Likewise.
20441         (gnat_rm.info): Likewise.
20442         (gnat-style.info): Likewise.
20444 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
20446         * Make-lang.in: Replace uses of $(target_alias) with
20447         $(target_noncanonical).
20448         * ada/Makefile.in: Remove unused mention of $(target_alias).
20450 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
20452         * Make-lang.in (ada.info): Replace with ...
20453         (info): ... this.
20454         (ada.dvi): Replace with ...
20455         (dvi): ... this.
20457 2003-09-29  Zack Weinberg  <zack@codesourcery.com>
20459         * trans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATOF, to
20460         initialize dconstp5 and dconstmp5.
20462 2003-09-28  Richard Henderson  <rth@redhat.com>
20464         * trans.c (tree_transform): Update call to expand_asm_operands.
20466 2003-09-21  Richard Henderson  <rth@redhat.com>
20468         * trans.c, utils.c: Revert.
20470 2003-09-21  Richard Henderson  <rth@redhat.com>
20472         * trans.c, utils.c: Update for DECL_SOURCE_LOCATION rename and
20473         change to const.
20475 2003-09-04  Michael Matz  <matz@suse.de>
20477         * misc.c: Include "target.h".
20478         * Make-lang.in (misc.o): Add dependency on target.h.
20480 2003-09-03  DJ Delorie  <dj@redhat.com>
20482         * misc.c (default_pass_by_ref): Convert to calls.return_in_memory
20483         hook.
20485 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
20487         * Makefile.in: Update substitutions to match changes to
20488         configure.  Use include directives instead of @-insertions
20489         to read in host and target fragments.  Add a rule to
20490         regenerate ada/Makefile.
20492 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
20494         * lang-options.h: Remove.
20495         * lang.opt: Add help text.
20497 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
20499         * trans.c (build_unit_elab, set_lineno): Adjust emit_line_note
20500         calls.
20502 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
20504         * misc.c (gnat_handle_option): Don't handle filenames.
20506 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
20508         * Make-lang.in: Replace PWD with PWD_COMMAND.
20509         * Makefile.adalib: Likewise.
20510         * Makefile.in: Likewise.
20512 2003-07-04  Matt Kraai  <kraai@alumni.cmu.edu>
20514         * misc.c (gnat_argv): Revert last change.
20515         (gnat_handle_option, gnat_init_options): Copy arguments.
20517 2003-07-03  Neil Booth  <neil@daikokuya.co.uk>
20519         * misc.c (gnat_argv): Make const.
20521 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
20523         * misc.c (save_argc, save_argv): Keep non-static!
20525 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
20527         * misc.c (save_argc, save_argv): Make static.
20528         (gnat_init_options): New prototype.
20529         (gnat_init_options): Update.
20531 2003-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
20533         * gnat_ug.texi: Remove unlikely characters from @vars.
20534         * gnat_ug_vms.texi: Regenerate.
20536 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
20538         * misc.c (record_code_position): Adjust emit_note call.
20540 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
20542         * misc.c (gnat_handle_option): Don't check for missing arguments.
20544 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
20546         * utils.c (end_subprog_body): Adjust expand_function_end call.
20548 2003-06-16  Matt Kraai  <kraai@alumni.cmu.edu>
20550         * bindgen.adb (Gen_Main_Ada, Gen_Main_C): Do not test
20551         Bind_Main_Program.
20553 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
20555         * lang.opt: Declare Ada.
20556         * misc.c (gnat_init_options): Update.
20558 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
20560         * utils.c (begin_subprog_body): Adjust init_function_start call.
20562 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
20564         * Make-lang.in: Update to use options.c and options.h.
20565         * misc.c: Include options.h not aoptions.h.
20566         (gnat_handle_option): Abort on unrecognized switch.
20567         (gnat_init_options): Request Ada switches.
20569 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
20571         * lang.opt: Add -Wall.
20572         * misc.c (gnat_handle_option): Handle it.
20574 2003-06-12  Neil Booth  <neil@daikokuya.co.uk>
20576         * misc.c (gnat_handle_option): Fix warnings.
20578 2003-06-11  Matt Kraai  <kraai@alumni.cmu.edu>
20580         * Make-lang.in (gnatbind): Remove $(LIBIBERTY).
20582 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
20584         * Make-lang.in: Update to handle command-line options.
20585         * lang.opt: New file.
20586         * misc.c: Include aoptions.h.
20587         (cl_options_count, cl_options): Remove.
20588         (gnat_handle_option): New.
20589         (gnat_decode_option): Remove.
20590         (LANG_HOOKS_DECODE_OPTION): Remove.
20591         (LANG_HOOKS_HANDLE_OPTION): Override.
20593 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
20595         * init.c, misc.c, trans.c, utils.c: Remove dead code.
20597 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
20599         * Makefile.in: Replace "host_canonical" with "host" for autoconf
20600         substitution.
20602 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
20604         * Make-lang.in: Update.
20605         * misc.c: Include opts.h. Define cl_options_count and cl_options.
20607 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
20609         * misc.c (gnat_init_options): Update.
20611 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
20613         * Make-lang.in (ada/b_gnatb.o-warn): Remove.
20614         * bindgen.adb (Gen_Main_C): Mark ensure_reference with
20615         __attribute__ ((__unused__)).
20617 2003-06-05  Jan Hubicka  <jh@suse.cz>
20619         * Make-lang.in:  Add support for stageprofile and stagefeedback
20621 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
20623         * bindgen.adb (Gen_Adafinal_C, Gen_Adainit_C, Gen_Elab_Defs_C)
20624         (Gen_Main_C, Gen_Output_File_C): Generate ISO C.
20626 2003-06-04  Matt Kraai  <kraai@alumni.cmu.edu>
20628         * gnat_ug.texi (The GNAT Run-Time Library Builder gnatlbr):
20629         Remove non-VMS directive.
20630         (Switches for gnatlbr, Optimization Levels): Remove non-VMS
20631         alternatives.
20632         (Examples of gnatls Usage): Remove VMS alternative.
20634 2003-06-04  Olivier Hainque  <hainque@act-europe.fr>
20636         PR ada/9953:
20637         * 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
20638         and turn ZCX_By_Default back to False since the underlying support
20639         is not quite there yet.
20641 2003-06-01  Andreas Jaeger  <aj@suse.de>
20643         * utils.c (finish_record_type): Remove usages of ROUND_TYPE_SIZE
20644         and ROUND_TYPE_SIZE_UNIT.
20646 2003-05-22   Geert Bosch <bosch@gnat.com>
20648         * gnat_rm.texi : Remove reference to Ada Core Technologies.
20650 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
20652         * trans.c (tree_transform): Use location_t and input_location
20653         directly.
20654         (build_unit_elab): Likewise.
20655         * utils.c (create_label_decl): Likewise.
20657 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20659         * trans.c (tree_transform, build_unit_elab,
20660         set_lineno): Rename lineno to input_line.
20661         * utils.c (pushdecl, create_label_decl, begin_subprog_body,
20662         end_subprog_body): Likewise.
20663         * utils2.c (build_call_raise): Likewise.
20665 2003-05-01  Laurent Guerby <guerby@acm.org>
20667         PR ada/10546
20668         * 5iosinte.ads: Increase pthread_cond_t size to match recent
20669         LinuxThread and NPTL version, merge from ACT.
20671 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
20673         * utils.c (convert): No need to clear TREE_CST_RTL.
20675 2003-04-23   Geert Bosch <bosch@gnat.com>
20677         * 1aexcept.adb, 1aexcept.ads, 1ic.ads, 1ssecsta.adb,
20678         1ssecsta.ads, 31soccon.ads, 31soliop.ads, 3asoccon.ads,
20679         3bsoccon.ads, 3gsoccon.ads, 3hsoccon.ads, 3ssoccon.ads,
20680         3ssoliop.ads, 3wsoccon.ads, 3wsocthi.adb, 3wsocthi.ads,
20681         3wsoliop.ads, 41intnam.ads, 42intnam.ads, 4aintnam.ads,
20682         4cintnam.ads, 4dintnam.ads, 4gintnam.ads, 4hexcpol.adb,
20683         4hintnam.ads, 4lintnam.ads, 4mintnam.ads, 4nintnam.ads,
20684         4ointnam.ads, 4onumaux.ads, 4pintnam.ads, 4rintnam.ads,
20685         4sintnam.ads, 4uintnam.ads, 4vcaldel.adb, 4vcalend.adb,
20686         4vcalend.ads, 4vintnam.ads, 4wcalend.adb, 4wexcpol.adb,
20687         4wintnam.ads, 4zintnam.ads, 4znumaux.ads, 4zsytaco.adb,
20688         4zsytaco.ads, 51osinte.adb, 51osinte.ads, 52osinte.adb,
20689         52osinte.ads, 52system.ads, 53osinte.ads, 54osinte.ads,
20690         5amastop.adb, 5aosinte.adb, 5aosinte.ads, 5asystem.ads,
20691         5ataprop.adb, 5atasinf.ads, 5ataspri.ads, 5atpopsp.adb,
20692         5avxwork.ads, 5bosinte.adb, 5bosinte.ads, 5bsystem.ads,
20693         5cosinte.ads, 5dosinte.ads, 5esystem.ads, 5etpopse.adb,
20694         5fintman.adb, 5fosinte.ads, 5fsystem.ads, 5ftaprop.adb,
20695         5ftasinf.ads, 5ginterr.adb, 5gintman.adb, 5gmastop.adb,
20696         5gosinte.ads, 5gproinf.adb, 5gproinf.ads, 5gsystem.ads,
20697         5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads, 5gtpgetc.adb,
20698         5hosinte.adb, 5hosinte.ads, 5hparame.ads, 5hsystem.ads,
20699         5htaprop.adb, 5htaspri.ads, 5htraceb.adb, 5iosinte.adb,
20700         5iosinte.ads, 5itaprop.adb, 5itaspri.ads, 5ksystem.ads,
20701         5kvxwork.ads, 5lintman.adb, 5lml-tgt.adb, 5losinte.ads,
20702         5lsystem.ads, 5mosinte.ads, 5mvxwork.ads, 5ninmaop.adb,
20703         5nintman.adb, 5nosinte.ads, 5ntaprop.adb, 5ntaspri.ads,
20704         5ointerr.adb, 5omastop.adb, 5oosinte.adb, 5oosinte.ads,
20705         5oosprim.adb, 5oparame.adb, 5osystem.ads, 5otaprop.adb,
20706         5otaspri.ads, 5posinte.ads, 5posprim.adb, 5pvxwork.ads,
20707         5qosinte.adb, 5qosinte.ads, 5qstache.adb, 5qtaprop.adb,
20708         5qtaspri.ads, 5rosinte.adb, 5rosinte.ads, 5rparame.adb,
20709         5sintman.adb, 5sosinte.adb, 5sosinte.ads, 5sparame.adb,
20710         5ssystem.ads, 5staprop.adb, 5stasinf.adb, 5stasinf.ads,
20711         5staspri.ads, 5stpopse.adb, 5svxwork.ads, 5tosinte.ads,
20712         5uintman.adb, 5uosinte.ads, 5vasthan.adb, 5vinmaop.adb,
20713         5vinterr.adb, 5vintman.adb, 5vintman.ads, 5vmastop.adb,
20714         5vosinte.adb, 5vosinte.ads, 5vosprim.adb, 5vosprim.ads,
20715         5vparame.ads, 5vsystem.ads, 5vtaprop.adb, 5vtaspri.ads,
20716         5vtpopde.adb, 5vtpopde.ads, 5vvaflop.adb, 5wgloloc.adb,
20717         5wintman.adb, 5wmemory.adb, 5wosinte.ads, 5wosprim.adb,
20718         5wsystem.ads, 5wtaprop.adb, 5wtaspri.ads, 5ysystem.ads,
20719         5zinterr.adb, 5zintman.adb, 5zosinte.adb, 5zosinte.ads,
20720         5zosprim.adb, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb,
20721         6vcstrea.adb, 6vinterf.ads, 7sinmaop.adb, 7sintman.adb,
20722         7sosinte.adb, 7sosprim.adb, 7staprop.adb, 7staspri.ads,
20723         7stpopsp.adb, 7straceb.adb, 86numaux.adb, 86numaux.ads,
20724         9drpc.adb, a-astaco.adb, a-astaco.ads, a-caldel.adb,
20725         a-caldel.ads, a-calend.adb, a-calend.ads, a-chahan.adb,
20726         a-chahan.ads, a-charac.ads, a-chlat1.ads, a-chlat9.ads,
20727         a-colien.adb, a-colien.ads, a-colire.adb, a-colire.ads,
20728         a-comlin.adb, a-comlin.ads, a-cwila1.ads, a-cwila9.ads,
20729         a-decima.adb, a-decima.ads, a-diocst.adb, a-diocst.ads,
20730         a-direio.adb, a-direio.ads, a-dynpri.adb, a-dynpri.ads,
20731         a-einuoc.adb, a-einuoc.ads, a-except.adb, a-except.ads,
20732         a-excpol.adb, a-exctra.adb, a-exctra.ads, a-filico.adb,
20733         a-filico.ads, a-finali.adb, a-finali.ads, a-flteio.ads,
20734         a-fwteio.ads, a-inteio.ads, a-interr.adb, a-interr.ads,
20735         a-intnam.ads, a-intsig.adb, a-intsig.ads, a-ioexce.ads,
20736         a-iwteio.ads, a-lfteio.ads, a-lfwtio.ads, a-liteio.ads,
20737         a-liwtio.ads, a-llftio.ads, a-llfwti.ads, a-llitio.ads,
20738         a-lliwti.ads, a-ncelfu.ads, a-ngcefu.adb, a-ngcefu.ads,
20739         a-ngcoty.adb, a-ngcoty.ads, a-ngelfu.adb, a-ngelfu.ads,
20740         a-nlcefu.ads, a-nlcoty.ads, a-nlelfu.ads, a-nllcef.ads,
20741         a-nllcty.ads, a-nllefu.ads, a-nscefu.ads, a-nscoty.ads,
20742         a-nselfu.ads, a-nucoty.ads, a-nudira.adb, a-nudira.ads,
20743         a-nuelfu.ads, a-nuflra.adb, a-nuflra.ads, a-numaux.ads,
20744         a-numeri.ads, a-reatim.adb, a-reatim.ads, a-retide.adb,
20745         a-retide.ads, a-sequio.adb, a-sequio.ads, a-sfteio.ads,
20746         a-sfwtio.ads, a-siocst.adb, a-siocst.ads, a-siteio.ads,
20747         a-siwtio.ads, a-ssicst.adb, a-ssicst.ads, a-ssitio.ads,
20748         a-ssiwti.ads, a-stmaco.ads, a-storio.adb, a-storio.ads,
20749         a-strbou.adb, a-strbou.ads, a-stream.ads, a-strfix.adb,
20750         a-strfix.ads, a-string.ads, a-strmap.adb, a-strmap.ads,
20751         a-strsea.adb, a-strsea.ads, a-strunb.adb, a-strunb.ads,
20752         a-ststio.adb, a-ststio.ads, a-stunau.adb, a-stunau.ads,
20753         a-stwibo.adb, a-stwibo.ads, a-stwifi.adb, a-stwifi.ads,
20754         a-stwima.adb, a-stwima.ads, a-stwise.adb, a-stwise.ads,
20755         a-stwiun.adb, a-stwiun.ads, a-suteio.adb, a-suteio.ads,
20756         a-swmwco.ads, a-swuwti.adb, a-swuwti.ads, a-sytaco.adb,
20757         a-sytaco.ads, a-tags.adb, a-tags.ads, a-tasatt.adb,
20758         a-tasatt.ads, a-taside.adb, a-taside.ads, a-teioed.adb,
20759         a-teioed.ads, a-textio.adb, a-textio.ads, a-ticoau.adb,
20760         a-ticoau.ads, a-ticoio.adb, a-ticoio.ads, a-tideau.adb,
20761         a-tideau.ads, a-tideio.adb, a-tideio.ads, a-tienau.adb,
20762         a-tienau.ads, a-tienio.adb, a-tienio.ads, a-tifiio.adb,
20763         a-tifiio.ads, a-tiflau.adb, a-tiflau.ads, a-tiflio.adb,
20764         a-tiflio.ads, a-tigeau.adb, a-tigeau.ads, a-tiinau.adb,
20765         a-tiinau.ads, a-tiinio.adb, a-tiinio.ads, a-timoau.adb,
20766         a-timoau.ads, a-timoio.adb, a-timoio.ads, a-tiocst.adb,
20767         a-tiocst.ads, a-titest.adb, a-titest.ads, a-unccon.ads,
20768         a-uncdea.ads, a-witeio.adb, a-witeio.ads, a-wtcoau.adb,
20769         a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads, a-wtcstr.adb,
20770         a-wtcstr.ads, a-wtdeau.adb, a-wtdeau.ads, a-wtdeio.adb,
20771         a-wtdeio.ads, a-wtedit.adb, a-wtedit.ads, a-wtenau.adb,
20772         a-wtenau.ads, a-wtenio.adb, a-wtenio.ads, a-wtfiio.adb,
20773         a-wtfiio.ads, a-wtflau.adb, a-wtflau.ads, a-wtflio.adb,
20774         a-wtflio.ads, a-wtgeau.adb, a-wtgeau.ads, a-wtinau.adb,
20775         a-wtinau.ads, a-wtinio.adb, a-wtinio.ads, a-wtmoau.adb,
20776         a-wtmoau.ads, a-wtmoio.adb, a-wtmoio.ads, a-wttest.adb,
20777         a-wttest.ads, ada-tree.h, ada.ads, ada.h,
20778         adadecode.c, adadecode.h, ali-util.adb, ali-util.ads,
20779         ali.adb, ali.ads, alloc.ads, argv.c,
20780         atree.adb, atree.ads, atree.h, aux-io.c,
20781         back_end.adb, back_end.ads, bcheck.adb, bcheck.ads,
20782         binde.adb, binde.ads, binderr.adb, binderr.ads,
20783         bindgen.adb, bindgen.ads, bindusg.adb, bindusg.ads,
20784         butil.adb, butil.ads, cal.c, calendar.ads,
20785         casing.adb, casing.ads, ceinfo.adb, checks.adb,
20786         checks.ads, cio.c, comperr.adb, comperr.ads,
20787         config-lang.in, csets.adb, csets.ads, csinfo.adb,
20788         cstand.adb, cstand.ads, cuintp.c, debug.adb,
20789         debug.ads, debug_a.adb, debug_a.ads, dec-io.adb,
20790         dec-io.ads, dec.ads, deftarg.c, directio.ads,
20791         einfo.adb, einfo.ads, elists.adb, elists.ads,
20792         elists.h, errno.c, errout.adb, errout.ads,
20793         eval_fat.adb, eval_fat.ads, exit.c, exp_aggr.adb,
20794         exp_aggr.ads, exp_attr.adb, exp_attr.ads, exp_ch10.ads,
20795         exp_ch11.adb, exp_ch11.ads, exp_ch12.adb, exp_ch12.ads,
20796         exp_ch13.adb, exp_ch13.ads, exp_ch2.adb, exp_ch2.ads,
20797         exp_ch3.adb, exp_ch3.ads, exp_ch4.adb, exp_ch4.ads,
20798         exp_ch5.adb, exp_ch5.ads, exp_ch6.adb, exp_ch6.ads,
20799         exp_ch7.adb, exp_ch7.ads, exp_ch8.adb, exp_ch8.ads,
20800         exp_ch9.adb, exp_ch9.ads, exp_code.adb, exp_code.ads,
20801         exp_dbug.adb, exp_dbug.ads, exp_disp.adb, exp_disp.ads,
20802         exp_dist.adb, exp_dist.ads, exp_fixd.adb, exp_fixd.ads,
20803         exp_imgv.adb, exp_imgv.ads, exp_intr.adb, exp_intr.ads,
20804         exp_pakd.adb, exp_pakd.ads, exp_prag.adb, exp_prag.ads,
20805         exp_smem.adb, exp_smem.ads, exp_strm.adb, exp_strm.ads,
20806         exp_tss.adb, exp_tss.ads, exp_util.adb, exp_util.ads,
20807         exp_vfpt.adb, exp_vfpt.ads, expander.adb, expander.ads,
20808         fmap.adb, fmap.ads, fname-sf.adb, fname-sf.ads,
20809         fname-uf.adb, fname-uf.ads, fname.adb, fname.ads,
20810         freeze.adb, freeze.ads, frontend.adb, frontend.ads,
20811         g-awk.adb, g-awk.ads, g-busora.adb, g-busora.ads,
20812         g-busorg.adb, g-busorg.ads, g-calend.adb, g-calend.ads,
20813         g-casuti.adb, g-casuti.ads, g-catiio.adb, g-catiio.ads,
20814         g-cgi.adb, g-cgi.ads, g-cgicoo.adb, g-cgicoo.ads,
20815         g-cgideb.adb, g-cgideb.ads, g-comlin.adb, g-comlin.ads,
20816         g-crc32.adb, g-crc32.ads, g-curexc.ads, g-debpoo.adb,
20817         g-debpoo.ads, g-debuti.adb, g-debuti.ads, g-diopit.adb,
20818         g-diopit.ads, g-dirope.adb, g-dirope.ads, g-dyntab.adb,
20819         g-dyntab.ads, g-enblsp.adb, g-except.ads, g-exctra.adb,
20820         g-exctra.ads, g-expect.adb, g-expect.ads, g-flocon.ads,
20821         g-hesora.adb, g-hesora.ads, g-hesorg.adb, g-hesorg.ads,
20822         g-htable.adb, g-htable.ads, g-io.adb, g-io.ads,
20823         g-io_aux.adb, g-io_aux.ads, g-locfil.ads, g-md5.adb,
20824         g-md5.ads, g-moreex.adb, g-moreex.ads, g-os_lib.adb,
20825         g-os_lib.ads, g-regexp.adb, g-regexp.ads, g-regist.ads,
20826         g-regpat.adb, g-regpat.ads, g-soccon.ads, g-socket.adb,
20827         g-socket.ads, g-socthi.adb, g-socthi.ads, g-soliop.ads,
20828         g-souinf.ads, g-speche.adb, g-speche.ads, g-spipat.adb,
20829         g-spipat.ads, g-spitbo.adb, g-spitbo.ads, g-sptabo.ads,
20830         g-sptain.ads, g-sptavs.ads, g-table.adb, g-table.ads,
20831         g-tasloc.adb, g-tasloc.ads, g-thread.adb, g-thread.ads,
20832         g-traceb.adb, g-traceb.ads, g-trasym.adb, g-trasym.ads,
20833         get_targ.adb, get_targ.ads, gnat-style.texi, gnat.ads,
20834         gnat1drv.adb, gnat1drv.ads, gnatbind.adb, gnatbind.ads,
20835         gnatbl.c, gnatchop.adb, gnatcmd.adb, gnatcmd.ads,
20836         gnatdll.adb, gnatfind.adb, gnatkr.adb, gnatkr.ads,
20837         gnatlbr.adb, gnatlink.adb, gnatlink.ads, gnatls.adb,
20838         gnatls.ads, gnatmake.adb, gnatmake.ads, gnatmem.adb,
20839         gnatname.adb, gnatname.ads, gnatprep.adb, gnatprep.ads,
20840         gnatpsta.adb, gnatvsn.adb, gnatvsn.ads, gnatxref.adb,
20841         hlo.adb, hlo.ads, hostparm.ads, i-c.adb,
20842         i-c.ads, i-cexten.ads, i-cobol.adb, i-cobol.ads,
20843         i-cpoint.adb, i-cpoint.ads, i-cpp.adb, i-cpp.ads,
20844         i-cstrea.adb, i-cstrea.ads, i-cstrin.adb, i-cstrin.ads,
20845         i-fortra.adb, i-fortra.ads, i-os2err.ads, i-os2lib.adb,
20846         i-os2lib.ads, i-os2syn.ads, i-os2thr.ads, i-pacdec.adb,
20847         i-pacdec.ads, i-vxwork.ads, impunit.adb, impunit.ads,
20848         inline.adb, inline.ads, interfac.ads, ioexcept.ads,
20849         itypes.adb, itypes.ads, krunch.adb, krunch.ads,
20850         layout.adb, layout.ads, lib-list.adb, lib-load.adb,
20851         lib-load.ads, lib-sort.adb, lib-util.adb, lib-util.ads,
20852         lib-writ.adb, lib-writ.ads, lib-xref.adb, lib-xref.ads,
20853         lib.adb, lib.ads, live.adb, live.ads,
20854         machcode.ads, make.adb, make.ads, makeusg.adb,
20855         makeusg.ads, math_lib.adb, mdll-fil.adb, mdll-fil.ads,
20856         mdll-utl.adb, mdll-utl.ads, mdll.adb, mdll.ads,
20857         memroot.adb, memroot.ads, memtrack.adb, mlib-fil.adb,
20858         mlib-fil.ads, mlib-prj.adb, mlib-prj.ads, mlib-tgt.adb,
20859         mlib-tgt.ads, mlib-utl.adb, mlib-utl.ads, mlib.adb,
20860         mlib.ads, namet.adb, namet.ads, nlists.adb,
20861         nlists.ads, opt.adb, opt.ads, osint-b.adb,
20862         osint-b.ads, osint-c.adb, osint-c.ads, osint-l.adb,
20863         osint-l.ads, osint-m.adb, osint-m.ads, osint.adb,
20864         osint.ads, output.adb, output.ads, par-ch10.adb,
20865         par-ch11.adb, par-ch12.adb, par-ch13.adb, par-ch2.adb,
20866         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb,
20867         par-ch7.adb, par-ch8.adb, par-ch9.adb, par-endh.adb,
20868         par-labl.adb, par-load.adb, par-prag.adb, par-sync.adb,
20869         par-tchk.adb, par-util.adb, par.adb, par.ads,
20870         prj-attr.adb, prj-attr.ads, prj-com.adb, prj-com.ads,
20871         prj-dect.adb, prj-dect.ads, prj-env.adb, prj-env.ads,
20872         prj-ext.adb, prj-ext.ads, prj-makr.adb, prj-makr.ads,
20873         prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads,
20874         prj-part.adb, prj-part.ads, prj-pp.adb, prj-pp.ads,
20875         prj-proc.adb, prj-proc.ads, prj-strt.adb, prj-strt.ads,
20876         prj-tree.adb, prj-tree.ads, prj-util.adb, prj-util.ads,
20877         prj.adb, prj.ads, repinfo.adb, repinfo.ads,
20878         restrict.adb, restrict.ads, rident.ads, rtsfind.adb,
20879         rtsfind.ads, s-addima.adb, s-addima.ads, s-arit64.adb,
20880         s-arit64.ads, s-assert.adb, s-assert.ads, s-asthan.adb,
20881         s-asthan.ads, s-atacco.adb, s-atacco.ads, s-auxdec.adb,
20882         s-auxdec.ads, s-bitops.adb, s-bitops.ads, s-chepoo.ads,
20883         s-crc32.adb, s-crc32.ads, s-direio.adb, s-direio.ads,
20884         s-errrep.adb, s-errrep.ads, s-except.ads, s-exctab.adb,
20885         s-exctab.ads, s-exnflt.ads, s-exngen.adb, s-exngen.ads,
20886         s-exnint.ads, s-exnlfl.ads, s-exnlin.ads, s-exnllf.ads,
20887         s-exnlli.ads, s-exnsfl.ads, s-exnsin.ads, s-exnssi.ads,
20888         s-expflt.ads, s-expgen.adb, s-expgen.ads, s-expint.ads,
20889         s-explfl.ads, s-explin.ads, s-expllf.ads, s-explli.ads,
20890         s-expllu.adb, s-expllu.ads, s-expmod.adb, s-expmod.ads,
20891         s-expsfl.ads, s-expsin.ads, s-expssi.ads, s-expuns.adb,
20892         s-expuns.ads, s-fatflt.ads, s-fatgen.adb, s-fatgen.ads,
20893         s-fatlfl.ads, s-fatllf.ads, s-fatsfl.ads, s-ficobl.ads,
20894         s-fileio.adb, s-fileio.ads, s-finimp.adb, s-finimp.ads,
20895         s-finroo.adb, s-finroo.ads, s-fore.adb, s-fore.ads,
20896         s-gloloc.adb, s-gloloc.ads, s-imgbiu.adb, s-imgbiu.ads,
20897         s-imgboo.adb, s-imgboo.ads, s-imgcha.adb, s-imgcha.ads,
20898         s-imgdec.adb, s-imgdec.ads, s-imgenu.adb, s-imgenu.ads,
20899         s-imgint.adb, s-imgint.ads, s-imgllb.adb, s-imgllb.ads,
20900         s-imglld.adb, s-imglld.ads, s-imglli.adb, s-imglli.ads,
20901         s-imgllu.adb, s-imgllu.ads, s-imgllw.adb, s-imgllw.ads,
20902         s-imgrea.adb, s-imgrea.ads, s-imguns.adb, s-imguns.ads,
20903         s-imgwch.adb, s-imgwch.ads, s-imgwiu.adb, s-imgwiu.ads,
20904         s-inmaop.ads, s-interr.adb, s-interr.ads, s-intman.ads,
20905         s-io.adb, s-io.ads, s-maccod.ads, s-mantis.adb,
20906         s-mantis.ads, s-mastop.adb, s-mastop.ads, s-memory.adb,
20907         s-memory.ads, s-osprim.ads, s-pack03.adb, s-pack03.ads,
20908         s-pack05.adb, s-pack05.ads, s-pack06.adb, s-pack06.ads,
20909         s-pack07.adb, s-pack07.ads, s-pack09.adb, s-pack09.ads,
20910         s-pack10.adb, s-pack10.ads, s-pack11.adb, s-pack11.ads,
20911         s-pack12.adb, s-pack12.ads, s-pack13.adb, s-pack13.ads,
20912         s-pack14.adb, s-pack14.ads, s-pack15.adb, s-pack15.ads,
20913         s-pack17.adb, s-pack17.ads, s-pack18.adb, s-pack18.ads,
20914         s-pack19.adb, s-pack19.ads, s-pack20.adb, s-pack20.ads,
20915         s-pack21.adb, s-pack21.ads, s-pack22.adb, s-pack22.ads,
20916         s-pack23.adb, s-pack23.ads, s-pack24.adb, s-pack24.ads,
20917         s-pack25.adb, s-pack25.ads, s-pack26.adb, s-pack26.ads,
20918         s-pack27.adb, s-pack27.ads, s-pack28.adb, s-pack28.ads,
20919         s-pack29.adb, s-pack29.ads, s-pack30.adb, s-pack30.ads,
20920         s-pack31.adb, s-pack31.ads, s-pack33.adb, s-pack33.ads,
20921         s-pack34.adb, s-pack34.ads, s-pack35.adb, s-pack35.ads,
20922         s-pack36.adb, s-pack36.ads, s-pack37.adb, s-pack37.ads,
20923         s-pack38.adb, s-pack38.ads, s-pack39.adb, s-pack39.ads,
20924         s-pack40.adb, s-pack40.ads, s-pack41.adb, s-pack41.ads,
20925         s-pack42.adb, s-pack42.ads, s-pack43.adb, s-pack43.ads,
20926         s-pack44.adb, s-pack44.ads, s-pack45.adb, s-pack45.ads,
20927         s-pack46.adb, s-pack46.ads, s-pack47.adb, s-pack47.ads,
20928         s-pack48.adb, s-pack48.ads, s-pack49.adb, s-pack49.ads,
20929         s-pack50.adb, s-pack50.ads, s-pack51.adb, s-pack51.ads,
20930         s-pack52.adb, s-pack52.ads, s-pack53.adb, s-pack53.ads,
20931         s-pack54.adb, s-pack54.ads, s-pack55.adb, s-pack55.ads,
20932         s-pack56.adb, s-pack56.ads, s-pack57.adb, s-pack57.ads,
20933         s-pack58.adb, s-pack58.ads, s-pack59.adb, s-pack59.ads,
20934         s-pack60.adb, s-pack60.ads, s-pack61.adb, s-pack61.ads,
20935         s-pack62.adb, s-pack62.ads, s-pack63.adb, s-pack63.ads,
20936         s-parame.adb, s-parame.ads, s-parint.adb, s-parint.ads,
20937         s-pooglo.adb, s-pooglo.ads, s-pooloc.adb, s-pooloc.ads,
20938         s-poosiz.adb, s-poosiz.ads, s-powtab.ads, s-proinf.adb,
20939         s-proinf.ads, s-rpc.adb, s-rpc.ads, s-scaval.ads,
20940         s-secsta.adb, s-secsta.ads, s-sequio.adb, s-sequio.ads,
20941         s-shasto.adb, s-shasto.ads, s-soflin.adb, s-soflin.ads,
20942         s-sopco3.adb, s-sopco3.ads, s-sopco4.adb, s-sopco4.ads,
20943         s-sopco5.adb, s-sopco5.ads, s-stache.adb, s-stache.ads,
20944         s-stalib.adb, s-stalib.ads, s-stoele.adb, s-stoele.ads,
20945         s-stopoo.ads, s-stratt.adb, s-stratt.ads, s-strops.adb,
20946         s-strops.ads, s-taasde.adb, s-taasde.ads, s-tadeca.adb,
20947         s-tadeca.ads, s-tadert.adb, s-tadert.ads, s-taenca.adb,
20948         s-taenca.ads, s-taprob.adb, s-taprob.ads, s-taprop.ads,
20949         s-tarest.adb, s-tarest.ads, s-tasdeb.adb, s-tasdeb.ads,
20950         s-tasinf.adb, s-tasinf.ads, s-tasini.adb, s-tasini.ads,
20951         s-taskin.adb, s-taskin.ads, s-tasque.adb, s-tasque.ads,
20952         s-tasren.adb, s-tasren.ads, s-tasres.ads, s-tassta.adb,
20953         s-tassta.ads, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
20954         s-tataat.ads, s-tpinop.adb, s-tpinop.ads, s-tpoben.adb,
20955         s-tpoben.ads, s-tpobop.adb, s-tpobop.ads, s-tposen.adb,
20956         s-tposen.ads, s-traceb.adb, s-traceb.ads, s-traces.adb,
20957         s-traces.ads, s-tratas.adb, s-tratas.ads, s-unstyp.ads,
20958         s-vaflop.adb, s-vaflop.ads, s-valboo.adb, s-valboo.ads,
20959         s-valcha.adb, s-valcha.ads, s-valdec.adb, s-valdec.ads,
20960         s-valenu.adb, s-valenu.ads, s-valint.adb, s-valint.ads,
20961         s-vallld.adb, s-vallld.ads, s-vallli.adb, s-vallli.ads,
20962         s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads,
20963         s-valuns.adb, s-valuns.ads, s-valuti.adb, s-valuti.ads,
20964         s-valwch.adb, s-valwch.ads, s-vercon.adb, s-vercon.ads,
20965         s-vmexta.adb, s-vmexta.ads, s-wchcnv.adb, s-wchcnv.ads,
20966         s-wchcon.ads, s-wchjis.adb, s-wchjis.ads, s-wchstw.adb,
20967         s-wchstw.ads, s-wchwts.adb, s-wchwts.ads, s-widboo.adb,
20968         s-widboo.ads, s-widcha.adb, s-widcha.ads, s-widenu.adb,
20969         s-widenu.ads, s-widlli.adb, s-widlli.ads, s-widllu.adb,
20970         s-widllu.ads, s-widwch.adb, s-widwch.ads, s-wwdcha.adb,
20971         s-wwdcha.ads, s-wwdenu.adb, s-wwdenu.ads, s-wwdwch.adb,
20972         s-wwdwch.ads, scans.adb, scans.ads, scn-nlit.adb,
20973         scn-slit.adb, scn.adb, scn.ads, sdefault.ads,
20974         sem.adb, sem.ads, sem_aggr.adb, sem_aggr.ads,
20975         sem_attr.adb, sem_attr.ads, sem_case.adb, sem_case.ads,
20976         sem_cat.adb, sem_cat.ads, sem_ch10.adb, sem_ch10.ads,
20977         sem_ch11.adb, sem_ch11.ads, sem_ch12.adb, sem_ch12.ads,
20978         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch2.ads,
20979         sem_ch3.adb, sem_ch3.ads, sem_ch4.adb, sem_ch4.ads,
20980         sem_ch5.adb, sem_ch5.ads, sem_ch6.adb, sem_ch6.ads,
20981         sem_ch7.adb, sem_ch7.ads, sem_ch8.adb, sem_ch8.ads,
20982         sem_ch9.adb, sem_ch9.ads, sem_disp.adb, sem_disp.ads,
20983         sem_dist.adb, sem_dist.ads, sem_elab.adb, sem_elab.ads,
20984         sem_elim.adb, sem_elim.ads, sem_eval.adb, sem_eval.ads,
20985         sem_intr.adb, sem_intr.ads, sem_maps.adb, sem_maps.ads,
20986         sem_mech.adb, sem_mech.ads, sem_prag.adb, sem_prag.ads,
20987         sem_res.adb, sem_res.ads, sem_smem.adb, sem_smem.ads,
20988         sem_type.adb, sem_type.ads, sem_util.adb, sem_util.ads,
20989         sem_vfpt.adb, sem_vfpt.ads, sem_warn.adb, sem_warn.ads,
20990         sequenio.ads, sfn_scan.adb, sfn_scan.ads, sinfo-cn.adb,
20991         sinfo-cn.ads, sinfo.adb, sinfo.ads, sinput-d.adb,
20992         sinput-d.ads, sinput-l.adb, sinput-l.ads, sinput-p.adb,
20993         sinput-p.ads, sinput.adb, sinput.ads, snames.adb,
20994         snames.ads, sprint.adb, sprint.ads, stand.adb,
20995         stand.ads, stringt.adb, stringt.ads, style.adb,
20996         style.ads, stylesw.adb, stylesw.ads, switch-b.adb,
20997         switch-b.ads, switch-c.adb, switch-c.ads, switch-m.adb,
20998         switch-m.ads, switch.adb, switch.ads, system.ads,
20999         table.adb, table.ads, targparm.adb, targparm.ads,
21000         tbuild.adb, tbuild.ads, text_io.ads, trans.c,
21001         tree_gen.adb, tree_gen.ads, tree_in.adb, tree_in.ads,
21002         tree_io.adb, tree_io.ads, treepr.adb, treepr.ads,
21003         ttypef.ads, ttypes.ads, types.adb, types.ads,
21004         uintp.adb, uintp.ads, uname.adb, uname.ads,
21005         unchconv.ads, unchdeal.ads, urealp.adb, urealp.ads,
21006         usage.adb, usage.ads, validsw.adb, validsw.ads,
21007         widechar.adb, widechar.ads, xeinfo.adb, xnmake.adb,
21008         xr_tabls.adb, xr_tabls.ads, xref_lib.adb, xref_lib.ads,
21009         xsinfo.adb, xsnames.adb, xtreeprs.adb : Merge header,
21010         formatting and other trivial changes from ACT.
21012 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
21014         * gigi.h, utils2.c (build_constructor):
21015         Rename gnat_build_constructor. Use build_constructor.
21016         * decl.c (gnat_to_gnu_entity)
21017         * trans.c (tree_transform, pos_to_constructor, extract_values)
21018         * ada/utils.c (build_template, convert_to_fat_pointer, convert)
21019         (unchecked_convert)
21020         * ada/utils2.c (build_binary_op, build_call_raise, build_allocator)
21021         (fill_vms_descriptor):
21022         Update to match.
21024 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
21026         * ada-tree.def: Make fourth element for GNAT_LOOP_ID zero.
21027         * misc.c (gnat_tree_size): New function.
21028         (LANG_HOOKS_TREE_SIZE): Override.
21030 2003-04-03  Jason Merrill  <jason@redhat.com>
21032         * misc.c (gnat_adjust_rli): #if 0.
21034 2003-03-31   Geert Bosch <bosch@gnat.com>
21036         PR ada/10020
21037         * link.c : Fix misspelled "const" keyword
21039 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
21041         PR c++/7086
21042         * utils2.c: Adjust calls to put_var_into_stack.
21044 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
21046         * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC.
21048 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
21050         * misc.c (gnat_init): Update for new prototype.
21052 2003-03-05  Olivier Hainque  <hainque@gnat.com>
21054         ada/9961
21055         * raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
21056         warning, and fix return type for the IN_RTS && !SJLJ case.
21058 2003-03-04  Tom Tromey  <tromey@redhat.com>
21060         * Make-lang.in (ada.tags): New target.
21062 2003-03-04  Olivier Hainque  <hainque@act-europe.fr>
21064         ada/9911
21065         * a-except.adb (Unwind_RaiseException): Import a GNAT specific
21066         wrapper, which name remains constant whatever underlying GCC
21067         scheme.
21069         * raise.c (__gnat_Unwind_RaiseException): New wrappers, providing
21070         the stable interface needed for a-except.
21072 2003-03-02  Andreas Jaeger  <aj@suse.de>
21074         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
21075         gnat_ug_wnt.texi: Regenerate.
21077 2003-03-02  Laurent Guerby <guerby@acm.org>
21079         * Makefile.in (install-gnatlib): Match previous change there
21080         so it works.
21082 2003-02-28  Andreas Schwab  <schwab@suse.de>
21084         * Make-lang.in (install-gnatlib): Change to ada directory before
21085         running make instead of using ada/Makefile directly.
21087 2003-02-18  Ben Elliston  <bje@redhat.com>
21089         Part of fix for PR ada/9406
21090         * gnat_ug.texi (Binder output file): Grammar fix.
21092 2003-02-18  Ben Elliston  <bje@redhat.com>
21094         PR other/7350
21095         * 5qtaprop.adb (Sleep): Fix typo in comment.
21097 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
21099         * gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
21100         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
21101         gnat_ug_wnt.texi: Regenerate.
21103 2003-02-03  Christian Cornelssen <ccorn@cs.tu-berlin.de>
21105         * Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir)
21106         be created if necessary.
21107         (ada.install-common): Let $(DESTDIR)$(bindir) be created
21108         if necessary.  Remove erroneous and redundant gnatchop
21109         installation commands.  Test for gnatdll before attempting
21110         to install it.
21111         (ada.uninstall): Also uninstall gnatfind, gnatxref, gnatlbr,
21112         and gnatdll from all plausible locations.
21114 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
21116         * utils2.c (build_unary_op): Don't check flag_volatile.
21117         * gnat_ug.texi: Remove -fvolatile from example.
21118         * gnat_ug_vxw.texi: Likewise.
21120 2003-01-29  Laurent Guerby <guerby@acm.org>
21122         PR ada/8344
21123         * final.c: rename to adafinal.c to avoid file name conflicts with gcc file.
21124         * Makefile.in: match previous change.
21125         * Make-lang.in: match previous change.
21127 2003-01-29      Joel Sherrill <joel@OARcorp.com>
21129         * 5rosinte.ads: Add SIGXCPU.
21130         * 5rtpopsp.adb: New file.
21131         * Make-lang.in: Do not build gnatpsta and gnatpsys when cross.
21132         * Makefile.in: Recognize more RTEMS targets and add the RTEMS
21133         specific file 5rtpopsp.adb.
21134         * adaint.h: Add include of <stdio.h> when target is RTEMS.  This
21135         is likely needed for all newlib targets.
21136         * init.c: Add RTEMS specific version of __gnat_initialize().
21138 2003-01-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21140         * adaint.c, adaint.h, gmem.c, init.c: Update copyright year.
21142 2003-01-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21144         * init.c (__gnat_error_handler): Make msg const.
21146         * gmem.c (convert_addresses): Move declaration ...
21147         * adaint.h: ... here.
21148         * adaint.c (convert_addresses): Adapt addrs type to match
21149         prototype.
21151         * adaint.c (__gnat_try_lock): Cast pid_t to long, adapt format.
21153 2003-01-24  Andreas Schwab  <schwab@suse.de>
21155         * ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to
21156         size_t to avoid warning.
21158 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
21160         * Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c.
21162 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21164         * gnat_rm.texi: Remove RCS version number.
21166         * ada-tree.h (union lang_tree_node): Add chain_next option.
21168 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
21170         * Make-lang.in (ada.install-info, ada.install-common,
21171         ada.uninstall): Prepend $(DESTDIR) to the destination
21172         directory in all (un)installation commands.
21173         * Makefile.in (install-gnatlib, install-rts): Ditto.
21175 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
21177         * gnat_rm.texi, gnat_ug.texi: Use @copying.
21178         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
21179         gnat_ug_wnt.texi: Regenerate.
21181 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
21183         * gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
21184         only.
21185         * Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
21186         $(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
21187         $(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
21188         ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
21189         ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
21190         $(srcdir)/doc/include/gcc-common.texi.
21192 2002-12-15   Geert Bosch <bosch@gnat.com>
21194         * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting
21196 2002-12-14   Geert Bosch <bosch@gnat.com>
21198         * sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional
21199         case of a body created for a Renaming_As_Body, on which
21200         conformance checks are not performed. Fixes PR ada/5690.
21202 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
21204         * cuintp.c, decl.c, deftarg.c, misc.c, targtyps.c, trans.c,
21205         utils.c, utils2.c: Include coretypes.h and tm.h, and system.h when
21206         not already included.
21207         * Make-lang.in: Update dependencies.
21209 2002-11-18  Nathanael Nerode  <neroden@gcc.gnu.org>
21210         * adaint.c (__gnat_tmp_name): Better, but good enough for now,
21211         solution to buffer overflow bug on GNU/Linux.
21213 2002-11-14  Nathanael Nerode  <neroden@gcc.gnu.org>
21214         Closes PR ada/5856 and PR ada/6919 !
21215         * bindgen.adb: Remove all references to Public_Version.
21216         * comperr.adb: Remove all references to Public_Version and
21217         GNATPRO_Version; correct bug reporting instructions.
21218         * comperr.ads: Change to match bug box.
21219         * gnatvsn.ads: Remove all references to Public version and
21220         GNATPRO version.
21222 2002-11-13  Nathanael Nerode  <neroden@gcc.gnu.org>
21223         PR ada/6919
21224         * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on
21225         GNU/Linux.
21227         PR ada/6558
21228         * config-lang.in: Remove diff_excludes.
21230 2002-11-05  Graham Stott  <graham.stott@btinternet.com>
21231         PR ada/8358
21232         * trans.c (gnu_pending_elaboration_lists): New GC root.
21233         (build_unit_elab): Use..
21235 2002-10-30   Geert Bosch <bosch@gnat.com>
21236         PR ada/6558
21237         * misc.c : Include optabs.h
21239         * Make-lang.in (misc.o): Add dependency on optabs.h
21241 2002-10-29   Geert Bosch <bosch@gnat.com>
21242         PR ada/6558
21243         * Make-lang.in (gnatbind): Depend on CONFIG_H
21245 2002-10-29  Geert bosch  <bosch@gnat.com>
21246         PR ada/6558
21247         * misc.c: Unrevert misc.c (1.13)
21249 2002-10-28  Nathanael Nerode  <neroden@gcc.gnu.org>
21251         * a-chlat9.ads a-cwila9.ads a-dynpri.adb a-retide.adb: Update
21252         maintainership comments.
21254 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
21255         PR ada/5904
21256         * 5ataprop.adb 5atpopsp.adb 5bosinte.adb 5ftaprop.adb
21257         5gtaprop.adb 5htaprop.adb 5rosinte.ads 5staprop.adb
21258         5stpopse.adb 5vtaspri.ads 5zintman.adb 5ztaprop.adb
21259         7staprop.adb: Correct statements in comments about
21260         maintainership of GNAT.
21262         PR ada/5904
21263         * 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
21264         gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
21265         osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
21266         osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
21267         s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
21268         s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
21269         sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
21270         switch-c.ads switch-m.adb switch-m.ads: Correct statements in
21271         comments about maintainership of GNAT.
21273         PR ada/6919 (forward port of patch for PR ada/5904)
21274         * 1aexcept.adb 1aexcept.ads 41intnam.ads 42intnam.ads
21275         4aintnam.ads 4cintnam.ads 4dintnam.ads 4hexcpol.adb
21276         4lintnam.ads 4mintnam.ads 4nintnam.ads 4onumaux.ads
21277         4pintnam.ads 4rintnam.ads 4sintnam.ads 4uintnam.ads
21278         4vcalend.adb 4vintnam.ads 4wcalend.adb 4wexcpol.adb
21279         4wintnam.ads 4zintnam.ads 4znumaux.ads 4zsytaco.adb
21280         4zsytaco.ads 51osinte.adb 51osinte.ads 52osinte.adb
21281         52osinte.ads 52system.ads 53osinte.ads 5aosinte.ads
21282         5asystem.ads 5atasinf.ads 5ataspri.ads 5avxwork.ads
21283         5bosinte.ads 5bsystem.ads 5cosinte.ads 5dosinte.ads
21284         5esystem.ads 5fosinte.ads 5fsystem.ads 5ftasinf.ads
21285         5ginterr.adb 5gmastop.adb 5gosinte.ads 5gproinf.adb
21286         5gproinf.ads 5gsystem.ads 5gtasinf.adb 5gtasinf.ads
21287         5gtpgetc.adb 5hparame.ads 5hsystem.ads 5htaspri.ads
21288         5iosinte.ads 5itaspri.ads 5ksystem.ads 5kvxwork.ads
21289         5losinte.ads 5lsystem.ads 5mosinte.ads 5mvxwork.ads
21290         5ninmaop.adb 5nintman.adb 5nosinte.ads 5ntaspri.ads
21291         5oosprim.adb 5oparame.adb 5osystem.ads 5posinte.ads
21292         5posprim.adb 5pvxwork.ads 5rosinte.ads 5rparame.adb
21293         5sintman.adb 5sosinte.ads 5sparame.adb 5ssystem.ads
21294         5stasinf.adb 5stasinf.ads 5staspri.ads 5svxwork.ads
21295         5tosinte.ads 5uosinte.ads 5vasthan.adb 5vinterr.adb
21296         5vintman.ads 5vosinte.ads 5vosprim.adb 5vosprim.ads
21297         5vparame.ads 5vsystem.ads 5vtaspri.ads 5vtpopde.adb
21298         5vtpopde.ads 5vvaflop.adb 5wintman.adb 5wmemory.adb
21299         5wosinte.ads 5wosprim.adb 5wsystem.ads 5wtaprop.adb
21300         5wtaspri.ads 5ysystem.ads 5zinterr.adb 5zosinte.adb
21301         5zosinte.ads 5zosprim.adb 5zsystem.ads 6vcpp.adb 6vcstrea.adb
21302         7sosprim.adb 86numaux.adb 86numaux.ads 9drpc.adb a-astaco.adb
21303         a-caldel.ads a-calend.adb a-calend.ads a-chahan.adb
21304         a-chahan.ads a-colien.adb a-colien.ads a-colire.adb
21305         a-colire.ads a-comlin.adb a-comlin.ads a-cwila1.ads
21306         a-decima.adb a-decima.ads a-diocst.adb a-diocst.ads
21307         a-direio.adb a-direio.ads a-einuoc.adb a-einuoc.ads
21308         a-except.adb a-except.ads a-excpol.adb a-exctra.adb
21309         a-exctra.ads a-filico.adb a-filico.ads a-finali.adb
21310         a-finali.ads a-interr.ads a-intsig.adb a-intsig.ads
21311         a-ngcefu.adb a-ngcoty.adb a-ngcoty.ads a-ngelfu.adb
21312         a-nudira.adb a-nudira.ads a-nuflra.adb a-nuflra.ads
21313         a-numaux.ads a-reatim.ads a-retide.ads a-sequio.adb
21314         a-sequio.ads a-siocst.adb a-siocst.ads a-ssicst.adb
21315         a-ssicst.ads a-stmaco.ads a-storio.adb a-strbou.adb
21316         a-strbou.ads a-stream.ads a-strfix.adb a-strfix.ads
21317         a-strmap.adb a-strmap.ads a-strsea.adb a-strsea.ads
21318         a-strunb.adb a-strunb.ads a-ststio.adb a-ststio.ads
21319         a-stunau.adb a-stunau.ads a-stwibo.adb a-stwibo.ads
21320         a-stwifi.adb a-stwima.adb a-stwima.ads a-stwise.adb
21321         a-stwise.ads a-stwiun.adb a-stwiun.ads a-suteio.adb
21322         a-suteio.ads a-swmwco.ads a-swuwti.adb a-swuwti.ads
21323         a-sytaco.adb a-sytaco.ads a-tags.adb a-tags.ads a-tasatt.ads
21324         a-taside.adb a-taside.ads a-teioed.adb a-teioed.ads
21325         a-textio.adb a-textio.ads a-ticoau.adb a-ticoau.ads
21326         a-ticoio.adb a-ticoio.ads a-tideau.adb a-tideau.ads
21327         a-tideio.adb a-tideio.ads a-tienau.adb a-tienau.ads
21328         a-tienio.adb a-tienio.ads a-tifiio.adb a-tifiio.ads
21329         a-tiflau.adb a-tiflau.ads a-tiflio.adb a-tiflio.ads
21330         a-tigeau.adb a-tigeau.ads a-tiinau.adb a-tiinau.ads
21331         a-tiinio.adb a-tiinio.ads a-timoau.adb a-timoau.ads
21332         a-timoio.adb a-timoio.ads a-tiocst.adb a-tiocst.ads
21333         a-titest.adb a-witeio.adb a-witeio.ads a-wtcoau.adb
21334         a-wtcoau.ads a-wtcoio.adb a-wtcstr.adb a-wtcstr.ads
21335         a-wtdeau.adb a-wtdeau.ads a-wtdeio.adb a-wtdeio.ads
21336         a-wtedit.adb a-wtedit.ads a-wtenau.adb a-wtenau.ads
21337         a-wtenio.adb a-wtenio.ads a-wtfiio.adb a-wtfiio.ads
21338         a-wtflau.adb a-wtflau.ads a-wtflio.adb a-wtflio.ads
21339         a-wtgeau.adb a-wtgeau.ads a-wtinau.adb a-wtinau.ads
21340         a-wtinio.adb a-wtmoau.adb a-wtmoau.ads a-wtmoio.adb
21341         a-wtmoio.ads a-wttest.adb ada-tree.def ada-tree.h ada.h
21342         adaint.c adaint.h ali-util.adb ali-util.ads ali.adb ali.ads
21343         alloc.ads argv.c atree.adb atree.ads atree.h back_end.adb
21344         back_end.ads bcheck.adb bcheck.ads binde.adb binde.ads
21345         binderr.adb binderr.ads bindgen.adb bindgen.ads bindusg.adb
21346         bindusg.ads butil.adb butil.ads cal.c casing.adb casing.ads
21347         ceinfo.adb checks.adb checks.ads cio.c comperr.adb comperr.ads
21348         csets.adb csets.ads csinfo.adb cstand.adb cstand.ads
21349         cstreams.c cuintp.c debug.adb debug.ads debug_a.adb
21350         debug_a.ads dec-io.adb dec-io.ads dec.ads decl.c deftarg.c
21351         einfo.adb einfo.ads einfo.h elists.adb elists.ads elists.h
21352         errno.c errout.adb errout.ads eval_fat.adb eval_fat.ads exit.c
21353         exp_aggr.adb exp_aggr.ads exp_attr.adb exp_attr.ads
21354         exp_ch10.ads exp_ch11.adb exp_ch11.ads exp_ch12.adb
21355         exp_ch12.ads exp_ch13.adb exp_ch13.ads exp_ch2.adb exp_ch2.ads
21356         exp_ch3.adb exp_ch3.ads exp_ch4.adb exp_ch4.ads exp_ch5.adb
21357         exp_ch5.ads exp_ch6.adb exp_ch6.ads exp_ch7.adb exp_ch7.ads
21358         exp_ch8.adb exp_ch8.ads exp_ch9.adb exp_ch9.ads exp_code.adb
21359         exp_code.ads exp_dbug.adb exp_dbug.ads exp_disp.adb
21360         exp_disp.ads exp_dist.adb exp_dist.ads exp_fixd.adb
21361         exp_fixd.ads exp_imgv.adb exp_imgv.ads exp_intr.adb
21362         exp_intr.ads exp_pakd.adb exp_pakd.ads exp_prag.adb
21363         exp_prag.ads exp_smem.adb exp_smem.ads exp_strm.adb
21364         exp_strm.ads exp_tss.adb exp_tss.ads exp_util.adb exp_util.ads
21365         exp_vfpt.adb exp_vfpt.ads expander.adb expander.ads fe.h
21366         final.c fmap.adb fmap.ads fname-sf.adb fname-sf.ads
21367         fname-uf.adb fname-uf.ads fname.adb fname.ads freeze.adb
21368         freeze.ads frontend.adb frontend.ads g-calend.ads g-comlin.adb
21369         g-debpoo.adb g-debpoo.ads g-locfil.adb g-os_lib.ads
21370         g-regist.adb g-regist.ads get_targ.adb get_targ.ads gigi.h
21371         gmem.c gnat1drv.adb gnat1drv.ads gnat_ug.texi gnatbind.adb
21372         gnatbind.ads gnatbl.c gnatcmd.adb gnatcmd.ads gnatdll.adb
21373         gnatfind.adb gnatkr.adb gnatkr.ads gnatlbr.adb gnatlink.adb
21374         gnatlink.ads gnatls.adb gnatls.ads gnatmake.adb gnatmake.ads
21375         gnatmem.adb gnatprep.adb gnatprep.ads gnatpsta.adb gnatvsn.ads
21376         gnatxref.adb hlo.adb hlo.ads hostparm.ads i-c.adb i-cexten.ads
21377         i-cobol.adb i-cobol.ads i-cpoint.adb i-cpoint.ads i-cpp.adb
21378         i-cpp.ads i-cstrea.adb i-cstrea.ads i-cstrin.adb i-cstrin.ads
21379         i-fortra.adb i-os2err.ads i-os2lib.adb i-os2lib.ads
21380         i-os2syn.ads i-os2thr.ads i-pacdec.adb i-pacdec.ads
21381         impunit.adb impunit.ads init.c inline.adb inline.ads io-aux.c
21382         itypes.adb itypes.ads krunch.adb krunch.ads lang-options.h
21383         lang-specs.h layout.adb layout.ads lib-list.adb lib-load.adb
21384         lib-load.ads lib-sort.adb lib-util.adb lib-util.ads
21385         lib-writ.adb lib-writ.ads lib-xref.adb lib-xref.ads lib.adb
21386         lib.ads link.c live.adb live.ads make.adb make.ads makeusg.adb
21387         makeusg.ads math_lib.adb mdll.adb mdll.ads memtrack.adb misc.c
21388         namet.adb namet.ads namet.h nlists.adb nlists.ads nlists.h
21389         nmake.adb nmake.ads nmake.adt opt.adb opt.ads osint.adb
21390         osint.ads output.adb output.ads par-ch10.adb par-ch11.adb
21391         par-ch12.adb par-ch13.adb par-ch2.adb par-ch3.adb par-ch4.adb
21392         par-ch5.adb par-ch6.adb par-ch7.adb par-ch8.adb par-ch9.adb
21393         par-endh.adb par-labl.adb par-load.adb par-prag.adb
21394         par-sync.adb par-tchk.adb par-util.adb par.adb par.ads
21395         prj-attr.adb prj-attr.ads prj-com.adb prj-com.ads prj-dect.adb
21396         prj-dect.ads prj-env.adb prj-env.ads prj-ext.adb prj-ext.ads
21397         prj-nmsc.adb prj-nmsc.ads prj-pars.adb prj-pars.ads
21398         prj-part.adb prj-part.ads prj-proc.adb prj-proc.ads
21399         prj-strt.adb prj-strt.ads prj-tree.adb prj-tree.ads
21400         prj-util.adb prj-util.ads prj.adb prj.ads raise.c raise.h
21401         repinfo.adb repinfo.ads repinfo.h restrict.adb restrict.ads
21402         rident.ads rtsfind.adb rtsfind.ads s-addima.adb s-addima.ads
21403         s-arit64.adb s-arit64.ads s-assert.adb s-assert.ads
21404         s-asthan.adb s-asthan.ads s-atacco.adb s-auxdec.adb
21405         s-auxdec.ads s-bitops.adb s-bitops.ads s-chepoo.ads
21406         s-direio.adb s-direio.ads s-except.ads s-exctab.adb
21407         s-exctab.ads s-exnflt.ads s-exngen.adb s-exngen.ads
21408         s-exnint.ads s-exnlfl.ads s-exnlin.ads s-exnllf.ads
21409         s-exnlli.ads s-exnsfl.ads s-exnsin.ads s-exnssi.ads
21410         s-expflt.ads s-expgen.adb s-expgen.ads s-expint.ads
21411         s-explfl.ads s-explin.ads s-expllf.ads s-explli.ads
21412         s-expllu.adb s-expllu.ads s-expmod.adb s-expmod.ads
21413         s-expsfl.ads s-expsin.ads s-expssi.ads s-expuns.adb
21414         s-expuns.ads s-fatflt.ads s-fatgen.adb s-fatgen.ads
21415         s-fatlfl.ads s-fatllf.ads s-fatsfl.ads s-ficobl.ads
21416         s-fileio.adb s-fileio.ads s-finimp.adb s-finimp.ads
21417         s-finroo.adb s-finroo.ads s-fore.adb s-fore.ads s-imgbiu.adb
21418         s-imgbiu.ads s-imgboo.adb s-imgboo.ads s-imgcha.adb
21419         s-imgcha.ads s-imgdec.adb s-imgdec.ads s-imgenu.adb
21420         s-imgenu.ads s-imgint.adb s-imgint.ads s-imgllb.adb
21421         s-imgllb.ads s-imglld.adb s-imglld.ads s-imglli.adb
21422         s-imglli.ads s-imgllu.adb s-imgllu.ads s-imgllw.adb
21423         s-imgllw.ads s-imgrea.adb s-imgrea.ads s-imguns.adb
21424         s-imguns.ads s-imgwch.adb s-imgwch.ads s-imgwiu.adb
21425         s-imgwiu.ads s-inmaop.ads s-interr.adb s-interr.ads
21426         s-intman.ads s-io.adb s-io.ads s-maccod.ads s-mantis.adb
21427         s-mantis.ads s-memory.adb s-memory.ads s-osprim.ads
21428         s-pack03.adb s-pack03.ads s-pack05.adb s-pack05.ads
21429         s-pack06.adb s-pack06.ads s-pack07.adb s-pack07.ads
21430         s-pack09.adb s-pack09.ads s-pack10.adb s-pack10.ads
21431         s-pack11.adb s-pack11.ads s-pack12.adb s-pack12.ads
21432         s-pack13.adb s-pack13.ads s-pack14.adb s-pack14.ads
21433         s-pack15.adb s-pack15.ads s-pack17.adb s-pack17.ads
21434         s-pack18.adb s-pack18.ads s-pack19.adb s-pack19.ads
21435         s-pack20.adb s-pack20.ads s-pack21.adb s-pack21.ads
21436         s-pack22.adb s-pack22.ads s-pack23.adb s-pack23.ads
21437         s-pack24.adb s-pack24.ads s-pack25.adb s-pack25.ads
21438         s-pack26.adb s-pack26.ads s-pack27.adb s-pack27.ads
21439         s-pack28.adb s-pack28.ads s-pack29.adb s-pack29.ads
21440         s-pack30.adb s-pack30.ads s-pack31.adb s-pack31.ads
21441         s-pack33.adb s-pack33.ads s-pack34.adb s-pack34.ads
21442         s-pack35.adb s-pack35.ads s-pack36.adb s-pack36.ads
21443         s-pack37.adb s-pack37.ads s-pack38.adb s-pack38.ads
21444         s-pack39.adb s-pack39.ads s-pack40.adb s-pack40.ads
21445         s-pack41.adb s-pack41.ads s-pack42.adb s-pack42.ads
21446         s-pack43.adb s-pack43.ads s-pack44.adb s-pack44.ads
21447         s-pack45.adb s-pack45.ads s-pack46.adb s-pack46.ads
21448         s-pack47.adb s-pack47.ads s-pack48.adb s-pack48.ads
21449         s-pack49.adb s-pack49.ads s-pack50.adb s-pack50.ads
21450         s-pack51.adb s-pack51.ads s-pack52.adb s-pack52.ads
21451         s-pack53.adb s-pack53.ads s-pack54.adb s-pack54.ads
21452         s-pack55.adb s-pack55.ads s-pack56.adb s-pack56.ads
21453         s-pack57.adb s-pack57.ads s-pack58.adb s-pack58.ads
21454         s-pack59.adb s-pack59.ads s-pack60.adb s-pack60.ads
21455         s-pack61.adb s-pack61.ads s-pack62.adb s-pack62.ads
21456         s-pack63.adb s-pack63.ads s-parame.adb s-parame.ads
21457         s-parint.adb s-parint.ads s-pooglo.adb s-pooglo.ads
21458         s-pooloc.adb s-pooloc.ads s-poosiz.adb s-poosiz.ads
21459         s-powtab.ads s-proinf.adb s-proinf.ads s-rpc.adb s-rpc.ads
21460         s-scaval.ads s-secsta.adb s-secsta.ads s-sequio.adb
21461         s-sequio.ads s-shasto.adb s-shasto.ads s-soflin.adb
21462         s-soflin.ads s-sopco3.adb s-sopco3.ads s-sopco4.adb
21463         s-sopco4.ads s-sopco5.adb s-sopco5.ads s-stache.adb
21464         s-stache.ads s-stalib.adb s-stalib.ads s-stoele.adb
21465         s-stopoo.ads s-stratt.adb s-stratt.ads s-strops.adb
21466         s-strops.ads s-taprob.ads s-taprop.ads s-tarest.ads
21467         s-tasdeb.adb s-tasdeb.ads s-tasinf.adb s-tasinf.ads
21468         s-tasini.ads s-taskin.ads s-tasren.ads s-tasres.ads
21469         s-tassta.ads s-tpinop.adb s-tpinop.ads s-tpoben.ads
21470         s-tpobop.ads s-unstyp.ads s-vaflop.adb s-vaflop.ads
21471         s-valboo.adb s-valboo.ads s-valcha.adb s-valcha.ads
21472         s-valdec.adb s-valdec.ads s-valenu.adb s-valenu.ads
21473         s-valint.adb s-valint.ads s-vallld.adb s-vallld.ads
21474         s-vallli.adb s-vallli.ads s-valllu.adb s-valllu.ads
21475         s-valrea.adb s-valrea.ads s-valuns.adb s-valuns.ads
21476         s-valuti.adb s-valuti.ads s-valwch.adb s-valwch.ads
21477         s-vercon.adb s-vercon.ads s-vmexta.adb s-vmexta.ads
21478         s-wchcnv.adb s-wchcnv.ads s-wchcon.ads s-wchjis.adb
21479         s-wchjis.ads s-wchstw.adb s-wchstw.ads s-wchwts.adb
21480         s-wchwts.ads s-widboo.adb s-widboo.ads s-widcha.adb
21481         s-widcha.ads s-widenu.adb s-widenu.ads s-widlli.adb
21482         s-widlli.ads s-widllu.adb s-widllu.ads s-widwch.adb
21483         s-widwch.ads s-wwdcha.adb s-wwdcha.ads s-wwdenu.adb
21484         s-wwdenu.ads s-wwdwch.adb s-wwdwch.ads scans.adb scans.ads
21485         scn-nlit.adb scn-slit.adb scn.adb scn.ads sdefault.ads sem.adb
21486         sem.ads sem_aggr.adb sem_aggr.ads sem_attr.adb sem_attr.ads
21487         sem_case.adb sem_case.ads sem_cat.adb sem_cat.ads sem_ch10.adb
21488         sem_ch10.ads sem_ch11.adb sem_ch11.ads sem_ch12.adb
21489         sem_ch12.ads sem_ch13.adb sem_ch13.ads sem_ch2.adb sem_ch2.ads
21490         sem_ch3.adb sem_ch3.ads sem_ch4.adb sem_ch4.ads sem_ch5.adb
21491         sem_ch5.ads sem_ch6.adb sem_ch6.ads sem_ch7.adb sem_ch7.ads
21492         sem_ch8.adb sem_ch8.ads sem_ch9.adb sem_ch9.ads sem_disp.adb
21493         sem_disp.ads sem_dist.adb sem_dist.ads sem_elab.adb
21494         sem_elab.ads sem_elim.adb sem_elim.ads sem_eval.adb
21495         sem_eval.ads sem_intr.adb sem_intr.ads sem_maps.adb
21496         sem_maps.ads sem_mech.adb sem_mech.ads sem_prag.adb
21497         sem_prag.ads sem_res.adb sem_res.ads sem_smem.adb sem_smem.ads
21498         sem_type.adb sem_type.ads sem_util.adb sem_util.ads
21499         sem_vfpt.adb sem_vfpt.ads sem_warn.adb sem_warn.ads
21500         sfn_scan.adb sfn_scan.ads sinfo-cn.adb sinfo-cn.ads sinfo.adb
21501         sinfo.ads sinfo.h sinput-l.adb sinput-l.ads sinput-p.adb
21502         sinput-p.ads sinput.adb sinput.ads snames.adb snames.ads
21503         snames.h sprint.adb sprint.ads stand.adb stand.ads stringt.adb
21504         stringt.ads stringt.h style.adb style.ads stylesw.adb
21505         stylesw.ads switch.adb switch.ads sysdep.c system.ads
21506         table.adb table.ads targparm.adb targparm.ads targtyps.c
21507         tbuild.adb tbuild.ads trans.c tree_gen.adb tree_gen.ads
21508         tree_in.adb tree_in.ads tree_io.adb tree_io.ads treepr.adb
21509         treepr.ads treeprs.ads treeprs.adt ttypef.ads ttypes.ads
21510         types.adb types.ads types.h uintp.adb uintp.ads uintp.h
21511         uname.adb uname.ads urealp.adb urealp.ads urealp.h usage.adb
21512         usage.ads utils.c utils2.c validsw.adb validsw.ads
21513         widechar.adb widechar.ads xeinfo.adb xnmake.adb xr_tabls.adb
21514         xr_tabls.ads xref_lib.adb xref_lib.ads xsinfo.adb xsnames.adb
21515         xtreeprs.adb: Correct statements in comments about maintainership
21516         of GNAT.
21518 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
21520         * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o.
21521         * Makefile.in (TOOLS_LIBS): Add ../../version.o.
21522         * gnatvsn.ads: Gnat_Version_String is now a function.
21523         * gnatvsn.adb: New file.  When asked for Gnat_Version_String,
21524         copy the C version_string into a String and return it.
21525         * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb,
21526         gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb:
21527         Remove pragma Ident (Gnat_Version_String).  If this was the
21528         sole use of package Gnatvsn, remove the with statement too.
21529         * gnat1drv.adb: Tweak -gnatv output.
21531 2002-09-17  Richard Henderson  <rth@redhat.com>
21533         * trans.c (tree_transform): Use real_ldexp not REAL_VALUE_LDEXP.
21534         * config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2): Use real_2expN.
21535         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
21536         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
21537         * config/m68k/m68k.c (floating_exact_log2): Use real_exponent
21538         and real_2expN instead of a loop.
21539         * doc/tm.texi (REAL_VALUE_LDEXP): Remove.
21540         (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove.
21542 2002-08-25  Andre Leis <a.leis@gmx.net>
21543             David Billinghurst (David.Billinghurst@riotinto.com>
21545         * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
21547 2002-08-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21549         * Make-lang.in (gnatbind$(exeext)): Link with $(SYSLIBS).
21550         Remove $(CONFIG_H) dependency.
21552 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
21554         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
21556 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21558         * adadecode.c (ada_demangle): Use xstrdup in lieu of
21559         xmalloc/strcpy.
21560         * misc.c (gnat_decode_option): Likewise.
21562 2002-07-15  Florian Weimer  <fw@deneb.enyo.de>
21564         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
21565         function approach did not work well because of a side effect (the
21566         function call could reallocate the table which was being indexed
21567         using its result). Fixes ada/4851. [RESURRECTED]
21569 2002-07-01  Roger Sayle  <roger@eyesopen.com>
21571         * ada/utils.c (builtin_function): Accept an additional parameter.
21573 2002-06-28  Andreas Jaeger  <aj@suse.de>
21575         PR ada/7144
21576         * Makefile.in: Fix typo in comment, patch by Adrian Knoth
21577         <adi@thur.de>.
21579 2002-06-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21581         * Makefile.in (SHELL): Set to @SHELL@.
21583 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21585         * utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit
21586         array size calculation.
21588 2002-06-04  Andreas Jaeger  <aj@suse.de>
21590         * Make-lang.in (gnatbind): Readd rule that has been lost in last
21591         patch.
21593 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
21595         Merge from pch-branch:
21597         * config-lang.in (gtfiles): Add ada-tree.h.
21598         * ada-tree.h (SET_TYPE_CI_CO_LIST): New.
21599         (SET_TYPE_MODULUS): New.
21600         (SET_TYPE_INDEX): New.
21601         (SET_TYPE_DIGITS_VALUE): New.
21602         (SET_TYPE_RM_SIZE): New.
21603         (SET_TYPE_UNCONSTRAINED_ARRAY): New.
21604         (SET_TYPE_ADA_SIZE): New.
21605         (SET_TYPE_ACTUAL_BOUNDS): New.
21606         (SET_DECL_CONST_CORRESPONDING_VAR): New.
21607         (SET_DECL_ORIGINAL_FIELD): New.
21608         (TREE_LOOP_ID): Correct typo.
21609         * decl.c: Use new macros.
21610         * utils.c: Include debug.h, use new macros.
21611         * utils2.c: Use new macros.
21613         * ada-tree.h: Update all macros for new tree description.
21614         (struct tree_loop_id): New.
21615         (union lang_tree_node): New.
21616         (struct lang_decl): New.
21617         (struct lang_type): New.
21618         * misc.c (gnat_mark_tree): Delete.
21619         (LANG_HOOKS_MARK_TREE): Delete.
21620         * trans.c (tree_transform): No longer any need to cast
21621         for TREE_LOOP_ID.
21623         * utils.c (struct language_function): New dummy structure.
21625         * Makefile.in (decl.o): gt-ada-<filename.h> is in objdir, not srcdir.
21626         (misc.o): Likewise.
21627         (utils.o): Likewise; also gtype-ada.h.
21628         * Make-lang.in (gnat1): Add dependency on s-gtype.
21629         (gnatbind): Add dependency on $(CONFIG_H).
21630         * utils.c: Correct last #include.
21631         (stuct e_stack): Remove unnecessary 'static'.
21632         (mark_e_stack): Remove unused prototype.
21634         * scn-nlit.adb: Remove whitespace after version number to
21635         keep lines under 80 chars.
21636         * snames.adb: Likewise.
21637         * treepr.ads: Likewise.
21639         * Makefile.in (decl.o): Include gt-ada-<filename>.h.
21640         (misc.o): Likewise.
21641         (utils.o): Include gt-ada-<filename>.h and gtype-ada.h.
21642         * config-lang.in (gtfiles): New.
21643         * decl.c: Use gengtype for roots.
21644         * gigi.h: Use gengtype for roots.
21645         * trans.c: Use gengtype for roots.
21646         * utils.c: Use gengtype for roots, marking.  Include gtype-ada.h.
21648 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
21650         * misc.c (gnat_init): Adjust setting of internal_error_function.
21652 2002-06-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21654         * gnat_ug.texi: Use @ifnottex instead of @ifinfo.
21655         * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
21656         gnat_ug_wnt.texi: Regenerate.
21658 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
21660         * 5ntaprop.adb (with System.OS_Primitives): Remove.
21662         * cstreams.c (max_path_len): Move from here ...
21663         * adaint.c (__gnat_max_path_len): ... to here.
21664         * adaint.c (__gnat_max_path_len): Declare.
21665         * g-dirope.adb (Max_Path): Adjust.
21666         * g-os_lib.adb (Normalize_Pathname.Max_Path): Adjust.
21667         * i-cstrea.ads (max_path_len): Adjust.
21668         * osint.adb (Get_RTS_Search_Dir.Max_Path): Adjust.
21669         * xr_tabls.adb (Dir_Name.Max_Path: Adjust.
21671         * Makefile.in, Make-lang.in: Documentation is now built in
21672         Make-lang.in.  Store Info and generated Texinfo files in the
21673         source directory.
21674         * gnat_ug.texi: Remove CVS keywords, correct version number.
21675         Set file name correctly.
21677         * gnat_ug_*.texi: Add.
21678         * .cvsignore: Ignore generated Texinfo files.
21680 2002-05-30  Zack Weinberg  <zack@codesourcery.com>
21682         * ada.h: Add MI guard macro.
21683         (SUBTYPE): Define constants with an anonymous enum, not static
21684         const variables.
21685         (IN): Cast constants to appropriate type before use.
21687 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
21689         * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526
21690         (experimental)".
21692 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21694         * Make-lang.in (CP, ECHO): Copy from Makefile.in.
21695         (X_ADA_CFLAGS, T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS): Likewise.
21696         (ALL_ADAFLAGS, FORCE_DEBUG_ADAFLAGS, ADA_CFLAGS): Likewise.
21697         (ALL_ADA_CFLAGS): Likewise.
21698         (ADA_INCLUDES): Likewise.
21699         Adapt for new working dir.
21700         (GNATBIND): Use Makefile.in version.
21701         (.SUFFIXES): Copy from Makefile.in.
21702         (ada-warn): Define.
21703         (.adb.o, .ads.o): Copy from Makefile.in.
21704         Added $(OUTPUT_OPTION).
21705         (GNAT1_C_OBJS): Moved from Makefile.in.
21706         Prefix with ada subdir.
21707         (GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS, GNATBIND_OBJS): Likewise.
21708         (EXTRA_GNAT1_OBJS): Moved from Makefile.in.
21709         Adapt for new working dir.
21710         (EXTRA_GNATBIND_OBJS): Likewise.
21711         (ADA_BACKEND): Moved from Makefile.in.
21712         Renamed to avoid conflict with global BACKEND.
21713         Use that one.
21714         (TARGET_ADA_SRCS): Moved from Makefile.in.
21715         (gnat1$(exeext)): Replaced recursive rule with Makefile.in version.
21716         Use ADA_BACKEND.
21717         (gnatbind$(exeext)): Replaced recursive rule with Makefile.in version.
21718         (ada_extra_files): Moved from Makefile.in.
21719         Prefix with ada subdir.
21720         (ada/b_gnat1.c, ada/b_gnat1.o, ada/b_gnatb.c, ada/b_gnatb.o): Likewise.
21721         (ada/treeprs.ads, ada/einfo.h, ada/sinfo.h, ada/nmake.adb): Likewise.
21722         (ada/nmake.ads): Likewise.
21723         (update-sources): Moved from Makefile.in.
21724         Prefix with ada subdir.
21725         (ada/sdefault.adb, ada/stamp-sdefault, ada/sdefault.o): Likewise.
21726         (ADA_TREE_H): Likewise.
21727         (ada/a-except.o, ada/s-assert.o, ada/s-memory.o): Likewise.
21728         (ada/memtrack.o): Likewise.
21729         (ada/adadecode.o): Likewise.
21730         Update dependencies.
21731         (ada/adaint.o): New.
21732         (ada/argv.o): Moved from Makefile.in.
21733         Prefix with ada subdir.
21734         Update dependencies.
21735         (ada/cstreams.o, ada/exit.o, ada/final.o, ada/link.o): Likewise.
21736         (ada/cio.o, ada/init.o, ada/raise.o, ada/tracebak.o): Likewise.
21737         (ada/cuintp.o, ada/decl.o, ada/misc.o): Moved from Makefile.in.
21738         Prefix with ada subdir.
21739         (ada/targtyps.o, ada/trans.o, ada/utils.o, ada/utils2.o): Likewise.
21740         (GNAT DEPENDENCIES): Regenerate.
21741         * Makefile.in (MACHMODE_H, RTL_H, TREE_H): Removed, provided by
21742         toplevel Makefile.in.
21743         (EXTRA_GNAT1_OBJS, EXTRA_GNATBIND_OBJS): Removed.
21744         (TARGET_ADA_SRCS): Removed.
21745         (GNAT1_C_OBJS, GNAT_ADA_OBJS, GNAT1_ADA_OBJS, GNAT1_OBJS): Likewise.
21746         (GNATBIND_OBJS): Likewise.
21747         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Moved here.
21748         (BACKEND): Removed.
21749         (../gnat1$(exeext), ../gnatbind$(exeext)): Likewise.
21750         (TREE_H): Likewise.
21751         (ada_extra_files): Likewise.
21752         (b_gnat1.c, b_gnat1.o, b_gnatb.c, b_gnatb.o): Likewise.
21753         (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): Likewise.
21754         (update-sources): Likewise.
21755         (sdefault.adb, stamp-sdefault, sdefault.o): Likewise
21756         (ADA_TREE_H): Likewise.
21757         (adadecoce.o): Likewise.
21758         (cuintp.o, decl.o, misc.o, trans.o, utils.o, utils2.o): Likewise.
21759         (GNAT DEPENDENCIES): Likewise.
21761 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21763         * Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
21764         * Makefile.in: Likewise.
21766 2002-05-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21768         * Make-lang.in (gnat1$(exeext), gnatbind$(exeext), gnattools):
21769         Restore $(CONFIG_H) and prefix.o dependencies.
21770         (ada.stage[1-4]): Depend on stage?-start.
21772         * Makefile.in (b_gnatb.c): Depend on interfac.o.
21774 2002-05-02  Jim Wilson  <wilson@redhat.com>
21776         * utils.c (finish_record_type): Change record_size to record_type.
21778 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21780         * ada/Makefile.in (X_ADA_CFLAGS, T_ADA_CFLAGS): New fragment overrides.
21781         (ALL_ADA_CFLAGS): Define.  Replace ADA_CFLAGS with ALL_ADA_CFLAGS in
21782         ALL_ADAFLAGS, MOST_ADAFLAGS, and all compilations using CC.
21784 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
21786         * misc.c (gnat_parse_file): Update.
21788 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
21790         * misc.c (gnat_init): Don't set lang_attribute_common.
21792 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21794         * gnat_rm.texi: Use @ifnottex instead of @ifinfo.
21796 2002-04-21  Florian Weimer  <fw@deneb.enyo.de>
21798         * gnat_ug.texi: New file.
21800         * gnat_rm.texi: Do not include texiplus.texi.  Include fdl.texi
21801         instead of gfdl.texi
21803         * xgnatug.adb, ug_words: New files.
21805         * Makefile.in (doc, dvi): New targets.  Build gnat_ug_*,
21806         gnat_rm and gnat-style manuals.
21808 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21810         * gigi.h (incomplete_type_error): Remove.
21811         * utils.c (incomplete_type_error): Remove.
21813 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
21815         * trans.c (tree_transform): Add has_scope argument to
21816         expand_start_stmt_expr.
21818 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
21820         * gigi.h (truthvalue_conversion): Rename.
21821         * misc.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
21822         * trans.c (tree_transform): Update.
21823         * utils2.c (truthvalue_conversion): Rename, update.
21824         (build_binary_op, build_unary_op): Update.
21826 2002-04-04  Laurent Guerby  <guerby@acm.org>
21828         * make.adb: Implement -margs, remove restriction about file name placement.
21829         * makeusg.adb: Documentation update.
21830         * Makefile.in (TOOLS_FLAGS_TO_PASS): Add VPATH=$(fsrcdir).
21831         * Makefile.in (gnattools3): Comment out, gnatmem does not build without libaddr2line.
21833 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
21835         * utils.c (create_subprog_decl): Use SET_DECL_ASSEMBLER_NAME.
21836         (builtin_function): Similarly.
21838 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
21840         * decl.c (gnat_to_gnu_entity): Update.
21841         * gigi.h (mark_addressable): Rename.
21842         * misc.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
21843         * trans.c (tree_transform): Update.
21844         * utils.c (create_var_decl): Update.
21845         * util2.c (build_binary_op, build_unary_op,
21846         fill_vms_descriptor): Update.
21847         (mark_addressable): Rename, update.
21849 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
21851         * gigi.h (unsigned_type, signed_type, signed_or_unsigned_type):
21852         Rename.
21853         * misc.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
21854         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
21855         * trans.c (tree_transform, convert_with_check): Update.
21856         * utils.c (unsigned_type, signed_type, signed_or_unsigned_type):
21857         Rename.
21859 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
21861         * gigi.h (finish_incomplete_decl): Rename.
21862         * misc.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL): Redefine.
21863         * utils.c (gnat_init_decl_processing): Don't set hook.
21864         (finish_incomplete_decl): Rename.
21866 2002-03-29  Andreas Schwab  <schwab@suse.de>
21868         * Makefile.in: Pass VPATH=$(fsrcdir) when calling make in rts
21869         directory.
21871 2001-03-28  Robert Dewar <dewar@gnat.com>
21873         * checks.ads:
21874         (Remove_Checks): New procedure
21876         * checks.adb:
21877         (Remove_Checks): New procedure
21879         * exp_util.adb:
21880         Use new Duplicate_Subexpr functions
21881         (Duplicate_Subexpr_No_Checks): New procedure
21882         (Duplicate_Subexpr_No_Checks_Orig): New procedure
21883         (Duplicate_Subexpr): Restore original form (checks duplicated)
21884         (Duplicate_Subexpr): Call Remove_Checks
21886         * exp_util.ads:
21887         (Duplicate_Subexpr_No_Checks): New procedure
21888         (Duplicate_Subexpr_No_Checks_Orig): New procedure
21889         Add 2002 to copyright notice
21891         * sem_util.adb: Use new Duplicate_Subexpr functions
21893         * sem_eval.adb:
21894         (Eval_Indexed_Component): This is the place to call
21895         Constant_Array_Ref and to replace the value. We simply merge
21896         the code of this function in here, since it is now no longer
21897         used elsewhere. This fixes the problem of the back end not
21898         realizing we were clever enough to see that this was
21899         constant.
21900         (Expr_Val): Remove call to Constant_Array_Ref
21901         (Expr_Rep_Val): Remove call to Constant_Array_Ref
21902         Minor reformatting
21903         (Constant_Array_Ref): Deal with string literals (patch
21904         suggested by Zack Weinberg on the gcc list)
21906 2001-03-28  Ed Schonberg <schonber@gnat.com>
21908         * exp_util.adb: Duplicate_Subexpr_No_Checks_Orig =>
21909         Duplicate_Subexpr_Move_Checks.
21911         * exp_util.ads: Duplicate_Subexpr_No_Checks_Orig =>
21912         Duplicate_Subexpr_Move_Checks.
21914         * sem_eval.adb: (Constant_Array_Ref): Verify that constant
21915         value of array exists before retrieving it (it may a private
21916         protected component in a function).
21918 2002-03-28   Geert Bosch <bosch@gnat.com>
21920         * prj-pp.adb : New file.
21922         * prj-pp.ads : New file.
21924 2002-03-28  Andreas Jaeger  <aj@suse.de>
21926         * Makefile.in (stamp-sdefault): Fix path for Makefile.
21928 2002-03-28  Neil Booth  <neil@daikokuya.demon.co.uk>
21930         * misc.c (gnat_expand_expr): Move prototype.
21932 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
21934         * misc.c (insert_default_attributes): Remove.
21936 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
21938         * misc.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
21939         (gnat_init): Don't set hook.
21940         (gnat_expand_expr): Fix prototype.
21942 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
21944         * misc.c (ggc_p): Remove.
21946 2002-03-27  Geert Bosch  <bosch@gnat.com>
21948         * prj-makr.ads, prj-makr.adb : New files.
21950 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
21952         * misc.c (LANG_HOOKS_MARK_TREE): Redefine.
21953         (lang_mark_tree): Make static, rename.
21955 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
21957         * misc.c (maybe_build_cleanup): Remove.
21959 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
21961         * gigi.h (yyparse): Remove.
21963 2002-03-23  Florian Weimer  <fw@deneb.enyo.de>
21965         * gnat_rm.texi: Sync with ACT version.
21966           (From Ben Brosgol <brosgol@gnat.com>)
21968 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
21970         * misc.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
21971         (gnat_init): Remove old hook.
21973 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21975         * misc.c (LANG_HOOKS_PARSE_FILE): Redefine.
21976         (yyparse): Rename gnat_parse_file.
21978 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
21980         Delete all lines containing "$Revision:".
21981         * xeinfo.adb: Don't look for revision numbers.
21982         * xnmake.adb: Likewise.
21983         * xsinfo.adb: Likewise.
21984         * xsnames.adb: Likewise.
21985         * xtreeprs.adb: Likewise.
21987 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21989         * misc.c (gnat_tree_code_type, gnat_tree_code_length,
21990         gnat_tree_code_name): Delete.
21991         (tree_code_type, tree_code_length, tree_code_name): Define.
21992         (gnat_init): Don't try to copy into the various tree_code
21993         arrays.
21995 2002-03-11  Richard Henderson  <rth@redhat.com>
21997         * Makefile.in (.NOTPARALLEL): Add fake tag.
21999 2002-03-07  Geert Bosch  <bosch@gnat.com>
22001         * adadecode.c, adadecode.h, aux-io.c, s-traces.adb, s-traces.ads,
22002         s-tratas.adb, s-tratas.ads, sinput-d.adb, sinput-d.ads,
22003         switch-b.adb, switch-b.ads, switch-c.adb, switch-c.ads,
22004         switch-m.adb, switch-m.ads : New files.
22006 2002-03-07  Geert Bosch  <bosch@gnat.com>
22008         * 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
22009         4dintnam.ads, 4gintnam.ads, 4hintnam.ads, 4lintnam.ads,
22010         4mintnam.ads, 4pintnam.ads, 4rintnam.ads, 4sintnam.ads,
22011         4uintnam.ads, 4vcalend.adb, 4zintnam.ads, 52system.ads,
22012         5amastop.adb, 5asystem.ads, 5ataprop.adb, 5atpopsp.adb,
22013         5avxwork.ads, 5bosinte.adb, 5bsystem.ads, 5esystem.ads,
22014         5fsystem.ads, 5ftaprop.adb, 5ginterr.adb, 5gmastop.adb,
22015         5gsystem.ads, 5gtaprop.adb, 5gtasinf.adb, 5gtasinf.ads,
22016         5hparame.ads, 5hsystem.ads, 5htaprop.adb, 5htraceb.adb,
22017         5itaprop.adb, 5ksystem.ads, 5kvxwork.ads, 5lintman.adb,
22018         5lsystem.ads, 5mvxwork.ads, 5ninmaop.adb, 5nosinte.ads,
22019         5ntaprop.adb, 5ointerr.adb, 5omastop.adb, 5oosinte.adb,
22020         5osystem.ads, 5otaprop.adb, 5otaspri.ads, 5pvxwork.ads,
22021         5qtaprop.adb, 5sintman.adb, 5ssystem.ads, 5staprop.adb,
22022         5stpopse.adb, 5svxwork.ads, 5tosinte.ads, 5uintman.adb,
22023         5vasthan.adb, 5vinmaop.adb, 5vinterr.adb, 5vintman.adb,
22024         5vmastop.adb, 5vparame.ads, 5vsystem.ads, 5vtaprop.adb,
22025         5vtpopde.adb, 5wmemory.adb, 5wsystem.ads, 5wtaprop.adb,
22026         5ysystem.ads, 5zinterr.adb, 5zintman.adb, 5zosinte.adb,
22027         5zosinte.ads, 5zsystem.ads, 5ztaprop.adb, 6vcpp.adb, 6vcstrea.adb,
22028         7sintman.adb, 7staprop.adb, 7stpopsp.adb, 9drpc.adb,
22029         Make-lang.in, Makefile.in, a-caldel.adb, a-comlin.ads,
22030         a-dynpri.adb, a-except.adb, a-except.ads, a-finali.adb,
22031         a-ncelfu.ads, a-reatim.adb, a-retide.adb, a-stream.ads,
22032         a-ststio.adb, a-ststio.ads, a-stwifi.adb, a-tags.adb, a-tasatt.adb,
22033         a-textio.adb, a-tideau.adb, a-tiflau.adb, a-tigeau.adb,
22034         a-tigeau.ads, a-tiinau.adb, a-timoau.adb, a-witeio.adb,
22035         a-wtdeau.adb, a-wtenau.adb, a-wtflau.adb, a-wtgeau.adb,
22036         a-wtgeau.ads, a-wtinau.adb, a-wtmoau.adb, ada-tree.def, ada-tree.h,
22037         adaint.c, adaint.h, ali-util.adb, ali.adb, ali.ads, atree.adb,
22038         atree.ads, atree.h, back_end.adb, bcheck.adb, bindgen.adb,
22039         bindusg.adb, checks.adb, comperr.adb, config-lang.in, csets.adb,
22040         csets.ads, cstand.adb, cstreams.c, debug.adb, debug.ads, decl.c,
22041         einfo.adb, einfo.ads, einfo.h, elists.h, errout.adb, errout.ads,
22042         eval_fat.adb, exp_aggr.adb, exp_attr.adb, exp_ch11.adb,
22043         exp_ch12.adb, exp_ch13.adb, exp_ch2.adb, exp_ch3.adb, exp_ch3.ads,
22044         exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch7.adb, exp_ch7.ads,
22045         exp_ch9.adb, exp_ch9.ads, exp_dbug.adb, exp_dbug.ads, exp_disp.ads,
22046         exp_dist.adb, exp_fixd.adb, exp_intr.adb, exp_pakd.adb,
22047         exp_prag.adb, exp_strm.adb, exp_util.adb, exp_util.ads,
22048         expander.adb, expect.c, fe.h, fmap.adb, fmap.ads, fname-uf.adb,
22049         freeze.adb, frontend.adb, g-awk.adb, g-cgideb.adb, g-comlin.adb,
22050         g-comlin.ads, g-debpoo.adb, g-dirope.adb, g-dirope.ads,
22051         g-dyntab.adb, g-expect.adb, g-expect.ads, g-io.ads, g-io_aux.adb,
22052         g-io_aux.ads, g-locfil.adb, g-locfil.ads, g-os_lib.adb,
22053         g-os_lib.ads, g-regexp.adb, g-regpat.adb, g-socket.adb,
22054         g-socket.ads, g-spipat.adb, g-table.adb, g-trasym.adb,
22055         g-trasym.ads, gigi.h, gmem.c, gnat1drv.adb, gnatbind.adb, gnatbl.c,
22056         gnatchop.adb, gnatcmd.adb, gnatdll.adb, gnatfind.adb, gnatlbr.adb,
22057         gnatlink.adb, gnatls.adb, gnatmem.adb, gnatprep.adb, gnatvsn.ads,
22058         gnatxref.adb, hlo.adb, hostparm.ads, i-cobol.adb, i-cpp.adb,
22059         i-cstrea.ads, i-cstrin.adb, i-pacdec.adb, i-vxwork.ads,
22060         impunit.adb, init.c, inline.adb, io-aux.c, layout.adb, lib-load.adb,
22061         lib-util.adb, lib-writ.adb, lib-writ.ads, lib-xref.adb,
22062         lib-xref.ads, lib.adb, lib.ads, make.adb, makeusg.adb, mdll.adb,
22063         memroot.adb, misc.c, mlib-tgt.adb, mlib-utl.adb, mlib-utl.ads,
22064         mlib.adb, namet.adb, namet.ads, namet.h, nlists.h, nmake.adb,
22065         nmake.ads, nmake.adt, opt.adb, opt.ads, osint.adb, osint.ads,
22066         output.adb, output.ads, par-ch2.adb, par-ch3.adb, par-ch5.adb,
22067         par-prag.adb, par-tchk.adb, par-util.adb, par.adb, prj-attr.adb,
22068         prj-dect.adb, prj-env.adb, prj-env.ads, prj-nmsc.adb, prj-part.adb,
22069         prj-proc.adb, prj-strt.adb, prj-tree.adb, prj-tree.ads, prj.adb,
22070         prj.ads, raise.c, raise.h, repinfo.adb, restrict.adb, restrict.ads,
22071         rident.ads, rtsfind.adb, rtsfind.ads, s-arit64.adb, s-asthan.adb,
22072         s-atacco.adb, s-atacco.ads, s-auxdec.adb, s-crc32.adb, s-crc32.ads,
22073         s-direio.adb, s-fatgen.adb, s-fileio.adb, s-finimp.adb,
22074         s-gloloc.adb, s-gloloc.ads, s-interr.adb, s-mastop.adb,
22075         s-mastop.ads, s-memory.adb, s-parame.ads, s-parint.adb,
22076         s-pooglo.adb, s-pooloc.adb, s-rpc.adb, s-secsta.adb, s-sequio.adb,
22077         s-shasto.adb, s-soflin.adb, s-soflin.ads, s-stache.adb,
22078         s-taasde.adb, s-taasde.ads, s-tadeca.adb, s-tadeca.ads,
22079         s-tadert.adb, s-tadert.ads, s-taenca.adb, s-taenca.ads,
22080         s-taprob.adb, s-taprop.ads, s-tarest.adb, s-tasdeb.adb,
22081         s-tasini.adb, s-tasini.ads, s-taskin.adb, s-taskin.ads,
22082         s-tasque.adb, s-tasque.ads, s-tasren.adb, s-tasren.ads,
22083         s-tassta.adb, s-tasuti.adb, s-tasuti.ads, s-tataat.adb,
22084         s-tataat.ads, s-tpoben.adb, s-tpoben.ads, s-tpobop.adb,
22085         s-tposen.adb, s-tposen.ads, s-traceb.adb, s-traceb.ads,
22086         s-unstyp.ads, s-widenu.adb, scn-nlit.adb, scn.adb, sem.adb,
22087         sem_aggr.adb, sem_attr.adb, sem_attr.ads, sem_case.adb,
22088         sem_ch10.adb, sem_ch11.adb, sem_ch11.ads, sem_ch12.adb,
22089         sem_ch13.adb, sem_ch13.ads, sem_ch2.adb, sem_ch3.adb, sem_ch3.ads,
22090         sem_ch4.adb, sem_ch5.adb, sem_ch6.adb, sem_ch6.ads, sem_ch7.adb,
22091         sem_ch8.adb, sem_ch8.ads, sem_ch9.adb, sem_disp.adb, sem_dist.adb,
22092         sem_elab.adb, sem_elim.adb, sem_elim.ads, sem_eval.adb,
22093         sem_intr.adb, sem_mech.adb, sem_prag.adb, sem_res.adb,
22094         sem_type.adb, sem_util.adb, sem_util.ads, sem_vfpt.adb,
22095         sem_warn.adb, sinfo.adb, sinfo.ads, sinfo.h, sinput-l.adb,
22096         sinput-l.ads, sinput.adb, sinput.ads, snames.adb, snames.ads,
22097         snames.h, sprint.adb, sprint.ads, stringt.adb, stringt.ads,
22098         stringt.h, style.adb, switch.adb, switch.ads, sysdep.c, system.ads,
22099         table.adb, targparm.adb, targparm.ads, targtyps.c, tbuild.adb,
22100         tbuild.ads, tracebak.c, trans.c, tree_gen.adb, tree_io.adb,
22101         treepr.adb, treepr.ads, treeprs.ads, treeprs.adt, ttypes.ads,
22102         types.adb, types.ads, types.h, uintp.ads, urealp.ads, usage.adb,
22103         utils.c, utils2.c, validsw.adb, xnmake.adb, xr_tabls.adb,
22104         xr_tabls.ads, xref_lib.adb, xref_lib.ads : Merge in ACT changes.
22106         * 1ssecsta.adb, 1ssecsta.ads, a-chlat9.ads, a-cwila9.ads,
22107         g-enblsp.adb, g-md5.adb, g-md5.ads, gnatname.adb, gnatname.ads,
22108         mkdir.c, osint-b.adb, osint-b.ads, osint-c.adb, osint-c.ads,
22109         osint-l.adb, osint-l.ads, osint-m.adb, osint-m.ads : New files
22111         * 3lsoccon.ads, 5qparame.ads, 5qvxwork.ads, 5smastop.adb,
22112         5zparame.ads, gnatmain.adb, gnatmain.ads, gnatpsys.adb : Removed
22114         * mdllfile.adb, mdllfile.ads, mdlltool.adb, mdlltool.ads : Renamed
22115         to mdll-fil.ad[bs] and mdll-util.ad[bs]
22117         * mdll-fil.adb, mdll-fil.ads, mdll-utl.adb, mdll-utl.ads : Renamed
22118         from mdllfile.ad[bs] and mdlltool.ad[bs]
22120 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22122         * utils.c (init_gnat_to_gnu, init_gigi_decls): Use ARRAY_SIZE in
22123         lieu of explicit sizeof/sizeof.
22125 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
22127         * misc.c (copy_lang_decl): Remove.
22129 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
22131         * misc.c: Delete traditional-mode-related code copied from the
22132         C front end but not used, or used only to permit the compiler
22133         to link.
22135 2002-02-07  Richard Henderson  <rth@redhat.com>
22137         * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
22138         * adaint.h (__gnat_to_gm_time): Update prototype.
22140 2002-01-30  Richard Henderson  <rth@redhat.com>
22142         * trans.c (tree_transform) [N_Loop_Statement]: Use
22143         expand_exit_loop_top_cond.
22145 2001-12-23  Richard Henderson  <rth@redhat.com>
22147         * utils.c (end_subprog_body): Push GC context around
22148         rest_of_compilation for nested functions.
22150 2001-12-23  Richard Henderson  <rth@redhat.com>
22152         * 5nosinte.ads: Get definition of "int" from Interfaces.C.
22154 2001-12-23  Florian Weimer  <fw@deneb.enyo.de>
22156         * gnat-style.texi (Declarations and Types): Remove ancient style
22157         rule which was mandated by code generation issues.
22159         * gnat-style.texi (header): Add @dircategory, @direntry.
22160         (title page): Remove date.
22161         (general) Add @./@: where approriate, and two spaces after the
22162         full stop at the end of a sentence.  Use @samp markup when
22163         referring concrete lexical entities (keywords, attribute names
22164         etc.), and @syntax for ARM grammar elements. Use @r for English
22165         text in comments.  Use @emph for emphasis.  Change "if-statements"
22166         etc. to "if statements" (without @samp). Break long lines.  Make
22167         casing of section names consistent.
22168         (Identifiers): Use @samp markup for variable names.
22169         (Comments): Use @samp markup for comment characters. Line-end
22170         comments may follow any Ada code, not just statements.  Fix
22171         misspelling of "Integer" as "integer".
22172         (Loop statements): Do not use variable name "I", use "J".
22173         (Subprogram Declarations): Document alignment.
22174         (Subprogram Bodies, Block statements): Document empty line before
22175         "begin".
22177 2001-12-22  Florian Weimer  <fw@deneb.enyo.de>
22179         * make.adb (Add_Switch): Make Generic_Position a procedure.  The
22180         function approach did not work well because of a side effect (the
22181         function call could reallocate the table which was being indexed
22182         using its result). Fixes ada/4851.
22184 2001-12-19  Robert Dewar <dewar@gnat.com>
22186         * bindgen.adb: Minor reformatting
22188         * cstand.adb: Minor reformatting
22190         * fmap.adb: Minor reformatting
22191         Change name from Add for Add_To_File_Map (Add is much too generic)
22192         Change Path_Name_Of to Mapped_Path_Name
22193         Change File_Name_Of to Mapped_File_Name
22194         Fix copyright dates in header
22196         * fmap.ads:
22197         Change name from Add for Add_To_File_Map (Add is much too generic)
22198         Change Path_Name_Of to Mapped_Path_Name
22199         Change File_Name_Of to Mapped_File_Name
22200         Fix copyright dates in header
22202         * fname-uf.adb: Minor reformatting.  New names of stuff in Fmap.
22203         Add use clause for Fmap.
22205         * make.adb: Minor reformatting
22207         * osint.adb: Minor reformatting.  Change of names in Fmap.
22208         Add use clause for Fmap.
22210         * prj-env.adb: Minor reformatting
22212         * prj-env.ads: Minor reformatting
22214         * switch.adb: Minor reformatting.  Do proper raise of Bad_Switch if
22215         error found (there were odd exceptions to this general rule in
22216         -gnatec/-gnatem processing)
22218 2001-12-19  Olivier Hainque <hainque@gnat.com>
22220         * raise.c (__gnat_eh_personality): Exception handling personality
22221         routine for Ada.  Still in rough state, inspired from the C++ version
22222         and still containing a bunch of debugging artifacts.
22223         (parse_lsda_header, get_ttype_entry): Local (static) helpers, also
22224         inspired from the C++ library.
22226         * raise.c (eh_personality): Add comments. Part of work for the GCC 3
22227         exception handling integration.
22229 2001-12-19  Arnaud Charlet <charlet@gnat.com>
22231         * Makefile.in: Remove use of 5smastop.adb which is obsolete.
22232         (HIE_SOURCES): Add s-secsta.ad{s,b}.
22233         (HIE_OBJS): Add s-fat*.o
22234         (RAVEN_SOURCES): Remove files that are no longer required. Add
22235         interrupt handling files.
22236         (RAVEN_MOD): Removed, no longer needed.
22238 2001-12-19  Robert Dewar <dewar@gnat.com>
22240         * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always
22241         Add 2001 to copyright date
22243         * g-regpat.adb: Change pragma Inline_Always to Inline. There is no
22244         need to force universal inlining for these cases.
22246 2001-12-19  Arnaud Charlet <charlet@gnat.com>
22248         * s-taprob.adb: Minor clean ups so that this unit can be used in
22249         Ravenscar HI.
22251         * exp_ch7.adb: Allow use of secondary stack in HI mode.
22252         Disallow it when pragma Restrictions (No_Secondary_Stack) is specified.
22254 2001-12-19  Vincent Celier <celier@gnat.com>
22256         * prj-tree.ads (Project_Node_Record): Add comments for components
22257         Pkg_Id and Case_Insensitive.
22259 2001-12-19  Pascal Obry <obry@gnat.com>
22261         * g-socket.adb: Minor reformatting. Found while reading code.
22263 2001-12-19  Robert Dewar <dewar@gnat.com>
22265         * prj-tree.ads: Minor reformatting
22267 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22269         * config-lang.in (diff_excludes): Remove.
22271 2001-12-17  Ed Schonberg <schonber@gnat.com>
22273         * sem_res.adb (Resolve_Selected_Component): do not generate a
22274         discriminant check if the selected component is a component of
22275         the argument of an initialization procedure.
22277         * trans.c (tree_transform, case of arithmetic operators): If result
22278         type is private, the gnu_type is the base type of the full view,
22279         given that the full view itself may be a subtype.
22281 2001-12-17  Robert Dewar <dewar@gnat.com>
22283         * sem_res.adb: Minor reformatting
22285         * trans.c (tree_transform, case N_Real_Literal): Add missing third
22286         parameter in call to Machine (unknown horrible effects from this
22287         omission).
22289         * urealp.h: Add definition of Round_Even for call to Machine
22290         Add third parameter for Machine
22292 2001-12-17  Ed Schonberg <schonber@gnat.com>
22294         * sem_warn.adb (Check_One_Unit): Suppress warnings completely on
22295         predefined units in No_Run_Time mode.
22297 2001-12-17  Richard Kenner <kenner@gnat.com>
22299         * misc.c (insn-codes.h): Now include.
22301 2001-12-17  Olivier Hainque <hainque@gnat.com>
22303         * a-except.adb: Preparation work for future integration of the GCC 3
22304         exception handling mechanism
22305         (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines
22306         to factorize previous code sequences and make them externally callable,
22307         e.g. for the Ada personality routine when the GCC 3 mechanism is used.
22308         (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler):
22309         Use the new notification routines.
22311 2001-12-17  Emmanuel Briot <briot@gnat.com>
22313         * prj-tree.ads (First_Choice_Of): Document the when others case
22315 2001-12-17  Arnaud Charlet <charlet@gnat.com>
22317         * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in
22318         HI-E mode, in order to support Ravenscar profile properly.
22320         * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E
22321         mode on 32 bits targets.
22323 2001-12-17  Vincent Celier <celier@gnat.com>
22325         * fmap.adb: Initial version.
22327         * fmap.ads: Initial version.
22329         * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped.
22330         If search is successfully done, add to mapping.
22332         * frontend.adb: Initialize the mapping if a -gnatem switch was used.
22334         * make.adb:
22335         (Gnatmake): Add new local variable Mapping_File_Name.
22336          Create mapping file when using project file(s).
22337          Delete mapping file before exiting.
22339         * opt.ads (Mapping_File_Name): New variable
22341         * osint.adb (Find_File): Use path name found in mapping, if any.
22343         * prj-env.adb (Create_Mapping_File): New procedure
22345         * prj-env.ads (Create_Mapping_File): New procedure.
22347         * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem
22348         (Mapping_File)
22350         * usage.adb: Add entry for new switch -gnatem.
22352         * Makefile.in: Add dependencies for fmap.o.
22354 2001-12-17  Ed Schonberg <schonber@gnat.com>
22356         * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit
22357         is a package instantiation rewritten as a package body.
22358         (Install_Withed_Unit): Undo previous change, now redundant.
22360 2001-12-17  Gary Dismukes <dismukes@gnat.com>
22362         * layout.adb:
22363         (Compute_Length): Move conversion to Unsigned to callers.
22364         (Get_Max_Size): Convert Len expression to Unsigned after calls to
22365         Compute_Length and Determine_Range.
22366         (Layout_Array_Type): Convert Len expression to Unsigned after calls to
22367         Compute_Length and Determine_Range.
22368         Above changes fix problem with length computation for supernull arrays
22369         where Max (Len, 0) wasn't getting applied due to the Unsigned
22370         conversion used by Compute_Length.
22372 2001-12-17  Arnaud Charlet <charlet@gnat.com>
22374         * rtsfind.ads:
22375         (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and
22376          System.Secondary_Stack.
22377         (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar
22378          in HI-E mode.
22379         Remove unused entity RE_Exception_Data.
22381         * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode.
22383         * rident.ads (No_Secondary_Stack): New restriction.
22385 2001-12-17  Joel Brobecker <brobecke@gnat.com>
22387         * gnat_rm.texi: Fix minor typos. Found while reading the section
22388         regarding "Bit_Order Clauses" that was sent to a customer.
22389         Very interesting documentation!
22391 2001-12-17  Robert Dewar <dewar@gnat.com>
22393         * sem_case.adb (Choice_Image): Avoid creating improper character
22394         literal names by using the routine Set_Character_Literal_Name. This
22395         fixes bombs in certain error message cases.
22397 2001-12-17  Arnaud Charlet <charlet@gnat.com>
22399         * a-reatim.adb: Minor reformatting.
22401 2001-12-17  Ed Schonberg <schonber@gnat.com>
22403         * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the
22404         case where the formal is an extension of another formal in the current
22405         unit or in a parent generic unit.
22407 2001-12-17  Arnaud Charlet <charlet@gnat.com>
22409         * s-tposen.adb: Update comments.  Minor reformatting.
22410         Minor code clean up.
22412         * s-tarest.adb: Update comments.  Minor code reorganization.
22414 2001-12-17  Gary Dismukes <dismukes@gnat.com>
22416         * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag
22417         when Java_VM.
22419 2001-12-17  Robert Dewar <dewar@gnat.com>
22421         * exp_attr.adb: Minor reformatting
22423 2001-12-17  Ed Schonberg <schonber@gnat.com>
22425         * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle
22426         derivations nested within a child unit: verify that the parent
22427         type is declared in an outer scope.
22429 2001-12-17  Robert Dewar <dewar@gnat.com>
22431         * sem_ch12.adb: Minor reformatting
22433 2001-12-17  Ed Schonberg <schonber@gnat.com>
22435         * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post
22436         warning if current unit is a predefined one, from which bodies may
22437         have been deleted.
22439 2001-12-17  Robert Dewar <dewar@gnat.com>
22441         * eval_fat.ads: Add comment that Round_Even is referenced in Ada code
22442         Fix header format. Add 2001 to copyright date.
22444         * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference,
22445         which caused CE during compilation if checks were enabled.
22447 2001-12-17  Vincent Celier <celier@gnat.com>
22449         * make.adb:
22450         (Switches_Of): New function
22451         (Test_If_Relative_Path): New procedure
22452         (Add_Switches): Use new function Switches_Of
22453         (Collect_Arguments_And_Compile): Use new function Switches_Of.
22454         When using a project file, test if there are any relative
22455         search path. Fail if there are any.
22456         (Gnatmake): Only add switches for the primary directory when not using
22457         a project file. When using a project file, change directory to the
22458         object directory of the main project file. When using a project file,
22459         test if there are any relative search path. Fail if there are any.
22460         When using a project file, fail if specified executable is relative
22461         path with directory information, and prepend executable, if not
22462         specified as an absolute path, with the exec directory.  Make sure
22463         that only one -o switch is transmitted to the linker.
22465         * prj-attr.adb (Initialization_Data): Add project attribute Exec_Dir
22467         * prj-nmsc.adb:
22468         (Ada_Check): Get Spec_Suffix_Loc and Impl_Suffix_Loc,
22469         when using a non standard naming scheme.
22470         (Check_Ada_Naming_Scheme): Make sure that error messages
22471         do not raise exceptions.
22472         (Is_Illegal_Append): Return True if there is no dot in the suffix.
22473         (Language_Independent_Check): Check the exec directory.
22475         * prj.adb (Project_Empty): Add new component Exec_Directory
22477         * prj.ads:
22478         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Add defaults.
22479         (Project_Data): Add component Exec_Directory
22481         * snames.adb: Updated to match snames.ads revision 1.215
22483         * snames.ads: Added Exec_Dir
22485 2001-12-17  Robert Dewar <dewar@gnat.com>
22487         * make.adb: Minor reformatting
22489         * prj-nmsc.adb: Minor reformatting
22491         * snames.adb: Updated to match snames.ads
22493         * snames.ads: Alphebetize entries for project file
22495 2001-12-17  Ed Schonberg <schonber@gnat.com>
22497         * trans.c (process_freeze_entity): Do nothing if the entity is a
22498         subprogram that was already elaborated.
22500 2001-12-17  Richard Kenner <kenner@gnat.com>
22502         * decl.c (gnat_to_gnu_entity, object): Do not back-annotate Alignment
22503         and Esize if object is referenced via pointer.
22505 2001-12-17  Ed Schonberg <schonber@gnat.com>
22507         * sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant
22508         is discrete before analyzing choices.
22510 2001-12-17  Joel Brobecker <brobecke@gnat.com>
22512         * bindgen.adb (Gen_Output_File_Ada): Generate a new C-like string
22513         containing the name of the Ada Main Program. This string is mainly
22514         intended for the debugger.
22515         (Gen_Output_File_C): Do the equivalent change when generating a C file.
22517 2001-12-17  Robert Dewar <dewar@gnat.com>
22519         * ali.adb: Set new Dummy_Entry field in dependency entry
22521         * ali.ads: Add Dummy_Entry field to source dependency table
22523         * bcheck.adb (Check_Consistency): Ignore dummy D lines
22525         * lib-writ.adb (Writ_ALI): Write dummy D lines for missing source files
22527         * lib-writ.ads: Document dummy D lines for missing files.
22529         * types.ads: (Dummy_Time_Stamp): New value for non-existant files
22531 2001-12-17  Robert Dewar <dewar@gnat.com>
22533         * ali.adb: Type reference does not reset current file.
22535         * ali.adb: Recognize and scan renaming reference
22537         * ali.ads: Add spec for storing renaming references.
22539         * lib-xref.ads: Add documentation for handling of renaming references
22541         * lib-xref.adb: Implement output of renaming reference.
22543         * checks.adb:
22544         (Determine_Range): Document local variables
22545         (Determine_Range): Make sure Hbound is initialized. It looks as though
22546          there could be a real problem here with an uninitialized reference
22547          to Hbound, but no actual example of failure has been found.
22549 2001-12-17  Laurent Pautet <pautet@gnat.com>
22551         * g-socket.ads:
22552         Fix comment of Shutdown_Socket and Close_Socket. These functions
22553         should not fail silently because if they are called twice, this
22554         probably means that there is a race condition in the user program.
22555         Anyway, this behaviour is consistent with the rest of this unit.
22556         When an error occurs, an exception is raised with the error message
22557         as exception message.
22559 2001-12-17  Robert Dewar <dewar@gnat.com>
22561         * frontend.adb: Move call to Check_Unused_Withs from Frontend, so
22562         that it happens before modification of Sloc values for -gnatD.
22564         * gnat1drv.adb: Move call to Check_Unused_Withs to Frontend,
22565         so that it happens before modification of Sloc values for -gnatD.
22567         * switch.adb: Minor reformatting
22569 2001-12-15  Richard Henderson  <rth@redhat.com>
22571         * sem_ch7.adb: Wrap comment.
22573 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22575         * 5ataprop.adb, 5atpopsp.adb, 5ftaprop.adb, 5gmastop.adb,
22576         5gtaprop.adb, 5htaprop.adb, 5itaprop.adb, 5lintman.adb,
22577         5omastop.adb, 5oosinte.adb, 5otaprop.adb, 5staprop.adb,
22578         5vinterr.adb, 5vtaprop.adb, 5vtpopde.adb, 5wintman.adb,
22579         5wtaprop.adb, 5zinterr.adb, 5ztaprop.adb, 6vcstrea.adb,
22580         7sintman.adb, 7staprop.adb, 9drpc.adb, ChangeLog, Makefile.in,
22581         a-except.adb, a-tags.ads, a-tasatt.adb, a-teioed.adb,
22582         a-textio.ads, a-witeio.ads, a-wtedit.adb, ali.ads, comperr.adb,
22583         cstand.adb, einfo.ads, errout.adb, exp_ch11.adb, exp_ch2.adb,
22584         exp_ch3.adb, exp_ch4.adb, exp_ch5.adb, exp_ch6.adb, exp_ch9.adb,
22585         exp_util.adb, exp_util.ads, fname-uf.adb, g-cgi.ads, g-exctra.ads,
22586         g-expect.ads, g-regist.adb, g-spipat.adb, gnatchop.adb,
22587         gnatlink.adb, gnatls.adb, gnatmain.adb, gnatmem.adb, init.c,
22588         make.adb, make.ads, mdlltool.adb, nlists.ads, osint.ads,
22589         par-ch3.adb, par-ch4.adb, par-ch5.adb, par-ch6.adb, par.adb,
22590         repinfo.adb, s-fatflt.ads, s-fatlfl.ads, s-fatllf.ads,
22591         s-fatsfl.ads, s-finimp.adb, s-finimp.ads, s-interr.adb,
22592         s-secsta.ads, s-shasto.ads, s-stalib.adb, s-stalib.ads,
22593         s-tarest.ads, s-tasdeb.adb, s-tassta.adb, s-tassta.ads,
22594         s-vaflop.ads, scans.ads, scn.adb, sem.ads, sem_aggr.adb,
22595         sem_attr.adb, sem_case.ads, sem_ch10.adb, sem_ch12.adb,
22596         sem_ch13.adb, sem_ch3.adb, sem_ch3.ads, sem_ch5.adb, sem_ch7.adb,
22597         sem_ch8.adb, sem_ch8.ads, sem_type.adb, sem_util.ads, sinfo.ads,
22598         sprint.adb, tbuild.ads, types.ads, utils.c, xeinfo.adb: Fix
22599         spelling errors.
22601 2001-12-14  Vincent Celier <celier@gnat.com>
22603         * osint.adb(Create_Debug_File): When an object file is specified,
22604         put the .dg file in the same directory as the object file.
22606 2001-12-14  Robert Dewar <dewar@gnat.com>
22608         * osint.adb: Minor reformatting
22610         * lib-xref.adb (Output_Instantiation): New procedure to generate
22611         instantiation references.
22613         * lib-xref.ads: Add documentation of handling of generic references.
22615         * ali.adb (Read_Instantiation_Ref): New procedure to read
22616         instantiation references
22618         * ali.ads: Add spec for storing instantiation references
22620         * bindusg.adb: Minor reformatting
22622         * switch.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
22624         * usage.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
22626         * gnatcmd.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
22628         * csets.adb: Add entry for Latin-5 (Cyrillic ISO-8859-5)
22630         * csets.ads:
22631         Fix header format
22632         Add 2001 to copyright date
22633         Add entry for Latin-5 (Cyrillic ISO-8859-5)
22635 2001-12-14  Matt Gingell <gingell@gnat.com>
22637         * adaint.c: mktemp is a macro on Lynx and can not be used as an
22638         expression.
22640 2001-12-14  Richard Kenner <kenner@gnat.com>
22642         * misc.c (gnat_expand_constant): Do not strip UNCHECKED_CONVERT_EXPR
22643         if operand is CONSTRUCTOR.
22645 2001-12-14  Ed Schonberg <schonber@gnat.com>
22647         * trans.c (tree_transform, case N_Assignment_Statement): Set lineno
22648         before emiting check on right-hand side, so that exception information
22649         is correct.
22651 2001-12-14  Richard Kenner <kenner@gnat.com>
22653         * utils.c (create_var_decl): Throw away initializing expression
22654         if just annotating types and non-constant.
22656 2001-12-14  Vincent Celier <celier@gnat.com>
22658         * prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... to
22659         Default_Ada_...
22661         * prj.adb: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
22662         Remove functions.
22663         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move to spec.
22665         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
22666         Remove functions.
22667         (Default_Ada_Spec_Suffix, Default_Ada_Impl_Suffix): Move from body.
22669 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22671         * ChangeLog: Remove piece of diff output.
22673 2001-12-14  Geert Bosch <bosch@gnat.com>
22675         * config-lang.in: Update copyright notice
22677         * layout.adb: Remove commented out code.
22679         * mdllfile.ads: Update copyright notice. Fix header format.
22681         * sem_case.ads: Likewise.
22683         * sem_ch3.adb: Minor reformatting.
22685 2001-12-12  Geert Bosch <bosch@gnat.com>
22687         * freeze.ads: Update copyright date.
22689         * g-comlin.ads: Minor reformatting.
22691         * gnat-style.texi: Fix typo.
22693 2001-12-12  Geert Bosch <bosch@gnat.com>
22695         *  einfo.h: Regenerate.
22697 2001-12-12  Ed Schonberg <schonber@gnat.com>
22699         * sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names
22700         on known node types, rather than untyped fields. Further cleanups.
22702 2001-12-12  Robert Dewar <dewar@gnat.com>
22704         * sem_ch12.adb:
22705         (Save_Entity_Descendant): Minor comment update.
22706         (Copy_Generic_Node): Deal with incorrect reference to Associated_Node
22707          of an N_Attribute_Reference node. As per note below, this does not
22708         eliminate need for Associated_Node in attribute ref nodes.
22709         (Associated_Node): Documentation explicitly mentions attribute
22710         reference nodes, since this field is used in such nodes.
22712         * sem_ch12.adb (Associated_Node): Minor documentation cleanup.
22714 2001-12-12  Robert Dewar <dewar@gnat.com>
22716         * s-stalib.adb: Add more comments on with statements being needed
22718         * par-ch12.adb: Minor reformatting
22720         * prj-dect.ads: Fix copyright header
22722         * s-arit64.adb (Multiply_With_Ovflo_Check): Fix case where both
22723         inputs fit in 32 bits, but the result still overflows.
22725         * s-fatgen.ads: Minor comment improvement
22727 2001-12-12  Ed Schonberg <schonber@gnat.com>
22729         * sem_ch4.adb (Analyze_Selected_Component): If the prefix is of a
22730         formal derived type, look for an inherited component from the full
22731         view of the parent, if any.
22733 2001-12-12  Robert Dewar <dewar@gnat.com>
22735         * checks.ads (Apply_Alignment_Check): New procedure.
22737         * exp_ch13.adb (Expand_N_Freeze_Entity): Generate dynamic check to
22738         ensure that the alignment of objects with address clauses is
22739         appropriate, and raise PE if not.
22741         * exp_util.ads (Must_Be_Aligned): Removed, replaced by
22742         Exp_Pakd.Known_Aligned_Enough
22744         * mdllfile.ads: Minor reformatting
22746         * mlib-fil.ads: Minor reformatting
22748 2001-12-12  Ed Schonberg <schonber@gnat.com>
22750         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Extend previous
22751         fix to any component reference if enclosing record has non-standard
22752         representation.
22754 2001-12-12  Vincent Celier <celier@gnat.com>
22756         * g-dirope.ads (Find, Wildcard_Iterator): Moved to child package
22757         Iteration
22759 2001-12-12  Ed Schonberg <schonber@gnat.com>
22761         * freeze.ads: Make Freeze_Fixed_Point_Type visible, for use in
22762         sem_attr.
22764 2001-12-12  Robert Dewar <dewar@gnat.com>
22766         * impunit.adb: Add entry for GNAT.Directory_Operations.Iteration
22768 2001-12-12  Emmanuel Briot <briot@gnat.com>
22770         * g-regexp.adb: Remove all debug code, since it isn't required anymore,
22771         and it adds dependencies to system.io.
22773 2001-12-12  Pascal Obry <obry@gnat.com>
22775         * g-dirope.adb (Expand_Path.Var): Correctly detect end of
22776         variable name.
22778 2001-12-11  Ed Schonberg <schonber@gnat.com>
22780         * sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance
22781         that is the parent of other generics, the instance body replaces the
22782         instance node.  Retrieve the instance of the spec, which is the one
22783         that is visible in clients and within the body.
22785 2001-12-11  Vincent Celier <celier@gnat.com>
22787         * gnatmain.adb: Initial version.
22789         * gnatmain.ads: Initial version.
22791         * prj-attr.adb (Initialisation_Data): Add package Gnatstub.
22793         * snames.adb: Updated to match snames.ads.
22795         * snames.ads: Added Gnatstub.
22797 2001-12-11  Vincent Celier <celier@gnat.com>
22799         * prj-attr.adb (Initialization_Data): Change name from
22800         Initialisation_Data.
22802 2001-12-11  Emmanuel Briot <briot@gnat.com>
22804         * g-regpat.adb (Parse_Literal): Properly handle simple operators ?,
22805         + and * applied to backslashed expressions like \r.
22807 2001-12-11  Vasiliy Fofanov <fofanov@gnat.com>
22809         * g-os_lib.ads: String_List type added, Argument_List type is now
22810         subtype of String_List.
22812 2001-12-11  Robert Dewar <dewar@gnat.com>
22814         * g-os_lib.ads: Change copyright to FSF
22815         Add comments for String_List type
22817 2001-12-11  Vincent Celier <celier@gnat.com>
22819         * g-dirope.adb (Expand_Path): Fix bug. (wrong length when adding a
22820         string to the buffer).
22822 2001-12-11  Ed Schonberg <schonber@gnat.com>
22824         * freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in
22825         sem_attr.
22827         * sem_attr.adb: Simplify previous fix for Address.
22828         (Set_Bounds): If prefix is a non-frozen fixed-point type, freeze now,
22829         to avoid anomalies where the bound of the type appears to raise
22830         constraint error.
22832 2001-12-11  Robert Dewar <dewar@gnat.com>
22834         * lib-xref.adb (Output_Refs): Make sure pointers are always properly
22835         handled.
22837 2001-12-11  Ed Schonberg <schonber@gnat.com>
22839         * sem_ch12.adb (Analyze_Subprogram_Instantiation): Check for a
22840         renamed unit before checking for recursive instantiations.
22842 2001-12-11  Emmanuel Briot <briot@gnat.com>
22844         * prj.ads: Add comments for some of the fields.
22846 2001-12-11  Robert Dewar <dewar@gnat.com>
22848         * lib-xref.adb (Output_Refs): Don't output type references outside
22849         the main unit if they are not otherwise referenced.
22851 2001-12-11  Ed Schonberg <schonber@gnat.com>
22853         * sem_attr.adb (Analyze_attribute, case Address and Size): Simplify
22854         code and diagnose additional illegal uses
22856         * sem_util.adb (Is_Object_Reference): An indexed component is an
22857         object only if the prefix is.
22859 2001-12-11  Vincent Celier <celier@gnat.com>
22861         * g-diopit.adb: Initial version.
22863         * g-diopit.ads: Initial version.
22865         * g-dirope.adb:
22866         (Expand_Path): Avoid use of Unbounded_String
22867         (Find, Wildcard_Iterator): Moved to child package Iteration
22869         * Makefile.in: Added g-diopit.o to GNATRTL_NONTASKING_OBJS
22871 2001-12-11  Robert Dewar <dewar@gnat.com>
22873         * sem_attr.adb: Minor reformatting
22875 2001-12-11  Ed Schonberg <schonber@gnat.com>
22877         * sem_ch3.adb: Clarify some ???.
22879 2001-12-11  Robert Dewar <dewar@gnat.com>
22881         * exp_util.adb (Must_Be_Aligned): Removed, replaced by
22882         Exp_Pakd.Known_Aligned_Enough
22884         * sem_ch13.adb (Check_Address_Alignment): Removed, extended
22885         version is moved to Exp_Ch13.
22887 2001-12-11  Robert Dewar <dewar@gnat.com>
22889         * einfo.ads: Minor reformatting
22891         * exp_ch5.adb: Add comment for previous.change
22893         * ali.adb: New interface for extended typeref stuff.
22895         * ali.ads: New interface for typeref stuff.
22897         * checks.adb (Apply_Alignment_Check): New procedure.
22899         * debug.adb: Add -gnatdM for modified ALI output
22901         * exp_pakd.adb (Known_Aligned_Enough): Replaces Known_Aligned_Enough.
22903         * lib-xref.adb: Extend generation of <..> notation to cover
22904         subtype/object types. Note that this is a complete rewrite,
22905         getting rid of the very nasty quadratic algorithm previously
22906         used for derived type output.
22908         * lib-xref.ads: Extend description of <..> notation to cover
22909         subtype/object types. Uses {..} for these other cases.
22910         Also use (..) for pointer types.
22912         * sem_util.adb (Check_Potentially_Blocking_Operation): Slight cleanup.
22914         * exp_pakd.adb: Minor reformatting.  Note that prevous RH should say:
22915         (Known_Aligned_Enough): Replaces Must_Be_Aligned.
22917 2001-12-11  Vincent Celier <celier@gnat.com>
22919         * gnatcmd.adb:
22920         Changed /COMPILE_ONLY to /ACTIONS=COMPILE
22921         Changed /BIND_ONLY to /ACTIONS=BIND
22922         Changed /LINK_ONLY to /ACTIONS=LINK
22924 2001-12-11  Ed Schonberg  <schonber@gnat.com>
22926         * sem_ch8.adb (Find_Selected_Component): improved search for a
22927         candidate package in case of error.
22929         * sem_ch12.adb (Inline_Instance_Body): place head of use_clause
22930         chain back on scope stack before reinstalling use clauses.
22932         * exp_ch5.adb (Expand_N_If_Statement): if Constant_Condition_Warnings
22933         is enabled, do not kill the code for the condition, to preserve
22934         warning.
22936 2001-12-11  Robert Dewar <dewar@gnat.com>
22938         * checks.adb (Insert_Valid_Check): Apply validity check to expression
22939         of conversion, not to result of conversion.
22941 2001-12-11  Ed Schonberg <schonber@gnat.com>
22943         * sem_ch3.adb (Build_Derived_Record_Type): set Controlled flag
22944         before freezing parent. If the declarations are mutually recursive,
22945         an access to the current record type may be frozen before the
22946         derivation is complete.
22948 2001-12-05  Vincent Celier <celier@gnat.com>
22950         * gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
22951         -c /COMPILE_ONLY, -l /LINK_ONLY
22953         * opt.ads:
22954         (Bind_Only): New Flag
22955         (Link_Only): New flag
22957         * switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
22958         and -l (Link_Only)
22960         * makeusg.adb: Add new switches -b and -l. Update Copyright notice.
22962         * make.adb:
22963         (Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
22964         (Gnatmake): Set the step flags. Only perform a step if the
22965         corresponding step flag is True.
22966         (Scan_Make_Arg): Reset the bind and link step flags when -u
22967         or -gnatc has been specified.
22969 2001-12-05  Ed Schonberg <schonber@gnat.com>
22971         * sem_eval.adb (Eval_Concatenation): If left operand is a null string,
22972         get bounds from right operand.
22974         * sem_eval.adb: Minor reformatting
22976         * exp_util.adb (Make_Literal_Range): use bound of literal rather
22977         than Index'First, its lower bound may be different from 1.
22979         * exp_util.adb: Undo earlier change, fixes ACVC regressions C48009B
22980         and C48009J
22982 2001-12-05  Vincent Celier <celier@gnat.com>
22984         * prj-nmsc.adb Minor reformatting
22986         * prj-nmsc.adb (Language_Independent_Check): Reset Library flag if
22987         set and libraries are not supported.
22989 2001-12-05  Ed Schonberg <schonber@gnat.com>
22991         * sem_ch3.adb (Build_Derived_Private_Type): set Public status of
22992         private view explicitly, so the back-end can treat as a global
22993         when appropriate.
22995 2001-12-05  Ed Schonberg <schonber@gnat.com>
22997         * sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation
22998          unit, always replace instance node with new body, for ASIS use.
23000 2001-12-05  Vincent Celier <celier@gnat.com>
23002         * prj-nmsc.adb (Language_Independent_Check): Issue a warning if
23003         libraries are not supported and both attributes Library_Name and
23004         Library_Dir are specified.
23006         * prj-proc.adb (Expression): Set location of Result to location of
23007         first term.
23009         * Makefile.in: Add mlib.o, mlib-fil.o, mlib-tgt and mlib-utl to GNATLS.
23010         (prj-nmsc is now importing MLib.Tgt)
23012         * prj-proc.adb: Put the change indicated above that was forgotten.
23014 2001-12-05  Robert Dewar <dewar@gnat.com>
23016         * Makefile.in: Add dependencies for System.IO for GNAT.Regexp
23018 2001-12-05  Ed Schonberg <schonber@gnat.com>
23020         * sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a
23021         constraint, introduce explicit subtype declaration and derive from it.
23023         * sem_ch3.adb: Minor reformatting
23025 2001-12-05  Robert Dewar <dewar@gnat.com>
23027         * checks.adb (Determine_Range): Increase cache size for checks.
23028         Minor reformatting
23030         * exp_ch6.adb: Minor reformatting
23031         (Expand_N_Subprogram_Body): Reset Is_Pure for any subprogram that has
23032         a parameter whose root type is System.Address, since treating such
23033         subprograms as pure in the code generator is almost surely a mistake
23034         that will lead to unexpected results.
23036         * exp_util.adb (Remove_Side_Effects): Clean up old ??? comment and
23037         change handling of conversions.
23039         * g-regexp.adb: Use System.IO instead of Ada.Text_IO.
23041 2001-12-05  Ed Schonberg <schonber@gnat.com>
23043         * sem_ch3.adb (Analyze_Object_Declaration): If expression is an
23044         aggregate with static wrong size, attach generated Raise node to
23045         declaration.
23047 2001-12-05  Robert Dewar <dewar@gnat.com>
23049         * sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute.
23050         Fixes compilation abandoned bomb in B24009B.
23052 2001-12-05  Ed Schonberg <schonber@gnat.com>
23054         * sem_ch12.adb:
23055         Document use of Associated_Node on Selected_Components.
23056         (Save_Global_Operand_Descendants): Change to Save_Entity_Descendants,
23057         to clarify use of untyped descendant fields.
23059 2001-12-05  Robert Dewar <dewar@gnat.com>
23061         * prj-dect.ads: Add ??? comment
23062         Add 2001 to copyright notice (was not done in after all)
23064         * prj-part.adb: Minor reformatting. Reword one awkward error message.
23066         * prj.ads: Minor reformatting throughout, and add some ??? comments
23068         * snames.ads: Minor reformatting
23070 2001-12-05  Geert Bosch <bosch@gnat.com>
23072         * snames.adb: Autoupdate
23074 2001-12-05  Vincent Celier <celier@gnat.com>
23076         * prj-dect.adb (Parse): Rename parameter Modifying to Extends.
23078         * prj-dect.ads (Parse): Rename parameter Modifying to Extends.
23080         * prj-env.adb: Minor comment changes (modifying -> extends).
23082         * prj-nmsc.adb: Minor comment changes (modifying -> extends).
23084         * prj-part.adb (Parse_Single_Project): Change Tok_Modifying to
23085         Tok_Extends.
23087         * prj.adb (Initialize): Change Modifying to Extends.
23089         * scans.ads (Token_Type): Change Tok_Modifying to Tok_Extends.
23091         * prj.ads: Minor comment change (Modifying -> extending).
23093         * snames.ads: Change modifying to extends.
23095 2001-12-05  Robert Dewar <dewar@gnat.com>
23097         * sem_warn.adb: Remove stuff for conditionals, we are not going to
23098         do this after all.
23100         * sem_warn.ads: Remove stuff for conditionals, we are not going to
23101         do this after all.  Add 2001 to copyright notice
23103 2001-12-04  Geert Bosch <bosch@gnat.com>
23105         *  einfo.h, sinfo.h, treeprs.ads: Regenerate.
23107 2001-12-04  Robert Dewar <dewar@gnat.com>
23109         * errout.adb (Error_Msg): Ignore attempt to put error msg at junk
23110         location if we already have errors. Stops some cases of cascaded
23111         errors.
23113         * errout.adb: Improve comment.
23115 2001-12-04  Robert Dewar <dewar@gnat.com>
23117         * sem_ch12.adb:
23118         (Analyze_Formal_Type_Definition): Defend against Error.
23119         (Analyze_Formal_Subprogram): Defend against Error.
23121         * par-ch12.adb (F_Formal_Type_Declaration): In case of error,
23122         remove following semicolon if present. Removes cascaded error.
23124 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
23126         * bindgen.adb:
23127         (Gen_Exception_Table_Ada): Write "begin" and then return if Num
23128          exceptions equals 0.
23129         (Gen_Exception_Table_C): Return if Num exceptions equals 0.
23130         Fixes PIWG E tests (which have to be run with -gnatL).
23132 2001-12-04  Robert Dewar <dewar@gnat.com>
23134         * einfo.ads: Minor reformatting
23136 2001-12-04  Ed Schonberg <schonber@gnat.com>
23138         * einfo.ads: Block_Node points to the identifier of the block, not to
23139         the block node itself, to preserve the link when the block is
23140         rewritten, e.g. within an if-statement with a static condition.
23142         * inline.adb (Cleanup_Scopes): recover block statement from block
23143         entity using new meaning of Block_Node.
23145         * sem_ch5.adb (Analyze_Block_Statement): set Block_Node to point to
23146         identifier of block node, rather than to node itself.
23148 2001-12-04  Gary Dismukes <dismukes@gnat.com>
23150         * layout.adb:
23151         (Get_Max_Size): Fix "start of processing" comment to say Get_Max_Size.
23152         (Discrimify): Go back to setting the Etypes of the selected component
23153         because the Vname component does not exist at this point and will
23154         fail name resolution. Also set Analyzed.
23155         Remove with and use of Sem_Res.
23157 2001-12-04  Arnaud Charlet <charlet@gnat.com>
23159         * Makefile.in: (HIE_SOURCES): add s-fat*.
23161 2001-12-04  Robert Dewar <dewar@gnat.com>
23163         * sem_attr.adb:
23164         (Compile_Time_Known_Attribute): New procedure.
23165         (Eval_Attribute, case Size): Use Compile_Time_Known_Attribute to ensure
23166          proper range check.
23168 2001-12-04  Ed Schonberg <schonber@gnat.com>
23170         * sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before
23171         processing discriminants to diagnose illegal default values.
23173 2001-12-04  Ed Schonberg <schonber@gnat.com>
23175         * sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide
23176         access discriminant within a type extension that constrains its
23177         parent discriminants.
23179 2001-12-04  Ed Schonberg <schonber@gnat.com>
23181         * sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication
23182         is malformed, use instance of Any_Id to allow analysis to proceed.
23184         * par-ch12.adb (P_Formal_Type_Declaration): Propagate Error if
23185         type definition is illegal.
23186         (P_Formal_Derived_Type_Definition): Better recovery when TAGGED is
23187         misplaced.
23189 2001-12-04  Ed Schonberg <schonber@gnat.com>
23191         * sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to
23192         constants.
23194 2001-12-04  Robert Dewar <dewar@gnat.com>
23196         * errout.adb: Minor reformatting
23198 2001-12-04  Robert Dewar <dewar@gnat.com>
23200         * exp_util.adb: Minor reformatting from last change
23202         * errout.adb (Check_For_Warning): For a Raised_Constraint_Error node
23203         which is a rewriting of an expression, traverse the original
23204         expression to remove warnings that may have been posted on it.
23206 2001-12-04  Ed Schonberg <schonber@gnat.com>
23208         * exp_util.adb (Must_Be_Aligned): Return false for a component of a
23209         record that has other packed components.
23211 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
23213         * adaint.c: Minor cleanups.
23215 2001-12-04  Douglass B. Rupp <rupp@gnat.com>
23217         * adaint.c: Do not use utime.h on vxworks.
23219 2001-12-04  Arnaud Charlet <charlet@gnat.com>
23221         * Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes
23222         more confusion than it solves.
23224 2001-12-04  Geert bosch <bosch@gnat.com>
23226         * einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
23228 2001-12-04  Geert Bosch  <bosch@gnat.com>
23230         * Makefile.in (update-sources): New target.
23231         For use by gcc_release script.
23233 2001-12-04  Ed Schonberg <schonber@gnat.com>
23235         * sem_prag.adb (Analyze_Pragma, case Validity_Checks): do not treat as
23236         a configuration pragma, it is now legal wherever a pragma can appear.
23238 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
23240         * Makefile.in: Don't set ALL.  Delete @cross_defines@,
23241         @cross_overrides@, @build_overrides@ stanzas.  INTERNAL_CFLAGS
23242         is now @CROSS@ -DIN_GCC; update comment.
23244 2001-12-04  Robert Dewar <dewar@gnat.com>
23246         * einfo.adb (Has_Pragma_Pure_Function): New flag.
23247         Fix problem that stopped ceinfo from working
23249         * einfo.ads (Has_Pragma_Pure_Function): New flag.
23251         * sem_prag.adb (Pure_Function): Set new flag Has_Pragma_Pure_Function.
23253 2001-12-04  Douglas B. Rupp <rupp@gnat.com>
23255         * gnatchop.adb:
23256         (File_Time_Stamp): New procedure.
23257         (Preserve_Mode): New boolean.
23258         (Write_Unit): Pass time stamp.
23259         Implement -p switch (preserve time stamps).
23261         * gnatcmd.adb (CHOP): Add translation for -p (/PRESERVE).
23263         * gnatchop.adb: Do usage info for -p switch
23265         * adaint.h (__gnat_set_file_time_name): New function
23267         * adaint.c (__gnat_set_file_time_name): Implement
23269         * adaint.h: Fix typo
23271 2001-12-03  Robert Dewar <dewar@gnat.com>
23273         * sinfo.ads: Minor reformatting. N_Freeze_Entity node does not
23274         have Associated_Node.
23276 2001-12-03  Robert Dewar <dewar@gnat.com>
23278         * prj-proc.adb: Minor reformatting
23280         * make.adb: Minor reformatting
23282 2001-12-03  Geert Bosch <bosch@gnat.com>
23284         * make.adb: Minor reformatting.
23286 2001-12-03 Robert Dewar  <dewar@gnat.com>
23288         * sem_ch12.adb: Minor reformatting
23290 2001-12-03  Ed Schonberg <schonber@gnat.com>
23292         * sem_ch12.adb (Inline_Instance_Body): Use Save_Scope_Stack and
23293         push Standard on the stack before analyzing the instance body,
23294         in order to have a clean visibility environment.
23296         * sem_ch12.adb (Inline_Instance_Body): Remove redundant code.
23298 2001-12-03  Ed Schonberg <schonber@gnat.com>
23300         * sem_ch12.adb (Instantiate_Package_Body): Protect against double
23301         instantiation of a body that contains an inlined body.
23303 2001-12-03  Ed Schonberg <schonber@gnat.com>
23305         * sem_ch12.adb:
23306         (Analyze_generic_subprogram_Declaration): Set outer_generic_scope,
23307         to prevent freezing within formal packages.
23308         (Freeze_Subprogram_Body): If body comes from another instance that
23309         appeared before its own body, place freeze node at end of current
23310         declarative part, to prevent a back-end crash.
23311         (Inline_Instance_Body): Handle properly a package instance within
23312         a subprogram instance that is a child unit.
23314 2001-12-01  Graham Stott  <grahams@redhat.com>
23316         * Makefile.in (misc.o): Add missing $(srcdir) prefix
23317         and add optabs.h dependency.
23319         * misc.c: Include optabs.h
23320         (gnat_tree_code_type): Make static and const.
23321         (gnat_tree_code_length): Likewise.
23322         (gnat_tree_code_name): Likewise.
23323         (update_setjmp_buf): Obtain operands mode from insn_data.
23325 2001-11-29  Richard Henderson  <rth@redhat.com>
23327         * init.c: Remove obsolete dwarf2 frame.h section.
23329 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
23331         * Make-lang.in (ada.generated-manpages): New dummy target.
23333 2001-11-29  Ed Schonberg <schonber@gnat.com>
23335         * g-os_lib.adb (Add_To_Command): use explicit loop to move string
23336         into Command, an array conversion is illegal here. Uncovered by
23337         ACATS B460005.
23339 2001-11-28  Geert Bosch <bosch@gnat.com>
23341         * init.c: Minor whitespace changes.
23343 2001-11-28  Doug Rupp <rupp@gnat.com>
23345         * init.c: (__gnat_install_handler,VMS): Increase size of alternate
23346         signal stack.
23348 2001-11-28  Zack Weinberg  <zack@codesourcery.com>
23350         * misc.c (gnat_expand_constant): Move declaration above
23351         definition of lang_hooks.
23352         (LANG_HOOKS_EXPAND_CONSTANT): Set to gnat_expand_constant.
23353         (gnat_init): lang_expand_constant no longer exists.
23355         (internal_error_function): Remove #ifdef HAVE_VPRINTF.  We
23356         always have vprintf.
23357         (gnat_init): Always call set_internal_error_function.
23359 2001-11-27  Andreas Jaeger  <aj@suse.de>
23361         * Makefile.in (stamp-tool_src_dir): Use symbolic link.
23363 2001-11-27  Laurent Guerby  <guerby@acm.org>
23365         * Makefile.in: Regenerate Ada dependencies.
23367 2001-11-26  Richard Henderson  <rth@redhat.com>
23369         * Make-lang.in (gnatbind, gnatmake, gnatbl, gnatchop, gnatcmd,
23370         gnatlink, gnatkr, gnatls, gnatmem, gnatprep, gnatpsta, gnatpsys,
23371         gnatxref, gnatfind, gnatlbr): Depend on CONFIG_H and prefix.o.
23373 2001-11-25  Laurent Guerby  <guerby@acm.org>
23375         * sysdep.c (rts_get_*): Fix style.
23377 2001-11-19  Laurent Guerby  <guerby@acm.org>
23379         * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
23380         since it is of no apparent use and cause warnings.
23382 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
23384         * misc.c (gnat_decode_option, gnat_init_options): Make definitions
23385         static too.
23386         (gnat_init): Don't return NULL.
23387         (finish_parse): Remove.
23389 2001-11-17  Laurent Guerby  <guerby@acm.org>
23391         * Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
23392         * gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
23393         * io-aux.c: Provide K&R prototypes to all functions, reformat code.
23394         * lang-spec.h: Add missing struct field to silence warnings.
23395         * sysdep.c (rts_get_*): Provide K&R prototype.
23396         * sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
23397         * traceback.c (Unlock_Task, Lock_Task): Likewise.
23398         * tracebak.c (__gnat_backtrace): Remove unused variable.
23399         * utils.c (end_subprog_body): Move to K&R style.
23401 Thu Nov 15 18:16:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
23403         * trans.c, utils2.c: Remove PALIGN parameter to get_inner_reference.
23405 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
23407         * misc.c (gnat_init): Change prototype.  Include the
23408         functionality of the old init_parse and init_decl_processing.
23409         (gnat_init_decl_processing): New prototype.
23410         (init_parse): Remove.
23411         * utils.c (init_decl_processing): Rename gnat_init_decl_processing.
23413 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
23415         * misc.c (gnat_print_decl, gnat_print_type): Renamed.
23416         (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE): Override.
23417         (print_lang_statistics, lang_print_xnode, print_lang_identifier,
23418         set_yydebug): Remove.
23420 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
23422         * misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
23423         (struct lang_hooks): Constify.
23424         (language_string, lang_identify): Remove.
23425         * utils.c (init_decl_processing): Update.
23427 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
23429         * misc.c: Include langhooks-def.h.
23430         * Makefile.in: Update.
23432 2001-10-30  Robert Dewar <dewar@gnat.com>
23434         * style.adb:
23435         (Check_Identifier): Rewrite circuit to be compatible with use of letters
23436         in the upper half of ASCII.
23437         (Check_Identifier): Minor reformatting
23439 2001-10-30  Geert Bosch <bosch@gnat.com>
23441         * (Associated_Node, Set_Associated_Node): Do not check for
23442         Freeze_Entity.
23444 2001-10-30  Robert Dewar <dewar@gnat.com>
23446         * a-reatim.ads: Minor reformatting
23448 2001-10-30  Robert Dewar <dewar@gnat.com>
23450         * gnatdll.adb: Minor reformatting throughout. Many ??? added for
23451         undocumented declarations.
23453 2001-10-30  Pascal Obry <obry@gnat.com>
23455         * gnatdll.adb (Parse_Command_Line): handle -g option to be passed
23456         to the binder and linker.
23457         Minor style fix.
23459         * mdll.ads: Fix layout.  Update copyright notice.
23461         * mdll.adb: Fix layout.  Update copyright notice.
23463 2001-10-30  Robert Dewar <dewar@gnat.com>
23465         * usage.adb: Minor fix to output for -gnaty.
23467 2001-10-30  Ed Schonberg <schonber@gnat.com>
23469         * a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
23470         to accommodate all its possible values.
23472         * a-reatim.adb (Split): Special-case handling of Time_Span_First
23473         and of small absolute values of T.
23475 2001-10-30  Richard Kenner <kenner@gnat.com>
23477         * misc.c (gnat_expand_expr, case NULL_EXPR): Remove call to
23478         set_mem_attributes since not needed and wrong if RESULT if a REG;
23479         fixes ACATS failures.
23481 2001-10-30  Geert Bosch <bosch@gnat.com>
23483         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, fname-sf.ads, g-traceb.ads,
23484         s-tasdeb.ads, sem_maps.ads: Add 2001 to copyright notice.
23486 2001-10-30  Robert Dewar <dewar@gnat.com>
23488         * bindusg.adb: Undocument -f switch.
23490         * gnatcmd.adb: Remove /FULL_ELABORATION.
23492         * opt.ads (Force_RM_Elaboration_Order): Document that this is
23493         obsolescent.
23495         * gnatbind.adb: Output new warning for use of obsolescent -f switch.
23497         * gnatbind.adb: Minor update of warning msg.
23499 2001-10-30  Vincent Celier <celier@gnat.com>
23501         * gnatcmd.adb (MAKE, BIND, LINK, LIST, FIND, XREF): Add translations
23502         for project file switches (-P (/PROJECT_FILE=),
23503          -X (/EXTERNAL_REFERENCE=) and -vPx (/PROJECT_FILE_VERBOSITY=DEFAULT
23504         or MEDIUM or HIGH)
23506 2001-10-30  Geert Bosch <bosch@gnat.com>
23508         * decl.c: Minor whitespace fixes.
23510 2001-10-30  Richard Kenner <kenner@gnat.com>
23512         * utils2.c (build_allocator): Test for SIZE overflow in array case too
23514 2001-10-30  Geert Bosch <bosch@gnat.com>
23516         * ali-util.adb (Initialize_Checksum): Use out-mode instead of in out.
23517         Found due to GCC 3.0 warning of using uninitialized value.
23519         * layout.adb:
23520         (Get_Max_Size): Use variant record for tracking value/expression.
23521          Makes logic clearer and prevents warnings for uninitialized variables.
23522         (Layout_Array_Type): Use variant record for tracking value/expression.
23523          Makes logic clearer and prevents warnings for uninitialized variables.
23525 2001-10-30  Robert Dewar <dewar@gnat.com>
23527         * lib.adb: Minor reformatting
23529         * s-taprop.ads: Minor reformatting
23531 2001-10-29  Laurent Guerby  <guerby@acm.org>
23533         * init.c:
23534         (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg
23535         const.
23536         (_gnat_error_handler): Make MSG const.
23538 2001-10-29  Richard Kenner <kenner@gnat.com>
23540         * sysdep.c: Fix localtime_r problem on LynxOS.
23541         Also remove #elif to avoid warnings.
23543         * misc.c (yyparse): Don't set up and register jmpbuf; remove decls
23544         used by this.
23546         * decl.c (annotate_value): Make SIZE unsigned to avoid warning.
23548 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
23550         * 86numaux.adb, a-tigeau.ads, a-wtgeau.ads, decl.c, exp_ch6.adb,
23551         exp_ch9.adb, exp_util.adb, fname-sf.ads, freeze.ads, g-awk.adb,
23552         g-comlin.ads, g-dirope.adb, g-dyntab.ads, g-socket.ads,
23553         g-table.ads, g-traceb.ads, gnat-style.texi, gnatchop.adb, init.c,
23554         layout.adb, layout.ads, mdllfile.ads, mlib-fil.ads, osint.ads,
23555         s-fatgen.adb, s-imgrea.adb, s-taprop.ads, s-tasdeb.ads,
23556         sem_aggr.adb, sem_attr.adb, sem_case.ads, sem_ch13.adb,
23557         sem_ch3.adb, sem_elab.adb, sem_maps.ads, sem_res.adb,
23558         sem_util.ads, sinfo.ads, sinput.ads, table.adb, table.ads,
23559         types.ads, urealp.adb: Fix spelling errors.
23561 2001-10-27  Laurent Guerby <guerby@acm.org>
23563         * trans.c (gigi): Fix non determinism leading to bootstrap
23564         comparison failures for debugging information.
23566 2001-10-26  Florian Weimer  <fw@deneb.enyo.de>
23568         * gnat_rm.texi: Use @./@: where appropriate.
23570 2001-10-26  Robert Dewar <dewar@gnat.com>
23572         * sinfo.adb: Define Associated_Node to overlap Entity field. Cleanup.
23574 2001-10-26  Richard Kenner <kenner@gnat.com>
23576         * gmem.c (__gnat_gmem_read_next): Properly check for EOF
23578 2001-10-26  Richard Kenner <kenner@gnat.com>
23580         * decl.c (validate_size): Modify message for bad size to avoid
23581         implication that compiler is modifying the size.
23583 2001-10-26  Robert Dewar <dewar@gnat.com>
23585         * prj-util.adb: Minor reformatting. Fix bad header format.
23587 2001-10-26  Robert Dewar <dewar@gnat.com>
23589         * sinfo.ads: Define Associated_Node to overlap Entity field. Cleanup.
23591         * sinfo.ads: Clarify use of Associated_Node (documentation only).
23593         * sem_ch12.adb: Change Node4 to Associated_Node. Change
23594         Associated_Node to Get_Associated_Node. Put use of Unchecked_Access
23595         much more narrowly in places where needed. These are cleanups.
23597 2001-10-26  Joel Brobecker <brobecke@gnat.com>
23599         * 5zosinte.ads (null_pthread): new constant.
23601         * 5ztaprop.adb:
23602         (Initialize_TCB): Initialize thread ID to null, to be able to verify
23603          later that this field has been set.
23604         (Finalize_TCB): ditto.
23605         (Suspend_Task): Verify that the thread ID is not null before using it.
23606         (Resume_Task): ditto.
23608         * s-tasdeb.adb:
23609         (Resume_All_Tasks): Lock the tasks list before using it.
23610         (Suspend_All_Tasks): ditto.
23612 2001-10-26  Richard Kenner <kenner@gnat.com>
23614         * decl.c (gnat_to_gnu_entity, case E_General_Access_Type):
23615         Make constant variant of designated type for Is_Access_Constant.
23616         Call update_pointer_to with main variant.
23618         * trans.c (process_freeze_entity, process_type):
23619         Call update_pointer_to on main variant.
23621         * utils.c (update_pointer_to): Make corresponding variant for NEW_TYPE.
23622         If main variant, update all other variants.
23624         * utils2.c (build_unary_op, case INDIRECT_REF): No longer set
23625         TREE_STATIC.
23627 2001-10-26  Robert Dewar <dewar@gnat.com>
23629         * prj-util.adb: Minor reformatting
23631 2001-10-26  Robert Dewar <dewar@gnat.com>
23633         * prj-util.adb: Minor reformatting
23635 2001-10-26  Robert Dewar <dewar@gnat.com>
23637         * prj-attr.adb: Minor reformatting throughout
23639 2001-10-26  Robert Dewar <dewar@gnat.com>
23641         * prj-attr.ads: Minor reformatting
23642         Add ??? comment (this whole spec has almost no comments)
23644 2001-10-26  Vincent Celier <celier@gnat.com>
23646         * g-os_lib.adb (Normalize_Pathname): Preserve the double slash
23647         ("//") that precede the drive letter on Interix.
23649 2001-10-26  Geert Bosch <bosch@gnat.com>
23651         * gnat_rm.texi: Add GNAT Reference Manual.
23653 2001-10-25  Robert Dewar <dewar@gnat.com>
23655         * sem_ch8.adb (Analyze_Package_Renaming): Skip analysis if Name
23656         is Error. Similar change for other renaming cases.
23658 2001-10-25  Robert Dewar <dewar@gnat.com>
23660         * s-atacco.ads: Add pragma Inline_Always for functions.
23661         Fix header format. Add copyright 2001
23663 2001-10-25  Ed Schonberg <schonber@gnat.com>
23665         * par-ch3.adb (P_Subtype_Mark_Resync): for an anonymous array
23666         return Error rather than Empty so that analysis can proceed.
23668 2001-10-25  Ed Schonberg <schonber@gnat.com>
23670         * sem_util.adb (Enter_Name): better handling of cascaded error
23671         messages when a unit appears in its own context.
23673 2001-10-25  Ed Schonberg <schonber@gnat.com>
23675         * sem_util.adb (Defining_Entity): in case of error, attach created
23676         entity to specification, so that semantic analysis can proceed.
23678 2001-10-25  Robert Dewar <dewar@gnat.com>
23680         * sem_util.adb
23681         (Defining_Entity): Deal with Error.
23682         (Process_End_Label): Deal with bad end label for.
23684 2001-10-25  Ed Schonberg <schonber@gnat.com>
23686         * sem_elab.adb (Check_A_Call): refine message when call is in an
23687         instance but callee is not declared in the generic unit.
23689 2001-10-25  Ed Schonberg <schonber@gnat.com>
23691         * sem_elab.adb (Check_A_Call): check for renaming before finding the
23692         enclosing unit, which may already be different from the calling unit.
23694 2001-10-25  Geert Bosch <bosch@gnat.com>
23696         * 4gintnam.ads: fix header format.
23698 2001-10-25  Ed Schonberg <schonber@gnat.com>
23700         * sem_res.adb (Resolve_Call): if the call is actually an indexing
23701         operation on the result of a parameterless call, perform elaboration
23702         check after the node has been properly rewritten.
23704         * sem_ch12.adb (Copy_Generic_Node): after the proper body has been
23705         inlined within the generic tree, the defining identifier is not a
23706         compilation_unit.
23708 2001-10-25  Ed Schonberg <schonber@gnat.com>
23710         * sem_res.adb (Resolve): special-case resolution of Null in an
23711          instance or an inlined body to avoid view conflicts.
23713         * sem_ch12.adb (Copy_Generic_Node): for allocators, check for view
23714          compatibility by retrieving the access type of the generic copy.
23716 2001-10-25  Robert Dewar <dewar@gnat.com>
23718         * sem_ch3.adb:
23719         (Analyze_Number_Declaration): Handle error expression.
23720         (Signed_Integer_Type_Declaration): Handle error bound.
23721         (Analyze_Subtype_Indication): Handle error range.
23723         * sem_util.adb (Get_Index_Bounds): Check for Error.
23725 2001-10-25  Robert Dewar <dewar@gnat.com>
23727         * restrict.adb (Set_No_Run_Time_Mode): Set Discard_Names as default
23728         in no run time mode.
23730 2001-10-25  Pascal Obry <obry@gnat.com>
23732         * gnatmem.adb (Read_Next): fix Curs2 value to properly handle quiet
23733         mode case for ALLOC case.
23735         * gnatmem.adb (Read_Next): correctly fix parsing in Quiet mode on
23736         all platforms. Improvement of last change.
23738 2001-10-25  Robert Dewar <dewar@gnat.com>
23740         * exp_ch4.adb (Expand_N_Allocator): Minor reformatting.
23742 2001-10-25  Geert Bosch  <bosch@gnat.com>
23744         * osint.adb (Is_Relative): Remove duplicate.
23746 2001-10-25  Pascal Obry <obry@gnat.com>
23748         * osint.adb (Read_Default_Search_Dirs): correctly detect relative
23749         pathnames in UNIX and DOS style with drive letter.
23750         (Is_Relative): new routine.
23752         * osint.adb: Minor reformatting
23754         * osint.adb (Is_Relative): implementation using
23755         GNAT.OS_Lib.Is_Absolute_Path. Better fix.
23757 2001-10-25  Pascal Obry <obry@gnat.com>
23759         * g-dirope.adb (Basename): correctly compute offset between the
23760         original Path and the translated one.
23762         * g-dirope.adb: (Base_Name): add some comments.
23764 2001-10-25  Robert Dewar <dewar@gnat.com>
23766         * exp_imgv.adb (Expand_Image_Attribute): Defend against bad use
23767         in HIE mode, avoids compilation abandoned message
23769         * exp_imgv.adb: Correct typo in previous change
23771         * exp_imgv.adb: Correct typo in previous change (not my day!)
23773 2001-10-25  Robert Dewar <dewar@gnat.com>
23775         * s-tpinop.ads: Add 2001 to copyright notice. Fix header format.
23777 2001-10-25  Pascal Obry <obry@gnat.com>
23779         * g-awk.ads: Move all pragma inlines next to the routine
23780          declarations. This is more uniform with other GNAT spec.
23782 2001-10-22  Geert Bosch  <bosch@gnat.com>
23784         * Make-lang.in (gnattools, cross-gnattools): Remove gnatmem.
23786 2001-10-19  Geert Bosch  <bosch@gnat.com>
23788         * Makefile.in (tools, gnattools): Remove gnatmem.
23790 2001-10-17  Richard Henderson  <rth@redhat.com>
23792         * Makefile.in (misc.o): Depend on langhooks.h.
23793         * misc.c: Include it.
23794         (LANG_HOOKS_INIT, LANG_HOOKS_INIT_OPTIONS): New.
23795         (LANG_HOOKS_DECODE_OPTION): New.
23796         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
23798 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
23800         * trans.c (tree_transform): Adjust to recent change in
23801         expand_asm_operands to implement named asm operands.
23803 2001-10-11  Ed Schonberg  <schonber@gnat.com>
23805         * exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in
23806         renaming of discriminant for mutable record type.
23808 2001-10-11  Robert Dewar  <dewar@gnat.com>
23810         * validsw.adb: Properly save -gnatVn status.
23812 2001-10-11  Robert Dewar <dewar@gnat.com>
23814         * usage.adb: Add lines for V switch.
23816         * gnatcmd.adb (COMPILE): Revise translations for -gnatV
23817         (/VALIDITY_CHECKING).
23819 2001-10-11  Ed Schonberg <schonber@gnat.com>
23821         * sem_type.adb (Add_One_Interp): an operator for a type declared in
23822         an extension of System is known to be visible.
23824 2001-10-11  Ed Schonberg <schonber@gnat.com>
23826         * sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal
23827         properly. Fixes regression on ACATS C34005G.
23829 2001-10-11  Robert Dewar <dewar@gnat.com>
23831         * sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null
23832         loop in generic instance, since this is likely not very useful.
23834 2001-10-11  Robert Dewar <dewar@gnat.com>
23836         * restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize
23837         the error message for high integrity mode.
23839         * rtsfind.adb (RTE): Give message if we try to find an entity that
23840         is not available in high integrity mode.
23842         * rtsfind.ads:
23843         (OK_To_Use_In_HIE_Mode): New array.
23844         (RTE): May return Empty in high integrity mode.
23846         * rtsfind.ads (OK_To_Use_In_No_Run_Time_Mode): New name for
23847         OK_To_Use_In_HIE_Mode, now includes System_FAT_xxx.
23849         * sem_ch6.adb (Analyze_Subprogram_Body): Kill body in predefined
23850         unit if not inlined always and in no runtime mode. Fixes problem
23851         caused by new Rtsfind changes.
23853         * sem_ch6.adb (Analyze_Subrogram_Body): Do not Check_References if
23854         body is deleted.
23856         * rtsfind.adb (RTE): Make sure we do not try to load unit after
23857         giving message for entity not available in high integrity mode.
23859 2001-10-11  Pascal Obry <obry@gnat.com>
23861         * impunit.adb: Add GNAT.CRC32.
23863 2001-10-11  Ed Schonberg <schonber@gnat.com>
23865         * exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle
23866         properly the case where one universal operand in a non-static
23867         exponentiation of a real literal.
23869 2001-10-11  Ed Schonberg <schonber@gnat.com>
23871         * exp_ch7.adb (Find_Final_List): for a type appearing in a with_type
23872         clause, return the gobal finalization list, for lack of anthing else.
23874 2001-10-11  Ed Schonberg <schonber@gnat.com>
23876         * exp_ch7.adb (Make_Transient_Block): if statement is within
23877         exception handler, always use new transient scope to place Clean
23878         procedure.
23880 2001-10-11  Pascal Obry <obry@gnat.com>
23882         * Makefile.in:
23883         (GNAT_ADA_OBJS): add g-crc32.o, a-tags.o, a-stream.o
23884         (GNATBIND_OBJS): add g-crc32.o, a-tags.o, a-stream.o
23885         (GNATLS_RTL_OBJS): add g-crc32.o
23886         (GNATMAKE_RTL_OBJS): add g-crc32.o
23888         * ali-util.adb:
23889         (CRC_Match): new function.
23890         (Get_File_Checksum): renamed Get_File_CRC. Use the GNAT.CRC32 unit
23891         instead of the previous simple checksum algorithm.
23892         (Time_Stamp_Mismatch): use CRC_Match for comparison.
23893         (Set_Source_Table): idem.
23895         * ali-util.ads:
23896         (Get_File_Checksum): renamed Get_File_CRC as now we compute CRC
23897         instead of simple checksum.
23898         (CRC_Match): new function.
23899         (CRC_Error): new constant.
23901         * ali.adb (Scan_ALI): rename variable Chk to CRC as we are handling
23902         a CRC now and not a simple checksum. A CRC uses lower-case hex
23903         letters, fixes ambiguity in parsing.
23905         * ali.ads (Sdep_Record.Checksum): renamed Sdep_Record.CRC as this
23906         is what this variable will store.
23908         * bcheck.adb: Change reference to chechsum in comments by CRC.
23909         (Check_Consistency): Rename Get_File_Checksum to Get_File_CRC.
23910         rename All_Checksum_Match to All_CRC_Match. Change due to API
23911         renaming since now GNAT does not use a simple checksum but a
23912         CRC using GNAT.CRC32.
23914         * gnatls.adb: Rename Checksum to CRC in many places, we use a CRC
23915         now and not anymore a simple checksum.
23917         * lib-load.adb: Use Source_CRC instead of Source_Checksum in many
23918         places.
23920         * lib-writ.adb (Write_ALI): Use Source_CRC instead of Source_Checksum.
23922         * scans.adb:
23923         (Restore_Scan_State): rename Checksum to CRC.
23924         (Save_Scan_State): idem.
23926         * scans.ads:
23927         With GNAT.CRC32.
23928         (Checksum): rename to CRC.
23929         (Saved_Scan_State): Save_Checksum field renamed to Save_CRC
23931         * scn-nlit.adb: Rename many Accumulate_Checksum to Update (from
23932         GNAT.CRC32).  Update copyright notice.
23934         * scn-slit.adb: Rename many Accumulate_Checksum to Update (from
23935         GNAT.CRC32).  Update copyright notice.
23937         * scn.adb:
23938         (Accumulate_Checksum): removed.
23939         (Update): new procedure. Add a wide-character into the CRC.
23941         * sinput-l.adb:
23942         (Complete_Source_File_Entry): use CRC32 instead of simple checksum.
23943         (Load_File): fix initialization of S (change Source_Checksum to
23944         Source_CRC)
23946         * sinput-p.adb (Load_Project_File): rename Source_Checksum to
23947         Source_CRC in S initialization.
23949         * sinput.adb (Source_Checksum): renamed to Source_CRC.
23951         * sinput.ads (Source_Checksum): renamed to Source_CRC.
23952         Update comments for the CRC.
23954         * types.adb (Hex): Use lowercase for the letter part.
23956         * types.ads (Get_Hex_String): Returns the hexadecimal representation
23957         for a word. This is currently used only for CRC. In previous version,
23958         the checksum was using a representation with all letter being
23959         upper-case. With the new implementation (using CRC) we do not remove
23960         the 32th bit of the CRC, so we can have an upper-case starting letter
23961         in the CRC. This is not possible to parse in Scan_ALI (ali.adb).
23962         It is ambigous since the CRC was optional and could be followed by
23963         options like EB, EE. So now this routines uses lower-case letter for
23964         the hexadecimal representation. Strange enough only lower case letters
23965         where checked in Scan_ALI (even if this was not a possible case).
23967         * gnatvsn.ads (Library_Version): changed to 3.15a.
23969         * s-crc32.ads: Initial version from GNAT.CRC32. This is the version
23970         for the compiler.
23972         * s-crc32.adb: Initial version from GNAT.CRC32. This is the version
23973         for the compiler.
23975         * ali-util.adb: Redo previous change to avoid using word CRC everywhere
23976         Add 2001 to copyright notice
23977         (Accumulate_Checksum): Modify to use System.CRC32.
23979         * ali-util.ads: Redo changes of previous revision to continue to use
23980         the word Checksum. Add 2001 to copyright notice.
23982         * ali.adb: Undo some of previous changes, not needed.
23983         Keep the change for lower case letters in the checksum.
23985         * ali.ads: Undo previous change not needed.
23987         * bcheck.adb: Undo most of previous change, not needed.
23988         But do use Checksums_Match for checksum comparison.
23990         * gnatls.adb: Undo most of previous change, not needed.
23991         But do use Checksums_Match for comparing checksums.
23993         * lib-load.adb: Undo previous change, not needed.
23995         * lib-writ.adb: Undo previous change, not needed.
23997         * lib-writ.ads: Document that checksums use lower case,
23998         not upper case letters.
24000         * scans.adb: Undo previous change, not needed
24002         * scans.ads: Undo previous change, not needed.
24004         * scn-nlit.adb: Undo previous changes, not needed.
24006         * scn-slit.adb: Undo previous change, not needed.  Fix header format.
24008         * scn.adb:
24009         (Accumulate_Checksum): Use System.CRC32.
24010         (Initialize_Checksum): New procedure.
24011         Remove other changes of previous revision.
24013         * sinput-p.adb: Undo previous change, not needed.
24015         * sinput.adb: Undo previous change, not needed.
24017         * sinput-l.adb: Undo previous change, not needed.
24019         * sinput.ads: Undo previous change, not needed.  Keep only comment
24020         on new checksum algorithm
24022         * Makefile.in: Add s-crc32 as needed, remove g-crc32.
24023         Also remove a-tags and a-stream from GNAT sources.
24025         * ali.adb (Scan_ALI): fix typo introduce in latest check-in.
24027         * Makefile.in (GNATRTL_NONTASKING_OBJS): Add g-crc32.o.
24029 2001-10-11  Geert Bosch  <bosch@gnat.com>
24031         * einfo.h: Regenerate.
24033         * nmake.ads: Regenerate.
24035         * nmake.adb: Regenerate.
24037         * sinfo.h: Regenerate.
24039         * treeprs.adb: Regenerate.
24041 2001-10-10  Geert Bosch  <bosch@gnat.com>
24043         * gnat-style.texi: New file describing coding guidelines for Ada.
24045 2001-10-10  Ed Schonberg <schonber@gnat.com>
24047         * einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required
24048         is Flag174.
24050 2001-10-10  Geert Bosch  <bosch@gnat.com>
24052         * snames.ads: Add new names for project facility.
24054         * snames.adb: Update to reflect snames.ads changes.
24056         * snames.h: Update to reflect snames.ads changes.
24058 2001-10-10  Vincent Celier <celier@gnat.com>
24060         * make.adb:
24061         (Add_Switches): reflect the changes for the switches attributes
24062         Default_Switches indexed by the programming language,
24063         Switches indexed by the file name.
24064         (Collect_Arguments_And_Compile): Idem.
24065         Reflect the attribute name changes.
24067         * prj-attr.adb:
24068         (Initialisation_Data): Change the names of some packages and
24069         attributes.
24070         (Initialize): process case insensitive associative arrays.
24072         * prj-attr.ads:
24073         (Attribute_Kind): Remove Both, add Case_Insensitive_Associative_Array.
24075         * prj-dect.adb:
24076         (Parse_Attribute_Declaration): For case insensitive associative
24077          arrays, set the index string to lower case.
24079         * prj-env.adb:
24080         Reflect the changes of the project attributes.
24082         * prj-nmsc.adb:
24083         Replace Check_Naming_Scheme by Ada_Check and
24084         Language_Independent_Check.
24086         * prj-nmsc.ads:
24087         Replaced Check_Naming_Scheme by 2 procedures:
24088         Ada_Check and Language_Independent_Check.
24090         * prj-proc.adb:
24091         (Process_Declarative_Items): For case-insensitive associative
24092         arrays, set the index string to lower case.
24093         (Recursive_Check): Call Prj.Nmsc.Ada_Check, instead of
24094         Prj.Nmsc.Check_Naming_Scheme.
24096         * prj-tree.adb:
24097         (Case_Insensitive): New function
24098         (Set_Case_Insensitive): New procedure
24100         * prj-tree.ads:
24101         (Case_Insensitive): New function
24102         (Set_Case_Insensitive): New procedure
24103         (Project_Node_Record): New flag Case_Insensitive.
24105         * prj-util.adb:
24106         (Value_Of): new function to get the string value of a single
24107         string variable or attribute.
24109         * prj-util.ads:
24110         (Value_Of): new function to get the string value of a single
24111         string variable or attribute.
24113         * prj.adb:
24114         (Ada_Default_Spec_Suffix): New function
24115         (Ada_Default_Impl_Suffix): New function
24116         Change definitions of several constants to reflect
24117         new components of record types.
24119         * prj.ads:
24120         (Naming_Data): Change several components to reflect new
24121         elements of naming schemes.
24122         (Project_Data): New flags Sources_Present and
24123         Language_Independent_Checked.
24124         (Ada_Default_Spec_Suffix): New function.
24125         (Ada_Default_Impl_Suffix): New function.
24127         * snames.ads:
24128         Modification of predefined names for project manager: added
24129         Implementation, Specification_Exceptions, Implementation_Exceptions,
24130         Specification_Suffix, Implementation_Suffix, Separate_Suffix,
24131         Default_Switches, _Languages, Builder, Cross_Reference,
24132         Finder. Removed Body_Part, Specification_Append, Body_Append,
24133         Separate_Append, Gnatmake, Gnatxref, Gnatfind, Gnatbind,
24134         Gnatlink.
24136         * prj.ads: (Ada_Default_Spec_Suffix, Ada_Default_Impl_Suffix):
24137         Add comments.
24139         * prj-nmsc.adb (Ada_Check): Test that Separate_Suffix is defaulted,
24140         not that it is Nil_Variable_Value.
24142         * prj.ads: Add ??? for uncommented declarations
24144 2001-10-10  Ed Schonberg <schonber@gnat.com>
24146         * sem_prag.adb: (Analyze_Pragma, case External): If entity is a
24147         constant, do not indicate possible modification, so that gigi can
24148         treat it as a bona fide constant.
24150 2001-10-10  Robert Dewar <dewar@gnat.com>
24152         * sem_prag.adb: Add processing for pragma External.
24154         * snames.ads: Add entry for pragma External.
24156         * par-prag.adb: Add pragma External.
24158         * snames.adb: Updated to match snames.ads.
24160 2001-10-10  Ed Schonberg <schonber@gnat.com>
24162         * exp_ch4.adb (Expand_N_Allocator): Generate meaningful names for
24163         a dynamic task if the allocator appears in an indexed assignment
24164         or selected component assignment.
24166         * exp_util.adb (Build_Task_Array_Image, Build_Task_Record_Image):
24167         For a dynamic task in an assignment statement, use target of
24168         assignment to generate meaningful name.
24170 2001-10-10  Ed Schonberg <schonber@gnat.com>
24172         * einfo.adb (Write_Field19_Name): Body_Entity is also defined for
24173         a generic package.
24175         * einfo.ads: Body_Entity is also defined for generic package.
24176         Documentation change only
24178         * exp_aggr.adb (Build_Array_Aggr_Code): When expanding an
24179         others_choice for a discriminated component initialization,
24180         convert discriminant references into the corresponding discriminals.
24182         * exp_ch3.adb (Get_Simple_Init_Val): Add qualification to aggregate
24183         only if original type is private and expression has to be wrapped
24184         in a conversion.
24186         * checks.adb:
24187         (Apply_Constraint_Check): Do not perform length check
24188         if expression is an aggregate with only an others_choice.
24189         (Length_N_Cond): two references to the same in_parameter
24190         (typically the discriminal in an init_proc) denote the same value.
24191         Two useful optimization uncovered by bugfixes above.
24193 2001-10-10  Robert Dewar <dewar@gnat.com>
24195         * xeinfo.adb: Change int to char in translation of enumeration types.
24196         This fixes a problem in the C representation of component alignment.
24197         Add 2001 to copyright notice
24199 2001-10-10  Richard Kenner <kenner@gnat.com>
24201         * decl.c: (validate_size): Do check size of object of integral type
24202         if it is a packed array type.
24204 2001-10-10  Richard Kenner <kenner@gnat.com>
24206         * decl.c: (gnat_to_gnu_entity, case object): Also materialize
24207         VAR_DECL for constant if not Is_Public but -O0.
24209 2001-10-10  Richard Kenner  <kenner@gnat.com>
24211         * misc.c (struct lang_hooks): Add new initializer to match GCC change.
24213 2001-10-10  Geert Bosch  <bosch@gnat.com>
24215         * xnmake.adb (XNmake): Fix handling of -s/-b options.  No longer
24216         use '/' as switch character, allowing for absolute file names.
24218 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
24220         * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
24221         FSF address.
24223 2001-10-08  Geert Bosch  <bosch@gnat.com>
24225         * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads):
24226         Automatically build utilities when files need to be regenerated.
24228 2001-10-08  Geert Bosch  <bosch@gnat.com>
24230         * xsnames.adb: New utility for updating snames.ads and snames.adb
24232 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
24234         * Make-lang.in (ADAFLAGS): Add -W -Wall.
24235         (ADA_FLAGS_TO_PASS): Set ADA_CFLAGS=$(CFLAGS) also.
24236         (gnat1): Also depend on attribs.o.
24237         (gnatlib, gnatlib-shared): Set CC and ADAC in recursive make.
24238         * Makefile.in (X_ADAFLAGS, T_ADAFLAGS): New.
24239         (ADAC): Set to @ADAC@ in stage1, $(CC) later.
24240         (ADAFLAGS): Add -W -Wall.
24241         (ALL_ADAFLAGS, MOST_ADAFLAGS): Add X_ADAFLAGS and T_ADAFLAGS;
24242         take out CFLAGS.
24244         (.adb.o, .ads.o, a-numaux.o, a-teioed.o, s-interr.o,
24245         s-taskin.o, sdefault.o, s-tasdeb.o, s-vaflop.o, a-except.o,
24246         s-assert.o, s-stalib.o, s-memory.o, memtrack.o, mlib-tgt.o):
24247         Use $(ADAC), not $(CC), as compilation command.
24249         (gnattools): Depend directly on tools to build, don't use
24250         recursive make.
24251         (gnatlib): Set ADA_CFLAGS=$(GNATLIBCFLAGS) in recursive make.
24253         * einfo.h, sinfo.h: New files (autogenerated).
24255 2001-10-08  Richard Henderson  <rth@redhat.com>
24257         * comperr.adb (Abort_In_Progress): New.
24258         (Compiler_Abort): Use it to prevent recursion.
24260 2001-10-08  Robert Dewar <dewar@gnat.com>
24262         * atree.adb: Set Error_Posted in Error node, helps error recovery.
24264         * par-endh.adb (Output_End_Expected): We should also not test
24265         Error_Posted on the Error node, since now it is always set.
24267         * cstand.adb (Create_Standard): Set Etype of Error to Any_Type
24268         to help error recovery. Part of general work on 9407-004.
24270         * par.adb: Add ??? for misuse of error
24272         * sem_res.adb:
24273         (Resolve): Defend against Error, fixes 9407-003.
24274         (Resolve_Discrete_Subtype_Indication): Defend against Error.
24276         * sinfo.ads (N_Error): Now has Etype field (which will be set
24277         to Any_Type to help error recovery).
24279 2001-10-08  Richard Kenner (kenner@gnat.com)
24281         * misc.c (gnat_expand_expr, case UNCHECKED_CONVERT_EXPR):
24282         Consistently set MEM attributes from expression; fixes
24283         bootstrap failure on x86.
24285 2001-10-08  Geert Bosch  (bosch@gnat.com)
24287         * 5oosinte.adb: Add 2001 to copyright notice.
24289 2001-10-08  Geert Bosch  (bosch@gnat.com)
24291         * ceinfo.adb: Add utility for consistency checking of einfo.ad[bs].
24293         * csinfo.adb: Add utility for consistency checking of sinfo.ad[bs].
24295 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
24297         * 5oosinte.adb: Fix spelling error of "separate" as "seperate".
24299 2001-10-05  Geert Bosch  (bosch@gnat.com)
24301         * adaint.h: Small formatting fix.
24303 2001-10-04  Geert Bosch  <bosch@gnat.com>
24305         * sysdep.c (__gnat_set_binary_mode, __gnat_set_text_mode):
24306         Arg is int, not FILE *, in dummy version of functions.
24308         * adaint.h (__gnat_set_binary_mode, __gnat_set_text_mode):
24309         Arg is int, not FILE *.
24311 2001-10-04  Geert Bosch  <bosch@gnat.com>
24313         * 3lsoccon.ads: Added file, missed with initial check ins.
24315         * 4lintnam.ads: Fix header format.
24316         Change Linux to GNU/Linux.
24318         * 5iosinte.adb: Change Linux to GNU/Linux.
24320         * 5iosinte.ads: Change Linux to GNU/Linux.
24322         * 5itaprop.adb: Change Linux to GNU/Linux.
24324         * 5itaspri.ads: Change Linux to GNU/Linux.
24325         Update copyright notice.
24327         * 5lintman.adb: Change Linux to GNU/Linux.
24329         * 5lml-tgt.adb: Change Linux to GNU/Linux.
24331         * 5losinte.ads: Change Linux to GNU/Linux.
24333         * 5lsystem.ads: Change Linux to GNU/Linux.
24335         * 5qosinte.adb: Change Linux to GNU/Linux.
24337         * 5qosinte.ads: Change Linux to GNU/Linux.
24339         * 5qparame.ads: Change Linux to GNU/Linux.
24341         * 5qtaprop.adb: Change Linux to GNU/Linux.
24343         * 5qtaspri.ads: Change Linux to GNU/Linux.
24344         Add 2001 to copyright notice.
24346         * 5vintman.ads: Change Linux to GNU/Linux.
24347         Fix header format.  Add 2001 to copyright notice.
24349         * g-soccon.ads: Change Linux to GNU/Linux.
24351         * g-trasym.ads: Change Linux to GNU/Linux.
24352         Add 2001 to copyright notice.
24354         * memtrack.adb: Change Linux to GNU/Linux.
24356         * s-intman.ads: Change Linux to GNU/Linux.
24357         Add 2001 to copyright notice.  Fix header format.
24359         * s-stache.adb: Change Linux to GNU/Linux.
24361         * adaint.c: Change Linux to GNU/Linux.
24363         * cio.c: Change Linux to GNU/Linux.
24365         * cstreams.c: Change Linux to GNU/Linux.
24367         * init.c: Change Linux to GNU/Linux.
24369         * gmem.c: Change Linux to GNU/Linux.
24371         * tracebak.c: Change Linux to GNU/Linux.
24374 2001-10-02  Geert Bosch  <bosch@gnat.com>
24376         * misc.c (insert_default_attributes): Add dummy version.